uikit 3.9.2-dev.de0c5f523 → 3.9.2

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/build/scss.js +1 -1
  3. package/dist/css/uikit-core-rtl.css +1 -1
  4. package/dist/css/uikit-core-rtl.min.css +1 -1
  5. package/dist/css/uikit-core.css +1 -1
  6. package/dist/css/uikit-core.min.css +1 -1
  7. package/dist/css/uikit-rtl.css +1 -1
  8. package/dist/css/uikit-rtl.min.css +1 -1
  9. package/dist/css/uikit.css +1 -1
  10. package/dist/css/uikit.min.css +1 -1
  11. package/dist/js/components/countdown.js +1 -1
  12. package/dist/js/components/countdown.min.js +1 -1
  13. package/dist/js/components/filter.js +1 -1
  14. package/dist/js/components/filter.min.js +1 -1
  15. package/dist/js/components/lightbox-panel.js +1 -1
  16. package/dist/js/components/lightbox-panel.min.js +1 -1
  17. package/dist/js/components/lightbox.js +1 -1
  18. package/dist/js/components/lightbox.min.js +1 -1
  19. package/dist/js/components/notification.js +1 -1
  20. package/dist/js/components/notification.min.js +1 -1
  21. package/dist/js/components/parallax.js +1 -1
  22. package/dist/js/components/parallax.min.js +1 -1
  23. package/dist/js/components/slider-parallax.js +1 -1
  24. package/dist/js/components/slider-parallax.min.js +1 -1
  25. package/dist/js/components/slider.js +1 -1
  26. package/dist/js/components/slider.min.js +1 -1
  27. package/dist/js/components/slideshow-parallax.js +1 -1
  28. package/dist/js/components/slideshow-parallax.min.js +1 -1
  29. package/dist/js/components/slideshow.js +1 -1
  30. package/dist/js/components/slideshow.min.js +1 -1
  31. package/dist/js/components/sortable.js +1 -1
  32. package/dist/js/components/sortable.min.js +1 -1
  33. package/dist/js/components/tooltip.js +1 -1
  34. package/dist/js/components/tooltip.min.js +1 -1
  35. package/dist/js/components/upload.js +1 -1
  36. package/dist/js/components/upload.min.js +1 -1
  37. package/dist/js/uikit-core.js +2 -2
  38. package/dist/js/uikit-core.min.js +2 -2
  39. package/dist/js/uikit-icons.js +1 -1
  40. package/dist/js/uikit-icons.min.js +1 -1
  41. package/dist/js/uikit.js +2 -2
  42. package/dist/js/uikit.min.js +2 -2
  43. package/package.json +1 -1
  44. package/src/scss/components/notification.scss +1 -1
  45. package/src/scss/components/spinner.scss +1 -1
  46. package/src/scss/variables-theme.scss +1 -1
  47. package/src/scss/variables.scss +1 -1
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,n){"object"==typeof exports&&"undefined"!=typeof module?module.exports=n(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitcountdown",["uikit-util"],n):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitCountdown=n(t.UIkit.util)}(this,function(o){"use strict";var t={mixins:[{connected:function(){o.hasClass(this.$el,this.$name)||o.addClass(this.$el,this.$name)}}],props:{date:String,clsWrapper:String},data:{date:"",clsWrapper:".uk-countdown-%unit%"},computed:{date:function(t){t=t.date;return Date.parse(t)},days:function(t,n){t=t.clsWrapper;return o.$(t.replace("%unit%","days"),n)},hours:function(t,n){t=t.clsWrapper;return o.$(t.replace("%unit%","hours"),n)},minutes:function(t,n){t=t.clsWrapper;return o.$(t.replace("%unit%","minutes"),n)},seconds:function(t,n){t=t.clsWrapper;return o.$(t.replace("%unit%","seconds"),n)},units:function(){var n=this;return["days","hours","minutes","seconds"].filter(function(t){return n[t]})}},connected:function(){this.start()},disconnected:function(){var n=this;this.stop(),this.units.forEach(function(t){return o.empty(n[t])})},events:[{name:"visibilitychange",el:function(){return document},handler:function(){document.hidden?this.stop():this.start()}}],update:{write:function(){var i=this,s=function(t){t-=Date.now();return{total:t,seconds:t/1e3%60,minutes:t/1e3/60%60,hours:t/1e3/60/60%24,days:t/1e3/60/60/24}}(this.date);s.total<=0&&(this.stop(),s.days=s.hours=s.minutes=s.seconds=0),this.units.forEach(function(t){var n=(n=String(Math.floor(s[t]))).length<2?"0"+n:n,e=i[t];e.textContent!==n&&((n=n.split("")).length!==e.children.length&&o.html(e,n.map(function(){return"<span></span>"}).join("")),n.forEach(function(t,n){return e.children[n].textContent=t}))})}},methods:{start:function(){this.stop(),this.date&&this.units.length&&(this.$update(),this.timer=setInterval(this.$update,1e3))},stop:function(){this.timer&&(clearInterval(this.timer),this.timer=null)}}};return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("countdown",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitfilter",["uikit-util"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitFilter=e(t.UIkit.util)}(this,function(p){"use strict";function e(t){return function(t,e,n){for(var i=[[]],r=0;r<t.length;r++){var o=t[r];if(p.isVisible(o))for(var a=f(o),s=i.length-1;0<=s;s--){var u=i[s];if(!u[0]){u.push(o);break}var c=void 0;if(c=u[0].offsetParent===o.offsetParent?f(u[0]):(a=f(o,!0),f(u[0],!0)),a[e]>=c[n]-1&&a[e]!==c[e]){i.push([o]);break}if(a[n]-1>c[e]||a[e]===c[e]){u.push(o);break}if(0===s){i.unshift([o]);break}}}return i}(t,"top","bottom")}function f(t,e){var n=t.offsetTop,i=t.offsetLeft,r=t.offsetHeight,o=t.offsetWidth;return(e=void 0===e?!1:e)&&(n=(t=p.offsetPosition(t))[0],i=t[1]),{top:n,left:i,bottom:n+r,right:i+o}}var i="uk-transition-leave",d="uk-transition-enter";function r(t,a,s,u){void 0===u&&(u=0);var c=h(a,!0),f={opacity:1},l={opacity:0},e=function(t){return function(){return c===h(a)?t():p.Promise.reject()}},n=e(function(){return p.addClass(a,i),p.Promise.all(m(a).map(function(e,n){return new p.Promise(function(t){return setTimeout(function(){return p.Transition.start(e,l,s/2,"ease").then(t)},n*u)})})).then(function(){return p.removeClass(a,i)})}),e=e(function(){var o=p.height(a);return p.addClass(a,d),t(),p.css(p.children(a),{opacity:0}),new p.Promise(function(r){return requestAnimationFrame(function(){var t=p.children(a),e=p.height(a);p.css(a,"alignContent","flex-start"),p.height(a,o);var n=m(a);p.css(t,l);var i=n.map(function(e,n){return new p.Promise(function(t){return setTimeout(function(){return p.Transition.start(e,f,s/2,"ease").then(t)},n*u)})});o!==e&&i.push(p.Transition.start(a,{height:e},s/2+n.length*u,"ease")),p.Promise.all(i).then(function(){p.removeClass(a,d),c===h(a)&&(p.css(a,{height:"",alignContent:""}),p.css(t,{opacity:""}),delete a.dataset.transition),r()})})})});return(p.hasClass(a,i)?o(a):p.hasClass(a,d)?o(a).then(n):n()).then(e)}function h(t,e){return e&&(t.dataset.transition=1+h(t)),p.toNumber(t.dataset.transition)||0}function o(t){return p.Promise.all(p.children(t).filter(p.Transition.inProgress).map(function(e){return new p.Promise(function(t){return p.once(e,"transitionend transitioncanceled",t)})}))}function m(t){return e(p.children(t)).reduce(function(t,e){return t.concat(p.sortBy(e.filter(function(t){return p.isInView(t)}),"offsetLeft"))},[])}function a(t,d,h){return new p.Promise(function(l){return requestAnimationFrame(function(){var u=p.children(d),c=u.map(function(t){return g(t,!0)}),f=p.css(d,["height","padding"]);p.Transition.cancel(d),u.forEach(p.Transition.cancel),v(d),t(),u=u.concat(p.children(d).filter(function(t){return!p.includes(u,t)})),p.Promise.resolve().then(function(){p.fastdom.flush();var n,i,r,t,e,o=p.css(d,["height","padding"]),e=(n=d,r=c,t=(i=u).map(function(t,e){return!!(p.parent(t)&&e in r)&&(r[e]?p.isVisible(t)?y(t):{opacity:0}:{opacity:p.isVisible(t)?1:0})}),e=t.map(function(t,e){e=p.parent(i[e])===n&&(r[e]||g(i[e]));return!!e&&(t?"opacity"in t||(e.opacity%1?t.opacity=1:delete e.opacity):delete e.opacity,e)}),[t,e]),a=e[0],s=e[1];u.forEach(function(t,e){return s[e]&&p.css(t,s[e])}),p.css(d,p.assign({display:"block"},f)),requestAnimationFrame(function(){var t=u.map(function(t,e){return p.parent(t)===d&&p.Transition.start(t,a[e],h,"ease")}).concat(p.Transition.start(d,o,h,"ease"));p.Promise.all(t).then(function(){u.forEach(function(t,e){return p.parent(t)===d&&p.css(t,"display",0===a[e].opacity?"none":"")}),v(d)},p.noop).then(l)})})})})}function g(t,e){var n=p.css(t,"zIndex");return!!p.isVisible(t)&&p.assign({display:"",opacity:e?p.css(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:"auto"===n?p.index(t):n},y(t))}function v(t){p.css(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",marginTop:"",marginLeft:"",transform:"",width:"",zIndex:""}),p.css(t,{height:"",display:"",padding:""})}function y(t){var e=p.offset(t),n=e.height,i=e.width,r=p.position(t),e=r.top,r=r.left,t=p.css(t,["marginTop","marginLeft"]);return{top:e,left:r,height:n,width:i,marginLeft:t.marginLeft,marginTop:t.marginTop,transform:""}}var t={mixins:[{props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate:function(t,e){var n=this;void 0===e&&(e=this.$el);var i=this.animation;return("fade"===i?r:"delayed-fade"===i?function(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];return r.apply(void 0,t.concat([40]))}:i?a:function(){return t(),p.Promise.resolve()})(t,e,this.duration).then(function(){return n.$update(e,"resize")},p.noop)}}}],args:"target",props:{target:Boolean,selActive:Boolean},data:{target:null,selActive:!1,attrItem:"uk-filter-control",cls:"uk-active",duration:250},computed:{toggles:{get:function(t,e){t=t.attrItem;return p.$$("["+t+"],[data-"+t+"]",e)},watch:function(){var e,n=this;this.updateState(),!1!==this.selActive&&(e=p.$$(this.selActive,this.$el),this.toggles.forEach(function(t){return p.toggleClass(t,n.cls,p.includes(e,t))}))},immediate:!0},children:{get:function(t,e){t=t.target;return p.$$(t+" > *",e)},watch:function(t,e){var n;e&&(n=e,(t=t).length!==n.length||!t.every(function(t){return~n.indexOf(t)}))&&this.updateState()},immediate:!0}},events:[{name:"click",delegate:function(){return"["+this.attrItem+"],[data-"+this.attrItem+"]"},handler:function(t){t.preventDefault(),this.apply(t.current)}}],methods:{apply:function(t){var e,n,i=this.getState(),t=u(t,this.attrItem,this.getState());e=i,n=t,["filter","sort"].every(function(t){return p.isEqual(e[t],n[t])})||this.setState(t)},getState:function(){var n=this;return this.toggles.filter(function(t){return p.hasClass(t,n.cls)}).reduce(function(t,e){return u(e,n.attrItem,t)},{filter:{"":""},sort:[]})},setState:function(n,i){var r=this;void 0===i&&(i=!0),n=p.assign({filter:{"":""},sort:[]},n),p.trigger(this.$el,"beforeFilter",[this,n]),this.toggles.forEach(function(t){return p.toggleClass(t,r.cls,!!function(t,e,n){var i=n.filter;void 0===i&&(i={"":""});var r=n.sort,o=r[0],a=r[1],n=s(t,e),r=n.filter;void 0===r&&(r="");t=n.group;void 0===t&&(t="");e=n.sort,n=n.order;void 0===n&&(n="asc");return p.isUndefined(e)?t in i&&r===i[t]||!r&&t&&!(t in i)&&!i[""]:o===e&&a===n}(t,r.attrItem,n))}),p.Promise.all(p.$$(this.target,this.$el).map(function(t){function e(){!function(t,e,n){var i=function(t){var t=t.filter,e="";return p.each(t,function(t){return e+=t||""}),e}(t);n.forEach(function(t){return p.css(t,"display",i&&!p.matches(t,i)?"none":"")});var r=t.sort,t=r[0],r=r[1];t&&(r=function(t,n,i){return p.assign([],t).sort(function(t,e){return p.data(t,n).localeCompare(p.data(e,n),void 0,{numeric:!0})*("asc"===i||-1)})}(n,t,r),p.isEqual(r,n)||p.append(e,r))}(n,t,p.children(t)),r.$update(r.$el)}return i?r.animate(e,t):e()})).then(function(){return p.trigger(r.$el,"afterFilter",[r])})},updateState:function(){var t=this;p.fastdom.write(function(){return t.setState(t.getState(),!1)})}}};function s(t,e){return p.parseOptions(p.data(t,e),["filter"])}function u(t,e,n){var i=s(t,e),r=i.filter,t=i.group,e=i.sort,i=i.order;return void 0===i&&(i="asc"),(r||p.isUndefined(e))&&(t?r?(delete n.filter[""],n.filter[t]=r):(delete n.filter[t],(p.isEmpty(n.filter)||""in n.filter)&&(n.filter={"":r||""})):n.filter={"":r||""}),p.isUndefined(e)||(n.sort=[e,i]),n}return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("filter",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitlightbox_panel",["uikit-util"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitLightbox_panel=e(t.UIkit.util)}(this,function(m){"use strict";var t={slide:{show:function(t){return[{transform:i(-100*t)},{transform:i()}]},percent:function(t){return t=t,Math.abs(m.css(t,"transform").split(",")[4]/t.offsetWidth)||0},translate:function(t,e){return[{transform:i(-100*e*t)},{transform:i(100*e*(1-t))}]}}};function i(t,e){return void 0===t&&(t=0),void 0===e&&(e="%"),t+=t?e:"",m.isIE?"translateX("+t+")":"translate3d("+t+", 0, 0)"}function e(t){return"scale3d("+t+", "+t+", 1)"}var n=m.assign({},t,{fade:{show:function(){return[{opacity:0},{opacity:1}]},percent:function(t){return 1-m.css(t,"opacity")},translate:function(t){return[{opacity:1-t},{opacity:t}]}},scale:{show:function(){return[{opacity:0,transform:e(.8)},{opacity:1,transform:e(1)}]},percent:function(t){return 1-m.css(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:e(1-.2*t)},{opacity:t,transform:e(.8+.2*t)}]}}}),s={props:{container:Boolean},data:{container:!0},computed:{container:function(t){t=t.container;return!0===t&&this.$container||t&&m.$(t)}}},o={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation:function(t){return!!t.animation[0]},hasTransition:function(t){t=t.animation;return this.hasAnimation&&!0===t[0]}},methods:{toggleElement:function(e,d,f){var g=this;return new m.Promise(function(t){return m.Promise.all(m.toNodes(e).map(function(t){var e=m.isBoolean(d)?d:!g.isToggled(t);if(!m.trigger(t,"before"+(e?"show":"hide"),[g]))return m.Promise.reject();var o,r,a,h,l,u,c,i=(m.isFunction(f)?f:!1!==f&&g.hasAnimation?g.hasTransition?(r=g.isToggled,a=g.duration,h=g.initProps,l=g.hideProps,u=g.transition,c=g._toggle,function(t,e){var i=m.Transition.inProgress(t),n=t.hasChildNodes?m.toFloat(m.css(t.firstElementChild,"marginTop"))+m.toFloat(m.css(t.lastElementChild,"marginBottom")):0,s=m.isVisible(t)?m.height(t)+(i?0:n):0;m.Transition.cancel(t),r(t)||c(t,!0),m.height(t,""),m.fastdom.flush();n=m.height(t)+(i?0:n);return m.height(t,s),(e?m.Transition.start(t,m.assign({},h,{overflow:"hidden",height:n}),Math.round(a*(1-s/n)),u):m.Transition.start(t,l,Math.round(a*(s/n)),u).then(function(){return c(t,!1)})).then(function(){return m.css(t,h)})}):(o=g,function(t,e){m.Animation.cancel(t);var i=o.animation,n=o.duration,s=o._toggle;return e?(s(t,!0),m.Animation.in(t,i[0],n,o.origin)):m.Animation.out(t,i[1]||i[0],n,o.origin).then(function(){return s(t,!1)})}):g._toggle)(t,e),n=e?g.clsEnter:g.clsLeave;m.addClass(t,n),m.trigger(t,e?"show":"hide",[g]);function s(){m.removeClass(t,n),m.trigger(t,e?"shown":"hidden",[g]),g.$update(t)}return i?i.then(s,function(){return m.removeClass(t,n),m.Promise.reject()}):s()})).then(t,m.noop)})},isToggled:function(t){return void 0===t&&(t=this.$el),t=m.toNodes(t)[0],!!m.hasClass(t,this.clsEnter)||!m.hasClass(t,this.clsLeave)&&(this.cls?m.hasClass(t,this.cls.split(" ")[0]):m.isVisible(t))},_toggle:function(t,e){var i;t&&(e=Boolean(e),this.cls?(i=m.includes(this.cls," ")||e!==m.hasClass(t,this.cls))&&m.toggleClass(t,this.cls,m.includes(this.cls," ")?void 0:e):(i=e===t.hidden)&&(t.hidden=!e),m.$$("[autofocus]",t).some(function(t){return m.isVisible(t)?t.focus()||!0:t.blur()}),i&&(m.trigger(t,"toggled",[e,this]),this.$update(t)))}}};var r=[];function a(t){var r=t.transitionElement,a=t._toggle;return function(s,o){return new m.Promise(function(i,n){return m.once(s,"show hide",function(){s._reject&&s._reject(),s._reject=n,a(s,o);var t=m.once(r,"transitionstart",function(){m.once(r,"transitionend transitioncancel",i,{self:!0}),clearTimeout(e)},{self:!0}),e=setTimeout(function(){t(),i()},m.toMs(m.css(r,"transitionDuration")))})}).then(function(){return delete s._reject})}}function u(t,e,i){m.trigger(t,m.createEvent(e,!1,!1,i))}t={mixins:[s,{mixins:[{connected:function(){m.hasClass(this.$el,this.$name)||m.addClass(this.$el,this.$name)}},s,o],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel:function(t,e){t=t.selPanel;return m.$(t,e)},transitionElement:function(){return this.panel},bgClose:function(t){return t.bgClose&&this.panel}},beforeDisconnect:function(){m.includes(r,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler:function(t,e){t.defaultPrevented||(t.preventDefault(),this.isToggled()===m.includes(r,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler:function(t){if(m.includes(r,this))return!1;!this.stack&&r.length?(m.Promise.all(r.map(function(t){return t.hide()})).then(this.show),t.preventDefault()):r.push(this)}},{name:"show",self:!0,handler:function(){var s=this,t=document.documentElement;m.width(window)>t.clientWidth&&this.overlay&&m.css(document.body,"overflowY","scroll"),this.stack&&m.css(this.$el,"zIndex",m.toFloat(m.css(this.$el,"zIndex"))+r.length),m.addClass(t,this.clsPage),this.bgClose&&m.once(this.$el,"hide",m.on(document,m.pointerDown,function(t){var n=t.target;m.last(r)!==s||s.overlay&&!m.within(n,s.$el)||m.within(n,s.panel)||m.once(document,m.pointerUp+" "+m.pointerCancel+" scroll",function(t){var e=t.defaultPrevented,i=t.type,t=t.target;e||i!==m.pointerUp||n!==t||s.hide()},!0)}),{self:!0}),this.escClose&&m.once(this.$el,"hide",m.on(document,"keydown",function(t){27===t.keyCode&&m.last(r)===s&&s.hide()}),{self:!0})}},{name:"shown",self:!0,handler:function(){m.isFocusable(this.$el)||m.attr(this.$el,"tabindex","-1"),m.$(":focus",this.$el)||this.$el.focus()}},{name:"hidden",self:!0,handler:function(){var e=this;m.includes(r,this)&&r.splice(r.indexOf(this),1),r.length||m.css(document.body,"overflowY",""),m.css(this.$el,"zIndex",""),r.some(function(t){return t.clsPage===e.clsPage})||m.removeClass(document.documentElement,this.clsPage)}}],methods:{toggle:function(){return this.isToggled()?this.hide():this.show()},show:function(){var e=this;return this.container&&m.parent(this.$el)!==this.container?(m.append(this.container,this.$el),new m.Promise(function(t){return requestAnimationFrame(function(){return e.show().then(t)})})):this.toggleElement(this.$el,!0,a(this))},hide:function(){return this.toggleElement(this.$el,!1,a(this))}}},o,{mixins:[{mixins:[{props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){m.attr(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:function(){return document},filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return(!t.draggable||!m.$(":focus",t.$el))&&(!t.pauseOnHover||!m.matches(t.$el,":hover"))&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},{props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var n=this;["start","move","end"].forEach(function(t){var i=n[t];n[t]=function(t){var e=m.getEventPos(t).x*(m.isRtl?-1:1);n.prevPos=e!==n.pos?n.pos:n.prevPos,n.pos=e,i(t)}})},events:[{name:m.pointerDown,delegate:function(){return this.selSlides},handler:function(t){var e;!this.draggable||!m.isTouch(t)&&(!(e=t.target).children.length&&e.childNodes.length)||m.closest(t.target,m.selInput)||0<t.button||this.length<2||this.start(t)}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,m.on(document,m.pointerMove,this.move,{passive:!1}),m.on(document,m.pointerUp+" "+m.pointerCancel+" input",this.end,!0),m.css(this.list,"userSelect","none")},move:function(t){var e=this,i=this.pos-this.drag;if(!(0==i||this.prevPos===this.pos||!this.dragging&&Math.abs(i)<this.threshold)){m.css(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=i<0?1:-1;for(var n=this.slides,s=this.prevIndex,o=Math.abs(i),r=this.getIndex(s+this.dir,s),a=this._getDistance(s,r)||n[s].offsetWidth;r!==s&&a<o;)this.drag-=a*this.dir,s=r,o-=a,r=this.getIndex(s+this.dir,s),a=this._getDistance(s,r)||n[s].offsetWidth;this.percent=o/a;var h,l=n[s],t=n[r],i=this.index!==r,u=s===r;[this.index,this.prevIndex].filter(function(t){return!m.includes([r,s],t)}).forEach(function(t){m.trigger(n[t],"itemhidden",[e]),u&&(h=!0,e.prevIndex=s)}),(this.index===s&&this.prevIndex!==s||h)&&m.trigger(n[this.index],"itemshown",[this]),i&&(this.prevIndex=s,this.index=r,u||m.trigger(l,"beforeitemhide",[this]),m.trigger(t,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),l,!u&&t),i&&(u||m.trigger(l,"itemhide",[this]),m.trigger(t,"itemshow",[this]))}},end:function(){var t;m.off(document,m.pointerMove,this.move,{passive:!1}),m.off(document,m.pointerUp+" "+m.pointerCancel+" input",this.end,!0),this.dragging&&(this.dragging=null,this.index===this.prevIndex?(this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null):(t=(m.isRtl?this.dir*(m.isRtl?1:-1):this.dir)<0==this.prevPos>this.pos,this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(0<this.dir&&!t||this.dir<0&&t?"next":"previous",!0))),m.css(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}},{data:{selNav:!1},computed:{nav:function(t,e){t=t.selNav;return m.$(t,e)},selNavItem:function(t){t=t.attrItem;return"["+t+"],[data-"+t+"]"},navItems:function(t,e){return m.$$(this.selNavItem,e)}},update:{write:function(){var i=this;this.nav&&this.length!==this.nav.children.length&&m.html(this.nav,this.slides.map(function(t,e){return"<li "+i.attrItem+'="'+e+'"><a href></a></li>'}).join("")),this.navItems.concat(this.nav).forEach(function(t){return t&&(t.hidden=!i.maxIndex)}),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(m.data(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var i=this,n=this.getValidIndex();this.navItems.forEach(function(t){var e=m.data(t,i.attrItem);m.toggleClass(t,i.clsActive,m.toNumber(e)===n),m.toggleClass(t,"uk-invisible",i.finite&&("previous"===e&&0===n||"next"===e&&n>=i.maxIndex))})}}}],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number,selSlides:String},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},connected:function(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected:function(){m.removeClass(this.slides,this.clsActive)},computed:{duration:function(t,e){t=t.velocity;return e.offsetWidth/t*.5+300},list:function(t,e){t=t.selList;return m.$(t,e)},maxIndex:function(){return this.length-1},selSlides:function(t){return t.selList+" "+(t.selSlides||"> *")},slides:{get:function(){return m.$$(this.selSlides,this.$el)},watch:function(){this.$reset()}},length:function(){return this.slides.length}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,e){var i=this;if(void 0===e&&(e=!1),!this.dragging&&this.length){var n=this.stack,s=e?0:n.length,o=function(){n.splice(s,1),n.length&&i.show(n.shift(),!0)};if(n[e?"unshift":"push"](t),!e&&1<n.length)2===n.length&&this._transitioner.forward(Math.min(this.duration,200));else{var r,a=this.getIndex(this.index),h=m.hasClass(this.slides,this.clsActive)&&this.slides[a],l=this.getIndex(t,this.index),u=this.slides[l];if(h!==u){if(this.dir=(r=a,"next"!==(t=t)&&("previous"===t||t<r)?-1:1),this.prevIndex=a,this.index=l,h&&!m.trigger(h,"beforeitemhide",[this])||!m.trigger(u,"beforeitemshow",[this,h]))return this.index=this.prevIndex,void o();e=this._show(h,u,e).then(function(){return h&&m.trigger(h,"itemhidden",[i]),m.trigger(u,"itemshown",[i]),new m.Promise(function(t){m.fastdom.write(function(){n.shift(),n.length?i.show(n.shift(),!0):i._transitioner=null,t()})})});return h&&m.trigger(h,"itemhide",[this]),m.trigger(u,"itemshow",[this]),e}o()}}},getIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.index),m.clamp(m.getIndex(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),this.getIndex(t,e)},_show:function(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,m.assign({easing:i?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!i&&!t)return this._translate(1),m.Promise.resolve();t=this.stack.length;return this._transitioner[1<t?"forward":"show"](1<t?Math.min(this.duration,75+75/(t-1)):this.duration,this.percent)},_getDistance:function(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()},_translate:function(t,e,i){void 0===e&&(e=this.prevIndex),void 0===i&&(i=this.index);i=this._getTransitioner(e!==i&&e,i);return i.translate(t),i},_getTransitioner:function(t,e,i,n){return void 0===t&&(t=this.prevIndex),void 0===e&&(e=this.index),void 0===i&&(i=this.dir||1),void 0===n&&(n=this.transitionOptions),new this.Transitioner(m.isNumber(t)?this.slides[t]:t,m.isNumber(e)?this.slides[e]:e,i*(m.isRtl?-1:1),n)}}}],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:t,Transitioner:function(s,o,r,t){var e=t.animation,a=t.easing,i=e.percent,n=e.translate,h=(e=void 0===(e=e.show)?m.noop:e)(r),l=new m.Deferred;return{dir:r,show:function(t,e,i){var n=this;void 0===e&&(e=0);i=i?"linear":a;return t-=Math.round(t*m.clamp(e,-1,1)),this.translate(e),u(o,"itemin",{percent:e,duration:t,timing:i,dir:r}),u(s,"itemout",{percent:1-e,duration:t,timing:i,dir:r}),m.Promise.all([m.Transition.start(o,h[1],t,i),m.Transition.start(s,h[0],t,i)]).then(function(){n.reset(),l.resolve()},m.noop),l.promise},cancel:function(){m.Transition.cancel([o,s])},reset:function(){for(var t in h[0])m.css([o,s],t,"")},forward:function(t,e){return void 0===e&&(e=this.percent()),m.Transition.cancel([o,s]),this.show(t,e,!0)},translate:function(t){this.reset();var e=n(t,r);m.css(o,e[1]),m.css(s,e[0]),u(o,"itemtranslatein",{percent:t,dir:r}),u(s,"itemtranslateout",{percent:1-t,dir:r})},percent:function(){return i(s||o,o,r)},getDistance:function(){return s&&s.offsetWidth}}}},computed:{animation:function(t){var e=t.animation,t=t.Animations;return m.assign(t[e]||t.slide,{name:e})},transitionOptions:function(){return{animation:this.animation}}},events:{"itemshow itemhide itemshown itemhidden":function(t){t=t.target;this.$update(t)},beforeitemshow:function(t){t=t.target;m.addClass(t,this.clsActive)},itemshown:function(t){t=t.target;m.addClass(t,this.clsActivated)},itemhidden:function(t){t=t.target;m.removeClass(t,this.clsActive,this.clsActivated)}}}],functional:!0,props:{delayControls:Number,preload:Number,videoAutoplay:Boolean,template:String},data:function(){return{preload:1,videoAutoplay:!1,delayControls:3e3,items:[],cls:"uk-open",clsPage:"uk-lightbox-page",selList:".uk-lightbox-items",attrItem:"uk-lightbox-item",selClose:".uk-close-large",selCaption:".uk-lightbox-caption",pauseOnHover:!1,velocity:2,Animations:n,template:'<div class="uk-lightbox uk-overflow-hidden"> <ul class="uk-lightbox-items"></ul> <div class="uk-lightbox-toolbar uk-position-top uk-text-right uk-transition-slide-top uk-transition-opaque"> <button class="uk-lightbox-toolbar-icon uk-close-large" type="button" uk-close></button> </div> <a class="uk-lightbox-button uk-position-center-left uk-position-medium uk-transition-fade" href uk-slidenav-previous uk-lightbox-item="previous"></a> <a class="uk-lightbox-button uk-position-center-right uk-position-medium uk-transition-fade" href uk-slidenav-next uk-lightbox-item="next"></a> <div class="uk-lightbox-toolbar uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}},created:function(){var t=m.$(this.template),e=m.$(this.selList,t);this.items.forEach(function(){return m.append(e,"<li>")}),this.$mount(m.append(this.container,t))},computed:{caption:function(t,e){t=t.selCaption;return m.$(t,e)}},events:[{name:m.pointerMove+" "+m.pointerDown+" keydown",handler:"showControls"},{name:"click",self:!0,delegate:function(){return this.selSlides},handler:function(t){t.defaultPrevented||this.hide()}},{name:"shown",self:!0,handler:function(){this.showControls()}},{name:"hide",self:!0,handler:function(){this.hideControls(),m.removeClass(this.slides,this.clsActive),m.Transition.stop(this.slides)}},{name:"hidden",self:!0,handler:function(){this.$destroy(!0)}},{name:"keyup",el:function(){return document},handler:function(t){if(this.isToggled(this.$el)&&this.draggable)switch(t.keyCode){case 37:this.show("previous");break;case 39:this.show("next")}}},{name:"beforeitemshow",handler:function(t){this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleElement(this.$el,!0,!1),this.animation=n.scale,m.removeClass(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshow",handler:function(){m.html(this.caption,this.getItem().caption||"");for(var t=-this.preload;t<=this.preload;t++)this.loadItem(this.index+t)}},{name:"itemshown",handler:function(){this.draggable=this.$props.draggable}},{name:"itemload",handler:function(t,i){var n=this,s=i.source,e=i.type,o=i.alt;void 0===o&&(o="");var r,a,h,l=i.poster,u=i.attrs;void 0===u&&(u={}),this.setItem(i,"<span uk-spinner></span>"),s&&(a={frameborder:"0",allow:"autoplay",allowfullscreen:"",style:"max-width: 100%; box-sizing: border-box;","uk-responsive":"","uk-video":""+this.videoAutoplay},"image"===e||s.match(/\.(avif|jpe?g|a?png|gif|svg|webp)($|\?)/i)?m.getImage(s,u.srcset,u.size).then(function(t){var e=t.width,t=t.height;return n.setItem(i,c("img",m.assign({src:s,width:e,height:t,alt:o},u)))},function(){return n.setError(i)}):"video"===e||s.match(/\.(mp4|webm|ogv)($|\?)/i)?(h=c("video",m.assign({src:s,poster:l,controls:"",playsinline:"","uk-video":""+this.videoAutoplay},u)),m.on(h,"loadedmetadata",function(){m.attr(h,{width:h.videoWidth,height:h.videoHeight}),n.setItem(i,h)}),m.on(h,"error",function(){return n.setError(i)})):"iframe"===e||s.match(/\.(html|php)($|\?)/i)?this.setItem(i,c("iframe",m.assign({src:s,frameborder:"0",allowfullscreen:"",class:"uk-lightbox-iframe"},u))):(r=s.match(/\/\/(?:.*?youtube(-nocookie)?\..*?[?&]v=|youtu\.be\/)([\w-]{11})[&?]?(.*)?/))?this.setItem(i,c("iframe",m.assign({src:"https://www.youtube"+(r[1]||"")+".com/embed/"+r[2]+(r[3]?"?"+r[3]:""),width:1920,height:1080},a,u))):(r=s.match(/\/\/.*?vimeo\.[a-z]+\/(\d+)[&?]?(.*)?/))&&m.ajax("https://vimeo.com/api/oembed.json?maxwidth=1920&url="+encodeURI(s),{responseType:"json",withCredentials:!1}).then(function(t){var e=t.response,t=e.height,e=e.width;return n.setItem(i,c("iframe",m.assign({src:"https://player.vimeo.com/video/"+r[1]+(r[2]?"?"+r[2]:""),width:e,height:t},a,u)))},function(){return n.setError(i)}))}}],methods:{loadItem:function(t){void 0===t&&(t=this.index);t=this.getItem(t);this.getSlide(t).childElementCount||m.trigger(this.$el,"itemload",[t])},getItem:function(t){return void 0===t&&(t=this.index),this.items[m.getIndex(t,this.slides)]},setItem:function(t,e){m.trigger(this.$el,"itemloaded",[this,m.html(this.getSlide(t),e)])},getSlide:function(t){return this.slides[this.items.indexOf(t)]},setError:function(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2"></span>')},showControls:function(){clearTimeout(this.controlsTimer),this.controlsTimer=setTimeout(this.hideControls,this.delayControls),m.addClass(this.$el,"uk-active","uk-transition-active")},hideControls:function(){m.removeClass(this.$el,"uk-active","uk-transition-active")}}};function c(t,e){t=m.fragment("<"+t+">");return m.attr(t,e),t}return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("lightboxPanel",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitlightbox",["uikit-util"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitLightbox=e(t.UIkit.util)}(this,function(p){"use strict";var t={slide:{show:function(t){return[{transform:i(-100*t)},{transform:i()}]},percent:function(t){return t=t,Math.abs(p.css(t,"transform").split(",")[4]/t.offsetWidth)||0},translate:function(t,e){return[{transform:i(-100*e*t)},{transform:i(100*e*(1-t))}]}}};function i(t,e){return void 0===t&&(t=0),void 0===e&&(e="%"),t+=t?e:"",p.isIE?"translateX("+t+")":"translate3d("+t+", 0, 0)"}function e(t){return"scale3d("+t+", "+t+", 1)"}var n=p.assign({},t,{fade:{show:function(){return[{opacity:0},{opacity:1}]},percent:function(t){return 1-p.css(t,"opacity")},translate:function(t){return[{opacity:1-t},{opacity:t}]}},scale:{show:function(){return[{opacity:0,transform:e(.8)},{opacity:1,transform:e(1)}]},percent:function(t){return 1-p.css(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:e(1-.2*t)},{opacity:t,transform:e(.8+.2*t)}]}}}),s={props:{container:Boolean},data:{container:!0},computed:{container:function(t){t=t.container;return!0===t&&this.$container||t&&p.$(t)}}},o={props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation:function(t){return!!t.animation[0]},hasTransition:function(t){t=t.animation;return this.hasAnimation&&!0===t[0]}},methods:{toggleElement:function(e,d,g){var f=this;return new p.Promise(function(t){return p.Promise.all(p.toNodes(e).map(function(t){var e=p.isBoolean(d)?d:!f.isToggled(t);if(!p.trigger(t,"before"+(e?"show":"hide"),[f]))return p.Promise.reject();var o,r,a,h,l,u,c,i=(p.isFunction(g)?g:!1!==g&&f.hasAnimation?f.hasTransition?(r=f.isToggled,a=f.duration,h=f.initProps,l=f.hideProps,u=f.transition,c=f._toggle,function(t,e){var i=p.Transition.inProgress(t),n=t.hasChildNodes?p.toFloat(p.css(t.firstElementChild,"marginTop"))+p.toFloat(p.css(t.lastElementChild,"marginBottom")):0,s=p.isVisible(t)?p.height(t)+(i?0:n):0;p.Transition.cancel(t),r(t)||c(t,!0),p.height(t,""),p.fastdom.flush();n=p.height(t)+(i?0:n);return p.height(t,s),(e?p.Transition.start(t,p.assign({},h,{overflow:"hidden",height:n}),Math.round(a*(1-s/n)),u):p.Transition.start(t,l,Math.round(a*(s/n)),u).then(function(){return c(t,!1)})).then(function(){return p.css(t,h)})}):(o=f,function(t,e){p.Animation.cancel(t);var i=o.animation,n=o.duration,s=o._toggle;return e?(s(t,!0),p.Animation.in(t,i[0],n,o.origin)):p.Animation.out(t,i[1]||i[0],n,o.origin).then(function(){return s(t,!1)})}):f._toggle)(t,e),n=e?f.clsEnter:f.clsLeave;p.addClass(t,n),p.trigger(t,e?"show":"hide",[f]);function s(){p.removeClass(t,n),p.trigger(t,e?"shown":"hidden",[f]),f.$update(t)}return i?i.then(s,function(){return p.removeClass(t,n),p.Promise.reject()}):s()})).then(t,p.noop)})},isToggled:function(t){return void 0===t&&(t=this.$el),t=p.toNodes(t)[0],!!p.hasClass(t,this.clsEnter)||!p.hasClass(t,this.clsLeave)&&(this.cls?p.hasClass(t,this.cls.split(" ")[0]):p.isVisible(t))},_toggle:function(t,e){var i;t&&(e=Boolean(e),this.cls?(i=p.includes(this.cls," ")||e!==p.hasClass(t,this.cls))&&p.toggleClass(t,this.cls,p.includes(this.cls," ")?void 0:e):(i=e===t.hidden)&&(t.hidden=!e),p.$$("[autofocus]",t).some(function(t){return p.isVisible(t)?t.focus()||!0:t.blur()}),i&&(p.trigger(t,"toggled",[e,this]),this.$update(t)))}}};var r=[];function a(t){var r=t.transitionElement,a=t._toggle;return function(s,o){return new p.Promise(function(i,n){return p.once(s,"show hide",function(){s._reject&&s._reject(),s._reject=n,a(s,o);var t=p.once(r,"transitionstart",function(){p.once(r,"transitionend transitioncancel",i,{self:!0}),clearTimeout(e)},{self:!0}),e=setTimeout(function(){t(),i()},p.toMs(p.css(r,"transitionDuration")))})}).then(function(){return delete s._reject})}}function u(t,e,i){p.trigger(t,p.createEvent(e,!1,!1,i))}var h={mixins:[s,{mixins:[{connected:function(){p.hasClass(this.$el,this.$name)||p.addClass(this.$el,this.$name)}},s,o],props:{selPanel:String,selClose:String,escClose:Boolean,bgClose:Boolean,stack:Boolean},data:{cls:"uk-open",escClose:!0,bgClose:!0,overlay:!0,stack:!1},computed:{panel:function(t,e){t=t.selPanel;return p.$(t,e)},transitionElement:function(){return this.panel},bgClose:function(t){return t.bgClose&&this.panel}},beforeDisconnect:function(){p.includes(r,this)&&this.toggleElement(this.$el,!1,!1)},events:[{name:"click",delegate:function(){return this.selClose},handler:function(t){t.preventDefault(),this.hide()}},{name:"toggle",self:!0,handler:function(t,e){t.defaultPrevented||(t.preventDefault(),this.isToggled()===p.includes(r,this)&&this.toggle())}},{name:"beforeshow",self:!0,handler:function(t){if(p.includes(r,this))return!1;!this.stack&&r.length?(p.Promise.all(r.map(function(t){return t.hide()})).then(this.show),t.preventDefault()):r.push(this)}},{name:"show",self:!0,handler:function(){var s=this,t=document.documentElement;p.width(window)>t.clientWidth&&this.overlay&&p.css(document.body,"overflowY","scroll"),this.stack&&p.css(this.$el,"zIndex",p.toFloat(p.css(this.$el,"zIndex"))+r.length),p.addClass(t,this.clsPage),this.bgClose&&p.once(this.$el,"hide",p.on(document,p.pointerDown,function(t){var n=t.target;p.last(r)!==s||s.overlay&&!p.within(n,s.$el)||p.within(n,s.panel)||p.once(document,p.pointerUp+" "+p.pointerCancel+" scroll",function(t){var e=t.defaultPrevented,i=t.type,t=t.target;e||i!==p.pointerUp||n!==t||s.hide()},!0)}),{self:!0}),this.escClose&&p.once(this.$el,"hide",p.on(document,"keydown",function(t){27===t.keyCode&&p.last(r)===s&&s.hide()}),{self:!0})}},{name:"shown",self:!0,handler:function(){p.isFocusable(this.$el)||p.attr(this.$el,"tabindex","-1"),p.$(":focus",this.$el)||this.$el.focus()}},{name:"hidden",self:!0,handler:function(){var e=this;p.includes(r,this)&&r.splice(r.indexOf(this),1),r.length||p.css(document.body,"overflowY",""),p.css(this.$el,"zIndex",""),r.some(function(t){return t.clsPage===e.clsPage})||p.removeClass(document.documentElement,this.clsPage)}}],methods:{toggle:function(){return this.isToggled()?this.hide():this.show()},show:function(){var e=this;return this.container&&p.parent(this.$el)!==this.container?(p.append(this.container,this.$el),new p.Promise(function(t){return requestAnimationFrame(function(){return e.show().then(t)})})):this.toggleElement(this.$el,!0,a(this))},hide:function(){return this.toggleElement(this.$el,!1,a(this))}}},o,{mixins:[{mixins:[{props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){p.attr(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:function(){return document},filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return(!t.draggable||!p.$(":focus",t.$el))&&(!t.pauseOnHover||!p.matches(t.$el,":hover"))&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},{props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var n=this;["start","move","end"].forEach(function(t){var i=n[t];n[t]=function(t){var e=p.getEventPos(t).x*(p.isRtl?-1:1);n.prevPos=e!==n.pos?n.pos:n.prevPos,n.pos=e,i(t)}})},events:[{name:p.pointerDown,delegate:function(){return this.selSlides},handler:function(t){var e;!this.draggable||!p.isTouch(t)&&(!(e=t.target).children.length&&e.childNodes.length)||p.closest(t.target,p.selInput)||0<t.button||this.length<2||this.start(t)}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,p.on(document,p.pointerMove,this.move,{passive:!1}),p.on(document,p.pointerUp+" "+p.pointerCancel+" input",this.end,!0),p.css(this.list,"userSelect","none")},move:function(t){var e=this,i=this.pos-this.drag;if(!(0==i||this.prevPos===this.pos||!this.dragging&&Math.abs(i)<this.threshold)){p.css(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=i<0?1:-1;for(var n=this.slides,s=this.prevIndex,o=Math.abs(i),r=this.getIndex(s+this.dir,s),a=this._getDistance(s,r)||n[s].offsetWidth;r!==s&&a<o;)this.drag-=a*this.dir,s=r,o-=a,r=this.getIndex(s+this.dir,s),a=this._getDistance(s,r)||n[s].offsetWidth;this.percent=o/a;var h,l=n[s],t=n[r],i=this.index!==r,u=s===r;[this.index,this.prevIndex].filter(function(t){return!p.includes([r,s],t)}).forEach(function(t){p.trigger(n[t],"itemhidden",[e]),u&&(h=!0,e.prevIndex=s)}),(this.index===s&&this.prevIndex!==s||h)&&p.trigger(n[this.index],"itemshown",[this]),i&&(this.prevIndex=s,this.index=r,u||p.trigger(l,"beforeitemhide",[this]),p.trigger(t,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),l,!u&&t),i&&(u||p.trigger(l,"itemhide",[this]),p.trigger(t,"itemshow",[this]))}},end:function(){var t;p.off(document,p.pointerMove,this.move,{passive:!1}),p.off(document,p.pointerUp+" "+p.pointerCancel+" input",this.end,!0),this.dragging&&(this.dragging=null,this.index===this.prevIndex?(this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null):(t=(p.isRtl?this.dir*(p.isRtl?1:-1):this.dir)<0==this.prevPos>this.pos,this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(0<this.dir&&!t||this.dir<0&&t?"next":"previous",!0))),p.css(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}},{data:{selNav:!1},computed:{nav:function(t,e){t=t.selNav;return p.$(t,e)},selNavItem:function(t){t=t.attrItem;return"["+t+"],[data-"+t+"]"},navItems:function(t,e){return p.$$(this.selNavItem,e)}},update:{write:function(){var i=this;this.nav&&this.length!==this.nav.children.length&&p.html(this.nav,this.slides.map(function(t,e){return"<li "+i.attrItem+'="'+e+'"><a href></a></li>'}).join("")),this.navItems.concat(this.nav).forEach(function(t){return t&&(t.hidden=!i.maxIndex)}),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(p.data(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var i=this,n=this.getValidIndex();this.navItems.forEach(function(t){var e=p.data(t,i.attrItem);p.toggleClass(t,i.clsActive,p.toNumber(e)===n),p.toggleClass(t,"uk-invisible",i.finite&&("previous"===e&&0===n||"next"===e&&n>=i.maxIndex))})}}}],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number,selSlides:String},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},connected:function(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected:function(){p.removeClass(this.slides,this.clsActive)},computed:{duration:function(t,e){t=t.velocity;return e.offsetWidth/t*.5+300},list:function(t,e){t=t.selList;return p.$(t,e)},maxIndex:function(){return this.length-1},selSlides:function(t){return t.selList+" "+(t.selSlides||"> *")},slides:{get:function(){return p.$$(this.selSlides,this.$el)},watch:function(){this.$reset()}},length:function(){return this.slides.length}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,e){var i=this;if(void 0===e&&(e=!1),!this.dragging&&this.length){var n=this.stack,s=e?0:n.length,o=function(){n.splice(s,1),n.length&&i.show(n.shift(),!0)};if(n[e?"unshift":"push"](t),!e&&1<n.length)2===n.length&&this._transitioner.forward(Math.min(this.duration,200));else{var r,a=this.getIndex(this.index),h=p.hasClass(this.slides,this.clsActive)&&this.slides[a],l=this.getIndex(t,this.index),u=this.slides[l];if(h!==u){if(this.dir=(r=a,"next"!==(t=t)&&("previous"===t||t<r)?-1:1),this.prevIndex=a,this.index=l,h&&!p.trigger(h,"beforeitemhide",[this])||!p.trigger(u,"beforeitemshow",[this,h]))return this.index=this.prevIndex,void o();e=this._show(h,u,e).then(function(){return h&&p.trigger(h,"itemhidden",[i]),p.trigger(u,"itemshown",[i]),new p.Promise(function(t){p.fastdom.write(function(){n.shift(),n.length?i.show(n.shift(),!0):i._transitioner=null,t()})})});return h&&p.trigger(h,"itemhide",[this]),p.trigger(u,"itemshow",[this]),e}o()}}},getIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.index),p.clamp(p.getIndex(t,this.slides,e,this.finite),0,this.maxIndex)},getValidIndex:function(t,e){return void 0===t&&(t=this.index),void 0===e&&(e=this.prevIndex),this.getIndex(t,e)},_show:function(t,e,i){if(this._transitioner=this._getTransitioner(t,e,this.dir,p.assign({easing:i?e.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!i&&!t)return this._translate(1),p.Promise.resolve();t=this.stack.length;return this._transitioner[1<t?"forward":"show"](1<t?Math.min(this.duration,75+75/(t-1)):this.duration,this.percent)},_getDistance:function(t,e){return this._getTransitioner(t,t!==e&&e).getDistance()},_translate:function(t,e,i){void 0===e&&(e=this.prevIndex),void 0===i&&(i=this.index);i=this._getTransitioner(e!==i&&e,i);return i.translate(t),i},_getTransitioner:function(t,e,i,n){return void 0===t&&(t=this.prevIndex),void 0===e&&(e=this.index),void 0===i&&(i=this.dir||1),void 0===n&&(n=this.transitionOptions),new this.Transitioner(p.isNumber(t)?this.slides[t]:t,p.isNumber(e)?this.slides[e]:e,i*(p.isRtl?-1:1),n)}}}],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:t,Transitioner:function(s,o,r,t){var e=t.animation,a=t.easing,i=e.percent,n=e.translate,h=(e=void 0===(e=e.show)?p.noop:e)(r),l=new p.Deferred;return{dir:r,show:function(t,e,i){var n=this;void 0===e&&(e=0);i=i?"linear":a;return t-=Math.round(t*p.clamp(e,-1,1)),this.translate(e),u(o,"itemin",{percent:e,duration:t,timing:i,dir:r}),u(s,"itemout",{percent:1-e,duration:t,timing:i,dir:r}),p.Promise.all([p.Transition.start(o,h[1],t,i),p.Transition.start(s,h[0],t,i)]).then(function(){n.reset(),l.resolve()},p.noop),l.promise},cancel:function(){p.Transition.cancel([o,s])},reset:function(){for(var t in h[0])p.css([o,s],t,"")},forward:function(t,e){return void 0===e&&(e=this.percent()),p.Transition.cancel([o,s]),this.show(t,e,!0)},translate:function(t){this.reset();var e=n(t,r);p.css(o,e[1]),p.css(s,e[0]),u(o,"itemtranslatein",{percent:t,dir:r}),u(s,"itemtranslateout",{percent:1-t,dir:r})},percent:function(){return i(s||o,o,r)},getDistance:function(){return s&&s.offsetWidth}}}},computed:{animation:function(t){var e=t.animation,t=t.Animations;return p.assign(t[e]||t.slide,{name:e})},transitionOptions:function(){return{animation:this.animation}}},events:{"itemshow itemhide itemshown itemhidden":function(t){t=t.target;this.$update(t)},beforeitemshow:function(t){t=t.target;p.addClass(t,this.clsActive)},itemshown:function(t){t=t.target;p.addClass(t,this.clsActivated)},itemhidden:function(t){t=t.target;p.removeClass(t,this.clsActive,this.clsActivated)}}}],functional:!0,props:{delayControls:Number,preload:Number,videoAutoplay:Boolean,template:String},data:function(){return{preload:1,videoAutoplay:!1,delayControls:3e3,items:[],cls:"uk-open",clsPage:"uk-lightbox-page",selList:".uk-lightbox-items",attrItem:"uk-lightbox-item",selClose:".uk-close-large",selCaption:".uk-lightbox-caption",pauseOnHover:!1,velocity:2,Animations:n,template:'<div class="uk-lightbox uk-overflow-hidden"> <ul class="uk-lightbox-items"></ul> <div class="uk-lightbox-toolbar uk-position-top uk-text-right uk-transition-slide-top uk-transition-opaque"> <button class="uk-lightbox-toolbar-icon uk-close-large" type="button" uk-close></button> </div> <a class="uk-lightbox-button uk-position-center-left uk-position-medium uk-transition-fade" href uk-slidenav-previous uk-lightbox-item="previous"></a> <a class="uk-lightbox-button uk-position-center-right uk-position-medium uk-transition-fade" href uk-slidenav-next uk-lightbox-item="next"></a> <div class="uk-lightbox-toolbar uk-lightbox-caption uk-position-bottom uk-text-center uk-transition-slide-bottom uk-transition-opaque"></div> </div>'}},created:function(){var t=p.$(this.template),e=p.$(this.selList,t);this.items.forEach(function(){return p.append(e,"<li>")}),this.$mount(p.append(this.container,t))},computed:{caption:function(t,e){t=t.selCaption;return p.$(t,e)}},events:[{name:p.pointerMove+" "+p.pointerDown+" keydown",handler:"showControls"},{name:"click",self:!0,delegate:function(){return this.selSlides},handler:function(t){t.defaultPrevented||this.hide()}},{name:"shown",self:!0,handler:function(){this.showControls()}},{name:"hide",self:!0,handler:function(){this.hideControls(),p.removeClass(this.slides,this.clsActive),p.Transition.stop(this.slides)}},{name:"hidden",self:!0,handler:function(){this.$destroy(!0)}},{name:"keyup",el:function(){return document},handler:function(t){if(this.isToggled(this.$el)&&this.draggable)switch(t.keyCode){case 37:this.show("previous");break;case 39:this.show("next")}}},{name:"beforeitemshow",handler:function(t){this.isToggled()||(this.draggable=!1,t.preventDefault(),this.toggleElement(this.$el,!0,!1),this.animation=n.scale,p.removeClass(t.target,this.clsActive),this.stack.splice(1,0,this.index))}},{name:"itemshow",handler:function(){p.html(this.caption,this.getItem().caption||"");for(var t=-this.preload;t<=this.preload;t++)this.loadItem(this.index+t)}},{name:"itemshown",handler:function(){this.draggable=this.$props.draggable}},{name:"itemload",handler:function(t,i){var n=this,s=i.source,e=i.type,o=i.alt;void 0===o&&(o="");var r,a,h,l=i.poster,u=i.attrs;void 0===u&&(u={}),this.setItem(i,"<span uk-spinner></span>"),s&&(a={frameborder:"0",allow:"autoplay",allowfullscreen:"",style:"max-width: 100%; box-sizing: border-box;","uk-responsive":"","uk-video":""+this.videoAutoplay},"image"===e||s.match(/\.(avif|jpe?g|a?png|gif|svg|webp)($|\?)/i)?p.getImage(s,u.srcset,u.size).then(function(t){var e=t.width,t=t.height;return n.setItem(i,c("img",p.assign({src:s,width:e,height:t,alt:o},u)))},function(){return n.setError(i)}):"video"===e||s.match(/\.(mp4|webm|ogv)($|\?)/i)?(h=c("video",p.assign({src:s,poster:l,controls:"",playsinline:"","uk-video":""+this.videoAutoplay},u)),p.on(h,"loadedmetadata",function(){p.attr(h,{width:h.videoWidth,height:h.videoHeight}),n.setItem(i,h)}),p.on(h,"error",function(){return n.setError(i)})):"iframe"===e||s.match(/\.(html|php)($|\?)/i)?this.setItem(i,c("iframe",p.assign({src:s,frameborder:"0",allowfullscreen:"",class:"uk-lightbox-iframe"},u))):(r=s.match(/\/\/(?:.*?youtube(-nocookie)?\..*?[?&]v=|youtu\.be\/)([\w-]{11})[&?]?(.*)?/))?this.setItem(i,c("iframe",p.assign({src:"https://www.youtube"+(r[1]||"")+".com/embed/"+r[2]+(r[3]?"?"+r[3]:""),width:1920,height:1080},a,u))):(r=s.match(/\/\/.*?vimeo\.[a-z]+\/(\d+)[&?]?(.*)?/))&&p.ajax("https://vimeo.com/api/oembed.json?maxwidth=1920&url="+encodeURI(s),{responseType:"json",withCredentials:!1}).then(function(t){var e=t.response,t=e.height,e=e.width;return n.setItem(i,c("iframe",p.assign({src:"https://player.vimeo.com/video/"+r[1]+(r[2]?"?"+r[2]:""),width:e,height:t},a,u)))},function(){return n.setError(i)}))}}],methods:{loadItem:function(t){void 0===t&&(t=this.index);t=this.getItem(t);this.getSlide(t).childElementCount||p.trigger(this.$el,"itemload",[t])},getItem:function(t){return void 0===t&&(t=this.index),this.items[p.getIndex(t,this.slides)]},setItem:function(t,e){p.trigger(this.$el,"itemloaded",[this,p.html(this.getSlide(t),e)])},getSlide:function(t){return this.slides[this.items.indexOf(t)]},setError:function(t){this.setItem(t,'<span uk-icon="icon: bolt; ratio: 2"></span>')},showControls:function(){clearTimeout(this.controlsTimer),this.controlsTimer=setTimeout(this.hideControls,this.delayControls),p.addClass(this.$el,"uk-active","uk-transition-active")},hideControls:function(){p.removeClass(this.$el,"uk-active","uk-transition-active")}}};function c(t,e){t=p.fragment("<"+t+">");return p.attr(t,e),t}t={install:function(t,e){t.lightboxPanel||t.component("lightboxPanel",h);p.assign(e.props,t.component("lightboxPanel").options.props)},props:{toggle:String},data:{toggle:"a"},computed:{toggles:{get:function(t,e){t=t.toggle;return p.$$(t,e)},watch:function(){this.hide()}}},disconnected:function(){this.hide()},events:[{name:"click",delegate:function(){return this.toggle+":not(.uk-disabled)"},handler:function(t){t.preventDefault(),this.show(t.current)}}],methods:{show:function(t){var e,i=this,n=p.uniqueBy(this.toggles.map(l),"source");return p.isElement(t)&&(e=l(t).source,t=p.findIndex(n,function(t){t=t.source;return e===t})),this.panel=this.panel||this.$create("lightboxPanel",p.assign({},this.$props,{items:n})),p.on(this.panel.$el,"hidden",function(){return i.panel=!1}),this.panel.show(t)},hide:function(){return this.panel&&this.panel.hide()}}};function l(e){var i={};return["href","caption","type","poster","alt","attrs"].forEach(function(t){i["href"===t?"source":t]=p.data(e,t)}),i.attrs=p.parseOptions(i.attrs),i}return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("lightbox",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,i){"object"==typeof exports&&"undefined"!=typeof module?module.exports=i(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitnotification",["uikit-util"],i):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitNotification=i(t.UIkit.util)}(this,function(s){"use strict";var t={mixins:[{props:{container:Boolean},data:{container:!0},computed:{container:function(t){t=t.container;return!0===t&&this.$container||t&&s.$(t)}}}],functional:!0,args:["message","status"],data:{message:"",status:"",timeout:5e3,group:null,pos:"top-center",clsContainer:"uk-notification",clsClose:"uk-notification-close",clsMsg:"uk-notification-message"},install:function(o){o.notification.closeAll=function(i,e){s.apply(document.body,function(t){t=o.getComponent(t,"notification");!t||i&&i!==t.group||t.close(e)})}},computed:{marginProp:function(t){t=t.pos;return"margin"+(s.startsWith(t,"top")?"Top":"Bottom")},startProps:function(){var t={opacity:0};return t[this.marginProp]=-this.$el.offsetHeight,t}},created:function(){var t=s.$("."+this.clsContainer+"-"+this.pos,this.container)||s.append(this.container,'<div class="'+this.clsContainer+" "+this.clsContainer+"-"+this.pos+'" style="display: block"></div>');this.$mount(s.append(t,'<div class="'+this.clsMsg+(this.status?" "+this.clsMsg+"-"+this.status:"")+'"> <a href class="'+this.clsClose+'" data-uk-close></a> <div>'+this.message+"</div> </div>"))},connected:function(){var t,i=this,e=s.toFloat(s.css(this.$el,this.marginProp));s.Transition.start(s.css(this.$el,this.startProps),((t={opacity:1})[this.marginProp]=e,t)).then(function(){i.timeout&&(i.timer=setTimeout(i.close,i.timeout))})},events:((t={click:function(t){s.closest(t.target,'a[href="#"],a[href=""]')&&t.preventDefault(),this.close()}})[s.pointerEnter]=function(){this.timer&&clearTimeout(this.timer)},t[s.pointerLeave]=function(){this.timeout&&(this.timer=setTimeout(this.close,this.timeout))},t),methods:{close:function(t){function i(t){var i=s.parent(t);s.trigger(t,"close",[e]),s.remove(t),i&&!i.hasChildNodes()&&s.remove(i)}var e=this;this.timer&&clearTimeout(this.timer),t?i(this.$el):s.Transition.start(this.$el,this.startProps).then(i)}}};return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("notification",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitparallax",["uikit-util"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitParallax=e(t.UIkit.util)}(this,function(b){"use strict";var t={props:{media:Boolean},data:{media:!1},computed:{matchMedia:function(){var t=function(t){if(b.isString(t))if("@"===t[0]){var e="breakpoint-"+t.substr(1);t=b.toFloat(b.getCssVar(e))}else if(isNaN(t))return t;return!(!t||isNaN(t))&&"(min-width: "+t+"px)"}(this.media);return!t||window.matchMedia(t).matches}}};b.memoize(function(r){return new b.Promise(function(e,t){r?b.startsWith(r,"data:")?e(decodeURIComponent(r.split(",")[1])):b.ajax(r).then(function(t){return e(t.response)},function(){return t("SVG not found.")}):t()})});var e=["x","y","bgx","bgy","rotate","scale","color","backgroundColor","borderColor","opacity","blur","hue","grayscale","invert","saturate","sepia","fopacity","stroke"];function f(t,e){var r=t.length-1,i=Math.min(Math.floor(r*e),r-1),i=t.slice(i,i+2);return i.push(1===e?1:e%(1/r)*r),i}t={mixins:[{mixins:[t],props:e.reduce(function(t,e){return t[e]="list",t},{}),data:e.reduce(function(t,e){return t[e]=void 0,t},{}),computed:{props:function(h,g){var m=this;return e.reduce(function(t,e){if(b.isUndefined(h[e]))return t;var r,i,a=e.match(/color/i),n=a||"opacity"===e,s=h[e].slice();n&&b.css(g,e,""),s.length<2&&s.unshift(("scale"===e?1:n?b.css(g,e):0)||0);var o,c,u,l,d,p,n=s.reduce(function(t,e){return b.isString(e)&&e.replace(/-|\d/g,"").trim()||t},"");if(a?(p=g.style.color,s=s.map(function(t){return b.css(b.css(g,"color",t),"color").split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(b.toFloat)}),g.style.color=p):b.startsWith(e,"bg")?(o="bgy"===e?"height":"width",s=s.map(function(t){return b.toPx(t,o,m.$el)}),b.css(g,"background-position-"+e[2],""),i=b.css(g,"backgroundPosition").split(" ")["x"===e[2]?0:1],r=m.covers?(c=Math.min.apply(Math,s),u=Math.max.apply(Math,s),l=s.indexOf(c)<s.indexOf(u),d=u-c,s=s.map(function(t){return t-(l?c:u)}),(l?-d:0)+"px"):i):s=s.map(b.toFloat),"stroke"===e){if(!s.some(function(t){return t}))return t;var f=(p=m.$el,Math.ceil(Math.max.apply(Math,[0].concat(b.$$("[stroke]",p).map(function(t){try{return t.getTotalLength()}catch(t){return 0}})))));b.css(g,"strokeDasharray",f),s=(s="%"===n?s.map(function(t){return t*f/100}):s).reverse(),e="strokeDashoffset"}return t[e]={steps:s,unit:n,pos:r,bgPos:i,diff:d},t},{})},bgProps:function(){var e=this;return["bgx","bgy"].filter(function(t){return t in e.props})},covers:function(t,e){return i=(r=e).style.backgroundSize,e="cover"===b.css(b.css(r,"backgroundSize",""),"backgroundSize"),r.style.backgroundSize=i,e;var r,i}},disconnected:function(){delete this._image},update:{read:function(t){var e,r,o,c,u,l=this;this.matchMedia&&(t.image||!this.covers||!this.bgProps.length||(e=b.css(this.$el,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1"))&&((r=new Image).src=e,(t.image=r).naturalWidth||(r.onload=function(){return l.$update()})),(r=t.image)&&r.naturalWidth&&(o={width:this.$el.offsetWidth,height:this.$el.offsetHeight},c={width:r.naturalWidth,height:r.naturalHeight},u=b.Dimensions.cover(c,o),this.bgProps.forEach(function(t){var e,r=l.props[t],i=r.diff,a=r.bgPos,n=r.steps,r="bgy"===t?"height":"width",s=u[r]-o[r];s<i?o[r]=u[r]+i-s:i<s&&((e=o[r]/b.toPx(a,r,l.$el))&&(l.props[t].steps=n.map(function(t){return t-(s-i)/e}))),u=b.Dimensions.cover(c,o)}),t.dim=u))},write:function(t){t=t.dim;this.matchMedia?t&&b.css(this.$el,{backgroundSize:t.width+"px "+t.height+"px",backgroundRepeat:"no-repeat"}):b.css(this.$el,{backgroundSize:"",backgroundRepeat:""})},events:["resize"]},methods:{reset:function(){var r=this;b.each(this.getCss(0),function(t,e){return b.css(r.$el,e,"")})},getCss:function(d){var p=this.props;return Object.keys(p).reduce(function(t,e){var r=p[e],i=r.steps,a=r.unit,n=r.pos,s=function(t,e,r){void 0===r&&(r=2);var i=f(t,e),t=i[0],e=i[1],i=i[2];return(b.isNumber(t)?t+Math.abs(t-e)*i*(t<e?1:-1):+e).toFixed(r)}(i,d);switch(e){case"x":case"y":a=a||"px",t.transform+=" translate"+b.ucfirst(e)+"("+b.toFloat(s).toFixed("px"===a?0:2)+a+")";break;case"rotate":t.transform+=" rotate("+(s+(a=a||"deg"))+")";break;case"scale":t.transform+=" scale("+s+")";break;case"bgy":case"bgx":t["background-position-"+e[2]]="calc("+n+" + "+s+"px)";break;case"color":case"backgroundColor":case"borderColor":var o=f(i,d),c=o[0],u=o[1],l=o[2];t[e]="rgba("+c.map(function(t,e){return t+=l*(u[e]-t),3===e?b.toFloat(t):parseInt(t,10)}).join(",")+")";break;case"blur":t.filter+=" blur("+(s+(a=a||"px"))+")";break;case"hue":t.filter+=" hue-rotate("+(s+(a=a||"deg"))+")";break;case"fopacity":t.filter+=" opacity("+(s+(a=a||"%"))+")";break;case"grayscale":case"invert":case"saturate":case"sepia":t.filter+=" "+e+"("+(s+(a=a||"%"))+")";break;default:t[e]=s}return t},{transform:"",filter:""})}}}],props:{target:String,viewport:Number,easing:Number},data:{target:!1,viewport:1,easing:1},computed:{target:function(t,e){t=t.target;return function t(e){return e?"offsetTop"in e?e:t(b.parent(e)):document.body}(t&&b.query(t,e)||e)}},update:{read:function(t,e){var r=t.percent;if(e.has("scroll")||(r=!1),this.matchMedia){var i=r;return t=b.scrolledOver(this.target)/(this.viewport||1),e=this.easing,{percent:r=b.clamp(t*(1-(e-e*t))),style:i!==r&&this.getCss(r)}}},write:function(t){t=t.style;this.matchMedia?t&&b.css(this.$el,t):this.reset()},events:["scroll","resize"]}};return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("parallax",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitslider_parallax",["uikit-util"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitSlider_parallax=e(t.UIkit.util)}(this,function(b){"use strict";var t={props:{media:Boolean},data:{media:!1},computed:{matchMedia:function(){var t=function(t){if(b.isString(t))if("@"===t[0]){var e="breakpoint-"+t.substr(1);t=b.toFloat(b.getCssVar(e))}else if(isNaN(t))return t;return!(!t||isNaN(t))&&"(min-width: "+t+"px)"}(this.media);return!t||window.matchMedia(t).matches}}};b.memoize(function(r){return new b.Promise(function(e,t){r?b.startsWith(r,"data:")?e(decodeURIComponent(r.split(",")[1])):b.ajax(r).then(function(t){return e(t.response)},function(){return t("SVG not found.")}):t()})});var e=["x","y","bgx","bgy","rotate","scale","color","backgroundColor","borderColor","opacity","blur","hue","grayscale","invert","saturate","sepia","fopacity","stroke"];function h(t,e){var r=t.length-1,n=Math.min(Math.floor(r*e),r-1),n=t.slice(n,n+2);return n.push(1===e?1:e%(1/r)*r),n}t={mixins:[{mixins:[t],props:e.reduce(function(t,e){return t[e]="list",t},{}),data:e.reduce(function(t,e){return t[e]=void 0,t},{}),computed:{props:function(p,m){var g=this;return e.reduce(function(t,e){if(b.isUndefined(p[e]))return t;var r,n,i=e.match(/color/i),a=i||"opacity"===e,s=p[e].slice();a&&b.css(m,e,""),s.length<2&&s.unshift(("scale"===e?1:a?b.css(m,e):0)||0);var o,c,u,l,d,f,a=s.reduce(function(t,e){return b.isString(e)&&e.replace(/-|\d/g,"").trim()||t},"");if(i?(f=m.style.color,s=s.map(function(t){return b.css(b.css(m,"color",t),"color").split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(b.toFloat)}),m.style.color=f):b.startsWith(e,"bg")?(o="bgy"===e?"height":"width",s=s.map(function(t){return b.toPx(t,o,g.$el)}),b.css(m,"background-position-"+e[2],""),n=b.css(m,"backgroundPosition").split(" ")["x"===e[2]?0:1],r=g.covers?(c=Math.min.apply(Math,s),u=Math.max.apply(Math,s),l=s.indexOf(c)<s.indexOf(u),d=u-c,s=s.map(function(t){return t-(l?c:u)}),(l?-d:0)+"px"):n):s=s.map(b.toFloat),"stroke"===e){if(!s.some(function(t){return t}))return t;var h=(f=g.$el,Math.ceil(Math.max.apply(Math,[0].concat(b.$$("[stroke]",f).map(function(t){try{return t.getTotalLength()}catch(t){return 0}})))));b.css(m,"strokeDasharray",h),s=(s="%"===a?s.map(function(t){return t*h/100}):s).reverse(),e="strokeDashoffset"}return t[e]={steps:s,unit:a,pos:r,bgPos:n,diff:d},t},{})},bgProps:function(){var e=this;return["bgx","bgy"].filter(function(t){return t in e.props})},covers:function(t,e){return n=(r=e).style.backgroundSize,e="cover"===b.css(b.css(r,"backgroundSize",""),"backgroundSize"),r.style.backgroundSize=n,e;var r,n}},disconnected:function(){delete this._image},update:{read:function(t){var e,r,o,c,u,l=this;this.matchMedia&&(t.image||!this.covers||!this.bgProps.length||(e=b.css(this.$el,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1"))&&((r=new Image).src=e,(t.image=r).naturalWidth||(r.onload=function(){return l.$update()})),(r=t.image)&&r.naturalWidth&&(o={width:this.$el.offsetWidth,height:this.$el.offsetHeight},c={width:r.naturalWidth,height:r.naturalHeight},u=b.Dimensions.cover(c,o),this.bgProps.forEach(function(t){var e,r=l.props[t],n=r.diff,i=r.bgPos,a=r.steps,r="bgy"===t?"height":"width",s=u[r]-o[r];s<n?o[r]=u[r]+n-s:n<s&&((e=o[r]/b.toPx(i,r,l.$el))&&(l.props[t].steps=a.map(function(t){return t-(s-n)/e}))),u=b.Dimensions.cover(c,o)}),t.dim=u))},write:function(t){t=t.dim;this.matchMedia?t&&b.css(this.$el,{backgroundSize:t.width+"px "+t.height+"px",backgroundRepeat:"no-repeat"}):b.css(this.$el,{backgroundSize:"",backgroundRepeat:""})},events:["resize"]},methods:{reset:function(){var r=this;b.each(this.getCss(0),function(t,e){return b.css(r.$el,e,"")})},getCss:function(d){var f=this.props;return Object.keys(f).reduce(function(t,e){var r=f[e],n=r.steps,i=r.unit,a=r.pos,s=function(t,e,r){void 0===r&&(r=2);var n=h(t,e),t=n[0],e=n[1],n=n[2];return(b.isNumber(t)?t+Math.abs(t-e)*n*(t<e?1:-1):+e).toFixed(r)}(n,d);switch(e){case"x":case"y":i=i||"px",t.transform+=" translate"+b.ucfirst(e)+"("+b.toFloat(s).toFixed("px"===i?0:2)+i+")";break;case"rotate":t.transform+=" rotate("+(s+(i=i||"deg"))+")";break;case"scale":t.transform+=" scale("+s+")";break;case"bgy":case"bgx":t["background-position-"+e[2]]="calc("+a+" + "+s+"px)";break;case"color":case"backgroundColor":case"borderColor":var o=h(n,d),c=o[0],u=o[1],l=o[2];t[e]="rgba("+c.map(function(t,e){return t+=l*(u[e]-t),3===e?b.toFloat(t):parseInt(t,10)}).join(",")+")";break;case"blur":t.filter+=" blur("+(s+(i=i||"px"))+")";break;case"hue":t.filter+=" hue-rotate("+(s+(i=i||"deg"))+")";break;case"fopacity":t.filter+=" opacity("+(s+(i=i||"%"))+")";break;case"grayscale":case"invert":case"saturate":case"sepia":t.filter+=" "+e+"("+(s+(i=i||"%"))+")";break;default:t[e]=s}return t},{transform:"",filter:""})}}}],data:{selItem:"!li"},computed:{item:function(t,e){t=t.selItem;return b.query(t,e)}},events:[{name:"itemin itemout",self:!0,el:function(){return this.item},handler:function(t){var r=this,n=t.type,t=t.detail,i=t.percent,a=t.duration,s=t.timing,o=t.dir;b.fastdom.read(function(){var t=r.getCss(u(n,o,i)),e=r.getCss(c(n)?.5:0<o?1:0);b.fastdom.write(function(){b.css(r.$el,t),b.Transition.start(r.$el,e,a,s).catch(b.noop)})})}},{name:"transitioncanceled transitionend",self:!0,el:function(){return this.item},handler:function(){b.Transition.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el:function(){return this.item},handler:function(t){var e=this,r=t.type,t=t.detail,n=t.percent,i=t.dir;b.fastdom.read(function(){var t=e.getCss(u(r,i,n));b.fastdom.write(function(){return b.css(e.$el,t)})})}}]};function c(t){return b.endsWith(t,"in")}function u(t,e,r){return r/=2,c(t)?e<0?1-r:r:e<0?r:1-r}return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("sliderParallax",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,i){"object"==typeof exports&&"undefined"!=typeof module?module.exports=i(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitslider",["uikit-util"],i):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitSlider=i(t.UIkit.util)}(this,function(f){"use strict";function s(t){return.5*t+300}function v(t,i){return void 0===t&&(t=0),void 0===i&&(i="%"),t+=t?i:"",f.isIE?"translateX("+t+")":"translate3d("+t+", 0, 0)"}function h(t,i,e){var s=g(t,i);return e?s-(t=t,f.dimensions(i).width/2-f.dimensions(t).width/2):Math.min(s,n(i))}function n(t){return Math.max(0,e(t)-f.dimensions(t).width)}function e(t){return f.children(t).reduce(function(t,i){return f.dimensions(i).width+t},0)}function g(t,i){return t&&(f.position(t).left+(f.isRtl?f.dimensions(t).width-f.dimensions(i).width:0))*(f.isRtl?-1:1)||0}function o(e,s){--s;var n=f.dimensions(e).width,r=s+n+2;return f.children(e).filter(function(t){var i=g(t,e),t=i+Math.min(f.dimensions(t).width,n);return s<=i&&t<=r})}function p(t,i,e){f.trigger(t,f.createEvent(i,!1,!1,e))}var t={mixins:[{connected:function(){f.hasClass(this.$el,this.$name)||f.addClass(this.$el,this.$name)}},{mixins:[{props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){f.attr(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:function(){return document},filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return(!t.draggable||!f.$(":focus",t.$el))&&(!t.pauseOnHover||!f.matches(t.$el,":hover"))&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},{props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var s=this;["start","move","end"].forEach(function(t){var e=s[t];s[t]=function(t){var i=f.getEventPos(t).x*(f.isRtl?-1:1);s.prevPos=i!==s.pos?s.pos:s.prevPos,s.pos=i,e(t)}})},events:[{name:f.pointerDown,delegate:function(){return this.selSlides},handler:function(t){var i;!this.draggable||!f.isTouch(t)&&(!(i=t.target).children.length&&i.childNodes.length)||f.closest(t.target,f.selInput)||0<t.button||this.length<2||this.start(t)}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,f.on(document,f.pointerMove,this.move,{passive:!1}),f.on(document,f.pointerUp+" "+f.pointerCancel+" input",this.end,!0),f.css(this.list,"userSelect","none")},move:function(t){var i=this,e=this.pos-this.drag;if(!(0==e||this.prevPos===this.pos||!this.dragging&&Math.abs(e)<this.threshold)){f.css(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=e<0?1:-1;for(var s=this.slides,n=this.prevIndex,r=Math.abs(e),h=this.getIndex(n+this.dir,n),o=this._getDistance(n,h)||s[n].offsetWidth;h!==n&&o<r;)this.drag-=o*this.dir,n=h,r-=o,h=this.getIndex(n+this.dir,n),o=this._getDistance(n,h)||s[n].offsetWidth;this.percent=r/o;var d,a=s[n],t=s[h],e=this.index!==h,c=n===h;[this.index,this.prevIndex].filter(function(t){return!f.includes([h,n],t)}).forEach(function(t){f.trigger(s[t],"itemhidden",[i]),c&&(d=!0,i.prevIndex=n)}),(this.index===n&&this.prevIndex!==n||d)&&f.trigger(s[this.index],"itemshown",[this]),e&&(this.prevIndex=n,this.index=h,c||f.trigger(a,"beforeitemhide",[this]),f.trigger(t,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),a,!c&&t),e&&(c||f.trigger(a,"itemhide",[this]),f.trigger(t,"itemshow",[this]))}},end:function(){var t;f.off(document,f.pointerMove,this.move,{passive:!1}),f.off(document,f.pointerUp+" "+f.pointerCancel+" input",this.end,!0),this.dragging&&(this.dragging=null,this.index===this.prevIndex?(this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null):(t=(f.isRtl?this.dir*(f.isRtl?1:-1):this.dir)<0==this.prevPos>this.pos,this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(0<this.dir&&!t||this.dir<0&&t?"next":"previous",!0))),f.css(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}},{data:{selNav:!1},computed:{nav:function(t,i){t=t.selNav;return f.$(t,i)},selNavItem:function(t){t=t.attrItem;return"["+t+"],[data-"+t+"]"},navItems:function(t,i){return f.$$(this.selNavItem,i)}},update:{write:function(){var e=this;this.nav&&this.length!==this.nav.children.length&&f.html(this.nav,this.slides.map(function(t,i){return"<li "+e.attrItem+'="'+i+'"><a href></a></li>'}).join("")),this.navItems.concat(this.nav).forEach(function(t){return t&&(t.hidden=!e.maxIndex)}),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(f.data(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var e=this,s=this.getValidIndex();this.navItems.forEach(function(t){var i=f.data(t,e.attrItem);f.toggleClass(t,e.clsActive,f.toNumber(i)===s),f.toggleClass(t,"uk-invisible",e.finite&&("previous"===i&&0===s||"next"===i&&s>=e.maxIndex))})}}}],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number,selSlides:String},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},connected:function(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected:function(){f.removeClass(this.slides,this.clsActive)},computed:{duration:function(t,i){t=t.velocity;return s(i.offsetWidth/t)},list:function(t,i){t=t.selList;return f.$(t,i)},maxIndex:function(){return this.length-1},selSlides:function(t){return t.selList+" "+(t.selSlides||"> *")},slides:{get:function(){return f.$$(this.selSlides,this.$el)},watch:function(){this.$reset()}},length:function(){return this.slides.length}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,i){var e=this;if(void 0===i&&(i=!1),!this.dragging&&this.length){var s=this.stack,n=i?0:s.length,r=function(){s.splice(n,1),s.length&&e.show(s.shift(),!0)};if(s[i?"unshift":"push"](t),!i&&1<s.length)2===s.length&&this._transitioner.forward(Math.min(this.duration,200));else{var h,o=this.getIndex(this.index),d=f.hasClass(this.slides,this.clsActive)&&this.slides[o],a=this.getIndex(t,this.index),c=this.slides[a];if(d!==c){if(this.dir=(h=o,"next"!==(t=t)&&("previous"===t||t<h)?-1:1),this.prevIndex=o,this.index=a,d&&!f.trigger(d,"beforeitemhide",[this])||!f.trigger(c,"beforeitemshow",[this,d]))return this.index=this.prevIndex,void r();i=this._show(d,c,i).then(function(){return d&&f.trigger(d,"itemhidden",[e]),f.trigger(c,"itemshown",[e]),new f.Promise(function(t){f.fastdom.write(function(){s.shift(),s.length?e.show(s.shift(),!0):e._transitioner=null,t()})})});return d&&f.trigger(d,"itemhide",[this]),f.trigger(c,"itemshow",[this]),i}r()}}},getIndex:function(t,i){return void 0===t&&(t=this.index),void 0===i&&(i=this.index),f.clamp(f.getIndex(t,this.slides,i,this.finite),0,this.maxIndex)},getValidIndex:function(t,i){return void 0===t&&(t=this.index),void 0===i&&(i=this.prevIndex),this.getIndex(t,i)},_show:function(t,i,e){if(this._transitioner=this._getTransitioner(t,i,this.dir,f.assign({easing:e?i.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!e&&!t)return this._translate(1),f.Promise.resolve();t=this.stack.length;return this._transitioner[1<t?"forward":"show"](1<t?Math.min(this.duration,75+75/(t-1)):this.duration,this.percent)},_getDistance:function(t,i){return this._getTransitioner(t,t!==i&&i).getDistance()},_translate:function(t,i,e){void 0===i&&(i=this.prevIndex),void 0===e&&(e=this.index);e=this._getTransitioner(i!==e&&i,e);return e.translate(t),e},_getTransitioner:function(t,i,e,s){return void 0===t&&(t=this.prevIndex),void 0===i&&(i=this.index),void 0===e&&(e=this.dir||1),void 0===s&&(s=this.transitionOptions),new this.Transitioner(f.isNumber(t)?this.slides[t]:t,f.isNumber(i)?this.slides[i]:i,e*(f.isRtl?-1:1),s)}}},{update:{write:function(){var t;this.stack.length||this.dragging||(t=this.getValidIndex(this.index),~this.prevIndex&&this.index===t||this.show(t))},events:["resize"]}}],props:{center:Boolean,sets:Boolean},data:{center:!1,sets:!1,attrItem:"uk-slider-item",selList:".uk-slider-items",selNav:".uk-slider-nav",clsContainer:"uk-slider-container",Transitioner:function(d,a,c,t){var s=t.center,n=t.easing,l=t.list,r=new f.Deferred,i=d?h(d,l,s):h(a,l,s)+f.dimensions(a).width*c,u=a?h(a,l,s):i+f.dimensions(d).width*c*(f.isRtl?-1:1);return{dir:c,show:function(t,i,e){void 0===i&&(i=0);e=e?"linear":n;return t-=Math.round(t*f.clamp(i,-1,1)),this.translate(i),i=d?i:f.clamp(i,0,1),p(this.getItemIn(),"itemin",{percent:i,duration:t,timing:e,dir:c}),d&&p(this.getItemIn(!0),"itemout",{percent:1-i,duration:t,timing:e,dir:c}),f.Transition.start(l,{transform:v(-u*(f.isRtl?-1:1),"px")},t,e).then(r.resolve,f.noop),r.promise},cancel:function(){f.Transition.cancel(l)},reset:function(){f.css(l,"transform","")},forward:function(t,i){return void 0===i&&(i=this.percent()),f.Transition.cancel(l),this.show(t,i,!0)},translate:function(n){var t=this.getDistance()*c*(f.isRtl?-1:1);f.css(l,"transform",v(f.clamp(t-t*n-u,-e(l),f.dimensions(l).width)*(f.isRtl?-1:1),"px"));var r=this.getActives(),h=this.getItemIn(),o=this.getItemIn(!0);n=d?f.clamp(n,-1,1):0,f.children(l).forEach(function(t){var i=f.includes(r,t),e=t===h,s=t===o;p(t,"itemtranslate"+(e||!s&&(i||c*(f.isRtl?-1:1)==-1^g(t,l)>g(d||a))?"in":"out"),{dir:c,percent:s?1-n:e?n:i?1:0})})},percent:function(){return Math.abs((f.css(l,"transform").split(",")[4]*(f.isRtl?-1:1)+i)/(u-i))},getDistance:function(){return Math.abs(u-i)},getItemIn:function(t){void 0===t&&(t=!1);var i=this.getActives(),e=o(l,h(a||d,l,s));return t&&(t=i,i=e,e=t),e[f.findIndex(e,function(t){return!f.includes(i,t)})]},getActives:function(){return o(l,h(d||a,l,s))}}}},computed:{avgWidth:function(){return e(this.list)/this.length},finite:function(t){return t.finite||Math.ceil(e(this.list))<f.dimensions(this.list).width+(t=this.list,Math.max.apply(Math,[0].concat(f.children(t).map(function(t){return f.dimensions(t).width}))))+this.center},maxIndex:function(){if(!this.finite||this.center&&!this.sets)return this.length-1;if(this.center)return f.last(this.sets);var i=0,e=n(this.list),t=f.findIndex(this.slides,function(t){return e<=i||void(i+=f.dimensions(t).width)});return~t?t:this.length-1},sets:function(t){var n=this;if(t=t.sets){var r=f.dimensions(this.list).width/(this.center?2:1),h=0,o=r,d=0,t=f.sortBy(this.slides,"offsetLeft").reduce(function(t,i,e){var s=f.dimensions(i).width;return h<d+s&&(!n.center&&e>n.maxIndex&&(e=n.maxIndex),f.includes(t,e)||(i=n.slides[e+1],n.center&&i&&s<o-f.dimensions(i).width/2?o-=s:(o=r,t.push(e),h=d+r+(n.center?s/2:0)))),d+=s,t},[]);return!f.isEmpty(t)&&t}},transitionOptions:function(){return{center:this.center,list:this.list}}},connected:function(){f.toggleClass(this.$el,this.clsContainer,!f.$("."+this.clsContainer,this.$el))},update:{write:function(){var e=this;this.navItems.forEach(function(t){var i=f.toNumber(f.data(t,e.attrItem));!1!==i&&(t.hidden=!e.maxIndex||i>e.maxIndex||e.sets&&!f.includes(e.sets,i))}),!this.length||this.dragging||this.stack.length||(this.reorder(),this._translate(1));var i=this._getTransitioner(this.index).getActives();this.slides.forEach(function(t){return f.toggleClass(t,e.clsActive,f.includes(i,t))}),!this.clsActivated||this.sets&&!f.includes(this.sets,f.toFloat(this.index))||this.slides.forEach(function(t){return f.toggleClass(t,e.clsActivated||"",f.includes(i,t))})},events:["resize"]},events:{beforeitemshow:function(t){!this.dragging&&this.sets&&this.stack.length<2&&!f.includes(this.sets,this.index)&&(this.index=this.getValidIndex());var i=Math.abs(this.index-this.prevIndex+(0<this.dir&&this.index<this.prevIndex||this.dir<0&&this.index>this.prevIndex?(this.maxIndex+1)*this.dir:0));if(!this.dragging&&1<i){for(var e=0;e<i;e++)this.stack.splice(1,0,0<this.dir?"next":"previous");t.preventDefault()}else{t=this.dir<0||!this.slides[this.prevIndex]?this.index:this.prevIndex;this.duration=s(this.avgWidth/this.velocity)*(f.dimensions(this.slides[t]).width/this.avgWidth),this.reorder()}},itemshow:function(){~this.prevIndex&&f.addClass(this._getTransitioner().getItemIn(),this.clsActive)}},methods:{reorder:function(){var e=this;if(this.finite)f.css(this.slides,"order","");else{var s=0<this.dir&&this.slides[this.prevIndex]?this.prevIndex:this.index;if(this.slides.forEach(function(t,i){return f.css(t,"order",0<e.dir&&i<s?1:e.dir<0&&i>=e.index?-1:"")}),this.center)for(var t=this.slides[s],i=f.dimensions(this.list).width/2-f.dimensions(t).width/2,n=0;0<i;){var r=this.getIndex(--n+s,s),h=this.slides[r];f.css(h,"order",s<r?-2:-1),i-=f.dimensions(h).width}}},getValidIndex:function(t,i){if(void 0===t&&(t=this.index),void 0===i&&(i=this.prevIndex),t=this.getIndex(t,i),!this.sets)return t;var e;do{if(f.includes(this.sets,t))return t}while(e=t,(t=this.getIndex(t+this.dir,i))!==e);return t}}};return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("slider",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitslideshow_parallax",["uikit-util"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitSlideshow_parallax=e(t.UIkit.util)}(this,function(b){"use strict";var t={props:{media:Boolean},data:{media:!1},computed:{matchMedia:function(){var t=function(t){if(b.isString(t))if("@"===t[0]){var e="breakpoint-"+t.substr(1);t=b.toFloat(b.getCssVar(e))}else if(isNaN(t))return t;return!(!t||isNaN(t))&&"(min-width: "+t+"px)"}(this.media);return!t||window.matchMedia(t).matches}}};b.memoize(function(r){return new b.Promise(function(e,t){r?b.startsWith(r,"data:")?e(decodeURIComponent(r.split(",")[1])):b.ajax(r).then(function(t){return e(t.response)},function(){return t("SVG not found.")}):t()})});var e=["x","y","bgx","bgy","rotate","scale","color","backgroundColor","borderColor","opacity","blur","hue","grayscale","invert","saturate","sepia","fopacity","stroke"];function h(t,e){var r=t.length-1,n=Math.min(Math.floor(r*e),r-1),n=t.slice(n,n+2);return n.push(1===e?1:e%(1/r)*r),n}t={mixins:[{mixins:[t],props:e.reduce(function(t,e){return t[e]="list",t},{}),data:e.reduce(function(t,e){return t[e]=void 0,t},{}),computed:{props:function(p,m){var g=this;return e.reduce(function(t,e){if(b.isUndefined(p[e]))return t;var r,n,i=e.match(/color/i),a=i||"opacity"===e,s=p[e].slice();a&&b.css(m,e,""),s.length<2&&s.unshift(("scale"===e?1:a?b.css(m,e):0)||0);var o,c,u,l,d,f,a=s.reduce(function(t,e){return b.isString(e)&&e.replace(/-|\d/g,"").trim()||t},"");if(i?(f=m.style.color,s=s.map(function(t){return b.css(b.css(m,"color",t),"color").split(/[(),]/g).slice(1,-1).concat(1).slice(0,4).map(b.toFloat)}),m.style.color=f):b.startsWith(e,"bg")?(o="bgy"===e?"height":"width",s=s.map(function(t){return b.toPx(t,o,g.$el)}),b.css(m,"background-position-"+e[2],""),n=b.css(m,"backgroundPosition").split(" ")["x"===e[2]?0:1],r=g.covers?(c=Math.min.apply(Math,s),u=Math.max.apply(Math,s),l=s.indexOf(c)<s.indexOf(u),d=u-c,s=s.map(function(t){return t-(l?c:u)}),(l?-d:0)+"px"):n):s=s.map(b.toFloat),"stroke"===e){if(!s.some(function(t){return t}))return t;var h=(f=g.$el,Math.ceil(Math.max.apply(Math,[0].concat(b.$$("[stroke]",f).map(function(t){try{return t.getTotalLength()}catch(t){return 0}})))));b.css(m,"strokeDasharray",h),s=(s="%"===a?s.map(function(t){return t*h/100}):s).reverse(),e="strokeDashoffset"}return t[e]={steps:s,unit:a,pos:r,bgPos:n,diff:d},t},{})},bgProps:function(){var e=this;return["bgx","bgy"].filter(function(t){return t in e.props})},covers:function(t,e){return n=(r=e).style.backgroundSize,e="cover"===b.css(b.css(r,"backgroundSize",""),"backgroundSize"),r.style.backgroundSize=n,e;var r,n}},disconnected:function(){delete this._image},update:{read:function(t){var e,r,o,c,u,l=this;this.matchMedia&&(t.image||!this.covers||!this.bgProps.length||(e=b.css(this.$el,"backgroundImage").replace(/^none|url\(["']?(.+?)["']?\)$/,"$1"))&&((r=new Image).src=e,(t.image=r).naturalWidth||(r.onload=function(){return l.$update()})),(r=t.image)&&r.naturalWidth&&(o={width:this.$el.offsetWidth,height:this.$el.offsetHeight},c={width:r.naturalWidth,height:r.naturalHeight},u=b.Dimensions.cover(c,o),this.bgProps.forEach(function(t){var e,r=l.props[t],n=r.diff,i=r.bgPos,a=r.steps,r="bgy"===t?"height":"width",s=u[r]-o[r];s<n?o[r]=u[r]+n-s:n<s&&((e=o[r]/b.toPx(i,r,l.$el))&&(l.props[t].steps=a.map(function(t){return t-(s-n)/e}))),u=b.Dimensions.cover(c,o)}),t.dim=u))},write:function(t){t=t.dim;this.matchMedia?t&&b.css(this.$el,{backgroundSize:t.width+"px "+t.height+"px",backgroundRepeat:"no-repeat"}):b.css(this.$el,{backgroundSize:"",backgroundRepeat:""})},events:["resize"]},methods:{reset:function(){var r=this;b.each(this.getCss(0),function(t,e){return b.css(r.$el,e,"")})},getCss:function(d){var f=this.props;return Object.keys(f).reduce(function(t,e){var r=f[e],n=r.steps,i=r.unit,a=r.pos,s=function(t,e,r){void 0===r&&(r=2);var n=h(t,e),t=n[0],e=n[1],n=n[2];return(b.isNumber(t)?t+Math.abs(t-e)*n*(t<e?1:-1):+e).toFixed(r)}(n,d);switch(e){case"x":case"y":i=i||"px",t.transform+=" translate"+b.ucfirst(e)+"("+b.toFloat(s).toFixed("px"===i?0:2)+i+")";break;case"rotate":t.transform+=" rotate("+(s+(i=i||"deg"))+")";break;case"scale":t.transform+=" scale("+s+")";break;case"bgy":case"bgx":t["background-position-"+e[2]]="calc("+a+" + "+s+"px)";break;case"color":case"backgroundColor":case"borderColor":var o=h(n,d),c=o[0],u=o[1],l=o[2];t[e]="rgba("+c.map(function(t,e){return t+=l*(u[e]-t),3===e?b.toFloat(t):parseInt(t,10)}).join(",")+")";break;case"blur":t.filter+=" blur("+(s+(i=i||"px"))+")";break;case"hue":t.filter+=" hue-rotate("+(s+(i=i||"deg"))+")";break;case"fopacity":t.filter+=" opacity("+(s+(i=i||"%"))+")";break;case"grayscale":case"invert":case"saturate":case"sepia":t.filter+=" "+e+"("+(s+(i=i||"%"))+")";break;default:t[e]=s}return t},{transform:"",filter:""})}}}],data:{selItem:"!li"},computed:{item:function(t,e){t=t.selItem;return b.query(t,e)}},events:[{name:"itemin itemout",self:!0,el:function(){return this.item},handler:function(t){var r=this,n=t.type,t=t.detail,i=t.percent,a=t.duration,s=t.timing,o=t.dir;b.fastdom.read(function(){var t=r.getCss(u(n,o,i)),e=r.getCss(c(n)?.5:0<o?1:0);b.fastdom.write(function(){b.css(r.$el,t),b.Transition.start(r.$el,e,a,s).catch(b.noop)})})}},{name:"transitioncanceled transitionend",self:!0,el:function(){return this.item},handler:function(){b.Transition.cancel(this.$el)}},{name:"itemtranslatein itemtranslateout",self:!0,el:function(){return this.item},handler:function(t){var e=this,r=t.type,t=t.detail,n=t.percent,i=t.dir;b.fastdom.read(function(){var t=e.getCss(u(r,i,n));b.fastdom.write(function(){return b.css(e.$el,t)})})}}]};function c(t){return b.endsWith(t,"in")}function u(t,e,r){return r/=2,c(t)?e<0?1-r:r:e<0?r:1-r}return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("slideshowParallax",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,i){"object"==typeof exports&&"undefined"!=typeof module?module.exports=i(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitslideshow",["uikit-util"],i):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitSlideshow=i(t.UIkit.util)}(this,function(c){"use strict";var t={connected:function(){c.hasClass(this.$el,this.$name)||c.addClass(this.$el,this.$name)}},i={slide:{show:function(t){return[{transform:e(-100*t)},{transform:e()}]},percent:n,translate:function(t,i){return[{transform:e(-100*i*t)},{transform:e(100*i*(1-t))}]}}};function n(t){return Math.abs(c.css(t,"transform").split(",")[4]/t.offsetWidth)||0}function e(t,i){return void 0===t&&(t=0),void 0===i&&(i="%"),t+=t?i:"",c.isIE?"translateX("+t+")":"translate3d("+t+", 0, 0)"}function s(t){return"scale3d("+t+", "+t+", 1)"}function u(t,i,e){c.trigger(t,c.createEvent(i,!1,!1,e))}var r={mixins:[{mixins:[{props:{autoplay:Boolean,autoplayInterval:Number,pauseOnHover:Boolean},data:{autoplay:!1,autoplayInterval:7e3,pauseOnHover:!0},connected:function(){this.autoplay&&this.startAutoplay()},disconnected:function(){this.stopAutoplay()},update:function(){c.attr(this.slides,"tabindex","-1")},events:[{name:"visibilitychange",el:function(){return document},filter:function(){return this.autoplay},handler:function(){document.hidden?this.stopAutoplay():this.startAutoplay()}}],methods:{startAutoplay:function(){var t=this;this.stopAutoplay(),this.interval=setInterval(function(){return(!t.draggable||!c.$(":focus",t.$el))&&(!t.pauseOnHover||!c.matches(t.$el,":hover"))&&!t.stack.length&&t.show("next")},this.autoplayInterval)},stopAutoplay:function(){this.interval&&clearInterval(this.interval)}}},{props:{draggable:Boolean},data:{draggable:!0,threshold:10},created:function(){var n=this;["start","move","end"].forEach(function(t){var e=n[t];n[t]=function(t){var i=c.getEventPos(t).x*(c.isRtl?-1:1);n.prevPos=i!==n.pos?n.pos:n.prevPos,n.pos=i,e(t)}})},events:[{name:c.pointerDown,delegate:function(){return this.selSlides},handler:function(t){var i;!this.draggable||!c.isTouch(t)&&(!(i=t.target).children.length&&i.childNodes.length)||c.closest(t.target,c.selInput)||0<t.button||this.length<2||this.start(t)}},{name:"dragstart",handler:function(t){t.preventDefault()}}],methods:{start:function(){this.drag=this.pos,this._transitioner?(this.percent=this._transitioner.percent(),this.drag+=this._transitioner.getDistance()*this.percent*this.dir,this._transitioner.cancel(),this._transitioner.translate(this.percent),this.dragging=!0,this.stack=[]):this.prevIndex=this.index,c.on(document,c.pointerMove,this.move,{passive:!1}),c.on(document,c.pointerUp+" "+c.pointerCancel+" input",this.end,!0),c.css(this.list,"userSelect","none")},move:function(t){var i=this,e=this.pos-this.drag;if(!(0==e||this.prevPos===this.pos||!this.dragging&&Math.abs(e)<this.threshold)){c.css(this.list,"pointerEvents","none"),t.cancelable&&t.preventDefault(),this.dragging=!0,this.dir=e<0?1:-1;for(var n=this.slides,s=this.prevIndex,r=Math.abs(e),a=this.getIndex(s+this.dir,s),o=this._getDistance(s,a)||n[s].offsetWidth;a!==s&&o<r;)this.drag-=o*this.dir,s=a,r-=o,a=this.getIndex(s+this.dir,s),o=this._getDistance(s,a)||n[s].offsetWidth;this.percent=r/o;var h,d=n[s],t=n[a],e=this.index!==a,u=s===a;[this.index,this.prevIndex].filter(function(t){return!c.includes([a,s],t)}).forEach(function(t){c.trigger(n[t],"itemhidden",[i]),u&&(h=!0,i.prevIndex=s)}),(this.index===s&&this.prevIndex!==s||h)&&c.trigger(n[this.index],"itemshown",[this]),e&&(this.prevIndex=s,this.index=a,u||c.trigger(d,"beforeitemhide",[this]),c.trigger(t,"beforeitemshow",[this])),this._transitioner=this._translate(Math.abs(this.percent),d,!u&&t),e&&(u||c.trigger(d,"itemhide",[this]),c.trigger(t,"itemshow",[this]))}},end:function(){var t;c.off(document,c.pointerMove,this.move,{passive:!1}),c.off(document,c.pointerUp+" "+c.pointerCancel+" input",this.end,!0),this.dragging&&(this.dragging=null,this.index===this.prevIndex?(this.percent=1-this.percent,this.dir*=-1,this._show(!1,this.index,!0),this._transitioner=null):(t=(c.isRtl?this.dir*(c.isRtl?1:-1):this.dir)<0==this.prevPos>this.pos,this.index=t?this.index:this.prevIndex,t&&(this.percent=1-this.percent),this.show(0<this.dir&&!t||this.dir<0&&t?"next":"previous",!0))),c.css(this.list,{userSelect:"",pointerEvents:""}),this.drag=this.percent=null}}},{data:{selNav:!1},computed:{nav:function(t,i){t=t.selNav;return c.$(t,i)},selNavItem:function(t){t=t.attrItem;return"["+t+"],[data-"+t+"]"},navItems:function(t,i){return c.$$(this.selNavItem,i)}},update:{write:function(){var e=this;this.nav&&this.length!==this.nav.children.length&&c.html(this.nav,this.slides.map(function(t,i){return"<li "+e.attrItem+'="'+i+'"><a href></a></li>'}).join("")),this.navItems.concat(this.nav).forEach(function(t){return t&&(t.hidden=!e.maxIndex)}),this.updateNav()},events:["resize"]},events:[{name:"click",delegate:function(){return this.selNavItem},handler:function(t){t.preventDefault(),this.show(c.data(t.current,this.attrItem))}},{name:"itemshow",handler:"updateNav"}],methods:{updateNav:function(){var e=this,n=this.getValidIndex();this.navItems.forEach(function(t){var i=c.data(t,e.attrItem);c.toggleClass(t,e.clsActive,c.toNumber(i)===n),c.toggleClass(t,"uk-invisible",e.finite&&("previous"===i&&0===n||"next"===i&&n>=e.maxIndex))})}}}],props:{clsActivated:Boolean,easing:String,index:Number,finite:Boolean,velocity:Number,selSlides:String},data:function(){return{easing:"ease",finite:!1,velocity:1,index:0,prevIndex:-1,stack:[],percent:0,clsActive:"uk-active",clsActivated:!1,Transitioner:!1,transitionOptions:{}}},connected:function(){this.prevIndex=-1,this.index=this.getValidIndex(this.$props.index),this.stack=[]},disconnected:function(){c.removeClass(this.slides,this.clsActive)},computed:{duration:function(t,i){t=t.velocity;return i.offsetWidth/t*.5+300},list:function(t,i){t=t.selList;return c.$(t,i)},maxIndex:function(){return this.length-1},selSlides:function(t){return t.selList+" "+(t.selSlides||"> *")},slides:{get:function(){return c.$$(this.selSlides,this.$el)},watch:function(){this.$reset()}},length:function(){return this.slides.length}},events:{itemshown:function(){this.$update(this.list)}},methods:{show:function(t,i){var e=this;if(void 0===i&&(i=!1),!this.dragging&&this.length){var n=this.stack,s=i?0:n.length,r=function(){n.splice(s,1),n.length&&e.show(n.shift(),!0)};if(n[i?"unshift":"push"](t),!i&&1<n.length)2===n.length&&this._transitioner.forward(Math.min(this.duration,200));else{var a,o=this.getIndex(this.index),h=c.hasClass(this.slides,this.clsActive)&&this.slides[o],d=this.getIndex(t,this.index),u=this.slides[d];if(h!==u){if(this.dir=(a=o,"next"!==(t=t)&&("previous"===t||t<a)?-1:1),this.prevIndex=o,this.index=d,h&&!c.trigger(h,"beforeitemhide",[this])||!c.trigger(u,"beforeitemshow",[this,h]))return this.index=this.prevIndex,void r();i=this._show(h,u,i).then(function(){return h&&c.trigger(h,"itemhidden",[e]),c.trigger(u,"itemshown",[e]),new c.Promise(function(t){c.fastdom.write(function(){n.shift(),n.length?e.show(n.shift(),!0):e._transitioner=null,t()})})});return h&&c.trigger(h,"itemhide",[this]),c.trigger(u,"itemshow",[this]),i}r()}}},getIndex:function(t,i){return void 0===t&&(t=this.index),void 0===i&&(i=this.index),c.clamp(c.getIndex(t,this.slides,i,this.finite),0,this.maxIndex)},getValidIndex:function(t,i){return void 0===t&&(t=this.index),void 0===i&&(i=this.prevIndex),this.getIndex(t,i)},_show:function(t,i,e){if(this._transitioner=this._getTransitioner(t,i,this.dir,c.assign({easing:e?i.offsetWidth<600?"cubic-bezier(0.25, 0.46, 0.45, 0.94)":"cubic-bezier(0.165, 0.84, 0.44, 1)":this.easing},this.transitionOptions)),!e&&!t)return this._translate(1),c.Promise.resolve();t=this.stack.length;return this._transitioner[1<t?"forward":"show"](1<t?Math.min(this.duration,75+75/(t-1)):this.duration,this.percent)},_getDistance:function(t,i){return this._getTransitioner(t,t!==i&&i).getDistance()},_translate:function(t,i,e){void 0===i&&(i=this.prevIndex),void 0===e&&(e=this.index);e=this._getTransitioner(i!==e&&i,e);return e.translate(t),e},_getTransitioner:function(t,i,e,n){return void 0===t&&(t=this.prevIndex),void 0===i&&(i=this.index),void 0===e&&(e=this.dir||1),void 0===n&&(n=this.transitionOptions),new this.Transitioner(c.isNumber(t)?this.slides[t]:t,c.isNumber(i)?this.slides[i]:i,e*(c.isRtl?-1:1),n)}}}],props:{animation:String},data:{animation:"slide",clsActivated:"uk-transition-active",Animations:i,Transitioner:function(s,r,a,t){var i=t.animation,o=t.easing,e=i.percent,n=i.translate,h=(i=void 0===(i=i.show)?c.noop:i)(a),d=new c.Deferred;return{dir:a,show:function(t,i,e){var n=this;void 0===i&&(i=0);e=e?"linear":o;return t-=Math.round(t*c.clamp(i,-1,1)),this.translate(i),u(r,"itemin",{percent:i,duration:t,timing:e,dir:a}),u(s,"itemout",{percent:1-i,duration:t,timing:e,dir:a}),c.Promise.all([c.Transition.start(r,h[1],t,e),c.Transition.start(s,h[0],t,e)]).then(function(){n.reset(),d.resolve()},c.noop),d.promise},cancel:function(){c.Transition.cancel([r,s])},reset:function(){for(var t in h[0])c.css([r,s],t,"")},forward:function(t,i){return void 0===i&&(i=this.percent()),c.Transition.cancel([r,s]),this.show(t,i,!0)},translate:function(t){this.reset();var i=n(t,a);c.css(r,i[1]),c.css(s,i[0]),u(r,"itemtranslatein",{percent:t,dir:a}),u(s,"itemtranslateout",{percent:1-t,dir:a})},percent:function(){return e(s||r,r,a)},getDistance:function(){return s&&s.offsetWidth}}}},computed:{animation:function(t){var i=t.animation,t=t.Animations;return c.assign(t[i]||t.slide,{name:i})},transitionOptions:function(){return{animation:this.animation}}},events:{"itemshow itemhide itemshown itemhidden":function(t){t=t.target;this.$update(t)},beforeitemshow:function(t){t=t.target;c.addClass(t,this.clsActive)},itemshown:function(t){t=t.target;c.addClass(t,this.clsActivated)},itemhidden:function(t){t=t.target;c.removeClass(t,this.clsActive,this.clsActivated)}}},i=c.assign({},i,{fade:{show:function(){return[{opacity:0,zIndex:0},{zIndex:-1}]},percent:function(t){return 1-c.css(t,"opacity")},translate:function(t){return[{opacity:1-t,zIndex:0},{zIndex:-1}]}},scale:{show:function(){return[{opacity:0,transform:s(1.5),zIndex:0},{zIndex:-1}]},percent:function(t){return 1-c.css(t,"opacity")},translate:function(t){return[{opacity:1-t,transform:s(1+.5*t),zIndex:0},{zIndex:-1}]}},pull:{show:function(t){return t<0?[{transform:e(30),zIndex:-1},{transform:e(),zIndex:0}]:[{transform:e(-100),zIndex:0},{transform:e(),zIndex:-1}]},percent:function(t,i,e){return e<0?1-n(i):n(t)},translate:function(t,i){return i<0?[{transform:e(30*t),zIndex:-1},{transform:e(-100*(1-t)),zIndex:0}]:[{transform:e(100*-t),zIndex:0},{transform:e(30*(1-t)),zIndex:-1}]}},push:{show:function(t){return t<0?[{transform:e(100),zIndex:0},{transform:e(),zIndex:-1}]:[{transform:e(-30),zIndex:-1},{transform:e(),zIndex:0}]},percent:function(t,i,e){return 0<e?1-n(i):n(t)},translate:function(t,i){return i<0?[{transform:e(100*t),zIndex:0},{transform:e(-30*(1-t)),zIndex:-1}]:[{transform:e(-30*t),zIndex:-1},{transform:e(100*(1-t)),zIndex:0}]}}}),i={mixins:[t,r,{update:{write:function(){var t;this.stack.length||this.dragging||(t=this.getValidIndex(this.index),~this.prevIndex&&this.index===t||this.show(t))},events:["resize"]}}],props:{ratio:String,minHeight:Number,maxHeight:Number},data:{ratio:"16:9",minHeight:!1,maxHeight:!1,selList:".uk-slideshow-items",attrItem:"uk-slideshow-item",selNav:".uk-slideshow-nav",Animations:i},update:{read:function(){var t=this.ratio.split(":").map(Number),i=t[0],t=(t=t[1])*this.list.offsetWidth/i||0;return this.minHeight&&(t=Math.max(this.minHeight,t)),{height:(t=this.maxHeight?Math.min(this.maxHeight,t):t)-c.boxModelAdjust(this.list,"height","content-box")}},write:function(t){t=t.height;0<t&&c.css(this.list,"minHeight",t)},events:["resize"]}};return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("slideshow",i),i});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitsortable",["uikit-util"],e):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitSortable=e(t.UIkit.util)}(this,function(g){"use strict";function e(t){return function(t,e,i){for(var n=[[]],r=0;r<t.length;r++){var o=t[r];if(g.isVisible(o))for(var s=l(o),a=n.length-1;0<=a;a--){var h=n[a];if(!h[0]){h.push(o);break}var c=void 0;if(c=h[0].offsetParent===o.offsetParent?l(h[0]):(s=l(o,!0),l(h[0],!0)),s[e]>=c[i]-1&&s[e]!==c[e]){n.push([o]);break}if(s[i]-1>c[e]||s[e]===c[e]){h.push(o);break}if(0===a){n.unshift([o]);break}}}return n}(t,"top","bottom")}function l(t,e){var i=t.offsetTop,n=t.offsetLeft,r=t.offsetHeight,o=t.offsetWidth;return(e=void 0===e?!1:e)&&(i=(t=g.offsetPosition(t))[0],n=t[1]),{top:i,left:n,bottom:i+r,right:n+o}}var n="uk-transition-leave",d="uk-transition-enter";function r(t,s,a,h){void 0===h&&(h=0);var c=f(s,!0),l={opacity:1},u={opacity:0},e=function(t){return function(){return c===f(s)?t():g.Promise.reject()}},i=e(function(){return g.addClass(s,n),g.Promise.all(p(s).map(function(e,i){return new g.Promise(function(t){return setTimeout(function(){return g.Transition.start(e,u,a/2,"ease").then(t)},i*h)})})).then(function(){return g.removeClass(s,n)})}),e=e(function(){var o=g.height(s);return g.addClass(s,d),t(),g.css(g.children(s),{opacity:0}),new g.Promise(function(r){return requestAnimationFrame(function(){var t=g.children(s),e=g.height(s);g.css(s,"alignContent","flex-start"),g.height(s,o);var i=p(s);g.css(t,u);var n=i.map(function(e,i){return new g.Promise(function(t){return setTimeout(function(){return g.Transition.start(e,l,a/2,"ease").then(t)},i*h)})});o!==e&&n.push(g.Transition.start(s,{height:e},a/2+i.length*h,"ease")),g.Promise.all(n).then(function(){g.removeClass(s,d),c===f(s)&&(g.css(s,{height:"",alignContent:""}),g.css(t,{opacity:""}),delete s.dataset.transition),r()})})})});return(g.hasClass(s,n)?o(s):g.hasClass(s,d)?o(s).then(i):i()).then(e)}function f(t,e){return e&&(t.dataset.transition=1+f(t)),g.toNumber(t.dataset.transition)||0}function o(t){return g.Promise.all(g.children(t).filter(g.Transition.inProgress).map(function(e){return new g.Promise(function(t){return g.once(e,"transitionend transitioncanceled",t)})}))}function p(t){return e(g.children(t)).reduce(function(t,e){return t.concat(g.sortBy(e.filter(function(t){return g.isInView(t)}),"offsetLeft"))},[])}function s(t,d,f){return new g.Promise(function(u){return requestAnimationFrame(function(){var h=g.children(d),c=h.map(function(t){return m(t,!0)}),l=g.css(d,["height","padding"]);g.Transition.cancel(d),h.forEach(g.Transition.cancel),v(d),t(),h=h.concat(g.children(d).filter(function(t){return!g.includes(h,t)})),g.Promise.resolve().then(function(){g.fastdom.flush();var i,n,r,t,e,o=g.css(d,["height","padding"]),e=(i=d,r=c,t=(n=h).map(function(t,e){return!!(g.parent(t)&&e in r)&&(r[e]?g.isVisible(t)?b(t):{opacity:0}:{opacity:g.isVisible(t)?1:0})}),e=t.map(function(t,e){e=g.parent(n[e])===i&&(r[e]||m(n[e]));return!!e&&(t?"opacity"in t||(e.opacity%1?t.opacity=1:delete e.opacity):delete e.opacity,e)}),[t,e]),s=e[0],a=e[1];h.forEach(function(t,e){return a[e]&&g.css(t,a[e])}),g.css(d,g.assign({display:"block"},l)),requestAnimationFrame(function(){var t=h.map(function(t,e){return g.parent(t)===d&&g.Transition.start(t,s[e],f,"ease")}).concat(g.Transition.start(d,o,f,"ease"));g.Promise.all(t).then(function(){h.forEach(function(t,e){return g.parent(t)===d&&g.css(t,"display",0===s[e].opacity?"none":"")}),v(d)},g.noop).then(u)})})})})}function m(t,e){var i=g.css(t,"zIndex");return!!g.isVisible(t)&&g.assign({display:"",opacity:e?g.css(t,"opacity"):"0",pointerEvents:"none",position:"absolute",zIndex:"auto"===i?g.index(t):i},b(t))}function v(t){g.css(t.children,{height:"",left:"",opacity:"",pointerEvents:"",position:"",top:"",marginTop:"",marginLeft:"",transform:"",width:"",zIndex:""}),g.css(t,{height:"",display:"",padding:""})}function b(t){var e=g.offset(t),i=e.height,n=e.width,r=g.position(t),e=r.top,r=r.left,t=g.css(t,["marginTop","marginLeft"]);return{top:e,left:r,height:i,width:n,marginLeft:t.marginLeft,marginTop:t.marginTop,transform:""}}var a,t={mixins:[{connected:function(){g.hasClass(this.$el,this.$name)||g.addClass(this.$el,this.$name)}},{props:{duration:Number,animation:Boolean},data:{duration:150,animation:"slide"},methods:{animate:function(t,e){var i=this;void 0===e&&(e=this.$el);var n=this.animation;return("fade"===n?r:"delayed-fade"===n?function(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];return r.apply(void 0,t.concat([40]))}:n?s:function(){return t(),g.Promise.resolve()})(t,e,this.duration).then(function(){return i.$update(e,"resize")},g.noop)}}}],props:{group:String,threshold:Number,clsItem:String,clsPlaceholder:String,clsDrag:String,clsDragState:String,clsBase:String,clsNoDrag:String,clsEmpty:String,clsCustom:String,handle:String},data:{group:!1,threshold:5,clsItem:"uk-sortable-item",clsPlaceholder:"uk-sortable-placeholder",clsDrag:"uk-sortable-drag",clsDragState:"uk-drag",clsBase:"uk-sortable",clsNoDrag:"uk-sortable-nodrag",clsEmpty:"uk-sortable-empty",clsCustom:"",handle:!1,pos:{}},created:function(){var i=this;["init","start","move","end"].forEach(function(t){var e=i[t];i[t]=function(t){g.assign(i.pos,g.getEventPos(t)),e(t)}})},events:{name:g.pointerDown,passive:!1,handler:"init"},computed:{target:function(){return(this.$el.tBodies||[this.$el])[0]},items:function(){return g.children(this.target)},isEmpty:{get:function(){return g.isEmpty(this.items)},watch:function(t){g.toggleClass(this.target,this.clsEmpty,t)},immediate:!0},handles:{get:function(t,e){t=t.handle;return t?g.$$(t,e):this.items},watch:function(t,e){g.css(e,{touchAction:"",userSelect:""}),g.css(t,{touchAction:g.hasTouch?"none":"",userSelect:"none"})},immediate:!0}},update:{write:function(t){var e,i,n,r,o,s,a;this.drag&&g.parent(this.placeholder)&&(e=(i=this.pos).x,a=i.y,s=(n=this.origin).offsetTop,r=n.offsetLeft,i=this.placeholder,g.css(this.drag,{top:a-s,left:e-r}),(n=this.getSortable(document.elementFromPoint(e,a)))&&((s=n.items).some(g.Transition.inProgress)||(o={x:e,y:a},r=s[g.findIndex(s,function(t){return g.pointInRect(o,t.getBoundingClientRect())})],(!s.length||r&&r!==i)&&(s=this.getSortable(i),!1!==(a=function(t,e,i,n,r,o){if(g.children(t).length){var s=e.getBoundingClientRect();if(!o)return function(t,e){var i=1===g.children(t).length;i&&g.append(t,e);var n=g.children(t),t=n.some(function(t,e){var i=t.getBoundingClientRect();return n.slice(e+1).some(function(t){t=t.getBoundingClientRect();return!h([i.left,i.right],[t.left,t.right])})});i&&g.remove(e);return t}(t,i)||r<s.top+s.height/2?e:e.nextElementSibling;o=i.getBoundingClientRect(),t=h([s.top,s.bottom],[o.top,o.bottom]),i=t?n:r,n=t?"width":"height",r=t?"left":"top",t=t?"right":"bottom",n=o[n]<s[n]?s[n]-o[n]:0;return o[r]<s[r]?!(n&&i<s[r]+n)&&e.nextElementSibling:!(n&&i>s[t]-n)&&e}}(n.target,r,i,e,a,n===s&&t.moved!==r))&&(a&&i===a||(n!==s?(s.remove(i),t.moved=r):delete t.moved,n.insert(i,a),this.touched.add(n)))))))},events:["move"]},methods:{init:function(t){var e=t.target,i=t.button,n=t.defaultPrevented,r=this.items.filter(function(t){return g.within(e,t)})[0];!r||n||0<i||g.isInput(e)||g.within(e,"."+this.clsNoDrag)||this.handle&&!g.within(e,this.handle)||(t.preventDefault(),this.touched=new Set([this]),this.placeholder=r,this.origin=g.assign({target:e,index:g.index(r)},this.pos),g.on(document,g.pointerMove,this.move),g.on(document,g.pointerUp,this.end),this.threshold||this.start(t))},start:function(t){this.drag=function(t,e){t=g.append(t,e.outerHTML.replace(/(^<)(?:li|tr)|(?:li|tr)(\/>$)/g,"$1div$2"));return g.css(t,"margin","0","important"),g.css(t,g.assign({boxSizing:"border-box",width:e.offsetWidth,height:e.offsetHeight},g.css(e,["paddingLeft","paddingRight","paddingTop","paddingBottom"]))),g.height(t.firstElementChild,g.height(e.firstElementChild)),t}(this.$container,this.placeholder);var e,i,n=this.placeholder.getBoundingClientRect(),r=n.left,n=n.top;g.assign(this.origin,{offsetLeft:this.pos.x-r,offsetTop:this.pos.y-n}),g.addClass(this.drag,this.clsDrag,this.clsCustom),g.addClass(this.placeholder,this.clsPlaceholder),g.addClass(this.items,this.clsItem),g.addClass(document.documentElement,this.clsDragState),g.trigger(this.$el,"start",[this,this.placeholder]),e=this.pos,i=Date.now(),a=setInterval(function(){var t=e.x,s=e.y;s+=window.pageYOffset;var a=.3*(Date.now()-i);i=Date.now(),g.scrollParents(document.elementFromPoint(t,e.y)).reverse().some(function(t){var e=t.scrollTop,i=t.scrollHeight,n=g.offset(g.getViewport(t)),r=n.top,o=n.bottom,n=n.height;if(r<s&&s<r+35)e-=a;else{if(!(s<o&&o-35<s))return;e+=a}if(0<e&&e<i-n)return g.scrollTop(t,e),!0})},15),this.move(t)},move:function(t){this.drag?this.$emit("move"):(Math.abs(this.pos.x-this.origin.x)>this.threshold||Math.abs(this.pos.y-this.origin.y)>this.threshold)&&this.start(t)},end:function(){var t,n=this;g.off(document,g.pointerMove,this.move),g.off(document,g.pointerUp,this.end),g.off(window,"scroll",this.scroll),this.drag&&(clearInterval(a),t=this.getSortable(this.placeholder),this===t?this.origin.index!==g.index(this.placeholder)&&g.trigger(this.$el,"moved",[this,this.placeholder]):(g.trigger(t.$el,"added",[t,this.placeholder]),g.trigger(this.$el,"removed",[this,this.placeholder])),g.trigger(this.$el,"stop",[this,this.placeholder]),g.remove(this.drag),this.drag=null,this.touched.forEach(function(t){var e=t.clsPlaceholder,i=t.clsItem;return n.touched.forEach(function(t){return g.removeClass(t.items,e,i)})}),this.touched=null,g.removeClass(document.documentElement,this.clsDragState))},insert:function(t,e){var i=this;g.addClass(this.items,this.clsItem);this.animate(function(){return e?g.before(e,t):g.append(i.target,t)})},remove:function(t){g.within(t,this.target)&&this.animate(function(){return g.remove(t)})},getSortable:function(t){do{var e=this.$getComponent(t,"sortable");if(e&&(e===this||!1!==this.group&&e.group===this.group))return e}while(t=g.parent(t))}}};function h(t,e){return t[1]>e[0]&&e[1]>t[0]}return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("sortable",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(t,i){"object"==typeof exports&&"undefined"!=typeof module?module.exports=i(require("uikit-util")):"function"==typeof define&&define.amd?define("uikittooltip",["uikit-util"],i):(t="undefined"!=typeof globalThis?globalThis:t||self).UIkitTooltip=i(t.UIkit.util)}(this,function(f){"use strict";var t={mixins:[{props:{container:Boolean},data:{container:!0},computed:{container:function(t){t=t.container;return!0===t&&this.$container||t&&f.$(t)}}},{props:{cls:Boolean,animation:"list",duration:Number,origin:String,transition:String},data:{cls:!1,animation:[!1],duration:200,origin:!1,transition:"linear",clsEnter:"uk-togglabe-enter",clsLeave:"uk-togglabe-leave",initProps:{overflow:"",height:"",paddingTop:"",paddingBottom:"",marginTop:"",marginBottom:""},hideProps:{overflow:"hidden",height:0,paddingTop:0,paddingBottom:0,marginTop:0,marginBottom:0}},computed:{hasAnimation:function(t){return!!t.animation[0]},hasTransition:function(t){t=t.animation;return this.hasAnimation&&!0===t[0]}},methods:{toggleElement:function(i,c,g){var p=this;return new f.Promise(function(t){return f.Promise.all(f.toNodes(i).map(function(t){var i=f.isBoolean(c)?c:!p.isToggled(t);if(!f.trigger(t,"before"+(i?"show":"hide"),[p]))return f.Promise.reject();var s,r,l,a,h,u,d,o=(f.isFunction(g)?g:!1!==g&&p.hasAnimation?p.hasTransition?(r=p.isToggled,l=p.duration,a=p.initProps,h=p.hideProps,u=p.transition,d=p._toggle,function(t,i){var o=f.Transition.inProgress(t),n=t.hasChildNodes?f.toFloat(f.css(t.firstElementChild,"marginTop"))+f.toFloat(f.css(t.lastElementChild,"marginBottom")):0,e=f.isVisible(t)?f.height(t)+(o?0:n):0;f.Transition.cancel(t),r(t)||d(t,!0),f.height(t,""),f.fastdom.flush();n=f.height(t)+(o?0:n);return f.height(t,e),(i?f.Transition.start(t,f.assign({},a,{overflow:"hidden",height:n}),Math.round(l*(1-e/n)),u):f.Transition.start(t,h,Math.round(l*(e/n)),u).then(function(){return d(t,!1)})).then(function(){return f.css(t,a)})}):(s=p,function(t,i){f.Animation.cancel(t);var o=s.animation,n=s.duration,e=s._toggle;return i?(e(t,!0),f.Animation.in(t,o[0],n,s.origin)):f.Animation.out(t,o[1]||o[0],n,s.origin).then(function(){return e(t,!1)})}):p._toggle)(t,i),n=i?p.clsEnter:p.clsLeave;f.addClass(t,n),f.trigger(t,i?"show":"hide",[p]);function e(){f.removeClass(t,n),f.trigger(t,i?"shown":"hidden",[p]),p.$update(t)}return o?o.then(e,function(){return f.removeClass(t,n),f.Promise.reject()}):e()})).then(t,f.noop)})},isToggled:function(t){return void 0===t&&(t=this.$el),t=f.toNodes(t)[0],!!f.hasClass(t,this.clsEnter)||!f.hasClass(t,this.clsLeave)&&(this.cls?f.hasClass(t,this.cls.split(" ")[0]):f.isVisible(t))},_toggle:function(t,i){var o;t&&(i=Boolean(i),this.cls?(o=f.includes(this.cls," ")||i!==f.hasClass(t,this.cls))&&f.toggleClass(t,this.cls,f.includes(this.cls," ")?void 0:i):(o=i===t.hidden)&&(t.hidden=!i),f.$$("[autofocus]",t).some(function(t){return f.isVisible(t)?t.focus()||!0:t.blur()}),o&&(f.trigger(t,"toggled",[i,this]),this.$update(t)))}}},{props:{pos:String,offset:null,flip:Boolean,clsPos:String},data:{pos:"bottom-"+(f.isRtl?"right":"left"),flip:!0,offset:!1,clsPos:""},computed:{pos:function(t){t=t.pos;return(t+(f.includes(t,"-")?"":"-center")).split("-")},dir:function(){return this.pos[0]},align:function(){return this.pos[1]}},methods:{positionAt:function(t,i,o){f.removeClasses(t,this.clsPos+"-(top|bottom|left|right)(-[a-z]+)?");var n,e=this.offset,s=this.getAxis();f.isNumeric(e)||(e=(n=f.$(e))?f.offset(n)["x"===s?"left":"top"]-f.offset(i)["x"===s?"right":"bottom"]:0);e=f.positionAt(t,i,"x"===s?f.flipPosition(this.dir)+" "+this.align:this.align+" "+f.flipPosition(this.dir),"x"===s?this.dir+" "+this.align:this.align+" "+this.dir,"x"===s?""+("left"===this.dir?-e:e):" "+("top"===this.dir?-e:e),null,this.flip,o).target,o=e.x,e=e.y;this.dir="x"===s?o:e,this.align="x"===s?e:o,f.toggleClass(t,this.clsPos+"-"+this.dir+"-"+this.align,!1===this.offset)},getAxis:function(){return"top"===this.dir||"bottom"===this.dir?"y":"x"}}}],args:"title",props:{delay:Number,title:String},data:{pos:"top",title:"",delay:0,animation:["uk-animation-scale-up"],duration:100,cls:"uk-active",clsPos:"uk-tooltip"},beforeConnect:function(){var t;this._hasTitle=f.hasAttr(this.$el,"title"),f.attr(this.$el,"title",""),this.updateAria(!1),t=this.$el,f.isFocusable(t)||f.attr(t,"tabindex","0")},disconnected:function(){this.hide(),f.attr(this.$el,"title",this._hasTitle?this.title:null)},methods:{show:function(){var i=this;!this.isToggled(this.tooltip||null)&&this.title&&(this._unbind=f.once(document,"show keydown "+f.pointerDown,this.hide,!1,function(t){return t.type===f.pointerDown&&!f.within(t.target,i.$el)||"keydown"===t.type&&27===t.keyCode||"show"===t.type&&t.detail[0]!==i&&t.detail[0].$name===i.$name}),clearTimeout(this.showTimer),this.showTimer=setTimeout(this._show,this.delay))},hide:function(){var t=this;f.matches(this.$el,"input:focus")||(clearTimeout(this.showTimer),this.isToggled(this.tooltip||null)&&this.toggleElement(this.tooltip,!1,!1).then(function(){t.tooltip=f.remove(t.tooltip),t._unbind()}))},_show:function(){var o=this;this.tooltip=f.append(this.container,'<div class="'+this.clsPos+'"> <div class="'+this.clsPos+'-inner">'+this.title+"</div> </div>"),f.on(this.tooltip,"toggled",function(t,i){o.updateAria(i),i&&(o.positionAt(o.tooltip,o.$el),o.origin="y"===o.getAxis()?f.flipPosition(o.dir)+"-"+o.align:o.align+"-"+f.flipPosition(o.dir))}),this.toggleElement(this.tooltip,!0)},updateAria:function(t){f.attr(this.$el,"aria-expanded",t)}},events:((t={focus:"show",blur:"hide"})[f.pointerEnter+" "+f.pointerLeave]=function(t){f.isTouch(t)||this[t.type===f.pointerEnter?"show":"hide"]()},t[f.pointerDown]=function(t){f.isTouch(t)&&this.show()},t)};return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("tooltip",t),t});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
@@ -1,3 +1,3 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t(require("uikit-util")):"function"==typeof define&&define.amd?define("uikitupload",["uikit-util"],t):(e="undefined"!=typeof globalThis?globalThis:e||self).UIkitUpload=t(e.UIkit.util)}(this,function(a){"use strict";var e={props:{allow:String,clsDragover:String,concurrent:Number,maxSize:Number,method:String,mime:String,msgInvalidMime:String,msgInvalidName:String,msgInvalidSize:String,multiple:Boolean,name:String,params:Object,type:String,url:String},data:{allow:!1,clsDragover:"uk-dragover",concurrent:1,maxSize:0,method:"POST",mime:!1,msgInvalidMime:"Invalid File Type: %s",msgInvalidName:"Invalid File Name: %s",msgInvalidSize:"Invalid File Size: %s Kilobytes Max",multiple:!1,name:"files[]",params:{},type:"",url:"",abort:a.noop,beforeAll:a.noop,beforeSend:a.noop,complete:a.noop,completeAll:a.noop,error:a.noop,fail:a.noop,load:a.noop,loadEnd:a.noop,loadStart:a.noop,progress:a.noop},events:{change:function(e){a.matches(e.target,'input[type="file"]')&&(e.preventDefault(),e.target.files&&this.upload(e.target.files),e.target.value="")},drop:function(e){t(e);e=e.dataTransfer;e&&e.files&&(a.removeClass(this.$el,this.clsDragover),this.upload(e.files))},dragenter:function(e){t(e)},dragover:function(e){t(e),a.addClass(this.$el,this.clsDragover)},dragleave:function(e){t(e),a.removeClass(this.$el,this.clsDragover)}},methods:{upload:function(e){var o=this;if(e.length){a.trigger(this.$el,"upload",[e]);for(var t=0;t<e.length;t++){if(this.maxSize&&1e3*this.maxSize<e[t].size)return void this.fail(this.msgInvalidSize.replace("%s",this.maxSize));if(this.allow&&!i(this.allow,e[t].name))return void this.fail(this.msgInvalidName.replace("%s",this.allow));if(this.mime&&!i(this.mime,e[t].type))return void this.fail(this.msgInvalidMime.replace("%s",this.mime))}this.multiple||(e=[e[0]]),this.beforeAll(this,e);var n=function(e,t){for(var i=[],o=0;o<e.length;o+=t){for(var n=[],r=0;r<t;r++)n.push(e[o+r]);i.push(n)}return i}(e,this.concurrent),r=function(e){var t,i=new FormData;for(t in e.forEach(function(e){return i.append(o.name,e)}),o.params)i.append(t,o.params[t]);a.ajax(o.url,{data:i,method:o.method,responseType:o.type,beforeSend:function(e){var t=e.xhr;return t.upload&&a.on(t.upload,"progress",o.progress),["loadStart","load","loadEnd","abort"].forEach(function(e){return a.on(t,e.toLowerCase(),o[e])}),o.beforeSend(e)}}).then(function(e){o.complete(e),n.length?r(n.shift()):o.completeAll(e)},function(e){return o.error(e)})};r(n.shift())}}}};function i(e,t){return t.match(new RegExp("^"+e.replace(/\//g,"\\/").replace(/\*\*/g,"(\\/[^\\/]+)*").replace(/\*/g,"[^\\/]+").replace(/((?!\\))\?/g,"$1.")+"$","i"))}function t(e){e.preventDefault(),e.stopPropagation()}return"undefined"!=typeof window&&window.UIkit&&window.UIkit.component("upload",e),e});
@@ -1,4 +1,4 @@
1
- /*! UIkit 3.9.2-dev.de0c5f523 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
1
+ /*! UIkit 3.9.2 | https://www.getuikit.com | (c) 2014 - 2021 YOOtheme | MIT License */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -3462,7 +3462,7 @@
3462
3462
  UIkit.data = '__uikit__';
3463
3463
  UIkit.prefix = 'uk-';
3464
3464
  UIkit.options = {};
3465
- UIkit.version = '3.9.2-dev.de0c5f523';
3465
+ UIkit.version = '3.9.2';
3466
3466
 
3467
3467
  globalAPI(UIkit);
3468
3468
  hooksAPI(UIkit);