@pie-element/inline-dropdown 5.22.3-next.2 → 5.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/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 +1 -1
- package/controller/package.json +1 -1
- 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.md
CHANGED
|
@@ -191,6 +191,110 @@ Properties of the `h3` object:
|
|
|
191
191
|
|
|
192
192
|
Indicates if the plugin is disabled or not
|
|
193
193
|
|
|
194
|
+
### `languageCharacters` (object)
|
|
195
|
+
|
|
196
|
+
Properties of the `languageCharacters` object:
|
|
197
|
+
|
|
198
|
+
#### `disabled` (boolean)
|
|
199
|
+
|
|
200
|
+
Indicates if the plugin is disabled or not
|
|
201
|
+
|
|
202
|
+
### `bold` (object)
|
|
203
|
+
|
|
204
|
+
Properties of the `bold` object:
|
|
205
|
+
|
|
206
|
+
#### `disabled` (boolean)
|
|
207
|
+
|
|
208
|
+
Indicates if the plugin is disabled or not
|
|
209
|
+
|
|
210
|
+
### `html` (object)
|
|
211
|
+
|
|
212
|
+
Properties of the `html` object:
|
|
213
|
+
|
|
214
|
+
#### `disabled` (boolean)
|
|
215
|
+
|
|
216
|
+
Indicates if the plugin is disabled or not
|
|
217
|
+
|
|
218
|
+
### `italic` (object)
|
|
219
|
+
|
|
220
|
+
Properties of the `italic` object:
|
|
221
|
+
|
|
222
|
+
#### `disabled` (boolean)
|
|
223
|
+
|
|
224
|
+
Indicates if the plugin is disabled or not
|
|
225
|
+
|
|
226
|
+
### `ol_list` (object)
|
|
227
|
+
|
|
228
|
+
Properties of the `ol_list` object:
|
|
229
|
+
|
|
230
|
+
#### `disabled` (boolean)
|
|
231
|
+
|
|
232
|
+
Indicates if the plugin is disabled or not
|
|
233
|
+
|
|
234
|
+
### `redo` (object)
|
|
235
|
+
|
|
236
|
+
Properties of the `redo` object:
|
|
237
|
+
|
|
238
|
+
#### `disabled` (boolean)
|
|
239
|
+
|
|
240
|
+
Indicates if the plugin is disabled or not
|
|
241
|
+
|
|
242
|
+
### `strikethrough` (object)
|
|
243
|
+
|
|
244
|
+
Properties of the `strikethrough` object:
|
|
245
|
+
|
|
246
|
+
#### `disabled` (boolean)
|
|
247
|
+
|
|
248
|
+
Indicates if the plugin is disabled or not
|
|
249
|
+
|
|
250
|
+
### `sub` (object)
|
|
251
|
+
|
|
252
|
+
Properties of the `sub` object:
|
|
253
|
+
|
|
254
|
+
#### `disabled` (boolean)
|
|
255
|
+
|
|
256
|
+
Indicates if the plugin is disabled or not
|
|
257
|
+
|
|
258
|
+
### `sup` (object)
|
|
259
|
+
|
|
260
|
+
Properties of the `sup` object:
|
|
261
|
+
|
|
262
|
+
#### `disabled` (boolean)
|
|
263
|
+
|
|
264
|
+
Indicates if the plugin is disabled or not
|
|
265
|
+
|
|
266
|
+
### `table` (object)
|
|
267
|
+
|
|
268
|
+
Properties of the `table` object:
|
|
269
|
+
|
|
270
|
+
#### `disabled` (boolean)
|
|
271
|
+
|
|
272
|
+
Indicates if the plugin is disabled or not
|
|
273
|
+
|
|
274
|
+
### `ul_list` (object)
|
|
275
|
+
|
|
276
|
+
Properties of the `ul_list` object:
|
|
277
|
+
|
|
278
|
+
#### `disabled` (boolean)
|
|
279
|
+
|
|
280
|
+
Indicates if the plugin is disabled or not
|
|
281
|
+
|
|
282
|
+
### `underline` (object)
|
|
283
|
+
|
|
284
|
+
Properties of the `underline` object:
|
|
285
|
+
|
|
286
|
+
#### `disabled` (boolean)
|
|
287
|
+
|
|
288
|
+
Indicates if the plugin is disabled or not
|
|
289
|
+
|
|
290
|
+
### `undo` (object)
|
|
291
|
+
|
|
292
|
+
Properties of the `undo` object:
|
|
293
|
+
|
|
294
|
+
#### `disabled` (boolean)
|
|
295
|
+
|
|
296
|
+
Indicates if the plugin is disabled or not
|
|
297
|
+
|
|
194
298
|
## `EditableHtmlButtonConfigure` (object)
|
|
195
299
|
|
|
196
300
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -319,6 +423,110 @@ Properties of the `h3` object:
|
|
|
319
423
|
|
|
320
424
|
Indicates if the plugin is disabled or not
|
|
321
425
|
|
|
426
|
+
#### `languageCharacters` (object)
|
|
427
|
+
|
|
428
|
+
Properties of the `languageCharacters` object:
|
|
429
|
+
|
|
430
|
+
##### `disabled` (boolean)
|
|
431
|
+
|
|
432
|
+
Indicates if the plugin is disabled or not
|
|
433
|
+
|
|
434
|
+
#### `bold` (object)
|
|
435
|
+
|
|
436
|
+
Properties of the `bold` object:
|
|
437
|
+
|
|
438
|
+
##### `disabled` (boolean)
|
|
439
|
+
|
|
440
|
+
Indicates if the plugin is disabled or not
|
|
441
|
+
|
|
442
|
+
#### `html` (object)
|
|
443
|
+
|
|
444
|
+
Properties of the `html` object:
|
|
445
|
+
|
|
446
|
+
##### `disabled` (boolean)
|
|
447
|
+
|
|
448
|
+
Indicates if the plugin is disabled or not
|
|
449
|
+
|
|
450
|
+
#### `italic` (object)
|
|
451
|
+
|
|
452
|
+
Properties of the `italic` object:
|
|
453
|
+
|
|
454
|
+
##### `disabled` (boolean)
|
|
455
|
+
|
|
456
|
+
Indicates if the plugin is disabled or not
|
|
457
|
+
|
|
458
|
+
#### `ol_list` (object)
|
|
459
|
+
|
|
460
|
+
Properties of the `ol_list` object:
|
|
461
|
+
|
|
462
|
+
##### `disabled` (boolean)
|
|
463
|
+
|
|
464
|
+
Indicates if the plugin is disabled or not
|
|
465
|
+
|
|
466
|
+
#### `redo` (object)
|
|
467
|
+
|
|
468
|
+
Properties of the `redo` object:
|
|
469
|
+
|
|
470
|
+
##### `disabled` (boolean)
|
|
471
|
+
|
|
472
|
+
Indicates if the plugin is disabled or not
|
|
473
|
+
|
|
474
|
+
#### `strikethrough` (object)
|
|
475
|
+
|
|
476
|
+
Properties of the `strikethrough` object:
|
|
477
|
+
|
|
478
|
+
##### `disabled` (boolean)
|
|
479
|
+
|
|
480
|
+
Indicates if the plugin is disabled or not
|
|
481
|
+
|
|
482
|
+
#### `sub` (object)
|
|
483
|
+
|
|
484
|
+
Properties of the `sub` object:
|
|
485
|
+
|
|
486
|
+
##### `disabled` (boolean)
|
|
487
|
+
|
|
488
|
+
Indicates if the plugin is disabled or not
|
|
489
|
+
|
|
490
|
+
#### `sup` (object)
|
|
491
|
+
|
|
492
|
+
Properties of the `sup` object:
|
|
493
|
+
|
|
494
|
+
##### `disabled` (boolean)
|
|
495
|
+
|
|
496
|
+
Indicates if the plugin is disabled or not
|
|
497
|
+
|
|
498
|
+
#### `table` (object)
|
|
499
|
+
|
|
500
|
+
Properties of the `table` object:
|
|
501
|
+
|
|
502
|
+
##### `disabled` (boolean)
|
|
503
|
+
|
|
504
|
+
Indicates if the plugin is disabled or not
|
|
505
|
+
|
|
506
|
+
#### `ul_list` (object)
|
|
507
|
+
|
|
508
|
+
Properties of the `ul_list` object:
|
|
509
|
+
|
|
510
|
+
##### `disabled` (boolean)
|
|
511
|
+
|
|
512
|
+
Indicates if the plugin is disabled or not
|
|
513
|
+
|
|
514
|
+
#### `underline` (object)
|
|
515
|
+
|
|
516
|
+
Properties of the `underline` object:
|
|
517
|
+
|
|
518
|
+
##### `disabled` (boolean)
|
|
519
|
+
|
|
520
|
+
Indicates if the plugin is disabled or not
|
|
521
|
+
|
|
522
|
+
#### `undo` (object)
|
|
523
|
+
|
|
524
|
+
Properties of the `undo` object:
|
|
525
|
+
|
|
526
|
+
##### `disabled` (boolean)
|
|
527
|
+
|
|
528
|
+
Indicates if the plugin is disabled or not
|
|
529
|
+
|
|
322
530
|
### `required` (boolean)
|
|
323
531
|
|
|
324
532
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -416,6 +624,110 @@ Properties of the `h3` object:
|
|
|
416
624
|
|
|
417
625
|
Indicates if the plugin is disabled or not
|
|
418
626
|
|
|
627
|
+
#### `languageCharacters` (object)
|
|
628
|
+
|
|
629
|
+
Properties of the `languageCharacters` object:
|
|
630
|
+
|
|
631
|
+
##### `disabled` (boolean)
|
|
632
|
+
|
|
633
|
+
Indicates if the plugin is disabled or not
|
|
634
|
+
|
|
635
|
+
#### `bold` (object)
|
|
636
|
+
|
|
637
|
+
Properties of the `bold` object:
|
|
638
|
+
|
|
639
|
+
##### `disabled` (boolean)
|
|
640
|
+
|
|
641
|
+
Indicates if the plugin is disabled or not
|
|
642
|
+
|
|
643
|
+
#### `html` (object)
|
|
644
|
+
|
|
645
|
+
Properties of the `html` object:
|
|
646
|
+
|
|
647
|
+
##### `disabled` (boolean)
|
|
648
|
+
|
|
649
|
+
Indicates if the plugin is disabled or not
|
|
650
|
+
|
|
651
|
+
#### `italic` (object)
|
|
652
|
+
|
|
653
|
+
Properties of the `italic` object:
|
|
654
|
+
|
|
655
|
+
##### `disabled` (boolean)
|
|
656
|
+
|
|
657
|
+
Indicates if the plugin is disabled or not
|
|
658
|
+
|
|
659
|
+
#### `ol_list` (object)
|
|
660
|
+
|
|
661
|
+
Properties of the `ol_list` object:
|
|
662
|
+
|
|
663
|
+
##### `disabled` (boolean)
|
|
664
|
+
|
|
665
|
+
Indicates if the plugin is disabled or not
|
|
666
|
+
|
|
667
|
+
#### `redo` (object)
|
|
668
|
+
|
|
669
|
+
Properties of the `redo` object:
|
|
670
|
+
|
|
671
|
+
##### `disabled` (boolean)
|
|
672
|
+
|
|
673
|
+
Indicates if the plugin is disabled or not
|
|
674
|
+
|
|
675
|
+
#### `strikethrough` (object)
|
|
676
|
+
|
|
677
|
+
Properties of the `strikethrough` object:
|
|
678
|
+
|
|
679
|
+
##### `disabled` (boolean)
|
|
680
|
+
|
|
681
|
+
Indicates if the plugin is disabled or not
|
|
682
|
+
|
|
683
|
+
#### `sub` (object)
|
|
684
|
+
|
|
685
|
+
Properties of the `sub` object:
|
|
686
|
+
|
|
687
|
+
##### `disabled` (boolean)
|
|
688
|
+
|
|
689
|
+
Indicates if the plugin is disabled or not
|
|
690
|
+
|
|
691
|
+
#### `sup` (object)
|
|
692
|
+
|
|
693
|
+
Properties of the `sup` object:
|
|
694
|
+
|
|
695
|
+
##### `disabled` (boolean)
|
|
696
|
+
|
|
697
|
+
Indicates if the plugin is disabled or not
|
|
698
|
+
|
|
699
|
+
#### `table` (object)
|
|
700
|
+
|
|
701
|
+
Properties of the `table` object:
|
|
702
|
+
|
|
703
|
+
##### `disabled` (boolean)
|
|
704
|
+
|
|
705
|
+
Indicates if the plugin is disabled or not
|
|
706
|
+
|
|
707
|
+
#### `ul_list` (object)
|
|
708
|
+
|
|
709
|
+
Properties of the `ul_list` object:
|
|
710
|
+
|
|
711
|
+
##### `disabled` (boolean)
|
|
712
|
+
|
|
713
|
+
Indicates if the plugin is disabled or not
|
|
714
|
+
|
|
715
|
+
#### `underline` (object)
|
|
716
|
+
|
|
717
|
+
Properties of the `underline` object:
|
|
718
|
+
|
|
719
|
+
##### `disabled` (boolean)
|
|
720
|
+
|
|
721
|
+
Indicates if the plugin is disabled or not
|
|
722
|
+
|
|
723
|
+
#### `undo` (object)
|
|
724
|
+
|
|
725
|
+
Properties of the `undo` object:
|
|
726
|
+
|
|
727
|
+
##### `disabled` (boolean)
|
|
728
|
+
|
|
729
|
+
Indicates if the plugin is disabled or not
|
|
730
|
+
|
|
419
731
|
### `settings` (boolean)
|
|
420
732
|
|
|
421
733
|
Indicates if the item has to be displayed in the Settings Panel
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "5.22.3-next.
|
|
7
|
+
"version": "5.22.3-next.26+faca98267",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "1.
|
|
15
|
+
"@pie-lib/pie-toolbox": "1.31.3",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"lodash": "^4.17.10",
|
|
18
18
|
"prop-types": "^15.6.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "faca982675bfd2df70f11ca2b9e20333af8f9790",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js"
|
|
27
27
|
}
|