@pie-element/multiple-choice 8.0.4-next.0 → 8.0.4-next.16
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/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/docs/config-schema.json +15 -15
- package/docs/config-schema.json.md +15 -15
- package/docs/pie-schema.json +5 -5
- package/docs/pie-schema.json.md +5 -5
- package/package.json +3 -3
package/configure/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@material-ui/core": "^3.9.2",
|
|
9
9
|
"@material-ui/icons": "^3.0.1",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "1.
|
|
11
|
+
"@pie-lib/pie-toolbox": "1.2.0",
|
|
12
12
|
"debug": "^3.1.0",
|
|
13
13
|
"lodash": "^4.17.15",
|
|
14
14
|
"prop-types": "^15.6.2",
|
package/controller/package.json
CHANGED
package/docs/config-schema.json
CHANGED
|
@@ -259,6 +259,11 @@
|
|
|
259
259
|
"title": "ConfigurePropWithEnabled",
|
|
260
260
|
"type": "object",
|
|
261
261
|
"properties": {
|
|
262
|
+
"enabled": {
|
|
263
|
+
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
264
|
+
"type": "boolean",
|
|
265
|
+
"title": "enabled"
|
|
266
|
+
},
|
|
262
267
|
"settings": {
|
|
263
268
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
264
269
|
"type": "boolean",
|
|
@@ -268,11 +273,6 @@
|
|
|
268
273
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
269
274
|
"type": "string",
|
|
270
275
|
"title": "label"
|
|
271
|
-
},
|
|
272
|
-
"enabled": {
|
|
273
|
-
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
274
|
-
"type": "boolean",
|
|
275
|
-
"title": "enabled"
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
},
|
|
@@ -390,6 +390,11 @@
|
|
|
390
390
|
"title": "ConfigurePropWithEnabled",
|
|
391
391
|
"type": "object",
|
|
392
392
|
"properties": {
|
|
393
|
+
"enabled": {
|
|
394
|
+
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
395
|
+
"type": "boolean",
|
|
396
|
+
"title": "enabled"
|
|
397
|
+
},
|
|
393
398
|
"settings": {
|
|
394
399
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
395
400
|
"type": "boolean",
|
|
@@ -399,11 +404,6 @@
|
|
|
399
404
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
400
405
|
"type": "string",
|
|
401
406
|
"title": "label"
|
|
402
|
-
},
|
|
403
|
-
"enabled": {
|
|
404
|
-
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
405
|
-
"type": "boolean",
|
|
406
|
-
"title": "enabled"
|
|
407
407
|
}
|
|
408
408
|
}
|
|
409
409
|
},
|
|
@@ -530,6 +530,11 @@
|
|
|
530
530
|
"title": "ConfigurePropWithEnabled",
|
|
531
531
|
"type": "object",
|
|
532
532
|
"properties": {
|
|
533
|
+
"enabled": {
|
|
534
|
+
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
535
|
+
"type": "boolean",
|
|
536
|
+
"title": "enabled"
|
|
537
|
+
},
|
|
533
538
|
"settings": {
|
|
534
539
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
535
540
|
"type": "boolean",
|
|
@@ -539,11 +544,6 @@
|
|
|
539
544
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
540
545
|
"type": "string",
|
|
541
546
|
"title": "label"
|
|
542
|
-
},
|
|
543
|
-
"enabled": {
|
|
544
|
-
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
545
|
-
"type": "boolean",
|
|
546
|
-
"title": "enabled"
|
|
547
547
|
}
|
|
548
548
|
}
|
|
549
549
|
},
|
|
@@ -200,6 +200,11 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
200
200
|
|
|
201
201
|
Properties of the `sequentialChoiceLabels` object:
|
|
202
202
|
|
|
203
|
+
## `enabled` (boolean)
|
|
204
|
+
|
|
205
|
+
Indicates the value of the item if it affects config-ui
|
|
206
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
207
|
+
|
|
203
208
|
## `settings` (boolean)
|
|
204
209
|
|
|
205
210
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -208,11 +213,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
208
213
|
|
|
209
214
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
210
215
|
|
|
211
|
-
## `enabled` (boolean)
|
|
212
|
-
|
|
213
|
-
Indicates the value of the item if it affects config-ui
|
|
214
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
215
|
-
|
|
216
216
|
# `accessibility` (object)
|
|
217
217
|
|
|
218
218
|
Properties of the `accessibility` object:
|
|
@@ -301,6 +301,11 @@ Indicates if mathML that's already in model should be editable
|
|
|
301
301
|
|
|
302
302
|
Properties of the `language` object:
|
|
303
303
|
|
|
304
|
+
## `enabled` (boolean)
|
|
305
|
+
|
|
306
|
+
Indicates the value of the item if it affects config-ui
|
|
307
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
308
|
+
|
|
304
309
|
## `settings` (boolean)
|
|
305
310
|
|
|
306
311
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -309,11 +314,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
309
314
|
|
|
310
315
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
311
316
|
|
|
312
|
-
## `enabled` (boolean)
|
|
313
|
-
|
|
314
|
-
Indicates the value of the item if it affects config-ui
|
|
315
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
316
|
-
|
|
317
317
|
# `languageChoices` (object)
|
|
318
318
|
|
|
319
319
|
Language choices configuration
|
|
@@ -411,6 +411,11 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
411
411
|
|
|
412
412
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
413
413
|
|
|
414
|
+
### `enabled` (boolean)
|
|
415
|
+
|
|
416
|
+
Indicates the value of the item if it affects config-ui
|
|
417
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
418
|
+
|
|
414
419
|
### `settings` (boolean)
|
|
415
420
|
|
|
416
421
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -419,11 +424,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
419
424
|
|
|
420
425
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
421
426
|
|
|
422
|
-
### `enabled` (boolean)
|
|
423
|
-
|
|
424
|
-
Indicates the value of the item if it affects config-ui
|
|
425
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
426
|
-
|
|
427
427
|
## `ConfigureMaxImageDimensionsProp` (object)
|
|
428
428
|
|
|
429
429
|
Properties of the `ConfigureMaxImageDimensionsProp` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -237,6 +237,11 @@
|
|
|
237
237
|
"title": "ConfigurePropWithEnabled",
|
|
238
238
|
"type": "object",
|
|
239
239
|
"properties": {
|
|
240
|
+
"enabled": {
|
|
241
|
+
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
242
|
+
"type": "boolean",
|
|
243
|
+
"title": "enabled"
|
|
244
|
+
},
|
|
240
245
|
"settings": {
|
|
241
246
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
242
247
|
"type": "boolean",
|
|
@@ -246,11 +251,6 @@
|
|
|
246
251
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
247
252
|
"type": "string",
|
|
248
253
|
"title": "label"
|
|
249
|
-
},
|
|
250
|
-
"enabled": {
|
|
251
|
-
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
252
|
-
"type": "boolean",
|
|
253
|
-
"title": "enabled"
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
256
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -197,6 +197,11 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
197
197
|
|
|
198
198
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
199
199
|
|
|
200
|
+
### `enabled` (boolean)
|
|
201
|
+
|
|
202
|
+
Indicates the value of the item if it affects config-ui
|
|
203
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
204
|
+
|
|
200
205
|
### `settings` (boolean)
|
|
201
206
|
|
|
202
207
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -205,11 +210,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
205
210
|
|
|
206
211
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
207
212
|
|
|
208
|
-
### `enabled` (boolean)
|
|
209
|
-
|
|
210
|
-
Indicates the value of the item if it affects config-ui
|
|
211
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
212
|
-
|
|
213
213
|
## `ConfigureMaxImageDimensionsProp` (object)
|
|
214
214
|
|
|
215
215
|
Properties of the `ConfigureMaxImageDimensionsProp` object:
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/multiple-choice",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "8.0.4-next.
|
|
4
|
+
"version": "8.0.4-next.16+1d20148ed",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
|
-
"@pie-lib/pie-toolbox": "1.
|
|
10
|
+
"@pie-lib/pie-toolbox": "1.2.0",
|
|
11
11
|
"classnames": "^2.2.5",
|
|
12
12
|
"debug": "^4.1.1",
|
|
13
13
|
"enzyme-to-json": "^3.3.3",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"react-test-renderer": "^16.3.2",
|
|
19
19
|
"react-transition-group": "^2.3.1"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "1d20148ed6abb750252b3cf604080abe71af5194",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postpublish": "../../scripts/postpublish"
|
|
24
24
|
},
|