@skyux/text-editor 11.0.0-alpha.1 → 11.0.0-alpha.11
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 +460 -553
- package/esm2022/lib/modules/rich-text-display/rich-text-display.component.mjs +3 -3
- package/esm2022/lib/modules/rich-text-display/rich-text-display.module.mjs +4 -4
- package/esm2022/lib/modules/shared/sky-text-editor-resources.module.mjs +4 -4
- package/esm2022/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +8 -21
- package/esm2022/lib/modules/text-editor/services/text-editor-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-editor-selection.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-editor.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/services/text-sanitization.service.mjs +3 -3
- package/esm2022/lib/modules/text-editor/text-editor.component.mjs +16 -25
- package/esm2022/lib/modules/text-editor/text-editor.module.mjs +4 -4
- package/esm2022/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +8 -19
- package/esm2022/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +3 -3
- package/fesm2022/skyux-text-editor.mjs +58 -89
- package/fesm2022/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/menubar/text-editor-menubar.component.d.ts +2 -2
- package/lib/modules/text-editor/text-editor.component.d.ts +5 -6
- package/lib/modules/text-editor/toolbar/text-editor-toolbar.component.d.ts +2 -2
- package/package.json +18 -18
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/701eee6/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/701eee6/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": 39,
|
|
102
102
|
"character": 2,
|
|
103
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
103
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L39"
|
|
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": 39,
|
|
117
117
|
"character": 2,
|
|
118
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
118
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L39"
|
|
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": 32,
|
|
176
176
|
"character": 9,
|
|
177
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
177
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L32"
|
|
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/701eee6/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/701eee6/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/701eee6/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L10"
|
|
281
281
|
}
|
|
282
282
|
],
|
|
283
283
|
"decorators": [
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
]
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
|
-
"id":
|
|
293
|
+
"id": 82,
|
|
294
294
|
"name": "SkyTextEditorComponent",
|
|
295
295
|
"variant": "declaration",
|
|
296
296
|
"kind": 128,
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
},
|
|
306
306
|
"children": [
|
|
307
307
|
{
|
|
308
|
-
"id":
|
|
308
|
+
"id": 83,
|
|
309
309
|
"name": "constructor",
|
|
310
310
|
"variant": "declaration",
|
|
311
311
|
"kind": 512,
|
|
@@ -313,14 +313,14 @@
|
|
|
313
313
|
"sources": [
|
|
314
314
|
{
|
|
315
315
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
316
|
-
"line":
|
|
316
|
+
"line": 419,
|
|
317
317
|
"character": 2,
|
|
318
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
318
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L419"
|
|
319
319
|
}
|
|
320
320
|
],
|
|
321
321
|
"signatures": [
|
|
322
322
|
{
|
|
323
|
-
"id":
|
|
323
|
+
"id": 84,
|
|
324
324
|
"name": "SkyTextEditorComponent",
|
|
325
325
|
"variant": "signature",
|
|
326
326
|
"kind": 16384,
|
|
@@ -328,14 +328,14 @@
|
|
|
328
328
|
"sources": [
|
|
329
329
|
{
|
|
330
330
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
331
|
-
"line":
|
|
331
|
+
"line": 419,
|
|
332
332
|
"character": 2,
|
|
333
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
333
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L419"
|
|
334
334
|
}
|
|
335
335
|
],
|
|
336
336
|
"type": {
|
|
337
337
|
"type": "reference",
|
|
338
|
-
"target":
|
|
338
|
+
"target": 82,
|
|
339
339
|
"name": "SkyTextEditorComponent",
|
|
340
340
|
"package": "@skyux/text-editor"
|
|
341
341
|
}
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
]
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
|
-
"id":
|
|
346
|
+
"id": 85,
|
|
347
347
|
"name": "autofocus",
|
|
348
348
|
"variant": "declaration",
|
|
349
349
|
"kind": 1024,
|
|
@@ -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": 98,
|
|
365
365
|
"character": 9,
|
|
366
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
366
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L98"
|
|
367
367
|
}
|
|
368
368
|
],
|
|
369
369
|
"type": {
|
|
@@ -378,29 +378,7 @@
|
|
|
378
378
|
]
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
|
-
"id":
|
|
382
|
-
"name": "display",
|
|
383
|
-
"variant": "declaration",
|
|
384
|
-
"kind": 1024,
|
|
385
|
-
"flags": {
|
|
386
|
-
"isPublic": true
|
|
387
|
-
},
|
|
388
|
-
"sources": [
|
|
389
|
-
{
|
|
390
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
391
|
-
"line": 391,
|
|
392
|
-
"character": 9,
|
|
393
|
-
"url": "https://github.com/blackbaud/skyux/blob/f7b1b6e/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L391"
|
|
394
|
-
}
|
|
395
|
-
],
|
|
396
|
-
"type": {
|
|
397
|
-
"type": "intrinsic",
|
|
398
|
-
"name": "string"
|
|
399
|
-
},
|
|
400
|
-
"decorators": []
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"id": 146,
|
|
381
|
+
"id": 141,
|
|
404
382
|
"name": "editorFocusStream",
|
|
405
383
|
"variant": "declaration",
|
|
406
384
|
"kind": 1024,
|
|
@@ -410,9 +388,9 @@
|
|
|
410
388
|
"sources": [
|
|
411
389
|
{
|
|
412
390
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
413
|
-
"line":
|
|
391
|
+
"line": 380,
|
|
414
392
|
"character": 9,
|
|
415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
393
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L380"
|
|
416
394
|
}
|
|
417
395
|
],
|
|
418
396
|
"type": {
|
|
@@ -434,7 +412,7 @@
|
|
|
434
412
|
"decorators": []
|
|
435
413
|
},
|
|
436
414
|
{
|
|
437
|
-
"id":
|
|
415
|
+
"id": 142,
|
|
438
416
|
"name": "formControlClass",
|
|
439
417
|
"variant": "declaration",
|
|
440
418
|
"kind": 1024,
|
|
@@ -444,9 +422,9 @@
|
|
|
444
422
|
"sources": [
|
|
445
423
|
{
|
|
446
424
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
447
|
-
"line":
|
|
425
|
+
"line": 383,
|
|
448
426
|
"character": 9,
|
|
449
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
427
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L383"
|
|
450
428
|
}
|
|
451
429
|
],
|
|
452
430
|
"type": {
|
|
@@ -457,7 +435,7 @@
|
|
|
457
435
|
"decorators": []
|
|
458
436
|
},
|
|
459
437
|
{
|
|
460
|
-
"id":
|
|
438
|
+
"id": 134,
|
|
461
439
|
"name": "helpKey",
|
|
462
440
|
"variant": "declaration",
|
|
463
441
|
"kind": 1024,
|
|
@@ -475,9 +453,9 @@
|
|
|
475
453
|
"sources": [
|
|
476
454
|
{
|
|
477
455
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
478
|
-
"line":
|
|
456
|
+
"line": 322,
|
|
479
457
|
"character": 9,
|
|
480
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
458
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L322"
|
|
481
459
|
}
|
|
482
460
|
],
|
|
483
461
|
"type": {
|
|
@@ -491,7 +469,7 @@
|
|
|
491
469
|
]
|
|
492
470
|
},
|
|
493
471
|
{
|
|
494
|
-
"id":
|
|
472
|
+
"id": 98,
|
|
495
473
|
"name": "helpPopoverContent",
|
|
496
474
|
"variant": "declaration",
|
|
497
475
|
"kind": 1024,
|
|
@@ -517,9 +495,9 @@
|
|
|
517
495
|
"sources": [
|
|
518
496
|
{
|
|
519
497
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
520
|
-
"line":
|
|
498
|
+
"line": 174,
|
|
521
499
|
"character": 9,
|
|
522
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
500
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L174"
|
|
523
501
|
}
|
|
524
502
|
],
|
|
525
503
|
"type": {
|
|
@@ -553,7 +531,7 @@
|
|
|
553
531
|
]
|
|
554
532
|
},
|
|
555
533
|
{
|
|
556
|
-
"id":
|
|
534
|
+
"id": 99,
|
|
557
535
|
"name": "helpPopoverTitle",
|
|
558
536
|
"variant": "declaration",
|
|
559
537
|
"kind": 1024,
|
|
@@ -579,9 +557,9 @@
|
|
|
579
557
|
"sources": [
|
|
580
558
|
{
|
|
581
559
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
582
|
-
"line":
|
|
560
|
+
"line": 181,
|
|
583
561
|
"character": 9,
|
|
584
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
562
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L181"
|
|
585
563
|
}
|
|
586
564
|
],
|
|
587
565
|
"type": {
|
|
@@ -595,7 +573,7 @@
|
|
|
595
573
|
]
|
|
596
574
|
},
|
|
597
575
|
{
|
|
598
|
-
"id":
|
|
576
|
+
"id": 100,
|
|
599
577
|
"name": "hintText",
|
|
600
578
|
"variant": "declaration",
|
|
601
579
|
"kind": 1024,
|
|
@@ -613,9 +591,9 @@
|
|
|
613
591
|
"sources": [
|
|
614
592
|
{
|
|
615
593
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
616
|
-
"line":
|
|
594
|
+
"line": 188,
|
|
617
595
|
"character": 9,
|
|
618
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
596
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L188"
|
|
619
597
|
}
|
|
620
598
|
],
|
|
621
599
|
"type": {
|
|
@@ -629,7 +607,7 @@
|
|
|
629
607
|
]
|
|
630
608
|
},
|
|
631
609
|
{
|
|
632
|
-
"id":
|
|
610
|
+
"id": 135,
|
|
633
611
|
"name": "iframeRef",
|
|
634
612
|
"variant": "declaration",
|
|
635
613
|
"kind": 1024,
|
|
@@ -639,9 +617,9 @@
|
|
|
639
617
|
"sources": [
|
|
640
618
|
{
|
|
641
619
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
642
|
-
"line":
|
|
620
|
+
"line": 325,
|
|
643
621
|
"character": 9,
|
|
644
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
622
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L325"
|
|
645
623
|
}
|
|
646
624
|
],
|
|
647
625
|
"type": {
|
|
@@ -662,7 +640,7 @@
|
|
|
662
640
|
"decorators": []
|
|
663
641
|
},
|
|
664
642
|
{
|
|
665
|
-
"id":
|
|
643
|
+
"id": 140,
|
|
666
644
|
"name": "inputTemplateRef",
|
|
667
645
|
"variant": "declaration",
|
|
668
646
|
"kind": 1024,
|
|
@@ -672,9 +650,9 @@
|
|
|
672
650
|
"sources": [
|
|
673
651
|
{
|
|
674
652
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
675
|
-
"line":
|
|
653
|
+
"line": 378,
|
|
676
654
|
"character": 9,
|
|
677
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
655
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L378"
|
|
678
656
|
}
|
|
679
657
|
],
|
|
680
658
|
"type": {
|
|
@@ -695,7 +673,7 @@
|
|
|
695
673
|
"decorators": []
|
|
696
674
|
},
|
|
697
675
|
{
|
|
698
|
-
"id":
|
|
676
|
+
"id": 125,
|
|
699
677
|
"name": "stacked",
|
|
700
678
|
"variant": "declaration",
|
|
701
679
|
"kind": 1024,
|
|
@@ -713,9 +691,9 @@
|
|
|
713
691
|
"sources": [
|
|
714
692
|
{
|
|
715
693
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
716
|
-
"line":
|
|
694
|
+
"line": 284,
|
|
717
695
|
"character": 9,
|
|
718
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
696
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L284"
|
|
719
697
|
}
|
|
720
698
|
],
|
|
721
699
|
"type": {
|
|
@@ -733,7 +711,7 @@
|
|
|
733
711
|
]
|
|
734
712
|
},
|
|
735
713
|
{
|
|
736
|
-
"id":
|
|
714
|
+
"id": 86,
|
|
737
715
|
"name": "disabled",
|
|
738
716
|
"variant": "declaration",
|
|
739
717
|
"kind": 262144,
|
|
@@ -743,19 +721,19 @@
|
|
|
743
721
|
"sources": [
|
|
744
722
|
{
|
|
745
723
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
746
|
-
"line":
|
|
724
|
+
"line": 106,
|
|
747
725
|
"character": 13,
|
|
748
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
726
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L106"
|
|
749
727
|
},
|
|
750
728
|
{
|
|
751
729
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
752
|
-
"line":
|
|
730
|
+
"line": 138,
|
|
753
731
|
"character": 13,
|
|
754
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
732
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L138"
|
|
755
733
|
}
|
|
756
734
|
],
|
|
757
735
|
"getSignature": {
|
|
758
|
-
"id":
|
|
736
|
+
"id": 87,
|
|
759
737
|
"name": "disabled",
|
|
760
738
|
"variant": "signature",
|
|
761
739
|
"kind": 524288,
|
|
@@ -763,9 +741,9 @@
|
|
|
763
741
|
"sources": [
|
|
764
742
|
{
|
|
765
743
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
766
|
-
"line":
|
|
744
|
+
"line": 138,
|
|
767
745
|
"character": 13,
|
|
768
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
746
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L138"
|
|
769
747
|
}
|
|
770
748
|
],
|
|
771
749
|
"type": {
|
|
@@ -774,7 +752,7 @@
|
|
|
774
752
|
}
|
|
775
753
|
},
|
|
776
754
|
"setSignature": {
|
|
777
|
-
"id":
|
|
755
|
+
"id": 88,
|
|
778
756
|
"name": "disabled",
|
|
779
757
|
"variant": "signature",
|
|
780
758
|
"kind": 1048576,
|
|
@@ -809,14 +787,14 @@
|
|
|
809
787
|
"sources": [
|
|
810
788
|
{
|
|
811
789
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
812
|
-
"line":
|
|
790
|
+
"line": 106,
|
|
813
791
|
"character": 13,
|
|
814
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
792
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L106"
|
|
815
793
|
}
|
|
816
794
|
],
|
|
817
795
|
"parameters": [
|
|
818
796
|
{
|
|
819
|
-
"id":
|
|
797
|
+
"id": 89,
|
|
820
798
|
"name": "value",
|
|
821
799
|
"variant": "param",
|
|
822
800
|
"kind": 32768,
|
|
@@ -834,12 +812,15 @@
|
|
|
834
812
|
},
|
|
835
813
|
"decorators": [
|
|
836
814
|
{
|
|
837
|
-
"name": "Input"
|
|
815
|
+
"name": "Input",
|
|
816
|
+
"arguments": {
|
|
817
|
+
"transform": "booleanAttribute"
|
|
818
|
+
}
|
|
838
819
|
}
|
|
839
820
|
]
|
|
840
821
|
},
|
|
841
822
|
{
|
|
842
|
-
"id":
|
|
823
|
+
"id": 90,
|
|
843
824
|
"name": "fontList",
|
|
844
825
|
"variant": "declaration",
|
|
845
826
|
"kind": 262144,
|
|
@@ -849,19 +830,19 @@
|
|
|
849
830
|
"sources": [
|
|
850
831
|
{
|
|
851
832
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
852
|
-
"line":
|
|
833
|
+
"line": 147,
|
|
853
834
|
"character": 13,
|
|
854
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
835
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L147"
|
|
855
836
|
},
|
|
856
837
|
{
|
|
857
838
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
858
|
-
"line":
|
|
839
|
+
"line": 151,
|
|
859
840
|
"character": 13,
|
|
860
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
841
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L151"
|
|
861
842
|
}
|
|
862
843
|
],
|
|
863
844
|
"getSignature": {
|
|
864
|
-
"id":
|
|
845
|
+
"id": 91,
|
|
865
846
|
"name": "fontList",
|
|
866
847
|
"variant": "signature",
|
|
867
848
|
"kind": 524288,
|
|
@@ -869,9 +850,9 @@
|
|
|
869
850
|
"sources": [
|
|
870
851
|
{
|
|
871
852
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
872
|
-
"line":
|
|
853
|
+
"line": 151,
|
|
873
854
|
"character": 13,
|
|
874
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
855
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L151"
|
|
875
856
|
}
|
|
876
857
|
],
|
|
877
858
|
"type": {
|
|
@@ -885,7 +866,7 @@
|
|
|
885
866
|
}
|
|
886
867
|
},
|
|
887
868
|
"setSignature": {
|
|
888
|
-
"id":
|
|
869
|
+
"id": 92,
|
|
889
870
|
"name": "fontList",
|
|
890
871
|
"variant": "signature",
|
|
891
872
|
"kind": 1048576,
|
|
@@ -912,14 +893,14 @@
|
|
|
912
893
|
"sources": [
|
|
913
894
|
{
|
|
914
895
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
915
|
-
"line":
|
|
896
|
+
"line": 147,
|
|
916
897
|
"character": 13,
|
|
917
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
898
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L147"
|
|
918
899
|
}
|
|
919
900
|
],
|
|
920
901
|
"parameters": [
|
|
921
902
|
{
|
|
922
|
-
"id":
|
|
903
|
+
"id": 93,
|
|
923
904
|
"name": "value",
|
|
924
905
|
"variant": "param",
|
|
925
906
|
"kind": 32768,
|
|
@@ -947,7 +928,7 @@
|
|
|
947
928
|
]
|
|
948
929
|
},
|
|
949
930
|
{
|
|
950
|
-
"id":
|
|
931
|
+
"id": 94,
|
|
951
932
|
"name": "fontSizeList",
|
|
952
933
|
"variant": "declaration",
|
|
953
934
|
"kind": 262144,
|
|
@@ -957,19 +938,19 @@
|
|
|
957
938
|
"sources": [
|
|
958
939
|
{
|
|
959
940
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
960
|
-
"line":
|
|
941
|
+
"line": 160,
|
|
961
942
|
"character": 13,
|
|
962
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
943
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L160"
|
|
963
944
|
},
|
|
964
945
|
{
|
|
965
946
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
966
|
-
"line":
|
|
947
|
+
"line": 164,
|
|
967
948
|
"character": 13,
|
|
968
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
949
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L164"
|
|
969
950
|
}
|
|
970
951
|
],
|
|
971
952
|
"getSignature": {
|
|
972
|
-
"id":
|
|
953
|
+
"id": 95,
|
|
973
954
|
"name": "fontSizeList",
|
|
974
955
|
"variant": "signature",
|
|
975
956
|
"kind": 524288,
|
|
@@ -977,9 +958,9 @@
|
|
|
977
958
|
"sources": [
|
|
978
959
|
{
|
|
979
960
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
980
|
-
"line":
|
|
961
|
+
"line": 164,
|
|
981
962
|
"character": 13,
|
|
982
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
963
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L164"
|
|
983
964
|
}
|
|
984
965
|
],
|
|
985
966
|
"type": {
|
|
@@ -991,7 +972,7 @@
|
|
|
991
972
|
}
|
|
992
973
|
},
|
|
993
974
|
"setSignature": {
|
|
994
|
-
"id":
|
|
975
|
+
"id": 96,
|
|
995
976
|
"name": "fontSizeList",
|
|
996
977
|
"variant": "signature",
|
|
997
978
|
"kind": 1048576,
|
|
@@ -1018,14 +999,14 @@
|
|
|
1018
999
|
"sources": [
|
|
1019
1000
|
{
|
|
1020
1001
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1021
|
-
"line":
|
|
1002
|
+
"line": 160,
|
|
1022
1003
|
"character": 13,
|
|
1023
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1004
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L160"
|
|
1024
1005
|
}
|
|
1025
1006
|
],
|
|
1026
1007
|
"parameters": [
|
|
1027
1008
|
{
|
|
1028
|
-
"id":
|
|
1009
|
+
"id": 97,
|
|
1029
1010
|
"name": "value",
|
|
1030
1011
|
"variant": "param",
|
|
1031
1012
|
"kind": 32768,
|
|
@@ -1051,7 +1032,7 @@
|
|
|
1051
1032
|
]
|
|
1052
1033
|
},
|
|
1053
1034
|
{
|
|
1054
|
-
"id":
|
|
1035
|
+
"id": 101,
|
|
1055
1036
|
"name": "id",
|
|
1056
1037
|
"variant": "declaration",
|
|
1057
1038
|
"kind": 262144,
|
|
@@ -1061,19 +1042,19 @@
|
|
|
1061
1042
|
"sources": [
|
|
1062
1043
|
{
|
|
1063
1044
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1064
|
-
"line":
|
|
1045
|
+
"line": 195,
|
|
1065
1046
|
"character": 13,
|
|
1066
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1047
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L195"
|
|
1067
1048
|
},
|
|
1068
1049
|
{
|
|
1069
1050
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1070
|
-
"line":
|
|
1051
|
+
"line": 199,
|
|
1071
1052
|
"character": 13,
|
|
1072
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1053
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L199"
|
|
1073
1054
|
}
|
|
1074
1055
|
],
|
|
1075
1056
|
"getSignature": {
|
|
1076
|
-
"id":
|
|
1057
|
+
"id": 102,
|
|
1077
1058
|
"name": "id",
|
|
1078
1059
|
"variant": "signature",
|
|
1079
1060
|
"kind": 524288,
|
|
@@ -1081,9 +1062,9 @@
|
|
|
1081
1062
|
"sources": [
|
|
1082
1063
|
{
|
|
1083
1064
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1084
|
-
"line":
|
|
1065
|
+
"line": 199,
|
|
1085
1066
|
"character": 13,
|
|
1086
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1067
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L199"
|
|
1087
1068
|
}
|
|
1088
1069
|
],
|
|
1089
1070
|
"type": {
|
|
@@ -1092,7 +1073,7 @@
|
|
|
1092
1073
|
}
|
|
1093
1074
|
},
|
|
1094
1075
|
"setSignature": {
|
|
1095
|
-
"id":
|
|
1076
|
+
"id": 103,
|
|
1096
1077
|
"name": "id",
|
|
1097
1078
|
"variant": "signature",
|
|
1098
1079
|
"kind": 1048576,
|
|
@@ -1108,14 +1089,14 @@
|
|
|
1108
1089
|
"sources": [
|
|
1109
1090
|
{
|
|
1110
1091
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1111
|
-
"line":
|
|
1092
|
+
"line": 195,
|
|
1112
1093
|
"character": 13,
|
|
1113
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1094
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L195"
|
|
1114
1095
|
}
|
|
1115
1096
|
],
|
|
1116
1097
|
"parameters": [
|
|
1117
1098
|
{
|
|
1118
|
-
"id":
|
|
1099
|
+
"id": 104,
|
|
1119
1100
|
"name": "value",
|
|
1120
1101
|
"variant": "param",
|
|
1121
1102
|
"kind": 32768,
|
|
@@ -1138,7 +1119,7 @@
|
|
|
1138
1119
|
]
|
|
1139
1120
|
},
|
|
1140
1121
|
{
|
|
1141
|
-
"id":
|
|
1122
|
+
"id": 105,
|
|
1142
1123
|
"name": "initialStyleState",
|
|
1143
1124
|
"variant": "declaration",
|
|
1144
1125
|
"kind": 262144,
|
|
@@ -1148,19 +1129,19 @@
|
|
|
1148
1129
|
"sources": [
|
|
1149
1130
|
{
|
|
1150
1131
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1151
|
-
"line":
|
|
1132
|
+
"line": 207,
|
|
1152
1133
|
"character": 13,
|
|
1153
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1134
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L207"
|
|
1154
1135
|
},
|
|
1155
1136
|
{
|
|
1156
1137
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1157
|
-
"line":
|
|
1138
|
+
"line": 218,
|
|
1158
1139
|
"character": 13,
|
|
1159
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1140
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L218"
|
|
1160
1141
|
}
|
|
1161
1142
|
],
|
|
1162
1143
|
"getSignature": {
|
|
1163
|
-
"id":
|
|
1144
|
+
"id": 106,
|
|
1164
1145
|
"name": "initialStyleState",
|
|
1165
1146
|
"variant": "signature",
|
|
1166
1147
|
"kind": 524288,
|
|
@@ -1168,9 +1149,9 @@
|
|
|
1168
1149
|
"sources": [
|
|
1169
1150
|
{
|
|
1170
1151
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1171
|
-
"line":
|
|
1152
|
+
"line": 218,
|
|
1172
1153
|
"character": 13,
|
|
1173
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1154
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L218"
|
|
1174
1155
|
}
|
|
1175
1156
|
],
|
|
1176
1157
|
"type": {
|
|
@@ -1181,7 +1162,7 @@
|
|
|
1181
1162
|
}
|
|
1182
1163
|
},
|
|
1183
1164
|
"setSignature": {
|
|
1184
|
-
"id":
|
|
1165
|
+
"id": 107,
|
|
1185
1166
|
"name": "initialStyleState",
|
|
1186
1167
|
"variant": "signature",
|
|
1187
1168
|
"kind": 1048576,
|
|
@@ -1197,14 +1178,14 @@
|
|
|
1197
1178
|
"sources": [
|
|
1198
1179
|
{
|
|
1199
1180
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1200
|
-
"line":
|
|
1181
|
+
"line": 207,
|
|
1201
1182
|
"character": 13,
|
|
1202
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1183
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L207"
|
|
1203
1184
|
}
|
|
1204
1185
|
],
|
|
1205
1186
|
"parameters": [
|
|
1206
1187
|
{
|
|
1207
|
-
"id":
|
|
1188
|
+
"id": 108,
|
|
1208
1189
|
"name": "state",
|
|
1209
1190
|
"variant": "param",
|
|
1210
1191
|
"kind": 32768,
|
|
@@ -1229,7 +1210,7 @@
|
|
|
1229
1210
|
]
|
|
1230
1211
|
},
|
|
1231
1212
|
{
|
|
1232
|
-
"id":
|
|
1213
|
+
"id": 109,
|
|
1233
1214
|
"name": "labelText",
|
|
1234
1215
|
"variant": "declaration",
|
|
1235
1216
|
"kind": 262144,
|
|
@@ -1239,19 +1220,19 @@
|
|
|
1239
1220
|
"sources": [
|
|
1240
1221
|
{
|
|
1241
1222
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1242
|
-
"line":
|
|
1223
|
+
"line": 226,
|
|
1243
1224
|
"character": 13,
|
|
1244
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1225
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L226"
|
|
1245
1226
|
},
|
|
1246
1227
|
{
|
|
1247
1228
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1248
|
-
"line":
|
|
1229
|
+
"line": 231,
|
|
1249
1230
|
"character": 13,
|
|
1250
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1231
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L231"
|
|
1251
1232
|
}
|
|
1252
1233
|
],
|
|
1253
1234
|
"getSignature": {
|
|
1254
|
-
"id":
|
|
1235
|
+
"id": 110,
|
|
1255
1236
|
"name": "labelText",
|
|
1256
1237
|
"variant": "signature",
|
|
1257
1238
|
"kind": 524288,
|
|
@@ -1259,9 +1240,9 @@
|
|
|
1259
1240
|
"sources": [
|
|
1260
1241
|
{
|
|
1261
1242
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1262
|
-
"line":
|
|
1243
|
+
"line": 231,
|
|
1263
1244
|
"character": 13,
|
|
1264
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1245
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L231"
|
|
1265
1246
|
}
|
|
1266
1247
|
],
|
|
1267
1248
|
"type": {
|
|
@@ -1270,7 +1251,7 @@
|
|
|
1270
1251
|
}
|
|
1271
1252
|
},
|
|
1272
1253
|
"setSignature": {
|
|
1273
|
-
"id":
|
|
1254
|
+
"id": 111,
|
|
1274
1255
|
"name": "labelText",
|
|
1275
1256
|
"variant": "signature",
|
|
1276
1257
|
"kind": 1048576,
|
|
@@ -1286,14 +1267,14 @@
|
|
|
1286
1267
|
"sources": [
|
|
1287
1268
|
{
|
|
1288
1269
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1289
|
-
"line":
|
|
1270
|
+
"line": 226,
|
|
1290
1271
|
"character": 13,
|
|
1291
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1272
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L226"
|
|
1292
1273
|
}
|
|
1293
1274
|
],
|
|
1294
1275
|
"parameters": [
|
|
1295
1276
|
{
|
|
1296
|
-
"id":
|
|
1277
|
+
"id": 112,
|
|
1297
1278
|
"name": "value",
|
|
1298
1279
|
"variant": "param",
|
|
1299
1280
|
"kind": 32768,
|
|
@@ -1316,7 +1297,7 @@
|
|
|
1316
1297
|
]
|
|
1317
1298
|
},
|
|
1318
1299
|
{
|
|
1319
|
-
"id":
|
|
1300
|
+
"id": 130,
|
|
1320
1301
|
"name": "linkWindowOptions",
|
|
1321
1302
|
"variant": "declaration",
|
|
1322
1303
|
"kind": 262144,
|
|
@@ -1326,19 +1307,19 @@
|
|
|
1326
1307
|
"sources": [
|
|
1327
1308
|
{
|
|
1328
1309
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1329
|
-
"line":
|
|
1310
|
+
"line": 306,
|
|
1330
1311
|
"character": 13,
|
|
1331
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1312
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L306"
|
|
1332
1313
|
},
|
|
1333
1314
|
{
|
|
1334
1315
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1335
|
-
"line":
|
|
1316
|
+
"line": 312,
|
|
1336
1317
|
"character": 13,
|
|
1337
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1318
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L312"
|
|
1338
1319
|
}
|
|
1339
1320
|
],
|
|
1340
1321
|
"getSignature": {
|
|
1341
|
-
"id":
|
|
1322
|
+
"id": 131,
|
|
1342
1323
|
"name": "linkWindowOptions",
|
|
1343
1324
|
"variant": "signature",
|
|
1344
1325
|
"kind": 524288,
|
|
@@ -1346,9 +1327,9 @@
|
|
|
1346
1327
|
"sources": [
|
|
1347
1328
|
{
|
|
1348
1329
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1349
|
-
"line":
|
|
1330
|
+
"line": 312,
|
|
1350
1331
|
"character": 13,
|
|
1351
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1332
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L312"
|
|
1352
1333
|
}
|
|
1353
1334
|
],
|
|
1354
1335
|
"type": {
|
|
@@ -1362,7 +1343,7 @@
|
|
|
1362
1343
|
}
|
|
1363
1344
|
},
|
|
1364
1345
|
"setSignature": {
|
|
1365
|
-
"id":
|
|
1346
|
+
"id": 132,
|
|
1366
1347
|
"name": "linkWindowOptions",
|
|
1367
1348
|
"variant": "signature",
|
|
1368
1349
|
"kind": 1048576,
|
|
@@ -1389,14 +1370,14 @@
|
|
|
1389
1370
|
"sources": [
|
|
1390
1371
|
{
|
|
1391
1372
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1392
|
-
"line":
|
|
1373
|
+
"line": 306,
|
|
1393
1374
|
"character": 13,
|
|
1394
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1375
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L306"
|
|
1395
1376
|
}
|
|
1396
1377
|
],
|
|
1397
1378
|
"parameters": [
|
|
1398
1379
|
{
|
|
1399
|
-
"id":
|
|
1380
|
+
"id": 133,
|
|
1400
1381
|
"name": "value",
|
|
1401
1382
|
"variant": "param",
|
|
1402
1383
|
"kind": 32768,
|
|
@@ -1424,7 +1405,7 @@
|
|
|
1424
1405
|
]
|
|
1425
1406
|
},
|
|
1426
1407
|
{
|
|
1427
|
-
"id":
|
|
1408
|
+
"id": 113,
|
|
1428
1409
|
"name": "menus",
|
|
1429
1410
|
"variant": "declaration",
|
|
1430
1411
|
"kind": 262144,
|
|
@@ -1434,19 +1415,19 @@
|
|
|
1434
1415
|
"sources": [
|
|
1435
1416
|
{
|
|
1436
1417
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1437
|
-
"line":
|
|
1418
|
+
"line": 240,
|
|
1438
1419
|
"character": 13,
|
|
1439
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1420
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L240"
|
|
1440
1421
|
},
|
|
1441
1422
|
{
|
|
1442
1423
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1443
|
-
"line":
|
|
1424
|
+
"line": 244,
|
|
1444
1425
|
"character": 13,
|
|
1445
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1426
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L244"
|
|
1446
1427
|
}
|
|
1447
1428
|
],
|
|
1448
1429
|
"getSignature": {
|
|
1449
|
-
"id":
|
|
1430
|
+
"id": 114,
|
|
1450
1431
|
"name": "menus",
|
|
1451
1432
|
"variant": "signature",
|
|
1452
1433
|
"kind": 524288,
|
|
@@ -1454,9 +1435,9 @@
|
|
|
1454
1435
|
"sources": [
|
|
1455
1436
|
{
|
|
1456
1437
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1457
|
-
"line":
|
|
1438
|
+
"line": 244,
|
|
1458
1439
|
"character": 13,
|
|
1459
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1440
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L244"
|
|
1460
1441
|
}
|
|
1461
1442
|
],
|
|
1462
1443
|
"type": {
|
|
@@ -1470,7 +1451,7 @@
|
|
|
1470
1451
|
}
|
|
1471
1452
|
},
|
|
1472
1453
|
"setSignature": {
|
|
1473
|
-
"id":
|
|
1454
|
+
"id": 115,
|
|
1474
1455
|
"name": "menus",
|
|
1475
1456
|
"variant": "signature",
|
|
1476
1457
|
"kind": 1048576,
|
|
@@ -1497,14 +1478,14 @@
|
|
|
1497
1478
|
"sources": [
|
|
1498
1479
|
{
|
|
1499
1480
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1500
|
-
"line":
|
|
1481
|
+
"line": 240,
|
|
1501
1482
|
"character": 13,
|
|
1502
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1483
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L240"
|
|
1503
1484
|
}
|
|
1504
1485
|
],
|
|
1505
1486
|
"parameters": [
|
|
1506
1487
|
{
|
|
1507
|
-
"id":
|
|
1488
|
+
"id": 116,
|
|
1508
1489
|
"name": "value",
|
|
1509
1490
|
"variant": "param",
|
|
1510
1491
|
"kind": 32768,
|
|
@@ -1532,7 +1513,7 @@
|
|
|
1532
1513
|
]
|
|
1533
1514
|
},
|
|
1534
1515
|
{
|
|
1535
|
-
"id":
|
|
1516
|
+
"id": 117,
|
|
1536
1517
|
"name": "mergeFields",
|
|
1537
1518
|
"variant": "declaration",
|
|
1538
1519
|
"kind": 262144,
|
|
@@ -1542,19 +1523,19 @@
|
|
|
1542
1523
|
"sources": [
|
|
1543
1524
|
{
|
|
1544
1525
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1545
|
-
"line":
|
|
1526
|
+
"line": 252,
|
|
1546
1527
|
"character": 13,
|
|
1547
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1528
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L252"
|
|
1548
1529
|
},
|
|
1549
1530
|
{
|
|
1550
1531
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1551
|
-
"line":
|
|
1532
|
+
"line": 256,
|
|
1552
1533
|
"character": 13,
|
|
1553
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1534
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L256"
|
|
1554
1535
|
}
|
|
1555
1536
|
],
|
|
1556
1537
|
"getSignature": {
|
|
1557
|
-
"id":
|
|
1538
|
+
"id": 118,
|
|
1558
1539
|
"name": "mergeFields",
|
|
1559
1540
|
"variant": "signature",
|
|
1560
1541
|
"kind": 524288,
|
|
@@ -1562,9 +1543,9 @@
|
|
|
1562
1543
|
"sources": [
|
|
1563
1544
|
{
|
|
1564
1545
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1565
|
-
"line":
|
|
1546
|
+
"line": 256,
|
|
1566
1547
|
"character": 13,
|
|
1567
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1548
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L256"
|
|
1568
1549
|
}
|
|
1569
1550
|
],
|
|
1570
1551
|
"type": {
|
|
@@ -1578,7 +1559,7 @@
|
|
|
1578
1559
|
}
|
|
1579
1560
|
},
|
|
1580
1561
|
"setSignature": {
|
|
1581
|
-
"id":
|
|
1562
|
+
"id": 119,
|
|
1582
1563
|
"name": "mergeFields",
|
|
1583
1564
|
"variant": "signature",
|
|
1584
1565
|
"kind": 1048576,
|
|
@@ -1594,14 +1575,14 @@
|
|
|
1594
1575
|
"sources": [
|
|
1595
1576
|
{
|
|
1596
1577
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1597
|
-
"line":
|
|
1578
|
+
"line": 252,
|
|
1598
1579
|
"character": 13,
|
|
1599
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1580
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L252"
|
|
1600
1581
|
}
|
|
1601
1582
|
],
|
|
1602
1583
|
"parameters": [
|
|
1603
1584
|
{
|
|
1604
|
-
"id":
|
|
1585
|
+
"id": 120,
|
|
1605
1586
|
"name": "value",
|
|
1606
1587
|
"variant": "param",
|
|
1607
1588
|
"kind": 32768,
|
|
@@ -1629,7 +1610,7 @@
|
|
|
1629
1610
|
]
|
|
1630
1611
|
},
|
|
1631
1612
|
{
|
|
1632
|
-
"id":
|
|
1613
|
+
"id": 121,
|
|
1633
1614
|
"name": "placeholder",
|
|
1634
1615
|
"variant": "declaration",
|
|
1635
1616
|
"kind": 262144,
|
|
@@ -1639,19 +1620,19 @@
|
|
|
1639
1620
|
"sources": [
|
|
1640
1621
|
{
|
|
1641
1622
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1642
|
-
"line":
|
|
1623
|
+
"line": 264,
|
|
1643
1624
|
"character": 13,
|
|
1644
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1625
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L264"
|
|
1645
1626
|
},
|
|
1646
1627
|
{
|
|
1647
1628
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1648
|
-
"line":
|
|
1629
|
+
"line": 274,
|
|
1649
1630
|
"character": 13,
|
|
1650
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1631
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L274"
|
|
1651
1632
|
}
|
|
1652
1633
|
],
|
|
1653
1634
|
"getSignature": {
|
|
1654
|
-
"id":
|
|
1635
|
+
"id": 122,
|
|
1655
1636
|
"name": "placeholder",
|
|
1656
1637
|
"variant": "signature",
|
|
1657
1638
|
"kind": 524288,
|
|
@@ -1659,9 +1640,9 @@
|
|
|
1659
1640
|
"sources": [
|
|
1660
1641
|
{
|
|
1661
1642
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1662
|
-
"line":
|
|
1643
|
+
"line": 274,
|
|
1663
1644
|
"character": 13,
|
|
1664
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1645
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L274"
|
|
1665
1646
|
}
|
|
1666
1647
|
],
|
|
1667
1648
|
"type": {
|
|
@@ -1670,7 +1651,7 @@
|
|
|
1670
1651
|
}
|
|
1671
1652
|
},
|
|
1672
1653
|
"setSignature": {
|
|
1673
|
-
"id":
|
|
1654
|
+
"id": 123,
|
|
1674
1655
|
"name": "placeholder",
|
|
1675
1656
|
"variant": "signature",
|
|
1676
1657
|
"kind": 1048576,
|
|
@@ -1686,14 +1667,14 @@
|
|
|
1686
1667
|
"sources": [
|
|
1687
1668
|
{
|
|
1688
1669
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1689
|
-
"line":
|
|
1670
|
+
"line": 264,
|
|
1690
1671
|
"character": 13,
|
|
1691
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1672
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L264"
|
|
1692
1673
|
}
|
|
1693
1674
|
],
|
|
1694
1675
|
"parameters": [
|
|
1695
1676
|
{
|
|
1696
|
-
"id":
|
|
1677
|
+
"id": 124,
|
|
1697
1678
|
"name": "value",
|
|
1698
1679
|
"variant": "param",
|
|
1699
1680
|
"kind": 32768,
|
|
@@ -1716,7 +1697,7 @@
|
|
|
1716
1697
|
]
|
|
1717
1698
|
},
|
|
1718
1699
|
{
|
|
1719
|
-
"id":
|
|
1700
|
+
"id": 126,
|
|
1720
1701
|
"name": "toolbarActions",
|
|
1721
1702
|
"variant": "declaration",
|
|
1722
1703
|
"kind": 262144,
|
|
@@ -1726,19 +1707,19 @@
|
|
|
1726
1707
|
"sources": [
|
|
1727
1708
|
{
|
|
1728
1709
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1729
|
-
"line":
|
|
1710
|
+
"line": 291,
|
|
1730
1711
|
"character": 13,
|
|
1731
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1712
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L291"
|
|
1732
1713
|
},
|
|
1733
1714
|
{
|
|
1734
1715
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1735
|
-
"line":
|
|
1716
|
+
"line": 297,
|
|
1736
1717
|
"character": 13,
|
|
1737
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1718
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L297"
|
|
1738
1719
|
}
|
|
1739
1720
|
],
|
|
1740
1721
|
"getSignature": {
|
|
1741
|
-
"id":
|
|
1722
|
+
"id": 127,
|
|
1742
1723
|
"name": "toolbarActions",
|
|
1743
1724
|
"variant": "signature",
|
|
1744
1725
|
"kind": 524288,
|
|
@@ -1746,9 +1727,9 @@
|
|
|
1746
1727
|
"sources": [
|
|
1747
1728
|
{
|
|
1748
1729
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1749
|
-
"line":
|
|
1730
|
+
"line": 297,
|
|
1750
1731
|
"character": 13,
|
|
1751
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1732
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L297"
|
|
1752
1733
|
}
|
|
1753
1734
|
],
|
|
1754
1735
|
"type": {
|
|
@@ -1762,7 +1743,7 @@
|
|
|
1762
1743
|
}
|
|
1763
1744
|
},
|
|
1764
1745
|
"setSignature": {
|
|
1765
|
-
"id":
|
|
1746
|
+
"id": 128,
|
|
1766
1747
|
"name": "toolbarActions",
|
|
1767
1748
|
"variant": "signature",
|
|
1768
1749
|
"kind": 1048576,
|
|
@@ -1789,14 +1770,14 @@
|
|
|
1789
1770
|
"sources": [
|
|
1790
1771
|
{
|
|
1791
1772
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1792
|
-
"line":
|
|
1773
|
+
"line": 291,
|
|
1793
1774
|
"character": 13,
|
|
1794
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1775
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L291"
|
|
1795
1776
|
}
|
|
1796
1777
|
],
|
|
1797
1778
|
"parameters": [
|
|
1798
1779
|
{
|
|
1799
|
-
"id":
|
|
1780
|
+
"id": 129,
|
|
1800
1781
|
"name": "value",
|
|
1801
1782
|
"variant": "param",
|
|
1802
1783
|
"kind": 32768,
|
|
@@ -1824,7 +1805,7 @@
|
|
|
1824
1805
|
]
|
|
1825
1806
|
},
|
|
1826
1807
|
{
|
|
1827
|
-
"id":
|
|
1808
|
+
"id": 136,
|
|
1828
1809
|
"name": "value",
|
|
1829
1810
|
"variant": "declaration",
|
|
1830
1811
|
"kind": 262144,
|
|
@@ -1834,19 +1815,19 @@
|
|
|
1834
1815
|
"sources": [
|
|
1835
1816
|
{
|
|
1836
1817
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1837
|
-
"line":
|
|
1818
|
+
"line": 330,
|
|
1838
1819
|
"character": 13,
|
|
1839
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1820
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L330"
|
|
1840
1821
|
},
|
|
1841
1822
|
{
|
|
1842
1823
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1843
|
-
"line":
|
|
1824
|
+
"line": 370,
|
|
1844
1825
|
"character": 13,
|
|
1845
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1826
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L370"
|
|
1846
1827
|
}
|
|
1847
1828
|
],
|
|
1848
1829
|
"getSignature": {
|
|
1849
|
-
"id":
|
|
1830
|
+
"id": 137,
|
|
1850
1831
|
"name": "value",
|
|
1851
1832
|
"variant": "signature",
|
|
1852
1833
|
"kind": 524288,
|
|
@@ -1854,9 +1835,9 @@
|
|
|
1854
1835
|
"sources": [
|
|
1855
1836
|
{
|
|
1856
1837
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1857
|
-
"line":
|
|
1838
|
+
"line": 370,
|
|
1858
1839
|
"character": 13,
|
|
1859
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1840
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L370"
|
|
1860
1841
|
}
|
|
1861
1842
|
],
|
|
1862
1843
|
"type": {
|
|
@@ -1865,7 +1846,7 @@
|
|
|
1865
1846
|
}
|
|
1866
1847
|
},
|
|
1867
1848
|
"setSignature": {
|
|
1868
|
-
"id":
|
|
1849
|
+
"id": 138,
|
|
1869
1850
|
"name": "value",
|
|
1870
1851
|
"variant": "signature",
|
|
1871
1852
|
"kind": 1048576,
|
|
@@ -1881,14 +1862,14 @@
|
|
|
1881
1862
|
"sources": [
|
|
1882
1863
|
{
|
|
1883
1864
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1884
|
-
"line":
|
|
1865
|
+
"line": 330,
|
|
1885
1866
|
"character": 13,
|
|
1886
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1867
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L330"
|
|
1887
1868
|
}
|
|
1888
1869
|
],
|
|
1889
1870
|
"parameters": [
|
|
1890
1871
|
{
|
|
1891
|
-
"id":
|
|
1872
|
+
"id": 139,
|
|
1892
1873
|
"name": "value",
|
|
1893
1874
|
"variant": "param",
|
|
1894
1875
|
"kind": 32768,
|
|
@@ -1907,7 +1888,7 @@
|
|
|
1907
1888
|
"decorators": []
|
|
1908
1889
|
},
|
|
1909
1890
|
{
|
|
1910
|
-
"id":
|
|
1891
|
+
"id": 170,
|
|
1911
1892
|
"name": "ngAfterViewInit",
|
|
1912
1893
|
"variant": "declaration",
|
|
1913
1894
|
"kind": 2048,
|
|
@@ -1917,14 +1898,14 @@
|
|
|
1917
1898
|
"sources": [
|
|
1918
1899
|
{
|
|
1919
1900
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1920
|
-
"line":
|
|
1901
|
+
"line": 424,
|
|
1921
1902
|
"character": 9,
|
|
1922
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1903
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L424"
|
|
1923
1904
|
}
|
|
1924
1905
|
],
|
|
1925
1906
|
"signatures": [
|
|
1926
1907
|
{
|
|
1927
|
-
"id":
|
|
1908
|
+
"id": 171,
|
|
1928
1909
|
"name": "ngAfterViewInit",
|
|
1929
1910
|
"variant": "signature",
|
|
1930
1911
|
"kind": 4096,
|
|
@@ -1932,9 +1913,9 @@
|
|
|
1932
1913
|
"sources": [
|
|
1933
1914
|
{
|
|
1934
1915
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1935
|
-
"line":
|
|
1916
|
+
"line": 424,
|
|
1936
1917
|
"character": 9,
|
|
1937
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1918
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L424"
|
|
1938
1919
|
}
|
|
1939
1920
|
],
|
|
1940
1921
|
"type": {
|
|
@@ -1956,7 +1937,7 @@
|
|
|
1956
1937
|
"decorators": []
|
|
1957
1938
|
},
|
|
1958
1939
|
{
|
|
1959
|
-
"id":
|
|
1940
|
+
"id": 172,
|
|
1960
1941
|
"name": "ngOnDestroy",
|
|
1961
1942
|
"variant": "declaration",
|
|
1962
1943
|
"kind": 2048,
|
|
@@ -1966,14 +1947,14 @@
|
|
|
1966
1947
|
"sources": [
|
|
1967
1948
|
{
|
|
1968
1949
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1969
|
-
"line":
|
|
1950
|
+
"line": 428,
|
|
1970
1951
|
"character": 9,
|
|
1971
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1952
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L428"
|
|
1972
1953
|
}
|
|
1973
1954
|
],
|
|
1974
1955
|
"signatures": [
|
|
1975
1956
|
{
|
|
1976
|
-
"id":
|
|
1957
|
+
"id": 173,
|
|
1977
1958
|
"name": "ngOnDestroy",
|
|
1978
1959
|
"variant": "signature",
|
|
1979
1960
|
"kind": 4096,
|
|
@@ -1981,9 +1962,9 @@
|
|
|
1981
1962
|
"sources": [
|
|
1982
1963
|
{
|
|
1983
1964
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1984
|
-
"line":
|
|
1965
|
+
"line": 428,
|
|
1985
1966
|
"character": 9,
|
|
1986
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1967
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L428"
|
|
1987
1968
|
}
|
|
1988
1969
|
],
|
|
1989
1970
|
"type": {
|
|
@@ -2005,56 +1986,7 @@
|
|
|
2005
1986
|
"decorators": []
|
|
2006
1987
|
},
|
|
2007
1988
|
{
|
|
2008
|
-
"id":
|
|
2009
|
-
"name": "ngOnInit",
|
|
2010
|
-
"variant": "declaration",
|
|
2011
|
-
"kind": 2048,
|
|
2012
|
-
"flags": {
|
|
2013
|
-
"isPublic": true
|
|
2014
|
-
},
|
|
2015
|
-
"sources": [
|
|
2016
|
-
{
|
|
2017
|
-
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2018
|
-
"line": 438,
|
|
2019
|
-
"character": 9,
|
|
2020
|
-
"url": "https://github.com/blackbaud/skyux/blob/f7b1b6e/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L438"
|
|
2021
|
-
}
|
|
2022
|
-
],
|
|
2023
|
-
"signatures": [
|
|
2024
|
-
{
|
|
2025
|
-
"id": 180,
|
|
2026
|
-
"name": "ngOnInit",
|
|
2027
|
-
"variant": "signature",
|
|
2028
|
-
"kind": 4096,
|
|
2029
|
-
"flags": {},
|
|
2030
|
-
"sources": [
|
|
2031
|
-
{
|
|
2032
|
-
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2033
|
-
"line": 438,
|
|
2034
|
-
"character": 9,
|
|
2035
|
-
"url": "https://github.com/blackbaud/skyux/blob/f7b1b6e/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L438"
|
|
2036
|
-
}
|
|
2037
|
-
],
|
|
2038
|
-
"type": {
|
|
2039
|
-
"type": "intrinsic",
|
|
2040
|
-
"name": "void"
|
|
2041
|
-
},
|
|
2042
|
-
"implementationOf": {
|
|
2043
|
-
"type": "reference",
|
|
2044
|
-
"target": -1,
|
|
2045
|
-
"name": "OnInit.ngOnInit"
|
|
2046
|
-
}
|
|
2047
|
-
}
|
|
2048
|
-
],
|
|
2049
|
-
"implementationOf": {
|
|
2050
|
-
"type": "reference",
|
|
2051
|
-
"target": -1,
|
|
2052
|
-
"name": "OnInit.ngOnInit"
|
|
2053
|
-
},
|
|
2054
|
-
"decorators": []
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
"id": 183,
|
|
1989
|
+
"id": 174,
|
|
2058
1990
|
"name": "onIframeLoad",
|
|
2059
1991
|
"variant": "declaration",
|
|
2060
1992
|
"kind": 2048,
|
|
@@ -2064,14 +1996,14 @@
|
|
|
2064
1996
|
"sources": [
|
|
2065
1997
|
{
|
|
2066
1998
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2067
|
-
"line":
|
|
1999
|
+
"line": 434,
|
|
2068
2000
|
"character": 9,
|
|
2069
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2001
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L434"
|
|
2070
2002
|
}
|
|
2071
2003
|
],
|
|
2072
2004
|
"signatures": [
|
|
2073
2005
|
{
|
|
2074
|
-
"id":
|
|
2006
|
+
"id": 175,
|
|
2075
2007
|
"name": "onIframeLoad",
|
|
2076
2008
|
"variant": "signature",
|
|
2077
2009
|
"kind": 4096,
|
|
@@ -2079,9 +2011,9 @@
|
|
|
2079
2011
|
"sources": [
|
|
2080
2012
|
{
|
|
2081
2013
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2082
|
-
"line":
|
|
2014
|
+
"line": 434,
|
|
2083
2015
|
"character": 9,
|
|
2084
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2016
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L434"
|
|
2085
2017
|
}
|
|
2086
2018
|
],
|
|
2087
2019
|
"type": {
|
|
@@ -2093,7 +2025,7 @@
|
|
|
2093
2025
|
"decorators": []
|
|
2094
2026
|
},
|
|
2095
2027
|
{
|
|
2096
|
-
"id":
|
|
2028
|
+
"id": 179,
|
|
2097
2029
|
"name": "registerOnChange",
|
|
2098
2030
|
"variant": "declaration",
|
|
2099
2031
|
"kind": 2048,
|
|
@@ -2103,14 +2035,14 @@
|
|
|
2103
2035
|
"sources": [
|
|
2104
2036
|
{
|
|
2105
2037
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2106
|
-
"line":
|
|
2038
|
+
"line": 460,
|
|
2107
2039
|
"character": 9,
|
|
2108
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2040
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L460"
|
|
2109
2041
|
}
|
|
2110
2042
|
],
|
|
2111
2043
|
"signatures": [
|
|
2112
2044
|
{
|
|
2113
|
-
"id":
|
|
2045
|
+
"id": 180,
|
|
2114
2046
|
"name": "registerOnChange",
|
|
2115
2047
|
"variant": "signature",
|
|
2116
2048
|
"kind": 4096,
|
|
@@ -2126,14 +2058,14 @@
|
|
|
2126
2058
|
"sources": [
|
|
2127
2059
|
{
|
|
2128
2060
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2129
|
-
"line":
|
|
2061
|
+
"line": 460,
|
|
2130
2062
|
"character": 9,
|
|
2131
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2063
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L460"
|
|
2132
2064
|
}
|
|
2133
2065
|
],
|
|
2134
2066
|
"parameters": [
|
|
2135
2067
|
{
|
|
2136
|
-
"id":
|
|
2068
|
+
"id": 181,
|
|
2137
2069
|
"name": "fn",
|
|
2138
2070
|
"variant": "param",
|
|
2139
2071
|
"kind": 32768,
|
|
@@ -2141,7 +2073,7 @@
|
|
|
2141
2073
|
"type": {
|
|
2142
2074
|
"type": "reflection",
|
|
2143
2075
|
"declaration": {
|
|
2144
|
-
"id":
|
|
2076
|
+
"id": 182,
|
|
2145
2077
|
"name": "__type",
|
|
2146
2078
|
"variant": "declaration",
|
|
2147
2079
|
"kind": 65536,
|
|
@@ -2149,14 +2081,14 @@
|
|
|
2149
2081
|
"sources": [
|
|
2150
2082
|
{
|
|
2151
2083
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2152
|
-
"line":
|
|
2084
|
+
"line": 460,
|
|
2153
2085
|
"character": 30,
|
|
2154
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2086
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L460"
|
|
2155
2087
|
}
|
|
2156
2088
|
],
|
|
2157
2089
|
"signatures": [
|
|
2158
2090
|
{
|
|
2159
|
-
"id":
|
|
2091
|
+
"id": 183,
|
|
2160
2092
|
"name": "__type",
|
|
2161
2093
|
"variant": "signature",
|
|
2162
2094
|
"kind": 4096,
|
|
@@ -2164,14 +2096,14 @@
|
|
|
2164
2096
|
"sources": [
|
|
2165
2097
|
{
|
|
2166
2098
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2167
|
-
"line":
|
|
2099
|
+
"line": 460,
|
|
2168
2100
|
"character": 30,
|
|
2169
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2101
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L460"
|
|
2170
2102
|
}
|
|
2171
2103
|
],
|
|
2172
2104
|
"parameters": [
|
|
2173
2105
|
{
|
|
2174
|
-
"id":
|
|
2106
|
+
"id": 184,
|
|
2175
2107
|
"name": "value",
|
|
2176
2108
|
"variant": "param",
|
|
2177
2109
|
"kind": 32768,
|
|
@@ -2211,7 +2143,7 @@
|
|
|
2211
2143
|
"decorators": []
|
|
2212
2144
|
},
|
|
2213
2145
|
{
|
|
2214
|
-
"id":
|
|
2146
|
+
"id": 185,
|
|
2215
2147
|
"name": "registerOnTouched",
|
|
2216
2148
|
"variant": "declaration",
|
|
2217
2149
|
"kind": 2048,
|
|
@@ -2221,14 +2153,14 @@
|
|
|
2221
2153
|
"sources": [
|
|
2222
2154
|
{
|
|
2223
2155
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2224
|
-
"line":
|
|
2156
|
+
"line": 467,
|
|
2225
2157
|
"character": 9,
|
|
2226
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2158
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L467"
|
|
2227
2159
|
}
|
|
2228
2160
|
],
|
|
2229
2161
|
"signatures": [
|
|
2230
2162
|
{
|
|
2231
|
-
"id":
|
|
2163
|
+
"id": 186,
|
|
2232
2164
|
"name": "registerOnTouched",
|
|
2233
2165
|
"variant": "signature",
|
|
2234
2166
|
"kind": 4096,
|
|
@@ -2244,14 +2176,14 @@
|
|
|
2244
2176
|
"sources": [
|
|
2245
2177
|
{
|
|
2246
2178
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2247
|
-
"line":
|
|
2179
|
+
"line": 467,
|
|
2248
2180
|
"character": 9,
|
|
2249
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2181
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L467"
|
|
2250
2182
|
}
|
|
2251
2183
|
],
|
|
2252
2184
|
"parameters": [
|
|
2253
2185
|
{
|
|
2254
|
-
"id":
|
|
2186
|
+
"id": 187,
|
|
2255
2187
|
"name": "fn",
|
|
2256
2188
|
"variant": "param",
|
|
2257
2189
|
"kind": 32768,
|
|
@@ -2259,7 +2191,7 @@
|
|
|
2259
2191
|
"type": {
|
|
2260
2192
|
"type": "reflection",
|
|
2261
2193
|
"declaration": {
|
|
2262
|
-
"id":
|
|
2194
|
+
"id": 188,
|
|
2263
2195
|
"name": "__type",
|
|
2264
2196
|
"variant": "declaration",
|
|
2265
2197
|
"kind": 65536,
|
|
@@ -2267,14 +2199,14 @@
|
|
|
2267
2199
|
"sources": [
|
|
2268
2200
|
{
|
|
2269
2201
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2270
|
-
"line":
|
|
2202
|
+
"line": 467,
|
|
2271
2203
|
"character": 31,
|
|
2272
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2204
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L467"
|
|
2273
2205
|
}
|
|
2274
2206
|
],
|
|
2275
2207
|
"signatures": [
|
|
2276
2208
|
{
|
|
2277
|
-
"id":
|
|
2209
|
+
"id": 189,
|
|
2278
2210
|
"name": "__type",
|
|
2279
2211
|
"variant": "signature",
|
|
2280
2212
|
"kind": 4096,
|
|
@@ -2282,9 +2214,9 @@
|
|
|
2282
2214
|
"sources": [
|
|
2283
2215
|
{
|
|
2284
2216
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2285
|
-
"line":
|
|
2217
|
+
"line": 467,
|
|
2286
2218
|
"character": 31,
|
|
2287
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2219
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L467"
|
|
2288
2220
|
}
|
|
2289
2221
|
],
|
|
2290
2222
|
"type": {
|
|
@@ -2316,7 +2248,7 @@
|
|
|
2316
2248
|
"decorators": []
|
|
2317
2249
|
},
|
|
2318
2250
|
{
|
|
2319
|
-
"id":
|
|
2251
|
+
"id": 190,
|
|
2320
2252
|
"name": "setDisabledState",
|
|
2321
2253
|
"variant": "declaration",
|
|
2322
2254
|
"kind": 2048,
|
|
@@ -2326,14 +2258,14 @@
|
|
|
2326
2258
|
"sources": [
|
|
2327
2259
|
{
|
|
2328
2260
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2329
|
-
"line":
|
|
2261
|
+
"line": 474,
|
|
2330
2262
|
"character": 9,
|
|
2331
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2263
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L474"
|
|
2332
2264
|
}
|
|
2333
2265
|
],
|
|
2334
2266
|
"signatures": [
|
|
2335
2267
|
{
|
|
2336
|
-
"id":
|
|
2268
|
+
"id": 191,
|
|
2337
2269
|
"name": "setDisabledState",
|
|
2338
2270
|
"variant": "signature",
|
|
2339
2271
|
"kind": 4096,
|
|
@@ -2349,14 +2281,14 @@
|
|
|
2349
2281
|
"sources": [
|
|
2350
2282
|
{
|
|
2351
2283
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2352
|
-
"line":
|
|
2284
|
+
"line": 474,
|
|
2353
2285
|
"character": 9,
|
|
2354
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2286
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L474"
|
|
2355
2287
|
}
|
|
2356
2288
|
],
|
|
2357
2289
|
"parameters": [
|
|
2358
2290
|
{
|
|
2359
|
-
"id":
|
|
2291
|
+
"id": 192,
|
|
2360
2292
|
"name": "isDisabled",
|
|
2361
2293
|
"variant": "param",
|
|
2362
2294
|
"kind": 32768,
|
|
@@ -2386,7 +2318,7 @@
|
|
|
2386
2318
|
"decorators": []
|
|
2387
2319
|
},
|
|
2388
2320
|
{
|
|
2389
|
-
"id":
|
|
2321
|
+
"id": 176,
|
|
2390
2322
|
"name": "writeValue",
|
|
2391
2323
|
"variant": "declaration",
|
|
2392
2324
|
"kind": 2048,
|
|
@@ -2396,14 +2328,14 @@
|
|
|
2396
2328
|
"sources": [
|
|
2397
2329
|
{
|
|
2398
2330
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2399
|
-
"line":
|
|
2331
|
+
"line": 444,
|
|
2400
2332
|
"character": 9,
|
|
2401
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2333
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L444"
|
|
2402
2334
|
}
|
|
2403
2335
|
],
|
|
2404
2336
|
"signatures": [
|
|
2405
2337
|
{
|
|
2406
|
-
"id":
|
|
2338
|
+
"id": 177,
|
|
2407
2339
|
"name": "writeValue",
|
|
2408
2340
|
"variant": "signature",
|
|
2409
2341
|
"kind": 4096,
|
|
@@ -2419,14 +2351,14 @@
|
|
|
2419
2351
|
"sources": [
|
|
2420
2352
|
{
|
|
2421
2353
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2422
|
-
"line":
|
|
2354
|
+
"line": 444,
|
|
2423
2355
|
"character": 9,
|
|
2424
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2356
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L444"
|
|
2425
2357
|
}
|
|
2426
2358
|
],
|
|
2427
2359
|
"parameters": [
|
|
2428
2360
|
{
|
|
2429
|
-
"id":
|
|
2361
|
+
"id": 178,
|
|
2430
2362
|
"name": "value",
|
|
2431
2363
|
"variant": "param",
|
|
2432
2364
|
"kind": 32768,
|
|
@@ -2460,62 +2392,60 @@
|
|
|
2460
2392
|
{
|
|
2461
2393
|
"title": "Constructors",
|
|
2462
2394
|
"children": [
|
|
2463
|
-
|
|
2395
|
+
83
|
|
2464
2396
|
]
|
|
2465
2397
|
},
|
|
2466
2398
|
{
|
|
2467
2399
|
"title": "Properties",
|
|
2468
2400
|
"children": [
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2401
|
+
85,
|
|
2402
|
+
141,
|
|
2403
|
+
142,
|
|
2404
|
+
134,
|
|
2405
|
+
98,
|
|
2406
|
+
99,
|
|
2407
|
+
100,
|
|
2408
|
+
135,
|
|
2477
2409
|
140,
|
|
2478
|
-
|
|
2479
|
-
130
|
|
2410
|
+
125
|
|
2480
2411
|
]
|
|
2481
2412
|
},
|
|
2482
2413
|
{
|
|
2483
2414
|
"title": "Accessors",
|
|
2484
2415
|
"children": [
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2416
|
+
86,
|
|
2417
|
+
90,
|
|
2418
|
+
94,
|
|
2419
|
+
101,
|
|
2420
|
+
105,
|
|
2421
|
+
109,
|
|
2422
|
+
130,
|
|
2423
|
+
113,
|
|
2424
|
+
117,
|
|
2425
|
+
121,
|
|
2494
2426
|
126,
|
|
2495
|
-
|
|
2496
|
-
141
|
|
2427
|
+
136
|
|
2497
2428
|
]
|
|
2498
2429
|
},
|
|
2499
2430
|
{
|
|
2500
2431
|
"title": "Methods",
|
|
2501
2432
|
"children": [
|
|
2502
|
-
|
|
2503
|
-
|
|
2433
|
+
170,
|
|
2434
|
+
172,
|
|
2435
|
+
174,
|
|
2504
2436
|
179,
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
199,
|
|
2509
|
-
185
|
|
2437
|
+
185,
|
|
2438
|
+
190,
|
|
2439
|
+
176
|
|
2510
2440
|
]
|
|
2511
2441
|
}
|
|
2512
2442
|
],
|
|
2513
2443
|
"sources": [
|
|
2514
2444
|
{
|
|
2515
2445
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2516
|
-
"line":
|
|
2446
|
+
"line": 91,
|
|
2517
2447
|
"character": 13,
|
|
2518
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2448
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L91"
|
|
2519
2449
|
}
|
|
2520
2450
|
],
|
|
2521
2451
|
"implementedTypes": [
|
|
@@ -2528,15 +2458,6 @@
|
|
|
2528
2458
|
"name": "AfterViewInit",
|
|
2529
2459
|
"package": "@angular/core"
|
|
2530
2460
|
},
|
|
2531
|
-
{
|
|
2532
|
-
"type": "reference",
|
|
2533
|
-
"target": {
|
|
2534
|
-
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
2535
|
-
"qualifiedName": "OnInit"
|
|
2536
|
-
},
|
|
2537
|
-
"name": "OnInit",
|
|
2538
|
-
"package": "@angular/core"
|
|
2539
|
-
},
|
|
2540
2461
|
{
|
|
2541
2462
|
"type": "reference",
|
|
2542
2463
|
"target": {
|
|
@@ -2560,7 +2481,7 @@
|
|
|
2560
2481
|
{
|
|
2561
2482
|
"name": "Component",
|
|
2562
2483
|
"arguments": {
|
|
2563
|
-
"obj": "@Component({\n standalone: true,\n selector: 'sky-text-editor',\n templateUrl: './text-editor.component.html',\n styleUrls: ['./text-editor.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [\n SkyTextEditorService,\n SkyTextEditorSelectionService,\n SkyTextEditorAdapterService,\n { provide: SKY_FORM_ERRORS_ENABLED, useValue: true },\n ],\n hostDirectives: [\n {\n directive: SkyRequiredStateDirective,\n inputs: ['required'],\n },\n ],\n imports: [\n CommonModule,\n SkyHelpInlineModule,\n SkyIdModule,\n SkyTextEditorMenubarComponent,\n SkyTextEditorToolbarComponent,\n SkyToolbarModule,\n SkyFormErrorsModule,\n SkyTextEditorResourcesModule,\n ],\n})"
|
|
2484
|
+
"obj": "@Component({\n standalone: true,\n selector: 'sky-text-editor',\n templateUrl: './text-editor.component.html',\n styleUrls: ['./text-editor.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [\n SkyTextEditorService,\n SkyTextEditorSelectionService,\n SkyTextEditorAdapterService,\n { provide: SKY_FORM_ERRORS_ENABLED, useValue: true },\n ],\n hostDirectives: [\n {\n directive: SkyFormFieldLabelTextRequiredDirective,\n inputs: ['labelText'],\n },\n {\n directive: SkyRequiredStateDirective,\n inputs: ['required'],\n },\n ],\n imports: [\n CommonModule,\n SkyHelpInlineModule,\n SkyIdModule,\n SkyTextEditorMenubarComponent,\n SkyTextEditorToolbarComponent,\n SkyToolbarModule,\n SkyFormErrorsModule,\n SkyTextEditorResourcesModule,\n ],\n})"
|
|
2564
2485
|
}
|
|
2565
2486
|
}
|
|
2566
2487
|
]
|
|
@@ -2591,7 +2512,7 @@
|
|
|
2591
2512
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2592
2513
|
"line": 5,
|
|
2593
2514
|
"character": 2,
|
|
2594
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2515
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L5"
|
|
2595
2516
|
}
|
|
2596
2517
|
],
|
|
2597
2518
|
"type": {
|
|
@@ -2626,7 +2547,7 @@
|
|
|
2626
2547
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2627
2548
|
"line": 10,
|
|
2628
2549
|
"character": 2,
|
|
2629
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2550
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L10"
|
|
2630
2551
|
}
|
|
2631
2552
|
],
|
|
2632
2553
|
"type": {
|
|
@@ -2649,7 +2570,7 @@
|
|
|
2649
2570
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2650
2571
|
"line": 1,
|
|
2651
2572
|
"character": 17,
|
|
2652
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2573
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L1"
|
|
2653
2574
|
}
|
|
2654
2575
|
]
|
|
2655
2576
|
},
|
|
@@ -2679,7 +2600,7 @@
|
|
|
2679
2600
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2680
2601
|
"line": 5,
|
|
2681
2602
|
"character": 2,
|
|
2682
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2603
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L5"
|
|
2683
2604
|
}
|
|
2684
2605
|
],
|
|
2685
2606
|
"type": {
|
|
@@ -2706,7 +2627,7 @@
|
|
|
2706
2627
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2707
2628
|
"line": 10,
|
|
2708
2629
|
"character": 2,
|
|
2709
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2630
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L10"
|
|
2710
2631
|
}
|
|
2711
2632
|
],
|
|
2712
2633
|
"type": {
|
|
@@ -2751,7 +2672,7 @@
|
|
|
2751
2672
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2752
2673
|
"line": 16,
|
|
2753
2674
|
"character": 2,
|
|
2754
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2675
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L16"
|
|
2755
2676
|
}
|
|
2756
2677
|
],
|
|
2757
2678
|
"type": {
|
|
@@ -2775,7 +2696,7 @@
|
|
|
2775
2696
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2776
2697
|
"line": 1,
|
|
2777
2698
|
"character": 17,
|
|
2778
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2699
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L1"
|
|
2779
2700
|
}
|
|
2780
2701
|
]
|
|
2781
2702
|
},
|
|
@@ -2805,7 +2726,7 @@
|
|
|
2805
2726
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2806
2727
|
"line": 5,
|
|
2807
2728
|
"character": 2,
|
|
2808
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2729
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L5"
|
|
2809
2730
|
}
|
|
2810
2731
|
],
|
|
2811
2732
|
"type": {
|
|
@@ -2832,7 +2753,7 @@
|
|
|
2832
2753
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2833
2754
|
"line": 26,
|
|
2834
2755
|
"character": 2,
|
|
2835
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2756
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L26"
|
|
2836
2757
|
}
|
|
2837
2758
|
],
|
|
2838
2759
|
"type": {
|
|
@@ -2907,7 +2828,7 @@
|
|
|
2907
2828
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2908
2829
|
"line": 21,
|
|
2909
2830
|
"character": 2,
|
|
2910
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2831
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L21"
|
|
2911
2832
|
}
|
|
2912
2833
|
],
|
|
2913
2834
|
"type": {
|
|
@@ -2934,7 +2855,7 @@
|
|
|
2934
2855
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2935
2856
|
"line": 10,
|
|
2936
2857
|
"character": 2,
|
|
2937
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2858
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L10"
|
|
2938
2859
|
}
|
|
2939
2860
|
],
|
|
2940
2861
|
"type": {
|
|
@@ -2961,7 +2882,7 @@
|
|
|
2961
2882
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2962
2883
|
"line": 15,
|
|
2963
2884
|
"character": 2,
|
|
2964
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2885
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L15"
|
|
2965
2886
|
}
|
|
2966
2887
|
],
|
|
2967
2888
|
"type": {
|
|
@@ -2988,7 +2909,7 @@
|
|
|
2988
2909
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2989
2910
|
"line": 31,
|
|
2990
2911
|
"character": 2,
|
|
2991
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2912
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L31"
|
|
2992
2913
|
}
|
|
2993
2914
|
],
|
|
2994
2915
|
"type": {
|
|
@@ -3015,7 +2936,7 @@
|
|
|
3015
2936
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
3016
2937
|
"line": 41,
|
|
3017
2938
|
"character": 2,
|
|
3018
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2939
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L41"
|
|
3019
2940
|
}
|
|
3020
2941
|
],
|
|
3021
2942
|
"type": {
|
|
@@ -3042,7 +2963,7 @@
|
|
|
3042
2963
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
3043
2964
|
"line": 36,
|
|
3044
2965
|
"character": 2,
|
|
3045
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2966
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L36"
|
|
3046
2967
|
}
|
|
3047
2968
|
],
|
|
3048
2969
|
"type": {
|
|
@@ -3071,7 +2992,7 @@
|
|
|
3071
2992
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
3072
2993
|
"line": 1,
|
|
3073
2994
|
"character": 17,
|
|
3074
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2995
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L1"
|
|
3075
2996
|
}
|
|
3076
2997
|
]
|
|
3077
2998
|
},
|
|
@@ -3086,7 +3007,7 @@
|
|
|
3086
3007
|
"fileName": "projects/text-editor/src/modules/text-editor/types/link-window-options-type.ts",
|
|
3087
3008
|
"line": 1,
|
|
3088
3009
|
"character": 12,
|
|
3089
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3010
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/link-window-options-type.ts#L1"
|
|
3090
3011
|
}
|
|
3091
3012
|
],
|
|
3092
3013
|
"type": {
|
|
@@ -3114,7 +3035,7 @@
|
|
|
3114
3035
|
"fileName": "projects/text-editor/src/modules/text-editor/types/menu-type.ts",
|
|
3115
3036
|
"line": 1,
|
|
3116
3037
|
"character": 12,
|
|
3117
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3038
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts#L1"
|
|
3118
3039
|
}
|
|
3119
3040
|
],
|
|
3120
3041
|
"type": {
|
|
@@ -3146,7 +3067,7 @@
|
|
|
3146
3067
|
"fileName": "projects/text-editor/src/modules/text-editor/types/toolbar-action-type.ts",
|
|
3147
3068
|
"line": 1,
|
|
3148
3069
|
"character": 12,
|
|
3149
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3070
|
+
"url": "https://github.com/blackbaud/skyux/blob/701eee6/libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts#L1"
|
|
3150
3071
|
}
|
|
3151
3072
|
],
|
|
3152
3073
|
"type": {
|
|
@@ -3199,7 +3120,7 @@
|
|
|
3199
3120
|
1,
|
|
3200
3121
|
23,
|
|
3201
3122
|
26,
|
|
3202
|
-
|
|
3123
|
+
82
|
|
3203
3124
|
]
|
|
3204
3125
|
},
|
|
3205
3126
|
{
|
|
@@ -3359,351 +3280,339 @@
|
|
|
3359
3280
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
3360
3281
|
"qualifiedName": "SkyRichTextDisplayComponent.sanitizedText"
|
|
3361
3282
|
},
|
|
3362
|
-
"
|
|
3283
|
+
"82": {
|
|
3363
3284
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3364
3285
|
"qualifiedName": "SkyTextEditorComponent"
|
|
3365
3286
|
},
|
|
3366
|
-
"
|
|
3287
|
+
"83": {
|
|
3367
3288
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3368
3289
|
"qualifiedName": "SkyTextEditorComponent.__constructor"
|
|
3369
3290
|
},
|
|
3370
|
-
"
|
|
3291
|
+
"84": {
|
|
3371
3292
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3372
3293
|
"qualifiedName": "SkyTextEditorComponent"
|
|
3373
3294
|
},
|
|
3374
|
-
"
|
|
3295
|
+
"85": {
|
|
3375
3296
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3376
3297
|
"qualifiedName": "SkyTextEditorComponent.autofocus"
|
|
3377
3298
|
},
|
|
3378
|
-
"
|
|
3299
|
+
"86": {
|
|
3379
3300
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3380
3301
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
3381
3302
|
},
|
|
3382
|
-
"
|
|
3303
|
+
"87": {
|
|
3383
3304
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3384
3305
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
3385
3306
|
},
|
|
3386
|
-
"
|
|
3307
|
+
"88": {
|
|
3387
3308
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3388
3309
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
3389
3310
|
},
|
|
3390
|
-
"
|
|
3311
|
+
"89": {
|
|
3391
3312
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3392
3313
|
"qualifiedName": "value"
|
|
3393
3314
|
},
|
|
3394
|
-
"
|
|
3315
|
+
"90": {
|
|
3395
3316
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3396
3317
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
3397
3318
|
},
|
|
3398
|
-
"
|
|
3319
|
+
"91": {
|
|
3399
3320
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3400
3321
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
3401
3322
|
},
|
|
3402
|
-
"
|
|
3323
|
+
"92": {
|
|
3403
3324
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3404
3325
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
3405
3326
|
},
|
|
3406
|
-
"
|
|
3327
|
+
"93": {
|
|
3407
3328
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3408
3329
|
"qualifiedName": "value"
|
|
3409
3330
|
},
|
|
3410
|
-
"
|
|
3331
|
+
"94": {
|
|
3411
3332
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3412
3333
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
3413
3334
|
},
|
|
3414
|
-
"
|
|
3335
|
+
"95": {
|
|
3415
3336
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3416
3337
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
3417
3338
|
},
|
|
3418
|
-
"
|
|
3339
|
+
"96": {
|
|
3419
3340
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3420
3341
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
3421
3342
|
},
|
|
3422
|
-
"
|
|
3343
|
+
"97": {
|
|
3423
3344
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3424
3345
|
"qualifiedName": "value"
|
|
3425
3346
|
},
|
|
3426
|
-
"
|
|
3347
|
+
"98": {
|
|
3427
3348
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3428
3349
|
"qualifiedName": "SkyTextEditorComponent.helpPopoverContent"
|
|
3429
3350
|
},
|
|
3430
|
-
"
|
|
3351
|
+
"99": {
|
|
3431
3352
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3432
3353
|
"qualifiedName": "SkyTextEditorComponent.helpPopoverTitle"
|
|
3433
3354
|
},
|
|
3434
|
-
"
|
|
3355
|
+
"100": {
|
|
3435
3356
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3436
3357
|
"qualifiedName": "SkyTextEditorComponent.hintText"
|
|
3437
3358
|
},
|
|
3438
|
-
"
|
|
3359
|
+
"101": {
|
|
3439
3360
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3440
3361
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3441
3362
|
},
|
|
3442
|
-
"
|
|
3363
|
+
"102": {
|
|
3443
3364
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3444
3365
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3445
3366
|
},
|
|
3446
|
-
"
|
|
3367
|
+
"103": {
|
|
3447
3368
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3448
3369
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3449
3370
|
},
|
|
3450
|
-
"
|
|
3371
|
+
"104": {
|
|
3451
3372
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3452
3373
|
"qualifiedName": "value"
|
|
3453
3374
|
},
|
|
3454
|
-
"
|
|
3375
|
+
"105": {
|
|
3455
3376
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3456
3377
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3457
3378
|
},
|
|
3458
|
-
"
|
|
3379
|
+
"106": {
|
|
3459
3380
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3460
3381
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3461
3382
|
},
|
|
3462
|
-
"
|
|
3383
|
+
"107": {
|
|
3463
3384
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3464
3385
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3465
3386
|
},
|
|
3466
|
-
"
|
|
3387
|
+
"108": {
|
|
3467
3388
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3468
3389
|
"qualifiedName": "state"
|
|
3469
3390
|
},
|
|
3470
|
-
"
|
|
3391
|
+
"109": {
|
|
3471
3392
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3472
3393
|
"qualifiedName": "SkyTextEditorComponent.labelText"
|
|
3473
3394
|
},
|
|
3474
|
-
"
|
|
3395
|
+
"110": {
|
|
3475
3396
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3476
3397
|
"qualifiedName": "SkyTextEditorComponent.labelText"
|
|
3477
3398
|
},
|
|
3478
|
-
"
|
|
3399
|
+
"111": {
|
|
3479
3400
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3480
3401
|
"qualifiedName": "SkyTextEditorComponent.labelText"
|
|
3481
3402
|
},
|
|
3482
|
-
"
|
|
3403
|
+
"112": {
|
|
3483
3404
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3484
3405
|
"qualifiedName": "value"
|
|
3485
3406
|
},
|
|
3486
|
-
"
|
|
3407
|
+
"113": {
|
|
3487
3408
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3488
3409
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3489
3410
|
},
|
|
3490
|
-
"
|
|
3411
|
+
"114": {
|
|
3491
3412
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3492
3413
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3493
3414
|
},
|
|
3494
|
-
"
|
|
3415
|
+
"115": {
|
|
3495
3416
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3496
3417
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3497
3418
|
},
|
|
3498
|
-
"
|
|
3419
|
+
"116": {
|
|
3499
3420
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3500
3421
|
"qualifiedName": "value"
|
|
3501
3422
|
},
|
|
3502
|
-
"
|
|
3423
|
+
"117": {
|
|
3503
3424
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3504
3425
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3505
3426
|
},
|
|
3506
|
-
"
|
|
3427
|
+
"118": {
|
|
3507
3428
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3508
3429
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3509
3430
|
},
|
|
3510
|
-
"
|
|
3431
|
+
"119": {
|
|
3511
3432
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3512
3433
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3513
3434
|
},
|
|
3514
|
-
"
|
|
3435
|
+
"120": {
|
|
3515
3436
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3516
3437
|
"qualifiedName": "value"
|
|
3517
3438
|
},
|
|
3518
|
-
"
|
|
3439
|
+
"121": {
|
|
3519
3440
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3520
3441
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3521
3442
|
},
|
|
3522
|
-
"
|
|
3443
|
+
"122": {
|
|
3523
3444
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3524
3445
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3525
3446
|
},
|
|
3526
|
-
"
|
|
3447
|
+
"123": {
|
|
3527
3448
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3528
3449
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3529
3450
|
},
|
|
3530
|
-
"
|
|
3451
|
+
"124": {
|
|
3531
3452
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3532
3453
|
"qualifiedName": "value"
|
|
3533
3454
|
},
|
|
3534
|
-
"
|
|
3455
|
+
"125": {
|
|
3535
3456
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3536
3457
|
"qualifiedName": "SkyTextEditorComponent.stacked"
|
|
3537
3458
|
},
|
|
3538
|
-
"
|
|
3459
|
+
"126": {
|
|
3539
3460
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3540
3461
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3541
3462
|
},
|
|
3542
|
-
"
|
|
3463
|
+
"127": {
|
|
3543
3464
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3544
3465
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3545
3466
|
},
|
|
3546
|
-
"
|
|
3467
|
+
"128": {
|
|
3547
3468
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3548
3469
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3549
3470
|
},
|
|
3550
|
-
"
|
|
3471
|
+
"129": {
|
|
3551
3472
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3552
3473
|
"qualifiedName": "value"
|
|
3553
3474
|
},
|
|
3554
|
-
"
|
|
3475
|
+
"130": {
|
|
3555
3476
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3556
3477
|
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3557
3478
|
},
|
|
3558
|
-
"
|
|
3479
|
+
"131": {
|
|
3559
3480
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3560
3481
|
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3561
3482
|
},
|
|
3562
|
-
"
|
|
3483
|
+
"132": {
|
|
3563
3484
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3564
3485
|
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3565
3486
|
},
|
|
3566
|
-
"
|
|
3487
|
+
"133": {
|
|
3567
3488
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3568
3489
|
"qualifiedName": "value"
|
|
3569
3490
|
},
|
|
3570
|
-
"
|
|
3491
|
+
"134": {
|
|
3571
3492
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3572
3493
|
"qualifiedName": "SkyTextEditorComponent.helpKey"
|
|
3573
3494
|
},
|
|
3574
|
-
"
|
|
3495
|
+
"135": {
|
|
3575
3496
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3576
3497
|
"qualifiedName": "SkyTextEditorComponent.iframeRef"
|
|
3577
3498
|
},
|
|
3578
|
-
"
|
|
3499
|
+
"136": {
|
|
3579
3500
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3580
3501
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3581
3502
|
},
|
|
3582
|
-
"
|
|
3503
|
+
"137": {
|
|
3583
3504
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3584
3505
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3585
3506
|
},
|
|
3586
|
-
"
|
|
3507
|
+
"138": {
|
|
3587
3508
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3588
3509
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3589
3510
|
},
|
|
3590
|
-
"
|
|
3511
|
+
"139": {
|
|
3591
3512
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3592
3513
|
"qualifiedName": "value"
|
|
3593
3514
|
},
|
|
3594
|
-
"
|
|
3515
|
+
"140": {
|
|
3595
3516
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3596
3517
|
"qualifiedName": "SkyTextEditorComponent.inputTemplateRef"
|
|
3597
3518
|
},
|
|
3598
|
-
"
|
|
3519
|
+
"141": {
|
|
3599
3520
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3600
3521
|
"qualifiedName": "SkyTextEditorComponent.editorFocusStream"
|
|
3601
3522
|
},
|
|
3602
|
-
"
|
|
3523
|
+
"142": {
|
|
3603
3524
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3604
3525
|
"qualifiedName": "SkyTextEditorComponent.formControlClass"
|
|
3605
3526
|
},
|
|
3606
|
-
"
|
|
3607
|
-
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3608
|
-
"qualifiedName": "SkyTextEditorComponent.display"
|
|
3609
|
-
},
|
|
3610
|
-
"177": {
|
|
3527
|
+
"170": {
|
|
3611
3528
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3612
3529
|
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3613
3530
|
},
|
|
3614
|
-
"
|
|
3531
|
+
"171": {
|
|
3615
3532
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3616
3533
|
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3617
3534
|
},
|
|
3618
|
-
"
|
|
3619
|
-
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3620
|
-
"qualifiedName": "SkyTextEditorComponent.ngOnInit"
|
|
3621
|
-
},
|
|
3622
|
-
"180": {
|
|
3623
|
-
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3624
|
-
"qualifiedName": "SkyTextEditorComponent.ngOnInit"
|
|
3625
|
-
},
|
|
3626
|
-
"181": {
|
|
3535
|
+
"172": {
|
|
3627
3536
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3628
3537
|
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3629
3538
|
},
|
|
3630
|
-
"
|
|
3539
|
+
"173": {
|
|
3631
3540
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3632
3541
|
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3633
3542
|
},
|
|
3634
|
-
"
|
|
3543
|
+
"174": {
|
|
3635
3544
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3636
3545
|
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3637
3546
|
},
|
|
3638
|
-
"
|
|
3547
|
+
"175": {
|
|
3639
3548
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3640
3549
|
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3641
3550
|
},
|
|
3642
|
-
"
|
|
3551
|
+
"176": {
|
|
3643
3552
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3644
3553
|
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3645
3554
|
},
|
|
3646
|
-
"
|
|
3555
|
+
"177": {
|
|
3647
3556
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3648
3557
|
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3649
3558
|
},
|
|
3650
|
-
"
|
|
3559
|
+
"178": {
|
|
3651
3560
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3652
3561
|
"qualifiedName": "value"
|
|
3653
3562
|
},
|
|
3654
|
-
"
|
|
3563
|
+
"179": {
|
|
3655
3564
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3656
3565
|
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3657
3566
|
},
|
|
3658
|
-
"
|
|
3567
|
+
"180": {
|
|
3659
3568
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3660
3569
|
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3661
3570
|
},
|
|
3662
|
-
"
|
|
3571
|
+
"181": {
|
|
3663
3572
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3664
3573
|
"qualifiedName": "fn"
|
|
3665
3574
|
},
|
|
3666
|
-
"
|
|
3575
|
+
"182": {
|
|
3667
3576
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3668
3577
|
"qualifiedName": "__type"
|
|
3669
3578
|
},
|
|
3670
|
-
"
|
|
3579
|
+
"183": {
|
|
3671
3580
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3672
3581
|
"qualifiedName": "__type"
|
|
3673
3582
|
},
|
|
3674
|
-
"
|
|
3583
|
+
"184": {
|
|
3675
3584
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3676
3585
|
"qualifiedName": "value"
|
|
3677
3586
|
},
|
|
3678
|
-
"
|
|
3587
|
+
"185": {
|
|
3679
3588
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3680
3589
|
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3681
3590
|
},
|
|
3682
|
-
"
|
|
3591
|
+
"186": {
|
|
3683
3592
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3684
3593
|
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3685
3594
|
},
|
|
3686
|
-
"
|
|
3595
|
+
"187": {
|
|
3687
3596
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3688
3597
|
"qualifiedName": "fn"
|
|
3689
3598
|
},
|
|
3690
|
-
"
|
|
3599
|
+
"188": {
|
|
3691
3600
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3692
3601
|
"qualifiedName": "__type"
|
|
3693
3602
|
},
|
|
3694
|
-
"
|
|
3603
|
+
"189": {
|
|
3695
3604
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3696
3605
|
"qualifiedName": "__type"
|
|
3697
3606
|
},
|
|
3698
|
-
"
|
|
3607
|
+
"190": {
|
|
3699
3608
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3700
3609
|
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3701
3610
|
},
|
|
3702
|
-
"
|
|
3611
|
+
"191": {
|
|
3703
3612
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3704
3613
|
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3705
3614
|
},
|
|
3706
|
-
"
|
|
3615
|
+
"192": {
|
|
3707
3616
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3708
3617
|
"qualifiedName": "isDisabled"
|
|
3709
3618
|
}
|
|
@@ -3713,7 +3622,7 @@
|
|
|
3713
3622
|
{
|
|
3714
3623
|
"fileName": "demo.component.ts",
|
|
3715
3624
|
"filePath": "/projects/text-editor/documentation/code-examples/text-editor/demo.component.ts",
|
|
3716
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { Component, inject } from '@angular/core';\nimport {\n AbstractControl,\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n ValidationErrors,\n Validators,\n} from '@angular/forms';\nimport { SkyTextEditorModule } from '@skyux/text-editor';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyTextEditorModule,\n CommonModule,\n ],\n})\nexport class DemoComponent {\n protected formGroup: FormGroup;\n public myText: FormControl;\n\n #richText = `<font style=\"font-size: 18px\" face=\"Arial\" color=\"#a25353\"><b>Exclusively committed to your impact</b></font><p>Since day one, Blackbaud has been 100% focused on driving impact for social good organizations.</p><p>We equip change agents with <b>cloud software</b>, <i>services</i>, <u>expertise</u>, and <font color=\"#a25353\">data intelligence</font> designed with unmatched insight and supported with unparalleled commitment. Every day, our <b>customers</b> achieve unmatched impact as they advance their missions.</p>`;\n\n constructor() {\n this.myText = new FormControl(this.#richText, {\n nonNullable: true,\n validators: [Validators.required,
|
|
3625
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { Component, inject } from '@angular/core';\nimport {\n AbstractControl,\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n ValidationErrors,\n Validators,\n} from '@angular/forms';\nimport { SkyTextEditorModule } from '@skyux/text-editor';\n\nfunction validateText(\n control: AbstractControl<string>,\n): ValidationErrors | null {\n return !control.value?.includes('Blackbaud') ? { companyName: true } : null;\n}\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyTextEditorModule,\n CommonModule,\n ],\n})\nexport class DemoComponent {\n protected formGroup: FormGroup;\n public myText: FormControl;\n\n #richText = `<font style=\"font-size: 18px\" face=\"Arial\" color=\"#a25353\"><b>Exclusively committed to your impact</b></font><p>Since day one, Blackbaud has been 100% focused on driving impact for social good organizations.</p><p>We equip change agents with <b>cloud software</b>, <i>services</i>, <u>expertise</u>, and <font color=\"#a25353\">data intelligence</font> designed with unmatched insight and supported with unparalleled commitment. Every day, our <b>customers</b> achieve unmatched impact as they advance their missions.</p>`;\n\n constructor() {\n this.myText = new FormControl(this.#richText, {\n nonNullable: true,\n validators: [Validators.required, validateText],\n });\n\n this.formGroup = inject(FormBuilder).group({\n myText: this.myText,\n });\n }\n}\n"
|
|
3717
3626
|
},
|
|
3718
3627
|
{
|
|
3719
3628
|
"fileName": "demo.component.html",
|
|
@@ -3733,94 +3642,92 @@
|
|
|
3733
3642
|
],
|
|
3734
3643
|
"codeExampleDependencies": {
|
|
3735
3644
|
"/projects/text-editor/documentation/code-examples/text-editor": {
|
|
3736
|
-
"@angular-devkit/core": "18.
|
|
3737
|
-
"@angular-devkit/schematics": "18.
|
|
3738
|
-
"@angular/animations": "18.
|
|
3739
|
-
"@angular/cdk": "18.
|
|
3740
|
-
"@angular/cli": "18.
|
|
3741
|
-
"@angular/common": "18.
|
|
3742
|
-
"@angular/core": "18.
|
|
3743
|
-
"@angular/forms": "18.
|
|
3744
|
-
"@angular/platform-browser": "18.
|
|
3745
|
-
"@angular/router": "18.
|
|
3645
|
+
"@angular-devkit/core": "18.1.2",
|
|
3646
|
+
"@angular-devkit/schematics": "18.1.2",
|
|
3647
|
+
"@angular/animations": "18.1.2",
|
|
3648
|
+
"@angular/cdk": "18.1.2",
|
|
3649
|
+
"@angular/cli": "18.1.2",
|
|
3650
|
+
"@angular/common": "18.1.2",
|
|
3651
|
+
"@angular/core": "18.1.2",
|
|
3652
|
+
"@angular/forms": "18.1.2",
|
|
3653
|
+
"@angular/platform-browser": "18.1.2",
|
|
3654
|
+
"@angular/router": "18.1.2",
|
|
3746
3655
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
3747
|
-
"@schematics/angular": "18.
|
|
3748
|
-
"@skyux-sdk/testing": "11.0.0-alpha.
|
|
3749
|
-
"@skyux/animations": "11.0.0-alpha.
|
|
3750
|
-
"@skyux/assets": "11.0.0-alpha.
|
|
3751
|
-
"@skyux/colorpicker": "11.0.0-alpha.
|
|
3752
|
-
"@skyux/config": "11.0.0-alpha.
|
|
3753
|
-
"@skyux/core": "11.0.0-alpha.
|
|
3754
|
-
"@skyux/forms": "11.0.0-alpha.
|
|
3755
|
-
"@skyux/help-inline": "11.0.0-alpha.
|
|
3756
|
-
"@skyux/i18n": "11.0.0-alpha.
|
|
3757
|
-
"@skyux/icon": "11.0.0-alpha.
|
|
3758
|
-
"@skyux/icons": "7.
|
|
3759
|
-
"@skyux/indicators": "11.0.0-alpha.
|
|
3760
|
-
"@skyux/layout": "11.0.0-alpha.
|
|
3761
|
-
"@skyux/modals": "11.0.0-alpha.
|
|
3762
|
-
"@skyux/popovers": "11.0.0-alpha.
|
|
3763
|
-
"@skyux/router": "11.0.0-alpha.
|
|
3764
|
-
"@skyux/tabs": "11.0.0-alpha.
|
|
3765
|
-
"@skyux/text-editor": "11.0.0-alpha.
|
|
3766
|
-
"@skyux/theme": "11.0.0-alpha.
|
|
3767
|
-
"@skyux/validation": "11.0.0-alpha.
|
|
3656
|
+
"@schematics/angular": "18.1.2",
|
|
3657
|
+
"@skyux-sdk/testing": "11.0.0-alpha.11",
|
|
3658
|
+
"@skyux/animations": "11.0.0-alpha.11",
|
|
3659
|
+
"@skyux/assets": "11.0.0-alpha.11",
|
|
3660
|
+
"@skyux/colorpicker": "11.0.0-alpha.11",
|
|
3661
|
+
"@skyux/config": "11.0.0-alpha.11",
|
|
3662
|
+
"@skyux/core": "11.0.0-alpha.11",
|
|
3663
|
+
"@skyux/forms": "11.0.0-alpha.11",
|
|
3664
|
+
"@skyux/help-inline": "11.0.0-alpha.11",
|
|
3665
|
+
"@skyux/i18n": "11.0.0-alpha.11",
|
|
3666
|
+
"@skyux/icon": "11.0.0-alpha.11",
|
|
3667
|
+
"@skyux/icons": "7.5.0",
|
|
3668
|
+
"@skyux/indicators": "11.0.0-alpha.11",
|
|
3669
|
+
"@skyux/layout": "11.0.0-alpha.11",
|
|
3670
|
+
"@skyux/modals": "11.0.0-alpha.11",
|
|
3671
|
+
"@skyux/popovers": "11.0.0-alpha.11",
|
|
3672
|
+
"@skyux/router": "11.0.0-alpha.11",
|
|
3673
|
+
"@skyux/tabs": "11.0.0-alpha.11",
|
|
3674
|
+
"@skyux/text-editor": "11.0.0-alpha.11",
|
|
3675
|
+
"@skyux/theme": "11.0.0-alpha.11",
|
|
3676
|
+
"@skyux/validation": "11.0.0-alpha.11",
|
|
3677
|
+
"@types/node": "20.14.12",
|
|
3768
3678
|
"axe-core": "4.9.1",
|
|
3769
|
-
"
|
|
3770
|
-
"dompurify": "3.0.11",
|
|
3679
|
+
"dompurify": "3.1.6",
|
|
3771
3680
|
"fontfaceobserver": "2.3.0",
|
|
3772
|
-
"glob": "10.3.10",
|
|
3773
3681
|
"he": "1.2.0",
|
|
3774
|
-
"jsonc-parser": "3.
|
|
3682
|
+
"jsonc-parser": "3.3.1",
|
|
3775
3683
|
"rxjs": "7.8.1",
|
|
3776
3684
|
"tslib": "2.6.3",
|
|
3777
|
-
"validator": "13.
|
|
3778
|
-
"zone.js": "0.14.
|
|
3685
|
+
"validator": "13.12.0",
|
|
3686
|
+
"zone.js": "0.14.8"
|
|
3779
3687
|
},
|
|
3780
3688
|
"/projects/text-editor/documentation/code-examples/rich-text-display": {
|
|
3781
|
-
"@angular-devkit/core": "18.
|
|
3782
|
-
"@angular-devkit/schematics": "18.
|
|
3783
|
-
"@angular/animations": "18.
|
|
3784
|
-
"@angular/cdk": "18.
|
|
3785
|
-
"@angular/cli": "18.
|
|
3786
|
-
"@angular/common": "18.
|
|
3787
|
-
"@angular/core": "18.
|
|
3788
|
-
"@angular/forms": "18.
|
|
3789
|
-
"@angular/platform-browser": "18.
|
|
3790
|
-
"@angular/router": "18.
|
|
3689
|
+
"@angular-devkit/core": "18.1.2",
|
|
3690
|
+
"@angular-devkit/schematics": "18.1.2",
|
|
3691
|
+
"@angular/animations": "18.1.2",
|
|
3692
|
+
"@angular/cdk": "18.1.2",
|
|
3693
|
+
"@angular/cli": "18.1.2",
|
|
3694
|
+
"@angular/common": "18.1.2",
|
|
3695
|
+
"@angular/core": "18.1.2",
|
|
3696
|
+
"@angular/forms": "18.1.2",
|
|
3697
|
+
"@angular/platform-browser": "18.1.2",
|
|
3698
|
+
"@angular/router": "18.1.2",
|
|
3791
3699
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
3792
|
-
"@schematics/angular": "18.
|
|
3793
|
-
"@skyux-sdk/testing": "11.0.0-alpha.
|
|
3794
|
-
"@skyux/animations": "11.0.0-alpha.
|
|
3795
|
-
"@skyux/assets": "11.0.0-alpha.
|
|
3796
|
-
"@skyux/colorpicker": "11.0.0-alpha.
|
|
3797
|
-
"@skyux/config": "11.0.0-alpha.
|
|
3798
|
-
"@skyux/core": "11.0.0-alpha.
|
|
3799
|
-
"@skyux/forms": "11.0.0-alpha.
|
|
3800
|
-
"@skyux/help-inline": "11.0.0-alpha.
|
|
3801
|
-
"@skyux/i18n": "11.0.0-alpha.
|
|
3802
|
-
"@skyux/icon": "11.0.0-alpha.
|
|
3803
|
-
"@skyux/icons": "7.
|
|
3804
|
-
"@skyux/indicators": "11.0.0-alpha.
|
|
3805
|
-
"@skyux/layout": "11.0.0-alpha.
|
|
3806
|
-
"@skyux/modals": "11.0.0-alpha.
|
|
3807
|
-
"@skyux/popovers": "11.0.0-alpha.
|
|
3808
|
-
"@skyux/router": "11.0.0-alpha.
|
|
3809
|
-
"@skyux/tabs": "11.0.0-alpha.
|
|
3810
|
-
"@skyux/text-editor": "11.0.0-alpha.
|
|
3811
|
-
"@skyux/theme": "11.0.0-alpha.
|
|
3812
|
-
"@skyux/validation": "11.0.0-alpha.
|
|
3700
|
+
"@schematics/angular": "18.1.2",
|
|
3701
|
+
"@skyux-sdk/testing": "11.0.0-alpha.11",
|
|
3702
|
+
"@skyux/animations": "11.0.0-alpha.11",
|
|
3703
|
+
"@skyux/assets": "11.0.0-alpha.11",
|
|
3704
|
+
"@skyux/colorpicker": "11.0.0-alpha.11",
|
|
3705
|
+
"@skyux/config": "11.0.0-alpha.11",
|
|
3706
|
+
"@skyux/core": "11.0.0-alpha.11",
|
|
3707
|
+
"@skyux/forms": "11.0.0-alpha.11",
|
|
3708
|
+
"@skyux/help-inline": "11.0.0-alpha.11",
|
|
3709
|
+
"@skyux/i18n": "11.0.0-alpha.11",
|
|
3710
|
+
"@skyux/icon": "11.0.0-alpha.11",
|
|
3711
|
+
"@skyux/icons": "7.5.0",
|
|
3712
|
+
"@skyux/indicators": "11.0.0-alpha.11",
|
|
3713
|
+
"@skyux/layout": "11.0.0-alpha.11",
|
|
3714
|
+
"@skyux/modals": "11.0.0-alpha.11",
|
|
3715
|
+
"@skyux/popovers": "11.0.0-alpha.11",
|
|
3716
|
+
"@skyux/router": "11.0.0-alpha.11",
|
|
3717
|
+
"@skyux/tabs": "11.0.0-alpha.11",
|
|
3718
|
+
"@skyux/text-editor": "11.0.0-alpha.11",
|
|
3719
|
+
"@skyux/theme": "11.0.0-alpha.11",
|
|
3720
|
+
"@skyux/validation": "11.0.0-alpha.11",
|
|
3721
|
+
"@types/node": "20.14.12",
|
|
3813
3722
|
"axe-core": "4.9.1",
|
|
3814
|
-
"
|
|
3815
|
-
"dompurify": "3.0.11",
|
|
3723
|
+
"dompurify": "3.1.6",
|
|
3816
3724
|
"fontfaceobserver": "2.3.0",
|
|
3817
|
-
"glob": "10.3.10",
|
|
3818
3725
|
"he": "1.2.0",
|
|
3819
|
-
"jsonc-parser": "3.
|
|
3726
|
+
"jsonc-parser": "3.3.1",
|
|
3820
3727
|
"rxjs": "7.8.1",
|
|
3821
3728
|
"tslib": "2.6.3",
|
|
3822
|
-
"validator": "13.
|
|
3823
|
-
"zone.js": "0.14.
|
|
3729
|
+
"validator": "13.12.0",
|
|
3730
|
+
"zone.js": "0.14.8"
|
|
3824
3731
|
}
|
|
3825
3732
|
}
|
|
3826
3733
|
}
|