@pie-element/complex-rubric 2.3.2-next.10 → 2.3.2-next.2
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/controller/package.json +1 -1
- package/module/configure.js +2 -5
- package/module/element.js +2 -5
- package/module/print.js +2 -5
- package/package.json +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -229634,7 +229634,7 @@ const require$$16 = _dll_classnames;
|
|
|
229634
229634
|
}
|
|
229635
229635
|
};
|
|
229636
229636
|
})(function (_ref) {
|
|
229637
|
-
var label = _ref.label, classes = _ref.classes, onChange = _ref.onChange, value = _ref.value, className = _ref.className, imageSupport = _ref.imageSupport, disableImageAlignmentButtons = _ref.disableImageAlignmentButtons, disabled = _ref.disabled, spellCheck = _ref.spellCheck, nonEmpty = _ref.nonEmpty,
|
|
229637
|
+
var label = _ref.label, classes = _ref.classes, onChange = _ref.onChange, value = _ref.value, className = _ref.className, imageSupport = _ref.imageSupport, disableImageAlignmentButtons = _ref.disableImageAlignmentButtons, disabled = _ref.disabled, spellCheck = _ref.spellCheck, nonEmpty = _ref.nonEmpty, toolbarOpts = _ref.toolbarOpts, error = _ref.error, maxImageWidth = _ref.maxImageWidth, maxImageHeight = _ref.maxImageHeight, uploadSoundSupport = _ref.uploadSoundSupport, _ref$mathMlOptions = _ref.mathMlOptions, mathMlOptions = _ref$mathMlOptions === void 0 ? {} : _ref$mathMlOptions;
|
|
229638
229638
|
var names = (0, _classnames["default"])(classes.labelContainer, className);
|
|
229639
229639
|
return _react["default"].createElement(_renderUi.InputContainer, {
|
|
229640
229640
|
label: label,
|
|
@@ -229650,7 +229650,6 @@ const require$$16 = _dll_classnames;
|
|
|
229650
229650
|
imageSupport: imageSupport,
|
|
229651
229651
|
disableImageAlignmentButtons: disableImageAlignmentButtons,
|
|
229652
229652
|
className: classes.editor,
|
|
229653
|
-
pluginProps: pluginOpts || ({}),
|
|
229654
229653
|
toolbarOpts: toolbarOpts,
|
|
229655
229654
|
error: error,
|
|
229656
229655
|
maxImageWidth: maxImageWidth,
|
|
@@ -229765,7 +229764,7 @@ const require$$16 = _dll_classnames;
|
|
|
229765
229764
|
(0, _createClass2["default"])(ChoiceConfiguration, [{
|
|
229766
229765
|
key: "render",
|
|
229767
229766
|
value: function render() {
|
|
229768
|
-
var _this$props5 = this.props, data = _this$props5.data, classes = _this$props5.classes, mode = _this$props5.mode, onDelete = _this$props5.onDelete, defaultFeedback = _this$props5.defaultFeedback, index = _this$props5.index, className = _this$props5.className, noLabels = _this$props5.noLabels, useLetterOrdering = _this$props5.useLetterOrdering, imageSupport = _this$props5.imageSupport, disableImageAlignmentButtons = _this$props5.disableImageAlignmentButtons, disabled = _this$props5.disabled, spellCheck = _this$props5.spellCheck, nonEmpty = _this$props5.nonEmpty, allowFeedBack = _this$props5.allowFeedBack, allowDelete = _this$props5.allowDelete,
|
|
229767
|
+
var _this$props5 = this.props, data = _this$props5.data, classes = _this$props5.classes, mode = _this$props5.mode, onDelete = _this$props5.onDelete, defaultFeedback = _this$props5.defaultFeedback, index = _this$props5.index, className = _this$props5.className, noLabels = _this$props5.noLabels, useLetterOrdering = _this$props5.useLetterOrdering, imageSupport = _this$props5.imageSupport, disableImageAlignmentButtons = _this$props5.disableImageAlignmentButtons, disabled = _this$props5.disabled, spellCheck = _this$props5.spellCheck, nonEmpty = _this$props5.nonEmpty, allowFeedBack = _this$props5.allowFeedBack, allowDelete = _this$props5.allowDelete, toolbarOpts = _this$props5.toolbarOpts, error = _this$props5.error, noCorrectAnswerError = _this$props5.noCorrectAnswerError, uploadSoundSupport = _this$props5.uploadSoundSupport, maxImageWidth = _this$props5.maxImageWidth, maxImageHeight = _this$props5.maxImageHeight, _this$props5$mathMlOp = _this$props5.mathMlOptions, mathMlOptions = _this$props5$mathMlOp === void 0 ? {} : _this$props5$mathMlOp;
|
|
229769
229768
|
var InputToggle = mode === 'checkbox' ? _inputs.InputCheckbox : _inputs.InputRadio;
|
|
229770
229769
|
var names = (0, _classnames["default"])(classes.choiceConfiguration, className);
|
|
229771
229770
|
return _react["default"].createElement("div", {
|
|
@@ -229793,7 +229792,6 @@ const require$$16 = _dll_classnames;
|
|
|
229793
229792
|
disabled: disabled,
|
|
229794
229793
|
spellCheck: spellCheck,
|
|
229795
229794
|
nonEmpty: nonEmpty,
|
|
229796
|
-
pluginOpts: pluginOpts,
|
|
229797
229795
|
toolbarOpts: toolbarOpts,
|
|
229798
229796
|
error: error,
|
|
229799
229797
|
uploadSoundSupport: uploadSoundSupport,
|
|
@@ -229860,7 +229858,6 @@ const require$$16 = _dll_classnames;
|
|
|
229860
229858
|
allowDelete: _propTypes["default"].bool,
|
|
229861
229859
|
noCorrectAnswerError: _propTypes["default"].string,
|
|
229862
229860
|
spellCheck: _propTypes["default"].bool,
|
|
229863
|
-
pluginOpts: _propTypes["default"].object,
|
|
229864
229861
|
toolbarOpts: _propTypes["default"].object,
|
|
229865
229862
|
uploadSoundSupport: _propTypes["default"].object,
|
|
229866
229863
|
maxImageWidth: _propTypes["default"].number,
|
package/module/element.js
CHANGED
|
@@ -227882,7 +227882,7 @@ const require$$16 = _dll_classnames;
|
|
|
227882
227882
|
}
|
|
227883
227883
|
};
|
|
227884
227884
|
})(function (_ref) {
|
|
227885
|
-
var label = _ref.label, classes = _ref.classes, onChange = _ref.onChange, value = _ref.value, className = _ref.className, imageSupport = _ref.imageSupport, disableImageAlignmentButtons = _ref.disableImageAlignmentButtons, disabled = _ref.disabled, spellCheck = _ref.spellCheck, nonEmpty = _ref.nonEmpty,
|
|
227885
|
+
var label = _ref.label, classes = _ref.classes, onChange = _ref.onChange, value = _ref.value, className = _ref.className, imageSupport = _ref.imageSupport, disableImageAlignmentButtons = _ref.disableImageAlignmentButtons, disabled = _ref.disabled, spellCheck = _ref.spellCheck, nonEmpty = _ref.nonEmpty, toolbarOpts = _ref.toolbarOpts, error = _ref.error, maxImageWidth = _ref.maxImageWidth, maxImageHeight = _ref.maxImageHeight, uploadSoundSupport = _ref.uploadSoundSupport, _ref$mathMlOptions = _ref.mathMlOptions, mathMlOptions = _ref$mathMlOptions === void 0 ? {} : _ref$mathMlOptions;
|
|
227886
227886
|
var names = (0, _classnames["default"])(classes.labelContainer, className);
|
|
227887
227887
|
return _react["default"].createElement(_renderUi.InputContainer, {
|
|
227888
227888
|
label: label,
|
|
@@ -227898,7 +227898,6 @@ const require$$16 = _dll_classnames;
|
|
|
227898
227898
|
imageSupport: imageSupport,
|
|
227899
227899
|
disableImageAlignmentButtons: disableImageAlignmentButtons,
|
|
227900
227900
|
className: classes.editor,
|
|
227901
|
-
pluginProps: pluginOpts || ({}),
|
|
227902
227901
|
toolbarOpts: toolbarOpts,
|
|
227903
227902
|
error: error,
|
|
227904
227903
|
maxImageWidth: maxImageWidth,
|
|
@@ -228013,7 +228012,7 @@ const require$$16 = _dll_classnames;
|
|
|
228013
228012
|
(0, _createClass2["default"])(ChoiceConfiguration, [{
|
|
228014
228013
|
key: "render",
|
|
228015
228014
|
value: function render() {
|
|
228016
|
-
var _this$props5 = this.props, data = _this$props5.data, classes = _this$props5.classes, mode = _this$props5.mode, onDelete = _this$props5.onDelete, defaultFeedback = _this$props5.defaultFeedback, index = _this$props5.index, className = _this$props5.className, noLabels = _this$props5.noLabels, useLetterOrdering = _this$props5.useLetterOrdering, imageSupport = _this$props5.imageSupport, disableImageAlignmentButtons = _this$props5.disableImageAlignmentButtons, disabled = _this$props5.disabled, spellCheck = _this$props5.spellCheck, nonEmpty = _this$props5.nonEmpty, allowFeedBack = _this$props5.allowFeedBack, allowDelete = _this$props5.allowDelete,
|
|
228015
|
+
var _this$props5 = this.props, data = _this$props5.data, classes = _this$props5.classes, mode = _this$props5.mode, onDelete = _this$props5.onDelete, defaultFeedback = _this$props5.defaultFeedback, index = _this$props5.index, className = _this$props5.className, noLabels = _this$props5.noLabels, useLetterOrdering = _this$props5.useLetterOrdering, imageSupport = _this$props5.imageSupport, disableImageAlignmentButtons = _this$props5.disableImageAlignmentButtons, disabled = _this$props5.disabled, spellCheck = _this$props5.spellCheck, nonEmpty = _this$props5.nonEmpty, allowFeedBack = _this$props5.allowFeedBack, allowDelete = _this$props5.allowDelete, toolbarOpts = _this$props5.toolbarOpts, error = _this$props5.error, noCorrectAnswerError = _this$props5.noCorrectAnswerError, uploadSoundSupport = _this$props5.uploadSoundSupport, maxImageWidth = _this$props5.maxImageWidth, maxImageHeight = _this$props5.maxImageHeight, _this$props5$mathMlOp = _this$props5.mathMlOptions, mathMlOptions = _this$props5$mathMlOp === void 0 ? {} : _this$props5$mathMlOp;
|
|
228017
228016
|
var InputToggle = mode === 'checkbox' ? _inputs.InputCheckbox : _inputs.InputRadio;
|
|
228018
228017
|
var names = (0, _classnames["default"])(classes.choiceConfiguration, className);
|
|
228019
228018
|
return _react["default"].createElement("div", {
|
|
@@ -228041,7 +228040,6 @@ const require$$16 = _dll_classnames;
|
|
|
228041
228040
|
disabled: disabled,
|
|
228042
228041
|
spellCheck: spellCheck,
|
|
228043
228042
|
nonEmpty: nonEmpty,
|
|
228044
|
-
pluginOpts: pluginOpts,
|
|
228045
228043
|
toolbarOpts: toolbarOpts,
|
|
228046
228044
|
error: error,
|
|
228047
228045
|
uploadSoundSupport: uploadSoundSupport,
|
|
@@ -228108,7 +228106,6 @@ const require$$16 = _dll_classnames;
|
|
|
228108
228106
|
allowDelete: _propTypes["default"].bool,
|
|
228109
228107
|
noCorrectAnswerError: _propTypes["default"].string,
|
|
228110
228108
|
spellCheck: _propTypes["default"].bool,
|
|
228111
|
-
pluginOpts: _propTypes["default"].object,
|
|
228112
228109
|
toolbarOpts: _propTypes["default"].object,
|
|
228113
228110
|
uploadSoundSupport: _propTypes["default"].object,
|
|
228114
228111
|
maxImageWidth: _propTypes["default"].number,
|
package/module/print.js
CHANGED
|
@@ -227882,7 +227882,7 @@ const require$$16 = _dll_classnames;
|
|
|
227882
227882
|
}
|
|
227883
227883
|
};
|
|
227884
227884
|
})(function (_ref) {
|
|
227885
|
-
var label = _ref.label, classes = _ref.classes, onChange = _ref.onChange, value = _ref.value, className = _ref.className, imageSupport = _ref.imageSupport, disableImageAlignmentButtons = _ref.disableImageAlignmentButtons, disabled = _ref.disabled, spellCheck = _ref.spellCheck, nonEmpty = _ref.nonEmpty,
|
|
227885
|
+
var label = _ref.label, classes = _ref.classes, onChange = _ref.onChange, value = _ref.value, className = _ref.className, imageSupport = _ref.imageSupport, disableImageAlignmentButtons = _ref.disableImageAlignmentButtons, disabled = _ref.disabled, spellCheck = _ref.spellCheck, nonEmpty = _ref.nonEmpty, toolbarOpts = _ref.toolbarOpts, error = _ref.error, maxImageWidth = _ref.maxImageWidth, maxImageHeight = _ref.maxImageHeight, uploadSoundSupport = _ref.uploadSoundSupport, _ref$mathMlOptions = _ref.mathMlOptions, mathMlOptions = _ref$mathMlOptions === void 0 ? {} : _ref$mathMlOptions;
|
|
227886
227886
|
var names = (0, _classnames["default"])(classes.labelContainer, className);
|
|
227887
227887
|
return _react["default"].createElement(_renderUi.InputContainer, {
|
|
227888
227888
|
label: label,
|
|
@@ -227898,7 +227898,6 @@ const require$$16 = _dll_classnames;
|
|
|
227898
227898
|
imageSupport: imageSupport,
|
|
227899
227899
|
disableImageAlignmentButtons: disableImageAlignmentButtons,
|
|
227900
227900
|
className: classes.editor,
|
|
227901
|
-
pluginProps: pluginOpts || ({}),
|
|
227902
227901
|
toolbarOpts: toolbarOpts,
|
|
227903
227902
|
error: error,
|
|
227904
227903
|
maxImageWidth: maxImageWidth,
|
|
@@ -228013,7 +228012,7 @@ const require$$16 = _dll_classnames;
|
|
|
228013
228012
|
(0, _createClass2["default"])(ChoiceConfiguration, [{
|
|
228014
228013
|
key: "render",
|
|
228015
228014
|
value: function render() {
|
|
228016
|
-
var _this$props5 = this.props, data = _this$props5.data, classes = _this$props5.classes, mode = _this$props5.mode, onDelete = _this$props5.onDelete, defaultFeedback = _this$props5.defaultFeedback, index = _this$props5.index, className = _this$props5.className, noLabels = _this$props5.noLabels, useLetterOrdering = _this$props5.useLetterOrdering, imageSupport = _this$props5.imageSupport, disableImageAlignmentButtons = _this$props5.disableImageAlignmentButtons, disabled = _this$props5.disabled, spellCheck = _this$props5.spellCheck, nonEmpty = _this$props5.nonEmpty, allowFeedBack = _this$props5.allowFeedBack, allowDelete = _this$props5.allowDelete,
|
|
228015
|
+
var _this$props5 = this.props, data = _this$props5.data, classes = _this$props5.classes, mode = _this$props5.mode, onDelete = _this$props5.onDelete, defaultFeedback = _this$props5.defaultFeedback, index = _this$props5.index, className = _this$props5.className, noLabels = _this$props5.noLabels, useLetterOrdering = _this$props5.useLetterOrdering, imageSupport = _this$props5.imageSupport, disableImageAlignmentButtons = _this$props5.disableImageAlignmentButtons, disabled = _this$props5.disabled, spellCheck = _this$props5.spellCheck, nonEmpty = _this$props5.nonEmpty, allowFeedBack = _this$props5.allowFeedBack, allowDelete = _this$props5.allowDelete, toolbarOpts = _this$props5.toolbarOpts, error = _this$props5.error, noCorrectAnswerError = _this$props5.noCorrectAnswerError, uploadSoundSupport = _this$props5.uploadSoundSupport, maxImageWidth = _this$props5.maxImageWidth, maxImageHeight = _this$props5.maxImageHeight, _this$props5$mathMlOp = _this$props5.mathMlOptions, mathMlOptions = _this$props5$mathMlOp === void 0 ? {} : _this$props5$mathMlOp;
|
|
228017
228016
|
var InputToggle = mode === 'checkbox' ? _inputs.InputCheckbox : _inputs.InputRadio;
|
|
228018
228017
|
var names = (0, _classnames["default"])(classes.choiceConfiguration, className);
|
|
228019
228018
|
return _react["default"].createElement("div", {
|
|
@@ -228041,7 +228040,6 @@ const require$$16 = _dll_classnames;
|
|
|
228041
228040
|
disabled: disabled,
|
|
228042
228041
|
spellCheck: spellCheck,
|
|
228043
228042
|
nonEmpty: nonEmpty,
|
|
228044
|
-
pluginOpts: pluginOpts,
|
|
228045
228043
|
toolbarOpts: toolbarOpts,
|
|
228046
228044
|
error: error,
|
|
228047
228045
|
uploadSoundSupport: uploadSoundSupport,
|
|
@@ -228108,7 +228106,6 @@ const require$$16 = _dll_classnames;
|
|
|
228108
228106
|
allowDelete: _propTypes["default"].bool,
|
|
228109
228107
|
noCorrectAnswerError: _propTypes["default"].string,
|
|
228110
228108
|
spellCheck: _propTypes["default"].bool,
|
|
228111
|
-
pluginOpts: _propTypes["default"].object,
|
|
228112
228109
|
toolbarOpts: _propTypes["default"].object,
|
|
228113
228110
|
uploadSoundSupport: _propTypes["default"].object,
|
|
228114
228111
|
maxImageWidth: _propTypes["default"].number,
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "2.3.2-next.
|
|
4
|
+
"version": "2.3.2-next.2+efde27a11",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
|
-
"@pie-element/multi-trait-rubric": "^3.3.1-next.
|
|
11
|
-
"@pie-element/rubric": "^3.2.1-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.3.1-next.19+efde27a11",
|
|
11
|
+
"@pie-element/rubric": "^3.2.1-next.19+efde27a11",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
13
|
"classnames": "^2.2.5",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.11",
|
|
16
16
|
"prop-types": "^15.7.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "efde27a11b960b26ebc53dd422f3f6f7d6e5aac5",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|