@pie-element/charting 12.1.2-next.2 → 12.1.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.
Files changed (79) hide show
  1. package/CHANGELOG.json +487 -0
  2. package/CHANGELOG.md +2001 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +1 -0
  5. package/configure/CHANGELOG.json +292 -0
  6. package/configure/CHANGELOG.md +1768 -0
  7. package/configure/lib/charting-config.js +192 -0
  8. package/configure/lib/charting-config.js.map +1 -0
  9. package/configure/lib/configure.js +312 -0
  10. package/configure/lib/configure.js.map +1 -0
  11. package/configure/lib/correct-response.js +244 -0
  12. package/configure/lib/correct-response.js.map +1 -0
  13. package/configure/lib/defaults.js +233 -0
  14. package/configure/lib/defaults.js.map +1 -0
  15. package/configure/lib/index.js +120 -0
  16. package/configure/lib/index.js.map +1 -0
  17. package/configure/lib/utils.js +80 -0
  18. package/configure/lib/utils.js.map +1 -0
  19. package/configure/package.json +29 -0
  20. package/controller/CHANGELOG.json +262 -0
  21. package/controller/CHANGELOG.md +1212 -0
  22. package/controller/lib/defaults.js +42 -0
  23. package/controller/lib/defaults.js.map +1 -0
  24. package/controller/lib/index.js +434 -0
  25. package/controller/lib/index.js.map +1 -0
  26. package/controller/package.json +24 -0
  27. package/docs/config-schema.json +2440 -0
  28. package/docs/config-schema.json.md +1802 -0
  29. package/docs/demo/config.js +8 -0
  30. package/docs/demo/generate.js +63 -0
  31. package/docs/demo/index.html +1 -0
  32. package/docs/demo/session.js +26 -0
  33. package/docs/pie-schema.json +1731 -0
  34. package/docs/pie-schema.json.md +945 -0
  35. package/lib/index.js +78 -0
  36. package/lib/index.js.map +1 -0
  37. package/lib/main.js +167 -0
  38. package/lib/main.js.map +1 -0
  39. package/package.json +21 -85
  40. package/configure.js +0 -2
  41. package/controller.js +0 -1
  42. package/dist/author/charting-config.d.ts +0 -30
  43. package/dist/author/charting-config.js +0 -126
  44. package/dist/author/configure.d.ts +0 -29
  45. package/dist/author/configure.js +0 -205
  46. package/dist/author/correct-response.d.ts +0 -27
  47. package/dist/author/correct-response.js +0 -115
  48. package/dist/author/defaults.d.ts +0 -229
  49. package/dist/author/defaults.js +0 -186
  50. package/dist/author/index.d.ts +0 -51
  51. package/dist/author/index.js +0 -74
  52. package/dist/author/utils.d.ts +0 -42
  53. package/dist/author/utils.js +0 -244
  54. package/dist/browser/author/index.js +0 -1242
  55. package/dist/browser/author/index.js.map +0 -1
  56. package/dist/browser/chart-C1GUG3cz.js +0 -58920
  57. package/dist/browser/chart-C1GUG3cz.js.map +0 -1
  58. package/dist/browser/charting.css +0 -2
  59. package/dist/browser/controller/index.js +0 -194
  60. package/dist/browser/controller/index.js.map +0 -1
  61. package/dist/browser/delivery/index.js +0 -517
  62. package/dist/browser/delivery/index.js.map +0 -1
  63. package/dist/browser/dist-CA-Ok7CW.js +0 -330
  64. package/dist/browser/dist-CA-Ok7CW.js.map +0 -1
  65. package/dist/charting.css +0 -2
  66. package/dist/controller/defaults.d.ts +0 -44
  67. package/dist/controller/defaults.js +0 -33
  68. package/dist/controller/index.d.ts +0 -28
  69. package/dist/controller/index.js +0 -153
  70. package/dist/delivery/index.d.ts +0 -21
  71. package/dist/delivery/index.js +0 -46
  72. package/dist/delivery/main.d.ts +0 -23
  73. package/dist/delivery/main.js +0 -128
  74. package/dist/index.d.ts +0 -1
  75. package/dist/index.iife.d.ts +0 -8
  76. package/dist/index.iife.js +0 -395
  77. package/dist/index.js +0 -2
  78. package/dist/runtime-support.d.ts +0 -12
  79. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,1802 @@
1
+ Config Object for @pie-elements/charting
2
+
3
+ The schema defines the following properties:
4
+
5
+ # `baseInputConfiguration` (object)
6
+
7
+ Properties of the `baseInputConfiguration` object:
8
+
9
+ ## `math` (object)
10
+
11
+ Properties of the `math` object:
12
+
13
+ ### `disabled` (boolean)
14
+
15
+ Indicates if the plugin is disabled or not
16
+
17
+ ## `audio` (object)
18
+
19
+ Properties of the `audio` object:
20
+
21
+ ### `disabled` (boolean)
22
+
23
+ Indicates if the plugin is disabled or not
24
+
25
+ ## `video` (object)
26
+
27
+ Properties of the `video` object:
28
+
29
+ ### `disabled` (boolean)
30
+
31
+ Indicates if the plugin is disabled or not
32
+
33
+ ## `image` (object)
34
+
35
+ Properties of the `image` object:
36
+
37
+ ### `disabled` (boolean)
38
+
39
+ Indicates if the plugin is disabled or not
40
+
41
+ ## `customPlugins` (array)
42
+
43
+ An array of objects that determine custom plugins.
44
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
45
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
46
+
47
+ The object is an array with all elements of the type `object`.
48
+
49
+ The array object has the following properties:
50
+
51
+ ### `event` (string, required)
52
+
53
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
54
+ PIE will emit the event prefixed with "PIE-".
55
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
56
+
57
+ ### `iconAlt` (string, required)
58
+
59
+ The alt for the custom button icon
60
+
61
+ ### `iconType` (string, required)
62
+
63
+ The icon type.
64
+ Currently, only "SVG" is supported.
65
+
66
+ ### `icon` (string, required)
67
+
68
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
69
+
70
+ ## `blockquote` (object)
71
+
72
+ Properties of the `blockquote` object:
73
+
74
+ ### `disabled` (boolean)
75
+
76
+ Indicates if the plugin is disabled or not
77
+
78
+ ## `h3` (object)
79
+
80
+ Properties of the `h3` object:
81
+
82
+ ### `disabled` (boolean)
83
+
84
+ Indicates if the plugin is disabled or not
85
+
86
+ ## `characters` (object)
87
+
88
+ Properties of the `characters` object:
89
+
90
+ ### `disabled` (boolean)
91
+
92
+ Indicates if the plugin is disabled or not
93
+
94
+ ## `bold` (object)
95
+
96
+ Properties of the `bold` object:
97
+
98
+ ### `disabled` (boolean)
99
+
100
+ Indicates if the plugin is disabled or not
101
+
102
+ ## `html` (object)
103
+
104
+ Properties of the `html` object:
105
+
106
+ ### `disabled` (boolean)
107
+
108
+ Indicates if the plugin is disabled or not
109
+
110
+ ## `italic` (object)
111
+
112
+ Properties of the `italic` object:
113
+
114
+ ### `disabled` (boolean)
115
+
116
+ Indicates if the plugin is disabled or not
117
+
118
+ ## `ol_list` (object)
119
+
120
+ Properties of the `ol_list` object:
121
+
122
+ ### `disabled` (boolean)
123
+
124
+ Indicates if the plugin is disabled or not
125
+
126
+ ## `redo` (object)
127
+
128
+ Properties of the `redo` object:
129
+
130
+ ### `disabled` (boolean)
131
+
132
+ Indicates if the plugin is disabled or not
133
+
134
+ ## `strikethrough` (object)
135
+
136
+ Properties of the `strikethrough` object:
137
+
138
+ ### `disabled` (boolean)
139
+
140
+ Indicates if the plugin is disabled or not
141
+
142
+ ## `sub` (object)
143
+
144
+ Properties of the `sub` object:
145
+
146
+ ### `disabled` (boolean)
147
+
148
+ Indicates if the plugin is disabled or not
149
+
150
+ ## `sup` (object)
151
+
152
+ Properties of the `sup` object:
153
+
154
+ ### `disabled` (boolean)
155
+
156
+ Indicates if the plugin is disabled or not
157
+
158
+ ## `table` (object)
159
+
160
+ Properties of the `table` object:
161
+
162
+ ### `disabled` (boolean)
163
+
164
+ Indicates if the plugin is disabled or not
165
+
166
+ ## `ul_list` (object)
167
+
168
+ Properties of the `ul_list` object:
169
+
170
+ ### `disabled` (boolean)
171
+
172
+ Indicates if the plugin is disabled or not
173
+
174
+ ## `underline` (object)
175
+
176
+ Properties of the `underline` object:
177
+
178
+ ### `disabled` (boolean)
179
+
180
+ Indicates if the plugin is disabled or not
181
+
182
+ ## `undo` (object)
183
+
184
+ Properties of the `undo` object:
185
+
186
+ ### `disabled` (boolean)
187
+
188
+ Indicates if the plugin is disabled or not
189
+
190
+ # `prompt` (object)
191
+
192
+ Properties of the `prompt` object:
193
+
194
+ ## `inputConfiguration` (object)
195
+
196
+ Properties of the `inputConfiguration` object:
197
+
198
+ ### `math` (object)
199
+
200
+ Properties of the `math` object:
201
+
202
+ #### `disabled` (boolean)
203
+
204
+ Indicates if the plugin is disabled or not
205
+
206
+ ### `audio` (object)
207
+
208
+ Properties of the `audio` object:
209
+
210
+ #### `disabled` (boolean)
211
+
212
+ Indicates if the plugin is disabled or not
213
+
214
+ ### `video` (object)
215
+
216
+ Properties of the `video` object:
217
+
218
+ #### `disabled` (boolean)
219
+
220
+ Indicates if the plugin is disabled or not
221
+
222
+ ### `image` (object)
223
+
224
+ Properties of the `image` object:
225
+
226
+ #### `disabled` (boolean)
227
+
228
+ Indicates if the plugin is disabled or not
229
+
230
+ ### `customPlugins` (array)
231
+
232
+ An array of objects that determine custom plugins.
233
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
234
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
235
+
236
+ The object is an array with all elements of the type `object`.
237
+
238
+ The array object has the following properties:
239
+
240
+ #### `event` (string, required)
241
+
242
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
243
+ PIE will emit the event prefixed with "PIE-".
244
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
245
+
246
+ #### `iconAlt` (string, required)
247
+
248
+ The alt for the custom button icon
249
+
250
+ #### `iconType` (string, required)
251
+
252
+ The icon type.
253
+ Currently, only "SVG" is supported.
254
+
255
+ #### `icon` (string, required)
256
+
257
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
258
+
259
+ ### `blockquote` (object)
260
+
261
+ Properties of the `blockquote` object:
262
+
263
+ #### `disabled` (boolean)
264
+
265
+ Indicates if the plugin is disabled or not
266
+
267
+ ### `h3` (object)
268
+
269
+ Properties of the `h3` object:
270
+
271
+ #### `disabled` (boolean)
272
+
273
+ Indicates if the plugin is disabled or not
274
+
275
+ ### `characters` (object)
276
+
277
+ Properties of the `characters` object:
278
+
279
+ #### `disabled` (boolean)
280
+
281
+ Indicates if the plugin is disabled or not
282
+
283
+ ### `bold` (object)
284
+
285
+ Properties of the `bold` object:
286
+
287
+ #### `disabled` (boolean)
288
+
289
+ Indicates if the plugin is disabled or not
290
+
291
+ ### `html` (object)
292
+
293
+ Properties of the `html` object:
294
+
295
+ #### `disabled` (boolean)
296
+
297
+ Indicates if the plugin is disabled or not
298
+
299
+ ### `italic` (object)
300
+
301
+ Properties of the `italic` object:
302
+
303
+ #### `disabled` (boolean)
304
+
305
+ Indicates if the plugin is disabled or not
306
+
307
+ ### `ol_list` (object)
308
+
309
+ Properties of the `ol_list` object:
310
+
311
+ #### `disabled` (boolean)
312
+
313
+ Indicates if the plugin is disabled or not
314
+
315
+ ### `redo` (object)
316
+
317
+ Properties of the `redo` object:
318
+
319
+ #### `disabled` (boolean)
320
+
321
+ Indicates if the plugin is disabled or not
322
+
323
+ ### `strikethrough` (object)
324
+
325
+ Properties of the `strikethrough` object:
326
+
327
+ #### `disabled` (boolean)
328
+
329
+ Indicates if the plugin is disabled or not
330
+
331
+ ### `sub` (object)
332
+
333
+ Properties of the `sub` object:
334
+
335
+ #### `disabled` (boolean)
336
+
337
+ Indicates if the plugin is disabled or not
338
+
339
+ ### `sup` (object)
340
+
341
+ Properties of the `sup` object:
342
+
343
+ #### `disabled` (boolean)
344
+
345
+ Indicates if the plugin is disabled or not
346
+
347
+ ### `table` (object)
348
+
349
+ Properties of the `table` object:
350
+
351
+ #### `disabled` (boolean)
352
+
353
+ Indicates if the plugin is disabled or not
354
+
355
+ ### `ul_list` (object)
356
+
357
+ Properties of the `ul_list` object:
358
+
359
+ #### `disabled` (boolean)
360
+
361
+ Indicates if the plugin is disabled or not
362
+
363
+ ### `underline` (object)
364
+
365
+ Properties of the `underline` object:
366
+
367
+ #### `disabled` (boolean)
368
+
369
+ Indicates if the plugin is disabled or not
370
+
371
+ ### `undo` (object)
372
+
373
+ Properties of the `undo` object:
374
+
375
+ #### `disabled` (boolean)
376
+
377
+ Indicates if the plugin is disabled or not
378
+
379
+ ## `required` (boolean)
380
+
381
+ Indicates if the item is required and the value cannot be empty
382
+
383
+ ## `settings` (boolean)
384
+
385
+ Indicates if the item has to be displayed in the Settings Panel
386
+
387
+ ## `label` (string)
388
+
389
+ Indicates the label for the item that has to be displayed in the Settings Panel
390
+
391
+ # `rationale` (object)
392
+
393
+ Properties of the `rationale` object:
394
+
395
+ ## `inputConfiguration` (object)
396
+
397
+ Properties of the `inputConfiguration` object:
398
+
399
+ ### `math` (object)
400
+
401
+ Properties of the `math` object:
402
+
403
+ #### `disabled` (boolean)
404
+
405
+ Indicates if the plugin is disabled or not
406
+
407
+ ### `audio` (object)
408
+
409
+ Properties of the `audio` object:
410
+
411
+ #### `disabled` (boolean)
412
+
413
+ Indicates if the plugin is disabled or not
414
+
415
+ ### `video` (object)
416
+
417
+ Properties of the `video` object:
418
+
419
+ #### `disabled` (boolean)
420
+
421
+ Indicates if the plugin is disabled or not
422
+
423
+ ### `image` (object)
424
+
425
+ Properties of the `image` object:
426
+
427
+ #### `disabled` (boolean)
428
+
429
+ Indicates if the plugin is disabled or not
430
+
431
+ ### `customPlugins` (array)
432
+
433
+ An array of objects that determine custom plugins.
434
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
435
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
436
+
437
+ The object is an array with all elements of the type `object`.
438
+
439
+ The array object has the following properties:
440
+
441
+ #### `event` (string, required)
442
+
443
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
444
+ PIE will emit the event prefixed with "PIE-".
445
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
446
+
447
+ #### `iconAlt` (string, required)
448
+
449
+ The alt for the custom button icon
450
+
451
+ #### `iconType` (string, required)
452
+
453
+ The icon type.
454
+ Currently, only "SVG" is supported.
455
+
456
+ #### `icon` (string, required)
457
+
458
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
459
+
460
+ ### `blockquote` (object)
461
+
462
+ Properties of the `blockquote` object:
463
+
464
+ #### `disabled` (boolean)
465
+
466
+ Indicates if the plugin is disabled or not
467
+
468
+ ### `h3` (object)
469
+
470
+ Properties of the `h3` object:
471
+
472
+ #### `disabled` (boolean)
473
+
474
+ Indicates if the plugin is disabled or not
475
+
476
+ ### `characters` (object)
477
+
478
+ Properties of the `characters` object:
479
+
480
+ #### `disabled` (boolean)
481
+
482
+ Indicates if the plugin is disabled or not
483
+
484
+ ### `bold` (object)
485
+
486
+ Properties of the `bold` object:
487
+
488
+ #### `disabled` (boolean)
489
+
490
+ Indicates if the plugin is disabled or not
491
+
492
+ ### `html` (object)
493
+
494
+ Properties of the `html` object:
495
+
496
+ #### `disabled` (boolean)
497
+
498
+ Indicates if the plugin is disabled or not
499
+
500
+ ### `italic` (object)
501
+
502
+ Properties of the `italic` object:
503
+
504
+ #### `disabled` (boolean)
505
+
506
+ Indicates if the plugin is disabled or not
507
+
508
+ ### `ol_list` (object)
509
+
510
+ Properties of the `ol_list` object:
511
+
512
+ #### `disabled` (boolean)
513
+
514
+ Indicates if the plugin is disabled or not
515
+
516
+ ### `redo` (object)
517
+
518
+ Properties of the `redo` object:
519
+
520
+ #### `disabled` (boolean)
521
+
522
+ Indicates if the plugin is disabled or not
523
+
524
+ ### `strikethrough` (object)
525
+
526
+ Properties of the `strikethrough` object:
527
+
528
+ #### `disabled` (boolean)
529
+
530
+ Indicates if the plugin is disabled or not
531
+
532
+ ### `sub` (object)
533
+
534
+ Properties of the `sub` object:
535
+
536
+ #### `disabled` (boolean)
537
+
538
+ Indicates if the plugin is disabled or not
539
+
540
+ ### `sup` (object)
541
+
542
+ Properties of the `sup` object:
543
+
544
+ #### `disabled` (boolean)
545
+
546
+ Indicates if the plugin is disabled or not
547
+
548
+ ### `table` (object)
549
+
550
+ Properties of the `table` object:
551
+
552
+ #### `disabled` (boolean)
553
+
554
+ Indicates if the plugin is disabled or not
555
+
556
+ ### `ul_list` (object)
557
+
558
+ Properties of the `ul_list` object:
559
+
560
+ #### `disabled` (boolean)
561
+
562
+ Indicates if the plugin is disabled or not
563
+
564
+ ### `underline` (object)
565
+
566
+ Properties of the `underline` object:
567
+
568
+ #### `disabled` (boolean)
569
+
570
+ Indicates if the plugin is disabled or not
571
+
572
+ ### `undo` (object)
573
+
574
+ Properties of the `undo` object:
575
+
576
+ #### `disabled` (boolean)
577
+
578
+ Indicates if the plugin is disabled or not
579
+
580
+ ## `required` (boolean)
581
+
582
+ Indicates if the item is required and the value cannot be empty
583
+
584
+ ## `settings` (boolean)
585
+
586
+ Indicates if the item has to be displayed in the Settings Panel
587
+
588
+ ## `label` (string)
589
+
590
+ Indicates the label for the item that has to be displayed in the Settings Panel
591
+
592
+ # `spellCheck` (object)
593
+
594
+ Properties of the `spellCheck` object:
595
+
596
+ ## `settings` (boolean)
597
+
598
+ Indicates if the item has to be displayed in the Settings Panel
599
+
600
+ ## `label` (string)
601
+
602
+ Indicates the label for the item that has to be displayed in the Settings Panel
603
+
604
+ # `titlePlaceholder` (object)
605
+
606
+ Properties of the `titlePlaceholder` object:
607
+
608
+ ## `settings` (boolean)
609
+
610
+ Indicates if the item has to be displayed in the Settings Panel
611
+
612
+ ## `label` (string)
613
+
614
+ Indicates the label for the item that has to be displayed in the Settings Panel
615
+
616
+ # `labelsPlaceholders` (object)
617
+
618
+ Properties of the `labelsPlaceholders` object:
619
+
620
+ ## `top` (string)
621
+
622
+ This value is empty for charting. The property exist in order to be consistent with graphing configuration.
623
+
624
+ ## `right` (string)
625
+
626
+ This value is empty for charting. The property exist in order to be consistent with graphing configuration.
627
+
628
+ ## `bottom` (string)
629
+
630
+ Indicates the placeholder for the bottom label
631
+
632
+ ## `left` (string)
633
+
634
+ Indicates the placeholder for the left label
635
+
636
+ ## `enabled` (boolean)
637
+
638
+ Indicates the value of the item if it affects config-ui
639
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
640
+
641
+ ## `settings` (boolean)
642
+
643
+ Indicates if the item has to be displayed in the Settings Panel
644
+
645
+ ## `label` (string)
646
+
647
+ Indicates the label for the item that has to be displayed in the Settings Panel
648
+
649
+ # `scoringType` (object)
650
+
651
+ Properties of the `scoringType` object:
652
+
653
+ ## `settings` (boolean)
654
+
655
+ Indicates if the item has to be displayed in the Settings Panel
656
+
657
+ ## `label` (string)
658
+
659
+ Indicates the label for the item that has to be displayed in the Settings Panel
660
+
661
+ # `settingsPanelDisabled` (boolean)
662
+
663
+ Indicates if the settings panel is not available
664
+
665
+ # `studentInstructions` (object)
666
+
667
+ Properties of the `studentInstructions` object:
668
+
669
+ ## `settings` (boolean)
670
+
671
+ Indicates if the item has to be displayed in the Settings Panel
672
+
673
+ ## `label` (string)
674
+
675
+ Indicates the label for the item that has to be displayed in the Settings Panel
676
+
677
+ # `teacherInstructions` (object)
678
+
679
+ Properties of the `teacherInstructions` object:
680
+
681
+ ## `inputConfiguration` (object)
682
+
683
+ Properties of the `inputConfiguration` object:
684
+
685
+ ### `math` (object)
686
+
687
+ Properties of the `math` object:
688
+
689
+ #### `disabled` (boolean)
690
+
691
+ Indicates if the plugin is disabled or not
692
+
693
+ ### `audio` (object)
694
+
695
+ Properties of the `audio` object:
696
+
697
+ #### `disabled` (boolean)
698
+
699
+ Indicates if the plugin is disabled or not
700
+
701
+ ### `video` (object)
702
+
703
+ Properties of the `video` object:
704
+
705
+ #### `disabled` (boolean)
706
+
707
+ Indicates if the plugin is disabled or not
708
+
709
+ ### `image` (object)
710
+
711
+ Properties of the `image` object:
712
+
713
+ #### `disabled` (boolean)
714
+
715
+ Indicates if the plugin is disabled or not
716
+
717
+ ### `customPlugins` (array)
718
+
719
+ An array of objects that determine custom plugins.
720
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
721
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
722
+
723
+ The object is an array with all elements of the type `object`.
724
+
725
+ The array object has the following properties:
726
+
727
+ #### `event` (string, required)
728
+
729
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
730
+ PIE will emit the event prefixed with "PIE-".
731
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
732
+
733
+ #### `iconAlt` (string, required)
734
+
735
+ The alt for the custom button icon
736
+
737
+ #### `iconType` (string, required)
738
+
739
+ The icon type.
740
+ Currently, only "SVG" is supported.
741
+
742
+ #### `icon` (string, required)
743
+
744
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
745
+
746
+ ### `blockquote` (object)
747
+
748
+ Properties of the `blockquote` object:
749
+
750
+ #### `disabled` (boolean)
751
+
752
+ Indicates if the plugin is disabled or not
753
+
754
+ ### `h3` (object)
755
+
756
+ Properties of the `h3` object:
757
+
758
+ #### `disabled` (boolean)
759
+
760
+ Indicates if the plugin is disabled or not
761
+
762
+ ### `characters` (object)
763
+
764
+ Properties of the `characters` object:
765
+
766
+ #### `disabled` (boolean)
767
+
768
+ Indicates if the plugin is disabled or not
769
+
770
+ ### `bold` (object)
771
+
772
+ Properties of the `bold` object:
773
+
774
+ #### `disabled` (boolean)
775
+
776
+ Indicates if the plugin is disabled or not
777
+
778
+ ### `html` (object)
779
+
780
+ Properties of the `html` object:
781
+
782
+ #### `disabled` (boolean)
783
+
784
+ Indicates if the plugin is disabled or not
785
+
786
+ ### `italic` (object)
787
+
788
+ Properties of the `italic` object:
789
+
790
+ #### `disabled` (boolean)
791
+
792
+ Indicates if the plugin is disabled or not
793
+
794
+ ### `ol_list` (object)
795
+
796
+ Properties of the `ol_list` object:
797
+
798
+ #### `disabled` (boolean)
799
+
800
+ Indicates if the plugin is disabled or not
801
+
802
+ ### `redo` (object)
803
+
804
+ Properties of the `redo` object:
805
+
806
+ #### `disabled` (boolean)
807
+
808
+ Indicates if the plugin is disabled or not
809
+
810
+ ### `strikethrough` (object)
811
+
812
+ Properties of the `strikethrough` object:
813
+
814
+ #### `disabled` (boolean)
815
+
816
+ Indicates if the plugin is disabled or not
817
+
818
+ ### `sub` (object)
819
+
820
+ Properties of the `sub` object:
821
+
822
+ #### `disabled` (boolean)
823
+
824
+ Indicates if the plugin is disabled or not
825
+
826
+ ### `sup` (object)
827
+
828
+ Properties of the `sup` object:
829
+
830
+ #### `disabled` (boolean)
831
+
832
+ Indicates if the plugin is disabled or not
833
+
834
+ ### `table` (object)
835
+
836
+ Properties of the `table` object:
837
+
838
+ #### `disabled` (boolean)
839
+
840
+ Indicates if the plugin is disabled or not
841
+
842
+ ### `ul_list` (object)
843
+
844
+ Properties of the `ul_list` object:
845
+
846
+ #### `disabled` (boolean)
847
+
848
+ Indicates if the plugin is disabled or not
849
+
850
+ ### `underline` (object)
851
+
852
+ Properties of the `underline` object:
853
+
854
+ #### `disabled` (boolean)
855
+
856
+ Indicates if the plugin is disabled or not
857
+
858
+ ### `undo` (object)
859
+
860
+ Properties of the `undo` object:
861
+
862
+ #### `disabled` (boolean)
863
+
864
+ Indicates if the plugin is disabled or not
865
+
866
+ ## `required` (boolean)
867
+
868
+ Indicates if the item is required and the value cannot be empty
869
+
870
+ ## `settings` (boolean)
871
+
872
+ Indicates if the item has to be displayed in the Settings Panel
873
+
874
+ ## `label` (string)
875
+
876
+ Indicates the label for the item that has to be displayed in the Settings Panel
877
+
878
+ # `title` (object)
879
+
880
+ Properties of the `title` object:
881
+
882
+ ## `enabled` (boolean)
883
+
884
+ Indicates the value of the item if it affects config-ui
885
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
886
+
887
+ ## `settings` (boolean)
888
+
889
+ Indicates if the item has to be displayed in the Settings Panel
890
+
891
+ ## `label` (string)
892
+
893
+ Indicates the label for the item that has to be displayed in the Settings Panel
894
+
895
+ # `instruction` (object)
896
+
897
+ Properties of the `instruction` object:
898
+
899
+ ## `settings` (boolean)
900
+
901
+ Indicates if the item has to be displayed in the Settings Panel
902
+
903
+ ## `label` (string)
904
+
905
+ Indicates the label for the item that has to be displayed in the Settings Panel
906
+
907
+ # `authorNewCategoryDefaults` (object, required)
908
+
909
+ Properties of the `authorNewCategoryDefaults` object:
910
+
911
+ ## `settings` (boolean)
912
+
913
+ Indicates if the item has to be displayed in the Settings Panel
914
+
915
+ ## `label` (string)
916
+
917
+ Indicates the label for the new category
918
+
919
+ ## `interactive` (boolean)
920
+
921
+ Indicates if new category is interactive
922
+
923
+ ## `editable` (boolean)
924
+
925
+ Indicates if new category is editable
926
+
927
+ # `mathMlOptions` (object)
928
+
929
+ Properties of the `mathMlOptions` object:
930
+
931
+ ## `mmlOutput` (number)
932
+
933
+ Indicates if model should have mathML output instead of latex
934
+
935
+ ## `mmlEditing` (number)
936
+
937
+ Indicates if mathML that's already in model should be editable
938
+
939
+ # `maxImageWidth` (object)
940
+
941
+ Properties of the `maxImageWidth` object:
942
+
943
+ ## `teacherInstructions` (number)
944
+
945
+ Indicates the max dimension for images in teacher instructions
946
+
947
+ ## `prompt` (number)
948
+
949
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
950
+
951
+ ## `rationale` (number)
952
+
953
+ Indicates the max dimension for images in rationale
954
+
955
+ # `maxImageHeight` (object)
956
+
957
+ Properties of the `maxImageHeight` object:
958
+
959
+ ## `teacherInstructions` (number)
960
+
961
+ Indicates the max dimension for images in teacher instructions
962
+
963
+ ## `prompt` (number)
964
+
965
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
966
+
967
+ ## `rationale` (number)
968
+
969
+ Indicates the max dimension for images in rationale
970
+
971
+ # `withRubric` (object)
972
+
973
+ Properties of the `withRubric` object:
974
+
975
+ ## `settings` (boolean)
976
+
977
+ Indicates if the item has to be displayed in the Settings Panel
978
+
979
+ ## `label` (string)
980
+
981
+ Indicates the label for the item that has to be displayed in the Settings Panel
982
+
983
+ # `chartingOptions` (object)
984
+
985
+ Properties of the `chartingOptions` object:
986
+
987
+ ## `changeInteractive` (object)
988
+
989
+ Properties of the `changeInteractive` object:
990
+
991
+ ### `settings` (boolean)
992
+
993
+ Indicates if the item has to be displayed in the Settings Panel
994
+
995
+ ### `authoringLabel` (string)
996
+
997
+ Indicates the label for the option
998
+
999
+ ### `settingsLabel` (string)
1000
+
1001
+ Indicates the label for the item that has to be displayed in the Settings Panel
1002
+
1003
+ ## `changeEditable` (object)
1004
+
1005
+ Properties of the `changeEditable` object:
1006
+
1007
+ ### `settings` (boolean)
1008
+
1009
+ Indicates if the item has to be displayed in the Settings Panel
1010
+
1011
+ ### `authoringLabel` (string)
1012
+
1013
+ Indicates the label for the option
1014
+
1015
+ ### `settingsLabel` (string)
1016
+
1017
+ Indicates the label for the item that has to be displayed in the Settings Panel
1018
+
1019
+ ## `addCategory` (object)
1020
+
1021
+ Properties of the `addCategory` object:
1022
+
1023
+ ### `settings` (boolean)
1024
+
1025
+ Indicates if the item has to be displayed in the Settings Panel
1026
+
1027
+ ### `authoringLabel` (string)
1028
+
1029
+ Indicates the label for the option
1030
+
1031
+ ### `settingsLabel` (string)
1032
+
1033
+ Indicates the label for the item that has to be displayed in the Settings Panel
1034
+
1035
+ # `availableChartTypes` (object)
1036
+
1037
+ Properties of the `availableChartTypes` object:
1038
+
1039
+ ## `bar` (string, required)
1040
+
1041
+ Indicates if bar chart is available and the label used for it.
1042
+
1043
+ ## `histogram` (string, required)
1044
+
1045
+ Indicates if histogram is available and the label used for it.
1046
+
1047
+ ## `lineDot` (string, required)
1048
+
1049
+ Indicates if line chart with dots is available and the label used for it.
1050
+
1051
+ ## `lineCross` (string, required)
1052
+
1053
+ Indicates if line chart with crosses is available and the label used for it.
1054
+
1055
+ ## `dotPlot` (string, required)
1056
+
1057
+ Indicates if dot plot is available and the label used for it.
1058
+
1059
+ ## `linePlot` (string, required)
1060
+
1061
+ Indicates if line plot is available and the label used for it.
1062
+
1063
+ # `chartTypeLabel` (string, required)
1064
+
1065
+ Indicates the label for the chart type
1066
+
1067
+ # `language` (object)
1068
+
1069
+ Properties of the `language` object:
1070
+
1071
+ ## `enabled` (boolean)
1072
+
1073
+ Indicates the value of the item if it affects config-ui
1074
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
1075
+
1076
+ ## `settings` (boolean)
1077
+
1078
+ Indicates if the item has to be displayed in the Settings Panel
1079
+
1080
+ ## `label` (string)
1081
+
1082
+ Indicates the label for the item that has to be displayed in the Settings Panel
1083
+
1084
+ # `labelsCharactersLimit` (number)
1085
+
1086
+ Indicates the maximum character limit for X and Y axis labels
1087
+
1088
+ # `languageChoices` (object)
1089
+
1090
+ Language choices configuration
1091
+ Only available if language is enabled
1092
+
1093
+ Properties of the `languageChoices` object:
1094
+
1095
+ ## `label` (string, required)
1096
+
1097
+ ## `options` (array, required)
1098
+
1099
+ The object is an array with all elements of the type `object`.
1100
+
1101
+ The array object has the following properties:
1102
+
1103
+ ### `value` (string, required)
1104
+
1105
+ Value of the language option
1106
+
1107
+ ### `label` (string, required)
1108
+
1109
+ Label of the language option
1110
+
1111
+ # `showPrompt` (boolean)
1112
+
1113
+ Determines whether prompt field will be displayed or not
1114
+
1115
+ Default: `true`
1116
+
1117
+ # `promptLabel` (string)
1118
+
1119
+ The label for the item stem/prompt field
1120
+
1121
+ Default: `"Item Stemm"`
1122
+
1123
+ # `contentDimensions` (object)
1124
+
1125
+ Indicates the dimensions configuration for the authoring container
1126
+ Note: Some items have a default minimum width because of their content, but if
1127
+ the minWidth is lower than this, the overflow behavior will take care of that
1128
+
1129
+ Properties of the `contentDimensions` object:
1130
+
1131
+ ## `maxHeight` (string,number)
1132
+
1133
+ Indicates the max height of the authoring container
1134
+
1135
+ Default: `"undefined"`
1136
+
1137
+ ## `maxWidth` (string,number)
1138
+
1139
+ Indicates the max width of the authoring container
1140
+
1141
+ Default: `"undefined"`
1142
+
1143
+ ## `minHeight` (string,number)
1144
+
1145
+ Indicates the min height of the authoring container
1146
+
1147
+ Default: `"undefined"`
1148
+
1149
+ ## `minWidth` (string,number)
1150
+
1151
+ Indicates the min width of the authoring container
1152
+
1153
+ Default: `"undefined"`
1154
+
1155
+ Default: `": {}"`
1156
+
1157
+ # `settingsPartialScoring` (boolean)
1158
+
1159
+ Indicates whether the settings panel wil allow the author to modify settings for partial scoring
1160
+
1161
+ Default: `true`
1162
+
1163
+ ---
1164
+
1165
+ # Sub Schemas
1166
+
1167
+ The schema defines the following additional types:
1168
+
1169
+ ## `EditableHtmlConfigureProp` (object)
1170
+
1171
+ Properties of the `EditableHtmlConfigureProp` object:
1172
+
1173
+ ### `math` (object)
1174
+
1175
+ Properties of the `math` object:
1176
+
1177
+ #### `disabled` (boolean)
1178
+
1179
+ Indicates if the plugin is disabled or not
1180
+
1181
+ ### `audio` (object)
1182
+
1183
+ Properties of the `audio` object:
1184
+
1185
+ #### `disabled` (boolean)
1186
+
1187
+ Indicates if the plugin is disabled or not
1188
+
1189
+ ### `video` (object)
1190
+
1191
+ Properties of the `video` object:
1192
+
1193
+ #### `disabled` (boolean)
1194
+
1195
+ Indicates if the plugin is disabled or not
1196
+
1197
+ ### `image` (object)
1198
+
1199
+ Properties of the `image` object:
1200
+
1201
+ #### `disabled` (boolean)
1202
+
1203
+ Indicates if the plugin is disabled or not
1204
+
1205
+ ### `customPlugins` (array)
1206
+
1207
+ An array of objects that determine custom plugins.
1208
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1209
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1210
+
1211
+ The object is an array with all elements of the type `object`.
1212
+
1213
+ The array object has the following properties:
1214
+
1215
+ #### `event` (string, required)
1216
+
1217
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1218
+ PIE will emit the event prefixed with "PIE-".
1219
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1220
+
1221
+ #### `iconAlt` (string, required)
1222
+
1223
+ The alt for the custom button icon
1224
+
1225
+ #### `iconType` (string, required)
1226
+
1227
+ The icon type.
1228
+ Currently, only "SVG" is supported.
1229
+
1230
+ #### `icon` (string, required)
1231
+
1232
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1233
+
1234
+ ### `blockquote` (object)
1235
+
1236
+ Properties of the `blockquote` object:
1237
+
1238
+ #### `disabled` (boolean)
1239
+
1240
+ Indicates if the plugin is disabled or not
1241
+
1242
+ ### `h3` (object)
1243
+
1244
+ Properties of the `h3` object:
1245
+
1246
+ #### `disabled` (boolean)
1247
+
1248
+ Indicates if the plugin is disabled or not
1249
+
1250
+ ### `characters` (object)
1251
+
1252
+ Properties of the `characters` object:
1253
+
1254
+ #### `disabled` (boolean)
1255
+
1256
+ Indicates if the plugin is disabled or not
1257
+
1258
+ ### `bold` (object)
1259
+
1260
+ Properties of the `bold` object:
1261
+
1262
+ #### `disabled` (boolean)
1263
+
1264
+ Indicates if the plugin is disabled or not
1265
+
1266
+ ### `html` (object)
1267
+
1268
+ Properties of the `html` object:
1269
+
1270
+ #### `disabled` (boolean)
1271
+
1272
+ Indicates if the plugin is disabled or not
1273
+
1274
+ ### `italic` (object)
1275
+
1276
+ Properties of the `italic` object:
1277
+
1278
+ #### `disabled` (boolean)
1279
+
1280
+ Indicates if the plugin is disabled or not
1281
+
1282
+ ### `ol_list` (object)
1283
+
1284
+ Properties of the `ol_list` object:
1285
+
1286
+ #### `disabled` (boolean)
1287
+
1288
+ Indicates if the plugin is disabled or not
1289
+
1290
+ ### `redo` (object)
1291
+
1292
+ Properties of the `redo` object:
1293
+
1294
+ #### `disabled` (boolean)
1295
+
1296
+ Indicates if the plugin is disabled or not
1297
+
1298
+ ### `strikethrough` (object)
1299
+
1300
+ Properties of the `strikethrough` object:
1301
+
1302
+ #### `disabled` (boolean)
1303
+
1304
+ Indicates if the plugin is disabled or not
1305
+
1306
+ ### `sub` (object)
1307
+
1308
+ Properties of the `sub` object:
1309
+
1310
+ #### `disabled` (boolean)
1311
+
1312
+ Indicates if the plugin is disabled or not
1313
+
1314
+ ### `sup` (object)
1315
+
1316
+ Properties of the `sup` object:
1317
+
1318
+ #### `disabled` (boolean)
1319
+
1320
+ Indicates if the plugin is disabled or not
1321
+
1322
+ ### `table` (object)
1323
+
1324
+ Properties of the `table` object:
1325
+
1326
+ #### `disabled` (boolean)
1327
+
1328
+ Indicates if the plugin is disabled or not
1329
+
1330
+ ### `ul_list` (object)
1331
+
1332
+ Properties of the `ul_list` object:
1333
+
1334
+ #### `disabled` (boolean)
1335
+
1336
+ Indicates if the plugin is disabled or not
1337
+
1338
+ ### `underline` (object)
1339
+
1340
+ Properties of the `underline` object:
1341
+
1342
+ #### `disabled` (boolean)
1343
+
1344
+ Indicates if the plugin is disabled or not
1345
+
1346
+ ### `undo` (object)
1347
+
1348
+ Properties of the `undo` object:
1349
+
1350
+ #### `disabled` (boolean)
1351
+
1352
+ Indicates if the plugin is disabled or not
1353
+
1354
+ ## `EditableHtmlButtonConfigure` (object)
1355
+
1356
+ Properties of the `EditableHtmlButtonConfigure` object:
1357
+
1358
+ ### `disabled` (boolean)
1359
+
1360
+ Indicates if the plugin is disabled or not
1361
+
1362
+ ## `CustomPlugin` (object)
1363
+
1364
+ Properties of the `CustomPlugin` object:
1365
+
1366
+ ### `event` (string, required)
1367
+
1368
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1369
+ PIE will emit the event prefixed with "PIE-".
1370
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1371
+
1372
+ ### `iconAlt` (string, required)
1373
+
1374
+ The alt for the custom button icon
1375
+
1376
+ ### `iconType` (string, required)
1377
+
1378
+ The icon type.
1379
+ Currently, only "SVG" is supported.
1380
+
1381
+ ### `icon` (string, required)
1382
+
1383
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1384
+
1385
+ ## `EditableHtmlPluginConfigureRequired` (object)
1386
+
1387
+ Properties of the `EditableHtmlPluginConfigureRequired` object:
1388
+
1389
+ ### `inputConfiguration` (object)
1390
+
1391
+ Properties of the `inputConfiguration` object:
1392
+
1393
+ #### `math` (object)
1394
+
1395
+ Properties of the `math` object:
1396
+
1397
+ ##### `disabled` (boolean)
1398
+
1399
+ Indicates if the plugin is disabled or not
1400
+
1401
+ #### `audio` (object)
1402
+
1403
+ Properties of the `audio` object:
1404
+
1405
+ ##### `disabled` (boolean)
1406
+
1407
+ Indicates if the plugin is disabled or not
1408
+
1409
+ #### `video` (object)
1410
+
1411
+ Properties of the `video` object:
1412
+
1413
+ ##### `disabled` (boolean)
1414
+
1415
+ Indicates if the plugin is disabled or not
1416
+
1417
+ #### `image` (object)
1418
+
1419
+ Properties of the `image` object:
1420
+
1421
+ ##### `disabled` (boolean)
1422
+
1423
+ Indicates if the plugin is disabled or not
1424
+
1425
+ #### `customPlugins` (array)
1426
+
1427
+ An array of objects that determine custom plugins.
1428
+ A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1429
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1430
+
1431
+ The object is an array with all elements of the type `object`.
1432
+
1433
+ The array object has the following properties:
1434
+
1435
+ ##### `event` (string, required)
1436
+
1437
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1438
+ PIE will emit the event prefixed with "PIE-".
1439
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1440
+
1441
+ ##### `iconAlt` (string, required)
1442
+
1443
+ The alt for the custom button icon
1444
+
1445
+ ##### `iconType` (string, required)
1446
+
1447
+ The icon type.
1448
+ Currently, only "SVG" is supported.
1449
+
1450
+ ##### `icon` (string, required)
1451
+
1452
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1453
+
1454
+ #### `blockquote` (object)
1455
+
1456
+ Properties of the `blockquote` object:
1457
+
1458
+ ##### `disabled` (boolean)
1459
+
1460
+ Indicates if the plugin is disabled or not
1461
+
1462
+ #### `h3` (object)
1463
+
1464
+ Properties of the `h3` object:
1465
+
1466
+ ##### `disabled` (boolean)
1467
+
1468
+ Indicates if the plugin is disabled or not
1469
+
1470
+ #### `characters` (object)
1471
+
1472
+ Properties of the `characters` object:
1473
+
1474
+ ##### `disabled` (boolean)
1475
+
1476
+ Indicates if the plugin is disabled or not
1477
+
1478
+ #### `bold` (object)
1479
+
1480
+ Properties of the `bold` object:
1481
+
1482
+ ##### `disabled` (boolean)
1483
+
1484
+ Indicates if the plugin is disabled or not
1485
+
1486
+ #### `html` (object)
1487
+
1488
+ Properties of the `html` object:
1489
+
1490
+ ##### `disabled` (boolean)
1491
+
1492
+ Indicates if the plugin is disabled or not
1493
+
1494
+ #### `italic` (object)
1495
+
1496
+ Properties of the `italic` object:
1497
+
1498
+ ##### `disabled` (boolean)
1499
+
1500
+ Indicates if the plugin is disabled or not
1501
+
1502
+ #### `ol_list` (object)
1503
+
1504
+ Properties of the `ol_list` object:
1505
+
1506
+ ##### `disabled` (boolean)
1507
+
1508
+ Indicates if the plugin is disabled or not
1509
+
1510
+ #### `redo` (object)
1511
+
1512
+ Properties of the `redo` object:
1513
+
1514
+ ##### `disabled` (boolean)
1515
+
1516
+ Indicates if the plugin is disabled or not
1517
+
1518
+ #### `strikethrough` (object)
1519
+
1520
+ Properties of the `strikethrough` object:
1521
+
1522
+ ##### `disabled` (boolean)
1523
+
1524
+ Indicates if the plugin is disabled or not
1525
+
1526
+ #### `sub` (object)
1527
+
1528
+ Properties of the `sub` object:
1529
+
1530
+ ##### `disabled` (boolean)
1531
+
1532
+ Indicates if the plugin is disabled or not
1533
+
1534
+ #### `sup` (object)
1535
+
1536
+ Properties of the `sup` object:
1537
+
1538
+ ##### `disabled` (boolean)
1539
+
1540
+ Indicates if the plugin is disabled or not
1541
+
1542
+ #### `table` (object)
1543
+
1544
+ Properties of the `table` object:
1545
+
1546
+ ##### `disabled` (boolean)
1547
+
1548
+ Indicates if the plugin is disabled or not
1549
+
1550
+ #### `ul_list` (object)
1551
+
1552
+ Properties of the `ul_list` object:
1553
+
1554
+ ##### `disabled` (boolean)
1555
+
1556
+ Indicates if the plugin is disabled or not
1557
+
1558
+ #### `underline` (object)
1559
+
1560
+ Properties of the `underline` object:
1561
+
1562
+ ##### `disabled` (boolean)
1563
+
1564
+ Indicates if the plugin is disabled or not
1565
+
1566
+ #### `undo` (object)
1567
+
1568
+ Properties of the `undo` object:
1569
+
1570
+ ##### `disabled` (boolean)
1571
+
1572
+ Indicates if the plugin is disabled or not
1573
+
1574
+ ### `required` (boolean)
1575
+
1576
+ Indicates if the item is required and the value cannot be empty
1577
+
1578
+ ### `settings` (boolean)
1579
+
1580
+ Indicates if the item has to be displayed in the Settings Panel
1581
+
1582
+ ### `label` (string)
1583
+
1584
+ Indicates the label for the item that has to be displayed in the Settings Panel
1585
+
1586
+ ## `ConfigureProp` (object)
1587
+
1588
+ Properties of the `ConfigureProp` object:
1589
+
1590
+ ### `settings` (boolean)
1591
+
1592
+ Indicates if the item has to be displayed in the Settings Panel
1593
+
1594
+ ### `label` (string)
1595
+
1596
+ Indicates the label for the item that has to be displayed in the Settings Panel
1597
+
1598
+ ## `LabelsPlaceholderConfigProp` (object)
1599
+
1600
+ Properties of the `LabelsPlaceholderConfigProp` object:
1601
+
1602
+ ### `top` (string)
1603
+
1604
+ This value is empty for charting. The property exist in order to be consistent with graphing configuration.
1605
+
1606
+ ### `right` (string)
1607
+
1608
+ This value is empty for charting. The property exist in order to be consistent with graphing configuration.
1609
+
1610
+ ### `bottom` (string)
1611
+
1612
+ Indicates the placeholder for the bottom label
1613
+
1614
+ ### `left` (string)
1615
+
1616
+ Indicates the placeholder for the left label
1617
+
1618
+ ### `enabled` (boolean)
1619
+
1620
+ Indicates the value of the item if it affects config-ui
1621
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
1622
+
1623
+ ### `settings` (boolean)
1624
+
1625
+ Indicates if the item has to be displayed in the Settings Panel
1626
+
1627
+ ### `label` (string)
1628
+
1629
+ Indicates the label for the item that has to be displayed in the Settings Panel
1630
+
1631
+ ## `ConfigurePropWithEnabled` (object)
1632
+
1633
+ Properties of the `ConfigurePropWithEnabled` object:
1634
+
1635
+ ### `enabled` (boolean)
1636
+
1637
+ Indicates the value of the item if it affects config-ui
1638
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
1639
+
1640
+ ### `settings` (boolean)
1641
+
1642
+ Indicates if the item has to be displayed in the Settings Panel
1643
+
1644
+ ### `label` (string)
1645
+
1646
+ Indicates the label for the item that has to be displayed in the Settings Panel
1647
+
1648
+ ## `AuthorNewCategoryDefaults` (object)
1649
+
1650
+ Properties of the `AuthorNewCategoryDefaults` object:
1651
+
1652
+ ### `settings` (boolean)
1653
+
1654
+ Indicates if the item has to be displayed in the Settings Panel
1655
+
1656
+ ### `label` (string)
1657
+
1658
+ Indicates the label for the new category
1659
+
1660
+ ### `interactive` (boolean)
1661
+
1662
+ Indicates if new category is interactive
1663
+
1664
+ ### `editable` (boolean)
1665
+
1666
+ Indicates if new category is editable
1667
+
1668
+ ## `ConfigureMathMLProp` (object)
1669
+
1670
+ Properties of the `ConfigureMathMLProp` object:
1671
+
1672
+ ### `mmlOutput` (number)
1673
+
1674
+ Indicates if model should have mathML output instead of latex
1675
+
1676
+ ### `mmlEditing` (number)
1677
+
1678
+ Indicates if mathML that's already in model should be editable
1679
+
1680
+ ## `ConfigureMaxImageDimensionsProp` (object)
1681
+
1682
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
1683
+
1684
+ ### `teacherInstructions` (number)
1685
+
1686
+ Indicates the max dimension for images in teacher instructions
1687
+
1688
+ ### `prompt` (number)
1689
+
1690
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
1691
+
1692
+ ### `rationale` (number)
1693
+
1694
+ Indicates the max dimension for images in rationale
1695
+
1696
+ ## `ChartingOptions` (object)
1697
+
1698
+ Properties of the `ChartingOptions` object:
1699
+
1700
+ ### `changeInteractive` (object)
1701
+
1702
+ Properties of the `changeInteractive` object:
1703
+
1704
+ #### `settings` (boolean)
1705
+
1706
+ Indicates if the item has to be displayed in the Settings Panel
1707
+
1708
+ #### `authoringLabel` (string)
1709
+
1710
+ Indicates the label for the option
1711
+
1712
+ #### `settingsLabel` (string)
1713
+
1714
+ Indicates the label for the item that has to be displayed in the Settings Panel
1715
+
1716
+ ### `changeEditable` (object)
1717
+
1718
+ Properties of the `changeEditable` object:
1719
+
1720
+ #### `settings` (boolean)
1721
+
1722
+ Indicates if the item has to be displayed in the Settings Panel
1723
+
1724
+ #### `authoringLabel` (string)
1725
+
1726
+ Indicates the label for the option
1727
+
1728
+ #### `settingsLabel` (string)
1729
+
1730
+ Indicates the label for the item that has to be displayed in the Settings Panel
1731
+
1732
+ ### `addCategory` (object)
1733
+
1734
+ Properties of the `addCategory` object:
1735
+
1736
+ #### `settings` (boolean)
1737
+
1738
+ Indicates if the item has to be displayed in the Settings Panel
1739
+
1740
+ #### `authoringLabel` (string)
1741
+
1742
+ Indicates the label for the option
1743
+
1744
+ #### `settingsLabel` (string)
1745
+
1746
+ Indicates the label for the item that has to be displayed in the Settings Panel
1747
+
1748
+ ## `ChartingOption` (object)
1749
+
1750
+ Properties of the `ChartingOption` object:
1751
+
1752
+ ### `settings` (boolean)
1753
+
1754
+ Indicates if the item has to be displayed in the Settings Panel
1755
+
1756
+ ### `authoringLabel` (string)
1757
+
1758
+ Indicates the label for the option
1759
+
1760
+ ### `settingsLabel` (string)
1761
+
1762
+ Indicates the label for the item that has to be displayed in the Settings Panel
1763
+
1764
+ ## `AvailableChartTypes` (object)
1765
+
1766
+ Properties of the `AvailableChartTypes` object:
1767
+
1768
+ ### `bar` (string, required)
1769
+
1770
+ Indicates if bar chart is available and the label used for it.
1771
+
1772
+ ### `histogram` (string, required)
1773
+
1774
+ Indicates if histogram is available and the label used for it.
1775
+
1776
+ ### `lineDot` (string, required)
1777
+
1778
+ Indicates if line chart with dots is available and the label used for it.
1779
+
1780
+ ### `lineCross` (string, required)
1781
+
1782
+ Indicates if line chart with crosses is available and the label used for it.
1783
+
1784
+ ### `dotPlot` (string, required)
1785
+
1786
+ Indicates if dot plot is available and the label used for it.
1787
+
1788
+ ### `linePlot` (string, required)
1789
+
1790
+ Indicates if line plot is available and the label used for it.
1791
+
1792
+ ## `ConfigureLanguageOptionsProp` (object)
1793
+
1794
+ Properties of the `ConfigureLanguageOptionsProp` object:
1795
+
1796
+ ### `value` (string, required)
1797
+
1798
+ Value of the language option
1799
+
1800
+ ### `label` (string, required)
1801
+
1802
+ Label of the language option