@skyux/flyout 7.8.0 → 8.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,17 +18,30 @@
18
18
  "originalName": "",
19
19
  "children": [
20
20
  {
21
- "id": 204,
21
+ "id": 205,
22
22
  "name": "SkyFlyoutBeforeCloseHandler",
23
23
  "kind": 128,
24
24
  "kindString": "Class",
25
25
  "flags": {},
26
26
  "comment": {
27
- "shortText": "Handler for notifying the flyout when it is appropriate to close the flyout. This will be returned from the flyout instance's `beforeClose` observable."
27
+ "summary": [
28
+ {
29
+ "kind": "text",
30
+ "text": "Handler for notifying the flyout when it is appropriate to close the flyout. This will be returned from the flyout instance's "
31
+ },
32
+ {
33
+ "kind": "code",
34
+ "text": "`beforeClose`"
35
+ },
36
+ {
37
+ "kind": "text",
38
+ "text": " observable."
39
+ }
40
+ ]
28
41
  },
29
42
  "children": [
30
43
  {
31
- "id": 205,
44
+ "id": 206,
32
45
  "name": "constructor",
33
46
  "kind": 512,
34
47
  "kindString": "Constructor",
@@ -37,41 +50,42 @@
37
50
  {
38
51
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
39
52
  "line": 10,
40
- "character": 2
53
+ "character": 2,
54
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
41
55
  }
42
56
  ],
43
57
  "signatures": [
44
58
  {
45
- "id": 206,
59
+ "id": 207,
46
60
  "name": "new SkyFlyoutBeforeCloseHandler",
47
61
  "kind": 16384,
48
62
  "kindString": "Constructor signature",
49
63
  "flags": {},
50
64
  "parameters": [
51
65
  {
52
- "id": 207,
66
+ "id": 208,
53
67
  "name": "closeFlyoutFunction",
54
68
  "kind": 32768,
55
69
  "kindString": "Parameter",
56
70
  "flags": {},
57
71
  "type": {
58
72
  "type": "reference",
73
+ "name": "Function",
59
74
  "qualifiedName": "Function",
60
- "package": "typescript",
61
- "name": "Function"
75
+ "package": "typescript"
62
76
  }
63
77
  }
64
78
  ],
65
79
  "type": {
66
80
  "type": "reference",
67
- "id": 204,
81
+ "id": 205,
68
82
  "name": "SkyFlyoutBeforeCloseHandler"
69
83
  }
70
84
  }
71
85
  ]
72
86
  },
73
87
  {
74
- "id": 208,
88
+ "id": 209,
75
89
  "name": "closeFlyout",
76
90
  "kind": 1024,
77
91
  "kindString": "Property",
@@ -80,36 +94,40 @@
80
94
  "isReadonly": true
81
95
  },
82
96
  "comment": {
83
- "shortText": "Function which should be called to close the flyout. This should be called once any intervening actions have completed."
97
+ "summary": [
98
+ {
99
+ "kind": "text",
100
+ "text": "Function which should be called to close the flyout. This should be called once any intervening actions have completed."
101
+ }
102
+ ]
84
103
  },
85
104
  "sources": [
86
105
  {
87
106
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
88
107
  "line": 8,
89
- "character": 18
108
+ "character": 18,
109
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L8"
90
110
  }
91
111
  ],
92
112
  "type": {
93
113
  "type": "reference",
114
+ "name": "Function",
94
115
  "qualifiedName": "Function",
95
- "package": "typescript",
96
- "name": "Function"
116
+ "package": "typescript"
97
117
  }
98
118
  }
99
119
  ],
100
120
  "groups": [
101
121
  {
102
122
  "title": "Constructors",
103
- "kind": 512,
104
123
  "children": [
105
- 205
124
+ 206
106
125
  ]
107
126
  },
108
127
  {
109
128
  "title": "Properties",
110
- "kind": 1024,
111
129
  "children": [
112
- 208
130
+ 209
113
131
  ]
114
132
  }
115
133
  ],
@@ -117,7 +135,8 @@
117
135
  {
118
136
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
119
137
  "line": 4,
120
- "character": 13
138
+ "character": 13,
139
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L4"
121
140
  }
122
141
  ]
123
142
  },
@@ -128,7 +147,12 @@
128
147
  "kindString": "Class",
129
148
  "flags": {},
130
149
  "comment": {
131
- "shortText": "Represents a single displayed flyout."
150
+ "summary": [
151
+ {
152
+ "kind": "text",
153
+ "text": "Represents a single displayed flyout."
154
+ }
155
+ ]
132
156
  },
133
157
  "children": [
134
158
  {
@@ -141,7 +165,8 @@
141
165
  {
142
166
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
143
167
  "line": 116,
144
- "character": 2
168
+ "character": 2,
169
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L116"
145
170
  }
146
171
  ],
147
172
  "signatures": [
@@ -200,13 +225,19 @@
200
225
  "isPublic": true
201
226
  },
202
227
  "comment": {
203
- "shortText": "An event that the flyout instance emits when it closes."
228
+ "summary": [
229
+ {
230
+ "kind": "text",
231
+ "text": "An event that the flyout instance emits when it closes."
232
+ }
233
+ ]
204
234
  },
205
235
  "sources": [
206
236
  {
207
237
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
208
238
  "line": 26,
209
- "character": 9
239
+ "character": 9,
240
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L26"
210
241
  }
211
242
  ],
212
243
  "type": {
@@ -217,9 +248,9 @@
217
248
  "name": "void"
218
249
  }
219
250
  ],
251
+ "name": "EventEmitter",
220
252
  "qualifiedName": "EventEmitter",
221
- "package": "@angular/core",
222
- "name": "EventEmitter"
253
+ "package": "@angular/core"
223
254
  },
224
255
  "defaultValue": "..."
225
256
  },
@@ -232,13 +263,19 @@
232
263
  "isPublic": true
233
264
  },
234
265
  "comment": {
235
- "shortText": "The instance of the component to display in the flyout."
266
+ "summary": [
267
+ {
268
+ "kind": "text",
269
+ "text": "The instance of the component to display in the flyout."
270
+ }
271
+ ]
236
272
  },
237
273
  "sources": [
238
274
  {
239
275
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
240
276
  "line": 31,
241
- "character": 9
277
+ "character": 9,
278
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L31"
242
279
  }
243
280
  ],
244
281
  "type": {
@@ -256,11 +293,37 @@
256
293
  "isPublic": true
257
294
  },
258
295
  "comment": {
259
- "shortText": "A `boolean` value that returns `true` if the flyout is open.",
260
- "tags": [
296
+ "summary": [
261
297
  {
262
- "tag": "default",
263
- "text": "true\n"
298
+ "kind": "text",
299
+ "text": "A "
300
+ },
301
+ {
302
+ "kind": "code",
303
+ "text": "`boolean`"
304
+ },
305
+ {
306
+ "kind": "text",
307
+ "text": " value that returns "
308
+ },
309
+ {
310
+ "kind": "code",
311
+ "text": "`true`"
312
+ },
313
+ {
314
+ "kind": "text",
315
+ "text": " if the flyout is open."
316
+ }
317
+ ],
318
+ "blockTags": [
319
+ {
320
+ "tag": "@default",
321
+ "content": [
322
+ {
323
+ "kind": "text",
324
+ "text": "true"
325
+ }
326
+ ]
264
327
  }
265
328
  ]
266
329
  },
@@ -268,7 +331,8 @@
268
331
  {
269
332
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
270
333
  "line": 45,
271
- "character": 9
334
+ "character": 9,
335
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L45"
272
336
  }
273
337
  ],
274
338
  "type": {
@@ -289,34 +353,46 @@
289
353
  {
290
354
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
291
355
  "line": 19,
292
- "character": 13
356
+ "character": 13,
357
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L19"
293
358
  }
294
359
  ],
295
- "getSignature": [
296
- {
297
- "id": 131,
298
- "name": "beforeClose",
299
- "kind": 524288,
300
- "kindString": "Get signature",
301
- "flags": {},
302
- "comment": {
303
- "shortText": "An event that the modal instance emits when it is about to close.\nIf a subscription exists for this event,\nthe modal does not close until the subscriber calls the handler's `closeModal` method."
304
- },
305
- "type": {
306
- "type": "reference",
307
- "typeArguments": [
308
- {
309
- "type": "reference",
310
- "id": 204,
311
- "name": "SkyFlyoutBeforeCloseHandler"
312
- }
313
- ],
314
- "qualifiedName": "Observable",
315
- "package": "rxjs",
316
- "name": "Observable"
317
- }
360
+ "getSignature": {
361
+ "id": 131,
362
+ "name": "beforeClose",
363
+ "kind": 524288,
364
+ "kindString": "Get signature",
365
+ "flags": {},
366
+ "comment": {
367
+ "summary": [
368
+ {
369
+ "kind": "text",
370
+ "text": "An event that the modal instance emits when it is about to close.\nIf a subscription exists for this event,\nthe modal does not close until the subscriber calls the handler's "
371
+ },
372
+ {
373
+ "kind": "code",
374
+ "text": "`closeModal`"
375
+ },
376
+ {
377
+ "kind": "text",
378
+ "text": " method."
379
+ }
380
+ ]
381
+ },
382
+ "type": {
383
+ "type": "reference",
384
+ "typeArguments": [
385
+ {
386
+ "type": "reference",
387
+ "id": 205,
388
+ "name": "SkyFlyoutBeforeCloseHandler"
389
+ }
390
+ ],
391
+ "name": "Observable",
392
+ "qualifiedName": "Observable",
393
+ "package": "rxjs"
318
394
  }
319
- ]
395
+ }
320
396
  },
321
397
  {
322
398
  "id": 137,
@@ -330,33 +406,37 @@
330
406
  {
331
407
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
332
408
  "line": 50,
333
- "character": 13
409
+ "character": 13,
410
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L50"
334
411
  }
335
412
  ],
336
- "getSignature": [
337
- {
338
- "id": 138,
339
- "name": "iteratorNextButtonClick",
340
- "kind": 524288,
341
- "kindString": "Get signature",
342
- "flags": {},
343
- "comment": {
344
- "shortText": "An event that the flyout instance emits when users click the next iterator button."
345
- },
346
- "type": {
347
- "type": "reference",
348
- "typeArguments": [
349
- {
350
- "type": "intrinsic",
351
- "name": "void"
352
- }
353
- ],
354
- "qualifiedName": "EventEmitter",
355
- "package": "@angular/core",
356
- "name": "EventEmitter"
357
- }
413
+ "getSignature": {
414
+ "id": 138,
415
+ "name": "iteratorNextButtonClick",
416
+ "kind": 524288,
417
+ "kindString": "Get signature",
418
+ "flags": {},
419
+ "comment": {
420
+ "summary": [
421
+ {
422
+ "kind": "text",
423
+ "text": "An event that the flyout instance emits when users click the next iterator button."
424
+ }
425
+ ]
426
+ },
427
+ "type": {
428
+ "type": "reference",
429
+ "typeArguments": [
430
+ {
431
+ "type": "intrinsic",
432
+ "name": "void"
433
+ }
434
+ ],
435
+ "name": "EventEmitter",
436
+ "qualifiedName": "EventEmitter",
437
+ "package": "@angular/core"
358
438
  }
359
- ]
439
+ }
360
440
  },
361
441
  {
362
442
  "id": 141,
@@ -370,66 +450,70 @@
370
450
  {
371
451
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
372
452
  "line": 65,
373
- "character": 13
374
- }
375
- ],
376
- "getSignature": [
453
+ "character": 13,
454
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L65"
455
+ },
377
456
  {
378
- "id": 142,
379
- "name": "iteratorNextButtonDisabled",
380
- "kind": 524288,
381
- "kindString": "Get signature",
382
- "flags": {},
383
- "comment": {
384
- "shortText": "Disables the next iterator button.",
385
- "tags": [
386
- {
387
- "tag": "default",
388
- "text": "false\n"
389
- }
390
- ]
391
- },
392
- "type": {
393
- "type": "intrinsic",
394
- "name": "boolean"
395
- }
457
+ "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
458
+ "line": 78,
459
+ "character": 13,
460
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L78"
396
461
  }
397
462
  ],
398
- "setSignature": [
399
- {
400
- "id": 143,
401
- "name": "iteratorNextButtonDisabled",
402
- "kind": 1048576,
403
- "kindString": "Set signature",
404
- "flags": {},
405
- "comment": {
406
- "shortText": "Disables the next iterator button.",
407
- "tags": [
408
- {
409
- "tag": "default",
410
- "text": "false\n"
411
- }
412
- ]
413
- },
414
- "parameters": [
463
+ "getSignature": {
464
+ "id": 142,
465
+ "name": "iteratorNextButtonDisabled",
466
+ "kind": 524288,
467
+ "kindString": "Get signature",
468
+ "flags": {},
469
+ "type": {
470
+ "type": "intrinsic",
471
+ "name": "boolean"
472
+ }
473
+ },
474
+ "setSignature": {
475
+ "id": 143,
476
+ "name": "iteratorNextButtonDisabled",
477
+ "kind": 1048576,
478
+ "kindString": "Set signature",
479
+ "flags": {},
480
+ "comment": {
481
+ "summary": [
415
482
  {
416
- "id": 144,
417
- "name": "newValue",
418
- "kind": 32768,
419
- "kindString": "Parameter",
420
- "flags": {},
421
- "type": {
422
- "type": "intrinsic",
423
- "name": "boolean"
424
- }
483
+ "kind": "text",
484
+ "text": "Disables the next iterator button."
425
485
  }
426
486
  ],
427
- "type": {
428
- "type": "intrinsic",
429
- "name": "void"
487
+ "blockTags": [
488
+ {
489
+ "tag": "@default",
490
+ "content": [
491
+ {
492
+ "kind": "text",
493
+ "text": "false"
494
+ }
495
+ ]
496
+ }
497
+ ]
498
+ },
499
+ "parameters": [
500
+ {
501
+ "id": 144,
502
+ "name": "newValue",
503
+ "kind": 32768,
504
+ "kindString": "Parameter",
505
+ "flags": {},
506
+ "type": {
507
+ "type": "intrinsic",
508
+ "name": "boolean"
509
+ }
430
510
  }
511
+ ],
512
+ "type": {
513
+ "type": "intrinsic",
514
+ "name": "void"
431
515
  }
432
- ]
516
+ }
433
517
  },
434
518
  {
435
519
  "id": 139,
@@ -443,33 +527,37 @@
443
527
  {
444
528
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
445
529
  "line": 57,
446
- "character": 13
530
+ "character": 13,
531
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L57"
447
532
  }
448
533
  ],
449
- "getSignature": [
450
- {
451
- "id": 140,
452
- "name": "iteratorPreviousButtonClick",
453
- "kind": 524288,
454
- "kindString": "Get signature",
455
- "flags": {},
456
- "comment": {
457
- "shortText": "An event that the flyout instance emits when users click the previous iterator button."
458
- },
459
- "type": {
460
- "type": "reference",
461
- "typeArguments": [
462
- {
463
- "type": "intrinsic",
464
- "name": "void"
465
- }
466
- ],
467
- "qualifiedName": "EventEmitter",
468
- "package": "@angular/core",
469
- "name": "EventEmitter"
470
- }
534
+ "getSignature": {
535
+ "id": 140,
536
+ "name": "iteratorPreviousButtonClick",
537
+ "kind": 524288,
538
+ "kindString": "Get signature",
539
+ "flags": {},
540
+ "comment": {
541
+ "summary": [
542
+ {
543
+ "kind": "text",
544
+ "text": "An event that the flyout instance emits when users click the previous iterator button."
545
+ }
546
+ ]
547
+ },
548
+ "type": {
549
+ "type": "reference",
550
+ "typeArguments": [
551
+ {
552
+ "type": "intrinsic",
553
+ "name": "void"
554
+ }
555
+ ],
556
+ "name": "EventEmitter",
557
+ "qualifiedName": "EventEmitter",
558
+ "package": "@angular/core"
471
559
  }
472
- ]
560
+ }
473
561
  },
474
562
  {
475
563
  "id": 145,
@@ -483,66 +571,70 @@
483
571
  {
484
572
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
485
573
  "line": 86,
486
- "character": 13
487
- }
488
- ],
489
- "getSignature": [
574
+ "character": 13,
575
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L86"
576
+ },
490
577
  {
491
- "id": 146,
492
- "name": "iteratorPreviousButtonDisabled",
493
- "kind": 524288,
494
- "kindString": "Get signature",
495
- "flags": {},
496
- "comment": {
497
- "shortText": "Disables the previous iterator button.",
498
- "tags": [
499
- {
500
- "tag": "default",
501
- "text": "false\n"
502
- }
503
- ]
504
- },
505
- "type": {
506
- "type": "intrinsic",
507
- "name": "boolean"
508
- }
578
+ "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
579
+ "line": 99,
580
+ "character": 13,
581
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L99"
509
582
  }
510
583
  ],
511
- "setSignature": [
512
- {
513
- "id": 147,
514
- "name": "iteratorPreviousButtonDisabled",
515
- "kind": 1048576,
516
- "kindString": "Set signature",
517
- "flags": {},
518
- "comment": {
519
- "shortText": "Disables the previous iterator button.",
520
- "tags": [
521
- {
522
- "tag": "default",
523
- "text": "false\n"
524
- }
525
- ]
526
- },
527
- "parameters": [
584
+ "getSignature": {
585
+ "id": 146,
586
+ "name": "iteratorPreviousButtonDisabled",
587
+ "kind": 524288,
588
+ "kindString": "Get signature",
589
+ "flags": {},
590
+ "type": {
591
+ "type": "intrinsic",
592
+ "name": "boolean"
593
+ }
594
+ },
595
+ "setSignature": {
596
+ "id": 147,
597
+ "name": "iteratorPreviousButtonDisabled",
598
+ "kind": 1048576,
599
+ "kindString": "Set signature",
600
+ "flags": {},
601
+ "comment": {
602
+ "summary": [
528
603
  {
529
- "id": 148,
530
- "name": "newValue",
531
- "kind": 32768,
532
- "kindString": "Parameter",
533
- "flags": {},
534
- "type": {
535
- "type": "intrinsic",
536
- "name": "boolean"
537
- }
604
+ "kind": "text",
605
+ "text": "Disables the previous iterator button."
538
606
  }
539
607
  ],
540
- "type": {
541
- "type": "intrinsic",
542
- "name": "void"
608
+ "blockTags": [
609
+ {
610
+ "tag": "@default",
611
+ "content": [
612
+ {
613
+ "kind": "text",
614
+ "text": "false"
615
+ }
616
+ ]
617
+ }
618
+ ]
619
+ },
620
+ "parameters": [
621
+ {
622
+ "id": 148,
623
+ "name": "newValue",
624
+ "kind": 32768,
625
+ "kindString": "Parameter",
626
+ "flags": {},
627
+ "type": {
628
+ "type": "intrinsic",
629
+ "name": "boolean"
630
+ }
543
631
  }
632
+ ],
633
+ "type": {
634
+ "type": "intrinsic",
635
+ "name": "void"
544
636
  }
545
- ]
637
+ }
546
638
  },
547
639
  {
548
640
  "id": 155,
@@ -556,7 +648,8 @@
556
648
  {
557
649
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
558
650
  "line": 135,
559
- "character": 9
651
+ "character": 9,
652
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L135"
560
653
  }
561
654
  ],
562
655
  "signatures": [
@@ -567,7 +660,20 @@
567
660
  "kindString": "Call signature",
568
661
  "flags": {},
569
662
  "comment": {
570
- "shortText": "Closes the flyout instance and emits its `closed` event."
663
+ "summary": [
664
+ {
665
+ "kind": "text",
666
+ "text": "Closes the flyout instance and emits its "
667
+ },
668
+ {
669
+ "kind": "code",
670
+ "text": "`closed`"
671
+ },
672
+ {
673
+ "kind": "text",
674
+ "text": " event."
675
+ }
676
+ ]
571
677
  },
572
678
  "parameters": [
573
679
  {
@@ -579,11 +685,16 @@
579
685
  "isOptional": true
580
686
  },
581
687
  "comment": {
582
- "shortText": "Arguments used when closing the flyout.\n"
688
+ "summary": [
689
+ {
690
+ "kind": "text",
691
+ "text": "Arguments used when closing the flyout."
692
+ }
693
+ ]
583
694
  },
584
695
  "type": {
585
696
  "type": "reference",
586
- "id": 209,
697
+ "id": 210,
587
698
  "name": "SkyFlyoutCloseArgs"
588
699
  }
589
700
  }
@@ -599,14 +710,12 @@
599
710
  "groups": [
600
711
  {
601
712
  "title": "Constructors",
602
- "kind": 512,
603
713
  "children": [
604
714
  126
605
715
  ]
606
716
  },
607
717
  {
608
718
  "title": "Properties",
609
- "kind": 1024,
610
719
  "children": [
611
720
  132,
612
721
  133,
@@ -615,7 +724,6 @@
615
724
  },
616
725
  {
617
726
  "title": "Accessors",
618
- "kind": 262144,
619
727
  "children": [
620
728
  130,
621
729
  137,
@@ -626,7 +734,6 @@
626
734
  },
627
735
  {
628
736
  "title": "Methods",
629
- "kind": 2048,
630
737
  "children": [
631
738
  155
632
739
  ]
@@ -636,10 +743,11 @@
636
743
  {
637
744
  "fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
638
745
  "line": 13,
639
- "character": 13
746
+ "character": 13,
747
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L13"
640
748
  }
641
749
  ],
642
- "typeParameter": [
750
+ "typeParameters": [
643
751
  {
644
752
  "id": 158,
645
753
  "name": "T",
@@ -655,25 +763,10 @@
655
763
  "kind": 128,
656
764
  "kindString": "Class",
657
765
  "flags": {},
658
- "decorators": [
659
- {
660
- "name": "NgModule",
661
- "type": {
662
- "type": "reference",
663
- "qualifiedName": "NgModuleDecorator",
664
- "package": "@angular/core",
665
- "name": "NgModule"
666
- },
667
- "arguments": {
668
- "obj": "{\n declarations: [SkyFlyoutComponent, SkyFlyoutIteratorComponent],\n imports: [\n A11yModule,\n CommonModule,\n FormsModule,\n RouterModule,\n SkyI18nModule,\n SkyIconModule,\n SkyFlyoutResourcesModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n exports: [SkyFlyoutComponent],\n}"
669
- }
670
- }
671
- ],
672
766
  "children": [],
673
767
  "groups": [
674
768
  {
675
769
  "title": "Constructors",
676
- "kind": 512,
677
770
  "children": [
678
771
  160
679
772
  ]
@@ -683,7 +776,8 @@
683
776
  {
684
777
  "fileName": "projects/flyout/src/modules/flyout/flyout.module.ts",
685
778
  "line": 31,
686
- "character": 13
779
+ "character": 13,
780
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout.module.ts#L31"
687
781
  }
688
782
  ]
689
783
  },
@@ -694,22 +788,29 @@
694
788
  "kindString": "Class",
695
789
  "flags": {},
696
790
  "comment": {
697
- "shortText": "Launches flyouts and provides a common look and feel.\nThis service dynamically generates the flyout component and appends it directly to the\ndocument's `body` element. The `SkyFlyoutInstance` class watches for and triggers flyout events."
698
- },
699
- "decorators": [
700
- {
701
- "name": "Injectable",
702
- "type": {
703
- "type": "reference",
704
- "qualifiedName": "InjectableDecorator",
705
- "package": "@angular/core",
706
- "name": "Injectable"
791
+ "summary": [
792
+ {
793
+ "kind": "text",
794
+ "text": "Launches flyouts and provides a common look and feel.\nThis service dynamically generates the flyout component and appends it directly to the\ndocument's "
795
+ },
796
+ {
797
+ "kind": "code",
798
+ "text": "`body`"
799
+ },
800
+ {
801
+ "kind": "text",
802
+ "text": " element. The "
707
803
  },
708
- "arguments": {
709
- "options": "{\n providedIn: 'any',\n}"
804
+ {
805
+ "kind": "code",
806
+ "text": "`SkyFlyoutInstance`"
807
+ },
808
+ {
809
+ "kind": "text",
810
+ "text": " class watches for and triggers flyout events."
710
811
  }
711
- }
712
- ],
812
+ ]
813
+ },
713
814
  "children": [
714
815
  {
715
816
  "id": 163,
@@ -721,7 +822,8 @@
721
822
  {
722
823
  "fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
723
824
  "line": 45,
724
- "character": 2
825
+ "character": 2,
826
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L45"
725
827
  }
726
828
  ],
727
829
  "signatures": [
@@ -773,9 +875,9 @@
773
875
  "flags": {},
774
876
  "type": {
775
877
  "type": "reference",
878
+ "name": "Router",
776
879
  "qualifiedName": "Router",
777
- "package": "@angular/router",
778
- "name": "Router"
880
+ "package": "@angular/router"
779
881
  }
780
882
  },
781
883
  {
@@ -786,9 +888,9 @@
786
888
  "flags": {},
787
889
  "type": {
788
890
  "type": "reference",
891
+ "name": "NgZone",
789
892
  "qualifiedName": "NgZone",
790
- "package": "@angular/core",
791
- "name": "NgZone"
893
+ "package": "@angular/core"
792
894
  }
793
895
  }
794
896
  ],
@@ -812,7 +914,8 @@
812
914
  {
813
915
  "fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
814
916
  "line": 70,
815
- "character": 9
917
+ "character": 9,
918
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L70"
816
919
  }
817
920
  ],
818
921
  "signatures": [
@@ -823,7 +926,12 @@
823
926
  "kindString": "Call signature",
824
927
  "flags": {},
825
928
  "comment": {
826
- "shortText": "Closes the flyout. This method also removes the flyout's HTML elements from the DOM."
929
+ "summary": [
930
+ {
931
+ "kind": "text",
932
+ "text": "Closes the flyout. This method also removes the flyout's HTML elements from the DOM."
933
+ }
934
+ ]
827
935
  },
828
936
  "parameters": [
829
937
  {
@@ -835,11 +943,16 @@
835
943
  "isOptional": true
836
944
  },
837
945
  "comment": {
838
- "shortText": "Arguments used when closing the flyout.\n"
946
+ "summary": [
947
+ {
948
+ "kind": "text",
949
+ "text": "Arguments used when closing the flyout."
950
+ }
951
+ ]
839
952
  },
840
953
  "type": {
841
954
  "type": "reference",
842
- "id": 209,
955
+ "id": 210,
843
956
  "name": "SkyFlyoutCloseArgs"
844
957
  }
845
958
  }
@@ -863,7 +976,8 @@
863
976
  {
864
977
  "fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
865
978
  "line": 59,
866
- "character": 9
979
+ "character": 9,
980
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L59"
867
981
  }
868
982
  ],
869
983
  "signatures": [
@@ -900,7 +1014,8 @@
900
1014
  {
901
1015
  "fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
902
1016
  "line": 86,
903
- "character": 9
1017
+ "character": 9,
1018
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L86"
904
1019
  }
905
1020
  ],
906
1021
  "signatures": [
@@ -911,7 +1026,12 @@
911
1026
  "kindString": "Call signature",
912
1027
  "flags": {},
913
1028
  "comment": {
914
- "shortText": "Opens a flyout and displays the specified component."
1029
+ "summary": [
1030
+ {
1031
+ "kind": "text",
1032
+ "text": "Opens a flyout and displays the specified component."
1033
+ }
1034
+ ]
915
1035
  },
916
1036
  "typeParameter": [
917
1037
  {
@@ -930,7 +1050,12 @@
930
1050
  "kindString": "Parameter",
931
1051
  "flags": {},
932
1052
  "comment": {
933
- "shortText": "Specifies the component to render."
1053
+ "summary": [
1054
+ {
1055
+ "kind": "text",
1056
+ "text": "Specifies the component to render."
1057
+ }
1058
+ ]
934
1059
  },
935
1060
  "type": {
936
1061
  "type": "reference",
@@ -941,9 +1066,9 @@
941
1066
  "name": "T"
942
1067
  }
943
1068
  ],
1069
+ "name": "Type",
944
1070
  "qualifiedName": "Type",
945
- "package": "@angular/core",
946
- "name": "Type"
1071
+ "package": "@angular/core"
947
1072
  }
948
1073
  },
949
1074
  {
@@ -955,11 +1080,16 @@
955
1080
  "isOptional": true
956
1081
  },
957
1082
  "comment": {
958
- "shortText": "Specifies the flyout configuration passed to the specified component's constructor.\n"
1083
+ "summary": [
1084
+ {
1085
+ "kind": "text",
1086
+ "text": "Specifies the flyout configuration passed to the specified component's constructor."
1087
+ }
1088
+ ]
959
1089
  },
960
1090
  "type": {
961
1091
  "type": "reference",
962
- "id": 211,
1092
+ "id": 212,
963
1093
  "name": "SkyFlyoutConfig"
964
1094
  }
965
1095
  }
@@ -983,14 +1113,12 @@
983
1113
  "groups": [
984
1114
  {
985
1115
  "title": "Constructors",
986
- "kind": 512,
987
1116
  "children": [
988
1117
  163
989
1118
  ]
990
1119
  },
991
1120
  {
992
1121
  "title": "Methods",
993
- "kind": 2048,
994
1122
  "children": [
995
1123
  181,
996
1124
  179,
@@ -1002,15 +1130,16 @@
1002
1130
  {
1003
1131
  "fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
1004
1132
  "line": 33,
1005
- "character": 13
1133
+ "character": 13,
1134
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L33"
1006
1135
  }
1007
1136
  ],
1008
1137
  "implementedTypes": [
1009
1138
  {
1010
1139
  "type": "reference",
1140
+ "name": "OnDestroy",
1011
1141
  "qualifiedName": "OnDestroy",
1012
- "package": "@angular/core",
1013
- "name": "OnDestroy"
1142
+ "package": "@angular/core"
1014
1143
  }
1015
1144
  ]
1016
1145
  },
@@ -1022,121 +1151,156 @@
1022
1151
  "flags": {},
1023
1152
  "children": [
1024
1153
  {
1025
- "id": 203,
1026
- "name": "closeAfterInvoking",
1154
+ "id": 201,
1155
+ "name": "callback",
1027
1156
  "kind": 1024,
1028
1157
  "kindString": "Property",
1029
1158
  "flags": {
1030
1159
  "isOptional": true
1031
1160
  },
1032
- "comment": {
1033
- "shortText": "Whether to close the flyout after the button is clicked."
1034
- },
1035
1161
  "sources": [
1036
1162
  {
1037
1163
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
1038
- "line": 15,
1039
- "character": 2
1164
+ "line": 10,
1165
+ "character": 2,
1166
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
1040
1167
  }
1041
1168
  ],
1042
1169
  "type": {
1043
- "type": "intrinsic",
1044
- "name": "boolean"
1170
+ "type": "reflection",
1171
+ "declaration": {
1172
+ "id": 202,
1173
+ "name": "__type",
1174
+ "kind": 65536,
1175
+ "kindString": "Type literal",
1176
+ "flags": {},
1177
+ "sources": [
1178
+ {
1179
+ "fileName": "lib/modules/flyout/types/flyout-action.ts",
1180
+ "line": 10,
1181
+ "character": 13,
1182
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
1183
+ }
1184
+ ],
1185
+ "signatures": [
1186
+ {
1187
+ "id": 203,
1188
+ "name": "__type",
1189
+ "kind": 4096,
1190
+ "kindString": "Call signature",
1191
+ "flags": {},
1192
+ "comment": {
1193
+ "summary": [
1194
+ {
1195
+ "kind": "text",
1196
+ "text": "The callback function to execute when the button is clicked."
1197
+ }
1198
+ ]
1199
+ },
1200
+ "type": {
1201
+ "type": "intrinsic",
1202
+ "name": "void"
1203
+ }
1204
+ }
1205
+ ]
1206
+ }
1045
1207
  }
1046
1208
  },
1047
1209
  {
1048
- "id": 200,
1049
- "name": "label",
1210
+ "id": 204,
1211
+ "name": "closeAfterInvoking",
1050
1212
  "kind": 1024,
1051
1213
  "kindString": "Property",
1052
1214
  "flags": {
1053
1215
  "isOptional": true
1054
1216
  },
1055
1217
  "comment": {
1056
- "shortText": "The button's label."
1218
+ "summary": [
1219
+ {
1220
+ "kind": "text",
1221
+ "text": "Whether to close the flyout after the button is clicked."
1222
+ }
1223
+ ]
1057
1224
  },
1058
1225
  "sources": [
1059
1226
  {
1060
1227
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
1061
- "line": 5,
1062
- "character": 2
1228
+ "line": 15,
1229
+ "character": 2,
1230
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L15"
1063
1231
  }
1064
1232
  ],
1065
1233
  "type": {
1066
1234
  "type": "intrinsic",
1067
- "name": "string"
1235
+ "name": "boolean"
1068
1236
  }
1069
1237
  },
1070
1238
  {
1071
- "id": 201,
1072
- "name": "callback",
1073
- "kind": 2048,
1074
- "kindString": "Method",
1239
+ "id": 200,
1240
+ "name": "label",
1241
+ "kind": 1024,
1242
+ "kindString": "Property",
1075
1243
  "flags": {
1076
1244
  "isOptional": true
1077
1245
  },
1246
+ "comment": {
1247
+ "summary": [
1248
+ {
1249
+ "kind": "text",
1250
+ "text": "The button's label."
1251
+ }
1252
+ ]
1253
+ },
1078
1254
  "sources": [
1079
1255
  {
1080
1256
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
1081
- "line": 10,
1082
- "character": 2
1257
+ "line": 5,
1258
+ "character": 2,
1259
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L5"
1083
1260
  }
1084
1261
  ],
1085
- "signatures": [
1086
- {
1087
- "id": 202,
1088
- "name": "callback",
1089
- "kind": 4096,
1090
- "kindString": "Call signature",
1091
- "flags": {},
1092
- "comment": {
1093
- "shortText": "The callback function to execute when the button is clicked."
1094
- },
1095
- "type": {
1096
- "type": "intrinsic",
1097
- "name": "void"
1098
- }
1099
- }
1100
- ]
1262
+ "type": {
1263
+ "type": "intrinsic",
1264
+ "name": "string"
1265
+ }
1101
1266
  }
1102
1267
  ],
1103
1268
  "groups": [
1104
1269
  {
1105
1270
  "title": "Properties",
1106
- "kind": 1024,
1107
1271
  "children": [
1108
- 203,
1272
+ 201,
1273
+ 204,
1109
1274
  200
1110
1275
  ]
1111
- },
1112
- {
1113
- "title": "Methods",
1114
- "kind": 2048,
1115
- "children": [
1116
- 201
1117
- ]
1118
1276
  }
1119
1277
  ],
1120
1278
  "sources": [
1121
1279
  {
1122
1280
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
1123
1281
  "line": 1,
1124
- "character": 17
1282
+ "character": 17,
1283
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L1"
1125
1284
  }
1126
1285
  ]
1127
1286
  },
1128
1287
  {
1129
- "id": 209,
1288
+ "id": 210,
1130
1289
  "name": "SkyFlyoutCloseArgs",
1131
1290
  "kind": 256,
1132
1291
  "kindString": "Interface",
1133
1292
  "flags": {},
1134
1293
  "comment": {
1135
- "shortText": "Arguments used when closing a flyout programmatically."
1294
+ "summary": [
1295
+ {
1296
+ "kind": "text",
1297
+ "text": "Arguments used when closing a flyout programmatically."
1298
+ }
1299
+ ]
1136
1300
  },
1137
1301
  "children": [
1138
1302
  {
1139
- "id": 210,
1303
+ "id": 211,
1140
1304
  "name": "ignoreBeforeClose",
1141
1305
  "kind": 1024,
1142
1306
  "kindString": "Property",
@@ -1144,13 +1308,27 @@
1144
1308
  "isOptional": true
1145
1309
  },
1146
1310
  "comment": {
1147
- "shortText": "Whether the `SkyFlyoutBeforeCloseHandler` is ignored when closing a flyout."
1311
+ "summary": [
1312
+ {
1313
+ "kind": "text",
1314
+ "text": "Whether the "
1315
+ },
1316
+ {
1317
+ "kind": "code",
1318
+ "text": "`SkyFlyoutBeforeCloseHandler`"
1319
+ },
1320
+ {
1321
+ "kind": "text",
1322
+ "text": " is ignored when closing a flyout."
1323
+ }
1324
+ ]
1148
1325
  },
1149
1326
  "sources": [
1150
1327
  {
1151
1328
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
1152
1329
  "line": 8,
1153
- "character": 2
1330
+ "character": 2,
1331
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L8"
1154
1332
  }
1155
1333
  ],
1156
1334
  "type": {
@@ -1162,9 +1340,8 @@
1162
1340
  "groups": [
1163
1341
  {
1164
1342
  "title": "Properties",
1165
- "kind": 1024,
1166
1343
  "children": [
1167
- 210
1344
+ 211
1168
1345
  ]
1169
1346
  }
1170
1347
  ],
@@ -1172,22 +1349,28 @@
1172
1349
  {
1173
1350
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
1174
1351
  "line": 4,
1175
- "character": 17
1352
+ "character": 17,
1353
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L4"
1176
1354
  }
1177
1355
  ]
1178
1356
  },
1179
1357
  {
1180
- "id": 211,
1358
+ "id": 212,
1181
1359
  "name": "SkyFlyoutConfig",
1182
1360
  "kind": 256,
1183
1361
  "kindString": "Interface",
1184
1362
  "flags": {},
1185
1363
  "comment": {
1186
- "shortText": "Specifies the configuration options to set up a flyout."
1364
+ "summary": [
1365
+ {
1366
+ "kind": "text",
1367
+ "text": "Specifies the configuration options to set up a flyout."
1368
+ }
1369
+ ]
1187
1370
  },
1188
1371
  "children": [
1189
1372
  {
1190
- "id": 212,
1373
+ "id": 213,
1191
1374
  "name": "ariaDescribedBy",
1192
1375
  "kind": 1024,
1193
1376
  "kindString": "Property",
@@ -1195,13 +1378,35 @@
1195
1378
  "isOptional": true
1196
1379
  },
1197
1380
  "comment": {
1198
- "shortText": "The HTML element ID of the element that describes\nthe flyout. This sets the flyout's `aria-describedby` attribute\nto provide a text equivalent for screen readers [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the flyout but not on items that users\ninteract with, such as buttons and forms.\nFor more information about the `aria-describedby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
1381
+ "summary": [
1382
+ {
1383
+ "kind": "text",
1384
+ "text": "The HTML element ID of the element that describes\nthe flyout. This sets the flyout's "
1385
+ },
1386
+ {
1387
+ "kind": "code",
1388
+ "text": "`aria-describedby`"
1389
+ },
1390
+ {
1391
+ "kind": "text",
1392
+ "text": " attribute\nto provide a text equivalent for screen readers [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the flyout but not on items that users\ninteract with, such as buttons and forms.\nFor more information about the "
1393
+ },
1394
+ {
1395
+ "kind": "code",
1396
+ "text": "`aria-describedby`"
1397
+ },
1398
+ {
1399
+ "kind": "text",
1400
+ "text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
1401
+ }
1402
+ ]
1199
1403
  },
1200
1404
  "sources": [
1201
1405
  {
1202
1406
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1203
1407
  "line": 16,
1204
- "character": 2
1408
+ "character": 2,
1409
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L16"
1205
1410
  }
1206
1411
  ],
1207
1412
  "type": {
@@ -1210,7 +1415,7 @@
1210
1415
  }
1211
1416
  },
1212
1417
  {
1213
- "id": 213,
1418
+ "id": 214,
1214
1419
  "name": "ariaLabel",
1215
1420
  "kind": 1024,
1216
1421
  "kindString": "Property",
@@ -1218,13 +1423,43 @@
1218
1423
  "isOptional": true
1219
1424
  },
1220
1425
  "comment": {
1221
- "shortText": "The ARIA label for the flyout. This sets the flyouts's `aria-label` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout includes a visible label, use `ariaLabelledBy` instead.\nFor more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
1426
+ "summary": [
1427
+ {
1428
+ "kind": "text",
1429
+ "text": "The ARIA label for the flyout. This sets the flyouts's "
1430
+ },
1431
+ {
1432
+ "kind": "code",
1433
+ "text": "`aria-label`"
1434
+ },
1435
+ {
1436
+ "kind": "text",
1437
+ "text": " attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout includes a visible label, use "
1438
+ },
1439
+ {
1440
+ "kind": "code",
1441
+ "text": "`ariaLabelledBy`"
1442
+ },
1443
+ {
1444
+ "kind": "text",
1445
+ "text": " instead.\nFor more information about the "
1446
+ },
1447
+ {
1448
+ "kind": "code",
1449
+ "text": "`aria-label`"
1450
+ },
1451
+ {
1452
+ "kind": "text",
1453
+ "text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
1454
+ }
1455
+ ]
1222
1456
  },
1223
1457
  "sources": [
1224
1458
  {
1225
1459
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1226
1460
  "line": 24,
1227
- "character": 2
1461
+ "character": 2,
1462
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L24"
1228
1463
  }
1229
1464
  ],
1230
1465
  "type": {
@@ -1233,7 +1468,7 @@
1233
1468
  }
1234
1469
  },
1235
1470
  {
1236
- "id": 214,
1471
+ "id": 215,
1237
1472
  "name": "ariaLabelledBy",
1238
1473
  "kind": 1024,
1239
1474
  "kindString": "Property",
@@ -1241,13 +1476,43 @@
1241
1476
  "isOptional": true
1242
1477
  },
1243
1478
  "comment": {
1244
- "shortText": "The HTML element ID of the element that labels\nthe flyout. This sets the flyout's `aria-labelledby` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout does not include a visible label, use `ariaLabel` instead.\nFor more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
1479
+ "summary": [
1480
+ {
1481
+ "kind": "text",
1482
+ "text": "The HTML element ID of the element that labels\nthe flyout. This sets the flyout's "
1483
+ },
1484
+ {
1485
+ "kind": "code",
1486
+ "text": "`aria-labelledby`"
1487
+ },
1488
+ {
1489
+ "kind": "text",
1490
+ "text": " attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout does not include a visible label, use "
1491
+ },
1492
+ {
1493
+ "kind": "code",
1494
+ "text": "`ariaLabel`"
1495
+ },
1496
+ {
1497
+ "kind": "text",
1498
+ "text": " instead.\nFor more information about the "
1499
+ },
1500
+ {
1501
+ "kind": "code",
1502
+ "text": "`aria-labelledby`"
1503
+ },
1504
+ {
1505
+ "kind": "text",
1506
+ "text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
1507
+ }
1508
+ ]
1245
1509
  },
1246
1510
  "sources": [
1247
1511
  {
1248
1512
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1249
1513
  "line": 33,
1250
- "character": 2
1514
+ "character": 2,
1515
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L33"
1251
1516
  }
1252
1517
  ],
1253
1518
  "type": {
@@ -1256,7 +1521,7 @@
1256
1521
  }
1257
1522
  },
1258
1523
  {
1259
- "id": 215,
1524
+ "id": 216,
1260
1525
  "name": "ariaRole",
1261
1526
  "kind": 1024,
1262
1527
  "kindString": "Property",
@@ -1264,15 +1529,46 @@
1264
1529
  "isOptional": true
1265
1530
  },
1266
1531
  "comment": {
1267
- "shortText": "The ARIA role for the flyout\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the flyout functions and what it controls. For information about how\nan ARIA role indicates what an item represents on a web page,\nsee the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).",
1268
- "tags": [
1532
+ "summary": [
1269
1533
  {
1270
- "tag": "default",
1271
- "text": "dialog"
1534
+ "kind": "text",
1535
+ "text": "The ARIA role for the flyout\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the flyout functions and what it controls. For information about how\nan ARIA role indicates what an item represents on a web page,\nsee the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles)."
1536
+ }
1537
+ ],
1538
+ "blockTags": [
1539
+ {
1540
+ "tag": "@default",
1541
+ "content": [
1542
+ {
1543
+ "kind": "text",
1544
+ "text": "dialog"
1545
+ }
1546
+ ]
1272
1547
  },
1273
1548
  {
1274
- "tag": "deprecated",
1275
- "text": "Since version `5.1.0`. Consumers should use the default `dialog` role to ensure a\nproper accessibility implementation.\n"
1549
+ "tag": "@deprecated",
1550
+ "content": [
1551
+ {
1552
+ "kind": "text",
1553
+ "text": "Since version "
1554
+ },
1555
+ {
1556
+ "kind": "code",
1557
+ "text": "`5.1.0`"
1558
+ },
1559
+ {
1560
+ "kind": "text",
1561
+ "text": ". Consumers should use the default "
1562
+ },
1563
+ {
1564
+ "kind": "code",
1565
+ "text": "`dialog`"
1566
+ },
1567
+ {
1568
+ "kind": "text",
1569
+ "text": " role to ensure a\nproper accessibility implementation."
1570
+ }
1571
+ ]
1276
1572
  }
1277
1573
  ]
1278
1574
  },
@@ -1280,7 +1576,8 @@
1280
1576
  {
1281
1577
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1282
1578
  "line": 45,
1283
- "character": 2
1579
+ "character": 2,
1580
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L45"
1284
1581
  }
1285
1582
  ],
1286
1583
  "type": {
@@ -1289,7 +1586,7 @@
1289
1586
  }
1290
1587
  },
1291
1588
  {
1292
- "id": 216,
1589
+ "id": 217,
1293
1590
  "name": "defaultWidth",
1294
1591
  "kind": 1024,
1295
1592
  "kindString": "Property",
@@ -1297,13 +1594,19 @@
1297
1594
  "isOptional": true
1298
1595
  },
1299
1596
  "comment": {
1300
- "shortText": "The default width of the flyout container. If you do not provide a width,\nthe flyout defaults to half the width of its container."
1597
+ "summary": [
1598
+ {
1599
+ "kind": "text",
1600
+ "text": "The default width of the flyout container. If you do not provide a width,\nthe flyout defaults to half the width of its container."
1601
+ }
1602
+ ]
1301
1603
  },
1302
1604
  "sources": [
1303
1605
  {
1304
1606
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1305
1607
  "line": 51,
1306
- "character": 2
1608
+ "character": 2,
1609
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L51"
1307
1610
  }
1308
1611
  ],
1309
1612
  "type": {
@@ -1312,7 +1615,7 @@
1312
1615
  }
1313
1616
  },
1314
1617
  {
1315
- "id": 224,
1618
+ "id": 225,
1316
1619
  "name": "iteratorNextButtonDisabled",
1317
1620
  "kind": 1024,
1318
1621
  "kindString": "Property",
@@ -1320,11 +1623,21 @@
1320
1623
  "isOptional": true
1321
1624
  },
1322
1625
  "comment": {
1323
- "shortText": "Disables the next iterator button in the flyout header that accesses the next record\nin a record set.",
1324
- "tags": [
1626
+ "summary": [
1627
+ {
1628
+ "kind": "text",
1629
+ "text": "Disables the next iterator button in the flyout header that accesses the next record\nin a record set."
1630
+ }
1631
+ ],
1632
+ "blockTags": [
1325
1633
  {
1326
- "tag": "default",
1327
- "text": "false\n"
1634
+ "tag": "@default",
1635
+ "content": [
1636
+ {
1637
+ "kind": "text",
1638
+ "text": "false"
1639
+ }
1640
+ ]
1328
1641
  }
1329
1642
  ]
1330
1643
  },
@@ -1332,7 +1645,8 @@
1332
1645
  {
1333
1646
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1334
1647
  "line": 100,
1335
- "character": 2
1648
+ "character": 2,
1649
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L100"
1336
1650
  }
1337
1651
  ],
1338
1652
  "type": {
@@ -1341,7 +1655,7 @@
1341
1655
  }
1342
1656
  },
1343
1657
  {
1344
- "id": 223,
1658
+ "id": 224,
1345
1659
  "name": "iteratorPreviousButtonDisabled",
1346
1660
  "kind": 1024,
1347
1661
  "kindString": "Property",
@@ -1349,11 +1663,21 @@
1349
1663
  "isOptional": true
1350
1664
  },
1351
1665
  "comment": {
1352
- "shortText": "Disables the previous iterator button in the flyout header that accesses\nthe previous record in a record set.",
1353
- "tags": [
1666
+ "summary": [
1354
1667
  {
1355
- "tag": "default",
1356
- "text": "false\n"
1668
+ "kind": "text",
1669
+ "text": "Disables the previous iterator button in the flyout header that accesses\nthe previous record in a record set."
1670
+ }
1671
+ ],
1672
+ "blockTags": [
1673
+ {
1674
+ "tag": "@default",
1675
+ "content": [
1676
+ {
1677
+ "kind": "text",
1678
+ "text": "false"
1679
+ }
1680
+ ]
1357
1681
  }
1358
1682
  ]
1359
1683
  },
@@ -1361,7 +1685,8 @@
1361
1685
  {
1362
1686
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1363
1687
  "line": 93,
1364
- "character": 2
1688
+ "character": 2,
1689
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L93"
1365
1690
  }
1366
1691
  ],
1367
1692
  "type": {
@@ -1370,7 +1695,7 @@
1370
1695
  }
1371
1696
  },
1372
1697
  {
1373
- "id": 218,
1698
+ "id": 219,
1374
1699
  "name": "maxWidth",
1375
1700
  "kind": 1024,
1376
1701
  "kindString": "Property",
@@ -1378,11 +1703,21 @@
1378
1703
  "isOptional": true
1379
1704
  },
1380
1705
  "comment": {
1381
- "shortText": "The maximum resize width of the flyout container.",
1382
- "tags": [
1706
+ "summary": [
1383
1707
  {
1384
- "tag": "default",
1385
- "text": "defaultWidth\n"
1708
+ "kind": "text",
1709
+ "text": "The maximum resize width of the flyout container."
1710
+ }
1711
+ ],
1712
+ "blockTags": [
1713
+ {
1714
+ "tag": "@default",
1715
+ "content": [
1716
+ {
1717
+ "kind": "text",
1718
+ "text": "defaultWidth"
1719
+ }
1720
+ ]
1386
1721
  }
1387
1722
  ]
1388
1723
  },
@@ -1390,7 +1725,8 @@
1390
1725
  {
1391
1726
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1392
1727
  "line": 63,
1393
- "character": 2
1728
+ "character": 2,
1729
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L63"
1394
1730
  }
1395
1731
  ],
1396
1732
  "type": {
@@ -1399,7 +1735,7 @@
1399
1735
  }
1400
1736
  },
1401
1737
  {
1402
- "id": 217,
1738
+ "id": 218,
1403
1739
  "name": "minWidth",
1404
1740
  "kind": 1024,
1405
1741
  "kindString": "Property",
@@ -1407,11 +1743,21 @@
1407
1743
  "isOptional": true
1408
1744
  },
1409
1745
  "comment": {
1410
- "shortText": "The minimum resize width of the flyout container.",
1411
- "tags": [
1746
+ "summary": [
1412
1747
  {
1413
- "tag": "default",
1414
- "text": "320\n"
1748
+ "kind": "text",
1749
+ "text": "The minimum resize width of the flyout container."
1750
+ }
1751
+ ],
1752
+ "blockTags": [
1753
+ {
1754
+ "tag": "@default",
1755
+ "content": [
1756
+ {
1757
+ "kind": "text",
1758
+ "text": "320"
1759
+ }
1760
+ ]
1415
1761
  }
1416
1762
  ]
1417
1763
  },
@@ -1419,7 +1765,8 @@
1419
1765
  {
1420
1766
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1421
1767
  "line": 57,
1422
- "character": 2
1768
+ "character": 2,
1769
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L57"
1423
1770
  }
1424
1771
  ],
1425
1772
  "type": {
@@ -1428,7 +1775,7 @@
1428
1775
  }
1429
1776
  },
1430
1777
  {
1431
- "id": 219,
1778
+ "id": 220,
1432
1779
  "name": "permalink",
1433
1780
  "kind": 1024,
1434
1781
  "kindString": "Property",
@@ -1436,23 +1783,29 @@
1436
1783
  "isOptional": true
1437
1784
  },
1438
1785
  "comment": {
1439
- "shortText": "Displays a permalink button in the flyout header that navigates users to the URL\n(or application route) representative of the flyout's contents."
1786
+ "summary": [
1787
+ {
1788
+ "kind": "text",
1789
+ "text": "Displays a permalink button in the flyout header that navigates users to the URL\n(or application route) representative of the flyout's contents."
1790
+ }
1791
+ ]
1440
1792
  },
1441
1793
  "sources": [
1442
1794
  {
1443
1795
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1444
1796
  "line": 69,
1445
- "character": 2
1797
+ "character": 2,
1798
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L69"
1446
1799
  }
1447
1800
  ],
1448
1801
  "type": {
1449
1802
  "type": "reference",
1450
- "id": 238,
1803
+ "id": 239,
1451
1804
  "name": "SkyFlyoutPermalink"
1452
1805
  }
1453
1806
  },
1454
1807
  {
1455
- "id": 220,
1808
+ "id": 221,
1456
1809
  "name": "primaryAction",
1457
1810
  "kind": 1024,
1458
1811
  "kindString": "Property",
@@ -1460,13 +1813,19 @@
1460
1813
  "isOptional": true
1461
1814
  },
1462
1815
  "comment": {
1463
- "shortText": "Displays a configurable button in the flyout header."
1816
+ "summary": [
1817
+ {
1818
+ "kind": "text",
1819
+ "text": "Displays a configurable button in the flyout header."
1820
+ }
1821
+ ]
1464
1822
  },
1465
1823
  "sources": [
1466
1824
  {
1467
1825
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1468
1826
  "line": 74,
1469
- "character": 2
1827
+ "character": 2,
1828
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L74"
1470
1829
  }
1471
1830
  ],
1472
1831
  "type": {
@@ -1476,7 +1835,7 @@
1476
1835
  }
1477
1836
  },
1478
1837
  {
1479
- "id": 221,
1838
+ "id": 222,
1480
1839
  "name": "providers",
1481
1840
  "kind": 1024,
1482
1841
  "kindString": "Property",
@@ -1484,13 +1843,19 @@
1484
1843
  "isOptional": true
1485
1844
  },
1486
1845
  "comment": {
1487
- "shortText": "The array of custom providers to pass to the component's constructor."
1846
+ "summary": [
1847
+ {
1848
+ "kind": "text",
1849
+ "text": "The array of custom providers to pass to the component's constructor."
1850
+ }
1851
+ ]
1488
1852
  },
1489
1853
  "sources": [
1490
1854
  {
1491
1855
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1492
1856
  "line": 79,
1493
- "character": 2
1857
+ "character": 2,
1858
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L79"
1494
1859
  }
1495
1860
  ],
1496
1861
  "type": {
@@ -1502,7 +1867,7 @@
1502
1867
  }
1503
1868
  },
1504
1869
  {
1505
- "id": 225,
1870
+ "id": 226,
1506
1871
  "name": "settingsKey",
1507
1872
  "kind": 1024,
1508
1873
  "kindString": "Property",
@@ -1510,13 +1875,19 @@
1510
1875
  "isOptional": true
1511
1876
  },
1512
1877
  "comment": {
1513
- "shortText": "The unique key for the UI Config Service to retrieve stored settings from a database.\nThe UI Config Service saves configuration settings for users to preserve the width of\nthe flyout. For more information about the UI Config Service,\nsee [the sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/sticky-settings)."
1878
+ "summary": [
1879
+ {
1880
+ "kind": "text",
1881
+ "text": "The unique key for the UI Config Service to retrieve stored settings from a database.\nThe UI Config Service saves configuration settings for users to preserve the width of\nthe flyout. For more information about the UI Config Service,\nsee [the sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/sticky-settings)."
1882
+ }
1883
+ ]
1514
1884
  },
1515
1885
  "sources": [
1516
1886
  {
1517
1887
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1518
1888
  "line": 108,
1519
- "character": 2
1889
+ "character": 2,
1890
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L108"
1520
1891
  }
1521
1892
  ],
1522
1893
  "type": {
@@ -1525,7 +1896,7 @@
1525
1896
  }
1526
1897
  },
1527
1898
  {
1528
- "id": 222,
1899
+ "id": 223,
1529
1900
  "name": "showIterator",
1530
1901
  "kind": 1024,
1531
1902
  "kindString": "Property",
@@ -1533,11 +1904,21 @@
1533
1904
  "isOptional": true
1534
1905
  },
1535
1906
  "comment": {
1536
- "shortText": "Whether to display iterator buttons in the flyout header\nto access the next and previous records in a record set.",
1537
- "tags": [
1907
+ "summary": [
1538
1908
  {
1539
- "tag": "default",
1540
- "text": "false\n"
1909
+ "kind": "text",
1910
+ "text": "Whether to display iterator buttons in the flyout header\nto access the next and previous records in a record set."
1911
+ }
1912
+ ],
1913
+ "blockTags": [
1914
+ {
1915
+ "tag": "@default",
1916
+ "content": [
1917
+ {
1918
+ "kind": "text",
1919
+ "text": "false"
1920
+ }
1921
+ ]
1541
1922
  }
1542
1923
  ]
1543
1924
  },
@@ -1545,7 +1926,8 @@
1545
1926
  {
1546
1927
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1547
1928
  "line": 86,
1548
- "character": 2
1929
+ "character": 2,
1930
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L86"
1549
1931
  }
1550
1932
  ],
1551
1933
  "type": {
@@ -1557,22 +1939,21 @@
1557
1939
  "groups": [
1558
1940
  {
1559
1941
  "title": "Properties",
1560
- "kind": 1024,
1561
1942
  "children": [
1562
- 212,
1563
1943
  213,
1564
1944
  214,
1565
1945
  215,
1566
1946
  216,
1567
- 224,
1568
- 223,
1569
- 218,
1570
1947
  217,
1948
+ 225,
1949
+ 224,
1571
1950
  219,
1951
+ 218,
1572
1952
  220,
1573
1953
  221,
1574
- 225,
1575
- 222
1954
+ 222,
1955
+ 226,
1956
+ 223
1576
1957
  ]
1577
1958
  }
1578
1959
  ],
@@ -1580,19 +1961,20 @@
1580
1961
  {
1581
1962
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
1582
1963
  "line": 7,
1583
- "character": 17
1964
+ "character": 17,
1965
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L7"
1584
1966
  }
1585
1967
  ]
1586
1968
  },
1587
1969
  {
1588
- "id": 238,
1970
+ "id": 239,
1589
1971
  "name": "SkyFlyoutPermalink",
1590
1972
  "kind": 256,
1591
1973
  "kindString": "Interface",
1592
1974
  "flags": {},
1593
1975
  "children": [
1594
1976
  {
1595
- "id": 239,
1977
+ "id": 240,
1596
1978
  "name": "label",
1597
1979
  "kind": 1024,
1598
1980
  "kindString": "Property",
@@ -1600,13 +1982,19 @@
1600
1982
  "isOptional": true
1601
1983
  },
1602
1984
  "comment": {
1603
- "shortText": "The text label for the permalink button."
1985
+ "summary": [
1986
+ {
1987
+ "kind": "text",
1988
+ "text": "The text label for the permalink button."
1989
+ }
1990
+ ]
1604
1991
  },
1605
1992
  "sources": [
1606
1993
  {
1607
1994
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
1608
1995
  "line": 7,
1609
- "character": 2
1996
+ "character": 2,
1997
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L7"
1610
1998
  }
1611
1999
  ],
1612
2000
  "type": {
@@ -1615,7 +2003,7 @@
1615
2003
  }
1616
2004
  },
1617
2005
  {
1618
- "id": 240,
2006
+ "id": 241,
1619
2007
  "name": "route",
1620
2008
  "kind": 1024,
1621
2009
  "kindString": "Property",
@@ -1623,26 +2011,40 @@
1623
2011
  "isOptional": true
1624
2012
  },
1625
2013
  "comment": {
1626
- "shortText": "The object that represents the\n[Angular application route](https://angular.io/api/router/Router#navigate).\nThe object includes two properties that are mapped to Angular's\n`Router.navigate(commands, extras?)` method."
2014
+ "summary": [
2015
+ {
2016
+ "kind": "text",
2017
+ "text": "The object that represents the\n[Angular application route](https://angular.io/api/router/Router#navigate).\nThe object includes two properties that are mapped to Angular's\n"
2018
+ },
2019
+ {
2020
+ "kind": "code",
2021
+ "text": "`Router.navigate(commands, extras?)`"
2022
+ },
2023
+ {
2024
+ "kind": "text",
2025
+ "text": " method."
2026
+ }
2027
+ ]
1627
2028
  },
1628
2029
  "sources": [
1629
2030
  {
1630
2031
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
1631
2032
  "line": 15,
1632
- "character": 2
2033
+ "character": 2,
2034
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
1633
2035
  }
1634
2036
  ],
1635
2037
  "type": {
1636
2038
  "type": "reflection",
1637
2039
  "declaration": {
1638
- "id": 241,
2040
+ "id": 242,
1639
2041
  "name": "__type",
1640
2042
  "kind": 65536,
1641
2043
  "kindString": "Type literal",
1642
2044
  "flags": {},
1643
2045
  "children": [
1644
2046
  {
1645
- "id": 242,
2047
+ "id": 243,
1646
2048
  "name": "commands",
1647
2049
  "kind": 1024,
1648
2050
  "kindString": "Property",
@@ -1651,7 +2053,8 @@
1651
2053
  {
1652
2054
  "fileName": "lib/modules/flyout/types/flyout-permalink.ts",
1653
2055
  "line": 16,
1654
- "character": 4
2056
+ "character": 4,
2057
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L16"
1655
2058
  }
1656
2059
  ],
1657
2060
  "type": {
@@ -1663,7 +2066,7 @@
1663
2066
  }
1664
2067
  },
1665
2068
  {
1666
- "id": 243,
2069
+ "id": 244,
1667
2070
  "name": "extras",
1668
2071
  "kind": 1024,
1669
2072
  "kindString": "Property",
@@ -1674,32 +2077,40 @@
1674
2077
  {
1675
2078
  "fileName": "lib/modules/flyout/types/flyout-permalink.ts",
1676
2079
  "line": 17,
1677
- "character": 4
2080
+ "character": 4,
2081
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L17"
1678
2082
  }
1679
2083
  ],
1680
2084
  "type": {
1681
2085
  "type": "reference",
2086
+ "name": "NavigationExtras",
1682
2087
  "qualifiedName": "NavigationExtras",
1683
- "package": "@angular/router",
1684
- "name": "NavigationExtras"
2088
+ "package": "@angular/router"
1685
2089
  }
1686
2090
  }
1687
2091
  ],
1688
2092
  "groups": [
1689
2093
  {
1690
2094
  "title": "Properties",
1691
- "kind": 1024,
1692
2095
  "children": [
1693
- 242,
1694
- 243
2096
+ 243,
2097
+ 244
1695
2098
  ]
1696
2099
  }
2100
+ ],
2101
+ "sources": [
2102
+ {
2103
+ "fileName": "lib/modules/flyout/types/flyout-permalink.ts",
2104
+ "line": 15,
2105
+ "character": 10,
2106
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
2107
+ }
1697
2108
  ]
1698
2109
  }
1699
2110
  }
1700
2111
  },
1701
2112
  {
1702
- "id": 244,
2113
+ "id": 245,
1703
2114
  "name": "url",
1704
2115
  "kind": 1024,
1705
2116
  "kindString": "Property",
@@ -1707,13 +2118,19 @@
1707
2118
  "isOptional": true
1708
2119
  },
1709
2120
  "comment": {
1710
- "shortText": "The external URL for the permalink."
2121
+ "summary": [
2122
+ {
2123
+ "kind": "text",
2124
+ "text": "The external URL for the permalink."
2125
+ }
2126
+ ]
1711
2127
  },
1712
2128
  "sources": [
1713
2129
  {
1714
2130
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
1715
2131
  "line": 23,
1716
- "character": 2
2132
+ "character": 2,
2133
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L23"
1717
2134
  }
1718
2135
  ],
1719
2136
  "type": {
@@ -1725,11 +2142,10 @@
1725
2142
  "groups": [
1726
2143
  {
1727
2144
  "title": "Properties",
1728
- "kind": 1024,
1729
2145
  "children": [
1730
- 239,
1731
2146
  240,
1732
- 244
2147
+ 241,
2148
+ 245
1733
2149
  ]
1734
2150
  }
1735
2151
  ],
@@ -1737,7 +2153,8 @@
1737
2153
  {
1738
2154
  "fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
1739
2155
  "line": 3,
1740
- "character": 17
2156
+ "character": 17,
2157
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L3"
1741
2158
  }
1742
2159
  ]
1743
2160
  }
@@ -1745,9 +2162,8 @@
1745
2162
  "groups": [
1746
2163
  {
1747
2164
  "title": "Classes",
1748
- "kind": 128,
1749
2165
  "children": [
1750
- 204,
2166
+ 205,
1751
2167
  125,
1752
2168
  159,
1753
2169
  162
@@ -1755,12 +2171,11 @@
1755
2171
  },
1756
2172
  {
1757
2173
  "title": "Interfaces",
1758
- "kind": 256,
1759
2174
  "children": [
1760
2175
  199,
1761
- 209,
1762
- 211,
1763
- 238
2176
+ 210,
2177
+ 212,
2178
+ 239
1764
2179
  ]
1765
2180
  }
1766
2181
  ],
@@ -1768,7 +2183,8 @@
1768
2183
  {
1769
2184
  "fileName": "index.ts",
1770
2185
  "line": 1,
1771
- "character": 0
2186
+ "character": 0,
2187
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/flyout/src/index.ts#L1"
1772
2188
  }
1773
2189
  ]
1774
2190
  },