@pie-element/math-templated 3.7.1-next.4 → 3.7.1

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@3.7.0...@pie-element/math-templated@3.7.1) (2025-06-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@3.6.7...@pie-element/math-templated@3.7.0) (2025-06-19)
7
18
 
8
19
 
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.5.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@2.5.8...@pie-element/math-templated-configure@2.5.9) (2025-06-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.5.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@2.5.7...@pie-element/math-templated-configure@2.5.8) (2025-06-19)
7
18
 
8
19
 
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-configure",
3
3
  "private": true,
4
- "version": "2.5.8",
4
+ "version": "2.5.9",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
10
  "@pie-framework/pie-configure-events": "^1.3.0",
11
- "@pie-lib/pie-toolbox": "2.18.0",
11
+ "@pie-lib/pie-toolbox": "2.18.1",
12
12
  "debug": "^3.1.0",
13
13
  "lodash": "^4.17.15",
14
14
  "prop-types": "^15.6.2",
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@3.3.0...@pie-element/math-templated-controller@3.3.1) (2025-06-25)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@3.2.7...@pie-element/math-templated-controller@3.3.0) (2025-06-19)
7
18
 
8
19
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/math-templated-controller",
3
3
  "private": true,
4
- "version": "3.3.0",
4
+ "version": "3.3.1",
5
5
  "description": "",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.js",
8
8
  "dependencies": {
9
9
  "@pie-framework/math-validation": "^1.4.0",
10
- "@pie-lib/pie-toolbox": "2.18.0",
10
+ "@pie-lib/pie-toolbox": "2.18.1",
11
11
  "debug": "^3.1.0",
12
12
  "lodash": "^4.17.15"
13
13
  },
@@ -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.1/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.0/module/index.js";
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 = _interopRequireDefault(global$1);
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["default"] !== null && _global["default"] !== void 0 && _global["default"].MathJax && _global["default"].MathJax.version !== _mathjax.mathjax.version) {
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["default"], {
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.1/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.0/module/index.js";
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 = _interopRequireDefault(global$1);
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["default"] !== null && _global["default"] !== void 0 && _global["default"].MathJax && _global["default"].MathJax.version !== _mathjax.mathjax.version) {
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["default"], {
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);
@@ -4,11 +4,11 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "5.0.1"
7
+ "version": "5.0.3"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
11
- "version": "8.0.0"
11
+ "version": "8.0.2"
12
12
  }
13
13
  ]
14
14
  }
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.1/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.0/module/index.js";
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 = _interopRequireDefault(global$1);
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["default"] !== null && _global["default"] !== void 0 && _global["default"].MathJax && _global["default"].MathJax.version !== _mathjax.mathjax.version) {
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["default"], {
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.4+4853adf4e",
7
+ "version": "3.7.1",
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.0",
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": "4853adf4eeab1a6c0aadeb938bd483152317a575",
19
+ "gitHead": "29d1a241caadaa6b16ac0e6885a2e3a744ec8f24",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },