@pie-element/image-cloze-association 10.1.2-next.2 → 10.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 (130) hide show
  1. package/CHANGELOG.json +437 -0
  2. package/CHANGELOG.md +1997 -0
  3. package/LICENSE.md +5 -0
  4. package/README.md +1 -0
  5. package/configure/CHANGELOG.json +197 -0
  6. package/configure/CHANGELOG.md +1600 -0
  7. package/configure/lib/defaults.js +86 -0
  8. package/configure/lib/defaults.js.map +1 -0
  9. package/configure/lib/index.js +99 -0
  10. package/configure/lib/index.js.map +1 -0
  11. package/configure/lib/root.js +135 -0
  12. package/configure/lib/root.js.map +1 -0
  13. package/configure/package.json +23 -0
  14. package/configure/src/__tests__/index.test.js +155 -0
  15. package/configure/src/defaults.js +59 -0
  16. package/configure/src/index.js +114 -0
  17. package/configure/src/root.jsx +116 -0
  18. package/controller/CHANGELOG.json +137 -0
  19. package/controller/CHANGELOG.md +1149 -0
  20. package/controller/lib/defaults.js +14 -0
  21. package/controller/lib/defaults.js.map +1 -0
  22. package/controller/lib/index.js +304 -0
  23. package/controller/lib/index.js.map +1 -0
  24. package/controller/lib/utils.js +70 -0
  25. package/controller/lib/utils.js.map +1 -0
  26. package/controller/package.json +19 -0
  27. package/controller/src/__tests__/index.test.js +711 -0
  28. package/controller/src/defaults.js +7 -0
  29. package/controller/src/index.js +322 -0
  30. package/controller/src/utils.js +72 -0
  31. package/docs/config-schema.json +1382 -0
  32. package/docs/config-schema.json.md +1021 -0
  33. package/docs/demo/config.js +8 -0
  34. package/docs/demo/generate.js +74 -0
  35. package/docs/demo/index.html +1 -0
  36. package/docs/demo/session.js +16 -0
  37. package/docs/pie-schema.json +1085 -0
  38. package/docs/pie-schema.json.md +810 -0
  39. package/lib/constants.js +12 -0
  40. package/lib/constants.js.map +1 -0
  41. package/lib/evaluation-icon.js +60 -0
  42. package/lib/evaluation-icon.js.map +1 -0
  43. package/lib/image-container.js +94 -0
  44. package/lib/image-container.js.map +1 -0
  45. package/lib/image-drop-target.js +130 -0
  46. package/lib/image-drop-target.js.map +1 -0
  47. package/lib/index.js +220 -0
  48. package/lib/index.js.map +1 -0
  49. package/lib/interactive-section.js +104 -0
  50. package/lib/interactive-section.js.map +1 -0
  51. package/lib/possible-response.js +161 -0
  52. package/lib/possible-response.js.map +1 -0
  53. package/lib/possible-responses.js +58 -0
  54. package/lib/possible-responses.js.map +1 -0
  55. package/lib/root.js +491 -0
  56. package/lib/root.js.map +1 -0
  57. package/lib/static-html-span.js +35 -0
  58. package/lib/static-html-span.js.map +1 -0
  59. package/lib/utils-correctness.js +89 -0
  60. package/lib/utils-correctness.js.map +1 -0
  61. package/package.json +21 -86
  62. package/src/__tests__/index.test.js +174 -0
  63. package/src/__tests__/root.test.jsx +99 -0
  64. package/src/__tests__/utils.test.js +207 -0
  65. package/src/constants.js +5 -0
  66. package/src/evaluation-icon.jsx +54 -0
  67. package/src/image-container.jsx +90 -0
  68. package/src/image-drop-target.jsx +140 -0
  69. package/src/index.js +245 -0
  70. package/src/interactive-section.jsx +94 -0
  71. package/src/possible-response.jsx +152 -0
  72. package/src/possible-responses.jsx +52 -0
  73. package/src/root.jsx +490 -0
  74. package/src/static-html-span.jsx +30 -0
  75. package/src/utils-correctness.js +95 -0
  76. package/configure.js +0 -2
  77. package/controller.js +0 -1
  78. package/dist/author/defaults.d.ts +0 -88
  79. package/dist/author/defaults.js +0 -58
  80. package/dist/author/index.d.ts +0 -34
  81. package/dist/author/index.js +0 -71
  82. package/dist/author/root.d.ts +0 -14
  83. package/dist/author/root.js +0 -80
  84. package/dist/browser/Check-DL1c-mLM.js +0 -10708
  85. package/dist/browser/Check-DL1c-mLM.js.map +0 -1
  86. package/dist/browser/author/index.js +0 -38597
  87. package/dist/browser/author/index.js.map +0 -1
  88. package/dist/browser/controller/index.js +0 -171
  89. package/dist/browser/controller/index.js.map +0 -1
  90. package/dist/browser/delivery/index.js +0 -2699
  91. package/dist/browser/delivery/index.js.map +0 -1
  92. package/dist/browser/dist-BphSS14E.js +0 -346
  93. package/dist/browser/dist-BphSS14E.js.map +0 -1
  94. package/dist/browser/humps-CZ4RCLab.js +0 -67
  95. package/dist/browser/humps-CZ4RCLab.js.map +0 -1
  96. package/dist/browser/image-cloze-association.css +0 -2
  97. package/dist/controller/defaults.d.ts +0 -16
  98. package/dist/controller/defaults.js +0 -10
  99. package/dist/controller/index.d.ts +0 -23
  100. package/dist/controller/index.js +0 -122
  101. package/dist/controller/utils.d.ts +0 -14
  102. package/dist/controller/utils.js +0 -36
  103. package/dist/delivery/constants.d.ts +0 -14
  104. package/dist/delivery/evaluation-icon.d.ts +0 -28
  105. package/dist/delivery/evaluation-icon.js +0 -38
  106. package/dist/delivery/image-container.d.ts +0 -13
  107. package/dist/delivery/image-container.js +0 -61
  108. package/dist/delivery/image-drop-target.d.ts +0 -45
  109. package/dist/delivery/image-drop-target.js +0 -90
  110. package/dist/delivery/index.d.ts +0 -20
  111. package/dist/delivery/index.js +0 -110
  112. package/dist/delivery/interactive-section.d.ts +0 -15
  113. package/dist/delivery/interactive-section.js +0 -72
  114. package/dist/delivery/possible-response.d.ts +0 -34
  115. package/dist/delivery/possible-response.js +0 -100
  116. package/dist/delivery/possible-responses.d.ts +0 -31
  117. package/dist/delivery/possible-responses.js +0 -41
  118. package/dist/delivery/root.d.ts +0 -21
  119. package/dist/delivery/root.js +0 -278
  120. package/dist/delivery/static-html-span.d.ts +0 -14
  121. package/dist/delivery/static-html-span.js +0 -22
  122. package/dist/delivery/utils-correctness.d.ts +0 -10
  123. package/dist/delivery/utils-correctness.js +0 -43
  124. package/dist/index.d.ts +0 -1
  125. package/dist/index.iife.d.ts +0 -8
  126. package/dist/index.iife.js +0 -152
  127. package/dist/index.js +0 -2
  128. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js +0 -16
  129. package/dist/runtime-support.d.ts +0 -12
  130. package/dist/runtime-support.js +0 -12
@@ -0,0 +1,1021 @@
1
+ Config Object for @pie-elements/image-cloze-association
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
+ # `maxImageWidth` (object)
191
+
192
+ Properties of the `maxImageWidth` object:
193
+
194
+ ## `teacherInstructions` (number)
195
+
196
+ Indicates the max dimension for images in teacher instructions
197
+
198
+ ## `prompt` (number)
199
+
200
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
201
+
202
+ ## `rationale` (number)
203
+
204
+ Indicates the max dimension for images in rationale
205
+
206
+ # `maxImageHeight` (object)
207
+
208
+ Properties of the `maxImageHeight` object:
209
+
210
+ ## `teacherInstructions` (number)
211
+
212
+ Indicates the max dimension for images in teacher instructions
213
+
214
+ ## `prompt` (number)
215
+
216
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
217
+
218
+ ## `rationale` (number)
219
+
220
+ Indicates the max dimension for images in rationale
221
+
222
+ # `settingsPanelDisabled` (boolean)
223
+
224
+ Indicates if the settings panel is not available
225
+
226
+ # `spellCheck` (object)
227
+
228
+ Properties of the `spellCheck` object:
229
+
230
+ ## `settings` (boolean)
231
+
232
+ Indicates if the item has to be displayed in the Settings Panel
233
+
234
+ ## `label` (string)
235
+
236
+ Indicates the label for the item that has to be displayed in the Settings Panel
237
+
238
+ # `teacherInstructions` (object)
239
+
240
+ Properties of the `teacherInstructions` object:
241
+
242
+ ## `inputConfiguration` (object)
243
+
244
+ Properties of the `inputConfiguration` object:
245
+
246
+ ### `math` (object)
247
+
248
+ Properties of the `math` object:
249
+
250
+ #### `disabled` (boolean)
251
+
252
+ Indicates if the plugin is disabled or not
253
+
254
+ ### `audio` (object)
255
+
256
+ Properties of the `audio` object:
257
+
258
+ #### `disabled` (boolean)
259
+
260
+ Indicates if the plugin is disabled or not
261
+
262
+ ### `video` (object)
263
+
264
+ Properties of the `video` object:
265
+
266
+ #### `disabled` (boolean)
267
+
268
+ Indicates if the plugin is disabled or not
269
+
270
+ ### `image` (object)
271
+
272
+ Properties of the `image` object:
273
+
274
+ #### `disabled` (boolean)
275
+
276
+ Indicates if the plugin is disabled or not
277
+
278
+ ### `customPlugins` (array)
279
+
280
+ An array of objects that determine custom plugins.
281
+ 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).
282
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
283
+
284
+ The object is an array with all elements of the type `object`.
285
+
286
+ The array object has the following properties:
287
+
288
+ #### `event` (string, required)
289
+
290
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
291
+ PIE will emit the event prefixed with "PIE-".
292
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
293
+
294
+ #### `iconAlt` (string, required)
295
+
296
+ The alt for the custom button icon
297
+
298
+ #### `iconType` (string, required)
299
+
300
+ The icon type.
301
+ Currently, only "SVG" is supported.
302
+
303
+ #### `icon` (string, required)
304
+
305
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
306
+
307
+ ### `blockquote` (object)
308
+
309
+ Properties of the `blockquote` object:
310
+
311
+ #### `disabled` (boolean)
312
+
313
+ Indicates if the plugin is disabled or not
314
+
315
+ ### `h3` (object)
316
+
317
+ Properties of the `h3` object:
318
+
319
+ #### `disabled` (boolean)
320
+
321
+ Indicates if the plugin is disabled or not
322
+
323
+ ### `characters` (object)
324
+
325
+ Properties of the `characters` object:
326
+
327
+ #### `disabled` (boolean)
328
+
329
+ Indicates if the plugin is disabled or not
330
+
331
+ ### `bold` (object)
332
+
333
+ Properties of the `bold` object:
334
+
335
+ #### `disabled` (boolean)
336
+
337
+ Indicates if the plugin is disabled or not
338
+
339
+ ### `html` (object)
340
+
341
+ Properties of the `html` object:
342
+
343
+ #### `disabled` (boolean)
344
+
345
+ Indicates if the plugin is disabled or not
346
+
347
+ ### `italic` (object)
348
+
349
+ Properties of the `italic` object:
350
+
351
+ #### `disabled` (boolean)
352
+
353
+ Indicates if the plugin is disabled or not
354
+
355
+ ### `ol_list` (object)
356
+
357
+ Properties of the `ol_list` object:
358
+
359
+ #### `disabled` (boolean)
360
+
361
+ Indicates if the plugin is disabled or not
362
+
363
+ ### `redo` (object)
364
+
365
+ Properties of the `redo` object:
366
+
367
+ #### `disabled` (boolean)
368
+
369
+ Indicates if the plugin is disabled or not
370
+
371
+ ### `strikethrough` (object)
372
+
373
+ Properties of the `strikethrough` object:
374
+
375
+ #### `disabled` (boolean)
376
+
377
+ Indicates if the plugin is disabled or not
378
+
379
+ ### `sub` (object)
380
+
381
+ Properties of the `sub` object:
382
+
383
+ #### `disabled` (boolean)
384
+
385
+ Indicates if the plugin is disabled or not
386
+
387
+ ### `sup` (object)
388
+
389
+ Properties of the `sup` object:
390
+
391
+ #### `disabled` (boolean)
392
+
393
+ Indicates if the plugin is disabled or not
394
+
395
+ ### `table` (object)
396
+
397
+ Properties of the `table` object:
398
+
399
+ #### `disabled` (boolean)
400
+
401
+ Indicates if the plugin is disabled or not
402
+
403
+ ### `ul_list` (object)
404
+
405
+ Properties of the `ul_list` object:
406
+
407
+ #### `disabled` (boolean)
408
+
409
+ Indicates if the plugin is disabled or not
410
+
411
+ ### `underline` (object)
412
+
413
+ Properties of the `underline` object:
414
+
415
+ #### `disabled` (boolean)
416
+
417
+ Indicates if the plugin is disabled or not
418
+
419
+ ### `undo` (object)
420
+
421
+ Properties of the `undo` object:
422
+
423
+ #### `disabled` (boolean)
424
+
425
+ Indicates if the plugin is disabled or not
426
+
427
+ ## `required` (boolean)
428
+
429
+ Indicates if the item is required and the value cannot be empty
430
+
431
+ ## `settings` (boolean)
432
+
433
+ Indicates if the item has to be displayed in the Settings Panel
434
+
435
+ ## `label` (string)
436
+
437
+ Indicates the label for the item that has to be displayed in the Settings Panel
438
+
439
+ # `withRubric` (object)
440
+
441
+ Properties of the `withRubric` object:
442
+
443
+ ## `settings` (boolean)
444
+
445
+ Indicates if the item has to be displayed in the Settings Panel
446
+
447
+ ## `label` (string)
448
+
449
+ Indicates the label for the item that has to be displayed in the Settings Panel
450
+
451
+ # `language` (object)
452
+
453
+ Properties of the `language` object:
454
+
455
+ ## `enabled` (boolean)
456
+
457
+ Indicates the value of the item if it affects config-ui
458
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
459
+
460
+ ## `settings` (boolean)
461
+
462
+ Indicates if the item has to be displayed in the Settings Panel
463
+
464
+ ## `label` (string)
465
+
466
+ Indicates the label for the item that has to be displayed in the Settings Panel
467
+
468
+ # `languageChoices` (object)
469
+
470
+ Language choices configuration
471
+ Only available if language is enabled
472
+
473
+ Properties of the `languageChoices` object:
474
+
475
+ ## `label` (string, required)
476
+
477
+ ## `options` (array, required)
478
+
479
+ The object is an array with all elements of the type `object`.
480
+
481
+ The array object has the following properties:
482
+
483
+ ### `value` (string, required)
484
+
485
+ Value of the language option
486
+
487
+ ### `label` (string, required)
488
+
489
+ Label of the language option
490
+
491
+ # `showPrompt` (boolean)
492
+
493
+ Determines whether prompt field will be displayed or not
494
+
495
+ Default: `true`
496
+
497
+ # `promptLabel` (string)
498
+
499
+ The label for the item stem/prompt field
500
+
501
+ Default: `"Item Stemm"`
502
+
503
+ # `contentDimensions` (object)
504
+
505
+ Indicates the dimensions configuration for the authoring container
506
+ Note: Some items have a default minimum width because of their content, but if
507
+ the minWidth is lower than this, the overflow behavior will take care of that
508
+
509
+ Properties of the `contentDimensions` object:
510
+
511
+ ## `maxHeight` (string,number)
512
+
513
+ Indicates the max height of the authoring container
514
+
515
+ Default: `"undefined"`
516
+
517
+ ## `maxWidth` (string,number)
518
+
519
+ Indicates the max width of the authoring container
520
+
521
+ Default: `"undefined"`
522
+
523
+ ## `minHeight` (string,number)
524
+
525
+ Indicates the min height of the authoring container
526
+
527
+ Default: `"undefined"`
528
+
529
+ ## `minWidth` (string,number)
530
+
531
+ Indicates the min width of the authoring container
532
+
533
+ Default: `"undefined"`
534
+
535
+ Default: `": {}"`
536
+
537
+ # `settingsPartialScoring` (boolean)
538
+
539
+ Indicates whether the settings panel wil allow the author to modify settings for partial scoring
540
+
541
+ Default: `true`
542
+
543
+ ---
544
+
545
+ # Sub Schemas
546
+
547
+ The schema defines the following additional types:
548
+
549
+ ## `EditableHtmlConfigureProp` (object)
550
+
551
+ Properties of the `EditableHtmlConfigureProp` object:
552
+
553
+ ### `math` (object)
554
+
555
+ Properties of the `math` object:
556
+
557
+ #### `disabled` (boolean)
558
+
559
+ Indicates if the plugin is disabled or not
560
+
561
+ ### `audio` (object)
562
+
563
+ Properties of the `audio` object:
564
+
565
+ #### `disabled` (boolean)
566
+
567
+ Indicates if the plugin is disabled or not
568
+
569
+ ### `video` (object)
570
+
571
+ Properties of the `video` object:
572
+
573
+ #### `disabled` (boolean)
574
+
575
+ Indicates if the plugin is disabled or not
576
+
577
+ ### `image` (object)
578
+
579
+ Properties of the `image` object:
580
+
581
+ #### `disabled` (boolean)
582
+
583
+ Indicates if the plugin is disabled or not
584
+
585
+ ### `customPlugins` (array)
586
+
587
+ An array of objects that determine custom plugins.
588
+ 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).
589
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
590
+
591
+ The object is an array with all elements of the type `object`.
592
+
593
+ The array object has the following properties:
594
+
595
+ #### `event` (string, required)
596
+
597
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
598
+ PIE will emit the event prefixed with "PIE-".
599
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
600
+
601
+ #### `iconAlt` (string, required)
602
+
603
+ The alt for the custom button icon
604
+
605
+ #### `iconType` (string, required)
606
+
607
+ The icon type.
608
+ Currently, only "SVG" is supported.
609
+
610
+ #### `icon` (string, required)
611
+
612
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
613
+
614
+ ### `blockquote` (object)
615
+
616
+ Properties of the `blockquote` object:
617
+
618
+ #### `disabled` (boolean)
619
+
620
+ Indicates if the plugin is disabled or not
621
+
622
+ ### `h3` (object)
623
+
624
+ Properties of the `h3` object:
625
+
626
+ #### `disabled` (boolean)
627
+
628
+ Indicates if the plugin is disabled or not
629
+
630
+ ### `characters` (object)
631
+
632
+ Properties of the `characters` object:
633
+
634
+ #### `disabled` (boolean)
635
+
636
+ Indicates if the plugin is disabled or not
637
+
638
+ ### `bold` (object)
639
+
640
+ Properties of the `bold` object:
641
+
642
+ #### `disabled` (boolean)
643
+
644
+ Indicates if the plugin is disabled or not
645
+
646
+ ### `html` (object)
647
+
648
+ Properties of the `html` object:
649
+
650
+ #### `disabled` (boolean)
651
+
652
+ Indicates if the plugin is disabled or not
653
+
654
+ ### `italic` (object)
655
+
656
+ Properties of the `italic` object:
657
+
658
+ #### `disabled` (boolean)
659
+
660
+ Indicates if the plugin is disabled or not
661
+
662
+ ### `ol_list` (object)
663
+
664
+ Properties of the `ol_list` object:
665
+
666
+ #### `disabled` (boolean)
667
+
668
+ Indicates if the plugin is disabled or not
669
+
670
+ ### `redo` (object)
671
+
672
+ Properties of the `redo` object:
673
+
674
+ #### `disabled` (boolean)
675
+
676
+ Indicates if the plugin is disabled or not
677
+
678
+ ### `strikethrough` (object)
679
+
680
+ Properties of the `strikethrough` object:
681
+
682
+ #### `disabled` (boolean)
683
+
684
+ Indicates if the plugin is disabled or not
685
+
686
+ ### `sub` (object)
687
+
688
+ Properties of the `sub` object:
689
+
690
+ #### `disabled` (boolean)
691
+
692
+ Indicates if the plugin is disabled or not
693
+
694
+ ### `sup` (object)
695
+
696
+ Properties of the `sup` object:
697
+
698
+ #### `disabled` (boolean)
699
+
700
+ Indicates if the plugin is disabled or not
701
+
702
+ ### `table` (object)
703
+
704
+ Properties of the `table` object:
705
+
706
+ #### `disabled` (boolean)
707
+
708
+ Indicates if the plugin is disabled or not
709
+
710
+ ### `ul_list` (object)
711
+
712
+ Properties of the `ul_list` object:
713
+
714
+ #### `disabled` (boolean)
715
+
716
+ Indicates if the plugin is disabled or not
717
+
718
+ ### `underline` (object)
719
+
720
+ Properties of the `underline` object:
721
+
722
+ #### `disabled` (boolean)
723
+
724
+ Indicates if the plugin is disabled or not
725
+
726
+ ### `undo` (object)
727
+
728
+ Properties of the `undo` object:
729
+
730
+ #### `disabled` (boolean)
731
+
732
+ Indicates if the plugin is disabled or not
733
+
734
+ ## `EditableHtmlButtonConfigure` (object)
735
+
736
+ Properties of the `EditableHtmlButtonConfigure` object:
737
+
738
+ ### `disabled` (boolean)
739
+
740
+ Indicates if the plugin is disabled or not
741
+
742
+ ## `CustomPlugin` (object)
743
+
744
+ Properties of the `CustomPlugin` object:
745
+
746
+ ### `event` (string, required)
747
+
748
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
749
+ PIE will emit the event prefixed with "PIE-".
750
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
751
+
752
+ ### `iconAlt` (string, required)
753
+
754
+ The alt for the custom button icon
755
+
756
+ ### `iconType` (string, required)
757
+
758
+ The icon type.
759
+ Currently, only "SVG" is supported.
760
+
761
+ ### `icon` (string, required)
762
+
763
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
764
+
765
+ ## `ConfigureMaxImageDimensionsProp` (object)
766
+
767
+ Properties of the `ConfigureMaxImageDimensionsProp` object:
768
+
769
+ ### `teacherInstructions` (number)
770
+
771
+ Indicates the max dimension for images in teacher instructions
772
+
773
+ ### `prompt` (number)
774
+
775
+ Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified
776
+
777
+ ### `rationale` (number)
778
+
779
+ Indicates the max dimension for images in rationale
780
+
781
+ ## `ConfigureProp` (object)
782
+
783
+ Properties of the `ConfigureProp` object:
784
+
785
+ ### `settings` (boolean)
786
+
787
+ Indicates if the item has to be displayed in the Settings Panel
788
+
789
+ ### `label` (string)
790
+
791
+ Indicates the label for the item that has to be displayed in the Settings Panel
792
+
793
+ ## `EditableHtmlPluginConfigureRequired` (object)
794
+
795
+ Properties of the `EditableHtmlPluginConfigureRequired` object:
796
+
797
+ ### `inputConfiguration` (object)
798
+
799
+ Properties of the `inputConfiguration` object:
800
+
801
+ #### `math` (object)
802
+
803
+ Properties of the `math` object:
804
+
805
+ ##### `disabled` (boolean)
806
+
807
+ Indicates if the plugin is disabled or not
808
+
809
+ #### `audio` (object)
810
+
811
+ Properties of the `audio` object:
812
+
813
+ ##### `disabled` (boolean)
814
+
815
+ Indicates if the plugin is disabled or not
816
+
817
+ #### `video` (object)
818
+
819
+ Properties of the `video` object:
820
+
821
+ ##### `disabled` (boolean)
822
+
823
+ Indicates if the plugin is disabled or not
824
+
825
+ #### `image` (object)
826
+
827
+ Properties of the `image` object:
828
+
829
+ ##### `disabled` (boolean)
830
+
831
+ Indicates if the plugin is disabled or not
832
+
833
+ #### `customPlugins` (array)
834
+
835
+ An array of objects that determine custom plugins.
836
+ 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).
837
+ Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
838
+
839
+ The object is an array with all elements of the type `object`.
840
+
841
+ The array object has the following properties:
842
+
843
+ ##### `event` (string, required)
844
+
845
+ The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
846
+ PIE will emit the event prefixed with "PIE-".
847
+ Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
848
+
849
+ ##### `iconAlt` (string, required)
850
+
851
+ The alt for the custom button icon
852
+
853
+ ##### `iconType` (string, required)
854
+
855
+ The icon type.
856
+ Currently, only "SVG" is supported.
857
+
858
+ ##### `icon` (string, required)
859
+
860
+ The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
861
+
862
+ #### `blockquote` (object)
863
+
864
+ Properties of the `blockquote` object:
865
+
866
+ ##### `disabled` (boolean)
867
+
868
+ Indicates if the plugin is disabled or not
869
+
870
+ #### `h3` (object)
871
+
872
+ Properties of the `h3` object:
873
+
874
+ ##### `disabled` (boolean)
875
+
876
+ Indicates if the plugin is disabled or not
877
+
878
+ #### `characters` (object)
879
+
880
+ Properties of the `characters` object:
881
+
882
+ ##### `disabled` (boolean)
883
+
884
+ Indicates if the plugin is disabled or not
885
+
886
+ #### `bold` (object)
887
+
888
+ Properties of the `bold` object:
889
+
890
+ ##### `disabled` (boolean)
891
+
892
+ Indicates if the plugin is disabled or not
893
+
894
+ #### `html` (object)
895
+
896
+ Properties of the `html` object:
897
+
898
+ ##### `disabled` (boolean)
899
+
900
+ Indicates if the plugin is disabled or not
901
+
902
+ #### `italic` (object)
903
+
904
+ Properties of the `italic` object:
905
+
906
+ ##### `disabled` (boolean)
907
+
908
+ Indicates if the plugin is disabled or not
909
+
910
+ #### `ol_list` (object)
911
+
912
+ Properties of the `ol_list` object:
913
+
914
+ ##### `disabled` (boolean)
915
+
916
+ Indicates if the plugin is disabled or not
917
+
918
+ #### `redo` (object)
919
+
920
+ Properties of the `redo` object:
921
+
922
+ ##### `disabled` (boolean)
923
+
924
+ Indicates if the plugin is disabled or not
925
+
926
+ #### `strikethrough` (object)
927
+
928
+ Properties of the `strikethrough` object:
929
+
930
+ ##### `disabled` (boolean)
931
+
932
+ Indicates if the plugin is disabled or not
933
+
934
+ #### `sub` (object)
935
+
936
+ Properties of the `sub` object:
937
+
938
+ ##### `disabled` (boolean)
939
+
940
+ Indicates if the plugin is disabled or not
941
+
942
+ #### `sup` (object)
943
+
944
+ Properties of the `sup` object:
945
+
946
+ ##### `disabled` (boolean)
947
+
948
+ Indicates if the plugin is disabled or not
949
+
950
+ #### `table` (object)
951
+
952
+ Properties of the `table` object:
953
+
954
+ ##### `disabled` (boolean)
955
+
956
+ Indicates if the plugin is disabled or not
957
+
958
+ #### `ul_list` (object)
959
+
960
+ Properties of the `ul_list` object:
961
+
962
+ ##### `disabled` (boolean)
963
+
964
+ Indicates if the plugin is disabled or not
965
+
966
+ #### `underline` (object)
967
+
968
+ Properties of the `underline` object:
969
+
970
+ ##### `disabled` (boolean)
971
+
972
+ Indicates if the plugin is disabled or not
973
+
974
+ #### `undo` (object)
975
+
976
+ Properties of the `undo` object:
977
+
978
+ ##### `disabled` (boolean)
979
+
980
+ Indicates if the plugin is disabled or not
981
+
982
+ ### `required` (boolean)
983
+
984
+ Indicates if the item is required and the value cannot be empty
985
+
986
+ ### `settings` (boolean)
987
+
988
+ Indicates if the item has to be displayed in the Settings Panel
989
+
990
+ ### `label` (string)
991
+
992
+ Indicates the label for the item that has to be displayed in the Settings Panel
993
+
994
+ ## `ConfigurePropWithEnabled` (object)
995
+
996
+ Properties of the `ConfigurePropWithEnabled` object:
997
+
998
+ ### `enabled` (boolean)
999
+
1000
+ Indicates the value of the item if it affects config-ui
1001
+ (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
1002
+
1003
+ ### `settings` (boolean)
1004
+
1005
+ Indicates if the item has to be displayed in the Settings Panel
1006
+
1007
+ ### `label` (string)
1008
+
1009
+ Indicates the label for the item that has to be displayed in the Settings Panel
1010
+
1011
+ ## `ConfigureLanguageOptionsProp` (object)
1012
+
1013
+ Properties of the `ConfigureLanguageOptionsProp` object:
1014
+
1015
+ ### `value` (string, required)
1016
+
1017
+ Value of the language option
1018
+
1019
+ ### `label` (string, required)
1020
+
1021
+ Label of the language option