@pie-element/explicit-constructed-response 11.1.0-next.19 → 11.1.1-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (280) hide show
  1. package/dist/_virtual/_rolldown/runtime.js +4 -0
  2. package/dist/author/alternateResponses.d.ts +34 -0
  3. package/dist/author/alternateResponses.js +116 -0
  4. package/dist/author/alternateSection.d.ts +58 -0
  5. package/dist/author/alternateSection.js +215 -0
  6. package/dist/author/defaults.d.ts +186 -0
  7. package/dist/author/defaults.js +128 -0
  8. package/dist/author/ecr-toolbar.d.ts +41 -0
  9. package/dist/author/ecr-toolbar.js +100 -0
  10. package/dist/author/index.d.ts +42 -0
  11. package/dist/author/index.js +94 -0
  12. package/dist/author/main.d.ts +38 -0
  13. package/dist/author/main.js +323 -0
  14. package/dist/author/markupUtils.d.ts +14 -0
  15. package/dist/author/markupUtils.js +13 -0
  16. package/dist/author/utils.d.ts +9 -0
  17. package/dist/author/utils.js +7 -0
  18. package/dist/controller/defaults.d.ts +25 -0
  19. package/dist/controller/defaults.js +19 -0
  20. package/dist/controller/index.d.ts +64 -0
  21. package/dist/controller/index.js +142 -0
  22. package/dist/delivery/index.d.ts +20 -0
  23. package/dist/delivery/index.js +66 -0
  24. package/dist/delivery/main.d.ts +48 -0
  25. package/dist/delivery/main.js +117 -0
  26. package/dist/explicit-constructed-response.css +2 -0
  27. package/dist/index.d.ts +1 -0
  28. package/dist/index.iife.d.ts +8 -0
  29. package/dist/index.iife.js +364 -0
  30. package/dist/index.js +2 -0
  31. package/dist/node_modules/.bun/he@1.2.0/node_modules/he/he.js +3993 -0
  32. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  33. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
  34. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
  35. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  36. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
  37. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  38. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  39. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
  40. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
  41. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  42. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
  43. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  44. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +12 -0
  45. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
  46. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
  47. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  48. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js +7 -0
  49. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
  50. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayReduce.js +8 -0
  51. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
  52. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
  53. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
  54. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseEach.js +6 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseExtremum.js +11 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFindIndex.js +7 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFlatten.js +13 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFor.js +5 -0
  64. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseForOwn.js +8 -0
  65. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGet.js +10 -0
  66. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  67. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  68. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGt.js +6 -0
  69. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseHasIn.js +6 -0
  70. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  71. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
  72. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
  73. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
  74. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMatch.js +26 -0
  75. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  76. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
  77. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  78. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIteratee.js +11 -0
  79. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  80. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  81. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMap.js +11 -0
  82. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatches.js +12 -0
  83. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatchesProperty.js +17 -0
  84. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePick.js +10 -0
  85. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePickBy.js +13 -0
  86. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseProperty.js +8 -0
  87. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyDeep.js +9 -0
  88. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyOf.js +8 -0
  89. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseReduce.js +8 -0
  90. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +9 -0
  91. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSet.js +22 -0
  92. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -0
  93. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  94. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js +15 -0
  95. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTrim.js +8 -0
  96. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  97. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
  98. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +10 -0
  99. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
  100. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
  101. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
  102. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
  103. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
  104. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
  105. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
  106. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
  107. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
  108. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
  109. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  110. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseEach.js +12 -0
  111. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseFor.js +12 -0
  112. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createFind.js +19 -0
  113. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  114. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
  115. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
  116. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
  117. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_escapeHtmlChar.js +11 -0
  118. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_flatRest.js +9 -0
  119. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  120. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
  121. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
  122. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
  123. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMatchData.js +16 -0
  124. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  125. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
  126. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  127. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
  128. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
  129. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  130. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  131. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hasPath.js +18 -0
  132. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
  133. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
  134. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
  135. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
  136. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
  137. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
  138. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
  139. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
  140. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isFlattenable.js +10 -0
  141. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  142. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIterateeCall.js +12 -0
  143. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +11 -0
  144. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
  145. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  146. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  147. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isStrictComparable.js +7 -0
  148. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
  149. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
  150. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
  151. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
  152. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
  153. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
  154. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  155. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
  156. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
  157. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
  158. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
  159. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_matchesStrictComparable.js +8 -0
  160. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +11 -0
  161. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
  162. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  163. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  164. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  165. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  166. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  167. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +13 -0
  168. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  169. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
  170. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
  171. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
  172. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
  173. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -0
  174. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
  175. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
  176. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
  177. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
  178. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
  179. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +10 -0
  180. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +10 -0
  181. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  182. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_trimmedEndIndex.js +8 -0
  183. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
  184. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/constant.js +8 -0
  185. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/debounce.js +50 -0
  186. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/defaults.js +16 -0
  187. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  188. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/escape.js +9 -0
  189. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/find.js +6 -0
  190. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/findIndex.js +13 -0
  191. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/flatten.js +7 -0
  192. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/get.js +8 -0
  193. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/hasIn.js +8 -0
  194. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
  195. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  196. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  197. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  198. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  199. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  200. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +7 -0
  201. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  202. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  203. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
  204. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  205. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  206. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
  207. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
  208. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  209. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
  210. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  211. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/map.js +10 -0
  212. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/max.js +9 -0
  213. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/memoize.js +16 -0
  214. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/now.js +7 -0
  215. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/pick.js +8 -0
  216. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/property.js +10 -0
  217. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/reduce.js +12 -0
  218. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
  219. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  220. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/throttle.js +15 -0
  221. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toFinite.js +8 -0
  222. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toInteger.js +8 -0
  223. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toNumber.js +19 -0
  224. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toString.js +7 -0
  225. package/dist/print/index.d.ts +15 -0
  226. package/dist/print/index.js +40 -0
  227. package/package.json +57 -20
  228. package/CHANGELOG.json +0 -1102
  229. package/CHANGELOG.md +0 -2175
  230. package/LICENSE.md +0 -5
  231. package/README.md +0 -1
  232. package/configure/CHANGELOG.json +0 -652
  233. package/configure/CHANGELOG.md +0 -1917
  234. package/configure/lib/alternateResponses.js +0 -199
  235. package/configure/lib/alternateResponses.js.map +0 -1
  236. package/configure/lib/alternateSection.js +0 -329
  237. package/configure/lib/alternateSection.js.map +0 -1
  238. package/configure/lib/defaults.js +0 -184
  239. package/configure/lib/defaults.js.map +0 -1
  240. package/configure/lib/ecr-toolbar.js +0 -181
  241. package/configure/lib/ecr-toolbar.js.map +0 -1
  242. package/configure/lib/index.js +0 -161
  243. package/configure/lib/index.js.map +0 -1
  244. package/configure/lib/main.js +0 -514
  245. package/configure/lib/main.js.map +0 -1
  246. package/configure/lib/markupUtils.js +0 -70
  247. package/configure/lib/markupUtils.js.map +0 -1
  248. package/configure/lib/utils.js +0 -15
  249. package/configure/lib/utils.js.map +0 -1
  250. package/configure/package.json +0 -22
  251. package/controller/CHANGELOG.json +0 -517
  252. package/controller/CHANGELOG.md +0 -1333
  253. package/controller/lib/defaults.js +0 -23
  254. package/controller/lib/defaults.js.map +0 -1
  255. package/controller/lib/index.js +0 -368
  256. package/controller/lib/index.js.map +0 -1
  257. package/controller/package.json +0 -18
  258. package/docs/config-schema.json +0 -2629
  259. package/docs/config-schema.json.md +0 -1941
  260. package/docs/demo/config.js +0 -8
  261. package/docs/demo/generate.js +0 -20
  262. package/docs/demo/index.html +0 -1
  263. package/docs/demo/session.js +0 -10
  264. package/docs/pie-schema.json +0 -1130
  265. package/docs/pie-schema.json.md +0 -814
  266. package/lib/index.js +0 -91
  267. package/lib/index.js.map +0 -1
  268. package/lib/main.js +0 -205
  269. package/lib/main.js.map +0 -1
  270. package/lib/print.js +0 -71
  271. package/lib/print.js.map +0 -1
  272. package/module/configure.js +0 -1
  273. package/module/controller.js +0 -6534
  274. package/module/demo.js +0 -45
  275. package/module/element.js +0 -1
  276. package/module/index.html +0 -21
  277. package/module/manifest.json +0 -18
  278. package/module/print-demo.js +0 -83
  279. package/module/print.html +0 -18
  280. package/module/print.js +0 -1
@@ -1,814 +0,0 @@
1
- Model for the @pie-elements/explicit-constructed-response
2
-
3
- The schema defines the following properties:
4
-
5
- # `choices` (object, required)
6
-
7
- * Object with all the available choices for each response area.
8
- * Keys need to be integers from 0 to n - 1 (where n is the number of areas)
9
-
10
- # `displayType` (string, required)
11
-
12
- The type of display the container of the pie-ui element will be used
13
-
14
- # `markup` (string, required)
15
-
16
- The markup for the pie-ui element
17
-
18
- # `prompt` (string)
19
-
20
- The item stem for the question
21
-
22
- # `promptEnabled` (boolean)
23
-
24
- Indicates if the prompt is enabled
25
-
26
- # `spellCheckEnabled` (boolean, required)
27
-
28
- Indicates if spellcheck is enabled for the author. Default value is true
29
-
30
- # `playerSpellCheckEnabled` (boolean, required)
31
-
32
- Indicates if spellcheck is enabled for the player. Default value is true
33
-
34
- # `rationale` (string, required)
35
-
36
- Indicates correct answer rationale
37
-
38
- # `autoScoring` (string, enum, required)
39
-
40
- Indicates auto scoring type
41
-
42
- This element must be one of the following enum values:
43
-
44
- * `allOrNothing`
45
- * `partial`
46
-
47
- # `studentInstructions` (string)
48
-
49
- Indicates student instructions
50
-
51
- # `teacherInstructions` (string)
52
-
53
- Indicates teacher instructions
54
-
55
- # `rubric` (string, required)
56
-
57
- Indicates value for rubric
58
-
59
- # `rationaleEnabled` (boolean, required)
60
-
61
- Indicates if Rationale are enabled
62
-
63
- # `studentInstructionsEnabled` (boolean, required)
64
-
65
- Indicates if Student Instructions are enabled
66
-
67
- # `teacherInstructionsEnabled` (boolean, required)
68
-
69
- Indicates if Teacher Instructions are enabled
70
-
71
- # `note` (string)
72
-
73
- Indicates the note for the answer
74
-
75
- # `toolbarEditorPosition` (string, enum)
76
-
77
- Indicates the editor's toolbar position which can be 'bottom' or 'top'
78
-
79
- This element must be one of the following enum values:
80
-
81
- * `bottom`
82
- * `top`
83
-
84
- Default: `": 'bottom'"`
85
-
86
- # `maxLengthPerChoice` (array)
87
-
88
- Indicates the maximum length for each response area
89
-
90
- The object is an array with all elements of the type `number`.
91
-
92
- # `rubricEnabled` (boolean, required)
93
-
94
- Indicates if Rubric is enabled
95
-
96
- # `language` (string)
97
-
98
- Indicates the language of the component
99
- Supported options: en, es, en_US, en-US, es_ES, es-ES, es_MX, es-MX
100
-
101
- # `spanishInputEnabled` (boolean)
102
-
103
- Whether a control to allow insertion of spanish characters should be displayed
104
-
105
- Default: `true`
106
-
107
- # `id` (string, required)
108
-
109
- Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.
110
-
111
- # `element` (string, required)
112
-
113
- The html Element tag name
114
-
115
- ---
116
-
117
- # Sub Schemas
118
-
119
- The schema defines the following additional types:
120
-
121
- ## `EditableHtmlConfigureProp` (object)
122
-
123
- Properties of the `EditableHtmlConfigureProp` object:
124
-
125
- ### `math` (object)
126
-
127
- Properties of the `math` object:
128
-
129
- #### `disabled` (boolean)
130
-
131
- Indicates if the plugin is disabled or not
132
-
133
- ### `audio` (object)
134
-
135
- Properties of the `audio` object:
136
-
137
- #### `disabled` (boolean)
138
-
139
- Indicates if the plugin is disabled or not
140
-
141
- ### `video` (object)
142
-
143
- Properties of the `video` object:
144
-
145
- #### `disabled` (boolean)
146
-
147
- Indicates if the plugin is disabled or not
148
-
149
- ### `image` (object)
150
-
151
- Properties of the `image` object:
152
-
153
- #### `disabled` (boolean)
154
-
155
- Indicates if the plugin is disabled or not
156
-
157
- ### `customPlugins` (array)
158
-
159
- An array of objects that determine custom plugins.
160
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
161
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
162
-
163
- The object is an array with all elements of the type `object`.
164
-
165
- The array object has the following properties:
166
-
167
- #### `event` (string, required)
168
-
169
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
170
- PIE will emit the event prefixed with "PIE-".
171
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
172
-
173
- #### `iconAlt` (string, required)
174
-
175
- The alt for the custom button icon
176
-
177
- #### `iconType` (string, required)
178
-
179
- The icon type.
180
- Currently, only "SVG" is supported.
181
-
182
- #### `icon` (string, required)
183
-
184
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
185
-
186
- ### `blockquote` (object)
187
-
188
- Properties of the `blockquote` object:
189
-
190
- #### `disabled` (boolean)
191
-
192
- Indicates if the plugin is disabled or not
193
-
194
- ### `h3` (object)
195
-
196
- Properties of the `h3` object:
197
-
198
- #### `disabled` (boolean)
199
-
200
- Indicates if the plugin is disabled or not
201
-
202
- ### `characters` (object)
203
-
204
- Properties of the `characters` object:
205
-
206
- #### `disabled` (boolean)
207
-
208
- Indicates if the plugin is disabled or not
209
-
210
- ### `bold` (object)
211
-
212
- Properties of the `bold` object:
213
-
214
- #### `disabled` (boolean)
215
-
216
- Indicates if the plugin is disabled or not
217
-
218
- ### `html` (object)
219
-
220
- Properties of the `html` object:
221
-
222
- #### `disabled` (boolean)
223
-
224
- Indicates if the plugin is disabled or not
225
-
226
- ### `italic` (object)
227
-
228
- Properties of the `italic` object:
229
-
230
- #### `disabled` (boolean)
231
-
232
- Indicates if the plugin is disabled or not
233
-
234
- ### `ol_list` (object)
235
-
236
- Properties of the `ol_list` object:
237
-
238
- #### `disabled` (boolean)
239
-
240
- Indicates if the plugin is disabled or not
241
-
242
- ### `redo` (object)
243
-
244
- Properties of the `redo` object:
245
-
246
- #### `disabled` (boolean)
247
-
248
- Indicates if the plugin is disabled or not
249
-
250
- ### `strikethrough` (object)
251
-
252
- Properties of the `strikethrough` object:
253
-
254
- #### `disabled` (boolean)
255
-
256
- Indicates if the plugin is disabled or not
257
-
258
- ### `sub` (object)
259
-
260
- Properties of the `sub` object:
261
-
262
- #### `disabled` (boolean)
263
-
264
- Indicates if the plugin is disabled or not
265
-
266
- ### `sup` (object)
267
-
268
- Properties of the `sup` object:
269
-
270
- #### `disabled` (boolean)
271
-
272
- Indicates if the plugin is disabled or not
273
-
274
- ### `table` (object)
275
-
276
- Properties of the `table` object:
277
-
278
- #### `disabled` (boolean)
279
-
280
- Indicates if the plugin is disabled or not
281
-
282
- ### `ul_list` (object)
283
-
284
- Properties of the `ul_list` object:
285
-
286
- #### `disabled` (boolean)
287
-
288
- Indicates if the plugin is disabled or not
289
-
290
- ### `underline` (object)
291
-
292
- Properties of the `underline` object:
293
-
294
- #### `disabled` (boolean)
295
-
296
- Indicates if the plugin is disabled or not
297
-
298
- ### `undo` (object)
299
-
300
- Properties of the `undo` object:
301
-
302
- #### `disabled` (boolean)
303
-
304
- Indicates if the plugin is disabled or not
305
-
306
- ## `EditableHtmlButtonConfigure` (object)
307
-
308
- Properties of the `EditableHtmlButtonConfigure` object:
309
-
310
- ### `disabled` (boolean)
311
-
312
- Indicates if the plugin is disabled or not
313
-
314
- ## `CustomPlugin` (object)
315
-
316
- Properties of the `CustomPlugin` object:
317
-
318
- ### `event` (string, required)
319
-
320
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
321
- PIE will emit the event prefixed with "PIE-".
322
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
323
-
324
- ### `iconAlt` (string, required)
325
-
326
- The alt for the custom button icon
327
-
328
- ### `iconType` (string, required)
329
-
330
- The icon type.
331
- Currently, only "SVG" is supported.
332
-
333
- ### `icon` (string, required)
334
-
335
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
336
-
337
- ## `ConfigureProp` (object)
338
-
339
- Properties of the `ConfigureProp` object:
340
-
341
- ### `settings` (boolean)
342
-
343
- Indicates if the item has to be displayed in the Settings Panel
344
-
345
- ### `label` (string)
346
-
347
- Indicates the label for the item that has to be displayed in the Settings Panel
348
-
349
- ## `EditableHtmlPluginConfigureRequired` (object)
350
-
351
- Properties of the `EditableHtmlPluginConfigureRequired` object:
352
-
353
- ### `inputConfiguration` (object)
354
-
355
- Properties of the `inputConfiguration` object:
356
-
357
- #### `math` (object)
358
-
359
- Properties of the `math` object:
360
-
361
- ##### `disabled` (boolean)
362
-
363
- Indicates if the plugin is disabled or not
364
-
365
- #### `audio` (object)
366
-
367
- Properties of the `audio` object:
368
-
369
- ##### `disabled` (boolean)
370
-
371
- Indicates if the plugin is disabled or not
372
-
373
- #### `video` (object)
374
-
375
- Properties of the `video` object:
376
-
377
- ##### `disabled` (boolean)
378
-
379
- Indicates if the plugin is disabled or not
380
-
381
- #### `image` (object)
382
-
383
- Properties of the `image` object:
384
-
385
- ##### `disabled` (boolean)
386
-
387
- Indicates if the plugin is disabled or not
388
-
389
- #### `customPlugins` (array)
390
-
391
- An array of objects that determine custom plugins.
392
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
393
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
394
-
395
- The object is an array with all elements of the type `object`.
396
-
397
- The array object has the following properties:
398
-
399
- ##### `event` (string, required)
400
-
401
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
402
- PIE will emit the event prefixed with "PIE-".
403
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
404
-
405
- ##### `iconAlt` (string, required)
406
-
407
- The alt for the custom button icon
408
-
409
- ##### `iconType` (string, required)
410
-
411
- The icon type.
412
- Currently, only "SVG" is supported.
413
-
414
- ##### `icon` (string, required)
415
-
416
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
417
-
418
- #### `blockquote` (object)
419
-
420
- Properties of the `blockquote` object:
421
-
422
- ##### `disabled` (boolean)
423
-
424
- Indicates if the plugin is disabled or not
425
-
426
- #### `h3` (object)
427
-
428
- Properties of the `h3` object:
429
-
430
- ##### `disabled` (boolean)
431
-
432
- Indicates if the plugin is disabled or not
433
-
434
- #### `characters` (object)
435
-
436
- Properties of the `characters` object:
437
-
438
- ##### `disabled` (boolean)
439
-
440
- Indicates if the plugin is disabled or not
441
-
442
- #### `bold` (object)
443
-
444
- Properties of the `bold` object:
445
-
446
- ##### `disabled` (boolean)
447
-
448
- Indicates if the plugin is disabled or not
449
-
450
- #### `html` (object)
451
-
452
- Properties of the `html` object:
453
-
454
- ##### `disabled` (boolean)
455
-
456
- Indicates if the plugin is disabled or not
457
-
458
- #### `italic` (object)
459
-
460
- Properties of the `italic` object:
461
-
462
- ##### `disabled` (boolean)
463
-
464
- Indicates if the plugin is disabled or not
465
-
466
- #### `ol_list` (object)
467
-
468
- Properties of the `ol_list` object:
469
-
470
- ##### `disabled` (boolean)
471
-
472
- Indicates if the plugin is disabled or not
473
-
474
- #### `redo` (object)
475
-
476
- Properties of the `redo` object:
477
-
478
- ##### `disabled` (boolean)
479
-
480
- Indicates if the plugin is disabled or not
481
-
482
- #### `strikethrough` (object)
483
-
484
- Properties of the `strikethrough` object:
485
-
486
- ##### `disabled` (boolean)
487
-
488
- Indicates if the plugin is disabled or not
489
-
490
- #### `sub` (object)
491
-
492
- Properties of the `sub` object:
493
-
494
- ##### `disabled` (boolean)
495
-
496
- Indicates if the plugin is disabled or not
497
-
498
- #### `sup` (object)
499
-
500
- Properties of the `sup` object:
501
-
502
- ##### `disabled` (boolean)
503
-
504
- Indicates if the plugin is disabled or not
505
-
506
- #### `table` (object)
507
-
508
- Properties of the `table` object:
509
-
510
- ##### `disabled` (boolean)
511
-
512
- Indicates if the plugin is disabled or not
513
-
514
- #### `ul_list` (object)
515
-
516
- Properties of the `ul_list` object:
517
-
518
- ##### `disabled` (boolean)
519
-
520
- Indicates if the plugin is disabled or not
521
-
522
- #### `underline` (object)
523
-
524
- Properties of the `underline` object:
525
-
526
- ##### `disabled` (boolean)
527
-
528
- Indicates if the plugin is disabled or not
529
-
530
- #### `undo` (object)
531
-
532
- Properties of the `undo` object:
533
-
534
- ##### `disabled` (boolean)
535
-
536
- Indicates if the plugin is disabled or not
537
-
538
- ### `required` (boolean)
539
-
540
- Indicates if the item is required and the value cannot be empty
541
-
542
- ### `settings` (boolean)
543
-
544
- Indicates if the item has to be displayed in the Settings Panel
545
-
546
- ### `label` (string)
547
-
548
- Indicates the label for the item that has to be displayed in the Settings Panel
549
-
550
- ## `EditableHtmlPluginConfigure` (object)
551
-
552
- Properties of the `EditableHtmlPluginConfigure` object:
553
-
554
- ### `inputConfiguration` (object)
555
-
556
- Properties of the `inputConfiguration` object:
557
-
558
- #### `math` (object)
559
-
560
- Properties of the `math` object:
561
-
562
- ##### `disabled` (boolean)
563
-
564
- Indicates if the plugin is disabled or not
565
-
566
- #### `audio` (object)
567
-
568
- Properties of the `audio` object:
569
-
570
- ##### `disabled` (boolean)
571
-
572
- Indicates if the plugin is disabled or not
573
-
574
- #### `video` (object)
575
-
576
- Properties of the `video` object:
577
-
578
- ##### `disabled` (boolean)
579
-
580
- Indicates if the plugin is disabled or not
581
-
582
- #### `image` (object)
583
-
584
- Properties of the `image` object:
585
-
586
- ##### `disabled` (boolean)
587
-
588
- Indicates if the plugin is disabled or not
589
-
590
- #### `customPlugins` (array)
591
-
592
- An array of objects that determine custom plugins.
593
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
594
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
595
-
596
- The object is an array with all elements of the type `object`.
597
-
598
- The array object has the following properties:
599
-
600
- ##### `event` (string, required)
601
-
602
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
603
- PIE will emit the event prefixed with "PIE-".
604
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
605
-
606
- ##### `iconAlt` (string, required)
607
-
608
- The alt for the custom button icon
609
-
610
- ##### `iconType` (string, required)
611
-
612
- The icon type.
613
- Currently, only "SVG" is supported.
614
-
615
- ##### `icon` (string, required)
616
-
617
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
618
-
619
- #### `blockquote` (object)
620
-
621
- Properties of the `blockquote` object:
622
-
623
- ##### `disabled` (boolean)
624
-
625
- Indicates if the plugin is disabled or not
626
-
627
- #### `h3` (object)
628
-
629
- Properties of the `h3` object:
630
-
631
- ##### `disabled` (boolean)
632
-
633
- Indicates if the plugin is disabled or not
634
-
635
- #### `characters` (object)
636
-
637
- Properties of the `characters` object:
638
-
639
- ##### `disabled` (boolean)
640
-
641
- Indicates if the plugin is disabled or not
642
-
643
- #### `bold` (object)
644
-
645
- Properties of the `bold` object:
646
-
647
- ##### `disabled` (boolean)
648
-
649
- Indicates if the plugin is disabled or not
650
-
651
- #### `html` (object)
652
-
653
- Properties of the `html` object:
654
-
655
- ##### `disabled` (boolean)
656
-
657
- Indicates if the plugin is disabled or not
658
-
659
- #### `italic` (object)
660
-
661
- Properties of the `italic` object:
662
-
663
- ##### `disabled` (boolean)
664
-
665
- Indicates if the plugin is disabled or not
666
-
667
- #### `ol_list` (object)
668
-
669
- Properties of the `ol_list` object:
670
-
671
- ##### `disabled` (boolean)
672
-
673
- Indicates if the plugin is disabled or not
674
-
675
- #### `redo` (object)
676
-
677
- Properties of the `redo` object:
678
-
679
- ##### `disabled` (boolean)
680
-
681
- Indicates if the plugin is disabled or not
682
-
683
- #### `strikethrough` (object)
684
-
685
- Properties of the `strikethrough` object:
686
-
687
- ##### `disabled` (boolean)
688
-
689
- Indicates if the plugin is disabled or not
690
-
691
- #### `sub` (object)
692
-
693
- Properties of the `sub` object:
694
-
695
- ##### `disabled` (boolean)
696
-
697
- Indicates if the plugin is disabled or not
698
-
699
- #### `sup` (object)
700
-
701
- Properties of the `sup` object:
702
-
703
- ##### `disabled` (boolean)
704
-
705
- Indicates if the plugin is disabled or not
706
-
707
- #### `table` (object)
708
-
709
- Properties of the `table` object:
710
-
711
- ##### `disabled` (boolean)
712
-
713
- Indicates if the plugin is disabled or not
714
-
715
- #### `ul_list` (object)
716
-
717
- Properties of the `ul_list` object:
718
-
719
- ##### `disabled` (boolean)
720
-
721
- Indicates if the plugin is disabled or not
722
-
723
- #### `underline` (object)
724
-
725
- Properties of the `underline` object:
726
-
727
- ##### `disabled` (boolean)
728
-
729
- Indicates if the plugin is disabled or not
730
-
731
- #### `undo` (object)
732
-
733
- Properties of the `undo` object:
734
-
735
- ##### `disabled` (boolean)
736
-
737
- Indicates if the plugin is disabled or not
738
-
739
- ### `settings` (boolean)
740
-
741
- Indicates if the item has to be displayed in the Settings Panel
742
-
743
- ### `label` (string)
744
-
745
- Indicates the label for the item that has to be displayed in the Settings Panel
746
-
747
- ## `ConfigureMaxImageDimensionsProp` (object)
748
-
749
- Properties of the `ConfigureMaxImageDimensionsProp` object:
750
-
751
- ### `teacherInstructions` (number)
752
-
753
- Indicates the max dimension for images in teacher instructions
754
-
755
- ### `prompt` (number)
756
-
757
- Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
758
-
759
- ### `rationale` (number)
760
-
761
- Indicates the max dimension for images in rationale
762
-
763
- ## `ConfigureMathMLProp` (object)
764
-
765
- Properties of the `ConfigureMathMLProp` object:
766
-
767
- ### `mmlOutput` (number)
768
-
769
- Indicates if model should have mathML output instead of latex
770
-
771
- ### `mmlEditing` (number)
772
-
773
- Indicates if mathML that's already in model should be editable
774
-
775
- ## `ConfigurePropWithEnabled` (object)
776
-
777
- Properties of the `ConfigurePropWithEnabled` object:
778
-
779
- ### `enabled` (boolean)
780
-
781
- Indicates the value of the item if it affects config-ui
782
- (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
783
-
784
- ### `settings` (boolean)
785
-
786
- Indicates if the item has to be displayed in the Settings Panel
787
-
788
- ### `label` (string)
789
-
790
- Indicates the label for the item that has to be displayed in the Settings Panel
791
-
792
- ## `ConfigureLanguageOptionsProp` (object)
793
-
794
- Properties of the `ConfigureLanguageOptionsProp` object:
795
-
796
- ### `value` (string, required)
797
-
798
- Value of the language option
799
-
800
- ### `label` (string, required)
801
-
802
- Label of the language option
803
-
804
- ## `Choice` (object)
805
-
806
- Properties of the `Choice` object:
807
-
808
- ### `value` (string, required)
809
-
810
- The value for the choice
811
-
812
- ### `label` (string, required)
813
-
814
- The label of the choice