@gamepark/react-game 7.0.0-beta.0 → 7.0.0-beta.4

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 (715) hide show
  1. package/dist/components/Avatar/Avatar.js +37 -61
  2. package/dist/components/Avatar/Avatar.js.map +1 -1
  3. package/dist/components/Avatar/ChatSpeechBubble.js +25 -68
  4. package/dist/components/Avatar/ChatSpeechBubble.js.map +1 -1
  5. package/dist/components/Avatar/SpeechBubble.d.ts +0 -1
  6. package/dist/components/Avatar/SpeechBubble.js +86 -50
  7. package/dist/components/Avatar/SpeechBubble.js.map +1 -1
  8. package/dist/components/Avatar/index.js +3 -19
  9. package/dist/components/Avatar/index.js.map +1 -1
  10. package/dist/components/GamePoints/GamePointIcon.js +7 -25
  11. package/dist/components/GamePoints/GamePointIcon.js.map +1 -1
  12. package/dist/components/GamePoints/GamePoints.js +20 -64
  13. package/dist/components/GamePoints/GamePoints.js.map +1 -1
  14. package/dist/components/GamePoints/index.js +2 -18
  15. package/dist/components/GamePoints/index.js.map +1 -1
  16. package/dist/components/GameProvider/GameContext.js +7 -14
  17. package/dist/components/GameProvider/GameContext.js.map +1 -1
  18. package/dist/components/GameProvider/GameProvider.js +91 -137
  19. package/dist/components/GameProvider/GameProvider.js.map +1 -1
  20. package/dist/components/GameProvider/index.js +2 -18
  21. package/dist/components/GameProvider/index.js.map +1 -1
  22. package/dist/components/Header/Header.d.ts +0 -1
  23. package/dist/components/Header/Header.js +34 -44
  24. package/dist/components/Header/Header.js.map +1 -1
  25. package/dist/components/Header/HeaderText.d.ts +0 -1
  26. package/dist/components/Header/HeaderText.js +15 -31
  27. package/dist/components/Header/HeaderText.js.map +1 -1
  28. package/dist/components/Header/MaterialHeader.js +42 -91
  29. package/dist/components/Header/MaterialHeader.js.map +1 -1
  30. package/dist/components/Header/index.js +3 -19
  31. package/dist/components/Header/index.js.map +1 -1
  32. package/dist/components/ImagesLoader/ImagesLoader.js +9 -15
  33. package/dist/components/ImagesLoader/ImagesLoader.js.map +1 -1
  34. package/dist/components/ImagesLoader/index.js +1 -17
  35. package/dist/components/ImagesLoader/index.js.map +1 -1
  36. package/dist/components/JournalTabs/Chat/Chat.d.ts +0 -1
  37. package/dist/components/JournalTabs/Chat/Chat.js +7 -33
  38. package/dist/components/JournalTabs/Chat/Chat.js.map +1 -1
  39. package/dist/components/JournalTabs/Chat/ChatMessage.js +12 -18
  40. package/dist/components/JournalTabs/Chat/ChatMessage.js.map +1 -1
  41. package/dist/components/JournalTabs/Chat/ChatMessageAuthor.js +19 -36
  42. package/dist/components/JournalTabs/Chat/ChatMessageAuthor.js.map +1 -1
  43. package/dist/components/JournalTabs/Chat/ChatTextInput.js +58 -61
  44. package/dist/components/JournalTabs/Chat/ChatTextInput.js.map +1 -1
  45. package/dist/components/JournalTabs/Chat/CommonChat.d.ts +1 -1
  46. package/dist/components/JournalTabs/Chat/CommonChat.js +43 -49
  47. package/dist/components/JournalTabs/Chat/CommonChat.js.map +1 -1
  48. package/dist/components/JournalTabs/Chat/LocalChat.js +10 -61
  49. package/dist/components/JournalTabs/Chat/LocalChat.js.map +1 -1
  50. package/dist/components/JournalTabs/Chat/RemoteChat.js +15 -43
  51. package/dist/components/JournalTabs/Chat/RemoteChat.js.map +1 -1
  52. package/dist/components/JournalTabs/Chat/SignInToChat.js +36 -23
  53. package/dist/components/JournalTabs/Chat/SignInToChat.js.map +1 -1
  54. package/dist/components/JournalTabs/Chat/index.js +5 -21
  55. package/dist/components/JournalTabs/Chat/index.js.map +1 -1
  56. package/dist/components/JournalTabs/History/GameOverHistory.js +14 -21
  57. package/dist/components/JournalTabs/History/GameOverHistory.js.map +1 -1
  58. package/dist/components/JournalTabs/History/History.d.ts +1 -1
  59. package/dist/components/JournalTabs/History/History.js +59 -55
  60. package/dist/components/JournalTabs/History/History.js.map +1 -1
  61. package/dist/components/JournalTabs/History/HistoryEntry.js +37 -44
  62. package/dist/components/JournalTabs/History/HistoryEntry.js.map +1 -1
  63. package/dist/components/JournalTabs/History/StartGameHistory.js +12 -18
  64. package/dist/components/JournalTabs/History/StartGameHistory.js.map +1 -1
  65. package/dist/components/JournalTabs/History/index.js +2 -18
  66. package/dist/components/JournalTabs/History/index.js.map +1 -1
  67. package/dist/components/JournalTabs/JournalTabs.d.ts +0 -1
  68. package/dist/components/JournalTabs/JournalTabs.js +122 -69
  69. package/dist/components/JournalTabs/JournalTabs.js.map +1 -1
  70. package/dist/components/JournalTabs/index.js +1 -17
  71. package/dist/components/JournalTabs/index.js.map +1 -1
  72. package/dist/components/Letterbox/Letterbox.js +29 -42
  73. package/dist/components/Letterbox/Letterbox.js.map +1 -1
  74. package/dist/components/Letterbox/index.js +1 -17
  75. package/dist/components/Letterbox/index.js.map +1 -1
  76. package/dist/components/LoadingScreen/LoadingScreen.js +83 -90
  77. package/dist/components/LoadingScreen/LoadingScreen.js.map +1 -1
  78. package/dist/components/LoadingScreen/index.js +1 -17
  79. package/dist/components/LoadingScreen/index.js.map +1 -1
  80. package/dist/components/Log/InternalLiveLogContainer.js +73 -84
  81. package/dist/components/Log/InternalLiveLogContainer.js.map +1 -1
  82. package/dist/components/Log/LiveLogButton.js +14 -20
  83. package/dist/components/Log/LiveLogButton.js.map +1 -1
  84. package/dist/components/Log/LiveLogContainer.js +6 -22
  85. package/dist/components/Log/LiveLogContainer.js.map +1 -1
  86. package/dist/components/Log/LogDescription.js +1 -2
  87. package/dist/components/Log/LogItem.d.ts +0 -1
  88. package/dist/components/Log/LogItem.js +42 -43
  89. package/dist/components/Log/LogItem.js.map +1 -1
  90. package/dist/components/Log/index.js +3 -19
  91. package/dist/components/Log/index.js.map +1 -1
  92. package/dist/components/Picture/Picture.d.ts +0 -1
  93. package/dist/components/Picture/Picture.js +6 -33
  94. package/dist/components/Picture/Picture.js.map +1 -1
  95. package/dist/components/Picture/index.js +1 -17
  96. package/dist/components/Picture/index.js.map +1 -1
  97. package/dist/components/PlayerPanel/Counters.d.ts +2 -2
  98. package/dist/components/PlayerPanel/Counters.js +82 -40
  99. package/dist/components/PlayerPanel/Counters.js.map +1 -1
  100. package/dist/components/PlayerPanel/PlayerPanel.js +83 -54
  101. package/dist/components/PlayerPanel/PlayerPanel.js.map +1 -1
  102. package/dist/components/PlayerPanel/StyledPlayerPanel.d.ts +0 -1
  103. package/dist/components/PlayerPanel/StyledPlayerPanel.js +145 -81
  104. package/dist/components/PlayerPanel/StyledPlayerPanel.js.map +1 -1
  105. package/dist/components/PlayerPanel/index.js +3 -19
  106. package/dist/components/PlayerPanel/index.js.map +1 -1
  107. package/dist/components/PlayerTimer/PlayerTimer.d.ts +1 -2
  108. package/dist/components/PlayerTimer/PlayerTimer.js +32 -62
  109. package/dist/components/PlayerTimer/PlayerTimer.js.map +1 -1
  110. package/dist/components/PlayerTimer/index.js +1 -17
  111. package/dist/components/PlayerTimer/index.js.map +1 -1
  112. package/dist/components/Scoring/ScoringDescription.js +1 -2
  113. package/dist/components/Scoring/index.js +1 -17
  114. package/dist/components/Scoring/index.js.map +1 -1
  115. package/dist/components/buttons/PlayMoveButton/PlayMoveButton.js +82 -106
  116. package/dist/components/buttons/PlayMoveButton/PlayMoveButton.js.map +1 -1
  117. package/dist/components/buttons/PlayMoveButton/index.js +1 -17
  118. package/dist/components/buttons/PlayMoveButton/index.js.map +1 -1
  119. package/dist/components/buttons/ThemeButton/ThemeButton.d.ts +0 -1
  120. package/dist/components/buttons/ThemeButton/ThemeButton.js +5 -20
  121. package/dist/components/buttons/ThemeButton/ThemeButton.js.map +1 -1
  122. package/dist/components/buttons/ThemeButton/index.js +1 -17
  123. package/dist/components/buttons/ThemeButton/index.js.map +1 -1
  124. package/dist/components/buttons/UndoMovesButton/UndoMovesButton.d.ts +0 -1
  125. package/dist/components/buttons/UndoMovesButton/UndoMovesButton.js +17 -59
  126. package/dist/components/buttons/UndoMovesButton/UndoMovesButton.js.map +1 -1
  127. package/dist/components/buttons/UndoMovesButton/index.js +1 -17
  128. package/dist/components/buttons/UndoMovesButton/index.js.map +1 -1
  129. package/dist/components/buttons/index.js +3 -19
  130. package/dist/components/buttons/index.js.map +1 -1
  131. package/dist/components/dialogs/Dialog.d.ts +0 -1
  132. package/dist/components/dialogs/Dialog.js +57 -68
  133. package/dist/components/dialogs/Dialog.js.map +1 -1
  134. package/dist/components/dialogs/FailuresDialog.js +39 -74
  135. package/dist/components/dialogs/FailuresDialog.js.map +1 -1
  136. package/dist/components/dialogs/ResultDialog/RematchDisplay.js +55 -53
  137. package/dist/components/dialogs/ResultDialog/RematchDisplay.js.map +1 -1
  138. package/dist/components/dialogs/ResultDialog/RematchSection.js +17 -28
  139. package/dist/components/dialogs/ResultDialog/RematchSection.js.map +1 -1
  140. package/dist/components/dialogs/ResultDialog/ResultDialog.js +130 -100
  141. package/dist/components/dialogs/ResultDialog/ResultDialog.js.map +1 -1
  142. package/dist/components/dialogs/ResultDialog/index.js +2 -18
  143. package/dist/components/dialogs/ResultDialog/index.js.map +1 -1
  144. package/dist/components/dialogs/ResultDialog/useScoringTable.d.ts +2 -2
  145. package/dist/components/dialogs/ResultDialog/useScoringTable.js +20 -27
  146. package/dist/components/dialogs/ResultDialog/useScoringTable.js.map +1 -1
  147. package/dist/components/dialogs/RulesDialog/LocationRulesDialogContent.js +32 -32
  148. package/dist/components/dialogs/RulesDialog/LocationRulesDialogContent.js.map +1 -1
  149. package/dist/components/dialogs/RulesDialog/MaterialRulesDialog.js +22 -37
  150. package/dist/components/dialogs/RulesDialog/MaterialRulesDialog.js.map +1 -1
  151. package/dist/components/dialogs/RulesDialog/MaterialRulesDialogContent.js +121 -118
  152. package/dist/components/dialogs/RulesDialog/MaterialRulesDialogContent.js.map +1 -1
  153. package/dist/components/dialogs/RulesDialog/RulesDialog.js +23 -43
  154. package/dist/components/dialogs/RulesDialog/RulesDialog.js.map +1 -1
  155. package/dist/components/dialogs/RulesDialog/RulesHelpDialogContent.d.ts +1 -1
  156. package/dist/components/dialogs/RulesDialog/RulesHelpDialogContent.js +36 -28
  157. package/dist/components/dialogs/RulesDialog/RulesHelpDialogContent.js.map +1 -1
  158. package/dist/components/dialogs/RulesDialog/index.js +2 -18
  159. package/dist/components/dialogs/RulesDialog/index.js.map +1 -1
  160. package/dist/components/dialogs/index.js +4 -20
  161. package/dist/components/dialogs/index.js.map +1 -1
  162. package/dist/components/index.js +17 -33
  163. package/dist/components/index.js.map +1 -1
  164. package/dist/components/material/ComponentDescription.js +32 -18
  165. package/dist/components/material/ComponentDescription.js.map +1 -1
  166. package/dist/components/material/Dices/CubicDiceDescription.d.ts +0 -1
  167. package/dist/components/material/Dices/CubicDiceDescription.js +58 -103
  168. package/dist/components/material/Dices/CubicDiceDescription.js.map +1 -1
  169. package/dist/components/material/Dices/index.js +1 -17
  170. package/dist/components/material/Dices/index.js.map +1 -1
  171. package/dist/components/material/DraggableMaterial.js +121 -199
  172. package/dist/components/material/DraggableMaterial.js.map +1 -1
  173. package/dist/components/material/FlatMaterial/BoardDescription.js +3 -27
  174. package/dist/components/material/FlatMaterial/BoardDescription.js.map +1 -1
  175. package/dist/components/material/FlatMaterial/CardDescription.js +6 -56
  176. package/dist/components/material/FlatMaterial/CardDescription.js.map +1 -1
  177. package/dist/components/material/FlatMaterial/FlatMaterial.d.ts +0 -1
  178. package/dist/components/material/FlatMaterial/FlatMaterial.js +88 -134
  179. package/dist/components/material/FlatMaterial/FlatMaterial.js.map +1 -1
  180. package/dist/components/material/FlatMaterial/MoneyDescription.js +10 -34
  181. package/dist/components/material/FlatMaterial/MoneyDescription.js.map +1 -1
  182. package/dist/components/material/FlatMaterial/PolyhexDescription.js +12 -63
  183. package/dist/components/material/FlatMaterial/PolyhexDescription.js.map +1 -1
  184. package/dist/components/material/FlatMaterial/TokenDescription.js +10 -66
  185. package/dist/components/material/FlatMaterial/TokenDescription.js.map +1 -1
  186. package/dist/components/material/FlatMaterial/index.js +6 -22
  187. package/dist/components/material/FlatMaterial/index.js.map +1 -1
  188. package/dist/components/material/GameTable/DropPreview.js +31 -67
  189. package/dist/components/material/GameTable/DropPreview.js.map +1 -1
  190. package/dist/components/material/GameTable/DynamicItemsDisplay.d.ts +1 -1
  191. package/dist/components/material/GameTable/DynamicItemsDisplay.js +22 -81
  192. package/dist/components/material/GameTable/DynamicItemsDisplay.js.map +1 -1
  193. package/dist/components/material/GameTable/GameMaterialDisplay.js +25 -31
  194. package/dist/components/material/GameTable/GameMaterialDisplay.js.map +1 -1
  195. package/dist/components/material/GameTable/GameTable.d.ts +0 -1
  196. package/dist/components/material/GameTable/GameTable.js +78 -126
  197. package/dist/components/material/GameTable/GameTable.js.map +1 -1
  198. package/dist/components/material/GameTable/GameTableNavigation.js +58 -68
  199. package/dist/components/material/GameTable/GameTableNavigation.js.map +1 -1
  200. package/dist/components/material/GameTable/ItemDisplay.d.ts +0 -1
  201. package/dist/components/material/GameTable/ItemDisplay.js +88 -154
  202. package/dist/components/material/GameTable/ItemDisplay.js.map +1 -1
  203. package/dist/components/material/GameTable/StaticItemsDisplay.d.ts +0 -1
  204. package/dist/components/material/GameTable/StaticItemsDisplay.js +23 -83
  205. package/dist/components/material/GameTable/StaticItemsDisplay.js.map +1 -1
  206. package/dist/components/material/GameTable/StaticLocationsDisplay.d.ts +0 -1
  207. package/dist/components/material/GameTable/StaticLocationsDisplay.js +11 -28
  208. package/dist/components/material/GameTable/StaticLocationsDisplay.js.map +1 -1
  209. package/dist/components/material/GameTable/focus/FocusProvider.js +28 -53
  210. package/dist/components/material/GameTable/focus/FocusProvider.js.map +1 -1
  211. package/dist/components/material/GameTable/focus/MaterialFocus.js +1 -2
  212. package/dist/components/material/GameTable/focus/index.js +2 -18
  213. package/dist/components/material/GameTable/focus/index.js.map +1 -1
  214. package/dist/components/material/GameTable/index.js +3 -19
  215. package/dist/components/material/GameTable/index.js.map +1 -1
  216. package/dist/components/material/ImageLoader/MaterialImageLoader.js +17 -89
  217. package/dist/components/material/ImageLoader/MaterialImageLoader.js.map +1 -1
  218. package/dist/components/material/ImageLoader/index.js +1 -17
  219. package/dist/components/material/ImageLoader/index.js.map +1 -1
  220. package/dist/components/material/ItemMenuButton.js +41 -70
  221. package/dist/components/material/ItemMenuButton.js.map +1 -1
  222. package/dist/components/material/ItemMenuWrapper.js +16 -67
  223. package/dist/components/material/ItemMenuWrapper.js.map +1 -1
  224. package/dist/components/material/MaterialComponent.d.ts +2 -2
  225. package/dist/components/material/MaterialComponent.js +22 -45
  226. package/dist/components/material/MaterialComponent.js.map +1 -1
  227. package/dist/components/material/MaterialComponentType.js +2 -5
  228. package/dist/components/material/MaterialComponentType.js.map +1 -1
  229. package/dist/components/material/MaterialDescription.d.ts +2 -3
  230. package/dist/components/material/MaterialDescription.js +125 -165
  231. package/dist/components/material/MaterialDescription.js.map +1 -1
  232. package/dist/components/material/MobileMaterialDescription.d.ts +0 -1
  233. package/dist/components/material/MobileMaterialDescription.js +21 -84
  234. package/dist/components/material/MobileMaterialDescription.js.map +1 -1
  235. package/dist/components/material/Wheel/WheelContent.d.ts +0 -1
  236. package/dist/components/material/Wheel/WheelContent.js +26 -30
  237. package/dist/components/material/Wheel/WheelContent.js.map +1 -1
  238. package/dist/components/material/Wheel/WheelDescription.d.ts +0 -1
  239. package/dist/components/material/Wheel/WheelDescription.js +45 -105
  240. package/dist/components/material/Wheel/WheelDescription.js.map +1 -1
  241. package/dist/components/material/Wheel/WheelItem.d.ts +0 -1
  242. package/dist/components/material/Wheel/WheelItem.js +43 -43
  243. package/dist/components/material/Wheel/WheelItem.js.map +1 -1
  244. package/dist/components/material/Wheel/index.js +1 -17
  245. package/dist/components/material/Wheel/index.js.map +1 -1
  246. package/dist/components/material/Writing/WritingDescription.js +44 -92
  247. package/dist/components/material/Writing/WritingDescription.js.map +1 -1
  248. package/dist/components/material/Writing/index.js +1 -17
  249. package/dist/components/material/Writing/index.js.map +1 -1
  250. package/dist/components/material/animations/CreateItemAnimations.d.ts +6 -1
  251. package/dist/components/material/animations/CreateItemAnimations.js +43 -67
  252. package/dist/components/material/animations/CreateItemAnimations.js.map +1 -1
  253. package/dist/components/material/animations/DeleteItemAnimations.d.ts +6 -1
  254. package/dist/components/material/animations/DeleteItemAnimations.js +44 -63
  255. package/dist/components/material/animations/DeleteItemAnimations.js.map +1 -1
  256. package/dist/components/material/animations/DeleteItemAtOnceAnimations.js +30 -53
  257. package/dist/components/material/animations/DeleteItemAtOnceAnimations.js.map +1 -1
  258. package/dist/components/material/animations/ItemAnimations.d.ts +6 -1
  259. package/dist/components/material/animations/ItemAnimations.js +21 -55
  260. package/dist/components/material/animations/ItemAnimations.js.map +1 -1
  261. package/dist/components/material/animations/MaterialAnimations.js +30 -56
  262. package/dist/components/material/animations/MaterialAnimations.js.map +1 -1
  263. package/dist/components/material/animations/MaterialGameAnimations.js +53 -131
  264. package/dist/components/material/animations/MaterialGameAnimations.js.map +1 -1
  265. package/dist/components/material/animations/MoveItemAnimations.js +62 -100
  266. package/dist/components/material/animations/MoveItemAnimations.js.map +1 -1
  267. package/dist/components/material/animations/MoveItemAtOnceAnimations.js +31 -66
  268. package/dist/components/material/animations/MoveItemAtOnceAnimations.js.map +1 -1
  269. package/dist/components/material/animations/RollItemAnimations.js +28 -76
  270. package/dist/components/material/animations/RollItemAnimations.js.map +1 -1
  271. package/dist/components/material/animations/ShuffleAnimations.js +9 -31
  272. package/dist/components/material/animations/ShuffleAnimations.js.map +1 -1
  273. package/dist/components/material/animations/getFirstStockItemTransforms.util.js +9 -24
  274. package/dist/components/material/animations/getFirstStockItemTransforms.util.js.map +1 -1
  275. package/dist/components/material/animations/index.js +8 -26
  276. package/dist/components/material/animations/index.js.map +1 -1
  277. package/dist/components/material/animations/rotations.utils.js +50 -83
  278. package/dist/components/material/animations/rotations.utils.js.map +1 -1
  279. package/dist/components/material/animations/transformItem.util.js +6 -35
  280. package/dist/components/material/animations/transformItem.util.js.map +1 -1
  281. package/dist/components/material/index.js +15 -31
  282. package/dist/components/material/index.js.map +1 -1
  283. package/dist/components/material/locations/DropAreaDescription.js +20 -80
  284. package/dist/components/material/locations/DropAreaDescription.js.map +1 -1
  285. package/dist/components/material/locations/HexGridDropAreaDescription.js +34 -101
  286. package/dist/components/material/locations/HexGridDropAreaDescription.js.map +1 -1
  287. package/dist/components/material/locations/LocationComponent.js +53 -89
  288. package/dist/components/material/locations/LocationComponent.js.map +1 -1
  289. package/dist/components/material/locations/LocationDescription.js +58 -113
  290. package/dist/components/material/locations/LocationDescription.js.map +1 -1
  291. package/dist/components/material/locations/LocationDisplay.js +25 -80
  292. package/dist/components/material/locations/LocationDisplay.js.map +1 -1
  293. package/dist/components/material/locations/LocationsMask.d.ts +1 -1
  294. package/dist/components/material/locations/LocationsMask.js +16 -23
  295. package/dist/components/material/locations/LocationsMask.js.map +1 -1
  296. package/dist/components/material/locations/SimpleDropArea.js +42 -91
  297. package/dist/components/material/locations/SimpleDropArea.js.map +1 -1
  298. package/dist/components/material/locations/index.js +5 -21
  299. package/dist/components/material/locations/index.js.map +1 -1
  300. package/dist/components/material/sound/AudioLoader.js +43 -92
  301. package/dist/components/material/sound/AudioLoader.js.map +1 -1
  302. package/dist/components/material/sound/MaterialGameSounds.js +42 -76
  303. package/dist/components/material/sound/MaterialGameSounds.js.map +1 -1
  304. package/dist/components/material/sound/MaterialSoundConfig.js +11 -8
  305. package/dist/components/material/sound/MaterialSoundConfig.js.map +1 -1
  306. package/dist/components/material/sound/MaterialSoundLoader.js +16 -69
  307. package/dist/components/material/sound/MaterialSoundLoader.js.map +1 -1
  308. package/dist/components/material/sound/index.js +2 -18
  309. package/dist/components/material/sound/index.js.map +1 -1
  310. package/dist/components/material/sound/sound.utils.js +1 -5
  311. package/dist/components/material/sound/sound.utils.js.map +1 -1
  312. package/dist/components/material/utils/IsLocationSubset.js +4 -8
  313. package/dist/components/material/utils/IsLocationSubset.js.map +1 -1
  314. package/dist/components/material/utils/getBestDropMove.d.ts +1 -1
  315. package/dist/components/material/utils/getBestDropMove.js +12 -26
  316. package/dist/components/material/utils/getBestDropMove.js.map +1 -1
  317. package/dist/components/material/utils/index.js +1 -17
  318. package/dist/components/material/utils/index.js.map +1 -1
  319. package/dist/components/material/utils/isDroppedItem.js +7 -24
  320. package/dist/components/material/utils/isDroppedItem.js.map +1 -1
  321. package/dist/components/material/utils/isPlacedOnItem.js +5 -9
  322. package/dist/components/material/utils/isPlacedOnItem.js.map +1 -1
  323. package/dist/components/material/utils/isRotationMove.js +5 -20
  324. package/dist/components/material/utils/isRotationMove.js.map +1 -1
  325. package/dist/components/material/utils/useIsAnimatingPlayerAction.js +4 -10
  326. package/dist/components/material/utils/useIsAnimatingPlayerAction.js.map +1 -1
  327. package/dist/components/menus/EjectPlayer/EjectPlayerButton.js +30 -33
  328. package/dist/components/menus/EjectPlayer/EjectPlayerButton.js.map +1 -1
  329. package/dist/components/menus/EjectPlayer/EjectPlayerDialog.js +47 -67
  330. package/dist/components/menus/EjectPlayer/EjectPlayerDialog.js.map +1 -1
  331. package/dist/components/menus/EjectPlayer/EjectPlayerPopButton.js +25 -51
  332. package/dist/components/menus/EjectPlayer/EjectPlayerPopButton.js.map +1 -1
  333. package/dist/components/menus/EjectPlayer/index.js +3 -19
  334. package/dist/components/menus/EjectPlayer/index.js.map +1 -1
  335. package/dist/components/menus/Fullscreen/FullscreenButton.js +11 -16
  336. package/dist/components/menus/Fullscreen/FullscreenButton.js.map +1 -1
  337. package/dist/components/menus/Fullscreen/FullscreenDialog.js +36 -61
  338. package/dist/components/menus/Fullscreen/FullscreenDialog.js.map +1 -1
  339. package/dist/components/menus/Fullscreen/FullscreenPopButton.js +28 -43
  340. package/dist/components/menus/Fullscreen/FullscreenPopButton.js.map +1 -1
  341. package/dist/components/menus/Fullscreen/index.js +3 -19
  342. package/dist/components/menus/Fullscreen/index.js.map +1 -1
  343. package/dist/components/menus/GiveUpButton/GiveUpButton.js +49 -61
  344. package/dist/components/menus/GiveUpButton/GiveUpButton.js.map +1 -1
  345. package/dist/components/menus/GiveUpButton/index.js +1 -17
  346. package/dist/components/menus/GiveUpButton/index.js.map +1 -1
  347. package/dist/components/menus/Menu/LogoIcon.d.ts +1 -1
  348. package/dist/components/menus/Menu/LogoIcon.js +2 -17
  349. package/dist/components/menus/Menu/LogoIcon.js.map +1 -1
  350. package/dist/components/menus/Menu/Menu.d.ts +2 -2
  351. package/dist/components/menus/Menu/Menu.js +117 -94
  352. package/dist/components/menus/Menu/Menu.js.map +1 -1
  353. package/dist/components/menus/Menu/MenuPopButton.js +21 -61
  354. package/dist/components/menus/Menu/MenuPopButton.js.map +1 -1
  355. package/dist/components/menus/Menu/NavButton.d.ts +0 -1
  356. package/dist/components/menus/Menu/NavButton.js +3 -32
  357. package/dist/components/menus/Menu/NavButton.js.map +1 -1
  358. package/dist/components/menus/Menu/index.js +1 -17
  359. package/dist/components/menus/Menu/index.js.map +1 -1
  360. package/dist/components/menus/PlayerQuit/TrackPlayersQuit.js +20 -43
  361. package/dist/components/menus/PlayerQuit/TrackPlayersQuit.js.map +1 -1
  362. package/dist/components/menus/PlayerQuit/index.js +1 -17
  363. package/dist/components/menus/PlayerQuit/index.js.map +1 -1
  364. package/dist/components/menus/RestartTutorialButton/RestartTutorialButton.js +12 -18
  365. package/dist/components/menus/RestartTutorialButton/RestartTutorialButton.js.map +1 -1
  366. package/dist/components/menus/RestartTutorialButton/index.js +1 -17
  367. package/dist/components/menus/RestartTutorialButton/index.js.map +1 -1
  368. package/dist/components/menus/Result/Medal.js +8 -35
  369. package/dist/components/menus/Result/Medal.js.map +1 -1
  370. package/dist/components/menus/Result/MedalBronze.d.ts +1 -1
  371. package/dist/components/menus/Result/MedalBronze.js +2 -17
  372. package/dist/components/menus/Result/MedalBronze.js.map +1 -1
  373. package/dist/components/menus/Result/MedalGold.d.ts +1 -1
  374. package/dist/components/menus/Result/MedalGold.js +2 -17
  375. package/dist/components/menus/Result/MedalGold.js.map +1 -1
  376. package/dist/components/menus/Result/MedalSilver.d.ts +1 -1
  377. package/dist/components/menus/Result/MedalSilver.js +2 -17
  378. package/dist/components/menus/Result/MedalSilver.js.map +1 -1
  379. package/dist/components/menus/Result/ResultButton.js +8 -24
  380. package/dist/components/menus/Result/ResultButton.js.map +1 -1
  381. package/dist/components/menus/Result/ResultPopButton.js +46 -36
  382. package/dist/components/menus/Result/ResultPopButton.js.map +1 -1
  383. package/dist/components/menus/Result/index.js +3 -19
  384. package/dist/components/menus/Result/index.js.map +1 -1
  385. package/dist/components/menus/SoundButton/SoundButton.js +11 -16
  386. package/dist/components/menus/SoundButton/SoundButton.js.map +1 -1
  387. package/dist/components/menus/SoundButton/index.js +1 -17
  388. package/dist/components/menus/SoundButton/index.js.map +1 -1
  389. package/dist/components/menus/TimeStatsButton/TimeStatsButton.js +68 -71
  390. package/dist/components/menus/TimeStatsButton/TimeStatsButton.js.map +1 -1
  391. package/dist/components/menus/TimeStatsButton/index.js +1 -17
  392. package/dist/components/menus/TimeStatsButton/index.js.map +1 -1
  393. package/dist/components/menus/UndoButton/UndoButton.js +11 -32
  394. package/dist/components/menus/UndoButton/UndoButton.js.map +1 -1
  395. package/dist/components/menus/UndoButton/UndoPopButton.js +24 -39
  396. package/dist/components/menus/UndoButton/UndoPopButton.js.map +1 -1
  397. package/dist/components/menus/UndoButton/index.js +2 -18
  398. package/dist/components/menus/UndoButton/index.js.map +1 -1
  399. package/dist/components/menus/index.js +6 -22
  400. package/dist/components/menus/index.js.map +1 -1
  401. package/dist/components/menus/menuCss.d.ts +9 -9
  402. package/dist/components/menus/menuCss.js +102 -19
  403. package/dist/components/menus/menuCss.js.map +1 -1
  404. package/dist/components/tutorial/MaterialTutorial.js +19 -27
  405. package/dist/components/tutorial/MaterialTutorial.js.map +1 -1
  406. package/dist/components/tutorial/MaterialTutorialDisplay.js +84 -96
  407. package/dist/components/tutorial/MaterialTutorialDisplay.js.map +1 -1
  408. package/dist/components/tutorial/TutorialRulesWrapper.js +54 -63
  409. package/dist/components/tutorial/TutorialRulesWrapper.js.map +1 -1
  410. package/dist/components/tutorial/index.js +1 -17
  411. package/dist/components/tutorial/index.js.map +1 -1
  412. package/dist/css/GameTheme.js +4 -7
  413. package/dist/css/GameTheme.js.map +1 -1
  414. package/dist/css/addStylesheetUrl.js +2 -6
  415. package/dist/css/addStylesheetUrl.js.map +1 -1
  416. package/dist/css/backgroundCss.d.ts +1 -1
  417. package/dist/css/backgroundCss.js +5 -11
  418. package/dist/css/backgroundCss.js.map +1 -1
  419. package/dist/css/buttonCss.d.ts +3 -3
  420. package/dist/css/buttonCss.js +45 -13
  421. package/dist/css/buttonCss.js.map +1 -1
  422. package/dist/css/componentSizeCss.d.ts +5 -5
  423. package/dist/css/componentSizeCss.js +17 -22
  424. package/dist/css/componentSizeCss.js.map +1 -1
  425. package/dist/css/cursorCss.d.ts +3 -3
  426. package/dist/css/cursorCss.js +10 -12
  427. package/dist/css/cursorCss.js.map +1 -1
  428. package/dist/css/fadeIn.d.ts +1 -1
  429. package/dist/css/fadeIn.js +9 -12
  430. package/dist/css/fadeIn.js.map +1 -1
  431. package/dist/css/index.js +10 -26
  432. package/dist/css/index.js.map +1 -1
  433. package/dist/css/shadowEffect.d.ts +1 -1
  434. package/dist/css/shadowEffect.js +15 -10
  435. package/dist/css/shadowEffect.js.map +1 -1
  436. package/dist/css/shineEffect.d.ts +1 -1
  437. package/dist/css/shineEffect.js +31 -11
  438. package/dist/css/shineEffect.js.map +1 -1
  439. package/dist/css/transformCss.d.ts +2 -2
  440. package/dist/css/transformCss.js +7 -18
  441. package/dist/css/transformCss.js.map +1 -1
  442. package/dist/hooks/index.d.ts +0 -1
  443. package/dist/hooks/index.js +26 -43
  444. package/dist/hooks/index.js.map +1 -1
  445. package/dist/hooks/useActions.js +2 -8
  446. package/dist/hooks/useActions.js.map +1 -1
  447. package/dist/hooks/useAnimations.js +18 -52
  448. package/dist/hooks/useAnimations.js.map +1 -1
  449. package/dist/hooks/useDraggedItem.js +9 -28
  450. package/dist/hooks/useDraggedItem.js.map +1 -1
  451. package/dist/hooks/useFailures.d.ts +1 -1
  452. package/dist/hooks/useFailures.js +10 -10
  453. package/dist/hooks/useFailures.js.map +1 -1
  454. package/dist/hooks/useFlatHistory.js +60 -128
  455. package/dist/hooks/useFlatHistory.js.map +1 -1
  456. package/dist/hooks/useFullscreen.js +19 -42
  457. package/dist/hooks/useFullscreen.js.map +1 -1
  458. package/dist/hooks/useGame.js +3 -6
  459. package/dist/hooks/useGame.js.map +1 -1
  460. package/dist/hooks/useGiveUp.js +10 -15
  461. package/dist/hooks/useGiveUp.js.map +1 -1
  462. package/dist/hooks/useItemLocations.js +31 -102
  463. package/dist/hooks/useItemLocations.js.map +1 -1
  464. package/dist/hooks/useItemLocator.js +3 -7
  465. package/dist/hooks/useItemLocator.js.map +1 -1
  466. package/dist/hooks/useKeyDown.js +5 -9
  467. package/dist/hooks/useKeyDown.js.map +1 -1
  468. package/dist/hooks/useLegalMoves.js +8 -12
  469. package/dist/hooks/useLegalMoves.js.map +1 -1
  470. package/dist/hooks/useLocators.js +3 -7
  471. package/dist/hooks/useLocators.js.map +1 -1
  472. package/dist/hooks/useMaterialContext.js +11 -15
  473. package/dist/hooks/useMaterialContext.js.map +1 -1
  474. package/dist/hooks/useMaterialDescription.js +4 -8
  475. package/dist/hooks/useMaterialDescription.js.map +1 -1
  476. package/dist/hooks/useNow.js +9 -30
  477. package/dist/hooks/useNow.js.map +1 -1
  478. package/dist/hooks/useNumberOfPlayers.js +2 -6
  479. package/dist/hooks/useNumberOfPlayers.js.map +1 -1
  480. package/dist/hooks/useOpponentWithMaxTime.js +17 -39
  481. package/dist/hooks/useOpponentWithMaxTime.js.map +1 -1
  482. package/dist/hooks/usePlay.js +5 -21
  483. package/dist/hooks/usePlay.js.map +1 -1
  484. package/dist/hooks/usePlayerId.js +4 -10
  485. package/dist/hooks/usePlayerId.js.map +1 -1
  486. package/dist/hooks/usePlayerName.js +14 -19
  487. package/dist/hooks/usePlayerName.js.map +1 -1
  488. package/dist/hooks/usePlayerTime.js +16 -37
  489. package/dist/hooks/usePlayerTime.js.map +1 -1
  490. package/dist/hooks/usePlayers.js +35 -69
  491. package/dist/hooks/usePlayers.js.map +1 -1
  492. package/dist/hooks/useRankedPlayers.js +15 -20
  493. package/dist/hooks/useRankedPlayers.js.map +1 -1
  494. package/dist/hooks/useResultText.js +23 -28
  495. package/dist/hooks/useResultText.js.map +1 -1
  496. package/dist/hooks/useRules.js +10 -13
  497. package/dist/hooks/useRules.js.map +1 -1
  498. package/dist/hooks/useSound.js +8 -28
  499. package/dist/hooks/useSound.js.map +1 -1
  500. package/dist/hooks/useStaticLocations.js +21 -84
  501. package/dist/hooks/useStaticLocations.js.map +1 -1
  502. package/dist/hooks/useTutorialStep.js +7 -10
  503. package/dist/hooks/useTutorialStep.js.map +1 -1
  504. package/dist/hooks/useUndo.d.ts +1 -1
  505. package/dist/hooks/useUndo.js +29 -64
  506. package/dist/hooks/useUndo.js.map +1 -1
  507. package/dist/hooks/useWebP.js +10 -77
  508. package/dist/hooks/useWebP.js.map +1 -1
  509. package/dist/hooks/useZoomToElements.js +43 -75
  510. package/dist/hooks/useZoomToElements.js.map +1 -1
  511. package/dist/index.js +5 -23
  512. package/dist/index.js.map +1 -1
  513. package/dist/locators/DeckLocator.js +8 -30
  514. package/dist/locators/DeckLocator.js.map +1 -1
  515. package/dist/locators/FlexLocator.js +57 -70
  516. package/dist/locators/FlexLocator.js.map +1 -1
  517. package/dist/locators/HandLocator.js +74 -99
  518. package/dist/locators/HandLocator.js.map +1 -1
  519. package/dist/locators/HexagonalGridLocator.js +105 -158
  520. package/dist/locators/HexagonalGridLocator.js.map +1 -1
  521. package/dist/locators/ListLocator.js +59 -73
  522. package/dist/locators/ListLocator.js.map +1 -1
  523. package/dist/locators/Locator.d.ts +0 -1
  524. package/dist/locators/Locator.js +149 -191
  525. package/dist/locators/Locator.js.map +1 -1
  526. package/dist/locators/PileLocator.js +65 -126
  527. package/dist/locators/PileLocator.js.map +1 -1
  528. package/dist/locators/index.js +8 -24
  529. package/dist/locators/index.js.map +1 -1
  530. package/dist/locators/utils/getRelativePlayerIndex.util.js +2 -7
  531. package/dist/locators/utils/getRelativePlayerIndex.util.js.map +1 -1
  532. package/dist/locators/utils/index.js +1 -17
  533. package/dist/locators/utils/index.js.map +1 -1
  534. package/dist/utilities/DeepPartial.js +1 -2
  535. package/dist/utilities/combineEventListeners.js +5 -38
  536. package/dist/utilities/combineEventListeners.js.map +1 -1
  537. package/dist/utilities/findIfUnique.util.js +4 -7
  538. package/dist/utilities/findIfUnique.util.js.map +1 -1
  539. package/dist/utilities/index.js +4 -20
  540. package/dist/utilities/index.js.map +1 -1
  541. package/dist/utilities/translation.util.js +21 -31
  542. package/dist/utilities/translation.util.js.map +1 -1
  543. package/dist/utilities/zoom-pan-pinch/animations.constants.js +29 -32
  544. package/dist/utilities/zoom-pan-pinch/animations.constants.js.map +1 -1
  545. package/dist/utilities/zoom-pan-pinch/animations.util.js +24 -30
  546. package/dist/utilities/zoom-pan-pinch/animations.util.js.map +1 -1
  547. package/dist/utilities/zoom-pan-pinch/bounds.util.js +43 -52
  548. package/dist/utilities/zoom-pan-pinch/bounds.util.js.map +1 -1
  549. package/dist/utilities/zoom-pan-pinch/calculation.util.js +2 -7
  550. package/dist/utilities/zoom-pan-pinch/calculation.util.js.map +1 -1
  551. package/dist/utilities/zoom-pan-pinch/index.js +5 -21
  552. package/dist/utilities/zoom-pan-pinch/index.js.map +1 -1
  553. package/dist/utilities/zoom-pan-pinch/zoom.util.js +3 -6
  554. package/dist/utilities/zoom-pan-pinch/zoom.util.js.map +1 -1
  555. package/package.json +83 -77
  556. package/dist/components/Chat/Chat.d.ts +0 -3
  557. package/dist/components/Chat/Chat.js +0 -80
  558. package/dist/components/Chat/Chat.js.map +0 -1
  559. package/dist/components/Chat/ChatMessage.d.ts +0 -7
  560. package/dist/components/Chat/ChatMessage.js +0 -29
  561. package/dist/components/Chat/ChatMessage.js.map +0 -1
  562. package/dist/components/Chat/ChatMessageAuthor.d.ts +0 -3
  563. package/dist/components/Chat/ChatMessageAuthor.js +0 -34
  564. package/dist/components/Chat/ChatMessageAuthor.js.map +0 -1
  565. package/dist/components/Chat/ChatTextInput.d.ts +0 -7
  566. package/dist/components/Chat/ChatTextInput.js +0 -44
  567. package/dist/components/Chat/ChatTextInput.js.map +0 -1
  568. package/dist/components/Chat/SignInToChat.d.ts +0 -1
  569. package/dist/components/Chat/SignInToChat.js +0 -35
  570. package/dist/components/Chat/SignInToChat.js.map +0 -1
  571. package/dist/components/Chat/index.d.ts +0 -5
  572. package/dist/components/Chat/index.js +0 -22
  573. package/dist/components/Chat/index.js.map +0 -1
  574. package/dist/components/Header/PlayerTurnHeader.d.ts +0 -11
  575. package/dist/components/Header/PlayerTurnHeader.js +0 -37
  576. package/dist/components/Header/PlayerTurnHeader.js.map +0 -1
  577. package/dist/components/Header/SimultaneousHeader.d.ts +0 -8
  578. package/dist/components/Header/SimultaneousHeader.js +0 -35
  579. package/dist/components/Header/SimultaneousHeader.js.map +0 -1
  580. package/dist/components/JournalTabs/History/ActionHistoryEntry.d.ts +0 -12
  581. package/dist/components/JournalTabs/History/ActionHistoryEntry.js +0 -62
  582. package/dist/components/JournalTabs/History/ActionHistoryEntry.js.map +0 -1
  583. package/dist/components/JournalTabs/History/MaterialHistory.d.ts +0 -10
  584. package/dist/components/JournalTabs/History/MaterialHistory.js +0 -3
  585. package/dist/components/JournalTabs/History/MaterialHistory.js.map +0 -1
  586. package/dist/components/JournalTabs/History/PlayerActionHistory.d.ts +0 -8
  587. package/dist/components/JournalTabs/History/PlayerActionHistory.js +0 -42
  588. package/dist/components/JournalTabs/History/PlayerActionHistory.js.map +0 -1
  589. package/dist/components/JournalTabs/History/PlayerHistoryEntry.d.ts +0 -8
  590. package/dist/components/JournalTabs/History/PlayerHistoryEntry.js +0 -44
  591. package/dist/components/JournalTabs/History/PlayerHistoryEntry.js.map +0 -1
  592. package/dist/components/JournalTabs/History/StartHistory.d.ts +0 -2
  593. package/dist/components/JournalTabs/History/StartHistory.js +0 -30
  594. package/dist/components/JournalTabs/History/StartHistory.js.map +0 -1
  595. package/dist/components/material/Dices/DiceDescription.d.ts +0 -10
  596. package/dist/components/material/Dices/DiceDescription.js +0 -56
  597. package/dist/components/material/Dices/DiceDescription.js.map +0 -1
  598. package/dist/components/material/GameTable/DraggableStockItem.d.ts +0 -4
  599. package/dist/components/material/GameTable/DraggableStockItem.js +0 -82
  600. package/dist/components/material/GameTable/DraggableStockItem.js.map +0 -1
  601. package/dist/components/material/GameTable/FocusableElement.d.ts +0 -13
  602. package/dist/components/material/GameTable/FocusableElement.js +0 -63
  603. package/dist/components/material/GameTable/FocusableElement.js.map +0 -1
  604. package/dist/components/material/GameTable/FocusableLocation.d.ts +0 -8
  605. package/dist/components/material/GameTable/FocusableLocation.js +0 -37
  606. package/dist/components/material/GameTable/FocusableLocation.js.map +0 -1
  607. package/dist/components/material/GameTable/FocusableLocations.d.ts +0 -0
  608. package/dist/components/material/GameTable/FocusableLocations.js +0 -2
  609. package/dist/components/material/GameTable/FocusableLocations.js.map +0 -1
  610. package/dist/components/material/GameTable/GameTableContent.d.ts +0 -18
  611. package/dist/components/material/GameTable/GameTableContent.js +0 -63
  612. package/dist/components/material/GameTable/GameTableContent.js.map +0 -1
  613. package/dist/components/material/GameTable/focus/FocusableElement.d.ts +0 -13
  614. package/dist/components/material/GameTable/focus/FocusableElement.js +0 -63
  615. package/dist/components/material/GameTable/focus/FocusableElement.js.map +0 -1
  616. package/dist/components/material/GameTable/focus/FocusableLocation.d.ts +0 -8
  617. package/dist/components/material/GameTable/focus/FocusableLocation.js +0 -38
  618. package/dist/components/material/GameTable/focus/FocusableLocation.js.map +0 -1
  619. package/dist/components/material/GameTable/focus/LocationsWithFocus.d.ts +0 -9
  620. package/dist/components/material/GameTable/focus/LocationsWithFocus.js +0 -45
  621. package/dist/components/material/GameTable/focus/LocationsWithFocus.js.map +0 -1
  622. package/dist/components/material/GameTable/locations.utils.d.ts +0 -0
  623. package/dist/components/material/GameTable/locations.utils.js +0 -2
  624. package/dist/components/material/GameTable/locations.utils.js.map +0 -1
  625. package/dist/components/material/ItemMenu.js.map +0 -1
  626. package/dist/components/material/MaterialAnimations.d.ts +0 -25
  627. package/dist/components/material/MaterialAnimations.js +0 -219
  628. package/dist/components/material/MaterialAnimations.js.map +0 -1
  629. package/dist/components/material/MaterialGameAnimations.d.ts +0 -10
  630. package/dist/components/material/MaterialGameAnimations.js +0 -47
  631. package/dist/components/material/MaterialGameAnimations.js.map +0 -1
  632. package/dist/components/material/animations/adjustRotation.d.ts +0 -1
  633. package/dist/components/material/animations/adjustRotation.js +0 -67
  634. package/dist/components/material/animations/adjustRotation.js.map +0 -1
  635. package/dist/components/material/animations/isMovedOrDeletedItem.util.d.ts +0 -3
  636. package/dist/components/material/animations/isMovedOrDeletedItem.util.js +0 -26
  637. package/dist/components/material/animations/isMovedOrDeletedItem.util.js.map +0 -1
  638. package/dist/components/material/animations/itemMovementCss.util.d.ts +0 -2
  639. package/dist/components/material/animations/itemMovementCss.util.js +0 -13
  640. package/dist/components/material/animations/itemMovementCss.util.js.map +0 -1
  641. package/dist/components/material/locations/HexGridDropArea.d.ts +0 -11
  642. package/dist/components/material/locations/HexGridDropArea.js +0 -74
  643. package/dist/components/material/locations/HexGridDropArea.js.map +0 -1
  644. package/dist/components/material/utils/IsMoveOnItem.d.ts +0 -2
  645. package/dist/components/material/utils/IsMoveOnItem.js +0 -12
  646. package/dist/components/material/utils/IsMoveOnItem.js.map +0 -1
  647. package/dist/components/material/utils/getItemFromContext.d.ts +0 -3
  648. package/dist/components/material/utils/getItemFromContext.js +0 -10
  649. package/dist/components/material/utils/getItemFromContext.js.map +0 -1
  650. package/dist/components/menus/ContrastThemeButton/ContrastThemeButton.d.ts +0 -4
  651. package/dist/components/menus/ContrastThemeButton/ContrastThemeButton.js +0 -27
  652. package/dist/components/menus/ContrastThemeButton/ContrastThemeButton.js.map +0 -1
  653. package/dist/components/menus/ContrastThemeButton/index.d.ts +0 -1
  654. package/dist/components/menus/ContrastThemeButton/index.js +0 -18
  655. package/dist/components/menus/ContrastThemeButton/index.js.map +0 -1
  656. package/dist/components/tutorial/FocusableElement.d.ts +0 -0
  657. package/dist/components/tutorial/FocusableElement.js +0 -2
  658. package/dist/components/tutorial/FocusableElement.js.map +0 -1
  659. package/dist/hooks/useCloseHelpDialog.d.ts +0 -1
  660. package/dist/hooks/useCloseHelpDialog.js +0 -14
  661. package/dist/hooks/useCloseHelpDialog.js.map +0 -1
  662. package/dist/hooks/useContrastTheme.d.ts +0 -7
  663. package/dist/hooks/useContrastTheme.js +0 -27
  664. package/dist/hooks/useContrastTheme.js.map +0 -1
  665. package/dist/hooks/useGameHistory.d.ts +0 -1
  666. package/dist/hooks/useGameHistory.js +0 -13
  667. package/dist/hooks/useGameHistory.js.map +0 -1
  668. package/dist/hooks/useHistory.d.ts +0 -6
  669. package/dist/hooks/useHistory.js +0 -85
  670. package/dist/hooks/useHistory.js.map +0 -1
  671. package/dist/hooks/useMaterialAnimations.d.ts +0 -2
  672. package/dist/hooks/useMaterialAnimations.js +0 -17
  673. package/dist/hooks/useMaterialAnimations.js.map +0 -1
  674. package/dist/hooks/useMaterials.d.ts +0 -2
  675. package/dist/hooks/useMaterials.js +0 -10
  676. package/dist/hooks/useMaterials.js.map +0 -1
  677. package/dist/hooks/useRulesStep.d.ts +0 -2
  678. package/dist/hooks/useRulesStep.js +0 -10
  679. package/dist/hooks/useRulesStep.js.map +0 -1
  680. package/dist/hooks/useScale.d.ts +0 -1
  681. package/dist/hooks/useScale.js +0 -16
  682. package/dist/hooks/useScale.js.map +0 -1
  683. package/dist/locators/GridLocator.d.ts +0 -13
  684. package/dist/locators/GridLocator.js +0 -59
  685. package/dist/locators/GridLocator.js.map +0 -1
  686. package/dist/locators/ItemLocator.d.ts +0 -49
  687. package/dist/locators/ItemLocator.js +0 -144
  688. package/dist/locators/ItemLocator.js.map +0 -1
  689. package/dist/locators/LineLocator.d.ts +0 -12
  690. package/dist/locators/LineLocator.js +0 -77
  691. package/dist/locators/LineLocator.js.map +0 -1
  692. package/dist/translation/index.d.ts +0 -1
  693. package/dist/translation/index.js +0 -18
  694. package/dist/translation/index.js.map +0 -1
  695. package/dist/translation/setupTranslation.d.ts +0 -5
  696. package/dist/translation/setupTranslation.js +0 -33
  697. package/dist/translation/setupTranslation.js.map +0 -1
  698. package/dist/utilities/animations.constants.d.ts +0 -16
  699. package/dist/utilities/animations.constants.js +0 -62
  700. package/dist/utilities/animations.constants.js.map +0 -1
  701. package/dist/utilities/animations.util.d.ts +0 -4
  702. package/dist/utilities/animations.util.js +0 -71
  703. package/dist/utilities/animations.util.js.map +0 -1
  704. package/dist/utilities/bounds.util.d.ts +0 -7
  705. package/dist/utilities/bounds.util.js +0 -77
  706. package/dist/utilities/bounds.util.js.map +0 -1
  707. package/dist/utilities/calculation.util.d.ts +0 -2
  708. package/dist/utilities/calculation.util.js +0 -12
  709. package/dist/utilities/calculation.util.js.map +0 -1
  710. package/dist/utilities/pusher.d.ts +0 -2
  711. package/dist/utilities/pusher.js +0 -16
  712. package/dist/utilities/pusher.js.map +0 -1
  713. package/dist/utilities/zoom.util.d.ts +0 -1
  714. package/dist/utilities/zoom.util.js +0 -14
  715. package/dist/utilities/zoom.util.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"MaterialAnimations.js","sourceRoot":"","sources":["../../../../src/components/material/animations/MaterialAnimations.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;AACA,uDAA8D;AAC9D,iDAAiH;AAGjH,+DAA6D;AAC7D,+DAA6D;AAC7D,2EAAyE;AAGzE,2DAAyD;AACzD,uEAAqE;AACrE,2DAAyD;AACzD,yDAAuD;AAEvD;IACU,sCAA2D;IAInE,4BAAY,QAAY,EAAE,mBAAyB;;QAAvC,yBAAA,EAAA,YAAY;QAAE,oCAAA,EAAA,yBAAyB;QACjD,YAAA,MAAK,WAAE,SAAA;QACP,KAAI,CAAC,UAAU;YACb,GAAC,wBAAY,CAAC,MAAM,IAAG,IAAI,2CAAoB,CAAC,QAAQ,CAAC;YACzD,GAAC,wBAAY,CAAC,IAAI,IAAG,IAAI,uCAAkB,CAAC,QAAQ,EAAE,mBAAmB,CAAC;YAC1E,GAAC,wBAAY,CAAC,UAAU,IAAG,IAAI,mDAAwB,CAAC,QAAQ,CAAC;YACjE,GAAC,wBAAY,CAAC,MAAM,IAAG,IAAI,2CAAoB,CAAC,QAAQ,EAAE,mBAAmB,CAAC;YAC9E,GAAC,wBAAY,CAAC,YAAY,IAAG,IAAI,uDAA0B,CAAC,QAAQ,CAAC;YACrE,GAAC,wBAAY,CAAC,OAAO,IAAG,IAAI,qCAAiB,CAAC,CAAC,CAAC;YAChD,GAAC,wBAAY,CAAC,IAAI,IAAG,IAAI,uCAAkB,CAAC,QAAQ,CAAC;eACtD,CAAA;;IACH,CAAC;IAED,wCAAW,GAAX,UAAY,IAAuB,EAAE,OAA8C;;QACjF,OAAO,MAAA,MAAA,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,0CAAE,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,mCAAI,CAAC,CAAA;IACpE,CAAC;IAED,6CAAgB,GAAhB,UAAiB,OAA6B,EAAE,SAA2C;;QACzF,IAAI,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,oBAAQ,CAAC,QAAQ;YAAE,OAAM;QACrD,OAAO,MAAA,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,0CAAE,gBAAgB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;IACnF,CAAC;IACH,yBAAC;AAAD,CAAC,AA1BD,CACU,yBAAU,GAyBnB;AA1BY,gDAAkB"}
1
+ {"version":3,"file":"MaterialAnimations.js","sourceRoot":"","sources":["../../../../src/components/material/animations/MaterialAnimations.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,UAAU,EAAE,MAAM,wBAAwB,CAAA;AAC9D,OAAO,EAAY,YAAY,EAA6C,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AAGjH,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAC7D,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAA;AAGzE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAA;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAEvD,MAAM,OAAO,kBACX,SAAQ,UAA2D;IAEhD,UAAU,CAAwD;IAErF,YAAY,QAAQ,GAAG,CAAC,EAAE,mBAAmB,GAAG,GAAG;QACjD,KAAK,EAAE,CAAA;QACP,IAAI,CAAC,UAAU,GAAG;YAChB,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,IAAI,oBAAoB,CAAC,QAAQ,CAAC;YACzD,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,IAAI,kBAAkB,CAAC,QAAQ,EAAE,mBAAmB,CAAC;YAC1E,CAAC,YAAY,CAAC,UAAU,CAAC,EAAE,IAAI,wBAAwB,CAAC,QAAQ,CAAC;YACjE,CAAC,YAAY,CAAC,MAAM,CAAC,EAAE,IAAI,oBAAoB,CAAC,QAAQ,EAAE,mBAAmB,CAAC;YAC9E,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,IAAI,0BAA0B,CAAC,QAAQ,CAAC;YACrE,CAAC,YAAY,CAAC,OAAO,CAAC,EAAE,IAAI,iBAAiB,CAAC,CAAC,CAAC;YAChD,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,IAAI,kBAAkB,CAAC,QAAQ,CAAC;SACtD,CAAA;IACH,CAAC;IAED,WAAW,CAAC,IAAuB,EAAE,OAA8C;QACjF,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC,CAAA;IACpE,CAAC;IAED,gBAAgB,CAAC,OAA6B,EAAE,SAA2C;QACzF,IAAI,SAAS,CAAC,IAAI,CAAC,IAAI,KAAK,QAAQ,CAAC,QAAQ;YAAE,OAAM;QACrD,OAAO,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,gBAAgB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;IACnF,CAAC;CACF"}
@@ -1,78 +1,19 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- var __read = (this && this.__read) || function (o, n) {
18
- var m = typeof Symbol === "function" && o[Symbol.iterator];
19
- if (!m) return o;
20
- var i = m.call(o), r, ar = [], e;
21
- try {
22
- while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
23
- }
24
- catch (error) { e = { error: error }; }
25
- finally {
26
- try {
27
- if (r && !r.done && (m = i["return"])) m.call(i);
28
- }
29
- finally { if (e) throw e.error; }
30
- }
31
- return ar;
32
- };
33
- var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
34
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
35
- if (ar || !(i in from)) {
36
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
37
- ar[i] = from[i];
38
- }
39
- }
40
- return to.concat(ar || Array.prototype.slice.call(from));
41
- };
42
- var __values = (this && this.__values) || function(o) {
43
- var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
44
- if (m) return m.call(o);
45
- if (o && typeof o.length === "number") return {
46
- next: function () {
47
- if (o && i >= o.length) o = void 0;
48
- return { value: o && o[i++], done: !o };
49
- }
50
- };
51
- throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
52
- };
53
- Object.defineProperty(exports, "__esModule", { value: true });
54
- exports.MaterialGameAnimations = void 0;
55
- var react_client_1 = require("@gamepark/react-client");
56
- var rules_api_1 = require("@gamepark/rules-api");
57
- var es_toolkit_1 = require("es-toolkit");
58
- var sound_utils_1 = require("../sound/sound.utils");
59
- var ItemAnimations_1 = require("./ItemAnimations");
60
- var MaterialAnimations_1 = require("./MaterialAnimations");
61
- var MaterialGameAnimations = /** @class */ (function (_super) {
62
- __extends(MaterialGameAnimations, _super);
63
- function MaterialGameAnimations() {
64
- var _this = _super.apply(this, __spreadArray([], __read(arguments), false)) || this;
65
- _this.animationConfigs = [];
66
- _this.defaultAnimationConfig = new AnimationConfig();
67
- return _this;
68
- }
69
- MaterialGameAnimations.prototype.when = function () {
70
- var animationConfig = new AnimationConfig();
1
+ import { Animations, AnimationStep } from '@gamepark/react-client';
2
+ import { MoveKind } from '@gamepark/rules-api';
3
+ import { uniq } from 'es-toolkit';
4
+ import { ensureMaterialSoundConfig } from '../sound/sound.utils';
5
+ import { ItemAnimations } from './ItemAnimations';
6
+ import { MaterialAnimations } from './MaterialAnimations';
7
+ export class MaterialGameAnimations extends Animations {
8
+ animationConfigs = [];
9
+ defaultAnimationConfig = new AnimationConfig();
10
+ when() {
11
+ const animationConfig = new AnimationConfig();
71
12
  this.animationConfigs.push(animationConfig);
72
13
  return animationConfig;
73
- };
74
- MaterialGameAnimations.prototype.getDuration = function (move, context) {
75
- var materialContext = {
14
+ }
15
+ getDuration(move, context) {
16
+ const materialContext = {
76
17
  rules: new context.Rules(context.game),
77
18
  material: context.material,
78
19
  locators: context.locators,
@@ -80,74 +21,55 @@ var MaterialGameAnimations = /** @class */ (function (_super) {
80
21
  action: context.action
81
22
  };
82
23
  return this.getAnimationConfig(move, materialContext).getDuration(move, context);
83
- };
84
- MaterialGameAnimations.prototype.getAnimationConfig = function (move, context) {
85
- var e_1, _a;
86
- try {
87
- for (var _b = __values(this.animationConfigs), _c = _b.next(); !_c.done; _c = _b.next()) {
88
- var animationConfig = _c.value;
89
- if (animationConfig.filters.every(function (filter) { return filter(move, context); })) {
90
- return animationConfig;
91
- }
92
- }
93
- }
94
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
95
- finally {
96
- try {
97
- if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
24
+ }
25
+ getAnimationConfig(move, context) {
26
+ for (const animationConfig of this.animationConfigs) {
27
+ if (animationConfig.filters.every(filter => filter(move, context))) {
28
+ return animationConfig;
98
29
  }
99
- finally { if (e_1) throw e_1.error; }
100
30
  }
101
31
  return this.defaultAnimationConfig;
102
- };
103
- MaterialGameAnimations.prototype.getSounds = function () {
104
- return (0, es_toolkit_1.uniq)(this.animationConfigs
105
- .filter(function (animationConfig) { return !!animationConfig.s; })
106
- .map(function (animationConfig) { return (0, sound_utils_1.ensureMaterialSoundConfig)(animationConfig.s).sound; }));
107
- };
108
- return MaterialGameAnimations;
109
- }(react_client_1.Animations));
110
- exports.MaterialGameAnimations = MaterialGameAnimations;
111
- var AnimationConfig = /** @class */ (function (_super) {
112
- __extends(AnimationConfig, _super);
113
- function AnimationConfig() {
114
- var _this = _super.apply(this, __spreadArray([], __read(arguments), false)) || this;
115
- _this.filters = [];
116
- _this.s = undefined;
117
- return _this;
118
32
  }
119
- AnimationConfig.prototype.rule = function (ruleId) {
120
- this.filters.push(function (_, context) { var _a; return ((_a = context.rules.game.rule) === null || _a === void 0 ? void 0 : _a.id) === ruleId; });
33
+ getSounds() {
34
+ return uniq(this.animationConfigs
35
+ .filter(animationConfig => !!animationConfig.s)
36
+ .map(animationConfig => ensureMaterialSoundConfig(animationConfig.s).sound));
37
+ }
38
+ }
39
+ class AnimationConfig extends ItemAnimations {
40
+ filters = [];
41
+ d;
42
+ s = undefined;
43
+ rule(ruleId) {
44
+ this.filters.push((_, context) => context.rules.game.rule?.id === ruleId);
121
45
  return this;
122
- };
123
- AnimationConfig.prototype.move = function (predicate) {
124
- this.filters.push(function (move, context) { return predicate(move, context); });
46
+ }
47
+ move(predicate) {
48
+ this.filters.push((move, context) => predicate(move, context));
125
49
  return this;
126
- };
127
- AnimationConfig.prototype.mine = function () {
128
- this.filters.push(function (_, context) { return context.player === context.action.playerId; });
50
+ }
51
+ mine() {
52
+ this.filters.push((_, context) => context.player === context.action.playerId);
129
53
  return this;
130
- };
131
- AnimationConfig.prototype.duration = function (duration) {
54
+ }
55
+ duration(duration) {
132
56
  this.d = duration;
133
57
  return this;
134
- };
135
- AnimationConfig.prototype.sound = function (sound) {
58
+ }
59
+ sound(sound) {
136
60
  this.s = sound;
137
61
  return this;
138
- };
139
- AnimationConfig.prototype.none = function () {
62
+ }
63
+ none() {
140
64
  return this.duration(0);
141
- };
142
- AnimationConfig.prototype.getDuration = function (move, context) {
143
- var _a;
144
- if (move.kind !== rules_api_1.MoveKind.ItemMove)
145
- return context.step === react_client_1.AnimationStep.BEFORE_MOVE ? (_a = this.d) !== null && _a !== void 0 ? _a : 0 : 0;
146
- return new MaterialAnimations_1.MaterialAnimations(this.d).getDuration(move, context);
147
- };
148
- AnimationConfig.prototype.getItemAnimation = function (context, animation) {
149
- return new MaterialAnimations_1.MaterialAnimations(this.d).getItemAnimation(context, animation);
150
- };
151
- return AnimationConfig;
152
- }(ItemAnimations_1.ItemAnimations));
65
+ }
66
+ getDuration(move, context) {
67
+ if (move.kind !== MoveKind.ItemMove)
68
+ return context.step === AnimationStep.BEFORE_MOVE ? this.d ?? 0 : 0;
69
+ return new MaterialAnimations(this.d).getDuration(move, context);
70
+ }
71
+ getItemAnimation(context, animation) {
72
+ return new MaterialAnimations(this.d).getItemAnimation(context, animation);
73
+ }
74
+ }
153
75
  //# sourceMappingURL=MaterialGameAnimations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MaterialGameAnimations.js","sourceRoot":"","sources":["../../../../src/components/material/animations/MaterialGameAnimations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MaterialGameAnimations.js","sourceRoot":"","sources":["../../../../src/components/material/animations/MaterialGameAnimations.ts"],"names":[],"mappings":"AACA,OAAO,EAA+B,UAAU,EAAE,aAAa,EAAmB,MAAM,wBAAwB,CAAA;AAChH,OAAO,EAA6C,QAAQ,EAAE,MAAM,qBAAqB,CAAA;AACzF,OAAO,EAAE,IAAI,EAAE,MAAM,YAAY,CAAA;AAIjC,OAAO,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAA;AACjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AASzD,MAAM,OAAO,sBACX,SAAQ,UAA2D;IAE1D,gBAAgB,GAA+B,EAAE,CAAA;IAC1D,sBAAsB,GAAG,IAAI,eAAe,EAAW,CAAA;IAEvD,IAAI;QACF,MAAM,eAAe,GAAG,IAAI,eAAe,EAAW,CAAA;QACtD,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,eAAe,CAAC,CAAA;QAC3C,OAAO,eAAe,CAAA;IACxB,CAAC;IAEQ,WAAW,CAAC,IAA2B,EAAE,OAA8C;QAC9F,MAAM,eAAe,GAAsC;YACzD,KAAK,EAAE,IAAI,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAA2B;YAChE,QAAQ,EAAE,OAAO,CAAC,QAAS;YAC3B,QAAQ,EAAE,OAAO,CAAC,QAAS;YAC3B,MAAM,EAAE,OAAO,CAAC,QAAQ;YACxB,MAAM,EAAE,OAAO,CAAC,MAAM;SACvB,CAAA;QACD,OAAO,IAAI,CAAC,kBAAkB,CAAC,IAAI,EAAE,eAAe,CAAC,CAAC,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,CAAA;IAClF,CAAC;IAED,kBAAkB,CAAC,IAA2B,EAAE,OAA0C;QACxF,KAAK,MAAM,eAAe,IAAI,IAAI,CAAC,gBAAgB,EAAE,CAAC;YACpD,IAAI,eAAe,CAAC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC;gBACnE,OAAO,eAAe,CAAA;YACxB,CAAC;QACH,CAAC;QACD,OAAO,IAAI,CAAC,sBAAsB,CAAA;IACpC,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB;aAC9B,MAAM,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC;aAC9C,GAAG,CAAC,eAAe,CAAC,EAAE,CAAC,yBAAyB,CAAC,eAAe,CAAC,CAAE,CAAE,CAAC,KAAK,CAAC,CAC9E,CAAA;IACH,CAAC;CACF;AAED,MAAM,eACJ,SAAQ,cAAuB;IAC/B,OAAO,GAA6F,EAAE,CAAA;IACtG,CAAC,CAAS;IACV,CAAC,GAA0C,SAAS,CAAA;IAEpD,IAAI,CAAwB,MAAc;QACxC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,KAAK,MAAM,CAAC,CAAA;QACzE,OAAO,IAAI,CAAA;IACb,CAAC;IAED,IAAI,CAAC,SAA+F;QAClG,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,CAAC,SAAS,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAA;QAC9D,OAAO,IAAI,CAAA;IACb,CAAC;IAED,IAAI;QACF,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,CAAC,OAAO,CAAC,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAA;QAC7E,OAAO,IAAI,CAAA;IACb,CAAC;IAED,QAAQ,CAAC,QAAgB;QACvB,IAAI,CAAC,CAAC,GAAG,QAAQ,CAAA;QACjB,OAAO,IAAI,CAAA;IACb,CAAC;IAED,KAAK,CAAC,KAA2C;QAC/C,IAAI,CAAC,CAAC,GAAG,KAAK,CAAA;QACd,OAAO,IAAI,CAAA;IACb,CAAC;IAED,IAAI;QACF,OAAO,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAA;IACzB,CAAC;IAED,WAAW,CAAC,IAA2B,EAAE,OAA8C;QACrF,IAAI,IAAI,CAAC,IAAI,KAAK,QAAQ,CAAC,QAAQ;YAAE,OAAO,OAAO,CAAC,IAAI,KAAK,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;QACxG,OAAO,IAAI,kBAAkB,CAAU,IAAI,CAAC,CAAC,CAAC,CAAC,WAAW,CAAC,IAAI,EAAE,OAAO,CAAC,CAAA;IAC3E,CAAC;IAED,gBAAgB,CAAC,OAA6B,EAAE,SAA2C;QACzF,OAAO,IAAI,kBAAkB,CAAU,IAAI,CAAC,CAAC,CAAC,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;IACrF,CAAC;CACF"}
@@ -1,122 +1,84 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- var __assign = (this && this.__assign) || function () {
18
- __assign = Object.assign || function(t) {
19
- for (var s, i = 1, n = arguments.length; i < n; i++) {
20
- s = arguments[i];
21
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
22
- t[p] = s[p];
23
- }
24
- return t;
25
- };
26
- return __assign.apply(this, arguments);
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.MoveItemAnimations = void 0;
30
- var es_toolkit_1 = require("es-toolkit");
31
- var locators_1 = require("../../../locators");
32
- var isDroppedItem_1 = require("../utils/isDroppedItem");
33
- var isPlacedOnItem_1 = require("../utils/isPlacedOnItem");
34
- var ItemAnimations_1 = require("./ItemAnimations");
35
- var rotations_utils_1 = require("./rotations.utils");
36
- var transformItem_util_1 = require("./transformItem.util");
37
- var MoveItemAnimations = /** @class */ (function (_super) {
38
- __extends(MoveItemAnimations, _super);
39
- function MoveItemAnimations(duration, droppedItemDuration) {
40
- if (duration === void 0) { duration = 1; }
41
- if (droppedItemDuration === void 0) { droppedItemDuration = 0.2; }
42
- var _this = _super.call(this) || this;
43
- _this.duration = duration;
44
- _this.droppedItemDuration = droppedItemDuration;
45
- return _this;
1
+ import { isEqual } from 'es-toolkit';
2
+ import { getItemFromContext } from '../../../locators';
3
+ import { isDroppedItem } from '../utils/isDroppedItem';
4
+ import { isPlacedOnItem } from '../utils/isPlacedOnItem';
5
+ import { ItemAnimations } from './ItemAnimations';
6
+ import { toClosestRotations, toSingleRotation } from './rotations.utils';
7
+ import { transformItem } from './transformItem.util';
8
+ export class MoveItemAnimations extends ItemAnimations {
9
+ duration;
10
+ droppedItemDuration;
11
+ constructor(duration = 1, droppedItemDuration = 0.2) {
12
+ super();
13
+ this.duration = duration;
14
+ this.droppedItemDuration = droppedItemDuration;
46
15
  }
47
- MoveItemAnimations.prototype.getPreDuration = function (move, context) {
48
- var _a, _b;
49
- var potentialDroppedItem = { type: move.itemType, index: move.itemIndex };
50
- if ((0, isDroppedItem_1.isDroppedItem)(this.getItemContext(context, potentialDroppedItem))) {
16
+ getPreDuration(move, context) {
17
+ const potentialDroppedItem = { type: move.itemType, index: move.itemIndex };
18
+ if (isDroppedItem(this.getItemContext(context, potentialDroppedItem))) {
51
19
  return this.droppedItemDuration;
52
20
  }
53
- if ((0, es_toolkit_1.isEqual)((_b = (_a = context.game.items[move.itemType]) === null || _a === void 0 ? void 0 : _a[move.itemIndex]) === null || _b === void 0 ? void 0 : _b.location, move.location)) {
21
+ if (isEqual(context.game.items[move.itemType]?.[move.itemIndex]?.location, move.location)) {
54
22
  return 0; // item is moved where it is already (local move preview being validated for instance)
55
23
  }
56
24
  return this.duration;
57
- };
58
- MoveItemAnimations.prototype.getItemAnimation = function (context, animation) {
59
- var item = (0, locators_1.getItemFromContext)(context);
60
- var itemLocator = context.locators[item.location.type];
61
- if (itemLocator === null || itemLocator === void 0 ? void 0 : itemLocator.isItemToAnimate(item, context, animation.move)) {
25
+ }
26
+ getItemAnimation(context, animation) {
27
+ const item = getItemFromContext(context);
28
+ const itemLocator = context.locators[item.location.type];
29
+ if (itemLocator?.isItemToAnimate(item, context, animation.move)) {
62
30
  return this.getMovedItemAnimation(context, animation);
63
31
  }
64
- var animatedItemContext = __assign(__assign({}, context), { type: animation.move.itemType, index: animation.move.itemIndex });
65
- if ((0, isPlacedOnItem_1.isPlacedOnItem)(item, animatedItemContext)) {
32
+ const animatedItemContext = { ...context, type: animation.move.itemType, index: animation.move.itemIndex };
33
+ if (isPlacedOnItem(item, animatedItemContext)) {
66
34
  return this.getChildItemAnimation(item, context, animation);
67
35
  }
68
- };
69
- MoveItemAnimations.prototype.getMovedItemAnimation = function (context, animation) {
70
- var _a, _b, _c;
71
- var type = context.type, rules = context.rules, material = context.material, player = context.player;
72
- var description = material[type];
73
- var Rules = rules.constructor;
74
- var futureIndex = this.getItemIndexAfterMove(context, animation.move);
75
- var futureRules = new Rules(JSON.parse(JSON.stringify(rules.game)), { player: player });
36
+ }
37
+ getMovedItemAnimation(context, animation) {
38
+ const { type, rules, material, player } = context;
39
+ const description = material[type];
40
+ const Rules = rules.constructor;
41
+ const futureIndex = this.getItemIndexAfterMove(context, animation.move);
42
+ const futureRules = new Rules(JSON.parse(JSON.stringify(rules.game)), { player });
76
43
  futureRules.play(animation.move);
77
- var futureItem = futureRules.material(type).getItem(futureIndex);
44
+ const futureItem = futureRules.material(type).getItem(futureIndex);
78
45
  // TODO: if animation.move.quantity > 1, we will have to give a different target to each moving item. Formula bellow works only if 1 item moves
79
- var futureDisplayIndex = ((_a = futureItem.quantity) !== null && _a !== void 0 ? _a : 1) - ((_b = animation.move.quantity) !== null && _b !== void 0 ? _b : 1);
80
- var futureContext = __assign(__assign({}, context), { rules: futureRules, index: futureIndex, displayIndex: futureDisplayIndex });
81
- var originTransforms = (0, rotations_utils_1.toSingleRotation)((0, transformItem_util_1.transformItem)(context));
82
- var targetTransforms = (0, rotations_utils_1.toSingleRotation)((_c = description === null || description === void 0 ? void 0 : description.getItemTransform(futureItem, futureContext)) !== null && _c !== void 0 ? _c : []);
83
- (0, rotations_utils_1.toClosestRotations)(originTransforms, targetTransforms);
84
- var animationKeyframes = this.getTransformKeyframes(originTransforms.join(' '), targetTransforms.join(' '), animation, context);
85
- return description === null || description === void 0 ? void 0 : description.getAnimationCss(animationKeyframes, animation.duration);
86
- };
87
- MoveItemAnimations.prototype.getItemIndexAfterMove = function (_a, move) {
88
- var _b, _c;
89
- var rules = _a.rules;
90
- var items = rules.game.items[move.itemType];
91
- var mutator = rules.mutator(move.itemType);
92
- var itemAfterMove = mutator.getItemAfterMove(move);
93
- var mergeIndex = mutator.findMergeIndex(itemAfterMove);
46
+ const futureDisplayIndex = (futureItem.quantity ?? 1) - (animation.move.quantity ?? 1);
47
+ const futureContext = { ...context, rules: futureRules, index: futureIndex, displayIndex: futureDisplayIndex };
48
+ const originTransforms = toSingleRotation(transformItem(context));
49
+ const targetTransforms = toSingleRotation(description?.getItemTransform(futureItem, futureContext) ?? []);
50
+ toClosestRotations(originTransforms, targetTransforms);
51
+ const animationKeyframes = this.getTransformKeyframes(originTransforms.join(' '), targetTransforms.join(' '), animation, context);
52
+ return description?.getAnimationCss(animationKeyframes, animation.duration);
53
+ }
54
+ getItemIndexAfterMove({ rules }, move) {
55
+ const items = rules.game.items[move.itemType];
56
+ const mutator = rules.mutator(move.itemType);
57
+ const itemAfterMove = mutator.getItemAfterMove(move);
58
+ const mergeIndex = mutator.findMergeIndex(itemAfterMove);
94
59
  if (mergeIndex !== -1) {
95
60
  return mergeIndex;
96
61
  }
97
- else if (((_b = items[move.itemIndex].quantity) !== null && _b !== void 0 ? _b : 1) > ((_c = move.quantity) !== null && _c !== void 0 ? _c : 1)) {
98
- var availableIndex = items.findIndex(function (item) { return item.quantity === 0; });
62
+ else if ((items[move.itemIndex].quantity ?? 1) > (move.quantity ?? 1)) {
63
+ const availableIndex = items.findIndex(item => item.quantity === 0);
99
64
  return availableIndex !== -1 ? availableIndex : items.length;
100
65
  }
101
66
  else {
102
67
  return move.itemIndex;
103
68
  }
104
- };
105
- MoveItemAnimations.prototype.getChildItemAnimation = function (item, context, animation) {
106
- var _a;
107
- var type = context.type, rules = context.rules, material = context.material, player = context.player;
108
- var description = material[type];
109
- var Rules = rules.constructor;
110
- var futureRules = new Rules(JSON.parse(JSON.stringify(rules.game)), { player: player });
69
+ }
70
+ getChildItemAnimation(item, context, animation) {
71
+ const { type, rules, material, player } = context;
72
+ const description = material[type];
73
+ const Rules = rules.constructor;
74
+ const futureRules = new Rules(JSON.parse(JSON.stringify(rules.game)), { player });
111
75
  futureRules.play(animation.move);
112
- var futureContext = __assign(__assign({}, context), { rules: futureRules });
113
- var originTransforms = (0, transformItem_util_1.transformItem)(context);
114
- var targetTransforms = (_a = description === null || description === void 0 ? void 0 : description.getItemTransform(item, futureContext)) !== null && _a !== void 0 ? _a : [];
115
- (0, rotations_utils_1.toClosestRotations)(originTransforms, targetTransforms);
116
- var animationKeyframes = this.getTransformKeyframes(originTransforms.join(' '), targetTransforms.join(' '), animation, context);
117
- return description === null || description === void 0 ? void 0 : description.getAnimationCss(animationKeyframes, animation.duration);
118
- };
119
- return MoveItemAnimations;
120
- }(ItemAnimations_1.ItemAnimations));
121
- exports.MoveItemAnimations = MoveItemAnimations;
76
+ const futureContext = { ...context, rules: futureRules };
77
+ const originTransforms = transformItem(context);
78
+ const targetTransforms = description?.getItemTransform(item, futureContext) ?? [];
79
+ toClosestRotations(originTransforms, targetTransforms);
80
+ const animationKeyframes = this.getTransformKeyframes(originTransforms.join(' '), targetTransforms.join(' '), animation, context);
81
+ return description?.getAnimationCss(animationKeyframes, animation.duration);
82
+ }
83
+ }
122
84
  //# sourceMappingURL=MoveItemAnimations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MoveItemAnimations.js","sourceRoot":"","sources":["../../../../src/components/material/animations/MoveItemAnimations.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,yCAAoC;AACpC,8CAAmE;AACnE,wDAAsD;AACtD,0DAAwD;AACxD,mDAAiD;AAEjD,qDAAwE;AACxE,2DAAoD;AAEpD;IACU,sCAAuB;IAE/B,4BAAsB,QAAY,EAAY,mBAAyB;QAAjD,yBAAA,EAAA,YAAY;QAAY,oCAAA,EAAA,yBAAyB;QACrE,YAAA,MAAK,WAAE,SAAA;QADa,cAAQ,GAAR,QAAQ,CAAI;QAAY,yBAAmB,GAAnB,mBAAmB,CAAM;;IAEvE,CAAC;IAEQ,2CAAc,GAAvB,UAAwB,IAAuB,EAAE,OAA8C;;QAC7F,IAAM,oBAAoB,GAAG,EAAE,IAAI,EAAE,IAAI,CAAC,QAAQ,EAAE,KAAK,EAAE,IAAI,CAAC,SAAS,EAAE,CAAA;QAC3E,IAAI,IAAA,6BAAa,EAAC,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,oBAAoB,CAAC,CAAC,EAAE,CAAC;YACtE,OAAO,IAAI,CAAC,mBAAmB,CAAA;QACjC,CAAC;QACD,IAAI,IAAA,oBAAO,EAAC,MAAA,MAAA,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,0CAAG,IAAI,CAAC,SAAS,CAAC,0CAAE,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YAC1F,OAAO,CAAC,CAAA,CAAC,sFAAsF;QACjG,CAAC;QACD,OAAO,IAAI,CAAC,QAAQ,CAAA;IACtB,CAAC;IAED,6CAAgB,GAAhB,UAAiB,OAA6B,EAAE,SAAuC;QACrF,IAAM,IAAI,GAAG,IAAA,6BAAkB,EAAC,OAAO,CAAC,CAAA;QACxC,IAAM,WAAW,GAAG,OAAO,CAAC,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAA;QACxD,IAAI,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,eAAe,CAAC,IAAI,EAAE,OAAO,EAAE,SAAS,CAAC,IAAI,CAAC,EAAE,CAAC;YAChE,OAAO,IAAI,CAAC,qBAAqB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;QACvD,CAAC;QACD,IAAM,mBAAmB,yBAAQ,OAAO,KAAE,IAAI,EAAE,SAAS,CAAC,IAAI,CAAC,QAAQ,EAAE,KAAK,EAAE,SAAS,CAAC,IAAI,CAAC,SAAS,GAAE,CAAA;QAC1G,IAAI,IAAA,+BAAc,EAAC,IAAI,EAAE,mBAAmB,CAAC,EAAE,CAAC;YAC9C,OAAO,IAAI,CAAC,qBAAqB,CAAC,IAAI,EAAE,OAAO,EAAE,SAAS,CAAC,CAAA;QAC7D,CAAC;IACH,CAAC;IAED,kDAAqB,GAArB,UAAsB,OAA6B,EAAE,SAAuC;;QAClF,IAAA,IAAI,GAA8B,OAAO,KAArC,EAAE,KAAK,GAAuB,OAAO,MAA9B,EAAE,QAAQ,GAAa,OAAO,SAApB,EAAE,MAAM,GAAK,OAAO,OAAZ,CAAY;QACjD,IAAM,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;QAClC,IAAM,KAAK,GAAG,KAAK,CAAC,WAA4C,CAAA;QAChE,IAAM,WAAW,GAAG,IAAI,CAAC,qBAAqB,CAAC,OAAO,EAAE,SAAS,CAAC,IAAI,CAAC,CAAA;QACvE,IAAM,WAAW,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,MAAM,QAAA,EAAE,CAAC,CAAA;QACjF,WAAW,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAA;QAChC,IAAM,UAAU,GAAG,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,CAAA;QAClE,+IAA+I;QAC/I,IAAM,kBAAkB,GAAG,CAAC,MAAA,UAAU,CAAC,QAAQ,mCAAI,CAAC,CAAC,GAAG,CAAC,MAAA,SAAS,CAAC,IAAI,CAAC,QAAQ,mCAAI,CAAC,CAAC,CAAA;QACtF,IAAM,aAAa,yBAAQ,OAAO,KAAE,KAAK,EAAE,WAAW,EAAE,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,kBAAkB,GAAE,CAAA;QAC9G,IAAM,gBAAgB,GAAG,IAAA,kCAAgB,EAAC,IAAA,kCAAa,EAAC,OAAO,CAAC,CAAC,CAAA;QACjE,IAAM,gBAAgB,GAAG,IAAA,kCAAgB,EAAC,MAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,gBAAgB,CAAC,UAAU,EAAE,aAAa,CAAC,mCAAI,EAAE,CAAC,CAAA;QACzG,IAAA,oCAAkB,EAAC,gBAAgB,EAAE,gBAAgB,CAAC,CAAA;QACtD,IAAM,kBAAkB,GAAG,IAAI,CAAC,qBAAqB,CAAC,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,OAAO,CAAC,CAAA;QACjI,OAAO,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,eAAe,CAAC,kBAAkB,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAA;IAC7E,CAAC;IAED,kDAAqB,GAArB,UAAsB,EAA+B,EAAE,IAAuB;;YAAtD,KAAK,WAAA;QAC3B,IAAM,KAAK,GAAG,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAE,CAAA;QAC9C,IAAM,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAA;QAC5C,IAAM,aAAa,GAAG,OAAO,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAA;QACpD,IAAM,UAAU,GAAG,OAAO,CAAC,cAAc,CAAC,aAAa,CAAC,CAAA;QACxD,IAAI,UAAU,KAAK,CAAC,CAAC,EAAE,CAAC;YACtB,OAAO,UAAU,CAAA;QACnB,CAAC;aAAM,IAAI,CAAC,MAAA,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,QAAQ,mCAAI,CAAC,CAAC,GAAG,CAAC,MAAA,IAAI,CAAC,QAAQ,mCAAI,CAAC,CAAC,EAAE,CAAC;YACxE,IAAM,cAAc,GAAG,KAAK,CAAC,SAAS,CAAC,UAAA,IAAI,IAAI,OAAA,IAAI,CAAC,QAAQ,KAAK,CAAC,EAAnB,CAAmB,CAAC,CAAA;YACnE,OAAO,cAAc,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAA;QAC9D,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,CAAC,SAAS,CAAA;QACvB,CAAC;IACH,CAAC;IAED,kDAAqB,GAArB,UAAsB,IAAwB,EAAE,OAA6B,EAAE,SAAuC;;QAC5G,IAAA,IAAI,GAA8B,OAAO,KAArC,EAAE,KAAK,GAAuB,OAAO,MAA9B,EAAE,QAAQ,GAAa,OAAO,SAApB,EAAE,MAAM,GAAK,OAAO,OAAZ,CAAY;QACjD,IAAM,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,CAAA;QAClC,IAAM,KAAK,GAAG,KAAK,CAAC,WAA4C,CAAA;QAChE,IAAM,WAAW,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,MAAM,QAAA,EAAE,CAAC,CAAA;QACjF,WAAW,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAA;QAChC,IAAM,aAAa,yBAAQ,OAAO,KAAE,KAAK,EAAE,WAAW,GAAE,CAAA;QACxD,IAAM,gBAAgB,GAAG,IAAA,kCAAa,EAAC,OAAO,CAAC,CAAA;QAC/C,IAAM,gBAAgB,GAAG,MAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,gBAAgB,CAAC,IAAI,EAAE,aAAa,CAAC,mCAAI,EAAE,CAAA;QACjF,IAAA,oCAAkB,EAAC,gBAAgB,EAAE,gBAAgB,CAAC,CAAA;QACtD,IAAM,kBAAkB,GAAG,IAAI,CAAC,qBAAqB,CAAC,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,gBAAgB,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,SAAS,EAAE,OAAO,CAAC,CAAA;QACjI,OAAO,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,eAAe,CAAC,kBAAkB,EAAE,SAAS,CAAC,QAAQ,CAAC,CAAA;IAC7E,CAAC;IACH,yBAAC;AAAD,CAAC,AA5ED,CACU,+BAAc,GA2EvB;AA5EY,gDAAkB"}
1
+ {"version":3,"file":"MoveItemAnimations.js","sourceRoot":"","sources":["../../../../src/components/material/animations/MoveItemAnimations.ts"],"names":[],"mappings":"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"}
@@ -1,76 +1,41 @@
1
- "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
- var __assign = (this && this.__assign) || function () {
18
- __assign = Object.assign || function(t) {
19
- for (var s, i = 1, n = arguments.length; i < n; i++) {
20
- s = arguments[i];
21
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
22
- t[p] = s[p];
23
- }
24
- return t;
25
- };
26
- return __assign.apply(this, arguments);
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.MoveItemAtOnceAnimations = void 0;
30
- var isDroppedItem_1 = require("../utils/isDroppedItem");
31
- var ItemAnimations_1 = require("./ItemAnimations");
32
- var rotations_utils_1 = require("./rotations.utils");
33
- var transformItem_util_1 = require("./transformItem.util");
34
- var MoveItemAtOnceAnimations = /** @class */ (function (_super) {
35
- __extends(MoveItemAtOnceAnimations, _super);
36
- function MoveItemAtOnceAnimations(duration, droppedItemDuration) {
37
- if (duration === void 0) { duration = 1; }
38
- if (droppedItemDuration === void 0) { droppedItemDuration = 0.2; }
39
- var _this = _super.call(this) || this;
40
- _this.duration = duration;
41
- _this.droppedItemDuration = droppedItemDuration;
42
- return _this;
1
+ import { isDroppedItem } from '../utils/isDroppedItem';
2
+ import { ItemAnimations } from './ItemAnimations';
3
+ import { toClosestRotations, toSingleRotation } from './rotations.utils';
4
+ import { transformItem } from './transformItem.util';
5
+ export class MoveItemAtOnceAnimations extends ItemAnimations {
6
+ duration;
7
+ droppedItemDuration;
8
+ constructor(duration = 1, droppedItemDuration = 0.2) {
9
+ super();
10
+ this.duration = duration;
11
+ this.droppedItemDuration = droppedItemDuration;
43
12
  }
44
- MoveItemAtOnceAnimations.prototype.getPreDuration = function (move, context) {
45
- var _this = this;
46
- var potentialDroppedItems = move.indexes.map((function (index) { return ({ type: move.itemType, index: index }); }));
47
- if (potentialDroppedItems.some(function (item) { return (0, isDroppedItem_1.isDroppedItem)(_this.getItemContext(context, item)); })) {
13
+ getPreDuration(move, context) {
14
+ const potentialDroppedItems = move.indexes.map((index => ({ type: move.itemType, index })));
15
+ if (potentialDroppedItems.some((item) => isDroppedItem(this.getItemContext(context, item)))) {
48
16
  return this.droppedItemDuration;
49
17
  }
50
18
  return this.duration;
51
- };
52
- MoveItemAtOnceAnimations.prototype.getItemAnimation = function (context, animation) {
19
+ }
20
+ getItemAnimation(context, animation) {
53
21
  if (context.type === animation.move.itemType && animation.move.indexes.includes(context.index)) {
54
22
  return this.getMovedItemAnimation(context, animation);
55
23
  }
56
- };
57
- MoveItemAtOnceAnimations.prototype.getMovedItemAnimation = function (context, animation) {
58
- var _a;
59
- var type = context.type, rules = context.rules, material = context.material, player = context.player;
60
- var description = material[type];
61
- var Rules = rules.constructor;
62
- var futureRules = new Rules(JSON.parse(JSON.stringify(rules.game)), { player: player });
24
+ }
25
+ getMovedItemAnimation(context, animation) {
26
+ const { type, rules, material, player } = context;
27
+ const description = material[type];
28
+ const Rules = rules.constructor;
29
+ const futureRules = new Rules(JSON.parse(JSON.stringify(rules.game)), { player });
63
30
  futureRules.play(animation.move);
64
- var futureItem = futureRules.material(type).getItem(context.index);
31
+ const futureItem = futureRules.material(type).getItem(context.index);
65
32
  // TODO: if animation.move.quantity > 1, we will have to give a different target to each moving item. Formula bellow works only if 1 item moves
66
- var futureContext = __assign(__assign({}, context), { rules: futureRules, index: context.index, displayIndex: context.displayIndex });
67
- var originTransforms = (0, rotations_utils_1.toSingleRotation)((0, transformItem_util_1.transformItem)(context));
68
- var targetTransforms = (0, rotations_utils_1.toSingleRotation)((_a = description === null || description === void 0 ? void 0 : description.getItemTransform(futureItem, futureContext)) !== null && _a !== void 0 ? _a : []);
69
- (0, rotations_utils_1.toClosestRotations)(originTransforms, targetTransforms);
70
- var animationKeyframes = this.getTransformKeyframes(originTransforms.join(' '), targetTransforms.join(' '), animation, context);
71
- return description === null || description === void 0 ? void 0 : description.getAnimationCss(animationKeyframes, animation.duration);
72
- };
73
- return MoveItemAtOnceAnimations;
74
- }(ItemAnimations_1.ItemAnimations));
75
- exports.MoveItemAtOnceAnimations = MoveItemAtOnceAnimations;
33
+ const futureContext = { ...context, rules: futureRules, index: context.index, displayIndex: context.displayIndex };
34
+ const originTransforms = toSingleRotation(transformItem(context));
35
+ const targetTransforms = toSingleRotation(description?.getItemTransform(futureItem, futureContext) ?? []);
36
+ toClosestRotations(originTransforms, targetTransforms);
37
+ const animationKeyframes = this.getTransformKeyframes(originTransforms.join(' '), targetTransforms.join(' '), animation, context);
38
+ return description?.getAnimationCss(animationKeyframes, animation.duration);
39
+ }
40
+ }
76
41
  //# sourceMappingURL=MoveItemAtOnceAnimations.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"MoveItemAtOnceAnimations.js","sourceRoot":"","sources":["../../../../src/components/material/animations/MoveItemAtOnceAnimations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"MoveItemAtOnceAnimations.js","sourceRoot":"","sources":["../../../../src/components/material/animations/MoveItemAtOnceAnimations.ts"],"names":[],"mappings":"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"}