@digabi/exam-engine-core 16.4.11 → 16.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/assets/redoButton.svg +5 -0
- package/dist/assets/undoButton.svg +5 -0
- package/dist/components/RenderExamElements.js +1 -1
- package/dist/components/RenderExamElements.js.map +1 -1
- package/dist/components/ScreenReaderOnly.d.ts +3 -1
- package/dist/components/ScreenReaderOnly.d.ts.map +1 -1
- package/dist/components/ScreenReaderOnly.js.map +1 -1
- package/dist/components/attachments/Question.js +1 -1
- package/dist/components/attachments/Question.js.map +1 -1
- package/dist/components/exam/ChoiceAnswer.d.ts.map +1 -1
- package/dist/components/exam/ChoiceAnswer.js.map +1 -1
- package/dist/components/exam/DropdownAnswer.d.ts.map +1 -1
- package/dist/components/exam/DropdownAnswer.js.map +1 -1
- package/dist/components/exam/ExternalMaterial.js +1 -1
- package/dist/components/exam/ExternalMaterial.js.map +1 -1
- package/dist/components/exam/Hints.d.ts.map +1 -1
- package/dist/components/exam/Hints.js.map +1 -1
- package/dist/components/exam/Question.d.ts.map +1 -1
- package/dist/components/exam/Question.js.map +1 -1
- package/dist/components/exam/Section.js.map +1 -1
- package/dist/components/exam/internal/ErrorIndicator.d.ts.map +1 -1
- package/dist/components/exam/internal/ErrorIndicator.js.map +1 -1
- package/dist/components/exam/internal/TextAnswerInput.d.ts.map +1 -1
- package/dist/components/exam/internal/TextAnswerInput.js.map +1 -1
- package/dist/components/{results/Hvp.d.ts → grading/Grading.d.ts} +4 -4
- package/dist/components/grading/Grading.d.ts.map +1 -0
- package/dist/components/{results/Hvp.js → grading/Grading.js} +32 -33
- package/dist/components/grading/Grading.js.map +1 -0
- package/dist/components/{results/ResultsMultiLineAnswer.d.ts → grading/MultiLineAnswer.d.ts} +2 -2
- package/dist/components/grading/MultiLineAnswer.d.ts.map +1 -0
- package/dist/components/{results/ResultsMultiLineAnswer.js → grading/MultiLineAnswer.js} +2 -2
- package/dist/components/grading/MultiLineAnswer.js.map +1 -0
- package/dist/components/{results/ResultsExamSection.d.ts → grading/Question.d.ts} +1 -1
- package/dist/components/grading/Question.d.ts.map +1 -0
- package/dist/components/{results/ResultsExamQuestion.js → grading/Question.js} +6 -6
- package/dist/components/grading/Question.js.map +1 -0
- package/dist/components/grading/QuestionTitle.d.ts +6 -0
- package/dist/components/grading/QuestionTitle.d.ts.map +1 -0
- package/dist/components/{results/ResultsExamQuestionTitle.js → grading/QuestionTitle.js} +5 -5
- package/dist/components/grading/QuestionTitle.js.map +1 -0
- package/dist/components/grading/ScoredTextAnswer.d.ts +6 -0
- package/dist/components/grading/ScoredTextAnswer.d.ts.map +1 -0
- package/dist/components/{results/ResultsScoredTextAnswer.js → grading/ScoredTextAnswer.js} +7 -7
- package/dist/components/grading/ScoredTextAnswer.js.map +1 -0
- package/dist/components/{results/ResultsExamQuestion.d.ts → grading/Section.d.ts} +1 -1
- package/dist/components/grading/Section.d.ts.map +1 -0
- package/dist/components/{results/ResultsExamSection.js → grading/Section.js} +7 -7
- package/dist/components/grading/Section.js.map +1 -0
- package/dist/components/{results/ResultsSingleLineAnswer.d.ts → grading/SingleLineAnswer.d.ts} +3 -3
- package/dist/components/grading/SingleLineAnswer.d.ts.map +1 -0
- package/dist/components/{results/ResultsSingleLineAnswer.js → grading/SingleLineAnswer.js} +3 -3
- package/dist/components/grading/SingleLineAnswer.js.map +1 -0
- package/dist/components/grading/TextAnswer.d.ts +7 -0
- package/dist/components/grading/TextAnswer.d.ts.map +1 -0
- package/dist/components/{results/ResultsTextAnswer.js → grading/TextAnswer.js} +23 -20
- package/dist/components/grading/TextAnswer.js.map +1 -0
- package/dist/components/{results → grading/internal}/AnnotationList.d.ts +0 -0
- package/dist/components/grading/internal/AnnotationList.d.ts.map +1 -0
- package/dist/components/{results → grading/internal}/AnnotationList.js +6 -6
- package/dist/components/grading/internal/AnnotationList.js.map +1 -0
- package/dist/components/grading/internal/QuestionAutoScore.d.ts +10 -0
- package/dist/components/grading/internal/QuestionAutoScore.d.ts.map +1 -0
- package/dist/components/{results/ResultsExamQuestionAutoScore.js → grading/internal/QuestionAutoScore.js} +8 -8
- package/dist/components/grading/internal/QuestionAutoScore.js.map +1 -0
- package/dist/components/grading/internal/QuestionManualScore.d.ts +12 -0
- package/dist/components/grading/internal/QuestionManualScore.d.ts.map +1 -0
- package/dist/components/{results/ResultsExamQuestionManualScore.js → grading/internal/QuestionManualScore.js} +9 -9
- package/dist/components/grading/internal/QuestionManualScore.js.map +1 -0
- package/dist/components/grading/internal/QuestionScoresContainer.d.ts +10 -0
- package/dist/components/grading/internal/QuestionScoresContainer.d.ts.map +1 -0
- package/dist/components/{results/ResultsExamQuestionScoresContainer.js → grading/internal/QuestionScoresContainer.js} +3 -3
- package/dist/components/grading/internal/QuestionScoresContainer.js.map +1 -0
- package/dist/components/grading-instructions/GradingInstructions.d.ts.map +1 -1
- package/dist/components/grading-instructions/GradingInstructions.js +3 -0
- package/dist/components/grading-instructions/GradingInstructions.js.map +1 -1
- package/dist/components/grading-instructions/Question.js +1 -1
- package/dist/components/grading-instructions/Question.js.map +1 -1
- package/dist/components/shared/TableOfContents.js +1 -1
- package/dist/components/shared/TableOfContents.js.map +1 -1
- package/dist/components/shared/internal/AttachmentLinkAnchor.d.ts +1 -0
- package/dist/components/shared/internal/AttachmentLinkAnchor.d.ts.map +1 -1
- package/dist/components/shared/internal/AttachmentLinkAnchor.js +1 -1
- package/dist/components/shared/internal/AttachmentLinkAnchor.js.map +1 -1
- package/dist/createRenderChildNodes.js +3 -3
- package/dist/createRenderChildNodes.js.map +1 -1
- package/dist/editAnnotations.d.ts +3 -0
- package/dist/editAnnotations.d.ts.map +1 -0
- package/dist/editAnnotations.js +340 -0
- package/dist/editAnnotations.js.map +1 -0
- package/dist/i18n/index.d.ts +1 -1
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/main-bundle.js +1 -1
- package/dist/main-bundle.js.LICENSE.txt +2 -2
- package/dist/main.css +1 -1
- package/dist/store/answers/sagas.d.ts +1 -1
- package/dist/store/answers/sagas.d.ts.map +1 -1
- package/dist/store/selectors.d.ts +3 -3
- package/dist/store/selectors.d.ts.map +1 -1
- package/package.json +6 -6
- package/dist/032571103548be919ea4.svg +0 -1
- package/dist/05b997c32de96820299c.ttf +0 -1
- package/dist/0bbf71d1d4392f153c80.woff +0 -1
- package/dist/0c33cb9e2547951a529d.woff2 +0 -1
- package/dist/0e631a351ab7d12cb881.woff +0 -1
- package/dist/158c3f3e39ef2f860f3c.woff +0 -1
- package/dist/1fd4142f8fb913351a8c.woff +0 -1
- package/dist/25b533bdd316dba31ce6.ttf +0 -1
- package/dist/25dc2905824b1cc2f841.ttf +0 -1
- package/dist/3dafcda0c2071de0adf0.eot +0 -1
- package/dist/3fc918a1e278a729aae1.svg +0 -1
- package/dist/4037eb2ea1584d07790c.ttf +0 -1
- package/dist/4787a4eaaf81830c4214.woff2 +0 -1
- package/dist/509fb00a12ecb5a0b838.woff +0 -1
- package/dist/5482eca6702bf41ffcf3.svg +0 -1
- package/dist/66d4e3e31198d14dffa1.woff +0 -1
- package/dist/7388d1c5bbed9c7f9e59.woff +0 -1
- package/dist/79e93a666eafbaa7ce39.woff +0 -1
- package/dist/8323fa32ebf82f2bd1b5.woff2 +0 -1
- package/dist/8cbb0b95c6b1ba23ad5a.ttf +0 -1
- package/dist/92052c4f04e537af96a9.ttf +0 -1
- package/dist/9c4cabf3d704a40efb3b.woff2 +0 -1
- package/dist/9cbea1a491d9a4e95d26.ttf +0 -1
- package/dist/a0ece6cc28a65ad4217b.ttf +0 -1
- package/dist/a7b76401dc2fc68f0bb0.svg +0 -1
- package/dist/aa0a4911e7f05c377821.svg +0 -1
- package/dist/b805daaf2d8daeefd985.woff +0 -1
- package/dist/bd94be52b68121426c3d.woff2 +0 -1
- package/dist/c1012b8a8777fddabc64.woff2 +0 -1
- package/dist/c6cc135e102c5a628838.woff2 +0 -1
- package/dist/c7eb142e7ff24be6b5fa.ttf +0 -1
- package/dist/components/AttachmentContext.d.ts +0 -14
- package/dist/components/AttachmentContext.d.ts.map +0 -1
- package/dist/components/AttachmentContext.js +0 -12
- package/dist/components/AttachmentContext.js.map +0 -1
- package/dist/components/AttachmentLink.d.ts +0 -5
- package/dist/components/AttachmentLink.d.ts.map +0 -1
- package/dist/components/AttachmentLink.js +0 -28
- package/dist/components/AttachmentLink.js.map +0 -1
- package/dist/components/AttachmentLinkAnchor.d.ts +0 -7
- package/dist/components/AttachmentLinkAnchor.d.ts.map +0 -1
- package/dist/components/AttachmentLinkAnchor.js +0 -4
- package/dist/components/AttachmentLinkAnchor.js.map +0 -1
- package/dist/components/AttachmentLinks.d.ts +0 -5
- package/dist/components/AttachmentLinks.d.ts.map +0 -1
- package/dist/components/AttachmentLinks.js +0 -62
- package/dist/components/AttachmentLinks.js.map +0 -1
- package/dist/components/Attachments.d.ts +0 -6
- package/dist/components/Attachments.d.ts.map +0 -1
- package/dist/components/Attachments.js +0 -55
- package/dist/components/Attachments.js.map +0 -1
- package/dist/components/AttachmentsAttachment.d.ts +0 -5
- package/dist/components/AttachmentsAttachment.d.ts.map +0 -1
- package/dist/components/AttachmentsAttachment.js +0 -8
- package/dist/components/AttachmentsAttachment.js.map +0 -1
- package/dist/components/AttachmentsAttachmentTitle.d.ts +0 -6
- package/dist/components/AttachmentsAttachmentTitle.d.ts.map +0 -1
- package/dist/components/AttachmentsAttachmentTitle.js +0 -12
- package/dist/components/AttachmentsAttachmentTitle.js.map +0 -1
- package/dist/components/AttachmentsExternalMaterial.d.ts +0 -9
- package/dist/components/AttachmentsExternalMaterial.d.ts.map +0 -1
- package/dist/components/AttachmentsExternalMaterial.js +0 -40
- package/dist/components/AttachmentsExternalMaterial.js.map +0 -1
- package/dist/components/AttachmentsQuestion.d.ts +0 -5
- package/dist/components/AttachmentsQuestion.d.ts.map +0 -1
- package/dist/components/AttachmentsQuestion.js +0 -17
- package/dist/components/AttachmentsQuestion.js.map +0 -1
- package/dist/components/AttachmentsQuestionTitle.d.ts +0 -6
- package/dist/components/AttachmentsQuestionTitle.d.ts.map +0 -1
- package/dist/components/AttachmentsQuestionTitle.js +0 -13
- package/dist/components/AttachmentsQuestionTitle.js.map +0 -1
- package/dist/components/Audio.d.ts +0 -6
- package/dist/components/Audio.d.ts.map +0 -1
- package/dist/components/Audio.js +0 -31
- package/dist/components/Audio.js.map +0 -1
- package/dist/components/AudioGroup.d.ts +0 -6
- package/dist/components/AudioGroup.d.ts.map +0 -1
- package/dist/components/AudioGroup.js +0 -9
- package/dist/components/AudioGroup.js.map +0 -1
- package/dist/components/AudioPlaybackError.d.ts +0 -7
- package/dist/components/AudioPlaybackError.d.ts.map +0 -1
- package/dist/components/AudioPlaybackError.js +0 -13
- package/dist/components/AudioPlaybackError.js.map +0 -1
- package/dist/components/AudioTest.d.ts +0 -6
- package/dist/components/AudioTest.d.ts.map +0 -1
- package/dist/components/AudioTest.js +0 -29
- package/dist/components/AudioTest.js.map +0 -1
- package/dist/components/ChoiceAnswer.d.ts +0 -12
- package/dist/components/ChoiceAnswer.d.ts.map +0 -1
- package/dist/components/ChoiceAnswer.js +0 -62
- package/dist/components/ChoiceAnswer.js.map +0 -1
- package/dist/components/CommonExamContext.d.ts +0 -19
- package/dist/components/CommonExamContext.d.ts.map +0 -1
- package/dist/components/CommonExamContext.js +0 -25
- package/dist/components/CommonExamContext.js.map +0 -1
- package/dist/components/DropdownAnswer.d.ts +0 -12
- package/dist/components/DropdownAnswer.d.ts.map +0 -1
- package/dist/components/DropdownAnswer.js +0 -100
- package/dist/components/DropdownAnswer.js.map +0 -1
- package/dist/components/ErrorIndicator.d.ts +0 -4
- package/dist/components/ErrorIndicator.d.ts.map +0 -1
- package/dist/components/ErrorIndicator.js +0 -43
- package/dist/components/ErrorIndicator.js.map +0 -1
- package/dist/components/Exam.d.ts +0 -32
- package/dist/components/Exam.d.ts.map +0 -1
- package/dist/components/Exam.js +0 -103
- package/dist/components/Exam.js.map +0 -1
- package/dist/components/ExamAttachment.d.ts +0 -5
- package/dist/components/ExamAttachment.d.ts.map +0 -1
- package/dist/components/ExamAttachment.js +0 -8
- package/dist/components/ExamAttachment.js.map +0 -1
- package/dist/components/ExamContext.d.ts +0 -10
- package/dist/components/ExamContext.d.ts.map +0 -1
- package/dist/components/ExamContext.js +0 -11
- package/dist/components/ExamContext.js.map +0 -1
- package/dist/components/ExamFooter.d.ts +0 -6
- package/dist/components/ExamFooter.d.ts.map +0 -1
- package/dist/components/ExamFooter.js +0 -7
- package/dist/components/ExamFooter.js.map +0 -1
- package/dist/components/ExamInstruction.d.ts +0 -6
- package/dist/components/ExamInstruction.d.ts.map +0 -1
- package/dist/components/ExamInstruction.js +0 -6
- package/dist/components/ExamInstruction.js.map +0 -1
- package/dist/components/ExamQuestion.d.ts +0 -5
- package/dist/components/ExamQuestion.d.ts.map +0 -1
- package/dist/components/ExamQuestion.js +0 -16
- package/dist/components/ExamQuestion.js.map +0 -1
- package/dist/components/ExamQuestionInstruction.d.ts +0 -6
- package/dist/components/ExamQuestionInstruction.d.ts.map +0 -1
- package/dist/components/ExamQuestionInstruction.js +0 -6
- package/dist/components/ExamQuestionInstruction.js.map +0 -1
- package/dist/components/ExamQuestionTitle.d.ts +0 -5
- package/dist/components/ExamQuestionTitle.d.ts.map +0 -1
- package/dist/components/ExamQuestionTitle.js +0 -24
- package/dist/components/ExamQuestionTitle.js.map +0 -1
- package/dist/components/ExamSection.d.ts +0 -5
- package/dist/components/ExamSection.d.ts.map +0 -1
- package/dist/components/ExamSection.js +0 -31
- package/dist/components/ExamSection.js.map +0 -1
- package/dist/components/ExamSectionTitle.d.ts +0 -6
- package/dist/components/ExamSectionTitle.d.ts.map +0 -1
- package/dist/components/ExamSectionTitle.js +0 -22
- package/dist/components/ExamSectionTitle.js.map +0 -1
- package/dist/components/ExternalMaterialList.d.ts +0 -10
- package/dist/components/ExternalMaterialList.d.ts.map +0 -1
- package/dist/components/ExternalMaterialList.js +0 -33
- package/dist/components/ExternalMaterialList.js.map +0 -1
- package/dist/components/File.d.ts +0 -6
- package/dist/components/File.d.ts.map +0 -1
- package/dist/components/File.js +0 -15
- package/dist/components/File.js.map +0 -1
- package/dist/components/Formula.d.ts +0 -6
- package/dist/components/Formula.d.ts.map +0 -1
- package/dist/components/Formula.js +0 -13
- package/dist/components/Formula.js.map +0 -1
- package/dist/components/Hints.d.ts +0 -5
- package/dist/components/Hints.d.ts.map +0 -1
- package/dist/components/Hints.js +0 -30
- package/dist/components/Hints.js.map +0 -1
- package/dist/components/Image.d.ts +0 -6
- package/dist/components/Image.d.ts.map +0 -1
- package/dist/components/Image.js +0 -28
- package/dist/components/Image.js.map +0 -1
- package/dist/components/ImageOverlay.d.ts +0 -6
- package/dist/components/ImageOverlay.d.ts.map +0 -1
- package/dist/components/ImageOverlay.js +0 -44
- package/dist/components/ImageOverlay.js.map +0 -1
- package/dist/components/ProgressBar.d.ts +0 -7
- package/dist/components/ProgressBar.d.ts.map +0 -1
- package/dist/components/ProgressBar.js +0 -19
- package/dist/components/ProgressBar.js.map +0 -1
- package/dist/components/QuestionContext.d.ts +0 -14
- package/dist/components/QuestionContext.d.ts.map +0 -1
- package/dist/components/QuestionContext.js +0 -20
- package/dist/components/QuestionContext.js.map +0 -1
- package/dist/components/Reference.d.ts +0 -6
- package/dist/components/Reference.d.ts.map +0 -1
- package/dist/components/Reference.js +0 -71
- package/dist/components/Reference.js.map +0 -1
- package/dist/components/References.d.ts +0 -6
- package/dist/components/References.d.ts.map +0 -1
- package/dist/components/References.js +0 -25
- package/dist/components/References.js.map +0 -1
- package/dist/components/ResponsiveMediaContainer.d.ts +0 -18
- package/dist/components/ResponsiveMediaContainer.d.ts.map +0 -1
- package/dist/components/ResponsiveMediaContainer.js +0 -21
- package/dist/components/ResponsiveMediaContainer.js.map +0 -1
- package/dist/components/RestrictedAudioPlayer.d.ts +0 -12
- package/dist/components/RestrictedAudioPlayer.d.ts.map +0 -1
- package/dist/components/RestrictedAudioPlayer.js +0 -32
- package/dist/components/RestrictedAudioPlayer.js.map +0 -1
- package/dist/components/RichTextAnswer.d.ts +0 -33
- package/dist/components/RichTextAnswer.d.ts.map +0 -1
- package/dist/components/RichTextAnswer.js +0 -61
- package/dist/components/RichTextAnswer.js.map +0 -1
- package/dist/components/SaveIndicator.d.ts +0 -5
- package/dist/components/SaveIndicator.d.ts.map +0 -1
- package/dist/components/SaveIndicator.js +0 -16
- package/dist/components/SaveIndicator.js.map +0 -1
- package/dist/components/Score.d.ts +0 -8
- package/dist/components/Score.d.ts.map +0 -1
- package/dist/components/Score.js +0 -13
- package/dist/components/Score.js.map +0 -1
- package/dist/components/Section.d.ts +0 -4
- package/dist/components/Section.d.ts.map +0 -1
- package/dist/components/Section.js +0 -8
- package/dist/components/Section.js.map +0 -1
- package/dist/components/SectionContext.d.ts +0 -13
- package/dist/components/SectionContext.d.ts.map +0 -1
- package/dist/components/SectionContext.js +0 -21
- package/dist/components/SectionContext.js.map +0 -1
- package/dist/components/SectionInstruction.d.ts +0 -6
- package/dist/components/SectionInstruction.d.ts.map +0 -1
- package/dist/components/SectionInstruction.js +0 -6
- package/dist/components/SectionInstruction.js.map +0 -1
- package/dist/components/TableOfContents.d.ts +0 -13
- package/dist/components/TableOfContents.d.ts.map +0 -1
- package/dist/components/TableOfContents.js +0 -66
- package/dist/components/TableOfContents.js.map +0 -1
- package/dist/components/TextAnswer.d.ts +0 -6
- package/dist/components/TextAnswer.d.ts.map +0 -1
- package/dist/components/TextAnswer.js +0 -17
- package/dist/components/TextAnswer.js.map +0 -1
- package/dist/components/TextAnswerInput.d.ts +0 -36
- package/dist/components/TextAnswerInput.d.ts.map +0 -1
- package/dist/components/TextAnswerInput.js +0 -145
- package/dist/components/TextAnswerInput.js.map +0 -1
- package/dist/components/Video.d.ts +0 -6
- package/dist/components/Video.d.ts.map +0 -1
- package/dist/components/Video.js +0 -15
- package/dist/components/Video.js.map +0 -1
- package/dist/components/exam/TableOfContents.d.ts +0 -13
- package/dist/components/exam/TableOfContents.d.ts.map +0 -1
- package/dist/components/exam/TableOfContents.js +0 -66
- package/dist/components/exam/TableOfContents.js.map +0 -1
- package/dist/components/grading-instruction/AnswerGradingInstruction.d.ts +0 -5
- package/dist/components/grading-instruction/AnswerGradingInstruction.d.ts.map +0 -1
- package/dist/components/grading-instruction/AnswerGradingInstruction.js +0 -6
- package/dist/components/grading-instruction/AnswerGradingInstruction.js.map +0 -1
- package/dist/components/grading-instruction/Audio.d.ts +0 -5
- package/dist/components/grading-instruction/Audio.d.ts.map +0 -1
- package/dist/components/grading-instruction/Audio.js +0 -6
- package/dist/components/grading-instruction/Audio.js.map +0 -1
- package/dist/components/grading-instruction/AudioTitle.d.ts +0 -5
- package/dist/components/grading-instruction/AudioTitle.d.ts.map +0 -1
- package/dist/components/grading-instruction/AudioTitle.js +0 -10
- package/dist/components/grading-instruction/AudioTitle.js.map +0 -1
- package/dist/components/grading-instruction/AutogradedAnswer.d.ts +0 -5
- package/dist/components/grading-instruction/AutogradedAnswer.d.ts.map +0 -1
- package/dist/components/grading-instruction/AutogradedAnswer.js +0 -31
- package/dist/components/grading-instruction/AutogradedAnswer.js.map +0 -1
- package/dist/components/grading-instruction/AutogradedAnswerOption.d.ts +0 -5
- package/dist/components/grading-instruction/AutogradedAnswerOption.d.ts.map +0 -1
- package/dist/components/grading-instruction/AutogradedAnswerOption.js +0 -14
- package/dist/components/grading-instruction/AutogradedAnswerOption.js.map +0 -1
- package/dist/components/grading-instruction/ExamGradingInstruction.d.ts +0 -5
- package/dist/components/grading-instruction/ExamGradingInstruction.d.ts.map +0 -1
- package/dist/components/grading-instruction/ExamGradingInstruction.js +0 -6
- package/dist/components/grading-instruction/ExamGradingInstruction.js.map +0 -1
- package/dist/components/grading-instruction/GradingInstruction.d.ts +0 -5
- package/dist/components/grading-instruction/GradingInstruction.d.ts.map +0 -1
- package/dist/components/grading-instruction/GradingInstruction.js +0 -85
- package/dist/components/grading-instruction/GradingInstruction.js.map +0 -1
- package/dist/components/grading-instruction/Question.d.ts +0 -5
- package/dist/components/grading-instruction/Question.d.ts.map +0 -1
- package/dist/components/grading-instruction/Question.js +0 -12
- package/dist/components/grading-instruction/Question.js.map +0 -1
- package/dist/components/grading-instruction/QuestionTitle.d.ts +0 -5
- package/dist/components/grading-instruction/QuestionTitle.d.ts.map +0 -1
- package/dist/components/grading-instruction/QuestionTitle.js +0 -19
- package/dist/components/grading-instruction/QuestionTitle.js.map +0 -1
- package/dist/components/grading-instruction/Section.d.ts +0 -5
- package/dist/components/grading-instruction/Section.d.ts.map +0 -1
- package/dist/components/grading-instruction/Section.js +0 -10
- package/dist/components/grading-instruction/Section.js.map +0 -1
- package/dist/components/grading-instruction/SectionTitle.d.ts +0 -5
- package/dist/components/grading-instruction/SectionTitle.d.ts.map +0 -1
- package/dist/components/grading-instruction/SectionTitle.js +0 -16
- package/dist/components/grading-instruction/SectionTitle.js.map +0 -1
- package/dist/components/grading-instructions/Audio.d.ts +0 -5
- package/dist/components/grading-instructions/Audio.d.ts.map +0 -1
- package/dist/components/grading-instructions/Audio.js +0 -8
- package/dist/components/grading-instructions/Audio.js.map +0 -1
- package/dist/components/grading-instructions/AudioTitle.d.ts +0 -5
- package/dist/components/grading-instructions/AudioTitle.d.ts.map +0 -1
- package/dist/components/grading-instructions/AudioTitle.js +0 -11
- package/dist/components/grading-instructions/AudioTitle.js.map +0 -1
- package/dist/components/results/AnnotationList.d.ts.map +0 -1
- package/dist/components/results/AnnotationList.js.map +0 -1
- package/dist/components/results/GradingStructure.d.ts +0 -5
- package/dist/components/results/GradingStructure.d.ts.map +0 -1
- package/dist/components/results/GradingStructure.js +0 -21
- package/dist/components/results/GradingStructure.js.map +0 -1
- package/dist/components/results/Hvp.d.ts.map +0 -1
- package/dist/components/results/Hvp.js.map +0 -1
- package/dist/components/results/HvpTextAnswer.d.ts +0 -6
- package/dist/components/results/HvpTextAnswer.d.ts.map +0 -1
- package/dist/components/results/HvpTextAnswer.js +0 -51
- package/dist/components/results/HvpTextAnswer.js.map +0 -1
- package/dist/components/results/ResultsChoiceAnswer.d.ts +0 -6
- package/dist/components/results/ResultsChoiceAnswer.d.ts.map +0 -1
- package/dist/components/results/ResultsChoiceAnswer.js +0 -57
- package/dist/components/results/ResultsChoiceAnswer.js.map +0 -1
- package/dist/components/results/ResultsContext.d.ts +0 -18
- package/dist/components/results/ResultsContext.d.ts.map +0 -1
- package/dist/components/results/ResultsContext.js +0 -68
- package/dist/components/results/ResultsContext.js.map +0 -1
- package/dist/components/results/ResultsDropdownAnswer.d.ts +0 -6
- package/dist/components/results/ResultsDropdownAnswer.d.ts.map +0 -1
- package/dist/components/results/ResultsDropdownAnswer.js +0 -43
- package/dist/components/results/ResultsDropdownAnswer.js.map +0 -1
- package/dist/components/results/ResultsExamQuestion.d.ts.map +0 -1
- package/dist/components/results/ResultsExamQuestion.js.map +0 -1
- package/dist/components/results/ResultsExamQuestionAutoScore.d.ts +0 -10
- package/dist/components/results/ResultsExamQuestionAutoScore.d.ts.map +0 -1
- package/dist/components/results/ResultsExamQuestionAutoScore.js.map +0 -1
- package/dist/components/results/ResultsExamQuestionManualScore.d.ts +0 -12
- package/dist/components/results/ResultsExamQuestionManualScore.d.ts.map +0 -1
- package/dist/components/results/ResultsExamQuestionManualScore.js.map +0 -1
- package/dist/components/results/ResultsExamQuestionScoresContainer.d.ts +0 -10
- package/dist/components/results/ResultsExamQuestionScoresContainer.d.ts.map +0 -1
- package/dist/components/results/ResultsExamQuestionScoresContainer.js.map +0 -1
- package/dist/components/results/ResultsExamQuestionTitle.d.ts +0 -6
- package/dist/components/results/ResultsExamQuestionTitle.d.ts.map +0 -1
- package/dist/components/results/ResultsExamQuestionTitle.js.map +0 -1
- package/dist/components/results/ResultsExamSection.d.ts.map +0 -1
- package/dist/components/results/ResultsExamSection.js.map +0 -1
- package/dist/components/results/ResultsMultiLineAnswer.d.ts.map +0 -1
- package/dist/components/results/ResultsMultiLineAnswer.js.map +0 -1
- package/dist/components/results/ResultsScoredTextAnswer.d.ts +0 -6
- package/dist/components/results/ResultsScoredTextAnswer.d.ts.map +0 -1
- package/dist/components/results/ResultsScoredTextAnswer.js.map +0 -1
- package/dist/components/results/ResultsSingleLineAnswer.d.ts.map +0 -1
- package/dist/components/results/ResultsSingleLineAnswer.js.map +0 -1
- package/dist/components/results/ResultsTextAnswer.d.ts +0 -6
- package/dist/components/results/ResultsTextAnswer.d.ts.map +0 -1
- package/dist/components/results/ResultsTextAnswer.js.map +0 -1
- package/dist/components/results/helpers.d.ts +0 -9
- package/dist/components/results/helpers.d.ts.map +0 -1
- package/dist/components/results/helpers.js +0 -11
- package/dist/components/results/helpers.js.map +0 -1
- package/dist/components/withContext.d.ts +0 -3
- package/dist/components/withContext.d.ts.map +0 -1
- package/dist/components/withContext.js +0 -12
- package/dist/components/withContext.js.map +0 -1
- package/dist/d5f084867b29732eabe0.woff2 +0 -1
- package/dist/dccecb74715e0fc8ebfa.woff2 +0 -1
- package/dist/e1202f940129338e167b.woff +0 -1
- package/dist/e77508f22c51d072c677.ttf +0 -1
- package/dist/fb3cbcef9225ce0e9ed5.woff2 +0 -1
@@ -1,18 +1,18 @@
|
|
1
1
|
import React, { useContext } from 'react';
|
2
2
|
import { query } from '../../dom-utils';
|
3
|
-
import
|
4
|
-
import { SectionContext, withSectionContext } from '../SectionContext';
|
5
|
-
import { ResultsContext } from '
|
3
|
+
import SectionElement from '../SectionElement';
|
4
|
+
import { SectionContext, withSectionContext } from '../context/SectionContext';
|
5
|
+
import { ResultsContext } from '../context/ResultsContext';
|
6
6
|
import { sectionTitleId } from '../../ids';
|
7
|
-
function
|
7
|
+
function Section({ element, renderChildNodes }) {
|
8
8
|
const { displayNumber } = useContext(SectionContext);
|
9
9
|
const { answersByQuestionId } = useContext(ResultsContext);
|
10
10
|
const containsAnswers = query(element, (e) => {
|
11
11
|
const maybeQuestionId = e.getAttribute('question-id');
|
12
12
|
return maybeQuestionId != null && Object.prototype.hasOwnProperty.call(answersByQuestionId, maybeQuestionId);
|
13
13
|
});
|
14
|
-
return containsAnswers ? (React.createElement(
|
14
|
+
return containsAnswers ? (React.createElement(SectionElement, { "aria-labelledby": sectionTitleId(displayNumber) },
|
15
15
|
React.createElement("div", { className: "e-results-section-wrapper" }, renderChildNodes(element)))) : null;
|
16
16
|
}
|
17
|
-
export default React.memo(withSectionContext(
|
18
|
-
//# sourceMappingURL=
|
17
|
+
export default React.memo(withSectionContext(Section));
|
18
|
+
//# sourceMappingURL=Section.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"Section.js","sourceRoot":"","sources":["../../../src/components/grading/Section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAA;AACvC,OAAO,cAAc,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAC9E,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAE1D,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAE1C,SAAS,OAAO,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IAChE,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;IACpD,MAAM,EAAE,mBAAmB,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;IAC1D,MAAM,eAAe,GAAG,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE;QAC3C,MAAM,eAAe,GAAG,CAAC,CAAC,YAAY,CAAC,aAAa,CAAC,CAAA;QACrD,OAAO,eAAe,IAAI,IAAI,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,mBAAmB,EAAE,eAAe,CAAC,CAAA;IAC9G,CAAC,CAAC,CAAA;IAEF,OAAO,eAAe,CAAC,CAAC,CAAC,CACvB,oBAAC,cAAc,uBAAkB,cAAc,CAAC,aAAa,CAAC;QAC5D,6BAAK,SAAS,EAAC,2BAA2B,IAAE,gBAAgB,CAAC,OAAO,CAAC,CAAO,CAC7D,CAClB,CAAC,CAAC,CAAC,IAAI,CAAA;AACV,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAA"}
|
package/dist/components/{results/ResultsSingleLineAnswer.d.ts → grading/SingleLineAnswer.d.ts}
RENAMED
@@ -1,12 +1,12 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { Score } from '../..';
|
3
|
-
declare function
|
3
|
+
declare function SingleLineAnswer({ displayNumber, score, value, children, }: {
|
4
4
|
answers: Element[];
|
5
5
|
score?: Score;
|
6
6
|
displayNumber?: string;
|
7
7
|
value: string | undefined;
|
8
8
|
children: React.ReactNode;
|
9
9
|
}): JSX.Element;
|
10
|
-
declare const _default: React.MemoExoticComponent<typeof
|
10
|
+
declare const _default: React.MemoExoticComponent<typeof SingleLineAnswer>;
|
11
11
|
export default _default;
|
12
|
-
//# sourceMappingURL=
|
12
|
+
//# sourceMappingURL=SingleLineAnswer.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SingleLineAnswer.d.ts","sourceRoot":"","sources":["../../../src/components/grading/SingleLineAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkC,MAAM,OAAO,CAAA;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAK7B,iBAAS,gBAAgB,CAAC,EACxB,aAAa,EACb,KAAK,EACL,KAAK,EACL,QAAQ,GACT,EAAE;IACD,OAAO,EAAE,OAAO,EAAE,CAAA;IAClB,KAAK,CAAC,EAAE,KAAK,CAAA;IACb,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,eAuBA;;AAED,wBAA2C"}
|
@@ -2,7 +2,7 @@ import React, { useLayoutEffect, useRef } from 'react';
|
|
2
2
|
import { useExamTranslation } from '../../i18n';
|
3
3
|
import { renderAnnotations } from '../../renderAnnotations';
|
4
4
|
import { ScreenReaderOnly } from '../ScreenReaderOnly';
|
5
|
-
function
|
5
|
+
function SingleLineAnswer({ displayNumber, score, value, children, }) {
|
6
6
|
const { t } = useExamTranslation();
|
7
7
|
const answerRef = useRef(null);
|
8
8
|
useLayoutEffect(() => {
|
@@ -19,5 +19,5 @@ function ResultsSingleLineAnswer({ displayNumber, score, value, children, }) {
|
|
19
19
|
React.createElement(ScreenReaderOnly, null, t('screen-reader.answer-end'))),
|
20
20
|
children));
|
21
21
|
}
|
22
|
-
export default React.memo(
|
23
|
-
//# sourceMappingURL=
|
22
|
+
export default React.memo(SingleLineAnswer);
|
23
|
+
//# sourceMappingURL=SingleLineAnswer.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"SingleLineAnswer.js","sourceRoot":"","sources":["../../../src/components/grading/SingleLineAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAEtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAA;AAEtD,SAAS,gBAAgB,CAAC,EACxB,aAAa,EACb,KAAK,EACL,KAAK,EACL,QAAQ,GAOT;IACC,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,SAAS,GAAG,MAAM,CAAkB,IAAI,CAAC,CAAA;IAE/C,eAAe,CAAC,GAAG,EAAE;;QACnB,IAAI,SAAS,CAAC,OAAO,EAAE;YACrB,iBAAiB,CAAC,SAAS,CAAC,OAAO,EAAE,MAAA,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,UAAU,0CAAE,WAAW,mCAAI,EAAE,EAAE,MAAA,MAAA,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,SAAS,0CAAE,WAAW,mCAAI,EAAE,CAAC,CAAA;SAChH;IACH,CAAC,CAAC,CAAA;IAEF,OAAO,CACL;QACG,aAAa,IAAI,iCAAM,aAAa,CAAO;QAC5C,8BAAM,SAAS,EAAC,sCAAsC;YACpD,oBAAC,gBAAgB,QAAE,CAAC,CAAC,4BAA4B,CAAC,CAAoB;YACtE,8BAAM,SAAS,EAAC,gBAAgB,EAAC,GAAG,EAAE,SAAS,IAC5C,KAAK,CACD;YACP,oBAAC,gBAAgB,QAAE,CAAC,CAAC,0BAA0B,CAAC,CAAoB,CAC/D;QACN,QAAQ,CACR,CACJ,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAA"}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TextAnswer } from '../..';
|
3
|
+
import { ExamComponentProps } from '../../createRenderChildNodes';
|
4
|
+
declare function TextAnswer({ element }: ExamComponentProps): JSX.Element;
|
5
|
+
declare const _default: React.MemoExoticComponent<typeof TextAnswer>;
|
6
|
+
export default _default;
|
7
|
+
//# sourceMappingURL=TextAnswer.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TextAnswer.d.ts","sourceRoot":"","sources":["../../../src/components/grading/TextAnswer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAYjE,iBAAS,UAAU,CAAC,EAAE,OAAO,EAAE,EAAE,kBAAkB,eAoDlD;;AAED,wBAAqC"}
|
@@ -3,12 +3,13 @@ import { getNumericAttribute } from '../../dom-utils';
|
|
3
3
|
import { useExamTranslation } from '../../i18n';
|
4
4
|
import { shortDisplayNumber } from '../../shortDisplayNumber';
|
5
5
|
import AnswerToolbar from '../AnswerToolbar';
|
6
|
-
import { QuestionContext } from '../QuestionContext';
|
7
|
-
import { findScore, ResultsContext } from '
|
8
|
-
import
|
9
|
-
import
|
10
|
-
import
|
11
|
-
|
6
|
+
import { QuestionContext } from '../context/QuestionContext';
|
7
|
+
import { findScore, ResultsContext } from '../context/ResultsContext';
|
8
|
+
import AnswerLengthInfo from '../shared/AnswerLengthInfo';
|
9
|
+
import ResultsExamQuestionManualScore from './internal/QuestionManualScore';
|
10
|
+
import { MultiLineAnswer } from './MultiLineAnswer';
|
11
|
+
import ResultsSingleLineAnswer from './SingleLineAnswer';
|
12
|
+
function TextAnswer({ element }) {
|
12
13
|
var _a;
|
13
14
|
const { answers } = useContext(QuestionContext);
|
14
15
|
const { answersByQuestionId, scores } = useContext(ResultsContext);
|
@@ -21,30 +22,32 @@ function ResultsTextAnswer({ element }) {
|
|
21
22
|
const score = findScore(scores, questionId);
|
22
23
|
const comment = (_a = score === null || score === void 0 ? void 0 : score.pregrading) === null || _a === void 0 ? void 0 : _a.comment;
|
23
24
|
const type = (element.getAttribute('type') || 'single-line');
|
25
|
+
const maxLength = getNumericAttribute(element, 'max-length');
|
24
26
|
switch (type) {
|
25
27
|
case 'rich-text':
|
26
28
|
case 'multi-line': {
|
27
29
|
return (React.createElement(React.Fragment, null,
|
30
|
+
maxLength != null && React.createElement(AnswerLengthInfo, { ...{ maxLength } }),
|
28
31
|
React.createElement(ResultsExamQuestionManualScore, { multilineAnswer: true, scores: score, maxScore: maxScore }),
|
29
|
-
React.createElement(
|
30
|
-
React.createElement(AnswerToolbar,
|
31
|
-
|
32
|
-
|
33
|
-
|
32
|
+
React.createElement(MultiLineAnswer, { ...{ type, value, score } }),
|
33
|
+
React.createElement(AnswerToolbar, { ...{
|
34
|
+
answer,
|
35
|
+
element,
|
36
|
+
} }),
|
34
37
|
comment && (React.createElement(React.Fragment, null,
|
35
38
|
React.createElement("h5", null, t('comment')),
|
36
39
|
React.createElement("p", { className: "e-italic" }, comment)))));
|
37
40
|
}
|
38
41
|
case 'single-line':
|
39
42
|
default:
|
40
|
-
return (React.createElement(ResultsSingleLineAnswer,
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
React.createElement(ResultsExamQuestionManualScore,
|
43
|
+
return (React.createElement(ResultsSingleLineAnswer, { ...{
|
44
|
+
answers,
|
45
|
+
score,
|
46
|
+
displayNumber,
|
47
|
+
value,
|
48
|
+
} },
|
49
|
+
React.createElement(ResultsExamQuestionManualScore, { ...{ scores: score, maxScore, displayNumber } })));
|
47
50
|
}
|
48
51
|
}
|
49
|
-
export default React.memo(
|
50
|
-
//# sourceMappingURL=
|
52
|
+
export default React.memo(TextAnswer);
|
53
|
+
//# sourceMappingURL=TextAnswer.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TextAnswer.js","sourceRoot":"","sources":["../../../src/components/grading/TextAnswer.tsx"],"names":[],"mappings":"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"}
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AnnotationList.d.ts","sourceRoot":"","sources":["../../../../src/components/grading/internal/AnnotationList.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;AA0CzC,iBAAS,qBAAqB,uBAoD7B;;AAED,wBAAgD"}
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import * as _ from 'lodash-es';
|
2
2
|
import React, { useContext } from 'react';
|
3
|
-
import { getNumericAttribute } from '
|
4
|
-
import { useExamTranslation } from '
|
5
|
-
import { shortDisplayNumber } from '
|
6
|
-
import { mapMaybe } from '
|
7
|
-
import { QuestionContext } from '
|
8
|
-
import { findScore, ResultsContext } from '
|
3
|
+
import { getNumericAttribute } from '../../../dom-utils';
|
4
|
+
import { useExamTranslation } from '../../../i18n';
|
5
|
+
import { shortDisplayNumber } from '../../../shortDisplayNumber';
|
6
|
+
import { mapMaybe } from '../../../utils';
|
7
|
+
import { QuestionContext } from '../../context/QuestionContext';
|
8
|
+
import { findScore, ResultsContext } from '../../context/ResultsContext';
|
9
9
|
const hasAnnotations = (score) => { var _a, _b, _c, _d; return Boolean(((_b = (_a = score === null || score === void 0 ? void 0 : score.pregrading) === null || _a === void 0 ? void 0 : _a.annotations) === null || _b === void 0 ? void 0 : _b.length) || ((_d = (_c = score === null || score === void 0 ? void 0 : score.censoring) === null || _c === void 0 ? void 0 : _c.annotations) === null || _d === void 0 ? void 0 : _d.length)); };
|
10
10
|
const getPrefix = (answers, answer) => answers.length > 1 ? shortDisplayNumber(answer.getAttribute('display-number')) : '';
|
11
11
|
const AnnotationListComponent = ({ i18nTitleKey, annotations }) => {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AnnotationList.js","sourceRoot":"","sources":["../../../../src/components/grading/internal/AnnotationList.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
export interface QuestionAutoScoreProps {
|
3
|
+
score?: number;
|
4
|
+
maxScore?: number;
|
5
|
+
displayNumber?: string;
|
6
|
+
}
|
7
|
+
declare function QuestionAutoScore({ score, maxScore, displayNumber }: QuestionAutoScoreProps): JSX.Element;
|
8
|
+
declare const _default: React.MemoExoticComponent<typeof QuestionAutoScore>;
|
9
|
+
export default _default;
|
10
|
+
//# sourceMappingURL=QuestionAutoScore.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QuestionAutoScore.d.ts","sourceRoot":"","sources":["../../../../src/components/grading/internal/QuestionAutoScore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,MAAM,WAAW,sBAAsB;IACrC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB;AAED,iBAAS,iBAAiB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,EAAE,sBAAsB,eAUpF;;AAED,wBAA4C"}
|
@@ -1,17 +1,17 @@
|
|
1
1
|
import React, { useContext } from 'react';
|
2
|
-
import { useExamTranslation } from '
|
3
|
-
import { QuestionContext } from '
|
4
|
-
import ResultsExamQuestionScoresContainer from './
|
5
|
-
function
|
2
|
+
import { useExamTranslation } from '../../../i18n';
|
3
|
+
import { QuestionContext } from '../../context/QuestionContext';
|
4
|
+
import ResultsExamQuestionScoresContainer from './QuestionScoresContainer';
|
5
|
+
function QuestionAutoScore({ score, maxScore, displayNumber }) {
|
6
6
|
const { answers } = useContext(QuestionContext);
|
7
7
|
const { t } = useExamTranslation();
|
8
8
|
const containerProps = { answers, displayNumber };
|
9
|
-
return (React.createElement(ResultsExamQuestionScoresContainer,
|
9
|
+
return (React.createElement(ResultsExamQuestionScoresContainer, { ...containerProps },
|
10
10
|
typeof score === 'number' ? React.createElement("b", null, score) : React.createElement("div", { className: "e-result-scorecount-empty" }),
|
11
11
|
' ',
|
12
12
|
maxScore ? `/ ${maxScore} ` : null,
|
13
13
|
" ",
|
14
|
-
t('points')));
|
14
|
+
t('points', { count: '' })));
|
15
15
|
}
|
16
|
-
export default React.memo(
|
17
|
-
//# sourceMappingURL=
|
16
|
+
export default React.memo(QuestionAutoScore);
|
17
|
+
//# sourceMappingURL=QuestionAutoScore.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QuestionAutoScore.js","sourceRoot":"","sources":["../../../../src/components/grading/internal/QuestionAutoScore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,kCAAkC,MAAM,2BAA2B,CAAA;AAQ1E,SAAS,iBAAiB,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,aAAa,EAA0B;IACnF,MAAM,EAAE,OAAO,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IAC/C,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAClC,MAAM,cAAc,GAAG,EAAE,OAAO,EAAE,aAAa,EAAE,CAAA;IACjD,OAAO,CACL,oBAAC,kCAAkC,OAAK,cAAc;QACnD,OAAO,KAAK,KAAK,QAAQ,CAAC,CAAC,CAAC,+BAAI,KAAK,CAAK,CAAC,CAAC,CAAC,6BAAK,SAAS,EAAC,2BAA2B,GAAG;QAAE,GAAG;QAC/F,QAAQ,CAAC,CAAC,CAAC,KAAK,QAAQ,GAAG,CAAC,CAAC,CAAC,IAAI;;QAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,EAAmB,EAAE,CAAC,CAC9C,CACtC,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAA"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { Score } from '../../../index';
|
3
|
+
export interface QuestionManualScoreProps {
|
4
|
+
scores?: Score;
|
5
|
+
maxScore?: number;
|
6
|
+
displayNumber?: string;
|
7
|
+
multilineAnswer?: boolean;
|
8
|
+
}
|
9
|
+
declare function QuestionManualScore({ scores, maxScore, displayNumber, multilineAnswer }: QuestionManualScoreProps): JSX.Element;
|
10
|
+
declare const _default: React.MemoExoticComponent<typeof QuestionManualScore>;
|
11
|
+
export default _default;
|
12
|
+
//# sourceMappingURL=QuestionManualScore.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QuestionManualScore.d.ts","sourceRoot":"","sources":["../../../../src/components/grading/internal/QuestionManualScore.tsx"],"names":[],"mappings":"AACA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAAoD,KAAK,EAAE,MAAM,gBAAgB,CAAA;AAKxF,MAAM,WAAW,wBAAwB;IACvC,MAAM,CAAC,EAAE,KAAK,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B;AAQD,iBAAS,mBAAmB,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,aAAa,EAAE,eAAe,EAAE,EAAE,wBAAwB,eAiB1G;;AAoFD,wBAA8C"}
|
@@ -1,14 +1,14 @@
|
|
1
1
|
import classNames from 'classnames';
|
2
2
|
import React, { useContext } from 'react';
|
3
|
-
import { useExamTranslation } from '
|
4
|
-
import { QuestionContext } from '
|
5
|
-
import ResultsExamQuestionScoresContainer from './
|
6
|
-
function
|
3
|
+
import { useExamTranslation } from '../../../i18n';
|
4
|
+
import { QuestionContext } from '../../context/QuestionContext';
|
5
|
+
import ResultsExamQuestionScoresContainer from './QuestionScoresContainer';
|
6
|
+
function QuestionManualScore({ scores, maxScore, displayNumber, multilineAnswer }) {
|
7
7
|
var _a, _b, _c, _d, _e;
|
8
8
|
const { answers } = useContext(QuestionContext);
|
9
9
|
const containerProps = { answers, displayNumber, multilineAnswer };
|
10
10
|
const shortCode = (_b = (_a = scores === null || scores === void 0 ? void 0 : scores.censoring) === null || _a === void 0 ? void 0 : _a.nonAnswerDetails) === null || _b === void 0 ? void 0 : _b.shortCode;
|
11
|
-
return (React.createElement(ResultsExamQuestionScoresContainer,
|
11
|
+
return (React.createElement(ResultsExamQuestionScoresContainer, { ...containerProps }, ((_c = scores === null || scores === void 0 ? void 0 : scores.pregrading) === null || _c === void 0 ? void 0 : _c.score) == null && !((_e = (_d = scores === null || scores === void 0 ? void 0 : scores.censoring) === null || _d === void 0 ? void 0 : _d.scores) === null || _e === void 0 ? void 0 : _e.length) ? (React.createElement(NoPregrading, { ...{ maxScore } })) : (React.createElement(React.Fragment, null,
|
12
12
|
renderNormalizedScores(scores, maxScore),
|
13
13
|
shortCode && React.createElement(NonAnswer, { shortCode: shortCode })))));
|
14
14
|
}
|
@@ -18,14 +18,14 @@ function renderNormalizedScores(scores, maxScore) {
|
|
18
18
|
...(scores.censoring ? normalizeCensoringScores(scores.censoring) : []),
|
19
19
|
scores.pregrading && normalizePregradingScore(scores.pregrading),
|
20
20
|
].filter(Boolean);
|
21
|
-
return normalizedScores.map((score, i) => React.createElement(ScoreRow,
|
21
|
+
return normalizedScores.map((score, i) => React.createElement(ScoreRow, { key: i, ...score, latest: i === 0, maxScore: maxScore }));
|
22
22
|
}
|
23
23
|
function NoPregrading({ maxScore }) {
|
24
24
|
const { t } = useExamTranslation();
|
25
25
|
return (React.createElement(React.Fragment, null,
|
26
26
|
React.createElement("span", { className: "e-result-scorecount-empty" }),
|
27
27
|
maxScore && ` / ${maxScore} `,
|
28
|
-
t('points')));
|
28
|
+
t('points', { count: '' })));
|
29
29
|
}
|
30
30
|
function NonAnswer({ shortCode }) {
|
31
31
|
return (React.createElement("div", { className: "e-color-darkgrey e-columns e-columns--center-v" },
|
@@ -57,5 +57,5 @@ function normalizeCensoringScores(score) {
|
|
57
57
|
function normalizeInspectionScore(score) {
|
58
58
|
return { score: score.score, shortCode: score.shortCodes ? score.shortCodes.join(', ') : '', type: 'ta' };
|
59
59
|
}
|
60
|
-
export default React.memo(
|
61
|
-
//# sourceMappingURL=
|
60
|
+
export default React.memo(QuestionManualScore);
|
61
|
+
//# sourceMappingURL=QuestionManualScore.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QuestionManualScore.js","sourceRoot":"","sources":["../../../../src/components/grading/internal/QuestionManualScore.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare function QuestionScoresContainer({ answers, displayNumber, children, multilineAnswer, }: {
|
3
|
+
answers: Element[];
|
4
|
+
displayNumber?: string;
|
5
|
+
children: React.ReactNode;
|
6
|
+
multilineAnswer?: boolean;
|
7
|
+
}): JSX.Element;
|
8
|
+
declare const _default: React.MemoExoticComponent<typeof QuestionScoresContainer>;
|
9
|
+
export default _default;
|
10
|
+
//# sourceMappingURL=QuestionScoresContainer.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QuestionScoresContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/grading/internal/QuestionScoresContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,iBAAS,uBAAuB,CAAC,EAC/B,OAAO,EACP,aAAa,EACb,QAAQ,EACR,eAAe,GAChB,EAAE;IACD,OAAO,EAAE,OAAO,EAAE,CAAA;IAClB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,eAiBA;;AAED,wBAAkD"}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import classnames from 'classnames';
|
3
|
-
function
|
3
|
+
function QuestionScoresContainer({ answers, displayNumber, children, multilineAnswer, }) {
|
4
4
|
return (React.createElement("div", { className: classnames('e-result-scorecount', 'e-float-right', {
|
5
5
|
'e-result-scorecount-multiline-answer': multilineAnswer,
|
6
6
|
}) },
|
@@ -8,5 +8,5 @@ function ResultsExamQuestionScoresContainer({ answers, displayNumber, children,
|
|
8
8
|
answers.length > 1 && displayNumber && (React.createElement("sup", { className: "e-result-scorecount-sup e-mrg-r-1", "aria-hidden": "true" }, displayNumber)),
|
9
9
|
children)));
|
10
10
|
}
|
11
|
-
export default React.memo(
|
12
|
-
//# sourceMappingURL=
|
11
|
+
export default React.memo(QuestionScoresContainer);
|
12
|
+
//# sourceMappingURL=QuestionScoresContainer.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"QuestionScoresContainer.js","sourceRoot":"","sources":["../../../../src/components/grading/internal/QuestionScoresContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,SAAS,uBAAuB,CAAC,EAC/B,OAAO,EACP,aAAa,EACb,QAAQ,EACR,eAAe,GAMhB;IACC,OAAO,CACL,6BACE,SAAS,EAAE,UAAU,CAAC,qBAAqB,EAAE,eAAe,EAAE;YAC5D,sCAAsC,EAAE,eAAe;SACxD,CAAC;QAEF,6BAAK,SAAS,EAAC,iCAAiC;YAC7C,OAAO,CAAC,MAAM,GAAG,CAAC,IAAI,aAAa,IAAI,CACtC,6BAAK,SAAS,EAAC,mCAAmC,iBAAa,MAAM,IAClE,aAAa,CACV,CACP;YACA,QAAQ,CACL,CACF,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GradingInstructions.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/GradingInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;
|
1
|
+
{"version":3,"file":"GradingInstructions.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/GradingInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAA;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAkH9C,eAAO,MAAM,4BAA4B,EAAE,KAAK,CAAC,iBAGhD,CAAA;;AAED,wBAAqE"}
|
@@ -26,6 +26,7 @@ import AnswerGradingInstruction from './AnswerGradingInstruction';
|
|
26
26
|
import mkAttachmentLink from '../shared/AttachmentLink';
|
27
27
|
import mkAttachmentLinks from '../shared/AttachmentLinks';
|
28
28
|
import Recording from './Recording';
|
29
|
+
import QuestionInstruction from '../exam/QuestionInstruction';
|
29
30
|
const renderIfWithinGradingInstructionContent = renderIf(({ element }) => queryAncestors(element, [
|
30
31
|
'answer-grading-instruction',
|
31
32
|
'choice-answer-option',
|
@@ -34,6 +35,7 @@ const renderIfWithinGradingInstructionContent = renderIf(({ element }) => queryA
|
|
34
35
|
'question-grading-instruction',
|
35
36
|
'hint',
|
36
37
|
'question-title',
|
38
|
+
'question-instruction',
|
37
39
|
]) != null);
|
38
40
|
const renderIfNotWithinExternalMaterial = renderIf(({ element }) => queryAncestors(element, ['external-material']) == null);
|
39
41
|
const renderChildNodes = createRenderChildNodes({
|
@@ -54,6 +56,7 @@ const renderChildNodes = createRenderChildNodes({
|
|
54
56
|
image: renderIfWithinGradingInstructionContent(Image),
|
55
57
|
question: Question,
|
56
58
|
'question-title': QuestionTitle,
|
59
|
+
'question-instruction': QuestionInstruction,
|
57
60
|
'question-grading-instruction': AnswerGradingInstruction,
|
58
61
|
'scored-text-answer': AutogradedAnswer,
|
59
62
|
'text-answer': AutogradedAnswer,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GradingInstructions.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/GradingInstructions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEpD,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AACvF,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,OAAO,MAAM,WAAW,CAAA;AAC/B,OAAO,YAAY,MAAM,gBAAgB,CAAA;AACzC,OAAO,QAAQ,MAAM,YAAY,CAAA;AACjC,OAAO,IAAI,MAAM,gBAAgB,CAAA;AACjC,OAAO,sBAAsB,MAAM,0BAA0B,CAAA;AAC7D,OAAO,gBAAgB,MAAM,oBAAoB,CAAA;AACjD,OAAO,KAAK,MAAM,iBAAiB,CAAA;AACnC,OAAO,OAAO,MAAM,mBAAmB,CAAA;AACvC,OAAO,sBAAsB,MAAM,0BAA0B,CAAA;AAC7D,OAAO,aAAa,MAAM,iBAAiB,CAAA;AAC3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AACvC,OAAO,aAAa,MAAM,kBAAkB,CAAA;AAC5C,OAAO,cAAc,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AACtC,OAAO,kBAAkB,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,OAAO,wBAAwB,MAAM,4BAA4B,CAAA;AACjE,OAAO,gBAAgB,MAAM,0BAA0B,CAAA;AACvD,OAAO,iBAAiB,MAAM,2BAA2B,CAAA;AACzD,OAAO,SAAS,MAAM,aAAa,CAAA;
|
1
|
+
{"version":3,"file":"GradingInstructions.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/GradingInstructions.tsx"],"names":[],"mappings":"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"}
|
@@ -6,7 +6,7 @@ function Question({ element, renderChildNodes }) {
|
|
6
6
|
return (React.createElement("div", { className: classNames('e-grading-instructions-question', {
|
7
7
|
'e-mrg-b-8 e-clearfix': level === 0,
|
8
8
|
'e-mrg-l-8 e-mrg-y-4': level > 0,
|
9
|
-
}), id: displayNumber }, renderChildNodes(element, 1 /* SkipHTML */)));
|
9
|
+
}), id: displayNumber }, renderChildNodes(element, 1 /* RenderOptions.SkipHTML */)));
|
10
10
|
}
|
11
11
|
export default withQuestionContext(Question);
|
12
12
|
//# sourceMappingURL=Question.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Question.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/Question.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AACjF,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,SAAS,QAAQ,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACjE,MAAM,EAAE,aAAa,EAAE,KAAK,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IAE5D,OAAO,CACL,6BACE,SAAS,EAAE,UAAU,CAAC,iCAAiC,EAAE;YACvD,sBAAsB,EAAE,KAAK,KAAK,CAAC;YACnC,qBAAqB,EAAE,KAAK,GAAG,CAAC;SACjC,CAAC,EACF,EAAE,EAAE,aAAa,IAEhB,gBAAgB,CAAC,OAAO,
|
1
|
+
{"version":3,"file":"Question.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/Question.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AACjF,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,SAAS,QAAQ,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAsB;IACjE,MAAM,EAAE,aAAa,EAAE,KAAK,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IAE5D,OAAO,CACL,6BACE,SAAS,EAAE,UAAU,CAAC,iCAAiC,EAAE;YACvD,sBAAsB,EAAE,KAAK,KAAK,CAAC;YACnC,qBAAqB,EAAE,KAAK,GAAG,CAAC;SACjC,CAAC,EACF,EAAE,EAAE,aAAa,IAEhB,gBAAgB,CAAC,OAAO,iCAAyB,CAC9C,CACP,CAAA;AACH,CAAC;AAED,eAAe,mBAAmB,CAAC,QAAQ,CAAC,CAAA"}
|
@@ -30,7 +30,7 @@ export const mkTableOfContents = (options) => {
|
|
30
30
|
element: sectionTitle,
|
31
31
|
renderChildNodes,
|
32
32
|
} })),
|
33
|
-
React.createElement("ol", { className: "e-list-data e-pad-l-0", "aria-labelledby": sectionTitle && tocSectionTitleId(displayNumber) }, renderChildNodes(element, 1 /* SkipHTML */))));
|
33
|
+
React.createElement("ol", { className: "e-list-data e-pad-l-0", "aria-labelledby": sectionTitle && tocSectionTitleId(displayNumber) }, renderChildNodes(element, 1 /* RenderOptions.SkipHTML */))));
|
34
34
|
};
|
35
35
|
const TOCQuestion = ({ element }) => {
|
36
36
|
const { attachmentsURL } = useContext(CommonExamContext);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"TableOfContents.js","sourceRoot":"","sources":["../../../src/components/shared/TableOfContents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,sBAAsB,EAAqC,MAAM,8BAA8B,CAAA;AACxG,OAAO,EAAE,gBAAgB,EAAE,YAAY,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AACvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,iBAAiB,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AACzD,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAA;AAC/B,OAAO,qBAAqB,MAAM,0BAA0B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAAE,eAAe,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAA;AACjF,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAE9E,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,OAA6E,EAAE,EAAE;IACjH,MAAM,EAAE,mBAAmB,EAAE,yBAAyB,EAAE,GAAG,OAAO,CAAA;IAElE,MAAM,eAAe,GAAgD,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;QACnF,MAAM,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;QAClD,MAAM,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;QAC5F,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;QAClC,OAAO,CACL;YACG,OAAO,CAAC,aAAa,EAAE,IAAI,CAC1B,gCAAQ,SAAS,EAAC,YAAY,EAAC,EAAE,EAAE,iBAAiB,CAAC,aAAa,CAAC;gBAChE,QAAQ,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,aAAa,EAAE,CAAC;;gBAAG,gBAAgB,CAAC,OAAO,CAAC,CAC5E,CACV;YACA,yBAAyB,IAAI,UAAU,IAAI,IAAI,IAAI,CAClD;gBACE,oBAAC,qBAAqB,OAAK,EAAE,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,WAAW,EAAE,aAAa,EAAE,GAAI,CACjG,CACP,CACA,CACJ,CAAA;IACH,CAAC,CAAA;IAED,MAAM,UAAU,GAAgD,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,EAAE;QAChG,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,cAAc,CAAC,CAAA;QACpD,MAAM,YAAY,GAAG,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAA;QAE/D,OAAO,CACL;YACG,YAAY,IAAI,CACf,oBAAC,eAAe,OACV;oBACF,OAAO,EAAE,YAAY;oBACrB,gBAAgB;iBACjB,GACD,CACH;YACD,4BAAI,SAAS,EAAC,uBAAuB,qBAAkB,YAAY,IAAI,iBAAiB,CAAC,aAAa,CAAC,IACpG,gBAAgB,CAAC,OAAO,
|
1
|
+
{"version":3,"file":"TableOfContents.js","sourceRoot":"","sources":["../../../src/components/shared/TableOfContents.tsx"],"names":[],"mappings":"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"}
|
@@ -1 +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;
|
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"}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import React from 'react';
|
2
|
-
const AttachmentLinkAnchor = ({ children, href, type
|
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
3
|
export default AttachmentLinkAnchor;
|
4
4
|
//# sourceMappingURL=AttachmentLinkAnchor.js.map
|
@@ -1 +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,
|
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"}
|
@@ -7,7 +7,7 @@ export function createRenderChildNodes(componentMap) {
|
|
7
7
|
switch (node.nodeType) {
|
8
8
|
case Node.TEXT_NODE:
|
9
9
|
case Node.CDATA_SECTION_NODE:
|
10
|
-
return options === 0 /* RenderHTML */ ? renderTextNode(node) : null;
|
10
|
+
return options === 0 /* RenderOptions.RenderHTML */ ? renderTextNode(node) : null;
|
11
11
|
case Node.ELEMENT_NODE:
|
12
12
|
return renderElement(node, index, options);
|
13
13
|
default:
|
@@ -26,7 +26,7 @@ export function createRenderChildNodes(componentMap) {
|
|
26
26
|
}
|
27
27
|
function renderXHTMLElement(element, index, options) {
|
28
28
|
const children = element.hasChildNodes() ? renderChildNodes(element, options) : null;
|
29
|
-
if (options === 0 /* RenderHTML */) {
|
29
|
+
if (options === 0 /* RenderOptions.RenderHTML */) {
|
30
30
|
const Tag = element.localName;
|
31
31
|
const props = htmlAttributes2props(element, index);
|
32
32
|
return React.createElement(Tag, { ...props }, children);
|
@@ -40,7 +40,7 @@ export function createRenderChildNodes(componentMap) {
|
|
40
40
|
const className = element.getAttribute('class') || undefined;
|
41
41
|
return Component ? React.createElement(Component, { ...{ element, className, renderChildNodes, key: key(element, index) } }) : null;
|
42
42
|
}
|
43
|
-
function renderChildNodes(element, options = 0 /* RenderHTML */) {
|
43
|
+
function renderChildNodes(element, options = 0 /* RenderOptions.RenderHTML */) {
|
44
44
|
return mapChildNodes(element, (childElement, i) => renderChildNode(childElement, i, options));
|
45
45
|
}
|
46
46
|
return renderChildNodes;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"createRenderChildNodes.js","sourceRoot":"","sources":["../src/createRenderChildNodes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,MAAM,CAAC,MAAM,gBAAgB,GAAG,uCAAuC,CAAA;AACvE,MAAM,CAAC,MAAM,iBAAiB,GAAG,8BAA8B,CAAA;AAiB/D,MAAM,UAAU,sBAAsB,CACpC,YAAqE;IAErE,SAAS,eAAe,CAAC,IAAe,EAAE,KAAa,EAAE,OAAsB;QAC7E,QAAQ,IAAI,CAAC,QAAQ,EAAE;YACrB,KAAK,IAAI,CAAC,SAAS,CAAC;YACpB,KAAK,IAAI,CAAC,kBAAkB;gBAC1B,OAAO,OAAO,
|
1
|
+
{"version":3,"file":"createRenderChildNodes.js","sourceRoot":"","sources":["../src/createRenderChildNodes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,MAAM,CAAC,MAAM,gBAAgB,GAAG,uCAAuC,CAAA;AACvE,MAAM,CAAC,MAAM,iBAAiB,GAAG,8BAA8B,CAAA;AAiB/D,MAAM,UAAU,sBAAsB,CACpC,YAAqE;IAErE,SAAS,eAAe,CAAC,IAAe,EAAE,KAAa,EAAE,OAAsB;QAC7E,QAAQ,IAAI,CAAC,QAAQ,EAAE;YACrB,KAAK,IAAI,CAAC,SAAS,CAAC;YACpB,KAAK,IAAI,CAAC,kBAAkB;gBAC1B,OAAO,OAAO,qCAA6B,CAAC,CAAC,CAAC,cAAc,CAAC,IAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAA;YACnF,KAAK,IAAI,CAAC,YAAY;gBACpB,OAAO,aAAa,CAAC,IAAe,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;YACvD;gBACE,OAAO,IAAI,CAAA;SACd;IACH,CAAC;IAED,SAAS,aAAa,CAAC,OAAgB,EAAE,KAAa,EAAE,OAAsB;QAC5E,QAAQ,OAAO,CAAC,YAAY,EAAE;YAC5B,KAAK,iBAAiB;gBACpB,OAAO,kBAAkB,CAAC,OAAsB,EAAE,KAAK,EAAE,OAAO,CAAC,CAAA;YACnE,KAAK,gBAAgB;gBACnB,OAAO,iBAAiB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAA;YAC1C;gBACE,MAAM,IAAI,KAAK,CAAC,yBAAyB,OAAO,CAAC,SAAS,EAAE,CAAC,CAAA;SAChE;IACH,CAAC;IAED,SAAS,kBAAkB,CAAwB,OAAU,EAAE,KAAa,EAAE,OAAsB;QAClG,MAAM,QAAQ,GAAG,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAA;QAEpF,IAAI,OAAO,qCAA6B,EAAE;YACxC,MAAM,GAAG,GAAG,OAAO,CAAC,SAAS,CAAA;YAC7B,MAAM,KAAK,GAAG,oBAAoB,CAAC,OAAO,EAAE,KAAK,CAAC,CAAA;YAClD,OAAO,oBAAC,GAAG,OAAK,KAAK,IAAG,QAAQ,CAAO,CAAA;SACxC;aAAM;YACL,OAAO,QAAQ,CAAA;SAChB;IACH,CAAC;IAED,SAAS,iBAAiB,CAAC,OAAgB,EAAE,KAAa;QACxD,MAAM,SAAS,GAAG,YAAY,CAAC,OAAO,CAAC,SAAS,CAAC,CAAA;QACjD,MAAM,SAAS,GAAG,OAAO,CAAC,YAAY,CAAC,OAAO,CAAC,IAAI,SAAS,CAAA;QAC5D,OAAO,SAAS,CAAC,CAAC,CAAC,oBAAC,SAAS,OAAK,EAAE,OAAO,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,EAAE,GAAG,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,GAAI,CAAC,CAAC,CAAC,IAAI,CAAA;IACjH,CAAC;IAED,SAAS,gBAAgB,CAAC,OAAgB,EAAE,0CAAiD;QAC3F,OAAO,aAAa,CAAC,OAAO,EAAE,CAAC,YAAY,EAAE,CAAC,EAAE,EAAE,CAAC,eAAe,CAAC,YAAY,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,CAAA;IAC/F,CAAC;IAED,OAAO,gBAAgB,CAAA;AACzB,CAAC;AAED,SAAS,cAAc,CAAC,IAAU;IAChC,OAAO,IAAI,CAAC,WAAY,CAAA;AAC1B,CAAC;AAED,SAAS,oBAAoB,CAAwB,OAAU,EAAE,KAAa;IAC5E,MAAM,KAAK,GAAuB,EAAE,GAAG,EAAE,GAAG,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,CAAA;IAC9D,KAAK,MAAM,SAAS,IAAI,OAAO,CAAC,UAAU,EAAE;QAC1C,MAAM,IAAI,GAAG,SAAS,CAAC,SAAS,KAAK,OAAO,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAE,SAAS,CAAC,SAAsC,CAAA;QAC9G,KAAK,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC,KAAK,CAAA;KAC9B;IACD,OAAO,KAAK,CAAA;AACd,CAAC;AAED,SAAS,GAAG,CAAC,OAAgB,EAAE,KAAa;IAC1C,OAAO,GAAG,OAAO,CAAC,SAAS,IAAI,KAAK,EAAE,CAAA;AACxC,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"editAnnotations.d.ts","sourceRoot":"","sources":["../src/editAnnotations.js"],"names":[],"mappings":"AAUA,wHA6PC;AAED,8EAqGC"}
|