@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
@@ -0,0 +1,8 @@
1
+ import React, { ReactNode } from 'react';
2
+ interface WrapperProps {
3
+ children?: ReactNode;
4
+ innerHtml?: string;
5
+ }
6
+ declare const ProseMirrorWrapper: React.FC<WrapperProps>;
7
+ export default ProseMirrorWrapper;
8
+ //# sourceMappingURL=ProseMirrorWrapper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProseMirrorWrapper.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/ProseMirrorWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAY,MAAM,OAAO,CAAA;AAMlD,UAAU,YAAY;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAmB9C,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const react_1 = __importStar(require("react"));
27
+ const react_prosemirror_1 = require("@nytimes/react-prosemirror");
28
+ const prosemirror_schema_basic_1 = require("prosemirror-schema-basic");
29
+ const prosemirror_model_1 = require("prosemirror-model");
30
+ const prosemirror_state_1 = require("prosemirror-state");
31
+ const ProseMirrorWrapper = ({ children, innerHtml = '' }) => {
32
+ const [mount, setMount] = (0, react_1.useState)(null);
33
+ const container = document.createElement('div');
34
+ container.innerHTML = innerHtml;
35
+ const doc = prosemirror_model_1.DOMParser.fromSchema(prosemirror_schema_basic_1.schema).parse(container);
36
+ const [state, setState] = (0, react_1.useState)(prosemirror_state_1.EditorState.create({ schema: prosemirror_schema_basic_1.schema, doc }));
37
+ return (react_1.default.createElement(react_prosemirror_1.ProseMirror, { state: state, mount: mount, dispatchTransaction: tr => {
38
+ setState(s => s.apply(tr));
39
+ } },
40
+ react_1.default.createElement("div", { ref: setMount }),
41
+ children));
42
+ };
43
+ exports.default = ProseMirrorWrapper;
44
+ //# sourceMappingURL=ProseMirrorWrapper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ProseMirrorWrapper.js","sourceRoot":"","sources":["../../../__tests__/utils/ProseMirrorWrapper.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAkD;AAClD,kEAAwD;AACxD,uEAAiD;AACjD,yDAA+D;AAC/D,yDAA+C;AAO/C,MAAM,kBAAkB,GAA2B,CAAC,EAAE,QAAQ,EAAE,SAAS,GAAG,EAAE,EAAE,EAAE,EAAE;IAClF,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAqB,IAAI,CAAC,CAAA;IAC5D,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAA;IAC/C,SAAS,CAAC,SAAS,GAAG,SAAS,CAAA;IAC/B,MAAM,GAAG,GAAG,6BAAc,CAAC,UAAU,CAAC,iCAAM,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAA;IAC9D,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,IAAA,gBAAQ,EAAC,+BAAW,CAAC,MAAM,CAAC,EAAE,MAAM,EAAN,iCAAM,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;IAEvE,OAAO,CACL,8BAAC,+BAAW,IACV,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,KAAK,EACZ,mBAAmB,EAAE,EAAE,CAAC,EAAE;YACxB,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAA;QAC5B,CAAC;QAED,uCAAK,GAAG,EAAE,QAAQ,GAAI;QACrB,QAAQ,CACG,CACf,CAAA;AACH,CAAC,CAAA;AAED,kBAAe,kBAAkB,CAAA"}
@@ -0,0 +1,3 @@
1
+ export declare function mockCreateRange(): () => () => Range;
2
+ export declare function promisifiedFireEventInput(element: Element, options: object): Promise<void>;
3
+ //# sourceMappingURL=prosemirror.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prosemirror.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/prosemirror.ts"],"names":[],"mappings":"AAEA,wBAAgB,eAAe,sBA2B9B;AAED,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,iBAK1E"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.mockCreateRange = mockCreateRange;
4
+ exports.promisifiedFireEventInput = promisifiedFireEventInput;
5
+ const react_1 = require("@testing-library/react");
6
+ function mockCreateRange() {
7
+ const originalCreateRange = global.window.document.createRange;
8
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
9
+ // @ts-expect-error
10
+ global.Range = function Range() { };
11
+ const createContextualFragment = (html) => {
12
+ const div = document.createElement('div');
13
+ div.innerHTML = html;
14
+ return div.children[0];
15
+ };
16
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
17
+ // @ts-expect-error
18
+ Range.prototype.createContextualFragment = (html) => createContextualFragment(html);
19
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
20
+ // @ts-expect-error
21
+ global.window.document.createRange = function createRange() {
22
+ return {
23
+ setEnd: () => { },
24
+ setStart: () => { },
25
+ getBoundingClientRect: () => ({ right: 0 }),
26
+ getClientRects: () => [],
27
+ createContextualFragment
28
+ };
29
+ };
30
+ return () => (global.window.document.createRange = originalCreateRange);
31
+ }
32
+ function promisifiedFireEventInput(element, options) {
33
+ return new Promise(resolve => {
34
+ react_1.fireEvent.input(element, options);
35
+ resolve();
36
+ });
37
+ }
38
+ //# sourceMappingURL=prosemirror.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prosemirror.js","sourceRoot":"","sources":["../../../__tests__/utils/prosemirror.ts"],"names":[],"mappings":";;AAEA,0CA2BC;AAED,8DAKC;AApCD,kDAAkD;AAElD,SAAgB,eAAe;IAC7B,MAAM,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,CAAA;IAC9D,6DAA6D;IAC7D,mBAAmB;IACnB,MAAM,CAAC,KAAK,GAAG,SAAS,KAAK,KAAI,CAAC,CAAA;IAElC,MAAM,wBAAwB,GAAG,CAAC,IAAY,EAAE,EAAE;QAChD,MAAM,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAA;QACzC,GAAG,CAAC,SAAS,GAAG,IAAI,CAAA;QACpB,OAAO,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAA;IACxB,CAAC,CAAA;IACD,6DAA6D;IAC7D,mBAAmB;IACnB,KAAK,CAAC,SAAS,CAAC,wBAAwB,GAAG,CAAC,IAAY,EAAE,EAAE,CAAC,wBAAwB,CAAC,IAAI,CAAC,CAAA;IAE3F,6DAA6D;IAC7D,mBAAmB;IACnB,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,GAAG,SAAS,WAAW;QACvD,OAAO;YACL,MAAM,EAAE,GAAG,EAAE,GAAE,CAAC;YAChB,QAAQ,EAAE,GAAG,EAAE,GAAE,CAAC;YAClB,qBAAqB,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;YAC3C,cAAc,EAAE,GAAG,EAAE,CAAC,EAAE;YACxB,wBAAwB;SACzB,CAAA;IACH,CAAC,CAAA;IACD,OAAO,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC,WAAW,GAAG,mBAAmB,CAAC,CAAA;AACzE,CAAC;AAED,SAAgB,yBAAyB,CAAC,OAAgB,EAAE,OAAe;IACzE,OAAO,IAAI,OAAO,CAAO,OAAO,CAAC,EAAE;QACjC,iBAAS,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,CAAA;QACjC,OAAO,EAAE,CAAA;IACX,CAAC,CAAC,CAAA;AACJ,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare function LexicalEditor(): React.JSX.Element;
3
+ //# sourceMappingURL=LexicalEditor.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LexicalEditor.d.ts","sourceRoot":"","sources":["../../src/components/LexicalEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAsCzB,wBAAgB,aAAa,sBAiB5B"}
@@ -0,0 +1,44 @@
1
+ import React from 'react';
2
+ import { LexicalComposer } from '@lexical/react/LexicalComposer';
3
+ import { RichTextPlugin } from '@lexical/react/LexicalRichTextPlugin';
4
+ import { ContentEditable } from '@lexical/react/LexicalContentEditable';
5
+ import { HistoryPlugin } from '@lexical/react/LexicalHistoryPlugin';
6
+ import { OnChangePlugin } from '@lexical/react/LexicalOnChangePlugin';
7
+ import { LexicalErrorBoundary } from '@lexical/react/LexicalErrorBoundary';
8
+ import { ToolbarPlugin } from './ToolBarPlugin';
9
+ import { TablePlugin } from '@lexical/react/LexicalTablePlugin';
10
+ import { ListPlugin } from '@lexical/react/LexicalListPlugin';
11
+ import { TableCellNode, TableNode, TableRowNode } from '@lexical/table';
12
+ import { ListNode, ListItemNode } from '@lexical/list';
13
+ const theme = {
14
+ // Add your custom styling here
15
+ ltr: 'ltr',
16
+ rtl: 'rtl',
17
+ placeholder: 'editor-placeholder',
18
+ paragraph: 'editor-paragraph'
19
+ };
20
+ function Placeholder() {
21
+ return React.createElement("div", { className: "editor-placeholder" }, "Enter some text...");
22
+ }
23
+ function onChange(editorState) {
24
+ console.log(editorState);
25
+ }
26
+ const initialConfig = {
27
+ namespace: 'MyEditor',
28
+ theme,
29
+ onError(error) {
30
+ throw error;
31
+ },
32
+ nodes: [TableCellNode, TableNode, TableRowNode, ListNode, ListItemNode]
33
+ };
34
+ export function LexicalEditor() {
35
+ return (React.createElement(LexicalComposer, { initialConfig: initialConfig },
36
+ React.createElement(ToolbarPlugin, null),
37
+ React.createElement(TablePlugin, null),
38
+ React.createElement(ListPlugin, null),
39
+ React.createElement("div", { className: "editor-container" },
40
+ React.createElement(RichTextPlugin, { contentEditable: React.createElement(ContentEditable, { className: "editor-input" }), placeholder: React.createElement(Placeholder, null), ErrorBoundary: LexicalErrorBoundary }),
41
+ React.createElement(HistoryPlugin, null),
42
+ React.createElement(OnChangePlugin, { onChange: onChange }))));
43
+ }
44
+ //# sourceMappingURL=LexicalEditor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LexicalEditor.js","sourceRoot":"","sources":["../../src/components/LexicalEditor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAA;AAChE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAA;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAA;AACnE,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAA;AACrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAA;AAC1E,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAA;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAA;AAC7D,OAAO,EAAE,aAAa,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACvE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAEtD,MAAM,KAAK,GAAG;IACZ,+BAA+B;IAC/B,GAAG,EAAE,KAAK;IACV,GAAG,EAAE,KAAK;IACV,WAAW,EAAE,oBAAoB;IACjC,SAAS,EAAE,kBAAkB;CAC9B,CAAA;AAED,SAAS,WAAW;IAClB,OAAO,6BAAK,SAAS,EAAC,oBAAoB,yBAAyB,CAAA;AACrE,CAAC;AAED,SAAS,QAAQ,CAAC,WAAmB;IACnC,OAAO,CAAC,GAAG,CAAC,WAAW,CAAC,CAAA;AAC1B,CAAC;AAED,MAAM,aAAa,GAAG;IACpB,SAAS,EAAE,UAAU;IACrB,KAAK;IACL,OAAO,CAAC,KAAY;QAClB,MAAM,KAAK,CAAA;IACb,CAAC;IACD,KAAK,EAAE,CAAC,aAAa,EAAE,SAAS,EAAE,YAAY,EAAE,QAAQ,EAAE,YAAY,CAAC;CACxE,CAAA;AAED,MAAM,UAAU,aAAa;IAC3B,OAAO,CACL,oBAAC,eAAe,IAAC,aAAa,EAAE,aAAa;QAC3C,oBAAC,aAAa,OAAG;QACjB,oBAAC,WAAW,OAAG;QACf,oBAAC,UAAU,OAAG;QACd,6BAAK,SAAS,EAAC,kBAAkB;YAC/B,oBAAC,cAAc,IACb,eAAe,EAAE,oBAAC,eAAe,IAAC,SAAS,EAAC,cAAc,GAAG,EAC7D,WAAW,EAAE,oBAAC,WAAW,OAAG,EAC5B,aAAa,EAAE,oBAAoB,GACnC;YACF,oBAAC,aAAa,OAAG;YACjB,oBAAC,cAAc,IAAC,QAAQ,EAAE,QAAQ,GAAI,CAClC,CACU,CACnB,CAAA;AACH,CAAC"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export declare const RichTextEditor: () => React.JSX.Element;
3
+ //# sourceMappingURL=RTE.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTE.d.ts","sourceRoot":"","sources":["../../src/components/RTE.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAA;AAErC,eAAO,MAAM,cAAc,yBAmC1B,CAAA"}
@@ -0,0 +1,23 @@
1
+ import React, { useRef } from 'react';
2
+ export const RichTextEditor = () => {
3
+ const editorRef = useRef(null);
4
+ const handleBoldText = () => {
5
+ document.queryCommandState('bold');
6
+ const selection = window.getSelection();
7
+ console.log(selection);
8
+ if (editorRef.current) {
9
+ editorRef.current.focus();
10
+ }
11
+ };
12
+ return (React.createElement("div", null,
13
+ React.createElement("div", { style: { marginBottom: '10px' } },
14
+ React.createElement("button", { onClick: handleBoldText },
15
+ React.createElement("b", null, "B"))),
16
+ React.createElement("div", { ref: editorRef, contentEditable: true, style: {
17
+ border: '1px solid #ccc',
18
+ minHeight: '200px',
19
+ padding: '10px',
20
+ fontFamily: 'Arial'
21
+ } }, "Start editing this text...")));
22
+ };
23
+ //# sourceMappingURL=RTE.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RTE.js","sourceRoot":"","sources":["../../src/components/RTE.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AAErC,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,EAAE;IACjC,MAAM,SAAS,GAAG,MAAM,CAAiB,IAAI,CAAC,CAAA;IAE9C,MAAM,cAAc,GAAG,GAAG,EAAE;QAC1B,QAAQ,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAA;QAClC,MAAM,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAA;QACvC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAA;QACtB,IAAI,SAAS,CAAC,OAAO,EAAE,CAAC;YACtB,SAAS,CAAC,OAAO,CAAC,KAAK,EAAE,CAAA;QAC3B,CAAC;IACH,CAAC,CAAA;IAED,OAAO,CACL;QACE,6BAAK,KAAK,EAAE,EAAE,YAAY,EAAE,MAAM,EAAE;YAClC,gCAAQ,OAAO,EAAE,cAAc;gBAC7B,mCAAQ,CACD,CAEL;QACN,6BACE,GAAG,EAAE,SAAS,EACd,eAAe,EAAE,IAAI,EACrB,KAAK,EAAE;gBACL,MAAM,EAAE,gBAAgB;gBACxB,SAAS,EAAE,OAAO;gBAClB,OAAO,EAAE,MAAM;gBACf,UAAU,EAAE,OAAO;aACpB,iCAIG,CACF,CACP,CAAA;AACH,CAAC,CAAA"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=TablePlugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TablePlugin.d.ts","sourceRoot":"","sources":["../../src/components/TablePlugin.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=TablePlugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TablePlugin.js","sourceRoot":"","sources":["../../src/components/TablePlugin.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ import React from 'react';
9
+ export declare function ToolbarPlugin(): React.JSX.Element;
10
+ //# sourceMappingURL=ToolBarPlugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolBarPlugin.d.ts","sourceRoot":"","sources":["../../src/components/ToolBarPlugin.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,KAAmD,MAAM,OAAO,CAAA;AAuBvE,wBAAgB,aAAa,sBA+K5B"}
@@ -0,0 +1,111 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ */
8
+ import React, { useCallback, useEffect, useRef, useState } from 'react';
9
+ import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext';
10
+ import { mergeRegister } from '@lexical/utils';
11
+ import { INSERT_TABLE_COMMAND } from '@lexical/table';
12
+ import { INSERT_UNORDERED_LIST_COMMAND } from '@lexical/list';
13
+ import { $getSelection, $isRangeSelection, CAN_REDO_COMMAND, CAN_UNDO_COMMAND, FORMAT_ELEMENT_COMMAND, FORMAT_TEXT_COMMAND, REDO_COMMAND, SELECTION_CHANGE_COMMAND, UNDO_COMMAND } from 'lexical';
14
+ const LowPriority = 1;
15
+ function Divider() {
16
+ return React.createElement("div", { className: "divider" });
17
+ }
18
+ export function ToolbarPlugin() {
19
+ const [editor] = useLexicalComposerContext();
20
+ const toolbarRef = useRef(null);
21
+ const [canUndo, setCanUndo] = useState(false);
22
+ const [canRedo, setCanRedo] = useState(false);
23
+ const [isBold, setIsBold] = useState(false);
24
+ const [isItalic, setIsItalic] = useState(false);
25
+ const [isUnderline, setIsUnderline] = useState(false);
26
+ const [isStrikethrough, setIsStrikethrough] = useState(false);
27
+ const $updateToolbar = useCallback(() => {
28
+ const selection = $getSelection();
29
+ if ($isRangeSelection(selection)) {
30
+ // Update text format
31
+ setIsBold(selection.hasFormat('bold'));
32
+ setIsItalic(selection.hasFormat('italic'));
33
+ setIsUnderline(selection.hasFormat('underline'));
34
+ setIsStrikethrough(selection.hasFormat('strikethrough'));
35
+ }
36
+ }, []);
37
+ useEffect(() => mergeRegister(editor.registerUpdateListener(({ editorState }) => {
38
+ editorState.read(() => {
39
+ $updateToolbar();
40
+ });
41
+ }), editor.registerCommand(SELECTION_CHANGE_COMMAND, (_payload, _newEditor) => {
42
+ $updateToolbar();
43
+ return false;
44
+ }, LowPriority), editor.registerCommand(CAN_UNDO_COMMAND, payload => {
45
+ setCanUndo(payload);
46
+ return false;
47
+ }, LowPriority), editor.registerCommand(CAN_REDO_COMMAND, payload => {
48
+ setCanRedo(payload);
49
+ return false;
50
+ }, LowPriority)), [editor, $updateToolbar]);
51
+ return (React.createElement("div", { className: "toolbar", ref: toolbarRef },
52
+ React.createElement("button", { disabled: !canUndo, onClick: () => {
53
+ editor.dispatchCommand(UNDO_COMMAND, undefined);
54
+ }, className: "toolbar-item spaced", "aria-label": "Undo" },
55
+ "Undo",
56
+ React.createElement("i", { className: "format undo" })),
57
+ React.createElement("button", { disabled: !canRedo, onClick: () => {
58
+ editor.dispatchCommand(REDO_COMMAND, undefined);
59
+ }, className: "toolbar-item", "aria-label": "Redo" },
60
+ "Redo",
61
+ React.createElement("i", { className: "format redo" })),
62
+ React.createElement(Divider, null),
63
+ React.createElement("button", { onClick: () => {
64
+ editor.dispatchCommand(FORMAT_TEXT_COMMAND, 'bold');
65
+ }, className: `toolbar-item spaced ${isBold ? 'active' : ''}`, "aria-label": "Format Bold" },
66
+ "bold",
67
+ React.createElement("i", { className: "format bold" })),
68
+ React.createElement("button", { onClick: () => {
69
+ editor.dispatchCommand(FORMAT_TEXT_COMMAND, 'italic');
70
+ }, className: `toolbar-item spaced ${isItalic ? 'active' : ''}`, "aria-label": "Format Italics" },
71
+ "italic",
72
+ React.createElement("i", { className: "format italic" })),
73
+ React.createElement("button", { onClick: () => {
74
+ editor.dispatchCommand(INSERT_TABLE_COMMAND, { columns: '1', rows: '2' });
75
+ }, className: `toolbar-item spaced ${isUnderline ? 'active' : ''}`, "aria-label": "add table" },
76
+ "table",
77
+ React.createElement("i", { className: "format table" })),
78
+ React.createElement("button", { onClick: () => {
79
+ editor.dispatchCommand(INSERT_UNORDERED_LIST_COMMAND, undefined);
80
+ }, className: `toolbar-item spaced ${isUnderline ? 'active' : ''}`, "aria-label": "add list" },
81
+ "list",
82
+ React.createElement("i", { className: "format list" })),
83
+ React.createElement("button", { onClick: () => {
84
+ editor.dispatchCommand(FORMAT_TEXT_COMMAND, 'strikethrough');
85
+ }, className: `toolbar-item spaced ${isStrikethrough ? 'active' : ''}`, "aria-label": "Format Strikethrough" },
86
+ "strikethrough",
87
+ React.createElement("i", { className: "format strikethrough" })),
88
+ React.createElement(Divider, null),
89
+ React.createElement("button", { onClick: () => {
90
+ editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'left');
91
+ }, className: "toolbar-item spaced", "aria-label": "Left Align" },
92
+ "left",
93
+ React.createElement("i", { className: "format left-align" })),
94
+ React.createElement("button", { onClick: () => {
95
+ editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'center');
96
+ }, className: "toolbar-item spaced", "aria-label": "Center Align" },
97
+ "center",
98
+ React.createElement("i", { className: "format center-align" })),
99
+ React.createElement("button", { onClick: () => {
100
+ editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'right');
101
+ }, className: "toolbar-item spaced", "aria-label": "Right Align" },
102
+ "right",
103
+ React.createElement("i", { className: "format right-align" })),
104
+ React.createElement("button", { onClick: () => {
105
+ editor.dispatchCommand(FORMAT_ELEMENT_COMMAND, 'justify');
106
+ }, className: "toolbar-item", "aria-label": "Justify Align" },
107
+ "justify",
108
+ React.createElement("i", { className: "format justify-align" })),
109
+ ' '));
110
+ }
111
+ //# sourceMappingURL=ToolBarPlugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ToolBarPlugin.js","sourceRoot":"","sources":["../../src/components/ToolBarPlugin.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { TextAnnotation } from '../../types/Score';
3
+ export interface AnnotationContext {
4
+ annotations: Record<string, TextAnnotation>;
5
+ onClickAnnotation: (a: TextAnnotation) => void;
6
+ }
7
+ export declare const AnnotationContext: React.Context<AnnotationContext>;
8
+ //# sourceMappingURL=AnnotationContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotationContext.d.ts","sourceRoot":"","sources":["../../../src/components/context/AnnotationContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAElD,MAAM,WAAW,iBAAiB;IAChC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;IAC3C,iBAAiB,EAAE,CAAC,CAAC,EAAE,cAAc,KAAK,IAAI,CAAA;CAC/C;AAED,eAAO,MAAM,iBAAiB,kCAA+C,CAAA"}
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ export const AnnotationContext = React.createContext({});
3
+ //# sourceMappingURL=AnnotationContext.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnnotationContext.js","sourceRoot":"","sources":["../../../src/components/context/AnnotationContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,MAAM,CAAC,MAAM,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,EAAuB,CAAC,CAAA"}
@@ -12,8 +12,8 @@ export interface RenderableAnnotationProps {
12
12
  export interface AnnotationContextType extends RenderableAnnotationProps {
13
13
  newAnnotation: NewExamAnnotation | null;
14
14
  setNewAnnotation: (a: NewExamAnnotation | null) => void;
15
- newAnnotationRef: HTMLElement | undefined;
16
- setNewAnnotationRef: (ref: HTMLElement | undefined) => void;
15
+ newAnnotationRef: HTMLElement | null;
16
+ setNewAnnotationRef: (ref: HTMLElement | null) => void;
17
17
  }
18
18
  export declare const AnnotationContext: React.Context<AnnotationContextType>;
19
19
  export declare const AnnotationProvider: ({ children, annotations, onClickAnnotation, onSaveAnnotation }: Props & AnnotationProps) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AnnotationProvider.d.ts","sourceRoot":"","sources":["../../../src/components/context/AnnotationProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkB,MAAM,OAAO,CAAA;AACtC,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAI9C,UAAU,KAAK;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,EAAE,CAAC,CAAA;IACnD,iBAAiB,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,EAAE,UAAU,EAAE,oBAAoB,KAAK,IAAI,CAAA;IAC5G,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;CAC5E;AAED,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB;IACtE,aAAa,EAAE,iBAAiB,GAAG,IAAI,CAAA;IACvC,gBAAgB,EAAE,CAAC,CAAC,EAAE,iBAAiB,GAAG,IAAI,KAAK,IAAI,CAAA;IACvD,gBAAgB,EAAE,WAAW,GAAG,SAAS,CAAA;IACzC,mBAAmB,EAAE,CAAC,GAAG,EAAE,WAAW,GAAG,SAAS,KAAK,IAAI,CAAA;CAC5D;AAED,eAAO,MAAM,iBAAiB,sCAAmD,CAAA;AAEjF,eAAO,MAAM,kBAAkB,mEAK5B,KAAK,GAAG,eAAe,iGA0DzB,CAAA"}
1
+ {"version":3,"file":"AnnotationProvider.d.ts","sourceRoot":"","sources":["../../../src/components/context/AnnotationProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAkB,MAAM,OAAO,CAAA;AACtC,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAA;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAA;AAI9C,UAAU,KAAK;IACb,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B;AAED,MAAM,WAAW,yBAAyB;IACxC,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,oBAAoB,EAAE,CAAC,CAAA;IACnD,iBAAiB,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,EAAE,UAAU,EAAE,oBAAoB,KAAK,IAAI,CAAA;IAC5G,gBAAgB,CAAC,EAAE,CAAC,UAAU,EAAE,iBAAiB,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAA;CAC5E;AAED,MAAM,WAAW,qBAAsB,SAAQ,yBAAyB;IACtE,aAAa,EAAE,iBAAiB,GAAG,IAAI,CAAA;IACvC,gBAAgB,EAAE,CAAC,CAAC,EAAE,iBAAiB,GAAG,IAAI,KAAK,IAAI,CAAA;IACvD,gBAAgB,EAAE,WAAW,GAAG,IAAI,CAAA;IACpC,mBAAmB,EAAE,CAAC,GAAG,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAA;CACvD;AAED,eAAO,MAAM,iBAAiB,sCAAmD,CAAA;AAEjF,eAAO,MAAM,kBAAkB,mEAK5B,KAAK,GAAG,eAAe,iGA2DzB,CAAA"}
@@ -5,15 +5,16 @@ import { AnnotationPopup } from '../shared/AnnotationPopup';
5
5
  export const AnnotationContext = React.createContext({});
6
6
  export const AnnotationProvider = ({ children, annotations, onClickAnnotation, onSaveAnnotation }) => {
7
7
  const [newAnnotation, setNewAnnotation] = React.useState(null);
8
- const [newAnnotationRef, setNewAnnotationRef] = React.useState();
8
+ const [newAnnotationRef, setNewAnnotationRef] = React.useState(null);
9
9
  const mouseUpCallback = (annotation) => {
10
10
  setNewAnnotation(annotation);
11
11
  };
12
12
  function onMouseDown(e) {
13
13
  const target = e.target;
14
- const clickIsInPopup = !!target.closest('.annotation-popup');
14
+ const clickIsInPopup = !!target.closest('.e-popup');
15
15
  if (!clickIsInPopup) {
16
16
  setNewAnnotation(null);
17
+ setNewAnnotationRef(null);
17
18
  }
18
19
  onMouseDownForAnnotation(e, mouseUpCallback);
19
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AnnotationProvider.js","sourceRoot":"","sources":["../../../src/components/context/AnnotationProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AAC9B,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAmB3D,MAAM,CAAC,MAAM,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,EAA2B,CAAC,CAAA;AAEjF,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EACjC,QAAQ,EACR,WAAW,EACX,iBAAiB,EACjB,gBAAgB,EACQ,EAAE,EAAE;IAC5B,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAA2B,IAAI,CAAC,CAAA;IACxF,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,KAAK,CAAC,QAAQ,EAAe,CAAA;IAE7E,MAAM,eAAe,GAAG,CAAC,UAA6B,EAAE,EAAE;QACxD,gBAAgB,CAAC,UAAU,CAAC,CAAA;IAC9B,CAAC,CAAA;IAED,SAAS,WAAW,CAAC,CAAmB;QACtC,MAAM,MAAM,GAAG,CAAC,CAAC,MAAiB,CAAA;QAClC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,mBAAmB,CAAC,CAAA;QAC5D,IAAI,CAAC,cAAc,EAAE,CAAC;YACpB,gBAAgB,CAAC,IAAI,CAAC,CAAA;QACxB,CAAC;QACD,wBAAwB,CAAC,CAAC,EAAE,eAAe,CAAC,CAAA;IAC9C,CAAC;IAED,IAAI,CAAC,iBAAiB,IAAI,CAAC,gBAAgB,EAAE,CAAC;QAC5C,OAAO,QAAQ,CAAA;IACjB,CAAC;IAED,MAAM,sCAAsC,GAA2C,OAAO,CAC5F,GAAG,EAAE,CACH,CAAC,CAAC,OAAO,CACP,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CACvB,CAAC,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE;QACtC,MAAM,WAAW,GAAG,KAAK,KAAK,GAAG,CAAC,MAAM,GAAG,CAAC,CAAA;QAC5C,OAAO;YACL,GAAG,CAAC;YACJ,YAAY,EAAE,CAAC,CAAC,YAAY;YAC5B,UAAU,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS;YAClD,MAAM,EAAE,CAAC,CAAC,MAAM;SACjB,CAAA;IACH,CAAC,CAAC,CACH,KAAI,EAAE,EACP,kBAAkB,CACnB,EACH,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAC9B,CAAA;IAED,OAAO,CACL,oBAAC,iBAAiB,CAAC,QAAQ,IACzB,KAAK,EAAE;YACL,WAAW,EAAE,sCAAsC;YACnD,iBAAiB;YACjB,gBAAgB;YAChB,aAAa;YACb,gBAAgB;YAChB,gBAAgB;YAChB,mBAAmB;SACpB;QAED,8BAAM,WAAW,EAAE,WAAW;YAC5B,oBAAC,eAAe,OAAG;YAClB,QAAQ,CACJ,CACoB,CAC9B,CAAA;AACH,CAAC,CAAA"}
1
+ {"version":3,"file":"AnnotationProvider.js","sourceRoot":"","sources":["../../../src/components/context/AnnotationProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,WAAW,CAAA;AAC9B,OAAO,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,OAAO,CAAA;AAGtC,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAmB3D,MAAM,CAAC,MAAM,iBAAiB,GAAG,KAAK,CAAC,aAAa,CAAC,EAA2B,CAAC,CAAA;AAEjF,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,EACjC,QAAQ,EACR,WAAW,EACX,iBAAiB,EACjB,gBAAgB,EACQ,EAAE,EAAE;IAC5B,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAA2B,IAAI,CAAC,CAAA;IACxF,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAqB,IAAI,CAAC,CAAA;IAExF,MAAM,eAAe,GAAG,CAAC,UAA6B,EAAE,EAAE;QACxD,gBAAgB,CAAC,UAAU,CAAC,CAAA;IAC9B,CAAC,CAAA;IAED,SAAS,WAAW,CAAC,CAAmB;QACtC,MAAM,MAAM,GAAG,CAAC,CAAC,MAAiB,CAAA;QAClC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,CAAA;QACnD,IAAI,CAAC,cAAc,EAAE,CAAC;YACpB,gBAAgB,CAAC,IAAI,CAAC,CAAA;YACtB,mBAAmB,CAAC,IAAI,CAAC,CAAA;QAC3B,CAAC;QACD,wBAAwB,CAAC,CAAC,EAAE,eAAe,CAAC,CAAA;IAC9C,CAAC;IAED,IAAI,CAAC,iBAAiB,IAAI,CAAC,gBAAgB,EAAE,CAAC;QAC5C,OAAO,QAAQ,CAAA;IACjB,CAAC;IAED,MAAM,sCAAsC,GAA2C,OAAO,CAC5F,GAAG,EAAE,CACH,CAAC,CAAC,OAAO,CACP,CAAA,WAAW,aAAX,WAAW,uBAAX,WAAW,CAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CACvB,CAAC,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,GAAG,EAAE,EAAE;QACtC,MAAM,WAAW,GAAG,KAAK,KAAK,GAAG,CAAC,MAAM,GAAG,CAAC,CAAA;QAC5C,OAAO;YACL,GAAG,CAAC;YACJ,YAAY,EAAE,CAAC,CAAC,YAAY;YAC5B,UAAU,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS;YAClD,MAAM,EAAE,CAAC,CAAC,MAAM;SACjB,CAAA;IACH,CAAC,CAAC,CACH,KAAI,EAAE,EACP,kBAAkB,CACnB,EACH,CAAC,IAAI,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAC9B,CAAA;IAED,OAAO,CACL,oBAAC,iBAAiB,CAAC,QAAQ,IACzB,KAAK,EAAE;YACL,WAAW,EAAE,sCAAsC;YACnD,iBAAiB;YACjB,gBAAgB;YAChB,aAAa;YACb,gBAAgB;YAChB,gBAAgB;YAChB,mBAAmB;SACpB;QAED,8BAAM,WAAW,EAAE,WAAW;YAC5B,oBAAC,eAAe,OAAG;YAClB,QAAQ,CACJ,CACoB,CAC9B,CAAA;AACH,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ declare function ExamineExam(): React.JSX.Element;
3
+ declare const _default: React.MemoExoticComponent<typeof ExamineExam>;
4
+ export default _default;
5
+ //# sourceMappingURL=ExamineExam.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExamineExam.d.ts","sourceRoot":"","sources":["../../../src/components/exam/ExamineExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,iBAAS,WAAW,sBA4BnB;;AAED,wBAAsC"}
@@ -0,0 +1,20 @@
1
+ import React, { useContext } from 'react';
2
+ import { useExamTranslation } from '../../i18n';
3
+ import { ExamContext } from '../context/ExamContext';
4
+ function ExamineExam() {
5
+ const { examServerApi } = useContext(ExamContext);
6
+ const { examineExam } = examServerApi;
7
+ const { t } = useExamTranslation();
8
+ const goToInspectAnswers = () => {
9
+ if (!examineExam) {
10
+ return;
11
+ }
12
+ examineExam();
13
+ window.scrollTo(0, 0);
14
+ };
15
+ return (React.createElement("div", { className: "e-examine-exam" },
16
+ React.createElement("button", { className: "e-button", id: "examineExam", onClick: goToInspectAnswers, "aria-describedby": "examineExamInstructions" }, t('examine-exam.examine')),
17
+ React.createElement("div", { className: "e-examine-exam-instructions", id: "examineExamInstructions" }, t('examine-exam.instructions'))));
18
+ }
19
+ export default React.memo(ExamineExam);
20
+ //# sourceMappingURL=ExamineExam.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExamineExam.js","sourceRoot":"","sources":["../../../src/components/exam/ExamineExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAGpD,SAAS,WAAW;IAClB,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,WAAW,CAAC,CAAA;IACjD,MAAM,EAAE,WAAW,EAAE,GAAkB,aAAa,CAAA;IACpD,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC9B,IAAI,CAAC,WAAW,EAAE,CAAC;YACjB,OAAM;QACR,CAAC;QACD,WAAW,EAAE,CAAA;QACb,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACvB,CAAC,CAAA;IAED,OAAO,CACL,6BAAK,SAAS,EAAC,gBAAgB;QAC7B,gCACE,SAAS,EAAC,UAAU,EACpB,EAAE,EAAC,aAAa,EAChB,OAAO,EAAE,kBAAkB,sBACV,yBAAyB,IAEzC,CAAC,CAAC,sBAAsB,CAAC,CACnB;QACT,6BAAK,SAAS,EAAC,6BAA6B,EAAC,EAAE,EAAC,yBAAyB,IACtE,CAAC,CAAC,2BAA2B,CAAC,CAC3B,CACF,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,WAAW,CAAC,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ declare function FinishExam(): React.JSX.Element;
3
+ declare const _default: React.MemoExoticComponent<typeof FinishExam>;
4
+ export default _default;
5
+ //# sourceMappingURL=FinishExam.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FinishExam.d.ts","sourceRoot":"","sources":["../../../src/components/exam/FinishExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AAIzC,iBAAS,UAAU,sBAoBlB;;AAED,wBAAqC"}
@@ -0,0 +1,17 @@
1
+ import React, { useContext } from 'react';
2
+ import { useExamTranslation } from '../../i18n';
3
+ import { ExamContext } from '../context/ExamContext';
4
+ function FinishExam() {
5
+ const { examServerApi } = useContext(ExamContext);
6
+ const { finishExam } = examServerApi;
7
+ const { t } = useExamTranslation();
8
+ const goToInspectAnswers = () => {
9
+ finishExam();
10
+ window.scrollTo(0, 0);
11
+ };
12
+ return (React.createElement("div", { className: "e-finish-exam" },
13
+ React.createElement("button", { id: "finishExam", onClick: goToInspectAnswers, "aria-describedby": "finishExamInstructions" }, t('finish-exam.finish')),
14
+ React.createElement("div", { className: "e-finish-exam-instructions", id: "finishExamInstructions" }, t('finish-exam.instructions'))));
15
+ }
16
+ export default React.memo(FinishExam);
17
+ //# sourceMappingURL=FinishExam.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FinishExam.js","sourceRoot":"","sources":["../../../src/components/exam/FinishExam.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,YAAY,CAAA;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAEpD,SAAS,UAAU;IACjB,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,WAAW,CAAC,CAAA;IACjD,MAAM,EAAE,UAAU,EAAE,GAAG,aAAa,CAAA;IACpC,MAAM,EAAE,CAAC,EAAE,GAAG,kBAAkB,EAAE,CAAA;IAElC,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC9B,UAAU,EAAE,CAAA;QACZ,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;IACvB,CAAC,CAAA;IAED,OAAO,CACL,6BAAK,SAAS,EAAC,eAAe;QAC5B,gCAAQ,EAAE,EAAC,YAAY,EAAC,OAAO,EAAE,kBAAkB,sBAAmB,wBAAwB,IAC3F,CAAC,CAAC,oBAAoB,CAAC,CACjB;QACT,6BAAK,SAAS,EAAC,4BAA4B,EAAC,EAAE,EAAC,wBAAwB,IACpE,CAAC,CAAC,0BAA0B,CAAC,CAC1B,CACF,CACP,CAAA;AACH,CAAC;AAED,eAAe,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ export declare function onMouseDownForAnnotation(e: React.MouseEvent, mouseUpCallback: (e: any) => void): void;
3
+ export declare function hasTextSelectedInAnswerText(): boolean;
4
+ //# sourceMappingURL=reactAnnotation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactAnnotation.d.ts","sourceRoot":"","sources":["../../../src/components/grading/reactAnnotation.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,wBAAgB,wBAAwB,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,EAAE,eAAe,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,QAwB9F;AAED,wBAAgB,2BAA2B,IAAI,OAAO,CAoCrD"}
@@ -0,0 +1,54 @@
1
+ import { textAnnotationFromRange } from './editAnnotations';
2
+ export function onMouseDownForAnnotation(e, mouseUpCallback) {
3
+ function onWindowMouseUpAfterAnswerMouseDown(e) {
4
+ const target = e.target;
5
+ window.removeEventListener('mouseup', onWindowMouseUpAfterAnswerMouseDown);
6
+ // Text annotation
7
+ const selection = window.getSelection();
8
+ if (selection && hasTextSelectedInAnswerText()) {
9
+ const range = selection.getRangeAt(0);
10
+ const position = textAnnotationFromRange(target, range);
11
+ if (!position) {
12
+ return;
13
+ }
14
+ const selectedText = selection.toString();
15
+ mouseUpCallback({ ...position, selectedText, range: selection.getRangeAt(0) });
16
+ }
17
+ }
18
+ const isReadOnly = false;
19
+ // Do annotations only with left mouse buttons and when permitted
20
+ if (isReadOnly || e.button !== 0) {
21
+ return;
22
+ }
23
+ window.addEventListener('mouseup', onWindowMouseUpAfterAnswerMouseDown);
24
+ }
25
+ export function hasTextSelectedInAnswerText() {
26
+ const selection = window.getSelection();
27
+ return (selection !== null &&
28
+ selectionInAnswerText(selection) &&
29
+ (isRangeSelection(selection) || textSelectedInRange(selection)));
30
+ function selectionInAnswerText(sel) {
31
+ if (sel.type === 'None' || sel.type === 'Caret' || sel.rangeCount === 0) {
32
+ return false;
33
+ }
34
+ const startContainer = sel.getRangeAt(0).startContainer;
35
+ const endContainer = sel.getRangeAt(0).endContainer;
36
+ const startParent = startContainer.parentElement;
37
+ const endParent = endContainer.parentElement;
38
+ return sel.rangeCount > 0 && startParent === endParent;
39
+ }
40
+ function isRangeSelection(sel) {
41
+ return (sel === null || sel === void 0 ? void 0 : sel.type) === 'Range';
42
+ }
43
+ function textSelectedInRange(sel) {
44
+ const range = sel.getRangeAt(0);
45
+ return (!!sel.rangeCount &&
46
+ (range.toString().length > 0 ||
47
+ isParentContainer(range.startContainer) ||
48
+ isParentContainer(range.endContainer)));
49
+ }
50
+ function isParentContainer(container) {
51
+ return container.classList.contains('answer');
52
+ }
53
+ }
54
+ //# sourceMappingURL=reactAnnotation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reactAnnotation.js","sourceRoot":"","sources":["../../../src/components/grading/reactAnnotation.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAA;AAG3D,MAAM,UAAU,wBAAwB,CAAC,CAAmB,EAAE,eAAiC;IAC7F,SAAS,mCAAmC,CAAC,CAAa;QACxD,MAAM,MAAM,GAAG,CAAC,CAAC,MAAqB,CAAA;QACtC,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,mCAAmC,CAAC,CAAA;QAE1E,kBAAkB;QAClB,MAAM,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAA;QACvC,IAAI,SAAS,IAAI,2BAA2B,EAAE,EAAE,CAAC;YAC/C,MAAM,KAAK,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;YACrC,MAAM,QAAQ,GAAG,uBAAuB,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;YACvD,IAAI,CAAC,QAAQ,EAAE,CAAC;gBACd,OAAM;YACR,CAAC;YACD,MAAM,YAAY,GAAG,SAAS,CAAC,QAAQ,EAAE,CAAA;YACzC,eAAe,CAAC,EAAE,GAAG,QAAQ,EAAE,YAAY,EAAE,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,CAAA;QAChF,CAAC;IACH,CAAC;IAED,MAAM,UAAU,GAAG,KAAK,CAAA;IACxB,iEAAiE;IACjE,IAAI,UAAU,IAAI,CAAC,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACjC,OAAM;IACR,CAAC;IACD,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,mCAAmC,CAAC,CAAA;AACzE,CAAC;AAED,MAAM,UAAU,2BAA2B;IACzC,MAAM,SAAS,GAAG,MAAM,CAAC,YAAY,EAAE,CAAA;IACvC,OAAO,CACL,SAAS,KAAK,IAAI;QAClB,qBAAqB,CAAC,SAAS,CAAC;QAChC,CAAC,gBAAgB,CAAC,SAAS,CAAC,IAAI,mBAAmB,CAAC,SAAS,CAAC,CAAC,CAChE,CAAA;IAED,SAAS,qBAAqB,CAAC,GAAc;QAC3C,IAAI,GAAG,CAAC,IAAI,KAAK,MAAM,IAAI,GAAG,CAAC,IAAI,KAAK,OAAO,IAAI,GAAG,CAAC,UAAU,KAAK,CAAC,EAAE,CAAC;YACxE,OAAO,KAAK,CAAA;QACd,CAAC;QACD,MAAM,cAAc,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,cAAc,CAAA;QACvD,MAAM,YAAY,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,YAAY,CAAA;QACnD,MAAM,WAAW,GAAG,cAAc,CAAC,aAAa,CAAA;QAChD,MAAM,SAAS,GAAG,YAAY,CAAC,aAAa,CAAA;QAC5C,OAAO,GAAG,CAAC,UAAU,GAAG,CAAC,IAAI,WAAW,KAAK,SAAS,CAAA;IACxD,CAAC;IAED,SAAS,gBAAgB,CAAC,GAAc;QACtC,OAAO,CAAA,GAAG,aAAH,GAAG,uBAAH,GAAG,CAAE,IAAI,MAAK,OAAO,CAAA;IAC9B,CAAC;IAED,SAAS,mBAAmB,CAAC,GAAc;QACzC,MAAM,KAAK,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAA;QAC/B,OAAO,CACL,CAAC,CAAC,GAAG,CAAC,UAAU;YAChB,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,MAAM,GAAG,CAAC;gBAC1B,iBAAiB,CAAC,KAAK,CAAC,cAAyB,CAAC;gBAClD,iBAAiB,CAAC,KAAK,CAAC,YAAuB,CAAC,CAAC,CACpD,CAAA;IACH,CAAC;IAED,SAAS,iBAAiB,CAAC,SAAkB;QAC3C,OAAO,SAAS,CAAC,SAAS,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAAA;IAC/C,CAAC;AACH,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAA;AA2BnD,iBAAS,0BAA0B,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,qBA0BpE;AAED,eAAe,0BAA0B,CAAA"}
1
+ {"version":3,"file":"EditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAA;AAkCnD,iBAAS,0BAA0B,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,qBAoCpE;AAED,eAAe,0BAA0B,CAAA"}