PATH:
home
/
urbaoubp
/
public_html
/
wp-content
/
plugins
/
elementor
/
assets
/
js
/*! elementor - v3.31.0 - 06-08-2025 */ /******/ (() => { // webpackBootstrap /******/ "use strict"; /******/ var __webpack_modules__ = ({ /***/ "@wordpress/i18n": /*!**************************!*\ !*** external "wp.i18n" ***! \**************************/ /***/ ((module) => { module.exports = wp.i18n; /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ // This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk. (() => { /*!*******************************************!*\ !*** ../assets/dev/js/admin/gutenberg.js ***! \*******************************************/ /* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"]; /* global ElementorGutenbergSettings */ (function ($) { 'use strict'; var ElementorGutenbergApp = { cacheElements: function cacheElements() { var self = this; self.isElementorMode = ElementorGutenbergSettings.isElementorMode; self.cache = {}; self.cache.$gutenberg = $('#editor'); self.cache.$switchMode = $($('#elementor-gutenberg-button-switch-mode').html()); self.cache.$switchModeButton = self.cache.$switchMode.find('#elementor-switch-mode-button'); self.bindEvents(); self.toggleStatus(); wp.data.subscribe(function () { setTimeout(function () { self.buildPanel(); }, 1); }); }, buildPanel: function buildPanel() { var self = this; if (!self.cache.$gutenberg.find('#elementor-switch-mode').length) { self.cache.$gutenberg.find('.edit-post-header-toolbar').append(self.cache.$switchMode); } if (this.hasIframe()) { this.handleIframe(); } if (!$('#elementor-editor').length) { self.cache.$editorPanel = $($('#elementor-gutenberg-panel').html()); var editorButtonParent = self.cache.$gutenberg.find('.block-editor-writing-flow'); if (!editorButtonParent.length) { editorButtonParent = self.cache.$gutenberg.find('.is-desktop-preview'); } self.cache.$gurenbergBlockList = editorButtonParent; self.cache.$gurenbergBlockList.append(self.cache.$editorPanel); self.cache.$editorPanelButton = self.cache.$editorPanel.find('#elementor-go-to-edit-page-link'); self.cache.$editorPanelButton.on('click', function (event) { event.preventDefault(); self.handleEditButtonClick(); }); } }, handleIframe: function handleIframe() { this.hideIframeContent(); this.buildPanelTopBar(); }, // Sometimes Gutenberg uses iframe instead of div. hasIframe: function hasIframe() { return !!this.cache.$gutenberg.find('iframe[name="editor-canvas"]').length; }, hideIframeContent: function hideIframeContent() { if (!this.isElementorMode) { return; } var style = "<style>\n\t\t\t\t.editor-post-text-editor,\n\t\t\t\t.block-editor-block-list__layout {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\n\t\t\t\tbody {\n\t\t\t\t\tpadding: 0 !important;\n\t\t\t\t}\n\t\t\t</style>"; this.cache.$gutenberg.find('iframe[name="editor-canvas"]').contents().find('body').append(style); }, buildPanelTopBar: function buildPanelTopBar() { var self = this; if (!$('#elementor-edit-mode-button').length && this.isElementorMode) { self.cache.$editorBtnTop = $($('#elementor-gutenberg-button-tmpl').html()); self.cache.$gutenberg.find('.edit-post-header-toolbar').append(self.cache.$editorBtnTop); $('#elementor-edit-mode-button').on('click', function (event) { event.preventDefault(); self.handleEditButtonClick(false); }); } }, handleEditButtonClick: function handleEditButtonClick() { var withAnimation = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; var self = this; if (withAnimation) { self.animateLoader(); } // A new post is initialized as an 'auto-draft'. // if the post is not a new post it should not save it to avoid some saving conflict between elementor and gutenberg. var isNewPost = 'auto-draft' === wp.data.select('core/editor').getCurrentPost().status; if (isNewPost) { var documentTitle = wp.data.select('core/editor').getEditedPostAttribute('title'); if (!documentTitle) { wp.data.dispatch('core/editor').editPost({ title: 'Elementor #' + $('#post_ID').val() }); } wp.data.dispatch('core/editor').savePost(); } self.redirectWhenSave(); }, bindEvents: function bindEvents() { var self = this; self.cache.$switchModeButton.on('click', function () { if (self.isElementorMode) { elementorCommon.dialogsManager.createWidget('confirm', { message: __('Please note that you are switching to WordPress default editor. Your current layout, design and content might break.', 'elementor'), headerMessage: __('Back to WordPress Editor', 'elementor'), strings: { confirm: __('Continue', 'elementor'), cancel: __('Cancel', 'elementor') }, defaultOption: 'confirm', onConfirm: function onConfirm() { var wpEditor = wp.data.dispatch('core/editor'); wpEditor.editPost({ gutenberg_elementor_mode: false }); wpEditor.savePost(); self.isElementorMode = !self.isElementorMode; self.toggleStatus(); } }).show(); } else { self.isElementorMode = !self.isElementorMode; self.toggleStatus(); self.cache.$editorPanelButton.trigger('click'); } }); }, redirectWhenSave: function redirectWhenSave() { var self = this; setTimeout(function () { if (wp.data.select('core/editor').isSavingPost()) { self.redirectWhenSave(); } else { location.href = ElementorGutenbergSettings.editLink; } }, 300); }, animateLoader: function animateLoader() { this.cache.$editorPanelButton.addClass('elementor-animate'); }, toggleStatus: function toggleStatus() { jQuery('body').toggleClass('elementor-editor-active', this.isElementorMode).toggleClass('elementor-editor-inactive', !this.isElementorMode); }, init: function init() { this.cacheElements(); } }; $(function () { ElementorGutenbergApp.init(); }); })(jQuery); })(); /******/ })() ; //# sourceMappingURL=gutenberg.js.map
[+]
..
[-] ai-admin.min.js.LICENSE.txt
[edit]
[-] youtube-handler.js
[edit]
[-] image-carousel.1a3e0c6222562304eed5.bundle.js
[edit]
[-] container-editor-handlers.11e3f73cbe2c3c5ffe24.bundle.js
[edit]
[+]
packages
[-] ai-gutenberg.min.js
[edit]
[-] wp-audio.c9624cb6e5dc9de86abd.bundle.min.js
[edit]
[-] e-wc-product-editor.min.js.LICENSE.txt
[edit]
[-] 471f5dab6676072462a8.bundle.js
[edit]
[-] admin-notifications.js
[edit]
[-] frontend.js
[edit]
[-] cloud-library-screenshot.min.js
[edit]
[-] floating-bars.a3070326b4333354cbd7.bundle.min.js
[edit]
[-] styleguide.min.js
[edit]
[-] accordion.28788e18d1d35c23f450.bundle.min.js
[edit]
[-] container-converter.js
[edit]
[-] announcements-app.min.js
[edit]
[-] ai-layout.min.js
[edit]
[-] editor.min.js.LICENSE.txt
[edit]
[-] counter.f359dee9199f5aad06c6.bundle.js
[edit]
[-] beta-tester.js
[edit]
[-] frontend.min.js
[edit]
[-] editor-v4-opt-in.js
[edit]
[-] onboarding.e14eaa7b001113fe8bea.bundle.min.js
[edit]
[-] media-hints.min.js
[edit]
[-] editor.js
[edit]
[-] nested-tabs.js
[edit]
[-] ai-admin.min.js
[edit]
[-] nested-tabs.213892f3e7a826d32481.bundle.js
[edit]
[-] app.min.js
[edit]
[-] checklist.min.js.LICENSE.txt
[edit]
[-] kit-elements-defaults-editor.min.js
[edit]
[-] image-carousel.6167d20b95b33386757b.bundle.min.js
[edit]
[-] shared-frontend-handlers.a82dc0e60728c9cb9860.bundle.js
[edit]
[-] ai-unify-product-images.min.js
[edit]
[-] nested-accordion.a29d85d5aa492aef7142.bundle.min.js
[edit]
[-] ai.min.js
[edit]
[-] frontend-modules.min.js
[edit]
[-] a802b9aa6f4b87a294e5.bundle.js
[edit]
[-] editor-v4-opt-in.min.js
[edit]
[-] notes.min.js
[edit]
[-] bb8b6cce5ae5b36077e0.bundle.js
[edit]
[-] text-path.ebcd5a983a56266562f3.bundle.min.js.LICENSE.txt
[edit]
[-] 4102e11512e21a92ba35.bundle.js
[edit]
[-] lightbox.408665be3d65f6ab17f0.bundle.min.js
[edit]
[-] styleguide-app.77392704cadf8bc1ca69.bundle.js
[edit]
[-] daedc6797eaad5c82711.bundle.min.js
[edit]
[-] common-modules.min.js
[edit]
[-] web-cli.min.js
[edit]
[-] editor-environment-v2.min.js
[edit]
[-] media-hints.js
[edit]
[-] web-cli.min.js.LICENSE.txt
[edit]
[-] section-frontend-handlers.d0665d28b9f0b188fe4f.bundle.js
[edit]
[-] app-packages.js
[edit]
[-] styleguide-app.04340244193733d78622.bundle.min.js
[edit]
[-] admin-feedback.js
[edit]
[-] 152f977e0c1304a3b0db.bundle.js
[edit]
[-] common.js
[edit]
[-] kit-elements-defaults-editor.min.js.LICENSE.txt
[edit]
[-] ai-layout.min.js.LICENSE.txt
[edit]
[-] admin.min.js.LICENSE.txt
[edit]
[-] adbbe9b5d6b520e98e4c.bundle.js
[edit]
[-] ef2100ac3eda1a957819.bundle.min.js
[edit]
[-] editor-v4-welcome-opt-in.js
[edit]
[-] alert.b696182ec6f18a35bc69.bundle.js
[edit]
[-] ai-media-library.min.js.LICENSE.txt
[edit]
[-] editor-modules.js
[edit]
[-] 9f88a0d716a691c2448a.bundle.min.js
[edit]
[-] shared-frontend-handlers.4c8abccc3e268b0767b2.bundle.min.js
[edit]
[-] alert.42cc1d522ef5c60bf874.bundle.min.js
[edit]
[-] toggle.f7afe5f9f0f912b34b22.bundle.min.js
[edit]
[-] app.js
[edit]
[-] new-template.min.js
[edit]
[-] element-manager-admin.min.js.LICENSE.txt
[edit]
[-] import-export-admin.min.js
[edit]
[-] common.min.js.LICENSE.txt
[edit]
[-] contact-buttons.c21325756a91b795f8e4.bundle.js
[edit]
[-] nested-elements.min.js
[edit]
[-] e-react-promotions.min.js
[edit]
[-] atomic-widgets-editor.min.js
[edit]
[-] gutenberg.min.js
[edit]
[-] text-path.ebcd5a983a56266562f3.bundle.min.js
[edit]
[-] editor-loader-v2.min.js
[edit]
[-] ai-gutenberg.js
[edit]
[-] nested-title-keyboard-handler.967db65f6ba460c1f2e9.bundle.js
[edit]
[-] gutenberg.js
[edit]
[-] lightbox.875994a349be8712b41c.bundle.js
[edit]
[-] admin.js
[edit]
[-] ai-unify-product-images.min.js.LICENSE.txt
[edit]
[-] e-home-screen.js
[edit]
[-] dev-tools.js
[edit]
[-] nested-accordion.a0f28ea648b29da812a1.bundle.js
[edit]
[-] toggle.375da8e2f6fed12731c2.bundle.js
[edit]
[-] beta-tester.min.js
[edit]
[-] editor-environment-v2.js
[edit]
[-] floating-elements-modal.min.js
[edit]
[-] e1cb4d726bb59646c677.bundle.min.js
[edit]
[-] editor.min.js
[edit]
[-] editor-document.js
[edit]
[-] ai-media-library.min.js
[edit]
[-] editor-v4-opt-in.min.js.LICENSE.txt
[edit]
[-] section-frontend-handlers.d85ab872da118940910d.bundle.min.js
[edit]
[-] editor-loader-v1.js
[edit]
[-] section-editor-handlers.46a034cbaaa10c6afa92.bundle.js
[edit]
[-] e-react-promotions.js
[edit]
[-] styleguide-app-initiator.min.js.LICENSE.txt
[edit]
[-] nested-tabs.min.js
[edit]
[-] container-editor-handlers.e7ee82232887ec8b73b7.bundle.min.js
[edit]
[-] admin-modules.min.js.LICENSE.txt
[edit]
[-] nested-tabs.a542ad943214eb6c3ed8.bundle.min.js
[edit]
[-] container-converter.min.js
[edit]
[-] accordion.7b5b5744bdd225280eca.bundle.js
[edit]
[-] e-home-screen.min.js
[edit]
[-] nested-accordion.min.js
[edit]
[-] video.87291d1f5076f8939c18.bundle.min.js
[edit]
[-] e5d6feb1b1d6cf52126f.bundle.js
[edit]
[-] kit-library.2b8b21c9592ab21984d3.bundle.min.js
[edit]
[-] 8277989eebcfba278cb0.bundle.min.js
[edit]
[-] nested-elements.js
[edit]
[-] web-cli.js
[edit]
[-] floating-elements-modal.js
[edit]
[-] admin-modules.min.js
[edit]
[-] floating-bars.7efeeb8b098e55999ff1.bundle.js
[edit]
[-] new-template.js
[edit]
[-] admin-modules.js
[edit]
[-] video.d862fafddbe5d05459f3.bundle.js
[edit]
[-] 0d1a75a41cae2a76432a.bundle.js
[edit]
[-] webpack.runtime.js
[edit]
[-] nested-tabs.min.js.LICENSE.txt
[edit]
[-] frontend-modules.js
[edit]
[-] admin-top-bar.js
[edit]
[-] app-loader.min.js
[edit]
[-] ai-gutenberg.min.js.LICENSE.txt
[edit]
[-] editor-v4-opt-in-alphachip.js
[edit]
[-] app.min.js.LICENSE.txt
[edit]
[-] element-manager-admin.js
[edit]
[-] admin-top-bar.min.js
[edit]
[-] admin.min.js
[edit]
[-] app-packages.min.js
[edit]
[-] editor-loader-v2.js
[edit]
[-] editor-modules.min.js.LICENSE.txt
[edit]
[-] elementor-admin-bar.min.js
[edit]
[-] tabs.e808857358793ac13db5.bundle.js
[edit]
[-] webpack.runtime.min.js
[edit]
[-] checklist.js
[edit]
[-] nested-title-keyboard-handler.fc9d01c2cd0ef46d20fd.bundle.min.js
[edit]
[-] app-loader.js
[edit]
[-] editor-loader-v1.min.js
[edit]
[-] tabs.1a165c2a54522842b0f1.bundle.min.js
[edit]
[-] styleguide.js
[edit]
[-] kit-elements-defaults-editor.js
[edit]
[-] text-editor.bd4eccbd156d0b1fc3cf.bundle.js
[edit]
[-] b96d70044d0d67c2df19.bundle.min.js
[edit]
[-] kit-library.8357091f2047eb2634d3.bundle.js
[edit]
[-] section-editor-handlers.c420276353ec5aba196e.bundle.min.js
[edit]
[-] progress.0ea083b809812c0e3aa1.bundle.min.js
[edit]
[-] atomic-widgets-editor.js
[edit]
[-] shared-editor-handlers.a182e3f9ce3b8b1e4b74.bundle.min.js
[edit]
[-] cloud-library-screenshot.js
[edit]
[-] styleguide-app-initiator.min.js
[edit]
[-] youtube-handler.min.js
[edit]
[-] checklist.min.js
[edit]
[-] nested-accordion.min.js.LICENSE.txt
[edit]
[-] e-wc-product-editor.js
[edit]
[-] responsive-bar.js
[edit]
[-] editor-v4-welcome-opt-in.min.js
[edit]
[-] common.min.js
[edit]
[-] nested-accordion.js
[edit]
[-] dev-tools.min.js
[edit]
[-] common-modules.js
[edit]
[-] elementor-admin-bar.js
[edit]
[-] contact-buttons.d999c7d620ad8d4132c6.bundle.min.js
[edit]
[-] ai-media-library.js
[edit]
[-] text-path.ffadd93cf796f64a4d61.bundle.js
[edit]
[-] ai-unify-product-images.js
[edit]
[-] element-manager-admin.min.js
[edit]
[-] editor-notifications.js
[edit]
[-] wp-audio.c91cab3152c3f241f266.bundle.js
[edit]
[-] ai.min.js.LICENSE.txt
[edit]
[-] admin-notifications.min.js
[edit]
[-] e-wc-product-editor.min.js
[edit]
[-] styleguide-app-initiator.js
[edit]
[-] editor-notifications.min.js
[edit]
[-] announcements-app.min.js.LICENSE.txt
[edit]
[-] progress.5d8492a023e85c6cc0e0.bundle.js
[edit]
[-] ai-admin.js
[edit]
[-] import-export-admin.js
[edit]
[-] ai-layout.js
[edit]
[-] onboarding.04d189eccf40ae88f85d.bundle.js
[edit]
[-] responsive-bar.min.js
[edit]
[-] shared-editor-handlers.22c8f376e58bdba40f71.bundle.js
[edit]
[-] ai.js
[edit]
[-] counter.12335f45aaa79d244f24.bundle.min.js
[edit]
[-] admin-feedback.min.js
[edit]
[-] announcements-app.js
[edit]
[-] editor-modules.min.js
[edit]
[-] editor-v4-opt-in-alphachip.min.js
[edit]
[-] app-packages.min.js.LICENSE.txt
[edit]
[-] notes.js
[edit]
[-] editor-document.min.js
[edit]
[-] text-editor.abc8f59c62f2820dc25a.bundle.min.js
[edit]