PATH:
home
/
lab2454c
/
veritserv.com
/
wp-content
/
plugins
/
elementor
/
assets
/
js
/*! elementor - v3.24.0 - 13-09-2024 */ "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); } if (this.getElementSettings('autoplay')) { $videoIframe.attr('allow', 'autoplay'); $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 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; } 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(); } } } exports["default"] = Video; /***/ }) }]); //# sourceMappingURL=video.817bd6a65a1542503aac.bundle.js.map
[+]
..
[-] editor-environment-v2.js
[edit]
[-] c96bb3445f3bc9de7d26.bundle.min.js
[edit]
[-] frontend.min.js
[edit]
[-] admin-notifications.min.js
[edit]
[-] admin-notifications.js
[edit]
[-] nested-accordion.js
[edit]
[-] editor.js
[edit]
[-] e3f753621bf9be55ec4d.bundle.js
[edit]
[-] alert.cbc2a0fee74ee3ed0419.bundle.min.js
[edit]
[-] progress.985f012a6336ab21cb44.bundle.min.js
[edit]
[-] accordion.c16b88b2e8a0c50189bc.bundle.js
[edit]
[-] video.817bd6a65a1542503aac.bundle.js
[edit]
[-] alert.c3c6a3fdf4745bd26b7f.bundle.js
[edit]
[-] admin-feedback.min.js
[edit]
[-] text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js
[edit]
[-] fd6a00ae23a1bc2c6190.bundle.js
[edit]
[-] nested-tabs.min.js
[edit]
[-] frontend.js
[edit]
[-] editor-modules.min.js.LICENSE.txt
[edit]
[-] container-converter.min.js
[edit]
[-] kit-elements-defaults-editor.js
[edit]
[-] notes.min.js
[edit]
[-] ai-gutenberg.js
[edit]
[-] kit-library.ac1a4cd5deae5526ce49.bundle.js
[edit]
[-] editor-notifications.min.js
[edit]
[-] fa0cbd4c7b6a8ad83224.bundle.js
[edit]
[-] checklist.min.js
[edit]
[-] video.78c625e89ab767d621c5.bundle.min.js
[edit]
[-] checklist.js
[edit]
[-] admin-top-bar.min.js
[edit]
[-] editor-loader-v1.min.js
[edit]
[-] media-hints.js
[edit]
[-] tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js
[edit]
[-] import-export-admin.min.js
[edit]
[-] admin.js
[edit]
[-] admin-modules.js
[edit]
[-] styleguide-app-initiator.js
[edit]
[-] 4748df03726015eef04f.bundle.min.js
[edit]
[-] admin-top-bar.js
[edit]
[-] editor-modules.min.js
[edit]
[-] e-home-screen.min.js
[edit]
[-] gutenberg.min.js
[edit]
[-] app.min.js
[edit]
[-] element-manager-admin.min.js
[edit]
[-] nested-tabs.js
[edit]
[-] app.js
[edit]
[-] e-home-screen.js
[edit]
[-] editor-loader-v1.js
[edit]
[-] editor-notifications.js
[edit]
[-] d9299811bc70ddb82fbf.bundle.js
[edit]
[-] editor.min.js.LICENSE.txt
[edit]
[-] 49d9a23b08ff2c138b03.bundle.min.js
[edit]
[+]
packages
[-] nested-elements.min.js
[edit]
[-] 7b18c3f2f2bfffda289f.bundle.js
[edit]
[-] kit-elements-defaults-editor.min.js
[edit]
[-] gutenberg.js
[edit]
[-] ai-admin.min.js.LICENSE.txt
[edit]
[-] ai-gutenberg.min.js.LICENSE.txt
[edit]
[-] 2f08057553c95b827d30.bundle.min.js
[edit]
[-] dev-tools.js
[edit]
[-] editor-document.js
[edit]
[-] ai-media-library.js
[edit]
[-] ai-layout.min.js
[edit]
[-] admin-modules.min.js.LICENSE.txt
[edit]
[-] app-packages.js
[edit]
[-] common.min.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]
[-] element-manager-admin.js
[edit]
[-] progress.6d15c16f0f5c4792940f.bundle.js
[edit]
[-] text-path.2bc8a9cd0e50cf1a5a9c.bundle.min.js.LICENSE.txt
[edit]
[-] common.js
[edit]
[-] new-template.min.js
[edit]
[-] app-loader.js
[edit]
[-] ai-gutenberg.min.js
[edit]
[-] admin.min.js.LICENSE.txt
[edit]
[-] editor.min.js
[edit]
[-] elementor-admin-bar.js
[edit]
[-] b7931adecb98651a09c7.bundle.min.js
[edit]
[-] editor-loader-v2.js
[edit]
[-] kit-elements-defaults-editor.min.js.LICENSE.txt
[edit]
[-] f634673e5824ceb13f3d.bundle.js
[edit]
[-] container.a7f0a15dfa05df34e1f7.bundle.js
[edit]
[-] 152486453d0e39071cdb.bundle.js
[edit]
[-] elementor-admin-bar.min.js
[edit]
[-] text-editor.2f2f7e0ea1e16387a004.bundle.js
[edit]
[-] nested-elements.js
[edit]
[-] onboarding.1384221942827099c980.bundle.min.js
[edit]
[-] admin-notifications.min.js.LICENSE.txt
[edit]
[-] toggle.31881477c45ff5cf9d4d.bundle.min.js
[edit]
[-] frontend-modules.js
[edit]
[-] webpack.runtime.min.js
[edit]
[-] ai-media-library.min.js
[edit]
[-] styleguide-app-initiator.min.js
[edit]
[-] lightbox.26bf6b6c4232d8789c0e.bundle.min.js
[edit]
[-] lightbox.62507767544e8d455e1b.bundle.js
[edit]
[-] image-carousel.9399f19d95d7300cbc2e.bundle.js
[edit]
[-] app-loader.min.js
[edit]
[-] 49d9a23b08ff2c138b03.bundle.min.js.LICENSE.txt
[edit]
[-] web-cli.js
[edit]
[-] styleguide.js
[edit]
[-] webpack.runtime.js
[edit]
[-] tabs.520bc2ed4560c561029e.bundle.js
[edit]
[-] editor-modules.js
[edit]
[-] announcements-app.min.js
[edit]
[-] d91e4d7f57d57af2aab9.bundle.min.js
[edit]
[-] 9c42cff515a6191fddaf.bundle.min.js
[edit]
[-] a730ee9caa710006b307.bundle.js
[edit]
[-] counter.02cef29c589e742d4c8c.bundle.min.js
[edit]
[-] app-packages.min.js.LICENSE.txt
[edit]
[-] media-hints.min.js
[edit]
[-] styleguide.min.js
[edit]
[-] ai-media-library.min.js.LICENSE.txt
[edit]
[-] new-template.js
[edit]
[-] app.min.js.LICENSE.txt
[edit]
[-] responsive-bar.min.js
[edit]
[-] atomic-widgets-editor.js
[edit]
[-] admin-feedback.js
[edit]
[-] .htaccess
[edit]
[-] wc-product-editor.min.js
[edit]
[-] accordion.8799675460c73eb48972.bundle.min.js
[edit]
[-] editor-document.min.js
[edit]
[-] beta-tester.js
[edit]
[-] common.min.js.LICENSE.txt
[edit]
[-] wp-audio.b8efdc046bc9df72a075.bundle.js
[edit]
[-] editor-notifications.min.js.LICENSE.txt
[edit]
[-] container.c65a2a923085e1120e75.bundle.min.js
[edit]
[-] nested-accordion.min.js.LICENSE.txt
[edit]
[-] bdd4030576f6a94a4f0d.bundle.js
[edit]
[-] onboarding.63276cc105f0e633544f.bundle.js
[edit]
[-] kit-library.1f8d31888dc9d19dd031.bundle.min.js
[edit]
[-] ai.min.js.LICENSE.txt
[edit]
[-] announcements-app.js
[edit]
[-] toggle.d79746a764407a0828ee.bundle.js
[edit]
[-] web-cli.min.js.LICENSE.txt
[edit]
[-] ai-layout.js
[edit]
[-] app-packages.min.js
[edit]
[-] text-path.fa44919c1abfe9244186.bundle.js
[edit]
[-] text-editor.2c35aafbe5bf0e127950.bundle.min.js
[edit]
[-] admin.min.js
[edit]
[-] editor-environment-v2.min.js
[edit]
[-] nested-accordion.min.js
[edit]
[-] wc-product-editor.js
[edit]
[-] floating-elements-modal.js
[edit]
[-] admin-modules.min.js
[edit]
[-] ai-layout.min.js.LICENSE.txt
[edit]
[-] container-converter.js
[edit]
[-] responsive-bar.js
[edit]
[-] floating-elements-modal.min.js
[edit]
[-] ai.min.js
[edit]
[-] counter.3f74a246dff765f39aea.bundle.js
[edit]
[-] editor-loader-v2.min.js
[edit]
[-] ai-admin.min.js
[edit]
[-] 294b4bf3066815c5927f.bundle.min.js
[edit]
[-] element-manager-admin.min.js.LICENSE.txt
[edit]
[-] ai-admin.js
[edit]
[-] image-carousel.4455c6362492d9067512.bundle.min.js
[edit]
[-] atomic-widgets-editor.min.js
[edit]
[-] ai.js
[edit]
[-] nested-tabs.min.js.LICENSE.txt
[edit]
[-] import-export-admin.js
[edit]
[-] notes.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]