@skyux/text-editor 8.6.0 → 9.0.0-alpha.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.
Files changed (50) hide show
  1. package/documentation.json +185 -105
  2. package/esm2022/lib/modules/rich-text-display/rich-text-display.component.mjs +42 -0
  3. package/{esm2020 → esm2022}/lib/modules/rich-text-display/rich-text-display.module.mjs +5 -5
  4. package/{esm2020 → esm2022}/lib/modules/shared/sky-text-editor-resources.module.mjs +11 -11
  5. package/esm2022/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +197 -0
  6. package/esm2022/lib/modules/text-editor/services/text-editor-adapter.service.mjs +431 -0
  7. package/{esm2020 → esm2022}/lib/modules/text-editor/services/text-editor-selection.service.mjs +4 -4
  8. package/esm2022/lib/modules/text-editor/services/text-editor.service.mjs +59 -0
  9. package/esm2022/lib/modules/text-editor/services/text-sanitization.service.mjs +38 -0
  10. package/esm2022/lib/modules/text-editor/text-editor.component.mjs +410 -0
  11. package/{esm2020 → esm2022}/lib/modules/text-editor/text-editor.module.mjs +41 -41
  12. package/esm2022/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +207 -0
  13. package/esm2022/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +119 -0
  14. package/fesm2022/skyux-text-editor.mjs +1828 -0
  15. package/fesm2022/skyux-text-editor.mjs.map +1 -0
  16. package/lib/modules/rich-text-display/rich-text-display.component.d.ts +1 -1
  17. package/lib/modules/text-editor/menubar/text-editor-menubar.component.d.ts +1 -1
  18. package/lib/modules/text-editor/text-editor.component.d.ts +4 -2
  19. package/lib/modules/text-editor/toolbar/text-editor-toolbar.component.d.ts +1 -1
  20. package/package.json +20 -26
  21. package/esm2020/lib/modules/rich-text-display/rich-text-display.component.mjs +0 -44
  22. package/esm2020/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +0 -197
  23. package/esm2020/lib/modules/text-editor/services/text-editor-adapter.service.mjs +0 -421
  24. package/esm2020/lib/modules/text-editor/services/text-editor.service.mjs +0 -64
  25. package/esm2020/lib/modules/text-editor/services/text-sanitization.service.mjs +0 -43
  26. package/esm2020/lib/modules/text-editor/text-editor.component.mjs +0 -382
  27. package/esm2020/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +0 -204
  28. package/esm2020/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +0 -118
  29. package/fesm2015/skyux-text-editor.mjs +0 -1781
  30. package/fesm2015/skyux-text-editor.mjs.map +0 -1
  31. package/fesm2020/skyux-text-editor.mjs +0 -1792
  32. package/fesm2020/skyux-text-editor.mjs.map +0 -1
  33. /package/{esm2020 → esm2022}/index.mjs +0 -0
  34. /package/{esm2020 → esm2022}/lib/modules/shared/forms-utility.mjs +0 -0
  35. /package/{esm2020 → esm2022}/lib/modules/text-editor/defaults/font-list-defaults.mjs +0 -0
  36. /package/{esm2020 → esm2022}/lib/modules/text-editor/defaults/font-size-list-defaults.mjs +0 -0
  37. /package/{esm2020 → esm2022}/lib/modules/text-editor/defaults/menu-defaults.mjs +0 -0
  38. /package/{esm2020 → esm2022}/lib/modules/text-editor/defaults/style-state-defaults.mjs +0 -0
  39. /package/{esm2020 → esm2022}/lib/modules/text-editor/defaults/toolbar-action-defaults.mjs +0 -0
  40. /package/{esm2020 → esm2022}/lib/modules/text-editor/types/editor-command.mjs +0 -0
  41. /package/{esm2020 → esm2022}/lib/modules/text-editor/types/editor-setting.mjs +0 -0
  42. /package/{esm2020 → esm2022}/lib/modules/text-editor/types/font-state.mjs +0 -0
  43. /package/{esm2020 → esm2022}/lib/modules/text-editor/types/menu-type.mjs +0 -0
  44. /package/{esm2020 → esm2022}/lib/modules/text-editor/types/style-state.mjs +0 -0
  45. /package/{esm2020 → esm2022}/lib/modules/text-editor/types/text-editor-merge-field.mjs +0 -0
  46. /package/{esm2020 → esm2022}/lib/modules/text-editor/types/toolbar-action-type.mjs +0 -0
  47. /package/{esm2020 → esm2022}/lib/modules/text-editor/url-modal/text-editor-url-modal-context.mjs +0 -0
  48. /package/{esm2020 → esm2022}/lib/modules/text-editor/url-modal/text-editor-url-modal-result.mjs +0 -0
  49. /package/{esm2020 → esm2022}/lib/modules/text-editor/url-modal/text-editor-url-target.mjs +0 -0
  50. /package/{esm2020 → esm2022}/skyux-text-editor.mjs +0 -0
@@ -19,7 +19,7 @@
19
19
  "originalName": "",
20
20
  "children": [
21
21
  {
22
- "id": 273,
22
+ "id": 275,
23
23
  "name": "SkyRichTextDisplayModule",
24
24
  "kind": 128,
25
25
  "kindString": "Class",
@@ -44,7 +44,7 @@
44
44
  "title": "Constructors",
45
45
  "kind": 512,
46
46
  "children": [
47
- 274
47
+ 276
48
48
  ]
49
49
  }
50
50
  ],
@@ -57,7 +57,7 @@
57
57
  ]
58
58
  },
59
59
  {
60
- "id": 294,
60
+ "id": 296,
61
61
  "name": "SkyTextEditorModule",
62
62
  "kind": 128,
63
63
  "kindString": "Class",
@@ -82,7 +82,7 @@
82
82
  "title": "Constructors",
83
83
  "kind": 512,
84
84
  "children": [
85
- 295
85
+ 297
86
86
  ]
87
87
  }
88
88
  ],
@@ -314,7 +314,7 @@
314
314
  "sources": [
315
315
  {
316
316
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
317
- "line": 298,
317
+ "line": 313,
318
318
  "character": 2
319
319
  }
320
320
  ],
@@ -455,7 +455,7 @@
455
455
  "sources": [
456
456
  {
457
457
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
458
- "line": 56,
458
+ "line": 60,
459
459
  "character": 9
460
460
  }
461
461
  ],
@@ -466,7 +466,7 @@
466
466
  "defaultValue": "false"
467
467
  },
468
468
  {
469
- "id": 215,
469
+ "id": 216,
470
470
  "name": "editorFocusStream",
471
471
  "kind": 1024,
472
472
  "kindString": "Property",
@@ -476,7 +476,7 @@
476
476
  "sources": [
477
477
  {
478
478
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
479
- "line": 273,
479
+ "line": 283,
480
480
  "character": 9
481
481
  }
482
482
  ],
@@ -494,6 +494,41 @@
494
494
  },
495
495
  "defaultValue": "..."
496
496
  },
497
+ {
498
+ "id": 217,
499
+ "name": "formControlClass",
500
+ "kind": 1024,
501
+ "kindString": "Property",
502
+ "flags": {
503
+ "isPublic": true
504
+ },
505
+ "decorators": [
506
+ {
507
+ "name": "HostBinding",
508
+ "type": {
509
+ "type": "reference",
510
+ "qualifiedName": "HostBindingDecorator",
511
+ "package": "@angular/core",
512
+ "name": "HostBinding"
513
+ },
514
+ "arguments": {
515
+ "hostPropertyName": "'class.sky-form-control'"
516
+ }
517
+ }
518
+ ],
519
+ "sources": [
520
+ {
521
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
522
+ "line": 286,
523
+ "character": 9
524
+ }
525
+ ],
526
+ "type": {
527
+ "type": "intrinsic",
528
+ "name": "boolean"
529
+ },
530
+ "defaultValue": "!!inject(SkyInputBoxHostService, {\n optional: true,\n })"
531
+ },
497
532
  {
498
533
  "id": 210,
499
534
  "name": "iframeRef",
@@ -519,7 +554,7 @@
519
554
  "sources": [
520
555
  {
521
556
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
522
- "line": 218,
557
+ "line": 222,
523
558
  "character": 9
524
559
  }
525
560
  ],
@@ -536,6 +571,49 @@
536
571
  "name": "ElementRef"
537
572
  }
538
573
  },
574
+ {
575
+ "id": 215,
576
+ "name": "inputTemplateRef",
577
+ "kind": 1024,
578
+ "kindString": "Property",
579
+ "flags": {
580
+ "isPublic": true
581
+ },
582
+ "decorators": [
583
+ {
584
+ "name": "ViewChild",
585
+ "type": {
586
+ "type": "reference",
587
+ "qualifiedName": "ViewChildDecorator",
588
+ "package": "@angular/core",
589
+ "name": "ViewChild"
590
+ },
591
+ "arguments": {
592
+ "selector": "'inputTemplateRef'",
593
+ "opts": "{\n read: TemplateRef,\n static: true,\n }"
594
+ }
595
+ }
596
+ ],
597
+ "sources": [
598
+ {
599
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
600
+ "line": 281,
601
+ "character": 9
602
+ }
603
+ ],
604
+ "type": {
605
+ "type": "reference",
606
+ "typeArguments": [
607
+ {
608
+ "type": "intrinsic",
609
+ "name": "unknown"
610
+ }
611
+ ],
612
+ "qualifiedName": "TemplateRef",
613
+ "package": "@angular/core",
614
+ "name": "TemplateRef"
615
+ }
616
+ },
539
617
  {
540
618
  "id": 174,
541
619
  "name": "disabled",
@@ -559,7 +637,7 @@
559
637
  "sources": [
560
638
  {
561
639
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
562
- "line": 64,
640
+ "line": 68,
563
641
  "character": 13
564
642
  }
565
643
  ],
@@ -644,7 +722,7 @@
644
722
  "sources": [
645
723
  {
646
724
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
647
- "line": 106,
725
+ "line": 110,
648
726
  "character": 13
649
727
  }
650
728
  ],
@@ -668,7 +746,7 @@
668
746
  "type": "array",
669
747
  "elementType": {
670
748
  "type": "reference",
671
- "id": 276,
749
+ "id": 278,
672
750
  "name": "SkyTextEditorFont"
673
751
  }
674
752
  }
@@ -701,7 +779,7 @@
701
779
  "type": "array",
702
780
  "elementType": {
703
781
  "type": "reference",
704
- "id": 276,
782
+ "id": 278,
705
783
  "name": "SkyTextEditorFont"
706
784
  }
707
785
  }
@@ -737,7 +815,7 @@
737
815
  "sources": [
738
816
  {
739
817
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
740
- "line": 119,
818
+ "line": 123,
741
819
  "character": 13
742
820
  }
743
821
  ],
@@ -828,7 +906,7 @@
828
906
  "sources": [
829
907
  {
830
908
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
831
- "line": 132,
909
+ "line": 136,
832
910
  "character": 13
833
911
  }
834
912
  ],
@@ -901,7 +979,7 @@
901
979
  "sources": [
902
980
  {
903
981
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
904
- "line": 144,
982
+ "line": 148,
905
983
  "character": 13
906
984
  }
907
985
  ],
@@ -917,7 +995,7 @@
917
995
  },
918
996
  "type": {
919
997
  "type": "reference",
920
- "id": 280,
998
+ "id": 282,
921
999
  "name": "SkyTextEditorStyleState"
922
1000
  }
923
1001
  }
@@ -941,7 +1019,7 @@
941
1019
  "flags": {},
942
1020
  "type": {
943
1021
  "type": "reference",
944
- "id": 280,
1022
+ "id": 282,
945
1023
  "name": "SkyTextEditorStyleState"
946
1024
  }
947
1025
  }
@@ -976,7 +1054,7 @@
976
1054
  "sources": [
977
1055
  {
978
1056
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
979
- "line": 164,
1057
+ "line": 168,
980
1058
  "character": 13
981
1059
  }
982
1060
  ],
@@ -1000,7 +1078,7 @@
1000
1078
  "type": "array",
1001
1079
  "elementType": {
1002
1080
  "type": "reference",
1003
- "id": 279,
1081
+ "id": 281,
1004
1082
  "name": "SkyTextEditorMenuType"
1005
1083
  }
1006
1084
  }
@@ -1033,7 +1111,7 @@
1033
1111
  "type": "array",
1034
1112
  "elementType": {
1035
1113
  "type": "reference",
1036
- "id": 279,
1114
+ "id": 281,
1037
1115
  "name": "SkyTextEditorMenuType"
1038
1116
  }
1039
1117
  }
@@ -1069,7 +1147,7 @@
1069
1147
  "sources": [
1070
1148
  {
1071
1149
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1072
- "line": 176,
1150
+ "line": 180,
1073
1151
  "character": 13
1074
1152
  }
1075
1153
  ],
@@ -1087,7 +1165,7 @@
1087
1165
  "type": "array",
1088
1166
  "elementType": {
1089
1167
  "type": "reference",
1090
- "id": 289,
1168
+ "id": 291,
1091
1169
  "name": "SkyTextEditorMergeField"
1092
1170
  }
1093
1171
  }
@@ -1114,7 +1192,7 @@
1114
1192
  "type": "array",
1115
1193
  "elementType": {
1116
1194
  "type": "reference",
1117
- "id": 289,
1195
+ "id": 291,
1118
1196
  "name": "SkyTextEditorMergeField"
1119
1197
  }
1120
1198
  }
@@ -1150,7 +1228,7 @@
1150
1228
  "sources": [
1151
1229
  {
1152
1230
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1153
- "line": 188,
1231
+ "line": 192,
1154
1232
  "character": 13
1155
1233
  }
1156
1234
  ],
@@ -1223,7 +1301,7 @@
1223
1301
  "sources": [
1224
1302
  {
1225
1303
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1226
- "line": 207,
1304
+ "line": 211,
1227
1305
  "character": 13
1228
1306
  }
1229
1307
  ],
@@ -1247,7 +1325,7 @@
1247
1325
  "type": "array",
1248
1326
  "elementType": {
1249
1327
  "type": "reference",
1250
- "id": 293,
1328
+ "id": 295,
1251
1329
  "name": "SkyTextEditorToolbarActionType"
1252
1330
  }
1253
1331
  }
@@ -1280,7 +1358,7 @@
1280
1358
  "type": "array",
1281
1359
  "elementType": {
1282
1360
  "type": "reference",
1283
- "id": 293,
1361
+ "id": 295,
1284
1362
  "name": "SkyTextEditorToolbarActionType"
1285
1363
  }
1286
1364
  }
@@ -1304,7 +1382,7 @@
1304
1382
  "sources": [
1305
1383
  {
1306
1384
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1307
- "line": 223,
1385
+ "line": 227,
1308
1386
  "character": 13
1309
1387
  }
1310
1388
  ],
@@ -1355,7 +1433,7 @@
1355
1433
  ]
1356
1434
  },
1357
1435
  {
1358
- "id": 237,
1436
+ "id": 239,
1359
1437
  "name": "ngAfterViewInit",
1360
1438
  "kind": 2048,
1361
1439
  "kindString": "Method",
@@ -1365,13 +1443,13 @@
1365
1443
  "sources": [
1366
1444
  {
1367
1445
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1368
- "line": 321,
1446
+ "line": 336,
1369
1447
  "character": 9
1370
1448
  }
1371
1449
  ],
1372
1450
  "signatures": [
1373
1451
  {
1374
- "id": 238,
1452
+ "id": 240,
1375
1453
  "name": "ngAfterViewInit",
1376
1454
  "kind": 4096,
1377
1455
  "kindString": "Call signature",
@@ -1392,7 +1470,7 @@
1392
1470
  }
1393
1471
  },
1394
1472
  {
1395
- "id": 239,
1473
+ "id": 241,
1396
1474
  "name": "ngOnDestroy",
1397
1475
  "kind": 2048,
1398
1476
  "kindString": "Method",
@@ -1402,13 +1480,13 @@
1402
1480
  "sources": [
1403
1481
  {
1404
1482
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1405
- "line": 325,
1483
+ "line": 340,
1406
1484
  "character": 9
1407
1485
  }
1408
1486
  ],
1409
1487
  "signatures": [
1410
1488
  {
1411
- "id": 240,
1489
+ "id": 242,
1412
1490
  "name": "ngOnDestroy",
1413
1491
  "kind": 4096,
1414
1492
  "kindString": "Call signature",
@@ -1429,7 +1507,7 @@
1429
1507
  }
1430
1508
  },
1431
1509
  {
1432
- "id": 241,
1510
+ "id": 243,
1433
1511
  "name": "onIframeLoad",
1434
1512
  "kind": 2048,
1435
1513
  "kindString": "Method",
@@ -1439,13 +1517,13 @@
1439
1517
  "sources": [
1440
1518
  {
1441
1519
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1442
- "line": 331,
1520
+ "line": 346,
1443
1521
  "character": 9
1444
1522
  }
1445
1523
  ],
1446
1524
  "signatures": [
1447
1525
  {
1448
- "id": 242,
1526
+ "id": 244,
1449
1527
  "name": "onIframeLoad",
1450
1528
  "kind": 4096,
1451
1529
  "kindString": "Call signature",
@@ -1458,7 +1536,7 @@
1458
1536
  ]
1459
1537
  },
1460
1538
  {
1461
- "id": 246,
1539
+ "id": 248,
1462
1540
  "name": "registerOnChange",
1463
1541
  "kind": 2048,
1464
1542
  "kindString": "Method",
@@ -1468,13 +1546,13 @@
1468
1546
  "sources": [
1469
1547
  {
1470
1548
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1471
- "line": 357,
1549
+ "line": 372,
1472
1550
  "character": 9
1473
1551
  }
1474
1552
  ],
1475
1553
  "signatures": [
1476
1554
  {
1477
- "id": 247,
1555
+ "id": 249,
1478
1556
  "name": "registerOnChange",
1479
1557
  "kind": 4096,
1480
1558
  "kindString": "Call signature",
@@ -1484,7 +1562,7 @@
1484
1562
  },
1485
1563
  "parameters": [
1486
1564
  {
1487
- "id": 248,
1565
+ "id": 250,
1488
1566
  "name": "fn",
1489
1567
  "kind": 32768,
1490
1568
  "kindString": "Parameter",
@@ -1492,21 +1570,21 @@
1492
1570
  "type": {
1493
1571
  "type": "reflection",
1494
1572
  "declaration": {
1495
- "id": 249,
1573
+ "id": 251,
1496
1574
  "name": "__type",
1497
1575
  "kind": 65536,
1498
1576
  "kindString": "Type literal",
1499
1577
  "flags": {},
1500
1578
  "signatures": [
1501
1579
  {
1502
- "id": 250,
1580
+ "id": 252,
1503
1581
  "name": "__type",
1504
1582
  "kind": 4096,
1505
1583
  "kindString": "Call signature",
1506
1584
  "flags": {},
1507
1585
  "parameters": [
1508
1586
  {
1509
- "id": 251,
1587
+ "id": 253,
1510
1588
  "name": "value",
1511
1589
  "kind": 32768,
1512
1590
  "kindString": "Parameter",
@@ -1535,7 +1613,7 @@
1535
1613
  ]
1536
1614
  },
1537
1615
  {
1538
- "id": 252,
1616
+ "id": 254,
1539
1617
  "name": "registerOnTouched",
1540
1618
  "kind": 2048,
1541
1619
  "kindString": "Method",
@@ -1545,13 +1623,13 @@
1545
1623
  "sources": [
1546
1624
  {
1547
1625
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1548
- "line": 364,
1626
+ "line": 379,
1549
1627
  "character": 9
1550
1628
  }
1551
1629
  ],
1552
1630
  "signatures": [
1553
1631
  {
1554
- "id": 253,
1632
+ "id": 255,
1555
1633
  "name": "registerOnTouched",
1556
1634
  "kind": 4096,
1557
1635
  "kindString": "Call signature",
@@ -1561,7 +1639,7 @@
1561
1639
  },
1562
1640
  "parameters": [
1563
1641
  {
1564
- "id": 254,
1642
+ "id": 256,
1565
1643
  "name": "fn",
1566
1644
  "kind": 32768,
1567
1645
  "kindString": "Parameter",
@@ -1569,14 +1647,14 @@
1569
1647
  "type": {
1570
1648
  "type": "reflection",
1571
1649
  "declaration": {
1572
- "id": 255,
1650
+ "id": 257,
1573
1651
  "name": "__type",
1574
1652
  "kind": 65536,
1575
1653
  "kindString": "Type literal",
1576
1654
  "flags": {},
1577
1655
  "signatures": [
1578
1656
  {
1579
- "id": 256,
1657
+ "id": 258,
1580
1658
  "name": "__type",
1581
1659
  "kind": 4096,
1582
1660
  "kindString": "Call signature",
@@ -1599,7 +1677,7 @@
1599
1677
  ]
1600
1678
  },
1601
1679
  {
1602
- "id": 257,
1680
+ "id": 259,
1603
1681
  "name": "setDisabledState",
1604
1682
  "kind": 2048,
1605
1683
  "kindString": "Method",
@@ -1609,13 +1687,13 @@
1609
1687
  "sources": [
1610
1688
  {
1611
1689
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1612
- "line": 371,
1690
+ "line": 386,
1613
1691
  "character": 9
1614
1692
  }
1615
1693
  ],
1616
1694
  "signatures": [
1617
1695
  {
1618
- "id": 258,
1696
+ "id": 260,
1619
1697
  "name": "setDisabledState",
1620
1698
  "kind": 4096,
1621
1699
  "kindString": "Call signature",
@@ -1625,7 +1703,7 @@
1625
1703
  },
1626
1704
  "parameters": [
1627
1705
  {
1628
- "id": 259,
1706
+ "id": 261,
1629
1707
  "name": "isDisabled",
1630
1708
  "kind": 32768,
1631
1709
  "kindString": "Parameter",
@@ -1644,7 +1722,7 @@
1644
1722
  ]
1645
1723
  },
1646
1724
  {
1647
- "id": 243,
1725
+ "id": 245,
1648
1726
  "name": "writeValue",
1649
1727
  "kind": 2048,
1650
1728
  "kindString": "Method",
@@ -1654,13 +1732,13 @@
1654
1732
  "sources": [
1655
1733
  {
1656
1734
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1657
- "line": 341,
1735
+ "line": 356,
1658
1736
  "character": 9
1659
1737
  }
1660
1738
  ],
1661
1739
  "signatures": [
1662
1740
  {
1663
- "id": 244,
1741
+ "id": 246,
1664
1742
  "name": "writeValue",
1665
1743
  "kind": 4096,
1666
1744
  "kindString": "Call signature",
@@ -1670,7 +1748,7 @@
1670
1748
  },
1671
1749
  "parameters": [
1672
1750
  {
1673
- "id": 245,
1751
+ "id": 247,
1674
1752
  "name": "value",
1675
1753
  "kind": 32768,
1676
1754
  "kindString": "Parameter",
@@ -1702,8 +1780,10 @@
1702
1780
  "kind": 1024,
1703
1781
  "children": [
1704
1782
  173,
1705
- 215,
1706
- 210
1783
+ 216,
1784
+ 217,
1785
+ 210,
1786
+ 215
1707
1787
  ]
1708
1788
  },
1709
1789
  {
@@ -1726,20 +1806,20 @@
1726
1806
  "title": "Methods",
1727
1807
  "kind": 2048,
1728
1808
  "children": [
1729
- 237,
1730
1809
  239,
1731
1810
  241,
1732
- 246,
1733
- 252,
1734
- 257,
1735
- 243
1811
+ 243,
1812
+ 248,
1813
+ 254,
1814
+ 259,
1815
+ 245
1736
1816
  ]
1737
1817
  }
1738
1818
  ],
1739
1819
  "sources": [
1740
1820
  {
1741
1821
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1742
- "line": 51,
1822
+ "line": 55,
1743
1823
  "character": 13
1744
1824
  }
1745
1825
  ],
@@ -1759,14 +1839,14 @@
1759
1839
  ]
1760
1840
  },
1761
1841
  {
1762
- "id": 276,
1842
+ "id": 278,
1763
1843
  "name": "SkyTextEditorFont",
1764
1844
  "kind": 256,
1765
1845
  "kindString": "Interface",
1766
1846
  "flags": {},
1767
1847
  "children": [
1768
1848
  {
1769
- "id": 277,
1849
+ "id": 279,
1770
1850
  "name": "name",
1771
1851
  "kind": 1024,
1772
1852
  "kindString": "Property",
@@ -1787,7 +1867,7 @@
1787
1867
  }
1788
1868
  },
1789
1869
  {
1790
- "id": 278,
1870
+ "id": 280,
1791
1871
  "name": "value",
1792
1872
  "kind": 1024,
1793
1873
  "kindString": "Property",
@@ -1813,8 +1893,8 @@
1813
1893
  "title": "Properties",
1814
1894
  "kind": 1024,
1815
1895
  "children": [
1816
- 277,
1817
- 278
1896
+ 279,
1897
+ 280
1818
1898
  ]
1819
1899
  }
1820
1900
  ],
@@ -1827,14 +1907,14 @@
1827
1907
  ]
1828
1908
  },
1829
1909
  {
1830
- "id": 289,
1910
+ "id": 291,
1831
1911
  "name": "SkyTextEditorMergeField",
1832
1912
  "kind": 256,
1833
1913
  "kindString": "Interface",
1834
1914
  "flags": {},
1835
1915
  "children": [
1836
1916
  {
1837
- "id": 290,
1917
+ "id": 292,
1838
1918
  "name": "id",
1839
1919
  "kind": 1024,
1840
1920
  "kindString": "Property",
@@ -1855,7 +1935,7 @@
1855
1935
  }
1856
1936
  },
1857
1937
  {
1858
- "id": 291,
1938
+ "id": 293,
1859
1939
  "name": "name",
1860
1940
  "kind": 1024,
1861
1941
  "kindString": "Property",
@@ -1876,7 +1956,7 @@
1876
1956
  }
1877
1957
  },
1878
1958
  {
1879
- "id": 292,
1959
+ "id": 294,
1880
1960
  "name": "previewImageUrl",
1881
1961
  "kind": 1024,
1882
1962
  "kindString": "Property",
@@ -1904,9 +1984,9 @@
1904
1984
  "title": "Properties",
1905
1985
  "kind": 1024,
1906
1986
  "children": [
1907
- 290,
1908
- 291,
1909
- 292
1987
+ 292,
1988
+ 293,
1989
+ 294
1910
1990
  ]
1911
1991
  }
1912
1992
  ],
@@ -1919,14 +1999,14 @@
1919
1999
  ]
1920
2000
  },
1921
2001
  {
1922
- "id": 280,
2002
+ "id": 282,
1923
2003
  "name": "SkyTextEditorStyleState",
1924
2004
  "kind": 256,
1925
2005
  "kindString": "Interface",
1926
2006
  "flags": {},
1927
2007
  "children": [
1928
2008
  {
1929
- "id": 281,
2009
+ "id": 283,
1930
2010
  "name": "backColor",
1931
2011
  "kind": 1024,
1932
2012
  "kindString": "Property",
@@ -1947,7 +2027,7 @@
1947
2027
  }
1948
2028
  },
1949
2029
  {
1950
- "id": 285,
2030
+ "id": 287,
1951
2031
  "name": "boldState",
1952
2032
  "kind": 1024,
1953
2033
  "kindString": "Property",
@@ -1968,7 +2048,7 @@
1968
2048
  }
1969
2049
  },
1970
2050
  {
1971
- "id": 284,
2051
+ "id": 286,
1972
2052
  "name": "font",
1973
2053
  "kind": 1024,
1974
2054
  "kindString": "Property",
@@ -1989,7 +2069,7 @@
1989
2069
  }
1990
2070
  },
1991
2071
  {
1992
- "id": 282,
2072
+ "id": 284,
1993
2073
  "name": "fontColor",
1994
2074
  "kind": 1024,
1995
2075
  "kindString": "Property",
@@ -2010,7 +2090,7 @@
2010
2090
  }
2011
2091
  },
2012
2092
  {
2013
- "id": 283,
2093
+ "id": 285,
2014
2094
  "name": "fontSize",
2015
2095
  "kind": 1024,
2016
2096
  "kindString": "Property",
@@ -2031,7 +2111,7 @@
2031
2111
  }
2032
2112
  },
2033
2113
  {
2034
- "id": 286,
2114
+ "id": 288,
2035
2115
  "name": "italicState",
2036
2116
  "kind": 1024,
2037
2117
  "kindString": "Property",
@@ -2052,7 +2132,7 @@
2052
2132
  }
2053
2133
  },
2054
2134
  {
2055
- "id": 288,
2135
+ "id": 290,
2056
2136
  "name": "linkState",
2057
2137
  "kind": 1024,
2058
2138
  "kindString": "Property",
@@ -2073,7 +2153,7 @@
2073
2153
  }
2074
2154
  },
2075
2155
  {
2076
- "id": 287,
2156
+ "id": 289,
2077
2157
  "name": "underlineState",
2078
2158
  "kind": 1024,
2079
2159
  "kindString": "Property",
@@ -2099,14 +2179,14 @@
2099
2179
  "title": "Properties",
2100
2180
  "kind": 1024,
2101
2181
  "children": [
2102
- 281,
2103
- 285,
2104
- 284,
2105
- 282,
2106
2182
  283,
2183
+ 287,
2107
2184
  286,
2185
+ 284,
2186
+ 285,
2108
2187
  288,
2109
- 287
2188
+ 290,
2189
+ 289
2110
2190
  ]
2111
2191
  }
2112
2192
  ],
@@ -2119,7 +2199,7 @@
2119
2199
  ]
2120
2200
  },
2121
2201
  {
2122
- "id": 279,
2202
+ "id": 281,
2123
2203
  "name": "SkyTextEditorMenuType",
2124
2204
  "kind": 4194304,
2125
2205
  "kindString": "Type alias",
@@ -2150,7 +2230,7 @@
2150
2230
  }
2151
2231
  },
2152
2232
  {
2153
- "id": 293,
2233
+ "id": 295,
2154
2234
  "name": "SkyTextEditorToolbarActionType",
2155
2235
  "kind": 4194304,
2156
2236
  "kindString": "Type alias",
@@ -2210,8 +2290,8 @@
2210
2290
  "title": "Classes",
2211
2291
  "kind": 128,
2212
2292
  "children": [
2213
- 273,
2214
- 294,
2293
+ 275,
2294
+ 296,
2215
2295
  1,
2216
2296
  162
2217
2297
  ]
@@ -2220,17 +2300,17 @@
2220
2300
  "title": "Interfaces",
2221
2301
  "kind": 256,
2222
2302
  "children": [
2223
- 276,
2224
- 289,
2225
- 280
2303
+ 278,
2304
+ 291,
2305
+ 282
2226
2306
  ]
2227
2307
  },
2228
2308
  {
2229
2309
  "title": "Type aliases",
2230
2310
  "kind": 4194304,
2231
2311
  "children": [
2232
- 279,
2233
- 293
2312
+ 281,
2313
+ 295
2234
2314
  ]
2235
2315
  }
2236
2316
  ],
@@ -2261,17 +2341,17 @@
2261
2341
  {
2262
2342
  "fileName": "text-editor-demo.component.html",
2263
2343
  "filePath": "/projects/text-editor/documentation/code-examples/text-editor-inline-help/text-editor-demo.component.html",
2264
- "rawContents": "<form novalidate [formGroup]=\"myForm\">\n <sky-input-box>\n <label skyId #textEditorLabel=\"skyId\" class=\"sky-control-label\">\n Text editor demo\n </label>\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n <sky-text-editor\n formControlName=\"myText\"\n [attr.aria-labelledby]=\"textEditorLabel.id\"\n class=\"sky-form-control\"\n >\n </sky-text-editor>\n </sky-input-box>\n</form>\n"
2344
+ "rawContents": "<form novalidate [formGroup]=\"myForm\">\n <sky-input-box\n helpPopoverContent=\"Enter some beautifully formatted text.\"\n labelText=\"Text editor demo\"\n >\n <sky-text-editor formControlName=\"myText\" />\n </sky-input-box>\n</form>\n"
2265
2345
  },
2266
2346
  {
2267
2347
  "fileName": "text-editor-demo.component.ts",
2268
2348
  "filePath": "/projects/text-editor/documentation/code-examples/text-editor-inline-help/text-editor-demo.component.ts",
2269
- "rawContents": "import { Component } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n} from '@angular/forms';\n\n@Component({\n selector: 'app-text-editor-demo',\n templateUrl: './text-editor-demo.component.html',\n})\nexport class TextEditorDemoComponent {\n public myForm: UntypedFormGroup;\n\n private richText = `<font style=\"font-size: 18px\" face=\"Arial\" color=\"#a25353\"><b>Exclusively committed to your impact</b></font><p>Since day one, Blackbaud has been 100% focused on driving impact for social good organizations.</p><p>We equip change agents with <b>cloud software</b>, <i>services</i>, <u>expertise</u>, and <font color=\"#a25353\">data intelligence</font> designed with unmatched insight and supported with unparalleled commitment. Every day, our <b>customers</b> achieve unmatched impact as they advance their missions.</p><ul><li><a href=\"#\">Build a better world</a></li><li><a href=\"#\">Explore our solutions</a></li></ul>`;\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.myForm = formBuilder.group({\n myText: new UntypedFormControl(this.richText),\n });\n }\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
2349
+ "rawContents": "import { Component } from '@angular/core';\nimport {\n UntypedFormBuilder,\n UntypedFormControl,\n UntypedFormGroup,\n} from '@angular/forms';\n\n@Component({\n selector: 'app-text-editor-demo',\n templateUrl: './text-editor-demo.component.html',\n})\nexport class TextEditorDemoComponent {\n public myForm: UntypedFormGroup;\n\n private richText = `<font style=\"font-size: 18px\" face=\"Arial\" color=\"#a25353\"><b>Exclusively committed to your impact</b></font><p>Since day one, Blackbaud has been 100% focused on driving impact for social good organizations.</p><p>We equip change agents with <b>cloud software</b>, <i>services</i>, <u>expertise</u>, and <font color=\"#a25353\">data intelligence</font> designed with unmatched insight and supported with unparalleled commitment. Every day, our <b>customers</b> achieve unmatched impact as they advance their missions.</p><ul><li><a href=\"#\">Build a better world</a></li><li><a href=\"#\">Explore our solutions</a></li></ul>`;\n\n constructor(formBuilder: UntypedFormBuilder) {\n this.myForm = formBuilder.group({\n myText: new UntypedFormControl(this.richText),\n });\n }\n}\n"
2270
2350
  },
2271
2351
  {
2272
2352
  "fileName": "text-editor-demo.module.ts",
2273
2353
  "filePath": "/projects/text-editor/documentation/code-examples/text-editor-inline-help/text-editor-demo.module.ts",
2274
- "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyHelpInlineModule } from '@skyux/indicators';\nimport { SkyTextEditorModule } from '@skyux/text-editor';\n\nimport { TextEditorDemoComponent } from './text-editor-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyInputBoxModule,\n SkyIdModule,\n SkyTextEditorModule,\n SkyHelpInlineModule,\n ],\n declarations: [TextEditorDemoComponent],\n exports: [TextEditorDemoComponent],\n})\nexport class TextEditorDemoModule {}\n"
2354
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyTextEditorModule } from '@skyux/text-editor';\n\nimport { TextEditorDemoComponent } from './text-editor-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyInputBoxModule,\n SkyTextEditorModule,\n ],\n declarations: [TextEditorDemoComponent],\n exports: [TextEditorDemoComponent],\n})\nexport class TextEditorDemoModule {}\n"
2275
2355
  },
2276
2356
  {
2277
2357
  "fileName": "text-editor-demo.component.html",