@pie-element/complex-rubric 3.6.7-next.4 → 3.6.7-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 +13 -2
- package/module/element.js +13 -2
- package/module/manifest.json +2 -2
- package/module/print.js +13 -2
- 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@
|
|
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@4.1.2/module/index.js";
|
|
2
2
|
import RubricConfigure from '@pie-element/rubric/configure/lib';
|
|
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@
|
|
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@7.0.1/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) {
|
|
@@ -114760,6 +114760,10 @@ const require$$23$2 = _dll_debug;
|
|
|
114760
114760
|
}
|
|
114761
114761
|
if (typeof window !== 'undefined') {
|
|
114762
114762
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
114763
|
+
if (window.MathJax && window.MathJax.Menu) {
|
|
114764
|
+
console.log('Prevent MathJax v2 from interfering with v3 MenuHandler');
|
|
114765
|
+
delete window.MathJax.Menu;
|
|
114766
|
+
}
|
|
114763
114767
|
}
|
|
114764
114768
|
var sreReady = false;
|
|
114765
114769
|
(0, _system.engineReady)().then(function () {
|
|
@@ -114888,6 +114892,13 @@ const require$$23$2 = _dll_debug;
|
|
|
114888
114892
|
console.error(err);
|
|
114889
114893
|
doc.typesetError(math, err);
|
|
114890
114894
|
},
|
|
114895
|
+
menuOptions: {
|
|
114896
|
+
settings: {
|
|
114897
|
+
assistiveMml: true,
|
|
114898
|
+
collapsible: false,
|
|
114899
|
+
explorer: false
|
|
114900
|
+
}
|
|
114901
|
+
},
|
|
114891
114902
|
sre: {
|
|
114892
114903
|
speech: 'deep'
|
|
114893
114904
|
},
|
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@
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@
|
|
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@4.1.2/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@7.0.1/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) {
|
|
@@ -132366,6 +132366,10 @@ const require$$23$2 = _dll_debug;
|
|
|
132366
132366
|
}
|
|
132367
132367
|
if (typeof window !== 'undefined') {
|
|
132368
132368
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
132369
|
+
if (window.MathJax && window.MathJax.Menu) {
|
|
132370
|
+
console.log('Prevent MathJax v2 from interfering with v3 MenuHandler');
|
|
132371
|
+
delete window.MathJax.Menu;
|
|
132372
|
+
}
|
|
132369
132373
|
}
|
|
132370
132374
|
var sreReady = false;
|
|
132371
132375
|
(0, _system.engineReady)().then(function () {
|
|
@@ -132494,6 +132498,13 @@ const require$$23$2 = _dll_debug;
|
|
|
132494
132498
|
console.error(err);
|
|
132495
132499
|
doc.typesetError(math, err);
|
|
132496
132500
|
},
|
|
132501
|
+
menuOptions: {
|
|
132502
|
+
settings: {
|
|
132503
|
+
assistiveMml: true,
|
|
132504
|
+
collapsible: false,
|
|
132505
|
+
explorer: false
|
|
132506
|
+
}
|
|
132507
|
+
},
|
|
132497
132508
|
sre: {
|
|
132498
132509
|
speech: 'deep'
|
|
132499
132510
|
},
|
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@
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@
|
|
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@4.1.2/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@7.0.1/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) {
|
|
@@ -132366,6 +132366,10 @@ const require$$23$2 = _dll_debug;
|
|
|
132366
132366
|
}
|
|
132367
132367
|
if (typeof window !== 'undefined') {
|
|
132368
132368
|
(0, _html.RegisterHTMLHandler)((0, _browserAdaptor.browserAdaptor)());
|
|
132369
|
+
if (window.MathJax && window.MathJax.Menu) {
|
|
132370
|
+
console.log('Prevent MathJax v2 from interfering with v3 MenuHandler');
|
|
132371
|
+
delete window.MathJax.Menu;
|
|
132372
|
+
}
|
|
132369
132373
|
}
|
|
132370
132374
|
var sreReady = false;
|
|
132371
132375
|
(0, _system.engineReady)().then(function () {
|
|
@@ -132494,6 +132498,13 @@ const require$$23$2 = _dll_debug;
|
|
|
132494
132498
|
console.error(err);
|
|
132495
132499
|
doc.typesetError(math, err);
|
|
132496
132500
|
},
|
|
132501
|
+
menuOptions: {
|
|
132502
|
+
settings: {
|
|
132503
|
+
assistiveMml: true,
|
|
132504
|
+
collapsible: false,
|
|
132505
|
+
explorer: false
|
|
132506
|
+
}
|
|
132507
|
+
},
|
|
132497
132508
|
sre: {
|
|
132498
132509
|
speech: 'deep'
|
|
132499
132510
|
},
|
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.7-next.
|
|
4
|
+
"version": "3.6.7-next.6+e5b8139f0",
|
|
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.7-next.
|
|
11
|
-
"@pie-element/rubric": "^4.7.2-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.5.7-next.6+e5b8139f0",
|
|
11
|
+
"@pie-element/rubric": "^4.7.2-next.6+e5b8139f0",
|
|
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": "e5b8139f0c9d8b2a894051393c4d37fc33a09e84",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|