@pie-element/inline-dropdown 5.8.0 → 5.9.0
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/CHANGELOG.md +11 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/lib/defaults.js +60 -3
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/main.js +14 -0
- package/configure/lib/main.js.map +1 -1
- package/configure/package.json +1 -1
- package/docs/config-schema.json +448 -5
- package/docs/config-schema.json.md +322 -2
- package/docs/pie-schema.json +179 -2
- package/docs/pie-schema.json.md +130 -2
- package/package.json +2 -3
package/docs/config-schema.json
CHANGED
|
@@ -3,6 +3,56 @@
|
|
|
3
3
|
"additionalProperties": false,
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
6
|
+
"baseInputConfiguration": {
|
|
7
|
+
"title": "EditableHtmlConfigureProp",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"math": {
|
|
11
|
+
"title": "EditableHtmlButtonConfigure",
|
|
12
|
+
"type": "object",
|
|
13
|
+
"properties": {
|
|
14
|
+
"disabled": {
|
|
15
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
16
|
+
"type": "boolean",
|
|
17
|
+
"title": "disabled"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"audio": {
|
|
22
|
+
"title": "EditableHtmlButtonConfigure",
|
|
23
|
+
"type": "object",
|
|
24
|
+
"properties": {
|
|
25
|
+
"disabled": {
|
|
26
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
27
|
+
"type": "boolean",
|
|
28
|
+
"title": "disabled"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"video": {
|
|
33
|
+
"title": "EditableHtmlButtonConfigure",
|
|
34
|
+
"type": "object",
|
|
35
|
+
"properties": {
|
|
36
|
+
"disabled": {
|
|
37
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"title": "disabled"
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"image": {
|
|
44
|
+
"title": "EditableHtmlButtonConfigure",
|
|
45
|
+
"type": "object",
|
|
46
|
+
"properties": {
|
|
47
|
+
"disabled": {
|
|
48
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"title": "disabled"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
6
56
|
"choices": {
|
|
7
57
|
"title": "ConfigureProp",
|
|
8
58
|
"type": "object",
|
|
@@ -20,9 +70,59 @@
|
|
|
20
70
|
}
|
|
21
71
|
},
|
|
22
72
|
"prompt": {
|
|
23
|
-
"title": "
|
|
73
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
24
74
|
"type": "object",
|
|
25
75
|
"properties": {
|
|
76
|
+
"inputConfiguration": {
|
|
77
|
+
"title": "EditableHtmlConfigureProp",
|
|
78
|
+
"type": "object",
|
|
79
|
+
"properties": {
|
|
80
|
+
"math": {
|
|
81
|
+
"title": "EditableHtmlButtonConfigure",
|
|
82
|
+
"type": "object",
|
|
83
|
+
"properties": {
|
|
84
|
+
"disabled": {
|
|
85
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
86
|
+
"type": "boolean",
|
|
87
|
+
"title": "disabled"
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"audio": {
|
|
92
|
+
"title": "EditableHtmlButtonConfigure",
|
|
93
|
+
"type": "object",
|
|
94
|
+
"properties": {
|
|
95
|
+
"disabled": {
|
|
96
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
97
|
+
"type": "boolean",
|
|
98
|
+
"title": "disabled"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"video": {
|
|
103
|
+
"title": "EditableHtmlButtonConfigure",
|
|
104
|
+
"type": "object",
|
|
105
|
+
"properties": {
|
|
106
|
+
"disabled": {
|
|
107
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
108
|
+
"type": "boolean",
|
|
109
|
+
"title": "disabled"
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"image": {
|
|
114
|
+
"title": "EditableHtmlButtonConfigure",
|
|
115
|
+
"type": "object",
|
|
116
|
+
"properties": {
|
|
117
|
+
"disabled": {
|
|
118
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
119
|
+
"type": "boolean",
|
|
120
|
+
"title": "disabled"
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
26
126
|
"required": {
|
|
27
127
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
28
128
|
"type": "boolean",
|
|
@@ -73,9 +173,59 @@
|
|
|
73
173
|
}
|
|
74
174
|
},
|
|
75
175
|
"rationale": {
|
|
76
|
-
"title": "
|
|
176
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
77
177
|
"type": "object",
|
|
78
178
|
"properties": {
|
|
179
|
+
"inputConfiguration": {
|
|
180
|
+
"title": "EditableHtmlConfigureProp",
|
|
181
|
+
"type": "object",
|
|
182
|
+
"properties": {
|
|
183
|
+
"math": {
|
|
184
|
+
"title": "EditableHtmlButtonConfigure",
|
|
185
|
+
"type": "object",
|
|
186
|
+
"properties": {
|
|
187
|
+
"disabled": {
|
|
188
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
189
|
+
"type": "boolean",
|
|
190
|
+
"title": "disabled"
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
"audio": {
|
|
195
|
+
"title": "EditableHtmlButtonConfigure",
|
|
196
|
+
"type": "object",
|
|
197
|
+
"properties": {
|
|
198
|
+
"disabled": {
|
|
199
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"title": "disabled"
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"video": {
|
|
206
|
+
"title": "EditableHtmlButtonConfigure",
|
|
207
|
+
"type": "object",
|
|
208
|
+
"properties": {
|
|
209
|
+
"disabled": {
|
|
210
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
211
|
+
"type": "boolean",
|
|
212
|
+
"title": "disabled"
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
"image": {
|
|
217
|
+
"title": "EditableHtmlButtonConfigure",
|
|
218
|
+
"type": "object",
|
|
219
|
+
"properties": {
|
|
220
|
+
"disabled": {
|
|
221
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
222
|
+
"type": "boolean",
|
|
223
|
+
"title": "disabled"
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
79
229
|
"required": {
|
|
80
230
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
81
231
|
"type": "boolean",
|
|
@@ -163,9 +313,59 @@
|
|
|
163
313
|
}
|
|
164
314
|
},
|
|
165
315
|
"teacherInstructions": {
|
|
166
|
-
"title": "
|
|
316
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
167
317
|
"type": "object",
|
|
168
318
|
"properties": {
|
|
319
|
+
"inputConfiguration": {
|
|
320
|
+
"title": "EditableHtmlConfigureProp",
|
|
321
|
+
"type": "object",
|
|
322
|
+
"properties": {
|
|
323
|
+
"math": {
|
|
324
|
+
"title": "EditableHtmlButtonConfigure",
|
|
325
|
+
"type": "object",
|
|
326
|
+
"properties": {
|
|
327
|
+
"disabled": {
|
|
328
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
329
|
+
"type": "boolean",
|
|
330
|
+
"title": "disabled"
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
"audio": {
|
|
335
|
+
"title": "EditableHtmlButtonConfigure",
|
|
336
|
+
"type": "object",
|
|
337
|
+
"properties": {
|
|
338
|
+
"disabled": {
|
|
339
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
340
|
+
"type": "boolean",
|
|
341
|
+
"title": "disabled"
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
"video": {
|
|
346
|
+
"title": "EditableHtmlButtonConfigure",
|
|
347
|
+
"type": "object",
|
|
348
|
+
"properties": {
|
|
349
|
+
"disabled": {
|
|
350
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
351
|
+
"type": "boolean",
|
|
352
|
+
"title": "disabled"
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
},
|
|
356
|
+
"image": {
|
|
357
|
+
"title": "EditableHtmlButtonConfigure",
|
|
358
|
+
"type": "object",
|
|
359
|
+
"properties": {
|
|
360
|
+
"disabled": {
|
|
361
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
362
|
+
"type": "boolean",
|
|
363
|
+
"title": "disabled"
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
},
|
|
169
369
|
"required": {
|
|
170
370
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
171
371
|
"type": "boolean",
|
|
@@ -183,6 +383,72 @@
|
|
|
183
383
|
}
|
|
184
384
|
}
|
|
185
385
|
},
|
|
386
|
+
"template": {
|
|
387
|
+
"title": "EditableHtmlPluginConfigure",
|
|
388
|
+
"type": "object",
|
|
389
|
+
"properties": {
|
|
390
|
+
"inputConfiguration": {
|
|
391
|
+
"title": "EditableHtmlConfigureProp",
|
|
392
|
+
"type": "object",
|
|
393
|
+
"properties": {
|
|
394
|
+
"math": {
|
|
395
|
+
"title": "EditableHtmlButtonConfigure",
|
|
396
|
+
"type": "object",
|
|
397
|
+
"properties": {
|
|
398
|
+
"disabled": {
|
|
399
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
400
|
+
"type": "boolean",
|
|
401
|
+
"title": "disabled"
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
},
|
|
405
|
+
"audio": {
|
|
406
|
+
"title": "EditableHtmlButtonConfigure",
|
|
407
|
+
"type": "object",
|
|
408
|
+
"properties": {
|
|
409
|
+
"disabled": {
|
|
410
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
411
|
+
"type": "boolean",
|
|
412
|
+
"title": "disabled"
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"video": {
|
|
417
|
+
"title": "EditableHtmlButtonConfigure",
|
|
418
|
+
"type": "object",
|
|
419
|
+
"properties": {
|
|
420
|
+
"disabled": {
|
|
421
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
422
|
+
"type": "boolean",
|
|
423
|
+
"title": "disabled"
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
},
|
|
427
|
+
"image": {
|
|
428
|
+
"title": "EditableHtmlButtonConfigure",
|
|
429
|
+
"type": "object",
|
|
430
|
+
"properties": {
|
|
431
|
+
"disabled": {
|
|
432
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
433
|
+
"type": "boolean",
|
|
434
|
+
"title": "disabled"
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"settings": {
|
|
441
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
442
|
+
"type": "boolean",
|
|
443
|
+
"title": "settings"
|
|
444
|
+
},
|
|
445
|
+
"label": {
|
|
446
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
447
|
+
"type": "string",
|
|
448
|
+
"title": "label"
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
},
|
|
186
452
|
"maxResponseAreas": {
|
|
187
453
|
"description": "Maximum number of response areas",
|
|
188
454
|
"type": "number",
|
|
@@ -391,6 +657,67 @@
|
|
|
391
657
|
}
|
|
392
658
|
},
|
|
393
659
|
"definitions": {
|
|
660
|
+
"EditableHtmlConfigureProp": {
|
|
661
|
+
"title": "EditableHtmlConfigureProp",
|
|
662
|
+
"type": "object",
|
|
663
|
+
"properties": {
|
|
664
|
+
"math": {
|
|
665
|
+
"title": "EditableHtmlButtonConfigure",
|
|
666
|
+
"type": "object",
|
|
667
|
+
"properties": {
|
|
668
|
+
"disabled": {
|
|
669
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
670
|
+
"type": "boolean",
|
|
671
|
+
"title": "disabled"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
"audio": {
|
|
676
|
+
"title": "EditableHtmlButtonConfigure",
|
|
677
|
+
"type": "object",
|
|
678
|
+
"properties": {
|
|
679
|
+
"disabled": {
|
|
680
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
681
|
+
"type": "boolean",
|
|
682
|
+
"title": "disabled"
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
"video": {
|
|
687
|
+
"title": "EditableHtmlButtonConfigure",
|
|
688
|
+
"type": "object",
|
|
689
|
+
"properties": {
|
|
690
|
+
"disabled": {
|
|
691
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
692
|
+
"type": "boolean",
|
|
693
|
+
"title": "disabled"
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
"image": {
|
|
698
|
+
"title": "EditableHtmlButtonConfigure",
|
|
699
|
+
"type": "object",
|
|
700
|
+
"properties": {
|
|
701
|
+
"disabled": {
|
|
702
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
703
|
+
"type": "boolean",
|
|
704
|
+
"title": "disabled"
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
},
|
|
710
|
+
"EditableHtmlButtonConfigure": {
|
|
711
|
+
"title": "EditableHtmlButtonConfigure",
|
|
712
|
+
"type": "object",
|
|
713
|
+
"properties": {
|
|
714
|
+
"disabled": {
|
|
715
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
716
|
+
"type": "boolean",
|
|
717
|
+
"title": "disabled"
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
},
|
|
394
721
|
"ConfigureProp": {
|
|
395
722
|
"title": "ConfigureProp",
|
|
396
723
|
"type": "object",
|
|
@@ -407,10 +734,60 @@
|
|
|
407
734
|
}
|
|
408
735
|
}
|
|
409
736
|
},
|
|
410
|
-
"
|
|
411
|
-
"title": "
|
|
737
|
+
"EditableHtmlPluginConfigureRequired": {
|
|
738
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
412
739
|
"type": "object",
|
|
413
740
|
"properties": {
|
|
741
|
+
"inputConfiguration": {
|
|
742
|
+
"title": "EditableHtmlConfigureProp",
|
|
743
|
+
"type": "object",
|
|
744
|
+
"properties": {
|
|
745
|
+
"math": {
|
|
746
|
+
"title": "EditableHtmlButtonConfigure",
|
|
747
|
+
"type": "object",
|
|
748
|
+
"properties": {
|
|
749
|
+
"disabled": {
|
|
750
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
751
|
+
"type": "boolean",
|
|
752
|
+
"title": "disabled"
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"audio": {
|
|
757
|
+
"title": "EditableHtmlButtonConfigure",
|
|
758
|
+
"type": "object",
|
|
759
|
+
"properties": {
|
|
760
|
+
"disabled": {
|
|
761
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
762
|
+
"type": "boolean",
|
|
763
|
+
"title": "disabled"
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"video": {
|
|
768
|
+
"title": "EditableHtmlButtonConfigure",
|
|
769
|
+
"type": "object",
|
|
770
|
+
"properties": {
|
|
771
|
+
"disabled": {
|
|
772
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
773
|
+
"type": "boolean",
|
|
774
|
+
"title": "disabled"
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
"image": {
|
|
779
|
+
"title": "EditableHtmlButtonConfigure",
|
|
780
|
+
"type": "object",
|
|
781
|
+
"properties": {
|
|
782
|
+
"disabled": {
|
|
783
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
784
|
+
"type": "boolean",
|
|
785
|
+
"title": "disabled"
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
},
|
|
414
791
|
"required": {
|
|
415
792
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
416
793
|
"type": "boolean",
|
|
@@ -428,6 +805,72 @@
|
|
|
428
805
|
}
|
|
429
806
|
}
|
|
430
807
|
},
|
|
808
|
+
"EditableHtmlPluginConfigure": {
|
|
809
|
+
"title": "EditableHtmlPluginConfigure",
|
|
810
|
+
"type": "object",
|
|
811
|
+
"properties": {
|
|
812
|
+
"inputConfiguration": {
|
|
813
|
+
"title": "EditableHtmlConfigureProp",
|
|
814
|
+
"type": "object",
|
|
815
|
+
"properties": {
|
|
816
|
+
"math": {
|
|
817
|
+
"title": "EditableHtmlButtonConfigure",
|
|
818
|
+
"type": "object",
|
|
819
|
+
"properties": {
|
|
820
|
+
"disabled": {
|
|
821
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
822
|
+
"type": "boolean",
|
|
823
|
+
"title": "disabled"
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
"audio": {
|
|
828
|
+
"title": "EditableHtmlButtonConfigure",
|
|
829
|
+
"type": "object",
|
|
830
|
+
"properties": {
|
|
831
|
+
"disabled": {
|
|
832
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
833
|
+
"type": "boolean",
|
|
834
|
+
"title": "disabled"
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"video": {
|
|
839
|
+
"title": "EditableHtmlButtonConfigure",
|
|
840
|
+
"type": "object",
|
|
841
|
+
"properties": {
|
|
842
|
+
"disabled": {
|
|
843
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
844
|
+
"type": "boolean",
|
|
845
|
+
"title": "disabled"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"image": {
|
|
850
|
+
"title": "EditableHtmlButtonConfigure",
|
|
851
|
+
"type": "object",
|
|
852
|
+
"properties": {
|
|
853
|
+
"disabled": {
|
|
854
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
855
|
+
"type": "boolean",
|
|
856
|
+
"title": "disabled"
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
"settings": {
|
|
863
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
864
|
+
"type": "boolean",
|
|
865
|
+
"title": "settings"
|
|
866
|
+
},
|
|
867
|
+
"label": {
|
|
868
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
869
|
+
"type": "string",
|
|
870
|
+
"title": "label"
|
|
871
|
+
}
|
|
872
|
+
}
|
|
873
|
+
},
|
|
431
874
|
"ConfigureMaxImageDimensionsProp": {
|
|
432
875
|
"title": "ConfigureMaxImageDimensionsProp",
|
|
433
876
|
"type": "object",
|