@pie-element/complex-rubric 1.3.2-next.83 → 1.4.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 +15 -0
- package/configure/CHANGELOG.md +14 -0
- package/configure/package.json +7 -7
- package/controller/CHANGELOG.md +12 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +10 -0
- package/docs/config-schema.json.md +8 -0
- package/docs/pie-schema.json +5 -0
- package/docs/pie-schema.json.md +4 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
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
|
+
# [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@1.3.1...@pie-element/complex-rubric@1.4.0) (2023-01-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
12
|
+
* update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
|
|
13
|
+
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
14
|
+
* **complex-rubric:** added ConfigLayout wrapper for authoring side ([1fd3b82](https://github.com/pie-framework/pie-elements/commit/1fd3b82340a57deba146048a7ebd591ea736420e))
|
|
15
|
+
* **multi-trait-rubric:** added configuration prop to hide the settings panel PD-1999 ([88e2ad2](https://github.com/pie-framework/pie-elements/commit/88e2ad2bf73ae5f8a95c3ca2930f9d8642281c13))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
6
21
|
## [1.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@1.3.0...@pie-element/complex-rubric@1.3.1) (2022-12-21)
|
|
7
22
|
|
|
8
23
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
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
|
+
# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.7...@pie-element/complex-rubric-configure@1.3.0) (2023-01-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
12
|
+
* update pie-libs ([f72c3c8](https://github.com/pie-framework/pie-elements/commit/f72c3c8d8bc9bbf061bb81502317157a63c22972))
|
|
13
|
+
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
14
|
+
* **complex-rubric:** added ConfigLayout wrapper for authoring side ([1fd3b82](https://github.com/pie-framework/pie-elements/commit/1fd3b82340a57deba146048a7ebd591ea736420e))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
6
20
|
## [1.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.2.6...@pie-element/complex-rubric-configure@1.2.7) (2022-12-21)
|
|
7
21
|
|
|
8
22
|
|
package/configure/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
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": "^2.
|
|
12
|
-
"@pie-element/rubric": "^2.
|
|
11
|
+
"@pie-element/multi-trait-rubric": "^2.4.0",
|
|
12
|
+
"@pie-element/rubric": "^2.3.0",
|
|
13
13
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
14
|
-
"@pie-lib/config-ui": "^11.
|
|
15
|
-
"@pie-lib/editable-html": "^9.
|
|
14
|
+
"@pie-lib/config-ui": "^11.2.2",
|
|
15
|
+
"@pie-lib/editable-html": "^9.4.1",
|
|
16
16
|
"@pie-lib/render-ui": "^4.13.7",
|
|
17
|
-
"@pie-lib/rubric": "^0.6.
|
|
18
|
-
"@pie-lib/scoring-config": "^3.5.
|
|
17
|
+
"@pie-lib/rubric": "^0.6.10",
|
|
18
|
+
"@pie-lib/scoring-config": "^3.5.198",
|
|
19
19
|
"debug": "^4.1.1",
|
|
20
20
|
"lodash": "^4.17.15",
|
|
21
21
|
"prop-types": "^15.6.2",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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
|
+
# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.4...@pie-element/complex-rubric-controller@1.3.0) (2023-01-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
|
|
12
|
+
* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
## [1.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.3...@pie-element/complex-rubric-controller@1.2.4) (2022-12-20)
|
|
7
19
|
|
|
8
20
|
|
package/controller/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@pie-lib/controller-utils": "^0.2.27",
|
|
11
|
-
"@pie-lib/rubric": "^0.6.
|
|
11
|
+
"@pie-lib/rubric": "^0.6.10",
|
|
12
12
|
"lodash": "^4.17.15"
|
|
13
13
|
},
|
|
14
14
|
"author": "",
|
package/docs/config-schema.json
CHANGED
|
@@ -87,6 +87,11 @@
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
|
+
"settingsPanelDisabled": {
|
|
91
|
+
"description": "Indicates if the settings panel is not available",
|
|
92
|
+
"type": "boolean",
|
|
93
|
+
"title": "settingsPanelDisabled"
|
|
94
|
+
},
|
|
90
95
|
"showExcludeZero": {
|
|
91
96
|
"title": "ConfigureProp",
|
|
92
97
|
"type": "object",
|
|
@@ -284,6 +289,11 @@
|
|
|
284
289
|
}
|
|
285
290
|
}
|
|
286
291
|
},
|
|
292
|
+
"settingsPanelDisabled": {
|
|
293
|
+
"description": "Indicates if the settings panel is not available",
|
|
294
|
+
"type": "boolean",
|
|
295
|
+
"title": "settingsPanelDisabled"
|
|
296
|
+
},
|
|
287
297
|
"showExcludeZero": {
|
|
288
298
|
"title": "ConfigureProp",
|
|
289
299
|
"type": "object",
|
|
@@ -66,6 +66,10 @@ Dialog box title
|
|
|
66
66
|
|
|
67
67
|
Dialog box text
|
|
68
68
|
|
|
69
|
+
## `settingsPanelDisabled` (boolean)
|
|
70
|
+
|
|
71
|
+
Indicates if the settings panel is not available
|
|
72
|
+
|
|
69
73
|
## `showExcludeZero` (object)
|
|
70
74
|
|
|
71
75
|
Properties of the `showExcludeZero` object:
|
|
@@ -214,6 +218,10 @@ Dialog box title
|
|
|
214
218
|
|
|
215
219
|
Dialog box text
|
|
216
220
|
|
|
221
|
+
### `settingsPanelDisabled` (boolean)
|
|
222
|
+
|
|
223
|
+
Indicates if the settings panel is not available
|
|
224
|
+
|
|
217
225
|
### `showExcludeZero` (object)
|
|
218
226
|
|
|
219
227
|
Properties of the `showExcludeZero` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -324,6 +324,11 @@
|
|
|
324
324
|
}
|
|
325
325
|
}
|
|
326
326
|
},
|
|
327
|
+
"settingsPanelDisabled": {
|
|
328
|
+
"description": "Indicates if the settings panel is not available",
|
|
329
|
+
"type": "boolean",
|
|
330
|
+
"title": "settingsPanelDisabled"
|
|
331
|
+
},
|
|
327
332
|
"showExcludeZero": {
|
|
328
333
|
"title": "ConfigureProp",
|
|
329
334
|
"type": "object",
|
package/docs/pie-schema.json.md
CHANGED
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.4.0",
|
|
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": "^2.
|
|
11
|
-
"@pie-element/rubric": "^2.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^2.4.0",
|
|
11
|
+
"@pie-element/rubric": "^2.3.0",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
|
-
"@pie-lib/rubric": "^0.6.
|
|
13
|
+
"@pie-lib/rubric": "^0.6.10",
|
|
14
14
|
"classnames": "^2.2.5",
|
|
15
15
|
"debug": "^4.1.1",
|
|
16
16
|
"lodash": "^4.17.11",
|
|
17
17
|
"prop-types": "^15.7.2"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "c59117626fede5feb132cad277ea496d66dfe745",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|