@magmamath/students-features 0.9.14-rc.16 → 0.9.91

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 (377) hide show
  1. package/dist/commonjs/features/celebrations/helpers.js +1 -4
  2. package/dist/commonjs/features/celebrations/helpers.js.map +1 -1
  3. package/dist/commonjs/features/chatbot/components/Chatbot.js +2 -2
  4. package/dist/commonjs/features/chatbot/components/Chatbot.js.map +1 -1
  5. package/dist/commonjs/features/chatbot/model/ChatBotModel.js +6 -8
  6. package/dist/commonjs/features/chatbot/model/ChatBotModel.js.map +1 -1
  7. package/dist/commonjs/features/chatbot/model/t2s.js +3 -4
  8. package/dist/commonjs/features/chatbot/model/t2s.js.map +1 -1
  9. package/dist/commonjs/features/chatbot/types/model.types.js.map +1 -1
  10. package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js +2 -3
  11. package/dist/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  12. package/dist/commonjs/features/feedback/model/model.js.map +1 -1
  13. package/dist/commonjs/features/feedback/model/sockets.js +5 -8
  14. package/dist/commonjs/features/feedback/model/sockets.js.map +1 -1
  15. package/dist/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.js +1 -5
  16. package/dist/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.js.map +1 -1
  17. package/dist/commonjs/features/keyboard/components/BasicPlusLayout/keyboardGroups.js +4 -4
  18. package/dist/commonjs/features/keyboard/components/BasicPlusLayout/keyboardGroups.js.map +1 -1
  19. package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.js +4 -4
  20. package/dist/commonjs/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.js.map +1 -1
  21. package/dist/commonjs/features/keyboard/components/Keyboard.js +7 -9
  22. package/dist/commonjs/features/keyboard/components/Keyboard.js.map +1 -1
  23. package/dist/commonjs/features/keyboard/components/{MainLayout/MainLayout.js → MainLayout.js} +6 -9
  24. package/dist/commonjs/features/keyboard/components/MainLayout.js.map +1 -0
  25. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +2 -3
  26. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
  27. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/keyboardGroups.js +1 -2
  28. package/dist/commonjs/features/keyboard/components/UnderlinedLayout/keyboardGroups.js.map +1 -1
  29. package/dist/commonjs/features/keyboard/components/UnitsLayout/UnitTabs.js +1 -1
  30. package/dist/commonjs/features/keyboard/components/UnitsLayout/helpers.js +1 -3
  31. package/dist/commonjs/features/keyboard/components/UnitsLayout/helpers.js.map +1 -1
  32. package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +6 -27
  33. package/dist/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
  34. package/dist/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.js +1 -9
  35. package/dist/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.js.map +1 -1
  36. package/dist/commonjs/features/keyboard/components/UnitsLayout/types.js +0 -1
  37. package/dist/commonjs/features/keyboard/components/UnitsLayout/types.js.map +1 -1
  38. package/dist/commonjs/features/keyboard/components/{MainLayout/constants.js → constants.js} +1 -1
  39. package/dist/commonjs/features/keyboard/components/constants.js.map +1 -0
  40. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js +1 -22
  41. package/dist/commonjs/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  42. package/dist/commonjs/features/keyboard/constants/keyboardLayouts.js +2 -9
  43. package/dist/commonjs/features/keyboard/constants/keyboardLayouts.js.map +1 -1
  44. package/dist/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.js +30 -20
  45. package/dist/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.js.map +1 -1
  46. package/dist/commonjs/features/keyboard/types/MathKeysGroups/specialOperators.js +0 -27
  47. package/dist/commonjs/features/keyboard/types/MathKeysGroups/specialOperators.js.map +1 -1
  48. package/dist/commonjs/features/keyboard/types/MathKeysGroups/units.js +3 -6
  49. package/dist/commonjs/features/keyboard/types/MathKeysGroups/units.js.map +1 -1
  50. package/dist/commonjs/features/keyboard/types/keyboardGroupIds.js +0 -1
  51. package/dist/commonjs/features/keyboard/types/keyboardGroupIds.js.map +1 -1
  52. package/dist/commonjs/lib/helpers/helpers.js +5 -28
  53. package/dist/commonjs/lib/helpers/helpers.js.map +1 -1
  54. package/dist/commonjs/shared/icons/keyboard/CDotIcon/CDotIcon.js +4 -4
  55. package/dist/commonjs/shared/icons/keyboard/CDotIcon/CDotIcon.js.map +1 -1
  56. package/dist/commonjs/shared/translation/constants.js +1 -3
  57. package/dist/commonjs/shared/translation/constants.js.map +1 -1
  58. package/dist/commonjs/shared/translation/localization/ca.json +6 -7
  59. package/dist/commonjs/shared/translation/localization/en.json +6 -7
  60. package/dist/commonjs/shared/translation/localization/gb.json +6 -7
  61. package/dist/commonjs/shared/translation/localization/sct.json +6 -7
  62. package/dist/commonjs/shared/translation/localization/sw.json +6 -7
  63. package/dist/commonjs/shared/translation/types.js +0 -1
  64. package/dist/commonjs/shared/translation/types.js.map +1 -1
  65. package/dist/module/features/celebrations/helpers.js +1 -4
  66. package/dist/module/features/celebrations/helpers.js.map +1 -1
  67. package/dist/module/features/chatbot/components/Chatbot.js +2 -2
  68. package/dist/module/features/chatbot/components/Chatbot.js.map +1 -1
  69. package/dist/module/features/chatbot/model/ChatBotModel.js +6 -8
  70. package/dist/module/features/chatbot/model/ChatBotModel.js.map +1 -1
  71. package/dist/module/features/chatbot/model/t2s.js +3 -4
  72. package/dist/module/features/chatbot/model/t2s.js.map +1 -1
  73. package/dist/module/features/chatbot/types/model.types.js.map +1 -1
  74. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js +2 -3
  75. package/dist/module/features/endOfAssignment/ui/PracticeButtonGroup.js.map +1 -1
  76. package/dist/module/features/feedback/model/model.js.map +1 -1
  77. package/dist/module/features/feedback/model/sockets.js +5 -8
  78. package/dist/module/features/feedback/model/sockets.js.map +1 -1
  79. package/dist/module/features/keyboard/components/BasicLayout/keyboardGroups.js +0 -4
  80. package/dist/module/features/keyboard/components/BasicLayout/keyboardGroups.js.map +1 -1
  81. package/dist/module/features/keyboard/components/BasicPlusLayout/keyboardGroups.js +4 -4
  82. package/dist/module/features/keyboard/components/BasicPlusLayout/keyboardGroups.js.map +1 -1
  83. package/dist/module/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.js +4 -4
  84. package/dist/module/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.js.map +1 -1
  85. package/dist/module/features/keyboard/components/Keyboard.js +2 -4
  86. package/dist/module/features/keyboard/components/Keyboard.js.map +1 -1
  87. package/dist/module/features/keyboard/components/KeysList/KeysList.js.map +1 -1
  88. package/dist/module/features/keyboard/components/{MainLayout/MainLayout.js → MainLayout.js} +6 -9
  89. package/dist/module/features/keyboard/components/MainLayout.js.map +1 -0
  90. package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js +2 -3
  91. package/dist/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.js.map +1 -1
  92. package/dist/module/features/keyboard/components/UnderlinedLayout/keyboardGroups.js +1 -2
  93. package/dist/module/features/keyboard/components/UnderlinedLayout/keyboardGroups.js.map +1 -1
  94. package/dist/module/features/keyboard/components/UnitsLayout/UnitTabs.js +1 -1
  95. package/dist/module/features/keyboard/components/UnitsLayout/helpers.js +1 -2
  96. package/dist/module/features/keyboard/components/UnitsLayout/helpers.js.map +1 -1
  97. package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js +6 -27
  98. package/dist/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.js.map +1 -1
  99. package/dist/module/features/keyboard/components/UnitsLayout/keyboardGroups.js +1 -9
  100. package/dist/module/features/keyboard/components/UnitsLayout/keyboardGroups.js.map +1 -1
  101. package/dist/module/features/keyboard/components/UnitsLayout/types.js +0 -1
  102. package/dist/module/features/keyboard/components/UnitsLayout/types.js.map +1 -1
  103. package/dist/module/features/keyboard/components/{MainLayout/constants.js → constants.js} +1 -1
  104. package/dist/module/features/keyboard/components/constants.js.map +1 -0
  105. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js +3 -24
  106. package/dist/module/features/keyboard/constants/keyboardGroupsByLocale.js.map +1 -1
  107. package/dist/module/features/keyboard/constants/keyboardLayouts.js +2 -8
  108. package/dist/module/features/keyboard/constants/keyboardLayouts.js.map +1 -1
  109. package/dist/module/features/keyboard/types/MathKeysGroups/basicOperators.js +30 -20
  110. package/dist/module/features/keyboard/types/MathKeysGroups/basicOperators.js.map +1 -1
  111. package/dist/module/features/keyboard/types/MathKeysGroups/specialOperators.js +0 -27
  112. package/dist/module/features/keyboard/types/MathKeysGroups/specialOperators.js.map +1 -1
  113. package/dist/module/features/keyboard/types/MathKeysGroups/units.js +3 -6
  114. package/dist/module/features/keyboard/types/MathKeysGroups/units.js.map +1 -1
  115. package/dist/module/features/keyboard/types/keyboardGroupIds.js +0 -1
  116. package/dist/module/features/keyboard/types/keyboardGroupIds.js.map +1 -1
  117. package/dist/module/lib/helpers/helpers.js +5 -28
  118. package/dist/module/lib/helpers/helpers.js.map +1 -1
  119. package/dist/module/shared/icons/keyboard/CDotIcon/CDotIcon.js +4 -4
  120. package/dist/module/shared/icons/keyboard/CDotIcon/CDotIcon.js.map +1 -1
  121. package/dist/module/shared/translation/constants.js +1 -3
  122. package/dist/module/shared/translation/constants.js.map +1 -1
  123. package/dist/module/shared/translation/localization/ca.json +6 -7
  124. package/dist/module/shared/translation/localization/en.json +6 -7
  125. package/dist/module/shared/translation/localization/gb.json +6 -7
  126. package/dist/module/shared/translation/localization/sct.json +6 -7
  127. package/dist/module/shared/translation/localization/sw.json +6 -7
  128. package/dist/module/shared/translation/types.js +0 -1
  129. package/dist/module/shared/translation/types.js.map +1 -1
  130. package/dist/typescript/commonjs/features/celebrations/helpers.d.ts.map +1 -1
  131. package/dist/typescript/commonjs/features/chatbot/model/ChatBotModel.d.ts +7 -8
  132. package/dist/typescript/commonjs/features/chatbot/model/ChatBotModel.d.ts.map +1 -1
  133. package/dist/typescript/commonjs/features/chatbot/model/ChatbotApi.d.ts +2 -2
  134. package/dist/typescript/commonjs/features/chatbot/model/ChatbotApi.d.ts.map +1 -1
  135. package/dist/typescript/commonjs/features/chatbot/model/t2s.d.ts.map +1 -1
  136. package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts +1 -11
  137. package/dist/typescript/commonjs/features/chatbot/types/api.types.d.ts.map +1 -1
  138. package/dist/typescript/commonjs/features/chatbot/types/model.types.d.ts +5 -8
  139. package/dist/typescript/commonjs/features/chatbot/types/model.types.d.ts.map +1 -1
  140. package/dist/typescript/commonjs/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  141. package/dist/typescript/commonjs/features/feedback/model/model.d.ts +1 -4
  142. package/dist/typescript/commonjs/features/feedback/model/model.d.ts.map +1 -1
  143. package/dist/typescript/commonjs/features/feedback/model/sockets.d.ts.map +1 -1
  144. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.d.ts +0 -1
  145. package/dist/typescript/commonjs/features/keyboard/components/BasicLayout/keyboardGroups.d.ts.map +1 -1
  146. package/dist/typescript/commonjs/features/keyboard/components/BasicPlusLayout/keyboardGroups.d.ts.map +1 -1
  147. package/dist/typescript/commonjs/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.d.ts.map +1 -1
  148. package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts +2 -3
  149. package/dist/typescript/commonjs/features/keyboard/components/Keyboard.d.ts.map +1 -1
  150. package/dist/typescript/{module/features/keyboard/components/MainLayout → commonjs/features/keyboard/components}/MainLayout.d.ts +1 -1
  151. package/dist/typescript/commonjs/features/keyboard/components/MainLayout.d.ts.map +1 -0
  152. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts +1 -5
  153. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
  154. package/dist/typescript/commonjs/features/keyboard/components/UnderlinedLayout/keyboardGroups.d.ts.map +1 -1
  155. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/helpers.d.ts +0 -1
  156. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/helpers.d.ts.map +1 -1
  157. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.d.ts +7 -4
  158. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.d.ts.map +1 -1
  159. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts +0 -1
  160. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts.map +1 -1
  161. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/types.d.ts +1 -7
  162. package/dist/typescript/commonjs/features/keyboard/components/UnitsLayout/types.d.ts.map +1 -1
  163. package/dist/typescript/commonjs/features/keyboard/components/constants.d.ts.map +1 -0
  164. package/dist/typescript/commonjs/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  165. package/dist/typescript/commonjs/features/keyboard/constants/keyboardLayouts.d.ts +0 -1
  166. package/dist/typescript/commonjs/features/keyboard/constants/keyboardLayouts.d.ts.map +1 -1
  167. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.d.ts +13 -5
  168. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/basicOperators.d.ts.map +1 -1
  169. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/specialOperators.d.ts +0 -18
  170. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/specialOperators.d.ts.map +1 -1
  171. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/units.d.ts +0 -36
  172. package/dist/typescript/commonjs/features/keyboard/types/MathKeysGroups/units.d.ts.map +1 -1
  173. package/dist/typescript/commonjs/features/keyboard/types/keyboardGroupIds.d.ts +0 -1
  174. package/dist/typescript/commonjs/features/keyboard/types/keyboardGroupIds.d.ts.map +1 -1
  175. package/dist/typescript/commonjs/lib/helpers/helpers.d.ts.map +1 -1
  176. package/dist/typescript/commonjs/shared/translation/constants.d.ts +0 -48
  177. package/dist/typescript/commonjs/shared/translation/constants.d.ts.map +1 -1
  178. package/dist/typescript/commonjs/shared/translation/model.d.ts +0 -2
  179. package/dist/typescript/commonjs/shared/translation/model.d.ts.map +1 -1
  180. package/dist/typescript/commonjs/shared/translation/types.d.ts +1 -2
  181. package/dist/typescript/commonjs/shared/translation/types.d.ts.map +1 -1
  182. package/dist/typescript/module/features/celebrations/helpers.d.ts.map +1 -1
  183. package/dist/typescript/module/features/chatbot/model/ChatBotModel.d.ts +7 -8
  184. package/dist/typescript/module/features/chatbot/model/ChatBotModel.d.ts.map +1 -1
  185. package/dist/typescript/module/features/chatbot/model/ChatbotApi.d.ts +2 -2
  186. package/dist/typescript/module/features/chatbot/model/ChatbotApi.d.ts.map +1 -1
  187. package/dist/typescript/module/features/chatbot/model/t2s.d.ts.map +1 -1
  188. package/dist/typescript/module/features/chatbot/types/api.types.d.ts +1 -11
  189. package/dist/typescript/module/features/chatbot/types/api.types.d.ts.map +1 -1
  190. package/dist/typescript/module/features/chatbot/types/model.types.d.ts +5 -8
  191. package/dist/typescript/module/features/chatbot/types/model.types.d.ts.map +1 -1
  192. package/dist/typescript/module/features/endOfAssignment/ui/PracticeButtonGroup.d.ts.map +1 -1
  193. package/dist/typescript/module/features/feedback/model/model.d.ts +1 -4
  194. package/dist/typescript/module/features/feedback/model/model.d.ts.map +1 -1
  195. package/dist/typescript/module/features/feedback/model/sockets.d.ts.map +1 -1
  196. package/dist/typescript/module/features/keyboard/components/BasicLayout/keyboardGroups.d.ts +0 -1
  197. package/dist/typescript/module/features/keyboard/components/BasicLayout/keyboardGroups.d.ts.map +1 -1
  198. package/dist/typescript/module/features/keyboard/components/BasicPlusLayout/keyboardGroups.d.ts.map +1 -1
  199. package/dist/typescript/module/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.d.ts.map +1 -1
  200. package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts +2 -3
  201. package/dist/typescript/module/features/keyboard/components/Keyboard.d.ts.map +1 -1
  202. package/dist/typescript/{commonjs/features/keyboard/components/MainLayout → module/features/keyboard/components}/MainLayout.d.ts +1 -1
  203. package/dist/typescript/module/features/keyboard/components/MainLayout.d.ts.map +1 -0
  204. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts +1 -5
  205. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.d.ts.map +1 -1
  206. package/dist/typescript/module/features/keyboard/components/UnderlinedLayout/keyboardGroups.d.ts.map +1 -1
  207. package/dist/typescript/module/features/keyboard/components/UnitsLayout/helpers.d.ts +0 -1
  208. package/dist/typescript/module/features/keyboard/components/UnitsLayout/helpers.d.ts.map +1 -1
  209. package/dist/typescript/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.d.ts +7 -4
  210. package/dist/typescript/module/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.d.ts.map +1 -1
  211. package/dist/typescript/module/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts +0 -1
  212. package/dist/typescript/module/features/keyboard/components/UnitsLayout/keyboardGroups.d.ts.map +1 -1
  213. package/dist/typescript/module/features/keyboard/components/UnitsLayout/types.d.ts +1 -7
  214. package/dist/typescript/module/features/keyboard/components/UnitsLayout/types.d.ts.map +1 -1
  215. package/dist/typescript/module/features/keyboard/components/constants.d.ts.map +1 -0
  216. package/dist/typescript/module/features/keyboard/constants/keyboardGroupsByLocale.d.ts.map +1 -1
  217. package/dist/typescript/module/features/keyboard/constants/keyboardLayouts.d.ts +0 -1
  218. package/dist/typescript/module/features/keyboard/constants/keyboardLayouts.d.ts.map +1 -1
  219. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/basicOperators.d.ts +13 -5
  220. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/basicOperators.d.ts.map +1 -1
  221. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/specialOperators.d.ts +0 -18
  222. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/specialOperators.d.ts.map +1 -1
  223. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/units.d.ts +0 -36
  224. package/dist/typescript/module/features/keyboard/types/MathKeysGroups/units.d.ts.map +1 -1
  225. package/dist/typescript/module/features/keyboard/types/keyboardGroupIds.d.ts +0 -1
  226. package/dist/typescript/module/features/keyboard/types/keyboardGroupIds.d.ts.map +1 -1
  227. package/dist/typescript/module/lib/helpers/helpers.d.ts.map +1 -1
  228. package/dist/typescript/module/shared/translation/constants.d.ts +0 -48
  229. package/dist/typescript/module/shared/translation/constants.d.ts.map +1 -1
  230. package/dist/typescript/module/shared/translation/model.d.ts +0 -2
  231. package/dist/typescript/module/shared/translation/model.d.ts.map +1 -1
  232. package/dist/typescript/module/shared/translation/types.d.ts +1 -2
  233. package/dist/typescript/module/shared/translation/types.d.ts.map +1 -1
  234. package/package.json +1 -1
  235. package/src/features/celebrations/helpers.ts +33 -35
  236. package/src/features/chatbot/components/Chatbot.tsx +2 -2
  237. package/src/features/chatbot/model/ChatBotModel.ts +5 -10
  238. package/src/features/chatbot/model/t2s.ts +2 -3
  239. package/src/features/chatbot/types/api.types.ts +1 -14
  240. package/src/features/chatbot/types/model.types.ts +5 -12
  241. package/src/features/endOfAssignment/ui/PracticeButtonGroup.tsx +3 -4
  242. package/src/features/feedback/model/model.ts +1 -4
  243. package/src/features/feedback/model/sockets.ts +6 -8
  244. package/src/features/keyboard/components/BasicLayout/keyboardGroups.ts +0 -4
  245. package/src/features/keyboard/components/BasicPlusLayout/keyboardGroups.ts +17 -27
  246. package/src/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.ts +24 -30
  247. package/src/features/keyboard/components/Keyboard.tsx +6 -16
  248. package/src/features/keyboard/components/KeysList/KeysList.tsx +1 -1
  249. package/src/features/keyboard/components/{MainLayout/MainLayout.tsx → MainLayout.tsx} +7 -7
  250. package/src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx +2 -7
  251. package/src/features/keyboard/components/UnderlinedLayout/keyboardGroups.ts +3 -5
  252. package/src/features/keyboard/components/UnitsLayout/UnitTabs.tsx +1 -1
  253. package/src/features/keyboard/components/UnitsLayout/helpers.tsx +0 -3
  254. package/src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts +22 -36
  255. package/src/features/keyboard/components/UnitsLayout/keyboardGroups.ts +0 -11
  256. package/src/features/keyboard/components/UnitsLayout/types.ts +0 -7
  257. package/src/features/keyboard/components/{MainLayout/constants.ts → constants.ts} +1 -1
  258. package/src/features/keyboard/constants/keyboardGroupsByLocale.ts +0 -23
  259. package/src/features/keyboard/constants/keyboardLayouts.ts +1 -12
  260. package/src/features/keyboard/types/MathKeysGroups/basicOperators.tsx +24 -15
  261. package/src/features/keyboard/types/MathKeysGroups/specialOperators.tsx +0 -21
  262. package/src/features/keyboard/types/MathKeysGroups/units.tsx +0 -3
  263. package/src/features/keyboard/types/keyboardGroupIds.ts +0 -1
  264. package/src/lib/helpers/helpers.ts +8 -23
  265. package/src/shared/icons/keyboard/CDotIcon/CDotIcon.tsx +2 -2
  266. package/src/shared/translation/constants.ts +0 -2
  267. package/src/shared/translation/localization/ca.json +6 -7
  268. package/src/shared/translation/localization/en.json +6 -7
  269. package/src/shared/translation/localization/gb.json +6 -7
  270. package/src/shared/translation/localization/sct.json +6 -7
  271. package/src/shared/translation/localization/sw.json +6 -7
  272. package/src/shared/translation/types.ts +0 -4
  273. package/.editorconfig +0 -15
  274. package/.eslintignore +0 -2
  275. package/.eslintrc +0 -22
  276. package/.gitattributes +0 -3
  277. package/.github/actions/setup/action.yml +0 -37
  278. package/.github/workflows/ci.yml +0 -73
  279. package/.gitignore +0 -84
  280. package/.idea/.gitignore +0 -8
  281. package/.idea/codeStyles/Project.xml +0 -62
  282. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  283. package/.idea/copilot.data.migration.agent.xml +0 -6
  284. package/.idea/copilot.data.migration.ask.xml +0 -6
  285. package/.idea/copilot.data.migration.ask2agent.xml +0 -6
  286. package/.idea/copilot.data.migration.edit.xml +0 -6
  287. package/.idea/inspectionProfiles/Project_Default.xml +0 -8
  288. package/.idea/jsLinters/eslint.xml +0 -6
  289. package/.idea/modules.xml +0 -8
  290. package/.idea/prettier.xml +0 -7
  291. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_29_12_2025,_13_10_[Changes]/shelved.patch +0 -18
  292. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_29_12_2025,_13_11_[Changes]/shelved.patch +0 -19
  293. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_29_12_2025__13_10__Changes_.xml +0 -4
  294. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_29_12_2025__13_11__Changes_.xml +0 -4
  295. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025,_11_06_[Changes]/shelved.patch +0 -18
  296. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025,_11_07_[Changes]/shelved.patch +0 -18
  297. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025__11_06__Changes_.xml +0 -4
  298. package/.idea/shelf/Uncommitted_changes_before_Checkout_at_30_12_2025__11_07__Changes_.xml +0 -4
  299. package/.idea/students-features.iml +0 -12
  300. package/.idea/vcs.xml +0 -6
  301. package/.idea/workspace.xml +0 -645
  302. package/.nvmrc +0 -1
  303. package/.prettierrc +0 -11
  304. package/.release-it.json +0 -17
  305. package/.watchmanconfig +0 -1
  306. package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +0 -541
  307. package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +0 -28
  308. package/.yarn/releases/yarn-3.6.1.cjs +0 -874
  309. package/babel.config.js +0 -5
  310. package/bob.config.js +0 -25
  311. package/dist/commonjs/features/keyboard/components/MainLayout/MainLayout.js.map +0 -1
  312. package/dist/commonjs/features/keyboard/components/MainLayout/constants.js.map +0 -1
  313. package/dist/commonjs/lib/types/requests.js +0 -2
  314. package/dist/commonjs/lib/types/requests.js.map +0 -1
  315. package/dist/commonjs/shared/icons/TimeIcon.js +0 -37
  316. package/dist/commonjs/shared/icons/TimeIcon.js.map +0 -1
  317. package/dist/commonjs/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.js +0 -32
  318. package/dist/commonjs/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.js.map +0 -1
  319. package/dist/commonjs/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.js +0 -32
  320. package/dist/commonjs/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.js.map +0 -1
  321. package/dist/commonjs/shared/translation/localization/de.json +0 -43
  322. package/dist/module/features/keyboard/components/MainLayout/MainLayout.js.map +0 -1
  323. package/dist/module/features/keyboard/components/MainLayout/constants.js.map +0 -1
  324. package/dist/module/lib/types/requests.js +0 -2
  325. package/dist/module/lib/types/requests.js.map +0 -1
  326. package/dist/module/shared/icons/TimeIcon.js +0 -29
  327. package/dist/module/shared/icons/TimeIcon.js.map +0 -1
  328. package/dist/module/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.js +0 -24
  329. package/dist/module/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.js.map +0 -1
  330. package/dist/module/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.js +0 -24
  331. package/dist/module/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.js.map +0 -1
  332. package/dist/module/shared/translation/localization/de.json +0 -43
  333. package/dist/typescript/commonjs/features/keyboard/components/MainLayout/MainLayout.d.ts.map +0 -1
  334. package/dist/typescript/commonjs/features/keyboard/components/MainLayout/constants.d.ts.map +0 -1
  335. package/dist/typescript/commonjs/lib/types/requests.d.ts +0 -4
  336. package/dist/typescript/commonjs/lib/types/requests.d.ts.map +0 -1
  337. package/dist/typescript/commonjs/shared/icons/TimeIcon.d.ts +0 -4
  338. package/dist/typescript/commonjs/shared/icons/TimeIcon.d.ts.map +0 -1
  339. package/dist/typescript/commonjs/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.d.ts +0 -4
  340. package/dist/typescript/commonjs/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.d.ts.map +0 -1
  341. package/dist/typescript/commonjs/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.d.ts +0 -4
  342. package/dist/typescript/commonjs/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.d.ts.map +0 -1
  343. package/dist/typescript/module/features/keyboard/components/MainLayout/MainLayout.d.ts.map +0 -1
  344. package/dist/typescript/module/features/keyboard/components/MainLayout/constants.d.ts.map +0 -1
  345. package/dist/typescript/module/lib/types/requests.d.ts +0 -4
  346. package/dist/typescript/module/lib/types/requests.d.ts.map +0 -1
  347. package/dist/typescript/module/shared/icons/TimeIcon.d.ts +0 -4
  348. package/dist/typescript/module/shared/icons/TimeIcon.d.ts.map +0 -1
  349. package/dist/typescript/module/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.d.ts +0 -4
  350. package/dist/typescript/module/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.d.ts.map +0 -1
  351. package/dist/typescript/module/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.d.ts +0 -4
  352. package/dist/typescript/module/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.d.ts.map +0 -1
  353. package/example/.expo/README.md +0 -8
  354. package/example/.expo/devices.json +0 -3
  355. package/example/.expo/web/cache/production/images/favicon/favicon-24272cdaeff82cc5facdaccd982a6f05b60c4504704bbf94c19a6388659880bb-contain-transparent/favicon-48.png +0 -0
  356. package/example/app.json +0 -30
  357. package/example/assets/adaptive-icon.png +0 -0
  358. package/example/assets/favicon.png +0 -0
  359. package/example/assets/icon.png +0 -0
  360. package/example/assets/splash-icon.png +0 -0
  361. package/example/babel.config.js +0 -28
  362. package/example/index.js +0 -8
  363. package/example/metro.config.js +0 -18
  364. package/example/package.json +0 -25
  365. package/example/src/App.tsx +0 -8
  366. package/example/tsconfig.json +0 -6
  367. package/example/yarn.lock +0 -6552
  368. package/src/lib/types/requests.ts +0 -1
  369. package/src/shared/icons/TimeIcon.tsx +0 -23
  370. package/src/shared/icons/keyboard/RoundBracketLeftIcon/RoundBracketLeftIcon.tsx +0 -18
  371. package/src/shared/icons/keyboard/RoundBracketRightIcon/RoundBracketRightIcon.tsx +0 -18
  372. package/src/shared/translation/localization/de.json +0 -43
  373. package/tsconfig.build.json +0 -4
  374. package/tsconfig.json +0 -34
  375. package/yarn.lock +0 -8623
  376. /package/dist/typescript/commonjs/features/keyboard/components/{MainLayout/constants.d.ts → constants.d.ts} +0 -0
  377. /package/dist/typescript/module/features/keyboard/components/{MainLayout/constants.d.ts → constants.d.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/BasicLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAKjD,eAAO,MAAM,+BAA+B,EAAE,aAU7C,CAAA;AAED,eAAO,MAAM,kCAAkC,EAAE,aAUhD,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAIzC,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAWzC,CAAA;AAED,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA"}
1
+ {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/BasicLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAKjD,eAAO,MAAM,+BAA+B,EAAE,aAU7C,CAAA;AAED,eAAO,MAAM,kCAAkC,EAAE,aAUhD,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAIzC,CAAA;AAED,eAAO,MAAM,2BAA2B,EAAE,aAWzC,CAAA;AAED,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,aAG7C,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/BasicPlusLayout/keyboardGroups.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAGjD,eAAO,MAAM,wBAAwB,EAAE,aAsBtC,CAAA;AAED,eAAO,MAAM,+BAA+B,EAAE,aAqB7C,CAAA;AAED,eAAO,MAAM,wBAAwB,EAAE,aAsBtC,CAAA;AAED,eAAO,MAAM,4BAA4B,EAAE,aAqB1C,CAAA"}
1
+ {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/BasicPlusLayout/keyboardGroups.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAGjD,eAAO,MAAM,wBAAwB,EAAE,aAoBtC,CAAA;AAED,eAAO,MAAM,+BAA+B,EAAE,aAkB7C,CAAA;AAED,eAAO,MAAM,wBAAwB,EAAE,aAoBtC,CAAA;AAED,eAAO,MAAM,4BAA4B,EAAE,aAkB1C,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAOjD,eAAO,MAAM,0BAA0B,EAAE,aA+BxC,CAAA;AAED,eAAO,MAAM,iCAAiC,EAAE,aAwB/C,CAAA;AAED,eAAO,MAAM,6BAA6B,EAAE,aA+B3C,CAAA;AAED,eAAO,MAAM,oCAAoC,EAAE,aAwBlD,CAAA"}
1
+ {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/BasicPlusPlusLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAOjD,eAAO,MAAM,0BAA0B,EAAE,aA8BxC,CAAA;AAED,eAAO,MAAM,iCAAiC,EAAE,aAsB/C,CAAA;AAED,eAAO,MAAM,6BAA6B,EAAE,aA8B3C,CAAA;AAED,eAAO,MAAM,oCAAoC,EAAE,aAsBlD,CAAA"}
@@ -1,17 +1,16 @@
1
1
  import React from 'react';
2
2
  import { StyleProp, ViewStyle } from 'react-native';
3
3
  import { SelectOptionColor } from '@magmamath/react-native-ui';
4
- import { KeyboardKey, KeyboardKeyValue } from '../types';
4
+ import { KeyboardKey, KeyboardKeyValue } from '../types/types';
5
5
  type KeyboardProps = {
6
6
  onKeyPress: (key: KeyboardKeyValue) => void;
7
7
  characterType?: number;
8
8
  style?: StyleProp<ViewStyle>;
9
9
  color?: SelectOptionColor;
10
10
  isDisabled?: boolean;
11
- isMainLayoutDisabled?: boolean;
12
11
  showUnderlinedKeys?: boolean;
13
12
  disabledKeys?: KeyboardKey[];
14
13
  };
15
- export declare const Keyboard: ({ style, characterType, isMainLayoutDisabled, ...props }: KeyboardProps) => React.JSX.Element;
14
+ export declare const Keyboard: ({ style, characterType, ...props }: KeyboardProps) => React.JSX.Element;
16
15
  export {};
17
16
  //# sourceMappingURL=Keyboard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Keyboard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/components/Keyboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAA;AACzD,OAAO,EAAY,SAAS,EAAmC,SAAS,EAAE,MAAM,cAAc,CAAA;AAC9F,OAAO,EAA6B,iBAAiB,EAAW,MAAM,4BAA4B,CAAA;AAClG,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAUxD,KAAK,aAAa,GAAG;IACnB,UAAU,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAA;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAA;IAC5B,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,YAAY,CAAC,EAAE,WAAW,EAAE,CAAA;CAC7B,CAAA;AAED,eAAO,MAAM,QAAQ,6DAKlB,aAAa,sBAyCf,CAAA"}
1
+ {"version":3,"file":"Keyboard.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/components/Keyboard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqC,MAAM,OAAO,CAAA;AACzD,OAAO,EAAY,SAAS,EAAmC,SAAS,EAAE,MAAM,cAAc,CAAA;AAC9F,OAAO,EAA6B,iBAAiB,EAAW,MAAM,4BAA4B,CAAA;AAClG,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAU9D,KAAK,aAAa,GAAG;IACnB,UAAU,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAA;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAA;IAC5B,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,YAAY,CAAC,EAAE,WAAW,EAAE,CAAA;CAC7B,CAAA;AAED,eAAO,MAAM,QAAQ,uCAAwC,aAAa,sBAqCzE,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { SelectOptionColor } from '@magmamath/react-native-ui';
3
- import { KeyboardKey, KeyboardKeyValue } from '../../types/types';
3
+ import { KeyboardKey, KeyboardKeyValue } from '../types/types';
4
4
  type LayoutProps = {
5
5
  onKeyPress: (key: KeyboardKeyValue) => void;
6
6
  characterType?: number;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MainLayout.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/components/MainLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAA;AAEhF,OAAO,EAAE,iBAAiB,EAAqB,MAAM,4BAA4B,CAAA;AAEjF,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAA;AAI9D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,CAAC,GAAG,EAAE,gBAAgB,KAAK,IAAI,CAAA;IAC3C,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,CAAC,EAAE,iBAAiB,CAAA;IACzB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,YAAY,CAAC,EAAE,WAAW,EAAE,CAAA;CAC7B,CAAA;AAED,eAAO,MAAM,UAAU,oDAIpB,WAAW,sBAiDb,CAAA"}
@@ -1,8 +1,4 @@
1
1
  import React from 'react';
2
2
  import { KeyboardLayoutProps } from '../../types/types';
3
- type UnderlinedLayoutProps = {
4
- showSlashKey?: boolean;
5
- } & KeyboardLayoutProps;
6
- export declare const UnderlinedLayout: (props: UnderlinedLayoutProps) => React.JSX.Element;
7
- export {};
3
+ export declare const UnderlinedLayout: (props: KeyboardLayoutProps) => React.JSX.Element;
8
4
  //# sourceMappingURL=UnderlinedLayout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UnderlinedLayout.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,mBAAmB,EAAgB,MAAM,mBAAmB,CAAA;AAIrE,KAAK,qBAAqB,GAAG;IAC3B,YAAY,CAAC,EAAE,OAAO,CAAA;CACvB,GAAG,mBAAmB,CAAA;AAEvB,eAAO,MAAM,gBAAgB,UAAW,qBAAqB,sBAM5D,CAAA"}
1
+ {"version":3,"file":"UnderlinedLayout.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnderlinedLayout/UnderlinedLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,mBAAmB,EAAgB,MAAM,mBAAmB,CAAA;AAIrE,eAAO,MAAM,gBAAgB,UAAW,mBAAmB,sBAK1D,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnderlinedLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAKjD,eAAO,MAAM,oCAAoC,EAAE,aAQlD,CAAA"}
1
+ {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnderlinedLayout/keyboardGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAIjD,eAAO,MAAM,oCAAoC,EAAE,aAOlD,CAAA"}
@@ -11,6 +11,5 @@ export declare const getSelectOptions: ({ activeTabKey, selectedLayout, setSelec
11
11
  title: React.JSX.Element;
12
12
  onPressIn: () => void;
13
13
  }[];
14
- export declare const isKeyboardUnitsGroupType: (k: string) => k is KeyboardUnitsGroupType;
15
14
  export {};
16
15
  //# sourceMappingURL=helpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnitsLayout/helpers.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAGhE,KAAK,2BAA2B,GAAG;IACjC,YAAY,EAAE,sBAAsB,CAAA;IACpC,cAAc,EAAE,cAAc,CAAA;IAC9B,iBAAiB,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAA;IACnD,cAAc,CAAC,EAAE,CAAC,iBAAiB,EAAE,OAAO,KAAK,IAAI,CAAA;CACtD,CAAA;AAED,eAAO,MAAM,gBAAgB,yEAK1B,2BAA2B;;;;GAiC7B,CAAA;AAED,eAAO,MAAM,wBAAwB,MAAO,MAAM,KAAG,CAAC,IAAI,sBACO,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnitsLayout/helpers.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAGhE,KAAK,2BAA2B,GAAG;IACjC,YAAY,EAAE,sBAAsB,CAAA;IACpC,cAAc,EAAE,cAAc,CAAA;IAC9B,iBAAiB,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAA;IACnD,cAAc,CAAC,EAAE,CAAC,iBAAiB,EAAE,OAAO,KAAK,IAAI,CAAA;CACtD,CAAA;AAED,eAAO,MAAM,gBAAgB,yEAK1B,2BAA2B;;;;GAiC7B,CAAA"}
@@ -1,8 +1,11 @@
1
- import { UnitTab } from '../types';
2
1
  import { TabOptionProps } from '@magmamath/react-native-ui';
2
+ import { KeyboardUnitsGroupType } from '../types';
3
3
  export declare const useUnitTabs: () => {
4
- tabs: UnitTab[];
5
- activeTab: UnitTab;
6
- setActiveTab: (tab: TabOptionProps) => void;
4
+ tabs: {
5
+ title: string;
6
+ key: KeyboardUnitsGroupType;
7
+ }[];
8
+ activeTab: TabOptionProps;
9
+ setActiveTab: import("react").Dispatch<import("react").SetStateAction<TabOptionProps>>;
7
10
  };
8
11
  //# sourceMappingURL=useUnitTabs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useUnitTabs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts"],"names":[],"mappings":"AAEA,OAAO,EAA0B,OAAO,EAAE,MAAM,UAAU,CAAA;AAE1D,OAAO,EAAa,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAGtE,eAAO,MAAM,WAAW;;;wBAgCA,cAAc;CAMrC,CAAA"}
1
+ {"version":3,"file":"useUnitTabs.d.ts","sourceRoot":"","sources":["../../../../../../../../src/features/keyboard/components/UnitsLayout/hooks/useUnitTabs.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAE3D,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AAEjD,eAAO,MAAM,WAAW;;;;;;;CAyBvB,CAAA"}
@@ -8,7 +8,6 @@ export declare const MATH_ENTRY_VOLUME_UNITS_SW_KEYBOARD_GROUPS: UnitKeyboardGro
8
8
  export declare const MATH_ENTRY_VOLUME_UNITS_US_KEYBOARD_GROUPS: UnitKeyboardGroups;
9
9
  export declare const MATH_ENTRY_VOLUME_UNITS_UK_KEYBOARD_GROUPS: UnitKeyboardGroups;
10
10
  export declare const MATH_ENTRY_WEIGHT_UNITS_SW_KEYBOARD_GROUPS: UnitKeyboardGroups;
11
- export declare const MATH_ENTRY_TIME_UNITS_SW_KEYBOARD_GROUPS: UnitKeyboardGroups;
12
11
  export declare const MATH_ENTRY_WEIGHT_UNITS_US_KEYBOARD_GROUPS: UnitKeyboardGroups;
13
12
  export declare const UNITS_KEYBOARD_GROUPS: Map<KeyboardUnitsGroupType, {
14
13
  keys: import("../..").KeyboardKey[][];
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnitsLayout/keyboardGroups.ts"],"names":[],"mappings":"AAWA,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAIpE,eAAO,MAAM,0CAA0C,EAAE,kBAWxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAiBxD,CAAA;AAED,eAAO,MAAM,wCAAwC,EAAE,kBAYtD,CAAA;AAED,eAAO,MAAM,wCAAwC,EAAE,kBAiBtD,CAAA;AAED,eAAO,MAAM,wCAAwC,EAAE,kBAiBtD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAiBxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAoBxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAoBxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAWxD,CAAA;AAED,eAAO,MAAM,wCAAwC,EAAE,kBAGtD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAMxD,CAAA;AAED,eAAO,MAAM,qBAAqB;;;EAwBhC,CAAA"}
1
+ {"version":3,"file":"keyboardGroups.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnitsLayout/keyboardGroups.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAGpE,eAAO,MAAM,0CAA0C,EAAE,kBAWxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAiBxD,CAAA;AAED,eAAO,MAAM,wCAAwC,EAAE,kBAYtD,CAAA;AAED,eAAO,MAAM,wCAAwC,EAAE,kBAiBtD,CAAA;AAED,eAAO,MAAM,wCAAwC,EAAE,kBAiBtD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAiBxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAoBxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAoBxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAWxD,CAAA;AAED,eAAO,MAAM,0CAA0C,EAAE,kBAMxD,CAAA;AAED,eAAO,MAAM,qBAAqB;;;EAoBhC,CAAA"}
@@ -1,5 +1,4 @@
1
1
  import { KeyboardGroup, KeyboardKey } from '@magmamath/students-features';
2
- import { TabOptionProps } from '@magmamath/react-native-ui';
3
2
  export declare enum SelectedLayout {
4
3
  ALGEBRA = "algebra",
5
4
  UNITS = "units"
@@ -8,14 +7,9 @@ export declare enum KeyboardUnitsGroupType {
8
7
  LENGTH = "length",
9
8
  AREA = "area",
10
9
  VOLUME = "volume",
11
- WEIGHT = "weight",
12
- TIME = "time"
10
+ WEIGHT = "weight"
13
11
  }
14
12
  export type UnitKeyboardGroups = {
15
13
  keys: KeyboardKey[][];
16
14
  } & Omit<KeyboardGroup, 'keys'>;
17
- export type UnitTab = Omit<TabOptionProps, 'key'> & {
18
- key: KeyboardUnitsGroupType;
19
- minBreakpoint?: number;
20
- };
21
15
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnitsLayout/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAE3D,oBAAY,cAAc;IACxB,OAAO,YAAY;IACnB,KAAK,UAAU;CAChB;AAED,oBAAY,sBAAsB;IAChC,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,IAAI,SAAS;CACd;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,WAAW,EAAE,EAAE,CAAA;CACtB,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAAA;AAE/B,MAAM,MAAM,OAAO,GAAG,IAAI,CAAC,cAAc,EAAE,KAAK,CAAC,GAAG;IAClD,GAAG,EAAE,sBAAsB,CAAA;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/components/UnitsLayout/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAA;AAEzE,oBAAY,cAAc;IACxB,OAAO,YAAY;IACnB,KAAK,UAAU;CAChB;AAED,oBAAY,sBAAsB;IAChC,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,MAAM,WAAW;CAClB;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,WAAW,EAAE,EAAE,CAAA;CACtB,GAAG,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/components/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,MAAM,CAAA;AAE1C,eAAO,MAAM,oBAAoB;;;;;;;;;CAMvB,CAAA;AAEV,eAAO,MAAM,qBAAqB,mBAAoB,MAAM,aAAa,OAAO;;;;;;CAQ/E,CAAA;AACD,eAAO,MAAM,wBAAwB;;;;CAIpC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroupsByLocale.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/constants/keyboardGroupsByLocale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAwC5D,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAA;AAEpD,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAA;AAoC5F,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,aAAa,CAAC,CAuCzF,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,MAAM,EACN,MAAM,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAwBnD,CAAA"}
1
+ {"version":3,"file":"keyboardGroupsByLocale.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/constants/keyboardGroupsByLocale.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAsC5D,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAA;AAEpD,OAAO,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAA;AAmC5F,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,YAAY,EAAE,aAAa,CAAC,CAyBzF,CAAA;AACD,eAAO,MAAM,+BAA+B,EAAE,MAAM,CAClD,MAAM,EACN,MAAM,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAkBnD,CAAA"}
@@ -30,5 +30,4 @@ export declare const KEYBOARD_LAYOUTS: {
30
30
  };
31
31
  };
32
32
  export declare function getLayoutByCharType(charType?: number): (props: import("../types/types").KeyboardLayoutProps & import("react").PropsWithChildren) => import("react").JSX.Element | null;
33
- export declare function isBasicPlusPlusLayout(charType?: number): boolean;
34
33
  //# sourceMappingURL=keyboardLayouts.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardLayouts.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/constants/keyboardLayouts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAA;AAE1E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiD5B,CAAA;AAED,wBAAgB,mBAAmB,CAAC,QAAQ,CAAC,EAAE,MAAM,mIAWpD;AAED,wBAAgB,qBAAqB,CAAC,QAAQ,CAAC,EAAE,MAAM,WAStD"}
1
+ {"version":3,"file":"keyboardLayouts.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/constants/keyboardLayouts.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAA;AAE1E,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiD5B,CAAA;AAED,wBAAgB,mBAAmB,CAAC,QAAQ,CAAC,EAAE,MAAM,mIAWpD"}
@@ -207,30 +207,38 @@ export declare const MATH_BASIC_OPERATORS: {
207
207
  mathliveValue: string;
208
208
  katexValue: string;
209
209
  };
210
- ROUND_BRACKET_RIGHT: {
210
+ ORDERED_PAIR: {
211
211
  icon: React.JSX.Element;
212
212
  mathliveValue: string;
213
213
  katexValue: string;
214
214
  };
215
- ROUND_BRACKET_LEFT: {
215
+ ABSOLUTE_VALUE: {
216
216
  icon: React.JSX.Element;
217
217
  mathliveValue: string;
218
218
  katexValue: string;
219
219
  };
220
- ORDERED_PAIR: {
220
+ INTERVAL: {
221
221
  icon: React.JSX.Element;
222
222
  mathliveValue: string;
223
223
  katexValue: string;
224
224
  };
225
- ABSOLUTE_VALUE: {
225
+ UNDERLINED_TEN: {
226
226
  icon: React.JSX.Element;
227
227
  mathliveValue: string;
228
228
  katexValue: string;
229
+ spreadsheetValue: string;
229
230
  };
230
- INTERVAL: {
231
+ UNDERLINED_ONE: {
231
232
  icon: React.JSX.Element;
232
233
  mathliveValue: string;
233
234
  katexValue: string;
235
+ spreadsheetValue: string;
236
+ };
237
+ UNDERLINED_U: {
238
+ icon: React.JSX.Element;
239
+ mathliveValue: string;
240
+ katexValue: string;
241
+ spreadsheetValue: string;
234
242
  };
235
243
  };
236
244
  //# sourceMappingURL=basicOperators.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"basicOperators.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/types/MathKeysGroups/basicOperators.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AA+CzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyO/B,CAAA"}
1
+ {"version":3,"file":"basicOperators.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/types/MathKeysGroups/basicOperators.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAgDzB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiP/B,CAAA"}
@@ -45,23 +45,5 @@ export declare const MATH_SPECIAL_OPERATORS: {
45
45
  mathliveValue: string;
46
46
  katexValue: string;
47
47
  };
48
- UNDERLINED_TEN: {
49
- icon: React.JSX.Element;
50
- mathliveValue: string;
51
- katexValue: string;
52
- spreadsheetValue: string;
53
- };
54
- UNDERLINED_ONE: {
55
- icon: React.JSX.Element;
56
- mathliveValue: string;
57
- katexValue: string;
58
- spreadsheetValue: string;
59
- };
60
- UNDERLINED_U: {
61
- icon: React.JSX.Element;
62
- mathliveValue: string;
63
- katexValue: string;
64
- spreadsheetValue: string;
65
- };
66
48
  };
67
49
  //# sourceMappingURL=specialOperators.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"specialOperators.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/types/MathKeysGroups/specialOperators.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgEjC,CAAA"}
1
+ {"version":3,"file":"specialOperators.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/types/MathKeysGroups/specialOperators.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8CjC,CAAA"}
@@ -954,52 +954,16 @@ export declare const MATH_TIME_UNITS: {
954
954
  label: string;
955
955
  mathliveValue: string;
956
956
  katexValue: string;
957
- style: {
958
- button: {
959
- width: number;
960
- };
961
- container: {
962
- flexBasis: number;
963
- } | undefined;
964
- text: {
965
- readonly fontSize: 14;
966
- readonly fontWeight: 700;
967
- };
968
- };
969
957
  };
970
958
  M: {
971
959
  label: string;
972
960
  mathliveValue: string;
973
961
  katexValue: string;
974
- style: {
975
- button: {
976
- width: number;
977
- };
978
- container: {
979
- flexBasis: number;
980
- } | undefined;
981
- text: {
982
- readonly fontSize: 14;
983
- readonly fontWeight: 700;
984
- };
985
- };
986
962
  };
987
963
  H: {
988
964
  label: string;
989
965
  mathliveValue: string;
990
966
  katexValue: string;
991
- style: {
992
- button: {
993
- width: number;
994
- };
995
- container: {
996
- flexBasis: number;
997
- } | undefined;
998
- text: {
999
- readonly fontSize: 14;
1000
- readonly fontWeight: 700;
1001
- };
1002
- };
1003
967
  };
1004
968
  DAY: {
1005
969
  label: string;
@@ -1 +1 @@
1
- {"version":3,"file":"units.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/types/MathKeysGroups/units.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,OAAO,CAAA;AAiCzB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqC9B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0E5B,CAAA;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsE1B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmI5B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6D5B,CAAA;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqE1B,CAAA"}
1
+ {"version":3,"file":"units.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/keyboard/types/MathKeysGroups/units.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,MAAM,OAAO,CAAA;AAiCzB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqC9B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0E5B,CAAA;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsE1B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmI5B,CAAA;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6D5B,CAAA;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkE1B,CAAA"}
@@ -27,7 +27,6 @@ export declare enum MathEntryKeyboardGroupId {
27
27
  CURRENCY_SW = "math-entry-currency-sw",
28
28
  CURRENCY_UK = "math-entry-currency-uk",
29
29
  CURRENCY_US = "math-entry-currency-us",
30
- CURRENCY_DE = "math-entry-currency-de",
31
30
  UNDERLINED = "math-entry-underlined"
32
31
  }
33
32
  //# sourceMappingURL=keyboardGroupIds.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"keyboardGroupIds.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/types/keyboardGroupIds.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAClC,eAAe,+BAA+B;IAC9C,sBAAsB,sCAAsC;IAC5D,kBAAkB,kCAAkC;IACpD,yBAAyB,yCAAyC;IAClE,aAAa,6BAA6B;IAC1C,oBAAoB,oCAAoC;IACxD,aAAa,6BAA6B;IAC1C,iBAAiB,iCAAiC;IAClD,OAAO,uBAAuB;IAC9B,UAAU,0BAA0B;IACpC,UAAU,0BAA0B;IACpC,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,KAAK,qBAAqB;IAC1B,QAAQ,wBAAwB;IAChC,OAAO,uBAAuB;IAC9B,OAAO,uBAAuB;IAC9B,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,UAAU,0BAA0B;CACrC"}
1
+ {"version":3,"file":"keyboardGroupIds.d.ts","sourceRoot":"","sources":["../../../../../../src/features/keyboard/types/keyboardGroupIds.ts"],"names":[],"mappings":"AAAA,oBAAY,wBAAwB;IAClC,eAAe,+BAA+B;IAC9C,sBAAsB,sCAAsC;IAC5D,kBAAkB,kCAAkC;IACpD,yBAAyB,yCAAyC;IAClE,aAAa,6BAA6B;IAC1C,oBAAoB,oCAAoC;IACxD,aAAa,6BAA6B;IAC1C,iBAAiB,iCAAiC;IAClD,OAAO,uBAAuB;IAC9B,UAAU,0BAA0B;IACpC,UAAU,0BAA0B;IACpC,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,aAAa,6BAA6B;IAC1C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,eAAe,+BAA+B;IAC9C,KAAK,qBAAqB;IAC1B,QAAQ,wBAAwB;IAChC,OAAO,uBAAuB;IAC9B,OAAO,uBAAuB;IAC9B,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,WAAW,2BAA2B;IACtC,UAAU,0BAA0B;CACrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/helpers/helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,YAAW,CAAA;AAE5B,eAAO,MAAM,gBAAgB,cACsC,CAAA;AASnE,eAAO,MAAM,mBAAmB,SAAU,IAAI,WAsC7C,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/lib/helpers/helpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,YAAW,CAAA;AAE5B,eAAO,MAAM,gBAAgB,cACsC,CAAA;AASnE,eAAO,MAAM,mBAAmB,SAAU,IAAI,WAuB7C,CAAA"}
@@ -39,7 +39,6 @@ export declare const LOCALIZATION_CONFIGS: {
39
39
  area: string;
40
40
  volume: string;
41
41
  weight: string;
42
- time: string;
43
42
  };
44
43
  };
45
44
  "en-GB": {
@@ -82,7 +81,6 @@ export declare const LOCALIZATION_CONFIGS: {
82
81
  area: string;
83
82
  volume: string;
84
83
  weight: string;
85
- time: string;
86
84
  };
87
85
  };
88
86
  "sv-SE": {
@@ -125,7 +123,6 @@ export declare const LOCALIZATION_CONFIGS: {
125
123
  area: string;
126
124
  volume: string;
127
125
  weight: string;
128
- time: string;
129
126
  };
130
127
  };
131
128
  "en-CA": {
@@ -168,7 +165,6 @@ export declare const LOCALIZATION_CONFIGS: {
168
165
  area: string;
169
166
  volume: string;
170
167
  weight: string;
171
- time: string;
172
168
  };
173
169
  };
174
170
  "en-SCT": {
@@ -211,50 +207,6 @@ export declare const LOCALIZATION_CONFIGS: {
211
207
  area: string;
212
208
  volume: string;
213
209
  weight: string;
214
- time: string;
215
- };
216
- };
217
- "de-DE": {
218
- locale: string;
219
- "teacherFeedback.noComments": string;
220
- "time.justNow": string;
221
- "time.minuteAgo": string;
222
- "time.minutesAgo": string;
223
- "time.hourAgo": string;
224
- "time.hoursAgo": string;
225
- "time.dayAgo": string;
226
- "time.daysAgo": string;
227
- "time.monthAgo": string;
228
- "time.monthsAgo": string;
229
- "time.yearAgo": string;
230
- "time.yearsAgo": string;
231
- chat: {
232
- anotherHint: string;
233
- giveHint: string;
234
- giveHintOpenChat: string;
235
- answerAgain: string;
236
- errorMessage: string;
237
- howCanIHelp: string;
238
- showError: string;
239
- inputPlaceholder: string;
240
- };
241
- gifCelebrations: {
242
- greatStart: string;
243
- onTheWay: string;
244
- almostThere: string;
245
- };
246
- exampleSolution: {
247
- exampleSolution: string;
248
- letMeThink: string;
249
- aha: string;
250
- errorMessage: string;
251
- };
252
- keyboard: {
253
- length: string;
254
- area: string;
255
- volume: string;
256
- weight: string;
257
- time: string;
258
210
  };
259
211
  };
260
212
  };
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/constants.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOhC,CAAA"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/constants.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMhC,CAAA"}
@@ -40,7 +40,6 @@ export declare const setLocalization: import("effector").EventCallable<{
40
40
  area: string;
41
41
  volume: string;
42
42
  weight: string;
43
- time: string;
44
43
  };
45
44
  } | ((config: typeof LOCALIZATION_CONFIGS) => Translations)>;
46
45
  export declare const $localization: import("effector").StoreWritable<{
@@ -83,7 +82,6 @@ export declare const $localization: import("effector").StoreWritable<{
83
82
  area: string;
84
83
  volume: string;
85
84
  weight: string;
86
- time: string;
87
85
  };
88
86
  }>;
89
87
  //# sourceMappingURL=model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/model.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,YAAY,EAAE,MAAM,SAAS,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAElD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACD,OAAO,oBAAoB,KAAK,YAAY,EACpE,CAAA;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMzB,CAAA"}
1
+ {"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/model.ts"],"names":[],"mappings":"AACA,OAAO,EAAU,YAAY,EAAE,MAAM,SAAS,CAAA;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAElD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cACD,OAAO,oBAAoB,KAAK,YAAY,EACpE,CAAA;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMzB,CAAA"}
@@ -8,7 +8,6 @@ export declare enum Locale {
8
8
  SW = "sv-SE",
9
9
  GB = "en-GB",
10
10
  CA = "en-CA",
11
- SCT = "en-SCT",
12
- DE = "de-DE"
11
+ SCT = "en-SCT"
13
12
  }
14
13
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/types.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAA;AAOnD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAGnD,MAAM,MAAM,YAAY,GAAG,OAAO,cAAc,CAAA;AAChD,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,GAAG,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,KAAK,MAAM,CAAA;AAE5F,oBAAY,MAAM;IAChB,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,GAAG,WAAW;IACd,EAAE,UAAU;CACb"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/shared/translation/types.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,wBAAwB,CAAA;AAKnD,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAGnD,MAAM,MAAM,YAAY,GAAG,OAAO,cAAc,CAAA;AAChD,MAAM,MAAM,eAAe,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AACxD,MAAM,MAAM,OAAO,GAAG,CAAC,GAAG,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,KAAK,MAAM,CAAA;AAE5F,oBAAY,MAAM;IAChB,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,EAAE,UAAU;IACZ,GAAG,WAAW;CACf"}
@@ -1 +1 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/features/celebrations/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAG3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAA;AAE5C,eAAO,MAAM,WAAW,QAAS,MAAM,OAAO,MAAM,WAAsC,CAAA;AAgB1F,eAAO,MAAM,qBAAqB,wDAajC,CAAA;AAGD,eAAO,MAAM,gBAAgB,YAAa,kBAAkB,qBAmE3D,CAAA"}
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/features/celebrations/helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAG5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAE7C,eAAO,MAAM,WAAW,QAAS,MAAM,OAAO,MAAM,WAAsC,CAAC;AAa3F,eAAO,MAAM,qBAAqB,wDAajC,CAAC;AAGF,eAAO,MAAM,gBAAgB,YAAa,kBAAkB,qBAoE3D,CAAC"}
@@ -1,4 +1,4 @@
1
- import { type Store, StoreWritable } from 'effector';
1
+ import { type Store } from 'effector';
2
2
  import { ChatbotContext, ChatbotModelProps, IChatDrawBoardAdapter, ReinitConversationProps, SendHelpParams, SetHintMessageProps, StartConversationProps } from '../types/model.types';
3
3
  import { GetAlternativesResponse } from '../types/api.types';
4
4
  import { ChatbotAPI } from './ChatbotApi';
@@ -18,7 +18,7 @@ export declare class ChatbotModel {
18
18
  readonly errorSpotting: ErrorSpottingModel;
19
19
  readonly textInput: ChatBotTextInput;
20
20
  private readonly setCurrentKey;
21
- readonly $currentKey: StoreWritable<string>;
21
+ readonly $currentKey: import("effector").StoreWritable<string>;
22
22
  private unbindCurrentKey;
23
23
  private externalTranslationStateSync?;
24
24
  readonly resetAlternatives: import("effector").EventCallable<void>;
@@ -26,16 +26,15 @@ export declare class ChatbotModel {
26
26
  readonly $alternatives: Store<GetAlternativesResponse | null>;
27
27
  readonly setIsOpen: import("effector").EventCallable<boolean>;
28
28
  readonly toggleOpen: import("effector").EventCallable<void>;
29
- readonly $isOpen: StoreWritable<boolean>;
29
+ readonly $isOpen: import("effector").StoreWritable<boolean>;
30
30
  readonly removeLastMessage: import("effector").EventCallable<void>;
31
31
  private readonly setLastMessageKey;
32
- readonly $lastMessageKey: StoreWritable<string | null>;
32
+ readonly $lastMessageKey: import("effector").StoreWritable<string | null>;
33
33
  readonly setContext: import("effector").EventCallable<ChatbotContext | null>;
34
- readonly $context: StoreWritable<ChatbotContext | null>;
34
+ readonly $context: import("effector").StoreWritable<ChatbotContext | null>;
35
35
  readonly setScrollActive: import("effector").EventCallable<boolean>;
36
- readonly $isScrollActive: StoreWritable<boolean>;
36
+ readonly $isScrollActive: import("effector").StoreWritable<boolean>;
37
37
  private readonly cache;
38
- readonly $chatAccess: StoreWritable<boolean>;
39
38
  readonly $currentChatData: Store<{
40
39
  key: string;
41
40
  messages: import("..").ConversationMessage[];
@@ -43,7 +42,7 @@ export declare class ChatbotModel {
43
42
  currentThread: import("../types/units.types").IThreadItem | null;
44
43
  conversationId?: string | null;
45
44
  }>;
46
- constructor({ api, $key, threadMessagesLimit, settings, chatAccess }: ChatbotModelProps);
45
+ constructor({ api, $key, threadMessagesLimit, settings }: ChatbotModelProps);
47
46
  private createSendHelpRequestFx;
48
47
  bindKey($store: Store<string>): this;
49
48
  bindExternalTranslationState($isTranslated: Store<boolean>): this;
@@ -1 +1 @@
1
- {"version":3,"file":"ChatBotModel.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/ChatBotModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,KAAK,EACV,aAAa,EACd,MAAM,UAAU,CAAA;AACjB,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,cAAc,EAEd,mBAAmB,EAEnB,sBAAsB,EACvB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAExD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAE7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAErD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAKzD,qBAAa,YAAY;IACvB,SAAgB,WAAW,qBAA2B;IACtD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA4B;IAE5D,SAAgB,aAAa,uBAE3B;IACF,SAAgB,GAAG,EAAE,UAAU,CAAA;IAE/B,SAAgB,WAAW,EAAE,kBAAkB,CAAA;IAC/C,SAAgB,GAAG,EAAE,qBAAqB,CAAA;IAC1C,SAAgB,aAAa,EAAE,kBAAkB,CAAA;IACjD,SAAgB,SAAS,mBAAyB;IAElD,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAwB;IACtD,SAAgB,WAAW,wBAAkC;IAE7D,OAAO,CAAC,gBAAgB,CAA4B;IACpD,OAAO,CAAC,4BAA4B,CAAC,CAAiC;IAEtE,QAAQ,CAAC,iBAAiB,yCAAgB;IAC1C,QAAQ,CAAC,eAAe,mEAAgD;IACxE,QAAQ,CAAC,aAAa,EAAE,KAAK,CAAC,uBAAuB,GAAG,IAAI,CAAC,CAAA;IAE7D,QAAQ,CAAC,SAAS,4CAAyB;IAC3C,QAAQ,CAAC,UAAU,yCAAgB;IACnC,QAAQ,CAAC,OAAO,yBAA0E;IAE1F,SAAgB,iBAAiB,yCAAgB;IACjD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAwB;IAC1D,SAAgB,eAAe,+BAAwC;IAEvE,SAAgB,UAAU,0DAAuC;IACjE,SAAgB,QAAQ,uCAAiC;IAEzD,SAAgB,eAAe,4CAAyB;IACxD,SAAgB,eAAe,yBAAuC;IAEtE,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAwB;IAE9C,SAAgB,WAAW,EAAE,aAAa,CAAC,OAAO,CAAC,CAAA;IAEnD,SAAgB,gBAAgB;;;;;;OAG/B;gBAEW,EAAE,GAAG,EAAE,IAAI,EAAE,mBAAmB,EAAE,QAAa,EAAE,UAAU,EAAE,EAAE,iBAAiB;IAsG5F,OAAO,CAAC,uBAAuB;IAiExB,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;IAa7B,4BAA4B,CAAC,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC;IAa1D,QAAQ,CAAC,MAAM,EAAE,SAAS;IAK1B,mBAAmB,CAAC,OAAO,EAAE,qBAAqB;IAMzD,SAAgB,iBAAiB,wEAAA;IACjC,SAAgB,iBAAiB,yDAAiC;IAE3D,cAAc,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,EAAE,EAAE,mBAAmB;IAK9D,SAAgB,kBAAkB,YAAa,uBAAuB,UAGrE;IAEM,WAAW,CAAC,GAAG,EAAE,MAAM;IAMvB,SAAS,+CAiBd;IAEF,SAAgB,KAAK,yCAMnB;IAEK,SAAS;IAST,8BAA8B;CAItC"}
1
+ {"version":3,"file":"ChatBotModel.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/ChatBotModel.ts"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,KAAK,EACX,MAAM,UAAU,CAAA;AACjB,OAAO,EACL,cAAc,EACd,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,cAAc,EAEd,mBAAmB,EAEnB,sBAAsB,EACvB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,qBAAqB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAExD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAE7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAA;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAA;AAErD,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAKzD,qBAAa,YAAY;IACvB,SAAgB,WAAW,qBAA2B;IACtD,OAAO,CAAC,QAAQ,CAAC,eAAe,CAA4B;IAE5D,SAAgB,aAAa,uBAE3B;IACF,SAAgB,GAAG,EAAE,UAAU,CAAA;IAE/B,SAAgB,WAAW,EAAE,kBAAkB,CAAA;IAC/C,SAAgB,GAAG,EAAE,qBAAqB,CAAA;IAC1C,SAAgB,aAAa,EAAE,kBAAkB,CAAA;IACjD,SAAgB,SAAS,mBAAyB;IAElD,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAwB;IACtD,SAAgB,WAAW,2CAAkC;IAE7D,OAAO,CAAC,gBAAgB,CAA4B;IACpD,OAAO,CAAC,4BAA4B,CAAC,CAAiC;IAEtE,QAAQ,CAAC,iBAAiB,yCAAgB;IAC1C,QAAQ,CAAC,eAAe,mEAAgD;IACxE,QAAQ,CAAC,aAAa,EAAE,KAAK,CAAC,uBAAuB,GAAG,IAAI,CAAC,CAAA;IAE7D,QAAQ,CAAC,SAAS,4CAAyB;IAC3C,QAAQ,CAAC,UAAU,yCAAgB;IACnC,QAAQ,CAAC,OAAO,4CAA0E;IAE1F,SAAgB,iBAAiB,yCAAgB;IACjD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAwB;IAC1D,SAAgB,eAAe,kDAAwC;IAEvE,SAAgB,UAAU,0DAAuC;IACjE,SAAgB,QAAQ,0DAAiC;IAEzD,SAAgB,eAAe,4CAAyB;IACxD,SAAgB,eAAe,4CAAuC;IAEtE,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAwB;IAE9C,SAAgB,gBAAgB;;;;;;OAG/B;gBAEW,EAAE,GAAG,EAAE,IAAI,EAAE,mBAAmB,EAAE,QAAa,EAAE,EAAE,iBAAiB;IAoGhF,OAAO,CAAC,uBAAuB;IAiExB,OAAO,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;IAa7B,4BAA4B,CAAC,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC;IAa1D,QAAQ,CAAC,MAAM,EAAE,SAAS;IAK1B,mBAAmB,CAAC,OAAO,EAAE,qBAAqB;IAMzD,SAAgB,iBAAiB,wEAAA;IACjC,SAAgB,iBAAiB,yDAAiC;IAE3D,cAAc,CAAC,EAAE,GAAG,EAAE,GAAG,OAAO,EAAE,EAAE,mBAAmB;IAK9D,SAAgB,kBAAkB,YAAa,uBAAuB,UAGrE;IAEM,WAAW,CAAC,GAAG,EAAE,MAAM;IAMvB,SAAS,+CAiBd;IAEF,SAAgB,KAAK,yCAMnB;IAEK,SAAS;IAST,8BAA8B;CAItC"}
@@ -1,10 +1,10 @@
1
1
  import { ChatbotApiRequests } from '../types/model.types';
2
2
  import { GoogleTranslatePayload, GoogleTranslateResponse } from '../types/api.types';
3
3
  export declare class ChatbotAPI {
4
- readonly postMessageFx: import("../../../lib/effector/createControllerEffect").ControlledEffect<import("../../../lib/types/requests").WithAbortSignal<import("../types/api.types").PostMessagePayload>, import("../types/api.types").PostMessageResponse>;
4
+ readonly postMessageFx: import("../../../lib/effector/createControllerEffect").ControlledEffect<import("../types/api.types").PostMessagePayload, import("../types/api.types").PostMessageResponse>;
5
5
  readonly getAlternativesFx: import("effector").Effect<import("../types/api.types").GetAlternativesPayload, import("../types/api.types").GetAlternativesResponse, Error>;
6
6
  readonly translateTextFx: import("effector").Effect<GoogleTranslatePayload, GoogleTranslateResponse, Error>;
7
- readonly textToSpeechTextFx: import("effector").Effect<import("../../../lib/types/requests").WithAbortSignal<import("../types/api.types").GoogleText2SpeechPayload>, import("../types/api.types").GoogleText2SpeechResponse, Error>;
7
+ readonly textToSpeechTextFx: import("effector").Effect<import("../types/api.types").GoogleText2SpeechPayload, import("../types/api.types").GoogleText2SpeechResponse, Error>;
8
8
  constructor(api: ChatbotApiRequests);
9
9
  }
10
10
  //# sourceMappingURL=ChatbotApi.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChatbotApi.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/ChatbotApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAGpF,qBAAa,UAAU;IACrB,SAAgB,aAAa,oOAAA;IAC7B,SAAgB,iBAAiB,8IAAA;IACjC,SAAgB,eAAe,oFAAA;IAC/B,SAAgB,kBAAkB,yMAAA;gBAEtB,GAAG,EAAE,kBAAkB;CAwBpC"}
1
+ {"version":3,"file":"ChatbotApi.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/ChatbotApi.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAGpF,qBAAa,UAAU;IACrB,SAAgB,aAAa,6KAAA;IAC7B,SAAgB,iBAAiB,8IAAA;IACjC,SAAgB,eAAe,oFAAA;IAC/B,SAAgB,kBAAkB,kJAAA;gBAEtB,GAAG,EAAE,kBAAkB;CAwBpC"}
@@ -1 +1 @@
1
- {"version":3,"file":"t2s.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/t2s.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAC1D,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC,KAAK,0BAA0B,GAAG;IAChC,GAAG,EAAE,UAAU,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,aAAa,CAAC,EAAE,aAAa,CAAA;IAC7B,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAA;CAC3C,CAAA;AAED,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAC5B,WAAW,CAAC,EAAE,OAAO,YAAY,CAAA;CAClC,CAAA;AAED,qBAAa,qBAAqB;IAChC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAY;IAChC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6B;IACxD,OAAO,CAAC,aAAa,CAA6B;IAElD,QAAQ,CAAC,mBAAmB,kDAA+B;IAC3D,QAAQ,CAAC,iBAAiB,kDAA0C;IACpE,QAAQ,CAAC,SAAS,gDAA6B;IAC/C,QAAQ,CAAC,OAAO,gDAA+C;IAE/D,OAAO,CAAC,WAAW,CAA2B;IAC9C,OAAO,CAAC,aAAa,CAA2B;gBAEpC,EAAE,GAAG,EAAE,EAAE,0BAA0B;IAIxC,cAAc,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAIzC,SAAS,CAAC,EAAE,aAAa,EAAE,aAAa,EAAE,EAAE,SAAS;IAK5D,OAAO,CAAC,WAAW,CAElB;IAEY,IAAI,CAAC,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE,qBAAqB;IA+D3D,IAAI;IAKX,SAAgB,KAAK,+CAInB;CACH"}
1
+ {"version":3,"file":"t2s.d.ts","sourceRoot":"","sources":["../../../../../../src/features/chatbot/model/t2s.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,cAAc,CAAA;AAC1D,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA;AACtF,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAEzC,KAAK,0BAA0B,GAAG;IAChC,GAAG,EAAE,UAAU,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,aAAa,CAAC,EAAE,aAAa,CAAA;IAC7B,aAAa,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAA;CAC3C,CAAA;AAED,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,OAAO,aAAa,CAAA;IAC5B,WAAW,CAAC,EAAE,OAAO,YAAY,CAAA;CAClC,CAAA;AAED,qBAAa,qBAAqB;IAChC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAY;IAChC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA6B;IACxD,OAAO,CAAC,aAAa,CAA6B;IAElD,QAAQ,CAAC,mBAAmB,kDAA+B;IAC3D,QAAQ,CAAC,iBAAiB,kDAA0C;IACpE,QAAQ,CAAC,SAAS,gDAA6B;IAC/C,QAAQ,CAAC,OAAO,gDAA+C;IAE/D,OAAO,CAAC,WAAW,CAA2B;IAC9C,OAAO,CAAC,aAAa,CAA2B;gBAEpC,EAAE,GAAG,EAAE,EAAE,0BAA0B;IAIxC,cAAc,CAAC,MAAM,EAAE,WAAW,GAAG,IAAI;IAIzC,SAAS,CAAC,EAAE,aAAa,EAAE,aAAa,EAAE,EAAE,SAAS;IAK5D,OAAO,CAAC,WAAW,CAElB;IAEY,IAAI,CAAC,EAAE,OAAO,EAAE,YAAY,EAAE,EAAE,qBAAqB;IA8D3D,IAAI;IAKX,SAAgB,KAAK,+CAInB;CACH"}
@@ -8,9 +8,6 @@ export type AlternativesOptions = {
8
8
  hints: ChatAnswer[];
9
9
  };
10
10
  export type GetAlternativesResponse = {
11
- /**
12
- * @deprecated chatAccess depends on assignment.lavaChat or class grade
13
- */
14
11
  chatAccess?: boolean;
15
12
  isOpenChatEnabled?: boolean;
16
13
  version: string;
@@ -51,7 +48,6 @@ export type PostMessageResponse = {
51
48
  export type GoogleTranslatePayload = {
52
49
  text: string[];
53
50
  targetLanguage: string;
54
- sourceLanguage?: string;
55
51
  };
56
52
  export type GoogleTranslateResponse = {
57
53
  data: {
@@ -74,15 +70,9 @@ export type GoogleText2SpeechPayload = {
74
70
  pitch: number;
75
71
  speakingRate: number;
76
72
  };
77
- enableTimePointing?: string[];
78
73
  };
79
- export type Timepoint = {
80
- markName: string;
81
- timeSeconds: number;
82
- };
83
- export type GoogleText2SpeechResponse = {
74
+ export type GoogleText2SpeechResponse = string | undefined | {
84
75
  audioContent?: string;
85
- timepoints?: Timepoint[];
86
76
  };
87
77
  export type ChatHintPayload = {
88
78
  problemDescription: string;