@pie-lib/graphing-module 1.12.4 → 1.13.1
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/module/index.js +92 -88
- package/module/manifest.json +8 -8
- package/package.json +1 -1
package/module/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.6.
|
|
2
|
-
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.7.
|
|
3
|
-
import {_dll_pie_lib__drag} from "../../drag-module@^2.
|
|
4
|
-
import {_dll_pie_lib__config_ui} from "../../config-module@^2.
|
|
1
|
+
import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.6.36/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.7.13/module/index.js";
|
|
3
|
+
import {_dll_pie_lib__drag} from "../../drag-module@^2.2.0/module/index.js";
|
|
4
|
+
import {_dll_pie_lib__config_ui} from "../../config-module@^2.10.1/module/index.js";
|
|
5
5
|
const PropTypes$E = _dll_prop_types;
|
|
6
6
|
const BaseDomainRangeType = {
|
|
7
7
|
min: PropTypes$E.number.isRequired,
|
|
@@ -17675,125 +17675,129 @@ instance.loadLanguages;
|
|
|
17675
17675
|
var en = {
|
|
17676
17676
|
translation: {
|
|
17677
17677
|
ebsr: {
|
|
17678
|
-
part:
|
|
17678
|
+
part: 'Part {{index}}'
|
|
17679
17679
|
},
|
|
17680
17680
|
numberLine: {
|
|
17681
|
-
addElementLimit_one:
|
|
17682
|
-
addElementLimit_other:
|
|
17683
|
-
clearAll:
|
|
17681
|
+
addElementLimit_one: 'You can only add {{count}} element',
|
|
17682
|
+
addElementLimit_other: 'You can only add {{count}} elements',
|
|
17683
|
+
clearAll: 'Clear all'
|
|
17684
17684
|
},
|
|
17685
17685
|
imageClozeAssociation: {
|
|
17686
|
-
reachedLimit_one:
|
|
17687
|
-
reachedLimit_other:
|
|
17686
|
+
reachedLimit_one: 'You’ve reached the limit of {{count}} response per area. To add another response, one must first be removed.',
|
|
17687
|
+
reachedLimit_other: 'You’ve reached the limit of {{count}} responses per area. To add another response, one must first be removed.'
|
|
17688
17688
|
},
|
|
17689
17689
|
drawingResponse: {
|
|
17690
|
-
fillColor:
|
|
17691
|
-
outlineColor:
|
|
17692
|
-
noFill:
|
|
17693
|
-
lightblue:
|
|
17694
|
-
lightyellow:
|
|
17695
|
-
red:
|
|
17696
|
-
orange:
|
|
17697
|
-
yellow:
|
|
17698
|
-
violet:
|
|
17699
|
-
blue:
|
|
17700
|
-
green:
|
|
17701
|
-
white:
|
|
17702
|
-
black:
|
|
17703
|
-
onDoubleClick:
|
|
17690
|
+
fillColor: 'Fill color',
|
|
17691
|
+
outlineColor: 'Outline color',
|
|
17692
|
+
noFill: 'No fill',
|
|
17693
|
+
lightblue: 'Light blue',
|
|
17694
|
+
lightyellow: 'Light yellow',
|
|
17695
|
+
red: 'Red',
|
|
17696
|
+
orange: 'Orange',
|
|
17697
|
+
yellow: 'Yellow',
|
|
17698
|
+
violet: 'Violet',
|
|
17699
|
+
blue: 'Blue',
|
|
17700
|
+
green: 'Green',
|
|
17701
|
+
white: 'White',
|
|
17702
|
+
black: 'Black',
|
|
17703
|
+
onDoubleClick: 'Double click to edit this text. Press Enter to submit.'
|
|
17704
17704
|
},
|
|
17705
17705
|
charting: {
|
|
17706
|
-
addCategory:
|
|
17707
|
-
newLabel:
|
|
17706
|
+
addCategory: 'Add category',
|
|
17707
|
+
newLabel: 'New label',
|
|
17708
|
+
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
17708
17709
|
},
|
|
17709
17710
|
graphing: {
|
|
17710
|
-
point:
|
|
17711
|
-
circle:
|
|
17712
|
-
line:
|
|
17713
|
-
parabola:
|
|
17714
|
-
polygon:
|
|
17715
|
-
ray:
|
|
17716
|
-
segment:
|
|
17717
|
-
sine:
|
|
17718
|
-
vector:
|
|
17719
|
-
label:
|
|
17720
|
-
redo:
|
|
17721
|
-
reset:
|
|
17711
|
+
point: 'Point',
|
|
17712
|
+
circle: 'Circle',
|
|
17713
|
+
line: 'Line',
|
|
17714
|
+
parabola: 'Parabola',
|
|
17715
|
+
polygon: 'Polygon',
|
|
17716
|
+
ray: 'Ray',
|
|
17717
|
+
segment: 'Segment',
|
|
17718
|
+
sine: 'Sine',
|
|
17719
|
+
vector: 'Vector',
|
|
17720
|
+
label: 'Label',
|
|
17721
|
+
redo: 'Redo',
|
|
17722
|
+
reset: 'Reset'
|
|
17722
17723
|
},
|
|
17723
17724
|
mathInline: {
|
|
17724
|
-
primaryCorrectWithAlternates:
|
|
17725
|
+
primaryCorrectWithAlternates: 'Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct.'
|
|
17725
17726
|
}
|
|
17726
17727
|
},
|
|
17727
17728
|
common: {
|
|
17728
|
-
undo:
|
|
17729
|
-
clearAll:
|
|
17730
|
-
correct:
|
|
17731
|
-
incorrect:
|
|
17732
|
-
showCorrectAnswer:
|
|
17733
|
-
hideCorrectAnswer:
|
|
17734
|
-
commonCorrectAnswerWithAlternates:
|
|
17729
|
+
undo: 'Undo',
|
|
17730
|
+
clearAll: 'Clear all',
|
|
17731
|
+
correct: 'Correct',
|
|
17732
|
+
incorrect: 'Incorrect',
|
|
17733
|
+
showCorrectAnswer: 'Show correct answer',
|
|
17734
|
+
hideCorrectAnswer: 'Hide correct answer',
|
|
17735
|
+
commonCorrectAnswerWithAlternates: 'Note: The answer shown above is the most common correct answer for this item. One or more additional correct answers are also defined, and will also be recognized as correct.',
|
|
17736
|
+
warning: 'Warning'
|
|
17735
17737
|
}
|
|
17736
17738
|
};
|
|
17737
17739
|
var es = {
|
|
17738
17740
|
translation: {
|
|
17739
17741
|
ebsr: {
|
|
17740
|
-
part:
|
|
17742
|
+
part: 'Parte {{index}}'
|
|
17741
17743
|
},
|
|
17742
17744
|
numberLine: {
|
|
17743
|
-
addElementLimit_one:
|
|
17744
|
-
addElementLimit_other:
|
|
17745
|
-
clearAll:
|
|
17745
|
+
addElementLimit_one: 'Solo puedes agregar {{count}} elemento',
|
|
17746
|
+
addElementLimit_other: 'Solo puedes agregar {{count}} elementos',
|
|
17747
|
+
clearAll: 'Borrar todo'
|
|
17746
17748
|
},
|
|
17747
17749
|
imageClozeAssociation: {
|
|
17748
|
-
reachedLimit_one:
|
|
17749
|
-
reachedLimit_other:
|
|
17750
|
+
reachedLimit_one: 'Has alcanzado el límite de {{count}} respuesta por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.',
|
|
17751
|
+
reachedLimit_other: 'Has alcanzado el límite de {{count}} respuestas por área. Para agregar otra respuesta, primero se debe eliminar una respuesta.'
|
|
17750
17752
|
},
|
|
17751
17753
|
drawingResponse: {
|
|
17752
|
-
fillColor:
|
|
17753
|
-
outlineColor:
|
|
17754
|
-
noFill:
|
|
17755
|
-
lightblue:
|
|
17756
|
-
lightyellow:
|
|
17757
|
-
red:
|
|
17758
|
-
orange:
|
|
17759
|
-
yellow:
|
|
17760
|
-
violet:
|
|
17761
|
-
blue:
|
|
17762
|
-
green:
|
|
17763
|
-
white:
|
|
17764
|
-
black:
|
|
17765
|
-
onDoubleClick:
|
|
17754
|
+
fillColor: 'Color de relleno',
|
|
17755
|
+
outlineColor: 'Color del contorno',
|
|
17756
|
+
noFill: 'Sin relleno',
|
|
17757
|
+
lightblue: 'Azul claro',
|
|
17758
|
+
lightyellow: 'Amarillo claro',
|
|
17759
|
+
red: 'Rojo',
|
|
17760
|
+
orange: 'Naranja',
|
|
17761
|
+
yellow: 'Amarillo',
|
|
17762
|
+
violet: 'Violeta',
|
|
17763
|
+
blue: 'Azul',
|
|
17764
|
+
green: 'Verde',
|
|
17765
|
+
white: 'Blanco',
|
|
17766
|
+
black: 'Negro',
|
|
17767
|
+
onDoubleClick: 'Haz doble clic para revisar este texto. Presiona el botón de ingreso para enviar'
|
|
17766
17768
|
},
|
|
17767
17769
|
charting: {
|
|
17768
|
-
addCategory:
|
|
17769
|
-
newLabel:
|
|
17770
|
+
addCategory: 'Añadir categoría',
|
|
17771
|
+
newLabel: 'Nueva etiqueta',
|
|
17772
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
17770
17773
|
},
|
|
17771
17774
|
graphing: {
|
|
17772
|
-
point:
|
|
17773
|
-
circle:
|
|
17774
|
-
line:
|
|
17775
|
-
parabola:
|
|
17776
|
-
polygon:
|
|
17777
|
-
ray:
|
|
17778
|
-
segment:
|
|
17779
|
-
sine:
|
|
17780
|
-
vector:
|
|
17781
|
-
label:
|
|
17782
|
-
redo:
|
|
17783
|
-
reset:
|
|
17775
|
+
point: 'Punto',
|
|
17776
|
+
circle: 'Circulo',
|
|
17777
|
+
line: 'Línea',
|
|
17778
|
+
parabola: 'Parábola',
|
|
17779
|
+
polygon: 'Polígono',
|
|
17780
|
+
ray: 'Semirrecta',
|
|
17781
|
+
segment: 'Segmento ',
|
|
17782
|
+
sine: 'Seno',
|
|
17783
|
+
vector: 'Vector',
|
|
17784
|
+
label: 'Etiqueta',
|
|
17785
|
+
redo: 'Rehacer',
|
|
17786
|
+
reset: 'Reiniciar'
|
|
17784
17787
|
},
|
|
17785
17788
|
mathInline: {
|
|
17786
|
-
primaryCorrectWithAlternates:
|
|
17789
|
+
primaryCorrectWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas.'
|
|
17787
17790
|
}
|
|
17788
17791
|
},
|
|
17789
17792
|
common: {
|
|
17790
|
-
undo:
|
|
17791
|
-
clearAll:
|
|
17792
|
-
correct:
|
|
17793
|
-
incorrect:
|
|
17794
|
-
showCorrectAnswer:
|
|
17795
|
-
hideCorrectAnswer:
|
|
17796
|
-
commonCorrectAnswerWithAlternates:
|
|
17793
|
+
undo: 'Deshacer',
|
|
17794
|
+
clearAll: 'Borrar todo',
|
|
17795
|
+
correct: 'Correct',
|
|
17796
|
+
incorrect: 'Incorrect',
|
|
17797
|
+
showCorrectAnswer: 'Mostrar respuesta correcta',
|
|
17798
|
+
hideCorrectAnswer: 'Ocultar respuesta correcta',
|
|
17799
|
+
commonCorrectAnswerWithAlternates: 'Nota: La respuesta que se muestra arriba es la respuesta correcta más común para esta pregunta. También se definen una o más respuestas correctas adicionales, y también se reconocerán como correctas.',
|
|
17800
|
+
warning: 'Advertencia'
|
|
17797
17801
|
}
|
|
17798
17802
|
};
|
|
17799
17803
|
instance.init({
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"versionInfo": {
|
|
11
11
|
"data": {
|
|
12
12
|
"@pie-lib/plot": {
|
|
13
|
-
"version": "2.
|
|
13
|
+
"version": "2.7.0"
|
|
14
14
|
},
|
|
15
15
|
"@pie-lib/graphing": {
|
|
16
|
-
"version": "2.
|
|
16
|
+
"version": "2.14.1"
|
|
17
17
|
},
|
|
18
18
|
"d3-scale": {
|
|
19
19
|
"version": "2.2.2"
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"version": "1.4.2"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"hash": "
|
|
25
|
+
"hash": "868c47201dedca0a60425201cb0e846c55f3c353"
|
|
26
26
|
},
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.6.
|
|
30
|
+
"version": "^1.6.36"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "@pie-lib/editable-html-module",
|
|
34
|
-
"version": "^3.7.
|
|
34
|
+
"version": "^3.7.13"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": "@pie-lib/drag-module",
|
|
38
|
-
"version": "^2.
|
|
38
|
+
"version": "^2.2.0"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "@pie-lib/config-module",
|
|
42
|
-
"version": "^2.
|
|
42
|
+
"version": "^2.10.1"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
45
45
|
"isLocal": true
|