@skyux/text-editor 8.0.0-alpha.1 → 8.0.0-alpha.10
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/documentation.json +218 -182
- package/esm2020/lib/modules/rich-text-display/rich-text-display.component.mjs +12 -12
- package/esm2020/lib/modules/rich-text-display/rich-text-display.module.mjs +4 -4
- package/esm2020/lib/modules/shared/sky-text-editor-resources.module.mjs +4 -4
- package/esm2020/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +14 -14
- package/esm2020/lib/modules/text-editor/services/text-editor-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/text-editor/services/text-editor-selection.service.mjs +3 -3
- package/esm2020/lib/modules/text-editor/services/text-editor.service.mjs +13 -10
- package/esm2020/lib/modules/text-editor/services/text-sanitization.service.mjs +3 -3
- package/esm2020/lib/modules/text-editor/text-editor.component.mjs +111 -105
- package/esm2020/lib/modules/text-editor/text-editor.module.mjs +4 -4
- package/esm2020/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +25 -25
- package/esm2020/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +25 -25
- package/fesm2015/skyux-text-editor.mjs +215 -207
- package/fesm2015/skyux-text-editor.mjs.map +1 -1
- package/fesm2020/skyux-text-editor.mjs +215 -206
- package/fesm2020/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/services/text-editor.service.d.ts +1 -0
- package/lib/modules/text-editor/text-editor.component.d.ts +5 -4
- package/lib/modules/text-editor/types/menu-type.d.ts +1 -1
- package/lib/modules/text-editor/types/toolbar-action-type.d.ts +1 -1
- package/package.json +17 -17
package/documentation.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"originalName": "",
|
|
20
20
|
"children": [
|
|
21
21
|
{
|
|
22
|
-
"id":
|
|
22
|
+
"id": 275,
|
|
23
23
|
"name": "SkyRichTextDisplayModule",
|
|
24
24
|
"kind": 128,
|
|
25
25
|
"kindString": "Class",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
{
|
|
30
30
|
"title": "Constructors",
|
|
31
31
|
"children": [
|
|
32
|
-
|
|
32
|
+
276
|
|
33
33
|
]
|
|
34
34
|
}
|
|
35
35
|
],
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.module.ts",
|
|
39
39
|
"line": 11,
|
|
40
40
|
"character": 13,
|
|
41
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
41
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.module.ts#L11"
|
|
42
42
|
}
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
45
|
{
|
|
46
|
-
"id":
|
|
46
|
+
"id": 296,
|
|
47
47
|
"name": "SkyTextEditorModule",
|
|
48
48
|
"kind": 128,
|
|
49
49
|
"kindString": "Class",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
{
|
|
54
54
|
"title": "Constructors",
|
|
55
55
|
"children": [
|
|
56
|
-
|
|
56
|
+
297
|
|
57
57
|
]
|
|
58
58
|
}
|
|
59
59
|
],
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.module.ts",
|
|
63
63
|
"line": 54,
|
|
64
64
|
"character": 13,
|
|
65
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
65
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.module.ts#L54"
|
|
66
66
|
}
|
|
67
67
|
]
|
|
68
68
|
},
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
85
85
|
"line": 38,
|
|
86
86
|
"character": 2,
|
|
87
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
87
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
|
|
88
88
|
}
|
|
89
89
|
],
|
|
90
90
|
"signatures": [
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
142
142
|
"line": 31,
|
|
143
143
|
"character": 9,
|
|
144
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
144
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L31"
|
|
145
145
|
}
|
|
146
146
|
],
|
|
147
147
|
"type": {
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
166
166
|
"line": 15,
|
|
167
167
|
"character": 13,
|
|
168
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
168
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L15"
|
|
169
169
|
}
|
|
170
170
|
],
|
|
171
171
|
"setSignature": {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
228
228
|
"line": 10,
|
|
229
229
|
"character": 13,
|
|
230
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
230
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L10"
|
|
231
231
|
}
|
|
232
232
|
]
|
|
233
233
|
},
|
|
@@ -255,9 +255,9 @@
|
|
|
255
255
|
"sources": [
|
|
256
256
|
{
|
|
257
257
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
258
|
-
"line":
|
|
258
|
+
"line": 297,
|
|
259
259
|
"character": 2,
|
|
260
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
260
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L297"
|
|
261
261
|
}
|
|
262
262
|
],
|
|
263
263
|
"signatures": [
|
|
@@ -390,9 +390,9 @@
|
|
|
390
390
|
"sources": [
|
|
391
391
|
{
|
|
392
392
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
393
|
-
"line":
|
|
393
|
+
"line": 56,
|
|
394
394
|
"character": 9,
|
|
395
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
395
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L56"
|
|
396
396
|
}
|
|
397
397
|
],
|
|
398
398
|
"type": {
|
|
@@ -412,9 +412,9 @@
|
|
|
412
412
|
"sources": [
|
|
413
413
|
{
|
|
414
414
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
415
|
-
"line":
|
|
415
|
+
"line": 272,
|
|
416
416
|
"character": 9,
|
|
417
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
417
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L272"
|
|
418
418
|
}
|
|
419
419
|
],
|
|
420
420
|
"type": {
|
|
@@ -442,16 +442,22 @@
|
|
|
442
442
|
"sources": [
|
|
443
443
|
{
|
|
444
444
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
445
|
-
"line":
|
|
445
|
+
"line": 217,
|
|
446
446
|
"character": 9,
|
|
447
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
447
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L217"
|
|
448
448
|
}
|
|
449
449
|
],
|
|
450
450
|
"type": {
|
|
451
451
|
"type": "reference",
|
|
452
|
-
"
|
|
453
|
-
|
|
454
|
-
|
|
452
|
+
"typeArguments": [
|
|
453
|
+
{
|
|
454
|
+
"type": "intrinsic",
|
|
455
|
+
"name": "any"
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"name": "ElementRef",
|
|
459
|
+
"qualifiedName": "ElementRef",
|
|
460
|
+
"package": "@angular/core"
|
|
455
461
|
}
|
|
456
462
|
},
|
|
457
463
|
{
|
|
@@ -465,15 +471,15 @@
|
|
|
465
471
|
"sources": [
|
|
466
472
|
{
|
|
467
473
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
468
|
-
"line":
|
|
474
|
+
"line": 63,
|
|
469
475
|
"character": 13,
|
|
470
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
476
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L63"
|
|
471
477
|
},
|
|
472
478
|
{
|
|
473
479
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
474
|
-
"line":
|
|
480
|
+
"line": 96,
|
|
475
481
|
"character": 13,
|
|
476
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
482
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L96"
|
|
477
483
|
}
|
|
478
484
|
],
|
|
479
485
|
"getSignature": {
|
|
@@ -542,15 +548,15 @@
|
|
|
542
548
|
"sources": [
|
|
543
549
|
{
|
|
544
550
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
545
|
-
"line":
|
|
551
|
+
"line": 105,
|
|
546
552
|
"character": 13,
|
|
547
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
553
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L105"
|
|
548
554
|
},
|
|
549
555
|
{
|
|
550
556
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
551
|
-
"line":
|
|
557
|
+
"line": 109,
|
|
552
558
|
"character": 13,
|
|
553
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
559
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L109"
|
|
554
560
|
}
|
|
555
561
|
],
|
|
556
562
|
"getSignature": {
|
|
@@ -563,7 +569,7 @@
|
|
|
563
569
|
"type": "array",
|
|
564
570
|
"elementType": {
|
|
565
571
|
"type": "reference",
|
|
566
|
-
"id":
|
|
572
|
+
"id": 278,
|
|
567
573
|
"name": "SkyTextEditorFont"
|
|
568
574
|
}
|
|
569
575
|
}
|
|
@@ -604,7 +610,7 @@
|
|
|
604
610
|
"type": "array",
|
|
605
611
|
"elementType": {
|
|
606
612
|
"type": "reference",
|
|
607
|
-
"id":
|
|
613
|
+
"id": 278,
|
|
608
614
|
"name": "SkyTextEditorFont"
|
|
609
615
|
}
|
|
610
616
|
}
|
|
@@ -627,15 +633,15 @@
|
|
|
627
633
|
"sources": [
|
|
628
634
|
{
|
|
629
635
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
630
|
-
"line":
|
|
636
|
+
"line": 118,
|
|
631
637
|
"character": 13,
|
|
632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
638
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L118"
|
|
633
639
|
},
|
|
634
640
|
{
|
|
635
641
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
636
|
-
"line":
|
|
642
|
+
"line": 122,
|
|
637
643
|
"character": 13,
|
|
638
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
644
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L122"
|
|
639
645
|
}
|
|
640
646
|
],
|
|
641
647
|
"getSignature": {
|
|
@@ -710,15 +716,15 @@
|
|
|
710
716
|
"sources": [
|
|
711
717
|
{
|
|
712
718
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
713
|
-
"line":
|
|
719
|
+
"line": 131,
|
|
714
720
|
"character": 13,
|
|
715
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
721
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L131"
|
|
716
722
|
},
|
|
717
723
|
{
|
|
718
724
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
719
|
-
"line":
|
|
725
|
+
"line": 135,
|
|
720
726
|
"character": 13,
|
|
721
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
727
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L135"
|
|
722
728
|
}
|
|
723
729
|
],
|
|
724
730
|
"getSignature": {
|
|
@@ -776,15 +782,15 @@
|
|
|
776
782
|
"sources": [
|
|
777
783
|
{
|
|
778
784
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
779
|
-
"line":
|
|
785
|
+
"line": 143,
|
|
780
786
|
"character": 13,
|
|
781
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
787
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L143"
|
|
782
788
|
},
|
|
783
789
|
{
|
|
784
790
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
785
|
-
"line":
|
|
791
|
+
"line": 154,
|
|
786
792
|
"character": 13,
|
|
787
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
793
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L154"
|
|
788
794
|
}
|
|
789
795
|
],
|
|
790
796
|
"getSignature": {
|
|
@@ -795,7 +801,7 @@
|
|
|
795
801
|
"flags": {},
|
|
796
802
|
"type": {
|
|
797
803
|
"type": "reference",
|
|
798
|
-
"id":
|
|
804
|
+
"id": 282,
|
|
799
805
|
"name": "SkyTextEditorStyleState"
|
|
800
806
|
}
|
|
801
807
|
},
|
|
@@ -822,7 +828,7 @@
|
|
|
822
828
|
"flags": {},
|
|
823
829
|
"type": {
|
|
824
830
|
"type": "reference",
|
|
825
|
-
"id":
|
|
831
|
+
"id": 282,
|
|
826
832
|
"name": "SkyTextEditorStyleState"
|
|
827
833
|
}
|
|
828
834
|
}
|
|
@@ -844,15 +850,15 @@
|
|
|
844
850
|
"sources": [
|
|
845
851
|
{
|
|
846
852
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
847
|
-
"line":
|
|
853
|
+
"line": 163,
|
|
848
854
|
"character": 13,
|
|
849
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
855
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L163"
|
|
850
856
|
},
|
|
851
857
|
{
|
|
852
858
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
853
|
-
"line":
|
|
859
|
+
"line": 167,
|
|
854
860
|
"character": 13,
|
|
855
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
861
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L167"
|
|
856
862
|
}
|
|
857
863
|
],
|
|
858
864
|
"getSignature": {
|
|
@@ -865,7 +871,7 @@
|
|
|
865
871
|
"type": "array",
|
|
866
872
|
"elementType": {
|
|
867
873
|
"type": "reference",
|
|
868
|
-
"id":
|
|
874
|
+
"id": 281,
|
|
869
875
|
"name": "SkyTextEditorMenuType"
|
|
870
876
|
}
|
|
871
877
|
}
|
|
@@ -906,7 +912,7 @@
|
|
|
906
912
|
"type": "array",
|
|
907
913
|
"elementType": {
|
|
908
914
|
"type": "reference",
|
|
909
|
-
"id":
|
|
915
|
+
"id": 281,
|
|
910
916
|
"name": "SkyTextEditorMenuType"
|
|
911
917
|
}
|
|
912
918
|
}
|
|
@@ -929,15 +935,15 @@
|
|
|
929
935
|
"sources": [
|
|
930
936
|
{
|
|
931
937
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
932
|
-
"line":
|
|
938
|
+
"line": 175,
|
|
933
939
|
"character": 13,
|
|
934
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
940
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L175"
|
|
935
941
|
},
|
|
936
942
|
{
|
|
937
943
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
938
|
-
"line":
|
|
944
|
+
"line": 179,
|
|
939
945
|
"character": 13,
|
|
940
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
946
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L179"
|
|
941
947
|
}
|
|
942
948
|
],
|
|
943
949
|
"getSignature": {
|
|
@@ -950,7 +956,7 @@
|
|
|
950
956
|
"type": "array",
|
|
951
957
|
"elementType": {
|
|
952
958
|
"type": "reference",
|
|
953
|
-
"id":
|
|
959
|
+
"id": 291,
|
|
954
960
|
"name": "SkyTextEditorMergeField"
|
|
955
961
|
}
|
|
956
962
|
}
|
|
@@ -980,7 +986,7 @@
|
|
|
980
986
|
"type": "array",
|
|
981
987
|
"elementType": {
|
|
982
988
|
"type": "reference",
|
|
983
|
-
"id":
|
|
989
|
+
"id": 291,
|
|
984
990
|
"name": "SkyTextEditorMergeField"
|
|
985
991
|
}
|
|
986
992
|
}
|
|
@@ -1003,15 +1009,15 @@
|
|
|
1003
1009
|
"sources": [
|
|
1004
1010
|
{
|
|
1005
1011
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1006
|
-
"line":
|
|
1012
|
+
"line": 187,
|
|
1007
1013
|
"character": 13,
|
|
1008
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1014
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L187"
|
|
1009
1015
|
},
|
|
1010
1016
|
{
|
|
1011
1017
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1012
|
-
"line":
|
|
1018
|
+
"line": 197,
|
|
1013
1019
|
"character": 13,
|
|
1014
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1020
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L197"
|
|
1015
1021
|
}
|
|
1016
1022
|
],
|
|
1017
1023
|
"getSignature": {
|
|
@@ -1069,15 +1075,15 @@
|
|
|
1069
1075
|
"sources": [
|
|
1070
1076
|
{
|
|
1071
1077
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1072
|
-
"line":
|
|
1078
|
+
"line": 206,
|
|
1073
1079
|
"character": 13,
|
|
1074
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1080
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L206"
|
|
1075
1081
|
},
|
|
1076
1082
|
{
|
|
1077
1083
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1078
|
-
"line":
|
|
1084
|
+
"line": 212,
|
|
1079
1085
|
"character": 13,
|
|
1080
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1086
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L212"
|
|
1081
1087
|
}
|
|
1082
1088
|
],
|
|
1083
1089
|
"getSignature": {
|
|
@@ -1090,7 +1096,7 @@
|
|
|
1090
1096
|
"type": "array",
|
|
1091
1097
|
"elementType": {
|
|
1092
1098
|
"type": "reference",
|
|
1093
|
-
"id":
|
|
1099
|
+
"id": 295,
|
|
1094
1100
|
"name": "SkyTextEditorToolbarActionType"
|
|
1095
1101
|
}
|
|
1096
1102
|
}
|
|
@@ -1131,7 +1137,7 @@
|
|
|
1131
1137
|
"type": "array",
|
|
1132
1138
|
"elementType": {
|
|
1133
1139
|
"type": "reference",
|
|
1134
|
-
"id":
|
|
1140
|
+
"id": 295,
|
|
1135
1141
|
"name": "SkyTextEditorToolbarActionType"
|
|
1136
1142
|
}
|
|
1137
1143
|
}
|
|
@@ -1154,15 +1160,15 @@
|
|
|
1154
1160
|
"sources": [
|
|
1155
1161
|
{
|
|
1156
1162
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1157
|
-
"line":
|
|
1163
|
+
"line": 222,
|
|
1158
1164
|
"character": 13,
|
|
1159
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1165
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L222"
|
|
1160
1166
|
},
|
|
1161
1167
|
{
|
|
1162
1168
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1163
|
-
"line":
|
|
1169
|
+
"line": 268,
|
|
1164
1170
|
"character": 13,
|
|
1165
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1171
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L268"
|
|
1166
1172
|
}
|
|
1167
1173
|
],
|
|
1168
1174
|
"getSignature": {
|
|
@@ -1211,7 +1217,7 @@
|
|
|
1211
1217
|
},
|
|
1212
1218
|
{
|
|
1213
1219
|
"id": 239,
|
|
1214
|
-
"name": "
|
|
1220
|
+
"name": "ngAfterViewInit",
|
|
1215
1221
|
"kind": 2048,
|
|
1216
1222
|
"kindString": "Method",
|
|
1217
1223
|
"flags": {
|
|
@@ -1220,14 +1226,52 @@
|
|
|
1220
1226
|
"sources": [
|
|
1221
1227
|
{
|
|
1222
1228
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1223
|
-
"line":
|
|
1229
|
+
"line": 320,
|
|
1224
1230
|
"character": 9,
|
|
1225
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1231
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L320"
|
|
1226
1232
|
}
|
|
1227
1233
|
],
|
|
1228
1234
|
"signatures": [
|
|
1229
1235
|
{
|
|
1230
1236
|
"id": 240,
|
|
1237
|
+
"name": "ngAfterViewInit",
|
|
1238
|
+
"kind": 4096,
|
|
1239
|
+
"kindString": "Call signature",
|
|
1240
|
+
"flags": {},
|
|
1241
|
+
"type": {
|
|
1242
|
+
"type": "intrinsic",
|
|
1243
|
+
"name": "void"
|
|
1244
|
+
},
|
|
1245
|
+
"implementationOf": {
|
|
1246
|
+
"type": "reference",
|
|
1247
|
+
"name": "AfterViewInit.ngAfterViewInit"
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
],
|
|
1251
|
+
"implementationOf": {
|
|
1252
|
+
"type": "reference",
|
|
1253
|
+
"name": "AfterViewInit.ngAfterViewInit"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": 241,
|
|
1258
|
+
"name": "ngOnDestroy",
|
|
1259
|
+
"kind": 2048,
|
|
1260
|
+
"kindString": "Method",
|
|
1261
|
+
"flags": {
|
|
1262
|
+
"isPublic": true
|
|
1263
|
+
},
|
|
1264
|
+
"sources": [
|
|
1265
|
+
{
|
|
1266
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1267
|
+
"line": 324,
|
|
1268
|
+
"character": 9,
|
|
1269
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L324"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"signatures": [
|
|
1273
|
+
{
|
|
1274
|
+
"id": 242,
|
|
1231
1275
|
"name": "ngOnDestroy",
|
|
1232
1276
|
"kind": 4096,
|
|
1233
1277
|
"kindString": "Call signature",
|
|
@@ -1248,7 +1292,7 @@
|
|
|
1248
1292
|
}
|
|
1249
1293
|
},
|
|
1250
1294
|
{
|
|
1251
|
-
"id":
|
|
1295
|
+
"id": 243,
|
|
1252
1296
|
"name": "onIframeLoad",
|
|
1253
1297
|
"kind": 2048,
|
|
1254
1298
|
"kindString": "Method",
|
|
@@ -1258,33 +1302,18 @@
|
|
|
1258
1302
|
"sources": [
|
|
1259
1303
|
{
|
|
1260
1304
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1261
|
-
"line":
|
|
1305
|
+
"line": 330,
|
|
1262
1306
|
"character": 9,
|
|
1263
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1307
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L330"
|
|
1264
1308
|
}
|
|
1265
1309
|
],
|
|
1266
1310
|
"signatures": [
|
|
1267
1311
|
{
|
|
1268
|
-
"id":
|
|
1312
|
+
"id": 244,
|
|
1269
1313
|
"name": "onIframeLoad",
|
|
1270
1314
|
"kind": 4096,
|
|
1271
1315
|
"kindString": "Call signature",
|
|
1272
1316
|
"flags": {},
|
|
1273
|
-
"parameters": [
|
|
1274
|
-
{
|
|
1275
|
-
"id": 243,
|
|
1276
|
-
"name": "event",
|
|
1277
|
-
"kind": 32768,
|
|
1278
|
-
"kindString": "Parameter",
|
|
1279
|
-
"flags": {},
|
|
1280
|
-
"type": {
|
|
1281
|
-
"type": "reference",
|
|
1282
|
-
"name": "Event",
|
|
1283
|
-
"qualifiedName": "Event",
|
|
1284
|
-
"package": "typescript"
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
],
|
|
1288
1317
|
"type": {
|
|
1289
1318
|
"type": "intrinsic",
|
|
1290
1319
|
"name": "void"
|
|
@@ -1293,7 +1322,7 @@
|
|
|
1293
1322
|
]
|
|
1294
1323
|
},
|
|
1295
1324
|
{
|
|
1296
|
-
"id":
|
|
1325
|
+
"id": 248,
|
|
1297
1326
|
"name": "registerOnChange",
|
|
1298
1327
|
"kind": 2048,
|
|
1299
1328
|
"kindString": "Method",
|
|
@@ -1303,14 +1332,14 @@
|
|
|
1303
1332
|
"sources": [
|
|
1304
1333
|
{
|
|
1305
1334
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1306
|
-
"line":
|
|
1335
|
+
"line": 356,
|
|
1307
1336
|
"character": 9,
|
|
1308
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1337
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L356"
|
|
1309
1338
|
}
|
|
1310
1339
|
],
|
|
1311
1340
|
"signatures": [
|
|
1312
1341
|
{
|
|
1313
|
-
"id":
|
|
1342
|
+
"id": 249,
|
|
1314
1343
|
"name": "registerOnChange",
|
|
1315
1344
|
"kind": 4096,
|
|
1316
1345
|
"kindString": "Call signature",
|
|
@@ -1325,7 +1354,7 @@
|
|
|
1325
1354
|
},
|
|
1326
1355
|
"parameters": [
|
|
1327
1356
|
{
|
|
1328
|
-
"id":
|
|
1357
|
+
"id": 250,
|
|
1329
1358
|
"name": "fn",
|
|
1330
1359
|
"kind": 32768,
|
|
1331
1360
|
"kindString": "Parameter",
|
|
@@ -1333,7 +1362,7 @@
|
|
|
1333
1362
|
"type": {
|
|
1334
1363
|
"type": "reflection",
|
|
1335
1364
|
"declaration": {
|
|
1336
|
-
"id":
|
|
1365
|
+
"id": 251,
|
|
1337
1366
|
"name": "__type",
|
|
1338
1367
|
"kind": 65536,
|
|
1339
1368
|
"kindString": "Type literal",
|
|
@@ -1341,21 +1370,21 @@
|
|
|
1341
1370
|
"sources": [
|
|
1342
1371
|
{
|
|
1343
1372
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1344
|
-
"line":
|
|
1373
|
+
"line": 356,
|
|
1345
1374
|
"character": 30,
|
|
1346
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1375
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L356"
|
|
1347
1376
|
}
|
|
1348
1377
|
],
|
|
1349
1378
|
"signatures": [
|
|
1350
1379
|
{
|
|
1351
|
-
"id":
|
|
1380
|
+
"id": 252,
|
|
1352
1381
|
"name": "__type",
|
|
1353
1382
|
"kind": 4096,
|
|
1354
1383
|
"kindString": "Call signature",
|
|
1355
1384
|
"flags": {},
|
|
1356
1385
|
"parameters": [
|
|
1357
1386
|
{
|
|
1358
|
-
"id":
|
|
1387
|
+
"id": 253,
|
|
1359
1388
|
"name": "value",
|
|
1360
1389
|
"kind": 32768,
|
|
1361
1390
|
"kindString": "Parameter",
|
|
@@ -1384,7 +1413,7 @@
|
|
|
1384
1413
|
]
|
|
1385
1414
|
},
|
|
1386
1415
|
{
|
|
1387
|
-
"id":
|
|
1416
|
+
"id": 254,
|
|
1388
1417
|
"name": "registerOnTouched",
|
|
1389
1418
|
"kind": 2048,
|
|
1390
1419
|
"kindString": "Method",
|
|
@@ -1394,14 +1423,14 @@
|
|
|
1394
1423
|
"sources": [
|
|
1395
1424
|
{
|
|
1396
1425
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1397
|
-
"line":
|
|
1426
|
+
"line": 363,
|
|
1398
1427
|
"character": 9,
|
|
1399
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1428
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L363"
|
|
1400
1429
|
}
|
|
1401
1430
|
],
|
|
1402
1431
|
"signatures": [
|
|
1403
1432
|
{
|
|
1404
|
-
"id":
|
|
1433
|
+
"id": 255,
|
|
1405
1434
|
"name": "registerOnTouched",
|
|
1406
1435
|
"kind": 4096,
|
|
1407
1436
|
"kindString": "Call signature",
|
|
@@ -1416,7 +1445,7 @@
|
|
|
1416
1445
|
},
|
|
1417
1446
|
"parameters": [
|
|
1418
1447
|
{
|
|
1419
|
-
"id":
|
|
1448
|
+
"id": 256,
|
|
1420
1449
|
"name": "fn",
|
|
1421
1450
|
"kind": 32768,
|
|
1422
1451
|
"kindString": "Parameter",
|
|
@@ -1424,7 +1453,7 @@
|
|
|
1424
1453
|
"type": {
|
|
1425
1454
|
"type": "reflection",
|
|
1426
1455
|
"declaration": {
|
|
1427
|
-
"id":
|
|
1456
|
+
"id": 257,
|
|
1428
1457
|
"name": "__type",
|
|
1429
1458
|
"kind": 65536,
|
|
1430
1459
|
"kindString": "Type literal",
|
|
@@ -1432,14 +1461,14 @@
|
|
|
1432
1461
|
"sources": [
|
|
1433
1462
|
{
|
|
1434
1463
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1435
|
-
"line":
|
|
1464
|
+
"line": 363,
|
|
1436
1465
|
"character": 31,
|
|
1437
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1466
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L363"
|
|
1438
1467
|
}
|
|
1439
1468
|
],
|
|
1440
1469
|
"signatures": [
|
|
1441
1470
|
{
|
|
1442
|
-
"id":
|
|
1471
|
+
"id": 258,
|
|
1443
1472
|
"name": "__type",
|
|
1444
1473
|
"kind": 4096,
|
|
1445
1474
|
"kindString": "Call signature",
|
|
@@ -1462,7 +1491,7 @@
|
|
|
1462
1491
|
]
|
|
1463
1492
|
},
|
|
1464
1493
|
{
|
|
1465
|
-
"id":
|
|
1494
|
+
"id": 259,
|
|
1466
1495
|
"name": "setDisabledState",
|
|
1467
1496
|
"kind": 2048,
|
|
1468
1497
|
"kindString": "Method",
|
|
@@ -1472,14 +1501,14 @@
|
|
|
1472
1501
|
"sources": [
|
|
1473
1502
|
{
|
|
1474
1503
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1475
|
-
"line":
|
|
1504
|
+
"line": 370,
|
|
1476
1505
|
"character": 9,
|
|
1477
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1506
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L370"
|
|
1478
1507
|
}
|
|
1479
1508
|
],
|
|
1480
1509
|
"signatures": [
|
|
1481
1510
|
{
|
|
1482
|
-
"id":
|
|
1511
|
+
"id": 260,
|
|
1483
1512
|
"name": "setDisabledState",
|
|
1484
1513
|
"kind": 4096,
|
|
1485
1514
|
"kindString": "Call signature",
|
|
@@ -1494,7 +1523,7 @@
|
|
|
1494
1523
|
},
|
|
1495
1524
|
"parameters": [
|
|
1496
1525
|
{
|
|
1497
|
-
"id":
|
|
1526
|
+
"id": 261,
|
|
1498
1527
|
"name": "isDisabled",
|
|
1499
1528
|
"kind": 32768,
|
|
1500
1529
|
"kindString": "Parameter",
|
|
@@ -1513,7 +1542,7 @@
|
|
|
1513
1542
|
]
|
|
1514
1543
|
},
|
|
1515
1544
|
{
|
|
1516
|
-
"id":
|
|
1545
|
+
"id": 245,
|
|
1517
1546
|
"name": "writeValue",
|
|
1518
1547
|
"kind": 2048,
|
|
1519
1548
|
"kindString": "Method",
|
|
@@ -1523,14 +1552,14 @@
|
|
|
1523
1552
|
"sources": [
|
|
1524
1553
|
{
|
|
1525
1554
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1526
|
-
"line":
|
|
1555
|
+
"line": 340,
|
|
1527
1556
|
"character": 9,
|
|
1528
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1557
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L340"
|
|
1529
1558
|
}
|
|
1530
1559
|
],
|
|
1531
1560
|
"signatures": [
|
|
1532
1561
|
{
|
|
1533
|
-
"id":
|
|
1562
|
+
"id": 246,
|
|
1534
1563
|
"name": "writeValue",
|
|
1535
1564
|
"kind": 4096,
|
|
1536
1565
|
"kindString": "Call signature",
|
|
@@ -1545,7 +1574,7 @@
|
|
|
1545
1574
|
},
|
|
1546
1575
|
"parameters": [
|
|
1547
1576
|
{
|
|
1548
|
-
"id":
|
|
1577
|
+
"id": 247,
|
|
1549
1578
|
"name": "value",
|
|
1550
1579
|
"kind": 32768,
|
|
1551
1580
|
"kindString": "Parameter",
|
|
@@ -1599,22 +1628,29 @@
|
|
|
1599
1628
|
"children": [
|
|
1600
1629
|
239,
|
|
1601
1630
|
241,
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1631
|
+
243,
|
|
1632
|
+
248,
|
|
1633
|
+
254,
|
|
1634
|
+
259,
|
|
1635
|
+
245
|
|
1606
1636
|
]
|
|
1607
1637
|
}
|
|
1608
1638
|
],
|
|
1609
1639
|
"sources": [
|
|
1610
1640
|
{
|
|
1611
1641
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1612
|
-
"line":
|
|
1642
|
+
"line": 51,
|
|
1613
1643
|
"character": 13,
|
|
1614
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1644
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L51"
|
|
1615
1645
|
}
|
|
1616
1646
|
],
|
|
1617
1647
|
"implementedTypes": [
|
|
1648
|
+
{
|
|
1649
|
+
"type": "reference",
|
|
1650
|
+
"name": "AfterViewInit",
|
|
1651
|
+
"qualifiedName": "AfterViewInit",
|
|
1652
|
+
"package": "@angular/core"
|
|
1653
|
+
},
|
|
1618
1654
|
{
|
|
1619
1655
|
"type": "reference",
|
|
1620
1656
|
"name": "OnDestroy",
|
|
@@ -1624,14 +1660,14 @@
|
|
|
1624
1660
|
]
|
|
1625
1661
|
},
|
|
1626
1662
|
{
|
|
1627
|
-
"id":
|
|
1663
|
+
"id": 278,
|
|
1628
1664
|
"name": "SkyTextEditorFont",
|
|
1629
1665
|
"kind": 256,
|
|
1630
1666
|
"kindString": "Interface",
|
|
1631
1667
|
"flags": {},
|
|
1632
1668
|
"children": [
|
|
1633
1669
|
{
|
|
1634
|
-
"id":
|
|
1670
|
+
"id": 279,
|
|
1635
1671
|
"name": "name",
|
|
1636
1672
|
"kind": 1024,
|
|
1637
1673
|
"kindString": "Property",
|
|
@@ -1649,7 +1685,7 @@
|
|
|
1649
1685
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1650
1686
|
"line": 5,
|
|
1651
1687
|
"character": 2,
|
|
1652
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1688
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L5"
|
|
1653
1689
|
}
|
|
1654
1690
|
],
|
|
1655
1691
|
"type": {
|
|
@@ -1658,7 +1694,7 @@
|
|
|
1658
1694
|
}
|
|
1659
1695
|
},
|
|
1660
1696
|
{
|
|
1661
|
-
"id":
|
|
1697
|
+
"id": 280,
|
|
1662
1698
|
"name": "value",
|
|
1663
1699
|
"kind": 1024,
|
|
1664
1700
|
"kindString": "Property",
|
|
@@ -1684,7 +1720,7 @@
|
|
|
1684
1720
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1685
1721
|
"line": 10,
|
|
1686
1722
|
"character": 2,
|
|
1687
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1723
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L10"
|
|
1688
1724
|
}
|
|
1689
1725
|
],
|
|
1690
1726
|
"type": {
|
|
@@ -1697,8 +1733,8 @@
|
|
|
1697
1733
|
{
|
|
1698
1734
|
"title": "Properties",
|
|
1699
1735
|
"children": [
|
|
1700
|
-
|
|
1701
|
-
|
|
1736
|
+
279,
|
|
1737
|
+
280
|
|
1702
1738
|
]
|
|
1703
1739
|
}
|
|
1704
1740
|
],
|
|
@@ -1707,19 +1743,19 @@
|
|
|
1707
1743
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
1708
1744
|
"line": 1,
|
|
1709
1745
|
"character": 17,
|
|
1710
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1746
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L1"
|
|
1711
1747
|
}
|
|
1712
1748
|
]
|
|
1713
1749
|
},
|
|
1714
1750
|
{
|
|
1715
|
-
"id":
|
|
1751
|
+
"id": 291,
|
|
1716
1752
|
"name": "SkyTextEditorMergeField",
|
|
1717
1753
|
"kind": 256,
|
|
1718
1754
|
"kindString": "Interface",
|
|
1719
1755
|
"flags": {},
|
|
1720
1756
|
"children": [
|
|
1721
1757
|
{
|
|
1722
|
-
"id":
|
|
1758
|
+
"id": 292,
|
|
1723
1759
|
"name": "id",
|
|
1724
1760
|
"kind": 1024,
|
|
1725
1761
|
"kindString": "Property",
|
|
@@ -1737,7 +1773,7 @@
|
|
|
1737
1773
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1738
1774
|
"line": 5,
|
|
1739
1775
|
"character": 2,
|
|
1740
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1776
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L5"
|
|
1741
1777
|
}
|
|
1742
1778
|
],
|
|
1743
1779
|
"type": {
|
|
@@ -1746,7 +1782,7 @@
|
|
|
1746
1782
|
}
|
|
1747
1783
|
},
|
|
1748
1784
|
{
|
|
1749
|
-
"id":
|
|
1785
|
+
"id": 293,
|
|
1750
1786
|
"name": "name",
|
|
1751
1787
|
"kind": 1024,
|
|
1752
1788
|
"kindString": "Property",
|
|
@@ -1764,7 +1800,7 @@
|
|
|
1764
1800
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1765
1801
|
"line": 10,
|
|
1766
1802
|
"character": 2,
|
|
1767
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1803
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L10"
|
|
1768
1804
|
}
|
|
1769
1805
|
],
|
|
1770
1806
|
"type": {
|
|
@@ -1773,7 +1809,7 @@
|
|
|
1773
1809
|
}
|
|
1774
1810
|
},
|
|
1775
1811
|
{
|
|
1776
|
-
"id":
|
|
1812
|
+
"id": 294,
|
|
1777
1813
|
"name": "previewImageUrl",
|
|
1778
1814
|
"kind": 1024,
|
|
1779
1815
|
"kindString": "Property",
|
|
@@ -1809,7 +1845,7 @@
|
|
|
1809
1845
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1810
1846
|
"line": 16,
|
|
1811
1847
|
"character": 2,
|
|
1812
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1848
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L16"
|
|
1813
1849
|
}
|
|
1814
1850
|
],
|
|
1815
1851
|
"type": {
|
|
@@ -1822,9 +1858,9 @@
|
|
|
1822
1858
|
{
|
|
1823
1859
|
"title": "Properties",
|
|
1824
1860
|
"children": [
|
|
1825
|
-
291,
|
|
1826
1861
|
292,
|
|
1827
|
-
293
|
|
1862
|
+
293,
|
|
1863
|
+
294
|
|
1828
1864
|
]
|
|
1829
1865
|
}
|
|
1830
1866
|
],
|
|
@@ -1833,19 +1869,19 @@
|
|
|
1833
1869
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
1834
1870
|
"line": 1,
|
|
1835
1871
|
"character": 17,
|
|
1836
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1872
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L1"
|
|
1837
1873
|
}
|
|
1838
1874
|
]
|
|
1839
1875
|
},
|
|
1840
1876
|
{
|
|
1841
|
-
"id":
|
|
1877
|
+
"id": 282,
|
|
1842
1878
|
"name": "SkyTextEditorStyleState",
|
|
1843
1879
|
"kind": 256,
|
|
1844
1880
|
"kindString": "Interface",
|
|
1845
1881
|
"flags": {},
|
|
1846
1882
|
"children": [
|
|
1847
1883
|
{
|
|
1848
|
-
"id":
|
|
1884
|
+
"id": 283,
|
|
1849
1885
|
"name": "backColor",
|
|
1850
1886
|
"kind": 1024,
|
|
1851
1887
|
"kindString": "Property",
|
|
@@ -1863,7 +1899,7 @@
|
|
|
1863
1899
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
1864
1900
|
"line": 5,
|
|
1865
1901
|
"character": 2,
|
|
1866
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1902
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L5"
|
|
1867
1903
|
}
|
|
1868
1904
|
],
|
|
1869
1905
|
"type": {
|
|
@@ -1872,7 +1908,7 @@
|
|
|
1872
1908
|
}
|
|
1873
1909
|
},
|
|
1874
1910
|
{
|
|
1875
|
-
"id":
|
|
1911
|
+
"id": 287,
|
|
1876
1912
|
"name": "boldState",
|
|
1877
1913
|
"kind": 1024,
|
|
1878
1914
|
"kindString": "Property",
|
|
@@ -1890,7 +1926,7 @@
|
|
|
1890
1926
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
1891
1927
|
"line": 26,
|
|
1892
1928
|
"character": 2,
|
|
1893
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1929
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L26"
|
|
1894
1930
|
}
|
|
1895
1931
|
],
|
|
1896
1932
|
"type": {
|
|
@@ -1899,7 +1935,7 @@
|
|
|
1899
1935
|
}
|
|
1900
1936
|
},
|
|
1901
1937
|
{
|
|
1902
|
-
"id":
|
|
1938
|
+
"id": 286,
|
|
1903
1939
|
"name": "font",
|
|
1904
1940
|
"kind": 1024,
|
|
1905
1941
|
"kindString": "Property",
|
|
@@ -1965,7 +2001,7 @@
|
|
|
1965
2001
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
1966
2002
|
"line": 21,
|
|
1967
2003
|
"character": 2,
|
|
1968
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2004
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L21"
|
|
1969
2005
|
}
|
|
1970
2006
|
],
|
|
1971
2007
|
"type": {
|
|
@@ -1974,7 +2010,7 @@
|
|
|
1974
2010
|
}
|
|
1975
2011
|
},
|
|
1976
2012
|
{
|
|
1977
|
-
"id":
|
|
2013
|
+
"id": 284,
|
|
1978
2014
|
"name": "fontColor",
|
|
1979
2015
|
"kind": 1024,
|
|
1980
2016
|
"kindString": "Property",
|
|
@@ -1992,7 +2028,7 @@
|
|
|
1992
2028
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
1993
2029
|
"line": 10,
|
|
1994
2030
|
"character": 2,
|
|
1995
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2031
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L10"
|
|
1996
2032
|
}
|
|
1997
2033
|
],
|
|
1998
2034
|
"type": {
|
|
@@ -2001,7 +2037,7 @@
|
|
|
2001
2037
|
}
|
|
2002
2038
|
},
|
|
2003
2039
|
{
|
|
2004
|
-
"id":
|
|
2040
|
+
"id": 285,
|
|
2005
2041
|
"name": "fontSize",
|
|
2006
2042
|
"kind": 1024,
|
|
2007
2043
|
"kindString": "Property",
|
|
@@ -2019,7 +2055,7 @@
|
|
|
2019
2055
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2020
2056
|
"line": 15,
|
|
2021
2057
|
"character": 2,
|
|
2022
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2058
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L15"
|
|
2023
2059
|
}
|
|
2024
2060
|
],
|
|
2025
2061
|
"type": {
|
|
@@ -2028,7 +2064,7 @@
|
|
|
2028
2064
|
}
|
|
2029
2065
|
},
|
|
2030
2066
|
{
|
|
2031
|
-
"id":
|
|
2067
|
+
"id": 288,
|
|
2032
2068
|
"name": "italicState",
|
|
2033
2069
|
"kind": 1024,
|
|
2034
2070
|
"kindString": "Property",
|
|
@@ -2046,7 +2082,7 @@
|
|
|
2046
2082
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2047
2083
|
"line": 31,
|
|
2048
2084
|
"character": 2,
|
|
2049
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2085
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L31"
|
|
2050
2086
|
}
|
|
2051
2087
|
],
|
|
2052
2088
|
"type": {
|
|
@@ -2055,7 +2091,7 @@
|
|
|
2055
2091
|
}
|
|
2056
2092
|
},
|
|
2057
2093
|
{
|
|
2058
|
-
"id":
|
|
2094
|
+
"id": 290,
|
|
2059
2095
|
"name": "linkState",
|
|
2060
2096
|
"kind": 1024,
|
|
2061
2097
|
"kindString": "Property",
|
|
@@ -2073,7 +2109,7 @@
|
|
|
2073
2109
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2074
2110
|
"line": 41,
|
|
2075
2111
|
"character": 2,
|
|
2076
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2112
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L41"
|
|
2077
2113
|
}
|
|
2078
2114
|
],
|
|
2079
2115
|
"type": {
|
|
@@ -2082,7 +2118,7 @@
|
|
|
2082
2118
|
}
|
|
2083
2119
|
},
|
|
2084
2120
|
{
|
|
2085
|
-
"id":
|
|
2121
|
+
"id": 289,
|
|
2086
2122
|
"name": "underlineState",
|
|
2087
2123
|
"kind": 1024,
|
|
2088
2124
|
"kindString": "Property",
|
|
@@ -2100,7 +2136,7 @@
|
|
|
2100
2136
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2101
2137
|
"line": 36,
|
|
2102
2138
|
"character": 2,
|
|
2103
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2139
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L36"
|
|
2104
2140
|
}
|
|
2105
2141
|
],
|
|
2106
2142
|
"type": {
|
|
@@ -2113,14 +2149,14 @@
|
|
|
2113
2149
|
{
|
|
2114
2150
|
"title": "Properties",
|
|
2115
2151
|
"children": [
|
|
2116
|
-
282,
|
|
2117
|
-
286,
|
|
2118
|
-
285,
|
|
2119
2152
|
283,
|
|
2120
|
-
284,
|
|
2121
2153
|
287,
|
|
2122
|
-
|
|
2123
|
-
|
|
2154
|
+
286,
|
|
2155
|
+
284,
|
|
2156
|
+
285,
|
|
2157
|
+
288,
|
|
2158
|
+
290,
|
|
2159
|
+
289
|
|
2124
2160
|
]
|
|
2125
2161
|
}
|
|
2126
2162
|
],
|
|
@@ -2129,12 +2165,12 @@
|
|
|
2129
2165
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2130
2166
|
"line": 1,
|
|
2131
2167
|
"character": 17,
|
|
2132
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2168
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L1"
|
|
2133
2169
|
}
|
|
2134
2170
|
]
|
|
2135
2171
|
},
|
|
2136
2172
|
{
|
|
2137
|
-
"id":
|
|
2173
|
+
"id": 281,
|
|
2138
2174
|
"name": "SkyTextEditorMenuType",
|
|
2139
2175
|
"kind": 4194304,
|
|
2140
2176
|
"kindString": "Type alias",
|
|
@@ -2144,7 +2180,7 @@
|
|
|
2144
2180
|
"fileName": "projects/text-editor/src/modules/text-editor/types/menu-type.ts",
|
|
2145
2181
|
"line": 1,
|
|
2146
2182
|
"character": 12,
|
|
2147
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2183
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts#L1"
|
|
2148
2184
|
}
|
|
2149
2185
|
],
|
|
2150
2186
|
"type": {
|
|
@@ -2166,7 +2202,7 @@
|
|
|
2166
2202
|
}
|
|
2167
2203
|
},
|
|
2168
2204
|
{
|
|
2169
|
-
"id":
|
|
2205
|
+
"id": 295,
|
|
2170
2206
|
"name": "SkyTextEditorToolbarActionType",
|
|
2171
2207
|
"kind": 4194304,
|
|
2172
2208
|
"kindString": "Type alias",
|
|
@@ -2176,7 +2212,7 @@
|
|
|
2176
2212
|
"fileName": "projects/text-editor/src/modules/text-editor/types/toolbar-action-type.ts",
|
|
2177
2213
|
"line": 1,
|
|
2178
2214
|
"character": 12,
|
|
2179
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2215
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts#L1"
|
|
2180
2216
|
}
|
|
2181
2217
|
],
|
|
2182
2218
|
"type": {
|
|
@@ -2226,8 +2262,8 @@
|
|
|
2226
2262
|
{
|
|
2227
2263
|
"title": "Classes",
|
|
2228
2264
|
"children": [
|
|
2229
|
-
|
|
2230
|
-
|
|
2265
|
+
275,
|
|
2266
|
+
296,
|
|
2231
2267
|
1,
|
|
2232
2268
|
164
|
|
2233
2269
|
]
|
|
@@ -2235,16 +2271,16 @@
|
|
|
2235
2271
|
{
|
|
2236
2272
|
"title": "Interfaces",
|
|
2237
2273
|
"children": [
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
|
|
2274
|
+
278,
|
|
2275
|
+
291,
|
|
2276
|
+
282
|
|
2241
2277
|
]
|
|
2242
2278
|
},
|
|
2243
2279
|
{
|
|
2244
2280
|
"title": "Type Aliases",
|
|
2245
2281
|
"children": [
|
|
2246
|
-
|
|
2247
|
-
|
|
2282
|
+
281,
|
|
2283
|
+
295
|
|
2248
2284
|
]
|
|
2249
2285
|
}
|
|
2250
2286
|
],
|
|
@@ -2253,7 +2289,7 @@
|
|
|
2253
2289
|
"fileName": "index.ts",
|
|
2254
2290
|
"line": 1,
|
|
2255
2291
|
"character": 0,
|
|
2256
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2292
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/text-editor/src/index.ts#L1"
|
|
2257
2293
|
}
|
|
2258
2294
|
]
|
|
2259
2295
|
},
|