@pie-element/number-line 8.19.3-next.17 → 8.19.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/docs/config-schema.json +1342 -198
- package/docs/config-schema.json.md +848 -16
- package/docs/pie-schema.json +429 -0
- package/docs/pie-schema.json.md +312 -0
- package/package.json +2 -2
package/docs/pie-schema.json.md
CHANGED
|
@@ -295,6 +295,110 @@ Properties of the `h3` object:
|
|
|
295
295
|
|
|
296
296
|
Indicates if the plugin is disabled or not
|
|
297
297
|
|
|
298
|
+
### `languageCharacters` (object)
|
|
299
|
+
|
|
300
|
+
Properties of the `languageCharacters` object:
|
|
301
|
+
|
|
302
|
+
#### `disabled` (boolean)
|
|
303
|
+
|
|
304
|
+
Indicates if the plugin is disabled or not
|
|
305
|
+
|
|
306
|
+
### `bold` (object)
|
|
307
|
+
|
|
308
|
+
Properties of the `bold` object:
|
|
309
|
+
|
|
310
|
+
#### `disabled` (boolean)
|
|
311
|
+
|
|
312
|
+
Indicates if the plugin is disabled or not
|
|
313
|
+
|
|
314
|
+
### `html` (object)
|
|
315
|
+
|
|
316
|
+
Properties of the `html` object:
|
|
317
|
+
|
|
318
|
+
#### `disabled` (boolean)
|
|
319
|
+
|
|
320
|
+
Indicates if the plugin is disabled or not
|
|
321
|
+
|
|
322
|
+
### `italic` (object)
|
|
323
|
+
|
|
324
|
+
Properties of the `italic` object:
|
|
325
|
+
|
|
326
|
+
#### `disabled` (boolean)
|
|
327
|
+
|
|
328
|
+
Indicates if the plugin is disabled or not
|
|
329
|
+
|
|
330
|
+
### `ol_list` (object)
|
|
331
|
+
|
|
332
|
+
Properties of the `ol_list` object:
|
|
333
|
+
|
|
334
|
+
#### `disabled` (boolean)
|
|
335
|
+
|
|
336
|
+
Indicates if the plugin is disabled or not
|
|
337
|
+
|
|
338
|
+
### `redo` (object)
|
|
339
|
+
|
|
340
|
+
Properties of the `redo` object:
|
|
341
|
+
|
|
342
|
+
#### `disabled` (boolean)
|
|
343
|
+
|
|
344
|
+
Indicates if the plugin is disabled or not
|
|
345
|
+
|
|
346
|
+
### `strikethrough` (object)
|
|
347
|
+
|
|
348
|
+
Properties of the `strikethrough` object:
|
|
349
|
+
|
|
350
|
+
#### `disabled` (boolean)
|
|
351
|
+
|
|
352
|
+
Indicates if the plugin is disabled or not
|
|
353
|
+
|
|
354
|
+
### `sub` (object)
|
|
355
|
+
|
|
356
|
+
Properties of the `sub` object:
|
|
357
|
+
|
|
358
|
+
#### `disabled` (boolean)
|
|
359
|
+
|
|
360
|
+
Indicates if the plugin is disabled or not
|
|
361
|
+
|
|
362
|
+
### `sup` (object)
|
|
363
|
+
|
|
364
|
+
Properties of the `sup` object:
|
|
365
|
+
|
|
366
|
+
#### `disabled` (boolean)
|
|
367
|
+
|
|
368
|
+
Indicates if the plugin is disabled or not
|
|
369
|
+
|
|
370
|
+
### `table` (object)
|
|
371
|
+
|
|
372
|
+
Properties of the `table` object:
|
|
373
|
+
|
|
374
|
+
#### `disabled` (boolean)
|
|
375
|
+
|
|
376
|
+
Indicates if the plugin is disabled or not
|
|
377
|
+
|
|
378
|
+
### `ul_list` (object)
|
|
379
|
+
|
|
380
|
+
Properties of the `ul_list` object:
|
|
381
|
+
|
|
382
|
+
#### `disabled` (boolean)
|
|
383
|
+
|
|
384
|
+
Indicates if the plugin is disabled or not
|
|
385
|
+
|
|
386
|
+
### `underline` (object)
|
|
387
|
+
|
|
388
|
+
Properties of the `underline` object:
|
|
389
|
+
|
|
390
|
+
#### `disabled` (boolean)
|
|
391
|
+
|
|
392
|
+
Indicates if the plugin is disabled or not
|
|
393
|
+
|
|
394
|
+
### `undo` (object)
|
|
395
|
+
|
|
396
|
+
Properties of the `undo` object:
|
|
397
|
+
|
|
398
|
+
#### `disabled` (boolean)
|
|
399
|
+
|
|
400
|
+
Indicates if the plugin is disabled or not
|
|
401
|
+
|
|
298
402
|
## `EditableHtmlButtonConfigure` (object)
|
|
299
403
|
|
|
300
404
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -428,6 +532,110 @@ Properties of the `h3` object:
|
|
|
428
532
|
|
|
429
533
|
Indicates if the plugin is disabled or not
|
|
430
534
|
|
|
535
|
+
#### `languageCharacters` (object)
|
|
536
|
+
|
|
537
|
+
Properties of the `languageCharacters` object:
|
|
538
|
+
|
|
539
|
+
##### `disabled` (boolean)
|
|
540
|
+
|
|
541
|
+
Indicates if the plugin is disabled or not
|
|
542
|
+
|
|
543
|
+
#### `bold` (object)
|
|
544
|
+
|
|
545
|
+
Properties of the `bold` object:
|
|
546
|
+
|
|
547
|
+
##### `disabled` (boolean)
|
|
548
|
+
|
|
549
|
+
Indicates if the plugin is disabled or not
|
|
550
|
+
|
|
551
|
+
#### `html` (object)
|
|
552
|
+
|
|
553
|
+
Properties of the `html` object:
|
|
554
|
+
|
|
555
|
+
##### `disabled` (boolean)
|
|
556
|
+
|
|
557
|
+
Indicates if the plugin is disabled or not
|
|
558
|
+
|
|
559
|
+
#### `italic` (object)
|
|
560
|
+
|
|
561
|
+
Properties of the `italic` object:
|
|
562
|
+
|
|
563
|
+
##### `disabled` (boolean)
|
|
564
|
+
|
|
565
|
+
Indicates if the plugin is disabled or not
|
|
566
|
+
|
|
567
|
+
#### `ol_list` (object)
|
|
568
|
+
|
|
569
|
+
Properties of the `ol_list` object:
|
|
570
|
+
|
|
571
|
+
##### `disabled` (boolean)
|
|
572
|
+
|
|
573
|
+
Indicates if the plugin is disabled or not
|
|
574
|
+
|
|
575
|
+
#### `redo` (object)
|
|
576
|
+
|
|
577
|
+
Properties of the `redo` object:
|
|
578
|
+
|
|
579
|
+
##### `disabled` (boolean)
|
|
580
|
+
|
|
581
|
+
Indicates if the plugin is disabled or not
|
|
582
|
+
|
|
583
|
+
#### `strikethrough` (object)
|
|
584
|
+
|
|
585
|
+
Properties of the `strikethrough` object:
|
|
586
|
+
|
|
587
|
+
##### `disabled` (boolean)
|
|
588
|
+
|
|
589
|
+
Indicates if the plugin is disabled or not
|
|
590
|
+
|
|
591
|
+
#### `sub` (object)
|
|
592
|
+
|
|
593
|
+
Properties of the `sub` object:
|
|
594
|
+
|
|
595
|
+
##### `disabled` (boolean)
|
|
596
|
+
|
|
597
|
+
Indicates if the plugin is disabled or not
|
|
598
|
+
|
|
599
|
+
#### `sup` (object)
|
|
600
|
+
|
|
601
|
+
Properties of the `sup` object:
|
|
602
|
+
|
|
603
|
+
##### `disabled` (boolean)
|
|
604
|
+
|
|
605
|
+
Indicates if the plugin is disabled or not
|
|
606
|
+
|
|
607
|
+
#### `table` (object)
|
|
608
|
+
|
|
609
|
+
Properties of the `table` object:
|
|
610
|
+
|
|
611
|
+
##### `disabled` (boolean)
|
|
612
|
+
|
|
613
|
+
Indicates if the plugin is disabled or not
|
|
614
|
+
|
|
615
|
+
#### `ul_list` (object)
|
|
616
|
+
|
|
617
|
+
Properties of the `ul_list` object:
|
|
618
|
+
|
|
619
|
+
##### `disabled` (boolean)
|
|
620
|
+
|
|
621
|
+
Indicates if the plugin is disabled or not
|
|
622
|
+
|
|
623
|
+
#### `underline` (object)
|
|
624
|
+
|
|
625
|
+
Properties of the `underline` object:
|
|
626
|
+
|
|
627
|
+
##### `disabled` (boolean)
|
|
628
|
+
|
|
629
|
+
Indicates if the plugin is disabled or not
|
|
630
|
+
|
|
631
|
+
#### `undo` (object)
|
|
632
|
+
|
|
633
|
+
Properties of the `undo` object:
|
|
634
|
+
|
|
635
|
+
##### `disabled` (boolean)
|
|
636
|
+
|
|
637
|
+
Indicates if the plugin is disabled or not
|
|
638
|
+
|
|
431
639
|
### `required` (boolean)
|
|
432
640
|
|
|
433
641
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -525,6 +733,110 @@ Properties of the `h3` object:
|
|
|
525
733
|
|
|
526
734
|
Indicates if the plugin is disabled or not
|
|
527
735
|
|
|
736
|
+
#### `languageCharacters` (object)
|
|
737
|
+
|
|
738
|
+
Properties of the `languageCharacters` object:
|
|
739
|
+
|
|
740
|
+
##### `disabled` (boolean)
|
|
741
|
+
|
|
742
|
+
Indicates if the plugin is disabled or not
|
|
743
|
+
|
|
744
|
+
#### `bold` (object)
|
|
745
|
+
|
|
746
|
+
Properties of the `bold` object:
|
|
747
|
+
|
|
748
|
+
##### `disabled` (boolean)
|
|
749
|
+
|
|
750
|
+
Indicates if the plugin is disabled or not
|
|
751
|
+
|
|
752
|
+
#### `html` (object)
|
|
753
|
+
|
|
754
|
+
Properties of the `html` object:
|
|
755
|
+
|
|
756
|
+
##### `disabled` (boolean)
|
|
757
|
+
|
|
758
|
+
Indicates if the plugin is disabled or not
|
|
759
|
+
|
|
760
|
+
#### `italic` (object)
|
|
761
|
+
|
|
762
|
+
Properties of the `italic` object:
|
|
763
|
+
|
|
764
|
+
##### `disabled` (boolean)
|
|
765
|
+
|
|
766
|
+
Indicates if the plugin is disabled or not
|
|
767
|
+
|
|
768
|
+
#### `ol_list` (object)
|
|
769
|
+
|
|
770
|
+
Properties of the `ol_list` object:
|
|
771
|
+
|
|
772
|
+
##### `disabled` (boolean)
|
|
773
|
+
|
|
774
|
+
Indicates if the plugin is disabled or not
|
|
775
|
+
|
|
776
|
+
#### `redo` (object)
|
|
777
|
+
|
|
778
|
+
Properties of the `redo` object:
|
|
779
|
+
|
|
780
|
+
##### `disabled` (boolean)
|
|
781
|
+
|
|
782
|
+
Indicates if the plugin is disabled or not
|
|
783
|
+
|
|
784
|
+
#### `strikethrough` (object)
|
|
785
|
+
|
|
786
|
+
Properties of the `strikethrough` object:
|
|
787
|
+
|
|
788
|
+
##### `disabled` (boolean)
|
|
789
|
+
|
|
790
|
+
Indicates if the plugin is disabled or not
|
|
791
|
+
|
|
792
|
+
#### `sub` (object)
|
|
793
|
+
|
|
794
|
+
Properties of the `sub` object:
|
|
795
|
+
|
|
796
|
+
##### `disabled` (boolean)
|
|
797
|
+
|
|
798
|
+
Indicates if the plugin is disabled or not
|
|
799
|
+
|
|
800
|
+
#### `sup` (object)
|
|
801
|
+
|
|
802
|
+
Properties of the `sup` object:
|
|
803
|
+
|
|
804
|
+
##### `disabled` (boolean)
|
|
805
|
+
|
|
806
|
+
Indicates if the plugin is disabled or not
|
|
807
|
+
|
|
808
|
+
#### `table` (object)
|
|
809
|
+
|
|
810
|
+
Properties of the `table` object:
|
|
811
|
+
|
|
812
|
+
##### `disabled` (boolean)
|
|
813
|
+
|
|
814
|
+
Indicates if the plugin is disabled or not
|
|
815
|
+
|
|
816
|
+
#### `ul_list` (object)
|
|
817
|
+
|
|
818
|
+
Properties of the `ul_list` object:
|
|
819
|
+
|
|
820
|
+
##### `disabled` (boolean)
|
|
821
|
+
|
|
822
|
+
Indicates if the plugin is disabled or not
|
|
823
|
+
|
|
824
|
+
#### `underline` (object)
|
|
825
|
+
|
|
826
|
+
Properties of the `underline` object:
|
|
827
|
+
|
|
828
|
+
##### `disabled` (boolean)
|
|
829
|
+
|
|
830
|
+
Indicates if the plugin is disabled or not
|
|
831
|
+
|
|
832
|
+
#### `undo` (object)
|
|
833
|
+
|
|
834
|
+
Properties of the `undo` object:
|
|
835
|
+
|
|
836
|
+
##### `disabled` (boolean)
|
|
837
|
+
|
|
838
|
+
Indicates if the plugin is disabled or not
|
|
839
|
+
|
|
528
840
|
### `settings` (boolean)
|
|
529
841
|
|
|
530
842
|
Indicates if the item has to be displayed in the Settings Panel
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/number-line",
|
|
3
|
-
"version": "8.19.3-next.
|
|
3
|
+
"version": "8.19.3-next.26+faca98267",
|
|
4
4
|
"repository": "pie-framework/pie-elements",
|
|
5
5
|
"description": "",
|
|
6
6
|
"publishConfig": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"author": "pie framework developers",
|
|
25
25
|
"license": "ISC",
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "faca982675bfd2df70f11ca2b9e20333af8f9790",
|
|
27
27
|
"scripts": {
|
|
28
28
|
"postpublish": "../../scripts/postpublish"
|
|
29
29
|
},
|