@pie-element/hotspot 6.26.3-next.9 → 6.26.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 +1057 -199
- package/docs/config-schema.json.md +624 -0
- package/docs/pie-schema.json +286 -0
- package/docs/pie-schema.json.md +208 -0
- package/package.json +3 -3
package/docs/pie-schema.json
CHANGED
|
@@ -377,6 +377,149 @@
|
|
|
377
377
|
"title": "disabled"
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
|
+
},
|
|
381
|
+
"languageCharacters": {
|
|
382
|
+
"title": "EditableHtmlButtonConfigure",
|
|
383
|
+
"type": "object",
|
|
384
|
+
"properties": {
|
|
385
|
+
"disabled": {
|
|
386
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
387
|
+
"type": "boolean",
|
|
388
|
+
"title": "disabled"
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
"bold": {
|
|
393
|
+
"title": "EditableHtmlButtonConfigure",
|
|
394
|
+
"type": "object",
|
|
395
|
+
"properties": {
|
|
396
|
+
"disabled": {
|
|
397
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
398
|
+
"type": "boolean",
|
|
399
|
+
"title": "disabled"
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"html": {
|
|
404
|
+
"title": "EditableHtmlButtonConfigure",
|
|
405
|
+
"type": "object",
|
|
406
|
+
"properties": {
|
|
407
|
+
"disabled": {
|
|
408
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
409
|
+
"type": "boolean",
|
|
410
|
+
"title": "disabled"
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"italic": {
|
|
415
|
+
"title": "EditableHtmlButtonConfigure",
|
|
416
|
+
"type": "object",
|
|
417
|
+
"properties": {
|
|
418
|
+
"disabled": {
|
|
419
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
420
|
+
"type": "boolean",
|
|
421
|
+
"title": "disabled"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"ol_list": {
|
|
426
|
+
"title": "EditableHtmlButtonConfigure",
|
|
427
|
+
"type": "object",
|
|
428
|
+
"properties": {
|
|
429
|
+
"disabled": {
|
|
430
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
431
|
+
"type": "boolean",
|
|
432
|
+
"title": "disabled"
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
"redo": {
|
|
437
|
+
"title": "EditableHtmlButtonConfigure",
|
|
438
|
+
"type": "object",
|
|
439
|
+
"properties": {
|
|
440
|
+
"disabled": {
|
|
441
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
442
|
+
"type": "boolean",
|
|
443
|
+
"title": "disabled"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
"strikethrough": {
|
|
448
|
+
"title": "EditableHtmlButtonConfigure",
|
|
449
|
+
"type": "object",
|
|
450
|
+
"properties": {
|
|
451
|
+
"disabled": {
|
|
452
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
453
|
+
"type": "boolean",
|
|
454
|
+
"title": "disabled"
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"sub": {
|
|
459
|
+
"title": "EditableHtmlButtonConfigure",
|
|
460
|
+
"type": "object",
|
|
461
|
+
"properties": {
|
|
462
|
+
"disabled": {
|
|
463
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
464
|
+
"type": "boolean",
|
|
465
|
+
"title": "disabled"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
},
|
|
469
|
+
"sup": {
|
|
470
|
+
"title": "EditableHtmlButtonConfigure",
|
|
471
|
+
"type": "object",
|
|
472
|
+
"properties": {
|
|
473
|
+
"disabled": {
|
|
474
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
475
|
+
"type": "boolean",
|
|
476
|
+
"title": "disabled"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
},
|
|
480
|
+
"table": {
|
|
481
|
+
"title": "EditableHtmlButtonConfigure",
|
|
482
|
+
"type": "object",
|
|
483
|
+
"properties": {
|
|
484
|
+
"disabled": {
|
|
485
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
486
|
+
"type": "boolean",
|
|
487
|
+
"title": "disabled"
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"ul_list": {
|
|
492
|
+
"title": "EditableHtmlButtonConfigure",
|
|
493
|
+
"type": "object",
|
|
494
|
+
"properties": {
|
|
495
|
+
"disabled": {
|
|
496
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
497
|
+
"type": "boolean",
|
|
498
|
+
"title": "disabled"
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
"underline": {
|
|
503
|
+
"title": "EditableHtmlButtonConfigure",
|
|
504
|
+
"type": "object",
|
|
505
|
+
"properties": {
|
|
506
|
+
"disabled": {
|
|
507
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
508
|
+
"type": "boolean",
|
|
509
|
+
"title": "disabled"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
"undo": {
|
|
514
|
+
"title": "EditableHtmlButtonConfigure",
|
|
515
|
+
"type": "object",
|
|
516
|
+
"properties": {
|
|
517
|
+
"disabled": {
|
|
518
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
519
|
+
"type": "boolean",
|
|
520
|
+
"title": "disabled"
|
|
521
|
+
}
|
|
522
|
+
}
|
|
380
523
|
}
|
|
381
524
|
}
|
|
382
525
|
},
|
|
@@ -549,6 +692,149 @@
|
|
|
549
692
|
"title": "disabled"
|
|
550
693
|
}
|
|
551
694
|
}
|
|
695
|
+
},
|
|
696
|
+
"languageCharacters": {
|
|
697
|
+
"title": "EditableHtmlButtonConfigure",
|
|
698
|
+
"type": "object",
|
|
699
|
+
"properties": {
|
|
700
|
+
"disabled": {
|
|
701
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
702
|
+
"type": "boolean",
|
|
703
|
+
"title": "disabled"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
707
|
+
"bold": {
|
|
708
|
+
"title": "EditableHtmlButtonConfigure",
|
|
709
|
+
"type": "object",
|
|
710
|
+
"properties": {
|
|
711
|
+
"disabled": {
|
|
712
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
713
|
+
"type": "boolean",
|
|
714
|
+
"title": "disabled"
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
"html": {
|
|
719
|
+
"title": "EditableHtmlButtonConfigure",
|
|
720
|
+
"type": "object",
|
|
721
|
+
"properties": {
|
|
722
|
+
"disabled": {
|
|
723
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
724
|
+
"type": "boolean",
|
|
725
|
+
"title": "disabled"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"italic": {
|
|
730
|
+
"title": "EditableHtmlButtonConfigure",
|
|
731
|
+
"type": "object",
|
|
732
|
+
"properties": {
|
|
733
|
+
"disabled": {
|
|
734
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
735
|
+
"type": "boolean",
|
|
736
|
+
"title": "disabled"
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"ol_list": {
|
|
741
|
+
"title": "EditableHtmlButtonConfigure",
|
|
742
|
+
"type": "object",
|
|
743
|
+
"properties": {
|
|
744
|
+
"disabled": {
|
|
745
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
746
|
+
"type": "boolean",
|
|
747
|
+
"title": "disabled"
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
},
|
|
751
|
+
"redo": {
|
|
752
|
+
"title": "EditableHtmlButtonConfigure",
|
|
753
|
+
"type": "object",
|
|
754
|
+
"properties": {
|
|
755
|
+
"disabled": {
|
|
756
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
757
|
+
"type": "boolean",
|
|
758
|
+
"title": "disabled"
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
"strikethrough": {
|
|
763
|
+
"title": "EditableHtmlButtonConfigure",
|
|
764
|
+
"type": "object",
|
|
765
|
+
"properties": {
|
|
766
|
+
"disabled": {
|
|
767
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
768
|
+
"type": "boolean",
|
|
769
|
+
"title": "disabled"
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"sub": {
|
|
774
|
+
"title": "EditableHtmlButtonConfigure",
|
|
775
|
+
"type": "object",
|
|
776
|
+
"properties": {
|
|
777
|
+
"disabled": {
|
|
778
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
779
|
+
"type": "boolean",
|
|
780
|
+
"title": "disabled"
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"sup": {
|
|
785
|
+
"title": "EditableHtmlButtonConfigure",
|
|
786
|
+
"type": "object",
|
|
787
|
+
"properties": {
|
|
788
|
+
"disabled": {
|
|
789
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
790
|
+
"type": "boolean",
|
|
791
|
+
"title": "disabled"
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
"table": {
|
|
796
|
+
"title": "EditableHtmlButtonConfigure",
|
|
797
|
+
"type": "object",
|
|
798
|
+
"properties": {
|
|
799
|
+
"disabled": {
|
|
800
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
801
|
+
"type": "boolean",
|
|
802
|
+
"title": "disabled"
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"ul_list": {
|
|
807
|
+
"title": "EditableHtmlButtonConfigure",
|
|
808
|
+
"type": "object",
|
|
809
|
+
"properties": {
|
|
810
|
+
"disabled": {
|
|
811
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
812
|
+
"type": "boolean",
|
|
813
|
+
"title": "disabled"
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"underline": {
|
|
818
|
+
"title": "EditableHtmlButtonConfigure",
|
|
819
|
+
"type": "object",
|
|
820
|
+
"properties": {
|
|
821
|
+
"disabled": {
|
|
822
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
823
|
+
"type": "boolean",
|
|
824
|
+
"title": "disabled"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"undo": {
|
|
829
|
+
"title": "EditableHtmlButtonConfigure",
|
|
830
|
+
"type": "object",
|
|
831
|
+
"properties": {
|
|
832
|
+
"disabled": {
|
|
833
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
834
|
+
"type": "boolean",
|
|
835
|
+
"title": "disabled"
|
|
836
|
+
}
|
|
837
|
+
}
|
|
552
838
|
}
|
|
553
839
|
}
|
|
554
840
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -273,6 +273,110 @@ Properties of the `h3` object:
|
|
|
273
273
|
|
|
274
274
|
Indicates if the plugin is disabled or not
|
|
275
275
|
|
|
276
|
+
### `languageCharacters` (object)
|
|
277
|
+
|
|
278
|
+
Properties of the `languageCharacters` object:
|
|
279
|
+
|
|
280
|
+
#### `disabled` (boolean)
|
|
281
|
+
|
|
282
|
+
Indicates if the plugin is disabled or not
|
|
283
|
+
|
|
284
|
+
### `bold` (object)
|
|
285
|
+
|
|
286
|
+
Properties of the `bold` object:
|
|
287
|
+
|
|
288
|
+
#### `disabled` (boolean)
|
|
289
|
+
|
|
290
|
+
Indicates if the plugin is disabled or not
|
|
291
|
+
|
|
292
|
+
### `html` (object)
|
|
293
|
+
|
|
294
|
+
Properties of the `html` object:
|
|
295
|
+
|
|
296
|
+
#### `disabled` (boolean)
|
|
297
|
+
|
|
298
|
+
Indicates if the plugin is disabled or not
|
|
299
|
+
|
|
300
|
+
### `italic` (object)
|
|
301
|
+
|
|
302
|
+
Properties of the `italic` object:
|
|
303
|
+
|
|
304
|
+
#### `disabled` (boolean)
|
|
305
|
+
|
|
306
|
+
Indicates if the plugin is disabled or not
|
|
307
|
+
|
|
308
|
+
### `ol_list` (object)
|
|
309
|
+
|
|
310
|
+
Properties of the `ol_list` object:
|
|
311
|
+
|
|
312
|
+
#### `disabled` (boolean)
|
|
313
|
+
|
|
314
|
+
Indicates if the plugin is disabled or not
|
|
315
|
+
|
|
316
|
+
### `redo` (object)
|
|
317
|
+
|
|
318
|
+
Properties of the `redo` object:
|
|
319
|
+
|
|
320
|
+
#### `disabled` (boolean)
|
|
321
|
+
|
|
322
|
+
Indicates if the plugin is disabled or not
|
|
323
|
+
|
|
324
|
+
### `strikethrough` (object)
|
|
325
|
+
|
|
326
|
+
Properties of the `strikethrough` object:
|
|
327
|
+
|
|
328
|
+
#### `disabled` (boolean)
|
|
329
|
+
|
|
330
|
+
Indicates if the plugin is disabled or not
|
|
331
|
+
|
|
332
|
+
### `sub` (object)
|
|
333
|
+
|
|
334
|
+
Properties of the `sub` object:
|
|
335
|
+
|
|
336
|
+
#### `disabled` (boolean)
|
|
337
|
+
|
|
338
|
+
Indicates if the plugin is disabled or not
|
|
339
|
+
|
|
340
|
+
### `sup` (object)
|
|
341
|
+
|
|
342
|
+
Properties of the `sup` object:
|
|
343
|
+
|
|
344
|
+
#### `disabled` (boolean)
|
|
345
|
+
|
|
346
|
+
Indicates if the plugin is disabled or not
|
|
347
|
+
|
|
348
|
+
### `table` (object)
|
|
349
|
+
|
|
350
|
+
Properties of the `table` object:
|
|
351
|
+
|
|
352
|
+
#### `disabled` (boolean)
|
|
353
|
+
|
|
354
|
+
Indicates if the plugin is disabled or not
|
|
355
|
+
|
|
356
|
+
### `ul_list` (object)
|
|
357
|
+
|
|
358
|
+
Properties of the `ul_list` object:
|
|
359
|
+
|
|
360
|
+
#### `disabled` (boolean)
|
|
361
|
+
|
|
362
|
+
Indicates if the plugin is disabled or not
|
|
363
|
+
|
|
364
|
+
### `underline` (object)
|
|
365
|
+
|
|
366
|
+
Properties of the `underline` object:
|
|
367
|
+
|
|
368
|
+
#### `disabled` (boolean)
|
|
369
|
+
|
|
370
|
+
Indicates if the plugin is disabled or not
|
|
371
|
+
|
|
372
|
+
### `undo` (object)
|
|
373
|
+
|
|
374
|
+
Properties of the `undo` object:
|
|
375
|
+
|
|
376
|
+
#### `disabled` (boolean)
|
|
377
|
+
|
|
378
|
+
Indicates if the plugin is disabled or not
|
|
379
|
+
|
|
276
380
|
## `EditableHtmlButtonConfigure` (object)
|
|
277
381
|
|
|
278
382
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -401,6 +505,110 @@ Properties of the `h3` object:
|
|
|
401
505
|
|
|
402
506
|
Indicates if the plugin is disabled or not
|
|
403
507
|
|
|
508
|
+
#### `languageCharacters` (object)
|
|
509
|
+
|
|
510
|
+
Properties of the `languageCharacters` object:
|
|
511
|
+
|
|
512
|
+
##### `disabled` (boolean)
|
|
513
|
+
|
|
514
|
+
Indicates if the plugin is disabled or not
|
|
515
|
+
|
|
516
|
+
#### `bold` (object)
|
|
517
|
+
|
|
518
|
+
Properties of the `bold` object:
|
|
519
|
+
|
|
520
|
+
##### `disabled` (boolean)
|
|
521
|
+
|
|
522
|
+
Indicates if the plugin is disabled or not
|
|
523
|
+
|
|
524
|
+
#### `html` (object)
|
|
525
|
+
|
|
526
|
+
Properties of the `html` object:
|
|
527
|
+
|
|
528
|
+
##### `disabled` (boolean)
|
|
529
|
+
|
|
530
|
+
Indicates if the plugin is disabled or not
|
|
531
|
+
|
|
532
|
+
#### `italic` (object)
|
|
533
|
+
|
|
534
|
+
Properties of the `italic` object:
|
|
535
|
+
|
|
536
|
+
##### `disabled` (boolean)
|
|
537
|
+
|
|
538
|
+
Indicates if the plugin is disabled or not
|
|
539
|
+
|
|
540
|
+
#### `ol_list` (object)
|
|
541
|
+
|
|
542
|
+
Properties of the `ol_list` object:
|
|
543
|
+
|
|
544
|
+
##### `disabled` (boolean)
|
|
545
|
+
|
|
546
|
+
Indicates if the plugin is disabled or not
|
|
547
|
+
|
|
548
|
+
#### `redo` (object)
|
|
549
|
+
|
|
550
|
+
Properties of the `redo` object:
|
|
551
|
+
|
|
552
|
+
##### `disabled` (boolean)
|
|
553
|
+
|
|
554
|
+
Indicates if the plugin is disabled or not
|
|
555
|
+
|
|
556
|
+
#### `strikethrough` (object)
|
|
557
|
+
|
|
558
|
+
Properties of the `strikethrough` object:
|
|
559
|
+
|
|
560
|
+
##### `disabled` (boolean)
|
|
561
|
+
|
|
562
|
+
Indicates if the plugin is disabled or not
|
|
563
|
+
|
|
564
|
+
#### `sub` (object)
|
|
565
|
+
|
|
566
|
+
Properties of the `sub` object:
|
|
567
|
+
|
|
568
|
+
##### `disabled` (boolean)
|
|
569
|
+
|
|
570
|
+
Indicates if the plugin is disabled or not
|
|
571
|
+
|
|
572
|
+
#### `sup` (object)
|
|
573
|
+
|
|
574
|
+
Properties of the `sup` object:
|
|
575
|
+
|
|
576
|
+
##### `disabled` (boolean)
|
|
577
|
+
|
|
578
|
+
Indicates if the plugin is disabled or not
|
|
579
|
+
|
|
580
|
+
#### `table` (object)
|
|
581
|
+
|
|
582
|
+
Properties of the `table` object:
|
|
583
|
+
|
|
584
|
+
##### `disabled` (boolean)
|
|
585
|
+
|
|
586
|
+
Indicates if the plugin is disabled or not
|
|
587
|
+
|
|
588
|
+
#### `ul_list` (object)
|
|
589
|
+
|
|
590
|
+
Properties of the `ul_list` object:
|
|
591
|
+
|
|
592
|
+
##### `disabled` (boolean)
|
|
593
|
+
|
|
594
|
+
Indicates if the plugin is disabled or not
|
|
595
|
+
|
|
596
|
+
#### `underline` (object)
|
|
597
|
+
|
|
598
|
+
Properties of the `underline` object:
|
|
599
|
+
|
|
600
|
+
##### `disabled` (boolean)
|
|
601
|
+
|
|
602
|
+
Indicates if the plugin is disabled or not
|
|
603
|
+
|
|
604
|
+
#### `undo` (object)
|
|
605
|
+
|
|
606
|
+
Properties of the `undo` object:
|
|
607
|
+
|
|
608
|
+
##### `disabled` (boolean)
|
|
609
|
+
|
|
610
|
+
Indicates if the plugin is disabled or not
|
|
611
|
+
|
|
404
612
|
### `required` (boolean)
|
|
405
613
|
|
|
406
614
|
Indicates if the item is required and the value cannot be empty
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/hotspot",
|
|
3
|
-
"version": "6.26.3
|
|
3
|
+
"version": "6.26.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": "pie-framework/pie-elements",
|
|
6
6
|
"publishConfig": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.3",
|
|
11
11
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
12
|
-
"@pie-lib/pie-toolbox": "1.31.
|
|
12
|
+
"@pie-lib/pie-toolbox": "1.31.3",
|
|
13
13
|
"konva": "^3.2.5",
|
|
14
14
|
"prop-types": "^15.6.1",
|
|
15
15
|
"react": "^16.8.1",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"author": "pie framework developers",
|
|
20
20
|
"license": "ISC",
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "8c0b9d9d91490c958440ece9a2c018acecbf7c5c",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postpublish": "../../scripts/postpublish"
|
|
24
24
|
},
|