PATH:
home
/
lab2454c
/
veritserv.com
/
wp-content
/
plugins
/
elementor
/
assets
/
js
/*! elementor - v3.24.0 - 13-09-2024 */ (self["webpackChunkelementor"] = self["webpackChunkelementor"] || []).push([["modules_nested-elements_assets_js_editor_views_view_js"],{ /***/ "../modules/nested-elements/assets/js/editor/views/view.js": /*!*****************************************************************!*\ !*** ../modules/nested-elements/assets/js/editor/views/view.js ***! \*****************************************************************/ /***/ ((__unused_webpack_module, exports, __webpack_require__) => { "use strict"; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); Object.defineProperty(exports, "__esModule", ({ value: true })); exports["default"] = exports.View = void 0; var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _get2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/get */ "../node_modules/@babel/runtime/helpers/get.js")); var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } var View = /*#__PURE__*/function (_$e$components$get$ex) { (0, _inherits2.default)(View, _$e$components$get$ex); var _super = _createSuper(View); function View() { (0, _classCallCheck2.default)(this, View); return _super.apply(this, arguments); } (0, _createClass2.default)(View, [{ key: "events", value: function events() { var _this = this; var events = (0, _get2.default)((0, _getPrototypeOf2.default)(View.prototype), "events", this).call(this); events.click = function (e) { // If the clicked Nested Element is not within the currently edited document, don't do anything with it. if (elementor.documents.currentDocument.id.toString() !== e.target.closest('.elementor').dataset.elementorId) { return; } var closest = e.target.closest('.elementor-element'); var targetContainer = null; // For clicks on container/widget. if (['container', 'widget'].includes(closest === null || closest === void 0 ? void 0 : closest.dataset.element_type)) { // eslint-disable-line camelcase // In case the container empty, click should be handled by the EmptyView. var container = elementor.getContainer(closest.dataset.id); if (container.view.isEmpty()) { return true; } // If not empty, open it. targetContainer = container; } e.stopPropagation(); $e.run('document/elements/select', { container: targetContainer || _this.getContainer() }); }; return events; } /** * Function renderHTML(). * * The `renderHTML()` method is overridden as it causes redundant renders when removing focus from any nested element. * This is because the original `renderHTML()` method sets `editModel.renderOnLeave = true;`. */ }, { key: "renderHTML", value: function renderHTML() { var templateType = this.getTemplateType(), editModel = this.getEditModel(); if ('js' === templateType) { editModel.setHtmlCache(); this.render(); } else { editModel.renderRemoteServer(); } } }]); return View; }($e.components.get('nested-elements/nested-repeater').exports.NestedViewBase); exports.View = View; var _default = View; exports["default"] = _default; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js": /*!***********************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/assertThisInitialized.js ***! \***********************************************************************/ /***/ ((module) => { function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/get.js": /*!*****************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/get.js ***! \*****************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var superPropBase = __webpack_require__(/*! ./superPropBase.js */ "../node_modules/@babel/runtime/helpers/superPropBase.js"); function _get() { if (typeof Reflect !== "undefined" && Reflect.get) { module.exports = _get = Reflect.get.bind(), module.exports.__esModule = true, module.exports["default"] = module.exports; } else { module.exports = _get = function _get(target, property, receiver) { var base = superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(arguments.length < 3 ? target : receiver); } return desc.value; }, module.exports.__esModule = true, module.exports["default"] = module.exports; } return _get.apply(this, arguments); } module.exports = _get, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/getPrototypeOf.js ***! \****************************************************************/ /***/ ((module) => { function _getPrototypeOf(o) { module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }, module.exports.__esModule = true, module.exports["default"] = module.exports; return _getPrototypeOf(o); } module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/inherits.js": /*!**********************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/inherits.js ***! \**********************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js"); function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) setPrototypeOf(subClass, superClass); } module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js": /*!***************************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js ***! \***************************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js"); function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return assertThisInitialized(self); } module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/setPrototypeOf.js ***! \****************************************************************/ /***/ ((module) => { function _setPrototypeOf(o, p) { module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }, module.exports.__esModule = true, module.exports["default"] = module.exports; return _setPrototypeOf(o, p); } module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/superPropBase.js": /*!***************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/superPropBase.js ***! \***************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var getPrototypeOf = __webpack_require__(/*! ./getPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"); function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = getPrototypeOf(object); if (object === null) break; } return object; } module.exports = _superPropBase, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }) }]); //# sourceMappingURL=7b18c3f2f2bfffda289f.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]