@pie-element/ebsr 10.3.3-next.10 → 10.3.3-next.12
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/package.json +1 -1
- package/controller/package.json +1 -1
- package/module/configure.js +1 -1
- package/module/controller.js +8 -6
- package/module/element.js +9 -7
- package/module/manifest.json +1 -1
- package/module/print.js +9 -7
- package/package.json +4 -4
package/configure/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@pie-element/multiple-choice": "^9.9.1",
|
|
12
12
|
"@pie-framework/pie-configure-events": "^1.2.0",
|
|
13
|
-
"@pie-lib/pie-toolbox": "2.
|
|
13
|
+
"@pie-lib/pie-toolbox": "2.9.0",
|
|
14
14
|
"lodash": "^4.17.15",
|
|
15
15
|
"prop-types": "^15.6.2",
|
|
16
16
|
"react": "^16.8.1",
|
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.2.0/module/index.js";
|
|
2
2
|
import MultipleChoiceConfigure from '@pie-element/multiple-choice/configure/lib';
|
|
3
|
-
import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.
|
|
3
|
+
import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.9.0/module/index.js";
|
|
4
4
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
5
5
|
function getDefaultExportFromCjs(x) {
|
|
6
6
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
package/module/controller.js
CHANGED
|
@@ -23479,10 +23479,11 @@ var _default = {
|
|
|
23479
23479
|
primaryCorrectWithAlternates: 'Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct.'
|
|
23480
23480
|
},
|
|
23481
23481
|
multipleChoice: {
|
|
23482
|
-
|
|
23483
|
-
minSelections_other: 'This question requires at least {{minSelections}} answers.',
|
|
23482
|
+
minSelections: 'Select at least {{minSelections}}.',
|
|
23484
23483
|
maxSelections_one: 'Only {{maxSelections}} answer is allowed.',
|
|
23485
|
-
maxSelections_other: 'Only {{maxSelections}} answers are allowed.'
|
|
23484
|
+
maxSelections_other: 'Only {{maxSelections}} answers are allowed.',
|
|
23485
|
+
minmaxSelections_equal: 'Select {{minSelections}}.',
|
|
23486
|
+
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
23486
23487
|
},
|
|
23487
23488
|
selectText: {
|
|
23488
23489
|
correctAnswerSelected: 'Correct answer selected',
|
|
@@ -23575,10 +23576,11 @@ var _default = {
|
|
|
23575
23576
|
primaryCorrectWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas.'
|
|
23576
23577
|
},
|
|
23577
23578
|
multipleChoice: {
|
|
23578
|
-
|
|
23579
|
-
minSelections_other: 'Esta pregunta requiere al menos {{minSelections}} respuestas.',
|
|
23579
|
+
minSelections: 'Seleccione al menos {{minSelections}}.',
|
|
23580
23580
|
maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',
|
|
23581
|
-
maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.'
|
|
23581
|
+
maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',
|
|
23582
|
+
minmaxSelections_equal: 'Seleccione {{minSelections}}.',
|
|
23583
|
+
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
23582
23584
|
},
|
|
23583
23585
|
selectText: {
|
|
23584
23586
|
correctAnswerSelected: 'Respuesta correcta seleccionada',
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.2.0/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@5.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@5.9.0/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -8494,10 +8494,11 @@ var en = {};
|
|
|
8494
8494
|
primaryCorrectWithAlternates: 'Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct.'
|
|
8495
8495
|
},
|
|
8496
8496
|
multipleChoice: {
|
|
8497
|
-
|
|
8498
|
-
minSelections_other: 'This question requires at least {{minSelections}} answers.',
|
|
8497
|
+
minSelections: 'Select at least {{minSelections}}.',
|
|
8499
8498
|
maxSelections_one: 'Only {{maxSelections}} answer is allowed.',
|
|
8500
|
-
maxSelections_other: 'Only {{maxSelections}} answers are allowed.'
|
|
8499
|
+
maxSelections_other: 'Only {{maxSelections}} answers are allowed.',
|
|
8500
|
+
minmaxSelections_equal: 'Select {{minSelections}}.',
|
|
8501
|
+
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
8501
8502
|
},
|
|
8502
8503
|
selectText: {
|
|
8503
8504
|
correctAnswerSelected: 'Correct answer selected',
|
|
@@ -8587,10 +8588,11 @@ var es = {};
|
|
|
8587
8588
|
primaryCorrectWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas.'
|
|
8588
8589
|
},
|
|
8589
8590
|
multipleChoice: {
|
|
8590
|
-
|
|
8591
|
-
minSelections_other: 'Esta pregunta requiere al menos {{minSelections}} respuestas.',
|
|
8591
|
+
minSelections: 'Seleccione al menos {{minSelections}}.',
|
|
8592
8592
|
maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',
|
|
8593
|
-
maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.'
|
|
8593
|
+
maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',
|
|
8594
|
+
minmaxSelections_equal: 'Seleccione {{minSelections}}.',
|
|
8595
|
+
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
8594
8596
|
},
|
|
8595
8597
|
selectText: {
|
|
8596
8598
|
correctAnswerSelected: 'Respuesta correcta seleccionada',
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.2.0/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@5.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@5.9.0/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -8457,10 +8457,11 @@ var en = {};
|
|
|
8457
8457
|
primaryCorrectWithAlternates: 'Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct.'
|
|
8458
8458
|
},
|
|
8459
8459
|
multipleChoice: {
|
|
8460
|
-
|
|
8461
|
-
minSelections_other: 'This question requires at least {{minSelections}} answers.',
|
|
8460
|
+
minSelections: 'Select at least {{minSelections}}.',
|
|
8462
8461
|
maxSelections_one: 'Only {{maxSelections}} answer is allowed.',
|
|
8463
|
-
maxSelections_other: 'Only {{maxSelections}} answers are allowed.'
|
|
8462
|
+
maxSelections_other: 'Only {{maxSelections}} answers are allowed.',
|
|
8463
|
+
minmaxSelections_equal: 'Select {{minSelections}}.',
|
|
8464
|
+
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
8464
8465
|
},
|
|
8465
8466
|
selectText: {
|
|
8466
8467
|
correctAnswerSelected: 'Correct answer selected',
|
|
@@ -8550,10 +8551,11 @@ var es = {};
|
|
|
8550
8551
|
primaryCorrectWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas.'
|
|
8551
8552
|
},
|
|
8552
8553
|
multipleChoice: {
|
|
8553
|
-
|
|
8554
|
-
minSelections_other: 'Esta pregunta requiere al menos {{minSelections}} respuestas.',
|
|
8554
|
+
minSelections: 'Seleccione al menos {{minSelections}}.',
|
|
8555
8555
|
maxSelections_one: 'Sólo se permite {{maxSelections}} respuesta.',
|
|
8556
|
-
maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.'
|
|
8556
|
+
maxSelections_other: 'Sólo se permiten {{maxSelections}} respuestas.',
|
|
8557
|
+
minmaxSelections_equal: 'Seleccione {{minSelections}}.',
|
|
8558
|
+
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
8557
8559
|
},
|
|
8558
8560
|
selectText: {
|
|
8559
8561
|
correctAnswerSelected: 'Respuesta correcta seleccionada',
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "10.3.3-next.
|
|
3
|
+
"version": "10.3.3-next.12+87b282e00",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": "pie-framework/pie-elements",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@pie-element/multiple-choice": "^9.9.2-next.
|
|
10
|
+
"@pie-element/multiple-choice": "^9.9.2-next.12+87b282e00",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "2.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.9.0",
|
|
13
13
|
"classnames": "^2.2.5",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.11"
|
|
16
16
|
},
|
|
17
17
|
"author": "pie framework developers",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "87b282e0032de66385a8d361264a31d2b18a72ae",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|