@pie-element/explicit-constructed-response 7.5.9-next.4 → 7.5.9-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.
@@ -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": "2.18.0",
11
+ "@pie-lib/pie-toolbox": "2.18.1",
12
12
  "classnames": "^2.2.6",
13
13
  "debug": "^3.1.0",
14
14
  "lodash": "^4.17.15",
@@ -8,7 +8,7 @@
8
8
  "author": "",
9
9
  "license": "ISC",
10
10
  "dependencies": {
11
- "@pie-lib/pie-toolbox": "2.18.0",
11
+ "@pie-lib/pie-toolbox": "2.18.1",
12
12
  "debug": "^3.1.0",
13
13
  "he": "^1.2.0",
14
14
  "lodash": "^4.17.15",
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.0.1/module/index.js";
2
- import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} 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_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.0.3/module/index.js";
2
+ import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} 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;
package/module/element.js CHANGED
@@ -1,5 +1,5 @@
1
- import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _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_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.0.0/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _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_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} 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) {
@@ -92155,7 +92155,7 @@ const require$$24$1 = _dll_debug;
92155
92155
  var _possibleConstructorReturn2 = _interopRequireDefault(possibleConstructorReturn$3.exports);
92156
92156
  var _getPrototypeOf2 = _interopRequireDefault(getPrototypeOf$2.exports);
92157
92157
  var _mathjax = mathjax;
92158
- var _global = _interopRequireDefault(global$1);
92158
+ var _global = global$1;
92159
92159
  var _assistiveMml = assistiveMml;
92160
92160
  var _semanticEnrich = semanticEnrich;
92161
92161
  var _MenuHandler = MenuHandler$1;
@@ -92332,20 +92332,18 @@ const require$$24$1 = _dll_debug;
92332
92332
  },
92333
92333
  FindMathML: new myFindMathML()
92334
92334
  };
92335
- var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
92336
- var htmlConfig = {
92337
- fontURL: fontURL,
92338
- wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
92339
- };
92340
92335
  var cachedMathjax;
92341
- if (_global["default"] !== null && _global["default"] !== void 0 && _global["default"].MathJax && _global["default"].MathJax.version !== _mathjax.mathjax.version) {
92336
+ if (_global.MathJax && _global.MathJax.version !== _mathjax.mathjax.version) {
92342
92337
  window.MathJax._ = window.MathJax._ || ({});
92343
92338
  window.MathJax.config = window.MathJax.config || ({});
92344
92339
  cachedMathjax = window.MathJax;
92345
- Object.assign(_global["default"], {
92346
- MathJax: _mathjax.mathjax
92347
- });
92340
+ Object.assign(_global.MathJax, _mathjax.mathjax);
92348
92341
  }
92342
+ var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
92343
+ var htmlConfig = {
92344
+ fontURL: fontURL,
92345
+ wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
92346
+ };
92349
92347
  var mml = new _mathml.MathML(mmlConfig);
92350
92348
  var customMmlFactory = new _MmlFactory.MmlFactory(_objectSpread(_objectSpread({}, _MmlFactory.MmlFactory.defaultNodes), _mstack.mmlNodes));
92351
92349
  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_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _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_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.0.0/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_classnames, _dll_react_dom, _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_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} 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) {
@@ -92118,7 +92118,7 @@ const require$$24$1 = _dll_debug;
92118
92118
  var _possibleConstructorReturn2 = _interopRequireDefault(possibleConstructorReturn$3.exports);
92119
92119
  var _getPrototypeOf2 = _interopRequireDefault(getPrototypeOf$2.exports);
92120
92120
  var _mathjax = mathjax;
92121
- var _global = _interopRequireDefault(global$1);
92121
+ var _global = global$1;
92122
92122
  var _assistiveMml = assistiveMml;
92123
92123
  var _semanticEnrich = semanticEnrich;
92124
92124
  var _MenuHandler = MenuHandler$1;
@@ -92295,20 +92295,18 @@ const require$$24$1 = _dll_debug;
92295
92295
  },
92296
92296
  FindMathML: new myFindMathML()
92297
92297
  };
92298
- var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
92299
- var htmlConfig = {
92300
- fontURL: fontURL,
92301
- wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
92302
- };
92303
92298
  var cachedMathjax;
92304
- if (_global["default"] !== null && _global["default"] !== void 0 && _global["default"].MathJax && _global["default"].MathJax.version !== _mathjax.mathjax.version) {
92299
+ if (_global.MathJax && _global.MathJax.version !== _mathjax.mathjax.version) {
92305
92300
  window.MathJax._ = window.MathJax._ || ({});
92306
92301
  window.MathJax.config = window.MathJax.config || ({});
92307
92302
  cachedMathjax = window.MathJax;
92308
- Object.assign(_global["default"], {
92309
- MathJax: _mathjax.mathjax
92310
- });
92303
+ Object.assign(_global.MathJax, _mathjax.mathjax);
92311
92304
  }
92305
+ var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
92306
+ var htmlConfig = {
92307
+ fontURL: fontURL,
92308
+ wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
92309
+ };
92312
92310
  var mml = new _mathml.MathML(mmlConfig);
92313
92311
  var customMmlFactory = new _MmlFactory.MmlFactory(_objectSpread(_objectSpread({}, _MmlFactory.MmlFactory.defaultNodes), _mstack.mmlNodes));
92314
92312
  var classFactory = (0, _semanticEnrich.EnrichHandler)((0, _MenuHandler.MenuHandler)((0, _assistiveMml.AssistiveMmlHandler)(_mathjax.mathjax.handlers.handlesDocument(docProvided))), mml);
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "repository": "pie-framework/pie-elements",
7
- "version": "7.5.9-next.4+4853adf4e",
7
+ "version": "7.5.9-next.6+7055438a7",
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": "2.18.0",
15
+ "@pie-lib/pie-toolbox": "2.18.1",
16
16
  "classnames": "^2.2.5",
17
17
  "he": "^1.2.0",
18
18
  "lodash": "^4.17.10",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "author": "",
24
24
  "license": "ISC",
25
- "gitHead": "4853adf4eeab1a6c0aadeb938bd483152317a575",
25
+ "gitHead": "7055438a7e054126f4c93d368e266afa77f323cb",
26
26
  "main": "lib/index.js",
27
27
  "module": "src/index.js",
28
28
  "exports": {