@pie-element/likert 3.0.0-beta.0 → 3.0.0-next.42

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/CHANGELOG.md CHANGED
@@ -3,18 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [2.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert@2.3.2...@pie-element/likert@2.3.3) (2025-11-27)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * bump libs PD-5274, PD-5211, PD-5248 ([7610b25](https://github.com/pie-framework/pie-elements/commit/7610b25423956b6492f33322513b3430051fca77))
12
- * **likert, matrix:** handle disabled color, add important for radio states colors PD-5274 ([8685fe6](https://github.com/pie-framework/pie-elements/commit/8685fe63194de27f213f5debcdf43452e405afeb))
13
-
14
-
15
-
16
-
17
-
18
6
  ## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert@2.3.1...@pie-element/likert@2.3.2) (2025-10-22)
19
7
 
20
8
 
@@ -3,17 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-configure@1.3.2...@pie-element/likert-configure@1.3.3) (2025-11-27)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * bump libs PD-5274, PD-5211, PD-5248 ([7610b25](https://github.com/pie-framework/pie-elements/commit/7610b25423956b6492f33322513b3430051fca77))
12
-
13
-
14
-
15
-
16
-
17
6
  ## [1.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-configure@1.3.1...@pie-element/likert-configure@1.3.2) (2025-10-22)
18
7
 
19
8
 
@@ -9,7 +9,7 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
9
9
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
  var _propTypes = _interopRequireDefault(require("prop-types"));
12
- var _editableHtml = _interopRequireDefault(require("@pie-lib/editable-html"));
12
+ var _editableHtmlTipTap = _interopRequireDefault(require("@pie-lib/editable-html-tip-tap"));
13
13
  var _Radio = _interopRequireDefault(require("@mui/material/Radio"));
14
14
  var _RadioGroup = _interopRequireDefault(require("@mui/material/RadioGroup"));
15
15
  var _FormControlLabel = _interopRequireDefault(require("@mui/material/FormControlLabel"));
@@ -80,7 +80,7 @@ const LikertValueHolder = (0, _styles.styled)('div')(({
80
80
  paddingLeft: theme.spacing(2.5),
81
81
  width: '150px'
82
82
  }));
83
- const StyledEditableHtml = (0, _styles.styled)(_editableHtml.default)(({
83
+ const StyledEditableHtml = (0, _styles.styled)(_editableHtmlTipTap.default)(({
84
84
  theme
85
85
  }) => ({
86
86
  paddingTop: theme.spacing(2)
@@ -280,7 +280,7 @@ const Design = props => {
280
280
  })
281
281
  }, teacherInstructionsEnabled && /*#__PURE__*/_react.default.createElement(PromptHolder, {
282
282
  label: teacherInstructions.label
283
- }, /*#__PURE__*/_react.default.createElement(_editableHtml.default, {
283
+ }, /*#__PURE__*/_react.default.createElement(_editableHtmlTipTap.default, {
284
284
  markup: model.teacherInstructions || '',
285
285
  onChange: onTeacherInstructionsChanged,
286
286
  imageSupport: imageSupport,
@@ -291,7 +291,7 @@ const Design = props => {
291
291
  pluginProps: getPluginProps(teacherInstructions?.inputConfiguration)
292
292
  }), teacherInstructionsError && /*#__PURE__*/_react.default.createElement(ErrorText, null, teacherInstructionsError)), /*#__PURE__*/_react.default.createElement(PromptHolder, {
293
293
  label: prompt.label
294
- }, /*#__PURE__*/_react.default.createElement(_editableHtml.default, {
294
+ }, /*#__PURE__*/_react.default.createElement(_editableHtmlTipTap.default, {
295
295
  markup: model.prompt,
296
296
  onChange: onPromptChanged,
297
297
  imageSupport: imageSupport,
@@ -1 +1 @@
1
- {"version":3,"file":"main.js","names":["_react","_interopRequireDefault","require","_propTypes","_editableHtml","_Radio","_RadioGroup","_FormControlLabel","_configUi","_styles","_merge","_likertEntities","_choiceGenerator","_renderUi","Panel","toggle","radio","settings","PromptHolder","styled","InputContainer","theme","width","paddingTop","spacing","marginBottom","RadioButtonsWrapper","display","flexDirection","RadioButtonsColumnHeader","color","palette","grey","fontSize","typography","LikertLabelHolder","alignItems","LikertOptionsHolder","justifyContent","LikertLabelInput","marginRight","ErrorMessage","error","main","StyledNumberTextField","NumberTextField","FlexRow","LikertValueHolder","paddingLeft","StyledEditableHtml","EditableHtml","InputFormGroupIndex","ErrorText","CustomColorRadio","Radio","tertiary","LikertOrientation","props","model","onChangeModel","onChangeLikertOrientation","e","likertOrientation","target","value","default","createElement","name","onChange","LIKERT_ORIENTATION","horizontal","control","label","vertical","LikertScale","onChangeLikertScale","likertScale","choices","generateChoices","likertType","LIKERT_SCALE","likert3","likert5","likert7","LikertType","onChangeLikertType","LIKERT_TYPE","agreement","frequency","yesNo","importance","likelihood","like","buildValuesMap","reduce","acc","choice","accClone","choiceValue","parseInt","Design","configuration","imageSupport","onChoiceChanged","onConfigurationChanged","onPromptChanged","onTeacherInstructionsChanged","uploadSoundSupport","contentDimensions","prompt","scoringType","settingsPanelDisabled","spellCheck","teacherInstructions","baseInputConfiguration","likertChoice","errors","extraCSSRules","spellCheckEnabled","teacherInstructionsEnabled","promptError","teacherInstructionsError","valuesMap","panelProperties","getPluginProps","Object","assign","layout","ConfigLayout","dimensions","hideSettings","onChangeConfiguration","groups","Properties","markup","nonEmpty","pluginProps","inputConfiguration","disableUnderline","map","index","key","c","max","min","t","Main","React","Component","constructor","args","_defineProperty2","onModelChanged","merge","splice","render","_extends2","exports","PropTypes","object","isRequired","disableSidePanel","bool","func","shape","add","delete","_default"],"sources":["../src/main.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport EditableHtml from '@pie-lib/editable-html';\nimport Radio from '@mui/material/Radio';\nimport RadioGroup from '@mui/material/RadioGroup';\nimport FormControlLabel from '@mui/material/FormControlLabel';\nimport { InputContainer, settings, layout, NumberTextField } from '@pie-lib/config-ui';\nimport { styled } from '@mui/material/styles';\nimport merge from 'lodash/merge';\nimport { LIKERT_TYPE, LIKERT_SCALE, LIKERT_ORIENTATION } from './likertEntities';\nimport generateChoices from './choiceGenerator';\nimport { color } from '@pie-lib/render-ui';\n\nconst { Panel, toggle, radio } = settings;\n\nconst PromptHolder = styled(InputContainer)(({ theme }) => ({\n width: '100%',\n paddingTop: theme.spacing(2),\n marginBottom: theme.spacing(2),\n}));\n\nconst RadioButtonsWrapper = styled('div')({\n display: 'flex',\n flexDirection: 'column',\n});\n\nconst RadioButtonsColumnHeader = styled('p')(({ theme }) => ({\n color: theme.palette.grey[400],\n fontSize: theme.typography.fontSize - 2,\n}));\n\nconst LikertLabelHolder = styled('div')(({ theme }) => ({\n display: 'flex',\n width: '100%',\n alignItems: 'flex-start',\n marginBottom: theme.spacing(2),\n}));\n\nconst LikertOptionsHolder = styled('div')(({ theme }) => ({\n display: 'flex',\n width: '100%',\n justifyContent: 'space-around',\n marginBottom: theme.spacing(2.5),\n}));\n\nconst LikertLabelInput = styled(InputContainer)({\n width: 'calc(100% - 200px)',\n marginRight: 0,\n});\n\nconst ErrorMessage = styled('p')(({ theme }) => ({\n color: theme.palette.error.main,\n fontSize: theme.typography.fontSize - 2,\n}));\n\nconst StyledNumberTextField = styled(NumberTextField)({\n width: '100%',\n});\n\nconst FlexRow = styled('div')({\n display: 'flex',\n flexDirection: 'row',\n});\n\nconst LikertValueHolder = styled('div')(({ theme }) => ({\n paddingLeft: theme.spacing(2.5),\n width: '150px',\n}));\n\nconst StyledEditableHtml = styled(EditableHtml)(({ theme }) => ({\n paddingTop: theme.spacing(2),\n}));\n\nconst InputFormGroupIndex = styled('span')(({ theme }) => ({\n width: '30px',\n paddingTop: theme.spacing(4),\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\nconst CustomColorRadio = styled(Radio)({\n color: `${color.tertiary()} !important`,\n});\n\nconst LikertOrientation = (props) => {\n const { model, onChangeModel } = props;\n\n const onChangeLikertOrientation = (e) => {\n const likertOrientation = e.target.value;\n\n onChangeModel({ ...model, likertOrientation });\n };\n\n return (\n <RadioButtonsWrapper>\n <RadioButtonsColumnHeader>Likert Orientation</RadioButtonsColumnHeader>\n <RadioGroup\n aria-label=\"likertOrientation\"\n name=\"likertOrientation\"\n value={model.likertOrientation}\n onChange={onChangeLikertOrientation}\n >\n <FormControlLabel\n value={LIKERT_ORIENTATION.horizontal}\n control={<CustomColorRadio />}\n label=\"Horizontal\"\n />\n <FormControlLabel\n value={LIKERT_ORIENTATION.vertical}\n control={<CustomColorRadio />}\n label=\"Vertical\"\n />\n </RadioGroup>\n </RadioButtonsWrapper>\n );\n};\n\nconst LikertScale = (props) => {\n const { model, onChangeModel } = props;\n const onChangeLikertScale = (e) => {\n const likertScale = e.target.value;\n\n onChangeModel({\n ...model,\n likertScale,\n choices: generateChoices(likertScale, model.likertType),\n });\n };\n\n return (\n <RadioButtonsWrapper>\n <RadioButtonsColumnHeader>Likert Scale</RadioButtonsColumnHeader>\n <RadioGroup aria-label=\"likertScale\" name=\"likertScale\" value={model.likertScale} onChange={onChangeLikertScale}>\n <FormControlLabel\n value={LIKERT_SCALE.likert3}\n control={<CustomColorRadio />}\n label=\"Likert 3\"\n />\n <FormControlLabel\n value={LIKERT_SCALE.likert5}\n control={<CustomColorRadio />}\n label=\"Likert 5\"\n />\n <FormControlLabel\n value={LIKERT_SCALE.likert7}\n control={<CustomColorRadio />}\n label=\"Likert 7\"\n />\n </RadioGroup>\n </RadioButtonsWrapper>\n );\n};\n\nconst LikertType = (props) => {\n const { model, onChangeModel } = props;\n const onChangeLikertType = (e) => {\n const likertType = e.target.value;\n\n onChangeModel({\n ...model,\n likertType,\n choices: generateChoices(model.likertScale, likertType),\n });\n };\n\n return (\n <RadioButtonsWrapper>\n <RadioButtonsColumnHeader>Label Type</RadioButtonsColumnHeader>\n\n <FlexRow>\n <RadioGroup\n aria-label=\"likertLabelType\"\n name=\"likertLabelType\"\n value={model.likertType}\n onChange={onChangeLikertType}\n >\n <FormControlLabel\n value={LIKERT_TYPE.agreement}\n control={<CustomColorRadio />}\n label=\"Agreement\"\n />\n <FormControlLabel\n value={LIKERT_TYPE.frequency}\n control={<CustomColorRadio />}\n label=\"Frequency\"\n />\n <FormControlLabel\n value={LIKERT_TYPE.yesNo}\n control={<CustomColorRadio />}\n label=\"Yes/No\"\n />\n </RadioGroup>\n\n <RadioGroup\n aria-label=\"likertLabelType\"\n name=\"likertLabelType\"\n value={model.likertType}\n onChange={onChangeLikertType}\n >\n <FormControlLabel\n value={LIKERT_TYPE.importance}\n control={<CustomColorRadio />}\n label=\"Importance\"\n />\n <FormControlLabel\n value={LIKERT_TYPE.likelihood}\n control={<CustomColorRadio />}\n label=\"Likelihood\"\n />\n <FormControlLabel value={LIKERT_TYPE.like} control={<CustomColorRadio />} label=\"Like\" />\n </RadioGroup>\n </FlexRow>\n </RadioButtonsWrapper>\n );\n};\n\nconst buildValuesMap = (model) =>\n model.choices.reduce((acc, choice) => {\n const accClone = { ...acc };\n const choiceValue = parseInt(choice.value);\n\n if (!accClone[choiceValue]) {\n accClone[choiceValue] = 0;\n }\n\n return { ...accClone, [choiceValue]: accClone[choiceValue] + 1 };\n }, {});\n\nconst Design = (props) => {\n const {\n configuration,\n imageSupport,\n model,\n onChangeModel,\n onChoiceChanged,\n onConfigurationChanged,\n onPromptChanged,\n onTeacherInstructionsChanged,\n uploadSoundSupport,\n } = props;\n const {\n contentDimensions = {},\n prompt = {},\n scoringType = {},\n settingsPanelDisabled,\n spellCheck = {},\n teacherInstructions = {},\n baseInputConfiguration = {},\n likertChoice = {},\n } = configuration || {};\n const { errors = {}, extraCSSRules, spellCheckEnabled, teacherInstructionsEnabled } = model || {};\n const { prompt: promptError, teacherInstructions: teacherInstructionsError } = errors;\n\n const valuesMap = buildValuesMap(model);\n const panelProperties = {\n teacherInstructionsEnabled: teacherInstructions.settings && toggle(teacherInstructions.label),\n spellCheckEnabled: spellCheck.settings && toggle(spellCheck.label),\n scoringType: scoringType.settings && radio(scoringType.label, ['auto', 'rubric']),\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 onChangeModel={onChangeModel}\n configuration={configuration}\n onChangeConfiguration={onConfigurationChanged}\n groups={{\n Properties: panelProperties,\n }}\n />\n }\n >\n {teacherInstructionsEnabled && (\n <PromptHolder label={teacherInstructions.label}>\n <EditableHtml\n markup={model.teacherInstructions || ''}\n onChange={onTeacherInstructionsChanged}\n imageSupport={imageSupport}\n nonEmpty={false}\n error={teacherInstructionsError}\n spellCheck={spellCheckEnabled}\n uploadSoundSupport={uploadSoundSupport}\n pluginProps={getPluginProps(teacherInstructions?.inputConfiguration)}\n />\n {teacherInstructionsError && <ErrorText>{teacherInstructionsError}</ErrorText>}\n </PromptHolder>\n )}\n\n <PromptHolder label={prompt.label}>\n <EditableHtml\n markup={model.prompt}\n onChange={onPromptChanged}\n imageSupport={imageSupport}\n nonEmpty={false}\n error={promptError}\n spellCheck={spellCheckEnabled}\n disableUnderline\n uploadSoundSupport={uploadSoundSupport}\n pluginProps={getPluginProps(prompt?.inputConfiguration)}\n />\n {promptError && <ErrorText>{promptError}</ErrorText>}\n </PromptHolder>\n\n <LikertOptionsHolder>\n <LikertScale model={model} onChangeModel={onChangeModel} />\n <LikertType model={model} onChangeModel={onChangeModel} />\n <LikertOrientation model={model} onChangeModel={onChangeModel} />\n </LikertOptionsHolder>\n\n {model.choices.map((choice, index) => (\n <LikertLabelHolder key={`choice-${index}`}>\n <InputFormGroupIndex>{index + 1}.</InputFormGroupIndex>\n <LikertLabelInput key={`likert-label-${index}`} label={'Likert Label'}>\n <StyledEditableHtml\n markup={choice.label || ''}\n onChange={(c) => onChoiceChanged(index, { ...choice, label: c })}\n imageSupport={imageSupport}\n spellCheck={spellCheckEnabled}\n uploadSoundSupport={uploadSoundSupport}\n pluginProps={getPluginProps(likertChoice?.inputConfiguration)}\n />\n </LikertLabelInput>\n\n <LikertValueHolder>\n <StyledNumberTextField\n label={'Likert Value'}\n value={choice.value}\n max={100}\n min={-100}\n onChange={(e, t) => {\n onChoiceChanged(index, { ...choice, value: t });\n }}\n imageSupport={imageSupport}\n />\n {valuesMap[choice.value] && valuesMap[choice.value] > 1 && (\n <ErrorMessage>Value should be unique</ErrorMessage>\n )}\n </LikertValueHolder>\n </LikertLabelHolder>\n ))}\n </layout.ConfigLayout>\n );\n};\n\nexport class Main extends React.Component {\n static propTypes = {\n model: PropTypes.object.isRequired,\n disableSidePanel: PropTypes.bool,\n onModelChanged: PropTypes.func.isRequired,\n onConfigurationChanged: PropTypes.func.isRequired,\n imageSupport: PropTypes.shape({\n add: PropTypes.func.isRequired,\n delete: PropTypes.func.isRequired,\n }),\n };\n\n onChoiceChanged = (index, choice) => {\n const { model, onModelChanged } = this.props;\n\n model.choices = model.choices.map((choice) => merge({}, choice));\n model.choices.splice(index, 1, choice);\n\n onModelChanged(model);\n };\n\n onPromptChanged = (prompt) => {\n this.props.onModelChanged({ ...this.props.model, prompt });\n };\n\n onTeacherInstructionsChanged = (teacherInstructions) => {\n this.props.onModelChanged({ ...this.props.model, teacherInstructions });\n };\n\n render() {\n return (\n <Design\n {...this.props}\n onChangeModel={this.props.onModelChanged}\n onChoiceChanged={this.onChoiceChanged}\n onPromptChanged={this.onPromptChanged}\n onTeacherInstructionsChanged={this.onTeacherInstructionsChanged}\n />\n );\n }\n}\n\nexport default Main;\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"main.js","names":["_react","_interopRequireDefault","require","_propTypes","_editableHtmlTipTap","_Radio","_RadioGroup","_FormControlLabel","_configUi","_styles","_merge","_likertEntities","_choiceGenerator","_renderUi","Panel","toggle","radio","settings","PromptHolder","styled","InputContainer","theme","width","paddingTop","spacing","marginBottom","RadioButtonsWrapper","display","flexDirection","RadioButtonsColumnHeader","color","palette","grey","fontSize","typography","LikertLabelHolder","alignItems","LikertOptionsHolder","justifyContent","LikertLabelInput","marginRight","ErrorMessage","error","main","StyledNumberTextField","NumberTextField","FlexRow","LikertValueHolder","paddingLeft","StyledEditableHtml","EditableHtml","InputFormGroupIndex","ErrorText","CustomColorRadio","Radio","tertiary","LikertOrientation","props","model","onChangeModel","onChangeLikertOrientation","e","likertOrientation","target","value","default","createElement","name","onChange","LIKERT_ORIENTATION","horizontal","control","label","vertical","LikertScale","onChangeLikertScale","likertScale","choices","generateChoices","likertType","LIKERT_SCALE","likert3","likert5","likert7","LikertType","onChangeLikertType","LIKERT_TYPE","agreement","frequency","yesNo","importance","likelihood","like","buildValuesMap","reduce","acc","choice","accClone","choiceValue","parseInt","Design","configuration","imageSupport","onChoiceChanged","onConfigurationChanged","onPromptChanged","onTeacherInstructionsChanged","uploadSoundSupport","contentDimensions","prompt","scoringType","settingsPanelDisabled","spellCheck","teacherInstructions","baseInputConfiguration","likertChoice","errors","extraCSSRules","spellCheckEnabled","teacherInstructionsEnabled","promptError","teacherInstructionsError","valuesMap","panelProperties","getPluginProps","Object","assign","layout","ConfigLayout","dimensions","hideSettings","onChangeConfiguration","groups","Properties","markup","nonEmpty","pluginProps","inputConfiguration","disableUnderline","map","index","key","c","max","min","t","Main","React","Component","constructor","args","_defineProperty2","onModelChanged","merge","splice","render","_extends2","exports","PropTypes","object","isRequired","disableSidePanel","bool","func","shape","add","delete","_default"],"sources":["../src/main.jsx"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\nimport EditableHtml from '@pie-lib/editable-html-tip-tap';\nimport Radio from '@mui/material/Radio';\nimport RadioGroup from '@mui/material/RadioGroup';\nimport FormControlLabel from '@mui/material/FormControlLabel';\nimport { InputContainer, settings, layout, NumberTextField } from '@pie-lib/config-ui';\nimport { styled } from '@mui/material/styles';\nimport merge from 'lodash/merge';\nimport { LIKERT_TYPE, LIKERT_SCALE, LIKERT_ORIENTATION } from './likertEntities';\nimport generateChoices from './choiceGenerator';\nimport { color } from '@pie-lib/render-ui';\n\nconst { Panel, toggle, radio } = settings;\n\nconst PromptHolder = styled(InputContainer)(({ theme }) => ({\n width: '100%',\n paddingTop: theme.spacing(2),\n marginBottom: theme.spacing(2),\n}));\n\nconst RadioButtonsWrapper = styled('div')({\n display: 'flex',\n flexDirection: 'column',\n});\n\nconst RadioButtonsColumnHeader = styled('p')(({ theme }) => ({\n color: theme.palette.grey[400],\n fontSize: theme.typography.fontSize - 2,\n}));\n\nconst LikertLabelHolder = styled('div')(({ theme }) => ({\n display: 'flex',\n width: '100%',\n alignItems: 'flex-start',\n marginBottom: theme.spacing(2),\n}));\n\nconst LikertOptionsHolder = styled('div')(({ theme }) => ({\n display: 'flex',\n width: '100%',\n justifyContent: 'space-around',\n marginBottom: theme.spacing(2.5),\n}));\n\nconst LikertLabelInput = styled(InputContainer)({\n width: 'calc(100% - 200px)',\n marginRight: 0,\n});\n\nconst ErrorMessage = styled('p')(({ theme }) => ({\n color: theme.palette.error.main,\n fontSize: theme.typography.fontSize - 2,\n}));\n\nconst StyledNumberTextField = styled(NumberTextField)({\n width: '100%',\n});\n\nconst FlexRow = styled('div')({\n display: 'flex',\n flexDirection: 'row',\n});\n\nconst LikertValueHolder = styled('div')(({ theme }) => ({\n paddingLeft: theme.spacing(2.5),\n width: '150px',\n}));\n\nconst StyledEditableHtml = styled(EditableHtml)(({ theme }) => ({\n paddingTop: theme.spacing(2),\n}));\n\nconst InputFormGroupIndex = styled('span')(({ theme }) => ({\n width: '30px',\n paddingTop: theme.spacing(4),\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\nconst CustomColorRadio = styled(Radio)({\n color: `${color.tertiary()} !important`,\n});\n\nconst LikertOrientation = (props) => {\n const { model, onChangeModel } = props;\n\n const onChangeLikertOrientation = (e) => {\n const likertOrientation = e.target.value;\n\n onChangeModel({ ...model, likertOrientation });\n };\n\n return (\n <RadioButtonsWrapper>\n <RadioButtonsColumnHeader>Likert Orientation</RadioButtonsColumnHeader>\n <RadioGroup\n aria-label=\"likertOrientation\"\n name=\"likertOrientation\"\n value={model.likertOrientation}\n onChange={onChangeLikertOrientation}\n >\n <FormControlLabel\n value={LIKERT_ORIENTATION.horizontal}\n control={<CustomColorRadio />}\n label=\"Horizontal\"\n />\n <FormControlLabel\n value={LIKERT_ORIENTATION.vertical}\n control={<CustomColorRadio />}\n label=\"Vertical\"\n />\n </RadioGroup>\n </RadioButtonsWrapper>\n );\n};\n\nconst LikertScale = (props) => {\n const { model, onChangeModel } = props;\n const onChangeLikertScale = (e) => {\n const likertScale = e.target.value;\n\n onChangeModel({\n ...model,\n likertScale,\n choices: generateChoices(likertScale, model.likertType),\n });\n };\n\n return (\n <RadioButtonsWrapper>\n <RadioButtonsColumnHeader>Likert Scale</RadioButtonsColumnHeader>\n <RadioGroup aria-label=\"likertScale\" name=\"likertScale\" value={model.likertScale} onChange={onChangeLikertScale}>\n <FormControlLabel\n value={LIKERT_SCALE.likert3}\n control={<CustomColorRadio />}\n label=\"Likert 3\"\n />\n <FormControlLabel\n value={LIKERT_SCALE.likert5}\n control={<CustomColorRadio />}\n label=\"Likert 5\"\n />\n <FormControlLabel\n value={LIKERT_SCALE.likert7}\n control={<CustomColorRadio />}\n label=\"Likert 7\"\n />\n </RadioGroup>\n </RadioButtonsWrapper>\n );\n};\n\nconst LikertType = (props) => {\n const { model, onChangeModel } = props;\n const onChangeLikertType = (e) => {\n const likertType = e.target.value;\n\n onChangeModel({\n ...model,\n likertType,\n choices: generateChoices(model.likertScale, likertType),\n });\n };\n\n return (\n <RadioButtonsWrapper>\n <RadioButtonsColumnHeader>Label Type</RadioButtonsColumnHeader>\n\n <FlexRow>\n <RadioGroup\n aria-label=\"likertLabelType\"\n name=\"likertLabelType\"\n value={model.likertType}\n onChange={onChangeLikertType}\n >\n <FormControlLabel\n value={LIKERT_TYPE.agreement}\n control={<CustomColorRadio />}\n label=\"Agreement\"\n />\n <FormControlLabel\n value={LIKERT_TYPE.frequency}\n control={<CustomColorRadio />}\n label=\"Frequency\"\n />\n <FormControlLabel\n value={LIKERT_TYPE.yesNo}\n control={<CustomColorRadio />}\n label=\"Yes/No\"\n />\n </RadioGroup>\n\n <RadioGroup\n aria-label=\"likertLabelType\"\n name=\"likertLabelType\"\n value={model.likertType}\n onChange={onChangeLikertType}\n >\n <FormControlLabel\n value={LIKERT_TYPE.importance}\n control={<CustomColorRadio />}\n label=\"Importance\"\n />\n <FormControlLabel\n value={LIKERT_TYPE.likelihood}\n control={<CustomColorRadio />}\n label=\"Likelihood\"\n />\n <FormControlLabel value={LIKERT_TYPE.like} control={<CustomColorRadio />} label=\"Like\" />\n </RadioGroup>\n </FlexRow>\n </RadioButtonsWrapper>\n );\n};\n\nconst buildValuesMap = (model) =>\n model.choices.reduce((acc, choice) => {\n const accClone = { ...acc };\n const choiceValue = parseInt(choice.value);\n\n if (!accClone[choiceValue]) {\n accClone[choiceValue] = 0;\n }\n\n return { ...accClone, [choiceValue]: accClone[choiceValue] + 1 };\n }, {});\n\nconst Design = (props) => {\n const {\n configuration,\n imageSupport,\n model,\n onChangeModel,\n onChoiceChanged,\n onConfigurationChanged,\n onPromptChanged,\n onTeacherInstructionsChanged,\n uploadSoundSupport,\n } = props;\n const {\n contentDimensions = {},\n prompt = {},\n scoringType = {},\n settingsPanelDisabled,\n spellCheck = {},\n teacherInstructions = {},\n baseInputConfiguration = {},\n likertChoice = {},\n } = configuration || {};\n const { errors = {}, extraCSSRules, spellCheckEnabled, teacherInstructionsEnabled } = model || {};\n const { prompt: promptError, teacherInstructions: teacherInstructionsError } = errors;\n\n const valuesMap = buildValuesMap(model);\n const panelProperties = {\n teacherInstructionsEnabled: teacherInstructions.settings && toggle(teacherInstructions.label),\n spellCheckEnabled: spellCheck.settings && toggle(spellCheck.label),\n scoringType: scoringType.settings && radio(scoringType.label, ['auto', 'rubric']),\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 onChangeModel={onChangeModel}\n configuration={configuration}\n onChangeConfiguration={onConfigurationChanged}\n groups={{\n Properties: panelProperties,\n }}\n />\n }\n >\n {teacherInstructionsEnabled && (\n <PromptHolder label={teacherInstructions.label}>\n <EditableHtml\n markup={model.teacherInstructions || ''}\n onChange={onTeacherInstructionsChanged}\n imageSupport={imageSupport}\n nonEmpty={false}\n error={teacherInstructionsError}\n spellCheck={spellCheckEnabled}\n uploadSoundSupport={uploadSoundSupport}\n pluginProps={getPluginProps(teacherInstructions?.inputConfiguration)}\n />\n {teacherInstructionsError && <ErrorText>{teacherInstructionsError}</ErrorText>}\n </PromptHolder>\n )}\n\n <PromptHolder label={prompt.label}>\n <EditableHtml\n markup={model.prompt}\n onChange={onPromptChanged}\n imageSupport={imageSupport}\n nonEmpty={false}\n error={promptError}\n spellCheck={spellCheckEnabled}\n disableUnderline\n uploadSoundSupport={uploadSoundSupport}\n pluginProps={getPluginProps(prompt?.inputConfiguration)}\n />\n {promptError && <ErrorText>{promptError}</ErrorText>}\n </PromptHolder>\n\n <LikertOptionsHolder>\n <LikertScale model={model} onChangeModel={onChangeModel} />\n <LikertType model={model} onChangeModel={onChangeModel} />\n <LikertOrientation model={model} onChangeModel={onChangeModel} />\n </LikertOptionsHolder>\n\n {model.choices.map((choice, index) => (\n <LikertLabelHolder key={`choice-${index}`}>\n <InputFormGroupIndex>{index + 1}.</InputFormGroupIndex>\n <LikertLabelInput key={`likert-label-${index}`} label={'Likert Label'}>\n <StyledEditableHtml\n markup={choice.label || ''}\n onChange={(c) => onChoiceChanged(index, { ...choice, label: c })}\n imageSupport={imageSupport}\n spellCheck={spellCheckEnabled}\n uploadSoundSupport={uploadSoundSupport}\n pluginProps={getPluginProps(likertChoice?.inputConfiguration)}\n />\n </LikertLabelInput>\n\n <LikertValueHolder>\n <StyledNumberTextField\n label={'Likert Value'}\n value={choice.value}\n max={100}\n min={-100}\n onChange={(e, t) => {\n onChoiceChanged(index, { ...choice, value: t });\n }}\n imageSupport={imageSupport}\n />\n {valuesMap[choice.value] && valuesMap[choice.value] > 1 && (\n <ErrorMessage>Value should be unique</ErrorMessage>\n )}\n </LikertValueHolder>\n </LikertLabelHolder>\n ))}\n </layout.ConfigLayout>\n );\n};\n\nexport class Main extends React.Component {\n static propTypes = {\n model: PropTypes.object.isRequired,\n disableSidePanel: PropTypes.bool,\n onModelChanged: PropTypes.func.isRequired,\n onConfigurationChanged: PropTypes.func.isRequired,\n imageSupport: PropTypes.shape({\n add: PropTypes.func.isRequired,\n delete: PropTypes.func.isRequired,\n }),\n };\n\n onChoiceChanged = (index, choice) => {\n const { model, onModelChanged } = this.props;\n\n model.choices = model.choices.map((choice) => merge({}, choice));\n model.choices.splice(index, 1, choice);\n\n onModelChanged(model);\n };\n\n onPromptChanged = (prompt) => {\n this.props.onModelChanged({ ...this.props.model, prompt });\n };\n\n onTeacherInstructionsChanged = (teacherInstructions) => {\n this.props.onModelChanged({ ...this.props.model, teacherInstructions });\n };\n\n render() {\n return (\n <Design\n {...this.props}\n onChangeModel={this.props.onModelChanged}\n onChoiceChanged={this.onChoiceChanged}\n onPromptChanged={this.onPromptChanged}\n onTeacherInstructionsChanged={this.onTeacherInstructionsChanged}\n />\n );\n }\n}\n\nexport default Main;\n"],"mappings":"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","ignoreList":[]}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pie-element/likert-configure",
3
3
  "private": true,
4
- "version": "2.0.0-beta.0",
4
+ "version": "2.0.0-beta.1",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
@@ -12,11 +12,11 @@
12
12
  "@mui/icons-material": "^7.3.4",
13
13
  "@mui/material": "^7.3.4",
14
14
  "@pie-framework/pie-configure-events": "^1.3.0",
15
- "@pie-lib/config-ui": "11.30.4-next.0",
16
- "@pie-lib/editable-html": "11.21.4-next.0",
17
- "@pie-lib/render-ui": "4.35.4-next.0",
15
+ "@pie-lib/config-ui": "12.1.1-next.0",
16
+ "@pie-lib/editable-html-tip-tap": "1.1.1-next.0",
17
+ "@pie-lib/render-ui": "5.1.1-next.0",
18
18
  "debug": "^4.1.1",
19
- "prop-types": "^15.6.2",
19
+ "prop-types": "^15.8.1",
20
20
  "react": "18.2.0",
21
21
  "react-dom": "18.2.0"
22
22
  },
@@ -0,0 +1 @@
1
+ import{_dll_react_dom as e,_dll_react as l,_dll_prop_types as t,_dll_mui__material as a,_dll_mui__material_styles as n,_dll_lodash as o,_dll_pie_lib__render_ui as i,_dll_debug as r}from"../../../@pie-lib/shared-module@^3.0.5/module/index.js";import{_dll_pie_lib__editable_html_tip_tap as s}from"../../../@pie-lib/editable-html-module@^6.0.5/module/index.js";import{_dll_pie_lib__config_ui as u}from"../../../@pie-lib/config-module@^3.0.0/module/index.js";var d,c=e;d=c.createRoot,c.hydrateRoot;var p={};Object.defineProperty(p,"__esModule",{value:!0});class h extends CustomEvent{constructor(e,l=!1){super(h.TYPE,{bubbles:!0,detail:{update:e,reset:l}}),this.update=e,this.reset=l}}h.TYPE="model.updated";var m=p.ModelUpdatedEvent=h;class g extends CustomEvent{constructor(e,l){super(g.TYPE,{bubbles:!0,detail:{src:e,done:l}}),this.src=e,this.done=l}}g.TYPE="delete.image",p.DeleteImageEvent=g;class b extends CustomEvent{constructor(e){super(b.TYPE,{bubbles:!0,detail:e}),this.handler=e}}b.TYPE="insert.image",p.InsertImageEvent=b;class v extends CustomEvent{constructor(e,l){super(v.TYPE,{bubbles:!0,detail:{src:e,done:l}}),this.src=e,this.done=l}}v.TYPE="delete.sound";var C=p.DeleteSoundEvent=v;class E extends CustomEvent{constructor(e){super(E.TYPE,{bubbles:!0,detail:e}),this.handler=e}}E.TYPE="insert.sound";var _=p.InsertSoundEvent=E;const y="likert3",f="likert5",k="likert7",S="agreement",$="frequency",x="yesNo",T="importance",I="likelihood",P="like",M=[{label:"Disagree",value:-1},{label:"Unsure",value:0},{label:"Agree",value:1}],L=[{label:"Strongly Disagree",value:-2},...M,{label:"Strongly Agree",value:2}],D=[{label:"Extremely Disagree",value:-3},...L,{label:"Extremely Agree",value:3}],w=[{label:"Infrequently",value:-1},{label:"Unsure",value:0},{label:"Frequently",value:1}],R=[{label:"Very Infrequently",value:-2},...w,{label:"Very Frequently",value:2}],q=[{label:"Never",value:-3},...R,{label:"Always",value:3}],U=[{label:"No",value:-1},{label:"Unsure",value:0},{label:"Yes",value:1}],N=[{label:"No",value:-2},{label:"Not really",value:-1},{label:"Unsure",value:0},{label:"Sometimes",value:1},{label:"Yes",value:2}],Y=[{label:"No",value:-3},{label:"Rarely",value:-2},{label:"Not really",value:-1},{label:"Unsure",value:0},{label:"Sometimes",value:1},{label:"Very Often",value:2},{label:"Always",value:3}],A=[{label:"Not Likely",value:-1},{label:"Unsure",value:0},{label:"Likely",value:1}],V=[{label:"Very Unlikely",value:-2},...A,{label:"Very Likely",value:2}],z=[{label:"Extremely Unlikely",value:-3},...V,{label:"Extremely Likely",value:3}],O=[{label:"Not Important",value:-1},{label:"Unsure",value:0},{label:"Important",value:1}],j=[{label:"Very Not Important",value:-2},...O,{label:"Very Important",value:2}],F=[{label:"Extremely Not Important",value:-3},...j,{label:"Extremely Important",value:3}],B=[{label:"Dislike",value:-1},{label:"Unsure",value:0},{label:"Like",value:1}],H=[{label:"Really Dislike",value:-2},...B,{label:"Really Like",value:2}],G=[{label:"Extremely Dislike",value:-3},...H,{label:"Extremely Like",value:3}],J=(e,l)=>{switch(`${e}-${l}`){case`${y}-${S}`:return[...M];case`${f}-${S}`:return[...L];case`${k}-${S}`:return[...D];case`${y}-${$}`:return[...w];case`${f}-${$}`:return[...R];case`${k}-${$}`:return[...q];case`${y}-${x}`:return[...U];case`${f}-${x}`:return[...N];case`${k}-${x}`:return[...Y];case`${y}-${I}`:return[...A];case`${f}-${I}`:return[...V];case`${k}-${I}`:return[...z];case`${y}-${T}`:return[...O];case`${f}-${T}`:return[...j];case`${k}-${T}`:return[...F];case`${y}-${P}`:return[...B];case`${f}-${P}`:return[...H];case`${k}-${P}`:return[...G];default:return[]}},K=l,Q=t,{Radio:W}=a,{RadioGroup:X}=a,{FormControlLabel:Z}=a,{styled:ee}=n,{merge:le}=o,{color:te}=i,ae=s,{InputContainer:ne}=u,{settings:oe}=u,{layout:ie}=u,{NumberTextField:re}=u;function se(e){let l,t=e[0],a=1;for(;a<e.length;){const n=e[a],o=e[a+1];if(a+=2,("optionalAccess"===n||"optionalCall"===n)&&null==t)return;"access"===n||"optionalAccess"===n?(l=t,t=o(t)):"call"!==n&&"optionalCall"!==n||(t=o((...e)=>t.call(l,...e)),l=void 0)}return t}const{Panel:ue,toggle:de,radio:ce}=oe,pe=ee(ne)(({theme:e})=>({width:"100%",paddingTop:e.spacing(2),marginBottom:e.spacing(2)})),he=ee("div")({display:"flex",flexDirection:"column"}),me=ee("p")(({theme:e})=>({color:e.palette.grey[400],fontSize:e.typography.fontSize-2})),ge=ee("div")(({theme:e})=>({display:"flex",width:"100%",alignItems:"flex-start",marginBottom:e.spacing(2)})),be=ee("div")(({theme:e})=>({display:"flex",width:"100%",justifyContent:"space-around",marginBottom:e.spacing(2.5)})),ve=ee(ne)({width:"calc(100% - 200px)",marginRight:0}),Ce=ee("p")(({theme:e})=>({color:e.palette.error.main,fontSize:e.typography.fontSize-2})),Ee=ee(re)({width:"100%"}),_e=ee("div")({display:"flex",flexDirection:"row"}),ye=ee("div")(({theme:e})=>({paddingLeft:e.spacing(2.5),width:"150px"})),fe=ee(ae)(({theme:e})=>({paddingTop:e.spacing(2)})),ke=ee("span")(({theme:e})=>({width:"30px",paddingTop:e.spacing(4)})),Se=ee("div")(({theme:e})=>({fontSize:e.typography.fontSize-2,color:e.palette.error.main,paddingTop:e.spacing(1)})),$e=ee(W)({color:`${te.tertiary()} !important`}),xe=e=>{const{model:l,onChangeModel:t}=e;return K.createElement(he,null,K.createElement(me,null,"Likert Orientation"),K.createElement(X,{"aria-label":"likertOrientation",name:"likertOrientation",value:l.likertOrientation,onChange:e=>{const a=e.target.value;t({...l,likertOrientation:a})}},K.createElement(Z,{value:"horizontal",control:K.createElement($e,null),label:"Horizontal"}),K.createElement(Z,{value:"vertical",control:K.createElement($e,null),label:"Vertical"})))},Te=e=>{const{model:l,onChangeModel:t}=e;return K.createElement(he,null,K.createElement(me,null,"Likert Scale"),K.createElement(X,{"aria-label":"likertScale",name:"likertScale",value:l.likertScale,onChange:e=>{const a=e.target.value;t({...l,likertScale:a,choices:J(a,l.likertType)})}},K.createElement(Z,{value:y,control:K.createElement($e,null),label:"Likert 3"}),K.createElement(Z,{value:f,control:K.createElement($e,null),label:"Likert 5"}),K.createElement(Z,{value:k,control:K.createElement($e,null),label:"Likert 7"})))},Ie=e=>{const{model:l,onChangeModel:t}=e,a=e=>{const a=e.target.value;t({...l,likertType:a,choices:J(l.likertScale,a)})};return K.createElement(he,null,K.createElement(me,null,"Label Type"),K.createElement(_e,null,K.createElement(X,{"aria-label":"likertLabelType",name:"likertLabelType",value:l.likertType,onChange:a},K.createElement(Z,{value:S,control:K.createElement($e,null),label:"Agreement"}),K.createElement(Z,{value:$,control:K.createElement($e,null),label:"Frequency"}),K.createElement(Z,{value:x,control:K.createElement($e,null),label:"Yes/No"})),K.createElement(X,{"aria-label":"likertLabelType",name:"likertLabelType",value:l.likertType,onChange:a},K.createElement(Z,{value:T,control:K.createElement($e,null),label:"Importance"}),K.createElement(Z,{value:I,control:K.createElement($e,null),label:"Likelihood"}),K.createElement(Z,{value:P,control:K.createElement($e,null),label:"Like"}))))},Pe=e=>{const{configuration:l,imageSupport:t,model:a,onChangeModel:n,onChoiceChanged:o,onConfigurationChanged:i,onPromptChanged:r,onTeacherInstructionsChanged:s,uploadSoundSupport:u}=e,{contentDimensions:d={},prompt:c={},scoringType:p={},settingsPanelDisabled:h,spellCheck:m={},teacherInstructions:g={},baseInputConfiguration:b={},likertChoice:v={}}=l||{},{errors:C={},extraCSSRules:E,spellCheckEnabled:_,teacherInstructionsEnabled:y}=a||{},{prompt:f,teacherInstructions:k}=C,S=(e=>e.choices.reduce((e,l)=>{const t={...e},a=parseInt(l.value);return t[a]||(t[a]=0),{...t,[a]:t[a]+1}},{}))(a),$={teacherInstructionsEnabled:g.settings&&de(g.label),spellCheckEnabled:m.settings&&de(m.label),scoringType:p.settings&&ce(p.label,["auto","rubric"])},x=(e={})=>Object.assign({...b},e||{});return K.createElement(ie.ConfigLayout,{extraCSSRules:E,dimensions:d,hideSettings:h,settings:K.createElement(ue,{model:a,onChangeModel:n,configuration:l,onChangeConfiguration:i,groups:{Properties:$}})},y&&K.createElement(pe,{label:g.label},K.createElement(ae,{markup:a.teacherInstructions||"",onChange:s,imageSupport:t,nonEmpty:!1,error:k,spellCheck:_,uploadSoundSupport:u,pluginProps:x(se([g,"optionalAccess",e=>e.inputConfiguration]))}),k&&K.createElement(Se,null,k)),K.createElement(pe,{label:c.label},K.createElement(ae,{markup:a.prompt,onChange:r,imageSupport:t,nonEmpty:!1,error:f,spellCheck:_,disableUnderline:!0,uploadSoundSupport:u,pluginProps:x(se([c,"optionalAccess",e=>e.inputConfiguration]))}),f&&K.createElement(Se,null,f)),K.createElement(be,null,K.createElement(Te,{model:a,onChangeModel:n}),K.createElement(Ie,{model:a,onChangeModel:n}),K.createElement(xe,{model:a,onChangeModel:n})),a.choices.map((e,l)=>K.createElement(ge,{key:`choice-${l}`},K.createElement(ke,null,l+1,"."),K.createElement(ve,{key:`likert-label-${l}`,label:"Likert Label"},K.createElement(fe,{markup:e.label||"",onChange:t=>o(l,{...e,label:t}),imageSupport:t,spellCheck:_,uploadSoundSupport:u,pluginProps:x(se([v,"optionalAccess",e=>e.inputConfiguration]))})),K.createElement(ye,null,K.createElement(Ee,{label:"Likert Value",value:e.value,max:100,min:-100,onChange:(t,a)=>{o(l,{...e,value:a})},imageSupport:t}),S[e.value]&&S[e.value]>1&&K.createElement(Ce,null,"Value should be unique")))))};class Me extends K.Component{constructor(...e){super(...e),Me.prototype.__init.call(this),Me.prototype.__init2.call(this),Me.prototype.__init3.call(this)}static __initStatic(){this.propTypes={model:Q.object.isRequired,disableSidePanel:Q.bool,onModelChanged:Q.func.isRequired,onConfigurationChanged:Q.func.isRequired,imageSupport:Q.shape({add:Q.func.isRequired,delete:Q.func.isRequired})}}__init(){this.onChoiceChanged=(e,l)=>{const{model:t,onModelChanged:a}=this.props;t.choices=t.choices.map(e=>le({},e)),t.choices.splice(e,1,l),a(t)}}__init2(){this.onPromptChanged=e=>{this.props.onModelChanged({...this.props.model,prompt:e})}}__init3(){this.onTeacherInstructionsChanged=e=>{this.props.onModelChanged({...this.props.model,teacherInstructions:e})}}render(){return K.createElement(Pe,{...this.props,onChangeModel:this.props.onModelChanged,onChoiceChanged:this.onChoiceChanged,onPromptChanged:this.onPromptChanged,onTeacherInstructionsChanged:this.onTeacherInstructionsChanged})}}Me.__initStatic();var Le={choices:[],likertOrientation:"horizontal",likertScale:"likert3",likertType:"agreement",prompt:"",promptEnabled:!0,teacherInstructions:"",teacherInstructionsEnabled:!0},De={baseInputConfiguration:{audio:{disabled:!1},video:{disabled:!1},image:{disabled:!1},textAlign:{disabled:!0},showParagraphs:{disabled:!1},separateParagraphs:{disabled:!0}},prompt:{settings:!0,label:"Prompt",inputConfiguration:{audio:{disabled:!1},video:{disabled:!1},image:{disabled:!1}},required:!1},settingsPanelDisabled:!1,spellCheck:{label:"Spellcheck",settings:!1,enabled:!0},teacherInstructions:{settings:!0,label:"Teacher Instructions",inputConfiguration:{audio:{disabled:!1},video:{disabled:!1},image:{disabled:!1}},required:!1},likertChoice:{label:"Choice",inputConfiguration:{audio:{disabled:!1},video:{disabled:!1},image:{disabled:!1}}}};const we=l,Re=r,{defaults:qe}=o,Ue=Re("likert:configure"),Ne=(e,l)=>({configuration:qe(e,De),model:l});class Ye extends HTMLElement{static __initStatic(){this.createDefaultModel=(e={})=>({...Le,...e,choices:e&&e.choices||[]})}constructor(){super(),this._root=null,this._model=Ye.createDefaultModel(),this._configuration=De,this.onModelChanged=this.onModelChanged.bind(this),this.onConfigurationChanged=this.onConfigurationChanged.bind(this)}set model(e){this._model=Ye.createDefaultModel(e),this._model={...this._model,choices:this._model.choices.map(e=>({...e,value:parseInt(e.value)}))},this._render()}set configuration(e){const l=Ne(e,this._model);this.onModelChanged(l.model),this._configuration=l.configuration,this._render()}set disableSidePanel(e){this._disableSidePanel=e,this._render()}dispatchModelUpdated(e){const l=!!e;this.dispatchEvent(new m(this._model,l))}onModelChanged(e,l){this._model=e,this._render(),this.dispatchModelUpdated(l)}onConfigurationChanged(e){this._configuration=Ne(e,this._model).configuration,this._model&&this.onModelChanged(this._model),this._render()}insertSound(e){this.dispatchEvent(new _(e))}onDeleteSound(e,l){this.dispatchEvent(new C(e,l))}_render(){Ue("_render");let e=we.createElement(Me,{model:this._model,configuration:this._configuration,onModelChanged:this.onModelChanged,onConfigurationChanged:this.onConfigurationChanged,disableSidePanel:this._disableSidePanel,uploadSoundSupport:{add:this.insertSound.bind(this),delete:this.onDeleteSound.bind(this)}});this._root||(this._root=d(this)),this._root.render(e)}disconnectedCallback(){this._root&&this._root.unmount()}}Ye.__initStatic();export{Ye as default};
@@ -0,0 +1,77 @@
1
+ var defaults = {
2
+ choices: [],
3
+ likertOrientation: 'horizontal',
4
+ likertScale: 'likert3',
5
+ likertType: 'agreement',
6
+ prompt: '',
7
+ promptEnabled: true,
8
+ teacherInstructions: '',
9
+ teacherInstructionsEnabled: true,
10
+ };
11
+
12
+ const prepareChoice = (choice) => {
13
+ return {
14
+ label: choice.label,
15
+ value: choice.value,
16
+ };
17
+ };
18
+
19
+ function createDefaultModel(model = {}) {
20
+ return new Promise((resolve) => resolve({ ...defaults, ...model }));
21
+ }
22
+
23
+ const normalize = (question) => ({ ...defaults, ...question });
24
+
25
+ /**
26
+ *
27
+ * @param {*} question
28
+ * @param {*} session
29
+ * @param {*} env
30
+ */
31
+ async function model(question, session, env) {
32
+ const normalizedQuestion = normalize(question);
33
+
34
+ let choices = normalizedQuestion.choices.map(prepareChoice);
35
+
36
+ const out = {
37
+ ...normalizedQuestion,
38
+ choices,
39
+ disabled: env.mode !== 'gather',
40
+ mode: env.mode,
41
+ };
42
+
43
+ const { role, mode } = env || {};
44
+
45
+ if (role === 'instructor' && (mode === 'view' || mode === 'evaluate')) {
46
+ out.teacherInstructions = normalizedQuestion.teacherInstructionsEnabled
47
+ ? normalizedQuestion.teacherInstructions
48
+ : null;
49
+ } else {
50
+ out.teacherInstructions = null;
51
+ }
52
+
53
+ return out;
54
+ }
55
+
56
+ function outcome() {
57
+ return new Promise((resolve) => {
58
+ resolve({ score: 0, empty: false });
59
+ });
60
+ }
61
+
62
+ // remove all html tags except img, iframe and source tag for audio
63
+ const getContent = (html) => (html || '').replace(/(<(?!img|iframe|source)([^>]+)>)/gi, '');
64
+
65
+ const validate = (model = {}, config = {}) => {
66
+ const errors = {};
67
+
68
+ ['teacherInstructions', 'prompt'].forEach((field) => {
69
+ if (config[field]?.required && !getContent(model[field])) {
70
+ errors[field] = 'This field is required.';
71
+ }
72
+ });
73
+
74
+ return errors;
75
+ };
76
+
77
+ export { createDefaultModel, model, normalize, outcome, validate };
package/module/demo.js ADDED
@@ -0,0 +1,47 @@
1
+ import Configure from './configure.js';
2
+ import Element from './element.js';
3
+ import * as controller from './controller.js';
4
+
5
+ var generate = {};
6
+
7
+ generate.model = (id, element) => ({
8
+ id,
9
+ element,
10
+ likertScale: 'likert3',
11
+ likertType: 'agreement',
12
+ likertOrientation: 'horizontal',
13
+ choices: [
14
+ {
15
+ label: 'Disagree',
16
+ value: -1,
17
+ },
18
+ {
19
+ label: 'Unsure',
20
+ value: 0,
21
+ },
22
+ {
23
+ label: 'Agree',
24
+ value: 1,
25
+ },
26
+ ],
27
+ prompt: 'How likely are you to report a problem?',
28
+ });
29
+
30
+ const { model } = generate;
31
+
32
+ var config = {
33
+ elements: {
34
+ 'likert-element': '../..',
35
+ },
36
+ models: [model('1', 'likert-element')],
37
+ };
38
+
39
+ //Note: demo-el is a custom element loaded in the markup.
40
+ customElements.whenDefined("demo-el").then(() => {
41
+ config.models.forEach((m) => {
42
+ const de = document.createElement("demo-el");
43
+ document.body.appendChild(de);
44
+ de.def = { tagName: m.element, Element, Configure, controller };
45
+ de.model = m;
46
+ });
47
+ });
@@ -0,0 +1 @@
1
+ import{_dll_pie_lib__math_rendering as e}from"../../../@pie-lib/math-rendering-module@^4.0.5/module/index.js";import{_dll_mui__material as t,_dll_prop_types as r,_dll_mui__material_styles as n,_dll_pie_lib__render_ui as o,_dll_react_dom as s}from"../../../@pie-lib/shared-module@^3.0.5/module/index.js";var i={exports:{}},a={},c=Symbol.for("react.element"),u=Symbol.for("react.portal"),l=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),f=Symbol.for("react.profiler"),d=Symbol.for("react.provider"),h=Symbol.for("react.context"),m=Symbol.for("react.forward_ref"),y=Symbol.for("react.suspense"),_=Symbol.for("react.memo"),b=Symbol.for("react.lazy"),v=Symbol.iterator;var S={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g=Object.assign,E={};function C(e,t,r){this.props=e,this.context=t,this.refs=E,this.updater=r||S}function k(){}function x(e,t,r){this.props=e,this.context=t,this.refs=E,this.updater=r||S}C.prototype.isReactComponent={},C.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")},C.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},k.prototype=C.prototype;var R=x.prototype=new k;R.constructor=x,g(R,C.prototype),R.isPureReactComponent=!0;var w=Array.isArray,$=Object.prototype.hasOwnProperty,P={current:null},j={key:!0,ref:!0,__self:!0,__source:!0};function T(e,t,r){var n,o={},s=null,i=null;if(null!=t)for(n in void 0!==t.ref&&(i=t.ref),void 0!==t.key&&(s=""+t.key),t)$.call(t,n)&&!j.hasOwnProperty(n)&&(o[n]=t[n]);var a=arguments.length-2;if(1===a)o.children=r;else if(1<a){for(var u=Array(a),l=0;l<a;l++)u[l]=arguments[l+2];o.children=u}if(e&&e.defaultProps)for(n in a=e.defaultProps)void 0===o[n]&&(o[n]=a[n]);return{$$typeof:c,type:e,key:s,ref:i,props:o,_owner:P.current}}function O(e){return"object"==typeof e&&null!==e&&e.$$typeof===c}var I=/\/+/g;function q(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(e){return t[e]})}(""+e.key):t.toString(36)}function M(e,t,r,n,o){var s=typeof e;"undefined"!==s&&"boolean"!==s||(e=null);var i=!1;if(null===e)i=!0;else switch(s){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case c:case u:i=!0}}if(i)return o=o(i=e),e=""===n?"."+q(i,0):n,w(o)?(r="",null!=e&&(r=e.replace(I,"$&/")+"/"),M(o,t,r,"",function(e){return e})):null!=o&&(O(o)&&(o=function(e,t){return{$$typeof:c,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(o,r+(!o.key||i&&i.key===o.key?"":(""+o.key).replace(I,"$&/")+"/")+e)),t.push(o)),1;if(i=0,n=""===n?".":n+":",w(e))for(var a=0;a<e.length;a++){var l=n+q(s=e[a],a);i+=M(s,t,r,l,o)}else if(l=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=v&&e[v]||e["@@iterator"])?e:null}(e),"function"==typeof l)for(e=l.call(e),a=0;!(s=e.next()).done;)i+=M(s=s.value,t,r,l=n+q(s,a++),o);else if("object"===s)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return i}function L(e,t,r){if(null==e)return e;var n=[],o=0;return M(e,n,"","",function(e){return t.call(r,e,o++)}),n}function A(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)},function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var D={current:null},N={transition:null},F={ReactCurrentDispatcher:D,ReactCurrentBatchConfig:N,ReactCurrentOwner:P};function U(){throw Error("act(...) is not supported in production builds of React.")}a.Children={map:L,forEach:function(e,t,r){L(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return L(e,function(){t++}),t},toArray:function(e){return L(e,function(e){return e})||[]},only:function(e){if(!O(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},a.Component=C,a.Fragment=l,a.Profiler=f,a.PureComponent=x,a.StrictMode=p,a.Suspense=y,a.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=F,a.act=U,a.cloneElement=function(e,t,r){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var n=g({},e.props),o=e.key,s=e.ref,i=e._owner;if(null!=t){if(void 0!==t.ref&&(s=t.ref,i=P.current),void 0!==t.key&&(o=""+t.key),e.type&&e.type.defaultProps)var a=e.type.defaultProps;for(u in t)$.call(t,u)&&!j.hasOwnProperty(u)&&(n[u]=void 0===t[u]&&void 0!==a?a[u]:t[u])}var u=arguments.length-2;if(1===u)n.children=r;else if(1<u){a=Array(u);for(var l=0;l<u;l++)a[l]=arguments[l+2];n.children=a}return{$$typeof:c,type:e.type,key:o,ref:s,props:n,_owner:i}},a.createContext=function(e){return(e={$$typeof:h,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:d,_context:e},e.Consumer=e},a.createElement=T,a.createFactory=function(e){var t=T.bind(null,e);return t.type=e,t},a.createRef=function(){return{current:null}},a.forwardRef=function(e){return{$$typeof:m,render:e}},a.isValidElement=O,a.lazy=function(e){return{$$typeof:b,_payload:{_status:-1,_result:e},_init:A}},a.memo=function(e,t){return{$$typeof:_,type:e,compare:void 0===t?null:t}},a.startTransition=function(e){var t=N.transition;N.transition={};try{e()}finally{N.transition=t}},a.unstable_act=U,a.useCallback=function(e,t){return D.current.useCallback(e,t)},a.useContext=function(e){return D.current.useContext(e)},a.useDebugValue=function(){},a.useDeferredValue=function(e){return D.current.useDeferredValue(e)},a.useEffect=function(e,t){return D.current.useEffect(e,t)},a.useId=function(){return D.current.useId()},a.useImperativeHandle=function(e,t,r){return D.current.useImperativeHandle(e,t,r)},a.useInsertionEffect=function(e,t){return D.current.useInsertionEffect(e,t)},a.useLayoutEffect=function(e,t){return D.current.useLayoutEffect(e,t)},a.useMemo=function(e,t){return D.current.useMemo(e,t)},a.useReducer=function(e,t,r){return D.current.useReducer(e,t,r)},a.useRef=function(e){return D.current.useRef(e)},a.useState=function(e){return D.current.useState(e)},a.useSyncExternalStore=function(e,t,r){return D.current.useSyncExternalStore(e,t,r)},a.useTransition=function(){return D.current.useTransition()},a.version="18.3.1",i.exports=a;var V=i.exports;const B="vertical",{FormControlLabel:H}=t,{Radio:Y}=t,z=r,{styled:W}=n,{color:G}=o,J=W(Y)({color:`var(--choice-input-color, ${G.text()})`,"&.Mui-checked":{color:`var(--choice-input-selected-color, ${G.primary()})`},"&.Mui-disabled":{color:`var(--choice-input-disabled-color, ${G.defaults.DISABLED})`}}),K=W("p")({color:G.text(),textAlign:"center",cursor:"pointer"}),Q=W("div")({display:"flex",alignItems:"center",flex:1,padding:"0 5px","& label":{}}),X=W(H)({margin:0});class Z extends V.Component{constructor(...e){super(...e),Z.prototype.__init.call(this)}static __initStatic(){this.propTypes={checked:z.bool.isRequired,disabled:z.bool.isRequired,label:z.string.isRequired,likertOrientation:z.string.isRequired,onChange:z.func.isRequired,value:z.number.isRequired}}static __initStatic2(){this.defaultProps={checked:!1}}__init(){this.onToggleChoice=()=>{this.props.onChange({value:this.props.value,selected:!this.props.checked})}}render(){const{disabled:e,label:t,checked:r,likertOrientation:n}=this.props,o=n===B?"row":"column";return V.createElement(Q,{style:{flexDirection:o}},V.createElement(X,{disabled:e,control:V.createElement(J,{checked:r,onChange:this.onToggleChoice,disabled:e})}),V.createElement(K,{onClick:this.onToggleChoice,dangerouslySetInnerHTML:{__html:t}}))}}Z.__initStatic(),Z.__initStatic2();const ee=r,{styled:te}=n,{color:re}=o,{Collapsible:ne}=o,{PreviewPrompt:oe}=o,se=te("div")({color:re.text(),backgroundColor:re.background(),"& *":{"-webkit-font-smoothing":"antialiased"}}),ie=te(ne)(({theme:e})=>({marginBottom:e.spacing(2)})),ae=te("div")(({theme:e})=>({verticalAlign:"middle",color:"var(--pie-primary-text, var(--pie-text, #000000))",paddingBottom:e.spacing(2)})),ce=te("div")({display:"flex"});class ue extends V.Component{static __initStatic(){this.propTypes={className:ee.string,choices:ee.array,prompt:ee.string,teacherInstructions:ee.string,session:ee.object,disabled:ee.bool.isRequired,onSessionChange:ee.func.isRequired,likertOrientation:ee.string.isRequired}}UNSAFE_componentWillReceiveProps(){}isSelected(e){return this.props.session&&this.props.session.value===e}render(){const{disabled:e,choices:t=[],prompt:r,onSessionChange:n,teacherInstructions:o,className:s,likertOrientation:i}=this.props,a=i===B?"column":"row";return V.createElement(se,{className:s},o&&V.createElement(ie,{labels:{hidden:"Show Teacher Instructions",visible:"Hide Teacher Instructions"}},V.createElement(oe,{prompt:o})),r&&V.createElement(ae,null,V.createElement(oe,{prompt:r})),V.createElement(ce,{style:{flexDirection:a}},t.map((t,r)=>V.createElement(Z,{key:`choice-${r}`,label:t.label,value:t.value,index:r,disabled:e,onChange:n,likertOrientation:i,checked:this.isSelected(t.value)}))))}}ue.__initStatic(),ue.defaultProps={session:{value:[]}};const le=r,{PreviewLayout:pe}=o;class fe extends V.Component{static __initStatic(){this.propTypes={model:le.object,session:le.object,onSessionChange:le.func}}static __initStatic2(){this.defaultProps={model:{},session:{}}}render(){const{model:e,onSessionChange:t,session:r}=this.props,{extraCSSRules:n}=e;return V.createElement(pe,{extraCSSRules:n},V.createElement(ue,{...e,session:r,onSessionChange:t}))}}fe.__initStatic(),fe.__initStatic2();var de,he=s;de=he.createRoot,he.hydrateRoot;var me={};Object.defineProperty(me,"__esModule",{value:!0});class ye extends CustomEvent{constructor(e,t,r){super(ye.TYPE,{bubbles:!0,composed:!0,detail:{complete:t,component:e,hasModel:r}}),this.component=e,this.complete=t}}ye.TYPE="model-set",me.ModelSetEvent=ye;class _e extends CustomEvent{constructor(e,t){super(_e.TYPE,{bubbles:!0,composed:!0,detail:{complete:t,component:e}}),this.component=e,this.complete=t}}_e.TYPE="session-changed";var be=me.SessionChangedEvent=_e;const{renderMath:ve}=e,Se=e=>!!(e&&e.value&&e.value.length);class ge extends HTMLElement{constructor(){super(),this._root=null}set model(e){this._model=e,this._render()}set session(e){this._session=e,this._render()}get session(){return this._session}sessionChanged(e){this._session.value=e.value;const t=Se(this._session,this._model);this.dispatchEvent(new be(this.tagName.toLowerCase(),t)),this._render()}connectedCallback(){this._render()}_render(){if(!this._model||!this._session)return;const e=V.createElement(fe,{model:this._model,session:this._session,onSessionChange:this.sessionChanged.bind(this)});this._root||(this._root=de(this)),this._root.render(e),queueMicrotask(()=>{ve(this)})}disconnectedCallback(){this._root&&this._root.unmount()}}export{ge as default,Se as isComplete};
@@ -0,0 +1,21 @@
1
+
2
+ <!doctype html>
3
+ <html>
4
+ <head>
5
+ <title>@pie-element/likert@3.0.0-beta.1</title>
6
+ <script
7
+ type="module"
8
+ src="https://cdn.jsdelivr.net/npm/@pslb/demo-el@^1.0.0/dist/demo-el/demo-el.esm.js"></script>
9
+
10
+ <link
11
+ href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
12
+ rel="stylesheet"
13
+ />
14
+ <style>
15
+ html, body {
16
+ font-family: 'Roboto', sans-serif;
17
+ }
18
+ </style>
19
+ <script type="module" src="./demo.js"></script>
20
+ </head>
21
+ </html>
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@pie-element/likert",
3
+ "version": "3.0.0-beta.1",
4
+ "modules": [
5
+ {
6
+ "name": "@pie-lib/math-rendering-module",
7
+ "version": "^4.0.5"
8
+ },
9
+ {
10
+ "name": "@pie-lib/shared-module",
11
+ "version": "^3.0.5"
12
+ }
13
+ ]
14
+ }
@@ -0,0 +1,85 @@
1
+ import PrintElement from './print.js';
2
+
3
+ var generate = {};
4
+
5
+ generate.model = (id, element) => ({
6
+ id,
7
+ element,
8
+ likertScale: 'likert3',
9
+ likertType: 'agreement',
10
+ likertOrientation: 'horizontal',
11
+ choices: [
12
+ {
13
+ label: 'Disagree',
14
+ value: -1,
15
+ },
16
+ {
17
+ label: 'Unsure',
18
+ value: 0,
19
+ },
20
+ {
21
+ label: 'Agree',
22
+ value: 1,
23
+ },
24
+ ],
25
+ prompt: 'How likely are you to report a problem?',
26
+ });
27
+
28
+ const { model } = generate;
29
+
30
+ var config = {
31
+ elements: {
32
+ 'likert-element': '../..',
33
+ },
34
+ models: [model('1', 'likert-element')],
35
+ };
36
+
37
+ // new init - just shows off print!
38
+
39
+ const init = async () => {
40
+ console.log('define the element...');
41
+ await Promise.all(
42
+ config.models.map(async (m) => {
43
+ try {
44
+ const printTag = `${m.element}-print`;
45
+ if (customElements.get(printTag)) {
46
+ return true;
47
+ } else {
48
+ customElements.define(printTag, PrintElement);
49
+ await customElements.whenDefined(printTag);
50
+ return true;
51
+ }
52
+ } catch (e) {
53
+ return false;
54
+ }
55
+ })
56
+ );
57
+
58
+ console.log('now apply the model...');
59
+ config.models.forEach((m) => {
60
+ const printTag = `${m.element}-print`;
61
+ const h3s = document.createElement('h3');
62
+ h3s.textContent = 'student mode';
63
+ document.body.appendChild(h3s);
64
+ const de = document.createElement(printTag);
65
+ document.body.appendChild(de);
66
+ de.options = {};
67
+ de.model = m;
68
+
69
+ const h3 = document.createElement('h3');
70
+ h3.textContent = 'instructor mode';
71
+ document.body.appendChild(h3);
72
+ const instr = document.createElement(printTag);
73
+ document.body.appendChild(instr);
74
+ instr.options = { mode: 'instructor' };
75
+ instr.model = JSON.parse(JSON.stringify(m));
76
+ });
77
+ };
78
+
79
+ init()
80
+ .then(() => {
81
+ console.log('ready');
82
+ })
83
+ .catch((e) => {
84
+ console.error(e);
85
+ });
@@ -0,0 +1,18 @@
1
+
2
+ <!doctype html>
3
+ <html>
4
+ <head>
5
+ <title>@pie-element/likert@3.0.0-beta.1</title>
6
+ <link
7
+ href="https://fonts.googleapis.com/css?family=Roboto&display=swap"
8
+ rel="stylesheet"
9
+ />
10
+ <style>
11
+ html, body {
12
+ font-family: 'Roboto', sans-serif;
13
+ }
14
+ </style>
15
+ <script type="module" src="./print-demo.js"></script>
16
+ </head>
17
+ <body></body>
18
+ </html>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "3.0.0-beta.0",
7
+ "version": "3.0.0-next.42+bb1f3eb4e",
8
8
  "description": "",
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -15,12 +15,12 @@
15
15
  "@mui/icons-material": "^7.3.4",
16
16
  "@mui/material": "^7.3.4",
17
17
  "@pie-framework/pie-player-events": "^0.1.0",
18
- "@pie-lib/math-rendering": "3.22.3-next.0",
19
- "@pie-lib/render-ui": "4.35.4-next.0",
18
+ "@pie-lib/math-rendering": "4.1.1-next.0",
19
+ "@pie-lib/render-ui": "5.1.1-next.0",
20
20
  "classnames": "^2.2.5",
21
21
  "debug": "^4.1.1",
22
- "lodash": "^4.17.10",
23
- "prop-types": "^15.6.1",
22
+ "lodash": "^4.17.23",
23
+ "prop-types": "^15.8.1",
24
24
  "react": "18.2.0",
25
25
  "react-dom": "18.2.0",
26
26
  "react-test-renderer": "18.2.0",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "author": "",
30
30
  "license": "ISC",
31
- "gitHead": "028605f2d7b2b3b7e5b8840078c0d2c5d9a562e0",
31
+ "gitHead": "bb1f3eb4e3b5b1cb15024d459ffd6e94bf419712",
32
32
  "main": "lib/index.js",
33
33
  "module": "src/index.js"
34
34
  }