@pie-element/ebsr 10.2.10-next.0 → 10.2.10-next.5
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/configure.js +1 -1
- package/module/element.js +3 -3
- package/module/manifest.json +1 -1
- package/module/print.js +3 -3
- package/package.json +3 -3
package/module/configure.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.0
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.1.0/module/index.js";
|
|
2
2
|
import MultipleChoiceConfigure from '@pie-element/multiple-choice/configure/lib';
|
|
3
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 : {};
|
package/module/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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
|
+
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.1.0/module/index.js";
|
|
2
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) {
|
|
@@ -12334,7 +12334,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12334
12334
|
static __initStatic() {
|
|
12335
12335
|
this.propTypes = {
|
|
12336
12336
|
choiceMode: PropTypes$3.oneOf(['radio', 'checkbox']),
|
|
12337
|
-
displayKey: PropTypes$3.string
|
|
12337
|
+
displayKey: PropTypes$3.string,
|
|
12338
12338
|
checked: PropTypes$3.bool.isRequired,
|
|
12339
12339
|
correctness: PropTypes$3.string,
|
|
12340
12340
|
disabled: PropTypes$3.bool.isRequired,
|
|
@@ -12459,7 +12459,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12459
12459
|
fileName: _jsxFileName$3,
|
|
12460
12460
|
lineNumber: 263
|
|
12461
12461
|
}
|
|
12462
|
-
}), displayKey
|
|
12462
|
+
}), displayKey ? `${displayKey}.` : ''),
|
|
12463
12463
|
__self: this,
|
|
12464
12464
|
__source: {
|
|
12465
12465
|
fileName: _jsxFileName$3,
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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
|
+
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.1.0/module/index.js";
|
|
2
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) {
|
|
@@ -12297,7 +12297,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12297
12297
|
static __initStatic() {
|
|
12298
12298
|
this.propTypes = {
|
|
12299
12299
|
choiceMode: PropTypes$3.oneOf(['radio', 'checkbox']),
|
|
12300
|
-
displayKey: PropTypes$3.string
|
|
12300
|
+
displayKey: PropTypes$3.string,
|
|
12301
12301
|
checked: PropTypes$3.bool.isRequired,
|
|
12302
12302
|
correctness: PropTypes$3.string,
|
|
12303
12303
|
disabled: PropTypes$3.bool.isRequired,
|
|
@@ -12422,7 +12422,7 @@ class ChoiceInput extends React$4.Component {
|
|
|
12422
12422
|
fileName: _jsxFileName$3,
|
|
12423
12423
|
lineNumber: 263
|
|
12424
12424
|
}
|
|
12425
|
-
}), displayKey
|
|
12425
|
+
}), displayKey ? `${displayKey}.` : ''),
|
|
12426
12426
|
__self: this,
|
|
12427
12427
|
__source: {
|
|
12428
12428
|
fileName: _jsxFileName$3,
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "10.2.10-next.
|
|
3
|
+
"version": "10.2.10-next.5+75922d067",
|
|
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.3-next.
|
|
10
|
+
"@pie-element/multiple-choice": "^9.7.3-next.5+75922d067",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
12
|
"@pie-lib/pie-toolbox": "2.7.0",
|
|
13
13
|
"classnames": "^2.2.5",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"author": "pie framework developers",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "75922d0676250f6d5714747c7191cef245bbb1ff",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|