@pie-element/explicit-constructed-response 7.5.11-next.24 → 7.5.11-next.28
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 +27 -6
- package/module/manifest.json +2 -2
- package/module/print.js +27 -6
- 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
|
"classnames": "^2.2.6",
|
|
13
13
|
"debug": "^3.1.0",
|
|
14
14
|
"lodash": "^4.17.15",
|
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _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} from "../../../@pie-lib/pie-toolbox-module@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _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} 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/controller.js
CHANGED
|
@@ -7489,8 +7489,16 @@ var _default = {
|
|
|
7489
7489
|
},
|
|
7490
7490
|
charting: {
|
|
7491
7491
|
addCategory: 'Add category',
|
|
7492
|
+
actions: 'Actions',
|
|
7493
|
+
add: 'Add',
|
|
7494
|
+
"delete": 'Delete',
|
|
7492
7495
|
newLabel: 'New label',
|
|
7493
|
-
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
7496
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
7497
|
+
keyLegend: {
|
|
7498
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
7499
|
+
correctAnswer: 'Student correct answer',
|
|
7500
|
+
correctKeyAnswer: 'Answer key correct'
|
|
7501
|
+
}
|
|
7494
7502
|
},
|
|
7495
7503
|
graphing: {
|
|
7496
7504
|
point: 'Point',
|
|
@@ -7586,8 +7594,16 @@ var _default = {
|
|
|
7586
7594
|
},
|
|
7587
7595
|
charting: {
|
|
7588
7596
|
addCategory: 'Añadir categoría',
|
|
7597
|
+
actions: 'Acciones',
|
|
7598
|
+
add: 'Añadir',
|
|
7599
|
+
"delete": 'Eliminar',
|
|
7589
7600
|
newLabel: 'Nueva etiqueta',
|
|
7590
|
-
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
7601
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
7602
|
+
keyLegend: {
|
|
7603
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
7604
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
7605
|
+
correctKeyAnswer: 'Clave de respuesta correcta'
|
|
7606
|
+
}
|
|
7591
7607
|
},
|
|
7592
7608
|
graphing: {
|
|
7593
7609
|
point: 'Punto',
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _dll_pie_framework__mathquill, _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_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.2.0/module/index.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
5
5
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -106840,7 +106840,7 @@ var _interopRequireDefault$37 = interopRequireDefault.exports;
|
|
|
106840
106840
|
Object.defineProperty(color$1, "__esModule", {
|
|
106841
106841
|
value: true
|
|
106842
106842
|
});
|
|
106843
|
-
color$1.white = color$1.v = color$1.transparent = color$1.text = color$1.tertiaryLight = color$1.tertiary = color$1.secondaryText = color$1.secondaryLight = color$1.secondaryDark = color$1.secondaryBackground = color$1.secondary = color$1.primaryText = color$1.primaryLight = color$1.primaryDark = color$1.primary = color$1.missingWithIcon = color$1.missing = color$1.incorrectWithIcon = color$1.incorrectSecondary = color$1.incorrect = color$1.focusUncheckedBorder = color$1.focusUnchecked = color$1.focusCheckedBorder = color$1.focusChecked = color$1.disabledSecondary = color$1.disabled = color$1.defaults = color$1.correctWithIcon = color$1.correctSecondary = color$1.correct = color$1.borderLight = color$1.borderDark = color$1.border = color$1.black = color$1.backgroundDark = color$1.background = void 0;
|
|
106843
|
+
color$1.white = color$1.v = color$1.transparent = color$1.text = color$1.tertiaryLight = color$1.tertiary = color$1.secondaryText = color$1.secondaryLight = color$1.secondaryDark = color$1.secondaryBackground = color$1.secondary = color$1.primaryText = color$1.primaryLight = color$1.primaryDark = color$1.primary = color$1.missingWithIcon = color$1.missing = color$1.incorrectWithIcon = color$1.incorrectSecondary = color$1.incorrect = color$1.focusUncheckedBorder = color$1.focusUnchecked = color$1.focusCheckedBorder = color$1.focusChecked = color$1.fadedPrimary = color$1.disabledSecondary = color$1.disabled = color$1.defaults = color$1.correctWithIcon = color$1.correctSecondary = color$1.correct = color$1.borderLight = color$1.borderDark = color$1.border = color$1.black = color$1.backgroundDark = color$1.background = void 0;
|
|
106844
106844
|
var _green = _interopRequireDefault$37(green$1);
|
|
106845
106845
|
var _orange = _interopRequireDefault$37(orange$1);
|
|
106846
106846
|
var _pink = _interopRequireDefault$37(pink$1);
|
|
@@ -106878,7 +106878,8 @@ var defaults = {
|
|
|
106878
106878
|
FOCUS_CHECKED: '#BBDEFB',
|
|
106879
106879
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
106880
106880
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
106881
|
-
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
106881
|
+
FOCUS_UNCHECKED_BORDER: '#757575',
|
|
106882
|
+
FADED_PRIMARY: '#DCDAFB'
|
|
106882
106883
|
};
|
|
106883
106884
|
color$1.defaults = defaults;
|
|
106884
106885
|
Object.freeze(defaults);
|
|
@@ -106955,6 +106956,10 @@ var primaryText = function primaryText() {
|
|
|
106955
106956
|
return pv('primary-text', 'text', defaults.TEXT);
|
|
106956
106957
|
};
|
|
106957
106958
|
color$1.primaryText = primaryText;
|
|
106959
|
+
var fadedPrimary = function fadedPrimary() {
|
|
106960
|
+
return pv('faded-primary', defaults.FADED_PRIMARY);
|
|
106961
|
+
};
|
|
106962
|
+
color$1.fadedPrimary = fadedPrimary;
|
|
106958
106963
|
var secondary = function secondary() {
|
|
106959
106964
|
return pv('secondary', defaults.SECONDARY);
|
|
106960
106965
|
};
|
|
@@ -158763,8 +158768,16 @@ var en = {};
|
|
|
158763
158768
|
},
|
|
158764
158769
|
charting: {
|
|
158765
158770
|
addCategory: 'Add category',
|
|
158771
|
+
actions: 'Actions',
|
|
158772
|
+
add: 'Add',
|
|
158773
|
+
"delete": 'Delete',
|
|
158766
158774
|
newLabel: 'New label',
|
|
158767
|
-
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
158775
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
158776
|
+
keyLegend: {
|
|
158777
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
158778
|
+
correctAnswer: 'Student correct answer',
|
|
158779
|
+
correctKeyAnswer: 'Answer key correct'
|
|
158780
|
+
}
|
|
158768
158781
|
},
|
|
158769
158782
|
graphing: {
|
|
158770
158783
|
point: 'Point',
|
|
@@ -158857,8 +158870,16 @@ var es = {};
|
|
|
158857
158870
|
},
|
|
158858
158871
|
charting: {
|
|
158859
158872
|
addCategory: 'Añadir categoría',
|
|
158873
|
+
actions: 'Acciones',
|
|
158874
|
+
add: 'Añadir',
|
|
158875
|
+
"delete": 'Eliminar',
|
|
158860
158876
|
newLabel: 'Nueva etiqueta',
|
|
158861
|
-
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
158877
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
158878
|
+
keyLegend: {
|
|
158879
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
158880
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
158881
|
+
correctKeyAnswer: 'Clave de respuesta correcta'
|
|
158882
|
+
}
|
|
158862
158883
|
},
|
|
158863
158884
|
graphing: {
|
|
158864
158885
|
point: 'Punto',
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _dll_pie_framework__mathquill, _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_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.2.0/module/index.js";
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
5
5
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -106803,7 +106803,7 @@ var _interopRequireDefault$37 = interopRequireDefault.exports;
|
|
|
106803
106803
|
Object.defineProperty(color$1, "__esModule", {
|
|
106804
106804
|
value: true
|
|
106805
106805
|
});
|
|
106806
|
-
color$1.white = color$1.v = color$1.transparent = color$1.text = color$1.tertiaryLight = color$1.tertiary = color$1.secondaryText = color$1.secondaryLight = color$1.secondaryDark = color$1.secondaryBackground = color$1.secondary = color$1.primaryText = color$1.primaryLight = color$1.primaryDark = color$1.primary = color$1.missingWithIcon = color$1.missing = color$1.incorrectWithIcon = color$1.incorrectSecondary = color$1.incorrect = color$1.focusUncheckedBorder = color$1.focusUnchecked = color$1.focusCheckedBorder = color$1.focusChecked = color$1.disabledSecondary = color$1.disabled = color$1.defaults = color$1.correctWithIcon = color$1.correctSecondary = color$1.correct = color$1.borderLight = color$1.borderDark = color$1.border = color$1.black = color$1.backgroundDark = color$1.background = void 0;
|
|
106806
|
+
color$1.white = color$1.v = color$1.transparent = color$1.text = color$1.tertiaryLight = color$1.tertiary = color$1.secondaryText = color$1.secondaryLight = color$1.secondaryDark = color$1.secondaryBackground = color$1.secondary = color$1.primaryText = color$1.primaryLight = color$1.primaryDark = color$1.primary = color$1.missingWithIcon = color$1.missing = color$1.incorrectWithIcon = color$1.incorrectSecondary = color$1.incorrect = color$1.focusUncheckedBorder = color$1.focusUnchecked = color$1.focusCheckedBorder = color$1.focusChecked = color$1.fadedPrimary = color$1.disabledSecondary = color$1.disabled = color$1.defaults = color$1.correctWithIcon = color$1.correctSecondary = color$1.correct = color$1.borderLight = color$1.borderDark = color$1.border = color$1.black = color$1.backgroundDark = color$1.background = void 0;
|
|
106807
106807
|
var _green = _interopRequireDefault$37(green$1);
|
|
106808
106808
|
var _orange = _interopRequireDefault$37(orange$1);
|
|
106809
106809
|
var _pink = _interopRequireDefault$37(pink$1);
|
|
@@ -106841,7 +106841,8 @@ var defaults = {
|
|
|
106841
106841
|
FOCUS_CHECKED: '#BBDEFB',
|
|
106842
106842
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
106843
106843
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
106844
|
-
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
106844
|
+
FOCUS_UNCHECKED_BORDER: '#757575',
|
|
106845
|
+
FADED_PRIMARY: '#DCDAFB'
|
|
106845
106846
|
};
|
|
106846
106847
|
color$1.defaults = defaults;
|
|
106847
106848
|
Object.freeze(defaults);
|
|
@@ -106918,6 +106919,10 @@ var primaryText = function primaryText() {
|
|
|
106918
106919
|
return pv('primary-text', 'text', defaults.TEXT);
|
|
106919
106920
|
};
|
|
106920
106921
|
color$1.primaryText = primaryText;
|
|
106922
|
+
var fadedPrimary = function fadedPrimary() {
|
|
106923
|
+
return pv('faded-primary', defaults.FADED_PRIMARY);
|
|
106924
|
+
};
|
|
106925
|
+
color$1.fadedPrimary = fadedPrimary;
|
|
106921
106926
|
var secondary = function secondary() {
|
|
106922
106927
|
return pv('secondary', defaults.SECONDARY);
|
|
106923
106928
|
};
|
|
@@ -158726,8 +158731,16 @@ var en = {};
|
|
|
158726
158731
|
},
|
|
158727
158732
|
charting: {
|
|
158728
158733
|
addCategory: 'Add category',
|
|
158734
|
+
actions: 'Actions',
|
|
158735
|
+
add: 'Add',
|
|
158736
|
+
"delete": 'Delete',
|
|
158729
158737
|
newLabel: 'New label',
|
|
158730
|
-
reachedLimit_other: "There can't be more than {{count}} categories."
|
|
158738
|
+
reachedLimit_other: "There can't be more than {{count}} categories.",
|
|
158739
|
+
keyLegend: {
|
|
158740
|
+
incorrectAnswer: 'Student incorrect answer',
|
|
158741
|
+
correctAnswer: 'Student correct answer',
|
|
158742
|
+
correctKeyAnswer: 'Answer key correct'
|
|
158743
|
+
}
|
|
158731
158744
|
},
|
|
158732
158745
|
graphing: {
|
|
158733
158746
|
point: 'Point',
|
|
@@ -158820,8 +158833,16 @@ var es = {};
|
|
|
158820
158833
|
},
|
|
158821
158834
|
charting: {
|
|
158822
158835
|
addCategory: 'Añadir categoría',
|
|
158836
|
+
actions: 'Acciones',
|
|
158837
|
+
add: 'Añadir',
|
|
158838
|
+
"delete": 'Eliminar',
|
|
158823
158839
|
newLabel: 'Nueva etiqueta',
|
|
158824
|
-
reachedLimit_other: 'No puede haber más de {{count}} categorías.'
|
|
158840
|
+
reachedLimit_other: 'No puede haber más de {{count}} categorías.',
|
|
158841
|
+
keyLegend: {
|
|
158842
|
+
incorrectAnswer: 'Respuesta incorrecta del estudiante',
|
|
158843
|
+
correctAnswer: 'Respuesta correcta del estudiante',
|
|
158844
|
+
correctKeyAnswer: 'Clave de respuesta correcta'
|
|
158845
|
+
}
|
|
158825
158846
|
},
|
|
158826
158847
|
graphing: {
|
|
158827
158848
|
point: 'Punto',
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "7.5.11-next.
|
|
7
|
+
"version": "7.5.11-next.28+a54c512ca",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "2.
|
|
15
|
+
"@pie-lib/pie-toolbox": "2.21.0",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"he": "^1.2.0",
|
|
18
18
|
"lodash": "^4.17.10",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"author": "",
|
|
24
24
|
"license": "ISC",
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "a54c512ca8eb1da72fefd36f49571ee09d79821b",
|
|
26
26
|
"main": "lib/index.js",
|
|
27
27
|
"module": "src/index.js",
|
|
28
28
|
"exports": {
|