@pie-element/complex-rubric 2.3.3 → 2.3.4-next.10
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/module/configure.js +81525 -81458
- package/module/element.js +3 -2
- package/module/index.html +1 -1
- package/module/manifest.json +6 -2
- package/module/print.html +1 -1
- package/module/print.js +3 -2
- package/package.json +4 -4
package/module/element.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames,
|
|
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.0.8/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.0.0/module/index.js";
|
|
2
3
|
function _mergeNamespaces(n, m) {
|
|
3
4
|
m.forEach(function (e) {
|
|
4
5
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -8130,8 +8131,8 @@ Collapse$2.default = _default$2T;
|
|
|
8130
8131
|
})(Collapse$3);
|
|
8131
8132
|
var Collapse = getDefaultExportFromCjs(Collapse$3);
|
|
8132
8133
|
const React$j = _dll_react;
|
|
8133
|
-
const {color: color$4} = _dll_pie_lib__pie_toolbox_render_ui;
|
|
8134
8134
|
const PropTypes$a = _dll_prop_types;
|
|
8135
|
+
const {color: color$4} = _dll_pie_lib__pie_toolbox_render_ui;
|
|
8135
8136
|
const _jsxFileName$4 = "/home/circleci/repo/packages/rubric/src/main.jsx";
|
|
8136
8137
|
const RubricType = PropTypes$a.shape({
|
|
8137
8138
|
excludeZero: PropTypes$a.bool,
|
package/module/index.html
CHANGED
package/module/manifest.json
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"name": "@pie-lib/pie-toolbox-math-rendering-module",
|
|
7
|
+
"version": "1.0.8"
|
|
8
|
+
},
|
|
5
9
|
{
|
|
6
10
|
"name": "@pie-lib/pie-toolbox-module",
|
|
7
|
-
"version": "
|
|
11
|
+
"version": "4.0.0"
|
|
8
12
|
}
|
|
9
13
|
]
|
|
10
14
|
}
|
package/module/print.html
CHANGED
package/module/print.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames,
|
|
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.0.8/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.0.0/module/index.js";
|
|
2
3
|
function _mergeNamespaces(n, m) {
|
|
3
4
|
m.forEach(function (e) {
|
|
4
5
|
e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
|
|
@@ -8130,8 +8131,8 @@ Collapse$2.default = _default$2T;
|
|
|
8130
8131
|
})(Collapse$3);
|
|
8131
8132
|
var Collapse = getDefaultExportFromCjs(Collapse$3);
|
|
8132
8133
|
const React$j = _dll_react;
|
|
8133
|
-
const {color: color$4} = _dll_pie_lib__pie_toolbox_render_ui;
|
|
8134
8134
|
const PropTypes$a = _dll_prop_types;
|
|
8135
|
+
const {color: color$4} = _dll_pie_lib__pie_toolbox_render_ui;
|
|
8135
8136
|
const _jsxFileName$4 = "/home/circleci/repo/packages/rubric/src/main.jsx";
|
|
8136
8137
|
const RubricType = PropTypes$a.shape({
|
|
8137
8138
|
excludeZero: PropTypes$a.bool,
|
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.3.
|
|
4
|
+
"version": "2.3.4-next.10+2b10227bc",
|
|
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.3.
|
|
11
|
-
"@pie-element/rubric": "^3.2.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.3.3-next.10+2b10227bc",
|
|
11
|
+
"@pie-element/rubric": "^3.2.3-next.10+2b10227bc",
|
|
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": "2b10227bc36379a6823fd2573af39a5e725b417f",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|