PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.0-beta3
Elementor Website Builder – more than just a page builder v4.3.0-beta3
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 +1 -344 4.0.84.3.0-beta3 View file →
@@ -1,344 +1 @@
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 === "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";
148 -/******/ // return url for filenames based on template
149 -/******/ return undefined;
150 -/******/ };
151 -/******/ })();
152 -/******/
153 -/******/ /* webpack/runtime/global */
154 -/******/ (() => {
155 -/******/ __webpack_require__.g = (function() {
156 -/******/ if (typeof globalThis === 'object') return globalThis;
157 -/******/ try {
158 -/******/ return this || new Function('return this')();
159 -/******/ } catch (e) {
160 -/******/ if (typeof window === 'object') return window;
161 -/******/ }
162 -/******/ })();
163 -/******/ })();
164 -/******/
165 -/******/ /* webpack/runtime/hasOwnProperty shorthand */
166 -/******/ (() => {
167 -/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
168 -/******/ })();
169 -/******/
170 -/******/ /* webpack/runtime/load script */
171 -/******/ (() => {
172 -/******/ var inProgress = {};
173 -/******/ var dataWebpackPrefix = "elementorFrontend:";
174 -/******/ // loadScript function to load a script via script tag
175 -/******/ __webpack_require__.l = (url, done, key, chunkId) => {
176 -/******/ if(inProgress[url]) { inProgress[url].push(done); return; }
177 -/******/ var script, needAttach;
178 -/******/ if(key !== undefined) {
179 -/******/ var scripts = document.getElementsByTagName("script");
180 -/******/ for(var i = 0; i < scripts.length; i++) {
181 -/******/ var s = scripts[i];
182 -/******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
183 -/******/ }
184 -/******/ }
185 -/******/ if(!script) {
186 -/******/ needAttach = true;
187 -/******/ script = document.createElement('script');
188 -/******/
189 -/******/ script.charset = 'utf-8';
190 -/******/ if (__webpack_require__.nc) {
191 -/******/ script.setAttribute("nonce", __webpack_require__.nc);
192 -/******/ }
193 -/******/ script.setAttribute("data-webpack", dataWebpackPrefix + key);
194 -/******/
195 -/******/ script.src = url;
196 -/******/ }
197 -/******/ inProgress[url] = [done];
198 -/******/ var onScriptComplete = (prev, event) => {
199 -/******/ // avoid mem leaks in IE.
200 -/******/ script.onerror = script.onload = null;
201 -/******/ clearTimeout(timeout);
202 -/******/ var doneFns = inProgress[url];
203 -/******/ delete inProgress[url];
204 -/******/ script.parentNode && script.parentNode.removeChild(script);
205 -/******/ doneFns && doneFns.forEach((fn) => (fn(event)));
206 -/******/ if(prev) return prev(event);
207 -/******/ }
208 -/******/ var timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
209 -/******/ script.onerror = onScriptComplete.bind(null, script.onerror);
210 -/******/ script.onload = onScriptComplete.bind(null, script.onload);
211 -/******/ needAttach && document.head.appendChild(script);
212 -/******/ };
213 -/******/ })();
214 -/******/
215 -/******/ /* webpack/runtime/make namespace object */
216 -/******/ (() => {
217 -/******/ // define __esModule on exports
218 -/******/ __webpack_require__.r = (exports) => {
219 -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
220 -/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
221 -/******/ }
222 -/******/ Object.defineProperty(exports, '__esModule', { value: true });
223 -/******/ };
224 -/******/ })();
225 -/******/
226 -/******/ /* webpack/runtime/publicPath */
227 -/******/ (() => {
228 -/******/ var scriptUrl;
229 -/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
230 -/******/ var document = __webpack_require__.g.document;
231 -/******/ if (!scriptUrl && document) {
232 -/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
233 -/******/ scriptUrl = document.currentScript.src;
234 -/******/ if (!scriptUrl) {
235 -/******/ 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 -/******/ }
240 -/******/ }
241 -/******/ }
242 -/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
243 -/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
244 -/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
245 -/******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
246 -/******/ __webpack_require__.p = scriptUrl;
247 -/******/ })();
248 -/******/
249 -/******/ /* webpack/runtime/jsonp chunk loading */
250 -/******/ (() => {
251 -/******/ // no baseURI
252 -/******/
253 -/******/ // object to store loaded and loading chunks
254 -/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
255 -/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
256 -/******/ var installedChunks = {
257 -/******/ "webpack.runtime": 0
258 -/******/ };
259 -/******/
260 -/******/ __webpack_require__.f.j = (chunkId, promises) => {
261 -/******/ // JSONP chunk loading for javascript
262 -/******/ var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
263 -/******/ if(installedChunkData !== 0) { // 0 means "already installed".
264 -/******/
265 -/******/ // a Promise means "currently loading".
266 -/******/ if(installedChunkData) {
267 -/******/ promises.push(installedChunkData[2]);
268 -/******/ } else {
269 -/******/ if("webpack.runtime" != chunkId) {
270 -/******/ // setup Promise in chunk cache
271 -/******/ var promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
272 -/******/ promises.push(installedChunkData[2] = promise);
273 -/******/
274 -/******/ // start chunk loading
275 -/******/ var url = __webpack_require__.p + __webpack_require__.u(chunkId);
276 -/******/ // create error before stack unwound to get useful stacktrace later
277 -/******/ var error = new Error();
278 -/******/ var loadingEnded = (event) => {
279 -/******/ if(__webpack_require__.o(installedChunks, chunkId)) {
280 -/******/ installedChunkData = installedChunks[chunkId];
281 -/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
282 -/******/ if(installedChunkData) {
283 -/******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type);
284 -/******/ var realSrc = event && event.target && event.target.src;
285 -/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
286 -/******/ error.name = 'ChunkLoadError';
287 -/******/ error.type = errorType;
288 -/******/ error.request = realSrc;
289 -/******/ installedChunkData[1](error);
290 -/******/ }
291 -/******/ }
292 -/******/ };
293 -/******/ __webpack_require__.l(url, loadingEnded, "chunk-" + chunkId, chunkId);
294 -/******/ } else installedChunks[chunkId] = 0;
295 -/******/ }
296 -/******/ }
297 -/******/ };
298 -/******/
299 -/******/ // no prefetching
300 -/******/
301 -/******/ // no preloaded
302 -/******/
303 -/******/ // no HMR
304 -/******/
305 -/******/ // no HMR manifest
306 -/******/
307 -/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
308 -/******/
309 -/******/ // install a JSONP callback for chunk loading
310 -/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
311 -/******/ var [chunkIds, moreModules, runtime] = data;
312 -/******/ // add "moreModules" to the modules object,
313 -/******/ // 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);
324 -/******/ for(;i < chunkIds.length; i++) {
325 -/******/ chunkId = chunkIds[i];
326 -/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
327 -/******/ installedChunks[chunkId][0]();
328 -/******/ }
329 -/******/ installedChunks[chunkId] = 0;
330 -/******/ }
331 -/******/ return __webpack_require__.O(result);
332 -/******/ }
333 -/******/
334 -/******/ var chunkLoadingGlobal = self["webpackChunkelementorFrontend"] = self["webpackChunkelementorFrontend"] || [];
335 -/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
336 -/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
337 -/******/ })();
338 -/******/
339 -/************************************************************************/
340 -/******/
341 -/******/
342 -/******/ })()
343 -;
344 -//# sourceMappingURL=webpack.runtime.js.map
1 +/* Elementor bundles are self-contained; this file exists for the elementor-webpack-runtime handle. */