PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
essential-addons-elementor
/
assets
/
front-end
/
js
/
view
/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); /******/ } /******/ }; /******/ /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ /******/ // create a fake namespace object /******/ // mode & 1: value is a module id, require it /******/ // mode & 2: merge all properties of value into the ns /******/ // mode & 4: return value when already ns object /******/ // mode & 8|1: behave like require /******/ __webpack_require__.t = function(value, mode) { /******/ if(mode & 1) value = __webpack_require__(value); /******/ if(mode & 8) return value; /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; /******/ var ns = Object.create(null); /******/ __webpack_require__.r(ns); /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); /******/ return ns; /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = "./src/js/view/advanced-tooltip.js"); /******/ }) /************************************************************************/ /******/ ({ /***/ "./src/js/view/advanced-tooltip.js": /*!*****************************************!*\ !*** ./src/js/view/advanced-tooltip.js ***! \*****************************************/ /*! no static exports found */ /***/ (function(module, exports) { eval("/* 40. Global Tooltip\n/*=================================*/\nvar EaelGlobalTooltip = function EaelGlobalTooltip($scope, $) {\n var target = $scope,\n sectionId = target.data(\"id\"),\n editMode = elementorFrontend.isEditMode(),\n settings = {};\n\n if (editMode) {\n var editorElements = null,\n sectionData = {};\n\n if (!window.elementor.hasOwnProperty(\"elements\")) {\n return false;\n }\n\n editorElements = window.elementor.elements;\n\n if (!editorElements.models) {\n return false;\n }\n\n $.each(editorElements.models, function (index, elem) {\n if (elem.id == target.closest('.elementor-top-section').data('id')) {\n $.each(elem.attributes.elements.models, function (index, col) {\n $.each(col.attributes.elements.models, function (index, subSec) {\n $.each(subSec.attributes.elements.models, function (index, subCol) {\n $.each(subCol.attributes.elements.models, function (ind, subWidget) {\n if (sectionId == subWidget.id) {\n sectionData = subWidget.attributes.settings.attributes;\n settings[\"switch\"] = sectionData[\"eael_tooltip_section_enable\"];\n settings.content = sectionData[\"eael_tooltip_section_content\"];\n settings.position = sectionData[\"eael_tooltip_section_position\"];\n settings.animation = sectionData[\"eael_tooltip_section_animation\"];\n settings.arrow = sectionData[\"eael_tooltip_section_arrow\"];\n settings.arrowType = sectionData[\"eael_tooltip_section_arrow_type\"];\n settings.duration = sectionData[\"eael_tooltip_section_duration\"];\n settings.delay = sectionData[\"eael_tooltip_section_delay\"];\n settings.size = sectionData[\"eael_tooltip_section_size\"];\n settings.trigger = sectionData[\"eael_tooltip_section_trigger\"];\n settings.distance = sectionData[\"eael_tooltip_section_distance\"];\n settings.maxWidth = sectionData[\"eael_tooltip_section_width\"];\n\n if (settings[\"switch\"] == \"yes\") {\n target.addClass(\"eael-section-tooltip\");\n generateTooltip();\n } else {\n target.removeClass(\"eael-section-tooltip\");\n }\n\n if (0 !== settings.length) {\n return settings;\n }\n }\n\n if (!editMode || !settings) {\n return false;\n }\n });\n });\n });\n });\n }\n\n $.each(elem.attributes.elements.models, function (inde, column) {\n $.each(column.attributes.elements.models, function (ind, widget) {\n if (sectionId == widget.id) {\n sectionData = widget.attributes.settings.attributes;\n settings[\"switch\"] = sectionData[\"eael_tooltip_section_enable\"];\n settings.content = sectionData[\"eael_tooltip_section_content\"];\n settings.position = sectionData[\"eael_tooltip_section_position\"];\n settings.animation = sectionData[\"eael_tooltip_section_animation\"];\n settings.arrow = sectionData[\"eael_tooltip_section_arrow\"];\n settings.arrowType = sectionData[\"eael_tooltip_section_arrow_type\"];\n settings.duration = sectionData[\"eael_tooltip_section_duration\"];\n settings.delay = sectionData[\"eael_tooltip_section_delay\"];\n settings.size = sectionData[\"eael_tooltip_section_size\"];\n settings.trigger = sectionData[\"eael_tooltip_section_trigger\"];\n settings.distance = sectionData[\"eael_tooltip_section_distance\"];\n settings.maxWidth = sectionData[\"eael_tooltip_section_width\"];\n\n if (settings[\"switch\"] == \"yes\") {\n target.addClass(\"eael-section-tooltip\");\n generateTooltip();\n } else {\n target.removeClass(\"eael-section-tooltip\");\n }\n\n if (0 !== settings.length) {\n return settings;\n }\n }\n\n if (!editMode || !settings) {\n return false;\n }\n });\n });\n\n function esc_HTML(raw) {\n if (raw.search(/(<script>|<script type=\"text\\/javascript\">).*(<\\/script>)/g) > 0) {\n return raw.replace(/[&<>\"']/g, function onReplace(match) {\n return '&#' + match.charCodeAt(0) + ';';\n });\n } else {\n return raw;\n }\n }\n\n function generateTooltip() {\n target.attr(\"id\", \"eael-section-tooltip-\" + sectionId);\n var $currentTooltip = \"#\" + target.attr(\"id\");\n tippy($currentTooltip, {\n content: settings.content,\n placement: settings.position,\n animation: settings.animation,\n arrow: settings.arrow,\n arrowType: settings.arrowType,\n duration: settings.duration,\n distance: settings.distance,\n delay: settings.content,\n size: settings.size,\n trigger: settings.trigger,\n animateFill: false,\n flipOnUpdate: true,\n interactive: true,\n maxWidth: settings.maxWidth,\n zIndex: 999,\n onShow: function onShow(instance) {\n settings.content = esc_HTML(sectionData[\"eael_tooltip_section_content\"]);\n settings.position = sectionData[\"eael_tooltip_section_position\"];\n settings.animation = sectionData[\"eael_tooltip_section_animation\"];\n settings.arrow = sectionData[\"eael_tooltip_section_arrow\"];\n settings.arrowType = sectionData[\"eael_tooltip_section_arrow_type\"];\n settings.duration = sectionData[\"eael_tooltip_section_duration\"];\n settings.delay = sectionData[\"eael_tooltip_section_delay\"];\n settings.size = sectionData[\"eael_tooltip_section_size\"];\n settings.trigger = sectionData[\"eael_tooltip_section_trigger\"];\n settings.distance = sectionData[\"eael_tooltip_section_distance\"];\n settings.maxWidth = sectionData[\"eael_tooltip_section_width\"]; // Get tooltip enable/disable status\n\n settings[\"switch\"] = sectionData[\"eael_tooltip_section_enable\"]; // Disable tooltip\n\n if (settings[\"switch\"] !== 'yes') {\n instance.destroy();\n } else {\n instance.set({\n content: settings.content,\n placement: settings.position,\n animation: settings.animation,\n arrow: settings.arrow,\n arrowType: settings.arrowType,\n duration: settings.duration,\n distance: settings.distance,\n delay: settings.delay,\n size: settings.size,\n trigger: settings.trigger,\n maxWidth: settings.maxWidth\n });\n var tippyPopper = instance.popper;\n $(tippyPopper).attr('data-tippy-popper-id', sectionId);\n }\n }\n });\n }\n });\n }\n};\n\njQuery(window).on('elementor/frontend/init', function () {\n elementorFrontend.hooks.addAction('frontend/element_ready/widget', EaelGlobalTooltip);\n});\n\n//# sourceURL=webpack:///./src/js/view/advanced-tooltip.js?"); /***/ }) /******/ });
[+]
..
[-] dynamic-filter-gallery.js
[edit]
[-] lightbox.js
[edit]
[-] post-list.js
[edit]
[-] advanced-tooltip.js
[edit]
[-] section-parallax.js
[edit]
[-] adv-google-map.min.js
[edit]
[-] dynamic-filter-gallery.min.js
[edit]
[-] img-comparison.min.js
[edit]
[-] advanced-menu.js
[edit]
[-] instagram-gallery.min.js
[edit]
[-] testimonial-slider.min.js
[edit]
[-] advanced-menu.min.js
[edit]
[-] counter.min.js
[edit]
[-] learn-dash-course-list.min.js
[edit]
[-] learn-dash-course-list.js
[edit]
[-] team-member-carousel.js
[edit]
[-] mailchimp.js
[edit]
[-] content-timeline.js
[edit]
[-] team-member-carousel.min.js
[edit]
[-] image-hotspots.js
[edit]
[-] post-carousel.min.js
[edit]
[-] data-table.min.js
[edit]
[-] instagram-gallery.js
[edit]
[-] one-page-navigation.js
[edit]
[-] progress-bar.js
[edit]
[-] interactive-cards.js
[edit]
[-] offcanvas.js
[edit]
[-] img-comparison.js
[edit]
[-] section-particles.min.js
[edit]
[-] counter.js
[edit]
[-] flip-carousel.js
[edit]
[-] twitter-feed-carousel.min.js
[edit]
[-] flip-carousel.min.js
[edit]
[-] image-scroller.js
[edit]
[-] mailchimp.min.js
[edit]
[-] twitter-feed-carousel.js
[edit]
[-] toggle.js
[edit]
[-] one-page-navigation.min.js
[edit]
[-] toggle.min.js
[edit]
[-] ajax-post-search.min.js
[edit]
[-] adv-google-map.js
[edit]
[-] data-table.js
[edit]
[-] content-timeline.min.js
[edit]
[-] post-list.min.js
[edit]
[-] woo-checkout-pro.js
[edit]
[-] post-carousel.js
[edit]
[-] view.min.js
[edit]
[-] image-hotspots.min.js
[edit]
[-] section-particles.js
[edit]
[-] woo-checkout-pro.min.js
[edit]
[-] advanced-tooltip.min.js
[edit]
[-] lightbox.min.js
[edit]
[-] offcanvas.min.js
[edit]
[-] testimonial-slider.js
[edit]
[-] interactive-cards.min.js
[edit]
[-] ajax-post-search.js
[edit]
[-] progress-bar.min.js
[edit]
[-] section-parallax.min.js
[edit]
[-] view.js
[edit]
[-] logo-carousel.js
[edit]
[-] image-scroller.min.js
[edit]
[-] logo-carousel.min.js
[edit]