uikit 3.17.9-dev.73842811 → 3.17.9-dev.77c1d012a
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/CHANGELOG.md +16 -2
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +2 -2
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +9 -9
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +9 -9
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +2 -2
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +21 -25
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +21 -25
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +6 -6
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +21 -25
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +6 -6
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +4 -4
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +41 -33
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +64 -67
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +94 -103
- package/dist/js/uikit.min.js +1 -1
- package/package.json +12 -12
- package/src/js/api/component.js +2 -2
- package/src/js/api/events.js +1 -6
- package/src/js/api/instance.js +5 -5
- package/src/js/api/observables.js +2 -2
- package/src/js/api/options.js +15 -14
- package/src/js/api/props.js +13 -15
- package/src/js/components/filter.js +1 -2
- package/src/js/components/notification.js +1 -2
- package/src/js/components/sortable.js +4 -5
- package/src/js/components/tooltip.js +30 -35
- package/src/js/core/accordion.js +1 -2
- package/src/js/core/drop.js +23 -20
- package/src/js/core/dropnav.js +2 -3
- package/src/js/core/form-custom.js +5 -5
- package/src/js/core/icon.js +5 -6
- package/src/js/core/navbar.js +1 -2
- package/src/js/core/overflow-auto.js +3 -3
- package/src/js/core/scroll.js +1 -2
- package/src/js/core/scrollspy-nav.js +1 -2
- package/src/js/core/sticky.js +2 -5
- package/src/js/core/switcher.js +10 -12
- package/src/js/core/tab.js +2 -2
- package/src/js/core/toggle.js +3 -5
- package/src/js/mixin/animate.js +7 -7
- package/src/js/mixin/internal/animate-fade.js +2 -2
- package/src/js/mixin/modal.js +4 -6
- package/src/js/mixin/slider-drag.js +1 -2
- package/src/js/mixin/slider-nav.js +7 -8
- package/src/js/mixin/togglable.js +8 -8
- package/src/js/util/dimensions.js +4 -4
- package/src/js/util/event.js +6 -7
- package/src/js/util/lang.js +10 -10
- package/src/js/util/position.js +1 -2
- package/src/js/util/selector.js +2 -2
- package/src/js/util/style.js +2 -2
- package/src/js/util/viewport.js +18 -14
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! UIkit 3.17.9-dev.73842811 | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(ee,ie){typeof exports=="object"&&typeof module<"u"?module.exports=ie():typeof define=="function"&&define.amd?define("uikit",ie):(ee=typeof globalThis<"u"?globalThis:ee||self,ee.UIkit=ie())})(this,function(){"use strict";const{hasOwnProperty:ee,toString:ie}=Object.prototype;function rt(t,e){return ee.call(t,e)}const Io=/\B([A-Z])/g,$t=V(t=>t.replace(Io,"-$1").toLowerCase()),No=/-(\w)/g,ne=V(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(No,(e,i)=>i.toUpperCase())),yt=V(t=>t.charAt(0).toUpperCase()+t.slice(1));function J(t,e){var i;return(i=t==null?void 0:t.startsWith)==null?void 0:i.call(t,e)}function oe(t,e){var i;return(i=t==null?void 0:t.endsWith)==null?void 0:i.call(t,e)}function f(t,e){var i;return(i=t==null?void 0:t.includes)==null?void 0:i.call(t,e)}function Te(t,e){var i;return(i=t==null?void 0:t.findIndex)==null?void 0:i.call(t,e)}const{isArray:L,from:It}=Array,{assign:Ee}=Object;function q(t){return typeof t=="function"}function dt(t){return t!==null&&typeof t=="object"}function at(t){return ie.call(t)==="[object Object]"}function Nt(t){return dt(t)&&t===t.window}function _e(t){return ei(t)===9}function Oe(t){return ei(t)>=1}function Pe(t){return ei(t)===1}function ei(t){return!Nt(t)&&dt(t)&&t.nodeType}function Ft(t){return typeof t=="boolean"}function k(t){return typeof t=="string"}function ii(t){return typeof t=="number"}function xt(t){return ii(t)||k(t)&&!isNaN(t-parseFloat(t))}function ni(t){return!(L(t)?t.length:dt(t)&&Object.keys(t).length)}function R(t){return t===void 0}function oi(t){return Ft(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function se(t){const e=Number(t);return isNaN(e)?!1:e}function $(t){return parseFloat(t)||0}function _(t){return m(t)[0]}function m(t){return Oe(t)?[t]:Array.from(t||[]).filter(Oe)}function Ht(t){if(Nt(t))return t;t=_(t);const e=_e(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function tn(t,e){return t===e||dt(t)&&dt(e)&&Object.keys(t).length===Object.keys(e).length&&Lt(t,(i,n)=>i===e[n])}function si(t,e,i){return t.replace(new RegExp(`${e}|${i}`,"g"),n=>n===e?i:e)}function re(t){return t[t.length-1]}function Lt(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function en(t,e){return t.slice().sort(({[e]:i=0},{[e]:n=0})=>i>n?1:n>i?-1:0)}function ae(t,e){return t.reduce((i,n)=>i+$(q(e)?e(n):n[e]),0)}function Fo(t,e){const i=new Set;return t.filter(({[e]:n})=>i.has(n)?!1:i.add(n))}function ri(t,e){return e.reduce((i,n)=>({...i,[n]:t[n]}),{})}function lt(t,e=0,i=1){return Math.min(Math.max(se(t)||0,e),i)}function ct(){}function ai(...t){return[["bottom","top"],["right","left"]].every(([e,i])=>Math.min(...t.map(({[e]:n})=>n))-Math.max(...t.map(({[i]:n})=>n))>0)}function Be(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function li(t,e,i){const n=e==="width"?"height":"width";return{[n]:t[e]?Math.round(i*t[n]/t[e]):t[n],[e]:i}}function nn(t,e){t={...t};for(const i in t)t=t[i]>e[i]?li(t,i,e[i]):t;return t}function Ho(t,e){t=nn(t,e);for(const i in t)t=t[i]<e[i]?li(t,i,e[i]):t;return t}const ci={ratio:li,contain:nn,cover:Ho};function pt(t,e,i=0,n=!1){e=m(e);const{length:o}=e;return o?(t=xt(t)?se(t):t==="next"?i+1:t==="previous"?i-1:t==="last"?o-1:e.indexOf(_(t)),n?lt(t,0,o-1):(t%=o,t<0?t+o:t)):-1}function V(t){const e=Object.create(null);return(i,...n)=>e[i]||(e[i]=t(i,...n))}function p(t,e,i){var n;if(dt(e)){for(const o in e)p(t,o,e[o]);return}if(R(i))return(n=_(t))==null?void 0:n.getAttribute(e);for(const o of m(t))q(i)&&(i=i.call(o,p(o,e))),i===null?le(o,e):o.setAttribute(e,i)}function ht(t,e){return m(t).some(i=>i.hasAttribute(e))}function le(t,e){m(t).forEach(i=>i.removeAttribute(e))}function zt(t,e){for(const i of[e,`data-${e}`])if(ht(t,i))return p(t,i)}function w(t,...e){for(const i of m(t)){const n=kt(e).filter(o=>!b(i,o));n.length&&i.classList.add(...n)}}function A(t,...e){for(const i of m(t)){const n=kt(e).filter(o=>b(i,o));n.length&&i.classList.remove(...n)}}function hi(t,e){e=new RegExp(e);for(const i of m(t))i.classList.remove(...It(i.classList).filter(n=>n.match(e)))}function Me(t,e,i){i=kt(i),e=kt(e).filter(n=>!f(i,n)),A(t,e),w(t,i)}function b(t,e){return[e]=kt(e),m(t).some(i=>i.classList.contains(e))}function Y(t,e,i){const n=kt(e);R(i)||(i=!!i);for(const o of m(t))for(const s of n)o.classList.toggle(s,i)}function kt(t){return L(t)?t.map(kt).flat():String(t).split(/[ ,]/).filter(Boolean)}const Lo={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function ui(t){return m(t).some(e=>Lo[e.tagName.toLowerCase()])}function j(t){return m(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const De="input,select,textarea,button";function on(t){return m(t).some(e=>O(e,De))}const Ae=`${De},a[href],[tabindex]`;function fi(t){return O(t,Ae)}function T(t){var e;return(e=_(t))==null?void 0:e.parentElement}function ce(t,e){return m(t).filter(i=>O(i,e))}function O(t,e){return m(t).some(i=>i.matches(e))}function W(t,e){var i;return(i=_(t))==null?void 0:i.closest(J(e,">")?e.slice(1):e)}function B(t,e){return k(e)?!!W(t,e):_(e).contains(_(t))}function Wt(t,e){const i=[];for(;t=T(t);)(!e||O(t,e))&&i.push(t);return i}function ut(t,e){t=_(t);const i=t?It(t.children):[];return e?ce(i,e):i}function di(t,e){return e?m(t).indexOf(_(e)):ut(T(t)).indexOf(t)}function qt(t){return t=_(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function pi(t){if(qt(t)){t=_(t);const e=decodeURIComponent(t.hash).substring(1);return document.getElementById(e)||document.getElementsByName(e)[0]}}function K(t,e){return gi(t,rn(t,e))}function he(t,e){return ue(t,rn(t,e))}function gi(t,e){return _(an(t,_(e),"querySelector"))}function ue(t,e){return m(an(t,_(e),"querySelectorAll"))}const zo=/(^|[^\\],)\s*[!>+~-]/,sn=V(t=>t.match(zo));function rn(t,e=document){return k(t)&&sn(t)||_e(e)?e:e.ownerDocument}const Wo=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,qo=V(t=>t.replace(Wo,"$1 *"));function an(t,e=document,i){if(!t||!k(t))return t;if(t=qo(t),sn(t)){const n=jo(t);t="";for(let o of n){let s=e;if(o[0]==="!"){const r=o.substr(1).trim().split(" ");if(s=W(T(e),r[0]),o=r.slice(1).join(" ").trim(),!o.length&&n.length===1)return s}if(o[0]==="-"){const r=o.substr(1).trim().split(" "),a=(s||e).previousElementSibling;s=O(a,o.substr(1))?a:null,o=r.slice(1).join(" ")}s&&(t+=`${t?",":""}${Uo(s)} ${o}`)}e=document}try{return e[i](t)}catch{return null}}const Ro=/.*?[^\\](?:,|$)/g,jo=V(t=>t.match(Ro).map(e=>e.replace(/,$/,"").trim()));function Uo(t){const e=[];for(;t.parentNode;){const i=p(t,"id");if(i){e.unshift(`#${mi(i)}`);break}else{let{tagName:n}=t;n!=="HTML"&&(n+=`:nth-child(${di(t)+1})`),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function mi(t){return k(t)?CSS.escape(t):""}function P(...t){let[e,i,n,o,s=!1]=bi(t);o.length>1&&(o=Yo(o)),s!=null&&s.self&&(o=Go(o)),n&&(o=Vo(n,o));for(const r of i)for(const a of e)a.addEventListener(r,o,s);return()=>vi(e,i,o,s)}function vi(...t){let[e,i,,n,o=!1]=bi(t);for(const s of i)for(const r of e)r.removeEventListener(s,n,o)}function F(...t){const[e,i,n,o,s=!1,r]=bi(t),a=P(e,i,n,l=>{const h=!r||r(l);h&&(a(),o(l,h))},s);return a}function E(t,e,i){return wi(t).every(n=>n.dispatchEvent(Ie(e,!0,!0,i)))}function Ie(t,e=!0,i=!1,n){return k(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function bi(t){return t[0]=wi(t[0]),k(t[1])&&(t[1]=t[1].split(" ")),q(t[2])&&t.splice(2,0,!1),t}function Vo(t,e){return i=>{const n=t[0]===">"?ue(t,i.currentTarget).reverse().filter(o=>B(i.target,o))[0]:W(i.target,t);n&&(i.current=n,e.call(this,i),delete i.current)}}function Yo(t){return e=>L(e.detail)?t(e,...e.detail):t(e)}function Go(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function ln(t){return t&&"addEventListener"in t}function Xo(t){return ln(t)?t:_(t)}function wi(t){return L(t)?t.map(Xo).filter(Boolean):k(t)?ue(t):ln(t)?[t]:m(t)}function Rt(t){return t.pointerType==="touch"||!!t.touches}function Ne(t){var e,i;const{clientX:n,clientY:o}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:n,y:o}}const Jo={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function c(t,e,i,n){const o=m(t);for(const s of o)if(k(e)){if(e=$i(e),R(i))return getComputedStyle(s).getPropertyValue(e);s.style.setProperty(e,xt(i)&&!Jo[e]?`${i}px`:i||ii(i)?i:"",n)}else if(L(e)){const r={};for(const a of e)r[a]=c(s,a);return r}else dt(e)&&(n=i,Lt(e,(r,a)=>c(s,a,r,n)));return o[0]}const $i=V(t=>Ko(t));function Ko(t){if(J(t,"--"))return t;t=$t(t);const{style:e}=document.documentElement;if(t in e)return t;for(const i of["webkit","moz"]){const n=`-${i}-${t}`;if(n in e)return n}}const yi="uk-transition",xi="transitionend",ki="transitioncanceled";function Zo(t,e,i=400,n="linear"){return i=Math.round(i),Promise.all(m(t).map(o=>new Promise((s,r)=>{for(const l in e){const h=c(o,l);h===""&&c(o,l,h)}const a=setTimeout(()=>E(o,xi),i);F(o,[xi,ki],({type:l})=>{clearTimeout(a),A(o,yi),c(o,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),l===ki?r():s(o)},{self:!0}),w(o,yi),c(o,{transitionProperty:Object.keys(e).map($i).join(","),transitionDuration:`${i}ms`,transitionTimingFunction:n,...e})})))}const Z={start:Zo,async stop(t){E(t,xi),await Promise.resolve()},async cancel(t){E(t,ki),await Promise.resolve()},inProgress(t){return b(t,yi)}},fe="uk-animation-",cn="animationend",Fe="animationcanceled";function hn(t,e,i=200,n,o){return Promise.all(m(t).map(s=>new Promise((r,a)=>{E(s,Fe);const l=setTimeout(()=>E(s,cn),i);F(s,[cn,Fe],({type:h})=>{clearTimeout(l),h===Fe?a():r(s),c(s,"animationDuration",""),hi(s,`${fe}\\S*`)},{self:!0}),c(s,"animationDuration",`${i}ms`),w(s,e,fe+(o?"leave":"enter")),J(e,fe)&&(n&&w(s,`uk-transform-origin-${n}`),o&&w(s,`${fe}reverse`))})))}const Qo=new RegExp(`${fe}(enter|leave)`),gt={in:hn,out(t,e,i,n){return hn(t,e,i,n,!0)},inProgress(t){return Qo.test(p(t,"class"))},cancel(t){E(t,Fe)}};function ts(t){if(document.readyState!=="loading"){t();return}F(document,"DOMContentLoaded",t)}function z(t,...e){return e.some(i=>{var n;return((n=t==null?void 0:t.tagName)==null?void 0:n.toLowerCase())===i.toLowerCase()})}function un(t){return t=y(t),t.innerHTML="",t}function He(t,e){return R(e)?y(t).innerHTML:it(un(t),e)}const es=ze("prepend"),it=ze("append"),Ci=ze("before"),Le=ze("after");function ze(t){return function(e,i){var n;const o=m(k(i)?jt(i):i);return(n=y(e))==null||n[t](...o),fn(o)}}function Ct(t){m(t).forEach(e=>e.remove())}function We(t,e){for(e=_(Ci(t,e));e.firstChild;)e=e.firstChild;return it(e,t),e}function Si(t,e){return m(m(t).map(i=>i.hasChildNodes()?We(It(i.childNodes),e):it(i,e)))}function de(t){m(t).map(T).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const is=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function jt(t){const e=is.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("template");return i.innerHTML=t.trim(),fn(i.content.childNodes)}function fn(t){return t.length>1?t:t[0]}function mt(t,e){if(Pe(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;mt(t,e),t=i}}function y(t,e){return dn(t)?_(jt(t)):gi(t,e)}function I(t,e){return dn(t)?m(jt(t)):ue(t,e)}function dn(t){return k(t)&&J(t.trim(),"<")}const St={width:["left","right"],height:["top","bottom"]};function G(t){const e=Pe(t)?_(t).getBoundingClientRect():{height:nt(t),width:pe(t),top:0,left:0};return{height:e.height,width:e.width,top:e.top,left:e.left,bottom:e.top+e.height,right:e.left+e.width}}function v(t,e){e&&c(t,{left:0,top:0});const i=G(t);if(t){const{scrollY:n,scrollX:o}=Ht(t),s={height:n,width:o};for(const r in St)for(const a of St[r])i[a]+=s[r]}if(!e)return i;for(const n of["left","top"])c(t,n,e[n]-i[n])}function ns(t){let{top:e,left:i}=v(t);const{ownerDocument:{body:n,documentElement:o},offsetParent:s}=_(t);let r=s||o;for(;r&&(r===n||r===o)&&c(r,"position")==="static";)r=r.parentNode;if(Pe(r)){const a=v(r);e-=a.top+$(c(r,"borderTopWidth")),i-=a.left+$(c(r,"borderLeftWidth"))}return{top:e-$(c(t,"marginTop")),left:i-$(c(t,"marginLeft"))}}function Tt(t){t=_(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+$(c(t,"borderTopWidth")),e[1]+=t.offsetLeft+$(c(t,"borderLeftWidth")),c(t,"position")==="fixed"){const i=Ht(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}return e}const nt=pn("height"),pe=pn("width");function pn(t){const e=yt(t);return(i,n)=>{if(R(n)){if(Nt(i))return i[`inner${e}`];if(_e(i)){const o=i.documentElement;return Math.max(o[`offset${e}`],o[`scroll${e}`])}return i=_(i),n=c(i,t),n=n==="auto"?i[`offset${e}`]:$(n)||0,n-ge(i,t)}else return c(i,t,!n&&n!==0?"":+n+ge(i,t)+"px")}}function ge(t,e,i="border-box"){return c(t,"boxSizing")===i?ae(St[e].map(yt),n=>$(c(t,`padding${n}`))+$(c(t,`border${n}Width`))):0}function gn(t){for(const e in St)for(const i in St[e])if(St[e][i]===t)return St[e][1-i];return t}function Q(t,e="width",i=window,n=!1){return k(t)?ae(ss(t),o=>{const s=as(o);return s?ls(s==="vh"?cs():s==="vw"?pe(Ht(i)):n?i[`offset${yt(e)}`]:G(i)[e],o):o}):$(t)}const os=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,ss=V(t=>t.toString().replace(/\s/g,"").match(os)||[]),rs=/(?:v[hw]|%)$/,as=V(t=>(t.match(rs)||[])[0]);function ls(t,e){return t*$(e)/100}let me,Ut;function cs(){return me||(Ut||(Ut=y("<div>"),c(Ut,{height:"100vh",position:"fixed"}),P(window,"resize",()=>me=null)),it(document.body,Ut),me=Ut.clientHeight,Ct(Ut),me)}const Et=typeof window<"u",_t=Et&&document.dir==="rtl",Vt=Et&&"ontouchstart"in window,Yt=Et&&window.PointerEvent,Gt=Yt?"pointerdown":Vt?"touchstart":"mousedown",hs=Yt?"pointermove":Vt?"touchmove":"mousemove",Xt=Yt?"pointerup":Vt?"touchend":"mouseup",qe=Yt?"pointerenter":Vt?"":"mouseenter",Ti=Yt?"pointerleave":Vt?"":"mouseleave",Re=Yt?"pointercancel":"touchcancel",ot={reads:[],writes:[],read(t){return this.reads.push(t),_i(),t},write(t){return this.writes.push(t),_i(),t},clear(t){vn(this.reads,t),vn(this.writes,t)},flush:Ei};function Ei(t){mn(ot.reads),mn(ot.writes.splice(0)),ot.scheduled=!1,(ot.reads.length||ot.writes.length)&&_i(t+1)}const us=4;function _i(t){ot.scheduled||(ot.scheduled=!0,t&&t<us?Promise.resolve().then(()=>Ei(t)):requestAnimationFrame(()=>Ei(1)))}function mn(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function vn(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function Oi(){}Oi.prototype={positions:[],init(){this.positions=[];let t;this.unbind=P(document,"mousemove",e=>t=Ne(e)),this.interval=setInterval(()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:n,top:o,bottom:s}=e,[r]=this.positions,a=re(this.positions),l=[r,a];return Be(a,e)?!1:[[{x:i,y:o},{x:n,y:s}],[{x:i,y:s},{x:n,y:o}]].some(u=>{const d=fs(l,u);return d&&Be(d,e)})}};function fs([{x:t,y:e},{x:i,y:n}],[{x:o,y:s},{x:r,y:a}]){const l=(a-s)*(i-t)-(r-o)*(n-e);if(l===0)return!1;const h=((r-o)*(e-s)-(a-s)*(t-o))/l;return h<0?!1:{x:t+h*(i-t),y:e+h*(n-e)}}function bn(t,e,i={},{intersecting:n=!0}={}){const o=new IntersectionObserver(n?(s,r)=>{s.some(a=>a.isIntersecting)&&e(s,r)}:e,i);for(const s of m(t))o.observe(s);return o}const ds=Et&&window.ResizeObserver;function ve(t,e,i={box:"border-box"}){if(ds)return $n(ResizeObserver,t,e,i);const n=[P(window,"load resize",e),P(document,"loadedmetadata load",e,!0)];return{disconnect:()=>n.map(o=>o())}}function Pi(t){return{disconnect:P([window,window.visualViewport],"resize",t)}}function wn(t,e,i){return $n(MutationObserver,t,e,i)}function $n(t,e,i,n){const o=new t(i);for(const s of m(e))o.observe(s,n);return o}function yn(t){Ue(t)&&Bi(t,{func:"playVideo",method:"play"}),je(t)&&t.play()}function xn(t){Ue(t)&&Bi(t,{func:"pauseVideo",method:"pause"}),je(t)&&t.pause()}function kn(t){Ue(t)&&Bi(t,{func:"mute",method:"setVolume",value:0}),je(t)&&(t.muted=!0)}function Cn(t){return je(t)||Ue(t)}function je(t){return z(t,"video")}function Ue(t){return z(t,"iframe")&&(Sn(t)||Tn(t))}function Sn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function Tn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function Bi(t,e){await gs(t),En(t,e)}function En(t,e){t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}const Mi="_ukPlayer";let ps=0;function gs(t){if(t[Mi])return t[Mi];const e=Sn(t),i=Tn(t),n=++ps;let o;return t[Mi]=new Promise(s=>{e&&F(t,"load",()=>{const r=()=>En(t,{event:"listening",id:n});o=setInterval(r,100),r()}),F(window,"message",s,!1,({data:r})=>{try{return r=JSON.parse(r),e&&(r==null?void 0:r.id)===n&&r.event==="onReady"||i&&Number(r==null?void 0:r.player_id)===n}catch{}}),t.src=`${t.src}${f(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${n}`}`}).then(()=>clearInterval(o))}function ms(t,e=0,i=0){return j(t)?ai(...Jt(t).map(n=>{const{top:o,left:s,bottom:r,right:a}=tt(n);return{top:o-e,left:s-i,bottom:r+e,right:a+i}}).concat(v(t))):!1}function _n(t,{offset:e=0}={}){const i=j(t)?be(t,!1,["hidden"]):[];return i.reduce((r,a,l)=>{const{scrollTop:h,scrollHeight:u,offsetHeight:d}=a,g=tt(a),C=u-g.height,{height:S,top:x}=i[l-1]?tt(i[l-1]):v(t);let M=Math.ceil(x-g.top-e+h);return e>0&&d<S+e?M+=e:e=0,M>C?(e-=M-C,M=C):M<0&&(e-=M,M=0),()=>n(a,M-h,t,C).then(r)},()=>Promise.resolve())();function n(r,a,l,h){return new Promise(u=>{const d=r.scrollTop,g=o(Math.abs(a)),C=Date.now(),S=v(l).top;let x=0,M=15;(function Dt(){const Qe=s(lt((Date.now()-C)/g));let bt=0;if(i[0]===r&&d+a<h){bt=v(l).top-S;const wt=Di(l);bt-=wt?v(wt).height:0}r.scrollTop=Math[a+bt>0?"max":"min"](r.scrollTop,d+(a+bt)*Qe),Qe===1&&(x===bt||!M--)?u():(x=bt,requestAnimationFrame(Dt))})()})}function o(r){return 40*Math.pow(r,.375)}function s(r){return .5*(1-Math.cos(Math.PI*r))}}function On(t,e=0,i=0){if(!j(t))return 0;const n=ft(t,!0),{scrollHeight:o,scrollTop:s}=n,{height:r}=tt(n),a=o-r,l=Tt(t)[0]-Tt(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return lt((s-h)/(u-h))}function be(t,e=!1,i=[]){const n=Pn(t);let o=Wt(t).reverse();o=o.slice(o.indexOf(n)+1);const s=Te(o,r=>c(r,"position")==="fixed");return~s&&(o=o.slice(s)),[n].concat(o.filter(r=>c(r,"overflow").split(" ").some(a=>f(["auto","scroll",...i],a))&&(!e||r.scrollHeight>tt(r).height))).reverse()}function ft(...t){return be(...t)[0]}function Jt(t){return be(t,!1,["hidden","clip"])}function tt(t){const e=Ht(t),{visualViewport:i,document:{documentElement:n}}=e;let o=t===Pn(t)?e:t;if(Nt(o)&&i){let{height:r,width:a,scale:l,pageTop:h,pageLeft:u}=i;return r=Math.round(r*l),a=Math.round(a*l),{height:r,width:a,top:h,left:u,bottom:h+r,right:u+a}}let s=v(o);if(c(o,"display")==="inline")return s;for(let[r,a,l,h]of[["width","x","left","right"],["height","y","top","bottom"]]){Nt(o)?o=n:s[l]+=$(c(o,`border-${l}-width`));const u=s[r]%1;s[r]=s[a]=o[`client${yt(r)}`]-(u?u<.5?-u:1-u:0),s[h]=s[r]+s[l]}return s}function Di(t){return t.ownerDocument.elementsFromPoint(v(t).left,0).find(e=>!e.contains(t)&&(c(e,"position")==="fixed"&&!vs(t,e)||c(e,"position")==="sticky"&&B(t,T(e))))}function vs(t,e){return T(t)===T(e)&&$(c(t,"zIndex"))>$(c(e,"zIndex"))}function Pn(t){return Ht(t).document.scrollingElement}const X=[["width","x","left","right"],["height","y","top","bottom"]];function Bn(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],placement:[],...i},L(e)||(e=[e,e]),v(t,Mn(t,e,i))}function Mn(t,e,i){const n=Dn(t,e,i),{boundary:o,viewportOffset:s=0,placement:r}=i;let a=n;for(const[l,[h,,u,d]]of Object.entries(X)){const g=bs(t,e[l],s,o,l);if(Ve(n,g,l))continue;let C=0;if(r[l]==="flip"){const S=i.attach.target[l];if(S===d&&n[d]<=g[d]||S===u&&n[u]>=g[u])continue;C=$s(t,e,i,l)[u]-n[u];const x=ws(t,e[l],s,l);if(!Ve(Ai(n,C,l),x,l)){if(Ve(n,x,l))continue;if(i.recursion)return!1;const M=ys(t,e,i);if(M&&Ve(M,x,1-l))return M;continue}}else if(r[l]==="shift"){const S=v(e[l]),{offset:x}=i;C=lt(lt(n[u],g[u],g[d]-n[h]),S[u]-n[h]+x[l],S[d]-x[l])-n[u]}a=Ai(a,C,l)}return a}function Dn(t,e,i){let{attach:n,offset:o}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i},s=v(t);for(const[r,[a,,l,h]]of Object.entries(X)){const u=n.target[r]===n.element[r]?tt(e[r]):v(e[r]);s=Ai(s,u[l]-s[l]+An(n.target[r],h,u[a])-An(n.element[r],h,s[a])+ +o[r],r)}return s}function Ai(t,e,i){const[,n,o,s]=X[i],r={...t};return r[o]=t[n]=t[o]+e,r[s]+=e,r}function An(t,e,i){return t==="center"?i/2:t===e?i:0}function bs(t,e,i,n,o){let s=Nn(...In(t,e).map(tt));return i&&(s[X[o][2]]+=i,s[X[o][3]]-=i),n&&(s=Nn(s,v(L(n)?n[o]:n))),s}function ws(t,e,i,n){const[o,s,r,a]=X[n],[l]=In(t,e),h=tt(l);return["auto","scroll"].includes(c(l,`overflow-${s}`))&&(h[r]-=l[`scroll${yt(r)}`],h[a]=h[r]+l[`scroll${yt(o)}`]),h[r]+=i,h[a]-=i,h}function In(t,e){return Jt(e).filter(i=>B(t,i))}function Nn(...t){let e={};for(const i of t)for(const[,,n,o]of X)e[n]=Math.max(e[n]||0,i[n]),e[o]=Math.min(...[e[o],i[o]].filter(Boolean));return e}function Ve(t,e,i){const[,,n,o]=X[i];return t[n]>=e[n]&&t[o]<=e[o]}function $s(t,e,{offset:i,attach:n},o){return Dn(t,e,{attach:{element:Fn(n.element,o),target:Fn(n.target,o)},offset:xs(i,o)})}function ys(t,e,i){return Mn(t,e,{...i,attach:{element:i.attach.element.map(Hn).reverse(),target:i.attach.target.map(Hn).reverse()},offset:i.offset.reverse(),placement:i.placement.reverse(),recursion:!0})}function Fn(t,e){const i=[...t],n=X[e].indexOf(t[e]);return~n&&(i[e]=X[e][1-n%2+2]),i}function Hn(t){for(let e=0;e<X.length;e++){const i=X[e].indexOf(t);if(~i)return X[1-e][i%2+2]}}function xs(t,e){return t=[...t],t[e]*=-1,t}var ks=Object.freeze({__proto__:null,$:y,$$:I,Animation:gt,Dimensions:ci,MouseTracker:Oi,Transition:Z,addClass:w,after:Le,append:it,apply:mt,assign:Ee,attr:p,before:Ci,boxModelAdjust:ge,camelize:ne,children:ut,clamp:lt,closest:W,createEvent:Ie,css:c,data:zt,dimensions:G,each:Lt,empty:un,endsWith:oe,escape:mi,fastdom:ot,filter:ce,find:gi,findAll:ue,findIndex:Te,flipPosition:gn,fragment:jt,getCoveringElement:Di,getEventPos:Ne,getIndex:pt,getTargetedElement:pi,hasAttr:ht,hasClass:b,hasOwn:rt,hasTouch:Vt,height:nt,html:He,hyphenate:$t,inBrowser:Et,includes:f,index:di,intersectRect:ai,isArray:L,isBoolean:Ft,isDocument:_e,isElement:Pe,isEmpty:ni,isEqual:tn,isFocusable:fi,isFunction:q,isInView:ms,isInput:on,isNode:Oe,isNumber:ii,isNumeric:xt,isObject:dt,isPlainObject:at,isRtl:_t,isSameSiteAnchor:qt,isString:k,isTag:z,isTouch:Rt,isUndefined:R,isVideo:Cn,isVisible:j,isVoidElement:ui,isWindow:Nt,last:re,matches:O,memoize:V,mute:kn,noop:ct,observeIntersection:bn,observeMutation:wn,observeResize:ve,observeViewportResize:Pi,off:vi,offset:v,offsetPosition:Tt,offsetViewport:tt,on:P,once:F,overflowParents:Jt,parent:T,parents:Wt,pause:xn,pick:ri,play:yn,pointInRect:Be,pointerCancel:Re,pointerDown:Gt,pointerEnter:qe,pointerLeave:Ti,pointerMove:hs,pointerUp:Xt,position:ns,positionAt:Bn,prepend:es,propName:$i,query:K,queryAll:he,ready:ts,remove:Ct,removeAttr:le,removeClass:A,removeClasses:hi,replaceClass:Me,scrollIntoView:_n,scrollParent:ft,scrollParents:be,scrolledOver:On,selFocusable:Ae,selInput:De,sortBy:en,startsWith:J,sumBy:ae,swap:si,toArray:It,toBoolean:oi,toEventTargets:wi,toFloat:$,toNode:_,toNodes:m,toNumber:se,toPx:Q,toWindow:Ht,toggleClass:Y,trigger:E,ucfirst:yt,uniqueBy:Fo,unwrap:de,width:pe,within:B,wrapAll:We,wrapInner:Si});function Cs(t){t._data={},t._updates=[...t.$options.update||[]]}function Ss(t,e){t._updates.unshift(e)}function Ts(t){delete t._data}function we(t,e="update"){t._connected&&t._updates.length&&(t._queued||(t._queued=new Set,ot.read(()=>{t._connected&&Es(t,t._queued),delete t._queued})),t._queued.add(e.type||e))}function Es(t,e){for(const{read:i,write:n,events:o=[]}of t._updates){if(!e.has("update")&&!o.some(r=>e.has(r)))continue;let s;i&&(s=i.call(t,t._data,e),s&&at(s)&&Ee(t._data,s)),n&&s!==!1&&ot.write(()=>{t._connected&&n.call(t,t._data,e)})}}function _s(t){t._watches=[];for(const e of t.$options.watch||[])for(const[i,n]of Object.entries(e))Ln(t,n,i);t._initial=!0}function Ln(t,e,i){t._watches.push({name:i,...at(e)?e:{handler:e}})}function Os(t,e){for(const{name:i,handler:n,immediate:o=!0}of t._watches)(t._initial&&o||rt(e,i)&&!tn(e[i],t[i]))&&n.call(t,t[i],e[i]);t._initial=!1}function Ps(t){const{computed:e}=t.$options;if(t._computed={},e)for(const i in e)zn(t,i,e[i])}function zn(t,e,i){t._hasComputed=!0,Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:o,$el:s}=t;return rt(n,e)||(n[e]=(i.get||i).call(t,o,s)),n[e]},set(n){const{_computed:o}=t;o[e]=i.set?i.set.call(t,n):n,R(o[e])&&delete o[e]}})}function Bs(t){t._hasComputed&&(Ss(t,{read:()=>Os(t,Wn(t)),events:["resize","computed"]}),Ds(),$e.add(t))}function Ms(t){$e==null||$e.delete(t),Wn(t)}function Wn(t){const e={...t._computed};return t._computed={},e}let Ii,$e;function Ds(){Ii||($e=new Set,Ii=new MutationObserver(()=>{for(const t of $e)we(t,"computed")}),Ii.observe(document,{subtree:!0,childList:!0}))}function As(t){t._events=[];for(const e of t.$options.events||[])if(rt(e,"handler"))Ni(t,e);else for(const i in e)Ni(t,e[i],i)}function Is(t){t._events.forEach(e=>e()),delete t._events}function Ni(t,e,i){let{name:n,el:o,handler:s,capture:r,passive:a,delegate:l,filter:h,self:u}=at(e)?e:{name:i,handler:e};if(o=q(o)?o.call(t,t):o||t.$el,L(o)){o.forEach(d=>Ni(t,{...e,el:d},i));return}!o||h&&!h.call(t)||t._events.push(P(o,n,l?k(l)?l:l.call(t,t):null,k(s)?t[s]:s.bind(t),{passive:a,capture:r,self:u}))}function Ns(t){t._observers=[];for(const e of t.$options.observe||[])if(rt(e,"handler"))Rn(t,e);else for(const i of e)Rn(t,i)}function qn(t,...e){t._observers.push(...e)}function Fs(t){for(const e of t._observers)e.disconnect()}function Rn(t,e){let{observe:i,target:n=t.$el,handler:o,options:s,filter:r,args:a}=e;if(r&&!r.call(t,t))return;const l=`_observe${t._observers.length}`;q(n)&&!rt(t,l)&&zn(t,l,()=>n.call(t,t)),o=k(o)?t[o]:o.bind(t),q(s)&&(s=s.call(t,t));const h=rt(t,l)?t[l]:n,u=i(h,o,s,a);q(n)&&L(t[l])&&u.unobserve&&Ln(t,{handler:Hs(u),immediate:!1},l),qn(t,u)}function Hs(t){return(e,i)=>{for(const n of i)!f(e,n)&&t.unobserve(n);for(const n of e)!f(i,n)&&t.observe(n)}}const N={};N.events=N.watch=N.observe=N.created=N.beforeConnect=N.connected=N.beforeDisconnect=N.disconnected=N.destroy=Fi,N.args=function(t,e){return e!==!1&&Fi(e||t)},N.update=function(t,e){return en(Fi(t,q(e)?{read:e}:e),"order")},N.props=function(t,e){if(L(e)){const i={};for(const n of e)i[n]=String;e=i}return N.methods(t,e)},N.computed=N.methods=function(t,e){return e?t?{...t,...e}:e:t},N.i18n=N.data=function(t,e,i){return i?jn(t,e,i):e?t?function(n){return jn(t,e,n)}:e:t};function jn(t,e,i){return N.computed(q(t)?t.call(i,i):t,q(e)?e.call(i,i):e)}function Fi(t,e){return t=t&&!L(t)?[t]:t,e?t?t.concat(e):L(e)?e:[e]:t}function Ls(t,e){return R(e)?t:e}function ye(t,e,i){const n={};if(q(e)&&(e=e.options),e.extends&&(t=ye(t,e.extends,i)),e.mixins)for(const s of e.mixins)t=ye(t,s,i);for(const s in t)o(s);for(const s in e)rt(t,s)||o(s);function o(s){n[s]=(N[s]||Ls)(t[s],e[s],i)}return n}function Hi(t,e=[]){try{return t?J(t,"{")?JSON.parse(t):e.length&&!f(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[o,s]=n.split(/:(.*)/);return o&&!R(s)&&(i[o.trim()]=s.trim()),i},{}):{}}catch{return{}}}function Li(t,e){return t===Boolean?oi(e):t===Number?se(e):t==="list"?zs(e):t===Object&&k(e)?Hi(e):t?t(e):e}function zs(t){return L(t)?t:k(t)?t.split(/,(?![^(]*\))/).map(e=>xt(e)?se(e):oi(e.trim())):[t]}function Ws(t){const e=Un(t.$options);for(let n in e)R(e[n])||(t.$props[n]=e[n]);const i=[t.$options.computed,t.$options.methods];for(let n in t.$props)n in e&&qs(i,n)&&(t[n]=t.$props[n])}function Un(t){const e={},{args:i=[],props:n={},el:o,id:s}=t;if(!n)return e;for(const a in n){const l=$t(a);let h=zt(o,l);R(h)||(h=n[a]===Boolean&&h===""?!0:Li(n[a],h),!(l==="target"&&J(h,"_"))&&(e[a]=h))}const r=Hi(zt(o,s),i);for(const a in r){const l=ne(a);R(n[l])||(e[l]=Li(n[l],r[a]))}return e}function qs(t,e){return t.every(i=>!i||!rt(i,e))}const Rs=V((t,e)=>{const i=Object.keys(e),n=i.concat(t).map(o=>[$t(o),`data-${$t(o)}`]).flat();return{attributes:i,filter:n}});function js(t){const{$options:e,$props:i}=t,{id:n,props:o,el:s}=e;if(!o)return;const{attributes:r,filter:a}=Rs(n,o),l=new MutationObserver(h=>{const u=Un(e);h.some(({attributeName:d})=>{const g=d.replace("data-","");return(g===n?r:[ne(g),ne(d)]).some(C=>!R(u[C])&&u[C]!==i[C])})&&t.$reset()});l.observe(s,{attributes:!0,attributeFilter:a}),qn(t,l)}function Kt(t,e){var i;(i=t.$options[e])==null||i.forEach(n=>n.call(t))}function zi(t){t._connected||(Ws(t),Kt(t,"beforeConnect"),t._connected=!0,As(t),Cs(t),_s(t),Ns(t),js(t),Bs(t),Kt(t,"connected"),we(t))}function Wi(t){t._connected&&(Kt(t,"beforeDisconnect"),Is(t),Ts(t),Fs(t),Ms(t),Kt(t,"disconnected"),t._connected=!1)}let Us=0;function Vn(t,e={}){e.data=Gs(e,t.constructor.options),t.$options=ye(t.constructor.options,e,t),t.$props={},t._uid=Us++,Vs(t),Ys(t),Ps(t),Kt(t,"created"),e.el&&t.$mount(e.el)}function Vs(t){const{data:e={}}=t.$options;for(const i in e)t.$props[i]=t[i]=e[i]}function Ys(t){const{methods:e}=t.$options;if(e)for(const i in e)t[i]=e[i].bind(t)}function Gs({data:t={}},{args:e=[],props:i={}}){L(t)&&(t=t.slice(0,e.length).reduce((n,o,s)=>(at(o)?Ee(n,o):n[e[s]]=o,n),{}));for(const n in t)R(t[n])?delete t[n]:i[n]&&(t[n]=Li(i[n],t[n]));return t}const et=function(t){Vn(this,t)};et.util=ks,et.options={},et.version="3.17.9-dev.73842811";const Xs="uk-",Ot="__uikit__",Zt={};function Yn(t,e){var i;const n=Xs+$t(t);if(!e)return at(Zt[n])&&(Zt[n]=et.extend(Zt[n])),Zt[n];t=ne(t),et[t]=(s,r)=>xe(t,s,r);const o=at(e)?{...e}:e.options;return o.id=n,o.name=t,(i=o.install)==null||i.call(o,et,o,t),et._initialized&&!o.functional&&requestAnimationFrame(()=>xe(t,`[${n}],[data-${n}]`)),Zt[n]=o}function xe(t,e,i,...n){const o=Yn(t);return o.options.functional?new o({data:at(e)?e:[e,i,...n]}):e?I(e).map(s)[0]:s();function s(r){const a=Ye(r,t);if(a)if(i)a.$destroy();else return a;return new o({el:r,data:i})}}function Pt(t){return(t==null?void 0:t[Ot])||{}}function Ye(t,e){return Pt(t)[e]}function Js(t,e){t[Ot]||(t[Ot]={}),t[Ot][e.$options.name]=e}function Ks(t,e){var i;(i=t[Ot])==null||delete i[e.$options.name],ni(t[Ot])||delete t[Ot]}function Zs(t){Et&&window.MutationObserver&&(document.body?requestAnimationFrame(()=>Gn(t)):new MutationObserver((e,i)=>{document.body&&(Gn(t),i.disconnect())}).observe(document.documentElement,{childList:!0}))}function Gn(t){E(document,"uikit:init",t),document.body&&mt(document.body,Xn),new MutationObserver(e=>e.forEach(Qs)).observe(document,{subtree:!0,childList:!0}),new MutationObserver(e=>e.forEach(tr)).observe(document,{subtree:!0,attributes:!0}),t._initialized=!0}function Qs({addedNodes:t,removedNodes:e}){for(const i of t)mt(i,Xn);for(const i of e)mt(i,er)}function tr({target:t,attributeName:e}){var i;const n=Jn(e);if(n){if(ht(t,e)){xe(n,t);return}(i=Ye(t,n))==null||i.$destroy()}}function Xn(t){const e=Pt(t);for(const i in Pt(t))zi(e[i]);for(const i of t.getAttributeNames()){const n=Jn(i);n&&xe(n,t)}}function er(t){const e=Pt(t);for(const i in Pt(t))Wi(e[i])}function Jn(t){J(t,"data-")&&(t=t.slice(5));const e=Zt[t];return e&&(at(e)?e:e.options).name}function ir(t){t.component=Yn,t.getComponents=Pt,t.getComponent=Ye,t.update=Kn,t.use=function(i){if(!i.installed)return i.call(null,this),i.installed=!0,this},t.mixin=function(i,n){n=(k(n)?this.component(n):n)||this,n.options=ye(n.options,i)},t.extend=function(i){i||(i={});const n=this,o=function(r){Vn(this,r)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.options=ye(n.options,i),o.super=n,o.extend=n.extend,o};let e;Object.defineProperty(t,"container",{get(){return e||document.body},set(i){e=y(i)}})}function Kn(t,e){t=t?_(t):document.body;for(const i of Wt(t).reverse())Zn(i,e);mt(t,i=>Zn(i,e))}function Zn(t,e){const i=Pt(t);for(const n in i)we(i[n],e)}function nr(t){t.prototype.$mount=function(e){const i=this;Js(e,i),i.$options.el=e,B(e,document)&&zi(i)},t.prototype.$destroy=function(e=!1){const i=this,{el:n}=i.$options;n&&Wi(i),Kt(i,"destroy"),Ks(n,i),e&&Ct(i.$el)},t.prototype.$create=xe,t.prototype.$emit=function(e){we(this,e)},t.prototype.$update=function(e=this.$el,i){Kn(e,i)},t.prototype.$reset=function(){Wi(this),zi(this)},t.prototype.$getComponent=Ye,Object.defineProperties(t.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(t,"container")})}const Qn=[];function ke(t,e=t.$el,i=""){if(e.id)return e.id;let n=`${t.$options.id}-${t._uid}${i}`;return f(Qn,n)&&(n=ke(t,e,`${i}-2`)),Qn.push(n),n}ir(et),nr(et);function vt(t){return Ce(ve,t,"resize")}function Qt(t){return Ce(bn,t)}function qi(t){return Ce(wn,t)}function Ge(t={}){return Qt({handler:function(e,i){const{targets:n=this.$el,preload:o=5}=t;for(const s of m(q(n)?n(this):n))I('[loading="lazy"]',s).slice(0,o-1).forEach(r=>le(r,"loading"));for(const s of e.filter(({isIntersecting:r})=>r).map(({target:r})=>r))i.unobserve(s)},...t})}function to(t){return Ce((e,i)=>Pi(i),t)}function Ri(t){return Ce((e,i)=>({disconnect:P(sr(e),"scroll",i,{passive:!0})}),t,"scroll")}function eo(t){return{observe(e,i){return{observe:ct,unobserve:ct,disconnect:P(e,Gt,i,{passive:!0})}},handler(e){if(!Rt(e))return;const i=Ne(e),n="tagName"in e.target?e.target:T(e.target);F(document,`${Xt} ${Re} scroll`,o=>{const{x:s,y:r}=Ne(o);(o.type!=="scroll"&&n&&s&&Math.abs(i.x-s)>100||r&&Math.abs(i.y-r)>100)&&setTimeout(()=>{E(n,"swipe"),E(n,`swipe${or(i.x,i.y,s,r)}`)})})},...t}}function Ce(t,e,i){return{observe:t,handler(){we(this,i)},...e}}function or(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}function sr(t){return m(t).map(e=>{const{ownerDocument:i}=e,n=ft(e,!0);return n===i.scrollingElement?i:n})}var st={connected(){w(this.$el,this.$options.id)}},te={props:{cls:Boolean,animation:"list",duration:Number,velocity:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,velocity:.2,origin:!1,transition:"ease",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave"},computed:{hasAnimation:({animation:t})=>!!t[0],hasTransition:({animation:t})=>["slide","reveal"].some(e=>J(t[0],e))},methods:{async toggleElement(t,e,i){try{return await Promise.all(m(t).map(n=>{const o=Ft(e)?e:!this.isToggled(n);if(!E(n,`before${o?"show":"hide"}`,[this]))return Promise.reject();const s=(q(i)?i:i===!1||!this.hasAnimation?rr:this.hasTransition?ar:lr)(n,o,this),r=o?this.clsEnter:this.clsLeave;w(n,r),E(n,o?"show":"hide",[this]);const a=()=>{A(n,r),E(n,o?"shown":"hidden",[this])};return s?s.then(a,()=>(A(n,r),Promise.reject())):a()})),!0}catch{return!1}},isToggled(t=this.$el){return t=_(t),b(t,this.clsEnter)?!0:b(t,this.clsLeave)?!1:this.cls?b(t,this.cls.split(" ")[0]):j(t)},_toggle(t,e){if(!t)return;e=!!e;let i;this.cls?(i=f(this.cls," ")||e!==b(t,this.cls),i&&Y(t,this.cls,f(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),I("[autofocus]",t).some(n=>j(n)?n.focus()||!0:n.blur()),i&&E(t,"toggled",[e,this])}}};function rr(t,e,{_toggle:i}){return gt.cancel(t),Z.cancel(t),i(t,e)}async function ar(t,e,{animation:i,duration:n,velocity:o,transition:s,_toggle:r}){var a;const[l="reveal",h="top"]=((a=i[0])==null?void 0:a.split("-"))||[],u=[["left","right"],["top","bottom"]],d=u[f(u[0],h)?0:1],g=d[1]===h,S=["width","height"][u.indexOf(d)],x=`margin-${d[0]}`,M=`margin-${h}`;let Dt=G(t)[S];const Qe=Z.inProgress(t);await Z.cancel(t),e&&r(t,!0);const bt=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",x,M].map(Ao=>[Ao,t.style[Ao]])),wt=G(t),Qi=$(c(t,x)),Bo=$(c(t,M)),At=wt[S]+Bo;!Qe&&!e&&(Dt+=Bo);const[ti]=Si(t,"<div>");c(ti,{boxSizing:"border-box",height:wt.height,width:wt.width,...c(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",M])}),c(t,{padding:0,border:0,minWidth:0,minHeight:0,[M]:0,width:wt.width,height:wt.height,overflow:"hidden",[S]:Dt});const Mo=Dt/At;n=(o*At+n)*(e?1-Mo:Mo);const Do={[S]:e?At:0};g&&(c(t,x,At-Dt+Qi),Do[x]=e?Qi:At+Qi),!g^l==="reveal"&&(c(ti,x,-At+Dt),Z.start(ti,{[x]:e?0:-At},n,s));try{await Z.start(t,Do,n,s)}finally{c(t,bt),de(ti.firstChild),e||r(t,!1)}}function lr(t,e,i){const{animation:n,duration:o,_toggle:s}=i;return e?(s(t,!0),gt.in(t,n[0],o,i.origin)):gt.out(t,n[1]||n[0],o,i.origin).then(()=>s(t,!1))}const D={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};var io={mixins:[st,te],props:{animation:Boolean,targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,offset:Number},data:{targets:"> *",active:!1,animation:!0,collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",offset:0},computed:{items:({targets:t},e)=>I(t,e),toggles({toggle:t}){return this.items.map(e=>y(t,e))},contents({content:t}){return this.items.map(e=>{var i;return((i=e._wrapper)==null?void 0:i.firstElementChild)||y(t,e)})}},watch:{items(t,e){if(e||b(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},toggles(){this.$emit()},contents(t){for(const e of t){const i=b(this.items.find(n=>B(e,n)),this.clsOpen);Xe(e,!i)}this.$emit()}},observe:Ge(),events:[{name:"click keydown",delegate(){return`${this.targets} ${this.$props.toggle}`},async handler(t){var e;t.type==="keydown"&&t.keyCode!==D.SPACE||(t.preventDefault(),(e=this._off)==null||e.call(this),this._off=hr(t.target),await this.toggle(di(this.toggles,t.current)),this._off())}},{name:"shown hidden",self:!0,delegate(){return this.targets},handler(){this.$emit()}}],update(){const t=ce(this.items,`.${this.clsOpen}`);for(const e in this.items){const i=this.toggles[e],n=this.contents[e];if(!i||!n)continue;i.id=ke(this,i,`-title-${e}`),n.id=ke(this,n,`-content-${e}`);const o=f(t,this.items[e]);p(i,{role:z(i,"a")?"button":null,"aria-controls":n.id,"aria-expanded":o,"aria-disabled":!this.collapsible&&t.length<2&&o}),p(n,{role:"region","aria-labelledby":i.id}),z(n,"ul")&&p(ut(n),"role","presentation")}},methods:{toggle(t,e){t=this.items[pt(t,this.items)];let i=[t];const n=ce(this.items,`.${this.clsOpen}`);if(!this.multiple&&!f(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&f(n,t)))return Promise.all(i.map(o=>this.toggleElement(o,!f(n,o),(s,r)=>{if(Y(s,this.clsOpen,r),e===!1||!this.animation){Xe(y(this.content,s),!r);return}return cr(s,r,this)})))}}};function Xe(t,e){t&&(t.hidden=e)}async function cr(t,e,{content:i,duration:n,velocity:o,transition:s}){var r;i=((r=t._wrapper)==null?void 0:r.firstElementChild)||y(i,t),t._wrapper||(t._wrapper=We(i,"<div>"));const a=t._wrapper;c(a,"overflow","hidden");const l=$(c(a,"height"));await Z.cancel(a),Xe(i,!1);const h=ae(["marginTop","marginBottom"],d=>c(i,d))+G(i).height,u=l/h;n=(o*h+n)*(e?1-u:u),c(a,"height",l),await Z.start(a,{height:e?h:0},n,s),de(i),delete t._wrapper,e||Xe(i,!0)}function hr(t){const e=ft(t,!0);let i;return function n(){i=requestAnimationFrame(()=>{const{top:o}=t.getBoundingClientRect();o<0&&(e.scrollTop+=o),n()})}(),()=>requestAnimationFrame(()=>cancelAnimationFrame(i))}var ur={mixins:[st,te],args:"animation",props:{animation:Boolean,close:String},data:{animation:!0,selClose:".uk-alert-close",duration:150},events:{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.close()}},methods:{async close(){await this.toggleElement(this.$el,!1,fr),this.$destroy(!0)}}};function fr(t,e,{duration:i,transition:n,velocity:o}){const s=$(c(t,"height"));return c(t,"height",s),Z.start(t,{height:0,marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTop:0,borderBottom:0,opacity:0},o*s+i,n)}var no={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},connected(){this.autoplay==="inview"&&!ht(this.$el,"preload")&&(this.$el.preload="none"),z(this.$el,"iframe")&&!ht(this.$el,"allow")&&(this.$el.allow="autoplay"),this.automute&&kn(this.$el)},observe:[Qt({filter:({$el:t,autoplay:e})=>e&&Cn(t),handler([{isIntersecting:t}]){t?yn(this.$el):xn(this.$el)},args:{intersecting:!1},options:({$el:t,autoplay:e})=>({root:e==="inview"?null:T(t)})})]},dr={mixins:[no],props:{width:Number,height:Number},data:{automute:!0},events:{"load loadedmetadata"(){this.$emit("resize")}},observe:vt({target:({$el:t})=>[oo(t)||T(t)],filter:({$el:t})=>!so(t)}),update:{read(){if(so(this.$el))return;const{ratio:t,cover:e}=ci,{$el:i,width:n,height:o}=this;let s={width:n,height:o};if(!n||!o){const h={width:i.naturalWidth||i.videoWidth||i.clientWidth,height:i.naturalHeight||i.videoHeight||i.clientHeight};n?s=t(h,"width",n):o?s=t(h,"height",o):s=h}const{offsetHeight:r,offsetWidth:a}=oo(i)||T(i),l=e(s,{width:a+(a%2?1:0),height:r+(r%2?1:0)});return!l.width||!l.height?!1:l},write({height:t,width:e}){c(this.$el,{height:t,width:e})},events:["resize"]}};function oo(t){for(;t=T(t);)if(c(t,"position")!=="static")return t}function so(t){return z(t,"img","video")}var ji={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&y(t)}}};let Ui;function ro(t){const e=P(t,"touchmove",n=>{if(n.targetTouches.length!==1||O(n.target,'input[type="range"'))return;let{scrollHeight:o,clientHeight:s}=ft(n.target);s>=o&&n.cancelable&&n.preventDefault()},{passive:!1});if(Ui)return e;Ui=!0;const{scrollingElement:i}=document;return c(i,{overflowY:CSS.supports("overflow","clip")?"clip":"hidden",touchAction:"none",paddingRight:pe(window)-i.clientWidth||""}),()=>{Ui=!1,e(),c(i,{overflowY:"",touchAction:"",paddingRight:""})}}var pr={props:{pos:String,offset:null,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${_t?"right":"left"}`,offset:!1,flip:!0,shift:!0,inset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),[this.dir,this.align]=this.pos,this.axis=f(["top","bottom"],this.dir)?"y":"x"},methods:{positionAt(t,e,i){let n=[this.getPositionOffset(t),this.getShiftOffset(t)];const o=[this.flip&&"flip",this.shift&&"shift"],s={element:[this.inset?this.dir:gn(this.dir),this.align],target:[this.dir,this.align]};if(this.axis==="y"){for(const l in s)s[l].reverse();n.reverse(),o.reverse()}const r=gr(t),a=G(t);c(t,{top:-a.height,left:-a.width}),Bn(t,e,{attach:s,offset:n,boundary:i,placement:o,viewportOffset:this.getViewportOffset(t)}),r()},getPositionOffset(t){return Q(this.offset===!1?c(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(f(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t){return this.align==="center"?0:Q(c(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(f(["left","top"],this.align)?1:-1)},getViewportOffset(t){return Q(c(t,"--uk-position-viewport-offset"))}}};function gr(t){const e=ft(t),{scrollTop:i}=e;return()=>{i!==e.scrollTop&&(e.scrollTop=i)}}let H;var ao={mixins:[ji,pr,te],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryX:Boolean,boundaryY:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,stretch:Boolean,delayShow:Number,delayHide:Number,autoUpdate:Boolean,clsDrop:String,animateOut:Boolean,bgScroll:Boolean,closeOnScroll:Boolean},data:{mode:["click","hover"],toggle:"- *",boundary:!1,boundaryX:!1,boundaryY:!1,target:!1,targetX:!1,targetY:!1,stretch:!1,delayShow:0,delayHide:800,autoUpdate:!0,clsDrop:!1,animateOut:!1,bgScroll:!0,animation:["uk-animation-fade"],cls:"uk-open",container:!1,closeOnScroll:!1},computed:{boundary({boundary:t,boundaryX:e,boundaryY:i},n){return[K(e||t,n)||window,K(i||t,n)||window]},target({target:t,targetX:e,targetY:i},n){return e||(e=t||this.targetEl),i||(i=t||this.targetEl),[e===!0?window:K(e,n),i===!0?window:K(i,n)]}},created(){this.tracker=new Oi},beforeConnect(){this.clsDrop=this.$props.clsDrop||`uk-${this.$options.name}`},connected(){w(this.$el,"uk-drop",this.clsDrop),this.toggle&&!this.targetEl&&(this.targetEl=br(this)),this._style=ri(this.$el.style,["width","height"])},disconnected(){this.isActive()&&(this.hide(!1),H=null),c(this.$el,this._style)},observe:Ge({target:({toggle:t,$el:e})=>K(t,e),targets:({$el:t})=>t}),events:[{name:"click",delegate(){return".uk-drop-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate(){return'a[href*="#"]'},handler({defaultPrevented:t,current:e}){const{hash:i}=e;!t&&i&&qt(e)&&!B(i,this.$el)&&this.hide(!1)}},{name:"beforescroll",handler(){this.hide(!1)}},{name:"toggle",self:!0,handler(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e==null?void 0:e.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e==null?void 0:e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),O(this.$el,":focus,:hover")||this.hide()}},{name:`${qe} focusin`,filter(){return f(this.mode,"hover")},handler(t){Rt(t)||this.clearTimers()}},{name:`${Ti} focusout`,filter(){return f(this.mode,"hover")},handler(t){!Rt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){H=this,this.tracker.init(),p(this.targetEl,"aria-expanded",!0);const t=[wr(this),$r(this),xr(this),this.autoUpdate&&lo(this),this.closeOnScroll&&yr(this),!this.bgScroll&&ro(this.$el)];F(this.$el,"hide",()=>t.forEach(e=>e&&e()),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler({target:t}){if(this.$el!==t){H=H===null&&B(t,this.$el)&&this.isToggled()?this:H;return}H=this.isActive()?null:H,this.tracker.cancel(),p(this.targetEl,"aria-expanded",null)}}],update:{write(){this.isToggled()&&!b(this.$el,this.clsEnter)&&this.position()}},methods:{show(t=this.targetEl,e=!0){if(this.isToggled()&&t&&this.targetEl&&t!==this.targetEl&&this.hide(!1,!1),this.targetEl=t,this.clearTimers(),!this.isActive()){if(H){if(e&&H.isDelaying){this.showTimer=setTimeout(()=>O(t,":hover")&&this.show(),10);return}let i;for(;H&&i!==H&&!B(this.$el,H.$el);)i=H,H.hide(!1,!1)}this.container&&T(this.$el)!==this.container&&it(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t=!0,e=!0){const i=()=>this.toggleElement(this.$el,!1,this.animateOut&&e);this.clearTimers(),this.isDelayedHide=t,this.isDelaying=mr(this.$el).some(n=>this.tracker.movesTo(n)),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(i,this.delayHide):i()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive(){return H===this},position(){A(this.$el,"uk-drop-stack"),c(this.$el,this._style),this.$el.hidden=!0;const t=this.target.map(o=>vr(this.$el,o)),e=this.getViewportOffset(this.$el),i=[[0,["x","width","left","right"]],[1,["y","height","top","bottom"]]];for(const[o,[s,r]]of i)this.axis!==s&&f([s,!0],this.stretch)&&c(this.$el,{[r]:Math.min(v(this.boundary[o])[r],t[o][r]-2*e),[`overflow-${s}`]:"auto"});const n=t[0].width-2*e;this.$el.hidden=!1,c(this.$el,"maxWidth",""),this.$el.offsetWidth>n&&w(this.$el,"uk-drop-stack"),c(this.$el,"maxWidth",n),this.positionAt(this.$el,this.target,this.boundary);for(const[o,[s,r,a,l]]of i)if(this.axis===s&&f([s,!0],this.stretch)){const h=Math.abs(this.getPositionOffset(this.$el)),u=v(this.target[o]),d=v(this.$el);c(this.$el,{[r]:(u[a]>d[a]?u[this.inset?l:a]-Math.max(v(this.boundary[o])[a],t[o][a]+e):Math.min(v(this.boundary[o])[l],t[o][l]-e)-u[this.inset?a:l])-h,[`overflow-${s}`]:"auto"}),this.positionAt(this.$el,this.target,this.boundary)}}}};function mr(t){const e=[];return mt(t,i=>c(i,"position")!=="static"&&e.push(i)),e}function vr(t,e){return tt(Jt(e).find(i=>B(t,i)))}function br(t){const{$el:e}=t.$create("toggle",K(t.toggle,t.$el),{target:t.$el,mode:t.mode});return p(e,"aria-haspopup",!0),e}function wr(t){const e=()=>t.$emit(),i=[Pi(e),ve(Jt(t.$el).concat(t.target),e)];return()=>i.map(n=>n.disconnect())}function lo(t,e=()=>t.$emit()){return P([document,...Jt(t.$el)],"scroll",e,{passive:!0})}function $r(t){return P(document,"keydown",e=>{e.keyCode===D.ESC&&t.hide(!1)})}function yr(t){return lo(t,()=>t.hide(!1))}function xr(t){return P(document,Gt,({target:e})=>{B(e,t.$el)||F(document,`${Xt} ${Re} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===Xt&&e===o&&!(t.targetEl&&B(e,t.targetEl))&&t.hide(!1)},!0)})}var co={mixins:[st,ji],props:{align:String,clsDrop:String,boundary:Boolean,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number,mode:Boolean,offset:Boolean,stretch:Boolean,delayShow:Boolean,delayHide:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,animation:Boolean,animateOut:Boolean,closeOnScroll:Boolean},data:{align:_t?"right":"left",clsDrop:"uk-dropdown",clsDropbar:"uk-dropnav-dropbar",boundary:!0,dropbar:!1,dropbarAnchor:!1,duration:200,container:!1,selNavItem:"> li > a, > ul > li > a"},computed:{dropbarAnchor:({dropbarAnchor:t},e)=>K(t,e)||e,dropbar({dropbar:t}){return t?(t=this._dropbar||K(t,this.$el)||y(`+ .${this.clsDropbar}`,this.$el),t||(this._dropbar=y("<div></div>"))):null},dropbarOffset(){return 0},dropContainer(t,e){return this.container||e},dropdowns({clsDrop:t},e){var i;const n=I(`.${t}`,e);if(this.dropContainer!==e)for(const o of I(`.${t}`,this.dropContainer)){const s=(i=this.getDropdown(o))==null?void 0:i.targetEl;!f(n,o)&&s&&B(s,this.$el)&&n.push(o)}return n},items({selNavItem:t},e){return I(t,e)}},watch:{dropbar(t){w(t,"uk-dropbar","uk-dropbar-top",this.clsDropbar,`uk-${this.$options.name}-dropbar`)},dropdowns(){this.initializeDropdowns()}},connected(){this.initializeDropdowns()},disconnected(){Ct(this._dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.selNavItem},handler({current:t}){const e=this.getActive();e&&f(e.mode,"hover")&&e.targetEl&&!B(e.targetEl,t)&&!e.isDelaying&&e.hide(!1)}},{name:"keydown",self:!0,delegate(){return this.selNavItem},handler(t){var e;const{current:i,keyCode:n}=t,o=this.getActive();n===D.DOWN&&(o==null?void 0:o.targetEl)===i&&(t.preventDefault(),(e=y(Ae,o.$el))==null||e.focus()),ho(t,this.items,o)}},{name:"keydown",el(){return this.dropContainer},delegate(){return`.${this.clsDrop}`},handler(t){var e;const{current:i,keyCode:n}=t;if(!f(this.dropdowns,i))return;const o=this.getActive();let s=-1;if(n===D.HOME?s=0:n===D.END?s="last":n===D.UP?s="previous":n===D.DOWN?s="next":n===D.ESC&&((e=o.targetEl)==null||e.focus()),~s){t.preventDefault();const r=I(Ae,i);r[pt(s,r,Te(r,a=>O(a,":focus")))].focus()}ho(t,this.items,o)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&f(t.mode,"hover")&&!this.dropdowns.some(e=>O(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){this.isDropbarDrop(t)&&(this.dropbar.previousElementSibling!==this.dropbarAnchor&&Le(this.dropbarAnchor,this.dropbar),w(t,`${this.clsDrop}-dropbar`))}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){if(!this.isDropbarDrop(t))return;const e=this.getDropdown(t),i=()=>{const n=Wt(t,`.${this.clsDrop}`).concat(t).map(a=>v(a)),o=Math.min(...n.map(({top:a})=>a)),s=Math.max(...n.map(({bottom:a})=>a)),r=v(this.dropbar);c(this.dropbar,"top",this.dropbar.offsetTop-(r.top-o)-this.dropbarOffset),this.transitionTo(s-o+$(c(t,"marginBottom"))+this.dropbarOffset,t)};this._observer=ve([e.$el,...e.target],i),i()}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t){const e=this.getActive();O(this.dropbar,":hover")&&e.$el===t.target&&f(e.mode,"hover")&&e.isDelayedHide&&!this.items.some(i=>e.targetEl!==i&&O(i,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){var e;if(!this.isDropbarDrop(t))return;(e=this._observer)==null||e.disconnect();const i=this.getActive();(!i||i.$el===t)&&this.transitionTo(0)}}],methods:{getActive(){var t;return f(this.dropdowns,(t=H)==null?void 0:t.$el)&&H},async transitionTo(t,e){const{dropbar:i}=this,n=nt(i);e=n<t&&e,await Z.cancel([e,i]),c(e,"clipPath",`polygon(0 0,100% 0,100% ${n}px,0 ${n}px)`),nt(i,n),await Promise.all([Z.start(i,{height:t},this.duration),Z.start(e,{clipPath:`polygon(0 0,100% 0,100% ${t}px,0 ${t}px)`},this.duration).finally(()=>c(e,{clipPath:""}))]).catch(ct)},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")},isDropbarDrop(t){return this.getDropdown(t)&&b(t,this.clsDrop)},initializeDropdowns(){this.$create("drop",this.dropdowns.filter(t=>!this.getDropdown(t)),{...this.$props,flip:!1,shift:!0,pos:`bottom-${this.align}`,boundary:this.boundary===!0?this.$el:this.boundary})}}};function ho(t,e,i){var n,o,s;const{current:r,keyCode:a}=t;let l=-1;a===D.HOME?l=0:a===D.END?l="last":a===D.LEFT?l="previous":a===D.RIGHT?l="next":a===D.TAB&&((n=i.targetEl)==null||n.focus(),(o=i.hide)==null||o.call(i,!1)),~l&&(t.preventDefault(),(s=i.hide)==null||s.call(i,!1),e[pt(l,e,e.indexOf(i.targetEl||r))].focus())}var kr={mixins:[st],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:(t,e)=>y(De,e),state(){return this.input.nextElementSibling},target({target:t},e){return t&&(t===!0&&T(this.input)===e&&this.input.nextElementSibling||y(t,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const o=on(e)?"value":"textContent",s=e[o],r=(t=i.files)!=null&&t[0]?i.files[0].name:O(i,"select")&&(n=I("option",i).filter(a=>a.selected)[0])?n.textContent:i.value;s!==r&&(e[o]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el(){return W(this.$el,"form")},handler(){this.$emit()}}]},uo={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},observe:[qi({options:{childList:!0,attributes:!0,attributeFilter:["style"]}}),vt({target:({$el:t})=>[t,...ut(t)]})],update:{read(){return{rows:fo(It(this.$el.children))}},write({rows:t}){for(const e of t)for(const i of e)Y(i,this.margin,t[0]!==e),Y(i,this.firstColumn,e[_t?e.length-1:0]===i)},events:["resize"]}};function fo(t){const e=[[]],i=t.some((n,o)=>o&&t[o-1].offsetParent!==n.offsetParent);for(const n of t){if(!j(n))continue;const o=Vi(n,i);for(let s=e.length-1;s>=0;s--){const r=e[s];if(!r[0]){r.push(n);break}const a=Vi(r[0],i);if(o.top>=a.bottom-1&&o.top!==a.top){e.push([n]);break}if(o.bottom-1>a.top||o.top===a.top){let l=r.length-1;for(;l>=0;l--){const h=Vi(r[l],i);if(o.left>=h.left)break}r.splice(l+1,0,n);break}if(s===0){e.unshift([n]);break}}}return e}function Vi(t,e=!1){let{offsetTop:i,offsetLeft:n,offsetHeight:o,offsetWidth:s}=t;return e&&([i,n]=Tt(t)),{top:i,left:n,bottom:i+o,right:n+s}}var Cr={extends:uo,mixins:[st],name:"grid",props:{masonry:Boolean,parallax:String,parallaxStart:String,parallaxEnd:String,parallaxJustify:Boolean},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0,parallaxStart:0,parallaxEnd:0,parallaxJustify:!1},connected(){this.masonry&&w(this.$el,"uk-flex-top","uk-flex-wrap-top")},observe:Ri({filter:({parallax:t,parallaxJustify:e})=>t||e}),update:[{write({rows:t}){Y(this.$el,this.clsStack,!t.some(e=>e.length>1))},events:["resize"]},{read(t){const{rows:e}=t;let{masonry:i,parallax:n,parallaxJustify:o,margin:s}=this;if(n=Math.max(0,Q(n)),!(i||n||o)||po(e)||e[0].some((S,x)=>e.some(M=>M[x]&&M[x].offsetWidth!==S.offsetWidth)))return t.translates=t.scrollColumns=!1;let r=Tr(e,s),a,l;i?[a,l]=Sr(e,r,i==="next"):a=Er(e);const h=a.map(S=>ae(S,"offsetHeight")+r*(S.length-1)),u=Math.max(0,...h);let d,g,C;return(n||o)&&(d=h.map((S,x)=>o?u-S+n:n/(x%2||8)),o||(n=Math.max(...h.map((S,x)=>S+d[x]-u))),g=Q(this.parallaxStart,"height",this.$el,!0),C=Q(this.parallaxEnd,"height",this.$el,!0)),{columns:a,translates:l,scrollColumns:d,parallaxStart:g,parallaxEnd:C,padding:n,height:l?u:""}},write({height:t,padding:e}){c(this.$el,"paddingBottom",e||""),t!==!1&&c(this.$el,"height",t)},events:["resize"]},{read({rows:t,scrollColumns:e,parallaxStart:i,parallaxEnd:n}){return e&&po(t)?!1:{scrolled:e?On(this.$el,i,n):!1}},write({columns:t,scrolled:e,scrollColumns:i,translates:n}){!e&&!n||t.forEach((o,s)=>o.forEach((r,a)=>{let[l,h]=n&&n[s][a]||[0,0];e&&(h+=e*i[s]),c(r,"transform",`translate(${l}px, ${h}px)`)}))},events:["scroll","resize"]}]};function po(t){return t.flat().some(e=>c(e,"position")==="absolute")}function Sr(t,e,i){const n=[],o=[],s=Array(t[0].length).fill(0);let r=0;for(let a of t){_t&&(a=a.reverse());let l=0;for(const h in a){const{offsetWidth:u,offsetHeight:d}=a[h],g=i?h:s.indexOf(Math.min(...s));Yi(n,g,a[h]),Yi(o,g,[(g-h)*u*(_t?-1:1),s[g]-r]),s[g]+=d+e,l=Math.max(l,d)}r+=l+e}return[n,o]}function Tr(t,e){const i=t.flat().find(n=>b(n,e));return $(i?c(i,"marginTop"):c(t[0][0],"paddingLeft"))}function Er(t){const e=[];for(const i of t)for(const n in i)Yi(e,n,i[n]);return e}function Yi(t,e,i){t[e]||(t[e]=[]),t[e].push(i)}var _r={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:({target:t},e)=>I(t,e)},observe:vt({target:({$el:t,elements:e})=>e.reduce((i,n)=>i.concat(n,...n.children),[t])}),update:{read(){return{rows:(this.row?fo(this.elements):[this.elements]).map(Or)}},write({rows:t}){for(const{heights:e,elements:i}of t)i.forEach((n,o)=>c(n,"minHeight",e[o]))},events:["resize"]}};function Or(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(Pr);const i=Math.max(...e);return{heights:t.map((n,o)=>e[o].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function Pr(t){const e=ri(t.style,["display","minHeight"]);j(t)||c(t,"display","block","important"),c(t,"minHeight","");const i=G(t).height-ge(t,"height","content-box");return c(t,e),i}var Br={props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},observe:[to({filter:({expand:t})=>t}),vt({target:({$el:t})=>be(t)})],update:{read(){if(!j(this.$el))return!1;let t="";const e=ge(this.$el,"height","content-box"),{body:i,scrollingElement:n}=document,o=ft(this.$el),{height:s}=tt(o===i?n:o),r=n===o||i===o;if(t=`calc(${r?"100vh":`${s}px`}`,this.expand){const a=G(o).height-G(this.$el).height;t+=` - ${a}px`}else{if(this.offsetTop)if(r){const a=this.offsetTop===!0?this.$el:K(this.offsetTop,this.$el),l=Tt(a)[0]-Tt(o)[0];t+=l>0&&l<s/2?` - ${l}px`:""}else t+=` - ${c(o,"paddingTop")}`;this.offsetBottom===!0?t+=` - ${G(this.$el.nextElementSibling).height}px`:xt(this.offsetBottom)?t+=` - ${this.offsetBottom}vh`:this.offsetBottom&&oe(this.offsetBottom,"px")?t+=` - ${$(this.offsetBottom)}px`:k(this.offsetBottom)&&(t+=` - ${G(K(this.offsetBottom,this.$el)).height}px`)}return t+=`${e?` - ${e}px`:""})`,{minHeight:t}},write({minHeight:t}){c(this.$el,"minHeight",`max(${this.minHeight||0}px, ${t})`)},events:["resize"]}},Mr='<svg width="14" height="14" viewBox="0 0 14 14"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',Dr='<svg width="20" height="20" viewBox="0 0 20 20"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',Ar='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Ir='<svg width="20" height="20" viewBox="0 0 20 20"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',Nr='<svg width="14" height="14" viewBox="0 0 14 14"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 4 7 10 13 4"/></svg>',Fr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Hr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Lr='<svg width="20" height="20" viewBox="0 0 20 20"><style>.uk-navbar-toggle-animate svg>[class*="line-"]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle svg>.line-3{opacity:0}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-3{opacity:1}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-2{transform:rotate(45deg)}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-3{transform:rotate(-45deg)}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-1,.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-4{opacity:0}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-1{transform:translateY(6px) scaleX(0)}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-4{transform:translateY(-6px) scaleX(0)}</style><rect class="line-1" y="3" width="20" height="2"/><rect class="line-2" y="9" width="20" height="2"/><rect class="line-3" y="9" width="20" height="2"/><rect class="line-4" y="15" width="20" height="2"/></svg>',zr='<svg width="40" height="40" viewBox="0 0 40 40"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',Wr='<svg width="7" height="12" viewBox="0 0 7 12"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',qr='<svg width="7" height="12" viewBox="0 0 7 12"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',Rr='<svg width="20" height="20" viewBox="0 0 20 20"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',jr='<svg width="40" height="40" viewBox="0 0 40 40"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',Ur='<svg width="24" height="24" viewBox="0 0 24 24"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',Vr='<svg width="25" height="40" viewBox="0 0 25 40"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5"/></svg>',Yr='<svg width="14" height="24" viewBox="0 0 14 24"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1"/></svg>',Gr='<svg width="25" height="40" viewBox="0 0 25 40"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547"/></svg>',Xr='<svg width="14" height="24" viewBox="0 0 14 24"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23"/></svg>',Jr='<svg width="30" height="30" viewBox="0 0 30 30"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',Kr='<svg width="18" height="10" viewBox="0 0 18 10"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9"/></svg>',go={props:{i18n:Object},data:{i18n:null},methods:{t(t,...e){var i,n,o;let s=0;return((o=((i=this.i18n)==null?void 0:i[t])||((n=this.$options.i18n)==null?void 0:n[t]))==null?void 0:o.replace(/%s/g,()=>e[s++]||""))||""}}},mo={args:"src",props:{width:Number,height:Number,ratio:Number},data:{ratio:1},connected(){this.svg=this.getSvg().then(t=>{if(!this._connected)return;const e=Zr(t,this.$el);return this.svgEl&&e!==this.svgEl&&Ct(this.svgEl),Qr.call(this,e,t),this.svgEl=e},ct)},disconnected(){this.svg.then(t=>{this._connected||(ui(this.$el)&&(this.$el.hidden=!1),Ct(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){}}};function Zr(t,e){if(ui(e)||z(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return vo(t,n)?n:Le(e,t)}const i=e.lastElementChild;return vo(t,i)?i:it(e,t)}function vo(t,e){return z(t,"svg")&&z(e,"svg")&&t.innerHTML===e.innerHTML}function Qr(t,e){const i=["width","height"];let n=i.map(s=>this[s]);n.some(s=>s)||(n=i.map(s=>p(e,s)));const o=p(e,"viewBox");o&&!n.some(s=>s)&&(n=o.split(" ").slice(2)),n.forEach((s,r)=>p(t,i[r],$(s)*this.ratio||null))}const Je={spinner:Jr,totop:Kr,marker:Ir,"close-icon":Mr,"close-large":Dr,"drop-parent-icon":Ar,"nav-parent-icon":Fr,"nav-parent-icon-large":Nr,"navbar-parent-icon":Hr,"navbar-toggle-icon":Lr,"overlay-icon":zr,"pagination-next":Wr,"pagination-previous":qr,"search-icon":Rr,"search-large":jr,"search-navbar":Ur,"slidenav-next":Yr,"slidenav-next-large":Vr,"slidenav-previous":Xr,"slidenav-previous-large":Gr},Gi={install:ca,mixins:[mo],args:"icon",props:{icon:String},isIcon:!0,beforeConnect(){w(this.$el,"uk-icon")},methods:{async getSvg(){const t=ha(this.icon);if(!t)throw"Icon not found.";return t}}},Bt={args:!1,extends:Gi,data:t=>({icon:$t(t.constructor.options.name)}),beforeConnect(){w(this.$el,this.$options.id)}},ta={extends:Bt,beforeConnect(){const t=this.$props.icon;this.icon=W(this.$el,".uk-nav-primary")?`${t}-large`:t}},ea={extends:Bt,mixins:[go],i18n:{toggle:"Open Search",submit:"Submit Search"},beforeConnect(){if(this.icon=b(this.$el,"uk-search-icon")&&Wt(this.$el,".uk-search-large").length?"search-large":Wt(this.$el,".uk-search-navbar").length?"search-navbar":this.$props.icon,!ht(this.$el,"aria-label"))if(b(this.$el,"uk-search-toggle")||b(this.$el,"uk-navbar-toggle")){const t=this.t("toggle");p(this.$el,"aria-label",t)}else{const t=W(this.$el,"a,button");if(t){const e=this.t("submit");p(t,"aria-label",e)}}}},ia={extends:Bt,beforeConnect(){p(this.$el,"role","status")},methods:{async getSvg(){const t=await Gi.methods.getSvg.call(this);return this.ratio!==1&&c(y("circle",t),"strokeWidth",1/this.ratio),t}}},Mt={extends:Bt,mixins:[go],beforeConnect(){const t=W(this.$el,"a,button");p(t,"role",this.role!==null&&z(t,"a")?"button":this.role);const e=this.t("label");e&&!ht(t,"aria-label")&&p(t,"aria-label",e)}},bo={extends:Mt,beforeConnect(){w(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=b(this.$el,"uk-slidenav-large")?`${t}-large`:t}},na={extends:Mt,i18n:{label:"Open menu"}},oa={extends:Mt,i18n:{label:"Close"},beforeConnect(){this.icon=`close-${b(this.$el,"uk-close-large")?"large":"icon"}`}},sa={extends:Mt,i18n:{label:"Open"}},ra={extends:Mt,i18n:{label:"Back to top"}},aa={extends:Mt,i18n:{label:"Next page"},data:{role:null}},la={extends:Mt,i18n:{label:"Previous page"},data:{role:null}},Ke={};function ca(t){t.icon.add=(e,i)=>{const n=k(e)?{[e]:i}:e;Lt(n,(o,s)=>{Je[s]=o,delete Ke[s]}),t._initialized&&mt(document.body,o=>Lt(t.getComponents(o),s=>{s.$options.isIcon&&s.icon in n&&s.$reset()}))}}function ha(t){return Je[t]?(Ke[t]||(Ke[t]=y((Je[ua(t)]||Je[t]).trim())),Ke[t].cloneNode(!0)):null}function ua(t){return _t?si(si(t,"left","right"),"previous","next"):t}const fa=Et&&"loading"in HTMLImageElement.prototype;var da={args:"dataSrc",props:{dataSrc:String,sources:String,margin:String,target:String,loading:String},data:{dataSrc:"",sources:!1,margin:"50%",target:!1,loading:"lazy"},connected(){if(this.loading!=="lazy"){this.load();return}fa&&Ze(this.$el)&&(this.$el.loading="lazy",Xi(this.$el)),ba(this.$el)},disconnected(){this.img&&(this.img.onload=""),delete this.img},observe:Qt({target:({$el:t,$props:e})=>[t,...he(e.target,t)],handler(t,e){this.load(),e.disconnect()},options:({margin:t})=>({rootMargin:t}),filter:({loading:t})=>t==="lazy"}),methods:{load(){if(this.img)return this.img;const t=Ze(this.$el)?this.$el:ga(this.$el,this.dataSrc,this.sources);return le(t,"loading"),Xi(this.$el,t.currentSrc),this.img=t}}};function Xi(t,e){if(Ze(t)){const i=T(t);(z(i,"picture")?ut(i):[t]).forEach(o=>wo(o,o))}else e&&!f(t.style.backgroundImage,e)&&(c(t,"backgroundImage",`url(${mi(e)})`),E(t,Ie("load",!1)))}const pa=["data-src","data-srcset","sizes"];function wo(t,e){for(const i of pa){const n=zt(t,i);n&&p(e,i.replace(/^(data-)+/,""),n)}}function ga(t,e,i){const n=new Image;return ma(n,i),wo(t,n),n.onload=()=>{Xi(t,n.currentSrc)},p(n,"src",e),n}function ma(t,e){if(e=va(e),e.length){const i=jt("<picture>");for(const n of e){const o=jt("<source>");p(o,n),it(i,o)}it(i,t)}}function va(t){if(!t)return[];if(J(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=Hi(t);return L(t)||(t=[t]),t.filter(e=>!ni(e))}function ba(t){Ze(t)&&!ht(t,"src")&&p(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function Ze(t){return z(t,"img")}var Ji={props:{media:Boolean},data:{media:!1},connected(){const t=wa(this.media,this.$el);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,E(this.$el,Ie("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=P(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function wa(t,e){if(k(t)){if(J(t,"@"))t=$(c(e,`--uk-breakpoint-${t.substr(1)}`));else if(isNaN(t))return t}return t&&xt(t)?`(min-width: ${t}px)`:""}var $a={mixins:[st,Ji],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill:({fill:t},e)=>t||c(e,"--uk-leader-fill-content")},connected(){[this.wrapper]=Si(this.$el,`<span class="${this.clsWrapper}">`)},disconnected(){de(this.wrapper.childNodes)},observe:vt(),update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write({width:t,fill:e,hide:i}){Y(this.wrapper,this.clsHide,i),p(this.wrapper,this.attrFill,new Array(t).join(e))},events:["resize"]}};const U=[];var $o={mixins:[st,ji,te],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean,role:String},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1,role:"dialog"},computed:{panel:({selPanel:t},e)=>y(t,e),transitionElement(){return this.panel},bgClose({bgClose:t}){return t&&this.panel}},connected(){p(this.panel||this.$el,"role",this.role),this.overlay&&p(this.panel||this.$el,"aria-modal",!0)},beforeDisconnect(){f(U,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate(){return`${this.selClose},a[href*="#"]`},handler(t){const{current:e,defaultPrevented:i}=t,{hash:n}=e;!i&&n&&qt(e)&&!B(n,this.$el)&&y(n,document.body)?this.hide():O(e,this.selClose)&&(t.preventDefault(),this.hide())}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===f(U,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(f(U,this))return!1;!this.stack&&U.length?(Promise.all(U.map(e=>e.hide())).then(this.show),t.preventDefault()):U.push(this)}},{name:"show",self:!0,handler(){this.stack&&c(this.$el,"zIndex",$(c(this.$el,"zIndex"))+U.length);const t=[this.overlay&&xa(this),this.overlay&&ro(this.$el),this.bgClose&&ka(this),this.escClose&&Ca(this)];F(this.$el,"hidden",()=>t.forEach(e=>e&&e()),{self:!0}),w(document.documentElement,this.clsPage)}},{name:"shown",self:!0,handler(){fi(this.$el)||p(this.$el,"tabindex","-1"),O(this.$el,":focus-within")||this.$el.focus()}},{name:"hidden",self:!0,handler(){f(U,this)&&U.splice(U.indexOf(this),1),c(this.$el,"zIndex",""),U.some(t=>t.clsPage===this.clsPage)||A(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&T(this.$el)!==this.container?(it(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,yo)},hide(){return this.toggleElement(this.$el,!1,yo)}}};function yo(t,e,{transitionElement:i,_toggle:n}){return new Promise((o,s)=>F(t,"show hide",()=>{var r;(r=t._reject)==null||r.call(t),t._reject=s,n(t,e);const a=F(i,"transitionstart",()=>{F(i,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},ya(c(i,"transitionDuration")))})).then(()=>delete t._reject)}function ya(t){return t?oe(t,"ms")?$(t):$(t)*1e3:0}function xa(t){return P(document,"focusin",e=>{re(U)===t&&!B(e.target,t.$el)&&t.$el.focus()})}function ka(t){return P(document,Gt,({target:e})=>{re(U)!==t||t.overlay&&!B(e,t.$el)||B(e,t.panel)||F(document,`${Xt} ${Re} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===Xt&&e===o&&t.hide()},!0)})}function Ca(t){return P(document,"keydown",e=>{e.keyCode===27&&re(U)===t&&t.hide()})}var Sa={install:Ta,mixins:[$o],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler(){b(this.panel,"uk-margin-auto-vertical")?w(this.$el,"uk-flex"):c(this.$el,"display","block"),nt(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),A(this.$el,"uk-flex")}}]};function Ta({modal:t}){t.dialog=function(i,n){const o=t(`<div class="uk-modal"> <div class="uk-modal-dialog">${i}</div> </div>`,{stack:!0,role:"alertdialog",...n});return o.show(),P(o.$el,"hidden",async()=>{await Promise.resolve(),o.$destroy(!0)},{self:!0}),o},t.alert=function(i,n){return e(({i18n:o})=>`<div class="uk-modal-body">${k(i)?i:He(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>${o.ok}</button> </div>`,n)},t.confirm=function(i,n){return e(({i18n:o})=>`<form> <div class="uk-modal-body">${k(i)?i:He(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${o.cancel}</button> <button class="uk-button uk-button-primary" autofocus>${o.ok}</button> </div> </form>`,n,()=>Promise.reject())},t.prompt=function(i,n,o){const s=e(({i18n:l})=>`<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>${k(i)?i:He(i)}</label> <input class="uk-input" value="${n||""}" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${l.cancel}</button> <button class="uk-button uk-button-primary">${l.ok}</button> </div> </form>`,o,()=>null,()=>a.value),{$el:r}=s.dialog,a=y("input",r);return P(r,"show",()=>a.select()),s},t.i18n={ok:"Ok",cancel:"Cancel"};function e(i,n,o=ct,s=ct){n={bgClose:!1,escClose:!0,...n,i18n:{...t.i18n,...n==null?void 0:n.i18n}};const r=t.dialog(i(n),n);return Ee(new Promise(a=>{const l=P(r.$el,"hide",()=>a(o()));P(r.$el,"submit","form",h=>{h.preventDefault(),a(s(r)),l(),r.hide()})}),{dialog:r})}}var Ea={extends:io,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},_a={extends:co,props:{dropbarTransparentMode:Boolean},data:{clsDrop:"uk-navbar-dropdown",selNavItem:".uk-navbar-nav > li > a,a.uk-navbar-item,button.uk-navbar-item,.uk-navbar-item a,.uk-navbar-item button,.uk-navbar-toggle",selTransparentTarget:'[class*="uk-section"]',dropbarTransparentMode:!1},computed:{navbarContainer:(t,e)=>W(e,".uk-navbar-container"),dropbarOffset:({dropbarTransparentMode:t},e)=>t==="behind"?e.offsetHeight:0},watch:{items(){const t=b(this.$el,"uk-navbar-justify");for(const e of I(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el))c(e,"flexGrow",t?I(".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",e).length:"")}},disconnect(){var t;(t=this._colorListener)==null||t.call(this)},observe:[qi({target:({navbarContainer:t})=>t,handler:"registerColorListener",options:{attributes:!0,attributeFilter:["class"],attributeOldValue:!0}}),Qt({handler(t){this._isIntersecting=t[0].isIntersecting,this.registerColorListener()},args:{intersecting:!1}})],events:[{name:"show",el(){return this.dropContainer},handler({target:t}){const e=this.getTransparentMode(t);if(!e||this._mode)return;const i=()=>this._mode=Oa(this.navbarContainer,"uk-light","uk-dark");if(e==="behind"){const n=xo(this.$el);n&&(i(),w(this.navbarContainer,`uk-${n}`))}e==="remove"&&(i(),A(this.navbarContainer,"uk-navbar-transparent"))}},{name:"hide",el(){return this.dropContainer},async handler({target:t}){const e=this.getTransparentMode(t);if(!(!e||!this._mode)&&(await Pa(),!this.getActive())){if(e==="behind"){const i=xo(this.$el);i&&A(this.navbarContainer,`uk-${i}`)}w(this.navbarContainer,this._mode),e==="remove"&&w(this.navbarContainer,"uk-navbar-transparent"),this._mode=null}}}],methods:{getTransparentMode(t){if(!this.navbarContainer)return;if(this.dropbar&&this.isDropbarDrop(t))return this.dropbarTransparentMode;const e=this.getDropdown(t);if(!(!e||!b(t,"uk-dropbar")))return e.inset?"behind":"remove"},registerColorListener(){const t=this._isIntersecting&&b(this.navbarContainer,"uk-navbar-transparent")&&!Ma(this.navbarContainer)&&!I(".uk-drop",this.dropContainer).map(this.getDropdown).some(e=>e.isToggled()&&(e.inset||this.getTransparentMode(e.$el)==="behind"));if(this._colorListener){t||(this._colorListener(),this._colorListener=null);return}t&&(this._colorListener=Ba(this.navbarContainer,()=>{const{left:e,top:i,height:n}=v(this.navbarContainer),o={x:e,y:Math.max(0,i)+n/2},s=I(this.selTransparentTarget).find(a=>Be(o,v(a))),r=c(s,"--uk-navbar-color");r&&Me(this.navbarContainer,"uk-light,uk-dark",`uk-${r}`)}))}}};function Oa(t,...e){for(const i of e)if(b(t,i))return A(t,i),i}async function Pa(){return new Promise(t=>setTimeout(t))}function xo(t){return c(t,"--uk-navbar-dropbar-behind-color")}function Ba(t,e){const i=ft(t,!0),n=i===document.documentElement?document:i,o=P(n,"scroll",e,{passive:!0}),s=ve([t,i],e);return()=>{o(),s.disconnect()}}function Ma(t){do if(c(t,"mixBlendMode")!=="normal")return!0;while(t=T(t))}var Da={mixins:[$o],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean,swiping:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"uk-offcanvas-page",clsContainer:"uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"uk-offcanvas-flip",clsContainerAnimation:"uk-offcanvas-container-animation",clsSidebarAnimation:"uk-offcanvas-bar-animation",clsMode:"uk-offcanvas",clsOverlay:"uk-offcanvas-overlay",selClose:".uk-offcanvas-close",container:!1,swiping:!0},computed:{clsFlip:({flip:t,clsFlip:e})=>t?e:"",clsOverlay:({overlay:t,clsOverlay:e})=>t?e:"",clsMode:({mode:t,clsMode:e})=>`${e}-${t}`,clsSidebarAnimation:({mode:t,clsSidebarAnimation:e})=>t==="none"||t==="reveal"?"":e,clsContainerAnimation:({mode:t,clsContainerAnimation:e})=>t!=="push"&&t!=="reveal"?"":e,transitionElement({mode:t}){return t==="reveal"?T(this.panel):this.panel}},observe:eo({filter:({swiping:t})=>t}),update:{read(){this.isToggled()&&!j(this.$el)&&this.hide()},events:["resize"]},events:[{name:"touchmove",self:!0,passive:!1,filter(){return this.overlay},handler(t){t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!b(T(this.panel),this.clsMode)&&(We(this.panel,"<div>"),w(T(this.panel),this.clsMode));const{body:t,scrollingElement:e}=document;w(t,this.clsContainer,this.clsFlip),c(t,"touch-action","pan-y pinch-zoom"),c(this.$el,"display","block"),c(this.panel,"maxWidth",e.clientWidth),w(this.$el,this.clsOverlay),w(this.panel,this.clsSidebarAnimation,this.mode==="reveal"?"":this.clsMode),nt(t),w(t,this.clsContainerAnimation),this.clsContainerAnimation&&Aa()}},{name:"hide",self:!0,handler(){A(document.body,this.clsContainerAnimation),c(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Ia(),this.mode==="reveal"&&de(this.panel),A(this.panel,this.clsSidebarAnimation,this.clsMode),A(this.$el,this.clsOverlay),c(this.$el,"display",""),c(this.panel,"maxWidth",""),A(document.body,this.clsContainer,this.clsFlip)}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&oe(t.type,"Left")^this.flip&&this.hide()}}]};function Aa(){ko().content+=",user-scalable=0"}function Ia(){const t=ko();t.content=t.content.replace(/,user-scalable=0$/,"")}function ko(){return y('meta[name="viewport"]',document.head)||it(document.head,'<meta name="viewport">')}var Na={mixins:[st],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container:({selContainer:t},e)=>W(e,t),content:({selContent:t},e)=>W(e,t)},observe:vt({target:({container:t,content:e})=>[t,e]}),update:{read(){return!this.content||!this.container||!j(this.$el)?!1:{max:Math.max(this.minHeight,nt(this.container)-(G(this.content).height-nt(this.$el)))}},write({max:t}){c(this.$el,{minHeight:this.minHeight,maxHeight:t})},events:["resize"]}},Fa={props:["width","height"],connected(){w(this.$el,"uk-responsive-width")},observe:vt({target:({$el:t})=>[t,T(t)]}),update:{read(){return j(this.$el)&&this.width&&this.height?{width:pe(T(this.$el)),height:this.height}:!1},write(t){nt(this.$el,ci.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},Ha={props:{offset:Number},data:{offset:0},connected(){La(this)},disconnected(){za(this)},methods:{async scrollTo(t){t=t&&y(t)||document.body,E(this.$el,"beforescroll",[this,t])&&(await _n(t,{offset:this.offset}),E(this.$el,"scrolled",[this,t]))}}};const Se=new Set;function La(t){Se.size||P(document,"click",Co),Se.add(t)}function za(t){Se.delete(t),Se.size||vi(document,"click",Co)}function Co(t){if(!t.defaultPrevented)for(const e of Se)B(t.target,e.$el)&&qt(e.$el)&&(t.preventDefault(),window.location.href!==e.$el.href&&window.history.pushState({},"",e.$el.href),e.scrollTo(pi(e.$el)))}var Wa={args:"cls",props:{cls:String,target:String,hidden:Boolean,margin:String,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,margin:"-1px",repeat:!1,delay:0,inViewClass:"uk-scrollspy-inview"}),computed:{elements:({target:t},e)=>t?I(t,e):[e]},watch:{elements(t){this.hidden&&c(ce(t,`:not(.${this.inViewClass})`),"opacity",0)}},connected(){this.elementData=new Map},disconnected(){for(const[t,e]of this.elementData.entries())A(t,this.inViewClass,(e==null?void 0:e.cls)||"");delete this.elementData},observe:Qt({target:({elements:t})=>t,handler(t){const e=this.elementData;for(const{target:i,isIntersecting:n}of t){e.has(i)||e.set(i,{cls:zt(i,"uk-scrollspy-class")||this.cls});const o=e.get(i);!this.repeat&&o.show||(o.show=n)}this.$emit()},options:({margin:t})=>({rootMargin:t}),args:{intersecting:!1}}),update:[{write(t){for(const[e,i]of this.elementData.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(n=>setTimeout(n,this.delay))).then(()=>{this.toggle(e,!0),setTimeout(()=>{i.queued=!1,this.$emit()},300)})):!i.show&&i.inview&&!i.queued&&this.repeat&&this.toggle(e,!1)}}],methods:{toggle(t,e){var i;const n=this.elementData.get(t);if(n){if((i=n.off)==null||i.call(n),c(t,"opacity",!e&&this.hidden?0:""),Y(t,this.inViewClass,e),Y(t,n.cls),/\buk-animation-/.test(n.cls)){const o=()=>hi(t,"uk-animation-[\\w-]+");e?n.off=F(t,"animationcancel animationend",o):o()}E(t,e?"inview":"outview"),n.inview=e,this.$update(t)}}}},qa={props:{cls:String,closest:Boolean,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links:(t,e)=>I('a[href*="#"]',e).filter(i=>i.hash&&qt(i)),elements({closest:t}){return this.links.map(e=>W(e,t||"*"))}},watch:{links(t){this.scroll&&this.$create("scroll",t,{offset:this.offset})}},observe:[Qt(),Ri()],update:[{read(){const t=this.links.map(pi).filter(Boolean),{length:e}=t;if(!e||!j(this.$el))return!1;const i=ft(t,!0),{scrollTop:n,scrollHeight:o}=i,s=tt(i),r=o-s.height;let a=!1;if(n===r)a=e-1;else{for(let l=0;l<t.length;l++){const h=Di(t[l]),u=this.offset+(h?v(h).height:0);if(v(t[l]).top-s.top-u>0)break;a=+l}a===!1&&this.overflow&&(a=0)}return{active:a}},write({active:t}){const e=t!==!1&&!b(this.elements[t],this.cls);this.links.forEach(i=>i.blur());for(let i=0;i<this.elements.length;i++)Y(this.elements[i],this.cls,+i===t);e&&E(this.$el,"active",[t,this.elements[t]])},events:["scroll","resize"]}]},Ra={mixins:[st,Ji],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,overflowFlip:Boolean,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:!1,bottom:!1,start:!1,end:!1,offset:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{selTarget:({selTarget:t},e)=>t&&y(t,e)||e},connected(){this.start=So(this.start||this.top),this.end=So(this.end||this.bottom),this.placeholder=y("+ .uk-sticky-placeholder",this.$el)||y('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},beforeDisconnect(){this.isFixed&&(this.hide(),A(this.selTarget,this.clsInactive)),To(this.$el),Ct(this.placeholder),this.placeholder=null},observe:[to(),Ri({target:()=>document.scrollingElement}),vt({target:({$el:t})=>[t,document.scrollingElement]})],events:[{name:"load hashchange popstate",el(){return window},filter(){return this.targetOffset!==!1},handler(){const{scrollingElement:t}=document;!location.hash||t.scrollTop===0||setTimeout(()=>{const e=v(y(location.hash)),i=v(this.$el);this.isFixed&&ai(e,i)&&(t.scrollTop=e.top-i.height-Q(this.targetOffset,"height",this.placeholder)-Q(this.offset,"height",this.placeholder))})}},{name:"transitionstart",handler(){this.transitionInProgress=F(this.$el,"transitionend transitioncancel",()=>this.transitionInProgress=null)}}],update:[{read({height:t,width:e,margin:i,sticky:n}){if(this.inactive=!this.matchMedia||!j(this.$el),this.inactive)return;const o=this.isFixed&&!this.transitionInProgress;o&&(Eo(this.$el),this.hide()),this.active||({height:t,width:e}=v(this.$el),i=c(this.$el,"margin")),o&&this.show();const s=Q("100vh","height"),r=nt(window),a=Math.max(0,document.scrollingElement.scrollHeight-s);let l=this.position;this.overflowFlip&&t>s&&(l=l==="top"?"bottom":"top");const h=this.isFixed?this.placeholder:this.$el;let u=Q(this.offset,"height",n?this.$el:h);l==="bottom"&&(t<r||this.overflowFlip)&&(u+=r-t);const d=this.overflowFlip?0:Math.max(0,t+u-s),g=v(h).top,C=v(this.$el).height,S=(this.start===!1?g:Ki(this.start,this.$el,g))-u,x=this.end===!1?a:Math.min(a,Ki(this.end,this.$el,g+t,!0)-C-u+d);return n=a&&!this.showOnUp&&S+u===g&&x===Math.min(a,Ki("!*",this.$el,0,!0)-C-u+d)&&c(T(this.$el),"overflowY")==="visible",{start:S,end:x,offset:u,overflow:d,topOffset:g,height:t,elHeight:C,width:e,margin:i,top:Tt(h)[0],sticky:n}},write({height:t,width:e,margin:i,offset:n,sticky:o}){if((this.inactive||o||!this.isFixed)&&To(this.$el),this.inactive)return;o&&(t=e=i=0,c(this.$el,{position:"sticky",top:n}));const{placeholder:s}=this;c(s,{height:t,width:e,margin:i}),B(s,document)||(s.hidden=!0),(o?Ci:Le)(this.$el,s)},events:["resize"]},{read({scroll:t=0,dir:e="down",overflow:i,overflowScroll:n=0,start:o,end:s}){const r=document.scrollingElement.scrollTop;return{dir:t<=r?"down":"up",prevDir:e,scroll:r,prevScroll:t,offsetParentTop:v((this.isFixed?this.placeholder:this.$el).offsetParent).top,overflowScroll:lt(n+lt(r,o,s)-lt(t,o,s),0,i)}},write(t,e){const i=e.has("scroll"),{initTimestamp:n=0,dir:o,prevDir:s,scroll:r,prevScroll:a=0,top:l,start:h,topOffset:u,height:d}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const g=Date.now();if((g-n>300||o!==s)&&(t.initScroll=r,t.initTimestamp=g),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||o==="down"&&i||o==="up"&&!this.isFixed&&r<=u+d)){if(!this.isFixed){gt.inProgress(this.$el)&&l>r&&(gt.cancel(this.$el),this.hide());return}if(this.animation&&r>u){if(b(this.$el,"uk-animation-leave"))return;gt.out(this.$el,this.animation).then(()=>this.hide(),ct)}else this.hide()}else this.isFixed?this.update():this.animation&&r>u?(this.show(),gt.in(this.$el,this.animation).catch(ct)):(Eo(this.selTarget),this.show())},events:["resize","resizeViewport","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){const{offset:t,sticky:e}=this._data;this.setActive(!1),A(this.$el,this.clsFixed,this.clsBelow),e?c(this.$el,"top",t):c(this.$el,{position:"",top:"",width:"",marginTop:""}),this.placeholder.hidden=!0,this.isFixed=!1},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:n=0,start:o,end:s,offset:r,topOffset:a,height:l,elHeight:h,offsetParentTop:u,sticky:d}=this._data;const g=o!==0||e>o;if(!d){let C="fixed";e>s&&(r+=s-u+n-i,C="absolute"),c(this.$el,{position:C,width:t,marginTop:0},"important")}c(this.$el,"top",r-n),this.setActive(g),Y(this.$el,this.clsBelow,e>a+(d?Math.min(l,h):l)),w(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(Me(this.selTarget,this.clsInactive,this.clsActive),e!==t&&E(this.$el,"active")):(Me(this.selTarget,this.clsActive,this.clsInactive),e!==t&&E(this.$el,"inactive"))}}};function Ki(t,e,i,n){if(!t)return 0;if(xt(t)||k(t)&&t.match(/^-?\d/))return i+Q(t,"height",e,!0);{const o=t===!0?T(e):K(t,e);return v(o).bottom-(n&&o&&B(e,o)?$(c(o,"paddingBottom")):0)}}function So(t){return t==="true"?!0:t==="false"?!1:t}function To(t){c(t,{position:"",top:"",marginTop:"",width:""})}function Eo(t){w(t,"uk-transition-disable"),requestAnimationFrame(()=>A(t,"uk-transition-disable"))}function ja(t){return Math.ceil(Math.max(0,...I("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}var Ua={mixins:[mo],args:"src",props:{src:String,icon:String,attributes:"list",strokeAnimation:Boolean},data:{strokeAnimation:!1},observe:[qi({async handler(){const t=await this.svg;t&&_o.call(this,t)},options:{attributes:!0,attributeFilter:["id","class","style"]}})],async connected(){f(this.src,"#")&&([this.src,this.icon]=this.src.split("#"));const t=await this.svg;t&&(_o.call(this,t),this.strokeAnimation&&Xa(t))},methods:{async getSvg(){return z(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>F(this.$el,"load",()=>t(this.getSvg()))):Ya(await Va(this.src),this.icon)||Promise.reject("SVG not found.")}}};function _o(t){const{$el:e}=this;w(t,p(e,"class"),"uk-svg");for(let i=0;i<e.style.length;i++){const n=e.style[i];c(t,n,c(e,n))}for(const i in this.attributes){const[n,o]=this.attributes[i].split(":",2);p(t,n,o)}this.$el.id||le(t,"id")}const Va=V(async t=>t?J(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function Ya(t,e){return e&&f(t,"<symbol")&&(t=Ga(t)[e]||t),t=y(t.substr(t.indexOf("<svg"))),(t==null?void 0:t.hasChildNodes())&&t}const Oo=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Ga=V(function(t){const e={};Oo.lastIndex=0;let i;for(;i=Oo.exec(t);)e[i[3]]=`<svg ${i[1]}svg>`;return e});function Xa(t){const e=ja(t);e&&c(t,"--uk-animation-stroke",e)}const Zi=".uk-disabled *, .uk-disabled, [disabled]";var Po={mixins:[te],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number,followFocus:Boolean,swiping:Boolean},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item",selVertical:".uk-nav",followFocus:!1,swiping:!0},computed:{connects:({connect:t},e)=>he(t,e),connectChildren(){return this.connects.map(t=>ut(t)).flat()},toggles:({toggle:t},e)=>I(t,e),children(t,e){return ut(e).filter(i=>this.toggles.some(n=>B(n,i)))}},watch:{connects(t){this.swiping&&c(t,"touchAction","pan-y pinch-zoom"),this.$emit()},connectChildren(){let t=Math.max(0,this.index());for(const e of this.connects)ut(e).forEach((i,n)=>Y(i,this.cls,n===t));this.$emit()},toggles(t){this.$emit();const e=this.index();this.show(~e?e:t[this.active]||t[0])}},connected(){p(this.$el,"role","tablist")},observe:[Ge({targets:({connectChildren:t})=>t}),eo({target:({connects:t})=>t,filter:({swiping:t})=>t})],events:[{name:"click keydown",delegate(){return this.toggle},handler(t){!O(t.current,Zi)&&(t.type==="click"||t.keyCode===D.SPACE)&&(t.preventDefault(),this.show(t.current))}},{name:"keydown",delegate(){return this.toggle},handler(t){const{current:e,keyCode:i}=t,n=O(this.$el,this.selVertical);let o=i===D.HOME?0:i===D.END?"last":i===D.LEFT&&!n||i===D.UP&&n?"previous":i===D.RIGHT&&!n||i===D.DOWN&&n?"next":-1;if(~o){t.preventDefault();const s=this.toggles.filter(a=>!O(a,Zi)),r=s[pt(o,s,s.indexOf(e))];r.focus(),this.followFocus&&this.show(r)}}},{name:"click",el(){return this.connects.concat(this.itemNav?he(this.itemNav,this.$el):[])},delegate(){return`[${this.attrItem}],[data-${this.attrItem}]`},handler(t){W(t.target,"a,button")&&(t.preventDefault(),this.show(zt(t.current,this.attrItem)))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler({type:t}){this.show(oe(t,"Left")?"next":"previous")}}],update(){var t;p(this.connects,"role","presentation"),p(ut(this.$el),"role","presentation");for(const e in this.toggles){const i=this.toggles[e],n=(t=this.connects[0])==null?void 0:t.children[e];p(i,"role","tab"),n&&(i.id=ke(this,i,`-tab-${e}`),n.id=ke(this,n,`-tabpanel-${e}`),p(i,"aria-controls",n.id),p(n,{role:"tabpanel","aria-labelledby":i.id}))}p(this.$el,"aria-orientation",O(this.$el,this.selVertical)?"vertical":null)},methods:{index(){return Te(this.children,t=>b(t,this.cls))},show(t){const e=this.toggles.filter(r=>!O(r,Zi)),i=this.index(),n=pt(!Oe(t)||f(e,t)?t:0,e,pt(this.toggles[i],e)),o=pt(e[n],this.toggles);this.children.forEach((r,a)=>{Y(r,this.cls,o===a),p(this.toggles[a],{"aria-selected":o===a,tabindex:o===a?null:-1})});const s=i>=0&&i!==n;this.connects.forEach(async({children:r})=>{const a=It(r).filter((l,h)=>h!==o&&b(l,this.cls));await this.toggleElement(a,!1,s),await this.toggleElement(r[o],!0,s)})}}},Ja={mixins:[st],extends:Po,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item",selVertical:".uk-tab-left,.uk-tab-right"},connected(){const t=b(this.$el,"uk-tab-left")?"uk-tab-left":b(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const Ka=32;var Za={mixins:[Ji,te],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target({target:t},e){return t=he(t||e.hash,e),t.length?t:[e]}},connected(){f(this.mode,"media")||(fi(this.$el)||p(this.$el,"tabindex","0"),!this.cls&&z(this.$el,"a")&&p(this.$el,"role","button"))},observe:Ge({target:({target:t})=>t}),events:[{name:Gt,filter(){return f(this.mode,"hover")},handler(t){this._preventClick=null,!(!Rt(t)||Ft(this._showState)||this.$el.disabled)&&(E(this.$el,"focus"),F(document,Gt,()=>E(this.$el,"blur"),!0,e=>!B(e.target,this.$el)),f(this.mode,"click")&&(this._preventClick=!0))}},{name:`mouseenter mouseleave ${qe} ${Ti} focus blur`,filter(){return f(this.mode,"hover")},handler(t){if(Rt(t)||this.$el.disabled)return;const e=f(["mouseenter",qe,"focus"],t.type),i=this.isToggled(this.target);if(!e&&(!Ft(this._showState)||t.type!=="blur"&&O(this.$el,":focus")||t.type==="blur"&&O(this.$el,":hover"))){i===this._showState&&(this._showState=null);return}e&&Ft(this._showState)&&i!==this._showState||(this._showState=e?i:null,this.toggle(`toggle${e?"show":"hide"}`))}},{name:"keydown",filter(){return f(this.mode,"click")&&!z(this.$el,"input")},handler(t){t.keyCode===Ka&&(t.preventDefault(),this.$el.click())}},{name:"click",filter(){return["click","hover"].some(t=>f(this.mode,t))},handler(t){let e;(this._preventClick||W(t.target,'a[href="#"], a[href=""]')||(e=W(t.target,"a[href]"))&&(!this.isToggled(this.target)||e.hash&&O(this.target,e.hash)))&&t.preventDefault(),!this._preventClick&&f(this.mode,"click")&&this.toggle()}},{name:"mediachange",filter(){return f(this.mode,"media")},el(){return this.target},handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!E(this.target,t||"toggle",[this]))return;if(ht(this.$el,"aria-expanded")&&p(this.$el,"aria-expanded",!this.isToggled(this.target)),!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>b(n,this.clsLeave));if(e.length){for(const n of this.target){const o=f(e,n);this.toggleElement(n,o,o)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1)&&await this.toggleElement(this.target.filter(n=>!f(i,n)),!0)}}},Qa=Object.freeze({__proto__:null,Accordion:io,Alert:ur,Close:oa,Cover:dr,Drop:ao,DropParentIcon:Bt,Dropdown:ao,Dropnav:co,FormCustom:kr,Grid:Cr,HeightMatch:_r,HeightViewport:Br,Icon:Gi,Img:da,Leader:$a,Margin:uo,Marker:sa,Modal:Sa,Nav:Ea,NavParentIcon:ta,Navbar:_a,NavbarParentIcon:Bt,NavbarToggleIcon:na,Offcanvas:Da,OverflowAuto:Na,OverlayIcon:Bt,PaginationNext:aa,PaginationPrevious:la,Responsive:Fa,Scroll:Ha,Scrollspy:Wa,ScrollspyNav:qa,SearchIcon:ea,SlidenavNext:bo,SlidenavPrevious:bo,Spinner:ia,Sticky:Ra,Svg:Ua,Switcher:Po,Tab:Ja,Toggle:Za,Totop:ra,Video:no});return Lt(Qa,(t,e)=>et.component(e,t)),Zs(et),et});
|
|
1
|
+
/*! UIkit 3.17.9-dev.77c1d012a | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */(function(Qt,te){typeof exports=="object"&&typeof module<"u"?module.exports=te():typeof define=="function"&&define.amd?define("uikit",te):(Qt=typeof globalThis<"u"?globalThis:Qt||self,Qt.UIkit=te())})(this,function(){"use strict";const{hasOwnProperty:Qt,toString:te}=Object.prototype;function et(t,e){return Qt.call(t,e)}const Fo=/\B([A-Z])/g,bt=j(t=>t.replace(Fo,"-$1").toLowerCase()),Ho=/-(\w)/g,ee=j(t=>(t.charAt(0).toLowerCase()+t.slice(1)).replace(Ho,(e,i)=>i.toUpperCase())),wt=j(t=>t.charAt(0).toUpperCase()+t.slice(1));function G(t,e){var i;return(i=t==null?void 0:t.startsWith)==null?void 0:i.call(t,e)}function ie(t,e){var i;return(i=t==null?void 0:t.endsWith)==null?void 0:i.call(t,e)}function f(t,e){var i;return(i=t==null?void 0:t.includes)==null?void 0:i.call(t,e)}function Se(t,e){var i;return(i=t==null?void 0:t.findIndex)==null?void 0:i.call(t,e)}const{isArray:H,from:At}=Array,{assign:ne}=Object;function z(t){return typeof t=="function"}function ut(t){return t!==null&&typeof t=="object"}function st(t){return te.call(t)==="[object Object]"}function It(t){return ut(t)&&t===t.window}function Te(t){return Qe(t)===9}function Ee(t){return Qe(t)>=1}function _e(t){return Qe(t)===1}function Qe(t){return!It(t)&&ut(t)&&t.nodeType}function Nt(t){return typeof t=="boolean"}function x(t){return typeof t=="string"}function ti(t){return typeof t=="number"}function $t(t){return ti(t)||x(t)&&!isNaN(t-parseFloat(t))}function ei(t){return!(H(t)?t.length:ut(t)&&Object.keys(t).length)}function R(t){return t===void 0}function ii(t){return Nt(t)?t:t==="true"||t==="1"||t===""?!0:t==="false"||t==="0"?!1:t}function oe(t){const e=Number(t);return isNaN(e)?!1:e}function y(t){return parseFloat(t)||0}function E(t){return m(t)[0]}function m(t){return Ee(t)?[t]:Array.from(t||[]).filter(Ee)}function Ft(t){if(It(t))return t;t=E(t);const e=Te(t)?t:t==null?void 0:t.ownerDocument;return(e==null?void 0:e.defaultView)||window}function Zi(t,e){return t===e||ut(t)&&ut(e)&&Object.keys(t).length===Object.keys(e).length&&Ht(t,(i,n)=>i===e[n])}function ni(t,e,i){return t.replace(new RegExp(`${e}|${i}`,"g"),n=>n===e?i:e)}function se(t){return t[t.length-1]}function Ht(t,e){for(const i in t)if(e(t[i],i)===!1)return!1;return!0}function Qi(t,e){return t.slice().sort(({[e]:i=0},{[e]:n=0})=>i>n?1:n>i?-1:0)}function re(t,e){return t.reduce((i,n)=>i+y(z(e)?e(n):n[e]),0)}function Lo(t,e){const i=new Set;return t.filter(({[e]:n})=>i.has(n)?!1:i.add(n))}function oi(t,e){return e.reduce((i,n)=>({...i,[n]:t[n]}),{})}function rt(t,e=0,i=1){return Math.min(Math.max(oe(t)||0,e),i)}function at(){}function si(...t){return[["bottom","top"],["right","left"]].every(([e,i])=>Math.min(...t.map(({[e]:n})=>n))-Math.max(...t.map(({[i]:n})=>n))>0)}function Oe(t,e){return t.x<=e.right&&t.x>=e.left&&t.y<=e.bottom&&t.y>=e.top}function ri(t,e,i){const n=e==="width"?"height":"width";return{[n]:t[e]?Math.round(i*t[n]/t[e]):t[n],[e]:i}}function tn(t,e){t={...t};for(const i in t)t=t[i]>e[i]?ri(t,i,e[i]):t;return t}function zo(t,e){t=tn(t,e);for(const i in t)t=t[i]<e[i]?ri(t,i,e[i]):t;return t}const ai={ratio:ri,contain:tn,cover:zo};function ft(t,e,i=0,n=!1){e=m(e);const{length:o}=e;return o?(t=$t(t)?oe(t):t==="next"?i+1:t==="previous"?i-1:t==="last"?o-1:e.indexOf(E(t)),n?rt(t,0,o-1):(t%=o,t<0?t+o:t)):-1}function j(t){const e=Object.create(null);return(i,...n)=>e[i]||(e[i]=t(i,...n))}function d(t,e,i){var n;if(ut(e)){for(const o in e)d(t,o,e[o]);return}if(R(i))return(n=E(t))==null?void 0:n.getAttribute(e);for(const o of m(t))z(i)&&(i=i.call(o,d(o,e))),i===null?ae(o,e):o.setAttribute(e,i)}function lt(t,e){return m(t).some(i=>i.hasAttribute(e))}function ae(t,e){m(t).forEach(i=>i.removeAttribute(e))}function Lt(t,e){for(const i of[e,`data-${e}`])if(lt(t,i))return d(t,i)}function w(t,...e){for(const i of m(t)){const n=yt(e).filter(o=>!b(i,o));n.length&&i.classList.add(...n)}}function D(t,...e){for(const i of m(t)){const n=yt(e).filter(o=>b(i,o));n.length&&i.classList.remove(...n)}}function li(t,e){e=new RegExp(e);for(const i of m(t))i.classList.remove(...At(i.classList).filter(n=>n.match(e)))}function Pe(t,e,i){i=yt(i),e=yt(e).filter(n=>!f(i,n)),D(t,e),w(t,i)}function b(t,e){return[e]=yt(e),m(t).some(i=>i.classList.contains(e))}function U(t,e,i){const n=yt(e);R(i)||(i=!!i);for(const o of m(t))for(const s of n)o.classList.toggle(s,i)}function yt(t){return H(t)?t.map(yt).flat():String(t).split(/[ ,]/).filter(Boolean)}const Wo={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0};function ci(t){return m(t).some(e=>Wo[e.tagName.toLowerCase()])}function W(t){return m(t).some(e=>e.offsetWidth||e.offsetHeight||e.getClientRects().length)}const Be="input,select,textarea,button";function en(t){return m(t).some(e=>_(e,Be))}const Me=`${Be},a[href],[tabindex]`;function hi(t){return _(t,Me)}function P(t){var e;return(e=E(t))==null?void 0:e.parentElement}function le(t,e){return m(t).filter(i=>_(i,e))}function _(t,e){return m(t).some(i=>i.matches(e))}function nn(t,e){var i;return(i=E(t))==null?void 0:i.closest(G(e,">")?e.slice(1):e)}function on(t,e){return x(e)?!!nn(t,e):E(e).contains(E(t))}function kt(t,e){const i=[];for(;t=P(t);)(!e||_(t,e))&&i.push(t);return i}function ct(t,e){t=E(t);const i=t?At(t.children):[];return e?le(i,e):i}function ui(t,e){return e?m(t).indexOf(E(e)):ct(P(t)).indexOf(t)}function zt(t){return t=E(t),t&&["origin","pathname","search"].every(e=>t[e]===location[e])}function fi(t){if(zt(t)){t=E(t);const e=decodeURIComponent(t.hash).substring(1);return document.getElementById(e)||document.getElementsByName(e)[0]}}function X(t,e){return di(t,rn(t,e))}function ce(t,e){return he(t,rn(t,e))}function di(t,e){return E(an(t,E(e),"querySelector"))}function he(t,e){return m(an(t,E(e),"querySelectorAll"))}const qo=/(^|[^\\],)\s*[!>+~-]/,sn=j(t=>t.match(qo));function rn(t,e=document){return x(t)&&sn(t)||Te(e)?e:e.ownerDocument}const Ro=/([!>+~-])(?=\s+[!>+~-]|\s*$)/g,jo=j(t=>t.replace(Ro,"$1 *"));function an(t,e=document,i){if(!t||!x(t))return t;if(t=jo(t),sn(t)){const n=Vo(t);t="";for(let o of n){let s=e;if(o[0]==="!"){const r=o.substr(1).trim().split(" ");if(s=P(e).closest(r[0]),o=r.slice(1).join(" ").trim(),!o.length&&n.length===1)return s}if(o[0]==="-"){const r=o.substr(1).trim().split(" "),a=(s||e).previousElementSibling;s=_(a,o.substr(1))?a:null,o=r.slice(1).join(" ")}s&&(t+=`${t?",":""}${Yo(s)} ${o}`)}e=document}try{return e[i](t)}catch{return null}}const Uo=/.*?[^\\](?:,|$)/g,Vo=j(t=>t.match(Uo).map(e=>e.replace(/,$/,"").trim()));function Yo(t){const e=[];for(;t.parentNode;){const i=d(t,"id");if(i){e.unshift(`#${pi(i)}`);break}else{let{tagName:n}=t;n!=="HTML"&&(n+=`:nth-child(${ui(t)+1})`),e.unshift(n),t=t.parentNode}}return e.join(" > ")}function pi(t){return x(t)?CSS.escape(t):""}function O(...t){let[e,i,n,o,s=!1]=mi(t);o.length>1&&(o=Xo(o)),s!=null&&s.self&&(o=Jo(o)),n&&(o=Go(n,o));for(const r of i)for(const a of e)a.addEventListener(r,o,s);return()=>gi(e,i,o,s)}function gi(...t){let[e,i,,n,o=!1]=mi(t);for(const s of i)for(const r of e)r.removeEventListener(s,n,o)}function N(...t){const[e,i,n,o,s=!1,r]=mi(t),a=O(e,i,n,l=>{const h=!r||r(l);h&&(a(),o(l,h))},s);return a}function T(t,e,i){return vi(t).every(n=>n.dispatchEvent(De(e,!0,!0,i)))}function De(t,e=!0,i=!1,n){return x(t)&&(t=new CustomEvent(t,{bubbles:e,cancelable:i,detail:n})),t}function mi(t){return t[0]=vi(t[0]),x(t[1])&&(t[1]=t[1].split(" ")),z(t[2])&&t.splice(2,0,!1),t}function Go(t,e){return i=>{const n=t[0]===">"?he(t,i.currentTarget).reverse().find(o=>o.contains(i.target)):i.target.closest(t);n&&(i.current=n,e.call(this,i),delete i.current)}}function Xo(t){return e=>H(e.detail)?t(e,...e.detail):t(e)}function Jo(t){return function(e){if(e.target===e.currentTarget||e.target===e.current)return t.call(null,e)}}function ln(t){return t&&"addEventListener"in t}function Ko(t){return ln(t)?t:E(t)}function vi(t){return H(t)?t.map(Ko).filter(Boolean):x(t)?he(t):ln(t)?[t]:m(t)}function Wt(t){return t.pointerType==="touch"||!!t.touches}function Ae(t){var e,i;const{clientX:n,clientY:o}=((e=t.touches)==null?void 0:e[0])||((i=t.changedTouches)==null?void 0:i[0])||t;return{x:n,y:o}}const Zo={"animation-iteration-count":!0,"column-count":!0,"fill-opacity":!0,"flex-grow":!0,"flex-shrink":!0,"font-weight":!0,"line-height":!0,opacity:!0,order:!0,orphans:!0,"stroke-dasharray":!0,"stroke-dashoffset":!0,widows:!0,"z-index":!0,zoom:!0};function c(t,e,i,n){const o=m(t);for(const s of o)if(x(e)){if(e=bi(e),R(i))return getComputedStyle(s).getPropertyValue(e);s.style.setProperty(e,$t(i)&&!Zo[e]?`${i}px`:i||ti(i)?i:"",n)}else if(H(e)){const r={};for(const a of e)r[a]=c(s,a);return r}else ut(e)&&(n=i,Ht(e,(r,a)=>c(s,a,r,n)));return o[0]}const bi=j(t=>Qo(t));function Qo(t){if(G(t,"--"))return t;t=bt(t);const{style:e}=document.documentElement;if(t in e)return t;for(const i of["webkit","moz"]){const n=`-${i}-${t}`;if(n in e)return n}}const wi="uk-transition",$i="transitionend",yi="transitioncanceled";function ts(t,e,i=400,n="linear"){return i=Math.round(i),Promise.all(m(t).map(o=>new Promise((s,r)=>{for(const l in e){const h=c(o,l);h===""&&c(o,l,h)}const a=setTimeout(()=>T(o,$i),i);N(o,[$i,yi],({type:l})=>{clearTimeout(a),D(o,wi),c(o,{transitionProperty:"",transitionDuration:"",transitionTimingFunction:""}),l===yi?r():s(o)},{self:!0}),w(o,wi),c(o,{transitionProperty:Object.keys(e).map(bi).join(","),transitionDuration:`${i}ms`,transitionTimingFunction:n,...e})})))}const J={start:ts,async stop(t){T(t,$i),await Promise.resolve()},async cancel(t){T(t,yi),await Promise.resolve()},inProgress(t){return b(t,wi)}},ue="uk-animation-",cn="animationend",Ie="animationcanceled";function hn(t,e,i=200,n,o){return Promise.all(m(t).map(s=>new Promise((r,a)=>{T(s,Ie);const l=setTimeout(()=>T(s,cn),i);N(s,[cn,Ie],({type:h})=>{clearTimeout(l),h===Ie?a():r(s),c(s,"animationDuration",""),li(s,`${ue}\\S*`)},{self:!0}),c(s,"animationDuration",`${i}ms`),w(s,e,ue+(o?"leave":"enter")),G(e,ue)&&(n&&w(s,`uk-transform-origin-${n}`),o&&w(s,`${ue}reverse`))})))}const es=new RegExp(`${ue}(enter|leave)`),dt={in:hn,out(t,e,i,n){return hn(t,e,i,n,!0)},inProgress(t){return es.test(d(t,"class"))},cancel(t){T(t,Ie)}};function is(t){if(document.readyState!=="loading"){t();return}N(document,"DOMContentLoaded",t)}function L(t,...e){return e.some(i=>{var n;return((n=t==null?void 0:t.tagName)==null?void 0:n.toLowerCase())===i.toLowerCase()})}function un(t){return t=$(t),t.innerHTML="",t}function Ne(t,e){return R(e)?$(t).innerHTML:tt(un(t),e)}const ns=He("prepend"),tt=He("append"),ki=He("before"),Fe=He("after");function He(t){return function(e,i){var n;const o=m(x(i)?qt(i):i);return(n=$(e))==null||n[t](...o),fn(o)}}function xt(t){m(t).forEach(e=>e.remove())}function Le(t,e){for(e=E(ki(t,e));e.firstChild;)e=e.firstChild;return tt(e,t),e}function xi(t,e){return m(m(t).map(i=>i.hasChildNodes()?Le(At(i.childNodes),e):tt(i,e)))}function fe(t){m(t).map(P).filter((e,i,n)=>n.indexOf(e)===i).forEach(e=>e.replaceWith(...e.childNodes))}const os=/^<(\w+)\s*\/?>(?:<\/\1>)?$/;function qt(t){const e=os.exec(t);if(e)return document.createElement(e[1]);const i=document.createElement("template");return i.innerHTML=t.trim(),fn(i.content.childNodes)}function fn(t){return t.length>1?t:t[0]}function pt(t,e){if(_e(t))for(e(t),t=t.firstElementChild;t;){const i=t.nextElementSibling;pt(t,e),t=i}}function $(t,e){return dn(t)?E(qt(t)):di(t,e)}function A(t,e){return dn(t)?m(qt(t)):he(t,e)}function dn(t){return x(t)&&G(t.trim(),"<")}const Ct={width:["left","right"],height:["top","bottom"]};function V(t){const e=_e(t)?E(t).getBoundingClientRect():{height:it(t),width:de(t),top:0,left:0};return{height:e.height,width:e.width,top:e.top,left:e.left,bottom:e.top+e.height,right:e.left+e.width}}function v(t,e){e&&c(t,{left:0,top:0});const i=V(t);if(t){const{scrollY:n,scrollX:o}=Ft(t),s={height:n,width:o};for(const r in Ct)for(const a of Ct[r])i[a]+=s[r]}if(!e)return i;for(const n of["left","top"])c(t,n,e[n]-i[n])}function ss(t){let{top:e,left:i}=v(t);const{ownerDocument:{body:n,documentElement:o},offsetParent:s}=E(t);let r=s||o;for(;r&&(r===n||r===o)&&c(r,"position")==="static";)r=r.parentNode;if(_e(r)){const a=v(r);e-=a.top+y(c(r,"borderTopWidth")),i-=a.left+y(c(r,"borderLeftWidth"))}return{top:e-y(c(t,"marginTop")),left:i-y(c(t,"marginLeft"))}}function St(t){t=E(t);const e=[t.offsetTop,t.offsetLeft];for(;t=t.offsetParent;)if(e[0]+=t.offsetTop+y(c(t,"borderTopWidth")),e[1]+=t.offsetLeft+y(c(t,"borderLeftWidth")),c(t,"position")==="fixed"){const i=Ft(t);return e[0]+=i.scrollY,e[1]+=i.scrollX,e}return e}const it=pn("height"),de=pn("width");function pn(t){const e=wt(t);return(i,n)=>{if(R(n)){if(It(i))return i[`inner${e}`];if(Te(i)){const o=i.documentElement;return Math.max(o[`offset${e}`],o[`scroll${e}`])}return i=E(i),n=c(i,t),n=n==="auto"?i[`offset${e}`]:y(n)||0,n-pe(i,t)}else return c(i,t,!n&&n!==0?"":+n+pe(i,t)+"px")}}function pe(t,e,i="border-box"){return c(t,"boxSizing")===i?re(Ct[e].map(wt),n=>y(c(t,`padding${n}`))+y(c(t,`border${n}Width`))):0}function gn(t){for(const e in Ct)for(const i in Ct[e])if(Ct[e][i]===t)return Ct[e][1-i];return t}function K(t,e="width",i=window,n=!1){return x(t)?re(as(t),o=>{const s=cs(o);return s?hs(s==="vh"?us():s==="vw"?de(Ft(i)):n?i[`offset${wt(e)}`]:V(i)[e],o):o}):y(t)}const rs=/-?\d+(?:\.\d+)?(?:v[wh]|%|px)?/g,as=j(t=>t.toString().replace(/\s/g,"").match(rs)||[]),ls=/(?:v[hw]|%)$/,cs=j(t=>(t.match(ls)||[])[0]);function hs(t,e){return t*y(e)/100}let ge,Rt;function us(){return ge||(Rt||(Rt=$("<div>"),c(Rt,{height:"100vh",position:"fixed"}),O(window,"resize",()=>ge=null)),tt(document.body,Rt),ge=Rt.clientHeight,xt(Rt),ge)}const Tt=typeof window<"u",Et=Tt&&document.dir==="rtl",jt=Tt&&"ontouchstart"in window,Ut=Tt&&window.PointerEvent,Vt=Ut?"pointerdown":jt?"touchstart":"mousedown",fs=Ut?"pointermove":jt?"touchmove":"mousemove",Yt=Ut?"pointerup":jt?"touchend":"mouseup",ze=Ut?"pointerenter":jt?"":"mouseenter",Ci=Ut?"pointerleave":jt?"":"mouseleave",We=Ut?"pointercancel":"touchcancel",nt={reads:[],writes:[],read(t){return this.reads.push(t),Ti(),t},write(t){return this.writes.push(t),Ti(),t},clear(t){vn(this.reads,t),vn(this.writes,t)},flush:Si};function Si(t){mn(nt.reads),mn(nt.writes.splice(0)),nt.scheduled=!1,(nt.reads.length||nt.writes.length)&&Ti(t+1)}const ds=4;function Ti(t){nt.scheduled||(nt.scheduled=!0,t&&t<ds?Promise.resolve().then(()=>Si(t)):requestAnimationFrame(()=>Si(1)))}function mn(t){let e;for(;e=t.shift();)try{e()}catch(i){console.error(i)}}function vn(t,e){const i=t.indexOf(e);return~i&&t.splice(i,1)}function Ei(){}Ei.prototype={positions:[],init(){this.positions=[];let t;this.unbind=O(document,"mousemove",e=>t=Ae(e)),this.interval=setInterval(()=>{t&&(this.positions.push(t),this.positions.length>5&&this.positions.shift())},50)},cancel(){var t;(t=this.unbind)==null||t.call(this),clearInterval(this.interval)},movesTo(t){if(this.positions.length<2)return!1;const e=t.getBoundingClientRect(),{left:i,right:n,top:o,bottom:s}=e,[r]=this.positions,a=se(this.positions),l=[r,a];return Oe(a,e)?!1:[[{x:i,y:o},{x:n,y:s}],[{x:i,y:s},{x:n,y:o}]].some(u=>{const p=ps(l,u);return p&&Oe(p,e)})}};function ps([{x:t,y:e},{x:i,y:n}],[{x:o,y:s},{x:r,y:a}]){const l=(a-s)*(i-t)-(r-o)*(n-e);if(l===0)return!1;const h=((r-o)*(e-s)-(a-s)*(t-o))/l;return h<0?!1:{x:t+h*(i-t),y:e+h*(n-e)}}function bn(t,e,i={},{intersecting:n=!0}={}){const o=new IntersectionObserver(n?(s,r)=>{s.some(a=>a.isIntersecting)&&e(s,r)}:e,i);for(const s of m(t))o.observe(s);return o}const gs=Tt&&window.ResizeObserver;function me(t,e,i={box:"border-box"}){if(gs)return $n(ResizeObserver,t,e,i);const n=[O(window,"load resize",e),O(document,"loadedmetadata load",e,!0)];return{disconnect:()=>n.map(o=>o())}}function _i(t){return{disconnect:O([window,window.visualViewport],"resize",t)}}function wn(t,e,i){return $n(MutationObserver,t,e,i)}function $n(t,e,i,n){const o=new t(i);for(const s of m(e))o.observe(s,n);return o}function yn(t){Re(t)&&Oi(t,{func:"playVideo",method:"play"}),qe(t)&&t.play()}function kn(t){Re(t)&&Oi(t,{func:"pauseVideo",method:"pause"}),qe(t)&&t.pause()}function xn(t){Re(t)&&Oi(t,{func:"mute",method:"setVolume",value:0}),qe(t)&&(t.muted=!0)}function Cn(t){return qe(t)||Re(t)}function qe(t){return L(t,"video")}function Re(t){return L(t,"iframe")&&(Sn(t)||Tn(t))}function Sn(t){return!!t.src.match(/\/\/.*?youtube(-nocookie)?\.[a-z]+\/(watch\?v=[^&\s]+|embed)|youtu\.be\/.*/)}function Tn(t){return!!t.src.match(/vimeo\.com\/video\/.*/)}async function Oi(t,e){await vs(t),En(t,e)}function En(t,e){t.contentWindow.postMessage(JSON.stringify({event:"command",...e}),"*")}const Pi="_ukPlayer";let ms=0;function vs(t){if(t[Pi])return t[Pi];const e=Sn(t),i=Tn(t),n=++ms;let o;return t[Pi]=new Promise(s=>{e&&N(t,"load",()=>{const r=()=>En(t,{event:"listening",id:n});o=setInterval(r,100),r()}),N(window,"message",s,!1,({data:r})=>{try{return r=JSON.parse(r),e&&(r==null?void 0:r.id)===n&&r.event==="onReady"||i&&Number(r==null?void 0:r.player_id)===n}catch{}}),t.src=`${t.src}${f(t.src,"?")?"&":"?"}${e?"enablejsapi=1":`api=1&player_id=${n}`}`}).then(()=>clearInterval(o))}function bs(t,e=0,i=0){return W(t)?si(...Gt(t).map(n=>{const{top:o,left:s,bottom:r,right:a}=Z(n);return{top:o-e,left:s-i,bottom:r+e,right:a+i}}).concat(v(t))):!1}function _n(t,{offset:e=0}={}){const i=W(t)?ve(t,!1,["hidden"]):[];return i.reduce((r,a,l)=>{const{scrollTop:h,scrollHeight:u,offsetHeight:p}=a,g=Z(a),C=u-g.height,{height:S,top:k}=i[l-1]?Z(i[l-1]):v(t);let B=Math.ceil(k-g.top-e+h);return e>0&&p<S+e?B+=e:e=0,B>C?(e-=B-C,B=C):B<0&&(e-=B,B=0),()=>n(a,B-h,t,C).then(r)},()=>Promise.resolve())();function n(r,a,l,h){return new Promise(u=>{const p=r.scrollTop,g=o(Math.abs(a)),C=Date.now(),S=v(l).top;let k=0,B=15;(function Mt(){const Ke=s(rt((Date.now()-C)/g));let mt=0;if(i[0]===r&&p+a<h){mt=v(l).top-S;const vt=Bi(l);mt-=vt?v(vt).height:0}r.scrollTop=Math[a+mt>0?"max":"min"](r.scrollTop,p+(a+mt)*Ke),Ke===1&&(k===mt||!B--)?u():(k=mt,requestAnimationFrame(Mt))})()})}function o(r){return 40*Math.pow(r,.375)}function s(r){return .5*(1-Math.cos(Math.PI*r))}}function On(t,e=0,i=0){if(!W(t))return 0;const n=ht(t,!0),{scrollHeight:o,scrollTop:s}=n,{height:r}=Z(n),a=o-r,l=St(t)[0]-St(n)[0],h=Math.max(0,l-r+e),u=Math.min(a,l+t.offsetHeight-i);return rt((s-h)/(u-h))}function ve(t,e=!1,i=[]){const n=Bn(t);let o=kt(t).reverse();o=o.slice(o.indexOf(n)+1);const s=Se(o,r=>c(r,"position")==="fixed");return~s&&(o=o.slice(s)),[n].concat(o.filter(r=>c(r,"overflow").split(" ").some(a=>f(["auto","scroll",...i],a))&&(!e||r.scrollHeight>Z(r).height))).reverse()}function ht(...t){return ve(...t)[0]}function Gt(t){return ve(t,!1,["hidden","clip"])}function Z(t){const e=Ft(t),{visualViewport:i,document:{documentElement:n}}=e;let o=t===Bn(t)?e:t;if(It(o)&&i){let{height:r,width:a,scale:l,pageTop:h,pageLeft:u}=i;return r=Math.round(r*l),a=Math.round(a*l),{height:r,width:a,top:h,left:u,bottom:h+r,right:u+a}}let s=v(o);if(c(o,"display")==="inline")return s;for(let[r,a,l,h]of[["width","x","left","right"],["height","y","top","bottom"]]){It(o)?o=n:s[l]+=y(c(o,`border-${l}-width`));const u=s[r]%1;s[r]=s[a]=o[`client${wt(r)}`]-(u?u<.5?-u:1-u:0),s[h]=s[r]+s[l]}return s}function Bi(t){return t.ownerDocument.elementsFromPoint(v(t).left,0).find(e=>!e.contains(t)&&(Mi(e,"fixed")&&Pn(kt(t).reverse().find(i=>!i.contains(e)&&!Mi(i,"static")))<Pn(e)||Mi(e,"sticky")&&P(e).contains(t)))}function Pn(t){return y(c(t,"zIndex"))}function Mi(t,e){return c(t,"position")===e}function Bn(t){return Ft(t).document.scrollingElement}const Y=[["width","x","left","right"],["height","y","top","bottom"]];function Mn(t,e,i){i={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],placement:[],...i},H(e)||(e=[e,e]),v(t,Dn(t,e,i))}function Dn(t,e,i){const n=An(t,e,i),{boundary:o,viewportOffset:s=0,placement:r}=i;let a=n;for(const[l,[h,,u,p]]of Object.entries(Y)){const g=ws(t,e[l],s,o,l);if(je(n,g,l))continue;let C=0;if(r[l]==="flip"){const S=i.attach.target[l];if(S===p&&n[p]<=g[p]||S===u&&n[u]>=g[u])continue;C=ys(t,e,i,l)[u]-n[u];const k=$s(t,e[l],s,l);if(!je(Di(n,C,l),k,l)){if(je(n,k,l))continue;if(i.recursion)return!1;const B=ks(t,e,i);if(B&&je(B,k,1-l))return B;continue}}else if(r[l]==="shift"){const S=v(e[l]),{offset:k}=i;C=rt(rt(n[u],g[u],g[p]-n[h]),S[u]-n[h]+k[l],S[p]-k[l])-n[u]}a=Di(a,C,l)}return a}function An(t,e,i){let{attach:n,offset:o}={attach:{element:["left","top"],target:["left","top"],...i.attach},offset:[0,0],...i},s=v(t);for(const[r,[a,,l,h]]of Object.entries(Y)){const u=n.target[r]===n.element[r]?Z(e[r]):v(e[r]);s=Di(s,u[l]-s[l]+In(n.target[r],h,u[a])-In(n.element[r],h,s[a])+ +o[r],r)}return s}function Di(t,e,i){const[,n,o,s]=Y[i],r={...t};return r[o]=t[n]=t[o]+e,r[s]+=e,r}function In(t,e,i){return t==="center"?i/2:t===e?i:0}function ws(t,e,i,n,o){let s=Fn(...Nn(t,e).map(Z));return i&&(s[Y[o][2]]+=i,s[Y[o][3]]-=i),n&&(s=Fn(s,v(H(n)?n[o]:n))),s}function $s(t,e,i,n){const[o,s,r,a]=Y[n],[l]=Nn(t,e),h=Z(l);return["auto","scroll"].includes(c(l,`overflow-${s}`))&&(h[r]-=l[`scroll${wt(r)}`],h[a]=h[r]+l[`scroll${wt(o)}`]),h[r]+=i,h[a]-=i,h}function Nn(t,e){return Gt(e).filter(i=>i.contains(t))}function Fn(...t){let e={};for(const i of t)for(const[,,n,o]of Y)e[n]=Math.max(e[n]||0,i[n]),e[o]=Math.min(...[e[o],i[o]].filter(Boolean));return e}function je(t,e,i){const[,,n,o]=Y[i];return t[n]>=e[n]&&t[o]<=e[o]}function ys(t,e,{offset:i,attach:n},o){return An(t,e,{attach:{element:Hn(n.element,o),target:Hn(n.target,o)},offset:xs(i,o)})}function ks(t,e,i){return Dn(t,e,{...i,attach:{element:i.attach.element.map(Ln).reverse(),target:i.attach.target.map(Ln).reverse()},offset:i.offset.reverse(),placement:i.placement.reverse(),recursion:!0})}function Hn(t,e){const i=[...t],n=Y[e].indexOf(t[e]);return~n&&(i[e]=Y[e][1-n%2+2]),i}function Ln(t){for(let e=0;e<Y.length;e++){const i=Y[e].indexOf(t);if(~i)return Y[1-e][i%2+2]}}function xs(t,e){return t=[...t],t[e]*=-1,t}var Cs=Object.freeze({__proto__:null,$,$$:A,Animation:dt,Dimensions:ai,MouseTracker:Ei,Transition:J,addClass:w,after:Fe,append:tt,apply:pt,assign:ne,attr:d,before:ki,boxModelAdjust:pe,camelize:ee,children:ct,clamp:rt,closest:nn,createEvent:De,css:c,data:Lt,dimensions:V,each:Ht,empty:un,endsWith:ie,escape:pi,fastdom:nt,filter:le,find:di,findAll:he,findIndex:Se,flipPosition:gn,fragment:qt,getCoveringElement:Bi,getEventPos:Ae,getIndex:ft,getTargetedElement:fi,hasAttr:lt,hasClass:b,hasOwn:et,hasTouch:jt,height:it,html:Ne,hyphenate:bt,inBrowser:Tt,includes:f,index:ui,intersectRect:si,isArray:H,isBoolean:Nt,isDocument:Te,isElement:_e,isEmpty:ei,isEqual:Zi,isFocusable:hi,isFunction:z,isInView:bs,isInput:en,isNode:Ee,isNumber:ti,isNumeric:$t,isObject:ut,isPlainObject:st,isRtl:Et,isSameSiteAnchor:zt,isString:x,isTag:L,isTouch:Wt,isUndefined:R,isVideo:Cn,isVisible:W,isVoidElement:ci,isWindow:It,last:se,matches:_,memoize:j,mute:xn,noop:at,observeIntersection:bn,observeMutation:wn,observeResize:me,observeViewportResize:_i,off:gi,offset:v,offsetPosition:St,offsetViewport:Z,on:O,once:N,overflowParents:Gt,parent:P,parents:kt,pause:kn,pick:oi,play:yn,pointInRect:Oe,pointerCancel:We,pointerDown:Vt,pointerEnter:ze,pointerLeave:Ci,pointerMove:fs,pointerUp:Yt,position:ss,positionAt:Mn,prepend:ns,propName:bi,query:X,queryAll:ce,ready:is,remove:xt,removeAttr:ae,removeClass:D,removeClasses:li,replaceClass:Pe,scrollIntoView:_n,scrollParent:ht,scrollParents:ve,scrolledOver:On,selFocusable:Me,selInput:Be,sortBy:Qi,startsWith:G,sumBy:re,swap:ni,toArray:At,toBoolean:ii,toEventTargets:vi,toFloat:y,toNode:E,toNodes:m,toNumber:oe,toPx:K,toWindow:Ft,toggleClass:U,trigger:T,ucfirst:wt,uniqueBy:Lo,unwrap:fe,width:de,within:on,wrapAll:Le,wrapInner:xi});function Ss(t){t._data={},t._updates=[...t.$options.update||[]]}function Ts(t,e){t._updates.unshift(e)}function Es(t){delete t._data}function be(t,e="update"){t._connected&&t._updates.length&&(t._queued||(t._queued=new Set,nt.read(()=>{t._connected&&_s(t,t._queued),delete t._queued})),t._queued.add(e.type||e))}function _s(t,e){for(const{read:i,write:n,events:o=[]}of t._updates){if(!e.has("update")&&!o.some(r=>e.has(r)))continue;let s;i&&(s=i.call(t,t._data,e),s&&st(s)&&ne(t._data,s)),n&&s!==!1&&nt.write(()=>{t._connected&&n.call(t,t._data,e)})}}function Os(t){t._watches=[];for(const e of t.$options.watch||[])for(const[i,n]of Object.entries(e))zn(t,n,i);t._initial=!0}function zn(t,e,i){t._watches.push({name:i,...st(e)?e:{handler:e}})}function Ps(t,e){for(const{name:i,handler:n,immediate:o=!0}of t._watches)(t._initial&&o||et(e,i)&&!Zi(e[i],t[i]))&&n.call(t,t[i],e[i]);t._initial=!1}function Bs(t){const{computed:e}=t.$options;if(t._computed={},e)for(const i in e)Wn(t,i,e[i])}function Wn(t,e,i){t._hasComputed=!0,Object.defineProperty(t,e,{enumerable:!0,get(){const{_computed:n,$props:o,$el:s}=t;return et(n,e)||(n[e]=(i.get||i).call(t,o,s)),n[e]},set(n){const{_computed:o}=t;o[e]=i.set?i.set.call(t,n):n,R(o[e])&&delete o[e]}})}function Ms(t){t._hasComputed&&(Ts(t,{read:()=>Ps(t,qn(t)),events:["resize","computed"]}),As(),we.add(t))}function Ds(t){we==null||we.delete(t),qn(t)}function qn(t){const e={...t._computed};return t._computed={},e}let Ai,we;function As(){Ai||(we=new Set,Ai=new MutationObserver(()=>{for(const t of we)be(t,"computed")}),Ai.observe(document,{subtree:!0,childList:!0}))}function Is(t){t._events=[];for(const e of t.$options.events||[])if(et(e,"handler"))Rn(t,e);else for(const i in e)Rn(t,e[i],i)}function Ns(t){t._events.forEach(e=>e()),delete t._events}function Rn(t,e,i){let{name:n,el:o,handler:s,capture:r,passive:a,delegate:l,filter:h,self:u}=st(e)?e:{name:i,handler:e};o=z(o)?o.call(t,t):o||t.$el,!(!o||H(o)&&!o.length||h&&!h.call(t))&&t._events.push(O(o,n,l?x(l)?l:l.call(t,t):null,x(s)?t[s]:s.bind(t),{passive:a,capture:r,self:u}))}function Fs(t){t._observers=[];for(const e of t.$options.observe||[])if(et(e,"handler"))Un(t,e);else for(const i of e)Un(t,i)}function jn(t,...e){t._observers.push(...e)}function Hs(t){for(const e of t._observers)e.disconnect()}function Un(t,e){let{observe:i,target:n=t.$el,handler:o,options:s,filter:r,args:a}=e;if(r&&!r.call(t,t))return;const l=`_observe${t._observers.length}`;z(n)&&!et(t,l)&&Wn(t,l,()=>n.call(t,t)),o=x(o)?t[o]:o.bind(t),z(s)&&(s=s.call(t,t));const h=et(t,l)?t[l]:n,u=i(h,o,s,a);z(n)&&H(t[l])&&u.unobserve&&zn(t,{handler:Ls(u),immediate:!1},l),jn(t,u)}function Ls(t){return(e,i)=>{for(const n of i)!f(e,n)&&t.unobserve(n);for(const n of e)!f(i,n)&&t.observe(n)}}const I={};I.events=I.watch=I.observe=I.created=I.beforeConnect=I.connected=I.beforeDisconnect=I.disconnected=I.destroy=Ii,I.args=function(t,e){return e!==!1&&Ii(e||t)},I.update=function(t,e){return Qi(Ii(t,z(e)?{read:e}:e),"order")},I.props=function(t,e){if(H(e)){const i={};for(const n of e)i[n]=String;e=i}return I.methods(t,e)},I.computed=I.methods=function(t,e){return e?t?{...t,...e}:e:t},I.i18n=I.data=function(t,e,i){return i?Vn(t,e,i):e?t?function(n){return Vn(t,e,n)}:e:t};function Vn(t,e,i){return I.computed(z(t)?t.call(i,i):t,z(e)?e.call(i,i):e)}function Ii(t,e){return t=t&&!H(t)?[t]:t,e?t?t.concat(e):H(e)?e:[e]:t}function zs(t,e){return R(e)?t:e}function $e(t,e,i){const n={};if(z(e)&&(e=e.options),e.extends&&(t=$e(t,e.extends,i)),e.mixins)for(const s of e.mixins)t=$e(t,s,i);for(const s in t)o(s);for(const s in e)et(t,s)||o(s);function o(s){n[s]=(I[s]||zs)(t[s],e[s],i)}return n}function Ni(t,e=[]){try{return t?G(t,"{")?JSON.parse(t):e.length&&!f(t,":")?{[e[0]]:t}:t.split(";").reduce((i,n)=>{const[o,s]=n.split(/:(.*)/);return o&&!R(s)&&(i[o.trim()]=s.trim()),i},{}):{}}catch{return{}}}function Fi(t,e){return t===Boolean?ii(e):t===Number?oe(e):t==="list"?qs(e):t===Object&&x(e)?Ni(e):t?t(e):e}const Ws=/,(?![^(]*\))/;function qs(t){return H(t)?t:x(t)?t.split(Ws).map(e=>$t(e)?oe(e):ii(e.trim())):[t]}function Rs(t){const{$options:e,$props:i}=t,n=Yn(e);ne(i,n);const{computed:o,methods:s}=e;for(let r in i)r in n&&(!o||!et(o,r))&&(!s||!et(s,r))&&(t[r]=i[r])}function Yn(t){const e={},{args:i=[],props:n={},el:o,id:s}=t;if(!n)return e;for(const a in n){const l=bt(a);let h=Lt(o,l);R(h)||(h=n[a]===Boolean&&h===""?!0:Fi(n[a],h),!(l==="target"&&G(h,"_"))&&(e[a]=h))}const r=Ni(Lt(o,s),i);for(const a in r){const l=ee(a);R(n[l])||(e[l]=Fi(n[l],r[a]))}return e}const js=j((t,e)=>{const i=Object.keys(e),n=i.concat(t).map(o=>[bt(o),`data-${bt(o)}`]).flat();return{attributes:i,filter:n}});function Us(t){const{$options:e,$props:i}=t,{id:n,props:o,el:s}=e;if(!o)return;const{attributes:r,filter:a}=js(n,o),l=new MutationObserver(h=>{const u=Yn(e);h.some(({attributeName:p})=>{const g=p.replace("data-","");return(g===n?r:[ee(g),ee(p)]).some(C=>!R(u[C])&&u[C]!==i[C])})&&t.$reset()});l.observe(s,{attributes:!0,attributeFilter:a}),jn(t,l)}function Xt(t,e){var i;(i=t.$options[e])==null||i.forEach(n=>n.call(t))}function Hi(t){t._connected||(Rs(t),Xt(t,"beforeConnect"),t._connected=!0,Is(t),Ss(t),Os(t),Fs(t),Us(t),Ms(t),Xt(t,"connected"),be(t))}function Li(t){t._connected&&(Xt(t,"beforeDisconnect"),Ns(t),Es(t),Hs(t),Ds(t),Xt(t,"disconnected"),t._connected=!1)}let Vs=0;function Gn(t,e={}){e.data=Xs(e,t.constructor.options),t.$options=$e(t.constructor.options,e,t),t.$props={},t._uid=Vs++,Ys(t),Gs(t),Bs(t),Xt(t,"created"),e.el&&t.$mount(e.el)}function Ys(t){const{data:e={}}=t.$options;for(const i in e)t.$props[i]=t[i]=e[i]}function Gs(t){const{methods:e}=t.$options;if(e)for(const i in e)t[i]=e[i].bind(t)}function Xs({data:t={}},{args:e=[],props:i={}}){H(t)&&(t=t.slice(0,e.length).reduce((n,o,s)=>(st(o)?ne(n,o):n[e[s]]=o,n),{}));for(const n in t)R(t[n])?delete t[n]:i[n]&&(t[n]=Fi(i[n],t[n]));return t}const Q=function(t){Gn(this,t)};Q.util=Cs,Q.options={},Q.version="3.17.9-dev.77c1d012a";const Js="uk-",_t="__uikit__",Jt={};function Xn(t,e){var i;const n=Js+bt(t);if(!e)return st(Jt[n])&&(Jt[n]=Q.extend(Jt[n])),Jt[n];t=ee(t),Q[t]=(s,r)=>ye(t,s,r);const o=st(e)?{...e}:e.options;return o.id=n,o.name=t,(i=o.install)==null||i.call(o,Q,o,t),Q._initialized&&!o.functional&&requestAnimationFrame(()=>ye(t,`[${n}],[data-${n}]`)),Jt[n]=o}function ye(t,e,i,...n){const o=Xn(t);return o.options.functional?new o({data:st(e)?e:[e,i,...n]}):e?A(e).map(s)[0]:s();function s(r){const a=Ue(r,t);if(a)if(i)a.$destroy();else return a;return new o({el:r,data:i})}}function Ot(t){return(t==null?void 0:t[_t])||{}}function Ue(t,e){return Ot(t)[e]}function Ks(t,e){t[_t]||(t[_t]={}),t[_t][e.$options.name]=e}function Zs(t,e){var i;(i=t[_t])==null||delete i[e.$options.name],ei(t[_t])||delete t[_t]}function Qs(t){Tt&&window.MutationObserver&&(document.body?requestAnimationFrame(()=>Jn(t)):new MutationObserver((e,i)=>{document.body&&(Jn(t),i.disconnect())}).observe(document.documentElement,{childList:!0}))}function Jn(t){T(document,"uikit:init",t),document.body&&pt(document.body,Kn),new MutationObserver(e=>e.forEach(tr)).observe(document,{subtree:!0,childList:!0}),new MutationObserver(e=>e.forEach(er)).observe(document,{subtree:!0,attributes:!0}),t._initialized=!0}function tr({addedNodes:t,removedNodes:e}){for(const i of t)pt(i,Kn);for(const i of e)pt(i,ir)}function er({target:t,attributeName:e}){var i;const n=Zn(e);if(n){if(lt(t,e)){ye(n,t);return}(i=Ue(t,n))==null||i.$destroy()}}function Kn(t){const e=Ot(t);for(const i in Ot(t))Hi(e[i]);for(const i of t.getAttributeNames()){const n=Zn(i);n&&ye(n,t)}}function ir(t){const e=Ot(t);for(const i in Ot(t))Li(e[i])}function Zn(t){G(t,"data-")&&(t=t.slice(5));const e=Jt[t];return e&&(st(e)?e:e.options).name}function nr(t){t.component=Xn,t.getComponents=Ot,t.getComponent=Ue,t.update=Qn,t.use=function(i){if(!i.installed)return i.call(null,this),i.installed=!0,this},t.mixin=function(i,n){n=(x(n)?this.component(n):n)||this,n.options=$e(n.options,i)},t.extend=function(i){i||(i={});const n=this,o=function(r){Gn(this,r)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.options=$e(n.options,i),o.super=n,o.extend=n.extend,o};let e;Object.defineProperty(t,"container",{get(){return e||document.body},set(i){e=$(i)}})}function Qn(t,e){t=t?E(t):document.body;for(const i of kt(t).reverse())to(i,e);pt(t,i=>to(i,e))}function to(t,e){const i=Ot(t);for(const n in i)be(i[n],e)}function or(t){t.prototype.$mount=function(e){const i=this;Ks(e,i),i.$options.el=e,document.contains(e)&&Hi(i)},t.prototype.$destroy=function(e=!1){const i=this,{el:n}=i.$options;n&&Li(i),Xt(i,"destroy"),Zs(n,i),e&&xt(i.$el)},t.prototype.$create=ye,t.prototype.$emit=function(e){be(this,e)},t.prototype.$update=function(e=this.$el,i){Qn(e,i)},t.prototype.$reset=function(){Li(this),Hi(this)},t.prototype.$getComponent=Ue,Object.defineProperties(t.prototype,{$el:{get(){return this.$options.el}},$container:Object.getOwnPropertyDescriptor(t,"container")})}const eo=Object.create(null);function ke(t,e=t.$el,i=""){if(e.id)return e.id;let n=`${t.$options.id}-${t._uid}${i}`;return eo[n]&&(n=ke(t,e,`${i}-2`)),eo[n]=!0,n}nr(Q),or(Q);function gt(t){return xe(me,t,"resize")}function Kt(t){return xe(bn,t)}function zi(t){return xe(wn,t)}function Ve(t={}){return Kt({handler:function(e,i){const{targets:n=this.$el,preload:o=5}=t;for(const s of m(z(n)?n(this):n))A('[loading="lazy"]',s).slice(0,o-1).forEach(r=>ae(r,"loading"));for(const s of e.filter(({isIntersecting:r})=>r).map(({target:r})=>r))i.unobserve(s)},...t})}function io(t){return xe((e,i)=>_i(i),t)}function Wi(t){return xe((e,i)=>({disconnect:O(rr(e),"scroll",i,{passive:!0})}),t,"scroll")}function no(t){return{observe(e,i){return{observe:at,unobserve:at,disconnect:O(e,Vt,i,{passive:!0})}},handler(e){if(!Wt(e))return;const i=Ae(e),n="tagName"in e.target?e.target:P(e.target);N(document,`${Yt} ${We} scroll`,o=>{const{x:s,y:r}=Ae(o);(o.type!=="scroll"&&n&&s&&Math.abs(i.x-s)>100||r&&Math.abs(i.y-r)>100)&&setTimeout(()=>{T(n,"swipe"),T(n,`swipe${sr(i.x,i.y,s,r)}`)})})},...t}}function xe(t,e,i){return{observe:t,handler(){be(this,i)},...e}}function sr(t,e,i,n){return Math.abs(t-i)>=Math.abs(e-n)?t-i>0?"Left":"Right":e-n>0?"Up":"Down"}function rr(t){return m(t).map(e=>{const{ownerDocument:i}=e,n=ht(e,!0);return n===i.scrollingElement?i:n})}var ot={connected(){w(this.$el,this.$options.id)}},Zt={props:{cls:Boolean,animation:"list",duration:Number,velocity:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,velocity:.2,origin:!1,transition:"ease",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave"},computed:{hasAnimation:({animation:t})=>!!t[0],hasTransition:({animation:t})=>["slide","reveal"].some(e=>G(t[0],e))},methods:{async toggleElement(t,e,i){try{return await Promise.all(m(t).map(n=>{const o=Nt(e)?e:!this.isToggled(n);if(!T(n,`before${o?"show":"hide"}`,[this]))return Promise.reject();const s=(z(i)?i:i===!1||!this.hasAnimation?ar:this.hasTransition?lr:cr)(n,o,this),r=o?this.clsEnter:this.clsLeave;w(n,r),T(n,o?"show":"hide",[this]);const a=()=>{D(n,r),T(n,o?"shown":"hidden",[this])};return s?s.then(a,()=>(D(n,r),Promise.reject())):a()})),!0}catch{return!1}},isToggled(t=this.$el){return t=E(t),b(t,this.clsEnter)?!0:b(t,this.clsLeave)?!1:this.cls?b(t,this.cls.split(" ")[0]):W(t)},_toggle(t,e){if(!t)return;e=!!e;let i;this.cls?(i=f(this.cls," ")||e!==b(t,this.cls),i&&U(t,this.cls,f(this.cls," ")?void 0:e)):(i=e===t.hidden,i&&(t.hidden=!e)),A("[autofocus]",t).some(n=>W(n)?n.focus()||!0:n.blur()),i&&T(t,"toggled",[e,this])}}};function ar(t,e,{_toggle:i}){return dt.cancel(t),J.cancel(t),i(t,e)}async function lr(t,e,{animation:i,duration:n,velocity:o,transition:s,_toggle:r}){var a;const[l="reveal",h="top"]=((a=i[0])==null?void 0:a.split("-"))||[],u=[["left","right"],["top","bottom"]],p=u[f(u[0],h)?0:1],g=p[1]===h,S=["width","height"][u.indexOf(p)],k=`margin-${p[0]}`,B=`margin-${h}`;let Mt=V(t)[S];const Ke=J.inProgress(t);await J.cancel(t),e&&r(t,!0);const mt=Object.fromEntries(["padding","border","width","height","minWidth","minHeight","overflowY","overflowX",k,B].map(No=>[No,t.style[No]])),vt=V(t),Ki=y(c(t,k)),Do=y(c(t,B)),Dt=vt[S]+Do;!Ke&&!e&&(Mt+=Do);const[Ze]=xi(t,"<div>");c(Ze,{boxSizing:"border-box",height:vt.height,width:vt.width,...c(t,["overflow","padding","borderTop","borderRight","borderBottom","borderLeft","borderImage",B])}),c(t,{padding:0,border:0,minWidth:0,minHeight:0,[B]:0,width:vt.width,height:vt.height,overflow:"hidden",[S]:Mt});const Ao=Mt/Dt;n=(o*Dt+n)*(e?1-Ao:Ao);const Io={[S]:e?Dt:0};g&&(c(t,k,Dt-Mt+Ki),Io[k]=e?Ki:Dt+Ki),!g^l==="reveal"&&(c(Ze,k,-Dt+Mt),J.start(Ze,{[k]:e?0:-Dt},n,s));try{await J.start(t,Io,n,s)}finally{c(t,mt),fe(Ze.firstChild),e||r(t,!1)}}function cr(t,e,i){const{animation:n,duration:o,_toggle:s}=i;return e?(s(t,!0),dt.in(t,n[0],o,i.origin)):dt.out(t,n[1]||n[0],o,i.origin).then(()=>s(t,!1))}const M={TAB:9,ESC:27,SPACE:32,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40};var oo={mixins:[ot,Zt],props:{animation:Boolean,targets:String,active:null,collapsible:Boolean,multiple:Boolean,toggle:String,content:String,offset:Number},data:{targets:"> *",active:!1,animation:!0,collapsible:!0,multiple:!1,clsOpen:"uk-open",toggle:"> .uk-accordion-title",content:"> .uk-accordion-content",offset:0},computed:{items:({targets:t},e)=>A(t,e),toggles({toggle:t}){return this.items.map(e=>$(t,e))},contents({content:t}){return this.items.map(e=>{var i;return((i=e._wrapper)==null?void 0:i.firstElementChild)||$(t,e)})}},watch:{items(t,e){if(e||b(t,this.clsOpen))return;const i=this.active!==!1&&t[Number(this.active)]||!this.collapsible&&t[0];i&&this.toggle(i,!1)},toggles(){this.$emit()},contents(t){for(const e of t){const i=b(this.items.find(n=>n.contains(e)),this.clsOpen);Ye(e,!i)}this.$emit()}},observe:Ve(),events:[{name:"click keydown",delegate(){return`${this.targets} ${this.$props.toggle}`},async handler(t){var e;t.type==="keydown"&&t.keyCode!==M.SPACE||(t.preventDefault(),(e=this._off)==null||e.call(this),this._off=ur(t.target),await this.toggle(ui(this.toggles,t.current)),this._off())}},{name:"shown hidden",self:!0,delegate(){return this.targets},handler(){this.$emit()}}],update(){const t=le(this.items,`.${this.clsOpen}`);for(const e in this.items){const i=this.toggles[e],n=this.contents[e];if(!i||!n)continue;i.id=ke(this,i,`-title-${e}`),n.id=ke(this,n,`-content-${e}`);const o=f(t,this.items[e]);d(i,{role:L(i,"a")?"button":null,"aria-controls":n.id,"aria-expanded":o,"aria-disabled":!this.collapsible&&t.length<2&&o}),d(n,{role:"region","aria-labelledby":i.id}),L(n,"ul")&&d(ct(n),"role","presentation")}},methods:{toggle(t,e){t=this.items[ft(t,this.items)];let i=[t];const n=le(this.items,`.${this.clsOpen}`);if(!this.multiple&&!f(n,i[0])&&(i=i.concat(n)),!(!this.collapsible&&n.length<2&&f(n,t)))return Promise.all(i.map(o=>this.toggleElement(o,!f(n,o),(s,r)=>{if(U(s,this.clsOpen,r),e===!1||!this.animation){Ye($(this.content,s),!r);return}return hr(s,r,this)})))}}};function Ye(t,e){t&&(t.hidden=e)}async function hr(t,e,{content:i,duration:n,velocity:o,transition:s}){var r;i=((r=t._wrapper)==null?void 0:r.firstElementChild)||$(i,t),t._wrapper||(t._wrapper=Le(i,"<div>"));const a=t._wrapper;c(a,"overflow","hidden");const l=y(c(a,"height"));await J.cancel(a),Ye(i,!1);const h=re(["marginTop","marginBottom"],p=>c(i,p))+V(i).height,u=l/h;n=(o*h+n)*(e?1-u:u),c(a,"height",l),await J.start(a,{height:e?h:0},n,s),fe(i),delete t._wrapper,e||Ye(i,!0)}function ur(t){const e=ht(t,!0);let i;return function n(){i=requestAnimationFrame(()=>{const{top:o}=t.getBoundingClientRect();o<0&&(e.scrollTop+=o),n()})}(),()=>requestAnimationFrame(()=>cancelAnimationFrame(i))}var fr={mixins:[ot,Zt],args:"animation",props:{animation:Boolean,close:String},data:{animation:!0,selClose:".uk-alert-close",duration:150},events:{name:"click",delegate(){return this.selClose},handler(t){t.preventDefault(),this.close()}},methods:{async close(){await this.toggleElement(this.$el,!1,dr),this.$destroy(!0)}}};function dr(t,e,{duration:i,transition:n,velocity:o}){const s=y(c(t,"height"));return c(t,"height",s),J.start(t,{height:0,marginTop:0,marginBottom:0,paddingTop:0,paddingBottom:0,borderTop:0,borderBottom:0,opacity:0},o*s+i,n)}var so={args:"autoplay",props:{automute:Boolean,autoplay:Boolean},data:{automute:!1,autoplay:!0},connected(){this.autoplay==="inview"&&!lt(this.$el,"preload")&&(this.$el.preload="none"),L(this.$el,"iframe")&&!lt(this.$el,"allow")&&(this.$el.allow="autoplay"),this.automute&&xn(this.$el)},observe:[Kt({filter:({$el:t,autoplay:e})=>e&&Cn(t),handler([{isIntersecting:t}]){t?yn(this.$el):kn(this.$el)},args:{intersecting:!1},options:({$el:t,autoplay:e})=>({root:e==="inview"?null:P(t)})})]},pr={mixins:[so],props:{width:Number,height:Number},data:{automute:!0},events:{"load loadedmetadata"(){this.$emit("resize")}},observe:gt({target:({$el:t})=>[ro(t)||P(t)],filter:({$el:t})=>!ao(t)}),update:{read(){if(ao(this.$el))return;const{ratio:t,cover:e}=ai,{$el:i,width:n,height:o}=this;let s={width:n,height:o};if(!n||!o){const h={width:i.naturalWidth||i.videoWidth||i.clientWidth,height:i.naturalHeight||i.videoHeight||i.clientHeight};n?s=t(h,"width",n):o?s=t(h,"height",o):s=h}const{offsetHeight:r,offsetWidth:a}=ro(i)||P(i),l=e(s,{width:a+(a%2?1:0),height:r+(r%2?1:0)});return!l.width||!l.height?!1:l},write({height:t,width:e}){c(this.$el,{height:t,width:e})},events:["resize"]}};function ro(t){for(;t=P(t);)if(c(t,"position")!=="static")return t}function ao(t){return L(t,"img","video")}var qi={props:{container:Boolean},data:{container:!0},computed:{container({container:t}){return t===!0&&this.$container||t&&$(t)}}};let Ri;function lo(t){const e=O(t,"touchmove",n=>{if(n.targetTouches.length!==1||_(n.target,'input[type="range"'))return;let{scrollHeight:o,clientHeight:s}=ht(n.target);s>=o&&n.cancelable&&n.preventDefault()},{passive:!1});if(Ri)return e;Ri=!0;const{scrollingElement:i}=document;return c(i,{overflowY:CSS.supports("overflow","clip")?"clip":"hidden",touchAction:"none",paddingRight:de(window)-i.clientWidth||""}),()=>{Ri=!1,e(),c(i,{overflowY:"",touchAction:"",paddingRight:""})}}var gr={props:{pos:String,offset:null,flip:Boolean,shift:Boolean,inset:Boolean},data:{pos:`bottom-${Et?"right":"left"}`,offset:!1,flip:!0,shift:!0,inset:!1},connected(){this.pos=this.$props.pos.split("-").concat("center").slice(0,2),[this.dir,this.align]=this.pos,this.axis=f(["top","bottom"],this.dir)?"y":"x"},methods:{positionAt(t,e,i){let n=[this.getPositionOffset(t),this.getShiftOffset(t)];const o=[this.flip&&"flip",this.shift&&"shift"],s={element:[this.inset?this.dir:gn(this.dir),this.align],target:[this.dir,this.align]};if(this.axis==="y"){for(const l in s)s[l].reverse();n.reverse(),o.reverse()}const r=mr(t),a=V(t);c(t,{top:-a.height,left:-a.width}),Mn(t,e,{attach:s,offset:n,boundary:i,placement:o,viewportOffset:this.getViewportOffset(t)}),r()},getPositionOffset(t){return K(this.offset===!1?c(t,"--uk-position-offset"):this.offset,this.axis==="x"?"width":"height",t)*(f(["left","top"],this.dir)?-1:1)*(this.inset?-1:1)},getShiftOffset(t){return this.align==="center"?0:K(c(t,"--uk-position-shift-offset"),this.axis==="y"?"width":"height",t)*(f(["left","top"],this.align)?1:-1)},getViewportOffset(t){return K(c(t,"--uk-position-viewport-offset"))}}};function mr(t){const e=ht(t),{scrollTop:i}=e;return()=>{i!==e.scrollTop&&(e.scrollTop=i)}}let F;var co={mixins:[qi,gr,Zt],args:"pos",props:{mode:"list",toggle:Boolean,boundary:Boolean,boundaryX:Boolean,boundaryY:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,stretch:Boolean,delayShow:Number,delayHide:Number,autoUpdate:Boolean,clsDrop:String,animateOut:Boolean,bgScroll:Boolean,closeOnScroll:Boolean},data:{mode:["click","hover"],toggle:"- *",boundary:!1,boundaryX:!1,boundaryY:!1,target:!1,targetX:!1,targetY:!1,stretch:!1,delayShow:0,delayHide:800,autoUpdate:!0,clsDrop:!1,animateOut:!1,bgScroll:!0,animation:["uk-animation-fade"],cls:"uk-open",container:!1,closeOnScroll:!1},computed:{boundary({boundary:t,boundaryX:e,boundaryY:i},n){return[X(e||t,n)||window,X(i||t,n)||window]},target({target:t,targetX:e,targetY:i},n){return e||(e=t||this.targetEl),i||(i=t||this.targetEl),[e===!0?window:X(e,n),i===!0?window:X(i,n)]}},created(){this.tracker=new Ei},beforeConnect(){this.clsDrop=this.$props.clsDrop||`uk-${this.$options.name}`},connected(){w(this.$el,"uk-drop",this.clsDrop),this.toggle&&!this.targetEl&&(this.targetEl=wr(this)),this._style=oi(this.$el.style,["width","height"])},disconnected(){this.isActive()&&(this.hide(!1),F=null),c(this.$el,this._style)},observe:Ve({target:({toggle:t,$el:e})=>X(t,e),targets:({$el:t})=>t}),events:[{name:"click",delegate(){return".uk-drop-close"},handler(t){t.preventDefault(),this.hide(!1)}},{name:"click",delegate(){return'a[href*="#"]'},handler({defaultPrevented:t,current:e}){const{hash:i}=e;!t&&i&&zt(e)&&!this.$el.contains($(i))&&this.hide(!1)}},{name:"beforescroll",handler(){this.hide(!1)}},{name:"toggle",self:!0,handler(t,e){t.preventDefault(),this.isToggled()?this.hide(!1):this.show(e==null?void 0:e.$el,!1)}},{name:"toggleshow",self:!0,handler(t,e){t.preventDefault(),this.show(e==null?void 0:e.$el)}},{name:"togglehide",self:!0,handler(t){t.preventDefault(),_(this.$el,":focus,:hover")||this.hide()}},{name:`${ze} focusin`,filter(){return f(this.mode,"hover")},handler(t){Wt(t)||this.clearTimers()}},{name:`${Ci} focusout`,filter(){return f(this.mode,"hover")},handler(t){!Wt(t)&&t.relatedTarget&&this.hide()}},{name:"toggled",self:!0,handler(t,e){e&&(this.clearTimers(),this.position())}},{name:"show",self:!0,handler(){F=this,this.tracker.init(),d(this.targetEl,"aria-expanded",!0);const t=[$r(this),yr(this),xr(this),this.autoUpdate&&ho(this),this.closeOnScroll&&kr(this),!this.bgScroll&&lo(this.$el)];N(this.$el,"hide",()=>t.forEach(e=>e&&e()),{self:!0})}},{name:"beforehide",self:!0,handler(){this.clearTimers()}},{name:"hide",handler({target:t}){if(this.$el!==t){F=F===null&&this.$el.contains(t)&&this.isToggled()?this:F;return}F=this.isActive()?null:F,this.tracker.cancel(),d(this.targetEl,"aria-expanded",null)}}],update:{write(){this.isToggled()&&!b(this.$el,this.clsEnter)&&this.position()}},methods:{show(t=this.targetEl,e=!0){if(this.isToggled()&&t&&this.targetEl&&t!==this.targetEl&&this.hide(!1,!1),this.targetEl=t,this.clearTimers(),!this.isActive()){if(F){if(e&&F.isDelaying){this.showTimer=setTimeout(()=>_(t,":hover")&&this.show(),10);return}let i;for(;F&&i!==F&&!F.$el.contains(this.$el);)i=F,F.hide(!1,!1)}this.container&&P(this.$el)!==this.container&&tt(this.container,this.$el),this.showTimer=setTimeout(()=>this.toggleElement(this.$el,!0),e&&this.delayShow||0)}},hide(t=!0,e=!0){const i=()=>this.toggleElement(this.$el,!1,this.animateOut&&e);this.clearTimers(),this.isDelayedHide=t,this.isDelaying=vr(this.$el).some(n=>this.tracker.movesTo(n)),t&&this.isDelaying?this.hideTimer=setTimeout(this.hide,50):t&&this.delayHide?this.hideTimer=setTimeout(i,this.delayHide):i()},clearTimers(){clearTimeout(this.showTimer),clearTimeout(this.hideTimer),this.showTimer=null,this.hideTimer=null,this.isDelaying=!1},isActive(){return F===this},position(){D(this.$el,"uk-drop-stack"),c(this.$el,this._style),this.$el.hidden=!0;const t=this.target.map(o=>br(this.$el,o)),e=this.getViewportOffset(this.$el),i=[[0,["x","width","left","right"]],[1,["y","height","top","bottom"]]];for(const[o,[s,r]]of i)this.axis!==s&&f([s,!0],this.stretch)&&c(this.$el,{[r]:Math.min(v(this.boundary[o])[r],t[o][r]-2*e),[`overflow-${s}`]:"auto"});const n=t[0].width-2*e;this.$el.hidden=!1,c(this.$el,"maxWidth",""),this.$el.offsetWidth>n&&w(this.$el,"uk-drop-stack"),c(this.$el,"maxWidth",n),this.positionAt(this.$el,this.target,this.boundary);for(const[o,[s,r,a,l]]of i)if(this.axis===s&&f([s,!0],this.stretch)){const h=Math.abs(this.getPositionOffset(this.$el)),u=v(this.target[o]),p=v(this.$el);c(this.$el,{[r]:(u[a]>p[a]?u[this.inset?l:a]-Math.max(v(this.boundary[o])[a],t[o][a]+e):Math.min(v(this.boundary[o])[l],t[o][l]-e)-u[this.inset?a:l])-h,[`overflow-${s}`]:"auto"}),this.positionAt(this.$el,this.target,this.boundary)}}}};function vr(t){const e=[];return pt(t,i=>c(i,"position")!=="static"&&e.push(i)),e}function br(t,e){return Z(Gt(e).find(i=>i.contains(t)))}function wr(t){const{$el:e}=t.$create("toggle",X(t.toggle,t.$el),{target:t.$el,mode:t.mode});return d(e,"aria-haspopup",!0),e}function $r(t){const e=()=>t.$emit(),i=[_i(e),me(Gt(t.$el).concat(t.target),e)];return()=>i.map(n=>n.disconnect())}function ho(t,e=()=>t.$emit()){return O([document,...Gt(t.$el)],"scroll",e,{passive:!0})}function yr(t){return O(document,"keydown",e=>{e.keyCode===M.ESC&&t.hide(!1)})}function kr(t){return ho(t,()=>t.hide(!1))}function xr(t){return O(document,Vt,({target:e})=>{t.$el.contains(e)||N(document,`${Yt} ${We} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===Yt&&e===o&&!(t.targetEl&&on(e,t.targetEl))&&t.hide(!1)},!0)})}var uo={mixins:[ot,qi],props:{align:String,clsDrop:String,boundary:Boolean,dropbar:Boolean,dropbarAnchor:Boolean,duration:Number,mode:Boolean,offset:Boolean,stretch:Boolean,delayShow:Boolean,delayHide:Boolean,target:Boolean,targetX:Boolean,targetY:Boolean,animation:Boolean,animateOut:Boolean,closeOnScroll:Boolean},data:{align:Et?"right":"left",clsDrop:"uk-dropdown",clsDropbar:"uk-dropnav-dropbar",boundary:!0,dropbar:!1,dropbarAnchor:!1,duration:200,container:!1,selNavItem:"> li > a, > ul > li > a"},computed:{dropbarAnchor:({dropbarAnchor:t},e)=>X(t,e)||e,dropbar({dropbar:t}){return t?(t=this._dropbar||X(t,this.$el)||$(`+ .${this.clsDropbar}`,this.$el),t||(this._dropbar=$("<div></div>"))):null},dropbarOffset(){return 0},dropContainer(t,e){return this.container||e},dropdowns({clsDrop:t},e){var i;const n=A(`.${t}`,e);if(this.dropContainer!==e)for(const o of A(`.${t}`,this.dropContainer)){const s=(i=this.getDropdown(o))==null?void 0:i.targetEl;!f(n,o)&&s&&this.$el.contains(s)&&n.push(o)}return n},items({selNavItem:t},e){return A(t,e)}},watch:{dropbar(t){w(t,"uk-dropbar","uk-dropbar-top",this.clsDropbar,`uk-${this.$options.name}-dropbar`)},dropdowns(){this.initializeDropdowns()}},connected(){this.initializeDropdowns()},disconnected(){xt(this._dropbar),delete this._dropbar},events:[{name:"mouseover focusin",delegate(){return this.selNavItem},handler({current:t}){const e=this.getActive();e&&f(e.mode,"hover")&&e.targetEl&&!t.contains(e.targetEl)&&!e.isDelaying&&e.hide(!1)}},{name:"keydown",self:!0,delegate(){return this.selNavItem},handler(t){var e;const{current:i,keyCode:n}=t,o=this.getActive();n===M.DOWN&&(o==null?void 0:o.targetEl)===i&&(t.preventDefault(),(e=$(Me,o.$el))==null||e.focus()),fo(t,this.items,o)}},{name:"keydown",el(){return this.dropContainer},delegate(){return`.${this.clsDrop}`},handler(t){var e;const{current:i,keyCode:n}=t;if(!f(this.dropdowns,i))return;const o=this.getActive();let s=-1;if(n===M.HOME?s=0:n===M.END?s="last":n===M.UP?s="previous":n===M.DOWN?s="next":n===M.ESC&&((e=o.targetEl)==null||e.focus()),~s){t.preventDefault();const r=A(Me,i);r[ft(s,r,Se(r,a=>_(a,":focus")))].focus()}fo(t,this.items,o)}},{name:"mouseleave",el(){return this.dropbar},filter(){return this.dropbar},handler(){const t=this.getActive();t&&f(t.mode,"hover")&&!this.dropdowns.some(e=>_(e,":hover"))&&t.hide()}},{name:"beforeshow",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){this.isDropbarDrop(t)&&(this.dropbar.previousElementSibling!==this.dropbarAnchor&&Fe(this.dropbarAnchor,this.dropbar),w(t,`${this.clsDrop}-dropbar`))}},{name:"show",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){if(!this.isDropbarDrop(t))return;const e=this.getDropdown(t),i=()=>{const n=kt(t,`.${this.clsDrop}`).concat(t).map(a=>v(a)),o=Math.min(...n.map(({top:a})=>a)),s=Math.max(...n.map(({bottom:a})=>a)),r=v(this.dropbar);c(this.dropbar,"top",this.dropbar.offsetTop-(r.top-o)-this.dropbarOffset),this.transitionTo(s-o+y(c(t,"marginBottom"))+this.dropbarOffset,t)};this._observer=me([e.$el,...e.target],i),i()}},{name:"beforehide",el(){return this.dropContainer},filter(){return this.dropbar},handler(t){const e=this.getActive();_(this.dropbar,":hover")&&e.$el===t.target&&f(e.mode,"hover")&&e.isDelayedHide&&!this.items.some(i=>e.targetEl!==i&&_(i,":focus"))&&t.preventDefault()}},{name:"hide",el(){return this.dropContainer},filter(){return this.dropbar},handler({target:t}){var e;if(!this.isDropbarDrop(t))return;(e=this._observer)==null||e.disconnect();const i=this.getActive();(!i||i.$el===t)&&this.transitionTo(0)}}],methods:{getActive(){var t;return f(this.dropdowns,(t=F)==null?void 0:t.$el)&&F},async transitionTo(t,e){const{dropbar:i}=this,n=it(i);e=n<t&&e,await J.cancel([e,i]),c(e,"clipPath",`polygon(0 0,100% 0,100% ${n}px,0 ${n}px)`),it(i,n),await Promise.all([J.start(i,{height:t},this.duration),J.start(e,{clipPath:`polygon(0 0,100% 0,100% ${t}px,0 ${t}px)`},this.duration).finally(()=>c(e,{clipPath:""}))]).catch(at)},getDropdown(t){return this.$getComponent(t,"drop")||this.$getComponent(t,"dropdown")},isDropbarDrop(t){return this.getDropdown(t)&&b(t,this.clsDrop)},initializeDropdowns(){this.$create("drop",this.dropdowns.filter(t=>!this.getDropdown(t)),{...this.$props,flip:!1,shift:!0,pos:`bottom-${this.align}`,boundary:this.boundary===!0?this.$el:this.boundary})}}};function fo(t,e,i){var n,o,s;const{current:r,keyCode:a}=t;let l=-1;a===M.HOME?l=0:a===M.END?l="last":a===M.LEFT?l="previous":a===M.RIGHT?l="next":a===M.TAB&&((n=i.targetEl)==null||n.focus(),(o=i.hide)==null||o.call(i,!1)),~l&&(t.preventDefault(),(s=i.hide)==null||s.call(i,!1),e[ft(l,e,e.indexOf(i.targetEl||r))].focus())}var Cr={mixins:[ot],args:"target",props:{target:Boolean},data:{target:!1},computed:{input:(t,e)=>$(Be,e),state(){return this.input.nextElementSibling},target({target:t},e){return t&&(t===!0&&P(this.input)===e&&this.input.nextElementSibling||$(t,e))}},update(){var t;const{target:e,input:i}=this;if(!e)return;let n;const o=en(e)?"value":"textContent",s=e[o],r=(t=i.files)!=null&&t[0]?i.files[0].name:_(i,"select")&&(n=A("option",i).filter(a=>a.selected)[0])?n.textContent:i.value;s!==r&&(e[o]=r)},events:[{name:"change",handler(){this.$emit()}},{name:"reset",el(){return this.$el.closest("form")},handler(){this.$emit()}}]},po={props:{margin:String,firstColumn:Boolean},data:{margin:"uk-margin-small-top",firstColumn:"uk-first-column"},observe:[zi({options:{childList:!0,attributes:!0,attributeFilter:["style"]}}),gt({target:({$el:t})=>[t,...ct(t)]})],update:{read(){return{rows:go(At(this.$el.children))}},write({rows:t}){for(const e of t)for(const i of e)U(i,this.margin,t[0]!==e),U(i,this.firstColumn,e[Et?e.length-1:0]===i)},events:["resize"]}};function go(t){const e=[[]],i=t.some((n,o)=>o&&t[o-1].offsetParent!==n.offsetParent);for(const n of t){if(!W(n))continue;const o=ji(n,i);for(let s=e.length-1;s>=0;s--){const r=e[s];if(!r[0]){r.push(n);break}const a=ji(r[0],i);if(o.top>=a.bottom-1&&o.top!==a.top){e.push([n]);break}if(o.bottom-1>a.top||o.top===a.top){let l=r.length-1;for(;l>=0;l--){const h=ji(r[l],i);if(o.left>=h.left)break}r.splice(l+1,0,n);break}if(s===0){e.unshift([n]);break}}}return e}function ji(t,e=!1){let{offsetTop:i,offsetLeft:n,offsetHeight:o,offsetWidth:s}=t;return e&&([i,n]=St(t)),{top:i,left:n,bottom:i+o,right:n+s}}var Sr={extends:po,mixins:[ot],name:"grid",props:{masonry:Boolean,parallax:String,parallaxStart:String,parallaxEnd:String,parallaxJustify:Boolean},data:{margin:"uk-grid-margin",clsStack:"uk-grid-stack",masonry:!1,parallax:0,parallaxStart:0,parallaxEnd:0,parallaxJustify:!1},connected(){this.masonry&&w(this.$el,"uk-flex-top","uk-flex-wrap-top")},observe:Wi({filter:({parallax:t,parallaxJustify:e})=>t||e}),update:[{write({rows:t}){U(this.$el,this.clsStack,!t.some(e=>e.length>1))},events:["resize"]},{read(t){const{rows:e}=t;let{masonry:i,parallax:n,parallaxJustify:o,margin:s}=this;if(n=Math.max(0,K(n)),!(i||n||o)||mo(e)||e[0].some((S,k)=>e.some(B=>B[k]&&B[k].offsetWidth!==S.offsetWidth)))return t.translates=t.scrollColumns=!1;let r=Er(e,s),a,l;i?[a,l]=Tr(e,r,i==="next"):a=_r(e);const h=a.map(S=>re(S,"offsetHeight")+r*(S.length-1)),u=Math.max(0,...h);let p,g,C;return(n||o)&&(p=h.map((S,k)=>o?u-S+n:n/(k%2||8)),o||(n=Math.max(...h.map((S,k)=>S+p[k]-u))),g=K(this.parallaxStart,"height",this.$el,!0),C=K(this.parallaxEnd,"height",this.$el,!0)),{columns:a,translates:l,scrollColumns:p,parallaxStart:g,parallaxEnd:C,padding:n,height:l?u:""}},write({height:t,padding:e}){c(this.$el,"paddingBottom",e||""),t!==!1&&c(this.$el,"height",t)},events:["resize"]},{read({rows:t,scrollColumns:e,parallaxStart:i,parallaxEnd:n}){return e&&mo(t)?!1:{scrolled:e?On(this.$el,i,n):!1}},write({columns:t,scrolled:e,scrollColumns:i,translates:n}){!e&&!n||t.forEach((o,s)=>o.forEach((r,a)=>{let[l,h]=n&&n[s][a]||[0,0];e&&(h+=e*i[s]),c(r,"transform",`translate(${l}px, ${h}px)`)}))},events:["scroll","resize"]}]};function mo(t){return t.flat().some(e=>c(e,"position")==="absolute")}function Tr(t,e,i){const n=[],o=[],s=Array(t[0].length).fill(0);let r=0;for(let a of t){Et&&(a=a.reverse());let l=0;for(const h in a){const{offsetWidth:u,offsetHeight:p}=a[h],g=i?h:s.indexOf(Math.min(...s));Ui(n,g,a[h]),Ui(o,g,[(g-h)*u*(Et?-1:1),s[g]-r]),s[g]+=p+e,l=Math.max(l,p)}r+=l+e}return[n,o]}function Er(t,e){const i=t.flat().find(n=>b(n,e));return y(i?c(i,"marginTop"):c(t[0][0],"paddingLeft"))}function _r(t){const e=[];for(const i of t)for(const n in i)Ui(e,n,i[n]);return e}function Ui(t,e,i){t[e]||(t[e]=[]),t[e].push(i)}var Or={args:"target",props:{target:String,row:Boolean},data:{target:"> *",row:!0},computed:{elements:({target:t},e)=>A(t,e)},observe:gt({target:({$el:t,elements:e})=>e.reduce((i,n)=>i.concat(n,...n.children),[t])}),update:{read(){return{rows:(this.row?go(this.elements):[this.elements]).map(Pr)}},write({rows:t}){for(const{heights:e,elements:i}of t)i.forEach((n,o)=>c(n,"minHeight",e[o]))},events:["resize"]}};function Pr(t){if(t.length<2)return{heights:[""],elements:t};let e=t.map(Br);const i=Math.max(...e);return{heights:t.map((n,o)=>e[o].toFixed(2)===i.toFixed(2)?"":i),elements:t}}function Br(t){const e=oi(t.style,["display","minHeight"]);W(t)||c(t,"display","block","important"),c(t,"minHeight","");const i=V(t).height-pe(t,"height","content-box");return c(t,e),i}var Mr={props:{expand:Boolean,offsetTop:Boolean,offsetBottom:Boolean,minHeight:Number},data:{expand:!1,offsetTop:!1,offsetBottom:!1,minHeight:0},observe:[io({filter:({expand:t})=>t}),gt({target:({$el:t})=>ve(t)})],update:{read(){if(!W(this.$el))return!1;let t="";const e=pe(this.$el,"height","content-box"),{body:i,scrollingElement:n}=document,o=ht(this.$el),{height:s}=Z(o===i?n:o),r=n===o||i===o;if(t=`calc(${r?"100vh":`${s}px`}`,this.expand){const a=V(o).height-V(this.$el).height;t+=` - ${a}px`}else{if(this.offsetTop)if(r){const a=this.offsetTop===!0?this.$el:X(this.offsetTop,this.$el),l=St(a)[0]-St(o)[0];t+=l>0&&l<s/2?` - ${l}px`:""}else t+=` - ${c(o,"paddingTop")}`;this.offsetBottom===!0?t+=` - ${V(this.$el.nextElementSibling).height}px`:$t(this.offsetBottom)?t+=` - ${this.offsetBottom}vh`:this.offsetBottom&&ie(this.offsetBottom,"px")?t+=` - ${y(this.offsetBottom)}px`:x(this.offsetBottom)&&(t+=` - ${V(X(this.offsetBottom,this.$el)).height}px`)}return t+=`${e?` - ${e}px`:""})`,{minHeight:t}},write({minHeight:t}){c(this.$el,"minHeight",`max(${this.minHeight||0}px, ${t})`)},events:["resize"]}},Dr='<svg width="14" height="14" viewBox="0 0 14 14"><line fill="none" stroke="#000" stroke-width="1.1" x1="1" y1="1" x2="13" y2="13"/><line fill="none" stroke="#000" stroke-width="1.1" x1="13" y1="1" x2="1" y2="13"/></svg>',Ar='<svg width="20" height="20" viewBox="0 0 20 20"><line fill="none" stroke="#000" stroke-width="1.4" x1="1" y1="1" x2="19" y2="19"/><line fill="none" stroke="#000" stroke-width="1.4" x1="19" y1="1" x2="1" y2="19"/></svg>',Ir='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Nr='<svg width="20" height="20" viewBox="0 0 20 20"><rect x="9" y="4" width="1" height="11"/><rect x="4" y="9" width="11" height="1"/></svg>',Fr='<svg width="14" height="14" viewBox="0 0 14 14"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 4 7 10 13 4"/></svg>',Hr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',Lr='<svg width="12" height="12" viewBox="0 0 12 12"><polyline fill="none" stroke="#000" stroke-width="1.1" points="1 3.5 6 8.5 11 3.5"/></svg>',zr='<svg width="20" height="20" viewBox="0 0 20 20"><style>.uk-navbar-toggle-animate svg>[class*="line-"]{transition:0.2s ease-in-out;transition-property:transform, opacity;transform-origin:center;opacity:1}.uk-navbar-toggle svg>.line-3{opacity:0}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-3{opacity:1}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-2{transform:rotate(45deg)}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-3{transform:rotate(-45deg)}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-1,.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-4{opacity:0}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-1{transform:translateY(6px) scaleX(0)}.uk-navbar-toggle-animate[aria-expanded="true"] svg>.line-4{transform:translateY(-6px) scaleX(0)}</style><rect class="line-1" y="3" width="20" height="2"/><rect class="line-2" y="9" width="20" height="2"/><rect class="line-3" y="9" width="20" height="2"/><rect class="line-4" y="15" width="20" height="2"/></svg>',Wr='<svg width="40" height="40" viewBox="0 0 40 40"><rect x="19" y="0" width="1" height="40"/><rect x="0" y="19" width="40" height="1"/></svg>',qr='<svg width="7" height="12" viewBox="0 0 7 12"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 1 6 6 1 11"/></svg>',Rr='<svg width="7" height="12" viewBox="0 0 7 12"><polyline fill="none" stroke="#000" stroke-width="1.2" points="6 1 1 6 6 11"/></svg>',jr='<svg width="20" height="20" viewBox="0 0 20 20"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"/><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"/></svg>',Ur='<svg width="40" height="40" viewBox="0 0 40 40"><circle fill="none" stroke="#000" stroke-width="1.8" cx="17.5" cy="17.5" r="16.5"/><line fill="none" stroke="#000" stroke-width="1.8" x1="38" y1="39" x2="29" y2="30"/></svg>',Vr='<svg width="24" height="24" viewBox="0 0 24 24"><circle fill="none" stroke="#000" stroke-width="1.1" cx="10.5" cy="10.5" r="9.5"/><line fill="none" stroke="#000" stroke-width="1.1" x1="23" y1="23" x2="17" y2="17"/></svg>',Yr='<svg width="25" height="40" viewBox="0 0 25 40"><polyline fill="none" stroke="#000" stroke-width="2" points="4.002,38.547 22.527,20.024 4,1.5"/></svg>',Gr='<svg width="14" height="24" viewBox="0 0 14 24"><polyline fill="none" stroke="#000" stroke-width="1.4" points="1.225,23 12.775,12 1.225,1"/></svg>',Xr='<svg width="25" height="40" viewBox="0 0 25 40"><polyline fill="none" stroke="#000" stroke-width="2" points="20.527,1.5 2,20.024 20.525,38.547"/></svg>',Jr='<svg width="14" height="24" viewBox="0 0 14 24"><polyline fill="none" stroke="#000" stroke-width="1.4" points="12.775,1 1.225,12 12.775,23"/></svg>',Kr='<svg width="30" height="30" viewBox="0 0 30 30"><circle fill="none" stroke="#000" cx="15" cy="15" r="14"/></svg>',Zr='<svg width="18" height="10" viewBox="0 0 18 10"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9"/></svg>',vo={props:{i18n:Object},data:{i18n:null},methods:{t(t,...e){var i,n,o;let s=0;return((o=((i=this.i18n)==null?void 0:i[t])||((n=this.$options.i18n)==null?void 0:n[t]))==null?void 0:o.replace(/%s/g,()=>e[s++]||""))||""}}},bo={args:"src",props:{width:Number,height:Number,ratio:Number},data:{ratio:1},connected(){this.svg=this.getSvg().then(t=>{if(!this._connected)return;const e=Qr(t,this.$el);return this.svgEl&&e!==this.svgEl&&xt(this.svgEl),ta.call(this,e,t),this.svgEl=e},at)},disconnected(){this.svg.then(t=>{this._connected||(ci(this.$el)&&(this.$el.hidden=!1),xt(t),this.svgEl=null)}),this.svg=null},methods:{async getSvg(){}}};function Qr(t,e){if(ci(e)||L(e,"canvas")){e.hidden=!0;const n=e.nextElementSibling;return wo(t,n)?n:Fe(e,t)}const i=e.lastElementChild;return wo(t,i)?i:tt(e,t)}function wo(t,e){return L(t,"svg")&&L(e,"svg")&&t.innerHTML===e.innerHTML}function ta(t,e){const i=["width","height"];let n=i.map(s=>this[s]);n.some(s=>s)||(n=i.map(s=>d(e,s)));const o=d(e,"viewBox");o&&!n.some(s=>s)&&(n=o.split(" ").slice(2)),n.forEach((s,r)=>d(t,i[r],y(s)*this.ratio||null))}const Ge={spinner:Kr,totop:Zr,marker:Nr,"close-icon":Dr,"close-large":Ar,"drop-parent-icon":Ir,"nav-parent-icon":Hr,"nav-parent-icon-large":Fr,"navbar-parent-icon":Lr,"navbar-toggle-icon":zr,"overlay-icon":Wr,"pagination-next":qr,"pagination-previous":Rr,"search-icon":jr,"search-large":Ur,"search-navbar":Vr,"slidenav-next":Gr,"slidenav-next-large":Yr,"slidenav-previous":Jr,"slidenav-previous-large":Xr},Vi={install:ha,mixins:[bo],args:"icon",props:{icon:String},isIcon:!0,beforeConnect(){w(this.$el,"uk-icon")},methods:{async getSvg(){const t=ua(this.icon);if(!t)throw"Icon not found.";return t}}},Pt={args:!1,extends:Vi,data:t=>({icon:bt(t.constructor.options.name)}),beforeConnect(){w(this.$el,this.$options.id)}},ea={extends:Pt,beforeConnect(){const t=this.$props.icon;this.icon=this.$el.closest(".uk-nav-primary")?`${t}-large`:t}},ia={extends:Pt,mixins:[vo],i18n:{toggle:"Open Search",submit:"Submit Search"},beforeConnect(){if(this.icon=b(this.$el,"uk-search-icon")&&kt(this.$el,".uk-search-large").length?"search-large":kt(this.$el,".uk-search-navbar").length?"search-navbar":this.$props.icon,!lt(this.$el,"aria-label"))if(b(this.$el,"uk-search-toggle")||b(this.$el,"uk-navbar-toggle")){const t=this.t("toggle");d(this.$el,"aria-label",t)}else{const t=this.$el.closest("a,button");if(t){const e=this.t("submit");d(t,"aria-label",e)}}}},na={extends:Pt,beforeConnect(){d(this.$el,"role","status")},methods:{async getSvg(){const t=await Vi.methods.getSvg.call(this);return this.ratio!==1&&c($("circle",t),"strokeWidth",1/this.ratio),t}}},Bt={extends:Pt,mixins:[vo],beforeConnect(){const t=this.$el.closest("a,button");d(t,"role",this.role!==null&&L(t,"a")?"button":this.role);const e=this.t("label");e&&!lt(t,"aria-label")&&d(t,"aria-label",e)}},$o={extends:Bt,beforeConnect(){w(this.$el,"uk-slidenav");const t=this.$props.icon;this.icon=b(this.$el,"uk-slidenav-large")?`${t}-large`:t}},oa={extends:Bt,i18n:{label:"Open menu"}},sa={extends:Bt,i18n:{label:"Close"},beforeConnect(){this.icon=`close-${b(this.$el,"uk-close-large")?"large":"icon"}`}},ra={extends:Bt,i18n:{label:"Open"}},aa={extends:Bt,i18n:{label:"Back to top"}},la={extends:Bt,i18n:{label:"Next page"},data:{role:null}},ca={extends:Bt,i18n:{label:"Previous page"},data:{role:null}},Xe={};function ha(t){t.icon.add=(e,i)=>{const n=x(e)?{[e]:i}:e;Ht(n,(o,s)=>{Ge[s]=o,delete Xe[s]}),t._initialized&&pt(document.body,o=>Ht(t.getComponents(o),s=>{s.$options.isIcon&&s.icon in n&&s.$reset()}))}}function ua(t){return Ge[t]?(Xe[t]||(Xe[t]=$((Ge[fa(t)]||Ge[t]).trim())),Xe[t].cloneNode(!0)):null}function fa(t){return Et?ni(ni(t,"left","right"),"previous","next"):t}const da=Tt&&"loading"in HTMLImageElement.prototype;var pa={args:"dataSrc",props:{dataSrc:String,sources:String,margin:String,target:String,loading:String},data:{dataSrc:"",sources:!1,margin:"50%",target:!1,loading:"lazy"},connected(){if(this.loading!=="lazy"){this.load();return}da&&Je(this.$el)&&(this.$el.loading="lazy",Yi(this.$el)),wa(this.$el)},disconnected(){this.img&&(this.img.onload=""),delete this.img},observe:Kt({target:({$el:t,$props:e})=>[t,...ce(e.target,t)],handler(t,e){this.load(),e.disconnect()},options:({margin:t})=>({rootMargin:t}),filter:({loading:t})=>t==="lazy"}),methods:{load(){if(this.img)return this.img;const t=Je(this.$el)?this.$el:ma(this.$el,this.dataSrc,this.sources);return ae(t,"loading"),Yi(this.$el,t.currentSrc),this.img=t}}};function Yi(t,e){if(Je(t)){const i=P(t);(L(i,"picture")?ct(i):[t]).forEach(o=>yo(o,o))}else e&&!f(t.style.backgroundImage,e)&&(c(t,"backgroundImage",`url(${pi(e)})`),T(t,De("load",!1)))}const ga=["data-src","data-srcset","sizes"];function yo(t,e){for(const i of ga){const n=Lt(t,i);n&&d(e,i.replace(/^(data-)+/,""),n)}}function ma(t,e,i){const n=new Image;return va(n,i),yo(t,n),n.onload=()=>{Yi(t,n.currentSrc)},d(n,"src",e),n}function va(t,e){if(e=ba(e),e.length){const i=qt("<picture>");for(const n of e){const o=qt("<source>");d(o,n),tt(i,o)}tt(i,t)}}function ba(t){if(!t)return[];if(G(t,"["))try{t=JSON.parse(t)}catch{t=[]}else t=Ni(t);return H(t)||(t=[t]),t.filter(e=>!ei(e))}function wa(t){Je(t)&&!lt(t,"src")&&d(t,"src",'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"></svg>')}function Je(t){return L(t,"img")}var Gi={props:{media:Boolean},data:{media:!1},connected(){const t=$a(this.media,this.$el);if(this.matchMedia=!0,t){this.mediaObj=window.matchMedia(t);const e=()=>{this.matchMedia=this.mediaObj.matches,T(this.$el,De("mediachange",!1,!0,[this.mediaObj]))};this.offMediaObj=O(this.mediaObj,"change",()=>{e(),this.$emit("resize")}),e()}},disconnected(){var t;(t=this.offMediaObj)==null||t.call(this)}};function $a(t,e){if(x(t)){if(G(t,"@"))t=y(c(e,`--uk-breakpoint-${t.substr(1)}`));else if(isNaN(t))return t}return t&&$t(t)?`(min-width: ${t}px)`:""}var ya={mixins:[ot,Gi],props:{fill:String},data:{fill:"",clsWrapper:"uk-leader-fill",clsHide:"uk-leader-hide",attrFill:"data-fill"},computed:{fill:({fill:t},e)=>t||c(e,"--uk-leader-fill-content")},connected(){[this.wrapper]=xi(this.$el,`<span class="${this.clsWrapper}">`)},disconnected(){fe(this.wrapper.childNodes)},observe:gt(),update:{read(){return{width:Math.trunc(this.$el.offsetWidth/2),fill:this.fill,hide:!this.matchMedia}},write({width:t,fill:e,hide:i}){U(this.wrapper,this.clsHide,i),d(this.wrapper,this.attrFill,new Array(t).join(e))},events:["resize"]}};const q=[];var ko={mixins:[ot,qi,Zt],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean,role:String},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1,role:"dialog"},computed:{panel:({selPanel:t},e)=>$(t,e),transitionElement(){return this.panel},bgClose({bgClose:t}){return t&&this.panel}},connected(){d(this.panel||this.$el,"role",this.role),this.overlay&&d(this.panel||this.$el,"aria-modal",!0)},beforeDisconnect(){f(q,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate(){return`${this.selClose},a[href*="#"]`},handler(t){const{current:e,defaultPrevented:i}=t,{hash:n}=e;!i&&n&&zt(e)&&!this.$el.contains($(n))?this.hide():_(e,this.selClose)&&(t.preventDefault(),this.hide())}},{name:"toggle",self:!0,handler(t){t.defaultPrevented||(t.preventDefault(),this.isToggled()===f(q,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler(t){if(f(q,this))return!1;!this.stack&&q.length?(Promise.all(q.map(e=>e.hide())).then(this.show),t.preventDefault()):q.push(this)}},{name:"show",self:!0,handler(){this.stack&&c(this.$el,"zIndex",y(c(this.$el,"zIndex"))+q.length);const t=[this.overlay&&xa(this),this.overlay&&lo(this.$el),this.bgClose&&Ca(this),this.escClose&&Sa(this)];N(this.$el,"hidden",()=>t.forEach(e=>e&&e()),{self:!0}),w(document.documentElement,this.clsPage)}},{name:"shown",self:!0,handler(){hi(this.$el)||d(this.$el,"tabindex","-1"),_(this.$el,":focus-within")||this.$el.focus()}},{name:"hidden",self:!0,handler(){f(q,this)&&q.splice(q.indexOf(this),1),c(this.$el,"zIndex",""),q.some(t=>t.clsPage===this.clsPage)||D(document.documentElement,this.clsPage)}}],methods:{toggle(){return this.isToggled()?this.hide():this.show()},show(){return this.container&&P(this.$el)!==this.container?(tt(this.container,this.$el),new Promise(t=>requestAnimationFrame(()=>this.show().then(t)))):this.toggleElement(this.$el,!0,xo)},hide(){return this.toggleElement(this.$el,!1,xo)}}};function xo(t,e,{transitionElement:i,_toggle:n}){return new Promise((o,s)=>N(t,"show hide",()=>{var r;(r=t._reject)==null||r.call(t),t._reject=s,n(t,e);const a=N(i,"transitionstart",()=>{N(i,"transitionend transitioncancel",o,{self:!0}),clearTimeout(l)},{self:!0}),l=setTimeout(()=>{a(),o()},ka(c(i,"transitionDuration")))})).then(()=>delete t._reject)}function ka(t){return t?ie(t,"ms")?y(t):y(t)*1e3:0}function xa(t){return O(document,"focusin",e=>{se(q)===t&&!t.$el.contains(e.target)&&t.$el.focus()})}function Ca(t){return O(document,Vt,({target:e})=>{se(q)!==t||t.overlay&&!t.$el.contains(e)||t.panel.contains(e)||N(document,`${Yt} ${We} scroll`,({defaultPrevented:i,type:n,target:o})=>{!i&&n===Yt&&e===o&&t.hide()},!0)})}function Sa(t){return O(document,"keydown",e=>{e.keyCode===27&&se(q)===t&&t.hide()})}var Ta={install:Ea,mixins:[ko],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler(){b(this.panel,"uk-margin-auto-vertical")?w(this.$el,"uk-flex"):c(this.$el,"display","block"),it(this.$el)}},{name:"hidden",self:!0,handler(){c(this.$el,"display",""),D(this.$el,"uk-flex")}}]};function Ea({modal:t}){t.dialog=function(i,n){const o=t(`<div class="uk-modal"> <div class="uk-modal-dialog">${i}</div> </div>`,{stack:!0,role:"alertdialog",...n});return o.show(),O(o.$el,"hidden",async()=>{await Promise.resolve(),o.$destroy(!0)},{self:!0}),o},t.alert=function(i,n){return e(({i18n:o})=>`<div class="uk-modal-body">${x(i)?i:Ne(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-primary uk-modal-close" autofocus>${o.ok}</button> </div>`,n)},t.confirm=function(i,n){return e(({i18n:o})=>`<form> <div class="uk-modal-body">${x(i)?i:Ne(i)}</div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${o.cancel}</button> <button class="uk-button uk-button-primary" autofocus>${o.ok}</button> </div> </form>`,n,()=>Promise.reject())},t.prompt=function(i,n,o){const s=e(({i18n:l})=>`<form class="uk-form-stacked"> <div class="uk-modal-body"> <label>${x(i)?i:Ne(i)}</label> <input class="uk-input" value="${n||""}" autofocus> </div> <div class="uk-modal-footer uk-text-right"> <button class="uk-button uk-button-default uk-modal-close" type="button">${l.cancel}</button> <button class="uk-button uk-button-primary">${l.ok}</button> </div> </form>`,o,()=>null,()=>a.value),{$el:r}=s.dialog,a=$("input",r);return O(r,"show",()=>a.select()),s},t.i18n={ok:"Ok",cancel:"Cancel"};function e(i,n,o=at,s=at){n={bgClose:!1,escClose:!0,...n,i18n:{...t.i18n,...n==null?void 0:n.i18n}};const r=t.dialog(i(n),n);return ne(new Promise(a=>{const l=O(r.$el,"hide",()=>a(o()));O(r.$el,"submit","form",h=>{h.preventDefault(),a(s(r)),l(),r.hide()})}),{dialog:r})}}var _a={extends:oo,data:{targets:"> .uk-parent",toggle:"> a",content:"> ul"}},Oa={extends:uo,props:{dropbarTransparentMode:Boolean},data:{clsDrop:"uk-navbar-dropdown",selNavItem:".uk-navbar-nav > li > a,a.uk-navbar-item,button.uk-navbar-item,.uk-navbar-item a,.uk-navbar-item button,.uk-navbar-toggle",selTransparentTarget:'[class*="uk-section"]',dropbarTransparentMode:!1},computed:{navbarContainer:(t,e)=>e.closest(".uk-navbar-container"),dropbarOffset:({dropbarTransparentMode:t},e)=>t==="behind"?e.offsetHeight:0},watch:{items(){const t=b(this.$el,"uk-navbar-justify");for(const e of A(".uk-navbar-nav, .uk-navbar-left, .uk-navbar-right",this.$el))c(e,"flexGrow",t?A(".uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle",e).length:"")}},disconnect(){var t;(t=this._colorListener)==null||t.call(this)},observe:[zi({target:({navbarContainer:t})=>t,handler:"registerColorListener",options:{attributes:!0,attributeFilter:["class"],attributeOldValue:!0}}),Kt({handler(t){this._isIntersecting=t[0].isIntersecting,this.registerColorListener()},args:{intersecting:!1}})],events:[{name:"show",el(){return this.dropContainer},handler({target:t}){const e=this.getTransparentMode(t);if(!e||this._mode)return;const i=()=>this._mode=Pa(this.navbarContainer,"uk-light","uk-dark");if(e==="behind"){const n=Co(this.$el);n&&(i(),w(this.navbarContainer,`uk-${n}`))}e==="remove"&&(i(),D(this.navbarContainer,"uk-navbar-transparent"))}},{name:"hide",el(){return this.dropContainer},async handler({target:t}){const e=this.getTransparentMode(t);if(!(!e||!this._mode)&&(await Ba(),!this.getActive())){if(e==="behind"){const i=Co(this.$el);i&&D(this.navbarContainer,`uk-${i}`)}w(this.navbarContainer,this._mode),e==="remove"&&w(this.navbarContainer,"uk-navbar-transparent"),this._mode=null}}}],methods:{getTransparentMode(t){if(!this.navbarContainer)return;if(this.dropbar&&this.isDropbarDrop(t))return this.dropbarTransparentMode;const e=this.getDropdown(t);if(!(!e||!b(t,"uk-dropbar")))return e.inset?"behind":"remove"},registerColorListener(){const t=this._isIntersecting&&b(this.navbarContainer,"uk-navbar-transparent")&&!Da(this.navbarContainer)&&!A(".uk-drop",this.dropContainer).map(this.getDropdown).some(e=>e.isToggled()&&(e.inset||this.getTransparentMode(e.$el)==="behind"));if(this._colorListener){t||(this._colorListener(),this._colorListener=null);return}t&&(this._colorListener=Ma(this.navbarContainer,()=>{const{left:e,top:i,height:n}=v(this.navbarContainer),o={x:e,y:Math.max(0,i)+n/2},s=A(this.selTransparentTarget).find(a=>Oe(o,v(a))),r=c(s,"--uk-navbar-color");r&&Pe(this.navbarContainer,"uk-light,uk-dark",`uk-${r}`)}))}}};function Pa(t,...e){for(const i of e)if(b(t,i))return D(t,i),i}async function Ba(){return new Promise(t=>setTimeout(t))}function Co(t){return c(t,"--uk-navbar-dropbar-behind-color")}function Ma(t,e){const i=ht(t,!0),n=i===document.documentElement?document:i,o=O(n,"scroll",e,{passive:!0}),s=me([t,i],e);return()=>{o(),s.disconnect()}}function Da(t){do if(c(t,"mixBlendMode")!=="normal")return!0;while(t=P(t))}var Aa={mixins:[ko],args:"mode",props:{mode:String,flip:Boolean,overlay:Boolean,swiping:Boolean},data:{mode:"slide",flip:!1,overlay:!1,clsPage:"uk-offcanvas-page",clsContainer:"uk-offcanvas-container",selPanel:".uk-offcanvas-bar",clsFlip:"uk-offcanvas-flip",clsContainerAnimation:"uk-offcanvas-container-animation",clsSidebarAnimation:"uk-offcanvas-bar-animation",clsMode:"uk-offcanvas",clsOverlay:"uk-offcanvas-overlay",selClose:".uk-offcanvas-close",container:!1,swiping:!0},computed:{clsFlip:({flip:t,clsFlip:e})=>t?e:"",clsOverlay:({overlay:t,clsOverlay:e})=>t?e:"",clsMode:({mode:t,clsMode:e})=>`${e}-${t}`,clsSidebarAnimation:({mode:t,clsSidebarAnimation:e})=>t==="none"||t==="reveal"?"":e,clsContainerAnimation:({mode:t,clsContainerAnimation:e})=>t!=="push"&&t!=="reveal"?"":e,transitionElement({mode:t}){return t==="reveal"?P(this.panel):this.panel}},observe:no({filter:({swiping:t})=>t}),update:{read(){this.isToggled()&&!W(this.$el)&&this.hide()},events:["resize"]},events:[{name:"touchmove",self:!0,passive:!1,filter(){return this.overlay},handler(t){t.cancelable&&t.preventDefault()}},{name:"show",self:!0,handler(){this.mode==="reveal"&&!b(P(this.panel),this.clsMode)&&(Le(this.panel,"<div>"),w(P(this.panel),this.clsMode));const{body:t,scrollingElement:e}=document;w(t,this.clsContainer,this.clsFlip),c(t,"touch-action","pan-y pinch-zoom"),c(this.$el,"display","block"),c(this.panel,"maxWidth",e.clientWidth),w(this.$el,this.clsOverlay),w(this.panel,this.clsSidebarAnimation,this.mode==="reveal"?"":this.clsMode),it(t),w(t,this.clsContainerAnimation),this.clsContainerAnimation&&Ia()}},{name:"hide",self:!0,handler(){D(document.body,this.clsContainerAnimation),c(document.body,"touch-action","")}},{name:"hidden",self:!0,handler(){this.clsContainerAnimation&&Na(),this.mode==="reveal"&&fe(this.panel),D(this.panel,this.clsSidebarAnimation,this.clsMode),D(this.$el,this.clsOverlay),c(this.$el,"display",""),c(this.panel,"maxWidth",""),D(document.body,this.clsContainer,this.clsFlip)}},{name:"swipeLeft swipeRight",handler(t){this.isToggled()&&ie(t.type,"Left")^this.flip&&this.hide()}}]};function Ia(){So().content+=",user-scalable=0"}function Na(){const t=So();t.content=t.content.replace(/,user-scalable=0$/,"")}function So(){return $('meta[name="viewport"]',document.head)||tt(document.head,'<meta name="viewport">')}var Fa={mixins:[ot],props:{selContainer:String,selContent:String,minHeight:Number},data:{selContainer:".uk-modal",selContent:".uk-modal-dialog",minHeight:150},computed:{container:({selContainer:t},e)=>e.closest(t),content:({selContent:t},e)=>e.closest(t)},observe:gt({target:({container:t,content:e})=>[t,e]}),update:{read(){return!this.content||!this.container||!W(this.$el)?!1:{max:Math.max(this.minHeight,it(this.container)-(V(this.content).height-it(this.$el)))}},write({max:t}){c(this.$el,{minHeight:this.minHeight,maxHeight:t})},events:["resize"]}},Ha={props:["width","height"],connected(){w(this.$el,"uk-responsive-width")},observe:gt({target:({$el:t})=>[t,P(t)]}),update:{read(){return W(this.$el)&&this.width&&this.height?{width:de(P(this.$el)),height:this.height}:!1},write(t){it(this.$el,ai.contain({height:this.height,width:this.width},t).height)},events:["resize"]}},La={props:{offset:Number},data:{offset:0},connected(){za(this)},disconnected(){Wa(this)},methods:{async scrollTo(t){t=t&&$(t)||document.body,T(this.$el,"beforescroll",[this,t])&&(await _n(t,{offset:this.offset}),T(this.$el,"scrolled",[this,t]))}}};const Ce=new Set;function za(t){Ce.size||O(document,"click",To),Ce.add(t)}function Wa(t){Ce.delete(t),Ce.size||gi(document,"click",To)}function To(t){if(!t.defaultPrevented)for(const e of Ce)e.$el.contains(t.target)&&zt(e.$el)&&(t.preventDefault(),window.location.href!==e.$el.href&&window.history.pushState({},"",e.$el.href),e.scrollTo(fi(e.$el)))}var qa={args:"cls",props:{cls:String,target:String,hidden:Boolean,margin:String,repeat:Boolean,delay:Number},data:()=>({cls:"",target:!1,hidden:!0,margin:"-1px",repeat:!1,delay:0,inViewClass:"uk-scrollspy-inview"}),computed:{elements:({target:t},e)=>t?A(t,e):[e]},watch:{elements(t){this.hidden&&c(le(t,`:not(.${this.inViewClass})`),"opacity",0)}},connected(){this.elementData=new Map},disconnected(){for(const[t,e]of this.elementData.entries())D(t,this.inViewClass,(e==null?void 0:e.cls)||"");delete this.elementData},observe:Kt({target:({elements:t})=>t,handler(t){const e=this.elementData;for(const{target:i,isIntersecting:n}of t){e.has(i)||e.set(i,{cls:Lt(i,"uk-scrollspy-class")||this.cls});const o=e.get(i);!this.repeat&&o.show||(o.show=n)}this.$emit()},options:({margin:t})=>({rootMargin:t}),args:{intersecting:!1}}),update:[{write(t){for(const[e,i]of this.elementData.entries())i.show&&!i.inview&&!i.queued?(i.queued=!0,t.promise=(t.promise||Promise.resolve()).then(()=>new Promise(n=>setTimeout(n,this.delay))).then(()=>{this.toggle(e,!0),setTimeout(()=>{i.queued=!1,this.$emit()},300)})):!i.show&&i.inview&&!i.queued&&this.repeat&&this.toggle(e,!1)}}],methods:{toggle(t,e){var i;const n=this.elementData.get(t);if(n){if((i=n.off)==null||i.call(n),c(t,"opacity",!e&&this.hidden?0:""),U(t,this.inViewClass,e),U(t,n.cls),/\buk-animation-/.test(n.cls)){const o=()=>li(t,"uk-animation-[\\w-]+");e?n.off=N(t,"animationcancel animationend",o):o()}T(t,e?"inview":"outview"),n.inview=e,this.$update(t)}}}},Ra={props:{cls:String,closest:Boolean,scroll:Boolean,overflow:Boolean,offset:Number},data:{cls:"uk-active",closest:!1,scroll:!1,overflow:!0,offset:0},computed:{links:(t,e)=>A('a[href*="#"]',e).filter(i=>i.hash&&zt(i)),elements({closest:t}){return this.links.map(e=>e.closest(t||"*"))}},watch:{links(t){this.scroll&&this.$create("scroll",t,{offset:this.offset})}},observe:[Kt(),Wi()],update:[{read(){const t=this.links.map(fi).filter(Boolean),{length:e}=t;if(!e||!W(this.$el))return!1;const i=ht(t,!0),{scrollTop:n,scrollHeight:o}=i,s=Z(i),r=o-s.height;let a=!1;if(n===r)a=e-1;else{for(let l=0;l<t.length;l++){const h=Bi(t[l]),u=this.offset+(h?v(h).height:0);if(v(t[l]).top-s.top-u>0)break;a=+l}a===!1&&this.overflow&&(a=0)}return{active:a}},write({active:t}){const e=t!==!1&&!b(this.elements[t],this.cls);this.links.forEach(i=>i.blur());for(let i=0;i<this.elements.length;i++)U(this.elements[i],this.cls,+i===t);e&&T(this.$el,"active",[t,this.elements[t]])},events:["scroll","resize"]}]},ja={mixins:[ot,Gi],props:{position:String,top:null,bottom:null,start:null,end:null,offset:String,overflowFlip:Boolean,animation:String,clsActive:String,clsInactive:String,clsFixed:String,clsBelow:String,selTarget:String,showOnUp:Boolean,targetOffset:Number},data:{position:"top",top:!1,bottom:!1,start:!1,end:!1,offset:0,overflowFlip:!1,animation:"",clsActive:"uk-active",clsInactive:"",clsFixed:"uk-sticky-fixed",clsBelow:"uk-sticky-below",selTarget:"",showOnUp:!1,targetOffset:!1},computed:{selTarget:({selTarget:t},e)=>t&&$(t,e)||e},connected(){this.start=Eo(this.start||this.top),this.end=Eo(this.end||this.bottom),this.placeholder=$("+ .uk-sticky-placeholder",this.$el)||$('<div class="uk-sticky-placeholder"></div>'),this.isFixed=!1,this.setActive(!1)},beforeDisconnect(){this.isFixed&&(this.hide(),D(this.selTarget,this.clsInactive)),_o(this.$el),xt(this.placeholder),this.placeholder=null},observe:[io(),Wi({target:()=>document.scrollingElement}),gt({target:({$el:t})=>[t,document.scrollingElement]})],events:[{name:"load hashchange popstate",el(){return window},filter(){return this.targetOffset!==!1},handler(){const{scrollingElement:t}=document;!location.hash||t.scrollTop===0||setTimeout(()=>{const e=v($(location.hash)),i=v(this.$el);this.isFixed&&si(e,i)&&(t.scrollTop=e.top-i.height-K(this.targetOffset,"height",this.placeholder)-K(this.offset,"height",this.placeholder))})}},{name:"transitionstart",handler(){this.transitionInProgress=N(this.$el,"transitionend transitioncancel",()=>this.transitionInProgress=null)}}],update:[{read({height:t,width:e,margin:i,sticky:n}){if(this.inactive=!this.matchMedia||!W(this.$el),this.inactive)return;const o=this.isFixed&&!this.transitionInProgress;o&&(Oo(this.$el),this.hide()),this.active||({height:t,width:e}=v(this.$el),i=c(this.$el,"margin")),o&&this.show();const s=K("100vh","height"),r=it(window),a=Math.max(0,document.scrollingElement.scrollHeight-s);let l=this.position;this.overflowFlip&&t>s&&(l=l==="top"?"bottom":"top");const h=this.isFixed?this.placeholder:this.$el;let u=K(this.offset,"height",n?this.$el:h);l==="bottom"&&(t<r||this.overflowFlip)&&(u+=r-t);const p=this.overflowFlip?0:Math.max(0,t+u-s),g=v(h).top,C=v(this.$el).height,S=(this.start===!1?g:Xi(this.start,this.$el,g))-u,k=this.end===!1?a:Math.min(a,Xi(this.end,this.$el,g+t,!0)-C-u+p);return n=a&&!this.showOnUp&&S+u===g&&k===Math.min(a,Xi("!*",this.$el,0,!0)-C-u+p)&&c(P(this.$el),"overflowY")==="visible",{start:S,end:k,offset:u,overflow:p,topOffset:g,height:t,elHeight:C,width:e,margin:i,top:St(h)[0],sticky:n}},write({height:t,width:e,margin:i,offset:n,sticky:o}){if((this.inactive||o||!this.isFixed)&&_o(this.$el),this.inactive)return;o&&(t=e=i=0,c(this.$el,{position:"sticky",top:n}));const{placeholder:s}=this;c(s,{height:t,width:e,margin:i}),document.contains(s)||(s.hidden=!0),(o?ki:Fe)(this.$el,s)},events:["resize"]},{read({scroll:t=0,dir:e="down",overflow:i,overflowScroll:n=0,start:o,end:s}){const r=document.scrollingElement.scrollTop;return{dir:t<=r?"down":"up",prevDir:e,scroll:r,prevScroll:t,offsetParentTop:v((this.isFixed?this.placeholder:this.$el).offsetParent).top,overflowScroll:rt(n+rt(r,o,s)-rt(t,o,s),0,i)}},write(t,e){const i=e.has("scroll"),{initTimestamp:n=0,dir:o,prevDir:s,scroll:r,prevScroll:a=0,top:l,start:h,topOffset:u,height:p}=t;if(r<0||r===a&&i||this.showOnUp&&!i&&!this.isFixed)return;const g=Date.now();if((g-n>300||o!==s)&&(t.initScroll=r,t.initTimestamp=g),!(this.showOnUp&&!this.isFixed&&Math.abs(t.initScroll-r)<=30&&Math.abs(a-r)<=10))if(this.inactive||r<h||this.showOnUp&&(r<=h||o==="down"&&i||o==="up"&&!this.isFixed&&r<=u+p)){if(!this.isFixed){dt.inProgress(this.$el)&&l>r&&(dt.cancel(this.$el),this.hide());return}if(this.animation&&r>u){if(b(this.$el,"uk-animation-leave"))return;dt.out(this.$el,this.animation).then(()=>this.hide(),at)}else this.hide()}else this.isFixed?this.update():this.animation&&r>u?(this.show(),dt.in(this.$el,this.animation).catch(at)):(Oo(this.selTarget),this.show())},events:["resize","resizeViewport","scroll"]}],methods:{show(){this.isFixed=!0,this.update(),this.placeholder.hidden=!1},hide(){const{offset:t,sticky:e}=this._data;this.setActive(!1),D(this.$el,this.clsFixed,this.clsBelow),e?c(this.$el,"top",t):c(this.$el,{position:"",top:"",width:"",marginTop:""}),this.placeholder.hidden=!0,this.isFixed=!1},update(){let{width:t,scroll:e=0,overflow:i,overflowScroll:n=0,start:o,end:s,offset:r,topOffset:a,height:l,elHeight:h,offsetParentTop:u,sticky:p}=this._data;const g=o!==0||e>o;if(!p){let C="fixed";e>s&&(r+=s-u+n-i,C="absolute"),c(this.$el,{position:C,width:t,marginTop:0},"important")}c(this.$el,"top",r-n),this.setActive(g),U(this.$el,this.clsBelow,e>a+(p?Math.min(l,h):l)),w(this.$el,this.clsFixed)},setActive(t){const e=this.active;this.active=t,t?(Pe(this.selTarget,this.clsInactive,this.clsActive),e!==t&&T(this.$el,"active")):(Pe(this.selTarget,this.clsActive,this.clsInactive),e!==t&&T(this.$el,"inactive"))}}};function Xi(t,e,i,n){if(!t)return 0;if($t(t)||x(t)&&t.match(/^-?\d/))return i+K(t,"height",e,!0);{const o=t===!0?P(e):X(t,e);return v(o).bottom-(n&&(o!=null&&o.contains(e))?y(c(o,"paddingBottom")):0)}}function Eo(t){return t==="true"?!0:t==="false"?!1:t}function _o(t){c(t,{position:"",top:"",marginTop:"",width:""})}function Oo(t){w(t,"uk-transition-disable"),requestAnimationFrame(()=>D(t,"uk-transition-disable"))}function Ua(t){return Math.ceil(Math.max(0,...A("[stroke]",t).map(e=>{try{return e.getTotalLength()}catch{return 0}})))}var Va={mixins:[bo],args:"src",props:{src:String,icon:String,attributes:"list",strokeAnimation:Boolean},data:{strokeAnimation:!1},observe:[zi({async handler(){const t=await this.svg;t&&Po.call(this,t)},options:{attributes:!0,attributeFilter:["id","class","style"]}})],async connected(){f(this.src,"#")&&([this.src,this.icon]=this.src.split("#"));const t=await this.svg;t&&(Po.call(this,t),this.strokeAnimation&&Ja(t))},methods:{async getSvg(){return L(this.$el,"img")&&!this.$el.complete&&this.$el.loading==="lazy"?new Promise(t=>N(this.$el,"load",()=>t(this.getSvg()))):Ga(await Ya(this.src),this.icon)||Promise.reject("SVG not found.")}}};function Po(t){const{$el:e}=this;w(t,d(e,"class"),"uk-svg");for(let i=0;i<e.style.length;i++){const n=e.style[i];c(t,n,c(e,n))}for(const i in this.attributes){const[n,o]=this.attributes[i].split(":",2);d(t,n,o)}this.$el.id||ae(t,"id")}const Ya=j(async t=>t?G(t,"data:")?decodeURIComponent(t.split(",")[1]):(await fetch(t)).text():Promise.reject());function Ga(t,e){return e&&f(t,"<symbol")&&(t=Xa(t)[e]||t),t=$(t.substr(t.indexOf("<svg"))),(t==null?void 0:t.hasChildNodes())&&t}const Bo=/<symbol([^]*?id=(['"])(.+?)\2[^]*?<\/)symbol>/g,Xa=j(function(t){const e={};Bo.lastIndex=0;let i;for(;i=Bo.exec(t);)e[i[3]]=`<svg ${i[1]}svg>`;return e});function Ja(t){const e=Ua(t);e&&c(t,"--uk-animation-stroke",e)}const Ji=".uk-disabled *, .uk-disabled, [disabled]";var Mo={mixins:[Zt],args:"connect",props:{connect:String,toggle:String,itemNav:String,active:Number,followFocus:Boolean,swiping:Boolean},data:{connect:"~.uk-switcher",toggle:"> * > :first-child",itemNav:!1,active:0,cls:"uk-active",attrItem:"uk-switcher-item",selVertical:".uk-nav",followFocus:!1,swiping:!0},computed:{connects:({connect:t},e)=>ce(t,e),connectChildren(){return this.connects.map(t=>ct(t)).flat()},toggles:({toggle:t},e)=>A(t,e),children(t,e){return ct(e).filter(i=>this.toggles.some(n=>i.contains(n)))}},watch:{connects(t){this.swiping&&c(t,"touchAction","pan-y pinch-zoom"),this.$emit()},connectChildren(){let t=Math.max(0,this.index());for(const e of this.connects)ct(e).forEach((i,n)=>U(i,this.cls,n===t));this.$emit()},toggles(t){this.$emit();const e=this.index();this.show(~e?e:t[this.active]||t[0])}},connected(){d(this.$el,"role","tablist")},observe:[Ve({targets:({connectChildren:t})=>t}),no({target:({connects:t})=>t,filter:({swiping:t})=>t})],events:[{name:"click keydown",delegate(){return this.toggle},handler(t){!_(t.current,Ji)&&(t.type==="click"||t.keyCode===M.SPACE)&&(t.preventDefault(),this.show(t.current))}},{name:"keydown",delegate(){return this.toggle},handler(t){const{current:e,keyCode:i}=t,n=_(this.$el,this.selVertical);let o=i===M.HOME?0:i===M.END?"last":i===M.LEFT&&!n||i===M.UP&&n?"previous":i===M.RIGHT&&!n||i===M.DOWN&&n?"next":-1;if(~o){t.preventDefault();const s=this.toggles.filter(a=>!_(a,Ji)),r=s[ft(o,s,s.indexOf(e))];r.focus(),this.followFocus&&this.show(r)}}},{name:"click",el(){return this.connects.concat(this.itemNav?ce(this.itemNav,this.$el):[])},delegate(){return`[${this.attrItem}],[data-${this.attrItem}]`},handler(t){t.target.closest("a,button")&&(t.preventDefault(),this.show(Lt(t.current,this.attrItem)))}},{name:"swipeRight swipeLeft",filter(){return this.swiping},el(){return this.connects},handler({type:t}){this.show(ie(t,"Left")?"next":"previous")}}],update(){var t;d(this.connects,"role","presentation"),d(ct(this.$el),"role","presentation");for(const e in this.toggles){const i=this.toggles[e],n=(t=this.connects[0])==null?void 0:t.children[e];d(i,"role","tab"),n&&(i.id=ke(this,i,`-tab-${e}`),n.id=ke(this,n,`-tabpanel-${e}`),d(i,"aria-controls",n.id),d(n,{role:"tabpanel","aria-labelledby":i.id}))}d(this.$el,"aria-orientation",_(this.$el,this.selVertical)?"vertical":null)},methods:{index(){return Se(this.children,t=>b(t,this.cls))},show(t){const e=this.toggles.filter(r=>!_(r,Ji)),i=this.index(),n=ft(!Ee(t)||f(e,t)?t:0,e,ft(this.toggles[i],e)),o=ft(e[n],this.toggles);this.children.forEach((r,a)=>{U(r,this.cls,o===a),d(this.toggles[a],{"aria-selected":o===a,tabindex:o===a?null:-1})});const s=i>=0&&i!==n;this.connects.forEach(async({children:r})=>{const a=At(r).filter((l,h)=>h!==o&&b(l,this.cls));await this.toggleElement(a,!1,s),await this.toggleElement(r[o],!0,s)})}}},Ka={mixins:[ot],extends:Mo,props:{media:Boolean},data:{media:960,attrItem:"uk-tab-item",selVertical:".uk-tab-left,.uk-tab-right"},connected(){const t=b(this.$el,"uk-tab-left")?"uk-tab-left":b(this.$el,"uk-tab-right")?"uk-tab-right":!1;t&&this.$create("toggle",this.$el,{cls:t,mode:"media",media:this.media})}};const Za=32;var Qa={mixins:[Gi,Zt],args:"target",props:{href:String,target:null,mode:"list",queued:Boolean},data:{href:!1,target:!1,mode:"click",queued:!0},computed:{target({target:t},e){return t=ce(t||e.hash,e),t.length?t:[e]}},connected(){f(this.mode,"media")||(hi(this.$el)||d(this.$el,"tabindex","0"),!this.cls&&L(this.$el,"a")&&d(this.$el,"role","button"))},observe:Ve({target:({target:t})=>t}),events:[{name:Vt,filter(){return f(this.mode,"hover")},handler(t){this._preventClick=null,!(!Wt(t)||Nt(this._showState)||this.$el.disabled)&&(T(this.$el,"focus"),N(document,Vt,()=>T(this.$el,"blur"),!0,e=>!this.$el.contains(e.target)),f(this.mode,"click")&&(this._preventClick=!0))}},{name:`mouseenter mouseleave ${ze} ${Ci} focus blur`,filter(){return f(this.mode,"hover")},handler(t){if(Wt(t)||this.$el.disabled)return;const e=f(["mouseenter",ze,"focus"],t.type),i=this.isToggled(this.target);if(!e&&(!Nt(this._showState)||t.type!=="blur"&&_(this.$el,":focus")||t.type==="blur"&&_(this.$el,":hover"))){i===this._showState&&(this._showState=null);return}e&&Nt(this._showState)&&i!==this._showState||(this._showState=e?i:null,this.toggle(`toggle${e?"show":"hide"}`))}},{name:"keydown",filter(){return f(this.mode,"click")&&!L(this.$el,"input")},handler(t){t.keyCode===Za&&(t.preventDefault(),this.$el.click())}},{name:"click",filter(){return["click","hover"].some(t=>f(this.mode,t))},handler(t){let e;(this._preventClick||t.target.closest('a[href="#"], a[href=""]')||(e=t.target.closest("a[href]"))&&(!this.isToggled(this.target)||e.hash&&_(this.target,e.hash)))&&t.preventDefault(),!this._preventClick&&f(this.mode,"click")&&this.toggle()}},{name:"mediachange",filter(){return f(this.mode,"media")},el(){return this.target},handler(t,e){e.matches^this.isToggled(this.target)&&this.toggle()}}],methods:{async toggle(t){if(!T(this.target,t||"toggle",[this]))return;if(lt(this.$el,"aria-expanded")&&d(this.$el,"aria-expanded",!this.isToggled(this.target)),!this.queued)return this.toggleElement(this.target);const e=this.target.filter(n=>b(n,this.clsLeave));if(e.length){for(const n of this.target){const o=f(e,n);this.toggleElement(n,o,o)}return}const i=this.target.filter(this.isToggled);await this.toggleElement(i,!1)&&await this.toggleElement(this.target.filter(n=>!f(i,n)),!0)}}},tl=Object.freeze({__proto__:null,Accordion:oo,Alert:fr,Close:sa,Cover:pr,Drop:co,DropParentIcon:Pt,Dropdown:co,Dropnav:uo,FormCustom:Cr,Grid:Sr,HeightMatch:Or,HeightViewport:Mr,Icon:Vi,Img:pa,Leader:ya,Margin:po,Marker:ra,Modal:Ta,Nav:_a,NavParentIcon:ea,Navbar:Oa,NavbarParentIcon:Pt,NavbarToggleIcon:oa,Offcanvas:Aa,OverflowAuto:Fa,OverlayIcon:Pt,PaginationNext:la,PaginationPrevious:ca,Responsive:Ha,Scroll:La,Scrollspy:qa,ScrollspyNav:Ra,SearchIcon:ia,SlidenavNext:$o,SlidenavPrevious:$o,Spinner:na,Sticky:ja,Svg:Va,Switcher:Mo,Tab:Ka,Toggle:Qa,Totop:aa,Video:so});return Ht(tl,(t,e)=>Q.component(e,t)),Qs(Q),Q});
|
package/dist/js/uikit-icons.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! UIkit 3.17.9-dev.
|
|
1
|
+
/*! UIkit 3.17.9-dev.77c1d012a | https://www.getuikit.com | (c) 2014 - 2023 YOOtheme | MIT License */
|
|
2
2
|
|
|
3
3
|
(function (global, factory) {
|
|
4
4
|
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|