PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.8
Elementor Website Builder – more than just a page builder v4.0.8
4.3.1 4.3.0 4.3.0-beta3 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 All 454 releases
← All changes | assets/js/common-modules.js +3381 -5 4.2.0-beta1 → 4.0.8 View file →
@@ -1,4 +1,4 @@
1 1 /******/ (() => { // webpackBootstrap
2 2 /******/ var __webpack_modules__ = ({
3 3
4 4 /***/ "../app/modules/import-export-customization/assets/js/shared/registry/base.js":
@@ -1884,9 +1884,9 @@
1884 1884 var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
1885 1885 var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
1886 1886 var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
1887 1887 var _commandCallbackBase = _interopRequireDefault(__webpack_require__(/*! elementor-api/modules/command-callback-base */ "../modules/web-cli/assets/js/modules/command-callback-base.js"));
1888 -var _toolkit = __webpack_require__(/*! @reduxjs/toolkit */ "@reduxjs/toolkit");
1888 +var _toolkit = __webpack_require__(/*! @reduxjs/toolkit */ "../node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js");
1889 1889 var _module = _interopRequireDefault(__webpack_require__(/*! elementor/assets/dev/js/modules/imports/module.js */ "../assets/dev/js/modules/imports/module.js"));
1890 1890 var _forceMethodImplementation = _interopRequireDefault(__webpack_require__(/*! ../utils/force-method-implementation */ "../modules/web-cli/assets/js/utils/force-method-implementation.js"));
1891 1891 var _deprecation = _interopRequireDefault(__webpack_require__(/*! elementor-api/utils/deprecation */ "../modules/web-cli/assets/js/utils/deprecation.js"));
1892 1892 function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -2964,8 +2964,145 @@
2964 2964 module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
2965 2965
2966 2966 /***/ }),
2967 2967
2968 +/***/ "../node_modules/@babel/runtime/helpers/esm/defineProperty.js":
2969 +/*!********************************************************************!*\
2970 + !*** ../node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
2971 + \********************************************************************/
2972 +/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2973 +
2974 +"use strict";
2975 +__webpack_require__.r(__webpack_exports__);
2976 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
2977 +/* harmony export */ "default": () => (/* binding */ _defineProperty)
2978 +/* harmony export */ });
2979 +/* harmony import */ var _toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js");
2980 +
2981 +function _defineProperty(e, r, t) {
2982 + return (r = (0,_toPropertyKey_js__WEBPACK_IMPORTED_MODULE_0__["default"])(r)) in e ? Object.defineProperty(e, r, {
2983 + value: t,
2984 + enumerable: !0,
2985 + configurable: !0,
2986 + writable: !0
2987 + }) : e[r] = t, e;
2988 +}
2989 +
2990 +
2991 +/***/ }),
2992 +
2993 +/***/ "../node_modules/@babel/runtime/helpers/esm/objectSpread2.js":
2994 +/*!*******************************************************************!*\
2995 + !*** ../node_modules/@babel/runtime/helpers/esm/objectSpread2.js ***!
2996 + \*******************************************************************/
2997 +/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2998 +
2999 +"use strict";
3000 +__webpack_require__.r(__webpack_exports__);
3001 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
3002 +/* harmony export */ "default": () => (/* binding */ _objectSpread2)
3003 +/* harmony export */ });
3004 +/* harmony import */ var _defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./defineProperty.js */ "../node_modules/@babel/runtime/helpers/esm/defineProperty.js");
3005 +
3006 +function ownKeys(e, r) {
3007 + var t = Object.keys(e);
3008 + if (Object.getOwnPropertySymbols) {
3009 + var o = Object.getOwnPropertySymbols(e);
3010 + r && (o = o.filter(function (r) {
3011 + return Object.getOwnPropertyDescriptor(e, r).enumerable;
3012 + })), t.push.apply(t, o);
3013 + }
3014 + return t;
3015 +}
3016 +function _objectSpread2(e) {
3017 + for (var r = 1; r < arguments.length; r++) {
3018 + var t = null != arguments[r] ? arguments[r] : {};
3019 + r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
3020 + (0,_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__["default"])(e, r, t[r]);
3021 + }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
3022 + Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
3023 + });
3024 + }
3025 + return e;
3026 +}
3027 +
3028 +
3029 +/***/ }),
3030 +
3031 +/***/ "../node_modules/@babel/runtime/helpers/esm/toPrimitive.js":
3032 +/*!*****************************************************************!*\
3033 + !*** ../node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
3034 + \*****************************************************************/
3035 +/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
3036 +
3037 +"use strict";
3038 +__webpack_require__.r(__webpack_exports__);
3039 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
3040 +/* harmony export */ "default": () => (/* binding */ toPrimitive)
3041 +/* harmony export */ });
3042 +/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/esm/typeof.js");
3043 +
3044 +function toPrimitive(t, r) {
3045 + if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(t) || !t) return t;
3046 + var e = t[Symbol.toPrimitive];
3047 + if (void 0 !== e) {
3048 + var i = e.call(t, r || "default");
3049 + if ("object" != (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i)) return i;
3050 + throw new TypeError("@@toPrimitive must return a primitive value.");
3051 + }
3052 + return ("string" === r ? String : Number)(t);
3053 +}
3054 +
3055 +
3056 +/***/ }),
3057 +
3058 +/***/ "../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js":
3059 +/*!*******************************************************************!*\
3060 + !*** ../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
3061 + \*******************************************************************/
3062 +/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
3063 +
3064 +"use strict";
3065 +__webpack_require__.r(__webpack_exports__);
3066 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
3067 +/* harmony export */ "default": () => (/* binding */ toPropertyKey)
3068 +/* harmony export */ });
3069 +/* harmony import */ var _typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/esm/typeof.js");
3070 +/* harmony import */ var _toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/esm/toPrimitive.js");
3071 +
3072 +
3073 +function toPropertyKey(t) {
3074 + var i = (0,_toPrimitive_js__WEBPACK_IMPORTED_MODULE_1__["default"])(t, "string");
3075 + return "symbol" == (0,_typeof_js__WEBPACK_IMPORTED_MODULE_0__["default"])(i) ? i : i + "";
3076 +}
3077 +
3078 +
3079 +/***/ }),
3080 +
3081 +/***/ "../node_modules/@babel/runtime/helpers/esm/typeof.js":
3082 +/*!************************************************************!*\
3083 + !*** ../node_modules/@babel/runtime/helpers/esm/typeof.js ***!
3084 + \************************************************************/
3085 +/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
3086 +
3087 +"use strict";
3088 +__webpack_require__.r(__webpack_exports__);
3089 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
3090 +/* harmony export */ "default": () => (/* binding */ _typeof)
3091 +/* harmony export */ });
3092 +function _typeof(o) {
3093 + "@babel/helpers - typeof";
3094 +
3095 + return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
3096 + return typeof o;
3097 + } : function (o) {
3098 + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
3099 + }, _typeof(o);
3100 +}
3101 +
3102 +
3103 +/***/ }),
3104 +
2968 3105 /***/ "../node_modules/@babel/runtime/helpers/get.js":
2969 3106 /*!*****************************************************!*\
2970 3107 !*** ../node_modules/@babel/runtime/helpers/get.js ***!
2971 3108 \*****************************************************/
@@ -3393,17 +3530,3215 @@
3393 3530 module.exports = _wrapNativeSuper, module.exports.__esModule = true, module.exports["default"] = module.exports;
3394 3531
3395 3532 /***/ }),
3396 3533
3397 -/***/ "@reduxjs/toolkit":
3534 +/***/ "../node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js":
3535 +/*!******************************************************************!*\
3536 + !*** ../node_modules/@reduxjs/toolkit/dist/redux-toolkit.esm.js ***!
3537 + \******************************************************************/
3538 +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
3539 +
3540 +"use strict";
3541 +__webpack_require__.r(__webpack_exports__);
3542 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
3543 +/* harmony export */ EnhancerArray: () => (/* binding */ EnhancerArray),
3544 +/* harmony export */ MiddlewareArray: () => (/* binding */ MiddlewareArray),
3545 +/* harmony export */ SHOULD_AUTOBATCH: () => (/* binding */ SHOULD_AUTOBATCH),
3546 +/* harmony export */ TaskAbortError: () => (/* binding */ TaskAbortError),
3547 +/* harmony export */ __DO_NOT_USE__ActionTypes: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.__DO_NOT_USE__ActionTypes),
3548 +/* harmony export */ addListener: () => (/* binding */ addListener),
3549 +/* harmony export */ applyMiddleware: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.applyMiddleware),
3550 +/* harmony export */ autoBatchEnhancer: () => (/* binding */ autoBatchEnhancer),
3551 +/* harmony export */ bindActionCreators: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.bindActionCreators),
3552 +/* harmony export */ clearAllListeners: () => (/* binding */ clearAllListeners),
3553 +/* harmony export */ combineReducers: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.combineReducers),
3554 +/* harmony export */ compose: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.compose),
3555 +/* harmony export */ configureStore: () => (/* binding */ configureStore),
3556 +/* harmony export */ createAction: () => (/* binding */ createAction),
3557 +/* harmony export */ createActionCreatorInvariantMiddleware: () => (/* binding */ createActionCreatorInvariantMiddleware),
3558 +/* harmony export */ createAsyncThunk: () => (/* binding */ createAsyncThunk),
3559 +/* harmony export */ createDraftSafeSelector: () => (/* binding */ createDraftSafeSelector),
3560 +/* harmony export */ createEntityAdapter: () => (/* binding */ createEntityAdapter),
3561 +/* harmony export */ createImmutableStateInvariantMiddleware: () => (/* binding */ createImmutableStateInvariantMiddleware),
3562 +/* harmony export */ createListenerMiddleware: () => (/* binding */ createListenerMiddleware),
3563 +/* harmony export */ createNextState: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__["default"]),
3564 +/* harmony export */ createReducer: () => (/* binding */ createReducer),
3565 +/* harmony export */ createSelector: () => (/* reexport safe */ reselect__WEBPACK_IMPORTED_MODULE_2__.createSelector),
3566 +/* harmony export */ createSerializableStateInvariantMiddleware: () => (/* binding */ createSerializableStateInvariantMiddleware),
3567 +/* harmony export */ createSlice: () => (/* binding */ createSlice),
3568 +/* harmony export */ createStore: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.createStore),
3569 +/* harmony export */ current: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__.current),
3570 +/* harmony export */ findNonSerializableValue: () => (/* binding */ findNonSerializableValue),
3571 +/* harmony export */ freeze: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__.freeze),
3572 +/* harmony export */ getDefaultMiddleware: () => (/* binding */ getDefaultMiddleware),
3573 +/* harmony export */ getType: () => (/* binding */ getType),
3574 +/* harmony export */ isAction: () => (/* binding */ isAction),
3575 +/* harmony export */ isActionCreator: () => (/* binding */ isActionCreator),
3576 +/* harmony export */ isAllOf: () => (/* binding */ isAllOf),
3577 +/* harmony export */ isAnyOf: () => (/* binding */ isAnyOf),
3578 +/* harmony export */ isAsyncThunkAction: () => (/* binding */ isAsyncThunkAction),
3579 +/* harmony export */ isDraft: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__.isDraft),
3580 +/* harmony export */ isFluxStandardAction: () => (/* binding */ isFSA),
3581 +/* harmony export */ isFulfilled: () => (/* binding */ isFulfilled),
3582 +/* harmony export */ isImmutableDefault: () => (/* binding */ isImmutableDefault),
3583 +/* harmony export */ isPending: () => (/* binding */ isPending),
3584 +/* harmony export */ isPlain: () => (/* binding */ isPlain),
3585 +/* harmony export */ isPlainObject: () => (/* binding */ isPlainObject),
3586 +/* harmony export */ isRejected: () => (/* binding */ isRejected),
3587 +/* harmony export */ isRejectedWithValue: () => (/* binding */ isRejectedWithValue),
3588 +/* harmony export */ legacy_createStore: () => (/* reexport safe */ redux__WEBPACK_IMPORTED_MODULE_1__.legacy_createStore),
3589 +/* harmony export */ miniSerializeError: () => (/* binding */ miniSerializeError),
3590 +/* harmony export */ nanoid: () => (/* binding */ nanoid),
3591 +/* harmony export */ original: () => (/* reexport safe */ immer__WEBPACK_IMPORTED_MODULE_0__.original),
3592 +/* harmony export */ prepareAutoBatched: () => (/* binding */ prepareAutoBatched),
3593 +/* harmony export */ removeListener: () => (/* binding */ removeListener),
3594 +/* harmony export */ unwrapResult: () => (/* binding */ unwrapResult)
3595 +/* harmony export */ });
3596 +/* harmony import */ var immer__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! immer */ "../node_modules/immer/dist/immer.esm.mjs");
3597 +/* harmony import */ var redux__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! redux */ "../node_modules/redux/es/redux.js");
3598 +/* harmony import */ var reselect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! reselect */ "../node_modules/reselect/es/index.js");
3599 +/* harmony import */ var redux_thunk__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! redux-thunk */ "../node_modules/redux-thunk/es/index.js");
3600 +var __extends = (undefined && undefined.__extends) || (function () {
3601 + var extendStatics = function (d, b) {
3602 + extendStatics = Object.setPrototypeOf ||
3603 + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
3604 + function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
3605 + return extendStatics(d, b);
3606 + };
3607 + return function (d, b) {
3608 + if (typeof b !== "function" && b !== null)
3609 + throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
3610 + extendStatics(d, b);
3611 + function __() { this.constructor = d; }
3612 + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
3613 + };
3614 +})();
3615 +var __generator = (undefined && undefined.__generator) || function (thisArg, body) {
3616 + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
3617 + return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
3618 + function verb(n) { return function (v) { return step([n, v]); }; }
3619 + function step(op) {
3620 + if (f) throw new TypeError("Generator is already executing.");
3621 + while (_) try {
3622 + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
3623 + if (y = 0, t) op = [op[0] & 2, t.value];
3624 + switch (op[0]) {
3625 + case 0: case 1: t = op; break;
3626 + case 4: _.label++; return { value: op[1], done: false };
3627 + case 5: _.label++; y = op[1]; op = [0]; continue;
3628 + case 7: op = _.ops.pop(); _.trys.pop(); continue;
3629 + default:
3630 + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
3631 + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
3632 + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
3633 + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
3634 + if (t[2]) _.ops.pop();
3635 + _.trys.pop(); continue;
3636 + }
3637 + op = body.call(thisArg, _);
3638 + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
3639 + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
3640 + }
3641 +};
3642 +var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from) {
3643 + for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
3644 + to[j] = from[i];
3645 + return to;
3646 +};
3647 +var __defProp = Object.defineProperty;
3648 +var __defProps = Object.defineProperties;
3649 +var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
3650 +var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3651 +var __hasOwnProp = Object.prototype.hasOwnProperty;
3652 +var __propIsEnum = Object.prototype.propertyIsEnumerable;
3653 +var __defNormalProp = function (obj, key, value) { return key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value: value }) : obj[key] = value; };
3654 +var __spreadValues = function (a, b) {
3655 + for (var prop in b || (b = {}))
3656 + if (__hasOwnProp.call(b, prop))
3657 + __defNormalProp(a, prop, b[prop]);
3658 + if (__getOwnPropSymbols)
3659 + for (var _i = 0, _c = __getOwnPropSymbols(b); _i < _c.length; _i++) {
3660 + var prop = _c[_i];
3661 + if (__propIsEnum.call(b, prop))
3662 + __defNormalProp(a, prop, b[prop]);
3663 + }
3664 + return a;
3665 +};
3666 +var __spreadProps = function (a, b) { return __defProps(a, __getOwnPropDescs(b)); };
3667 +var __async = function (__this, __arguments, generator) {
3668 + return new Promise(function (resolve, reject) {
3669 + var fulfilled = function (value) {
3670 + try {
3671 + step(generator.next(value));
3672 + }
3673 + catch (e) {
3674 + reject(e);
3675 + }
3676 + };
3677 + var rejected = function (value) {
3678 + try {
3679 + step(generator.throw(value));
3680 + }
3681 + catch (e) {
3682 + reject(e);
3683 + }
3684 + };
3685 + var step = function (x) { return x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected); };
3686 + step((generator = generator.apply(__this, __arguments)).next());
3687 + });
3688 +};
3689 +// src/index.ts
3690 +
3691 +
3692 +
3693 +
3694 +// src/createDraftSafeSelector.ts
3695 +
3696 +
3697 +var createDraftSafeSelector = function () {
3698 + var args = [];
3699 + for (var _i = 0; _i < arguments.length; _i++) {
3700 + args[_i] = arguments[_i];
3701 + }
3702 + var selector = reselect__WEBPACK_IMPORTED_MODULE_2__.createSelector.apply(void 0, args);
3703 + var wrappedSelector = function (value) {
3704 + var rest = [];
3705 + for (var _i = 1; _i < arguments.length; _i++) {
3706 + rest[_i - 1] = arguments[_i];
3707 + }
3708 + return selector.apply(void 0, __spreadArray([(0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraft)(value) ? (0,immer__WEBPACK_IMPORTED_MODULE_0__.current)(value) : value], rest));
3709 + };
3710 + return wrappedSelector;
3711 +};
3712 +// src/configureStore.ts
3713 +
3714 +// src/devtoolsExtension.ts
3715 +
3716 +var composeWithDevTools = typeof window !== "undefined" && window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ? window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ : function () {
3717 + if (arguments.length === 0)
3718 + return void 0;
3719 + if (typeof arguments[0] === "object")
3720 + return redux__WEBPACK_IMPORTED_MODULE_1__.compose;
3721 + return redux__WEBPACK_IMPORTED_MODULE_1__.compose.apply(null, arguments);
3722 +};
3723 +var devToolsEnhancer = typeof window !== "undefined" && window.__REDUX_DEVTOOLS_EXTENSION__ ? window.__REDUX_DEVTOOLS_EXTENSION__ : function () {
3724 + return function (noop2) {
3725 + return noop2;
3726 + };
3727 +};
3728 +// src/isPlainObject.ts
3729 +function isPlainObject(value) {
3730 + if (typeof value !== "object" || value === null)
3731 + return false;
3732 + var proto = Object.getPrototypeOf(value);
3733 + if (proto === null)
3734 + return true;
3735 + var baseProto = proto;
3736 + while (Object.getPrototypeOf(baseProto) !== null) {
3737 + baseProto = Object.getPrototypeOf(baseProto);
3738 + }
3739 + return proto === baseProto;
3740 +}
3741 +// src/getDefaultMiddleware.ts
3742 +
3743 +// src/tsHelpers.ts
3744 +var hasMatchFunction = function (v) {
3745 + return v && typeof v.match === "function";
3746 +};
3747 +// src/createAction.ts
3748 +function createAction(type, prepareAction) {
3749 + function actionCreator() {
3750 + var args = [];
3751 + for (var _i = 0; _i < arguments.length; _i++) {
3752 + args[_i] = arguments[_i];
3753 + }
3754 + if (prepareAction) {
3755 + var prepared = prepareAction.apply(void 0, args);
3756 + if (!prepared) {
3757 + throw new Error("prepareAction did not return an object");
3758 + }
3759 + return __spreadValues(__spreadValues({
3760 + type: type,
3761 + payload: prepared.payload
3762 + }, "meta" in prepared && { meta: prepared.meta }), "error" in prepared && { error: prepared.error });
3763 + }
3764 + return { type: type, payload: args[0] };
3765 + }
3766 + actionCreator.toString = function () { return "" + type; };
3767 + actionCreator.type = type;
3768 + actionCreator.match = function (action) { return action.type === type; };
3769 + return actionCreator;
3770 +}
3771 +function isAction(action) {
3772 + return isPlainObject(action) && "type" in action;
3773 +}
3774 +function isActionCreator(action) {
3775 + return typeof action === "function" && "type" in action && hasMatchFunction(action);
3776 +}
3777 +function isFSA(action) {
3778 + return isAction(action) && typeof action.type === "string" && Object.keys(action).every(isValidKey);
3779 +}
3780 +function isValidKey(key) {
3781 + return ["type", "payload", "error", "meta"].indexOf(key) > -1;
3782 +}
3783 +function getType(actionCreator) {
3784 + return "" + actionCreator;
3785 +}
3786 +// src/actionCreatorInvariantMiddleware.ts
3787 +function getMessage(type) {
3788 + var splitType = type ? ("" + type).split("/") : [];
3789 + var actionName = splitType[splitType.length - 1] || "actionCreator";
3790 + return "Detected an action creator with type \"" + (type || "unknown") + "\" being dispatched. \nMake sure you're calling the action creator before dispatching, i.e. `dispatch(" + actionName + "())` instead of `dispatch(" + actionName + ")`. This is necessary even if the action has no payload.";
3791 +}
3792 +function createActionCreatorInvariantMiddleware(options) {
3793 + if (options === void 0) { options = {}; }
3794 + if (false) // removed by dead control flow
3795 +{}
3796 + var _c = options.isActionCreator, isActionCreator2 = _c === void 0 ? isActionCreator : _c;
3797 + return function () { return function (next) { return function (action) {
3798 + if (isActionCreator2(action)) {
3799 + console.warn(getMessage(action.type));
3800 + }
3801 + return next(action);
3802 + }; }; };
3803 +}
3804 +// src/utils.ts
3805 +
3806 +function getTimeMeasureUtils(maxDelay, fnName) {
3807 + var elapsed = 0;
3808 + return {
3809 + measureTime: function (fn) {
3810 + var started = Date.now();
3811 + try {
3812 + return fn();
3813 + }
3814 + finally {
3815 + var finished = Date.now();
3816 + elapsed += finished - started;
3817 + }
3818 + },
3819 + warnIfExceeded: function () {
3820 + if (elapsed > maxDelay) {
3821 + console.warn(fnName + " took " + elapsed + "ms, which is more than the warning threshold of " + maxDelay + "ms. \nIf your state or actions are very large, you may want to disable the middleware as it might cause too much of a slowdown in development mode. See https://redux-toolkit.js.org/api/getDefaultMiddleware for instructions.\nIt is disabled in production builds, so you don't need to worry about that.");
3822 + }
3823 + }
3824 + };
3825 +}
3826 +var MiddlewareArray = /** @class */ (function (_super) {
3827 + __extends(MiddlewareArray, _super);
3828 + function MiddlewareArray() {
3829 + var args = [];
3830 + for (var _i = 0; _i < arguments.length; _i++) {
3831 + args[_i] = arguments[_i];
3832 + }
3833 + var _this = _super.apply(this, args) || this;
3834 + Object.setPrototypeOf(_this, MiddlewareArray.prototype);
3835 + return _this;
3836 + }
3837 + Object.defineProperty(MiddlewareArray, Symbol.species, {
3838 + get: function () {
3839 + return MiddlewareArray;
3840 + },
3841 + enumerable: false,
3842 + configurable: true
3843 + });
3844 + MiddlewareArray.prototype.concat = function () {
3845 + var arr = [];
3846 + for (var _i = 0; _i < arguments.length; _i++) {
3847 + arr[_i] = arguments[_i];
3848 + }
3849 + return _super.prototype.concat.apply(this, arr);
3850 + };
3851 + MiddlewareArray.prototype.prepend = function () {
3852 + var arr = [];
3853 + for (var _i = 0; _i < arguments.length; _i++) {
3854 + arr[_i] = arguments[_i];
3855 + }
3856 + if (arr.length === 1 && Array.isArray(arr[0])) {
3857 + return new (MiddlewareArray.bind.apply(MiddlewareArray, __spreadArray([void 0], arr[0].concat(this))))();
3858 + }
3859 + return new (MiddlewareArray.bind.apply(MiddlewareArray, __spreadArray([void 0], arr.concat(this))))();
3860 + };
3861 + return MiddlewareArray;
3862 +}(Array));
3863 +var EnhancerArray = /** @class */ (function (_super) {
3864 + __extends(EnhancerArray, _super);
3865 + function EnhancerArray() {
3866 + var args = [];
3867 + for (var _i = 0; _i < arguments.length; _i++) {
3868 + args[_i] = arguments[_i];
3869 + }
3870 + var _this = _super.apply(this, args) || this;
3871 + Object.setPrototypeOf(_this, EnhancerArray.prototype);
3872 + return _this;
3873 + }
3874 + Object.defineProperty(EnhancerArray, Symbol.species, {
3875 + get: function () {
3876 + return EnhancerArray;
3877 + },
3878 + enumerable: false,
3879 + configurable: true
3880 + });
3881 + EnhancerArray.prototype.concat = function () {
3882 + var arr = [];
3883 + for (var _i = 0; _i < arguments.length; _i++) {
3884 + arr[_i] = arguments[_i];
3885 + }
3886 + return _super.prototype.concat.apply(this, arr);
3887 + };
3888 + EnhancerArray.prototype.prepend = function () {
3889 + var arr = [];
3890 + for (var _i = 0; _i < arguments.length; _i++) {
3891 + arr[_i] = arguments[_i];
3892 + }
3893 + if (arr.length === 1 && Array.isArray(arr[0])) {
3894 + return new (EnhancerArray.bind.apply(EnhancerArray, __spreadArray([void 0], arr[0].concat(this))))();
3895 + }
3896 + return new (EnhancerArray.bind.apply(EnhancerArray, __spreadArray([void 0], arr.concat(this))))();
3897 + };
3898 + return EnhancerArray;
3899 +}(Array));
3900 +function freezeDraftable(val) {
3901 + return (0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraftable)(val) ? (0,immer__WEBPACK_IMPORTED_MODULE_0__["default"])(val, function () {
3902 + }) : val;
3903 +}
3904 +// src/immutableStateInvariantMiddleware.ts
3905 +var isProduction = "development" === "production";
3906 +var prefix = "Invariant failed";
3907 +function invariant(condition, message) {
3908 + if (condition) {
3909 + return;
3910 + }
3911 + if (isProduction) {
3912 + throw new Error(prefix);
3913 + }
3914 + throw new Error(prefix + ": " + (message || ""));
3915 +}
3916 +function stringify(obj, serializer, indent, decycler) {
3917 + return JSON.stringify(obj, getSerialize(serializer, decycler), indent);
3918 +}
3919 +function getSerialize(serializer, decycler) {
3920 + var stack = [], keys = [];
3921 + if (!decycler)
3922 + decycler = function (_, value) {
3923 + if (stack[0] === value)
3924 + return "[Circular ~]";
3925 + return "[Circular ~." + keys.slice(0, stack.indexOf(value)).join(".") + "]";
3926 + };
3927 + return function (key, value) {
3928 + if (stack.length > 0) {
3929 + var thisPos = stack.indexOf(this);
3930 + ~thisPos ? stack.splice(thisPos + 1) : stack.push(this);
3931 + ~thisPos ? keys.splice(thisPos, Infinity, key) : keys.push(key);
3932 + if (~stack.indexOf(value))
3933 + value = decycler.call(this, key, value);
3934 + }
3935 + else
3936 + stack.push(value);
3937 + return serializer == null ? value : serializer.call(this, key, value);
3938 + };
3939 +}
3940 +function isImmutableDefault(value) {
3941 + return typeof value !== "object" || value == null || Object.isFrozen(value);
3942 +}
3943 +function trackForMutations(isImmutable, ignorePaths, obj) {
3944 + var trackedProperties = trackProperties(isImmutable, ignorePaths, obj);
3945 + return {
3946 + detectMutations: function () {
3947 + return detectMutations(isImmutable, ignorePaths, trackedProperties, obj);
3948 + }
3949 + };
3950 +}
3951 +function trackProperties(isImmutable, ignorePaths, obj, path, checkedObjects) {
3952 + if (ignorePaths === void 0) { ignorePaths = []; }
3953 + if (path === void 0) { path = ""; }
3954 + if (checkedObjects === void 0) { checkedObjects = new Set(); }
3955 + var tracked = { value: obj };
3956 + if (!isImmutable(obj) && !checkedObjects.has(obj)) {
3957 + checkedObjects.add(obj);
3958 + tracked.children = {};
3959 + for (var key in obj) {
3960 + var childPath = path ? path + "." + key : key;
3961 + if (ignorePaths.length && ignorePaths.indexOf(childPath) !== -1) {
3962 + continue;
3963 + }
3964 + tracked.children[key] = trackProperties(isImmutable, ignorePaths, obj[key], childPath);
3965 + }
3966 + }
3967 + return tracked;
3968 +}
3969 +function detectMutations(isImmutable, ignoredPaths, trackedProperty, obj, sameParentRef, path) {
3970 + if (ignoredPaths === void 0) { ignoredPaths = []; }
3971 + if (sameParentRef === void 0) { sameParentRef = false; }
3972 + if (path === void 0) { path = ""; }
3973 + var prevObj = trackedProperty ? trackedProperty.value : void 0;
3974 + var sameRef = prevObj === obj;
3975 + if (sameParentRef && !sameRef && !Number.isNaN(obj)) {
3976 + return { wasMutated: true, path: path };
3977 + }
3978 + if (isImmutable(prevObj) || isImmutable(obj)) {
3979 + return { wasMutated: false };
3980 + }
3981 + var keysToDetect = {};
3982 + for (var key in trackedProperty.children) {
3983 + keysToDetect[key] = true;
3984 + }
3985 + for (var key in obj) {
3986 + keysToDetect[key] = true;
3987 + }
3988 + var hasIgnoredPaths = ignoredPaths.length > 0;
3989 + var _loop_1 = function (key) {
3990 + var nestedPath = path ? path + "." + key : key;
3991 + if (hasIgnoredPaths) {
3992 + var hasMatches = ignoredPaths.some(function (ignored) {
3993 + if (ignored instanceof RegExp) {
3994 + return ignored.test(nestedPath);
3995 + }
3996 + return nestedPath === ignored;
3997 + });
3998 + if (hasMatches) {
3999 + return "continue";
4000 + }
4001 + }
4002 + var result = detectMutations(isImmutable, ignoredPaths, trackedProperty.children[key], obj[key], sameRef, nestedPath);
4003 + if (result.wasMutated) {
4004 + return { value: result };
4005 + }
4006 + };
4007 + for (var key in keysToDetect) {
4008 + var state_1 = _loop_1(key);
4009 + if (typeof state_1 === "object")
4010 + return state_1.value;
4011 + }
4012 + return { wasMutated: false };
4013 +}
4014 +function createImmutableStateInvariantMiddleware(options) {
4015 + if (options === void 0) { options = {}; }
4016 + if (false) // removed by dead control flow
4017 +{}
4018 + var _c = options.isImmutable, isImmutable = _c === void 0 ? isImmutableDefault : _c, ignoredPaths = options.ignoredPaths, _d = options.warnAfter, warnAfter = _d === void 0 ? 32 : _d, ignore = options.ignore;
4019 + ignoredPaths = ignoredPaths || ignore;
4020 + var track = trackForMutations.bind(null, isImmutable, ignoredPaths);
4021 + return function (_c) {
4022 + var getState = _c.getState;
4023 + var state = getState();
4024 + var tracker = track(state);
4025 + var result;
4026 + return function (next) { return function (action) {
4027 + var measureUtils = getTimeMeasureUtils(warnAfter, "ImmutableStateInvariantMiddleware");
4028 + measureUtils.measureTime(function () {
4029 + state = getState();
4030 + result = tracker.detectMutations();
4031 + tracker = track(state);
4032 + invariant(!result.wasMutated, "A state mutation was detected between dispatches, in the path '" + (result.path || "") + "'. This may cause incorrect behavior. (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)");
4033 + });
4034 + var dispatchedAction = next(action);
4035 + measureUtils.measureTime(function () {
4036 + state = getState();
4037 + result = tracker.detectMutations();
4038 + tracker = track(state);
4039 + result.wasMutated && invariant(!result.wasMutated, "A state mutation was detected inside a dispatch, in the path: " + (result.path || "") + ". Take a look at the reducer(s) handling the action " + stringify(action) + ". (https://redux.js.org/style-guide/style-guide#do-not-mutate-state)");
4040 + });
4041 + measureUtils.warnIfExceeded();
4042 + return dispatchedAction;
4043 + }; };
4044 + };
4045 +}
4046 +// src/serializableStateInvariantMiddleware.ts
4047 +function isPlain(val) {
4048 + var type = typeof val;
4049 + return val == null || type === "string" || type === "boolean" || type === "number" || Array.isArray(val) || isPlainObject(val);
4050 +}
4051 +function findNonSerializableValue(value, path, isSerializable, getEntries, ignoredPaths, cache) {
4052 + if (path === void 0) { path = ""; }
4053 + if (isSerializable === void 0) { isSerializable = isPlain; }
4054 + if (ignoredPaths === void 0) { ignoredPaths = []; }
4055 + var foundNestedSerializable;
4056 + if (!isSerializable(value)) {
4057 + return {
4058 + keyPath: path || "<root>",
4059 + value: value
4060 + };
4061 + }
4062 + if (typeof value !== "object" || value === null) {
4063 + return false;
4064 + }
4065 + if (cache == null ? void 0 : cache.has(value))
4066 + return false;
4067 + var entries = getEntries != null ? getEntries(value) : Object.entries(value);
4068 + var hasIgnoredPaths = ignoredPaths.length > 0;
4069 + var _loop_2 = function (key, nestedValue) {
4070 + var nestedPath = path ? path + "." + key : key;
4071 + if (hasIgnoredPaths) {
4072 + var hasMatches = ignoredPaths.some(function (ignored) {
4073 + if (ignored instanceof RegExp) {
4074 + return ignored.test(nestedPath);
4075 + }
4076 + return nestedPath === ignored;
4077 + });
4078 + if (hasMatches) {
4079 + return "continue";
4080 + }
4081 + }
4082 + if (!isSerializable(nestedValue)) {
4083 + return { value: {
4084 + keyPath: nestedPath,
4085 + value: nestedValue
4086 + } };
4087 + }
4088 + if (typeof nestedValue === "object") {
4089 + foundNestedSerializable = findNonSerializableValue(nestedValue, nestedPath, isSerializable, getEntries, ignoredPaths, cache);
4090 + if (foundNestedSerializable) {
4091 + return { value: foundNestedSerializable };
4092 + }
4093 + }
4094 + };
4095 + for (var _i = 0, entries_1 = entries; _i < entries_1.length; _i++) {
4096 + var _c = entries_1[_i], key = _c[0], nestedValue = _c[1];
4097 + var state_2 = _loop_2(key, nestedValue);
4098 + if (typeof state_2 === "object")
4099 + return state_2.value;
4100 + }
4101 + if (cache && isNestedFrozen(value))
4102 + cache.add(value);
4103 + return false;
4104 +}
4105 +function isNestedFrozen(value) {
4106 + if (!Object.isFrozen(value))
4107 + return false;
4108 + for (var _i = 0, _c = Object.values(value); _i < _c.length; _i++) {
4109 + var nestedValue = _c[_i];
4110 + if (typeof nestedValue !== "object" || nestedValue === null)
4111 + continue;
4112 + if (!isNestedFrozen(nestedValue))
4113 + return false;
4114 + }
4115 + return true;
4116 +}
4117 +function createSerializableStateInvariantMiddleware(options) {
4118 + if (options === void 0) { options = {}; }
4119 + if (false) // removed by dead control flow
4120 +{}
4121 + var _c = options.isSerializable, isSerializable = _c === void 0 ? isPlain : _c, getEntries = options.getEntries, _d = options.ignoredActions, ignoredActions = _d === void 0 ? [] : _d, _e = options.ignoredActionPaths, ignoredActionPaths = _e === void 0 ? ["meta.arg", "meta.baseQueryMeta"] : _e, _f = options.ignoredPaths, ignoredPaths = _f === void 0 ? [] : _f, _g = options.warnAfter, warnAfter = _g === void 0 ? 32 : _g, _h = options.ignoreState, ignoreState = _h === void 0 ? false : _h, _j = options.ignoreActions, ignoreActions = _j === void 0 ? false : _j, _k = options.disableCache, disableCache = _k === void 0 ? false : _k;
4122 + var cache = !disableCache && WeakSet ? new WeakSet() : void 0;
4123 + return function (storeAPI) { return function (next) { return function (action) {
4124 + var result = next(action);
4125 + var measureUtils = getTimeMeasureUtils(warnAfter, "SerializableStateInvariantMiddleware");
4126 + if (!ignoreActions && !(ignoredActions.length && ignoredActions.indexOf(action.type) !== -1)) {
4127 + measureUtils.measureTime(function () {
4128 + var foundActionNonSerializableValue = findNonSerializableValue(action, "", isSerializable, getEntries, ignoredActionPaths, cache);
4129 + if (foundActionNonSerializableValue) {
4130 + var keyPath = foundActionNonSerializableValue.keyPath, value = foundActionNonSerializableValue.value;
4131 + console.error("A non-serializable value was detected in an action, in the path: `" + keyPath + "`. Value:", value, "\nTake a look at the logic that dispatched this action: ", action, "\n(See https://redux.js.org/faq/actions#why-should-type-be-a-string-or-at-least-serializable-why-should-my-action-types-be-constants)", "\n(To allow non-serializable values see: https://redux-toolkit.js.org/usage/usage-guide#working-with-non-serializable-data)");
4132 + }
4133 + });
4134 + }
4135 + if (!ignoreState) {
4136 + measureUtils.measureTime(function () {
4137 + var state = storeAPI.getState();
4138 + var foundStateNonSerializableValue = findNonSerializableValue(state, "", isSerializable, getEntries, ignoredPaths, cache);
4139 + if (foundStateNonSerializableValue) {
4140 + var keyPath = foundStateNonSerializableValue.keyPath, value = foundStateNonSerializableValue.value;
4141 + console.error("A non-serializable value was detected in the state, in the path: `" + keyPath + "`. Value:", value, "\nTake a look at the reducer(s) handling this action type: " + action.type + ".\n(See https://redux.js.org/faq/organizing-state#can-i-put-functions-promises-or-other-non-serializable-items-in-my-store-state)");
4142 + }
4143 + });
4144 + measureUtils.warnIfExceeded();
4145 + }
4146 + return result;
4147 + }; }; };
4148 +}
4149 +// src/getDefaultMiddleware.ts
4150 +function isBoolean(x) {
4151 + return typeof x === "boolean";
4152 +}
4153 +function curryGetDefaultMiddleware() {
4154 + return function curriedGetDefaultMiddleware(options) {
4155 + return getDefaultMiddleware(options);
4156 + };
4157 +}
4158 +function getDefaultMiddleware(options) {
4159 + if (options === void 0) { options = {}; }
4160 + var _c = options.thunk, thunk = _c === void 0 ? true : _c, _d = options.immutableCheck, immutableCheck = _d === void 0 ? true : _d, _e = options.serializableCheck, serializableCheck = _e === void 0 ? true : _e, _f = options.actionCreatorCheck, actionCreatorCheck = _f === void 0 ? true : _f;
4161 + var middlewareArray = new MiddlewareArray();
4162 + if (thunk) {
4163 + if (isBoolean(thunk)) {
4164 + middlewareArray.push(redux_thunk__WEBPACK_IMPORTED_MODULE_3__["default"]);
4165 + }
4166 + else {
4167 + middlewareArray.push(redux_thunk__WEBPACK_IMPORTED_MODULE_3__["default"].withExtraArgument(thunk.extraArgument));
4168 + }
4169 + }
4170 + if (true) {
4171 + if (immutableCheck) {
4172 + var immutableOptions = {};
4173 + if (!isBoolean(immutableCheck)) {
4174 + immutableOptions = immutableCheck;
4175 + }
4176 + middlewareArray.unshift(createImmutableStateInvariantMiddleware(immutableOptions));
4177 + }
4178 + if (serializableCheck) {
4179 + var serializableOptions = {};
4180 + if (!isBoolean(serializableCheck)) {
4181 + serializableOptions = serializableCheck;
4182 + }
4183 + middlewareArray.push(createSerializableStateInvariantMiddleware(serializableOptions));
4184 + }
4185 + if (actionCreatorCheck) {
4186 + var actionCreatorOptions = {};
4187 + if (!isBoolean(actionCreatorCheck)) {
4188 + actionCreatorOptions = actionCreatorCheck;
4189 + }
4190 + middlewareArray.unshift(createActionCreatorInvariantMiddleware(actionCreatorOptions));
4191 + }
4192 + }
4193 + return middlewareArray;
4194 +}
4195 +// src/configureStore.ts
4196 +var IS_PRODUCTION = "development" === "production";
4197 +function configureStore(options) {
4198 + var curriedGetDefaultMiddleware = curryGetDefaultMiddleware();
4199 + var _c = options || {}, _d = _c.reducer, reducer = _d === void 0 ? void 0 : _d, _e = _c.middleware, middleware = _e === void 0 ? curriedGetDefaultMiddleware() : _e, _f = _c.devTools, devTools = _f === void 0 ? true : _f, _g = _c.preloadedState, preloadedState = _g === void 0 ? void 0 : _g, _h = _c.enhancers, enhancers = _h === void 0 ? void 0 : _h;
4200 + var rootReducer;
4201 + if (typeof reducer === "function") {
4202 + rootReducer = reducer;
4203 + }
4204 + else if (isPlainObject(reducer)) {
4205 + rootReducer = (0,redux__WEBPACK_IMPORTED_MODULE_1__.combineReducers)(reducer);
4206 + }
4207 + else {
4208 + throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');
4209 + }
4210 + var finalMiddleware = middleware;
4211 + if (typeof finalMiddleware === "function") {
4212 + finalMiddleware = finalMiddleware(curriedGetDefaultMiddleware);
4213 + if (!IS_PRODUCTION && !Array.isArray(finalMiddleware)) {
4214 + throw new Error("when using a middleware builder function, an array of middleware must be returned");
4215 + }
4216 + }
4217 + if (!IS_PRODUCTION && finalMiddleware.some(function (item) { return typeof item !== "function"; })) {
4218 + throw new Error("each middleware provided to configureStore must be a function");
4219 + }
4220 + var middlewareEnhancer = redux__WEBPACK_IMPORTED_MODULE_1__.applyMiddleware.apply(void 0, finalMiddleware);
4221 + var finalCompose = redux__WEBPACK_IMPORTED_MODULE_1__.compose;
4222 + if (devTools) {
4223 + finalCompose = composeWithDevTools(__spreadValues({
4224 + trace: !IS_PRODUCTION
4225 + }, typeof devTools === "object" && devTools));
4226 + }
4227 + var defaultEnhancers = new EnhancerArray(middlewareEnhancer);
4228 + var storeEnhancers = defaultEnhancers;
4229 + if (Array.isArray(enhancers)) {
4230 + storeEnhancers = __spreadArray([middlewareEnhancer], enhancers);
4231 + }
4232 + else if (typeof enhancers === "function") {
4233 + storeEnhancers = enhancers(defaultEnhancers);
4234 + }
4235 + var composedEnhancer = finalCompose.apply(void 0, storeEnhancers);
4236 + return (0,redux__WEBPACK_IMPORTED_MODULE_1__.createStore)(rootReducer, preloadedState, composedEnhancer);
4237 +}
4238 +// src/createReducer.ts
4239 +
4240 +// src/mapBuilders.ts
4241 +function executeReducerBuilderCallback(builderCallback) {
4242 + var actionsMap = {};
4243 + var actionMatchers = [];
4244 + var defaultCaseReducer;
4245 + var builder = {
4246 + addCase: function (typeOrActionCreator, reducer) {
4247 + if (true) {
4248 + if (actionMatchers.length > 0) {
4249 + throw new Error("`builder.addCase` should only be called before calling `builder.addMatcher`");
4250 + }
4251 + if (defaultCaseReducer) {
4252 + throw new Error("`builder.addCase` should only be called before calling `builder.addDefaultCase`");
4253 + }
4254 + }
4255 + var type = typeof typeOrActionCreator === "string" ? typeOrActionCreator : typeOrActionCreator.type;
4256 + if (!type) {
4257 + throw new Error("`builder.addCase` cannot be called with an empty action type");
4258 + }
4259 + if (type in actionsMap) {
4260 + throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");
4261 + }
4262 + actionsMap[type] = reducer;
4263 + return builder;
4264 + },
4265 + addMatcher: function (matcher, reducer) {
4266 + if (true) {
4267 + if (defaultCaseReducer) {
4268 + throw new Error("`builder.addMatcher` should only be called before calling `builder.addDefaultCase`");
4269 + }
4270 + }
4271 + actionMatchers.push({ matcher: matcher, reducer: reducer });
4272 + return builder;
4273 + },
4274 + addDefaultCase: function (reducer) {
4275 + if (true) {
4276 + if (defaultCaseReducer) {
4277 + throw new Error("`builder.addDefaultCase` can only be called once");
4278 + }
4279 + }
4280 + defaultCaseReducer = reducer;
4281 + return builder;
4282 + }
4283 + };
4284 + builderCallback(builder);
4285 + return [actionsMap, actionMatchers, defaultCaseReducer];
4286 +}
4287 +// src/createReducer.ts
4288 +function isStateFunction(x) {
4289 + return typeof x === "function";
4290 +}
4291 +var hasWarnedAboutObjectNotation = false;
4292 +function createReducer(initialState, mapOrBuilderCallback, actionMatchers, defaultCaseReducer) {
4293 + if (actionMatchers === void 0) { actionMatchers = []; }
4294 + if (true) {
4295 + if (typeof mapOrBuilderCallback === "object") {
4296 + if (!hasWarnedAboutObjectNotation) {
4297 + hasWarnedAboutObjectNotation = true;
4298 + console.warn("The object notation for `createReducer` is deprecated, and will be removed in RTK 2.0. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createReducer");
4299 + }
4300 + }
4301 + }
4302 + var _c = typeof mapOrBuilderCallback === "function" ? executeReducerBuilderCallback(mapOrBuilderCallback) : [mapOrBuilderCallback, actionMatchers, defaultCaseReducer], actionsMap = _c[0], finalActionMatchers = _c[1], finalDefaultCaseReducer = _c[2];
4303 + var getInitialState;
4304 + if (isStateFunction(initialState)) {
4305 + getInitialState = function () { return freezeDraftable(initialState()); };
4306 + }
4307 + else {
4308 + var frozenInitialState_1 = freezeDraftable(initialState);
4309 + getInitialState = function () { return frozenInitialState_1; };
4310 + }
4311 + function reducer(state, action) {
4312 + if (state === void 0) { state = getInitialState(); }
4313 + var caseReducers = __spreadArray([
4314 + actionsMap[action.type]
4315 + ], finalActionMatchers.filter(function (_c) {
4316 + var matcher = _c.matcher;
4317 + return matcher(action);
4318 + }).map(function (_c) {
4319 + var reducer2 = _c.reducer;
4320 + return reducer2;
4321 + }));
4322 + if (caseReducers.filter(function (cr) { return !!cr; }).length === 0) {
4323 + caseReducers = [finalDefaultCaseReducer];
4324 + }
4325 + return caseReducers.reduce(function (previousState, caseReducer) {
4326 + if (caseReducer) {
4327 + if ((0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraft)(previousState)) {
4328 + var draft = previousState;
4329 + var result = caseReducer(draft, action);
4330 + if (result === void 0) {
4331 + return previousState;
4332 + }
4333 + return result;
4334 + }
4335 + else if (!(0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraftable)(previousState)) {
4336 + var result = caseReducer(previousState, action);
4337 + if (result === void 0) {
4338 + if (previousState === null) {
4339 + return previousState;
4340 + }
4341 + throw Error("A case reducer on a non-draftable value must not return undefined");
4342 + }
4343 + return result;
4344 + }
4345 + else {
4346 + return (0,immer__WEBPACK_IMPORTED_MODULE_0__["default"])(previousState, function (draft) {
4347 + return caseReducer(draft, action);
4348 + });
4349 + }
4350 + }
4351 + return previousState;
4352 + }, state);
4353 + }
4354 + reducer.getInitialState = getInitialState;
4355 + return reducer;
4356 +}
4357 +// src/createSlice.ts
4358 +var hasWarnedAboutObjectNotation2 = false;
4359 +function getType2(slice, actionKey) {
4360 + return slice + "/" + actionKey;
4361 +}
4362 +function createSlice(options) {
4363 + var name = options.name;
4364 + if (!name) {
4365 + throw new Error("`name` is a required option for createSlice");
4366 + }
4367 + if (typeof process !== "undefined" && "development" === "development") {
4368 + if (options.initialState === void 0) {
4369 + console.error("You must provide an `initialState` value that is not `undefined`. You may have misspelled `initialState`");
4370 + }
4371 + }
4372 + var initialState = typeof options.initialState == "function" ? options.initialState : freezeDraftable(options.initialState);
4373 + var reducers = options.reducers || {};
4374 + var reducerNames = Object.keys(reducers);
4375 + var sliceCaseReducersByName = {};
4376 + var sliceCaseReducersByType = {};
4377 + var actionCreators = {};
4378 + reducerNames.forEach(function (reducerName) {
4379 + var maybeReducerWithPrepare = reducers[reducerName];
4380 + var type = getType2(name, reducerName);
4381 + var caseReducer;
4382 + var prepareCallback;
4383 + if ("reducer" in maybeReducerWithPrepare) {
4384 + caseReducer = maybeReducerWithPrepare.reducer;
4385 + prepareCallback = maybeReducerWithPrepare.prepare;
4386 + }
4387 + else {
4388 + caseReducer = maybeReducerWithPrepare;
4389 + }
4390 + sliceCaseReducersByName[reducerName] = caseReducer;
4391 + sliceCaseReducersByType[type] = caseReducer;
4392 + actionCreators[reducerName] = prepareCallback ? createAction(type, prepareCallback) : createAction(type);
4393 + });
4394 + function buildReducer() {
4395 + if (true) {
4396 + if (typeof options.extraReducers === "object") {
4397 + if (!hasWarnedAboutObjectNotation2) {
4398 + hasWarnedAboutObjectNotation2 = true;
4399 + console.warn("The object notation for `createSlice.extraReducers` is deprecated, and will be removed in RTK 2.0. Please use the 'builder callback' notation instead: https://redux-toolkit.js.org/api/createSlice");
4400 + }
4401 + }
4402 + }
4403 + var _c = typeof options.extraReducers === "function" ? executeReducerBuilderCallback(options.extraReducers) : [options.extraReducers], _d = _c[0], extraReducers = _d === void 0 ? {} : _d, _e = _c[1], actionMatchers = _e === void 0 ? [] : _e, _f = _c[2], defaultCaseReducer = _f === void 0 ? void 0 : _f;
4404 + var finalCaseReducers = __spreadValues(__spreadValues({}, extraReducers), sliceCaseReducersByType);
4405 + return createReducer(initialState, function (builder) {
4406 + for (var key in finalCaseReducers) {
4407 + builder.addCase(key, finalCaseReducers[key]);
4408 + }
4409 + for (var _i = 0, actionMatchers_1 = actionMatchers; _i < actionMatchers_1.length; _i++) {
4410 + var m = actionMatchers_1[_i];
4411 + builder.addMatcher(m.matcher, m.reducer);
4412 + }
4413 + if (defaultCaseReducer) {
4414 + builder.addDefaultCase(defaultCaseReducer);
4415 + }
4416 + });
4417 + }
4418 + var _reducer;
4419 + return {
4420 + name: name,
4421 + reducer: function (state, action) {
4422 + if (!_reducer)
4423 + _reducer = buildReducer();
4424 + return _reducer(state, action);
4425 + },
4426 + actions: actionCreators,
4427 + caseReducers: sliceCaseReducersByName,
4428 + getInitialState: function () {
4429 + if (!_reducer)
4430 + _reducer = buildReducer();
4431 + return _reducer.getInitialState();
4432 + }
4433 + };
4434 +}
4435 +// src/entities/entity_state.ts
4436 +function getInitialEntityState() {
4437 + return {
4438 + ids: [],
4439 + entities: {}
4440 + };
4441 +}
4442 +function createInitialStateFactory() {
4443 + function getInitialState(additionalState) {
4444 + if (additionalState === void 0) { additionalState = {}; }
4445 + return Object.assign(getInitialEntityState(), additionalState);
4446 + }
4447 + return { getInitialState: getInitialState };
4448 +}
4449 +// src/entities/state_selectors.ts
4450 +function createSelectorsFactory() {
4451 + function getSelectors(selectState) {
4452 + var selectIds = function (state) { return state.ids; };
4453 + var selectEntities = function (state) { return state.entities; };
4454 + var selectAll = createDraftSafeSelector(selectIds, selectEntities, function (ids, entities) { return ids.map(function (id) { return entities[id]; }); });
4455 + var selectId = function (_, id) { return id; };
4456 + var selectById = function (entities, id) { return entities[id]; };
4457 + var selectTotal = createDraftSafeSelector(selectIds, function (ids) { return ids.length; });
4458 + if (!selectState) {
4459 + return {
4460 + selectIds: selectIds,
4461 + selectEntities: selectEntities,
4462 + selectAll: selectAll,
4463 + selectTotal: selectTotal,
4464 + selectById: createDraftSafeSelector(selectEntities, selectId, selectById)
4465 + };
4466 + }
4467 + var selectGlobalizedEntities = createDraftSafeSelector(selectState, selectEntities);
4468 + return {
4469 + selectIds: createDraftSafeSelector(selectState, selectIds),
4470 + selectEntities: selectGlobalizedEntities,
4471 + selectAll: createDraftSafeSelector(selectState, selectAll),
4472 + selectTotal: createDraftSafeSelector(selectState, selectTotal),
4473 + selectById: createDraftSafeSelector(selectGlobalizedEntities, selectId, selectById)
4474 + };
4475 + }
4476 + return { getSelectors: getSelectors };
4477 +}
4478 +// src/entities/state_adapter.ts
4479 +
4480 +function createSingleArgumentStateOperator(mutator) {
4481 + var operator = createStateOperator(function (_, state) { return mutator(state); });
4482 + return function operation(state) {
4483 + return operator(state, void 0);
4484 + };
4485 +}
4486 +function createStateOperator(mutator) {
4487 + return function operation(state, arg) {
4488 + function isPayloadActionArgument(arg2) {
4489 + return isFSA(arg2);
4490 + }
4491 + var runMutator = function (draft) {
4492 + if (isPayloadActionArgument(arg)) {
4493 + mutator(arg.payload, draft);
4494 + }
4495 + else {
4496 + mutator(arg, draft);
4497 + }
4498 + };
4499 + if ((0,immer__WEBPACK_IMPORTED_MODULE_0__.isDraft)(state)) {
4500 + runMutator(state);
4501 + return state;
4502 + }
4503 + else {
4504 + return (0,immer__WEBPACK_IMPORTED_MODULE_0__["default"])(state, runMutator);
4505 + }
4506 + };
4507 +}
4508 +// src/entities/utils.ts
4509 +function selectIdValue(entity, selectId) {
4510 + var key = selectId(entity);
4511 + if ( true && key === void 0) {
4512 + console.warn("The entity passed to the `selectId` implementation returned undefined.", "You should probably provide your own `selectId` implementation.", "The entity that was passed:", entity, "The `selectId` implementation:", selectId.toString());
4513 + }
4514 + return key;
4515 +}
4516 +function ensureEntitiesArray(entities) {
4517 + if (!Array.isArray(entities)) {
4518 + entities = Object.values(entities);
4519 + }
4520 + return entities;
4521 +}
4522 +function splitAddedUpdatedEntities(newEntities, selectId, state) {
4523 + newEntities = ensureEntitiesArray(newEntities);
4524 + var added = [];
4525 + var updated = [];
4526 + for (var _i = 0, newEntities_1 = newEntities; _i < newEntities_1.length; _i++) {
4527 + var entity = newEntities_1[_i];
4528 + var id = selectIdValue(entity, selectId);
4529 + if (id in state.entities) {
4530 + updated.push({ id: id, changes: entity });
4531 + }
4532 + else {
4533 + added.push(entity);
4534 + }
4535 + }
4536 + return [added, updated];
4537 +}
4538 +// src/entities/unsorted_state_adapter.ts
4539 +function createUnsortedStateAdapter(selectId) {
4540 + function addOneMutably(entity, state) {
4541 + var key = selectIdValue(entity, selectId);
4542 + if (key in state.entities) {
4543 + return;
4544 + }
4545 + state.ids.push(key);
4546 + state.entities[key] = entity;
4547 + }
4548 + function addManyMutably(newEntities, state) {
4549 + newEntities = ensureEntitiesArray(newEntities);
4550 + for (var _i = 0, newEntities_2 = newEntities; _i < newEntities_2.length; _i++) {
4551 + var entity = newEntities_2[_i];
4552 + addOneMutably(entity, state);
4553 + }
4554 + }
4555 + function setOneMutably(entity, state) {
4556 + var key = selectIdValue(entity, selectId);
4557 + if (!(key in state.entities)) {
4558 + state.ids.push(key);
4559 + }
4560 + state.entities[key] = entity;
4561 + }
4562 + function setManyMutably(newEntities, state) {
4563 + newEntities = ensureEntitiesArray(newEntities);
4564 + for (var _i = 0, newEntities_3 = newEntities; _i < newEntities_3.length; _i++) {
4565 + var entity = newEntities_3[_i];
4566 + setOneMutably(entity, state);
4567 + }
4568 + }
4569 + function setAllMutably(newEntities, state) {
4570 + newEntities = ensureEntitiesArray(newEntities);
4571 + state.ids = [];
4572 + state.entities = {};
4573 + addManyMutably(newEntities, state);
4574 + }
4575 + function removeOneMutably(key, state) {
4576 + return removeManyMutably([key], state);
4577 + }
4578 + function removeManyMutably(keys, state) {
4579 + var didMutate = false;
4580 + keys.forEach(function (key) {
4581 + if (key in state.entities) {
4582 + delete state.entities[key];
4583 + didMutate = true;
4584 + }
4585 + });
4586 + if (didMutate) {
4587 + state.ids = state.ids.filter(function (id) { return id in state.entities; });
4588 + }
4589 + }
4590 + function removeAllMutably(state) {
4591 + Object.assign(state, {
4592 + ids: [],
4593 + entities: {}
4594 + });
4595 + }
4596 + function takeNewKey(keys, update, state) {
4597 + var original2 = state.entities[update.id];
4598 + var updated = Object.assign({}, original2, update.changes);
4599 + var newKey = selectIdValue(updated, selectId);
4600 + var hasNewKey = newKey !== update.id;
4601 + if (hasNewKey) {
4602 + keys[update.id] = newKey;
4603 + delete state.entities[update.id];
4604 + }
4605 + state.entities[newKey] = updated;
4606 + return hasNewKey;
4607 + }
4608 + function updateOneMutably(update, state) {
4609 + return updateManyMutably([update], state);
4610 + }
4611 + function updateManyMutably(updates, state) {
4612 + var newKeys = {};
4613 + var updatesPerEntity = {};
4614 + updates.forEach(function (update) {
4615 + if (update.id in state.entities) {
4616 + updatesPerEntity[update.id] = {
4617 + id: update.id,
4618 + changes: __spreadValues(__spreadValues({}, updatesPerEntity[update.id] ? updatesPerEntity[update.id].changes : null), update.changes)
4619 + };
4620 + }
4621 + });
4622 + updates = Object.values(updatesPerEntity);
4623 + var didMutateEntities = updates.length > 0;
4624 + if (didMutateEntities) {
4625 + var didMutateIds = updates.filter(function (update) { return takeNewKey(newKeys, update, state); }).length > 0;
4626 + if (didMutateIds) {
4627 + state.ids = Object.keys(state.entities);
4628 + }
4629 + }
4630 + }
4631 + function upsertOneMutably(entity, state) {
4632 + return upsertManyMutably([entity], state);
4633 + }
4634 + function upsertManyMutably(newEntities, state) {
4635 + var _c = splitAddedUpdatedEntities(newEntities, selectId, state), added = _c[0], updated = _c[1];
4636 + updateManyMutably(updated, state);
4637 + addManyMutably(added, state);
4638 + }
4639 + return {
4640 + removeAll: createSingleArgumentStateOperator(removeAllMutably),
4641 + addOne: createStateOperator(addOneMutably),
4642 + addMany: createStateOperator(addManyMutably),
4643 + setOne: createStateOperator(setOneMutably),
4644 + setMany: createStateOperator(setManyMutably),
4645 + setAll: createStateOperator(setAllMutably),
4646 + updateOne: createStateOperator(updateOneMutably),
4647 + updateMany: createStateOperator(updateManyMutably),
4648 + upsertOne: createStateOperator(upsertOneMutably),
4649 + upsertMany: createStateOperator(upsertManyMutably),
4650 + removeOne: createStateOperator(removeOneMutably),
4651 + removeMany: createStateOperator(removeManyMutably)
4652 + };
4653 +}
4654 +// src/entities/sorted_state_adapter.ts
4655 +function createSortedStateAdapter(selectId, sort) {
4656 + var _c = createUnsortedStateAdapter(selectId), removeOne = _c.removeOne, removeMany = _c.removeMany, removeAll = _c.removeAll;
4657 + function addOneMutably(entity, state) {
4658 + return addManyMutably([entity], state);
4659 + }
4660 + function addManyMutably(newEntities, state) {
4661 + newEntities = ensureEntitiesArray(newEntities);
4662 + var models = newEntities.filter(function (model) { return !(selectIdValue(model, selectId) in state.entities); });
4663 + if (models.length !== 0) {
4664 + merge(models, state);
4665 + }
4666 + }
4667 + function setOneMutably(entity, state) {
4668 + return setManyMutably([entity], state);
4669 + }
4670 + function setManyMutably(newEntities, state) {
4671 + newEntities = ensureEntitiesArray(newEntities);
4672 + if (newEntities.length !== 0) {
4673 + merge(newEntities, state);
4674 + }
4675 + }
4676 + function setAllMutably(newEntities, state) {
4677 + newEntities = ensureEntitiesArray(newEntities);
4678 + state.entities = {};
4679 + state.ids = [];
4680 + addManyMutably(newEntities, state);
4681 + }
4682 + function updateOneMutably(update, state) {
4683 + return updateManyMutably([update], state);
4684 + }
4685 + function updateManyMutably(updates, state) {
4686 + var appliedUpdates = false;
4687 + for (var _i = 0, updates_1 = updates; _i < updates_1.length; _i++) {
4688 + var update = updates_1[_i];
4689 + var entity = state.entities[update.id];
4690 + if (!entity) {
4691 + continue;
4692 + }
4693 + appliedUpdates = true;
4694 + Object.assign(entity, update.changes);
4695 + var newId = selectId(entity);
4696 + if (update.id !== newId) {
4697 + delete state.entities[update.id];
4698 + state.entities[newId] = entity;
4699 + }
4700 + }
4701 + if (appliedUpdates) {
4702 + resortEntities(state);
4703 + }
4704 + }
4705 + function upsertOneMutably(entity, state) {
4706 + return upsertManyMutably([entity], state);
4707 + }
4708 + function upsertManyMutably(newEntities, state) {
4709 + var _c = splitAddedUpdatedEntities(newEntities, selectId, state), added = _c[0], updated = _c[1];
4710 + updateManyMutably(updated, state);
4711 + addManyMutably(added, state);
4712 + }
4713 + function areArraysEqual(a, b) {
4714 + if (a.length !== b.length) {
4715 + return false;
4716 + }
4717 + for (var i = 0; i < a.length && i < b.length; i++) {
4718 + if (a[i] === b[i]) {
4719 + continue;
4720 + }
4721 + return false;
4722 + }
4723 + return true;
4724 + }
4725 + function merge(models, state) {
4726 + models.forEach(function (model) {
4727 + state.entities[selectId(model)] = model;
4728 + });
4729 + resortEntities(state);
4730 + }
4731 + function resortEntities(state) {
4732 + var allEntities = Object.values(state.entities);
4733 + allEntities.sort(sort);
4734 + var newSortedIds = allEntities.map(selectId);
4735 + var ids = state.ids;
4736 + if (!areArraysEqual(ids, newSortedIds)) {
4737 + state.ids = newSortedIds;
4738 + }
4739 + }
4740 + return {
4741 + removeOne: removeOne,
4742 + removeMany: removeMany,
4743 + removeAll: removeAll,
4744 + addOne: createStateOperator(addOneMutably),
4745 + updateOne: createStateOperator(updateOneMutably),
4746 + upsertOne: createStateOperator(upsertOneMutably),
4747 + setOne: createStateOperator(setOneMutably),
4748 + setMany: createStateOperator(setManyMutably),
4749 + setAll: createStateOperator(setAllMutably),
4750 + addMany: createStateOperator(addManyMutably),
4751 + updateMany: createStateOperator(updateManyMutably),
4752 + upsertMany: createStateOperator(upsertManyMutably)
4753 + };
4754 +}
4755 +// src/entities/create_adapter.ts
4756 +function createEntityAdapter(options) {
4757 + if (options === void 0) { options = {}; }
4758 + var _c = __spreadValues({
4759 + sortComparer: false,
4760 + selectId: function (instance) { return instance.id; }
4761 + }, options), selectId = _c.selectId, sortComparer = _c.sortComparer;
4762 + var stateFactory = createInitialStateFactory();
4763 + var selectorsFactory = createSelectorsFactory();
4764 + var stateAdapter = sortComparer ? createSortedStateAdapter(selectId, sortComparer) : createUnsortedStateAdapter(selectId);
4765 + return __spreadValues(__spreadValues(__spreadValues({
4766 + selectId: selectId,
4767 + sortComparer: sortComparer
4768 + }, stateFactory), selectorsFactory), stateAdapter);
4769 +}
4770 +// src/nanoid.ts
4771 +var urlAlphabet = "ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW";
4772 +var nanoid = function (size) {
4773 + if (size === void 0) { size = 21; }
4774 + var id = "";
4775 + var i = size;
4776 + while (i--) {
4777 + id += urlAlphabet[Math.random() * 64 | 0];
4778 + }
4779 + return id;
4780 +};
4781 +// src/createAsyncThunk.ts
4782 +var commonProperties = [
4783 + "name",
4784 + "message",
4785 + "stack",
4786 + "code"
4787 +];
4788 +var RejectWithValue = /** @class */ (function () {
4789 + function RejectWithValue(payload, meta) {
4790 + this.payload = payload;
4791 + this.meta = meta;
4792 + }
4793 + return RejectWithValue;
4794 +}());
4795 +var FulfillWithMeta = /** @class */ (function () {
4796 + function FulfillWithMeta(payload, meta) {
4797 + this.payload = payload;
4798 + this.meta = meta;
4799 + }
4800 + return FulfillWithMeta;
4801 +}());
4802 +var miniSerializeError = function (value) {
4803 + if (typeof value === "object" && value !== null) {
4804 + var simpleError = {};
4805 + for (var _i = 0, commonProperties_1 = commonProperties; _i < commonProperties_1.length; _i++) {
4806 + var property = commonProperties_1[_i];
4807 + if (typeof value[property] === "string") {
4808 + simpleError[property] = value[property];
4809 + }
4810 + }
4811 + return simpleError;
4812 + }
4813 + return { message: String(value) };
4814 +};
4815 +var createAsyncThunk = (function () {
4816 + function createAsyncThunk2(typePrefix, payloadCreator, options) {
4817 + var fulfilled = createAction(typePrefix + "/fulfilled", function (payload, requestId, arg, meta) { return ({
4818 + payload: payload,
4819 + meta: __spreadProps(__spreadValues({}, meta || {}), {
4820 + arg: arg,
4821 + requestId: requestId,
4822 + requestStatus: "fulfilled"
4823 + })
4824 + }); });
4825 + var pending = createAction(typePrefix + "/pending", function (requestId, arg, meta) { return ({
4826 + payload: void 0,
4827 + meta: __spreadProps(__spreadValues({}, meta || {}), {
4828 + arg: arg,
4829 + requestId: requestId,
4830 + requestStatus: "pending"
4831 + })
4832 + }); });
4833 + var rejected = createAction(typePrefix + "/rejected", function (error, requestId, arg, payload, meta) { return ({
4834 + payload: payload,
4835 + error: (options && options.serializeError || miniSerializeError)(error || "Rejected"),
4836 + meta: __spreadProps(__spreadValues({}, meta || {}), {
4837 + arg: arg,
4838 + requestId: requestId,
4839 + rejectedWithValue: !!payload,
4840 + requestStatus: "rejected",
4841 + aborted: (error == null ? void 0 : error.name) === "AbortError",
4842 + condition: (error == null ? void 0 : error.name) === "ConditionError"
4843 + })
4844 + }); });
4845 + var displayedWarning = false;
4846 + var AC = typeof AbortController !== "undefined" ? AbortController : /** @class */ (function () {
4847 + function class_1() {
4848 + this.signal = {
4849 + aborted: false,
4850 + addEventListener: function () {
4851 + },
4852 + dispatchEvent: function () {
4853 + return false;
4854 + },
4855 + onabort: function () {
4856 + },
4857 + removeEventListener: function () {
4858 + },
4859 + reason: void 0,
4860 + throwIfAborted: function () {
4861 + }
4862 + };
4863 + }
4864 + class_1.prototype.abort = function () {
4865 + if (true) {
4866 + if (!displayedWarning) {
4867 + displayedWarning = true;
4868 + console.info("This platform does not implement AbortController. \nIf you want to use the AbortController to react to `abort` events, please consider importing a polyfill like 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only'.");
4869 + }
4870 + }
4871 + };
4872 + return class_1;
4873 + }());
4874 + function actionCreator(arg) {
4875 + return function (dispatch, getState, extra) {
4876 + var requestId = (options == null ? void 0 : options.idGenerator) ? options.idGenerator(arg) : nanoid();
4877 + var abortController = new AC();
4878 + var abortReason;
4879 + var started = false;
4880 + function abort(reason) {
4881 + abortReason = reason;
4882 + abortController.abort();
4883 + }
4884 + var promise2 = function () {
4885 + return __async(this, null, function () {
4886 + var _a, _b, finalAction, conditionResult, abortedPromise, err_1, skipDispatch;
4887 + return __generator(this, function (_c) {
4888 + switch (_c.label) {
4889 + case 0:
4890 + _c.trys.push([0, 4, , 5]);
4891 + conditionResult = (_a = options == null ? void 0 : options.condition) == null ? void 0 : _a.call(options, arg, { getState: getState, extra: extra });
4892 + if (!isThenable(conditionResult)) return [3 /*break*/, 2];
4893 + return [4 /*yield*/, conditionResult];
4894 + case 1:
4895 + conditionResult = _c.sent();
4896 + _c.label = 2;
4897 + case 2:
4898 + if (conditionResult === false || abortController.signal.aborted) {
4899 + throw {
4900 + name: "ConditionError",
4901 + message: "Aborted due to condition callback returning false."
4902 + };
4903 + }
4904 + started = true;
4905 + abortedPromise = new Promise(function (_, reject) { return abortController.signal.addEventListener("abort", function () { return reject({
4906 + name: "AbortError",
4907 + message: abortReason || "Aborted"
4908 + }); }); });
4909 + dispatch(pending(requestId, arg, (_b = options == null ? void 0 : options.getPendingMeta) == null ? void 0 : _b.call(options, { requestId: requestId, arg: arg }, { getState: getState, extra: extra })));
4910 + return [4 /*yield*/, Promise.race([
4911 + abortedPromise,
4912 + Promise.resolve(payloadCreator(arg, {
4913 + dispatch: dispatch,
4914 + getState: getState,
4915 + extra: extra,
4916 + requestId: requestId,
4917 + signal: abortController.signal,
4918 + abort: abort,
4919 + rejectWithValue: function (value, meta) {
4920 + return new RejectWithValue(value, meta);
4921 + },
4922 + fulfillWithValue: function (value, meta) {
4923 + return new FulfillWithMeta(value, meta);
4924 + }
4925 + })).then(function (result) {
4926 + if (result instanceof RejectWithValue) {
4927 + throw result;
4928 + }
4929 + if (result instanceof FulfillWithMeta) {
4930 + return fulfilled(result.payload, requestId, arg, result.meta);
4931 + }
4932 + return fulfilled(result, requestId, arg);
4933 + })
4934 + ])];
4935 + case 3:
4936 + finalAction = _c.sent();
4937 + return [3 /*break*/, 5];
4938 + case 4:
4939 + err_1 = _c.sent();
4940 + finalAction = err_1 instanceof RejectWithValue ? rejected(null, requestId, arg, err_1.payload, err_1.meta) : rejected(err_1, requestId, arg);
4941 + return [3 /*break*/, 5];
4942 + case 5:
4943 + skipDispatch = options && !options.dispatchConditionRejection && rejected.match(finalAction) && finalAction.meta.condition;
4944 + if (!skipDispatch) {
4945 + dispatch(finalAction);
4946 + }
4947 + return [2 /*return*/, finalAction];
4948 + }
4949 + });
4950 + });
4951 + }();
4952 + return Object.assign(promise2, {
4953 + abort: abort,
4954 + requestId: requestId,
4955 + arg: arg,
4956 + unwrap: function () {
4957 + return promise2.then(unwrapResult);
4958 + }
4959 + });
4960 + };
4961 + }
4962 + return Object.assign(actionCreator, {
4963 + pending: pending,
4964 + rejected: rejected,
4965 + fulfilled: fulfilled,
4966 + typePrefix: typePrefix
4967 + });
4968 + }
4969 + createAsyncThunk2.withTypes = function () { return createAsyncThunk2; };
4970 + return createAsyncThunk2;
4971 +})();
4972 +function unwrapResult(action) {
4973 + if (action.meta && action.meta.rejectedWithValue) {
4974 + throw action.payload;
4975 + }
4976 + if (action.error) {
4977 + throw action.error;
4978 + }
4979 + return action.payload;
4980 +}
4981 +function isThenable(value) {
4982 + return value !== null && typeof value === "object" && typeof value.then === "function";
4983 +}
4984 +// src/matchers.ts
4985 +var matches = function (matcher, action) {
4986 + if (hasMatchFunction(matcher)) {
4987 + return matcher.match(action);
4988 + }
4989 + else {
4990 + return matcher(action);
4991 + }
4992 +};
4993 +function isAnyOf() {
4994 + var matchers = [];
4995 + for (var _i = 0; _i < arguments.length; _i++) {
4996 + matchers[_i] = arguments[_i];
4997 + }
4998 + return function (action) {
4999 + return matchers.some(function (matcher) { return matches(matcher, action); });
5000 + };
5001 +}
5002 +function isAllOf() {
5003 + var matchers = [];
5004 + for (var _i = 0; _i < arguments.length; _i++) {
5005 + matchers[_i] = arguments[_i];
5006 + }
5007 + return function (action) {
5008 + return matchers.every(function (matcher) { return matches(matcher, action); });
5009 + };
5010 +}
5011 +function hasExpectedRequestMetadata(action, validStatus) {
5012 + if (!action || !action.meta)
5013 + return false;
5014 + var hasValidRequestId = typeof action.meta.requestId === "string";
5015 + var hasValidRequestStatus = validStatus.indexOf(action.meta.requestStatus) > -1;
5016 + return hasValidRequestId && hasValidRequestStatus;
5017 +}
5018 +function isAsyncThunkArray(a) {
5019 + return typeof a[0] === "function" && "pending" in a[0] && "fulfilled" in a[0] && "rejected" in a[0];
5020 +}
5021 +function isPending() {
5022 + var asyncThunks = [];
5023 + for (var _i = 0; _i < arguments.length; _i++) {
5024 + asyncThunks[_i] = arguments[_i];
5025 + }
5026 + if (asyncThunks.length === 0) {
5027 + return function (action) { return hasExpectedRequestMetadata(action, ["pending"]); };
5028 + }
5029 + if (!isAsyncThunkArray(asyncThunks)) {
5030 + return isPending()(asyncThunks[0]);
5031 + }
5032 + return function (action) {
5033 + var matchers = asyncThunks.map(function (asyncThunk) { return asyncThunk.pending; });
5034 + var combinedMatcher = isAnyOf.apply(void 0, matchers);
5035 + return combinedMatcher(action);
5036 + };
5037 +}
5038 +function isRejected() {
5039 + var asyncThunks = [];
5040 + for (var _i = 0; _i < arguments.length; _i++) {
5041 + asyncThunks[_i] = arguments[_i];
5042 + }
5043 + if (asyncThunks.length === 0) {
5044 + return function (action) { return hasExpectedRequestMetadata(action, ["rejected"]); };
5045 + }
5046 + if (!isAsyncThunkArray(asyncThunks)) {
5047 + return isRejected()(asyncThunks[0]);
5048 + }
5049 + return function (action) {
5050 + var matchers = asyncThunks.map(function (asyncThunk) { return asyncThunk.rejected; });
5051 + var combinedMatcher = isAnyOf.apply(void 0, matchers);
5052 + return combinedMatcher(action);
5053 + };
5054 +}
5055 +function isRejectedWithValue() {
5056 + var asyncThunks = [];
5057 + for (var _i = 0; _i < arguments.length; _i++) {
5058 + asyncThunks[_i] = arguments[_i];
5059 + }
5060 + var hasFlag = function (action) {
5061 + return action && action.meta && action.meta.rejectedWithValue;
5062 + };
5063 + if (asyncThunks.length === 0) {
5064 + return function (action) {
5065 + var combinedMatcher = isAllOf(isRejected.apply(void 0, asyncThunks), hasFlag);
5066 + return combinedMatcher(action);
5067 + };
5068 + }
5069 + if (!isAsyncThunkArray(asyncThunks)) {
5070 + return isRejectedWithValue()(asyncThunks[0]);
5071 + }
5072 + return function (action) {
5073 + var combinedMatcher = isAllOf(isRejected.apply(void 0, asyncThunks), hasFlag);
5074 + return combinedMatcher(action);
5075 + };
5076 +}
5077 +function isFulfilled() {
5078 + var asyncThunks = [];
5079 + for (var _i = 0; _i < arguments.length; _i++) {
5080 + asyncThunks[_i] = arguments[_i];
5081 + }
5082 + if (asyncThunks.length === 0) {
5083 + return function (action) { return hasExpectedRequestMetadata(action, ["fulfilled"]); };
5084 + }
5085 + if (!isAsyncThunkArray(asyncThunks)) {
5086 + return isFulfilled()(asyncThunks[0]);
5087 + }
5088 + return function (action) {
5089 + var matchers = asyncThunks.map(function (asyncThunk) { return asyncThunk.fulfilled; });
5090 + var combinedMatcher = isAnyOf.apply(void 0, matchers);
5091 + return combinedMatcher(action);
5092 + };
5093 +}
5094 +function isAsyncThunkAction() {
5095 + var asyncThunks = [];
5096 + for (var _i = 0; _i < arguments.length; _i++) {
5097 + asyncThunks[_i] = arguments[_i];
5098 + }
5099 + if (asyncThunks.length === 0) {
5100 + return function (action) { return hasExpectedRequestMetadata(action, ["pending", "fulfilled", "rejected"]); };
5101 + }
5102 + if (!isAsyncThunkArray(asyncThunks)) {
5103 + return isAsyncThunkAction()(asyncThunks[0]);
5104 + }
5105 + return function (action) {
5106 + var matchers = [];
5107 + for (var _i = 0, asyncThunks_1 = asyncThunks; _i < asyncThunks_1.length; _i++) {
5108 + var asyncThunk = asyncThunks_1[_i];
5109 + matchers.push(asyncThunk.pending, asyncThunk.rejected, asyncThunk.fulfilled);
5110 + }
5111 + var combinedMatcher = isAnyOf.apply(void 0, matchers);
5112 + return combinedMatcher(action);
5113 + };
5114 +}
5115 +// src/listenerMiddleware/utils.ts
5116 +var assertFunction = function (func, expected) {
5117 + if (typeof func !== "function") {
5118 + throw new TypeError(expected + " is not a function");
5119 + }
5120 +};
5121 +var noop = function () {
5122 +};
5123 +var catchRejection = function (promise2, onError) {
5124 + if (onError === void 0) { onError = noop; }
5125 + promise2.catch(onError);
5126 + return promise2;
5127 +};
5128 +var addAbortSignalListener = function (abortSignal, callback) {
5129 + abortSignal.addEventListener("abort", callback, { once: true });
5130 + return function () { return abortSignal.removeEventListener("abort", callback); };
5131 +};
5132 +var abortControllerWithReason = function (abortController, reason) {
5133 + var signal = abortController.signal;
5134 + if (signal.aborted) {
5135 + return;
5136 + }
5137 + if (!("reason" in signal)) {
5138 + Object.defineProperty(signal, "reason", {
5139 + enumerable: true,
5140 + value: reason,
5141 + configurable: true,
5142 + writable: true
5143 + });
5144 + }
5145 + ;
5146 + abortController.abort(reason);
5147 +};
5148 +// src/listenerMiddleware/exceptions.ts
5149 +var task = "task";
5150 +var listener = "listener";
5151 +var completed = "completed";
5152 +var cancelled = "cancelled";
5153 +var taskCancelled = "task-" + cancelled;
5154 +var taskCompleted = "task-" + completed;
5155 +var listenerCancelled = listener + "-" + cancelled;
5156 +var listenerCompleted = listener + "-" + completed;
5157 +var TaskAbortError = /** @class */ (function () {
5158 + function TaskAbortError(code) {
5159 + this.code = code;
5160 + this.name = "TaskAbortError";
5161 + this.message = task + " " + cancelled + " (reason: " + code + ")";
5162 + }
5163 + return TaskAbortError;
5164 +}());
5165 +// src/listenerMiddleware/task.ts
5166 +var validateActive = function (signal) {
5167 + if (signal.aborted) {
5168 + throw new TaskAbortError(signal.reason);
5169 + }
5170 +};
5171 +function raceWithSignal(signal, promise2) {
5172 + var cleanup = noop;
5173 + return new Promise(function (resolve, reject) {
5174 + var notifyRejection = function () { return reject(new TaskAbortError(signal.reason)); };
5175 + if (signal.aborted) {
5176 + notifyRejection();
5177 + return;
5178 + }
5179 + cleanup = addAbortSignalListener(signal, notifyRejection);
5180 + promise2.finally(function () { return cleanup(); }).then(resolve, reject);
5181 + }).finally(function () {
5182 + cleanup = noop;
5183 + });
5184 +}
5185 +var runTask = function (task2, cleanUp) { return __async(void 0, null, function () {
5186 + var value, error_1;
5187 + return __generator(this, function (_c) {
5188 + switch (_c.label) {
5189 + case 0:
5190 + _c.trys.push([0, 3, 4, 5]);
5191 + return [4 /*yield*/, Promise.resolve()];
5192 + case 1:
5193 + _c.sent();
5194 + return [4 /*yield*/, task2()];
5195 + case 2:
5196 + value = _c.sent();
5197 + return [2 /*return*/, {
5198 + status: "ok",
5199 + value: value
5200 + }];
5201 + case 3:
5202 + error_1 = _c.sent();
5203 + return [2 /*return*/, {
5204 + status: error_1 instanceof TaskAbortError ? "cancelled" : "rejected",
5205 + error: error_1
5206 + }];
5207 + case 4:
5208 + cleanUp == null ? void 0 : cleanUp();
5209 + return [7 /*endfinally*/];
5210 + case 5: return [2 /*return*/];
5211 + }
5212 + });
5213 +}); };
5214 +var createPause = function (signal) {
5215 + return function (promise2) {
5216 + return catchRejection(raceWithSignal(signal, promise2).then(function (output) {
5217 + validateActive(signal);
5218 + return output;
5219 + }));
5220 + };
5221 +};
5222 +var createDelay = function (signal) {
5223 + var pause = createPause(signal);
5224 + return function (timeoutMs) {
5225 + return pause(new Promise(function (resolve) { return setTimeout(resolve, timeoutMs); }));
5226 + };
5227 +};
5228 +// src/listenerMiddleware/index.ts
5229 +var assign = Object.assign;
5230 +var INTERNAL_NIL_TOKEN = {};
5231 +var alm = "listenerMiddleware";
5232 +var createFork = function (parentAbortSignal, parentBlockingPromises) {
5233 + var linkControllers = function (controller) { return addAbortSignalListener(parentAbortSignal, function () { return abortControllerWithReason(controller, parentAbortSignal.reason); }); };
5234 + return function (taskExecutor, opts) {
5235 + assertFunction(taskExecutor, "taskExecutor");
5236 + var childAbortController = new AbortController();
5237 + linkControllers(childAbortController);
5238 + var result = runTask(function () { return __async(void 0, null, function () {
5239 + var result2;
5240 + return __generator(this, function (_c) {
5241 + switch (_c.label) {
5242 + case 0:
5243 + validateActive(parentAbortSignal);
5244 + validateActive(childAbortController.signal);
5245 + return [4 /*yield*/, taskExecutor({
5246 + pause: createPause(childAbortController.signal),
5247 + delay: createDelay(childAbortController.signal),
5248 + signal: childAbortController.signal
5249 + })];
5250 + case 1:
5251 + result2 = _c.sent();
5252 + validateActive(childAbortController.signal);
5253 + return [2 /*return*/, result2];
5254 + }
5255 + });
5256 + }); }, function () { return abortControllerWithReason(childAbortController, taskCompleted); });
5257 + if (opts == null ? void 0 : opts.autoJoin) {
5258 + parentBlockingPromises.push(result);
5259 + }
5260 + return {
5261 + result: createPause(parentAbortSignal)(result),
5262 + cancel: function () {
5263 + abortControllerWithReason(childAbortController, taskCancelled);
5264 + }
5265 + };
5266 + };
5267 +};
5268 +var createTakePattern = function (startListening, signal) {
5269 + var take = function (predicate, timeout) { return __async(void 0, null, function () {
5270 + var unsubscribe, tuplePromise, promises, output;
5271 + return __generator(this, function (_c) {
5272 + switch (_c.label) {
5273 + case 0:
5274 + validateActive(signal);
5275 + unsubscribe = function () {
5276 + };
5277 + tuplePromise = new Promise(function (resolve, reject) {
5278 + var stopListening = startListening({
5279 + predicate: predicate,
5280 + effect: function (action, listenerApi) {
5281 + listenerApi.unsubscribe();
5282 + resolve([
5283 + action,
5284 + listenerApi.getState(),
5285 + listenerApi.getOriginalState()
5286 + ]);
5287 + }
5288 + });
5289 + unsubscribe = function () {
5290 + stopListening();
5291 + reject();
5292 + };
5293 + });
5294 + promises = [
5295 + tuplePromise
5296 + ];
5297 + if (timeout != null) {
5298 + promises.push(new Promise(function (resolve) { return setTimeout(resolve, timeout, null); }));
5299 + }
5300 + _c.label = 1;
5301 + case 1:
5302 + _c.trys.push([1, , 3, 4]);
5303 + return [4 /*yield*/, raceWithSignal(signal, Promise.race(promises))];
5304 + case 2:
5305 + output = _c.sent();
5306 + validateActive(signal);
5307 + return [2 /*return*/, output];
5308 + case 3:
5309 + unsubscribe();
5310 + return [7 /*endfinally*/];
5311 + case 4: return [2 /*return*/];
5312 + }
5313 + });
5314 + }); };
5315 + return function (predicate, timeout) { return catchRejection(take(predicate, timeout)); };
5316 +};
5317 +var getListenerEntryPropsFrom = function (options) {
5318 + var type = options.type, actionCreator = options.actionCreator, matcher = options.matcher, predicate = options.predicate, effect = options.effect;
5319 + if (type) {
5320 + predicate = createAction(type).match;
5321 + }
5322 + else if (actionCreator) {
5323 + type = actionCreator.type;
5324 + predicate = actionCreator.match;
5325 + }
5326 + else if (matcher) {
5327 + predicate = matcher;
5328 + }
5329 + else if (predicate) {
5330 + }
5331 + else {
5332 + throw new Error("Creating or removing a listener requires one of the known fields for matching an action");
5333 + }
5334 + assertFunction(effect, "options.listener");
5335 + return { predicate: predicate, type: type, effect: effect };
5336 +};
5337 +var createListenerEntry = function (options) {
5338 + var _c = getListenerEntryPropsFrom(options), type = _c.type, predicate = _c.predicate, effect = _c.effect;
5339 + var id = nanoid();
5340 + var entry = {
5341 + id: id,
5342 + effect: effect,
5343 + type: type,
5344 + predicate: predicate,
5345 + pending: new Set(),
5346 + unsubscribe: function () {
5347 + throw new Error("Unsubscribe not initialized");
5348 + }
5349 + };
5350 + return entry;
5351 +};
5352 +var cancelActiveListeners = function (entry) {
5353 + entry.pending.forEach(function (controller) {
5354 + abortControllerWithReason(controller, listenerCancelled);
5355 + });
5356 +};
5357 +var createClearListenerMiddleware = function (listenerMap) {
5358 + return function () {
5359 + listenerMap.forEach(cancelActiveListeners);
5360 + listenerMap.clear();
5361 + };
5362 +};
5363 +var safelyNotifyError = function (errorHandler, errorToNotify, errorInfo) {
5364 + try {
5365 + errorHandler(errorToNotify, errorInfo);
5366 + }
5367 + catch (errorHandlerError) {
5368 + setTimeout(function () {
5369 + throw errorHandlerError;
5370 + }, 0);
5371 + }
5372 +};
5373 +var addListener = createAction(alm + "/add");
5374 +var clearAllListeners = createAction(alm + "/removeAll");
5375 +var removeListener = createAction(alm + "/remove");
5376 +var defaultErrorHandler = function () {
5377 + var args = [];
5378 + for (var _i = 0; _i < arguments.length; _i++) {
5379 + args[_i] = arguments[_i];
5380 + }
5381 + console.error.apply(console, __spreadArray([alm + "/error"], args));
5382 +};
5383 +function createListenerMiddleware(middlewareOptions) {
5384 + var _this = this;
5385 + if (middlewareOptions === void 0) { middlewareOptions = {}; }
5386 + var listenerMap = new Map();
5387 + var extra = middlewareOptions.extra, _c = middlewareOptions.onError, onError = _c === void 0 ? defaultErrorHandler : _c;
5388 + assertFunction(onError, "onError");
5389 + var insertEntry = function (entry) {
5390 + entry.unsubscribe = function () { return listenerMap.delete(entry.id); };
5391 + listenerMap.set(entry.id, entry);
5392 + return function (cancelOptions) {
5393 + entry.unsubscribe();
5394 + if (cancelOptions == null ? void 0 : cancelOptions.cancelActive) {
5395 + cancelActiveListeners(entry);
5396 + }
5397 + };
5398 + };
5399 + var findListenerEntry = function (comparator) {
5400 + for (var _i = 0, _c = Array.from(listenerMap.values()); _i < _c.length; _i++) {
5401 + var entry = _c[_i];
5402 + if (comparator(entry)) {
5403 + return entry;
5404 + }
5405 + }
5406 + return void 0;
5407 + };
5408 + var startListening = function (options) {
5409 + var entry = findListenerEntry(function (existingEntry) { return existingEntry.effect === options.effect; });
5410 + if (!entry) {
5411 + entry = createListenerEntry(options);
5412 + }
5413 + return insertEntry(entry);
5414 + };
5415 + var stopListening = function (options) {
5416 + var _c = getListenerEntryPropsFrom(options), type = _c.type, effect = _c.effect, predicate = _c.predicate;
5417 + var entry = findListenerEntry(function (entry2) {
5418 + var matchPredicateOrType = typeof type === "string" ? entry2.type === type : entry2.predicate === predicate;
5419 + return matchPredicateOrType && entry2.effect === effect;
5420 + });
5421 + if (entry) {
5422 + entry.unsubscribe();
5423 + if (options.cancelActive) {
5424 + cancelActiveListeners(entry);
5425 + }
5426 + }
5427 + return !!entry;
5428 + };
5429 + var notifyListener = function (entry, action, api, getOriginalState) { return __async(_this, null, function () {
5430 + var internalTaskController, take, autoJoinPromises, listenerError_1;
5431 + return __generator(this, function (_c) {
5432 + switch (_c.label) {
5433 + case 0:
5434 + internalTaskController = new AbortController();
5435 + take = createTakePattern(startListening, internalTaskController.signal);
5436 + autoJoinPromises = [];
5437 + _c.label = 1;
5438 + case 1:
5439 + _c.trys.push([1, 3, 4, 6]);
5440 + entry.pending.add(internalTaskController);
5441 + return [4 /*yield*/, Promise.resolve(entry.effect(action, assign({}, api, {
5442 + getOriginalState: getOriginalState,
5443 + condition: function (predicate, timeout) { return take(predicate, timeout).then(Boolean); },
5444 + take: take,
5445 + delay: createDelay(internalTaskController.signal),
5446 + pause: createPause(internalTaskController.signal),
5447 + extra: extra,
5448 + signal: internalTaskController.signal,
5449 + fork: createFork(internalTaskController.signal, autoJoinPromises),
5450 + unsubscribe: entry.unsubscribe,
5451 + subscribe: function () {
5452 + listenerMap.set(entry.id, entry);
5453 + },
5454 + cancelActiveListeners: function () {
5455 + entry.pending.forEach(function (controller, _, set) {
5456 + if (controller !== internalTaskController) {
5457 + abortControllerWithReason(controller, listenerCancelled);
5458 + set.delete(controller);
5459 + }
5460 + });
5461 + }
5462 + })))];
5463 + case 2:
5464 + _c.sent();
5465 + return [3 /*break*/, 6];
5466 + case 3:
5467 + listenerError_1 = _c.sent();
5468 + if (!(listenerError_1 instanceof TaskAbortError)) {
5469 + safelyNotifyError(onError, listenerError_1, {
5470 + raisedBy: "effect"
5471 + });
5472 + }
5473 + return [3 /*break*/, 6];
5474 + case 4: return [4 /*yield*/, Promise.allSettled(autoJoinPromises)];
5475 + case 5:
5476 + _c.sent();
5477 + abortControllerWithReason(internalTaskController, listenerCompleted);
5478 + entry.pending.delete(internalTaskController);
5479 + return [7 /*endfinally*/];
5480 + case 6: return [2 /*return*/];
5481 + }
5482 + });
5483 + }); };
5484 + var clearListenerMiddleware = createClearListenerMiddleware(listenerMap);
5485 + var middleware = function (api) { return function (next) { return function (action) {
5486 + if (!isAction(action)) {
5487 + return next(action);
5488 + }
5489 + if (addListener.match(action)) {
5490 + return startListening(action.payload);
5491 + }
5492 + if (clearAllListeners.match(action)) {
5493 + clearListenerMiddleware();
5494 + return;
5495 + }
5496 + if (removeListener.match(action)) {
5497 + return stopListening(action.payload);
5498 + }
5499 + var originalState = api.getState();
5500 + var getOriginalState = function () {
5501 + if (originalState === INTERNAL_NIL_TOKEN) {
5502 + throw new Error(alm + ": getOriginalState can only be called synchronously");
5503 + }
5504 + return originalState;
5505 + };
5506 + var result;
5507 + try {
5508 + result = next(action);
5509 + if (listenerMap.size > 0) {
5510 + var currentState = api.getState();
5511 + var listenerEntries = Array.from(listenerMap.values());
5512 + for (var _i = 0, listenerEntries_1 = listenerEntries; _i < listenerEntries_1.length; _i++) {
5513 + var entry = listenerEntries_1[_i];
5514 + var runListener = false;
5515 + try {
5516 + runListener = entry.predicate(action, currentState, originalState);
5517 + }
5518 + catch (predicateError) {
5519 + runListener = false;
5520 + safelyNotifyError(onError, predicateError, {
5521 + raisedBy: "predicate"
5522 + });
5523 + }
5524 + if (!runListener) {
5525 + continue;
5526 + }
5527 + notifyListener(entry, action, api, getOriginalState);
5528 + }
5529 + }
5530 + }
5531 + finally {
5532 + originalState = INTERNAL_NIL_TOKEN;
5533 + }
5534 + return result;
5535 + }; }; };
5536 + return {
5537 + middleware: middleware,
5538 + startListening: startListening,
5539 + stopListening: stopListening,
5540 + clearListeners: clearListenerMiddleware
5541 + };
5542 +}
5543 +// src/autoBatchEnhancer.ts
5544 +var SHOULD_AUTOBATCH = "RTK_autoBatch";
5545 +var prepareAutoBatched = function () { return function (payload) {
5546 + var _c;
5547 + return ({
5548 + payload: payload,
5549 + meta: (_c = {}, _c[SHOULD_AUTOBATCH] = true, _c)
5550 + });
5551 +}; };
5552 +var promise;
5553 +var queueMicrotaskShim = typeof queueMicrotask === "function" ? queueMicrotask.bind(typeof window !== "undefined" ? window : typeof __webpack_require__.g !== "undefined" ? __webpack_require__.g : globalThis) : function (cb) { return (promise || (promise = Promise.resolve())).then(cb).catch(function (err) { return setTimeout(function () {
5554 + throw err;
5555 +}, 0); }); };
5556 +var createQueueWithTimer = function (timeout) {
5557 + return function (notify) {
5558 + setTimeout(notify, timeout);
5559 + };
5560 +};
5561 +var rAF = typeof window !== "undefined" && window.requestAnimationFrame ? window.requestAnimationFrame : createQueueWithTimer(10);
5562 +var autoBatchEnhancer = function (options) {
5563 + if (options === void 0) { options = { type: "raf" }; }
5564 + return function (next) { return function () {
5565 + var args = [];
5566 + for (var _i = 0; _i < arguments.length; _i++) {
5567 + args[_i] = arguments[_i];
5568 + }
5569 + var store = next.apply(void 0, args);
5570 + var notifying = true;
5571 + var shouldNotifyAtEndOfTick = false;
5572 + var notificationQueued = false;
5573 + var listeners = new Set();
5574 + var queueCallback = options.type === "tick" ? queueMicrotaskShim : options.type === "raf" ? rAF : options.type === "callback" ? options.queueNotification : createQueueWithTimer(options.timeout);
5575 + var notifyListeners = function () {
5576 + notificationQueued = false;
5577 + if (shouldNotifyAtEndOfTick) {
5578 + shouldNotifyAtEndOfTick = false;
5579 + listeners.forEach(function (l) { return l(); });
5580 + }
5581 + };
5582 + return Object.assign({}, store, {
5583 + subscribe: function (listener2) {
5584 + var wrappedListener = function () { return notifying && listener2(); };
5585 + var unsubscribe = store.subscribe(wrappedListener);
5586 + listeners.add(listener2);
5587 + return function () {
5588 + unsubscribe();
5589 + listeners.delete(listener2);
5590 + };
5591 + },
5592 + dispatch: function (action) {
5593 + var _a;
5594 + try {
5595 + notifying = !((_a = action == null ? void 0 : action.meta) == null ? void 0 : _a[SHOULD_AUTOBATCH]);
5596 + shouldNotifyAtEndOfTick = !notifying;
5597 + if (shouldNotifyAtEndOfTick) {
5598 + if (!notificationQueued) {
5599 + notificationQueued = true;
5600 + queueCallback(notifyListeners);
5601 + }
5602 + }
5603 + return store.dispatch(action);
5604 + }
5605 + finally {
5606 + notifying = true;
5607 + }
5608 + }
5609 + });
5610 + }; };
5611 +};
5612 +// src/index.ts
5613 +(0,immer__WEBPACK_IMPORTED_MODULE_0__.enableES5)();
5614 +
5615 +//# sourceMappingURL=redux-toolkit.esm.js.map
5616 +
5617 +/***/ }),
5618 +
5619 +/***/ "../node_modules/immer/dist/immer.esm.mjs":
3398 5620 /*!************************************************!*\
3399 - !*** external "elementorVendors.reduxToolkit" ***!
5621 + !*** ../node_modules/immer/dist/immer.esm.mjs ***!
3400 5622 \************************************************/
3401 -/***/ ((module) => {
5623 +/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
3402 5624
3403 5625 "use strict";
3404 -module.exports = elementorVendors.reduxToolkit;
5626 +__webpack_require__.r(__webpack_exports__);
5627 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
5628 +/* harmony export */ Immer: () => (/* binding */ un),
5629 +/* harmony export */ applyPatches: () => (/* binding */ pn),
5630 +/* harmony export */ castDraft: () => (/* binding */ K),
5631 +/* harmony export */ castImmutable: () => (/* binding */ $),
5632 +/* harmony export */ createDraft: () => (/* binding */ ln),
5633 +/* harmony export */ current: () => (/* binding */ R),
5634 +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
5635 +/* harmony export */ enableAllPlugins: () => (/* binding */ J),
5636 +/* harmony export */ enableES5: () => (/* binding */ F),
5637 +/* harmony export */ enableMapSet: () => (/* binding */ C),
5638 +/* harmony export */ enablePatches: () => (/* binding */ T),
5639 +/* harmony export */ finishDraft: () => (/* binding */ dn),
5640 +/* harmony export */ freeze: () => (/* binding */ d),
5641 +/* harmony export */ immerable: () => (/* binding */ L),
5642 +/* harmony export */ isDraft: () => (/* binding */ r),
5643 +/* harmony export */ isDraftable: () => (/* binding */ t),
5644 +/* harmony export */ nothing: () => (/* binding */ H),
5645 +/* harmony export */ original: () => (/* binding */ e),
5646 +/* harmony export */ produce: () => (/* binding */ fn),
5647 +/* harmony export */ produceWithPatches: () => (/* binding */ cn),
5648 +/* harmony export */ setAutoFreeze: () => (/* binding */ sn),
5649 +/* harmony export */ setUseProxies: () => (/* binding */ vn)
5650 +/* harmony export */ });
5651 +function n(n){for(var r=arguments.length,t=Array(r>1?r-1:0),e=1;e<r;e++)t[e-1]=arguments[e];if(true){var i=Y[n],o=i?"function"==typeof i?i.apply(null,t):i:"unknown error nr: "+n;throw Error("[Immer] "+o)}// removed by dead control flow
5652 +}function r(n){return!!n&&!!n[Q]}function t(n){var r;return!!n&&(function(n){if(!n||"object"!=typeof n)return!1;var r=Object.getPrototypeOf(n);if(null===r)return!0;var t=Object.hasOwnProperty.call(r,"constructor")&&r.constructor;return t===Object||"function"==typeof t&&Function.toString.call(t)===Z}(n)||Array.isArray(n)||!!n[L]||!!(null===(r=n.constructor)||void 0===r?void 0:r[L])||s(n)||v(n))}function e(t){return r(t)||n(23,t),t[Q].t}function i(n,r,t){void 0===t&&(t=!1),0===o(n)?(t?Object.keys:nn)(n).forEach((function(e){t&&"symbol"==typeof e||r(e,n[e],n)})):n.forEach((function(t,e){return r(e,t,n)}))}function o(n){var r=n[Q];return r?r.i>3?r.i-4:r.i:Array.isArray(n)?1:s(n)?2:v(n)?3:0}function u(n,r){return 2===o(n)?n.has(r):Object.prototype.hasOwnProperty.call(n,r)}function a(n,r){return 2===o(n)?n.get(r):n[r]}function f(n,r,t){var e=o(n);2===e?n.set(r,t):3===e?n.add(t):n[r]=t}function c(n,r){return n===r?0!==n||1/n==1/r:n!=n&&r!=r}function s(n){return X&&n instanceof Map}function v(n){return q&&n instanceof Set}function p(n){return n.o||n.t}function l(n){if(Array.isArray(n))return Array.prototype.slice.call(n);var r=rn(n);delete r[Q];for(var t=nn(r),e=0;e<t.length;e++){var i=t[e],o=r[i];!1===o.writable&&(o.writable=!0,o.configurable=!0),(o.get||o.set)&&(r[i]={configurable:!0,writable:!0,enumerable:o.enumerable,value:n[i]})}return Object.create(Object.getPrototypeOf(n),r)}function d(n,e){return void 0===e&&(e=!1),y(n)||r(n)||!t(n)||(o(n)>1&&(n.set=n.add=n.clear=n.delete=h),Object.freeze(n),e&&i(n,(function(n,r){return d(r,!0)}),!0)),n}function h(){n(2)}function y(n){return null==n||"object"!=typeof n||Object.isFrozen(n)}function b(r){var t=tn[r];return t||n(18,r),t}function m(n,r){tn[n]||(tn[n]=r)}function _(){return false||U||n(0),U}function j(n,r){r&&(b("Patches"),n.u=[],n.s=[],n.v=r)}function g(n){O(n),n.p.forEach(S),n.p=null}function O(n){n===U&&(U=n.l)}function w(n){return U={p:[],l:U,h:n,m:!0,_:0}}function S(n){var r=n[Q];0===r.i||1===r.i?r.j():r.g=!0}function P(r,e){e._=e.p.length;var i=e.p[0],o=void 0!==r&&r!==i;return e.h.O||b("ES5").S(e,r,o),o?(i[Q].P&&(g(e),n(4)),t(r)&&(r=M(e,r),e.l||x(e,r)),e.u&&b("Patches").M(i[Q].t,r,e.u,e.s)):r=M(e,i,[]),g(e),e.u&&e.v(e.u,e.s),r!==H?r:void 0}function M(n,r,t){if(y(r))return r;var e=r[Q];if(!e)return i(r,(function(i,o){return A(n,e,r,i,o,t)}),!0),r;if(e.A!==n)return r;if(!e.P)return x(n,e.t,!0),e.t;if(!e.I){e.I=!0,e.A._--;var o=4===e.i||5===e.i?e.o=l(e.k):e.o,u=o,a=!1;3===e.i&&(u=new Set(o),o.clear(),a=!0),i(u,(function(r,i){return A(n,e,o,r,i,t,a)})),x(n,o,!1),t&&n.u&&b("Patches").N(e,t,n.u,n.s)}return e.o}function A(e,i,o,a,c,s,v){if( true&&c===o&&n(5),r(c)){var p=M(e,c,s&&i&&3!==i.i&&!u(i.R,a)?s.concat(a):void 0);if(f(o,a,p),!r(p))return;e.m=!1}else v&&o.add(c);if(t(c)&&!y(c)){if(!e.h.D&&e._<1)return;M(e,c),i&&i.A.l||x(e,c)}}function x(n,r,t){void 0===t&&(t=!1),!n.l&&n.h.D&&n.m&&d(r,t)}function z(n,r){var t=n[Q];return(t?p(t):n)[r]}function I(n,r){if(r in n)for(var t=Object.getPrototypeOf(n);t;){var e=Object.getOwnPropertyDescriptor(t,r);if(e)return e;t=Object.getPrototypeOf(t)}}function k(n){n.P||(n.P=!0,n.l&&k(n.l))}function E(n){n.o||(n.o=l(n.t))}function N(n,r,t){var e=s(r)?b("MapSet").F(r,t):v(r)?b("MapSet").T(r,t):n.O?function(n,r){var t=Array.isArray(n),e={i:t?1:0,A:r?r.A:_(),P:!1,I:!1,R:{},l:r,t:n,k:null,o:null,j:null,C:!1},i=e,o=en;t&&(i=[e],o=on);var u=Proxy.revocable(i,o),a=u.revoke,f=u.proxy;return e.k=f,e.j=a,f}(r,t):b("ES5").J(r,t);return(t?t.A:_()).p.push(e),e}function R(e){return r(e)||n(22,e),function n(r){if(!t(r))return r;var e,u=r[Q],c=o(r);if(u){if(!u.P&&(u.i<4||!b("ES5").K(u)))return u.t;u.I=!0,e=D(r,c),u.I=!1}else e=D(r,c);return i(e,(function(r,t){u&&a(u.t,r)===t||f(e,r,n(t))})),3===c?new Set(e):e}(e)}function D(n,r){switch(r){case 2:return new Map(n);case 3:return Array.from(n)}return l(n)}function F(){function t(n,r){var t=s[n];return t?t.enumerable=r:s[n]=t={configurable:!0,enumerable:r,get:function(){var r=this[Q];return true&&f(r),en.get(r,n)},set:function(r){var t=this[Q]; true&&f(t),en.set(t,n,r)}},t}function e(n){for(var r=n.length-1;r>=0;r--){var t=n[r][Q];if(!t.P)switch(t.i){case 5:a(t)&&k(t);break;case 4:o(t)&&k(t)}}}function o(n){for(var r=n.t,t=n.k,e=nn(t),i=e.length-1;i>=0;i--){var o=e[i];if(o!==Q){var a=r[o];if(void 0===a&&!u(r,o))return!0;var f=t[o],s=f&&f[Q];if(s?s.t!==a:!c(f,a))return!0}}var v=!!r[Q];return e.length!==nn(r).length+(v?0:1)}function a(n){var r=n.k;if(r.length!==n.t.length)return!0;var t=Object.getOwnPropertyDescriptor(r,r.length-1);if(t&&!t.get)return!0;for(var e=0;e<r.length;e++)if(!r.hasOwnProperty(e))return!0;return!1}function f(r){r.g&&n(3,JSON.stringify(p(r)))}var s={};m("ES5",{J:function(n,r){var e=Array.isArray(n),i=function(n,r){if(n){for(var e=Array(r.length),i=0;i<r.length;i++)Object.defineProperty(e,""+i,t(i,!0));return e}var o=rn(r);delete o[Q];for(var u=nn(o),a=0;a<u.length;a++){var f=u[a];o[f]=t(f,n||!!o[f].enumerable)}return Object.create(Object.getPrototypeOf(r),o)}(e,n),o={i:e?5:4,A:r?r.A:_(),P:!1,I:!1,R:{},l:r,t:n,k:i,o:null,g:!1,C:!1};return Object.defineProperty(i,Q,{value:o,writable:!0}),i},S:function(n,t,o){o?r(t)&&t[Q].A===n&&e(n.p):(n.u&&function n(r){if(r&&"object"==typeof r){var t=r[Q];if(t){var e=t.t,o=t.k,f=t.R,c=t.i;if(4===c)i(o,(function(r){r!==Q&&(void 0!==e[r]||u(e,r)?f[r]||n(o[r]):(f[r]=!0,k(t)))})),i(e,(function(n){void 0!==o[n]||u(o,n)||(f[n]=!1,k(t))}));else if(5===c){if(a(t)&&(k(t),f.length=!0),o.length<e.length)for(var s=o.length;s<e.length;s++)f[s]=!1;else for(var v=e.length;v<o.length;v++)f[v]=!0;for(var p=Math.min(o.length,e.length),l=0;l<p;l++)o.hasOwnProperty(l)||(f[l]=!0),void 0===f[l]&&n(o[l])}}}}(n.p[0]),e(n.p))},K:function(n){return 4===n.i?o(n):a(n)}})}function T(){function e(n){if(!t(n))return n;if(Array.isArray(n))return n.map(e);if(s(n))return new Map(Array.from(n.entries()).map((function(n){return[n[0],e(n[1])]})));if(v(n))return new Set(Array.from(n).map(e));var r=Object.create(Object.getPrototypeOf(n));for(var i in n)r[i]=e(n[i]);return u(n,L)&&(r[L]=n[L]),r}function f(n){return r(n)?e(n):n}var c="add";m("Patches",{$:function(r,t){return t.forEach((function(t){for(var i=t.path,u=t.op,f=r,s=0;s<i.length-1;s++){var v=o(f),p=i[s];"string"!=typeof p&&"number"!=typeof p&&(p=""+p),0!==v&&1!==v||"__proto__"!==p&&"constructor"!==p||n(24),"function"==typeof f&&"prototype"===p&&n(24),"object"!=typeof(f=a(f,p))&&n(15,i.join("/"))}var l=o(f),d=e(t.value),h=i[i.length-1];switch(u){case"replace":switch(l){case 2:return f.set(h,d);case 3:n(16);default:return f[h]=d}case c:switch(l){case 1:return"-"===h?f.push(d):f.splice(h,0,d);case 2:return f.set(h,d);case 3:return f.add(d);default:return f[h]=d}case"remove":switch(l){case 1:return f.splice(h,1);case 2:return f.delete(h);case 3:return f.delete(t.value);default:return delete f[h]}default:n(17,u)}})),r},N:function(n,r,t,e){switch(n.i){case 0:case 4:case 2:return function(n,r,t,e){var o=n.t,s=n.o;i(n.R,(function(n,i){var v=a(o,n),p=a(s,n),l=i?u(o,n)?"replace":c:"remove";if(v!==p||"replace"!==l){var d=r.concat(n);t.push("remove"===l?{op:l,path:d}:{op:l,path:d,value:p}),e.push(l===c?{op:"remove",path:d}:"remove"===l?{op:c,path:d,value:f(v)}:{op:"replace",path:d,value:f(v)})}}))}(n,r,t,e);case 5:case 1:return function(n,r,t,e){var i=n.t,o=n.R,u=n.o;if(u.length<i.length){var a=[u,i];i=a[0],u=a[1];var s=[e,t];t=s[0],e=s[1]}for(var v=0;v<i.length;v++)if(o[v]&&u[v]!==i[v]){var p=r.concat([v]);t.push({op:"replace",path:p,value:f(u[v])}),e.push({op:"replace",path:p,value:f(i[v])})}for(var l=i.length;l<u.length;l++){var d=r.concat([l]);t.push({op:c,path:d,value:f(u[l])})}i.length<u.length&&e.push({op:"replace",path:r.concat(["length"]),value:i.length})}(n,r,t,e);case 3:return function(n,r,t,e){var i=n.t,o=n.o,u=0;i.forEach((function(n){if(!o.has(n)){var i=r.concat([u]);t.push({op:"remove",path:i,value:n}),e.unshift({op:c,path:i,value:n})}u++})),u=0,o.forEach((function(n){if(!i.has(n)){var o=r.concat([u]);t.push({op:c,path:o,value:n}),e.unshift({op:"remove",path:o,value:n})}u++}))}(n,r,t,e)}},M:function(n,r,t,e){t.push({op:"replace",path:[],value:r===H?void 0:r}),e.push({op:"replace",path:[],value:n})}})}function C(){function r(n,r){function t(){this.constructor=n}a(n,r),n.prototype=(t.prototype=r.prototype,new t)}function e(n){n.o||(n.R=new Map,n.o=new Map(n.t))}function o(n){n.o||(n.o=new Set,n.t.forEach((function(r){if(t(r)){var e=N(n.A.h,r,n);n.p.set(r,e),n.o.add(e)}else n.o.add(r)})))}function u(r){r.g&&n(3,JSON.stringify(p(r)))}var a=function(n,r){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,r){n.__proto__=r}||function(n,r){for(var t in r)r.hasOwnProperty(t)&&(n[t]=r[t])})(n,r)},f=function(){function n(n,r){return this[Q]={i:2,l:r,A:r?r.A:_(),P:!1,I:!1,o:void 0,R:void 0,t:n,k:this,C:!1,g:!1},this}r(n,Map);var o=n.prototype;return Object.defineProperty(o,"size",{get:function(){return p(this[Q]).size}}),o.has=function(n){return p(this[Q]).has(n)},o.set=function(n,r){var t=this[Q];return u(t),p(t).has(n)&&p(t).get(n)===r||(e(t),k(t),t.R.set(n,!0),t.o.set(n,r),t.R.set(n,!0)),this},o.delete=function(n){if(!this.has(n))return!1;var r=this[Q];return u(r),e(r),k(r),r.t.has(n)?r.R.set(n,!1):r.R.delete(n),r.o.delete(n),!0},o.clear=function(){var n=this[Q];u(n),p(n).size&&(e(n),k(n),n.R=new Map,i(n.t,(function(r){n.R.set(r,!1)})),n.o.clear())},o.forEach=function(n,r){var t=this;p(this[Q]).forEach((function(e,i){n.call(r,t.get(i),i,t)}))},o.get=function(n){var r=this[Q];u(r);var i=p(r).get(n);if(r.I||!t(i))return i;if(i!==r.t.get(n))return i;var o=N(r.A.h,i,r);return e(r),r.o.set(n,o),o},o.keys=function(){return p(this[Q]).keys()},o.values=function(){var n,r=this,t=this.keys();return(n={})[V]=function(){return r.values()},n.next=function(){var n=t.next();return n.done?n:{done:!1,value:r.get(n.value)}},n},o.entries=function(){var n,r=this,t=this.keys();return(n={})[V]=function(){return r.entries()},n.next=function(){var n=t.next();if(n.done)return n;var e=r.get(n.value);return{done:!1,value:[n.value,e]}},n},o[V]=function(){return this.entries()},n}(),c=function(){function n(n,r){return this[Q]={i:3,l:r,A:r?r.A:_(),P:!1,I:!1,o:void 0,t:n,k:this,p:new Map,g:!1,C:!1},this}r(n,Set);var t=n.prototype;return Object.defineProperty(t,"size",{get:function(){return p(this[Q]).size}}),t.has=function(n){var r=this[Q];return u(r),r.o?!!r.o.has(n)||!(!r.p.has(n)||!r.o.has(r.p.get(n))):r.t.has(n)},t.add=function(n){var r=this[Q];return u(r),this.has(n)||(o(r),k(r),r.o.add(n)),this},t.delete=function(n){if(!this.has(n))return!1;var r=this[Q];return u(r),o(r),k(r),r.o.delete(n)||!!r.p.has(n)&&r.o.delete(r.p.get(n))},t.clear=function(){var n=this[Q];u(n),p(n).size&&(o(n),k(n),n.o.clear())},t.values=function(){var n=this[Q];return u(n),o(n),n.o.values()},t.entries=function(){var n=this[Q];return u(n),o(n),n.o.entries()},t.keys=function(){return this.values()},t[V]=function(){return this.values()},t.forEach=function(n,r){for(var t=this.values(),e=t.next();!e.done;)n.call(r,e.value,e.value,this),e=t.next()},n}();m("MapSet",{F:function(n,r){return new f(n,r)},T:function(n,r){return new c(n,r)}})}function J(){F(),C(),T()}function K(n){return n}function $(n){return n}var G,U,W="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),X="undefined"!=typeof Map,q="undefined"!=typeof Set,B="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,H=W?Symbol.for("immer-nothing"):((G={})["immer-nothing"]=!0,G),L=W?Symbol.for("immer-draftable"):"__$immer_draftable",Q=W?Symbol.for("immer-state"):"__$immer_state",V="undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator",Y={0:"Illegal state",1:"Immer drafts cannot have computed properties",2:"This object has been frozen and should not be mutated",3:function(n){return"Cannot use a proxy that has been revoked. Did you pass an object from inside an immer function to an async process? "+n},4:"An immer producer returned a new value *and* modified its draft. Either return a new value *or* modify the draft.",5:"Immer forbids circular references",6:"The first or second argument to `produce` must be a function",7:"The third argument to `produce` must be a function or undefined",8:"First argument to `createDraft` must be a plain object, an array, or an immerable object",9:"First argument to `finishDraft` must be a draft returned by `createDraft`",10:"The given draft is already finalized",11:"Object.defineProperty() cannot be used on an Immer draft",12:"Object.setPrototypeOf() cannot be used on an Immer draft",13:"Immer only supports deleting array indices",14:"Immer only supports setting array indices and the 'length' property",15:function(n){return"Cannot apply patch, path doesn't resolve: "+n},16:'Sets cannot have "replace" patches.',17:function(n){return"Unsupported patch operation: "+n},18:function(n){return"The plugin for '"+n+"' has not been loaded into Immer. To enable the plugin, import and call `enable"+n+"()` when initializing your application."},20:"Cannot use proxies if Proxy, Proxy.revocable or Reflect are not available",21:function(n){return"produce can only be called on things that are draftable: plain objects, arrays, Map, Set or classes that are marked with '[immerable]: true'. Got '"+n+"'"},22:function(n){return"'current' expects a draft, got: "+n},23:function(n){return"'original' expects a draft, got: "+n},24:"Patching reserved attributes like __proto__, prototype and constructor is not allowed"},Z=""+Object.prototype.constructor,nn="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(n){return Object.getOwnPropertyNames(n).concat(Object.getOwnPropertySymbols(n))}:Object.getOwnPropertyNames,rn=Object.getOwnPropertyDescriptors||function(n){var r={};return nn(n).forEach((function(t){r[t]=Object.getOwnPropertyDescriptor(n,t)})),r},tn={},en={get:function(n,r){if(r===Q)return n;var e=p(n);if(!u(e,r))return function(n,r,t){var e,i=I(r,t);return i?"value"in i?i.value:null===(e=i.get)||void 0===e?void 0:e.call(n.k):void 0}(n,e,r);var i=e[r];return n.I||!t(i)?i:i===z(n.t,r)?(E(n),n.o[r]=N(n.A.h,i,n)):i},has:function(n,r){return r in p(n)},ownKeys:function(n){return Reflect.ownKeys(p(n))},set:function(n,r,t){var e=I(p(n),r);if(null==e?void 0:e.set)return e.set.call(n.k,t),!0;if(!n.P){var i=z(p(n),r),o=null==i?void 0:i[Q];if(o&&o.t===t)return n.o[r]=t,n.R[r]=!1,!0;if(c(t,i)&&(void 0!==t||u(n.t,r)))return!0;E(n),k(n)}return n.o[r]===t&&(void 0!==t||r in n.o)||Number.isNaN(t)&&Number.isNaN(n.o[r])||(n.o[r]=t,n.R[r]=!0),!0},deleteProperty:function(n,r){return void 0!==z(n.t,r)||r in n.t?(n.R[r]=!1,E(n),k(n)):delete n.R[r],n.o&&delete n.o[r],!0},getOwnPropertyDescriptor:function(n,r){var t=p(n),e=Reflect.getOwnPropertyDescriptor(t,r);return e?{writable:!0,configurable:1!==n.i||"length"!==r,enumerable:e.enumerable,value:t[r]}:e},defineProperty:function(){n(11)},getPrototypeOf:function(n){return Object.getPrototypeOf(n.t)},setPrototypeOf:function(){n(12)}},on={};i(en,(function(n,r){on[n]=function(){return arguments[0]=arguments[0][0],r.apply(this,arguments)}})),on.deleteProperty=function(r,t){return true&&isNaN(parseInt(t))&&n(13),on.set.call(this,r,t,void 0)},on.set=function(r,t,e){return true&&"length"!==t&&isNaN(parseInt(t))&&n(14),en.set.call(this,r[0],t,e,r[0])};var un=function(){function e(r){var e=this;this.O=B,this.D=!0,this.produce=function(r,i,o){if("function"==typeof r&&"function"!=typeof i){var u=i;i=r;var a=e;return function(n){var r=this;void 0===n&&(n=u);for(var t=arguments.length,e=Array(t>1?t-1:0),o=1;o<t;o++)e[o-1]=arguments[o];return a.produce(n,(function(n){var t;return(t=i).call.apply(t,[r,n].concat(e))}))}}var f;if("function"!=typeof i&&n(6),void 0!==o&&"function"!=typeof o&&n(7),t(r)){var c=w(e),s=N(e,r,void 0),v=!0;try{f=i(s),v=!1}finally{v?g(c):O(c)}return"undefined"!=typeof Promise&&f instanceof Promise?f.then((function(n){return j(c,o),P(n,c)}),(function(n){throw g(c),n})):(j(c,o),P(f,c))}if(!r||"object"!=typeof r){if(void 0===(f=i(r))&&(f=r),f===H&&(f=void 0),e.D&&d(f,!0),o){var p=[],l=[];b("Patches").M(r,f,p,l),o(p,l)}return f}n(21,r)},this.produceWithPatches=function(n,r){if("function"==typeof n)return function(r){for(var t=arguments.length,i=Array(t>1?t-1:0),o=1;o<t;o++)i[o-1]=arguments[o];return e.produceWithPatches(r,(function(r){return n.apply(void 0,[r].concat(i))}))};var t,i,o=e.produce(n,r,(function(n,r){t=n,i=r}));return"undefined"!=typeof Promise&&o instanceof Promise?o.then((function(n){return[n,t,i]})):[o,t,i]},"boolean"==typeof(null==r?void 0:r.useProxies)&&this.setUseProxies(r.useProxies),"boolean"==typeof(null==r?void 0:r.autoFreeze)&&this.setAutoFreeze(r.autoFreeze)}var i=e.prototype;return i.createDraft=function(e){t(e)||n(8),r(e)&&(e=R(e));var i=w(this),o=N(this,e,void 0);return o[Q].C=!0,O(i),o},i.finishDraft=function(r,t){var e=r&&r[Q]; true&&(e&&e.C||n(9),e.I&&n(10));var i=e.A;return j(i,t),P(void 0,i)},i.setAutoFreeze=function(n){this.D=n},i.setUseProxies=function(r){r&&!B&&n(20),this.O=r},i.applyPatches=function(n,t){var e;for(e=t.length-1;e>=0;e--){var i=t[e];if(0===i.path.length&&"replace"===i.op){n=i.value;break}}e>-1&&(t=t.slice(e+1));var o=b("Patches").$;return r(n)?o(n,t):this.produce(n,(function(n){return o(n,t)}))},e}(),an=new un,fn=an.produce,cn=an.produceWithPatches.bind(an),sn=an.setAutoFreeze.bind(an),vn=an.setUseProxies.bind(an),pn=an.applyPatches.bind(an),ln=an.createDraft.bind(an),dn=an.finishDraft.bind(an);/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (fn);
5653 +//# sourceMappingURL=immer.esm.js.map
3405 5654
5655 +
5656 +/***/ }),
5657 +
5658 +/***/ "../node_modules/redux-thunk/es/index.js":
5659 +/*!***********************************************!*\
5660 + !*** ../node_modules/redux-thunk/es/index.js ***!
5661 + \***********************************************/
5662 +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
5663 +
5664 +"use strict";
5665 +__webpack_require__.r(__webpack_exports__);
5666 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
5667 +/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
5668 +/* harmony export */ });
5669 +/** A function that accepts a potential "extra argument" value to be injected later,
5670 + * and returns an instance of the thunk middleware that uses that value
5671 + */
5672 +function createThunkMiddleware(extraArgument) {
5673 + // Standard Redux middleware definition pattern:
5674 + // See: https://redux.js.org/tutorials/fundamentals/part-4-store#writing-custom-middleware
5675 + var middleware = function middleware(_ref) {
5676 + var dispatch = _ref.dispatch,
5677 + getState = _ref.getState;
5678 + return function (next) {
5679 + return function (action) {
5680 + // The thunk middleware looks for any functions that were passed to `store.dispatch`.
5681 + // If this "action" is really a function, call it and return the result.
5682 + if (typeof action === 'function') {
5683 + // Inject the store's `dispatch` and `getState` methods, as well as any "extra arg"
5684 + return action(dispatch, getState, extraArgument);
5685 + } // Otherwise, pass the action down the middleware chain as usual
5686 +
5687 +
5688 + return next(action);
5689 + };
5690 + };
5691 + };
5692 +
5693 + return middleware;
5694 +}
5695 +
5696 +var thunk = createThunkMiddleware(); // Attach the factory function so users can create a customized version
5697 +// with whatever "extra arg" they want to inject into their thunks
5698 +
5699 +thunk.withExtraArgument = createThunkMiddleware;
5700 +/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (thunk);
5701 +
5702 +/***/ }),
5703 +
5704 +/***/ "../node_modules/redux/es/redux.js":
5705 +/*!*****************************************!*\
5706 + !*** ../node_modules/redux/es/redux.js ***!
5707 + \*****************************************/
5708 +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
5709 +
5710 +"use strict";
5711 +__webpack_require__.r(__webpack_exports__);
5712 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
5713 +/* harmony export */ __DO_NOT_USE__ActionTypes: () => (/* binding */ ActionTypes),
5714 +/* harmony export */ applyMiddleware: () => (/* binding */ applyMiddleware),
5715 +/* harmony export */ bindActionCreators: () => (/* binding */ bindActionCreators),
5716 +/* harmony export */ combineReducers: () => (/* binding */ combineReducers),
5717 +/* harmony export */ compose: () => (/* binding */ compose),
5718 +/* harmony export */ createStore: () => (/* binding */ createStore),
5719 +/* harmony export */ legacy_createStore: () => (/* binding */ legacy_createStore)
5720 +/* harmony export */ });
5721 +/* harmony import */ var _babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectSpread2 */ "../node_modules/@babel/runtime/helpers/esm/objectSpread2.js");
5722 +
5723 +
5724 +/**
5725 + * Adapted from React: https://github.com/facebook/react/blob/master/packages/shared/formatProdErrorMessage.js
5726 + *
5727 + * Do not require this module directly! Use normal throw error calls. These messages will be replaced with error codes
5728 + * during build.
5729 + * @param {number} code
5730 + */
5731 +function formatProdErrorMessage(code) {
5732 + return "Minified Redux error #" + code + "; visit https://redux.js.org/Errors?code=" + code + " for the full message or " + 'use the non-minified dev environment for full errors. ';
5733 +}
5734 +
5735 +// Inlined version of the `symbol-observable` polyfill
5736 +var $$observable = (function () {
5737 + return typeof Symbol === 'function' && Symbol.observable || '@@observable';
5738 +})();
5739 +
5740 +/**
5741 + * These are private action types reserved by Redux.
5742 + * For any unknown actions, you must return the current state.
5743 + * If the current state is undefined, you must return the initial state.
5744 + * Do not reference these action types directly in your code.
5745 + */
5746 +var randomString = function randomString() {
5747 + return Math.random().toString(36).substring(7).split('').join('.');
5748 +};
5749 +
5750 +var ActionTypes = {
5751 + INIT: "@@redux/INIT" + randomString(),
5752 + REPLACE: "@@redux/REPLACE" + randomString(),
5753 + PROBE_UNKNOWN_ACTION: function PROBE_UNKNOWN_ACTION() {
5754 + return "@@redux/PROBE_UNKNOWN_ACTION" + randomString();
5755 + }
5756 +};
5757 +
5758 +/**
5759 + * @param {any} obj The object to inspect.
5760 + * @returns {boolean} True if the argument appears to be a plain object.
5761 + */
5762 +function isPlainObject(obj) {
5763 + if (typeof obj !== 'object' || obj === null) return false;
5764 + var proto = obj;
5765 +
5766 + while (Object.getPrototypeOf(proto) !== null) {
5767 + proto = Object.getPrototypeOf(proto);
5768 + }
5769 +
5770 + return Object.getPrototypeOf(obj) === proto;
5771 +}
5772 +
5773 +// Inlined / shortened version of `kindOf` from https://github.com/jonschlinkert/kind-of
5774 +function miniKindOf(val) {
5775 + if (val === void 0) return 'undefined';
5776 + if (val === null) return 'null';
5777 + var type = typeof val;
5778 +
5779 + switch (type) {
5780 + case 'boolean':
5781 + case 'string':
5782 + case 'number':
5783 + case 'symbol':
5784 + case 'function':
5785 + {
5786 + return type;
5787 + }
5788 + }
5789 +
5790 + if (Array.isArray(val)) return 'array';
5791 + if (isDate(val)) return 'date';
5792 + if (isError(val)) return 'error';
5793 + var constructorName = ctorName(val);
5794 +
5795 + switch (constructorName) {
5796 + case 'Symbol':
5797 + case 'Promise':
5798 + case 'WeakMap':
5799 + case 'WeakSet':
5800 + case 'Map':
5801 + case 'Set':
5802 + return constructorName;
5803 + } // other
5804 +
5805 +
5806 + return type.slice(8, -1).toLowerCase().replace(/\s/g, '');
5807 +}
5808 +
5809 +function ctorName(val) {
5810 + return typeof val.constructor === 'function' ? val.constructor.name : null;
5811 +}
5812 +
5813 +function isError(val) {
5814 + return val instanceof Error || typeof val.message === 'string' && val.constructor && typeof val.constructor.stackTraceLimit === 'number';
5815 +}
5816 +
5817 +function isDate(val) {
5818 + if (val instanceof Date) return true;
5819 + return typeof val.toDateString === 'function' && typeof val.getDate === 'function' && typeof val.setDate === 'function';
5820 +}
5821 +
5822 +function kindOf(val) {
5823 + var typeOfVal = typeof val;
5824 +
5825 + if (true) {
5826 + typeOfVal = miniKindOf(val);
5827 + }
5828 +
5829 + return typeOfVal;
5830 +}
5831 +
5832 +/**
5833 + * @deprecated
5834 + *
5835 + * **We recommend using the `configureStore` method
5836 + * of the `@reduxjs/toolkit` package**, which replaces `createStore`.
5837 + *
5838 + * Redux Toolkit is our recommended approach for writing Redux logic today,
5839 + * including store setup, reducers, data fetching, and more.
5840 + *
5841 + * **For more details, please read this Redux docs page:**
5842 + * **https://redux.js.org/introduction/why-rtk-is-redux-today**
5843 + *
5844 + * `configureStore` from Redux Toolkit is an improved version of `createStore` that
5845 + * simplifies setup and helps avoid common bugs.
5846 + *
5847 + * You should not be using the `redux` core package by itself today, except for learning purposes.
5848 + * The `createStore` method from the core `redux` package will not be removed, but we encourage
5849 + * all users to migrate to using Redux Toolkit for all Redux code.
5850 + *
5851 + * If you want to use `createStore` without this visual deprecation warning, use
5852 + * the `legacy_createStore` import instead:
5853 + *
5854 + * `import { legacy_createStore as createStore} from 'redux'`
5855 + *
5856 + */
5857 +
5858 +function createStore(reducer, preloadedState, enhancer) {
5859 + var _ref2;
5860 +
5861 + if (typeof preloadedState === 'function' && typeof enhancer === 'function' || typeof enhancer === 'function' && typeof arguments[3] === 'function') {
5862 + throw new Error( false ? 0 : 'It looks like you are passing several store enhancers to ' + 'createStore(). This is not supported. Instead, compose them ' + 'together to a single function. See https://redux.js.org/tutorials/fundamentals/part-4-store#creating-a-store-with-enhancers for an example.');
5863 + }
5864 +
5865 + if (typeof preloadedState === 'function' && typeof enhancer === 'undefined') {
5866 + enhancer = preloadedState;
5867 + preloadedState = undefined;
5868 + }
5869 +
5870 + if (typeof enhancer !== 'undefined') {
5871 + if (typeof enhancer !== 'function') {
5872 + throw new Error( false ? 0 : "Expected the enhancer to be a function. Instead, received: '" + kindOf(enhancer) + "'");
5873 + }
5874 +
5875 + return enhancer(createStore)(reducer, preloadedState);
5876 + }
5877 +
5878 + if (typeof reducer !== 'function') {
5879 + throw new Error( false ? 0 : "Expected the root reducer to be a function. Instead, received: '" + kindOf(reducer) + "'");
5880 + }
5881 +
5882 + var currentReducer = reducer;
5883 + var currentState = preloadedState;
5884 + var currentListeners = [];
5885 + var nextListeners = currentListeners;
5886 + var isDispatching = false;
5887 + /**
5888 + * This makes a shallow copy of currentListeners so we can use
5889 + * nextListeners as a temporary list while dispatching.
5890 + *
5891 + * This prevents any bugs around consumers calling
5892 + * subscribe/unsubscribe in the middle of a dispatch.
5893 + */
5894 +
5895 + function ensureCanMutateNextListeners() {
5896 + if (nextListeners === currentListeners) {
5897 + nextListeners = currentListeners.slice();
5898 + }
5899 + }
5900 + /**
5901 + * Reads the state tree managed by the store.
5902 + *
5903 + * @returns {any} The current state tree of your application.
5904 + */
5905 +
5906 +
5907 + function getState() {
5908 + if (isDispatching) {
5909 + throw new Error( false ? 0 : 'You may not call store.getState() while the reducer is executing. ' + 'The reducer has already received the state as an argument. ' + 'Pass it down from the top reducer instead of reading it from the store.');
5910 + }
5911 +
5912 + return currentState;
5913 + }
5914 + /**
5915 + * Adds a change listener. It will be called any time an action is dispatched,
5916 + * and some part of the state tree may potentially have changed. You may then
5917 + * call `getState()` to read the current state tree inside the callback.
5918 + *
5919 + * You may call `dispatch()` from a change listener, with the following
5920 + * caveats:
5921 + *
5922 + * 1. The subscriptions are snapshotted just before every `dispatch()` call.
5923 + * If you subscribe or unsubscribe while the listeners are being invoked, this
5924 + * will not have any effect on the `dispatch()` that is currently in progress.
5925 + * However, the next `dispatch()` call, whether nested or not, will use a more
5926 + * recent snapshot of the subscription list.
5927 + *
5928 + * 2. The listener should not expect to see all state changes, as the state
5929 + * might have been updated multiple times during a nested `dispatch()` before
5930 + * the listener is called. It is, however, guaranteed that all subscribers
5931 + * registered before the `dispatch()` started will be called with the latest
5932 + * state by the time it exits.
5933 + *
5934 + * @param {Function} listener A callback to be invoked on every dispatch.
5935 + * @returns {Function} A function to remove this change listener.
5936 + */
5937 +
5938 +
5939 + function subscribe(listener) {
5940 + if (typeof listener !== 'function') {
5941 + throw new Error( false ? 0 : "Expected the listener to be a function. Instead, received: '" + kindOf(listener) + "'");
5942 + }
5943 +
5944 + if (isDispatching) {
5945 + throw new Error( false ? 0 : 'You may not call store.subscribe() while the reducer is executing. ' + 'If you would like to be notified after the store has been updated, subscribe from a ' + 'component and invoke store.getState() in the callback to access the latest state. ' + 'See https://redux.js.org/api/store#subscribelistener for more details.');
5946 + }
5947 +
5948 + var isSubscribed = true;
5949 + ensureCanMutateNextListeners();
5950 + nextListeners.push(listener);
5951 + return function unsubscribe() {
5952 + if (!isSubscribed) {
5953 + return;
5954 + }
5955 +
5956 + if (isDispatching) {
5957 + throw new Error( false ? 0 : 'You may not unsubscribe from a store listener while the reducer is executing. ' + 'See https://redux.js.org/api/store#subscribelistener for more details.');
5958 + }
5959 +
5960 + isSubscribed = false;
5961 + ensureCanMutateNextListeners();
5962 + var index = nextListeners.indexOf(listener);
5963 + nextListeners.splice(index, 1);
5964 + currentListeners = null;
5965 + };
5966 + }
5967 + /**
5968 + * Dispatches an action. It is the only way to trigger a state change.
5969 + *
5970 + * The `reducer` function, used to create the store, will be called with the
5971 + * current state tree and the given `action`. Its return value will
5972 + * be considered the **next** state of the tree, and the change listeners
5973 + * will be notified.
5974 + *
5975 + * The base implementation only supports plain object actions. If you want to
5976 + * dispatch a Promise, an Observable, a thunk, or something else, you need to
5977 + * wrap your store creating function into the corresponding middleware. For
5978 + * example, see the documentation for the `redux-thunk` package. Even the
5979 + * middleware will eventually dispatch plain object actions using this method.
5980 + *
5981 + * @param {Object} action A plain object representing “what changed”. It is
5982 + * a good idea to keep actions serializable so you can record and replay user
5983 + * sessions, or use the time travelling `redux-devtools`. An action must have
5984 + * a `type` property which may not be `undefined`. It is a good idea to use
5985 + * string constants for action types.
5986 + *
5987 + * @returns {Object} For convenience, the same action object you dispatched.
5988 + *
5989 + * Note that, if you use a custom middleware, it may wrap `dispatch()` to
5990 + * return something else (for example, a Promise you can await).
5991 + */
5992 +
5993 +
5994 + function dispatch(action) {
5995 + if (!isPlainObject(action)) {
5996 + throw new Error( false ? 0 : "Actions must be plain objects. Instead, the actual type was: '" + kindOf(action) + "'. You may need to add middleware to your store setup to handle dispatching other values, such as 'redux-thunk' to handle dispatching functions. See https://redux.js.org/tutorials/fundamentals/part-4-store#middleware and https://redux.js.org/tutorials/fundamentals/part-6-async-logic#using-the-redux-thunk-middleware for examples.");
5997 + }
5998 +
5999 + if (typeof action.type === 'undefined') {
6000 + throw new Error( false ? 0 : 'Actions may not have an undefined "type" property. You may have misspelled an action type string constant.');
6001 + }
6002 +
6003 + if (isDispatching) {
6004 + throw new Error( false ? 0 : 'Reducers may not dispatch actions.');
6005 + }
6006 +
6007 + try {
6008 + isDispatching = true;
6009 + currentState = currentReducer(currentState, action);
6010 + } finally {
6011 + isDispatching = false;
6012 + }
6013 +
6014 + var listeners = currentListeners = nextListeners;
6015 +
6016 + for (var i = 0; i < listeners.length; i++) {
6017 + var listener = listeners[i];
6018 + listener();
6019 + }
6020 +
6021 + return action;
6022 + }
6023 + /**
6024 + * Replaces the reducer currently used by the store to calculate the state.
6025 + *
6026 + * You might need this if your app implements code splitting and you want to
6027 + * load some of the reducers dynamically. You might also need this if you
6028 + * implement a hot reloading mechanism for Redux.
6029 + *
6030 + * @param {Function} nextReducer The reducer for the store to use instead.
6031 + * @returns {void}
6032 + */
6033 +
6034 +
6035 + function replaceReducer(nextReducer) {
6036 + if (typeof nextReducer !== 'function') {
6037 + throw new Error( false ? 0 : "Expected the nextReducer to be a function. Instead, received: '" + kindOf(nextReducer));
6038 + }
6039 +
6040 + currentReducer = nextReducer; // This action has a similiar effect to ActionTypes.INIT.
6041 + // Any reducers that existed in both the new and old rootReducer
6042 + // will receive the previous state. This effectively populates
6043 + // the new state tree with any relevant data from the old one.
6044 +
6045 + dispatch({
6046 + type: ActionTypes.REPLACE
6047 + });
6048 + }
6049 + /**
6050 + * Interoperability point for observable/reactive libraries.
6051 + * @returns {observable} A minimal observable of state changes.
6052 + * For more information, see the observable proposal:
6053 + * https://github.com/tc39/proposal-observable
6054 + */
6055 +
6056 +
6057 + function observable() {
6058 + var _ref;
6059 +
6060 + var outerSubscribe = subscribe;
6061 + return _ref = {
6062 + /**
6063 + * The minimal observable subscription method.
6064 + * @param {Object} observer Any object that can be used as an observer.
6065 + * The observer object should have a `next` method.
6066 + * @returns {subscription} An object with an `unsubscribe` method that can
6067 + * be used to unsubscribe the observable from the store, and prevent further
6068 + * emission of values from the observable.
6069 + */
6070 + subscribe: function subscribe(observer) {
6071 + if (typeof observer !== 'object' || observer === null) {
6072 + throw new Error( false ? 0 : "Expected the observer to be an object. Instead, received: '" + kindOf(observer) + "'");
6073 + }
6074 +
6075 + function observeState() {
6076 + if (observer.next) {
6077 + observer.next(getState());
6078 + }
6079 + }
6080 +
6081 + observeState();
6082 + var unsubscribe = outerSubscribe(observeState);
6083 + return {
6084 + unsubscribe: unsubscribe
6085 + };
6086 + }
6087 + }, _ref[$$observable] = function () {
6088 + return this;
6089 + }, _ref;
6090 + } // When a store is created, an "INIT" action is dispatched so that every
6091 + // reducer returns their initial state. This effectively populates
6092 + // the initial state tree.
6093 +
6094 +
6095 + dispatch({
6096 + type: ActionTypes.INIT
6097 + });
6098 + return _ref2 = {
6099 + dispatch: dispatch,
6100 + subscribe: subscribe,
6101 + getState: getState,
6102 + replaceReducer: replaceReducer
6103 + }, _ref2[$$observable] = observable, _ref2;
6104 +}
6105 +/**
6106 + * Creates a Redux store that holds the state tree.
6107 + *
6108 + * **We recommend using `configureStore` from the
6109 + * `@reduxjs/toolkit` package**, which replaces `createStore`:
6110 + * **https://redux.js.org/introduction/why-rtk-is-redux-today**
6111 + *
6112 + * The only way to change the data in the store is to call `dispatch()` on it.
6113 + *
6114 + * There should only be a single store in your app. To specify how different
6115 + * parts of the state tree respond to actions, you may combine several reducers
6116 + * into a single reducer function by using `combineReducers`.
6117 + *
6118 + * @param {Function} reducer A function that returns the next state tree, given
6119 + * the current state tree and the action to handle.
6120 + *
6121 + * @param {any} [preloadedState] The initial state. You may optionally specify it
6122 + * to hydrate the state from the server in universal apps, or to restore a
6123 + * previously serialized user session.
6124 + * If you use `combineReducers` to produce the root reducer function, this must be
6125 + * an object with the same shape as `combineReducers` keys.
6126 + *
6127 + * @param {Function} [enhancer] The store enhancer. You may optionally specify it
6128 + * to enhance the store with third-party capabilities such as middleware,
6129 + * time travel, persistence, etc. The only store enhancer that ships with Redux
6130 + * is `applyMiddleware()`.
6131 + *
6132 + * @returns {Store} A Redux store that lets you read the state, dispatch actions
6133 + * and subscribe to changes.
6134 + */
6135 +
6136 +var legacy_createStore = createStore;
6137 +
6138 +/**
6139 + * Prints a warning in the console if it exists.
6140 + *
6141 + * @param {String} message The warning message.
6142 + * @returns {void}
6143 + */
6144 +function warning(message) {
6145 + /* eslint-disable no-console */
6146 + if (typeof console !== 'undefined' && typeof console.error === 'function') {
6147 + console.error(message);
6148 + }
6149 + /* eslint-enable no-console */
6150 +
6151 +
6152 + try {
6153 + // This error was thrown as a convenience so that if you enable
6154 + // "break on all exceptions" in your console,
6155 + // it would pause the execution at this line.
6156 + throw new Error(message);
6157 + } catch (e) {} // eslint-disable-line no-empty
6158 +
6159 +}
6160 +
6161 +function getUnexpectedStateShapeWarningMessage(inputState, reducers, action, unexpectedKeyCache) {
6162 + var reducerKeys = Object.keys(reducers);
6163 + var argumentName = action && action.type === ActionTypes.INIT ? 'preloadedState argument passed to createStore' : 'previous state received by the reducer';
6164 +
6165 + if (reducerKeys.length === 0) {
6166 + return 'Store does not have a valid reducer. Make sure the argument passed ' + 'to combineReducers is an object whose values are reducers.';
6167 + }
6168 +
6169 + if (!isPlainObject(inputState)) {
6170 + return "The " + argumentName + " has unexpected type of \"" + kindOf(inputState) + "\". Expected argument to be an object with the following " + ("keys: \"" + reducerKeys.join('", "') + "\"");
6171 + }
6172 +
6173 + var unexpectedKeys = Object.keys(inputState).filter(function (key) {
6174 + return !reducers.hasOwnProperty(key) && !unexpectedKeyCache[key];
6175 + });
6176 + unexpectedKeys.forEach(function (key) {
6177 + unexpectedKeyCache[key] = true;
6178 + });
6179 + if (action && action.type === ActionTypes.REPLACE) return;
6180 +
6181 + if (unexpectedKeys.length > 0) {
6182 + return "Unexpected " + (unexpectedKeys.length > 1 ? 'keys' : 'key') + " " + ("\"" + unexpectedKeys.join('", "') + "\" found in " + argumentName + ". ") + "Expected to find one of the known reducer keys instead: " + ("\"" + reducerKeys.join('", "') + "\". Unexpected keys will be ignored.");
6183 + }
6184 +}
6185 +
6186 +function assertReducerShape(reducers) {
6187 + Object.keys(reducers).forEach(function (key) {
6188 + var reducer = reducers[key];
6189 + var initialState = reducer(undefined, {
6190 + type: ActionTypes.INIT
6191 + });
6192 +
6193 + if (typeof initialState === 'undefined') {
6194 + throw new Error( false ? 0 : "The slice reducer for key \"" + key + "\" returned undefined during initialization. " + "If the state passed to the reducer is undefined, you must " + "explicitly return the initial state. The initial state may " + "not be undefined. If you don't want to set a value for this reducer, " + "you can use null instead of undefined.");
6195 + }
6196 +
6197 + if (typeof reducer(undefined, {
6198 + type: ActionTypes.PROBE_UNKNOWN_ACTION()
6199 + }) === 'undefined') {
6200 + throw new Error( false ? 0 : "The slice reducer for key \"" + key + "\" returned undefined when probed with a random type. " + ("Don't try to handle '" + ActionTypes.INIT + "' or other actions in \"redux/*\" ") + "namespace. They are considered private. Instead, you must return the " + "current state for any unknown actions, unless it is undefined, " + "in which case you must return the initial state, regardless of the " + "action type. The initial state may not be undefined, but can be null.");
6201 + }
6202 + });
6203 +}
6204 +/**
6205 + * Turns an object whose values are different reducer functions, into a single
6206 + * reducer function. It will call every child reducer, and gather their results
6207 + * into a single state object, whose keys correspond to the keys of the passed
6208 + * reducer functions.
6209 + *
6210 + * @param {Object} reducers An object whose values correspond to different
6211 + * reducer functions that need to be combined into one. One handy way to obtain
6212 + * it is to use ES6 `import * as reducers` syntax. The reducers may never return
6213 + * undefined for any action. Instead, they should return their initial state
6214 + * if the state passed to them was undefined, and the current state for any
6215 + * unrecognized action.
6216 + *
6217 + * @returns {Function} A reducer function that invokes every reducer inside the
6218 + * passed object, and builds a state object with the same shape.
6219 + */
6220 +
6221 +
6222 +function combineReducers(reducers) {
6223 + var reducerKeys = Object.keys(reducers);
6224 + var finalReducers = {};
6225 +
6226 + for (var i = 0; i < reducerKeys.length; i++) {
6227 + var key = reducerKeys[i];
6228 +
6229 + if (true) {
6230 + if (typeof reducers[key] === 'undefined') {
6231 + warning("No reducer provided for key \"" + key + "\"");
6232 + }
6233 + }
6234 +
6235 + if (typeof reducers[key] === 'function') {
6236 + finalReducers[key] = reducers[key];
6237 + }
6238 + }
6239 +
6240 + var finalReducerKeys = Object.keys(finalReducers); // This is used to make sure we don't warn about the same
6241 + // keys multiple times.
6242 +
6243 + var unexpectedKeyCache;
6244 +
6245 + if (true) {
6246 + unexpectedKeyCache = {};
6247 + }
6248 +
6249 + var shapeAssertionError;
6250 +
6251 + try {
6252 + assertReducerShape(finalReducers);
6253 + } catch (e) {
6254 + shapeAssertionError = e;
6255 + }
6256 +
6257 + return function combination(state, action) {
6258 + if (state === void 0) {
6259 + state = {};
6260 + }
6261 +
6262 + if (shapeAssertionError) {
6263 + throw shapeAssertionError;
6264 + }
6265 +
6266 + if (true) {
6267 + var warningMessage = getUnexpectedStateShapeWarningMessage(state, finalReducers, action, unexpectedKeyCache);
6268 +
6269 + if (warningMessage) {
6270 + warning(warningMessage);
6271 + }
6272 + }
6273 +
6274 + var hasChanged = false;
6275 + var nextState = {};
6276 +
6277 + for (var _i = 0; _i < finalReducerKeys.length; _i++) {
6278 + var _key = finalReducerKeys[_i];
6279 + var reducer = finalReducers[_key];
6280 + var previousStateForKey = state[_key];
6281 + var nextStateForKey = reducer(previousStateForKey, action);
6282 +
6283 + if (typeof nextStateForKey === 'undefined') {
6284 + var actionType = action && action.type;
6285 + throw new Error( false ? 0 : "When called with an action of type " + (actionType ? "\"" + String(actionType) + "\"" : '(unknown type)') + ", the slice reducer for key \"" + _key + "\" returned undefined. " + "To ignore an action, you must explicitly return the previous state. " + "If you want this reducer to hold no value, you can return null instead of undefined.");
6286 + }
6287 +
6288 + nextState[_key] = nextStateForKey;
6289 + hasChanged = hasChanged || nextStateForKey !== previousStateForKey;
6290 + }
6291 +
6292 + hasChanged = hasChanged || finalReducerKeys.length !== Object.keys(state).length;
6293 + return hasChanged ? nextState : state;
6294 + };
6295 +}
6296 +
6297 +function bindActionCreator(actionCreator, dispatch) {
6298 + return function () {
6299 + return dispatch(actionCreator.apply(this, arguments));
6300 + };
6301 +}
6302 +/**
6303 + * Turns an object whose values are action creators, into an object with the
6304 + * same keys, but with every function wrapped into a `dispatch` call so they
6305 + * may be invoked directly. This is just a convenience method, as you can call
6306 + * `store.dispatch(MyActionCreators.doSomething())` yourself just fine.
6307 + *
6308 + * For convenience, you can also pass an action creator as the first argument,
6309 + * and get a dispatch wrapped function in return.
6310 + *
6311 + * @param {Function|Object} actionCreators An object whose values are action
6312 + * creator functions. One handy way to obtain it is to use ES6 `import * as`
6313 + * syntax. You may also pass a single function.
6314 + *
6315 + * @param {Function} dispatch The `dispatch` function available on your Redux
6316 + * store.
6317 + *
6318 + * @returns {Function|Object} The object mimicking the original object, but with
6319 + * every action creator wrapped into the `dispatch` call. If you passed a
6320 + * function as `actionCreators`, the return value will also be a single
6321 + * function.
6322 + */
6323 +
6324 +
6325 +function bindActionCreators(actionCreators, dispatch) {
6326 + if (typeof actionCreators === 'function') {
6327 + return bindActionCreator(actionCreators, dispatch);
6328 + }
6329 +
6330 + if (typeof actionCreators !== 'object' || actionCreators === null) {
6331 + throw new Error( false ? 0 : "bindActionCreators expected an object or a function, but instead received: '" + kindOf(actionCreators) + "'. " + "Did you write \"import ActionCreators from\" instead of \"import * as ActionCreators from\"?");
6332 + }
6333 +
6334 + var boundActionCreators = {};
6335 +
6336 + for (var key in actionCreators) {
6337 + var actionCreator = actionCreators[key];
6338 +
6339 + if (typeof actionCreator === 'function') {
6340 + boundActionCreators[key] = bindActionCreator(actionCreator, dispatch);
6341 + }
6342 + }
6343 +
6344 + return boundActionCreators;
6345 +}
6346 +
6347 +/**
6348 + * Composes single-argument functions from right to left. The rightmost
6349 + * function can take multiple arguments as it provides the signature for
6350 + * the resulting composite function.
6351 + *
6352 + * @param {...Function} funcs The functions to compose.
6353 + * @returns {Function} A function obtained by composing the argument functions
6354 + * from right to left. For example, compose(f, g, h) is identical to doing
6355 + * (...args) => f(g(h(...args))).
6356 + */
6357 +function compose() {
6358 + for (var _len = arguments.length, funcs = new Array(_len), _key = 0; _key < _len; _key++) {
6359 + funcs[_key] = arguments[_key];
6360 + }
6361 +
6362 + if (funcs.length === 0) {
6363 + return function (arg) {
6364 + return arg;
6365 + };
6366 + }
6367 +
6368 + if (funcs.length === 1) {
6369 + return funcs[0];
6370 + }
6371 +
6372 + return funcs.reduce(function (a, b) {
6373 + return function () {
6374 + return a(b.apply(void 0, arguments));
6375 + };
6376 + });
6377 +}
6378 +
6379 +/**
6380 + * Creates a store enhancer that applies middleware to the dispatch method
6381 + * of the Redux store. This is handy for a variety of tasks, such as expressing
6382 + * asynchronous actions in a concise manner, or logging every action payload.
6383 + *
6384 + * See `redux-thunk` package as an example of the Redux middleware.
6385 + *
6386 + * Because middleware is potentially asynchronous, this should be the first
6387 + * store enhancer in the composition chain.
6388 + *
6389 + * Note that each middleware will be given the `dispatch` and `getState` functions
6390 + * as named arguments.
6391 + *
6392 + * @param {...Function} middlewares The middleware chain to be applied.
6393 + * @returns {Function} A store enhancer applying the middleware.
6394 + */
6395 +
6396 +function applyMiddleware() {
6397 + for (var _len = arguments.length, middlewares = new Array(_len), _key = 0; _key < _len; _key++) {
6398 + middlewares[_key] = arguments[_key];
6399 + }
6400 +
6401 + return function (createStore) {
6402 + return function () {
6403 + var store = createStore.apply(void 0, arguments);
6404 +
6405 + var _dispatch = function dispatch() {
6406 + throw new Error( false ? 0 : 'Dispatching while constructing your middleware is not allowed. ' + 'Other middleware would not be applied to this dispatch.');
6407 + };
6408 +
6409 + var middlewareAPI = {
6410 + getState: store.getState,
6411 + dispatch: function dispatch() {
6412 + return _dispatch.apply(void 0, arguments);
6413 + }
6414 + };
6415 + var chain = middlewares.map(function (middleware) {
6416 + return middleware(middlewareAPI);
6417 + });
6418 + _dispatch = compose.apply(void 0, chain)(store.dispatch);
6419 + return (0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__["default"])((0,_babel_runtime_helpers_esm_objectSpread2__WEBPACK_IMPORTED_MODULE_0__["default"])({}, store), {}, {
6420 + dispatch: _dispatch
6421 + });
6422 + };
6423 + };
6424 +}
6425 +
6426 +
6427 +
6428 +
6429 +/***/ }),
6430 +
6431 +/***/ "../node_modules/reselect/es/defaultMemoize.js":
6432 +/*!*****************************************************!*\
6433 + !*** ../node_modules/reselect/es/defaultMemoize.js ***!
6434 + \*****************************************************/
6435 +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
6436 +
6437 +"use strict";
6438 +__webpack_require__.r(__webpack_exports__);
6439 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
6440 +/* harmony export */ createCacheKeyComparator: () => (/* binding */ createCacheKeyComparator),
6441 +/* harmony export */ defaultEqualityCheck: () => (/* binding */ defaultEqualityCheck),
6442 +/* harmony export */ defaultMemoize: () => (/* binding */ defaultMemoize)
6443 +/* harmony export */ });
6444 +// Cache implementation based on Erik Rasmussen's `lru-memoize`:
6445 +// https://github.com/erikras/lru-memoize
6446 +var NOT_FOUND = 'NOT_FOUND';
6447 +
6448 +function createSingletonCache(equals) {
6449 + var entry;
6450 + return {
6451 + get: function get(key) {
6452 + if (entry && equals(entry.key, key)) {
6453 + return entry.value;
6454 + }
6455 +
6456 + return NOT_FOUND;
6457 + },
6458 + put: function put(key, value) {
6459 + entry = {
6460 + key: key,
6461 + value: value
6462 + };
6463 + },
6464 + getEntries: function getEntries() {
6465 + return entry ? [entry] : [];
6466 + },
6467 + clear: function clear() {
6468 + entry = undefined;
6469 + }
6470 + };
6471 +}
6472 +
6473 +function createLruCache(maxSize, equals) {
6474 + var entries = [];
6475 +
6476 + function get(key) {
6477 + var cacheIndex = entries.findIndex(function (entry) {
6478 + return equals(key, entry.key);
6479 + }); // We found a cached entry
6480 +
6481 + if (cacheIndex > -1) {
6482 + var entry = entries[cacheIndex]; // Cached entry not at top of cache, move it to the top
6483 +
6484 + if (cacheIndex > 0) {
6485 + entries.splice(cacheIndex, 1);
6486 + entries.unshift(entry);
6487 + }
6488 +
6489 + return entry.value;
6490 + } // No entry found in cache, return sentinel
6491 +
6492 +
6493 + return NOT_FOUND;
6494 + }
6495 +
6496 + function put(key, value) {
6497 + if (get(key) === NOT_FOUND) {
6498 + // TODO Is unshift slow?
6499 + entries.unshift({
6500 + key: key,
6501 + value: value
6502 + });
6503 +
6504 + if (entries.length > maxSize) {
6505 + entries.pop();
6506 + }
6507 + }
6508 + }
6509 +
6510 + function getEntries() {
6511 + return entries;
6512 + }
6513 +
6514 + function clear() {
6515 + entries = [];
6516 + }
6517 +
6518 + return {
6519 + get: get,
6520 + put: put,
6521 + getEntries: getEntries,
6522 + clear: clear
6523 + };
6524 +}
6525 +
6526 +var defaultEqualityCheck = function defaultEqualityCheck(a, b) {
6527 + return a === b;
6528 +};
6529 +function createCacheKeyComparator(equalityCheck) {
6530 + return function areArgumentsShallowlyEqual(prev, next) {
6531 + if (prev === null || next === null || prev.length !== next.length) {
6532 + return false;
6533 + } // Do this in a for loop (and not a `forEach` or an `every`) so we can determine equality as fast as possible.
6534 +
6535 +
6536 + var length = prev.length;
6537 +
6538 + for (var i = 0; i < length; i++) {
6539 + if (!equalityCheck(prev[i], next[i])) {
6540 + return false;
6541 + }
6542 + }
6543 +
6544 + return true;
6545 + };
6546 +}
6547 +// defaultMemoize now supports a configurable cache size with LRU behavior,
6548 +// and optional comparison of the result value with existing values
6549 +function defaultMemoize(func, equalityCheckOrOptions) {
6550 + var providedOptions = typeof equalityCheckOrOptions === 'object' ? equalityCheckOrOptions : {
6551 + equalityCheck: equalityCheckOrOptions
6552 + };
6553 + var _providedOptions$equa = providedOptions.equalityCheck,
6554 + equalityCheck = _providedOptions$equa === void 0 ? defaultEqualityCheck : _providedOptions$equa,
6555 + _providedOptions$maxS = providedOptions.maxSize,
6556 + maxSize = _providedOptions$maxS === void 0 ? 1 : _providedOptions$maxS,
6557 + resultEqualityCheck = providedOptions.resultEqualityCheck;
6558 + var comparator = createCacheKeyComparator(equalityCheck);
6559 + var cache = maxSize === 1 ? createSingletonCache(comparator) : createLruCache(maxSize, comparator); // we reference arguments instead of spreading them for performance reasons
6560 +
6561 + function memoized() {
6562 + var value = cache.get(arguments);
6563 +
6564 + if (value === NOT_FOUND) {
6565 + // @ts-ignore
6566 + value = func.apply(null, arguments);
6567 +
6568 + if (resultEqualityCheck) {
6569 + var entries = cache.getEntries();
6570 + var matchingEntry = entries.find(function (entry) {
6571 + return resultEqualityCheck(entry.value, value);
6572 + });
6573 +
6574 + if (matchingEntry) {
6575 + value = matchingEntry.value;
6576 + }
6577 + }
6578 +
6579 + cache.put(arguments, value);
6580 + }
6581 +
6582 + return value;
6583 + }
6584 +
6585 + memoized.clearCache = function () {
6586 + return cache.clear();
6587 + };
6588 +
6589 + return memoized;
6590 +}
6591 +
6592 +/***/ }),
6593 +
6594 +/***/ "../node_modules/reselect/es/index.js":
6595 +/*!********************************************!*\
6596 + !*** ../node_modules/reselect/es/index.js ***!
6597 + \********************************************/
6598 +/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
6599 +
6600 +"use strict";
6601 +__webpack_require__.r(__webpack_exports__);
6602 +/* harmony export */ __webpack_require__.d(__webpack_exports__, {
6603 +/* harmony export */ createSelector: () => (/* binding */ createSelector),
6604 +/* harmony export */ createSelectorCreator: () => (/* binding */ createSelectorCreator),
6605 +/* harmony export */ createStructuredSelector: () => (/* binding */ createStructuredSelector),
6606 +/* harmony export */ defaultEqualityCheck: () => (/* reexport safe */ _defaultMemoize__WEBPACK_IMPORTED_MODULE_0__.defaultEqualityCheck),
6607 +/* harmony export */ defaultMemoize: () => (/* reexport safe */ _defaultMemoize__WEBPACK_IMPORTED_MODULE_0__.defaultMemoize)
6608 +/* harmony export */ });
6609 +/* harmony import */ var _defaultMemoize__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./defaultMemoize */ "../node_modules/reselect/es/defaultMemoize.js");
6610 +
6611 +
6612 +
6613 +function getDependencies(funcs) {
6614 + var dependencies = Array.isArray(funcs[0]) ? funcs[0] : funcs;
6615 +
6616 + if (!dependencies.every(function (dep) {
6617 + return typeof dep === 'function';
6618 + })) {
6619 + var dependencyTypes = dependencies.map(function (dep) {
6620 + return typeof dep === 'function' ? "function " + (dep.name || 'unnamed') + "()" : typeof dep;
6621 + }).join(', ');
6622 + throw new Error("createSelector expects all input-selectors to be functions, but received the following types: [" + dependencyTypes + "]");
6623 + }
6624 +
6625 + return dependencies;
6626 +}
6627 +
6628 +function createSelectorCreator(memoize) {
6629 + for (var _len = arguments.length, memoizeOptionsFromArgs = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
6630 + memoizeOptionsFromArgs[_key - 1] = arguments[_key];
6631 + }
6632 +
6633 + var createSelector = function createSelector() {
6634 + for (var _len2 = arguments.length, funcs = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
6635 + funcs[_key2] = arguments[_key2];
6636 + }
6637 +
6638 + var _recomputations = 0;
6639 +
6640 + var _lastResult; // Due to the intricacies of rest params, we can't do an optional arg after `...funcs`.
6641 + // So, start by declaring the default value here.
6642 + // (And yes, the words 'memoize' and 'options' appear too many times in this next sequence.)
6643 +
6644 +
6645 + var directlyPassedOptions = {
6646 + memoizeOptions: undefined
6647 + }; // Normally, the result func or "output selector" is the last arg
6648 +
6649 + var resultFunc = funcs.pop(); // If the result func is actually an _object_, assume it's our options object
6650 +
6651 + if (typeof resultFunc === 'object') {
6652 + directlyPassedOptions = resultFunc; // and pop the real result func off
6653 +
6654 + resultFunc = funcs.pop();
6655 + }
6656 +
6657 + if (typeof resultFunc !== 'function') {
6658 + throw new Error("createSelector expects an output function after the inputs, but received: [" + typeof resultFunc + "]");
6659 + } // Determine which set of options we're using. Prefer options passed directly,
6660 + // but fall back to options given to createSelectorCreator.
6661 +
6662 +
6663 + var _directlyPassedOption = directlyPassedOptions,
6664 + _directlyPassedOption2 = _directlyPassedOption.memoizeOptions,
6665 + memoizeOptions = _directlyPassedOption2 === void 0 ? memoizeOptionsFromArgs : _directlyPassedOption2; // Simplifying assumption: it's unlikely that the first options arg of the provided memoizer
6666 + // is an array. In most libs I've looked at, it's an equality function or options object.
6667 + // Based on that, if `memoizeOptions` _is_ an array, we assume it's a full
6668 + // user-provided array of options. Otherwise, it must be just the _first_ arg, and so
6669 + // we wrap it in an array so we can apply it.
6670 +
6671 + var finalMemoizeOptions = Array.isArray(memoizeOptions) ? memoizeOptions : [memoizeOptions];
6672 + var dependencies = getDependencies(funcs);
6673 + var memoizedResultFunc = memoize.apply(void 0, [function recomputationWrapper() {
6674 + _recomputations++; // apply arguments instead of spreading for performance.
6675 +
6676 + return resultFunc.apply(null, arguments);
6677 + }].concat(finalMemoizeOptions)); // If a selector is called with the exact same arguments we don't need to traverse our dependencies again.
6678 +
6679 + var selector = memoize(function dependenciesChecker() {
6680 + var params = [];
6681 + var length = dependencies.length;
6682 +
6683 + for (var i = 0; i < length; i++) {
6684 + // apply arguments instead of spreading and mutate a local list of params for performance.
6685 + // @ts-ignore
6686 + params.push(dependencies[i].apply(null, arguments));
6687 + } // apply arguments instead of spreading for performance.
6688 +
6689 +
6690 + _lastResult = memoizedResultFunc.apply(null, params);
6691 + return _lastResult;
6692 + });
6693 + Object.assign(selector, {
6694 + resultFunc: resultFunc,
6695 + memoizedResultFunc: memoizedResultFunc,
6696 + dependencies: dependencies,
6697 + lastResult: function lastResult() {
6698 + return _lastResult;
6699 + },
6700 + recomputations: function recomputations() {
6701 + return _recomputations;
6702 + },
6703 + resetRecomputations: function resetRecomputations() {
6704 + return _recomputations = 0;
6705 + }
6706 + });
6707 + return selector;
6708 + }; // @ts-ignore
6709 +
6710 +
6711 + return createSelector;
6712 +}
6713 +var createSelector = /* #__PURE__ */createSelectorCreator(_defaultMemoize__WEBPACK_IMPORTED_MODULE_0__.defaultMemoize);
6714 +// Manual definition of state and output arguments
6715 +var createStructuredSelector = function createStructuredSelector(selectors, selectorCreator) {
6716 + if (selectorCreator === void 0) {
6717 + selectorCreator = createSelector;
6718 + }
6719 +
6720 + if (typeof selectors !== 'object') {
6721 + throw new Error('createStructuredSelector expects first argument to be an object ' + ("where each property is a selector, instead received a " + typeof selectors));
6722 + }
6723 +
6724 + var objectKeys = Object.keys(selectors);
6725 + var resultSelector = selectorCreator( // @ts-ignore
6726 + objectKeys.map(function (key) {
6727 + return selectors[key];
6728 + }), function () {
6729 + for (var _len3 = arguments.length, values = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
6730 + values[_key3] = arguments[_key3];
6731 + }
6732 +
6733 + return values.reduce(function (composition, value, index) {
6734 + composition[objectKeys[index]] = value;
6735 + return composition;
6736 + }, {});
6737 + });
6738 + return resultSelector;
6739 +};
6740 +
3406 6741 /***/ })
3407 6742
3408 6743 /******/ });
3409 6744 /************************************************************************/
@@ -3429,8 +6764,49 @@
3429 6764 /******/
3430 6765 /******/ // Return the exports of the module
3431 6766 /******/ return module.exports;
3432 6767 /******/ }
6768 +/******/
6769 +/************************************************************************/
6770 +/******/ /* webpack/runtime/define property getters */
6771 +/******/ (() => {
6772 +/******/ // define getter functions for harmony exports
6773 +/******/ __webpack_require__.d = (exports, definition) => {
6774 +/******/ for(var key in definition) {
6775 +/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
6776 +/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
6777 +/******/ }
6778 +/******/ }
6779 +/******/ };
6780 +/******/ })();
6781 +/******/
6782 +/******/ /* webpack/runtime/global */
6783 +/******/ (() => {
6784 +/******/ __webpack_require__.g = (function() {
6785 +/******/ if (typeof globalThis === 'object') return globalThis;
6786 +/******/ try {
6787 +/******/ return this || new Function('return this')();
6788 +/******/ } catch (e) {
6789 +/******/ if (typeof window === 'object') return window;
6790 +/******/ }
6791 +/******/ })();
6792 +/******/ })();
6793 +/******/
6794 +/******/ /* webpack/runtime/hasOwnProperty shorthand */
6795 +/******/ (() => {
6796 +/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
6797 +/******/ })();
6798 +/******/
6799 +/******/ /* webpack/runtime/make namespace object */
6800 +/******/ (() => {
6801 +/******/ // define __esModule on exports
6802 +/******/ __webpack_require__.r = (exports) => {
6803 +/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
6804 +/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
6805 +/******/ }
6806 +/******/ Object.defineProperty(exports, '__esModule', { value: true });
6807 +/******/ };
6808 +/******/ })();
3433 6809 /******/
3434 6810 /************************************************************************/
3435 6811 var __webpack_exports__ = {};
3436 6812 // This entry needs to be wrapped in an IIFE because it needs to be in strict mode.