@pie-element/complex-rubric 2.16.2-next.0 → 2.16.2
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 +8 -0
- package/configure/CHANGELOG.md +8 -0
- package/configure/package.json +2 -2
- package/module/configure.js +1 -1
- package/package.json +4 -4
package/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.16.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@2.16.1...@pie-element/complex-rubric@2.16.2) (2024-06-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-element/complex-rubric
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.16.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@2.16.0...@pie-element/complex-rubric@2.16.1) (2024-06-26)
|
|
7
15
|
|
|
8
16
|
|
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.2.32](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.31...@pie-element/complex-rubric-configure@2.2.32) (2024-06-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.2.31](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.30...@pie-element/complex-rubric-configure@2.2.31) (2024-06-26)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
package/configure/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.32",
|
|
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": "^3.16.
|
|
11
|
+
"@pie-element/multi-trait-rubric": "^3.16.2",
|
|
12
12
|
"@pie-element/rubric": "^3.16.1",
|
|
13
13
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
14
14
|
"@pie-lib/config-ui": "^11.9.25-next.0",
|
package/module/configure.js
CHANGED
|
@@ -113418,9 +113418,9 @@ const require$$17$3 = _dll_pie_lib__pie_toolbox_config_ui;
|
|
|
113418
113418
|
(0, _createClass2["default"])(Main, [{
|
|
113419
113419
|
key: "componentDidMount",
|
|
113420
113420
|
value: function componentDidMount() {
|
|
113421
|
-
this.updateDivWidth();
|
|
113422
113421
|
window.addEventListener('resize', this.updateDivWidth);
|
|
113423
113422
|
window.addEventListener('load', this.updateDivWidth);
|
|
113423
|
+
setTimeout(this.updateDivWidth, 0);
|
|
113424
113424
|
}
|
|
113425
113425
|
}, {
|
|
113426
113426
|
key: "componentWillUnmount",
|
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.16.2
|
|
4
|
+
"version": "2.16.2",
|
|
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.16.2
|
|
11
|
-
"@pie-element/rubric": "^3.16.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.16.2",
|
|
11
|
+
"@pie-element/rubric": "^3.16.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": "d85c8c6318aadc4998ff6cb685b3d72be1ca7797",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|