@skyux/text-editor 10.2.0 → 10.4.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.
- package/documentation.json +441 -376
- package/esm2022/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +2 -2
- package/esm2022/lib/modules/text-editor/services/text-editor-adapter.service.mjs +21 -1
- package/esm2022/lib/modules/text-editor/text-editor.component.mjs +29 -5
- package/esm2022/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +2 -2
- package/fesm2022/skyux-text-editor.mjs +48 -13
- package/fesm2022/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/services/text-editor-adapter.service.d.ts +4 -0
- package/lib/modules/text-editor/text-editor.component.d.ts +2 -1
- package/package.json +12 -12
- package/esm2022/lib/modules/shared/forms-utility.mjs +0 -10
- package/lib/modules/shared/forms-utility.d.ts +0 -4
package/documentation.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
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/63d0df3/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.module.ts#L11"
|
|
42
42
|
}
|
|
43
43
|
],
|
|
44
44
|
"decorators": [
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.module.ts",
|
|
71
71
|
"line": 10,
|
|
72
72
|
"character": 13,
|
|
73
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
73
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.module.ts#L10"
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"decorators": [
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
101
101
|
"line": 38,
|
|
102
102
|
"character": 2,
|
|
103
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
103
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
|
|
104
104
|
}
|
|
105
105
|
],
|
|
106
106
|
"signatures": [
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"fileName": "lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
116
116
|
"line": 38,
|
|
117
117
|
"character": 2,
|
|
118
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
118
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
121
121
|
"parameters": [
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
175
175
|
"line": 31,
|
|
176
176
|
"character": 9,
|
|
177
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
177
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L31"
|
|
178
178
|
}
|
|
179
179
|
],
|
|
180
180
|
"type": {
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
203
203
|
"line": 15,
|
|
204
204
|
"character": 13,
|
|
205
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
205
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L15"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
208
208
|
"setSignature": {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"fileName": "lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
225
225
|
"line": 15,
|
|
226
226
|
"character": 13,
|
|
227
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
227
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L15"
|
|
228
228
|
}
|
|
229
229
|
],
|
|
230
230
|
"parameters": [
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
|
|
278
278
|
"line": 10,
|
|
279
279
|
"character": 13,
|
|
280
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
280
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L10"
|
|
281
281
|
}
|
|
282
282
|
],
|
|
283
283
|
"decorators": [
|
|
@@ -313,9 +313,9 @@
|
|
|
313
313
|
"sources": [
|
|
314
314
|
{
|
|
315
315
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
316
|
-
"line":
|
|
316
|
+
"line": 370,
|
|
317
317
|
"character": 2,
|
|
318
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
318
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L370"
|
|
319
319
|
}
|
|
320
320
|
],
|
|
321
321
|
"signatures": [
|
|
@@ -328,9 +328,9 @@
|
|
|
328
328
|
"sources": [
|
|
329
329
|
{
|
|
330
330
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
331
|
-
"line":
|
|
331
|
+
"line": 370,
|
|
332
332
|
"character": 2,
|
|
333
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
333
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L370"
|
|
334
334
|
}
|
|
335
335
|
],
|
|
336
336
|
"type": {
|
|
@@ -361,9 +361,9 @@
|
|
|
361
361
|
"sources": [
|
|
362
362
|
{
|
|
363
363
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
364
|
-
"line":
|
|
364
|
+
"line": 86,
|
|
365
365
|
"character": 9,
|
|
366
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
366
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L86"
|
|
367
367
|
}
|
|
368
368
|
],
|
|
369
369
|
"type": {
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
]
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
|
-
"id":
|
|
381
|
+
"id": 141,
|
|
382
382
|
"name": "editorFocusStream",
|
|
383
383
|
"variant": "declaration",
|
|
384
384
|
"kind": 1024,
|
|
@@ -388,9 +388,9 @@
|
|
|
388
388
|
"sources": [
|
|
389
389
|
{
|
|
390
390
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
391
|
-
"line":
|
|
391
|
+
"line": 332,
|
|
392
392
|
"character": 9,
|
|
393
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
393
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L332"
|
|
394
394
|
}
|
|
395
395
|
],
|
|
396
396
|
"type": {
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
"decorators": []
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
|
-
"id":
|
|
415
|
+
"id": 142,
|
|
416
416
|
"name": "formControlClass",
|
|
417
417
|
"variant": "declaration",
|
|
418
418
|
"kind": 1024,
|
|
@@ -422,9 +422,9 @@
|
|
|
422
422
|
"sources": [
|
|
423
423
|
{
|
|
424
424
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
425
|
-
"line":
|
|
425
|
+
"line": 335,
|
|
426
426
|
"character": 9,
|
|
427
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
427
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L335"
|
|
428
428
|
}
|
|
429
429
|
],
|
|
430
430
|
"type": {
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"decorators": []
|
|
436
436
|
},
|
|
437
437
|
{
|
|
438
|
-
"id":
|
|
438
|
+
"id": 135,
|
|
439
439
|
"name": "iframeRef",
|
|
440
440
|
"variant": "declaration",
|
|
441
441
|
"kind": 1024,
|
|
@@ -445,9 +445,9 @@
|
|
|
445
445
|
"sources": [
|
|
446
446
|
{
|
|
447
447
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
448
|
-
"line":
|
|
448
|
+
"line": 277,
|
|
449
449
|
"character": 9,
|
|
450
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
450
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L277"
|
|
451
451
|
}
|
|
452
452
|
],
|
|
453
453
|
"type": {
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
"decorators": []
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
|
-
"id":
|
|
471
|
+
"id": 140,
|
|
472
472
|
"name": "inputTemplateRef",
|
|
473
473
|
"variant": "declaration",
|
|
474
474
|
"kind": 1024,
|
|
@@ -478,9 +478,9 @@
|
|
|
478
478
|
"sources": [
|
|
479
479
|
{
|
|
480
480
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
481
|
-
"line":
|
|
481
|
+
"line": 330,
|
|
482
482
|
"character": 9,
|
|
483
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
483
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L330"
|
|
484
484
|
}
|
|
485
485
|
],
|
|
486
486
|
"type": {
|
|
@@ -500,46 +500,6 @@
|
|
|
500
500
|
},
|
|
501
501
|
"decorators": []
|
|
502
502
|
},
|
|
503
|
-
{
|
|
504
|
-
"id": 111,
|
|
505
|
-
"name": "labelText",
|
|
506
|
-
"variant": "declaration",
|
|
507
|
-
"kind": 1024,
|
|
508
|
-
"flags": {
|
|
509
|
-
"isPublic": true
|
|
510
|
-
},
|
|
511
|
-
"comment": {
|
|
512
|
-
"summary": [
|
|
513
|
-
{
|
|
514
|
-
"kind": "text",
|
|
515
|
-
"text": "The text to display as the text editor's label."
|
|
516
|
-
}
|
|
517
|
-
],
|
|
518
|
-
"blockTags": [
|
|
519
|
-
{
|
|
520
|
-
"tag": "@preview",
|
|
521
|
-
"content": []
|
|
522
|
-
}
|
|
523
|
-
]
|
|
524
|
-
},
|
|
525
|
-
"sources": [
|
|
526
|
-
{
|
|
527
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
528
|
-
"line": 191,
|
|
529
|
-
"character": 9,
|
|
530
|
-
"url": "https://github.com/blackbaud/skyux/blob/d7dbc92/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L191"
|
|
531
|
-
}
|
|
532
|
-
],
|
|
533
|
-
"type": {
|
|
534
|
-
"type": "intrinsic",
|
|
535
|
-
"name": "string"
|
|
536
|
-
},
|
|
537
|
-
"decorators": [
|
|
538
|
-
{
|
|
539
|
-
"name": "Input"
|
|
540
|
-
}
|
|
541
|
-
]
|
|
542
|
-
},
|
|
543
503
|
{
|
|
544
504
|
"id": 91,
|
|
545
505
|
"name": "disabled",
|
|
@@ -551,15 +511,15 @@
|
|
|
551
511
|
"sources": [
|
|
552
512
|
{
|
|
553
513
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
554
|
-
"line":
|
|
514
|
+
"line": 94,
|
|
555
515
|
"character": 13,
|
|
556
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
516
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L94"
|
|
557
517
|
},
|
|
558
518
|
{
|
|
559
519
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
560
|
-
"line":
|
|
520
|
+
"line": 127,
|
|
561
521
|
"character": 13,
|
|
562
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
522
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L127"
|
|
563
523
|
}
|
|
564
524
|
],
|
|
565
525
|
"getSignature": {
|
|
@@ -571,9 +531,9 @@
|
|
|
571
531
|
"sources": [
|
|
572
532
|
{
|
|
573
533
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
574
|
-
"line":
|
|
534
|
+
"line": 127,
|
|
575
535
|
"character": 13,
|
|
576
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
536
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L127"
|
|
577
537
|
}
|
|
578
538
|
],
|
|
579
539
|
"type": {
|
|
@@ -617,9 +577,9 @@
|
|
|
617
577
|
"sources": [
|
|
618
578
|
{
|
|
619
579
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
620
|
-
"line":
|
|
580
|
+
"line": 94,
|
|
621
581
|
"character": 13,
|
|
622
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
582
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L94"
|
|
623
583
|
}
|
|
624
584
|
],
|
|
625
585
|
"parameters": [
|
|
@@ -657,15 +617,15 @@
|
|
|
657
617
|
"sources": [
|
|
658
618
|
{
|
|
659
619
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
660
|
-
"line":
|
|
620
|
+
"line": 136,
|
|
661
621
|
"character": 13,
|
|
662
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
622
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L136"
|
|
663
623
|
},
|
|
664
624
|
{
|
|
665
625
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
666
|
-
"line":
|
|
626
|
+
"line": 140,
|
|
667
627
|
"character": 13,
|
|
668
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
628
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L140"
|
|
669
629
|
}
|
|
670
630
|
],
|
|
671
631
|
"getSignature": {
|
|
@@ -677,9 +637,9 @@
|
|
|
677
637
|
"sources": [
|
|
678
638
|
{
|
|
679
639
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
680
|
-
"line":
|
|
640
|
+
"line": 140,
|
|
681
641
|
"character": 13,
|
|
682
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
642
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L140"
|
|
683
643
|
}
|
|
684
644
|
],
|
|
685
645
|
"type": {
|
|
@@ -720,9 +680,9 @@
|
|
|
720
680
|
"sources": [
|
|
721
681
|
{
|
|
722
682
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
723
|
-
"line":
|
|
683
|
+
"line": 136,
|
|
724
684
|
"character": 13,
|
|
725
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
685
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L136"
|
|
726
686
|
}
|
|
727
687
|
],
|
|
728
688
|
"parameters": [
|
|
@@ -765,15 +725,15 @@
|
|
|
765
725
|
"sources": [
|
|
766
726
|
{
|
|
767
727
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
768
|
-
"line":
|
|
728
|
+
"line": 149,
|
|
769
729
|
"character": 13,
|
|
770
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
730
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L149"
|
|
771
731
|
},
|
|
772
732
|
{
|
|
773
733
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
774
|
-
"line":
|
|
734
|
+
"line": 153,
|
|
775
735
|
"character": 13,
|
|
776
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
736
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L153"
|
|
777
737
|
}
|
|
778
738
|
],
|
|
779
739
|
"getSignature": {
|
|
@@ -785,9 +745,9 @@
|
|
|
785
745
|
"sources": [
|
|
786
746
|
{
|
|
787
747
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
788
|
-
"line":
|
|
748
|
+
"line": 153,
|
|
789
749
|
"character": 13,
|
|
790
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
750
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L153"
|
|
791
751
|
}
|
|
792
752
|
],
|
|
793
753
|
"type": {
|
|
@@ -826,9 +786,9 @@
|
|
|
826
786
|
"sources": [
|
|
827
787
|
{
|
|
828
788
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
829
|
-
"line":
|
|
789
|
+
"line": 149,
|
|
830
790
|
"character": 13,
|
|
831
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
791
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L149"
|
|
832
792
|
}
|
|
833
793
|
],
|
|
834
794
|
"parameters": [
|
|
@@ -869,15 +829,15 @@
|
|
|
869
829
|
"sources": [
|
|
870
830
|
{
|
|
871
831
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
872
|
-
"line":
|
|
832
|
+
"line": 162,
|
|
873
833
|
"character": 13,
|
|
874
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
834
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L162"
|
|
875
835
|
},
|
|
876
836
|
{
|
|
877
837
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
878
|
-
"line":
|
|
838
|
+
"line": 166,
|
|
879
839
|
"character": 13,
|
|
880
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
840
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L166"
|
|
881
841
|
}
|
|
882
842
|
],
|
|
883
843
|
"getSignature": {
|
|
@@ -889,9 +849,9 @@
|
|
|
889
849
|
"sources": [
|
|
890
850
|
{
|
|
891
851
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
892
|
-
"line":
|
|
852
|
+
"line": 166,
|
|
893
853
|
"character": 13,
|
|
894
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
854
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L166"
|
|
895
855
|
}
|
|
896
856
|
],
|
|
897
857
|
"type": {
|
|
@@ -916,9 +876,9 @@
|
|
|
916
876
|
"sources": [
|
|
917
877
|
{
|
|
918
878
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
919
|
-
"line":
|
|
879
|
+
"line": 162,
|
|
920
880
|
"character": 13,
|
|
921
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
881
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L162"
|
|
922
882
|
}
|
|
923
883
|
],
|
|
924
884
|
"parameters": [
|
|
@@ -956,15 +916,15 @@
|
|
|
956
916
|
"sources": [
|
|
957
917
|
{
|
|
958
918
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
959
|
-
"line":
|
|
919
|
+
"line": 174,
|
|
960
920
|
"character": 13,
|
|
961
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
921
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L174"
|
|
962
922
|
},
|
|
963
923
|
{
|
|
964
924
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
965
|
-
"line":
|
|
925
|
+
"line": 185,
|
|
966
926
|
"character": 13,
|
|
967
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
927
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L185"
|
|
968
928
|
}
|
|
969
929
|
],
|
|
970
930
|
"getSignature": {
|
|
@@ -976,9 +936,9 @@
|
|
|
976
936
|
"sources": [
|
|
977
937
|
{
|
|
978
938
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
979
|
-
"line":
|
|
939
|
+
"line": 185,
|
|
980
940
|
"character": 13,
|
|
981
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
941
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L185"
|
|
982
942
|
}
|
|
983
943
|
],
|
|
984
944
|
"type": {
|
|
@@ -1005,9 +965,9 @@
|
|
|
1005
965
|
"sources": [
|
|
1006
966
|
{
|
|
1007
967
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1008
|
-
"line":
|
|
968
|
+
"line": 174,
|
|
1009
969
|
"character": 13,
|
|
1010
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
970
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L174"
|
|
1011
971
|
}
|
|
1012
972
|
],
|
|
1013
973
|
"parameters": [
|
|
@@ -1037,7 +997,100 @@
|
|
|
1037
997
|
]
|
|
1038
998
|
},
|
|
1039
999
|
{
|
|
1040
|
-
"id":
|
|
1000
|
+
"id": 111,
|
|
1001
|
+
"name": "labelText",
|
|
1002
|
+
"variant": "declaration",
|
|
1003
|
+
"kind": 262144,
|
|
1004
|
+
"flags": {
|
|
1005
|
+
"isPublic": true
|
|
1006
|
+
},
|
|
1007
|
+
"sources": [
|
|
1008
|
+
{
|
|
1009
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1010
|
+
"line": 194,
|
|
1011
|
+
"character": 13,
|
|
1012
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L194"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1016
|
+
"line": 199,
|
|
1017
|
+
"character": 13,
|
|
1018
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L199"
|
|
1019
|
+
}
|
|
1020
|
+
],
|
|
1021
|
+
"getSignature": {
|
|
1022
|
+
"id": 112,
|
|
1023
|
+
"name": "labelText",
|
|
1024
|
+
"variant": "signature",
|
|
1025
|
+
"kind": 524288,
|
|
1026
|
+
"flags": {},
|
|
1027
|
+
"sources": [
|
|
1028
|
+
{
|
|
1029
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1030
|
+
"line": 199,
|
|
1031
|
+
"character": 13,
|
|
1032
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L199"
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"type": {
|
|
1036
|
+
"type": "intrinsic",
|
|
1037
|
+
"name": "string"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
"setSignature": {
|
|
1041
|
+
"id": 113,
|
|
1042
|
+
"name": "labelText",
|
|
1043
|
+
"variant": "signature",
|
|
1044
|
+
"kind": 1048576,
|
|
1045
|
+
"flags": {},
|
|
1046
|
+
"comment": {
|
|
1047
|
+
"summary": [
|
|
1048
|
+
{
|
|
1049
|
+
"kind": "text",
|
|
1050
|
+
"text": "The text to display as the text editor's label."
|
|
1051
|
+
}
|
|
1052
|
+
],
|
|
1053
|
+
"blockTags": [
|
|
1054
|
+
{
|
|
1055
|
+
"tag": "@preview",
|
|
1056
|
+
"content": []
|
|
1057
|
+
}
|
|
1058
|
+
]
|
|
1059
|
+
},
|
|
1060
|
+
"sources": [
|
|
1061
|
+
{
|
|
1062
|
+
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1063
|
+
"line": 194,
|
|
1064
|
+
"character": 13,
|
|
1065
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L194"
|
|
1066
|
+
}
|
|
1067
|
+
],
|
|
1068
|
+
"parameters": [
|
|
1069
|
+
{
|
|
1070
|
+
"id": 114,
|
|
1071
|
+
"name": "value",
|
|
1072
|
+
"variant": "param",
|
|
1073
|
+
"kind": 32768,
|
|
1074
|
+
"flags": {},
|
|
1075
|
+
"type": {
|
|
1076
|
+
"type": "intrinsic",
|
|
1077
|
+
"name": "string"
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1081
|
+
"type": {
|
|
1082
|
+
"type": "intrinsic",
|
|
1083
|
+
"name": "void"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
"decorators": [
|
|
1087
|
+
{
|
|
1088
|
+
"name": "Input"
|
|
1089
|
+
}
|
|
1090
|
+
]
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": 131,
|
|
1041
1094
|
"name": "linkWindowOptions",
|
|
1042
1095
|
"variant": "declaration",
|
|
1043
1096
|
"kind": 262144,
|
|
@@ -1047,19 +1100,19 @@
|
|
|
1047
1100
|
"sources": [
|
|
1048
1101
|
{
|
|
1049
1102
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1050
|
-
"line":
|
|
1103
|
+
"line": 266,
|
|
1051
1104
|
"character": 13,
|
|
1052
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1105
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L266"
|
|
1053
1106
|
},
|
|
1054
1107
|
{
|
|
1055
1108
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1056
|
-
"line":
|
|
1109
|
+
"line": 272,
|
|
1057
1110
|
"character": 13,
|
|
1058
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1111
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L272"
|
|
1059
1112
|
}
|
|
1060
1113
|
],
|
|
1061
1114
|
"getSignature": {
|
|
1062
|
-
"id":
|
|
1115
|
+
"id": 132,
|
|
1063
1116
|
"name": "linkWindowOptions",
|
|
1064
1117
|
"variant": "signature",
|
|
1065
1118
|
"kind": 524288,
|
|
@@ -1067,9 +1120,9 @@
|
|
|
1067
1120
|
"sources": [
|
|
1068
1121
|
{
|
|
1069
1122
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1070
|
-
"line":
|
|
1123
|
+
"line": 272,
|
|
1071
1124
|
"character": 13,
|
|
1072
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1125
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L272"
|
|
1073
1126
|
}
|
|
1074
1127
|
],
|
|
1075
1128
|
"type": {
|
|
@@ -1083,7 +1136,7 @@
|
|
|
1083
1136
|
}
|
|
1084
1137
|
},
|
|
1085
1138
|
"setSignature": {
|
|
1086
|
-
"id":
|
|
1139
|
+
"id": 133,
|
|
1087
1140
|
"name": "linkWindowOptions",
|
|
1088
1141
|
"variant": "signature",
|
|
1089
1142
|
"kind": 1048576,
|
|
@@ -1110,14 +1163,14 @@
|
|
|
1110
1163
|
"sources": [
|
|
1111
1164
|
{
|
|
1112
1165
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1113
|
-
"line":
|
|
1166
|
+
"line": 266,
|
|
1114
1167
|
"character": 13,
|
|
1115
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1168
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L266"
|
|
1116
1169
|
}
|
|
1117
1170
|
],
|
|
1118
1171
|
"parameters": [
|
|
1119
1172
|
{
|
|
1120
|
-
"id":
|
|
1173
|
+
"id": 134,
|
|
1121
1174
|
"name": "value",
|
|
1122
1175
|
"variant": "param",
|
|
1123
1176
|
"kind": 32768,
|
|
@@ -1145,7 +1198,7 @@
|
|
|
1145
1198
|
]
|
|
1146
1199
|
},
|
|
1147
1200
|
{
|
|
1148
|
-
"id":
|
|
1201
|
+
"id": 115,
|
|
1149
1202
|
"name": "menus",
|
|
1150
1203
|
"variant": "declaration",
|
|
1151
1204
|
"kind": 262144,
|
|
@@ -1155,19 +1208,19 @@
|
|
|
1155
1208
|
"sources": [
|
|
1156
1209
|
{
|
|
1157
1210
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1158
|
-
"line":
|
|
1211
|
+
"line": 208,
|
|
1159
1212
|
"character": 13,
|
|
1160
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1213
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L208"
|
|
1161
1214
|
},
|
|
1162
1215
|
{
|
|
1163
1216
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1164
|
-
"line":
|
|
1217
|
+
"line": 212,
|
|
1165
1218
|
"character": 13,
|
|
1166
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1219
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L212"
|
|
1167
1220
|
}
|
|
1168
1221
|
],
|
|
1169
1222
|
"getSignature": {
|
|
1170
|
-
"id":
|
|
1223
|
+
"id": 116,
|
|
1171
1224
|
"name": "menus",
|
|
1172
1225
|
"variant": "signature",
|
|
1173
1226
|
"kind": 524288,
|
|
@@ -1175,9 +1228,9 @@
|
|
|
1175
1228
|
"sources": [
|
|
1176
1229
|
{
|
|
1177
1230
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1178
|
-
"line":
|
|
1231
|
+
"line": 212,
|
|
1179
1232
|
"character": 13,
|
|
1180
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1233
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L212"
|
|
1181
1234
|
}
|
|
1182
1235
|
],
|
|
1183
1236
|
"type": {
|
|
@@ -1191,7 +1244,7 @@
|
|
|
1191
1244
|
}
|
|
1192
1245
|
},
|
|
1193
1246
|
"setSignature": {
|
|
1194
|
-
"id":
|
|
1247
|
+
"id": 117,
|
|
1195
1248
|
"name": "menus",
|
|
1196
1249
|
"variant": "signature",
|
|
1197
1250
|
"kind": 1048576,
|
|
@@ -1218,14 +1271,14 @@
|
|
|
1218
1271
|
"sources": [
|
|
1219
1272
|
{
|
|
1220
1273
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1221
|
-
"line":
|
|
1274
|
+
"line": 208,
|
|
1222
1275
|
"character": 13,
|
|
1223
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1276
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L208"
|
|
1224
1277
|
}
|
|
1225
1278
|
],
|
|
1226
1279
|
"parameters": [
|
|
1227
1280
|
{
|
|
1228
|
-
"id":
|
|
1281
|
+
"id": 118,
|
|
1229
1282
|
"name": "value",
|
|
1230
1283
|
"variant": "param",
|
|
1231
1284
|
"kind": 32768,
|
|
@@ -1253,7 +1306,7 @@
|
|
|
1253
1306
|
]
|
|
1254
1307
|
},
|
|
1255
1308
|
{
|
|
1256
|
-
"id":
|
|
1309
|
+
"id": 119,
|
|
1257
1310
|
"name": "mergeFields",
|
|
1258
1311
|
"variant": "declaration",
|
|
1259
1312
|
"kind": 262144,
|
|
@@ -1263,19 +1316,19 @@
|
|
|
1263
1316
|
"sources": [
|
|
1264
1317
|
{
|
|
1265
1318
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1266
|
-
"line":
|
|
1319
|
+
"line": 220,
|
|
1267
1320
|
"character": 13,
|
|
1268
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1321
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L220"
|
|
1269
1322
|
},
|
|
1270
1323
|
{
|
|
1271
1324
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1272
|
-
"line":
|
|
1325
|
+
"line": 224,
|
|
1273
1326
|
"character": 13,
|
|
1274
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1327
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L224"
|
|
1275
1328
|
}
|
|
1276
1329
|
],
|
|
1277
1330
|
"getSignature": {
|
|
1278
|
-
"id":
|
|
1331
|
+
"id": 120,
|
|
1279
1332
|
"name": "mergeFields",
|
|
1280
1333
|
"variant": "signature",
|
|
1281
1334
|
"kind": 524288,
|
|
@@ -1283,9 +1336,9 @@
|
|
|
1283
1336
|
"sources": [
|
|
1284
1337
|
{
|
|
1285
1338
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1286
|
-
"line":
|
|
1339
|
+
"line": 224,
|
|
1287
1340
|
"character": 13,
|
|
1288
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1341
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L224"
|
|
1289
1342
|
}
|
|
1290
1343
|
],
|
|
1291
1344
|
"type": {
|
|
@@ -1299,7 +1352,7 @@
|
|
|
1299
1352
|
}
|
|
1300
1353
|
},
|
|
1301
1354
|
"setSignature": {
|
|
1302
|
-
"id":
|
|
1355
|
+
"id": 121,
|
|
1303
1356
|
"name": "mergeFields",
|
|
1304
1357
|
"variant": "signature",
|
|
1305
1358
|
"kind": 1048576,
|
|
@@ -1315,14 +1368,14 @@
|
|
|
1315
1368
|
"sources": [
|
|
1316
1369
|
{
|
|
1317
1370
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1318
|
-
"line":
|
|
1371
|
+
"line": 220,
|
|
1319
1372
|
"character": 13,
|
|
1320
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1373
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L220"
|
|
1321
1374
|
}
|
|
1322
1375
|
],
|
|
1323
1376
|
"parameters": [
|
|
1324
1377
|
{
|
|
1325
|
-
"id":
|
|
1378
|
+
"id": 122,
|
|
1326
1379
|
"name": "value",
|
|
1327
1380
|
"variant": "param",
|
|
1328
1381
|
"kind": 32768,
|
|
@@ -1350,7 +1403,7 @@
|
|
|
1350
1403
|
]
|
|
1351
1404
|
},
|
|
1352
1405
|
{
|
|
1353
|
-
"id":
|
|
1406
|
+
"id": 123,
|
|
1354
1407
|
"name": "placeholder",
|
|
1355
1408
|
"variant": "declaration",
|
|
1356
1409
|
"kind": 262144,
|
|
@@ -1360,19 +1413,19 @@
|
|
|
1360
1413
|
"sources": [
|
|
1361
1414
|
{
|
|
1362
1415
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1363
|
-
"line":
|
|
1416
|
+
"line": 232,
|
|
1364
1417
|
"character": 13,
|
|
1365
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1418
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L232"
|
|
1366
1419
|
},
|
|
1367
1420
|
{
|
|
1368
1421
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1369
|
-
"line":
|
|
1422
|
+
"line": 242,
|
|
1370
1423
|
"character": 13,
|
|
1371
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1424
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L242"
|
|
1372
1425
|
}
|
|
1373
1426
|
],
|
|
1374
1427
|
"getSignature": {
|
|
1375
|
-
"id":
|
|
1428
|
+
"id": 124,
|
|
1376
1429
|
"name": "placeholder",
|
|
1377
1430
|
"variant": "signature",
|
|
1378
1431
|
"kind": 524288,
|
|
@@ -1380,9 +1433,9 @@
|
|
|
1380
1433
|
"sources": [
|
|
1381
1434
|
{
|
|
1382
1435
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1383
|
-
"line":
|
|
1436
|
+
"line": 242,
|
|
1384
1437
|
"character": 13,
|
|
1385
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1438
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L242"
|
|
1386
1439
|
}
|
|
1387
1440
|
],
|
|
1388
1441
|
"type": {
|
|
@@ -1391,7 +1444,7 @@
|
|
|
1391
1444
|
}
|
|
1392
1445
|
},
|
|
1393
1446
|
"setSignature": {
|
|
1394
|
-
"id":
|
|
1447
|
+
"id": 125,
|
|
1395
1448
|
"name": "placeholder",
|
|
1396
1449
|
"variant": "signature",
|
|
1397
1450
|
"kind": 1048576,
|
|
@@ -1407,14 +1460,14 @@
|
|
|
1407
1460
|
"sources": [
|
|
1408
1461
|
{
|
|
1409
1462
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1410
|
-
"line":
|
|
1463
|
+
"line": 232,
|
|
1411
1464
|
"character": 13,
|
|
1412
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1465
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L232"
|
|
1413
1466
|
}
|
|
1414
1467
|
],
|
|
1415
1468
|
"parameters": [
|
|
1416
1469
|
{
|
|
1417
|
-
"id":
|
|
1470
|
+
"id": 126,
|
|
1418
1471
|
"name": "value",
|
|
1419
1472
|
"variant": "param",
|
|
1420
1473
|
"kind": 32768,
|
|
@@ -1437,7 +1490,7 @@
|
|
|
1437
1490
|
]
|
|
1438
1491
|
},
|
|
1439
1492
|
{
|
|
1440
|
-
"id":
|
|
1493
|
+
"id": 127,
|
|
1441
1494
|
"name": "toolbarActions",
|
|
1442
1495
|
"variant": "declaration",
|
|
1443
1496
|
"kind": 262144,
|
|
@@ -1447,19 +1500,19 @@
|
|
|
1447
1500
|
"sources": [
|
|
1448
1501
|
{
|
|
1449
1502
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1450
|
-
"line":
|
|
1503
|
+
"line": 251,
|
|
1451
1504
|
"character": 13,
|
|
1452
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1505
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L251"
|
|
1453
1506
|
},
|
|
1454
1507
|
{
|
|
1455
1508
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1456
|
-
"line":
|
|
1509
|
+
"line": 257,
|
|
1457
1510
|
"character": 13,
|
|
1458
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1511
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L257"
|
|
1459
1512
|
}
|
|
1460
1513
|
],
|
|
1461
1514
|
"getSignature": {
|
|
1462
|
-
"id":
|
|
1515
|
+
"id": 128,
|
|
1463
1516
|
"name": "toolbarActions",
|
|
1464
1517
|
"variant": "signature",
|
|
1465
1518
|
"kind": 524288,
|
|
@@ -1467,9 +1520,9 @@
|
|
|
1467
1520
|
"sources": [
|
|
1468
1521
|
{
|
|
1469
1522
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1470
|
-
"line":
|
|
1523
|
+
"line": 257,
|
|
1471
1524
|
"character": 13,
|
|
1472
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1525
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L257"
|
|
1473
1526
|
}
|
|
1474
1527
|
],
|
|
1475
1528
|
"type": {
|
|
@@ -1483,7 +1536,7 @@
|
|
|
1483
1536
|
}
|
|
1484
1537
|
},
|
|
1485
1538
|
"setSignature": {
|
|
1486
|
-
"id":
|
|
1539
|
+
"id": 129,
|
|
1487
1540
|
"name": "toolbarActions",
|
|
1488
1541
|
"variant": "signature",
|
|
1489
1542
|
"kind": 1048576,
|
|
@@ -1510,14 +1563,14 @@
|
|
|
1510
1563
|
"sources": [
|
|
1511
1564
|
{
|
|
1512
1565
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1513
|
-
"line":
|
|
1566
|
+
"line": 251,
|
|
1514
1567
|
"character": 13,
|
|
1515
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1568
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L251"
|
|
1516
1569
|
}
|
|
1517
1570
|
],
|
|
1518
1571
|
"parameters": [
|
|
1519
1572
|
{
|
|
1520
|
-
"id":
|
|
1573
|
+
"id": 130,
|
|
1521
1574
|
"name": "value",
|
|
1522
1575
|
"variant": "param",
|
|
1523
1576
|
"kind": 32768,
|
|
@@ -1545,7 +1598,7 @@
|
|
|
1545
1598
|
]
|
|
1546
1599
|
},
|
|
1547
1600
|
{
|
|
1548
|
-
"id":
|
|
1601
|
+
"id": 136,
|
|
1549
1602
|
"name": "value",
|
|
1550
1603
|
"variant": "declaration",
|
|
1551
1604
|
"kind": 262144,
|
|
@@ -1555,19 +1608,19 @@
|
|
|
1555
1608
|
"sources": [
|
|
1556
1609
|
{
|
|
1557
1610
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1558
|
-
"line":
|
|
1611
|
+
"line": 282,
|
|
1559
1612
|
"character": 13,
|
|
1560
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1613
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L282"
|
|
1561
1614
|
},
|
|
1562
1615
|
{
|
|
1563
1616
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1564
|
-
"line":
|
|
1617
|
+
"line": 322,
|
|
1565
1618
|
"character": 13,
|
|
1566
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1619
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L322"
|
|
1567
1620
|
}
|
|
1568
1621
|
],
|
|
1569
1622
|
"getSignature": {
|
|
1570
|
-
"id":
|
|
1623
|
+
"id": 137,
|
|
1571
1624
|
"name": "value",
|
|
1572
1625
|
"variant": "signature",
|
|
1573
1626
|
"kind": 524288,
|
|
@@ -1575,9 +1628,9 @@
|
|
|
1575
1628
|
"sources": [
|
|
1576
1629
|
{
|
|
1577
1630
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1578
|
-
"line":
|
|
1631
|
+
"line": 322,
|
|
1579
1632
|
"character": 13,
|
|
1580
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1633
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L322"
|
|
1581
1634
|
}
|
|
1582
1635
|
],
|
|
1583
1636
|
"type": {
|
|
@@ -1586,7 +1639,7 @@
|
|
|
1586
1639
|
}
|
|
1587
1640
|
},
|
|
1588
1641
|
"setSignature": {
|
|
1589
|
-
"id":
|
|
1642
|
+
"id": 138,
|
|
1590
1643
|
"name": "value",
|
|
1591
1644
|
"variant": "signature",
|
|
1592
1645
|
"kind": 1048576,
|
|
@@ -1602,14 +1655,14 @@
|
|
|
1602
1655
|
"sources": [
|
|
1603
1656
|
{
|
|
1604
1657
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1605
|
-
"line":
|
|
1658
|
+
"line": 282,
|
|
1606
1659
|
"character": 13,
|
|
1607
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1660
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L282"
|
|
1608
1661
|
}
|
|
1609
1662
|
],
|
|
1610
1663
|
"parameters": [
|
|
1611
1664
|
{
|
|
1612
|
-
"id":
|
|
1665
|
+
"id": 139,
|
|
1613
1666
|
"name": "value",
|
|
1614
1667
|
"variant": "param",
|
|
1615
1668
|
"kind": 32768,
|
|
@@ -1628,7 +1681,7 @@
|
|
|
1628
1681
|
"decorators": []
|
|
1629
1682
|
},
|
|
1630
1683
|
{
|
|
1631
|
-
"id":
|
|
1684
|
+
"id": 169,
|
|
1632
1685
|
"name": "ngAfterViewInit",
|
|
1633
1686
|
"variant": "declaration",
|
|
1634
1687
|
"kind": 2048,
|
|
@@ -1638,14 +1691,14 @@
|
|
|
1638
1691
|
"sources": [
|
|
1639
1692
|
{
|
|
1640
1693
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1641
|
-
"line":
|
|
1694
|
+
"line": 375,
|
|
1642
1695
|
"character": 9,
|
|
1643
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1696
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L375"
|
|
1644
1697
|
}
|
|
1645
1698
|
],
|
|
1646
1699
|
"signatures": [
|
|
1647
1700
|
{
|
|
1648
|
-
"id":
|
|
1701
|
+
"id": 170,
|
|
1649
1702
|
"name": "ngAfterViewInit",
|
|
1650
1703
|
"variant": "signature",
|
|
1651
1704
|
"kind": 4096,
|
|
@@ -1653,9 +1706,9 @@
|
|
|
1653
1706
|
"sources": [
|
|
1654
1707
|
{
|
|
1655
1708
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1656
|
-
"line":
|
|
1709
|
+
"line": 375,
|
|
1657
1710
|
"character": 9,
|
|
1658
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1711
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L375"
|
|
1659
1712
|
}
|
|
1660
1713
|
],
|
|
1661
1714
|
"type": {
|
|
@@ -1677,7 +1730,7 @@
|
|
|
1677
1730
|
"decorators": []
|
|
1678
1731
|
},
|
|
1679
1732
|
{
|
|
1680
|
-
"id":
|
|
1733
|
+
"id": 171,
|
|
1681
1734
|
"name": "ngOnDestroy",
|
|
1682
1735
|
"variant": "declaration",
|
|
1683
1736
|
"kind": 2048,
|
|
@@ -1687,14 +1740,14 @@
|
|
|
1687
1740
|
"sources": [
|
|
1688
1741
|
{
|
|
1689
1742
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1690
|
-
"line":
|
|
1743
|
+
"line": 379,
|
|
1691
1744
|
"character": 9,
|
|
1692
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1745
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L379"
|
|
1693
1746
|
}
|
|
1694
1747
|
],
|
|
1695
1748
|
"signatures": [
|
|
1696
1749
|
{
|
|
1697
|
-
"id":
|
|
1750
|
+
"id": 172,
|
|
1698
1751
|
"name": "ngOnDestroy",
|
|
1699
1752
|
"variant": "signature",
|
|
1700
1753
|
"kind": 4096,
|
|
@@ -1702,9 +1755,9 @@
|
|
|
1702
1755
|
"sources": [
|
|
1703
1756
|
{
|
|
1704
1757
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1705
|
-
"line":
|
|
1758
|
+
"line": 379,
|
|
1706
1759
|
"character": 9,
|
|
1707
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1760
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L379"
|
|
1708
1761
|
}
|
|
1709
1762
|
],
|
|
1710
1763
|
"type": {
|
|
@@ -1726,7 +1779,7 @@
|
|
|
1726
1779
|
"decorators": []
|
|
1727
1780
|
},
|
|
1728
1781
|
{
|
|
1729
|
-
"id":
|
|
1782
|
+
"id": 173,
|
|
1730
1783
|
"name": "onIframeLoad",
|
|
1731
1784
|
"variant": "declaration",
|
|
1732
1785
|
"kind": 2048,
|
|
@@ -1736,14 +1789,14 @@
|
|
|
1736
1789
|
"sources": [
|
|
1737
1790
|
{
|
|
1738
1791
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1739
|
-
"line":
|
|
1792
|
+
"line": 385,
|
|
1740
1793
|
"character": 9,
|
|
1741
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1794
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L385"
|
|
1742
1795
|
}
|
|
1743
1796
|
],
|
|
1744
1797
|
"signatures": [
|
|
1745
1798
|
{
|
|
1746
|
-
"id":
|
|
1799
|
+
"id": 174,
|
|
1747
1800
|
"name": "onIframeLoad",
|
|
1748
1801
|
"variant": "signature",
|
|
1749
1802
|
"kind": 4096,
|
|
@@ -1751,9 +1804,9 @@
|
|
|
1751
1804
|
"sources": [
|
|
1752
1805
|
{
|
|
1753
1806
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1754
|
-
"line":
|
|
1807
|
+
"line": 385,
|
|
1755
1808
|
"character": 9,
|
|
1756
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1809
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L385"
|
|
1757
1810
|
}
|
|
1758
1811
|
],
|
|
1759
1812
|
"type": {
|
|
@@ -1765,7 +1818,7 @@
|
|
|
1765
1818
|
"decorators": []
|
|
1766
1819
|
},
|
|
1767
1820
|
{
|
|
1768
|
-
"id":
|
|
1821
|
+
"id": 178,
|
|
1769
1822
|
"name": "registerOnChange",
|
|
1770
1823
|
"variant": "declaration",
|
|
1771
1824
|
"kind": 2048,
|
|
@@ -1775,14 +1828,14 @@
|
|
|
1775
1828
|
"sources": [
|
|
1776
1829
|
{
|
|
1777
1830
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1778
|
-
"line":
|
|
1831
|
+
"line": 411,
|
|
1779
1832
|
"character": 9,
|
|
1780
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1833
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L411"
|
|
1781
1834
|
}
|
|
1782
1835
|
],
|
|
1783
1836
|
"signatures": [
|
|
1784
1837
|
{
|
|
1785
|
-
"id":
|
|
1838
|
+
"id": 179,
|
|
1786
1839
|
"name": "registerOnChange",
|
|
1787
1840
|
"variant": "signature",
|
|
1788
1841
|
"kind": 4096,
|
|
@@ -1798,14 +1851,14 @@
|
|
|
1798
1851
|
"sources": [
|
|
1799
1852
|
{
|
|
1800
1853
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1801
|
-
"line":
|
|
1854
|
+
"line": 411,
|
|
1802
1855
|
"character": 9,
|
|
1803
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1856
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L411"
|
|
1804
1857
|
}
|
|
1805
1858
|
],
|
|
1806
1859
|
"parameters": [
|
|
1807
1860
|
{
|
|
1808
|
-
"id":
|
|
1861
|
+
"id": 180,
|
|
1809
1862
|
"name": "fn",
|
|
1810
1863
|
"variant": "param",
|
|
1811
1864
|
"kind": 32768,
|
|
@@ -1813,7 +1866,7 @@
|
|
|
1813
1866
|
"type": {
|
|
1814
1867
|
"type": "reflection",
|
|
1815
1868
|
"declaration": {
|
|
1816
|
-
"id":
|
|
1869
|
+
"id": 181,
|
|
1817
1870
|
"name": "__type",
|
|
1818
1871
|
"variant": "declaration",
|
|
1819
1872
|
"kind": 65536,
|
|
@@ -1821,14 +1874,14 @@
|
|
|
1821
1874
|
"sources": [
|
|
1822
1875
|
{
|
|
1823
1876
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1824
|
-
"line":
|
|
1877
|
+
"line": 411,
|
|
1825
1878
|
"character": 30,
|
|
1826
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1879
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L411"
|
|
1827
1880
|
}
|
|
1828
1881
|
],
|
|
1829
1882
|
"signatures": [
|
|
1830
1883
|
{
|
|
1831
|
-
"id":
|
|
1884
|
+
"id": 182,
|
|
1832
1885
|
"name": "__type",
|
|
1833
1886
|
"variant": "signature",
|
|
1834
1887
|
"kind": 4096,
|
|
@@ -1836,14 +1889,14 @@
|
|
|
1836
1889
|
"sources": [
|
|
1837
1890
|
{
|
|
1838
1891
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1839
|
-
"line":
|
|
1892
|
+
"line": 411,
|
|
1840
1893
|
"character": 30,
|
|
1841
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1894
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L411"
|
|
1842
1895
|
}
|
|
1843
1896
|
],
|
|
1844
1897
|
"parameters": [
|
|
1845
1898
|
{
|
|
1846
|
-
"id":
|
|
1899
|
+
"id": 183,
|
|
1847
1900
|
"name": "value",
|
|
1848
1901
|
"variant": "param",
|
|
1849
1902
|
"kind": 32768,
|
|
@@ -1883,7 +1936,7 @@
|
|
|
1883
1936
|
"decorators": []
|
|
1884
1937
|
},
|
|
1885
1938
|
{
|
|
1886
|
-
"id":
|
|
1939
|
+
"id": 184,
|
|
1887
1940
|
"name": "registerOnTouched",
|
|
1888
1941
|
"variant": "declaration",
|
|
1889
1942
|
"kind": 2048,
|
|
@@ -1893,14 +1946,14 @@
|
|
|
1893
1946
|
"sources": [
|
|
1894
1947
|
{
|
|
1895
1948
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1896
|
-
"line":
|
|
1949
|
+
"line": 418,
|
|
1897
1950
|
"character": 9,
|
|
1898
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1951
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L418"
|
|
1899
1952
|
}
|
|
1900
1953
|
],
|
|
1901
1954
|
"signatures": [
|
|
1902
1955
|
{
|
|
1903
|
-
"id":
|
|
1956
|
+
"id": 185,
|
|
1904
1957
|
"name": "registerOnTouched",
|
|
1905
1958
|
"variant": "signature",
|
|
1906
1959
|
"kind": 4096,
|
|
@@ -1916,14 +1969,14 @@
|
|
|
1916
1969
|
"sources": [
|
|
1917
1970
|
{
|
|
1918
1971
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1919
|
-
"line":
|
|
1972
|
+
"line": 418,
|
|
1920
1973
|
"character": 9,
|
|
1921
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1974
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L418"
|
|
1922
1975
|
}
|
|
1923
1976
|
],
|
|
1924
1977
|
"parameters": [
|
|
1925
1978
|
{
|
|
1926
|
-
"id":
|
|
1979
|
+
"id": 186,
|
|
1927
1980
|
"name": "fn",
|
|
1928
1981
|
"variant": "param",
|
|
1929
1982
|
"kind": 32768,
|
|
@@ -1931,7 +1984,7 @@
|
|
|
1931
1984
|
"type": {
|
|
1932
1985
|
"type": "reflection",
|
|
1933
1986
|
"declaration": {
|
|
1934
|
-
"id":
|
|
1987
|
+
"id": 187,
|
|
1935
1988
|
"name": "__type",
|
|
1936
1989
|
"variant": "declaration",
|
|
1937
1990
|
"kind": 65536,
|
|
@@ -1939,14 +1992,14 @@
|
|
|
1939
1992
|
"sources": [
|
|
1940
1993
|
{
|
|
1941
1994
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1942
|
-
"line":
|
|
1995
|
+
"line": 418,
|
|
1943
1996
|
"character": 31,
|
|
1944
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1997
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L418"
|
|
1945
1998
|
}
|
|
1946
1999
|
],
|
|
1947
2000
|
"signatures": [
|
|
1948
2001
|
{
|
|
1949
|
-
"id":
|
|
2002
|
+
"id": 188,
|
|
1950
2003
|
"name": "__type",
|
|
1951
2004
|
"variant": "signature",
|
|
1952
2005
|
"kind": 4096,
|
|
@@ -1954,9 +2007,9 @@
|
|
|
1954
2007
|
"sources": [
|
|
1955
2008
|
{
|
|
1956
2009
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1957
|
-
"line":
|
|
2010
|
+
"line": 418,
|
|
1958
2011
|
"character": 31,
|
|
1959
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2012
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L418"
|
|
1960
2013
|
}
|
|
1961
2014
|
],
|
|
1962
2015
|
"type": {
|
|
@@ -1988,7 +2041,7 @@
|
|
|
1988
2041
|
"decorators": []
|
|
1989
2042
|
},
|
|
1990
2043
|
{
|
|
1991
|
-
"id":
|
|
2044
|
+
"id": 189,
|
|
1992
2045
|
"name": "setDisabledState",
|
|
1993
2046
|
"variant": "declaration",
|
|
1994
2047
|
"kind": 2048,
|
|
@@ -1998,14 +2051,14 @@
|
|
|
1998
2051
|
"sources": [
|
|
1999
2052
|
{
|
|
2000
2053
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2001
|
-
"line":
|
|
2054
|
+
"line": 425,
|
|
2002
2055
|
"character": 9,
|
|
2003
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2056
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L425"
|
|
2004
2057
|
}
|
|
2005
2058
|
],
|
|
2006
2059
|
"signatures": [
|
|
2007
2060
|
{
|
|
2008
|
-
"id":
|
|
2061
|
+
"id": 190,
|
|
2009
2062
|
"name": "setDisabledState",
|
|
2010
2063
|
"variant": "signature",
|
|
2011
2064
|
"kind": 4096,
|
|
@@ -2021,14 +2074,14 @@
|
|
|
2021
2074
|
"sources": [
|
|
2022
2075
|
{
|
|
2023
2076
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2024
|
-
"line":
|
|
2077
|
+
"line": 425,
|
|
2025
2078
|
"character": 9,
|
|
2026
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2079
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L425"
|
|
2027
2080
|
}
|
|
2028
2081
|
],
|
|
2029
2082
|
"parameters": [
|
|
2030
2083
|
{
|
|
2031
|
-
"id":
|
|
2084
|
+
"id": 191,
|
|
2032
2085
|
"name": "isDisabled",
|
|
2033
2086
|
"variant": "param",
|
|
2034
2087
|
"kind": 32768,
|
|
@@ -2058,7 +2111,7 @@
|
|
|
2058
2111
|
"decorators": []
|
|
2059
2112
|
},
|
|
2060
2113
|
{
|
|
2061
|
-
"id":
|
|
2114
|
+
"id": 175,
|
|
2062
2115
|
"name": "writeValue",
|
|
2063
2116
|
"variant": "declaration",
|
|
2064
2117
|
"kind": 2048,
|
|
@@ -2068,14 +2121,14 @@
|
|
|
2068
2121
|
"sources": [
|
|
2069
2122
|
{
|
|
2070
2123
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2071
|
-
"line":
|
|
2124
|
+
"line": 395,
|
|
2072
2125
|
"character": 9,
|
|
2073
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2126
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L395"
|
|
2074
2127
|
}
|
|
2075
2128
|
],
|
|
2076
2129
|
"signatures": [
|
|
2077
2130
|
{
|
|
2078
|
-
"id":
|
|
2131
|
+
"id": 176,
|
|
2079
2132
|
"name": "writeValue",
|
|
2080
2133
|
"variant": "signature",
|
|
2081
2134
|
"kind": 4096,
|
|
@@ -2091,14 +2144,14 @@
|
|
|
2091
2144
|
"sources": [
|
|
2092
2145
|
{
|
|
2093
2146
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2094
|
-
"line":
|
|
2147
|
+
"line": 395,
|
|
2095
2148
|
"character": 9,
|
|
2096
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2149
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L395"
|
|
2097
2150
|
}
|
|
2098
2151
|
],
|
|
2099
2152
|
"parameters": [
|
|
2100
2153
|
{
|
|
2101
|
-
"id":
|
|
2154
|
+
"id": 177,
|
|
2102
2155
|
"name": "value",
|
|
2103
2156
|
"variant": "param",
|
|
2104
2157
|
"kind": 32768,
|
|
@@ -2139,11 +2192,10 @@
|
|
|
2139
2192
|
"title": "Properties",
|
|
2140
2193
|
"children": [
|
|
2141
2194
|
90,
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
111
|
|
2195
|
+
141,
|
|
2196
|
+
142,
|
|
2197
|
+
135,
|
|
2198
|
+
140
|
|
2147
2199
|
]
|
|
2148
2200
|
},
|
|
2149
2201
|
{
|
|
@@ -2154,33 +2206,34 @@
|
|
|
2154
2206
|
99,
|
|
2155
2207
|
103,
|
|
2156
2208
|
107,
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2209
|
+
111,
|
|
2210
|
+
131,
|
|
2211
|
+
115,
|
|
2212
|
+
119,
|
|
2213
|
+
123,
|
|
2214
|
+
127,
|
|
2215
|
+
136
|
|
2163
2216
|
]
|
|
2164
2217
|
},
|
|
2165
2218
|
{
|
|
2166
2219
|
"title": "Methods",
|
|
2167
2220
|
"children": [
|
|
2168
|
-
165,
|
|
2169
|
-
167,
|
|
2170
2221
|
169,
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2222
|
+
171,
|
|
2223
|
+
173,
|
|
2224
|
+
178,
|
|
2225
|
+
184,
|
|
2226
|
+
189,
|
|
2227
|
+
175
|
|
2175
2228
|
]
|
|
2176
2229
|
}
|
|
2177
2230
|
],
|
|
2178
2231
|
"sources": [
|
|
2179
2232
|
{
|
|
2180
2233
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2181
|
-
"line":
|
|
2234
|
+
"line": 79,
|
|
2182
2235
|
"character": 13,
|
|
2183
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2236
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L79"
|
|
2184
2237
|
}
|
|
2185
2238
|
],
|
|
2186
2239
|
"implementedTypes": [
|
|
@@ -2247,7 +2300,7 @@
|
|
|
2247
2300
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2248
2301
|
"line": 5,
|
|
2249
2302
|
"character": 2,
|
|
2250
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2303
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L5"
|
|
2251
2304
|
}
|
|
2252
2305
|
],
|
|
2253
2306
|
"type": {
|
|
@@ -2282,7 +2335,7 @@
|
|
|
2282
2335
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2283
2336
|
"line": 10,
|
|
2284
2337
|
"character": 2,
|
|
2285
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2338
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L10"
|
|
2286
2339
|
}
|
|
2287
2340
|
],
|
|
2288
2341
|
"type": {
|
|
@@ -2305,7 +2358,7 @@
|
|
|
2305
2358
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2306
2359
|
"line": 1,
|
|
2307
2360
|
"character": 17,
|
|
2308
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2361
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L1"
|
|
2309
2362
|
}
|
|
2310
2363
|
]
|
|
2311
2364
|
},
|
|
@@ -2335,7 +2388,7 @@
|
|
|
2335
2388
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2336
2389
|
"line": 5,
|
|
2337
2390
|
"character": 2,
|
|
2338
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2391
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L5"
|
|
2339
2392
|
}
|
|
2340
2393
|
],
|
|
2341
2394
|
"type": {
|
|
@@ -2362,7 +2415,7 @@
|
|
|
2362
2415
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2363
2416
|
"line": 10,
|
|
2364
2417
|
"character": 2,
|
|
2365
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2418
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L10"
|
|
2366
2419
|
}
|
|
2367
2420
|
],
|
|
2368
2421
|
"type": {
|
|
@@ -2407,7 +2460,7 @@
|
|
|
2407
2460
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2408
2461
|
"line": 16,
|
|
2409
2462
|
"character": 2,
|
|
2410
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2463
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L16"
|
|
2411
2464
|
}
|
|
2412
2465
|
],
|
|
2413
2466
|
"type": {
|
|
@@ -2431,7 +2484,7 @@
|
|
|
2431
2484
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2432
2485
|
"line": 1,
|
|
2433
2486
|
"character": 17,
|
|
2434
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2487
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L1"
|
|
2435
2488
|
}
|
|
2436
2489
|
]
|
|
2437
2490
|
},
|
|
@@ -2461,7 +2514,7 @@
|
|
|
2461
2514
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2462
2515
|
"line": 5,
|
|
2463
2516
|
"character": 2,
|
|
2464
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2517
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L5"
|
|
2465
2518
|
}
|
|
2466
2519
|
],
|
|
2467
2520
|
"type": {
|
|
@@ -2488,7 +2541,7 @@
|
|
|
2488
2541
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2489
2542
|
"line": 26,
|
|
2490
2543
|
"character": 2,
|
|
2491
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2544
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L26"
|
|
2492
2545
|
}
|
|
2493
2546
|
],
|
|
2494
2547
|
"type": {
|
|
@@ -2563,7 +2616,7 @@
|
|
|
2563
2616
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2564
2617
|
"line": 21,
|
|
2565
2618
|
"character": 2,
|
|
2566
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2619
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L21"
|
|
2567
2620
|
}
|
|
2568
2621
|
],
|
|
2569
2622
|
"type": {
|
|
@@ -2590,7 +2643,7 @@
|
|
|
2590
2643
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2591
2644
|
"line": 10,
|
|
2592
2645
|
"character": 2,
|
|
2593
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2646
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L10"
|
|
2594
2647
|
}
|
|
2595
2648
|
],
|
|
2596
2649
|
"type": {
|
|
@@ -2617,7 +2670,7 @@
|
|
|
2617
2670
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2618
2671
|
"line": 15,
|
|
2619
2672
|
"character": 2,
|
|
2620
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2673
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L15"
|
|
2621
2674
|
}
|
|
2622
2675
|
],
|
|
2623
2676
|
"type": {
|
|
@@ -2644,7 +2697,7 @@
|
|
|
2644
2697
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2645
2698
|
"line": 31,
|
|
2646
2699
|
"character": 2,
|
|
2647
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2700
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L31"
|
|
2648
2701
|
}
|
|
2649
2702
|
],
|
|
2650
2703
|
"type": {
|
|
@@ -2671,7 +2724,7 @@
|
|
|
2671
2724
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2672
2725
|
"line": 41,
|
|
2673
2726
|
"character": 2,
|
|
2674
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2727
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L41"
|
|
2675
2728
|
}
|
|
2676
2729
|
],
|
|
2677
2730
|
"type": {
|
|
@@ -2698,7 +2751,7 @@
|
|
|
2698
2751
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2699
2752
|
"line": 36,
|
|
2700
2753
|
"character": 2,
|
|
2701
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2754
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L36"
|
|
2702
2755
|
}
|
|
2703
2756
|
],
|
|
2704
2757
|
"type": {
|
|
@@ -2727,7 +2780,7 @@
|
|
|
2727
2780
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2728
2781
|
"line": 1,
|
|
2729
2782
|
"character": 17,
|
|
2730
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2783
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L1"
|
|
2731
2784
|
}
|
|
2732
2785
|
]
|
|
2733
2786
|
},
|
|
@@ -2742,7 +2795,7 @@
|
|
|
2742
2795
|
"fileName": "projects/text-editor/src/modules/text-editor/types/link-window-options-type.ts",
|
|
2743
2796
|
"line": 1,
|
|
2744
2797
|
"character": 12,
|
|
2745
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2798
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/link-window-options-type.ts#L1"
|
|
2746
2799
|
}
|
|
2747
2800
|
],
|
|
2748
2801
|
"type": {
|
|
@@ -2770,7 +2823,7 @@
|
|
|
2770
2823
|
"fileName": "projects/text-editor/src/modules/text-editor/types/menu-type.ts",
|
|
2771
2824
|
"line": 1,
|
|
2772
2825
|
"character": 12,
|
|
2773
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2826
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts#L1"
|
|
2774
2827
|
}
|
|
2775
2828
|
],
|
|
2776
2829
|
"type": {
|
|
@@ -2802,7 +2855,7 @@
|
|
|
2802
2855
|
"fileName": "projects/text-editor/src/modules/text-editor/types/toolbar-action-type.ts",
|
|
2803
2856
|
"line": 1,
|
|
2804
2857
|
"character": 12,
|
|
2805
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2858
|
+
"url": "https://github.com/blackbaud/skyux/blob/63d0df3/libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts#L1"
|
|
2806
2859
|
}
|
|
2807
2860
|
],
|
|
2808
2861
|
"type": {
|
|
@@ -3117,205 +3170,217 @@
|
|
|
3117
3170
|
},
|
|
3118
3171
|
"112": {
|
|
3119
3172
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3120
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3173
|
+
"qualifiedName": "SkyTextEditorComponent.labelText"
|
|
3121
3174
|
},
|
|
3122
3175
|
"113": {
|
|
3123
3176
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3124
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3177
|
+
"qualifiedName": "SkyTextEditorComponent.labelText"
|
|
3125
3178
|
},
|
|
3126
3179
|
"114": {
|
|
3127
3180
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3128
|
-
"qualifiedName": "
|
|
3181
|
+
"qualifiedName": "value"
|
|
3129
3182
|
},
|
|
3130
3183
|
"115": {
|
|
3131
3184
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3132
|
-
"qualifiedName": "
|
|
3185
|
+
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3133
3186
|
},
|
|
3134
3187
|
"116": {
|
|
3135
3188
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3136
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3189
|
+
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3137
3190
|
},
|
|
3138
3191
|
"117": {
|
|
3139
3192
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3140
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3193
|
+
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3141
3194
|
},
|
|
3142
3195
|
"118": {
|
|
3143
3196
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3144
|
-
"qualifiedName": "
|
|
3197
|
+
"qualifiedName": "value"
|
|
3145
3198
|
},
|
|
3146
3199
|
"119": {
|
|
3147
3200
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3148
|
-
"qualifiedName": "
|
|
3201
|
+
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3149
3202
|
},
|
|
3150
3203
|
"120": {
|
|
3151
3204
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3152
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3205
|
+
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3153
3206
|
},
|
|
3154
3207
|
"121": {
|
|
3155
3208
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3156
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3209
|
+
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3157
3210
|
},
|
|
3158
3211
|
"122": {
|
|
3159
3212
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3160
|
-
"qualifiedName": "
|
|
3213
|
+
"qualifiedName": "value"
|
|
3161
3214
|
},
|
|
3162
3215
|
"123": {
|
|
3163
3216
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3164
|
-
"qualifiedName": "
|
|
3217
|
+
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3165
3218
|
},
|
|
3166
3219
|
"124": {
|
|
3167
3220
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3168
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3221
|
+
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3169
3222
|
},
|
|
3170
3223
|
"125": {
|
|
3171
3224
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3172
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3225
|
+
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3173
3226
|
},
|
|
3174
3227
|
"126": {
|
|
3175
3228
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3176
|
-
"qualifiedName": "
|
|
3229
|
+
"qualifiedName": "value"
|
|
3177
3230
|
},
|
|
3178
3231
|
"127": {
|
|
3179
3232
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3180
|
-
"qualifiedName": "
|
|
3233
|
+
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3181
3234
|
},
|
|
3182
3235
|
"128": {
|
|
3183
3236
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3184
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3237
|
+
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3185
3238
|
},
|
|
3186
3239
|
"129": {
|
|
3187
3240
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3188
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3241
|
+
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3189
3242
|
},
|
|
3190
3243
|
"130": {
|
|
3191
3244
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3192
|
-
"qualifiedName": "
|
|
3245
|
+
"qualifiedName": "value"
|
|
3193
3246
|
},
|
|
3194
3247
|
"131": {
|
|
3195
3248
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3196
|
-
"qualifiedName": "
|
|
3249
|
+
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3197
3250
|
},
|
|
3198
3251
|
"132": {
|
|
3199
3252
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3200
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3253
|
+
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3201
3254
|
},
|
|
3202
3255
|
"133": {
|
|
3203
3256
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3204
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3257
|
+
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3205
3258
|
},
|
|
3206
3259
|
"134": {
|
|
3207
3260
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3208
|
-
"qualifiedName": "
|
|
3261
|
+
"qualifiedName": "value"
|
|
3209
3262
|
},
|
|
3210
3263
|
"135": {
|
|
3211
3264
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3212
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3265
|
+
"qualifiedName": "SkyTextEditorComponent.iframeRef"
|
|
3213
3266
|
},
|
|
3214
3267
|
"136": {
|
|
3215
3268
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3216
|
-
"qualifiedName": "value"
|
|
3269
|
+
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3217
3270
|
},
|
|
3218
3271
|
"137": {
|
|
3219
3272
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3220
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3273
|
+
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3221
3274
|
},
|
|
3222
3275
|
"138": {
|
|
3223
3276
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3224
|
-
"qualifiedName": "SkyTextEditorComponent.
|
|
3277
|
+
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3225
3278
|
},
|
|
3226
3279
|
"139": {
|
|
3280
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3281
|
+
"qualifiedName": "value"
|
|
3282
|
+
},
|
|
3283
|
+
"140": {
|
|
3284
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3285
|
+
"qualifiedName": "SkyTextEditorComponent.inputTemplateRef"
|
|
3286
|
+
},
|
|
3287
|
+
"141": {
|
|
3288
|
+
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3289
|
+
"qualifiedName": "SkyTextEditorComponent.editorFocusStream"
|
|
3290
|
+
},
|
|
3291
|
+
"142": {
|
|
3227
3292
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3228
3293
|
"qualifiedName": "SkyTextEditorComponent.formControlClass"
|
|
3229
3294
|
},
|
|
3230
|
-
"
|
|
3295
|
+
"169": {
|
|
3231
3296
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3232
3297
|
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3233
3298
|
},
|
|
3234
|
-
"
|
|
3299
|
+
"170": {
|
|
3235
3300
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3236
3301
|
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3237
3302
|
},
|
|
3238
|
-
"
|
|
3303
|
+
"171": {
|
|
3239
3304
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3240
3305
|
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3241
3306
|
},
|
|
3242
|
-
"
|
|
3307
|
+
"172": {
|
|
3243
3308
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3244
3309
|
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3245
3310
|
},
|
|
3246
|
-
"
|
|
3311
|
+
"173": {
|
|
3247
3312
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3248
3313
|
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3249
3314
|
},
|
|
3250
|
-
"
|
|
3315
|
+
"174": {
|
|
3251
3316
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3252
3317
|
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3253
3318
|
},
|
|
3254
|
-
"
|
|
3319
|
+
"175": {
|
|
3255
3320
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3256
3321
|
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3257
3322
|
},
|
|
3258
|
-
"
|
|
3323
|
+
"176": {
|
|
3259
3324
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3260
3325
|
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3261
3326
|
},
|
|
3262
|
-
"
|
|
3327
|
+
"177": {
|
|
3263
3328
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3264
3329
|
"qualifiedName": "value"
|
|
3265
3330
|
},
|
|
3266
|
-
"
|
|
3331
|
+
"178": {
|
|
3267
3332
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3268
3333
|
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3269
3334
|
},
|
|
3270
|
-
"
|
|
3335
|
+
"179": {
|
|
3271
3336
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3272
3337
|
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3273
3338
|
},
|
|
3274
|
-
"
|
|
3339
|
+
"180": {
|
|
3275
3340
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3276
3341
|
"qualifiedName": "fn"
|
|
3277
3342
|
},
|
|
3278
|
-
"
|
|
3343
|
+
"181": {
|
|
3279
3344
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3280
3345
|
"qualifiedName": "__type"
|
|
3281
3346
|
},
|
|
3282
|
-
"
|
|
3347
|
+
"182": {
|
|
3283
3348
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3284
3349
|
"qualifiedName": "__type"
|
|
3285
3350
|
},
|
|
3286
|
-
"
|
|
3351
|
+
"183": {
|
|
3287
3352
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3288
3353
|
"qualifiedName": "value"
|
|
3289
3354
|
},
|
|
3290
|
-
"
|
|
3355
|
+
"184": {
|
|
3291
3356
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3292
3357
|
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3293
3358
|
},
|
|
3294
|
-
"
|
|
3359
|
+
"185": {
|
|
3295
3360
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3296
3361
|
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3297
3362
|
},
|
|
3298
|
-
"
|
|
3363
|
+
"186": {
|
|
3299
3364
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3300
3365
|
"qualifiedName": "fn"
|
|
3301
3366
|
},
|
|
3302
|
-
"
|
|
3367
|
+
"187": {
|
|
3303
3368
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3304
3369
|
"qualifiedName": "__type"
|
|
3305
3370
|
},
|
|
3306
|
-
"
|
|
3371
|
+
"188": {
|
|
3307
3372
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3308
3373
|
"qualifiedName": "__type"
|
|
3309
3374
|
},
|
|
3310
|
-
"
|
|
3375
|
+
"189": {
|
|
3311
3376
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3312
3377
|
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3313
3378
|
},
|
|
3314
|
-
"
|
|
3379
|
+
"190": {
|
|
3315
3380
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3316
3381
|
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3317
3382
|
},
|
|
3318
|
-
"
|
|
3383
|
+
"191": {
|
|
3319
3384
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3320
3385
|
"qualifiedName": "isDisabled"
|
|
3321
3386
|
}
|
|
@@ -3367,24 +3432,24 @@
|
|
|
3367
3432
|
"@angular/router": "17.3.1",
|
|
3368
3433
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
3369
3434
|
"@schematics/angular": "17.3.2",
|
|
3370
|
-
"@skyux-sdk/testing": "10.
|
|
3371
|
-
"@skyux/animations": "10.
|
|
3372
|
-
"@skyux/assets": "10.
|
|
3373
|
-
"@skyux/colorpicker": "10.
|
|
3374
|
-
"@skyux/config": "10.
|
|
3375
|
-
"@skyux/core": "10.
|
|
3376
|
-
"@skyux/forms": "10.
|
|
3377
|
-
"@skyux/i18n": "10.
|
|
3435
|
+
"@skyux-sdk/testing": "10.4.0",
|
|
3436
|
+
"@skyux/animations": "10.4.0",
|
|
3437
|
+
"@skyux/assets": "10.4.0",
|
|
3438
|
+
"@skyux/colorpicker": "10.4.0",
|
|
3439
|
+
"@skyux/config": "10.4.0",
|
|
3440
|
+
"@skyux/core": "10.4.0",
|
|
3441
|
+
"@skyux/forms": "10.4.0",
|
|
3442
|
+
"@skyux/i18n": "10.4.0",
|
|
3378
3443
|
"@skyux/icons": "7.0.0",
|
|
3379
|
-
"@skyux/indicators": "10.
|
|
3380
|
-
"@skyux/layout": "10.
|
|
3381
|
-
"@skyux/modals": "10.
|
|
3382
|
-
"@skyux/popovers": "10.
|
|
3383
|
-
"@skyux/router": "10.
|
|
3384
|
-
"@skyux/tabs": "10.
|
|
3385
|
-
"@skyux/text-editor": "10.
|
|
3386
|
-
"@skyux/theme": "10.
|
|
3387
|
-
"@skyux/validation": "10.
|
|
3444
|
+
"@skyux/indicators": "10.4.0",
|
|
3445
|
+
"@skyux/layout": "10.4.0",
|
|
3446
|
+
"@skyux/modals": "10.4.0",
|
|
3447
|
+
"@skyux/popovers": "10.4.0",
|
|
3448
|
+
"@skyux/router": "10.4.0",
|
|
3449
|
+
"@skyux/tabs": "10.4.0",
|
|
3450
|
+
"@skyux/text-editor": "10.4.0",
|
|
3451
|
+
"@skyux/theme": "10.4.0",
|
|
3452
|
+
"@skyux/validation": "10.4.0",
|
|
3388
3453
|
"axe-core": "4.9.0",
|
|
3389
3454
|
"cross-spawn": "7.0.3",
|
|
3390
3455
|
"dompurify": "3.0.11",
|
|
@@ -3410,24 +3475,24 @@
|
|
|
3410
3475
|
"@angular/router": "17.3.1",
|
|
3411
3476
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
3412
3477
|
"@schematics/angular": "17.3.2",
|
|
3413
|
-
"@skyux-sdk/testing": "10.
|
|
3414
|
-
"@skyux/animations": "10.
|
|
3415
|
-
"@skyux/assets": "10.
|
|
3416
|
-
"@skyux/colorpicker": "10.
|
|
3417
|
-
"@skyux/config": "10.
|
|
3418
|
-
"@skyux/core": "10.
|
|
3419
|
-
"@skyux/forms": "10.
|
|
3420
|
-
"@skyux/i18n": "10.
|
|
3478
|
+
"@skyux-sdk/testing": "10.4.0",
|
|
3479
|
+
"@skyux/animations": "10.4.0",
|
|
3480
|
+
"@skyux/assets": "10.4.0",
|
|
3481
|
+
"@skyux/colorpicker": "10.4.0",
|
|
3482
|
+
"@skyux/config": "10.4.0",
|
|
3483
|
+
"@skyux/core": "10.4.0",
|
|
3484
|
+
"@skyux/forms": "10.4.0",
|
|
3485
|
+
"@skyux/i18n": "10.4.0",
|
|
3421
3486
|
"@skyux/icons": "7.0.0",
|
|
3422
|
-
"@skyux/indicators": "10.
|
|
3423
|
-
"@skyux/layout": "10.
|
|
3424
|
-
"@skyux/modals": "10.
|
|
3425
|
-
"@skyux/popovers": "10.
|
|
3426
|
-
"@skyux/router": "10.
|
|
3427
|
-
"@skyux/tabs": "10.
|
|
3428
|
-
"@skyux/text-editor": "10.
|
|
3429
|
-
"@skyux/theme": "10.
|
|
3430
|
-
"@skyux/validation": "10.
|
|
3487
|
+
"@skyux/indicators": "10.4.0",
|
|
3488
|
+
"@skyux/layout": "10.4.0",
|
|
3489
|
+
"@skyux/modals": "10.4.0",
|
|
3490
|
+
"@skyux/popovers": "10.4.0",
|
|
3491
|
+
"@skyux/router": "10.4.0",
|
|
3492
|
+
"@skyux/tabs": "10.4.0",
|
|
3493
|
+
"@skyux/text-editor": "10.4.0",
|
|
3494
|
+
"@skyux/theme": "10.4.0",
|
|
3495
|
+
"@skyux/validation": "10.4.0",
|
|
3431
3496
|
"axe-core": "4.9.0",
|
|
3432
3497
|
"cross-spawn": "7.0.3",
|
|
3433
3498
|
"dompurify": "3.0.11",
|
|
@@ -3453,24 +3518,24 @@
|
|
|
3453
3518
|
"@angular/router": "17.3.1",
|
|
3454
3519
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
3455
3520
|
"@schematics/angular": "17.3.2",
|
|
3456
|
-
"@skyux-sdk/testing": "10.
|
|
3457
|
-
"@skyux/animations": "10.
|
|
3458
|
-
"@skyux/assets": "10.
|
|
3459
|
-
"@skyux/colorpicker": "10.
|
|
3460
|
-
"@skyux/config": "10.
|
|
3461
|
-
"@skyux/core": "10.
|
|
3462
|
-
"@skyux/forms": "10.
|
|
3463
|
-
"@skyux/i18n": "10.
|
|
3521
|
+
"@skyux-sdk/testing": "10.4.0",
|
|
3522
|
+
"@skyux/animations": "10.4.0",
|
|
3523
|
+
"@skyux/assets": "10.4.0",
|
|
3524
|
+
"@skyux/colorpicker": "10.4.0",
|
|
3525
|
+
"@skyux/config": "10.4.0",
|
|
3526
|
+
"@skyux/core": "10.4.0",
|
|
3527
|
+
"@skyux/forms": "10.4.0",
|
|
3528
|
+
"@skyux/i18n": "10.4.0",
|
|
3464
3529
|
"@skyux/icons": "7.0.0",
|
|
3465
|
-
"@skyux/indicators": "10.
|
|
3466
|
-
"@skyux/layout": "10.
|
|
3467
|
-
"@skyux/modals": "10.
|
|
3468
|
-
"@skyux/popovers": "10.
|
|
3469
|
-
"@skyux/router": "10.
|
|
3470
|
-
"@skyux/tabs": "10.
|
|
3471
|
-
"@skyux/text-editor": "10.
|
|
3472
|
-
"@skyux/theme": "10.
|
|
3473
|
-
"@skyux/validation": "10.
|
|
3530
|
+
"@skyux/indicators": "10.4.0",
|
|
3531
|
+
"@skyux/layout": "10.4.0",
|
|
3532
|
+
"@skyux/modals": "10.4.0",
|
|
3533
|
+
"@skyux/popovers": "10.4.0",
|
|
3534
|
+
"@skyux/router": "10.4.0",
|
|
3535
|
+
"@skyux/tabs": "10.4.0",
|
|
3536
|
+
"@skyux/text-editor": "10.4.0",
|
|
3537
|
+
"@skyux/theme": "10.4.0",
|
|
3538
|
+
"@skyux/validation": "10.4.0",
|
|
3474
3539
|
"axe-core": "4.9.0",
|
|
3475
3540
|
"cross-spawn": "7.0.3",
|
|
3476
3541
|
"dompurify": "3.0.11",
|