| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.13.3 - 22-05-2023 */ | |
| 1 | 2 | /******/ (() => { // webpackBootstrap |
| 2 | 3 | /******/ var __webpack_modules__ = ({ |
| 3 | 4 | |
| 4 | 5 | /***/ "../modules/dev-tools/assets/js/deprecation.js": |
| @@ -46,13 +47,13 @@ | ||
| 46 | 47 | message += " - Use `".concat(replacement, "` instead"); |
| 47 | 48 | } |
| 48 | 49 | elementorDevTools.consoleWarn(message); |
| 49 | 50 | }; |
| 50 | -var Deprecation = exports["default"] = /*#__PURE__*/function () { | |
| 51 | +var Deprecation = /*#__PURE__*/function () { | |
| 51 | 52 | function Deprecation() { |
| 52 | 53 | (0, _classCallCheck2.default)(this, Deprecation); |
| 53 | 54 | } |
| 54 | - return (0, _createClass2.default)(Deprecation, [{ | |
| 55 | + (0, _createClass2.default)(Deprecation, [{ | |
| 55 | 56 | key: "deprecated", |
| 56 | 57 | value: function deprecated(name, version, replacement) { |
| 57 | 58 | if (this.isHardDeprecated(version)) { |
| 58 | 59 | hardDeprecated(name, version, replacement); |
| @@ -147,9 +148,11 @@ | ||
| 147 | 148 | var total = this.compareVersion(version, elementorDevToolsConfig.deprecation.current_version); |
| 148 | 149 | return total < 0 || total >= elementorDevToolsConfig.deprecation.hard_version_count; |
| 149 | 150 | } |
| 150 | 151 | }]); |
| 152 | + return Deprecation; | |
| 151 | 153 | }(); |
| 154 | +exports["default"] = Deprecation; | |
| 152 | 155 | |
| 153 | 156 | /***/ }), |
| 154 | 157 | |
| 155 | 158 | /***/ "../modules/dev-tools/assets/js/module.js": |
| @@ -172,9 +175,9 @@ | ||
| 172 | 175 | var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); |
| 173 | 176 | var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js")); |
| 174 | 177 | var _deprecation = _interopRequireDefault(__webpack_require__(/*! ./deprecation */ "../modules/dev-tools/assets/js/deprecation.js")); |
| 175 | 178 | /* global elementorDevToolsConfig */ |
| 176 | -var Module = exports["default"] = /*#__PURE__*/function () { | |
| 179 | +var Module = /*#__PURE__*/function () { | |
| 177 | 180 | function Module(deprecation) { |
| 178 | 181 | (0, _classCallCheck2.default)(this, Module); |
| 179 | 182 | /** |
| 180 | 183 | * @type {Deprecation} |
| @@ -181,9 +184,9 @@ | ||
| 181 | 184 | */ |
| 182 | 185 | (0, _defineProperty2.default)(this, "deprecation", void 0); |
| 183 | 186 | this.deprecation = deprecation; |
| 184 | 187 | } |
| 185 | - return (0, _createClass2.default)(Module, [{ | |
| 188 | + (0, _createClass2.default)(Module, [{ | |
| 186 | 189 | key: "notifyBackendDeprecations", |
| 187 | 190 | value: function notifyBackendDeprecations() { |
| 188 | 191 | var _this = this; |
| 189 | 192 | var notices = elementorDevToolsConfig.deprecation.soft_notices; |
| @@ -206,9 +209,11 @@ | ||
| 206 | 209 | args.unshift('%c %c', style, ''); |
| 207 | 210 | (_console = console).warn.apply(_console, args); // eslint-disable-line no-console |
| 208 | 211 | } |
| 209 | 212 | }]); |
| 213 | + return Module; | |
| 210 | 214 | }(); |
| 215 | +exports["default"] = Module; | |
| 211 | 216 | |
| 212 | 217 | /***/ }), |
| 213 | 218 | |
| 214 | 219 | /***/ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js": |
| @@ -216,12 +221,12 @@ | ||
| 216 | 221 | !*** ../node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***! |
| 217 | 222 | \******************************************************************/ |
| 218 | 223 | /***/ ((module) => { |
| 219 | 224 | |
| 220 | -function _arrayLikeToArray(r, a) { | |
| 221 | - (null == a || a > r.length) && (a = r.length); | |
| 222 | - for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; | |
| 223 | - return n; | |
| 225 | +function _arrayLikeToArray(arr, len) { | |
| 226 | + if (len == null || len > arr.length) len = arr.length; | |
| 227 | + for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; | |
| 228 | + return arr2; | |
| 224 | 229 | } |
| 225 | 230 | module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 226 | 231 | |
| 227 | 232 | /***/ }), |
| @@ -231,10 +236,10 @@ | ||
| 231 | 236 | !*** ../node_modules/@babel/runtime/helpers/arrayWithHoles.js ***! |
| 232 | 237 | \****************************************************************/ |
| 233 | 238 | /***/ ((module) => { |
| 234 | 239 | |
| 235 | -function _arrayWithHoles(r) { | |
| 236 | - if (Array.isArray(r)) return r; | |
| 240 | +function _arrayWithHoles(arr) { | |
| 241 | + if (Array.isArray(arr)) return arr; | |
| 237 | 242 | } |
| 238 | 243 | module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 239 | 244 | |
| 240 | 245 | /***/ }), |
| @@ -245,10 +250,10 @@ | ||
| 245 | 250 | \*******************************************************************/ |
| 246 | 251 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 247 | 252 | |
| 248 | 253 | var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); |
| 249 | -function _arrayWithoutHoles(r) { | |
| 250 | - if (Array.isArray(r)) return arrayLikeToArray(r); | |
| 254 | +function _arrayWithoutHoles(arr) { | |
| 255 | + if (Array.isArray(arr)) return arrayLikeToArray(arr); | |
| 251 | 256 | } |
| 252 | 257 | module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 253 | 258 | |
| 254 | 259 | /***/ }), |
| @@ -258,10 +263,12 @@ | ||
| 258 | 263 | !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! |
| 259 | 264 | \****************************************************************/ |
| 260 | 265 | /***/ ((module) => { |
| 261 | 266 | |
| 262 | -function _classCallCheck(a, n) { | |
| 263 | - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); | |
| 267 | +function _classCallCheck(instance, Constructor) { | |
| 268 | + if (!(instance instanceof Constructor)) { | |
| 269 | + throw new TypeError("Cannot call a class as a function"); | |
| 270 | + } | |
| 264 | 271 | } |
| 265 | 272 | module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 266 | 273 | |
| 267 | 274 | /***/ }), |
| @@ -272,18 +279,24 @@ | ||
| 272 | 279 | \*************************************************************/ |
| 273 | 280 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 274 | 281 | |
| 275 | 282 | var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); |
| 276 | -function _defineProperties(e, r) { | |
| 277 | - for (var t = 0; t < r.length; t++) { | |
| 278 | - var o = r[t]; | |
| 279 | - o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); | |
| 283 | +function _defineProperties(target, props) { | |
| 284 | + for (var i = 0; i < props.length; i++) { | |
| 285 | + var descriptor = props[i]; | |
| 286 | + descriptor.enumerable = descriptor.enumerable || false; | |
| 287 | + descriptor.configurable = true; | |
| 288 | + if ("value" in descriptor) descriptor.writable = true; | |
| 289 | + Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor); | |
| 280 | 290 | } |
| 281 | 291 | } |
| 282 | -function _createClass(e, r, t) { | |
| 283 | - return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { | |
| 284 | - writable: !1 | |
| 285 | - }), e; | |
| 292 | +function _createClass(Constructor, protoProps, staticProps) { | |
| 293 | + if (protoProps) _defineProperties(Constructor.prototype, protoProps); | |
| 294 | + if (staticProps) _defineProperties(Constructor, staticProps); | |
| 295 | + Object.defineProperty(Constructor, "prototype", { | |
| 296 | + writable: false | |
| 297 | + }); | |
| 298 | + return Constructor; | |
| 286 | 299 | } |
| 287 | 300 | module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 288 | 301 | |
| 289 | 302 | /***/ }), |
| @@ -294,15 +307,21 @@ | ||
| 294 | 307 | \****************************************************************/ |
| 295 | 308 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 296 | 309 | |
| 297 | 310 | var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); |
| 298 | -function _defineProperty(e, r, t) { | |
| 299 | - return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, { | |
| 300 | - value: t, | |
| 301 | - enumerable: !0, | |
| 302 | - configurable: !0, | |
| 303 | - writable: !0 | |
| 304 | - }) : e[r] = t, e; | |
| 311 | +function _defineProperty(obj, key, value) { | |
| 312 | + key = toPropertyKey(key); | |
| 313 | + if (key in obj) { | |
| 314 | + Object.defineProperty(obj, key, { | |
| 315 | + value: value, | |
| 316 | + enumerable: true, | |
| 317 | + configurable: true, | |
| 318 | + writable: true | |
| 319 | + }); | |
| 320 | + } else { | |
| 321 | + obj[key] = value; | |
| 322 | + } | |
| 323 | + return obj; | |
| 305 | 324 | } |
| 306 | 325 | module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 307 | 326 | |
| 308 | 327 | /***/ }), |
| @@ -312,11 +331,11 @@ | ||
| 312 | 331 | !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***! |
| 313 | 332 | \***********************************************************************/ |
| 314 | 333 | /***/ ((module) => { |
| 315 | 334 | |
| 316 | -function _interopRequireDefault(e) { | |
| 317 | - return e && e.__esModule ? e : { | |
| 318 | - "default": e | |
| 335 | +function _interopRequireDefault(obj) { | |
| 336 | + return obj && obj.__esModule ? obj : { | |
| 337 | + "default": obj | |
| 319 | 338 | }; |
| 320 | 339 | } |
| 321 | 340 | module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 322 | 341 | |
| @@ -327,10 +346,10 @@ | ||
| 327 | 346 | !*** ../node_modules/@babel/runtime/helpers/iterableToArray.js ***! |
| 328 | 347 | \*****************************************************************/ |
| 329 | 348 | /***/ ((module) => { |
| 330 | 349 | |
| 331 | -function _iterableToArray(r) { | |
| 332 | - if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); | |
| 350 | +function _iterableToArray(iter) { | |
| 351 | + if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); | |
| 333 | 352 | } |
| 334 | 353 | module.exports = _iterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 335 | 354 | |
| 336 | 355 | /***/ }), |
| @@ -340,33 +359,33 @@ | ||
| 340 | 359 | !*** ../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***! |
| 341 | 360 | \**********************************************************************/ |
| 342 | 361 | /***/ ((module) => { |
| 343 | 362 | |
| 344 | -function _iterableToArrayLimit(r, l) { | |
| 345 | - var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; | |
| 346 | - if (null != t) { | |
| 347 | - var e, | |
| 348 | - n, | |
| 349 | - i, | |
| 350 | - u, | |
| 351 | - a = [], | |
| 352 | - f = !0, | |
| 353 | - o = !1; | |
| 363 | +function _iterableToArrayLimit(arr, i) { | |
| 364 | + var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; | |
| 365 | + if (null != _i) { | |
| 366 | + var _s, | |
| 367 | + _e, | |
| 368 | + _x, | |
| 369 | + _r, | |
| 370 | + _arr = [], | |
| 371 | + _n = !0, | |
| 372 | + _d = !1; | |
| 354 | 373 | try { |
| 355 | - if (i = (t = t.call(r)).next, 0 === l) { | |
| 356 | - if (Object(t) !== t) return; | |
| 357 | - f = !1; | |
| 358 | - } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); | |
| 359 | - } catch (r) { | |
| 360 | - o = !0, n = r; | |
| 374 | + if (_x = (_i = _i.call(arr)).next, 0 === i) { | |
| 375 | + if (Object(_i) !== _i) return; | |
| 376 | + _n = !1; | |
| 377 | + } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); | |
| 378 | + } catch (err) { | |
| 379 | + _d = !0, _e = err; | |
| 361 | 380 | } finally { |
| 362 | 381 | try { |
| 363 | - if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; | |
| 382 | + if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; | |
| 364 | 383 | } finally { |
| 365 | - if (o) throw n; | |
| 384 | + if (_d) throw _e; | |
| 366 | 385 | } |
| 367 | 386 | } |
| 368 | - return a; | |
| 387 | + return _arr; | |
| 369 | 388 | } |
| 370 | 389 | } |
| 371 | 390 | module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 372 | 391 | |
| @@ -407,10 +426,10 @@ | ||
| 407 | 426 | var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js"); |
| 408 | 427 | var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"); |
| 409 | 428 | var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); |
| 410 | 429 | var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../node_modules/@babel/runtime/helpers/nonIterableRest.js"); |
| 411 | -function _slicedToArray(r, e) { | |
| 412 | - return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest(); | |
| 430 | +function _slicedToArray(arr, i) { | |
| 431 | + return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); | |
| 413 | 432 | } |
| 414 | 433 | module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 415 | 434 | |
| 416 | 435 | /***/ }), |
| @@ -424,10 +443,10 @@ | ||
| 424 | 443 | var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"); |
| 425 | 444 | var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "../node_modules/@babel/runtime/helpers/iterableToArray.js"); |
| 426 | 445 | var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); |
| 427 | 446 | var nonIterableSpread = __webpack_require__(/*! ./nonIterableSpread.js */ "../node_modules/@babel/runtime/helpers/nonIterableSpread.js"); |
| 428 | -function _toConsumableArray(r) { | |
| 429 | - return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread(); | |
| 447 | +function _toConsumableArray(arr) { | |
| 448 | + return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); | |
| 430 | 449 | } |
| 431 | 450 | module.exports = _toConsumableArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 432 | 451 | |
| 433 | 452 | /***/ }), |
| @@ -438,19 +457,19 @@ | ||
| 438 | 457 | \*************************************************************/ |
| 439 | 458 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 440 | 459 | |
| 441 | 460 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 442 | -function toPrimitive(t, r) { | |
| 443 | - if ("object" != _typeof(t) || !t) return t; | |
| 444 | - var e = t[Symbol.toPrimitive]; | |
| 445 | - if (void 0 !== e) { | |
| 446 | - var i = e.call(t, r || "default"); | |
| 447 | - if ("object" != _typeof(i)) return i; | |
| 461 | +function _toPrimitive(input, hint) { | |
| 462 | + if (_typeof(input) !== "object" || input === null) return input; | |
| 463 | + var prim = input[Symbol.toPrimitive]; | |
| 464 | + if (prim !== undefined) { | |
| 465 | + var res = prim.call(input, hint || "default"); | |
| 466 | + if (_typeof(res) !== "object") return res; | |
| 448 | 467 | throw new TypeError("@@toPrimitive must return a primitive value."); |
| 449 | 468 | } |
| 450 | - return ("string" === r ? String : Number)(t); | |
| 469 | + return (hint === "string" ? String : Number)(input); | |
| 451 | 470 | } |
| 452 | -module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 471 | +module.exports = _toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 453 | 472 | |
| 454 | 473 | /***/ }), |
| 455 | 474 | |
| 456 | 475 | /***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js": |
| @@ -460,13 +479,13 @@ | ||
| 460 | 479 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 461 | 480 | |
| 462 | 481 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 463 | 482 | var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js"); |
| 464 | -function toPropertyKey(t) { | |
| 465 | - var i = toPrimitive(t, "string"); | |
| 466 | - return "symbol" == _typeof(i) ? i : i + ""; | |
| 483 | +function _toPropertyKey(arg) { | |
| 484 | + var key = toPrimitive(arg, "string"); | |
| 485 | + return _typeof(key) === "symbol" ? key : String(key); | |
| 467 | 486 | } |
| 468 | -module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 487 | +module.exports = _toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 469 | 488 | |
| 470 | 489 | /***/ }), |
| 471 | 490 | |
| 472 | 491 | /***/ "../node_modules/@babel/runtime/helpers/typeof.js": |
| @@ -474,16 +493,16 @@ | ||
| 474 | 493 | !*** ../node_modules/@babel/runtime/helpers/typeof.js ***! |
| 475 | 494 | \********************************************************/ |
| 476 | 495 | /***/ ((module) => { |
| 477 | 496 | |
| 478 | -function _typeof(o) { | |
| 497 | +function _typeof(obj) { | |
| 479 | 498 | "@babel/helpers - typeof"; |
| 480 | 499 | |
| 481 | - return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { | |
| 482 | - return typeof o; | |
| 483 | - } : function (o) { | |
| 484 | - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; | |
| 485 | - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o); | |
| 500 | + return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { | |
| 501 | + return typeof obj; | |
| 502 | + } : function (obj) { | |
| 503 | + return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; | |
| 504 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj); | |
| 486 | 505 | } |
| 487 | 506 | module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 488 | 507 | |
| 489 | 508 | /***/ }), |
| @@ -494,14 +513,15 @@ | ||
| 494 | 513 | \****************************************************************************/ |
| 495 | 514 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 496 | 515 | |
| 497 | 516 | var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js"); |
| 498 | -function _unsupportedIterableToArray(r, a) { | |
| 499 | - if (r) { | |
| 500 | - if ("string" == typeof r) return arrayLikeToArray(r, a); | |
| 501 | - var t = {}.toString.call(r).slice(8, -1); | |
| 502 | - return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0; | |
| 503 | - } | |
| 517 | +function _unsupportedIterableToArray(o, minLen) { | |
| 518 | + if (!o) return; | |
| 519 | + if (typeof o === "string") return arrayLikeToArray(o, minLen); | |
| 520 | + var n = Object.prototype.toString.call(o).slice(8, -1); | |
| 521 | + if (n === "Object" && o.constructor) n = o.constructor.name; | |
| 522 | + if (n === "Map" || n === "Set") return Array.from(o); | |
| 523 | + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); | |
| 504 | 524 | } |
| 505 | 525 | module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 506 | 526 | |
| 507 | 527 | /***/ }) |
| @@ -533,9 +553,9 @@ | ||
| 533 | 553 | /******/ } |
| 534 | 554 | /******/ |
| 535 | 555 | /************************************************************************/ |
| 536 | 556 | var __webpack_exports__ = {}; |
| 537 | -// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. | |
| 557 | +// This entry need to be wrapped in an IIFE because it need to be in strict mode. | |
| 538 | 558 | (() => { |
| 539 | 559 | "use strict"; |
| 540 | 560 | /*!***********************************************!*\ |
| 541 | 561 | !*** ../modules/dev-tools/assets/js/index.js ***! |