@pie-element/ebsr 10.5.12-next.12 → 10.5.12-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.
@@ -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.20.0",
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",
@@ -7,7 +7,7 @@
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-lib/pie-toolbox": "2.20.0",
10
+ "@pie-lib/pie-toolbox": "2.21.0",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -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.4/module/index.js";
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.1.1/module/index.js";
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;
@@ -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.1.4/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.1.1/module/index.js";
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',
@@ -4,11 +4,11 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "5.1.4"
7
+ "version": "5.2.0"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
11
- "version": "8.1.1"
11
+ "version": "8.2.0"
12
12
  }
13
13
  ]
14
14
  }
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.1.4/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.1.1/module/index.js";
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.12+623de6583",
3
+ "version": "10.5.12-next.16+a54c512ca",
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.12+623de6583",
10
+ "@pie-element/multiple-choice": "^9.17.1-next.16+a54c512ca",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
- "@pie-lib/pie-toolbox": "2.20.0",
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": "623de6583988c99fe75f772ec673f3fc32cc8174",
19
+ "gitHead": "a54c512ca8eb1da72fefd36f49571ee09d79821b",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },