@digabi/exam-engine-core 22.1.2-alpha.0 → 22.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (230) hide show
  1. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  2. package/dist/components/context/AttachmentContext.d.ts.map +1 -1
  3. package/dist/components/context/ExamContext.d.ts.map +1 -1
  4. package/dist/components/context/GradingInstructionContext.d.ts +6 -11
  5. package/dist/components/context/GradingInstructionContext.d.ts.map +1 -1
  6. package/dist/components/context/GradingInstructionContext.js.map +1 -1
  7. package/dist/components/context/QuestionContext.d.ts.map +1 -1
  8. package/dist/components/context/ResultsContext.d.ts.map +1 -1
  9. package/dist/components/context/SectionContext.d.ts.map +1 -1
  10. package/dist/components/exam/DNDAnswer.d.ts +4 -0
  11. package/dist/components/exam/DNDAnswer.d.ts.map +1 -0
  12. package/dist/components/exam/DNDAnswer.js +17 -0
  13. package/dist/components/exam/DNDAnswer.js.map +1 -0
  14. package/dist/components/exam/DragAndDrop.d.ts +3 -0
  15. package/dist/components/exam/DragAndDrop.d.ts.map +1 -0
  16. package/dist/components/exam/DragAndDrop.js +7 -0
  17. package/dist/components/exam/DragAndDrop.js.map +1 -0
  18. package/dist/components/exam/NativeDND.d.ts +3 -0
  19. package/dist/components/exam/NativeDND.d.ts.map +1 -0
  20. package/dist/components/exam/NativeDND.js +75 -0
  21. package/dist/components/exam/NativeDND.js.map +1 -0
  22. package/dist/components/grading/AnnotatableGradingAnswer.d.ts +4 -0
  23. package/dist/components/grading/AnnotatableGradingAnswer.d.ts.map +1 -0
  24. package/dist/components/grading/AnnotatableGradingAnswer.js +24 -0
  25. package/dist/components/grading/AnnotatableGradingAnswer.js.map +1 -0
  26. package/dist/components/grading/GradingAnswer.d.ts.map +1 -1
  27. package/dist/components/grading/GradingAnswer.js +38 -16
  28. package/dist/components/grading/GradingAnswer.js.map +1 -1
  29. package/dist/components/grading-instructions/AnswerGradingInstruction.d.ts.map +1 -1
  30. package/dist/components/grading-instructions/AnswerGradingInstruction.js +4 -3
  31. package/dist/components/grading-instructions/AnswerGradingInstruction.js.map +1 -1
  32. package/dist/components/grading-instructions/ExamGradingInstruction.d.ts.map +1 -1
  33. package/dist/components/grading-instructions/ExamGradingInstruction.js +2 -7
  34. package/dist/components/grading-instructions/ExamGradingInstruction.js.map +1 -1
  35. package/dist/components/grading-instructions/GradingInstructionProvider.d.ts +1 -1
  36. package/dist/components/grading-instructions/GradingInstructionProvider.d.ts.map +1 -1
  37. package/dist/components/grading-instructions/GradingInstructionProvider.js +1 -4
  38. package/dist/components/grading-instructions/GradingInstructionProvider.js.map +1 -1
  39. package/dist/components/grading-instructions/GradingInstructions.d.ts +6 -2
  40. package/dist/components/grading-instructions/GradingInstructions.d.ts.map +1 -1
  41. package/dist/components/grading-instructions/GradingInstructions.js +2 -3
  42. package/dist/components/grading-instructions/GradingInstructions.js.map +1 -1
  43. package/dist/components/shared/AnnotationWrapper.d.ts +5 -0
  44. package/dist/components/shared/AnnotationWrapper.d.ts.map +1 -0
  45. package/dist/components/shared/AnnotationWrapper.js +24 -0
  46. package/dist/components/shared/AnnotationWrapper.js.map +1 -0
  47. package/dist/components/shared/Mark.d.ts +9 -0
  48. package/dist/components/shared/Mark.d.ts.map +1 -0
  49. package/dist/components/shared/Mark.js +14 -0
  50. package/dist/components/shared/Mark.js.map +1 -0
  51. package/dist/components/shared/Popup.js +2 -2
  52. package/dist/components/shared/Popup.js.map +1 -1
  53. package/dist/dom-utils.d.ts.map +1 -1
  54. package/dist/dom-utils.js +4 -2
  55. package/dist/dom-utils.js.map +1 -1
  56. package/dist/i18n/fi-FI.d.ts +1 -0
  57. package/dist/i18n/fi-FI.d.ts.map +1 -1
  58. package/dist/i18n/fi-FI.js +2 -1
  59. package/dist/i18n/fi-FI.js.map +1 -1
  60. package/dist/i18n/sv-FI.d.ts.map +1 -1
  61. package/dist/i18n/sv-FI.js +2 -1
  62. package/dist/i18n/sv-FI.js.map +1 -1
  63. package/dist/index.d.ts +1 -0
  64. package/dist/index.d.ts.map +1 -1
  65. package/dist/index.js +1 -0
  66. package/dist/index.js.map +1 -1
  67. package/dist/main-bundle.js +1 -1
  68. package/dist/main-bundle.js.LICENSE.txt +1 -1
  69. package/dist/main.css +1 -1
  70. package/package.json +4 -12
  71. package/dist/__tests__/EditableGradingInsatruction.test.d.ts +0 -1
  72. package/dist/__tests__/EditableGradingInsatruction.test.d.ts.map +0 -1
  73. package/dist/__tests__/EditableGradingInsatruction.test.js +0 -2
  74. package/dist/__tests__/EditableGradingInsatruction.test.js.map +0 -1
  75. package/dist/__tests__/EditableGradingInstruction.test.d.ts +0 -2
  76. package/dist/__tests__/EditableGradingInstruction.test.d.ts.map +0 -1
  77. package/dist/__tests__/EditableGradingInstruction.test.js +0 -171
  78. package/dist/__tests__/EditableGradingInstruction.test.js.map +0 -1
  79. package/dist/__tests__/FormatButton.test.d.ts +0 -2
  80. package/dist/__tests__/FormatButton.test.d.ts.map +0 -1
  81. package/dist/__tests__/FormatButton.test.js +0 -94
  82. package/dist/__tests__/FormatButton.test.js.map +0 -1
  83. package/dist/__tests__/editor/Formula.test.d.ts +0 -2
  84. package/dist/__tests__/editor/Formula.test.d.ts.map +0 -1
  85. package/dist/__tests__/editor/Formula.test.js +0 -43
  86. package/dist/__tests__/editor/Formula.test.js.map +0 -1
  87. package/dist/__tests__/editor/NBSP.test.d.ts +0 -2
  88. package/dist/__tests__/editor/NBSP.test.d.ts.map +0 -1
  89. package/dist/__tests__/editor/NBSP.test.js +0 -59
  90. package/dist/__tests__/editor/NBSP.test.js.map +0 -1
  91. package/dist/__tests__/editor/br.test.d.ts +0 -2
  92. package/dist/__tests__/editor/br.test.d.ts.map +0 -1
  93. package/dist/__tests__/editor/br.test.js +0 -43
  94. package/dist/__tests__/editor/br.test.js.map +0 -1
  95. package/dist/__tests__/editor/hr.test.d.ts +0 -2
  96. package/dist/__tests__/editor/hr.test.d.ts.map +0 -1
  97. package/dist/__tests__/editor/hr.test.js +0 -43
  98. package/dist/__tests__/editor/hr.test.js.map +0 -1
  99. package/dist/__tests__/editor/no-wrap.test.d.ts +0 -2
  100. package/dist/__tests__/editor/no-wrap.test.d.ts.map +0 -1
  101. package/dist/__tests__/editor/no-wrap.test.js +0 -43
  102. package/dist/__tests__/editor/no-wrap.test.js.map +0 -1
  103. package/dist/__tests__/editor/noWrap.test.d.ts +0 -2
  104. package/dist/__tests__/editor/noWrap.test.d.ts.map +0 -1
  105. package/dist/__tests__/editor/noWrap.test.js +0 -62
  106. package/dist/__tests__/editor/noWrap.test.js.map +0 -1
  107. package/dist/__tests__/utils/EditableGradingInstructionsWrapper.d.ts +0 -1
  108. package/dist/__tests__/utils/EditableGradingInstructionsWrapper.d.ts.map +0 -1
  109. package/dist/__tests__/utils/EditableGradingInstructionsWrapper.js +0 -2
  110. package/dist/__tests__/utils/EditableGradingInstructionsWrapper.js.map +0 -1
  111. package/dist/__tests__/utils/ProseMirrorWrapper.d.ts +0 -8
  112. package/dist/__tests__/utils/ProseMirrorWrapper.d.ts.map +0 -1
  113. package/dist/__tests__/utils/ProseMirrorWrapper.js +0 -44
  114. package/dist/__tests__/utils/ProseMirrorWrapper.js.map +0 -1
  115. package/dist/__tests__/utils/prosemirror.d.ts +0 -3
  116. package/dist/__tests__/utils/prosemirror.d.ts.map +0 -1
  117. package/dist/__tests__/utils/prosemirror.js +0 -38
  118. package/dist/__tests__/utils/prosemirror.js.map +0 -1
  119. package/dist/__tests__/utils/renderEditableGradingInstruction.d.ts +0 -2
  120. package/dist/__tests__/utils/renderEditableGradingInstruction.d.ts.map +0 -1
  121. package/dist/__tests__/utils/renderEditableGradingInstruction.js +0 -16
  122. package/dist/__tests__/utils/renderEditableGradingInstruction.js.map +0 -1
  123. package/dist/__tests__/utils/renderEditableGradingInstructions.d.ts +0 -1
  124. package/dist/__tests__/utils/renderEditableGradingInstructions.d.ts.map +0 -1
  125. package/dist/__tests__/utils/renderEditableGradingInstructions.js +0 -2
  126. package/dist/__tests__/utils/renderEditableGradingInstructions.js.map +0 -1
  127. package/dist/components/LexicalEditor.d.ts +0 -3
  128. package/dist/components/LexicalEditor.d.ts.map +0 -1
  129. package/dist/components/LexicalEditor.js +0 -44
  130. package/dist/components/LexicalEditor.js.map +0 -1
  131. package/dist/components/RTE.d.ts +0 -3
  132. package/dist/components/RTE.d.ts.map +0 -1
  133. package/dist/components/RTE.js +0 -23
  134. package/dist/components/RTE.js.map +0 -1
  135. package/dist/components/TablePlugin.d.ts +0 -1
  136. package/dist/components/TablePlugin.d.ts.map +0 -1
  137. package/dist/components/TablePlugin.js +0 -2
  138. package/dist/components/TablePlugin.js.map +0 -1
  139. package/dist/components/ToolBarPlugin.d.ts +0 -10
  140. package/dist/components/ToolBarPlugin.d.ts.map +0 -1
  141. package/dist/components/ToolBarPlugin.js +0 -111
  142. package/dist/components/ToolBarPlugin.js.map +0 -1
  143. package/dist/components/context/AnnotationContext.d.ts +0 -8
  144. package/dist/components/context/AnnotationContext.d.ts.map +0 -1
  145. package/dist/components/context/AnnotationContext.js +0 -3
  146. package/dist/components/context/AnnotationContext.js.map +0 -1
  147. package/dist/components/exam/ExamineExam.d.ts +0 -5
  148. package/dist/components/exam/ExamineExam.d.ts.map +0 -1
  149. package/dist/components/exam/ExamineExam.js +0 -20
  150. package/dist/components/exam/ExamineExam.js.map +0 -1
  151. package/dist/components/exam/FinishExam.d.ts +0 -5
  152. package/dist/components/exam/FinishExam.d.ts.map +0 -1
  153. package/dist/components/exam/FinishExam.js +0 -17
  154. package/dist/components/exam/FinishExam.js.map +0 -1
  155. package/dist/components/grading/reactAnnotation.d.ts +0 -4
  156. package/dist/components/grading/reactAnnotation.d.ts.map +0 -1
  157. package/dist/components/grading/reactAnnotation.js +0 -54
  158. package/dist/components/grading/reactAnnotation.js.map +0 -1
  159. package/dist/components/grading-instructions/EditableGradingInstruction.d.ts +0 -6
  160. package/dist/components/grading-instructions/EditableGradingInstruction.d.ts.map +0 -1
  161. package/dist/components/grading-instructions/EditableGradingInstruction.js +0 -59
  162. package/dist/components/grading-instructions/EditableGradingInstruction.js.map +0 -1
  163. package/dist/components/grading-instructions/SlateTableEditor.d.ts +0 -22
  164. package/dist/components/grading-instructions/SlateTableEditor.d.ts.map +0 -1
  165. package/dist/components/grading-instructions/SlateTableEditor.js +0 -44
  166. package/dist/components/grading-instructions/SlateTableEditor.js.map +0 -1
  167. package/dist/components/grading-instructions/SlateUtils.d.ts +0 -5
  168. package/dist/components/grading-instructions/SlateUtils.d.ts.map +0 -1
  169. package/dist/components/grading-instructions/SlateUtils.js +0 -28
  170. package/dist/components/grading-instructions/SlateUtils.js.map +0 -1
  171. package/dist/components/grading-instructions/editor/FormatButton.d.ts +0 -8
  172. package/dist/components/grading-instructions/editor/FormatButton.d.ts.map +0 -1
  173. package/dist/components/grading-instructions/editor/FormatButton.js +0 -23
  174. package/dist/components/grading-instructions/editor/FormatButton.js.map +0 -1
  175. package/dist/components/grading-instructions/editor/Formula.d.ts +0 -17
  176. package/dist/components/grading-instructions/editor/Formula.d.ts.map +0 -1
  177. package/dist/components/grading-instructions/editor/Formula.js +0 -81
  178. package/dist/components/grading-instructions/editor/Formula.js.map +0 -1
  179. package/dist/components/grading-instructions/editor/FormulaPopup.d.ts +0 -7
  180. package/dist/components/grading-instructions/editor/FormulaPopup.d.ts.map +0 -1
  181. package/dist/components/grading-instructions/editor/FormulaPopup.js +0 -49
  182. package/dist/components/grading-instructions/editor/FormulaPopup.js.map +0 -1
  183. package/dist/components/grading-instructions/editor/MathPopup.d.ts +0 -10
  184. package/dist/components/grading-instructions/editor/MathPopup.d.ts.map +0 -1
  185. package/dist/components/grading-instructions/editor/MathPopup.js +0 -94
  186. package/dist/components/grading-instructions/editor/MathPopup.js.map +0 -1
  187. package/dist/components/grading-instructions/editor/NBSP.d.ts +0 -4
  188. package/dist/components/grading-instructions/editor/NBSP.d.ts.map +0 -1
  189. package/dist/components/grading-instructions/editor/NBSP.js +0 -17
  190. package/dist/components/grading-instructions/editor/NBSP.js.map +0 -1
  191. package/dist/components/grading-instructions/editor/Table.d.ts +0 -5
  192. package/dist/components/grading-instructions/editor/Table.d.ts.map +0 -1
  193. package/dist/components/grading-instructions/editor/Table.js +0 -181
  194. package/dist/components/grading-instructions/editor/Table.js.map +0 -1
  195. package/dist/components/grading-instructions/editor/math-svg.d.ts +0 -2
  196. package/dist/components/grading-instructions/editor/math-svg.d.ts.map +0 -1
  197. package/dist/components/grading-instructions/editor/math-svg.js +0 -22
  198. package/dist/components/grading-instructions/editor/math-svg.js.map +0 -1
  199. package/dist/components/grading-instructions/editor/math.d.ts +0 -4
  200. package/dist/components/grading-instructions/editor/math.d.ts.map +0 -1
  201. package/dist/components/grading-instructions/editor/math.js +0 -55
  202. package/dist/components/grading-instructions/editor/math.js.map +0 -1
  203. package/dist/components/grading-instructions/editor/noWrap.d.ts +0 -3
  204. package/dist/components/grading-instructions/editor/noWrap.d.ts.map +0 -1
  205. package/dist/components/grading-instructions/editor/noWrap.js +0 -13
  206. package/dist/components/grading-instructions/editor/noWrap.js.map +0 -1
  207. package/dist/components/grading-instructions/editor/spanWithClass.d.ts +0 -3
  208. package/dist/components/grading-instructions/editor/spanWithClass.d.ts.map +0 -1
  209. package/dist/components/grading-instructions/editor/spanWithClass.js +0 -19
  210. package/dist/components/grading-instructions/editor/spanWithClass.js.map +0 -1
  211. package/dist/components/grading-instructions/prosemirror.d.ts +0 -8
  212. package/dist/components/grading-instructions/prosemirror.d.ts.map +0 -1
  213. package/dist/components/grading-instructions/prosemirror.js +0 -108
  214. package/dist/components/grading-instructions/prosemirror.js.map +0 -1
  215. package/dist/components/results/isExamFinishPageHook.d.ts +0 -2
  216. package/dist/components/results/isExamFinishPageHook.d.ts.map +0 -1
  217. package/dist/components/results/isExamFinishPageHook.js +0 -7
  218. package/dist/components/results/isExamFinishPageHook.js.map +0 -1
  219. package/dist/components/shared/CreateAnnotationPopup.d.ts +0 -6
  220. package/dist/components/shared/CreateAnnotationPopup.d.ts.map +0 -1
  221. package/dist/components/shared/CreateAnnotationPopup.js +0 -11
  222. package/dist/components/shared/CreateAnnotationPopup.js.map +0 -1
  223. package/dist/components/shared/PopupUtils.d.ts +0 -4
  224. package/dist/components/shared/PopupUtils.d.ts.map +0 -1
  225. package/dist/components/shared/PopupUtils.js +0 -26
  226. package/dist/components/shared/PopupUtils.js.map +0 -1
  227. package/dist/store/listenerMiddleware.d.ts +0 -89
  228. package/dist/store/listenerMiddleware.d.ts.map +0 -1
  229. package/dist/store/listenerMiddleware.js +0 -6
  230. package/dist/store/listenerMiddleware.js.map +0 -1
@@ -1,54 +0,0 @@
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
@@ -1 +0,0 @@
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,6 +0,0 @@
1
- import React from 'react';
2
- declare function EditableGradingInstruction({ element }: {
3
- element: Element;
4
- }): React.JSX.Element;
5
- export default EditableGradingInstruction;
6
- //# sourceMappingURL=EditableGradingInstruction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAA;AAoCnD,iBAAS,0BAA0B,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,qBA0CpE;AAED,eAAe,0BAA0B,CAAA"}
@@ -1,59 +0,0 @@
1
- import React, { useContext, useState } from 'react';
2
- import { schema as baseSchema } from 'prosemirror-schema-basic';
3
- import { EditorState } from 'prosemirror-state';
4
- import { baseKeymap } from 'prosemirror-commands';
5
- import { GradingInstructionContext } from '../context/GradingInstructionContext';
6
- import { ProseMirror } from '@nytimes/react-prosemirror';
7
- import { DOMParser as ProseDOMParser, DOMSerializer, Schema } from 'prosemirror-model';
8
- import { keymap } from 'prosemirror-keymap';
9
- import { FormulaButton, formulaOutputSchema, FormulaPlugin, formulaSchema } from './editor/Formula';
10
- import { TableMenu, tableSchema } from './editor/Table';
11
- import { FormulaPopup } from './editor/FormulaPopup';
12
- import FormatButton from './editor/FormatButton';
13
- import { NbspButton, nbspPlugin } from './editor/NBSP';
14
- const schema = new Schema({
15
- nodes: baseSchema.spec.nodes.append(formulaSchema).append(tableSchema),
16
- marks: baseSchema.spec.marks
17
- });
18
- const outputSchema = new Schema({
19
- nodes: baseSchema.spec.nodes.append(formulaOutputSchema).append(tableSchema),
20
- marks: baseSchema.spec.marks
21
- });
22
- function Menu(props) {
23
- return (React.createElement(React.Fragment, null,
24
- React.createElement(FormatButton, { markName: "strong", displayName: "Bold" }),
25
- React.createElement(FormatButton, { markName: "em", displayName: "Italic" }),
26
- React.createElement(TableMenu, null),
27
- React.createElement(FormulaButton, { setFormulaState: props.setFormulaState }),
28
- React.createElement(NbspButton, null)));
29
- }
30
- function EditableGradingInstruction({ element }) {
31
- const { onContentChange } = useContext(GradingInstructionContext);
32
- const doc = ProseDOMParser.fromSchema(schema).parse(element);
33
- const [mount, setMount] = useState(null);
34
- const [formulaState, setFormulaState] = useState(null);
35
- const formulaPlugin = new FormulaPlugin(setFormulaState);
36
- const [state, setState] = useState(EditorState.create({ schema, doc, plugins: [keymap(baseKeymap), formulaPlugin, nbspPlugin] }));
37
- return (React.createElement(ProseMirror, { mount: mount, state: state, dispatchTransaction: tr => {
38
- var _a;
39
- setState(s => s.apply(tr));
40
- const fragment = DOMSerializer.fromSchema(outputSchema).serializeFragment(tr.doc.content);
41
- const div = document.createElement('div');
42
- div.appendChild(fragment);
43
- const path = (_a = element.getAttribute('path')) !== null && _a !== void 0 ? _a : '';
44
- if (onContentChange) {
45
- const nbspFixed = div.innerHTML
46
- .replace(/ /g, ' ')
47
- .replace(/<br>/g, '<br/>')
48
- .replace(/<hr>/g, '<hr/>');
49
- onContentChange(nbspFixed, path);
50
- }
51
- } },
52
- React.createElement(Menu, { setFormulaState: setFormulaState }),
53
- React.createElement("div", { ref: setMount }),
54
- formulaState && (React.createElement(FormulaPopup, { state: formulaState, onFinish: () => {
55
- setFormulaState(null);
56
- } }))));
57
- }
58
- export default EditableGradingInstruction;
59
- //# sourceMappingURL=EditableGradingInstruction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditableGradingInstruction.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"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"}
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { ReactEditor } from 'slate-react';
3
- import { BaseEditor } from 'slate';
4
- import { HistoryEditor } from 'slate-history';
5
- export type CustomElement = {
6
- type: 'paragraph' | 'table' | 'table-row' | 'table-cell';
7
- children: CustomText[];
8
- };
9
- type CustomText = {
10
- text: string;
11
- bold?: true;
12
- };
13
- declare module 'slate' {
14
- interface CustomTypes {
15
- Editor: BaseEditor & ReactEditor & HistoryEditor;
16
- Element: CustomElement;
17
- Text: CustomText;
18
- }
19
- }
20
- export declare const SlateTableEditor: React.FC;
21
- export {};
22
- //# sourceMappingURL=SlateTableEditor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlateTableEditor.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/SlateTableEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAE,WAAW,EAAkD,MAAM,aAAa,CAAA;AACzF,OAAO,EAAgB,UAAU,EAAc,MAAM,OAAO,CAAA;AAC5D,OAAO,EAAE,aAAa,EAAe,MAAM,eAAe,CAAA;AAK1D,MAAM,MAAM,aAAa,GAAG;IAAE,IAAI,EAAE,WAAW,GAAG,OAAO,GAAG,WAAW,GAAG,YAAY,CAAC;IAAC,QAAQ,EAAE,UAAU,EAAE,CAAA;CAAE,CAAA;AAChH,KAAK,UAAU,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,IAAI,CAAA;CAAE,CAAA;AAE/C,OAAO,QAAQ,OAAO,CAAC;IACrB,UAAU,WAAW;QACnB,MAAM,EAAE,UAAU,GAAG,WAAW,GAAG,aAAa,CAAA;QAChD,OAAO,EAAE,aAAa,CAAA;QACtB,IAAI,EAAE,UAAU,CAAA;KACjB;CACF;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA8CpC,CAAA"}
@@ -1,44 +0,0 @@
1
- import React, { useMemo, useCallback, useState } from 'react';
2
- import { Slate, Editable, withReact } from 'slate-react';
3
- import { createEditor } from 'slate';
4
- import { withHistory } from 'slate-history';
5
- import { insertTable, isTableActive, removeTable } from './SlateUtils';
6
- export const SlateTableEditor = () => {
7
- const editor = useMemo(() => withHistory(withReact(createEditor())), []);
8
- const [value, setValue] = useState([
9
- {
10
- type: 'paragraph',
11
- children: [{ text: 'This is a Slate editor with table functionalities.' }]
12
- }
13
- ]);
14
- const renderElement = useCallback((props) => {
15
- switch (props.element.type) {
16
- case 'table':
17
- return React.createElement(Table, { ...props });
18
- case 'table-row':
19
- return React.createElement(TableRow, { ...props });
20
- case 'table-cell':
21
- return React.createElement(TableCell, { ...props });
22
- default:
23
- return React.createElement(DefaultElement, { ...props });
24
- }
25
- }, []);
26
- const insertTableCallback = () => insertTable(editor, 3, 3); // Inserts a 3x3 table
27
- const removeTableCallback = () => removeTable(editor);
28
- return (React.createElement("div", null,
29
- "hello",
30
- React.createElement(Slate, { editor: editor, initialValue: value, onChange: newValue => {
31
- console.log(newValue);
32
- setValue(newValue);
33
- } },
34
- React.createElement("div", null,
35
- React.createElement("button", { onClick: insertTableCallback }, "Insert Table"),
36
- React.createElement("button", { onClick: removeTableCallback, disabled: !isTableActive(editor) }, "Remove Table")),
37
- React.createElement(Editable, { renderElement: renderElement }))));
38
- };
39
- const Table = ({ attributes, children }) => (React.createElement("table", null,
40
- React.createElement("tbody", { ...attributes }, children)));
41
- const TableRow = ({ attributes, children }) => React.createElement("tr", { ...attributes }, children);
42
- const TableCell = ({ attributes, children }) => React.createElement("td", { ...attributes }, children);
43
- const DefaultElement = ({ attributes, children }) => React.createElement("p", { ...attributes }, children);
44
- //# sourceMappingURL=SlateTableEditor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlateTableEditor.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/SlateTableEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAC7D,OAAO,EAAe,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAsB,MAAM,aAAa,CAAA;AACzF,OAAO,EAAE,YAAY,EAA0B,MAAM,OAAO,CAAA;AAC5D,OAAO,EAAiB,WAAW,EAAE,MAAM,eAAe,CAAA;AAC1D,OAAO,EAAE,WAAW,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAetE,MAAM,CAAC,MAAM,gBAAgB,GAAa,GAAG,EAAE;IAC7C,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,WAAW,CAAC,SAAS,CAAC,YAAY,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAA;IACxE,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAe;QAC/C;YACE,IAAI,EAAE,WAAW;YACjB,QAAQ,EAAE,CAAC,EAAE,IAAI,EAAE,oDAAoD,EAAE,CAAC;SAC3E;KACF,CAAC,CAAA;IAEF,MAAM,aAAa,GAAG,WAAW,CAAC,CAAC,KAAyB,EAAE,EAAE;QAC9D,QAAQ,KAAK,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC;YAC3B,KAAK,OAAO;gBACV,OAAO,oBAAC,KAAK,OAAK,KAAK,GAAI,CAAA;YAC7B,KAAK,WAAW;gBACd,OAAO,oBAAC,QAAQ,OAAK,KAAK,GAAI,CAAA;YAChC,KAAK,YAAY;gBACf,OAAO,oBAAC,SAAS,OAAK,KAAK,GAAI,CAAA;YACjC;gBACE,OAAO,oBAAC,cAAc,OAAK,KAAK,GAAI,CAAA;QACxC,CAAC;IACH,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,MAAM,mBAAmB,GAAG,GAAG,EAAE,CAAC,WAAW,CAAC,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,CAAA,CAAC,sBAAsB;IAClF,MAAM,mBAAmB,GAAG,GAAG,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC,CAAA;IAErD,OAAO,CACL;;QAEE,oBAAC,KAAK,IACJ,MAAM,EAAE,MAAM,EACd,YAAY,EAAE,KAAK,EACnB,QAAQ,EAAE,QAAQ,CAAC,EAAE;gBACnB,OAAO,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAA;gBACrB,QAAQ,CAAC,QAAQ,CAAC,CAAA;YACpB,CAAC;YAED;gBACE,gCAAQ,OAAO,EAAE,mBAAmB,mBAAuB;gBAC3D,gCAAQ,OAAO,EAAE,mBAAmB,EAAE,QAAQ,EAAE,CAAC,aAAa,CAAC,MAAM,CAAC,mBAE7D,CACL;YACN,oBAAC,QAAQ,IAAC,aAAa,EAAE,aAAa,GAAI,CACpC,CACJ,CACP,CAAA;AACH,CAAC,CAAA;AAED,MAAM,KAAK,GAAiC,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACxE;IACE,kCAAW,UAAU,IAAG,QAAQ,CAAS,CACnC,CACT,CAAA;AAED,MAAM,QAAQ,GAAiC,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,+BAAQ,UAAU,IAAG,QAAQ,CAAM,CAAA;AAEhH,MAAM,SAAS,GAAiC,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,+BAAQ,UAAU,IAAG,QAAQ,CAAM,CAAA;AAEjH,MAAM,cAAc,GAAiC,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,8BAAO,UAAU,IAAG,QAAQ,CAAK,CAAA"}
@@ -1,5 +0,0 @@
1
- import { Editor } from 'slate';
2
- export declare const insertTable: (editor: Editor, rows: number, columns: number) => void;
3
- export declare const isTableActive: (editor: Editor) => boolean;
4
- export declare const removeTable: (editor: Editor) => void;
5
- //# sourceMappingURL=SlateUtils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlateUtils.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/SlateUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAE,MAAM,OAAO,CAAA;AAG1C,eAAO,MAAM,WAAW,WAAY,MAAM,QAAQ,MAAM,WAAW,MAAM,SAcxE,CAAA;AAED,eAAO,MAAM,aAAa,WAAY,MAAM,YAQ3C,CAAA;AAED,eAAO,MAAM,WAAW,WAAY,MAAM,SAEzC,CAAA"}
@@ -1,28 +0,0 @@
1
- import { Transforms, Editor } from 'slate';
2
- export const insertTable = (editor, rows, columns) => {
3
- const table = {
4
- type: 'table',
5
- children: Array.from({ length: rows }, () => ({
6
- type: 'table-row',
7
- children: Array.from({ length: columns }, () => ({
8
- type: 'table-cell',
9
- children: [{ text: '' }]
10
- }))
11
- }))
12
- };
13
- // @ts-expect-error
14
- Transforms.insertNodes(editor, table);
15
- };
16
- export const isTableActive = (editor) => {
17
- const [match] = Editor.nodes(editor, {
18
- match: n => {
19
- console.log(n, typeof n);
20
- return n.type === 'table';
21
- }
22
- });
23
- return !!match;
24
- };
25
- export const removeTable = (editor) => {
26
- Transforms.removeNodes(editor, { match: n => n.type === 'table' });
27
- };
28
- //# sourceMappingURL=SlateUtils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlateUtils.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/SlateUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAG1C,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,MAAc,EAAE,IAAY,EAAE,OAAe,EAAE,EAAE;IAC3E,MAAM,KAAK,GAAG;QACZ,IAAI,EAAE,OAAO;QACb,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;YAC5C,IAAI,EAAE,WAAW;YACjB,QAAQ,EAAE,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;gBAC/C,IAAI,EAAE,YAAY;gBAClB,QAAQ,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC;aACzB,CAAC,CAAC;SACJ,CAAC,CAAC;KACJ,CAAA;IAED,mBAAmB;IACnB,UAAU,CAAC,WAAW,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;AACvC,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,MAAc,EAAE,EAAE;IAC9C,MAAM,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,EAAE;QACnC,KAAK,EAAE,CAAC,CAAC,EAAE;YACT,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAA;YACxB,OAAQ,CAAmB,CAAC,IAAI,KAAK,OAAO,CAAA;QAC9C,CAAC;KACF,CAAC,CAAA;IACF,OAAO,CAAC,CAAC,KAAK,CAAA;AAChB,CAAC,CAAA;AAED,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,MAAc,EAAE,EAAE;IAC5C,UAAU,CAAC,WAAW,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,CAAE,CAAmB,CAAC,IAAI,KAAK,OAAO,EAAE,CAAC,CAAA;AACvF,CAAC,CAAA"}
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- interface Props {
3
- markName: string;
4
- displayName: string;
5
- }
6
- declare function FormatButton({ markName, displayName }: Props): React.JSX.Element;
7
- export default FormatButton;
8
- //# sourceMappingURL=FormatButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormatButton.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;CACpB;AAID,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,KAAK,qBAuBrD;AAED,eAAe,YAAY,CAAA"}
@@ -1,23 +0,0 @@
1
- import { useEditorEventCallback, useEditorState } from '@nytimes/react-prosemirror';
2
- import { toggleMark } from 'prosemirror-commands';
3
- import React, { useEffect, useState } from 'react';
4
- const getMarkType = (state, markName) => state.schema.marks[markName];
5
- function FormatButton({ markName, displayName }) {
6
- const editorState = useEditorState();
7
- const [isActive, setIsActive] = useState(false);
8
- const onClick = useEditorEventCallback(view => {
9
- const { state } = view;
10
- const toggleFormatMark = toggleMark(getMarkType(state, markName));
11
- toggleFormatMark(state, view.dispatch, view);
12
- view.focus();
13
- });
14
- useEffect(() => {
15
- const isTextFormatActive = editorState.storedMarks
16
- ? getMarkType(editorState, markName).isInSet(editorState.storedMarks) // is next input going to be marked?
17
- : getMarkType(editorState, markName).isInSet(editorState.selection.$to.marks()); // is current input marked?
18
- setIsActive(!!isTextFormatActive);
19
- }, [editorState]);
20
- return (React.createElement("button", { onClick: onClick, style: { fontWeight: isActive ? 'bold' : 'normal' } }, displayName));
21
- }
22
- export default FormatButton;
23
- //# sourceMappingURL=FormatButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormatButton.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACnF,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAOlD,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,QAAgB,EAAY,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAA;AAEpG,SAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAS;IACpD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAA;IACpC,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAA;IAE/C,MAAM,OAAO,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAAE;QAC5C,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;QACtB,MAAM,gBAAgB,GAAG,UAAU,CAAC,WAAW,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAA;QACjE,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;QAC5C,IAAI,CAAC,KAAK,EAAE,CAAA;IACd,CAAC,CAAC,CAAA;IAEF,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,kBAAkB,GAAG,WAAW,CAAC,WAAW;YAChD,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,oCAAoC;YAC1G,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAA,CAAC,2BAA2B;QAC7G,WAAW,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAA;IACnC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAA;IAEjB,OAAO,CACL,gCAAQ,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,EAAE,IAC1E,WAAW,CACL,CACV,CAAA;AACH,CAAC;AAED,eAAe,YAAY,CAAA"}
@@ -1,17 +0,0 @@
1
- import { Plugin } from 'prosemirror-state';
2
- import { NodeSpec } from 'prosemirror-model';
3
- import React from 'react';
4
- export type FormulaEditorState = {
5
- pos: number;
6
- latex: string;
7
- element: Element;
8
- };
9
- export declare const formulaSchema: NodeSpec;
10
- export declare const formulaOutputSchema: NodeSpec;
11
- export declare function FormulaButton(props: {
12
- setFormulaState: (values: FormulaEditorState) => void;
13
- }): React.JSX.Element;
14
- export declare class FormulaPlugin extends Plugin {
15
- constructor(updateFormulaState: (values: FormulaEditorState) => void);
16
- }
17
- //# sourceMappingURL=Formula.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Formula.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0B,MAAM,mBAAmB,CAAA;AAElE,OAAO,EAAiC,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAE3E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,MAAM,kBAAkB,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,CAAA;AAEjF,eAAO,MAAM,aAAa,EAAE,QA6B3B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,QASjC,CAAA;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE;IAAE,eAAe,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAAE,qBAoB7F;AAED,qBAAa,aAAc,SAAQ,MAAM;gBAC3B,kBAAkB,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI;CAmBrE"}
@@ -1,81 +0,0 @@
1
- import { Plugin, PluginKey } from 'prosemirror-state';
2
- import { Fragment } from 'prosemirror-model';
3
- import { useEditorEventCallback } from '@nytimes/react-prosemirror';
4
- import React from 'react';
5
- export const formulaSchema = {
6
- formula: {
7
- inline: true,
8
- group: 'inline',
9
- atom: true,
10
- attrs: {
11
- latex: {},
12
- mode: { default: '' }
13
- },
14
- parseDOM: [
15
- {
16
- tag: '[data-editor-id=e-formula]',
17
- getAttrs(dom) {
18
- return {
19
- latex: dom.textContent,
20
- mode: dom.getAttribute('mode')
21
- };
22
- }
23
- }
24
- ],
25
- toDOM(node) {
26
- const container = document.createElement('img');
27
- if (node.attrs.latex) {
28
- container.setAttribute('alt', node.attrs.latex);
29
- container.setAttribute('src', `/math.svg?latex=${encodeURIComponent(node.attrs.latex)}`);
30
- }
31
- return container;
32
- }
33
- }
34
- };
35
- export const formulaOutputSchema = {
36
- formula: {
37
- ...formulaSchema.formula,
38
- toDOM(node) {
39
- const container = document.createElement('span');
40
- container.innerHTML = `<e:formula ${node.attrs.mode ? `mode="${node.attrs.mode}"` : ''}>${node.attrs.latex}</e:formula>`;
41
- return container.firstElementChild;
42
- }
43
- }
44
- };
45
- export function FormulaButton(props) {
46
- const onClick = useEditorEventCallback(view => {
47
- const transaction = view.state.tr;
48
- const formula = view.state.schema.nodes.formula.create({ latex: '' }, Fragment.empty);
49
- if (view.dispatch) {
50
- view.dispatch(transaction.insert(view.state.selection.to, formula).scrollIntoView());
51
- const pos = view.state.selection.to - formula.nodeSize;
52
- const element = view.nodeDOM(pos);
53
- if (element instanceof Element) {
54
- props.setFormulaState({ pos, latex: '', element });
55
- }
56
- }
57
- });
58
- return (React.createElement("button", { onClick: onClick, "data-testid": "add-formula" }, "Lis\u00E4\u00E4 kaava"));
59
- }
60
- export class FormulaPlugin extends Plugin {
61
- constructor(updateFormulaState) {
62
- super({
63
- key: new PluginKey('Formula'),
64
- props: {
65
- handleClick(view, pos) {
66
- const { state } = view;
67
- const node = state.doc.nodeAt(pos);
68
- if (node && node.type.name === 'formula') {
69
- const domNode = view.nodeDOM(pos);
70
- if (domNode instanceof Element) {
71
- updateFormulaState({ pos, element: domNode, latex: node.attrs.latex });
72
- return true;
73
- }
74
- }
75
- return false;
76
- }
77
- }
78
- });
79
- }
80
- }
81
- //# sourceMappingURL=Formula.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Formula.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { FormulaEditorState } from './Formula';
3
- export declare function FormulaPopup({ state, onFinish }: {
4
- state: FormulaEditorState;
5
- onFinish: () => void;
6
- }): React.JSX.Element;
7
- //# sourceMappingURL=FormulaPopup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormulaPopup.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormulaPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAG9C,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE;IAAE,KAAK,EAAE,kBAAkB,CAAC;IAAC,QAAQ,EAAE,MAAM,IAAI,CAAA;CAAE,qBAmDpG"}
@@ -1,49 +0,0 @@
1
- import React from 'react';
2
- import { useEditorEventCallback } from '@nytimes/react-prosemirror';
3
- import { Popup } from '../../shared/Popup';
4
- export function FormulaPopup({ state, onFinish }) {
5
- const onValueChange = (text) => {
6
- if (text.length && !containsOnlyOneImgTag(text)) {
7
- return 'Ainoastaan yksi kaava sallittu';
8
- }
9
- return null;
10
- };
11
- const onContentChange = useEditorEventCallback((view, textField) => {
12
- const node = view.state.doc.nodeAt(state.pos);
13
- const latex = extractLatex(textField) || '';
14
- const { schema } = view.state;
15
- if (node) {
16
- const tr = view.state.tr.replaceWith(state.pos, state.pos + node.nodeSize, schema.node('formula', { ...node.attrs, ...{ latex } }));
17
- view.dispatch(tr);
18
- }
19
- onFinish();
20
- });
21
- const onDelete = useEditorEventCallback(view => {
22
- const node = view.state.doc.nodeAt(state.pos);
23
- if (node) {
24
- const tr = view.state.tr.delete(state.pos, state.pos + node.nodeSize);
25
- view.dispatch(tr);
26
- }
27
- onFinish();
28
- });
29
- return (React.createElement(Popup, { element: state.element, initialTextContent: state.latex.length ? `<img alt="${state.latex}" src="/math.svg?latex=${encodeURIComponent(state.latex)}">` : '', onValueChange: onValueChange, onValueSave: onContentChange, enableDelete: true, onDelete: onDelete, onCancel: () => {
30
- if (!state.latex.length) {
31
- onDelete();
32
- }
33
- onFinish();
34
- } }));
35
- }
36
- function extractLatex(value) {
37
- const latexPattern = /alt="([^&]+)" src=/;
38
- const latexMatch = value.match(latexPattern);
39
- if (!latexMatch || latexMatch.length < 2) {
40
- return;
41
- }
42
- return decodeURIComponent(latexMatch[1]);
43
- }
44
- function containsOnlyOneImgTag(htmlString) {
45
- const imgTagPattern = /^<img\s+[^>]*>$/g;
46
- const matches = htmlString.trim().match(imgTagPattern);
47
- return matches && matches.length === 1;
48
- }
49
- //# sourceMappingURL=FormulaPopup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormulaPopup.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormulaPopup.tsx"],"names":[],"mappings":"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"}
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { EditorView } from 'prosemirror-view';
3
- export declare function MathPopup({ latex, update, pos, element, onCancel }: {
4
- latex: string;
5
- update: (view: EditorView, pos: number, latex: string) => void;
6
- pos: number;
7
- element: Element;
8
- onCancel: () => void;
9
- }): React.JSX.Element;
10
- //# sourceMappingURL=MathPopup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MathPopup.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/MathPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAGlD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAE7C,wBAAgB,SAAS,CAAC,EACxB,KAAK,EACL,MAAM,EACN,GAAG,EACH,OAAO,EACP,QAAQ,EACT,EAAE;IACD,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,CAAC,IAAI,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAC9D,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,OAAO,CAAA;IAChB,QAAQ,EAAE,MAAM,IAAI,CAAA;CACrB,qBAkGA"}
@@ -1,94 +0,0 @@
1
- import React, { useEffect, useState } from 'react';
2
- import { makeRichText } from 'rich-text-editor';
3
- import { useEditorEventCallback } from '@nytimes/react-prosemirror';
4
- export function MathPopup({ latex, update, pos, element, onCancel }) {
5
- const popupRef = React.createRef();
6
- const textAreaRef = React.createRef();
7
- const initialValue = latex.length ? `<img alt="${latex}" src="/math.svg?latex=${latex}">` : '';
8
- const [comment, setComment] = useState(initialValue);
9
- const [saveEnabled, setSaveEnabled] = useState(false);
10
- const [dataError, setDataError] = useState('');
11
- useEffect(() => {
12
- if (textAreaRef.current) {
13
- textAreaRef.current.innerHTML = latex.length ? `<img alt="${latex}" src="/math.svg?latex=${latex}">` : '';
14
- makeRichText(textAreaRef.current, {
15
- locale: 'FI',
16
- screenshotSaver: () => Promise.resolve('')
17
- }, value => {
18
- if (value.answerHTML.length && !containsOnlyOneImgTag(value.answerHTML)) {
19
- setDataError('Vain kaavat sallitaan kaavaneditointinäkymässä');
20
- }
21
- else {
22
- setDataError('');
23
- }
24
- setComment(value.answerHTML);
25
- setSaveEnabled(value.answerHTML.trim().length > 0);
26
- });
27
- showAndPositionElement(element, popupRef);
28
- }
29
- }, [latex]);
30
- const closeEditor = () => {
31
- onCancel();
32
- closeMathEditor(textAreaRef.current);
33
- };
34
- const extractLatex = (value) => {
35
- const latexPattern = /alt="([^&]+)" src=/;
36
- const latexMatch = value.match(latexPattern);
37
- if (!latexMatch || latexMatch.length < 2) {
38
- return;
39
- }
40
- return decodeURIComponent(latexMatch[1]);
41
- };
42
- const onShit = useEditorEventCallback((view, dummy) => {
43
- if (pos) {
44
- const latex = dummy ? extractLatex(dummy) || '' : '';
45
- update(view, pos, latex);
46
- }
47
- });
48
- return (React.createElement("div", { className: "annotation-popup", style: { position: 'absolute', opacity: 1 }, ref: popupRef, "data-testid": "annotation-popup" },
49
- React.createElement("div", { className: "comment-content", "data-testid": "edit-comment", role: "textbox", "aria-multiline": "true", ref: textAreaRef }),
50
- dataError && React.createElement("span", null, dataError),
51
- React.createElement("span", { className: "comment-button-area" },
52
- React.createElement("span", null,
53
- React.createElement("button", { className: "button", onClick: e => {
54
- e.stopPropagation();
55
- closeMathEditor(textAreaRef.current);
56
- onShit(comment);
57
- }, "data-testid": "save-comment", disabled: !saveEnabled }, "Tallenna"),
58
- React.createElement("button", { className: "button text-button", onClick: closeEditor }, "Peru"),
59
- React.createElement("button", { className: "button text-button", onClick: () => {
60
- closeMathEditor(textAreaRef.current);
61
- onShit('');
62
- } }, "Poista")))));
63
- }
64
- function showAndPositionElement(mark, popupRef) {
65
- const popup = popupRef.current;
66
- if (mark && popup) {
67
- const style = popup.style;
68
- const markRect = mark === null || mark === void 0 ? void 0 : mark.getBoundingClientRect();
69
- const popupRect = popup.getBoundingClientRect();
70
- const top = markRect.height + markRect.top + window.scrollY;
71
- const windowWidth = window.innerWidth;
72
- style.top = `${String(top)}px`;
73
- style.opacity = '1';
74
- const popupHitsWindowRight = markRect.left + popupRect.width > windowWidth;
75
- if (popupHitsWindowRight) {
76
- style.left = `${markRect.right - popupRect.width}px`;
77
- }
78
- else {
79
- style.left = `${markRect.left}px`;
80
- }
81
- }
82
- }
83
- function closeMathEditor(element) {
84
- // rich-text-editor does not properly support several rich-text-editor instances created at different times.
85
- // In order to close math editor that is open, we need to dispatch events like this.
86
- element.dispatchEvent(new Event('focus', { bubbles: true, cancelable: true }));
87
- element.dispatchEvent(new Event('blur', { bubbles: true, cancelable: true }));
88
- }
89
- function containsOnlyOneImgTag(htmlString) {
90
- const imgTagPattern = /^<img\s+[^>]*>$/g;
91
- const matches = htmlString.trim().match(imgTagPattern);
92
- return matches && matches.length === 1;
93
- }
94
- //# sourceMappingURL=MathPopup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MathPopup.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/MathPopup.tsx"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- export declare const nbspPlugin: import("prosemirror-state").Plugin<import("@guardian/prosemirror-invisibles/dist/state").PluginState>;
3
- export declare function NbspButton(): React.JSX.Element;
4
- //# sourceMappingURL=NBSP.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NBSP.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/NBSP.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,eAAO,MAAM,UAAU,uGAAoC,CAAA;AAE3D,wBAAgB,UAAU,sBAYzB"}