@scrabble-solver/scrabble-solver 2.13.4 → 2.13.5-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/.next/build-manifest.json +15 -24
  2. package/.next/cache/.tsbuildinfo +1 -1
  3. package/.next/cache/eslint/.cache_8dgz12 +1 -1
  4. package/.next/cache/webpack/client-development/0.pack.gz +0 -0
  5. package/.next/cache/webpack/client-development/1.pack.gz +0 -0
  6. package/.next/cache/webpack/client-development/10.pack.gz +0 -0
  7. package/.next/cache/webpack/client-development/11.pack.gz +0 -0
  8. package/.next/cache/webpack/client-development/12.pack.gz +0 -0
  9. package/.next/cache/webpack/client-development/13.pack.gz +0 -0
  10. package/.next/cache/webpack/client-development/14.pack.gz +0 -0
  11. package/.next/cache/webpack/client-development/15.pack.gz +0 -0
  12. package/.next/cache/webpack/client-development/2.pack.gz +0 -0
  13. package/.next/cache/webpack/client-development/3.pack.gz +0 -0
  14. package/.next/cache/webpack/client-development/4.pack.gz +0 -0
  15. package/.next/cache/webpack/client-development/5.pack.gz +0 -0
  16. package/.next/cache/webpack/client-development/6.pack.gz +0 -0
  17. package/.next/cache/webpack/client-development/7.pack.gz +0 -0
  18. package/.next/cache/webpack/client-development/8.pack.gz +0 -0
  19. package/.next/cache/webpack/client-development/9.pack.gz +0 -0
  20. package/.next/cache/webpack/client-development/index.pack.gz +0 -0
  21. package/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
  22. package/.next/cache/webpack/client-development-fallback/0.pack.gz +0 -0
  23. package/.next/cache/webpack/client-development-fallback/index.pack.gz +0 -0
  24. package/.next/cache/webpack/client-production/0.pack +0 -0
  25. package/.next/cache/webpack/client-production/1.pack +0 -0
  26. package/.next/cache/webpack/client-production/2.pack +0 -0
  27. package/.next/cache/webpack/client-production/3.pack +0 -0
  28. package/.next/cache/webpack/client-production/4.pack +0 -0
  29. package/.next/cache/webpack/client-production/index.pack +0 -0
  30. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  31. package/.next/cache/webpack/edge-server-production/0.pack +0 -0
  32. package/.next/cache/webpack/edge-server-production/1.pack +0 -0
  33. package/.next/cache/webpack/edge-server-production/2.pack +0 -0
  34. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  35. package/.next/cache/webpack/edge-server-production/index.pack.old +0 -0
  36. package/.next/cache/webpack/server-development/0.pack.gz +0 -0
  37. package/.next/cache/webpack/server-development/1.pack.gz +0 -0
  38. package/.next/cache/webpack/server-development/10.pack.gz +0 -0
  39. package/.next/cache/webpack/server-development/11.pack.gz +0 -0
  40. package/.next/cache/webpack/server-development/12.pack.gz +0 -0
  41. package/.next/cache/webpack/server-development/13.pack.gz +0 -0
  42. package/.next/cache/webpack/server-development/14.pack.gz +0 -0
  43. package/.next/cache/webpack/server-development/15.pack.gz +0 -0
  44. package/.next/cache/webpack/server-development/16.pack.gz +0 -0
  45. package/.next/cache/webpack/server-development/17.pack.gz +0 -0
  46. package/.next/cache/webpack/server-development/18.pack.gz +0 -0
  47. package/.next/cache/webpack/server-development/19.pack.gz +0 -0
  48. package/.next/cache/webpack/server-development/2.pack.gz +0 -0
  49. package/.next/cache/webpack/server-development/20.pack.gz +0 -0
  50. package/.next/cache/webpack/server-development/21.pack.gz +0 -0
  51. package/.next/cache/webpack/server-development/22.pack.gz +0 -0
  52. package/.next/cache/webpack/server-development/23.pack.gz +0 -0
  53. package/.next/cache/webpack/server-development/3.pack.gz +0 -0
  54. package/.next/cache/webpack/server-development/4.pack.gz +0 -0
  55. package/.next/cache/webpack/server-development/5.pack.gz +0 -0
  56. package/.next/cache/webpack/server-development/6.pack.gz +0 -0
  57. package/.next/cache/webpack/server-development/7.pack.gz +0 -0
  58. package/.next/cache/webpack/server-development/8.pack.gz +0 -0
  59. package/.next/cache/webpack/server-development/9.pack.gz +0 -0
  60. package/.next/cache/webpack/server-development/index.pack.gz +0 -0
  61. package/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
  62. package/.next/cache/webpack/server-production/0.pack +0 -0
  63. package/.next/cache/webpack/server-production/1.pack +0 -0
  64. package/.next/cache/webpack/server-production/2.pack +0 -0
  65. package/.next/cache/webpack/server-production/3.pack +0 -0
  66. package/.next/cache/webpack/server-production/4.pack +0 -0
  67. package/.next/cache/webpack/server-production/index.pack +0 -0
  68. package/.next/cache/webpack/server-production/index.pack.old +0 -0
  69. package/.next/server/middleware-build-manifest.js +1 -1
  70. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  71. package/.next/server/next-font-manifest.js +1 -1
  72. package/.next/server/pages/_app.js +3720 -1
  73. package/.next/server/pages/_document.js +86 -1
  74. package/.next/server/pages/_error.js +3742 -1
  75. package/.next/server/pages/api/dictionary/[locale]/[word].js +1116 -2
  76. package/.next/server/pages/api/solve.js +1496 -1
  77. package/.next/server/pages/api/verify.js +946 -1
  78. package/.next/server/pages/api/visit.js +176 -1
  79. package/.next/server/pages/index.js +4312 -1
  80. package/.next/server/pages-manifest.json +10 -1
  81. package/.next/server/vendor-chunks/@swc.js +35 -0
  82. package/.next/server/vendor-chunks/next.js +517 -0
  83. package/.next/server/webpack-api-runtime.js +168 -1
  84. package/.next/server/webpack-runtime.js +237 -1
  85. package/.next/static/chunks/main.js +1285 -0
  86. package/.next/static/chunks/pages/_app.js +4854 -0
  87. package/.next/static/chunks/pages/_error.js +28 -0
  88. package/.next/static/chunks/pages/index.js +717 -0
  89. package/.next/static/chunks/react-refresh.js +62 -0
  90. package/.next/static/chunks/webpack.js +1261 -0
  91. package/.next/static/development/_buildManifest.js +1 -0
  92. package/.next/static/development/_ssgManifest.js +1 -0
  93. package/.next/static/webpack/29a2bd94727d51e6.webpack.hot-update.json +1 -0
  94. package/.next/static/webpack/3754455b7d774808.webpack.hot-update.json +1 -0
  95. package/.next/static/webpack/633457081244afec._.hot-update.json +1 -0
  96. package/.next/static/webpack/b71388f846dd4d8b.webpack.hot-update.json +1 -0
  97. package/.next/static/webpack/e7718e8f7cbe05a0.webpack.hot-update.json +1 -0
  98. package/.next/static/webpack/pages/_app.29a2bd94727d51e6.hot-update.js +22 -0
  99. package/.next/static/webpack/pages/_app.3754455b7d774808.hot-update.js +262 -0
  100. package/.next/static/webpack/pages/_app.e7718e8f7cbe05a0.hot-update.js +251 -0
  101. package/.next/static/webpack/pages/index.3754455b7d774808.hot-update.js +75 -0
  102. package/.next/static/webpack/pages/index.b71388f846dd4d8b.hot-update.js +22 -0
  103. package/.next/static/webpack/pages/index.e7718e8f7cbe05a0.hot-update.js +32 -0
  104. package/.next/static/webpack/webpack.29a2bd94727d51e6.hot-update.js +18 -0
  105. package/.next/static/webpack/webpack.3754455b7d774808.hot-update.js +18 -0
  106. package/.next/static/webpack/webpack.b71388f846dd4d8b.hot-update.js +18 -0
  107. package/.next/static/webpack/webpack.e7718e8f7cbe05a0.hot-update.js +18 -0
  108. package/.next/trace +17 -44
  109. package/package.json +10 -10
  110. package/src/components/Board/Board.module.scss +14 -0
  111. package/src/components/Board/Board.tsx +8 -1
  112. package/src/components/Board/BoardPure.tsx +76 -21
  113. package/src/components/Board/hooks/useBackgroundImage.tsx +46 -7
  114. package/src/components/Board/hooks/useBoardStyle.ts +8 -3
  115. package/src/components/Board/lib/getCoordinate.ts +11 -0
  116. package/src/components/Board/lib/index.ts +1 -0
  117. package/src/components/Dictionary/Dictionary.tsx +17 -18
  118. package/src/components/EmptyState/EmptyState.tsx +1 -1
  119. package/src/components/Results/Results.module.scss +1 -0
  120. package/src/hooks/useAppLayout.ts +18 -4
  121. package/src/i18n/i18n.ts +15 -15
  122. package/src/i18n/{en.json → languages/english.json} +4 -0
  123. package/src/i18n/{fr.json → languages/french.json} +4 -0
  124. package/src/i18n/{de.json → languages/german.json} +4 -0
  125. package/src/i18n/{fa.json → languages/persian.json} +4 -0
  126. package/src/i18n/{pl.json → languages/polish.json} +4 -0
  127. package/src/i18n/{ro.json → languages/romanian.json} +4 -0
  128. package/src/i18n/{es.json → languages/spanish.json} +4 -0
  129. package/src/lib/extractCharacters.test.ts +3 -5
  130. package/src/lib/extractCharactersByCase.test.ts +3 -5
  131. package/src/modals/SettingsModal/SettingsModal.tsx +11 -1
  132. package/src/modals/SettingsModal/components/ShowCoordinatesSetting/ShowCoordinatesSetting.module.scss +12 -0
  133. package/src/modals/SettingsModal/components/ShowCoordinatesSetting/ShowCoordinatesSetting.tsx +59 -0
  134. package/src/modals/SettingsModal/components/ShowCoordinatesSetting/index.ts +1 -0
  135. package/src/modals/SettingsModal/components/index.ts +1 -0
  136. package/src/parameters/index.ts +1 -0
  137. package/src/state/localStorage.ts +10 -1
  138. package/src/state/sagas.ts +6 -3
  139. package/src/state/selectors.ts +2 -0
  140. package/src/state/slices/settingsInitialState.ts +6 -4
  141. package/src/state/slices/settingsSlice.ts +6 -1
  142. package/src/state/store.ts +1 -1
  143. package/src/styles/mixins.scss +9 -2
  144. package/src/types/index.ts +4 -0
  145. package/tsconfig.json +1 -0
  146. package/.next/BUILD_ID +0 -1
  147. package/.next/export-marker.json +0 -1
  148. package/.next/images-manifest.json +0 -1
  149. package/.next/next-minimal-server.js.nft.json +0 -1
  150. package/.next/next-server.js.nft.json +0 -1
  151. package/.next/prerender-manifest.js +0 -1
  152. package/.next/prerender-manifest.json +0 -1
  153. package/.next/required-server-files.json +0 -1
  154. package/.next/routes-manifest.json +0 -1
  155. package/.next/server/InjectManifest.js.nft.json +0 -1
  156. package/.next/server/chunks/28.js +0 -1
  157. package/.next/server/chunks/331.js +0 -6
  158. package/.next/server/chunks/577.js +0 -1
  159. package/.next/server/chunks/911.js +0 -1
  160. package/.next/server/chunks/977.js +0 -1
  161. package/.next/server/chunks/font-manifest.json +0 -1
  162. package/.next/server/font-manifest.json +0 -1
  163. package/.next/server/functions-config-manifest.json +0 -1
  164. package/.next/server/pages/404.html +0 -1
  165. package/.next/server/pages/404.js.nft.json +0 -1
  166. package/.next/server/pages/500.html +0 -1
  167. package/.next/server/pages/_app.js.nft.json +0 -1
  168. package/.next/server/pages/_document.js.nft.json +0 -1
  169. package/.next/server/pages/_error.js.nft.json +0 -1
  170. package/.next/server/pages/api/dictionary/[locale]/[word].js.nft.json +0 -1
  171. package/.next/server/pages/api/dictionary/[locale].js +0 -1
  172. package/.next/server/pages/api/dictionary/[locale].js.nft.json +0 -1
  173. package/.next/server/pages/api/solve.js.nft.json +0 -1
  174. package/.next/server/pages/api/verify.js.nft.json +0 -1
  175. package/.next/server/pages/api/visit.js.nft.json +0 -1
  176. package/.next/server/pages/index.html +0 -1
  177. package/.next/server/pages/index.js.nft.json +0 -1
  178. package/.next/server/pages/index.json +0 -1
  179. package/.next/static/chunks/framework-1728d40275bc359a.js +0 -49
  180. package/.next/static/chunks/main-5fb7abbfc135de15.js +0 -1
  181. package/.next/static/chunks/pages/404-b6e238bb4117d451.js +0 -1
  182. package/.next/static/chunks/pages/_app-b95404c40a0092e6.js +0 -17
  183. package/.next/static/chunks/pages/_error-db043fa3544f8809.js +0 -1
  184. package/.next/static/chunks/pages/index-59d569ef79bc2580.js +0 -1
  185. package/.next/static/chunks/webpack-6ef43a8d4a395f49.js +0 -1
  186. package/.next/static/css/8fa2fb99b90e109e.css +0 -1
  187. package/.next/static/css/c80ebc6fd13311f1.css +0 -2
  188. package/.next/static/jyVoCYlAT5PMzOeavr5AX/_buildManifest.js +0 -1
  189. package/.next/static/jyVoCYlAT5PMzOeavr5AX/_ssgManifest.js +0 -1
  190. /package/.next/static/chunks/{polyfills-c67a75d1b6f99dc8.js → polyfills.js} +0 -0
@@ -1 +1,168 @@
1
- (()=>{"use strict";var e={},r={};function t(o){var a=r[o];if(void 0!==a)return a.exports;var u=r[o]={exports:{}},l=!0;try{e[o].call(u.exports,u,u.exports,t),l=!1}finally{l&&delete r[o]}return u.exports}t.m=e,t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var o in r)t.o(r,o)&&!t.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},t.f={},t.e=e=>Promise.all(Object.keys(t.f).reduce((r,o)=>(t.f[o](e,r),r),[])),t.u=e=>""+e+".js",t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.X=(e,r,o)=>{var a=r;o||(r=e,o=()=>t(t.s=a)),r.map(t.e,t);var u=o();return void 0===u?e:u},(()=>{var e={165:1},r=r=>{var o=r.modules,a=r.ids,u=r.runtime;for(var l in o)t.o(o,l)&&(t.m[l]=o[l]);u&&u(t);for(var n=0;n<a.length;n++)e[a[n]]=1};t.f.require=(o,a)=>{e[o]||(165!=o?r(require("./chunks/"+t.u(o))):e[o]=1)},module.exports=t,t.C=r})()})();
1
+ /*
2
+ * ATTENTION: An "eval-source-map" devtool has been used.
3
+ * This devtool is neither made for production nor for readable output files.
4
+ * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
5
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
6
+ * or disable the default devtool with "devtool: false".
7
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
8
+ */
9
+ /******/ (() => { // webpackBootstrap
10
+ /******/ "use strict";
11
+ /******/ var __webpack_modules__ = ({});
12
+ /************************************************************************/
13
+ /******/ // The module cache
14
+ /******/ var __webpack_module_cache__ = {};
15
+ /******/
16
+ /******/ // The require function
17
+ /******/ function __webpack_require__(moduleId) {
18
+ /******/ // Check if module is in cache
19
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
20
+ /******/ if (cachedModule !== undefined) {
21
+ /******/ return cachedModule.exports;
22
+ /******/ }
23
+ /******/ // Create a new module (and put it into the cache)
24
+ /******/ var module = __webpack_module_cache__[moduleId] = {
25
+ /******/ // no module.id needed
26
+ /******/ // no module.loaded needed
27
+ /******/ exports: {}
28
+ /******/ };
29
+ /******/
30
+ /******/ // Execute the module function
31
+ /******/ var threw = true;
32
+ /******/ try {
33
+ /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
34
+ /******/ threw = false;
35
+ /******/ } finally {
36
+ /******/ if(threw) delete __webpack_module_cache__[moduleId];
37
+ /******/ }
38
+ /******/
39
+ /******/ // Return the exports of the module
40
+ /******/ return module.exports;
41
+ /******/ }
42
+ /******/
43
+ /******/ // expose the modules object (__webpack_modules__)
44
+ /******/ __webpack_require__.m = __webpack_modules__;
45
+ /******/
46
+ /************************************************************************/
47
+ /******/ /* webpack/runtime/compat get default export */
48
+ /******/ (() => {
49
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
50
+ /******/ __webpack_require__.n = (module) => {
51
+ /******/ var getter = module && module.__esModule ?
52
+ /******/ () => (module['default']) :
53
+ /******/ () => (module);
54
+ /******/ __webpack_require__.d(getter, { a: getter });
55
+ /******/ return getter;
56
+ /******/ };
57
+ /******/ })();
58
+ /******/
59
+ /******/ /* webpack/runtime/define property getters */
60
+ /******/ (() => {
61
+ /******/ // define getter functions for harmony exports
62
+ /******/ __webpack_require__.d = (exports, definition) => {
63
+ /******/ for(var key in definition) {
64
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
65
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
66
+ /******/ }
67
+ /******/ }
68
+ /******/ };
69
+ /******/ })();
70
+ /******/
71
+ /******/ /* webpack/runtime/ensure chunk */
72
+ /******/ (() => {
73
+ /******/ __webpack_require__.f = {};
74
+ /******/ // This file contains only the entry chunk.
75
+ /******/ // The chunk loading function for additional chunks
76
+ /******/ __webpack_require__.e = (chunkId) => {
77
+ /******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
78
+ /******/ __webpack_require__.f[key](chunkId, promises);
79
+ /******/ return promises;
80
+ /******/ }, []));
81
+ /******/ };
82
+ /******/ })();
83
+ /******/
84
+ /******/ /* webpack/runtime/get javascript chunk filename */
85
+ /******/ (() => {
86
+ /******/ // This function allow to reference async chunks and sibling chunks for the entrypoint
87
+ /******/ __webpack_require__.u = (chunkId) => {
88
+ /******/ // return url for filenames based on template
89
+ /******/ return "" + chunkId + ".js";
90
+ /******/ };
91
+ /******/ })();
92
+ /******/
93
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
94
+ /******/ (() => {
95
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
96
+ /******/ })();
97
+ /******/
98
+ /******/ /* webpack/runtime/make namespace object */
99
+ /******/ (() => {
100
+ /******/ // define __esModule on exports
101
+ /******/ __webpack_require__.r = (exports) => {
102
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
103
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
104
+ /******/ }
105
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
106
+ /******/ };
107
+ /******/ })();
108
+ /******/
109
+ /******/ /* webpack/runtime/startup entrypoint */
110
+ /******/ (() => {
111
+ /******/ __webpack_require__.X = (result, chunkIds, fn) => {
112
+ /******/ // arguments: chunkIds, moduleId are deprecated
113
+ /******/ var moduleId = chunkIds;
114
+ /******/ if(!fn) chunkIds = result, fn = () => (__webpack_require__(__webpack_require__.s = moduleId));
115
+ /******/ chunkIds.map(__webpack_require__.e, __webpack_require__)
116
+ /******/ var r = fn();
117
+ /******/ return r === undefined ? result : r;
118
+ /******/ }
119
+ /******/ })();
120
+ /******/
121
+ /******/ /* webpack/runtime/require chunk loading */
122
+ /******/ (() => {
123
+ /******/ // no baseURI
124
+ /******/
125
+ /******/ // object to store loaded chunks
126
+ /******/ // "1" means "loaded", otherwise not loaded yet
127
+ /******/ var installedChunks = {
128
+ /******/ "webpack-api-runtime": 1
129
+ /******/ };
130
+ /******/
131
+ /******/ // no on chunks loaded
132
+ /******/
133
+ /******/ var installChunk = (chunk) => {
134
+ /******/ var moreModules = chunk.modules, chunkIds = chunk.ids, runtime = chunk.runtime;
135
+ /******/ for(var moduleId in moreModules) {
136
+ /******/ if(__webpack_require__.o(moreModules, moduleId)) {
137
+ /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
138
+ /******/ }
139
+ /******/ }
140
+ /******/ if(runtime) runtime(__webpack_require__);
141
+ /******/ for(var i = 0; i < chunkIds.length; i++)
142
+ /******/ installedChunks[chunkIds[i]] = 1;
143
+ /******/
144
+ /******/ };
145
+ /******/
146
+ /******/ // require() chunk loading for javascript
147
+ /******/ __webpack_require__.f.require = (chunkId, promises) => {
148
+ /******/ // "1" is the signal for "already loaded"
149
+ /******/ if(!installedChunks[chunkId]) {
150
+ /******/ if("webpack-api-runtime" != chunkId) {
151
+ /******/ installChunk(require("./" + __webpack_require__.u(chunkId)));
152
+ /******/ } else installedChunks[chunkId] = 1;
153
+ /******/ }
154
+ /******/ };
155
+ /******/
156
+ /******/ module.exports = __webpack_require__;
157
+ /******/ __webpack_require__.C = installChunk;
158
+ /******/
159
+ /******/ // no HMR
160
+ /******/
161
+ /******/ // no HMR manifest
162
+ /******/ })();
163
+ /******/
164
+ /************************************************************************/
165
+ /******/
166
+ /******/
167
+ /******/ })()
168
+ ;
@@ -1 +1,237 @@
1
- (()=>{"use strict";var e={},r={};function o(t){var a=r[t];if(void 0!==a)return a.exports;var n=r[t]={exports:{}},u=!0;try{e[t].call(n.exports,n,n.exports,o),u=!1}finally{u&&delete r[t]}return n.exports}o.m=e,(()=>{var e="function"==typeof Symbol?Symbol("webpack queues"):"__webpack_queues__",r="function"==typeof Symbol?Symbol("webpack exports"):"__webpack_exports__",t="function"==typeof Symbol?Symbol("webpack error"):"__webpack_error__",a=e=>{e&&!e.d&&(e.d=1,e.forEach(e=>e.r--),e.forEach(e=>e.r--?e.r++:e()))},n=o=>o.map(o=>{if(null!==o&&"object"==typeof o){if(o[e])return o;if(o.then){var n=[];n.d=0,o.then(e=>{u[r]=e,a(n)},e=>{u[t]=e,a(n)});var u={};return u[e]=e=>e(n),u}}var p={};return p[e]=e=>{},p[r]=o,p});o.a=(o,u,p)=>{p&&((f=[]).d=1);var f,l,i,s,c=new Set,d=o.exports,b=new Promise((e,r)=>{s=r,i=e});b[r]=d,b[e]=e=>(f&&e(f),c.forEach(e),b.catch(e=>{})),o.exports=b,u(o=>{l=n(o);var a,u=()=>l.map(e=>{if(e[t])throw e[t];return e[r]}),p=new Promise(r=>{(a=()=>r(u)).r=0;var o=e=>e!==f&&!c.has(e)&&(c.add(e),e&&!e.d&&(a.r++,e.push(a)));l.map(r=>r[e](o))});return a.r?p:u()},e=>(e?s(b[t]=e):i(d),a(f))),f&&(f.d=0)}})(),o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var t in r)o.o(r,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},o.f={},o.e=e=>Promise.all(Object.keys(o.f).reduce((r,t)=>(o.f[t](e,r),r),[])),o.u=e=>""+e+".js",o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.X=(e,r,t)=>{var a=r;t||(r=e,t=()=>o(o.s=a)),r.map(o.e,o);var n=t();return void 0===n?e:n},(()=>{var e={658:1},r=r=>{var t=r.modules,a=r.ids,n=r.runtime;for(var u in t)o.o(t,u)&&(o.m[u]=t[u]);n&&n(o);for(var p=0;p<a.length;p++)e[a[p]]=1};o.f.require=(t,a)=>{e[t]||(658!=t?r(require("./chunks/"+o.u(t))):e[t]=1)},module.exports=o,o.C=r})()})();
1
+ /*
2
+ * ATTENTION: An "eval-source-map" devtool has been used.
3
+ * This devtool is neither made for production nor for readable output files.
4
+ * It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
5
+ * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
6
+ * or disable the default devtool with "devtool: false".
7
+ * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
8
+ */
9
+ /******/ (() => { // webpackBootstrap
10
+ /******/ "use strict";
11
+ /******/ var __webpack_modules__ = ({});
12
+ /************************************************************************/
13
+ /******/ // The module cache
14
+ /******/ var __webpack_module_cache__ = {};
15
+ /******/
16
+ /******/ // The require function
17
+ /******/ function __webpack_require__(moduleId) {
18
+ /******/ // Check if module is in cache
19
+ /******/ var cachedModule = __webpack_module_cache__[moduleId];
20
+ /******/ if (cachedModule !== undefined) {
21
+ /******/ return cachedModule.exports;
22
+ /******/ }
23
+ /******/ // Create a new module (and put it into the cache)
24
+ /******/ var module = __webpack_module_cache__[moduleId] = {
25
+ /******/ // no module.id needed
26
+ /******/ // no module.loaded needed
27
+ /******/ exports: {}
28
+ /******/ };
29
+ /******/
30
+ /******/ // Execute the module function
31
+ /******/ var threw = true;
32
+ /******/ try {
33
+ /******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
34
+ /******/ threw = false;
35
+ /******/ } finally {
36
+ /******/ if(threw) delete __webpack_module_cache__[moduleId];
37
+ /******/ }
38
+ /******/
39
+ /******/ // Return the exports of the module
40
+ /******/ return module.exports;
41
+ /******/ }
42
+ /******/
43
+ /******/ // expose the modules object (__webpack_modules__)
44
+ /******/ __webpack_require__.m = __webpack_modules__;
45
+ /******/
46
+ /************************************************************************/
47
+ /******/ /* webpack/runtime/async module */
48
+ /******/ (() => {
49
+ /******/ var webpackQueues = typeof Symbol === "function" ? Symbol("webpack queues") : "__webpack_queues__";
50
+ /******/ var webpackExports = typeof Symbol === "function" ? Symbol("webpack exports") : "__webpack_exports__";
51
+ /******/ var webpackError = typeof Symbol === "function" ? Symbol("webpack error") : "__webpack_error__";
52
+ /******/ var resolveQueue = (queue) => {
53
+ /******/ if(queue && !queue.d) {
54
+ /******/ queue.d = 1;
55
+ /******/ queue.forEach((fn) => (fn.r--));
56
+ /******/ queue.forEach((fn) => (fn.r-- ? fn.r++ : fn()));
57
+ /******/ }
58
+ /******/ }
59
+ /******/ var wrapDeps = (deps) => (deps.map((dep) => {
60
+ /******/ if(dep !== null && typeof dep === "object") {
61
+ /******/ if(dep[webpackQueues]) return dep;
62
+ /******/ if(dep.then) {
63
+ /******/ var queue = [];
64
+ /******/ queue.d = 0;
65
+ /******/ dep.then((r) => {
66
+ /******/ obj[webpackExports] = r;
67
+ /******/ resolveQueue(queue);
68
+ /******/ }, (e) => {
69
+ /******/ obj[webpackError] = e;
70
+ /******/ resolveQueue(queue);
71
+ /******/ });
72
+ /******/ var obj = {};
73
+ /******/ obj[webpackQueues] = (fn) => (fn(queue));
74
+ /******/ return obj;
75
+ /******/ }
76
+ /******/ }
77
+ /******/ var ret = {};
78
+ /******/ ret[webpackQueues] = x => {};
79
+ /******/ ret[webpackExports] = dep;
80
+ /******/ return ret;
81
+ /******/ }));
82
+ /******/ __webpack_require__.a = (module, body, hasAwait) => {
83
+ /******/ var queue;
84
+ /******/ hasAwait && ((queue = []).d = 1);
85
+ /******/ var depQueues = new Set();
86
+ /******/ var exports = module.exports;
87
+ /******/ var currentDeps;
88
+ /******/ var outerResolve;
89
+ /******/ var reject;
90
+ /******/ var promise = new Promise((resolve, rej) => {
91
+ /******/ reject = rej;
92
+ /******/ outerResolve = resolve;
93
+ /******/ });
94
+ /******/ promise[webpackExports] = exports;
95
+ /******/ promise[webpackQueues] = (fn) => (queue && fn(queue), depQueues.forEach(fn), promise["catch"](x => {}));
96
+ /******/ module.exports = promise;
97
+ /******/ body((deps) => {
98
+ /******/ currentDeps = wrapDeps(deps);
99
+ /******/ var fn;
100
+ /******/ var getResult = () => (currentDeps.map((d) => {
101
+ /******/ if(d[webpackError]) throw d[webpackError];
102
+ /******/ return d[webpackExports];
103
+ /******/ }))
104
+ /******/ var promise = new Promise((resolve) => {
105
+ /******/ fn = () => (resolve(getResult));
106
+ /******/ fn.r = 0;
107
+ /******/ var fnQueue = (q) => (q !== queue && !depQueues.has(q) && (depQueues.add(q), q && !q.d && (fn.r++, q.push(fn))));
108
+ /******/ currentDeps.map((dep) => (dep[webpackQueues](fnQueue)));
109
+ /******/ });
110
+ /******/ return fn.r ? promise : getResult();
111
+ /******/ }, (err) => ((err ? reject(promise[webpackError] = err) : outerResolve(exports)), resolveQueue(queue)));
112
+ /******/ queue && (queue.d = 0);
113
+ /******/ };
114
+ /******/ })();
115
+ /******/
116
+ /******/ /* webpack/runtime/compat get default export */
117
+ /******/ (() => {
118
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
119
+ /******/ __webpack_require__.n = (module) => {
120
+ /******/ var getter = module && module.__esModule ?
121
+ /******/ () => (module['default']) :
122
+ /******/ () => (module);
123
+ /******/ __webpack_require__.d(getter, { a: getter });
124
+ /******/ return getter;
125
+ /******/ };
126
+ /******/ })();
127
+ /******/
128
+ /******/ /* webpack/runtime/define property getters */
129
+ /******/ (() => {
130
+ /******/ // define getter functions for harmony exports
131
+ /******/ __webpack_require__.d = (exports, definition) => {
132
+ /******/ for(var key in definition) {
133
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
134
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
135
+ /******/ }
136
+ /******/ }
137
+ /******/ };
138
+ /******/ })();
139
+ /******/
140
+ /******/ /* webpack/runtime/ensure chunk */
141
+ /******/ (() => {
142
+ /******/ __webpack_require__.f = {};
143
+ /******/ // This file contains only the entry chunk.
144
+ /******/ // The chunk loading function for additional chunks
145
+ /******/ __webpack_require__.e = (chunkId) => {
146
+ /******/ return Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {
147
+ /******/ __webpack_require__.f[key](chunkId, promises);
148
+ /******/ return promises;
149
+ /******/ }, []));
150
+ /******/ };
151
+ /******/ })();
152
+ /******/
153
+ /******/ /* webpack/runtime/get javascript chunk filename */
154
+ /******/ (() => {
155
+ /******/ // This function allow to reference async chunks and sibling chunks for the entrypoint
156
+ /******/ __webpack_require__.u = (chunkId) => {
157
+ /******/ // return url for filenames based on template
158
+ /******/ return "" + chunkId + ".js";
159
+ /******/ };
160
+ /******/ })();
161
+ /******/
162
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
163
+ /******/ (() => {
164
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
165
+ /******/ })();
166
+ /******/
167
+ /******/ /* webpack/runtime/make namespace object */
168
+ /******/ (() => {
169
+ /******/ // define __esModule on exports
170
+ /******/ __webpack_require__.r = (exports) => {
171
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
172
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
173
+ /******/ }
174
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
175
+ /******/ };
176
+ /******/ })();
177
+ /******/
178
+ /******/ /* webpack/runtime/startup entrypoint */
179
+ /******/ (() => {
180
+ /******/ __webpack_require__.X = (result, chunkIds, fn) => {
181
+ /******/ // arguments: chunkIds, moduleId are deprecated
182
+ /******/ var moduleId = chunkIds;
183
+ /******/ if(!fn) chunkIds = result, fn = () => (__webpack_require__(__webpack_require__.s = moduleId));
184
+ /******/ chunkIds.map(__webpack_require__.e, __webpack_require__)
185
+ /******/ var r = fn();
186
+ /******/ return r === undefined ? result : r;
187
+ /******/ }
188
+ /******/ })();
189
+ /******/
190
+ /******/ /* webpack/runtime/require chunk loading */
191
+ /******/ (() => {
192
+ /******/ // no baseURI
193
+ /******/
194
+ /******/ // object to store loaded chunks
195
+ /******/ // "1" means "loaded", otherwise not loaded yet
196
+ /******/ var installedChunks = {
197
+ /******/ "webpack-runtime": 1
198
+ /******/ };
199
+ /******/
200
+ /******/ // no on chunks loaded
201
+ /******/
202
+ /******/ var installChunk = (chunk) => {
203
+ /******/ var moreModules = chunk.modules, chunkIds = chunk.ids, runtime = chunk.runtime;
204
+ /******/ for(var moduleId in moreModules) {
205
+ /******/ if(__webpack_require__.o(moreModules, moduleId)) {
206
+ /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
207
+ /******/ }
208
+ /******/ }
209
+ /******/ if(runtime) runtime(__webpack_require__);
210
+ /******/ for(var i = 0; i < chunkIds.length; i++)
211
+ /******/ installedChunks[chunkIds[i]] = 1;
212
+ /******/
213
+ /******/ };
214
+ /******/
215
+ /******/ // require() chunk loading for javascript
216
+ /******/ __webpack_require__.f.require = (chunkId, promises) => {
217
+ /******/ // "1" is the signal for "already loaded"
218
+ /******/ if(!installedChunks[chunkId]) {
219
+ /******/ if("webpack-runtime" != chunkId) {
220
+ /******/ installChunk(require("./" + __webpack_require__.u(chunkId)));
221
+ /******/ } else installedChunks[chunkId] = 1;
222
+ /******/ }
223
+ /******/ };
224
+ /******/
225
+ /******/ module.exports = __webpack_require__;
226
+ /******/ __webpack_require__.C = installChunk;
227
+ /******/
228
+ /******/ // no HMR
229
+ /******/
230
+ /******/ // no HMR manifest
231
+ /******/ })();
232
+ /******/
233
+ /************************************************************************/
234
+ /******/
235
+ /******/
236
+ /******/ })()
237
+ ;