@pie-element/complex-rubric 2.5.1-next.9 → 2.6.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.
@@ -280,6 +280,56 @@
280
280
  "title": "RubricConfigure",
281
281
  "type": "object",
282
282
  "properties": {
283
+ "baseInputConfiguration": {
284
+ "title": "EditableHtmlConfigureProp",
285
+ "type": "object",
286
+ "properties": {
287
+ "math": {
288
+ "title": "EditableHtmlButtonConfigure",
289
+ "type": "object",
290
+ "properties": {
291
+ "disabled": {
292
+ "description": "Indicates if the plugin is disabled or not",
293
+ "type": "boolean",
294
+ "title": "disabled"
295
+ }
296
+ }
297
+ },
298
+ "audio": {
299
+ "title": "EditableHtmlButtonConfigure",
300
+ "type": "object",
301
+ "properties": {
302
+ "disabled": {
303
+ "description": "Indicates if the plugin is disabled or not",
304
+ "type": "boolean",
305
+ "title": "disabled"
306
+ }
307
+ }
308
+ },
309
+ "video": {
310
+ "title": "EditableHtmlButtonConfigure",
311
+ "type": "object",
312
+ "properties": {
313
+ "disabled": {
314
+ "description": "Indicates if the plugin is disabled or not",
315
+ "type": "boolean",
316
+ "title": "disabled"
317
+ }
318
+ }
319
+ },
320
+ "image": {
321
+ "title": "EditableHtmlButtonConfigure",
322
+ "type": "object",
323
+ "properties": {
324
+ "disabled": {
325
+ "description": "Indicates if the plugin is disabled or not",
326
+ "type": "boolean",
327
+ "title": "disabled"
328
+ }
329
+ }
330
+ }
331
+ }
332
+ },
283
333
  "settingsPanelDisabled": {
284
334
  "description": "Indicates if the settings panel is not available",
285
335
  "type": "boolean",
@@ -407,6 +457,67 @@
407
457
  }
408
458
  }
409
459
  },
460
+ "EditableHtmlConfigureProp": {
461
+ "title": "EditableHtmlConfigureProp",
462
+ "type": "object",
463
+ "properties": {
464
+ "math": {
465
+ "title": "EditableHtmlButtonConfigure",
466
+ "type": "object",
467
+ "properties": {
468
+ "disabled": {
469
+ "description": "Indicates if the plugin is disabled or not",
470
+ "type": "boolean",
471
+ "title": "disabled"
472
+ }
473
+ }
474
+ },
475
+ "audio": {
476
+ "title": "EditableHtmlButtonConfigure",
477
+ "type": "object",
478
+ "properties": {
479
+ "disabled": {
480
+ "description": "Indicates if the plugin is disabled or not",
481
+ "type": "boolean",
482
+ "title": "disabled"
483
+ }
484
+ }
485
+ },
486
+ "video": {
487
+ "title": "EditableHtmlButtonConfigure",
488
+ "type": "object",
489
+ "properties": {
490
+ "disabled": {
491
+ "description": "Indicates if the plugin is disabled or not",
492
+ "type": "boolean",
493
+ "title": "disabled"
494
+ }
495
+ }
496
+ },
497
+ "image": {
498
+ "title": "EditableHtmlButtonConfigure",
499
+ "type": "object",
500
+ "properties": {
501
+ "disabled": {
502
+ "description": "Indicates if the plugin is disabled or not",
503
+ "type": "boolean",
504
+ "title": "disabled"
505
+ }
506
+ }
507
+ }
508
+ }
509
+ },
510
+ "EditableHtmlButtonConfigure": {
511
+ "title": "EditableHtmlButtonConfigure",
512
+ "type": "object",
513
+ "properties": {
514
+ "disabled": {
515
+ "description": "Indicates if the plugin is disabled or not",
516
+ "type": "boolean",
517
+ "title": "disabled"
518
+ }
519
+ }
520
+ },
410
521
  "ConfigureProp": {
411
522
  "title": "ConfigureProp",
412
523
  "type": "object",
@@ -445,6 +556,188 @@
445
556
  "title": "MultiTraitRubricConfigure",
446
557
  "type": "object",
447
558
  "properties": {
559
+ "baseInputConfiguration": {
560
+ "title": "EditableHtmlConfigureProp",
561
+ "type": "object",
562
+ "properties": {
563
+ "math": {
564
+ "title": "EditableHtmlButtonConfigure",
565
+ "type": "object",
566
+ "properties": {
567
+ "disabled": {
568
+ "description": "Indicates if the plugin is disabled or not",
569
+ "type": "boolean",
570
+ "title": "disabled"
571
+ }
572
+ }
573
+ },
574
+ "audio": {
575
+ "title": "EditableHtmlButtonConfigure",
576
+ "type": "object",
577
+ "properties": {
578
+ "disabled": {
579
+ "description": "Indicates if the plugin is disabled or not",
580
+ "type": "boolean",
581
+ "title": "disabled"
582
+ }
583
+ }
584
+ },
585
+ "video": {
586
+ "title": "EditableHtmlButtonConfigure",
587
+ "type": "object",
588
+ "properties": {
589
+ "disabled": {
590
+ "description": "Indicates if the plugin is disabled or not",
591
+ "type": "boolean",
592
+ "title": "disabled"
593
+ }
594
+ }
595
+ },
596
+ "image": {
597
+ "title": "EditableHtmlButtonConfigure",
598
+ "type": "object",
599
+ "properties": {
600
+ "disabled": {
601
+ "description": "Indicates if the plugin is disabled or not",
602
+ "type": "boolean",
603
+ "title": "disabled"
604
+ }
605
+ }
606
+ }
607
+ }
608
+ },
609
+ "expandedInput": {
610
+ "title": "EditableHtmlPluginConfigure",
611
+ "type": "object",
612
+ "properties": {
613
+ "inputConfiguration": {
614
+ "title": "EditableHtmlConfigureProp",
615
+ "type": "object",
616
+ "properties": {
617
+ "math": {
618
+ "title": "EditableHtmlButtonConfigure",
619
+ "type": "object",
620
+ "properties": {
621
+ "disabled": {
622
+ "description": "Indicates if the plugin is disabled or not",
623
+ "type": "boolean",
624
+ "title": "disabled"
625
+ }
626
+ }
627
+ },
628
+ "audio": {
629
+ "title": "EditableHtmlButtonConfigure",
630
+ "type": "object",
631
+ "properties": {
632
+ "disabled": {
633
+ "description": "Indicates if the plugin is disabled or not",
634
+ "type": "boolean",
635
+ "title": "disabled"
636
+ }
637
+ }
638
+ },
639
+ "video": {
640
+ "title": "EditableHtmlButtonConfigure",
641
+ "type": "object",
642
+ "properties": {
643
+ "disabled": {
644
+ "description": "Indicates if the plugin is disabled or not",
645
+ "type": "boolean",
646
+ "title": "disabled"
647
+ }
648
+ }
649
+ },
650
+ "image": {
651
+ "title": "EditableHtmlButtonConfigure",
652
+ "type": "object",
653
+ "properties": {
654
+ "disabled": {
655
+ "description": "Indicates if the plugin is disabled or not",
656
+ "type": "boolean",
657
+ "title": "disabled"
658
+ }
659
+ }
660
+ }
661
+ }
662
+ },
663
+ "settings": {
664
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
665
+ "type": "boolean",
666
+ "title": "settings"
667
+ },
668
+ "label": {
669
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
670
+ "type": "string",
671
+ "title": "label"
672
+ }
673
+ }
674
+ },
675
+ "labelInput": {
676
+ "title": "EditableHtmlPluginConfigure",
677
+ "type": "object",
678
+ "properties": {
679
+ "inputConfiguration": {
680
+ "title": "EditableHtmlConfigureProp",
681
+ "type": "object",
682
+ "properties": {
683
+ "math": {
684
+ "title": "EditableHtmlButtonConfigure",
685
+ "type": "object",
686
+ "properties": {
687
+ "disabled": {
688
+ "description": "Indicates if the plugin is disabled or not",
689
+ "type": "boolean",
690
+ "title": "disabled"
691
+ }
692
+ }
693
+ },
694
+ "audio": {
695
+ "title": "EditableHtmlButtonConfigure",
696
+ "type": "object",
697
+ "properties": {
698
+ "disabled": {
699
+ "description": "Indicates if the plugin is disabled or not",
700
+ "type": "boolean",
701
+ "title": "disabled"
702
+ }
703
+ }
704
+ },
705
+ "video": {
706
+ "title": "EditableHtmlButtonConfigure",
707
+ "type": "object",
708
+ "properties": {
709
+ "disabled": {
710
+ "description": "Indicates if the plugin is disabled or not",
711
+ "type": "boolean",
712
+ "title": "disabled"
713
+ }
714
+ }
715
+ },
716
+ "image": {
717
+ "title": "EditableHtmlButtonConfigure",
718
+ "type": "object",
719
+ "properties": {
720
+ "disabled": {
721
+ "description": "Indicates if the plugin is disabled or not",
722
+ "type": "boolean",
723
+ "title": "disabled"
724
+ }
725
+ }
726
+ }
727
+ }
728
+ },
729
+ "settings": {
730
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
731
+ "type": "boolean",
732
+ "title": "settings"
733
+ },
734
+ "label": {
735
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
736
+ "type": "string",
737
+ "title": "label"
738
+ }
739
+ }
740
+ },
448
741
  "excludeZeroDialogBoxContent": {
449
742
  "title": "DialogContent",
450
743
  "type": "object",
@@ -666,6 +959,72 @@
666
959
  "width"
667
960
  ]
668
961
  },
962
+ "EditableHtmlPluginConfigure": {
963
+ "title": "EditableHtmlPluginConfigure",
964
+ "type": "object",
965
+ "properties": {
966
+ "inputConfiguration": {
967
+ "title": "EditableHtmlConfigureProp",
968
+ "type": "object",
969
+ "properties": {
970
+ "math": {
971
+ "title": "EditableHtmlButtonConfigure",
972
+ "type": "object",
973
+ "properties": {
974
+ "disabled": {
975
+ "description": "Indicates if the plugin is disabled or not",
976
+ "type": "boolean",
977
+ "title": "disabled"
978
+ }
979
+ }
980
+ },
981
+ "audio": {
982
+ "title": "EditableHtmlButtonConfigure",
983
+ "type": "object",
984
+ "properties": {
985
+ "disabled": {
986
+ "description": "Indicates if the plugin is disabled or not",
987
+ "type": "boolean",
988
+ "title": "disabled"
989
+ }
990
+ }
991
+ },
992
+ "video": {
993
+ "title": "EditableHtmlButtonConfigure",
994
+ "type": "object",
995
+ "properties": {
996
+ "disabled": {
997
+ "description": "Indicates if the plugin is disabled or not",
998
+ "type": "boolean",
999
+ "title": "disabled"
1000
+ }
1001
+ }
1002
+ },
1003
+ "image": {
1004
+ "title": "EditableHtmlButtonConfigure",
1005
+ "type": "object",
1006
+ "properties": {
1007
+ "disabled": {
1008
+ "description": "Indicates if the plugin is disabled or not",
1009
+ "type": "boolean",
1010
+ "title": "disabled"
1011
+ }
1012
+ }
1013
+ }
1014
+ }
1015
+ },
1016
+ "settings": {
1017
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
1018
+ "type": "boolean",
1019
+ "title": "settings"
1020
+ },
1021
+ "label": {
1022
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
1023
+ "type": "string",
1024
+ "title": "label"
1025
+ }
1026
+ }
1027
+ },
669
1028
  "DialogContent": {
670
1029
  "title": "DialogContent",
671
1030
  "type": "object",
@@ -758,28 +1117,70 @@
758
1117
  "title": "rubricless"
759
1118
  },
760
1119
  "rubriclessInstruction": {
1120
+ "title": "EditableHtmlPluginConfigure",
761
1121
  "type": "object",
762
1122
  "properties": {
1123
+ "inputConfiguration": {
1124
+ "title": "EditableHtmlConfigureProp",
1125
+ "type": "object",
1126
+ "properties": {
1127
+ "math": {
1128
+ "title": "EditableHtmlButtonConfigure",
1129
+ "type": "object",
1130
+ "properties": {
1131
+ "disabled": {
1132
+ "description": "Indicates if the plugin is disabled or not",
1133
+ "type": "boolean",
1134
+ "title": "disabled"
1135
+ }
1136
+ }
1137
+ },
1138
+ "audio": {
1139
+ "title": "EditableHtmlButtonConfigure",
1140
+ "type": "object",
1141
+ "properties": {
1142
+ "disabled": {
1143
+ "description": "Indicates if the plugin is disabled or not",
1144
+ "type": "boolean",
1145
+ "title": "disabled"
1146
+ }
1147
+ }
1148
+ },
1149
+ "video": {
1150
+ "title": "EditableHtmlButtonConfigure",
1151
+ "type": "object",
1152
+ "properties": {
1153
+ "disabled": {
1154
+ "description": "Indicates if the plugin is disabled or not",
1155
+ "type": "boolean",
1156
+ "title": "disabled"
1157
+ }
1158
+ }
1159
+ },
1160
+ "image": {
1161
+ "title": "EditableHtmlButtonConfigure",
1162
+ "type": "object",
1163
+ "properties": {
1164
+ "disabled": {
1165
+ "description": "Indicates if the plugin is disabled or not",
1166
+ "type": "boolean",
1167
+ "title": "disabled"
1168
+ }
1169
+ }
1170
+ }
1171
+ }
1172
+ },
763
1173
  "settings": {
1174
+ "description": "Indicates if the item has to be displayed in the Settings Panel",
764
1175
  "type": "boolean",
765
- "enum": [
766
- true
767
- ],
768
1176
  "title": "settings"
769
1177
  },
770
1178
  "label": {
1179
+ "description": "Indicates the label for the item that has to be displayed in the Settings Panel",
771
1180
  "type": "string",
772
- "enum": [
773
- "Instruction"
774
- ],
775
1181
  "title": "label"
776
1182
  }
777
- },
778
- "required": [
779
- "label",
780
- "settings"
781
- ],
782
- "title": "rubriclessInstruction"
1183
+ }
783
1184
  },
784
1185
  "showPrompt": {
785
1186
  "description": "Determines whether prompt field will be displayed or not",