@pie-element/extended-text-entry 15.1.1-next.11 → 15.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 +166 -0
- package/dist/author/defaults.js +209 -0
- package/dist/author/index.d.ts +52 -0
- package/dist/author/index.js +74 -0
- package/dist/author/main.d.ts +26 -0
- package/dist/author/main.js +166 -0
- package/dist/browser/author/index.js +495 -0
- package/dist/browser/author/index.js.map +1 -0
- package/dist/browser/browser-kkT1XVKw.js +210 -0
- package/dist/browser/browser-kkT1XVKw.js.map +1 -0
- package/dist/browser/controller/index.js +184 -0
- package/dist/browser/controller/index.js.map +1 -0
- package/dist/browser/delivery/index.js +98 -0
- package/dist/browser/delivery/index.js.map +1 -0
- package/dist/browser/dist-D8VooYkz.js +49034 -0
- package/dist/browser/dist-D8VooYkz.js.map +1 -0
- package/dist/browser/extended-text-entry.css +2 -0
- package/dist/browser/main-C2oHx_V9.js +714 -0
- package/dist/browser/main-C2oHx_V9.js.map +1 -0
- package/dist/browser/print/index.js +53 -0
- package/dist/browser/print/index.js.map +1 -0
- package/dist/controller/defaults.d.ts +33 -0
- package/dist/controller/defaults.js +104 -0
- package/dist/controller/index.d.ts +59 -0
- package/dist/controller/index.js +72 -0
- package/dist/delivery/annotation/annotation-editor.d.ts +47 -0
- package/dist/delivery/annotation/annotation-editor.js +296 -0
- package/dist/delivery/annotation/annotation-menu.d.ts +25 -0
- package/dist/delivery/annotation/annotation-menu.js +113 -0
- package/dist/delivery/annotation/annotation-utils.d.ts +20 -0
- package/dist/delivery/annotation/annotation-utils.js +65 -0
- package/dist/delivery/annotation/freeform-editor.d.ts +30 -0
- package/dist/delivery/annotation/freeform-editor.js +143 -0
- package/dist/delivery/index.d.ts +23 -0
- package/dist/delivery/index.js +68 -0
- package/dist/delivery/main.d.ts +27 -0
- package/dist/delivery/main.js +134 -0
- package/dist/extended-text-entry.css +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +403 -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/_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/_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/_arrayPush.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/_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/_baseIsArguments.js +9 -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/_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/_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/_baseTimes.js +7 -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/_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/_defineProperty.js +10 -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/_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/_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/_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/_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/_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/_root.js +5 -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/_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/debounce.js +50 -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/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/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/now.js +7 -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/toNumber.js +19 -0
- package/dist/print/index.d.ts +15 -0
- package/dist/print/index.js +49 -0
- package/package.json +83 -21
- package/CHANGELOG.json +0 -1282
- package/CHANGELOG.md +0 -2260
- package/LICENSE.md +0 -5
- package/README.md +0 -1
- package/configure/CHANGELOG.json +0 -922
- package/configure/CHANGELOG.md +0 -1949
- package/configure/lib/defaults.js +0 -224
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/index.js +0 -125
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/main.js +0 -247
- package/configure/lib/main.js.map +0 -1
- package/configure/package.json +0 -23
- package/controller/CHANGELOG.json +0 -362
- package/controller/CHANGELOG.md +0 -1179
- package/controller/lib/defaults.js +0 -91
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -101
- package/controller/lib/index.js.map +0 -1
- package/controller/package.json +0 -16
- package/docs/config-schema.json +0 -1782
- package/docs/config-schema.json.md +0 -1333
- package/docs/demo/config.js +0 -7
- package/docs/demo/generate.js +0 -14
- package/docs/demo/index.html +0 -3
- package/docs/demo/session.js +0 -7
- package/docs/pie-schema.json +0 -954
- package/docs/pie-schema.json.md +0 -717
- package/lib/annotation/annotation-editor.js +0 -636
- package/lib/annotation/annotation-editor.js.map +0 -1
- package/lib/annotation/annotation-menu.js +0 -147
- package/lib/annotation/annotation-menu.js.map +0 -1
- package/lib/annotation/annotation-utils.js +0 -205
- package/lib/annotation/annotation-utils.js.map +0 -1
- package/lib/annotation/freeform-editor.js +0 -241
- package/lib/annotation/freeform-editor.js.map +0 -1
- package/lib/index.js +0 -108
- 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 -86
- package/lib/print.js.map +0 -1
- package/module/configure.js +0 -1
- package/module/controller.js +0 -139
- package/module/demo.js +0 -38
- package/module/element.js +0 -1
- package/module/index.html +0 -21
- package/module/manifest.json +0 -22
- package/module/print-demo.js +0 -76
- package/module/print.html +0 -18
- package/module/print.js +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"main.js","names":["_react","_interopRequireDefault","require","_configUi","_propTypes","_Typography","_styles","_editableHtmlTipTap","_interopRequireWildcard","e","t","WeakMap","r","n","__esModule","o","i","f","__proto__","default","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","Panel","toggle","numberFields","dropdown","settings","defaultFeedback","type","StyledHeader","styled","Typography","theme","paddingBottom","spacing","PromptContainer","InputContainer","paddingTop","marginTop","marginBottom","width","ErrorText","fontSize","typography","color","palette","error","main","Main","React","Component","constructor","props","_defineProperty2","markup","onModelChanged","model","prompt","feedback","update","teacherInstructions","state","setDimensions","render","configuration","imageSupport","onConfigurationChanged","uploadSoundSupport","annotations","contentDimensions","dimensions","equationEditor","playerSpellCheck","settingsPanelDisabled","spanishInput","specialInput","spellCheck","studentInstructions","mathInput","maxImageWidth","maxImageHeight","multiple","withRubric","mathMlOptions","baseInputConfiguration","errors","extraCSSRules","feedbackEnabled","promptEnabled","spellCheckEnabled","teacherInstructionsEnabled","toolbarEditorPosition","promptError","teacherInstructionsError","defaultImageMaxWidth","defaultImageMaxHeight","toolbarOpts","position","panelSettings","label","enabled","suffix","min","max","height","annotationsEnabled","playerSpellCheckDisabled","panelProperties","studentInstructionsEnabled","rubricEnabled","getPluginProps","assign","createElement","layout","ConfigLayout","hideSettings","onChangeModel","onChangeConfiguration","config","groups","Settings","Properties","className","onChange","changeTeacherInstructions","nonEmpty","languageCharactersProps","language","pluginProps","inputConfiguration","activePlugins","ALL_PLUGINS","onPromptChange","Fragment","variant","FeedbackSelector","changeFeedback","exports","PropTypes","func","isRequired","object","_default"],"sources":["../src/main.jsx"],"sourcesContent":["import React from 'react';\nimport { FeedbackSelector, InputContainer, settings, layout } from '@pie-lib/config-ui';\nimport PropTypes from 'prop-types';\nimport Typography from '@mui/material/Typography';\nimport { styled } from '@mui/material/styles';\nimport EditableHtml, { ALL_PLUGINS } from '@pie-lib/editable-html-tip-tap';\n\nconst { Panel, toggle, numberFields, dropdown } = settings;\n\nconst defaultFeedback = {\n type: 'default',\n default: 'Your answer has been submitted',\n};\n\nconst StyledHeader = styled(Typography)(({ theme }) => ({\n paddingBottom: theme.spacing(1),\n}));\n\nconst PromptContainer = styled(InputContainer)(({ theme }) => ({\n paddingTop: theme.spacing(1),\n marginTop: theme.spacing(2),\n marginBottom: theme.spacing(2),\n width: '100%',\n}));\n\nconst ErrorText = styled('div')(({ theme }) => ({\n fontSize: theme.typography.fontSize - 2,\n color: theme.palette.error.main,\n paddingTop: theme.spacing(1),\n}));\n\nexport class Main extends React.Component {\n static propTypes = {\n onModelChanged: PropTypes.func.isRequired,\n onConfigurationChanged: PropTypes.func,\n model: PropTypes.object.isRequired,\n configuration: PropTypes.object.isRequired,\n imageSupport: PropTypes.object.isRequired,\n uploadSoundSupport: PropTypes.object.isRequired,\n };\n\n constructor(props) {\n super(props);\n this.state = { setDimensions: true };\n }\n\n onPromptChange = (markup) => {\n const { onModelChanged, model } = this.props;\n\n onModelChanged({ ...model, prompt: markup });\n };\n\n changeFeedback = (feedback) => {\n const { model, onModelChanged } = this.props;\n const update = { ...model, feedback };\n\n onModelChanged(update);\n };\n\n changeTeacherInstructions = (teacherInstructions) => {\n const { model, onModelChanged } = this.props;\n const update = { ...model, teacherInstructions };\n\n onModelChanged(update);\n };\n\n render() {\n const { model, configuration, imageSupport, onConfigurationChanged, onModelChanged, uploadSoundSupport } =\n this.props;\n const {\n annotations = {},\n contentDimensions = {},\n dimensions = {},\n equationEditor = {},\n feedback = {},\n playerSpellCheck = {},\n prompt = {},\n settingsPanelDisabled,\n spanishInput = {},\n specialInput = {},\n spellCheck = {},\n studentInstructions = {},\n teacherInstructions = {},\n mathInput = {},\n maxImageWidth = {},\n maxImageHeight = {},\n multiple = {},\n withRubric = {},\n mathMlOptions = {},\n baseInputConfiguration = {},\n } = configuration || {};\n const {\n errors = {},\n extraCSSRules,\n feedbackEnabled,\n promptEnabled,\n spellCheckEnabled,\n teacherInstructionsEnabled,\n toolbarEditorPosition,\n } = model || {};\n const { prompt: promptError, teacherInstructions: teacherInstructionsError } = errors;\n\n const defaultImageMaxWidth = maxImageWidth && maxImageWidth.prompt;\n const defaultImageMaxHeight = maxImageHeight && maxImageHeight.prompt;\n\n const toolbarOpts = {\n position: toolbarEditorPosition === 'top' ? 'top' : 'bottom',\n };\n\n const panelSettings = {\n mathInput: mathInput.settings && toggle(mathInput.label),\n equationEditor:\n equationEditor.enabled &&\n model.mathInput &&\n dropdown(equationEditor.label, [\n 'non-negative-integers',\n 'integers',\n 'decimals',\n 'fractions',\n 'Grade 1 - 2',\n 'Grade 3 - 5',\n 'Grade 6 - 7',\n 'Grade 8 - HS',\n 'geometry',\n 'advanced-algebra',\n 'statistics',\n 'item-authoring',\n ]),\n spanishInput: spanishInput.settings && toggle(spanishInput.label),\n specialInput: specialInput.settings && toggle(specialInput.label),\n dimensions:\n dimensions.settings &&\n numberFields(dimensions.label, {\n width: { label: 'Width (px)', suffix: 'px', min: 100, max: 1200 },\n height: { label: 'Height (px)', suffix: 'px', min: 100, max: 500 },\n }),\n 'multiple.enabled': multiple.settings && toggle(multiple.label, true),\n promptEnabled: prompt.settings && toggle(prompt.label),\n feedbackEnabled: feedback.settings && toggle(feedback.label),\n annotationsEnabled: annotations.settings && toggle(annotations.label),\n spellCheckEnabled: spellCheck.settings && toggle(spellCheck.label),\n playerSpellCheckDisabled: playerSpellCheck.settings && toggle(playerSpellCheck.label),\n };\n const panelProperties = {\n teacherInstructionsEnabled: teacherInstructions.settings && toggle(teacherInstructions.label),\n studentInstructionsEnabled: studentInstructions.settings && toggle(studentInstructions.label),\n rubricEnabled: withRubric?.settings && toggle(withRubric?.label),\n };\n\n const getPluginProps = (props) => {\n return Object.assign(\n {\n ...baseInputConfiguration,\n },\n props || {},\n );\n };\n\n return (\n <layout.ConfigLayout\n extraCSSRules={extraCSSRules}\n dimensions={contentDimensions}\n hideSettings={settingsPanelDisabled}\n settings={\n <Panel\n model={model}\n configuration={configuration}\n onChangeModel={(model) => onModelChanged(model)}\n onChangeConfiguration={(config) => onConfigurationChanged(config)}\n groups={{\n Settings: panelSettings,\n Properties: panelProperties,\n }}\n />\n }\n >\n {teacherInstructionsEnabled && (\n <PromptContainer label={teacherInstructions.label}>\n <EditableHtml\n className=\"prompt\"\n markup={model.teacherInstructions || ''}\n onChange={this.changeTeacherInstructions}\n imageSupport={imageSupport}\n nonEmpty={false}\n error={teacherInstructionsError}\n toolbarOpts={toolbarOpts}\n spellCheck={spellCheckEnabled}\n maxImageWidth={(maxImageWidth && maxImageWidth.teacherInstructions) || defaultImageMaxWidth}\n maxImageHeight={(maxImageHeight && maxImageHeight.teacherInstructions) || defaultImageMaxHeight}\n uploadSoundSupport={uploadSoundSupport}\n languageCharactersProps={[{ language: 'spanish' }, { language: 'special' }]}\n mathMlOptions={mathMlOptions}\n pluginProps={getPluginProps(teacherInstructions?.inputConfiguration)}\n />\n {teacherInstructionsError && <ErrorText>{teacherInstructionsError}</ErrorText>}\n </PromptContainer>\n )}\n\n {promptEnabled && (\n <PromptContainer label={prompt.label}>\n <EditableHtml\n activePlugins={ALL_PLUGINS}\n className=\"prompt\"\n markup={model.prompt || ''}\n onChange={this.onPromptChange}\n imageSupport={imageSupport}\n nonEmpty={false}\n error={promptError}\n toolbarOpts={toolbarOpts}\n spellCheck={spellCheckEnabled}\n maxImageWidth={defaultImageMaxWidth}\n maxImageHeight={defaultImageMaxHeight}\n uploadSoundSupport={uploadSoundSupport}\n languageCharactersProps={[{ language: 'spanish' }, { language: 'special' }]}\n mathMlOptions={mathMlOptions}\n pluginProps={getPluginProps(prompt?.inputConfiguration)}\n />\n {promptError && <ErrorText>{promptError}</ErrorText>}\n </PromptContainer>\n )}\n\n {feedbackEnabled && (\n <React.Fragment>\n <StyledHeader variant=\"h6\">\n Feedback\n </StyledHeader>\n\n <FeedbackSelector\n label=\"When submitted, show\"\n feedback={model.feedback || defaultFeedback}\n onChange={this.changeFeedback}\n toolbarOpts={toolbarOpts}\n />\n </React.Fragment>\n )}\n </layout.ConfigLayout>\n );\n }\n}\n\nexport default Main;\n"],"mappings":"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","ignoreList":[]}
|
package/configure/package.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@pie-element/extended-text-entry-configure",
|
|
3
|
-
"private": true,
|
|
4
|
-
"version": "13.1.0",
|
|
5
|
-
"description": "",
|
|
6
|
-
"main": "lib/index.js",
|
|
7
|
-
"module": "src/index.js",
|
|
8
|
-
"author": "pie framework developers",
|
|
9
|
-
"license": "ISC",
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"@emotion/react": "^11.14.0",
|
|
12
|
-
"@emotion/style": "^0.8.0",
|
|
13
|
-
"@mui/icons-material": "^7.3.4",
|
|
14
|
-
"@mui/material": "^7.3.4",
|
|
15
|
-
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
16
|
-
"@pie-lib/config-ui": "13.0.5",
|
|
17
|
-
"@pie-lib/editable-html-tip-tap": "2.1.3",
|
|
18
|
-
"lodash-es": "^4.17.23",
|
|
19
|
-
"prop-types": "^15.8.1",
|
|
20
|
-
"react": "18.3.1",
|
|
21
|
-
"react-dom": "18.3.1"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
@@ -1,362 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"type": "feat",
|
|
4
|
-
"scope": "general",
|
|
5
|
-
"subject": "initialize default model (#129)",
|
|
6
|
-
"merge": null,
|
|
7
|
-
"header": "feat(general): initialize default model (#129)",
|
|
8
|
-
"body": "* feat: initialize empty README\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* feat: implement default-model-initialization method\n\n* fix: add babel-transform-runtime in order to support async/await\n\n* bump yarn lock\n\n* update snapshots",
|
|
9
|
-
"footer": null,
|
|
10
|
-
"notes": [],
|
|
11
|
-
"hash": "b62d0585a86c8e2fbe5a6181b869a28c1131756b",
|
|
12
|
-
"gitTags": "",
|
|
13
|
-
"committerDate": "2019-03-12 15:47:20 -0400",
|
|
14
|
-
"isTagged": true,
|
|
15
|
-
"tag": "@pie-element/extended-text-entry-controller@2.1.0"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"type": "fix",
|
|
19
|
-
"scope": null,
|
|
20
|
-
"subject": "build fixes",
|
|
21
|
-
"merge": null,
|
|
22
|
-
"header": "fix: build fixes",
|
|
23
|
-
"body": null,
|
|
24
|
-
"footer": null,
|
|
25
|
-
"notes": [],
|
|
26
|
-
"hash": "3c3a7f20ff7805fa1265eb7b187b80d77e1820ac",
|
|
27
|
-
"gitTags": "",
|
|
28
|
-
"committerDate": "2018-09-20 09:49:51 +0100",
|
|
29
|
-
"isTagged": true,
|
|
30
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"type": "feat",
|
|
34
|
-
"scope": "extended-text-entry",
|
|
35
|
-
"subject": "added prompt to model and display",
|
|
36
|
-
"merge": null,
|
|
37
|
-
"header": "feat(extended-text-entry): added prompt to model and display",
|
|
38
|
-
"body": null,
|
|
39
|
-
"footer": null,
|
|
40
|
-
"notes": [],
|
|
41
|
-
"hash": "9b3a5305c58fab16bb3d6aab07d216ca080b4930",
|
|
42
|
-
"gitTags": "",
|
|
43
|
-
"committerDate": "2018-09-10 14:55:17 +0300",
|
|
44
|
-
"isTagged": true,
|
|
45
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"type": "feat",
|
|
49
|
-
"scope": null,
|
|
50
|
-
"subject": "add outcome method to extended text-entry",
|
|
51
|
-
"merge": null,
|
|
52
|
-
"header": "feat: add outcome method to extended text-entry",
|
|
53
|
-
"body": null,
|
|
54
|
-
"footer": null,
|
|
55
|
-
"notes": [],
|
|
56
|
-
"hash": "c92c41d82004e316bc80c142aa43c8e950309ad0",
|
|
57
|
-
"gitTags": "",
|
|
58
|
-
"committerDate": "2018-09-07 15:03:28 +0100",
|
|
59
|
-
"isTagged": true,
|
|
60
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "fix",
|
|
64
|
-
"scope": "dependencies",
|
|
65
|
-
"subject": "bump @pie-lib/feedback",
|
|
66
|
-
"merge": null,
|
|
67
|
-
"header": "fix(dependencies): bump @pie-lib/feedback",
|
|
68
|
-
"body": null,
|
|
69
|
-
"footer": null,
|
|
70
|
-
"notes": [],
|
|
71
|
-
"hash": "6fea7bb8bd678952103c1d6efb9d1e3d8ea4ef90",
|
|
72
|
-
"gitTags": "",
|
|
73
|
-
"committerDate": "2018-05-10 21:39:29 -0400",
|
|
74
|
-
"isTagged": true,
|
|
75
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"type": "chore",
|
|
79
|
-
"scope": "test",
|
|
80
|
-
"subject": "add tests",
|
|
81
|
-
"merge": null,
|
|
82
|
-
"header": "chore(test): add tests",
|
|
83
|
-
"body": null,
|
|
84
|
-
"footer": null,
|
|
85
|
-
"notes": [],
|
|
86
|
-
"hash": "fe8f4eebfe91e5cfa0f06ef525bbe252935779bf",
|
|
87
|
-
"gitTags": "",
|
|
88
|
-
"committerDate": "2018-05-10 21:23:31 -0400",
|
|
89
|
-
"isTagged": true,
|
|
90
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "fix",
|
|
94
|
-
"scope": "dependecies",
|
|
95
|
-
"subject": "bump @pie-lib/feedback",
|
|
96
|
-
"merge": null,
|
|
97
|
-
"header": "fix(dependecies): bump @pie-lib/feedback",
|
|
98
|
-
"body": null,
|
|
99
|
-
"footer": null,
|
|
100
|
-
"notes": [],
|
|
101
|
-
"hash": "4be839f6f062d7457e46458a827c9d785b7ba8b0",
|
|
102
|
-
"gitTags": "",
|
|
103
|
-
"committerDate": "2018-05-10 21:23:16 -0400",
|
|
104
|
-
"isTagged": true,
|
|
105
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"type": "fix",
|
|
109
|
-
"scope": "controller",
|
|
110
|
-
"subject": "bump feedback version",
|
|
111
|
-
"merge": null,
|
|
112
|
-
"header": "fix(controller): bump feedback version",
|
|
113
|
-
"body": null,
|
|
114
|
-
"footer": null,
|
|
115
|
-
"notes": [],
|
|
116
|
-
"hash": "a07c9ecf3f44f94bdeb48e847cca52ac8e13f619",
|
|
117
|
-
"gitTags": "",
|
|
118
|
-
"committerDate": "2018-05-10 19:13:44 -0400",
|
|
119
|
-
"isTagged": true,
|
|
120
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "feat",
|
|
124
|
-
"scope": "feedback",
|
|
125
|
-
"subject": "Use new feedback model",
|
|
126
|
-
"merge": null,
|
|
127
|
-
"header": "feat(feedback): Use new feedback model",
|
|
128
|
-
"body": null,
|
|
129
|
-
"footer": "BREAKING CHANGE:\n\nFeedback is now of the form: `{type,default?, custom?}`",
|
|
130
|
-
"notes": [
|
|
131
|
-
{
|
|
132
|
-
"title": "BREAKING CHANGE",
|
|
133
|
-
"text": "Feedback is now of the form: `{type,default?, custom?}`"
|
|
134
|
-
}
|
|
135
|
-
],
|
|
136
|
-
"hash": "326f9b22ebc21e4b36988ca2be034ea781971fa8",
|
|
137
|
-
"gitTags": "",
|
|
138
|
-
"committerDate": "2018-05-10 09:57:42 -0400",
|
|
139
|
-
"isTagged": true,
|
|
140
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"type": "feat",
|
|
144
|
-
"scope": "model",
|
|
145
|
-
"subject": "discard legacy model - use streamlined model.",
|
|
146
|
-
"merge": null,
|
|
147
|
-
"header": "feat(model): discard legacy model - use streamlined model.",
|
|
148
|
-
"body": null,
|
|
149
|
-
"footer": "BREAKING CHANGE: The old corespring model is no longer supported.",
|
|
150
|
-
"notes": [
|
|
151
|
-
{
|
|
152
|
-
"title": "BREAKING CHANGE",
|
|
153
|
-
"text": "The old corespring model is no longer supported."
|
|
154
|
-
}
|
|
155
|
-
],
|
|
156
|
-
"hash": "ed47b59efbad6b330413b468447d0d5742689cd3",
|
|
157
|
-
"gitTags": "",
|
|
158
|
-
"committerDate": "2018-05-09 14:44:07 -0400",
|
|
159
|
-
"isTagged": true,
|
|
160
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"type": "feat",
|
|
164
|
-
"scope": "ui",
|
|
165
|
-
"subject": "finalise config ui",
|
|
166
|
-
"merge": null,
|
|
167
|
-
"header": "feat(ui): finalise config ui",
|
|
168
|
-
"body": null,
|
|
169
|
-
"footer": null,
|
|
170
|
-
"notes": [],
|
|
171
|
-
"hash": "75bd3958f6c152c46e2655fb9cdd23073f1fa375",
|
|
172
|
-
"gitTags": "",
|
|
173
|
-
"committerDate": "2018-05-01 21:51:21 -0400",
|
|
174
|
-
"isTagged": true,
|
|
175
|
-
"tag": "@pie-element/extended-text-entry-controller@2.0.0"
|
|
176
|
-
},
|
|
177
|
-
{
|
|
178
|
-
"type": "fix",
|
|
179
|
-
"scope": "extended-text-entry",
|
|
180
|
-
"subject": "fixed updating dimensions (width & height).",
|
|
181
|
-
"merge": null,
|
|
182
|
-
"header": "fix(extended-text-entry): fixed updating dimensions (width & height).",
|
|
183
|
-
"body": null,
|
|
184
|
-
"footer": null,
|
|
185
|
-
"notes": [],
|
|
186
|
-
"hash": "5f16e2a6eac233dcf6d643cb58f706a9cce5e5be",
|
|
187
|
-
"gitTags": "",
|
|
188
|
-
"committerDate": "2019-03-21 10:03:12 +0200",
|
|
189
|
-
"isTagged": true,
|
|
190
|
-
"tag": "@pie-element/extended-text-entry-controller@2.1.5"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"type": "feat",
|
|
194
|
-
"scope": "extended-text-entry",
|
|
195
|
-
"subject": "Updated model structure with new established structure, integrated settings panel and updated tests.",
|
|
196
|
-
"merge": null,
|
|
197
|
-
"header": "feat(extended-text-entry): Updated model structure with new established structure, integrated settings panel and updated tests.",
|
|
198
|
-
"body": null,
|
|
199
|
-
"footer": null,
|
|
200
|
-
"notes": [],
|
|
201
|
-
"hash": "cdb29e41d8e6ea550f70fb4c719f3f18afffbed9",
|
|
202
|
-
"gitTags": "",
|
|
203
|
-
"committerDate": "2019-04-18 09:03:28 +0300",
|
|
204
|
-
"isTagged": true,
|
|
205
|
-
"tag": "@pie-element/extended-text-entry-controller@2.2.0"
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
"type": "fix",
|
|
209
|
-
"scope": "editable-html",
|
|
210
|
-
"subject": "fixed lots of stuff regarding the editable-html",
|
|
211
|
-
"merge": null,
|
|
212
|
-
"header": "fix(editable-html): fixed lots of stuff regarding the editable-html",
|
|
213
|
-
"body": null,
|
|
214
|
-
"footer": null,
|
|
215
|
-
"notes": [],
|
|
216
|
-
"hash": "12c112917e0b5065ec35efdbdc276703602a6c68",
|
|
217
|
-
"gitTags": " (origin/andrei/fixes)",
|
|
218
|
-
"committerDate": "2019-07-07 14:16:34 -0400",
|
|
219
|
-
"isTagged": true,
|
|
220
|
-
"tag": "@pie-element/extended-text-entry-controller@2.2.4"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"type": "feat",
|
|
224
|
-
"scope": null,
|
|
225
|
-
"subject": "Added a dropdown in settings panel with Equation Editor Types if mathInput is true.",
|
|
226
|
-
"merge": null,
|
|
227
|
-
"header": "feat: Added a dropdown in settings panel with Equation Editor Types if mathInput is true.",
|
|
228
|
-
"body": null,
|
|
229
|
-
"footer": null,
|
|
230
|
-
"notes": [],
|
|
231
|
-
"hash": "324c3d9a3b12ed9924d8d1a7e535419f1f6a9131",
|
|
232
|
-
"gitTags": "",
|
|
233
|
-
"committerDate": "2019-07-05 23:35:48 -0400",
|
|
234
|
-
"isTagged": true,
|
|
235
|
-
"tag": "@pie-element/extended-text-entry-controller@2.3.0"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"type": "feat",
|
|
239
|
-
"scope": null,
|
|
240
|
-
"subject": "Used mathInput value in order to hide/display math option in pie-ui/extended-text-entry. Moved width & height to settings panel. Added a dropdown in settings panel with Equation Editor Types if mathInput is true (functionality for it is WIP). Updated pie-models, pie-schemas & tests.",
|
|
241
|
-
"merge": null,
|
|
242
|
-
"header": "feat: Used mathInput value in order to hide/display math option in pie-ui/extended-text-entry. Moved width & height to settings panel. Added a dropdown in settings panel with Equation Editor Types if mathInput is true (functionality for it is WIP). Updated pie-models, pie-schemas & tests.",
|
|
243
|
-
"body": null,
|
|
244
|
-
"footer": null,
|
|
245
|
-
"notes": [],
|
|
246
|
-
"hash": "fd65b2294f25f3d56732f7f7e5e8c640bc518120",
|
|
247
|
-
"gitTags": "",
|
|
248
|
-
"committerDate": "2019-07-05 00:35:14 -0400",
|
|
249
|
-
"isTagged": true,
|
|
250
|
-
"tag": "@pie-element/extended-text-entry-controller@2.3.0"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"type": "feat",
|
|
254
|
-
"scope": null,
|
|
255
|
-
"subject": "Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
|
|
256
|
-
"merge": null,
|
|
257
|
-
"header": "feat: Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller.",
|
|
258
|
-
"body": null,
|
|
259
|
-
"footer": "BREAKING CHANGE: `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.",
|
|
260
|
-
"notes": [
|
|
261
|
-
{
|
|
262
|
-
"title": "BREAKING CHANGE",
|
|
263
|
-
"text": "`enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions."
|
|
264
|
-
}
|
|
265
|
-
],
|
|
266
|
-
"hash": "9238954fa611462ddd1397f9780fc1c3d08ecc6f",
|
|
267
|
-
"gitTags": "",
|
|
268
|
-
"committerDate": "2019-09-16 19:17:27 +0300",
|
|
269
|
-
"isTagged": true,
|
|
270
|
-
"tag": "@pie-element/extended-text-entry-controller@3.0.0"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"type": "fix",
|
|
274
|
-
"scope": null,
|
|
275
|
-
"subject": "added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled).",
|
|
276
|
-
"merge": null,
|
|
277
|
-
"header": "fix: added feedbackEnabled property to model, removed usage on config.feedback.enabled and removed usage of allowFeedback (replaced with feedbackEnabled).",
|
|
278
|
-
"body": null,
|
|
279
|
-
"footer": null,
|
|
280
|
-
"notes": [],
|
|
281
|
-
"hash": "839aa3cf2ebba752865b9bc78e614fb48114c40b",
|
|
282
|
-
"gitTags": "",
|
|
283
|
-
"committerDate": "2019-09-27 11:34:43 +0300",
|
|
284
|
-
"isTagged": true,
|
|
285
|
-
"tag": "@pie-element/extended-text-entry-controller@3.1.0"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"type": "feat",
|
|
289
|
-
"scope": "extended-text-entry",
|
|
290
|
-
"subject": "model based prompt",
|
|
291
|
-
"merge": null,
|
|
292
|
-
"header": "feat(extended-text-entry): model based prompt",
|
|
293
|
-
"body": null,
|
|
294
|
-
"footer": null,
|
|
295
|
-
"notes": [],
|
|
296
|
-
"hash": "f39942573cf3a908312d0ad6d7530c05d9020433",
|
|
297
|
-
"gitTags": "",
|
|
298
|
-
"committerDate": "2019-09-24 17:49:47 +0300",
|
|
299
|
-
"isTagged": true,
|
|
300
|
-
"tag": "@pie-element/extended-text-entry-controller@3.1.0"
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"type": "fix",
|
|
304
|
-
"scope": null,
|
|
305
|
-
"subject": "bump ui versions",
|
|
306
|
-
"merge": null,
|
|
307
|
-
"header": "fix: bump ui versions",
|
|
308
|
-
"body": null,
|
|
309
|
-
"footer": null,
|
|
310
|
-
"notes": [],
|
|
311
|
-
"hash": "5b9d99fe59c304bdd173c9336503eb558900d2a2",
|
|
312
|
-
"gitTags": "",
|
|
313
|
-
"committerDate": "2020-03-31 19:25:13 +0100",
|
|
314
|
-
"isTagged": true,
|
|
315
|
-
"tag": "@pie-element/extended-text-entry-controller@4.1.0"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"type": "fix",
|
|
319
|
-
"scope": null,
|
|
320
|
-
"subject": "bump lib and ui versions",
|
|
321
|
-
"merge": null,
|
|
322
|
-
"header": "fix: bump lib and ui versions",
|
|
323
|
-
"body": null,
|
|
324
|
-
"footer": null,
|
|
325
|
-
"notes": [],
|
|
326
|
-
"hash": "a882cbf4580098ce0e12c51cf6ad2879817e17e7",
|
|
327
|
-
"gitTags": "",
|
|
328
|
-
"committerDate": "2020-04-10 17:13:24 +0100",
|
|
329
|
-
"isTagged": true,
|
|
330
|
-
"tag": "@pie-element/extended-text-entry-controller@4.1.1"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"type": "fix",
|
|
334
|
-
"scope": null,
|
|
335
|
-
"subject": "bump all packages to avoid tag conflict",
|
|
336
|
-
"merge": null,
|
|
337
|
-
"header": "fix: bump all packages to avoid tag conflict",
|
|
338
|
-
"body": null,
|
|
339
|
-
"footer": null,
|
|
340
|
-
"notes": [],
|
|
341
|
-
"hash": "d9ec9a8689f0a391594b5e2f4ea958c6dc9f6d7b",
|
|
342
|
-
"gitTags": "",
|
|
343
|
-
"committerDate": "2020-04-10 20:01:37 +0100",
|
|
344
|
-
"isTagged": true,
|
|
345
|
-
"tag": "@pie-element/extended-text-entry-controller@4.1.1"
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"type": "fix",
|
|
349
|
-
"scope": null,
|
|
350
|
-
"subject": "bump ui/lib versions",
|
|
351
|
-
"merge": null,
|
|
352
|
-
"header": "fix: bump ui/lib versions",
|
|
353
|
-
"body": null,
|
|
354
|
-
"footer": null,
|
|
355
|
-
"notes": [],
|
|
356
|
-
"hash": "3edb2321ebaefcaee70c3642aa6da8a50e8a99e5",
|
|
357
|
-
"gitTags": "",
|
|
358
|
-
"committerDate": "2020-04-14 15:36:44 +0100",
|
|
359
|
-
"isTagged": true,
|
|
360
|
-
"tag": "@pie-element/extended-text-entry-controller@4.1.3"
|
|
361
|
-
}
|
|
362
|
-
]
|