@pie-element/ebsr 6.6.3-next.264 → 6.6.3-next.280

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 (574) hide show
  1. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/CHANGELOG.json +1677 -0
  2. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/CHANGELOG.md +1498 -0
  3. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/LICENSE.md +5 -0
  4. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/README.md +12 -0
  5. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/checkbox.js +86 -0
  6. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/checkbox.js.map +1 -0
  7. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js +176 -0
  8. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js.map +1 -0
  9. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js +391 -0
  10. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js.map +1 -0
  11. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-utils.js +54 -0
  12. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-utils.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js +194 -0
  14. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js +75 -0
  16. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js +184 -0
  18. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/form-section.js +44 -0
  20. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/form-section.js.map +1 -0
  21. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/help.js +152 -0
  22. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/help.js.map +1 -0
  23. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/index.js +195 -0
  24. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/index.js.map +1 -0
  25. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/input.js +144 -0
  26. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/input.js.map +1 -0
  27. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/inputs.js +120 -0
  28. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/inputs.js.map +1 -0
  29. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/langs.js +187 -0
  30. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/langs.js.map +1 -0
  31. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js +109 -0
  32. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js.map +1 -0
  33. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/index.js +24 -0
  34. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/index.js.map +1 -0
  35. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js +111 -0
  36. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js.map +1 -0
  37. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js +95 -0
  38. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js.map +1 -0
  39. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/mui-box/index.js +79 -0
  40. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/mui-box/index.js.map +1 -0
  41. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field.js +274 -0
  42. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field.js.map +1 -0
  43. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/radio-with-label.js +41 -0
  44. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/radio-with-label.js.map +1 -0
  45. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/display-size.js +77 -0
  46. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/display-size.js.map +1 -0
  47. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/index.js +136 -0
  48. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/index.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/panel.js +422 -0
  50. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/panel.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js +43 -0
  52. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js.map +1 -0
  53. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/toggle.js +56 -0
  54. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/toggle.js.map +1 -0
  55. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tabs/index.js +113 -0
  56. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tabs/index.js.map +1 -0
  57. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tags-input/index.js +206 -0
  58. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tags-input/index.js.map +1 -0
  59. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/two-choice.js +190 -0
  60. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/two-choice.js.map +1 -0
  61. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js +91 -0
  62. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js.map +1 -0
  63. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/package.json +30 -0
  64. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/checkbox.jsx +63 -0
  65. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-configuration/feedback-menu.jsx +103 -0
  66. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-configuration/index.jsx +301 -0
  67. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-utils.js +30 -0
  68. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/feedback-selector.jsx +116 -0
  69. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/group.jsx +54 -0
  70. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/index.jsx +98 -0
  71. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/form-section.jsx +23 -0
  72. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/help.jsx +88 -0
  73. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/index.js +54 -0
  74. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/input.jsx +72 -0
  75. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/inputs.jsx +88 -0
  76. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/langs.jsx +122 -0
  77. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/config-layout.jsx +64 -0
  78. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/index.js +4 -0
  79. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/layout-contents.jsx +60 -0
  80. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/settings-box.jsx +31 -0
  81. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/mui-box/index.jsx +64 -0
  82. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/number-text-field.jsx +196 -0
  83. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/radio-with-label.jsx +18 -0
  84. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/display-size.jsx +52 -0
  85. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/index.js +75 -0
  86. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/panel.jsx +297 -0
  87. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/settings-radio-label.jsx +20 -0
  88. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/toggle.jsx +31 -0
  89. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/tabs/index.jsx +51 -0
  90. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/tags-input/index.jsx +121 -0
  91. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/two-choice.jsx +94 -0
  92. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/with-stateful-model.jsx +36 -0
  93. package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.json +547 -0
  94. package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.md +513 -0
  95. package/configure/node_modules/@pie-lib/correct-answer-toggle/LICENSE.md +5 -0
  96. package/configure/node_modules/@pie-lib/correct-answer-toggle/README.md +64 -0
  97. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js +81 -0
  98. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js.map +1 -0
  99. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js +150 -0
  100. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js.map +1 -0
  101. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js +65 -0
  102. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js.map +1 -0
  103. package/configure/node_modules/@pie-lib/correct-answer-toggle/package.json +36 -0
  104. package/configure/node_modules/@pie-lib/correct-answer-toggle/preview.png +0 -0
  105. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/expander.jsx +60 -0
  106. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/index.jsx +73 -0
  107. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/styles.js +60 -0
  108. package/configure/node_modules/@pie-lib/editable-html/CHANGELOG.json +3162 -0
  109. package/configure/node_modules/@pie-lib/editable-html/CHANGELOG.md +1441 -0
  110. package/configure/node_modules/@pie-lib/editable-html/LICENSE.md +5 -0
  111. package/configure/node_modules/@pie-lib/editable-html/README.md +45 -0
  112. package/configure/node_modules/@pie-lib/editable-html/deploy.sh +16 -0
  113. package/configure/node_modules/@pie-lib/editable-html/lib/editor.js +698 -0
  114. package/configure/node_modules/@pie-lib/editable-html/lib/editor.js.map +1 -0
  115. package/configure/node_modules/@pie-lib/editable-html/lib/index.js +213 -0
  116. package/configure/node_modules/@pie-lib/editable-html/lib/index.js.map +1 -0
  117. package/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js +16 -0
  118. package/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js.map +1 -0
  119. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js +248 -0
  120. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js.map +1 -0
  121. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js +141 -0
  122. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js.map +1 -0
  123. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js +219 -0
  124. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js.map +1 -0
  125. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js +141 -0
  126. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js.map +1 -0
  127. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js +133 -0
  128. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js.map +1 -0
  129. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js +136 -0
  130. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js.map +1 -0
  131. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js +352 -0
  132. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js.map +1 -0
  133. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js +338 -0
  134. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js.map +1 -0
  135. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js +445 -0
  136. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js.map +1 -0
  137. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js +105 -0
  138. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js.map +1 -0
  139. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js +100 -0
  140. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js.map +1 -0
  141. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js +229 -0
  142. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js.map +1 -0
  143. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js +97 -0
  144. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js.map +1 -0
  145. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js +53 -0
  146. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js.map +1 -0
  147. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js +93 -0
  148. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js.map +1 -0
  149. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js +277 -0
  150. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js.map +1 -0
  151. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js +70 -0
  152. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js.map +1 -0
  153. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js +110 -0
  154. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js.map +1 -0
  155. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js +69 -0
  156. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js.map +1 -0
  157. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js +443 -0
  158. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js.map +1 -0
  159. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js +167 -0
  160. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js.map +1 -0
  161. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js +129 -0
  162. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js.map +1 -0
  163. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js +50 -0
  164. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js.map +1 -0
  165. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js +263 -0
  166. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js.map +1 -0
  167. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js +32 -0
  168. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js.map +1 -0
  169. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js +164 -0
  170. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js.map +1 -0
  171. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js +350 -0
  172. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js.map +1 -0
  173. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js +62 -0
  174. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js.map +1 -0
  175. package/configure/node_modules/@pie-lib/editable-html/lib/serialization.js +405 -0
  176. package/configure/node_modules/@pie-lib/editable-html/lib/serialization.js.map +1 -0
  177. package/configure/node_modules/@pie-lib/editable-html/lib/theme.js +9 -0
  178. package/configure/node_modules/@pie-lib/editable-html/lib/theme.js.map +1 -0
  179. package/configure/node_modules/@pie-lib/editable-html/package.json +51 -0
  180. package/configure/node_modules/@pie-lib/editable-html/playground/image/data.js +59 -0
  181. package/configure/node_modules/@pie-lib/editable-html/playground/image/index.html +24 -0
  182. package/configure/node_modules/@pie-lib/editable-html/playground/image/index.jsx +83 -0
  183. package/configure/node_modules/@pie-lib/editable-html/playground/index.html +27 -0
  184. package/configure/node_modules/@pie-lib/editable-html/playground/mathquill/index.html +25 -0
  185. package/configure/node_modules/@pie-lib/editable-html/playground/mathquill/index.jsx +151 -0
  186. package/configure/node_modules/@pie-lib/editable-html/playground/package.json +15 -0
  187. package/configure/node_modules/@pie-lib/editable-html/playground/prod-test/index.html +26 -0
  188. package/configure/node_modules/@pie-lib/editable-html/playground/prod-test/index.jsx +30 -0
  189. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/data.js +29 -0
  190. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/image-plugin.jsx +40 -0
  191. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/index.html +23 -0
  192. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/index.jsx +96 -0
  193. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/data.js +29 -0
  194. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/image-plugin.jsx +40 -0
  195. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/index.html +24 -0
  196. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/index.jsx +12 -0
  197. package/configure/node_modules/@pie-lib/editable-html/playground/static.json +3 -0
  198. package/configure/node_modules/@pie-lib/editable-html/playground/table-examples.html +67 -0
  199. package/configure/node_modules/@pie-lib/editable-html/playground/webpack.config.js +42 -0
  200. package/configure/node_modules/@pie-lib/editable-html/src/editor.jsx +584 -0
  201. package/configure/node_modules/@pie-lib/editable-html/src/index.jsx +128 -0
  202. package/configure/node_modules/@pie-lib/editable-html/src/parse-html.js +8 -0
  203. package/configure/node_modules/@pie-lib/editable-html/src/plugins/README.md +27 -0
  204. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/component.jsx +166 -0
  205. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/image-toolbar.jsx +62 -0
  206. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/index.jsx +180 -0
  207. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/insert-image-handler.js +93 -0
  208. package/configure/node_modules/@pie-lib/editable-html/src/plugins/index.jsx +112 -0
  209. package/configure/node_modules/@pie-lib/editable-html/src/plugins/list/index.jsx +113 -0
  210. package/configure/node_modules/@pie-lib/editable-html/src/plugins/math/index.jsx +289 -0
  211. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/index.jsx +281 -0
  212. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-dialog.js +372 -0
  213. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-toolbar.jsx +53 -0
  214. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-wrapper.jsx +43 -0
  215. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/choice.jsx +160 -0
  216. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/index.jsx +78 -0
  217. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/explicit-constructed-response/index.jsx +45 -0
  218. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/icons/index.jsx +68 -0
  219. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/index.jsx +244 -0
  220. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/inline-dropdown/index.jsx +63 -0
  221. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/utils.jsx +77 -0
  222. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/icons/index.jsx +59 -0
  223. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/index.jsx +390 -0
  224. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/table-toolbar.jsx +104 -0
  225. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/default-toolbar.jsx +103 -0
  226. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/done-button.jsx +36 -0
  227. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/editor-and-toolbar.jsx +217 -0
  228. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/index.jsx +21 -0
  229. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar-buttons.jsx +86 -0
  230. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar.jsx +313 -0
  231. package/configure/node_modules/@pie-lib/editable-html/src/plugins/utils.js +32 -0
  232. package/configure/node_modules/@pie-lib/editable-html/src/serialization.jsx +369 -0
  233. package/configure/node_modules/@pie-lib/editable-html/src/theme.js +1 -0
  234. package/configure/node_modules/@pie-lib/editable-html/static.json +1 -0
  235. package/configure/node_modules/@pie-lib/math-input/CHANGELOG.json +1412 -0
  236. package/configure/node_modules/@pie-lib/math-input/CHANGELOG.md +874 -0
  237. package/configure/node_modules/@pie-lib/math-input/LICENSE.md +5 -0
  238. package/configure/node_modules/@pie-lib/math-input/README.md +27 -0
  239. package/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js +123 -0
  240. package/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js.map +1 -0
  241. package/configure/node_modules/@pie-lib/math-input/lib/index.js +75 -0
  242. package/configure/node_modules/@pie-lib/math-input/lib/index.js.map +1 -0
  243. package/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js +367 -0
  244. package/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js.map +1 -0
  245. package/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js +30 -0
  246. package/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js.map +1 -0
  247. package/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js +41 -0
  248. package/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js.map +1 -0
  249. package/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js +17 -0
  250. package/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js.map +1 -0
  251. package/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js +46 -0
  252. package/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js.map +1 -0
  253. package/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js +26 -0
  254. package/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js.map +1 -0
  255. package/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js +53 -0
  256. package/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js.map +1 -0
  257. package/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js +16 -0
  258. package/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js.map +1 -0
  259. package/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js +35 -0
  260. package/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js.map +1 -0
  261. package/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js +31 -0
  262. package/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js.map +1 -0
  263. package/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js +139 -0
  264. package/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js.map +1 -0
  265. package/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js +198 -0
  266. package/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js.map +1 -0
  267. package/configure/node_modules/@pie-lib/math-input/lib/keys/index.js +50 -0
  268. package/configure/node_modules/@pie-lib/math-input/lib/keys/index.js.map +1 -0
  269. package/configure/node_modules/@pie-lib/math-input/lib/keys/log.js +32 -0
  270. package/configure/node_modules/@pie-lib/math-input/lib/keys/log.js.map +1 -0
  271. package/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js +23 -0
  272. package/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js.map +1 -0
  273. package/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js +23 -0
  274. package/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js.map +1 -0
  275. package/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js +69 -0
  276. package/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js.map +1 -0
  277. package/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js +23 -0
  278. package/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js.map +1 -0
  279. package/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js +17 -0
  280. package/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js.map +1 -0
  281. package/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js +38 -0
  282. package/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js.map +1 -0
  283. package/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js +23 -0
  284. package/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js.map +1 -0
  285. package/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js +53 -0
  286. package/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js.map +1 -0
  287. package/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js +126 -0
  288. package/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js.map +1 -0
  289. package/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js +29 -0
  290. package/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js.map +1 -0
  291. package/configure/node_modules/@pie-lib/math-input/lib/math-input.js +200 -0
  292. package/configure/node_modules/@pie-lib/math-input/lib/math-input.js.map +1 -0
  293. package/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js +23 -0
  294. package/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js.map +1 -0
  295. package/configure/node_modules/@pie-lib/math-input/lib/mq/index.js +24 -0
  296. package/configure/node_modules/@pie-lib/math-input/lib/mq/index.js.map +1 -0
  297. package/configure/node_modules/@pie-lib/math-input/lib/mq/input.js +255 -0
  298. package/configure/node_modules/@pie-lib/math-input/lib/mq/input.js.map +1 -0
  299. package/configure/node_modules/@pie-lib/math-input/lib/mq/static.js +216 -0
  300. package/configure/node_modules/@pie-lib/math-input/lib/mq/static.js.map +1 -0
  301. package/configure/node_modules/@pie-lib/math-input/package.json +26 -0
  302. package/configure/node_modules/@pie-lib/math-input/src/horizontal-keypad.jsx +53 -0
  303. package/configure/node_modules/@pie-lib/math-input/src/index.jsx +27 -0
  304. package/configure/node_modules/@pie-lib/math-input/src/keypad/index.jsx +279 -0
  305. package/configure/node_modules/@pie-lib/math-input/src/keypad/keys-layout.js +17 -0
  306. package/configure/node_modules/@pie-lib/math-input/src/keys/basic-operators.js +32 -0
  307. package/configure/node_modules/@pie-lib/math-input/src/keys/chars.js +5 -0
  308. package/configure/node_modules/@pie-lib/math-input/src/keys/comparison.js +27 -0
  309. package/configure/node_modules/@pie-lib/math-input/src/keys/constants.js +18 -0
  310. package/configure/node_modules/@pie-lib/math-input/src/keys/digits.js +40 -0
  311. package/configure/node_modules/@pie-lib/math-input/src/keys/edit.js +3 -0
  312. package/configure/node_modules/@pie-lib/math-input/src/keys/exponent.js +27 -0
  313. package/configure/node_modules/@pie-lib/math-input/src/keys/fractions.js +23 -0
  314. package/configure/node_modules/@pie-lib/math-input/src/keys/geometry.js +116 -0
  315. package/configure/node_modules/@pie-lib/math-input/src/keys/grades.js +265 -0
  316. package/configure/node_modules/@pie-lib/math-input/src/keys/index.js +21 -0
  317. package/configure/node_modules/@pie-lib/math-input/src/keys/log.js +22 -0
  318. package/configure/node_modules/@pie-lib/math-input/src/keys/logic.js +15 -0
  319. package/configure/node_modules/@pie-lib/math-input/src/keys/matrices.js +15 -0
  320. package/configure/node_modules/@pie-lib/math-input/src/keys/misc.js +60 -0
  321. package/configure/node_modules/@pie-lib/math-input/src/keys/navigation.js +8 -0
  322. package/configure/node_modules/@pie-lib/math-input/src/keys/operators.js +9 -0
  323. package/configure/node_modules/@pie-lib/math-input/src/keys/statistics.js +29 -0
  324. package/configure/node_modules/@pie-lib/math-input/src/keys/sub-sup.js +15 -0
  325. package/configure/node_modules/@pie-lib/math-input/src/keys/trigonometry.js +15 -0
  326. package/configure/node_modules/@pie-lib/math-input/src/keys/utils.js +71 -0
  327. package/configure/node_modules/@pie-lib/math-input/src/keys/vars.js +19 -0
  328. package/configure/node_modules/@pie-lib/math-input/src/math-input.jsx +128 -0
  329. package/configure/node_modules/@pie-lib/math-input/src/mq/custom-elements.js +11 -0
  330. package/configure/node_modules/@pie-lib/math-input/src/mq/index.js +4 -0
  331. package/configure/node_modules/@pie-lib/math-input/src/mq/input.jsx +163 -0
  332. package/configure/node_modules/@pie-lib/math-input/src/mq/static.jsx +139 -0
  333. package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.json +657 -0
  334. package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.md +412 -0
  335. package/configure/node_modules/@pie-lib/math-rendering/LICENSE.md +5 -0
  336. package/configure/node_modules/@pie-lib/math-rendering/lib/index.js +30 -0
  337. package/configure/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
  338. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +312 -0
  339. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
  340. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
  341. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
  342. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +119 -0
  343. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
  344. package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js +99 -0
  345. package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
  346. package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js +239 -0
  347. package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
  348. package/configure/node_modules/@pie-lib/math-rendering/package.json +19 -0
  349. package/configure/node_modules/@pie-lib/math-rendering/playground/demo.html +872 -0
  350. package/configure/node_modules/@pie-lib/math-rendering/playground/demo.js +108 -0
  351. package/configure/node_modules/@pie-lib/math-rendering/playground/main.html +156 -0
  352. package/configure/node_modules/@pie-lib/math-rendering/playground/main.js +16 -0
  353. package/configure/node_modules/@pie-lib/math-rendering/playground/webpack.config.js +29 -0
  354. package/configure/node_modules/@pie-lib/math-rendering/src/index.js +4 -0
  355. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +215 -0
  356. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
  357. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
  358. package/configure/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
  359. package/configure/node_modules/@pie-lib/math-rendering/src/render-math.js +203 -0
  360. package/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.json +847 -0
  361. package/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.md +742 -0
  362. package/configure/node_modules/@pie-lib/math-toolbar/LICENSE.md +5 -0
  363. package/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js +53 -0
  364. package/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js.map +1 -0
  365. package/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js +386 -0
  366. package/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js.map +1 -0
  367. package/configure/node_modules/@pie-lib/math-toolbar/lib/index.js +259 -0
  368. package/configure/node_modules/@pie-lib/math-toolbar/lib/index.js.map +1 -0
  369. package/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js +163 -0
  370. package/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js.map +1 -0
  371. package/configure/node_modules/@pie-lib/math-toolbar/package.json +36 -0
  372. package/configure/node_modules/@pie-lib/math-toolbar/src/done-button.jsx +39 -0
  373. package/configure/node_modules/@pie-lib/math-toolbar/src/editor-and-pad.jsx +311 -0
  374. package/configure/node_modules/@pie-lib/math-toolbar/src/index.jsx +185 -0
  375. package/configure/node_modules/@pie-lib/math-toolbar/src/math-preview.jsx +101 -0
  376. package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.json +937 -0
  377. package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.md +616 -0
  378. package/configure/node_modules/@pie-lib/render-ui/LICENSE.md +5 -0
  379. package/configure/node_modules/@pie-lib/render-ui/README.md +33 -0
  380. package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +144 -0
  381. package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
  382. package/configure/node_modules/@pie-lib/render-ui/lib/color.js +134 -0
  383. package/configure/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
  384. package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js +154 -0
  385. package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
  386. package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js +24 -0
  387. package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
  388. package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js +98 -0
  389. package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
  390. package/configure/node_modules/@pie-lib/render-ui/lib/index.js +99 -0
  391. package/configure/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
  392. package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
  393. package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
  394. package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js +129 -0
  395. package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
  396. package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +133 -0
  397. package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
  398. package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
  399. package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
  400. package/configure/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
  401. package/configure/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
  402. package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js +154 -0
  403. package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
  404. package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +194 -0
  405. package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
  406. package/configure/node_modules/@pie-lib/render-ui/package.json +30 -0
  407. package/configure/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +68 -0
  408. package/configure/node_modules/@pie-lib/render-ui/src/color.js +48 -0
  409. package/configure/node_modules/@pie-lib/render-ui/src/feedback.jsx +100 -0
  410. package/configure/node_modules/@pie-lib/render-ui/src/has-text.js +14 -0
  411. package/configure/node_modules/@pie-lib/render-ui/src/html-and-math.js +40 -0
  412. package/configure/node_modules/@pie-lib/render-ui/src/index.js +27 -0
  413. package/configure/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
  414. package/configure/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +77 -0
  415. package/configure/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +73 -0
  416. package/configure/node_modules/@pie-lib/render-ui/src/purpose.jsx +19 -0
  417. package/configure/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
  418. package/configure/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
  419. package/configure/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +118 -0
  420. package/configure/node_modules/immutable/LICENSE +21 -0
  421. package/configure/node_modules/immutable/README.md +657 -0
  422. package/configure/node_modules/immutable/dist/immutable-nonambient.d.ts +5607 -0
  423. package/configure/node_modules/immutable/dist/immutable.d.ts +5611 -0
  424. package/configure/node_modules/immutable/dist/immutable.es.js +5893 -0
  425. package/configure/node_modules/immutable/dist/immutable.js +5948 -0
  426. package/configure/node_modules/immutable/dist/immutable.js.flow +2340 -0
  427. package/configure/node_modules/immutable/dist/immutable.min.js +55 -0
  428. package/configure/node_modules/immutable/package.json +41 -0
  429. package/configure/node_modules/slate-dev-environment/Readme.md +1 -0
  430. package/configure/node_modules/slate-dev-environment/dist/slate-dev-environment.js +287 -0
  431. package/configure/node_modules/slate-dev-environment/dist/slate-dev-environment.min.js +1 -0
  432. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.es.js +264 -0
  433. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.es.js.map +1 -0
  434. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.js +282 -0
  435. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.js.map +1 -0
  436. package/configure/node_modules/slate-dev-environment/package.json +21 -0
  437. package/configure/node_modules/slate-edit-list/CHANGELOG.md +124 -0
  438. package/configure/node_modules/slate-edit-list/LICENSE +201 -0
  439. package/configure/node_modules/slate-edit-list/README.md +159 -0
  440. package/configure/node_modules/slate-edit-list/dist/changes/decreaseItemDepth.js +73 -0
  441. package/configure/node_modules/slate-edit-list/dist/changes/decreaseItemDepth.js.flow +88 -0
  442. package/configure/node_modules/slate-edit-list/dist/changes/increaseItemDepth.js +70 -0
  443. package/configure/node_modules/slate-edit-list/dist/changes/increaseItemDepth.js.flow +77 -0
  444. package/configure/node_modules/slate-edit-list/dist/changes/index.js +34 -0
  445. package/configure/node_modules/slate-edit-list/dist/changes/index.js.flow +13 -0
  446. package/configure/node_modules/slate-edit-list/dist/changes/splitListItem.js +27 -0
  447. package/configure/node_modules/slate-edit-list/dist/changes/splitListItem.js.flow +26 -0
  448. package/configure/node_modules/slate-edit-list/dist/changes/unwrapList.js +52 -0
  449. package/configure/node_modules/slate-edit-list/dist/changes/unwrapList.js.flow +46 -0
  450. package/configure/node_modules/slate-edit-list/dist/changes/wrapInList.js +67 -0
  451. package/configure/node_modules/slate-edit-list/dist/changes/wrapInList.js.flow +67 -0
  452. package/configure/node_modules/slate-edit-list/dist/core.js +80 -0
  453. package/configure/node_modules/slate-edit-list/dist/core.js.flow +76 -0
  454. package/configure/node_modules/slate-edit-list/dist/handlers/index.js +24 -0
  455. package/configure/node_modules/slate-edit-list/dist/handlers/index.js.flow +5 -0
  456. package/configure/node_modules/slate-edit-list/dist/handlers/onBackspace.js +45 -0
  457. package/configure/node_modules/slate-edit-list/dist/handlers/onBackspace.js.flow +44 -0
  458. package/configure/node_modules/slate-edit-list/dist/handlers/onEnter.js +54 -0
  459. package/configure/node_modules/slate-edit-list/dist/handlers/onEnter.js.flow +54 -0
  460. package/configure/node_modules/slate-edit-list/dist/handlers/onTab.js +39 -0
  461. package/configure/node_modules/slate-edit-list/dist/handlers/onTab.js.flow +34 -0
  462. package/configure/node_modules/slate-edit-list/dist/index.js +58 -0
  463. package/configure/node_modules/slate-edit-list/dist/index.js.flow +45 -0
  464. package/configure/node_modules/slate-edit-list/dist/options.js +34 -0
  465. package/configure/node_modules/slate-edit-list/dist/options.js.flow +26 -0
  466. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentItem.js +24 -0
  467. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentItem.js.flow +20 -0
  468. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentList.js +31 -0
  469. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentList.js.flow +21 -0
  470. package/configure/node_modules/slate-edit-list/dist/utils/getItemDepth.js +34 -0
  471. package/configure/node_modules/slate-edit-list/dist/utils/getItemDepth.js.flow +24 -0
  472. package/configure/node_modules/slate-edit-list/dist/utils/getItemsAtRange.js +60 -0
  473. package/configure/node_modules/slate-edit-list/dist/utils/getItemsAtRange.js.flow +51 -0
  474. package/configure/node_modules/slate-edit-list/dist/utils/getListForItem.js +25 -0
  475. package/configure/node_modules/slate-edit-list/dist/utils/getListForItem.js.flow +16 -0
  476. package/configure/node_modules/slate-edit-list/dist/utils/getPreviousItem.js +39 -0
  477. package/configure/node_modules/slate-edit-list/dist/utils/getPreviousItem.js.flow +29 -0
  478. package/configure/node_modules/slate-edit-list/dist/utils/index.js +49 -0
  479. package/configure/node_modules/slate-edit-list/dist/utils/index.js.flow +19 -0
  480. package/configure/node_modules/slate-edit-list/dist/utils/isList.js +15 -0
  481. package/configure/node_modules/slate-edit-list/dist/utils/isList.js.flow +13 -0
  482. package/configure/node_modules/slate-edit-list/dist/utils/isSelectionInList.js +22 -0
  483. package/configure/node_modules/slate-edit-list/dist/utils/isSelectionInList.js.flow +14 -0
  484. package/configure/node_modules/slate-edit-list/dist/validation/index.js +19 -0
  485. package/configure/node_modules/slate-edit-list/dist/validation/index.js.flow +4 -0
  486. package/configure/node_modules/slate-edit-list/dist/validation/schema.js +83 -0
  487. package/configure/node_modules/slate-edit-list/dist/validation/schema.js.flow +81 -0
  488. package/configure/node_modules/slate-edit-list/dist/validation/validateNode.js +61 -0
  489. package/configure/node_modules/slate-edit-list/dist/validation/validateNode.js.flow +61 -0
  490. package/configure/node_modules/slate-edit-list/package.json +67 -0
  491. package/configure/node_modules/slate-edit-table/CHANGELOG.md +192 -0
  492. package/configure/node_modules/slate-edit-table/LICENSE +201 -0
  493. package/configure/node_modules/slate-edit-table/README.md +269 -0
  494. package/configure/node_modules/slate-edit-table/dist/changes/clearCell.js +29 -0
  495. package/configure/node_modules/slate-edit-table/dist/changes/clearCell.js.flow +26 -0
  496. package/configure/node_modules/slate-edit-table/dist/changes/index.js +69 -0
  497. package/configure/node_modules/slate-edit-table/dist/changes/index.js.flow +27 -0
  498. package/configure/node_modules/slate-edit-table/dist/changes/insertColumn.js +43 -0
  499. package/configure/node_modules/slate-edit-table/dist/changes/insertColumn.js.flow +46 -0
  500. package/configure/node_modules/slate-edit-table/dist/changes/insertRow.js +36 -0
  501. package/configure/node_modules/slate-edit-table/dist/changes/insertRow.js.flow +35 -0
  502. package/configure/node_modules/slate-edit-table/dist/changes/insertTable.js +29 -0
  503. package/configure/node_modules/slate-edit-table/dist/changes/insertTable.js.flow +27 -0
  504. package/configure/node_modules/slate-edit-table/dist/changes/moveSelection.js +32 -0
  505. package/configure/node_modules/slate-edit-table/dist/changes/moveSelection.js.flow +31 -0
  506. package/configure/node_modules/slate-edit-table/dist/changes/moveSelectionBy.js +84 -0
  507. package/configure/node_modules/slate-edit-table/dist/changes/moveSelectionBy.js.flow +80 -0
  508. package/configure/node_modules/slate-edit-table/dist/changes/removeColumn.js +36 -0
  509. package/configure/node_modules/slate-edit-table/dist/changes/removeColumn.js.flow +28 -0
  510. package/configure/node_modules/slate-edit-table/dist/changes/removeColumnByKey.js +52 -0
  511. package/configure/node_modules/slate-edit-table/dist/changes/removeColumnByKey.js.flow +40 -0
  512. package/configure/node_modules/slate-edit-table/dist/changes/removeRow.js +36 -0
  513. package/configure/node_modules/slate-edit-table/dist/changes/removeRow.js.flow +27 -0
  514. package/configure/node_modules/slate-edit-table/dist/changes/removeRowByKey.js +41 -0
  515. package/configure/node_modules/slate-edit-table/dist/changes/removeRowByKey.js.flow +30 -0
  516. package/configure/node_modules/slate-edit-table/dist/changes/removeTable.js +26 -0
  517. package/configure/node_modules/slate-edit-table/dist/changes/removeTable.js.flow +17 -0
  518. package/configure/node_modules/slate-edit-table/dist/changes/removeTableByKey.js +56 -0
  519. package/configure/node_modules/slate-edit-table/dist/changes/removeTableByKey.js.flow +54 -0
  520. package/configure/node_modules/slate-edit-table/dist/core.js +88 -0
  521. package/configure/node_modules/slate-edit-table/dist/core.js.flow +94 -0
  522. package/configure/node_modules/slate-edit-table/dist/handlers/index.js +39 -0
  523. package/configure/node_modules/slate-edit-table/dist/handlers/index.js.flow +8 -0
  524. package/configure/node_modules/slate-edit-table/dist/handlers/onBackspace.js +82 -0
  525. package/configure/node_modules/slate-edit-table/dist/handlers/onBackspace.js.flow +87 -0
  526. package/configure/node_modules/slate-edit-table/dist/handlers/onEnter.js +34 -0
  527. package/configure/node_modules/slate-edit-table/dist/handlers/onEnter.js.flow +37 -0
  528. package/configure/node_modules/slate-edit-table/dist/handlers/onKeyDown.js +71 -0
  529. package/configure/node_modules/slate-edit-table/dist/handlers/onKeyDown.js.flow +56 -0
  530. package/configure/node_modules/slate-edit-table/dist/handlers/onModEnter.js +35 -0
  531. package/configure/node_modules/slate-edit-table/dist/handlers/onModEnter.js.flow +38 -0
  532. package/configure/node_modules/slate-edit-table/dist/handlers/onTab.js +56 -0
  533. package/configure/node_modules/slate-edit-table/dist/handlers/onTab.js.flow +51 -0
  534. package/configure/node_modules/slate-edit-table/dist/handlers/onUpDown.js +38 -0
  535. package/configure/node_modules/slate-edit-table/dist/handlers/onUpDown.js.flow +41 -0
  536. package/configure/node_modules/slate-edit-table/dist/index.js +36 -0
  537. package/configure/node_modules/slate-edit-table/dist/index.js.flow +27 -0
  538. package/configure/node_modules/slate-edit-table/dist/options.js +61 -0
  539. package/configure/node_modules/slate-edit-table/dist/options.js.flow +42 -0
  540. package/configure/node_modules/slate-edit-table/dist/utils/TablePosition.js +306 -0
  541. package/configure/node_modules/slate-edit-table/dist/utils/TablePosition.js.flow +211 -0
  542. package/configure/node_modules/slate-edit-table/dist/utils/createCell.js +30 -0
  543. package/configure/node_modules/slate-edit-table/dist/utils/createCell.js.flow +26 -0
  544. package/configure/node_modules/slate-edit-table/dist/utils/createRow.js +30 -0
  545. package/configure/node_modules/slate-edit-table/dist/utils/createRow.js.flow +28 -0
  546. package/configure/node_modules/slate-edit-table/dist/utils/createTable.js +30 -0
  547. package/configure/node_modules/slate-edit-table/dist/utils/createTable.js.flow +33 -0
  548. package/configure/node_modules/slate-edit-table/dist/utils/forEachCells.js +21 -0
  549. package/configure/node_modules/slate-edit-table/dist/utils/forEachCells.js.flow +22 -0
  550. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtColumn.js +22 -0
  551. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtColumn.js.flow +19 -0
  552. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtRow.js +20 -0
  553. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtRow.js.flow +19 -0
  554. package/configure/node_modules/slate-edit-table/dist/utils/getPosition.js +24 -0
  555. package/configure/node_modules/slate-edit-table/dist/utils/getPosition.js.flow +19 -0
  556. package/configure/node_modules/slate-edit-table/dist/utils/getPositionByKey.js +26 -0
  557. package/configure/node_modules/slate-edit-table/dist/utils/getPositionByKey.js.flow +21 -0
  558. package/configure/node_modules/slate-edit-table/dist/utils/getRow.js +24 -0
  559. package/configure/node_modules/slate-edit-table/dist/utils/getRow.js.flow +19 -0
  560. package/configure/node_modules/slate-edit-table/dist/utils/index.js +64 -0
  561. package/configure/node_modules/slate-edit-table/dist/utils/index.js.flow +25 -0
  562. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionInTable.js +34 -0
  563. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionInTable.js.flow +27 -0
  564. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionOutOfTable.js +30 -0
  565. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionOutOfTable.js.flow +23 -0
  566. package/configure/node_modules/slate-edit-table/dist/validation/index.js +19 -0
  567. package/configure/node_modules/slate-edit-table/dist/validation/index.js.flow +4 -0
  568. package/configure/node_modules/slate-edit-table/dist/validation/schema.js +101 -0
  569. package/configure/node_modules/slate-edit-table/dist/validation/schema.js.flow +98 -0
  570. package/configure/node_modules/slate-edit-table/dist/validation/validateNode.js +56 -0
  571. package/configure/node_modules/slate-edit-table/dist/validation/validateNode.js.flow +49 -0
  572. package/configure/node_modules/slate-edit-table/package.json +69 -0
  573. package/configure/package.json +1 -1
  574. package/package.json +2 -2
@@ -0,0 +1,391 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = exports.ChoiceConfiguration = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _propTypes = _interopRequireDefault(require("prop-types"));
11
+
12
+ var _styles = require("@material-ui/core/styles");
13
+
14
+ var _TextField = _interopRequireDefault(require("@material-ui/core/TextField"));
15
+
16
+ var _classnames = _interopRequireDefault(require("classnames"));
17
+
18
+ var _renderUi = require("@pie-lib/render-ui");
19
+
20
+ var _editableHtml = _interopRequireDefault(require("@pie-lib/editable-html"));
21
+
22
+ var _inputs = require("../inputs");
23
+
24
+ var _feedbackMenu = _interopRequireDefault(require("./feedback-menu"));
25
+
26
+ var _Delete = _interopRequireDefault(require("@material-ui/icons/Delete"));
27
+
28
+ var _SubdirectoryArrowRight = _interopRequireDefault(require("@material-ui/icons/SubdirectoryArrowRight"));
29
+
30
+ var _IconButton = _interopRequireDefault(require("@material-ui/core/IconButton"));
31
+
32
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
33
+
34
+ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
35
+
36
+ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
37
+
38
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
39
+
40
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(source, true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(source).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
41
+
42
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
43
+
44
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
45
+
46
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
47
+
48
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
49
+
50
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
51
+
52
+ function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
53
+
54
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
55
+
56
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
57
+
58
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
59
+
60
+ var EditableHtmlContainer = (0, _styles.withStyles)(function (theme) {
61
+ return {
62
+ labelContainer: {},
63
+ editorHolder: {
64
+ marginTop: theme.spacing.unit * 2
65
+ }
66
+ };
67
+ })(function (_ref) {
68
+ var label = _ref.label,
69
+ classes = _ref.classes,
70
+ onChange = _ref.onChange,
71
+ value = _ref.value,
72
+ className = _ref.className,
73
+ imageSupport = _ref.imageSupport,
74
+ disabled = _ref.disabled,
75
+ nonEmpty = _ref.nonEmpty,
76
+ toolbarOpts = _ref.toolbarOpts;
77
+ var names = (0, _classnames["default"])(classes.labelContainer, className);
78
+ return _react["default"].createElement(_renderUi.InputContainer, {
79
+ label: label,
80
+ className: names
81
+ }, _react["default"].createElement("div", {
82
+ className: classes.editorHolder
83
+ }, _react["default"].createElement(_editableHtml["default"], {
84
+ markup: value || '',
85
+ disabled: disabled,
86
+ nonEmpty: nonEmpty,
87
+ onChange: onChange,
88
+ imageSupport: imageSupport,
89
+ className: classes.editor,
90
+ toolbarOpts: toolbarOpts
91
+ })));
92
+ });
93
+ var Feedback = (0, _styles.withStyles)(function () {
94
+ return {
95
+ text: {
96
+ width: '100%'
97
+ },
98
+ feedbackContainer: {
99
+ position: 'relative'
100
+ },
101
+ arrowIcon: {
102
+ fill: '#ccc',
103
+ left: -56,
104
+ position: 'absolute',
105
+ top: 20
106
+ }
107
+ };
108
+ })(function (_ref2) {
109
+ var value = _ref2.value,
110
+ onChange = _ref2.onChange,
111
+ type = _ref2.type,
112
+ correct = _ref2.correct,
113
+ classes = _ref2.classes,
114
+ defaults = _ref2.defaults,
115
+ toolbarOpts = _ref2.toolbarOpts;
116
+
117
+ if (!type || type === 'none') {
118
+ return null;
119
+ } else if (type === 'default') {
120
+ return _react["default"].createElement("div", {
121
+ className: classes.feedbackContainer
122
+ }, _react["default"].createElement(_SubdirectoryArrowRight["default"], {
123
+ className: classes.arrowIcon
124
+ }), _react["default"].createElement(_TextField["default"], {
125
+ className: classes.text,
126
+ label: "Feedback Text",
127
+ value: correct ? defaults.correct : defaults.incorrect
128
+ }));
129
+ } else {
130
+ return _react["default"].createElement("div", {
131
+ className: classes.feedbackContainer
132
+ }, _react["default"].createElement(_SubdirectoryArrowRight["default"], {
133
+ className: classes.arrowIcon
134
+ }), _react["default"].createElement(EditableHtmlContainer, {
135
+ className: classes.text,
136
+ label: "Feedback Text",
137
+ value: value,
138
+ onChange: onChange,
139
+ toolbarOpts: toolbarOpts
140
+ }));
141
+ }
142
+ });
143
+
144
+ var ChoiceConfiguration =
145
+ /*#__PURE__*/
146
+ function (_React$Component) {
147
+ _inherits(ChoiceConfiguration, _React$Component);
148
+
149
+ function ChoiceConfiguration() {
150
+ var _getPrototypeOf2;
151
+
152
+ var _this;
153
+
154
+ _classCallCheck(this, ChoiceConfiguration);
155
+
156
+ for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
157
+ args[_key] = arguments[_key];
158
+ }
159
+
160
+ _this = _possibleConstructorReturn(this, (_getPrototypeOf2 = _getPrototypeOf(ChoiceConfiguration)).call.apply(_getPrototypeOf2, [this].concat(args)));
161
+
162
+ _defineProperty(_assertThisInitialized(_this), "_changeFn", function (key) {
163
+ return function (update) {
164
+ var _this$props = _this.props,
165
+ data = _this$props.data,
166
+ onChange = _this$props.onChange;
167
+
168
+ if (onChange) {
169
+ onChange(_objectSpread({}, data, _defineProperty({}, key, update)));
170
+ }
171
+ };
172
+ });
173
+
174
+ _defineProperty(_assertThisInitialized(_this), "onLabelChange", _this._changeFn('label'));
175
+
176
+ _defineProperty(_assertThisInitialized(_this), "onCheckedChange", function (event) {
177
+ var correct = event.target.checked;
178
+ var _this$props2 = _this.props,
179
+ data = _this$props2.data,
180
+ onChange = _this$props2.onChange;
181
+
182
+ if (onChange) {
183
+ onChange(_objectSpread({}, data, {
184
+ correct: correct
185
+ }));
186
+ }
187
+ });
188
+
189
+ _defineProperty(_assertThisInitialized(_this), "onFeedbackValueChange", function (v) {
190
+ var _this$props3 = _this.props,
191
+ data = _this$props3.data,
192
+ onChange = _this$props3.onChange;
193
+
194
+ if (data.feedback.type !== 'custom') {
195
+ return;
196
+ }
197
+
198
+ var fb = _objectSpread({}, data.feedback, {
199
+ value: v
200
+ });
201
+
202
+ if (onChange) onChange(_objectSpread({}, data, {
203
+ feedback: fb
204
+ }));
205
+ });
206
+
207
+ _defineProperty(_assertThisInitialized(_this), "onFeedbackTypeChange", function (t) {
208
+ var _this$props4 = _this.props,
209
+ data = _this$props4.data,
210
+ onChange = _this$props4.onChange;
211
+
212
+ var fb = _objectSpread({}, data.feedback, {
213
+ type: t
214
+ });
215
+
216
+ if (fb.type !== 'custom') {
217
+ fb.value = undefined;
218
+ }
219
+
220
+ if (onChange) onChange(_objectSpread({}, data, {
221
+ feedback: fb
222
+ }));
223
+ });
224
+
225
+ return _this;
226
+ }
227
+
228
+ _createClass(ChoiceConfiguration, [{
229
+ key: "render",
230
+ value: function render() {
231
+ var _this$props5 = this.props,
232
+ data = _this$props5.data,
233
+ classes = _this$props5.classes,
234
+ mode = _this$props5.mode,
235
+ onDelete = _this$props5.onDelete,
236
+ defaultFeedback = _this$props5.defaultFeedback,
237
+ index = _this$props5.index,
238
+ className = _this$props5.className,
239
+ noLabels = _this$props5.noLabels,
240
+ useLetterOrdering = _this$props5.useLetterOrdering,
241
+ imageSupport = _this$props5.imageSupport,
242
+ disabled = _this$props5.disabled,
243
+ nonEmpty = _this$props5.nonEmpty,
244
+ allowFeedBack = _this$props5.allowFeedBack,
245
+ allowDelete = _this$props5.allowDelete,
246
+ toolbarOpts = _this$props5.toolbarOpts;
247
+ var InputToggle = mode === 'checkbox' ? _inputs.InputCheckbox : _inputs.InputRadio;
248
+ var names = (0, _classnames["default"])(classes.choiceConfiguration, className);
249
+ return _react["default"].createElement("div", {
250
+ className: names
251
+ }, _react["default"].createElement("div", {
252
+ className: classes.topRow
253
+ }, index > 0 && _react["default"].createElement("span", {
254
+ className: classes.index,
255
+ type: "title"
256
+ }, useLetterOrdering ? String.fromCharCode(96 + index).toUpperCase() : index), _react["default"].createElement(InputToggle, {
257
+ className: classes.toggle,
258
+ onChange: this.onCheckedChange,
259
+ label: !noLabels ? 'Correct' : '',
260
+ checked: !!data.correct
261
+ }), _react["default"].createElement("div", {
262
+ className: classes.middleColumn
263
+ }, _react["default"].createElement(EditableHtmlContainer, {
264
+ label: !noLabels ? 'Label' : '',
265
+ value: data.label,
266
+ onChange: this.onLabelChange,
267
+ imageSupport: imageSupport,
268
+ disabled: disabled,
269
+ nonEmpty: nonEmpty,
270
+ toolbarOpts: toolbarOpts
271
+ }), allowFeedBack && _react["default"].createElement(Feedback, _extends({}, data.feedback, {
272
+ correct: data.correct,
273
+ defaults: defaultFeedback,
274
+ onChange: this.onFeedbackValueChange,
275
+ toolbarOpts: toolbarOpts
276
+ }))), allowFeedBack && _react["default"].createElement(_renderUi.InputContainer, {
277
+ className: classes.feedback,
278
+ label: !noLabels ? 'Feedback' : ''
279
+ }, _react["default"].createElement(_feedbackMenu["default"], {
280
+ onChange: this.onFeedbackTypeChange,
281
+ value: data.feedback,
282
+ classes: {
283
+ icon: classes.feedbackIcon
284
+ }
285
+ })), allowDelete && _react["default"].createElement(_renderUi.InputContainer, {
286
+ className: classes["delete"],
287
+ label: !noLabels ? 'Delete' : ''
288
+ }, _react["default"].createElement(_IconButton["default"], {
289
+ "aria-label": "delete",
290
+ className: classes.deleteIcon,
291
+ onClick: onDelete
292
+ }, _react["default"].createElement(_Delete["default"], null)))));
293
+ }
294
+ }]);
295
+
296
+ return ChoiceConfiguration;
297
+ }(_react["default"].Component);
298
+
299
+ exports.ChoiceConfiguration = ChoiceConfiguration;
300
+
301
+ _defineProperty(ChoiceConfiguration, "propTypes", {
302
+ classes: _propTypes["default"].object.isRequired,
303
+ noLabels: _propTypes["default"].bool,
304
+ useLetterOrdering: _propTypes["default"].bool,
305
+ className: _propTypes["default"].string,
306
+ mode: _propTypes["default"].oneOf(['checkbox', 'radio']),
307
+ defaultFeedback: _propTypes["default"].object.isRequired,
308
+ disabled: _propTypes["default"].bool,
309
+ nonEmpty: _propTypes["default"].bool,
310
+ data: _propTypes["default"].shape({
311
+ label: _propTypes["default"].string.isRequired,
312
+ value: _propTypes["default"].string.isRequired,
313
+ correct: _propTypes["default"].bool,
314
+ feedback: _propTypes["default"].shape({
315
+ type: _propTypes["default"].string,
316
+ value: _propTypes["default"].string
317
+ })
318
+ }),
319
+ onDelete: _propTypes["default"].func,
320
+ onChange: _propTypes["default"].func,
321
+ index: _propTypes["default"].number,
322
+ imageSupport: _propTypes["default"].shape({
323
+ add: _propTypes["default"].func.isRequired,
324
+ "delete": _propTypes["default"].func.isRequired
325
+ }),
326
+ allowFeedBack: _propTypes["default"].bool,
327
+ allowDelete: _propTypes["default"].bool,
328
+ toolbarOpts: _propTypes["default"].object
329
+ });
330
+
331
+ _defineProperty(ChoiceConfiguration, "defaultProps", {
332
+ index: -1,
333
+ noLabels: false,
334
+ useLetterOrdering: false,
335
+ allowFeedBack: true,
336
+ allowDelete: true
337
+ });
338
+
339
+ var styles = function styles(theme) {
340
+ return {
341
+ index: {
342
+ padding: '24px 10px 0 0'
343
+ },
344
+ choiceConfiguration: {},
345
+ topRow: {
346
+ display: 'flex'
347
+ },
348
+ value: {
349
+ flex: '0.5',
350
+ paddingRight: theme.spacing.unit
351
+ },
352
+ editorHolder: {
353
+ marginTop: theme.spacing.unit * 2
354
+ },
355
+ toggle: {
356
+ flex: '0 1 auto'
357
+ },
358
+ feedback: {
359
+ flex: '0 1 auto',
360
+ paddingTop: theme.spacing.unit,
361
+ paddingLeft: 0,
362
+ marginLeft: 0,
363
+ paddingRight: theme.spacing.unit * 3
364
+ },
365
+ feedbackIcon: {
366
+ margin: 0,
367
+ paddingLeft: 0,
368
+ width: 'inherit'
369
+ },
370
+ deleteIcon: {
371
+ margin: 0,
372
+ width: 'inherit'
373
+ },
374
+ "delete": {
375
+ flex: '0 1 auto',
376
+ paddingTop: theme.spacing.unit,
377
+ paddingLeft: 0,
378
+ marginLeft: 0
379
+ },
380
+ middleColumn: {
381
+ display: 'flex',
382
+ flex: 1,
383
+ flexDirection: 'column'
384
+ }
385
+ };
386
+ };
387
+
388
+ var _default = (0, _styles.withStyles)(styles)(ChoiceConfiguration);
389
+
390
+ exports["default"] = _default;
391
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/choice-configuration/index.jsx"],"names":["EditableHtmlContainer","theme","labelContainer","editorHolder","marginTop","spacing","unit","label","classes","onChange","value","className","imageSupport","disabled","nonEmpty","toolbarOpts","names","editor","Feedback","text","width","feedbackContainer","position","arrowIcon","fill","left","top","type","correct","defaults","incorrect","ChoiceConfiguration","key","update","props","data","_changeFn","event","target","checked","v","feedback","fb","t","undefined","mode","onDelete","defaultFeedback","index","noLabels","useLetterOrdering","allowFeedBack","allowDelete","InputToggle","InputCheckbox","InputRadio","choiceConfiguration","topRow","String","fromCharCode","toUpperCase","toggle","onCheckedChange","middleColumn","onLabelChange","onFeedbackValueChange","onFeedbackTypeChange","icon","feedbackIcon","deleteIcon","React","Component","PropTypes","object","isRequired","bool","string","oneOf","shape","func","number","add","styles","padding","display","flex","paddingRight","paddingTop","paddingLeft","marginLeft","margin","flexDirection"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport { withStyles } from '@material-ui/core/styles';\nimport TextField from '@material-ui/core/TextField';\nimport classNames from 'classnames';\nimport { InputContainer } from '@pie-lib/render-ui';\nimport EditableHtml from '@pie-lib/editable-html';\nimport { InputCheckbox, InputRadio } from '../inputs';\nimport FeedbackMenu from './feedback-menu';\nimport ActionDelete from '@material-ui/icons/Delete';\nimport ArrowRight from '@material-ui/icons/SubdirectoryArrowRight';\nimport IconButton from '@material-ui/core/IconButton';\n\nconst EditableHtmlContainer = withStyles(theme => ({\n labelContainer: {},\n editorHolder: {\n marginTop: theme.spacing.unit * 2\n }\n\n}))(\n ({\n label,\n classes,\n onChange,\n value,\n className,\n imageSupport,\n disabled,\n nonEmpty,\n toolbarOpts\n }) => {\n const names = classNames(classes.labelContainer, className);\n\n return (\n <InputContainer label={label} className={names}>\n <div className={classes.editorHolder}>\n <EditableHtml\n markup={value || ''}\n disabled={disabled}\n nonEmpty={nonEmpty}\n onChange={onChange}\n imageSupport={imageSupport}\n className={classes.editor}\n toolbarOpts={toolbarOpts}\n />\n </div>\n </InputContainer>\n );\n }\n);\n\nconst Feedback = withStyles(() => ({\n text: {\n width: '100%'\n },\n feedbackContainer: {\n position: 'relative'\n },\n arrowIcon: {\n fill: '#ccc',\n left: -56,\n position: 'absolute',\n top: 20\n }\n}))(({ value, onChange, type, correct, classes, defaults, toolbarOpts }) => {\n if (!type || type === 'none') {\n return null;\n } else if (type === 'default') {\n return (\n <div className={classes.feedbackContainer}>\n <ArrowRight className={classes.arrowIcon} />\n <TextField\n className={classes.text}\n label=\"Feedback Text\"\n value={correct ? defaults.correct : defaults.incorrect}\n />\n </div>\n );\n } else {\n return (\n <div className={classes.feedbackContainer}>\n <ArrowRight className={classes.arrowIcon} />\n <EditableHtmlContainer\n className={classes.text}\n label=\"Feedback Text\"\n value={value}\n onChange={onChange}\n toolbarOpts={toolbarOpts}\n />\n </div>\n );\n }\n});\n\nexport class ChoiceConfiguration extends React.Component {\n static propTypes = {\n classes: PropTypes.object.isRequired,\n noLabels: PropTypes.bool,\n useLetterOrdering: PropTypes.bool,\n className: PropTypes.string,\n mode: PropTypes.oneOf(['checkbox', 'radio']),\n defaultFeedback: PropTypes.object.isRequired,\n disabled: PropTypes.bool,\n nonEmpty: PropTypes.bool,\n data: PropTypes.shape({\n label: PropTypes.string.isRequired,\n value: PropTypes.string.isRequired,\n correct: PropTypes.bool,\n feedback: PropTypes.shape({\n type: PropTypes.string,\n value: PropTypes.string\n })\n }),\n onDelete: PropTypes.func,\n onChange: PropTypes.func,\n index: PropTypes.number,\n imageSupport: PropTypes.shape({\n add: PropTypes.func.isRequired,\n delete: PropTypes.func.isRequired\n }),\n allowFeedBack: PropTypes.bool,\n allowDelete: PropTypes.bool,\n toolbarOpts: PropTypes.object\n };\n\n static defaultProps = {\n index: -1,\n noLabels: false,\n useLetterOrdering: false,\n allowFeedBack: true,\n allowDelete: true\n };\n\n _changeFn = key => update => {\n const { data, onChange } = this.props;\n if (onChange) {\n onChange({ ...data, [key]: update });\n }\n };\n\n onLabelChange = this._changeFn('label');\n\n onCheckedChange = event => {\n const correct = event.target.checked;\n const { data, onChange } = this.props;\n\n if (onChange) {\n onChange({ ...data, correct });\n }\n };\n\n onFeedbackValueChange = v => {\n const { data, onChange } = this.props;\n\n if (data.feedback.type !== 'custom') {\n return;\n }\n\n const fb = { ...data.feedback, value: v };\n\n if (onChange) onChange({ ...data, feedback: fb });\n };\n\n onFeedbackTypeChange = t => {\n const { data, onChange } = this.props;\n const fb = { ...data.feedback, type: t };\n if (fb.type !== 'custom') {\n fb.value = undefined;\n }\n\n if (onChange) onChange({ ...data, feedback: fb });\n };\n\n render() {\n const {\n data,\n classes,\n mode,\n onDelete,\n defaultFeedback,\n index,\n className,\n noLabels,\n useLetterOrdering,\n imageSupport,\n disabled,\n nonEmpty,\n allowFeedBack,\n allowDelete,\n toolbarOpts\n } = this.props;\n\n const InputToggle = mode === 'checkbox' ? InputCheckbox : InputRadio;\n const names = classNames(classes.choiceConfiguration, className);\n return (\n <div className={names}>\n <div className={classes.topRow}>\n {index > 0 && (\n <span className={classes.index} type=\"title\">\n {useLetterOrdering ? String.fromCharCode(96 + index).toUpperCase() : index}\n </span>\n )}\n <InputToggle\n className={classes.toggle}\n onChange={this.onCheckedChange}\n label={!noLabels ? 'Correct' : ''}\n checked={!!data.correct}\n />\n <div className={classes.middleColumn}>\n <EditableHtmlContainer\n label={!noLabels ? 'Label' : ''}\n value={data.label}\n onChange={this.onLabelChange}\n imageSupport={imageSupport}\n disabled={disabled}\n nonEmpty={nonEmpty}\n toolbarOpts={toolbarOpts}\n />\n\n {allowFeedBack && (\n <Feedback\n {...data.feedback}\n correct={data.correct}\n defaults={defaultFeedback}\n onChange={this.onFeedbackValueChange}\n toolbarOpts={toolbarOpts}\n />\n )}\n </div>\n {allowFeedBack && (\n <InputContainer className={classes.feedback} label={!noLabels ? 'Feedback' : ''}>\n <FeedbackMenu\n onChange={this.onFeedbackTypeChange}\n value={data.feedback}\n classes={{\n icon: classes.feedbackIcon\n }}\n />\n </InputContainer>\n )}\n {allowDelete && (\n <InputContainer className={classes.delete} label={!noLabels ? 'Delete' : ''}>\n <IconButton aria-label=\"delete\" className={classes.deleteIcon} onClick={onDelete}>\n <ActionDelete />\n </IconButton>\n </InputContainer>\n )}\n </div>\n </div>\n );\n }\n}\n\nconst styles = theme => ({\n index: {\n padding: '24px 10px 0 0'\n },\n choiceConfiguration: {},\n topRow: {\n display: 'flex'\n },\n value: {\n flex: '0.5',\n paddingRight: theme.spacing.unit\n },\n editorHolder: {\n marginTop: theme.spacing.unit * 2\n },\n toggle: {\n flex: '0 1 auto'\n },\n feedback: {\n flex: '0 1 auto',\n paddingTop: theme.spacing.unit,\n paddingLeft: 0,\n marginLeft: 0,\n paddingRight: theme.spacing.unit * 3\n },\n feedbackIcon: {\n margin: 0,\n paddingLeft: 0,\n width: 'inherit'\n },\n deleteIcon: {\n margin: 0,\n width: 'inherit'\n },\n delete: {\n flex: '0 1 auto',\n paddingTop: theme.spacing.unit,\n paddingLeft: 0,\n marginLeft: 0\n },\n middleColumn: {\n display: 'flex',\n flex: 1,\n flexDirection: 'column'\n }\n});\n\nexport default withStyles(styles)(ChoiceConfiguration);\n"],"file":"index.js"}
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.firstAvailableIndex = exports.normalizeChoices = void 0;
7
+
8
+ var _includes = _interopRequireDefault(require("lodash/includes"));
9
+
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+
12
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
13
+
14
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(source, true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(source).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
15
+
16
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
17
+
18
+ /**
19
+ * Add value to every model.choices.
20
+ * @param {Object} model the model to normalize
21
+ * @return {Object} the updated model
22
+ */
23
+ var normalizeChoices = function normalizeChoices(model) {
24
+ var choices = model.choices.map(function (c, index) {
25
+ if (!c.value) {
26
+ c.value = "".concat(index);
27
+ }
28
+
29
+ return c;
30
+ });
31
+ return _objectSpread({}, model, {
32
+ choices: choices
33
+ });
34
+ };
35
+ /**
36
+ * Find the first available index.
37
+ * @param {string[]} values
38
+ * @param {number} index
39
+ * @return {string}
40
+ */
41
+
42
+
43
+ exports.normalizeChoices = normalizeChoices;
44
+
45
+ var firstAvailableIndex = function firstAvailableIndex(values, index) {
46
+ if ((0, _includes["default"])(values, "".concat(index))) {
47
+ return firstAvailableIndex(values, index + 1);
48
+ } else {
49
+ return "".concat(index);
50
+ }
51
+ };
52
+
53
+ exports.firstAvailableIndex = firstAvailableIndex;
54
+ //# sourceMappingURL=choice-utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/choice-utils.js"],"names":["normalizeChoices","model","choices","map","c","index","value","firstAvailableIndex","values"],"mappings":";;;;;;;AAAA;;;;;;;;;;AAEA;;;;;AAKO,IAAMA,gBAAgB,GAAG,SAAnBA,gBAAmB,CAAAC,KAAK,EAAI;AACvC,MAAMC,OAAO,GAAGD,KAAK,CAACC,OAAN,CAAcC,GAAd,CAAkB,UAACC,CAAD,EAAIC,KAAJ,EAAc;AAC9C,QAAI,CAACD,CAAC,CAACE,KAAP,EAAc;AACZF,MAAAA,CAAC,CAACE,KAAF,aAAaD,KAAb;AACD;;AACD,WAAOD,CAAP;AACD,GALe,CAAhB;AAMA,2BAAYH,KAAZ;AAAmBC,IAAAA,OAAO,EAAPA;AAAnB;AACD,CARM;AAUP;;;;;;;;;;AAMO,IAAMK,mBAAmB,GAAG,SAAtBA,mBAAsB,CAACC,MAAD,EAASH,KAAT,EAAmB;AACpD,MAAI,0BAASG,MAAT,YAAoBH,KAApB,EAAJ,EAAkC;AAChC,WAAOE,mBAAmB,CAACC,MAAD,EAASH,KAAK,GAAG,CAAjB,CAA1B;AACD,GAFD,MAEO;AACL,qBAAUA,KAAV;AACD;AACF,CANM","sourcesContent":["import includes from 'lodash/includes';\n\n/**\n * Add value to every model.choices.\n * @param {Object} model the model to normalize\n * @return {Object} the updated model\n */\nexport const normalizeChoices = model => {\n const choices = model.choices.map((c, index) => {\n if (!c.value) {\n c.value = `${index}`;\n }\n return c;\n });\n return { ...model, choices };\n};\n\n/**\n * Find the first available index.\n * @param {string[]} values\n * @param {number} index\n * @return {string}\n */\nexport const firstAvailableIndex = (values, index) => {\n if (includes(values, `${index}`)) {\n return firstAvailableIndex(values, index + 1);\n } else {\n return `${index}`;\n }\n};\n"],"file":"choice-utils.js"}