@pie-element/explicit-constructed-response 6.22.3-next.2 → 6.22.3-next.26
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 +1409 -265
- package/docs/config-schema.json.md +848 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -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
|
@@ -193,6 +193,110 @@ Properties of the `h3` object:
|
|
|
193
193
|
|
|
194
194
|
Indicates if the plugin is disabled or not
|
|
195
195
|
|
|
196
|
+
### `languageCharacters` (object)
|
|
197
|
+
|
|
198
|
+
Properties of the `languageCharacters` object:
|
|
199
|
+
|
|
200
|
+
#### `disabled` (boolean)
|
|
201
|
+
|
|
202
|
+
Indicates if the plugin is disabled or not
|
|
203
|
+
|
|
204
|
+
### `bold` (object)
|
|
205
|
+
|
|
206
|
+
Properties of the `bold` object:
|
|
207
|
+
|
|
208
|
+
#### `disabled` (boolean)
|
|
209
|
+
|
|
210
|
+
Indicates if the plugin is disabled or not
|
|
211
|
+
|
|
212
|
+
### `html` (object)
|
|
213
|
+
|
|
214
|
+
Properties of the `html` object:
|
|
215
|
+
|
|
216
|
+
#### `disabled` (boolean)
|
|
217
|
+
|
|
218
|
+
Indicates if the plugin is disabled or not
|
|
219
|
+
|
|
220
|
+
### `italic` (object)
|
|
221
|
+
|
|
222
|
+
Properties of the `italic` object:
|
|
223
|
+
|
|
224
|
+
#### `disabled` (boolean)
|
|
225
|
+
|
|
226
|
+
Indicates if the plugin is disabled or not
|
|
227
|
+
|
|
228
|
+
### `ol_list` (object)
|
|
229
|
+
|
|
230
|
+
Properties of the `ol_list` object:
|
|
231
|
+
|
|
232
|
+
#### `disabled` (boolean)
|
|
233
|
+
|
|
234
|
+
Indicates if the plugin is disabled or not
|
|
235
|
+
|
|
236
|
+
### `redo` (object)
|
|
237
|
+
|
|
238
|
+
Properties of the `redo` object:
|
|
239
|
+
|
|
240
|
+
#### `disabled` (boolean)
|
|
241
|
+
|
|
242
|
+
Indicates if the plugin is disabled or not
|
|
243
|
+
|
|
244
|
+
### `strikethrough` (object)
|
|
245
|
+
|
|
246
|
+
Properties of the `strikethrough` object:
|
|
247
|
+
|
|
248
|
+
#### `disabled` (boolean)
|
|
249
|
+
|
|
250
|
+
Indicates if the plugin is disabled or not
|
|
251
|
+
|
|
252
|
+
### `sub` (object)
|
|
253
|
+
|
|
254
|
+
Properties of the `sub` object:
|
|
255
|
+
|
|
256
|
+
#### `disabled` (boolean)
|
|
257
|
+
|
|
258
|
+
Indicates if the plugin is disabled or not
|
|
259
|
+
|
|
260
|
+
### `sup` (object)
|
|
261
|
+
|
|
262
|
+
Properties of the `sup` object:
|
|
263
|
+
|
|
264
|
+
#### `disabled` (boolean)
|
|
265
|
+
|
|
266
|
+
Indicates if the plugin is disabled or not
|
|
267
|
+
|
|
268
|
+
### `table` (object)
|
|
269
|
+
|
|
270
|
+
Properties of the `table` object:
|
|
271
|
+
|
|
272
|
+
#### `disabled` (boolean)
|
|
273
|
+
|
|
274
|
+
Indicates if the plugin is disabled or not
|
|
275
|
+
|
|
276
|
+
### `ul_list` (object)
|
|
277
|
+
|
|
278
|
+
Properties of the `ul_list` object:
|
|
279
|
+
|
|
280
|
+
#### `disabled` (boolean)
|
|
281
|
+
|
|
282
|
+
Indicates if the plugin is disabled or not
|
|
283
|
+
|
|
284
|
+
### `underline` (object)
|
|
285
|
+
|
|
286
|
+
Properties of the `underline` object:
|
|
287
|
+
|
|
288
|
+
#### `disabled` (boolean)
|
|
289
|
+
|
|
290
|
+
Indicates if the plugin is disabled or not
|
|
291
|
+
|
|
292
|
+
### `undo` (object)
|
|
293
|
+
|
|
294
|
+
Properties of the `undo` object:
|
|
295
|
+
|
|
296
|
+
#### `disabled` (boolean)
|
|
297
|
+
|
|
298
|
+
Indicates if the plugin is disabled or not
|
|
299
|
+
|
|
196
300
|
## `EditableHtmlButtonConfigure` (object)
|
|
197
301
|
|
|
198
302
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -321,6 +425,110 @@ Properties of the `h3` object:
|
|
|
321
425
|
|
|
322
426
|
Indicates if the plugin is disabled or not
|
|
323
427
|
|
|
428
|
+
#### `languageCharacters` (object)
|
|
429
|
+
|
|
430
|
+
Properties of the `languageCharacters` object:
|
|
431
|
+
|
|
432
|
+
##### `disabled` (boolean)
|
|
433
|
+
|
|
434
|
+
Indicates if the plugin is disabled or not
|
|
435
|
+
|
|
436
|
+
#### `bold` (object)
|
|
437
|
+
|
|
438
|
+
Properties of the `bold` object:
|
|
439
|
+
|
|
440
|
+
##### `disabled` (boolean)
|
|
441
|
+
|
|
442
|
+
Indicates if the plugin is disabled or not
|
|
443
|
+
|
|
444
|
+
#### `html` (object)
|
|
445
|
+
|
|
446
|
+
Properties of the `html` object:
|
|
447
|
+
|
|
448
|
+
##### `disabled` (boolean)
|
|
449
|
+
|
|
450
|
+
Indicates if the plugin is disabled or not
|
|
451
|
+
|
|
452
|
+
#### `italic` (object)
|
|
453
|
+
|
|
454
|
+
Properties of the `italic` object:
|
|
455
|
+
|
|
456
|
+
##### `disabled` (boolean)
|
|
457
|
+
|
|
458
|
+
Indicates if the plugin is disabled or not
|
|
459
|
+
|
|
460
|
+
#### `ol_list` (object)
|
|
461
|
+
|
|
462
|
+
Properties of the `ol_list` object:
|
|
463
|
+
|
|
464
|
+
##### `disabled` (boolean)
|
|
465
|
+
|
|
466
|
+
Indicates if the plugin is disabled or not
|
|
467
|
+
|
|
468
|
+
#### `redo` (object)
|
|
469
|
+
|
|
470
|
+
Properties of the `redo` object:
|
|
471
|
+
|
|
472
|
+
##### `disabled` (boolean)
|
|
473
|
+
|
|
474
|
+
Indicates if the plugin is disabled or not
|
|
475
|
+
|
|
476
|
+
#### `strikethrough` (object)
|
|
477
|
+
|
|
478
|
+
Properties of the `strikethrough` object:
|
|
479
|
+
|
|
480
|
+
##### `disabled` (boolean)
|
|
481
|
+
|
|
482
|
+
Indicates if the plugin is disabled or not
|
|
483
|
+
|
|
484
|
+
#### `sub` (object)
|
|
485
|
+
|
|
486
|
+
Properties of the `sub` object:
|
|
487
|
+
|
|
488
|
+
##### `disabled` (boolean)
|
|
489
|
+
|
|
490
|
+
Indicates if the plugin is disabled or not
|
|
491
|
+
|
|
492
|
+
#### `sup` (object)
|
|
493
|
+
|
|
494
|
+
Properties of the `sup` object:
|
|
495
|
+
|
|
496
|
+
##### `disabled` (boolean)
|
|
497
|
+
|
|
498
|
+
Indicates if the plugin is disabled or not
|
|
499
|
+
|
|
500
|
+
#### `table` (object)
|
|
501
|
+
|
|
502
|
+
Properties of the `table` object:
|
|
503
|
+
|
|
504
|
+
##### `disabled` (boolean)
|
|
505
|
+
|
|
506
|
+
Indicates if the plugin is disabled or not
|
|
507
|
+
|
|
508
|
+
#### `ul_list` (object)
|
|
509
|
+
|
|
510
|
+
Properties of the `ul_list` object:
|
|
511
|
+
|
|
512
|
+
##### `disabled` (boolean)
|
|
513
|
+
|
|
514
|
+
Indicates if the plugin is disabled or not
|
|
515
|
+
|
|
516
|
+
#### `underline` (object)
|
|
517
|
+
|
|
518
|
+
Properties of the `underline` object:
|
|
519
|
+
|
|
520
|
+
##### `disabled` (boolean)
|
|
521
|
+
|
|
522
|
+
Indicates if the plugin is disabled or not
|
|
523
|
+
|
|
524
|
+
#### `undo` (object)
|
|
525
|
+
|
|
526
|
+
Properties of the `undo` object:
|
|
527
|
+
|
|
528
|
+
##### `disabled` (boolean)
|
|
529
|
+
|
|
530
|
+
Indicates if the plugin is disabled or not
|
|
531
|
+
|
|
324
532
|
### `required` (boolean)
|
|
325
533
|
|
|
326
534
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -418,6 +626,110 @@ Properties of the `h3` object:
|
|
|
418
626
|
|
|
419
627
|
Indicates if the plugin is disabled or not
|
|
420
628
|
|
|
629
|
+
#### `languageCharacters` (object)
|
|
630
|
+
|
|
631
|
+
Properties of the `languageCharacters` object:
|
|
632
|
+
|
|
633
|
+
##### `disabled` (boolean)
|
|
634
|
+
|
|
635
|
+
Indicates if the plugin is disabled or not
|
|
636
|
+
|
|
637
|
+
#### `bold` (object)
|
|
638
|
+
|
|
639
|
+
Properties of the `bold` object:
|
|
640
|
+
|
|
641
|
+
##### `disabled` (boolean)
|
|
642
|
+
|
|
643
|
+
Indicates if the plugin is disabled or not
|
|
644
|
+
|
|
645
|
+
#### `html` (object)
|
|
646
|
+
|
|
647
|
+
Properties of the `html` object:
|
|
648
|
+
|
|
649
|
+
##### `disabled` (boolean)
|
|
650
|
+
|
|
651
|
+
Indicates if the plugin is disabled or not
|
|
652
|
+
|
|
653
|
+
#### `italic` (object)
|
|
654
|
+
|
|
655
|
+
Properties of the `italic` object:
|
|
656
|
+
|
|
657
|
+
##### `disabled` (boolean)
|
|
658
|
+
|
|
659
|
+
Indicates if the plugin is disabled or not
|
|
660
|
+
|
|
661
|
+
#### `ol_list` (object)
|
|
662
|
+
|
|
663
|
+
Properties of the `ol_list` object:
|
|
664
|
+
|
|
665
|
+
##### `disabled` (boolean)
|
|
666
|
+
|
|
667
|
+
Indicates if the plugin is disabled or not
|
|
668
|
+
|
|
669
|
+
#### `redo` (object)
|
|
670
|
+
|
|
671
|
+
Properties of the `redo` object:
|
|
672
|
+
|
|
673
|
+
##### `disabled` (boolean)
|
|
674
|
+
|
|
675
|
+
Indicates if the plugin is disabled or not
|
|
676
|
+
|
|
677
|
+
#### `strikethrough` (object)
|
|
678
|
+
|
|
679
|
+
Properties of the `strikethrough` object:
|
|
680
|
+
|
|
681
|
+
##### `disabled` (boolean)
|
|
682
|
+
|
|
683
|
+
Indicates if the plugin is disabled or not
|
|
684
|
+
|
|
685
|
+
#### `sub` (object)
|
|
686
|
+
|
|
687
|
+
Properties of the `sub` object:
|
|
688
|
+
|
|
689
|
+
##### `disabled` (boolean)
|
|
690
|
+
|
|
691
|
+
Indicates if the plugin is disabled or not
|
|
692
|
+
|
|
693
|
+
#### `sup` (object)
|
|
694
|
+
|
|
695
|
+
Properties of the `sup` object:
|
|
696
|
+
|
|
697
|
+
##### `disabled` (boolean)
|
|
698
|
+
|
|
699
|
+
Indicates if the plugin is disabled or not
|
|
700
|
+
|
|
701
|
+
#### `table` (object)
|
|
702
|
+
|
|
703
|
+
Properties of the `table` object:
|
|
704
|
+
|
|
705
|
+
##### `disabled` (boolean)
|
|
706
|
+
|
|
707
|
+
Indicates if the plugin is disabled or not
|
|
708
|
+
|
|
709
|
+
#### `ul_list` (object)
|
|
710
|
+
|
|
711
|
+
Properties of the `ul_list` object:
|
|
712
|
+
|
|
713
|
+
##### `disabled` (boolean)
|
|
714
|
+
|
|
715
|
+
Indicates if the plugin is disabled or not
|
|
716
|
+
|
|
717
|
+
#### `underline` (object)
|
|
718
|
+
|
|
719
|
+
Properties of the `underline` object:
|
|
720
|
+
|
|
721
|
+
##### `disabled` (boolean)
|
|
722
|
+
|
|
723
|
+
Indicates if the plugin is disabled or not
|
|
724
|
+
|
|
725
|
+
#### `undo` (object)
|
|
726
|
+
|
|
727
|
+
Properties of the `undo` object:
|
|
728
|
+
|
|
729
|
+
##### `disabled` (boolean)
|
|
730
|
+
|
|
731
|
+
Indicates if the plugin is disabled or not
|
|
732
|
+
|
|
421
733
|
### `settings` (boolean)
|
|
422
734
|
|
|
423
735
|
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_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_editable_html, _dll_pie_lib__pie_toolbox_config_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/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/element.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/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_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_react_dom, _dll_classnames, _dll_pie_lib__pie_toolbox_math_rendering_accessible} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_correct_answer_toggle, _dll_pie_lib__pie_toolbox_render_ui} from "../../../@pie-lib/pie-toolbox-module@4.24.3/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
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "6.22.3-next.
|
|
7
|
+
"version": "6.22.3-next.26+faca98267",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "1.
|
|
15
|
+
"@pie-lib/pie-toolbox": "1.31.3",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"lodash": "^4.17.10",
|
|
18
18
|
"prop-types": "^15.6.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "faca982675bfd2df70f11ca2b9e20333af8f9790",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js",
|
|
27
27
|
"exports": {
|