@pie-element/placement-ordering 14.1.1 → 14.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 (306) hide show
  1. package/configure.js +2 -0
  2. package/controller.js +1 -0
  3. package/dist/author/choice-editor.d.ts +39 -0
  4. package/dist/author/choice-editor.js +157 -0
  5. package/dist/author/choice-tile.d.ts +40 -0
  6. package/dist/author/choice-tile.js +132 -0
  7. package/dist/author/defaults.d.ts +213 -0
  8. package/dist/author/defaults.js +159 -0
  9. package/dist/author/design.d.ts +21 -0
  10. package/dist/author/design.js +274 -0
  11. package/dist/author/help.d.ts +11 -0
  12. package/dist/author/index.d.ts +45 -0
  13. package/dist/author/index.js +85 -0
  14. package/dist/author/utils.d.ts +15 -0
  15. package/dist/author/utils.js +62 -0
  16. package/dist/browser/author/index.js +40986 -0
  17. package/dist/browser/author/index.js.map +1 -0
  18. package/dist/browser/browser-CvJkn_Ec.js +1019 -0
  19. package/dist/browser/browser-CvJkn_Ec.js.map +1 -0
  20. package/dist/browser/controller/index.js +319 -0
  21. package/dist/browser/controller/index.js.map +1 -0
  22. package/dist/browser/delivery/index.js +1032 -0
  23. package/dist/browser/delivery/index.js.map +1 -0
  24. package/dist/browser/dist-BTHiIs74.js +1610 -0
  25. package/dist/browser/dist-BTHiIs74.js.map +1 -0
  26. package/dist/browser/drag-provider-DaPxkh4j.js +10833 -0
  27. package/dist/browser/drag-provider-DaPxkh4j.js.map +1 -0
  28. package/dist/browser/last-D7N4Qfx4.js +9 -0
  29. package/dist/browser/last-D7N4Qfx4.js.map +1 -0
  30. package/dist/browser/placement-ordering.css +2 -0
  31. package/dist/controller/defaults.d.ts +31 -0
  32. package/dist/controller/defaults.js +25 -0
  33. package/dist/controller/index.d.ts +29 -0
  34. package/dist/controller/index.js +128 -0
  35. package/dist/controller/scoring.d.ts +27 -0
  36. package/dist/controller/scoring.js +32 -0
  37. package/dist/delivery/index.d.ts +26 -0
  38. package/dist/delivery/index.js +70 -0
  39. package/dist/delivery/main.d.ts +19 -0
  40. package/dist/delivery/main.js +22 -0
  41. package/dist/delivery/ordering.d.ts +18 -0
  42. package/dist/delivery/ordering.js +96 -0
  43. package/dist/delivery/placement-ordering.d.ts +28 -0
  44. package/dist/delivery/placement-ordering.js +215 -0
  45. package/dist/delivery/tile.d.ts +28 -0
  46. package/dist/delivery/tile.js +165 -0
  47. package/dist/delivery/tiler.d.ts +42 -0
  48. package/dist/delivery/tiler.js +89 -0
  49. package/dist/delivery/utils.d.ts +9 -0
  50. package/dist/delivery/utils.js +8 -0
  51. package/dist/index.d.ts +1 -0
  52. package/dist/index.iife.d.ts +8 -0
  53. package/dist/index.iife.js +152 -0
  54. package/dist/index.js +2 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
  64. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  65. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
  66. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  67. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +12 -0
  68. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
  69. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEvery.js +7 -0
  70. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
  71. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayIncludes.js +7 -0
  72. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayIncludesWith.js +7 -0
  73. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  74. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js +7 -0
  75. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
  76. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayReduce.js +8 -0
  77. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayShuffle.js +8 -0
  78. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
  79. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
  80. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
  81. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
  82. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
  83. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
  84. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
  85. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
  86. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseDifference.js +23 -0
  87. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseEach.js +6 -0
  88. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseEvery.js +10 -0
  89. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFindIndex.js +7 -0
  90. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFlatten.js +13 -0
  91. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFor.js +5 -0
  92. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseForOwn.js +8 -0
  93. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGet.js +10 -0
  94. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  95. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  96. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseHasIn.js +6 -0
  97. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIndexOf.js +9 -0
  98. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  99. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
  100. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
  101. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
  102. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMatch.js +26 -0
  103. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNaN.js +6 -0
  104. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  105. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
  106. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  107. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIteratee.js +11 -0
  108. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  109. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  110. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMap.js +11 -0
  111. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatches.js +12 -0
  112. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatchesProperty.js +17 -0
  113. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseProperty.js +8 -0
  114. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyDeep.js +9 -0
  115. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRandom.js +7 -0
  116. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseReduce.js +8 -0
  117. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +9 -0
  118. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -0
  119. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseShuffle.js +8 -0
  120. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  121. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js +15 -0
  122. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  123. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUniq.js +27 -0
  124. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseValues.js +9 -0
  125. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
  126. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +10 -0
  127. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
  128. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
  129. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
  130. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
  131. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
  132. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
  133. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
  134. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
  135. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
  136. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
  137. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  138. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createAssigner.js +15 -0
  139. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseEach.js +12 -0
  140. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseFor.js +12 -0
  141. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createSet.js +9 -0
  142. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  143. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
  144. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
  145. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
  146. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  147. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
  148. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
  149. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
  150. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMatchData.js +16 -0
  151. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  152. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
  153. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  154. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
  155. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
  156. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  157. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  158. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hasPath.js +18 -0
  159. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
  160. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
  161. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
  162. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
  163. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
  164. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
  165. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
  166. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
  167. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isFlattenable.js +10 -0
  168. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  169. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIterateeCall.js +12 -0
  170. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +11 -0
  171. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
  172. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  173. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  174. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isStrictComparable.js +7 -0
  175. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
  176. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
  177. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
  178. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
  179. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
  180. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
  181. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  182. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
  183. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
  184. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
  185. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
  186. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_matchesStrictComparable.js +8 -0
  187. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +11 -0
  188. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
  189. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  190. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  191. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  192. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  193. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  194. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +13 -0
  195. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  196. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
  197. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
  198. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
  199. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
  200. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -0
  201. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shuffleSelf.js +12 -0
  202. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
  203. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
  204. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
  205. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
  206. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
  207. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_strictIndexOf.js +7 -0
  208. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +10 -0
  209. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +10 -0
  210. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  211. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/assign.js +16 -0
  212. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
  213. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/compact.js +10 -0
  214. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/constant.js +8 -0
  215. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/defaults.js +16 -0
  216. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/difference.js +10 -0
  217. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/differenceWith.js +12 -0
  218. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  219. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/every.js +12 -0
  220. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/get.js +8 -0
  221. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/hasIn.js +8 -0
  222. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
  223. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  224. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  225. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  226. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLikeObject.js +8 -0
  227. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  228. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  229. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +7 -0
  230. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  231. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  232. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
  233. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  234. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  235. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
  236. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
  237. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  238. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
  239. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  240. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/last.js +7 -0
  241. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/map.js +10 -0
  242. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/memoize.js +16 -0
  243. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/noop.js +4 -0
  244. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/property.js +10 -0
  245. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/reduce.js +12 -0
  246. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/shuffle.js +9 -0
  247. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
  248. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  249. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toString.js +7 -0
  250. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/uniq.js +7 -0
  251. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/uniqueId.js +9 -0
  252. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/values.js +8 -0
  253. package/package.json +81 -17
  254. package/CHANGELOG.json +0 -1312
  255. package/CHANGELOG.md +0 -2432
  256. package/LICENSE.md +0 -5
  257. package/README.md +0 -57
  258. package/configure/CHANGELOG.json +0 -952
  259. package/configure/CHANGELOG.md +0 -2127
  260. package/configure/lib/choice-editor.js +0 -252
  261. package/configure/lib/choice-editor.js.map +0 -1
  262. package/configure/lib/choice-tile.js +0 -205
  263. package/configure/lib/choice-tile.js.map +0 -1
  264. package/configure/lib/defaults.js +0 -211
  265. package/configure/lib/defaults.js.map +0 -1
  266. package/configure/lib/design.js +0 -427
  267. package/configure/lib/design.js.map +0 -1
  268. package/configure/lib/help.js +0 -14
  269. package/configure/lib/help.js.map +0 -1
  270. package/configure/lib/index.js +0 -155
  271. package/configure/lib/index.js.map +0 -1
  272. package/configure/lib/utils.js +0 -108
  273. package/configure/lib/utils.js.map +0 -1
  274. package/configure/package.json +0 -26
  275. package/controller/CHANGELOG.json +0 -517
  276. package/controller/CHANGELOG.md +0 -1518
  277. package/controller/lib/defaults.js +0 -29
  278. package/controller/lib/defaults.js.map +0 -1
  279. package/controller/lib/index.js +0 -285
  280. package/controller/lib/index.js.map +0 -1
  281. package/controller/lib/scoring.js +0 -109
  282. package/controller/lib/scoring.js.map +0 -1
  283. package/controller/package.json +0 -15
  284. package/docs/config-schema.json +0 -2964
  285. package/docs/config-schema.json.md +0 -2190
  286. package/docs/demo/config.js +0 -8
  287. package/docs/demo/generate.js +0 -50
  288. package/docs/demo/index.html +0 -1
  289. package/docs/demo/session.js +0 -7
  290. package/docs/pie-schema.json +0 -1613
  291. package/docs/pie-schema.json.md +0 -973
  292. package/icon.png +0 -0
  293. package/lib/index.js +0 -122
  294. package/lib/index.js.map +0 -1
  295. package/lib/main.js +0 -32
  296. package/lib/main.js.map +0 -1
  297. package/lib/ordering.js +0 -165
  298. package/lib/ordering.js.map +0 -1
  299. package/lib/placement-ordering.js +0 -419
  300. package/lib/placement-ordering.js.map +0 -1
  301. package/lib/tile.js +0 -259
  302. package/lib/tile.js.map +0 -1
  303. package/lib/tiler.js +0 -165
  304. package/lib/tiler.js.map +0 -1
  305. package/lib/utils.js +0 -18
  306. package/lib/utils.js.map +0 -1
@@ -1,517 +0,0 @@
1
- [
2
- {
3
- "type": "feat",
4
- "scope": "general",
5
- "subject": "initialize default model (#129)",
6
- "merge": null,
7
- "header": "feat(general): initialize default model (#129)",
8
- "body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* bump yarn lock\n\n* update snapshots",
9
- "footer": null,
10
- "notes": [],
11
- "hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
12
- "gitTags": "",
13
- "committerDate": "2019-03-12 15:47:20 -0400",
14
- "isTagged": true,
15
- "tag": "@pie-element/placement-ordering-controller@2.1.0"
16
- },
17
- {
18
- "type": "feat",
19
- "scope": "placement-ordering-configure-customization",
20
- "subject": "made some elements from the design config customizable (ch564)",
21
- "merge": null,
22
- "header": "feat(placement-ordering-configure-customization): made some elements from the design config customizable (ch564)",
23
- "body": null,
24
- "footer": null,
25
- "notes": [],
26
- "hash": "a89ff839ac132c2e272316ec8af607ea89a3a26b",
27
- "gitTags": " (origin/ch564/placement-ordering-config-customization)",
28
- "committerDate": "2018-11-05 16:17:09 +0200",
29
- "isTagged": true,
30
- "tag": "@pie-element/placement-ordering-controller@2.0.0"
31
- },
32
- {
33
- "type": "chore",
34
- "scope": null,
35
- "subject": "rename test dir",
36
- "merge": null,
37
- "header": "chore: rename test dir",
38
- "body": null,
39
- "footer": null,
40
- "notes": [],
41
- "hash": "3050c7cfafde78a7c1977eda6f92d99ce82543f2",
42
- "gitTags": "",
43
- "committerDate": "2018-05-10 21:39:13 -0400",
44
- "isTagged": true,
45
- "tag": "@pie-element/placement-ordering-controller@2.0.0"
46
- },
47
- {
48
- "type": "chore",
49
- "scope": null,
50
- "subject": "fix tests",
51
- "merge": null,
52
- "header": "chore: fix tests",
53
- "body": null,
54
- "footer": null,
55
- "notes": [],
56
- "hash": "8e8a092808eca78af173d0744aa9e9213a3e95a2",
57
- "gitTags": "",
58
- "committerDate": "2018-05-10 21:38:35 -0400",
59
- "isTagged": true,
60
- "tag": "@pie-element/placement-ordering-controller@2.0.0"
61
- },
62
- {
63
- "type": "fix",
64
- "scope": "dependecies",
65
- "subject": "bump @pie-lib/feedback",
66
- "merge": null,
67
- "header": "fix(dependecies): bump @pie-lib/feedback",
68
- "body": null,
69
- "footer": null,
70
- "notes": [],
71
- "hash": "4be839f6f062d7457e46458a827c9d785b7ba8b0",
72
- "gitTags": "",
73
- "committerDate": "2018-05-10 21:23:16 -0400",
74
- "isTagged": true,
75
- "tag": "@pie-element/placement-ordering-controller@2.0.0"
76
- },
77
- {
78
- "type": "fix",
79
- "scope": "controller",
80
- "subject": "bump feedback version",
81
- "merge": null,
82
- "header": "fix(controller): bump feedback version",
83
- "body": null,
84
- "footer": null,
85
- "notes": [],
86
- "hash": "a07c9ecf3f44f94bdeb48e847cca52ac8e13f619",
87
- "gitTags": "",
88
- "committerDate": "2018-05-10 19:13:44 -0400",
89
- "isTagged": true,
90
- "tag": "@pie-element/placement-ordering-controller@2.0.0"
91
- },
92
- {
93
- "type": "feat",
94
- "scope": "model",
95
- "subject": "move away from old model",
96
- "merge": null,
97
- "header": "feat(model): move away from old model",
98
- "body": null,
99
- "footer": "BREAKING CHANGE:\n\nThe model has changed.\n\n* `model` is gone, all properties within it have moved to the root.\n* `config` is gone, all properties within it have moved to the root.\n* `feedback` is using the new model.\n\nFrom:\n\n```javascript\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n model: {\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ]\n },\n config: {\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true\n },\n feedback: {\n correctFeedbackType: 'custom',\n correctFeedback: 'foo',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: 'foo',\n partialFeedbackType: 'custom',\n partialFeedback: 'foo',\n }\n }\n```\n\nTo:\n\n```javascript\n\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ],\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true,\n feedback: {\n correct: {\n type: 'custom',\n custom: 'foo'\n },\n incorrect: {\n type: 'custom',\n custom: 'no'\n },\n partial: {\n type: 'custom',\n custom: 'nearly'\n }\n }\n }\n\n```",
100
- "notes": [
101
- {
102
- "title": "BREAKING CHANGE",
103
- "text": "The model has changed.\n\n* `model` is gone, all properties within it have moved to the root.\n* `config` is gone, all properties within it have moved to the root.\n* `feedback` is using the new model.\n\nFrom:\n\n```javascript\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n model: {\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ]\n },\n config: {\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true\n },\n feedback: {\n correctFeedbackType: 'custom',\n correctFeedback: 'foo',\n incorrectFeedbackType: 'custom',\n incorrectFeedback: 'foo',\n partialFeedbackType: 'custom',\n partialFeedback: 'foo',\n }\n }\n```\n\nTo:\n\n```javascript\n\n{\n id: '1',\n element: 'placement-ordering',\n correctResponse: [\n {\n id: 'c1',\n weight: 0.2\n },\n {\n id: 'c4',\n weight: 0.2\n },\n {\n id: 'c3',\n weight: 0.3\n },\n {\n id: 'c2',\n weight: 0.3\n }\n ],\n prompt: 'Arrange the fruits alphabetically',\n choices: [\n {\n id: 'c2',\n label: 'Lemon',\n shuffle: false,\n moveOnDrag: true\n },\n {\n id: 'c3',\n label: 'Melon',\n moveOnDrag: true\n },\n {\n id: 'c1',\n label: 'Blueberry',\n moveOnDrag: false\n },\n {\n id: 'c4',\n label: 'Pear',\n moveOnDrag: false\n }\n ],\n shuffle: false,\n placementType: 'none',\n choiceAreaLayout: 'vertical',\n choiceAreaLabel: 'choices: ',\n answerAreaLabel: 'Answer Area Label',\n showOrdering: true,\n feedback: {\n correct: {\n type: 'custom',\n custom: 'foo'\n },\n incorrect: {\n type: 'custom',\n custom: 'no'\n },\n partial: {\n type: 'custom',\n custom: 'nearly'\n }\n }\n }\n\n```"
104
- }
105
- ],
106
- "hash": "048571e2fdba07034c511a22eb538b13631d7018",
107
- "gitTags": "",
108
- "committerDate": "2018-05-10 12:46:56 -0400",
109
- "isTagged": true,
110
- "tag": "@pie-element/placement-ordering-controller@2.0.0"
111
- },
112
- {
113
- "type": "feat",
114
- "scope": null,
115
- "subject": "partial scoring logic updated to use pairwise combinations [ch440]",
116
- "merge": null,
117
- "header": "feat: partial scoring logic updated to use pairwise combinations [ch440]",
118
- "body": "* `partialScoring`: [{correctCount: number, weight: number}] is gone\n* `partialScoring` is now a boolean (partialScoring defaults to true).\n* uses pairwise combinations to calculate the partial score",
119
- "footer": "BREAKING CHANGE: `question.partialScoring` is no longer a set of rules\nwith weights. It's now a boolean.",
120
- "notes": [
121
- {
122
- "title": "BREAKING CHANGE",
123
- "text": "`question.partialScoring` is no longer a set of rules\nwith weights. It's now a boolean."
124
- }
125
- ],
126
- "hash": "2761b85341ddcd88c9cfdef06456acd0812213d0",
127
- "gitTags": "",
128
- "committerDate": "2019-04-09 18:17:42 +0100",
129
- "isTagged": true,
130
- "tag": "@pie-element/placement-ordering-controller@3.0.0"
131
- },
132
- {
133
- "type": "feat",
134
- "scope": null,
135
- "subject": "UI and model updates [ch423]",
136
- "merge": null,
137
- "header": "feat: UI and model updates [ch423]",
138
- "body": "* Updated design\n* Removed `moveOnDrag` for a choice individually\n* added `removeTilesAfterPlacing` property on the entire list of choices.",
139
- "footer": "BREAKING CHANGE: `moveOnDrag` is gone use `removeAllTilesAfterPlacing`.",
140
- "notes": [
141
- {
142
- "title": "BREAKING CHANGE",
143
- "text": "`moveOnDrag` is gone use `removeAllTilesAfterPlacing`."
144
- }
145
- ],
146
- "hash": "b83c4b9b87374ae46eff0a3657dc7b83b7da3d90",
147
- "gitTags": "",
148
- "committerDate": "2019-04-09 18:14:32 +0100",
149
- "isTagged": true,
150
- "tag": "@pie-element/placement-ordering-controller@3.0.0"
151
- },
152
- {
153
- "type": "feat",
154
- "scope": null,
155
- "subject": "scoring change [ch440]",
156
- "merge": null,
157
- "header": "feat: scoring change [ch440]",
158
- "body": "* by default duplicates are not allowed\n* this can be overridden by `question.configure.removeTileAfterPlacing`\n* by default the answer must be 'complete' aka the length must match the\ncorrect response length.",
159
- "footer": null,
160
- "notes": [],
161
- "hash": "42507f5182a5bb1466499f46922500bf9d6a8cd1",
162
- "gitTags": "",
163
- "committerDate": "2019-04-09 20:18:34 +0100",
164
- "isTagged": true,
165
- "tag": "@pie-element/placement-ordering-controller@3.1.0"
166
- },
167
- {
168
- "type": "feat",
169
- "scope": "scoring",
170
- "subject": "`orderMustBeComplete` defaults to false",
171
- "merge": null,
172
- "header": "feat(scoring): `orderMustBeComplete` defaults to false",
173
- "body": "> Note: this should really be a breaking change as it changes the\nresults of identical functions, but going to leave that as we haven't\ndone a full release yet.",
174
- "footer": null,
175
- "notes": [],
176
- "hash": "3b11755acba7607c42187f2c78d99d792c77c961",
177
- "gitTags": " (origin/fix/placement-scoring)",
178
- "committerDate": "2019-04-12 11:27:47 +0100",
179
- "isTagged": true,
180
- "tag": "@pie-element/placement-ordering-controller@3.2.0"
181
- },
182
- {
183
- "type": "fix",
184
- "scope": null,
185
- "subject": "Fixed test.",
186
- "merge": null,
187
- "header": "fix: Fixed test.",
188
- "body": null,
189
- "footer": null,
190
- "notes": [],
191
- "hash": "5b2d7d4520d4b6a1fa444bde8621c7174b3d9fdb",
192
- "gitTags": "",
193
- "committerDate": "2019-04-16 10:52:21 +0300",
194
- "isTagged": true,
195
- "tag": "@pie-element/placement-ordering-controller@3.2.1"
196
- },
197
- {
198
- "type": "fix",
199
- "scope": null,
200
- "subject": "Updated controller test.",
201
- "merge": null,
202
- "header": "fix: Updated controller test.",
203
- "body": null,
204
- "footer": null,
205
- "notes": [],
206
- "hash": "e9246e0d1b2a0ee995122ead461f89ed8c4e80d1",
207
- "gitTags": "",
208
- "committerDate": "2019-04-16 10:37:35 +0300",
209
- "isTagged": true,
210
- "tag": "@pie-element/placement-ordering-controller@3.2.1"
211
- },
212
- {
213
- "type": "fix",
214
- "scope": "placement-ordering",
215
- "subject": "Finished renaming model properties using new established naming conventions and integrated settings panel.",
216
- "merge": null,
217
- "header": "fix(placement-ordering): Finished renaming model properties using new established naming conventions and integrated settings panel.",
218
- "body": null,
219
- "footer": null,
220
- "notes": [],
221
- "hash": "74578c6b4e3a74bb11e913b35a3a578252253778",
222
- "gitTags": "",
223
- "committerDate": "2019-04-15 19:16:13 +0300",
224
- "isTagged": true,
225
- "tag": "@pie-element/placement-ordering-controller@3.2.1"
226
- },
227
- {
228
- "type": "fix",
229
- "scope": "placement-ordering",
230
- "subject": "Finished renaming model properties using naming conventions.",
231
- "merge": null,
232
- "header": "fix(placement-ordering): Finished renaming model properties using naming conventions.",
233
- "body": null,
234
- "footer": null,
235
- "notes": [],
236
- "hash": "d3d790a591bd7175f1ae1a8e64d5ea5f97b9013a",
237
- "gitTags": "",
238
- "committerDate": "2019-04-15 12:22:19 +0300",
239
- "isTagged": true,
240
- "tag": "@pie-element/placement-ordering-controller@3.2.1"
241
- },
242
- {
243
- "type": "fix",
244
- "scope": "placement-ordering",
245
- "subject": "renaming model properties with naming conventions.",
246
- "merge": null,
247
- "header": "fix(placement-ordering): renaming model properties with naming conventions.",
248
- "body": null,
249
- "footer": null,
250
- "notes": [],
251
- "hash": "9d9be0154654c1c7c6866e3daa74d9e37523a567",
252
- "gitTags": "",
253
- "committerDate": "2019-04-15 11:43:37 +0300",
254
- "isTagged": true,
255
- "tag": "@pie-element/placement-ordering-controller@3.2.1"
256
- },
257
- {
258
- "type": "fix",
259
- "scope": "ebsr",
260
- "subject": "revert `itemStem` to `prompt`.",
261
- "merge": null,
262
- "header": "fix(ebsr): revert `itemStem` to `prompt`.",
263
- "body": "fix(multiple-choice): revert `itemStem` to `prompt`.\nfix(placement-ordering): revert `itemStem` to `prompt`.",
264
- "footer": null,
265
- "notes": [],
266
- "hash": "107f3988029baf164f702a1079dfeb2fd192302a",
267
- "gitTags": "",
268
- "committerDate": "2019-04-24 06:19:37 +0300",
269
- "isTagged": true,
270
- "tag": "@pie-element/placement-ordering-controller@3.2.3"
271
- },
272
- {
273
- "type": "feat",
274
- "scope": null,
275
- "subject": "Updated with new version of @pie-lib-config-ui. Removed `model.configure` and added a separate property called `configuration` instead. Removed usage of state (main.jsx) and updated tests.",
276
- "merge": null,
277
- "header": "feat: Updated with new version of @pie-lib-config-ui. Removed `model.configure` and added a separate property called `configuration` instead. Removed usage of state (main.jsx) and updated tests.",
278
- "body": null,
279
- "footer": "BREAKING CHANGE: `model.configure` is removed, use `configuration` instead.",
280
- "notes": [
281
- {
282
- "title": "BREAKING CHANGE",
283
- "text": "`model.configure` is removed, use `configuration` instead."
284
- }
285
- ],
286
- "hash": "4262f6bc82f9e67eb67dc283fe244eb1315a6baa",
287
- "gitTags": "",
288
- "committerDate": "2019-05-02 16:41:21 +0300",
289
- "isTagged": true,
290
- "tag": "@pie-element/placement-ordering-controller@4.0.0"
291
- },
292
- {
293
- "type": "feat",
294
- "scope": null,
295
- "subject": "Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
296
- "merge": null,
297
- "header": "feat: Sending rationale for `instructor` role only in 'view' or 'evaluate' mode.",
298
- "body": null,
299
- "footer": null,
300
- "notes": [],
301
- "hash": "ea90849b6b056562123713e4e4723160905be1f4",
302
- "gitTags": "",
303
- "committerDate": "2019-05-14 14:39:39 +0300",
304
- "isTagged": true,
305
- "tag": "@pie-element/placement-ordering-controller@4.1.0"
306
- },
307
- {
308
- "type": "feat",
309
- "scope": "placement-ordering",
310
- "subject": "added rationale support.",
311
- "merge": null,
312
- "header": "feat(placement-ordering): added rationale support.",
313
- "body": null,
314
- "footer": null,
315
- "notes": [],
316
- "hash": "d6df005db8ba935e4a3dcddb57af6dbf4717b9ed",
317
- "gitTags": "",
318
- "committerDate": "2019-05-11 15:07:04 +0300",
319
- "isTagged": true,
320
- "tag": "@pie-element/placement-ordering-controller@4.1.0"
321
- },
322
- {
323
- "type": "fix",
324
- "scope": "editable-html",
325
- "subject": "fixed lots of stuff regarding the editable-html",
326
- "merge": null,
327
- "header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
328
- "body": null,
329
- "footer": null,
330
- "notes": [],
331
- "hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
332
- "gitTags": " (origin/andrei/fixes)",
333
- "committerDate": "2019-07-07 14:16:34 -0400",
334
- "isTagged": true,
335
- "tag": "@pie-element/placement-ordering-controller@4.1.5"
336
- },
337
- {
338
- "type": "fix",
339
- "scope": "behaviour",
340
- "subject": "added alternate scoring for placement-ordering [ch1304], rendered math in extended-text-entry [ch1016], moved the toolbar above the editor for [ch2493]",
341
- "merge": null,
342
- "header": "fix(behaviour): added alternate scoring for placement-ordering [ch1304], rendered math in extended-text-entry [ch1016], moved the toolbar above the editor for [ch2493]",
343
- "body": null,
344
- "footer": null,
345
- "notes": [],
346
- "hash": "81c94b4390624cf205845a208a9df36a53a53025",
347
- "gitTags": "",
348
- "committerDate": "2019-07-09 17:33:00 +0300",
349
- "isTagged": true,
350
- "tag": "@pie-element/placement-ordering-controller@4.1.7"
351
- },
352
- {
353
- "type": "feat",
354
- "scope": null,
355
- "subject": "Session null/empty check.",
356
- "merge": null,
357
- "header": "feat: Session null/empty check.",
358
- "body": "Check for each interaction if: has outcome function, outcome function returns { score: 0, empty: true } if session null/empty/undefined, everywhere where session is used we handle if session is null/empty/undefined and test each function that uses session. [match-list, match, math-inline, multiple-choice, number-line, placement-ordering, point-intercept, select-text, text-entry]",
359
- "footer": null,
360
- "notes": [],
361
- "hash": "f24dc8bfe6761d0c7bacf674f5ec30068bfd03d8",
362
- "gitTags": "",
363
- "committerDate": "2019-08-27 09:02:11 +0300",
364
- "isTagged": true,
365
- "tag": "@pie-element/placement-ordering-controller@4.2.0"
366
- },
367
- {
368
- "type": "fix",
369
- "scope": null,
370
- "subject": "bump pie-lib/controller-utils",
371
- "merge": null,
372
- "header": "fix: bump pie-lib/controller-utils",
373
- "body": null,
374
- "footer": null,
375
- "notes": [],
376
- "hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
377
- "gitTags": "",
378
- "committerDate": "2019-08-30 23:15:07 +0300",
379
- "isTagged": true,
380
- "tag": "@pie-element/placement-ordering-controller@4.3.0"
381
- },
382
- {
383
- "type": "feat",
384
- "scope": null,
385
- "subject": "make use of updateSession callback",
386
- "merge": null,
387
- "header": "feat: make use of updateSession callback",
388
- "body": null,
389
- "footer": null,
390
- "notes": [],
391
- "hash": "b529f00d60415979f28d90f1dcaf130b71cebb31",
392
- "gitTags": "",
393
- "committerDate": "2019-08-26 18:54:49 +0300",
394
- "isTagged": true,
395
- "tag": "@pie-element/placement-ordering-controller@4.3.0"
396
- },
397
- {
398
- "type": "feat",
399
- "scope": "placement-ordering",
400
- "subject": "model based prompt",
401
- "merge": null,
402
- "header": "feat(placement-ordering): model based prompt",
403
- "body": null,
404
- "footer": null,
405
- "notes": [],
406
- "hash": "1d2812755d77906916aa9637c8c56652a0e3513a",
407
- "gitTags": "",
408
- "committerDate": "2019-09-25 19:45:47 +0300",
409
- "isTagged": true,
410
- "tag": "@pie-element/placement-ordering-controller@5.1.0"
411
- },
412
- {
413
- "type": "fix",
414
- "scope": null,
415
- "subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
416
- "merge": null,
417
- "header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
418
- "body": null,
419
- "footer": null,
420
- "notes": [],
421
- "hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
422
- "gitTags": "",
423
- "committerDate": "2019-10-11 12:38:26 +0100",
424
- "isTagged": true,
425
- "tag": "@pie-element/placement-ordering-controller@6.0.1"
426
- },
427
- {
428
- "type": "fix",
429
- "scope": null,
430
- "subject": "bump @pie-lib/controller-utils@^0.2.2",
431
- "merge": null,
432
- "header": "fix: bump @pie-lib/controller-utils@^0.2.2",
433
- "body": null,
434
- "footer": null,
435
- "notes": [],
436
- "hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
437
- "gitTags": "",
438
- "committerDate": "2019-10-15 12:11:16 +0100",
439
- "isTagged": true,
440
- "tag": "@pie-element/placement-ordering-controller@6.0.2"
441
- },
442
- {
443
- "type": "fix",
444
- "scope": null,
445
- "subject": "PIE-201 - store prompts and answers in session, fix",
446
- "merge": null,
447
- "header": "fix: PIE-201 - store prompts and answers in session, fix",
448
- "body": "controller-utils to use 0 as key",
449
- "footer": null,
450
- "notes": [],
451
- "hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
452
- "gitTags": "",
453
- "committerDate": "2019-11-18 20:35:06 +0000",
454
- "isTagged": true,
455
- "tag": "@pie-element/placement-ordering-controller@6.0.5"
456
- },
457
- {
458
- "type": "fix",
459
- "scope": null,
460
- "subject": "bump ui versions",
461
- "merge": null,
462
- "header": "fix: bump ui versions",
463
- "body": null,
464
- "footer": null,
465
- "notes": [],
466
- "hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
467
- "gitTags": "",
468
- "committerDate": "2020-03-31 19:25:13 +0100",
469
- "isTagged": true,
470
- "tag": "@pie-element/placement-ordering-controller@6.1.0"
471
- },
472
- {
473
- "type": "fix",
474
- "scope": null,
475
- "subject": "bump lib and ui versions",
476
- "merge": null,
477
- "header": "fix: bump lib and ui versions",
478
- "body": null,
479
- "footer": null,
480
- "notes": [],
481
- "hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
482
- "gitTags": "",
483
- "committerDate": "2020-04-10 17:13:24 +0100",
484
- "isTagged": true,
485
- "tag": "@pie-element/placement-ordering-controller@6.1.1"
486
- },
487
- {
488
- "type": "fix",
489
- "scope": null,
490
- "subject": "bump all packages to avoid tag conflict",
491
- "merge": null,
492
- "header": "fix: bump all packages to avoid tag conflict",
493
- "body": null,
494
- "footer": null,
495
- "notes": [],
496
- "hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
497
- "gitTags": "",
498
- "committerDate": "2020-04-10 20:01:37 +0100",
499
- "isTagged": true,
500
- "tag": "@pie-element/placement-ordering-controller@6.1.1"
501
- },
502
- {
503
- "type": "fix",
504
- "scope": null,
505
- "subject": "bump ui/lib versions",
506
- "merge": null,
507
- "header": "fix: bump ui/lib versions",
508
- "body": null,
509
- "footer": null,
510
- "notes": [],
511
- "hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
512
- "gitTags": "",
513
- "committerDate": "2020-04-14 15:36:44 +0100",
514
- "isTagged": true,
515
- "tag": "@pie-element/placement-ordering-controller@6.1.3"
516
- }
517
- ]