@digabi/exam-engine-core 22.1.3-alpha.2 → 22.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
  2. package/dist/components/context/GradingInstructionContext.d.ts +6 -11
  3. package/dist/components/context/GradingInstructionContext.d.ts.map +1 -1
  4. package/dist/components/context/GradingInstructionContext.js.map +1 -1
  5. package/dist/components/exam/DNDAnswer.d.ts +4 -0
  6. package/dist/components/exam/DNDAnswer.d.ts.map +1 -0
  7. package/dist/components/exam/DNDAnswer.js +36 -0
  8. package/dist/components/exam/DNDAnswer.js.map +1 -0
  9. package/dist/components/exam/DragAndDrop.d.ts +3 -0
  10. package/dist/components/exam/DragAndDrop.d.ts.map +1 -0
  11. package/dist/components/exam/DragAndDrop.js +7 -0
  12. package/dist/components/exam/DragAndDrop.js.map +1 -0
  13. package/dist/components/exam/NativeDND.d.ts +3 -0
  14. package/dist/components/exam/NativeDND.d.ts.map +1 -0
  15. package/dist/components/exam/NativeDND.js +75 -0
  16. package/dist/components/exam/NativeDND.js.map +1 -0
  17. package/dist/components/grading/AnnotatableGradingAnswer.d.ts +4 -0
  18. package/dist/components/grading/AnnotatableGradingAnswer.d.ts.map +1 -0
  19. package/dist/components/grading/AnnotatableGradingAnswer.js +24 -0
  20. package/dist/components/grading/AnnotatableGradingAnswer.js.map +1 -0
  21. package/dist/components/grading/GradingAnswer.d.ts.map +1 -1
  22. package/dist/components/grading/GradingAnswer.js +38 -16
  23. package/dist/components/grading/GradingAnswer.js.map +1 -1
  24. package/dist/components/grading-instructions/AnswerGradingInstruction.d.ts.map +1 -1
  25. package/dist/components/grading-instructions/AnswerGradingInstruction.js +4 -3
  26. package/dist/components/grading-instructions/AnswerGradingInstruction.js.map +1 -1
  27. package/dist/components/grading-instructions/GradingInstructionProvider.d.ts +1 -1
  28. package/dist/components/grading-instructions/GradingInstructionProvider.d.ts.map +1 -1
  29. package/dist/components/grading-instructions/GradingInstructionProvider.js +1 -4
  30. package/dist/components/grading-instructions/GradingInstructionProvider.js.map +1 -1
  31. package/dist/components/grading-instructions/GradingInstructions.d.ts +6 -2
  32. package/dist/components/grading-instructions/GradingInstructions.d.ts.map +1 -1
  33. package/dist/components/grading-instructions/GradingInstructions.js +2 -3
  34. package/dist/components/grading-instructions/GradingInstructions.js.map +1 -1
  35. package/dist/components/shared/AnnotationWrapper.d.ts +5 -0
  36. package/dist/components/shared/AnnotationWrapper.d.ts.map +1 -0
  37. package/dist/components/shared/AnnotationWrapper.js +24 -0
  38. package/dist/components/shared/AnnotationWrapper.js.map +1 -0
  39. package/dist/components/shared/Mark.d.ts +9 -0
  40. package/dist/components/shared/Mark.d.ts.map +1 -0
  41. package/dist/components/shared/Mark.js +14 -0
  42. package/dist/components/shared/Mark.js.map +1 -0
  43. package/dist/components/shared/Popup.js +2 -2
  44. package/dist/components/shared/Popup.js.map +1 -1
  45. package/dist/dom-utils.d.ts.map +1 -1
  46. package/dist/dom-utils.js +4 -2
  47. package/dist/dom-utils.js.map +1 -1
  48. package/dist/i18n/fi-FI.d.ts +1 -0
  49. package/dist/i18n/fi-FI.d.ts.map +1 -1
  50. package/dist/i18n/fi-FI.js +2 -1
  51. package/dist/i18n/fi-FI.js.map +1 -1
  52. package/dist/i18n/sv-FI.d.ts.map +1 -1
  53. package/dist/i18n/sv-FI.js +2 -1
  54. package/dist/i18n/sv-FI.js.map +1 -1
  55. package/dist/index.d.ts +1 -0
  56. package/dist/index.d.ts.map +1 -1
  57. package/dist/index.js +1 -0
  58. package/dist/index.js.map +1 -1
  59. package/dist/main-bundle.js +1 -1
  60. package/dist/main.css +1 -1
  61. package/package.json +4 -12
  62. package/dist/__tests__/EditableGradingInstruction.test.d.ts +0 -2
  63. package/dist/__tests__/EditableGradingInstruction.test.d.ts.map +0 -1
  64. package/dist/__tests__/EditableGradingInstruction.test.js +0 -171
  65. package/dist/__tests__/EditableGradingInstruction.test.js.map +0 -1
  66. package/dist/__tests__/FormatButton.test.d.ts +0 -2
  67. package/dist/__tests__/FormatButton.test.d.ts.map +0 -1
  68. package/dist/__tests__/FormatButton.test.js +0 -94
  69. package/dist/__tests__/FormatButton.test.js.map +0 -1
  70. package/dist/__tests__/editor/Formula.test.d.ts +0 -2
  71. package/dist/__tests__/editor/Formula.test.d.ts.map +0 -1
  72. package/dist/__tests__/editor/Formula.test.js +0 -43
  73. package/dist/__tests__/editor/Formula.test.js.map +0 -1
  74. package/dist/__tests__/editor/br.test.d.ts +0 -2
  75. package/dist/__tests__/editor/br.test.d.ts.map +0 -1
  76. package/dist/__tests__/editor/br.test.js +0 -43
  77. package/dist/__tests__/editor/br.test.js.map +0 -1
  78. package/dist/__tests__/editor/hr.test.d.ts +0 -2
  79. package/dist/__tests__/editor/hr.test.d.ts.map +0 -1
  80. package/dist/__tests__/editor/hr.test.js +0 -43
  81. package/dist/__tests__/editor/hr.test.js.map +0 -1
  82. package/dist/__tests__/editor/nbsp.test.d.ts +0 -2
  83. package/dist/__tests__/editor/nbsp.test.d.ts.map +0 -1
  84. package/dist/__tests__/editor/nbsp.test.js +0 -59
  85. package/dist/__tests__/editor/nbsp.test.js.map +0 -1
  86. package/dist/__tests__/editor/noWrap.test.d.ts +0 -2
  87. package/dist/__tests__/editor/noWrap.test.d.ts.map +0 -1
  88. package/dist/__tests__/editor/noWrap.test.js +0 -62
  89. package/dist/__tests__/editor/noWrap.test.js.map +0 -1
  90. package/dist/__tests__/utils/ProseMirrorWrapper.d.ts +0 -8
  91. package/dist/__tests__/utils/ProseMirrorWrapper.d.ts.map +0 -1
  92. package/dist/__tests__/utils/ProseMirrorWrapper.js +0 -44
  93. package/dist/__tests__/utils/ProseMirrorWrapper.js.map +0 -1
  94. package/dist/__tests__/utils/prosemirror.d.ts +0 -3
  95. package/dist/__tests__/utils/prosemirror.d.ts.map +0 -1
  96. package/dist/__tests__/utils/prosemirror.js +0 -38
  97. package/dist/__tests__/utils/prosemirror.js.map +0 -1
  98. package/dist/__tests__/utils/renderEditableGradingInstruction.d.ts +0 -2
  99. package/dist/__tests__/utils/renderEditableGradingInstruction.d.ts.map +0 -1
  100. package/dist/__tests__/utils/renderEditableGradingInstruction.js +0 -16
  101. package/dist/__tests__/utils/renderEditableGradingInstruction.js.map +0 -1
  102. package/dist/components/Localization.d.ts +0 -5
  103. package/dist/components/Localization.d.ts.map +0 -1
  104. package/dist/components/Localization.js +0 -9
  105. package/dist/components/Localization.js.map +0 -1
  106. package/dist/components/grading-instructions/EditableGradingInstruction.d.ts +0 -6
  107. package/dist/components/grading-instructions/EditableGradingInstruction.d.ts.map +0 -1
  108. package/dist/components/grading-instructions/EditableGradingInstruction.js +0 -87
  109. package/dist/components/grading-instructions/EditableGradingInstruction.js.map +0 -1
  110. package/dist/components/grading-instructions/GradingInstruction.d.ts +0 -7
  111. package/dist/components/grading-instructions/GradingInstruction.d.ts.map +0 -1
  112. package/dist/components/grading-instructions/GradingInstruction.js +0 -9
  113. package/dist/components/grading-instructions/GradingInstruction.js.map +0 -1
  114. package/dist/components/grading-instructions/editor/CurrentElement.d.ts +0 -2
  115. package/dist/components/grading-instructions/editor/CurrentElement.d.ts.map +0 -1
  116. package/dist/components/grading-instructions/editor/CurrentElement.js +0 -8
  117. package/dist/components/grading-instructions/editor/CurrentElement.js.map +0 -1
  118. package/dist/components/grading-instructions/editor/CurrentLocalization.d.ts +0 -5
  119. package/dist/components/grading-instructions/editor/CurrentLocalization.d.ts.map +0 -1
  120. package/dist/components/grading-instructions/editor/CurrentLocalization.js +0 -17
  121. package/dist/components/grading-instructions/editor/CurrentLocalization.js.map +0 -1
  122. package/dist/components/grading-instructions/editor/FormatButton.d.ts +0 -8
  123. package/dist/components/grading-instructions/editor/FormatButton.d.ts.map +0 -1
  124. package/dist/components/grading-instructions/editor/FormatButton.js +0 -23
  125. package/dist/components/grading-instructions/editor/FormatButton.js.map +0 -1
  126. package/dist/components/grading-instructions/editor/Formula.d.ts +0 -17
  127. package/dist/components/grading-instructions/editor/Formula.d.ts.map +0 -1
  128. package/dist/components/grading-instructions/editor/Formula.js +0 -81
  129. package/dist/components/grading-instructions/editor/Formula.js.map +0 -1
  130. package/dist/components/grading-instructions/editor/FormulaPopup.d.ts +0 -7
  131. package/dist/components/grading-instructions/editor/FormulaPopup.d.ts.map +0 -1
  132. package/dist/components/grading-instructions/editor/FormulaPopup.js +0 -49
  133. package/dist/components/grading-instructions/editor/FormulaPopup.js.map +0 -1
  134. package/dist/components/grading-instructions/editor/Localization.d.ts +0 -3
  135. package/dist/components/grading-instructions/editor/Localization.d.ts.map +0 -1
  136. package/dist/components/grading-instructions/editor/Localization.js +0 -36
  137. package/dist/components/grading-instructions/editor/Localization.js.map +0 -1
  138. package/dist/components/grading-instructions/editor/NBSP.d.ts +0 -4
  139. package/dist/components/grading-instructions/editor/NBSP.d.ts.map +0 -1
  140. package/dist/components/grading-instructions/editor/NBSP.js +0 -17
  141. package/dist/components/grading-instructions/editor/NBSP.js.map +0 -1
  142. package/dist/components/grading-instructions/editor/Table.d.ts +0 -5
  143. package/dist/components/grading-instructions/editor/Table.d.ts.map +0 -1
  144. package/dist/components/grading-instructions/editor/Table.js +0 -181
  145. package/dist/components/grading-instructions/editor/Table.js.map +0 -1
  146. package/dist/components/grading-instructions/editor/localizatio.d.ts +0 -3
  147. package/dist/components/grading-instructions/editor/localizatio.d.ts.map +0 -1
  148. package/dist/components/grading-instructions/editor/localizatio.js +0 -36
  149. package/dist/components/grading-instructions/editor/localizatio.js.map +0 -1
  150. package/dist/components/grading-instructions/editor/localizationSpan.d.ts +0 -3
  151. package/dist/components/grading-instructions/editor/localizationSpan.d.ts.map +0 -1
  152. package/dist/components/grading-instructions/editor/localizationSpan.js +0 -36
  153. package/dist/components/grading-instructions/editor/localizationSpan.js.map +0 -1
  154. package/dist/components/grading-instructions/editor/spanWithNowrap.d.ts +0 -3
  155. package/dist/components/grading-instructions/editor/spanWithNowrap.d.ts.map +0 -1
  156. package/dist/components/grading-instructions/editor/spanWithNowrap.js +0 -19
  157. package/dist/components/grading-instructions/editor/spanWithNowrap.js.map +0 -1
  158. package/dist/components/grading-instructions/editor/spanWithPath.d.ts +0 -3
  159. package/dist/components/grading-instructions/editor/spanWithPath.d.ts.map +0 -1
  160. package/dist/components/grading-instructions/editor/spanWithPath.js +0 -24
  161. package/dist/components/grading-instructions/editor/spanWithPath.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"noWrap.test.js","sourceRoot":"","sources":["../../../__tests__/editor/noWrap.test.tsx"],"names":[],"mappings":"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"}
@@ -1,8 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,44 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,3 +0,0 @@
1
- export declare function mockCreateRange(): () => () => Range;
2
- export declare function promisifiedFireEventInput(element: Element, options: object): Promise<void>;
3
- //# sourceMappingURL=prosemirror.d.ts.map
@@ -1 +0,0 @@
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"}
@@ -1,38 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,2 +0,0 @@
1
- export declare function renderGradingInstruction(inputData: string, onContentChangeMock?: () => void): import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
2
- //# sourceMappingURL=renderEditableGradingInstruction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"renderEditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../__tests__/utils/renderEditableGradingInstruction.tsx"],"names":[],"mappings":"AAKA,wBAAgB,wBAAwB,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,aAAW,gIAWzF"}
@@ -1,16 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.renderGradingInstruction = renderGradingInstruction;
7
- const react_1 = require("@testing-library/react");
8
- const GradingInstructionProvider_1 = require("../../src/components/grading-instructions/GradingInstructionProvider");
9
- const EditableGradingInstruction_1 = __importDefault(require("../../src/components/grading-instructions/EditableGradingInstruction"));
10
- const react_2 = __importDefault(require("react"));
11
- function renderGradingInstruction(inputData, onContentChangeMock = () => { }) {
12
- const doc = new DOMParser().parseFromString(inputData, 'text/html');
13
- return (0, react_1.render)(react_2.default.createElement(GradingInstructionProvider_1.GradingInstructionProvider, { editable: true, onContentChange: onContentChangeMock, saveScreenshot: () => Promise.resolve('') },
14
- react_2.default.createElement(EditableGradingInstruction_1.default, { element: doc.documentElement })));
15
- }
16
- //# sourceMappingURL=renderEditableGradingInstruction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"renderEditableGradingInstruction.js","sourceRoot":"","sources":["../../../__tests__/utils/renderEditableGradingInstruction.tsx"],"names":[],"mappings":";;;;;AAKA,4DAWC;AAhBD,kDAA+C;AAC/C,qHAAiH;AACjH,sIAA6G;AAC7G,kDAAyB;AAEzB,SAAgB,wBAAwB,CAAC,SAAiB,EAAE,mBAAmB,GAAG,GAAG,EAAE,GAAE,CAAC;IACxF,MAAM,GAAG,GAAG,IAAI,SAAS,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,WAAW,CAAC,CAAA;IACnE,OAAO,IAAA,cAAM,EACX,8BAAC,uDAA0B,IACzB,QAAQ,EAAE,IAAI,EACd,eAAe,EAAE,mBAAmB,EACpC,cAAc,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,CAAC;QAEzC,8BAAC,oCAA0B,IAAC,OAAO,EAAE,GAAG,CAAC,eAAe,GAAI,CACjC,CAC9B,CAAA;AACH,CAAC"}
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { ExamComponentProps } from '../createRenderChildNodes';
3
- declare const Localization: React.FunctionComponent<ExamComponentProps>;
4
- export default Localization;
5
- //# sourceMappingURL=Localization.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Localization.d.ts","sourceRoot":"","sources":["../../src/components/Localization.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAA;AACzC,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAA;AAI9D,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CAW7D,CAAA;AACD,eAAe,YAAY,CAAA"}
@@ -1,9 +0,0 @@
1
- import React, { useContext } from 'react';
2
- import { GradingInstructionContext } from './context/GradingInstructionContext';
3
- import EditableGradingInstruction from './grading-instructions/EditableGradingInstruction';
4
- const Localization = ({ element, renderChildNodes }) => {
5
- const { editable } = useContext(GradingInstructionContext);
6
- return (React.createElement("div", { className: "e-exam-grading-instruction-localization notification e-pad-4", "data-annotation-anchor": "exam-grading-instruction-localization" }, editable ? React.createElement(EditableGradingInstruction, { element: element }) : renderChildNodes(element)));
7
- };
8
- export default Localization;
9
- //# sourceMappingURL=Localization.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Localization.js","sourceRoot":"","sources":["../../src/components/Localization.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,UAAU,EAAE,MAAM,OAAO,CAAA;AAEzC,OAAO,EAAE,yBAAyB,EAAE,MAAM,qCAAqC,CAAA;AAC/E,OAAO,0BAA0B,MAAM,mDAAmD,CAAA;AAE1F,MAAM,YAAY,GAAgD,CAAC,EAAE,OAAO,EAAE,gBAAgB,EAAE,EAAE,EAAE;IAClG,MAAM,EAAE,QAAQ,EAAE,GAAG,UAAU,CAAC,yBAAyB,CAAC,CAAA;IAE1D,OAAO,CACL,6BACE,SAAS,EAAC,8DAA8D,4BACjD,uCAAuC,IAE7D,QAAQ,CAAC,CAAC,CAAC,oBAAC,0BAA0B,IAAC,OAAO,EAAE,OAAO,GAAI,CAAC,CAAC,CAAC,gBAAgB,CAAC,OAAO,CAAC,CACpF,CACP,CAAA;AACH,CAAC,CAAA;AACD,eAAe,YAAY,CAAA"}
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- declare function EditableGradingInstruction({ element }: {
3
- element: Element;
4
- }): React.JSX.Element;
5
- export default EditableGradingInstruction;
6
- //# sourceMappingURL=EditableGradingInstruction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditableGradingInstruction.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAA;AA8CnD,iBAAS,0BAA0B,CAAC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,OAAO,CAAA;CAAE,qBAkEpE;AAED,eAAe,0BAA0B,CAAA"}
@@ -1,87 +0,0 @@
1
- import React, { useContext, useState } from 'react';
2
- import { schema as baseSchema } from 'prosemirror-schema-basic';
3
- import { EditorState } from 'prosemirror-state';
4
- import { baseKeymap } from 'prosemirror-commands';
5
- import { GradingInstructionContext } from '../context/GradingInstructionContext';
6
- import { ProseMirror } from '@nytimes/react-prosemirror';
7
- import { DOMParser as ProseDOMParser, DOMSerializer, Schema } from 'prosemirror-model';
8
- import { keymap } from 'prosemirror-keymap';
9
- import { FormulaButton, formulaOutputSchema, FormulaPlugin, formulaSchema } from './editor/Formula';
10
- import { TableMenu, tableSchema } from './editor/Table';
11
- import { FormulaPopup } from './editor/FormulaPopup';
12
- import FormatButton from './editor/FormatButton';
13
- import { NbspButton, nbspPlugin } from './editor/NBSP';
14
- import { spanWithNowrap } from './editor/spanWithNowrap';
15
- import { localization } from './editor/localization';
16
- import { CurrentLocalization } from './editor/CurrentLocalization';
17
- const schema = new Schema({
18
- nodes: baseSchema.spec.nodes.append(formulaSchema).append(tableSchema),
19
- marks: baseSchema.spec.marks.append(spanWithNowrap).append(localization(true))
20
- });
21
- const outputSchema = new Schema({
22
- nodes: baseSchema.spec.nodes.append(formulaOutputSchema).append(tableSchema),
23
- marks: baseSchema.spec.marks.append(spanWithNowrap).append(localization(false))
24
- });
25
- function Menu({ setFormulaState, currentElement }) {
26
- return (React.createElement("div", { className: "ProseMirror-menu" },
27
- React.createElement(FormatButton, { markName: "strong", displayName: "Bold" }),
28
- React.createElement(FormatButton, { markName: "em", displayName: "Italic" }),
29
- React.createElement(TableMenu, null),
30
- React.createElement(FormulaButton, { setFormulaState: setFormulaState }),
31
- React.createElement(NbspButton, null),
32
- React.createElement(CurrentLocalization, { currentElement: currentElement })));
33
- }
34
- function EditableGradingInstruction({ element }) {
35
- const { onContentChange } = useContext(GradingInstructionContext);
36
- const doc = ProseDOMParser.fromSchema(schema).parse(element);
37
- const [mount, setMount] = useState(null);
38
- const [formulaState, setFormulaState] = useState(null);
39
- const formulaPlugin = new FormulaPlugin(setFormulaState);
40
- const [state, setState] = useState(EditorState.create({ schema, doc, plugins: [keymap(baseKeymap), formulaPlugin, nbspPlugin] }));
41
- const [currentElement, setCurrentElement] = useState(null);
42
- function findElementFromPosition(rootNode, pos) {
43
- var _a;
44
- if (rootNode == null) {
45
- return null;
46
- }
47
- const node = rootNode.nodeAt(pos);
48
- if (!node) {
49
- return null;
50
- }
51
- const serializedNode = DOMSerializer.fromSchema(outputSchema).serializeNode(node);
52
- const element = serializedNode;
53
- if (((_a = element.tagName) === null || _a === void 0 ? void 0 : _a.toLowerCase()) == 'e:localization') {
54
- return element;
55
- }
56
- const parent = serializedNode.parentNode;
57
- return findElementFromPosition(parent, pos);
58
- }
59
- return (React.createElement(ProseMirror, { mount: mount, state: state, dispatchTransaction: tr => {
60
- setCurrentElement(findElementFromPosition(tr.doc, tr.selection.from));
61
- setState(s => {
62
- var _a;
63
- const newContent = s.apply(tr);
64
- if (tr.docChanged) {
65
- const fragment = DOMSerializer.fromSchema(outputSchema).serializeFragment(tr.doc.content);
66
- const div = document.createElement('div');
67
- div.appendChild(fragment);
68
- const path = (_a = element.getAttribute('path')) !== null && _a !== void 0 ? _a : '';
69
- if (onContentChange) {
70
- const nbspFixed = div.innerHTML
71
- .replace(/&nbsp;/g, '&#160;')
72
- .replace(/<br>/g, '<br/>')
73
- .replace(/<hr>/g, '<hr/>');
74
- onContentChange(nbspFixed, path);
75
- }
76
- }
77
- return newContent;
78
- });
79
- } },
80
- React.createElement(Menu, { setFormulaState: setFormulaState, currentElement: currentElement }),
81
- React.createElement("div", { ref: setMount }),
82
- formulaState && (React.createElement(FormulaPopup, { state: formulaState, onFinish: () => {
83
- setFormulaState(null);
84
- } }))));
85
- }
86
- export default EditableGradingInstruction;
87
- //# sourceMappingURL=EditableGradingInstruction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditableGradingInstruction.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/EditableGradingInstruction.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- declare const GradingInstruction: React.FunctionComponent<{
3
- element: Element;
4
- instructionType: string;
5
- }>;
6
- export default GradingInstruction;
7
- //# sourceMappingURL=GradingInstruction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GradingInstruction.d.ts","sourceRoot":"","sources":["../../../src/components/grading-instructions/GradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAQzB,QAAA,MAAM,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,eAAe,EAAE,MAAM,CAAA;CAAE,CAO9F,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -1,9 +0,0 @@
1
- import React from 'react';
2
- import { createRenderChildNodes } from '../../createRenderChildNodes';
3
- import Localization from '../Localization';
4
- const renderChildNodes = createRenderChildNodes({
5
- 'e:localization': Localization
6
- });
7
- const GradingInstruction = ({ element, instructionType }) => (React.createElement("div", { className: `${instructionType} e-multiline-results-text-answer e-mrg-b-2 e-pad-l-2` }, renderChildNodes(element)));
8
- export default GradingInstruction;
9
- //# sourceMappingURL=GradingInstruction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GradingInstruction.js","sourceRoot":"","sources":["../../../src/components/grading-instructions/GradingInstruction.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAA;AACrE,OAAO,YAAY,MAAM,iBAAiB,CAAA;AAE1C,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;IAC9C,gBAAgB,EAAE,YAAY;CAC/B,CAAC,CAAA;AAEF,MAAM,kBAAkB,GAA2E,CAAC,EAClG,OAAO,EACP,eAAe,EAChB,EAAE,EAAE,CAAC,CACJ,6BAAK,SAAS,EAAE,GAAG,eAAe,sDAAsD,IACrF,gBAAgB,CAAC,OAAO,CAAC,CACtB,CACP,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=CurrentElement.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CurrentElement.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/CurrentElement.tsx"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- function CurrentElement({ currentElement }) {
3
- return (React.createElement("div", null,
4
- props.currentElement.getAttribute('lang'),
5
- " ",
6
- props.currentElement.getAttribute('exam-type')));
7
- }
8
- //# sourceMappingURL=CurrentElement.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CurrentElement.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/CurrentElement.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,SAAS,cAAc,CAAC,EAAE,cAAc,EAAsC;IAC5E,OAAO,CACL;QACG,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,MAAM,CAAC;;QAAG,KAAK,CAAC,cAAc,CAAC,YAAY,CAAC,WAAW,CAAC,CACvF,CACP,CAAA;AACH,CAAC"}
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- export declare function CurrentLocalization({ currentElement }: {
3
- currentElement: Element | null;
4
- }): React.JSX.Element;
5
- //# sourceMappingURL=CurrentLocalization.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CurrentLocalization.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/CurrentLocalization.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,wBAAgB,mBAAmB,CAAC,EAAE,cAAc,EAAE,EAAE;IAAE,cAAc,EAAE,OAAO,GAAG,IAAI,CAAA;CAAE,qBAYzF"}
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- export function CurrentLocalization({ currentElement }) {
3
- var _a;
4
- const locale = currentElement === null || currentElement === void 0 ? void 0 : currentElement.getAttribute('lang');
5
- const lang = (_a = locale === null || locale === void 0 ? void 0 : locale.split('-')[0]) === null || _a === void 0 ? void 0 : _a.toUpperCase();
6
- const examType = currentElement === null || currentElement === void 0 ? void 0 : currentElement.getAttribute('exam-type');
7
- return (React.createElement("span", { className: "element-target" },
8
- React.createElement("span", null, "Kohdennus:"),
9
- React.createElement("span", { className: "enabled" }, lang ? `${lang} yleinen` : 'Yleinen'),
10
- React.createElement("span", { className: examType == 'hearing-impaired' ? 'enabled' : 'disabled' },
11
- lang,
12
- " / KV"),
13
- React.createElement("span", { className: examType == 'visually-impaired' ? 'enabled' : 'disabled' },
14
- lang,
15
- " / NV")));
16
- }
17
- //# sourceMappingURL=CurrentLocalization.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CurrentLocalization.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/CurrentLocalization.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,UAAU,mBAAmB,CAAC,EAAE,cAAc,EAAsC;;IACxF,MAAM,MAAM,GAAG,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,YAAY,CAAC,MAAM,CAAC,CAAA;IACnD,MAAM,IAAI,GAAG,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,0CAAE,WAAW,EAAE,CAAA;IACjD,MAAM,QAAQ,GAAG,cAAc,aAAd,cAAc,uBAAd,cAAc,CAAE,YAAY,CAAC,WAAW,CAAC,CAAA;IAC1D,OAAO,CACL,8BAAM,SAAS,EAAC,gBAAgB;QAC9B,+CAAuB;QACvB,8BAAM,SAAS,EAAC,SAAS,IAAE,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,UAAU,CAAC,CAAC,CAAC,SAAS,CAAQ;QACvE,8BAAM,SAAS,EAAE,QAAQ,IAAI,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,UAAU;YAAG,IAAI;oBAAa;QAC5F,8BAAM,SAAS,EAAE,QAAQ,IAAI,mBAAmB,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,UAAU;YAAG,IAAI;oBAAa,CACxF,CACR,CAAA;AACH,CAAC"}
@@ -1,8 +0,0 @@
1
- import React from 'react';
2
- interface Props {
3
- markName: string;
4
- displayName: string;
5
- }
6
- declare function FormatButton({ markName, displayName }: Props): React.JSX.Element;
7
- export default FormatButton;
8
- //# sourceMappingURL=FormatButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormatButton.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,UAAU,KAAK;IACb,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,MAAM,CAAA;CACpB;AAID,iBAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,KAAK,qBAuBrD;AAED,eAAe,YAAY,CAAA"}
@@ -1,23 +0,0 @@
1
- import { useEditorEventCallback, useEditorState } from '@nytimes/react-prosemirror';
2
- import { toggleMark } from 'prosemirror-commands';
3
- import React, { useEffect, useState } from 'react';
4
- const getMarkType = (state, markName) => state.schema.marks[markName];
5
- function FormatButton({ markName, displayName }) {
6
- const editorState = useEditorState();
7
- const [isActive, setIsActive] = useState(false);
8
- const onClick = useEditorEventCallback(view => {
9
- const { state } = view;
10
- const toggleFormatMark = toggleMark(getMarkType(state, markName));
11
- toggleFormatMark(state, view.dispatch, view);
12
- view.focus();
13
- });
14
- useEffect(() => {
15
- const isTextFormatActive = editorState.storedMarks
16
- ? getMarkType(editorState, markName).isInSet(editorState.storedMarks) // is next input going to be marked?
17
- : getMarkType(editorState, markName).isInSet(editorState.selection.$to.marks()); // is current input marked?
18
- setIsActive(!!isTextFormatActive);
19
- }, [editorState]);
20
- return (React.createElement("button", { onClick: onClick, style: { fontWeight: isActive ? 'bold' : 'normal' } }, displayName));
21
- }
22
- export default FormatButton;
23
- //# sourceMappingURL=FormatButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormatButton.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormatButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAA;AACnF,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAGjD,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAA;AAOlD,MAAM,WAAW,GAAG,CAAC,KAAkB,EAAE,QAAgB,EAAY,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAA;AAEpG,SAAS,YAAY,CAAC,EAAE,QAAQ,EAAE,WAAW,EAAS;IACpD,MAAM,WAAW,GAAG,cAAc,EAAE,CAAA;IACpC,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAA;IAE/C,MAAM,OAAO,GAAG,sBAAsB,CAAC,IAAI,CAAC,EAAE;QAC5C,MAAM,EAAE,KAAK,EAAE,GAAG,IAAI,CAAA;QACtB,MAAM,gBAAgB,GAAG,UAAU,CAAC,WAAW,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAA;QACjE,gBAAgB,CAAC,KAAK,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAA;QAC5C,IAAI,CAAC,KAAK,EAAE,CAAA;IACd,CAAC,CAAC,CAAA;IAEF,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,kBAAkB,GAAG,WAAW,CAAC,WAAW;YAChD,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,WAAW,CAAC,CAAC,oCAAoC;YAC1G,CAAC,CAAC,WAAW,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAA,CAAC,2BAA2B;QAC7G,WAAW,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAA;IACnC,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAA;IAEjB,OAAO,CACL,gCAAQ,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,EAAE,IAC1E,WAAW,CACL,CACV,CAAA;AACH,CAAC;AAED,eAAe,YAAY,CAAA"}
@@ -1,17 +0,0 @@
1
- import { Plugin } from 'prosemirror-state';
2
- import { NodeSpec } from 'prosemirror-model';
3
- import React from 'react';
4
- export type FormulaEditorState = {
5
- pos: number;
6
- latex: string;
7
- element: Element;
8
- };
9
- export declare const formulaSchema: NodeSpec;
10
- export declare const formulaOutputSchema: NodeSpec;
11
- export declare function FormulaButton(props: {
12
- setFormulaState: (values: FormulaEditorState) => void;
13
- }): React.JSX.Element;
14
- export declare class FormulaPlugin extends Plugin {
15
- constructor(updateFormulaState: (values: FormulaEditorState) => void);
16
- }
17
- //# sourceMappingURL=Formula.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Formula.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAA0B,MAAM,mBAAmB,CAAA;AAElE,OAAO,EAAiC,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAE3E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,MAAM,kBAAkB,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAA;CAAE,CAAA;AAEjF,eAAO,MAAM,aAAa,EAAE,QA6B3B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,QASjC,CAAA;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE;IAAE,eAAe,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI,CAAA;CAAE,qBAoB7F;AAED,qBAAa,aAAc,SAAQ,MAAM;gBAC3B,kBAAkB,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,IAAI;CAmBrE"}
@@ -1,81 +0,0 @@
1
- import { Plugin, PluginKey } from 'prosemirror-state';
2
- import { Fragment } from 'prosemirror-model';
3
- import { useEditorEventCallback } from '@nytimes/react-prosemirror';
4
- import React from 'react';
5
- export const formulaSchema = {
6
- formula: {
7
- inline: true,
8
- group: 'inline',
9
- atom: true,
10
- attrs: {
11
- latex: {},
12
- mode: { default: '' }
13
- },
14
- parseDOM: [
15
- {
16
- tag: '[data-editor-id=e-formula]',
17
- getAttrs(dom) {
18
- return {
19
- latex: dom.textContent,
20
- mode: dom.getAttribute('mode')
21
- };
22
- }
23
- }
24
- ],
25
- toDOM(node) {
26
- const container = document.createElement('img');
27
- if (node.attrs.latex) {
28
- container.setAttribute('alt', node.attrs.latex);
29
- container.setAttribute('src', `/math.svg?latex=${encodeURIComponent(node.attrs.latex)}`);
30
- }
31
- return container;
32
- }
33
- }
34
- };
35
- export const formulaOutputSchema = {
36
- formula: {
37
- ...formulaSchema.formula,
38
- toDOM(node) {
39
- const container = document.createElement('span');
40
- container.innerHTML = `<e:formula ${node.attrs.mode ? `mode="${node.attrs.mode}"` : ''}>${node.attrs.latex}</e:formula>`;
41
- return container.firstElementChild;
42
- }
43
- }
44
- };
45
- export function FormulaButton(props) {
46
- const onClick = useEditorEventCallback(view => {
47
- const transaction = view.state.tr;
48
- const formula = view.state.schema.nodes.formula.create({ latex: '' }, Fragment.empty);
49
- if (view.dispatch) {
50
- view.dispatch(transaction.insert(view.state.selection.to, formula).scrollIntoView());
51
- const pos = view.state.selection.to - formula.nodeSize;
52
- const element = view.nodeDOM(pos);
53
- if (element instanceof Element) {
54
- props.setFormulaState({ pos, latex: '', element });
55
- }
56
- }
57
- });
58
- return (React.createElement("button", { onClick: onClick, "data-testid": "add-formula" }, "Lis\u00E4\u00E4 kaava"));
59
- }
60
- export class FormulaPlugin extends Plugin {
61
- constructor(updateFormulaState) {
62
- super({
63
- key: new PluginKey('Formula'),
64
- props: {
65
- handleClick(view, pos) {
66
- const { state } = view;
67
- const node = state.doc.nodeAt(pos);
68
- if (node && node.type.name === 'formula') {
69
- const domNode = view.nodeDOM(pos);
70
- if (domNode instanceof Element) {
71
- updateFormulaState({ pos, element: domNode, latex: node.attrs.latex });
72
- return true;
73
- }
74
- }
75
- return false;
76
- }
77
- }
78
- });
79
- }
80
- }
81
- //# sourceMappingURL=Formula.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Formula.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/Formula.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import { FormulaEditorState } from './Formula';
3
- export declare function FormulaPopup({ state, onFinish }: {
4
- state: FormulaEditorState;
5
- onFinish: () => void;
6
- }): React.JSX.Element;
7
- //# sourceMappingURL=FormulaPopup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormulaPopup.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormulaPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;AAG9C,wBAAgB,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE;IAAE,KAAK,EAAE,kBAAkB,CAAC;IAAC,QAAQ,EAAE,MAAM,IAAI,CAAA;CAAE,qBAmDpG"}
@@ -1,49 +0,0 @@
1
- import React from 'react';
2
- import { useEditorEventCallback } from '@nytimes/react-prosemirror';
3
- import { Popup } from '../../shared/Popup';
4
- export function FormulaPopup({ state, onFinish }) {
5
- const onValueChange = (text) => {
6
- if (text.length && !containsOnlyOneImgTag(text)) {
7
- return 'Ainoastaan yksi kaava sallittu';
8
- }
9
- return null;
10
- };
11
- const onContentChange = useEditorEventCallback((view, textField) => {
12
- const node = view.state.doc.nodeAt(state.pos);
13
- const latex = extractLatex(textField) || '';
14
- const { schema } = view.state;
15
- if (node) {
16
- const tr = view.state.tr.replaceWith(state.pos, state.pos + node.nodeSize, schema.node('formula', { ...node.attrs, ...{ latex } }));
17
- view.dispatch(tr);
18
- }
19
- onFinish();
20
- });
21
- const onDelete = useEditorEventCallback(view => {
22
- const node = view.state.doc.nodeAt(state.pos);
23
- if (node) {
24
- const tr = view.state.tr.delete(state.pos, state.pos + node.nodeSize);
25
- view.dispatch(tr);
26
- }
27
- onFinish();
28
- });
29
- return (React.createElement(Popup, { element: state.element, initialTextContent: state.latex.length ? `<img alt="${state.latex}" src="/math.svg?latex=${encodeURIComponent(state.latex)}">` : '', onValueChange: onValueChange, onValueSave: onContentChange, enableDelete: true, onDelete: onDelete, onCancel: () => {
30
- if (!state.latex.length) {
31
- onDelete();
32
- }
33
- onFinish();
34
- } }));
35
- }
36
- function extractLatex(value) {
37
- const latexPattern = /alt="([^&]+)" src=/;
38
- const latexMatch = value.match(latexPattern);
39
- if (!latexMatch || latexMatch.length < 2) {
40
- return;
41
- }
42
- return decodeURIComponent(latexMatch[1]);
43
- }
44
- function containsOnlyOneImgTag(htmlString) {
45
- const imgTagPattern = /^<img\s+[^>]*>$/g;
46
- const matches = htmlString.trim().match(imgTagPattern);
47
- return matches && matches.length === 1;
48
- }
49
- //# sourceMappingURL=FormulaPopup.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FormulaPopup.js","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/FormulaPopup.tsx"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- import { MarkSpec } from 'prosemirror-model';
2
- export declare function localization(hideable: boolean): MarkSpec;
3
- //# sourceMappingURL=localization.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"localization.d.ts","sourceRoot":"","sources":["../../../../src/components/grading-instructions/editor/localization.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AAElD,wBAAgB,YAAY,CAAC,QAAQ,EAAE,OAAO,GAAG,QAAQ,CAiCxD"}