@pie-element/complex-rubric 3.6.9-next.2 → 3.6.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.
- 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 +4 -4
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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@5.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} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.0.3/module/index.js";
|
|
2
2
|
import RubricConfigure from '@pie-element/rubric/configure/lib';
|
|
3
|
-
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@8.0.
|
|
3
|
+
import {_dll_pie_lib__pie_toolbox_render_ui, _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";
|
|
4
4
|
function _mergeNamespaces(n, m) {
|
|
5
5
|
m.forEach(function (e) {
|
|
6
6
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -114694,7 +114694,7 @@ const require$$24$1 = _dll_debug;
|
|
|
114694
114694
|
var _possibleConstructorReturn2 = _interopRequireDefault(possibleConstructorReturn$2.exports);
|
|
114695
114695
|
var _getPrototypeOf2 = _interopRequireDefault(getPrototypeOf$1.exports);
|
|
114696
114696
|
var _mathjax = mathjax;
|
|
114697
|
-
var _global =
|
|
114697
|
+
var _global = global$5;
|
|
114698
114698
|
var _assistiveMml = assistiveMml;
|
|
114699
114699
|
var _semanticEnrich = semanticEnrich;
|
|
114700
114700
|
var _MenuHandler = MenuHandler$1;
|
|
@@ -114871,20 +114871,18 @@ const require$$24$1 = _dll_debug;
|
|
|
114871
114871
|
},
|
|
114872
114872
|
FindMathML: new myFindMathML()
|
|
114873
114873
|
};
|
|
114874
|
-
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
114875
|
-
var htmlConfig = {
|
|
114876
|
-
fontURL: fontURL,
|
|
114877
|
-
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
114878
|
-
};
|
|
114879
114874
|
var cachedMathjax;
|
|
114880
|
-
if (_global
|
|
114875
|
+
if (_global.MathJax && _global.MathJax.version !== _mathjax.mathjax.version) {
|
|
114881
114876
|
window.MathJax._ = window.MathJax._ || ({});
|
|
114882
114877
|
window.MathJax.config = window.MathJax.config || ({});
|
|
114883
114878
|
cachedMathjax = window.MathJax;
|
|
114884
|
-
Object.assign(_global
|
|
114885
|
-
MathJax: _mathjax.mathjax
|
|
114886
|
-
});
|
|
114879
|
+
Object.assign(_global.MathJax, _mathjax.mathjax);
|
|
114887
114880
|
}
|
|
114881
|
+
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
114882
|
+
var htmlConfig = {
|
|
114883
|
+
fontURL: fontURL,
|
|
114884
|
+
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
114885
|
+
};
|
|
114888
114886
|
var mml = new _mathml.MathML(mmlConfig);
|
|
114889
114887
|
var customMmlFactory = new _MmlFactory.MmlFactory(_objectSpread(_objectSpread({}, _MmlFactory.MmlFactory.defaultNodes), _mstack.mmlNodes));
|
|
114890
114888
|
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_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.0.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.0.3/module/index.js";
|
|
2
|
+
import {_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) {
|
|
@@ -132264,7 +132264,7 @@ const require$$24$1 = _dll_debug;
|
|
|
132264
132264
|
var _possibleConstructorReturn2 = _interopRequireDefault(possibleConstructorReturn$2.exports);
|
|
132265
132265
|
var _getPrototypeOf2 = _interopRequireDefault(getPrototypeOf$1.exports);
|
|
132266
132266
|
var _mathjax = mathjax;
|
|
132267
|
-
var _global =
|
|
132267
|
+
var _global = global$5;
|
|
132268
132268
|
var _assistiveMml = assistiveMml;
|
|
132269
132269
|
var _semanticEnrich = semanticEnrich;
|
|
132270
132270
|
var _MenuHandler = MenuHandler$1;
|
|
@@ -132441,20 +132441,18 @@ const require$$24$1 = _dll_debug;
|
|
|
132441
132441
|
},
|
|
132442
132442
|
FindMathML: new myFindMathML()
|
|
132443
132443
|
};
|
|
132444
|
-
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
132445
|
-
var htmlConfig = {
|
|
132446
|
-
fontURL: fontURL,
|
|
132447
|
-
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
132448
|
-
};
|
|
132449
132444
|
var cachedMathjax;
|
|
132450
|
-
if (_global
|
|
132445
|
+
if (_global.MathJax && _global.MathJax.version !== _mathjax.mathjax.version) {
|
|
132451
132446
|
window.MathJax._ = window.MathJax._ || ({});
|
|
132452
132447
|
window.MathJax.config = window.MathJax.config || ({});
|
|
132453
132448
|
cachedMathjax = window.MathJax;
|
|
132454
|
-
Object.assign(_global
|
|
132455
|
-
MathJax: _mathjax.mathjax
|
|
132456
|
-
});
|
|
132449
|
+
Object.assign(_global.MathJax, _mathjax.mathjax);
|
|
132457
132450
|
}
|
|
132451
|
+
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
132452
|
+
var htmlConfig = {
|
|
132453
|
+
fontURL: fontURL,
|
|
132454
|
+
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
132455
|
+
};
|
|
132458
132456
|
var mml = new _mathml.MathML(mmlConfig);
|
|
132459
132457
|
var customMmlFactory = new _MmlFactory.MmlFactory(_objectSpread(_objectSpread({}, _MmlFactory.MmlFactory.defaultNodes), _mstack.mmlNodes));
|
|
132460
132458
|
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_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.0.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@8.0.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@5.0.3/module/index.js";
|
|
2
|
+
import {_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) {
|
|
@@ -132264,7 +132264,7 @@ const require$$24$1 = _dll_debug;
|
|
|
132264
132264
|
var _possibleConstructorReturn2 = _interopRequireDefault(possibleConstructorReturn$2.exports);
|
|
132265
132265
|
var _getPrototypeOf2 = _interopRequireDefault(getPrototypeOf$1.exports);
|
|
132266
132266
|
var _mathjax = mathjax;
|
|
132267
|
-
var _global =
|
|
132267
|
+
var _global = global$5;
|
|
132268
132268
|
var _assistiveMml = assistiveMml;
|
|
132269
132269
|
var _semanticEnrich = semanticEnrich;
|
|
132270
132270
|
var _MenuHandler = MenuHandler$1;
|
|
@@ -132441,20 +132441,18 @@ const require$$24$1 = _dll_debug;
|
|
|
132441
132441
|
},
|
|
132442
132442
|
FindMathML: new myFindMathML()
|
|
132443
132443
|
};
|
|
132444
|
-
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
132445
|
-
var htmlConfig = {
|
|
132446
|
-
fontURL: fontURL,
|
|
132447
|
-
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
132448
|
-
};
|
|
132449
132444
|
var cachedMathjax;
|
|
132450
|
-
if (_global
|
|
132445
|
+
if (_global.MathJax && _global.MathJax.version !== _mathjax.mathjax.version) {
|
|
132451
132446
|
window.MathJax._ = window.MathJax._ || ({});
|
|
132452
132447
|
window.MathJax.config = window.MathJax.config || ({});
|
|
132453
132448
|
cachedMathjax = window.MathJax;
|
|
132454
|
-
Object.assign(_global
|
|
132455
|
-
MathJax: _mathjax.mathjax
|
|
132456
|
-
});
|
|
132449
|
+
Object.assign(_global.MathJax, _mathjax.mathjax);
|
|
132457
132450
|
}
|
|
132451
|
+
var fontURL = ("https://unpkg.com/mathjax-full@").concat(_mathjax.mathjax.version, "/ts/output/chtml/fonts/tex-woff-v2");
|
|
132452
|
+
var htmlConfig = {
|
|
132453
|
+
fontURL: fontURL,
|
|
132454
|
+
wrapperFactory: new _WrapperFactory.CHTMLWrapperFactory(_objectSpread(_objectSpread({}, _WrapperFactory.CHTMLWrapperFactory.defaultNodes), _mstack.chtmlNodes))
|
|
132455
|
+
};
|
|
132458
132456
|
var mml = new _mathml.MathML(mmlConfig);
|
|
132459
132457
|
var customMmlFactory = new _MmlFactory.MmlFactory(_objectSpread(_objectSpread({}, _MmlFactory.MmlFactory.defaultNodes), _mstack.mmlNodes));
|
|
132460
132458
|
var classFactory = (0, _semanticEnrich.EnrichHandler)((0, _MenuHandler.MenuHandler)((0, _assistiveMml.AssistiveMmlHandler)(_mathjax.mathjax.handlers.handlesDocument(docProvided))), mml);
|
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": "3.6.9-next.
|
|
4
|
+
"version": "3.6.9-next.6+7055438a7",
|
|
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": "^4.5.9-next.
|
|
11
|
-
"@pie-element/rubric": "^4.8.1-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.5.9-next.6+7055438a7",
|
|
11
|
+
"@pie-element/rubric": "^4.8.1-next.6+7055438a7",
|
|
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": "
|
|
18
|
+
"gitHead": "7055438a7e054126f4c93d368e266afa77f323cb",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|