@pie-element/graphing-solution-set 6.1.1-next.11 → 6.1.2-next.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 (245) hide show
  1. package/configure.js +2 -0
  2. package/controller.js +1 -0
  3. package/dist/author/configure.d.ts +26 -0
  4. package/dist/author/configure.js +190 -0
  5. package/dist/author/correct-response.d.ts +33 -0
  6. package/dist/author/correct-response.js +206 -0
  7. package/dist/author/defaults.d.ts +238 -0
  8. package/dist/author/defaults.js +339 -0
  9. package/dist/author/graphing-config.d.ts +33 -0
  10. package/dist/author/graphing-config.js +238 -0
  11. package/dist/author/index.d.ts +62 -0
  12. package/dist/author/index.js +87 -0
  13. package/dist/author/utils.d.ts +46 -0
  14. package/dist/author/utils.js +474 -0
  15. package/dist/browser/author/index.js +1942 -0
  16. package/dist/browser/author/index.js.map +1 -0
  17. package/dist/browser/browser-DpedO01u.js +1218 -0
  18. package/dist/browser/browser-DpedO01u.js.map +1 -0
  19. package/dist/browser/controller/index.js +220 -0
  20. package/dist/browser/controller/index.js.map +1 -0
  21. package/dist/browser/delivery/index.js +782 -0
  22. package/dist/browser/delivery/index.js.map +1 -0
  23. package/dist/browser/dist-SjeWPldT.js +61711 -0
  24. package/dist/browser/dist-SjeWPldT.js.map +1 -0
  25. package/dist/browser/graphing-solution-set.css +2 -0
  26. package/dist/controller/defaults.d.ts +64 -0
  27. package/dist/controller/defaults.js +54 -0
  28. package/dist/controller/index.d.ts +24 -0
  29. package/dist/controller/index.js +112 -0
  30. package/dist/controller/utils.d.ts +20 -0
  31. package/dist/controller/utils.js +42 -0
  32. package/dist/delivery/index.d.ts +22 -0
  33. package/dist/delivery/index.js +62 -0
  34. package/dist/delivery/main.d.ts +31 -0
  35. package/dist/delivery/main.js +198 -0
  36. package/dist/delivery/utils.d.ts +12 -0
  37. package/dist/delivery/utils.js +220 -0
  38. package/dist/graphing-solution-set.css +2 -0
  39. package/dist/index.d.ts +1 -0
  40. package/dist/index.iife.d.ts +8 -0
  41. package/dist/index.iife.js +403 -0
  42. package/dist/index.js +2 -0
  43. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  44. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
  45. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
  46. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  47. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
  48. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  49. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  50. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
  51. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
  52. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  53. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
  54. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +12 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayIncludes.js +7 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayIncludesWith.js +7 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js +7 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
  64. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
  65. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
  66. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
  67. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
  68. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
  69. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
  70. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
  71. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseDifference.js +23 -0
  72. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFindIndex.js +7 -0
  73. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFlatten.js +13 -0
  74. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  75. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  76. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIndexOf.js +9 -0
  77. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  78. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
  79. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
  80. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
  81. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNaN.js +6 -0
  82. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  83. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
  84. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  85. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  86. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  87. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +9 -0
  88. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSet.js +22 -0
  89. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -0
  90. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  91. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js +15 -0
  92. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  93. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUniq.js +27 -0
  94. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
  95. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +10 -0
  96. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
  97. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
  98. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
  99. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
  100. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
  101. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
  102. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
  103. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
  104. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
  105. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
  106. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  107. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createSet.js +9 -0
  108. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  109. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
  110. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
  111. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
  112. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  113. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
  114. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
  115. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
  116. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  117. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
  118. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  119. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
  120. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
  121. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  122. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  123. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
  124. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
  125. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
  126. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
  127. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
  128. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
  129. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
  130. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
  131. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isFlattenable.js +10 -0
  132. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  133. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +11 -0
  134. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
  135. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  136. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  137. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
  138. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
  139. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
  140. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
  141. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
  142. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
  143. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  144. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
  145. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
  146. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
  147. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
  148. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +11 -0
  149. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
  150. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  151. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  152. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  153. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  154. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  155. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +13 -0
  156. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  157. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
  158. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
  159. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
  160. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
  161. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -0
  162. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
  163. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
  164. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
  165. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
  166. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
  167. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_strictIndexOf.js +7 -0
  168. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +10 -0
  169. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +10 -0
  170. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  171. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
  172. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/constant.js +8 -0
  173. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/differenceWith.js +12 -0
  174. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  175. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
  176. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  177. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  178. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  179. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLikeObject.js +8 -0
  180. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  181. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  182. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +7 -0
  183. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  184. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  185. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
  186. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  187. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  188. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
  189. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
  190. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  191. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
  192. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  193. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/last.js +7 -0
  194. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/memoize.js +16 -0
  195. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/noop.js +4 -0
  196. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/set.js +7 -0
  197. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
  198. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  199. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toString.js +7 -0
  200. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/uniq.js +7 -0
  201. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/uniqWith.js +7 -0
  202. package/package.json +81 -22
  203. package/CHANGELOG.json +0 -1
  204. package/CHANGELOG.md +0 -846
  205. package/LICENSE.md +0 -5
  206. package/README.md +0 -20
  207. package/configure/CHANGELOG.json +0 -1
  208. package/configure/CHANGELOG.md +0 -806
  209. package/configure/lib/configure.js +0 -312
  210. package/configure/lib/configure.js.map +0 -1
  211. package/configure/lib/correct-response.js +0 -435
  212. package/configure/lib/correct-response.js.map +0 -1
  213. package/configure/lib/defaults.js +0 -357
  214. package/configure/lib/defaults.js.map +0 -1
  215. package/configure/lib/graphing-config.js +0 -408
  216. package/configure/lib/graphing-config.js.map +0 -1
  217. package/configure/lib/index.js +0 -163
  218. package/configure/lib/index.js.map +0 -1
  219. package/configure/lib/utils.js +0 -630
  220. package/configure/lib/utils.js.map +0 -1
  221. package/configure/package.json +0 -29
  222. package/controller/CHANGELOG.json +0 -1
  223. package/controller/CHANGELOG.md +0 -671
  224. package/controller/lib/defaults.js +0 -69
  225. package/controller/lib/defaults.js.map +0 -1
  226. package/controller/lib/index.js +0 -351
  227. package/controller/lib/index.js.map +0 -1
  228. package/controller/lib/utils.js +0 -212
  229. package/controller/lib/utils.js.map +0 -1
  230. package/controller/package.json +0 -22
  231. package/demo-gss.gif +0 -0
  232. package/docs/config-schema.json +0 -1560
  233. package/docs/config-schema.json.md +0 -1114
  234. package/docs/demo/config.js +0 -8
  235. package/docs/demo/generate.js +0 -54
  236. package/docs/demo/index.html +0 -1
  237. package/docs/demo/session.js +0 -6
  238. package/docs/pie-schema.json +0 -1800
  239. package/docs/pie-schema.json.md +0 -952
  240. package/lib/index.js +0 -164
  241. package/lib/index.js.map +0 -1
  242. package/lib/main.js +0 -355
  243. package/lib/main.js.map +0 -1
  244. package/lib/utils.js +0 -515
  245. package/lib/utils.js.map +0 -1
package/configure.js ADDED
@@ -0,0 +1,2 @@
1
+ export { default } from './dist/author/index.js';
2
+ export * from './dist/author/index.js';
package/controller.js ADDED
@@ -0,0 +1 @@
1
+ export * from './dist/controller/index.js';
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @synced-from pie-elements/packages/graphing-solution-set/configure/src/configure.jsx
3
+ * @auto-generated
4
+ *
5
+ * This file is automatically synced from pie-elements and converted to TypeScript.
6
+ * Manual edits will be overwritten on next sync.
7
+ * To make changes, edit the upstream JavaScript file and run sync again.
8
+ */
9
+ import React from 'react';
10
+ import PropTypes from 'prop-types';
11
+ export declare class Configure extends React.Component {
12
+ static propTypes: {
13
+ onModelChanged: PropTypes.Requireable<(...args: any[]) => any>;
14
+ onConfigurationChanged: PropTypes.Requireable<(...args: any[]) => any>;
15
+ imageSupport: PropTypes.Requireable<object>;
16
+ uploadSoundSupport: PropTypes.Requireable<object>;
17
+ model: PropTypes.Validator<object>;
18
+ configuration: PropTypes.Validator<object>;
19
+ };
20
+ componentDidMount(): void;
21
+ onRationaleChange: any;
22
+ onPromptChange: any;
23
+ onTeacherInstructionsChange: any;
24
+ render(): React.JSX.Element;
25
+ }
26
+ export default Configure;
@@ -0,0 +1,190 @@
1
+ import e from "./graphing-config.js";
2
+ import t from "./correct-response.js";
3
+ import n from "react";
4
+ import r from "prop-types";
5
+ import { styled as i } from "@mui/material/styles";
6
+ import { jsx as a, jsxs as o } from "react/jsx-runtime";
7
+ import { InputContainer as s, layout as c, settings as l } from "@pie-lib/config-ui";
8
+ import u from "debug";
9
+ import d from "@mui/material/Typography";
10
+ import f from "@pie-lib/editable-html-tip-tap";
11
+ //#region src/author/configure.tsx
12
+ var { Panel: p, toggle: m, radio: h, checkboxes: g, textField: _, dropdown: v } = l;
13
+ u("@pie-element:graphing-solution-set:configure");
14
+ var y = i(s)(({ theme: e }) => ({
15
+ width: "100%",
16
+ paddingTop: e.spacing(2),
17
+ marginBottom: e.spacing(2),
18
+ marginTop: e.spacing(2)
19
+ })), b = i(d)(({ theme: e }) => ({ marginBottom: e.spacing(2.5) })), x = class extends n.Component {
20
+ static propTypes = {
21
+ onModelChanged: r.func,
22
+ onConfigurationChanged: r.func,
23
+ imageSupport: r.object,
24
+ uploadSoundSupport: r.object,
25
+ model: r.object.isRequired,
26
+ configuration: r.object.isRequired
27
+ };
28
+ componentDidMount() {
29
+ let { configuration: e, onModelChanged: t, model: n } = this.props, { title: r, graphDimensions: i } = e || {}, { arrows: a, titleEnabled: o, dimensionsEnabled: s } = n || {};
30
+ typeof a == "boolean" && (a = a ? {
31
+ left: !0,
32
+ right: !0,
33
+ up: !0,
34
+ down: !0
35
+ } : {
36
+ left: !1,
37
+ right: !1,
38
+ up: !1,
39
+ down: !1
40
+ });
41
+ let c = o ?? r.enabled, l = s ?? i.enabled;
42
+ t && t({
43
+ ...n,
44
+ arrows: a,
45
+ titleEnabled: c,
46
+ dimensionsEnabled: l
47
+ });
48
+ }
49
+ onRationaleChange = (e) => {
50
+ let { onModelChanged: t, model: n } = this.props;
51
+ t({
52
+ ...n,
53
+ rationale: e
54
+ });
55
+ };
56
+ onPromptChange = (e) => {
57
+ let { onModelChanged: t, model: n } = this.props;
58
+ t({
59
+ ...n,
60
+ prompt: e
61
+ });
62
+ };
63
+ onTeacherInstructionsChange = (e) => {
64
+ let { onModelChanged: t, model: n } = this.props;
65
+ t({
66
+ ...n,
67
+ teacherInstructions: e
68
+ });
69
+ };
70
+ render() {
71
+ let { model: n, configuration: r, onConfigurationChanged: i, onModelChanged: s, imageSupport: l, uploadSoundSupport: u } = this.props, { arrows: d = {}, authoring: x = {}, coordinatesOnHover: S = {}, contentDimensions: C = {}, gridConfigurations: w = [], graphDimensions: T = {}, instruction: E = {}, labels: D = {}, padding: O = {}, prompt: k = {}, rationale: A = {}, scoringType: j = {}, settingsPanelDisabled: M, spellCheck: N = {}, studentInstructions: P = {}, teacherInstructions: F = {}, title: I = {}, maxImageWidth: L = {}, maxImageHeight: R = {}, withRubric: z = {}, language: B = {}, languageChoices: V = {}, mathMlOptions: H = {} } = r || {}, { errors: U = {}, extraCSSRules: W, labelsEnabled: G, dimensionsEnabled: K, promptEnabled: q, rationaleEnabled: J, spellCheckEnabled: Y, teacherInstructionsEnabled: X, titleEnabled: Z } = n || {}, Q = L && L.prompt, $ = R && R.prompt, ee = {
72
+ top: D.top,
73
+ right: D.right,
74
+ bottom: D.bottom,
75
+ left: D.left
76
+ }, te = {
77
+ arrows: d.settings && g(d.label, {
78
+ left: d.left,
79
+ right: d.right,
80
+ up: d.up,
81
+ down: d.down
82
+ }),
83
+ titleEnabled: I.settings && m(I.label),
84
+ padding: O.settings && m(O.label),
85
+ labelsEnabled: D.settings && m(D.label),
86
+ "language.enabled": B.settings && m(B.label, !0),
87
+ language: B.settings && B.enabled && v(V.label, V.options),
88
+ dimensionsEnabled: T.settings && m(T.label),
89
+ coordinatesOnHover: S.settings && m(S.label)
90
+ }, ne = {
91
+ "authoring.enabled": x.settings && m(x.label, !0),
92
+ teacherInstructionsEnabled: F.settings && m(F.label),
93
+ studentInstructionsEnabled: P.settings && m(P.label),
94
+ promptEnabled: k.settings && m(k.label),
95
+ rationaleEnabled: A.settings && m(A.label),
96
+ spellCheckEnabled: N.settings && m(N.label),
97
+ scoringType: j.settings && h(j.label, ["dichotomous", "partial scoring"]),
98
+ rubricEnabled: z?.settings && m(z?.label),
99
+ instruction: E.settings && _(E.label)
100
+ };
101
+ return /* @__PURE__ */ o(c.ConfigLayout, {
102
+ extraCSSRules: W,
103
+ dimensions: C,
104
+ hideSettings: M,
105
+ settings: /* @__PURE__ */ a(p, {
106
+ model: n,
107
+ configuration: r,
108
+ onChangeModel: s,
109
+ onChangeConfiguration: i,
110
+ groups: {
111
+ Settings: te,
112
+ Properties: ne
113
+ }
114
+ }),
115
+ children: [
116
+ /* @__PURE__ */ a(b, {
117
+ component: "div",
118
+ variant: "body1",
119
+ children: E?.label || ""
120
+ }),
121
+ X && /* @__PURE__ */ a(y, {
122
+ label: F.label,
123
+ children: /* @__PURE__ */ a(f, {
124
+ markup: n.teacherInstructions || "",
125
+ onChange: this.onTeacherInstructionsChange,
126
+ imageSupport: l,
127
+ nonEmpty: !1,
128
+ spellCheck: Y,
129
+ maxImageWidth: L && L.teacherInstructions || Q,
130
+ maxImageHeight: R && R.teacherInstructions || $,
131
+ uploadSoundSupport: u,
132
+ languageCharactersProps: [{ language: "spanish" }, { language: "special" }],
133
+ mathMlOptions: H
134
+ })
135
+ }),
136
+ q && /* @__PURE__ */ a(y, {
137
+ label: k.label,
138
+ children: /* @__PURE__ */ a(f, {
139
+ markup: n.prompt,
140
+ onChange: this.onPromptChange,
141
+ imageSupport: l,
142
+ nonEmpty: !1,
143
+ spellCheck: Y,
144
+ disableUnderline: !0,
145
+ maxImageWidth: Q,
146
+ maxImageHeight: $,
147
+ uploadSoundSupport: u,
148
+ languageCharactersProps: [{ language: "spanish" }, { language: "special" }],
149
+ mathMlOptions: H
150
+ })
151
+ }),
152
+ /* @__PURE__ */ a(e, {
153
+ authoring: x,
154
+ gridConfigurations: w,
155
+ graphDimensions: T,
156
+ labelsPlaceholders: ee,
157
+ model: n,
158
+ showLabels: G,
159
+ dimensionsEnabled: K,
160
+ showTitle: Z,
161
+ titlePlaceholder: I.placeholder,
162
+ onChange: this.props.onModelChanged,
163
+ mathMlOptions: H
164
+ }),
165
+ /* @__PURE__ */ a(t, {
166
+ errors: U,
167
+ model: n,
168
+ onChange: this.props.onModelChanged,
169
+ mathMlOptions: H
170
+ }),
171
+ J && /* @__PURE__ */ a(y, {
172
+ label: A.label || "Rationale",
173
+ children: /* @__PURE__ */ a(f, {
174
+ markup: n.rationale || "",
175
+ onChange: this.onRationaleChange,
176
+ imageSupport: l,
177
+ spellCheck: Y,
178
+ maxImageWidth: L && L.rationale || Q,
179
+ maxImageHeight: R && R.rationale || $,
180
+ uploadSoundSupport: u,
181
+ languageCharactersProps: [{ language: "spanish" }, { language: "special" }],
182
+ mathMlOptions: H
183
+ })
184
+ })
185
+ ]
186
+ });
187
+ }
188
+ };
189
+ //#endregion
190
+ export { x as default };
@@ -0,0 +1,33 @@
1
+ /**
2
+ * @synced-from pie-elements/packages/graphing-solution-set/configure/src/correct-response.jsx
3
+ * @auto-generated
4
+ *
5
+ * This file is automatically synced from pie-elements and converted to TypeScript.
6
+ * Manual edits will be overwritten on next sync.
7
+ * To make changes, edit the upstream JavaScript file and run sync again.
8
+ */
9
+ import * as React from 'react';
10
+ import PropTypes from 'prop-types';
11
+ export declare class CorrectResponse extends React.Component {
12
+ static propTypes: {
13
+ errors: PropTypes.Requireable<object>;
14
+ model: PropTypes.Validator<object>;
15
+ onChange: PropTypes.Validator<(...args: any[]) => any>;
16
+ };
17
+ state: {
18
+ dialog: {
19
+ open: boolean;
20
+ };
21
+ };
22
+ handleAlertDialog: (open: any, callback: any) => void;
23
+ changeMarks: any;
24
+ onResetClick: any;
25
+ changeNumberOfLines: any;
26
+ changeLine: any;
27
+ onSolutionSetSelected: any;
28
+ onChangeGssLineData: any;
29
+ handleGssLineDataChange: any;
30
+ updateModel: any;
31
+ render(): React.JSX.Element;
32
+ }
33
+ export default CorrectResponse;
@@ -0,0 +1,206 @@
1
+ import e from "../node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/set.js";
2
+ import { checkIfLinesAreAdded as t, findSectionsInSolutionSet as n, pointInsidePolygon as r } from "./utils.js";
3
+ import * as i from "react";
4
+ import a from "prop-types";
5
+ import { styled as o } from "@mui/material/styles";
6
+ import { GraphContainer as s } from "@pie-lib/graphing-solution-set";
7
+ import { jsx as c, jsxs as l } from "react/jsx-runtime";
8
+ import { AlertDialog as u } from "@pie-lib/config-ui";
9
+ import { RadioGroup as d, Typography as f } from "@mui/material";
10
+ import p from "@mui/material/Radio";
11
+ import m from "@mui/material/FormControlLabel";
12
+ //#region src/author/correct-response.tsx
13
+ var h = o(f)(({ theme: e }) => ({
14
+ marginTop: e.spacing(1.5),
15
+ marginBottom: e.spacing(1)
16
+ })), g = o(m)({
17
+ height: "20px",
18
+ width: "fit-content",
19
+ padding: ".5rem 0"
20
+ }), _ = o(p)({ color: "#000000 !important" }), v = o("div")(({ theme: e }) => ({
21
+ fontSize: e.typography.fontSize - 2,
22
+ color: e.palette.error.main,
23
+ paddingTop: e.spacing(1)
24
+ })), y = class extends i.Component {
25
+ static propTypes = {
26
+ errors: a.object,
27
+ model: a.object.isRequired,
28
+ onChange: a.func.isRequired
29
+ };
30
+ state = { dialog: { open: !1 } };
31
+ handleAlertDialog = (e, t) => this.setState({ dialog: { open: e } }, t);
32
+ changeMarks = (t) => {
33
+ let { model: n, onChange: r } = this.props, { gssLineData: i } = n;
34
+ i.selectedTool === "lineA" && t.length > 0 && (t[0].fill = i.lineA.lineType), i.selectedTool === "lineB" && t.length > 1 && (t[1].fill = i.lineB.lineType), t.length === 0 && (i.selectedTool = "lineA", e(n, "gssLineData", i)), e(n, "answers.correctAnswer.marks", t), r(n);
35
+ };
36
+ onResetClick = () => {
37
+ let { model: t, onChange: n } = this.props, { gssLineData: r, answers: i } = t;
38
+ this.setState({ dialog: {
39
+ open: !0,
40
+ title: "Warning",
41
+ text: "This will remove all the elements added on the graph and reset graph to original state. Are you sure you want to continue?",
42
+ onConfirm: () => {
43
+ i.correctAnswer.marks = [], r.selectedTool = "lineA", r.lineA.lineType = "Solid", r.lineB && (r.lineB.lineType = "Solid"), e(t, "answers", i), e(t, "gssLineData", r), n(t), this.handleAlertDialog(!1);
44
+ },
45
+ onClose: () => this.handleAlertDialog(!1)
46
+ } });
47
+ };
48
+ changeNumberOfLines = (e, t) => {
49
+ let { model: n } = this.props;
50
+ n.gssLineData.selectedTool === "solutionSet" ? this.setState({ dialog: {
51
+ open: !0,
52
+ title: "Warning",
53
+ text: "Changing number of lines after adding solution set will remove added solution set. Are you sure you want to continue?",
54
+ onConfirm: () => {
55
+ this.changeLine(e, t), this.handleAlertDialog(!1);
56
+ },
57
+ onClose: () => this.handleAlertDialog(!1)
58
+ } }) : this.changeLine(e, t);
59
+ };
60
+ changeLine = (t, n) => {
61
+ let { model: r, onChange: i } = this.props, { answers: a } = r, o = r.gssLineData;
62
+ a.correctAnswer.marks = a.correctAnswer.marks.filter((e) => e.type !== "polygon"), Number.parseInt(n) === 1 ? (delete o.lineB, a.correctAnswer.marks.length > 1 && a.correctAnswer.marks.pop(), o.numberOfLines = 1, o.selectedTool = "lineA") : (o.numberOfLines = 2, a.correctAnswer.marks.length > 0 && (o.selectedTool = "lineB"), o.lineB = { lineType: "Solid" }), e(r, "answers", a), e(r, "gssLineData", o), i(r);
63
+ };
64
+ onSolutionSetSelected = (t) => {
65
+ let { model: n, onChange: i } = this.props, { answers: a, gssLineData: o } = n;
66
+ for (let e of o.sections) if (r(t, e)) {
67
+ let t = {
68
+ points: e,
69
+ building: !1,
70
+ type: "polygon",
71
+ closed: !0,
72
+ isSolution: !0
73
+ };
74
+ a.correctAnswer.marks = a.correctAnswer.marks.filter((e) => e.type !== "polygon"), a.correctAnswer.marks.push(t);
75
+ break;
76
+ }
77
+ e(n, "answers", a), i(n);
78
+ };
79
+ onChangeGssLineData = (e, r) => {
80
+ let { model: i } = this.props, { answers: a, domain: o, range: s } = i;
81
+ if (e.selectedTool === "solutionSet") {
82
+ let i = a.correctAnswer.marks.filter((e) => e.type !== "polygon");
83
+ if (!t(e, i)) e.selectedTool = r, this.setState({ dialog: {
84
+ open: !0,
85
+ title: "Warning",
86
+ text: "Please define the line(s) and then select a solution set for the item.",
87
+ onConfirm: () => this.handleAlertDialog(!1)
88
+ } });
89
+ else {
90
+ let t = a.correctAnswer.marks.filter((e) => e.type !== "polygon");
91
+ e = n(e, t, o, s);
92
+ }
93
+ this.handleGssLineDataChange(e, a);
94
+ } else {
95
+ let t = a.correctAnswer.marks.filter((e) => e.type === "polygon");
96
+ r === "solutionSet" && t.length > 0 ? this.setState({ dialog: {
97
+ open: !0,
98
+ title: "Warning",
99
+ text: "Changing a line after adding a solution set will clear your selected solution set. Click 'Clear Solution Set' to change the line. Otherwise, click 'Cancel'.",
100
+ onConfirm: () => {
101
+ a.correctAnswer.marks = a.correctAnswer.marks.filter((e) => e.type !== "polygon"), this.handleGssLineDataChange(e, a), this.handleAlertDialog(!1);
102
+ },
103
+ onConfirmText: "CLEAR SOLUTION SET",
104
+ onClose: () => {
105
+ e.selectedTool = r, this.handleGssLineDataChange(e, a), this.handleAlertDialog(!1);
106
+ }
107
+ } }) : this.handleGssLineDataChange(e, a);
108
+ }
109
+ };
110
+ handleGssLineDataChange = (t, n) => {
111
+ let { model: r, onChange: i } = this.props;
112
+ n.correctAnswer.marks.length > 0 && n.correctAnswer.marks[0] && t.lineA && (n.correctAnswer.marks[0].fill = t.lineA.lineType), n.correctAnswer.marks.length > 1 && n.correctAnswer.marks[1] && t.lineB && (n.correctAnswer.marks[1].fill = t.lineB.lineType), (t.selectedTool === "lineB" && n.correctAnswer.marks.length === 0 || t.selectedTool === "lineB" && n.correctAnswer.marks[0].building) && (this.setState({ dialog: {
113
+ open: !0,
114
+ title: "Warning",
115
+ text: "Please add Line A to the graph before adding Line B",
116
+ onConfirm: () => this.handleAlertDialog(!1)
117
+ } }), t.selectedTool = "lineA"), t.selectedTool === "lineA" && n.correctAnswer.marks.length > 1 && n.correctAnswer.marks[1].building && (this.setState({ dialog: {
118
+ open: !0,
119
+ title: "Warning",
120
+ text: "Please add Line B to the graph before switching to Line A",
121
+ onConfirm: () => this.handleAlertDialog(!1)
122
+ } }), t.selectedTool = "lineB"), e(r, "gssLineData", t), e(r, "answers", n), i(r);
123
+ };
124
+ updateModel = (e) => {
125
+ let { model: t, onChange: n } = this.props;
126
+ n({
127
+ ...t,
128
+ ...e
129
+ });
130
+ };
131
+ render() {
132
+ let { errors: e, model: t, mathMlOptions: n = {} } = this.props, { dialog: r } = this.state, { gssLineData: a = {
133
+ numberOfLines: 1,
134
+ selectedTool: "lineA",
135
+ lineA: { lineType: "Solid" }
136
+ }, arrows: o, coordinatesOnHover: p, domain: m, graph: y = {}, labels: b, labelsEnabled: x, range: S, title: C, titleEnabled: w, answers: T } = t || {}, { correctAnswerErrors: E = "" } = e || {};
137
+ return /* @__PURE__ */ l("div", { children: [
138
+ /* @__PURE__ */ c(f, {
139
+ component: "div",
140
+ variant: "h6",
141
+ children: "Define Line Type(s) and Correct Response"
142
+ }),
143
+ /* @__PURE__ */ c(h, {
144
+ component: "div",
145
+ variant: "body1",
146
+ children: "Use this interface to choose how many lines students will be able to draw, and to define the correct answer."
147
+ }),
148
+ /* @__PURE__ */ c(h, {
149
+ component: "div",
150
+ variant: "body1",
151
+ children: "Choose Number of Lines"
152
+ }),
153
+ /* @__PURE__ */ l(d, {
154
+ name: "numberOfLines",
155
+ value: a.numberOfLines,
156
+ onChange: this.changeNumberOfLines,
157
+ children: [/* @__PURE__ */ c(g, {
158
+ value: "1",
159
+ control: /* @__PURE__ */ c(_, { checked: a.numberOfLines === 1 }),
160
+ label: "One"
161
+ }), /* @__PURE__ */ c(g, {
162
+ value: "2",
163
+ control: /* @__PURE__ */ c(_, { checked: a.numberOfLines === 2 }),
164
+ label: "Two"
165
+ })]
166
+ }),
167
+ /* @__PURE__ */ l(i.Fragment, { children: [/* @__PURE__ */ c(s, {
168
+ style: E.correctAnswer && { border: "2px solid red" },
169
+ axesSettings: { includeArrows: o },
170
+ backgroundMarks: [],
171
+ coordinatesOnHover: p,
172
+ disabledLabels: !0,
173
+ disabledTitle: !0,
174
+ domain: m,
175
+ draggableTools: !0,
176
+ labels: b,
177
+ marks: T && T.correctAnswer && T.correctAnswer.marks ? T.correctAnswer.marks : [],
178
+ onChangeMarks: (e) => this.changeMarks(e),
179
+ onCustomReset: this.onResetClick,
180
+ range: S,
181
+ showLabels: x,
182
+ showTitle: w,
183
+ size: {
184
+ width: y.width,
185
+ height: y.height
186
+ },
187
+ title: C,
188
+ gssLineData: a,
189
+ onChangeGssLineData: this.onChangeGssLineData,
190
+ onSolutionSetSelected: this.onSolutionSetSelected,
191
+ toolbarTools: ["line", "polygon"],
192
+ mathMlOptions: n
193
+ }), E.correctAnswer && /* @__PURE__ */ c(v, { children: E.correctAnswer })] }),
194
+ /* @__PURE__ */ c(u, {
195
+ open: r.open,
196
+ title: r.title,
197
+ text: r.text,
198
+ onClose: r.onClose,
199
+ onConfirm: r.onConfirm,
200
+ onConfirmText: r.onConfirmText ? r.onConfirmText : "OK"
201
+ })
202
+ ] });
203
+ }
204
+ };
205
+ //#endregion
206
+ export { y as default };
@@ -0,0 +1,238 @@
1
+ /**
2
+ * @synced-from pie-elements/packages/graphing-solution-set/configure/src/defaults.js
3
+ * @auto-generated
4
+ *
5
+ * This file is automatically synced from pie-elements and converted to TypeScript.
6
+ * Manual edits will be overwritten on next sync.
7
+ * To make changes, edit the upstream JavaScript file and run sync again.
8
+ */
9
+ declare const _default: {
10
+ model: {
11
+ answers: {
12
+ correctAnswer: {
13
+ name: string;
14
+ marks: never[];
15
+ };
16
+ };
17
+ arrows: {
18
+ left: boolean;
19
+ right: boolean;
20
+ up: boolean;
21
+ down: boolean;
22
+ };
23
+ marks: never[];
24
+ defaultGridConfiguration: number;
25
+ domain: {
26
+ min: number;
27
+ max: number;
28
+ step: number;
29
+ labelStep: number;
30
+ axisLabel: string;
31
+ };
32
+ graph: {
33
+ width: number;
34
+ height: number;
35
+ };
36
+ gssLineData: {
37
+ numberOfLines: number;
38
+ selectedTool: string;
39
+ sections: never[];
40
+ lineA: {
41
+ lineType: string;
42
+ };
43
+ };
44
+ includeAxes: boolean;
45
+ labels: {};
46
+ labelsEnabled: boolean;
47
+ padding: boolean;
48
+ prompt: string;
49
+ range: {
50
+ min: number;
51
+ max: number;
52
+ step: number;
53
+ labelStep: number;
54
+ axisLabel: string;
55
+ };
56
+ rationale: string;
57
+ standardGrid: boolean;
58
+ title: string;
59
+ coordinatesOnHover: boolean;
60
+ promptEnabled: boolean;
61
+ rationaleEnabled: boolean;
62
+ teacherInstructionsEnabled: boolean;
63
+ studentInstructionsEnabled: boolean;
64
+ };
65
+ configuration: {
66
+ authoring: {
67
+ settings: boolean;
68
+ label: string;
69
+ enabled: boolean;
70
+ includeAxesEnabled: boolean;
71
+ standardGridEnabled: boolean;
72
+ min: {
73
+ label: string;
74
+ enabled: boolean;
75
+ };
76
+ max: {
77
+ label: string;
78
+ enabled: boolean;
79
+ };
80
+ axisLabel: {
81
+ label: string;
82
+ enabled: boolean;
83
+ };
84
+ step: {
85
+ label: string;
86
+ enabled: boolean;
87
+ };
88
+ labelStep: {
89
+ label: string;
90
+ enabled: boolean;
91
+ };
92
+ };
93
+ arrows: {
94
+ settings: boolean;
95
+ label: string;
96
+ left: {
97
+ label: string;
98
+ };
99
+ right: {
100
+ label: string;
101
+ };
102
+ up: {
103
+ label: string;
104
+ };
105
+ down: {
106
+ label: string;
107
+ };
108
+ };
109
+ gridConfigurations: {
110
+ label: string;
111
+ arrows: {
112
+ left: boolean;
113
+ right: boolean;
114
+ up: boolean;
115
+ down: boolean;
116
+ };
117
+ domain: {
118
+ min: number;
119
+ max: number;
120
+ step: number;
121
+ padding: number;
122
+ labelStep: number;
123
+ axisLabel: string;
124
+ };
125
+ graph: {
126
+ width: number;
127
+ height: number;
128
+ };
129
+ includeAxes: boolean;
130
+ labels: {
131
+ top: string;
132
+ right: string;
133
+ bottom: string;
134
+ left: string;
135
+ };
136
+ padding: boolean;
137
+ range: {
138
+ min: number;
139
+ max: number;
140
+ step: number;
141
+ padding: number;
142
+ labelStep: number;
143
+ axisLabel: string;
144
+ };
145
+ standardGrid: boolean;
146
+ title: string;
147
+ }[];
148
+ graphDimensions: {
149
+ settings: boolean;
150
+ label: string;
151
+ enabled: boolean;
152
+ min: number;
153
+ max: number;
154
+ step: number;
155
+ };
156
+ padding: {
157
+ settings: boolean;
158
+ label: string;
159
+ };
160
+ labels: {
161
+ settings: boolean;
162
+ label: string;
163
+ enabled: boolean;
164
+ top: string;
165
+ right: string;
166
+ bottom: string;
167
+ left: string;
168
+ };
169
+ prompt: {
170
+ settings: boolean;
171
+ label: string;
172
+ };
173
+ rationale: {
174
+ settings: boolean;
175
+ label: string;
176
+ };
177
+ scoringType: {
178
+ settings: boolean;
179
+ label: string;
180
+ };
181
+ studentInstructions: {
182
+ settings: boolean;
183
+ label: string;
184
+ };
185
+ teacherInstructions: {
186
+ settings: boolean;
187
+ label: string;
188
+ };
189
+ title: {
190
+ settings: boolean;
191
+ label: string;
192
+ enabled: boolean;
193
+ placeholder: string;
194
+ };
195
+ instruction: {
196
+ settings: boolean;
197
+ label: string;
198
+ };
199
+ settingsPanelDisabled: boolean;
200
+ spellCheck: {
201
+ label: string;
202
+ settings: boolean;
203
+ enabled: boolean;
204
+ };
205
+ coordinatesOnHover: {
206
+ settings: boolean;
207
+ label: string;
208
+ };
209
+ maxImageWidth: {
210
+ teacherInstructions: number;
211
+ prompt: number;
212
+ rationale: number;
213
+ };
214
+ maxImageHeight: {
215
+ teacherInstructions: number;
216
+ prompt: number;
217
+ rationale: number;
218
+ };
219
+ withRubric: {
220
+ settings: boolean;
221
+ label: string;
222
+ };
223
+ language: {
224
+ settings: boolean;
225
+ label: string;
226
+ enabled: boolean;
227
+ };
228
+ languageChoices: {
229
+ label: string;
230
+ options: never[];
231
+ };
232
+ mathMlOptions: {
233
+ mmlOutput: boolean;
234
+ mmlEditing: boolean;
235
+ };
236
+ };
237
+ };
238
+ export default _default;