@digabi/exam-engine-core 22.1.6-alpha.1 → 22.1.7-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__/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 +54 -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/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__/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/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/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/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 +19 -9
- package/dist/components/grading-instructions/EditableGradingInstruction.js.map +1 -1
- package/dist/components/grading-instructions/GradingInstructions.d.ts +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/Formula.d.ts +0 -3
- package/dist/components/grading-instructions/editor/Formula.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/Formula.js +0 -54
- package/dist/components/grading-instructions/editor/Formula.js.map +1 -1
- package/dist/components/grading-instructions/editor/List.d.ts +7 -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/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/Table.d.ts +0 -2
- package/dist/components/grading-instructions/editor/Table.d.ts.map +1 -1
- package/dist/components/grading-instructions/editor/Table.js +3 -52
- 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/keymap.d.ts +2 -0
- package/dist/components/grading-instructions/editor/keymap.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/keymap.js +12 -0
- package/dist/components/grading-instructions/editor/keymap.js.map +1 -0
- 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/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 +55 -0
- package/dist/components/grading-instructions/editor/schemas/formulaSchema.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 +47 -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/spanWithNowrapSchema.d.ts +3 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithNowrapSchema.d.ts.map +1 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithNowrapSchema.js +19 -0
- package/dist/components/grading-instructions/editor/schemas/spanWithNowrapSchema.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/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 +3 -2
- 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/AttributeToggleButton.d.ts +0 -9
- package/dist/components/grading-instructions/editor/AttributeToggleButton.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/AttributeToggleButton.js +0 -53
- package/dist/components/grading-instructions/editor/AttributeToggleButton.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 -7
- package/dist/components/grading-instructions/editor/CurrentLocalization.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/CurrentLocalization.js +0 -13
- package/dist/components/grading-instructions/editor/CurrentLocalization.js.map +0 -1
- package/dist/components/grading-instructions/editor/LocalizationButtons.d.ts +0 -6
- package/dist/components/grading-instructions/editor/LocalizationButtons.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/LocalizationButtons.js +0 -14
- package/dist/components/grading-instructions/editor/LocalizationButtons.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/components/grading-instructions/editor/util.d.ts +0 -6
- package/dist/components/grading-instructions/editor/util.d.ts.map +0 -1
- package/dist/components/grading-instructions/editor/util.js +0 -10
- package/dist/components/grading-instructions/editor/util.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
- /package/dist/__tests__/editor/{nbsp.test.js → NBSP.test.js} +0 -0
- /package/dist/__tests__/editor/{nbsp.test.js.map → NBSP.test.js.map} +0 -0
- /package/dist/components/grading-instructions/editor/{Localization.d.ts → localization.d.ts} +0 -0
- /package/dist/components/grading-instructions/editor/{Localization.d.ts.map → localization.d.ts.map} +0 -0
- /package/dist/components/grading-instructions/editor/{Localization.js → localization.js} +0 -0
- /package/dist/components/grading-instructions/editor/{Localization.js.map → localization.js.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":""}
|
@@ -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":"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"}
|
@@ -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"}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import { textAnnotationFromRange } from './editAnnotations';
|
2
|
+
export function onMouseDownForAnnotation(e, mouseUpCallback) {
|
3
|
+
function onWindowMouseUpAfterAnswerMouseDown(e) {
|
4
|
+
const target = e.target;
|
5
|
+
window.removeEventListener('mouseup', onWindowMouseUpAfterAnswerMouseDown);
|
6
|
+
// Text annotation
|
7
|
+
const selection = window.getSelection();
|
8
|
+
if (selection && hasTextSelectedInAnswerText()) {
|
9
|
+
const range = selection.getRangeAt(0);
|
10
|
+
const position = textAnnotationFromRange(target, range);
|
11
|
+
if (!position) {
|
12
|
+
return;
|
13
|
+
}
|
14
|
+
const selectedText = selection.toString();
|
15
|
+
mouseUpCallback({ ...position, selectedText, range: selection.getRangeAt(0) });
|
16
|
+
}
|
17
|
+
}
|
18
|
+
const isReadOnly = false;
|
19
|
+
// Do annotations only with left mouse buttons and when permitted
|
20
|
+
if (isReadOnly || e.button !== 0) {
|
21
|
+
return;
|
22
|
+
}
|
23
|
+
window.addEventListener('mouseup', onWindowMouseUpAfterAnswerMouseDown);
|
24
|
+
}
|
25
|
+
export function hasTextSelectedInAnswerText() {
|
26
|
+
const selection = window.getSelection();
|
27
|
+
return (selection !== null &&
|
28
|
+
selectionInAnswerText(selection) &&
|
29
|
+
(isRangeSelection(selection) || textSelectedInRange(selection)));
|
30
|
+
function selectionInAnswerText(sel) {
|
31
|
+
if (sel.type === 'None' || sel.type === 'Caret' || sel.rangeCount === 0) {
|
32
|
+
return false;
|
33
|
+
}
|
34
|
+
const startContainer = sel.getRangeAt(0).startContainer;
|
35
|
+
const endContainer = sel.getRangeAt(0).endContainer;
|
36
|
+
const startParent = startContainer.parentElement;
|
37
|
+
const endParent = endContainer.parentElement;
|
38
|
+
return sel.rangeCount > 0 && startParent === endParent;
|
39
|
+
}
|
40
|
+
function isRangeSelection(sel) {
|
41
|
+
return (sel === null || sel === void 0 ? void 0 : sel.type) === 'Range';
|
42
|
+
}
|
43
|
+
function textSelectedInRange(sel) {
|
44
|
+
const range = sel.getRangeAt(0);
|
45
|
+
return (!!sel.rangeCount &&
|
46
|
+
(range.toString().length > 0 ||
|
47
|
+
isParentContainer(range.startContainer) ||
|
48
|
+
isParentContainer(range.endContainer)));
|
49
|
+
}
|
50
|
+
function isParentContainer(container) {
|
51
|
+
return container.classList.contains('answer');
|
52
|
+
}
|
53
|
+
}
|
54
|
+
//# sourceMappingURL=reactAnnotation.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"reactAnnotation.js","sourceRoot":"","sources":["../../../src/components/grading/reactAnnotation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAA;AAG3D,MAAM,UAAU,wBAAwB,CAAC,CAAmB,EAAE,eAAiC;IAC7F,SAAS,mCAAmC,CAAC,CAAa;QACxD,MAAM,MAAM,GAAG,CAAC,CAAC,MAAqB,CAAA;QACtC,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,mCAAmC,CAAC,CAAA;QAE1E,kBAAkB;QAClB,MAAM,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAA;QACvC,IAAI,SAAS,IAAI,2BAA2B,EAAE,EAAE,CAAC;YAC/C,MAAM,KAAK,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;YACrC,MAAM,QAAQ,GAAG,uBAAuB,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;YACvD,IAAI,CAAC,QAAQ,EAAE,CAAC;gBACd,OAAM;YACR,CAAC;YACD,MAAM,YAAY,GAAG,SAAS,CAAC,QAAQ,EAAE,CAAA;YACzC,eAAe,CAAC,EAAE,GAAG,QAAQ,EAAE,YAAY,EAAE,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;QAChF,CAAC;IACH,CAAC;IAED,MAAM,UAAU,GAAG,KAAK,CAAA;IACxB,iEAAiE;IACjE,IAAI,UAAU,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACjC,OAAM;IACR,CAAC;IACD,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,mCAAmC,CAAC,CAAA;AACzE,CAAC;AAED,MAAM,UAAU,2BAA2B;IACzC,MAAM,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAA;IACvC,OAAO,CACL,SAAS,KAAK,IAAI;QAClB,qBAAqB,CAAC,SAAS,CAAC;QAChC,CAAC,gBAAgB,CAAC,SAAS,CAAC,IAAI,mBAAmB,CAAC,SAAS,CAAC,CAAC,CAChE,CAAA;IAED,SAAS,qBAAqB,CAAC,GAAc;QAC3C,IAAI,GAAG,CAAC,IAAI,KAAK,MAAM,IAAI,GAAG,CAAC,IAAI,KAAK,OAAO,IAAI,GAAG,CAAC,UAAU,KAAK,CAAC,EAAE,CAAC;YACxE,OAAO,KAAK,CAAA;QACd,CAAC;QACD,MAAM,cAAc,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,cAAc,CAAA;QACvD,MAAM,YAAY,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,YAAY,CAAA;QACnD,MAAM,WAAW,GAAG,cAAc,CAAC,aAAa,CAAA;QAChD,MAAM,SAAS,GAAG,YAAY,CAAC,aAAa,CAAA;QAC5C,OAAO,GAAG,CAAC,UAAU,GAAG,CAAC,IAAI,WAAW,KAAK,SAAS,CAAA;IACxD,CAAC;IAED,SAAS,gBAAgB,CAAC,GAAc;QACtC,OAAO,CAAA,GAAG,aAAH,GAAG,uBAAH,GAAG,CAAE,IAAI,MAAK,OAAO,CAAA;IAC9B,CAAC;IAED,SAAS,mBAAmB,CAAC,GAAc;QACzC,MAAM,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;QAC/B,OAAO,CACL,CAAC,CAAC,GAAG,CAAC,UAAU;YAChB,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,MAAM,GAAG,CAAC;gBAC1B,iBAAiB,CAAC,KAAK,CAAC,cAAyB,CAAC;gBAClD,iBAAiB,CAAC,KAAK,CAAC,YAAuB,CAAC,CAAC,CACpD,CAAA;IACH,CAAC;IAED,SAAS,iBAAiB,CAAC,SAAkB;QAC3C,OAAO,SAAS,CAAC,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAA;IAC/C,CAAC;AACH,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"EditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAA;
|
1
|
+
{"version":3,"file":"EditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAA;AAqE9D,iBAAS,0BAA0B,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,qBA8EpE;AAED,eAAe,0BAA0B,CAAA"}
|
@@ -6,17 +6,21 @@ import { GradingInstructionContext } from '../context/GradingInstructionContext'
|
|
6
6
|
import { ProseMirror } from '@nytimes/react-prosemirror';
|
7
7
|
import { DOMParser as ProseDOMParser, DOMSerializer, Schema } from 'prosemirror-model';
|
8
8
|
import { keymap } from 'prosemirror-keymap';
|
9
|
-
import { FormulaButton,
|
10
|
-
import { TableMenu, tablePlugin
|
9
|
+
import { FormulaButton, FormulaPlugin } from './editor/Formula';
|
10
|
+
import { TableMenu, tablePlugin } from './editor/Table';
|
11
11
|
import { FormulaPopup } from './editor/FormulaPopup';
|
12
12
|
import FormatButton from './editor/FormatButton';
|
13
13
|
import { NbspButton, nbspPlugin } from './editor/NBSP';
|
14
|
-
import { spanWithNowrap } from './editor/spanWithNowrap';
|
15
14
|
import { ImageUploadButton } from './editor/ImageUploadButton';
|
16
|
-
import { imageInputSchema, imageOutputSchema } from './editor/schemas/
|
15
|
+
import { imageInputSchema, imageOutputSchema } from './editor/schemas/imageSchema';
|
17
16
|
import { CommonExamContext } from '../context/CommonExamContext';
|
18
17
|
import { faBold, faItalic } from '@fortawesome/free-solid-svg-icons';
|
18
|
+
import { formulaOutputSchema, formulaSchema } from './editor/schemas/formulaSchema';
|
19
|
+
import { tableSchema } from './editor/schemas/tableSchema';
|
20
|
+
import { spanWithNowrapSchema } from './editor/schemas/spanWithNowrapSchema';
|
19
21
|
import { localization } from './editor/localization';
|
22
|
+
import { listSchema } from './editor/schemas/listSchema';
|
23
|
+
import { createListPlugin, ListButton } from './editor/List';
|
20
24
|
function Menu(props) {
|
21
25
|
const { onSaveImage } = useContext(GradingInstructionContext);
|
22
26
|
const [isFloating, setIsFloating] = useState(false);
|
@@ -41,6 +45,7 @@ function Menu(props) {
|
|
41
45
|
React.createElement(FormatButton, { markName: "strong", icon: faBold }),
|
42
46
|
React.createElement(FormatButton, { markName: "em", icon: faItalic }),
|
43
47
|
React.createElement("span", { className: "editor-menu-separator" }),
|
48
|
+
React.createElement(ListButton, { schema: props.schema }),
|
44
49
|
onSaveImage && React.createElement(ImageUploadButton, { saveImage: onSaveImage }),
|
45
50
|
React.createElement("span", { className: "editor-menu-separator" }),
|
46
51
|
React.createElement(FormulaButton, { disabled: !!props.formulaState, setFormulaState: props.setFormulaState }),
|
@@ -56,12 +61,17 @@ function EditableGradingInstruction({ element }) {
|
|
56
61
|
nodes: baseSchema.spec.nodes
|
57
62
|
.append(formulaSchema)
|
58
63
|
.append(tableSchema)
|
64
|
+
.append(listSchema)
|
59
65
|
.update('image', imageInputSchema(resolveAttachment)),
|
60
|
-
marks: baseSchema.spec.marks.append(
|
66
|
+
marks: baseSchema.spec.marks.append(spanWithNowrapSchema).append(localization(true))
|
61
67
|
});
|
62
68
|
const outputSchema = new Schema({
|
63
|
-
nodes: baseSchema.spec.nodes
|
64
|
-
|
69
|
+
nodes: baseSchema.spec.nodes
|
70
|
+
.append(formulaOutputSchema)
|
71
|
+
.append(tableSchema)
|
72
|
+
.append(listSchema)
|
73
|
+
.update('image', imageOutputSchema),
|
74
|
+
marks: baseSchema.spec.marks.append(spanWithNowrapSchema).append(localization(false))
|
65
75
|
});
|
66
76
|
const doc = ProseDOMParser.fromSchema(inputSchema).parse(element);
|
67
77
|
const [mount, setMount] = useState(null);
|
@@ -70,7 +80,7 @@ function EditableGradingInstruction({ element }) {
|
|
70
80
|
const [state, setState] = useState(EditorState.create({
|
71
81
|
schema: inputSchema,
|
72
82
|
doc,
|
73
|
-
plugins: [tablePlugin(), keymap(baseKeymap), formulaPlugin, nbspPlugin]
|
83
|
+
plugins: [tablePlugin(), createListPlugin(inputSchema), keymap(baseKeymap), formulaPlugin, nbspPlugin]
|
74
84
|
}));
|
75
85
|
return (React.createElement(ProseMirror, { mount: mount, state: state, dispatchTransaction: tr => {
|
76
86
|
setState(s => {
|
@@ -92,7 +102,7 @@ function EditableGradingInstruction({ element }) {
|
|
92
102
|
return newContent;
|
93
103
|
});
|
94
104
|
} },
|
95
|
-
mount && React.createElement(Menu, { formulaState: formulaState, setFormulaState: setFormulaState, editorElement: mount }),
|
105
|
+
mount && (React.createElement(Menu, { schema: inputSchema, formulaState: formulaState, setFormulaState: setFormulaState, editorElement: mount })),
|
96
106
|
React.createElement("div", { ref: setMount }),
|
97
107
|
formulaState && (React.createElement(FormulaPopup, { state: formulaState, onFinish: () => {
|
98
108
|
setFormulaState(null);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"EditableGradingInstruction.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAC9D,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAA;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACjD,OAAO,EAAE,yBAAyB,EAAE,MAAM,sCAAsC,CAAA;AAChF,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AACxD,OAAO,EAAE,SAAS,IAAI,cAAc,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AACtF,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAA;AAC3C,OAAO,EAAE,aAAa,EAAsB,
|
1
|
+
{"version":3,"file":"EditableGradingInstruction.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"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"}
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
2
2
|
import { AnnotationProps, CommonExamProps } from '../exam/Exam';
|
3
3
|
import { GradingInstructionProps } from '../context/GradingInstructionContext';
|
4
4
|
export declare const GradingInstructionsPageTitle: React.FunctionComponent;
|
5
|
-
declare const _default: React.MemoExoticComponent<React.ComponentType<CommonExamProps &
|
5
|
+
declare const _default: React.MemoExoticComponent<React.ComponentType<CommonExamProps & AnnotationProps & GradingInstructionProps>>;
|
6
6
|
export default _default;
|
7
7
|
//# sourceMappingURL=GradingInstructions.d.ts.map
|