@pie-element/complex-rubric 3.6.1-next.9 → 3.6.2-next.0
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 +11 -10
- package/module/element.js +11 -10
- package/module/index.html +1 -1
- package/module/manifest.json +2 -2
- package/module/print.html +1 -1
- package/module/print.js +11 -10
- 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.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@3.6.0...@pie-element/complex-rubric@3.6.1) (2025-04-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@3.5.0...@pie-element/complex-rubric@3.6.0) (2025-04-01)
|
|
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.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.1...@pie-element/complex-rubric-configure@2.6.2) (2025-04-10)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.6.0...@pie-element/complex-rubric-configure@2.6.1) (2025-04-01)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
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.6.
|
|
4
|
+
"version": "2.6.2",
|
|
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.5.
|
|
12
|
-
"@pie-element/rubric": "^4.6.
|
|
11
|
+
"@pie-element/multi-trait-rubric": "^4.5.1",
|
|
12
|
+
"@pie-element/rubric": "^4.6.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.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.0...@pie-element/complex-rubric-controller@3.1.1) (2025-04-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.28...@pie-element/complex-rubric-controller@3.1.0) (2025-04-01)
|
|
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.1.
|
|
4
|
+
"version": "3.1.1",
|
|
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.14.0",
|
|
11
11
|
"lodash": "^4.17.15"
|
|
12
12
|
},
|
|
13
13
|
"author": "",
|
package/module/configure.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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} from "../../../@pie-lib/pie-toolbox-math-rendering-module@3.7.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.14.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) {
|
|
@@ -129783,17 +129783,18 @@ const require$$4$1g = _dll_react;
|
|
|
129783
129783
|
}
|
|
129784
129784
|
var styles = {
|
|
129785
129785
|
maskBlank: {
|
|
129786
|
-
|
|
129787
|
-
|
|
129788
|
-
|
|
129786
|
+
backgroundColor: _renderUi.color.white(),
|
|
129787
|
+
border: ("1px solid ").concat(_renderUi.color.text()),
|
|
129788
|
+
color: _renderUi.color.text(),
|
|
129789
|
+
alignItems: 'center',
|
|
129790
|
+
display: 'inline-flex',
|
|
129791
|
+
height: 'initial',
|
|
129789
129792
|
minHeight: '32px',
|
|
129790
|
-
|
|
129793
|
+
fontSize: 'inherit',
|
|
129794
|
+
whiteSpace: 'pre-wrap',
|
|
129791
129795
|
maxWidth: '374px',
|
|
129792
|
-
|
|
129793
|
-
padding: '
|
|
129794
|
-
alignItems: 'center',
|
|
129795
|
-
justifyContent: 'center',
|
|
129796
|
-
borderRadius: '16px'
|
|
129796
|
+
borderRadius: '3px',
|
|
129797
|
+
padding: '12px'
|
|
129797
129798
|
},
|
|
129798
129799
|
ica: {
|
|
129799
129800
|
backgroundColor: _renderUi.color.background(),
|
package/module/element.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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.7.0/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.14.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) {
|
|
@@ -174264,17 +174264,18 @@ const require$$4$7 = _dll_react;
|
|
|
174264
174264
|
}
|
|
174265
174265
|
var styles = {
|
|
174266
174266
|
maskBlank: {
|
|
174267
|
-
|
|
174268
|
-
|
|
174269
|
-
|
|
174267
|
+
backgroundColor: _renderUi.color.white(),
|
|
174268
|
+
border: ("1px solid ").concat(_renderUi.color.text()),
|
|
174269
|
+
color: _renderUi.color.text(),
|
|
174270
|
+
alignItems: 'center',
|
|
174271
|
+
display: 'inline-flex',
|
|
174272
|
+
height: 'initial',
|
|
174270
174273
|
minHeight: '32px',
|
|
174271
|
-
|
|
174274
|
+
fontSize: 'inherit',
|
|
174275
|
+
whiteSpace: 'pre-wrap',
|
|
174272
174276
|
maxWidth: '374px',
|
|
174273
|
-
|
|
174274
|
-
padding: '
|
|
174275
|
-
alignItems: 'center',
|
|
174276
|
-
justifyContent: 'center',
|
|
174277
|
-
borderRadius: '16px'
|
|
174277
|
+
borderRadius: '3px',
|
|
174278
|
+
padding: '12px'
|
|
174278
174279
|
},
|
|
174279
174280
|
ica: {
|
|
174280
174281
|
backgroundColor: _renderUi.color.background(),
|
package/module/index.html
CHANGED
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"modules": [
|
|
5
5
|
{
|
|
6
6
|
"name": "@pie-lib/pie-toolbox-math-rendering-module",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
{
|
|
10
10
|
"name": "@pie-lib/pie-toolbox-module",
|
|
11
|
-
"version": "5.
|
|
11
|
+
"version": "5.14.0"
|
|
12
12
|
}
|
|
13
13
|
]
|
|
14
14
|
}
|
package/module/print.html
CHANGED
package/module/print.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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.7.0/module/index.js";
|
|
2
|
-
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.
|
|
2
|
+
import {_dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@5.14.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) {
|
|
@@ -174264,17 +174264,18 @@ const require$$4$7 = _dll_react;
|
|
|
174264
174264
|
}
|
|
174265
174265
|
var styles = {
|
|
174266
174266
|
maskBlank: {
|
|
174267
|
-
|
|
174268
|
-
|
|
174269
|
-
|
|
174267
|
+
backgroundColor: _renderUi.color.white(),
|
|
174268
|
+
border: ("1px solid ").concat(_renderUi.color.text()),
|
|
174269
|
+
color: _renderUi.color.text(),
|
|
174270
|
+
alignItems: 'center',
|
|
174271
|
+
display: 'inline-flex',
|
|
174272
|
+
height: 'initial',
|
|
174270
174273
|
minHeight: '32px',
|
|
174271
|
-
|
|
174274
|
+
fontSize: 'inherit',
|
|
174275
|
+
whiteSpace: 'pre-wrap',
|
|
174272
174276
|
maxWidth: '374px',
|
|
174273
|
-
|
|
174274
|
-
padding: '
|
|
174275
|
-
alignItems: 'center',
|
|
174276
|
-
justifyContent: 'center',
|
|
174277
|
-
borderRadius: '16px'
|
|
174277
|
+
borderRadius: '3px',
|
|
174278
|
+
padding: '12px'
|
|
174278
174279
|
},
|
|
174279
174280
|
ica: {
|
|
174280
174281
|
backgroundColor: _renderUi.color.background(),
|
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.2-next.0+36369e2f4",
|
|
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.6.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^4.5.2-next.0+36369e2f4",
|
|
11
|
+
"@pie-element/rubric": "^4.6.2-next.0+36369e2f4",
|
|
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": "36369e2f472709d1603462a2214474e4d38e4e47",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|