@thanh01.pmt/interactive-quiz-kit 1.0.28 → 1.0.30

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 (493) hide show
  1. package/dist/ai/dev.d.ts +16 -0
  2. package/dist/ai/dev.d.ts.map +1 -0
  3. package/dist/ai/flows/ask-tutor-chat-types.d.ts +67 -0
  4. package/dist/ai/flows/ask-tutor-chat-types.d.ts.map +1 -0
  5. package/dist/ai/flows/ask-tutor-chat.d.ts +3 -0
  6. package/dist/ai/flows/ask-tutor-chat.d.ts.map +1 -0
  7. package/dist/ai/flows/assess-and-map-document-types.d.ts +80 -0
  8. package/dist/ai/flows/assess-and-map-document-types.d.ts.map +1 -0
  9. package/dist/ai/flows/assess-and-map-document.d.ts +3 -0
  10. package/dist/ai/flows/assess-and-map-document.d.ts.map +1 -0
  11. package/dist/ai/flows/evaluate-user-code-types.d.ts +49 -0
  12. package/dist/ai/flows/evaluate-user-code-types.d.ts.map +1 -0
  13. package/dist/ai/flows/evaluate-user-code.d.ts +3 -0
  14. package/dist/ai/flows/evaluate-user-code.d.ts.map +1 -0
  15. package/dist/ai/flows/generate-learning-analysis-types.d.ts +200 -0
  16. package/dist/ai/flows/generate-learning-analysis-types.d.ts.map +1 -0
  17. package/dist/ai/flows/generate-learning-analysis.d.ts +4 -0
  18. package/dist/ai/flows/generate-learning-analysis.d.ts.map +1 -0
  19. package/dist/ai/flows/generate-motivational-quote.d.ts +3 -0
  20. package/dist/ai/flows/generate-motivational-quote.d.ts.map +1 -0
  21. package/dist/ai/flows/generate-practice-quiz.d.ts +76 -0
  22. package/dist/ai/flows/generate-practice-quiz.d.ts.map +1 -0
  23. package/dist/ai/flows/generate-practice-suggestion.d.ts +149 -0
  24. package/dist/ai/flows/generate-practice-suggestion.d.ts.map +1 -0
  25. package/dist/ai/flows/generate-questions-from-quiz-plan-types.d.ts +122 -0
  26. package/dist/ai/flows/generate-questions-from-quiz-plan-types.d.ts.map +1 -0
  27. package/dist/ai/flows/generate-questions-from-quiz-plan.d.ts +3 -0
  28. package/dist/ai/flows/generate-questions-from-quiz-plan.d.ts.map +1 -0
  29. package/dist/ai/flows/generate-quiz-from-text-types.d.ts +358 -0
  30. package/dist/ai/flows/generate-quiz-from-text-types.d.ts.map +1 -0
  31. package/dist/ai/flows/generate-quiz-from-text.d.ts +3 -0
  32. package/dist/ai/flows/generate-quiz-from-text.d.ts.map +1 -0
  33. package/dist/ai/flows/generate-quiz-plan-types.d.ts +272 -0
  34. package/dist/ai/flows/generate-quiz-plan-types.d.ts.map +1 -0
  35. package/dist/ai/flows/generate-quiz-plan.d.ts +12 -0
  36. package/dist/ai/flows/generate-quiz-plan.d.ts.map +1 -0
  37. package/dist/ai/flows/generate-quiz-review.d.ts +3 -0
  38. package/dist/ai/flows/generate-quiz-review.d.ts.map +1 -0
  39. package/dist/ai/flows/generate-single-knowledge-card-types.d.ts +34 -0
  40. package/dist/ai/flows/generate-single-knowledge-card-types.d.ts.map +1 -0
  41. package/dist/ai/flows/generate-single-knowledge-card.d.ts +3 -0
  42. package/dist/ai/flows/generate-single-knowledge-card.d.ts.map +1 -0
  43. package/dist/ai/flows/motivational-quote-types.d.ts +30 -0
  44. package/dist/ai/flows/motivational-quote-types.d.ts.map +1 -0
  45. package/dist/ai/flows/plan-knowledge-cards-types.d.ts +24 -0
  46. package/dist/ai/flows/plan-knowledge-cards-types.d.ts.map +1 -0
  47. package/dist/ai/flows/plan-knowledge-cards.d.ts +3 -0
  48. package/dist/ai/flows/plan-knowledge-cards.d.ts.map +1 -0
  49. package/dist/ai/flows/question-gen/generate-coding-question-types.d.ts +133 -0
  50. package/dist/ai/flows/question-gen/generate-coding-question-types.d.ts.map +1 -0
  51. package/dist/ai/flows/question-gen/generate-coding-question.d.ts +3 -0
  52. package/dist/ai/flows/question-gen/generate-coding-question.d.ts.map +1 -0
  53. package/dist/ai/flows/question-gen/generate-fitb-question-types.d.ts +142 -0
  54. package/dist/ai/flows/question-gen/generate-fitb-question-types.d.ts.map +1 -0
  55. package/dist/ai/flows/question-gen/generate-fitb-question.d.ts +3 -0
  56. package/dist/ai/flows/question-gen/generate-fitb-question.d.ts.map +1 -0
  57. package/dist/ai/flows/question-gen/generate-matching-question-types.d.ts +137 -0
  58. package/dist/ai/flows/question-gen/generate-matching-question-types.d.ts.map +1 -0
  59. package/dist/ai/flows/question-gen/generate-matching-question.d.ts +3 -0
  60. package/dist/ai/flows/question-gen/generate-matching-question.d.ts.map +1 -0
  61. package/dist/ai/flows/question-gen/generate-mcq-question-types.d.ts +137 -0
  62. package/dist/ai/flows/question-gen/generate-mcq-question-types.d.ts.map +1 -0
  63. package/dist/ai/flows/question-gen/generate-mcq-question.d.ts +3 -0
  64. package/dist/ai/flows/question-gen/generate-mcq-question.d.ts.map +1 -0
  65. package/dist/ai/flows/question-gen/generate-mrq-question-types.d.ts +143 -0
  66. package/dist/ai/flows/question-gen/generate-mrq-question-types.d.ts.map +1 -0
  67. package/dist/ai/flows/question-gen/generate-mrq-question.d.ts +3 -0
  68. package/dist/ai/flows/question-gen/generate-mrq-question.d.ts.map +1 -0
  69. package/dist/ai/flows/question-gen/generate-numeric-question-types.d.ts +131 -0
  70. package/dist/ai/flows/question-gen/generate-numeric-question-types.d.ts.map +1 -0
  71. package/dist/ai/flows/question-gen/generate-numeric-question.d.ts +3 -0
  72. package/dist/ai/flows/question-gen/generate-numeric-question.d.ts.map +1 -0
  73. package/dist/ai/flows/question-gen/generate-sequence-question-types.d.ts +119 -0
  74. package/dist/ai/flows/question-gen/generate-sequence-question-types.d.ts.map +1 -0
  75. package/dist/ai/flows/question-gen/generate-sequence-question.d.ts +3 -0
  76. package/dist/ai/flows/question-gen/generate-sequence-question.d.ts.map +1 -0
  77. package/dist/ai/flows/question-gen/generate-short-answer-question-types.d.ts +119 -0
  78. package/dist/ai/flows/question-gen/generate-short-answer-question-types.d.ts.map +1 -0
  79. package/dist/ai/flows/question-gen/generate-short-answer-question.d.ts +3 -0
  80. package/dist/ai/flows/question-gen/generate-short-answer-question.d.ts.map +1 -0
  81. package/dist/ai/flows/question-gen/generate-true-false-question-types.d.ts +115 -0
  82. package/dist/ai/flows/question-gen/generate-true-false-question-types.d.ts.map +1 -0
  83. package/dist/ai/flows/question-gen/generate-true-false-question.d.ts +3 -0
  84. package/dist/ai/flows/question-gen/generate-true-false-question.d.ts.map +1 -0
  85. package/dist/ai/flows/question-gen/question-generation-schemas.d.ts +1027 -0
  86. package/dist/ai/flows/question-gen/question-generation-schemas.d.ts.map +1 -0
  87. package/dist/ai/flows/review-types.d.ts +79 -0
  88. package/dist/ai/flows/review-types.d.ts.map +1 -0
  89. package/dist/ai/flows/shared-schemas.d.ts +133 -0
  90. package/dist/ai/flows/shared-schemas.d.ts.map +1 -0
  91. package/dist/ai/genkit.d.ts +2 -0
  92. package/dist/ai/genkit.d.ts.map +1 -0
  93. package/dist/ai.d.ts +40 -0
  94. package/dist/ai.d.ts.map +1 -0
  95. package/dist/authoring.d.ts +6 -0
  96. package/dist/authoring.d.ts.map +1 -0
  97. package/dist/i18n.d.ts +3 -0
  98. package/dist/i18n.d.ts.map +1 -0
  99. package/dist/index.d.ts +31 -0
  100. package/dist/index.d.ts.map +1 -0
  101. package/dist/player.d.ts +12 -0
  102. package/dist/player.d.ts.map +1 -0
  103. package/dist/react-ui/components/app/APIKeyManagerModal.d.ts +8 -0
  104. package/dist/react-ui/components/app/APIKeyManagerModal.d.ts.map +1 -0
  105. package/dist/react-ui/components/app/AppController.d.ts +3 -0
  106. package/dist/react-ui/components/app/AppController.d.ts.map +1 -0
  107. package/dist/react-ui/components/app/ManageImageContexts.d.ts +3 -0
  108. package/dist/react-ui/components/app/ManageImageContexts.d.ts.map +1 -0
  109. package/dist/react-ui/components/app/ManageTopics.d.ts +3 -0
  110. package/dist/react-ui/components/app/ManageTopics.d.ts.map +1 -0
  111. package/dist/react-ui/components/app/PersonalPracticeDashboard.d.ts +3 -0
  112. package/dist/react-ui/components/app/PersonalPracticeDashboard.d.ts.map +1 -0
  113. package/dist/react-ui/components/app/SettingsModal.d.ts +10 -0
  114. package/dist/react-ui/components/app/SettingsModal.d.ts.map +1 -0
  115. package/dist/react-ui/components/app/UploadResourceModal.d.ts +8 -0
  116. package/dist/react-ui/components/app/UploadResourceModal.d.ts.map +1 -0
  117. package/dist/react-ui/components/authoring/AIFullQuizGeneratorModal.d.ts +11 -0
  118. package/dist/react-ui/components/authoring/AIFullQuizGeneratorModal.d.ts.map +1 -0
  119. package/dist/react-ui/components/authoring/AIQuestionGeneratorModal.d.ts +19 -0
  120. package/dist/react-ui/components/authoring/AIQuestionGeneratorModal.d.ts.map +1 -0
  121. package/dist/react-ui/components/authoring/BlocklyProgrammingQuestionForm.d.ts +9 -0
  122. package/dist/react-ui/components/authoring/BlocklyProgrammingQuestionForm.d.ts.map +1 -0
  123. package/dist/react-ui/components/authoring/CodingQuestionForm.d.ts +9 -0
  124. package/dist/react-ui/components/authoring/CodingQuestionForm.d.ts.map +1 -0
  125. package/dist/react-ui/components/authoring/DragAndDropQuestionForm.d.ts +9 -0
  126. package/dist/react-ui/components/authoring/DragAndDropQuestionForm.d.ts.map +1 -0
  127. package/dist/react-ui/components/authoring/EditQuestionModal.d.ts +11 -0
  128. package/dist/react-ui/components/authoring/EditQuestionModal.d.ts.map +1 -0
  129. package/dist/react-ui/components/authoring/FillInTheBlanksQuestionForm.d.ts +9 -0
  130. package/dist/react-ui/components/authoring/FillInTheBlanksQuestionForm.d.ts.map +1 -0
  131. package/dist/react-ui/components/authoring/HotspotQuestionForm.d.ts +9 -0
  132. package/dist/react-ui/components/authoring/HotspotQuestionForm.d.ts.map +1 -0
  133. package/dist/react-ui/components/authoring/ImportQuestionsModal.d.ts +10 -0
  134. package/dist/react-ui/components/authoring/ImportQuestionsModal.d.ts.map +1 -0
  135. package/dist/react-ui/components/authoring/MatchingQuestionForm.d.ts +9 -0
  136. package/dist/react-ui/components/authoring/MatchingQuestionForm.d.ts.map +1 -0
  137. package/dist/react-ui/components/authoring/MultipleChoiceQuestionForm.d.ts +9 -0
  138. package/dist/react-ui/components/authoring/MultipleChoiceQuestionForm.d.ts.map +1 -0
  139. package/dist/react-ui/components/authoring/MultipleResponseQuestionForm.d.ts +9 -0
  140. package/dist/react-ui/components/authoring/MultipleResponseQuestionForm.d.ts.map +1 -0
  141. package/dist/react-ui/components/authoring/NumericQuestionForm.d.ts +9 -0
  142. package/dist/react-ui/components/authoring/NumericQuestionForm.d.ts.map +1 -0
  143. package/dist/react-ui/components/authoring/QuestionFilters.d.ts +9 -0
  144. package/dist/react-ui/components/authoring/QuestionFilters.d.ts.map +1 -0
  145. package/dist/react-ui/components/authoring/QuestionFormDialog.d.ts +11 -0
  146. package/dist/react-ui/components/authoring/QuestionFormDialog.d.ts.map +1 -0
  147. package/dist/react-ui/components/authoring/QuestionList.d.ts +11 -0
  148. package/dist/react-ui/components/authoring/QuestionList.d.ts.map +1 -0
  149. package/dist/react-ui/components/authoring/QuestionPreviewModal.d.ts +10 -0
  150. package/dist/react-ui/components/authoring/QuestionPreviewModal.d.ts.map +1 -0
  151. package/dist/react-ui/components/authoring/QuizAuthoringTool.d.ts +10 -0
  152. package/dist/react-ui/components/authoring/QuizAuthoringTool.d.ts.map +1 -0
  153. package/dist/react-ui/components/authoring/SCORMExportModal.d.ts +13 -0
  154. package/dist/react-ui/components/authoring/SCORMExportModal.d.ts.map +1 -0
  155. package/dist/react-ui/components/authoring/ScratchProgrammingQuestionForm.d.ts +9 -0
  156. package/dist/react-ui/components/authoring/ScratchProgrammingQuestionForm.d.ts.map +1 -0
  157. package/dist/react-ui/components/authoring/SequenceQuestionForm.d.ts +9 -0
  158. package/dist/react-ui/components/authoring/SequenceQuestionForm.d.ts.map +1 -0
  159. package/dist/react-ui/components/authoring/ShortAnswerQuestionForm.d.ts +9 -0
  160. package/dist/react-ui/components/authoring/ShortAnswerQuestionForm.d.ts.map +1 -0
  161. package/dist/react-ui/components/authoring/TrueFalseQuestionForm.d.ts +9 -0
  162. package/dist/react-ui/components/authoring/TrueFalseQuestionForm.d.ts.map +1 -0
  163. package/dist/react-ui/components/common/ClientTranslation.d.ts +18 -0
  164. package/dist/react-ui/components/common/ClientTranslation.d.ts.map +1 -0
  165. package/dist/react-ui/components/common/EditorToolbar.d.ts +8 -0
  166. package/dist/react-ui/components/common/EditorToolbar.d.ts.map +1 -0
  167. package/dist/react-ui/components/common/MarkdownEditor.d.ts +11 -0
  168. package/dist/react-ui/components/common/MarkdownEditor.d.ts.map +1 -0
  169. package/dist/react-ui/components/common/MarkdownRenderer.d.ts +15 -0
  170. package/dist/react-ui/components/common/MarkdownRenderer.d.ts.map +1 -0
  171. package/dist/react-ui/components/common/RichTextEditor.d.ts +11 -0
  172. package/dist/react-ui/components/common/RichTextEditor.d.ts.map +1 -0
  173. package/dist/react-ui/components/common/RichTextRenderer.d.ts +16 -0
  174. package/dist/react-ui/components/common/RichTextRenderer.d.ts.map +1 -0
  175. package/dist/react-ui/components/common/SimpleMarkdownEditor.d.ts +17 -0
  176. package/dist/react-ui/components/common/SimpleMarkdownEditor.d.ts.map +1 -0
  177. package/dist/react-ui/components/dashboard/AchievementCertificate.d.ts +11 -0
  178. package/dist/react-ui/components/dashboard/AchievementCertificate.d.ts.map +1 -0
  179. package/dist/react-ui/components/dashboard/Achievements.d.ts +8 -0
  180. package/dist/react-ui/components/dashboard/Achievements.d.ts.map +1 -0
  181. package/dist/react-ui/components/dashboard/ActivityCalendar.d.ts +8 -0
  182. package/dist/react-ui/components/dashboard/ActivityCalendar.d.ts.map +1 -0
  183. package/dist/react-ui/components/dashboard/AnalysisDialog.d.ts +8 -0
  184. package/dist/react-ui/components/dashboard/AnalysisDialog.d.ts.map +1 -0
  185. package/dist/react-ui/components/dashboard/ChatbotDialog.d.ts +8 -0
  186. package/dist/react-ui/components/dashboard/ChatbotDialog.d.ts.map +1 -0
  187. package/dist/react-ui/components/dashboard/Cheatsheet.d.ts +3 -0
  188. package/dist/react-ui/components/dashboard/Cheatsheet.d.ts.map +1 -0
  189. package/dist/react-ui/components/dashboard/DraggableDashboardCard.d.ts +11 -0
  190. package/dist/react-ui/components/dashboard/DraggableDashboardCard.d.ts.map +1 -0
  191. package/dist/react-ui/components/dashboard/FreestyleQuizzesCard.d.ts +3 -0
  192. package/dist/react-ui/components/dashboard/FreestyleQuizzesCard.d.ts.map +1 -0
  193. package/dist/react-ui/components/dashboard/GeneratedQuizzesCard.d.ts +3 -0
  194. package/dist/react-ui/components/dashboard/GeneratedQuizzesCard.d.ts.map +1 -0
  195. package/dist/react-ui/components/dashboard/GoalsProgress.d.ts +3 -0
  196. package/dist/react-ui/components/dashboard/GoalsProgress.d.ts.map +1 -0
  197. package/dist/react-ui/components/dashboard/PerformanceCharts.d.ts +8 -0
  198. package/dist/react-ui/components/dashboard/PerformanceCharts.d.ts.map +1 -0
  199. package/dist/react-ui/components/dashboard/PerformanceSnapshot.d.ts +9 -0
  200. package/dist/react-ui/components/dashboard/PerformanceSnapshot.d.ts.map +1 -0
  201. package/dist/react-ui/components/dashboard/PracticeHistoryTable.d.ts +9 -0
  202. package/dist/react-ui/components/dashboard/PracticeHistoryTable.d.ts.map +1 -0
  203. package/dist/react-ui/components/dashboard/RoadmapChecklist.d.ts +3 -0
  204. package/dist/react-ui/components/dashboard/RoadmapChecklist.d.ts.map +1 -0
  205. package/dist/react-ui/components/dashboard/SessionActionsDialog.d.ts +13 -0
  206. package/dist/react-ui/components/dashboard/SessionActionsDialog.d.ts.map +1 -0
  207. package/dist/react-ui/components/dashboard/ShareAchievementDialog.d.ts +10 -0
  208. package/dist/react-ui/components/dashboard/ShareAchievementDialog.d.ts.map +1 -0
  209. package/dist/react-ui/components/dashboard/StatCard.d.ts +12 -0
  210. package/dist/react-ui/components/dashboard/StatCard.d.ts.map +1 -0
  211. package/dist/react-ui/components/dashboard/SuggestionDialog.d.ts +12 -0
  212. package/dist/react-ui/components/dashboard/SuggestionDialog.d.ts.map +1 -0
  213. package/dist/react-ui/components/elements/accordion.d.ts +8 -0
  214. package/dist/react-ui/components/elements/accordion.d.ts.map +1 -0
  215. package/dist/react-ui/components/elements/alert-dialog.d.ts +21 -0
  216. package/dist/react-ui/components/elements/alert-dialog.d.ts.map +1 -0
  217. package/dist/react-ui/components/elements/alert.d.ts +9 -0
  218. package/dist/react-ui/components/elements/alert.d.ts.map +1 -0
  219. package/dist/react-ui/components/elements/avatar.d.ts +7 -0
  220. package/dist/react-ui/components/elements/avatar.d.ts.map +1 -0
  221. package/dist/react-ui/components/elements/badge.d.ts +10 -0
  222. package/dist/react-ui/components/elements/badge.d.ts.map +1 -0
  223. package/dist/react-ui/components/elements/button.d.ts +12 -0
  224. package/dist/react-ui/components/elements/button.d.ts.map +1 -0
  225. package/dist/react-ui/components/elements/calendar.d.ts +9 -0
  226. package/dist/react-ui/components/elements/calendar.d.ts.map +1 -0
  227. package/dist/react-ui/components/elements/card.d.ts +9 -0
  228. package/dist/react-ui/components/elements/card.d.ts.map +1 -0
  229. package/dist/react-ui/components/elements/chart.d.ts +63 -0
  230. package/dist/react-ui/components/elements/chart.d.ts.map +1 -0
  231. package/dist/react-ui/components/elements/checkbox.d.ts +5 -0
  232. package/dist/react-ui/components/elements/checkbox.d.ts.map +1 -0
  233. package/dist/react-ui/components/elements/dialog.d.ts +20 -0
  234. package/dist/react-ui/components/elements/dialog.d.ts.map +1 -0
  235. package/dist/react-ui/components/elements/dropdown-menu.d.ts +28 -0
  236. package/dist/react-ui/components/elements/dropdown-menu.d.ts.map +1 -0
  237. package/dist/react-ui/components/elements/form.d.ts +24 -0
  238. package/dist/react-ui/components/elements/form.d.ts.map +1 -0
  239. package/dist/react-ui/components/elements/input.d.ts +4 -0
  240. package/dist/react-ui/components/elements/input.d.ts.map +1 -0
  241. package/dist/react-ui/components/elements/label.d.ts +6 -0
  242. package/dist/react-ui/components/elements/label.d.ts.map +1 -0
  243. package/dist/react-ui/components/elements/menubar.d.ts +29 -0
  244. package/dist/react-ui/components/elements/menubar.d.ts.map +1 -0
  245. package/dist/react-ui/components/elements/popover.d.ts +7 -0
  246. package/dist/react-ui/components/elements/popover.d.ts.map +1 -0
  247. package/dist/react-ui/components/elements/progress.d.ts +5 -0
  248. package/dist/react-ui/components/elements/progress.d.ts.map +1 -0
  249. package/dist/react-ui/components/elements/radio-group.d.ts +6 -0
  250. package/dist/react-ui/components/elements/radio-group.d.ts.map +1 -0
  251. package/dist/react-ui/components/elements/scroll-area.d.ts +6 -0
  252. package/dist/react-ui/components/elements/scroll-area.d.ts.map +1 -0
  253. package/dist/react-ui/components/elements/select.d.ts +14 -0
  254. package/dist/react-ui/components/elements/select.d.ts.map +1 -0
  255. package/dist/react-ui/components/elements/separator.d.ts +5 -0
  256. package/dist/react-ui/components/elements/separator.d.ts.map +1 -0
  257. package/dist/react-ui/components/elements/sheet.d.ts +26 -0
  258. package/dist/react-ui/components/elements/sheet.d.ts.map +1 -0
  259. package/dist/react-ui/components/elements/sidebar.d.ts +67 -0
  260. package/dist/react-ui/components/elements/sidebar.d.ts.map +1 -0
  261. package/dist/react-ui/components/elements/skeleton.d.ts +3 -0
  262. package/dist/react-ui/components/elements/skeleton.d.ts.map +1 -0
  263. package/dist/react-ui/components/elements/slider.d.ts +5 -0
  264. package/dist/react-ui/components/elements/slider.d.ts.map +1 -0
  265. package/dist/react-ui/components/elements/switch.d.ts +5 -0
  266. package/dist/react-ui/components/elements/switch.d.ts.map +1 -0
  267. package/dist/react-ui/components/elements/table.d.ts +11 -0
  268. package/dist/react-ui/components/elements/table.d.ts.map +1 -0
  269. package/dist/react-ui/components/elements/tabs.d.ts +8 -0
  270. package/dist/react-ui/components/elements/tabs.d.ts.map +1 -0
  271. package/dist/react-ui/components/elements/textarea.d.ts +4 -0
  272. package/dist/react-ui/components/elements/textarea.d.ts.map +1 -0
  273. package/dist/react-ui/components/elements/toast.d.ts +16 -0
  274. package/dist/react-ui/components/elements/toast.d.ts.map +1 -0
  275. package/dist/react-ui/components/elements/toaster.d.ts +2 -0
  276. package/dist/react-ui/components/elements/toaster.d.ts.map +1 -0
  277. package/dist/react-ui/components/elements/tooltip.d.ts +8 -0
  278. package/dist/react-ui/components/elements/tooltip.d.ts.map +1 -0
  279. package/dist/react-ui/components/metadata/ApproachManager.d.ts +3 -0
  280. package/dist/react-ui/components/metadata/ApproachManager.d.ts.map +1 -0
  281. package/dist/react-ui/components/metadata/BloomLevelManager.d.ts +3 -0
  282. package/dist/react-ui/components/metadata/BloomLevelManager.d.ts.map +1 -0
  283. package/dist/react-ui/components/metadata/CategoryManager.d.ts +3 -0
  284. package/dist/react-ui/components/metadata/CategoryManager.d.ts.map +1 -0
  285. package/dist/react-ui/components/metadata/ContextManager.d.ts +3 -0
  286. package/dist/react-ui/components/metadata/ContextManager.d.ts.map +1 -0
  287. package/dist/react-ui/components/metadata/GradeLevelManager.d.ts +3 -0
  288. package/dist/react-ui/components/metadata/GradeLevelManager.d.ts.map +1 -0
  289. package/dist/react-ui/components/metadata/LearningObjectiveManager.d.ts +3 -0
  290. package/dist/react-ui/components/metadata/LearningObjectiveManager.d.ts.map +1 -0
  291. package/dist/react-ui/components/metadata/MetadataTabs.d.ts +3 -0
  292. package/dist/react-ui/components/metadata/MetadataTabs.d.ts.map +1 -0
  293. package/dist/react-ui/components/metadata/QuestionTypeManager.d.ts +3 -0
  294. package/dist/react-ui/components/metadata/QuestionTypeManager.d.ts.map +1 -0
  295. package/dist/react-ui/components/metadata/SubjectManager.d.ts +3 -0
  296. package/dist/react-ui/components/metadata/SubjectManager.d.ts.map +1 -0
  297. package/dist/react-ui/components/metadata/TopicManager.d.ts +3 -0
  298. package/dist/react-ui/components/metadata/TopicManager.d.ts.map +1 -0
  299. package/dist/react-ui/components/practice/PracticeModeController.d.ts +3 -0
  300. package/dist/react-ui/components/practice/PracticeModeController.d.ts.map +1 -0
  301. package/dist/react-ui/components/practice/PracticeSetup.d.ts +12 -0
  302. package/dist/react-ui/components/practice/PracticeSetup.d.ts.map +1 -0
  303. package/dist/react-ui/components/practice/QuizReview.d.ts +12 -0
  304. package/dist/react-ui/components/practice/QuizReview.d.ts.map +1 -0
  305. package/dist/react-ui/components/ui/BlocklyProgrammingQuestionUI.d.ts +14 -0
  306. package/dist/react-ui/components/ui/BlocklyProgrammingQuestionUI.d.ts.map +1 -0
  307. package/dist/react-ui/components/ui/CodingQuestionUI.d.ts +11 -0
  308. package/dist/react-ui/components/ui/CodingQuestionUI.d.ts.map +1 -0
  309. package/dist/react-ui/components/ui/DragAndDropQuestionUI.d.ts +11 -0
  310. package/dist/react-ui/components/ui/DragAndDropQuestionUI.d.ts.map +1 -0
  311. package/dist/react-ui/components/ui/FillInTheBlanksQuestionUI.d.ts +11 -0
  312. package/dist/react-ui/components/ui/FillInTheBlanksQuestionUI.d.ts.map +1 -0
  313. package/dist/react-ui/components/ui/HotspotQuestionUI.d.ts +11 -0
  314. package/dist/react-ui/components/ui/HotspotQuestionUI.d.ts.map +1 -0
  315. package/dist/react-ui/components/ui/MatchingQuestionUI.d.ts +11 -0
  316. package/dist/react-ui/components/ui/MatchingQuestionUI.d.ts.map +1 -0
  317. package/dist/react-ui/components/ui/MultipleChoiceQuestionUI.d.ts +11 -0
  318. package/dist/react-ui/components/ui/MultipleChoiceQuestionUI.d.ts.map +1 -0
  319. package/dist/react-ui/components/ui/MultipleResponseQuestionUI.d.ts +11 -0
  320. package/dist/react-ui/components/ui/MultipleResponseQuestionUI.d.ts.map +1 -0
  321. package/dist/react-ui/components/ui/NumericQuestionUI.d.ts +11 -0
  322. package/dist/react-ui/components/ui/NumericQuestionUI.d.ts.map +1 -0
  323. package/dist/react-ui/components/ui/QuestionRenderer.d.ts +14 -0
  324. package/dist/react-ui/components/ui/QuestionRenderer.d.ts.map +1 -0
  325. package/dist/react-ui/components/ui/QuizDataManagement.d.ts +9 -0
  326. package/dist/react-ui/components/ui/QuizDataManagement.d.ts.map +1 -0
  327. package/dist/react-ui/components/ui/QuizPlayer.d.ts +10 -0
  328. package/dist/react-ui/components/ui/QuizPlayer.d.ts.map +1 -0
  329. package/dist/react-ui/components/ui/QuizResult.d.ts +13 -0
  330. package/dist/react-ui/components/ui/QuizResult.d.ts.map +1 -0
  331. package/dist/react-ui/components/ui/ScratchProgrammingQuestionUI.d.ts +13 -0
  332. package/dist/react-ui/components/ui/ScratchProgrammingQuestionUI.d.ts.map +1 -0
  333. package/dist/react-ui/components/ui/SequenceQuestionUI.d.ts +11 -0
  334. package/dist/react-ui/components/ui/SequenceQuestionUI.d.ts.map +1 -0
  335. package/dist/react-ui/components/ui/ShortAnswerQuestionUI.d.ts +11 -0
  336. package/dist/react-ui/components/ui/ShortAnswerQuestionUI.d.ts.map +1 -0
  337. package/dist/react-ui/components/ui/TrueFalseQuestionUI.d.ts +11 -0
  338. package/dist/react-ui/components/ui/TrueFalseQuestionUI.d.ts.map +1 -0
  339. package/dist/react-ui/context/LanguageContext.d.ts +21 -0
  340. package/dist/react-ui/context/LanguageContext.d.ts.map +1 -0
  341. package/dist/react-ui/hooks/use-mobile.d.ts +9 -0
  342. package/dist/react-ui/hooks/use-mobile.d.ts.map +1 -0
  343. package/dist/react-ui/hooks/use-toast.d.ts +45 -0
  344. package/dist/react-ui/hooks/use-toast.d.ts.map +1 -0
  345. package/dist/react-ui/index.d.ts +39 -0
  346. package/dist/react-ui/index.d.ts.map +1 -0
  347. package/dist/react-ui.cjs +14 -11
  348. package/dist/react-ui.d.ts +58 -0
  349. package/dist/react-ui.d.ts.map +1 -0
  350. package/dist/react-ui.mjs +14 -11
  351. package/dist/schemas/zod/blocklyProgrammingQuestionSchema.d.ts +61 -0
  352. package/dist/schemas/zod/blocklyProgrammingQuestionSchema.d.ts.map +1 -0
  353. package/dist/schemas/zod/codingQuestionSchema.d.ts +111 -0
  354. package/dist/schemas/zod/codingQuestionSchema.d.ts.map +1 -0
  355. package/dist/schemas/zod/dragAndDropQuestionSchema.d.ts +109 -0
  356. package/dist/schemas/zod/dragAndDropQuestionSchema.d.ts.map +1 -0
  357. package/dist/schemas/zod/fillInTheBlanksQuestionSchema.d.ts +103 -0
  358. package/dist/schemas/zod/fillInTheBlanksQuestionSchema.d.ts.map +1 -0
  359. package/dist/schemas/zod/hotspotQuestionSchema.d.ts +111 -0
  360. package/dist/schemas/zod/hotspotQuestionSchema.d.ts.map +1 -0
  361. package/dist/schemas/zod/matchingQuestionSchema.d.ts +106 -0
  362. package/dist/schemas/zod/matchingQuestionSchema.d.ts.map +1 -0
  363. package/dist/schemas/zod/multipleChoiceQuestionSchema.d.ts +70 -0
  364. package/dist/schemas/zod/multipleChoiceQuestionSchema.d.ts.map +1 -0
  365. package/dist/schemas/zod/multipleResponseQuestionSchema.d.ts +70 -0
  366. package/dist/schemas/zod/multipleResponseQuestionSchema.d.ts.map +1 -0
  367. package/dist/schemas/zod/numericQuestionSchema.d.ts +55 -0
  368. package/dist/schemas/zod/numericQuestionSchema.d.ts.map +1 -0
  369. package/dist/schemas/zod/quizConfigSchema.d.ts +634 -0
  370. package/dist/schemas/zod/quizConfigSchema.d.ts.map +1 -0
  371. package/dist/schemas/zod/scratchProgrammingQuestionSchema.d.ts +61 -0
  372. package/dist/schemas/zod/scratchProgrammingQuestionSchema.d.ts.map +1 -0
  373. package/dist/schemas/zod/sequenceQuestionSchema.d.ts +70 -0
  374. package/dist/schemas/zod/sequenceQuestionSchema.d.ts.map +1 -0
  375. package/dist/schemas/zod/shortAnswerQuestionSchema.d.ts +55 -0
  376. package/dist/schemas/zod/shortAnswerQuestionSchema.d.ts.map +1 -0
  377. package/dist/schemas/zod/trueFalseQuestionSchema.d.ts +52 -0
  378. package/dist/schemas/zod/trueFalseQuestionSchema.d.ts.map +1 -0
  379. package/dist/services/APIKeyService.d.ts +28 -0
  380. package/dist/services/APIKeyService.d.ts.map +1 -0
  381. package/dist/services/AchievementService.d.ts +10 -0
  382. package/dist/services/AchievementService.d.ts.map +1 -0
  383. package/dist/services/AnalysisReportService.d.ts +11 -0
  384. package/dist/services/AnalysisReportService.d.ts.map +1 -0
  385. package/dist/services/CardGenerationProcessor.d.ts +7 -0
  386. package/dist/services/CardGenerationProcessor.d.ts.map +1 -0
  387. package/dist/services/CodeEvaluationService.d.ts +15 -0
  388. package/dist/services/CodeEvaluationService.d.ts.map +1 -0
  389. package/dist/services/DashboardLayoutService.d.ts +28 -0
  390. package/dist/services/DashboardLayoutService.d.ts.map +1 -0
  391. package/dist/services/FreestyleQuizService.d.ts +51 -0
  392. package/dist/services/FreestyleQuizService.d.ts.map +1 -0
  393. package/dist/services/HTMLLauncherGenerator.d.ts +3 -0
  394. package/dist/services/HTMLLauncherGenerator.d.ts.map +1 -0
  395. package/dist/services/ImageContextService.d.ts +55 -0
  396. package/dist/services/ImageContextService.d.ts.map +1 -0
  397. package/dist/services/KnowledgeCardService.d.ts +57 -0
  398. package/dist/services/KnowledgeCardService.d.ts.map +1 -0
  399. package/dist/services/MotivationalQuotes.d.ts +16 -0
  400. package/dist/services/MotivationalQuotes.d.ts.map +1 -0
  401. package/dist/services/PracticeHistoryService.d.ts +15 -0
  402. package/dist/services/PracticeHistoryService.d.ts.map +1 -0
  403. package/dist/services/QuestionImportService.d.ts +19 -0
  404. package/dist/services/QuestionImportService.d.ts.map +1 -0
  405. package/dist/services/QuizEditorService.d.ts +16 -0
  406. package/dist/services/QuizEditorService.d.ts.map +1 -0
  407. package/dist/services/QuizEngine.d.ts +40 -0
  408. package/dist/services/QuizEngine.d.ts.map +1 -0
  409. package/dist/services/RoadmapService.d.ts +9 -0
  410. package/dist/services/RoadmapService.d.ts.map +1 -0
  411. package/dist/services/SCORMManifestGenerator.d.ts +4 -0
  412. package/dist/services/SCORMManifestGenerator.d.ts.map +1 -0
  413. package/dist/services/SCORMService.d.ts +41 -0
  414. package/dist/services/SCORMService.d.ts.map +1 -0
  415. package/dist/services/TopicDataService.d.ts +62 -0
  416. package/dist/services/TopicDataService.d.ts.map +1 -0
  417. package/dist/services/UserConfigService.d.ts +27 -0
  418. package/dist/services/UserConfigService.d.ts.map +1 -0
  419. package/dist/services/evaluators/base-evaluator.d.ts +11 -0
  420. package/dist/services/evaluators/base-evaluator.d.ts.map +1 -0
  421. package/dist/services/evaluators/coding-evaluator.d.ts +6 -0
  422. package/dist/services/evaluators/coding-evaluator.d.ts.map +1 -0
  423. package/dist/services/evaluators/drag-and-drop-evaluator.d.ts +6 -0
  424. package/dist/services/evaluators/drag-and-drop-evaluator.d.ts.map +1 -0
  425. package/dist/services/evaluators/fill-in-the-blanks-evaluator.d.ts +6 -0
  426. package/dist/services/evaluators/fill-in-the-blanks-evaluator.d.ts.map +1 -0
  427. package/dist/services/evaluators/hotspot-evaluator.d.ts +6 -0
  428. package/dist/services/evaluators/hotspot-evaluator.d.ts.map +1 -0
  429. package/dist/services/evaluators/matching-evaluator.d.ts +6 -0
  430. package/dist/services/evaluators/matching-evaluator.d.ts.map +1 -0
  431. package/dist/services/evaluators/multiple-choice-evaluator.d.ts +6 -0
  432. package/dist/services/evaluators/multiple-choice-evaluator.d.ts.map +1 -0
  433. package/dist/services/evaluators/multiple-response-evaluator.d.ts +6 -0
  434. package/dist/services/evaluators/multiple-response-evaluator.d.ts.map +1 -0
  435. package/dist/services/evaluators/numeric-evaluator.d.ts +6 -0
  436. package/dist/services/evaluators/numeric-evaluator.d.ts.map +1 -0
  437. package/dist/services/evaluators/programming-evaluator.d.ts +6 -0
  438. package/dist/services/evaluators/programming-evaluator.d.ts.map +1 -0
  439. package/dist/services/evaluators/sequence-evaluator.d.ts +6 -0
  440. package/dist/services/evaluators/sequence-evaluator.d.ts.map +1 -0
  441. package/dist/services/evaluators/short-answer-evaluator.d.ts +6 -0
  442. package/dist/services/evaluators/short-answer-evaluator.d.ts.map +1 -0
  443. package/dist/services/evaluators/true-false-evaluator.d.ts +6 -0
  444. package/dist/services/evaluators/true-false-evaluator.d.ts.map +1 -0
  445. package/dist/services/metadataService.d.ts +40 -0
  446. package/dist/services/metadataService.d.ts.map +1 -0
  447. package/dist/services/questionBankService.d.ts +19 -0
  448. package/dist/services/questionBankService.d.ts.map +1 -0
  449. package/dist/services/sampleQuiz.d.ts +4 -0
  450. package/dist/services/sampleQuiz.d.ts.map +1 -0
  451. package/dist/services/scormPackaging.d.ts +11 -0
  452. package/dist/services/scormPackaging.d.ts.map +1 -0
  453. package/dist/types/ai-ecosystem.d.ts +57 -0
  454. package/dist/types/ai-ecosystem.d.ts.map +1 -0
  455. package/dist/types/common.d.ts +3 -0
  456. package/dist/types/common.d.ts.map +1 -0
  457. package/dist/types/learning-objectives.d.ts +12 -0
  458. package/dist/types/learning-objectives.d.ts.map +1 -0
  459. package/dist/types/metadata.d.ts +45 -0
  460. package/dist/types/metadata.d.ts.map +1 -0
  461. package/dist/types/misc.d.ts +102 -0
  462. package/dist/types/misc.d.ts.map +1 -0
  463. package/dist/types/question-bank.d.ts +28 -0
  464. package/dist/types/question-bank.d.ts.map +1 -0
  465. package/dist/types/questions.d.ts +151 -0
  466. package/dist/types/questions.d.ts.map +1 -0
  467. package/dist/types/quiz-config.d.ts +12 -0
  468. package/dist/types/quiz-config.d.ts.map +1 -0
  469. package/dist/types/quiz-engine.d.ts +23 -0
  470. package/dist/types/quiz-engine.d.ts.map +1 -0
  471. package/dist/types/quiz-settings.d.ts +35 -0
  472. package/dist/types/quiz-settings.d.ts.map +1 -0
  473. package/dist/types/results.d.ts +72 -0
  474. package/dist/types/results.d.ts.map +1 -0
  475. package/dist/types.d.ts +12 -0
  476. package/dist/types.d.ts.map +1 -0
  477. package/dist/utils/aiUtils.d.ts +11 -0
  478. package/dist/utils/aiUtils.d.ts.map +1 -0
  479. package/dist/utils/asyncUtils.d.ts +22 -0
  480. package/dist/utils/asyncUtils.d.ts.map +1 -0
  481. package/dist/utils/debug-logger.d.ts +24 -0
  482. package/dist/utils/debug-logger.d.ts.map +1 -0
  483. package/dist/utils/formattedDate.d.ts +2 -0
  484. package/dist/utils/formattedDate.d.ts.map +1 -0
  485. package/dist/utils/idGenerators.d.ts +7 -0
  486. package/dist/utils/idGenerators.d.ts.map +1 -0
  487. package/dist/utils/jsonUtils.d.ts +18 -0
  488. package/dist/utils/jsonUtils.d.ts.map +1 -0
  489. package/dist/utils/use-mobile.d.ts +2 -0
  490. package/dist/utils/use-mobile.d.ts.map +1 -0
  491. package/dist/utils/utils.d.ts +3 -0
  492. package/dist/utils/utils.d.ts.map +1 -0
  493. package/package.json +2 -4
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/elements/slider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAIzD,QAAA,MAAM,MAAM,yJAiBV,CAAA;AAGF,OAAO,EAAE,MAAM,EAAE,CAAA"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as SwitchPrimitives from "@radix-ui/react-switch";
3
+ declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
4
+ export { Switch };
5
+ //# sourceMappingURL=switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/elements/switch.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,gBAAgB,MAAM,wBAAwB,CAAA;AAI1D,QAAA,MAAM,MAAM,8JAkBV,CAAA;AAGF,OAAO,EAAE,MAAM,EAAE,CAAA"}
@@ -0,0 +1,11 @@
1
+ import * as React from "react";
2
+ declare const Table: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableElement> & React.RefAttributes<HTMLTableElement>>;
3
+ declare const TableHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
4
+ declare const TableBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
5
+ declare const TableFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
6
+ declare const TableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & React.RefAttributes<HTMLTableRowElement>>;
7
+ declare const TableHead: React.ForwardRefExoticComponent<React.ThHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
8
+ declare const TableCell: React.ForwardRefExoticComponent<React.TdHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
9
+ declare const TableCaption: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableCaptionElement> & React.RefAttributes<HTMLTableCaptionElement>>;
10
+ export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, };
11
+ //# sourceMappingURL=table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/elements/table.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,QAAA,MAAM,KAAK,iHAWT,CAAA;AAGF,QAAA,MAAM,WAAW,+HAKf,CAAA;AAGF,QAAA,MAAM,SAAS,+HASb,CAAA;AAGF,QAAA,MAAM,WAAW,+HAYf,CAAA;AAGF,QAAA,MAAM,QAAQ,uHAYZ,CAAA;AAGF,QAAA,MAAM,SAAS,2HAYb,CAAA;AAGF,QAAA,MAAM,SAAS,2HASb,CAAA;AAGF,QAAA,MAAM,YAAY,+HAShB,CAAA;AAGF,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,EACR,SAAS,EACT,YAAY,GACb,CAAA"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as TabsPrimitive from "@radix-ui/react-tabs";
3
+ declare const Tabs: React.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>>;
4
+ declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
5
+ declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export { Tabs, TabsList, TabsTrigger, TabsContent };
8
+ //# sourceMappingURL=tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/elements/tabs.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAA;AAIrD,QAAA,MAAM,IAAI,gGAAqB,CAAA;AAE/B,QAAA,MAAM,QAAQ,uJAYZ,CAAA;AAGF,QAAA,MAAM,WAAW,gKAYf,CAAA;AAGF,QAAA,MAAM,WAAW,0JAYf,CAAA;AAGF,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,CAAA"}
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Textarea: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref"> & React.RefAttributes<HTMLTextAreaElement>>;
3
+ export { Textarea };
4
+ //# sourceMappingURL=textarea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/elements/textarea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,QAAQ,0LAab,CAAC;AAGF,OAAO,EAAC,QAAQ,EAAC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+ import * as ToastPrimitives from "@radix-ui/react-toast";
3
+ import { type VariantProps } from "class-variance-authority";
4
+ declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
5
+ declare const ToastViewport: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React.RefAttributes<HTMLOListElement>, "ref"> & React.RefAttributes<HTMLOListElement>>;
6
+ declare const Toast: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
7
+ variant?: "default" | "destructive" | null | undefined;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string> & React.RefAttributes<HTMLLIElement>>;
9
+ declare const ToastAction: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
10
+ declare const ToastClose: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
11
+ declare const ToastTitle: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ declare const ToastDescription: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
+ type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>;
14
+ type ToastActionElement = React.ReactElement<typeof ToastAction>;
15
+ export { type ToastProps, type ToastActionElement, ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction, };
16
+ //# sourceMappingURL=toast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toast.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/elements/toast.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,uBAAuB,CAAA;AACxD,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAKjE,QAAA,MAAM,aAAa,8CAA2B,CAAA;AAE9C,QAAA,MAAM,aAAa,kKAYjB,CAAA;AAmBF,QAAA,MAAM,KAAK;;qHAYT,CAAA;AAGF,QAAA,MAAM,WAAW,kKAYf,CAAA;AAGF,QAAA,MAAM,UAAU,iKAed,CAAA;AAGF,QAAA,MAAM,UAAU,2JASd,CAAA;AAGF,QAAA,MAAM,gBAAgB,iKASpB,CAAA;AAGF,KAAK,UAAU,GAAG,KAAK,CAAC,wBAAwB,CAAC,OAAO,KAAK,CAAC,CAAA;AAE9D,KAAK,kBAAkB,GAAG,KAAK,CAAC,YAAY,CAAC,OAAO,WAAW,CAAC,CAAA;AAEhE,OAAO,EACL,KAAK,UAAU,EACf,KAAK,kBAAkB,EACvB,aAAa,EACb,aAAa,EACb,KAAK,EACL,UAAU,EACV,gBAAgB,EAChB,UAAU,EACV,WAAW,GACZ,CAAA"}
@@ -0,0 +1,2 @@
1
+ export declare function Toaster(): import("react").JSX.Element;
2
+ //# sourceMappingURL=toaster.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toaster.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/elements/toaster.tsx"],"names":[],"mappings":"AAYA,wBAAgB,OAAO,gCAsBtB"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import * as TooltipPrimitive from "@radix-ui/react-tooltip";
3
+ declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
4
+ declare const Tooltip: React.FC<TooltipPrimitive.TooltipProps>;
5
+ declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
6
+ declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
7
+ export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
8
+ //# sourceMappingURL=tooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/elements/tooltip.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAI3D,QAAA,MAAM,eAAe,iDAA4B,CAAA;AAEjD,QAAA,MAAM,OAAO,yCAAwB,CAAA;AAErC,QAAA,MAAM,cAAc,gHAA2B,CAAA;AAE/C,QAAA,MAAM,cAAc,gKAalB,CAAA;AAGF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAA"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function ApproachManager(): React.JSX.Element;
3
+ //# sourceMappingURL=ApproachManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ApproachManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/ApproachManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAmBlE,wBAAgB,eAAe,sBAgK9B"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function BloomLevelManager(): React.JSX.Element;
3
+ //# sourceMappingURL=BloomLevelManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BloomLevelManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/BloomLevelManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAclE,wBAAgB,iBAAiB,sBA+KhC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function CategoryManager(): React.JSX.Element;
3
+ //# sourceMappingURL=CategoryManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CategoryManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/CategoryManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAclE,wBAAgB,eAAe,sBA+K9B"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function ContextManager(): React.JSX.Element;
3
+ //# sourceMappingURL=ContextManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContextManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/ContextManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAclE,wBAAgB,cAAc,sBA+K7B"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function GradeLevelManager(): React.JSX.Element;
3
+ //# sourceMappingURL=GradeLevelManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GradeLevelManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/GradeLevelManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAalE,wBAAgB,iBAAiB,sBAsKhC"}
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function LearningObjectiveManager(): React.JSX.Element;
3
+ //# sourceMappingURL=LearningObjectiveManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LearningObjectiveManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/LearningObjectiveManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AA4ClE,wBAAgB,wBAAwB,sBAgWvC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function MetadataTabs(): React.JSX.Element;
3
+ //# sourceMappingURL=MetadataTabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MetadataTabs.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/MetadataTabs.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAexC,wBAAgB,YAAY,sBAmE3B"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function QuestionTypeManager(): React.JSX.Element;
3
+ //# sourceMappingURL=QuestionTypeManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuestionTypeManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/QuestionTypeManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAclE,wBAAgB,mBAAmB,sBA+KlC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function SubjectManager(): React.JSX.Element;
3
+ //# sourceMappingURL=SubjectManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubjectManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/SubjectManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AAclE,wBAAgB,cAAc,sBAuM7B"}
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function TopicManager(): React.JSX.Element;
3
+ //# sourceMappingURL=TopicManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TopicManager.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/metadata/TopicManager.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA6C,MAAM,OAAO,CAAC;AA2ClE,wBAAgB,YAAY,sBAuU3B"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const PracticeModeController: React.FC;
3
+ //# sourceMappingURL=PracticeModeController.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PracticeModeController.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/practice/PracticeModeController.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAkCxE,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EA4S1C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import type { LearningObjective, PracticeDifficulty } from '../../..';
3
+ interface PracticeSetupProps {
4
+ onStartPractice: (selectedLOs: LearningObjective[], difficulty: PracticeDifficulty, language: string, includeCoding: boolean, numCoding: number) => void;
5
+ isGenerating: boolean;
6
+ initialLOs?: LearningObjective[] | null;
7
+ initialDifficulty?: PracticeDifficulty | null;
8
+ initialLanguage?: string | null;
9
+ }
10
+ export declare const PracticeSetup: React.FC<PracticeSetupProps>;
11
+ export {};
12
+ //# sourceMappingURL=PracticeSetup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PracticeSetup.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/practice/PracticeSetup.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAYzE,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAQtE,UAAU,kBAAkB;IAC1B,eAAe,EAAE,CACf,WAAW,EAAE,iBAAiB,EAAE,EAChC,UAAU,EAAE,kBAAkB,EAC9B,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,OAAO,EACtB,SAAS,EAAE,MAAM,KACd,IAAI,CAAC;IACV,YAAY,EAAE,OAAO,CAAC;IACtB,UAAU,CAAC,EAAE,iBAAiB,EAAE,GAAG,IAAI,CAAC;IACxC,iBAAiB,CAAC,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC9C,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAiNtD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import type { QuizResultType } from '../../../types/results';
3
+ import type { QuizReviewContent } from '../../../types/misc';
4
+ interface QuizReviewProps {
5
+ quizResult: QuizResultType;
6
+ reviewContent: QuizReviewContent;
7
+ onBackToResults: () => void;
8
+ onExit: () => void;
9
+ }
10
+ export declare const QuizReview: React.FC<QuizReviewProps>;
11
+ export {};
12
+ //# sourceMappingURL=QuizReview.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuizReview.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/practice/QuizReview.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAS7D,UAAU,eAAe;IACvB,UAAU,EAAE,cAAc,CAAC;IAC3B,aAAa,EAAE,iBAAiB,CAAC;IACjC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,MAAM,EAAE,MAAM,IAAI,CAAC;CACpB;AAUD,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA4JhD,CAAC"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import type { BlocklyProgrammingQuestion, UserAnswerType } from '../../..';
3
+ interface BlocklyProgrammingQuestionUIProps {
4
+ question: BlocklyProgrammingQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export interface BlocklyProgrammingQuestionUIRef {
10
+ getWorkspaceXml: () => string | null;
11
+ }
12
+ export declare const BlocklyProgrammingQuestionUI: React.ForwardRefExoticComponent<BlocklyProgrammingQuestionUIProps & React.RefAttributes<BlocklyProgrammingQuestionUIRef>>;
13
+ export {};
14
+ //# sourceMappingURL=BlocklyProgrammingQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BlocklyProgrammingQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/BlocklyProgrammingQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAwE,MAAM,OAAO,CAAC;AAC7F,OAAO,KAAK,EAAE,0BAA0B,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAiI3E,UAAU,iCAAiC;IACzC,QAAQ,EAAE,0BAA0B,CAAC;IACrC,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,+BAA+B;IAC9C,eAAe,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,4BAA4B,2HA+RvC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { CodingQuestion, UserAnswerType } from '../../..';
3
+ interface CodingQuestionUIProps {
4
+ question: CodingQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const CodingQuestionUI: React.FC<CodingQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=CodingQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodingQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/CodingQuestionUI.tsx"],"names":[],"mappings":"AAMA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAKhE,OAAO,KAAK,EAAE,cAAc,EAA2B,cAAc,EAAE,MAAM,UAAU,CAAC;AASxF,UAAU,qBAAqB;IAC7B,QAAQ,EAAE,cAAc,CAAC;IACzB,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAUD,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAkH5D,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { DragAndDropQuestion, UserAnswerType } from '../../..';
3
+ interface DragAndDropQuestionUIProps {
4
+ question: DragAndDropQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const DragAndDropQuestionUI: React.FC<DragAndDropQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=DragAndDropQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DragAndDropQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/DragAndDropQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,mBAAmB,EAA2B,cAAc,EAAE,MAAM,UAAU,CAAC;AAQ7F,UAAU,0BAA0B;IAClC,QAAQ,EAAE,mBAAmB,CAAC;IAC9B,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAwHtE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { FillInTheBlanksQuestion, UserAnswerType } from '../../..';
3
+ interface FillInTheBlanksQuestionUIProps {
4
+ question: FillInTheBlanksQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const FillInTheBlanksQuestionUI: React.FC<FillInTheBlanksQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=FillInTheBlanksQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FillInTheBlanksQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/FillInTheBlanksQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,uBAAuB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAKxE,UAAU,8BAA8B;IACtC,QAAQ,EAAE,uBAAuB,CAAC;IAClC,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CA8H9E,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { HotspotQuestion, UserAnswerType } from '../../..';
3
+ interface HotspotQuestionUIProps {
4
+ question: HotspotQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const HotspotQuestionUI: React.FC<HotspotQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=HotspotQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HotspotQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/HotspotQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,eAAe,EAAe,cAAc,EAAE,MAAM,UAAU,CAAC;AAI7E,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,eAAe,CAAC;IAC1B,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CA4I9D,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { MatchingQuestion, UserAnswerType } from '../../..';
3
+ interface MatchingQuestionUIProps {
4
+ question: MatchingQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const MatchingQuestionUI: React.FC<MatchingQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=MatchingQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MatchingQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/MatchingQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,gBAAgB,EAAoC,cAAc,EAAE,MAAM,UAAU,CAAC;AAOnG,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAgIhE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { MultipleChoiceQuestion, UserAnswerType } from '../../..';
3
+ interface MultipleChoiceQuestionUIProps {
4
+ question: MultipleChoiceQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const MultipleChoiceQuestionUI: React.FC<MultipleChoiceQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=MultipleChoiceQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipleChoiceQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/MultipleChoiceQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAMvE,UAAU,6BAA6B;IACrC,QAAQ,EAAE,sBAAsB,CAAC;IACjC,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAwE5E,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { MultipleResponseQuestion, UserAnswerType } from '../../..';
3
+ interface MultipleResponseQuestionUIProps {
4
+ question: MultipleResponseQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const MultipleResponseQuestionUI: React.FC<MultipleResponseQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=MultipleResponseQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultipleResponseQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/MultipleResponseQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,wBAAwB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAMzE,UAAU,+BAA+B;IACvC,QAAQ,EAAE,wBAAwB,CAAC;IACnC,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAiFhF,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { NumericQuestion, UserAnswerType } from '../../..';
3
+ interface NumericQuestionUIProps {
4
+ question: NumericQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const NumericQuestionUI: React.FC<NumericQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=NumericQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumericQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/NumericQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAMhE,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,eAAe,CAAC;IAC1B,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAkF9D,CAAC"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import type { QuizQuestion, UserAnswerType } from '../../..';
3
+ import { type BlocklyProgrammingQuestionUIRef } from './BlocklyProgrammingQuestionUI';
4
+ import { type ScratchProgrammingQuestionUIRef } from './ScratchProgrammingQuestionUI';
5
+ interface QuestionRendererProps {
6
+ question: QuizQuestion;
7
+ onAnswerChange: (answer: UserAnswerType) => void;
8
+ userAnswer: UserAnswerType | null;
9
+ showCorrectAnswer?: boolean;
10
+ }
11
+ type ProgrammingQuestionUIRef = BlocklyProgrammingQuestionUIRef | ScratchProgrammingQuestionUIRef;
12
+ export declare const QuestionRenderer: React.ForwardRefExoticComponent<QuestionRendererProps & React.RefAttributes<ProgrammingQuestionUIRef>>;
13
+ export {};
14
+ //# sourceMappingURL=QuestionRenderer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuestionRenderer.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/QuestionRenderer.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAW7D,OAAO,EAAgC,KAAK,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACpH,OAAO,EAAgC,KAAK,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AAKpH,UAAU,qBAAqB;IAC7B,QAAQ,EAAE,YAAY,CAAC;IACvB,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAGD,KAAK,wBAAwB,GAAG,+BAA+B,GAAG,+BAA+B,CAAC;AAElG,eAAO,MAAM,gBAAgB,wGA0D3B,CAAC"}
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { QuizConfig } from '../../..';
3
+ interface QuizDataManagementProps {
4
+ onQuizLoad: (quizData: QuizConfig) => void;
5
+ currentQuiz: QuizConfig | null;
6
+ }
7
+ export declare const QuizDataManagement: React.FC<QuizDataManagementProps>;
8
+ export {};
9
+ //# sourceMappingURL=QuizDataManagement.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuizDataManagement.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/QuizDataManagement.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAS3C,UAAU,uBAAuB;IAC/B,UAAU,EAAE,CAAC,QAAQ,EAAE,UAAU,KAAK,IAAI,CAAC;IAC3C,WAAW,EAAE,UAAU,GAAG,IAAI,CAAC;CAChC;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CA2HhE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import type { QuizConfig, QuizResultType } from '../../..';
3
+ interface QuizPlayerProps {
4
+ quizConfig: QuizConfig;
5
+ onQuizComplete: (result: QuizResultType) => void;
6
+ onExitQuiz?: () => void;
7
+ }
8
+ export declare const QuizPlayer: React.FC<QuizPlayerProps>;
9
+ export {};
10
+ //# sourceMappingURL=QuizPlayer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuizPlayer.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/QuizPlayer.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAEjF,OAAO,KAAK,EAAE,UAAU,EAAE,cAAc,EAAqD,MAAM,UAAU,CAAC;AAW9G,UAAU,eAAe;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CACzB;AAID,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA2QhD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import type { QuizResultType } from '../../..';
3
+ interface QuizResultProps {
4
+ result: QuizResultType;
5
+ quizTitle: string;
6
+ onExitQuiz?: () => void;
7
+ onGenerateReview?: () => void;
8
+ showReviewButton?: boolean;
9
+ isReviewLoading?: boolean;
10
+ }
11
+ export declare const QuizResult: React.FC<QuizResultProps>;
12
+ export {};
13
+ //# sourceMappingURL=QuizResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuizResult.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/QuizResult.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAO/C,UAAU,eAAe;IACvB,MAAM,EAAE,cAAc,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAoKhD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ import type { ScratchProgrammingQuestion, UserAnswerType } from '../../..';
3
+ interface ScratchProgrammingQuestionUIProps {
4
+ question: ScratchProgrammingQuestion;
5
+ userAnswer: UserAnswerType | null;
6
+ showCorrectAnswer?: boolean;
7
+ }
8
+ export interface ScratchProgrammingQuestionUIRef {
9
+ getWorkspaceXml: () => string | null;
10
+ }
11
+ export declare const ScratchProgrammingQuestionUI: React.ForwardRefExoticComponent<ScratchProgrammingQuestionUIProps & React.RefAttributes<ScratchProgrammingQuestionUIRef>>;
12
+ export {};
13
+ //# sourceMappingURL=ScratchProgrammingQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScratchProgrammingQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/ScratchProgrammingQuestionUI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAoF,MAAM,OAAO,CAAC;AACzG,OAAO,KAAK,EAAE,0BAA0B,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAiG3E,UAAU,iCAAiC;IACzC,QAAQ,EAAE,0BAA0B,CAAC;IACrC,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,+BAA+B;IAC9C,eAAe,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,4BAA4B,2HAsSvC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { SequenceQuestion, UserAnswerType } from '../../..';
3
+ interface SequenceQuestionUIProps {
4
+ question: SequenceQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const SequenceQuestionUI: React.FC<SequenceQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=SequenceQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SequenceQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/SequenceQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,gBAAgB,EAAgB,cAAc,EAAE,MAAM,UAAU,CAAC;AAO/E,UAAU,uBAAuB;IAC/B,QAAQ,EAAE,gBAAgB,CAAC;IAC3B,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,uBAAuB,CAqJhE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { ShortAnswerQuestion, UserAnswerType } from '../../..';
3
+ interface ShortAnswerQuestionUIProps {
4
+ question: ShortAnswerQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const ShortAnswerQuestionUI: React.FC<ShortAnswerQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=ShortAnswerQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShortAnswerQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/ShortAnswerQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,mBAAmB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAMpE,UAAU,0BAA0B;IAClC,QAAQ,EAAE,mBAAmB,CAAC;IAC9B,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CA2EtE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import type { TrueFalseQuestion, UserAnswerType } from '../../..';
3
+ interface TrueFalseQuestionUIProps {
4
+ question: TrueFalseQuestion;
5
+ onAnswerChange: (answer: UserAnswerType) => void;
6
+ userAnswer: UserAnswerType | null;
7
+ showCorrectAnswer?: boolean;
8
+ }
9
+ export declare const TrueFalseQuestionUI: React.FC<TrueFalseQuestionUIProps>;
10
+ export {};
11
+ //# sourceMappingURL=TrueFalseQuestionUI.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrueFalseQuestionUI.d.ts","sourceRoot":"","sources":["../../../../src/react-ui/components/ui/TrueFalseQuestionUI.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAMlE,UAAU,wBAAwB;IAChC,QAAQ,EAAE,iBAAiB,CAAC;IAC5B,cAAc,EAAE,CAAC,MAAM,EAAE,cAAc,KAAK,IAAI,CAAC;IACjD,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA2ElE,CAAC"}
@@ -0,0 +1,21 @@
1
+ import React, { ReactNode } from 'react';
2
+ import '../../i18n';
3
+ interface LanguageContextType {
4
+ language: string;
5
+ changeLanguage: (lang: string) => void;
6
+ }
7
+ interface LanguageProviderProps {
8
+ children: ReactNode;
9
+ }
10
+ /**
11
+ * LanguageProvider is a component that wraps the application to provide
12
+ * language state and the ability to change it to all descendant components.
13
+ */
14
+ export declare const LanguageProvider: React.FC<LanguageProviderProps>;
15
+ /**
16
+ * A custom hook to easily access the language context.
17
+ * This simplifies usage in consumer components.
18
+ */
19
+ export declare const useLanguage: () => LanguageContextType;
20
+ export {};
21
+ //# sourceMappingURL=LanguageContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LanguageContext.d.ts","sourceRoot":"","sources":["../../../src/react-ui/context/LanguageContext.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,EAA+D,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtG,OAAO,YAAY,CAAC;AAGpB,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAMD,UAAU,qBAAqB;IAC7B,QAAQ,EAAE,SAAS,CAAC;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA4C5D,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW,QAAO,mBAM9B,CAAC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * A custom React hook that returns true if the current viewport width
3
+ * is less than the mobile breakpoint (768px).
4
+ * It is SSR-safe and updates on window resize.
5
+ *
6
+ * @returns {boolean} True if the viewport is considered mobile, false otherwise.
7
+ */
8
+ export declare function useIsMobile(): boolean;
9
+ //# sourceMappingURL=use-mobile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-mobile.d.ts","sourceRoot":"","sources":["../../../src/react-ui/hooks/use-mobile.ts"],"names":[],"mappings":"AAUA;;;;;;GAMG;AACH,wBAAgB,WAAW,IAAI,OAAO,CA+BrC"}