@digabi/exam-engine-core 22.1.3-alpha.3 → 22.1.5-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/__tests__/EditableGradingInsatruction.test.d.ts +1 -0
- package/dist/__tests__/EditableGradingInsatruction.test.d.ts.map +1 -0
- package/dist/__tests__/EditableGradingInsatruction.test.js +2 -0
- package/dist/__tests__/EditableGradingInsatruction.test.js.map +1 -0
- 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__/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 +16 -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 +69 -0
- package/dist/__tests__/editor/ImageUploadButton.test.js.map +1 -0
- package/dist/__tests__/editor/{nbsp.test.js → NBSP.test.js} +2 -6
- package/dist/__tests__/editor/NBSP.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/no-wrap.test.d.ts +2 -0
- package/dist/__tests__/editor/no-wrap.test.d.ts.map +1 -0
- package/dist/__tests__/editor/no-wrap.test.js +43 -0
- package/dist/__tests__/editor/no-wrap.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__/tsconfig.tsbuildinfo +1 -1
- package/dist/__tests__/utils/EditableGradingInstructionsWrapper.d.ts +1 -0
- package/dist/__tests__/utils/EditableGradingInstructionsWrapper.d.ts.map +1 -0
- package/dist/__tests__/utils/EditableGradingInstructionsWrapper.js +2 -0
- package/dist/__tests__/utils/EditableGradingInstructionsWrapper.js.map +1 -0
- 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/renderEditableGradingInstructions.d.ts +1 -0
- package/dist/__tests__/utils/renderEditableGradingInstructions.d.ts.map +1 -0
- package/dist/__tests__/utils/renderEditableGradingInstructions.js +2 -0
- package/dist/__tests__/utils/renderEditableGradingInstructions.js.map +1 -0
- 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/LexicalEditor.d.ts +3 -0
- package/dist/components/LexicalEditor.d.ts.map +1 -0
- package/dist/components/LexicalEditor.js +44 -0
- package/dist/components/LexicalEditor.js.map +1 -0
- package/dist/components/RTE.d.ts +3 -0
- package/dist/components/RTE.d.ts.map +1 -0
- package/dist/components/RTE.js +23 -0
- package/dist/components/RTE.js.map +1 -0
- package/dist/components/TablePlugin.d.ts +1 -0
- package/dist/components/TablePlugin.d.ts.map +1 -0
- package/dist/components/TablePlugin.js +2 -0
- package/dist/components/TablePlugin.js.map +1 -0
- package/dist/components/ToolBarPlugin.d.ts +10 -0
- package/dist/components/ToolBarPlugin.d.ts.map +1 -0
- package/dist/components/ToolBarPlugin.js +111 -0
- package/dist/components/ToolBarPlugin.js.map +1 -0
- package/dist/components/context/AnnotationContext.d.ts +8 -0
- package/dist/components/context/AnnotationContext.d.ts.map +1 -0
- package/dist/components/context/AnnotationContext.js +3 -0
- package/dist/components/context/AnnotationContext.js.map +1 -0
- package/dist/components/context/AttachmentContext.d.ts.map +1 -1
- package/dist/components/context/ExamContext.d.ts.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/context/QuestionContext.d.ts.map +1 -1
- package/dist/components/context/ResultsContext.d.ts.map +1 -1
- package/dist/components/context/SectionContext.d.ts.map +1 -1
- package/dist/components/exam/ExamineExam.d.ts +5 -0
- package/dist/components/exam/ExamineExam.d.ts.map +1 -0
- package/dist/components/exam/ExamineExam.js +20 -0
- package/dist/components/exam/ExamineExam.js.map +1 -0
- package/dist/components/exam/FinishExam.d.ts +5 -0
- package/dist/components/exam/FinishExam.d.ts.map +1 -0
- package/dist/components/exam/FinishExam.js +17 -0
- package/dist/components/exam/FinishExam.js.map +1 -0
- package/dist/components/grading/reactAnnotation.d.ts +4 -0
- package/dist/components/grading/reactAnnotation.d.ts.map +1 -0
- package/dist/components/grading/reactAnnotation.js +54 -0
- package/dist/components/grading/reactAnnotation.js.map +1 -0
- package/dist/components/grading-instructions/EditableGradingInstruction.d.ts.map +1 -1
- package/dist/components/grading-instructions/EditableGradingInstruction.js +56 -42
- package/dist/components/grading-instructions/EditableGradingInstruction.js.map +1 -1
- 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 +1 -1
- package/dist/components/grading-instructions/GradingInstructions.js +2 -2
- package/dist/components/grading-instructions/GradingInstructions.js.map +1 -1
- package/dist/components/grading-instructions/SlateTableEditor.d.ts +22 -0
- package/dist/components/grading-instructions/SlateTableEditor.d.ts.map +1 -0
- package/dist/components/grading-instructions/SlateTableEditor.js +44 -0
- package/dist/components/grading-instructions/SlateTableEditor.js.map +1 -0
- package/dist/components/grading-instructions/SlateUtils.d.ts +5 -0
- package/dist/components/grading-instructions/SlateUtils.d.ts.map +1 -0
- package/dist/components/grading-instructions/SlateUtils.js +28 -0
- package/dist/components/grading-instructions/SlateUtils.js.map +1 -0
- package/dist/components/grading-instructions/editor/FormatButton.d.ts +3 -2
- package/dist/components/grading-instructions/editor/FormatButton.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/FormatButton.js +5 -2
- package/dist/components/grading-instructions/editor/FormatButton.js.map +1 -1
- package/dist/components/grading-instructions/editor/Formula.d.ts +1 -0
- package/dist/components/grading-instructions/editor/Formula.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/Formula.js +18 -4
- 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/MathPopup.d.ts +10 -0
- package/dist/components/grading-instructions/editor/MathPopup.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/MathPopup.js +94 -0
- package/dist/components/grading-instructions/editor/MathPopup.js.map +1 -0
- package/dist/components/grading-instructions/editor/Menu.d.ts +1 -0
- package/dist/components/grading-instructions/editor/Menu.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/Menu.js +2 -0
- package/dist/components/grading-instructions/editor/Menu.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 -1
- package/dist/components/grading-instructions/editor/Table.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/Table.js +82 -28
- package/dist/components/grading-instructions/editor/Table.js.map +1 -1
- package/dist/components/grading-instructions/editor/math-svg.d.ts +2 -0
- package/dist/components/grading-instructions/editor/math-svg.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/math-svg.js +22 -0
- package/dist/components/grading-instructions/editor/math-svg.js.map +1 -0
- package/dist/components/grading-instructions/editor/math.d.ts +4 -0
- package/dist/components/grading-instructions/editor/math.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/math.js +55 -0
- package/dist/components/grading-instructions/editor/math.js.map +1 -0
- package/dist/components/grading-instructions/editor/noWrap.d.ts +3 -0
- package/dist/components/grading-instructions/editor/noWrap.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/noWrap.js +13 -0
- package/dist/components/grading-instructions/editor/noWrap.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/spanWithClass.d.ts +3 -0
- package/dist/components/grading-instructions/editor/spanWithClass.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/spanWithClass.js +19 -0
- package/dist/components/grading-instructions/editor/spanWithClass.js.map +1 -0
- package/dist/components/grading-instructions/prosemirror.d.ts +8 -0
- package/dist/components/grading-instructions/prosemirror.d.ts.map +1 -0
- package/dist/components/grading-instructions/prosemirror.js +108 -0
- package/dist/components/grading-instructions/prosemirror.js.map +1 -0
- package/dist/components/results/isExamFinishPageHook.d.ts +2 -0
- package/dist/components/results/isExamFinishPageHook.d.ts.map +1 -0
- package/dist/components/results/isExamFinishPageHook.js +7 -0
- package/dist/components/results/isExamFinishPageHook.js.map +1 -0
- package/dist/components/shared/CreateAnnotationPopup.d.ts +6 -0
- package/dist/components/shared/CreateAnnotationPopup.d.ts.map +1 -0
- package/dist/components/shared/CreateAnnotationPopup.js +11 -0
- package/dist/components/shared/CreateAnnotationPopup.js.map +1 -0
- package/dist/components/shared/PopupUtils.d.ts +4 -0
- package/dist/components/shared/PopupUtils.d.ts.map +1 -0
- package/dist/components/shared/PopupUtils.js +26 -0
- package/dist/components/shared/PopupUtils.js.map +1 -0
- package/dist/main-bundle.js +1 -1
- package/dist/main-bundle.js.LICENSE.txt +1 -1
- package/dist/main.css +1 -1
- package/dist/store/listenerMiddleware.d.ts +89 -0
- package/dist/store/listenerMiddleware.d.ts.map +1 -0
- package/dist/store/listenerMiddleware.js +6 -0
- package/dist/store/listenerMiddleware.js.map +1 -0
- package/package.json +2 -2
- package/dist/__tests__/editor/nbsp.test.js.map +0 -1
- package/dist/components/Localization.d.ts +0 -5
- package/dist/components/Localization.d.ts.map +0 -1
- package/dist/components/Localization.js +0 -9
- package/dist/components/Localization.js.map +0 -1
- package/dist/components/grading-instructions/GradingInstruction.d.ts +0 -7
- package/dist/components/grading-instructions/GradingInstruction.d.ts.map +0 -1
- package/dist/components/grading-instructions/GradingInstruction.js +0 -9
- package/dist/components/grading-instructions/GradingInstruction.js.map +0 -1
- package/dist/components/grading-instructions/editor/CurrentElement.d.ts +0 -2
- package/dist/components/grading-instructions/editor/CurrentElement.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/CurrentElement.js +0 -8
- package/dist/components/grading-instructions/editor/CurrentElement.js.map +0 -1
- package/dist/components/grading-instructions/editor/CurrentLocalization.d.ts +0 -5
- package/dist/components/grading-instructions/editor/CurrentLocalization.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/CurrentLocalization.js +0 -17
- package/dist/components/grading-instructions/editor/CurrentLocalization.js.map +0 -1
- package/dist/components/grading-instructions/editor/Localization.d.ts +0 -3
- package/dist/components/grading-instructions/editor/Localization.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/Localization.js +0 -36
- package/dist/components/grading-instructions/editor/Localization.js.map +0 -1
- package/dist/components/grading-instructions/editor/localizatio.d.ts +0 -3
- package/dist/components/grading-instructions/editor/localizatio.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/localizatio.js +0 -36
- package/dist/components/grading-instructions/editor/localizatio.js.map +0 -1
- package/dist/components/grading-instructions/editor/localizationSpan.d.ts +0 -3
- package/dist/components/grading-instructions/editor/localizationSpan.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/localizationSpan.js +0 -36
- package/dist/components/grading-instructions/editor/localizationSpan.js.map +0 -1
- package/dist/components/grading-instructions/editor/spanWithPath.d.ts +0 -3
- package/dist/components/grading-instructions/editor/spanWithPath.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/spanWithPath.js +0 -24
- package/dist/components/grading-instructions/editor/spanWithPath.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
@@ -0,0 +1 @@
|
|
1
|
+
//# sourceMappingURL=EditableGradingInstructionsWrapper.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"EditableGradingInstructionsWrapper.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/EditableGradingInstructionsWrapper.tsx"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"EditableGradingInstructionsWrapper.js","sourceRoot":"","sources":["../../../__tests__/utils/EditableGradingInstructionsWrapper.tsx"],"names":[],"mappings":""}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"prosemirror.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/prosemirror.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"prosemirror.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/prosemirror.ts"],"names":[],"mappings":"AAAA,wBAAgB,eAAe,sBA2B9B"}
|
@@ -1,8 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.mockCreateRange = mockCreateRange;
|
4
|
-
exports.promisifiedFireEventInput = promisifiedFireEventInput;
|
5
|
-
const react_1 = require("@testing-library/react");
|
6
4
|
function mockCreateRange() {
|
7
5
|
const originalCreateRange = global.window.document.createRange;
|
8
6
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
@@ -29,10 +27,4 @@ function mockCreateRange() {
|
|
29
27
|
};
|
30
28
|
return () => (global.window.document.createRange = originalCreateRange);
|
31
29
|
}
|
32
|
-
function promisifiedFireEventInput(element, options) {
|
33
|
-
return new Promise(resolve => {
|
34
|
-
react_1.fireEvent.input(element, options);
|
35
|
-
resolve();
|
36
|
-
});
|
37
|
-
}
|
38
30
|
//# sourceMappingURL=prosemirror.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"prosemirror.js","sourceRoot":"","sources":["../../../__tests__/utils/prosemirror.ts"],"names":[],"mappings":";;
|
1
|
+
{"version":3,"file":"prosemirror.js","sourceRoot":"","sources":["../../../__tests__/utils/prosemirror.ts"],"names":[],"mappings":";;AAAA,0CA2BC;AA3BD,SAAgB,eAAe;IAC7B,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,CAAA;IAC9D,6DAA6D;IAC7D,mBAAmB;IACnB,MAAM,CAAC,KAAK,GAAG,SAAS,KAAK,KAAI,CAAC,CAAA;IAElC,MAAM,wBAAwB,GAAG,CAAC,IAAY,EAAE,EAAE;QAChD,MAAM,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAA;QACzC,GAAG,CAAC,SAAS,GAAG,IAAI,CAAA;QACpB,OAAO,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAA;IACxB,CAAC,CAAA;IACD,6DAA6D;IAC7D,mBAAmB;IACnB,KAAK,CAAC,SAAS,CAAC,wBAAwB,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,wBAAwB,CAAC,IAAI,CAAC,CAAA;IAE3F,6DAA6D;IAC7D,mBAAmB;IACnB,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,GAAG,SAAS,WAAW;QACvD,OAAO;YACL,MAAM,EAAE,GAAG,EAAE,GAAE,CAAC;YAChB,QAAQ,EAAE,GAAG,EAAE,GAAE,CAAC;YAClB,qBAAqB,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;YAC3C,cAAc,EAAE,GAAG,EAAE,CAAC,EAAE;YACxB,wBAAwB;SACzB,CAAA;IACH,CAAC,CAAA;IACD,OAAO,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,GAAG,mBAAmB,CAAC,CAAA;AACzE,CAAC"}
|
@@ -1,2 +1,4 @@
|
|
1
|
+
export declare const mockedPermanentUrl = "mocked-permanent-url";
|
2
|
+
export declare const mockedResolvedPath = "mock-resolved-path";
|
1
3
|
export declare function renderGradingInstruction(inputData: string, onContentChangeMock?: () => void): import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
|
2
4
|
//# sourceMappingURL=renderEditableGradingInstruction.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"renderEditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/renderEditableGradingInstruction.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"renderEditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/renderEditableGradingInstruction.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB,yBAAyB,CAAA;AACxD,eAAO,MAAM,kBAAkB,uBAAuB,CAAA;AAMtD,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,aAAW,gIAezF"}
|
@@ -3,14 +3,20 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.mockedResolvedPath = exports.mockedPermanentUrl = void 0;
|
6
7
|
exports.renderGradingInstruction = renderGradingInstruction;
|
7
8
|
const react_1 = require("@testing-library/react");
|
8
9
|
const GradingInstructionProvider_1 = require("../../src/components/grading-instructions/GradingInstructionProvider");
|
9
10
|
const EditableGradingInstruction_1 = __importDefault(require("../../src/components/grading-instructions/EditableGradingInstruction"));
|
10
11
|
const react_2 = __importDefault(require("react"));
|
12
|
+
const CommonExamContext_1 = require("../../src/components/context/CommonExamContext");
|
13
|
+
exports.mockedPermanentUrl = 'mocked-permanent-url';
|
14
|
+
exports.mockedResolvedPath = 'mock-resolved-path';
|
15
|
+
const WrappedGradingInstructionProvider = (0, CommonExamContext_1.withCommonExamContext)(GradingInstructionProvider_1.GradingInstructionProvider);
|
11
16
|
function renderGradingInstruction(inputData, onContentChangeMock = () => { }) {
|
12
17
|
const doc = new DOMParser().parseFromString(inputData, 'text/html');
|
13
|
-
return (0, react_1.render)(react_2.default.createElement(
|
14
|
-
react_2.default.createElement(EditableGradingInstruction_1.default, { element: doc.documentElement })
|
18
|
+
return (0, react_1.render)(react_2.default.createElement(WrappedGradingInstructionProvider, { editable: true, onContentChange: onContentChangeMock, onSaveImage: () => Promise.resolve(exports.mockedPermanentUrl), answers: [], attachmentsURL: "", resolveAttachment: filename => `/${exports.mockedResolvedPath}/${filename}`, doc: doc },
|
19
|
+
react_2.default.createElement(EditableGradingInstruction_1.default, { element: doc.documentElement }),
|
20
|
+
"x"));
|
15
21
|
}
|
16
22
|
//# sourceMappingURL=renderEditableGradingInstruction.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"renderEditableGradingInstruction.js","sourceRoot":"","sources":["../../../__tests__/utils/renderEditableGradingInstruction.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"renderEditableGradingInstruction.js","sourceRoot":"","sources":["../../../__tests__/utils/renderEditableGradingInstruction.tsx"],"names":[],"mappings":";;;;;;AAeA,4DAeC;AA9BD,kDAA+C;AAC/C,qHAAiH;AACjH,sIAA6G;AAC7G,kDAAyB;AACzB,sFAAsF;AAIzE,QAAA,kBAAkB,GAAG,sBAAsB,CAAA;AAC3C,QAAA,kBAAkB,GAAG,oBAAoB,CAAA;AAEtD,MAAM,iCAAiC,GAAG,IAAA,yCAAqB,EAC7D,uDAA0B,CAC3B,CAAA;AAED,SAAgB,wBAAwB,CAAC,SAAiB,EAAE,mBAAmB,GAAG,GAAG,EAAE,GAAE,CAAC;IACxF,MAAM,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,WAAW,CAAC,CAAA;IACnE,OAAO,IAAA,cAAM,EACX,8BAAC,iCAAiC,IAChC,QAAQ,EAAE,IAAI,EACd,eAAe,EAAE,mBAAmB,EACpC,WAAW,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,0BAAkB,CAAC,EACtD,OAAO,EAAE,EAAE,EACX,cAAc,EAAC,EAAE,EACjB,iBAAiB,EAAE,QAAQ,CAAC,EAAE,CAAC,IAAI,0BAAkB,IAAI,QAAQ,EAAE,EACnE,GAAG,EAAE,GAAG;QAER,8BAAC,oCAA0B,IAAC,OAAO,EAAE,GAAG,CAAC,eAAe,GAAI;YAC1B,CACrC,CAAA;AACH,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
//# sourceMappingURL=renderEditableGradingInstructions.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"renderEditableGradingInstructions.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/renderEditableGradingInstructions.tsx"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"renderEditableGradingInstructions.js","sourceRoot":"","sources":["../../../__tests__/utils/renderEditableGradingInstructions.tsx"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/util.ts"],"names":[],"mappings":"AAEA,wBAAgB,UAAU,CAAC,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,QAI5D"}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.insertText = insertText;
|
4
|
+
const react_1 = require("@testing-library/react");
|
5
|
+
function insertText(element, text) {
|
6
|
+
react_1.fireEvent.input(element, {
|
7
|
+
target: { innerText: text, innerHTML: text }
|
8
|
+
});
|
9
|
+
}
|
10
|
+
//# sourceMappingURL=util.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"util.js","sourceRoot":"","sources":["../../../__tests__/utils/util.ts"],"names":[],"mappings":";;AAEA,gCAIC;AAND,kDAAkD;AAElD,SAAgB,UAAU,CAAC,OAAoB,EAAE,IAAY;IAC3D,iBAAS,CAAC,KAAK,CAAC,OAAO,EAAE;QACvB,MAAM,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE;KAC7C,CAAC,CAAA;AACJ,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LexicalEditor.d.ts","sourceRoot":"","sources":["../../src/components/LexicalEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAsCzB,wBAAgB,aAAa,sBAiB5B"}
|
@@ -0,0 +1,44 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { LexicalComposer } from '@lexical/react/LexicalComposer';
|
3
|
+
import { RichTextPlugin } from '@lexical/react/LexicalRichTextPlugin';
|
4
|
+
import { ContentEditable } from '@lexical/react/LexicalContentEditable';
|
5
|
+
import { HistoryPlugin } from '@lexical/react/LexicalHistoryPlugin';
|
6
|
+
import { OnChangePlugin } from '@lexical/react/LexicalOnChangePlugin';
|
7
|
+
import { LexicalErrorBoundary } from '@lexical/react/LexicalErrorBoundary';
|
8
|
+
import { ToolbarPlugin } from './ToolBarPlugin';
|
9
|
+
import { TablePlugin } from '@lexical/react/LexicalTablePlugin';
|
10
|
+
import { ListPlugin } from '@lexical/react/LexicalListPlugin';
|
11
|
+
import { TableCellNode, TableNode, TableRowNode } from '@lexical/table';
|
12
|
+
import { ListNode, ListItemNode } from '@lexical/list';
|
13
|
+
const theme = {
|
14
|
+
// Add your custom styling here
|
15
|
+
ltr: 'ltr',
|
16
|
+
rtl: 'rtl',
|
17
|
+
placeholder: 'editor-placeholder',
|
18
|
+
paragraph: 'editor-paragraph'
|
19
|
+
};
|
20
|
+
function Placeholder() {
|
21
|
+
return React.createElement("div", { className: "editor-placeholder" }, "Enter some text...");
|
22
|
+
}
|
23
|
+
function onChange(editorState) {
|
24
|
+
console.log(editorState);
|
25
|
+
}
|
26
|
+
const initialConfig = {
|
27
|
+
namespace: 'MyEditor',
|
28
|
+
theme,
|
29
|
+
onError(error) {
|
30
|
+
throw error;
|
31
|
+
},
|
32
|
+
nodes: [TableCellNode, TableNode, TableRowNode, ListNode, ListItemNode]
|
33
|
+
};
|
34
|
+
export function LexicalEditor() {
|
35
|
+
return (React.createElement(LexicalComposer, { initialConfig: initialConfig },
|
36
|
+
React.createElement(ToolbarPlugin, null),
|
37
|
+
React.createElement(TablePlugin, null),
|
38
|
+
React.createElement(ListPlugin, null),
|
39
|
+
React.createElement("div", { className: "editor-container" },
|
40
|
+
React.createElement(RichTextPlugin, { contentEditable: React.createElement(ContentEditable, { className: "editor-input" }), placeholder: React.createElement(Placeholder, null), ErrorBoundary: LexicalErrorBoundary }),
|
41
|
+
React.createElement(HistoryPlugin, null),
|
42
|
+
React.createElement(OnChangePlugin, { onChange: onChange }))));
|
43
|
+
}
|
44
|
+
//# sourceMappingURL=LexicalEditor.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"LexicalEditor.js","sourceRoot":"","sources":["../../src/components/LexicalEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAA;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAA;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAA;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAA;AAC1E,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACvE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAEtD,MAAM,KAAK,GAAG;IACZ,+BAA+B;IAC/B,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,WAAW,EAAE,oBAAoB;IACjC,SAAS,EAAE,kBAAkB;CAC9B,CAAA;AAED,SAAS,WAAW;IAClB,OAAO,6BAAK,SAAS,EAAC,oBAAoB,yBAAyB,CAAA;AACrE,CAAC;AAED,SAAS,QAAQ,CAAC,WAAmB;IACnC,OAAO,CAAC,GAAG,CAAC,WAAW,CAAC,CAAA;AAC1B,CAAC;AAED,MAAM,aAAa,GAAG;IACpB,SAAS,EAAE,UAAU;IACrB,KAAK;IACL,OAAO,CAAC,KAAY;QAClB,MAAM,KAAK,CAAA;IACb,CAAC;IACD,KAAK,EAAE,CAAC,aAAa,EAAE,SAAS,EAAE,YAAY,EAAE,QAAQ,EAAE,YAAY,CAAC;CACxE,CAAA;AAED,MAAM,UAAU,aAAa;IAC3B,OAAO,CACL,oBAAC,eAAe,IAAC,aAAa,EAAE,aAAa;QAC3C,oBAAC,aAAa,OAAG;QACjB,oBAAC,WAAW,OAAG;QACf,oBAAC,UAAU,OAAG;QACd,6BAAK,SAAS,EAAC,kBAAkB;YAC/B,oBAAC,cAAc,IACb,eAAe,EAAE,oBAAC,eAAe,IAAC,SAAS,EAAC,cAAc,GAAG,EAC7D,WAAW,EAAE,oBAAC,WAAW,OAAG,EAC5B,aAAa,EAAE,oBAAoB,GACnC;YACF,oBAAC,aAAa,OAAG;YACjB,oBAAC,cAAc,IAAC,QAAQ,EAAE,QAAQ,GAAI,CAClC,CACU,CACnB,CAAA;AACH,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RTE.d.ts","sourceRoot":"","sources":["../../src/components/RTE.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAA;AAErC,eAAO,MAAM,cAAc,yBAmC1B,CAAA"}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import React, { useRef } from 'react';
|
2
|
+
export const RichTextEditor = () => {
|
3
|
+
const editorRef = useRef(null);
|
4
|
+
const handleBoldText = () => {
|
5
|
+
document.queryCommandState('bold');
|
6
|
+
const selection = window.getSelection();
|
7
|
+
console.log(selection);
|
8
|
+
if (editorRef.current) {
|
9
|
+
editorRef.current.focus();
|
10
|
+
}
|
11
|
+
};
|
12
|
+
return (React.createElement("div", null,
|
13
|
+
React.createElement("div", { style: { marginBottom: '10px' } },
|
14
|
+
React.createElement("button", { onClick: handleBoldText },
|
15
|
+
React.createElement("b", null, "B"))),
|
16
|
+
React.createElement("div", { ref: editorRef, contentEditable: true, style: {
|
17
|
+
border: '1px solid #ccc',
|
18
|
+
minHeight: '200px',
|
19
|
+
padding: '10px',
|
20
|
+
fontFamily: 'Arial'
|
21
|
+
} }, "Start editing this text...")));
|
22
|
+
};
|
23
|
+
//# sourceMappingURL=RTE.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"RTE.js","sourceRoot":"","sources":["../../src/components/RTE.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAErC,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,EAAE;IACjC,MAAM,SAAS,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IAE9C,MAAM,cAAc,GAAG,GAAG,EAAE;QAC1B,QAAQ,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAA;QAClC,MAAM,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAA;QACvC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAA;QACtB,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;YACtB,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAA;QAC3B,CAAC;IACH,CAAC,CAAA;IAED,OAAO,CACL;QACE,6BAAK,KAAK,EAAE,EAAE,YAAY,EAAE,MAAM,EAAE;YAClC,gCAAQ,OAAO,EAAE,cAAc;gBAC7B,mCAAQ,CACD,CAEL;QACN,6BACE,GAAG,EAAE,SAAS,EACd,eAAe,EAAE,IAAI,EACrB,KAAK,EAAE;gBACL,MAAM,EAAE,gBAAgB;gBACxB,SAAS,EAAE,OAAO;gBAClB,OAAO,EAAE,MAAM;gBACf,UAAU,EAAE,OAAO;aACpB,iCAIG,CACF,CACP,CAAA;AACH,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
//# sourceMappingURL=TablePlugin.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TablePlugin.d.ts","sourceRoot":"","sources":["../../src/components/TablePlugin.tsx"],"names":[],"mappings":""}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"TablePlugin.js","sourceRoot":"","sources":["../../src/components/TablePlugin.tsx"],"names":[],"mappings":""}
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
3
|
+
*
|
4
|
+
* This source code is licensed under the MIT license found in the
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
6
|
+
*
|
7
|
+
*/
|
8
|
+
import React from 'react';
|
9
|
+
export declare function ToolbarPlugin(): React.JSX.Element;
|
10
|
+
//# sourceMappingURL=ToolBarPlugin.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ToolBarPlugin.d.ts","sourceRoot":"","sources":["../../src/components/ToolBarPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAmD,MAAM,OAAO,CAAA;AAuBvE,wBAAgB,aAAa,sBA+K5B"}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
/**
|
2
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
3
|
+
*
|
4
|
+
* This source code is licensed under the MIT license found in the
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
6
|
+
*
|
7
|
+
*/
|
8
|
+
import React, { useCallback, useEffect, useRef, useState } from 'react';
|
9
|
+
import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext';
|
10
|
+
import { mergeRegister } from '@lexical/utils';
|
11
|
+
import { INSERT_TABLE_COMMAND } from '@lexical/table';
|
12
|
+
import { INSERT_UNORDERED_LIST_COMMAND } from '@lexical/list';
|
13
|
+
import { $getSelection, $isRangeSelection, CAN_REDO_COMMAND, CAN_UNDO_COMMAND, FORMAT_ELEMENT_COMMAND, FORMAT_TEXT_COMMAND, REDO_COMMAND, SELECTION_CHANGE_COMMAND, UNDO_COMMAND } from 'lexical';
|
14
|
+
const LowPriority = 1;
|
15
|
+
function Divider() {
|
16
|
+
return React.createElement("div", { className: "divider" });
|
17
|
+
}
|
18
|
+
export function ToolbarPlugin() {
|
19
|
+
const [editor] = useLexicalComposerContext();
|
20
|
+
const toolbarRef = useRef(null);
|
21
|
+
const [canUndo, setCanUndo] = useState(false);
|
22
|
+
const [canRedo, setCanRedo] = useState(false);
|
23
|
+
const [isBold, setIsBold] = useState(false);
|
24
|
+
const [isItalic, setIsItalic] = useState(false);
|
25
|
+
const [isUnderline, setIsUnderline] = useState(false);
|
26
|
+
const [isStrikethrough, setIsStrikethrough] = useState(false);
|
27
|
+
const $updateToolbar = useCallback(() => {
|
28
|
+
const selection = $getSelection();
|
29
|
+
if ($isRangeSelection(selection)) {
|
30
|
+
// Update text format
|
31
|
+
setIsBold(selection.hasFormat('bold'));
|
32
|
+
setIsItalic(selection.hasFormat('italic'));
|
33
|
+
setIsUnderline(selection.hasFormat('underline'));
|
34
|
+
setIsStrikethrough(selection.hasFormat('strikethrough'));
|
35
|
+
}
|
36
|
+
}, []);
|
37
|
+
useEffect(() => mergeRegister(editor.registerUpdateListener(({ editorState }) => {
|
38
|
+
editorState.read(() => {
|
39
|
+
$updateToolbar();
|
40
|
+
});
|
41
|
+
}), editor.registerCommand(SELECTION_CHANGE_COMMAND, (_payload, _newEditor) => {
|
42
|
+
$updateToolbar();
|
43
|
+
return false;
|
44
|
+
}, LowPriority), editor.registerCommand(CAN_UNDO_COMMAND, payload => {
|
45
|
+
setCanUndo(payload);
|
46
|
+
return false;
|
47
|
+
}, LowPriority), editor.registerCommand(CAN_REDO_COMMAND, payload => {
|
48
|
+
setCanRedo(payload);
|
49
|
+
return false;
|
50
|
+
}, LowPriority)), [editor, $updateToolbar]);
|
51
|
+
return (React.createElement("div", { className: "toolbar", ref: toolbarRef },
|
52
|
+
React.createElement("button", { disabled: !canUndo, onClick: () => {
|
53
|
+
editor.dispatchCommand(UNDO_COMMAND, undefined);
|
54
|
+
}, className: "toolbar-item spaced", "aria-label": "Undo" },
|
55
|
+
"Undo",
|
56
|
+
React.createElement("i", { className: "format undo" })),
|
57
|
+
React.createElement("button", { disabled: !canRedo, onClick: () => {
|
58
|
+
editor.dispatchCommand(REDO_COMMAND, undefined);
|
59
|
+
}, className: "toolbar-item", "aria-label": "Redo" },
|
60
|
+
"Redo",
|
61
|
+
React.createElement("i", { className: "format redo" })),
|
62
|
+
React.createElement(Divider, null),
|
63
|
+
React.createElement("button", { onClick: () => {
|
64
|
+
editor.dispatchCommand(FORMAT_TEXT_COMMAND, 'bold');
|
65
|
+
}, className: `toolbar-item spaced ${isBold ? 'active' : ''}`, "aria-label": "Format Bold" },
|
66
|
+
"bold",
|
67
|
+
React.createElement("i", { className: "format bold" })),
|
68
|
+
React.createElement("button", { onClick: () => {
|
69
|
+
editor.dispatchCommand(FORMAT_TEXT_COMMAND, 'italic');
|
70
|
+
}, className: `toolbar-item spaced ${isItalic ? 'active' : ''}`, "aria-label": "Format Italics" },
|
71
|
+
"italic",
|
72
|
+
React.createElement("i", { className: "format italic" })),
|
73
|
+
React.createElement("button", { onClick: () => {
|
74
|
+
editor.dispatchCommand(INSERT_TABLE_COMMAND, { columns: '1', rows: '2' });
|
75
|
+
}, className: `toolbar-item spaced ${isUnderline ? 'active' : ''}`, "aria-label": "add table" },
|
76
|
+
"table",
|
77
|
+
React.createElement("i", { className: "format table" })),
|
78
|
+
React.createElement("button", { onClick: () => {
|
79
|
+
editor.dispatchCommand(INSERT_UNORDERED_LIST_COMMAND, undefined);
|
80
|
+
}, className: `toolbar-item spaced ${isUnderline ? 'active' : ''}`, "aria-label": "add list" },
|
81
|
+
"list",
|
82
|
+
React.createElement("i", { className: "format list" })),
|
83
|
+
React.createElement("button", { onClick: () => {
|
84
|
+
editor.dispatchCommand(FORMAT_TEXT_COMMAND, 'strikethrough');
|
85
|
+
}, className: `toolbar-item spaced ${isStrikethrough ? 'active' : ''}`, "aria-label": "Format Strikethrough" },
|
86
|
+
"strikethrough",
|
87
|
+
React.createElement("i", { className: "format strikethrough" })),
|
88
|
+
React.createElement(Divider, null),
|
89
|
+
React.createElement("button", { onClick: () => {
|
90
|
+
editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'left');
|
91
|
+
}, className: "toolbar-item spaced", "aria-label": "Left Align" },
|
92
|
+
"left",
|
93
|
+
React.createElement("i", { className: "format left-align" })),
|
94
|
+
React.createElement("button", { onClick: () => {
|
95
|
+
editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'center');
|
96
|
+
}, className: "toolbar-item spaced", "aria-label": "Center Align" },
|
97
|
+
"center",
|
98
|
+
React.createElement("i", { className: "format center-align" })),
|
99
|
+
React.createElement("button", { onClick: () => {
|
100
|
+
editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'right');
|
101
|
+
}, className: "toolbar-item spaced", "aria-label": "Right Align" },
|
102
|
+
"right",
|
103
|
+
React.createElement("i", { className: "format right-align" })),
|
104
|
+
React.createElement("button", { onClick: () => {
|
105
|
+
editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'justify');
|
106
|
+
}, className: "toolbar-item", "aria-label": "Justify Align" },
|
107
|
+
"justify",
|
108
|
+
React.createElement("i", { className: "format justify-align" })),
|
109
|
+
' '));
|
110
|
+
}
|
111
|
+
//# sourceMappingURL=ToolBarPlugin.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ToolBarPlugin.js","sourceRoot":"","sources":["../../src/components/ToolBarPlugin.tsx"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import React from 'react';
|
2
|
+
import { TextAnnotation } from '../../types/Score';
|
3
|
+
export interface AnnotationContext {
|
4
|
+
annotations: Record<string, TextAnnotation>;
|
5
|
+
onClickAnnotation: (a: TextAnnotation) => void;
|
6
|
+
}
|
7
|
+
export declare const AnnotationContext: React.Context<AnnotationContext>;
|
8
|
+
//# sourceMappingURL=AnnotationContext.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AnnotationContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/AnnotationContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAElD,MAAM,WAAW,iBAAiB;IAChC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;IAC3C,iBAAiB,EAAE,CAAC,CAAC,EAAE,cAAc,KAAK,IAAI,CAAA;CAC/C;AAED,eAAO,MAAM,iBAAiB,kCAA+C,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"AnnotationContext.js","sourceRoot":"","sources":["../../../src/components/context/AnnotationContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,MAAM,CAAC,MAAM,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,EAAuB,CAAC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AttachmentContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/AttachmentContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,MAAM,iBAAiB,GACzB;IAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC;IAAC,aAAa,EAAE,IAAI,CAAA;CAAE,GAC/D;IAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,IAAI,CAAC;IAAC,aAAa,EAAE,MAAM,CAAA;CAAE,CAAA;AAEpE,eAAO,MAAM,iBAAiB,kCAAkE,CAAA;AAEhG,eAAO,MAAM,qBAAqB,
|
1
|
+
{"version":3,"file":"AttachmentContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/AttachmentContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,MAAM,iBAAiB,GACzB;IAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC;IAAC,aAAa,EAAE,IAAI,CAAA;CAAE,GAC/D;IAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,IAAI,CAAC;IAAC,aAAa,EAAE,MAAM,CAAA;CAAE,CAAA;AAEpE,eAAO,MAAM,iBAAiB,kCAAkE,CAAA;AAEhG,eAAO,MAAM,qBAAqB,mEASjC,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ExamContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/ExamContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,MAAM,WAAW,WAAW;IAC1B,oBAAoB,EAAE,MAAM,CAAA;IAC5B,aAAa,EAAE,aAAa,CAAA;CAC7B;AAED,eAAO,MAAM,WAAW,4BAAyC,CAAA;AAEjE,eAAO,MAAM,eAAe,
|
1
|
+
{"version":3,"file":"ExamContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/ExamContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAE3C,MAAM,WAAW,WAAW;IAC1B,oBAAoB,EAAE,MAAM,CAAA;IAC5B,aAAa,EAAE,aAAa,CAAA;CAC7B;AAED,eAAO,MAAM,WAAW,4BAAyC,CAAA;AAEjE,eAAO,MAAM,eAAe,mEAO1B,CAAA"}
|
@@ -5,12 +5,12 @@ export interface GradingInstructionPropsBase {
|
|
5
5
|
export interface EditableProps extends GradingInstructionPropsBase {
|
6
6
|
editable: true;
|
7
7
|
onContentChange: (answerHTML: string, path: string) => void;
|
8
|
-
|
8
|
+
onSaveImage: (file: File, displayNumber?: string) => Promise<string>;
|
9
9
|
}
|
10
10
|
export interface NotEditableProps extends GradingInstructionPropsBase {
|
11
11
|
editable?: false;
|
12
12
|
onContentChange?: never;
|
13
|
-
|
13
|
+
onSaveImage?: never;
|
14
14
|
}
|
15
15
|
export type GradingInstructionProps = EditableProps | NotEditableProps;
|
16
16
|
export declare const GradingInstructionContext: React.Context<GradingInstructionProps>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"GradingInstructionContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/GradingInstructionContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B;AAED,MAAM,WAAW,aAAc,SAAQ,2BAA2B;IAChE,QAAQ,EAAE,IAAI,CAAA;IACd,eAAe,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IAC3D,
|
1
|
+
{"version":3,"file":"GradingInstructionContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/GradingInstructionContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,WAAW,2BAA2B;IAC1C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC3B;AAED,MAAM,WAAW,aAAc,SAAQ,2BAA2B;IAChE,QAAQ,EAAE,IAAI,CAAA;IACd,eAAe,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IAC3D,WAAW,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,aAAa,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,CAAA;CACrE;AAED,MAAM,WAAW,gBAAiB,SAAQ,2BAA2B;IACnE,QAAQ,CAAC,EAAE,KAAK,CAAA;IAChB,eAAe,CAAC,EAAE,KAAK,CAAA;IACvB,WAAW,CAAC,EAAE,KAAK,CAAA;CACpB;AAED,MAAM,MAAM,uBAAuB,GAAG,aAAa,GAAG,gBAAgB,CAAA;AAEtE,eAAO,MAAM,yBAAyB,wCAAqD,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"QuestionContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/QuestionContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,OAAO,EAAE,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;IACrB,mBAAmB,EAAE,OAAO,CAAA;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,cAAc,EAAE,OAAO,EAAE,CAAA;IACzB,gBAAgB,EAAE,MAAM,CAAA;CACzB;AAED,eAAO,MAAM,eAAe,gCAA8D,CAAA;AAE1F,eAAO,MAAM,mBAAmB,
|
1
|
+
{"version":3,"file":"QuestionContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/QuestionContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAMzB,MAAM,WAAW,eAAe;IAC9B,OAAO,EAAE,OAAO,EAAE,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;IACrB,mBAAmB,EAAE,OAAO,CAAA;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,KAAK,EAAE,MAAM,CAAA;IACb,cAAc,EAAE,OAAO,EAAE,CAAA;IACzB,gBAAgB,EAAE,MAAM,CAAA;CACzB;AAED,eAAO,MAAM,eAAe,gCAA8D,CAAA;AAE1F,eAAO,MAAM,mBAAmB,mEAsB9B,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ResultsContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/ResultsContext.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAgB,iBAAiB,EAAE,UAAU,EAAE,gBAAgB,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAI9G,MAAM,WAAW,cAAc;IAC7B,mBAAmB,EAAE,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,CAAA;IACnD,gBAAgB,EAAE,gBAAgB,CAAA;IAClC,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,WAAW,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,eAAO,MAAM,cAAc,+BAA4D,CAAA;AAEvF,eAAO,MAAM,kBAAkB,
|
1
|
+
{"version":3,"file":"ResultsContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/ResultsContext.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAgB,iBAAiB,EAAE,UAAU,EAAE,gBAAgB,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AAI9G,MAAM,WAAW,cAAc;IAC7B,mBAAmB,EAAE,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,CAAA;IACnD,gBAAgB,EAAE,gBAAgB,CAAA;IAClC,MAAM,EAAE,KAAK,EAAE,CAAA;IACf,WAAW,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,eAAO,MAAM,cAAc,+BAA4D,CAAA;AAEvF,eAAO,MAAM,kBAAkB,mEAgB9B,CAAA;AAED,wBAAgB,mCAAmC,CACjD,gBAAgB,EAAE,gBAAgB,EAClC,EAAE,EAAE,MAAM,GACT,iBAAiB,GAAG,SAAS,CAY/B;AAED,wBAAgB,SAAS,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAEhF;AAED,wBAAgB,+BAA+B,CAC7C,iBAAiB,EAAE,OAAO,EAAE,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,MAAM,EAAE,KAAK,EAAE,EACf,mBAAmB,EAAE,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,GAClD,MAAM,CAMR;AAED,wBAAgB,yBAAyB,CACvC,eAAe,EAAE,OAAO,EACxB,gBAAgB,EAAE,gBAAgB,EAClC,MAAM,EAAE,KAAK,EAAE,EACf,WAAW,EAAE,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,GAC1C,MAAM,CAgCR"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SectionContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/SectionContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,OAAO,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,EAAE,OAAO,EAAE,CAAA;CAC1B;AAED,eAAO,MAAM,cAAc,+BAA4D,CAAA;AAEvF,eAAO,MAAM,kBAAkB,
|
1
|
+
{"version":3,"file":"SectionContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/SectionContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,WAAW,cAAc;IAC7B,YAAY,EAAE,OAAO,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,cAAc,EAAE,OAAO,EAAE,CAAA;CAC1B;AAED,eAAO,MAAM,cAAc,+BAA4D,CAAA;AAEvF,eAAO,MAAM,kBAAkB,mEAkB7B,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ExamineExam.d.ts","sourceRoot":"","sources":["../../../src/components/exam/ExamineExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,iBAAS,WAAW,sBA4BnB;;AAED,wBAAsC"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import React, { useContext } from 'react';
|
2
|
+
import { useExamTranslation } from '../../i18n';
|
3
|
+
import { ExamContext } from '../context/ExamContext';
|
4
|
+
function ExamineExam() {
|
5
|
+
const { examServerApi } = useContext(ExamContext);
|
6
|
+
const { examineExam } = examServerApi;
|
7
|
+
const { t } = useExamTranslation();
|
8
|
+
const goToInspectAnswers = () => {
|
9
|
+
if (!examineExam) {
|
10
|
+
return;
|
11
|
+
}
|
12
|
+
examineExam();
|
13
|
+
window.scrollTo(0, 0);
|
14
|
+
};
|
15
|
+
return (React.createElement("div", { className: "e-examine-exam" },
|
16
|
+
React.createElement("button", { className: "e-button", id: "examineExam", onClick: goToInspectAnswers, "aria-describedby": "examineExamInstructions" }, t('examine-exam.examine')),
|
17
|
+
React.createElement("div", { className: "e-examine-exam-instructions", id: "examineExamInstructions" }, t('examine-exam.instructions'))));
|
18
|
+
}
|
19
|
+
export default React.memo(ExamineExam);
|
20
|
+
//# sourceMappingURL=ExamineExam.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"ExamineExam.js","sourceRoot":"","sources":["../../../src/components/exam/ExamineExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAGpD,SAAS,WAAW;IAClB,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,WAAW,CAAC,CAAA;IACjD,MAAM,EAAE,WAAW,EAAE,GAAkB,aAAa,CAAA;IACpD,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC9B,IAAI,CAAC,WAAW,EAAE,CAAC;YACjB,OAAM;QACR,CAAC;QACD,WAAW,EAAE,CAAA;QACb,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACvB,CAAC,CAAA;IAED,OAAO,CACL,6BAAK,SAAS,EAAC,gBAAgB;QAC7B,gCACE,SAAS,EAAC,UAAU,EACpB,EAAE,EAAC,aAAa,EAChB,OAAO,EAAE,kBAAkB,sBACV,yBAAyB,IAEzC,CAAC,CAAC,sBAAsB,CAAC,CACnB;QACT,6BAAK,SAAS,EAAC,6BAA6B,EAAC,EAAE,EAAC,yBAAyB,IACtE,CAAC,CAAC,2BAA2B,CAAC,CAC3B,CACF,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"FinishExam.d.ts","sourceRoot":"","sources":["../../../src/components/exam/FinishExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAIzC,iBAAS,UAAU,sBAoBlB;;AAED,wBAAqC"}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import React, { useContext } from 'react';
|
2
|
+
import { useExamTranslation } from '../../i18n';
|
3
|
+
import { ExamContext } from '../context/ExamContext';
|
4
|
+
function FinishExam() {
|
5
|
+
const { examServerApi } = useContext(ExamContext);
|
6
|
+
const { finishExam } = examServerApi;
|
7
|
+
const { t } = useExamTranslation();
|
8
|
+
const goToInspectAnswers = () => {
|
9
|
+
finishExam();
|
10
|
+
window.scrollTo(0, 0);
|
11
|
+
};
|
12
|
+
return (React.createElement("div", { className: "e-finish-exam" },
|
13
|
+
React.createElement("button", { id: "finishExam", onClick: goToInspectAnswers, "aria-describedby": "finishExamInstructions" }, t('finish-exam.finish')),
|
14
|
+
React.createElement("div", { className: "e-finish-exam-instructions", id: "finishExamInstructions" }, t('finish-exam.instructions'))));
|
15
|
+
}
|
16
|
+
export default React.memo(FinishExam);
|
17
|
+
//# sourceMappingURL=FinishExam.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"FinishExam.js","sourceRoot":"","sources":["../../../src/components/exam/FinishExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAEpD,SAAS,UAAU;IACjB,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,WAAW,CAAC,CAAA;IACjD,MAAM,EAAE,UAAU,EAAE,GAAG,aAAa,CAAA;IACpC,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC9B,UAAU,EAAE,CAAA;QACZ,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACvB,CAAC,CAAA;IAED,OAAO,CACL,6BAAK,SAAS,EAAC,eAAe;QAC5B,gCAAQ,EAAE,EAAC,YAAY,EAAC,OAAO,EAAE,kBAAkB,sBAAmB,wBAAwB,IAC3F,CAAC,CAAC,oBAAoB,CAAC,CACjB;QACT,6BAAK,SAAS,EAAC,4BAA4B,EAAC,EAAE,EAAC,wBAAwB,IACpE,CAAC,CAAC,0BAA0B,CAAC,CAC1B,CACF,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"reactAnnotation.d.ts","sourceRoot":"","sources":["../../../src/components/grading/reactAnnotation.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,EAAE,eAAe,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,QAwB9F;AAED,wBAAgB,2BAA2B,IAAI,OAAO,CAoCrD"}
|