@pie-element/complex-rubric 2.19.3-next.8 → 2.19.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.
@@ -7,7 +7,7 @@
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-lib/pie-toolbox": "1.31.0",
10
+ "@pie-lib/pie-toolbox": "1.31.1",
11
11
  "lodash": "^4.17.15"
12
12
  },
13
13
  "author": "",
@@ -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_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.23.2/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} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.0/module/index.js";
2
2
  import RubricConfigure from '@pie-element/rubric/configure/lib';
3
3
  import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/module/index.js";
4
4
  function _mergeNamespaces(n, m) {
@@ -42054,7 +42054,7 @@ var mathJaxCustomKey = getMathJaxCustomKey();
42054
42054
  var defaultOpts = function defaultOpts() {
42055
42055
  return (0, _renderMath.getGlobal)().opts || ({});
42056
42056
  };
42057
- var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFullPage) {
42057
+ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
42058
42058
  window.MathJaxInitialised = true;
42059
42059
  renderOpts = renderOpts || defaultOpts();
42060
42060
  if ((!window.MathJax || window.MathJax.version !== MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
@@ -42099,8 +42099,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFul
42099
42099
  MathJax.startup.defaultReady();
42100
42100
  var globalObj = (0, _renderMath.getGlobal)();
42101
42101
  globalObj.instance = MathJax;
42102
- if (processMathJaxFullPage) {
42103
- processMathJaxFullPage();
42102
+ if (callback) {
42103
+ callback();
42104
42104
  }
42105
42105
  window.MathJaxLoaded = true;
42106
42106
  }
@@ -101888,9 +101888,9 @@ getDefaultExportFromCjs(mathRendering);
101888
101888
  });
101889
101889
  }
101890
101890
  };
101891
- var initializeMathJaxScript = function initializeMathJaxScript(renderOpts) {
101891
+ var initializeMathJaxScript = function initializeMathJaxScript(renderOpts, callback) {
101892
101892
  if (!window.MathJaxInitialised) {
101893
- (0, _mathjaxScript.initializeMathJax)(renderOpts, processMathJaxFullPage);
101893
+ (0, _mathjaxScript.initializeMathJax)(renderOpts, callback);
101894
101894
  }
101895
101895
  };
101896
101896
  exports.initializeMathJaxScript = initializeMathJaxScript;
package/module/element.js CHANGED
@@ -1,4 +1,4 @@
1
- import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.23.2/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _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_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/module/index.js";
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
@@ -65380,7 +65380,7 @@ var mathJaxCustomKey = getMathJaxCustomKey();
65380
65380
  var defaultOpts = function defaultOpts() {
65381
65381
  return (0, _renderMath.getGlobal)().opts || ({});
65382
65382
  };
65383
- var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFullPage) {
65383
+ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
65384
65384
  window.MathJaxInitialised = true;
65385
65385
  renderOpts = renderOpts || defaultOpts();
65386
65386
  if ((!window.MathJax || window.MathJax.version !== MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
@@ -65425,8 +65425,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFul
65425
65425
  MathJax.startup.defaultReady();
65426
65426
  var globalObj = (0, _renderMath.getGlobal)();
65427
65427
  globalObj.instance = MathJax;
65428
- if (processMathJaxFullPage) {
65429
- processMathJaxFullPage();
65428
+ if (callback) {
65429
+ callback();
65430
65430
  }
65431
65431
  window.MathJaxLoaded = true;
65432
65432
  }
@@ -125149,9 +125149,9 @@ getDefaultExportFromCjs(mathRendering);
125149
125149
  });
125150
125150
  }
125151
125151
  };
125152
- var initializeMathJaxScript = function initializeMathJaxScript(renderOpts) {
125152
+ var initializeMathJaxScript = function initializeMathJaxScript(renderOpts, callback) {
125153
125153
  if (!window.MathJaxInitialised) {
125154
- (0, _mathjaxScript.initializeMathJax)(renderOpts, processMathJaxFullPage);
125154
+ (0, _mathjaxScript.initializeMathJax)(renderOpts, callback);
125155
125155
  }
125156
125156
  };
125157
125157
  exports.initializeMathJaxScript = initializeMathJaxScript;
@@ -4,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "name": "@pie-lib/pie-toolbox-math-rendering-module",
7
- "version": "1.23.2"
7
+ "version": "1.24.0"
8
8
  },
9
9
  {
10
10
  "name": "@pie-lib/pie-toolbox-module",
package/module/print.js CHANGED
@@ -1,4 +1,4 @@
1
- import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.23.2/module/index.js";
1
+ import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_lodash, _dll_react_dom_server, _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_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/module/index.js";
3
3
  function _mergeNamespaces(n, m) {
4
4
  m.forEach(function (e) {
@@ -65380,7 +65380,7 @@ var mathJaxCustomKey = getMathJaxCustomKey();
65380
65380
  var defaultOpts = function defaultOpts() {
65381
65381
  return (0, _renderMath.getGlobal)().opts || ({});
65382
65382
  };
65383
- var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFullPage) {
65383
+ var initializeMathJax = function initializeMathJax(renderOpts, callback) {
65384
65384
  window.MathJaxInitialised = true;
65385
65385
  renderOpts = renderOpts || defaultOpts();
65386
65386
  if ((!window.MathJax || window.MathJax.version !== MathJaxVersion) && !window.mathjaxLoadedP || mathJaxCustomKey && mathJaxCustomKey !== mathRenderingAccessibleKEY) {
@@ -65425,8 +65425,8 @@ var initializeMathJax = function initializeMathJax(renderOpts, processMathJaxFul
65425
65425
  MathJax.startup.defaultReady();
65426
65426
  var globalObj = (0, _renderMath.getGlobal)();
65427
65427
  globalObj.instance = MathJax;
65428
- if (processMathJaxFullPage) {
65429
- processMathJaxFullPage();
65428
+ if (callback) {
65429
+ callback();
65430
65430
  }
65431
65431
  window.MathJaxLoaded = true;
65432
65432
  }
@@ -125149,9 +125149,9 @@ getDefaultExportFromCjs(mathRendering);
125149
125149
  });
125150
125150
  }
125151
125151
  };
125152
- var initializeMathJaxScript = function initializeMathJaxScript(renderOpts) {
125152
+ var initializeMathJaxScript = function initializeMathJaxScript(renderOpts, callback) {
125153
125153
  if (!window.MathJaxInitialised) {
125154
- (0, _mathjaxScript.initializeMathJax)(renderOpts, processMathJaxFullPage);
125154
+ (0, _mathjaxScript.initializeMathJax)(renderOpts, callback);
125155
125155
  }
125156
125156
  };
125157
125157
  exports.initializeMathJaxScript = initializeMathJaxScript;
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "2.19.3-next.8+1dd6cd9ce",
4
+ "version": "2.19.3-next.9+3c03ce5c0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^3.19.3-next.8+1dd6cd9ce",
11
- "@pie-element/rubric": "^3.19.3-next.8+1dd6cd9ce",
10
+ "@pie-element/multi-trait-rubric": "^3.19.3-next.9+3c03ce5c0",
11
+ "@pie-element/rubric": "^3.19.3-next.9+3c03ce5c0",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "classnames": "^2.2.5",
14
14
  "debug": "^4.1.1",
15
15
  "lodash": "^4.17.11",
16
16
  "prop-types": "^15.7.2"
17
17
  },
18
- "gitHead": "1dd6cd9ce2b68e511748963f567e94c1af5cb32c",
18
+ "gitHead": "3c03ce5c00ceb2effc1ad33190d18ec40b51a430",
19
19
  "scripts": {
20
20
  "postpublish": "../../scripts/postpublish"
21
21
  },