@pie-element/ebsr 10.5.12-next.29 → 10.5.12-next.31
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 +2 -2
- package/module/controller.js +8 -6
- package/module/element.js +10 -8
- package/module/manifest.json +2 -2
- package/module/print.js +10 -8
- 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.17.0",
|
|
12
12
|
"@pie-framework/pie-configure-events": "^1.2.0",
|
|
13
|
-
"@pie-lib/pie-toolbox": "2.
|
|
13
|
+
"@pie-lib/pie-toolbox": "2.22.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
|
-
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.3.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@8.
|
|
3
|
+
import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@8.3.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
|
@@ -6241,9 +6241,10 @@ var _default = {
|
|
|
6241
6241
|
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
6242
6242
|
},
|
|
6243
6243
|
selectText: {
|
|
6244
|
-
correctAnswerSelected: 'Correct
|
|
6245
|
-
correctAnswerNotSelected: 'Correct
|
|
6246
|
-
incorrectSelection: 'Incorrect
|
|
6244
|
+
correctAnswerSelected: 'Correct',
|
|
6245
|
+
correctAnswerNotSelected: 'Correct Answer Not Selected',
|
|
6246
|
+
incorrectSelection: 'Incorrect Selection',
|
|
6247
|
+
key: 'Key'
|
|
6247
6248
|
}
|
|
6248
6249
|
},
|
|
6249
6250
|
common: {
|
|
@@ -6346,9 +6347,10 @@ var _default = {
|
|
|
6346
6347
|
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
6347
6348
|
},
|
|
6348
6349
|
selectText: {
|
|
6349
|
-
correctAnswerSelected: 'Respuesta
|
|
6350
|
-
correctAnswerNotSelected: 'Respuesta
|
|
6351
|
-
incorrectSelection: 'Selección
|
|
6350
|
+
correctAnswerSelected: 'Respuesta Correcta',
|
|
6351
|
+
correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
|
|
6352
|
+
incorrectSelection: 'Selección Incorrecta',
|
|
6353
|
+
key: 'Clave'
|
|
6352
6354
|
}
|
|
6353
6355
|
},
|
|
6354
6356
|
common: {
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-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@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.3.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@8.3.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;
|
|
@@ -8509,9 +8509,10 @@ var en = {};
|
|
|
8509
8509
|
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
8510
8510
|
},
|
|
8511
8511
|
selectText: {
|
|
8512
|
-
correctAnswerSelected: 'Correct
|
|
8513
|
-
correctAnswerNotSelected: 'Correct
|
|
8514
|
-
incorrectSelection: 'Incorrect
|
|
8512
|
+
correctAnswerSelected: 'Correct',
|
|
8513
|
+
correctAnswerNotSelected: 'Correct Answer Not Selected',
|
|
8514
|
+
incorrectSelection: 'Incorrect Selection',
|
|
8515
|
+
key: 'Key'
|
|
8515
8516
|
}
|
|
8516
8517
|
},
|
|
8517
8518
|
common: {
|
|
@@ -8611,9 +8612,10 @@ var es = {};
|
|
|
8611
8612
|
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
8612
8613
|
},
|
|
8613
8614
|
selectText: {
|
|
8614
|
-
correctAnswerSelected: 'Respuesta
|
|
8615
|
-
correctAnswerNotSelected: 'Respuesta
|
|
8616
|
-
incorrectSelection: 'Selección
|
|
8615
|
+
correctAnswerSelected: 'Respuesta Correcta',
|
|
8616
|
+
correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
|
|
8617
|
+
incorrectSelection: 'Selección Incorrecta',
|
|
8618
|
+
key: 'Clave'
|
|
8617
8619
|
}
|
|
8618
8620
|
},
|
|
8619
8621
|
common: {
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-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@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.3.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@8.3.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;
|
|
@@ -8472,9 +8472,10 @@ var en = {};
|
|
|
8472
8472
|
minmaxSelections_range: 'Select between {{minSelections}} and {{maxSelections}}.'
|
|
8473
8473
|
},
|
|
8474
8474
|
selectText: {
|
|
8475
|
-
correctAnswerSelected: 'Correct
|
|
8476
|
-
correctAnswerNotSelected: 'Correct
|
|
8477
|
-
incorrectSelection: 'Incorrect
|
|
8475
|
+
correctAnswerSelected: 'Correct',
|
|
8476
|
+
correctAnswerNotSelected: 'Correct Answer Not Selected',
|
|
8477
|
+
incorrectSelection: 'Incorrect Selection',
|
|
8478
|
+
key: 'Key'
|
|
8478
8479
|
}
|
|
8479
8480
|
},
|
|
8480
8481
|
common: {
|
|
@@ -8574,9 +8575,10 @@ var es = {};
|
|
|
8574
8575
|
minmaxSelections_range: 'Seleccione entre {{minSelections}} y {{maxSelections}}.'
|
|
8575
8576
|
},
|
|
8576
8577
|
selectText: {
|
|
8577
|
-
correctAnswerSelected: 'Respuesta
|
|
8578
|
-
correctAnswerNotSelected: 'Respuesta
|
|
8579
|
-
incorrectSelection: 'Selección
|
|
8578
|
+
correctAnswerSelected: 'Respuesta Correcta',
|
|
8579
|
+
correctAnswerNotSelected: 'Respuesta Correcta No Seleccionada',
|
|
8580
|
+
incorrectSelection: 'Selección Incorrecta',
|
|
8581
|
+
key: 'Clave'
|
|
8580
8582
|
}
|
|
8581
8583
|
},
|
|
8582
8584
|
common: {
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "10.5.12-next.
|
|
3
|
+
"version": "10.5.12-next.31+a8aff00d0",
|
|
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.17.1-next.
|
|
10
|
+
"@pie-element/multiple-choice": "^9.17.1-next.31+a8aff00d0",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "2.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.22.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": "a8aff00d0f69994afe6a93c4d104bcf416d561b1",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|