@digabi/exam-engine-core 23.0.0 → 23.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/components/exam/ExamineExam.d.ts +5 -0
- package/dist/components/exam/ExamineExam.d.ts.map +1 -0
- package/dist/components/exam/ExamineExam.js +20 -0
- package/dist/components/exam/ExamineExam.js.map +1 -0
- package/dist/main-bundle.js +2 -4
- package/dist/src/components/AnswerToolbar.d.ts +18 -0
- package/dist/src/components/AnswerToolbar.d.ts.map +1 -0
- package/dist/src/components/AnswerToolbar.js +36 -0
- package/dist/src/components/AnswerToolbar.js.map +1 -0
- package/dist/src/components/AnsweringInstructions.d.ts +12 -0
- package/dist/src/components/AnsweringInstructions.d.ts.map +1 -0
- package/dist/src/components/AnsweringInstructions.js +24 -0
- package/dist/src/components/AnsweringInstructions.js.map +1 -0
- package/dist/src/components/DocumentTitle.d.ts +5 -0
- package/dist/src/components/DocumentTitle.d.ts.map +1 -0
- package/dist/src/components/DocumentTitle.js +13 -0
- package/dist/src/components/DocumentTitle.js.map +1 -0
- package/dist/src/components/NotificationIcon.d.ts +4 -0
- package/dist/src/components/NotificationIcon.d.ts.map +1 -0
- package/dist/src/components/NotificationIcon.js +6 -0
- package/dist/src/components/NotificationIcon.js.map +1 -0
- package/dist/src/components/RenderChildNodes.d.ts +5 -0
- package/dist/src/components/RenderChildNodes.d.ts.map +1 -0
- package/dist/src/components/RenderChildNodes.js +7 -0
- package/dist/src/components/RenderChildNodes.js.map +1 -0
- package/dist/src/components/RenderExamElements.d.ts +6 -0
- package/dist/src/components/RenderExamElements.d.ts.map +1 -0
- package/dist/src/components/RenderExamElements.js +6 -0
- package/dist/src/components/RenderExamElements.js.map +1 -0
- package/dist/src/components/RenderIf.d.ts +4 -0
- package/dist/src/components/RenderIf.d.ts.map +1 -0
- package/dist/src/components/RenderIf.js +8 -0
- package/dist/src/components/RenderIf.js.map +1 -0
- package/dist/src/components/ScreenReaderOnly.d.ts +5 -0
- package/dist/src/components/ScreenReaderOnly.d.ts.map +1 -0
- package/dist/src/components/ScreenReaderOnly.js +3 -0
- package/dist/src/components/ScreenReaderOnly.js.map +1 -0
- package/dist/src/components/SectionElement.d.ts +4 -0
- package/dist/src/components/SectionElement.d.ts.map +1 -0
- package/dist/src/components/SectionElement.js +8 -0
- package/dist/src/components/SectionElement.js.map +1 -0
- package/dist/src/components/attachments/Attachment.d.ts +4 -0
- package/dist/src/components/attachments/Attachment.d.ts.map +1 -0
- package/dist/src/components/attachments/Attachment.js +8 -0
- package/dist/src/components/attachments/Attachment.js.map +1 -0
- package/dist/src/components/attachments/AttachmentTitle.d.ts +6 -0
- package/dist/src/components/attachments/AttachmentTitle.d.ts.map +1 -0
- package/dist/src/components/attachments/AttachmentTitle.js +12 -0
- package/dist/src/components/attachments/AttachmentTitle.js.map +1 -0
- package/dist/src/components/attachments/Attachments.d.ts +5 -0
- package/dist/src/components/attachments/Attachments.d.ts.map +1 -0
- package/dist/src/components/attachments/Attachments.js +55 -0
- package/dist/src/components/attachments/Attachments.js.map +1 -0
- package/dist/src/components/attachments/ExternalMaterial.d.ts +9 -0
- package/dist/src/components/attachments/ExternalMaterial.d.ts.map +1 -0
- package/dist/src/components/attachments/ExternalMaterial.js +46 -0
- package/dist/src/components/attachments/ExternalMaterial.js.map +1 -0
- package/dist/src/components/attachments/Question.d.ts +4 -0
- package/dist/src/components/attachments/Question.d.ts.map +1 -0
- package/dist/src/components/attachments/Question.js +16 -0
- package/dist/src/components/attachments/Question.js.map +1 -0
- package/dist/src/components/attachments/QuestionTitle.d.ts +6 -0
- package/dist/src/components/attachments/QuestionTitle.d.ts.map +1 -0
- package/dist/src/components/attachments/QuestionTitle.js +15 -0
- package/dist/src/components/attachments/QuestionTitle.js.map +1 -0
- package/dist/src/components/context/AnnotationProvider.d.ts +16 -0
- package/dist/src/components/context/AnnotationProvider.d.ts.map +1 -0
- package/dist/src/components/context/AnnotationProvider.js +35 -0
- package/dist/src/components/context/AnnotationProvider.js.map +1 -0
- package/dist/src/components/context/AttachmentContext.d.ts +13 -0
- package/dist/src/components/context/AttachmentContext.d.ts.map +1 -0
- package/dist/src/components/context/AttachmentContext.js +12 -0
- package/dist/src/components/context/AttachmentContext.js.map +1 -0
- package/dist/src/components/context/CommonExamContext.d.ts +22 -0
- package/dist/src/components/context/CommonExamContext.d.ts.map +1 -0
- package/dist/src/components/context/CommonExamContext.js +28 -0
- package/dist/src/components/context/CommonExamContext.js.map +1 -0
- package/dist/src/components/context/ExamContext.d.ts +9 -0
- package/dist/src/components/context/ExamContext.d.ts.map +1 -0
- package/dist/src/components/context/ExamContext.js +11 -0
- package/dist/src/components/context/ExamContext.js.map +1 -0
- package/dist/src/components/context/IsInSidebarContext.d.ts +6 -0
- package/dist/src/components/context/IsInSidebarContext.d.ts.map +1 -0
- package/dist/src/components/context/IsInSidebarContext.js +3 -0
- package/dist/src/components/context/IsInSidebarContext.js.map +1 -0
- package/dist/src/components/context/QuestionContext.d.ts +14 -0
- package/dist/src/components/context/QuestionContext.d.ts.map +1 -0
- package/dist/src/components/context/QuestionContext.js +27 -0
- package/dist/src/components/context/QuestionContext.js.map +1 -0
- package/dist/src/components/context/ResultsContext.d.ts +17 -0
- package/dist/src/components/context/ResultsContext.d.ts.map +1 -0
- package/dist/src/components/context/ResultsContext.js +69 -0
- package/dist/src/components/context/ResultsContext.js.map +1 -0
- package/dist/src/components/context/SectionContext.d.ts +12 -0
- package/dist/src/components/context/SectionContext.d.ts.map +1 -0
- package/dist/src/components/context/SectionContext.js +21 -0
- package/dist/src/components/context/SectionContext.js.map +1 -0
- package/dist/src/components/context/TOCContext.d.ts +7 -0
- package/dist/src/components/context/TOCContext.d.ts.map +1 -0
- package/dist/src/components/context/TOCContext.js +3 -0
- package/dist/src/components/context/TOCContext.js.map +1 -0
- package/dist/src/components/context/withContext.d.ts +3 -0
- package/dist/src/components/context/withContext.d.ts.map +1 -0
- package/dist/src/components/context/withContext.js +12 -0
- package/dist/src/components/context/withContext.js.map +1 -0
- package/dist/src/components/exam/Attachment.d.ts +4 -0
- package/dist/src/components/exam/Attachment.d.ts.map +1 -0
- package/dist/src/components/exam/Attachment.js +8 -0
- package/dist/src/components/exam/Attachment.js.map +1 -0
- package/dist/src/components/exam/ChoiceAnswer.d.ts +5 -0
- package/dist/src/components/exam/ChoiceAnswer.d.ts.map +1 -0
- package/dist/src/components/exam/ChoiceAnswer.js +53 -0
- package/dist/src/components/exam/ChoiceAnswer.js.map +1 -0
- package/dist/src/components/exam/DropdownAnswer.d.ts +5 -0
- package/dist/src/components/exam/DropdownAnswer.d.ts.map +1 -0
- package/dist/src/components/exam/DropdownAnswer.js +101 -0
- package/dist/src/components/exam/DropdownAnswer.js.map +1 -0
- package/dist/src/components/exam/Exam.d.ts +48 -0
- package/dist/src/components/exam/Exam.d.ts.map +1 -0
- package/dist/src/components/exam/Exam.js +195 -0
- package/dist/src/components/exam/Exam.js.map +1 -0
- package/dist/src/components/exam/ExamFooter.d.ts +6 -0
- package/dist/src/components/exam/ExamFooter.d.ts.map +1 -0
- package/dist/src/components/exam/ExamFooter.js +6 -0
- package/dist/src/components/exam/ExamFooter.js.map +1 -0
- package/dist/src/components/exam/ExamInstruction.d.ts +6 -0
- package/dist/src/components/exam/ExamInstruction.d.ts.map +1 -0
- package/dist/src/components/exam/ExamInstruction.js +6 -0
- package/dist/src/components/exam/ExamInstruction.js.map +1 -0
- package/dist/src/components/exam/ExternalMaterial.d.ts +10 -0
- package/dist/src/components/exam/ExternalMaterial.d.ts.map +1 -0
- package/dist/src/components/exam/ExternalMaterial.js +33 -0
- package/dist/src/components/exam/ExternalMaterial.js.map +1 -0
- package/dist/src/components/exam/GoToExamineAnswersButton.d.ts +5 -0
- package/dist/src/components/exam/GoToExamineAnswersButton.d.ts.map +1 -0
- package/dist/src/components/exam/GoToExamineAnswersButton.js +18 -0
- package/dist/src/components/exam/GoToExamineAnswersButton.js.map +1 -0
- package/dist/src/components/exam/Hints.d.ts +5 -0
- package/dist/src/components/exam/Hints.d.ts.map +1 -0
- package/dist/src/components/exam/Hints.js +31 -0
- package/dist/src/components/exam/Hints.js.map +1 -0
- package/dist/src/components/exam/Question.d.ts +8 -0
- package/dist/src/components/exam/Question.d.ts.map +1 -0
- package/dist/src/components/exam/Question.js +75 -0
- package/dist/src/components/exam/Question.js.map +1 -0
- package/dist/src/components/exam/QuestionInstruction.d.ts +6 -0
- package/dist/src/components/exam/QuestionInstruction.d.ts.map +1 -0
- package/dist/src/components/exam/QuestionInstruction.js +8 -0
- package/dist/src/components/exam/QuestionInstruction.js.map +1 -0
- package/dist/src/components/exam/QuestionTitle.d.ts +5 -0
- package/dist/src/components/exam/QuestionTitle.d.ts.map +1 -0
- package/dist/src/components/exam/QuestionTitle.js +26 -0
- package/dist/src/components/exam/QuestionTitle.js.map +1 -0
- package/dist/src/components/exam/RichTextAnswer.d.ts +41 -0
- package/dist/src/components/exam/RichTextAnswer.d.ts.map +1 -0
- package/dist/src/components/exam/RichTextAnswer.js +79 -0
- package/dist/src/components/exam/RichTextAnswer.js.map +1 -0
- package/dist/src/components/exam/Section.d.ts +4 -0
- package/dist/src/components/exam/Section.d.ts.map +1 -0
- package/dist/src/components/exam/Section.js +49 -0
- package/dist/src/components/exam/Section.js.map +1 -0
- package/dist/src/components/exam/SectionInstruction.d.ts +6 -0
- package/dist/src/components/exam/SectionInstruction.d.ts.map +1 -0
- package/dist/src/components/exam/SectionInstruction.js +6 -0
- package/dist/src/components/exam/SectionInstruction.js.map +1 -0
- package/dist/src/components/exam/SectionTitle.d.ts +6 -0
- package/dist/src/components/exam/SectionTitle.d.ts.map +1 -0
- package/dist/src/components/exam/SectionTitle.js +30 -0
- package/dist/src/components/exam/SectionTitle.js.map +1 -0
- package/dist/src/components/exam/StudentNameHeader.d.ts +8 -0
- package/dist/src/components/exam/StudentNameHeader.d.ts.map +1 -0
- package/dist/src/components/exam/StudentNameHeader.js +3 -0
- package/dist/src/components/exam/StudentNameHeader.js.map +1 -0
- package/dist/src/components/exam/TextAnswer.d.ts +6 -0
- package/dist/src/components/exam/TextAnswer.d.ts.map +1 -0
- package/dist/src/components/exam/TextAnswer.js +20 -0
- package/dist/src/components/exam/TextAnswer.js.map +1 -0
- package/dist/src/components/exam/UndoHistoryEntry.d.ts +19 -0
- package/dist/src/components/exam/UndoHistoryEntry.d.ts.map +1 -0
- package/dist/src/components/exam/UndoHistoryEntry.js +39 -0
- package/dist/src/components/exam/UndoHistoryEntry.js.map +1 -0
- package/dist/src/components/exam/UndoView.d.ts +35 -0
- package/dist/src/components/exam/UndoView.d.ts.map +1 -0
- package/dist/src/components/exam/UndoView.js +162 -0
- package/dist/src/components/exam/UndoView.js.map +1 -0
- package/dist/src/components/exam/internal/ErrorIndicator.d.ts +9 -0
- package/dist/src/components/exam/internal/ErrorIndicator.d.ts.map +1 -0
- package/dist/src/components/exam/internal/ErrorIndicator.js +63 -0
- package/dist/src/components/exam/internal/ErrorIndicator.js.map +1 -0
- package/dist/src/components/exam/internal/ProgressBar.d.ts +8 -0
- package/dist/src/components/exam/internal/ProgressBar.d.ts.map +1 -0
- package/dist/src/components/exam/internal/ProgressBar.js +19 -0
- package/dist/src/components/exam/internal/ProgressBar.js.map +1 -0
- package/dist/src/components/exam/internal/SaveIndicator.d.ts +5 -0
- package/dist/src/components/exam/internal/SaveIndicator.d.ts.map +1 -0
- package/dist/src/components/exam/internal/SaveIndicator.js +16 -0
- package/dist/src/components/exam/internal/SaveIndicator.js.map +1 -0
- package/dist/src/components/exam/internal/TextAnswerInput.d.ts +6 -0
- package/dist/src/components/exam/internal/TextAnswerInput.d.ts.map +1 -0
- package/dist/src/components/exam/internal/TextAnswerInput.js +128 -0
- package/dist/src/components/exam/internal/TextAnswerInput.js.map +1 -0
- package/dist/src/components/grading/AnswerCharacterCounter.d.ts +6 -0
- package/dist/src/components/grading/AnswerCharacterCounter.d.ts.map +1 -0
- package/dist/src/components/grading/AnswerCharacterCounter.js +21 -0
- package/dist/src/components/grading/AnswerCharacterCounter.js.map +1 -0
- package/dist/src/components/grading/GradingAnswer.d.ts +24 -0
- package/dist/src/components/grading/GradingAnswer.d.ts.map +1 -0
- package/dist/src/components/grading/GradingAnswer.js +306 -0
- package/dist/src/components/grading/GradingAnswer.js.map +1 -0
- package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts +9 -0
- package/dist/src/components/grading/GradingAnswerAnnotationList.d.ts.map +1 -0
- package/dist/src/components/grading/GradingAnswerAnnotationList.js +19 -0
- package/dist/src/components/grading/GradingAnswerAnnotationList.js.map +1 -0
- package/dist/src/components/grading/editAnnotations.d.ts +29 -0
- package/dist/src/components/grading/editAnnotations.d.ts.map +1 -0
- package/dist/src/components/grading/editAnnotations.js +190 -0
- package/dist/src/components/grading/editAnnotations.js.map +1 -0
- package/dist/src/components/grading/examAnnotationUtils.d.ts +3 -0
- package/dist/src/components/grading/examAnnotationUtils.d.ts.map +1 -0
- package/dist/src/components/grading/examAnnotationUtils.js +44 -0
- package/dist/src/components/grading/examAnnotationUtils.js.map +1 -0
- package/dist/src/components/grading/largeImageDetector.d.ts +3 -0
- package/dist/src/components/grading/largeImageDetector.d.ts.map +1 -0
- package/dist/src/components/grading/largeImageDetector.js +45 -0
- package/dist/src/components/grading/largeImageDetector.js.map +1 -0
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts +5 -0
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.js +4 -0
- package/dist/src/components/grading-instructions/AnswerGradingInstruction.js.map +1 -0
- package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts +5 -0
- package/dist/src/components/grading-instructions/AutogradedAnswer.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/AutogradedAnswer.js +34 -0
- package/dist/src/components/grading-instructions/AutogradedAnswer.js.map +1 -0
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts +5 -0
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.js +17 -0
- package/dist/src/components/grading-instructions/AutogradedAnswerOption.js.map +1 -0
- package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts +5 -0
- package/dist/src/components/grading-instructions/ExamGradingInstruction.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/ExamGradingInstruction.js +4 -0
- package/dist/src/components/grading-instructions/ExamGradingInstruction.js.map +1 -0
- package/dist/src/components/grading-instructions/GradingInstructions.d.ts +6 -0
- package/dist/src/components/grading-instructions/GradingInstructions.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/GradingInstructions.js +109 -0
- package/dist/src/components/grading-instructions/GradingInstructions.js.map +1 -0
- package/dist/src/components/grading-instructions/Question.d.ts +4 -0
- package/dist/src/components/grading-instructions/Question.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/Question.js +14 -0
- package/dist/src/components/grading-instructions/Question.js.map +1 -0
- package/dist/src/components/grading-instructions/QuestionTitle.d.ts +5 -0
- package/dist/src/components/grading-instructions/QuestionTitle.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/QuestionTitle.js +19 -0
- package/dist/src/components/grading-instructions/QuestionTitle.js.map +1 -0
- package/dist/src/components/grading-instructions/Recording.d.ts +5 -0
- package/dist/src/components/grading-instructions/Recording.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/Recording.js +19 -0
- package/dist/src/components/grading-instructions/Recording.js.map +1 -0
- package/dist/src/components/grading-instructions/Section.d.ts +4 -0
- package/dist/src/components/grading-instructions/Section.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/Section.js +10 -0
- package/dist/src/components/grading-instructions/Section.js.map +1 -0
- package/dist/src/components/grading-instructions/SectionTitle.d.ts +5 -0
- package/dist/src/components/grading-instructions/SectionTitle.d.ts.map +1 -0
- package/dist/src/components/grading-instructions/SectionTitle.js +16 -0
- package/dist/src/components/grading-instructions/SectionTitle.js.map +1 -0
- package/dist/src/components/results/ChoiceAnswer.d.ts +6 -0
- package/dist/src/components/results/ChoiceAnswer.d.ts.map +1 -0
- package/dist/src/components/results/ChoiceAnswer.js +57 -0
- package/dist/src/components/results/ChoiceAnswer.js.map +1 -0
- package/dist/src/components/results/DropdownAnswer.d.ts +6 -0
- package/dist/src/components/results/DropdownAnswer.d.ts.map +1 -0
- package/dist/src/components/results/DropdownAnswer.js +43 -0
- package/dist/src/components/results/DropdownAnswer.js.map +1 -0
- package/dist/src/components/results/EndExamSession.d.ts +8 -0
- package/dist/src/components/results/EndExamSession.d.ts.map +1 -0
- package/dist/src/components/results/EndExamSession.js +20 -0
- package/dist/src/components/results/EndExamSession.js.map +1 -0
- package/dist/src/components/results/MultiLineAnswer.d.ts +8 -0
- package/dist/src/components/results/MultiLineAnswer.d.ts.map +1 -0
- package/dist/src/components/results/MultiLineAnswer.js +22 -0
- package/dist/src/components/results/MultiLineAnswer.js.map +1 -0
- package/dist/src/components/results/Question.d.ts +4 -0
- package/dist/src/components/results/Question.d.ts.map +1 -0
- package/dist/src/components/results/Question.js +31 -0
- package/dist/src/components/results/Question.js.map +1 -0
- package/dist/src/components/results/QuestionTitle.d.ts +6 -0
- package/dist/src/components/results/QuestionTitle.d.ts.map +1 -0
- package/dist/src/components/results/QuestionTitle.js +26 -0
- package/dist/src/components/results/QuestionTitle.js.map +1 -0
- package/dist/src/components/results/Results.d.ts +19 -0
- package/dist/src/components/results/Results.d.ts.map +1 -0
- package/dist/src/components/results/Results.js +136 -0
- package/dist/src/components/results/Results.js.map +1 -0
- package/dist/src/components/results/ScoredTextAnswer.d.ts +6 -0
- package/dist/src/components/results/ScoredTextAnswer.d.ts.map +1 -0
- package/dist/src/components/results/ScoredTextAnswer.js +22 -0
- package/dist/src/components/results/ScoredTextAnswer.js.map +1 -0
- package/dist/src/components/results/Section.d.ts +4 -0
- package/dist/src/components/results/Section.d.ts.map +1 -0
- package/dist/src/components/results/Section.js +11 -0
- package/dist/src/components/results/Section.js.map +1 -0
- package/dist/src/components/results/SingleLineAnswer.d.ts +12 -0
- package/dist/src/components/results/SingleLineAnswer.d.ts.map +1 -0
- package/dist/src/components/results/SingleLineAnswer.js +26 -0
- package/dist/src/components/results/SingleLineAnswer.js.map +1 -0
- package/dist/src/components/results/TextAnswer.d.ts +7 -0
- package/dist/src/components/results/TextAnswer.d.ts.map +1 -0
- package/dist/src/components/results/TextAnswer.js +48 -0
- package/dist/src/components/results/TextAnswer.js.map +1 -0
- package/dist/src/components/results/internal/AnnotationList.d.ts +5 -0
- package/dist/src/components/results/internal/AnnotationList.d.ts.map +1 -0
- package/dist/src/components/results/internal/AnnotationList.js +32 -0
- package/dist/src/components/results/internal/AnnotationList.js.map +1 -0
- package/dist/src/components/results/internal/QuestionAutoScore.d.ts +11 -0
- package/dist/src/components/results/internal/QuestionAutoScore.d.ts.map +1 -0
- package/dist/src/components/results/internal/QuestionAutoScore.js +17 -0
- package/dist/src/components/results/internal/QuestionAutoScore.js.map +1 -0
- package/dist/src/components/results/internal/QuestionManualScore.d.ts +13 -0
- package/dist/src/components/results/internal/QuestionManualScore.d.ts.map +1 -0
- package/dist/src/components/results/internal/QuestionManualScore.js +66 -0
- package/dist/src/components/results/internal/QuestionManualScore.js.map +1 -0
- package/dist/src/components/results/internal/QuestionScoresContainer.d.ts +11 -0
- package/dist/src/components/results/internal/QuestionScoresContainer.d.ts.map +1 -0
- package/dist/src/components/results/internal/QuestionScoresContainer.js +27 -0
- package/dist/src/components/results/internal/QuestionScoresContainer.js.map +1 -0
- package/dist/src/components/results/isExamineExamPageHook.d.ts +2 -0
- package/dist/src/components/results/isExamineExamPageHook.d.ts.map +1 -0
- package/dist/src/components/results/isExamineExamPageHook.js +7 -0
- package/dist/src/components/results/isExamineExamPageHook.js.map +1 -0
- package/dist/src/components/shared/AnnotatableText.d.ts +5 -0
- package/dist/src/components/shared/AnnotatableText.d.ts.map +1 -0
- package/dist/src/components/shared/AnnotatableText.js +73 -0
- package/dist/src/components/shared/AnnotatableText.js.map +1 -0
- package/dist/src/components/shared/AnnotationLists.d.ts +13 -0
- package/dist/src/components/shared/AnnotationLists.d.ts.map +1 -0
- package/dist/src/components/shared/AnnotationLists.js +17 -0
- package/dist/src/components/shared/AnnotationLists.js.map +1 -0
- package/dist/src/components/shared/AnnotationPopup.d.ts +3 -0
- package/dist/src/components/shared/AnnotationPopup.d.ts.map +1 -0
- package/dist/src/components/shared/AnnotationPopup.js +74 -0
- package/dist/src/components/shared/AnnotationPopup.js.map +1 -0
- package/dist/src/components/shared/AnswerIndicator.d.ts +12 -0
- package/dist/src/components/shared/AnswerIndicator.d.ts.map +1 -0
- package/dist/src/components/shared/AnswerIndicator.js +27 -0
- package/dist/src/components/shared/AnswerIndicator.js.map +1 -0
- package/dist/src/components/shared/AnswerLengthInfo.d.ts +7 -0
- package/dist/src/components/shared/AnswerLengthInfo.d.ts.map +1 -0
- package/dist/src/components/shared/AnswerLengthInfo.js +11 -0
- package/dist/src/components/shared/AnswerLengthInfo.js.map +1 -0
- package/dist/src/components/shared/AttachmentLink.d.ts +5 -0
- package/dist/src/components/shared/AttachmentLink.d.ts.map +1 -0
- package/dist/src/components/shared/AttachmentLink.js +28 -0
- package/dist/src/components/shared/AttachmentLink.js.map +1 -0
- package/dist/src/components/shared/AttachmentLinks.d.ts +5 -0
- package/dist/src/components/shared/AttachmentLinks.d.ts.map +1 -0
- package/dist/src/components/shared/AttachmentLinks.js +58 -0
- package/dist/src/components/shared/AttachmentLinks.js.map +1 -0
- package/dist/src/components/shared/Audio.d.ts +6 -0
- package/dist/src/components/shared/Audio.d.ts.map +1 -0
- package/dist/src/components/shared/Audio.js +31 -0
- package/dist/src/components/shared/Audio.js.map +1 -0
- package/dist/src/components/shared/AudioGroup.d.ts +6 -0
- package/dist/src/components/shared/AudioGroup.d.ts.map +1 -0
- package/dist/src/components/shared/AudioGroup.js +9 -0
- package/dist/src/components/shared/AudioGroup.js.map +1 -0
- package/dist/src/components/shared/AudioTest.d.ts +6 -0
- package/dist/src/components/shared/AudioTest.d.ts.map +1 -0
- package/dist/src/components/shared/AudioTest.js +34 -0
- package/dist/src/components/shared/AudioTest.js.map +1 -0
- package/dist/src/components/shared/ExamTranslation.d.ts +6 -0
- package/dist/src/components/shared/ExamTranslation.d.ts.map +1 -0
- package/dist/src/components/shared/ExamTranslation.js +9 -0
- package/dist/src/components/shared/ExamTranslation.js.map +1 -0
- package/dist/src/components/shared/File.d.ts +6 -0
- package/dist/src/components/shared/File.d.ts.map +1 -0
- package/dist/src/components/shared/File.js +15 -0
- package/dist/src/components/shared/File.js.map +1 -0
- package/dist/src/components/shared/Footer.d.ts +5 -0
- package/dist/src/components/shared/Footer.d.ts.map +1 -0
- package/dist/src/components/shared/Footer.js +3 -0
- package/dist/src/components/shared/Footer.js.map +1 -0
- package/dist/src/components/shared/Formula.d.ts +6 -0
- package/dist/src/components/shared/Formula.d.ts.map +1 -0
- package/dist/src/components/shared/Formula.js +13 -0
- package/dist/src/components/shared/Formula.js.map +1 -0
- package/dist/src/components/shared/Image.d.ts +6 -0
- package/dist/src/components/shared/Image.d.ts.map +1 -0
- package/dist/src/components/shared/Image.js +30 -0
- package/dist/src/components/shared/Image.js.map +1 -0
- package/dist/src/components/shared/ImageOverlay.d.ts +6 -0
- package/dist/src/components/shared/ImageOverlay.d.ts.map +1 -0
- package/dist/src/components/shared/ImageOverlay.js +43 -0
- package/dist/src/components/shared/ImageOverlay.js.map +1 -0
- package/dist/src/components/shared/QuestionNumber.d.ts +4 -0
- package/dist/src/components/shared/QuestionNumber.d.ts.map +1 -0
- package/dist/src/components/shared/QuestionNumber.js +12 -0
- package/dist/src/components/shared/QuestionNumber.js.map +1 -0
- package/dist/src/components/shared/Reference.d.ts +6 -0
- package/dist/src/components/shared/Reference.d.ts.map +1 -0
- package/dist/src/components/shared/Reference.js +72 -0
- package/dist/src/components/shared/Reference.js.map +1 -0
- package/dist/src/components/shared/References.d.ts +6 -0
- package/dist/src/components/shared/References.d.ts.map +1 -0
- package/dist/src/components/shared/References.js +26 -0
- package/dist/src/components/shared/References.js.map +1 -0
- package/dist/src/components/shared/Score.d.ts +8 -0
- package/dist/src/components/shared/Score.d.ts.map +1 -0
- package/dist/src/components/shared/Score.js +13 -0
- package/dist/src/components/shared/Score.js.map +1 -0
- package/dist/src/components/shared/TOCQuestion.d.ts +4 -0
- package/dist/src/components/shared/TOCQuestion.d.ts.map +1 -0
- package/dist/src/components/shared/TOCQuestion.js +77 -0
- package/dist/src/components/shared/TOCQuestion.js.map +1 -0
- package/dist/src/components/shared/TOCSection.d.ts +7 -0
- package/dist/src/components/shared/TOCSection.d.ts.map +1 -0
- package/dist/src/components/shared/TOCSection.js +15 -0
- package/dist/src/components/shared/TOCSection.js.map +1 -0
- package/dist/src/components/shared/TOCSectionTitle.d.ts +4 -0
- package/dist/src/components/shared/TOCSectionTitle.d.ts.map +1 -0
- package/dist/src/components/shared/TOCSectionTitle.js +34 -0
- package/dist/src/components/shared/TOCSectionTitle.js.map +1 -0
- package/dist/src/components/shared/TableOfContents.d.ts +8 -0
- package/dist/src/components/shared/TableOfContents.d.ts.map +1 -0
- package/dist/src/components/shared/TableOfContents.js +61 -0
- package/dist/src/components/shared/TableOfContents.js.map +1 -0
- package/dist/src/components/shared/VersionNumber.d.ts +3 -0
- package/dist/src/components/shared/VersionNumber.d.ts.map +1 -0
- package/dist/src/components/shared/VersionNumber.js +10 -0
- package/dist/src/components/shared/VersionNumber.js.map +1 -0
- package/dist/src/components/shared/Video.d.ts +6 -0
- package/dist/src/components/shared/Video.d.ts.map +1 -0
- package/dist/src/components/shared/Video.js +22 -0
- package/dist/src/components/shared/Video.js.map +1 -0
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts +8 -0
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.d.ts.map +1 -0
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.js +4 -0
- package/dist/src/components/shared/internal/AttachmentLinkAnchor.js.map +1 -0
- package/dist/src/components/shared/internal/AudioPlaybackError.d.ts +8 -0
- package/dist/src/components/shared/internal/AudioPlaybackError.d.ts.map +1 -0
- package/dist/src/components/shared/internal/AudioPlaybackError.js +17 -0
- package/dist/src/components/shared/internal/AudioPlaybackError.js.map +1 -0
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts +18 -0
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.d.ts.map +1 -0
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.js +21 -0
- package/dist/src/components/shared/internal/ResponsiveMediaContainer.js.map +1 -0
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts +12 -0
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.d.ts.map +1 -0
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.js +46 -0
- package/dist/src/components/shared/internal/RestrictedAudioPlayer.js.map +1 -0
- package/dist/src/components/surround.d.ts +8 -0
- package/dist/src/components/surround.d.ts.map +1 -0
- package/dist/src/components/surround.js +19 -0
- package/dist/src/components/surround.js.map +1 -0
- package/dist/src/createRenderChildNodes.d.ts +17 -0
- package/dist/src/createRenderChildNodes.d.ts.map +1 -0
- package/dist/src/createRenderChildNodes.js +64 -0
- package/dist/src/createRenderChildNodes.js.map +1 -0
- package/dist/src/dom-utils.d.ts +20 -0
- package/dist/src/dom-utils.d.ts.map +1 -0
- package/dist/src/dom-utils.js +164 -0
- package/dist/src/dom-utils.js.map +1 -0
- package/dist/src/fonts.d.ts +5 -0
- package/dist/src/fonts.d.ts.map +1 -0
- package/dist/src/fonts.js +16 -0
- package/dist/src/fonts.js.map +1 -0
- package/dist/src/formatting.d.ts +2 -0
- package/dist/src/formatting.d.ts.map +1 -0
- package/dist/src/formatting.js +4 -0
- package/dist/src/formatting.js.map +1 -0
- package/dist/src/getDisplayName.d.ts +4 -0
- package/dist/src/getDisplayName.d.ts.map +1 -0
- package/dist/src/getDisplayName.js +5 -0
- package/dist/src/getDisplayName.js.map +1 -0
- package/dist/src/i18n/A_E.d.ts +3 -0
- package/dist/src/i18n/A_E.d.ts.map +1 -0
- package/dist/src/i18n/A_E.js +8 -0
- package/dist/src/i18n/A_E.js.map +1 -0
- package/dist/src/i18n/BA.d.ts +3 -0
- package/dist/src/i18n/BA.d.ts.map +1 -0
- package/dist/src/i18n/BA.js +11 -0
- package/dist/src/i18n/BA.js.map +1 -0
- package/dist/src/i18n/CA.d.ts +3 -0
- package/dist/src/i18n/CA.d.ts.map +1 -0
- package/dist/src/i18n/CA.js +11 -0
- package/dist/src/i18n/CA.js.map +1 -0
- package/dist/src/i18n/EA.d.ts +3 -0
- package/dist/src/i18n/EA.d.ts.map +1 -0
- package/dist/src/i18n/EA.js +16 -0
- package/dist/src/i18n/EA.js.map +1 -0
- package/dist/src/i18n/FA.d.ts +3 -0
- package/dist/src/i18n/FA.d.ts.map +1 -0
- package/dist/src/i18n/FA.js +17 -0
- package/dist/src/i18n/FA.js.map +1 -0
- package/dist/src/i18n/GC.d.ts +3 -0
- package/dist/src/i18n/GC.d.ts.map +1 -0
- package/dist/src/i18n/GC.js +16 -0
- package/dist/src/i18n/GC.js.map +1 -0
- package/dist/src/i18n/I.d.ts +3 -0
- package/dist/src/i18n/I.d.ts.map +1 -0
- package/dist/src/i18n/I.js +21 -0
- package/dist/src/i18n/I.js.map +1 -0
- package/dist/src/i18n/M.d.ts +3 -0
- package/dist/src/i18n/M.d.ts.map +1 -0
- package/dist/src/i18n/M.js +4 -0
- package/dist/src/i18n/M.js.map +1 -0
- package/dist/src/i18n/O_E.d.ts +3 -0
- package/dist/src/i18n/O_E.d.ts.map +1 -0
- package/dist/src/i18n/O_E.js +7 -0
- package/dist/src/i18n/O_E.js.map +1 -0
- package/dist/src/i18n/PA.d.ts +3 -0
- package/dist/src/i18n/PA.d.ts.map +1 -0
- package/dist/src/i18n/PA.js +16 -0
- package/dist/src/i18n/PA.js.map +1 -0
- package/dist/src/i18n/SA.d.ts +3 -0
- package/dist/src/i18n/SA.d.ts.map +1 -0
- package/dist/src/i18n/SA.js +16 -0
- package/dist/src/i18n/SA.js.map +1 -0
- package/dist/src/i18n/TC.d.ts +3 -0
- package/dist/src/i18n/TC.d.ts.map +1 -0
- package/dist/src/i18n/TC.js +16 -0
- package/dist/src/i18n/TC.js.map +1 -0
- package/dist/src/i18n/VA.d.ts +3 -0
- package/dist/src/i18n/VA.d.ts.map +1 -0
- package/dist/src/i18n/VA.js +16 -0
- package/dist/src/i18n/VA.js.map +1 -0
- package/dist/src/i18n/Z.d.ts +3 -0
- package/dist/src/i18n/Z.d.ts.map +1 -0
- package/dist/src/i18n/Z.js +22 -0
- package/dist/src/i18n/Z.js.map +1 -0
- package/dist/src/i18n/fi-FI.d.ts +192 -0
- package/dist/src/i18n/fi-FI.d.ts.map +1 -0
- package/dist/src/i18n/fi-FI.js +182 -0
- package/dist/src/i18n/fi-FI.js.map +1 -0
- package/dist/src/i18n/index.d.ts +20 -0
- package/dist/src/i18n/index.d.ts.map +1 -0
- package/dist/src/i18n/index.js +128 -0
- package/dist/src/i18n/index.js.map +1 -0
- package/dist/src/i18n/sv-FI.d.ts +3 -0
- package/dist/src/i18n/sv-FI.d.ts.map +1 -0
- package/dist/src/i18n/sv-FI.js +181 -0
- package/dist/src/i18n/sv-FI.js.map +1 -0
- package/dist/src/ids.d.ts +14 -0
- package/dist/src/ids.d.ts.map +1 -0
- package/dist/src/ids.js +28 -0
- package/dist/src/ids.js.map +1 -0
- package/dist/src/index.d.ts +19 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +12 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/parser/parseExam.d.ts +2 -0
- package/dist/src/parser/parseExam.d.ts.map +1 -0
- package/dist/src/parser/parseExam.js +54 -0
- package/dist/src/parser/parseExam.js.map +1 -0
- package/dist/src/parser/parseExamStructure.d.ts +58 -0
- package/dist/src/parser/parseExamStructure.d.ts.map +1 -0
- package/dist/src/parser/parseExamStructure.js +40 -0
- package/dist/src/parser/parseExamStructure.js.map +1 -0
- package/dist/src/renderAnnotations.d.ts +7 -0
- package/dist/src/renderAnnotations.d.ts.map +1 -0
- package/dist/src/renderAnnotations.js +193 -0
- package/dist/src/renderAnnotations.js.map +1 -0
- package/dist/src/scrollToHash.d.ts +2 -0
- package/dist/src/scrollToHash.d.ts.map +1 -0
- package/dist/src/scrollToHash.js +24 -0
- package/dist/src/scrollToHash.js.map +1 -0
- package/dist/src/shortDisplayNumber.d.ts +2 -0
- package/dist/src/shortDisplayNumber.d.ts.map +1 -0
- package/dist/src/shortDisplayNumber.js +5 -0
- package/dist/src/shortDisplayNumber.js.map +1 -0
- package/dist/src/store/answers/actions.d.ts +33 -0
- package/dist/src/store/answers/actions.d.ts.map +1 -0
- package/dist/src/store/answers/actions.js +9 -0
- package/dist/src/store/answers/actions.js.map +1 -0
- package/dist/src/store/answers/reducer.d.ts +39 -0
- package/dist/src/store/answers/reducer.d.ts.map +1 -0
- package/dist/src/store/answers/reducer.js +55 -0
- package/dist/src/store/answers/reducer.js.map +1 -0
- package/dist/src/store/answers/sagas.d.ts +8 -0
- package/dist/src/store/answers/sagas.d.ts.map +1 -0
- package/dist/src/store/answers/sagas.js +60 -0
- package/dist/src/store/answers/sagas.js.map +1 -0
- package/dist/src/store/audio/actions.d.ts +29 -0
- package/dist/src/store/audio/actions.d.ts.map +1 -0
- package/dist/src/store/audio/actions.js +9 -0
- package/dist/src/store/audio/actions.js.map +1 -0
- package/dist/src/store/audio/reducer.d.ts +27 -0
- package/dist/src/store/audio/reducer.d.ts.map +1 -0
- package/dist/src/store/audio/reducer.js +55 -0
- package/dist/src/store/audio/reducer.js.map +1 -0
- package/dist/src/store/audio/sagas.d.ts +3 -0
- package/dist/src/store/audio/sagas.d.ts.map +1 -0
- package/dist/src/store/audio/sagas.js +68 -0
- package/dist/src/store/audio/sagas.js.map +1 -0
- package/dist/src/store/cas/actions.d.ts +19 -0
- package/dist/src/store/cas/actions.d.ts.map +1 -0
- package/dist/src/store/cas/actions.js +9 -0
- package/dist/src/store/cas/actions.js.map +1 -0
- package/dist/src/store/cas/reducer.d.ts +14 -0
- package/dist/src/store/cas/reducer.d.ts.map +1 -0
- package/dist/src/store/cas/reducer.js +24 -0
- package/dist/src/store/cas/reducer.js.map +1 -0
- package/dist/src/store/cas/sagas.d.ts +18 -0
- package/dist/src/store/cas/sagas.d.ts.map +1 -0
- package/dist/src/store/cas/sagas.js +36 -0
- package/dist/src/store/cas/sagas.js.map +1 -0
- package/dist/src/store/countdown.d.ts +4 -0
- package/dist/src/store/countdown.d.ts.map +1 -0
- package/dist/src/store/countdown.js +33 -0
- package/dist/src/store/countdown.js.map +1 -0
- package/dist/src/store/index.d.ts +78 -0
- package/dist/src/store/index.d.ts.map +1 -0
- package/dist/src/store/index.js +53 -0
- package/dist/src/store/index.js.map +1 -0
- package/dist/src/store/selectors.d.ts +9 -0
- package/dist/src/store/selectors.d.ts.map +1 -0
- package/dist/src/store/selectors.js +35 -0
- package/dist/src/store/selectors.js.map +1 -0
- package/dist/src/types/ExamAnswer.d.ts +22 -0
- package/dist/src/types/ExamAnswer.d.ts.map +1 -0
- package/dist/src/types/ExamAnswer.js +2 -0
- package/dist/src/types/ExamAnswer.js.map +1 -0
- package/dist/src/types/ExamServerAPI.d.ts +78 -0
- package/dist/src/types/ExamServerAPI.d.ts.map +1 -0
- package/dist/src/types/ExamServerAPI.js +2 -0
- package/dist/src/types/ExamServerAPI.js.map +1 -0
- package/dist/src/types/GradingStructure.d.ts +40 -0
- package/dist/src/types/GradingStructure.d.ts.map +1 -0
- package/dist/src/types/GradingStructure.js +2 -0
- package/dist/src/types/GradingStructure.js.map +1 -0
- package/dist/src/types/Score.d.ts +92 -0
- package/dist/src/types/Score.d.ts.map +1 -0
- package/dist/src/types/Score.js +2 -0
- package/dist/src/types/Score.js.map +1 -0
- package/dist/src/url.d.ts +7 -0
- package/dist/src/url.d.ts.map +1 -0
- package/dist/src/url.js +12 -0
- package/dist/src/url.js.map +1 -0
- package/dist/src/useCached.d.ts +3 -0
- package/dist/src/useCached.d.ts.map +1 -0
- package/dist/src/useCached.js +6 -0
- package/dist/src/useCached.js.map +1 -0
- package/dist/src/utils.d.ts +15 -0
- package/dist/src/utils.d.ts.map +1 -0
- package/dist/src/utils.js +35 -0
- package/dist/src/utils.js.map +1 -0
- package/dist/src/validateAnswers.d.ts +16 -0
- package/dist/src/validateAnswers.d.ts.map +1 -0
- package/dist/src/validateAnswers.js +89 -0
- package/dist/src/validateAnswers.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +3 -3
@@ -0,0 +1,72 @@
|
|
1
|
+
import React, { useContext } from 'react';
|
2
|
+
import { findChildElement, getBooleanAttribute, NBSP } from '../../dom-utils';
|
3
|
+
import { useExamTranslation } from '../../i18n';
|
4
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
5
|
+
import RenderChildNodes from '../RenderChildNodes';
|
6
|
+
import classNames from 'classnames';
|
7
|
+
function Reference({ element, renderChildNodes }) {
|
8
|
+
const { t } = useExamTranslation();
|
9
|
+
function renderWith(localName, Component) {
|
10
|
+
const childElement = findChildElement(element, localName);
|
11
|
+
if (childElement) {
|
12
|
+
const key = childElement.localName;
|
13
|
+
const content = React.createElement(Component, { element: childElement, renderChildNodes, key });
|
14
|
+
if (content) {
|
15
|
+
const isHidden = getBooleanAttribute(childElement, 'hidden');
|
16
|
+
return isHidden ? React.createElement("del", { key: key }, content) : content;
|
17
|
+
}
|
18
|
+
}
|
19
|
+
}
|
20
|
+
function renderWithPrefix(localName, translationKey, Component) {
|
21
|
+
const childElement = findChildElement(element, localName);
|
22
|
+
return (childElement && (React.createElement(React.Fragment, { key: childElement.localName },
|
23
|
+
t(translationKey),
|
24
|
+
' ',
|
25
|
+
React.createElement(Component, { element: childElement, renderChildNodes, key: childElement.localName }))));
|
26
|
+
}
|
27
|
+
return (React.createElement("span", { className: classNames('e-break-word', { 'e-line-through': getBooleanAttribute(element, 'hidden') }) },
|
28
|
+
t('references.source'),
|
29
|
+
NBSP,
|
30
|
+
intersperse('. ', [
|
31
|
+
renderWith('author', RenderChildNodes),
|
32
|
+
renderWith('title', Italic),
|
33
|
+
renderWith('publisher', RenderChildNodes),
|
34
|
+
renderWith('publication', RenderChildNodes),
|
35
|
+
renderWith('howpublished', RenderChildNodes),
|
36
|
+
renderWith('url', Link),
|
37
|
+
renderWithPrefix('publication-date', 'references.date', AsDate),
|
38
|
+
renderWithPrefix('reference-date', 'references.reference-date', AsDate),
|
39
|
+
renderWithPrefix('translator', 'references.translator', RenderChildNodes),
|
40
|
+
renderWithPrefix('modified-by', 'references.modified-by', RenderChildNodes),
|
41
|
+
renderWith('note', RenderChildNodes)
|
42
|
+
])));
|
43
|
+
}
|
44
|
+
function Italic({ element, renderChildNodes }) {
|
45
|
+
return React.createElement("em", null, renderChildNodes(element));
|
46
|
+
}
|
47
|
+
function Link({ element, renderChildNodes }) {
|
48
|
+
return React.createElement("i", null, renderChildNodes(element));
|
49
|
+
}
|
50
|
+
function AsDate({ element }) {
|
51
|
+
const textContent = element.textContent;
|
52
|
+
if (/^[0-9]{4}$/.test(textContent)) {
|
53
|
+
return React.createElement(React.Fragment, null, textContent);
|
54
|
+
}
|
55
|
+
else {
|
56
|
+
// The XML tag might contain leading or trailing whitespace, which breaks Date parsing.
|
57
|
+
const date = new Date(textContent.trim());
|
58
|
+
const { dateTimeFormatter } = useContext(CommonExamContext);
|
59
|
+
return React.createElement(React.Fragment, null, dateTimeFormatter.format(date));
|
60
|
+
}
|
61
|
+
}
|
62
|
+
function intersperse(separator, contents) {
|
63
|
+
return contents.filter(Boolean).reduce((acc, curr, i) => {
|
64
|
+
acc.push(curr);
|
65
|
+
if (i !== contents.length - 1) {
|
66
|
+
acc.push(separator);
|
67
|
+
}
|
68
|
+
return acc;
|
69
|
+
}, []);
|
70
|
+
}
|
71
|
+
export default React.memo(Reference);
|
72
|
+
//# sourceMappingURL=Reference.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Reference.js","sourceRoot":"","sources":["../../../../src/components/shared/Reference.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ExamComponentProps } from '../../createRenderChildNodes';
|
3
|
+
declare function References(_props: ExamComponentProps): React.JSX.Element | null;
|
4
|
+
declare const _default: React.MemoExoticComponent<typeof References>;
|
5
|
+
export default _default;
|
6
|
+
//# sourceMappingURL=References.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"References.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/References.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAA0B,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAUzF,iBAAS,UAAU,CAAC,MAAM,EAAE,kBAAkB,4BAwB7C;;AAED,wBAAqC"}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import React, { useContext } from 'react';
|
2
|
+
import { createRenderChildNodes } from '../../createRenderChildNodes';
|
3
|
+
import { queryAll, queryAncestors } from '../../dom-utils';
|
4
|
+
import { formatQuestionDisplayNumber } from '../../formatting';
|
5
|
+
import { useExamTranslation } from '../../i18n';
|
6
|
+
import { referencesTitleId } from '../../ids';
|
7
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
8
|
+
import Reference from './Reference';
|
9
|
+
import SectionElement from '../SectionElement';
|
10
|
+
const renderChildNodes = createRenderChildNodes({});
|
11
|
+
function References(_props) {
|
12
|
+
const { root } = useContext(CommonExamContext);
|
13
|
+
const { t } = useExamTranslation();
|
14
|
+
const internalReferences = queryAll(root, 'reference').filter(reference => queryAncestors(reference, 'external-material') == null);
|
15
|
+
return internalReferences.length > 0 ? (React.createElement(SectionElement, { "aria-labelledby": referencesTitleId },
|
16
|
+
React.createElement("h2", { id: referencesTitleId }, t('references.heading')),
|
17
|
+
React.createElement("div", { className: "anchor", id: "references" }),
|
18
|
+
React.createElement("ol", { className: "e-list-data", "data-annotation-anchor": referencesTitleId }, internalReferences.map((reference, i) => {
|
19
|
+
const question = queryAncestors(reference, 'question');
|
20
|
+
const displayNumber = question.getAttribute('display-number');
|
21
|
+
return (React.createElement("li", { "data-list-number": formatQuestionDisplayNumber(displayNumber), key: `${displayNumber}${i}` },
|
22
|
+
React.createElement(Reference, { element: reference, renderChildNodes: renderChildNodes })));
|
23
|
+
})))) : null;
|
24
|
+
}
|
25
|
+
export default React.memo(References);
|
26
|
+
//# sourceMappingURL=References.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"References.js","sourceRoot":"","sources":["../../../../src/components/shared/References.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,sBAAsB,EAAsB,MAAM,8BAA8B,CAAA;AACzF,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAC1D,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAA;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,SAAS,MAAM,aAAa,CAAA;AACnC,OAAO,cAAc,MAAM,mBAAmB,CAAA;AAE9C,MAAM,gBAAgB,GAAG,sBAAsB,CAAC,EAAE,CAAC,CAAA;AACnD,SAAS,UAAU,CAAC,MAA0B;IAC5C,MAAM,EAAE,IAAI,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAC9C,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,kBAAkB,GAAG,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC,CAAC,MAAM,CAC3D,SAAS,CAAC,EAAE,CAAC,cAAc,CAAC,SAAS,EAAE,mBAAmB,CAAC,IAAI,IAAI,CACpE,CAAA;IAED,OAAO,kBAAkB,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CACrC,oBAAC,cAAc,uBAAkB,iBAAiB;QAChD,4BAAI,EAAE,EAAE,iBAAiB,IAAG,CAAC,CAAC,oBAAoB,CAAC,CAAM;QACzD,6BAAK,SAAS,EAAC,QAAQ,EAAC,EAAE,EAAC,YAAY,GAAG;QAC1C,4BAAI,SAAS,EAAC,aAAa,4BAAyB,iBAAiB,IAClE,kBAAkB,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,CAAC,EAAE,EAAE;YACvC,MAAM,QAAQ,GAAG,cAAc,CAAC,SAAS,EAAE,UAAU,CAAE,CAAA;YACvD,MAAM,aAAa,GAAG,QAAQ,CAAC,YAAY,CAAC,gBAAgB,CAAE,CAAA;YAC9D,OAAO,CACL,gDAAsB,2BAA2B,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,GAAG,aAAa,GAAG,CAAC,EAAE;gBAC3F,oBAAC,SAAS,IAAC,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,gBAAgB,GAAI,CAClE,CACN,CAAA;QACH,CAAC,CAAC,CACC,CACU,CAClB,CAAC,CAAC,CAAC,IAAI,CAAA;AACV,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Score.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/Score.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,OAAO,CAAA;IACnC,KAAK,EAAE,MAAM,CAAA;CACd;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAerD,CAAA"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import classNames from 'classnames';
|
2
|
+
import React from 'react';
|
3
|
+
import { useExamTranslation } from '../../i18n';
|
4
|
+
export const Score = ({ id, size = 'small', score }) => {
|
5
|
+
const { t } = useExamTranslation();
|
6
|
+
const Tag = size === 'inline' ? 'sup' : 'span';
|
7
|
+
return (React.createElement(Tag, { className: classNames('e-score e-nowrap', {
|
8
|
+
'e-score--small e-font-size-m e-semibold': size === 'small',
|
9
|
+
'e-score--large e-font-size-l e-semibold': size === 'large',
|
10
|
+
'e-score--inline e-font-size-xs': size === 'inline'
|
11
|
+
}), id: id }, t('points', { count: score })));
|
12
|
+
};
|
13
|
+
//# sourceMappingURL=Score.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Score.js","sourceRoot":"","sources":["../../../../src/components/shared/Score.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAQ/C,MAAM,CAAC,MAAM,KAAK,GAAwC,CAAC,EAAE,EAAE,EAAE,IAAI,GAAG,OAAO,EAAE,KAAK,EAAE,EAAE,EAAE;IAC1F,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,GAAG,GAAG,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,CAAA;IAC9C,OAAO,CACL,oBAAC,GAAG,IACF,SAAS,EAAE,UAAU,CAAC,kBAAkB,EAAE;YACxC,yCAAyC,EAAE,IAAI,KAAK,OAAO;YAC3D,yCAAyC,EAAE,IAAI,KAAK,OAAO;YAC3D,gCAAgC,EAAE,IAAI,KAAK,QAAQ;SACpD,CAAC,EACF,EAAE,EAAE,EAAE,IAEL,CAAC,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,CAC1B,CACP,CAAA;AACH,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TOCQuestion.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/TOCQuestion.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAWjE,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CA8GnE,CAAA"}
|
@@ -0,0 +1,77 @@
|
|
1
|
+
import { faPaperclip } from '@fortawesome/free-solid-svg-icons';
|
2
|
+
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
3
|
+
import classNames from 'classnames';
|
4
|
+
import React, { useContext } from 'react';
|
5
|
+
import { useSelector } from 'react-redux';
|
6
|
+
import { findChildElement, getAttribute, query, queryAncestors, useIsElementInViewport } from '../../dom-utils';
|
7
|
+
import { useExamTranslation } from '../../i18n';
|
8
|
+
import { url } from '../../url';
|
9
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
10
|
+
import { QuestionContext } from '../context/QuestionContext';
|
11
|
+
import { Indicator } from './AnswerIndicator';
|
12
|
+
import { IsInSidebarContext } from '../context/IsInSidebarContext';
|
13
|
+
export const TOCQuestion = ({ element, renderChildNodes }) => {
|
14
|
+
var _a;
|
15
|
+
const { attachmentsURL } = useContext(CommonExamContext);
|
16
|
+
const { displayNumber, maxScore, level } = useContext(QuestionContext);
|
17
|
+
const { t } = useExamTranslation();
|
18
|
+
const showAttachmentLinks = true;
|
19
|
+
const { isInSidebar } = useContext(IsInSidebarContext);
|
20
|
+
const questionTitle = findChildElement(element, 'question-title');
|
21
|
+
const externalMaterial = showAttachmentLinks && displayNumber != null && query(element, 'external-material');
|
22
|
+
const subquestions = [];
|
23
|
+
let answersById = {};
|
24
|
+
let hasQuestionValidationError = false;
|
25
|
+
if (isInSidebar) {
|
26
|
+
const answers = useSelector((state) => state.answers);
|
27
|
+
answersById = (answers === null || answers === void 0 ? void 0 : answers.answersById) || {};
|
28
|
+
const subquestionNodes = element.querySelectorAll('[question-id]');
|
29
|
+
const questionValidationErrors = (_a = answers.validationErrors) === null || _a === void 0 ? void 0 : _a.filter(i => (i === null || i === void 0 ? void 0 : i.elementType) === 'question');
|
30
|
+
hasQuestionValidationError = !!(questionValidationErrors === null || questionValidationErrors === void 0 ? void 0 : questionValidationErrors.find(i => i.displayNumber === displayNumber));
|
31
|
+
subquestionNodes.forEach(e => {
|
32
|
+
var _a;
|
33
|
+
const id = Number(e.getAttribute('question-id'));
|
34
|
+
const type = e.getAttribute('type') || '';
|
35
|
+
const subQuestionDisplayNumber = e.getAttribute('display-number') || '';
|
36
|
+
const hasError = !!(questionValidationErrors === null || questionValidationErrors === void 0 ? void 0 : questionValidationErrors.find(i => i.displayNumber === subQuestionDisplayNumber));
|
37
|
+
const childQuestionHasError = questionValidationErrors
|
38
|
+
.flatMap(i => ('childQuestions' in i ? i.childQuestions : []))
|
39
|
+
.includes(subQuestionDisplayNumber);
|
40
|
+
const hasAnswer = !!((_a = answersById[id]) === null || _a === void 0 ? void 0 : _a.value);
|
41
|
+
if (id) {
|
42
|
+
subquestions.push({
|
43
|
+
id,
|
44
|
+
type,
|
45
|
+
error: hasError || (childQuestionHasError && hasAnswer),
|
46
|
+
displayNumber: subQuestionDisplayNumber
|
47
|
+
});
|
48
|
+
}
|
49
|
+
});
|
50
|
+
}
|
51
|
+
const subQuestionError = !!subquestions.find(i => i.error);
|
52
|
+
const subquestionsAnswered = subquestions === null || subquestions === void 0 ? void 0 : subquestions.filter(i => { var _a; return (_a = answersById[i.id]) === null || _a === void 0 ? void 0 : _a.value; }).length;
|
53
|
+
const maxAnswers = Number(element.getAttribute('max-answers'));
|
54
|
+
const requiredAnswers = maxAnswers || subquestions.length;
|
55
|
+
const isVisible = useIsElementInViewport('question', displayNumber);
|
56
|
+
return (React.createElement("li", { "data-list-number": `${displayNumber}.`, onClick: () => (isInSidebar ? (window.location.href = `#question-nr-${displayNumber}`) : undefined), className: classNames(`level-${level}`, { error: hasQuestionValidationError, current: isVisible }) },
|
57
|
+
React.createElement("span", { className: "e-column e-question-title" },
|
58
|
+
React.createElement("a", { href: url('', { hash: `question-nr-${displayNumber}` }), tabIndex: isInSidebar ? -1 : undefined },
|
59
|
+
React.createElement("span", null, renderChildNodes(questionTitle)))),
|
60
|
+
isInSidebar && (React.createElement("div", { className: classNames('numeric-answer-indicator', {
|
61
|
+
error: subQuestionError,
|
62
|
+
ok: subquestionsAnswered === requiredAnswers
|
63
|
+
}) },
|
64
|
+
subquestionsAnswered,
|
65
|
+
"/",
|
66
|
+
requiredAnswers)),
|
67
|
+
!isInSidebar && externalMaterial && (React.createElement("span", { className: "e-column e-column--narrow e-external-material" },
|
68
|
+
React.createElement("a", { href: url(attachmentsURL, {
|
69
|
+
hash: getAttribute(queryAncestors(externalMaterial, 'question'), 'display-number')
|
70
|
+
}), target: "attachments" }, t('material')))),
|
71
|
+
React.createElement("span", { className: "e-column e-column--narrow table-of-contents--score-column" }, t('points', { count: maxScore })),
|
72
|
+
isInSidebar && (React.createElement("span", { className: "e-column e-column--narrow e-external-material" }, externalMaterial && React.createElement(FontAwesomeIcon, { size: "sm", icon: faPaperclip, fixedWidth: true }))),
|
73
|
+
React.createElement("div", { className: "answers" },
|
74
|
+
subquestions.map(i => (React.createElement(Indicator, { key: i.id, type: i.type, id: i.id, answer: answersById[i.id], error: i.error, displayNumber: i.displayNumber }))),
|
75
|
+
' ')));
|
76
|
+
};
|
77
|
+
//# sourceMappingURL=TOCQuestion.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TOCQuestion.js","sourceRoot":"","sources":["../../../../src/components/shared/TOCQuestion.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ExamComponentProps } from '../../createRenderChildNodes';
|
3
|
+
import { AnswersState } from '../../store/answers/reducer';
|
4
|
+
export declare const TOCSection: React.FunctionComponent<ExamComponentProps & {
|
5
|
+
answers: AnswersState;
|
6
|
+
}>;
|
7
|
+
//# sourceMappingURL=TOCSection.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TOCSection.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/TOCSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAiB,MAAM,8BAA8B,CAAA;AAChF,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAA;AAM1D,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,GAAG;IAAE,OAAO,EAAE,YAAY,CAAA;CAAE,CAwB9F,CAAA"}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import React, { useContext } from 'react';
|
2
|
+
import { SectionContext } from '../context/SectionContext';
|
3
|
+
import { findChildElement } from '../../dom-utils';
|
4
|
+
import { TOCSectionTitle } from './TOCSectionTitle';
|
5
|
+
import { tocSectionTitleId } from '../../ids';
|
6
|
+
export const TOCSection = ({ element, answers, renderChildNodes }) => {
|
7
|
+
const { displayNumber } = useContext(SectionContext);
|
8
|
+
const sectionTitle = findChildElement(element, 'section-title');
|
9
|
+
return (React.createElement("li", { "data-section-id": displayNumber },
|
10
|
+
sectionTitle && (React.createElement(TOCSectionTitle, { element: sectionTitle,
|
11
|
+
renderChildNodes,
|
12
|
+
answers })),
|
13
|
+
React.createElement("ol", { className: "e-list-data e-pad-l-0", "aria-labelledby": sectionTitle && tocSectionTitleId(displayNumber) }, renderChildNodes(element, 1 /* RenderOptions.SkipHTML */))));
|
14
|
+
};
|
15
|
+
//# sourceMappingURL=TOCSection.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TOCSection.js","sourceRoot":"","sources":["../../../../src/components/shared/TOCSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAGzC,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAA;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAE7C,MAAM,CAAC,MAAM,UAAU,GAA4E,CAAC,EAClG,OAAO,EACP,OAAO,EACP,gBAAgB,EACjB,EAAE,EAAE;IACH,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;IACpD,MAAM,YAAY,GAAG,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAA;IAE/D,OAAO,CACL,+CAAqB,aAAa;QAC/B,YAAY,IAAI,CACf,oBAAC,eAAe,IAEZ,OAAO,EAAE,YAAY;YACrB,gBAAgB;YAChB,OAAO,GAET,CACH;QACD,4BAAI,SAAS,EAAC,uBAAuB,qBAAkB,YAAY,IAAI,iBAAiB,CAAC,aAAa,CAAC,IACpG,gBAAgB,CAAC,OAAO,iCAAyB,CAC/C,CACF,CACN,CAAA;AACH,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TOCSectionTitle.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/TOCSectionTitle.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAUjE,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CAyCvE,CAAA"}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import classNames from 'classnames';
|
2
|
+
import React, { useContext } from 'react';
|
3
|
+
import { useSelector } from 'react-redux';
|
4
|
+
import { useIsElementInViewport } from '../../dom-utils';
|
5
|
+
import { useExamTranslation } from '../../i18n';
|
6
|
+
import { tocSectionTitleId } from '../../ids';
|
7
|
+
import AnsweringInstructions from '../AnsweringInstructions';
|
8
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
9
|
+
import { SectionContext } from '../context/SectionContext';
|
10
|
+
import { IsInSidebarContext } from '../context/IsInSidebarContext';
|
11
|
+
export const TOCSectionTitle = ({ element, renderChildNodes }) => {
|
12
|
+
const { sections } = useContext(CommonExamContext);
|
13
|
+
const { childQuestions, displayNumber, minAnswers, maxAnswers } = useContext(SectionContext);
|
14
|
+
const { t } = useExamTranslation();
|
15
|
+
const { isInSidebar } = useContext(IsInSidebarContext);
|
16
|
+
const showAnsweringInstructions = true;
|
17
|
+
const showSectionValidationErrors = isInSidebar &&
|
18
|
+
!!useSelector((state) => { var _a, _b; return (_b = (_a = state.answers) === null || _a === void 0 ? void 0 : _a.validationErrors) === null || _b === void 0 ? void 0 : _b.find(i => i.displayNumber === displayNumber && (i === null || i === void 0 ? void 0 : i.elementType) === 'section'); });
|
19
|
+
const isVisible = useIsElementInViewport('section', displayNumber);
|
20
|
+
return (React.createElement("div", { className: isVisible ? 'current' : '' },
|
21
|
+
element.hasChildNodes() && (React.createElement("div", { className: "toc-section-header-container" },
|
22
|
+
React.createElement("h4", { className: "toc-section-header", id: tocSectionTitleId(displayNumber) },
|
23
|
+
sections.length > 1 && t('section', { displayNumber }),
|
24
|
+
" ",
|
25
|
+
renderChildNodes(element)))),
|
26
|
+
showAnsweringInstructions && maxAnswers && (React.createElement("div", { style: { display: 'grid' }, className: `answer-instructions-container section-${displayNumber}` },
|
27
|
+
React.createElement("div", { className: classNames('answer-instructions', {
|
28
|
+
error: showSectionValidationErrors
|
29
|
+
}) },
|
30
|
+
showSectionValidationErrors && React.createElement("div", { className: "error-mark" }, "!"),
|
31
|
+
React.createElement("span", { className: "error-reason" },
|
32
|
+
React.createElement(AnsweringInstructions, { maxAnswers, minAnswers, childQuestions, elementType: 'toc-section' })))))));
|
33
|
+
};
|
34
|
+
//# sourceMappingURL=TOCSectionTitle.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TOCSectionTitle.js","sourceRoot":"","sources":["../../../../src/components/shared/TOCSectionTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,YAAY,CAAA;AACnC,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AAEzC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAA;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAA;AAE7C,OAAO,qBAAqB,MAAM,0BAA0B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAC1D,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAElE,MAAM,CAAC,MAAM,eAAe,GAAgD,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,EAAE;IAC5G,MAAM,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAClD,MAAM,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;IAC5F,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,EAAE,WAAW,EAAE,GAAG,UAAU,CAAC,kBAAkB,CAAC,CAAA;IACtD,MAAM,yBAAyB,GAAG,IAAI,CAAA;IAEtC,MAAM,2BAA2B,GAC/B,WAAW;QACX,CAAC,CAAC,WAAW,CAAC,CAAC,KAAgC,EAAE,EAAE,eACjD,OAAA,MAAA,MAAA,KAAK,CAAC,OAAO,0CAAE,gBAAgB,0CAAE,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,aAAa,KAAK,aAAa,IAAI,CAAA,CAAC,aAAD,CAAC,uBAAD,CAAC,CAAE,WAAW,MAAK,SAAS,CAAC,CAAA,EAAA,CAC9G,CAAA;IAEH,MAAM,SAAS,GAAG,sBAAsB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAA;IAElE,OAAO,CACL,6BAAK,SAAS,EAAE,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE;QACvC,OAAO,CAAC,aAAa,EAAE,IAAI,CAC1B,6BAAK,SAAS,EAAC,8BAA8B;YAC3C,4BAAI,SAAS,EAAC,oBAAoB,EAAC,EAAE,EAAE,iBAAiB,CAAC,aAAa,CAAC;gBACpE,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,aAAa,EAAE,CAAC;;gBAAG,gBAAgB,CAAC,OAAO,CAAC,CAChF,CACD,CACP;QAEA,yBAAyB,IAAI,UAAU,IAAI,CAC1C,6BAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,yCAAyC,aAAa,EAAE;YAClG,6BACE,SAAS,EAAE,UAAU,CAAC,qBAAqB,EAAE;oBAC3C,KAAK,EAAE,2BAA2B;iBACnC,CAAC;gBAED,2BAA2B,IAAI,6BAAK,SAAS,EAAC,YAAY,QAAQ;gBACnE,8BAAM,SAAS,EAAC,cAAc;oBAC5B,oBAAC,qBAAqB,IAAO,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,aAAa,GAAM,CAChG,CACH,CACF,CACP,CACG,CACP,CAAA;AACH,CAAC,CAAA"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ExamComponentProps } from '../../createRenderChildNodes';
|
3
|
+
export declare const mkTableOfContents: (options: {
|
4
|
+
showAttachmentLinks: boolean;
|
5
|
+
showAnsweringInstructions: boolean;
|
6
|
+
isInSidebar: boolean;
|
7
|
+
}) => React.NamedExoticComponent<ExamComponentProps>;
|
8
|
+
//# sourceMappingURL=TableOfContents.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TableOfContents.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/TableOfContents.tsx"],"names":[],"mappings":"AACA,OAAO,KAAgC,MAAM,OAAO,CAAA;AAEpD,OAAO,EAA0B,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAYzF,eAAO,MAAM,iBAAiB,YAAa;IACzC,mBAAmB,EAAE,OAAO,CAAA;IAC5B,yBAAyB,EAAE,OAAO,CAAA;IAClC,WAAW,EAAE,OAAO,CAAA;CACrB,mDAuEA,CAAA"}
|
@@ -0,0 +1,61 @@
|
|
1
|
+
import classNames from 'classnames';
|
2
|
+
import React, { useContext, useEffect } from 'react';
|
3
|
+
import { useSelector } from 'react-redux';
|
4
|
+
import { createRenderChildNodes } from '../../createRenderChildNodes';
|
5
|
+
import { getNumericAttribute } from '../../dom-utils';
|
6
|
+
import { useExamTranslation } from '../../i18n';
|
7
|
+
import { tocTitleId } from '../../ids';
|
8
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
9
|
+
import { withQuestionContext } from '../context/QuestionContext';
|
10
|
+
import { withSectionContext } from '../context/SectionContext';
|
11
|
+
import { TOCQuestion } from './TOCQuestion';
|
12
|
+
import { TOCSection } from './TOCSection';
|
13
|
+
import { IsInSidebarContext } from '../context/IsInSidebarContext';
|
14
|
+
export const mkTableOfContents = (options) => {
|
15
|
+
const { showAnsweringInstructions, isInSidebar } = options;
|
16
|
+
const renderChildNodes = createRenderChildNodes({
|
17
|
+
section: withSectionContext(TOCSection),
|
18
|
+
question: withQuestionContext(TOCQuestion)
|
19
|
+
});
|
20
|
+
const TableOfContents = () => {
|
21
|
+
const { root, maxScore } = useContext(CommonExamContext);
|
22
|
+
const { t } = useExamTranslation();
|
23
|
+
const maxAnswers = getNumericAttribute(root, 'max-answers');
|
24
|
+
const showExamValidationErrors = isInSidebar &&
|
25
|
+
!!useSelector((state) => { var _a; return (_a = state.answers.validationErrors) === null || _a === void 0 ? void 0 : _a.find(i => (i === null || i === void 0 ? void 0 : i.elementType) === 'exam'); });
|
26
|
+
const ref = React.createRef();
|
27
|
+
useEffect(() => {
|
28
|
+
var _a;
|
29
|
+
// Prevent scrolling the whole page when scrolling the TOC
|
30
|
+
const handleTOCScroll = (e) => {
|
31
|
+
const toc = e.currentTarget;
|
32
|
+
if (toc.scrollHeight <= toc.clientHeight) {
|
33
|
+
return;
|
34
|
+
}
|
35
|
+
const deltaY = e.deltaY;
|
36
|
+
const hitsTop = deltaY < 0 && toc.scrollTop === 0;
|
37
|
+
const hitsBottom = deltaY > 0 && toc.scrollTop >= toc.scrollHeight - toc.clientHeight;
|
38
|
+
if (hitsTop || hitsBottom) {
|
39
|
+
e.preventDefault();
|
40
|
+
}
|
41
|
+
};
|
42
|
+
(_a = ref === null || ref === void 0 ? void 0 : ref.current) === null || _a === void 0 ? void 0 : _a.addEventListener('wheel', handleTOCScroll, { passive: false });
|
43
|
+
return () => { var _a; return (_a = ref === null || ref === void 0 ? void 0 : ref.current) === null || _a === void 0 ? void 0 : _a.removeEventListener('wheel', handleTOCScroll); };
|
44
|
+
}, []);
|
45
|
+
return (React.createElement("nav", { className: "table-of-contents", "aria-labelledby": tocTitleId, ref: ref },
|
46
|
+
!isInSidebar && (React.createElement("h2", { id: tocTitleId },
|
47
|
+
React.createElement("span", { className: "e-toc-heading" }, t('toc-heading')))),
|
48
|
+
showAnsweringInstructions && maxAnswers && (React.createElement("div", { style: { display: 'grid' } },
|
49
|
+
React.createElement("div", { className: classNames('answer-instructions', { error: showExamValidationErrors }) },
|
50
|
+
showExamValidationErrors && React.createElement("div", { className: "error-mark exam" }, "!"),
|
51
|
+
React.createElement("span", { className: "error-reason" }, t('max-answers-warning', { count: maxAnswers }))))),
|
52
|
+
React.createElement(IsInSidebarContext.Provider, { value: { isInSidebar } },
|
53
|
+
React.createElement("ol", { className: "e-list-plain e-pad-l-0" }, renderChildNodes(root))),
|
54
|
+
React.createElement("div", { className: "e-columns" },
|
55
|
+
React.createElement("strong", { className: "e-column e-total" }, t('exam-total')),
|
56
|
+
React.createElement("strong", { className: "e-column e-column--narrow table-of-contents--score-column" }, t('points', { count: maxScore })),
|
57
|
+
isInSidebar && React.createElement("span", { className: "e-column e-column--narrow e-external-material" }))));
|
58
|
+
};
|
59
|
+
return React.memo(TableOfContents);
|
60
|
+
};
|
61
|
+
//# sourceMappingURL=TableOfContents.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TableOfContents.js","sourceRoot":"","sources":["../../../../src/components/shared/TableOfContents.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"VersionNumber.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/VersionNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAGjC,CAAA"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import * as _ from 'lodash-es';
|
3
|
+
import lernaConfig from '../../../../../lerna.json';
|
4
|
+
export const VersionNumber = () => {
|
5
|
+
const testVersion = _.get(window, 'TEST_VERSION_NUMBER');
|
6
|
+
return React.createElement("span", null,
|
7
|
+
"EE v.",
|
8
|
+
testVersion || lernaConfig.version);
|
9
|
+
};
|
10
|
+
//# sourceMappingURL=VersionNumber.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"VersionNumber.js","sourceRoot":"","sources":["../../../../src/components/shared/VersionNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AAC9B,OAAO,WAAW,MAAM,2BAA2B,CAAA;AAEnD,MAAM,CAAC,MAAM,aAAa,GAAa,GAAG,EAAE;IAC1C,MAAM,WAAW,GAAG,CAAC,CAAC,GAAG,CAAC,MAAM,EAAE,qBAAqB,CAAC,CAAA;IACxD,OAAO;;QAAY,WAAW,IAAI,WAAW,CAAC,OAAO,CAAQ,CAAA;AAC/D,CAAC,CAAA"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { ExamComponentProps } from '../../createRenderChildNodes';
|
3
|
+
declare function Video({ element, renderChildNodes, className }: ExamComponentProps): React.JSX.Element;
|
4
|
+
declare const _default: React.MemoExoticComponent<typeof Video>;
|
5
|
+
export default _default;
|
6
|
+
//# sourceMappingURL=Video.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Video.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/Video.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAIzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAIjE,iBAAS,KAAK,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAE,EAAE,kBAAkB,qBA2B1E;;AAED,wBAAgC"}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import React, { useContext } from 'react';
|
2
|
+
import { findChildElement, getAttribute, getNumericAttribute } from '../../dom-utils';
|
3
|
+
import { CommonExamContext } from '../context/CommonExamContext';
|
4
|
+
import ResponsiveMediaContainer from './internal/ResponsiveMediaContainer';
|
5
|
+
import { videoCaptionId } from '../../ids';
|
6
|
+
import { isWhitespace } from '../../utils';
|
7
|
+
function Video({ element, renderChildNodes, className }) {
|
8
|
+
const { resolveAttachment } = useContext(CommonExamContext);
|
9
|
+
const src = getAttribute(element, 'src');
|
10
|
+
const width = getNumericAttribute(element, 'width');
|
11
|
+
const height = getNumericAttribute(element, 'height');
|
12
|
+
const title = findChildElement(element, 'video-title');
|
13
|
+
const children = title && renderChildNodes(title);
|
14
|
+
const hasCaption = children != null && !children.every(isWhitespace);
|
15
|
+
const caption = hasCaption ? children : undefined;
|
16
|
+
const captionId = hasCaption ? videoCaptionId(element) : undefined;
|
17
|
+
return (React.createElement(ResponsiveMediaContainer, { caption, captionId, className, width, height },
|
18
|
+
React.createElement("video", { className: "video", preload: "metadata", controls: true, controlsList: "nodownload", disablePictureInPicture: true, "aria-describedby": captionId },
|
19
|
+
React.createElement("source", { src: resolveAttachment(src) }))));
|
20
|
+
}
|
21
|
+
export default React.memo(Video);
|
22
|
+
//# sourceMappingURL=Video.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Video.js","sourceRoot":"","sources":["../../../../src/components/shared/Video.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AACrF,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,wBAAwB,MAAM,qCAAqC,CAAA;AAE1E,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAE1C,SAAS,KAAK,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,SAAS,EAAsB;IACzE,MAAM,EAAE,iBAAiB,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAE3D,MAAM,GAAG,GAAG,YAAY,CAAC,OAAO,EAAE,KAAK,CAAE,CAAA;IACzC,MAAM,KAAK,GAAG,mBAAmB,CAAC,OAAO,EAAE,OAAO,CAAE,CAAA;IACpD,MAAM,MAAM,GAAG,mBAAmB,CAAC,OAAO,EAAE,QAAQ,CAAE,CAAA;IAEtD,MAAM,KAAK,GAAG,gBAAgB,CAAC,OAAO,EAAE,aAAa,CAAC,CAAA;IACtD,MAAM,QAAQ,GAAG,KAAK,IAAI,gBAAgB,CAAC,KAAK,CAAC,CAAA;IACjD,MAAM,UAAU,GAAG,QAAQ,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;IACpE,MAAM,OAAO,GAAG,UAAU,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAA;IACjD,MAAM,SAAS,GAAG,UAAU,CAAC,CAAC,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAA;IAElE,OAAO,CACL,oBAAC,wBAAwB,IAAO,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM;QAC1E,+BACE,SAAS,EAAC,OAAO,EACjB,OAAO,EAAC,UAAU,EAClB,QAAQ,QACR,YAAY,EAAC,YAAY,EACzB,uBAAuB,4BACL,SAAS;YAE3B,gCAAQ,GAAG,EAAE,iBAAiB,CAAC,GAAG,CAAC,GAAI,CACjC,CACiB,CAC5B,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AttachmentLinkAnchor.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/internal/AttachmentLinkAnchor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAClD,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,CAOE,CAAA;AAEH,eAAe,oBAAoB,CAAA"}
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
const AttachmentLinkAnchor = ({ children, href, type }) => type === 'link' ? (React.createElement("a", { href: href, className: "attachment-link e-nowrap", target: "attachments" }, children)) : (React.createElement("span", { className: "attachment-link e-nowrap" }, children));
|
3
|
+
export default AttachmentLinkAnchor;
|
4
|
+
//# sourceMappingURL=AttachmentLinkAnchor.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AttachmentLinkAnchor.js","sourceRoot":"","sources":["../../../../../src/components/shared/internal/AttachmentLinkAnchor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,oBAAoB,GAIrB,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,CAChC,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,CAChB,2BAAG,IAAI,EAAE,IAAI,EAAE,SAAS,EAAC,0BAA0B,EAAC,MAAM,EAAC,aAAa,IACrE,QAAQ,CACP,CACL,CAAC,CAAC,CAAC,CACF,8BAAM,SAAS,EAAC,0BAA0B,IAAE,QAAQ,CAAQ,CAC7D,CAAA;AAEH,eAAe,oBAAoB,CAAA"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { AudioPlaybackError } from '../../../index';
|
3
|
+
declare const AudioPlaybackError: React.FunctionComponent<{
|
4
|
+
error?: AudioPlaybackError;
|
5
|
+
children: React.ReactNode[] | React.ReactNode;
|
6
|
+
}>;
|
7
|
+
export default AudioPlaybackError;
|
8
|
+
//# sourceMappingURL=AudioPlaybackError.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AudioPlaybackError.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/internal/AudioPlaybackError.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,gBAAgB,CAAA;AAGnD,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAChD,KAAK,CAAC,EAAE,kBAAkB,CAAA;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE,GAAG,KAAK,CAAC,SAAS,CAAA;CAC9C,CAkBA,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { faExclamationTriangle } from '@fortawesome/free-solid-svg-icons';
|
2
|
+
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
3
|
+
import React from 'react';
|
4
|
+
import ReactCSSTransitionReplace from 'react-css-transition-replace';
|
5
|
+
import { useExamTranslation } from '../../../i18n';
|
6
|
+
const AudioPlaybackError = ({ error, children }) => {
|
7
|
+
const { t } = useExamTranslation();
|
8
|
+
return (
|
9
|
+
// @types/react 18 removed children from implicit props. This component has not explicitly added them yet
|
10
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
11
|
+
// @ts-ignore
|
12
|
+
React.createElement(ReactCSSTransitionReplace, { transitionName: "e-crossfade", transitionEnterTimeout: 500, transitionLeaveTimeout: 500 }, error != null ? (React.createElement("div", { className: "e-color-error", role: "alert" },
|
13
|
+
React.createElement(FontAwesomeIcon, { icon: faExclamationTriangle, className: "e-mrg-r-1" }),
|
14
|
+
t(`audio-errors.${error}`))) : (React.createElement("div", { key: "no-error" }, children))));
|
15
|
+
};
|
16
|
+
export default AudioPlaybackError;
|
17
|
+
//# sourceMappingURL=AudioPlaybackError.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AudioPlaybackError.js","sourceRoot":"","sources":["../../../../../src/components/shared/internal/AudioPlaybackError.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAA;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,yBAAyB,MAAM,8BAA8B,CAAA;AAEpE,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAElD,MAAM,kBAAkB,GAGnB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IAC3B,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,OAAO;IACL,yGAAyG;IACzG,6DAA6D;IAC7D,aAAa;IACb,oBAAC,yBAAyB,IAAC,cAAc,EAAC,aAAa,EAAC,sBAAsB,EAAE,GAAG,EAAE,sBAAsB,EAAE,GAAG,IAC7G,KAAK,IAAI,IAAI,CAAC,CAAC,CAAC,CACf,6BAAK,SAAS,EAAC,eAAe,EAAC,IAAI,EAAC,OAAO;QACzC,oBAAC,eAAe,IAAC,IAAI,EAAE,qBAAqB,EAAE,SAAS,EAAC,WAAW,GAAG;QACrE,CAAC,CAAC,gBAAgB,KAAK,EAAW,CAAC,CAChC,CACP,CAAC,CAAC,CAAC,CACF,6BAAK,GAAG,EAAC,UAAU,IAAE,QAAQ,CAAO,CACrC,CACyB,CAC7B,CAAA;AACH,CAAC,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
interface ResponsiveMediaContainerProps {
|
3
|
+
bordered?: boolean;
|
4
|
+
className?: string;
|
5
|
+
children: React.ReactElement<any>;
|
6
|
+
height: number;
|
7
|
+
width: number;
|
8
|
+
caption?: React.ReactNode[];
|
9
|
+
captionId?: string;
|
10
|
+
}
|
11
|
+
/**
|
12
|
+
* Wraps children into responsive container, which is used to prevent reflows as external media like images or videos
|
13
|
+
* finish loading, see https://www.perpetual-beta.org/weblog/responsive-images-without-browser-reflow.html for more
|
14
|
+
* information.
|
15
|
+
*/
|
16
|
+
declare const ResponsiveMediaContainer: React.FunctionComponent<ResponsiveMediaContainerProps>;
|
17
|
+
export default ResponsiveMediaContainer;
|
18
|
+
//# sourceMappingURL=ResponsiveMediaContainer.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ResponsiveMediaContainer.d.ts","sourceRoot":"","sources":["../../../../../src/components/shared/internal/ResponsiveMediaContainer.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,UAAU,6BAA6B;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC,GAAG,CAAC,CAAA;IACjC,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;;GAIG;AACH,QAAA,MAAM,wBAAwB,EAAE,KAAK,CAAC,iBAAiB,CAAC,6BAA6B,CAsCpF,CAAA;AAED,eAAe,wBAAwB,CAAA"}
|