@pie-element/ebsr 10.5.12-next.10 → 10.5.12-next.13
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 +18 -2
- package/module/element.js +20 -4
- package/module/manifest.json +2 -2
- package/module/print.js +20 -4
- 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.21.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.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@8.
|
|
3
|
+
import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@8.2.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
|
@@ -6203,8 +6203,16 @@ var _default = {
|
|
|
6203
6203
|
},
|
|
6204
6204
|
charting: {
|
|
6205
6205
|
addCategory: 'Add category',
|
|
6206
|
+
actions: 'Actions',
|
|
6207
|
+
add: 'Add',
|
|
6208
|
+
"delete": 'Delete',
|
|
6206
6209
|
newLabel: 'New label',
|
|
6207
|
-
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
6210
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
6211
|
+
keyLegend: {
|
|
6212
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
6213
|
+
correctAnswer: 'Student correct answer',
|
|
6214
|
+
correctKeyAnswer: 'Answer key correct'
|
|
6215
|
+
}
|
|
6208
6216
|
},
|
|
6209
6217
|
graphing: {
|
|
6210
6218
|
point: 'Point',
|
|
@@ -6300,8 +6308,16 @@ var _default = {
|
|
|
6300
6308
|
},
|
|
6301
6309
|
charting: {
|
|
6302
6310
|
addCategory: 'Añadir categoría',
|
|
6311
|
+
actions: 'Acciones',
|
|
6312
|
+
add: 'Añadir',
|
|
6313
|
+
"delete": 'Eliminar',
|
|
6303
6314
|
newLabel: 'Nueva etiqueta',
|
|
6304
|
-
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
6315
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
6316
|
+
keyLegend: {
|
|
6317
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
6318
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
6319
|
+
correctKeyAnswer: 'Clave de respuesta correcta'
|
|
6320
|
+
}
|
|
6305
6321
|
},
|
|
6306
6322
|
graphing: {
|
|
6307
6323
|
point: 'Punto',
|
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.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;
|
|
@@ -8471,8 +8471,16 @@ var en = {};
|
|
|
8471
8471
|
},
|
|
8472
8472
|
charting: {
|
|
8473
8473
|
addCategory: 'Add category',
|
|
8474
|
+
actions: 'Actions',
|
|
8475
|
+
add: 'Add',
|
|
8476
|
+
"delete": 'Delete',
|
|
8474
8477
|
newLabel: 'New label',
|
|
8475
|
-
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
8478
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
8479
|
+
keyLegend: {
|
|
8480
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
8481
|
+
correctAnswer: 'Student correct answer',
|
|
8482
|
+
correctKeyAnswer: 'Answer key correct'
|
|
8483
|
+
}
|
|
8476
8484
|
},
|
|
8477
8485
|
graphing: {
|
|
8478
8486
|
point: 'Point',
|
|
@@ -8565,8 +8573,16 @@ var es = {};
|
|
|
8565
8573
|
},
|
|
8566
8574
|
charting: {
|
|
8567
8575
|
addCategory: 'Añadir categoría',
|
|
8576
|
+
actions: 'Acciones',
|
|
8577
|
+
add: 'Añadir',
|
|
8578
|
+
"delete": 'Eliminar',
|
|
8568
8579
|
newLabel: 'Nueva etiqueta',
|
|
8569
|
-
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
8580
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
8581
|
+
keyLegend: {
|
|
8582
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
8583
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
8584
|
+
correctKeyAnswer: 'Clave de respuesta correcta'
|
|
8585
|
+
}
|
|
8570
8586
|
},
|
|
8571
8587
|
graphing: {
|
|
8572
8588
|
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_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.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,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "10.5.12-next.
|
|
3
|
+
"version": "10.5.12-next.13+921446674",
|
|
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.13+921446674",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "2.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.21.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": "92144667464f18c213c7ab1d769595e43b553dab",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|