@pie-element/ebsr 11.0.0 → 12.0.1-esmbeta.1

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 (284) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/configure/CHANGELOG.md +8 -0
  3. package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.json +1972 -0
  4. package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.md +4186 -0
  5. package/configure/node_modules/@pie-element/multiple-choice/LICENSE.md +5 -0
  6. package/configure/node_modules/@pie-element/multiple-choice/PRINT.md +35 -0
  7. package/configure/node_modules/@pie-element/multiple-choice/README.md +56 -0
  8. package/configure/node_modules/@pie-element/multiple-choice/choice.png +0 -0
  9. package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.json +1387 -0
  10. package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.md +3332 -0
  11. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js +202 -0
  12. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js +248 -0
  14. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js +597 -0
  16. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js +18 -0
  18. package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multiple-choice/configure/package.json +20 -0
  20. package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.json +527 -0
  21. package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.md +2297 -0
  22. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js +34 -0
  23. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js.map +1 -0
  24. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js +346 -0
  25. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js.map +1 -0
  26. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js +28 -0
  27. package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js.map +1 -0
  28. package/configure/node_modules/@pie-element/multiple-choice/controller/package.json +15 -0
  29. package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json +2993 -0
  30. package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json.md +2217 -0
  31. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/config.js +8 -0
  32. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/generate.js +61 -0
  33. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/index.html +1 -0
  34. package/configure/node_modules/@pie-element/multiple-choice/docs/demo/session.js +7 -0
  35. package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json +1332 -0
  36. package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json.md +1015 -0
  37. package/configure/node_modules/@pie-element/multiple-choice/esm/configure.css +847 -0
  38. package/configure/node_modules/@pie-element/multiple-choice/esm/configure.js +1218 -0
  39. package/configure/node_modules/@pie-element/multiple-choice/esm/configure.js.map +1 -0
  40. package/configure/node_modules/@pie-element/multiple-choice/esm/controller.css +847 -0
  41. package/configure/node_modules/@pie-element/multiple-choice/esm/controller.js +324 -0
  42. package/configure/node_modules/@pie-element/multiple-choice/esm/controller.js.map +1 -0
  43. package/configure/node_modules/@pie-element/multiple-choice/esm/element.css +847 -0
  44. package/configure/node_modules/@pie-element/multiple-choice/esm/element.js +3287 -0
  45. package/configure/node_modules/@pie-element/multiple-choice/esm/element.js.map +1 -0
  46. package/configure/node_modules/@pie-element/multiple-choice/esm/print.css +847 -0
  47. package/configure/node_modules/@pie-element/multiple-choice/esm/print.js +3017 -0
  48. package/configure/node_modules/@pie-element/multiple-choice/esm/print.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js +427 -0
  50. package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js +252 -0
  52. package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js.map +1 -0
  53. package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js +174 -0
  54. package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js.map +1 -0
  55. package/configure/node_modules/@pie-element/multiple-choice/lib/index.js +388 -0
  56. package/configure/node_modules/@pie-element/multiple-choice/lib/index.js.map +1 -0
  57. package/configure/node_modules/@pie-element/multiple-choice/lib/main.js +108 -0
  58. package/configure/node_modules/@pie-element/multiple-choice/lib/main.js.map +1 -0
  59. package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js +469 -0
  60. package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js.map +1 -0
  61. package/configure/node_modules/@pie-element/multiple-choice/lib/print.js +129 -0
  62. package/configure/node_modules/@pie-element/multiple-choice/lib/print.js.map +1 -0
  63. package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js +48 -0
  64. package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js.map +1 -0
  65. package/configure/node_modules/@pie-element/multiple-choice/module/configure.js +1 -0
  66. package/configure/node_modules/@pie-element/multiple-choice/module/controller.js +3472 -0
  67. package/configure/node_modules/@pie-element/multiple-choice/module/demo.js +86 -0
  68. package/configure/node_modules/@pie-element/multiple-choice/module/element.js +1 -0
  69. package/configure/node_modules/@pie-element/multiple-choice/module/index.html +21 -0
  70. package/configure/node_modules/@pie-element/multiple-choice/module/index.js +2 -0
  71. package/configure/node_modules/@pie-element/multiple-choice/module/manifest.json +10 -0
  72. package/configure/node_modules/@pie-element/multiple-choice/module/print-demo.js +124 -0
  73. package/configure/node_modules/@pie-element/multiple-choice/module/print.html +18 -0
  74. package/configure/node_modules/@pie-element/multiple-choice/module/print.js +1 -0
  75. package/configure/node_modules/@pie-element/multiple-choice/package.json +53 -0
  76. package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.json +1 -0
  77. package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.md +898 -0
  78. package/configure/node_modules/@pie-lib/correct-answer-toggle/NEXT.CHANGELOG.json +1 -0
  79. package/configure/node_modules/@pie-lib/correct-answer-toggle/esm/index.js +262 -0
  80. package/configure/node_modules/@pie-lib/correct-answer-toggle/esm/index.js.map +1 -0
  81. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js +88 -0
  82. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js.map +1 -0
  83. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js +181 -0
  84. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js.map +1 -0
  85. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js +66 -0
  86. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js.map +1 -0
  87. package/configure/node_modules/@pie-lib/correct-answer-toggle/package.json +44 -0
  88. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/__tests__/index.test.jsx +99 -0
  89. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/expander.jsx +61 -0
  90. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/index.jsx +98 -0
  91. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/styles.js +61 -0
  92. package/configure/node_modules/@pie-lib/icons/CHANGELOG.json +1 -0
  93. package/configure/node_modules/@pie-lib/icons/CHANGELOG.md +539 -0
  94. package/configure/node_modules/@pie-lib/icons/NEXT.CHANGELOG.json +1 -0
  95. package/configure/node_modules/@pie-lib/icons/esm/index.js +1153 -0
  96. package/configure/node_modules/@pie-lib/icons/esm/index.js.map +1 -0
  97. package/configure/node_modules/@pie-lib/icons/lib/correct-icon.js +89 -0
  98. package/configure/node_modules/@pie-lib/icons/lib/correct-icon.js.map +1 -0
  99. package/configure/node_modules/@pie-lib/icons/lib/correct-response-icon.js +153 -0
  100. package/configure/node_modules/@pie-lib/icons/lib/correct-response-icon.js.map +1 -0
  101. package/configure/node_modules/@pie-lib/icons/lib/icon-base.js +206 -0
  102. package/configure/node_modules/@pie-lib/icons/lib/icon-base.js.map +1 -0
  103. package/configure/node_modules/@pie-lib/icons/lib/icon-root.js +130 -0
  104. package/configure/node_modules/@pie-lib/icons/lib/icon-root.js.map +1 -0
  105. package/configure/node_modules/@pie-lib/icons/lib/incorrect-icon.js +92 -0
  106. package/configure/node_modules/@pie-lib/icons/lib/incorrect-icon.js.map +1 -0
  107. package/configure/node_modules/@pie-lib/icons/lib/index.js +72 -0
  108. package/configure/node_modules/@pie-lib/icons/lib/index.js.map +1 -0
  109. package/configure/node_modules/@pie-lib/icons/lib/instructions-icon.js +229 -0
  110. package/configure/node_modules/@pie-lib/icons/lib/instructions-icon.js.map +1 -0
  111. package/configure/node_modules/@pie-lib/icons/lib/learn-more-icon.js +145 -0
  112. package/configure/node_modules/@pie-lib/icons/lib/learn-more-icon.js.map +1 -0
  113. package/configure/node_modules/@pie-lib/icons/lib/nothing-submitted-icon.js +183 -0
  114. package/configure/node_modules/@pie-lib/icons/lib/nothing-submitted-icon.js.map +1 -0
  115. package/configure/node_modules/@pie-lib/icons/lib/partially-correct-icon.js +82 -0
  116. package/configure/node_modules/@pie-lib/icons/lib/partially-correct-icon.js.map +1 -0
  117. package/configure/node_modules/@pie-lib/icons/lib/show-rationale-icon.js +206 -0
  118. package/configure/node_modules/@pie-lib/icons/lib/show-rationale-icon.js.map +1 -0
  119. package/configure/node_modules/@pie-lib/icons/lib/sized.js +41 -0
  120. package/configure/node_modules/@pie-lib/icons/lib/sized.js.map +1 -0
  121. package/configure/node_modules/@pie-lib/icons/package.json +35 -0
  122. package/configure/node_modules/@pie-lib/icons/src/__tests__/index.test.js +3 -0
  123. package/configure/node_modules/@pie-lib/icons/src/correct-icon.jsx +64 -0
  124. package/configure/node_modules/@pie-lib/icons/src/correct-response-icon.jsx +121 -0
  125. package/configure/node_modules/@pie-lib/icons/src/icon-base.jsx +158 -0
  126. package/configure/node_modules/@pie-lib/icons/src/icon-root.jsx +76 -0
  127. package/configure/node_modules/@pie-lib/icons/src/incorrect-icon.jsx +61 -0
  128. package/configure/node_modules/@pie-lib/icons/src/index.js +19 -0
  129. package/configure/node_modules/@pie-lib/icons/src/instructions-icon.jsx +189 -0
  130. package/configure/node_modules/@pie-lib/icons/src/learn-more-icon.jsx +107 -0
  131. package/configure/node_modules/@pie-lib/icons/src/nothing-submitted-icon.jsx +130 -0
  132. package/configure/node_modules/@pie-lib/icons/src/partially-correct-icon.jsx +49 -0
  133. package/configure/node_modules/@pie-lib/icons/src/show-rationale-icon.jsx +152 -0
  134. package/configure/node_modules/@pie-lib/icons/src/sized.jsx +25 -0
  135. package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.json +1 -0
  136. package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.md +775 -0
  137. package/configure/node_modules/@pie-lib/math-rendering/NEXT.CHANGELOG.json +1 -0
  138. package/configure/node_modules/@pie-lib/math-rendering/esm/index.js +690 -0
  139. package/configure/node_modules/@pie-lib/math-rendering/esm/index.js.map +1 -0
  140. package/configure/node_modules/@pie-lib/math-rendering/lib/index.js +38 -0
  141. package/configure/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
  142. package/configure/node_modules/@pie-lib/math-rendering/lib/mml-to-latex.js +15 -0
  143. package/configure/node_modules/@pie-lib/math-rendering/lib/mml-to-latex.js.map +1 -0
  144. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +296 -0
  145. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
  146. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
  147. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
  148. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +109 -0
  149. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
  150. package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js +95 -0
  151. package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
  152. package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js +438 -0
  153. package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
  154. package/configure/node_modules/@pie-lib/math-rendering/package.json +28 -0
  155. package/configure/node_modules/@pie-lib/math-rendering/src/__tests__/mml-to-latex.test.js +14 -0
  156. package/configure/node_modules/@pie-lib/math-rendering/src/__tests__/normalization.test.js +50 -0
  157. package/configure/node_modules/@pie-lib/math-rendering/src/__tests__/render-math.test.js +155 -0
  158. package/configure/node_modules/@pie-lib/math-rendering/src/index.js +5 -0
  159. package/configure/node_modules/@pie-lib/math-rendering/src/mml-to-latex.js +2 -0
  160. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/__tests__/__snapshots__/chtml.test.js.snap +9 -0
  161. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/__tests__/chtml.test.js +104 -0
  162. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +220 -0
  163. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
  164. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
  165. package/configure/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
  166. package/configure/node_modules/@pie-lib/math-rendering/src/render-math.js +387 -0
  167. package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.json +1 -0
  168. package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.md +1026 -0
  169. package/configure/node_modules/@pie-lib/render-ui/NEXT.CHANGELOG.json +1 -0
  170. package/configure/node_modules/@pie-lib/render-ui/esm/index.js +1616 -0
  171. package/configure/node_modules/@pie-lib/render-ui/esm/index.js.map +1 -0
  172. package/configure/node_modules/@pie-lib/render-ui/lib/append-css-rules.js +88 -0
  173. package/configure/node_modules/@pie-lib/render-ui/lib/append-css-rules.js.map +1 -0
  174. package/configure/node_modules/@pie-lib/render-ui/lib/assets/enableAudioAutoplayImage.js +9 -0
  175. package/configure/node_modules/@pie-lib/render-ui/lib/assets/enableAudioAutoplayImage.js.map +1 -0
  176. package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +135 -0
  177. package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
  178. package/configure/node_modules/@pie-lib/render-ui/lib/color.js +344 -0
  179. package/configure/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
  180. package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js +150 -0
  181. package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
  182. package/configure/node_modules/@pie-lib/render-ui/lib/has-media.js +27 -0
  183. package/configure/node_modules/@pie-lib/render-ui/lib/has-media.js.map +1 -0
  184. package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js +28 -0
  185. package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
  186. package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js +74 -0
  187. package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
  188. package/configure/node_modules/@pie-lib/render-ui/lib/index.js +136 -0
  189. package/configure/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
  190. package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
  191. package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
  192. package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js +145 -0
  193. package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
  194. package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +321 -0
  195. package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
  196. package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
  197. package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
  198. package/configure/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
  199. package/configure/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
  200. package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js +151 -0
  201. package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
  202. package/configure/node_modules/@pie-lib/render-ui/lib/ui-layout.js +122 -0
  203. package/configure/node_modules/@pie-lib/render-ui/lib/ui-layout.js.map +1 -0
  204. package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +181 -0
  205. package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
  206. package/configure/node_modules/@pie-lib/render-ui/package.json +40 -0
  207. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/html-and-math.test.js.snap +11 -0
  208. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/preview-prompt.test.jsx.snap +37 -0
  209. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/purpose.test.jsx.snap +42 -0
  210. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/readable.test.jsx.snap +64 -0
  211. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/response-indicators.test.jsx.snap +27 -0
  212. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/color.test.js +12 -0
  213. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/has-media.test.js +20 -0
  214. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/has-text.test.js +21 -0
  215. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/html-and-math.test.js +24 -0
  216. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/preview-prompt.test.jsx +56 -0
  217. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/purpose.test.jsx +47 -0
  218. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/readable.test.jsx +64 -0
  219. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/response-indicators.test.jsx +16 -0
  220. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/ui-layout.test.jsx +34 -0
  221. package/configure/node_modules/@pie-lib/render-ui/src/__tests__/withUndoReset.test.jsx +254 -0
  222. package/configure/node_modules/@pie-lib/render-ui/src/append-css-rules.js +51 -0
  223. package/configure/node_modules/@pie-lib/render-ui/src/assets/enableAudioAutoplayImage.js +1 -0
  224. package/configure/node_modules/@pie-lib/render-ui/src/collapsible/__tests__/__snapshots__/index.test.jsx.snap +18 -0
  225. package/configure/node_modules/@pie-lib/render-ui/src/collapsible/__tests__/index.test.jsx +13 -0
  226. package/configure/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +64 -0
  227. package/configure/node_modules/@pie-lib/render-ui/src/color.js +121 -0
  228. package/configure/node_modules/@pie-lib/render-ui/src/feedback.jsx +99 -0
  229. package/configure/node_modules/@pie-lib/render-ui/src/has-media.js +16 -0
  230. package/configure/node_modules/@pie-lib/render-ui/src/has-text.js +18 -0
  231. package/configure/node_modules/@pie-lib/render-ui/src/html-and-math.js +21 -0
  232. package/configure/node_modules/@pie-lib/render-ui/src/index.js +35 -0
  233. package/configure/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
  234. package/configure/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +95 -0
  235. package/configure/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +254 -0
  236. package/configure/node_modules/@pie-lib/render-ui/src/purpose.jsx +17 -0
  237. package/configure/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
  238. package/configure/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
  239. package/configure/node_modules/@pie-lib/render-ui/src/ui-layout.jsx +66 -0
  240. package/configure/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +116 -0
  241. package/configure/node_modules/@pie-lib/test-utils/CHANGELOG.json +1 -0
  242. package/configure/node_modules/@pie-lib/test-utils/CHANGELOG.md +410 -0
  243. package/configure/node_modules/@pie-lib/test-utils/NEXT.CHANGELOG.json +1 -0
  244. package/configure/node_modules/@pie-lib/test-utils/esm/index.js +39 -0
  245. package/configure/node_modules/@pie-lib/test-utils/esm/index.js.map +1 -0
  246. package/configure/node_modules/@pie-lib/test-utils/lib/index.js +40 -0
  247. package/configure/node_modules/@pie-lib/test-utils/lib/index.js.map +1 -0
  248. package/configure/node_modules/@pie-lib/test-utils/package.json +25 -0
  249. package/configure/node_modules/@pie-lib/test-utils/src/__tests__/index.test.js +45 -0
  250. package/configure/node_modules/@pie-lib/test-utils/src/index.js +18 -0
  251. package/configure/node_modules/@pie-lib/translator/CHANGELOG.json +1 -0
  252. package/configure/node_modules/@pie-lib/translator/CHANGELOG.md +282 -0
  253. package/configure/node_modules/@pie-lib/translator/NEXT.CHANGELOG.json +1 -0
  254. package/configure/node_modules/@pie-lib/translator/esm/index.js +257 -0
  255. package/configure/node_modules/@pie-lib/translator/esm/index.js.map +1 -0
  256. package/configure/node_modules/@pie-lib/translator/lib/en.js +102 -0
  257. package/configure/node_modules/@pie-lib/translator/lib/en.js.map +1 -0
  258. package/configure/node_modules/@pie-lib/translator/lib/es.js +102 -0
  259. package/configure/node_modules/@pie-lib/translator/lib/es.js.map +1 -0
  260. package/configure/node_modules/@pie-lib/translator/lib/index.js +69 -0
  261. package/configure/node_modules/@pie-lib/translator/lib/index.js.map +1 -0
  262. package/configure/node_modules/@pie-lib/translator/package.json +25 -0
  263. package/configure/node_modules/@pie-lib/translator/src/en.js +99 -0
  264. package/configure/node_modules/@pie-lib/translator/src/es.js +99 -0
  265. package/configure/node_modules/@pie-lib/translator/src/index.js +43 -0
  266. package/configure/package.json +3 -3
  267. package/controller/CHANGELOG.md +8 -0
  268. package/controller/package.json +3 -3
  269. package/esm/configure.js +40550 -0
  270. package/esm/configure.js.map +1 -0
  271. package/esm/controller.js +3358 -0
  272. package/esm/controller.js.map +1 -0
  273. package/esm/element.js +2203 -0
  274. package/esm/element.js.map +1 -0
  275. package/esm/package.json +4 -0
  276. package/esm/print.js +4090 -0
  277. package/esm/print.js.map +1 -0
  278. package/module/controller.js +4973 -2252
  279. package/module/element.js +1 -1
  280. package/module/index.html +1 -1
  281. package/module/manifest.json +1 -1
  282. package/module/print.html +1 -1
  283. package/module/print.js +1 -1
  284. package/package.json +24 -6
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = {
8
+ translation: {
9
+ categorize: {
10
+ limitMaxChoicesPerCategory: "You've reached the limit of {{maxChoicesPerCategory}} responses per area. To add another response, one must first be removed.",
11
+ maxChoicesPerCategoryRestriction: 'To change this value to {{maxChoicesPerCategory}}, each category must have {{maxChoicesPerCategory}} or fewer answer choice[s].'
12
+ },
13
+ ebsr: {
14
+ part: 'Part {{index}}'
15
+ },
16
+ numberLine: {
17
+ addElementLimit_one: 'You can only add {{count}} element',
18
+ addElementLimit_other: 'You can only add {{count}} elements',
19
+ clearAll: 'Clear all'
20
+ },
21
+ imageClozeAssociation: {
22
+ reachedLimit_one: 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
23
+ reachedLimit_other: 'Full'
24
+ },
25
+ drawingResponse: {
26
+ fillColor: 'Fill color',
27
+ outlineColor: 'Outline color',
28
+ noFill: 'No fill',
29
+ lightblue: 'Light blue',
30
+ lightyellow: 'Light yellow',
31
+ red: 'Red',
32
+ orange: 'Orange',
33
+ yellow: 'Yellow',
34
+ violet: 'Violet',
35
+ blue: 'Blue',
36
+ green: 'Green',
37
+ white: 'White',
38
+ black: 'Black',
39
+ onDoubleClick: 'Double click to edit this text. Press Enter to submit.'
40
+ },
41
+ charting: {
42
+ addCategory: 'Add category',
43
+ actions: 'Actions',
44
+ add: 'Add',
45
+ "delete": 'Delete',
46
+ newLabel: 'New label',
47
+ reachedLimit_other: "There can't be more than {{count}} categories.",
48
+ keyLegend: {
49
+ incorrectAnswer: 'Student incorrect answer',
50
+ correctAnswer: 'Student correct answer',
51
+ correctKeyAnswer: 'Answer key correct'
52
+ }
53
+ },
54
+ graphing: {
55
+ point: 'Point',
56
+ circle: 'Circle',
57
+ line: 'Line',
58
+ parabola: 'Parabola',
59
+ absolute: 'Absolute Value',
60
+ exponential: 'Exponential',
61
+ polygon: 'Polygon',
62
+ ray: 'Ray',
63
+ segment: 'Segment',
64
+ sine: 'Sine',
65
+ vector: 'Vector',
66
+ label: 'Label',
67
+ redo: 'Redo',
68
+ reset: 'Reset'
69
+ },
70
+ mathInline: {
71
+ primaryCorrectWithAlternates: 'Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct.'
72
+ },
73
+ multipleChoice: {
74
+ minSelections: 'Select at least {{minSelections}}.',
75
+ maxSelections_one: 'Only {{maxSelections}} answer is allowed.',
76
+ maxSelections_other: 'Only {{maxSelections}} answers are allowed.',
77
+ minmaxSelections_equal: 'Select {{minSelections}}.',
78
+ minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
79
+ },
80
+ selectText: {
81
+ correctAnswerSelected: 'Correct',
82
+ correctAnswerNotSelected: 'Correct Answer Not Selected',
83
+ incorrectSelection: 'Incorrect Selection',
84
+ key: 'Key'
85
+ }
86
+ },
87
+ common: {
88
+ undo: 'Undo',
89
+ clearAll: 'Clear all',
90
+ correct: 'Correct',
91
+ incorrect: 'Incorrect',
92
+ showCorrectAnswer: 'Show correct answer',
93
+ hideCorrectAnswer: 'Hide correct answer',
94
+ commonCorrectAnswerWithAlternates: 'Note: The answer shown above is the most common correct answer for this item. One or more additional correct answers are also defined, and will also be recognized as correct.',
95
+ warning: 'Warning',
96
+ showNote: 'Show Note',
97
+ hideNote: 'Hide Note',
98
+ cancel: 'Cancel'
99
+ }
100
+ };
101
+ exports["default"] = _default;
102
+ //# sourceMappingURL=en.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/en.js"],"names":["translation","categorize","limitMaxChoicesPerCategory","maxChoicesPerCategoryRestriction","ebsr","part","numberLine","addElementLimit_one","addElementLimit_other","clearAll","imageClozeAssociation","reachedLimit_one","reachedLimit_other","drawingResponse","fillColor","outlineColor","noFill","lightblue","lightyellow","red","orange","yellow","violet","blue","green","white","black","onDoubleClick","charting","addCategory","actions","add","newLabel","keyLegend","incorrectAnswer","correctAnswer","correctKeyAnswer","graphing","point","circle","line","parabola","absolute","exponential","polygon","ray","segment","sine","vector","label","redo","reset","mathInline","primaryCorrectWithAlternates","multipleChoice","minSelections","maxSelections_one","maxSelections_other","minmaxSelections_equal","minmaxSelections_range","selectText","correctAnswerSelected","correctAnswerNotSelected","incorrectSelection","key","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates","warning","showNote","hideNote","cancel"],"mappings":"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","sourcesContent":["export default {\n translation: {\n categorize: {\n limitMaxChoicesPerCategory:\n \"You've reached the limit of {{maxChoicesPerCategory}} responses per area. To add another response, one must first be removed.\",\n maxChoicesPerCategoryRestriction:\n 'To change this value to {{maxChoicesPerCategory}}, each category must have {{maxChoicesPerCategory}} or fewer answer choice[s].',\n },\n ebsr: {\n part: 'Part {{index}}',\n },\n numberLine: {\n addElementLimit_one: 'You can only add {{count}} element',\n addElementLimit_other: 'You can only add {{count}} elements',\n clearAll: 'Clear all',\n },\n imageClozeAssociation: {\n reachedLimit_one:\n 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',\n reachedLimit_other: 'Full',\n },\n drawingResponse: {\n fillColor: 'Fill color',\n outlineColor: 'Outline color',\n noFill: 'No fill',\n lightblue: 'Light blue',\n lightyellow: 'Light yellow',\n red: 'Red',\n orange: 'Orange',\n yellow: 'Yellow',\n violet: 'Violet',\n blue: 'Blue',\n green: 'Green',\n white: 'White',\n black: 'Black',\n onDoubleClick: 'Double click to edit this text. Press Enter to submit.',\n },\n charting: {\n addCategory: 'Add category',\n actions: 'Actions',\n add: 'Add',\n delete: 'Delete',\n newLabel: 'New label',\n reachedLimit_other: \"There can't be more than {{count}} categories.\",\n keyLegend: {\n incorrectAnswer: 'Student incorrect answer',\n correctAnswer: 'Student correct answer',\n correctKeyAnswer: 'Answer key correct',\n },\n },\n graphing: {\n point: 'Point',\n circle: 'Circle',\n line: 'Line',\n parabola: 'Parabola',\n absolute: 'Absolute Value',\n exponential: 'Exponential',\n polygon: 'Polygon',\n ray: 'Ray',\n segment: 'Segment',\n sine: 'Sine',\n vector: 'Vector',\n label: 'Label',\n redo: 'Redo',\n reset: 'Reset',\n },\n mathInline: {\n primaryCorrectWithAlternates:\n 'Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct.',\n },\n multipleChoice: {\n minSelections: 'Select at least {{minSelections}}.',\n maxSelections_one: 'Only {{maxSelections}} answer is allowed.',\n maxSelections_other: 'Only {{maxSelections}} answers are allowed.',\n minmaxSelections_equal: 'Select {{minSelections}}.',\n minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.',\n },\n selectText: {\n correctAnswerSelected: 'Correct',\n correctAnswerNotSelected: 'Correct Answer Not Selected',\n incorrectSelection: 'Incorrect Selection',\n key: 'Key',\n },\n },\n common: {\n undo: 'Undo',\n clearAll: 'Clear all',\n correct: 'Correct',\n incorrect: 'Incorrect',\n showCorrectAnswer: 'Show correct answer',\n hideCorrectAnswer: 'Hide correct answer',\n commonCorrectAnswerWithAlternates:\n 'Note: The answer shown above is the most common correct answer for this item. One or more additional correct answers are also defined, and will also be recognized as correct.',\n warning: 'Warning',\n showNote: 'Show Note',\n hideNote: 'Hide Note',\n cancel: 'Cancel',\n },\n};\n"],"file":"en.js"}
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _default = {
8
+ translation: {
9
+ categorize: {
10
+ limitMaxChoicesPerCategory: 'Has alcanzado el límite de {{maxChoicesPerCategory}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
11
+ maxChoicesPerCategoryRestriction: 'Para cambiar este valor a {{maxChoicesPerCategory}}, cada categoría debe tener {{maxChoicesPerCategory}} o menos opciones de respuesta'
12
+ },
13
+ ebsr: {
14
+ part: 'Parte {{index}}'
15
+ },
16
+ numberLine: {
17
+ addElementLimit_one: 'Solo puedes agregar {{count}} elemento',
18
+ addElementLimit_other: 'Solo puedes agregar {{count}} elementos',
19
+ clearAll: 'Borrar todo'
20
+ },
21
+ imageClozeAssociation: {
22
+ reachedLimit_one: 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
23
+ reachedLimit_other: 'Lleno'
24
+ },
25
+ drawingResponse: {
26
+ fillColor: 'Color de relleno',
27
+ outlineColor: 'Color del contorno',
28
+ noFill: 'Sin relleno',
29
+ lightblue: 'Azul claro',
30
+ lightyellow: 'Amarillo claro',
31
+ red: 'Rojo',
32
+ orange: 'Naranja',
33
+ yellow: 'Amarillo',
34
+ violet: 'Violeta',
35
+ blue: 'Azul',
36
+ green: 'Verde',
37
+ white: 'Blanco',
38
+ black: 'Negro',
39
+ onDoubleClick: 'Haz doble clic para revisar este texto. Presiona el botón de ingreso para enviar'
40
+ },
41
+ charting: {
42
+ addCategory: 'Añadir categoría',
43
+ actions: 'Acciones',
44
+ add: 'Añadir',
45
+ "delete": 'Eliminar',
46
+ newLabel: 'Nueva etiqueta',
47
+ reachedLimit_other: 'No puede haber más de {{count}} categorías.',
48
+ keyLegend: {
49
+ incorrectAnswer: 'Respuesta incorrecta del estudiante',
50
+ correctAnswer: 'Respuesta correcta del estudiante',
51
+ correctKeyAnswer: 'Clave de respuesta correcta'
52
+ }
53
+ },
54
+ graphing: {
55
+ point: 'Punto',
56
+ circle: 'Circulo',
57
+ line: 'Línea',
58
+ parabola: 'Parábola',
59
+ absolute: 'Valor absoluto',
60
+ exponential: 'Exponencial',
61
+ polygon: 'Polígono',
62
+ ray: 'Semirrecta',
63
+ segment: 'Segmento ',
64
+ sine: 'Seno',
65
+ vector: 'Vector',
66
+ label: 'Etiqueta',
67
+ redo: 'Rehacer',
68
+ reset: 'Reiniciar'
69
+ },
70
+ mathInline: {
71
+ primaryCorrectWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas.'
72
+ },
73
+ multipleChoice: {
74
+ minSelections: 'Seleccione al menos {{minSelections}}.',
75
+ maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',
76
+ maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',
77
+ minmaxSelections_equal: 'Seleccione {{minSelections}}.',
78
+ minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
79
+ },
80
+ selectText: {
81
+ correctAnswerSelected: 'Respuesta Correcta',
82
+ correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
83
+ incorrectSelection: 'Selección Incorrecta',
84
+ key: 'Clave'
85
+ }
86
+ },
87
+ common: {
88
+ undo: 'Deshacer',
89
+ clearAll: 'Borrar todo',
90
+ correct: 'Correct',
91
+ incorrect: 'Incorrect',
92
+ showCorrectAnswer: 'Mostrar respuesta correcta',
93
+ hideCorrectAnswer: 'Ocultar respuesta correcta',
94
+ commonCorrectAnswerWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta más común para esta pregunta. También se definen una o más respuestas correctas adicionales, y también se reconocerán como correctas.',
95
+ warning: 'Advertencia',
96
+ showNote: 'Mostrar Nota',
97
+ hideNote: 'Ocultar Nota',
98
+ cancel: 'Cancelar'
99
+ }
100
+ };
101
+ exports["default"] = _default;
102
+ //# sourceMappingURL=es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/es.js"],"names":["translation","categorize","limitMaxChoicesPerCategory","maxChoicesPerCategoryRestriction","ebsr","part","numberLine","addElementLimit_one","addElementLimit_other","clearAll","imageClozeAssociation","reachedLimit_one","reachedLimit_other","drawingResponse","fillColor","outlineColor","noFill","lightblue","lightyellow","red","orange","yellow","violet","blue","green","white","black","onDoubleClick","charting","addCategory","actions","add","newLabel","keyLegend","incorrectAnswer","correctAnswer","correctKeyAnswer","graphing","point","circle","line","parabola","absolute","exponential","polygon","ray","segment","sine","vector","label","redo","reset","mathInline","primaryCorrectWithAlternates","multipleChoice","minSelections","maxSelections_one","maxSelections_other","minmaxSelections_equal","minmaxSelections_range","selectText","correctAnswerSelected","correctAnswerNotSelected","incorrectSelection","key","common","undo","correct","incorrect","showCorrectAnswer","hideCorrectAnswer","commonCorrectAnswerWithAlternates","warning","showNote","hideNote","cancel"],"mappings":"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","sourcesContent":["export default {\n translation: {\n categorize: {\n limitMaxChoicesPerCategory:\n 'Has alcanzado el límite de {{maxChoicesPerCategory}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',\n maxChoicesPerCategoryRestriction:\n 'Para cambiar este valor a {{maxChoicesPerCategory}}, cada categoría debe tener {{maxChoicesPerCategory}} o menos opciones de respuesta',\n },\n ebsr: {\n part: 'Parte {{index}}',\n },\n numberLine: {\n addElementLimit_one: 'Solo puedes agregar {{count}} elemento',\n addElementLimit_other: 'Solo puedes agregar {{count}} elementos',\n clearAll: 'Borrar todo',\n },\n imageClozeAssociation: {\n reachedLimit_one:\n 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',\n reachedLimit_other: 'Lleno',\n },\n drawingResponse: {\n fillColor: 'Color de relleno',\n outlineColor: 'Color del contorno',\n noFill: 'Sin relleno',\n lightblue: 'Azul claro',\n lightyellow: 'Amarillo claro',\n red: 'Rojo',\n orange: 'Naranja',\n yellow: 'Amarillo',\n violet: 'Violeta',\n blue: 'Azul',\n green: 'Verde',\n white: 'Blanco',\n black: 'Negro',\n onDoubleClick: 'Haz doble clic para revisar este texto. Presiona el botón de ingreso para enviar',\n },\n charting: {\n addCategory: 'Añadir categoría',\n actions: 'Acciones',\n add: 'Añadir',\n delete: 'Eliminar',\n newLabel: 'Nueva etiqueta',\n reachedLimit_other: 'No puede haber más de {{count}} categorías.',\n keyLegend: {\n incorrectAnswer: 'Respuesta incorrecta del estudiante',\n correctAnswer: 'Respuesta correcta del estudiante',\n correctKeyAnswer: 'Clave de respuesta correcta',\n },\n },\n graphing: {\n point: 'Punto',\n circle: 'Circulo',\n line: 'Línea',\n parabola: 'Parábola',\n absolute: 'Valor absoluto',\n exponential: 'Exponencial',\n polygon: 'Polígono',\n ray: 'Semirrecta',\n segment: 'Segmento ',\n sine: 'Seno',\n vector: 'Vector',\n label: 'Etiqueta',\n redo: 'Rehacer',\n reset: 'Reiniciar',\n },\n mathInline: {\n primaryCorrectWithAlternates:\n 'Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas.',\n },\n multipleChoice: {\n minSelections: 'Seleccione al menos {{minSelections}}.',\n maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',\n maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',\n minmaxSelections_equal: 'Seleccione {{minSelections}}.',\n minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.',\n },\n selectText: {\n correctAnswerSelected: 'Respuesta Correcta',\n correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',\n incorrectSelection: 'Selección Incorrecta',\n key: 'Clave',\n },\n },\n common: {\n undo: 'Deshacer',\n clearAll: 'Borrar todo',\n correct: 'Correct',\n incorrect: 'Incorrect',\n showCorrectAnswer: 'Mostrar respuesta correcta',\n hideCorrectAnswer: 'Ocultar respuesta correcta',\n commonCorrectAnswerWithAlternates:\n 'Nota: La respuesta que se muestra arriba es la respuesta correcta más común para esta pregunta. También se definen una o más respuestas correctas adicionales, y también se reconocerán como correctas.',\n warning: 'Advertencia',\n showNote: 'Mostrar Nota',\n hideNote: 'Ocultar Nota',\n cancel: 'Cancelar',\n },\n};\n"],"file":"es.js"}
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
11
+
12
+ var _i18next = _interopRequireDefault(require("i18next"));
13
+
14
+ var _en = _interopRequireDefault(require("./en"));
15
+
16
+ var _es = _interopRequireDefault(require("./es"));
17
+
18
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
19
+
20
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21
+
22
+ _i18next["default"].init({
23
+ fallbackLng: 'en',
24
+ lng: 'en',
25
+ debug: true,
26
+ resources: {
27
+ en: _en["default"],
28
+ es: _es["default"]
29
+ }
30
+ });
31
+
32
+ var _default = {
33
+ translator: _objectSpread(_objectSpread({}, _i18next["default"]), {}, {
34
+ t: function t(key, options) {
35
+ var lng = options.lng;
36
+
37
+ switch (lng) {
38
+ // these keys don't work with plurals, don't know why, so I added a workaround to convert them to the correct lng
39
+ case 'en_US':
40
+ case 'en-US':
41
+ options.lng = 'en';
42
+ break;
43
+
44
+ case 'es_ES':
45
+ case 'es-ES':
46
+ case 'es_MX':
47
+ case 'es-MX':
48
+ options.lng = 'es';
49
+ break;
50
+
51
+ default:
52
+ break;
53
+ }
54
+
55
+ return _i18next["default"].t(key, _objectSpread({
56
+ lng: lng
57
+ }, options));
58
+ }
59
+ }),
60
+ languageOptions: [{
61
+ value: 'en_US',
62
+ label: 'English (US)'
63
+ }, {
64
+ value: 'es_ES',
65
+ label: 'Spanish'
66
+ }]
67
+ };
68
+ exports["default"] = _default;
69
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/index.js"],"names":["i18next","init","fallbackLng","lng","debug","resources","en","es","translator","t","key","options","languageOptions","value","label"],"mappings":";;;;;;;;;;;AAAA;;AACA;;AACA;;;;;;AAEAA,oBAAQC,IAAR,CAAa;AACXC,EAAAA,WAAW,EAAE,IADF;AAEXC,EAAAA,GAAG,EAAE,IAFM;AAGXC,EAAAA,KAAK,EAAE,IAHI;AAIXC,EAAAA,SAAS,EAAE;AACTC,IAAAA,EAAE,EAAEA,cADK;AAETC,IAAAA,EAAE,EAAEA;AAFK;AAJA,CAAb;;eAUe;AACbC,EAAAA,UAAU,kCACLR,mBADK;AAERS,IAAAA,CAAC,EAAE,WAACC,GAAD,EAAMC,OAAN,EAAkB;AACnB,UAAQR,GAAR,GAAgBQ,OAAhB,CAAQR,GAAR;;AAEA,cAAQA,GAAR;AACE;AACA,aAAK,OAAL;AACA,aAAK,OAAL;AACEQ,UAAAA,OAAO,CAACR,GAAR,GAAc,IAAd;AACA;;AACF,aAAK,OAAL;AACA,aAAK,OAAL;AACA,aAAK,OAAL;AACA,aAAK,OAAL;AACEQ,UAAAA,OAAO,CAACR,GAAR,GAAc,IAAd;AACA;;AACF;AACE;AAbJ;;AAeA,aAAOH,oBAAQS,CAAR,CAAUC,GAAV;AAAiBP,QAAAA,GAAG,EAAHA;AAAjB,SAAyBQ,OAAzB,EAAP;AACD;AArBO,IADG;AAwBbC,EAAAA,eAAe,EAAE,CACf;AAAEC,IAAAA,KAAK,EAAE,OAAT;AAAkBC,IAAAA,KAAK,EAAE;AAAzB,GADe,EAEf;AAAED,IAAAA,KAAK,EAAE,OAAT;AAAkBC,IAAAA,KAAK,EAAE;AAAzB,GAFe;AAxBJ,C","sourcesContent":["import i18next from 'i18next';\nimport en from './en';\nimport es from './es';\n\ni18next.init({\n fallbackLng: 'en',\n lng: 'en',\n debug: true,\n resources: {\n en: en,\n es: es,\n },\n});\n\nexport default {\n translator: {\n ...i18next,\n t: (key, options) => {\n const { lng } = options;\n\n switch (lng) {\n // these keys don't work with plurals, don't know why, so I added a workaround to convert them to the correct lng\n case 'en_US':\n case 'en-US':\n options.lng = 'en';\n break;\n case 'es_ES':\n case 'es-ES':\n case 'es_MX':\n case 'es-MX':\n options.lng = 'es';\n break;\n default:\n break;\n }\n return i18next.t(key, { lng, ...options });\n },\n },\n languageOptions: [\n { value: 'en_US', label: 'English (US)' },\n { value: 'es_ES', label: 'Spanish' },\n ],\n};\n"],"file":"index.js"}
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@pie-lib/translator",
3
+ "version": "2.20.2",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "main": "lib/index.js",
8
+ "module": "src/index.js",
9
+ "dependencies": {
10
+ "debug": "^4.1.1",
11
+ "i18next": "^22.5.0",
12
+ "lodash": "^4.17.11",
13
+ "prop-types": "^15.7.2",
14
+ "react": "^16.8.1",
15
+ "react-dom": "^16.9.0"
16
+ },
17
+ "gitHead": "8a327571bd64249e4c88c0c8e750d16d6213f535",
18
+ "exports": {
19
+ ".": {
20
+ "import": "./esm/index.js",
21
+ "require": "./lib/index.js",
22
+ "default": "./esm/index.js"
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,99 @@
1
+ export default {
2
+ translation: {
3
+ categorize: {
4
+ limitMaxChoicesPerCategory:
5
+ "You've reached the limit of {{maxChoicesPerCategory}} responses per area. To add another response, one must first be removed.",
6
+ maxChoicesPerCategoryRestriction:
7
+ 'To change this value to {{maxChoicesPerCategory}}, each category must have {{maxChoicesPerCategory}} or fewer answer choice[s].',
8
+ },
9
+ ebsr: {
10
+ part: 'Part {{index}}',
11
+ },
12
+ numberLine: {
13
+ addElementLimit_one: 'You can only add {{count}} element',
14
+ addElementLimit_other: 'You can only add {{count}} elements',
15
+ clearAll: 'Clear all',
16
+ },
17
+ imageClozeAssociation: {
18
+ reachedLimit_one:
19
+ 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
20
+ reachedLimit_other: 'Full',
21
+ },
22
+ drawingResponse: {
23
+ fillColor: 'Fill color',
24
+ outlineColor: 'Outline color',
25
+ noFill: 'No fill',
26
+ lightblue: 'Light blue',
27
+ lightyellow: 'Light yellow',
28
+ red: 'Red',
29
+ orange: 'Orange',
30
+ yellow: 'Yellow',
31
+ violet: 'Violet',
32
+ blue: 'Blue',
33
+ green: 'Green',
34
+ white: 'White',
35
+ black: 'Black',
36
+ onDoubleClick: 'Double click to edit this text. Press Enter to submit.',
37
+ },
38
+ charting: {
39
+ addCategory: 'Add category',
40
+ actions: 'Actions',
41
+ add: 'Add',
42
+ delete: 'Delete',
43
+ newLabel: 'New label',
44
+ reachedLimit_other: "There can't be more than {{count}} categories.",
45
+ keyLegend: {
46
+ incorrectAnswer: 'Student incorrect answer',
47
+ correctAnswer: 'Student correct answer',
48
+ correctKeyAnswer: 'Answer key correct',
49
+ },
50
+ },
51
+ graphing: {
52
+ point: 'Point',
53
+ circle: 'Circle',
54
+ line: 'Line',
55
+ parabola: 'Parabola',
56
+ absolute: 'Absolute Value',
57
+ exponential: 'Exponential',
58
+ polygon: 'Polygon',
59
+ ray: 'Ray',
60
+ segment: 'Segment',
61
+ sine: 'Sine',
62
+ vector: 'Vector',
63
+ label: 'Label',
64
+ redo: 'Redo',
65
+ reset: 'Reset',
66
+ },
67
+ mathInline: {
68
+ primaryCorrectWithAlternates:
69
+ 'Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct.',
70
+ },
71
+ multipleChoice: {
72
+ minSelections: 'Select at least {{minSelections}}.',
73
+ maxSelections_one: 'Only {{maxSelections}} answer is allowed.',
74
+ maxSelections_other: 'Only {{maxSelections}} answers are allowed.',
75
+ minmaxSelections_equal: 'Select {{minSelections}}.',
76
+ minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.',
77
+ },
78
+ selectText: {
79
+ correctAnswerSelected: 'Correct',
80
+ correctAnswerNotSelected: 'Correct Answer Not Selected',
81
+ incorrectSelection: 'Incorrect Selection',
82
+ key: 'Key',
83
+ },
84
+ },
85
+ common: {
86
+ undo: 'Undo',
87
+ clearAll: 'Clear all',
88
+ correct: 'Correct',
89
+ incorrect: 'Incorrect',
90
+ showCorrectAnswer: 'Show correct answer',
91
+ hideCorrectAnswer: 'Hide correct answer',
92
+ commonCorrectAnswerWithAlternates:
93
+ 'Note: The answer shown above is the most common correct answer for this item. One or more additional correct answers are also defined, and will also be recognized as correct.',
94
+ warning: 'Warning',
95
+ showNote: 'Show Note',
96
+ hideNote: 'Hide Note',
97
+ cancel: 'Cancel',
98
+ },
99
+ };
@@ -0,0 +1,99 @@
1
+ export default {
2
+ translation: {
3
+ categorize: {
4
+ limitMaxChoicesPerCategory:
5
+ 'Has alcanzado el límite de {{maxChoicesPerCategory}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
6
+ maxChoicesPerCategoryRestriction:
7
+ 'Para cambiar este valor a {{maxChoicesPerCategory}}, cada categoría debe tener {{maxChoicesPerCategory}} o menos opciones de respuesta',
8
+ },
9
+ ebsr: {
10
+ part: 'Parte {{index}}',
11
+ },
12
+ numberLine: {
13
+ addElementLimit_one: 'Solo puedes agregar {{count}} elemento',
14
+ addElementLimit_other: 'Solo puedes agregar {{count}} elementos',
15
+ clearAll: 'Borrar todo',
16
+ },
17
+ imageClozeAssociation: {
18
+ reachedLimit_one:
19
+ 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
20
+ reachedLimit_other: 'Lleno',
21
+ },
22
+ drawingResponse: {
23
+ fillColor: 'Color de relleno',
24
+ outlineColor: 'Color del contorno',
25
+ noFill: 'Sin relleno',
26
+ lightblue: 'Azul claro',
27
+ lightyellow: 'Amarillo claro',
28
+ red: 'Rojo',
29
+ orange: 'Naranja',
30
+ yellow: 'Amarillo',
31
+ violet: 'Violeta',
32
+ blue: 'Azul',
33
+ green: 'Verde',
34
+ white: 'Blanco',
35
+ black: 'Negro',
36
+ onDoubleClick: 'Haz doble clic para revisar este texto. Presiona el botón de ingreso para enviar',
37
+ },
38
+ charting: {
39
+ addCategory: 'Añadir categoría',
40
+ actions: 'Acciones',
41
+ add: 'Añadir',
42
+ delete: 'Eliminar',
43
+ newLabel: 'Nueva etiqueta',
44
+ reachedLimit_other: 'No puede haber más de {{count}} categorías.',
45
+ keyLegend: {
46
+ incorrectAnswer: 'Respuesta incorrecta del estudiante',
47
+ correctAnswer: 'Respuesta correcta del estudiante',
48
+ correctKeyAnswer: 'Clave de respuesta correcta',
49
+ },
50
+ },
51
+ graphing: {
52
+ point: 'Punto',
53
+ circle: 'Circulo',
54
+ line: 'Línea',
55
+ parabola: 'Parábola',
56
+ absolute: 'Valor absoluto',
57
+ exponential: 'Exponencial',
58
+ polygon: 'Polígono',
59
+ ray: 'Semirrecta',
60
+ segment: 'Segmento ',
61
+ sine: 'Seno',
62
+ vector: 'Vector',
63
+ label: 'Etiqueta',
64
+ redo: 'Rehacer',
65
+ reset: 'Reiniciar',
66
+ },
67
+ mathInline: {
68
+ primaryCorrectWithAlternates:
69
+ 'Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas.',
70
+ },
71
+ multipleChoice: {
72
+ minSelections: 'Seleccione al menos {{minSelections}}.',
73
+ maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',
74
+ maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',
75
+ minmaxSelections_equal: 'Seleccione {{minSelections}}.',
76
+ minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.',
77
+ },
78
+ selectText: {
79
+ correctAnswerSelected: 'Respuesta Correcta',
80
+ correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
81
+ incorrectSelection: 'Selección Incorrecta',
82
+ key: 'Clave',
83
+ },
84
+ },
85
+ common: {
86
+ undo: 'Deshacer',
87
+ clearAll: 'Borrar todo',
88
+ correct: 'Correct',
89
+ incorrect: 'Incorrect',
90
+ showCorrectAnswer: 'Mostrar respuesta correcta',
91
+ hideCorrectAnswer: 'Ocultar respuesta correcta',
92
+ commonCorrectAnswerWithAlternates:
93
+ 'Nota: La respuesta que se muestra arriba es la respuesta correcta más común para esta pregunta. También se definen una o más respuestas correctas adicionales, y también se reconocerán como correctas.',
94
+ warning: 'Advertencia',
95
+ showNote: 'Mostrar Nota',
96
+ hideNote: 'Ocultar Nota',
97
+ cancel: 'Cancelar',
98
+ },
99
+ };
@@ -0,0 +1,43 @@
1
+ import i18next from 'i18next';
2
+ import en from './en';
3
+ import es from './es';
4
+
5
+ i18next.init({
6
+ fallbackLng: 'en',
7
+ lng: 'en',
8
+ debug: true,
9
+ resources: {
10
+ en: en,
11
+ es: es,
12
+ },
13
+ });
14
+
15
+ export default {
16
+ translator: {
17
+ ...i18next,
18
+ t: (key, options) => {
19
+ const { lng } = options;
20
+
21
+ switch (lng) {
22
+ // these keys don't work with plurals, don't know why, so I added a workaround to convert them to the correct lng
23
+ case 'en_US':
24
+ case 'en-US':
25
+ options.lng = 'en';
26
+ break;
27
+ case 'es_ES':
28
+ case 'es-ES':
29
+ case 'es_MX':
30
+ case 'es-MX':
31
+ options.lng = 'es';
32
+ break;
33
+ default:
34
+ break;
35
+ }
36
+ return i18next.t(key, { lng, ...options });
37
+ },
38
+ },
39
+ languageOptions: [
40
+ { value: 'en_US', label: 'English (US)' },
41
+ { value: 'es_ES', label: 'Spanish' },
42
+ ],
43
+ };
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr-configure",
3
3
  "private": true,
4
- "version": "11.0.0",
4
+ "version": "11.0.2-esmbeta.1",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "author": "",
9
9
  "dependencies": {
10
10
  "@material-ui/core": "^3.9.2",
11
- "@pie-element/multiple-choice": "^10.0.0",
11
+ "@pie-element/multiple-choice": "^11.0.5-esm.1",
12
12
  "@pie-framework/pie-configure-events": "^1.2.0",
13
- "@pie-lib/config-ui": "^11.25.0",
13
+ "@pie-lib/config-ui": "^11.26.6-esmbeta.0",
14
14
  "lodash": "^4.17.15",
15
15
  "prop-types": "^15.6.2",
16
16
  "react": "^16.8.1",
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@8.3.10...@pie-element/ebsr-controller@9.0.1) (2025-10-02)
7
+
8
+ **Note:** Version bump only for package @pie-element/ebsr-controller
9
+
10
+
11
+
12
+
13
+
6
14
  # [9.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@8.3.10...@pie-element/ebsr-controller@9.0.0) (2025-10-01)
7
15
 
8
16
  **Note:** Version bump only for package @pie-element/ebsr-controller
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr-controller",
3
3
  "private": true,
4
- "version": "9.0.0",
4
+ "version": "9.0.2-esmbeta.1",
5
5
  "description": "",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-lib/controller-utils": "^0.18.0",
11
- "@pie-lib/translator": "^2.19.0",
10
+ "@pie-lib/controller-utils": "^0.19.5-esmbeta.0",
11
+ "@pie-lib/translator": "^2.20.5-esmbeta.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
14
14
  "author": "",