@pie-element/inline-dropdown 5.22.3-next.9 → 5.23.0
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 +22 -0
- package/configure/CHANGELOG.md +21 -0
- package/configure/lib/defaults.js +22 -0
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/inline-dropdown-toolbar.js +12 -16
- package/configure/lib/inline-dropdown-toolbar.js.map +1 -1
- package/configure/lib/main.js +19 -11
- package/configure/lib/main.js.map +1 -1
- package/configure/lib/utils.js +17 -1
- package/configure/lib/utils.js.map +1 -1
- package/configure/package.json +2 -2
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +1694 -298
- package/docs/config-schema.json.md +1049 -32
- 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
CHANGED
|
@@ -293,6 +293,149 @@
|
|
|
293
293
|
"title": "disabled"
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
|
+
},
|
|
297
|
+
"languageCharacters": {
|
|
298
|
+
"title": "EditableHtmlButtonConfigure",
|
|
299
|
+
"type": "object",
|
|
300
|
+
"properties": {
|
|
301
|
+
"disabled": {
|
|
302
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
303
|
+
"type": "boolean",
|
|
304
|
+
"title": "disabled"
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
"bold": {
|
|
309
|
+
"title": "EditableHtmlButtonConfigure",
|
|
310
|
+
"type": "object",
|
|
311
|
+
"properties": {
|
|
312
|
+
"disabled": {
|
|
313
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
314
|
+
"type": "boolean",
|
|
315
|
+
"title": "disabled"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"html": {
|
|
320
|
+
"title": "EditableHtmlButtonConfigure",
|
|
321
|
+
"type": "object",
|
|
322
|
+
"properties": {
|
|
323
|
+
"disabled": {
|
|
324
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
325
|
+
"type": "boolean",
|
|
326
|
+
"title": "disabled"
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
"italic": {
|
|
331
|
+
"title": "EditableHtmlButtonConfigure",
|
|
332
|
+
"type": "object",
|
|
333
|
+
"properties": {
|
|
334
|
+
"disabled": {
|
|
335
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
336
|
+
"type": "boolean",
|
|
337
|
+
"title": "disabled"
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
"ol_list": {
|
|
342
|
+
"title": "EditableHtmlButtonConfigure",
|
|
343
|
+
"type": "object",
|
|
344
|
+
"properties": {
|
|
345
|
+
"disabled": {
|
|
346
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
347
|
+
"type": "boolean",
|
|
348
|
+
"title": "disabled"
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"redo": {
|
|
353
|
+
"title": "EditableHtmlButtonConfigure",
|
|
354
|
+
"type": "object",
|
|
355
|
+
"properties": {
|
|
356
|
+
"disabled": {
|
|
357
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
358
|
+
"type": "boolean",
|
|
359
|
+
"title": "disabled"
|
|
360
|
+
}
|
|
361
|
+
}
|
|
362
|
+
},
|
|
363
|
+
"strikethrough": {
|
|
364
|
+
"title": "EditableHtmlButtonConfigure",
|
|
365
|
+
"type": "object",
|
|
366
|
+
"properties": {
|
|
367
|
+
"disabled": {
|
|
368
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
369
|
+
"type": "boolean",
|
|
370
|
+
"title": "disabled"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
},
|
|
374
|
+
"sub": {
|
|
375
|
+
"title": "EditableHtmlButtonConfigure",
|
|
376
|
+
"type": "object",
|
|
377
|
+
"properties": {
|
|
378
|
+
"disabled": {
|
|
379
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
380
|
+
"type": "boolean",
|
|
381
|
+
"title": "disabled"
|
|
382
|
+
}
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"sup": {
|
|
386
|
+
"title": "EditableHtmlButtonConfigure",
|
|
387
|
+
"type": "object",
|
|
388
|
+
"properties": {
|
|
389
|
+
"disabled": {
|
|
390
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
391
|
+
"type": "boolean",
|
|
392
|
+
"title": "disabled"
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
"table": {
|
|
397
|
+
"title": "EditableHtmlButtonConfigure",
|
|
398
|
+
"type": "object",
|
|
399
|
+
"properties": {
|
|
400
|
+
"disabled": {
|
|
401
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
402
|
+
"type": "boolean",
|
|
403
|
+
"title": "disabled"
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"ul_list": {
|
|
408
|
+
"title": "EditableHtmlButtonConfigure",
|
|
409
|
+
"type": "object",
|
|
410
|
+
"properties": {
|
|
411
|
+
"disabled": {
|
|
412
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
413
|
+
"type": "boolean",
|
|
414
|
+
"title": "disabled"
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"underline": {
|
|
419
|
+
"title": "EditableHtmlButtonConfigure",
|
|
420
|
+
"type": "object",
|
|
421
|
+
"properties": {
|
|
422
|
+
"disabled": {
|
|
423
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
424
|
+
"type": "boolean",
|
|
425
|
+
"title": "disabled"
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
"undo": {
|
|
430
|
+
"title": "EditableHtmlButtonConfigure",
|
|
431
|
+
"type": "object",
|
|
432
|
+
"properties": {
|
|
433
|
+
"disabled": {
|
|
434
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
435
|
+
"type": "boolean",
|
|
436
|
+
"title": "disabled"
|
|
437
|
+
}
|
|
438
|
+
}
|
|
296
439
|
}
|
|
297
440
|
}
|
|
298
441
|
},
|
|
@@ -465,6 +608,149 @@
|
|
|
465
608
|
"title": "disabled"
|
|
466
609
|
}
|
|
467
610
|
}
|
|
611
|
+
},
|
|
612
|
+
"languageCharacters": {
|
|
613
|
+
"title": "EditableHtmlButtonConfigure",
|
|
614
|
+
"type": "object",
|
|
615
|
+
"properties": {
|
|
616
|
+
"disabled": {
|
|
617
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
618
|
+
"type": "boolean",
|
|
619
|
+
"title": "disabled"
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"bold": {
|
|
624
|
+
"title": "EditableHtmlButtonConfigure",
|
|
625
|
+
"type": "object",
|
|
626
|
+
"properties": {
|
|
627
|
+
"disabled": {
|
|
628
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
629
|
+
"type": "boolean",
|
|
630
|
+
"title": "disabled"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"html": {
|
|
635
|
+
"title": "EditableHtmlButtonConfigure",
|
|
636
|
+
"type": "object",
|
|
637
|
+
"properties": {
|
|
638
|
+
"disabled": {
|
|
639
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
640
|
+
"type": "boolean",
|
|
641
|
+
"title": "disabled"
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"italic": {
|
|
646
|
+
"title": "EditableHtmlButtonConfigure",
|
|
647
|
+
"type": "object",
|
|
648
|
+
"properties": {
|
|
649
|
+
"disabled": {
|
|
650
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
651
|
+
"type": "boolean",
|
|
652
|
+
"title": "disabled"
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
},
|
|
656
|
+
"ol_list": {
|
|
657
|
+
"title": "EditableHtmlButtonConfigure",
|
|
658
|
+
"type": "object",
|
|
659
|
+
"properties": {
|
|
660
|
+
"disabled": {
|
|
661
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
662
|
+
"type": "boolean",
|
|
663
|
+
"title": "disabled"
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"redo": {
|
|
668
|
+
"title": "EditableHtmlButtonConfigure",
|
|
669
|
+
"type": "object",
|
|
670
|
+
"properties": {
|
|
671
|
+
"disabled": {
|
|
672
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
673
|
+
"type": "boolean",
|
|
674
|
+
"title": "disabled"
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
},
|
|
678
|
+
"strikethrough": {
|
|
679
|
+
"title": "EditableHtmlButtonConfigure",
|
|
680
|
+
"type": "object",
|
|
681
|
+
"properties": {
|
|
682
|
+
"disabled": {
|
|
683
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
684
|
+
"type": "boolean",
|
|
685
|
+
"title": "disabled"
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
"sub": {
|
|
690
|
+
"title": "EditableHtmlButtonConfigure",
|
|
691
|
+
"type": "object",
|
|
692
|
+
"properties": {
|
|
693
|
+
"disabled": {
|
|
694
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
695
|
+
"type": "boolean",
|
|
696
|
+
"title": "disabled"
|
|
697
|
+
}
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
"sup": {
|
|
701
|
+
"title": "EditableHtmlButtonConfigure",
|
|
702
|
+
"type": "object",
|
|
703
|
+
"properties": {
|
|
704
|
+
"disabled": {
|
|
705
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
706
|
+
"type": "boolean",
|
|
707
|
+
"title": "disabled"
|
|
708
|
+
}
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"table": {
|
|
712
|
+
"title": "EditableHtmlButtonConfigure",
|
|
713
|
+
"type": "object",
|
|
714
|
+
"properties": {
|
|
715
|
+
"disabled": {
|
|
716
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
717
|
+
"type": "boolean",
|
|
718
|
+
"title": "disabled"
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
},
|
|
722
|
+
"ul_list": {
|
|
723
|
+
"title": "EditableHtmlButtonConfigure",
|
|
724
|
+
"type": "object",
|
|
725
|
+
"properties": {
|
|
726
|
+
"disabled": {
|
|
727
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
728
|
+
"type": "boolean",
|
|
729
|
+
"title": "disabled"
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
},
|
|
733
|
+
"underline": {
|
|
734
|
+
"title": "EditableHtmlButtonConfigure",
|
|
735
|
+
"type": "object",
|
|
736
|
+
"properties": {
|
|
737
|
+
"disabled": {
|
|
738
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
739
|
+
"type": "boolean",
|
|
740
|
+
"title": "disabled"
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"undo": {
|
|
745
|
+
"title": "EditableHtmlButtonConfigure",
|
|
746
|
+
"type": "object",
|
|
747
|
+
"properties": {
|
|
748
|
+
"disabled": {
|
|
749
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
750
|
+
"type": "boolean",
|
|
751
|
+
"title": "disabled"
|
|
752
|
+
}
|
|
753
|
+
}
|
|
468
754
|
}
|
|
469
755
|
}
|
|
470
756
|
},
|
|
@@ -595,6 +881,149 @@
|
|
|
595
881
|
"title": "disabled"
|
|
596
882
|
}
|
|
597
883
|
}
|
|
884
|
+
},
|
|
885
|
+
"languageCharacters": {
|
|
886
|
+
"title": "EditableHtmlButtonConfigure",
|
|
887
|
+
"type": "object",
|
|
888
|
+
"properties": {
|
|
889
|
+
"disabled": {
|
|
890
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
891
|
+
"type": "boolean",
|
|
892
|
+
"title": "disabled"
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
"bold": {
|
|
897
|
+
"title": "EditableHtmlButtonConfigure",
|
|
898
|
+
"type": "object",
|
|
899
|
+
"properties": {
|
|
900
|
+
"disabled": {
|
|
901
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
902
|
+
"type": "boolean",
|
|
903
|
+
"title": "disabled"
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
"html": {
|
|
908
|
+
"title": "EditableHtmlButtonConfigure",
|
|
909
|
+
"type": "object",
|
|
910
|
+
"properties": {
|
|
911
|
+
"disabled": {
|
|
912
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
913
|
+
"type": "boolean",
|
|
914
|
+
"title": "disabled"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"italic": {
|
|
919
|
+
"title": "EditableHtmlButtonConfigure",
|
|
920
|
+
"type": "object",
|
|
921
|
+
"properties": {
|
|
922
|
+
"disabled": {
|
|
923
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
924
|
+
"type": "boolean",
|
|
925
|
+
"title": "disabled"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
"ol_list": {
|
|
930
|
+
"title": "EditableHtmlButtonConfigure",
|
|
931
|
+
"type": "object",
|
|
932
|
+
"properties": {
|
|
933
|
+
"disabled": {
|
|
934
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
935
|
+
"type": "boolean",
|
|
936
|
+
"title": "disabled"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"redo": {
|
|
941
|
+
"title": "EditableHtmlButtonConfigure",
|
|
942
|
+
"type": "object",
|
|
943
|
+
"properties": {
|
|
944
|
+
"disabled": {
|
|
945
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
946
|
+
"type": "boolean",
|
|
947
|
+
"title": "disabled"
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"strikethrough": {
|
|
952
|
+
"title": "EditableHtmlButtonConfigure",
|
|
953
|
+
"type": "object",
|
|
954
|
+
"properties": {
|
|
955
|
+
"disabled": {
|
|
956
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
957
|
+
"type": "boolean",
|
|
958
|
+
"title": "disabled"
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
"sub": {
|
|
963
|
+
"title": "EditableHtmlButtonConfigure",
|
|
964
|
+
"type": "object",
|
|
965
|
+
"properties": {
|
|
966
|
+
"disabled": {
|
|
967
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
968
|
+
"type": "boolean",
|
|
969
|
+
"title": "disabled"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"sup": {
|
|
974
|
+
"title": "EditableHtmlButtonConfigure",
|
|
975
|
+
"type": "object",
|
|
976
|
+
"properties": {
|
|
977
|
+
"disabled": {
|
|
978
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
979
|
+
"type": "boolean",
|
|
980
|
+
"title": "disabled"
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
},
|
|
984
|
+
"table": {
|
|
985
|
+
"title": "EditableHtmlButtonConfigure",
|
|
986
|
+
"type": "object",
|
|
987
|
+
"properties": {
|
|
988
|
+
"disabled": {
|
|
989
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
990
|
+
"type": "boolean",
|
|
991
|
+
"title": "disabled"
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
"ul_list": {
|
|
996
|
+
"title": "EditableHtmlButtonConfigure",
|
|
997
|
+
"type": "object",
|
|
998
|
+
"properties": {
|
|
999
|
+
"disabled": {
|
|
1000
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1001
|
+
"type": "boolean",
|
|
1002
|
+
"title": "disabled"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"underline": {
|
|
1007
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1008
|
+
"type": "object",
|
|
1009
|
+
"properties": {
|
|
1010
|
+
"disabled": {
|
|
1011
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1012
|
+
"type": "boolean",
|
|
1013
|
+
"title": "disabled"
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
},
|
|
1017
|
+
"undo": {
|
|
1018
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1019
|
+
"type": "object",
|
|
1020
|
+
"properties": {
|
|
1021
|
+
"disabled": {
|
|
1022
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1023
|
+
"type": "boolean",
|
|
1024
|
+
"title": "disabled"
|
|
1025
|
+
}
|
|
1026
|
+
}
|
|
598
1027
|
}
|
|
599
1028
|
}
|
|
600
1029
|
},
|