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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) 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__/annotations.test.js +7 -7
  6. package/dist/__tests__/annotations.test.js.map +1 -1
  7. package/dist/__tests__/editor/Formula.test.d.ts +2 -0
  8. package/dist/__tests__/editor/Formula.test.d.ts.map +1 -0
  9. package/dist/__tests__/editor/Formula.test.js +53 -0
  10. package/dist/__tests__/editor/Formula.test.js.map +1 -0
  11. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  12. package/dist/components/LexicalEditor.d.ts +3 -0
  13. package/dist/components/LexicalEditor.d.ts.map +1 -0
  14. package/dist/components/LexicalEditor.js +44 -0
  15. package/dist/components/LexicalEditor.js.map +1 -0
  16. package/dist/components/RTE.d.ts +3 -0
  17. package/dist/components/RTE.d.ts.map +1 -0
  18. package/dist/components/RTE.js +23 -0
  19. package/dist/components/RTE.js.map +1 -0
  20. package/dist/components/TablePlugin.d.ts +1 -0
  21. package/dist/components/TablePlugin.d.ts.map +1 -0
  22. package/dist/components/TablePlugin.js +2 -0
  23. package/dist/components/TablePlugin.js.map +1 -0
  24. package/dist/components/ToolBarPlugin.d.ts +10 -0
  25. package/dist/components/ToolBarPlugin.d.ts.map +1 -0
  26. package/dist/components/ToolBarPlugin.js +111 -0
  27. package/dist/components/ToolBarPlugin.js.map +1 -0
  28. package/dist/components/context/AnnotationContext.d.ts +8 -0
  29. package/dist/components/context/AnnotationContext.d.ts.map +1 -0
  30. package/dist/components/context/AnnotationContext.js +3 -0
  31. package/dist/components/context/AnnotationContext.js.map +1 -0
  32. package/dist/components/context/AnnotationProvider.d.ts +2 -2
  33. package/dist/components/context/AnnotationProvider.d.ts.map +1 -1
  34. package/dist/components/context/AnnotationProvider.js +3 -2
  35. package/dist/components/context/AnnotationProvider.js.map +1 -1
  36. package/dist/components/exam/ExamineExam.d.ts +5 -0
  37. package/dist/components/exam/ExamineExam.d.ts.map +1 -0
  38. package/dist/components/exam/ExamineExam.js +20 -0
  39. package/dist/components/exam/ExamineExam.js.map +1 -0
  40. package/dist/components/exam/FinishExam.d.ts +5 -0
  41. package/dist/components/exam/FinishExam.d.ts.map +1 -0
  42. package/dist/components/exam/FinishExam.js +17 -0
  43. package/dist/components/exam/FinishExam.js.map +1 -0
  44. package/dist/components/grading/reactAnnotation.d.ts +4 -0
  45. package/dist/components/grading/reactAnnotation.d.ts.map +1 -0
  46. package/dist/components/grading/reactAnnotation.js +54 -0
  47. package/dist/components/grading/reactAnnotation.js.map +1 -0
  48. package/dist/components/grading-instructions/EditableGradingInstruction.d.ts.map +1 -1
  49. package/dist/components/grading-instructions/EditableGradingInstruction.js +19 -7
  50. package/dist/components/grading-instructions/EditableGradingInstruction.js.map +1 -1
  51. package/dist/components/grading-instructions/SlateTableEditor.d.ts +22 -0
  52. package/dist/components/grading-instructions/SlateTableEditor.d.ts.map +1 -0
  53. package/dist/components/grading-instructions/SlateTableEditor.js +44 -0
  54. package/dist/components/grading-instructions/SlateTableEditor.js.map +1 -0
  55. package/dist/components/grading-instructions/SlateUtils.d.ts +5 -0
  56. package/dist/components/grading-instructions/SlateUtils.d.ts.map +1 -0
  57. package/dist/components/grading-instructions/SlateUtils.js +28 -0
  58. package/dist/components/grading-instructions/SlateUtils.js.map +1 -0
  59. package/dist/components/grading-instructions/editor/Formula.d.ts +17 -0
  60. package/dist/components/grading-instructions/editor/Formula.d.ts.map +1 -0
  61. package/dist/components/grading-instructions/editor/Formula.js +81 -0
  62. package/dist/components/grading-instructions/editor/Formula.js.map +1 -0
  63. package/dist/components/grading-instructions/editor/FormulaPopup.d.ts +7 -0
  64. package/dist/components/grading-instructions/editor/FormulaPopup.d.ts.map +1 -0
  65. package/dist/components/grading-instructions/editor/FormulaPopup.js +49 -0
  66. package/dist/components/grading-instructions/editor/FormulaPopup.js.map +1 -0
  67. package/dist/components/grading-instructions/editor/MathPopup.d.ts +10 -0
  68. package/dist/components/grading-instructions/editor/MathPopup.d.ts.map +1 -0
  69. package/dist/components/grading-instructions/editor/MathPopup.js +94 -0
  70. package/dist/components/grading-instructions/editor/MathPopup.js.map +1 -0
  71. package/dist/components/grading-instructions/editor/math-svg.d.ts +2 -0
  72. package/dist/components/grading-instructions/editor/math-svg.d.ts.map +1 -0
  73. package/dist/components/grading-instructions/editor/math-svg.js +22 -0
  74. package/dist/components/grading-instructions/editor/math-svg.js.map +1 -0
  75. package/dist/components/grading-instructions/editor/math.d.ts +4 -0
  76. package/dist/components/grading-instructions/editor/math.d.ts.map +1 -0
  77. package/dist/components/grading-instructions/editor/math.js +55 -0
  78. package/dist/components/grading-instructions/editor/math.js.map +1 -0
  79. package/dist/components/grading-instructions/prosemirror.d.ts +8 -0
  80. package/dist/components/grading-instructions/prosemirror.d.ts.map +1 -0
  81. package/dist/components/grading-instructions/prosemirror.js +108 -0
  82. package/dist/components/grading-instructions/prosemirror.js.map +1 -0
  83. package/dist/components/results/isExamFinishPageHook.d.ts +2 -0
  84. package/dist/components/results/isExamFinishPageHook.d.ts.map +1 -0
  85. package/dist/components/results/isExamFinishPageHook.js +7 -0
  86. package/dist/components/results/isExamFinishPageHook.js.map +1 -0
  87. package/dist/components/shared/AnnotationMark.d.ts +1 -1
  88. package/dist/components/shared/AnnotationMark.d.ts.map +1 -1
  89. package/dist/components/shared/AnnotationPopup.d.ts +1 -1
  90. package/dist/components/shared/AnnotationPopup.d.ts.map +1 -1
  91. package/dist/components/shared/AnnotationPopup.js +11 -70
  92. package/dist/components/shared/AnnotationPopup.js.map +1 -1
  93. package/dist/components/shared/CreateAnnotationPopup.d.ts +6 -0
  94. package/dist/components/shared/CreateAnnotationPopup.d.ts.map +1 -0
  95. package/dist/components/shared/CreateAnnotationPopup.js +11 -0
  96. package/dist/components/shared/CreateAnnotationPopup.js.map +1 -0
  97. package/dist/components/shared/Popup.d.ts +15 -0
  98. package/dist/components/shared/Popup.d.ts.map +1 -0
  99. package/dist/components/shared/Popup.js +90 -0
  100. package/dist/components/shared/Popup.js.map +1 -0
  101. package/dist/components/shared/PopupUtils.d.ts +4 -0
  102. package/dist/components/shared/PopupUtils.d.ts.map +1 -0
  103. package/dist/components/shared/PopupUtils.js +26 -0
  104. package/dist/components/shared/PopupUtils.js.map +1 -0
  105. package/dist/components/shared/markText.d.ts +1 -1
  106. package/dist/components/shared/markText.d.ts.map +1 -1
  107. package/dist/components/shared/markText.js.map +1 -1
  108. package/dist/main-bundle.js +1 -1
  109. package/dist/main.css +1 -1
  110. package/dist/store/listenerMiddleware.d.ts +89 -0
  111. package/dist/store/listenerMiddleware.d.ts.map +1 -0
  112. package/dist/store/listenerMiddleware.js +6 -0
  113. package/dist/store/listenerMiddleware.js.map +1 -0
  114. package/package.json +2 -2
@@ -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,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":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAA;AAEnE,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAE1C,MAAM,UAAU,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAuD;IACnG,MAAM,aAAa,GAAG,CAAC,IAAY,EAAE,EAAE;QACrC,IAAI,IAAI,CAAC,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,EAAE,CAAC;YAChD,OAAO,gCAAgC,CAAA;QACzC,CAAC;QACD,OAAO,IAAI,CAAA;IACb,CAAC,CAAA;IAED,MAAM,eAAe,GAAG,sBAAsB,CAAC,CAAC,IAAI,EAAE,SAAiB,EAAE,EAAE;QACzE,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;QAC7C,MAAM,KAAK,GAAG,YAAY,CAAC,SAAS,CAAC,IAAI,EAAE,CAAA;QAC3C,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,KAAK,CAAA;QAE7B,IAAI,IAAI,EAAE,CAAC;YACT,MAAM,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,WAAW,CAClC,KAAK,CAAC,GAAG,EACT,KAAK,CAAC,GAAG,GAAG,IAAI,CAAC,QAAQ,EACzB,MAAM,CAAC,IAAI,CAAC,SAAS,EAAE,EAAE,GAAG,IAAI,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,CAAC,CACxD,CAAA;YACD,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA;QACnB,CAAC;QACD,QAAQ,EAAE,CAAA;IACZ,CAAC,CAAC,CAAA;IAEF,MAAM,QAAQ,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAAE;QAC7C,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAA;QAC7C,IAAI,IAAI,EAAE,CAAC;YACT,MAAM,EAAE,GAAG,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAA;YACrE,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAA;QACnB,CAAC;QACD,QAAQ,EAAE,CAAA;IACZ,CAAC,CAAC,CAAA;IAEF,OAAO,CACL,oBAAC,KAAK,IACJ,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,kBAAkB,EAChB,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,aAAa,KAAK,CAAC,KAAK,0BAA0B,kBAAkB,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,EAEjH,aAAa,EAAE,aAAa,EAC5B,WAAW,EAAE,eAAe,EAC5B,YAAY,EAAE,IAAI,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,GAAG,EAAE;YACb,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;gBACxB,QAAQ,EAAE,CAAA;YACZ,CAAC;YACD,QAAQ,EAAE,CAAA;QACZ,CAAC,GACD,CACH,CAAA;AACH,CAAC;AAED,SAAS,YAAY,CAAC,KAAa;IACjC,MAAM,YAAY,GAAG,oBAAoB,CAAA;IACzC,MAAM,UAAU,GAAG,KAAK,CAAC,KAAK,CAAC,YAAY,CAAC,CAAA;IAE5C,IAAI,CAAC,UAAU,IAAI,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;QACzC,OAAM;IACR,CAAC;IAED,OAAO,kBAAkB,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAA;AAC1C,CAAC;AAED,SAAS,qBAAqB,CAAC,UAAkB;IAC/C,MAAM,aAAa,GAAG,kBAAkB,CAAA;IACxC,MAAM,OAAO,GAAG,UAAU,CAAC,IAAI,EAAE,CAAC,KAAK,CAAC,aAAa,CAAC,CAAA;IACtD,OAAO,OAAO,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,CAAA;AACxC,CAAC"}
@@ -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,2 @@
1
+ export declare function getMathSvg(math: string): string;
2
+ //# sourceMappingURL=math-svg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"math-svg.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/math-svg.ts"],"names":[],"mappings":"AAsBA,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAG/C"}
@@ -0,0 +1,22 @@
1
+ import { mathjax } from 'mathjax-full/js/mathjax';
2
+ import { TeX } from 'mathjax-full/js/input/tex';
3
+ import { SVG } from 'mathjax-full/js/output/svg';
4
+ import { AllPackages } from 'mathjax-full/js/input/tex/AllPackages';
5
+ import { liteAdaptor } from 'mathjax-full/js/adaptors/liteAdaptor';
6
+ import { RegisterHTMLHandler } from 'mathjax-full/js/handlers/html';
7
+ const adaptor = liteAdaptor();
8
+ RegisterHTMLHandler(adaptor);
9
+ const mathjaxDocument = mathjax.document('', {
10
+ InputJax: new TeX({ packages: AllPackages }),
11
+ OutputJax: new SVG({ fontCache: 'local' })
12
+ });
13
+ const mathjaxOptions = {
14
+ em: 16,
15
+ ex: 8,
16
+ containerWidth: 1280
17
+ };
18
+ export function getMathSvg(math) {
19
+ const node = mathjaxDocument.convert(math, mathjaxOptions);
20
+ return adaptor.innerHTML(node);
21
+ }
22
+ //# sourceMappingURL=math-svg.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"math-svg.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/math-svg.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACjD,OAAO,EAAE,GAAG,EAAE,MAAM,2BAA2B,CAAA;AAC/C,OAAO,EAAE,GAAG,EAAE,MAAM,4BAA4B,CAAA;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAA;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,sCAAsC,CAAA;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAA;AAGnE,MAAM,OAAO,GAAG,WAAW,EAAE,CAAA;AAC7B,mBAAmB,CAAC,OAAO,CAAC,CAAA;AAE5B,MAAM,eAAe,GAAG,OAAO,CAAC,QAAQ,CAAC,EAAE,EAAE;IAC3C,QAAQ,EAAE,IAAI,GAAG,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,CAAC;IAC5C,SAAS,EAAE,IAAI,GAAG,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC;CAC3C,CAAC,CAAA;AAEF,MAAM,cAAc,GAAG;IACrB,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,CAAC;IACL,cAAc,EAAE,IAAI;CACrB,CAAA;AAED,MAAM,UAAU,UAAU,CAAC,IAAY;IACrC,MAAM,IAAI,GAAG,eAAe,CAAC,OAAO,CAAC,IAAI,EAAE,cAAc,CAAgB,CAAA;IACzE,OAAO,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC,CAAA;AAChC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Plugin } from 'prosemirror-state';
2
+ import { DecorationSet } from 'prosemirror-view';
3
+ export declare const highlightEditingPlugin: Plugin<DecorationSet>;
4
+ //# sourceMappingURL=math.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"math.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/math.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAwB,MAAM,mBAAmB,CAAA;AAChE,OAAO,EAA0B,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAGxE,eAAO,MAAM,sBAAsB,uBA2BjC,CAAA"}
@@ -0,0 +1,55 @@
1
+ import { Plugin, PluginKey } from 'prosemirror-state';
2
+ import { Decoration, DecorationSet } from 'prosemirror-view';
3
+ export const highlightEditingPlugin = new Plugin({
4
+ key: new PluginKey('highlightEditing'),
5
+ state: {
6
+ init() {
7
+ return DecorationSet.empty;
8
+ },
9
+ apply(tr, old) {
10
+ if (tr.docChanged || tr.selection) {
11
+ return getDecorations(tr.doc, tr.selection);
12
+ }
13
+ return old;
14
+ }
15
+ },
16
+ props: {
17
+ decorations(state) {
18
+ return this.getState(state);
19
+ },
20
+ handleClickOn(view, pos) {
21
+ const { state } = view;
22
+ const node = state.doc.nodeAt(pos);
23
+ if (node && node.type.name === 'formula') {
24
+ showPopup();
25
+ return true;
26
+ }
27
+ return false;
28
+ }
29
+ }
30
+ });
31
+ function showPopup() {
32
+ console.log('pioppup');
33
+ const popup = document.getElementById('popup');
34
+ //const domAtPos = view.domAtPos(pos)
35
+ //const domNode = domAtPos.node.nodeType === 1 ? domAtPos.node : domAtPos.node.parentNode
36
+ //const rect = domNode.getBoundingClientRect()
37
+ //popup.style.top = `${rect.top + window.pageYOffset + rect.height}px`
38
+ //popup.style.left = `${rect.left + window.pageXOffset}px`
39
+ console.log(popup);
40
+ popup.style.display = 'block';
41
+ window.alert('hello');
42
+ }
43
+ function getDecorations(doc, selection) {
44
+ const decorations = [];
45
+ doc.descendants((node, pos) => {
46
+ if (node.type.name === 'formula') {
47
+ const isSelected = selection.from >= pos && selection.to <= pos + node.nodeSize;
48
+ if (isSelected) {
49
+ decorations.push(Decoration.node(pos, pos + node.nodeSize, { class: 'editing-my-tag' }));
50
+ }
51
+ }
52
+ });
53
+ return DecorationSet.create(doc, decorations);
54
+ }
55
+ //# sourceMappingURL=math.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"math.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/math.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAa,MAAM,mBAAmB,CAAA;AAChE,OAAO,EAAc,UAAU,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAA;AAGxE,MAAM,CAAC,MAAM,sBAAsB,GAAG,IAAI,MAAM,CAAC;IAC/C,GAAG,EAAE,IAAI,SAAS,CAAC,kBAAkB,CAAC;IACtC,KAAK,EAAE;QACL,IAAI;YACF,OAAO,aAAa,CAAC,KAAK,CAAA;QAC5B,CAAC;QACD,KAAK,CAAC,EAAE,EAAE,GAAG;YACX,IAAI,EAAE,CAAC,UAAU,IAAI,EAAE,CAAC,SAAS,EAAE,CAAC;gBAClC,OAAO,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,SAAS,CAAC,CAAA;YAC7C,CAAC;YACD,OAAO,GAAG,CAAA;QACZ,CAAC;KACF;IACD,KAAK,EAAE;QACL,WAAW,CAAC,KAAK;YACf,OAAO,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAA;QAC7B,CAAC;QACD,aAAa,CAAC,IAAgB,EAAE,GAAW;YACzC,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;YACtB,MAAM,IAAI,GAAG,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAA;YAClC,IAAI,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;gBACzC,SAAS,EAAE,CAAA;gBACX,OAAO,IAAI,CAAA;YACb,CAAC;YACD,OAAO,KAAK,CAAA;QACd,CAAC;KACF;CACF,CAAC,CAAA;AAEF,SAAS,SAAS;IAChB,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAA;IACtB,MAAM,KAAK,GAAG,QAAQ,CAAC,cAAc,CAAC,OAAO,CAAC,CAAA;IAC9C,qCAAqC;IACrC,yFAAyF;IAEzF,8CAA8C;IAC9C,sEAAsE;IACtE,0DAA0D;IAC1D,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAA;IAClB,KAAM,CAAC,KAAK,CAAC,OAAO,GAAG,OAAO,CAAA;IAC9B,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA;AACvB,CAAC;AAED,SAAS,cAAc,CAAC,GAAS,EAAE,SAAoB;IACrD,MAAM,WAAW,GAAiB,EAAE,CAAA;IACpC,GAAG,CAAC,WAAW,CAAC,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE;QAC5B,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;YACjC,MAAM,UAAU,GAAG,SAAS,CAAC,IAAI,IAAI,GAAG,IAAI,SAAS,CAAC,EAAE,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAA;YAC/E,IAAI,UAAU,EAAE,CAAC;gBACf,WAAW,CAAC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,GAAG,IAAI,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAA;YAC1F,CAAC;QACH,CAAC;IACH,CAAC,CAAC,CAAA;IACF,OAAO,aAAa,CAAC,MAAM,CAAC,GAAG,EAAE,WAAW,CAAC,CAAA;AAC/C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import 'prosemirror-view/style/prosemirror.css';
3
+ import 'prosemirror-menu/style/menu.css';
4
+ import 'prosemirror-example-setup/style/style.css';
5
+ import 'prosemirror-gapcursor/style/gapcursor.css';
6
+ import 'prosemirror-tables/style/tables.css';
7
+ export declare function ProseMirrorEditor(): React.JSX.Element;
8
+ //# sourceMappingURL=prosemirror.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prosemirror.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/prosemirror.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAIvC,OAAO,wCAAwC,CAAA;AAC/C,OAAO,iCAAiC,CAAA;AACxC,OAAO,2CAA2C,CAAA;AAClD,OAAO,2CAA2C,CAAA;AAClD,OAAO,qCAAqC,CAAA;AA2G5C,wBAAgB,iBAAiB,sBAsChC"}
@@ -0,0 +1,108 @@
1
+ import React, { useState } from 'react';
2
+ import { EditorState, TextSelection } from 'prosemirror-state';
3
+ import { ProseMirror } from '@nytimes/react-prosemirror';
4
+ import 'prosemirror-view/style/prosemirror.css';
5
+ import 'prosemirror-menu/style/menu.css';
6
+ import 'prosemirror-example-setup/style/style.css';
7
+ import 'prosemirror-gapcursor/style/gapcursor.css';
8
+ import 'prosemirror-tables/style/tables.css';
9
+ import { schema as baseSchema } from 'prosemirror-schema-basic';
10
+ import { buildMenuItems, exampleSetup } from 'prosemirror-example-setup';
11
+ import { MenuItem, Dropdown } from 'prosemirror-menu';
12
+ import { addColumnAfter, addColumnBefore, deleteColumn, addRowAfter, addRowBefore, deleteRow, mergeCells, splitCell, setCellAttr, toggleHeaderRow, toggleHeaderColumn, toggleHeaderCell, deleteTable, columnResizing, tableEditing, goToNextCell, tableNodes } from 'prosemirror-tables';
13
+ import { keymap } from 'prosemirror-keymap';
14
+ import { Fragment, Schema, DOMParser as ProseDOMParser } from 'prosemirror-model';
15
+ const schema = new Schema({
16
+ nodes: baseSchema.spec.nodes.append(tableNodes({
17
+ tableGroup: 'block',
18
+ cellContent: 'block+',
19
+ cellAttributes: {
20
+ background: {
21
+ default: null,
22
+ getFromDOM(dom) {
23
+ return dom.style.backgroundColor || null;
24
+ },
25
+ setDOMAttr(value, attrs) {
26
+ // eslint-disable-next-line @typescript-eslint/no-base-to-string,@typescript-eslint/restrict-template-expressions
27
+ if (value)
28
+ attrs.style = `${attrs.style || ''}background-color: ${value};`;
29
+ }
30
+ }
31
+ }
32
+ })),
33
+ marks: baseSchema.spec.marks
34
+ });
35
+ const menu = buildMenuItems(schema).fullMenu;
36
+ function item(label, cmd) {
37
+ return new MenuItem({ label, select: cmd, run: cmd });
38
+ }
39
+ const tableMenu = [
40
+ item('Insert column before', addColumnBefore),
41
+ item('Insert column after', addColumnAfter),
42
+ item('Delete column', deleteColumn),
43
+ item('Insert row before', addRowBefore),
44
+ item('Insert row after', addRowAfter),
45
+ item('Delete row', deleteRow),
46
+ item('Delete table', deleteTable),
47
+ item('Merge cells', mergeCells),
48
+ item('Split cell', splitCell),
49
+ item('Toggle header column', toggleHeaderColumn),
50
+ item('Toggle header row', toggleHeaderRow),
51
+ item('Toggle header cells', toggleHeaderCell),
52
+ item('Make cell green', setCellAttr('background', '#dfd')),
53
+ item('Make cell not-green', setCellAttr('background', null)),
54
+ new MenuItem({ label: 'uusi taulu', select: () => true, run: insertTable() }),
55
+ new MenuItem({
56
+ label: 'tila',
57
+ select: state => {
58
+ console.log('state', state.doc.content);
59
+ return true;
60
+ },
61
+ run: () => { }
62
+ })
63
+ ];
64
+ menu.splice(2, 0, [new Dropdown(tableMenu)]);
65
+ function insertTable() {
66
+ return (state, dispatch) => {
67
+ const offset = state.tr.selection.anchor + 1;
68
+ const transaction = state.tr;
69
+ const cell = state.schema.nodes.table_cell.createAndFill();
70
+ const node = state.schema.nodes.table.create(null, Fragment.fromArray([
71
+ state.schema.nodes.table_row.create(null, Fragment.fromArray([cell, cell, cell])),
72
+ state.schema.nodes.table_row.create(null, Fragment.fromArray([cell, cell, cell]))
73
+ ]));
74
+ if (dispatch) {
75
+ dispatch(transaction
76
+ .replaceSelectionWith(node)
77
+ .scrollIntoView()
78
+ .setSelection(TextSelection.near(transaction.doc.resolve(offset))));
79
+ }
80
+ return true;
81
+ };
82
+ }
83
+ export function ProseMirrorEditor() {
84
+ const value = '<p>*some sentence* whatever.</p><table><thead><tr><th>ds</th></tr></thead><tbody><tr><td></td></tr></tbody></table>';
85
+ const dom = new DOMParser().parseFromString(value, 'text/html');
86
+ const doc = ProseDOMParser.fromSchema(schema).parse(dom);
87
+ const [mount, setMount] = useState(null);
88
+ const [state, setState] = useState(EditorState.create({
89
+ schema,
90
+ doc,
91
+ plugins: [
92
+ columnResizing(),
93
+ tableEditing(),
94
+ keymap({
95
+ Tab: goToNextCell(1),
96
+ 'Shift-Tab': goToNextCell(-1)
97
+ })
98
+ ].concat(exampleSetup({
99
+ schema,
100
+ menuContent: menu
101
+ }))
102
+ }));
103
+ return (React.createElement(ProseMirror, { mount: mount, state: state, dispatchTransaction: tr => {
104
+ setState(s => s.apply(tr));
105
+ } },
106
+ React.createElement("div", { ref: setMount })));
107
+ }
108
+ //# sourceMappingURL=prosemirror.js.map