/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
elementor-pro
/
assets
/
js
/
Upload File
HOME
/*! elementor-pro - v4.0.0 - 01-04-2026 */ "use strict"; (self["webpackChunkelementor_pro"] = self["webpackChunkelementor_pro"] || []).push([["mega-menu-stretch-content"],{ /***/ "../modules/mega-menu/assets/js/frontend/handlers/stretch-menu-item-content.js" /*!*************************************************************************************!*\ !*** ../modules/mega-menu/assets/js/frontend/handlers/stretch-menu-item-content.js ***! \*************************************************************************************/ (__unused_webpack_module, exports) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; class StretchedMenuItemContent extends elementorModules.frontend.handlers.StretchedElement { getStretchedClass() { return 'elementor-widget-n-menu'; } getStretchElementForConfig() { return this.$element.find('.e-n-menu-wrapper'); } getStretchElementConfig() { const elementConfig = super.getStretchElementConfig(); elementConfig.cssOutput = 'variables'; return elementConfig; } bindEvents() { super.bindEvents(); elementorFrontend.addListenerOnce(this.getUniqueHandlerID(), 'elementor-pro/mega-menu/dropdown-open', this.stretch); elementorFrontend.elements.$window.on('elementor-pro/mega-menu/heading-mouse-event', this.stretch); } unbindEvents() { super.unbindEvents(); elementorFrontend.removeListeners(this.getUniqueHandlerID(), 'elementor-pro/mega-menu/dropdown-open', this.stretch); elementorFrontend.elements.$window.off('elementor-pro/mega-menu/heading-mouse-event', this.stretch); } isStretchSettingEnabled() { return true; } isActive() { return true; } } exports["default"] = StretchedMenuItemContent; /***/ } }]); //# sourceMappingURL=mega-menu-stretch-content.65ac3ff61cbda73d513e.bundle.js.map