@pie-element/complex-rubric 3.6.5 → 3.6.6-next.12
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 +4 -3
- package/module/element.js +4 -3
- package/module/index.html +1 -1
- package/module/manifest.json +3 -3
- package/module/print.html +1 -1
- package/module/print.js +4 -3
- 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@3.
|
|
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@3.9.0/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@6.1.
|
|
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@6.1.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) {
|
|
@@ -41345,7 +41345,7 @@ var defaults$2 = {
|
|
|
41345
41345
|
FOCUS_CHECKED: '#BBDEFB',
|
|
41346
41346
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
41347
41347
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
41348
|
-
FOCUS_UNCHECKED_BORDER: '#
|
|
41348
|
+
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
41349
41349
|
};
|
|
41350
41350
|
color$1.defaults = defaults$2;
|
|
41351
41351
|
Object.freeze(defaults$2);
|
|
@@ -114939,6 +114939,7 @@ const require$$23$2 = _dll_debug;
|
|
|
114939
114939
|
var mathMl = toMMl(item.data.root);
|
|
114940
114940
|
var parsedMathMl = mathMl.replaceAll('\n', '');
|
|
114941
114941
|
item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
|
|
114942
|
+
item.data.typesetRoot.setAttribute('tabindex', '-1');
|
|
114942
114943
|
}
|
|
114943
114944
|
}
|
|
114944
114945
|
} catch (e) {
|
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@3.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
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@3.9.0/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.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) {
|
|
@@ -59223,7 +59223,7 @@ var defaults = {
|
|
|
59223
59223
|
FOCUS_CHECKED: '#BBDEFB',
|
|
59224
59224
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
59225
59225
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
59226
|
-
FOCUS_UNCHECKED_BORDER: '#
|
|
59226
|
+
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
59227
59227
|
};
|
|
59228
59228
|
color.defaults = defaults;
|
|
59229
59229
|
Object.freeze(defaults);
|
|
@@ -132545,6 +132545,7 @@ const require$$23$2 = _dll_debug;
|
|
|
132545
132545
|
var mathMl = toMMl(item.data.root);
|
|
132546
132546
|
var parsedMathMl = mathMl.replaceAll('\n', '');
|
|
132547
132547
|
item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
|
|
132548
|
+
item.data.typesetRoot.setAttribute('tabindex', '-1');
|
|
132548
132549
|
}
|
|
132549
132550
|
}
|
|
132550
132551
|
} catch (e) {
|
package/module/index.html
CHANGED
package/module/manifest.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"name": "@pie-lib/pie-toolbox-math-rendering-module",
|
|
7
|
-
"version": "3.
|
|
7
|
+
"version": "3.9.0"
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"name": "@pie-lib/pie-toolbox-module",
|
|
11
|
-
"version": "6.1.
|
|
11
|
+
"version": "6.1.2"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
package/module/print.html
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@3.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
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@3.9.0/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@6.1.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) {
|
|
@@ -59223,7 +59223,7 @@ var defaults = {
|
|
|
59223
59223
|
FOCUS_CHECKED: '#BBDEFB',
|
|
59224
59224
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
59225
59225
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
59226
|
-
FOCUS_UNCHECKED_BORDER: '#
|
|
59226
|
+
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
59227
59227
|
};
|
|
59228
59228
|
color.defaults = defaults;
|
|
59229
59229
|
Object.freeze(defaults);
|
|
@@ -132545,6 +132545,7 @@ const require$$23$2 = _dll_debug;
|
|
|
132545
132545
|
var mathMl = toMMl(item.data.root);
|
|
132546
132546
|
var parsedMathMl = mathMl.replaceAll('\n', '');
|
|
132547
132547
|
item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
|
|
132548
|
+
item.data.typesetRoot.setAttribute('tabindex', '-1');
|
|
132548
132549
|
}
|
|
132549
132550
|
}
|
|
132550
132551
|
} catch (e) {
|
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.
|
|
4
|
+
"version": "3.6.6-next.12+86ecdd035",
|
|
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.
|
|
11
|
-
"@pie-element/rubric": "^4.7.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.5.6-next.12+86ecdd035",
|
|
11
|
+
"@pie-element/rubric": "^4.7.1-next.12+86ecdd035",
|
|
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": "86ecdd035c8bf5332a29dbd92434a0aeb1de19a8",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|