@pie-element/ebsr 9.16.1-next.0 → 9.16.1-next.16
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/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/docs/config-schema.json +396 -0
- package/docs/config-schema.json.md +288 -0
- package/docs/pie-schema.json +176 -0
- package/docs/pie-schema.json.md +128 -0
- package/module/configure.js +1 -1
- package/module/element.js +1 -1
- package/module/manifest.json +1 -1
- package/module/print.js +1 -1
- package/package.json +3 -3
package/docs/pie-schema.json.md
CHANGED
|
@@ -355,6 +355,22 @@ Currently, only "SVG" is supported.
|
|
|
355
355
|
|
|
356
356
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
357
357
|
|
|
358
|
+
##### `blockquote` (object)
|
|
359
|
+
|
|
360
|
+
Properties of the `blockquote` object:
|
|
361
|
+
|
|
362
|
+
###### `disabled` (boolean)
|
|
363
|
+
|
|
364
|
+
Indicates if the plugin is disabled or not
|
|
365
|
+
|
|
366
|
+
##### `h3` (object)
|
|
367
|
+
|
|
368
|
+
Properties of the `h3` object:
|
|
369
|
+
|
|
370
|
+
###### `disabled` (boolean)
|
|
371
|
+
|
|
372
|
+
Indicates if the plugin is disabled or not
|
|
373
|
+
|
|
358
374
|
#### `required` (boolean)
|
|
359
375
|
|
|
360
376
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -452,6 +468,22 @@ Currently, only "SVG" is supported.
|
|
|
452
468
|
|
|
453
469
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
454
470
|
|
|
471
|
+
##### `blockquote` (object)
|
|
472
|
+
|
|
473
|
+
Properties of the `blockquote` object:
|
|
474
|
+
|
|
475
|
+
###### `disabled` (boolean)
|
|
476
|
+
|
|
477
|
+
Indicates if the plugin is disabled or not
|
|
478
|
+
|
|
479
|
+
##### `h3` (object)
|
|
480
|
+
|
|
481
|
+
Properties of the `h3` object:
|
|
482
|
+
|
|
483
|
+
###### `disabled` (boolean)
|
|
484
|
+
|
|
485
|
+
Indicates if the plugin is disabled or not
|
|
486
|
+
|
|
455
487
|
#### `required` (boolean)
|
|
456
488
|
|
|
457
489
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -545,6 +577,22 @@ Currently, only "SVG" is supported.
|
|
|
545
577
|
|
|
546
578
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
547
579
|
|
|
580
|
+
##### `blockquote` (object)
|
|
581
|
+
|
|
582
|
+
Properties of the `blockquote` object:
|
|
583
|
+
|
|
584
|
+
###### `disabled` (boolean)
|
|
585
|
+
|
|
586
|
+
Indicates if the plugin is disabled or not
|
|
587
|
+
|
|
588
|
+
##### `h3` (object)
|
|
589
|
+
|
|
590
|
+
Properties of the `h3` object:
|
|
591
|
+
|
|
592
|
+
###### `disabled` (boolean)
|
|
593
|
+
|
|
594
|
+
Indicates if the plugin is disabled or not
|
|
595
|
+
|
|
548
596
|
#### `required` (boolean)
|
|
549
597
|
|
|
550
598
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -706,6 +754,22 @@ Currently, only "SVG" is supported.
|
|
|
706
754
|
|
|
707
755
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
708
756
|
|
|
757
|
+
#### `blockquote` (object)
|
|
758
|
+
|
|
759
|
+
Properties of the `blockquote` object:
|
|
760
|
+
|
|
761
|
+
##### `disabled` (boolean)
|
|
762
|
+
|
|
763
|
+
Indicates if the plugin is disabled or not
|
|
764
|
+
|
|
765
|
+
#### `h3` (object)
|
|
766
|
+
|
|
767
|
+
Properties of the `h3` object:
|
|
768
|
+
|
|
769
|
+
##### `disabled` (boolean)
|
|
770
|
+
|
|
771
|
+
Indicates if the plugin is disabled or not
|
|
772
|
+
|
|
709
773
|
### `choices` (object)
|
|
710
774
|
|
|
711
775
|
Properties of the `choices` object:
|
|
@@ -775,6 +839,22 @@ Currently, only "SVG" is supported.
|
|
|
775
839
|
|
|
776
840
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
777
841
|
|
|
842
|
+
##### `blockquote` (object)
|
|
843
|
+
|
|
844
|
+
Properties of the `blockquote` object:
|
|
845
|
+
|
|
846
|
+
###### `disabled` (boolean)
|
|
847
|
+
|
|
848
|
+
Indicates if the plugin is disabled or not
|
|
849
|
+
|
|
850
|
+
##### `h3` (object)
|
|
851
|
+
|
|
852
|
+
Properties of the `h3` object:
|
|
853
|
+
|
|
854
|
+
###### `disabled` (boolean)
|
|
855
|
+
|
|
856
|
+
Indicates if the plugin is disabled or not
|
|
857
|
+
|
|
778
858
|
#### `settings` (boolean)
|
|
779
859
|
|
|
780
860
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -864,6 +944,22 @@ Currently, only "SVG" is supported.
|
|
|
864
944
|
|
|
865
945
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
866
946
|
|
|
947
|
+
#### `blockquote` (object)
|
|
948
|
+
|
|
949
|
+
Properties of the `blockquote` object:
|
|
950
|
+
|
|
951
|
+
##### `disabled` (boolean)
|
|
952
|
+
|
|
953
|
+
Indicates if the plugin is disabled or not
|
|
954
|
+
|
|
955
|
+
#### `h3` (object)
|
|
956
|
+
|
|
957
|
+
Properties of the `h3` object:
|
|
958
|
+
|
|
959
|
+
##### `disabled` (boolean)
|
|
960
|
+
|
|
961
|
+
Indicates if the plugin is disabled or not
|
|
962
|
+
|
|
867
963
|
### `required` (boolean)
|
|
868
964
|
|
|
869
965
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -941,6 +1037,22 @@ Currently, only "SVG" is supported.
|
|
|
941
1037
|
|
|
942
1038
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
943
1039
|
|
|
1040
|
+
### `blockquote` (object)
|
|
1041
|
+
|
|
1042
|
+
Properties of the `blockquote` object:
|
|
1043
|
+
|
|
1044
|
+
#### `disabled` (boolean)
|
|
1045
|
+
|
|
1046
|
+
Indicates if the plugin is disabled or not
|
|
1047
|
+
|
|
1048
|
+
### `h3` (object)
|
|
1049
|
+
|
|
1050
|
+
Properties of the `h3` object:
|
|
1051
|
+
|
|
1052
|
+
#### `disabled` (boolean)
|
|
1053
|
+
|
|
1054
|
+
Indicates if the plugin is disabled or not
|
|
1055
|
+
|
|
944
1056
|
## `EditableHtmlButtonConfigure` (object)
|
|
945
1057
|
|
|
946
1058
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -1073,6 +1185,22 @@ Currently, only "SVG" is supported.
|
|
|
1073
1185
|
|
|
1074
1186
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1075
1187
|
|
|
1188
|
+
#### `blockquote` (object)
|
|
1189
|
+
|
|
1190
|
+
Properties of the `blockquote` object:
|
|
1191
|
+
|
|
1192
|
+
##### `disabled` (boolean)
|
|
1193
|
+
|
|
1194
|
+
Indicates if the plugin is disabled or not
|
|
1195
|
+
|
|
1196
|
+
#### `h3` (object)
|
|
1197
|
+
|
|
1198
|
+
Properties of the `h3` object:
|
|
1199
|
+
|
|
1200
|
+
##### `disabled` (boolean)
|
|
1201
|
+
|
|
1202
|
+
Indicates if the plugin is disabled or not
|
|
1203
|
+
|
|
1076
1204
|
### `settings` (boolean)
|
|
1077
1205
|
|
|
1078
1206
|
Indicates if the item has to be displayed in the Settings Panel
|
package/module/configure.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.16.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_lodash, _dll_react_dom} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.16.1/module/index.js";
|
|
2
2
|
import MultipleChoiceConfigure from '@pie-element/multiple-choice/configure/lib';
|
|
3
3
|
import {_dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@4.12.0/module/index.js";
|
|
4
4
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
package/module/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.16.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.16.1/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@4.12.0/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
package/module/manifest.json
CHANGED
package/module/print.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.16.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.16.1/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_render_ui, _dll_pie_lib__pie_toolbox_correct_answer_toggle} from "../../../@pie-lib/pie-toolbox-module@4.12.0/module/index.js";
|
|
3
3
|
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
|
|
4
4
|
function getDefaultExportFromCjs(x) {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/ebsr",
|
|
3
|
-
"version": "9.16.1-next.
|
|
3
|
+
"version": "9.16.1-next.16+0532801f9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": "pie-framework/pie-elements",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@pie-element/multiple-choice": "^8.19.1-next.
|
|
10
|
+
"@pie-element/multiple-choice": "^8.19.1-next.16+0532801f9",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
12
|
"classnames": "^2.2.5",
|
|
13
13
|
"debug": "^4.1.1",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"author": "pie framework developers",
|
|
17
17
|
"license": "ISC",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "0532801f9e25b96dc794e8a8cc0b7e3e76419d67",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|