| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.8.0 - 08-11-2022 */ | |
| 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,18 +175,19 @@ | ||
| 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 () { | |
| 180 | + /** | |
| 181 | + * @type {Deprecation} | |
| 182 | + */ | |
| 183 | + | |
| 177 | 184 | function Module(deprecation) { |
| 178 | 185 | (0, _classCallCheck2.default)(this, Module); |
| 179 | - /** | |
| 180 | - * @type {Deprecation} | |
| 181 | - */ | |
| 182 | 186 | (0, _defineProperty2.default)(this, "deprecation", void 0); |
| 183 | 187 | this.deprecation = deprecation; |
| 184 | 188 | } |
| 185 | - return (0, _createClass2.default)(Module, [{ | |
| 189 | + (0, _createClass2.default)(Module, [{ | |
| 186 | 190 | key: "notifyBackendDeprecations", |
| 187 | 191 | value: function notifyBackendDeprecations() { |
| 188 | 192 | var _this = this; |
| 189 | 193 | var notices = elementorDevToolsConfig.deprecation.soft_notices; |
| @@ -206,9 +210,11 @@ | ||
| 206 | 210 | args.unshift('%c %c', style, ''); |
| 207 | 211 | (_console = console).warn.apply(_console, args); // eslint-disable-line no-console |
| 208 | 212 | } |
| 209 | 213 | }]); |
| 214 | + return Module; | |
| 210 | 215 | }(); |
| 216 | +exports["default"] = Module; | |
| 211 | 217 | |
| 212 | 218 | /***/ }), |
| 213 | 219 | |
| 214 | 220 | /***/ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js": |
| @@ -216,12 +222,14 @@ | ||
| 216 | 222 | !*** ../node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***! |
| 217 | 223 | \******************************************************************/ |
| 218 | 224 | /***/ ((module) => { |
| 219 | 225 | |
| 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; | |
| 226 | +function _arrayLikeToArray(arr, len) { | |
| 227 | + if (len == null || len > arr.length) len = arr.length; | |
| 228 | + for (var i = 0, arr2 = new Array(len); i < len; i++) { | |
| 229 | + arr2[i] = arr[i]; | |
| 230 | + } | |
| 231 | + return arr2; | |
| 224 | 232 | } |
| 225 | 233 | module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 226 | 234 | |
| 227 | 235 | /***/ }), |
| @@ -231,10 +239,10 @@ | ||
| 231 | 239 | !*** ../node_modules/@babel/runtime/helpers/arrayWithHoles.js ***! |
| 232 | 240 | \****************************************************************/ |
| 233 | 241 | /***/ ((module) => { |
| 234 | 242 | |
| 235 | -function _arrayWithHoles(r) { | |
| 236 | - if (Array.isArray(r)) return r; | |
| 243 | +function _arrayWithHoles(arr) { | |
| 244 | + if (Array.isArray(arr)) return arr; | |
| 237 | 245 | } |
| 238 | 246 | module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 239 | 247 | |
| 240 | 248 | /***/ }), |
| @@ -245,10 +253,10 @@ | ||
| 245 | 253 | \*******************************************************************/ |
| 246 | 254 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 247 | 255 | |
| 248 | 256 | 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); | |
| 257 | +function _arrayWithoutHoles(arr) { | |
| 258 | + if (Array.isArray(arr)) return arrayLikeToArray(arr); | |
| 251 | 259 | } |
| 252 | 260 | module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 253 | 261 | |
| 254 | 262 | /***/ }), |
| @@ -258,10 +266,12 @@ | ||
| 258 | 266 | !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! |
| 259 | 267 | \****************************************************************/ |
| 260 | 268 | /***/ ((module) => { |
| 261 | 269 | |
| 262 | -function _classCallCheck(a, n) { | |
| 263 | - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); | |
| 270 | +function _classCallCheck(instance, Constructor) { | |
| 271 | + if (!(instance instanceof Constructor)) { | |
| 272 | + throw new TypeError("Cannot call a class as a function"); | |
| 273 | + } | |
| 264 | 274 | } |
| 265 | 275 | module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 266 | 276 | |
| 267 | 277 | /***/ }), |
| @@ -269,21 +279,26 @@ | ||
| 269 | 279 | /***/ "../node_modules/@babel/runtime/helpers/createClass.js": |
| 270 | 280 | /*!*************************************************************!*\ |
| 271 | 281 | !*** ../node_modules/@babel/runtime/helpers/createClass.js ***! |
| 272 | 282 | \*************************************************************/ |
| 273 | -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 283 | +/***/ ((module) => { | |
| 274 | 284 | |
| 275 | -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); | |
| 285 | +function _defineProperties(target, props) { | |
| 286 | + for (var i = 0; i < props.length; i++) { | |
| 287 | + var descriptor = props[i]; | |
| 288 | + descriptor.enumerable = descriptor.enumerable || false; | |
| 289 | + descriptor.configurable = true; | |
| 290 | + if ("value" in descriptor) descriptor.writable = true; | |
| 291 | + Object.defineProperty(target, descriptor.key, descriptor); | |
| 280 | 292 | } |
| 281 | 293 | } |
| 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; | |
| 294 | +function _createClass(Constructor, protoProps, staticProps) { | |
| 295 | + if (protoProps) _defineProperties(Constructor.prototype, protoProps); | |
| 296 | + if (staticProps) _defineProperties(Constructor, staticProps); | |
| 297 | + Object.defineProperty(Constructor, "prototype", { | |
| 298 | + writable: false | |
| 299 | + }); | |
| 300 | + return Constructor; | |
| 286 | 301 | } |
| 287 | 302 | module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 288 | 303 | |
| 289 | 304 | /***/ }), |
| @@ -291,18 +306,22 @@ | ||
| 291 | 306 | /***/ "../node_modules/@babel/runtime/helpers/defineProperty.js": |
| 292 | 307 | /*!****************************************************************!*\ |
| 293 | 308 | !*** ../node_modules/@babel/runtime/helpers/defineProperty.js ***! |
| 294 | 309 | \****************************************************************/ |
| 295 | -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 310 | +/***/ ((module) => { | |
| 296 | 311 | |
| 297 | -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; | |
| 312 | +function _defineProperty(obj, key, value) { | |
| 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,34 +359,31 @@ | ||
| 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 = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; | |
| 365 | + if (_i == null) return; | |
| 366 | + var _arr = []; | |
| 367 | + var _n = true; | |
| 368 | + var _d = false; | |
| 369 | + var _s, _e; | |
| 370 | + try { | |
| 371 | + for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { | |
| 372 | + _arr.push(_s.value); | |
| 373 | + if (i && _arr.length === i) break; | |
| 374 | + } | |
| 375 | + } catch (err) { | |
| 376 | + _d = true; | |
| 377 | + _e = err; | |
| 378 | + } finally { | |
| 354 | 379 | 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; | |
| 380 | + if (!_n && _i["return"] != null) _i["return"](); | |
| 361 | 381 | } finally { |
| 362 | - try { | |
| 363 | - if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; | |
| 364 | - } finally { | |
| 365 | - if (o) throw n; | |
| 366 | - } | |
| 382 | + if (_d) throw _e; | |
| 367 | 383 | } |
| 368 | - return a; | |
| 369 | 384 | } |
| 385 | + return _arr; | |
| 370 | 386 | } |
| 371 | 387 | module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 372 | 388 | |
| 373 | 389 | /***/ }), |
| @@ -407,10 +423,10 @@ | ||
| 407 | 423 | var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js"); |
| 408 | 424 | var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"); |
| 409 | 425 | var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); |
| 410 | 426 | 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(); | |
| 427 | +function _slicedToArray(arr, i) { | |
| 428 | + return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); | |
| 413 | 429 | } |
| 414 | 430 | module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 415 | 431 | |
| 416 | 432 | /***/ }), |
| @@ -424,71 +440,15 @@ | ||
| 424 | 440 | var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"); |
| 425 | 441 | var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "../node_modules/@babel/runtime/helpers/iterableToArray.js"); |
| 426 | 442 | var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); |
| 427 | 443 | 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(); | |
| 444 | +function _toConsumableArray(arr) { | |
| 445 | + return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); | |
| 430 | 446 | } |
| 431 | 447 | module.exports = _toConsumableArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 432 | 448 | |
| 433 | 449 | /***/ }), |
| 434 | 450 | |
| 435 | -/***/ "../node_modules/@babel/runtime/helpers/toPrimitive.js": | |
| 436 | -/*!*************************************************************!*\ | |
| 437 | - !*** ../node_modules/@babel/runtime/helpers/toPrimitive.js ***! | |
| 438 | - \*************************************************************/ | |
| 439 | -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 440 | - | |
| 441 | -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; | |
| 448 | - throw new TypeError("@@toPrimitive must return a primitive value."); | |
| 449 | - } | |
| 450 | - return ("string" === r ? String : Number)(t); | |
| 451 | -} | |
| 452 | -module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 453 | - | |
| 454 | -/***/ }), | |
| 455 | - | |
| 456 | -/***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js": | |
| 457 | -/*!***************************************************************!*\ | |
| 458 | - !*** ../node_modules/@babel/runtime/helpers/toPropertyKey.js ***! | |
| 459 | - \***************************************************************/ | |
| 460 | -/***/ ((module, __unused_webpack_exports, __webpack_require__) => { | |
| 461 | - | |
| 462 | -var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); | |
| 463 | -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 + ""; | |
| 467 | -} | |
| 468 | -module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 469 | - | |
| 470 | -/***/ }), | |
| 471 | - | |
| 472 | -/***/ "../node_modules/@babel/runtime/helpers/typeof.js": | |
| 473 | -/*!********************************************************!*\ | |
| 474 | - !*** ../node_modules/@babel/runtime/helpers/typeof.js ***! | |
| 475 | - \********************************************************/ | |
| 476 | -/***/ ((module) => { | |
| 477 | - | |
| 478 | -function _typeof(o) { | |
| 479 | - "@babel/helpers - typeof"; | |
| 480 | - | |
| 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); | |
| 486 | -} | |
| 487 | -module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 488 | - | |
| 489 | -/***/ }), | |
| 490 | - | |
| 491 | 451 | /***/ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js": |
| 492 | 452 | /*!****************************************************************************!*\ |
| 493 | 453 | !*** ../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***! |
| 494 | 454 | \****************************************************************************/ |
| @@ -494,14 +454,15 @@ | ||
| 494 | 454 | \****************************************************************************/ |
| 495 | 455 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 496 | 456 | |
| 497 | 457 | 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 | - } | |
| 458 | +function _unsupportedIterableToArray(o, minLen) { | |
| 459 | + if (!o) return; | |
| 460 | + if (typeof o === "string") return arrayLikeToArray(o, minLen); | |
| 461 | + var n = Object.prototype.toString.call(o).slice(8, -1); | |
| 462 | + if (n === "Object" && o.constructor) n = o.constructor.name; | |
| 463 | + if (n === "Map" || n === "Set") return Array.from(o); | |
| 464 | + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); | |
| 504 | 465 | } |
| 505 | 466 | module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 506 | 467 | |
| 507 | 468 | /***/ }) |
| @@ -533,9 +494,9 @@ | ||
| 533 | 494 | /******/ } |
| 534 | 495 | /******/ |
| 535 | 496 | /************************************************************************/ |
| 536 | 497 | var __webpack_exports__ = {}; |
| 537 | -// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. | |
| 498 | +// This entry need to be wrapped in an IIFE because it need to be in strict mode. | |
| 538 | 499 | (() => { |
| 539 | 500 | "use strict"; |
| 540 | 501 | /*!***********************************************!*\ |
| 541 | 502 | !*** ../modules/dev-tools/assets/js/index.js ***! |