@pie-element/inline-dropdown 10.1.1 → 10.1.2-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/configure.js +2 -0
- package/controller.js +1 -0
- package/dist/author/defaults.d.ts +194 -0
- package/dist/author/defaults.js +130 -0
- package/dist/author/index.d.ts +43 -0
- package/dist/author/index.js +83 -0
- package/dist/author/inline-dropdown-toolbar.d.ts +48 -0
- package/dist/author/inline-dropdown-toolbar.js +269 -0
- package/dist/author/main.d.ts +49 -0
- package/dist/author/main.js +384 -0
- package/dist/author/markupUtils.d.ts +12 -0
- package/dist/author/markupUtils.js +23 -0
- package/dist/author/response-area.d.ts +20 -0
- package/dist/author/response-area.js +32 -0
- package/dist/author/utils.d.ts +10 -0
- package/dist/author/utils.js +10 -0
- package/dist/browser/Close-CMvmRhfL.js +9015 -0
- package/dist/browser/Close-CMvmRhfL.js.map +1 -0
- package/dist/browser/author/index.js +41184 -0
- package/dist/browser/author/index.js.map +1 -0
- package/dist/browser/controller/index.js +215 -0
- package/dist/browser/controller/index.js.map +1 -0
- package/dist/browser/delivery/index.js +2714 -0
- package/dist/browser/delivery/index.js.map +1 -0
- package/dist/browser/inline-dropdown.css +2 -0
- package/dist/browser/isEmpty-BAznrYT5.js +433 -0
- package/dist/browser/isEmpty-BAznrYT5.js.map +1 -0
- package/dist/browser/reduce-2sGcZtv4.js +446 -0
- package/dist/browser/reduce-2sGcZtv4.js.map +1 -0
- package/dist/controller/defaults.d.ts +27 -0
- package/dist/controller/defaults.js +21 -0
- package/dist/controller/index.d.ts +54 -0
- package/dist/controller/index.js +126 -0
- package/dist/controller/utils.d.ts +12 -0
- package/dist/controller/utils.js +13 -0
- package/dist/delivery/index.d.ts +20 -0
- package/dist/delivery/index.js +60 -0
- package/dist/delivery/inline-dropdown.d.ts +38 -0
- package/dist/delivery/inline-dropdown.js +109 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +148 -0
- package/dist/index.js +2 -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/_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/_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/_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/_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/_castFunction.js +7 -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/_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/_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/_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/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/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/forEach.js +10 -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/isUndefined.js +6 -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/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/toString.js +7 -0
- package/package.json +79 -18
- package/CHANGELOG.json +0 -1082
- package/CHANGELOG.md +0 -2185
- package/LICENSE.md +0 -5
- package/README.md +0 -1
- package/configure/CHANGELOG.json +0 -647
- package/configure/CHANGELOG.md +0 -1942
- package/configure/lib/defaults.js +0 -192
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/index.js +0 -135
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/inline-dropdown-toolbar.js +0 -457
- package/configure/lib/inline-dropdown-toolbar.js.map +0 -1
- package/configure/lib/main.js +0 -603
- package/configure/lib/main.js.map +0 -1
- package/configure/lib/markupUtils.js +0 -50
- package/configure/lib/markupUtils.js.map +0 -1
- package/configure/lib/response-area.js +0 -48
- package/configure/lib/response-area.js.map +0 -1
- package/configure/lib/utils.js +0 -22
- package/configure/lib/utils.js.map +0 -1
- package/configure/package.json +0 -24
- package/controller/CHANGELOG.json +0 -467
- package/controller/CHANGELOG.md +0 -1283
- package/controller/lib/defaults.js +0 -25
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -295
- package/controller/lib/index.js.map +0 -1
- package/controller/lib/utils.js +0 -32
- package/controller/lib/utils.js.map +0 -1
- package/controller/package.json +0 -16
- package/docs/config-schema.json +0 -2854
- package/docs/config-schema.json.md +0 -2106
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -76
- package/docs/demo/index.html +0 -1
- package/docs/demo/session.js +0 -11
- package/docs/pie-schema.json +0 -1152
- package/docs/pie-schema.json.md +0 -814
- package/lib/index.js +0 -85
- package/lib/index.js.map +0 -1
- package/lib/inline-dropdown.js +0 -176
- package/lib/inline-dropdown.js.map +0 -1
|
@@ -1,467 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "feat",
|
|
4
|
-
"scope": "inline-dropdown",
|
|
5
|
-
"subject": "added pie-lib/controller-utils to the dependency list",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "feat(inline-dropdown): added pie-lib/controller-utils to the dependency list",
|
|
8
|
-
"body": null,
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "4a5b99fa70147b5e295683053b148da6659388d3",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-05-03 10:28:02 +0300",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/inline-dropdown-controller@1.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "feat",
|
|
19
|
-
"scope": "inline-dropdown",
|
|
20
|
-
"subject": "implemented the inline-dropdown element and controller",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "feat(inline-dropdown): implemented the inline-dropdown element and controller",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "7e5786fa5e298756032c7c6d75aa8d53211d574f",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2019-05-02 17:22:47 +0300",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/inline-dropdown-controller@1.1.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "chore",
|
|
34
|
-
"scope": "version",
|
|
35
|
-
"subject": "bumped the versions",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "chore(version): bumped the versions",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "12b141d884c66a15d23c8cbb34be820a422d7332",
|
|
42
|
-
"gitTags": " (origin/feat/mask-markup-elements)",
|
|
43
|
-
"committerDate": "2019-06-06 01:15:50 +0300",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/inline-dropdown-controller@1.2.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "feat",
|
|
49
|
-
"scope": "mask-markup-elements",
|
|
50
|
-
"subject": "major changes to all 3 elements",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "feat(mask-markup-elements): major changes to all 3 elements",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "039a33e23496f96bbd75f3615d9a2b661a9bb47e",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2019-06-05 17:45:57 +0300",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/inline-dropdown-controller@1.2.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "feat",
|
|
64
|
-
"scope": "mask-markup-elements",
|
|
65
|
-
"subject": "most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "feat(mask-markup-elements): most of the work for the 3 new elements: inline-dropdown, explicit-constructed-response and drag-in-the-blank",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "67f3c3d21019b89fb2924abfabdb19531d3f6168",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2019-05-16 15:55:08 +0300",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/inline-dropdown-controller@1.2.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "chore",
|
|
79
|
-
"scope": "merge",
|
|
80
|
-
"subject": "merged develop into master",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "chore(merge): merged develop into master",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "3bb9f402d900f3a0349537dfd01ce558c526cb55",
|
|
87
|
-
"gitTags": " (develop)",
|
|
88
|
-
"committerDate": "2019-06-07 23:29:44 +0300",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/inline-dropdown-controller@1.3.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "feat",
|
|
94
|
-
"scope": "mask-markup-elements",
|
|
95
|
-
"subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2019-06-07 23:05:19 +0300",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/inline-dropdown-controller@1.3.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "feat",
|
|
109
|
-
"scope": "mask-markup-elements",
|
|
110
|
-
"subject": "enabled partial scoring for the 3 elements and added a controller to the match-list",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "feat(mask-markup-elements): enabled partial scoring for the 3 elements and added a controller to the match-list",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "41e210ebc6d761041efb1d632a1879f35b1487a1",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2019-06-07 23:05:19 +0300",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/inline-dropdown-controller@1.3.0"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "feat",
|
|
124
|
-
"scope": "correct-responses",
|
|
125
|
-
"subject": "updated elements with showing correct responses when needed",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "feat(correct-responses): updated elements with showing correct responses when needed",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": null,
|
|
130
|
-
"notes": [],
|
|
131
|
-
"hash": "8ea0d12d4dd3cb1c847a6643ec57668bcd62bc51",
|
|
132
|
-
"gitTags": "",
|
|
133
|
-
"committerDate": "2019-06-12 19:51:23 +0300",
|
|
134
|
-
"isTagged": true,
|
|
135
|
-
"tag": "@pie-element/inline-dropdown-controller@1.4.0"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "feat",
|
|
139
|
-
"scope": "correct-responses",
|
|
140
|
-
"subject": "updated elements with showing correct responses when needed",
|
|
141
|
-
"merge": null,
|
|
142
|
-
"header": "feat(correct-responses): updated elements with showing correct responses when needed",
|
|
143
|
-
"body": null,
|
|
144
|
-
"footer": null,
|
|
145
|
-
"notes": [],
|
|
146
|
-
"hash": "8ea0d12d4dd3cb1c847a6643ec57668bcd62bc51",
|
|
147
|
-
"gitTags": "",
|
|
148
|
-
"committerDate": "2019-06-12 19:51:23 +0300",
|
|
149
|
-
"isTagged": true,
|
|
150
|
-
"tag": "@pie-element/inline-dropdown-controller@1.4.0"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"type": "chore",
|
|
154
|
-
"scope": "merged",
|
|
155
|
-
"subject": "merged develop",
|
|
156
|
-
"merge": null,
|
|
157
|
-
"header": "chore(merged): merged develop",
|
|
158
|
-
"body": null,
|
|
159
|
-
"footer": null,
|
|
160
|
-
"notes": [],
|
|
161
|
-
"hash": "1a9f4653ce6ede22bcda0538bde1f0e09bd69dc4",
|
|
162
|
-
"gitTags": " (develop)",
|
|
163
|
-
"committerDate": "2019-06-13 16:26:43 +0300",
|
|
164
|
-
"isTagged": true,
|
|
165
|
-
"tag": "@pie-element/inline-dropdown-controller@1.4.1"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "fix",
|
|
169
|
-
"scope": "rendering",
|
|
170
|
-
"subject": "made sure all the items are rendered properly [c1935]",
|
|
171
|
-
"merge": null,
|
|
172
|
-
"header": "fix(rendering): made sure all the items are rendered properly [c1935]",
|
|
173
|
-
"body": null,
|
|
174
|
-
"footer": null,
|
|
175
|
-
"notes": [],
|
|
176
|
-
"hash": "61a85ab4a03713abb029b5323ce683cd1534eb1a",
|
|
177
|
-
"gitTags": " (origin/andreilakatos/ch1935/item-rendering-issue)",
|
|
178
|
-
"committerDate": "2019-06-26 13:02:43 -0400",
|
|
179
|
-
"isTagged": true,
|
|
180
|
-
"tag": "@pie-element/inline-dropdown-controller@1.4.3"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"type": "feat",
|
|
184
|
-
"scope": "mask-markup-elements",
|
|
185
|
-
"subject": "refactored the elements and version bumped the necessary files",
|
|
186
|
-
"merge": null,
|
|
187
|
-
"header": "feat(mask-markup-elements): refactored the elements and version bumped the necessary files",
|
|
188
|
-
"body": null,
|
|
189
|
-
"footer": null,
|
|
190
|
-
"notes": [],
|
|
191
|
-
"hash": "f8f77c02e44afd90e491a371d86d3d4093eb41e5",
|
|
192
|
-
"gitTags": "",
|
|
193
|
-
"committerDate": "2019-07-02 13:38:48 -0400",
|
|
194
|
-
"isTagged": true,
|
|
195
|
-
"tag": "@pie-element/inline-dropdown-controller@1.5.0"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"type": "chore",
|
|
199
|
-
"scope": null,
|
|
200
|
-
"subject": "downgrade console.error calls to TODO (#261)",
|
|
201
|
-
"merge": null,
|
|
202
|
-
"header": "chore: downgrade console.error calls to TODO (#261)",
|
|
203
|
-
"body": null,
|
|
204
|
-
"footer": null,
|
|
205
|
-
"notes": [],
|
|
206
|
-
"hash": "623e43fb29db0f2dc3c88a8711476689ea8e3969",
|
|
207
|
-
"gitTags": "",
|
|
208
|
-
"committerDate": "2019-07-01 18:02:20 -0400",
|
|
209
|
-
"isTagged": true,
|
|
210
|
-
"tag": "@pie-element/inline-dropdown-controller@1.5.0"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"type": "fix",
|
|
214
|
-
"scope": null,
|
|
215
|
-
"subject": "model is ok if session is empty and alternateResponses is null",
|
|
216
|
-
"merge": null,
|
|
217
|
-
"header": "fix: model is ok if session is empty and alternateResponses is null",
|
|
218
|
-
"body": null,
|
|
219
|
-
"footer": null,
|
|
220
|
-
"notes": [],
|
|
221
|
-
"hash": "39aeeceec770181c514aa08db5d7e30fbd844091",
|
|
222
|
-
"gitTags": "",
|
|
223
|
-
"committerDate": "2019-07-12 20:36:57 +0100",
|
|
224
|
-
"isTagged": true,
|
|
225
|
-
"tag": "@pie-element/inline-dropdown-controller@1.5.4"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
"type": "fix",
|
|
229
|
-
"scope": null,
|
|
230
|
-
"subject": "support rationale",
|
|
231
|
-
"merge": null,
|
|
232
|
-
"header": "fix: support rationale",
|
|
233
|
-
"body": null,
|
|
234
|
-
"footer": null,
|
|
235
|
-
"notes": [],
|
|
236
|
-
"hash": "025b37acd6d1602b3558f25e049c2f5eefd67de4",
|
|
237
|
-
"gitTags": "",
|
|
238
|
-
"committerDate": "2019-07-15 19:07:02 +0300",
|
|
239
|
-
"isTagged": true,
|
|
240
|
-
"tag": "@pie-element/inline-dropdown-controller@1.5.6"
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"type": "fix",
|
|
244
|
-
"scope": "elements",
|
|
245
|
-
"subject": "fixed the outcome functions for the element [ch3150]",
|
|
246
|
-
"merge": null,
|
|
247
|
-
"header": "fix(elements): fixed the outcome functions for the element [ch3150]",
|
|
248
|
-
"body": null,
|
|
249
|
-
"footer": null,
|
|
250
|
-
"notes": [],
|
|
251
|
-
"hash": "f0989a4e4cfb5fbf8d2b42354bcead17f195645e",
|
|
252
|
-
"gitTags": "",
|
|
253
|
-
"committerDate": "2019-08-09 14:04:57 +0300",
|
|
254
|
-
"isTagged": true,
|
|
255
|
-
"tag": "@pie-element/inline-dropdown-controller@1.5.10"
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"type": "feat",
|
|
259
|
-
"scope": null,
|
|
260
|
-
"subject": "Session null/empty check.",
|
|
261
|
-
"merge": null,
|
|
262
|
-
"header": "feat: Session null/empty check.",
|
|
263
|
-
"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. [image-cloze-association, inline-choice, inline-dropdown]",
|
|
264
|
-
"footer": null,
|
|
265
|
-
"notes": [],
|
|
266
|
-
"hash": "35c2cab1f174e1ede63e9b68ae6c955d7ee12b82",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2019-08-25 15:44:31 +0300",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-element/inline-dropdown-controller@1.6.0"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "fix",
|
|
274
|
-
"scope": null,
|
|
275
|
-
"subject": "bump pie-lib/controller-utils",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "fix: bump pie-lib/controller-utils",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "ba3de006afa1ddaa582a531779be766c9715f64c",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2019-08-30 23:15:07 +0300",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-element/inline-dropdown-controller@1.7.0"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "feat",
|
|
289
|
-
"scope": null,
|
|
290
|
-
"subject": "make use of updateSession callback",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "feat: make use of updateSession callback",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "e3b3dd1e147571343c64a87ddb1be3f70c475284",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2019-08-26 16:52:25 +0300",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-element/inline-dropdown-controller@1.7.0"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "fix",
|
|
304
|
-
"scope": null,
|
|
305
|
-
"subject": "Removed incorrect defaults, fixed bug (App crash at: remove options from a dropdown until you have only one option, save, click OK on the opened dialog)",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "fix: Removed incorrect defaults, fixed bug (App crash at: remove options from a dropdown until you have only one option, save, click OK on the opened dialog)",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "26410f2de695162cd507252a3aa33d6a1b2bc52d",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2019-09-18 10:15:00 +0300",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-element/inline-dropdown-controller@2.0.1"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "fix",
|
|
319
|
-
"scope": null,
|
|
320
|
-
"subject": "Removed usage of state.markup. Prevented crash for \"Show Correct Answers\" Toggle.",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "fix: Removed usage of state.markup. Prevented crash for \"Show Correct Answers\" Toggle.",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "8e668529fc1272713f01bf0a468d8cea1c3fd4ec",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2019-09-18 08:52:23 +0300",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-element/inline-dropdown-controller@2.0.1"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "feat",
|
|
334
|
-
"scope": "inline-dropdown",
|
|
335
|
-
"subject": "model based prompt",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "feat(inline-dropdown): model based prompt",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "8d4be7fca066e94ac396547782dbb36d89d0b873",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2019-09-25 17:38:12 +0300",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-element/inline-dropdown-controller@2.1.0"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "fix",
|
|
349
|
-
"scope": null,
|
|
350
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.1 [ch4723]",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "0a33d688d6d9e5f239daba982bfbdeebb10ba4ab",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2019-10-11 12:38:26 +0100",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-element/inline-dropdown-controller@3.0.1"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"type": "fix",
|
|
364
|
-
"scope": null,
|
|
365
|
-
"subject": "bump @pie-lib/controller-utils@^0.2.2",
|
|
366
|
-
"merge": null,
|
|
367
|
-
"header": "fix: bump @pie-lib/controller-utils@^0.2.2",
|
|
368
|
-
"body": null,
|
|
369
|
-
"footer": null,
|
|
370
|
-
"notes": [],
|
|
371
|
-
"hash": "edae61cd4f686b2e1611cf0cad710112177fff2e",
|
|
372
|
-
"gitTags": "",
|
|
373
|
-
"committerDate": "2019-10-15 12:11:16 +0100",
|
|
374
|
-
"isTagged": true,
|
|
375
|
-
"tag": "@pie-element/inline-dropdown-controller@3.0.2"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"type": "fix",
|
|
379
|
-
"scope": null,
|
|
380
|
-
"subject": "ch2766 fix unresolved promise (#366)",
|
|
381
|
-
"merge": null,
|
|
382
|
-
"header": "fix: ch2766 fix unresolved promise (#366)",
|
|
383
|
-
"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",
|
|
384
|
-
"footer": "* fix: Fixed createCorrectResponseSession and added tests for it. (#365)",
|
|
385
|
-
"notes": [],
|
|
386
|
-
"hash": "9057b7fd08e4f5b07e953a5acd053e1945df57f2",
|
|
387
|
-
"gitTags": " (origin/develop, origin/HEAD)",
|
|
388
|
-
"committerDate": "2019-10-16 15:50:55 -0400",
|
|
389
|
-
"isTagged": true,
|
|
390
|
-
"tag": "@pie-element/inline-dropdown-controller@3.0.4"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "fix",
|
|
394
|
-
"scope": null,
|
|
395
|
-
"subject": "PIE-201 - store prompts and answers in session, fix",
|
|
396
|
-
"merge": null,
|
|
397
|
-
"header": "fix: PIE-201 - store prompts and answers in session, fix",
|
|
398
|
-
"body": "controller-utils to use 0 as key",
|
|
399
|
-
"footer": null,
|
|
400
|
-
"notes": [],
|
|
401
|
-
"hash": "23802242e0bc647f929f6db4dfd4b03f0112f2fb",
|
|
402
|
-
"gitTags": "",
|
|
403
|
-
"committerDate": "2019-11-18 20:35:06 +0000",
|
|
404
|
-
"isTagged": true,
|
|
405
|
-
"tag": "@pie-element/inline-dropdown-controller@3.0.7"
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"type": "feat",
|
|
409
|
-
"scope": null,
|
|
410
|
-
"subject": "PIE-200 - add partialScoring",
|
|
411
|
-
"merge": null,
|
|
412
|
-
"header": "feat: PIE-200 - add partialScoring",
|
|
413
|
-
"body": null,
|
|
414
|
-
"footer": null,
|
|
415
|
-
"notes": [],
|
|
416
|
-
"hash": "f00934319f4997be598d1873855d8df863ee7df4",
|
|
417
|
-
"gitTags": "",
|
|
418
|
-
"committerDate": "2019-12-06 12:22:05 +0000",
|
|
419
|
-
"isTagged": true,
|
|
420
|
-
"tag": "@pie-element/inline-dropdown-controller@3.1.0"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"type": "fix",
|
|
424
|
-
"scope": null,
|
|
425
|
-
"subject": "bump ui versions",
|
|
426
|
-
"merge": null,
|
|
427
|
-
"header": "fix: bump ui versions",
|
|
428
|
-
"body": null,
|
|
429
|
-
"footer": null,
|
|
430
|
-
"notes": [],
|
|
431
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
432
|
-
"gitTags": "",
|
|
433
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
434
|
-
"isTagged": true,
|
|
435
|
-
"tag": "@pie-element/inline-dropdown-controller@3.2.0"
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"type": "fix",
|
|
439
|
-
"scope": null,
|
|
440
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
441
|
-
"merge": null,
|
|
442
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
443
|
-
"body": null,
|
|
444
|
-
"footer": null,
|
|
445
|
-
"notes": [],
|
|
446
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
447
|
-
"gitTags": " (develop)",
|
|
448
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
449
|
-
"isTagged": true,
|
|
450
|
-
"tag": "@pie-element/inline-dropdown-controller@3.2.1"
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"type": "fix",
|
|
454
|
-
"scope": null,
|
|
455
|
-
"subject": "bump ui/lib versions",
|
|
456
|
-
"merge": null,
|
|
457
|
-
"header": "fix: bump ui/lib versions",
|
|
458
|
-
"body": null,
|
|
459
|
-
"footer": null,
|
|
460
|
-
"notes": [],
|
|
461
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
462
|
-
"gitTags": "",
|
|
463
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
464
|
-
"isTagged": true,
|
|
465
|
-
"tag": "@pie-element/inline-dropdown-controller@3.2.3"
|
|
466
|
-
}
|
|
467
|
-
]
|