@pie-element/math-templated 2.22.3-next.8 → 2.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 +6 -6
- 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
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_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_editable_html} 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) {
|
|
@@ -43069,7 +43069,7 @@ var mathJaxCustomKey = getMathJaxCustomKey();
|
|
|
43069
43069
|
var defaultOpts = function defaultOpts() {
|
|
43070
43070
|
return (0, _renderMath.getGlobal)().opts || ({});
|
|
43071
43071
|
};
|
|
43072
|
-
var initializeMathJax = function initializeMathJax(renderOpts,
|
|
43072
|
+
var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
43073
43073
|
window.MathJaxInitialised = true;
|
|
43074
43074
|
renderOpts = renderOpts || defaultOpts();
|
|
43075
43075
|
if ((!window.MathJax || window.MathJax.version !== MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
|
|
@@ -43114,8 +43114,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFul
|
|
|
43114
43114
|
MathJax.startup.defaultReady();
|
|
43115
43115
|
var globalObj = (0, _renderMath.getGlobal)();
|
|
43116
43116
|
globalObj.instance = MathJax;
|
|
43117
|
-
if (
|
|
43118
|
-
|
|
43117
|
+
if (callback) {
|
|
43118
|
+
callback();
|
|
43119
43119
|
}
|
|
43120
43120
|
window.MathJaxLoaded = true;
|
|
43121
43121
|
}
|
|
@@ -102838,9 +102838,9 @@ getDefaultExportFromCjs(mathRendering);
|
|
|
102838
102838
|
});
|
|
102839
102839
|
}
|
|
102840
102840
|
};
|
|
102841
|
-
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts) {
|
|
102841
|
+
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts, callback) {
|
|
102842
102842
|
if (!window.MathJaxInitialised) {
|
|
102843
|
-
(0, _mathjaxScript.initializeMathJax)(renderOpts,
|
|
102843
|
+
(0, _mathjaxScript.initializeMathJax)(renderOpts, callback);
|
|
102844
102844
|
}
|
|
102845
102845
|
};
|
|
102846
102846
|
exports.initializeMathJaxScript = initializeMathJaxScript;
|
package/module/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} 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) {
|
|
@@ -21864,7 +21864,7 @@ var mathJaxCustomKey = getMathJaxCustomKey();
|
|
|
21864
21864
|
var defaultOpts = function defaultOpts() {
|
|
21865
21865
|
return (0, _renderMath.getGlobal)().opts || ({});
|
|
21866
21866
|
};
|
|
21867
|
-
var initializeMathJax = function initializeMathJax(renderOpts,
|
|
21867
|
+
var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
21868
21868
|
window.MathJaxInitialised = true;
|
|
21869
21869
|
renderOpts = renderOpts || defaultOpts();
|
|
21870
21870
|
if ((!window.MathJax || window.MathJax.version !== MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
|
|
@@ -21909,8 +21909,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFul
|
|
|
21909
21909
|
MathJax.startup.defaultReady();
|
|
21910
21910
|
var globalObj = (0, _renderMath.getGlobal)();
|
|
21911
21911
|
globalObj.instance = MathJax;
|
|
21912
|
-
if (
|
|
21913
|
-
|
|
21912
|
+
if (callback) {
|
|
21913
|
+
callback();
|
|
21914
21914
|
}
|
|
21915
21915
|
window.MathJaxLoaded = true;
|
|
21916
21916
|
}
|
|
@@ -81773,9 +81773,9 @@ getDefaultExportFromCjs(mathRendering);
|
|
|
81773
81773
|
});
|
|
81774
81774
|
}
|
|
81775
81775
|
};
|
|
81776
|
-
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts) {
|
|
81776
|
+
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts, callback) {
|
|
81777
81777
|
if (!window.MathJaxInitialised) {
|
|
81778
|
-
(0, _mathjaxScript.initializeMathJax)(renderOpts,
|
|
81778
|
+
(0, _mathjaxScript.initializeMathJax)(renderOpts, callback);
|
|
81779
81779
|
}
|
|
81780
81780
|
};
|
|
81781
81781
|
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_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.0/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} 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) {
|
|
@@ -21827,7 +21827,7 @@ var mathJaxCustomKey = getMathJaxCustomKey();
|
|
|
21827
21827
|
var defaultOpts = function defaultOpts() {
|
|
21828
21828
|
return (0, _renderMath.getGlobal)().opts || ({});
|
|
21829
21829
|
};
|
|
21830
|
-
var initializeMathJax = function initializeMathJax(renderOpts,
|
|
21830
|
+
var initializeMathJax = function initializeMathJax(renderOpts, callback) {
|
|
21831
21831
|
window.MathJaxInitialised = true;
|
|
21832
21832
|
renderOpts = renderOpts || defaultOpts();
|
|
21833
21833
|
if ((!window.MathJax || window.MathJax.version !== MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
|
|
@@ -21872,8 +21872,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFul
|
|
|
21872
21872
|
MathJax.startup.defaultReady();
|
|
21873
21873
|
var globalObj = (0, _renderMath.getGlobal)();
|
|
21874
21874
|
globalObj.instance = MathJax;
|
|
21875
|
-
if (
|
|
21876
|
-
|
|
21875
|
+
if (callback) {
|
|
21876
|
+
callback();
|
|
21877
21877
|
}
|
|
21878
21878
|
window.MathJaxLoaded = true;
|
|
21879
21879
|
}
|
|
@@ -81736,9 +81736,9 @@ getDefaultExportFromCjs(mathRendering);
|
|
|
81736
81736
|
});
|
|
81737
81737
|
}
|
|
81738
81738
|
};
|
|
81739
|
-
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts) {
|
|
81739
|
+
var initializeMathJaxScript = function initializeMathJaxScript(renderOpts, callback) {
|
|
81740
81740
|
if (!window.MathJaxInitialised) {
|
|
81741
|
-
(0, _mathjaxScript.initializeMathJax)(renderOpts,
|
|
81741
|
+
(0, _mathjaxScript.initializeMathJax)(renderOpts, callback);
|
|
81742
81742
|
}
|
|
81743
81743
|
};
|
|
81744
81744
|
exports.initializeMathJaxScript = initializeMathJaxScript;
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.22.3-next.
|
|
7
|
+
"version": "2.22.3-next.9+3c03ce5c0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "1.31.
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.31.1",
|
|
13
13
|
"prop-types": "^15.6.1",
|
|
14
14
|
"react": "^16.8.1",
|
|
15
15
|
"react-dom": "^16.8.1"
|
|
16
16
|
},
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "3c03ce5c00ceb2effc1ad33190d18ec40b51a430",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|