@pie-element/complex-rubric 2.2.3-next.20 → 2.2.3-next.25
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 +4 -3
- package/module/element.js +4 -3
- package/module/print.js +4 -3
- package/package.json +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -44160,8 +44160,8 @@ const require$$14$6 = _dll_pie_framework__mathquill;
|
|
|
44160
44160
|
_this.refresh();
|
|
44161
44161
|
}
|
|
44162
44162
|
if (event.charCode === 13) {
|
|
44163
|
-
|
|
44164
|
-
|
|
44163
|
+
event.preventDefault();
|
|
44164
|
+
return;
|
|
44165
44165
|
}
|
|
44166
44166
|
});
|
|
44167
44167
|
return _this;
|
|
@@ -232344,7 +232344,8 @@ const require$$28 = _dll_debug;
|
|
|
232344
232344
|
if (points && !rubricless) {
|
|
232345
232345
|
onChange(_objectSpread(_objectSpread({}, value), {}, {
|
|
232346
232346
|
points: points,
|
|
232347
|
-
sampleAnswers: sampleAnswers
|
|
232347
|
+
sampleAnswers: sampleAnswers,
|
|
232348
|
+
maxPoints: maxPoints
|
|
232348
232349
|
}));
|
|
232349
232350
|
} else {
|
|
232350
232351
|
onChange(_objectSpread(_objectSpread({}, value), {}, {
|
package/module/element.js
CHANGED
|
@@ -37704,8 +37704,8 @@ const require$$14$6 = _dll_pie_framework__mathquill;
|
|
|
37704
37704
|
_this.refresh();
|
|
37705
37705
|
}
|
|
37706
37706
|
if (event.charCode === 13) {
|
|
37707
|
-
|
|
37708
|
-
|
|
37707
|
+
event.preventDefault();
|
|
37708
|
+
return;
|
|
37709
37709
|
}
|
|
37710
37710
|
});
|
|
37711
37711
|
return _this;
|
|
@@ -230598,7 +230598,8 @@ const require$$28 = _dll_debug;
|
|
|
230598
230598
|
if (points && !rubricless) {
|
|
230599
230599
|
onChange(_objectSpread(_objectSpread({}, value), {}, {
|
|
230600
230600
|
points: points,
|
|
230601
|
-
sampleAnswers: sampleAnswers
|
|
230601
|
+
sampleAnswers: sampleAnswers,
|
|
230602
|
+
maxPoints: maxPoints
|
|
230602
230603
|
}));
|
|
230603
230604
|
} else {
|
|
230604
230605
|
onChange(_objectSpread(_objectSpread({}, value), {}, {
|
package/module/print.js
CHANGED
|
@@ -37704,8 +37704,8 @@ const require$$14$6 = _dll_pie_framework__mathquill;
|
|
|
37704
37704
|
_this.refresh();
|
|
37705
37705
|
}
|
|
37706
37706
|
if (event.charCode === 13) {
|
|
37707
|
-
|
|
37708
|
-
|
|
37707
|
+
event.preventDefault();
|
|
37708
|
+
return;
|
|
37709
37709
|
}
|
|
37710
37710
|
});
|
|
37711
37711
|
return _this;
|
|
@@ -230598,7 +230598,8 @@ const require$$28 = _dll_debug;
|
|
|
230598
230598
|
if (points && !rubricless) {
|
|
230599
230599
|
onChange(_objectSpread(_objectSpread({}, value), {}, {
|
|
230600
230600
|
points: points,
|
|
230601
|
-
sampleAnswers: sampleAnswers
|
|
230601
|
+
sampleAnswers: sampleAnswers,
|
|
230602
|
+
maxPoints: maxPoints
|
|
230602
230603
|
}));
|
|
230603
230604
|
} else {
|
|
230604
230605
|
onChange(_objectSpread(_objectSpread({}, value), {}, {
|
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.2.3-next.
|
|
4
|
+
"version": "2.2.3-next.25+658a55358",
|
|
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.1.2-next.
|
|
11
|
-
"@pie-element/rubric": "^3.1.2-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.1.2-next.25+658a55358",
|
|
11
|
+
"@pie-element/rubric": "^3.1.2-next.25+658a55358",
|
|
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": "658a55358181271b508f7d550467eefadcd71544",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|