| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.11.2 - 22-02-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,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 | /***/ }), |
| @@ -272,18 +282,24 @@ | ||
| 272 | 282 | \*************************************************************/ |
| 273 | 283 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 274 | 284 | |
| 275 | 285 | 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); | |
| 286 | +function _defineProperties(target, props) { | |
| 287 | + for (var i = 0; i < props.length; i++) { | |
| 288 | + var descriptor = props[i]; | |
| 289 | + descriptor.enumerable = descriptor.enumerable || false; | |
| 290 | + descriptor.configurable = true; | |
| 291 | + if ("value" in descriptor) descriptor.writable = true; | |
| 292 | + Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor); | |
| 280 | 293 | } |
| 281 | 294 | } |
| 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; | |
| 295 | +function _createClass(Constructor, protoProps, staticProps) { | |
| 296 | + if (protoProps) _defineProperties(Constructor.prototype, protoProps); | |
| 297 | + if (staticProps) _defineProperties(Constructor, staticProps); | |
| 298 | + Object.defineProperty(Constructor, "prototype", { | |
| 299 | + writable: false | |
| 300 | + }); | |
| 301 | + return Constructor; | |
| 286 | 302 | } |
| 287 | 303 | module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 288 | 304 | |
| 289 | 305 | /***/ }), |
| @@ -294,15 +310,21 @@ | ||
| 294 | 310 | \****************************************************************/ |
| 295 | 311 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 296 | 312 | |
| 297 | 313 | 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; | |
| 314 | +function _defineProperty(obj, key, value) { | |
| 315 | + key = toPropertyKey(key); | |
| 316 | + if (key in obj) { | |
| 317 | + Object.defineProperty(obj, key, { | |
| 318 | + value: value, | |
| 319 | + enumerable: true, | |
| 320 | + configurable: true, | |
| 321 | + writable: true | |
| 322 | + }); | |
| 323 | + } else { | |
| 324 | + obj[key] = value; | |
| 325 | + } | |
| 326 | + return obj; | |
| 305 | 327 | } |
| 306 | 328 | module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 307 | 329 | |
| 308 | 330 | /***/ }), |
| @@ -312,11 +334,11 @@ | ||
| 312 | 334 | !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***! |
| 313 | 335 | \***********************************************************************/ |
| 314 | 336 | /***/ ((module) => { |
| 315 | 337 | |
| 316 | -function _interopRequireDefault(e) { | |
| 317 | - return e && e.__esModule ? e : { | |
| 318 | - "default": e | |
| 338 | +function _interopRequireDefault(obj) { | |
| 339 | + return obj && obj.__esModule ? obj : { | |
| 340 | + "default": obj | |
| 319 | 341 | }; |
| 320 | 342 | } |
| 321 | 343 | module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 322 | 344 | |
| @@ -327,10 +349,10 @@ | ||
| 327 | 349 | !*** ../node_modules/@babel/runtime/helpers/iterableToArray.js ***! |
| 328 | 350 | \*****************************************************************/ |
| 329 | 351 | /***/ ((module) => { |
| 330 | 352 | |
| 331 | -function _iterableToArray(r) { | |
| 332 | - if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); | |
| 353 | +function _iterableToArray(iter) { | |
| 354 | + if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); | |
| 333 | 355 | } |
| 334 | 356 | module.exports = _iterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 335 | 357 | |
| 336 | 358 | /***/ }), |
| @@ -340,33 +362,35 @@ | ||
| 340 | 362 | !*** ../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***! |
| 341 | 363 | \**********************************************************************/ |
| 342 | 364 | /***/ ((module) => { |
| 343 | 365 | |
| 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; | |
| 366 | +function _iterableToArrayLimit(arr, i) { | |
| 367 | + var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; | |
| 368 | + if (null != _i) { | |
| 369 | + var _s, | |
| 370 | + _e, | |
| 371 | + _x, | |
| 372 | + _r, | |
| 373 | + _arr = [], | |
| 374 | + _n = !0, | |
| 375 | + _d = !1; | |
| 354 | 376 | 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; | |
| 377 | + if (_x = (_i = _i.call(arr)).next, 0 === i) { | |
| 378 | + if (Object(_i) !== _i) return; | |
| 379 | + _n = !1; | |
| 380 | + } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { | |
| 381 | + ; | |
| 382 | + } | |
| 383 | + } catch (err) { | |
| 384 | + _d = !0, _e = err; | |
| 361 | 385 | } finally { |
| 362 | 386 | try { |
| 363 | - if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; | |
| 387 | + if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; | |
| 364 | 388 | } finally { |
| 365 | - if (o) throw n; | |
| 389 | + if (_d) throw _e; | |
| 366 | 390 | } |
| 367 | 391 | } |
| 368 | - return a; | |
| 392 | + return _arr; | |
| 369 | 393 | } |
| 370 | 394 | } |
| 371 | 395 | module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 372 | 396 | |
| @@ -407,10 +431,10 @@ | ||
| 407 | 431 | var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js"); |
| 408 | 432 | var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js"); |
| 409 | 433 | var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); |
| 410 | 434 | 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(); | |
| 435 | +function _slicedToArray(arr, i) { | |
| 436 | + return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); | |
| 413 | 437 | } |
| 414 | 438 | module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 415 | 439 | |
| 416 | 440 | /***/ }), |
| @@ -424,10 +448,10 @@ | ||
| 424 | 448 | var arrayWithoutHoles = __webpack_require__(/*! ./arrayWithoutHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithoutHoles.js"); |
| 425 | 449 | var iterableToArray = __webpack_require__(/*! ./iterableToArray.js */ "../node_modules/@babel/runtime/helpers/iterableToArray.js"); |
| 426 | 450 | var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js"); |
| 427 | 451 | 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(); | |
| 452 | +function _toConsumableArray(arr) { | |
| 453 | + return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread(); | |
| 430 | 454 | } |
| 431 | 455 | module.exports = _toConsumableArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 432 | 456 | |
| 433 | 457 | /***/ }), |
| @@ -438,19 +462,19 @@ | ||
| 438 | 462 | \*************************************************************/ |
| 439 | 463 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 440 | 464 | |
| 441 | 465 | 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; | |
| 466 | +function _toPrimitive(input, hint) { | |
| 467 | + if (_typeof(input) !== "object" || input === null) return input; | |
| 468 | + var prim = input[Symbol.toPrimitive]; | |
| 469 | + if (prim !== undefined) { | |
| 470 | + var res = prim.call(input, hint || "default"); | |
| 471 | + if (_typeof(res) !== "object") return res; | |
| 448 | 472 | throw new TypeError("@@toPrimitive must return a primitive value."); |
| 449 | 473 | } |
| 450 | - return ("string" === r ? String : Number)(t); | |
| 474 | + return (hint === "string" ? String : Number)(input); | |
| 451 | 475 | } |
| 452 | -module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 476 | +module.exports = _toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 453 | 477 | |
| 454 | 478 | /***/ }), |
| 455 | 479 | |
| 456 | 480 | /***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js": |
| @@ -460,13 +484,13 @@ | ||
| 460 | 484 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 461 | 485 | |
| 462 | 486 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 463 | 487 | 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 + ""; | |
| 488 | +function _toPropertyKey(arg) { | |
| 489 | + var key = toPrimitive(arg, "string"); | |
| 490 | + return _typeof(key) === "symbol" ? key : String(key); | |
| 467 | 491 | } |
| 468 | -module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 492 | +module.exports = _toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 469 | 493 | |
| 470 | 494 | /***/ }), |
| 471 | 495 | |
| 472 | 496 | /***/ "../node_modules/@babel/runtime/helpers/typeof.js": |
| @@ -474,16 +498,16 @@ | ||
| 474 | 498 | !*** ../node_modules/@babel/runtime/helpers/typeof.js ***! |
| 475 | 499 | \********************************************************/ |
| 476 | 500 | /***/ ((module) => { |
| 477 | 501 | |
| 478 | -function _typeof(o) { | |
| 502 | +function _typeof(obj) { | |
| 479 | 503 | "@babel/helpers - typeof"; |
| 480 | 504 | |
| 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); | |
| 505 | + return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { | |
| 506 | + return typeof obj; | |
| 507 | + } : function (obj) { | |
| 508 | + return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; | |
| 509 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj); | |
| 486 | 510 | } |
| 487 | 511 | module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 488 | 512 | |
| 489 | 513 | /***/ }), |
| @@ -494,14 +518,15 @@ | ||
| 494 | 518 | \****************************************************************************/ |
| 495 | 519 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 496 | 520 | |
| 497 | 521 | 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 | - } | |
| 522 | +function _unsupportedIterableToArray(o, minLen) { | |
| 523 | + if (!o) return; | |
| 524 | + if (typeof o === "string") return arrayLikeToArray(o, minLen); | |
| 525 | + var n = Object.prototype.toString.call(o).slice(8, -1); | |
| 526 | + if (n === "Object" && o.constructor) n = o.constructor.name; | |
| 527 | + if (n === "Map" || n === "Set") return Array.from(o); | |
| 528 | + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen); | |
| 504 | 529 | } |
| 505 | 530 | module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 506 | 531 | |
| 507 | 532 | /***/ }) |
| @@ -533,9 +558,9 @@ | ||
| 533 | 558 | /******/ } |
| 534 | 559 | /******/ |
| 535 | 560 | /************************************************************************/ |
| 536 | 561 | var __webpack_exports__ = {}; |
| 537 | -// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. | |
| 562 | +// This entry need to be wrapped in an IIFE because it need to be in strict mode. | |
| 538 | 563 | (() => { |
| 539 | 564 | "use strict"; |
| 540 | 565 | /*!***********************************************!*\ |
| 541 | 566 | !*** ../modules/dev-tools/assets/js/index.js ***! |