@pie-element/complex-rubric 1.5.1-next.47 → 1.5.1-next.55
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/docs/config-schema.json
CHANGED
|
@@ -196,6 +196,11 @@
|
|
|
196
196
|
"description": "Maximum number of scales",
|
|
197
197
|
"type": "number",
|
|
198
198
|
"title": "maxNoOfScales"
|
|
199
|
+
},
|
|
200
|
+
"defaultTraitLabel": {
|
|
201
|
+
"description": "The default trait label for new created scales",
|
|
202
|
+
"type": "string",
|
|
203
|
+
"title": "defaultTraitLabel"
|
|
199
204
|
}
|
|
200
205
|
},
|
|
201
206
|
"required": [
|
|
@@ -402,6 +407,11 @@
|
|
|
402
407
|
"description": "Maximum number of scales",
|
|
403
408
|
"type": "number",
|
|
404
409
|
"title": "maxNoOfScales"
|
|
410
|
+
},
|
|
411
|
+
"defaultTraitLabel": {
|
|
412
|
+
"description": "The default trait label for new created scales",
|
|
413
|
+
"type": "string",
|
|
414
|
+
"title": "defaultTraitLabel"
|
|
405
415
|
}
|
|
406
416
|
},
|
|
407
417
|
"required": [
|
|
@@ -150,6 +150,10 @@ Minimum number of scales
|
|
|
150
150
|
|
|
151
151
|
Maximum number of scales
|
|
152
152
|
|
|
153
|
+
## `defaultTraitLabel` (string)
|
|
154
|
+
|
|
155
|
+
The default trait label for new created scales
|
|
156
|
+
|
|
153
157
|
---
|
|
154
158
|
|
|
155
159
|
# Sub Schemas
|
|
@@ -306,6 +310,10 @@ Minimum number of scales
|
|
|
306
310
|
|
|
307
311
|
Maximum number of scales
|
|
308
312
|
|
|
313
|
+
### `defaultTraitLabel` (string)
|
|
314
|
+
|
|
315
|
+
The default trait label for new created scales
|
|
316
|
+
|
|
309
317
|
## `DialogContent` (object)
|
|
310
318
|
|
|
311
319
|
Properties of the `DialogContent` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -433,6 +433,11 @@
|
|
|
433
433
|
"description": "Maximum number of scales",
|
|
434
434
|
"type": "number",
|
|
435
435
|
"title": "maxNoOfScales"
|
|
436
|
+
},
|
|
437
|
+
"defaultTraitLabel": {
|
|
438
|
+
"description": "The default trait label for new created scales",
|
|
439
|
+
"type": "string",
|
|
440
|
+
"title": "defaultTraitLabel"
|
|
436
441
|
}
|
|
437
442
|
},
|
|
438
443
|
"required": [
|
package/docs/pie-schema.json.md
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "1.5.1-next.
|
|
4
|
+
"version": "1.5.1-next.55+f823b7736",
|
|
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.5.1-next.
|
|
11
|
-
"@pie-element/rubric": "^2.4.1-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^2.5.1-next.55+f823b7736",
|
|
11
|
+
"@pie-element/rubric": "^2.4.1-next.55+f823b7736",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
13
|
"@pie-lib/rubric": "^0.7.12",
|
|
14
14
|
"classnames": "^2.2.5",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"lodash": "^4.17.11",
|
|
17
17
|
"prop-types": "^15.7.2"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "f823b773669541eccfeb074a728947d478580fb0",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|