@pie-element/multiple-choice 8.24.3-next.9 → 8.24.3
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 +12 -0
- package/configure/CHANGELOG.md +11 -0
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +1668 -381
- package/docs/config-schema.json.md +952 -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
|
@@ -276,6 +276,110 @@ Properties of the `h3` object:
|
|
|
276
276
|
|
|
277
277
|
Indicates if the plugin is disabled or not
|
|
278
278
|
|
|
279
|
+
### `languageCharacters` (object)
|
|
280
|
+
|
|
281
|
+
Properties of the `languageCharacters` object:
|
|
282
|
+
|
|
283
|
+
#### `disabled` (boolean)
|
|
284
|
+
|
|
285
|
+
Indicates if the plugin is disabled or not
|
|
286
|
+
|
|
287
|
+
### `bold` (object)
|
|
288
|
+
|
|
289
|
+
Properties of the `bold` object:
|
|
290
|
+
|
|
291
|
+
#### `disabled` (boolean)
|
|
292
|
+
|
|
293
|
+
Indicates if the plugin is disabled or not
|
|
294
|
+
|
|
295
|
+
### `html` (object)
|
|
296
|
+
|
|
297
|
+
Properties of the `html` object:
|
|
298
|
+
|
|
299
|
+
#### `disabled` (boolean)
|
|
300
|
+
|
|
301
|
+
Indicates if the plugin is disabled or not
|
|
302
|
+
|
|
303
|
+
### `italic` (object)
|
|
304
|
+
|
|
305
|
+
Properties of the `italic` object:
|
|
306
|
+
|
|
307
|
+
#### `disabled` (boolean)
|
|
308
|
+
|
|
309
|
+
Indicates if the plugin is disabled or not
|
|
310
|
+
|
|
311
|
+
### `ol_list` (object)
|
|
312
|
+
|
|
313
|
+
Properties of the `ol_list` object:
|
|
314
|
+
|
|
315
|
+
#### `disabled` (boolean)
|
|
316
|
+
|
|
317
|
+
Indicates if the plugin is disabled or not
|
|
318
|
+
|
|
319
|
+
### `redo` (object)
|
|
320
|
+
|
|
321
|
+
Properties of the `redo` object:
|
|
322
|
+
|
|
323
|
+
#### `disabled` (boolean)
|
|
324
|
+
|
|
325
|
+
Indicates if the plugin is disabled or not
|
|
326
|
+
|
|
327
|
+
### `strikethrough` (object)
|
|
328
|
+
|
|
329
|
+
Properties of the `strikethrough` object:
|
|
330
|
+
|
|
331
|
+
#### `disabled` (boolean)
|
|
332
|
+
|
|
333
|
+
Indicates if the plugin is disabled or not
|
|
334
|
+
|
|
335
|
+
### `sub` (object)
|
|
336
|
+
|
|
337
|
+
Properties of the `sub` object:
|
|
338
|
+
|
|
339
|
+
#### `disabled` (boolean)
|
|
340
|
+
|
|
341
|
+
Indicates if the plugin is disabled or not
|
|
342
|
+
|
|
343
|
+
### `sup` (object)
|
|
344
|
+
|
|
345
|
+
Properties of the `sup` object:
|
|
346
|
+
|
|
347
|
+
#### `disabled` (boolean)
|
|
348
|
+
|
|
349
|
+
Indicates if the plugin is disabled or not
|
|
350
|
+
|
|
351
|
+
### `table` (object)
|
|
352
|
+
|
|
353
|
+
Properties of the `table` object:
|
|
354
|
+
|
|
355
|
+
#### `disabled` (boolean)
|
|
356
|
+
|
|
357
|
+
Indicates if the plugin is disabled or not
|
|
358
|
+
|
|
359
|
+
### `ul_list` (object)
|
|
360
|
+
|
|
361
|
+
Properties of the `ul_list` object:
|
|
362
|
+
|
|
363
|
+
#### `disabled` (boolean)
|
|
364
|
+
|
|
365
|
+
Indicates if the plugin is disabled or not
|
|
366
|
+
|
|
367
|
+
### `underline` (object)
|
|
368
|
+
|
|
369
|
+
Properties of the `underline` object:
|
|
370
|
+
|
|
371
|
+
#### `disabled` (boolean)
|
|
372
|
+
|
|
373
|
+
Indicates if the plugin is disabled or not
|
|
374
|
+
|
|
375
|
+
### `undo` (object)
|
|
376
|
+
|
|
377
|
+
Properties of the `undo` object:
|
|
378
|
+
|
|
379
|
+
#### `disabled` (boolean)
|
|
380
|
+
|
|
381
|
+
Indicates if the plugin is disabled or not
|
|
382
|
+
|
|
279
383
|
## `EditableHtmlButtonConfigure` (object)
|
|
280
384
|
|
|
281
385
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -392,6 +496,110 @@ Properties of the `h3` object:
|
|
|
392
496
|
|
|
393
497
|
Indicates if the plugin is disabled or not
|
|
394
498
|
|
|
499
|
+
#### `languageCharacters` (object)
|
|
500
|
+
|
|
501
|
+
Properties of the `languageCharacters` object:
|
|
502
|
+
|
|
503
|
+
##### `disabled` (boolean)
|
|
504
|
+
|
|
505
|
+
Indicates if the plugin is disabled or not
|
|
506
|
+
|
|
507
|
+
#### `bold` (object)
|
|
508
|
+
|
|
509
|
+
Properties of the `bold` object:
|
|
510
|
+
|
|
511
|
+
##### `disabled` (boolean)
|
|
512
|
+
|
|
513
|
+
Indicates if the plugin is disabled or not
|
|
514
|
+
|
|
515
|
+
#### `html` (object)
|
|
516
|
+
|
|
517
|
+
Properties of the `html` object:
|
|
518
|
+
|
|
519
|
+
##### `disabled` (boolean)
|
|
520
|
+
|
|
521
|
+
Indicates if the plugin is disabled or not
|
|
522
|
+
|
|
523
|
+
#### `italic` (object)
|
|
524
|
+
|
|
525
|
+
Properties of the `italic` object:
|
|
526
|
+
|
|
527
|
+
##### `disabled` (boolean)
|
|
528
|
+
|
|
529
|
+
Indicates if the plugin is disabled or not
|
|
530
|
+
|
|
531
|
+
#### `ol_list` (object)
|
|
532
|
+
|
|
533
|
+
Properties of the `ol_list` object:
|
|
534
|
+
|
|
535
|
+
##### `disabled` (boolean)
|
|
536
|
+
|
|
537
|
+
Indicates if the plugin is disabled or not
|
|
538
|
+
|
|
539
|
+
#### `redo` (object)
|
|
540
|
+
|
|
541
|
+
Properties of the `redo` object:
|
|
542
|
+
|
|
543
|
+
##### `disabled` (boolean)
|
|
544
|
+
|
|
545
|
+
Indicates if the plugin is disabled or not
|
|
546
|
+
|
|
547
|
+
#### `strikethrough` (object)
|
|
548
|
+
|
|
549
|
+
Properties of the `strikethrough` object:
|
|
550
|
+
|
|
551
|
+
##### `disabled` (boolean)
|
|
552
|
+
|
|
553
|
+
Indicates if the plugin is disabled or not
|
|
554
|
+
|
|
555
|
+
#### `sub` (object)
|
|
556
|
+
|
|
557
|
+
Properties of the `sub` object:
|
|
558
|
+
|
|
559
|
+
##### `disabled` (boolean)
|
|
560
|
+
|
|
561
|
+
Indicates if the plugin is disabled or not
|
|
562
|
+
|
|
563
|
+
#### `sup` (object)
|
|
564
|
+
|
|
565
|
+
Properties of the `sup` object:
|
|
566
|
+
|
|
567
|
+
##### `disabled` (boolean)
|
|
568
|
+
|
|
569
|
+
Indicates if the plugin is disabled or not
|
|
570
|
+
|
|
571
|
+
#### `table` (object)
|
|
572
|
+
|
|
573
|
+
Properties of the `table` object:
|
|
574
|
+
|
|
575
|
+
##### `disabled` (boolean)
|
|
576
|
+
|
|
577
|
+
Indicates if the plugin is disabled or not
|
|
578
|
+
|
|
579
|
+
#### `ul_list` (object)
|
|
580
|
+
|
|
581
|
+
Properties of the `ul_list` object:
|
|
582
|
+
|
|
583
|
+
##### `disabled` (boolean)
|
|
584
|
+
|
|
585
|
+
Indicates if the plugin is disabled or not
|
|
586
|
+
|
|
587
|
+
#### `underline` (object)
|
|
588
|
+
|
|
589
|
+
Properties of the `underline` object:
|
|
590
|
+
|
|
591
|
+
##### `disabled` (boolean)
|
|
592
|
+
|
|
593
|
+
Indicates if the plugin is disabled or not
|
|
594
|
+
|
|
595
|
+
#### `undo` (object)
|
|
596
|
+
|
|
597
|
+
Properties of the `undo` object:
|
|
598
|
+
|
|
599
|
+
##### `disabled` (boolean)
|
|
600
|
+
|
|
601
|
+
Indicates if the plugin is disabled or not
|
|
602
|
+
|
|
395
603
|
### `settings` (boolean)
|
|
396
604
|
|
|
397
605
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -485,6 +693,110 @@ Properties of the `h3` object:
|
|
|
485
693
|
|
|
486
694
|
Indicates if the plugin is disabled or not
|
|
487
695
|
|
|
696
|
+
#### `languageCharacters` (object)
|
|
697
|
+
|
|
698
|
+
Properties of the `languageCharacters` object:
|
|
699
|
+
|
|
700
|
+
##### `disabled` (boolean)
|
|
701
|
+
|
|
702
|
+
Indicates if the plugin is disabled or not
|
|
703
|
+
|
|
704
|
+
#### `bold` (object)
|
|
705
|
+
|
|
706
|
+
Properties of the `bold` object:
|
|
707
|
+
|
|
708
|
+
##### `disabled` (boolean)
|
|
709
|
+
|
|
710
|
+
Indicates if the plugin is disabled or not
|
|
711
|
+
|
|
712
|
+
#### `html` (object)
|
|
713
|
+
|
|
714
|
+
Properties of the `html` object:
|
|
715
|
+
|
|
716
|
+
##### `disabled` (boolean)
|
|
717
|
+
|
|
718
|
+
Indicates if the plugin is disabled or not
|
|
719
|
+
|
|
720
|
+
#### `italic` (object)
|
|
721
|
+
|
|
722
|
+
Properties of the `italic` object:
|
|
723
|
+
|
|
724
|
+
##### `disabled` (boolean)
|
|
725
|
+
|
|
726
|
+
Indicates if the plugin is disabled or not
|
|
727
|
+
|
|
728
|
+
#### `ol_list` (object)
|
|
729
|
+
|
|
730
|
+
Properties of the `ol_list` object:
|
|
731
|
+
|
|
732
|
+
##### `disabled` (boolean)
|
|
733
|
+
|
|
734
|
+
Indicates if the plugin is disabled or not
|
|
735
|
+
|
|
736
|
+
#### `redo` (object)
|
|
737
|
+
|
|
738
|
+
Properties of the `redo` object:
|
|
739
|
+
|
|
740
|
+
##### `disabled` (boolean)
|
|
741
|
+
|
|
742
|
+
Indicates if the plugin is disabled or not
|
|
743
|
+
|
|
744
|
+
#### `strikethrough` (object)
|
|
745
|
+
|
|
746
|
+
Properties of the `strikethrough` object:
|
|
747
|
+
|
|
748
|
+
##### `disabled` (boolean)
|
|
749
|
+
|
|
750
|
+
Indicates if the plugin is disabled or not
|
|
751
|
+
|
|
752
|
+
#### `sub` (object)
|
|
753
|
+
|
|
754
|
+
Properties of the `sub` object:
|
|
755
|
+
|
|
756
|
+
##### `disabled` (boolean)
|
|
757
|
+
|
|
758
|
+
Indicates if the plugin is disabled or not
|
|
759
|
+
|
|
760
|
+
#### `sup` (object)
|
|
761
|
+
|
|
762
|
+
Properties of the `sup` object:
|
|
763
|
+
|
|
764
|
+
##### `disabled` (boolean)
|
|
765
|
+
|
|
766
|
+
Indicates if the plugin is disabled or not
|
|
767
|
+
|
|
768
|
+
#### `table` (object)
|
|
769
|
+
|
|
770
|
+
Properties of the `table` object:
|
|
771
|
+
|
|
772
|
+
##### `disabled` (boolean)
|
|
773
|
+
|
|
774
|
+
Indicates if the plugin is disabled or not
|
|
775
|
+
|
|
776
|
+
#### `ul_list` (object)
|
|
777
|
+
|
|
778
|
+
Properties of the `ul_list` object:
|
|
779
|
+
|
|
780
|
+
##### `disabled` (boolean)
|
|
781
|
+
|
|
782
|
+
Indicates if the plugin is disabled or not
|
|
783
|
+
|
|
784
|
+
#### `underline` (object)
|
|
785
|
+
|
|
786
|
+
Properties of the `underline` object:
|
|
787
|
+
|
|
788
|
+
##### `disabled` (boolean)
|
|
789
|
+
|
|
790
|
+
Indicates if the plugin is disabled or not
|
|
791
|
+
|
|
792
|
+
#### `undo` (object)
|
|
793
|
+
|
|
794
|
+
Properties of the `undo` object:
|
|
795
|
+
|
|
796
|
+
##### `disabled` (boolean)
|
|
797
|
+
|
|
798
|
+
Indicates if the plugin is disabled or not
|
|
799
|
+
|
|
488
800
|
### `required` (boolean)
|
|
489
801
|
|
|
490
802
|
Indicates if the item is required and the value cannot be empty
|
package/module/configure.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _dll_lodash, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_react_dom, _dll_classnames, _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, _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/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.24.
|
|
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.24.2/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.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_classnames, _dll_react_dom, _dll_lodash, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_debug} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/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.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
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/multiple-choice",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "8.24.3
|
|
4
|
+
"version": "8.24.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
|
-
"@pie-lib/pie-toolbox": "1.31.
|
|
10
|
+
"@pie-lib/pie-toolbox": "1.31.3",
|
|
11
11
|
"classnames": "^2.2.5",
|
|
12
12
|
"debug": "^4.1.1",
|
|
13
13
|
"enzyme-to-json": "^3.3.3",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"react-test-renderer": "^16.3.2",
|
|
19
19
|
"react-transition-group": "^2.3.1"
|
|
20
20
|
},
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "8c0b9d9d91490c958440ece9a2c018acecbf7c5c",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postpublish": "../../scripts/postpublish"
|
|
24
24
|
},
|