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