@pie-element/math-templated 3.7.1-next.2 → 3.7.1-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 +10 -12
- package/module/element.js +10 -12
- package/module/manifest.json +2 -2
- package/module/print.js +10 -12
- 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@5.0.
|
|
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@8.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.0.3/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@8.0.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) {
|
|
5
5
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -115595,7 +115595,7 @@ const require$$24 = _dll_debug;
|
|
|
115595
115595
|
var _possibleConstructorReturn2 = _interopRequireDefault(possibleConstructorReturn.exports);
|
|
115596
115596
|
var _getPrototypeOf2 = _interopRequireDefault(getPrototypeOf$1.exports);
|
|
115597
115597
|
var _mathjax = mathjax;
|
|
115598
|
-
var _global =
|
|
115598
|
+
var _global = global$1;
|
|
115599
115599
|
var _assistiveMml = assistiveMml;
|
|
115600
115600
|
var _semanticEnrich = semanticEnrich;
|
|
115601
115601
|
var _MenuHandler = MenuHandler$1;
|
|
@@ -115772,20 +115772,18 @@ const require$$24 = _dll_debug;
|
|
|
115772
115772
|
},
|
|
115773
115773
|
FindMathML: new myFindMathML()
|
|
115774
115774
|
};
|
|
115775
|
-
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
115776
|
-
var htmlConfig = {
|
|
115777
|
-
fontURL: fontURL,
|
|
115778
|
-
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
115779
|
-
};
|
|
115780
115775
|
var cachedMathjax;
|
|
115781
|
-
if (_global
|
|
115776
|
+
if (_global.MathJax && _global.MathJax.version !== _mathjax.mathjax.version) {
|
|
115782
115777
|
window.MathJax._ = window.MathJax._ || ({});
|
|
115783
115778
|
window.MathJax.config = window.MathJax.config || ({});
|
|
115784
115779
|
cachedMathjax = window.MathJax;
|
|
115785
|
-
Object.assign(_global
|
|
115786
|
-
MathJax: _mathjax.mathjax
|
|
115787
|
-
});
|
|
115780
|
+
Object.assign(_global.MathJax, _mathjax.mathjax);
|
|
115788
115781
|
}
|
|
115782
|
+
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
115783
|
+
var htmlConfig = {
|
|
115784
|
+
fontURL: fontURL,
|
|
115785
|
+
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
115786
|
+
};
|
|
115789
115787
|
var mml = new _mathml.MathML(mmlConfig);
|
|
115790
115788
|
var customMmlFactory = new _MmlFactory.MmlFactory(_objectSpread(_objectSpread({}, _MmlFactory.MmlFactory.defaultNodes), _mstack.mmlNodes));
|
|
115791
115789
|
var classFactory = (0, _semanticEnrich.EnrichHandler)((0, _MenuHandler.MenuHandler)((0, _assistiveMml.AssistiveMmlHandler)(_mathjax.mathjax.handlers.handlesDocument(docProvided))), mml);
|
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@5.0.
|
|
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@8.0.
|
|
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@5.0.3/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@8.0.2/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) {
|
|
@@ -94851,7 +94851,7 @@ const require$$24$1 = _dll_debug;
|
|
|
94851
94851
|
var _possibleConstructorReturn2 = _interopRequireDefault(possibleConstructorReturn$2.exports);
|
|
94852
94852
|
var _getPrototypeOf2 = _interopRequireDefault(getPrototypeOf$1.exports);
|
|
94853
94853
|
var _mathjax = mathjax;
|
|
94854
|
-
var _global =
|
|
94854
|
+
var _global = global$1;
|
|
94855
94855
|
var _assistiveMml = assistiveMml;
|
|
94856
94856
|
var _semanticEnrich = semanticEnrich;
|
|
94857
94857
|
var _MenuHandler = MenuHandler$1;
|
|
@@ -95028,20 +95028,18 @@ const require$$24$1 = _dll_debug;
|
|
|
95028
95028
|
},
|
|
95029
95029
|
FindMathML: new myFindMathML()
|
|
95030
95030
|
};
|
|
95031
|
-
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
95032
|
-
var htmlConfig = {
|
|
95033
|
-
fontURL: fontURL,
|
|
95034
|
-
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
95035
|
-
};
|
|
95036
95031
|
var cachedMathjax;
|
|
95037
|
-
if (_global
|
|
95032
|
+
if (_global.MathJax && _global.MathJax.version !== _mathjax.mathjax.version) {
|
|
95038
95033
|
window.MathJax._ = window.MathJax._ || ({});
|
|
95039
95034
|
window.MathJax.config = window.MathJax.config || ({});
|
|
95040
95035
|
cachedMathjax = window.MathJax;
|
|
95041
|
-
Object.assign(_global
|
|
95042
|
-
MathJax: _mathjax.mathjax
|
|
95043
|
-
});
|
|
95036
|
+
Object.assign(_global.MathJax, _mathjax.mathjax);
|
|
95044
95037
|
}
|
|
95038
|
+
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
95039
|
+
var htmlConfig = {
|
|
95040
|
+
fontURL: fontURL,
|
|
95041
|
+
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
95042
|
+
};
|
|
95045
95043
|
var mml = new _mathml.MathML(mmlConfig);
|
|
95046
95044
|
var customMmlFactory = new _MmlFactory.MmlFactory(_objectSpread(_objectSpread({}, _MmlFactory.MmlFactory.defaultNodes), _mstack.mmlNodes));
|
|
95047
95045
|
var classFactory = (0, _semanticEnrich.EnrichHandler)((0, _MenuHandler.MenuHandler)((0, _assistiveMml.AssistiveMmlHandler)(_mathjax.mathjax.handlers.handlesDocument(docProvided))), mml);
|
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@5.0.
|
|
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@8.0.
|
|
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@5.0.3/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@8.0.2/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) {
|
|
@@ -94814,7 +94814,7 @@ const require$$24$1 = _dll_debug;
|
|
|
94814
94814
|
var _possibleConstructorReturn2 = _interopRequireDefault(possibleConstructorReturn$2.exports);
|
|
94815
94815
|
var _getPrototypeOf2 = _interopRequireDefault(getPrototypeOf$1.exports);
|
|
94816
94816
|
var _mathjax = mathjax;
|
|
94817
|
-
var _global =
|
|
94817
|
+
var _global = global$1;
|
|
94818
94818
|
var _assistiveMml = assistiveMml;
|
|
94819
94819
|
var _semanticEnrich = semanticEnrich;
|
|
94820
94820
|
var _MenuHandler = MenuHandler$1;
|
|
@@ -94991,20 +94991,18 @@ const require$$24$1 = _dll_debug;
|
|
|
94991
94991
|
},
|
|
94992
94992
|
FindMathML: new myFindMathML()
|
|
94993
94993
|
};
|
|
94994
|
-
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
94995
|
-
var htmlConfig = {
|
|
94996
|
-
fontURL: fontURL,
|
|
94997
|
-
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
94998
|
-
};
|
|
94999
94994
|
var cachedMathjax;
|
|
95000
|
-
if (_global
|
|
94995
|
+
if (_global.MathJax && _global.MathJax.version !== _mathjax.mathjax.version) {
|
|
95001
94996
|
window.MathJax._ = window.MathJax._ || ({});
|
|
95002
94997
|
window.MathJax.config = window.MathJax.config || ({});
|
|
95003
94998
|
cachedMathjax = window.MathJax;
|
|
95004
|
-
Object.assign(_global
|
|
95005
|
-
MathJax: _mathjax.mathjax
|
|
95006
|
-
});
|
|
94999
|
+
Object.assign(_global.MathJax, _mathjax.mathjax);
|
|
95007
95000
|
}
|
|
95001
|
+
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
95002
|
+
var htmlConfig = {
|
|
95003
|
+
fontURL: fontURL,
|
|
95004
|
+
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
95005
|
+
};
|
|
95008
95006
|
var mml = new _mathml.MathML(mmlConfig);
|
|
95009
95007
|
var customMmlFactory = new _MmlFactory.MmlFactory(_objectSpread(_objectSpread({}, _MmlFactory.MmlFactory.defaultNodes), _mstack.mmlNodes));
|
|
95010
95008
|
var classFactory = (0, _semanticEnrich.EnrichHandler)((0, _MenuHandler.MenuHandler)((0, _assistiveMml.AssistiveMmlHandler)(_mathjax.mathjax.handlers.handlesDocument(docProvided))), mml);
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "3.7.1-next.
|
|
7
|
+
"version": "3.7.1-next.6+7055438a7",
|
|
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.18.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.18.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": "7055438a7e054126f4c93d368e266afa77f323cb",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|