@pie-element/graphing 5.7.1-next.3 → 5.8.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/docs/config-schema.json +250 -5
- package/docs/config-schema.json.md +178 -2
- package/docs/pie-schema.json +91 -2
- package/docs/pie-schema.json.md +66 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [5.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@5.7.0...@pie-element/graphing@5.8.0) (2024-03-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Updated docs for graphing PD-3522 ([5bbba54](https://github.com/pie-framework/pie-elements/commit/5bbba542374fc74a7080fba20aa8442287c17d00))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [5.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@5.6.0...@pie-element/graphing@5.7.0) (2024-03-12)
|
|
7
18
|
|
|
8
19
|
|
package/docs/config-schema.json
CHANGED
|
@@ -3,6 +3,45 @@
|
|
|
3
3
|
"additionalProperties": false,
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
6
|
+
"baseInputConfiguration": {
|
|
7
|
+
"title": "EditableHtmlConfigureProp",
|
|
8
|
+
"type": "object",
|
|
9
|
+
"properties": {
|
|
10
|
+
"audio": {
|
|
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
|
+
"video": {
|
|
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
|
+
"image": {
|
|
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
|
+
}
|
|
44
|
+
},
|
|
6
45
|
"authoring": {
|
|
7
46
|
"title": "AuthoringConfigProp",
|
|
8
47
|
"type": "object",
|
|
@@ -565,9 +604,48 @@
|
|
|
565
604
|
"title": "languageChoices"
|
|
566
605
|
},
|
|
567
606
|
"prompt": {
|
|
568
|
-
"title": "
|
|
607
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
569
608
|
"type": "object",
|
|
570
609
|
"properties": {
|
|
610
|
+
"inputConfiguration": {
|
|
611
|
+
"title": "EditableHtmlConfigureProp",
|
|
612
|
+
"type": "object",
|
|
613
|
+
"properties": {
|
|
614
|
+
"audio": {
|
|
615
|
+
"title": "EditableHtmlButtonConfigure",
|
|
616
|
+
"type": "object",
|
|
617
|
+
"properties": {
|
|
618
|
+
"disabled": {
|
|
619
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
620
|
+
"type": "boolean",
|
|
621
|
+
"title": "disabled"
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"video": {
|
|
626
|
+
"title": "EditableHtmlButtonConfigure",
|
|
627
|
+
"type": "object",
|
|
628
|
+
"properties": {
|
|
629
|
+
"disabled": {
|
|
630
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
631
|
+
"type": "boolean",
|
|
632
|
+
"title": "disabled"
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
"image": {
|
|
637
|
+
"title": "EditableHtmlButtonConfigure",
|
|
638
|
+
"type": "object",
|
|
639
|
+
"properties": {
|
|
640
|
+
"disabled": {
|
|
641
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
642
|
+
"type": "boolean",
|
|
643
|
+
"title": "disabled"
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
},
|
|
571
649
|
"required": {
|
|
572
650
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
573
651
|
"type": "boolean",
|
|
@@ -607,9 +685,48 @@
|
|
|
607
685
|
}
|
|
608
686
|
},
|
|
609
687
|
"rationale": {
|
|
610
|
-
"title": "
|
|
688
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
611
689
|
"type": "object",
|
|
612
690
|
"properties": {
|
|
691
|
+
"inputConfiguration": {
|
|
692
|
+
"title": "EditableHtmlConfigureProp",
|
|
693
|
+
"type": "object",
|
|
694
|
+
"properties": {
|
|
695
|
+
"audio": {
|
|
696
|
+
"title": "EditableHtmlButtonConfigure",
|
|
697
|
+
"type": "object",
|
|
698
|
+
"properties": {
|
|
699
|
+
"disabled": {
|
|
700
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
701
|
+
"type": "boolean",
|
|
702
|
+
"title": "disabled"
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
"video": {
|
|
707
|
+
"title": "EditableHtmlButtonConfigure",
|
|
708
|
+
"type": "object",
|
|
709
|
+
"properties": {
|
|
710
|
+
"disabled": {
|
|
711
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
712
|
+
"type": "boolean",
|
|
713
|
+
"title": "disabled"
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
},
|
|
717
|
+
"image": {
|
|
718
|
+
"title": "EditableHtmlButtonConfigure",
|
|
719
|
+
"type": "object",
|
|
720
|
+
"properties": {
|
|
721
|
+
"disabled": {
|
|
722
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
723
|
+
"type": "boolean",
|
|
724
|
+
"title": "disabled"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
},
|
|
613
730
|
"required": {
|
|
614
731
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
615
732
|
"type": "boolean",
|
|
@@ -660,9 +777,48 @@
|
|
|
660
777
|
}
|
|
661
778
|
},
|
|
662
779
|
"teacherInstructions": {
|
|
663
|
-
"title": "
|
|
780
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
664
781
|
"type": "object",
|
|
665
782
|
"properties": {
|
|
783
|
+
"inputConfiguration": {
|
|
784
|
+
"title": "EditableHtmlConfigureProp",
|
|
785
|
+
"type": "object",
|
|
786
|
+
"properties": {
|
|
787
|
+
"audio": {
|
|
788
|
+
"title": "EditableHtmlButtonConfigure",
|
|
789
|
+
"type": "object",
|
|
790
|
+
"properties": {
|
|
791
|
+
"disabled": {
|
|
792
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
793
|
+
"type": "boolean",
|
|
794
|
+
"title": "disabled"
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
"video": {
|
|
799
|
+
"title": "EditableHtmlButtonConfigure",
|
|
800
|
+
"type": "object",
|
|
801
|
+
"properties": {
|
|
802
|
+
"disabled": {
|
|
803
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
804
|
+
"type": "boolean",
|
|
805
|
+
"title": "disabled"
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
"image": {
|
|
810
|
+
"title": "EditableHtmlButtonConfigure",
|
|
811
|
+
"type": "object",
|
|
812
|
+
"properties": {
|
|
813
|
+
"disabled": {
|
|
814
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
815
|
+
"type": "boolean",
|
|
816
|
+
"title": "disabled"
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
},
|
|
666
822
|
"required": {
|
|
667
823
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
668
824
|
"type": "boolean",
|
|
@@ -847,6 +1003,56 @@
|
|
|
847
1003
|
"gridConfigurations"
|
|
848
1004
|
],
|
|
849
1005
|
"definitions": {
|
|
1006
|
+
"EditableHtmlConfigureProp": {
|
|
1007
|
+
"title": "EditableHtmlConfigureProp",
|
|
1008
|
+
"type": "object",
|
|
1009
|
+
"properties": {
|
|
1010
|
+
"audio": {
|
|
1011
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1012
|
+
"type": "object",
|
|
1013
|
+
"properties": {
|
|
1014
|
+
"disabled": {
|
|
1015
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1016
|
+
"type": "boolean",
|
|
1017
|
+
"title": "disabled"
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
"video": {
|
|
1022
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1023
|
+
"type": "object",
|
|
1024
|
+
"properties": {
|
|
1025
|
+
"disabled": {
|
|
1026
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1027
|
+
"type": "boolean",
|
|
1028
|
+
"title": "disabled"
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"image": {
|
|
1033
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1034
|
+
"type": "object",
|
|
1035
|
+
"properties": {
|
|
1036
|
+
"disabled": {
|
|
1037
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1038
|
+
"type": "boolean",
|
|
1039
|
+
"title": "disabled"
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
},
|
|
1045
|
+
"EditableHtmlButtonConfigure": {
|
|
1046
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1047
|
+
"type": "object",
|
|
1048
|
+
"properties": {
|
|
1049
|
+
"disabled": {
|
|
1050
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1051
|
+
"type": "boolean",
|
|
1052
|
+
"title": "disabled"
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
},
|
|
850
1056
|
"AuthoringConfigProp": {
|
|
851
1057
|
"title": "AuthoringConfigProp",
|
|
852
1058
|
"type": "object",
|
|
@@ -1515,10 +1721,49 @@
|
|
|
1515
1721
|
"value"
|
|
1516
1722
|
]
|
|
1517
1723
|
},
|
|
1518
|
-
"
|
|
1519
|
-
"title": "
|
|
1724
|
+
"EditableHtmlPluginConfigureRequired": {
|
|
1725
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
1520
1726
|
"type": "object",
|
|
1521
1727
|
"properties": {
|
|
1728
|
+
"inputConfiguration": {
|
|
1729
|
+
"title": "EditableHtmlConfigureProp",
|
|
1730
|
+
"type": "object",
|
|
1731
|
+
"properties": {
|
|
1732
|
+
"audio": {
|
|
1733
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1734
|
+
"type": "object",
|
|
1735
|
+
"properties": {
|
|
1736
|
+
"disabled": {
|
|
1737
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1738
|
+
"type": "boolean",
|
|
1739
|
+
"title": "disabled"
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
"video": {
|
|
1744
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1745
|
+
"type": "object",
|
|
1746
|
+
"properties": {
|
|
1747
|
+
"disabled": {
|
|
1748
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1749
|
+
"type": "boolean",
|
|
1750
|
+
"title": "disabled"
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
"image": {
|
|
1755
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1756
|
+
"type": "object",
|
|
1757
|
+
"properties": {
|
|
1758
|
+
"disabled": {
|
|
1759
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1760
|
+
"type": "boolean",
|
|
1761
|
+
"title": "disabled"
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
}
|
|
1765
|
+
}
|
|
1766
|
+
},
|
|
1522
1767
|
"required": {
|
|
1523
1768
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
1524
1769
|
"type": "boolean",
|
|
@@ -2,6 +2,34 @@ Config Object for @pie-elements/graphing
|
|
|
2
2
|
|
|
3
3
|
The schema defines the following properties:
|
|
4
4
|
|
|
5
|
+
# `baseInputConfiguration` (object)
|
|
6
|
+
|
|
7
|
+
Properties of the `baseInputConfiguration` object:
|
|
8
|
+
|
|
9
|
+
## `audio` (object)
|
|
10
|
+
|
|
11
|
+
Properties of the `audio` object:
|
|
12
|
+
|
|
13
|
+
### `disabled` (boolean)
|
|
14
|
+
|
|
15
|
+
Indicates if the plugin is disabled or not
|
|
16
|
+
|
|
17
|
+
## `video` (object)
|
|
18
|
+
|
|
19
|
+
Properties of the `video` object:
|
|
20
|
+
|
|
21
|
+
### `disabled` (boolean)
|
|
22
|
+
|
|
23
|
+
Indicates if the plugin is disabled or not
|
|
24
|
+
|
|
25
|
+
## `image` (object)
|
|
26
|
+
|
|
27
|
+
Properties of the `image` object:
|
|
28
|
+
|
|
29
|
+
### `disabled` (boolean)
|
|
30
|
+
|
|
31
|
+
Indicates if the plugin is disabled or not
|
|
32
|
+
|
|
5
33
|
# `authoring` (object)
|
|
6
34
|
|
|
7
35
|
Properties of the `authoring` object:
|
|
@@ -401,6 +429,34 @@ Label of the language option
|
|
|
401
429
|
|
|
402
430
|
Properties of the `prompt` object:
|
|
403
431
|
|
|
432
|
+
## `inputConfiguration` (object)
|
|
433
|
+
|
|
434
|
+
Properties of the `inputConfiguration` object:
|
|
435
|
+
|
|
436
|
+
### `audio` (object)
|
|
437
|
+
|
|
438
|
+
Properties of the `audio` object:
|
|
439
|
+
|
|
440
|
+
#### `disabled` (boolean)
|
|
441
|
+
|
|
442
|
+
Indicates if the plugin is disabled or not
|
|
443
|
+
|
|
444
|
+
### `video` (object)
|
|
445
|
+
|
|
446
|
+
Properties of the `video` object:
|
|
447
|
+
|
|
448
|
+
#### `disabled` (boolean)
|
|
449
|
+
|
|
450
|
+
Indicates if the plugin is disabled or not
|
|
451
|
+
|
|
452
|
+
### `image` (object)
|
|
453
|
+
|
|
454
|
+
Properties of the `image` object:
|
|
455
|
+
|
|
456
|
+
#### `disabled` (boolean)
|
|
457
|
+
|
|
458
|
+
Indicates if the plugin is disabled or not
|
|
459
|
+
|
|
404
460
|
## `required` (boolean)
|
|
405
461
|
|
|
406
462
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -433,6 +489,34 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
433
489
|
|
|
434
490
|
Properties of the `rationale` object:
|
|
435
491
|
|
|
492
|
+
## `inputConfiguration` (object)
|
|
493
|
+
|
|
494
|
+
Properties of the `inputConfiguration` object:
|
|
495
|
+
|
|
496
|
+
### `audio` (object)
|
|
497
|
+
|
|
498
|
+
Properties of the `audio` object:
|
|
499
|
+
|
|
500
|
+
#### `disabled` (boolean)
|
|
501
|
+
|
|
502
|
+
Indicates if the plugin is disabled or not
|
|
503
|
+
|
|
504
|
+
### `video` (object)
|
|
505
|
+
|
|
506
|
+
Properties of the `video` object:
|
|
507
|
+
|
|
508
|
+
#### `disabled` (boolean)
|
|
509
|
+
|
|
510
|
+
Indicates if the plugin is disabled or not
|
|
511
|
+
|
|
512
|
+
### `image` (object)
|
|
513
|
+
|
|
514
|
+
Properties of the `image` object:
|
|
515
|
+
|
|
516
|
+
#### `disabled` (boolean)
|
|
517
|
+
|
|
518
|
+
Indicates if the plugin is disabled or not
|
|
519
|
+
|
|
436
520
|
## `required` (boolean)
|
|
437
521
|
|
|
438
522
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -473,6 +557,34 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
473
557
|
|
|
474
558
|
Properties of the `teacherInstructions` object:
|
|
475
559
|
|
|
560
|
+
## `inputConfiguration` (object)
|
|
561
|
+
|
|
562
|
+
Properties of the `inputConfiguration` object:
|
|
563
|
+
|
|
564
|
+
### `audio` (object)
|
|
565
|
+
|
|
566
|
+
Properties of the `audio` object:
|
|
567
|
+
|
|
568
|
+
#### `disabled` (boolean)
|
|
569
|
+
|
|
570
|
+
Indicates if the plugin is disabled or not
|
|
571
|
+
|
|
572
|
+
### `video` (object)
|
|
573
|
+
|
|
574
|
+
Properties of the `video` object:
|
|
575
|
+
|
|
576
|
+
#### `disabled` (boolean)
|
|
577
|
+
|
|
578
|
+
Indicates if the plugin is disabled or not
|
|
579
|
+
|
|
580
|
+
### `image` (object)
|
|
581
|
+
|
|
582
|
+
Properties of the `image` object:
|
|
583
|
+
|
|
584
|
+
#### `disabled` (boolean)
|
|
585
|
+
|
|
586
|
+
Indicates if the plugin is disabled or not
|
|
587
|
+
|
|
476
588
|
## `required` (boolean)
|
|
477
589
|
|
|
478
590
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -620,6 +732,42 @@ Default: `true`
|
|
|
620
732
|
|
|
621
733
|
The schema defines the following additional types:
|
|
622
734
|
|
|
735
|
+
## `EditableHtmlConfigureProp` (object)
|
|
736
|
+
|
|
737
|
+
Properties of the `EditableHtmlConfigureProp` object:
|
|
738
|
+
|
|
739
|
+
### `audio` (object)
|
|
740
|
+
|
|
741
|
+
Properties of the `audio` object:
|
|
742
|
+
|
|
743
|
+
#### `disabled` (boolean)
|
|
744
|
+
|
|
745
|
+
Indicates if the plugin is disabled or not
|
|
746
|
+
|
|
747
|
+
### `video` (object)
|
|
748
|
+
|
|
749
|
+
Properties of the `video` object:
|
|
750
|
+
|
|
751
|
+
#### `disabled` (boolean)
|
|
752
|
+
|
|
753
|
+
Indicates if the plugin is disabled or not
|
|
754
|
+
|
|
755
|
+
### `image` (object)
|
|
756
|
+
|
|
757
|
+
Properties of the `image` object:
|
|
758
|
+
|
|
759
|
+
#### `disabled` (boolean)
|
|
760
|
+
|
|
761
|
+
Indicates if the plugin is disabled or not
|
|
762
|
+
|
|
763
|
+
## `EditableHtmlButtonConfigure` (object)
|
|
764
|
+
|
|
765
|
+
Properties of the `EditableHtmlButtonConfigure` object:
|
|
766
|
+
|
|
767
|
+
### `disabled` (boolean)
|
|
768
|
+
|
|
769
|
+
Indicates if the plugin is disabled or not
|
|
770
|
+
|
|
623
771
|
## `AuthoringConfigProp` (object)
|
|
624
772
|
|
|
625
773
|
Properties of the `AuthoringConfigProp` object:
|
|
@@ -1082,9 +1230,37 @@ Value of the language option
|
|
|
1082
1230
|
|
|
1083
1231
|
Label of the language option
|
|
1084
1232
|
|
|
1085
|
-
## `
|
|
1233
|
+
## `EditableHtmlPluginConfigureRequired` (object)
|
|
1234
|
+
|
|
1235
|
+
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
1236
|
+
|
|
1237
|
+
### `inputConfiguration` (object)
|
|
1238
|
+
|
|
1239
|
+
Properties of the `inputConfiguration` object:
|
|
1240
|
+
|
|
1241
|
+
#### `audio` (object)
|
|
1242
|
+
|
|
1243
|
+
Properties of the `audio` object:
|
|
1244
|
+
|
|
1245
|
+
##### `disabled` (boolean)
|
|
1246
|
+
|
|
1247
|
+
Indicates if the plugin is disabled or not
|
|
1248
|
+
|
|
1249
|
+
#### `video` (object)
|
|
1250
|
+
|
|
1251
|
+
Properties of the `video` object:
|
|
1252
|
+
|
|
1253
|
+
##### `disabled` (boolean)
|
|
1254
|
+
|
|
1255
|
+
Indicates if the plugin is disabled or not
|
|
1256
|
+
|
|
1257
|
+
#### `image` (object)
|
|
1258
|
+
|
|
1259
|
+
Properties of the `image` object:
|
|
1260
|
+
|
|
1261
|
+
##### `disabled` (boolean)
|
|
1086
1262
|
|
|
1087
|
-
|
|
1263
|
+
Indicates if the plugin is disabled or not
|
|
1088
1264
|
|
|
1089
1265
|
### `required` (boolean)
|
|
1090
1266
|
|
package/docs/pie-schema.json
CHANGED
|
@@ -1575,6 +1575,56 @@
|
|
|
1575
1575
|
"teacherInstructionsEnabled"
|
|
1576
1576
|
],
|
|
1577
1577
|
"definitions": {
|
|
1578
|
+
"EditableHtmlConfigureProp": {
|
|
1579
|
+
"title": "EditableHtmlConfigureProp",
|
|
1580
|
+
"type": "object",
|
|
1581
|
+
"properties": {
|
|
1582
|
+
"audio": {
|
|
1583
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1584
|
+
"type": "object",
|
|
1585
|
+
"properties": {
|
|
1586
|
+
"disabled": {
|
|
1587
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1588
|
+
"type": "boolean",
|
|
1589
|
+
"title": "disabled"
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"video": {
|
|
1594
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1595
|
+
"type": "object",
|
|
1596
|
+
"properties": {
|
|
1597
|
+
"disabled": {
|
|
1598
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1599
|
+
"type": "boolean",
|
|
1600
|
+
"title": "disabled"
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
},
|
|
1604
|
+
"image": {
|
|
1605
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1606
|
+
"type": "object",
|
|
1607
|
+
"properties": {
|
|
1608
|
+
"disabled": {
|
|
1609
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1610
|
+
"type": "boolean",
|
|
1611
|
+
"title": "disabled"
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
"EditableHtmlButtonConfigure": {
|
|
1618
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1619
|
+
"type": "object",
|
|
1620
|
+
"properties": {
|
|
1621
|
+
"disabled": {
|
|
1622
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1623
|
+
"type": "boolean",
|
|
1624
|
+
"title": "disabled"
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1578
1628
|
"AuthoringConfigProp": {
|
|
1579
1629
|
"title": "AuthoringConfigProp",
|
|
1580
1630
|
"type": "object",
|
|
@@ -2243,10 +2293,49 @@
|
|
|
2243
2293
|
"value"
|
|
2244
2294
|
]
|
|
2245
2295
|
},
|
|
2246
|
-
"
|
|
2247
|
-
"title": "
|
|
2296
|
+
"EditableHtmlPluginConfigureRequired": {
|
|
2297
|
+
"title": "EditableHtmlPluginConfigureRequired",
|
|
2248
2298
|
"type": "object",
|
|
2249
2299
|
"properties": {
|
|
2300
|
+
"inputConfiguration": {
|
|
2301
|
+
"title": "EditableHtmlConfigureProp",
|
|
2302
|
+
"type": "object",
|
|
2303
|
+
"properties": {
|
|
2304
|
+
"audio": {
|
|
2305
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2306
|
+
"type": "object",
|
|
2307
|
+
"properties": {
|
|
2308
|
+
"disabled": {
|
|
2309
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2310
|
+
"type": "boolean",
|
|
2311
|
+
"title": "disabled"
|
|
2312
|
+
}
|
|
2313
|
+
}
|
|
2314
|
+
},
|
|
2315
|
+
"video": {
|
|
2316
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2317
|
+
"type": "object",
|
|
2318
|
+
"properties": {
|
|
2319
|
+
"disabled": {
|
|
2320
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2321
|
+
"type": "boolean",
|
|
2322
|
+
"title": "disabled"
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
"image": {
|
|
2327
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2328
|
+
"type": "object",
|
|
2329
|
+
"properties": {
|
|
2330
|
+
"disabled": {
|
|
2331
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2332
|
+
"type": "boolean",
|
|
2333
|
+
"title": "disabled"
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2250
2339
|
"required": {
|
|
2251
2340
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
2252
2341
|
"type": "boolean",
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -284,6 +284,42 @@ The html Element tag name
|
|
|
284
284
|
|
|
285
285
|
The schema defines the following additional types:
|
|
286
286
|
|
|
287
|
+
## `EditableHtmlConfigureProp` (object)
|
|
288
|
+
|
|
289
|
+
Properties of the `EditableHtmlConfigureProp` object:
|
|
290
|
+
|
|
291
|
+
### `audio` (object)
|
|
292
|
+
|
|
293
|
+
Properties of the `audio` object:
|
|
294
|
+
|
|
295
|
+
#### `disabled` (boolean)
|
|
296
|
+
|
|
297
|
+
Indicates if the plugin is disabled or not
|
|
298
|
+
|
|
299
|
+
### `video` (object)
|
|
300
|
+
|
|
301
|
+
Properties of the `video` object:
|
|
302
|
+
|
|
303
|
+
#### `disabled` (boolean)
|
|
304
|
+
|
|
305
|
+
Indicates if the plugin is disabled or not
|
|
306
|
+
|
|
307
|
+
### `image` (object)
|
|
308
|
+
|
|
309
|
+
Properties of the `image` object:
|
|
310
|
+
|
|
311
|
+
#### `disabled` (boolean)
|
|
312
|
+
|
|
313
|
+
Indicates if the plugin is disabled or not
|
|
314
|
+
|
|
315
|
+
## `EditableHtmlButtonConfigure` (object)
|
|
316
|
+
|
|
317
|
+
Properties of the `EditableHtmlButtonConfigure` object:
|
|
318
|
+
|
|
319
|
+
### `disabled` (boolean)
|
|
320
|
+
|
|
321
|
+
Indicates if the plugin is disabled or not
|
|
322
|
+
|
|
287
323
|
## `AuthoringConfigProp` (object)
|
|
288
324
|
|
|
289
325
|
Properties of the `AuthoringConfigProp` object:
|
|
@@ -746,9 +782,37 @@ Value of the language option
|
|
|
746
782
|
|
|
747
783
|
Label of the language option
|
|
748
784
|
|
|
749
|
-
## `
|
|
785
|
+
## `EditableHtmlPluginConfigureRequired` (object)
|
|
786
|
+
|
|
787
|
+
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
788
|
+
|
|
789
|
+
### `inputConfiguration` (object)
|
|
790
|
+
|
|
791
|
+
Properties of the `inputConfiguration` object:
|
|
792
|
+
|
|
793
|
+
#### `audio` (object)
|
|
794
|
+
|
|
795
|
+
Properties of the `audio` object:
|
|
796
|
+
|
|
797
|
+
##### `disabled` (boolean)
|
|
798
|
+
|
|
799
|
+
Indicates if the plugin is disabled or not
|
|
800
|
+
|
|
801
|
+
#### `video` (object)
|
|
802
|
+
|
|
803
|
+
Properties of the `video` object:
|
|
804
|
+
|
|
805
|
+
##### `disabled` (boolean)
|
|
806
|
+
|
|
807
|
+
Indicates if the plugin is disabled or not
|
|
808
|
+
|
|
809
|
+
#### `image` (object)
|
|
810
|
+
|
|
811
|
+
Properties of the `image` object:
|
|
812
|
+
|
|
813
|
+
##### `disabled` (boolean)
|
|
750
814
|
|
|
751
|
-
|
|
815
|
+
Indicates if the plugin is disabled or not
|
|
752
816
|
|
|
753
817
|
### `required` (boolean)
|
|
754
818
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "5.
|
|
7
|
+
"version": "5.8.0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"author": "",
|
|
22
22
|
"license": "ISC",
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "3828702484d687d8ef8db037ed2a20c471ea2126",
|
|
24
24
|
"main": "lib/index.js",
|
|
25
25
|
"module": "src/index.js"
|
|
26
26
|
}
|