@pie-element/explicit-constructed-response 6.22.3-next.8 → 6.22.3-next.9
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/element.js +6 -6
- package/module/manifest.json +1 -1
- package/module/print.js +6 -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": "1.31.
|
|
11
|
+
"@pie-lib/pie-toolbox": "1.31.1",
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/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) {
|
package/module/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/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) {
|
|
@@ -19168,7 +19168,7 @@ var mathJaxCustomKey = getMathJaxCustomKey();
|
|
|
19168
19168
|
var defaultOpts = function defaultOpts() {
|
|
19169
19169
|
return (0, _renderMath.getGlobal)().opts || ({});
|
|
19170
19170
|
};
|
|
19171
|
-
var initializeMathJax = function initializeMathJax(renderOpts,
|
|
19171
|
+
var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
19172
19172
|
window.MathJaxInitialised = true;
|
|
19173
19173
|
renderOpts = renderOpts || defaultOpts();
|
|
19174
19174
|
if ((!window.MathJax || window.MathJax.version !== MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
|
|
@@ -19213,8 +19213,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFul
|
|
|
19213
19213
|
MathJax.startup.defaultReady();
|
|
19214
19214
|
var globalObj = (0, _renderMath.getGlobal)();
|
|
19215
19215
|
globalObj.instance = MathJax;
|
|
19216
|
-
if (
|
|
19217
|
-
|
|
19216
|
+
if (callback) {
|
|
19217
|
+
callback();
|
|
19218
19218
|
}
|
|
19219
19219
|
window.MathJaxLoaded = true;
|
|
19220
19220
|
}
|
|
@@ -79077,9 +79077,9 @@ getDefaultExportFromCjs(mathRendering);
|
|
|
79077
79077
|
});
|
|
79078
79078
|
}
|
|
79079
79079
|
};
|
|
79080
|
-
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts) {
|
|
79080
|
+
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts, callback) {
|
|
79081
79081
|
if (!window.MathJaxInitialised) {
|
|
79082
|
-
(0, _mathjaxScript.initializeMathJax)(renderOpts,
|
|
79082
|
+
(0, _mathjaxScript.initializeMathJax)(renderOpts, callback);
|
|
79083
79083
|
}
|
|
79084
79084
|
};
|
|
79085
79085
|
exports.initializeMathJaxScript = initializeMathJaxScript;
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/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) {
|
|
@@ -19131,7 +19131,7 @@ var mathJaxCustomKey = getMathJaxCustomKey();
|
|
|
19131
19131
|
var defaultOpts = function defaultOpts() {
|
|
19132
19132
|
return (0, _renderMath.getGlobal)().opts || ({});
|
|
19133
19133
|
};
|
|
19134
|
-
var initializeMathJax = function initializeMathJax(renderOpts,
|
|
19134
|
+
var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
19135
19135
|
window.MathJaxInitialised = true;
|
|
19136
19136
|
renderOpts = renderOpts || defaultOpts();
|
|
19137
19137
|
if ((!window.MathJax || window.MathJax.version !== MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
|
|
@@ -19176,8 +19176,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFul
|
|
|
19176
19176
|
MathJax.startup.defaultReady();
|
|
19177
19177
|
var globalObj = (0, _renderMath.getGlobal)();
|
|
19178
19178
|
globalObj.instance = MathJax;
|
|
19179
|
-
if (
|
|
19180
|
-
|
|
19179
|
+
if (callback) {
|
|
19180
|
+
callback();
|
|
19181
19181
|
}
|
|
19182
19182
|
window.MathJaxLoaded = true;
|
|
19183
19183
|
}
|
|
@@ -79040,9 +79040,9 @@ getDefaultExportFromCjs(mathRendering);
|
|
|
79040
79040
|
});
|
|
79041
79041
|
}
|
|
79042
79042
|
};
|
|
79043
|
-
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts) {
|
|
79043
|
+
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts, callback) {
|
|
79044
79044
|
if (!window.MathJaxInitialised) {
|
|
79045
|
-
(0, _mathjaxScript.initializeMathJax)(renderOpts,
|
|
79045
|
+
(0, _mathjaxScript.initializeMathJax)(renderOpts, callback);
|
|
79046
79046
|
}
|
|
79047
79047
|
};
|
|
79048
79048
|
exports.initializeMathJaxScript = initializeMathJaxScript;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "6.22.3-next.
|
|
7
|
+
"version": "6.22.3-next.9+3c03ce5c0",
|
|
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": "1.31.
|
|
15
|
+
"@pie-lib/pie-toolbox": "1.31.1",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"lodash": "^4.17.10",
|
|
18
18
|
"prop-types": "^15.6.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "3c03ce5c00ceb2effc1ad33190d18ec40b51a430",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js",
|
|
27
27
|
"exports": {
|