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