@pie-element/complex-rubric 3.4.1-next.5 → 3.4.1
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/CHANGELOG.md +11 -0
- package/configure/CHANGELOG.md +8 -0
- package/configure/package.json +3 -3
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/module/configure.js +7 -4
- package/module/element.js +7 -4
- package/module/manifest.json +2 -2
- package/module/print.js +7 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@3.4.0...@pie-element/complex-rubric@3.4.1) (2025-02-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@3.3.8...@pie-element/complex-rubric@3.4.0) (2025-01-27)
|
|
7
18
|
|
|
8
19
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.5.0...@pie-element/complex-rubric-configure@2.5.1) (2025-02-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.4.8...@pie-element/complex-rubric-configure@2.5.0) (2025-01-27)
|
|
7
15
|
|
|
8
16
|
|
package/configure/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.1",
|
|
5
5
|
"description": "Complex Rubric authoring view",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"author": "Pie Framework Authors",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
|
-
"@pie-element/multi-trait-rubric": "^4.3.
|
|
12
|
-
"@pie-element/rubric": "^4.4.
|
|
11
|
+
"@pie-element/multi-trait-rubric": "^4.3.1",
|
|
12
|
+
"@pie-element/rubric": "^4.4.1",
|
|
13
13
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.15",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.18...@pie-element/complex-rubric-controller@3.0.19) (2025-02-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.0.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.17...@pie-element/complex-rubric-controller@3.0.18) (2025-01-27)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.19",
|
|
5
5
|
"description": "",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@pie-lib/pie-toolbox": "2.
|
|
10
|
+
"@pie-lib/pie-toolbox": "2.9.0",
|
|
11
11
|
"lodash": "^4.17.15"
|
|
12
12
|
},
|
|
13
13
|
"author": "",
|
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.2.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@5.
|
|
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@5.9.0/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) {
|
|
@@ -176533,7 +176533,10 @@ const require$$16$3 = _dll_classnames;
|
|
|
176533
176533
|
var useStyles = (0, _styles.withStyles)(function (theme) {
|
|
176534
176534
|
return {
|
|
176535
176535
|
content: {
|
|
176536
|
-
border: ("solid 0px ").concat(theme.palette.primary.main)
|
|
176536
|
+
border: ("solid 0px ").concat(theme.palette.primary.main),
|
|
176537
|
+
'& mjx-frac': {
|
|
176538
|
+
fontSize: '120% !important'
|
|
176539
|
+
}
|
|
176537
176540
|
},
|
|
176538
176541
|
chip: {
|
|
176539
176542
|
minWidth: '90px'
|
|
@@ -181065,7 +181068,7 @@ const require$$21 = _dll_debug;
|
|
|
181065
181068
|
if (typeof v === 'string') {
|
|
181066
181069
|
if (v.endsWith('%')) {
|
|
181067
181070
|
return undefined;
|
|
181068
|
-
} else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.match(calcRegex)) {
|
|
181071
|
+
} else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.endsWith('em') || v.match(calcRegex)) {
|
|
181069
181072
|
return v;
|
|
181070
181073
|
} else {
|
|
181071
181074
|
var value = parseInt(v, 10);
|
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@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.0/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.9.0/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) {
|
|
@@ -174607,7 +174607,10 @@ const require$$16$3 = _dll_classnames;
|
|
|
174607
174607
|
var useStyles = (0, _styles.withStyles)(function (theme) {
|
|
174608
174608
|
return {
|
|
174609
174609
|
content: {
|
|
174610
|
-
border: ("solid 0px ").concat(theme.palette.primary.main)
|
|
174610
|
+
border: ("solid 0px ").concat(theme.palette.primary.main),
|
|
174611
|
+
'& mjx-frac': {
|
|
174612
|
+
fontSize: '120% !important'
|
|
174613
|
+
}
|
|
174611
174614
|
},
|
|
174612
174615
|
chip: {
|
|
174613
174616
|
minWidth: '90px'
|
|
@@ -179139,7 +179142,7 @@ const require$$21 = _dll_debug;
|
|
|
179139
179142
|
if (typeof v === 'string') {
|
|
179140
179143
|
if (v.endsWith('%')) {
|
|
179141
179144
|
return undefined;
|
|
179142
|
-
} else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.match(calcRegex)) {
|
|
179145
|
+
} else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.endsWith('em') || v.match(calcRegex)) {
|
|
179143
179146
|
return v;
|
|
179144
179147
|
} else {
|
|
179145
179148
|
var value = parseInt(v, 10);
|
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@3.
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@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.0/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.9.0/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) {
|
|
@@ -174607,7 +174607,10 @@ const require$$16$3 = _dll_classnames;
|
|
|
174607
174607
|
var useStyles = (0, _styles.withStyles)(function (theme) {
|
|
174608
174608
|
return {
|
|
174609
174609
|
content: {
|
|
174610
|
-
border: ("solid 0px ").concat(theme.palette.primary.main)
|
|
174610
|
+
border: ("solid 0px ").concat(theme.palette.primary.main),
|
|
174611
|
+
'& mjx-frac': {
|
|
174612
|
+
fontSize: '120% !important'
|
|
174613
|
+
}
|
|
174611
174614
|
},
|
|
174612
174615
|
chip: {
|
|
174613
174616
|
minWidth: '90px'
|
|
@@ -179139,7 +179142,7 @@ const require$$21 = _dll_debug;
|
|
|
179139
179142
|
if (typeof v === 'string') {
|
|
179140
179143
|
if (v.endsWith('%')) {
|
|
179141
179144
|
return undefined;
|
|
179142
|
-
} else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.match(calcRegex)) {
|
|
179145
|
+
} else if (v.endsWith('px') || v.endsWith('vh') || v.endsWith('vw') || v.endsWith('ch') || v.endsWith('em') || v.match(calcRegex)) {
|
|
179143
179146
|
return v;
|
|
179144
179147
|
} else {
|
|
179145
179148
|
var value = parseInt(v, 10);
|
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.4.1
|
|
4
|
+
"version": "3.4.1",
|
|
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.3.1
|
|
11
|
-
"@pie-element/rubric": "^4.4.1
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.3.1",
|
|
11
|
+
"@pie-element/rubric": "^4.4.1",
|
|
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": "ebc70b9965c6e6ad3d608fec5dfe79b97dde72af",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|