@pie-element/math-templated 3.6.6-next.3 → 3.6.6-next.7
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/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/module/configure.js +3 -2
- package/module/element.js +3 -2
- package/module/manifest.json +1 -1
- package/module/print.js +3 -2
- package/package.json +3 -3
package/configure/package.json
CHANGED
package/controller/package.json
CHANGED
package/module/configure.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_editable_html} from "../../../@pie-lib/pie-toolbox-module@6.1.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;
|
|
@@ -42311,7 +42311,7 @@ var defaults$1 = {
|
|
|
42311
42311
|
FOCUS_CHECKED: '#BBDEFB',
|
|
42312
42312
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
42313
42313
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
42314
|
-
FOCUS_UNCHECKED_BORDER: '#
|
|
42314
|
+
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
42315
42315
|
};
|
|
42316
42316
|
color$1.defaults = defaults$1;
|
|
42317
42317
|
Object.freeze(defaults$1);
|
|
@@ -115840,6 +115840,7 @@ const require$$23 = _dll_debug;
|
|
|
115840
115840
|
var mathMl = toMMl(item.data.root);
|
|
115841
115841
|
var parsedMathMl = mathMl.replaceAll('\n', '');
|
|
115842
115842
|
item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
|
|
115843
|
+
item.data.typesetRoot.setAttribute('tabindex', '-1');
|
|
115843
115844
|
}
|
|
115844
115845
|
}
|
|
115845
115846
|
} catch (e) {
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} 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) {
|
|
@@ -95096,6 +95096,7 @@ const require$$23$2 = _dll_debug;
|
|
|
95096
95096
|
var mathMl = toMMl(item.data.root);
|
|
95097
95097
|
var parsedMathMl = mathMl.replaceAll('\n', '');
|
|
95098
95098
|
item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
|
|
95099
|
+
item.data.typesetRoot.setAttribute('tabindex', '-1');
|
|
95099
95100
|
}
|
|
95100
95101
|
}
|
|
95101
95102
|
} catch (e) {
|
|
@@ -138686,7 +138687,7 @@ var defaults = {
|
|
|
138686
138687
|
FOCUS_CHECKED: '#BBDEFB',
|
|
138687
138688
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
138688
138689
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
138689
|
-
FOCUS_UNCHECKED_BORDER: '#
|
|
138690
|
+
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
138690
138691
|
};
|
|
138691
138692
|
color$1.defaults = defaults;
|
|
138692
138693
|
Object.freeze(defaults);
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_framework__mathquill, _dll_pie_lib__pie_toolbox_math_rendering} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.8.7/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@6.1.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_math_input, _dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} 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) {
|
|
@@ -95059,6 +95059,7 @@ const require$$23$2 = _dll_debug;
|
|
|
95059
95059
|
var mathMl = toMMl(item.data.root);
|
|
95060
95060
|
var parsedMathMl = mathMl.replaceAll('\n', '');
|
|
95061
95061
|
item.data.typesetRoot.setAttribute('data-mathml', parsedMathMl);
|
|
95062
|
+
item.data.typesetRoot.setAttribute('tabindex', '-1');
|
|
95062
95063
|
}
|
|
95063
95064
|
}
|
|
95064
95065
|
} catch (e) {
|
|
@@ -138649,7 +138650,7 @@ var defaults = {
|
|
|
138649
138650
|
FOCUS_CHECKED: '#BBDEFB',
|
|
138650
138651
|
FOCUS_CHECKED_BORDER: '#1565C0',
|
|
138651
138652
|
FOCUS_UNCHECKED: '#E0E0E0',
|
|
138652
|
-
FOCUS_UNCHECKED_BORDER: '#
|
|
138653
|
+
FOCUS_UNCHECKED_BORDER: '#757575'
|
|
138653
138654
|
};
|
|
138654
138655
|
color$1.defaults = defaults;
|
|
138655
138656
|
Object.freeze(defaults);
|
package/package.json
CHANGED
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "3.6.6-next.
|
|
7
|
+
"version": "3.6.6-next.7+3d4ad6aa5",
|
|
8
8
|
"description": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "2.
|
|
12
|
+
"@pie-lib/pie-toolbox": "2.15.0",
|
|
13
13
|
"prop-types": "^15.6.1",
|
|
14
14
|
"react": "^16.8.1",
|
|
15
15
|
"react-dom": "^16.8.1"
|
|
16
16
|
},
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "3d4ad6aa5556736f98320556611933f270ae0023",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|