PluginProbe
Elementor Website Builder – more than just a page builder / 3.1.2
Elementor Website Builder – more than just a page builder v3.1.2
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | assets/js/webpack.runtime.js +97 -107 4.0.8 → 3.1.2 View file →
@@ -1,4 +1,5 @@
1 +/*! elementor - v3.1.2 - 02-03-2021 */
1 2 /******/ (() => { // webpackBootstrap
2 3 /******/ "use strict";
3 4 /******/ var __webpack_modules__ = ({});
4 5 /************************************************************************/
@@ -7,11 +8,10 @@
7 8 /******/
8 9 /******/ // The require function
9 10 /******/ function __webpack_require__(moduleId) {
10 11 /******/ // Check if module is in cache
11 -/******/ var cachedModule = __webpack_module_cache__[moduleId];
12 -/******/ if (cachedModule !== undefined) {
13 -/******/ return cachedModule.exports;
12 +/******/ if(__webpack_module_cache__[moduleId]) {
13 +/******/ return __webpack_module_cache__[moduleId].exports;
14 14 /******/ }
15 15 /******/ // Create a new module (and put it into the cache)
16 16 /******/ var module = __webpack_module_cache__[moduleId] = {
17 17 /******/ // no module.id needed
@@ -19,9 +19,9 @@
19 19 /******/ exports: {}
20 20 /******/ };
21 21 /******/
22 22 /******/ // Execute the module function
23 -/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
23 +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
24 24 /******/
25 25 /******/ // Return the exports of the module
26 26 /******/ return module.exports;
27 27 /******/ }
@@ -29,65 +29,26 @@
29 29 /******/ // expose the modules object (__webpack_modules__)
30 30 /******/ __webpack_require__.m = __webpack_modules__;
31 31 /******/
32 32 /************************************************************************/
33 -/******/ /* webpack/runtime/chunk loaded */
34 -/******/ (() => {
35 -/******/ var deferred = [];
36 -/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
37 -/******/ if(chunkIds) {
38 -/******/ priority = priority || 0;
39 -/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
40 -/******/ deferred[i] = [chunkIds, fn, priority];
41 -/******/ return;
42 -/******/ }
43 -/******/ var notFulfilled = Infinity;
44 -/******/ for (var i = 0; i < deferred.length; i++) {
45 -/******/ var [chunkIds, fn, priority] = deferred[i];
46 -/******/ var fulfilled = true;
47 -/******/ for (var j = 0; j < chunkIds.length; j++) {
48 -/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
49 -/******/ chunkIds.splice(j--, 1);
50 -/******/ } else {
51 -/******/ fulfilled = false;
52 -/******/ if(priority < notFulfilled) notFulfilled = priority;
53 -/******/ }
54 -/******/ }
55 -/******/ if(fulfilled) {
56 -/******/ deferred.splice(i--, 1)
57 -/******/ var r = fn();
58 -/******/ if (r !== undefined) result = r;
59 -/******/ }
60 -/******/ }
61 -/******/ return result;
62 -/******/ };
63 -/******/ })();
64 -/******/
65 33 /******/ /* webpack/runtime/create fake namespace object */
66 34 /******/ (() => {
67 -/******/ var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
68 -/******/ var leafPrototypes;
69 35 /******/ // create a fake namespace object
70 36 /******/ // mode & 1: value is a module id, require it
71 37 /******/ // mode & 2: merge all properties of value into the ns
72 38 /******/ // mode & 4: return value when already ns object
73 -/******/ // mode & 16: return value when it's Promise-like
74 39 /******/ // mode & 8|1: behave like require
75 40 /******/ __webpack_require__.t = function(value, mode) {
76 41 /******/ if(mode & 1) value = this(value);
77 42 /******/ if(mode & 8) return value;
78 -/******/ if(typeof value === 'object' && value) {
79 -/******/ if((mode & 4) && value.__esModule) return value;
80 -/******/ if((mode & 16) && typeof value.then === 'function') return value;
81 -/******/ }
43 +/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
82 44 /******/ var ns = Object.create(null);
83 45 /******/ __webpack_require__.r(ns);
84 46 /******/ var def = {};
85 -/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
86 -/******/ for(var current = mode & 2 && value; (typeof current == 'object' || typeof current == 'function') && !~leafPrototypes.indexOf(current); current = getProto(current)) {
87 -/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
47 +/******/ if(mode & 2 && typeof value == 'object' && value) {
48 +/******/ for(const key in value) def[key] = () => value[key];
88 49 /******/ }
89 -/******/ def['default'] = () => (value);
50 +/******/ def['default'] = () => value;
90 51 /******/ __webpack_require__.d(ns, def);
91 52 /******/ return ns;
92 53 /******/ };
93 54 /******/ })();
@@ -121,33 +82,20 @@
121 82 /******/ (() => {
122 83 /******/ // This function allow to reference async chunks
123 84 /******/ __webpack_require__.u = (chunkId) => {
124 85 /******/ // return url for filenames not based on template
125 -/******/ if (chunkId === "vendors-node_modules_dompurify_dist_purify_cjs_js") return "6caa76d2f6eec6c4e665.bundle.js";
126 -/******/ if (chunkId === "lightbox") return "" + chunkId + ".d9ea72d232a14f514ee2.bundle.js";
127 -/******/ if (chunkId === "text-path") return "" + chunkId + ".6db73cc0a10a70f128eb.bundle.js";
128 -/******/ if (chunkId === "accordion") return "" + chunkId + ".b9a0ab19c7c872c405d7.bundle.js";
129 -/******/ if (chunkId === "alert") return "" + chunkId + ".fd509aa768e7b35a8e32.bundle.js";
130 -/******/ if (chunkId === "counter") return "" + chunkId + ".7310c276bc7865a3d438.bundle.js";
131 -/******/ if (chunkId === "progress") return "" + chunkId + ".b1057ba870016558bce1.bundle.js";
132 -/******/ if (chunkId === "tabs") return "tabs.40498fa771d612162c53.bundle.js";
133 -/******/ if (chunkId === "toggle") return "" + chunkId + ".b75e66d2aca6f6ee742e.bundle.js";
134 -/******/ if (chunkId === "video") return "" + chunkId + ".6e96510afa701d1f2ebc.bundle.js";
135 -/******/ if (chunkId === "image-carousel") return "" + chunkId + ".8b25f3674c29b829a867.bundle.js";
136 -/******/ if (chunkId === "text-editor") return "" + chunkId + ".0c9960167105139d27c9.bundle.js";
137 -/******/ if (chunkId === "wp-audio") return "" + chunkId + ".0ba9114964acf4c37ca2.bundle.js";
138 -/******/ if (chunkId === "nested-tabs") return "" + chunkId + ".7a338e6d7e060c473993.bundle.js";
139 -/******/ if (chunkId === "nested-accordion") return "" + chunkId + ".4340b64226322f36bcc0.bundle.js";
140 -/******/ if (chunkId === "contact-buttons") return "" + chunkId + ".086261d3e9c4d8037686.bundle.js";
141 -/******/ if (chunkId === "floating-bars") return "" + chunkId + ".a6e6a043444b62f64f82.bundle.js";
142 -/******/ if (chunkId === "shared-frontend-handlers") return "" + chunkId + ".3b079824c37a5fe2bdaa.bundle.js";
143 -/******/ if (chunkId === "shared-editor-handlers") return "" + chunkId + ".3023894100138e442ab0.bundle.js";
144 -/******/ if (chunkId === "container-editor-handlers") return "" + chunkId + ".e7e069c4e656425c51f8.bundle.js";
145 -/******/ if (chunkId === "section-frontend-handlers") return "" + chunkId + ".c3950c6b190ca134bc8d.bundle.js";
146 -/******/ if (chunkId === "section-editor-handlers") return "" + chunkId + ".d65899d232b5339510d7.bundle.js";
147 -/******/ if (chunkId === "nested-title-keyboard-handler") return "" + chunkId + ".0c2b498e3e0695a1dc19.bundle.js";
86 +/******/ if (chunkId === "node_modules_babel_runtime-corejs2_helpers_objectSpread2_js-assets_dev_js_frontend_handlers_b-376ec2") return "b652ef4fbfb3884eba25.bundle.js";
87 +/******/ if (chunkId === "accordion") return "" + chunkId + ".e9e0c47570d3bc2ea472.bundle.js";
88 +/******/ if (chunkId === "alert") return "" + chunkId + ".170eb40d830a3ae2d4a2.bundle.js";
89 +/******/ if (chunkId === "counter") return "" + chunkId + ".651270dd8ea8d31d348e.bundle.js";
90 +/******/ if (chunkId === "progress") return "" + chunkId + ".fdb2dcfacfca36a9033a.bundle.js";
91 +/******/ if (chunkId === "tabs") return "tabs.e9db15b9aa8a58bcf375.bundle.js";
92 +/******/ if (chunkId === "toggle") return "" + chunkId + ".f62080504158ea96ac4c.bundle.js";
93 +/******/ if (chunkId === "video") return "" + chunkId + ".4867cd778fc28aa3d2f9.bundle.js";
94 +/******/ if (chunkId === "image-carousel") return "" + chunkId + ".1b452908acbb55e3c0c3.bundle.js";
95 +/******/ if (chunkId === "text-editor") return "" + chunkId + ".00896c8bf19481643415.bundle.js";
148 96 /******/ // return url for filenames based on template
149 -/******/ return undefined;
97 +/******/ return "" + chunkId + ".js";
150 98 /******/ };
151 99 /******/ })();
152 100 /******/
153 101 /******/ /* webpack/runtime/global */
@@ -163,17 +111,17 @@
163 111 /******/ })();
164 112 /******/
165 113 /******/ /* webpack/runtime/hasOwnProperty shorthand */
166 114 /******/ (() => {
167 -/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
115 +/******/ __webpack_require__.o = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
168 116 /******/ })();
169 117 /******/
170 118 /******/ /* webpack/runtime/load script */
171 119 /******/ (() => {
172 120 /******/ var inProgress = {};
173 -/******/ var dataWebpackPrefix = "elementorFrontend:";
121 +/******/ var dataWebpackPrefix = "elementor:";
174 122 /******/ // loadScript function to load a script via script tag
175 -/******/ __webpack_require__.l = (url, done, key, chunkId) => {
123 +/******/ __webpack_require__.l = (url, done, key) => {
176 124 /******/ if(inProgress[url]) { inProgress[url].push(done); return; }
177 125 /******/ var script, needAttach;
178 126 /******/ if(key !== undefined) {
179 127 /******/ var scripts = document.getElementsByTagName("script");
@@ -186,13 +134,13 @@
186 134 /******/ needAttach = true;
187 135 /******/ script = document.createElement('script');
188 136 /******/
189 137 /******/ script.charset = 'utf-8';
138 +/******/ script.timeout = 120;
190 139 /******/ if (__webpack_require__.nc) {
191 140 /******/ script.setAttribute("nonce", __webpack_require__.nc);
192 141 /******/ }
193 142 /******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
194 -/******/
195 143 /******/ script.src = url;
196 144 /******/ }
197 145 /******/ inProgress[url] = [done];
198 146 /******/ var onScriptComplete = (prev, event) => {
@@ -201,11 +149,12 @@
201 149 /******/ clearTimeout(timeout);
202 150 /******/ var doneFns = inProgress[url];
203 151 /******/ delete inProgress[url];
204 152 /******/ script.parentNode && script.parentNode.removeChild(script);
205 -/******/ doneFns && doneFns.forEach((fn) => (fn(event)));
153 +/******/ doneFns && doneFns.forEach((fn) => fn(event));
206 154 /******/ if(prev) return prev(event);
207 155 /******/ }
156 +/******/ ;
208 157 /******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
209 158 /******/ script.onerror = onScriptComplete.bind(null, script.onerror);
210 159 /******/ script.onload = onScriptComplete.bind(null, script.onload);
211 160 /******/ needAttach && document.head.appendChild(script);
@@ -228,22 +177,19 @@
228 177 /******/ var scriptUrl;
229 178 /******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
230 179 /******/ var document = __webpack_require__.g.document;
231 180 /******/ if (!scriptUrl && document) {
232 -/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
233 -/******/ scriptUrl = document.currentScript.src;
181 +/******/ if (document.currentScript)
182 +/******/ scriptUrl = document.currentScript.src
234 183 /******/ if (!scriptUrl) {
235 184 /******/ var scripts = document.getElementsByTagName("script");
236 -/******/ if(scripts.length) {
237 -/******/ var i = scripts.length - 1;
238 -/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
239 -/******/ }
185 +/******/ if(scripts.length) scriptUrl = scripts[scripts.length - 1].src
240 186 /******/ }
241 187 /******/ }
242 188 /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
243 189 /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
244 190 /******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
245 -/******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
191 +/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
246 192 /******/ __webpack_require__.p = scriptUrl;
247 193 /******/ })();
248 194 /******/
249 195 /******/ /* webpack/runtime/jsonp chunk loading */
@@ -251,13 +197,16 @@
251 197 /******/ // no baseURI
252 198 /******/
253 199 /******/ // object to store loaded and loading chunks
254 200 /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
255 -/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
201 +/******/ // Promise = chunk loading, 0 = chunk loaded
256 202 /******/ var installedChunks = {
257 203 /******/ "webpack.runtime": 0
258 204 /******/ };
259 205 /******/
206 +/******/ var deferredModules = [
207 +/******/
208 +/******/ ];
260 209 /******/ __webpack_require__.f.j = (chunkId, promises) => {
261 210 /******/ // JSONP chunk loading for javascript
262 211 /******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
263 212 /******/ if(installedChunkData !== 0) { // 0 means "already installed".
@@ -265,11 +214,13 @@
265 214 /******/ // a Promise means "currently loading".
266 215 /******/ if(installedChunkData) {
267 216 /******/ promises.push(installedChunkData[2]);
268 217 /******/ } else {
269 -/******/ if("webpack.runtime" != chunkId) {
218 +/******/ if(true) { // all chunks have JS
270 219 /******/ // setup Promise in chunk cache
271 -/******/ var promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
220 +/******/ var promise = new Promise((resolve, reject) => {
221 +/******/ installedChunkData = installedChunks[chunkId] = [resolve, reject];
222 +/******/ });
272 223 /******/ promises.push(installedChunkData[2] = promise);
273 224 /******/
274 225 /******/ // start chunk loading
275 226 /******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
@@ -289,9 +240,9 @@
289 240 /******/ installedChunkData[1](error);
290 241 /******/ }
291 242 /******/ }
292 243 /******/ };
293 -/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
244 +/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId);
294 245 /******/ } else installedChunks[chunkId] = 0;
295 246 /******/ }
296 247 /******/ }
297 248 /******/ };
@@ -303,42 +254,81 @@
303 254 /******/ // no HMR
304 255 /******/
305 256 /******/ // no HMR manifest
306 257 /******/
307 -/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
258 +/******/ var checkDeferredModules = () => {
308 259 /******/
260 +/******/ };
261 +/******/ function checkDeferredModulesImpl() {
262 +/******/ var result;
263 +/******/ for(var i = 0; i < deferredModules.length; i++) {
264 +/******/ var deferredModule = deferredModules[i];
265 +/******/ var fulfilled = true;
266 +/******/ for(var j = 1; j < deferredModule.length; j++) {
267 +/******/ var depId = deferredModule[j];
268 +/******/ if(installedChunks[depId] !== 0) fulfilled = false;
269 +/******/ }
270 +/******/ if(fulfilled) {
271 +/******/ deferredModules.splice(i--, 1);
272 +/******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
273 +/******/ }
274 +/******/ }
275 +/******/ if(deferredModules.length === 0) {
276 +/******/ __webpack_require__.x();
277 +/******/ __webpack_require__.x = () => {
278 +/******/
279 +/******/ }
280 +/******/ }
281 +/******/ return result;
282 +/******/ }
283 +/******/ __webpack_require__.x = () => {
284 +/******/ // reset startup function so it can be called again when more startup code is added
285 +/******/ __webpack_require__.x = () => {
286 +/******/
287 +/******/ }
288 +/******/ chunkLoadingGlobal = chunkLoadingGlobal.slice();
289 +/******/ for(var i = 0; i < chunkLoadingGlobal.length; i++) webpackJsonpCallback(chunkLoadingGlobal[i]);
290 +/******/ return (checkDeferredModules = checkDeferredModulesImpl)();
291 +/******/ };
292 +/******/
309 293 /******/ // install a JSONP callback for chunk loading
310 -/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
311 -/******/ var [chunkIds, moreModules, runtime] = data;
294 +/******/ var webpackJsonpCallback = (data) => {
295 +/******/ var [chunkIds, moreModules, runtime, executeModules] = data;
312 296 /******/ // add "moreModules" to the modules object,
313 297 /******/ // then flag all "chunkIds" as loaded and fire callback
314 -/******/ var moduleId, chunkId, i = 0;
315 -/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
316 -/******/ for(moduleId in moreModules) {
317 -/******/ if(__webpack_require__.o(moreModules, moduleId)) {
318 -/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
319 -/******/ }
320 -/******/ }
321 -/******/ if(runtime) var result = runtime(__webpack_require__);
322 -/******/ }
323 -/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
298 +/******/ var moduleId, chunkId, i = 0, resolves = [];
324 299 /******/ for(;i < chunkIds.length; i++) {
325 300 /******/ chunkId = chunkIds[i];
326 301 /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
327 -/******/ installedChunks[chunkId][0]();
302 +/******/ resolves.push(installedChunks[chunkId][0]);
328 303 /******/ }
329 304 /******/ installedChunks[chunkId] = 0;
330 305 /******/ }
331 -/******/ return __webpack_require__.O(result);
306 +/******/ for(moduleId in moreModules) {
307 +/******/ if(__webpack_require__.o(moreModules, moduleId)) {
308 +/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
309 +/******/ }
310 +/******/ }
311 +/******/ if(runtime) runtime(__webpack_require__);
312 +/******/ parentChunkLoadingFunction(data);
313 +/******/ while(resolves.length) {
314 +/******/ resolves.shift()();
315 +/******/ }
316 +/******/
317 +/******/ // add entry modules from loaded chunk to deferred list
318 +/******/ if(executeModules) deferredModules.push.apply(deferredModules, executeModules);
319 +/******/
320 +/******/ // run deferred modules when all chunks ready
321 +/******/ return checkDeferredModules();
332 322 /******/ }
333 323 /******/
334 -/******/ var chunkLoadingGlobal = self["webpackChunkelementorFrontend"] = self["webpackChunkelementorFrontend"] || [];
335 -/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
336 -/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
324 +/******/ var chunkLoadingGlobal = self["webpackChunkelementor"] = self["webpackChunkelementor"] || [];
325 +/******/ var parentChunkLoadingFunction = chunkLoadingGlobal.push.bind(chunkLoadingGlobal);
326 +/******/ chunkLoadingGlobal.push = webpackJsonpCallback;
337 327 /******/ })();
338 328 /******/
339 329 /************************************************************************/
340 -/******/
341 -/******/
330 +/******/ // run startup
331 +/******/ return __webpack_require__.x();
342 332 /******/ })()
343 333 ;
344 334 //# sourceMappingURL=webpack.runtime.js.map