@skyux/text-editor 7.8.1 → 8.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. package/documentation.json +968 -904
  2. package/esm2020/lib/modules/rich-text-display/rich-text-display.component.mjs +4 -4
  3. package/esm2020/lib/modules/rich-text-display/rich-text-display.module.mjs +5 -5
  4. package/esm2020/lib/modules/shared/sky-text-editor-resources.module.mjs +5 -5
  5. package/esm2020/lib/modules/text-editor/menubar/text-editor-menubar.component.mjs +4 -4
  6. package/esm2020/lib/modules/text-editor/services/text-editor-adapter.service.mjs +4 -4
  7. package/esm2020/lib/modules/text-editor/services/text-editor-selection.service.mjs +4 -4
  8. package/esm2020/lib/modules/text-editor/services/text-editor.service.mjs +4 -4
  9. package/esm2020/lib/modules/text-editor/services/text-sanitization.service.mjs +4 -4
  10. package/esm2020/lib/modules/text-editor/text-editor.component.mjs +4 -4
  11. package/esm2020/lib/modules/text-editor/text-editor.module.mjs +5 -5
  12. package/esm2020/lib/modules/text-editor/toolbar/text-editor-toolbar.component.mjs +4 -4
  13. package/esm2020/lib/modules/text-editor/url-modal/text-editor-url-modal.component.mjs +4 -4
  14. package/fesm2015/skyux-text-editor.mjs +39 -39
  15. package/fesm2015/skyux-text-editor.mjs.map +1 -1
  16. package/fesm2020/skyux-text-editor.mjs +39 -39
  17. package/fesm2020/skyux-text-editor.mjs.map +1 -1
  18. package/lib/modules/rich-text-display/rich-text-display.component.d.ts +1 -1
  19. package/lib/modules/text-editor/menubar/text-editor-menubar.component.d.ts +1 -1
  20. package/lib/modules/text-editor/text-editor.component.d.ts +1 -1
  21. package/lib/modules/text-editor/toolbar/text-editor-toolbar.component.d.ts +1 -1
  22. package/lib/modules/text-editor/url-modal/text-editor-url-modal.component.d.ts +1 -1
  23. package/package.json +16 -16
@@ -19,32 +19,17 @@
19
19
  "originalName": "",
20
20
  "children": [
21
21
  {
22
- "id": 272,
22
+ "id": 274,
23
23
  "name": "SkyRichTextDisplayModule",
24
24
  "kind": 128,
25
25
  "kindString": "Class",
26
26
  "flags": {},
27
- "decorators": [
28
- {
29
- "name": "NgModule",
30
- "type": {
31
- "type": "reference",
32
- "qualifiedName": "NgModuleDecorator",
33
- "package": "@angular/core",
34
- "name": "NgModule"
35
- },
36
- "arguments": {
37
- "obj": "{\n imports: [CommonModule],\n exports: [SkyRichTextDisplayComponent],\n declarations: [SkyRichTextDisplayComponent],\n}"
38
- }
39
- }
40
- ],
41
27
  "children": [],
42
28
  "groups": [
43
29
  {
44
30
  "title": "Constructors",
45
- "kind": 512,
46
31
  "children": [
47
- 273
32
+ 275
48
33
  ]
49
34
  }
50
35
  ],
@@ -52,37 +37,23 @@
52
37
  {
53
38
  "fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.module.ts",
54
39
  "line": 11,
55
- "character": 13
40
+ "character": 13,
41
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.module.ts#L11"
56
42
  }
57
43
  ]
58
44
  },
59
45
  {
60
- "id": 293,
46
+ "id": 295,
61
47
  "name": "SkyTextEditorModule",
62
48
  "kind": 128,
63
49
  "kindString": "Class",
64
50
  "flags": {},
65
- "decorators": [
66
- {
67
- "name": "NgModule",
68
- "type": {
69
- "type": "reference",
70
- "qualifiedName": "NgModuleDecorator",
71
- "package": "@angular/core",
72
- "name": "NgModule"
73
- },
74
- "arguments": {
75
- "obj": "{\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n SkyCoreAdapterModule,\n SkyTextEditorResourcesModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyColorpickerModule,\n SkyCheckboxModule,\n SkyDropdownModule,\n SkyModalModule,\n SkyTabsModule,\n SkyThemeModule,\n SkyToolbarModule,\n ],\n exports: [\n SkyTextEditorComponent,\n SkyTextEditorUrlModalComponent,\n SkyTextEditorToolbarComponent,\n SkyTextEditorMenubarComponent,\n ],\n declarations: [\n SkyTextEditorComponent,\n SkyTextEditorUrlModalComponent,\n SkyTextEditorToolbarComponent,\n SkyTextEditorMenubarComponent,\n ],\n}"
76
- }
77
- }
78
- ],
79
51
  "children": [],
80
52
  "groups": [
81
53
  {
82
54
  "title": "Constructors",
83
- "kind": 512,
84
55
  "children": [
85
- 294
56
+ 296
86
57
  ]
87
58
  }
88
59
  ],
@@ -90,7 +61,8 @@
90
61
  {
91
62
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.module.ts",
92
63
  "line": 54,
93
- "character": 13
64
+ "character": 13,
65
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.module.ts#L54"
94
66
  }
95
67
  ]
96
68
  },
@@ -100,20 +72,6 @@
100
72
  "kind": 128,
101
73
  "kindString": "Class",
102
74
  "flags": {},
103
- "decorators": [
104
- {
105
- "name": "Component",
106
- "type": {
107
- "type": "reference",
108
- "qualifiedName": "ComponentDecorator",
109
- "package": "@angular/core",
110
- "name": "Component"
111
- },
112
- "arguments": {
113
- "obj": "{\n selector: 'sky-rich-text-display',\n templateUrl: './rich-text-display.component.html',\n}"
114
- }
115
- }
116
- ],
117
75
  "children": [
118
76
  {
119
77
  "id": 2,
@@ -125,7 +83,8 @@
125
83
  {
126
84
  "fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
127
85
  "line": 38,
128
- "character": 2
86
+ "character": 2,
87
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L38"
129
88
  }
130
89
  ],
131
90
  "signatures": [
@@ -144,9 +103,9 @@
144
103
  "flags": {},
145
104
  "type": {
146
105
  "type": "reference",
106
+ "name": "DomSanitizer",
147
107
  "qualifiedName": "DomSanitizer",
148
- "package": "@angular/platform-browser",
149
- "name": "DomSanitizer"
108
+ "package": "@angular/platform-browser"
150
109
  }
151
110
  },
152
111
  {
@@ -181,14 +140,15 @@
181
140
  {
182
141
  "fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
183
142
  "line": 31,
184
- "character": 9
143
+ "character": 9,
144
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L31"
185
145
  }
186
146
  ],
187
147
  "type": {
188
148
  "type": "reference",
149
+ "name": "SafeHtml",
189
150
  "qualifiedName": "SafeHtml",
190
- "package": "@angular/platform-browser",
191
- "name": "SafeHtml"
151
+ "package": "@angular/platform-browser"
192
152
  },
193
153
  "defaultValue": "''"
194
154
  },
@@ -200,74 +160,63 @@
200
160
  "flags": {
201
161
  "isPublic": true
202
162
  },
203
- "decorators": [
204
- {
205
- "name": "Input",
206
- "type": {
207
- "type": "reference",
208
- "qualifiedName": "InputDecorator",
209
- "package": "@angular/core",
210
- "name": "Input"
211
- },
212
- "arguments": {}
213
- }
214
- ],
215
163
  "sources": [
216
164
  {
217
165
  "fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
218
166
  "line": 15,
219
- "character": 13
167
+ "character": 13,
168
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L15"
220
169
  }
221
170
  ],
222
- "setSignature": [
223
- {
224
- "id": 7,
225
- "name": "richText",
226
- "kind": 1048576,
227
- "kindString": "Set signature",
228
- "flags": {},
229
- "comment": {
230
- "shortText": "The rich text to display."
231
- },
232
- "parameters": [
171
+ "setSignature": {
172
+ "id": 7,
173
+ "name": "richText",
174
+ "kind": 1048576,
175
+ "kindString": "Set signature",
176
+ "flags": {},
177
+ "comment": {
178
+ "summary": [
233
179
  {
234
- "id": 8,
235
- "name": "value",
236
- "kind": 32768,
237
- "kindString": "Parameter",
238
- "flags": {},
239
- "type": {
240
- "type": "intrinsic",
241
- "name": "string"
242
- }
180
+ "kind": "text",
181
+ "text": "The rich text to display."
182
+ }
183
+ ]
184
+ },
185
+ "parameters": [
186
+ {
187
+ "id": 8,
188
+ "name": "value",
189
+ "kind": 32768,
190
+ "kindString": "Parameter",
191
+ "flags": {},
192
+ "type": {
193
+ "type": "intrinsic",
194
+ "name": "string"
243
195
  }
244
- ],
245
- "type": {
246
- "type": "intrinsic",
247
- "name": "void"
248
196
  }
197
+ ],
198
+ "type": {
199
+ "type": "intrinsic",
200
+ "name": "void"
249
201
  }
250
- ]
202
+ }
251
203
  }
252
204
  ],
253
205
  "groups": [
254
206
  {
255
207
  "title": "Constructors",
256
- "kind": 512,
257
208
  "children": [
258
209
  2
259
210
  ]
260
211
  },
261
212
  {
262
213
  "title": "Properties",
263
- "kind": 1024,
264
214
  "children": [
265
215
  9
266
216
  ]
267
217
  },
268
218
  {
269
219
  "title": "Accessors",
270
- "kind": 262144,
271
220
  "children": [
272
221
  6
273
222
  ]
@@ -277,36 +226,28 @@
277
226
  {
278
227
  "fileName": "projects/text-editor/src/modules/rich-text-display/rich-text-display.component.ts",
279
228
  "line": 10,
280
- "character": 13
229
+ "character": 13,
230
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/rich-text-display/rich-text-display.component.ts#L10"
281
231
  }
282
232
  ]
283
233
  },
284
234
  {
285
- "id": 162,
235
+ "id": 164,
286
236
  "name": "SkyTextEditorComponent",
287
237
  "kind": 128,
288
238
  "kindString": "Class",
289
239
  "flags": {},
290
240
  "comment": {
291
- "shortText": "The text editor component lets users format and manipulate text."
292
- },
293
- "decorators": [
294
- {
295
- "name": "Component",
296
- "type": {
297
- "type": "reference",
298
- "qualifiedName": "ComponentDecorator",
299
- "package": "@angular/core",
300
- "name": "Component"
301
- },
302
- "arguments": {
303
- "obj": "{\n selector: 'sky-text-editor',\n templateUrl: './text-editor.component.html',\n styleUrls: ['./text-editor.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [\n SkyTextEditorService,\n SkyTextEditorSelectionService,\n SkyTextEditorAdapterService,\n ],\n}"
241
+ "summary": [
242
+ {
243
+ "kind": "text",
244
+ "text": "The text editor component lets users format and manipulate text."
304
245
  }
305
- }
306
- ],
246
+ ]
247
+ },
307
248
  "children": [
308
249
  {
309
- "id": 163,
250
+ "id": 165,
310
251
  "name": "constructor",
311
252
  "kind": 512,
312
253
  "kindString": "Constructor",
@@ -315,32 +256,33 @@
315
256
  {
316
257
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
317
258
  "line": 287,
318
- "character": 2
259
+ "character": 2,
260
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L287"
319
261
  }
320
262
  ],
321
263
  "signatures": [
322
264
  {
323
- "id": 164,
265
+ "id": 166,
324
266
  "name": "SkyTextEditorComponent",
325
267
  "kind": 16384,
326
268
  "kindString": "Constructor signature",
327
269
  "flags": {},
328
270
  "parameters": [
329
271
  {
330
- "id": 165,
272
+ "id": 167,
331
273
  "name": "changeDetector",
332
274
  "kind": 32768,
333
275
  "kindString": "Parameter",
334
276
  "flags": {},
335
277
  "type": {
336
278
  "type": "reference",
279
+ "name": "ChangeDetectorRef",
337
280
  "qualifiedName": "ChangeDetectorRef",
338
- "package": "@angular/core",
339
- "name": "ChangeDetectorRef"
281
+ "package": "@angular/core"
340
282
  }
341
283
  },
342
284
  {
343
- "id": 166,
285
+ "id": 168,
344
286
  "name": "coreAdapterService",
345
287
  "kind": 32768,
346
288
  "kindString": "Parameter",
@@ -351,7 +293,7 @@
351
293
  }
352
294
  },
353
295
  {
354
- "id": 167,
296
+ "id": 169,
355
297
  "name": "adapterService",
356
298
  "kind": 32768,
357
299
  "kindString": "Parameter",
@@ -362,7 +304,7 @@
362
304
  }
363
305
  },
364
306
  {
365
- "id": 168,
307
+ "id": 170,
366
308
  "name": "editorService",
367
309
  "kind": 32768,
368
310
  "kindString": "Parameter",
@@ -373,7 +315,7 @@
373
315
  }
374
316
  },
375
317
  {
376
- "id": 169,
318
+ "id": 171,
377
319
  "name": "sanitizationService",
378
320
  "kind": 32768,
379
321
  "kindString": "Parameter",
@@ -384,33 +326,33 @@
384
326
  }
385
327
  },
386
328
  {
387
- "id": 170,
329
+ "id": 172,
388
330
  "name": "ngControl",
389
331
  "kind": 32768,
390
332
  "kindString": "Parameter",
391
333
  "flags": {},
392
334
  "type": {
393
335
  "type": "reference",
336
+ "name": "NgControl",
394
337
  "qualifiedName": "NgControl",
395
- "package": "@angular/forms",
396
- "name": "NgControl"
338
+ "package": "@angular/forms"
397
339
  }
398
340
  },
399
341
  {
400
- "id": 171,
342
+ "id": 173,
401
343
  "name": "zone",
402
344
  "kind": 32768,
403
345
  "kindString": "Parameter",
404
346
  "flags": {},
405
347
  "type": {
406
348
  "type": "reference",
349
+ "name": "NgZone",
407
350
  "qualifiedName": "NgZone",
408
- "package": "@angular/core",
409
- "name": "NgZone"
351
+ "package": "@angular/core"
410
352
  }
411
353
  },
412
354
  {
413
- "id": 172,
355
+ "id": 174,
414
356
  "name": "idSvc",
415
357
  "kind": 32768,
416
358
  "kindString": "Parameter",
@@ -423,14 +365,14 @@
423
365
  ],
424
366
  "type": {
425
367
  "type": "reference",
426
- "id": 162,
368
+ "id": 164,
427
369
  "name": "SkyTextEditorComponent"
428
370
  }
429
371
  }
430
372
  ]
431
373
  },
432
374
  {
433
- "id": 173,
375
+ "id": 175,
434
376
  "name": "autofocus",
435
377
  "kind": 1024,
436
378
  "kindString": "Property",
@@ -438,25 +380,19 @@
438
380
  "isPublic": true
439
381
  },
440
382
  "comment": {
441
- "shortText": "Whether to put focus on the editor after it renders."
383
+ "summary": [
384
+ {
385
+ "kind": "text",
386
+ "text": "Whether to put focus on the editor after it renders."
387
+ }
388
+ ]
442
389
  },
443
- "decorators": [
444
- {
445
- "name": "Input",
446
- "type": {
447
- "type": "reference",
448
- "qualifiedName": "InputDecorator",
449
- "package": "@angular/core",
450
- "name": "Input"
451
- },
452
- "arguments": {}
453
- }
454
- ],
455
390
  "sources": [
456
391
  {
457
392
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
458
393
  "line": 53,
459
- "character": 9
394
+ "character": 9,
395
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L53"
460
396
  }
461
397
  ],
462
398
  "type": {
@@ -466,7 +402,7 @@
466
402
  "defaultValue": "false"
467
403
  },
468
404
  {
469
- "id": 215,
405
+ "id": 217,
470
406
  "name": "editorFocusStream",
471
407
  "kind": 1024,
472
408
  "kindString": "Property",
@@ -477,7 +413,8 @@
477
413
  {
478
414
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
479
415
  "line": 262,
480
- "character": 9
416
+ "character": 9,
417
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L262"
481
418
  }
482
419
  ],
483
420
  "type": {
@@ -488,14 +425,14 @@
488
425
  "name": "void"
489
426
  }
490
427
  ],
428
+ "name": "Subject",
491
429
  "qualifiedName": "Subject",
492
- "package": "rxjs",
493
- "name": "Subject"
430
+ "package": "rxjs"
494
431
  },
495
432
  "defaultValue": "..."
496
433
  },
497
434
  {
498
- "id": 210,
435
+ "id": 212,
499
436
  "name": "iframeRef",
500
437
  "kind": 1024,
501
438
  "kindString": "Property",
@@ -506,775 +443,708 @@
506
443
  {
507
444
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
508
445
  "line": 207,
509
- "character": 9
446
+ "character": 9,
447
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L207"
510
448
  }
511
449
  ],
512
450
  "type": {
513
451
  "type": "reference",
452
+ "name": "HTMLIFrameElement",
514
453
  "qualifiedName": "HTMLIFrameElement",
515
- "package": "typescript",
516
- "name": "HTMLIFrameElement"
454
+ "package": "typescript"
517
455
  }
518
456
  },
519
457
  {
520
- "id": 174,
458
+ "id": 176,
521
459
  "name": "disabled",
522
460
  "kind": 262144,
523
461
  "kindString": "Accessor",
524
462
  "flags": {
525
463
  "isPublic": true
526
464
  },
527
- "decorators": [
528
- {
529
- "name": "Input",
530
- "type": {
531
- "type": "reference",
532
- "qualifiedName": "InputDecorator",
533
- "package": "@angular/core",
534
- "name": "Input"
535
- },
536
- "arguments": {}
537
- }
538
- ],
539
465
  "sources": [
540
466
  {
541
467
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
542
468
  "line": 60,
543
- "character": 13
544
- }
545
- ],
546
- "getSignature": [
469
+ "character": 13,
470
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L60"
471
+ },
547
472
  {
548
- "id": 175,
549
- "name": "disabled",
550
- "kind": 524288,
551
- "kindString": "Get signature",
552
- "flags": {},
553
- "comment": {
554
- "shortText": "Whether to disable the text editor.",
555
- "tags": [
556
- {
557
- "tag": "default",
558
- "text": "false\n"
559
- }
560
- ]
561
- },
562
- "type": {
563
- "type": "intrinsic",
564
- "name": "boolean"
565
- }
473
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
474
+ "line": 87,
475
+ "character": 13,
476
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L87"
566
477
  }
567
478
  ],
568
- "setSignature": [
569
- {
570
- "id": 176,
571
- "name": "disabled",
572
- "kind": 1048576,
573
- "kindString": "Set signature",
574
- "flags": {},
575
- "comment": {
576
- "shortText": "Whether to disable the text editor.",
577
- "tags": [
578
- {
579
- "tag": "default",
580
- "text": "false\n"
581
- }
582
- ]
583
- },
584
- "parameters": [
479
+ "getSignature": {
480
+ "id": 177,
481
+ "name": "disabled",
482
+ "kind": 524288,
483
+ "kindString": "Get signature",
484
+ "flags": {},
485
+ "type": {
486
+ "type": "intrinsic",
487
+ "name": "boolean"
488
+ }
489
+ },
490
+ "setSignature": {
491
+ "id": 178,
492
+ "name": "disabled",
493
+ "kind": 1048576,
494
+ "kindString": "Set signature",
495
+ "flags": {},
496
+ "comment": {
497
+ "summary": [
585
498
  {
586
- "id": 177,
587
- "name": "value",
588
- "kind": 32768,
589
- "kindString": "Parameter",
590
- "flags": {},
591
- "type": {
592
- "type": "intrinsic",
593
- "name": "boolean"
594
- }
499
+ "kind": "text",
500
+ "text": "Whether to disable the text editor."
595
501
  }
596
502
  ],
597
- "type": {
598
- "type": "intrinsic",
599
- "name": "void"
503
+ "blockTags": [
504
+ {
505
+ "tag": "@default",
506
+ "content": [
507
+ {
508
+ "kind": "text",
509
+ "text": "false"
510
+ }
511
+ ]
512
+ }
513
+ ]
514
+ },
515
+ "parameters": [
516
+ {
517
+ "id": 179,
518
+ "name": "value",
519
+ "kind": 32768,
520
+ "kindString": "Parameter",
521
+ "flags": {},
522
+ "type": {
523
+ "type": "intrinsic",
524
+ "name": "boolean"
525
+ }
600
526
  }
527
+ ],
528
+ "type": {
529
+ "type": "intrinsic",
530
+ "name": "void"
601
531
  }
602
- ]
532
+ }
603
533
  },
604
534
  {
605
- "id": 178,
535
+ "id": 180,
606
536
  "name": "fontList",
607
537
  "kind": 262144,
608
538
  "kindString": "Accessor",
609
539
  "flags": {
610
540
  "isPublic": true
611
541
  },
612
- "decorators": [
613
- {
614
- "name": "Input",
615
- "type": {
616
- "type": "reference",
617
- "qualifiedName": "InputDecorator",
618
- "package": "@angular/core",
619
- "name": "Input"
620
- },
621
- "arguments": {}
622
- }
623
- ],
624
542
  "sources": [
625
543
  {
626
544
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
627
545
  "line": 96,
628
- "character": 13
546
+ "character": 13,
547
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L96"
548
+ },
549
+ {
550
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
551
+ "line": 100,
552
+ "character": 13,
553
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L100"
629
554
  }
630
555
  ],
631
- "getSignature": [
632
- {
633
- "id": 179,
634
- "name": "fontList",
635
- "kind": 524288,
636
- "kindString": "Get signature",
637
- "flags": {},
638
- "comment": {
639
- "shortText": "The fonts to include in the font picker.",
640
- "tags": [
641
- {
642
- "tag": "default",
643
- "text": "[{name: 'Blackbaud Sans', value: '\"Blackbaud Sans\", Arial, sans-serif'}, {name: 'Arial', value: 'Arial'}, {name: 'Arial Black', value: '\"Arial Black\"'}, {name: 'Courier New', value: '\"Courier New\"'}, {name: 'Georgia', value: 'Georgia, serif'}, {name: 'Tahoma', value: 'Tahoma, Geneva, sans-serif'}, {name: 'Times New Roman', value: '\"Times New Roman\"'}, {name: 'Trebuchet MS', value: '\"Trebuchet MS\", sans-serif'}, {name: 'Verdana', value: 'Verdana, Geneva, sans-serif'}]\n"
644
- }
645
- ]
646
- },
647
- "type": {
648
- "type": "array",
649
- "elementType": {
650
- "type": "reference",
651
- "id": 275,
652
- "name": "SkyTextEditorFont"
653
- }
556
+ "getSignature": {
557
+ "id": 181,
558
+ "name": "fontList",
559
+ "kind": 524288,
560
+ "kindString": "Get signature",
561
+ "flags": {},
562
+ "type": {
563
+ "type": "array",
564
+ "elementType": {
565
+ "type": "reference",
566
+ "id": 277,
567
+ "name": "SkyTextEditorFont"
654
568
  }
655
569
  }
656
- ],
657
- "setSignature": [
658
- {
659
- "id": 180,
660
- "name": "fontList",
661
- "kind": 1048576,
662
- "kindString": "Set signature",
663
- "flags": {},
664
- "comment": {
665
- "shortText": "The fonts to include in the font picker.",
666
- "tags": [
667
- {
668
- "tag": "default",
669
- "text": "[{name: 'Blackbaud Sans', value: '\"Blackbaud Sans\", Arial, sans-serif'}, {name: 'Arial', value: 'Arial'}, {name: 'Arial Black', value: '\"Arial Black\"'}, {name: 'Courier New', value: '\"Courier New\"'}, {name: 'Georgia', value: 'Georgia, serif'}, {name: 'Tahoma', value: 'Tahoma, Geneva, sans-serif'}, {name: 'Times New Roman', value: '\"Times New Roman\"'}, {name: 'Trebuchet MS', value: '\"Trebuchet MS\", sans-serif'}, {name: 'Verdana', value: 'Verdana, Geneva, sans-serif'}]\n"
670
- }
671
- ]
672
- },
673
- "parameters": [
570
+ },
571
+ "setSignature": {
572
+ "id": 182,
573
+ "name": "fontList",
574
+ "kind": 1048576,
575
+ "kindString": "Set signature",
576
+ "flags": {},
577
+ "comment": {
578
+ "summary": [
674
579
  {
675
- "id": 181,
676
- "name": "value",
677
- "kind": 32768,
678
- "kindString": "Parameter",
679
- "flags": {},
680
- "type": {
681
- "type": "array",
682
- "elementType": {
683
- "type": "reference",
684
- "id": 275,
685
- "name": "SkyTextEditorFont"
580
+ "kind": "text",
581
+ "text": "The fonts to include in the font picker."
582
+ }
583
+ ],
584
+ "blockTags": [
585
+ {
586
+ "tag": "@default",
587
+ "content": [
588
+ {
589
+ "kind": "text",
590
+ "text": "[{name: 'Blackbaud Sans', value: '\"Blackbaud Sans\", Arial, sans-serif'}, {name: 'Arial', value: 'Arial'}, {name: 'Arial Black', value: '\"Arial Black\"'}, {name: 'Courier New', value: '\"Courier New\"'}, {name: 'Georgia', value: 'Georgia, serif'}, {name: 'Tahoma', value: 'Tahoma, Geneva, sans-serif'}, {name: 'Times New Roman', value: '\"Times New Roman\"'}, {name: 'Trebuchet MS', value: '\"Trebuchet MS\", sans-serif'}, {name: 'Verdana', value: 'Verdana, Geneva, sans-serif'}]"
686
591
  }
592
+ ]
593
+ }
594
+ ]
595
+ },
596
+ "parameters": [
597
+ {
598
+ "id": 183,
599
+ "name": "value",
600
+ "kind": 32768,
601
+ "kindString": "Parameter",
602
+ "flags": {},
603
+ "type": {
604
+ "type": "array",
605
+ "elementType": {
606
+ "type": "reference",
607
+ "id": 277,
608
+ "name": "SkyTextEditorFont"
687
609
  }
688
610
  }
689
- ],
690
- "type": {
691
- "type": "intrinsic",
692
- "name": "void"
693
611
  }
612
+ ],
613
+ "type": {
614
+ "type": "intrinsic",
615
+ "name": "void"
694
616
  }
695
- ]
617
+ }
696
618
  },
697
619
  {
698
- "id": 182,
620
+ "id": 184,
699
621
  "name": "fontSizeList",
700
622
  "kind": 262144,
701
623
  "kindString": "Accessor",
702
624
  "flags": {
703
625
  "isPublic": true
704
626
  },
705
- "decorators": [
706
- {
707
- "name": "Input",
708
- "type": {
709
- "type": "reference",
710
- "qualifiedName": "InputDecorator",
711
- "package": "@angular/core",
712
- "name": "Input"
713
- },
714
- "arguments": {}
715
- }
716
- ],
717
627
  "sources": [
718
628
  {
719
629
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
720
630
  "line": 109,
721
- "character": 13
631
+ "character": 13,
632
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L109"
633
+ },
634
+ {
635
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
636
+ "line": 113,
637
+ "character": 13,
638
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L113"
722
639
  }
723
640
  ],
724
- "getSignature": [
725
- {
726
- "id": 183,
727
- "name": "fontSizeList",
728
- "kind": 524288,
729
- "kindString": "Get signature",
730
- "flags": {},
731
- "comment": {
732
- "shortText": "The font sizes to include in the font size picker.",
733
- "tags": [
734
- {
735
- "tag": "default",
736
- "text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n"
737
- }
738
- ]
739
- },
740
- "type": {
741
- "type": "array",
742
- "elementType": {
743
- "type": "intrinsic",
744
- "name": "number"
745
- }
641
+ "getSignature": {
642
+ "id": 185,
643
+ "name": "fontSizeList",
644
+ "kind": 524288,
645
+ "kindString": "Get signature",
646
+ "flags": {},
647
+ "type": {
648
+ "type": "array",
649
+ "elementType": {
650
+ "type": "intrinsic",
651
+ "name": "number"
746
652
  }
747
653
  }
748
- ],
749
- "setSignature": [
750
- {
751
- "id": 184,
752
- "name": "fontSizeList",
753
- "kind": 1048576,
754
- "kindString": "Set signature",
755
- "flags": {},
756
- "comment": {
757
- "shortText": "The font sizes to include in the font size picker.",
758
- "tags": [
759
- {
760
- "tag": "default",
761
- "text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]\n"
762
- }
763
- ]
764
- },
765
- "parameters": [
654
+ },
655
+ "setSignature": {
656
+ "id": 186,
657
+ "name": "fontSizeList",
658
+ "kind": 1048576,
659
+ "kindString": "Set signature",
660
+ "flags": {},
661
+ "comment": {
662
+ "summary": [
766
663
  {
767
- "id": 185,
768
- "name": "value",
769
- "kind": 32768,
770
- "kindString": "Parameter",
771
- "flags": {},
772
- "type": {
773
- "type": "array",
774
- "elementType": {
775
- "type": "intrinsic",
776
- "name": "number"
664
+ "kind": "text",
665
+ "text": "The font sizes to include in the font size picker."
666
+ }
667
+ ],
668
+ "blockTags": [
669
+ {
670
+ "tag": "@default",
671
+ "content": [
672
+ {
673
+ "kind": "text",
674
+ "text": "[6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 24, 26, 28, 36, 48]"
777
675
  }
676
+ ]
677
+ }
678
+ ]
679
+ },
680
+ "parameters": [
681
+ {
682
+ "id": 187,
683
+ "name": "value",
684
+ "kind": 32768,
685
+ "kindString": "Parameter",
686
+ "flags": {},
687
+ "type": {
688
+ "type": "array",
689
+ "elementType": {
690
+ "type": "intrinsic",
691
+ "name": "number"
778
692
  }
779
693
  }
780
- ],
781
- "type": {
782
- "type": "intrinsic",
783
- "name": "void"
784
694
  }
695
+ ],
696
+ "type": {
697
+ "type": "intrinsic",
698
+ "name": "void"
785
699
  }
786
- ]
700
+ }
787
701
  },
788
702
  {
789
- "id": 186,
703
+ "id": 188,
790
704
  "name": "id",
791
705
  "kind": 262144,
792
706
  "kindString": "Accessor",
793
707
  "flags": {
794
708
  "isPublic": true
795
709
  },
796
- "decorators": [
797
- {
798
- "name": "Input",
799
- "type": {
800
- "type": "reference",
801
- "qualifiedName": "InputDecorator",
802
- "package": "@angular/core",
803
- "name": "Input"
804
- },
805
- "arguments": {}
806
- }
807
- ],
808
710
  "sources": [
809
711
  {
810
712
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
811
713
  "line": 122,
812
- "character": 13
813
- }
814
- ],
815
- "getSignature": [
714
+ "character": 13,
715
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L122"
716
+ },
816
717
  {
817
- "id": 187,
818
- "name": "id",
819
- "kind": 524288,
820
- "kindString": "Get signature",
821
- "flags": {},
822
- "comment": {
823
- "shortText": "The unique ID attribute for the text editor.\nBy default, the component generates a random ID."
824
- },
825
- "type": {
826
- "type": "intrinsic",
827
- "name": "string"
828
- }
718
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
719
+ "line": 126,
720
+ "character": 13,
721
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L126"
829
722
  }
830
723
  ],
831
- "setSignature": [
832
- {
833
- "id": 188,
834
- "name": "id",
835
- "kind": 1048576,
836
- "kindString": "Set signature",
837
- "flags": {},
838
- "comment": {
839
- "shortText": "The unique ID attribute for the text editor.\nBy default, the component generates a random ID."
840
- },
841
- "parameters": [
724
+ "getSignature": {
725
+ "id": 189,
726
+ "name": "id",
727
+ "kind": 524288,
728
+ "kindString": "Get signature",
729
+ "flags": {},
730
+ "type": {
731
+ "type": "intrinsic",
732
+ "name": "string"
733
+ }
734
+ },
735
+ "setSignature": {
736
+ "id": 190,
737
+ "name": "id",
738
+ "kind": 1048576,
739
+ "kindString": "Set signature",
740
+ "flags": {},
741
+ "comment": {
742
+ "summary": [
842
743
  {
843
- "id": 189,
844
- "name": "value",
845
- "kind": 32768,
846
- "kindString": "Parameter",
847
- "flags": {},
848
- "type": {
849
- "type": "intrinsic",
850
- "name": "string"
851
- }
744
+ "kind": "text",
745
+ "text": "The unique ID attribute for the text editor.\nBy default, the component generates a random ID."
746
+ }
747
+ ]
748
+ },
749
+ "parameters": [
750
+ {
751
+ "id": 191,
752
+ "name": "value",
753
+ "kind": 32768,
754
+ "kindString": "Parameter",
755
+ "flags": {},
756
+ "type": {
757
+ "type": "intrinsic",
758
+ "name": "string"
852
759
  }
853
- ],
854
- "type": {
855
- "type": "intrinsic",
856
- "name": "void"
857
760
  }
761
+ ],
762
+ "type": {
763
+ "type": "intrinsic",
764
+ "name": "void"
858
765
  }
859
- ]
766
+ }
860
767
  },
861
768
  {
862
- "id": 190,
769
+ "id": 192,
863
770
  "name": "initialStyleState",
864
771
  "kind": 262144,
865
772
  "kindString": "Accessor",
866
773
  "flags": {
867
774
  "isPublic": true
868
775
  },
869
- "decorators": [
870
- {
871
- "name": "Input",
872
- "type": {
873
- "type": "reference",
874
- "qualifiedName": "InputDecorator",
875
- "package": "@angular/core",
876
- "name": "Input"
877
- },
878
- "arguments": {}
879
- }
880
- ],
881
776
  "sources": [
882
777
  {
883
778
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
884
779
  "line": 134,
885
- "character": 13
886
- }
887
- ],
888
- "getSignature": [
780
+ "character": 13,
781
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L134"
782
+ },
889
783
  {
890
- "id": 191,
891
- "name": "initialStyleState",
892
- "kind": 524288,
893
- "kindString": "Get signature",
894
- "flags": {},
895
- "comment": {
896
- "shortText": "The initial styles for all content, including background color, font size, and link state."
897
- },
898
- "type": {
899
- "type": "reference",
900
- "id": 279,
901
- "name": "SkyTextEditorStyleState"
902
- }
784
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
785
+ "line": 145,
786
+ "character": 13,
787
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L145"
903
788
  }
904
789
  ],
905
- "setSignature": [
906
- {
907
- "id": 192,
908
- "name": "initialStyleState",
909
- "kind": 1048576,
910
- "kindString": "Set signature",
911
- "flags": {},
912
- "comment": {
913
- "shortText": "The initial styles for all content, including background color, font size, and link state."
914
- },
915
- "parameters": [
790
+ "getSignature": {
791
+ "id": 193,
792
+ "name": "initialStyleState",
793
+ "kind": 524288,
794
+ "kindString": "Get signature",
795
+ "flags": {},
796
+ "type": {
797
+ "type": "reference",
798
+ "id": 281,
799
+ "name": "SkyTextEditorStyleState"
800
+ }
801
+ },
802
+ "setSignature": {
803
+ "id": 194,
804
+ "name": "initialStyleState",
805
+ "kind": 1048576,
806
+ "kindString": "Set signature",
807
+ "flags": {},
808
+ "comment": {
809
+ "summary": [
916
810
  {
917
- "id": 193,
918
- "name": "state",
919
- "kind": 32768,
920
- "kindString": "Parameter",
921
- "flags": {},
922
- "type": {
923
- "type": "reference",
924
- "id": 279,
925
- "name": "SkyTextEditorStyleState"
926
- }
811
+ "kind": "text",
812
+ "text": "The initial styles for all content, including background color, font size, and link state."
813
+ }
814
+ ]
815
+ },
816
+ "parameters": [
817
+ {
818
+ "id": 195,
819
+ "name": "state",
820
+ "kind": 32768,
821
+ "kindString": "Parameter",
822
+ "flags": {},
823
+ "type": {
824
+ "type": "reference",
825
+ "id": 281,
826
+ "name": "SkyTextEditorStyleState"
927
827
  }
928
- ],
929
- "type": {
930
- "type": "intrinsic",
931
- "name": "void"
932
828
  }
829
+ ],
830
+ "type": {
831
+ "type": "intrinsic",
832
+ "name": "void"
933
833
  }
934
- ]
834
+ }
935
835
  },
936
836
  {
937
- "id": 194,
837
+ "id": 196,
938
838
  "name": "menus",
939
839
  "kind": 262144,
940
840
  "kindString": "Accessor",
941
841
  "flags": {
942
842
  "isPublic": true
943
843
  },
944
- "decorators": [
945
- {
946
- "name": "Input",
947
- "type": {
948
- "type": "reference",
949
- "qualifiedName": "InputDecorator",
950
- "package": "@angular/core",
951
- "name": "Input"
952
- },
953
- "arguments": {}
954
- }
955
- ],
956
844
  "sources": [
957
845
  {
958
846
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
959
847
  "line": 154,
960
- "character": 13
848
+ "character": 13,
849
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L154"
850
+ },
851
+ {
852
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
853
+ "line": 158,
854
+ "character": 13,
855
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L158"
961
856
  }
962
857
  ],
963
- "getSignature": [
964
- {
965
- "id": 195,
966
- "name": "menus",
967
- "kind": 524288,
968
- "kindString": "Get signature",
969
- "flags": {},
970
- "comment": {
971
- "shortText": "The menus to include in the menu bar.",
972
- "tags": [
973
- {
974
- "tag": "default",
975
- "text": "[ 'edit', 'format' ]\n"
976
- }
977
- ]
978
- },
979
- "type": {
980
- "type": "array",
981
- "elementType": {
982
- "type": "reference",
983
- "id": 278,
984
- "name": "SkyTextEditorMenuType"
985
- }
858
+ "getSignature": {
859
+ "id": 197,
860
+ "name": "menus",
861
+ "kind": 524288,
862
+ "kindString": "Get signature",
863
+ "flags": {},
864
+ "type": {
865
+ "type": "array",
866
+ "elementType": {
867
+ "type": "reference",
868
+ "id": 280,
869
+ "name": "SkyTextEditorMenuType"
986
870
  }
987
871
  }
988
- ],
989
- "setSignature": [
990
- {
991
- "id": 196,
992
- "name": "menus",
993
- "kind": 1048576,
994
- "kindString": "Set signature",
995
- "flags": {},
996
- "comment": {
997
- "shortText": "The menus to include in the menu bar.",
998
- "tags": [
999
- {
1000
- "tag": "default",
1001
- "text": "[ 'edit', 'format' ]\n"
1002
- }
1003
- ]
1004
- },
1005
- "parameters": [
872
+ },
873
+ "setSignature": {
874
+ "id": 198,
875
+ "name": "menus",
876
+ "kind": 1048576,
877
+ "kindString": "Set signature",
878
+ "flags": {},
879
+ "comment": {
880
+ "summary": [
1006
881
  {
1007
- "id": 197,
1008
- "name": "value",
1009
- "kind": 32768,
1010
- "kindString": "Parameter",
1011
- "flags": {},
1012
- "type": {
1013
- "type": "array",
1014
- "elementType": {
1015
- "type": "reference",
1016
- "id": 278,
1017
- "name": "SkyTextEditorMenuType"
882
+ "kind": "text",
883
+ "text": "The menus to include in the menu bar."
884
+ }
885
+ ],
886
+ "blockTags": [
887
+ {
888
+ "tag": "@default",
889
+ "content": [
890
+ {
891
+ "kind": "text",
892
+ "text": "[ 'edit', 'format' ]"
1018
893
  }
894
+ ]
895
+ }
896
+ ]
897
+ },
898
+ "parameters": [
899
+ {
900
+ "id": 199,
901
+ "name": "value",
902
+ "kind": 32768,
903
+ "kindString": "Parameter",
904
+ "flags": {},
905
+ "type": {
906
+ "type": "array",
907
+ "elementType": {
908
+ "type": "reference",
909
+ "id": 280,
910
+ "name": "SkyTextEditorMenuType"
1019
911
  }
1020
912
  }
1021
- ],
1022
- "type": {
1023
- "type": "intrinsic",
1024
- "name": "void"
1025
913
  }
914
+ ],
915
+ "type": {
916
+ "type": "intrinsic",
917
+ "name": "void"
1026
918
  }
1027
- ]
919
+ }
1028
920
  },
1029
921
  {
1030
- "id": 198,
922
+ "id": 200,
1031
923
  "name": "mergeFields",
1032
924
  "kind": 262144,
1033
925
  "kindString": "Accessor",
1034
926
  "flags": {
1035
927
  "isPublic": true
1036
928
  },
1037
- "decorators": [
1038
- {
1039
- "name": "Input",
1040
- "type": {
1041
- "type": "reference",
1042
- "qualifiedName": "InputDecorator",
1043
- "package": "@angular/core",
1044
- "name": "Input"
1045
- },
1046
- "arguments": {}
1047
- }
1048
- ],
1049
929
  "sources": [
1050
930
  {
1051
931
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1052
932
  "line": 166,
1053
- "character": 13
1054
- }
1055
- ],
1056
- "getSignature": [
933
+ "character": 13,
934
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L166"
935
+ },
1057
936
  {
1058
- "id": 199,
1059
- "name": "mergeFields",
1060
- "kind": 524288,
1061
- "kindString": "Get signature",
1062
- "flags": {},
1063
- "comment": {
1064
- "shortText": "The merge fields to include in the merge field menu."
1065
- },
1066
- "type": {
1067
- "type": "array",
1068
- "elementType": {
1069
- "type": "reference",
1070
- "id": 288,
1071
- "name": "SkyTextEditorMergeField"
1072
- }
1073
- }
937
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
938
+ "line": 170,
939
+ "character": 13,
940
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L170"
1074
941
  }
1075
- ],
1076
- "setSignature": [
1077
- {
1078
- "id": 200,
1079
- "name": "mergeFields",
1080
- "kind": 1048576,
1081
- "kindString": "Set signature",
1082
- "flags": {},
1083
- "comment": {
1084
- "shortText": "The merge fields to include in the merge field menu."
1085
- },
1086
- "parameters": [
942
+ ],
943
+ "getSignature": {
944
+ "id": 201,
945
+ "name": "mergeFields",
946
+ "kind": 524288,
947
+ "kindString": "Get signature",
948
+ "flags": {},
949
+ "type": {
950
+ "type": "array",
951
+ "elementType": {
952
+ "type": "reference",
953
+ "id": 290,
954
+ "name": "SkyTextEditorMergeField"
955
+ }
956
+ }
957
+ },
958
+ "setSignature": {
959
+ "id": 202,
960
+ "name": "mergeFields",
961
+ "kind": 1048576,
962
+ "kindString": "Set signature",
963
+ "flags": {},
964
+ "comment": {
965
+ "summary": [
1087
966
  {
1088
- "id": 201,
1089
- "name": "value",
1090
- "kind": 32768,
1091
- "kindString": "Parameter",
1092
- "flags": {},
1093
- "type": {
1094
- "type": "array",
1095
- "elementType": {
1096
- "type": "reference",
1097
- "id": 288,
1098
- "name": "SkyTextEditorMergeField"
1099
- }
967
+ "kind": "text",
968
+ "text": "The merge fields to include in the merge field menu."
969
+ }
970
+ ]
971
+ },
972
+ "parameters": [
973
+ {
974
+ "id": 203,
975
+ "name": "value",
976
+ "kind": 32768,
977
+ "kindString": "Parameter",
978
+ "flags": {},
979
+ "type": {
980
+ "type": "array",
981
+ "elementType": {
982
+ "type": "reference",
983
+ "id": 290,
984
+ "name": "SkyTextEditorMergeField"
1100
985
  }
1101
986
  }
1102
- ],
1103
- "type": {
1104
- "type": "intrinsic",
1105
- "name": "void"
1106
987
  }
988
+ ],
989
+ "type": {
990
+ "type": "intrinsic",
991
+ "name": "void"
1107
992
  }
1108
- ]
993
+ }
1109
994
  },
1110
995
  {
1111
- "id": 202,
996
+ "id": 204,
1112
997
  "name": "placeholder",
1113
998
  "kind": 262144,
1114
999
  "kindString": "Accessor",
1115
1000
  "flags": {
1116
1001
  "isPublic": true
1117
1002
  },
1118
- "decorators": [
1119
- {
1120
- "name": "Input",
1121
- "type": {
1122
- "type": "reference",
1123
- "qualifiedName": "InputDecorator",
1124
- "package": "@angular/core",
1125
- "name": "Input"
1126
- },
1127
- "arguments": {}
1128
- }
1129
- ],
1130
1003
  "sources": [
1131
1004
  {
1132
1005
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1133
1006
  "line": 178,
1134
- "character": 13
1135
- }
1136
- ],
1137
- "getSignature": [
1007
+ "character": 13,
1008
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L178"
1009
+ },
1138
1010
  {
1139
- "id": 203,
1140
- "name": "placeholder",
1141
- "kind": 524288,
1142
- "kindString": "Get signature",
1143
- "flags": {},
1144
- "comment": {
1145
- "shortText": "Placeholder text to display when the text entry area is empty."
1146
- },
1147
- "type": {
1148
- "type": "intrinsic",
1149
- "name": "string"
1150
- }
1011
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1012
+ "line": 188,
1013
+ "character": 13,
1014
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L188"
1151
1015
  }
1152
1016
  ],
1153
- "setSignature": [
1154
- {
1155
- "id": 204,
1156
- "name": "placeholder",
1157
- "kind": 1048576,
1158
- "kindString": "Set signature",
1159
- "flags": {},
1160
- "comment": {
1161
- "shortText": "Placeholder text to display when the text entry area is empty."
1162
- },
1163
- "parameters": [
1017
+ "getSignature": {
1018
+ "id": 205,
1019
+ "name": "placeholder",
1020
+ "kind": 524288,
1021
+ "kindString": "Get signature",
1022
+ "flags": {},
1023
+ "type": {
1024
+ "type": "intrinsic",
1025
+ "name": "string"
1026
+ }
1027
+ },
1028
+ "setSignature": {
1029
+ "id": 206,
1030
+ "name": "placeholder",
1031
+ "kind": 1048576,
1032
+ "kindString": "Set signature",
1033
+ "flags": {},
1034
+ "comment": {
1035
+ "summary": [
1164
1036
  {
1165
- "id": 205,
1166
- "name": "value",
1167
- "kind": 32768,
1168
- "kindString": "Parameter",
1169
- "flags": {},
1170
- "type": {
1171
- "type": "intrinsic",
1172
- "name": "string"
1173
- }
1037
+ "kind": "text",
1038
+ "text": "Placeholder text to display when the text entry area is empty."
1039
+ }
1040
+ ]
1041
+ },
1042
+ "parameters": [
1043
+ {
1044
+ "id": 207,
1045
+ "name": "value",
1046
+ "kind": 32768,
1047
+ "kindString": "Parameter",
1048
+ "flags": {},
1049
+ "type": {
1050
+ "type": "intrinsic",
1051
+ "name": "string"
1174
1052
  }
1175
- ],
1176
- "type": {
1177
- "type": "intrinsic",
1178
- "name": "void"
1179
1053
  }
1054
+ ],
1055
+ "type": {
1056
+ "type": "intrinsic",
1057
+ "name": "void"
1180
1058
  }
1181
- ]
1059
+ }
1182
1060
  },
1183
1061
  {
1184
- "id": 206,
1062
+ "id": 208,
1185
1063
  "name": "toolbarActions",
1186
1064
  "kind": 262144,
1187
1065
  "kindString": "Accessor",
1188
1066
  "flags": {
1189
1067
  "isPublic": true
1190
1068
  },
1191
- "decorators": [
1192
- {
1193
- "name": "Input",
1194
- "type": {
1195
- "type": "reference",
1196
- "qualifiedName": "InputDecorator",
1197
- "package": "@angular/core",
1198
- "name": "Input"
1199
- },
1200
- "arguments": {}
1201
- }
1202
- ],
1203
1069
  "sources": [
1204
1070
  {
1205
1071
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1206
1072
  "line": 197,
1207
- "character": 13
1073
+ "character": 13,
1074
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L197"
1075
+ },
1076
+ {
1077
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1078
+ "line": 203,
1079
+ "character": 13,
1080
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L203"
1208
1081
  }
1209
1082
  ],
1210
- "getSignature": [
1211
- {
1212
- "id": 207,
1213
- "name": "toolbarActions",
1214
- "kind": 524288,
1215
- "kindString": "Get signature",
1216
- "flags": {},
1217
- "comment": {
1218
- "shortText": "The actions to include in the toolbar and determines their order.",
1219
- "tags": [
1220
- {
1221
- "tag": "default",
1222
- "text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n"
1223
- }
1224
- ]
1225
- },
1226
- "type": {
1227
- "type": "array",
1228
- "elementType": {
1229
- "type": "reference",
1230
- "id": 292,
1231
- "name": "SkyTextEditorToolbarActionType"
1232
- }
1083
+ "getSignature": {
1084
+ "id": 209,
1085
+ "name": "toolbarActions",
1086
+ "kind": 524288,
1087
+ "kindString": "Get signature",
1088
+ "flags": {},
1089
+ "type": {
1090
+ "type": "array",
1091
+ "elementType": {
1092
+ "type": "reference",
1093
+ "id": 294,
1094
+ "name": "SkyTextEditorToolbarActionType"
1233
1095
  }
1234
1096
  }
1235
- ],
1236
- "setSignature": [
1237
- {
1238
- "id": 208,
1239
- "name": "toolbarActions",
1240
- "kind": 1048576,
1241
- "kindString": "Set signature",
1242
- "flags": {},
1243
- "comment": {
1244
- "shortText": "The actions to include in the toolbar and determines their order.",
1245
- "tags": [
1246
- {
1247
- "tag": "default",
1248
- "text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]\n"
1249
- }
1250
- ]
1251
- },
1252
- "parameters": [
1097
+ },
1098
+ "setSignature": {
1099
+ "id": 210,
1100
+ "name": "toolbarActions",
1101
+ "kind": 1048576,
1102
+ "kindString": "Set signature",
1103
+ "flags": {},
1104
+ "comment": {
1105
+ "summary": [
1253
1106
  {
1254
- "id": 209,
1255
- "name": "value",
1256
- "kind": 32768,
1257
- "kindString": "Parameter",
1258
- "flags": {},
1259
- "type": {
1260
- "type": "array",
1261
- "elementType": {
1262
- "type": "reference",
1263
- "id": 292,
1264
- "name": "SkyTextEditorToolbarActionType"
1107
+ "kind": "text",
1108
+ "text": "The actions to include in the toolbar and determines their order."
1109
+ }
1110
+ ],
1111
+ "blockTags": [
1112
+ {
1113
+ "tag": "@default",
1114
+ "content": [
1115
+ {
1116
+ "kind": "text",
1117
+ "text": "[ 'font-family', 'font-size', 'font-style', 'color', 'list', 'link ]"
1265
1118
  }
1119
+ ]
1120
+ }
1121
+ ]
1122
+ },
1123
+ "parameters": [
1124
+ {
1125
+ "id": 211,
1126
+ "name": "value",
1127
+ "kind": 32768,
1128
+ "kindString": "Parameter",
1129
+ "flags": {},
1130
+ "type": {
1131
+ "type": "array",
1132
+ "elementType": {
1133
+ "type": "reference",
1134
+ "id": 294,
1135
+ "name": "SkyTextEditorToolbarActionType"
1266
1136
  }
1267
1137
  }
1268
- ],
1269
- "type": {
1270
- "type": "intrinsic",
1271
- "name": "void"
1272
1138
  }
1139
+ ],
1140
+ "type": {
1141
+ "type": "intrinsic",
1142
+ "name": "void"
1273
1143
  }
1274
- ]
1144
+ }
1275
1145
  },
1276
1146
  {
1277
- "id": 211,
1147
+ "id": 213,
1278
1148
  "name": "value",
1279
1149
  "kind": 262144,
1280
1150
  "kindString": "Accessor",
@@ -1285,57 +1155,62 @@
1285
1155
  {
1286
1156
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1287
1157
  "line": 212,
1288
- "character": 13
1289
- }
1290
- ],
1291
- "getSignature": [
1158
+ "character": 13,
1159
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L212"
1160
+ },
1292
1161
  {
1293
- "id": 212,
1294
- "name": "value",
1295
- "kind": 524288,
1296
- "kindString": "Get signature",
1297
- "flags": {},
1298
- "comment": {
1299
- "shortText": "The internal value of the control."
1300
- },
1301
- "type": {
1302
- "type": "intrinsic",
1303
- "name": "string"
1304
- }
1162
+ "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1163
+ "line": 258,
1164
+ "character": 13,
1165
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L258"
1305
1166
  }
1306
1167
  ],
1307
- "setSignature": [
1308
- {
1309
- "id": 213,
1310
- "name": "value",
1311
- "kind": 1048576,
1312
- "kindString": "Set signature",
1313
- "flags": {},
1314
- "comment": {
1315
- "shortText": "The internal value of the control."
1316
- },
1317
- "parameters": [
1168
+ "getSignature": {
1169
+ "id": 214,
1170
+ "name": "value",
1171
+ "kind": 524288,
1172
+ "kindString": "Get signature",
1173
+ "flags": {},
1174
+ "type": {
1175
+ "type": "intrinsic",
1176
+ "name": "string"
1177
+ }
1178
+ },
1179
+ "setSignature": {
1180
+ "id": 215,
1181
+ "name": "value",
1182
+ "kind": 1048576,
1183
+ "kindString": "Set signature",
1184
+ "flags": {},
1185
+ "comment": {
1186
+ "summary": [
1318
1187
  {
1319
- "id": 214,
1320
- "name": "value",
1321
- "kind": 32768,
1322
- "kindString": "Parameter",
1323
- "flags": {},
1324
- "type": {
1325
- "type": "intrinsic",
1326
- "name": "string"
1327
- }
1188
+ "kind": "text",
1189
+ "text": "The internal value of the control."
1190
+ }
1191
+ ]
1192
+ },
1193
+ "parameters": [
1194
+ {
1195
+ "id": 216,
1196
+ "name": "value",
1197
+ "kind": 32768,
1198
+ "kindString": "Parameter",
1199
+ "flags": {},
1200
+ "type": {
1201
+ "type": "intrinsic",
1202
+ "name": "string"
1328
1203
  }
1329
- ],
1330
- "type": {
1331
- "type": "intrinsic",
1332
- "name": "void"
1333
1204
  }
1205
+ ],
1206
+ "type": {
1207
+ "type": "intrinsic",
1208
+ "name": "void"
1334
1209
  }
1335
- ]
1210
+ }
1336
1211
  },
1337
1212
  {
1338
- "id": 237,
1213
+ "id": 239,
1339
1214
  "name": "ngOnDestroy",
1340
1215
  "kind": 2048,
1341
1216
  "kindString": "Method",
@@ -1346,12 +1221,13 @@
1346
1221
  {
1347
1222
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1348
1223
  "line": 310,
1349
- "character": 9
1224
+ "character": 9,
1225
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L310"
1350
1226
  }
1351
1227
  ],
1352
1228
  "signatures": [
1353
1229
  {
1354
- "id": 238,
1230
+ "id": 240,
1355
1231
  "name": "ngOnDestroy",
1356
1232
  "kind": 4096,
1357
1233
  "kindString": "Call signature",
@@ -1372,7 +1248,7 @@
1372
1248
  }
1373
1249
  },
1374
1250
  {
1375
- "id": 239,
1251
+ "id": 241,
1376
1252
  "name": "onIframeLoad",
1377
1253
  "kind": 2048,
1378
1254
  "kindString": "Method",
@@ -1383,28 +1259,29 @@
1383
1259
  {
1384
1260
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1385
1261
  "line": 316,
1386
- "character": 9
1262
+ "character": 9,
1263
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L316"
1387
1264
  }
1388
1265
  ],
1389
1266
  "signatures": [
1390
1267
  {
1391
- "id": 240,
1268
+ "id": 242,
1392
1269
  "name": "onIframeLoad",
1393
1270
  "kind": 4096,
1394
1271
  "kindString": "Call signature",
1395
1272
  "flags": {},
1396
1273
  "parameters": [
1397
1274
  {
1398
- "id": 241,
1275
+ "id": 243,
1399
1276
  "name": "event",
1400
1277
  "kind": 32768,
1401
1278
  "kindString": "Parameter",
1402
1279
  "flags": {},
1403
1280
  "type": {
1404
1281
  "type": "reference",
1282
+ "name": "Event",
1405
1283
  "qualifiedName": "Event",
1406
- "package": "typescript",
1407
- "name": "Event"
1284
+ "package": "typescript"
1408
1285
  }
1409
1286
  }
1410
1287
  ],
@@ -1416,7 +1293,7 @@
1416
1293
  ]
1417
1294
  },
1418
1295
  {
1419
- "id": 245,
1296
+ "id": 247,
1420
1297
  "name": "registerOnChange",
1421
1298
  "kind": 2048,
1422
1299
  "kindString": "Method",
@@ -1427,22 +1304,28 @@
1427
1304
  {
1428
1305
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1429
1306
  "line": 340,
1430
- "character": 9
1307
+ "character": 9,
1308
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L340"
1431
1309
  }
1432
1310
  ],
1433
1311
  "signatures": [
1434
1312
  {
1435
- "id": 246,
1313
+ "id": 248,
1436
1314
  "name": "registerOnChange",
1437
1315
  "kind": 4096,
1438
1316
  "kindString": "Call signature",
1439
1317
  "flags": {},
1440
1318
  "comment": {
1441
- "shortText": "Implemented as part of ControlValueAccessor."
1319
+ "summary": [
1320
+ {
1321
+ "kind": "text",
1322
+ "text": "Implemented as part of ControlValueAccessor."
1323
+ }
1324
+ ]
1442
1325
  },
1443
1326
  "parameters": [
1444
1327
  {
1445
- "id": 247,
1328
+ "id": 249,
1446
1329
  "name": "fn",
1447
1330
  "kind": 32768,
1448
1331
  "kindString": "Parameter",
@@ -1450,21 +1333,29 @@
1450
1333
  "type": {
1451
1334
  "type": "reflection",
1452
1335
  "declaration": {
1453
- "id": 248,
1336
+ "id": 250,
1454
1337
  "name": "__type",
1455
1338
  "kind": 65536,
1456
1339
  "kindString": "Type literal",
1457
1340
  "flags": {},
1341
+ "sources": [
1342
+ {
1343
+ "fileName": "lib/modules/text-editor/text-editor.component.ts",
1344
+ "line": 340,
1345
+ "character": 30,
1346
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L340"
1347
+ }
1348
+ ],
1458
1349
  "signatures": [
1459
1350
  {
1460
- "id": 249,
1351
+ "id": 251,
1461
1352
  "name": "__type",
1462
1353
  "kind": 4096,
1463
1354
  "kindString": "Call signature",
1464
1355
  "flags": {},
1465
1356
  "parameters": [
1466
1357
  {
1467
- "id": 250,
1358
+ "id": 252,
1468
1359
  "name": "value",
1469
1360
  "kind": 32768,
1470
1361
  "kindString": "Parameter",
@@ -1493,7 +1384,7 @@
1493
1384
  ]
1494
1385
  },
1495
1386
  {
1496
- "id": 251,
1387
+ "id": 253,
1497
1388
  "name": "registerOnTouched",
1498
1389
  "kind": 2048,
1499
1390
  "kindString": "Method",
@@ -1504,22 +1395,28 @@
1504
1395
  {
1505
1396
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1506
1397
  "line": 347,
1507
- "character": 9
1398
+ "character": 9,
1399
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L347"
1508
1400
  }
1509
1401
  ],
1510
1402
  "signatures": [
1511
1403
  {
1512
- "id": 252,
1404
+ "id": 254,
1513
1405
  "name": "registerOnTouched",
1514
1406
  "kind": 4096,
1515
1407
  "kindString": "Call signature",
1516
1408
  "flags": {},
1517
1409
  "comment": {
1518
- "shortText": "Implemented as part of ControlValueAccessor."
1410
+ "summary": [
1411
+ {
1412
+ "kind": "text",
1413
+ "text": "Implemented as part of ControlValueAccessor."
1414
+ }
1415
+ ]
1519
1416
  },
1520
1417
  "parameters": [
1521
1418
  {
1522
- "id": 253,
1419
+ "id": 255,
1523
1420
  "name": "fn",
1524
1421
  "kind": 32768,
1525
1422
  "kindString": "Parameter",
@@ -1527,14 +1424,22 @@
1527
1424
  "type": {
1528
1425
  "type": "reflection",
1529
1426
  "declaration": {
1530
- "id": 254,
1427
+ "id": 256,
1531
1428
  "name": "__type",
1532
1429
  "kind": 65536,
1533
1430
  "kindString": "Type literal",
1534
1431
  "flags": {},
1432
+ "sources": [
1433
+ {
1434
+ "fileName": "lib/modules/text-editor/text-editor.component.ts",
1435
+ "line": 347,
1436
+ "character": 31,
1437
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L347"
1438
+ }
1439
+ ],
1535
1440
  "signatures": [
1536
1441
  {
1537
- "id": 255,
1442
+ "id": 257,
1538
1443
  "name": "__type",
1539
1444
  "kind": 4096,
1540
1445
  "kindString": "Call signature",
@@ -1557,7 +1462,7 @@
1557
1462
  ]
1558
1463
  },
1559
1464
  {
1560
- "id": 256,
1465
+ "id": 258,
1561
1466
  "name": "setDisabledState",
1562
1467
  "kind": 2048,
1563
1468
  "kindString": "Method",
@@ -1568,22 +1473,28 @@
1568
1473
  {
1569
1474
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1570
1475
  "line": 354,
1571
- "character": 9
1476
+ "character": 9,
1477
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L354"
1572
1478
  }
1573
1479
  ],
1574
1480
  "signatures": [
1575
1481
  {
1576
- "id": 257,
1482
+ "id": 259,
1577
1483
  "name": "setDisabledState",
1578
1484
  "kind": 4096,
1579
1485
  "kindString": "Call signature",
1580
1486
  "flags": {},
1581
1487
  "comment": {
1582
- "shortText": "Implemented as part of ControlValueAccessor."
1488
+ "summary": [
1489
+ {
1490
+ "kind": "text",
1491
+ "text": "Implemented as part of ControlValueAccessor."
1492
+ }
1493
+ ]
1583
1494
  },
1584
1495
  "parameters": [
1585
1496
  {
1586
- "id": 258,
1497
+ "id": 260,
1587
1498
  "name": "isDisabled",
1588
1499
  "kind": 32768,
1589
1500
  "kindString": "Parameter",
@@ -1602,7 +1513,7 @@
1602
1513
  ]
1603
1514
  },
1604
1515
  {
1605
- "id": 242,
1516
+ "id": 244,
1606
1517
  "name": "writeValue",
1607
1518
  "kind": 2048,
1608
1519
  "kindString": "Method",
@@ -1613,22 +1524,28 @@
1613
1524
  {
1614
1525
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1615
1526
  "line": 324,
1616
- "character": 9
1527
+ "character": 9,
1528
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L324"
1617
1529
  }
1618
1530
  ],
1619
1531
  "signatures": [
1620
1532
  {
1621
- "id": 243,
1533
+ "id": 245,
1622
1534
  "name": "writeValue",
1623
1535
  "kind": 4096,
1624
1536
  "kindString": "Call signature",
1625
1537
  "flags": {},
1626
1538
  "comment": {
1627
- "shortText": "Implemented as part of ControlValueAccessor."
1539
+ "summary": [
1540
+ {
1541
+ "kind": "text",
1542
+ "text": "Implemented as part of ControlValueAccessor."
1543
+ }
1544
+ ]
1628
1545
  },
1629
1546
  "parameters": [
1630
1547
  {
1631
- "id": 244,
1548
+ "id": 246,
1632
1549
  "name": "value",
1633
1550
  "kind": 32768,
1634
1551
  "kindString": "Parameter",
@@ -1650,46 +1567,42 @@
1650
1567
  "groups": [
1651
1568
  {
1652
1569
  "title": "Constructors",
1653
- "kind": 512,
1654
1570
  "children": [
1655
- 163
1571
+ 165
1656
1572
  ]
1657
1573
  },
1658
1574
  {
1659
1575
  "title": "Properties",
1660
- "kind": 1024,
1661
1576
  "children": [
1662
- 173,
1663
- 215,
1664
- 210
1577
+ 175,
1578
+ 217,
1579
+ 212
1665
1580
  ]
1666
1581
  },
1667
1582
  {
1668
1583
  "title": "Accessors",
1669
- "kind": 262144,
1670
1584
  "children": [
1671
- 174,
1672
- 178,
1673
- 182,
1674
- 186,
1675
- 190,
1676
- 194,
1677
- 198,
1678
- 202,
1679
- 206,
1680
- 211
1585
+ 176,
1586
+ 180,
1587
+ 184,
1588
+ 188,
1589
+ 192,
1590
+ 196,
1591
+ 200,
1592
+ 204,
1593
+ 208,
1594
+ 213
1681
1595
  ]
1682
1596
  },
1683
1597
  {
1684
1598
  "title": "Methods",
1685
- "kind": 2048,
1686
1599
  "children": [
1687
- 237,
1688
1600
  239,
1689
- 245,
1690
- 251,
1691
- 256,
1692
- 242
1601
+ 241,
1602
+ 247,
1603
+ 253,
1604
+ 258,
1605
+ 244
1693
1606
  ]
1694
1607
  }
1695
1608
  ],
@@ -1697,39 +1610,46 @@
1697
1610
  {
1698
1611
  "fileName": "projects/text-editor/src/modules/text-editor/text-editor.component.ts",
1699
1612
  "line": 48,
1700
- "character": 13
1613
+ "character": 13,
1614
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/text-editor.component.ts#L48"
1701
1615
  }
1702
1616
  ],
1703
1617
  "implementedTypes": [
1704
1618
  {
1705
1619
  "type": "reference",
1620
+ "name": "OnDestroy",
1706
1621
  "qualifiedName": "OnDestroy",
1707
- "package": "@angular/core",
1708
- "name": "OnDestroy"
1622
+ "package": "@angular/core"
1709
1623
  }
1710
1624
  ]
1711
1625
  },
1712
1626
  {
1713
- "id": 275,
1627
+ "id": 277,
1714
1628
  "name": "SkyTextEditorFont",
1715
1629
  "kind": 256,
1716
1630
  "kindString": "Interface",
1717
1631
  "flags": {},
1718
1632
  "children": [
1719
1633
  {
1720
- "id": 276,
1634
+ "id": 278,
1721
1635
  "name": "name",
1722
1636
  "kind": 1024,
1723
1637
  "kindString": "Property",
1724
1638
  "flags": {},
1725
1639
  "comment": {
1726
- "shortText": "The display name of the font."
1640
+ "summary": [
1641
+ {
1642
+ "kind": "text",
1643
+ "text": "The display name of the font."
1644
+ }
1645
+ ]
1727
1646
  },
1728
1647
  "sources": [
1729
1648
  {
1730
1649
  "fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
1731
1650
  "line": 5,
1732
- "character": 2
1651
+ "character": 2,
1652
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L5"
1733
1653
  }
1734
1654
  ],
1735
1655
  "type": {
@@ -1738,19 +1658,33 @@
1738
1658
  }
1739
1659
  },
1740
1660
  {
1741
- "id": 277,
1661
+ "id": 279,
1742
1662
  "name": "value",
1743
1663
  "kind": 1024,
1744
1664
  "kindString": "Property",
1745
1665
  "flags": {},
1746
1666
  "comment": {
1747
- "shortText": "The CSS `font-family` value for the font."
1667
+ "summary": [
1668
+ {
1669
+ "kind": "text",
1670
+ "text": "The CSS "
1671
+ },
1672
+ {
1673
+ "kind": "code",
1674
+ "text": "`font-family`"
1675
+ },
1676
+ {
1677
+ "kind": "text",
1678
+ "text": " value for the font."
1679
+ }
1680
+ ]
1748
1681
  },
1749
1682
  "sources": [
1750
1683
  {
1751
1684
  "fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
1752
1685
  "line": 10,
1753
- "character": 2
1686
+ "character": 2,
1687
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L10"
1754
1688
  }
1755
1689
  ],
1756
1690
  "type": {
@@ -1762,10 +1696,9 @@
1762
1696
  "groups": [
1763
1697
  {
1764
1698
  "title": "Properties",
1765
- "kind": 1024,
1766
1699
  "children": [
1767
- 276,
1768
- 277
1700
+ 278,
1701
+ 279
1769
1702
  ]
1770
1703
  }
1771
1704
  ],
@@ -1773,31 +1706,38 @@
1773
1706
  {
1774
1707
  "fileName": "projects/text-editor/src/modules/text-editor/types/font-state.ts",
1775
1708
  "line": 1,
1776
- "character": 17
1709
+ "character": 17,
1710
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/font-state.ts#L1"
1777
1711
  }
1778
1712
  ]
1779
1713
  },
1780
1714
  {
1781
- "id": 288,
1715
+ "id": 290,
1782
1716
  "name": "SkyTextEditorMergeField",
1783
1717
  "kind": 256,
1784
1718
  "kindString": "Interface",
1785
1719
  "flags": {},
1786
1720
  "children": [
1787
1721
  {
1788
- "id": 289,
1722
+ "id": 291,
1789
1723
  "name": "id",
1790
1724
  "kind": 1024,
1791
1725
  "kindString": "Property",
1792
1726
  "flags": {},
1793
1727
  "comment": {
1794
- "shortText": "The identifier for the merge field."
1728
+ "summary": [
1729
+ {
1730
+ "kind": "text",
1731
+ "text": "The identifier for the merge field."
1732
+ }
1733
+ ]
1795
1734
  },
1796
1735
  "sources": [
1797
1736
  {
1798
1737
  "fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
1799
1738
  "line": 5,
1800
- "character": 2
1739
+ "character": 2,
1740
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L5"
1801
1741
  }
1802
1742
  ],
1803
1743
  "type": {
@@ -1806,19 +1746,25 @@
1806
1746
  }
1807
1747
  },
1808
1748
  {
1809
- "id": 290,
1749
+ "id": 292,
1810
1750
  "name": "name",
1811
1751
  "kind": 1024,
1812
1752
  "kindString": "Property",
1813
1753
  "flags": {},
1814
1754
  "comment": {
1815
- "shortText": "Display text for the merge field. If it is more than 18 characters, the component truncates to 15 characters."
1755
+ "summary": [
1756
+ {
1757
+ "kind": "text",
1758
+ "text": "Display text for the merge field. If it is more than 18 characters, the component truncates to 15 characters."
1759
+ }
1760
+ ]
1816
1761
  },
1817
1762
  "sources": [
1818
1763
  {
1819
1764
  "fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
1820
1765
  "line": 10,
1821
- "character": 2
1766
+ "character": 2,
1767
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L10"
1822
1768
  }
1823
1769
  ],
1824
1770
  "type": {
@@ -1827,7 +1773,7 @@
1827
1773
  }
1828
1774
  },
1829
1775
  {
1830
- "id": 291,
1776
+ "id": 293,
1831
1777
  "name": "previewImageUrl",
1832
1778
  "kind": 1024,
1833
1779
  "kindString": "Property",
@@ -1835,13 +1781,35 @@
1835
1781
  "isOptional": true
1836
1782
  },
1837
1783
  "comment": {
1838
- "shortText": "The `src` attribute for a preview image to represent the merge field\nin the text editor. By default, the `name` value appears in a blue rectangle."
1784
+ "summary": [
1785
+ {
1786
+ "kind": "text",
1787
+ "text": "The "
1788
+ },
1789
+ {
1790
+ "kind": "code",
1791
+ "text": "`src`"
1792
+ },
1793
+ {
1794
+ "kind": "text",
1795
+ "text": " attribute for a preview image to represent the merge field\nin the text editor. By default, the "
1796
+ },
1797
+ {
1798
+ "kind": "code",
1799
+ "text": "`name`"
1800
+ },
1801
+ {
1802
+ "kind": "text",
1803
+ "text": " value appears in a blue rectangle."
1804
+ }
1805
+ ]
1839
1806
  },
1840
1807
  "sources": [
1841
1808
  {
1842
1809
  "fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
1843
1810
  "line": 16,
1844
- "character": 2
1811
+ "character": 2,
1812
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L16"
1845
1813
  }
1846
1814
  ],
1847
1815
  "type": {
@@ -1853,11 +1821,10 @@
1853
1821
  "groups": [
1854
1822
  {
1855
1823
  "title": "Properties",
1856
- "kind": 1024,
1857
1824
  "children": [
1858
- 289,
1859
- 290,
1860
- 291
1825
+ 291,
1826
+ 292,
1827
+ 293
1861
1828
  ]
1862
1829
  }
1863
1830
  ],
@@ -1865,31 +1832,38 @@
1865
1832
  {
1866
1833
  "fileName": "projects/text-editor/src/modules/text-editor/types/text-editor-merge-field.ts",
1867
1834
  "line": 1,
1868
- "character": 17
1835
+ "character": 17,
1836
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/text-editor-merge-field.ts#L1"
1869
1837
  }
1870
1838
  ]
1871
1839
  },
1872
1840
  {
1873
- "id": 279,
1841
+ "id": 281,
1874
1842
  "name": "SkyTextEditorStyleState",
1875
1843
  "kind": 256,
1876
1844
  "kindString": "Interface",
1877
1845
  "flags": {},
1878
1846
  "children": [
1879
1847
  {
1880
- "id": 280,
1848
+ "id": 282,
1881
1849
  "name": "backColor",
1882
1850
  "kind": 1024,
1883
1851
  "kindString": "Property",
1884
1852
  "flags": {},
1885
1853
  "comment": {
1886
- "shortText": "The background color. Accepts any CSS color value."
1854
+ "summary": [
1855
+ {
1856
+ "kind": "text",
1857
+ "text": "The background color. Accepts any CSS color value."
1858
+ }
1859
+ ]
1887
1860
  },
1888
1861
  "sources": [
1889
1862
  {
1890
1863
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
1891
1864
  "line": 5,
1892
- "character": 2
1865
+ "character": 2,
1866
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L5"
1893
1867
  }
1894
1868
  ],
1895
1869
  "type": {
@@ -1898,19 +1872,25 @@
1898
1872
  }
1899
1873
  },
1900
1874
  {
1901
- "id": 284,
1875
+ "id": 286,
1902
1876
  "name": "boldState",
1903
1877
  "kind": 1024,
1904
1878
  "kindString": "Property",
1905
1879
  "flags": {},
1906
1880
  "comment": {
1907
- "shortText": "Whether to make text bold."
1881
+ "summary": [
1882
+ {
1883
+ "kind": "text",
1884
+ "text": "Whether to make text bold."
1885
+ }
1886
+ ]
1908
1887
  },
1909
1888
  "sources": [
1910
1889
  {
1911
1890
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
1912
1891
  "line": 26,
1913
- "character": 2
1892
+ "character": 2,
1893
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L26"
1914
1894
  }
1915
1895
  ],
1916
1896
  "type": {
@@ -1919,19 +1899,73 @@
1919
1899
  }
1920
1900
  },
1921
1901
  {
1922
- "id": 283,
1902
+ "id": 285,
1923
1903
  "name": "font",
1924
1904
  "kind": 1024,
1925
1905
  "kindString": "Property",
1926
1906
  "flags": {},
1927
1907
  "comment": {
1928
- "shortText": "The font family. Available values: `\"Blackbaud Sans\"`,\n`\"Arial\"`, `\"sans-serif\"`, `\"Arial Black\"`, `\"Courier New\"`, and `\"Times New Roman\"`."
1908
+ "summary": [
1909
+ {
1910
+ "kind": "text",
1911
+ "text": "The font family. Available values: "
1912
+ },
1913
+ {
1914
+ "kind": "code",
1915
+ "text": "`\"Blackbaud Sans\"`"
1916
+ },
1917
+ {
1918
+ "kind": "text",
1919
+ "text": ",\n"
1920
+ },
1921
+ {
1922
+ "kind": "code",
1923
+ "text": "`\"Arial\"`"
1924
+ },
1925
+ {
1926
+ "kind": "text",
1927
+ "text": ", "
1928
+ },
1929
+ {
1930
+ "kind": "code",
1931
+ "text": "`\"sans-serif\"`"
1932
+ },
1933
+ {
1934
+ "kind": "text",
1935
+ "text": ", "
1936
+ },
1937
+ {
1938
+ "kind": "code",
1939
+ "text": "`\"Arial Black\"`"
1940
+ },
1941
+ {
1942
+ "kind": "text",
1943
+ "text": ", "
1944
+ },
1945
+ {
1946
+ "kind": "code",
1947
+ "text": "`\"Courier New\"`"
1948
+ },
1949
+ {
1950
+ "kind": "text",
1951
+ "text": ", and "
1952
+ },
1953
+ {
1954
+ "kind": "code",
1955
+ "text": "`\"Times New Roman\"`"
1956
+ },
1957
+ {
1958
+ "kind": "text",
1959
+ "text": "."
1960
+ }
1961
+ ]
1929
1962
  },
1930
1963
  "sources": [
1931
1964
  {
1932
1965
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
1933
1966
  "line": 21,
1934
- "character": 2
1967
+ "character": 2,
1968
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L21"
1935
1969
  }
1936
1970
  ],
1937
1971
  "type": {
@@ -1940,19 +1974,25 @@
1940
1974
  }
1941
1975
  },
1942
1976
  {
1943
- "id": 281,
1977
+ "id": 283,
1944
1978
  "name": "fontColor",
1945
1979
  "kind": 1024,
1946
1980
  "kindString": "Property",
1947
1981
  "flags": {},
1948
1982
  "comment": {
1949
- "shortText": "The font color. Accepts any CSS color value."
1983
+ "summary": [
1984
+ {
1985
+ "kind": "text",
1986
+ "text": "The font color. Accepts any CSS color value."
1987
+ }
1988
+ ]
1950
1989
  },
1951
1990
  "sources": [
1952
1991
  {
1953
1992
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
1954
1993
  "line": 10,
1955
- "character": 2
1994
+ "character": 2,
1995
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L10"
1956
1996
  }
1957
1997
  ],
1958
1998
  "type": {
@@ -1961,19 +2001,25 @@
1961
2001
  }
1962
2002
  },
1963
2003
  {
1964
- "id": 282,
2004
+ "id": 284,
1965
2005
  "name": "fontSize",
1966
2006
  "kind": 1024,
1967
2007
  "kindString": "Property",
1968
2008
  "flags": {},
1969
2009
  "comment": {
1970
- "shortText": "The font size in pixels."
2010
+ "summary": [
2011
+ {
2012
+ "kind": "text",
2013
+ "text": "The font size in pixels."
2014
+ }
2015
+ ]
1971
2016
  },
1972
2017
  "sources": [
1973
2018
  {
1974
2019
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
1975
2020
  "line": 15,
1976
- "character": 2
2021
+ "character": 2,
2022
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L15"
1977
2023
  }
1978
2024
  ],
1979
2025
  "type": {
@@ -1982,19 +2028,25 @@
1982
2028
  }
1983
2029
  },
1984
2030
  {
1985
- "id": 285,
2031
+ "id": 287,
1986
2032
  "name": "italicState",
1987
2033
  "kind": 1024,
1988
2034
  "kindString": "Property",
1989
2035
  "flags": {},
1990
2036
  "comment": {
1991
- "shortText": "Whether to italicize text."
2037
+ "summary": [
2038
+ {
2039
+ "kind": "text",
2040
+ "text": "Whether to italicize text."
2041
+ }
2042
+ ]
1992
2043
  },
1993
2044
  "sources": [
1994
2045
  {
1995
2046
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
1996
2047
  "line": 31,
1997
- "character": 2
2048
+ "character": 2,
2049
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L31"
1998
2050
  }
1999
2051
  ],
2000
2052
  "type": {
@@ -2003,19 +2055,25 @@
2003
2055
  }
2004
2056
  },
2005
2057
  {
2006
- "id": 287,
2058
+ "id": 289,
2007
2059
  "name": "linkState",
2008
2060
  "kind": 1024,
2009
2061
  "kindString": "Property",
2010
2062
  "flags": {},
2011
2063
  "comment": {
2012
- "shortText": "Whether to format text as a link."
2064
+ "summary": [
2065
+ {
2066
+ "kind": "text",
2067
+ "text": "Whether to format text as a link."
2068
+ }
2069
+ ]
2013
2070
  },
2014
2071
  "sources": [
2015
2072
  {
2016
2073
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
2017
2074
  "line": 41,
2018
- "character": 2
2075
+ "character": 2,
2076
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L41"
2019
2077
  }
2020
2078
  ],
2021
2079
  "type": {
@@ -2024,19 +2082,25 @@
2024
2082
  }
2025
2083
  },
2026
2084
  {
2027
- "id": 286,
2085
+ "id": 288,
2028
2086
  "name": "underlineState",
2029
2087
  "kind": 1024,
2030
2088
  "kindString": "Property",
2031
2089
  "flags": {},
2032
2090
  "comment": {
2033
- "shortText": "Whether to underline text."
2091
+ "summary": [
2092
+ {
2093
+ "kind": "text",
2094
+ "text": "Whether to underline text."
2095
+ }
2096
+ ]
2034
2097
  },
2035
2098
  "sources": [
2036
2099
  {
2037
2100
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
2038
2101
  "line": 36,
2039
- "character": 2
2102
+ "character": 2,
2103
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L36"
2040
2104
  }
2041
2105
  ],
2042
2106
  "type": {
@@ -2048,16 +2112,15 @@
2048
2112
  "groups": [
2049
2113
  {
2050
2114
  "title": "Properties",
2051
- "kind": 1024,
2052
2115
  "children": [
2053
- 280,
2054
- 284,
2055
- 283,
2056
- 281,
2057
2116
  282,
2117
+ 286,
2058
2118
  285,
2119
+ 283,
2120
+ 284,
2059
2121
  287,
2060
- 286
2122
+ 289,
2123
+ 288
2061
2124
  ]
2062
2125
  }
2063
2126
  ],
@@ -2065,12 +2128,13 @@
2065
2128
  {
2066
2129
  "fileName": "projects/text-editor/src/modules/text-editor/types/style-state.ts",
2067
2130
  "line": 1,
2068
- "character": 17
2131
+ "character": 17,
2132
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/style-state.ts#L1"
2069
2133
  }
2070
2134
  ]
2071
2135
  },
2072
2136
  {
2073
- "id": 278,
2137
+ "id": 280,
2074
2138
  "name": "SkyTextEditorMenuType",
2075
2139
  "kind": 4194304,
2076
2140
  "kindString": "Type alias",
@@ -2079,7 +2143,8 @@
2079
2143
  {
2080
2144
  "fileName": "projects/text-editor/src/modules/text-editor/types/menu-type.ts",
2081
2145
  "line": 1,
2082
- "character": 12
2146
+ "character": 12,
2147
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/menu-type.ts#L1"
2083
2148
  }
2084
2149
  ],
2085
2150
  "type": {
@@ -2101,7 +2166,7 @@
2101
2166
  }
2102
2167
  },
2103
2168
  {
2104
- "id": 292,
2169
+ "id": 294,
2105
2170
  "name": "SkyTextEditorToolbarActionType",
2106
2171
  "kind": 4194304,
2107
2172
  "kindString": "Type alias",
@@ -2110,7 +2175,8 @@
2110
2175
  {
2111
2176
  "fileName": "projects/text-editor/src/modules/text-editor/types/toolbar-action-type.ts",
2112
2177
  "line": 1,
2113
- "character": 12
2178
+ "character": 12,
2179
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/lib/modules/text-editor/types/toolbar-action-type.ts#L1"
2114
2180
  }
2115
2181
  ],
2116
2182
  "type": {
@@ -2159,29 +2225,26 @@
2159
2225
  "groups": [
2160
2226
  {
2161
2227
  "title": "Classes",
2162
- "kind": 128,
2163
2228
  "children": [
2164
- 272,
2165
- 293,
2229
+ 274,
2230
+ 295,
2166
2231
  1,
2167
- 162
2232
+ 164
2168
2233
  ]
2169
2234
  },
2170
2235
  {
2171
2236
  "title": "Interfaces",
2172
- "kind": 256,
2173
2237
  "children": [
2174
- 275,
2175
- 288,
2176
- 279
2238
+ 277,
2239
+ 290,
2240
+ 281
2177
2241
  ]
2178
2242
  },
2179
2243
  {
2180
2244
  "title": "Type Aliases",
2181
- "kind": 4194304,
2182
2245
  "children": [
2183
- 278,
2184
- 292
2246
+ 280,
2247
+ 294
2185
2248
  ]
2186
2249
  }
2187
2250
  ],
@@ -2189,7 +2252,8 @@
2189
2252
  {
2190
2253
  "fileName": "index.ts",
2191
2254
  "line": 1,
2192
- "character": 0
2255
+ "character": 0,
2256
+ "url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/text-editor/src/index.ts#L1"
2193
2257
  }
2194
2258
  ]
2195
2259
  },