@pie-element/multiple-choice 9.17.1-next.12 → 9.17.1-next.16
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/element.js +20 -4
- package/module/manifest.json +2 -2
- package/module/print.js +20 -4
- package/package.json +3 -3
package/configure/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@material-ui/core": "^3.9.2",
|
|
9
9
|
"@material-ui/icons": "^3.0.1",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "2.
|
|
11
|
+
"@pie-lib/pie-toolbox": "2.21.0",
|
|
12
12
|
"debug": "^3.1.0",
|
|
13
13
|
"lodash": "^4.17.15",
|
|
14
14
|
"prop-types": "^15.6.2",
|
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.2.0/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.2.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;
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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@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_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.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@8.2.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;
|
|
@@ -8434,8 +8434,16 @@ var en = {};
|
|
|
8434
8434
|
},
|
|
8435
8435
|
charting: {
|
|
8436
8436
|
addCategory: 'Add category',
|
|
8437
|
+
actions: 'Actions',
|
|
8438
|
+
add: 'Add',
|
|
8439
|
+
"delete": 'Delete',
|
|
8437
8440
|
newLabel: 'New label',
|
|
8438
|
-
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
8441
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
8442
|
+
keyLegend: {
|
|
8443
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
8444
|
+
correctAnswer: 'Student correct answer',
|
|
8445
|
+
correctKeyAnswer: 'Answer key correct'
|
|
8446
|
+
}
|
|
8439
8447
|
},
|
|
8440
8448
|
graphing: {
|
|
8441
8449
|
point: 'Point',
|
|
@@ -8528,8 +8536,16 @@ var es = {};
|
|
|
8528
8536
|
},
|
|
8529
8537
|
charting: {
|
|
8530
8538
|
addCategory: 'Añadir categoría',
|
|
8539
|
+
actions: 'Acciones',
|
|
8540
|
+
add: 'Añadir',
|
|
8541
|
+
"delete": 'Eliminar',
|
|
8531
8542
|
newLabel: 'Nueva etiqueta',
|
|
8532
|
-
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
8543
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
8544
|
+
keyLegend: {
|
|
8545
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
8546
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
8547
|
+
correctKeyAnswer: 'Clave de respuesta correcta'
|
|
8548
|
+
}
|
|
8533
8549
|
},
|
|
8534
8550
|
graphing: {
|
|
8535
8551
|
point: 'Punto',
|
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_lodash, _dll_pie_lib__pie_toolbox_math_rendering, _dll_debug} 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_lodash, _dll_pie_lib__pie_toolbox_math_rendering, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.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@8.2.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;
|
|
@@ -8434,8 +8434,16 @@ var en = {};
|
|
|
8434
8434
|
},
|
|
8435
8435
|
charting: {
|
|
8436
8436
|
addCategory: 'Add category',
|
|
8437
|
+
actions: 'Actions',
|
|
8438
|
+
add: 'Add',
|
|
8439
|
+
"delete": 'Delete',
|
|
8437
8440
|
newLabel: 'New label',
|
|
8438
|
-
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
8441
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
8442
|
+
keyLegend: {
|
|
8443
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
8444
|
+
correctAnswer: 'Student correct answer',
|
|
8445
|
+
correctKeyAnswer: 'Answer key correct'
|
|
8446
|
+
}
|
|
8439
8447
|
},
|
|
8440
8448
|
graphing: {
|
|
8441
8449
|
point: 'Point',
|
|
@@ -8528,8 +8536,16 @@ var es = {};
|
|
|
8528
8536
|
},
|
|
8529
8537
|
charting: {
|
|
8530
8538
|
addCategory: 'Añadir categoría',
|
|
8539
|
+
actions: 'Acciones',
|
|
8540
|
+
add: 'Añadir',
|
|
8541
|
+
"delete": 'Eliminar',
|
|
8531
8542
|
newLabel: 'Nueva etiqueta',
|
|
8532
|
-
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
8543
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
8544
|
+
keyLegend: {
|
|
8545
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
8546
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
8547
|
+
correctKeyAnswer: 'Clave de respuesta correcta'
|
|
8548
|
+
}
|
|
8533
8549
|
},
|
|
8534
8550
|
graphing: {
|
|
8535
8551
|
point: 'Punto',
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/multiple-choice",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "9.17.1-next.
|
|
4
|
+
"version": "9.17.1-next.16+a54c512ca",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
10
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "2.
|
|
11
|
+
"@pie-lib/pie-toolbox": "2.21.0",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"debug": "^4.1.1",
|
|
14
14
|
"enzyme-to-json": "^3.3.3",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"react-test-renderer": "^16.3.2",
|
|
20
20
|
"react-transition-group": "^2.3.1"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "a54c512ca8eb1da72fefd36f49571ee09d79821b",
|
|
23
23
|
"scripts": {
|
|
24
24
|
"postpublish": "../../scripts/postpublish"
|
|
25
25
|
},
|