@skyux/text-editor 11.0.0-alpha.5 → 11.0.0-alpha.7
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 +467 -468
- 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 +9 -9
- 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 +51 -73
- 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 +2 -1
- 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/fc26b4a/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/fc26b4a/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/fc26b4a/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/fc26b4a/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/fc26b4a/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/fc26b4a/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/fc26b4a/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/fc26b4a/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": 423,
|
|
317
317
|
"character": 2,
|
|
318
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
318
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L423"
|
|
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": 423,
|
|
332
332
|
"character": 2,
|
|
333
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
333
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L423"
|
|
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": 95,
|
|
365
365
|
"character": 9,
|
|
366
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
366
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L95"
|
|
367
367
|
}
|
|
368
368
|
],
|
|
369
369
|
"type": {
|
|
@@ -378,7 +378,7 @@
|
|
|
378
378
|
]
|
|
379
379
|
},
|
|
380
380
|
{
|
|
381
|
-
"id":
|
|
381
|
+
"id": 143,
|
|
382
382
|
"name": "display",
|
|
383
383
|
"variant": "declaration",
|
|
384
384
|
"kind": 1024,
|
|
@@ -388,9 +388,9 @@
|
|
|
388
388
|
"sources": [
|
|
389
389
|
{
|
|
390
390
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
391
|
-
"line":
|
|
391
|
+
"line": 385,
|
|
392
392
|
"character": 9,
|
|
393
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
393
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L385"
|
|
394
394
|
}
|
|
395
395
|
],
|
|
396
396
|
"type": {
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"decorators": []
|
|
401
401
|
},
|
|
402
402
|
{
|
|
403
|
-
"id":
|
|
403
|
+
"id": 141,
|
|
404
404
|
"name": "editorFocusStream",
|
|
405
405
|
"variant": "declaration",
|
|
406
406
|
"kind": 1024,
|
|
@@ -410,9 +410,9 @@
|
|
|
410
410
|
"sources": [
|
|
411
411
|
{
|
|
412
412
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
413
|
-
"line":
|
|
413
|
+
"line": 377,
|
|
414
414
|
"character": 9,
|
|
415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
415
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L377"
|
|
416
416
|
}
|
|
417
417
|
],
|
|
418
418
|
"type": {
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"decorators": []
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
"id":
|
|
437
|
+
"id": 142,
|
|
438
438
|
"name": "formControlClass",
|
|
439
439
|
"variant": "declaration",
|
|
440
440
|
"kind": 1024,
|
|
@@ -444,9 +444,9 @@
|
|
|
444
444
|
"sources": [
|
|
445
445
|
{
|
|
446
446
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
447
|
-
"line":
|
|
447
|
+
"line": 380,
|
|
448
448
|
"character": 9,
|
|
449
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
449
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L380"
|
|
450
450
|
}
|
|
451
451
|
],
|
|
452
452
|
"type": {
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"decorators": []
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"id":
|
|
460
|
+
"id": 134,
|
|
461
461
|
"name": "helpKey",
|
|
462
462
|
"variant": "declaration",
|
|
463
463
|
"kind": 1024,
|
|
@@ -475,9 +475,9 @@
|
|
|
475
475
|
"sources": [
|
|
476
476
|
{
|
|
477
477
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
478
|
-
"line":
|
|
478
|
+
"line": 319,
|
|
479
479
|
"character": 9,
|
|
480
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
480
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L319"
|
|
481
481
|
}
|
|
482
482
|
],
|
|
483
483
|
"type": {
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
]
|
|
492
492
|
},
|
|
493
493
|
{
|
|
494
|
-
"id":
|
|
494
|
+
"id": 98,
|
|
495
495
|
"name": "helpPopoverContent",
|
|
496
496
|
"variant": "declaration",
|
|
497
497
|
"kind": 1024,
|
|
@@ -517,9 +517,9 @@
|
|
|
517
517
|
"sources": [
|
|
518
518
|
{
|
|
519
519
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
520
|
-
"line":
|
|
520
|
+
"line": 171,
|
|
521
521
|
"character": 9,
|
|
522
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
522
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L171"
|
|
523
523
|
}
|
|
524
524
|
],
|
|
525
525
|
"type": {
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
]
|
|
554
554
|
},
|
|
555
555
|
{
|
|
556
|
-
"id":
|
|
556
|
+
"id": 99,
|
|
557
557
|
"name": "helpPopoverTitle",
|
|
558
558
|
"variant": "declaration",
|
|
559
559
|
"kind": 1024,
|
|
@@ -579,9 +579,9 @@
|
|
|
579
579
|
"sources": [
|
|
580
580
|
{
|
|
581
581
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
582
|
-
"line":
|
|
582
|
+
"line": 178,
|
|
583
583
|
"character": 9,
|
|
584
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
584
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L178"
|
|
585
585
|
}
|
|
586
586
|
],
|
|
587
587
|
"type": {
|
|
@@ -595,7 +595,7 @@
|
|
|
595
595
|
]
|
|
596
596
|
},
|
|
597
597
|
{
|
|
598
|
-
"id":
|
|
598
|
+
"id": 100,
|
|
599
599
|
"name": "hintText",
|
|
600
600
|
"variant": "declaration",
|
|
601
601
|
"kind": 1024,
|
|
@@ -613,9 +613,9 @@
|
|
|
613
613
|
"sources": [
|
|
614
614
|
{
|
|
615
615
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
616
|
-
"line":
|
|
616
|
+
"line": 185,
|
|
617
617
|
"character": 9,
|
|
618
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
618
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L185"
|
|
619
619
|
}
|
|
620
620
|
],
|
|
621
621
|
"type": {
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
]
|
|
630
630
|
},
|
|
631
631
|
{
|
|
632
|
-
"id":
|
|
632
|
+
"id": 135,
|
|
633
633
|
"name": "iframeRef",
|
|
634
634
|
"variant": "declaration",
|
|
635
635
|
"kind": 1024,
|
|
@@ -639,9 +639,9 @@
|
|
|
639
639
|
"sources": [
|
|
640
640
|
{
|
|
641
641
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
642
|
-
"line":
|
|
642
|
+
"line": 322,
|
|
643
643
|
"character": 9,
|
|
644
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
644
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L322"
|
|
645
645
|
}
|
|
646
646
|
],
|
|
647
647
|
"type": {
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
"decorators": []
|
|
663
663
|
},
|
|
664
664
|
{
|
|
665
|
-
"id":
|
|
665
|
+
"id": 140,
|
|
666
666
|
"name": "inputTemplateRef",
|
|
667
667
|
"variant": "declaration",
|
|
668
668
|
"kind": 1024,
|
|
@@ -672,9 +672,9 @@
|
|
|
672
672
|
"sources": [
|
|
673
673
|
{
|
|
674
674
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
675
|
-
"line":
|
|
675
|
+
"line": 375,
|
|
676
676
|
"character": 9,
|
|
677
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
677
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L375"
|
|
678
678
|
}
|
|
679
679
|
],
|
|
680
680
|
"type": {
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"decorators": []
|
|
696
696
|
},
|
|
697
697
|
{
|
|
698
|
-
"id":
|
|
698
|
+
"id": 125,
|
|
699
699
|
"name": "stacked",
|
|
700
700
|
"variant": "declaration",
|
|
701
701
|
"kind": 1024,
|
|
@@ -713,9 +713,9 @@
|
|
|
713
713
|
"sources": [
|
|
714
714
|
{
|
|
715
715
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
716
|
-
"line":
|
|
716
|
+
"line": 281,
|
|
717
717
|
"character": 9,
|
|
718
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
718
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L281"
|
|
719
719
|
}
|
|
720
720
|
],
|
|
721
721
|
"type": {
|
|
@@ -733,7 +733,7 @@
|
|
|
733
733
|
]
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
|
-
"id":
|
|
736
|
+
"id": 86,
|
|
737
737
|
"name": "disabled",
|
|
738
738
|
"variant": "declaration",
|
|
739
739
|
"kind": 262144,
|
|
@@ -743,19 +743,19 @@
|
|
|
743
743
|
"sources": [
|
|
744
744
|
{
|
|
745
745
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
746
|
-
"line":
|
|
746
|
+
"line": 103,
|
|
747
747
|
"character": 13,
|
|
748
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
748
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L103"
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
751
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
752
|
-
"line":
|
|
752
|
+
"line": 135,
|
|
753
753
|
"character": 13,
|
|
754
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
754
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L135"
|
|
755
755
|
}
|
|
756
756
|
],
|
|
757
757
|
"getSignature": {
|
|
758
|
-
"id":
|
|
758
|
+
"id": 87,
|
|
759
759
|
"name": "disabled",
|
|
760
760
|
"variant": "signature",
|
|
761
761
|
"kind": 524288,
|
|
@@ -763,9 +763,9 @@
|
|
|
763
763
|
"sources": [
|
|
764
764
|
{
|
|
765
765
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
766
|
-
"line":
|
|
766
|
+
"line": 135,
|
|
767
767
|
"character": 13,
|
|
768
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
768
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L135"
|
|
769
769
|
}
|
|
770
770
|
],
|
|
771
771
|
"type": {
|
|
@@ -774,7 +774,7 @@
|
|
|
774
774
|
}
|
|
775
775
|
},
|
|
776
776
|
"setSignature": {
|
|
777
|
-
"id":
|
|
777
|
+
"id": 88,
|
|
778
778
|
"name": "disabled",
|
|
779
779
|
"variant": "signature",
|
|
780
780
|
"kind": 1048576,
|
|
@@ -809,14 +809,14 @@
|
|
|
809
809
|
"sources": [
|
|
810
810
|
{
|
|
811
811
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
812
|
-
"line":
|
|
812
|
+
"line": 103,
|
|
813
813
|
"character": 13,
|
|
814
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
814
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L103"
|
|
815
815
|
}
|
|
816
816
|
],
|
|
817
817
|
"parameters": [
|
|
818
818
|
{
|
|
819
|
-
"id":
|
|
819
|
+
"id": 89,
|
|
820
820
|
"name": "value",
|
|
821
821
|
"variant": "param",
|
|
822
822
|
"kind": 32768,
|
|
@@ -834,12 +834,15 @@
|
|
|
834
834
|
},
|
|
835
835
|
"decorators": [
|
|
836
836
|
{
|
|
837
|
-
"name": "Input"
|
|
837
|
+
"name": "Input",
|
|
838
|
+
"arguments": {
|
|
839
|
+
"transform": "booleanAttribute"
|
|
840
|
+
}
|
|
838
841
|
}
|
|
839
842
|
]
|
|
840
843
|
},
|
|
841
844
|
{
|
|
842
|
-
"id":
|
|
845
|
+
"id": 90,
|
|
843
846
|
"name": "fontList",
|
|
844
847
|
"variant": "declaration",
|
|
845
848
|
"kind": 262144,
|
|
@@ -849,19 +852,19 @@
|
|
|
849
852
|
"sources": [
|
|
850
853
|
{
|
|
851
854
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
852
|
-
"line":
|
|
855
|
+
"line": 144,
|
|
853
856
|
"character": 13,
|
|
854
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
857
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L144"
|
|
855
858
|
},
|
|
856
859
|
{
|
|
857
860
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
858
|
-
"line":
|
|
861
|
+
"line": 148,
|
|
859
862
|
"character": 13,
|
|
860
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
863
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L148"
|
|
861
864
|
}
|
|
862
865
|
],
|
|
863
866
|
"getSignature": {
|
|
864
|
-
"id":
|
|
867
|
+
"id": 91,
|
|
865
868
|
"name": "fontList",
|
|
866
869
|
"variant": "signature",
|
|
867
870
|
"kind": 524288,
|
|
@@ -869,9 +872,9 @@
|
|
|
869
872
|
"sources": [
|
|
870
873
|
{
|
|
871
874
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
872
|
-
"line":
|
|
875
|
+
"line": 148,
|
|
873
876
|
"character": 13,
|
|
874
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
877
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L148"
|
|
875
878
|
}
|
|
876
879
|
],
|
|
877
880
|
"type": {
|
|
@@ -885,7 +888,7 @@
|
|
|
885
888
|
}
|
|
886
889
|
},
|
|
887
890
|
"setSignature": {
|
|
888
|
-
"id":
|
|
891
|
+
"id": 92,
|
|
889
892
|
"name": "fontList",
|
|
890
893
|
"variant": "signature",
|
|
891
894
|
"kind": 1048576,
|
|
@@ -912,14 +915,14 @@
|
|
|
912
915
|
"sources": [
|
|
913
916
|
{
|
|
914
917
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
915
|
-
"line":
|
|
918
|
+
"line": 144,
|
|
916
919
|
"character": 13,
|
|
917
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
920
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L144"
|
|
918
921
|
}
|
|
919
922
|
],
|
|
920
923
|
"parameters": [
|
|
921
924
|
{
|
|
922
|
-
"id":
|
|
925
|
+
"id": 93,
|
|
923
926
|
"name": "value",
|
|
924
927
|
"variant": "param",
|
|
925
928
|
"kind": 32768,
|
|
@@ -947,7 +950,7 @@
|
|
|
947
950
|
]
|
|
948
951
|
},
|
|
949
952
|
{
|
|
950
|
-
"id":
|
|
953
|
+
"id": 94,
|
|
951
954
|
"name": "fontSizeList",
|
|
952
955
|
"variant": "declaration",
|
|
953
956
|
"kind": 262144,
|
|
@@ -957,19 +960,19 @@
|
|
|
957
960
|
"sources": [
|
|
958
961
|
{
|
|
959
962
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
960
|
-
"line":
|
|
963
|
+
"line": 157,
|
|
961
964
|
"character": 13,
|
|
962
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
965
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L157"
|
|
963
966
|
},
|
|
964
967
|
{
|
|
965
968
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
966
|
-
"line":
|
|
969
|
+
"line": 161,
|
|
967
970
|
"character": 13,
|
|
968
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
971
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L161"
|
|
969
972
|
}
|
|
970
973
|
],
|
|
971
974
|
"getSignature": {
|
|
972
|
-
"id":
|
|
975
|
+
"id": 95,
|
|
973
976
|
"name": "fontSizeList",
|
|
974
977
|
"variant": "signature",
|
|
975
978
|
"kind": 524288,
|
|
@@ -977,9 +980,9 @@
|
|
|
977
980
|
"sources": [
|
|
978
981
|
{
|
|
979
982
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
980
|
-
"line":
|
|
983
|
+
"line": 161,
|
|
981
984
|
"character": 13,
|
|
982
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
985
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L161"
|
|
983
986
|
}
|
|
984
987
|
],
|
|
985
988
|
"type": {
|
|
@@ -991,7 +994,7 @@
|
|
|
991
994
|
}
|
|
992
995
|
},
|
|
993
996
|
"setSignature": {
|
|
994
|
-
"id":
|
|
997
|
+
"id": 96,
|
|
995
998
|
"name": "fontSizeList",
|
|
996
999
|
"variant": "signature",
|
|
997
1000
|
"kind": 1048576,
|
|
@@ -1018,14 +1021,14 @@
|
|
|
1018
1021
|
"sources": [
|
|
1019
1022
|
{
|
|
1020
1023
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1021
|
-
"line":
|
|
1024
|
+
"line": 157,
|
|
1022
1025
|
"character": 13,
|
|
1023
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1026
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L157"
|
|
1024
1027
|
}
|
|
1025
1028
|
],
|
|
1026
1029
|
"parameters": [
|
|
1027
1030
|
{
|
|
1028
|
-
"id":
|
|
1031
|
+
"id": 97,
|
|
1029
1032
|
"name": "value",
|
|
1030
1033
|
"variant": "param",
|
|
1031
1034
|
"kind": 32768,
|
|
@@ -1051,7 +1054,7 @@
|
|
|
1051
1054
|
]
|
|
1052
1055
|
},
|
|
1053
1056
|
{
|
|
1054
|
-
"id":
|
|
1057
|
+
"id": 101,
|
|
1055
1058
|
"name": "id",
|
|
1056
1059
|
"variant": "declaration",
|
|
1057
1060
|
"kind": 262144,
|
|
@@ -1061,19 +1064,19 @@
|
|
|
1061
1064
|
"sources": [
|
|
1062
1065
|
{
|
|
1063
1066
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1064
|
-
"line":
|
|
1067
|
+
"line": 192,
|
|
1065
1068
|
"character": 13,
|
|
1066
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1069
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L192"
|
|
1067
1070
|
},
|
|
1068
1071
|
{
|
|
1069
1072
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1070
|
-
"line":
|
|
1073
|
+
"line": 196,
|
|
1071
1074
|
"character": 13,
|
|
1072
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1075
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L196"
|
|
1073
1076
|
}
|
|
1074
1077
|
],
|
|
1075
1078
|
"getSignature": {
|
|
1076
|
-
"id":
|
|
1079
|
+
"id": 102,
|
|
1077
1080
|
"name": "id",
|
|
1078
1081
|
"variant": "signature",
|
|
1079
1082
|
"kind": 524288,
|
|
@@ -1081,9 +1084,9 @@
|
|
|
1081
1084
|
"sources": [
|
|
1082
1085
|
{
|
|
1083
1086
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1084
|
-
"line":
|
|
1087
|
+
"line": 196,
|
|
1085
1088
|
"character": 13,
|
|
1086
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1089
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L196"
|
|
1087
1090
|
}
|
|
1088
1091
|
],
|
|
1089
1092
|
"type": {
|
|
@@ -1092,7 +1095,7 @@
|
|
|
1092
1095
|
}
|
|
1093
1096
|
},
|
|
1094
1097
|
"setSignature": {
|
|
1095
|
-
"id":
|
|
1098
|
+
"id": 103,
|
|
1096
1099
|
"name": "id",
|
|
1097
1100
|
"variant": "signature",
|
|
1098
1101
|
"kind": 1048576,
|
|
@@ -1108,14 +1111,14 @@
|
|
|
1108
1111
|
"sources": [
|
|
1109
1112
|
{
|
|
1110
1113
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1111
|
-
"line":
|
|
1114
|
+
"line": 192,
|
|
1112
1115
|
"character": 13,
|
|
1113
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1116
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L192"
|
|
1114
1117
|
}
|
|
1115
1118
|
],
|
|
1116
1119
|
"parameters": [
|
|
1117
1120
|
{
|
|
1118
|
-
"id":
|
|
1121
|
+
"id": 104,
|
|
1119
1122
|
"name": "value",
|
|
1120
1123
|
"variant": "param",
|
|
1121
1124
|
"kind": 32768,
|
|
@@ -1138,7 +1141,7 @@
|
|
|
1138
1141
|
]
|
|
1139
1142
|
},
|
|
1140
1143
|
{
|
|
1141
|
-
"id":
|
|
1144
|
+
"id": 105,
|
|
1142
1145
|
"name": "initialStyleState",
|
|
1143
1146
|
"variant": "declaration",
|
|
1144
1147
|
"kind": 262144,
|
|
@@ -1148,19 +1151,19 @@
|
|
|
1148
1151
|
"sources": [
|
|
1149
1152
|
{
|
|
1150
1153
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1151
|
-
"line":
|
|
1154
|
+
"line": 204,
|
|
1152
1155
|
"character": 13,
|
|
1153
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1156
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L204"
|
|
1154
1157
|
},
|
|
1155
1158
|
{
|
|
1156
1159
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1157
|
-
"line":
|
|
1160
|
+
"line": 215,
|
|
1158
1161
|
"character": 13,
|
|
1159
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1162
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L215"
|
|
1160
1163
|
}
|
|
1161
1164
|
],
|
|
1162
1165
|
"getSignature": {
|
|
1163
|
-
"id":
|
|
1166
|
+
"id": 106,
|
|
1164
1167
|
"name": "initialStyleState",
|
|
1165
1168
|
"variant": "signature",
|
|
1166
1169
|
"kind": 524288,
|
|
@@ -1168,9 +1171,9 @@
|
|
|
1168
1171
|
"sources": [
|
|
1169
1172
|
{
|
|
1170
1173
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1171
|
-
"line":
|
|
1174
|
+
"line": 215,
|
|
1172
1175
|
"character": 13,
|
|
1173
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1176
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L215"
|
|
1174
1177
|
}
|
|
1175
1178
|
],
|
|
1176
1179
|
"type": {
|
|
@@ -1181,7 +1184,7 @@
|
|
|
1181
1184
|
}
|
|
1182
1185
|
},
|
|
1183
1186
|
"setSignature": {
|
|
1184
|
-
"id":
|
|
1187
|
+
"id": 107,
|
|
1185
1188
|
"name": "initialStyleState",
|
|
1186
1189
|
"variant": "signature",
|
|
1187
1190
|
"kind": 1048576,
|
|
@@ -1197,14 +1200,14 @@
|
|
|
1197
1200
|
"sources": [
|
|
1198
1201
|
{
|
|
1199
1202
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1200
|
-
"line":
|
|
1203
|
+
"line": 204,
|
|
1201
1204
|
"character": 13,
|
|
1202
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1205
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L204"
|
|
1203
1206
|
}
|
|
1204
1207
|
],
|
|
1205
1208
|
"parameters": [
|
|
1206
1209
|
{
|
|
1207
|
-
"id":
|
|
1210
|
+
"id": 108,
|
|
1208
1211
|
"name": "state",
|
|
1209
1212
|
"variant": "param",
|
|
1210
1213
|
"kind": 32768,
|
|
@@ -1229,7 +1232,7 @@
|
|
|
1229
1232
|
]
|
|
1230
1233
|
},
|
|
1231
1234
|
{
|
|
1232
|
-
"id":
|
|
1235
|
+
"id": 109,
|
|
1233
1236
|
"name": "labelText",
|
|
1234
1237
|
"variant": "declaration",
|
|
1235
1238
|
"kind": 262144,
|
|
@@ -1239,19 +1242,19 @@
|
|
|
1239
1242
|
"sources": [
|
|
1240
1243
|
{
|
|
1241
1244
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1242
|
-
"line":
|
|
1245
|
+
"line": 223,
|
|
1243
1246
|
"character": 13,
|
|
1244
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1247
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L223"
|
|
1245
1248
|
},
|
|
1246
1249
|
{
|
|
1247
1250
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1248
|
-
"line":
|
|
1251
|
+
"line": 228,
|
|
1249
1252
|
"character": 13,
|
|
1250
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1253
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L228"
|
|
1251
1254
|
}
|
|
1252
1255
|
],
|
|
1253
1256
|
"getSignature": {
|
|
1254
|
-
"id":
|
|
1257
|
+
"id": 110,
|
|
1255
1258
|
"name": "labelText",
|
|
1256
1259
|
"variant": "signature",
|
|
1257
1260
|
"kind": 524288,
|
|
@@ -1259,9 +1262,9 @@
|
|
|
1259
1262
|
"sources": [
|
|
1260
1263
|
{
|
|
1261
1264
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1262
|
-
"line":
|
|
1265
|
+
"line": 228,
|
|
1263
1266
|
"character": 13,
|
|
1264
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1267
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L228"
|
|
1265
1268
|
}
|
|
1266
1269
|
],
|
|
1267
1270
|
"type": {
|
|
@@ -1270,7 +1273,7 @@
|
|
|
1270
1273
|
}
|
|
1271
1274
|
},
|
|
1272
1275
|
"setSignature": {
|
|
1273
|
-
"id":
|
|
1276
|
+
"id": 111,
|
|
1274
1277
|
"name": "labelText",
|
|
1275
1278
|
"variant": "signature",
|
|
1276
1279
|
"kind": 1048576,
|
|
@@ -1286,14 +1289,14 @@
|
|
|
1286
1289
|
"sources": [
|
|
1287
1290
|
{
|
|
1288
1291
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1289
|
-
"line":
|
|
1292
|
+
"line": 223,
|
|
1290
1293
|
"character": 13,
|
|
1291
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1294
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L223"
|
|
1292
1295
|
}
|
|
1293
1296
|
],
|
|
1294
1297
|
"parameters": [
|
|
1295
1298
|
{
|
|
1296
|
-
"id":
|
|
1299
|
+
"id": 112,
|
|
1297
1300
|
"name": "value",
|
|
1298
1301
|
"variant": "param",
|
|
1299
1302
|
"kind": 32768,
|
|
@@ -1316,7 +1319,7 @@
|
|
|
1316
1319
|
]
|
|
1317
1320
|
},
|
|
1318
1321
|
{
|
|
1319
|
-
"id":
|
|
1322
|
+
"id": 130,
|
|
1320
1323
|
"name": "linkWindowOptions",
|
|
1321
1324
|
"variant": "declaration",
|
|
1322
1325
|
"kind": 262144,
|
|
@@ -1326,19 +1329,19 @@
|
|
|
1326
1329
|
"sources": [
|
|
1327
1330
|
{
|
|
1328
1331
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1329
|
-
"line":
|
|
1332
|
+
"line": 303,
|
|
1330
1333
|
"character": 13,
|
|
1331
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1334
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L303"
|
|
1332
1335
|
},
|
|
1333
1336
|
{
|
|
1334
1337
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1335
|
-
"line":
|
|
1338
|
+
"line": 309,
|
|
1336
1339
|
"character": 13,
|
|
1337
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1340
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L309"
|
|
1338
1341
|
}
|
|
1339
1342
|
],
|
|
1340
1343
|
"getSignature": {
|
|
1341
|
-
"id":
|
|
1344
|
+
"id": 131,
|
|
1342
1345
|
"name": "linkWindowOptions",
|
|
1343
1346
|
"variant": "signature",
|
|
1344
1347
|
"kind": 524288,
|
|
@@ -1346,9 +1349,9 @@
|
|
|
1346
1349
|
"sources": [
|
|
1347
1350
|
{
|
|
1348
1351
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1349
|
-
"line":
|
|
1352
|
+
"line": 309,
|
|
1350
1353
|
"character": 13,
|
|
1351
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1354
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L309"
|
|
1352
1355
|
}
|
|
1353
1356
|
],
|
|
1354
1357
|
"type": {
|
|
@@ -1362,7 +1365,7 @@
|
|
|
1362
1365
|
}
|
|
1363
1366
|
},
|
|
1364
1367
|
"setSignature": {
|
|
1365
|
-
"id":
|
|
1368
|
+
"id": 132,
|
|
1366
1369
|
"name": "linkWindowOptions",
|
|
1367
1370
|
"variant": "signature",
|
|
1368
1371
|
"kind": 1048576,
|
|
@@ -1389,14 +1392,14 @@
|
|
|
1389
1392
|
"sources": [
|
|
1390
1393
|
{
|
|
1391
1394
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1392
|
-
"line":
|
|
1395
|
+
"line": 303,
|
|
1393
1396
|
"character": 13,
|
|
1394
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1397
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L303"
|
|
1395
1398
|
}
|
|
1396
1399
|
],
|
|
1397
1400
|
"parameters": [
|
|
1398
1401
|
{
|
|
1399
|
-
"id":
|
|
1402
|
+
"id": 133,
|
|
1400
1403
|
"name": "value",
|
|
1401
1404
|
"variant": "param",
|
|
1402
1405
|
"kind": 32768,
|
|
@@ -1424,7 +1427,7 @@
|
|
|
1424
1427
|
]
|
|
1425
1428
|
},
|
|
1426
1429
|
{
|
|
1427
|
-
"id":
|
|
1430
|
+
"id": 113,
|
|
1428
1431
|
"name": "menus",
|
|
1429
1432
|
"variant": "declaration",
|
|
1430
1433
|
"kind": 262144,
|
|
@@ -1434,19 +1437,19 @@
|
|
|
1434
1437
|
"sources": [
|
|
1435
1438
|
{
|
|
1436
1439
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1437
|
-
"line":
|
|
1440
|
+
"line": 237,
|
|
1438
1441
|
"character": 13,
|
|
1439
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1442
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L237"
|
|
1440
1443
|
},
|
|
1441
1444
|
{
|
|
1442
1445
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1443
|
-
"line":
|
|
1446
|
+
"line": 241,
|
|
1444
1447
|
"character": 13,
|
|
1445
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1448
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L241"
|
|
1446
1449
|
}
|
|
1447
1450
|
],
|
|
1448
1451
|
"getSignature": {
|
|
1449
|
-
"id":
|
|
1452
|
+
"id": 114,
|
|
1450
1453
|
"name": "menus",
|
|
1451
1454
|
"variant": "signature",
|
|
1452
1455
|
"kind": 524288,
|
|
@@ -1454,9 +1457,9 @@
|
|
|
1454
1457
|
"sources": [
|
|
1455
1458
|
{
|
|
1456
1459
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1457
|
-
"line":
|
|
1460
|
+
"line": 241,
|
|
1458
1461
|
"character": 13,
|
|
1459
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1462
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L241"
|
|
1460
1463
|
}
|
|
1461
1464
|
],
|
|
1462
1465
|
"type": {
|
|
@@ -1470,7 +1473,7 @@
|
|
|
1470
1473
|
}
|
|
1471
1474
|
},
|
|
1472
1475
|
"setSignature": {
|
|
1473
|
-
"id":
|
|
1476
|
+
"id": 115,
|
|
1474
1477
|
"name": "menus",
|
|
1475
1478
|
"variant": "signature",
|
|
1476
1479
|
"kind": 1048576,
|
|
@@ -1497,14 +1500,14 @@
|
|
|
1497
1500
|
"sources": [
|
|
1498
1501
|
{
|
|
1499
1502
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1500
|
-
"line":
|
|
1503
|
+
"line": 237,
|
|
1501
1504
|
"character": 13,
|
|
1502
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1505
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L237"
|
|
1503
1506
|
}
|
|
1504
1507
|
],
|
|
1505
1508
|
"parameters": [
|
|
1506
1509
|
{
|
|
1507
|
-
"id":
|
|
1510
|
+
"id": 116,
|
|
1508
1511
|
"name": "value",
|
|
1509
1512
|
"variant": "param",
|
|
1510
1513
|
"kind": 32768,
|
|
@@ -1532,7 +1535,7 @@
|
|
|
1532
1535
|
]
|
|
1533
1536
|
},
|
|
1534
1537
|
{
|
|
1535
|
-
"id":
|
|
1538
|
+
"id": 117,
|
|
1536
1539
|
"name": "mergeFields",
|
|
1537
1540
|
"variant": "declaration",
|
|
1538
1541
|
"kind": 262144,
|
|
@@ -1542,19 +1545,19 @@
|
|
|
1542
1545
|
"sources": [
|
|
1543
1546
|
{
|
|
1544
1547
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1545
|
-
"line":
|
|
1548
|
+
"line": 249,
|
|
1546
1549
|
"character": 13,
|
|
1547
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1550
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L249"
|
|
1548
1551
|
},
|
|
1549
1552
|
{
|
|
1550
1553
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1551
|
-
"line":
|
|
1554
|
+
"line": 253,
|
|
1552
1555
|
"character": 13,
|
|
1553
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1556
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L253"
|
|
1554
1557
|
}
|
|
1555
1558
|
],
|
|
1556
1559
|
"getSignature": {
|
|
1557
|
-
"id":
|
|
1560
|
+
"id": 118,
|
|
1558
1561
|
"name": "mergeFields",
|
|
1559
1562
|
"variant": "signature",
|
|
1560
1563
|
"kind": 524288,
|
|
@@ -1562,9 +1565,9 @@
|
|
|
1562
1565
|
"sources": [
|
|
1563
1566
|
{
|
|
1564
1567
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1565
|
-
"line":
|
|
1568
|
+
"line": 253,
|
|
1566
1569
|
"character": 13,
|
|
1567
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1570
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L253"
|
|
1568
1571
|
}
|
|
1569
1572
|
],
|
|
1570
1573
|
"type": {
|
|
@@ -1578,7 +1581,7 @@
|
|
|
1578
1581
|
}
|
|
1579
1582
|
},
|
|
1580
1583
|
"setSignature": {
|
|
1581
|
-
"id":
|
|
1584
|
+
"id": 119,
|
|
1582
1585
|
"name": "mergeFields",
|
|
1583
1586
|
"variant": "signature",
|
|
1584
1587
|
"kind": 1048576,
|
|
@@ -1594,14 +1597,14 @@
|
|
|
1594
1597
|
"sources": [
|
|
1595
1598
|
{
|
|
1596
1599
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1597
|
-
"line":
|
|
1600
|
+
"line": 249,
|
|
1598
1601
|
"character": 13,
|
|
1599
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1602
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L249"
|
|
1600
1603
|
}
|
|
1601
1604
|
],
|
|
1602
1605
|
"parameters": [
|
|
1603
1606
|
{
|
|
1604
|
-
"id":
|
|
1607
|
+
"id": 120,
|
|
1605
1608
|
"name": "value",
|
|
1606
1609
|
"variant": "param",
|
|
1607
1610
|
"kind": 32768,
|
|
@@ -1629,7 +1632,7 @@
|
|
|
1629
1632
|
]
|
|
1630
1633
|
},
|
|
1631
1634
|
{
|
|
1632
|
-
"id":
|
|
1635
|
+
"id": 121,
|
|
1633
1636
|
"name": "placeholder",
|
|
1634
1637
|
"variant": "declaration",
|
|
1635
1638
|
"kind": 262144,
|
|
@@ -1639,19 +1642,19 @@
|
|
|
1639
1642
|
"sources": [
|
|
1640
1643
|
{
|
|
1641
1644
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1642
|
-
"line":
|
|
1645
|
+
"line": 261,
|
|
1643
1646
|
"character": 13,
|
|
1644
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1647
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L261"
|
|
1645
1648
|
},
|
|
1646
1649
|
{
|
|
1647
1650
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1648
|
-
"line":
|
|
1651
|
+
"line": 271,
|
|
1649
1652
|
"character": 13,
|
|
1650
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1653
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L271"
|
|
1651
1654
|
}
|
|
1652
1655
|
],
|
|
1653
1656
|
"getSignature": {
|
|
1654
|
-
"id":
|
|
1657
|
+
"id": 122,
|
|
1655
1658
|
"name": "placeholder",
|
|
1656
1659
|
"variant": "signature",
|
|
1657
1660
|
"kind": 524288,
|
|
@@ -1659,9 +1662,9 @@
|
|
|
1659
1662
|
"sources": [
|
|
1660
1663
|
{
|
|
1661
1664
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1662
|
-
"line":
|
|
1665
|
+
"line": 271,
|
|
1663
1666
|
"character": 13,
|
|
1664
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1667
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L271"
|
|
1665
1668
|
}
|
|
1666
1669
|
],
|
|
1667
1670
|
"type": {
|
|
@@ -1670,7 +1673,7 @@
|
|
|
1670
1673
|
}
|
|
1671
1674
|
},
|
|
1672
1675
|
"setSignature": {
|
|
1673
|
-
"id":
|
|
1676
|
+
"id": 123,
|
|
1674
1677
|
"name": "placeholder",
|
|
1675
1678
|
"variant": "signature",
|
|
1676
1679
|
"kind": 1048576,
|
|
@@ -1686,14 +1689,14 @@
|
|
|
1686
1689
|
"sources": [
|
|
1687
1690
|
{
|
|
1688
1691
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1689
|
-
"line":
|
|
1692
|
+
"line": 261,
|
|
1690
1693
|
"character": 13,
|
|
1691
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1694
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L261"
|
|
1692
1695
|
}
|
|
1693
1696
|
],
|
|
1694
1697
|
"parameters": [
|
|
1695
1698
|
{
|
|
1696
|
-
"id":
|
|
1699
|
+
"id": 124,
|
|
1697
1700
|
"name": "value",
|
|
1698
1701
|
"variant": "param",
|
|
1699
1702
|
"kind": 32768,
|
|
@@ -1716,7 +1719,7 @@
|
|
|
1716
1719
|
]
|
|
1717
1720
|
},
|
|
1718
1721
|
{
|
|
1719
|
-
"id":
|
|
1722
|
+
"id": 126,
|
|
1720
1723
|
"name": "toolbarActions",
|
|
1721
1724
|
"variant": "declaration",
|
|
1722
1725
|
"kind": 262144,
|
|
@@ -1726,19 +1729,19 @@
|
|
|
1726
1729
|
"sources": [
|
|
1727
1730
|
{
|
|
1728
1731
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1729
|
-
"line":
|
|
1732
|
+
"line": 288,
|
|
1730
1733
|
"character": 13,
|
|
1731
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1734
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L288"
|
|
1732
1735
|
},
|
|
1733
1736
|
{
|
|
1734
1737
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1735
|
-
"line":
|
|
1738
|
+
"line": 294,
|
|
1736
1739
|
"character": 13,
|
|
1737
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1740
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L294"
|
|
1738
1741
|
}
|
|
1739
1742
|
],
|
|
1740
1743
|
"getSignature": {
|
|
1741
|
-
"id":
|
|
1744
|
+
"id": 127,
|
|
1742
1745
|
"name": "toolbarActions",
|
|
1743
1746
|
"variant": "signature",
|
|
1744
1747
|
"kind": 524288,
|
|
@@ -1746,9 +1749,9 @@
|
|
|
1746
1749
|
"sources": [
|
|
1747
1750
|
{
|
|
1748
1751
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1749
|
-
"line":
|
|
1752
|
+
"line": 294,
|
|
1750
1753
|
"character": 13,
|
|
1751
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1754
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L294"
|
|
1752
1755
|
}
|
|
1753
1756
|
],
|
|
1754
1757
|
"type": {
|
|
@@ -1762,7 +1765,7 @@
|
|
|
1762
1765
|
}
|
|
1763
1766
|
},
|
|
1764
1767
|
"setSignature": {
|
|
1765
|
-
"id":
|
|
1768
|
+
"id": 128,
|
|
1766
1769
|
"name": "toolbarActions",
|
|
1767
1770
|
"variant": "signature",
|
|
1768
1771
|
"kind": 1048576,
|
|
@@ -1789,14 +1792,14 @@
|
|
|
1789
1792
|
"sources": [
|
|
1790
1793
|
{
|
|
1791
1794
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1792
|
-
"line":
|
|
1795
|
+
"line": 288,
|
|
1793
1796
|
"character": 13,
|
|
1794
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1797
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L288"
|
|
1795
1798
|
}
|
|
1796
1799
|
],
|
|
1797
1800
|
"parameters": [
|
|
1798
1801
|
{
|
|
1799
|
-
"id":
|
|
1802
|
+
"id": 129,
|
|
1800
1803
|
"name": "value",
|
|
1801
1804
|
"variant": "param",
|
|
1802
1805
|
"kind": 32768,
|
|
@@ -1824,7 +1827,7 @@
|
|
|
1824
1827
|
]
|
|
1825
1828
|
},
|
|
1826
1829
|
{
|
|
1827
|
-
"id":
|
|
1830
|
+
"id": 136,
|
|
1828
1831
|
"name": "value",
|
|
1829
1832
|
"variant": "declaration",
|
|
1830
1833
|
"kind": 262144,
|
|
@@ -1834,19 +1837,19 @@
|
|
|
1834
1837
|
"sources": [
|
|
1835
1838
|
{
|
|
1836
1839
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1837
|
-
"line":
|
|
1840
|
+
"line": 327,
|
|
1838
1841
|
"character": 13,
|
|
1839
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1842
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L327"
|
|
1840
1843
|
},
|
|
1841
1844
|
{
|
|
1842
1845
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1843
|
-
"line":
|
|
1846
|
+
"line": 367,
|
|
1844
1847
|
"character": 13,
|
|
1845
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1848
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L367"
|
|
1846
1849
|
}
|
|
1847
1850
|
],
|
|
1848
1851
|
"getSignature": {
|
|
1849
|
-
"id":
|
|
1852
|
+
"id": 137,
|
|
1850
1853
|
"name": "value",
|
|
1851
1854
|
"variant": "signature",
|
|
1852
1855
|
"kind": 524288,
|
|
@@ -1854,9 +1857,9 @@
|
|
|
1854
1857
|
"sources": [
|
|
1855
1858
|
{
|
|
1856
1859
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1857
|
-
"line":
|
|
1860
|
+
"line": 367,
|
|
1858
1861
|
"character": 13,
|
|
1859
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1862
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L367"
|
|
1860
1863
|
}
|
|
1861
1864
|
],
|
|
1862
1865
|
"type": {
|
|
@@ -1865,7 +1868,7 @@
|
|
|
1865
1868
|
}
|
|
1866
1869
|
},
|
|
1867
1870
|
"setSignature": {
|
|
1868
|
-
"id":
|
|
1871
|
+
"id": 138,
|
|
1869
1872
|
"name": "value",
|
|
1870
1873
|
"variant": "signature",
|
|
1871
1874
|
"kind": 1048576,
|
|
@@ -1881,14 +1884,14 @@
|
|
|
1881
1884
|
"sources": [
|
|
1882
1885
|
{
|
|
1883
1886
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1884
|
-
"line":
|
|
1887
|
+
"line": 327,
|
|
1885
1888
|
"character": 13,
|
|
1886
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1889
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L327"
|
|
1887
1890
|
}
|
|
1888
1891
|
],
|
|
1889
1892
|
"parameters": [
|
|
1890
1893
|
{
|
|
1891
|
-
"id":
|
|
1894
|
+
"id": 139,
|
|
1892
1895
|
"name": "value",
|
|
1893
1896
|
"variant": "param",
|
|
1894
1897
|
"kind": 32768,
|
|
@@ -1907,7 +1910,7 @@
|
|
|
1907
1910
|
"decorators": []
|
|
1908
1911
|
},
|
|
1909
1912
|
{
|
|
1910
|
-
"id":
|
|
1913
|
+
"id": 172,
|
|
1911
1914
|
"name": "ngAfterViewInit",
|
|
1912
1915
|
"variant": "declaration",
|
|
1913
1916
|
"kind": 2048,
|
|
@@ -1917,14 +1920,14 @@
|
|
|
1917
1920
|
"sources": [
|
|
1918
1921
|
{
|
|
1919
1922
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1920
|
-
"line":
|
|
1923
|
+
"line": 428,
|
|
1921
1924
|
"character": 9,
|
|
1922
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1925
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L428"
|
|
1923
1926
|
}
|
|
1924
1927
|
],
|
|
1925
1928
|
"signatures": [
|
|
1926
1929
|
{
|
|
1927
|
-
"id":
|
|
1930
|
+
"id": 173,
|
|
1928
1931
|
"name": "ngAfterViewInit",
|
|
1929
1932
|
"variant": "signature",
|
|
1930
1933
|
"kind": 4096,
|
|
@@ -1932,9 +1935,9 @@
|
|
|
1932
1935
|
"sources": [
|
|
1933
1936
|
{
|
|
1934
1937
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1935
|
-
"line":
|
|
1938
|
+
"line": 428,
|
|
1936
1939
|
"character": 9,
|
|
1937
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1940
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L428"
|
|
1938
1941
|
}
|
|
1939
1942
|
],
|
|
1940
1943
|
"type": {
|
|
@@ -1956,7 +1959,7 @@
|
|
|
1956
1959
|
"decorators": []
|
|
1957
1960
|
},
|
|
1958
1961
|
{
|
|
1959
|
-
"id":
|
|
1962
|
+
"id": 176,
|
|
1960
1963
|
"name": "ngOnDestroy",
|
|
1961
1964
|
"variant": "declaration",
|
|
1962
1965
|
"kind": 2048,
|
|
@@ -1966,14 +1969,14 @@
|
|
|
1966
1969
|
"sources": [
|
|
1967
1970
|
{
|
|
1968
1971
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
1969
|
-
"line":
|
|
1972
|
+
"line": 438,
|
|
1970
1973
|
"character": 9,
|
|
1971
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1974
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L438"
|
|
1972
1975
|
}
|
|
1973
1976
|
],
|
|
1974
1977
|
"signatures": [
|
|
1975
1978
|
{
|
|
1976
|
-
"id":
|
|
1979
|
+
"id": 177,
|
|
1977
1980
|
"name": "ngOnDestroy",
|
|
1978
1981
|
"variant": "signature",
|
|
1979
1982
|
"kind": 4096,
|
|
@@ -1981,9 +1984,9 @@
|
|
|
1981
1984
|
"sources": [
|
|
1982
1985
|
{
|
|
1983
1986
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
1984
|
-
"line":
|
|
1987
|
+
"line": 438,
|
|
1985
1988
|
"character": 9,
|
|
1986
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1989
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L438"
|
|
1987
1990
|
}
|
|
1988
1991
|
],
|
|
1989
1992
|
"type": {
|
|
@@ -2005,7 +2008,7 @@
|
|
|
2005
2008
|
"decorators": []
|
|
2006
2009
|
},
|
|
2007
2010
|
{
|
|
2008
|
-
"id":
|
|
2011
|
+
"id": 174,
|
|
2009
2012
|
"name": "ngOnInit",
|
|
2010
2013
|
"variant": "declaration",
|
|
2011
2014
|
"kind": 2048,
|
|
@@ -2015,14 +2018,14 @@
|
|
|
2015
2018
|
"sources": [
|
|
2016
2019
|
{
|
|
2017
2020
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2018
|
-
"line":
|
|
2021
|
+
"line": 432,
|
|
2019
2022
|
"character": 9,
|
|
2020
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2023
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L432"
|
|
2021
2024
|
}
|
|
2022
2025
|
],
|
|
2023
2026
|
"signatures": [
|
|
2024
2027
|
{
|
|
2025
|
-
"id":
|
|
2028
|
+
"id": 175,
|
|
2026
2029
|
"name": "ngOnInit",
|
|
2027
2030
|
"variant": "signature",
|
|
2028
2031
|
"kind": 4096,
|
|
@@ -2030,9 +2033,9 @@
|
|
|
2030
2033
|
"sources": [
|
|
2031
2034
|
{
|
|
2032
2035
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2033
|
-
"line":
|
|
2036
|
+
"line": 432,
|
|
2034
2037
|
"character": 9,
|
|
2035
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2038
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L432"
|
|
2036
2039
|
}
|
|
2037
2040
|
],
|
|
2038
2041
|
"type": {
|
|
@@ -2054,7 +2057,7 @@
|
|
|
2054
2057
|
"decorators": []
|
|
2055
2058
|
},
|
|
2056
2059
|
{
|
|
2057
|
-
"id":
|
|
2060
|
+
"id": 178,
|
|
2058
2061
|
"name": "onIframeLoad",
|
|
2059
2062
|
"variant": "declaration",
|
|
2060
2063
|
"kind": 2048,
|
|
@@ -2064,14 +2067,14 @@
|
|
|
2064
2067
|
"sources": [
|
|
2065
2068
|
{
|
|
2066
2069
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2067
|
-
"line":
|
|
2070
|
+
"line": 444,
|
|
2068
2071
|
"character": 9,
|
|
2069
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2072
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L444"
|
|
2070
2073
|
}
|
|
2071
2074
|
],
|
|
2072
2075
|
"signatures": [
|
|
2073
2076
|
{
|
|
2074
|
-
"id":
|
|
2077
|
+
"id": 179,
|
|
2075
2078
|
"name": "onIframeLoad",
|
|
2076
2079
|
"variant": "signature",
|
|
2077
2080
|
"kind": 4096,
|
|
@@ -2079,9 +2082,9 @@
|
|
|
2079
2082
|
"sources": [
|
|
2080
2083
|
{
|
|
2081
2084
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2082
|
-
"line":
|
|
2085
|
+
"line": 444,
|
|
2083
2086
|
"character": 9,
|
|
2084
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2087
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L444"
|
|
2085
2088
|
}
|
|
2086
2089
|
],
|
|
2087
2090
|
"type": {
|
|
@@ -2093,7 +2096,7 @@
|
|
|
2093
2096
|
"decorators": []
|
|
2094
2097
|
},
|
|
2095
2098
|
{
|
|
2096
|
-
"id":
|
|
2099
|
+
"id": 183,
|
|
2097
2100
|
"name": "registerOnChange",
|
|
2098
2101
|
"variant": "declaration",
|
|
2099
2102
|
"kind": 2048,
|
|
@@ -2103,14 +2106,14 @@
|
|
|
2103
2106
|
"sources": [
|
|
2104
2107
|
{
|
|
2105
2108
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2106
|
-
"line":
|
|
2109
|
+
"line": 470,
|
|
2107
2110
|
"character": 9,
|
|
2108
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2111
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L470"
|
|
2109
2112
|
}
|
|
2110
2113
|
],
|
|
2111
2114
|
"signatures": [
|
|
2112
2115
|
{
|
|
2113
|
-
"id":
|
|
2116
|
+
"id": 184,
|
|
2114
2117
|
"name": "registerOnChange",
|
|
2115
2118
|
"variant": "signature",
|
|
2116
2119
|
"kind": 4096,
|
|
@@ -2126,14 +2129,14 @@
|
|
|
2126
2129
|
"sources": [
|
|
2127
2130
|
{
|
|
2128
2131
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2129
|
-
"line":
|
|
2132
|
+
"line": 470,
|
|
2130
2133
|
"character": 9,
|
|
2131
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2134
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L470"
|
|
2132
2135
|
}
|
|
2133
2136
|
],
|
|
2134
2137
|
"parameters": [
|
|
2135
2138
|
{
|
|
2136
|
-
"id":
|
|
2139
|
+
"id": 185,
|
|
2137
2140
|
"name": "fn",
|
|
2138
2141
|
"variant": "param",
|
|
2139
2142
|
"kind": 32768,
|
|
@@ -2141,7 +2144,7 @@
|
|
|
2141
2144
|
"type": {
|
|
2142
2145
|
"type": "reflection",
|
|
2143
2146
|
"declaration": {
|
|
2144
|
-
"id":
|
|
2147
|
+
"id": 186,
|
|
2145
2148
|
"name": "__type",
|
|
2146
2149
|
"variant": "declaration",
|
|
2147
2150
|
"kind": 65536,
|
|
@@ -2149,14 +2152,14 @@
|
|
|
2149
2152
|
"sources": [
|
|
2150
2153
|
{
|
|
2151
2154
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2152
|
-
"line":
|
|
2155
|
+
"line": 470,
|
|
2153
2156
|
"character": 30,
|
|
2154
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2157
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L470"
|
|
2155
2158
|
}
|
|
2156
2159
|
],
|
|
2157
2160
|
"signatures": [
|
|
2158
2161
|
{
|
|
2159
|
-
"id":
|
|
2162
|
+
"id": 187,
|
|
2160
2163
|
"name": "__type",
|
|
2161
2164
|
"variant": "signature",
|
|
2162
2165
|
"kind": 4096,
|
|
@@ -2164,14 +2167,14 @@
|
|
|
2164
2167
|
"sources": [
|
|
2165
2168
|
{
|
|
2166
2169
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2167
|
-
"line":
|
|
2170
|
+
"line": 470,
|
|
2168
2171
|
"character": 30,
|
|
2169
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2172
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L470"
|
|
2170
2173
|
}
|
|
2171
2174
|
],
|
|
2172
2175
|
"parameters": [
|
|
2173
2176
|
{
|
|
2174
|
-
"id":
|
|
2177
|
+
"id": 188,
|
|
2175
2178
|
"name": "value",
|
|
2176
2179
|
"variant": "param",
|
|
2177
2180
|
"kind": 32768,
|
|
@@ -2211,7 +2214,7 @@
|
|
|
2211
2214
|
"decorators": []
|
|
2212
2215
|
},
|
|
2213
2216
|
{
|
|
2214
|
-
"id":
|
|
2217
|
+
"id": 189,
|
|
2215
2218
|
"name": "registerOnTouched",
|
|
2216
2219
|
"variant": "declaration",
|
|
2217
2220
|
"kind": 2048,
|
|
@@ -2221,14 +2224,14 @@
|
|
|
2221
2224
|
"sources": [
|
|
2222
2225
|
{
|
|
2223
2226
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2224
|
-
"line":
|
|
2227
|
+
"line": 477,
|
|
2225
2228
|
"character": 9,
|
|
2226
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2229
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L477"
|
|
2227
2230
|
}
|
|
2228
2231
|
],
|
|
2229
2232
|
"signatures": [
|
|
2230
2233
|
{
|
|
2231
|
-
"id":
|
|
2234
|
+
"id": 190,
|
|
2232
2235
|
"name": "registerOnTouched",
|
|
2233
2236
|
"variant": "signature",
|
|
2234
2237
|
"kind": 4096,
|
|
@@ -2244,14 +2247,14 @@
|
|
|
2244
2247
|
"sources": [
|
|
2245
2248
|
{
|
|
2246
2249
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2247
|
-
"line":
|
|
2250
|
+
"line": 477,
|
|
2248
2251
|
"character": 9,
|
|
2249
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2252
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L477"
|
|
2250
2253
|
}
|
|
2251
2254
|
],
|
|
2252
2255
|
"parameters": [
|
|
2253
2256
|
{
|
|
2254
|
-
"id":
|
|
2257
|
+
"id": 191,
|
|
2255
2258
|
"name": "fn",
|
|
2256
2259
|
"variant": "param",
|
|
2257
2260
|
"kind": 32768,
|
|
@@ -2259,7 +2262,7 @@
|
|
|
2259
2262
|
"type": {
|
|
2260
2263
|
"type": "reflection",
|
|
2261
2264
|
"declaration": {
|
|
2262
|
-
"id":
|
|
2265
|
+
"id": 192,
|
|
2263
2266
|
"name": "__type",
|
|
2264
2267
|
"variant": "declaration",
|
|
2265
2268
|
"kind": 65536,
|
|
@@ -2267,14 +2270,14 @@
|
|
|
2267
2270
|
"sources": [
|
|
2268
2271
|
{
|
|
2269
2272
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2270
|
-
"line":
|
|
2273
|
+
"line": 477,
|
|
2271
2274
|
"character": 31,
|
|
2272
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2275
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L477"
|
|
2273
2276
|
}
|
|
2274
2277
|
],
|
|
2275
2278
|
"signatures": [
|
|
2276
2279
|
{
|
|
2277
|
-
"id":
|
|
2280
|
+
"id": 193,
|
|
2278
2281
|
"name": "__type",
|
|
2279
2282
|
"variant": "signature",
|
|
2280
2283
|
"kind": 4096,
|
|
@@ -2282,9 +2285,9 @@
|
|
|
2282
2285
|
"sources": [
|
|
2283
2286
|
{
|
|
2284
2287
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2285
|
-
"line":
|
|
2288
|
+
"line": 477,
|
|
2286
2289
|
"character": 31,
|
|
2287
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2290
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L477"
|
|
2288
2291
|
}
|
|
2289
2292
|
],
|
|
2290
2293
|
"type": {
|
|
@@ -2316,7 +2319,7 @@
|
|
|
2316
2319
|
"decorators": []
|
|
2317
2320
|
},
|
|
2318
2321
|
{
|
|
2319
|
-
"id":
|
|
2322
|
+
"id": 194,
|
|
2320
2323
|
"name": "setDisabledState",
|
|
2321
2324
|
"variant": "declaration",
|
|
2322
2325
|
"kind": 2048,
|
|
@@ -2326,14 +2329,14 @@
|
|
|
2326
2329
|
"sources": [
|
|
2327
2330
|
{
|
|
2328
2331
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2329
|
-
"line":
|
|
2332
|
+
"line": 484,
|
|
2330
2333
|
"character": 9,
|
|
2331
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2334
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L484"
|
|
2332
2335
|
}
|
|
2333
2336
|
],
|
|
2334
2337
|
"signatures": [
|
|
2335
2338
|
{
|
|
2336
|
-
"id":
|
|
2339
|
+
"id": 195,
|
|
2337
2340
|
"name": "setDisabledState",
|
|
2338
2341
|
"variant": "signature",
|
|
2339
2342
|
"kind": 4096,
|
|
@@ -2349,14 +2352,14 @@
|
|
|
2349
2352
|
"sources": [
|
|
2350
2353
|
{
|
|
2351
2354
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2352
|
-
"line":
|
|
2355
|
+
"line": 484,
|
|
2353
2356
|
"character": 9,
|
|
2354
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2357
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L484"
|
|
2355
2358
|
}
|
|
2356
2359
|
],
|
|
2357
2360
|
"parameters": [
|
|
2358
2361
|
{
|
|
2359
|
-
"id":
|
|
2362
|
+
"id": 196,
|
|
2360
2363
|
"name": "isDisabled",
|
|
2361
2364
|
"variant": "param",
|
|
2362
2365
|
"kind": 32768,
|
|
@@ -2386,7 +2389,7 @@
|
|
|
2386
2389
|
"decorators": []
|
|
2387
2390
|
},
|
|
2388
2391
|
{
|
|
2389
|
-
"id":
|
|
2392
|
+
"id": 180,
|
|
2390
2393
|
"name": "writeValue",
|
|
2391
2394
|
"variant": "declaration",
|
|
2392
2395
|
"kind": 2048,
|
|
@@ -2396,14 +2399,14 @@
|
|
|
2396
2399
|
"sources": [
|
|
2397
2400
|
{
|
|
2398
2401
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2399
|
-
"line":
|
|
2402
|
+
"line": 454,
|
|
2400
2403
|
"character": 9,
|
|
2401
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2404
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L454"
|
|
2402
2405
|
}
|
|
2403
2406
|
],
|
|
2404
2407
|
"signatures": [
|
|
2405
2408
|
{
|
|
2406
|
-
"id":
|
|
2409
|
+
"id": 181,
|
|
2407
2410
|
"name": "writeValue",
|
|
2408
2411
|
"variant": "signature",
|
|
2409
2412
|
"kind": 4096,
|
|
@@ -2419,14 +2422,14 @@
|
|
|
2419
2422
|
"sources": [
|
|
2420
2423
|
{
|
|
2421
2424
|
"fileName": "lib/modules/text-editor/text-editor.component.ts",
|
|
2422
|
-
"line":
|
|
2425
|
+
"line": 454,
|
|
2423
2426
|
"character": 9,
|
|
2424
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2427
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L454"
|
|
2425
2428
|
}
|
|
2426
2429
|
],
|
|
2427
2430
|
"parameters": [
|
|
2428
2431
|
{
|
|
2429
|
-
"id":
|
|
2432
|
+
"id": 182,
|
|
2430
2433
|
"name": "value",
|
|
2431
2434
|
"variant": "param",
|
|
2432
2435
|
"kind": 32768,
|
|
@@ -2460,62 +2463,62 @@
|
|
|
2460
2463
|
{
|
|
2461
2464
|
"title": "Constructors",
|
|
2462
2465
|
"children": [
|
|
2463
|
-
|
|
2466
|
+
83
|
|
2464
2467
|
]
|
|
2465
2468
|
},
|
|
2466
2469
|
{
|
|
2467
2470
|
"title": "Properties",
|
|
2468
2471
|
"children": [
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2472
|
+
85,
|
|
2473
|
+
143,
|
|
2474
|
+
141,
|
|
2475
|
+
142,
|
|
2476
|
+
134,
|
|
2477
|
+
98,
|
|
2478
|
+
99,
|
|
2479
|
+
100,
|
|
2480
|
+
135,
|
|
2477
2481
|
140,
|
|
2478
|
-
|
|
2479
|
-
130
|
|
2482
|
+
125
|
|
2480
2483
|
]
|
|
2481
2484
|
},
|
|
2482
2485
|
{
|
|
2483
2486
|
"title": "Accessors",
|
|
2484
2487
|
"children": [
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2488
|
+
86,
|
|
2489
|
+
90,
|
|
2490
|
+
94,
|
|
2491
|
+
101,
|
|
2492
|
+
105,
|
|
2493
|
+
109,
|
|
2494
|
+
130,
|
|
2495
|
+
113,
|
|
2496
|
+
117,
|
|
2497
|
+
121,
|
|
2494
2498
|
126,
|
|
2495
|
-
|
|
2496
|
-
141
|
|
2499
|
+
136
|
|
2497
2500
|
]
|
|
2498
2501
|
},
|
|
2499
2502
|
{
|
|
2500
2503
|
"title": "Methods",
|
|
2501
2504
|
"children": [
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
+
172,
|
|
2506
|
+
176,
|
|
2507
|
+
174,
|
|
2508
|
+
178,
|
|
2505
2509
|
183,
|
|
2506
|
-
|
|
2510
|
+
189,
|
|
2507
2511
|
194,
|
|
2508
|
-
|
|
2509
|
-
185
|
|
2512
|
+
180
|
|
2510
2513
|
]
|
|
2511
2514
|
}
|
|
2512
2515
|
],
|
|
2513
2516
|
"sources": [
|
|
2514
2517
|
{
|
|
2515
2518
|
"fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
|
|
2516
|
-
"line":
|
|
2519
|
+
"line": 88,
|
|
2517
2520
|
"character": 13,
|
|
2518
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2521
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L88"
|
|
2519
2522
|
}
|
|
2520
2523
|
],
|
|
2521
2524
|
"implementedTypes": [
|
|
@@ -2591,7 +2594,7 @@
|
|
|
2591
2594
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2592
2595
|
"line": 5,
|
|
2593
2596
|
"character": 2,
|
|
2594
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2597
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L5"
|
|
2595
2598
|
}
|
|
2596
2599
|
],
|
|
2597
2600
|
"type": {
|
|
@@ -2626,7 +2629,7 @@
|
|
|
2626
2629
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2627
2630
|
"line": 10,
|
|
2628
2631
|
"character": 2,
|
|
2629
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2632
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L10"
|
|
2630
2633
|
}
|
|
2631
2634
|
],
|
|
2632
2635
|
"type": {
|
|
@@ -2649,7 +2652,7 @@
|
|
|
2649
2652
|
"fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
|
|
2650
2653
|
"line": 1,
|
|
2651
2654
|
"character": 17,
|
|
2652
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2655
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L1"
|
|
2653
2656
|
}
|
|
2654
2657
|
]
|
|
2655
2658
|
},
|
|
@@ -2679,7 +2682,7 @@
|
|
|
2679
2682
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2680
2683
|
"line": 5,
|
|
2681
2684
|
"character": 2,
|
|
2682
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2685
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L5"
|
|
2683
2686
|
}
|
|
2684
2687
|
],
|
|
2685
2688
|
"type": {
|
|
@@ -2706,7 +2709,7 @@
|
|
|
2706
2709
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2707
2710
|
"line": 10,
|
|
2708
2711
|
"character": 2,
|
|
2709
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2712
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L10"
|
|
2710
2713
|
}
|
|
2711
2714
|
],
|
|
2712
2715
|
"type": {
|
|
@@ -2751,7 +2754,7 @@
|
|
|
2751
2754
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2752
2755
|
"line": 16,
|
|
2753
2756
|
"character": 2,
|
|
2754
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2757
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L16"
|
|
2755
2758
|
}
|
|
2756
2759
|
],
|
|
2757
2760
|
"type": {
|
|
@@ -2775,7 +2778,7 @@
|
|
|
2775
2778
|
"fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
|
|
2776
2779
|
"line": 1,
|
|
2777
2780
|
"character": 17,
|
|
2778
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2781
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L1"
|
|
2779
2782
|
}
|
|
2780
2783
|
]
|
|
2781
2784
|
},
|
|
@@ -2805,7 +2808,7 @@
|
|
|
2805
2808
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2806
2809
|
"line": 5,
|
|
2807
2810
|
"character": 2,
|
|
2808
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2811
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L5"
|
|
2809
2812
|
}
|
|
2810
2813
|
],
|
|
2811
2814
|
"type": {
|
|
@@ -2832,7 +2835,7 @@
|
|
|
2832
2835
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2833
2836
|
"line": 26,
|
|
2834
2837
|
"character": 2,
|
|
2835
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2838
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L26"
|
|
2836
2839
|
}
|
|
2837
2840
|
],
|
|
2838
2841
|
"type": {
|
|
@@ -2907,7 +2910,7 @@
|
|
|
2907
2910
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2908
2911
|
"line": 21,
|
|
2909
2912
|
"character": 2,
|
|
2910
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2913
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L21"
|
|
2911
2914
|
}
|
|
2912
2915
|
],
|
|
2913
2916
|
"type": {
|
|
@@ -2934,7 +2937,7 @@
|
|
|
2934
2937
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2935
2938
|
"line": 10,
|
|
2936
2939
|
"character": 2,
|
|
2937
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2940
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L10"
|
|
2938
2941
|
}
|
|
2939
2942
|
],
|
|
2940
2943
|
"type": {
|
|
@@ -2961,7 +2964,7 @@
|
|
|
2961
2964
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2962
2965
|
"line": 15,
|
|
2963
2966
|
"character": 2,
|
|
2964
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2967
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L15"
|
|
2965
2968
|
}
|
|
2966
2969
|
],
|
|
2967
2970
|
"type": {
|
|
@@ -2988,7 +2991,7 @@
|
|
|
2988
2991
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
2989
2992
|
"line": 31,
|
|
2990
2993
|
"character": 2,
|
|
2991
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2994
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L31"
|
|
2992
2995
|
}
|
|
2993
2996
|
],
|
|
2994
2997
|
"type": {
|
|
@@ -3015,7 +3018,7 @@
|
|
|
3015
3018
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
3016
3019
|
"line": 41,
|
|
3017
3020
|
"character": 2,
|
|
3018
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3021
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L41"
|
|
3019
3022
|
}
|
|
3020
3023
|
],
|
|
3021
3024
|
"type": {
|
|
@@ -3042,7 +3045,7 @@
|
|
|
3042
3045
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
3043
3046
|
"line": 36,
|
|
3044
3047
|
"character": 2,
|
|
3045
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3048
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L36"
|
|
3046
3049
|
}
|
|
3047
3050
|
],
|
|
3048
3051
|
"type": {
|
|
@@ -3071,7 +3074,7 @@
|
|
|
3071
3074
|
"fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
|
|
3072
3075
|
"line": 1,
|
|
3073
3076
|
"character": 17,
|
|
3074
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3077
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L1"
|
|
3075
3078
|
}
|
|
3076
3079
|
]
|
|
3077
3080
|
},
|
|
@@ -3086,7 +3089,7 @@
|
|
|
3086
3089
|
"fileName": "projects/text-editor/src/modules/text-editor/types/link-window-options-type.ts",
|
|
3087
3090
|
"line": 1,
|
|
3088
3091
|
"character": 12,
|
|
3089
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3092
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/link-window-options-type.ts#L1"
|
|
3090
3093
|
}
|
|
3091
3094
|
],
|
|
3092
3095
|
"type": {
|
|
@@ -3114,7 +3117,7 @@
|
|
|
3114
3117
|
"fileName": "projects/text-editor/src/modules/text-editor/types/menu-type.ts",
|
|
3115
3118
|
"line": 1,
|
|
3116
3119
|
"character": 12,
|
|
3117
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3120
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts#L1"
|
|
3118
3121
|
}
|
|
3119
3122
|
],
|
|
3120
3123
|
"type": {
|
|
@@ -3146,7 +3149,7 @@
|
|
|
3146
3149
|
"fileName": "projects/text-editor/src/modules/text-editor/types/toolbar-action-type.ts",
|
|
3147
3150
|
"line": 1,
|
|
3148
3151
|
"character": 12,
|
|
3149
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3152
|
+
"url": "https://github.com/blackbaud/skyux/blob/fc26b4a/libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts#L1"
|
|
3150
3153
|
}
|
|
3151
3154
|
],
|
|
3152
3155
|
"type": {
|
|
@@ -3199,7 +3202,7 @@
|
|
|
3199
3202
|
1,
|
|
3200
3203
|
23,
|
|
3201
3204
|
26,
|
|
3202
|
-
|
|
3205
|
+
82
|
|
3203
3206
|
]
|
|
3204
3207
|
},
|
|
3205
3208
|
{
|
|
@@ -3359,351 +3362,351 @@
|
|
|
3359
3362
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts",
|
|
3360
3363
|
"qualifiedName": "SkyRichTextDisplayComponent.sanitizedText"
|
|
3361
3364
|
},
|
|
3362
|
-
"
|
|
3365
|
+
"82": {
|
|
3363
3366
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3364
3367
|
"qualifiedName": "SkyTextEditorComponent"
|
|
3365
3368
|
},
|
|
3366
|
-
"
|
|
3369
|
+
"83": {
|
|
3367
3370
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3368
3371
|
"qualifiedName": "SkyTextEditorComponent.__constructor"
|
|
3369
3372
|
},
|
|
3370
|
-
"
|
|
3373
|
+
"84": {
|
|
3371
3374
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3372
3375
|
"qualifiedName": "SkyTextEditorComponent"
|
|
3373
3376
|
},
|
|
3374
|
-
"
|
|
3377
|
+
"85": {
|
|
3375
3378
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3376
3379
|
"qualifiedName": "SkyTextEditorComponent.autofocus"
|
|
3377
3380
|
},
|
|
3378
|
-
"
|
|
3381
|
+
"86": {
|
|
3379
3382
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3380
3383
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
3381
3384
|
},
|
|
3382
|
-
"
|
|
3385
|
+
"87": {
|
|
3383
3386
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3384
3387
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
3385
3388
|
},
|
|
3386
|
-
"
|
|
3389
|
+
"88": {
|
|
3387
3390
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3388
3391
|
"qualifiedName": "SkyTextEditorComponent.disabled"
|
|
3389
3392
|
},
|
|
3390
|
-
"
|
|
3393
|
+
"89": {
|
|
3391
3394
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3392
3395
|
"qualifiedName": "value"
|
|
3393
3396
|
},
|
|
3394
|
-
"
|
|
3397
|
+
"90": {
|
|
3395
3398
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3396
3399
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
3397
3400
|
},
|
|
3398
|
-
"
|
|
3401
|
+
"91": {
|
|
3399
3402
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3400
3403
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
3401
3404
|
},
|
|
3402
|
-
"
|
|
3405
|
+
"92": {
|
|
3403
3406
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3404
3407
|
"qualifiedName": "SkyTextEditorComponent.fontList"
|
|
3405
3408
|
},
|
|
3406
|
-
"
|
|
3409
|
+
"93": {
|
|
3407
3410
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3408
3411
|
"qualifiedName": "value"
|
|
3409
3412
|
},
|
|
3410
|
-
"
|
|
3413
|
+
"94": {
|
|
3411
3414
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3412
3415
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
3413
3416
|
},
|
|
3414
|
-
"
|
|
3417
|
+
"95": {
|
|
3415
3418
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3416
3419
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
3417
3420
|
},
|
|
3418
|
-
"
|
|
3421
|
+
"96": {
|
|
3419
3422
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3420
3423
|
"qualifiedName": "SkyTextEditorComponent.fontSizeList"
|
|
3421
3424
|
},
|
|
3422
|
-
"
|
|
3425
|
+
"97": {
|
|
3423
3426
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3424
3427
|
"qualifiedName": "value"
|
|
3425
3428
|
},
|
|
3426
|
-
"
|
|
3429
|
+
"98": {
|
|
3427
3430
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3428
3431
|
"qualifiedName": "SkyTextEditorComponent.helpPopoverContent"
|
|
3429
3432
|
},
|
|
3430
|
-
"
|
|
3433
|
+
"99": {
|
|
3431
3434
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3432
3435
|
"qualifiedName": "SkyTextEditorComponent.helpPopoverTitle"
|
|
3433
3436
|
},
|
|
3434
|
-
"
|
|
3437
|
+
"100": {
|
|
3435
3438
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3436
3439
|
"qualifiedName": "SkyTextEditorComponent.hintText"
|
|
3437
3440
|
},
|
|
3438
|
-
"
|
|
3441
|
+
"101": {
|
|
3439
3442
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3440
3443
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3441
3444
|
},
|
|
3442
|
-
"
|
|
3445
|
+
"102": {
|
|
3443
3446
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3444
3447
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3445
3448
|
},
|
|
3446
|
-
"
|
|
3449
|
+
"103": {
|
|
3447
3450
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3448
3451
|
"qualifiedName": "SkyTextEditorComponent.id"
|
|
3449
3452
|
},
|
|
3450
|
-
"
|
|
3453
|
+
"104": {
|
|
3451
3454
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3452
3455
|
"qualifiedName": "value"
|
|
3453
3456
|
},
|
|
3454
|
-
"
|
|
3457
|
+
"105": {
|
|
3455
3458
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3456
3459
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3457
3460
|
},
|
|
3458
|
-
"
|
|
3461
|
+
"106": {
|
|
3459
3462
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3460
3463
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3461
3464
|
},
|
|
3462
|
-
"
|
|
3465
|
+
"107": {
|
|
3463
3466
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3464
3467
|
"qualifiedName": "SkyTextEditorComponent.initialStyleState"
|
|
3465
3468
|
},
|
|
3466
|
-
"
|
|
3469
|
+
"108": {
|
|
3467
3470
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3468
3471
|
"qualifiedName": "state"
|
|
3469
3472
|
},
|
|
3470
|
-
"
|
|
3473
|
+
"109": {
|
|
3471
3474
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3472
3475
|
"qualifiedName": "SkyTextEditorComponent.labelText"
|
|
3473
3476
|
},
|
|
3474
|
-
"
|
|
3477
|
+
"110": {
|
|
3475
3478
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3476
3479
|
"qualifiedName": "SkyTextEditorComponent.labelText"
|
|
3477
3480
|
},
|
|
3478
|
-
"
|
|
3481
|
+
"111": {
|
|
3479
3482
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3480
3483
|
"qualifiedName": "SkyTextEditorComponent.labelText"
|
|
3481
3484
|
},
|
|
3482
|
-
"
|
|
3485
|
+
"112": {
|
|
3483
3486
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3484
3487
|
"qualifiedName": "value"
|
|
3485
3488
|
},
|
|
3486
|
-
"
|
|
3489
|
+
"113": {
|
|
3487
3490
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3488
3491
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3489
3492
|
},
|
|
3490
|
-
"
|
|
3493
|
+
"114": {
|
|
3491
3494
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3492
3495
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3493
3496
|
},
|
|
3494
|
-
"
|
|
3497
|
+
"115": {
|
|
3495
3498
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3496
3499
|
"qualifiedName": "SkyTextEditorComponent.menus"
|
|
3497
3500
|
},
|
|
3498
|
-
"
|
|
3501
|
+
"116": {
|
|
3499
3502
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3500
3503
|
"qualifiedName": "value"
|
|
3501
3504
|
},
|
|
3502
|
-
"
|
|
3505
|
+
"117": {
|
|
3503
3506
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3504
3507
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3505
3508
|
},
|
|
3506
|
-
"
|
|
3509
|
+
"118": {
|
|
3507
3510
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3508
3511
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3509
3512
|
},
|
|
3510
|
-
"
|
|
3513
|
+
"119": {
|
|
3511
3514
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3512
3515
|
"qualifiedName": "SkyTextEditorComponent.mergeFields"
|
|
3513
3516
|
},
|
|
3514
|
-
"
|
|
3517
|
+
"120": {
|
|
3515
3518
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3516
3519
|
"qualifiedName": "value"
|
|
3517
3520
|
},
|
|
3518
|
-
"
|
|
3521
|
+
"121": {
|
|
3519
3522
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3520
3523
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3521
3524
|
},
|
|
3522
|
-
"
|
|
3525
|
+
"122": {
|
|
3523
3526
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3524
3527
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3525
3528
|
},
|
|
3526
|
-
"
|
|
3529
|
+
"123": {
|
|
3527
3530
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3528
3531
|
"qualifiedName": "SkyTextEditorComponent.placeholder"
|
|
3529
3532
|
},
|
|
3530
|
-
"
|
|
3533
|
+
"124": {
|
|
3531
3534
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3532
3535
|
"qualifiedName": "value"
|
|
3533
3536
|
},
|
|
3534
|
-
"
|
|
3537
|
+
"125": {
|
|
3535
3538
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3536
3539
|
"qualifiedName": "SkyTextEditorComponent.stacked"
|
|
3537
3540
|
},
|
|
3538
|
-
"
|
|
3541
|
+
"126": {
|
|
3539
3542
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3540
3543
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3541
3544
|
},
|
|
3542
|
-
"
|
|
3545
|
+
"127": {
|
|
3543
3546
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3544
3547
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3545
3548
|
},
|
|
3546
|
-
"
|
|
3549
|
+
"128": {
|
|
3547
3550
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3548
3551
|
"qualifiedName": "SkyTextEditorComponent.toolbarActions"
|
|
3549
3552
|
},
|
|
3550
|
-
"
|
|
3553
|
+
"129": {
|
|
3551
3554
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3552
3555
|
"qualifiedName": "value"
|
|
3553
3556
|
},
|
|
3554
|
-
"
|
|
3557
|
+
"130": {
|
|
3555
3558
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3556
3559
|
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3557
3560
|
},
|
|
3558
|
-
"
|
|
3561
|
+
"131": {
|
|
3559
3562
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3560
3563
|
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3561
3564
|
},
|
|
3562
|
-
"
|
|
3565
|
+
"132": {
|
|
3563
3566
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3564
3567
|
"qualifiedName": "SkyTextEditorComponent.linkWindowOptions"
|
|
3565
3568
|
},
|
|
3566
|
-
"
|
|
3569
|
+
"133": {
|
|
3567
3570
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3568
3571
|
"qualifiedName": "value"
|
|
3569
3572
|
},
|
|
3570
|
-
"
|
|
3573
|
+
"134": {
|
|
3571
3574
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3572
3575
|
"qualifiedName": "SkyTextEditorComponent.helpKey"
|
|
3573
3576
|
},
|
|
3574
|
-
"
|
|
3577
|
+
"135": {
|
|
3575
3578
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3576
3579
|
"qualifiedName": "SkyTextEditorComponent.iframeRef"
|
|
3577
3580
|
},
|
|
3578
|
-
"
|
|
3581
|
+
"136": {
|
|
3579
3582
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3580
3583
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3581
3584
|
},
|
|
3582
|
-
"
|
|
3585
|
+
"137": {
|
|
3583
3586
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3584
3587
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3585
3588
|
},
|
|
3586
|
-
"
|
|
3589
|
+
"138": {
|
|
3587
3590
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3588
3591
|
"qualifiedName": "SkyTextEditorComponent.value"
|
|
3589
3592
|
},
|
|
3590
|
-
"
|
|
3593
|
+
"139": {
|
|
3591
3594
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3592
3595
|
"qualifiedName": "value"
|
|
3593
3596
|
},
|
|
3594
|
-
"
|
|
3597
|
+
"140": {
|
|
3595
3598
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3596
3599
|
"qualifiedName": "SkyTextEditorComponent.inputTemplateRef"
|
|
3597
3600
|
},
|
|
3598
|
-
"
|
|
3601
|
+
"141": {
|
|
3599
3602
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3600
3603
|
"qualifiedName": "SkyTextEditorComponent.editorFocusStream"
|
|
3601
3604
|
},
|
|
3602
|
-
"
|
|
3605
|
+
"142": {
|
|
3603
3606
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3604
3607
|
"qualifiedName": "SkyTextEditorComponent.formControlClass"
|
|
3605
3608
|
},
|
|
3606
|
-
"
|
|
3609
|
+
"143": {
|
|
3607
3610
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3608
3611
|
"qualifiedName": "SkyTextEditorComponent.display"
|
|
3609
3612
|
},
|
|
3610
|
-
"
|
|
3613
|
+
"172": {
|
|
3611
3614
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3612
3615
|
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3613
3616
|
},
|
|
3614
|
-
"
|
|
3617
|
+
"173": {
|
|
3615
3618
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3616
3619
|
"qualifiedName": "SkyTextEditorComponent.ngAfterViewInit"
|
|
3617
3620
|
},
|
|
3618
|
-
"
|
|
3621
|
+
"174": {
|
|
3619
3622
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3620
3623
|
"qualifiedName": "SkyTextEditorComponent.ngOnInit"
|
|
3621
3624
|
},
|
|
3622
|
-
"
|
|
3625
|
+
"175": {
|
|
3623
3626
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3624
3627
|
"qualifiedName": "SkyTextEditorComponent.ngOnInit"
|
|
3625
3628
|
},
|
|
3626
|
-
"
|
|
3629
|
+
"176": {
|
|
3627
3630
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3628
3631
|
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3629
3632
|
},
|
|
3630
|
-
"
|
|
3633
|
+
"177": {
|
|
3631
3634
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3632
3635
|
"qualifiedName": "SkyTextEditorComponent.ngOnDestroy"
|
|
3633
3636
|
},
|
|
3634
|
-
"
|
|
3637
|
+
"178": {
|
|
3635
3638
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3636
3639
|
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3637
3640
|
},
|
|
3638
|
-
"
|
|
3641
|
+
"179": {
|
|
3639
3642
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3640
3643
|
"qualifiedName": "SkyTextEditorComponent.onIframeLoad"
|
|
3641
3644
|
},
|
|
3642
|
-
"
|
|
3645
|
+
"180": {
|
|
3643
3646
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3644
3647
|
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3645
3648
|
},
|
|
3646
|
-
"
|
|
3649
|
+
"181": {
|
|
3647
3650
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3648
3651
|
"qualifiedName": "SkyTextEditorComponent.writeValue"
|
|
3649
3652
|
},
|
|
3650
|
-
"
|
|
3653
|
+
"182": {
|
|
3651
3654
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3652
3655
|
"qualifiedName": "value"
|
|
3653
3656
|
},
|
|
3654
|
-
"
|
|
3657
|
+
"183": {
|
|
3655
3658
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3656
3659
|
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3657
3660
|
},
|
|
3658
|
-
"
|
|
3661
|
+
"184": {
|
|
3659
3662
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3660
3663
|
"qualifiedName": "SkyTextEditorComponent.registerOnChange"
|
|
3661
3664
|
},
|
|
3662
|
-
"
|
|
3665
|
+
"185": {
|
|
3663
3666
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3664
3667
|
"qualifiedName": "fn"
|
|
3665
3668
|
},
|
|
3666
|
-
"
|
|
3669
|
+
"186": {
|
|
3667
3670
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3668
3671
|
"qualifiedName": "__type"
|
|
3669
3672
|
},
|
|
3670
|
-
"
|
|
3673
|
+
"187": {
|
|
3671
3674
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3672
3675
|
"qualifiedName": "__type"
|
|
3673
3676
|
},
|
|
3674
|
-
"
|
|
3677
|
+
"188": {
|
|
3675
3678
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3676
3679
|
"qualifiedName": "value"
|
|
3677
3680
|
},
|
|
3678
|
-
"
|
|
3681
|
+
"189": {
|
|
3679
3682
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3680
3683
|
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3681
3684
|
},
|
|
3682
|
-
"
|
|
3685
|
+
"190": {
|
|
3683
3686
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3684
3687
|
"qualifiedName": "SkyTextEditorComponent.registerOnTouched"
|
|
3685
3688
|
},
|
|
3686
|
-
"
|
|
3689
|
+
"191": {
|
|
3687
3690
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3688
3691
|
"qualifiedName": "fn"
|
|
3689
3692
|
},
|
|
3690
|
-
"
|
|
3693
|
+
"192": {
|
|
3691
3694
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3692
3695
|
"qualifiedName": "__type"
|
|
3693
3696
|
},
|
|
3694
|
-
"
|
|
3697
|
+
"193": {
|
|
3695
3698
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3696
3699
|
"qualifiedName": "__type"
|
|
3697
3700
|
},
|
|
3698
|
-
"
|
|
3701
|
+
"194": {
|
|
3699
3702
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3700
3703
|
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3701
3704
|
},
|
|
3702
|
-
"
|
|
3705
|
+
"195": {
|
|
3703
3706
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3704
3707
|
"qualifiedName": "SkyTextEditorComponent.setDisabledState"
|
|
3705
3708
|
},
|
|
3706
|
-
"
|
|
3709
|
+
"196": {
|
|
3707
3710
|
"sourceFileName": "libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts",
|
|
3708
3711
|
"qualifiedName": "isDisabled"
|
|
3709
3712
|
}
|
|
@@ -3733,95 +3736,91 @@
|
|
|
3733
3736
|
],
|
|
3734
3737
|
"codeExampleDependencies": {
|
|
3735
3738
|
"/projects/text-editor/documentation/code-examples/text-editor": {
|
|
3736
|
-
"@angular-devkit/core": "18.1.
|
|
3737
|
-
"@angular-devkit/schematics": "18.1.
|
|
3738
|
-
"@angular/animations": "18.1.
|
|
3739
|
-
"@angular/cdk": "18.1.
|
|
3740
|
-
"@angular/cli": "18.1.
|
|
3741
|
-
"@angular/common": "18.1.
|
|
3742
|
-
"@angular/core": "18.1.
|
|
3743
|
-
"@angular/forms": "18.1.
|
|
3744
|
-
"@angular/platform-browser": "18.1.
|
|
3745
|
-
"@angular/router": "18.1.
|
|
3739
|
+
"@angular-devkit/core": "18.1.2",
|
|
3740
|
+
"@angular-devkit/schematics": "18.1.2",
|
|
3741
|
+
"@angular/animations": "18.1.2",
|
|
3742
|
+
"@angular/cdk": "18.1.2",
|
|
3743
|
+
"@angular/cli": "18.1.2",
|
|
3744
|
+
"@angular/common": "18.1.2",
|
|
3745
|
+
"@angular/core": "18.1.2",
|
|
3746
|
+
"@angular/forms": "18.1.2",
|
|
3747
|
+
"@angular/platform-browser": "18.1.2",
|
|
3748
|
+
"@angular/router": "18.1.2",
|
|
3746
3749
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
3747
|
-
"@schematics/angular": "18.1.
|
|
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.
|
|
3768
|
-
"@types/node": "20.14.
|
|
3750
|
+
"@schematics/angular": "18.1.2",
|
|
3751
|
+
"@skyux-sdk/testing": "11.0.0-alpha.7",
|
|
3752
|
+
"@skyux/animations": "11.0.0-alpha.7",
|
|
3753
|
+
"@skyux/assets": "11.0.0-alpha.7",
|
|
3754
|
+
"@skyux/colorpicker": "11.0.0-alpha.7",
|
|
3755
|
+
"@skyux/config": "11.0.0-alpha.7",
|
|
3756
|
+
"@skyux/core": "11.0.0-alpha.7",
|
|
3757
|
+
"@skyux/forms": "11.0.0-alpha.7",
|
|
3758
|
+
"@skyux/help-inline": "11.0.0-alpha.7",
|
|
3759
|
+
"@skyux/i18n": "11.0.0-alpha.7",
|
|
3760
|
+
"@skyux/icon": "11.0.0-alpha.7",
|
|
3761
|
+
"@skyux/icons": "7.5.0",
|
|
3762
|
+
"@skyux/indicators": "11.0.0-alpha.7",
|
|
3763
|
+
"@skyux/layout": "11.0.0-alpha.7",
|
|
3764
|
+
"@skyux/modals": "11.0.0-alpha.7",
|
|
3765
|
+
"@skyux/popovers": "11.0.0-alpha.7",
|
|
3766
|
+
"@skyux/router": "11.0.0-alpha.7",
|
|
3767
|
+
"@skyux/tabs": "11.0.0-alpha.7",
|
|
3768
|
+
"@skyux/text-editor": "11.0.0-alpha.7",
|
|
3769
|
+
"@skyux/theme": "11.0.0-alpha.7",
|
|
3770
|
+
"@skyux/validation": "11.0.0-alpha.7",
|
|
3771
|
+
"@types/node": "20.14.12",
|
|
3769
3772
|
"axe-core": "4.9.1",
|
|
3770
|
-
"
|
|
3771
|
-
"dompurify": "3.0.11",
|
|
3773
|
+
"dompurify": "3.1.6",
|
|
3772
3774
|
"fontfaceobserver": "2.3.0",
|
|
3773
|
-
"glob": "10.3.10",
|
|
3774
3775
|
"he": "1.2.0",
|
|
3775
3776
|
"jsonc-parser": "3.3.1",
|
|
3776
3777
|
"rxjs": "7.8.1",
|
|
3777
3778
|
"tslib": "2.6.3",
|
|
3778
|
-
"validator": "13.
|
|
3779
|
+
"validator": "13.12.0",
|
|
3779
3780
|
"zone.js": "0.14.8"
|
|
3780
3781
|
},
|
|
3781
3782
|
"/projects/text-editor/documentation/code-examples/rich-text-display": {
|
|
3782
|
-
"@angular-devkit/core": "18.1.
|
|
3783
|
-
"@angular-devkit/schematics": "18.1.
|
|
3784
|
-
"@angular/animations": "18.1.
|
|
3785
|
-
"@angular/cdk": "18.1.
|
|
3786
|
-
"@angular/cli": "18.1.
|
|
3787
|
-
"@angular/common": "18.1.
|
|
3788
|
-
"@angular/core": "18.1.
|
|
3789
|
-
"@angular/forms": "18.1.
|
|
3790
|
-
"@angular/platform-browser": "18.1.
|
|
3791
|
-
"@angular/router": "18.1.
|
|
3783
|
+
"@angular-devkit/core": "18.1.2",
|
|
3784
|
+
"@angular-devkit/schematics": "18.1.2",
|
|
3785
|
+
"@angular/animations": "18.1.2",
|
|
3786
|
+
"@angular/cdk": "18.1.2",
|
|
3787
|
+
"@angular/cli": "18.1.2",
|
|
3788
|
+
"@angular/common": "18.1.2",
|
|
3789
|
+
"@angular/core": "18.1.2",
|
|
3790
|
+
"@angular/forms": "18.1.2",
|
|
3791
|
+
"@angular/platform-browser": "18.1.2",
|
|
3792
|
+
"@angular/router": "18.1.2",
|
|
3792
3793
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
3793
|
-
"@schematics/angular": "18.1.
|
|
3794
|
-
"@skyux-sdk/testing": "11.0.0-alpha.
|
|
3795
|
-
"@skyux/animations": "11.0.0-alpha.
|
|
3796
|
-
"@skyux/assets": "11.0.0-alpha.
|
|
3797
|
-
"@skyux/colorpicker": "11.0.0-alpha.
|
|
3798
|
-
"@skyux/config": "11.0.0-alpha.
|
|
3799
|
-
"@skyux/core": "11.0.0-alpha.
|
|
3800
|
-
"@skyux/forms": "11.0.0-alpha.
|
|
3801
|
-
"@skyux/help-inline": "11.0.0-alpha.
|
|
3802
|
-
"@skyux/i18n": "11.0.0-alpha.
|
|
3803
|
-
"@skyux/icon": "11.0.0-alpha.
|
|
3804
|
-
"@skyux/icons": "7.
|
|
3805
|
-
"@skyux/indicators": "11.0.0-alpha.
|
|
3806
|
-
"@skyux/layout": "11.0.0-alpha.
|
|
3807
|
-
"@skyux/modals": "11.0.0-alpha.
|
|
3808
|
-
"@skyux/popovers": "11.0.0-alpha.
|
|
3809
|
-
"@skyux/router": "11.0.0-alpha.
|
|
3810
|
-
"@skyux/tabs": "11.0.0-alpha.
|
|
3811
|
-
"@skyux/text-editor": "11.0.0-alpha.
|
|
3812
|
-
"@skyux/theme": "11.0.0-alpha.
|
|
3813
|
-
"@skyux/validation": "11.0.0-alpha.
|
|
3814
|
-
"@types/node": "20.14.
|
|
3794
|
+
"@schematics/angular": "18.1.2",
|
|
3795
|
+
"@skyux-sdk/testing": "11.0.0-alpha.7",
|
|
3796
|
+
"@skyux/animations": "11.0.0-alpha.7",
|
|
3797
|
+
"@skyux/assets": "11.0.0-alpha.7",
|
|
3798
|
+
"@skyux/colorpicker": "11.0.0-alpha.7",
|
|
3799
|
+
"@skyux/config": "11.0.0-alpha.7",
|
|
3800
|
+
"@skyux/core": "11.0.0-alpha.7",
|
|
3801
|
+
"@skyux/forms": "11.0.0-alpha.7",
|
|
3802
|
+
"@skyux/help-inline": "11.0.0-alpha.7",
|
|
3803
|
+
"@skyux/i18n": "11.0.0-alpha.7",
|
|
3804
|
+
"@skyux/icon": "11.0.0-alpha.7",
|
|
3805
|
+
"@skyux/icons": "7.5.0",
|
|
3806
|
+
"@skyux/indicators": "11.0.0-alpha.7",
|
|
3807
|
+
"@skyux/layout": "11.0.0-alpha.7",
|
|
3808
|
+
"@skyux/modals": "11.0.0-alpha.7",
|
|
3809
|
+
"@skyux/popovers": "11.0.0-alpha.7",
|
|
3810
|
+
"@skyux/router": "11.0.0-alpha.7",
|
|
3811
|
+
"@skyux/tabs": "11.0.0-alpha.7",
|
|
3812
|
+
"@skyux/text-editor": "11.0.0-alpha.7",
|
|
3813
|
+
"@skyux/theme": "11.0.0-alpha.7",
|
|
3814
|
+
"@skyux/validation": "11.0.0-alpha.7",
|
|
3815
|
+
"@types/node": "20.14.12",
|
|
3815
3816
|
"axe-core": "4.9.1",
|
|
3816
|
-
"
|
|
3817
|
-
"dompurify": "3.0.11",
|
|
3817
|
+
"dompurify": "3.1.6",
|
|
3818
3818
|
"fontfaceobserver": "2.3.0",
|
|
3819
|
-
"glob": "10.3.10",
|
|
3820
3819
|
"he": "1.2.0",
|
|
3821
3820
|
"jsonc-parser": "3.3.1",
|
|
3822
3821
|
"rxjs": "7.8.1",
|
|
3823
3822
|
"tslib": "2.6.3",
|
|
3824
|
-
"validator": "13.
|
|
3823
|
+
"validator": "13.12.0",
|
|
3825
3824
|
"zone.js": "0.14.8"
|
|
3826
3825
|
}
|
|
3827
3826
|
}
|