PATH:
home
/
lab2454c
/
spaxtac.com
/
wp-content
/
plugins
/
elementor-pro
/
assets
/
js
/*! elementor-pro - v3.5.2 - 28-11-2021 */ (self.webpackChunkelementor_pro=self.webpackChunkelementor_pro||[]).push([[534],{2539:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;class CarouselBase extends elementorModules.frontend.handlers.SwiperBase{getDefaultSettings(){return{selectors:{swiperContainer:".elementor-main-swiper",swiperSlide:".swiper-slide"},slidesPerView:{widescreen:3,desktop:3,laptop:3,tablet_extra:3,tablet:2,mobile_extra:2,mobile:1}}}getDefaultElements(){const e=this.getSettings("selectors"),t={$swiperContainer:this.$element.find(e.swiperContainer)};return t.$slides=t.$swiperContainer.find(e.swiperSlide),t}getEffect(){return this.getElementSettings("effect")}getDeviceSlidesPerView(e){const t="slides_per_view"+("desktop"===e?"":"_"+e);return Math.min(this.getSlidesCount(),+this.getElementSettings(t)||this.getSettings("slidesPerView")[e])}getSlidesPerView(e){return"slide"===this.getEffect()?this.getDeviceSlidesPerView(e):1}getDeviceSlidesToScroll(e){const t="slides_to_scroll"+("desktop"===e?"":"_"+e);return Math.min(this.getSlidesCount(),+this.getElementSettings(t)||1)}getSlidesToScroll(e){return"slide"===this.getEffect()?this.getDeviceSlidesToScroll(e):1}getSpaceBetween(e){let t="space_between";return e&&"desktop"!==e&&(t+="_"+e),this.getElementSettings(t).size||0}getSwiperOptions(){const e=this.getElementSettings(),t={grabCursor:!0,initialSlide:this.getInitialSlide(),slidesPerView:this.getSlidesPerView("desktop"),slidesPerGroup:this.getSlidesToScroll("desktop"),spaceBetween:this.getSpaceBetween(),loop:"yes"===e.loop,speed:e.speed,effect:this.getEffect(),preventClicksPropagation:!1,slideToClickedSlide:!0,handleElementorBreakpoints:!0};if(e.show_arrows&&(t.navigation={prevEl:".elementor-swiper-button-prev",nextEl:".elementor-swiper-button-next"}),e.pagination&&(t.pagination={el:".swiper-pagination",type:e.pagination,clickable:!0}),"cube"!==this.getEffect()){const e={},i=elementorFrontend.config.responsive.activeBreakpoints;Object.keys(i).forEach((t=>{e[i[t].value]={slidesPerView:this.getSlidesPerView(t),slidesPerGroup:this.getSlidesToScroll(t),spaceBetween:this.getSpaceBetween(t)}})),t.breakpoints=e}return!this.isEdit&&e.autoplay&&(t.autoplay={delay:e.autoplay_speed,disableOnInteraction:!!e.pause_on_interaction}),t}getDeviceBreakpointValue(e){if(!this.breakpointsDictionary){const e=elementorFrontend.config.responsive.activeBreakpoints;this.breakpointsDictionary={},Object.keys(e).forEach((t=>{this.breakpointsDictionary[t]=e[t].value}))}return this.breakpointsDictionary[e]}updateSpaceBetween(e){const t=e.match("space_between_(.*)"),i=t?t[1]:"desktop",s=this.getSpaceBetween(i);"desktop"!==i?this.swiper.params.breakpoints[this.getDeviceBreakpointValue(i)].spaceBetween=s:this.swiper.params.spaceBetween=s,this.swiper.params.spaceBetween=s,this.swiper.update()}async onInit(){elementorModules.frontend.handlers.Base.prototype.onInit.apply(this,arguments);const e=this.getElementSettings();if(1>=this.getSlidesCount())return;const t=elementorFrontend.utils.swiper;this.swiper=await new t(this.elements.$swiperContainer,this.getSwiperOptions()),"yes"===e.pause_on_hover&&this.togglePauseOnHover(!0),this.elements.$swiperContainer.data("swiper",this.swiper)}getChangeableProperties(){return{autoplay:"autoplay",pause_on_hover:"pauseOnHover",pause_on_interaction:"disableOnInteraction",autoplay_speed:"delay",speed:"speed",width:"width"}}updateSwiperOption(e){if(0===e.indexOf("width"))return void this.swiper.update();const t=this.getElementSettings(),i=t[e];let s=this.getChangeableProperties()[e],n=i;switch(e){case"autoplay":n=!!i&&{delay:t.autoplay_speed,disableOnInteraction:"yes"===t.pause_on_interaction};break;case"autoplay_speed":s="autoplay",n={delay:i,disableOnInteraction:"yes"===t.pause_on_interaction};break;case"pause_on_hover":this.togglePauseOnHover("yes"===i);break;case"pause_on_interaction":n="yes"===i}"pause_on_hover"!==e&&(this.swiper.params[s]=n),this.swiper.update()}onElementChange(e){if(1>=this.getSlidesCount())return;if(0===e.indexOf("width"))return this.swiper.update(),void(this.thumbsSwiper&&this.thumbsSwiper.update());if(0===e.indexOf("space_between"))return void this.updateSpaceBetween(e);this.getChangeableProperties().hasOwnProperty(e)&&this.updateSwiperOption(e)}onEditSettingsChange(e){1>=this.getSlidesCount()||"activeItemIndex"===e&&this.swiper.slideToLoop(this.getEditSettings("activeItemIndex")-1)}}t.default=CarouselBase},7393:(e,t,i)=>{"use strict";var s=i(7914);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=s(i(2539));class MediaCarousel extends n.default{isSlideshow(){return"slideshow"===this.getElementSettings("skin")}getDefaultSettings(...e){const t=super.getDefaultSettings(...e);return this.isSlideshow()&&(t.selectors.thumbsSwiper=".elementor-thumbnails-swiper",t.slidesPerView={widescreen:5,desktop:5,laptop:5,tablet_extra:5,tablet:4,mobile_extra:4,mobile:3}),t}getSlidesPerViewSettingNames(){if(!this.slideshowElementSettings){this.slideshowElementSettings=["slides_per_view"];const e=elementorFrontend.config.responsive.activeBreakpoints;Object.keys(e).forEach((e=>{this.slideshowElementSettings.push("slides_per_view_"+e)}))}return this.slideshowElementSettings}getElementSettings(e){return-1!==this.getSlidesPerViewSettingNames().indexOf(e)&&this.isSlideshow()&&(e="slideshow_"+e),super.getElementSettings(e)}getDefaultElements(...e){const t=this.getSettings("selectors"),i=super.getDefaultElements(...e);return this.isSlideshow()&&(i.$thumbsSwiper=this.$element.find(t.thumbsSwiper)),i}getEffect(){return"coverflow"===this.getElementSettings("skin")?"coverflow":super.getEffect()}getSlidesPerView(e){return this.isSlideshow()?1:"coverflow"===this.getElementSettings("skin")?this.getDeviceSlidesPerView(e):super.getSlidesPerView(e)}getSwiperOptions(){const e=super.getSwiperOptions();return this.isSlideshow()&&(e.loopedSlides=this.getSlidesCount(),delete e.pagination,delete e.breakpoints),e}async onInit(){await super.onInit();const e=this.getSlidesCount();if(!this.isSlideshow()||1>=e)return;const t=this.getElementSettings(),i="yes"===t.loop,s={},n=elementorFrontend.config.responsive.activeBreakpoints,r=this.getDeviceSlidesPerView("desktop");Object.keys(n).forEach((e=>{s[n[e].value]={slidesPerView:this.getDeviceSlidesPerView(e),spaceBetween:this.getSpaceBetween(e)}}));const o={slidesPerView:r,initialSlide:this.getInitialSlide(),centeredSlides:t.centered_slides,slideToClickedSlide:!0,spaceBetween:this.getSpaceBetween(),loopedSlides:e,loop:i,breakpoints:s,handleElementorBreakpoints:!0},l=elementorFrontend.utils.swiper;this.swiper.controller.control=this.thumbsSwiper=await new l(this.elements.$thumbsSwiper,o),this.elements.$thumbsSwiper.data("swiper",this.thumbsSwiper),this.thumbsSwiper.controller.control=this.swiper}}t.default=MediaCarousel}}]);
[-] carousel.6a71b6c6e34400c456a5.bundle.min.js
[edit]
[-] frontend.min.js
[edit]
[-] elements-handlers.js
[edit]
[-] countdown.6b48da864045c1ea0edd.bundle.js
[edit]
[-] editor.js
[edit]
[-] screenshot.min.js
[edit]
[-] qunit-tests.min.js
[edit]
[-] elements-handlers.min.js
[edit]
[-] form-submission-admin.js
[edit]
[-] frontend.js
[edit]
[-] table-of-contents.f5cd05278297a9d229e1.bundle.min.js
[edit]
[-] paypal-button.21471ef12592606560a0.bundle.min.js
[edit]
[-] form-submission-admin.min.js
[edit]
[-] lottie.dccf7257e6cc366bc6bd.bundle.js
[edit]
[-] portfolio.71a9b9fb42566ae496bd.bundle.js
[edit]
[-] slides.39da68ee3c8123589b2e.bundle.min.js
[edit]
[-] archive-posts.77eccfe3d546a58d3f1f.bundle.min.js
[edit]
[-] woocommerce-my-account.29644c6bcc614d12067e.bundle.min.js
[edit]
[+]
..
[-] admin.js
[edit]
[-] preview.min.js
[edit]
[-] gallery.e5ba72e3c57da531df85.bundle.js
[edit]
[-] nav-menu.fd64b77e7258ee4c6205.bundle.min.js
[edit]
[-] webpack-pro.runtime.min.js
[edit]
[-] app.min.js
[edit]
[-] share-buttons.d147b71ef798e333e678.bundle.js
[edit]
[-] app.js
[edit]
[-] woocommerce-cart.39ccd7e510e98f3afb01.bundle.js
[edit]
[-] search-form.e36b4b7c26157bb965fe.bundle.min.js
[edit]
[-] jszip.vendor.8911033537a0c9d6e5f8.bundle.js
[edit]
[-] hotspot.ba3b762edc3da9c7a076.bundle.min.js
[edit]
[-] gallery.6af8f19f91f1b16c3ab6.bundle.min.js
[edit]
[-] load-more.cd76720206dc6d21abc0.bundle.js
[edit]
[-] table-of-contents.0744140055afdd9bf411.bundle.js
[edit]
[-] woocommerce-checkout-page.ca82a3335f2823da4209.bundle.min.js
[edit]
[-] social.b17f5f1767e41333a1dc.bundle.js
[edit]
[-] archive-posts.22a6d49be96f6e1aa290.bundle.js
[edit]
[-] jszip.vendor.9ec53381c344ee903f3e.bundle.min.js.LICENSE.txt
[edit]
[-] social.787445e9f143597c5be5.bundle.min.js
[edit]
[-] form.23168c11e0d20fa0282b.bundle.js
[edit]
[-] media-carousel.15b78f70034df8ffebad.bundle.min.js
[edit]
[-] editor.min.js
[edit]
[-] woocommerce-my-account.d52e81c74f27be09eb2e.bundle.js
[edit]
[-] animated-headline.37960d9fb9ab8b6e43cd.bundle.min.js
[edit]
[-] custom-code.js
[edit]
[-] posts.2a35b76ad8ea8f612cd7.bundle.min.js
[edit]
[-] paypal-button.a8f3d929735cca75a572.bundle.js
[edit]
[-] carousel.364bbaf018e09f58c819.bundle.js
[edit]
[-] animated-headline.0ccd23763059df7affcc.bundle.js
[edit]
[-] preloaded-elements-handlers.js
[edit]
[-] countdown.71f117e09cc4a2aa3dba.bundle.min.js
[edit]
[-] progress-tracker.ad310e07a2a9063dd3ed.bundle.min.js
[edit]
[-] hotspot.66952182f9ae91b6896c.bundle.js
[edit]
[-] webpack-pro.runtime.js
[edit]
[-] popup.7b71aedb401104b93788.bundle.min.js
[edit]
[-] woocommerce-menu-cart.4c85f15cfbc02b4718c9.bundle.min.js
[edit]
[-] screenshot.js
[edit]
[-] search-form.fda69e244861c6890e79.bundle.js
[edit]
[-] slides.6d3f738223ac9b3c9b7a.bundle.js
[edit]
[-] posts.c23c8d29f44afbd62da6.bundle.js
[edit]
[-] code-highlight.dc74fd78a051eda07b3a.bundle.min.js
[edit]
[-] video-playlist.780d8267a738bfbd96a6.bundle.min.js
[edit]
[-] media-carousel.b5cf350f530535d64364.bundle.js
[edit]
[-] load-more.921f61dba5d476ec2720.bundle.min.js
[edit]
[-] preview.js
[edit]
[-] share-buttons.42abb737a0de191a4ee9.bundle.min.js
[edit]
[-] code-highlight.cc6c8eb49e0aff6d419e.bundle.js
[edit]
[-] jszip.vendor.9ec53381c344ee903f3e.bundle.min.js
[edit]
[-] progress-tracker.a7329beb7783748287a5.bundle.js
[edit]
[-] woocommerce-checkout-page.acd4a2b8bc03ed32111f.bundle.js
[edit]
[-] popup.5ddbdd46f21fc221d760.bundle.js
[edit]
[-] nav-menu.e248eec66bc3d5587cf6.bundle.js
[edit]
[-] form.0fc25ba6639255b98660.bundle.min.js
[edit]
[-] admin.min.js
[edit]
[-] preloaded-elements-handlers.min.js
[edit]
[-] woocommerce-menu-cart.cf8829a628c66ec7c688.bundle.js
[edit]
[-] qunit-tests.js
[edit]
[-] custom-code.min.js
[edit]
[-] portfolio.c214590e93207960ce64.bundle.min.js
[edit]
[-] woocommerce-cart.e2a9101be21a228a4575.bundle.min.js
[edit]
[-] video-playlist.5ee0445e2c9b1f2ed68f.bundle.js
[edit]
[-] lottie.b83968ecec2e4fd1b62c.bundle.min.js
[edit]