@pie-element/explicit-constructed-response 11.1.0-next.28 → 11.1.1-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.
- package/dist/_virtual/_rolldown/runtime.js +4 -0
- package/dist/author/alternateResponses.d.ts +34 -0
- package/dist/author/alternateResponses.js +116 -0
- package/dist/author/alternateSection.d.ts +58 -0
- package/dist/author/alternateSection.js +215 -0
- package/dist/author/defaults.d.ts +186 -0
- package/dist/author/defaults.js +128 -0
- package/dist/author/ecr-toolbar.d.ts +41 -0
- package/dist/author/ecr-toolbar.js +100 -0
- package/dist/author/index.d.ts +42 -0
- package/dist/author/index.js +97 -0
- package/dist/author/main.d.ts +38 -0
- package/dist/author/main.js +294 -0
- package/dist/author/markupUtils.d.ts +14 -0
- package/dist/author/markupUtils.js +13 -0
- package/dist/author/utils.d.ts +9 -0
- package/dist/author/utils.js +7 -0
- package/dist/controller/defaults.d.ts +25 -0
- package/dist/controller/defaults.js +19 -0
- package/dist/controller/index.d.ts +64 -0
- package/dist/controller/index.js +142 -0
- package/dist/delivery/index.d.ts +20 -0
- package/dist/delivery/index.js +66 -0
- package/dist/delivery/main.d.ts +48 -0
- package/dist/delivery/main.js +117 -0
- package/dist/explicit-constructed-response.css +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +394 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/he@1.2.0/node_modules/he/he.js +3993 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayReduce.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseEach.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseExtremum.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFindIndex.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFlatten.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFor.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseForOwn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGet.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGt.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseHasIn.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMatch.js +26 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIteratee.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMap.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatches.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseMatchesProperty.js +17 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePick.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePickBy.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseProperty.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyDeep.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePropertyOf.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseReduce.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseRest.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSet.js +22 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTrim.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseEach.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createBaseFor.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_createFind.js +19 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_escapeHtmlChar.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_flatRest.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMatchData.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hasPath.js +18 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isFlattenable.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIterateeCall.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isStrictComparable.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_matchesStrictComparable.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_trimmedEndIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/constant.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/debounce.js +50 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/defaults.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/escape.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/find.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/findIndex.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/flatten.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/get.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/hasIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/map.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/max.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/memoize.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/now.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/pick.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/property.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/reduce.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/throttle.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toFinite.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toInteger.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toNumber.js +19 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toString.js +7 -0
- package/dist/print/index.d.ts +15 -0
- package/dist/print/index.js +40 -0
- package/package.json +62 -25
- package/CHANGELOG.json +0 -1102
- package/CHANGELOG.md +0 -2175
- package/LICENSE.md +0 -5
- package/README.md +0 -1
- package/configure/CHANGELOG.json +0 -652
- package/configure/CHANGELOG.md +0 -1917
- package/configure/lib/alternateResponses.js +0 -199
- package/configure/lib/alternateResponses.js.map +0 -1
- package/configure/lib/alternateSection.js +0 -329
- package/configure/lib/alternateSection.js.map +0 -1
- package/configure/lib/defaults.js +0 -184
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/ecr-toolbar.js +0 -181
- package/configure/lib/ecr-toolbar.js.map +0 -1
- package/configure/lib/index.js +0 -161
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -514
- package/configure/lib/main.js.map +0 -1
- package/configure/lib/markupUtils.js +0 -70
- package/configure/lib/markupUtils.js.map +0 -1
- package/configure/lib/utils.js +0 -15
- package/configure/lib/utils.js.map +0 -1
- package/configure/package.json +0 -22
- package/controller/CHANGELOG.json +0 -517
- package/controller/CHANGELOG.md +0 -1333
- package/controller/lib/defaults.js +0 -23
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -368
- package/controller/lib/index.js.map +0 -1
- package/controller/package.json +0 -18
- package/docs/config-schema.json +0 -2629
- package/docs/config-schema.json.md +0 -1941
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -20
- package/docs/demo/index.html +0 -1
- package/docs/demo/session.js +0 -10
- package/docs/pie-schema.json +0 -1130
- package/docs/pie-schema.json.md +0 -814
- package/lib/index.js +0 -91
- package/lib/index.js.map +0 -1
- package/lib/main.js +0 -205
- package/lib/main.js.map +0 -1
- package/lib/print.js +0 -71
- package/lib/print.js.map +0 -1
- package/module/configure.js +0 -1
- package/module/controller.js +0 -6534
- package/module/demo.js +0 -45
- package/module/element.js +0 -1
- package/module/index.html +0 -21
- package/module/manifest.json +0 -18
- package/module/print-demo.js +0 -83
- package/module/print.html +0 -18
- package/module/print.js +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"markupUtils.js","names":["_lodashEs","require","tSymbols","nSymbols","matchTabAndNewLine","RegExp","removeUnwantedCharacters","markup","replace","exports","createElementFromHTML","htmlString","div","document","createElement","innerHTML","trim","processMarkup","newMarkup","slateMarkup","index","querySelectorAll","forEach","s","replaceWith","REGEX","createSlateMarkup","choices","match","g","label","escape","getAdjustedLength","length","stripHtmlTags","decodeHTML","html","doc","DOMParser","parseFromString","body","textContent"],"sources":["../src/markupUtils.js"],"sourcesContent":["import { escape } from 'lodash-es';\n\n// do not remove \\t from \\times, \\triangle, \\tan, \\theta or \\therefore\nconst tSymbols = 'imes|riangle|an|heta|herefore';\n// do not remove \\n from \\nthroot, \\nparallel, \\ncong, \\napprox, \\neq, \\ne or \\nsim\nconst nSymbols = 'throot|parallel|cong|approx|eq|e|sim';\n// match all \\t and \\n that are not part of math symbols that starts with \\t or \\n\nconst matchTabAndNewLine = new RegExp(\n `(\\\\t(?!${tSymbols}))|(\\\\n(?!${nSymbols}))|(\\\\\\\\t(?!${tSymbols}))|(\\\\\\\\n(?!${nSymbols}))`,\n 'g',\n);\n\nexport const removeUnwantedCharacters = (markup) =>\n markup.replace(matchTabAndNewLine, '').replace(/\\\\\"/g, '\"').replace(/\\\\\\//g, '/');\n\nconst createElementFromHTML = (htmlString = '') => {\n const div = document.createElement('div');\n\n div.innerHTML = htmlString.trim();\n\n return div;\n};\n\nexport const processMarkup = (markup) => {\n const newMarkup = removeUnwantedCharacters(markup || '');\n const slateMarkup = createElementFromHTML(newMarkup || '');\n let index = 0;\n\n slateMarkup.querySelectorAll('[data-type=\"explicit_constructed_response\"]').forEach((s) => {\n s.replaceWith(`{{${index++}}}`);\n });\n\n return slateMarkup.innerHTML;\n};\n\nconst REGEX = /\\{\\{(\\d+)\\}\\}/g;\n\nexport const createSlateMarkup = (markup, choices) => {\n if (!markup) {\n return '';\n }\n\n const newMarkup = removeUnwantedCharacters(markup);\n\n return newMarkup.replace(REGEX, (match, g) => {\n const label = choices[g][0].label || '';\n\n return `<span data-type=\"explicit_constructed_response\" data-index=\"${g}\" data-value=\"${escape(label)}\"></span>`;\n });\n};\n\n// also used in controller/src/index.js\nexport const getAdjustedLength = (length) => {\n if (length <= 2) {\n return length + 2;\n }\n\n if (length <= 4) {\n return length + 3;\n }\n\n if (length <= 6) {\n return length + 4;\n }\n\n return length + 5;\n};\n\nexport const stripHtmlTags = (markup) => {\n if (typeof markup !== 'string') {\n return '';\n }\n return markup.replace(/<\\/?[^>]+(>|$)/g, \"\");\n};\n\nexport const decodeHTML = (html) => {\n const doc = new DOMParser().parseFromString(html, 'text/html');\n return doc.body.textContent || '';\n};\n"],"mappings":"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","ignoreList":[]}
|
package/configure/lib/utils.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.generateValidationMessage = void 0;
|
|
7
|
-
const generateValidationMessage = config => {
|
|
8
|
-
const {
|
|
9
|
-
maxResponseAreas
|
|
10
|
-
} = config;
|
|
11
|
-
const responseAreasMessage = '\nCorrect answers should not be blank.' + '\nEach answer defined for a response area should be unique.' + '\nThere should be at least 1 ' + (maxResponseAreas ? `and at most ${maxResponseAreas} ` : '') + 'response area' + (maxResponseAreas ? 's' : '') + ' defined.';
|
|
12
|
-
return 'Validation requirements:' + responseAreasMessage;
|
|
13
|
-
};
|
|
14
|
-
exports.generateValidationMessage = generateValidationMessage;
|
|
15
|
-
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","names":["generateValidationMessage","config","maxResponseAreas","responseAreasMessage","exports"],"sources":["../src/utils.js"],"sourcesContent":["export const generateValidationMessage = (config) => {\n const { maxResponseAreas } = config;\n\n const responseAreasMessage =\n '\\nCorrect answers should not be blank.' +\n '\\nEach answer defined for a response area should be unique.' +\n '\\nThere should be at least 1 ' +\n (maxResponseAreas ? `and at most ${maxResponseAreas} ` : '') +\n 'response area' +\n (maxResponseAreas ? 's' : '') +\n ' defined.';\n\n return 'Validation requirements:' + responseAreasMessage;\n};\n"],"mappings":";;;;;;AAAO,MAAMA,yBAAyB,GAAIC,MAAM,IAAK;EACnD,MAAM;IAAEC;EAAiB,CAAC,GAAGD,MAAM;EAEnC,MAAME,oBAAoB,GACxB,wCAAwC,GACxC,6DAA6D,GAC7D,+BAA+B,IAC9BD,gBAAgB,GAAG,eAAeA,gBAAgB,GAAG,GAAG,EAAE,CAAC,GAC5D,eAAe,IACdA,gBAAgB,GAAG,GAAG,GAAG,EAAE,CAAC,GAC7B,WAAW;EAEb,OAAO,0BAA0B,GAAGC,oBAAoB;AAC1D,CAAC;AAACC,OAAA,CAAAJ,yBAAA,GAAAA,yBAAA","ignoreList":[]}
|
package/configure/package.json
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pie-element/explicit-constructed-response-configure",
|
|
3
|
-
"version": "10.1.0-next.1",
|
|
4
|
-
"private": true,
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"modue": "src/index.js",
|
|
7
|
-
"dependencies": {
|
|
8
|
-
"@emotion/react": "^11.14.0",
|
|
9
|
-
"@emotion/style": "^0.8.0",
|
|
10
|
-
"@mui/icons-material": "^7.3.4",
|
|
11
|
-
"@mui/material": "^7.3.4",
|
|
12
|
-
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
13
|
-
"@pie-lib/config-ui": "13.0.4",
|
|
14
|
-
"@pie-lib/editable-html-tip-tap": "2.1.2",
|
|
15
|
-
"classnames": "^2.2.6",
|
|
16
|
-
"debug": "^4.1.1",
|
|
17
|
-
"lodash-es": "^4.17.23",
|
|
18
|
-
"prop-types": "^15.6.2",
|
|
19
|
-
"react": "18.3.1",
|
|
20
|
-
"react-dom": "18.3.1"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,517 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "chore",
|
|
4
|
-
"scope": "version",
|
|
5
|
-
"subject": "bumped the versions",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "chore(version): bumped the versions",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
12
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
13
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": "mask-markup-elements",
|
|
20
|
-
"subject": "most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat(mask-markup-elements): most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "67f3c3d21019b89fb2924abfabdb19531d3f6168",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-05-16 15:55:08 +0300",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.1.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "chore",
|
|
34
|
-
"scope": "merge",
|
|
35
|
-
"subject": "merged develop into master",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "chore(merge): merged develop into master",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
42
|
-
"gitTags": " (develop)",
|
|
43
|
-
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.2.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "feat",
|
|
49
|
-
"scope": "mask-markup-elements",
|
|
50
|
-
"subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-06-07 23:05:19 +0300",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.2.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "feat",
|
|
64
|
-
"scope": "mask-markup-elements",
|
|
65
|
-
"subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-06-07 23:05:19 +0300",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.2.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": "correct-responses",
|
|
80
|
-
"subject": "updated elements with showing correct responses when needed",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat(correct-responses): updated elements with showing correct responses when needed",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "8ea0d12d4dd3cb1c847a6643ec57668bcd62bc51",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-06-12 19:51:23 +0300",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.3.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": "correct-responses",
|
|
95
|
-
"subject": "updated elements with showing correct responses when needed",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat(correct-responses): updated elements with showing correct responses when needed",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "8ea0d12d4dd3cb1c847a6643ec57668bcd62bc51",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-06-12 19:51:23 +0300",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.3.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "chore",
|
|
109
|
-
"scope": "merged",
|
|
110
|
-
"subject": "merged develop",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "chore(merged): merged develop",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
|
|
117
|
-
"gitTags": " (develop)",
|
|
118
|
-
"committerDate": "2019-06-13 16:26:43 +0300",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.3.1"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "fix",
|
|
124
|
-
"scope": "general",
|
|
125
|
-
"subject": "fixed some general issues",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "fix(general): fixed some general issues",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "29a8bd3beab50358d1aa4bf4bfbdbed03fe5afab",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-06-19 17:57:41 -0500",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.3.3"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "fix",
|
|
139
|
-
"scope": "general",
|
|
140
|
-
"subject": "fixed some general issues",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "fix(general): fixed some general issues",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "29a8bd3beab50358d1aa4bf4bfbdbed03fe5afab",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-06-19 17:57:41 -0500",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.3.3"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "fix",
|
|
154
|
-
"scope": "rendering",
|
|
155
|
-
"subject": "made sure all the items are rendered properly [c1935]",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "fix(rendering): made sure all the items are rendered properly [c1935]",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "61a85ab4a03713abb029b5323ce683cd1534eb1a",
|
|
162
|
-
"gitTags": " (origin/andreilakatos/ch1935/item-rendering-issue)",
|
|
163
|
-
"committerDate": "2019-06-26 13:02:43 -0400",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.3.6"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "feat",
|
|
169
|
-
"scope": "mask-markup-elements",
|
|
170
|
-
"subject": "refactored the elements and version bumped the necessary files",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.4.0"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "fix",
|
|
184
|
-
"scope": null,
|
|
185
|
-
"subject": "evaluate mode works if session empty",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "fix: evaluate mode works if session empty",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "4fe917bee92fc03826586708adc8a66423b346cc",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2019-07-12 20:26:57 +0100",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.4.4"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "fix",
|
|
199
|
-
"scope": "template-areas",
|
|
200
|
-
"subject": "fixed the remaining issues with the inline-dropdown and ecr [ch2797], [ch2802]",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "fix(template-areas): fixed the remaining issues with the inline-dropdown and ecr [ch2797], [ch2802]",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "1fbce9d1bbe2022612adc86790f8d193cc2b5cff",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-07-13 21:48:38 +0300",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.4.6"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": null,
|
|
215
|
-
"subject": "support rationale",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix: support rationale",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "36e3376e08cd061b9cf38e1bc0c2ea743b028897",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-07-15 18:39:10 +0300",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.4.8"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "feat",
|
|
229
|
-
"scope": null,
|
|
230
|
-
"subject": "Session null/empty check",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "feat: Session null/empty check",
|
|
233
|
-
"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. [ebsr, explicit-constructed-response, function-entry, hotspot]",
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "0538211b44e793dc34ff385226ee7278cc042384",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-08-23 11:07:39 +0300",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.5.0"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "fix",
|
|
244
|
-
"scope": null,
|
|
245
|
-
"subject": "bump pie-lib/controller-utils",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "fix: bump pie-lib/controller-utils",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2019-08-30 23:15:07 +0300",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.6.0"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "feat",
|
|
259
|
-
"scope": null,
|
|
260
|
-
"subject": "make use of updateSession callback",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "feat: make use of updateSession callback",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "e11bb0f2918aed45ce874b9a2a7b592a18bc3266",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2019-08-23 18:17:29 +0300",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-element/explicit-constructed-response-controller@1.6.0"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "feat",
|
|
274
|
-
"scope": null,
|
|
275
|
-
"subject": "Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "feat: Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": "BREAKING CHANGE: `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.",
|
|
280
|
-
"notes": [
|
|
281
|
-
{
|
|
282
|
-
"title": "BREAKING CHANGE",
|
|
283
|
-
"text": "`enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions."
|
|
284
|
-
}
|
|
285
|
-
],
|
|
286
|
-
"hash": "4fb4c5bf40a5c973af0dab4b2d6eb10225909ac4",
|
|
287
|
-
"gitTags": "",
|
|
288
|
-
"committerDate": "2019-09-16 19:16:32 +0300",
|
|
289
|
-
"isTagged": true,
|
|
290
|
-
"tag": "@pie-element/explicit-constructed-response-controller@2.0.0"
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"type": "feat",
|
|
294
|
-
"scope": "explicit-constructed-response",
|
|
295
|
-
"subject": "model based prompt",
|
|
296
|
-
"merge": null,
|
|
297
|
-
"header": "feat(explicit-constructed-response): model based prompt",
|
|
298
|
-
"body": null,
|
|
299
|
-
"footer": null,
|
|
300
|
-
"notes": [],
|
|
301
|
-
"hash": "9da37ac0520657c132067d2e4ad5959298f8ae38",
|
|
302
|
-
"gitTags": "",
|
|
303
|
-
"committerDate": "2019-09-24 17:33:23 +0300",
|
|
304
|
-
"isTagged": true,
|
|
305
|
-
"tag": "@pie-element/explicit-constructed-response-controller@2.1.0"
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"type": "feat",
|
|
309
|
-
"scope": "controller",
|
|
310
|
-
"subject": "made sure that prepareVal works on environments that are not dom based [ch4599]",
|
|
311
|
-
"merge": null,
|
|
312
|
-
"header": "feat(controller): made sure that prepareVal works on environments that are not dom based [ch4599]",
|
|
313
|
-
"body": null,
|
|
314
|
-
"footer": null,
|
|
315
|
-
"notes": [],
|
|
316
|
-
"hash": "c887e75c2389d1f2b1360d4ad805eecd3496f423",
|
|
317
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
318
|
-
"committerDate": "2019-10-03 10:53:44 +0300",
|
|
319
|
-
"isTagged": true,
|
|
320
|
-
"tag": "@pie-element/explicit-constructed-response-controller@2.2.0"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"type": "feat",
|
|
324
|
-
"scope": "controller",
|
|
325
|
-
"subject": "made sure that prepareVal works on environments that are not dom based [ch4599]",
|
|
326
|
-
"merge": null,
|
|
327
|
-
"header": "feat(controller): made sure that prepareVal works on environments that are not dom based [ch4599]",
|
|
328
|
-
"body": null,
|
|
329
|
-
"footer": null,
|
|
330
|
-
"notes": [],
|
|
331
|
-
"hash": "c887e75c2389d1f2b1360d4ad805eecd3496f423",
|
|
332
|
-
"gitTags": "",
|
|
333
|
-
"committerDate": "2019-10-03 10:53:44 +0300",
|
|
334
|
-
"isTagged": true,
|
|
335
|
-
"tag": "@pie-element/explicit-constructed-response-controller@2.2.0"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"type": "feat",
|
|
339
|
-
"scope": "alternateSection",
|
|
340
|
-
"subject": "removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385]",
|
|
341
|
-
"merge": null,
|
|
342
|
-
"header": "feat(alternateSection): removed isBrowser function [ch4599], debounced some session changes in ecr [ch4387] and fixed select-text issue [ch4385]",
|
|
343
|
-
"body": null,
|
|
344
|
-
"footer": null,
|
|
345
|
-
"notes": [],
|
|
346
|
-
"hash": "ab4478e10fc33aa3bbb604cae120f98d530ef5d7",
|
|
347
|
-
"gitTags": "",
|
|
348
|
-
"committerDate": "2019-10-03 14:46:28 +0300",
|
|
349
|
-
"isTagged": true,
|
|
350
|
-
"tag": "@pie-element/explicit-constructed-response-controller@2.3.0"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"type": "feat",
|
|
354
|
-
"scope": "alternateSection",
|
|
355
|
-
"subject": "removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
|
|
356
|
-
"merge": null,
|
|
357
|
-
"header": "feat(alternateSection): removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
|
|
358
|
-
"body": null,
|
|
359
|
-
"footer": null,
|
|
360
|
-
"notes": [],
|
|
361
|
-
"hash": "01dc1515fe32d5ef4567b3086a1480382087f672",
|
|
362
|
-
"gitTags": "",
|
|
363
|
-
"committerDate": "2019-10-03 14:24:41 +0300",
|
|
364
|
-
"isTagged": true,
|
|
365
|
-
"tag": "@pie-element/explicit-constructed-response-controller@2.3.0"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"type": "fix",
|
|
369
|
-
"scope": null,
|
|
370
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
371
|
-
"merge": null,
|
|
372
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
373
|
-
"body": null,
|
|
374
|
-
"footer": null,
|
|
375
|
-
"notes": [],
|
|
376
|
-
"hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
|
|
377
|
-
"gitTags": "",
|
|
378
|
-
"committerDate": "2019-10-11 12:38:26 +0100",
|
|
379
|
-
"isTagged": true,
|
|
380
|
-
"tag": "@pie-element/explicit-constructed-response-controller@3.0.1"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"type": "fix",
|
|
384
|
-
"scope": null,
|
|
385
|
-
"subject": "remove shuffling - redundant in this component [ch4723]",
|
|
386
|
-
"merge": null,
|
|
387
|
-
"header": "fix: remove shuffling - redundant in this component [ch4723]",
|
|
388
|
-
"body": null,
|
|
389
|
-
"footer": null,
|
|
390
|
-
"notes": [],
|
|
391
|
-
"hash": "b3423056dff2b7ecbe12383856627c71678b17dc",
|
|
392
|
-
"gitTags": "",
|
|
393
|
-
"committerDate": "2019-10-11 12:26:31 +0100",
|
|
394
|
-
"isTagged": true,
|
|
395
|
-
"tag": "@pie-element/explicit-constructed-response-controller@3.0.1"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"type": "fix",
|
|
399
|
-
"scope": null,
|
|
400
|
-
"subject": "item details disappear if we click correct answer button [ch4723]",
|
|
401
|
-
"merge": null,
|
|
402
|
-
"header": "fix: item details disappear if we click correct answer button [ch4723]",
|
|
403
|
-
"body": null,
|
|
404
|
-
"footer": null,
|
|
405
|
-
"notes": [],
|
|
406
|
-
"hash": "8e401e6e941ef0cfd256065de11264429c0f415c",
|
|
407
|
-
"gitTags": "",
|
|
408
|
-
"committerDate": "2019-10-11 12:25:42 +0100",
|
|
409
|
-
"isTagged": true,
|
|
410
|
-
"tag": "@pie-element/explicit-constructed-response-controller@3.0.1"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"type": "fix",
|
|
414
|
-
"scope": null,
|
|
415
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.2",
|
|
416
|
-
"merge": null,
|
|
417
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.2",
|
|
418
|
-
"body": null,
|
|
419
|
-
"footer": null,
|
|
420
|
-
"notes": [],
|
|
421
|
-
"hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
|
|
422
|
-
"gitTags": "",
|
|
423
|
-
"committerDate": "2019-10-15 12:11:16 +0100",
|
|
424
|
-
"isTagged": true,
|
|
425
|
-
"tag": "@pie-element/explicit-constructed-response-controller@3.0.2"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"type": "fix",
|
|
429
|
-
"scope": null,
|
|
430
|
-
"subject": "ch2766 fix unresolved promise (#366)",
|
|
431
|
-
"merge": null,
|
|
432
|
-
"header": "fix: ch2766 fix unresolved promise (#366)",
|
|
433
|
-
"body": "* fix: resolve null when instructor is not role\n\n* chore: typo\n\n* chore: correct response resolve, match interaction\n\n* chore: correct response unresolved\n\n* chore: categorize resolve correct response\n\n* fix: createCorrectResponseSession unresolved promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: createCorrectResponseSession resolve promise\n\n* fix: ch2776 resolve createCorrectResponse promise",
|
|
434
|
-
"footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
|
|
435
|
-
"notes": [],
|
|
436
|
-
"hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
|
|
437
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
438
|
-
"committerDate": "2019-10-16 15:50:55 -0400",
|
|
439
|
-
"isTagged": true,
|
|
440
|
-
"tag": "@pie-element/explicit-constructed-response-controller@3.0.4"
|
|
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/explicit-constructed-response-controller@3.0.6"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"type": "feat",
|
|
459
|
-
"scope": null,
|
|
460
|
-
"subject": "PIE-200 add partialScoring",
|
|
461
|
-
"merge": null,
|
|
462
|
-
"header": "feat: PIE-200 add partialScoring",
|
|
463
|
-
"body": null,
|
|
464
|
-
"footer": null,
|
|
465
|
-
"notes": [],
|
|
466
|
-
"hash": "5378cf655e676d30571c040f4ac0d2aeed3c83fa",
|
|
467
|
-
"gitTags": "",
|
|
468
|
-
"committerDate": "2019-12-06 12:22:05 +0000",
|
|
469
|
-
"isTagged": true,
|
|
470
|
-
"tag": "@pie-element/explicit-constructed-response-controller@3.1.0"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"type": "fix",
|
|
474
|
-
"scope": null,
|
|
475
|
-
"subject": "bump ui versions",
|
|
476
|
-
"merge": null,
|
|
477
|
-
"header": "fix: bump ui versions",
|
|
478
|
-
"body": null,
|
|
479
|
-
"footer": null,
|
|
480
|
-
"notes": [],
|
|
481
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
482
|
-
"gitTags": "",
|
|
483
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
484
|
-
"isTagged": true,
|
|
485
|
-
"tag": "@pie-element/explicit-constructed-response-controller@3.2.0"
|
|
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": " (develop)",
|
|
498
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
499
|
-
"isTagged": true,
|
|
500
|
-
"tag": "@pie-element/explicit-constructed-response-controller@3.2.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/explicit-constructed-response-controller@3.2.3"
|
|
516
|
-
}
|
|
517
|
-
]
|