PATH:
home
/
lab2454c
/
aficbgroup.com
/
wp-content
/
plugins
/
elementor
/
assets
/
js
/*! elementor - v3.14.0 - 18-06-2023 */ "use strict"; (self["webpackChunkelementor"] = self["webpackChunkelementor"] || []).push([["video"],{ /***/ "../assets/dev/js/frontend/handlers/video.js": /*!***************************************************!*\ !*** ../assets/dev/js/frontend/handlers/video.js ***! \***************************************************/ /***/ ((__unused_webpack_module, exports) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; class Video extends elementorModules.frontend.handlers.Base { getDefaultSettings() { return { selectors: { imageOverlay: '.elementor-custom-embed-image-overlay', video: '.elementor-video', videoIframe: '.elementor-video-iframe', playIcon: '.elementor-custom-embed-play' } }; } getDefaultElements() { const selectors = this.getSettings('selectors'); return { $imageOverlay: this.$element.find(selectors.imageOverlay), $video: this.$element.find(selectors.video), $videoIframe: this.$element.find(selectors.videoIframe), $playIcon: this.$element.find(selectors.playIcon) }; } handleVideo() { if (this.getElementSettings('lightbox')) { return; } if ('youtube' === this.getElementSettings('video_type')) { this.apiProvider.onApiReady(apiObject => { this.elements.$imageOverlay.remove(); this.prepareYTVideo(apiObject, true); }); } else { this.elements.$imageOverlay.remove(); this.playVideo(); } } playVideo() { if (this.elements.$video.length) { // This.youtubePlayer exists only for YouTube videos, and its play function is different. if (this.youtubePlayer) { this.youtubePlayer.playVideo(); } else { this.elements.$video[0].play(); } return; } const $videoIframe = this.elements.$videoIframe, lazyLoad = $videoIframe.data('lazy-load'); if (lazyLoad) { $videoIframe.attr('src', lazyLoad); } $videoIframe[0].src = this.apiProvider.getAutoplayURL($videoIframe[0].src); } async animateVideo() { const lightbox = await elementorFrontend.utils.lightbox; lightbox.setEntranceAnimation(this.getCurrentDeviceSetting('lightbox_content_animation')); } async handleAspectRatio() { const lightbox = await elementorFrontend.utils.lightbox; lightbox.setVideoAspectRatio(this.getElementSettings('aspect_ratio')); } async hideLightbox() { const lightbox = await elementorFrontend.utils.lightbox; lightbox.getModal().hide(); } prepareYTVideo(YT, onOverlayClick) { const elementSettings = this.getElementSettings(), playerOptions = { videoId: this.videoID, events: { onReady: () => { if (elementSettings.mute) { this.youtubePlayer.mute(); } if (elementSettings.autoplay || onOverlayClick) { this.youtubePlayer.playVideo(); } }, onStateChange: event => { if (event.data === YT.PlayerState.ENDED && elementSettings.loop) { this.youtubePlayer.seekTo(elementSettings.start || 0); } } }, playerVars: { controls: elementSettings.controls ? 1 : 0, rel: elementSettings.rel ? 1 : 0, playsinline: elementSettings.play_on_mobile ? 1 : 0, modestbranding: elementSettings.modestbranding ? 1 : 0, autoplay: elementSettings.autoplay ? 1 : 0, start: elementSettings.start, end: elementSettings.end } }; // To handle CORS issues, when the default host is changed, the origin parameter has to be set. if (elementSettings.yt_privacy) { playerOptions.host = 'https://www.youtube-nocookie.com'; playerOptions.origin = window.location.hostname; } this.youtubePlayer = new YT.Player(this.elements.$video[0], playerOptions); } bindEvents() { this.elements.$imageOverlay.on('click', this.handleVideo.bind(this)); this.elements.$playIcon.on('keydown', event => { const playKeys = [13, // Enter key. 32 // Space bar key. ]; if (playKeys.includes(event.keyCode)) { this.handleVideo(); } }); } onInit() { super.onInit(); const elementSettings = this.getElementSettings(); if (elementorFrontend.utils[elementSettings.video_type]) { this.apiProvider = elementorFrontend.utils[elementSettings.video_type]; } else { this.apiProvider = elementorFrontend.utils.baseVideoLoader; } if ('youtube' !== elementSettings.video_type) { // Currently the only API integration in the Video widget is for the YT API return; } this.videoID = this.apiProvider.getVideoIDFromURL(elementSettings.youtube_url); // If there is an image overlay, the YouTube video prep method will be triggered on click if (!this.videoID) { return; } // If the user is using an image overlay, loading the API happens on overlay click instead of on init. if (elementSettings.show_image_overlay && elementSettings.image_overlay.url) { return; } if (elementSettings.lazy_load) { this.intersectionObserver = elementorModules.utils.Scroll.scrollObserver({ callback: event => { if (event.isInViewport) { this.intersectionObserver.unobserve(this.elements.$video.parent()[0]); this.apiProvider.onApiReady(apiObject => this.prepareYTVideo(apiObject)); } } }); // We observe the parent, since the video container has a height of 0. this.intersectionObserver.observe(this.elements.$video.parent()[0]); return; } // When Optimized asset loading is set to off, the video type is set to 'Youtube', and 'Privacy Mode' is set // to 'On', there might be a conflict with other videos that are loaded WITHOUT privacy mode, such as a // video bBackground in a section. In these cases, to avoid the conflict, a timeout is added to postpone the // initialization of the Youtube API object. if (!elementorFrontend.config.experimentalFeatures.e_optimized_assets_loading) { setTimeout(() => { this.apiProvider.onApiReady(apiObject => this.prepareYTVideo(apiObject)); }, 0); } else { this.apiProvider.onApiReady(apiObject => this.prepareYTVideo(apiObject)); } } onElementChange(propertyName) { if (0 === propertyName.indexOf('lightbox_content_animation')) { this.animateVideo(); return; } const isLightBoxEnabled = this.getElementSettings('lightbox'); if ('lightbox' === propertyName && !isLightBoxEnabled) { this.hideLightbox(); return; } if ('aspect_ratio' === propertyName && isLightBoxEnabled) { this.handleAspectRatio(); } } } exports["default"] = Video; /***/ }) }]); //# sourceMappingURL=video.82d55b692da440a65954.bundle.js.map
[+]
..
[-] editor-environment-v2.js
[edit]
[-] frontend.min.js
[edit]
[-] nested-accordion.js
[edit]
[-] be69c0d71c69e96d6a96.bundle.min.js
[edit]
[-] editor.js
[edit]
[-] kit-library.122bb1346ccb087862ae.bundle.min.js
[edit]
[-] lightbox.5a98d2e96d9d643cdb70.bundle.js
[edit]
[-] alert.cbc2a0fee74ee3ed0419.bundle.min.js
[edit]
[-] admin-feedback.min.js
[edit]
[-] 4132bbeaf89a933935a8.bundle.min.js
[edit]
[-] nested-tabs.min.js
[edit]
[-] frontend.js
[edit]
[-] 6ed74dd3befaff90b65c.bundle.js
[edit]
[-] container-converter.min.js
[edit]
[-] kit-elements-defaults-editor.js
[edit]
[-] notes.min.js
[edit]
[-] progress.ca55d33bb06cee4e6f02.bundle.min.js
[edit]
[-] video.d86bfd0676264945e968.bundle.min.js
[edit]
[-] admin-top-bar.min.js
[edit]
[-] editor-loader-v1.min.js
[edit]
[-] tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js
[edit]
[-] import-export-admin.min.js
[edit]
[-] admin.js
[edit]
[-] admin-modules.js
[edit]
[-] f44354f947a948ef36c9.bundle.min.js
[edit]
[-] styleguide-app-initiator.js
[edit]
[-] admin-top-bar.js
[edit]
[-] editor-modules.min.js
[edit]
[-] alert.5c23f364fd0f1ece78ac.bundle.js
[edit]
[-] 36284da182ff260e76c2.bundle.min.js
[edit]
[-] kit-library.3dff2fd14c0324c37675.bundle.js
[edit]
[-] gutenberg.min.js
[edit]
[-] app.min.js
[edit]
[-] nested-tabs.js
[edit]
[-] 9901e5ed764a3348e6e0.bundle.js
[edit]
[-] app.js
[edit]
[-] editor-loader-v1.js
[edit]
[-] editor.min.js.LICENSE.txt
[edit]
[-] preloaded-modules.min.js
[edit]
[+]
packages
[-] preloaded-modules.js
[edit]
[-] nested-elements.min.js
[edit]
[-] kit-elements-defaults-editor.min.js
[edit]
[-] 7fada1a61d72da6d46ab.bundle.min.js
[edit]
[-] gutenberg.js
[edit]
[-] ai-admin.min.js.LICENSE.txt
[edit]
[-] 6dc72ebebb42e6117899.bundle.min.js
[edit]
[-] dev-tools.js
[edit]
[-] editor-document.js
[edit]
[-] container.cb52cddbcc9b8752f112.bundle.js
[edit]
[-] app-packages.js
[edit]
[-] common.min.js
[edit]
[-] lightbox.3489c2bc8f62c7ee72ed.bundle.min.js
[edit]
[-] text-editor.904ef93cc88acb021fdd.bundle.js
[edit]
[-] 1268ff89b5a9b9f27951.bundle.js
[edit]
[-] styleguide-app-initiator.min.js.LICENSE.txt
[edit]
[-] web-cli.min.js
[edit]
[-] common-modules.min.js
[edit]
[-] common-modules.js
[edit]
[-] frontend-modules.min.js
[edit]
[-] 93082dd705a5dfe42c67.bundle.js
[edit]
[-] common.js
[edit]
[-] new-template.min.js
[edit]
[-] app-loader.js
[edit]
[-] editor.min.js
[edit]
[-] tabs.dc22ac11bf840003dd7f.bundle.js
[edit]
[-] elementor-admin-bar.js
[edit]
[-] editor-loader-v2.js
[edit]
[-] text-path.e17f48a91199337badc8.bundle.js
[edit]
[-] kit-elements-defaults-editor.min.js.LICENSE.txt
[edit]
[-] 82916c9aba5712bca47c.bundle.js
[edit]
[-] elementor-admin-bar.min.js
[edit]
[-] nested-elements.js
[edit]
[-] toggle.31881477c45ff5cf9d4d.bundle.min.js
[edit]
[-] frontend-modules.js
[edit]
[-] webpack.runtime.min.js
[edit]
[-] styleguide-app-initiator.min.js
[edit]
[-] text-path.b50b3e74488a4e302613.bundle.min.js
[edit]
[-] app-loader.min.js
[edit]
[-] container.3e03f0b480c65f79dee6.bundle.min.js
[edit]
[-] web-cli.js
[edit]
[-] styleguide.js
[edit]
[-] webpack.runtime.js
[edit]
[-] 98506bec715bd31c4134.bundle.js
[edit]
[-] editor-modules.js
[edit]
[-] announcements-app.min.js
[edit]
[-] onboarding.6aace3f2fdf9ebb9bde5.bundle.min.js
[edit]
[-] counter.02cef29c589e742d4c8c.bundle.min.js
[edit]
[-] app-packages.min.js.LICENSE.txt
[edit]
[-] 36284da182ff260e76c2.bundle.min.js.LICENSE.txt
[edit]
[-] styleguide.min.js
[edit]
[-] toggle.29e5a34bb6e51dab4600.bundle.js
[edit]
[-] onboarding.2da315965610a6ac2448.bundle.js
[edit]
[-] new-template.js
[edit]
[-] app.min.js.LICENSE.txt
[edit]
[-] responsive-bar.min.js
[edit]
[-] admin-feedback.js
[edit]
[-] .htaccess
[edit]
[-] accordion.8799675460c73eb48972.bundle.min.js
[edit]
[-] 12db92f8c908b4ba4726.bundle.js
[edit]
[-] editor-document.min.js
[edit]
[-] image-carousel.8007d415cd5f258d2d69.bundle.js
[edit]
[-] beta-tester.js
[edit]
[-] common.min.js.LICENSE.txt
[edit]
[-] video.82d55b692da440a65954.bundle.js
[edit]
[-] nested-accordion.min.js.LICENSE.txt
[edit]
[-] wp-audio.4368a4a260548f3c083a.bundle.js
[edit]
[-] 96124ada3ba05750eec1.bundle.js
[edit]
[-] ai.min.js.LICENSE.txt
[edit]
[-] progress.ddc47ad5120f8813e430.bundle.js
[edit]
[-] announcements-app.js
[edit]
[-] web-cli.min.js.LICENSE.txt
[edit]
[-] app-packages.min.js
[edit]
[-] text-editor.2c35aafbe5bf0e127950.bundle.min.js
[edit]
[-] accordion.d0e98fa492444fcce9f9.bundle.js
[edit]
[-] counter.6e06639071a3da2a8059.bundle.js
[edit]
[-] admin.min.js
[edit]
[-] editor-environment-v2.min.js
[edit]
[-] nested-accordion.min.js
[edit]
[-] admin-modules.min.js
[edit]
[-] container-converter.js
[edit]
[-] responsive-bar.js
[edit]
[-] ai.min.js
[edit]
[-] editor-loader-v2.min.js
[edit]
[-] ai-admin.min.js
[edit]
[-] 1bef795bdeaafc779b19.bundle.min.js
[edit]
[-] ai-admin.js
[edit]
[-] image-carousel.4455c6362492d9067512.bundle.min.js
[edit]
[-] ai.js
[edit]
[-] adadcfdaada40ff3919c.bundle.min.js
[edit]
[-] nested-tabs.min.js.LICENSE.txt
[edit]
[-] import-export-admin.js
[edit]
[-] notes.js
[edit]
[-] 62aed6374b1561fb5fd8.bundle.js
[edit]
[-] wp-audio.75f0ced143febb8cd31a.bundle.min.js
[edit]
[-] dev-tools.min.js
[edit]
[-] beta-tester.min.js
[edit]
[-] announcements-app.min.js.LICENSE.txt
[edit]