@pie-element/extended-text-entry 10.23.3-next.9 → 10.23.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 +756 -41
- package/docs/config-schema.json.md +520 -0
- package/docs/pie-schema.json +286 -0
- package/docs/pie-schema.json.md +208 -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
|
@@ -180,6 +180,110 @@ Properties of the `h3` object:
|
|
|
180
180
|
|
|
181
181
|
Indicates if the plugin is disabled or not
|
|
182
182
|
|
|
183
|
+
### `languageCharacters` (object)
|
|
184
|
+
|
|
185
|
+
Properties of the `languageCharacters` object:
|
|
186
|
+
|
|
187
|
+
#### `disabled` (boolean)
|
|
188
|
+
|
|
189
|
+
Indicates if the plugin is disabled or not
|
|
190
|
+
|
|
191
|
+
### `bold` (object)
|
|
192
|
+
|
|
193
|
+
Properties of the `bold` object:
|
|
194
|
+
|
|
195
|
+
#### `disabled` (boolean)
|
|
196
|
+
|
|
197
|
+
Indicates if the plugin is disabled or not
|
|
198
|
+
|
|
199
|
+
### `html` (object)
|
|
200
|
+
|
|
201
|
+
Properties of the `html` object:
|
|
202
|
+
|
|
203
|
+
#### `disabled` (boolean)
|
|
204
|
+
|
|
205
|
+
Indicates if the plugin is disabled or not
|
|
206
|
+
|
|
207
|
+
### `italic` (object)
|
|
208
|
+
|
|
209
|
+
Properties of the `italic` object:
|
|
210
|
+
|
|
211
|
+
#### `disabled` (boolean)
|
|
212
|
+
|
|
213
|
+
Indicates if the plugin is disabled or not
|
|
214
|
+
|
|
215
|
+
### `ol_list` (object)
|
|
216
|
+
|
|
217
|
+
Properties of the `ol_list` object:
|
|
218
|
+
|
|
219
|
+
#### `disabled` (boolean)
|
|
220
|
+
|
|
221
|
+
Indicates if the plugin is disabled or not
|
|
222
|
+
|
|
223
|
+
### `redo` (object)
|
|
224
|
+
|
|
225
|
+
Properties of the `redo` object:
|
|
226
|
+
|
|
227
|
+
#### `disabled` (boolean)
|
|
228
|
+
|
|
229
|
+
Indicates if the plugin is disabled or not
|
|
230
|
+
|
|
231
|
+
### `strikethrough` (object)
|
|
232
|
+
|
|
233
|
+
Properties of the `strikethrough` object:
|
|
234
|
+
|
|
235
|
+
#### `disabled` (boolean)
|
|
236
|
+
|
|
237
|
+
Indicates if the plugin is disabled or not
|
|
238
|
+
|
|
239
|
+
### `sub` (object)
|
|
240
|
+
|
|
241
|
+
Properties of the `sub` object:
|
|
242
|
+
|
|
243
|
+
#### `disabled` (boolean)
|
|
244
|
+
|
|
245
|
+
Indicates if the plugin is disabled or not
|
|
246
|
+
|
|
247
|
+
### `sup` (object)
|
|
248
|
+
|
|
249
|
+
Properties of the `sup` object:
|
|
250
|
+
|
|
251
|
+
#### `disabled` (boolean)
|
|
252
|
+
|
|
253
|
+
Indicates if the plugin is disabled or not
|
|
254
|
+
|
|
255
|
+
### `table` (object)
|
|
256
|
+
|
|
257
|
+
Properties of the `table` object:
|
|
258
|
+
|
|
259
|
+
#### `disabled` (boolean)
|
|
260
|
+
|
|
261
|
+
Indicates if the plugin is disabled or not
|
|
262
|
+
|
|
263
|
+
### `ul_list` (object)
|
|
264
|
+
|
|
265
|
+
Properties of the `ul_list` object:
|
|
266
|
+
|
|
267
|
+
#### `disabled` (boolean)
|
|
268
|
+
|
|
269
|
+
Indicates if the plugin is disabled or not
|
|
270
|
+
|
|
271
|
+
### `underline` (object)
|
|
272
|
+
|
|
273
|
+
Properties of the `underline` object:
|
|
274
|
+
|
|
275
|
+
#### `disabled` (boolean)
|
|
276
|
+
|
|
277
|
+
Indicates if the plugin is disabled or not
|
|
278
|
+
|
|
279
|
+
### `undo` (object)
|
|
280
|
+
|
|
281
|
+
Properties of the `undo` object:
|
|
282
|
+
|
|
283
|
+
#### `disabled` (boolean)
|
|
284
|
+
|
|
285
|
+
Indicates if the plugin is disabled or not
|
|
286
|
+
|
|
183
287
|
## `required` (boolean)
|
|
184
288
|
|
|
185
289
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -277,6 +381,110 @@ Properties of the `h3` object:
|
|
|
277
381
|
|
|
278
382
|
Indicates if the plugin is disabled or not
|
|
279
383
|
|
|
384
|
+
### `languageCharacters` (object)
|
|
385
|
+
|
|
386
|
+
Properties of the `languageCharacters` object:
|
|
387
|
+
|
|
388
|
+
#### `disabled` (boolean)
|
|
389
|
+
|
|
390
|
+
Indicates if the plugin is disabled or not
|
|
391
|
+
|
|
392
|
+
### `bold` (object)
|
|
393
|
+
|
|
394
|
+
Properties of the `bold` object:
|
|
395
|
+
|
|
396
|
+
#### `disabled` (boolean)
|
|
397
|
+
|
|
398
|
+
Indicates if the plugin is disabled or not
|
|
399
|
+
|
|
400
|
+
### `html` (object)
|
|
401
|
+
|
|
402
|
+
Properties of the `html` object:
|
|
403
|
+
|
|
404
|
+
#### `disabled` (boolean)
|
|
405
|
+
|
|
406
|
+
Indicates if the plugin is disabled or not
|
|
407
|
+
|
|
408
|
+
### `italic` (object)
|
|
409
|
+
|
|
410
|
+
Properties of the `italic` object:
|
|
411
|
+
|
|
412
|
+
#### `disabled` (boolean)
|
|
413
|
+
|
|
414
|
+
Indicates if the plugin is disabled or not
|
|
415
|
+
|
|
416
|
+
### `ol_list` (object)
|
|
417
|
+
|
|
418
|
+
Properties of the `ol_list` object:
|
|
419
|
+
|
|
420
|
+
#### `disabled` (boolean)
|
|
421
|
+
|
|
422
|
+
Indicates if the plugin is disabled or not
|
|
423
|
+
|
|
424
|
+
### `redo` (object)
|
|
425
|
+
|
|
426
|
+
Properties of the `redo` object:
|
|
427
|
+
|
|
428
|
+
#### `disabled` (boolean)
|
|
429
|
+
|
|
430
|
+
Indicates if the plugin is disabled or not
|
|
431
|
+
|
|
432
|
+
### `strikethrough` (object)
|
|
433
|
+
|
|
434
|
+
Properties of the `strikethrough` object:
|
|
435
|
+
|
|
436
|
+
#### `disabled` (boolean)
|
|
437
|
+
|
|
438
|
+
Indicates if the plugin is disabled or not
|
|
439
|
+
|
|
440
|
+
### `sub` (object)
|
|
441
|
+
|
|
442
|
+
Properties of the `sub` object:
|
|
443
|
+
|
|
444
|
+
#### `disabled` (boolean)
|
|
445
|
+
|
|
446
|
+
Indicates if the plugin is disabled or not
|
|
447
|
+
|
|
448
|
+
### `sup` (object)
|
|
449
|
+
|
|
450
|
+
Properties of the `sup` object:
|
|
451
|
+
|
|
452
|
+
#### `disabled` (boolean)
|
|
453
|
+
|
|
454
|
+
Indicates if the plugin is disabled or not
|
|
455
|
+
|
|
456
|
+
### `table` (object)
|
|
457
|
+
|
|
458
|
+
Properties of the `table` object:
|
|
459
|
+
|
|
460
|
+
#### `disabled` (boolean)
|
|
461
|
+
|
|
462
|
+
Indicates if the plugin is disabled or not
|
|
463
|
+
|
|
464
|
+
### `ul_list` (object)
|
|
465
|
+
|
|
466
|
+
Properties of the `ul_list` object:
|
|
467
|
+
|
|
468
|
+
#### `disabled` (boolean)
|
|
469
|
+
|
|
470
|
+
Indicates if the plugin is disabled or not
|
|
471
|
+
|
|
472
|
+
### `underline` (object)
|
|
473
|
+
|
|
474
|
+
Properties of the `underline` object:
|
|
475
|
+
|
|
476
|
+
#### `disabled` (boolean)
|
|
477
|
+
|
|
478
|
+
Indicates if the plugin is disabled or not
|
|
479
|
+
|
|
480
|
+
### `undo` (object)
|
|
481
|
+
|
|
482
|
+
Properties of the `undo` object:
|
|
483
|
+
|
|
484
|
+
#### `disabled` (boolean)
|
|
485
|
+
|
|
486
|
+
Indicates if the plugin is disabled or not
|
|
487
|
+
|
|
280
488
|
## `required` (boolean)
|
|
281
489
|
|
|
282
490
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -469,6 +677,110 @@ Properties of the `h3` object:
|
|
|
469
677
|
|
|
470
678
|
Indicates if the plugin is disabled or not
|
|
471
679
|
|
|
680
|
+
## `languageCharacters` (object)
|
|
681
|
+
|
|
682
|
+
Properties of the `languageCharacters` object:
|
|
683
|
+
|
|
684
|
+
### `disabled` (boolean)
|
|
685
|
+
|
|
686
|
+
Indicates if the plugin is disabled or not
|
|
687
|
+
|
|
688
|
+
## `bold` (object)
|
|
689
|
+
|
|
690
|
+
Properties of the `bold` object:
|
|
691
|
+
|
|
692
|
+
### `disabled` (boolean)
|
|
693
|
+
|
|
694
|
+
Indicates if the plugin is disabled or not
|
|
695
|
+
|
|
696
|
+
## `html` (object)
|
|
697
|
+
|
|
698
|
+
Properties of the `html` object:
|
|
699
|
+
|
|
700
|
+
### `disabled` (boolean)
|
|
701
|
+
|
|
702
|
+
Indicates if the plugin is disabled or not
|
|
703
|
+
|
|
704
|
+
## `italic` (object)
|
|
705
|
+
|
|
706
|
+
Properties of the `italic` object:
|
|
707
|
+
|
|
708
|
+
### `disabled` (boolean)
|
|
709
|
+
|
|
710
|
+
Indicates if the plugin is disabled or not
|
|
711
|
+
|
|
712
|
+
## `ol_list` (object)
|
|
713
|
+
|
|
714
|
+
Properties of the `ol_list` object:
|
|
715
|
+
|
|
716
|
+
### `disabled` (boolean)
|
|
717
|
+
|
|
718
|
+
Indicates if the plugin is disabled or not
|
|
719
|
+
|
|
720
|
+
## `redo` (object)
|
|
721
|
+
|
|
722
|
+
Properties of the `redo` object:
|
|
723
|
+
|
|
724
|
+
### `disabled` (boolean)
|
|
725
|
+
|
|
726
|
+
Indicates if the plugin is disabled or not
|
|
727
|
+
|
|
728
|
+
## `strikethrough` (object)
|
|
729
|
+
|
|
730
|
+
Properties of the `strikethrough` object:
|
|
731
|
+
|
|
732
|
+
### `disabled` (boolean)
|
|
733
|
+
|
|
734
|
+
Indicates if the plugin is disabled or not
|
|
735
|
+
|
|
736
|
+
## `sub` (object)
|
|
737
|
+
|
|
738
|
+
Properties of the `sub` object:
|
|
739
|
+
|
|
740
|
+
### `disabled` (boolean)
|
|
741
|
+
|
|
742
|
+
Indicates if the plugin is disabled or not
|
|
743
|
+
|
|
744
|
+
## `sup` (object)
|
|
745
|
+
|
|
746
|
+
Properties of the `sup` object:
|
|
747
|
+
|
|
748
|
+
### `disabled` (boolean)
|
|
749
|
+
|
|
750
|
+
Indicates if the plugin is disabled or not
|
|
751
|
+
|
|
752
|
+
## `table` (object)
|
|
753
|
+
|
|
754
|
+
Properties of the `table` object:
|
|
755
|
+
|
|
756
|
+
### `disabled` (boolean)
|
|
757
|
+
|
|
758
|
+
Indicates if the plugin is disabled or not
|
|
759
|
+
|
|
760
|
+
## `ul_list` (object)
|
|
761
|
+
|
|
762
|
+
Properties of the `ul_list` object:
|
|
763
|
+
|
|
764
|
+
### `disabled` (boolean)
|
|
765
|
+
|
|
766
|
+
Indicates if the plugin is disabled or not
|
|
767
|
+
|
|
768
|
+
## `underline` (object)
|
|
769
|
+
|
|
770
|
+
Properties of the `underline` object:
|
|
771
|
+
|
|
772
|
+
### `disabled` (boolean)
|
|
773
|
+
|
|
774
|
+
Indicates if the plugin is disabled or not
|
|
775
|
+
|
|
776
|
+
## `undo` (object)
|
|
777
|
+
|
|
778
|
+
Properties of the `undo` object:
|
|
779
|
+
|
|
780
|
+
### `disabled` (boolean)
|
|
781
|
+
|
|
782
|
+
Indicates if the plugin is disabled or not
|
|
783
|
+
|
|
472
784
|
# `showPrompt` (boolean)
|
|
473
785
|
|
|
474
786
|
Determines whether prompt field will be displayed or not
|
|
@@ -641,6 +953,110 @@ Properties of the `h3` object:
|
|
|
641
953
|
|
|
642
954
|
Indicates if the plugin is disabled or not
|
|
643
955
|
|
|
956
|
+
#### `languageCharacters` (object)
|
|
957
|
+
|
|
958
|
+
Properties of the `languageCharacters` object:
|
|
959
|
+
|
|
960
|
+
##### `disabled` (boolean)
|
|
961
|
+
|
|
962
|
+
Indicates if the plugin is disabled or not
|
|
963
|
+
|
|
964
|
+
#### `bold` (object)
|
|
965
|
+
|
|
966
|
+
Properties of the `bold` object:
|
|
967
|
+
|
|
968
|
+
##### `disabled` (boolean)
|
|
969
|
+
|
|
970
|
+
Indicates if the plugin is disabled or not
|
|
971
|
+
|
|
972
|
+
#### `html` (object)
|
|
973
|
+
|
|
974
|
+
Properties of the `html` object:
|
|
975
|
+
|
|
976
|
+
##### `disabled` (boolean)
|
|
977
|
+
|
|
978
|
+
Indicates if the plugin is disabled or not
|
|
979
|
+
|
|
980
|
+
#### `italic` (object)
|
|
981
|
+
|
|
982
|
+
Properties of the `italic` object:
|
|
983
|
+
|
|
984
|
+
##### `disabled` (boolean)
|
|
985
|
+
|
|
986
|
+
Indicates if the plugin is disabled or not
|
|
987
|
+
|
|
988
|
+
#### `ol_list` (object)
|
|
989
|
+
|
|
990
|
+
Properties of the `ol_list` object:
|
|
991
|
+
|
|
992
|
+
##### `disabled` (boolean)
|
|
993
|
+
|
|
994
|
+
Indicates if the plugin is disabled or not
|
|
995
|
+
|
|
996
|
+
#### `redo` (object)
|
|
997
|
+
|
|
998
|
+
Properties of the `redo` object:
|
|
999
|
+
|
|
1000
|
+
##### `disabled` (boolean)
|
|
1001
|
+
|
|
1002
|
+
Indicates if the plugin is disabled or not
|
|
1003
|
+
|
|
1004
|
+
#### `strikethrough` (object)
|
|
1005
|
+
|
|
1006
|
+
Properties of the `strikethrough` object:
|
|
1007
|
+
|
|
1008
|
+
##### `disabled` (boolean)
|
|
1009
|
+
|
|
1010
|
+
Indicates if the plugin is disabled or not
|
|
1011
|
+
|
|
1012
|
+
#### `sub` (object)
|
|
1013
|
+
|
|
1014
|
+
Properties of the `sub` object:
|
|
1015
|
+
|
|
1016
|
+
##### `disabled` (boolean)
|
|
1017
|
+
|
|
1018
|
+
Indicates if the plugin is disabled or not
|
|
1019
|
+
|
|
1020
|
+
#### `sup` (object)
|
|
1021
|
+
|
|
1022
|
+
Properties of the `sup` object:
|
|
1023
|
+
|
|
1024
|
+
##### `disabled` (boolean)
|
|
1025
|
+
|
|
1026
|
+
Indicates if the plugin is disabled or not
|
|
1027
|
+
|
|
1028
|
+
#### `table` (object)
|
|
1029
|
+
|
|
1030
|
+
Properties of the `table` object:
|
|
1031
|
+
|
|
1032
|
+
##### `disabled` (boolean)
|
|
1033
|
+
|
|
1034
|
+
Indicates if the plugin is disabled or not
|
|
1035
|
+
|
|
1036
|
+
#### `ul_list` (object)
|
|
1037
|
+
|
|
1038
|
+
Properties of the `ul_list` object:
|
|
1039
|
+
|
|
1040
|
+
##### `disabled` (boolean)
|
|
1041
|
+
|
|
1042
|
+
Indicates if the plugin is disabled or not
|
|
1043
|
+
|
|
1044
|
+
#### `underline` (object)
|
|
1045
|
+
|
|
1046
|
+
Properties of the `underline` object:
|
|
1047
|
+
|
|
1048
|
+
##### `disabled` (boolean)
|
|
1049
|
+
|
|
1050
|
+
Indicates if the plugin is disabled or not
|
|
1051
|
+
|
|
1052
|
+
#### `undo` (object)
|
|
1053
|
+
|
|
1054
|
+
Properties of the `undo` object:
|
|
1055
|
+
|
|
1056
|
+
##### `disabled` (boolean)
|
|
1057
|
+
|
|
1058
|
+
Indicates if the plugin is disabled or not
|
|
1059
|
+
|
|
644
1060
|
### `required` (boolean)
|
|
645
1061
|
|
|
646
1062
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -734,6 +1150,110 @@ Properties of the `h3` object:
|
|
|
734
1150
|
|
|
735
1151
|
Indicates if the plugin is disabled or not
|
|
736
1152
|
|
|
1153
|
+
### `languageCharacters` (object)
|
|
1154
|
+
|
|
1155
|
+
Properties of the `languageCharacters` object:
|
|
1156
|
+
|
|
1157
|
+
#### `disabled` (boolean)
|
|
1158
|
+
|
|
1159
|
+
Indicates if the plugin is disabled or not
|
|
1160
|
+
|
|
1161
|
+
### `bold` (object)
|
|
1162
|
+
|
|
1163
|
+
Properties of the `bold` object:
|
|
1164
|
+
|
|
1165
|
+
#### `disabled` (boolean)
|
|
1166
|
+
|
|
1167
|
+
Indicates if the plugin is disabled or not
|
|
1168
|
+
|
|
1169
|
+
### `html` (object)
|
|
1170
|
+
|
|
1171
|
+
Properties of the `html` object:
|
|
1172
|
+
|
|
1173
|
+
#### `disabled` (boolean)
|
|
1174
|
+
|
|
1175
|
+
Indicates if the plugin is disabled or not
|
|
1176
|
+
|
|
1177
|
+
### `italic` (object)
|
|
1178
|
+
|
|
1179
|
+
Properties of the `italic` object:
|
|
1180
|
+
|
|
1181
|
+
#### `disabled` (boolean)
|
|
1182
|
+
|
|
1183
|
+
Indicates if the plugin is disabled or not
|
|
1184
|
+
|
|
1185
|
+
### `ol_list` (object)
|
|
1186
|
+
|
|
1187
|
+
Properties of the `ol_list` object:
|
|
1188
|
+
|
|
1189
|
+
#### `disabled` (boolean)
|
|
1190
|
+
|
|
1191
|
+
Indicates if the plugin is disabled or not
|
|
1192
|
+
|
|
1193
|
+
### `redo` (object)
|
|
1194
|
+
|
|
1195
|
+
Properties of the `redo` object:
|
|
1196
|
+
|
|
1197
|
+
#### `disabled` (boolean)
|
|
1198
|
+
|
|
1199
|
+
Indicates if the plugin is disabled or not
|
|
1200
|
+
|
|
1201
|
+
### `strikethrough` (object)
|
|
1202
|
+
|
|
1203
|
+
Properties of the `strikethrough` object:
|
|
1204
|
+
|
|
1205
|
+
#### `disabled` (boolean)
|
|
1206
|
+
|
|
1207
|
+
Indicates if the plugin is disabled or not
|
|
1208
|
+
|
|
1209
|
+
### `sub` (object)
|
|
1210
|
+
|
|
1211
|
+
Properties of the `sub` object:
|
|
1212
|
+
|
|
1213
|
+
#### `disabled` (boolean)
|
|
1214
|
+
|
|
1215
|
+
Indicates if the plugin is disabled or not
|
|
1216
|
+
|
|
1217
|
+
### `sup` (object)
|
|
1218
|
+
|
|
1219
|
+
Properties of the `sup` object:
|
|
1220
|
+
|
|
1221
|
+
#### `disabled` (boolean)
|
|
1222
|
+
|
|
1223
|
+
Indicates if the plugin is disabled or not
|
|
1224
|
+
|
|
1225
|
+
### `table` (object)
|
|
1226
|
+
|
|
1227
|
+
Properties of the `table` object:
|
|
1228
|
+
|
|
1229
|
+
#### `disabled` (boolean)
|
|
1230
|
+
|
|
1231
|
+
Indicates if the plugin is disabled or not
|
|
1232
|
+
|
|
1233
|
+
### `ul_list` (object)
|
|
1234
|
+
|
|
1235
|
+
Properties of the `ul_list` object:
|
|
1236
|
+
|
|
1237
|
+
#### `disabled` (boolean)
|
|
1238
|
+
|
|
1239
|
+
Indicates if the plugin is disabled or not
|
|
1240
|
+
|
|
1241
|
+
### `underline` (object)
|
|
1242
|
+
|
|
1243
|
+
Properties of the `underline` object:
|
|
1244
|
+
|
|
1245
|
+
#### `disabled` (boolean)
|
|
1246
|
+
|
|
1247
|
+
Indicates if the plugin is disabled or not
|
|
1248
|
+
|
|
1249
|
+
### `undo` (object)
|
|
1250
|
+
|
|
1251
|
+
Properties of the `undo` object:
|
|
1252
|
+
|
|
1253
|
+
#### `disabled` (boolean)
|
|
1254
|
+
|
|
1255
|
+
Indicates if the plugin is disabled or not
|
|
1256
|
+
|
|
737
1257
|
## `EditableHtmlButtonConfigure` (object)
|
|
738
1258
|
|
|
739
1259
|
Properties of the `EditableHtmlButtonConfigure` object:
|