@pie-element/complex-rubric 1.3.2-next.83 → 1.3.2-next.98
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
|
@@ -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,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "1.3.2-next.
|
|
4
|
+
"version": "1.3.2-next.98+e6f0de2e0",
|
|
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.3.2-next.
|
|
11
|
-
"@pie-element/rubric": "^2.2.2-next.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^2.3.2-next.98+e6f0de2e0",
|
|
11
|
+
"@pie-element/rubric": "^2.2.2-next.98+e6f0de2e0",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
13
|
"@pie-lib/rubric": "^0.6.8",
|
|
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": "e6f0de2e0a0e614c6fa7ff0daed87d5bea48f44f",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|