vue-tippy 4.14.0 → 4.15.0
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/src/components/Tippy.d.ts +421 -0
- package/dist/src/components/Tippy.d.ts.map +1 -0
- package/dist/src/components/TippySingleton.d.ts +266 -0
- package/dist/src/components/TippySingleton.d.ts.map +1 -0
- package/dist/src/composables/index.d.ts +4 -0
- package/dist/src/composables/index.d.ts.map +1 -0
- package/dist/src/composables/useSingleton.d.ts +6 -0
- package/dist/src/composables/useSingleton.d.ts.map +1 -0
- package/dist/src/composables/useTippy.d.ts +27 -0
- package/dist/src/composables/useTippy.d.ts.map +1 -0
- package/dist/src/composables/useTippyComponent.d.ts +8 -0
- package/dist/src/composables/useTippyComponent.d.ts.map +1 -0
- package/dist/src/directive/index.d.ts +4 -0
- package/dist/src/directive/index.d.ts.map +1 -0
- package/dist/src/index.d.ts +13 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/plugin/index.d.ts +4 -0
- package/dist/src/plugin/index.d.ts.map +1 -0
- package/dist/src/types/index.d.ts +21 -0
- package/dist/src/types/index.d.ts.map +1 -0
- package/dist/vue-tippy.cjs +4789 -0
- package/dist/vue-tippy.d.ts +750 -0
- package/dist/vue-tippy.esm-browser.js +4460 -0
- package/dist/vue-tippy.esm.js +13 -3
- package/dist/vue-tippy.iife.js +4792 -0
- package/dist/vue-tippy.iife.prod.js +6 -0
- package/dist/vue-tippy.min.js +1 -1
- package/dist/vue-tippy.mjs +4460 -0
- package/dist/vue-tippy.prod.cjs +4473 -0
- package/dist/vue-tippy.umd.js +13 -3
- package/package.json +1 -1
- package/src/components/Tippy.vue +3 -3
- package/src/components/TippyNoStyles.vue +1 -1
- package/src/index.js +2 -0
@@ -0,0 +1,6 @@
|
|
1
|
+
/*!
|
2
|
+
* vue-tippy v6.0.0-alpha.63
|
3
|
+
* (c) 2022
|
4
|
+
* @license MIT
|
5
|
+
*/
|
6
|
+
var VueTippy=function(e,t){"use strict";var n="top",o="bottom",r="right",i="left",a=[n,o,r,i],s=a.reduce((function(e,t){return e.concat([t+"-start",t+"-end"])}),[]),u=[].concat(a,["auto"]).reduce((function(e,t){return e.concat([t,t+"-start",t+"-end"])}),[]),p=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function c(e){return e?(e.nodeName||"").toLowerCase():null}function f(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function l(e){return e instanceof f(e).Element||e instanceof Element}function d(e){return e instanceof f(e).HTMLElement||e instanceof HTMLElement}function v(e){return"undefined"!=typeof ShadowRoot&&(e instanceof f(e).ShadowRoot||e instanceof ShadowRoot)}var m={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},o=t.attributes[e]||{},r=t.elements[e];d(r)&&c(r)&&(Object.assign(r.style,n),Object.keys(o).forEach((function(e){var t=o[e];!1===t?r.removeAttribute(e):r.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var o=t.elements[e],r=t.attributes[e]||{},i=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});d(o)&&c(o)&&(Object.assign(o.style,i),Object.keys(r).forEach((function(e){o.removeAttribute(e)})))}))}},requires:["computeStyles"]};function h(e){return e.split("-")[0]}var g=Math.max,y=Math.min,b=Math.round;function w(e,t){void 0===t&&(t=!1);var n=e.getBoundingClientRect(),o=1,r=1;if(d(e)&&t){var i=e.offsetHeight,a=e.offsetWidth;a>0&&(o=b(n.width)/a||1),i>0&&(r=b(n.height)/i||1)}return{width:n.width/o,height:n.height/r,top:n.top/r,right:n.right/o,bottom:n.bottom/r,left:n.left/o,x:n.left/o,y:n.top/r}}function x(e){var t=w(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-o)<=1&&(o=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function O(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&v(n)){var o=t;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function T(e){return f(e).getComputedStyle(e)}function P(e){return["table","td","th"].indexOf(c(e))>=0}function C(e){return((l(e)?e.ownerDocument:e.document)||window.document).documentElement}function A(e){return"html"===c(e)?e:e.assignedSlot||e.parentNode||(v(e)?e.host:null)||C(e)}function E(e){return d(e)&&"fixed"!==T(e).position?e.offsetParent:null}function D(e){for(var t=f(e),n=E(e);n&&P(n)&&"static"===T(n).position;)n=E(n);return n&&("html"===c(n)||"body"===c(n)&&"static"===T(n).position)?t:n||function(e){var t=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");if(-1!==navigator.userAgent.indexOf("Trident")&&d(e)&&"fixed"===T(e).position)return null;for(var n=A(e);d(n)&&["html","body"].indexOf(c(n))<0;){var o=T(n);if("none"!==o.transform||"none"!==o.perspective||"paint"===o.contain||-1!==["transform","perspective"].indexOf(o.willChange)||t&&"filter"===o.willChange||t&&o.filter&&"none"!==o.filter)return n;n=n.parentNode}return null}(e)||t}function M(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function S(e,t,n){return g(e,y(t,n))}function j(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function L(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}function R(e){return e.split("-")[1]}var k={top:"auto",right:"auto",bottom:"auto",left:"auto"};function B(e){var t,a=e.popper,s=e.popperRect,u=e.placement,p=e.variation,c=e.offsets,l=e.position,d=e.gpuAcceleration,v=e.adaptive,m=e.roundOffsets,h=e.isFixed,g=!0===m?function(e){var t=e.y,n=window.devicePixelRatio||1;return{x:b(e.x*n)/n||0,y:b(t*n)/n||0}}(c):"function"==typeof m?m(c):c,y=g.x,w=void 0===y?0:y,x=g.y,O=void 0===x?0:x,P=c.hasOwnProperty("x"),A=c.hasOwnProperty("y"),E=i,M=n,S=window;if(v){var j=D(a),L="clientHeight",R="clientWidth";if(j===f(a)&&"static"!==T(j=C(a)).position&&"absolute"===l&&(L="scrollHeight",R="scrollWidth"),j=j,u===n||(u===i||u===r)&&"end"===p)M=o,O-=(h&&S.visualViewport?S.visualViewport.height:j[L])-s.height,O*=d?1:-1;if(u===i||(u===n||u===o)&&"end"===p)E=r,w-=(h&&S.visualViewport?S.visualViewport.width:j[R])-s.width,w*=d?1:-1}var B,H=Object.assign({position:l},v&&k);return Object.assign({},H,d?((B={})[M]=A?"0":"",B[E]=P?"0":"",B.transform=(S.devicePixelRatio||1)<=1?"translate("+w+"px, "+O+"px)":"translate3d("+w+"px, "+O+"px, 0)",B):((t={})[M]=A?O+"px":"",t[E]=P?w+"px":"",t.transform="",t))}var H={passive:!0};var V={left:"right",right:"left",bottom:"top",top:"bottom"};function I(e){return e.replace(/left|right|bottom|top/g,(function(e){return V[e]}))}var W={start:"end",end:"start"};function U(e){return e.replace(/start|end/g,(function(e){return W[e]}))}function N(e){var t=f(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function _(e){return w(C(e)).left+N(e).scrollLeft}function q(e){var t=T(e);return/auto|scroll|overlay|hidden/.test(t.overflow+t.overflowY+t.overflowX)}function F(e,t){var n;void 0===t&&(t=[]);var o=function e(t){return["html","body","#document"].indexOf(c(t))>=0?t.ownerDocument.body:d(t)&&q(t)?t:e(A(t))}(e),r=o===(null==(n=e.ownerDocument)?void 0:n.body),i=f(o),a=r?[i].concat(i.visualViewport||[],q(o)?o:[]):o,s=t.concat(a);return r?s:s.concat(F(A(a)))}function $(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function z(e,t){return"viewport"===t?$(function(e){var t=f(e),n=C(e),o=t.visualViewport,r=n.clientWidth,i=n.clientHeight,a=0,s=0;return o&&(r=o.width,i=o.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(a=o.offsetLeft,s=o.offsetTop)),{width:r,height:i,x:a+_(e),y:s}}(e)):l(t)?function(e){var t=w(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}(t):$(function(e){var t,n=C(e),o=N(e),r=null==(t=e.ownerDocument)?void 0:t.body,i=g(n.scrollWidth,n.clientWidth,r?r.scrollWidth:0,r?r.clientWidth:0),a=g(n.scrollHeight,n.clientHeight,r?r.scrollHeight:0,r?r.clientHeight:0),s=-o.scrollLeft+_(e),u=-o.scrollTop;return"rtl"===T(r||n).direction&&(s+=g(n.clientWidth,r?r.clientWidth:0)-i),{width:i,height:a,x:s,y:u}}(C(e)))}function X(e,t,n){var o="clippingParents"===t?function(e){var t=F(A(e)),n=["absolute","fixed"].indexOf(T(e).position)>=0,o=n&&d(e)?D(e):e;return l(o)?t.filter((function(e){return l(e)&&O(e,o)&&"body"!==c(e)&&(!n||"static"!==T(e).position)})):[]}(e):[].concat(t),r=[].concat(o,[n]),i=r.reduce((function(t,n){var o=z(e,n);return t.top=g(o.top,t.top),t.right=y(o.right,t.right),t.bottom=y(o.bottom,t.bottom),t.left=g(o.left,t.left),t}),z(e,r[0]));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function Y(e){var t,a=e.reference,s=e.element,u=e.placement,p=u?h(u):null,c=u?R(u):null,f=a.x+a.width/2-s.width/2,l=a.y+a.height/2-s.height/2;switch(p){case n:t={x:f,y:a.y-s.height};break;case o:t={x:f,y:a.y+a.height};break;case r:t={x:a.x+a.width,y:l};break;case i:t={x:a.x-s.width,y:l};break;default:t={x:a.x,y:a.y}}var d=p?M(p):null;if(null!=d){var v="y"===d?"height":"width";switch(c){case"start":t[d]=t[d]-(a[v]/2-s[v]/2);break;case"end":t[d]=t[d]+(a[v]/2-s[v]/2)}}return t}function J(e,t){void 0===t&&(t={});var i=t.placement,s=void 0===i?e.placement:i,u=t.boundary,p=void 0===u?"clippingParents":u,c=t.rootBoundary,f=void 0===c?"viewport":c,d=t.elementContext,v=void 0===d?"popper":d,m=t.altBoundary,h=void 0!==m&&m,g=t.padding,y=void 0===g?0:g,b=j("number"!=typeof y?y:L(y,a)),x=e.rects.popper,O=e.elements[h?"popper"===v?"reference":"popper":v],T=X(l(O)?O:O.contextElement||C(e.elements.popper),p,f),P=w(e.elements.reference),A=Y({reference:P,element:x,strategy:"absolute",placement:s}),E=$(Object.assign({},x,A)),D="popper"===v?E:P,M={top:T.top-D.top+b.top,bottom:D.bottom-T.bottom+b.bottom,left:T.left-D.left+b.left,right:D.right-T.right+b.right},S=e.modifiersData.offset;if("popper"===v&&S){var R=S[s];Object.keys(M).forEach((function(e){var t=[r,o].indexOf(e)>=0?1:-1,i=[n,o].indexOf(e)>=0?"y":"x";M[e]+=R[i]*t}))}return M}function G(e,t){void 0===t&&(t={});var n=t.boundary,o=t.rootBoundary,r=t.padding,i=t.flipVariations,p=t.allowedAutoPlacements,c=void 0===p?u:p,f=R(t.placement),l=f?i?s:s.filter((function(e){return R(e)===f})):a,d=l.filter((function(e){return c.indexOf(e)>=0}));0===d.length&&(d=l);var v=d.reduce((function(t,i){return t[i]=J(e,{placement:i,boundary:n,rootBoundary:o,padding:r})[h(i)],t}),{});return Object.keys(v).sort((function(e,t){return v[e]-v[t]}))}function K(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function Q(e){return[n,r,o,i].some((function(t){return e[t]>=0}))}function Z(e,t,n){void 0===n&&(n=!1);var o,r,i=d(t),a=d(t)&&function(e){var t=e.getBoundingClientRect(),n=b(t.width)/e.offsetWidth||1,o=b(t.height)/e.offsetHeight||1;return 1!==n||1!==o}(t),s=C(t),u=w(e,a),p={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(i||!i&&!n)&&(("body"!==c(t)||q(s))&&(p=(o=t)!==f(o)&&d(o)?{scrollLeft:(r=o).scrollLeft,scrollTop:r.scrollTop}:N(o)),d(t)?((l=w(t,!0)).x+=t.clientLeft,l.y+=t.clientTop):s&&(l.x=_(s))),{x:u.left+p.scrollLeft-l.x,y:u.top+p.scrollTop-l.y,width:u.width,height:u.height}}function ee(e){var t=new Map,n=new Set,o=[];return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||function e(r){n.add(r.name),[].concat(r.requires||[],r.requiresIfExists||[]).forEach((function(o){if(!n.has(o)){var r=t.get(o);r&&e(r)}})),o.push(r)}(e)})),o}var te={placement:"bottom",modifiers:[],strategy:"absolute"};function ne(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some((function(e){return!(e&&"function"==typeof e.getBoundingClientRect)}))}function oe(e){void 0===e&&(e={});var t=e.defaultModifiers,n=void 0===t?[]:t,o=e.defaultOptions,r=void 0===o?te:o;return function(e,t,o){void 0===o&&(o=r);var i,a,s={placement:"bottom",orderedModifiers:[],options:Object.assign({},te,r),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},u=[],c=!1,f={state:s,setOptions:function(o){var i="function"==typeof o?o(s.options):o;d(),s.options=Object.assign({},r,s.options,i),s.scrollParents={reference:l(e)?F(e):e.contextElement?F(e.contextElement):[],popper:F(t)};var a,c,v=function(e){var t=ee(e);return p.reduce((function(e,n){return e.concat(t.filter((function(e){return e.phase===n})))}),[])}((a=[].concat(n,s.options.modifiers),c=a.reduce((function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e}),{}),Object.keys(c).map((function(e){return c[e]}))));return s.orderedModifiers=v.filter((function(e){return e.enabled})),s.orderedModifiers.forEach((function(e){var t=e.options,n=e.effect;if("function"==typeof n){var o=n({state:s,name:e.name,instance:f,options:void 0===t?{}:t});u.push(o||function(){})}})),f.update()},forceUpdate:function(){if(!c){var e=s.elements,t=e.reference,n=e.popper;if(ne(t,n)){s.rects={reference:Z(t,D(n),"fixed"===s.options.strategy),popper:x(n)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach((function(e){return s.modifiersData[e.name]=Object.assign({},e.data)}));for(var o=0;o<s.orderedModifiers.length;o++)if(!0!==s.reset){var r=s.orderedModifiers[o],i=r.fn,a=r.options;"function"==typeof i&&(s=i({state:s,options:void 0===a?{}:a,name:r.name,instance:f})||s)}else s.reset=!1,o=-1}}},update:(i=function(){return new Promise((function(e){f.forceUpdate(),e(s)}))},function(){return a||(a=new Promise((function(e){Promise.resolve().then((function(){a=void 0,e(i())}))}))),a}),destroy:function(){d(),c=!0}};if(!ne(e,t))return f;function d(){u.forEach((function(e){return e()})),u=[]}return f.setOptions(o).then((function(e){!c&&o.onFirstUpdate&&o.onFirstUpdate(e)})),f}}var re=oe({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,o=e.options,r=o.scroll,i=void 0===r||r,a=o.resize,s=void 0===a||a,u=f(t.elements.popper),p=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&p.forEach((function(e){e.addEventListener("scroll",n.update,H)})),s&&u.addEventListener("resize",n.update,H),function(){i&&p.forEach((function(e){e.removeEventListener("scroll",n.update,H)})),s&&u.removeEventListener("resize",n.update,H)}},data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state;t.modifiersData[e.name]=Y({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,o=n.gpuAcceleration,r=void 0===o||o,i=n.adaptive,a=void 0===i||i,s=n.roundOffsets,u=void 0===s||s,p={placement:h(t.placement),variation:R(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:r,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,B(Object.assign({},p,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:u})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,B(Object.assign({},p,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}},m,{name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,o=e.name,a=e.options.offset,s=void 0===a?[0,0]:a,p=u.reduce((function(e,o){return e[o]=function(e,t,o){var a=h(e),s=[i,n].indexOf(a)>=0?-1:1,u="function"==typeof o?o(Object.assign({},t,{placement:e})):o,p=u[0],c=u[1];return p=p||0,c=(c||0)*s,[i,r].indexOf(a)>=0?{x:c,y:p}:{x:p,y:c}}(o,t.rects,s),e}),{}),c=p[t.placement],f=c.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=c.x,t.modifiersData.popperOffsets.y+=f),t.modifiersData[o]=p}},{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,a=e.options,s=e.name;if(!t.modifiersData[s]._skip){for(var u=a.mainAxis,p=void 0===u||u,c=a.altAxis,f=void 0===c||c,l=a.fallbackPlacements,d=a.padding,v=a.boundary,m=a.rootBoundary,g=a.altBoundary,y=a.flipVariations,b=void 0===y||y,w=a.allowedAutoPlacements,x=t.options.placement,O=h(x),T=l||(O===x||!b?[I(x)]:function(e){if("auto"===h(e))return[];var t=I(e);return[U(e),t,U(t)]}(x)),P=[x].concat(T).reduce((function(e,n){return e.concat("auto"===h(n)?G(t,{placement:n,boundary:v,rootBoundary:m,padding:d,flipVariations:b,allowedAutoPlacements:w}):n)}),[]),C=t.rects.reference,A=t.rects.popper,E=new Map,D=!0,M=P[0],S=0;S<P.length;S++){var j=P[S],L=h(j),k="start"===R(j),B=[n,o].indexOf(L)>=0,H=B?"width":"height",V=J(t,{placement:j,boundary:v,rootBoundary:m,altBoundary:g,padding:d}),W=B?k?r:i:k?o:n;C[H]>A[H]&&(W=I(W));var N=I(W),_=[];if(p&&_.push(V[L]<=0),f&&_.push(V[W]<=0,V[N]<=0),_.every((function(e){return e}))){M=j,D=!1;break}E.set(j,_)}if(D)for(var q=function(e){var t=P.find((function(t){var n=E.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return M=t,"break"},F=b?3:1;F>0;F--){if("break"===q(F))break}t.placement!==M&&(t.modifiersData[s]._skip=!0,t.placement=M,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}},{name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,a=e.options,s=e.name,u=a.mainAxis,p=void 0===u||u,c=a.altAxis,f=void 0!==c&&c,l=a.tether,d=void 0===l||l,v=a.tetherOffset,m=void 0===v?0:v,b=J(t,{boundary:a.boundary,rootBoundary:a.rootBoundary,padding:a.padding,altBoundary:a.altBoundary}),w=h(t.placement),O=R(t.placement),T=!O,P=M(w),C="x"===P?"y":"x",A=t.modifiersData.popperOffsets,E=t.rects.reference,j=t.rects.popper,L="function"==typeof m?m(Object.assign({},t.rects,{placement:t.placement})):m,k="number"==typeof L?{mainAxis:L,altAxis:L}:Object.assign({mainAxis:0,altAxis:0},L),B=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,H={x:0,y:0};if(A){if(p){var V,I="y"===P?n:i,W="y"===P?o:r,U="y"===P?"height":"width",N=A[P],_=N+b[I],q=N-b[W],F=d?-j[U]/2:0,$="start"===O?E[U]:j[U],z="start"===O?-j[U]:-E[U],X=t.elements.arrow,Y=d&&X?x(X):{width:0,height:0},G=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},K=G[I],Q=G[W],Z=S(0,E[U],Y[U]),ee=T?E[U]/2-F-Z-K-k.mainAxis:$-Z-K-k.mainAxis,te=T?-E[U]/2+F+Z+Q+k.mainAxis:z+Z+Q+k.mainAxis,ne=t.elements.arrow&&D(t.elements.arrow),oe=null!=(V=null==B?void 0:B[P])?V:0,re=N+te-oe,ie=S(d?y(_,N+ee-oe-(ne?"y"===P?ne.clientTop||0:ne.clientLeft||0:0)):_,N,d?g(q,re):q);A[P]=ie,H[P]=ie-N}if(f){var ae,se=A[C],ue="y"===C?"height":"width",pe=se+b["x"===P?n:i],ce=se-b["x"===P?o:r],fe=-1!==[n,i].indexOf(w),le=null!=(ae=null==B?void 0:B[C])?ae:0,de=fe?pe:se-E[ue]-j[ue]-le+k.altAxis,ve=fe?se+E[ue]+j[ue]-le-k.altAxis:ce,me=d&&fe?function(e,t,n){var o=S(e,t,n);return o>n?n:o}(de,se,ve):S(d?de:pe,se,d?ve:ce);A[C]=me,H[C]=me-se}t.modifiersData[s]=H}},requiresIfExists:["offset"]},{name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,s=e.state,u=e.name,p=e.options,c=s.elements.arrow,f=s.modifiersData.popperOffsets,l=h(s.placement),d=M(l),v=[i,r].indexOf(l)>=0?"height":"width";if(c&&f){var m=function(e,t){return j("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:L(e,a))}(p.padding,s),g=x(c),y="y"===d?n:i,b="y"===d?o:r,w=s.rects.reference[v]+s.rects.reference[d]-f[d]-s.rects.popper[v],O=f[d]-s.rects.reference[d],T=D(c),P=T?"y"===d?T.clientHeight||0:T.clientWidth||0:0,C=P/2-g[v]/2+(w/2-O/2),A=S(m[y],C,P-g[v]-m[b]);s.modifiersData[u]=((t={})[d]=A,t.centerOffset=A-C,t)}},effect:function(e){var t=e.state,n=e.options.element,o=void 0===n?"[data-popper-arrow]":n;null!=o&&("string"!=typeof o||(o=t.elements.popper.querySelector(o)))&&O(t.elements.popper,o)&&(t.elements.arrow=o)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]},{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,o=t.rects.reference,r=t.rects.popper,i=t.modifiersData.preventOverflow,a=J(t,{elementContext:"reference"}),s=J(t,{altBoundary:!0}),u=K(a,o),p=K(s,r,i),c=Q(u),f=Q(p);t.modifiersData[n]={referenceClippingOffsets:u,popperEscapeOffsets:p,isReferenceHidden:c,hasPopperEscaped:f},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":c,"data-popper-escaped":f})}}]}),ie={passive:!0,capture:!0},ae=function(){return document.body};function se(e,t,n){if(Array.isArray(e)){var o=e[t];return null==o?Array.isArray(n)?n[t]:n:o}return e}function ue(e,t){var n={}.toString.call(e);return 0===n.indexOf("[object")&&n.indexOf(t+"]")>-1}function pe(e,t){return"function"==typeof e?e.apply(void 0,t):e}function ce(e,t){return 0===t?e:function(o){clearTimeout(n),n=setTimeout((function(){e(o)}),t)};var n}function fe(e){return[].concat(e)}function le(e,t){-1===e.indexOf(t)&&e.push(t)}function de(e){return e.split("-")[0]}function ve(e){return[].slice.call(e)}function me(e){return Object.keys(e).reduce((function(t,n){return void 0!==e[n]&&(t[n]=e[n]),t}),{})}function he(){return document.createElement("div")}function ge(e){return["Element","Fragment"].some((function(t){return ue(e,t)}))}function ye(e){return ue(e,"MouseEvent")}function be(e){return ge(e)?[e]:function(e){return ue(e,"NodeList")}(e)?ve(e):Array.isArray(e)?e:ve(document.querySelectorAll(e))}function we(e,t){e.forEach((function(e){e&&(e.style.transitionDuration=t+"ms")}))}function xe(e,t){e.forEach((function(e){e&&e.setAttribute("data-state",t)}))}function Oe(e){var t,n=fe(e)[0];return null!=n&&null!=(t=n.ownerDocument)&&t.body?n.ownerDocument:document}function Te(e,t,n){var o=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(t){e[o](t,n)}))}function Pe(e,t){for(var n=t;n;){var o;if(e.contains(n))return!0;n=null==n.getRootNode||null==(o=n.getRootNode())?void 0:o.host}return!1}var Ce={isTouch:!1},Ae=0;function Ee(){Ce.isTouch||(Ce.isTouch=!0,window.performance&&document.addEventListener("mousemove",De))}function De(){var e=performance.now();e-Ae<20&&(Ce.isTouch=!1,document.removeEventListener("mousemove",De)),Ae=e}function Me(){var e,t=document.activeElement;(e=t)&&e._tippy&&e._tippy.reference===e&&(t.blur&&!t._tippy.state.isVisible&&t.blur())}var Se=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&!!window.msCrypto,je=Object.assign({appendTo:ae,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},{animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),Le=Object.keys(je);function Re(e){var t=(e.plugins||[]).reduce((function(t,n){var o,r=n.name;r&&(t[r]=void 0!==e[r]?e[r]:null!=(o=je[r])?o:n.defaultValue);return t}),{});return Object.assign({},e,t)}function ke(e,t){var n=Object.assign({},t,{content:pe(t.content,[e])},t.ignoreAttributes?{}:function(e,t){return(t?Object.keys(Re(Object.assign({},je,{plugins:t}))):Le).reduce((function(t,n){var o=(e.getAttribute("data-tippy-"+n)||"").trim();if(!o)return t;if("content"===n)t[n]=o;else try{t[n]=JSON.parse(o)}catch(e){t[n]=o}return t}),{})}(e,t.plugins));return n.aria=Object.assign({},je.aria,n.aria),n.aria={expanded:"auto"===n.aria.expanded?t.interactive:n.aria.expanded,content:"auto"===n.aria.content?t.interactive?null:"describedby":n.aria.content},n}function Be(e,t){e.innerHTML=t}function He(e){var t=he();return!0===e?t.className="tippy-arrow":(t.className="tippy-svg-arrow",ge(e)?t.appendChild(e):Be(t,e)),t}function Ve(e,t){ge(t.content)?(Be(e,""),e.appendChild(t.content)):"function"!=typeof t.content&&(t.allowHTML?Be(e,t.content):e.textContent=t.content)}function Ie(e){var t=e.firstElementChild,n=ve(t.children);return{box:t,content:n.find((function(e){return e.classList.contains("tippy-content")})),arrow:n.find((function(e){return e.classList.contains("tippy-arrow")||e.classList.contains("tippy-svg-arrow")})),backdrop:n.find((function(e){return e.classList.contains("tippy-backdrop")}))}}function We(e){var t=he(),n=he();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var o=he();function r(n,o){var r=Ie(t),i=r.box,a=r.content,s=r.arrow;o.theme?i.setAttribute("data-theme",o.theme):i.removeAttribute("data-theme"),"string"==typeof o.animation?i.setAttribute("data-animation",o.animation):i.removeAttribute("data-animation"),o.inertia?i.setAttribute("data-inertia",""):i.removeAttribute("data-inertia"),i.style.maxWidth="number"==typeof o.maxWidth?o.maxWidth+"px":o.maxWidth,o.role?i.setAttribute("role",o.role):i.removeAttribute("role"),n.content===o.content&&n.allowHTML===o.allowHTML||Ve(a,e.props),o.arrow?s?n.arrow!==o.arrow&&(i.removeChild(s),i.appendChild(He(o.arrow))):i.appendChild(He(o.arrow)):s&&i.removeChild(s)}return o.className="tippy-content",o.setAttribute("data-state","hidden"),Ve(o,e.props),t.appendChild(n),n.appendChild(o),r(e.props,e.props),{popper:t,onUpdate:r}}We.$$tippy=!0;var Ue=1,Ne=[],_e=[];function qe(e,t){var n,o,r,i,a,s,u,p,c=ke(e,Object.assign({},je,Re(me(t)))),f=!1,l=!1,d=!1,v=!1,m=[],h=ce(X,c.interactiveDebounce),g=Ue++,y=(p=c.plugins).filter((function(e,t){return p.indexOf(e)===t})),b={id:g,reference:e,popper:he(),popperInstance:null,props:c,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:y,clearDelayTimeouts:function(){clearTimeout(n),clearTimeout(o),cancelAnimationFrame(r)},setProps:function(t){if(b.state.isDestroyed)return;R("onBeforeUpdate",[b,t]),$();var n=b.props,o=ke(e,Object.assign({},n,me(t),{ignoreAttributes:!0}));b.props=o,F(),n.interactiveDebounce!==o.interactiveDebounce&&(H(),h=ce(X,o.interactiveDebounce));n.triggerTarget&&!o.triggerTarget?fe(n.triggerTarget).forEach((function(e){e.removeAttribute("aria-expanded")})):o.triggerTarget&&e.removeAttribute("aria-expanded");B(),L(),O&&O(n,o);b.popperInstance&&(K(),Z().forEach((function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})));R("onAfterUpdate",[b,t])},setContent:function(e){b.setProps({content:e})},show:function(){var e=b.state.isVisible,t=b.state.isDestroyed,n=!b.state.isEnabled,o=Ce.isTouch&&!b.props.touch,r=se(b.props.duration,0,je.duration);if(e||t||n||o)return;if(D().hasAttribute("disabled"))return;if(R("onShow",[b],!1),!1===b.props.onShow(b))return;b.state.isVisible=!0,E()&&(x.style.visibility="visible");L(),U(),b.state.isMounted||(x.style.transition="none");if(E()){var i=S();we([i.box,i.content],0)}s=function(){var e;if(b.state.isVisible&&!v){if(v=!0,x.style.transition=b.props.moveTransition,E()&&b.props.animation){var t=S(),n=t.box,o=t.content;we([n,o],r),xe([n,o],"visible")}k(),B(),le(_e,b),null==(e=b.popperInstance)||e.forceUpdate(),R("onMount",[b]),b.props.animation&&E()&&function(e,t){_(e,t)}(r,(function(){b.state.isShown=!0,R("onShown",[b])}))}},function(){var e,t=b.props.appendTo,n=D();e=b.props.interactive&&t===ae||"parent"===t?n.parentNode:pe(t,[n]);e.contains(x)||e.appendChild(x);b.state.isMounted=!0,K()}()},hide:function(){var e=!b.state.isVisible,t=b.state.isDestroyed,n=!b.state.isEnabled,o=se(b.props.duration,1,je.duration);if(e||t||n)return;if(R("onHide",[b],!1),!1===b.props.onHide(b))return;b.state.isVisible=!1,b.state.isShown=!1,v=!1,f=!1,E()&&(x.style.visibility="hidden");if(H(),N(),L(!0),E()){var r=S(),i=r.box,a=r.content;b.props.animation&&(we([i,a],o),xe([i,a],"hidden"))}k(),B(),b.props.animation?E()&&function(e,t){_(e,(function(){!b.state.isVisible&&x.parentNode&&x.parentNode.contains(x)&&t()}))}(o,b.unmount):b.unmount()},hideWithInteractivity:function(e){M().addEventListener("mousemove",h),le(Ne,h),h(e)},enable:function(){b.state.isEnabled=!0},disable:function(){b.hide(),b.state.isEnabled=!1},unmount:function(){b.state.isVisible&&b.hide();if(!b.state.isMounted)return;Q(),Z().forEach((function(e){e._tippy.unmount()})),x.parentNode&&x.parentNode.removeChild(x);_e=_e.filter((function(e){return e!==b})),b.state.isMounted=!1,R("onHidden",[b])},destroy:function(){if(b.state.isDestroyed)return;b.clearDelayTimeouts(),b.unmount(),$(),delete e._tippy,b.state.isDestroyed=!0,R("onDestroy",[b])}};if(!c.render)return b;var w=c.render(b),x=w.popper,O=w.onUpdate;x.setAttribute("data-tippy-root",""),x.id="tippy-"+b.id,b.popper=x,e._tippy=b,x._tippy=b;var T=y.map((function(e){return e.fn(b)})),P=e.hasAttribute("aria-expanded");return F(),B(),L(),R("onCreate",[b]),c.showOnCreate&&ee(),x.addEventListener("mouseenter",(function(){b.props.interactive&&b.state.isVisible&&b.clearDelayTimeouts()})),x.addEventListener("mouseleave",(function(){b.props.interactive&&b.props.trigger.indexOf("mouseenter")>=0&&M().addEventListener("mousemove",h)})),b;function C(){var e=b.props.touch;return Array.isArray(e)?e:[e,0]}function A(){return"hold"===C()[0]}function E(){var e;return!(null==(e=b.props.render)||!e.$$tippy)}function D(){return u||e}function M(){var e=D().parentNode;return e?Oe(e):document}function S(){return Ie(x)}function j(e){return b.state.isMounted&&!b.state.isVisible||Ce.isTouch||i&&"focus"===i.type?0:se(b.props.delay,e?0:1,je.delay)}function L(e){void 0===e&&(e=!1),x.style.pointerEvents=b.props.interactive&&!e?"":"none",x.style.zIndex=""+b.props.zIndex}function R(e,t,n){var o;(void 0===n&&(n=!0),T.forEach((function(n){n[e]&&n[e].apply(n,t)})),n)&&(o=b.props)[e].apply(o,t)}function k(){var t=b.props.aria;if(t.content){var n="aria-"+t.content,o=x.id;fe(b.props.triggerTarget||e).forEach((function(e){var t=e.getAttribute(n);if(b.state.isVisible)e.setAttribute(n,t?t+" "+o:o);else{var r=t&&t.replace(o,"").trim();r?e.setAttribute(n,r):e.removeAttribute(n)}}))}}function B(){!P&&b.props.aria.expanded&&fe(b.props.triggerTarget||e).forEach((function(e){b.props.interactive?e.setAttribute("aria-expanded",b.state.isVisible&&e===D()?"true":"false"):e.removeAttribute("aria-expanded")}))}function H(){M().removeEventListener("mousemove",h),Ne=Ne.filter((function(e){return e!==h}))}function V(t){if(!Ce.isTouch||!d&&"mousedown"!==t.type){var n=t.composedPath&&t.composedPath()[0]||t.target;if(!b.props.interactive||!Pe(x,n)){if(fe(b.props.triggerTarget||e).some((function(e){return Pe(e,n)}))){if(Ce.isTouch)return;if(b.state.isVisible&&b.props.trigger.indexOf("click")>=0)return}else R("onClickOutside",[b,t]);!0===b.props.hideOnClick&&(b.clearDelayTimeouts(),b.hide(),l=!0,setTimeout((function(){l=!1})),b.state.isMounted||N())}}}function I(){d=!0}function W(){d=!1}function U(){var e=M();e.addEventListener("mousedown",V,!0),e.addEventListener("touchend",V,ie),e.addEventListener("touchstart",W,ie),e.addEventListener("touchmove",I,ie)}function N(){var e=M();e.removeEventListener("mousedown",V,!0),e.removeEventListener("touchend",V,ie),e.removeEventListener("touchstart",W,ie),e.removeEventListener("touchmove",I,ie)}function _(e,t){var n=S().box;function o(e){e.target===n&&(Te(n,"remove",o),t())}if(0===e)return t();Te(n,"remove",a),Te(n,"add",o),a=o}function q(t,n,o){void 0===o&&(o=!1),fe(b.props.triggerTarget||e).forEach((function(e){e.addEventListener(t,n,o),m.push({node:e,eventType:t,handler:n,options:o})}))}function F(){var e;A()&&(q("touchstart",z,{passive:!0}),q("touchend",Y,{passive:!0})),(e=b.props.trigger,e.split(/\s+/).filter(Boolean)).forEach((function(e){if("manual"!==e)switch(q(e,z),e){case"mouseenter":q("mouseleave",Y);break;case"focus":q(Se?"focusout":"blur",J);break;case"focusin":q("focusout",J)}}))}function $(){m.forEach((function(e){e.node.removeEventListener(e.eventType,e.handler,e.options)})),m=[]}function z(e){var t,n=!1;if(b.state.isEnabled&&!G(e)&&!l){var o="focus"===(null==(t=i)?void 0:t.type);i=e,u=e.currentTarget,B(),!b.state.isVisible&&ye(e)&&Ne.forEach((function(t){return t(e)})),"click"===e.type&&(b.props.trigger.indexOf("mouseenter")<0||f)&&!1!==b.props.hideOnClick&&b.state.isVisible?n=!0:ee(e),"click"===e.type&&(f=!n),n&&!o&&te(e)}}function X(e){var t=e.target,n=D().contains(t)||x.contains(t);"mousemove"===e.type&&n||function(e,t){var n=t.clientX,o=t.clientY;return e.every((function(e){var t=e.popperRect,r=e.popperState,i=e.props.interactiveBorder,a=de(r.placement),s=r.modifiersData.offset;return!s||(t.top-o+("bottom"===a?s.top.y:0)>i||o-t.bottom-("top"===a?s.bottom.y:0)>i||t.left-n+("right"===a?s.left.x:0)>i||n-t.right-("left"===a?s.right.x:0)>i)}))}(Z().concat(x).map((function(e){var t,n=null==(t=e._tippy.popperInstance)?void 0:t.state;return n?{popperRect:e.getBoundingClientRect(),popperState:n,props:c}:null})).filter(Boolean),e)&&(H(),te(e))}function Y(e){G(e)||b.props.trigger.indexOf("click")>=0&&f||(b.props.interactive?b.hideWithInteractivity(e):te(e))}function J(e){b.props.trigger.indexOf("focusin")<0&&e.target!==D()||b.props.interactive&&e.relatedTarget&&x.contains(e.relatedTarget)||te(e)}function G(e){return!!Ce.isTouch&&A()!==e.type.indexOf("touch")>=0}function K(){Q();var t=b.props,n=t.popperOptions,o=t.placement,r=t.offset,i=t.getReferenceClientRect,a=t.moveTransition,u=E()?Ie(x).arrow:null,p=i?{getBoundingClientRect:i,contextElement:i.contextElement||D()}:e,c=[{name:"offset",options:{offset:r}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t=e.state;if(E()){var n=S().box;["placement","reference-hidden","escaped"].forEach((function(e){"placement"===e?n.setAttribute("data-placement",t.placement):t.attributes.popper["data-popper-"+e]?n.setAttribute("data-"+e,""):n.removeAttribute("data-"+e)})),t.attributes.popper={}}}}];E()&&u&&c.push({name:"arrow",options:{element:u,padding:3}}),c.push.apply(c,(null==n?void 0:n.modifiers)||[]),b.popperInstance=re(p,x,Object.assign({},n,{placement:o,onFirstUpdate:s,modifiers:c}))}function Q(){b.popperInstance&&(b.popperInstance.destroy(),b.popperInstance=null)}function Z(){return ve(x.querySelectorAll("[data-tippy-root]"))}function ee(e){b.clearDelayTimeouts(),e&&R("onTrigger",[b,e]),U();var t=j(!0),o=C(),r=o[1];Ce.isTouch&&"hold"===o[0]&&r&&(t=r),t?n=setTimeout((function(){b.show()}),t):b.show()}function te(e){if(b.clearDelayTimeouts(),R("onUntrigger",[b,e]),b.state.isVisible){if(!(b.props.trigger.indexOf("mouseenter")>=0&&b.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0&&f)){var t=j(!1);t?o=setTimeout((function(){b.state.isVisible&&b.hide()}),t):r=requestAnimationFrame((function(){b.hide()}))}}else N()}}function Fe(e,t){void 0===t&&(t={});var n=je.plugins.concat(t.plugins||[]);document.addEventListener("touchstart",Ee,ie),window.addEventListener("blur",Me);var o=Object.assign({},t,{plugins:n}),r=be(e).reduce((function(e,t){var n=t&&qe(t,o);return n&&e.push(n),e}),[]);return ge(e)?r[0]:r}Fe.defaultProps=je,Fe.setDefaultProps=function(e){Object.keys(e).forEach((function(t){je[t]=e[t]}))},Fe.currentInput=Ce;var $e=Object.assign({},m,{effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow)}}),ze=function(e,t){var n;void 0===t&&(t={});var o,r=e,i=[],a=[],s=t.overrides,u=[],p=!1;function c(){a=r.map((function(e){return fe(e.props.triggerTarget||e.reference)})).reduce((function(e,t){return e.concat(t)}),[])}function f(){i=r.map((function(e){return e.reference}))}function l(e){r.forEach((function(t){e?t.enable():t.disable()}))}function d(e){return r.map((function(t){var n=t.setProps;return t.setProps=function(r){n(r),t.reference===o&&e.setProps(r)},function(){t.setProps=n}}))}function v(e,t){var n=a.indexOf(t);if(t!==o){o=t;var u=(s||[]).concat("content").reduce((function(e,t){return e[t]=r[n].props[t],e}),{});e.setProps(Object.assign({},u,{getReferenceClientRect:"function"==typeof u.getReferenceClientRect?u.getReferenceClientRect:function(){var e;return null==(e=i[n])?void 0:e.getBoundingClientRect()}}))}}l(!1),f(),c();var m,h,g={fn:function(){return{onDestroy:function(){l(!0)},onHidden:function(){o=null},onClickOutside:function(e){e.props.showOnCreate&&!p&&(p=!0,o=null)},onShow:function(e){e.props.showOnCreate&&!p&&(p=!0,v(e,i[0]))},onTrigger:function(e,t){v(e,t.currentTarget)}}}},y=Fe(he(),Object.assign({},(m=["overrides"],h=Object.assign({},t),m.forEach((function(e){delete h[e]})),h),{plugins:[g].concat(t.plugins||[]),triggerTarget:a,popperOptions:Object.assign({},t.popperOptions,{modifiers:[].concat((null==(n=t.popperOptions)?void 0:n.modifiers)||[],[$e])})})),b=y.show;y.show=function(e){return b(),o||null!=e?o&&null==e?void 0:"number"==typeof e?i[e]&&v(y,i[e]):r.indexOf(e)>=0?v(y,e.reference):i.indexOf(e)>=0?v(y,e):void 0:v(y,i[0])},y.showNext=function(){var e=i[0];if(!o)return y.show(0);var t=i.indexOf(o);y.show(i[t+1]||e)},y.showPrevious=function(){var e=i[i.length-1];if(!o)return y.show(e);var t=i.indexOf(o);y.show(i[t-1]||e)};var w=y.setProps;return y.setProps=function(e){s=e.overrides||s,w(e)},y.setInstances=function(e){l(!0),u.forEach((function(e){return e()})),r=e,l(!1),f(),c(),u=d(y),y.setProps({triggerTarget:a})},u=d(y),y},Xe={name:"animateFill",defaultValue:!1,fn:function(e){var t;if(null==(t=e.props.render)||!t.$$tippy)return{};var n=Ie(e.popper),o=n.box,r=n.content,i=e.props.animateFill?function(){var e=he();return e.className="tippy-backdrop",xe([e],"hidden"),e}():null;return{onCreate:function(){i&&(o.insertBefore(i,o.firstElementChild),o.setAttribute("data-animatefill",""),o.style.overflow="hidden",e.setProps({arrow:!1,animation:"shift-away"}))},onMount:function(){if(i){var e=o.style.transitionDuration,t=Number(e.replace("ms",""));r.style.transitionDelay=Math.round(t/10)+"ms",i.style.transitionDuration=e,xe([i],"visible")}},onShow:function(){i&&(i.style.transitionDuration="0ms")},onHide:function(){i&&xe([i],"hidden")}}}};var Ye={clientX:0,clientY:0},Je=[];function Ge(e){Ye={clientX:e.clientX,clientY:e.clientY}}var Ke={name:"followCursor",defaultValue:!1,fn:function(e){var t=e.reference,n=Oe(e.props.triggerTarget||t),o=!1,r=!1,i=!0,a=e.props;function s(){return"initial"===e.props.followCursor&&e.state.isVisible}function u(){n.addEventListener("mousemove",f)}function p(){n.removeEventListener("mousemove",f)}function c(){o=!0,e.setProps({getReferenceClientRect:null}),o=!1}function f(n){var o=!n.target||t.contains(n.target),r=e.props.followCursor,i=n.clientX,a=n.clientY,s=t.getBoundingClientRect(),u=i-s.left,p=a-s.top;!o&&e.props.interactive||e.setProps({getReferenceClientRect:function(){var e=t.getBoundingClientRect(),n=i,o=a;"initial"===r&&(n=e.left+u,o=e.top+p);var s="horizontal"===r?e.top:o,c="vertical"===r?e.right:n,f="horizontal"===r?e.bottom:o,l="vertical"===r?e.left:n;return{width:c-l,height:f-s,top:s,right:c,bottom:f,left:l}}})}function l(){e.props.followCursor&&(Je.push({instance:e,doc:n}),function(e){e.addEventListener("mousemove",Ge)}(n))}function d(){0===(Je=Je.filter((function(t){return t.instance!==e}))).filter((function(e){return e.doc===n})).length&&function(e){e.removeEventListener("mousemove",Ge)}(n)}return{onCreate:l,onDestroy:d,onBeforeUpdate:function(){a=e.props},onAfterUpdate:function(t,n){var i=n.followCursor;o||void 0!==i&&a.followCursor!==i&&(d(),i?(l(),!e.state.isMounted||r||s()||u()):(p(),c()))},onMount:function(){e.props.followCursor&&!r&&(i&&(f(Ye),i=!1),s()||u())},onTrigger:function(e,t){ye(t)&&(Ye={clientX:t.clientX,clientY:t.clientY}),r="focus"===t.type},onHidden:function(){e.props.followCursor&&(c(),p(),i=!0)}}}};var Qe={name:"inlinePositioning",defaultValue:!1,fn:function(e){var t,n=e.reference;var o=-1,r=!1,i=[],a={name:"tippyInlinePositioning",enabled:!0,phase:"afterWrite",fn:function(r){var a=r.state;e.props.inlinePositioning&&(-1!==i.indexOf(a.placement)&&(i=[]),t!==a.placement&&-1===i.indexOf(a.placement)&&(i.push(a.placement),e.setProps({getReferenceClientRect:function(){return function(e){return function(e,t,n,o){if(n.length<2||null===e)return t;if(2===n.length&&o>=0&&n[0].left>n[1].right)return n[o]||t;switch(e){case"top":case"bottom":var r=n[0],i=n[n.length-1],a="top"===e,s=r.top,u=i.bottom,p=a?r.left:i.left,c=a?r.right:i.right;return{top:s,bottom:u,left:p,right:c,width:c-p,height:u-s};case"left":case"right":var f=Math.min.apply(Math,n.map((function(e){return e.left}))),l=Math.max.apply(Math,n.map((function(e){return e.right}))),d=n.filter((function(t){return"left"===e?t.left===f:t.right===l})),v=d[0].top,m=d[d.length-1].bottom;return{top:v,bottom:m,left:f,right:l,width:l-f,height:m-v};default:return t}}(de(e),n.getBoundingClientRect(),ve(n.getClientRects()),o)}(a.placement)}})),t=a.placement)}};function s(){var t;r||(t=function(e,t){var n;return{popperOptions:Object.assign({},e.popperOptions,{modifiers:[].concat(((null==(n=e.popperOptions)?void 0:n.modifiers)||[]).filter((function(e){return e.name!==t.name})),[t])})}}(e.props,a),r=!0,e.setProps(t),r=!1)}return{onCreate:s,onAfterUpdate:s,onTrigger:function(t,n){if(ye(n)){var r=ve(e.reference.getClientRects()),i=r.find((function(e){return e.left-2<=n.clientX&&e.right+2>=n.clientX&&e.top-2<=n.clientY&&e.bottom+2>=n.clientY})),a=r.indexOf(i);o=a>-1?a:o}},onHidden:function(){o=-1}}}};var Ze={name:"sticky",defaultValue:!1,fn:function(e){var t=e.reference,n=e.popper;function o(t){return!0===e.props.sticky||e.props.sticky===t}var r=null,i=null;function a(){var s=o("reference")?(e.popperInstance?e.popperInstance.state.elements.reference:t).getBoundingClientRect():null,u=o("popper")?n.getBoundingClientRect():null;(s&&et(r,s)||u&&et(i,u))&&e.popperInstance&&e.popperInstance.update(),r=s,i=u,e.state.isMounted&&requestAnimationFrame(a)}return{onMount:function(){e.props.sticky&&a()}}}};function et(e,t){return!e||!t||(e.top!==t.top||e.right!==t.right||e.bottom!==t.bottom||e.left!==t.left)}function tt(e,n={},o={mount:!0}){const r=t.getCurrentInstance(),i=t.ref(),a=t.ref({isEnabled:!1,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1});let s=null;const u=()=>s||(s=document.createDocumentFragment(),s),p=e=>{let n,o=t.isRef(e)?e.value:e;if(t.isVNode(o))r&&(o.appContext=r.appContext),t.render(o,u()),n=()=>u();else if("object"==typeof o){let e=t.h(o);r&&(e.appContext=r.appContext),t.render(e,u()),n=()=>u()}else n=o;return n},c=e=>{let n={};return n=t.isRef(e)?e.value||{}:(t.isReactive(e),{...e}),n.content&&(n.content=p(n.content)),n.triggerTarget&&(n.triggerTarget=t.isRef(n.triggerTarget)?n.triggerTarget.value:n.triggerTarget),n.plugins&&Array.isArray(n.plugins)||(n.plugins=[]),n.plugins=n.plugins.filter(e=>"vueTippyReactiveState"!==e.name),n.plugins.push({name:"vueTippyReactiveState",fn:()=>({onCreate(){a.value.isEnabled=!0},onMount(){a.value.isMounted=!0},onShow(){a.value.isMounted=!0,a.value.isVisible=!0},onShown(){a.value.isShown=!0},onHide(){a.value.isMounted=!1,a.value.isVisible=!1},onHidden(){a.value.isShown=!1},onUnmounted(){a.value.isMounted=!1},onDestroy(){a.value.isDestroyed=!0}})}),n},f=()=>{i.value&&i.value.setProps(c(n))},l=()=>{i.value&&n.content&&i.value.setContent(p(n.content))},d=()=>{i.value&&(i.value.destroy(),i.value=void 0),s=null},v=()=>{if(!e)return;let o=t.isRef(e)?e.value:e;"function"==typeof o&&(o=o()),o&&(i.value=Fe(o,c(n)),o.$tippy=m)},m={tippy:i,refresh:f,refreshContent:l,setContent:e=>{var t;null===(t=i.value)||void 0===t||t.setContent(p(e))},setProps:e=>{var t;null===(t=i.value)||void 0===t||t.setProps(c(e))},destroy:d,hide:()=>{var e;null===(e=i.value)||void 0===e||e.hide()},show:()=>{var e;null===(e=i.value)||void 0===e||e.show()},disable:()=>{var e;null===(e=i.value)||void 0===e||e.disable(),a.value.isEnabled=!1},enable:()=>{var e;null===(e=i.value)||void 0===e||e.enable(),a.value.isEnabled=!0},unmount:()=>{var e;null===(e=i.value)||void 0===e||e.unmount()},mount:v,state:a};return o.mount&&(r?(r.isMounted?v():t.onMounted(v),t.onUnmounted(()=>{d()})):v()),t.isRef(n)||t.isReactive(n)?t.watch(n,f,{immediate:!1}):t.isRef(n.content)&&t.watch(n.content,l,{immediate:!1}),m}function nt(e,n){const o=t.ref();return t.onMounted(()=>{const t=(Array.isArray(e)?e.map(e=>e.value):"function"==typeof e?e():e.value).map(e=>e instanceof Element?e._tippy:e).filter(Boolean);o.value=ze(t,n?{allowHTML:!0,...n}:{allowHTML:!0})}),{singleton:o}}Fe.setDefaultProps({render:We}),Fe.setDefaultProps({onShow:e=>{if(!e.props.content)return!1}});const ot=t.defineComponent({props:{to:{type:[String,Function]},tag:{type:String,default:"span"},contentTag:{type:String,default:"span"},contentClass:{type:String,default:null},appendTo:{default:()=>Fe.defaultProps.appendTo},aria:{default:()=>Fe.defaultProps.aria},delay:{default:()=>Fe.defaultProps.delay},duration:{default:()=>Fe.defaultProps.duration},getReferenceClientRect:{default:()=>Fe.defaultProps.getReferenceClientRect},hideOnClick:{type:[Boolean,String],default:()=>Fe.defaultProps.hideOnClick},ignoreAttributes:{type:Boolean,default:()=>Fe.defaultProps.ignoreAttributes},interactive:{type:Boolean,default:()=>Fe.defaultProps.interactive},interactiveBorder:{default:()=>Fe.defaultProps.interactiveBorder},interactiveDebounce:{default:()=>Fe.defaultProps.interactiveDebounce},moveTransition:{default:()=>Fe.defaultProps.moveTransition},offset:{default:()=>Fe.defaultProps.offset},onAfterUpdate:{default:()=>Fe.defaultProps.onAfterUpdate},onBeforeUpdate:{default:()=>Fe.defaultProps.onBeforeUpdate},onCreate:{default:()=>Fe.defaultProps.onCreate},onDestroy:{default:()=>Fe.defaultProps.onDestroy},onHidden:{default:()=>Fe.defaultProps.onHidden},onHide:{default:()=>Fe.defaultProps.onHide},onMount:{default:()=>Fe.defaultProps.onMount},onShow:{default:()=>Fe.defaultProps.onShow},onShown:{default:()=>Fe.defaultProps.onShown},onTrigger:{default:()=>Fe.defaultProps.onTrigger},onUntrigger:{default:()=>Fe.defaultProps.onUntrigger},onClickOutside:{default:()=>Fe.defaultProps.onClickOutside},placement:{default:()=>Fe.defaultProps.placement},plugins:{default:()=>Fe.defaultProps.plugins},popperOptions:{default:()=>Fe.defaultProps.popperOptions},render:{default:()=>Fe.defaultProps.render},showOnCreate:{type:Boolean,default:()=>Fe.defaultProps.showOnCreate},touch:{type:[Boolean,String,Array],default:()=>Fe.defaultProps.touch},trigger:{default:()=>Fe.defaultProps.trigger},triggerTarget:{default:()=>Fe.defaultProps.triggerTarget},animateFill:{type:Boolean,default:()=>Fe.defaultProps.animateFill},followCursor:{type:[Boolean,String],default:()=>Fe.defaultProps.followCursor},inlinePositioning:{type:Boolean,default:()=>Fe.defaultProps.inlinePositioning},sticky:{type:[Boolean,String],default:()=>Fe.defaultProps.sticky},allowHTML:{type:Boolean,default:()=>Fe.defaultProps.allowHTML},animation:{default:()=>Fe.defaultProps.animation},arrow:{default:()=>Fe.defaultProps.arrow},content:{default:()=>Fe.defaultProps.content},inertia:{default:()=>Fe.defaultProps.inertia},maxWidth:{default:()=>Fe.defaultProps.maxWidth},role:{default:()=>Fe.defaultProps.role},theme:{default:()=>Fe.defaultProps.theme},zIndex:{default:()=>Fe.defaultProps.zIndex}},emits:["state"],setup(e,{slots:n,emit:o,expose:r}){const i=t.ref(),a=t.ref(),s=t.ref(!1),u=()=>{let t={...e};for(const e of["to","tag","contentTag","contentClass"])t.hasOwnProperty(e)&&delete t[e];return t};let p=i;e.to&&("undefined"!=typeof Element&&e.to instanceof Element?p=()=>e.to:("string"==typeof e.to||e.to instanceof String)&&(p=()=>document.querySelector(e.to)));const c=tt(p,u());t.onMounted(()=>{s.value=!0,t.nextTick(()=>{n.content&&c.setContent(()=>a.value)})}),t.watch(c.state,()=>{o("state",t.unref(c.state))},{immediate:!0,deep:!0}),t.watch(()=>e,()=>{c.setProps(u()),n.content&&c.setContent(()=>a.value)});let f=t.reactive({elem:i,contentElem:a,mounted:s,...c});return r(f),()=>{const o=n.default?n.default(f):[];return t.h(e.tag,{ref:i,"data-v-tippy":""},n.content?[o,t.h(e.contentTag,{ref:a,style:{display:s.value?"inherit":"none"},class:e.contentClass},n.content(f))]:o)}}}),rt=["a11y","allowHTML","arrow","flip","flipOnUpdate","hideOnClick","ignoreAttributes","inertia","interactive","lazy","multiple","showOnInit","touch","touchHold"];let it={};Object.keys(Fe.defaultProps).forEach(e=>{it[e]=rt.includes(e)?{type:Boolean,default:function(){return Fe.defaultProps[e]}}:{default:function(){return Fe.defaultProps[e]}}});const at=t.defineComponent({props:it,setup(e){const n=t.ref([]),{singleton:o}=nt(n,e);return{instances:n,singleton:o}},mounted(){var e;const t=this.$el.parentElement.querySelectorAll("[data-v-tippy]");this.instances=Array.from(t).map(e=>e._tippy).filter(Boolean),null===(e=this.singleton)||void 0===e||e.setInstances(this.instances)},render(){let e=this.$slots.default?this.$slots.default():[];return t.h(()=>e)}}),st={mounted(e,t,n){const o="string"==typeof t.value?{content:t.value}:t.value||{},r=Object.keys(t.modifiers||{}),i=r.find(e=>"arrow"!==e),a=-1!==r.findIndex(e=>"arrow"===e);i&&(o.placement=o.placement||i),a&&(o.arrow=void 0===o.arrow||o.arrow),n.props&&n.props.onTippyShow&&(o.onShow=function(...e){var t;return null===(t=n.props)||void 0===t?void 0:t.onTippyShow(...e)}),n.props&&n.props.onTippyShown&&(o.onShown=function(...e){var t;return null===(t=n.props)||void 0===t?void 0:t.onTippyShown(...e)}),n.props&&n.props.onTippyHidden&&(o.onHidden=function(...e){var t;return null===(t=n.props)||void 0===t?void 0:t.onTippyHidden(...e)}),n.props&&n.props.onTippyHide&&(o.onHide=function(...e){var t;return null===(t=n.props)||void 0===t?void 0:t.onTippyHide(...e)}),n.props&&n.props.onTippyMount&&(o.onMount=function(...e){var t;return null===(t=n.props)||void 0===t?void 0:t.onTippyMount(...e)}),e.getAttribute("title")&&!o.content&&(o.content=e.getAttribute("title"),e.removeAttribute("title")),e.getAttribute("content")&&!o.content&&(o.content=e.getAttribute("content")),tt(e,o)},unmounted(e){e.$tippy?e.$tippy.destroy():e._tippy&&e._tippy.destroy()},updated(e,t){const n="string"==typeof t.value?{content:t.value}:t.value||{};e.getAttribute("title")&&!n.content&&(n.content=e.getAttribute("title"),e.removeAttribute("title")),e.getAttribute("content")&&!n.content&&(n.content=e.getAttribute("content")),e.$tippy?e.$tippy.setProps(n||{}):e._tippy&&e._tippy.setProps(n||{})}},ut={install(e,t={}){Fe.setDefaultProps(t.defaultProps||{}),e.directive(t.directive||"tippy",st),e.component(t.component||"tippy",ot),e.component(t.componentSingleton||"tippy-singleton",at)}},pt=Fe.setDefaultProps;return pt({ignoreAttributes:!0,plugins:[Ze,Qe,Ke,Xe]}),e.Tippy=ot,e.TippySingleton=at,e.default=ut,e.directive=st,e.plugin=ut,e.roundArrow='<svg width="16" height="6" xmlns="http://www.w3.org/2000/svg"><path d="M0 6s1.796-.013 4.67-3.615C5.851.9 6.93.006 8 0c1.07-.006 2.148.887 3.343 2.385C14.233 6.005 16 6 16 6H0z"></svg>',e.setDefaultProps=pt,e.tippy=Fe,e.useSingleton=nt,e.useTippy=tt,e.useTippyComponent=function(e={},n){const o=t.ref();return{instance:o,TippyComponent:t.h(ot,{...e,onVnodeMounted:e=>{o.value=e.component.ctx}},n)}},Object.defineProperty(e,"__esModule",{value:!0}),e}({},Vue);
|
package/dist/vue-tippy.min.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
var VueTippy=function(t){"use strict";var e="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,n=function(){for(var t=["Edge","Trident","Firefox"],n=0;n<t.length;n+=1)if(e&&navigator.userAgent.indexOf(t[n])>=0)return 1;return 0}();var r=e&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then(function(){e=!1,t()}))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout(function(){e=!1,t()},n))}};function i(t){return t&&"[object Function]"==={}.toString.call(t)}function o(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function a(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function p(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=o(t),n=e.overflow,r=e.overflowX,i=e.overflowY;return/(auto|scroll|overlay)/.test(n+i+r)?t:p(a(t))}function s(t){return t&&t.referenceNode?t.referenceNode:t}var c=e&&!(!window.MSInputMethodContext||!document.documentMode),l=e&&/MSIE 10/.test(navigator.userAgent);function f(t){return 11===t?c:10===t?l:c||l}function d(t){if(!t)return document.documentElement;for(var e=f(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===o(n,"position")?d(n):n:t?t.ownerDocument.documentElement:document.documentElement}function u(t){return null!==t.parentNode?u(t.parentNode):t}function m(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?t:e,i=n?e:t,o=document.createRange();o.setStart(r,0),o.setEnd(i,0);var a,p,s=o.commonAncestorContainer;if(t!==s&&e!==s||r.contains(i))return"BODY"===(p=(a=s).nodeName)||"HTML"!==p&&d(a.firstElementChild)!==a?d(s):s;var c=u(t);return c.host?m(c.host,e):m(t,u(e).host)}function h(t){var e="top"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=t.nodeName;if("BODY"===n||"HTML"===n){var r=t.ownerDocument.documentElement;return(t.ownerDocument.scrollingElement||r)[e]}return t[e]}function b(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+r+"Width"])}function v(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],f(10)?parseInt(n["offset"+t])+parseInt(r["margin"+("Height"===t?"Top":"Left")])+parseInt(r["margin"+("Height"===t?"Bottom":"Right")]):0)}function g(t){var e=t.body,n=t.documentElement,r=f(10)&&getComputedStyle(n);return{height:v("Height",e,n,r),width:v("Width",e,n,r)}}var y=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},w=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),x=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},k=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};function E(t){return k({},t,{right:t.left+t.width,bottom:t.top+t.height})}function O(t){var e={};try{if(f(10)){e=t.getBoundingClientRect();var n=h(t,"top"),r=h(t,"left");e.top+=n,e.left+=r,e.bottom+=n,e.right+=r}else e=t.getBoundingClientRect()}catch(t){}var i={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},a="HTML"===t.nodeName?g(t.ownerDocument):{},p=a.width||t.clientWidth||i.width,s=a.height||t.clientHeight||i.height,c=t.offsetWidth-p,l=t.offsetHeight-s;if(c||l){var d=o(t);c-=b(d,"x"),l-=b(d,"y"),i.width-=c,i.height-=l}return E(i)}function A(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=f(10),i="HTML"===e.nodeName,a=O(t),s=O(e),c=p(t),l=o(e),d=parseFloat(l.borderTopWidth),u=parseFloat(l.borderLeftWidth);n&&i&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var m=E({top:a.top-s.top-d,left:a.left-s.left-u,width:a.width,height:a.height});if(m.marginTop=0,m.marginLeft=0,!r&&i){var b=parseFloat(l.marginTop),v=parseFloat(l.marginLeft);m.top-=d-b,m.bottom-=d-b,m.left-=u-v,m.right-=u-v,m.marginTop=b,m.marginLeft=v}return(r&&!n?e.contains(c):e===c&&"BODY"!==c.nodeName)&&(m=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=h(e,"top"),i=h(e,"left"),o=n?-1:1;return t.top+=r*o,t.bottom+=r*o,t.left+=i*o,t.right+=i*o,t}(m,e)),m}function T(t){if(!t||!t.parentElement||f())return document.documentElement;for(var e=t.parentElement;e&&"none"===o(e,"transform");)e=e.parentElement;return e||document.documentElement}function C(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],c={top:0,left:0},l=i?T(t):m(t,s(e));if("viewport"===r)c=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,r=A(t,n),i=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:h(n),p=e?0:h(n,"left");return E({top:a-r.top+r.marginTop,left:p-r.left+r.marginLeft,width:i,height:o})}(l,i);else{var f=void 0;"scrollParent"===r?"BODY"===(f=p(a(e))).nodeName&&(f=t.ownerDocument.documentElement):f="window"===r?t.ownerDocument.documentElement:r;var d=A(f,l,i);if("HTML"!==f.nodeName||function t(e){var n=e.nodeName;if("BODY"===n||"HTML"===n)return!1;if("fixed"===o(e,"position"))return!0;var r=a(e);return!!r&&t(r)}(l))c=d;else{var u=g(t.ownerDocument),b=u.height,v=u.width;c.top+=d.top-d.marginTop,c.bottom=b+d.top,c.left+=d.left-d.marginLeft,c.right=v+d.left}}var y="number"==typeof(n=n||0);return c.left+=y?n:n.left||0,c.top+=y?n:n.top||0,c.right-=y?n:n.right||0,c.bottom-=y?n:n.bottom||0,c}function L(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=C(n,r,o,i),p={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},s=Object.keys(p).map(function(t){return k({key:t},p[t],{area:(e=p[t],e.width*e.height)});var e}).sort(function(t,e){return e.area-t.area}),c=s.filter(function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight}),l=c.length>0?c[0].key:s[0].key,f=t.split("-")[1];return l+(f?"-"+f:"")}function S(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return A(n,r?T(e):m(e,s(n)),r)}function M(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),r=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+r,height:t.offsetHeight+n}}function D(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,function(t){return e[t]})}function I(t,e,n){n=n.split("-")[0];var r=M(t),i={width:r.width,height:r.height},o=-1!==["right","left"].indexOf(n),a=o?"top":"left",p=o?"left":"top",s=o?"height":"width",c=o?"width":"height";return i[a]=e[a]+e[s]/2-r[s]/2,i[p]=n===p?e[p]-r[c]:e[D(p)],i}function N(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function H(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex(function(t){return t[e]===n});var r=N(t,function(t){return t[e]===n});return t.indexOf(r)}(t,"name",n))).forEach(function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&i(n)&&(e.offsets.popper=E(e.offsets.popper),e.offsets.reference=E(e.offsets.reference),e=n(e,t))}),e}function _(t,e){return t.some(function(t){var n=t.name;return t.enabled&&n===e})}function P(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r<e.length;r++){var i=e[r],o=i?""+i+n:t;if(void 0!==document.body.style[o])return o}return null}function Y(t){var e=t.ownerDocument;return e?e.defaultView:window}function F(t,e,n,r){n.updateBound=r,Y(t).addEventListener("resize",n.updateBound,{passive:!0});var i=p(t);return function t(e,n,r,i){var o="BODY"===e.nodeName,a=o?e.ownerDocument.defaultView:e;a.addEventListener(n,r,{passive:!0}),o||t(p(a.parentNode),n,r,i),i.push(a)}(i,"scroll",n.updateBound,n.scrollParents),n.scrollElement=i,n.eventsEnabled=!0,n}function j(){var t,e;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(t=this.reference,e=this.state,Y(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach(function(t){t.removeEventListener("scroll",e.updateBound)}),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e))}function X(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function z(t,e){Object.keys(e).forEach(function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&X(e[n])&&(r="px"),t.style[n]=e[n]+r})}var B=e&&/Firefox/i.test(navigator.userAgent);function W(t,e,n){var r=N(t,function(t){return t.name===e}),i=!!r&&t.some(function(t){return t.name===n&&t.enabled&&t.order<r.order});if(!i){var o="`"+e+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return i}var V=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],$=V.slice(3);function R(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=$.indexOf(t),r=$.slice(n+1).concat($.slice(0,n));return e?r.reverse():r}var U={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"};function q(t,e,n,r){var i=[0,0],o=-1!==["right","left"].indexOf(r),a=t.split(/(\+|\-)/).map(function(t){return t.trim()}),p=a.indexOf(N(a,function(t){return-1!==t.search(/,|\s/)}));a[p]&&-1===a[p].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var s=/\s*,\s*|\s+/,c=-1!==p?[a.slice(0,p).concat([a[p].split(s)[0]]),[a[p].split(s)[1]].concat(a.slice(p+1))]:[a];return(c=c.map(function(t,r){var i=(1===r?!o:o)?"height":"width",a=!1;return t.reduce(function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)},[]).map(function(t){return function(t,e,n,r){var i=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+i[1],a=i[2];if(!o)return t;if(0===a.indexOf("%")){var p=void 0;switch(a){case"%p":p=n;break;case"%":case"%r":default:p=r}return E(p)[e]/100*o}if("vh"===a||"vw"===a)return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o;return o}(t,i,e,n)})})).forEach(function(t,e){t.forEach(function(n,r){X(n)&&(i[e]+=n*("-"===t[r-1]?-1:1))})}),i}var K={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var i=t.offsets,o=i.reference,a=i.popper,p=-1!==["bottom","top"].indexOf(n),s=p?"left":"top",c=p?"width":"height",l={start:x({},s,o[s]),end:x({},s,o[s]+o[c]-a[c])};t.offsets.popper=k({},a,l[r])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,r=t.placement,i=t.offsets,o=i.popper,a=i.reference,p=r.split("-")[0],s=void 0;return s=X(+n)?[+n,0]:q(n,o,a,p),"left"===p?(o.top+=s[0],o.left-=s[1]):"right"===p?(o.top+=s[0],o.left+=s[1]):"top"===p?(o.left+=s[0],o.top-=s[1]):"bottom"===p&&(o.left+=s[0],o.top+=s[1]),t.popper=o,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||d(t.instance.popper);t.instance.reference===n&&(n=d(n));var r=P("transform"),i=t.instance.popper.style,o=i.top,a=i.left,p=i[r];i.top="",i.left="",i[r]="";var s=C(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);i.top=o,i.left=a,i[r]=p,e.boundaries=s;var c=e.priority,l=t.offsets.popper,f={primary:function(t){var n=l[t];return l[t]<s[t]&&!e.escapeWithReference&&(n=Math.max(l[t],s[t])),x({},t,n)},secondary:function(t){var n="right"===t?"left":"top",r=l[n];return l[t]>s[t]&&!e.escapeWithReference&&(r=Math.min(l[n],s[t]-("right"===t?l.width:l.height))),x({},n,r)}};return c.forEach(function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";l=k({},l,f[e](t))}),t.offsets.popper=l,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,r=e.reference,i=t.placement.split("-")[0],o=Math.floor,a=-1!==["top","bottom"].indexOf(i),p=a?"right":"bottom",s=a?"left":"top",c=a?"width":"height";return n[p]<o(r[s])&&(t.offsets.popper[s]=o(r[s])-n[c]),n[s]>o(r[p])&&(t.offsets.popper[s]=o(r[p])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!W(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"==typeof r){if(!(r=t.instance.popper.querySelector(r)))return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var i=t.placement.split("-")[0],a=t.offsets,p=a.popper,s=a.reference,c=-1!==["left","right"].indexOf(i),l=c?"height":"width",f=c?"Top":"Left",d=f.toLowerCase(),u=c?"left":"top",m=c?"bottom":"right",h=M(r)[l];s[m]-h<p[d]&&(t.offsets.popper[d]-=p[d]-(s[m]-h)),s[d]+h>p[m]&&(t.offsets.popper[d]+=s[d]+h-p[m]),t.offsets.popper=E(t.offsets.popper);var b=s[d]+s[l]/2-h/2,v=o(t.instance.popper),g=parseFloat(v["margin"+f]),y=parseFloat(v["border"+f+"Width"]),w=b-t.offsets.popper[d]-g-y;return w=Math.max(Math.min(p[l]-h,w),0),t.arrowElement=r,t.offsets.arrow=(x(n={},d,Math.round(w)),x(n,u,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(_(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=C(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],i=D(r),o=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case U.FLIP:a=[r,i];break;case U.CLOCKWISE:a=R(r);break;case U.COUNTERCLOCKWISE:a=R(r,!0);break;default:a=e.behavior}return a.forEach(function(p,s){if(r!==p||a.length===s+1)return t;r=t.placement.split("-")[0],i=D(r);var c=t.offsets.popper,l=t.offsets.reference,f=Math.floor,d="left"===r&&f(c.right)>f(l.left)||"right"===r&&f(c.left)<f(l.right)||"top"===r&&f(c.bottom)>f(l.top)||"bottom"===r&&f(c.top)<f(l.bottom),u=f(c.left)<f(n.left),m=f(c.right)>f(n.right),h=f(c.top)<f(n.top),b=f(c.bottom)>f(n.bottom),v="left"===r&&u||"right"===r&&m||"top"===r&&h||"bottom"===r&&b,g=-1!==["top","bottom"].indexOf(r),y=!!e.flipVariations&&(g&&"start"===o&&u||g&&"end"===o&&m||!g&&"start"===o&&h||!g&&"end"===o&&b),w=!!e.flipVariationsByContent&&(g&&"start"===o&&m||g&&"end"===o&&u||!g&&"start"===o&&b||!g&&"end"===o&&h),x=y||w;(d||v||x)&&(t.flipped=!0,(d||v)&&(r=a[s+1]),x&&(o=function(t){return"end"===t?"start":"start"===t?"end":t}(o)),t.placement=r+(o?"-"+o:""),t.offsets.popper=k({},t.offsets.popper,I(t.instance.popper,t.offsets.reference,t.placement)),t=H(t.instance.modifiers,t,"flip"))}),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,i=r.popper,o=r.reference,a=-1!==["left","right"].indexOf(n),p=-1===["top","left"].indexOf(n);return i[a?"left":"top"]=o[n]-(p?i[a?"width":"height"]:0),t.placement=D(e),t.offsets.popper=E(i),t}},hide:{order:800,enabled:!0,fn:function(t){if(!W(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=N(t.instance.modifiers,function(t){return"preventOverflow"===t.name}).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}},computeStyle:{order:850,enabled:!0,fn:function(t,e){var n=e.x,r=e.y,i=t.offsets.popper,o=N(t.instance.modifiers,function(t){return"applyStyle"===t.name}).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==o?o:e.gpuAcceleration,p=d(t.instance.popper),s=O(p),c={position:i.position},l=function(t,e){var n=t.offsets,r=n.popper,i=n.reference,o=Math.round,a=Math.floor,p=function(t){return t},s=o(i.width),c=o(r.width),l=-1!==["left","right"].indexOf(t.placement),f=-1!==t.placement.indexOf("-"),d=e?l||f||s%2==c%2?o:a:p,u=e?o:p;return{left:d(s%2==1&&c%2==1&&!f&&e?r.left-1:r.left),top:u(r.top),bottom:u(r.bottom),right:d(r.right)}}(t,window.devicePixelRatio<2||!B),f="bottom"===n?"top":"bottom",u="right"===r?"left":"right",m=P("transform"),h=void 0,b=void 0;if(b="bottom"===f?"HTML"===p.nodeName?-p.clientHeight+l.bottom:-s.height+l.bottom:l.top,h="right"===u?"HTML"===p.nodeName?-p.clientWidth+l.right:-s.width+l.right:l.left,a&&m)c[m]="translate3d("+h+"px, "+b+"px, 0)",c[f]=0,c[u]=0,c.willChange="transform";else{var v="bottom"===f?-1:1,g="right"===u?-1:1;c[f]=b*v,c[u]=h*g,c.willChange=f+", "+u}var y={"x-placement":t.placement};return t.attributes=k({},y,t.attributes),t.styles=k({},c,t.styles),t.arrowStyles=k({},t.offsets.arrow,t.arrowStyles),t},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(t){var e,n;return z(t.instance.popper,t.styles),e=t.instance.popper,n=t.attributes,Object.keys(n).forEach(function(t){!1!==n[t]?e.setAttribute(t,n[t]):e.removeAttribute(t)}),t.arrowElement&&Object.keys(t.arrowStyles).length&&z(t.arrowElement,t.arrowStyles),t},onLoad:function(t,e,n,r,i){var o=S(i,e,t,n.positionFixed),a=L(n.placement,o,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",a),z(e,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},G=function(){function t(e,n){var o=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};y(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(o.update)},this.update=r(this.update.bind(this)),this.options=k({},t.Defaults,a),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(k({},t.Defaults.modifiers,a.modifiers)).forEach(function(e){o.options.modifiers[e]=k({},t.Defaults.modifiers[e]||{},a.modifiers?a.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(t){return k({name:t},o.options.modifiers[t])}).sort(function(t,e){return t.order-e.order}),this.modifiers.forEach(function(t){t.enabled&&i(t.onLoad)&&t.onLoad(o.reference,o.popper,o.options,t,o.state)}),this.update();var p=this.options.eventsEnabled;p&&this.enableEventListeners(),this.state.eventsEnabled=p}return w(t,[{key:"update",value:function(){return function(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=S(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=L(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=I(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=H(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}.call(this)}},{key:"destroy",value:function(){return function(){return this.state.isDestroyed=!0,_(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[P("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}.call(this)}},{key:"enableEventListeners",value:function(){return function(){this.state.eventsEnabled||(this.state=F(this.reference,this.options,this.state,this.scheduleUpdate))}.call(this)}},{key:"disableEventListeners",value:function(){return j.call(this)}}]),t}();G.Utils=("undefined"!=typeof window?window:global).PopperUtils,G.placements=V,G.Defaults=K;function J(){return(J=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}var Z="undefined"!=typeof window&&"undefined"!=typeof document,Q=Z?navigator.userAgent:"",tt=/MSIE |Trident\//.test(Q),et=/UCBrowser\//.test(Q),nt=Z&&/iPhone|iPad|iPod/.test(navigator.platform)&&!window.MSStream,rt={a11y:!0,allowHTML:!0,animateFill:!0,animation:"shift-away",appendTo:function(){return document.body},aria:"describedby",arrow:!1,arrowType:"sharp",boundary:"scrollParent",content:"",delay:0,distance:10,duration:[325,275],flip:!0,flipBehavior:"flip",flipOnUpdate:!1,followCursor:!1,hideOnClick:!0,ignoreAttributes:!1,inertia:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,lazy:!0,maxWidth:350,multiple:!1,offset:0,onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},placement:"top",popperOptions:{},role:"tooltip",showOnInit:!1,size:"regular",sticky:!1,target:"",theme:"dark",touch:!0,touchHold:!1,trigger:"mouseenter focus",triggerTarget:null,updateDuration:0,wait:null,zIndex:9999},it=["arrow","arrowType","boundary","distance","flip","flipBehavior","flipOnUpdate","offset","placement","popperOptions"],ot=Z?Element.prototype:{},at=ot.matches||ot.matchesSelector||ot.webkitMatchesSelector||ot.mozMatchesSelector||ot.msMatchesSelector;function pt(t){return[].slice.call(t)}function st(t,e){return ct(t,function(t){return at.call(t,e)})}function ct(t,e){for(;t;){if(e(t))return t;t=t.parentElement}return null}var lt={passive:!0},ft=4,dt="x-placement",ut="x-out-of-boundaries",mt="tippy-iOS",ht="tippy-active",bt="tippy-popper",vt="tippy-tooltip",gt="tippy-content",yt="tippy-backdrop",wt="tippy-arrow",xt="tippy-roundarrow",kt=".".concat(bt),Et=".".concat(vt),Ot=".".concat(gt),At=".".concat(yt),Tt=".".concat(wt),Ct=".".concat(xt),Lt=!1;function St(){Lt||(Lt=!0,nt&&document.body.classList.add(mt),window.performance&&document.addEventListener("mousemove",Dt))}var Mt=0;function Dt(){var t=performance.now();t-Mt<20&&(Lt=!1,document.removeEventListener("mousemove",Dt),nt||document.body.classList.remove(mt)),Mt=t}function It(){var t=document.activeElement;t&&t.blur&&t._tippy&&t.blur()}var Nt=Object.keys(rt);function Ht(t,e){return{}.hasOwnProperty.call(t,e)}function _t(t,e,n){if(Array.isArray(t)){var r=t[e];return null==r?n:r}return t}function Pt(t,e){return 0===e?t:function(r){clearTimeout(n),n=setTimeout(function(){t(r)},e)};var n}function Yt(t,e){return t&&t.modifiers&&t.modifiers[e]}function Ft(t,e){return t.indexOf(e)>-1}function jt(t){return t instanceof Element}function Xt(t){return!(!t||!Ht(t,"isVirtual"))||jt(t)}function zt(t,e){return"function"==typeof t?t.apply(null,e):t}function Bt(t,e){t.filter(function(t){return"flip"===t.name})[0].enabled=e}function Wt(){return document.createElement("div")}function Vt(t,e){t.forEach(function(t){t&&(t.style.transitionDuration="".concat(e,"ms"))})}function $t(t,e){t.forEach(function(t){t&&t.setAttribute("data-state",e)})}function Rt(t,e){var n=J({},e,{content:zt(e.content,[t])},e.ignoreAttributes?{}:function(t){return Nt.reduce(function(e,n){var r=(t.getAttribute("data-tippy-".concat(n))||"").trim();if(!r)return e;if("content"===n)e[n]=r;else try{e[n]=JSON.parse(r)}catch(t){e[n]=r}return e},{})}(t));return(n.arrow||et)&&(n.animateFill=!1),n}function Ut(t,e){Object.keys(t).forEach(function(t){if(!Ht(e,t))throw new Error("[tippy]: `".concat(t,"` is not a valid option"))})}function qt(t,e){t.innerHTML=jt(e)?e.innerHTML:e}function Kt(t,e){if(jt(e.content))qt(t,""),t.appendChild(e.content);else if("function"!=typeof e.content){t[e.allowHTML?"innerHTML":"textContent"]=e.content}}function Gt(t){return{tooltip:t.querySelector(Et),backdrop:t.querySelector(At),content:t.querySelector(Ot),arrow:t.querySelector(Tt)||t.querySelector(Ct)}}function Jt(t){t.setAttribute("data-inertia","")}function Zt(t){var e=Wt();return"round"===t?(e.className=xt,qt(e,'<svg viewBox="0 0 18 7" xmlns="http://www.w3.org/2000/svg"><path d="M0 7s2.021-.015 5.253-4.218C6.584 1.051 7.797.007 9 0c1.203-.007 2.416 1.035 3.761 2.782C16.012 7.005 18 7 18 7H0z"/></svg>')):e.className=wt,e}function Qt(){var t=Wt();return t.className=yt,t.setAttribute("data-state","hidden"),t}function te(t,e){t.setAttribute("tabindex","-1"),e.setAttribute("data-interactive","")}function ee(t,e,n){var r=et&&void 0!==document.body.style.webkitTransition?"webkitTransitionEnd":"transitionend";t[e+"EventListener"](r,n)}function ne(t){var e=t.getAttribute(dt);return e?e.split("-")[0]:""}function re(t,e,n){n.split(" ").forEach(function(n){t.classList[e](n+"-theme")})}function ie(t,e){var n=Wt();n.className=bt,n.id="tippy-".concat(t),n.style.zIndex=""+e.zIndex,n.style.position="absolute",n.style.top="0",n.style.left="0",e.role&&n.setAttribute("role",e.role);var r=Wt();r.className=vt,r.style.maxWidth=e.maxWidth+("number"==typeof e.maxWidth?"px":""),r.setAttribute("data-size",e.size),r.setAttribute("data-animation",e.animation),r.setAttribute("data-state","hidden"),re(r,"add",e.theme);var i=Wt();return i.className=gt,i.setAttribute("data-state","hidden"),e.interactive&&te(n,r),e.arrow&&r.appendChild(Zt(e.arrowType)),e.animateFill&&(r.appendChild(Qt()),r.setAttribute("data-animatefill","")),e.inertia&&Jt(r),Kt(i,e),r.appendChild(i),n.appendChild(r),n}function oe(t,e,n){var r=Gt(t),i=r.tooltip,o=r.content,a=r.backdrop,p=r.arrow;t.style.zIndex=""+n.zIndex,i.setAttribute("data-size",n.size),i.setAttribute("data-animation",n.animation),i.style.maxWidth=n.maxWidth+("number"==typeof n.maxWidth?"px":""),n.role?t.setAttribute("role",n.role):t.removeAttribute("role"),e.content!==n.content&&Kt(o,n),!e.animateFill&&n.animateFill?(i.appendChild(Qt()),i.setAttribute("data-animatefill","")):e.animateFill&&!n.animateFill&&(i.removeChild(a),i.removeAttribute("data-animatefill")),!e.arrow&&n.arrow?i.appendChild(Zt(n.arrowType)):e.arrow&&!n.arrow&&i.removeChild(p),e.arrow&&n.arrow&&e.arrowType!==n.arrowType&&i.replaceChild(Zt(n.arrowType),p),!e.interactive&&n.interactive?te(t,i):e.interactive&&!n.interactive&&function(t,e){t.removeAttribute("tabindex"),e.removeAttribute("data-interactive")}(t,i),!e.inertia&&n.inertia?Jt(i):e.inertia&&!n.inertia&&function(t){t.removeAttribute("data-inertia")}(i),e.theme!==n.theme&&(re(i,"remove",e.theme),re(i,"add",n.theme))}var ae=1,pe=[];function se(t,e){var n,r,i,o,a,p=Rt(t,e);if(!p.multiple&&t._tippy)return null;var s,c,l,f,d,u=!1,m=!1,h=!1,b=!1,v=[],g=Pt(P,p.interactiveDebounce),y=ae++,w=ie(y,p),x=Gt(w),k={id:y,reference:t,popper:w,popperChildren:x,popperInstance:null,props:p,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},clearDelayTimeouts:U,set:q,setContent:function(t){q({content:t})},show:K,hide:Z,enable:function(){k.state.isEnabled=!0},disable:function(){k.state.isEnabled=!1},destroy:function(e){if(k.state.isDestroyed)return;m=!0,k.state.isMounted&&Z(0);N(),delete t._tippy;var n=k.props.target;n&&e&&jt(t)&&pt(t.querySelectorAll(n)).forEach(function(t){t._tippy&&t._tippy.destroy()});k.popperInstance&&k.popperInstance.destroy();m=!1,k.state.isDestroyed=!0}};return t._tippy=k,w._tippy=k,I(),p.lazy||W(),p.showOnInit&&V(),!p.a11y||p.target||(!jt(d=A())||at.call(d,"a[href],area[href],button,details,input,textarea,select,iframe,[tabindex]")&&!d.hasAttribute("disabled"))||A().setAttribute("tabindex","0"),w.addEventListener("mouseenter",function(t){k.props.interactive&&k.state.isVisible&&"mouseenter"===n&&V(t,!0)}),w.addEventListener("mouseleave",function(){k.props.interactive&&"mouseenter"===n&&document.addEventListener("mousemove",g)}),k;function E(){document.removeEventListener("mousemove",H)}function O(){document.body.removeEventListener("mouseleave",$),document.removeEventListener("mousemove",g),pe=pe.filter(function(t){return t!==g})}function A(){return k.props.triggerTarget||t}function T(){document.addEventListener("click",R,!0)}function C(){document.removeEventListener("click",R,!0)}function L(){return[k.popperChildren.tooltip,k.popperChildren.backdrop,k.popperChildren.content]}function S(){var t=k.props.followCursor;return t&&"focus"!==n||Lt&&"initial"===t}function M(t,e){var n=k.popperChildren.tooltip;function r(t){t.target===n&&(ee(n,"remove",r),e())}if(0===t)return e();ee(n,"remove",l),ee(n,"add",r),l=r}function D(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];A().addEventListener(t,e,n),v.push({eventType:t,handler:e,options:n})}function I(){k.props.touchHold&&!k.props.target&&(D("touchstart",_,lt),D("touchend",Y,lt)),k.props.trigger.trim().split(" ").forEach(function(t){if("manual"!==t)if(k.props.target)switch(t){case"mouseenter":D("mouseover",j),D("mouseout",X);break;case"focus":D("focusin",j),D("focusout",X);break;case"click":D(t,j)}else switch(D(t,_),t){case"mouseenter":D("mouseleave",Y);break;case"focus":D(tt?"focusout":"blur",F)}})}function N(){v.forEach(function(t){var e=t.eventType,n=t.handler,r=t.options;A().removeEventListener(e,n,r)}),v=[]}function H(e){var n=r=e,i=n.clientX,o=n.clientY;if(f){var a=ct(e.target,function(e){return e===t}),p=t.getBoundingClientRect(),s=k.props.followCursor,c="horizontal"===s,l="vertical"===s,d=Ft(["top","bottom"],ne(w)),u=w.getAttribute(dt),m=!!u&&!!u.split("-")[1],h=d?w.offsetWidth:w.offsetHeight,b=h/2,v=d?0:m?h:b,g=d?m?h:b:0;!a&&k.props.interactive||(k.popperInstance.reference=J({},k.popperInstance.reference,{referenceNode:t,clientWidth:0,clientHeight:0,getBoundingClientRect:function(){return{width:d?h:0,height:d?0:h,top:(c?p.top:o)-v,bottom:(c?p.bottom:o)+v,left:(l?p.left:i)-g,right:(l?p.right:i)+g}}}),k.popperInstance.update()),"initial"===s&&k.state.isVisible&&E()}}function _(t){k.state.isEnabled&&!z(t)&&(k.state.isVisible||(n=t.type,t instanceof MouseEvent&&(r=t,pe.forEach(function(e){return e(t)}))),"click"===t.type&&!1!==k.props.hideOnClick&&k.state.isVisible?$():V(t))}function P(e){var n=st(e.target,kt)===w,r=ct(e.target,function(e){return e===t});n||r||function(t,e,n,r){if(!t)return!0;var i=n.clientX,o=n.clientY,a=r.interactiveBorder,p=r.distance,s=e.top-o>("top"===t?a+p:a),c=o-e.bottom>("bottom"===t?a+p:a),l=e.left-i>("left"===t?a+p:a),f=i-e.right>("right"===t?a+p:a);return s||c||l||f}(ne(w),w.getBoundingClientRect(),e,k.props)&&(O(),$())}function Y(t){if(!z(t))return k.props.interactive?(document.body.addEventListener("mouseleave",$),document.addEventListener("mousemove",g),void pe.push(g)):void $()}function F(t){t.target===A()&&(k.props.interactive&&t.relatedTarget&&w.contains(t.relatedTarget)||$())}function j(t){st(t.target,k.props.target)&&V(t)}function X(t){st(t.target,k.props.target)&&$()}function z(t){var e="ontouchstart"in window,n=Ft(t.type,"touch"),r=k.props.touchHold;return e&&Lt&&r&&!n||Lt&&!r&&n}function B(){!b&&c&&(b=!0,function(t){t.offsetHeight}(w),c())}function W(){var e=k.props.popperOptions,n=k.popperChildren,r=n.tooltip,i=n.arrow,o=Yt(e,"preventOverflow");function a(t){k.props.flip&&!k.props.flipOnUpdate&&(t.flipped&&(k.popperInstance.options.placement=t.placement),Bt(k.popperInstance.modifiers,!1)),r.setAttribute(dt,t.placement),!1!==t.attributes[ut]?r.setAttribute(ut,""):r.removeAttribute(ut),s&&s!==t.placement&&h&&(r.style.transition="none",requestAnimationFrame(function(){r.style.transition=""})),s=t.placement,h=k.state.isVisible;var e=ne(w),n=r.style;n.top=n.bottom=n.left=n.right="",n[e]=-(k.props.distance-10)+"px";var i=o&&void 0!==o.padding?o.padding:ft,a="number"==typeof i,p=J({top:a?i:i.top,bottom:a?i:i.bottom,left:a?i:i.left,right:a?i:i.right},!a&&i);p[e]=a?i+k.props.distance:(i[e]||0)+k.props.distance,k.popperInstance.modifiers.filter(function(t){return"preventOverflow"===t.name})[0].padding=p,f=p}var p=J({eventsEnabled:!1,placement:k.props.placement},e,{modifiers:J({},e?e.modifiers:{},{preventOverflow:J({boundariesElement:k.props.boundary,padding:ft},o),arrow:J({element:i,enabled:!!i},Yt(e,"arrow")),flip:J({enabled:k.props.flip,padding:k.props.distance+ft,behavior:k.props.flipBehavior},Yt(e,"flip")),offset:J({offset:k.props.offset},Yt(e,"offset"))}),onCreate:function(t){a(t),B(),e&&e.onCreate&&e.onCreate(t)},onUpdate:function(t){a(t),B(),e&&e.onUpdate&&e.onUpdate(t)}});k.popperInstance=new G(t,w,p)}function V(t,n){if(U(),!k.state.isVisible){if(k.props.target)return function(t){if(t){var n=st(t.target,k.props.target);n&&!n._tippy&&se(n,J({},k.props,{content:zt(e.content,[n]),appendTo:e.appendTo,target:"",showOnInit:!0}))}}(t);if(u=!0,t&&!n&&k.props.onTrigger(k,t),k.props.wait)return k.props.wait(k,t);S()&&!k.state.isMounted&&(k.popperInstance||W(),document.addEventListener("mousemove",H)),T();var r=_t(k.props.delay,0,rt.delay);r?i=setTimeout(function(){K()},r):K()}}function $(){if(U(),!k.state.isVisible)return E(),void C();u=!1;var t=_t(k.props.delay,1,rt.delay);t?o=setTimeout(function(){k.state.isVisible&&Z()},t):a=requestAnimationFrame(function(){Z()})}function R(t){if(!k.props.interactive||!w.contains(t.target)){if(A().contains(t.target)){if(Lt)return;if(k.state.isVisible&&Ft(k.props.trigger,"click"))return}!0===k.props.hideOnClick&&(U(),Z())}}function U(){clearTimeout(i),clearTimeout(o),cancelAnimationFrame(a)}function q(e){Ut(e=e||{},rt),N();var n=k.props,i=Rt(t,J({},k.props,{},e,{ignoreAttributes:!0}));i.ignoreAttributes=Ht(e,"ignoreAttributes")?e.ignoreAttributes||!1:n.ignoreAttributes,k.props=i,I(),O(),g=Pt(P,i.interactiveDebounce),oe(w,n,i),k.popperChildren=Gt(w),k.popperInstance&&(it.some(function(t){return Ht(e,t)&&e[t]!==n[t]})?(k.popperInstance.destroy(),W(),k.state.isVisible&&k.popperInstance.enableEventListeners(),k.props.followCursor&&r&&H(r)):k.popperInstance.update())}function K(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_t(k.props.duration,0,rt.duration[1]);if(!k.state.isDestroyed&&k.state.isEnabled&&(!Lt||k.props.touch)&&!A().hasAttribute("disabled")&&!1!==k.props.onShow(k)){T(),w.style.visibility="visible",k.state.isVisible=!0,k.props.interactive&&A().classList.add(ht);var n=L();Vt(n.concat(w),0),c=function(){if(k.state.isVisible){var i=S();i&&r?H(r):i||k.popperInstance.update(),k.popperChildren.backdrop&&(k.popperChildren.content.style.transitionDelay=Math.round(e/12)+"ms"),k.props.sticky&&function(){Vt([w],tt?0:k.props.updateDuration);var e=t.getBoundingClientRect();!function n(){var r=t.getBoundingClientRect();e.top===r.top&&e.right===r.right&&e.bottom===r.bottom&&e.left===r.left||k.popperInstance.scheduleUpdate(),e=r,k.state.isMounted&&requestAnimationFrame(n)}()}(),Vt([w],k.props.updateDuration),Vt(n,e),$t(n,"visible"),function(t,e){M(t,e)}(e,function(){k.props.aria&&A().setAttribute("aria-".concat(k.props.aria),w.id),k.props.onShown(k),k.state.isShown=!0})}},function(){b=!1;var e=S();k.popperInstance?(Bt(k.popperInstance.modifiers,k.props.flip),e||(k.popperInstance.reference=t,k.popperInstance.enableEventListeners()),k.popperInstance.scheduleUpdate()):(W(),e||k.popperInstance.enableEventListeners());var n=k.props.appendTo,r="parent"===n?t.parentNode:zt(n,[t]);r.contains(w)||(r.appendChild(w),k.props.onMount(k),k.state.isMounted=!0)}()}}function Z(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_t(k.props.duration,1,rt.duration[1]);if(!k.state.isDestroyed&&(k.state.isEnabled||m)&&(!1!==k.props.onHide(k)||m)){C(),w.style.visibility="hidden",k.state.isVisible=!1,k.state.isShown=!1,h=!1,k.props.interactive&&A().classList.remove(ht);var e=L();Vt(e,t),$t(e,"hidden"),function(t,e){M(t,function(){!k.state.isVisible&&w.parentNode&&w.parentNode.contains(w)&&e()})}(t,function(){u||E(),k.props.aria&&A().removeAttribute("aria-".concat(k.props.aria)),k.popperInstance.disableEventListeners(),k.popperInstance.options.placement=k.props.placement,w.parentNode.removeChild(w),k.props.onHidden(k),k.state.isMounted=!1})}}}var ce=!1;function le(t,e){Ut(e||{},rt),ce||(document.addEventListener("touchstart",St,lt),window.addEventListener("blur",It),ce=!0);var n,r=J({},rt,{},e);n=t,"[object Object]"!=={}.toString.call(n)||n.addEventListener||function(t){var e={isVirtual:!0,attributes:t.attributes||{},contains:function(){},setAttribute:function(e,n){t.attributes[e]=n},getAttribute:function(e){return t.attributes[e]},removeAttribute:function(e){delete t.attributes[e]},hasAttribute:function(e){return e in t.attributes},addEventListener:function(){},removeEventListener:function(){},classList:{classNames:{},add:function(e){t.classList.classNames[e]=!0},remove:function(e){delete t.classList.classNames[e]},contains:function(e){return e in t.classList.classNames}}};for(var n in e)t[n]=e[n]}(t);var i=function(t){if(Xt(t))return[t];if(t instanceof NodeList)return pt(t);if(Array.isArray(t))return t;try{return pt(document.querySelectorAll(t))}catch(t){return[]}}(t).reduce(function(t,e){var n=e&&se(e,r);return n&&t.push(n),t},[]);return Xt(t)?i[0]:i}le.version="4.3.5",le.defaults=rt,le.setDefaults=function(t){Object.keys(t).forEach(function(e){rt[e]=t[e]})},le.hideAll=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.exclude,n=t.duration;pt(document.querySelectorAll(kt)).forEach(function(t){var r,i=t._tippy;if(i){var o=!1;e&&(o=(r=e)._tippy&&!at.call(r,kt)?i.reference===e:t===e.popper),o||i.hide(n)}})},le.group=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.delay,r=void 0===n?t[0].props.delay:n,i=e.duration,o=void 0===i?0:i,a=!1;function p(t){a=t,f()}function s(e){e._originalProps.onShow(e),t.forEach(function(t){t.set({duration:o}),t.state.isVisible&&t.hide()}),p(!0)}function c(t){t._originalProps.onHide(t),p(!1)}function l(t){t._originalProps.onShown(t),t.set({duration:t._originalProps.duration})}function f(){t.forEach(function(t){t.set({onShow:s,onShown:l,onHide:c,delay:a?[0,Array.isArray(r)?r[1]:r]:r,duration:a?o:t._originalProps.duration})})}t.forEach(function(t){t._originalProps?t.set(t._originalProps):t._originalProps=J({},t.props)}),f()},Z&&setTimeout(function(){pt(document.querySelectorAll("[data-tippy]")).forEach(function(t){var e=t.getAttribute("data-tippy");e&&le(t,{content:e})})}),function(t){if(Z){var e=document.createElement("style");e.type="text/css",e.textContent=t,e.setAttribute("data-tippy-stylesheet","");var n=document.head,r=n.querySelector("style,link");r?n.insertBefore(e,r):n.appendChild(e)}}('.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{transition-timing-function:cubic-bezier(.165,.84,.44,1);max-width:calc(100% - 8px);pointer-events:none;outline:0}.tippy-popper[x-placement^=top] .tippy-backdrop{border-radius:40% 40% 0 0}.tippy-popper[x-placement^=top] .tippy-roundarrow{bottom:-7px;bottom:-6.5px;-webkit-transform-origin:50% 0;transform-origin:50% 0;margin:0 3px}.tippy-popper[x-placement^=top] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tippy-popper[x-placement^=top] .tippy-arrow{border-top:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent;bottom:-7px;margin:0 3px;-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=top] .tippy-backdrop{-webkit-transform-origin:0 25%;transform-origin:0 25%}.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%)}.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(.2) translate(-50%,-45%);transform:scale(.2) translate(-50%,-45%);opacity:0}.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible]{-webkit-transform:perspective(700px) translateY(-10px);transform:perspective(700px) translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:perspective(700px) rotateX(60deg);transform:perspective(700px) rotateX(60deg)}.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-popper[x-placement^=top] [data-animation=scale]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateY(-10px) scale(.5);transform:translateY(-10px) scale(.5)}.tippy-popper[x-placement^=bottom] .tippy-backdrop{border-radius:0 0 30% 30%}.tippy-popper[x-placement^=bottom] .tippy-roundarrow{top:-7px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;margin:0 3px}.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg{position:absolute;left:0}.tippy-popper[x-placement^=bottom] .tippy-arrow{border-bottom:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent;top:-7px;margin:0 3px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.tippy-popper[x-placement^=bottom] .tippy-backdrop{-webkit-transform-origin:0 -50%;transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%)}.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(.2) translate(-50%);transform:scale(.2) translate(-50%);opacity:0}.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible]{-webkit-transform:perspective(700px) translateY(10px);transform:perspective(700px) translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:perspective(700px) rotateX(-60deg);transform:perspective(700px) rotateX(-60deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-popper[x-placement^=bottom] [data-animation=scale]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateY(10px) scale(.5);transform:translateY(10px) scale(.5)}.tippy-popper[x-placement^=left] .tippy-backdrop{border-radius:50% 0 0 50%}.tippy-popper[x-placement^=left] .tippy-roundarrow{right:-12px;-webkit-transform-origin:33.33333333% 50%;transform-origin:33.33333333% 50%;margin:3px 0}.tippy-popper[x-placement^=left] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tippy-popper[x-placement^=left] .tippy-arrow{border-left:8px solid #333;border-top:8px solid transparent;border-bottom:8px solid transparent;right:-7px;margin:3px 0;-webkit-transform-origin:0 50%;transform-origin:0 50%}.tippy-popper[x-placement^=left] .tippy-backdrop{-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(.2) translate(-75%,-50%);transform:scale(.2) translate(-75%,-50%);opacity:0}.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible]{-webkit-transform:perspective(700px) translateX(-10px);transform:perspective(700px) translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:perspective(700px) rotateY(-60deg);transform:perspective(700px) rotateY(-60deg)}.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-popper[x-placement^=left] [data-animation=scale]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateX(-10px) scale(.5);transform:translateX(-10px) scale(.5)}.tippy-popper[x-placement^=right] .tippy-backdrop{border-radius:0 50% 50% 0}.tippy-popper[x-placement^=right] .tippy-roundarrow{left:-12px;-webkit-transform-origin:66.66666666% 50%;transform-origin:66.66666666% 50%;margin:3px 0}.tippy-popper[x-placement^=right] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tippy-popper[x-placement^=right] .tippy-arrow{border-right:8px solid #333;border-top:8px solid transparent;border-bottom:8px solid transparent;left:-7px;margin:3px 0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.tippy-popper[x-placement^=right] .tippy-backdrop{-webkit-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(.2) translate(-25%,-50%);transform:scale(.2) translate(-25%,-50%);opacity:0}.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible]{-webkit-transform:perspective(700px) translateX(10px);transform:perspective(700px) translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:perspective(700px) rotateY(60deg);transform:perspective(700px) rotateY(60deg)}.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-popper[x-placement^=right] [data-animation=scale]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateX(10px) scale(.5);transform:translateX(10px) scale(.5)}.tippy-tooltip{position:relative;color:#fff;border-radius:.25rem;font-size:.875rem;padding:.3125rem .5625rem;line-height:1.4;text-align:center;background-color:#333}.tippy-tooltip[data-size=small]{padding:.1875rem .375rem;font-size:.75rem}.tippy-tooltip[data-size=large]{padding:.375rem .75rem;font-size:1rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:initial}.tippy-tooltip[data-interactive],.tippy-tooltip[data-interactive] .tippy-roundarrow path{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-tooltip[data-inertia][data-state=hidden]{transition-timing-function:ease}.tippy-arrow,.tippy-roundarrow{position:absolute;width:0;height:0}.tippy-roundarrow{width:18px;height:7px;fill:#333;pointer-events:none}.tippy-backdrop{position:absolute;background-color:#333;border-radius:50%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;transition:all cubic-bezier(.46,.1,.52,.98);-webkit-backface-visibility:hidden;backface-visibility:hidden}.tippy-backdrop:after{content:"";float:left;padding-top:100%}.tippy-backdrop+.tippy-content{transition-property:opacity;will-change:opacity}.tippy-backdrop+.tippy-content[data-state=hidden]{opacity:0}');var fe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var de,ue=(function(t){var e,n,r,i,o,a,p,s,c,l,f,d,u,m,h;e=fe,n=function(t,e,r){if(!s(e)||l(e)||f(e)||d(e)||p(e))return e;var i,o=0,a=0;if(c(e))for(i=[],a=e.length;o<a;o++)i.push(n(t,e[o],r));else for(var u in i={},e)Object.prototype.hasOwnProperty.call(e,u)&&(i[t(u,r)]=n(t,e[u],r));return i},r=function(t){return u(t)?t:(t=t.replace(/[\-_\s]+(.)?/g,function(t,e){return e?e.toUpperCase():""})).substr(0,1).toLowerCase()+t.substr(1)},i=function(t){var e=r(t);return e.substr(0,1).toUpperCase()+e.substr(1)},o=function(t,e){return function(t,e){var n=(e=e||{}).separator||"_",r=e.split||/(?=[A-Z])/;return t.split(r).join(n)}(t,e).toLowerCase()},a=Object.prototype.toString,p=function(t){return"function"==typeof t},s=function(t){return t===Object(t)},c=function(t){return"[object Array]"==a.call(t)},l=function(t){return"[object Date]"==a.call(t)},f=function(t){return"[object RegExp]"==a.call(t)},d=function(t){return"[object Boolean]"==a.call(t)},u=function(t){return(t-=0)==t},m=function(t,e){var n=e&&"process"in e?e.process:e;return"function"!=typeof n?t:function(e,r){return n(e,t,r)}},h={camelize:r,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(t,e){return n(m(r,e),t)},decamelizeKeys:function(t,e){return n(m(o,e),t,e)},pascalizeKeys:function(t,e){return n(m(i,e),t)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}},t.exports?t.exports=h:e.humps=h}(de={exports:{}},de.exports),de.exports);function me(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function he(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,r)}return n}var be={a11y:!0,allowHTML:!0,animateFill:!0,arrow:!1,flip:!0,flipOnUpdate:!1,followCursor:!1,hideOnClick:!0,ignoreAttributes:!1,inertia:!1,interactive:!1,lazy:!0,multiple:!1,showOnInit:!1,sticky:!1,touch:!0,touchHold:!1},ve=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?he(Object(n),!0).forEach(function(e){me(t,e,n[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))})}return t}({animation:"shift-away",appendTo:function(){return document.body},aria:"describedby",arrowType:"sharp",boundary:"scrollParent",content:"",delay:0,distance:10,duration:[325,275],flipBehavior:"flip",interactiveBorder:2,interactiveDebounce:0,maxWidth:350,offset:0,onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},placement:"top",popperOptions:{},role:"tooltip",size:"regular",target:"",theme:"dark",trigger:"mouseenter focus",updateDuration:0,wait:null,zIndex:9999},be);var ge=function(t,e,n,r,i,o,a,p,s,c){"boolean"!=typeof a&&(s=p,p=a,a=!1);var l,f="function"==typeof n?n.options:n;if(t&&t.render&&(f.render=t.render,f.staticRenderFns=t.staticRenderFns,f._compiled=!0,i&&(f.functional=!0)),r&&(f._scopeId=r),o?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,s(t)),t&&t._registeredComponents&&t._registeredComponents.add(o)},f._ssrRegister=l):e&&(l=a?function(){e.call(this,c(this.$root.$options.shadowRoot))}:function(t){e.call(this,p(t))}),l)if(f.functional){var d=f.render;f.render=function(t,e){return l.call(e),d(t,e)}}else{var u=f.beforeCreate;f.beforeCreate=u?[].concat(u,l):[l]}return n}({render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.tag,{tag:"component"},[n(t.triggerTag||t.tag,{ref:"trigger",tag:"component"},[t._t("trigger")],2),t._v(" "),n(t.contentTag||t.tag,{ref:"content",tag:"component"},[t._t("default")],2)],1)},staticRenderFns:[]},void 0,{props:{to:void 0,toSelector:void 0,toElement:void 0,content:void 0,enabled:void 0,visible:void 0,triggerTarget:void 0,tag:{type:String,default:"div"},triggerTag:String,contentTag:String},data:function(){return{tip:null,options:{}}},mounted:function(){this.init()},watch:{content:function(){this.tip&&this.tip.set(this.getOptions())},enabled:function(t){this.tip&&(t?this.tip.enable():(this.tip.hide(),this.tip.disable()))},visible:function(t){this.tip&&(t?this.tip.show():this.tip.hide())}},updated:function(){this.tip&&!this.content&&this.tip.set(this.getOptions())},beforeDestroy:function(){this.tip&&this.tip.destroy()},computed:{isManualTrigger:function(){return"manual"===this.options.trigger}},methods:{init:function(){if(this.tip){try{this.tip.destroy()}catch(t){}this.tip=null}var t=this.toElement;if(null==t&&(t=this.to?document.querySelector("[name='".concat(this.to,"']")):this.toSelector?document.querySelector(this.toSelector):this.$refs.trigger&&this.$refs.trigger.childElementCount>0?this.$refs.trigger:this.$el.parentElement),t){var e=le(t,this.getOptions());if(e){if(Array.isArray(e)){if(!(e.length>0))return;this.tip=e[0]}this.tip=e,this.$emit("onCreate",this.tip),this.$emit("init",this.tip),!1===this.enabled&&this.tip.disable(),this.isManualTrigger&&!0===this.visible&&this.tip.show()}}},tippy:function(){return this.tip},filterOptions:function(){for(var t=function(t,e){if(be.hasOwnProperty(t)){if(""===e)return!0;if("false"===e)return!1;if("true"===e)return!0}return e},e=0,n=Object.keys(this.options);e<n.length;e++){var r=n[e];ve.hasOwnProperty(r)?this.options[r]=t(r,this.options[r]):delete this.options[r]}return this.options},getOptions:function(){var t=this;return this.options.content=this.content?this.content:this.$refs.content,Object.assign(this.options,ue.camelizeKeys(this.$attrs)),this.filterOptions(),!this.options.onShow&&this.$listeners&&this.$listeners.show&&(this.options.onShow=function(){var e;return(e=t.$listeners.show).fns.apply(e,arguments)}),!this.options.onShow&&this.$listeners&&this.$listeners.shown&&(this.options.onShown=function(){var e;return(e=t.$listeners.shown).fns.apply(e,arguments)}),!this.options.onHidden&&this.$listeners&&this.$listeners.hidden&&(this.options.onHidden=function(){var e;return(e=t.$listeners.hidden).fns.apply(e,arguments)}),!this.options.onHide&&this.$listeners&&this.$listeners.hide&&(this.options.onHide=function(){var e;return(e=t.$listeners.hide).fns.apply(e,arguments)}),!this.options.onMount&&this.$listeners&&this.$listeners.mount&&(this.options.onMount=function(){var e;return(e=t.$listeners.mount).fns.apply(e,arguments)}),this.options.triggerTarget=this.triggerTarget,this.options}}},void 0,!1,void 0,void 0,void 0),ye="tippy",we={install:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};function n(t){return"string"==typeof t.value?{content:t.value}:t.value||{}}ye=e.directive||"tippy",le.setDefaults(e||{}),t.directive(ye,{inserted:function(r,i,o){t.nextTick(function(){!function(r,i,o){var a=o.data&&o.data.on||o.componentOptions&&o.componentOptions.listeners,p=n(i),s=Object.keys(i.modifiers||{}),c=s.find(function(t){return"arrow"!==t}),l=-1!==s.findIndex(function(t){return"arrow"===t});p=Object.assign({},e,p),c&&(p.placement=p.placement||c),l&&(p.arrow=void 0===p.arrow||p.arrow),a&&a.show&&(p.onShow=function(){var t;return(t=a.show).fns.apply(t,arguments)}),a&&a.shown&&(p.onShown=function(){var t;(t=a.shown).fns.apply(t,arguments)}),a&&a.hidden&&(p.onHidden=function(){var t;(t=a.hidden).fns.apply(t,arguments)}),a&&a.hide&&(p.onHide=function(){var t;return(t=a.hide).fns.apply(t,arguments)}),a&&a.mount&&(p.onMount=function(){var t;(t=a.mount).fns.apply(t,arguments)}),r.getAttribute("title")&&!p.content&&(p.content=r.getAttribute("title"),r.removeAttribute("title")),r.getAttribute("content")&&!p.content&&(p.content=r.getAttribute("content")),le(r,p),p.showOnLoad&&r._tippy.show(),t.nextTick(function(){a&&a.init&&a.init.fns(r._tippy,r)})}(r,i,o)})},unbind:function(t){t._tippy&&t._tippy.destroy()},componentUpdated:function(t,e,r){if(t._tippy){var i=n(e);t.getAttribute("title")&&!i.content&&(i.content=t.getAttribute("title"),t.removeAttribute("title")),t.getAttribute("content")&&!i.content&&(i.content=t.getAttribute("content")),t._tippy.set(i)}}})}};return"undefined"!=typeof window&&window.Vue&&(window.Vue.use(we),window.Vue.component("tippy",ge)),t.TippyComponent=ge,t.default=we,t.tippy=le,t}({});
|
1
|
+
var VueTippy=function(t){"use strict";var e="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,n=function(){for(var t=["Edge","Trident","Firefox"],n=0;n<t.length;n+=1)if(e&&navigator.userAgent.indexOf(t[n])>=0)return 1;return 0}();var r=e&&window.Promise?function(t){var e=!1;return function(){e||(e=!0,window.Promise.resolve().then(function(){e=!1,t()}))}}:function(t){var e=!1;return function(){e||(e=!0,setTimeout(function(){e=!1,t()},n))}};function i(t){return t&&"[object Function]"==={}.toString.call(t)}function o(t,e){if(1!==t.nodeType)return[];var n=t.ownerDocument.defaultView.getComputedStyle(t,null);return e?n[e]:n}function a(t){return"HTML"===t.nodeName?t:t.parentNode||t.host}function p(t){if(!t)return document.body;switch(t.nodeName){case"HTML":case"BODY":return t.ownerDocument.body;case"#document":return t.body}var e=o(t),n=e.overflow,r=e.overflowX,i=e.overflowY;return/(auto|scroll|overlay)/.test(n+i+r)?t:p(a(t))}function s(t){return t&&t.referenceNode?t.referenceNode:t}var c=e&&!(!window.MSInputMethodContext||!document.documentMode),l=e&&/MSIE 10/.test(navigator.userAgent);function f(t){return 11===t?c:10===t?l:c||l}function d(t){if(!t)return document.documentElement;for(var e=f(10)?document.body:null,n=t.offsetParent||null;n===e&&t.nextElementSibling;)n=(t=t.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===o(n,"position")?d(n):n:t?t.ownerDocument.documentElement:document.documentElement}function u(t){return null!==t.parentNode?u(t.parentNode):t}function m(t,e){if(!(t&&t.nodeType&&e&&e.nodeType))return document.documentElement;var n=t.compareDocumentPosition(e)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?t:e,i=n?e:t,o=document.createRange();o.setStart(r,0),o.setEnd(i,0);var a,p,s=o.commonAncestorContainer;if(t!==s&&e!==s||r.contains(i))return"BODY"===(p=(a=s).nodeName)||"HTML"!==p&&d(a.firstElementChild)!==a?d(s):s;var c=u(t);return c.host?m(c.host,e):m(t,u(e).host)}function h(t){var e="top"===(arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top")?"scrollTop":"scrollLeft",n=t.nodeName;if("BODY"===n||"HTML"===n){var r=t.ownerDocument.documentElement;return(t.ownerDocument.scrollingElement||r)[e]}return t[e]}function b(t,e){var n="x"===e?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(t["border"+n+"Width"])+parseFloat(t["border"+r+"Width"])}function v(t,e,n,r){return Math.max(e["offset"+t],e["scroll"+t],n["client"+t],n["offset"+t],n["scroll"+t],f(10)?parseInt(n["offset"+t])+parseInt(r["margin"+("Height"===t?"Top":"Left")])+parseInt(r["margin"+("Height"===t?"Bottom":"Right")]):0)}function g(t){var e=t.body,n=t.documentElement,r=f(10)&&getComputedStyle(n);return{height:v("Height",e,n,r),width:v("Width",e,n,r)}}var y=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},w=function(){function t(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),x=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},k=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t};function E(t){return k({},t,{right:t.left+t.width,bottom:t.top+t.height})}function O(t){var e={};try{if(f(10)){e=t.getBoundingClientRect();var n=h(t,"top"),r=h(t,"left");e.top+=n,e.left+=r,e.bottom+=n,e.right+=r}else e=t.getBoundingClientRect()}catch(t){}var i={left:e.left,top:e.top,width:e.right-e.left,height:e.bottom-e.top},a="HTML"===t.nodeName?g(t.ownerDocument):{},p=a.width||t.clientWidth||i.width,s=a.height||t.clientHeight||i.height,c=t.offsetWidth-p,l=t.offsetHeight-s;if(c||l){var d=o(t);c-=b(d,"x"),l-=b(d,"y"),i.width-=c,i.height-=l}return E(i)}function A(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=f(10),i="HTML"===e.nodeName,a=O(t),s=O(e),c=p(t),l=o(e),d=parseFloat(l.borderTopWidth),u=parseFloat(l.borderLeftWidth);n&&i&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var m=E({top:a.top-s.top-d,left:a.left-s.left-u,width:a.width,height:a.height});if(m.marginTop=0,m.marginLeft=0,!r&&i){var b=parseFloat(l.marginTop),v=parseFloat(l.marginLeft);m.top-=d-b,m.bottom-=d-b,m.left-=u-v,m.right-=u-v,m.marginTop=b,m.marginLeft=v}return(r&&!n?e.contains(c):e===c&&"BODY"!==c.nodeName)&&(m=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=h(e,"top"),i=h(e,"left"),o=n?-1:1;return t.top+=r*o,t.bottom+=r*o,t.left+=i*o,t.right+=i*o,t}(m,e)),m}function T(t){if(!t||!t.parentElement||f())return document.documentElement;for(var e=t.parentElement;e&&"none"===o(e,"transform");)e=e.parentElement;return e||document.documentElement}function C(t,e,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],c={top:0,left:0},l=i?T(t):m(t,s(e));if("viewport"===r)c=function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.ownerDocument.documentElement,r=A(t,n),i=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),a=e?0:h(n),p=e?0:h(n,"left");return E({top:a-r.top+r.marginTop,left:p-r.left+r.marginLeft,width:i,height:o})}(l,i);else{var f=void 0;"scrollParent"===r?"BODY"===(f=p(a(e))).nodeName&&(f=t.ownerDocument.documentElement):f="window"===r?t.ownerDocument.documentElement:r;var d=A(f,l,i);if("HTML"!==f.nodeName||function t(e){var n=e.nodeName;if("BODY"===n||"HTML"===n)return!1;if("fixed"===o(e,"position"))return!0;var r=a(e);return!!r&&t(r)}(l))c=d;else{var u=g(t.ownerDocument),b=u.height,v=u.width;c.top+=d.top-d.marginTop,c.bottom=b+d.top,c.left+=d.left-d.marginLeft,c.right=v+d.left}}var y="number"==typeof(n=n||0);return c.left+=y?n:n.left||0,c.top+=y?n:n.top||0,c.right-=y?n:n.right||0,c.bottom-=y?n:n.bottom||0,c}function L(t,e,n,r,i){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===t.indexOf("auto"))return t;var a=C(n,r,o,i),p={top:{width:a.width,height:e.top-a.top},right:{width:a.right-e.right,height:a.height},bottom:{width:a.width,height:a.bottom-e.bottom},left:{width:e.left-a.left,height:a.height}},s=Object.keys(p).map(function(t){return k({key:t},p[t],{area:(e=p[t],e.width*e.height)});var e}).sort(function(t,e){return e.area-t.area}),c=s.filter(function(t){var e=t.width,r=t.height;return e>=n.clientWidth&&r>=n.clientHeight}),l=c.length>0?c[0].key:s[0].key,f=t.split("-")[1];return l+(f?"-"+f:"")}function S(t,e,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;return A(n,r?T(e):m(e,s(n)),r)}function M(t){var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop||0)+parseFloat(e.marginBottom||0),r=parseFloat(e.marginLeft||0)+parseFloat(e.marginRight||0);return{width:t.offsetWidth+r,height:t.offsetHeight+n}}function D(t){var e={left:"right",right:"left",bottom:"top",top:"bottom"};return t.replace(/left|right|bottom|top/g,function(t){return e[t]})}function I(t,e,n){n=n.split("-")[0];var r=M(t),i={width:r.width,height:r.height},o=-1!==["right","left"].indexOf(n),a=o?"top":"left",p=o?"left":"top",s=o?"height":"width",c=o?"width":"height";return i[a]=e[a]+e[s]/2-r[s]/2,i[p]=n===p?e[p]-r[c]:e[D(p)],i}function N(t,e){return Array.prototype.find?t.find(e):t.filter(e)[0]}function H(t,e,n){return(void 0===n?t:t.slice(0,function(t,e,n){if(Array.prototype.findIndex)return t.findIndex(function(t){return t[e]===n});var r=N(t,function(t){return t[e]===n});return t.indexOf(r)}(t,"name",n))).forEach(function(t){t.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=t.function||t.fn;t.enabled&&i(n)&&(e.offsets.popper=E(e.offsets.popper),e.offsets.reference=E(e.offsets.reference),e=n(e,t))}),e}function _(t,e){return t.some(function(t){var n=t.name;return t.enabled&&n===e})}function P(t){for(var e=[!1,"ms","Webkit","Moz","O"],n=t.charAt(0).toUpperCase()+t.slice(1),r=0;r<e.length;r++){var i=e[r],o=i?""+i+n:t;if(void 0!==document.body.style[o])return o}return null}function Y(t){var e=t.ownerDocument;return e?e.defaultView:window}function F(t,e,n,r){n.updateBound=r,Y(t).addEventListener("resize",n.updateBound,{passive:!0});var i=p(t);return function t(e,n,r,i){var o="BODY"===e.nodeName,a=o?e.ownerDocument.defaultView:e;a.addEventListener(n,r,{passive:!0}),o||t(p(a.parentNode),n,r,i),i.push(a)}(i,"scroll",n.updateBound,n.scrollParents),n.scrollElement=i,n.eventsEnabled=!0,n}function j(){var t,e;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(t=this.reference,e=this.state,Y(t).removeEventListener("resize",e.updateBound),e.scrollParents.forEach(function(t){t.removeEventListener("scroll",e.updateBound)}),e.updateBound=null,e.scrollParents=[],e.scrollElement=null,e.eventsEnabled=!1,e))}function X(t){return""!==t&&!isNaN(parseFloat(t))&&isFinite(t)}function z(t,e){Object.keys(e).forEach(function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&X(e[n])&&(r="px"),t.style[n]=e[n]+r})}var B=e&&/Firefox/i.test(navigator.userAgent);function W(t,e,n){var r=N(t,function(t){return t.name===e}),i=!!r&&t.some(function(t){return t.name===n&&t.enabled&&t.order<r.order});if(!i){var o="`"+e+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return i}var V=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],$=V.slice(3);function R(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=$.indexOf(t),r=$.slice(n+1).concat($.slice(0,n));return e?r.reverse():r}var U={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"};function q(t,e,n,r){var i=[0,0],o=-1!==["right","left"].indexOf(r),a=t.split(/(\+|\-)/).map(function(t){return t.trim()}),p=a.indexOf(N(a,function(t){return-1!==t.search(/,|\s/)}));a[p]&&-1===a[p].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var s=/\s*,\s*|\s+/,c=-1!==p?[a.slice(0,p).concat([a[p].split(s)[0]]),[a[p].split(s)[1]].concat(a.slice(p+1))]:[a];return(c=c.map(function(t,r){var i=(1===r?!o:o)?"height":"width",a=!1;return t.reduce(function(t,e){return""===t[t.length-1]&&-1!==["+","-"].indexOf(e)?(t[t.length-1]=e,a=!0,t):a?(t[t.length-1]+=e,a=!1,t):t.concat(e)},[]).map(function(t){return function(t,e,n,r){var i=t.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+i[1],a=i[2];if(!o)return t;if(0===a.indexOf("%")){var p=void 0;switch(a){case"%p":p=n;break;case"%":case"%r":default:p=r}return E(p)[e]/100*o}if("vh"===a||"vw"===a)return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o;return o}(t,i,e,n)})})).forEach(function(t,e){t.forEach(function(n,r){X(n)&&(i[e]+=n*("-"===t[r-1]?-1:1))})}),i}var K={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(t){var e=t.placement,n=e.split("-")[0],r=e.split("-")[1];if(r){var i=t.offsets,o=i.reference,a=i.popper,p=-1!==["bottom","top"].indexOf(n),s=p?"left":"top",c=p?"width":"height",l={start:x({},s,o[s]),end:x({},s,o[s]+o[c]-a[c])};t.offsets.popper=k({},a,l[r])}return t}},offset:{order:200,enabled:!0,fn:function(t,e){var n=e.offset,r=t.placement,i=t.offsets,o=i.popper,a=i.reference,p=r.split("-")[0],s=void 0;return s=X(+n)?[+n,0]:q(n,o,a,p),"left"===p?(o.top+=s[0],o.left-=s[1]):"right"===p?(o.top+=s[0],o.left+=s[1]):"top"===p?(o.left+=s[0],o.top-=s[1]):"bottom"===p&&(o.left+=s[0],o.top+=s[1]),t.popper=o,t},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(t,e){var n=e.boundariesElement||d(t.instance.popper);t.instance.reference===n&&(n=d(n));var r=P("transform"),i=t.instance.popper.style,o=i.top,a=i.left,p=i[r];i.top="",i.left="",i[r]="";var s=C(t.instance.popper,t.instance.reference,e.padding,n,t.positionFixed);i.top=o,i.left=a,i[r]=p,e.boundaries=s;var c=e.priority,l=t.offsets.popper,f={primary:function(t){var n=l[t];return l[t]<s[t]&&!e.escapeWithReference&&(n=Math.max(l[t],s[t])),x({},t,n)},secondary:function(t){var n="right"===t?"left":"top",r=l[n];return l[t]>s[t]&&!e.escapeWithReference&&(r=Math.min(l[n],s[t]-("right"===t?l.width:l.height))),x({},n,r)}};return c.forEach(function(t){var e=-1!==["left","top"].indexOf(t)?"primary":"secondary";l=k({},l,f[e](t))}),t.offsets.popper=l,t},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(t){var e=t.offsets,n=e.popper,r=e.reference,i=t.placement.split("-")[0],o=Math.floor,a=-1!==["top","bottom"].indexOf(i),p=a?"right":"bottom",s=a?"left":"top",c=a?"width":"height";return n[p]<o(r[s])&&(t.offsets.popper[s]=o(r[s])-n[c]),n[s]>o(r[p])&&(t.offsets.popper[s]=o(r[p])),t}},arrow:{order:500,enabled:!0,fn:function(t,e){var n;if(!W(t.instance.modifiers,"arrow","keepTogether"))return t;var r=e.element;if("string"==typeof r){if(!(r=t.instance.popper.querySelector(r)))return t}else if(!t.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),t;var i=t.placement.split("-")[0],a=t.offsets,p=a.popper,s=a.reference,c=-1!==["left","right"].indexOf(i),l=c?"height":"width",f=c?"Top":"Left",d=f.toLowerCase(),u=c?"left":"top",m=c?"bottom":"right",h=M(r)[l];s[m]-h<p[d]&&(t.offsets.popper[d]-=p[d]-(s[m]-h)),s[d]+h>p[m]&&(t.offsets.popper[d]+=s[d]+h-p[m]),t.offsets.popper=E(t.offsets.popper);var b=s[d]+s[l]/2-h/2,v=o(t.instance.popper),g=parseFloat(v["margin"+f]),y=parseFloat(v["border"+f+"Width"]),w=b-t.offsets.popper[d]-g-y;return w=Math.max(Math.min(p[l]-h,w),0),t.arrowElement=r,t.offsets.arrow=(x(n={},d,Math.round(w)),x(n,u,""),n),t},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(t,e){if(_(t.instance.modifiers,"inner"))return t;if(t.flipped&&t.placement===t.originalPlacement)return t;var n=C(t.instance.popper,t.instance.reference,e.padding,e.boundariesElement,t.positionFixed),r=t.placement.split("-")[0],i=D(r),o=t.placement.split("-")[1]||"",a=[];switch(e.behavior){case U.FLIP:a=[r,i];break;case U.CLOCKWISE:a=R(r);break;case U.COUNTERCLOCKWISE:a=R(r,!0);break;default:a=e.behavior}return a.forEach(function(p,s){if(r!==p||a.length===s+1)return t;r=t.placement.split("-")[0],i=D(r);var c=t.offsets.popper,l=t.offsets.reference,f=Math.floor,d="left"===r&&f(c.right)>f(l.left)||"right"===r&&f(c.left)<f(l.right)||"top"===r&&f(c.bottom)>f(l.top)||"bottom"===r&&f(c.top)<f(l.bottom),u=f(c.left)<f(n.left),m=f(c.right)>f(n.right),h=f(c.top)<f(n.top),b=f(c.bottom)>f(n.bottom),v="left"===r&&u||"right"===r&&m||"top"===r&&h||"bottom"===r&&b,g=-1!==["top","bottom"].indexOf(r),y=!!e.flipVariations&&(g&&"start"===o&&u||g&&"end"===o&&m||!g&&"start"===o&&h||!g&&"end"===o&&b),w=!!e.flipVariationsByContent&&(g&&"start"===o&&m||g&&"end"===o&&u||!g&&"start"===o&&b||!g&&"end"===o&&h),x=y||w;(d||v||x)&&(t.flipped=!0,(d||v)&&(r=a[s+1]),x&&(o=function(t){return"end"===t?"start":"start"===t?"end":t}(o)),t.placement=r+(o?"-"+o:""),t.offsets.popper=k({},t.offsets.popper,I(t.instance.popper,t.offsets.reference,t.placement)),t=H(t.instance.modifiers,t,"flip"))}),t},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(t){var e=t.placement,n=e.split("-")[0],r=t.offsets,i=r.popper,o=r.reference,a=-1!==["left","right"].indexOf(n),p=-1===["top","left"].indexOf(n);return i[a?"left":"top"]=o[n]-(p?i[a?"width":"height"]:0),t.placement=D(e),t.offsets.popper=E(i),t}},hide:{order:800,enabled:!0,fn:function(t){if(!W(t.instance.modifiers,"hide","preventOverflow"))return t;var e=t.offsets.reference,n=N(t.instance.modifiers,function(t){return"preventOverflow"===t.name}).boundaries;if(e.bottom<n.top||e.left>n.right||e.top>n.bottom||e.right<n.left){if(!0===t.hide)return t;t.hide=!0,t.attributes["x-out-of-boundaries"]=""}else{if(!1===t.hide)return t;t.hide=!1,t.attributes["x-out-of-boundaries"]=!1}return t}},computeStyle:{order:850,enabled:!0,fn:function(t,e){var n=e.x,r=e.y,i=t.offsets.popper,o=N(t.instance.modifiers,function(t){return"applyStyle"===t.name}).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==o?o:e.gpuAcceleration,p=d(t.instance.popper),s=O(p),c={position:i.position},l=function(t,e){var n=t.offsets,r=n.popper,i=n.reference,o=Math.round,a=Math.floor,p=function(t){return t},s=o(i.width),c=o(r.width),l=-1!==["left","right"].indexOf(t.placement),f=-1!==t.placement.indexOf("-"),d=e?l||f||s%2==c%2?o:a:p,u=e?o:p;return{left:d(s%2==1&&c%2==1&&!f&&e?r.left-1:r.left),top:u(r.top),bottom:u(r.bottom),right:d(r.right)}}(t,window.devicePixelRatio<2||!B),f="bottom"===n?"top":"bottom",u="right"===r?"left":"right",m=P("transform"),h=void 0,b=void 0;if(b="bottom"===f?"HTML"===p.nodeName?-p.clientHeight+l.bottom:-s.height+l.bottom:l.top,h="right"===u?"HTML"===p.nodeName?-p.clientWidth+l.right:-s.width+l.right:l.left,a&&m)c[m]="translate3d("+h+"px, "+b+"px, 0)",c[f]=0,c[u]=0,c.willChange="transform";else{var v="bottom"===f?-1:1,g="right"===u?-1:1;c[f]=b*v,c[u]=h*g,c.willChange=f+", "+u}var y={"x-placement":t.placement};return t.attributes=k({},y,t.attributes),t.styles=k({},c,t.styles),t.arrowStyles=k({},t.offsets.arrow,t.arrowStyles),t},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(t){var e,n;return z(t.instance.popper,t.styles),e=t.instance.popper,n=t.attributes,Object.keys(n).forEach(function(t){!1!==n[t]?e.setAttribute(t,n[t]):e.removeAttribute(t)}),t.arrowElement&&Object.keys(t.arrowStyles).length&&z(t.arrowElement,t.arrowStyles),t},onLoad:function(t,e,n,r,i){var o=S(i,e,t,n.positionFixed),a=L(n.placement,o,e,t,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return e.setAttribute("x-placement",a),z(e,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},G=function(){function t(e,n){var o=this,a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};y(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(o.update)},this.update=r(this.update.bind(this)),this.options=k({},t.Defaults,a),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=e&&e.jquery?e[0]:e,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(k({},t.Defaults.modifiers,a.modifiers)).forEach(function(e){o.options.modifiers[e]=k({},t.Defaults.modifiers[e]||{},a.modifiers?a.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(t){return k({name:t},o.options.modifiers[t])}).sort(function(t,e){return t.order-e.order}),this.modifiers.forEach(function(t){t.enabled&&i(t.onLoad)&&t.onLoad(o.reference,o.popper,o.options,t,o.state)}),this.update();var p=this.options.eventsEnabled;p&&this.enableEventListeners(),this.state.eventsEnabled=p}return w(t,[{key:"update",value:function(){return function(){if(!this.state.isDestroyed){var t={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};t.offsets.reference=S(this.state,this.popper,this.reference,this.options.positionFixed),t.placement=L(this.options.placement,t.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),t.originalPlacement=t.placement,t.positionFixed=this.options.positionFixed,t.offsets.popper=I(this.popper,t.offsets.reference,t.placement),t.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",t=H(this.modifiers,t),this.state.isCreated?this.options.onUpdate(t):(this.state.isCreated=!0,this.options.onCreate(t))}}.call(this)}},{key:"destroy",value:function(){return function(){return this.state.isDestroyed=!0,_(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[P("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}.call(this)}},{key:"enableEventListeners",value:function(){return function(){this.state.eventsEnabled||(this.state=F(this.reference,this.options,this.state,this.scheduleUpdate))}.call(this)}},{key:"disableEventListeners",value:function(){return j.call(this)}}]),t}();G.Utils=("undefined"!=typeof window?window:global).PopperUtils,G.placements=V,G.Defaults=K;function J(){return(J=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}var Z="undefined"!=typeof window&&"undefined"!=typeof document,Q=Z?navigator.userAgent:"",tt=/MSIE |Trident\//.test(Q),et=/UCBrowser\//.test(Q),nt=Z&&/iPhone|iPad|iPod/.test(navigator.platform)&&!window.MSStream,rt={a11y:!0,allowHTML:!0,animateFill:!0,animation:"shift-away",appendTo:function(){return document.body},aria:"describedby",arrow:!1,arrowType:"sharp",boundary:"scrollParent",content:"",delay:0,distance:10,duration:[325,275],flip:!0,flipBehavior:"flip",flipOnUpdate:!1,followCursor:!1,hideOnClick:!0,ignoreAttributes:!1,inertia:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,lazy:!0,maxWidth:350,multiple:!1,offset:0,onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},placement:"top",popperOptions:{},role:"tooltip",showOnInit:!1,size:"regular",sticky:!1,target:"",theme:"dark",touch:!0,touchHold:!1,trigger:"mouseenter focus",triggerTarget:null,updateDuration:0,wait:null,zIndex:9999},it=["arrow","arrowType","boundary","distance","flip","flipBehavior","flipOnUpdate","offset","placement","popperOptions"],ot=Z?Element.prototype:{},at=ot.matches||ot.matchesSelector||ot.webkitMatchesSelector||ot.mozMatchesSelector||ot.msMatchesSelector;function pt(t){return[].slice.call(t)}function st(t,e){return ct(t,function(t){return at.call(t,e)})}function ct(t,e){for(;t;){if(e(t))return t;t=t.parentElement}return null}var lt={passive:!0},ft=4,dt="x-placement",ut="x-out-of-boundaries",mt="tippy-iOS",ht="tippy-active",bt="tippy-popper",vt="tippy-tooltip",gt="tippy-content",yt="tippy-backdrop",wt="tippy-arrow",xt="tippy-roundarrow",kt=".".concat(bt),Et=".".concat(vt),Ot=".".concat(gt),At=".".concat(yt),Tt=".".concat(wt),Ct=".".concat(xt),Lt=!1;function St(){Lt||(Lt=!0,nt&&document.body.classList.add(mt),window.performance&&document.addEventListener("mousemove",Dt))}var Mt=0;function Dt(){var t=performance.now();t-Mt<20&&(Lt=!1,document.removeEventListener("mousemove",Dt),nt||document.body.classList.remove(mt)),Mt=t}function It(){var t=document.activeElement;t&&t.blur&&t._tippy&&t.blur()}var Nt=Object.keys(rt);function Ht(t,e){return{}.hasOwnProperty.call(t,e)}function _t(t,e,n){if(Array.isArray(t)){var r=t[e];return null==r?n:r}return t}function Pt(t,e){return 0===e?t:function(r){clearTimeout(n),n=setTimeout(function(){t(r)},e)};var n}function Yt(t,e){return t&&t.modifiers&&t.modifiers[e]}function Ft(t,e){return t.indexOf(e)>-1}function jt(t){return t instanceof Element}function Xt(t){return!(!t||!Ht(t,"isVirtual"))||jt(t)}function zt(t,e){return"function"==typeof t?t.apply(null,e):t}function Bt(t,e){t.filter(function(t){return"flip"===t.name})[0].enabled=e}function Wt(){return document.createElement("div")}function Vt(t,e){t.forEach(function(t){t&&(t.style.transitionDuration="".concat(e,"ms"))})}function $t(t,e){t.forEach(function(t){t&&t.setAttribute("data-state",e)})}function Rt(t,e){var n=J({},e,{content:zt(e.content,[t])},e.ignoreAttributes?{}:function(t){return Nt.reduce(function(e,n){var r=(t.getAttribute("data-tippy-".concat(n))||"").trim();if(!r)return e;if("content"===n)e[n]=r;else try{e[n]=JSON.parse(r)}catch(t){e[n]=r}return e},{})}(t));return(n.arrow||et)&&(n.animateFill=!1),n}function Ut(t,e){Object.keys(t).forEach(function(t){if(!Ht(e,t))throw new Error("[tippy]: `".concat(t,"` is not a valid option"))})}function qt(t,e){t.innerHTML=jt(e)?e.innerHTML:e}function Kt(t,e){if(jt(e.content))qt(t,""),t.appendChild(e.content);else if("function"!=typeof e.content){t[e.allowHTML?"innerHTML":"textContent"]=e.content}}function Gt(t){return{tooltip:t.querySelector(Et),backdrop:t.querySelector(At),content:t.querySelector(Ot),arrow:t.querySelector(Tt)||t.querySelector(Ct)}}function Jt(t){t.setAttribute("data-inertia","")}function Zt(t){var e=Wt();return"round"===t?(e.className=xt,qt(e,'<svg viewBox="0 0 18 7" xmlns="http://www.w3.org/2000/svg"><path d="M0 7s2.021-.015 5.253-4.218C6.584 1.051 7.797.007 9 0c1.203-.007 2.416 1.035 3.761 2.782C16.012 7.005 18 7 18 7H0z"/></svg>')):e.className=wt,e}function Qt(){var t=Wt();return t.className=yt,t.setAttribute("data-state","hidden"),t}function te(t,e){t.setAttribute("tabindex","-1"),e.setAttribute("data-interactive","")}function ee(t,e,n){var r=et&&void 0!==document.body.style.webkitTransition?"webkitTransitionEnd":"transitionend";t[e+"EventListener"](r,n)}function ne(t){var e=t.getAttribute(dt);return e?e.split("-")[0]:""}function re(t,e,n){n.split(" ").forEach(function(n){t.classList[e](n+"-theme")})}function ie(t,e){var n=Wt();n.className=bt,n.id="tippy-".concat(t),n.style.zIndex=""+e.zIndex,n.style.position="absolute",n.style.top="0",n.style.left="0",e.role&&n.setAttribute("role",e.role);var r=Wt();r.className=vt,r.style.maxWidth=e.maxWidth+("number"==typeof e.maxWidth?"px":""),r.setAttribute("data-size",e.size),r.setAttribute("data-animation",e.animation),r.setAttribute("data-state","hidden"),re(r,"add",e.theme);var i=Wt();return i.className=gt,i.setAttribute("data-state","hidden"),e.interactive&&te(n,r),e.arrow&&r.appendChild(Zt(e.arrowType)),e.animateFill&&(r.appendChild(Qt()),r.setAttribute("data-animatefill","")),e.inertia&&Jt(r),Kt(i,e),r.appendChild(i),n.appendChild(r),n}function oe(t,e,n){var r=Gt(t),i=r.tooltip,o=r.content,a=r.backdrop,p=r.arrow;t.style.zIndex=""+n.zIndex,i.setAttribute("data-size",n.size),i.setAttribute("data-animation",n.animation),i.style.maxWidth=n.maxWidth+("number"==typeof n.maxWidth?"px":""),n.role?t.setAttribute("role",n.role):t.removeAttribute("role"),e.content!==n.content&&Kt(o,n),!e.animateFill&&n.animateFill?(i.appendChild(Qt()),i.setAttribute("data-animatefill","")):e.animateFill&&!n.animateFill&&(i.removeChild(a),i.removeAttribute("data-animatefill")),!e.arrow&&n.arrow?i.appendChild(Zt(n.arrowType)):e.arrow&&!n.arrow&&i.removeChild(p),e.arrow&&n.arrow&&e.arrowType!==n.arrowType&&i.replaceChild(Zt(n.arrowType),p),!e.interactive&&n.interactive?te(t,i):e.interactive&&!n.interactive&&function(t,e){t.removeAttribute("tabindex"),e.removeAttribute("data-interactive")}(t,i),!e.inertia&&n.inertia?Jt(i):e.inertia&&!n.inertia&&function(t){t.removeAttribute("data-inertia")}(i),e.theme!==n.theme&&(re(i,"remove",e.theme),re(i,"add",n.theme))}var ae=1,pe=[];function se(t,e){var n,r,i,o,a,p=Rt(t,e);if(!p.multiple&&t._tippy)return null;var s,c,l,f,d,u=!1,m=!1,h=!1,b=!1,v=[],g=Pt(P,p.interactiveDebounce),y=ae++,w=ie(y,p),x=Gt(w),k={id:y,reference:t,popper:w,popperChildren:x,popperInstance:null,props:p,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},clearDelayTimeouts:U,set:q,setContent:function(t){q({content:t})},show:K,hide:Z,enable:function(){k.state.isEnabled=!0},disable:function(){k.state.isEnabled=!1},destroy:function(e){if(k.state.isDestroyed)return;m=!0,k.state.isMounted&&Z(0);N(),delete t._tippy;var n=k.props.target;n&&e&&jt(t)&&pt(t.querySelectorAll(n)).forEach(function(t){t._tippy&&t._tippy.destroy()});k.popperInstance&&k.popperInstance.destroy();m=!1,k.state.isDestroyed=!0}};return t._tippy=k,w._tippy=k,I(),p.lazy||W(),p.showOnInit&&V(),!p.a11y||p.target||(!jt(d=A())||at.call(d,"a[href],area[href],button,details,input,textarea,select,iframe,[tabindex]")&&!d.hasAttribute("disabled"))||A().setAttribute("tabindex","0"),w.addEventListener("mouseenter",function(t){k.props.interactive&&k.state.isVisible&&"mouseenter"===n&&V(t,!0)}),w.addEventListener("mouseleave",function(){k.props.interactive&&"mouseenter"===n&&document.addEventListener("mousemove",g)}),k;function E(){document.removeEventListener("mousemove",H)}function O(){document.body.removeEventListener("mouseleave",$),document.removeEventListener("mousemove",g),pe=pe.filter(function(t){return t!==g})}function A(){return k.props.triggerTarget||t}function T(){document.addEventListener("click",R,!0)}function C(){document.removeEventListener("click",R,!0)}function L(){return[k.popperChildren.tooltip,k.popperChildren.backdrop,k.popperChildren.content]}function S(){var t=k.props.followCursor;return t&&"focus"!==n||Lt&&"initial"===t}function M(t,e){var n=k.popperChildren.tooltip;function r(t){t.target===n&&(ee(n,"remove",r),e())}if(0===t)return e();ee(n,"remove",l),ee(n,"add",r),l=r}function D(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];A().addEventListener(t,e,n),v.push({eventType:t,handler:e,options:n})}function I(){k.props.touchHold&&!k.props.target&&(D("touchstart",_,lt),D("touchend",Y,lt)),k.props.trigger.trim().split(" ").forEach(function(t){if("manual"!==t)if(k.props.target)switch(t){case"mouseenter":D("mouseover",j),D("mouseout",X);break;case"focus":D("focusin",j),D("focusout",X);break;case"click":D(t,j)}else switch(D(t,_),t){case"mouseenter":D("mouseleave",Y);break;case"focus":D(tt?"focusout":"blur",F)}})}function N(){v.forEach(function(t){var e=t.eventType,n=t.handler,r=t.options;A().removeEventListener(e,n,r)}),v=[]}function H(e){var n=r=e,i=n.clientX,o=n.clientY;if(f){var a=ct(e.target,function(e){return e===t}),p=t.getBoundingClientRect(),s=k.props.followCursor,c="horizontal"===s,l="vertical"===s,d=Ft(["top","bottom"],ne(w)),u=w.getAttribute(dt),m=!!u&&!!u.split("-")[1],h=d?w.offsetWidth:w.offsetHeight,b=h/2,v=d?0:m?h:b,g=d?m?h:b:0;!a&&k.props.interactive||(k.popperInstance.reference=J({},k.popperInstance.reference,{referenceNode:t,clientWidth:0,clientHeight:0,getBoundingClientRect:function(){return{width:d?h:0,height:d?0:h,top:(c?p.top:o)-v,bottom:(c?p.bottom:o)+v,left:(l?p.left:i)-g,right:(l?p.right:i)+g}}}),k.popperInstance.update()),"initial"===s&&k.state.isVisible&&E()}}function _(t){k.state.isEnabled&&!z(t)&&(k.state.isVisible||(n=t.type,t instanceof MouseEvent&&(r=t,pe.forEach(function(e){return e(t)}))),"click"===t.type&&!1!==k.props.hideOnClick&&k.state.isVisible?$():V(t))}function P(e){var n=st(e.target,kt)===w,r=ct(e.target,function(e){return e===t});n||r||function(t,e,n,r){if(!t)return!0;var i=n.clientX,o=n.clientY,a=r.interactiveBorder,p=r.distance,s=e.top-o>("top"===t?a+p:a),c=o-e.bottom>("bottom"===t?a+p:a),l=e.left-i>("left"===t?a+p:a),f=i-e.right>("right"===t?a+p:a);return s||c||l||f}(ne(w),w.getBoundingClientRect(),e,k.props)&&(O(),$())}function Y(t){if(!z(t))return k.props.interactive?(document.body.addEventListener("mouseleave",$),document.addEventListener("mousemove",g),void pe.push(g)):void $()}function F(t){t.target===A()&&(k.props.interactive&&t.relatedTarget&&w.contains(t.relatedTarget)||$())}function j(t){st(t.target,k.props.target)&&V(t)}function X(t){st(t.target,k.props.target)&&$()}function z(t){var e="ontouchstart"in window,n=Ft(t.type,"touch"),r=k.props.touchHold;return e&&Lt&&r&&!n||Lt&&!r&&n}function B(){!b&&c&&(b=!0,function(t){t.offsetHeight}(w),c())}function W(){var e=k.props.popperOptions,n=k.popperChildren,r=n.tooltip,i=n.arrow,o=Yt(e,"preventOverflow");function a(t){k.props.flip&&!k.props.flipOnUpdate&&(t.flipped&&(k.popperInstance.options.placement=t.placement),Bt(k.popperInstance.modifiers,!1)),r.setAttribute(dt,t.placement),!1!==t.attributes[ut]?r.setAttribute(ut,""):r.removeAttribute(ut),s&&s!==t.placement&&h&&(r.style.transition="none",requestAnimationFrame(function(){r.style.transition=""})),s=t.placement,h=k.state.isVisible;var e=ne(w),n=r.style;n.top=n.bottom=n.left=n.right="",n[e]=-(k.props.distance-10)+"px";var i=o&&void 0!==o.padding?o.padding:ft,a="number"==typeof i,p=J({top:a?i:i.top,bottom:a?i:i.bottom,left:a?i:i.left,right:a?i:i.right},!a&&i);p[e]=a?i+k.props.distance:(i[e]||0)+k.props.distance,k.popperInstance.modifiers.filter(function(t){return"preventOverflow"===t.name})[0].padding=p,f=p}var p=J({eventsEnabled:!1,placement:k.props.placement},e,{modifiers:J({},e?e.modifiers:{},{preventOverflow:J({boundariesElement:k.props.boundary,padding:ft},o),arrow:J({element:i,enabled:!!i},Yt(e,"arrow")),flip:J({enabled:k.props.flip,padding:k.props.distance+ft,behavior:k.props.flipBehavior},Yt(e,"flip")),offset:J({offset:k.props.offset},Yt(e,"offset"))}),onCreate:function(t){a(t),B(),e&&e.onCreate&&e.onCreate(t)},onUpdate:function(t){a(t),B(),e&&e.onUpdate&&e.onUpdate(t)}});k.popperInstance=new G(t,w,p)}function V(t,n){if(U(),!k.state.isVisible){if(k.props.target)return function(t){if(t){var n=st(t.target,k.props.target);n&&!n._tippy&&se(n,J({},k.props,{content:zt(e.content,[n]),appendTo:e.appendTo,target:"",showOnInit:!0}))}}(t);if(u=!0,t&&!n&&k.props.onTrigger(k,t),k.props.wait)return k.props.wait(k,t);S()&&!k.state.isMounted&&(k.popperInstance||W(),document.addEventListener("mousemove",H)),T();var r=_t(k.props.delay,0,rt.delay);r?i=setTimeout(function(){K()},r):K()}}function $(){if(U(),!k.state.isVisible)return E(),void C();u=!1;var t=_t(k.props.delay,1,rt.delay);t?o=setTimeout(function(){k.state.isVisible&&Z()},t):a=requestAnimationFrame(function(){Z()})}function R(t){if(!k.props.interactive||!w.contains(t.target)){if(A().contains(t.target)){if(Lt)return;if(k.state.isVisible&&Ft(k.props.trigger,"click"))return}!0===k.props.hideOnClick&&(U(),Z())}}function U(){clearTimeout(i),clearTimeout(o),cancelAnimationFrame(a)}function q(e){Ut(e=e||{},rt),N();var n=k.props,i=Rt(t,J({},k.props,{},e,{ignoreAttributes:!0}));i.ignoreAttributes=Ht(e,"ignoreAttributes")?e.ignoreAttributes||!1:n.ignoreAttributes,k.props=i,I(),O(),g=Pt(P,i.interactiveDebounce),oe(w,n,i),k.popperChildren=Gt(w),k.popperInstance&&(it.some(function(t){return Ht(e,t)&&e[t]!==n[t]})?(k.popperInstance.destroy(),W(),k.state.isVisible&&k.popperInstance.enableEventListeners(),k.props.followCursor&&r&&H(r)):k.popperInstance.update())}function K(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_t(k.props.duration,0,rt.duration[1]);if(!k.state.isDestroyed&&k.state.isEnabled&&(!Lt||k.props.touch)&&!A().hasAttribute("disabled")&&!1!==k.props.onShow(k)){T(),w.style.visibility="visible",k.state.isVisible=!0,k.props.interactive&&A().classList.add(ht);var n=L();Vt(n.concat(w),0),c=function(){if(k.state.isVisible){var i=S();i&&r?H(r):i||k.popperInstance.update(),k.popperChildren.backdrop&&(k.popperChildren.content.style.transitionDelay=Math.round(e/12)+"ms"),k.props.sticky&&function(){Vt([w],tt?0:k.props.updateDuration);var e=t.getBoundingClientRect();!function n(){var r=t.getBoundingClientRect();e.top===r.top&&e.right===r.right&&e.bottom===r.bottom&&e.left===r.left||k.popperInstance.scheduleUpdate(),e=r,k.state.isMounted&&requestAnimationFrame(n)}()}(),Vt([w],k.props.updateDuration),Vt(n,e),$t(n,"visible"),function(t,e){M(t,e)}(e,function(){k.props.aria&&A().setAttribute("aria-".concat(k.props.aria),w.id),k.props.onShown(k),k.state.isShown=!0})}},function(){b=!1;var e=S();k.popperInstance?(Bt(k.popperInstance.modifiers,k.props.flip),e||(k.popperInstance.reference=t,k.popperInstance.enableEventListeners()),k.popperInstance.scheduleUpdate()):(W(),e||k.popperInstance.enableEventListeners());var n=k.props.appendTo,r="parent"===n?t.parentNode:zt(n,[t]);r.contains(w)||(r.appendChild(w),k.props.onMount(k),k.state.isMounted=!0)}()}}function Z(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_t(k.props.duration,1,rt.duration[1]);if(!k.state.isDestroyed&&(k.state.isEnabled||m)&&(!1!==k.props.onHide(k)||m)){C(),w.style.visibility="hidden",k.state.isVisible=!1,k.state.isShown=!1,h=!1,k.props.interactive&&A().classList.remove(ht);var e=L();Vt(e,t),$t(e,"hidden"),function(t,e){M(t,function(){!k.state.isVisible&&w.parentNode&&w.parentNode.contains(w)&&e()})}(t,function(){u||E(),k.props.aria&&A().removeAttribute("aria-".concat(k.props.aria)),k.popperInstance.disableEventListeners(),k.popperInstance.options.placement=k.props.placement,w.parentNode.removeChild(w),k.props.onHidden(k),k.state.isMounted=!1})}}}var ce=!1;function le(t,e){Ut(e||{},rt),ce||(document.addEventListener("touchstart",St,lt),window.addEventListener("blur",It),ce=!0);var n,r=J({},rt,{},e);n=t,"[object Object]"!=={}.toString.call(n)||n.addEventListener||function(t){var e={isVirtual:!0,attributes:t.attributes||{},contains:function(){},setAttribute:function(e,n){t.attributes[e]=n},getAttribute:function(e){return t.attributes[e]},removeAttribute:function(e){delete t.attributes[e]},hasAttribute:function(e){return e in t.attributes},addEventListener:function(){},removeEventListener:function(){},classList:{classNames:{},add:function(e){t.classList.classNames[e]=!0},remove:function(e){delete t.classList.classNames[e]},contains:function(e){return e in t.classList.classNames}}};for(var n in e)t[n]=e[n]}(t);var i=function(t){if(Xt(t))return[t];if(t instanceof NodeList)return pt(t);if(Array.isArray(t))return t;try{return pt(document.querySelectorAll(t))}catch(t){return[]}}(t).reduce(function(t,e){var n=e&&se(e,r);return n&&t.push(n),t},[]);return Xt(t)?i[0]:i}le.version="4.3.5",le.defaults=rt,le.setDefaults=function(t){Object.keys(t).forEach(function(e){rt[e]=t[e]})},le.hideAll=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.exclude,n=t.duration;pt(document.querySelectorAll(kt)).forEach(function(t){var r,i=t._tippy;if(i){var o=!1;e&&(o=(r=e)._tippy&&!at.call(r,kt)?i.reference===e:t===e.popper),o||i.hide(n)}})},le.group=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.delay,r=void 0===n?t[0].props.delay:n,i=e.duration,o=void 0===i?0:i,a=!1;function p(t){a=t,f()}function s(e){e._originalProps.onShow(e),t.forEach(function(t){t.set({duration:o}),t.state.isVisible&&t.hide()}),p(!0)}function c(t){t._originalProps.onHide(t),p(!1)}function l(t){t._originalProps.onShown(t),t.set({duration:t._originalProps.duration})}function f(){t.forEach(function(t){t.set({onShow:s,onShown:l,onHide:c,delay:a?[0,Array.isArray(r)?r[1]:r]:r,duration:a?o:t._originalProps.duration})})}t.forEach(function(t){t._originalProps?t.set(t._originalProps):t._originalProps=J({},t.props)}),f()},Z&&setTimeout(function(){pt(document.querySelectorAll("[data-tippy]")).forEach(function(t){var e=t.getAttribute("data-tippy");e&&le(t,{content:e})})}),function(t){if(Z){var e=document.createElement("style");e.type="text/css",e.textContent=t,e.setAttribute("data-tippy-stylesheet","");var n=document.head,r=n.querySelector("style,link");r?n.insertBefore(e,r):n.appendChild(e)}}('.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{transition-timing-function:cubic-bezier(.165,.84,.44,1);max-width:calc(100% - 8px);pointer-events:none;outline:0}.tippy-popper[x-placement^=top] .tippy-backdrop{border-radius:40% 40% 0 0}.tippy-popper[x-placement^=top] .tippy-roundarrow{bottom:-7px;bottom:-6.5px;-webkit-transform-origin:50% 0;transform-origin:50% 0;margin:0 3px}.tippy-popper[x-placement^=top] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tippy-popper[x-placement^=top] .tippy-arrow{border-top:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent;bottom:-7px;margin:0 3px;-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=top] .tippy-backdrop{-webkit-transform-origin:0 25%;transform-origin:0 25%}.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(1) translate(-50%,-55%);transform:scale(1) translate(-50%,-55%)}.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(.2) translate(-50%,-45%);transform:scale(.2) translate(-50%,-45%);opacity:0}.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible]{-webkit-transform:perspective(700px) translateY(-10px);transform:perspective(700px) translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:perspective(700px) rotateX(60deg);transform:perspective(700px) rotateX(60deg)}.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-popper[x-placement^=top] [data-animation=scale]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible]{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateY(-10px) scale(.5);transform:translateY(-10px) scale(.5)}.tippy-popper[x-placement^=bottom] .tippy-backdrop{border-radius:0 0 30% 30%}.tippy-popper[x-placement^=bottom] .tippy-roundarrow{top:-7px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;margin:0 3px}.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg{position:absolute;left:0}.tippy-popper[x-placement^=bottom] .tippy-arrow{border-bottom:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent;top:-7px;margin:0 3px;-webkit-transform-origin:50% 100%;transform-origin:50% 100%}.tippy-popper[x-placement^=bottom] .tippy-backdrop{-webkit-transform-origin:0 -50%;transform-origin:0 -50%}.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(1) translate(-50%,-45%);transform:scale(1) translate(-50%,-45%)}.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(.2) translate(-50%);transform:scale(.2) translate(-50%);opacity:0}.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible]{-webkit-transform:perspective(700px) translateY(10px);transform:perspective(700px) translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:perspective(700px) rotateX(-60deg);transform:perspective(700px) rotateX(-60deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-popper[x-placement^=bottom] [data-animation=scale]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible]{-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateY(10px) scale(.5);transform:translateY(10px) scale(.5)}.tippy-popper[x-placement^=left] .tippy-backdrop{border-radius:50% 0 0 50%}.tippy-popper[x-placement^=left] .tippy-roundarrow{right:-12px;-webkit-transform-origin:33.33333333% 50%;transform-origin:33.33333333% 50%;margin:3px 0}.tippy-popper[x-placement^=left] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tippy-popper[x-placement^=left] .tippy-arrow{border-left:8px solid #333;border-top:8px solid transparent;border-bottom:8px solid transparent;right:-7px;margin:3px 0;-webkit-transform-origin:0 50%;transform-origin:0 50%}.tippy-popper[x-placement^=left] .tippy-backdrop{-webkit-transform-origin:50% 0;transform-origin:50% 0}.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(.2) translate(-75%,-50%);transform:scale(.2) translate(-75%,-50%);opacity:0}.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible]{-webkit-transform:perspective(700px) translateX(-10px);transform:perspective(700px) translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:perspective(700px) rotateY(-60deg);transform:perspective(700px) rotateY(-60deg)}.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-popper[x-placement^=left] [data-animation=scale]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible]{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateX(-10px) scale(.5);transform:translateX(-10px) scale(.5)}.tippy-popper[x-placement^=right] .tippy-backdrop{border-radius:0 50% 50% 0}.tippy-popper[x-placement^=right] .tippy-roundarrow{left:-12px;-webkit-transform-origin:66.66666666% 50%;transform-origin:66.66666666% 50%;margin:3px 0}.tippy-popper[x-placement^=right] .tippy-roundarrow svg{position:absolute;left:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tippy-popper[x-placement^=right] .tippy-arrow{border-right:8px solid #333;border-top:8px solid transparent;border-bottom:8px solid transparent;left:-7px;margin:3px 0;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.tippy-popper[x-placement^=right] .tippy-backdrop{-webkit-transform-origin:-50% 0;transform-origin:-50% 0}.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(.2) translate(-25%,-50%);transform:scale(.2) translate(-25%,-50%);opacity:0}.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible]{-webkit-transform:perspective(700px) translateX(10px);transform:perspective(700px) translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:perspective(700px) rotateY(60deg);transform:perspective(700px) rotateY(60deg)}.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-popper[x-placement^=right] [data-animation=scale]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible]{-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateX(10px) scale(.5);transform:translateX(10px) scale(.5)}.tippy-tooltip{position:relative;color:#fff;border-radius:.25rem;font-size:.875rem;padding:.3125rem .5625rem;line-height:1.4;text-align:center;background-color:#333}.tippy-tooltip[data-size=small]{padding:.1875rem .375rem;font-size:.75rem}.tippy-tooltip[data-size=large]{padding:.375rem .75rem;font-size:1rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:initial}.tippy-tooltip[data-interactive],.tippy-tooltip[data-interactive] .tippy-roundarrow path{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-tooltip[data-inertia][data-state=hidden]{transition-timing-function:ease}.tippy-arrow,.tippy-roundarrow{position:absolute;width:0;height:0}.tippy-roundarrow{width:18px;height:7px;fill:#333;pointer-events:none}.tippy-backdrop{position:absolute;background-color:#333;border-radius:50%;width:calc(110% + 2rem);left:50%;top:50%;z-index:-1;transition:all cubic-bezier(.46,.1,.52,.98);-webkit-backface-visibility:hidden;backface-visibility:hidden}.tippy-backdrop:after{content:"";float:left;padding-top:100%}.tippy-backdrop+.tippy-content{transition-property:opacity;will-change:opacity}.tippy-backdrop+.tippy-content[data-state=hidden]{opacity:0}');var fe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};var de,ue=(function(t){var e,n,r,i,o,a,p,s,c,l,f,d,u,m,h;e=fe,n=function(t,e,r){if(!s(e)||l(e)||f(e)||d(e)||p(e))return e;var i,o=0,a=0;if(c(e))for(i=[],a=e.length;o<a;o++)i.push(n(t,e[o],r));else for(var u in i={},e)Object.prototype.hasOwnProperty.call(e,u)&&(i[t(u,r)]=n(t,e[u],r));return i},r=function(t){return u(t)?t:(t=t.replace(/[\-_\s]+(.)?/g,function(t,e){return e?e.toUpperCase():""})).substr(0,1).toLowerCase()+t.substr(1)},i=function(t){var e=r(t);return e.substr(0,1).toUpperCase()+e.substr(1)},o=function(t,e){return function(t,e){var n=(e=e||{}).separator||"_",r=e.split||/(?=[A-Z])/;return t.split(r).join(n)}(t,e).toLowerCase()},a=Object.prototype.toString,p=function(t){return"function"==typeof t},s=function(t){return t===Object(t)},c=function(t){return"[object Array]"==a.call(t)},l=function(t){return"[object Date]"==a.call(t)},f=function(t){return"[object RegExp]"==a.call(t)},d=function(t){return"[object Boolean]"==a.call(t)},u=function(t){return(t-=0)==t},m=function(t,e){var n=e&&"process"in e?e.process:e;return"function"!=typeof n?t:function(e,r){return n(e,t,r)}},h={camelize:r,decamelize:o,pascalize:i,depascalize:o,camelizeKeys:function(t,e){return n(m(r,e),t)},decamelizeKeys:function(t,e){return n(m(o,e),t,e)},pascalizeKeys:function(t,e){return n(m(i,e),t)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}},t.exports?t.exports=h:e.humps=h}(de={exports:{}},de.exports),de.exports);function me(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function he(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable})),n.push.apply(n,r)}return n}var be={a11y:!0,allowHTML:!0,animateFill:!0,arrow:!1,flip:!0,flipOnUpdate:!1,followCursor:!1,hideOnClick:!0,ignoreAttributes:!1,inertia:!1,interactive:!1,lazy:!0,multiple:!1,showOnInit:!1,sticky:!1,touch:!0,touchHold:!1},ve=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?he(Object(n),!0).forEach(function(e){me(t,e,n[e])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))})}return t}({animation:"shift-away",appendTo:function(){return document.body},aria:"describedby",arrowType:"sharp",boundary:"scrollParent",content:"",delay:0,distance:10,duration:[325,275],flipBehavior:"flip",interactiveBorder:2,interactiveDebounce:0,maxWidth:350,offset:0,onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},placement:"top",popperOptions:{},role:"tooltip",size:"regular",target:"",theme:"dark",trigger:"mouseenter focus",updateDuration:0,wait:null,zIndex:9999},be);var ge=function(t,e,n,r,i,o,a,p,s,c){"boolean"!=typeof a&&(s=p,p=a,a=!1);var l,f="function"==typeof n?n.options:n;if(t&&t.render&&(f.render=t.render,f.staticRenderFns=t.staticRenderFns,f._compiled=!0,i&&(f.functional=!0)),r&&(f._scopeId=r),o?(l=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,s(t)),t&&t._registeredComponents&&t._registeredComponents.add(o)},f._ssrRegister=l):e&&(l=a?function(){e.call(this,c(this.$root.$options.shadowRoot))}:function(t){e.call(this,p(t))}),l)if(f.functional){var d=f.render;f.render=function(t,e){return l.call(e),d(t,e)}}else{var u=f.beforeCreate;f.beforeCreate=u?[].concat(u,l):[l]}return n}({render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n(t.tag,{tag:"component",attrs:{"data-tippy-component":""}},[n(t.triggerTag||t.tag,{ref:"trigger",tag:"component",attrs:{"data-tippy-component-trigger":""}},[t._t("trigger")],2),t._v(" "),n(t.contentTag||t.tag,{ref:"content",tag:"component",attrs:{"data-tippy-component-content":""}},[t._t("default")],2)],1)},staticRenderFns:[]},void 0,{props:{to:void 0,toSelector:void 0,toElement:void 0,content:void 0,enabled:void 0,visible:void 0,triggerTarget:void 0,tag:{type:String,default:"div"},triggerTag:String,contentTag:String},data:function(){return{tip:null,options:{}}},mounted:function(){this.init()},watch:{content:function(){this.tip&&this.tip.set(this.getOptions())},enabled:function(t){this.tip&&(t?this.tip.enable():(this.tip.hide(),this.tip.disable()))},visible:function(t){this.tip&&(t?this.tip.show():this.tip.hide())}},updated:function(){this.tip&&!this.content&&this.tip.set(this.getOptions())},beforeDestroy:function(){this.tip&&this.tip.destroy()},computed:{isManualTrigger:function(){return"manual"===this.options.trigger}},methods:{init:function(){if(this.tip){try{this.tip.destroy()}catch(t){}this.tip=null}var t=this.toElement;if(null==t&&(t=this.to?document.querySelector("[name='".concat(this.to,"']")):this.toSelector?document.querySelector(this.toSelector):this.$refs.trigger&&this.$refs.trigger.childElementCount>0?this.$refs.trigger:this.$el.parentElement),t){var e=le(t,this.getOptions());if(e){if(Array.isArray(e)){if(!(e.length>0))return;this.tip=e[0]}this.tip=e,this.$emit("onCreate",this.tip),this.$emit("init",this.tip),!1===this.enabled&&this.tip.disable(),this.isManualTrigger&&!0===this.visible&&this.tip.show()}}},tippy:function(){return this.tip},filterOptions:function(){for(var t=function(t,e){if(be.hasOwnProperty(t)){if(""===e)return!0;if("false"===e)return!1;if("true"===e)return!0}return e},e=0,n=Object.keys(this.options);e<n.length;e++){var r=n[e];ve.hasOwnProperty(r)?this.options[r]=t(r,this.options[r]):delete this.options[r]}return this.options},getOptions:function(){var t=this;return this.options.content=this.content?this.content:this.$refs.content,Object.assign(this.options,ue.camelizeKeys(this.$attrs)),this.filterOptions(),!this.options.onShow&&this.$listeners&&this.$listeners.show&&(this.options.onShow=function(){var e;return(e=t.$listeners.show).fns.apply(e,arguments)}),!this.options.onShow&&this.$listeners&&this.$listeners.shown&&(this.options.onShown=function(){var e;return(e=t.$listeners.shown).fns.apply(e,arguments)}),!this.options.onHidden&&this.$listeners&&this.$listeners.hidden&&(this.options.onHidden=function(){var e;return(e=t.$listeners.hidden).fns.apply(e,arguments)}),!this.options.onHide&&this.$listeners&&this.$listeners.hide&&(this.options.onHide=function(){var e;return(e=t.$listeners.hide).fns.apply(e,arguments)}),!this.options.onMount&&this.$listeners&&this.$listeners.mount&&(this.options.onMount=function(){var e;return(e=t.$listeners.mount).fns.apply(e,arguments)}),this.options.triggerTarget=this.triggerTarget,this.options}}},void 0,!1,void 0,void 0,void 0),ye="tippy",we={install:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};function n(t){return"string"==typeof t.value?{content:t.value}:t.value||{}}ye=e.directive||"tippy",le.setDefaults(e||{}),t.directive(ye,{inserted:function(r,i,o){t.nextTick(function(){!function(r,i,o){var a=o.data&&o.data.on||o.componentOptions&&o.componentOptions.listeners;r.setAttribute("data-tippy-directive","");var p=n(i),s=Object.keys(i.modifiers||{}),c=s.find(function(t){return"arrow"!==t}),l=-1!==s.findIndex(function(t){return"arrow"===t});p=Object.assign({},e,p),c&&(p.placement=p.placement||c),l&&(p.arrow=void 0===p.arrow||p.arrow),a&&a.show&&(p.onShow=function(){var t;return(t=a.show).fns.apply(t,arguments)}),a&&a.shown&&(p.onShown=function(){var t;(t=a.shown).fns.apply(t,arguments)}),a&&a.hidden&&(p.onHidden=function(){var t;(t=a.hidden).fns.apply(t,arguments)}),a&&a.hide&&(p.onHide=function(){var t;return(t=a.hide).fns.apply(t,arguments)}),a&&a.mount&&(p.onMount=function(){var t;(t=a.mount).fns.apply(t,arguments)}),r.getAttribute("title")&&!p.content&&(p.content=r.getAttribute("title"),r.removeAttribute("title")),r.getAttribute("content")&&!p.content&&(p.content=r.getAttribute("content")),le(r,p),p.showOnLoad&&r._tippy.show(),t.nextTick(function(){a&&a.init&&a.init.fns(r._tippy,r)})}(r,i,o)})},unbind:function(t){t._tippy&&t._tippy.destroy()},componentUpdated:function(t,e,r){if(t._tippy){var i=n(e);t.getAttribute("title")&&!i.content&&(i.content=t.getAttribute("title"),t.removeAttribute("title")),t.getAttribute("content")&&!i.content&&(i.content=t.getAttribute("content")),t._tippy.set(i)}}})}};return"undefined"!=typeof window&&window.Vue&&(window.Vue.use(we),window.Vue.component("tippy",ge)),t.TippyComponent=ge,t.default=we,t.tippy=le,t}({});
|