| @@ -1,4 +1,5 @@ | ||
| 1 | +/*! elementor - v3.13.2 - 11-05-2023 */ | |
| 1 | 2 | /******/ (() => { // webpackBootstrap |
| 2 | 3 | /******/ var __webpack_modules__ = ({ |
| 3 | 4 | |
| 4 | 5 | /***/ "../assets/dev/js/editor/regions/responsive-bar/responsive-bar.js": |
| @@ -16,21 +17,22 @@ | ||
| 16 | 17 | })); |
| 17 | 18 | exports["default"] = void 0; |
| 18 | 19 | var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); |
| 19 | 20 | var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); |
| 21 | +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 20 | 22 | var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); |
| 21 | 23 | var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); |
| 22 | -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 23 | 24 | var _view = _interopRequireDefault(__webpack_require__(/*! ./view */ "../assets/dev/js/editor/regions/responsive-bar/view.js")); |
| 24 | -function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } | |
| 25 | -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } | |
| 26 | -var _default = exports["default"] = /*#__PURE__*/function (_Marionette$Region) { | |
| 25 | +function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | |
| 26 | +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | |
| 27 | +var _default = /*#__PURE__*/function (_Marionette$Region) { | |
| 28 | + (0, _inherits2.default)(_default, _Marionette$Region); | |
| 29 | + var _super = _createSuper(_default); | |
| 27 | 30 | function _default() { |
| 28 | 31 | (0, _classCallCheck2.default)(this, _default); |
| 29 | - return _callSuper(this, _default, arguments); | |
| 32 | + return _super.apply(this, arguments); | |
| 30 | 33 | } |
| 31 | - (0, _inherits2.default)(_default, _Marionette$Region); | |
| 32 | - return (0, _createClass2.default)(_default, [{ | |
| 34 | + (0, _createClass2.default)(_default, [{ | |
| 33 | 35 | key: "initialize", |
| 34 | 36 | value: function initialize() { |
| 35 | 37 | var _this = this; |
| 36 | 38 | this.show(new _view.default()); |
| @@ -53,9 +55,11 @@ | ||
| 53 | 55 | value: function onPanelResizeStop() { |
| 54 | 56 | this.$el.removeClass('ui-resizable-resizing'); |
| 55 | 57 | } |
| 56 | 58 | }]); |
| 59 | + return _default; | |
| 57 | 60 | }(Marionette.Region); |
| 61 | +exports["default"] = _default; | |
| 58 | 62 | |
| 59 | 63 | /***/ }), |
| 60 | 64 | |
| 61 | 65 | /***/ "../assets/dev/js/editor/regions/responsive-bar/view.js": |
| @@ -74,20 +78,21 @@ | ||
| 74 | 78 | })); |
| 75 | 79 | exports["default"] = void 0; |
| 76 | 80 | var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); |
| 77 | 81 | var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); |
| 82 | +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 78 | 83 | var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js")); |
| 79 | 84 | var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js")); |
| 80 | -var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js")); | |
| 81 | -function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); } | |
| 82 | -function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); } | |
| 83 | -var View = exports["default"] = /*#__PURE__*/function (_Marionette$ItemView) { | |
| 85 | +function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; } | |
| 86 | +function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } | |
| 87 | +var View = /*#__PURE__*/function (_Marionette$ItemView) { | |
| 88 | + (0, _inherits2.default)(View, _Marionette$ItemView); | |
| 89 | + var _super = _createSuper(View); | |
| 84 | 90 | function View() { |
| 85 | 91 | (0, _classCallCheck2.default)(this, View); |
| 86 | - return _callSuper(this, View, arguments); | |
| 92 | + return _super.apply(this, arguments); | |
| 87 | 93 | } |
| 88 | - (0, _inherits2.default)(View, _Marionette$ItemView); | |
| 89 | - return (0, _createClass2.default)(View, [{ | |
| 94 | + (0, _createClass2.default)(View, [{ | |
| 90 | 95 | key: "getTemplate", |
| 91 | 96 | value: function getTemplate() { |
| 92 | 97 | return '#tmpl-elementor-templates-responsive-bar'; |
| 93 | 98 | } |
| @@ -332,12 +337,25 @@ | ||
| 332 | 337 | value: function onScaleResetButtonClick() { |
| 333 | 338 | this.resetScale(); |
| 334 | 339 | } |
| 335 | 340 | }]); |
| 341 | + return View; | |
| 336 | 342 | }(Marionette.ItemView); |
| 343 | +exports["default"] = View; | |
| 337 | 344 | |
| 338 | 345 | /***/ }), |
| 339 | 346 | |
| 347 | +/***/ "@wordpress/i18n": | |
| 348 | +/*!**************************!*\ | |
| 349 | + !*** external "wp.i18n" ***! | |
| 350 | + \**************************/ | |
| 351 | +/***/ ((module) => { | |
| 352 | + | |
| 353 | +"use strict"; | |
| 354 | +module.exports = wp.i18n; | |
| 355 | + | |
| 356 | +/***/ }), | |
| 357 | + | |
| 340 | 358 | /***/ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js": |
| 341 | 359 | /*!***********************************************************************!*\ |
| 342 | 360 | !*** ../node_modules/@babel/runtime/helpers/assertThisInitialized.js ***! |
| 343 | 361 | \***********************************************************************/ |
| @@ -342,11 +360,13 @@ | ||
| 342 | 360 | !*** ../node_modules/@babel/runtime/helpers/assertThisInitialized.js ***! |
| 343 | 361 | \***********************************************************************/ |
| 344 | 362 | /***/ ((module) => { |
| 345 | 363 | |
| 346 | -function _assertThisInitialized(e) { | |
| 347 | - if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | |
| 348 | - return e; | |
| 364 | +function _assertThisInitialized(self) { | |
| 365 | + if (self === void 0) { | |
| 366 | + throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); | |
| 367 | + } | |
| 368 | + return self; | |
| 349 | 369 | } |
| 350 | 370 | module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 351 | 371 | |
| 352 | 372 | /***/ }), |
| @@ -356,10 +376,12 @@ | ||
| 356 | 376 | !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! |
| 357 | 377 | \****************************************************************/ |
| 358 | 378 | /***/ ((module) => { |
| 359 | 379 | |
| 360 | -function _classCallCheck(a, n) { | |
| 361 | - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); | |
| 380 | +function _classCallCheck(instance, Constructor) { | |
| 381 | + if (!(instance instanceof Constructor)) { | |
| 382 | + throw new TypeError("Cannot call a class as a function"); | |
| 383 | + } | |
| 362 | 384 | } |
| 363 | 385 | module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 364 | 386 | |
| 365 | 387 | /***/ }), |
| @@ -370,18 +392,24 @@ | ||
| 370 | 392 | \*************************************************************/ |
| 371 | 393 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 372 | 394 | |
| 373 | 395 | var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); |
| 374 | -function _defineProperties(e, r) { | |
| 375 | - for (var t = 0; t < r.length; t++) { | |
| 376 | - var o = r[t]; | |
| 377 | - o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); | |
| 396 | +function _defineProperties(target, props) { | |
| 397 | + for (var i = 0; i < props.length; i++) { | |
| 398 | + var descriptor = props[i]; | |
| 399 | + descriptor.enumerable = descriptor.enumerable || false; | |
| 400 | + descriptor.configurable = true; | |
| 401 | + if ("value" in descriptor) descriptor.writable = true; | |
| 402 | + Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor); | |
| 378 | 403 | } |
| 379 | 404 | } |
| 380 | -function _createClass(e, r, t) { | |
| 381 | - return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { | |
| 382 | - writable: !1 | |
| 383 | - }), e; | |
| 405 | +function _createClass(Constructor, protoProps, staticProps) { | |
| 406 | + if (protoProps) _defineProperties(Constructor.prototype, protoProps); | |
| 407 | + if (staticProps) _defineProperties(Constructor, staticProps); | |
| 408 | + Object.defineProperty(Constructor, "prototype", { | |
| 409 | + writable: false | |
| 410 | + }); | |
| 411 | + return Constructor; | |
| 384 | 412 | } |
| 385 | 413 | module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 386 | 414 | |
| 387 | 415 | /***/ }), |
| @@ -391,12 +419,13 @@ | ||
| 391 | 419 | !*** ../node_modules/@babel/runtime/helpers/getPrototypeOf.js ***! |
| 392 | 420 | \****************************************************************/ |
| 393 | 421 | /***/ ((module) => { |
| 394 | 422 | |
| 395 | -function _getPrototypeOf(t) { | |
| 396 | - return module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { | |
| 397 | - return t.__proto__ || Object.getPrototypeOf(t); | |
| 398 | - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _getPrototypeOf(t); | |
| 423 | +function _getPrototypeOf(o) { | |
| 424 | + module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { | |
| 425 | + return o.__proto__ || Object.getPrototypeOf(o); | |
| 426 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 427 | + return _getPrototypeOf(o); | |
| 399 | 428 | } |
| 400 | 429 | module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 401 | 430 | |
| 402 | 431 | /***/ }), |
| @@ -407,19 +436,23 @@ | ||
| 407 | 436 | \**********************************************************/ |
| 408 | 437 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 409 | 438 | |
| 410 | 439 | var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js"); |
| 411 | -function _inherits(t, e) { | |
| 412 | - if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); | |
| 413 | - t.prototype = Object.create(e && e.prototype, { | |
| 440 | +function _inherits(subClass, superClass) { | |
| 441 | + if (typeof superClass !== "function" && superClass !== null) { | |
| 442 | + throw new TypeError("Super expression must either be null or a function"); | |
| 443 | + } | |
| 444 | + subClass.prototype = Object.create(superClass && superClass.prototype, { | |
| 414 | 445 | constructor: { |
| 415 | - value: t, | |
| 416 | - writable: !0, | |
| 417 | - configurable: !0 | |
| 446 | + value: subClass, | |
| 447 | + writable: true, | |
| 448 | + configurable: true | |
| 418 | 449 | } |
| 419 | - }), Object.defineProperty(t, "prototype", { | |
| 420 | - writable: !1 | |
| 421 | - }), e && setPrototypeOf(t, e); | |
| 450 | + }); | |
| 451 | + Object.defineProperty(subClass, "prototype", { | |
| 452 | + writable: false | |
| 453 | + }); | |
| 454 | + if (superClass) setPrototypeOf(subClass, superClass); | |
| 422 | 455 | } |
| 423 | 456 | module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 424 | 457 | |
| 425 | 458 | /***/ }), |
| @@ -429,11 +462,11 @@ | ||
| 429 | 462 | !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***! |
| 430 | 463 | \***********************************************************************/ |
| 431 | 464 | /***/ ((module) => { |
| 432 | 465 | |
| 433 | -function _interopRequireDefault(e) { | |
| 434 | - return e && e.__esModule ? e : { | |
| 435 | - "default": e | |
| 466 | +function _interopRequireDefault(obj) { | |
| 467 | + return obj && obj.__esModule ? obj : { | |
| 468 | + "default": obj | |
| 436 | 469 | }; |
| 437 | 470 | } |
| 438 | 471 | module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 439 | 472 | |
| @@ -446,12 +479,15 @@ | ||
| 446 | 479 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 447 | 480 | |
| 448 | 481 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 449 | 482 | var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js"); |
| 450 | -function _possibleConstructorReturn(t, e) { | |
| 451 | - if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; | |
| 452 | - if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); | |
| 453 | - return assertThisInitialized(t); | |
| 483 | +function _possibleConstructorReturn(self, call) { | |
| 484 | + if (call && (_typeof(call) === "object" || typeof call === "function")) { | |
| 485 | + return call; | |
| 486 | + } else if (call !== void 0) { | |
| 487 | + throw new TypeError("Derived constructors may only return object or undefined"); | |
| 488 | + } | |
| 489 | + return assertThisInitialized(self); | |
| 454 | 490 | } |
| 455 | 491 | module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 456 | 492 | |
| 457 | 493 | /***/ }), |
| @@ -461,12 +497,14 @@ | ||
| 461 | 497 | !*** ../node_modules/@babel/runtime/helpers/setPrototypeOf.js ***! |
| 462 | 498 | \****************************************************************/ |
| 463 | 499 | /***/ ((module) => { |
| 464 | 500 | |
| 465 | -function _setPrototypeOf(t, e) { | |
| 466 | - return module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { | |
| 467 | - return t.__proto__ = e, t; | |
| 468 | - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _setPrototypeOf(t, e); | |
| 501 | +function _setPrototypeOf(o, p) { | |
| 502 | + module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { | |
| 503 | + o.__proto__ = p; | |
| 504 | + return o; | |
| 505 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 506 | + return _setPrototypeOf(o, p); | |
| 469 | 507 | } |
| 470 | 508 | module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 471 | 509 | |
| 472 | 510 | /***/ }), |
| @@ -477,19 +515,19 @@ | ||
| 477 | 515 | \*************************************************************/ |
| 478 | 516 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 479 | 517 | |
| 480 | 518 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 481 | -function toPrimitive(t, r) { | |
| 482 | - if ("object" != _typeof(t) || !t) return t; | |
| 483 | - var e = t[Symbol.toPrimitive]; | |
| 484 | - if (void 0 !== e) { | |
| 485 | - var i = e.call(t, r || "default"); | |
| 486 | - if ("object" != _typeof(i)) return i; | |
| 519 | +function _toPrimitive(input, hint) { | |
| 520 | + if (_typeof(input) !== "object" || input === null) return input; | |
| 521 | + var prim = input[Symbol.toPrimitive]; | |
| 522 | + if (prim !== undefined) { | |
| 523 | + var res = prim.call(input, hint || "default"); | |
| 524 | + if (_typeof(res) !== "object") return res; | |
| 487 | 525 | throw new TypeError("@@toPrimitive must return a primitive value."); |
| 488 | 526 | } |
| 489 | - return ("string" === r ? String : Number)(t); | |
| 527 | + return (hint === "string" ? String : Number)(input); | |
| 490 | 528 | } |
| 491 | -module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 529 | +module.exports = _toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 492 | 530 | |
| 493 | 531 | /***/ }), |
| 494 | 532 | |
| 495 | 533 | /***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js": |
| @@ -499,13 +537,13 @@ | ||
| 499 | 537 | /***/ ((module, __unused_webpack_exports, __webpack_require__) => { |
| 500 | 538 | |
| 501 | 539 | var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); |
| 502 | 540 | var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js"); |
| 503 | -function toPropertyKey(t) { | |
| 504 | - var i = toPrimitive(t, "string"); | |
| 505 | - return "symbol" == _typeof(i) ? i : i + ""; | |
| 541 | +function _toPropertyKey(arg) { | |
| 542 | + var key = toPrimitive(arg, "string"); | |
| 543 | + return _typeof(key) === "symbol" ? key : String(key); | |
| 506 | 544 | } |
| 507 | -module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 545 | +module.exports = _toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; | |
| 508 | 546 | |
| 509 | 547 | /***/ }), |
| 510 | 548 | |
| 511 | 549 | /***/ "../node_modules/@babel/runtime/helpers/typeof.js": |
| @@ -513,30 +551,19 @@ | ||
| 513 | 551 | !*** ../node_modules/@babel/runtime/helpers/typeof.js ***! |
| 514 | 552 | \********************************************************/ |
| 515 | 553 | /***/ ((module) => { |
| 516 | 554 | |
| 517 | -function _typeof(o) { | |
| 555 | +function _typeof(obj) { | |
| 518 | 556 | "@babel/helpers - typeof"; |
| 519 | 557 | |
| 520 | - return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { | |
| 521 | - return typeof o; | |
| 522 | - } : function (o) { | |
| 523 | - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; | |
| 524 | - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o); | |
| 558 | + return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { | |
| 559 | + return typeof obj; | |
| 560 | + } : function (obj) { | |
| 561 | + return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; | |
| 562 | + }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj); | |
| 525 | 563 | } |
| 526 | 564 | module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; |
| 527 | 565 | |
| 528 | -/***/ }), | |
| 529 | - | |
| 530 | -/***/ "@wordpress/i18n": | |
| 531 | -/*!**************************!*\ | |
| 532 | - !*** external "wp.i18n" ***! | |
| 533 | - \**************************/ | |
| 534 | -/***/ ((module) => { | |
| 535 | - | |
| 536 | -"use strict"; | |
| 537 | -module.exports = wp.i18n; | |
| 538 | - | |
| 539 | 566 | /***/ }) |
| 540 | 567 | |
| 541 | 568 | /******/ }); |
| 542 | 569 | /************************************************************************/ |
| @@ -565,9 +592,9 @@ | ||
| 565 | 592 | /******/ } |
| 566 | 593 | /******/ |
| 567 | 594 | /************************************************************************/ |
| 568 | 595 | var __webpack_exports__ = {}; |
| 569 | -// This entry needs to be wrapped in an IIFE because it needs to be in strict mode. | |
| 596 | +// This entry need to be wrapped in an IIFE because it need to be in strict mode. | |
| 570 | 597 | (() => { |
| 571 | 598 | "use strict"; |
| 572 | 599 | /*!***************************************************************!*\ |
| 573 | 600 | !*** ../assets/dev/js/editor/regions/responsive-bar/index.js ***! |