@pie-element/explicit-constructed-response 11.1.0-next.19 → 11.1.1-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +94 -0
- package/dist/author/main.d.ts +38 -0
- package/dist/author/main.js +323 -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 +364 -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 +57 -20
- 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
package/LICENSE.md
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
Copyright 2019 CoreSpring Inc
|
|
2
|
-
|
|
3
|
-
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
|
4
|
-
|
|
5
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
package/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# explicit-constructed-response
|
package/configure/CHANGELOG.json
DELETED
|
@@ -1,652 +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-configure@1.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": "mask-markup-elements",
|
|
20
|
-
"subject": "major changes to all 3 elements",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat(mask-markup-elements): major changes to all 3 elements",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "039a33e23496f96bbd75f3615d9a2b661a9bb47e",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-06-05 17:45:57 +0300",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.1.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "feat",
|
|
34
|
-
"scope": "mask-markup-elements",
|
|
35
|
-
"subject": "most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "feat(mask-markup-elements): most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "67f3c3d21019b89fb2924abfabdb19531d3f6168",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2019-05-16 15:55:08 +0300",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.1.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "chore",
|
|
49
|
-
"scope": "version",
|
|
50
|
-
"subject": "bumped the packages that depend on the editable-html",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "chore(version): bumped the packages that depend on the editable-html",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "00eb12e58c01b50dde8e4d1a179c879e2f3216fc",
|
|
57
|
-
"gitTags": " (develop)",
|
|
58
|
-
"committerDate": "2019-06-06 13:16:05 +0300",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.1.1"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "feat",
|
|
64
|
-
"scope": "general",
|
|
65
|
-
"subject": "updated all the packages that have the config-ui as a dependency",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "feat(general): updated all the packages that have the config-ui as a dependency",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "44061deecae6d18cdbf6f5fb524f3d3094ccd354",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-06-20 22:32:48 -0400",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.2.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "feat",
|
|
79
|
-
"scope": "general",
|
|
80
|
-
"subject": "added choice position select to ditb, fixed ecr markup processing",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "feat(general): added choice position select to ditb, fixed ecr markup processing",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "9376dac3e73e13bd2032a5cc4a33d388ce1cc10b",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2019-06-20 08:37:40 -0400",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.2.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": "settings-panel",
|
|
95
|
-
"subject": "updated the settings panel design and changes needed for [ch2242]",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat(settings-panel): updated the settings panel design and changes needed for [ch2242]",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "d830e57b32bd09ac8cc02c7a12d75d988d9df21c",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-06-25 23:42:15 -0400",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.3.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "fix",
|
|
109
|
-
"scope": "rendering",
|
|
110
|
-
"subject": "made sure all the items are rendered properly [c1935]",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "fix(rendering): made sure all the items are rendered properly [c1935]",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "61a85ab4a03713abb029b5323ce683cd1534eb1a",
|
|
117
|
-
"gitTags": " (origin/andreilakatos/ch1935/item-rendering-issue)",
|
|
118
|
-
"committerDate": "2019-06-26 13:02:43 -0400",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.3.2"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "feat",
|
|
124
|
-
"scope": "mask-markup-elements",
|
|
125
|
-
"subject": "refactored the elements and version bumped the necessary files",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.4.0"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "chore",
|
|
139
|
-
"scope": "editable-html",
|
|
140
|
-
"subject": "version bumped the necessary packages",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "chore(editable-html): version bumped the necessary packages",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "3c7caf6a1f8dc120ca23ab93258a90a593bbeb65",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-07-02 15:13:55 -0400",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.4.1"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "chore",
|
|
154
|
-
"scope": "version",
|
|
155
|
-
"subject": "version bumped the editable-html dependent packages",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "chore(version): version bumped the editable-html dependent packages",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "19961d346e8596064bad27156e0cf5a03afc3889",
|
|
162
|
-
"gitTags": "",
|
|
163
|
-
"committerDate": "2019-07-03 15:57:58 -0400",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.4.3"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "fix",
|
|
169
|
-
"scope": "template-els",
|
|
170
|
-
"subject": "fixed some ditb issues",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "fix(template-els): fixed some ditb issues",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "9133840e48a263b2cf49ce4db9c4310743efffe0",
|
|
177
|
-
"gitTags": "",
|
|
178
|
-
"committerDate": "2019-07-04 11:45:23 -0400",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.4.4"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "fix",
|
|
184
|
-
"scope": "editable-html",
|
|
185
|
-
"subject": "fixed lots of stuff regarding the editable-html",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
192
|
-
"gitTags": " (origin/andrei/fixes)",
|
|
193
|
-
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.4.6"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "chore",
|
|
199
|
-
"scope": "config-ui",
|
|
200
|
-
"subject": "bumped dependent packages",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "chore(config-ui): bumped dependent packages",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "645756c242868cf21e36a73227b355affb5f957a",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-07-07 15:44:44 -0400",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.4.7"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "chore",
|
|
214
|
-
"scope": "editable-html",
|
|
215
|
-
"subject": "version bumped some dependant packages",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "chore(editable-html): version bumped some dependant packages",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "a4fbf3e8e7841ecae4f034328f9481a1f69ae3df",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-07-09 13:38:59 +0300",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.4.8"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "feat",
|
|
229
|
-
"scope": "template-elements",
|
|
230
|
-
"subject": "updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "feat(template-elements): updated the dependent packages that use editable-html and fixed [ch2564], [ch2565], [ch2538], [ch2489], [ch2557], [ch2593], [ch2490], [ch2527]",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "a87febe2518ada7ee433b0b39895c26c15737ac4",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-07-11 16:57:13 +0300",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.5.0"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "fix",
|
|
244
|
-
"scope": "rendering",
|
|
245
|
-
"subject": "implemented rendering for math elements [ch1915], [ch1935]",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "fix(rendering): implemented rendering for math elements [ch1915], [ch1935]",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "2f3584200654e098c7b4cc4b312813efac09e7a9",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2019-07-12 15:45:27 +0300",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.5.2"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "fix",
|
|
259
|
-
"scope": null,
|
|
260
|
-
"subject": "support rationale",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "fix: support rationale",
|
|
263
|
-
"body": null,
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "36e3376e08cd061b9cf38e1bc0c2ea743b028897",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2019-07-15 18:39:10 +0300",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.5.5"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "fix",
|
|
274
|
-
"scope": "elements",
|
|
275
|
-
"subject": "version bumped the editable-html packages [ch1738]",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "fix(elements): version bumped the editable-html packages [ch1738]",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "949222a6a3af39cf8b81a885a81e5c6f3c6a28a0",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2019-08-08 08:40:11 +0300",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.5.10"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "fix",
|
|
289
|
-
"scope": "math-rendering",
|
|
290
|
-
"subject": "updated all dependent packages [ch3365]",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "fix(math-rendering): updated all dependent packages [ch3365]",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "7cbf25ac92040a16621d5699e232c38575f6c36c",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2019-08-16 23:04:42 +0300",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.5.11"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "fix",
|
|
304
|
-
"scope": null,
|
|
305
|
-
"subject": "set default values to configuration properties",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "fix: set default values to configuration properties",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "3f767918625163170517eb11c6359e3f9af1e7dc",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2019-08-15 13:56:13 +0300",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.5.11"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "fix",
|
|
319
|
-
"scope": "math-rendering",
|
|
320
|
-
"subject": "updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "fix(math-rendering): updated all dependent packages for math rendering and for editable-html [ch3365], [ch1530]",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "33e3287a735cec9aed893f697a1933ff0c077042",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2019-08-19 19:37:56 +0300",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.5.12"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "feat",
|
|
334
|
-
"scope": "mask-markup",
|
|
335
|
-
"subject": "made some fixes for mask markup elements: [ch1897], [ch2974], [ch2991], [ch2984], [ch2988], [ch2987], [ch2521]",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "feat(mask-markup): made some fixes for mask markup elements: [ch1897], [ch2974], [ch2991], [ch2984], [ch2988], [ch2987], [ch2521]",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "d0a343b93a68672fc9dd3673d1b50e335ee53f61",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2019-08-22 09:18:44 +0300",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-element/explicit-constructed-response-configure@1.6.0"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "feat",
|
|
349
|
-
"scope": null,
|
|
350
|
-
"subject": "Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "feat: Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": "BREAKING CHANGE: `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.",
|
|
355
|
-
"notes": [
|
|
356
|
-
{
|
|
357
|
-
"title": "BREAKING CHANGE",
|
|
358
|
-
"text": "`enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions."
|
|
359
|
-
}
|
|
360
|
-
],
|
|
361
|
-
"hash": "4fb4c5bf40a5c973af0dab4b2d6eb10225909ac4",
|
|
362
|
-
"gitTags": "",
|
|
363
|
-
"committerDate": "2019-09-16 19:16:32 +0300",
|
|
364
|
-
"isTagged": true,
|
|
365
|
-
"tag": "@pie-element/explicit-constructed-response-configure@2.0.0"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"type": "fix",
|
|
369
|
-
"scope": null,
|
|
370
|
-
"subject": "State not updating at choice change + bug found when having 3 alternates, deleting the 2nd one and adding a new one (#332)",
|
|
371
|
-
"merge": null,
|
|
372
|
-
"header": "fix: State not updating at choice change + bug found when having 3 alternates, deleting the 2nd one and adding a new one (#332)",
|
|
373
|
-
"body": null,
|
|
374
|
-
"footer": null,
|
|
375
|
-
"notes": [],
|
|
376
|
-
"hash": "3da260f93047d1fc14b0be3637023f28a04f89ef",
|
|
377
|
-
"gitTags": "",
|
|
378
|
-
"committerDate": "2019-09-18 07:28:19 -0400",
|
|
379
|
-
"isTagged": true,
|
|
380
|
-
"tag": "@pie-element/explicit-constructed-response-configure@2.0.1"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"type": "feat",
|
|
384
|
-
"scope": "explicit-constructed-response",
|
|
385
|
-
"subject": "model based prompt",
|
|
386
|
-
"merge": null,
|
|
387
|
-
"header": "feat(explicit-constructed-response): model based prompt",
|
|
388
|
-
"body": null,
|
|
389
|
-
"footer": null,
|
|
390
|
-
"notes": [],
|
|
391
|
-
"hash": "9da37ac0520657c132067d2e4ad5959298f8ae38",
|
|
392
|
-
"gitTags": "",
|
|
393
|
-
"committerDate": "2019-09-24 17:33:23 +0300",
|
|
394
|
-
"isTagged": true,
|
|
395
|
-
"tag": "@pie-element/explicit-constructed-response-configure@2.1.0"
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"type": "feat",
|
|
399
|
-
"scope": "alternateSection",
|
|
400
|
-
"subject": "removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
|
|
401
|
-
"merge": null,
|
|
402
|
-
"header": "feat(alternateSection): removed isBrowser function [ch4599] and debounced some session changes in ecr [ch4387]",
|
|
403
|
-
"body": null,
|
|
404
|
-
"footer": null,
|
|
405
|
-
"notes": [],
|
|
406
|
-
"hash": "01dc1515fe32d5ef4567b3086a1480382087f672",
|
|
407
|
-
"gitTags": "",
|
|
408
|
-
"committerDate": "2019-10-03 14:24:41 +0300",
|
|
409
|
-
"isTagged": true,
|
|
410
|
-
"tag": "@pie-element/explicit-constructed-response-configure@2.2.0"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"type": "fix",
|
|
414
|
-
"scope": null,
|
|
415
|
-
"subject": "remove shuffling - redundant in this component [ch4723]",
|
|
416
|
-
"merge": null,
|
|
417
|
-
"header": "fix: remove shuffling - redundant in this component [ch4723]",
|
|
418
|
-
"body": null,
|
|
419
|
-
"footer": null,
|
|
420
|
-
"notes": [],
|
|
421
|
-
"hash": "b3423056dff2b7ecbe12383856627c71678b17dc",
|
|
422
|
-
"gitTags": "",
|
|
423
|
-
"committerDate": "2019-10-11 12:26:31 +0100",
|
|
424
|
-
"isTagged": true,
|
|
425
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.0.1"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"type": "fix",
|
|
429
|
-
"scope": null,
|
|
430
|
-
"subject": "item details disappear if we click correct answer button [ch4723]",
|
|
431
|
-
"merge": null,
|
|
432
|
-
"header": "fix: item details disappear if we click correct answer button [ch4723]",
|
|
433
|
-
"body": null,
|
|
434
|
-
"footer": null,
|
|
435
|
-
"notes": [],
|
|
436
|
-
"hash": "8e401e6e941ef0cfd256065de11264429c0f415c",
|
|
437
|
-
"gitTags": "",
|
|
438
|
-
"committerDate": "2019-10-11 12:25:42 +0100",
|
|
439
|
-
"isTagged": true,
|
|
440
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.0.1"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"type": "feat",
|
|
444
|
-
"scope": null,
|
|
445
|
-
"subject": "Added tests for configure.",
|
|
446
|
-
"merge": null,
|
|
447
|
-
"header": "feat: Added tests for configure.",
|
|
448
|
-
"body": "(WIP)",
|
|
449
|
-
"footer": null,
|
|
450
|
-
"notes": [],
|
|
451
|
-
"hash": "3c26889669ebe93eb17bdb481588c4cc6c23da3a",
|
|
452
|
-
"gitTags": "",
|
|
453
|
-
"committerDate": "2019-10-25 13:23:18 +0300",
|
|
454
|
-
"isTagged": true,
|
|
455
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.1.0"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"type": "fix",
|
|
459
|
-
"scope": null,
|
|
460
|
-
"subject": "Hide Partial Scoring option from Settings Panel setting to false by default.",
|
|
461
|
-
"merge": null,
|
|
462
|
-
"header": "fix: Hide Partial Scoring option from Settings Panel setting to false by default.",
|
|
463
|
-
"body": null,
|
|
464
|
-
"footer": null,
|
|
465
|
-
"notes": [],
|
|
466
|
-
"hash": "1d0f617741d88756dd9861647981b1121e04963f",
|
|
467
|
-
"gitTags": "",
|
|
468
|
-
"committerDate": "2019-11-06 09:57:11 +0200",
|
|
469
|
-
"isTagged": true,
|
|
470
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.2.0"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"type": "feat",
|
|
474
|
-
"scope": "markupUtils",
|
|
475
|
-
"subject": "added tests for the new and old functionality [PIE-110]",
|
|
476
|
-
"merge": null,
|
|
477
|
-
"header": "feat(markupUtils): added tests for the new and old functionality [PIE-110]",
|
|
478
|
-
"body": null,
|
|
479
|
-
"footer": null,
|
|
480
|
-
"notes": [],
|
|
481
|
-
"hash": "ea90524f9599904faec4514d66f9d12851cf0045",
|
|
482
|
-
"gitTags": " (origin/PIE-110/br-causes-editable-html-break)",
|
|
483
|
-
"committerDate": "2019-11-05 12:24:52 +0200",
|
|
484
|
-
"isTagged": true,
|
|
485
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.2.0"
|
|
486
|
-
},
|
|
487
|
-
{
|
|
488
|
-
"type": "feat",
|
|
489
|
-
"scope": "markupUtils",
|
|
490
|
-
"subject": "removed brs from the markup [PIE-110]",
|
|
491
|
-
"merge": null,
|
|
492
|
-
"header": "feat(markupUtils): removed brs from the markup [PIE-110]",
|
|
493
|
-
"body": null,
|
|
494
|
-
"footer": null,
|
|
495
|
-
"notes": [],
|
|
496
|
-
"hash": "9595e9bceee31f37ab9d8c95415b776d0c19d39e",
|
|
497
|
-
"gitTags": "",
|
|
498
|
-
"committerDate": "2019-11-05 07:15:03 +0200",
|
|
499
|
-
"isTagged": true,
|
|
500
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.2.0"
|
|
501
|
-
},
|
|
502
|
-
{
|
|
503
|
-
"type": "feat",
|
|
504
|
-
"scope": "choices",
|
|
505
|
-
"subject": "made sure choices is array [ch6652]",
|
|
506
|
-
"merge": null,
|
|
507
|
-
"header": "feat(choices): made sure choices is array [ch6652]",
|
|
508
|
-
"body": null,
|
|
509
|
-
"footer": null,
|
|
510
|
-
"notes": [],
|
|
511
|
-
"hash": "6eacdb0e072115f72bdfbd5f48382b0f29907e5c",
|
|
512
|
-
"gitTags": " (origin/ch6652/ecr-choices-not-array)",
|
|
513
|
-
"committerDate": "2019-12-24 13:55:02 +0200",
|
|
514
|
-
"isTagged": true,
|
|
515
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.3.0"
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"type": "feat",
|
|
519
|
-
"scope": "test",
|
|
520
|
-
"subject": "added tests [ch5684]",
|
|
521
|
-
"merge": null,
|
|
522
|
-
"header": "feat(test): added tests [ch5684]",
|
|
523
|
-
"body": null,
|
|
524
|
-
"footer": null,
|
|
525
|
-
"notes": [],
|
|
526
|
-
"hash": "097dc1366d4200c370125310b5e55f3471a7eb37",
|
|
527
|
-
"gitTags": " (origin/andrei/ch5684/drag-in-the-blank-image-in-choices)",
|
|
528
|
-
"committerDate": "2020-01-22 20:14:03 +0200",
|
|
529
|
-
"isTagged": true,
|
|
530
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.4.0"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"type": "feat",
|
|
534
|
-
"scope": "choices",
|
|
535
|
-
"subject": "handled html tags in choices to allow images [ch5684]",
|
|
536
|
-
"merge": null,
|
|
537
|
-
"header": "feat(choices): handled html tags in choices to allow images [ch5684]",
|
|
538
|
-
"body": null,
|
|
539
|
-
"footer": null,
|
|
540
|
-
"notes": [],
|
|
541
|
-
"hash": "39b774972cc3928cd288acdf92d13892192cab45",
|
|
542
|
-
"gitTags": "",
|
|
543
|
-
"committerDate": "2020-01-20 09:47:44 +0200",
|
|
544
|
-
"isTagged": true,
|
|
545
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.4.0"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"type": "fix",
|
|
549
|
-
"scope": null,
|
|
550
|
-
"subject": "bump ui versions",
|
|
551
|
-
"merge": null,
|
|
552
|
-
"header": "fix: bump ui versions",
|
|
553
|
-
"body": null,
|
|
554
|
-
"footer": null,
|
|
555
|
-
"notes": [],
|
|
556
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
557
|
-
"gitTags": "",
|
|
558
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
559
|
-
"isTagged": true,
|
|
560
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.5.0"
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"type": "fix",
|
|
564
|
-
"scope": null,
|
|
565
|
-
"subject": "bump lib and ui versions",
|
|
566
|
-
"merge": null,
|
|
567
|
-
"header": "fix: bump lib and ui versions",
|
|
568
|
-
"body": null,
|
|
569
|
-
"footer": null,
|
|
570
|
-
"notes": [],
|
|
571
|
-
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
572
|
-
"gitTags": "",
|
|
573
|
-
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
574
|
-
"isTagged": true,
|
|
575
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.5.1"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"type": "fix",
|
|
579
|
-
"scope": null,
|
|
580
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
581
|
-
"merge": null,
|
|
582
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
583
|
-
"body": null,
|
|
584
|
-
"footer": null,
|
|
585
|
-
"notes": [],
|
|
586
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
587
|
-
"gitTags": "",
|
|
588
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
589
|
-
"isTagged": true,
|
|
590
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.5.1"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"type": "fix",
|
|
594
|
-
"scope": null,
|
|
595
|
-
"subject": "bump ui/lib versions",
|
|
596
|
-
"merge": null,
|
|
597
|
-
"header": "fix: bump ui/lib versions",
|
|
598
|
-
"body": null,
|
|
599
|
-
"footer": null,
|
|
600
|
-
"notes": [],
|
|
601
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
602
|
-
"gitTags": "",
|
|
603
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
604
|
-
"isTagged": true,
|
|
605
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.5.3"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"type": "fix",
|
|
609
|
-
"scope": null,
|
|
610
|
-
"subject": "bump ui/lib versions",
|
|
611
|
-
"merge": null,
|
|
612
|
-
"header": "fix: bump ui/lib versions",
|
|
613
|
-
"body": null,
|
|
614
|
-
"footer": null,
|
|
615
|
-
"notes": [],
|
|
616
|
-
"hash": "45f0da6e3e01f33aff6059cb13d571554690348b",
|
|
617
|
-
"gitTags": "",
|
|
618
|
-
"committerDate": "2020-04-28 14:57:57 +0100",
|
|
619
|
-
"isTagged": true,
|
|
620
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.5.4"
|
|
621
|
-
},
|
|
622
|
-
{
|
|
623
|
-
"type": "fix",
|
|
624
|
-
"scope": null,
|
|
625
|
-
"subject": "update ui/lib versions",
|
|
626
|
-
"merge": null,
|
|
627
|
-
"header": "fix: update ui/lib versions",
|
|
628
|
-
"body": null,
|
|
629
|
-
"footer": null,
|
|
630
|
-
"notes": [],
|
|
631
|
-
"hash": "0226b0bc0869d468ba3e5986bc469e020f4f12a6",
|
|
632
|
-
"gitTags": "",
|
|
633
|
-
"committerDate": "2020-04-28 14:20:37 +0100",
|
|
634
|
-
"isTagged": true,
|
|
635
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.5.4"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"type": "fix",
|
|
639
|
-
"scope": null,
|
|
640
|
-
"subject": "ui+libs update",
|
|
641
|
-
"merge": null,
|
|
642
|
-
"header": "fix: ui+libs update",
|
|
643
|
-
"body": null,
|
|
644
|
-
"footer": null,
|
|
645
|
-
"notes": [],
|
|
646
|
-
"hash": "6127de27006a7835d1dd7a9c4c5f13de950aa06d",
|
|
647
|
-
"gitTags": "",
|
|
648
|
-
"committerDate": "2020-04-27 19:52:07 +0100",
|
|
649
|
-
"isTagged": true,
|
|
650
|
-
"tag": "@pie-element/explicit-constructed-response-configure@3.5.4"
|
|
651
|
-
}
|
|
652
|
-
]
|