@pie-element/math-templated 2.22.3-next.2 → 2.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 +1205 -204
- package/docs/config-schema.json.md +744 -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
|
@@ -268,6 +268,110 @@ Properties of the `h3` object:
|
|
|
268
268
|
|
|
269
269
|
Indicates if the plugin is disabled or not
|
|
270
270
|
|
|
271
|
+
### `languageCharacters` (object)
|
|
272
|
+
|
|
273
|
+
Properties of the `languageCharacters` object:
|
|
274
|
+
|
|
275
|
+
#### `disabled` (boolean)
|
|
276
|
+
|
|
277
|
+
Indicates if the plugin is disabled or not
|
|
278
|
+
|
|
279
|
+
### `bold` (object)
|
|
280
|
+
|
|
281
|
+
Properties of the `bold` object:
|
|
282
|
+
|
|
283
|
+
#### `disabled` (boolean)
|
|
284
|
+
|
|
285
|
+
Indicates if the plugin is disabled or not
|
|
286
|
+
|
|
287
|
+
### `html` (object)
|
|
288
|
+
|
|
289
|
+
Properties of the `html` object:
|
|
290
|
+
|
|
291
|
+
#### `disabled` (boolean)
|
|
292
|
+
|
|
293
|
+
Indicates if the plugin is disabled or not
|
|
294
|
+
|
|
295
|
+
### `italic` (object)
|
|
296
|
+
|
|
297
|
+
Properties of the `italic` object:
|
|
298
|
+
|
|
299
|
+
#### `disabled` (boolean)
|
|
300
|
+
|
|
301
|
+
Indicates if the plugin is disabled or not
|
|
302
|
+
|
|
303
|
+
### `ol_list` (object)
|
|
304
|
+
|
|
305
|
+
Properties of the `ol_list` object:
|
|
306
|
+
|
|
307
|
+
#### `disabled` (boolean)
|
|
308
|
+
|
|
309
|
+
Indicates if the plugin is disabled or not
|
|
310
|
+
|
|
311
|
+
### `redo` (object)
|
|
312
|
+
|
|
313
|
+
Properties of the `redo` object:
|
|
314
|
+
|
|
315
|
+
#### `disabled` (boolean)
|
|
316
|
+
|
|
317
|
+
Indicates if the plugin is disabled or not
|
|
318
|
+
|
|
319
|
+
### `strikethrough` (object)
|
|
320
|
+
|
|
321
|
+
Properties of the `strikethrough` object:
|
|
322
|
+
|
|
323
|
+
#### `disabled` (boolean)
|
|
324
|
+
|
|
325
|
+
Indicates if the plugin is disabled or not
|
|
326
|
+
|
|
327
|
+
### `sub` (object)
|
|
328
|
+
|
|
329
|
+
Properties of the `sub` object:
|
|
330
|
+
|
|
331
|
+
#### `disabled` (boolean)
|
|
332
|
+
|
|
333
|
+
Indicates if the plugin is disabled or not
|
|
334
|
+
|
|
335
|
+
### `sup` (object)
|
|
336
|
+
|
|
337
|
+
Properties of the `sup` object:
|
|
338
|
+
|
|
339
|
+
#### `disabled` (boolean)
|
|
340
|
+
|
|
341
|
+
Indicates if the plugin is disabled or not
|
|
342
|
+
|
|
343
|
+
### `table` (object)
|
|
344
|
+
|
|
345
|
+
Properties of the `table` object:
|
|
346
|
+
|
|
347
|
+
#### `disabled` (boolean)
|
|
348
|
+
|
|
349
|
+
Indicates if the plugin is disabled or not
|
|
350
|
+
|
|
351
|
+
### `ul_list` (object)
|
|
352
|
+
|
|
353
|
+
Properties of the `ul_list` object:
|
|
354
|
+
|
|
355
|
+
#### `disabled` (boolean)
|
|
356
|
+
|
|
357
|
+
Indicates if the plugin is disabled or not
|
|
358
|
+
|
|
359
|
+
### `underline` (object)
|
|
360
|
+
|
|
361
|
+
Properties of the `underline` object:
|
|
362
|
+
|
|
363
|
+
#### `disabled` (boolean)
|
|
364
|
+
|
|
365
|
+
Indicates if the plugin is disabled or not
|
|
366
|
+
|
|
367
|
+
### `undo` (object)
|
|
368
|
+
|
|
369
|
+
Properties of the `undo` object:
|
|
370
|
+
|
|
371
|
+
#### `disabled` (boolean)
|
|
372
|
+
|
|
373
|
+
Indicates if the plugin is disabled or not
|
|
374
|
+
|
|
271
375
|
## `EditableHtmlButtonConfigure` (object)
|
|
272
376
|
|
|
273
377
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -384,6 +488,110 @@ Properties of the `h3` object:
|
|
|
384
488
|
|
|
385
489
|
Indicates if the plugin is disabled or not
|
|
386
490
|
|
|
491
|
+
#### `languageCharacters` (object)
|
|
492
|
+
|
|
493
|
+
Properties of the `languageCharacters` object:
|
|
494
|
+
|
|
495
|
+
##### `disabled` (boolean)
|
|
496
|
+
|
|
497
|
+
Indicates if the plugin is disabled or not
|
|
498
|
+
|
|
499
|
+
#### `bold` (object)
|
|
500
|
+
|
|
501
|
+
Properties of the `bold` object:
|
|
502
|
+
|
|
503
|
+
##### `disabled` (boolean)
|
|
504
|
+
|
|
505
|
+
Indicates if the plugin is disabled or not
|
|
506
|
+
|
|
507
|
+
#### `html` (object)
|
|
508
|
+
|
|
509
|
+
Properties of the `html` object:
|
|
510
|
+
|
|
511
|
+
##### `disabled` (boolean)
|
|
512
|
+
|
|
513
|
+
Indicates if the plugin is disabled or not
|
|
514
|
+
|
|
515
|
+
#### `italic` (object)
|
|
516
|
+
|
|
517
|
+
Properties of the `italic` object:
|
|
518
|
+
|
|
519
|
+
##### `disabled` (boolean)
|
|
520
|
+
|
|
521
|
+
Indicates if the plugin is disabled or not
|
|
522
|
+
|
|
523
|
+
#### `ol_list` (object)
|
|
524
|
+
|
|
525
|
+
Properties of the `ol_list` object:
|
|
526
|
+
|
|
527
|
+
##### `disabled` (boolean)
|
|
528
|
+
|
|
529
|
+
Indicates if the plugin is disabled or not
|
|
530
|
+
|
|
531
|
+
#### `redo` (object)
|
|
532
|
+
|
|
533
|
+
Properties of the `redo` object:
|
|
534
|
+
|
|
535
|
+
##### `disabled` (boolean)
|
|
536
|
+
|
|
537
|
+
Indicates if the plugin is disabled or not
|
|
538
|
+
|
|
539
|
+
#### `strikethrough` (object)
|
|
540
|
+
|
|
541
|
+
Properties of the `strikethrough` object:
|
|
542
|
+
|
|
543
|
+
##### `disabled` (boolean)
|
|
544
|
+
|
|
545
|
+
Indicates if the plugin is disabled or not
|
|
546
|
+
|
|
547
|
+
#### `sub` (object)
|
|
548
|
+
|
|
549
|
+
Properties of the `sub` object:
|
|
550
|
+
|
|
551
|
+
##### `disabled` (boolean)
|
|
552
|
+
|
|
553
|
+
Indicates if the plugin is disabled or not
|
|
554
|
+
|
|
555
|
+
#### `sup` (object)
|
|
556
|
+
|
|
557
|
+
Properties of the `sup` object:
|
|
558
|
+
|
|
559
|
+
##### `disabled` (boolean)
|
|
560
|
+
|
|
561
|
+
Indicates if the plugin is disabled or not
|
|
562
|
+
|
|
563
|
+
#### `table` (object)
|
|
564
|
+
|
|
565
|
+
Properties of the `table` object:
|
|
566
|
+
|
|
567
|
+
##### `disabled` (boolean)
|
|
568
|
+
|
|
569
|
+
Indicates if the plugin is disabled or not
|
|
570
|
+
|
|
571
|
+
#### `ul_list` (object)
|
|
572
|
+
|
|
573
|
+
Properties of the `ul_list` object:
|
|
574
|
+
|
|
575
|
+
##### `disabled` (boolean)
|
|
576
|
+
|
|
577
|
+
Indicates if the plugin is disabled or not
|
|
578
|
+
|
|
579
|
+
#### `underline` (object)
|
|
580
|
+
|
|
581
|
+
Properties of the `underline` object:
|
|
582
|
+
|
|
583
|
+
##### `disabled` (boolean)
|
|
584
|
+
|
|
585
|
+
Indicates if the plugin is disabled or not
|
|
586
|
+
|
|
587
|
+
#### `undo` (object)
|
|
588
|
+
|
|
589
|
+
Properties of the `undo` object:
|
|
590
|
+
|
|
591
|
+
##### `disabled` (boolean)
|
|
592
|
+
|
|
593
|
+
Indicates if the plugin is disabled or not
|
|
594
|
+
|
|
387
595
|
### `required` (boolean)
|
|
388
596
|
|
|
389
597
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -481,6 +689,110 @@ Properties of the `h3` object:
|
|
|
481
689
|
|
|
482
690
|
Indicates if the plugin is disabled or not
|
|
483
691
|
|
|
692
|
+
#### `languageCharacters` (object)
|
|
693
|
+
|
|
694
|
+
Properties of the `languageCharacters` object:
|
|
695
|
+
|
|
696
|
+
##### `disabled` (boolean)
|
|
697
|
+
|
|
698
|
+
Indicates if the plugin is disabled or not
|
|
699
|
+
|
|
700
|
+
#### `bold` (object)
|
|
701
|
+
|
|
702
|
+
Properties of the `bold` object:
|
|
703
|
+
|
|
704
|
+
##### `disabled` (boolean)
|
|
705
|
+
|
|
706
|
+
Indicates if the plugin is disabled or not
|
|
707
|
+
|
|
708
|
+
#### `html` (object)
|
|
709
|
+
|
|
710
|
+
Properties of the `html` object:
|
|
711
|
+
|
|
712
|
+
##### `disabled` (boolean)
|
|
713
|
+
|
|
714
|
+
Indicates if the plugin is disabled or not
|
|
715
|
+
|
|
716
|
+
#### `italic` (object)
|
|
717
|
+
|
|
718
|
+
Properties of the `italic` object:
|
|
719
|
+
|
|
720
|
+
##### `disabled` (boolean)
|
|
721
|
+
|
|
722
|
+
Indicates if the plugin is disabled or not
|
|
723
|
+
|
|
724
|
+
#### `ol_list` (object)
|
|
725
|
+
|
|
726
|
+
Properties of the `ol_list` object:
|
|
727
|
+
|
|
728
|
+
##### `disabled` (boolean)
|
|
729
|
+
|
|
730
|
+
Indicates if the plugin is disabled or not
|
|
731
|
+
|
|
732
|
+
#### `redo` (object)
|
|
733
|
+
|
|
734
|
+
Properties of the `redo` object:
|
|
735
|
+
|
|
736
|
+
##### `disabled` (boolean)
|
|
737
|
+
|
|
738
|
+
Indicates if the plugin is disabled or not
|
|
739
|
+
|
|
740
|
+
#### `strikethrough` (object)
|
|
741
|
+
|
|
742
|
+
Properties of the `strikethrough` object:
|
|
743
|
+
|
|
744
|
+
##### `disabled` (boolean)
|
|
745
|
+
|
|
746
|
+
Indicates if the plugin is disabled or not
|
|
747
|
+
|
|
748
|
+
#### `sub` (object)
|
|
749
|
+
|
|
750
|
+
Properties of the `sub` object:
|
|
751
|
+
|
|
752
|
+
##### `disabled` (boolean)
|
|
753
|
+
|
|
754
|
+
Indicates if the plugin is disabled or not
|
|
755
|
+
|
|
756
|
+
#### `sup` (object)
|
|
757
|
+
|
|
758
|
+
Properties of the `sup` object:
|
|
759
|
+
|
|
760
|
+
##### `disabled` (boolean)
|
|
761
|
+
|
|
762
|
+
Indicates if the plugin is disabled or not
|
|
763
|
+
|
|
764
|
+
#### `table` (object)
|
|
765
|
+
|
|
766
|
+
Properties of the `table` object:
|
|
767
|
+
|
|
768
|
+
##### `disabled` (boolean)
|
|
769
|
+
|
|
770
|
+
Indicates if the plugin is disabled or not
|
|
771
|
+
|
|
772
|
+
#### `ul_list` (object)
|
|
773
|
+
|
|
774
|
+
Properties of the `ul_list` object:
|
|
775
|
+
|
|
776
|
+
##### `disabled` (boolean)
|
|
777
|
+
|
|
778
|
+
Indicates if the plugin is disabled or not
|
|
779
|
+
|
|
780
|
+
#### `underline` (object)
|
|
781
|
+
|
|
782
|
+
Properties of the `underline` object:
|
|
783
|
+
|
|
784
|
+
##### `disabled` (boolean)
|
|
785
|
+
|
|
786
|
+
Indicates if the plugin is disabled or not
|
|
787
|
+
|
|
788
|
+
#### `undo` (object)
|
|
789
|
+
|
|
790
|
+
Properties of the `undo` object:
|
|
791
|
+
|
|
792
|
+
##### `disabled` (boolean)
|
|
793
|
+
|
|
794
|
+
Indicates if the plugin is disabled or not
|
|
795
|
+
|
|
484
796
|
### `settings` (boolean)
|
|
485
797
|
|
|
486
798
|
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_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_config_ui, _dll_pie_lib__pie_toolbox_math_toolbar, _dll_pie_lib__pie_toolbox_editable_html} 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_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_math_input, _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_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.
|
|
1
|
+
import {_dll_react, _dll_prop_types, _dll_classnames, _dll_react_dom, _dll_debug, _dll_lodash, _dll_react_dom_server, _dll_pie_lib__pie_toolbox_math_rendering_accessible, _dll_pie_framework__mathquill} from "../../../@pie-lib/pie-toolbox-math-rendering-module@1.24.2/module/index.js";
|
|
2
2
|
import {_dll_pie_lib__pie_toolbox_math_input, _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
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "2.22.3-next.
|
|
7
|
+
"version": "2.22.3-next.26+faca98267",
|
|
8
8
|
"description": "",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "1.
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.31.3",
|
|
13
13
|
"prop-types": "^15.6.1",
|
|
14
14
|
"react": "^16.8.1",
|
|
15
15
|
"react-dom": "^16.8.1"
|
|
16
16
|
},
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "faca982675bfd2df70f11ca2b9e20333af8f9790",
|
|
20
20
|
"scripts": {
|
|
21
21
|
"postpublish": "../../scripts/postpublish"
|
|
22
22
|
},
|