@digabi/exam-engine-core 22.0.1-alpha.6 → 22.1.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (138) hide show
  1. package/dist/__tests__/EditableGradingInsatruction.test.d.ts +1 -0
  2. package/dist/__tests__/EditableGradingInsatruction.test.d.ts.map +1 -0
  3. package/dist/__tests__/EditableGradingInsatruction.test.js +2 -0
  4. package/dist/__tests__/EditableGradingInsatruction.test.js.map +1 -0
  5. package/dist/__tests__/EditableGradingInstruction.test.d.ts +2 -0
  6. package/dist/__tests__/EditableGradingInstruction.test.d.ts.map +1 -0
  7. package/dist/__tests__/EditableGradingInstruction.test.js +178 -0
  8. package/dist/__tests__/EditableGradingInstruction.test.js.map +1 -0
  9. package/dist/__tests__/FormatButton.test.d.ts +2 -0
  10. package/dist/__tests__/FormatButton.test.d.ts.map +1 -0
  11. package/dist/__tests__/FormatButton.test.js +94 -0
  12. package/dist/__tests__/FormatButton.test.js.map +1 -0
  13. package/dist/__tests__/annotations.test.js +7 -7
  14. package/dist/__tests__/annotations.test.js.map +1 -1
  15. package/dist/__tests__/editor/Formula.test.d.ts +2 -0
  16. package/dist/__tests__/editor/Formula.test.d.ts.map +1 -0
  17. package/dist/__tests__/editor/Formula.test.js +53 -0
  18. package/dist/__tests__/editor/Formula.test.js.map +1 -0
  19. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  20. package/dist/__tests__/utils/ProseMirrorWrapper.d.ts +8 -0
  21. package/dist/__tests__/utils/ProseMirrorWrapper.d.ts.map +1 -0
  22. package/dist/__tests__/utils/ProseMirrorWrapper.js +44 -0
  23. package/dist/__tests__/utils/ProseMirrorWrapper.js.map +1 -0
  24. package/dist/__tests__/utils/prosemirror.d.ts +3 -0
  25. package/dist/__tests__/utils/prosemirror.d.ts.map +1 -0
  26. package/dist/__tests__/utils/prosemirror.js +38 -0
  27. package/dist/__tests__/utils/prosemirror.js.map +1 -0
  28. package/dist/components/LexicalEditor.d.ts +3 -0
  29. package/dist/components/LexicalEditor.d.ts.map +1 -0
  30. package/dist/components/LexicalEditor.js +44 -0
  31. package/dist/components/LexicalEditor.js.map +1 -0
  32. package/dist/components/RTE.d.ts +3 -0
  33. package/dist/components/RTE.d.ts.map +1 -0
  34. package/dist/components/RTE.js +23 -0
  35. package/dist/components/RTE.js.map +1 -0
  36. package/dist/components/TablePlugin.d.ts +1 -0
  37. package/dist/components/TablePlugin.d.ts.map +1 -0
  38. package/dist/components/TablePlugin.js +2 -0
  39. package/dist/components/TablePlugin.js.map +1 -0
  40. package/dist/components/ToolBarPlugin.d.ts +10 -0
  41. package/dist/components/ToolBarPlugin.d.ts.map +1 -0
  42. package/dist/components/ToolBarPlugin.js +111 -0
  43. package/dist/components/ToolBarPlugin.js.map +1 -0
  44. package/dist/components/context/AnnotationContext.d.ts +8 -0
  45. package/dist/components/context/AnnotationContext.d.ts.map +1 -0
  46. package/dist/components/context/AnnotationContext.js +3 -0
  47. package/dist/components/context/AnnotationContext.js.map +1 -0
  48. package/dist/components/context/AnnotationProvider.d.ts +2 -2
  49. package/dist/components/context/AnnotationProvider.d.ts.map +1 -1
  50. package/dist/components/context/AnnotationProvider.js +3 -2
  51. package/dist/components/context/AnnotationProvider.js.map +1 -1
  52. package/dist/components/exam/ExamineExam.d.ts +5 -0
  53. package/dist/components/exam/ExamineExam.d.ts.map +1 -0
  54. package/dist/components/exam/ExamineExam.js +20 -0
  55. package/dist/components/exam/ExamineExam.js.map +1 -0
  56. package/dist/components/exam/FinishExam.d.ts +5 -0
  57. package/dist/components/exam/FinishExam.d.ts.map +1 -0
  58. package/dist/components/exam/FinishExam.js +17 -0
  59. package/dist/components/exam/FinishExam.js.map +1 -0
  60. package/dist/components/grading/reactAnnotation.d.ts +4 -0
  61. package/dist/components/grading/reactAnnotation.d.ts.map +1 -0
  62. package/dist/components/grading/reactAnnotation.js +54 -0
  63. package/dist/components/grading/reactAnnotation.js.map +1 -0
  64. package/dist/components/grading-instructions/EditableGradingInstruction.d.ts.map +1 -1
  65. package/dist/components/grading-instructions/EditableGradingInstruction.js +31 -22
  66. package/dist/components/grading-instructions/EditableGradingInstruction.js.map +1 -1
  67. package/dist/components/grading-instructions/SlateTableEditor.d.ts +22 -0
  68. package/dist/components/grading-instructions/SlateTableEditor.d.ts.map +1 -0
  69. package/dist/components/grading-instructions/SlateTableEditor.js +44 -0
  70. package/dist/components/grading-instructions/SlateTableEditor.js.map +1 -0
  71. package/dist/components/grading-instructions/SlateUtils.d.ts +5 -0
  72. package/dist/components/grading-instructions/SlateUtils.d.ts.map +1 -0
  73. package/dist/components/grading-instructions/SlateUtils.js +28 -0
  74. package/dist/components/grading-instructions/SlateUtils.js.map +1 -0
  75. package/dist/components/grading-instructions/editor/FormatButton.d.ts +8 -0
  76. package/dist/components/grading-instructions/editor/FormatButton.d.ts.map +1 -0
  77. package/dist/components/grading-instructions/editor/FormatButton.js +23 -0
  78. package/dist/components/grading-instructions/editor/FormatButton.js.map +1 -0
  79. package/dist/components/grading-instructions/editor/Formula.d.ts +17 -0
  80. package/dist/components/grading-instructions/editor/Formula.d.ts.map +1 -0
  81. package/dist/components/grading-instructions/editor/Formula.js +81 -0
  82. package/dist/components/grading-instructions/editor/Formula.js.map +1 -0
  83. package/dist/components/grading-instructions/editor/FormulaPopup.d.ts +7 -0
  84. package/dist/components/grading-instructions/editor/FormulaPopup.d.ts.map +1 -0
  85. package/dist/components/grading-instructions/editor/FormulaPopup.js +49 -0
  86. package/dist/components/grading-instructions/editor/FormulaPopup.js.map +1 -0
  87. package/dist/components/grading-instructions/editor/MathPopup.d.ts +10 -0
  88. package/dist/components/grading-instructions/editor/MathPopup.d.ts.map +1 -0
  89. package/dist/components/grading-instructions/editor/MathPopup.js +94 -0
  90. package/dist/components/grading-instructions/editor/MathPopup.js.map +1 -0
  91. package/dist/components/grading-instructions/editor/Table.d.ts +5 -0
  92. package/dist/components/grading-instructions/editor/Table.d.ts.map +1 -0
  93. package/dist/components/grading-instructions/editor/Table.js +181 -0
  94. package/dist/components/grading-instructions/editor/Table.js.map +1 -0
  95. package/dist/components/grading-instructions/editor/math-svg.d.ts +2 -0
  96. package/dist/components/grading-instructions/editor/math-svg.d.ts.map +1 -0
  97. package/dist/components/grading-instructions/editor/math-svg.js +22 -0
  98. package/dist/components/grading-instructions/editor/math-svg.js.map +1 -0
  99. package/dist/components/grading-instructions/editor/math.d.ts +4 -0
  100. package/dist/components/grading-instructions/editor/math.d.ts.map +1 -0
  101. package/dist/components/grading-instructions/editor/math.js +55 -0
  102. package/dist/components/grading-instructions/editor/math.js.map +1 -0
  103. package/dist/components/grading-instructions/prosemirror.d.ts +8 -0
  104. package/dist/components/grading-instructions/prosemirror.d.ts.map +1 -0
  105. package/dist/components/grading-instructions/prosemirror.js +108 -0
  106. package/dist/components/grading-instructions/prosemirror.js.map +1 -0
  107. package/dist/components/results/isExamFinishPageHook.d.ts +2 -0
  108. package/dist/components/results/isExamFinishPageHook.d.ts.map +1 -0
  109. package/dist/components/results/isExamFinishPageHook.js +7 -0
  110. package/dist/components/results/isExamFinishPageHook.js.map +1 -0
  111. package/dist/components/shared/AnnotationMark.d.ts +1 -1
  112. package/dist/components/shared/AnnotationMark.d.ts.map +1 -1
  113. package/dist/components/shared/AnnotationPopup.d.ts +1 -1
  114. package/dist/components/shared/AnnotationPopup.d.ts.map +1 -1
  115. package/dist/components/shared/AnnotationPopup.js +11 -70
  116. package/dist/components/shared/AnnotationPopup.js.map +1 -1
  117. package/dist/components/shared/CreateAnnotationPopup.d.ts +6 -0
  118. package/dist/components/shared/CreateAnnotationPopup.d.ts.map +1 -0
  119. package/dist/components/shared/CreateAnnotationPopup.js +11 -0
  120. package/dist/components/shared/CreateAnnotationPopup.js.map +1 -0
  121. package/dist/components/shared/Popup.d.ts +15 -0
  122. package/dist/components/shared/Popup.d.ts.map +1 -0
  123. package/dist/components/shared/Popup.js +90 -0
  124. package/dist/components/shared/Popup.js.map +1 -0
  125. package/dist/components/shared/PopupUtils.d.ts +4 -0
  126. package/dist/components/shared/PopupUtils.d.ts.map +1 -0
  127. package/dist/components/shared/PopupUtils.js +26 -0
  128. package/dist/components/shared/PopupUtils.js.map +1 -0
  129. package/dist/components/shared/markText.d.ts +1 -1
  130. package/dist/components/shared/markText.d.ts.map +1 -1
  131. package/dist/components/shared/markText.js.map +1 -1
  132. package/dist/main-bundle.js +1 -1
  133. package/dist/main.css +1 -1
  134. package/dist/store/listenerMiddleware.d.ts +89 -0
  135. package/dist/store/listenerMiddleware.d.ts.map +1 -0
  136. package/dist/store/listenerMiddleware.js +6 -0
  137. package/dist/store/listenerMiddleware.js.map +1 -0
  138. package/package.json +3 -2
@@ -1,34 +1,41 @@
1
1
  import React, { useContext, useState } from 'react';
2
- import { schema } from 'prosemirror-schema-basic';
2
+ import { schema as baseSchema } from 'prosemirror-schema-basic';
3
3
  import { EditorState } from 'prosemirror-state';
4
- import { toggleMark, baseKeymap } from 'prosemirror-commands';
4
+ import { baseKeymap } from 'prosemirror-commands';
5
5
  import { GradingInstructionContext } from '../context/GradingInstructionContext';
6
- import { ProseMirror, useEditorEventCallback } from '@nytimes/react-prosemirror';
7
- import { DOMParser as ProseDOMParser, DOMSerializer } from 'prosemirror-model';
6
+ import { ProseMirror } from '@nytimes/react-prosemirror';
7
+ import { DOMParser as ProseDOMParser, DOMSerializer, Schema } from 'prosemirror-model';
8
8
  import { keymap } from 'prosemirror-keymap';
9
- function BoldButton() {
10
- const onClick = useEditorEventCallback(view => {
11
- const toggleBoldMark = toggleMark(view.state.schema.marks.strong);
12
- toggleBoldMark(view.state, view.dispatch, view);
13
- });
14
- return React.createElement("button", { onClick: onClick }, "Bold");
15
- }
16
- function ItalicButton() {
17
- const onClick = useEditorEventCallback(view => {
18
- const toggleItalicMark = toggleMark(view.state.schema.marks.em);
19
- toggleItalicMark(view.state, view.dispatch, view);
20
- });
21
- return React.createElement("button", { onClick: onClick }, "Italic");
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
+ const schema = new Schema({
14
+ nodes: baseSchema.spec.nodes.append(formulaSchema).append(tableSchema),
15
+ marks: baseSchema.spec.marks
16
+ });
17
+ const outputSchema = new Schema({
18
+ nodes: baseSchema.spec.nodes.append(formulaOutputSchema).append(tableSchema),
19
+ marks: baseSchema.spec.marks
20
+ });
21
+ function Menu(props) {
22
+ return (React.createElement(React.Fragment, null,
23
+ React.createElement(FormatButton, { markName: "strong", displayName: "Bold" }),
24
+ React.createElement(FormatButton, { markName: "em", displayName: "Italic" }),
25
+ React.createElement(TableMenu, null),
26
+ React.createElement(FormulaButton, { setFormulaState: props.setFormulaState })));
22
27
  }
23
28
  function EditableGradingInstruction({ element }) {
24
29
  const { onContentChange } = useContext(GradingInstructionContext);
25
30
  const doc = ProseDOMParser.fromSchema(schema).parse(element);
26
31
  const [mount, setMount] = useState(null);
27
- const [state, setState] = useState(EditorState.create({ schema, doc, plugins: [keymap(baseKeymap)] }));
32
+ const [formulaState, setFormulaState] = useState(null);
33
+ const formulaPlugin = new FormulaPlugin(setFormulaState);
34
+ const [state, setState] = useState(EditorState.create({ schema, doc, plugins: [keymap(baseKeymap), formulaPlugin] }));
28
35
  return (React.createElement(ProseMirror, { mount: mount, state: state, dispatchTransaction: tr => {
29
36
  var _a;
30
37
  setState(s => s.apply(tr));
31
- const fragment = DOMSerializer.fromSchema(state.schema).serializeFragment(tr.doc.content);
38
+ const fragment = DOMSerializer.fromSchema(outputSchema).serializeFragment(tr.doc.content);
32
39
  const div = document.createElement('div');
33
40
  div.appendChild(fragment);
34
41
  const path = (_a = element.getAttribute('path')) !== null && _a !== void 0 ? _a : '';
@@ -36,9 +43,11 @@ function EditableGradingInstruction({ element }) {
36
43
  onContentChange(div.innerHTML, path);
37
44
  }
38
45
  } },
39
- React.createElement(BoldButton, null),
40
- React.createElement(ItalicButton, null),
41
- React.createElement("div", { ref: setMount })));
46
+ React.createElement(Menu, { setFormulaState: setFormulaState }),
47
+ React.createElement("div", { ref: setMount }),
48
+ formulaState && (React.createElement(FormulaPopup, { state: formulaState, onFinish: () => {
49
+ setFormulaState(null);
50
+ } }))));
42
51
  }
43
52
  export default EditableGradingInstruction;
44
53
  //# sourceMappingURL=EditableGradingInstruction.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditableGradingInstruction.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"EditableGradingInstruction.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,22 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,44 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,5 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,28 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,8 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormatButton.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,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"}
@@ -0,0 +1,23 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormatButton.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACnF,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;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"}
@@ -0,0 +1,17 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Formula.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0B,MAAM,mBAAmB,CAAA;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"}
@@ -0,0 +1,81 @@
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 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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Formula.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,49 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FormulaPopup.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormulaPopup.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,94 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MathPopup.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/MathPopup.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import { NodeSpec } from 'prosemirror-model';
2
+ import React from 'react';
3
+ export declare const tableSchema: NodeSpec;
4
+ export declare function TableMenu(): React.JSX.Element;
5
+ //# sourceMappingURL=Table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Table.tsx"],"names":[],"mappings":"AACA,OAAO,EAAkB,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAC5D,OAAO,KAAmB,MAAM,OAAO,CAAA;AAavC,eAAO,MAAM,WAAW,EAAE,QAmCzB,CAAA;AAED,wBAAgB,SAAS,sBAqHxB"}