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