@pie-element/ebsr 10.7.3-next.9 → 12.0.1-esmbeta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (284) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/configure/CHANGELOG.md +16 -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 +16 -0
  268. package/controller/package.json +3 -3
  269. package/esm/configure.js +38602 -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,282 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [2.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.19.0) (2025-09-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
12
+
13
+
14
+ ### Features
15
+
16
+ * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
17
+
18
+
19
+
20
+
21
+
22
+ # [2.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.17.0...@pie-lib/translator@2.18.0) (2025-09-18)
23
+
24
+ **Note:** Version bump only for package @pie-lib/translator
25
+
26
+
27
+
28
+
29
+
30
+ # [2.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.16.0...@pie-lib/translator@2.17.0) (2025-09-18)
31
+
32
+ **Note:** Version bump only for package @pie-lib/translator
33
+
34
+
35
+
36
+
37
+
38
+ # [2.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.16.0) (2025-09-18)
39
+
40
+
41
+ ### Bug Fixes
42
+
43
+ * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
44
+
45
+
46
+ ### Features
47
+
48
+ * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
49
+
50
+
51
+
52
+
53
+
54
+ # [2.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.14.0...@pie-lib/translator@2.15.0) (2025-09-17)
55
+
56
+ **Note:** Version bump only for package @pie-lib/translator
57
+
58
+
59
+
60
+
61
+
62
+ # [2.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.13.0...@pie-lib/translator@2.14.0) (2025-09-17)
63
+
64
+ **Note:** Version bump only for package @pie-lib/translator
65
+
66
+
67
+
68
+
69
+
70
+ # [2.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.12.1...@pie-lib/translator@2.13.0) (2025-09-17)
71
+
72
+ **Note:** Version bump only for package @pie-lib/translator
73
+
74
+
75
+
76
+
77
+
78
+ ## [2.12.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.12.1) (2025-08-11)
79
+
80
+
81
+ ### Bug Fixes
82
+
83
+ * fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
84
+
85
+
86
+ ### Features
87
+
88
+ * split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
89
+
90
+
91
+
92
+
93
+
94
+ # [2.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.12.0) (2025-08-07)
95
+
96
+ ### Features
97
+
98
+ - split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
99
+
100
+ # [2.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.11.0) (2025-07-31)
101
+
102
+ **Note:** Version bump only for package @pie-lib/translator
103
+
104
+ # [2.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.10.0) (2025-07-31)
105
+
106
+ **Note:** Version bump only for package @pie-lib/translator
107
+
108
+ # [2.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.9.0) (2025-07-31)
109
+
110
+ **Note:** Version bump only for package @pie-lib/translator
111
+
112
+ # [2.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.8.0) (2025-07-31)
113
+
114
+ **Note:** Version bump only for package @pie-lib/translator
115
+
116
+ # [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.7.0) (2025-07-31)
117
+
118
+ **Note:** Version bump only for package @pie-lib/translator
119
+
120
+ # [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.6.0) (2025-07-31)
121
+
122
+ **Note:** Version bump only for package @pie-lib/translator
123
+
124
+ # [2.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.8.0) (2025-07-31)
125
+
126
+ **Note:** Version bump only for package @pie-lib/translator
127
+
128
+ # [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.7.0) (2025-07-31)
129
+
130
+ **Note:** Version bump only for package @pie-lib/translator
131
+
132
+ # [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.6.0) (2025-07-31)
133
+
134
+ **Note:** Version bump only for package @pie-lib/translator
135
+
136
+ # [2.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.7.0) (2025-07-31)
137
+
138
+ **Note:** Version bump only for package @pie-lib/translator
139
+
140
+ # [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.6.0) (2025-07-31)
141
+
142
+ **Note:** Version bump only for package @pie-lib/translator
143
+
144
+ # [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.5.0) (2025-07-31)
145
+
146
+ **Note:** Version bump only for package @pie-lib/translator
147
+
148
+ # [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.5.0) (2025-07-31)
149
+
150
+ **Note:** Version bump only for package @pie-lib/translator
151
+
152
+ # [2.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.6.0) (2025-07-31)
153
+
154
+ **Note:** Version bump only for package @pie-lib/translator
155
+
156
+ # [2.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.5.0) (2025-07-31)
157
+
158
+ **Note:** Version bump only for package @pie-lib/translator
159
+
160
+ # [2.4.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.8) (2025-07-25)
161
+
162
+ **Note:** Version bump only for package @pie-lib/translator
163
+
164
+ # [2.4.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.7) (2025-07-25)
165
+
166
+ **Note:** Version bump only for package @pie-lib/translator
167
+
168
+ # [2.4.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.7) (2025-07-25)
169
+
170
+ **Note:** Version bump only for package @pie-lib/translator
171
+
172
+ # [2.4.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.6) (2025-07-25)
173
+
174
+ **Note:** Version bump only for package @pie-lib/translator
175
+
176
+ # [2.4.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.6) (2025-07-25)
177
+
178
+ **Note:** Version bump only for package @pie-lib/translator
179
+
180
+ # [2.4.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.5) (2025-07-25)
181
+
182
+ **Note:** Version bump only for package @pie-lib/translator
183
+
184
+ # [2.4.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.5) (2025-07-25)
185
+
186
+ **Note:** Version bump only for package @pie-lib/translator
187
+
188
+ # [2.4.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.4) (2025-07-25)
189
+
190
+ **Note:** Version bump only for package @pie-lib/translator
191
+
192
+ # [2.4.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.3) (2025-07-25)
193
+
194
+ **Note:** Version bump only for package @pie-lib/translator
195
+
196
+ # [2.4.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.4) (2025-07-23)
197
+
198
+ **Note:** Version bump only for package @pie-lib/translator
199
+
200
+ # [2.4.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.3) (2025-07-23)
201
+
202
+ **Note:** Version bump only for package @pie-lib/translator
203
+
204
+ # [2.4.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.3) (2025-07-20)
205
+
206
+ **Note:** Version bump only for package @pie-lib/translator
207
+
208
+ # [2.4.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.2) (2025-07-20)
209
+
210
+ **Note:** Version bump only for package @pie-lib/translator
211
+
212
+ # [2.4.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.1) (2025-07-20)
213
+
214
+ **Note:** Version bump only for package @pie-lib/translator
215
+
216
+ # [2.4.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.2) (2025-07-20)
217
+
218
+ **Note:** Version bump only for package @pie-lib/translator
219
+
220
+ # [2.4.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.1) (2025-07-20)
221
+
222
+ **Note:** Version bump only for package @pie-lib/translator
223
+
224
+ # [2.4.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.1) (2025-07-20)
225
+
226
+ **Note:** Version bump only for package @pie-lib/translator
227
+
228
+ # [2.4.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.0) (2025-07-20)
229
+
230
+ **Note:** Version bump only for package @pie-lib/translator
231
+
232
+ # [2.5.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.5.0-beta.0) (2025-07-15)
233
+
234
+ **Note:** Version bump only for package @pie-lib/translator
235
+
236
+ # [2.4.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.3.0...@pie-lib/translator@2.4.0-beta.0) (2025-07-15)
237
+
238
+ **Note:** Version bump only for package @pie-lib/translator
239
+
240
+ # [2.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.2.0...@pie-lib/translator@2.3.0) (2023-09-18)
241
+
242
+ ### Features
243
+
244
+ - **translator, text-select:** add translations for new text-select legend PD-3162 ([20ee2c1](https://github.com/pie-framework/pie-lib/commit/20ee2c17873985fa06b4b58cf781742a5923b532))
245
+
246
+ # [2.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.1.1...@pie-lib/translator@2.2.0) (2023-08-07)
247
+
248
+ ### Features
249
+
250
+ - **correct-answer-toggle:** add translations PD-2802 ([b53b653](https://github.com/pie-framework/pie-lib/commit/b53b653246deea3f67328b37feeb17787181e590))
251
+
252
+ ## [2.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.1.0...@pie-lib/translator@2.1.1) (2023-06-24)
253
+
254
+ **Note:** Version bump only for package @pie-lib/translator
255
+
256
+ # [2.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@2.0.0...@pie-lib/translator@2.1.0) (2023-06-13)
257
+
258
+ ### Features
259
+
260
+ - **charting, translator:** add translator to charting. add missing text in translator ([2c722a2](https://github.com/pie-framework/pie-lib/commit/2c722a241deb1ad4b51aa22c6eba74a0ec8a5ec0))
261
+
262
+ # [2.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@1.2.0...@pie-lib/translator@2.0.0) (2023-06-06)
263
+
264
+ ### Features
265
+
266
+ - expanded translator by exposing languageOptions PD-2795 ([4d3167b](https://github.com/pie-framework/pie-lib/commit/4d3167bcdc106bc87f05c3ff0fafab7800be7a1d))
267
+
268
+ ### BREAKING CHANGES
269
+
270
+ - The translator is now inside the returned object, not the object itself.
271
+
272
+ # [1.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/translator@1.1.0...@pie-lib/translator@1.2.0) (2023-06-06)
273
+
274
+ ### Features
275
+
276
+ - added translator package for graphing PD-1208 ([99d1ad7](https://github.com/pie-framework/pie-lib/commit/99d1ad796707d2d613c4776df7d06e94c33fe07c))
277
+
278
+ # 1.1.0 (2023-06-05)
279
+
280
+ ### Features
281
+
282
+ - added translator package PD-2527 ([6797c71](https://github.com/pie-framework/pie-lib/commit/6797c71dec3fc973ebf696701aae5e8d1db537f9))
@@ -0,0 +1,257 @@
1
+ import i18next from 'i18next';
2
+
3
+ function _extends() {
4
+ _extends = Object.assign || function (target) {
5
+ for (var i = 1; i < arguments.length; i++) {
6
+ var source = arguments[i];
7
+
8
+ for (var key in source) {
9
+ if (Object.prototype.hasOwnProperty.call(source, key)) {
10
+ target[key] = source[key];
11
+ }
12
+ }
13
+ }
14
+
15
+ return target;
16
+ };
17
+
18
+ return _extends.apply(this, arguments);
19
+ }
20
+
21
+ var en = {
22
+ translation: {
23
+ categorize: {
24
+ limitMaxChoicesPerCategory: "You've reached the limit of {{maxChoicesPerCategory}} responses per area. To add another response, one must first be removed.",
25
+ maxChoicesPerCategoryRestriction: 'To change this value to {{maxChoicesPerCategory}}, each category must have {{maxChoicesPerCategory}} or fewer answer choice[s].'
26
+ },
27
+ ebsr: {
28
+ part: 'Part {{index}}'
29
+ },
30
+ numberLine: {
31
+ addElementLimit_one: 'You can only add {{count}} element',
32
+ addElementLimit_other: 'You can only add {{count}} elements',
33
+ clearAll: 'Clear all'
34
+ },
35
+ imageClozeAssociation: {
36
+ reachedLimit_one: 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
37
+ reachedLimit_other: 'Full'
38
+ },
39
+ drawingResponse: {
40
+ fillColor: 'Fill color',
41
+ outlineColor: 'Outline color',
42
+ noFill: 'No fill',
43
+ lightblue: 'Light blue',
44
+ lightyellow: 'Light yellow',
45
+ red: 'Red',
46
+ orange: 'Orange',
47
+ yellow: 'Yellow',
48
+ violet: 'Violet',
49
+ blue: 'Blue',
50
+ green: 'Green',
51
+ white: 'White',
52
+ black: 'Black',
53
+ onDoubleClick: 'Double click to edit this text. Press Enter to submit.'
54
+ },
55
+ charting: {
56
+ addCategory: 'Add category',
57
+ actions: 'Actions',
58
+ add: 'Add',
59
+ delete: 'Delete',
60
+ newLabel: 'New label',
61
+ reachedLimit_other: "There can't be more than {{count}} categories.",
62
+ keyLegend: {
63
+ incorrectAnswer: 'Student incorrect answer',
64
+ correctAnswer: 'Student correct answer',
65
+ correctKeyAnswer: 'Answer key correct'
66
+ }
67
+ },
68
+ graphing: {
69
+ point: 'Point',
70
+ circle: 'Circle',
71
+ line: 'Line',
72
+ parabola: 'Parabola',
73
+ absolute: 'Absolute Value',
74
+ exponential: 'Exponential',
75
+ polygon: 'Polygon',
76
+ ray: 'Ray',
77
+ segment: 'Segment',
78
+ sine: 'Sine',
79
+ vector: 'Vector',
80
+ label: 'Label',
81
+ redo: 'Redo',
82
+ reset: 'Reset'
83
+ },
84
+ mathInline: {
85
+ 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.'
86
+ },
87
+ multipleChoice: {
88
+ minSelections: 'Select at least {{minSelections}}.',
89
+ maxSelections_one: 'Only {{maxSelections}} answer is allowed.',
90
+ maxSelections_other: 'Only {{maxSelections}} answers are allowed.',
91
+ minmaxSelections_equal: 'Select {{minSelections}}.',
92
+ minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
93
+ },
94
+ selectText: {
95
+ correctAnswerSelected: 'Correct',
96
+ correctAnswerNotSelected: 'Correct Answer Not Selected',
97
+ incorrectSelection: 'Incorrect Selection',
98
+ key: 'Key'
99
+ }
100
+ },
101
+ common: {
102
+ undo: 'Undo',
103
+ clearAll: 'Clear all',
104
+ correct: 'Correct',
105
+ incorrect: 'Incorrect',
106
+ showCorrectAnswer: 'Show correct answer',
107
+ hideCorrectAnswer: 'Hide correct answer',
108
+ 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.',
109
+ warning: 'Warning',
110
+ showNote: 'Show Note',
111
+ hideNote: 'Hide Note',
112
+ cancel: 'Cancel'
113
+ }
114
+ };
115
+
116
+ var es = {
117
+ translation: {
118
+ categorize: {
119
+ limitMaxChoicesPerCategory: 'Has alcanzado el límite de {{maxChoicesPerCategory}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
120
+ maxChoicesPerCategoryRestriction: 'Para cambiar este valor a {{maxChoicesPerCategory}}, cada categoría debe tener {{maxChoicesPerCategory}} o menos opciones de respuesta'
121
+ },
122
+ ebsr: {
123
+ part: 'Parte {{index}}'
124
+ },
125
+ numberLine: {
126
+ addElementLimit_one: 'Solo puedes agregar {{count}} elemento',
127
+ addElementLimit_other: 'Solo puedes agregar {{count}} elementos',
128
+ clearAll: 'Borrar todo'
129
+ },
130
+ imageClozeAssociation: {
131
+ reachedLimit_one: 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
132
+ reachedLimit_other: 'Lleno'
133
+ },
134
+ drawingResponse: {
135
+ fillColor: 'Color de relleno',
136
+ outlineColor: 'Color del contorno',
137
+ noFill: 'Sin relleno',
138
+ lightblue: 'Azul claro',
139
+ lightyellow: 'Amarillo claro',
140
+ red: 'Rojo',
141
+ orange: 'Naranja',
142
+ yellow: 'Amarillo',
143
+ violet: 'Violeta',
144
+ blue: 'Azul',
145
+ green: 'Verde',
146
+ white: 'Blanco',
147
+ black: 'Negro',
148
+ onDoubleClick: 'Haz doble clic para revisar este texto. Presiona el botón de ingreso para enviar'
149
+ },
150
+ charting: {
151
+ addCategory: 'Añadir categoría',
152
+ actions: 'Acciones',
153
+ add: 'Añadir',
154
+ delete: 'Eliminar',
155
+ newLabel: 'Nueva etiqueta',
156
+ reachedLimit_other: 'No puede haber más de {{count}} categorías.',
157
+ keyLegend: {
158
+ incorrectAnswer: 'Respuesta incorrecta del estudiante',
159
+ correctAnswer: 'Respuesta correcta del estudiante',
160
+ correctKeyAnswer: 'Clave de respuesta correcta'
161
+ }
162
+ },
163
+ graphing: {
164
+ point: 'Punto',
165
+ circle: 'Circulo',
166
+ line: 'Línea',
167
+ parabola: 'Parábola',
168
+ absolute: 'Valor absoluto',
169
+ exponential: 'Exponencial',
170
+ polygon: 'Polígono',
171
+ ray: 'Semirrecta',
172
+ segment: 'Segmento ',
173
+ sine: 'Seno',
174
+ vector: 'Vector',
175
+ label: 'Etiqueta',
176
+ redo: 'Rehacer',
177
+ reset: 'Reiniciar'
178
+ },
179
+ mathInline: {
180
+ 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.'
181
+ },
182
+ multipleChoice: {
183
+ minSelections: 'Seleccione al menos {{minSelections}}.',
184
+ maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',
185
+ maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',
186
+ minmaxSelections_equal: 'Seleccione {{minSelections}}.',
187
+ minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
188
+ },
189
+ selectText: {
190
+ correctAnswerSelected: 'Respuesta Correcta',
191
+ correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
192
+ incorrectSelection: 'Selección Incorrecta',
193
+ key: 'Clave'
194
+ }
195
+ },
196
+ common: {
197
+ undo: 'Deshacer',
198
+ clearAll: 'Borrar todo',
199
+ correct: 'Correct',
200
+ incorrect: 'Incorrect',
201
+ showCorrectAnswer: 'Mostrar respuesta correcta',
202
+ hideCorrectAnswer: 'Ocultar respuesta correcta',
203
+ 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.',
204
+ warning: 'Advertencia',
205
+ showNote: 'Mostrar Nota',
206
+ hideNote: 'Ocultar Nota',
207
+ cancel: 'Cancelar'
208
+ }
209
+ };
210
+
211
+ i18next.init({
212
+ fallbackLng: 'en',
213
+ lng: 'en',
214
+ debug: true,
215
+ resources: {
216
+ en: en,
217
+ es: es
218
+ }
219
+ });
220
+ var index = {
221
+ translator: _extends({}, i18next, {
222
+ t: (key, options) => {
223
+ const {
224
+ lng
225
+ } = options;
226
+
227
+ switch (lng) {
228
+ // these keys don't work with plurals, don't know why, so I added a workaround to convert them to the correct lng
229
+ case 'en_US':
230
+ case 'en-US':
231
+ options.lng = 'en';
232
+ break;
233
+
234
+ case 'es_ES':
235
+ case 'es-ES':
236
+ case 'es_MX':
237
+ case 'es-MX':
238
+ options.lng = 'es';
239
+ break;
240
+ }
241
+
242
+ return i18next.t(key, _extends({
243
+ lng
244
+ }, options));
245
+ }
246
+ }),
247
+ languageOptions: [{
248
+ value: 'en_US',
249
+ label: 'English (US)'
250
+ }, {
251
+ value: 'es_ES',
252
+ label: 'Spanish'
253
+ }]
254
+ };
255
+
256
+ export { index as default };
257
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../src/en.js","../src/es.js","../src/index.js"],"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","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","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"],"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","delete","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","i18next","init","fallbackLng","lng","debug","resources","en","es","translator","t","options","languageOptions","value"],"mappings":"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"}