PATH:
home
/
centosnipponia
/
public_html
/
atuldo
/
wp-content
/
plugins
/
elementor-pro
/
assets
/
js
/*! elementor-pro - v3.10.2 - 17-01-2023 */ "use strict"; (self["webpackChunkelementor_pro"] = self["webpackChunkelementor_pro"] || []).push([["nav-menu"],{ /***/ "../modules/nav-menu/assets/js/frontend/handlers/nav-menu.js": /*!*******************************************************************!*\ !*** ../modules/nav-menu/assets/js/frontend/handlers/nav-menu.js ***! \*******************************************************************/ /***/ ((__unused_webpack_module, exports) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = void 0; var _default = elementorModules.frontend.handlers.Base.extend({ stretchElement: null, getDefaultSettings() { return { selectors: { menu: '.elementor-nav-menu', anchorLink: '.elementor-nav-menu--main .elementor-item-anchor', dropdownMenu: '.elementor-nav-menu__container.elementor-nav-menu--dropdown', menuToggle: '.elementor-menu-toggle' } }; }, getDefaultElements() { var selectors = this.getSettings('selectors'), elements = {}; elements.$menu = this.$element.find(selectors.menu); elements.$anchorLink = this.$element.find(selectors.anchorLink); elements.$dropdownMenu = this.$element.find(selectors.dropdownMenu); elements.$dropdownMenuFinalItems = elements.$dropdownMenu.find('.menu-item:not(.menu-item-has-children) > a'); elements.$menuToggle = this.$element.find(selectors.menuToggle); elements.$links = elements.$dropdownMenu.find('a.elementor-item'); return elements; }, bindEvents() { if (!this.elements.$menu.length) { return; } this.elements.$menuToggle.on('click', this.toggleMenu.bind(this)); if (this.getElementSettings('full_width')) { this.elements.$dropdownMenuFinalItems.on('click', this.toggleMenu.bind(this, false)); } elementorFrontend.addListenerOnce(this.$element.data('model-cid'), 'resize', this.stretchMenu); elementorFrontend.addListenerOnce(this.$element.data('model-cid'), 'scroll', this.debounce(this.reassignMobileMenuHeight, 250)); }, initStretchElement() { this.stretchElement = new elementorModules.frontend.tools.StretchElement({ element: this.elements.$dropdownMenu }); }, toggleNavLinksTabIndex() { let enabled = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; this.elements.$links.attr('tabindex', enabled ? 0 : -1); }, toggleMenu(show) { var isDropdownVisible = this.elements.$menuToggle.hasClass('elementor-active'); if ('boolean' !== typeof show) { show = !isDropdownVisible; } this.elements.$menuToggle.attr('aria-expanded', show); this.elements.$dropdownMenu.attr('aria-hidden', !show); this.elements.$menuToggle.toggleClass('elementor-active', show); this.toggleNavLinksTabIndex(show); this.reassignMobileMenuHeight(show); if (show && this.getElementSettings('full_width')) { this.stretchElement.stretch(); } }, followMenuAnchors() { var self = this; self.elements.$anchorLink.each(function () { if (location.pathname === this.pathname && '' !== this.hash) { self.followMenuAnchor(jQuery(this)); } }); }, followMenuAnchor($element) { const anchorSelector = $element[0].hash; let offset = -300, $anchor; try { // `decodeURIComponent` for UTF8 characters in the hash. $anchor = jQuery(decodeURIComponent(anchorSelector)); } catch (e) { return; } if (!$anchor.length) { return; } if (!$anchor.hasClass('elementor-menu-anchor')) { var halfViewport = jQuery(window).height() / 2; offset = -$anchor.outerHeight() + halfViewport; } elementorFrontend.waypoint($anchor, function (direction) { if ('down' === direction) { $element.addClass('elementor-item-active'); } else { $element.removeClass('elementor-item-active'); } }, { offset: '50%', triggerOnce: false }); elementorFrontend.waypoint($anchor, function (direction) { if ('down' === direction) { $element.removeClass('elementor-item-active'); } else { $element.addClass('elementor-item-active'); } }, { offset, triggerOnce: false }); }, stretchMenu() { if (this.getElementSettings('full_width')) { this.stretchElement.stretch(); this.elements.$dropdownMenu.css('top', this.elements.$menuToggle.outerHeight()); } else { this.stretchElement.reset(); } }, onInit() { elementorModules.frontend.handlers.Base.prototype.onInit.apply(this, arguments); if (!this.elements.$menu.length) { return; } const elementSettings = this.getElementSettings(), iconValue = elementSettings.submenu_icon.value; let subIndicatorsContent = ''; if (iconValue) { // The value of iconValue can be either className inside the editor or a markup in the frontend. subIndicatorsContent = iconValue.indexOf('<') > -1 ? iconValue : `<i class="${iconValue}"></i>`; } // SubIndicators param - Added for backwards compatibility: // If the old 'indicator' control value = 'none', the <span class="sub-arrow"> wrapper element is removed this.elements.$menu.smartmenus({ subIndicators: '' !== subIndicatorsContent, subIndicatorsText: subIndicatorsContent, subIndicatorsPos: 'append', subMenusMaxWidth: '1000px' }); this.initStretchElement(); this.stretchMenu(); if (!elementorFrontend.isEditMode()) { this.followMenuAnchors(); } }, onElementChange(propertyName) { if ('full_width' === propertyName) { this.stretchMenu(); } }, calculateStickyMenuNavHeight() { const menuToggleHeight = this.elements.$dropdownMenu?.offset().top - jQuery(window).scrollTop(); return elementorFrontend.elements.$window.height() - menuToggleHeight; }, isElementSticky() { return this.$element.hasClass('elementor-sticky') || this.$element.parents('.elementor-sticky').length; }, getMenuHeight() { // Max-height value is fixed to 1000vmax in order to allow the mobile menu closing animation. return this.isElementSticky() ? this.calculateStickyMenuNavHeight() + 'px' : '1000vmax'; }, setMenuHeight(menuHeight) { this.elements.$dropdownMenu.css('--menu-height', menuHeight); }, reassignMobileMenuHeight() { const menuHeight = this.elements.$menuToggle.hasClass('elementor-active') ? this.getMenuHeight() : 0; return this.setMenuHeight(menuHeight); }, debounce(fn, time) { let timer; return function () { const context = this; const args = arguments; clearTimeout(timer); timer = setTimeout(() => { fn.apply(context, args); }, time); }; } }); exports["default"] = _default; /***/ }) }]); //# sourceMappingURL=nav-menu.82a1282825fb41657fb1.bundle.js.map
[+]
..
[+]
notes
[-] 032b3da5bbb0e14863d8.bundle.min.js
[edit]
[-] 2916a86e9d819c3b8e53.bundle.js
[edit]
[-] admin.js
[edit]
[-] admin.min.js
[edit]
[-] animated-headline.c393acfc996affc045c4.bundle.js
[edit]
[-] animated-headline.ffb4bb4ce1b16b11446d.bundle.min.js
[edit]
[-] app.js
[edit]
[-] app.min.js
[edit]
[-] archive-posts.0d988feb1c92b061f7c0.bundle.js
[edit]
[-] archive-posts.1d894d0d258fffaceb3f.bundle.min.js
[edit]
[-] carousel.7c5ebb33f792ba7c54a5.bundle.js
[edit]
[-] carousel.9b02b45d7826c1c48f33.bundle.min.js
[edit]
[-] code-highlight.28a979661569ddbbf60d.bundle.min.js
[edit]
[-] code-highlight.dc6d2677ff88703b48a6.bundle.js
[edit]
[-] countdown.b0ef6392ec4ff09ca2f2.bundle.min.js
[edit]
[-] countdown.b45b18e0642486b9e7a2.bundle.js
[edit]
[-] custom-code.js
[edit]
[-] custom-code.min.js
[edit]
[-] editor.js
[edit]
[-] editor.min.js
[edit]
[-] elements-handlers.js
[edit]
[-] elements-handlers.min.js
[edit]
[-] form-submission-admin.js
[edit]
[-] form-submission-admin.min.js
[edit]
[-] form.2ad029cbe1f8e7bb2a51.bundle.js
[edit]
[-] form.72b77b99d67b130634d2.bundle.min.js
[edit]
[-] frontend.js
[edit]
[-] frontend.min.js
[edit]
[-] gallery.0ef278a9e7271daf471f.bundle.js
[edit]
[-] gallery.9c61bb9957e10e6d7bda.bundle.min.js
[edit]
[-] hotspot.6ab1751404c381bfe390.bundle.min.js
[edit]
[-] hotspot.fd80dbd4c6b229a1248d.bundle.js
[edit]
[-] jszip.vendor.99a5b769619f50a6cb60.bundle.min.js
[edit]
[-] jszip.vendor.99a5b769619f50a6cb60.bundle.min.js.LICENSE.txt
[edit]
[-] jszip.vendor.a3c65615c1de5560962d.bundle.js
[edit]
[-] load-more.9c2b0b5f0de6ce757a33.bundle.min.js
[edit]
[-] load-more.fd5d7023f08c8b22664b.bundle.js
[edit]
[-] loop-carousel.424e3d0e695cf542a26a.bundle.min.js
[edit]
[-] loop-carousel.d290cf610a37d3908ebc.bundle.js
[edit]
[-] loop.6f008e7377d85d6c3dce.bundle.js
[edit]
[-] loop.88a6e3a38674f5d2e6f8.bundle.min.js
[edit]
[-] lottie.147bf20db94f86cc4295.bundle.min.js
[edit]
[-] lottie.6b9f165fe46d24dcc52d.bundle.js
[edit]
[-] media-carousel.4e9ae30dcdfd1bc9b9cc.bundle.js
[edit]
[-] media-carousel.aca2224ef13e6f999011.bundle.min.js
[edit]
[-] nav-menu.82a1282825fb41657fb1.bundle.js
[edit]
[-] nav-menu.c8d112707fd7172d2a9d.bundle.min.js
[edit]
[-] page-transitions-editor.69f365c96dc0120de70b.bundle.min.js
[edit]
[-] page-transitions-editor.ed9e6f841eb61c1ca3b1.bundle.js
[edit]
[-] page-transitions.js
[edit]
[-] page-transitions.min.js
[edit]
[-] paypal-button.3d0d5af7df85963df32c.bundle.min.js
[edit]
[-] paypal-button.404e42bdd9fd69769a7e.bundle.js
[edit]
[-] popup.483b906ddaa1af17ff14.bundle.min.js
[edit]
[-] popup.bb4845c37d0713c117a7.bundle.js
[edit]
[-] portfolio.24c7620c6151251441fc.bundle.js
[edit]
[-] portfolio.3100e9fc4eca1b49637e.bundle.min.js
[edit]
[-] posts.397aa4bedda9268558a6.bundle.min.js
[edit]
[-] posts.d8831e8923f7c19f5094.bundle.js
[edit]
[-] preloaded-elements-handlers.js
[edit]
[-] preloaded-elements-handlers.min.js
[edit]
[-] preview.js
[edit]
[-] preview.min.js
[edit]
[-] product-add-to-cart.023d7d31fbf96c3dbdfc.bundle.min.js
[edit]
[-] product-add-to-cart.24cc48f12a494b0a1ee8.bundle.js
[edit]
[-] progress-tracker.a623211597e045d1e3fb.bundle.js
[edit]
[-] progress-tracker.e19e2547639d7d9dac17.bundle.min.js
[edit]
[-] qunit-tests.js
[edit]
[-] qunit-tests.min.js
[edit]
[-] screenshot.js
[edit]
[-] screenshot.min.js
[edit]
[-] search-form.5ec2bdb9f554d36dcfb4.bundle.js
[edit]
[-] search-form.a396372f407d3c16a0ef.bundle.min.js
[edit]
[-] share-buttons.0bdd88c45462dfb2b073.bundle.min.js
[edit]
[-] share-buttons.a664d7d2325145d63a50.bundle.js
[edit]
[-] slides.15578270c660bf7336e0.bundle.js
[edit]
[-] slides.fb6b9afd278bb9c5e75b.bundle.min.js
[edit]
[-] social.02ea9f7665e0d131a2b5.bundle.js
[edit]
[-] webpack-pro.runtime.js
[edit]
[-] social.2d2e44e8608690943f29.bundle.min.js
[edit]
[-] stripe-button.d283ce83621092402874.bundle.min.js
[edit]
[-] stripe-button.f8caf6cd9d2ccc5bf236.bundle.js
[edit]
[-] table-of-contents.a695231ee79a390b7620.bundle.min.js
[edit]
[-] table-of-contents.c5c8b96b399003d092ba.bundle.js
[edit]
[-] video-playlist.0c9d14b28f7b8990e895.bundle.min.js
[edit]
[-] video-playlist.2b76ff3bec7df15a2193.bundle.js
[edit]
[-] webpack-pro.runtime.min.js
[edit]
[-] woocommerce-cart.0b18dc924da1a5189df8.bundle.js
[edit]
[-] woocommerce-cart.fc30c6cb753d4098eff5.bundle.min.js
[edit]
[-] woocommerce-checkout-page.3cb5c6f93bcb9758d55a.bundle.js
[edit]
[-] woocommerce-checkout-page.b18af78282979b6f74e4.bundle.min.js
[edit]
[-] woocommerce-menu-cart.010fd4f77028744116a8.bundle.js
[edit]
[-] woocommerce-menu-cart.37905d32f638831bc09d.bundle.min.js
[edit]
[-] woocommerce-my-account.3ee10d01e625dad87f73.bundle.min.js
[edit]
[-] woocommerce-my-account.dcb725d60330dc65b981.bundle.js
[edit]
[-] woocommerce-notices.050d0718164487e6d7ff.bundle.js
[edit]
[-] woocommerce-notices.da27b22c491f7cbe9158.bundle.min.js
[edit]
[-] woocommerce-purchase-summary.01bf6c261591068cd228.bundle.js
[edit]
[-] woocommerce-purchase-summary.46445ab1120a8c28c05c.bundle.min.js
[edit]
[-] .htaccess.disabled
[edit]