@yungu-fed/question-editor 0.1.13 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/package.json +1 -1
  2. package/dist/index.css +0 -1
  3. package/dist/index.d.ts +0 -24
  4. package/dist/index.d.ts.map +0 -1
  5. package/dist/index.js +0 -11043
  6. package/dist/index.mjs +0 -8602
  7. package/dist/model/choice.d.ts +0 -14
  8. package/dist/model/choice.d.ts.map +0 -1
  9. package/dist/model/classification.d.ts +0 -8
  10. package/dist/model/classification.d.ts.map +0 -1
  11. package/dist/model/line-connect.d.ts +0 -25
  12. package/dist/model/line-connect.d.ts.map +0 -1
  13. package/dist/model/matching.d.ts +0 -24
  14. package/dist/model/matching.d.ts.map +0 -1
  15. package/dist/model/question-content-id.d.ts +0 -3
  16. package/dist/model/question-content-id.d.ts.map +0 -1
  17. package/dist/model/question-structure.d.ts +0 -147
  18. package/dist/model/question-structure.d.ts.map +0 -1
  19. package/dist/model/rich-text-blank.d.ts +0 -3
  20. package/dist/model/rich-text-blank.d.ts.map +0 -1
  21. package/dist/model/rich-text.d.ts +0 -12
  22. package/dist/model/rich-text.d.ts.map +0 -1
  23. package/dist/model/text-marker.d.ts +0 -18
  24. package/dist/model/text-marker.d.ts.map +0 -1
  25. package/dist/model/types.d.ts +0 -29
  26. package/dist/model/types.d.ts.map +0 -1
  27. package/dist/package.json +0 -3
  28. package/dist/question/content-editor/QuestionContentBlankGroupEditor.d.ts +0 -14
  29. package/dist/question/content-editor/QuestionContentBlankGroupEditor.d.ts.map +0 -1
  30. package/dist/question/content-editor/QuestionContentClassificationEditor.d.ts +0 -14
  31. package/dist/question/content-editor/QuestionContentClassificationEditor.d.ts.map +0 -1
  32. package/dist/question/content-editor/QuestionContentEditor.d.ts +0 -16
  33. package/dist/question/content-editor/QuestionContentEditor.d.ts.map +0 -1
  34. package/dist/question/content-editor/QuestionContentEditorUi.d.ts +0 -95
  35. package/dist/question/content-editor/QuestionContentEditorUi.d.ts.map +0 -1
  36. package/dist/question/content-editor/QuestionContentElementEditor.d.ts +0 -18
  37. package/dist/question/content-editor/QuestionContentElementEditor.d.ts.map +0 -1
  38. package/dist/question/content-editor/QuestionContentFillTextEditor.d.ts +0 -16
  39. package/dist/question/content-editor/QuestionContentFillTextEditor.d.ts.map +0 -1
  40. package/dist/question/content-editor/QuestionContentJudgementGroupEditor.d.ts +0 -14
  41. package/dist/question/content-editor/QuestionContentJudgementGroupEditor.d.ts.map +0 -1
  42. package/dist/question/content-editor/QuestionContentLineConnectEditor.d.ts +0 -15
  43. package/dist/question/content-editor/QuestionContentLineConnectEditor.d.ts.map +0 -1
  44. package/dist/question/content-editor/QuestionContentMatchingEditor.d.ts +0 -15
  45. package/dist/question/content-editor/QuestionContentMatchingEditor.d.ts.map +0 -1
  46. package/dist/question/content-editor/QuestionContentOptionGroupEditor.d.ts +0 -15
  47. package/dist/question/content-editor/QuestionContentOptionGroupEditor.d.ts.map +0 -1
  48. package/dist/question/content-editor/QuestionContentOrderingEditor.d.ts +0 -14
  49. package/dist/question/content-editor/QuestionContentOrderingEditor.d.ts.map +0 -1
  50. package/dist/question/content-editor/QuestionContentRichTextEditor.d.ts +0 -13
  51. package/dist/question/content-editor/QuestionContentRichTextEditor.d.ts.map +0 -1
  52. package/dist/question/content-editor/QuestionContentSubquestionAddChildDropdown.d.ts +0 -13
  53. package/dist/question/content-editor/QuestionContentSubquestionAddChildDropdown.d.ts.map +0 -1
  54. package/dist/question/content-editor/QuestionContentSubquestionChildEditor.d.ts +0 -20
  55. package/dist/question/content-editor/QuestionContentSubquestionChildEditor.d.ts.map +0 -1
  56. package/dist/question/content-editor/QuestionContentSubquestionChildElements.d.ts +0 -14
  57. package/dist/question/content-editor/QuestionContentSubquestionChildElements.d.ts.map +0 -1
  58. package/dist/question/content-editor/QuestionContentSubquestionGroupEditor.d.ts +0 -15
  59. package/dist/question/content-editor/QuestionContentSubquestionGroupEditor.d.ts.map +0 -1
  60. package/dist/question/content-editor/QuestionContentTextMarkerEditor.d.ts +0 -15
  61. package/dist/question/content-editor/QuestionContentTextMarkerEditor.d.ts.map +0 -1
  62. package/dist/question/content-editor/QuestionContentWordBuilderEditor.d.ts +0 -16
  63. package/dist/question/content-editor/QuestionContentWordBuilderEditor.d.ts.map +0 -1
  64. package/dist/question/content-editor/QuestionRichTextField.d.ts +0 -16
  65. package/dist/question/content-editor/QuestionRichTextField.d.ts.map +0 -1
  66. package/dist/question/content-editor/helpers.d.ts +0 -111
  67. package/dist/question/content-editor/helpers.d.ts.map +0 -1
  68. package/dist/question/content-editor/i18n.d.ts +0 -8
  69. package/dist/question/content-editor/i18n.d.ts.map +0 -1
  70. package/dist/question/content-editor/question-content-contract.d.ts +0 -3
  71. package/dist/question/content-editor/question-content-contract.d.ts.map +0 -1
  72. package/dist/question/content-editor/question-type-template.d.ts +0 -7
  73. package/dist/question/content-editor/question-type-template.d.ts.map +0 -1
  74. package/dist/question/content-editor/structure.d.ts +0 -22
  75. package/dist/question/content-editor/structure.d.ts.map +0 -1
  76. package/dist/question/content-editor/subquestion-editable-children.d.ts +0 -9
  77. package/dist/question/content-editor/subquestion-editable-children.d.ts.map +0 -1
  78. package/dist/question/content-editor/subquestion-group-editor-helpers.d.ts +0 -6
  79. package/dist/question/content-editor/subquestion-group-editor-helpers.d.ts.map +0 -1
  80. package/dist/question/content-editor/types.d.ts +0 -253
  81. package/dist/question/content-editor/types.d.ts.map +0 -1
  82. package/dist/question/elements/fill/inline-fill-plugin.d.ts +0 -3
  83. package/dist/question/elements/fill/inline-fill-plugin.d.ts.map +0 -1
  84. package/dist/question/elements/text-marker/text-marker-plugin.d.ts +0 -3
  85. package/dist/question/elements/text-marker/text-marker-plugin.d.ts.map +0 -1
  86. package/dist/question/i18n/index.d.ts +0 -3
  87. package/dist/question/i18n/index.d.ts.map +0 -1
  88. package/dist/question/i18n/messages.d.ts +0 -68
  89. package/dist/question/i18n/messages.d.ts.map +0 -1
  90. package/dist/question/line-connect/lineConnectLines.d.ts +0 -37
  91. package/dist/question/line-connect/lineConnectLines.d.ts.map +0 -1
  92. package/dist/question/player/QuestionBlankGroupPlayer.d.ts +0 -15
  93. package/dist/question/player/QuestionBlankGroupPlayer.d.ts.map +0 -1
  94. package/dist/question/player/QuestionClassificationPlayer.d.ts +0 -15
  95. package/dist/question/player/QuestionClassificationPlayer.d.ts.map +0 -1
  96. package/dist/question/player/QuestionFillTextCandidateButton.d.ts +0 -12
  97. package/dist/question/player/QuestionFillTextCandidateButton.d.ts.map +0 -1
  98. package/dist/question/player/QuestionFillTextContentPlayer.d.ts +0 -15
  99. package/dist/question/player/QuestionFillTextContentPlayer.d.ts.map +0 -1
  100. package/dist/question/player/QuestionFillTextPlayer.d.ts +0 -16
  101. package/dist/question/player/QuestionFillTextPlayer.d.ts.map +0 -1
  102. package/dist/question/player/QuestionJudgementGroupPlayer.d.ts +0 -16
  103. package/dist/question/player/QuestionJudgementGroupPlayer.d.ts.map +0 -1
  104. package/dist/question/player/QuestionLineConnectPlayer.d.ts +0 -15
  105. package/dist/question/player/QuestionLineConnectPlayer.d.ts.map +0 -1
  106. package/dist/question/player/QuestionMatchingPlayer.d.ts +0 -15
  107. package/dist/question/player/QuestionMatchingPlayer.d.ts.map +0 -1
  108. package/dist/question/player/QuestionOptionGroupPlayer.d.ts +0 -16
  109. package/dist/question/player/QuestionOptionGroupPlayer.d.ts.map +0 -1
  110. package/dist/question/player/QuestionOrderingPlayer.d.ts +0 -15
  111. package/dist/question/player/QuestionOrderingPlayer.d.ts.map +0 -1
  112. package/dist/question/player/QuestionPlayer.d.ts +0 -4
  113. package/dist/question/player/QuestionPlayer.d.ts.map +0 -1
  114. package/dist/question/player/QuestionPlayerComposite.d.ts +0 -15
  115. package/dist/question/player/QuestionPlayerComposite.d.ts.map +0 -1
  116. package/dist/question/player/QuestionPlayerElement.d.ts +0 -19
  117. package/dist/question/player/QuestionPlayerElement.d.ts.map +0 -1
  118. package/dist/question/player/QuestionTextMarkerPlayer.d.ts +0 -15
  119. package/dist/question/player/QuestionTextMarkerPlayer.d.ts.map +0 -1
  120. package/dist/question/player/QuestionTextResponsePlayer.d.ts +0 -16
  121. package/dist/question/player/QuestionTextResponsePlayer.d.ts.map +0 -1
  122. package/dist/question/player/QuestionWordBuilderPlayer.d.ts +0 -16
  123. package/dist/question/player/QuestionWordBuilderPlayer.d.ts.map +0 -1
  124. package/dist/question/player/helpers.d.ts +0 -24
  125. package/dist/question/player/helpers.d.ts.map +0 -1
  126. package/dist/question/player/types.d.ts +0 -75
  127. package/dist/question/player/types.d.ts.map +0 -1
  128. package/dist/question/preview/QuestionCompositePreview.d.ts +0 -11
  129. package/dist/question/preview/QuestionCompositePreview.d.ts.map +0 -1
  130. package/dist/question/preview/QuestionPreview.d.ts +0 -13
  131. package/dist/question/preview/QuestionPreview.d.ts.map +0 -1
  132. package/dist/question/renderers/QuestionBlankGroupView.d.ts +0 -10
  133. package/dist/question/renderers/QuestionBlankGroupView.d.ts.map +0 -1
  134. package/dist/question/renderers/QuestionClassificationView.d.ts +0 -10
  135. package/dist/question/renderers/QuestionClassificationView.d.ts.map +0 -1
  136. package/dist/question/renderers/QuestionContentElementView.d.ts +0 -11
  137. package/dist/question/renderers/QuestionContentElementView.d.ts.map +0 -1
  138. package/dist/question/renderers/QuestionFillTextView.d.ts +0 -11
  139. package/dist/question/renderers/QuestionFillTextView.d.ts.map +0 -1
  140. package/dist/question/renderers/QuestionJudgementGroupView.d.ts +0 -11
  141. package/dist/question/renderers/QuestionJudgementGroupView.d.ts.map +0 -1
  142. package/dist/question/renderers/QuestionLineConnectView.d.ts +0 -10
  143. package/dist/question/renderers/QuestionLineConnectView.d.ts.map +0 -1
  144. package/dist/question/renderers/QuestionMatchingView.d.ts +0 -10
  145. package/dist/question/renderers/QuestionMatchingView.d.ts.map +0 -1
  146. package/dist/question/renderers/QuestionOptionGroupView.d.ts +0 -11
  147. package/dist/question/renderers/QuestionOptionGroupView.d.ts.map +0 -1
  148. package/dist/question/renderers/QuestionOrderingView.d.ts +0 -10
  149. package/dist/question/renderers/QuestionOrderingView.d.ts.map +0 -1
  150. package/dist/question/renderers/QuestionRichContentView.d.ts +0 -8
  151. package/dist/question/renderers/QuestionRichContentView.d.ts.map +0 -1
  152. package/dist/question/renderers/QuestionRichContentWithBlankView.d.ts +0 -14
  153. package/dist/question/renderers/QuestionRichContentWithBlankView.d.ts.map +0 -1
  154. package/dist/question/renderers/QuestionSectionTitle.d.ts +0 -6
  155. package/dist/question/renderers/QuestionSectionTitle.d.ts.map +0 -1
  156. package/dist/question/renderers/QuestionStandardAnswerPanel.d.ts +0 -15
  157. package/dist/question/renderers/QuestionStandardAnswerPanel.d.ts.map +0 -1
  158. package/dist/question/renderers/QuestionTextMarkerContent.d.ts +0 -12
  159. package/dist/question/renderers/QuestionTextMarkerContent.d.ts.map +0 -1
  160. package/dist/question/renderers/QuestionTextMarkerView.d.ts +0 -10
  161. package/dist/question/renderers/QuestionTextMarkerView.d.ts.map +0 -1
  162. package/dist/question/renderers/QuestionWordBuilderView.d.ts +0 -11
  163. package/dist/question/renderers/QuestionWordBuilderView.d.ts.map +0 -1
  164. package/dist/question/renderers/classificationAnswers.d.ts +0 -4
  165. package/dist/question/renderers/classificationAnswers.d.ts.map +0 -1
  166. package/dist/question/renderers/helpers.d.ts +0 -14
  167. package/dist/question/renderers/helpers.d.ts.map +0 -1
  168. package/dist/question/renderers/lineConnectAnswers.d.ts +0 -4
  169. package/dist/question/renderers/lineConnectAnswers.d.ts.map +0 -1
  170. package/dist/question/renderers/matchingAnswers.d.ts +0 -4
  171. package/dist/question/renderers/matchingAnswers.d.ts.map +0 -1
  172. package/dist/question/renderers/optionGroupAnswers.d.ts +0 -4
  173. package/dist/question/renderers/optionGroupAnswers.d.ts.map +0 -1
  174. package/dist/question/renderers/orderingAnswerGroups.d.ts +0 -4
  175. package/dist/question/renderers/orderingAnswerGroups.d.ts.map +0 -1
  176. package/dist/question/renderers/wordBuilderAnswers.d.ts +0 -4
  177. package/dist/question/renderers/wordBuilderAnswers.d.ts.map +0 -1
  178. package/dist/question/rich-text/RichTextField.d.ts +0 -23
  179. package/dist/question/rich-text/RichTextField.d.ts.map +0 -1
  180. package/dist/question/rich-text/RichTextFieldTestToolbar.d.ts +0 -6
  181. package/dist/question/rich-text/RichTextFieldTestToolbar.d.ts.map +0 -1
  182. package/dist/question/rich-text/rich-text-toolbar-context.d.ts +0 -3
  183. package/dist/question/rich-text/rich-text-toolbar-context.d.ts.map +0 -1
  184. package/dist/question/shared/QuestionTextResponsePlaceholder.d.ts +0 -6
  185. package/dist/question/shared/QuestionTextResponsePlaceholder.d.ts.map +0 -1
  186. package/dist/question/shared/subquestion-numbering.d.ts +0 -2
  187. package/dist/question/shared/subquestion-numbering.d.ts.map +0 -1
  188. package/dist/question/structure-editor/QuestionStructureCanvas.d.ts +0 -14
  189. package/dist/question/structure-editor/QuestionStructureCanvas.d.ts.map +0 -1
  190. package/dist/question/structure-editor/QuestionStructureEditor.d.ts +0 -9
  191. package/dist/question/structure-editor/QuestionStructureEditor.d.ts.map +0 -1
  192. package/dist/question/structure-editor/QuestionStructurePalette.d.ts +0 -10
  193. package/dist/question/structure-editor/QuestionStructurePalette.d.ts.map +0 -1
  194. package/dist/question/structure-editor/QuestionStructureSettings.d.ts +0 -16
  195. package/dist/question/structure-editor/QuestionStructureSettings.d.ts.map +0 -1
  196. package/dist/question/structure-editor/structure-editor-labels.d.ts +0 -75
  197. package/dist/question/structure-editor/structure-editor-labels.d.ts.map +0 -1
  198. package/dist/utils/cn.d.ts +0 -3
  199. package/dist/utils/cn.d.ts.map +0 -1
@@ -1,4 +0,0 @@
1
- import type { QuestionContentMatchingItem } from "../content-editor/types";
2
- import type { QuestionStandardAnswerGroup } from "./QuestionStandardAnswerPanel";
3
- export declare function getMatchingStandardAnswerGroups(item: QuestionContentMatchingItem): QuestionStandardAnswerGroup[];
4
- //# sourceMappingURL=matchingAnswers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"matchingAnswers.d.ts","sourceRoot":"","sources":["../../../src/question/renderers/matchingAnswers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAKjF,wBAAgB,+BAA+B,CAC7C,IAAI,EAAE,2BAA2B,GAChC,2BAA2B,EAAE,CA0B/B"}
@@ -1,4 +0,0 @@
1
- import type { QuestionContentOptionGroupItem, QuestionContentOptionGroupStructureElement } from "../content-editor/types";
2
- import type { QuestionStandardAnswerGroup } from "./QuestionStandardAnswerPanel";
3
- export declare function getOptionGroupStandardAnswerGroups(element: QuestionContentOptionGroupStructureElement, item: QuestionContentOptionGroupItem): QuestionStandardAnswerGroup[];
4
- //# sourceMappingURL=optionGroupAnswers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"optionGroupAnswers.d.ts","sourceRoot":"","sources":["../../../src/question/renderers/optionGroupAnswers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,8BAA8B,EAC9B,0CAA0C,EAC3C,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAMjF,wBAAgB,kCAAkC,CAChD,OAAO,EAAE,0CAA0C,EACnD,IAAI,EAAE,8BAA8B,GACnC,2BAA2B,EAAE,CAU/B"}
@@ -1,4 +0,0 @@
1
- import type { QuestionContentOrderingItem } from "../content-editor/types";
2
- import type { QuestionStandardAnswerGroup } from "./QuestionStandardAnswerPanel";
3
- export declare function createOrderingStandardAnswerGroups(item: QuestionContentOrderingItem): QuestionStandardAnswerGroup[];
4
- //# sourceMappingURL=orderingAnswerGroups.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"orderingAnswerGroups.d.ts","sourceRoot":"","sources":["../../../src/question/renderers/orderingAnswerGroups.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAIjF,wBAAgB,kCAAkC,CAChD,IAAI,EAAE,2BAA2B,GAChC,2BAA2B,EAAE,CAc/B"}
@@ -1,4 +0,0 @@
1
- import type { QuestionContentWordBuilderItem } from "../content-editor/types";
2
- import type { QuestionStandardAnswerGroup } from "./QuestionStandardAnswerPanel";
3
- export declare function getWordBuilderStandardAnswerGroups(item: QuestionContentWordBuilderItem, blankLabel: string): QuestionStandardAnswerGroup[];
4
- //# sourceMappingURL=wordBuilderAnswers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"wordBuilderAnswers.d.ts","sourceRoot":"","sources":["../../../src/question/renderers/wordBuilderAnswers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAMjF,wBAAgB,kCAAkC,CAChD,IAAI,EAAE,8BAA8B,EACpC,UAAU,EAAE,MAAM,GACjB,2BAA2B,EAAE,CA2B/B"}
@@ -1,23 +0,0 @@
1
- import type { RichTextEditorApi, RichTextEditorPlugin, RichTextEditorRootProps } from '@yungu-fed/rich-text-editor';
2
- import type { ReactNode, Ref } from 'react';
3
- import type { RichTextContent } from '../../model/types';
4
- export type RichTextFieldProps = {
5
- readonly apiRef?: Ref<RichTextEditorApi>;
6
- readonly ariaLabel: string;
7
- readonly compact?: boolean;
8
- readonly onChange: (value: RichTextContent) => void;
9
- readonly locale?: RichTextEditorRootProps['locale'];
10
- readonly placeholder?: string;
11
- readonly plugins?: readonly RichTextEditorPlugin[];
12
- readonly toolbarExtra?: ReactNode;
13
- readonly toolbarMode?: 'auto' | 'local';
14
- readonly uploadImage?: RichTextEditorRootProps['uploadImage'];
15
- readonly value: RichTextContent;
16
- };
17
- export declare function RichTextField({ apiRef, ariaLabel, compact, onChange, locale, placeholder, plugins, toolbarExtra, toolbarMode, uploadImage, value, }: RichTextFieldProps): JSX.Element;
18
- export declare function shouldUseQuestionSharedRichTextToolbar({ hasSharedToolbar, hasToolbarExtra, toolbarMode, }: {
19
- readonly hasSharedToolbar: boolean;
20
- readonly hasToolbarExtra: boolean;
21
- readonly toolbarMode: 'auto' | 'local';
22
- }): boolean;
23
- //# sourceMappingURL=RichTextField.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RichTextField.d.ts","sourceRoot":"","sources":["../../../src/question/rich-text/RichTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,oBAAoB,EACpB,uBAAuB,EAExB,MAAM,6BAA6B,CAAA;AACpC,OAAO,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAI3C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAA;AAOxD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,QAAQ,CAAC,MAAM,CAAC,EAAE,GAAG,CAAC,iBAAiB,CAAC,CAAA;IACxC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAA;IAC1B,QAAQ,CAAC,OAAO,CAAC,EAAE,OAAO,CAAA;IAC1B,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAA;IACnD,QAAQ,CAAC,MAAM,CAAC,EAAE,uBAAuB,CAAC,QAAQ,CAAC,CAAA;IACnD,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAA;IAC7B,QAAQ,CAAC,OAAO,CAAC,EAAE,SAAS,oBAAoB,EAAE,CAAA;IAClD,QAAQ,CAAC,YAAY,CAAC,EAAE,SAAS,CAAA;IACjC,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IACvC,QAAQ,CAAC,WAAW,CAAC,EAAE,uBAAuB,CAAC,aAAa,CAAC,CAAA;IAC7D,QAAQ,CAAC,KAAK,EAAE,eAAe,CAAA;CAChC,CAAA;AAED,wBAAgB,aAAa,CAAC,EAC5B,MAAM,EACN,SAAS,EACT,OAAe,EACf,QAAQ,EACR,MAAM,EACN,WAAW,EACX,OAAY,EACZ,YAAY,EACZ,WAAoB,EACpB,WAAW,EACX,KAAK,GACN,EAAE,kBAAkB,eAiEpB;AAED,wBAAgB,sCAAsC,CAAC,EACrD,gBAAgB,EAChB,eAAe,EACf,WAAW,GACZ,EAAE;IACD,QAAQ,CAAC,gBAAgB,EAAE,OAAO,CAAA;IAClC,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAA;IACjC,QAAQ,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAA;CACvC,WAEA"}
@@ -1,6 +0,0 @@
1
- import type { ReactNode } from 'react';
2
- export type RichTextFieldTestToolbarProps = {
3
- readonly toolbarExtra?: ReactNode;
4
- };
5
- export declare function RichTextFieldTestToolbar({ toolbarExtra, }: RichTextFieldTestToolbarProps): JSX.Element;
6
- //# sourceMappingURL=RichTextFieldTestToolbar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RichTextFieldTestToolbar.d.ts","sourceRoot":"","sources":["../../../src/question/rich-text/RichTextFieldTestToolbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,MAAM,MAAM,6BAA6B,GAAG;IAC1C,QAAQ,CAAC,YAAY,CAAC,EAAE,SAAS,CAAA;CAClC,CAAA;AAED,wBAAgB,wBAAwB,CAAC,EACvC,YAAY,GACb,EAAE,6BAA6B,eAkB/B"}
@@ -1,3 +0,0 @@
1
- export declare const QuestionSharedRichTextToolbarContext: import("react").Context<boolean>;
2
- export declare function useQuestionSharedRichTextToolbar(): boolean;
3
- //# sourceMappingURL=rich-text-toolbar-context.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rich-text-toolbar-context.d.ts","sourceRoot":"","sources":["../../../src/question/rich-text/rich-text-toolbar-context.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oCAAoC,kCAC3B,CAAA;AAEtB,wBAAgB,gCAAgC,YAE/C"}
@@ -1,6 +0,0 @@
1
- import type { ReactElement } from "react";
2
- export type QuestionTextResponsePlaceholderProps = {
3
- readonly label: string;
4
- };
5
- export declare function QuestionTextResponsePlaceholder({ label, }: QuestionTextResponsePlaceholderProps): ReactElement;
6
- //# sourceMappingURL=QuestionTextResponsePlaceholder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionTextResponsePlaceholder.d.ts","sourceRoot":"","sources":["../../../src/question/shared/QuestionTextResponsePlaceholder.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAI1C,MAAM,MAAM,oCAAoC,GAAG;IACjD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,wBAAgB,+BAA+B,CAAC,EAC9C,KAAK,GACN,EAAE,oCAAoC,GAAG,YAAY,CAMrD"}
@@ -1,2 +0,0 @@
1
- export declare function formatSubquestionNumberPath(numberPath: readonly number[]): string;
2
- //# sourceMappingURL=subquestion-numbering.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"subquestion-numbering.d.ts","sourceRoot":"","sources":["../../../src/question/shared/subquestion-numbering.ts"],"names":[],"mappings":"AAAA,wBAAgB,2BAA2B,CACzC,UAAU,EAAE,SAAS,MAAM,EAAE,GAC5B,MAAM,CAER"}
@@ -1,14 +0,0 @@
1
- import type { QuestionStructureDraftElement, QuestionStructureDraftExtra } from "../../model/question-structure";
2
- import type { QuestionStructureLabels } from "./structure-editor-labels";
3
- export type QuestionStructureCanvasProps = {
4
- readonly elements: readonly QuestionStructureDraftElement[];
5
- readonly extras: readonly QuestionStructureDraftExtra[];
6
- readonly labels: QuestionStructureLabels;
7
- readonly onDeleteElement: (clientId: string) => void;
8
- readonly onDeleteExtra: (clientId: string) => void;
9
- readonly onMoveElement: (clientId: string, direction: -1 | 1) => void;
10
- readonly onSelectElement: (clientId: string) => void;
11
- readonly selectedElementClientId: null | string;
12
- };
13
- export declare function QuestionStructureCanvas({ elements, extras, labels, onDeleteElement, onDeleteExtra, onMoveElement, onSelectElement, selectedElementClientId, }: QuestionStructureCanvasProps): JSX.Element;
14
- //# sourceMappingURL=QuestionStructureCanvas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionStructureCanvas.d.ts","sourceRoot":"","sources":["../../../src/question/structure-editor/QuestionStructureCanvas.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,6BAA6B,EAC7B,2BAA2B,EAC5B,MAAM,gCAAgC,CAAA;AACvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AASxE,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,QAAQ,EAAE,SAAS,6BAA6B,EAAE,CAAA;IAC3D,QAAQ,CAAC,MAAM,EAAE,SAAS,2BAA2B,EAAE,CAAA;IACvD,QAAQ,CAAC,MAAM,EAAE,uBAAuB,CAAA;IACxC,QAAQ,CAAC,eAAe,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACpD,QAAQ,CAAC,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAClD,QAAQ,CAAC,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC,GAAG,CAAC,KAAK,IAAI,CAAA;IACrE,QAAQ,CAAC,eAAe,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IACpD,QAAQ,CAAC,uBAAuB,EAAE,IAAI,GAAG,MAAM,CAAA;CAChD,CAAA;AAED,wBAAgB,uBAAuB,CAAC,EACtC,QAAQ,EACR,MAAM,EACN,MAAM,EACN,eAAe,EACf,aAAa,EACb,aAAa,EACb,eAAe,EACf,uBAAuB,GACxB,EAAE,4BAA4B,eAqK9B"}
@@ -1,9 +0,0 @@
1
- import type { QuestionStructureDraft } from "../../model/question-structure";
2
- import type { QuestionLocale } from "../i18n";
3
- export type QuestionStructureEditorProps = {
4
- readonly locale?: QuestionLocale;
5
- readonly onChange: (value: QuestionStructureDraft) => void;
6
- readonly value: QuestionStructureDraft;
7
- };
8
- export declare function QuestionStructureEditor({ locale, onChange, value, }: QuestionStructureEditorProps): JSX.Element;
9
- //# sourceMappingURL=QuestionStructureEditor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionStructureEditor.d.ts","sourceRoot":"","sources":["../../../src/question/structure-editor/QuestionStructureEditor.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,sBAAsB,EAOvB,MAAM,gCAAgC,CAAA;AACvC,OAAO,KAAK,EACV,cAAc,EACf,MAAM,SAAS,CAAA;AAoBhB,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,MAAM,CAAC,EAAE,cAAc,CAAA;IAChC,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,sBAAsB,KAAK,IAAI,CAAA;IAC1D,QAAQ,CAAC,KAAK,EAAE,sBAAsB,CAAA;CACvC,CAAA;AAED,wBAAgB,uBAAuB,CAAC,EACtC,MAAgB,EAChB,QAAQ,EACR,KAAK,GACN,EAAE,4BAA4B,eAwG9B"}
@@ -1,10 +0,0 @@
1
- import type { QuestionStructureElementType, QuestionStructureExtraType } from "../../model/question-structure";
2
- import type { QuestionStructureLabels } from "./structure-editor-labels";
3
- export type QuestionStructurePaletteProps = {
4
- readonly addedExtraTypes: readonly QuestionStructureExtraType[];
5
- readonly labels: QuestionStructureLabels;
6
- readonly onAddElement: (type: QuestionStructureElementType) => void;
7
- readonly onAddExtra: (type: QuestionStructureExtraType) => void;
8
- };
9
- export declare function QuestionStructurePalette({ addedExtraTypes, labels, onAddElement, onAddExtra, }: QuestionStructurePaletteProps): JSX.Element;
10
- //# sourceMappingURL=QuestionStructurePalette.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionStructurePalette.d.ts","sourceRoot":"","sources":["../../../src/question/structure-editor/QuestionStructurePalette.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,4BAA4B,EAC5B,0BAA0B,EAC3B,MAAM,gCAAgC,CAAA;AACvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AAcxE,MAAM,MAAM,6BAA6B,GAAG;IAC1C,QAAQ,CAAC,eAAe,EAAE,SAAS,0BAA0B,EAAE,CAAA;IAC/D,QAAQ,CAAC,MAAM,EAAE,uBAAuB,CAAA;IACxC,QAAQ,CAAC,YAAY,EAAE,CAAC,IAAI,EAAE,4BAA4B,KAAK,IAAI,CAAA;IACnE,QAAQ,CAAC,UAAU,EAAE,CAAC,IAAI,EAAE,0BAA0B,KAAK,IAAI,CAAA;CAChE,CAAA;AAED,wBAAgB,wBAAwB,CAAC,EACvC,eAAe,EACf,MAAM,EACN,YAAY,EACZ,UAAU,GACX,EAAE,6BAA6B,eA0D/B"}
@@ -1,16 +0,0 @@
1
- import type { QuestionStructureDraftElement, QuestionStructureDraftExtra, QuestionStructureGlobalConfig, QuestionStructureMetadata } from "../../model/question-structure";
2
- import type { QuestionStructureLabels } from "./structure-editor-labels";
3
- export type QuestionStructureSettingsProps = {
4
- readonly description?: string;
5
- readonly globalConfig: QuestionStructureGlobalConfig;
6
- readonly isSubjective: boolean;
7
- readonly labels: QuestionStructureLabels;
8
- readonly onElementChange: (element: QuestionStructureDraftElement) => void;
9
- readonly onExtraChange: (extras: QuestionStructureDraftExtra) => void;
10
- readonly onGlobalConfigChange: (patch: Partial<QuestionStructureGlobalConfig>) => void;
11
- readonly onMetadataChange: (patch: Partial<QuestionStructureMetadata>) => void;
12
- readonly selectedExtra: null | QuestionStructureDraftExtra;
13
- readonly selectedElement: null | QuestionStructureDraftElement;
14
- };
15
- export declare function QuestionStructureSettings({ description, globalConfig, isSubjective, labels, onElementChange, onExtraChange, onGlobalConfigChange, onMetadataChange, selectedExtra, selectedElement, }: QuestionStructureSettingsProps): JSX.Element;
16
- //# sourceMappingURL=QuestionStructureSettings.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuestionStructureSettings.d.ts","sourceRoot":"","sources":["../../../src/question/structure-editor/QuestionStructureSettings.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,6BAA6B,EAC7B,2BAA2B,EAC3B,6BAA6B,EAG7B,yBAAyB,EAK1B,MAAM,gCAAgC,CAAA;AACvC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAA;AAiCxE,MAAM,MAAM,8BAA8B,GAAG;IAC3C,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAA;IAC7B,QAAQ,CAAC,YAAY,EAAE,6BAA6B,CAAA;IACpD,QAAQ,CAAC,YAAY,EAAE,OAAO,CAAA;IAC9B,QAAQ,CAAC,MAAM,EAAE,uBAAuB,CAAA;IACxC,QAAQ,CAAC,eAAe,EAAE,CAAC,OAAO,EAAE,6BAA6B,KAAK,IAAI,CAAA;IAC1E,QAAQ,CAAC,aAAa,EAAE,CAAC,MAAM,EAAE,2BAA2B,KAAK,IAAI,CAAA;IACrE,QAAQ,CAAC,oBAAoB,EAAE,CAC7B,KAAK,EAAE,OAAO,CAAC,6BAA6B,CAAC,KAC1C,IAAI,CAAA;IACT,QAAQ,CAAC,gBAAgB,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,yBAAyB,CAAC,KAAK,IAAI,CAAA;IAC9E,QAAQ,CAAC,aAAa,EAAE,IAAI,GAAG,2BAA2B,CAAA;IAC1D,QAAQ,CAAC,eAAe,EAAE,IAAI,GAAG,6BAA6B,CAAA;CAC/D,CAAA;AAED,wBAAgB,yBAAyB,CAAC,EACxC,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,MAAM,EACN,eAAe,EACf,aAAa,EACb,oBAAoB,EACpB,gBAAgB,EAChB,aAAa,EACb,eAAe,GAChB,EAAE,8BAA8B,eAyFhC"}
@@ -1,75 +0,0 @@
1
- import type { QuestionStructureCandidateMode, QuestionStructureElementType, QuestionStructureExtraType, QuestionStructureJudgeAnswerMode, QuestionStructureLineConnectLabelStyle, QuestionStructureOptionLabelStyle, QuestionStructureOptionRenderer, QuestionStructureSelectionType, QuestionStructureWordBuilderMode } from "../../model/question-structure";
2
- import type { QuestionLocale } from "../i18n";
3
- export type QuestionStructureLabels = {
4
- readonly addElement: string;
5
- readonly addExtra: string;
6
- readonly allowCandidateReuse: string;
7
- readonly blankGroupDescription: string;
8
- readonly blankGroupLabel: string;
9
- readonly canPrint: string;
10
- readonly candidateMode: string;
11
- readonly candidateModeValueLabels: ReadonlyMap<QuestionStructureCandidateMode, string>;
12
- readonly canvas: string;
13
- readonly classificationDescription: string;
14
- readonly classificationLabel: string;
15
- readonly confirmDelete: string;
16
- readonly deleteElement: string;
17
- readonly elementCount: (count: number) => string;
18
- readonly elementName: string;
19
- readonly elementEnName: string;
20
- readonly elementSettings: string;
21
- readonly extraDescriptions: ReadonlyMap<QuestionStructureExtraType, string>;
22
- readonly extraLabels: ReadonlyMap<QuestionStructureExtraType, string>;
23
- readonly extraSettings: string;
24
- readonly extraTitle: string;
25
- readonly fillTextDescription: string;
26
- readonly fillTextLabel: string;
27
- readonly globalSettings: string;
28
- readonly hasAnswer: string;
29
- readonly isSubjective: string;
30
- readonly judgementGroupDescription: string;
31
- readonly judgementGroupLabel: string;
32
- readonly judgeAnswerMode: string;
33
- readonly lineConnectColumnCount: string;
34
- readonly lineConnectColumnLabel: (index: number) => string;
35
- readonly lineConnectDescription: string;
36
- readonly lineConnectLabelStyleLabels: ReadonlyMap<QuestionStructureLineConnectLabelStyle, string>;
37
- readonly lineConnectLabel: string;
38
- readonly matchingDescription: string;
39
- readonly matchingLabel: string;
40
- readonly moveDown: string;
41
- readonly moveUp: string;
42
- readonly noElement: string;
43
- readonly orderingDescription: string;
44
- readonly orderingLabel: string;
45
- readonly optionGroupDescription: string;
46
- readonly optionGroupLabel: string;
47
- readonly optionLabelStyle: string;
48
- readonly optionValueLabels: ReadonlyMap<QuestionStructureOptionValue, string>;
49
- readonly palette: string;
50
- readonly practiceMode: string;
51
- readonly description: string;
52
- readonly renderer: string;
53
- readonly richTextDescription: string;
54
- readonly richTextLabel: string;
55
- readonly selectionType: string;
56
- readonly structureEnName: string;
57
- readonly structureName: string;
58
- readonly textMarkerDescription: string;
59
- readonly textMarkerLabel: string;
60
- readonly textResponseDescription: string;
61
- readonly textResponseLabel: string;
62
- readonly wordBuilderDescription: string;
63
- readonly wordBuilderLabel: string;
64
- };
65
- export type QuestionStructureOptionValue = QuestionStructureCandidateMode | QuestionStructureJudgeAnswerMode | QuestionStructureOptionRenderer | QuestionStructureOptionLabelStyle | QuestionStructureSelectionType | QuestionStructureWordBuilderMode;
66
- export declare const questionStructureLabels: Record<QuestionLocale, QuestionStructureLabels>;
67
- export declare function getQuestionStructureExtraDescription(labels: QuestionStructureLabels, key: QuestionStructureExtraType): string;
68
- export declare function getQuestionStructureExtraLabel(labels: QuestionStructureLabels, key: QuestionStructureExtraType): string;
69
- export declare function getQuestionStructureLabels(locale: QuestionLocale): QuestionStructureLabels;
70
- export declare function getQuestionStructureElementDescription(labels: QuestionStructureLabels, type: QuestionStructureElementType): string;
71
- export declare function getQuestionStructureElementLabel(labels: QuestionStructureLabels, type: QuestionStructureElementType): string;
72
- export declare function getQuestionStructureOptionLabel(labels: QuestionStructureLabels, value: QuestionStructureOptionValue): string;
73
- export declare function getQuestionStructureCandidateModeLabel(labels: QuestionStructureLabels, value: QuestionStructureCandidateMode): string;
74
- export declare function getQuestionStructureLineConnectLabelStyleLabel(labels: QuestionStructureLabels, value: QuestionStructureLineConnectLabelStyle): string;
75
- //# sourceMappingURL=structure-editor-labels.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"structure-editor-labels.d.ts","sourceRoot":"","sources":["../../../src/question/structure-editor/structure-editor-labels.ts"],"names":[],"mappings":"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"}
@@ -1,3 +0,0 @@
1
- export type ClassNameValue = false | null | readonly ClassNameValue[] | string | undefined;
2
- export declare function cn(...inputs: readonly ClassNameValue[]): string;
3
- //# sourceMappingURL=cn.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/utils/cn.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GACtB,KAAK,GACL,IAAI,GACJ,SAAS,cAAc,EAAE,GACzB,MAAM,GACN,SAAS,CAAA;AAEb,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,SAAS,cAAc,EAAE,GAAG,MAAM,CAK/D"}