PluginProbe
Elementor Website Builder – more than just a page builder / 3.33.0-dev1
Elementor Website Builder – more than just a page builder v3.33.0-dev1
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 4.0.7 All 451 releases
elementor / assets / js / webpack.runtime.js

webpack.runtime.js in Elementor Website Builder – more than just a page builder 3.33.0-dev1, at assets/js/webpack.runtime.js

344 lines 16.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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' && !~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 + ".c2929795d9feaebbd860.bundle.js";
126 /******/ if (chunkId === "text-path") return "" + chunkId + ".ffadd93cf796f64a4d61.bundle.js";
127 /******/ if (chunkId === "accordion") return "" + chunkId + ".30310568d938d38f4b75.bundle.js";
128 /******/ if (chunkId === "alert") return "" + chunkId + ".b696182ec6f18a35bc69.bundle.js";
129 /******/ if (chunkId === "counter") return "" + chunkId + ".f359dee9199f5aad06c6.bundle.js";
130 /******/ if (chunkId === "progress") return "" + chunkId + ".5d8492a023e85c6cc0e0.bundle.js";
131 /******/ if (chunkId === "tabs") return "tabs.da3a2a1d05ff80456170.bundle.js";
132 /******/ if (chunkId === "toggle") return "" + chunkId + ".2bb51ad95c1576c6b0f5.bundle.js";
133 /******/ if (chunkId === "video") return "" + chunkId + ".0b07a49a1eb81c3098c5.bundle.js";
134 /******/ if (chunkId === "image-carousel") return "" + chunkId + ".1a3e0c6222562304eed5.bundle.js";
135 /******/ if (chunkId === "text-editor") return "" + chunkId + ".6df15118c67c83d1510e.bundle.js";
136 /******/ if (chunkId === "wp-audio") return "" + chunkId + ".c91cab3152c3f241f266.bundle.js";
137 /******/ if (chunkId === "nested-tabs") return "" + chunkId + ".14aec2188f727a179757.bundle.js";
138 /******/ if (chunkId === "nested-accordion") return "" + chunkId + ".2e00cc1c2b5899d60aba.bundle.js";
139 /******/ if (chunkId === "contact-buttons") return "" + chunkId + ".184fd32a4175288ab98a.bundle.js";
140 /******/ if (chunkId === "floating-bars") return "" + chunkId + ".8494af43b5d06b046fcd.bundle.js";
141 /******/ if (chunkId === "shared-frontend-handlers") return "" + chunkId + ".a8deacbd88bff47f04ac.bundle.js";
142 /******/ if (chunkId === "shared-editor-handlers") return "" + chunkId + ".22c8f376e58bdba40f71.bundle.js";
143 /******/ if (chunkId === "container-editor-handlers") return "" + chunkId + ".4366bb0d455036506f1e.bundle.js";
144 /******/ if (chunkId === "section-frontend-handlers") return "" + chunkId + ".d0665d28b9f0b188fe4f.bundle.js";
145 /******/ if (chunkId === "section-editor-handlers") return "" + chunkId + ".79e6ddb8decf79f20369.bundle.js";
146 /******/ if (chunkId === "nested-title-keyboard-handler") return "" + chunkId + ".8ba7666fb6fe3982c348.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 /******/ script.timeout = 120;
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