| @@ -1646,19 +1646,19 @@ | ||
| 1646 | 1646 | |
| 1647 | 1647 | /******/ }); |
| 1648 | 1648 | /************************************************************************/ |
| 1649 | 1649 | /******/ // The module cache |
| 1650 | -/******/ var __webpack_module_cache__ = {}; | |
| 1650 | +/******/ const __webpack_module_cache__ = {}; | |
| 1651 | 1651 | /******/ |
| 1652 | 1652 | /******/ // The require function |
| 1653 | 1653 | /******/ function __webpack_require__(moduleId) { |
| 1654 | 1654 | /******/ // Check if module is in cache |
| 1655 | -/******/ var cachedModule = __webpack_module_cache__[moduleId]; | |
| 1655 | +/******/ const cachedModule = __webpack_module_cache__[moduleId]; | |
| 1656 | 1656 | /******/ if (cachedModule !== undefined) { |
| 1657 | 1657 | /******/ return cachedModule.exports; |
| 1658 | 1658 | /******/ } |
| 1659 | 1659 | /******/ // Create a new module (and put it into the cache) |
| 1660 | -/******/ var module = __webpack_module_cache__[moduleId] = { | |
| 1660 | +/******/ const module = __webpack_module_cache__[moduleId] = { | |
| 1661 | 1661 | /******/ id: moduleId, |
| 1662 | 1662 | /******/ // no module.loaded needed |
| 1663 | 1663 | /******/ exports: {} |
| 1664 | 1664 | /******/ }; |
| @@ -1665,9 +1665,9 @@ | ||
| 1665 | 1665 | /******/ |
| 1666 | 1666 | /******/ // Execute the module function |
| 1667 | 1667 | /******/ if (!(moduleId in __webpack_modules__)) { |
| 1668 | 1668 | /******/ delete __webpack_module_cache__[moduleId]; |
| 1669 | -/******/ var e = new Error("Cannot find module '" + moduleId + "'"); | |
| 1669 | +/******/ const e = new Error("Cannot find module '" + moduleId + "'"); | |
| 1670 | 1670 | /******/ e.code = 'MODULE_NOT_FOUND'; |
| 1671 | 1671 | /******/ throw e; |
| 1672 | 1672 | /******/ } |
| 1673 | 1673 | /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__); |
| @@ -1680,9 +1680,9 @@ | ||
| 1680 | 1680 | /******/ /* webpack/runtime/compat get default export */ |
| 1681 | 1681 | /******/ (() => { |
| 1682 | 1682 | /******/ // getDefaultExport function for compatibility with non-harmony modules |
| 1683 | 1683 | /******/ __webpack_require__.n = (module) => { |
| 1684 | -/******/ var getter = module && module.__esModule ? | |
| 1684 | +/******/ const getter = module && module.__esModule ? | |
| 1685 | 1685 | /******/ () => (module['default']) : |
| 1686 | 1686 | /******/ () => (module); |
| 1687 | 1687 | /******/ __webpack_require__.d(getter, { a: getter }); |
| 1688 | 1688 | /******/ return getter; |
| @@ -1690,14 +1690,29 @@ | ||
| 1690 | 1690 | /******/ })(); |
| 1691 | 1691 | /******/ |
| 1692 | 1692 | /******/ /* webpack/runtime/define property getters */ |
| 1693 | 1693 | /******/ (() => { |
| 1694 | -/******/ // define getter functions for harmony exports | |
| 1694 | +/******/ // define getter/value functions for harmony exports | |
| 1695 | 1695 | /******/ __webpack_require__.d = (exports, definition) => { |
| 1696 | -/******/ for(var key in definition) { | |
| 1697 | -/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { | |
| 1698 | -/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); | |
| 1696 | +/******/ if(Array.isArray(definition)) { | |
| 1697 | +/******/ var i = 0; | |
| 1698 | +/******/ while(i < definition.length) { | |
| 1699 | +/******/ var key = definition[i++]; | |
| 1700 | +/******/ var binding = definition[i++]; | |
| 1701 | +/******/ if(!__webpack_require__.o(exports, key)) { | |
| 1702 | +/******/ if(binding === 0) { | |
| 1703 | +/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] }); | |
| 1704 | +/******/ } else { | |
| 1705 | +/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding }); | |
| 1706 | +/******/ } | |
| 1707 | +/******/ } else if(binding === 0) { i++; } | |
| 1699 | 1708 | /******/ } |
| 1709 | +/******/ } else { | |
| 1710 | +/******/ for(var key in definition) { | |
| 1711 | +/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { | |
| 1712 | +/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); | |
| 1713 | +/******/ } | |
| 1714 | +/******/ } | |
| 1700 | 1715 | /******/ } |
| 1701 | 1716 | /******/ }; |
| 1702 | 1717 | /******/ })(); |
| 1703 | 1718 | /******/ |
| @@ -1702,9 +1717,9 @@ | ||
| 1702 | 1717 | /******/ })(); |
| 1703 | 1718 | /******/ |
| 1704 | 1719 | /******/ /* webpack/runtime/hasOwnProperty shorthand */ |
| 1705 | 1720 | /******/ (() => { |
| 1706 | -/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) | |
| 1721 | +/******/ __webpack_require__.o = (obj, prop) => (Object.hasOwn(obj, prop)) | |
| 1707 | 1722 | /******/ })(); |
| 1708 | 1723 | /******/ |
| 1709 | 1724 | /******/ /* webpack/runtime/make namespace object */ |
| 1710 | 1725 | /******/ (() => { |
| @@ -1709,9 +1724,9 @@ | ||
| 1709 | 1724 | /******/ /* webpack/runtime/make namespace object */ |
| 1710 | 1725 | /******/ (() => { |
| 1711 | 1726 | /******/ // define __esModule on exports |
| 1712 | 1727 | /******/ __webpack_require__.r = (exports) => { |
| 1713 | -/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { | |
| 1728 | +/******/ if(Symbol.toStringTag) { | |
| 1714 | 1729 | /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); |
| 1715 | 1730 | /******/ } |
| 1716 | 1731 | /******/ Object.defineProperty(exports, '__esModule', { value: true }); |
| 1717 | 1732 | /******/ }; |
| @@ -1722,9 +1737,9 @@ | ||
| 1722 | 1737 | /******/ __webpack_require__.nc = undefined; |
| 1723 | 1738 | /******/ })(); |
| 1724 | 1739 | /******/ |
| 1725 | 1740 | /************************************************************************/ |
| 1726 | -var __webpack_exports__ = {}; | |
| 1741 | +let __webpack_exports__ = {}; | |
| 1727 | 1742 | // This entry needs to be wrapped in an IIFE because it needs to be in strict mode. |
| 1728 | 1743 | (() => { |
| 1729 | 1744 | "use strict"; |
| 1730 | 1745 | /*!*********************************************!*\ |