@digabi/exam-engine-core 22.0.2 → 22.0.4-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/__tests__/EditableGradingInstruction.test.d.ts +1 -1
- package/dist/__tests__/EditableGradingInstruction.test.d.ts.map +1 -1
- package/dist/__tests__/EditableGradingInstruction.test.js +13 -10
- package/dist/__tests__/EditableGradingInstruction.test.js.map +1 -1
- package/dist/__tests__/EditableGradingInstructionLocalization.test.d.ts +2 -0
- package/dist/__tests__/EditableGradingInstructionLocalization.test.d.ts.map +1 -0
- package/dist/__tests__/EditableGradingInstructionLocalization.test.js +112 -0
- package/dist/__tests__/EditableGradingInstructionLocalization.test.js.map +1 -0
- package/dist/__tests__/annotations.test.js +7 -7
- package/dist/__tests__/annotations.test.js.map +1 -1
- package/dist/__tests__/editor/FormatButton.test.d.ts +2 -0
- package/dist/__tests__/editor/FormatButton.test.d.ts.map +1 -0
- package/dist/__tests__/editor/FormatButton.test.js +98 -0
- package/dist/__tests__/editor/FormatButton.test.js.map +1 -0
- package/dist/__tests__/editor/Formula.test.js +27 -9
- package/dist/__tests__/editor/Formula.test.js.map +1 -1
- package/dist/__tests__/editor/ImageUploadButton.test.d.ts +2 -0
- package/dist/__tests__/editor/ImageUploadButton.test.d.ts.map +1 -0
- package/dist/__tests__/editor/ImageUploadButton.test.js +94 -0
- package/dist/__tests__/editor/ImageUploadButton.test.js.map +1 -0
- package/dist/__tests__/editor/List.test.d.ts +2 -0
- package/dist/__tests__/editor/List.test.d.ts.map +1 -0
- package/dist/__tests__/editor/List.test.js +72 -0
- package/dist/__tests__/editor/List.test.js.map +1 -0
- package/dist/__tests__/editor/Table.test.d.ts +2 -0
- package/dist/__tests__/editor/Table.test.d.ts.map +1 -0
- package/dist/__tests__/editor/Table.test.js +172 -0
- package/dist/__tests__/editor/Table.test.js.map +1 -0
- package/dist/__tests__/editor/br.test.js +2 -6
- package/dist/__tests__/editor/br.test.js.map +1 -1
- package/dist/__tests__/editor/hr.test.js +2 -6
- package/dist/__tests__/editor/hr.test.js.map +1 -1
- package/dist/__tests__/editor/{NBSP.test.js → nbsp.test.js} +3 -7
- package/dist/__tests__/editor/nbsp.test.js.map +1 -0
- package/dist/__tests__/editor/noWrap.test.js +1 -1
- package/dist/__tests__/editor/noWrap.test.js.map +1 -1
- package/dist/__tests__/editor/spanWithLang.test.d.ts +2 -0
- package/dist/__tests__/editor/spanWithLang.test.d.ts.map +1 -0
- package/dist/__tests__/editor/{no-wrap.test.js → spanWithLang.test.js} +9 -14
- package/dist/__tests__/editor/spanWithLang.test.js.map +1 -0
- package/dist/__tests__/editor/subSup.test.d.ts +2 -0
- package/dist/__tests__/editor/subSup.test.d.ts.map +1 -0
- package/dist/__tests__/editor/subSup.test.js +50 -0
- package/dist/__tests__/editor/subSup.test.js.map +1 -0
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/__tests__/utils/prosemirror.d.ts +0 -1
- package/dist/__tests__/utils/prosemirror.d.ts.map +1 -1
- package/dist/__tests__/utils/prosemirror.js +0 -8
- package/dist/__tests__/utils/prosemirror.js.map +1 -1
- package/dist/__tests__/utils/renderEditableGradingInstruction.d.ts +2 -0
- package/dist/__tests__/utils/renderEditableGradingInstruction.d.ts.map +1 -1
- package/dist/__tests__/utils/renderEditableGradingInstruction.js +8 -2
- package/dist/__tests__/utils/renderEditableGradingInstruction.js.map +1 -1
- package/dist/__tests__/utils/util.d.ts +2 -0
- package/dist/__tests__/utils/util.d.ts.map +1 -0
- package/dist/__tests__/utils/util.js +10 -0
- package/dist/__tests__/utils/util.js.map +1 -0
- package/dist/components/Localization.d.ts +5 -0
- package/dist/components/Localization.d.ts.map +1 -0
- package/dist/components/Localization.js +9 -0
- package/dist/components/Localization.js.map +1 -0
- package/dist/components/context/AnnotationProvider.d.ts +2 -2
- package/dist/components/context/AnnotationProvider.d.ts.map +1 -1
- package/dist/components/context/AnnotationProvider.js +3 -2
- package/dist/components/context/AnnotationProvider.js.map +1 -1
- package/dist/components/context/CommonExamContext.d.ts +1 -0
- package/dist/components/context/CommonExamContext.d.ts.map +1 -1
- package/dist/components/context/CommonExamContext.js +3 -0
- package/dist/components/context/CommonExamContext.js.map +1 -1
- package/dist/components/context/GradingInstructionContext.d.ts +2 -2
- package/dist/components/context/GradingInstructionContext.d.ts.map +1 -1
- package/dist/components/grading-instructions/AnswerGradingInstruction.d.ts.map +1 -1
- package/dist/components/grading-instructions/AnswerGradingInstruction.js +7 -2
- package/dist/components/grading-instructions/AnswerGradingInstruction.js.map +1 -1
- package/dist/components/grading-instructions/EditableGradingInstruction.d.ts.map +1 -1
- package/dist/components/grading-instructions/EditableGradingInstruction.js +76 -40
- package/dist/components/grading-instructions/EditableGradingInstruction.js.map +1 -1
- package/dist/components/grading-instructions/GradingInstruction.d.ts +7 -0
- package/dist/components/grading-instructions/GradingInstruction.d.ts.map +1 -0
- package/dist/components/grading-instructions/GradingInstruction.js +9 -0
- package/dist/components/grading-instructions/GradingInstruction.js.map +1 -0
- package/dist/components/grading-instructions/GradingInstructionProvider.d.ts +1 -1
- package/dist/components/grading-instructions/GradingInstructionProvider.d.ts.map +1 -1
- package/dist/components/grading-instructions/GradingInstructionProvider.js +2 -2
- package/dist/components/grading-instructions/GradingInstructionProvider.js.map +1 -1
- package/dist/components/grading-instructions/GradingInstructions.d.ts +2 -1
- package/dist/components/grading-instructions/GradingInstructions.d.ts.map +1 -1
- package/dist/components/grading-instructions/GradingInstructions.js +18 -15
- package/dist/components/grading-instructions/GradingInstructions.js.map +1 -1
- package/dist/components/grading-instructions/editor/AttributeToggleButton.d.ts +9 -0
- package/dist/components/grading-instructions/editor/AttributeToggleButton.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/AttributeToggleButton.js +53 -0
- package/dist/components/grading-instructions/editor/AttributeToggleButton.js.map +1 -0
- package/dist/components/grading-instructions/editor/CurrentElement.d.ts +2 -0
- package/dist/components/grading-instructions/editor/CurrentElement.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/CurrentElement.js +8 -0
- package/dist/components/grading-instructions/editor/CurrentElement.js.map +1 -0
- package/dist/components/grading-instructions/editor/CurrentLocalization.d.ts +7 -0
- package/dist/components/grading-instructions/editor/CurrentLocalization.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/CurrentLocalization.js +13 -0
- package/dist/components/grading-instructions/editor/CurrentLocalization.js.map +1 -0
- package/dist/components/grading-instructions/editor/FormatButton.d.ts +0 -1
- package/dist/components/grading-instructions/editor/FormatButton.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/FormatButton.js +1 -1
- package/dist/components/grading-instructions/editor/FormatButton.js.map +1 -1
- package/dist/components/grading-instructions/editor/Formula.d.ts +1 -3
- package/dist/components/grading-instructions/editor/Formula.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/Formula.js +1 -41
- package/dist/components/grading-instructions/editor/Formula.js.map +1 -1
- package/dist/components/grading-instructions/editor/ImageUploadButton.d.ts +6 -0
- package/dist/components/grading-instructions/editor/ImageUploadButton.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/ImageUploadButton.js +77 -0
- package/dist/components/grading-instructions/editor/ImageUploadButton.js.map +1 -0
- package/dist/components/grading-instructions/editor/List.d.ts +9 -0
- package/dist/components/grading-instructions/editor/List.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/List.js +41 -0
- package/dist/components/grading-instructions/editor/List.js.map +1 -0
- package/dist/components/grading-instructions/editor/Localization.d.ts +3 -0
- package/dist/components/grading-instructions/editor/Localization.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/Localization.js +36 -0
- package/dist/components/grading-instructions/editor/Localization.js.map +1 -0
- package/dist/components/grading-instructions/editor/LocalizationButtons.d.ts +6 -0
- package/dist/components/grading-instructions/editor/LocalizationButtons.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/LocalizationButtons.js +14 -0
- package/dist/components/grading-instructions/editor/LocalizationButtons.js.map +1 -0
- package/dist/components/grading-instructions/editor/NBSP.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/NBSP.js +1 -1
- package/dist/components/grading-instructions/editor/NBSP.js.map +1 -1
- package/dist/components/grading-instructions/editor/Table.d.ts +4 -3
- package/dist/components/grading-instructions/editor/Table.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/Table.js +66 -80
- package/dist/components/grading-instructions/editor/Table.js.map +1 -1
- package/dist/components/grading-instructions/editor/findNode.d.ts +3 -0
- package/dist/components/grading-instructions/editor/findNode.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/findNode.js +10 -0
- package/dist/components/grading-instructions/editor/findNode.js.map +1 -0
- package/dist/components/grading-instructions/editor/localizatio.d.ts +3 -0
- package/dist/components/grading-instructions/editor/localizatio.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/localizatio.js +36 -0
- package/dist/components/grading-instructions/editor/localizatio.js.map +1 -0
- package/dist/components/grading-instructions/editor/localizationSpan.d.ts +3 -0
- package/dist/components/grading-instructions/editor/localizationSpan.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/localizationSpan.js +36 -0
- package/dist/components/grading-instructions/editor/localizationSpan.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/formulaSchema.d.ts +4 -0
- package/dist/components/grading-instructions/editor/schemas/formulaSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/formulaSchema.js +62 -0
- package/dist/components/grading-instructions/editor/schemas/formulaSchema.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/image-schema.d.ts +4 -0
- package/dist/components/grading-instructions/editor/schemas/image-schema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/image-schema.js +47 -0
- package/dist/components/grading-instructions/editor/schemas/image-schema.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/imageSchema.d.ts +4 -0
- package/dist/components/grading-instructions/editor/schemas/imageSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/imageSchema.js +61 -0
- package/dist/components/grading-instructions/editor/schemas/imageSchema.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/listSchema.d.ts +72 -0
- package/dist/components/grading-instructions/editor/schemas/listSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/listSchema.js +7 -0
- package/dist/components/grading-instructions/editor/schemas/listSchema.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/localizationSchema.d.ts +3 -0
- package/dist/components/grading-instructions/editor/schemas/localizationSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/localizationSchema.js +39 -0
- package/dist/components/grading-instructions/editor/schemas/localizationSchema.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithLangSchema.d.ts +3 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithLangSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithLangSchema.js +19 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithLangSchema.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithNowrapSchema.d.ts +3 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithNowrapSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/{spanWithClass.js → schemas/spanWithNowrapSchema.js} +4 -4
- package/dist/components/grading-instructions/editor/schemas/spanWithNowrapSchema.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/subSupSchema.d.ts +3 -0
- package/dist/components/grading-instructions/editor/schemas/subSupSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/subSupSchema.js +23 -0
- package/dist/components/grading-instructions/editor/schemas/subSupSchema.js.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/tableSchema.d.ts +3 -0
- package/dist/components/grading-instructions/editor/schemas/tableSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/tableSchema.js +43 -0
- package/dist/components/grading-instructions/editor/schemas/tableSchema.js.map +1 -0
- package/dist/components/grading-instructions/editor/spanWithPath.d.ts +3 -0
- package/dist/components/grading-instructions/editor/spanWithPath.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/spanWithPath.js +24 -0
- package/dist/components/grading-instructions/editor/spanWithPath.js.map +1 -0
- package/dist/components/grading-instructions/editor/util.d.ts +6 -0
- package/dist/components/grading-instructions/editor/util.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/util.js +10 -0
- package/dist/components/grading-instructions/editor/util.js.map +1 -0
- package/dist/components/shared/AnnotationMark.d.ts +1 -1
- package/dist/components/shared/AnnotationMark.d.ts.map +1 -1
- package/dist/components/shared/AnnotationPopup.d.ts +1 -1
- package/dist/components/shared/AnnotationPopup.d.ts.map +1 -1
- package/dist/components/shared/AnnotationPopup.js +11 -70
- package/dist/components/shared/AnnotationPopup.js.map +1 -1
- package/dist/components/shared/markText.d.ts +1 -1
- package/dist/components/shared/markText.d.ts.map +1 -1
- package/dist/components/shared/markText.js.map +1 -1
- package/dist/main-bundle.js +1 -1
- package/dist/main-bundle.js.LICENSE.txt +1 -1
- package/dist/main.css +1 -1
- package/package.json +12 -3
- package/dist/__tests__/EditableGradingInsatruction.test.d.ts +0 -1
- package/dist/__tests__/EditableGradingInsatruction.test.d.ts.map +0 -1
- package/dist/__tests__/EditableGradingInsatruction.test.js +0 -2
- package/dist/__tests__/EditableGradingInsatruction.test.js.map +0 -1
- package/dist/__tests__/editor/NBSP.test.js.map +0 -1
- package/dist/__tests__/editor/no-wrap.test.d.ts +0 -2
- package/dist/__tests__/editor/no-wrap.test.d.ts.map +0 -1
- package/dist/__tests__/editor/no-wrap.test.js.map +0 -1
- package/dist/__tests__/utils/EditableGradingInstructionsWrapper.d.ts +0 -1
- package/dist/__tests__/utils/EditableGradingInstructionsWrapper.d.ts.map +0 -1
- package/dist/__tests__/utils/EditableGradingInstructionsWrapper.js +0 -2
- package/dist/__tests__/utils/EditableGradingInstructionsWrapper.js.map +0 -1
- package/dist/__tests__/utils/renderEditableGradingInstructions.d.ts +0 -1
- package/dist/__tests__/utils/renderEditableGradingInstructions.d.ts.map +0 -1
- package/dist/__tests__/utils/renderEditableGradingInstructions.js +0 -2
- package/dist/__tests__/utils/renderEditableGradingInstructions.js.map +0 -1
- package/dist/components/LexicalEditor.d.ts +0 -3
- package/dist/components/LexicalEditor.d.ts.map +0 -1
- package/dist/components/LexicalEditor.js +0 -44
- package/dist/components/LexicalEditor.js.map +0 -1
- package/dist/components/RTE.d.ts +0 -3
- package/dist/components/RTE.d.ts.map +0 -1
- package/dist/components/RTE.js +0 -23
- package/dist/components/RTE.js.map +0 -1
- package/dist/components/TablePlugin.d.ts +0 -1
- package/dist/components/TablePlugin.d.ts.map +0 -1
- package/dist/components/TablePlugin.js +0 -2
- package/dist/components/TablePlugin.js.map +0 -1
- package/dist/components/ToolBarPlugin.d.ts +0 -10
- package/dist/components/ToolBarPlugin.d.ts.map +0 -1
- package/dist/components/ToolBarPlugin.js +0 -111
- package/dist/components/ToolBarPlugin.js.map +0 -1
- package/dist/components/context/AnnotationContext.d.ts +0 -8
- package/dist/components/context/AnnotationContext.d.ts.map +0 -1
- package/dist/components/context/AnnotationContext.js +0 -3
- package/dist/components/context/AnnotationContext.js.map +0 -1
- package/dist/components/exam/ExamineExam.d.ts +0 -5
- package/dist/components/exam/ExamineExam.d.ts.map +0 -1
- package/dist/components/exam/ExamineExam.js +0 -20
- package/dist/components/exam/ExamineExam.js.map +0 -1
- package/dist/components/exam/FinishExam.d.ts +0 -5
- package/dist/components/exam/FinishExam.d.ts.map +0 -1
- package/dist/components/exam/FinishExam.js +0 -17
- package/dist/components/exam/FinishExam.js.map +0 -1
- package/dist/components/grading/reactAnnotation.d.ts +0 -4
- package/dist/components/grading/reactAnnotation.d.ts.map +0 -1
- package/dist/components/grading/reactAnnotation.js +0 -54
- package/dist/components/grading/reactAnnotation.js.map +0 -1
- package/dist/components/grading-instructions/SlateTableEditor.d.ts +0 -22
- package/dist/components/grading-instructions/SlateTableEditor.d.ts.map +0 -1
- package/dist/components/grading-instructions/SlateTableEditor.js +0 -44
- package/dist/components/grading-instructions/SlateTableEditor.js.map +0 -1
- package/dist/components/grading-instructions/SlateUtils.d.ts +0 -5
- package/dist/components/grading-instructions/SlateUtils.d.ts.map +0 -1
- package/dist/components/grading-instructions/SlateUtils.js +0 -28
- package/dist/components/grading-instructions/SlateUtils.js.map +0 -1
- package/dist/components/grading-instructions/editor/MathPopup.d.ts +0 -10
- package/dist/components/grading-instructions/editor/MathPopup.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/MathPopup.js +0 -94
- package/dist/components/grading-instructions/editor/MathPopup.js.map +0 -1
- package/dist/components/grading-instructions/editor/math-svg.d.ts +0 -2
- package/dist/components/grading-instructions/editor/math-svg.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/math-svg.js +0 -22
- package/dist/components/grading-instructions/editor/math-svg.js.map +0 -1
- package/dist/components/grading-instructions/editor/math.d.ts +0 -4
- package/dist/components/grading-instructions/editor/math.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/math.js +0 -55
- package/dist/components/grading-instructions/editor/math.js.map +0 -1
- package/dist/components/grading-instructions/editor/noWrap.d.ts +0 -3
- package/dist/components/grading-instructions/editor/noWrap.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/noWrap.js +0 -13
- package/dist/components/grading-instructions/editor/noWrap.js.map +0 -1
- package/dist/components/grading-instructions/editor/spanWithClass.d.ts +0 -3
- package/dist/components/grading-instructions/editor/spanWithClass.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/spanWithClass.js.map +0 -1
- package/dist/components/grading-instructions/prosemirror.d.ts +0 -8
- package/dist/components/grading-instructions/prosemirror.d.ts.map +0 -1
- package/dist/components/grading-instructions/prosemirror.js +0 -108
- package/dist/components/grading-instructions/prosemirror.js.map +0 -1
- package/dist/components/results/isExamFinishPageHook.d.ts +0 -2
- package/dist/components/results/isExamFinishPageHook.d.ts.map +0 -1
- package/dist/components/results/isExamFinishPageHook.js +0 -7
- package/dist/components/results/isExamFinishPageHook.js.map +0 -1
- package/dist/components/shared/CreateAnnotationPopup.d.ts +0 -6
- package/dist/components/shared/CreateAnnotationPopup.d.ts.map +0 -1
- package/dist/components/shared/CreateAnnotationPopup.js +0 -11
- package/dist/components/shared/CreateAnnotationPopup.js.map +0 -1
- package/dist/components/shared/PopupUtils.d.ts +0 -4
- package/dist/components/shared/PopupUtils.d.ts.map +0 -1
- package/dist/components/shared/PopupUtils.js +0 -26
- package/dist/components/shared/PopupUtils.js.map +0 -1
- package/dist/store/listenerMiddleware.d.ts +0 -89
- package/dist/store/listenerMiddleware.d.ts.map +0 -1
- package/dist/store/listenerMiddleware.js +0 -6
- package/dist/store/listenerMiddleware.js.map +0 -1
- /package/dist/__tests__/editor/{NBSP.test.d.ts → nbsp.test.d.ts} +0 -0
- /package/dist/__tests__/editor/{NBSP.test.d.ts.map → nbsp.test.d.ts.map} +0 -0
@@ -30,6 +30,7 @@ import QuestionTitle from './QuestionTitle';
|
|
30
30
|
import Recording from './Recording';
|
31
31
|
import Section from './Section';
|
32
32
|
import SectionTitle from './SectionTitle';
|
33
|
+
import { GradingInstructionProvider } from './GradingInstructionProvider';
|
33
34
|
const renderIfWithinGradingInstructionContent = renderIf(({ element }) => queryAncestors(element, [
|
34
35
|
// Keep in sync with lists in mastering/index.ts
|
35
36
|
'answer-grading-instruction',
|
@@ -70,7 +71,7 @@ const renderChildNodes = createRenderChildNodes({
|
|
70
71
|
'section-title': SectionTitle,
|
71
72
|
video: Recording
|
72
73
|
});
|
73
|
-
const GradingInstructions = ({ doc, annotations, onClickAnnotation, onSaveAnnotation }) => {
|
74
|
+
const GradingInstructions = ({ doc, annotations, onClickAnnotation, onSaveAnnotation, editable, onContentChange, onSaveImage }) => {
|
74
75
|
const root = doc.documentElement;
|
75
76
|
const { date, dateTimeFormatter, dayCode, examCode, language, subjectLanguage } = useContext(CommonExamContext);
|
76
77
|
const examTitle = findChildElement(root, 'exam-title');
|
@@ -84,21 +85,23 @@ const GradingInstructions = ({ doc, annotations, onClickAnnotation, onSaveAnnota
|
|
84
85
|
const i18n = useCached(() => initI18n(language, examCode, dayCode));
|
85
86
|
useEffect(changeLanguage(i18n, language));
|
86
87
|
useEffect(scrollToHash, []);
|
88
|
+
const props = editable ? { editable, onContentChange, onSaveImage } : { editable };
|
87
89
|
return (React.createElement(AnnotationProvider, { annotations: annotations, onClickAnnotation: onClickAnnotation, onSaveAnnotation: onSaveAnnotation },
|
88
|
-
React.createElement(
|
89
|
-
React.createElement(
|
90
|
-
React.createElement(
|
91
|
-
|
92
|
-
React.createElement(
|
93
|
-
React.createElement(
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
React.createElement("
|
98
|
-
|
99
|
-
|
100
|
-
React.createElement(
|
101
|
-
|
90
|
+
React.createElement(GradingInstructionProvider, { ...props },
|
91
|
+
React.createElement(I18nextProvider, { i18n: i18n },
|
92
|
+
React.createElement("main", { className: "e-exam e-grading-instructions", lang: subjectLanguage },
|
93
|
+
React.createElement(React.StrictMode, null),
|
94
|
+
React.createElement(SectionElement, { "aria-labelledby": examTitleId },
|
95
|
+
React.createElement(DocumentTitle, { id: examTitleId },
|
96
|
+
React.createElement(GradingInstructionsPageTitle, null),
|
97
|
+
" ",
|
98
|
+
examTitle && renderChildNodes(examTitle)),
|
99
|
+
date && (React.createElement("p", null,
|
100
|
+
React.createElement("strong", null, dateTimeFormatter.format(date)))),
|
101
|
+
examGradingInstruction && (React.createElement(ExamGradingInstruction, { element: examGradingInstruction, renderChildNodes })),
|
102
|
+
tableOfContents && (React.createElement("div", { className: "main-toc-container" },
|
103
|
+
React.createElement(TableOfContents, { element: tableOfContents, renderChildNodes })))),
|
104
|
+
renderChildNodes(root))))));
|
102
105
|
};
|
103
106
|
// Wrap to a separate component, since we can't use translation hooks in the root component.
|
104
107
|
export const GradingInstructionsPageTitle = () => {
|
@@ -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;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAClE,OAAO,EAAE,cAAc,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AACzE,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAA;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAC3C,OAAO,aAAa,MAAM,kBAAkB,CAAA;AAC5C,OAAO,kBAAkB,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAA;AACtC,OAAO,cAAc,MAAM,mBAAmB,CAAA;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AAClE,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAA;AAEvF,OAAO,mBAAmB,MAAM,6BAA6B,CAAA;AAC7D,OAAO,gBAAgB,MAAM,0BAA0B,CAAA;AACvD,OAAO,iBAAiB,MAAM,2BAA2B,CAAA;AACzD,OAAO,eAAe,MAAM,2BAA2B,CAAA;AACvD,OAAO,IAAI,MAAM,gBAAgB,CAAA;AACjC,OAAO,OAAO,MAAM,mBAAmB,CAAA;AACvC,OAAO,KAAK,MAAM,iBAAiB,CAAA;AACnC,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,OAAO,wBAAwB,MAAM,4BAA4B,CAAA;AACjE,OAAO,gBAAgB,MAAM,oBAAoB,CAAA;AACjD,OAAO,sBAAsB,MAAM,0BAA0B,CAAA;AAC7D,OAAO,sBAAsB,MAAM,0BAA0B,CAAA;AAC7D,OAAO,QAAQ,MAAM,YAAY,CAAA;AACjC,OAAO,aAAa,MAAM,iBAAiB,CAAA;AAC3C,OAAO,SAAS,MAAM,aAAa,CAAA;AACnC,OAAO,OAAO,MAAM,WAAW,CAAA;AAC/B,OAAO,YAAY,MAAM,gBAAgB,CAAA;
|
1
|
+
{"version":3,"file":"GradingInstructions.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/GradingInstructions.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
declare function AttributeToggleButton({ markType, attributeName, attributeValue, displayName }: {
|
3
|
+
markType: string;
|
4
|
+
attributeName: string;
|
5
|
+
attributeValue: string;
|
6
|
+
displayName: string;
|
7
|
+
}): React.JSX.Element;
|
8
|
+
export default AttributeToggleButton;
|
9
|
+
//# sourceMappingURL=AttributeToggleButton.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AttributeToggleButton.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/AttributeToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAIlD,iBAAS,qBAAqB,CAAC,EAC7B,QAAQ,EACR,aAAa,EACb,cAAc,EACd,WAAW,EACZ,EAAE;IACD,QAAQ,EAAE,MAAM,CAAA;IAChB,aAAa,EAAE,MAAM,CAAA;IACrB,cAAc,EAAE,MAAM,CAAA;IACtB,WAAW,EAAE,MAAM,CAAA;CACpB,qBAuDA;AAED,eAAe,qBAAqB,CAAA"}
|
@@ -0,0 +1,53 @@
|
|
1
|
+
import React, { useEffect, useState } from 'react';
|
2
|
+
import { useEditorEventCallback, useEditorState } from '@nytimes/react-prosemirror';
|
3
|
+
import { findAttributesFromCursor } from './util';
|
4
|
+
function AttributeToggleButton({ markType, attributeName, attributeValue, displayName }) {
|
5
|
+
const editorState = useEditorState();
|
6
|
+
const [isActive, setIsActive] = useState(false);
|
7
|
+
useEffect(() => {
|
8
|
+
const attributes = findAttributesFromCursor(editorState.tr, markType);
|
9
|
+
setIsActive(attributes[attributeName] == attributeValue);
|
10
|
+
}, [editorState]);
|
11
|
+
const onClick = useEditorEventCallback(view => {
|
12
|
+
const { state } = view;
|
13
|
+
const tr = state.tr
|
14
|
+
//.insertText('paska')
|
15
|
+
.setNodeAttribute(state.selection.$head.before(), 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA', 'b');
|
16
|
+
view.dispatch(tr);
|
17
|
+
view.focus();
|
18
|
+
return true;
|
19
|
+
});
|
20
|
+
/*const onClick2 = useEditorEventCallback(view => {
|
21
|
+
const { state } = view
|
22
|
+
const node = state.tr.doc.nodeAt(state.tr.selection.from)
|
23
|
+
if (node) {
|
24
|
+
const newAttributeValue = node.attrs[attributeName] ? undefined : attributeValue
|
25
|
+
const tr = state.tr.setNodeAttribute(state.selection.$from.before(), attributeName, newAttributeValue)
|
26
|
+
view.dispatch(tr)
|
27
|
+
view.focus()
|
28
|
+
return true
|
29
|
+
}
|
30
|
+
return false
|
31
|
+
//console.info(state.selection, state.selection.$from, state.selection.$from.parent)
|
32
|
+
if (state.selection instanceof NodeSelection) {
|
33
|
+
state.selection.$from.node()
|
34
|
+
const node = state.tr.doc.nodeAt(state.tr.selection.from)
|
35
|
+
if (node) {
|
36
|
+
const mark = node?.marks.find(mark => mark.type.name == markType)
|
37
|
+
if (mark) {
|
38
|
+
state.tr.addMark()
|
39
|
+
const attrs = { ...mark.attrs, [attributeName]: attributeValue }
|
40
|
+
node.
|
41
|
+
|
42
|
+
mark.addToSet(node.marks)
|
43
|
+
const newMark = { ...mark, attrs }
|
44
|
+
newMark.addToSet(node.marks)
|
45
|
+
}
|
46
|
+
}
|
47
|
+
}
|
48
|
+
//const a = findTagAttributesFromCursor(state.tr, 'localization')
|
49
|
+
})*/
|
50
|
+
return (React.createElement("button", { onClick: onClick, style: { fontWeight: isActive ? 'bold' : 'normal' } }, displayName));
|
51
|
+
}
|
52
|
+
export default AttributeToggleButton;
|
53
|
+
//# sourceMappingURL=AttributeToggleButton.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AttributeToggleButton.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/AttributeToggleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAClD,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACnF,OAAO,EAAE,wBAAwB,EAAE,MAAM,QAAQ,CAAA;AAEjD,SAAS,qBAAqB,CAAC,EAC7B,QAAQ,EACR,aAAa,EACb,cAAc,EACd,WAAW,EAMZ;IACC,MAAM,WAAW,GAAG,cAAc,EAAE,CAAA;IACpC,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAA;IAE/C,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,UAAU,GAAG,wBAAwB,CAAC,WAAW,CAAC,EAAE,EAAE,QAAQ,CAAC,CAAA;QACrE,WAAW,CAAC,UAAU,CAAC,aAAa,CAAC,IAAI,cAAc,CAAC,CAAA;IAC1D,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAA;IAEjB,MAAM,OAAO,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAAE;QAC5C,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;QACtB,MAAM,EAAE,GAAG,KAAK,CAAC,EAAE;YACjB,sBAAsB;aACrB,gBAAgB,CAAC,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,MAAM,EAAE,EAAE,yDAAyD,EAAE,GAAG,CAAC,CAAA;QACnH,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA;QACjB,IAAI,CAAC,KAAK,EAAE,CAAA;QACZ,OAAO,IAAI,CAAA;IACb,CAAC,CAAC,CAAA;IAEF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA6BI;IAEJ,OAAO,CACL,gCAAQ,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,EAAE,IAC1E,WAAW,CACL,CACV,CAAA;AACH,CAAC;AAED,eAAe,qBAAqB,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CurrentElement.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/CurrentElement.tsx"],"names":[],"mappings":""}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
function CurrentElement({ currentElement }) {
|
3
|
+
return (React.createElement("div", null,
|
4
|
+
props.currentElement.getAttribute('lang'),
|
5
|
+
" ",
|
6
|
+
props.currentElement.getAttribute('exam-type')));
|
7
|
+
}
|
8
|
+
//# sourceMappingURL=CurrentElement.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CurrentElement.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/CurrentElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,SAAS,cAAc,CAAC,EAAE,cAAc,EAAsC;IAC5E,OAAO,CACL;QACG,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,MAAM,CAAC;;QAAG,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CACvF,CACP,CAAA;AACH,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CurrentLocalization.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/CurrentLocalization.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,wBAAgB,mBAAmB,CAAC,EAAE,iBAAiB,EAAE,EAAE;IAAE,iBAAiB,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAA;CAAE,qBAsB1G"}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import AttributeToggleButton from './AttributeToggleButton';
|
3
|
+
export function CurrentLocalization({ currentAttributes }) {
|
4
|
+
const { lang, examType } = currentAttributes;
|
5
|
+
console.info(lang, examType);
|
6
|
+
return (React.createElement("span", { className: "element-target" },
|
7
|
+
React.createElement("span", null, "Kohdennus:"),
|
8
|
+
React.createElement(AttributeToggleButton, { markType: "localization", attributeName: "lang", attributeValue: "fi-FI", displayName: "FI" }),
|
9
|
+
React.createElement(AttributeToggleButton, { markType: "localization", attributeName: "lang", attributeValue: "sv-FI", displayName: "SV" }),
|
10
|
+
React.createElement(AttributeToggleButton, { markType: "localization", attributeName: "examType", attributeValue: "visually-impaired", displayName: "NV" }),
|
11
|
+
React.createElement(AttributeToggleButton, { markType: "localization", attributeName: "examType", attributeValue: "hearing-impaired", displayName: "KV" })));
|
12
|
+
}
|
13
|
+
//# sourceMappingURL=CurrentLocalization.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CurrentLocalization.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/CurrentLocalization.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,qBAAqB,MAAM,yBAAyB,CAAA;AAE3D,MAAM,UAAU,mBAAmB,CAAC,EAAE,iBAAiB,EAAoD;IACzG,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,iBAAiB,CAAA;IAC5C,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAA;IAC5B,OAAO,CACL,8BAAM,SAAS,EAAC,gBAAgB;QAC9B,+CAAuB;QACvB,oBAAC,qBAAqB,IAAC,QAAQ,EAAC,cAAc,EAAC,aAAa,EAAC,MAAM,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,GAAG;QAC9G,oBAAC,qBAAqB,IAAC,QAAQ,EAAC,cAAc,EAAC,aAAa,EAAC,MAAM,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,GAAG;QAC9G,oBAAC,qBAAqB,IACpB,QAAQ,EAAC,cAAc,EACvB,aAAa,EAAC,UAAU,EACxB,cAAc,EAAC,mBAAmB,EAClC,WAAW,EAAC,IAAI,GAChB;QACF,oBAAC,qBAAqB,IACpB,QAAQ,EAAC,cAAc,EACvB,aAAa,EAAC,UAAU,EACxB,cAAc,EAAC,kBAAkB,EACjC,WAAW,EAAC,IAAI,GAChB,CACG,CACR,CAAA;AACH,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FormatButton.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAGlE,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,
|
1
|
+
{"version":3,"file":"FormatButton.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAGlE,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,cAAc,CAAA;CACtB;AAID,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,KAAK,qBAuB9C;AAED,eAAe,YAAY,CAAA"}
|
@@ -20,7 +20,7 @@ function FormatButton({ markName, icon }) {
|
|
20
20
|
setIsActive(!!isTextFormatActive);
|
21
21
|
}, [editorState]);
|
22
22
|
return (React.createElement("button", { onClick: onClick, className: classNames({ active: isActive }) },
|
23
|
-
React.createElement(FontAwesomeIcon, { size: "lg", icon: icon })));
|
23
|
+
React.createElement(FontAwesomeIcon, { size: "lg", className: "editor-menu-icon", icon: icon })));
|
24
24
|
}
|
25
25
|
export default FormatButton;
|
26
26
|
//# sourceMappingURL=FormatButton.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FormatButton.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACnF,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAClD,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;
|
1
|
+
{"version":3,"file":"FormatButton.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACnF,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAClD,OAAO,UAAU,MAAM,YAAY,CAAA;AAEnC,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAOhE,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,QAAgB,EAAY,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAA;AAEpG,SAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAS;IAC7C,MAAM,WAAW,GAAG,cAAc,EAAE,CAAA;IACpC,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAA;IAE/C,MAAM,OAAO,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAAE;QAC5C,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;QACtB,MAAM,gBAAgB,GAAG,UAAU,CAAC,WAAW,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAA;QACjE,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;QAC5C,IAAI,CAAC,KAAK,EAAE,CAAA;IACd,CAAC,CAAC,CAAA;IAEF,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,kBAAkB,GAAG,WAAW,CAAC,WAAW;YAChD,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,oCAAoC;YAC1G,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAA,CAAC,2BAA2B;QAC7G,WAAW,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAA;IACnC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAA;IAEjB,OAAO,CACL,gCAAQ,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC;QACnE,oBAAC,eAAe,IAAC,IAAI,EAAC,IAAI,EAAC,SAAS,EAAC,kBAAkB,EAAC,IAAI,EAAE,IAAK,GAAI,CAChE,CACV,CAAA;AACH,CAAC;AAED,eAAe,YAAY,CAAA"}
|
@@ -1,14 +1,12 @@
|
|
1
1
|
import { Plugin } from 'prosemirror-state';
|
2
|
-
import { NodeSpec } from 'prosemirror-model';
|
3
2
|
import React from 'react';
|
4
3
|
export type FormulaEditorState = {
|
5
4
|
pos: number;
|
6
5
|
latex: string;
|
7
6
|
element: Element;
|
8
7
|
};
|
9
|
-
export declare const formulaSchema: NodeSpec;
|
10
|
-
export declare const formulaOutputSchema: NodeSpec;
|
11
8
|
export declare function FormulaButton(props: {
|
9
|
+
disabled: boolean;
|
12
10
|
setFormulaState: (values: FormulaEditorState) => void;
|
13
11
|
}): React.JSX.Element;
|
14
12
|
export declare class FormulaPlugin extends Plugin {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Formula.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0B,MAAM,mBAAmB,CAAA;
|
1
|
+
{"version":3,"file":"Formula.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0B,MAAM,mBAAmB,CAAA;AAIlE,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,MAAM,kBAAkB,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,CAAA;AAEjF,wBAAgB,aAAa,CAAC,KAAK,EAAE;IAAE,QAAQ,EAAE,OAAO,CAAC;IAAC,eAAe,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAAE,qBAoBhH;AAED,qBAAa,aAAc,SAAQ,MAAM;gBAC3B,kBAAkB,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI;CAmBrE"}
|
@@ -2,46 +2,6 @@ import { Plugin, PluginKey } from 'prosemirror-state';
|
|
2
2
|
import { Fragment } from 'prosemirror-model';
|
3
3
|
import { useEditorEventCallback } from '@nytimes/react-prosemirror';
|
4
4
|
import React from 'react';
|
5
|
-
export const formulaSchema = {
|
6
|
-
formula: {
|
7
|
-
inline: true,
|
8
|
-
group: 'inline',
|
9
|
-
atom: true,
|
10
|
-
attrs: {
|
11
|
-
latex: {},
|
12
|
-
mode: { default: '' }
|
13
|
-
},
|
14
|
-
parseDOM: [
|
15
|
-
{
|
16
|
-
tag: '[data-editor-id=e-formula]',
|
17
|
-
getAttrs(dom) {
|
18
|
-
return {
|
19
|
-
latex: dom.textContent,
|
20
|
-
mode: dom.getAttribute('mode')
|
21
|
-
};
|
22
|
-
}
|
23
|
-
}
|
24
|
-
],
|
25
|
-
toDOM(node) {
|
26
|
-
const container = document.createElement('img');
|
27
|
-
if (node.attrs.latex) {
|
28
|
-
container.setAttribute('alt', node.attrs.latex);
|
29
|
-
container.setAttribute('src', `/math.svg?latex=${encodeURIComponent(node.attrs.latex)}`);
|
30
|
-
}
|
31
|
-
return container;
|
32
|
-
}
|
33
|
-
}
|
34
|
-
};
|
35
|
-
export const formulaOutputSchema = {
|
36
|
-
formula: {
|
37
|
-
...formulaSchema.formula,
|
38
|
-
toDOM(node) {
|
39
|
-
const container = document.createElement('span');
|
40
|
-
container.innerHTML = `<e:formula ${node.attrs.mode ? `mode="${node.attrs.mode}"` : ''}>${node.attrs.latex}</e:formula>`;
|
41
|
-
return container.firstElementChild;
|
42
|
-
}
|
43
|
-
}
|
44
|
-
};
|
45
5
|
export function FormulaButton(props) {
|
46
6
|
const onClick = useEditorEventCallback(view => {
|
47
7
|
const transaction = view.state.tr;
|
@@ -55,7 +15,7 @@ export function FormulaButton(props) {
|
|
55
15
|
}
|
56
16
|
}
|
57
17
|
});
|
58
|
-
return (React.createElement("button", { onClick: onClick, "data-testid": "add-formula",
|
18
|
+
return (React.createElement("button", { onClick: onClick, "data-testid": "add-formula", disabled: props.disabled }, "Lis\u00E4\u00E4 kaava"));
|
59
19
|
}
|
60
20
|
export class FormulaPlugin extends Plugin {
|
61
21
|
constructor(updateFormulaState) {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Formula.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAe,MAAM,mBAAmB,CAAA;AAElE,OAAO,
|
1
|
+
{"version":3,"file":"Formula.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAe,MAAM,mBAAmB,CAAA;AAElE,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAC5C,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,MAAM,UAAU,aAAa,CAAC,KAAmF;IAC/G,MAAM,OAAO,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAAE;QAC5C,MAAM,WAAW,GAAgB,IAAI,CAAC,KAAK,CAAC,EAAE,CAAA;QAC9C,MAAM,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAA;QACrF,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,IAAI,CAAC,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,cAAc,EAAE,CAAC,CAAA;YAEpF,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,GAAG,OAAO,CAAC,QAAQ,CAAA;YACtD,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAA;YACjC,IAAI,OAAO,YAAY,OAAO,EAAE,CAAC;gBAC/B,KAAK,CAAC,eAAe,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,CAAA;YACpD,CAAC;QACH,CAAC;IACH,CAAC,CAAC,CAAA;IAEF,OAAO,CACL,gCAAQ,OAAO,EAAE,OAAO,iBAAc,aAAa,EAAC,QAAQ,EAAE,KAAK,CAAC,QAAQ,4BAEnE,CACV,CAAA;AACH,CAAC;AAED,MAAM,OAAO,aAAc,SAAQ,MAAM;IACvC,YAAY,kBAAwD;QAClE,KAAK,CAAC;YACJ,GAAG,EAAE,IAAI,SAAS,CAAC,SAAS,CAAC;YAC7B,KAAK,EAAE;gBACL,WAAW,CAAC,IAAgB,EAAE,GAAW;oBACvC,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;oBACtB,MAAM,IAAI,GAAG,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAA;oBAClC,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;wBACzC,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAA;wBACjC,IAAI,OAAO,YAAY,OAAO,EAAE,CAAC;4BAC/B,kBAAkB,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,KAAe,EAAE,CAAC,CAAA;4BAChF,OAAO,IAAI,CAAA;wBACb,CAAC;oBACH,CAAC;oBACD,OAAO,KAAK,CAAA;gBACd,CAAC;aACF;SACF,CAAC,CAAA;IACJ,CAAC;CACF"}
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { EditableProps } from '../../context/GradingInstructionContext';
|
3
|
+
export declare function ImageUploadButton({ saveImage }: {
|
4
|
+
saveImage: EditableProps['onSaveImage'];
|
5
|
+
}): React.JSX.Element;
|
6
|
+
//# sourceMappingURL=ImageUploadButton.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ImageUploadButton.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/ImageUploadButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAA0C,MAAM,OAAO,CAAA;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,yCAAyC,CAAA;AAYvE,wBAAgB,iBAAiB,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,EAAE,aAAa,CAAC,aAAa,CAAC,CAAA;CAAE,qBAgF3F"}
|
@@ -0,0 +1,77 @@
|
|
1
|
+
import { useEditorEventCallback } from '@nytimes/react-prosemirror';
|
2
|
+
import React, { useRef, useContext } from 'react';
|
3
|
+
import { QuestionContext } from '../../context/QuestionContext';
|
4
|
+
import { CommonExamContext } from '../../context/CommonExamContext';
|
5
|
+
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
6
|
+
import { faImage } from '@fortawesome/free-solid-svg-icons';
|
7
|
+
var EditorAction;
|
8
|
+
(function (EditorAction) {
|
9
|
+
EditorAction["REMOVE_IMAGE"] = "REMOVE_IMAGE";
|
10
|
+
EditorAction["UPDATE_IMAGE"] = "UPDATE_IMAGE";
|
11
|
+
EditorAction["INSERT_IMAGE"] = "INSERT_IMAGE";
|
12
|
+
})(EditorAction || (EditorAction = {}));
|
13
|
+
export function ImageUploadButton({ saveImage }) {
|
14
|
+
const inputRef = useRef(null);
|
15
|
+
const { displayNumber } = useContext(QuestionContext);
|
16
|
+
const { resolveAttachment } = useContext(CommonExamContext);
|
17
|
+
const handleButtonClick = () => {
|
18
|
+
if (inputRef.current) {
|
19
|
+
inputRef.current.click();
|
20
|
+
}
|
21
|
+
};
|
22
|
+
const updateEditor = useEditorEventCallback((view, action, tempPath, permanentPath) => {
|
23
|
+
const { state } = view;
|
24
|
+
const { doc, schema: { nodes } } = state;
|
25
|
+
let tr = state.tr;
|
26
|
+
switch (action) {
|
27
|
+
case EditorAction.INSERT_IMAGE:
|
28
|
+
tr = tr.replaceSelectionWith(nodes.image.create({ src: tempPath }));
|
29
|
+
break;
|
30
|
+
case EditorAction.UPDATE_IMAGE:
|
31
|
+
doc.descendants((node, pos) => {
|
32
|
+
if (node.type.name === 'image' && node.attrs.src === tempPath) {
|
33
|
+
tr = tr.setNodeAttribute(pos, 'src', permanentPath);
|
34
|
+
}
|
35
|
+
});
|
36
|
+
break;
|
37
|
+
case EditorAction.REMOVE_IMAGE:
|
38
|
+
doc.descendants((node, pos) => {
|
39
|
+
if (node.type.name === 'image' && node.attrs.src === tempPath) {
|
40
|
+
tr = tr.delete(pos, pos + node.nodeSize);
|
41
|
+
}
|
42
|
+
});
|
43
|
+
break;
|
44
|
+
default:
|
45
|
+
console.error('Unsupported action:', action);
|
46
|
+
}
|
47
|
+
if (tr.steps.length > 0) {
|
48
|
+
view.dispatch(tr);
|
49
|
+
}
|
50
|
+
view.focus();
|
51
|
+
});
|
52
|
+
const handleFileChange = async (event) => {
|
53
|
+
var _a;
|
54
|
+
const file = (_a = event.target.files) === null || _a === void 0 ? void 0 : _a[0];
|
55
|
+
if (file) {
|
56
|
+
const tempPath = URL.createObjectURL(file);
|
57
|
+
updateEditor(EditorAction.INSERT_IMAGE, tempPath);
|
58
|
+
event.target.value = '';
|
59
|
+
try {
|
60
|
+
const permanentPath = await saveImage(file, displayNumber);
|
61
|
+
if (!permanentPath)
|
62
|
+
throw new Error('no permanent image path provided');
|
63
|
+
updateEditor(EditorAction.UPDATE_IMAGE, tempPath, resolveAttachment(permanentPath));
|
64
|
+
}
|
65
|
+
catch (e) {
|
66
|
+
console.error('error getting permanent path for image', e);
|
67
|
+
updateEditor(EditorAction.REMOVE_IMAGE, tempPath);
|
68
|
+
}
|
69
|
+
}
|
70
|
+
};
|
71
|
+
return (React.createElement(React.Fragment, null,
|
72
|
+
React.createElement("button", { onClick: handleButtonClick, title: "Lis\u00E4\u00E4 kuva" },
|
73
|
+
' ',
|
74
|
+
React.createElement(FontAwesomeIcon, { size: "lg", icon: faImage, className: "editor-menu-icon", fixedWidth: true })),
|
75
|
+
React.createElement("input", { type: "file", accept: "image/png, image/jpeg, image/tiff", style: { display: 'none' }, ref: inputRef, onChange: e => void handleFileChange(e), "data-testid": "image-upload-input" })));
|
76
|
+
}
|
77
|
+
//# sourceMappingURL=ImageUploadButton.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ImageUploadButton.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/ImageUploadButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,KAAK,EAAE,EAAE,MAAM,EAAe,UAAU,EAAE,MAAM,OAAO,CAAA;AAE9D,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAA;AAE3D,IAAK,YAIJ;AAJD,WAAK,YAAY;IACf,6CAA6B,CAAA;IAC7B,6CAA6B,CAAA;IAC7B,6CAA6B,CAAA;AAC/B,CAAC,EAJI,YAAY,KAAZ,YAAY,QAIhB;AAED,MAAM,UAAU,iBAAiB,CAAC,EAAE,SAAS,EAA+C;IAC1F,MAAM,QAAQ,GAAG,MAAM,CAA0B,IAAI,CAAC,CAAA;IACtD,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,eAAe,CAAC,CAAA;IACrD,MAAM,EAAE,iBAAiB,EAAE,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAC3D,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC7B,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC;YACrB,QAAQ,CAAC,OAAO,CAAC,KAAK,EAAE,CAAA;QAC1B,CAAC;IACH,CAAC,CAAA;IAED,MAAM,YAAY,GAAG,sBAAsB,CACzC,CAAC,IAAI,EAAE,MAAoB,EAAE,QAAgB,EAAE,aAAsB,EAAE,EAAE;QACvE,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;QACtB,MAAM,EACJ,GAAG,EACH,MAAM,EAAE,EAAE,KAAK,EAAE,EAClB,GAAG,KAAK,CAAA;QACT,IAAI,EAAE,GAAG,KAAK,CAAC,EAAE,CAAA;QAEjB,QAAQ,MAAM,EAAE,CAAC;YACf,KAAK,YAAY,CAAC,YAAY;gBAC5B,EAAE,GAAG,EAAE,CAAC,oBAAoB,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAA;gBACnE,MAAK;YACP,KAAK,YAAY,CAAC,YAAY;gBAC5B,GAAG,CAAC,WAAW,CAAC,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;oBAC5B,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,KAAK,QAAQ,EAAE,CAAC;wBAC9D,EAAE,GAAG,EAAE,CAAC,gBAAgB,CAAC,GAAG,EAAE,KAAK,EAAE,aAAa,CAAC,CAAA;oBACrD,CAAC;gBACH,CAAC,CAAC,CAAA;gBACF,MAAK;YACP,KAAK,YAAY,CAAC,YAAY;gBAC5B,GAAG,CAAC,WAAW,CAAC,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;oBAC5B,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,OAAO,IAAI,IAAI,CAAC,KAAK,CAAC,GAAG,KAAK,QAAQ,EAAE,CAAC;wBAC9D,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAA;oBAC1C,CAAC;gBACH,CAAC,CAAC,CAAA;gBACF,MAAK;YACP;gBACE,OAAO,CAAC,KAAK,CAAC,qBAAqB,EAAE,MAAM,CAAC,CAAA;QAChD,CAAC;QACD,IAAI,EAAE,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACxB,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA;QACnB,CAAC;QACD,IAAI,CAAC,KAAK,EAAE,CAAA;IACd,CAAC,CACF,CAAA;IAED,MAAM,gBAAgB,GAAG,KAAK,EAAE,KAAoC,EAAE,EAAE;;QACtE,MAAM,IAAI,GAAG,MAAA,KAAK,CAAC,MAAM,CAAC,KAAK,0CAAG,CAAC,CAAC,CAAA;QACpC,IAAI,IAAI,EAAE,CAAC;YACT,MAAM,QAAQ,GAAG,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,CAAA;YAC1C,YAAY,CAAC,YAAY,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAA;YACjD,KAAK,CAAC,MAAM,CAAC,KAAK,GAAG,EAAE,CAAA;YACvB,IAAI,CAAC;gBACH,MAAM,aAAa,GAAG,MAAM,SAAS,CAAC,IAAI,EAAE,aAAa,CAAC,CAAA;gBAC1D,IAAI,CAAC,aAAa;oBAAE,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAA;gBACvE,YAAY,CAAC,YAAY,CAAC,YAAY,EAAE,QAAQ,EAAE,iBAAiB,CAAC,aAAa,CAAC,CAAC,CAAA;YACrF,CAAC;YAAC,OAAO,CAAC,EAAE,CAAC;gBACX,OAAO,CAAC,KAAK,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAA;gBAC1D,YAAY,CAAC,YAAY,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAA;YACnD,CAAC;QACH,CAAC;IACH,CAAC,CAAA;IAED,OAAO,CACL;QACE,gCAAQ,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAC,sBAAY;YACnD,GAAG;YACJ,oBAAC,eAAe,IAAC,IAAI,EAAC,IAAI,EAAC,IAAI,EAAE,OAAO,EAAE,SAAS,EAAC,kBAAkB,EAAC,UAAU,SAAG,CAC7E;QACT,+BACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,mCAAmC,EAC1C,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,EAC1B,GAAG,EAAE,QAAQ,EACb,QAAQ,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,gBAAgB,CAAC,CAAC,CAAC,iBAC3B,oBAAoB,GAChC,CACD,CACJ,CAAA;AACH,CAAC"}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { NodeType, Schema } from 'prosemirror-model';
|
2
|
+
import { IconDefinition } from '@fortawesome/free-solid-svg-icons';
|
3
|
+
import React from 'react';
|
4
|
+
export declare function createListPlugin(schema: Schema): import("prosemirror-state").Plugin<any>;
|
5
|
+
export declare function ListButton(props: {
|
6
|
+
nodeType: NodeType;
|
7
|
+
icon: IconDefinition;
|
8
|
+
}): React.JSX.Element;
|
9
|
+
//# sourceMappingURL=List.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/List.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAkB,QAAQ,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAGpE,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAClE,OAAO,KAA8B,MAAM,OAAO,CAAA;AAKlD,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,2CAM9C;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAAE,QAAQ,EAAE,QAAQ,CAAC;IAAC,IAAI,EAAE,cAAc,CAAA;CAAE,qBAoC7E"}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
import { keymap } from 'prosemirror-keymap';
|
2
|
+
import { liftListItem, sinkListItem, splitListItem } from 'prosemirror-schema-list';
|
3
|
+
import { Fragment } from 'prosemirror-model';
|
4
|
+
import classNames from 'classnames';
|
5
|
+
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
6
|
+
import React, { useEffect, useState } from 'react';
|
7
|
+
import { useEditorEventCallback, useEditorState } from '@nytimes/react-prosemirror';
|
8
|
+
import { TextSelection } from 'prosemirror-state';
|
9
|
+
import { getNodeFromPosition } from './findNode';
|
10
|
+
export function createListPlugin(schema) {
|
11
|
+
return keymap({
|
12
|
+
Enter: splitListItem(schema.nodes.list_item),
|
13
|
+
'Shift-Tab': liftListItem(schema.nodes.list_item),
|
14
|
+
Tab: sinkListItem(schema.nodes.list_item)
|
15
|
+
});
|
16
|
+
}
|
17
|
+
export function ListButton(props) {
|
18
|
+
const [isActive, setIsActive] = useState(false);
|
19
|
+
const editorState = useEditorState();
|
20
|
+
useEffect(() => {
|
21
|
+
const node = getNodeFromPosition(editorState.selection.$from, props.nodeType.name);
|
22
|
+
setIsActive(!!node);
|
23
|
+
}, [editorState]);
|
24
|
+
const onClick = useEditorEventCallback(view => {
|
25
|
+
const offset = view.state.selection.anchor + 1;
|
26
|
+
const transaction = view.state.tr;
|
27
|
+
const cell = view.state.schema.nodes.list_item.createAndFill(null, Fragment.empty);
|
28
|
+
const sss = props.nodeType.name === 'bullet_list' ? view.state.schema.nodes.bullet_list : view.state.schema.nodes.ordered_list;
|
29
|
+
const list = sss.create({}, Fragment.fromArray([cell]));
|
30
|
+
if (view.dispatch) {
|
31
|
+
view.dispatch(transaction
|
32
|
+
.insert(view.state.selection.to, list)
|
33
|
+
.scrollIntoView()
|
34
|
+
.setSelection(TextSelection.near(transaction.doc.resolve(offset))));
|
35
|
+
view.focus();
|
36
|
+
}
|
37
|
+
});
|
38
|
+
return (React.createElement("button", { onClick: onClick, className: classNames({ active: isActive }), "data-testid": `editor-menu-add-${props.nodeType.name}` },
|
39
|
+
React.createElement(FontAwesomeIcon, { size: "lg", icon: props.icon, className: "editor-menu-icon", fixedWidth: true })));
|
40
|
+
}
|
41
|
+
//# sourceMappingURL=List.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"List.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/List.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"localization.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/localization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAElD,wBAAgB,YAAY,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,CAiCxD"}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
export function localization(hideable) {
|
2
|
+
return {
|
3
|
+
localization: {
|
4
|
+
attrs: {
|
5
|
+
lang: { default: null },
|
6
|
+
examType: { default: null },
|
7
|
+
hidden: { default: null }
|
8
|
+
},
|
9
|
+
parseDOM: [
|
10
|
+
{
|
11
|
+
tag: '[e-localization]',
|
12
|
+
getAttrs(dom) {
|
13
|
+
var _a, _b, _c;
|
14
|
+
return {
|
15
|
+
lang: (_a = dom.getAttribute('lang')) !== null && _a !== void 0 ? _a : null,
|
16
|
+
examType: (_b = dom.getAttribute('exam-type')) !== null && _b !== void 0 ? _b : null,
|
17
|
+
hidden: hideable ? ((_c = dom.getAttribute('hidden')) !== null && _c !== void 0 ? _c : null) : null
|
18
|
+
};
|
19
|
+
}
|
20
|
+
}
|
21
|
+
],
|
22
|
+
toDOM(node) {
|
23
|
+
return [
|
24
|
+
'e:localization',
|
25
|
+
{
|
26
|
+
lang: node.attrs.lang,
|
27
|
+
'exam-type': node.attrs.examType,
|
28
|
+
hidden: hideable ? node.attrs.hidden : null
|
29
|
+
},
|
30
|
+
0
|
31
|
+
];
|
32
|
+
}
|
33
|
+
}
|
34
|
+
};
|
35
|
+
}
|
36
|
+
//# sourceMappingURL=localization.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"localization.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/localization.ts"],"names":[],"mappings":"AAEA,MAAM,UAAU,YAAY,CAAC,QAAiB;IAC5C,OAAO;QACL,YAAY,EAAE;YACZ,KAAK,EAAE;gBACL,IAAI,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE;gBACvB,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE;gBAC3B,MAAM,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE;aAC1B;YACD,QAAQ,EAAE;gBACR;oBACE,GAAG,EAAE,kBAAkB;oBACvB,QAAQ,CAAC,GAAgB;;wBACvB,OAAO;4BACL,IAAI,EAAE,MAAA,GAAG,CAAC,YAAY,CAAC,MAAM,CAAC,mCAAI,IAAI;4BACtC,QAAQ,EAAE,MAAA,GAAG,CAAC,YAAY,CAAC,WAAW,CAAC,mCAAI,IAAI;4BAC/C,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,MAAA,GAAG,CAAC,YAAY,CAAC,QAAQ,CAAC,mCAAI,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI;yBAC/D,CAAA;oBACH,CAAC;iBACF;aACF;YACD,KAAK,CAAC,IAAU;gBACd,OAAO;oBACL,gBAAgB;oBAChB;wBACE,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,IAAc;wBAC/B,WAAW,EAAE,IAAI,CAAC,KAAK,CAAC,QAAkB;wBAC1C,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAE,IAAI,CAAC,KAAK,CAAC,MAAiB,CAAC,CAAC,CAAC,IAAI;qBACxD;oBACD,CAAC;iBACF,CAAA;YACH,CAAC;SACF;KACF,CAAA;AACH,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocalizationButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/LocalizationButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AASzB,wBAAgB,mBAAmB,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,qBAwBzF"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import AttributeToggleButton from './AttributeToggleButton';
|
3
|
+
import FormatButton from './FormatButton';
|
4
|
+
const languageButtons = { 'fi-FI': 'FI', 'sv-FI': 'SV' };
|
5
|
+
const examTypeButtons = { normal: 'normaali', 'hearing-impaired': 'KV', 'visually-impaired': 'NV' };
|
6
|
+
export function LocalizationButtons({ lang, examType }) {
|
7
|
+
//console.info(languageButtons[lang], examTypeButtons[examType])
|
8
|
+
return (React.createElement("span", { className: "element-target" },
|
9
|
+
React.createElement("span", null, "Kohdennus: "),
|
10
|
+
React.createElement(FormatButton, { markName: "localization", displayName: languageButtons[lang], attributes: { lang, examType } }),
|
11
|
+
languageButtons[lang] && (React.createElement(AttributeToggleButton, { markType: "localization", attributeName: "lang", attributeValue: lang, displayName: languageButtons[lang] })),
|
12
|
+
examTypeButtons[examType] && (React.createElement(AttributeToggleButton, { markType: "localization", attributeName: "examType", attributeValue: examType, displayName: examTypeButtons[examType] }))));
|
13
|
+
}
|
14
|
+
//# sourceMappingURL=LocalizationButtons.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LocalizationButtons.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/LocalizationButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,qBAAqB,MAAM,yBAAyB,CAAA;AAC3D,OAAO,YAAY,MAAM,gBAAgB,CAAA;AAEzC,MAAM,eAAe,GAAG,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAA+B,CAAA;AACrF,MAAM,eAAe,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,kBAAkB,EAAE,IAAI,EAAE,mBAAmB,EAAE,IAAI,EAEhG,CAAA;AAED,MAAM,UAAU,mBAAmB,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAsC;IACxF,gEAAgE;IAChE,OAAO,CACL,8BAAM,SAAS,EAAC,gBAAgB;QAC9B,gDAAwB;QACxB,oBAAC,YAAY,IAAC,QAAQ,EAAC,cAAc,EAAC,WAAW,EAAE,eAAe,CAAC,IAAI,CAAC,EAAE,UAAU,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAI;QAC3G,eAAe,CAAC,IAAI,CAAC,IAAI,CACxB,oBAAC,qBAAqB,IACpB,QAAQ,EAAC,cAAc,EACvB,aAAa,EAAC,MAAM,EACpB,cAAc,EAAE,IAAI,EACpB,WAAW,EAAE,eAAe,CAAC,IAAI,CAAC,GAClC,CACH;QACA,eAAe,CAAC,QAAQ,CAAC,IAAI,CAC5B,oBAAC,qBAAqB,IACpB,QAAQ,EAAC,cAAc,EACvB,aAAa,EAAC,UAAU,EACxB,cAAc,EAAE,QAAQ,EACxB,WAAW,EAAE,eAAe,CAAC,QAAQ,CAAC,GACtC,CACH,CACI,CACR,CAAA;AACH,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"NBSP.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/NBSP.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,eAAO,MAAM,UAAU,uGAAoC,CAAA;AAE3D,wBAAgB,UAAU,
|
1
|
+
{"version":3,"file":"NBSP.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/NBSP.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,eAAO,MAAM,UAAU,uGAAoC,CAAA;AAE3D,wBAAgB,UAAU,sBAgBzB"}
|
@@ -12,6 +12,6 @@ export function NbspButton() {
|
|
12
12
|
view.focus();
|
13
13
|
return true;
|
14
14
|
});
|
15
|
-
return React.createElement("button", { onClick: onClick }, "NBSP");
|
15
|
+
return (React.createElement("button", { onClick: onClick, title: "sitova v\u00E4lily\u00F6nti" }, "NBSP"));
|
16
16
|
}
|
17
17
|
//# sourceMappingURL=NBSP.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"NBSP.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/NBSP.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAA;AAElF,MAAM,CAAC,MAAM,UAAU,GAAG,sBAAsB,CAAC,CAAC,OAAO,CAAC,CAAC,CAAA;AAE3D,MAAM,UAAU,UAAU;IACxB,MAAM,OAAO,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAAE;QAC5C,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;QACtB,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,MAAM,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAA;YACxC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA;QACnB,CAAC;QACD,IAAI,CAAC,KAAK,EAAE,CAAA;QACZ,OAAO,IAAI,CAAA;IACb,CAAC,CAAC,CAAA;IAEF,OAAO,gCAAQ,OAAO,EAAE,OAAO,
|
1
|
+
{"version":3,"file":"NBSP.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/NBSP.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AACnE,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAA;AAElF,MAAM,CAAC,MAAM,UAAU,GAAG,sBAAsB,CAAC,CAAC,OAAO,CAAC,CAAC,CAAA;AAE3D,MAAM,UAAU,UAAU;IACxB,MAAM,OAAO,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAAE;QAC5C,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;QACtB,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,MAAM,EAAE,GAAG,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAA;YACxC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA;QACnB,CAAC;QACD,IAAI,CAAC,KAAK,EAAE,CAAA;QACZ,OAAO,IAAI,CAAA;IACb,CAAC,CAAC,CAAA;IAEF,OAAO,CACL,gCAAQ,OAAO,EAAE,OAAO,EAAE,KAAK,EAAC,6BAAmB,WAE1C,CACV,CAAA;AACH,CAAC"}
|