@pie-element/categorize 8.24.3-next.8 → 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 +1634 -347
- package/docs/config-schema.json.md +952 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -0
- package/package.json +3 -3
package/docs/pie-schema.json.md
CHANGED
|
@@ -288,6 +288,110 @@ Properties of the `h3` object:
|
|
|
288
288
|
|
|
289
289
|
Indicates if the plugin is disabled or not
|
|
290
290
|
|
|
291
|
+
### `languageCharacters` (object)
|
|
292
|
+
|
|
293
|
+
Properties of the `languageCharacters` object:
|
|
294
|
+
|
|
295
|
+
#### `disabled` (boolean)
|
|
296
|
+
|
|
297
|
+
Indicates if the plugin is disabled or not
|
|
298
|
+
|
|
299
|
+
### `bold` (object)
|
|
300
|
+
|
|
301
|
+
Properties of the `bold` object:
|
|
302
|
+
|
|
303
|
+
#### `disabled` (boolean)
|
|
304
|
+
|
|
305
|
+
Indicates if the plugin is disabled or not
|
|
306
|
+
|
|
307
|
+
### `html` (object)
|
|
308
|
+
|
|
309
|
+
Properties of the `html` object:
|
|
310
|
+
|
|
311
|
+
#### `disabled` (boolean)
|
|
312
|
+
|
|
313
|
+
Indicates if the plugin is disabled or not
|
|
314
|
+
|
|
315
|
+
### `italic` (object)
|
|
316
|
+
|
|
317
|
+
Properties of the `italic` object:
|
|
318
|
+
|
|
319
|
+
#### `disabled` (boolean)
|
|
320
|
+
|
|
321
|
+
Indicates if the plugin is disabled or not
|
|
322
|
+
|
|
323
|
+
### `ol_list` (object)
|
|
324
|
+
|
|
325
|
+
Properties of the `ol_list` object:
|
|
326
|
+
|
|
327
|
+
#### `disabled` (boolean)
|
|
328
|
+
|
|
329
|
+
Indicates if the plugin is disabled or not
|
|
330
|
+
|
|
331
|
+
### `redo` (object)
|
|
332
|
+
|
|
333
|
+
Properties of the `redo` object:
|
|
334
|
+
|
|
335
|
+
#### `disabled` (boolean)
|
|
336
|
+
|
|
337
|
+
Indicates if the plugin is disabled or not
|
|
338
|
+
|
|
339
|
+
### `strikethrough` (object)
|
|
340
|
+
|
|
341
|
+
Properties of the `strikethrough` object:
|
|
342
|
+
|
|
343
|
+
#### `disabled` (boolean)
|
|
344
|
+
|
|
345
|
+
Indicates if the plugin is disabled or not
|
|
346
|
+
|
|
347
|
+
### `sub` (object)
|
|
348
|
+
|
|
349
|
+
Properties of the `sub` object:
|
|
350
|
+
|
|
351
|
+
#### `disabled` (boolean)
|
|
352
|
+
|
|
353
|
+
Indicates if the plugin is disabled or not
|
|
354
|
+
|
|
355
|
+
### `sup` (object)
|
|
356
|
+
|
|
357
|
+
Properties of the `sup` object:
|
|
358
|
+
|
|
359
|
+
#### `disabled` (boolean)
|
|
360
|
+
|
|
361
|
+
Indicates if the plugin is disabled or not
|
|
362
|
+
|
|
363
|
+
### `table` (object)
|
|
364
|
+
|
|
365
|
+
Properties of the `table` object:
|
|
366
|
+
|
|
367
|
+
#### `disabled` (boolean)
|
|
368
|
+
|
|
369
|
+
Indicates if the plugin is disabled or not
|
|
370
|
+
|
|
371
|
+
### `ul_list` (object)
|
|
372
|
+
|
|
373
|
+
Properties of the `ul_list` object:
|
|
374
|
+
|
|
375
|
+
#### `disabled` (boolean)
|
|
376
|
+
|
|
377
|
+
Indicates if the plugin is disabled or not
|
|
378
|
+
|
|
379
|
+
### `underline` (object)
|
|
380
|
+
|
|
381
|
+
Properties of the `underline` object:
|
|
382
|
+
|
|
383
|
+
#### `disabled` (boolean)
|
|
384
|
+
|
|
385
|
+
Indicates if the plugin is disabled or not
|
|
386
|
+
|
|
387
|
+
### `undo` (object)
|
|
388
|
+
|
|
389
|
+
Properties of the `undo` object:
|
|
390
|
+
|
|
391
|
+
#### `disabled` (boolean)
|
|
392
|
+
|
|
393
|
+
Indicates if the plugin is disabled or not
|
|
394
|
+
|
|
291
395
|
## `EditableHtmlButtonConfigure` (object)
|
|
292
396
|
|
|
293
397
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -416,6 +520,110 @@ Properties of the `h3` object:
|
|
|
416
520
|
|
|
417
521
|
Indicates if the plugin is disabled or not
|
|
418
522
|
|
|
523
|
+
#### `languageCharacters` (object)
|
|
524
|
+
|
|
525
|
+
Properties of the `languageCharacters` object:
|
|
526
|
+
|
|
527
|
+
##### `disabled` (boolean)
|
|
528
|
+
|
|
529
|
+
Indicates if the plugin is disabled or not
|
|
530
|
+
|
|
531
|
+
#### `bold` (object)
|
|
532
|
+
|
|
533
|
+
Properties of the `bold` object:
|
|
534
|
+
|
|
535
|
+
##### `disabled` (boolean)
|
|
536
|
+
|
|
537
|
+
Indicates if the plugin is disabled or not
|
|
538
|
+
|
|
539
|
+
#### `html` (object)
|
|
540
|
+
|
|
541
|
+
Properties of the `html` object:
|
|
542
|
+
|
|
543
|
+
##### `disabled` (boolean)
|
|
544
|
+
|
|
545
|
+
Indicates if the plugin is disabled or not
|
|
546
|
+
|
|
547
|
+
#### `italic` (object)
|
|
548
|
+
|
|
549
|
+
Properties of the `italic` object:
|
|
550
|
+
|
|
551
|
+
##### `disabled` (boolean)
|
|
552
|
+
|
|
553
|
+
Indicates if the plugin is disabled or not
|
|
554
|
+
|
|
555
|
+
#### `ol_list` (object)
|
|
556
|
+
|
|
557
|
+
Properties of the `ol_list` object:
|
|
558
|
+
|
|
559
|
+
##### `disabled` (boolean)
|
|
560
|
+
|
|
561
|
+
Indicates if the plugin is disabled or not
|
|
562
|
+
|
|
563
|
+
#### `redo` (object)
|
|
564
|
+
|
|
565
|
+
Properties of the `redo` object:
|
|
566
|
+
|
|
567
|
+
##### `disabled` (boolean)
|
|
568
|
+
|
|
569
|
+
Indicates if the plugin is disabled or not
|
|
570
|
+
|
|
571
|
+
#### `strikethrough` (object)
|
|
572
|
+
|
|
573
|
+
Properties of the `strikethrough` object:
|
|
574
|
+
|
|
575
|
+
##### `disabled` (boolean)
|
|
576
|
+
|
|
577
|
+
Indicates if the plugin is disabled or not
|
|
578
|
+
|
|
579
|
+
#### `sub` (object)
|
|
580
|
+
|
|
581
|
+
Properties of the `sub` object:
|
|
582
|
+
|
|
583
|
+
##### `disabled` (boolean)
|
|
584
|
+
|
|
585
|
+
Indicates if the plugin is disabled or not
|
|
586
|
+
|
|
587
|
+
#### `sup` (object)
|
|
588
|
+
|
|
589
|
+
Properties of the `sup` object:
|
|
590
|
+
|
|
591
|
+
##### `disabled` (boolean)
|
|
592
|
+
|
|
593
|
+
Indicates if the plugin is disabled or not
|
|
594
|
+
|
|
595
|
+
#### `table` (object)
|
|
596
|
+
|
|
597
|
+
Properties of the `table` object:
|
|
598
|
+
|
|
599
|
+
##### `disabled` (boolean)
|
|
600
|
+
|
|
601
|
+
Indicates if the plugin is disabled or not
|
|
602
|
+
|
|
603
|
+
#### `ul_list` (object)
|
|
604
|
+
|
|
605
|
+
Properties of the `ul_list` object:
|
|
606
|
+
|
|
607
|
+
##### `disabled` (boolean)
|
|
608
|
+
|
|
609
|
+
Indicates if the plugin is disabled or not
|
|
610
|
+
|
|
611
|
+
#### `underline` (object)
|
|
612
|
+
|
|
613
|
+
Properties of the `underline` object:
|
|
614
|
+
|
|
615
|
+
##### `disabled` (boolean)
|
|
616
|
+
|
|
617
|
+
Indicates if the plugin is disabled or not
|
|
618
|
+
|
|
619
|
+
#### `undo` (object)
|
|
620
|
+
|
|
621
|
+
Properties of the `undo` object:
|
|
622
|
+
|
|
623
|
+
##### `disabled` (boolean)
|
|
624
|
+
|
|
625
|
+
Indicates if the plugin is disabled or not
|
|
626
|
+
|
|
419
627
|
### `required` (boolean)
|
|
420
628
|
|
|
421
629
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -513,6 +721,110 @@ Properties of the `h3` object:
|
|
|
513
721
|
|
|
514
722
|
Indicates if the plugin is disabled or not
|
|
515
723
|
|
|
724
|
+
#### `languageCharacters` (object)
|
|
725
|
+
|
|
726
|
+
Properties of the `languageCharacters` object:
|
|
727
|
+
|
|
728
|
+
##### `disabled` (boolean)
|
|
729
|
+
|
|
730
|
+
Indicates if the plugin is disabled or not
|
|
731
|
+
|
|
732
|
+
#### `bold` (object)
|
|
733
|
+
|
|
734
|
+
Properties of the `bold` object:
|
|
735
|
+
|
|
736
|
+
##### `disabled` (boolean)
|
|
737
|
+
|
|
738
|
+
Indicates if the plugin is disabled or not
|
|
739
|
+
|
|
740
|
+
#### `html` (object)
|
|
741
|
+
|
|
742
|
+
Properties of the `html` object:
|
|
743
|
+
|
|
744
|
+
##### `disabled` (boolean)
|
|
745
|
+
|
|
746
|
+
Indicates if the plugin is disabled or not
|
|
747
|
+
|
|
748
|
+
#### `italic` (object)
|
|
749
|
+
|
|
750
|
+
Properties of the `italic` object:
|
|
751
|
+
|
|
752
|
+
##### `disabled` (boolean)
|
|
753
|
+
|
|
754
|
+
Indicates if the plugin is disabled or not
|
|
755
|
+
|
|
756
|
+
#### `ol_list` (object)
|
|
757
|
+
|
|
758
|
+
Properties of the `ol_list` object:
|
|
759
|
+
|
|
760
|
+
##### `disabled` (boolean)
|
|
761
|
+
|
|
762
|
+
Indicates if the plugin is disabled or not
|
|
763
|
+
|
|
764
|
+
#### `redo` (object)
|
|
765
|
+
|
|
766
|
+
Properties of the `redo` object:
|
|
767
|
+
|
|
768
|
+
##### `disabled` (boolean)
|
|
769
|
+
|
|
770
|
+
Indicates if the plugin is disabled or not
|
|
771
|
+
|
|
772
|
+
#### `strikethrough` (object)
|
|
773
|
+
|
|
774
|
+
Properties of the `strikethrough` object:
|
|
775
|
+
|
|
776
|
+
##### `disabled` (boolean)
|
|
777
|
+
|
|
778
|
+
Indicates if the plugin is disabled or not
|
|
779
|
+
|
|
780
|
+
#### `sub` (object)
|
|
781
|
+
|
|
782
|
+
Properties of the `sub` object:
|
|
783
|
+
|
|
784
|
+
##### `disabled` (boolean)
|
|
785
|
+
|
|
786
|
+
Indicates if the plugin is disabled or not
|
|
787
|
+
|
|
788
|
+
#### `sup` (object)
|
|
789
|
+
|
|
790
|
+
Properties of the `sup` object:
|
|
791
|
+
|
|
792
|
+
##### `disabled` (boolean)
|
|
793
|
+
|
|
794
|
+
Indicates if the plugin is disabled or not
|
|
795
|
+
|
|
796
|
+
#### `table` (object)
|
|
797
|
+
|
|
798
|
+
Properties of the `table` object:
|
|
799
|
+
|
|
800
|
+
##### `disabled` (boolean)
|
|
801
|
+
|
|
802
|
+
Indicates if the plugin is disabled or not
|
|
803
|
+
|
|
804
|
+
#### `ul_list` (object)
|
|
805
|
+
|
|
806
|
+
Properties of the `ul_list` object:
|
|
807
|
+
|
|
808
|
+
##### `disabled` (boolean)
|
|
809
|
+
|
|
810
|
+
Indicates if the plugin is disabled or not
|
|
811
|
+
|
|
812
|
+
#### `underline` (object)
|
|
813
|
+
|
|
814
|
+
Properties of the `underline` object:
|
|
815
|
+
|
|
816
|
+
##### `disabled` (boolean)
|
|
817
|
+
|
|
818
|
+
Indicates if the plugin is disabled or not
|
|
819
|
+
|
|
820
|
+
#### `undo` (object)
|
|
821
|
+
|
|
822
|
+
Properties of the `undo` object:
|
|
823
|
+
|
|
824
|
+
##### `disabled` (boolean)
|
|
825
|
+
|
|
826
|
+
Indicates if the plugin is disabled or not
|
|
827
|
+
|
|
516
828
|
### `settings` (boolean)
|
|
517
829
|
|
|
518
830
|
Indicates if the item has to be displayed in the Settings Panel
|
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "8.24.3
|
|
7
|
+
"version": "8.24.3",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
14
|
-
"@pie-lib/pie-toolbox": "1.31.
|
|
14
|
+
"@pie-lib/pie-toolbox": "1.31.3",
|
|
15
15
|
"classnames": "^2.2.5",
|
|
16
16
|
"debug": "^4.1.1",
|
|
17
17
|
"lodash": "^4.17.15",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dnd": "^14.0.5",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "8c0b9d9d91490c958440ece9a2c018acecbf7c5c",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|