@pie-element/math-templated 3.6.7-next.2 → 3.6.7-next.6
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 +13 -2
- package/module/element.js +13 -2
- package/module/manifest.json +2 -2
- package/module/print.js +13 -2
- package/package.json +3 -3
package/configure/package.json
CHANGED
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_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@4.1.2/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@7.0.1/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;
|
|
@@ -115661,6 +115661,10 @@ const require$$23 = _dll_debug;
|
|
|
115661
115661
|
}
|
|
115662
115662
|
if (typeof window !== 'undefined') {
|
|
115663
115663
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
115664
|
+
if (window.MathJax && window.MathJax.Menu) {
|
|
115665
|
+
console.log('Prevent MathJax v2 from interfering with v3 MenuHandler');
|
|
115666
|
+
delete window.MathJax.Menu;
|
|
115667
|
+
}
|
|
115664
115668
|
}
|
|
115665
115669
|
var sreReady = false;
|
|
115666
115670
|
(0, _system.engineReady)().then(function () {
|
|
@@ -115789,6 +115793,13 @@ const require$$23 = _dll_debug;
|
|
|
115789
115793
|
console.error(err);
|
|
115790
115794
|
doc.typesetError(math, err);
|
|
115791
115795
|
},
|
|
115796
|
+
menuOptions: {
|
|
115797
|
+
settings: {
|
|
115798
|
+
assistiveMml: true,
|
|
115799
|
+
collapsible: false,
|
|
115800
|
+
explorer: false
|
|
115801
|
+
}
|
|
115802
|
+
},
|
|
115792
115803
|
sre: {
|
|
115793
115804
|
speech: 'deep'
|
|
115794
115805
|
},
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@
|
|
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@
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@4.1.2/module/index.js";
|
|
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@7.0.1/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) {
|
|
@@ -94917,6 +94917,10 @@ const require$$23$2 = _dll_debug;
|
|
|
94917
94917
|
}
|
|
94918
94918
|
if (typeof window !== 'undefined') {
|
|
94919
94919
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
94920
|
+
if (window.MathJax && window.MathJax.Menu) {
|
|
94921
|
+
console.log('Prevent MathJax v2 from interfering with v3 MenuHandler');
|
|
94922
|
+
delete window.MathJax.Menu;
|
|
94923
|
+
}
|
|
94920
94924
|
}
|
|
94921
94925
|
var sreReady = false;
|
|
94922
94926
|
(0, _system.engineReady)().then(function () {
|
|
@@ -95045,6 +95049,13 @@ const require$$23$2 = _dll_debug;
|
|
|
95045
95049
|
console.error(err);
|
|
95046
95050
|
doc.typesetError(math, err);
|
|
95047
95051
|
},
|
|
95052
|
+
menuOptions: {
|
|
95053
|
+
settings: {
|
|
95054
|
+
assistiveMml: true,
|
|
95055
|
+
collapsible: false,
|
|
95056
|
+
explorer: false
|
|
95057
|
+
}
|
|
95058
|
+
},
|
|
95048
95059
|
sre: {
|
|
95049
95060
|
speech: 'deep'
|
|
95050
95061
|
},
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@
|
|
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@
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@4.1.2/module/index.js";
|
|
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@7.0.1/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) {
|
|
@@ -94880,6 +94880,10 @@ const require$$23$2 = _dll_debug;
|
|
|
94880
94880
|
}
|
|
94881
94881
|
if (typeof window !== 'undefined') {
|
|
94882
94882
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
94883
|
+
if (window.MathJax && window.MathJax.Menu) {
|
|
94884
|
+
console.log('Prevent MathJax v2 from interfering with v3 MenuHandler');
|
|
94885
|
+
delete window.MathJax.Menu;
|
|
94886
|
+
}
|
|
94883
94887
|
}
|
|
94884
94888
|
var sreReady = false;
|
|
94885
94889
|
(0, _system.engineReady)().then(function () {
|
|
@@ -95008,6 +95012,13 @@ const require$$23$2 = _dll_debug;
|
|
|
95008
95012
|
console.error(err);
|
|
95009
95013
|
doc.typesetError(math, err);
|
|
95010
95014
|
},
|
|
95015
|
+
menuOptions: {
|
|
95016
|
+
settings: {
|
|
95017
|
+
assistiveMml: true,
|
|
95018
|
+
collapsible: false,
|
|
95019
|
+
explorer: false
|
|
95020
|
+
}
|
|
95021
|
+
},
|
|
95011
95022
|
sre: {
|
|
95012
95023
|
speech: 'deep'
|
|
95013
95024
|
},
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "3.6.7-next.
|
|
7
|
+
"version": "3.6.7-next.6+e5b8139f0",
|
|
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": "2.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.17.3",
|
|
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": "e5b8139f0c9d8b2a894051393c4d37fc33a09e84",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|