@pie-element/ebsr 10.2.9-next.20 → 10.2.9-next.22
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 +2 -2
- package/module/element.js +3 -3
- package/module/manifest.json +1 -1
- package/module/print.js +3 -3
- 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.7.1",
|
|
12
12
|
"@pie-framework/pie-configure-events": "^1.2.0",
|
|
13
|
-
"@pie-lib/pie-toolbox": "2.
|
|
13
|
+
"@pie-lib/pie-toolbox": "2.7.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.0.1/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.7.
|
|
3
|
+
import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@5.7.2/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
|
@@ -23436,7 +23436,7 @@ var _default = {
|
|
|
23436
23436
|
},
|
|
23437
23437
|
imageClozeAssociation: {
|
|
23438
23438
|
reachedLimit_one: 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
|
|
23439
|
-
reachedLimit_other: '
|
|
23439
|
+
reachedLimit_other: 'Full'
|
|
23440
23440
|
},
|
|
23441
23441
|
drawingResponse: {
|
|
23442
23442
|
fillColor: 'Fill color',
|
|
@@ -23532,7 +23532,7 @@ var _default = {
|
|
|
23532
23532
|
},
|
|
23533
23533
|
imageClozeAssociation: {
|
|
23534
23534
|
reachedLimit_one: 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
23535
|
-
reachedLimit_other: '
|
|
23535
|
+
reachedLimit_other: 'Lleno'
|
|
23536
23536
|
},
|
|
23537
23537
|
drawingResponse: {
|
|
23538
23538
|
fillColor: 'Color de relleno',
|
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.0.1/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.7.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@5.7.2/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;
|
|
@@ -8451,7 +8451,7 @@ var en = {};
|
|
|
8451
8451
|
},
|
|
8452
8452
|
imageClozeAssociation: {
|
|
8453
8453
|
reachedLimit_one: 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
|
|
8454
|
-
reachedLimit_other: '
|
|
8454
|
+
reachedLimit_other: 'Full'
|
|
8455
8455
|
},
|
|
8456
8456
|
drawingResponse: {
|
|
8457
8457
|
fillColor: 'Fill color',
|
|
@@ -8544,7 +8544,7 @@ var es = {};
|
|
|
8544
8544
|
},
|
|
8545
8545
|
imageClozeAssociation: {
|
|
8546
8546
|
reachedLimit_one: 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
8547
|
-
reachedLimit_other: '
|
|
8547
|
+
reachedLimit_other: 'Lleno'
|
|
8548
8548
|
},
|
|
8549
8549
|
drawingResponse: {
|
|
8550
8550
|
fillColor: 'Color de relleno',
|
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.0.1/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.7.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@5.7.2/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;
|
|
@@ -8414,7 +8414,7 @@ var en = {};
|
|
|
8414
8414
|
},
|
|
8415
8415
|
imageClozeAssociation: {
|
|
8416
8416
|
reachedLimit_one: 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
|
|
8417
|
-
reachedLimit_other: '
|
|
8417
|
+
reachedLimit_other: 'Full'
|
|
8418
8418
|
},
|
|
8419
8419
|
drawingResponse: {
|
|
8420
8420
|
fillColor: 'Fill color',
|
|
@@ -8507,7 +8507,7 @@ var es = {};
|
|
|
8507
8507
|
},
|
|
8508
8508
|
imageClozeAssociation: {
|
|
8509
8509
|
reachedLimit_one: 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
8510
|
-
reachedLimit_other: '
|
|
8510
|
+
reachedLimit_other: 'Lleno'
|
|
8511
8511
|
},
|
|
8512
8512
|
drawingResponse: {
|
|
8513
8513
|
fillColor: 'Color de relleno',
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "10.2.9-next.
|
|
3
|
+
"version": "10.2.9-next.22+6517bb532",
|
|
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.7.2-next.
|
|
10
|
+
"@pie-element/multiple-choice": "^9.7.2-next.22+6517bb532",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "2.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.7.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": "6517bb532d2b416fdf57525a3d50c62c83fdc543",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|