@skyux/modals 7.7.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.
Files changed (30) hide show
  1. package/documentation.json +1512 -565
  2. package/esm2020/lib/modules/confirm/confirm.component.mjs +4 -4
  3. package/esm2020/lib/modules/confirm/confirm.module.mjs +5 -5
  4. package/esm2020/lib/modules/confirm/confirm.service.mjs +4 -4
  5. package/esm2020/lib/modules/modal/modal-adapter.service.mjs +4 -4
  6. package/esm2020/lib/modules/modal/modal-component-adapter.service.mjs +4 -4
  7. package/esm2020/lib/modules/modal/modal-configuration.mjs +4 -4
  8. package/esm2020/lib/modules/modal/modal-content.component.mjs +4 -4
  9. package/esm2020/lib/modules/modal/modal-footer.component.mjs +4 -4
  10. package/esm2020/lib/modules/modal/modal-header.component.mjs +4 -4
  11. package/esm2020/lib/modules/modal/modal-host-context.mjs +4 -4
  12. package/esm2020/lib/modules/modal/modal-host.component.mjs +4 -4
  13. package/esm2020/lib/modules/modal/modal-host.service.mjs +4 -4
  14. package/esm2020/lib/modules/modal/modal-scroll-shadow.directive.mjs +4 -4
  15. package/esm2020/lib/modules/modal/modal.component.mjs +4 -4
  16. package/esm2020/lib/modules/modal/modal.module.mjs +5 -5
  17. package/esm2020/lib/modules/modal/modal.service.mjs +4 -4
  18. package/esm2020/lib/modules/shared/sky-modals-resources.module.mjs +5 -5
  19. package/fesm2015/skyux-modals.mjs +54 -54
  20. package/fesm2015/skyux-modals.mjs.map +1 -1
  21. package/fesm2020/skyux-modals.mjs +54 -54
  22. package/fesm2020/skyux-modals.mjs.map +1 -1
  23. package/lib/modules/confirm/confirm.component.d.ts +1 -1
  24. package/lib/modules/modal/modal-content.component.d.ts +1 -1
  25. package/lib/modules/modal/modal-footer.component.d.ts +1 -1
  26. package/lib/modules/modal/modal-header.component.d.ts +1 -1
  27. package/lib/modules/modal/modal-host.component.d.ts +1 -1
  28. package/lib/modules/modal/modal-scroll-shadow.directive.d.ts +1 -1
  29. package/lib/modules/modal/modal.component.d.ts +1 -1
  30. package/package.json +9 -9
@@ -43,20 +43,41 @@
43
43
  "kindString": "Enumeration Member",
44
44
  "flags": {},
45
45
  "comment": {
46
- "shortText": "Allows you to define your own buttons using the `buttons` property of `SkyConfirmConfig`."
46
+ "summary": [
47
+ {
48
+ "kind": "text",
49
+ "text": "Allows you to define your own buttons using the "
50
+ },
51
+ {
52
+ "kind": "code",
53
+ "text": "`buttons`"
54
+ },
55
+ {
56
+ "kind": "text",
57
+ "text": " property of "
58
+ },
59
+ {
60
+ "kind": "code",
61
+ "text": "`SkyConfirmConfig`"
62
+ },
63
+ {
64
+ "kind": "text",
65
+ "text": "."
66
+ }
67
+ ]
47
68
  },
48
69
  "sources": [
49
70
  {
50
71
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
51
72
  "line": 5,
52
- "character": 2
73
+ "character": 2,
74
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L5"
53
75
  }
54
76
  ],
55
77
  "type": {
56
78
  "type": "literal",
57
79
  "value": 0
58
- },
59
- "defaultValue": "0"
80
+ }
60
81
  },
61
82
  {
62
83
  "id": 118,
@@ -65,20 +86,33 @@
65
86
  "kindString": "Enumeration Member",
66
87
  "flags": {},
67
88
  "comment": {
68
- "shortText": "Displays one button with an **OK** label and an `'ok'` action."
89
+ "summary": [
90
+ {
91
+ "kind": "text",
92
+ "text": "Displays one button with an **OK** label and an "
93
+ },
94
+ {
95
+ "kind": "code",
96
+ "text": "`'ok'`"
97
+ },
98
+ {
99
+ "kind": "text",
100
+ "text": " action."
101
+ }
102
+ ]
69
103
  },
70
104
  "sources": [
71
105
  {
72
106
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
73
107
  "line": 9,
74
- "character": 2
108
+ "character": 2,
109
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L9"
75
110
  }
76
111
  ],
77
112
  "type": {
78
113
  "type": "literal",
79
114
  "value": 1
80
- },
81
- "defaultValue": "1"
115
+ }
82
116
  },
83
117
  {
84
118
  "id": 119,
@@ -87,11 +121,29 @@
87
121
  "kindString": "Enumeration Member",
88
122
  "flags": {},
89
123
  "comment": {
90
- "shortText": "Displays two buttons with **Yes** and **Cancel** labels.",
91
- "tags": [
124
+ "summary": [
92
125
  {
93
- "tag": "deprecated",
94
- "text": "Use the `Custom` type to follow the guidance that labels\nshould clearly indicate the actions that occur when users select buttons.\n"
126
+ "kind": "text",
127
+ "text": "Displays two buttons with **Yes** and **Cancel** labels."
128
+ }
129
+ ],
130
+ "blockTags": [
131
+ {
132
+ "tag": "@deprecated",
133
+ "content": [
134
+ {
135
+ "kind": "text",
136
+ "text": "Use the "
137
+ },
138
+ {
139
+ "kind": "code",
140
+ "text": "`Custom`"
141
+ },
142
+ {
143
+ "kind": "text",
144
+ "text": " type to follow the guidance that labels\nshould clearly indicate the actions that occur when users select buttons."
145
+ }
146
+ ]
95
147
  }
96
148
  ]
97
149
  },
@@ -99,14 +151,14 @@
99
151
  {
100
152
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
101
153
  "line": 15,
102
- "character": 2
154
+ "character": 2,
155
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L15"
103
156
  }
104
157
  ],
105
158
  "type": {
106
159
  "type": "literal",
107
160
  "value": 2
108
- },
109
- "defaultValue": "2"
161
+ }
110
162
  },
111
163
  {
112
164
  "id": 120,
@@ -115,11 +167,29 @@
115
167
  "kindString": "Enumeration Member",
116
168
  "flags": {},
117
169
  "comment": {
118
- "shortText": "Displays three buttons with **Yes**, **No**, and **Cancel** labels.",
119
- "tags": [
170
+ "summary": [
171
+ {
172
+ "kind": "text",
173
+ "text": "Displays three buttons with **Yes**, **No**, and **Cancel** labels."
174
+ }
175
+ ],
176
+ "blockTags": [
120
177
  {
121
- "tag": "deprecated",
122
- "text": "Use the `Custom` type to follow the guidance that labels\nshould clearly indicate the actions that occur when users select buttons.\n"
178
+ "tag": "@deprecated",
179
+ "content": [
180
+ {
181
+ "kind": "text",
182
+ "text": "Use the "
183
+ },
184
+ {
185
+ "kind": "code",
186
+ "text": "`Custom`"
187
+ },
188
+ {
189
+ "kind": "text",
190
+ "text": " type to follow the guidance that labels\nshould clearly indicate the actions that occur when users select buttons."
191
+ }
192
+ ]
123
193
  }
124
194
  ]
125
195
  },
@@ -127,20 +197,19 @@
127
197
  {
128
198
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
129
199
  "line": 21,
130
- "character": 2
200
+ "character": 2,
201
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L21"
131
202
  }
132
203
  ],
133
204
  "type": {
134
205
  "type": "literal",
135
206
  "value": 3
136
- },
137
- "defaultValue": "3"
207
+ }
138
208
  }
139
209
  ],
140
210
  "groups": [
141
211
  {
142
212
  "title": "Enumeration Members",
143
- "kind": 16,
144
213
  "children": [
145
214
  117,
146
215
  118,
@@ -153,7 +222,8 @@
153
222
  {
154
223
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
155
224
  "line": 1,
156
- "character": 12
225
+ "character": 12,
226
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L1"
157
227
  }
158
228
  ]
159
229
  },
@@ -173,13 +243,35 @@
173
243
  "isPublic": true
174
244
  },
175
245
  "comment": {
176
- "shortText": "Fires when users select an action to close the dialog. This event\nreturns a `SkyConfirmCloseEventArgs` object with information about the button that\nusers select. It returns the `'cancel'` action when users press the <kbd>Escape</kbd> key."
246
+ "summary": [
247
+ {
248
+ "kind": "text",
249
+ "text": "Fires when users select an action to close the dialog. This event\nreturns a "
250
+ },
251
+ {
252
+ "kind": "code",
253
+ "text": "`SkyConfirmCloseEventArgs`"
254
+ },
255
+ {
256
+ "kind": "text",
257
+ "text": " object with information about the button that\nusers select. It returns the "
258
+ },
259
+ {
260
+ "kind": "code",
261
+ "text": "`'cancel'`"
262
+ },
263
+ {
264
+ "kind": "text",
265
+ "text": " action when users press the <kbd>Escape</kbd> key."
266
+ }
267
+ ]
177
268
  },
178
269
  "sources": [
179
270
  {
180
271
  "fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
181
272
  "line": 11,
182
- "character": 9
273
+ "character": 9,
274
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L11"
183
275
  }
184
276
  ],
185
277
  "type": {
@@ -191,9 +283,9 @@
191
283
  "name": "SkyConfirmCloseEventArgs"
192
284
  }
193
285
  ],
286
+ "name": "EventEmitter",
194
287
  "qualifiedName": "EventEmitter",
195
- "package": "@angular/core",
196
- "name": "EventEmitter"
288
+ "package": "@angular/core"
197
289
  },
198
290
  "defaultValue": "..."
199
291
  }
@@ -201,14 +293,12 @@
201
293
  "groups": [
202
294
  {
203
295
  "title": "Constructors",
204
- "kind": 512,
205
296
  "children": [
206
297
  113
207
298
  ]
208
299
  },
209
300
  {
210
301
  "title": "Properties",
211
- "kind": 1024,
212
302
  "children": [
213
303
  115
214
304
  ]
@@ -218,7 +308,8 @@
218
308
  {
219
309
  "fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
220
310
  "line": 5,
221
- "character": 13
311
+ "character": 13,
312
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L5"
222
313
  }
223
314
  ]
224
315
  },
@@ -228,25 +319,10 @@
228
319
  "kind": 128,
229
320
  "kindString": "Class",
230
321
  "flags": {},
231
- "decorators": [
232
- {
233
- "name": "NgModule",
234
- "type": {
235
- "type": "reference",
236
- "qualifiedName": "NgModuleDecorator",
237
- "package": "@angular/core",
238
- "name": "NgModule"
239
- },
240
- "arguments": {
241
- "obj": "{\n declarations: [SkyConfirmComponent],\n imports: [\n CommonModule,\n SkyIdModule,\n SkyModalModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyConfirmComponent],\n}"
242
- }
243
- }
244
- ],
245
322
  "children": [],
246
323
  "groups": [
247
324
  {
248
325
  "title": "Constructors",
249
- "kind": 512,
250
326
  "children": [
251
327
  122
252
328
  ]
@@ -256,7 +332,8 @@
256
332
  {
257
333
  "fileName": "projects/modals/src/modules/confirm/confirm.module.ts",
258
334
  "line": 22,
259
- "character": 13
335
+ "character": 13,
336
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.module.ts#L22"
260
337
  }
261
338
  ]
262
339
  },
@@ -267,22 +344,13 @@
267
344
  "kindString": "Class",
268
345
  "flags": {},
269
346
  "comment": {
270
- "shortText": "Launches a dialog."
271
- },
272
- "decorators": [
273
- {
274
- "name": "Injectable",
275
- "type": {
276
- "type": "reference",
277
- "qualifiedName": "InjectableDecorator",
278
- "package": "@angular/core",
279
- "name": "Injectable"
280
- },
281
- "arguments": {
282
- "options": "{\n // Must be 'any' so that the modal component is created in the context of its module's injector.\n // If set to 'root', the component's dependency injections would only be derived from the root\n // injector and may loose context if the modal was opened from within a lazy-loaded module.\n providedIn: 'any',\n}"
347
+ "summary": [
348
+ {
349
+ "kind": "text",
350
+ "text": "Launches a dialog."
283
351
  }
284
- }
285
- ],
352
+ ]
353
+ },
286
354
  "children": [
287
355
  {
288
356
  "id": 125,
@@ -294,7 +362,8 @@
294
362
  {
295
363
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
296
364
  "line": 25,
297
- "character": 2
365
+ "character": 2,
366
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L25"
298
367
  }
299
368
  ],
300
369
  "signatures": [
@@ -338,7 +407,8 @@
338
407
  {
339
408
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
340
409
  "line": 33,
341
- "character": 9
410
+ "character": 9,
411
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L33"
342
412
  }
343
413
  ],
344
414
  "signatures": [
@@ -349,7 +419,12 @@
349
419
  "kindString": "Call signature",
350
420
  "flags": {},
351
421
  "comment": {
352
- "shortText": "Opens a dialog using the specified options."
422
+ "summary": [
423
+ {
424
+ "kind": "text",
425
+ "text": "Opens a dialog using the specified options."
426
+ }
427
+ ]
353
428
  },
354
429
  "parameters": [
355
430
  {
@@ -359,7 +434,12 @@
359
434
  "kindString": "Parameter",
360
435
  "flags": {},
361
436
  "comment": {
362
- "shortText": "Specifies configuration options for the dialog.\n"
437
+ "summary": [
438
+ {
439
+ "kind": "text",
440
+ "text": "Specifies configuration options for the dialog."
441
+ }
442
+ ]
363
443
  },
364
444
  "type": {
365
445
  "type": "reference",
@@ -380,14 +460,12 @@
380
460
  "groups": [
381
461
  {
382
462
  "title": "Constructors",
383
- "kind": 512,
384
463
  "children": [
385
464
  125
386
465
  ]
387
466
  },
388
467
  {
389
468
  "title": "Methods",
390
- "kind": 2048,
391
469
  "children": [
392
470
  129
393
471
  ]
@@ -397,7 +475,8 @@
397
475
  {
398
476
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
399
477
  "line": 22,
400
- "character": 13
478
+ "character": 13,
479
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L22"
401
480
  }
402
481
  ]
403
482
  },
@@ -408,7 +487,20 @@
408
487
  "kindString": "Class",
409
488
  "flags": {},
410
489
  "comment": {
411
- "shortText": "Closes the modal instance using the `closeModal` method."
490
+ "summary": [
491
+ {
492
+ "kind": "text",
493
+ "text": "Closes the modal instance using the "
494
+ },
495
+ {
496
+ "kind": "code",
497
+ "text": "`closeModal`"
498
+ },
499
+ {
500
+ "kind": "text",
501
+ "text": " method."
502
+ }
503
+ ]
412
504
  },
413
505
  "children": [
414
506
  {
@@ -421,7 +513,8 @@
421
513
  {
422
514
  "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
423
515
  "line": 7,
424
- "character": 2
516
+ "character": 2,
517
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L7"
425
518
  }
426
519
  ],
427
520
  "signatures": [
@@ -440,9 +533,9 @@
440
533
  "flags": {},
441
534
  "type": {
442
535
  "type": "reference",
536
+ "name": "Function",
443
537
  "qualifiedName": "Function",
444
- "package": "typescript",
445
- "name": "Function"
538
+ "package": "typescript"
446
539
  }
447
540
  },
448
541
  {
@@ -465,19 +558,64 @@
465
558
  }
466
559
  }
467
560
  ]
561
+ },
562
+ {
563
+ "id": 138,
564
+ "name": "closeArgs",
565
+ "kind": 1024,
566
+ "kindString": "Property",
567
+ "flags": {
568
+ "isPublic": true,
569
+ "isReadonly": true
570
+ },
571
+ "sources": [
572
+ {
573
+ "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
574
+ "line": 9,
575
+ "character": 20,
576
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L9"
577
+ }
578
+ ],
579
+ "type": {
580
+ "type": "reference",
581
+ "id": 139,
582
+ "name": "SkyModalCloseArgs"
583
+ }
584
+ },
585
+ {
586
+ "id": 137,
587
+ "name": "closeModal",
588
+ "kind": 1024,
589
+ "kindString": "Property",
590
+ "flags": {
591
+ "isPublic": true,
592
+ "isReadonly": true
593
+ },
594
+ "sources": [
595
+ {
596
+ "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
597
+ "line": 8,
598
+ "character": 20,
599
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L8"
600
+ }
601
+ ],
602
+ "type": {
603
+ "type": "reference",
604
+ "name": "Function",
605
+ "qualifiedName": "Function",
606
+ "package": "typescript"
607
+ }
468
608
  }
469
609
  ],
470
610
  "groups": [
471
611
  {
472
612
  "title": "Constructors",
473
- "kind": 512,
474
613
  "children": [
475
614
  133
476
615
  ]
477
616
  },
478
617
  {
479
618
  "title": "Properties",
480
- "kind": 1024,
481
619
  "children": [
482
620
  138,
483
621
  137
@@ -488,7 +626,8 @@
488
626
  {
489
627
  "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
490
628
  "line": 6,
491
- "character": 13
629
+ "character": 13,
630
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L6"
492
631
  }
493
632
  ]
494
633
  },
@@ -499,7 +638,12 @@
499
638
  "kindString": "Class",
500
639
  "flags": {},
501
640
  "comment": {
502
- "shortText": "Contains an object with the data passed from users when\na modal is closed and the reason that the modal was closed."
641
+ "summary": [
642
+ {
643
+ "kind": "text",
644
+ "text": "Contains an object with the data passed from users when\na modal is closed and the reason that the modal was closed."
645
+ }
646
+ ]
503
647
  },
504
648
  "children": [
505
649
  {
@@ -511,13 +655,19 @@
511
655
  "isPublic": true
512
656
  },
513
657
  "comment": {
514
- "shortText": "The data passed from users when the modal is closed."
658
+ "summary": [
659
+ {
660
+ "kind": "text",
661
+ "text": "The data passed from users when the modal is closed."
662
+ }
663
+ ]
515
664
  },
516
665
  "sources": [
517
666
  {
518
667
  "fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
519
668
  "line": 14,
520
- "character": 9
669
+ "character": 9,
670
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L14"
521
671
  }
522
672
  ],
523
673
  "type": {
@@ -534,13 +684,43 @@
534
684
  "isPublic": true
535
685
  },
536
686
  "comment": {
537
- "shortText": "The reason the modal was closed.\nOptions include `\"close\"`, `\"save\"`, and `\"cancel\"`."
687
+ "summary": [
688
+ {
689
+ "kind": "text",
690
+ "text": "The reason the modal was closed.\nOptions include "
691
+ },
692
+ {
693
+ "kind": "code",
694
+ "text": "`\"close\"`"
695
+ },
696
+ {
697
+ "kind": "text",
698
+ "text": ", "
699
+ },
700
+ {
701
+ "kind": "code",
702
+ "text": "`\"save\"`"
703
+ },
704
+ {
705
+ "kind": "text",
706
+ "text": ", and "
707
+ },
708
+ {
709
+ "kind": "code",
710
+ "text": "`\"cancel\"`"
711
+ },
712
+ {
713
+ "kind": "text",
714
+ "text": "."
715
+ }
716
+ ]
538
717
  },
539
718
  "sources": [
540
719
  {
541
720
  "fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
542
721
  "line": 10,
543
- "character": 9
722
+ "character": 9,
723
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L10"
544
724
  }
545
725
  ],
546
726
  "type": {
@@ -552,14 +732,12 @@
552
732
  "groups": [
553
733
  {
554
734
  "title": "Constructors",
555
- "kind": 512,
556
735
  "children": [
557
736
  140
558
737
  ]
559
738
  },
560
739
  {
561
740
  "title": "Properties",
562
- "kind": 1024,
563
741
  "children": [
564
742
  143,
565
743
  142
@@ -570,7 +748,8 @@
570
748
  {
571
749
  "fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
572
750
  "line": 5,
573
- "character": 13
751
+ "character": 13,
752
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L5"
574
753
  }
575
754
  ]
576
755
  },
@@ -590,13 +769,19 @@
590
769
  "isPublic": true
591
770
  },
592
771
  "comment": {
593
- "shortText": "A direct reference to the provided component's class."
772
+ "summary": [
773
+ {
774
+ "kind": "text",
775
+ "text": "A direct reference to the provided component's class."
776
+ }
777
+ ]
594
778
  },
595
779
  "sources": [
596
780
  {
597
781
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
598
782
  "line": 41,
599
- "character": 9
783
+ "character": 9,
784
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L41"
600
785
  }
601
786
  ],
602
787
  "type": {
@@ -616,34 +801,62 @@
616
801
  {
617
802
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
618
803
  "line": 13,
619
- "character": 13
804
+ "character": 13,
805
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L13"
620
806
  }
621
807
  ],
622
- "getSignature": [
623
- {
624
- "id": 185,
625
- "name": "beforeClose",
626
- "kind": 524288,
627
- "kindString": "Get signature",
628
- "flags": {},
629
- "comment": {
630
- "shortText": "An event that the modal instance emits when it is about to close.\nIt emits a `SkyModalBeforeCloseHandler` object with a `closeModal` method\nthat closes the modal. If a subscription exists for this event,\nthe modal does not close until the subscriber calls the `closeModal` method."
631
- },
632
- "type": {
633
- "type": "reference",
634
- "typeArguments": [
635
- {
636
- "type": "reference",
637
- "id": 132,
638
- "name": "SkyModalBeforeCloseHandler"
639
- }
640
- ],
641
- "qualifiedName": "Observable",
642
- "package": "rxjs",
643
- "name": "Observable"
644
- }
808
+ "getSignature": {
809
+ "id": 185,
810
+ "name": "beforeClose",
811
+ "kind": 524288,
812
+ "kindString": "Get signature",
813
+ "flags": {},
814
+ "comment": {
815
+ "summary": [
816
+ {
817
+ "kind": "text",
818
+ "text": "An event that the modal instance emits when it is about to close.\nIt emits a "
819
+ },
820
+ {
821
+ "kind": "code",
822
+ "text": "`SkyModalBeforeCloseHandler`"
823
+ },
824
+ {
825
+ "kind": "text",
826
+ "text": " object with a "
827
+ },
828
+ {
829
+ "kind": "code",
830
+ "text": "`closeModal`"
831
+ },
832
+ {
833
+ "kind": "text",
834
+ "text": " method\nthat closes the modal. If a subscription exists for this event,\nthe modal does not close until the subscriber calls the "
835
+ },
836
+ {
837
+ "kind": "code",
838
+ "text": "`closeModal`"
839
+ },
840
+ {
841
+ "kind": "text",
842
+ "text": " method."
843
+ }
844
+ ]
845
+ },
846
+ "type": {
847
+ "type": "reference",
848
+ "typeArguments": [
849
+ {
850
+ "type": "reference",
851
+ "id": 132,
852
+ "name": "SkyModalBeforeCloseHandler"
853
+ }
854
+ ],
855
+ "name": "Observable",
856
+ "qualifiedName": "Observable",
857
+ "package": "rxjs"
645
858
  }
646
- ]
859
+ }
647
860
  },
648
861
  {
649
862
  "id": 186,
@@ -657,34 +870,94 @@
657
870
  {
658
871
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
659
872
  "line": 25,
660
- "character": 13
873
+ "character": 13,
874
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L25"
661
875
  }
662
876
  ],
663
- "getSignature": [
664
- {
665
- "id": 187,
666
- "name": "closed",
667
- "kind": 524288,
668
- "kindString": "Get signature",
669
- "flags": {},
670
- "comment": {
671
- "shortText": "An event that the modal instance emits when it closes.\nIt emits a `SkyModalCloseArgs` object with a `data` property that includes\ndata passed from users on close or save and a `reason` property that indicates\nwhether the modal was saved or closed without saving.\nThe `reason` property accepts any string value.\nCommon examples include `\"cancel\"`, `\"close\"`, and `\"save\"`."
672
- },
673
- "type": {
674
- "type": "reference",
675
- "typeArguments": [
676
- {
677
- "type": "reference",
678
- "id": 139,
679
- "name": "SkyModalCloseArgs"
680
- }
681
- ],
682
- "qualifiedName": "Observable",
683
- "package": "rxjs",
684
- "name": "Observable"
685
- }
877
+ "getSignature": {
878
+ "id": 187,
879
+ "name": "closed",
880
+ "kind": 524288,
881
+ "kindString": "Get signature",
882
+ "flags": {},
883
+ "comment": {
884
+ "summary": [
885
+ {
886
+ "kind": "text",
887
+ "text": "An event that the modal instance emits when it closes.\nIt emits a "
888
+ },
889
+ {
890
+ "kind": "code",
891
+ "text": "`SkyModalCloseArgs`"
892
+ },
893
+ {
894
+ "kind": "text",
895
+ "text": " object with a "
896
+ },
897
+ {
898
+ "kind": "code",
899
+ "text": "`data`"
900
+ },
901
+ {
902
+ "kind": "text",
903
+ "text": " property that includes\ndata passed from users on close or save and a "
904
+ },
905
+ {
906
+ "kind": "code",
907
+ "text": "`reason`"
908
+ },
909
+ {
910
+ "kind": "text",
911
+ "text": " property that indicates\nwhether the modal was saved or closed without saving.\nThe "
912
+ },
913
+ {
914
+ "kind": "code",
915
+ "text": "`reason`"
916
+ },
917
+ {
918
+ "kind": "text",
919
+ "text": " property accepts any string value.\nCommon examples include "
920
+ },
921
+ {
922
+ "kind": "code",
923
+ "text": "`\"cancel\"`"
924
+ },
925
+ {
926
+ "kind": "text",
927
+ "text": ", "
928
+ },
929
+ {
930
+ "kind": "code",
931
+ "text": "`\"close\"`"
932
+ },
933
+ {
934
+ "kind": "text",
935
+ "text": ", and "
936
+ },
937
+ {
938
+ "kind": "code",
939
+ "text": "`\"save\"`"
940
+ },
941
+ {
942
+ "kind": "text",
943
+ "text": "."
944
+ }
945
+ ]
946
+ },
947
+ "type": {
948
+ "type": "reference",
949
+ "typeArguments": [
950
+ {
951
+ "type": "reference",
952
+ "id": 139,
953
+ "name": "SkyModalCloseArgs"
954
+ }
955
+ ],
956
+ "name": "Observable",
957
+ "qualifiedName": "Observable",
958
+ "package": "rxjs"
686
959
  }
687
- ]
960
+ }
688
961
  },
689
962
  {
690
963
  "id": 188,
@@ -698,33 +971,61 @@
698
971
  {
699
972
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
700
973
  "line": 34,
701
- "character": 13
974
+ "character": 13,
975
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L34"
702
976
  }
703
977
  ],
704
- "getSignature": [
705
- {
706
- "id": 189,
707
- "name": "helpOpened",
708
- "kind": 524288,
709
- "kindString": "Get signature",
710
- "flags": {},
711
- "comment": {
712
- "shortText": "An event that the modal instance emits when users click\nthe <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button.\nIf a `helpKey` parameter was specified, the `helpOpened` event broadcasts the `helpKey`."
713
- },
714
- "type": {
715
- "type": "reference",
716
- "typeArguments": [
717
- {
718
- "type": "intrinsic",
719
- "name": "string"
720
- }
721
- ],
722
- "qualifiedName": "Observable",
723
- "package": "rxjs",
724
- "name": "Observable"
725
- }
978
+ "getSignature": {
979
+ "id": 189,
980
+ "name": "helpOpened",
981
+ "kind": 524288,
982
+ "kindString": "Get signature",
983
+ "flags": {},
984
+ "comment": {
985
+ "summary": [
986
+ {
987
+ "kind": "text",
988
+ "text": "An event that the modal instance emits when users click\nthe <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button.\nIf a "
989
+ },
990
+ {
991
+ "kind": "code",
992
+ "text": "`helpKey`"
993
+ },
994
+ {
995
+ "kind": "text",
996
+ "text": " parameter was specified, the "
997
+ },
998
+ {
999
+ "kind": "code",
1000
+ "text": "`helpOpened`"
1001
+ },
1002
+ {
1003
+ "kind": "text",
1004
+ "text": " event broadcasts the "
1005
+ },
1006
+ {
1007
+ "kind": "code",
1008
+ "text": "`helpKey`"
1009
+ },
1010
+ {
1011
+ "kind": "text",
1012
+ "text": "."
1013
+ }
1014
+ ]
1015
+ },
1016
+ "type": {
1017
+ "type": "reference",
1018
+ "typeArguments": [
1019
+ {
1020
+ "type": "intrinsic",
1021
+ "name": "string"
1022
+ }
1023
+ ],
1024
+ "name": "Observable",
1025
+ "qualifiedName": "Observable",
1026
+ "package": "rxjs"
726
1027
  }
727
- ]
1028
+ }
728
1029
  },
729
1030
  {
730
1031
  "id": 199,
@@ -738,7 +1039,8 @@
738
1039
  {
739
1040
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
740
1041
  "line": 75,
741
- "character": 9
1042
+ "character": 9,
1043
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L75"
742
1044
  }
743
1045
  ],
744
1046
  "signatures": [
@@ -749,7 +1051,20 @@
749
1051
  "kindString": "Call signature",
750
1052
  "flags": {},
751
1053
  "comment": {
752
- "shortText": "Closes the modal instance with `reason=\"cancel\"`."
1054
+ "summary": [
1055
+ {
1056
+ "kind": "text",
1057
+ "text": "Closes the modal instance with "
1058
+ },
1059
+ {
1060
+ "kind": "code",
1061
+ "text": "`reason=\"cancel\"`"
1062
+ },
1063
+ {
1064
+ "kind": "text",
1065
+ "text": "."
1066
+ }
1067
+ ]
753
1068
  },
754
1069
  "parameters": [
755
1070
  {
@@ -761,7 +1076,36 @@
761
1076
  "isOptional": true
762
1077
  },
763
1078
  "comment": {
764
- "shortText": "Specifies an object to emit to subscribers of the `closed` event of the modal\ninstance. The `SkyModalInstance` provider can be injected into a component's constructor so\nthat this cancel function can be called from a button in the `sky-modal-footer`.\n"
1079
+ "summary": [
1080
+ {
1081
+ "kind": "text",
1082
+ "text": "Specifies an object to emit to subscribers of the "
1083
+ },
1084
+ {
1085
+ "kind": "code",
1086
+ "text": "`closed`"
1087
+ },
1088
+ {
1089
+ "kind": "text",
1090
+ "text": " event of the modal\ninstance. The "
1091
+ },
1092
+ {
1093
+ "kind": "code",
1094
+ "text": "`SkyModalInstance`"
1095
+ },
1096
+ {
1097
+ "kind": "text",
1098
+ "text": " provider can be injected into a component's constructor so\nthat this cancel function can be called from a button in the "
1099
+ },
1100
+ {
1101
+ "kind": "code",
1102
+ "text": "`sky-modal-footer`"
1103
+ },
1104
+ {
1105
+ "kind": "text",
1106
+ "text": "."
1107
+ }
1108
+ ]
765
1109
  },
766
1110
  "type": {
767
1111
  "type": "intrinsic",
@@ -788,7 +1132,8 @@
788
1132
  {
789
1133
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
790
1134
  "line": 57,
791
- "character": 9
1135
+ "character": 9,
1136
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L57"
792
1137
  }
793
1138
  ],
794
1139
  "signatures": [
@@ -799,7 +1144,12 @@
799
1144
  "kindString": "Call signature",
800
1145
  "flags": {},
801
1146
  "comment": {
802
- "shortText": "Closes the modal instance."
1147
+ "summary": [
1148
+ {
1149
+ "kind": "text",
1150
+ "text": "Closes the modal instance."
1151
+ }
1152
+ ]
803
1153
  },
804
1154
  "parameters": [
805
1155
  {
@@ -811,7 +1161,44 @@
811
1161
  "isOptional": true
812
1162
  },
813
1163
  "comment": {
814
- "shortText": "Specifies an object to emit to subscribers of the `closed` event of the\nmodal instance. The `SkyModalInstance` provider can be injected into a component's constructor\nso that this `close` function can be called from a button in the `sky-modal-footer`."
1164
+ "summary": [
1165
+ {
1166
+ "kind": "text",
1167
+ "text": "Specifies an object to emit to subscribers of the "
1168
+ },
1169
+ {
1170
+ "kind": "code",
1171
+ "text": "`closed`"
1172
+ },
1173
+ {
1174
+ "kind": "text",
1175
+ "text": " event of the\nmodal instance. The "
1176
+ },
1177
+ {
1178
+ "kind": "code",
1179
+ "text": "`SkyModalInstance`"
1180
+ },
1181
+ {
1182
+ "kind": "text",
1183
+ "text": " provider can be injected into a component's constructor\nso that this "
1184
+ },
1185
+ {
1186
+ "kind": "code",
1187
+ "text": "`close`"
1188
+ },
1189
+ {
1190
+ "kind": "text",
1191
+ "text": " function can be called from a button in the "
1192
+ },
1193
+ {
1194
+ "kind": "code",
1195
+ "text": "`sky-modal-footer`"
1196
+ },
1197
+ {
1198
+ "kind": "text",
1199
+ "text": "."
1200
+ }
1201
+ ]
815
1202
  },
816
1203
  "type": {
817
1204
  "type": "intrinsic",
@@ -827,7 +1214,20 @@
827
1214
  "isOptional": true
828
1215
  },
829
1216
  "comment": {
830
- "shortText": "Specifies the reason for the modal closing, with the default reason of `\"close\"`."
1217
+ "summary": [
1218
+ {
1219
+ "kind": "text",
1220
+ "text": "Specifies the reason for the modal closing, with the default reason of "
1221
+ },
1222
+ {
1223
+ "kind": "code",
1224
+ "text": "`\"close\"`"
1225
+ },
1226
+ {
1227
+ "kind": "text",
1228
+ "text": "."
1229
+ }
1230
+ ]
831
1231
  },
832
1232
  "type": {
833
1233
  "type": "intrinsic",
@@ -843,7 +1243,20 @@
843
1243
  "isOptional": true
844
1244
  },
845
1245
  "comment": {
846
- "shortText": "Indicates whether to ignore the modal instance's `beforeClose` event.\n"
1246
+ "summary": [
1247
+ {
1248
+ "kind": "text",
1249
+ "text": "Indicates whether to ignore the modal instance's "
1250
+ },
1251
+ {
1252
+ "kind": "code",
1253
+ "text": "`beforeClose`"
1254
+ },
1255
+ {
1256
+ "kind": "text",
1257
+ "text": " event."
1258
+ }
1259
+ ]
847
1260
  },
848
1261
  "type": {
849
1262
  "type": "intrinsic",
@@ -870,7 +1283,8 @@
870
1283
  {
871
1284
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
872
1285
  "line": 96,
873
- "character": 9
1286
+ "character": 9,
1287
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L96"
874
1288
  }
875
1289
  ],
876
1290
  "signatures": [
@@ -881,7 +1295,28 @@
881
1295
  "kindString": "Call signature",
882
1296
  "flags": {},
883
1297
  "comment": {
884
- "shortText": "Triggers the `helpOpened` event that broadcasts a `helpKey` parameter to open\nwhen users click the <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button."
1298
+ "summary": [
1299
+ {
1300
+ "kind": "text",
1301
+ "text": "Triggers the "
1302
+ },
1303
+ {
1304
+ "kind": "code",
1305
+ "text": "`helpOpened`"
1306
+ },
1307
+ {
1308
+ "kind": "text",
1309
+ "text": " event that broadcasts a "
1310
+ },
1311
+ {
1312
+ "kind": "code",
1313
+ "text": "`helpKey`"
1314
+ },
1315
+ {
1316
+ "kind": "text",
1317
+ "text": " parameter to open\nwhen users click the <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button."
1318
+ }
1319
+ ]
885
1320
  },
886
1321
  "parameters": [
887
1322
  {
@@ -891,7 +1326,36 @@
891
1326
  "kindString": "Parameter",
892
1327
  "flags": {},
893
1328
  "comment": {
894
- "shortText": "Specifies a string to emit to subscribers of\nthe modal instance's `helpOpened` event. Consumers can inject the `SkyModalInstance` provider\ninto a component's constructor to call the `openHelp` function in the modal template.\n"
1329
+ "summary": [
1330
+ {
1331
+ "kind": "text",
1332
+ "text": "Specifies a string to emit to subscribers of\nthe modal instance's "
1333
+ },
1334
+ {
1335
+ "kind": "code",
1336
+ "text": "`helpOpened`"
1337
+ },
1338
+ {
1339
+ "kind": "text",
1340
+ "text": " event. Consumers can inject the "
1341
+ },
1342
+ {
1343
+ "kind": "code",
1344
+ "text": "`SkyModalInstance`"
1345
+ },
1346
+ {
1347
+ "kind": "text",
1348
+ "text": " provider\ninto a component's constructor to call the "
1349
+ },
1350
+ {
1351
+ "kind": "code",
1352
+ "text": "`openHelp`"
1353
+ },
1354
+ {
1355
+ "kind": "text",
1356
+ "text": " function in the modal template."
1357
+ }
1358
+ ]
895
1359
  },
896
1360
  "type": {
897
1361
  "type": "intrinsic",
@@ -918,7 +1382,8 @@
918
1382
  {
919
1383
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
920
1384
  "line": 85,
921
- "character": 9
1385
+ "character": 9,
1386
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L85"
922
1387
  }
923
1388
  ],
924
1389
  "signatures": [
@@ -929,7 +1394,20 @@
929
1394
  "kindString": "Call signature",
930
1395
  "flags": {},
931
1396
  "comment": {
932
- "shortText": "Closes the modal instance with `reason=\"save\"`."
1397
+ "summary": [
1398
+ {
1399
+ "kind": "text",
1400
+ "text": "Closes the modal instance with "
1401
+ },
1402
+ {
1403
+ "kind": "code",
1404
+ "text": "`reason=\"save\"`"
1405
+ },
1406
+ {
1407
+ "kind": "text",
1408
+ "text": "."
1409
+ }
1410
+ ]
933
1411
  },
934
1412
  "parameters": [
935
1413
  {
@@ -941,7 +1419,44 @@
941
1419
  "isOptional": true
942
1420
  },
943
1421
  "comment": {
944
- "shortText": "Specifies an object to emit to subscribers of the `closed` event of the modal\ninstance. The `SkyModalInstance` provider can be injected into a component's constructor so\nthat this `save` function can be called from a button in `the sky-modal-footer`.\n"
1422
+ "summary": [
1423
+ {
1424
+ "kind": "text",
1425
+ "text": "Specifies an object to emit to subscribers of the "
1426
+ },
1427
+ {
1428
+ "kind": "code",
1429
+ "text": "`closed`"
1430
+ },
1431
+ {
1432
+ "kind": "text",
1433
+ "text": " event of the modal\ninstance. The "
1434
+ },
1435
+ {
1436
+ "kind": "code",
1437
+ "text": "`SkyModalInstance`"
1438
+ },
1439
+ {
1440
+ "kind": "text",
1441
+ "text": " provider can be injected into a component's constructor so\nthat this "
1442
+ },
1443
+ {
1444
+ "kind": "code",
1445
+ "text": "`save`"
1446
+ },
1447
+ {
1448
+ "kind": "text",
1449
+ "text": " function can be called from a button in "
1450
+ },
1451
+ {
1452
+ "kind": "code",
1453
+ "text": "`the sky-modal-footer`"
1454
+ },
1455
+ {
1456
+ "kind": "text",
1457
+ "text": "."
1458
+ }
1459
+ ]
945
1460
  },
946
1461
  "type": {
947
1462
  "type": "intrinsic",
@@ -960,21 +1475,18 @@
960
1475
  "groups": [
961
1476
  {
962
1477
  "title": "Constructors",
963
- "kind": 512,
964
1478
  "children": [
965
1479
  182
966
1480
  ]
967
1481
  },
968
1482
  {
969
1483
  "title": "Properties",
970
- "kind": 1024,
971
1484
  "children": [
972
1485
  190
973
1486
  ]
974
1487
  },
975
1488
  {
976
1489
  "title": "Accessors",
977
- "kind": 262144,
978
1490
  "children": [
979
1491
  184,
980
1492
  186,
@@ -983,7 +1495,6 @@
983
1495
  },
984
1496
  {
985
1497
  "title": "Methods",
986
- "kind": 2048,
987
1498
  "children": [
988
1499
  199,
989
1500
  194,
@@ -996,7 +1507,8 @@
996
1507
  {
997
1508
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
998
1509
  "line": 6,
999
- "character": 13
1510
+ "character": 13,
1511
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L6"
1000
1512
  }
1001
1513
  ]
1002
1514
  },
@@ -1006,25 +1518,10 @@
1006
1518
  "kind": 128,
1007
1519
  "kindString": "Class",
1008
1520
  "flags": {},
1009
- "decorators": [
1010
- {
1011
- "name": "NgModule",
1012
- "type": {
1013
- "type": "reference",
1014
- "qualifiedName": "NgModuleDecorator",
1015
- "package": "@angular/core",
1016
- "name": "NgModule"
1017
- },
1018
- "arguments": {
1019
- "obj": "{\n declarations: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalHostComponent,\n SkyModalScrollShadowDirective,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyIconModule,\n SkyIdModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n ],\n}"
1020
- }
1021
- }
1022
- ],
1023
1521
  "children": [],
1024
1522
  "groups": [
1025
1523
  {
1026
1524
  "title": "Constructors",
1027
- "kind": 512,
1028
1525
  "children": [
1029
1526
  227
1030
1527
  ]
@@ -1034,7 +1531,8 @@
1034
1531
  {
1035
1532
  "fileName": "projects/modals/src/modules/modal/modal.module.ts",
1036
1533
  "line": 42,
1037
- "character": 13
1534
+ "character": 13,
1535
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.module.ts#L42"
1038
1536
  }
1039
1537
  ]
1040
1538
  },
@@ -1045,28 +1543,19 @@
1045
1543
  "kindString": "Class",
1046
1544
  "flags": {},
1047
1545
  "comment": {
1048
- "shortText": "A service that launches modals.",
1049
- "tags": [
1546
+ "summary": [
1547
+ {
1548
+ "kind": "text",
1549
+ "text": "A service that launches modals."
1550
+ }
1551
+ ],
1552
+ "blockTags": [
1050
1553
  {
1051
- "tag": "dynamic",
1052
- "text": "\n"
1554
+ "tag": "@dynamic",
1555
+ "content": []
1053
1556
  }
1054
1557
  ]
1055
1558
  },
1056
- "decorators": [
1057
- {
1058
- "name": "Injectable",
1059
- "type": {
1060
- "type": "reference",
1061
- "qualifiedName": "InjectableDecorator",
1062
- "package": "@angular/core",
1063
- "name": "Injectable"
1064
- },
1065
- "arguments": {
1066
- "options": "{\n // Must be 'any' so that the modal component is created in the context of its module's injector.\n // If set to 'root', the component's dependency injections would only be derived from the root\n // injector and may lose context if the modal was opened from within a lazy-loaded module.\n providedIn: 'any',\n}"
1067
- }
1068
- }
1069
- ],
1070
1559
  "children": [
1071
1560
  {
1072
1561
  "id": 231,
@@ -1078,7 +1567,8 @@
1078
1567
  {
1079
1568
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1080
1569
  "line": 24,
1081
- "character": 2
1570
+ "character": 2,
1571
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.service.ts#L24"
1082
1572
  }
1083
1573
  ],
1084
1574
  "signatures": [
@@ -1121,7 +1611,8 @@
1121
1611
  {
1122
1612
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1123
1613
  "line": 44,
1124
- "character": 9
1614
+ "character": 9,
1615
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.service.ts#L44"
1125
1616
  }
1126
1617
  ],
1127
1618
  "signatures": [
@@ -1132,7 +1623,12 @@
1132
1623
  "kindString": "Call signature",
1133
1624
  "flags": {},
1134
1625
  "comment": {
1135
- "shortText": "Opens a modal using the specified component."
1626
+ "summary": [
1627
+ {
1628
+ "kind": "text",
1629
+ "text": "Opens a modal using the specified component."
1630
+ }
1631
+ ]
1136
1632
  },
1137
1633
  "parameters": [
1138
1634
  {
@@ -1142,7 +1638,12 @@
1142
1638
  "kindString": "Parameter",
1143
1639
  "flags": {},
1144
1640
  "comment": {
1145
- "shortText": "Determines the component to render."
1641
+ "summary": [
1642
+ {
1643
+ "kind": "text",
1644
+ "text": "Determines the component to render."
1645
+ }
1646
+ ]
1146
1647
  },
1147
1648
  "type": {
1148
1649
  "type": "intrinsic",
@@ -1158,7 +1659,12 @@
1158
1659
  "isOptional": true
1159
1660
  },
1160
1661
  "comment": {
1161
- "shortText": "Specifies configuration options for the modal.\n"
1662
+ "summary": [
1663
+ {
1664
+ "kind": "text",
1665
+ "text": "Specifies configuration options for the modal."
1666
+ }
1667
+ ]
1162
1668
  },
1163
1669
  "type": {
1164
1670
  "type": "union",
@@ -1191,14 +1697,12 @@
1191
1697
  "groups": [
1192
1698
  {
1193
1699
  "title": "Constructors",
1194
- "kind": 512,
1195
1700
  "children": [
1196
1701
  231
1197
1702
  ]
1198
1703
  },
1199
1704
  {
1200
1705
  "title": "Methods",
1201
- "kind": 2048,
1202
1706
  "children": [
1203
1707
  237
1204
1708
  ]
@@ -1208,7 +1712,8 @@
1208
1712
  {
1209
1713
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1210
1714
  "line": 19,
1211
- "character": 13
1715
+ "character": 13,
1716
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.service.ts#L19"
1212
1717
  }
1213
1718
  ]
1214
1719
  },
@@ -1218,20 +1723,6 @@
1218
1723
  "kind": 128,
1219
1724
  "kindString": "Class",
1220
1725
  "flags": {},
1221
- "decorators": [
1222
- {
1223
- "name": "Component",
1224
- "type": {
1225
- "type": "reference",
1226
- "qualifiedName": "ComponentDecorator",
1227
- "package": "@angular/core",
1228
- "name": "Component"
1229
- },
1230
- "arguments": {
1231
- "obj": "{\n selector: 'sky-confirm',\n templateUrl: './confirm.component.html',\n styleUrls: ['./confirm.component.scss'],\n}"
1232
- }
1233
- }
1234
- ],
1235
1726
  "children": [
1236
1727
  {
1237
1728
  "id": 4,
@@ -1243,7 +1734,8 @@
1243
1734
  {
1244
1735
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1245
1736
  "line": 34,
1246
- "character": 2
1737
+ "character": 2,
1738
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L34"
1247
1739
  }
1248
1740
  ],
1249
1741
  "signatures": [
@@ -1260,20 +1752,6 @@
1260
1752
  "kind": 32768,
1261
1753
  "kindString": "Parameter",
1262
1754
  "flags": {},
1263
- "decorators": [
1264
- {
1265
- "name": "Inject",
1266
- "type": {
1267
- "type": "reference",
1268
- "qualifiedName": "InjectDecorator",
1269
- "package": "@angular/core",
1270
- "name": "Inject"
1271
- },
1272
- "arguments": {
1273
- "token": "SKY_CONFIRM_CONFIG"
1274
- }
1275
- }
1276
- ],
1277
1755
  "type": {
1278
1756
  "type": "reference",
1279
1757
  "id": 106,
@@ -1335,7 +1813,8 @@
1335
1813
  {
1336
1814
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1337
1815
  "line": 25,
1338
- "character": 9
1816
+ "character": 9,
1817
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L25"
1339
1818
  }
1340
1819
  ],
1341
1820
  "type": {
@@ -1355,7 +1834,8 @@
1355
1834
  {
1356
1835
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1357
1836
  "line": 26,
1358
- "character": 9
1837
+ "character": 9,
1838
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L26"
1359
1839
  }
1360
1840
  ],
1361
1841
  "type": {
@@ -1375,7 +1855,8 @@
1375
1855
  {
1376
1856
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1377
1857
  "line": 23,
1378
- "character": 9
1858
+ "character": 9,
1859
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L23"
1379
1860
  }
1380
1861
  ],
1381
1862
  "type": {
@@ -1398,7 +1879,8 @@
1398
1879
  {
1399
1880
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1400
1881
  "line": 28,
1401
- "character": 9
1882
+ "character": 9,
1883
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L28"
1402
1884
  }
1403
1885
  ],
1404
1886
  "type": {
@@ -1419,7 +1901,8 @@
1419
1901
  {
1420
1902
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1421
1903
  "line": 24,
1422
- "character": 9
1904
+ "character": 9,
1905
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L24"
1423
1906
  }
1424
1907
  ],
1425
1908
  "type": {
@@ -1439,7 +1922,8 @@
1439
1922
  {
1440
1923
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1441
1924
  "line": 27,
1442
- "character": 9
1925
+ "character": 9,
1926
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L27"
1443
1927
  }
1444
1928
  ],
1445
1929
  "type": {
@@ -1460,7 +1944,8 @@
1460
1944
  {
1461
1945
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1462
1946
  "line": 67,
1463
- "character": 9
1947
+ "character": 9,
1948
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L67"
1464
1949
  }
1465
1950
  ],
1466
1951
  "signatures": [
@@ -1494,14 +1979,12 @@
1494
1979
  "groups": [
1495
1980
  {
1496
1981
  "title": "Constructors",
1497
- "kind": 512,
1498
1982
  "children": [
1499
1983
  4
1500
1984
  ]
1501
1985
  },
1502
1986
  {
1503
1987
  "title": "Properties",
1504
- "kind": 1024,
1505
1988
  "children": [
1506
1989
  12,
1507
1990
  13,
@@ -1513,7 +1996,6 @@
1513
1996
  },
1514
1997
  {
1515
1998
  "title": "Methods",
1516
- "kind": 2048,
1517
1999
  "children": [
1518
2000
  19
1519
2001
  ]
@@ -1523,7 +2005,8 @@
1523
2005
  {
1524
2006
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1525
2007
  "line": 22,
1526
- "character": 13
2008
+ "character": 13,
2009
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L22"
1527
2010
  }
1528
2011
  ]
1529
2012
  },
@@ -1534,27 +2017,17 @@
1534
2017
  "kindString": "Class",
1535
2018
  "flags": {},
1536
2019
  "comment": {
1537
- "shortText": "Specifies content to display in the modal's body."
1538
- },
1539
- "decorators": [
1540
- {
1541
- "name": "Component",
1542
- "type": {
1543
- "type": "reference",
1544
- "qualifiedName": "ComponentDecorator",
1545
- "package": "@angular/core",
1546
- "name": "Component"
1547
- },
1548
- "arguments": {
1549
- "obj": "{\n selector: 'sky-modal-content',\n templateUrl: './modal-content.component.html',\n styleUrls: ['./modal-content.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
2020
+ "summary": [
2021
+ {
2022
+ "kind": "text",
2023
+ "text": "Specifies content to display in the modal's body."
1550
2024
  }
1551
- }
1552
- ],
2025
+ ]
2026
+ },
1553
2027
  "children": [],
1554
2028
  "groups": [
1555
2029
  {
1556
2030
  "title": "Constructors",
1557
- "kind": 512,
1558
2031
  "children": [
1559
2032
  28
1560
2033
  ]
@@ -1564,7 +2037,8 @@
1564
2037
  {
1565
2038
  "fileName": "projects/modals/src/modules/modal/modal-content.component.ts",
1566
2039
  "line": 12,
1567
- "character": 13
2040
+ "character": 13,
2041
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-content.component.ts#L12"
1568
2042
  }
1569
2043
  ]
1570
2044
  },
@@ -1575,27 +2049,17 @@
1575
2049
  "kindString": "Class",
1576
2050
  "flags": {},
1577
2051
  "comment": {
1578
- "shortText": "Specifies content to display in the modal's footer."
1579
- },
1580
- "decorators": [
1581
- {
1582
- "name": "Component",
1583
- "type": {
1584
- "type": "reference",
1585
- "qualifiedName": "ComponentDecorator",
1586
- "package": "@angular/core",
1587
- "name": "Component"
1588
- },
1589
- "arguments": {
1590
- "obj": "{\n selector: 'sky-modal-footer',\n templateUrl: './modal-footer.component.html',\n styleUrls: ['./modal-footer.component.scss'],\n}"
2052
+ "summary": [
2053
+ {
2054
+ "kind": "text",
2055
+ "text": "Specifies content to display in the modal's footer."
1591
2056
  }
1592
- }
1593
- ],
2057
+ ]
2058
+ },
1594
2059
  "children": [],
1595
2060
  "groups": [
1596
2061
  {
1597
2062
  "title": "Constructors",
1598
- "kind": 512,
1599
2063
  "children": [
1600
2064
  31
1601
2065
  ]
@@ -1605,7 +2069,8 @@
1605
2069
  {
1606
2070
  "fileName": "projects/modals/src/modules/modal/modal-footer.component.ts",
1607
2071
  "line": 11,
1608
- "character": 13
2072
+ "character": 13,
2073
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-footer.component.ts#L11"
1609
2074
  }
1610
2075
  ]
1611
2076
  },
@@ -1616,27 +2081,17 @@
1616
2081
  "kindString": "Class",
1617
2082
  "flags": {},
1618
2083
  "comment": {
1619
- "shortText": "Specifies a header for the modal."
1620
- },
1621
- "decorators": [
1622
- {
1623
- "name": "Component",
1624
- "type": {
1625
- "type": "reference",
1626
- "qualifiedName": "ComponentDecorator",
1627
- "package": "@angular/core",
1628
- "name": "Component"
1629
- },
1630
- "arguments": {
1631
- "obj": "{\n selector: 'sky-modal-header',\n templateUrl: './modal-header.component.html',\n styleUrls: ['./modal-header.component.scss'],\n}"
2084
+ "summary": [
2085
+ {
2086
+ "kind": "text",
2087
+ "text": "Specifies a header for the modal."
1632
2088
  }
1633
- }
1634
- ],
2089
+ ]
2090
+ },
1635
2091
  "children": [],
1636
2092
  "groups": [
1637
2093
  {
1638
2094
  "title": "Constructors",
1639
- "kind": 512,
1640
2095
  "children": [
1641
2096
  34
1642
2097
  ]
@@ -1646,7 +2101,8 @@
1646
2101
  {
1647
2102
  "fileName": "projects/modals/src/modules/modal/modal-header.component.ts",
1648
2103
  "line": 11,
1649
- "character": 13
2104
+ "character": 13,
2105
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal-header.component.ts#L11"
1650
2106
  }
1651
2107
  ]
1652
2108
  },
@@ -1657,22 +2113,13 @@
1657
2113
  "kindString": "Class",
1658
2114
  "flags": {},
1659
2115
  "comment": {
1660
- "shortText": "Provides a common look-and-feel for modal content with options to display\na common modal header, specify body content, and display a common modal footer\nand buttons."
1661
- },
1662
- "decorators": [
1663
- {
1664
- "name": "Component",
1665
- "type": {
1666
- "type": "reference",
1667
- "qualifiedName": "ComponentDecorator",
1668
- "package": "@angular/core",
1669
- "name": "Component"
1670
- },
1671
- "arguments": {
1672
- "obj": "{\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n providers: [SkyModalComponentAdapterService, SkyDockService],\n}"
2116
+ "summary": [
2117
+ {
2118
+ "kind": "text",
2119
+ "text": "Provides a common look-and-feel for modal content with options to display\na common modal header, specify body content, and display a common modal footer\nand buttons."
1673
2120
  }
1674
- }
1675
- ],
2121
+ ]
2122
+ },
1676
2123
  "children": [
1677
2124
  {
1678
2125
  "id": 37,
@@ -1684,7 +2131,8 @@
1684
2131
  {
1685
2132
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1686
2133
  "line": 107,
1687
- "character": 2
2134
+ "character": 2,
2135
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L107"
1688
2136
  }
1689
2137
  ],
1690
2138
  "signatures": [
@@ -1731,9 +2179,9 @@
1731
2179
  "name": "any"
1732
2180
  }
1733
2181
  ],
2182
+ "name": "ElementRef",
1734
2183
  "qualifiedName": "ElementRef",
1735
- "package": "@angular/core",
1736
- "name": "ElementRef"
2184
+ "package": "@angular/core"
1737
2185
  }
1738
2186
  },
1739
2187
  {
@@ -1775,18 +2223,6 @@
1775
2223
  "kind": 32768,
1776
2224
  "kindString": "Parameter",
1777
2225
  "flags": {},
1778
- "decorators": [
1779
- {
1780
- "name": "Host",
1781
- "type": {
1782
- "type": "reference",
1783
- "qualifiedName": "HostDecorator",
1784
- "package": "@angular/core",
1785
- "name": "Host"
1786
- },
1787
- "arguments": {}
1788
- }
1789
- ],
1790
2226
  "type": {
1791
2227
  "type": "reference",
1792
2228
  "name": "SkyDockService"
@@ -1800,18 +2236,6 @@
1800
2236
  "flags": {
1801
2237
  "isOptional": true
1802
2238
  },
1803
- "decorators": [
1804
- {
1805
- "name": "Optional",
1806
- "type": {
1807
- "type": "reference",
1808
- "qualifiedName": "OptionalDecorator",
1809
- "package": "@angular/core",
1810
- "name": "Optional"
1811
- },
1812
- "arguments": {}
1813
- }
1814
- ],
1815
2239
  "type": {
1816
2240
  "type": "reference",
1817
2241
  "name": "SkyResizeObserverMediaQueryService"
@@ -1838,7 +2262,8 @@
1838
2262
  {
1839
2263
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1840
2264
  "line": 51,
1841
- "character": 9
2265
+ "character": 9,
2266
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L51"
1842
2267
  }
1843
2268
  ],
1844
2269
  "type": {
@@ -1859,7 +2284,8 @@
1859
2284
  {
1860
2285
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1861
2286
  "line": 83,
1862
- "character": 9
2287
+ "character": 9,
2288
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L83"
1863
2289
  }
1864
2290
  ],
1865
2291
  "type": {
@@ -1875,26 +2301,12 @@
1875
2301
  "flags": {
1876
2302
  "isPublic": true
1877
2303
  },
1878
- "decorators": [
1879
- {
1880
- "name": "ViewChild",
1881
- "type": {
1882
- "type": "reference",
1883
- "qualifiedName": "ViewChildDecorator",
1884
- "package": "@angular/core",
1885
- "name": "ViewChild"
1886
- },
1887
- "arguments": {
1888
- "selector": "'modalContentWrapper'",
1889
- "opts": "{ read: ElementRef }"
1890
- }
1891
- }
1892
- ],
1893
2304
  "sources": [
1894
2305
  {
1895
2306
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1896
2307
  "line": 94,
1897
- "character": 9
2308
+ "character": 9,
2309
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L94"
1898
2310
  }
1899
2311
  ],
1900
2312
  "type": {
@@ -1905,9 +2317,9 @@
1905
2317
  "name": "any"
1906
2318
  }
1907
2319
  ],
2320
+ "name": "ElementRef",
1908
2321
  "qualifiedName": "ElementRef",
1909
- "package": "@angular/core",
1910
- "name": "ElementRef"
2322
+ "package": "@angular/core"
1911
2323
  }
1912
2324
  },
1913
2325
  {
@@ -1922,7 +2334,8 @@
1922
2334
  {
1923
2335
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1924
2336
  "line": 85,
1925
- "character": 9
2337
+ "character": 9,
2338
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L85"
1926
2339
  }
1927
2340
  ],
1928
2341
  "type": {
@@ -1943,7 +2356,8 @@
1943
2356
  {
1944
2357
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1945
2358
  "line": 87,
1946
- "character": 9
2359
+ "character": 9,
2360
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L87"
1947
2361
  }
1948
2362
  ],
1949
2363
  "type": {
@@ -1963,7 +2377,8 @@
1963
2377
  {
1964
2378
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1965
2379
  "line": 89,
1966
- "character": 9
2380
+ "character": 9,
2381
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L89"
1967
2382
  }
1968
2383
  ],
1969
2384
  "type": {
@@ -1983,7 +2398,8 @@
1983
2398
  {
1984
2399
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1985
2400
  "line": 91,
1986
- "character": 9
2401
+ "character": 9,
2402
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L91"
1987
2403
  }
1988
2404
  ],
1989
2405
  "type": {
@@ -1999,25 +2415,12 @@
1999
2415
  "flags": {
2000
2416
  "isPublic": true
2001
2417
  },
2002
- "decorators": [
2003
- {
2004
- "name": "HostBinding",
2005
- "type": {
2006
- "type": "reference",
2007
- "qualifiedName": "HostBindingDecorator",
2008
- "package": "@angular/core",
2009
- "name": "HostBinding"
2010
- },
2011
- "arguments": {
2012
- "hostPropertyName": "'class'"
2013
- }
2014
- }
2015
- ],
2016
2418
  "sources": [
2017
2419
  {
2018
2420
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2019
2421
  "line": 41,
2020
- "character": 9
2422
+ "character": 9,
2423
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L41"
2021
2424
  }
2022
2425
  ],
2023
2426
  "type": {
@@ -2025,6 +2428,62 @@
2025
2428
  "name": "string"
2026
2429
  }
2027
2430
  },
2431
+ {
2432
+ "id": 53,
2433
+ "name": "ariaDescribedBy",
2434
+ "kind": 262144,
2435
+ "kindString": "Accessor",
2436
+ "flags": {
2437
+ "isPublic": true
2438
+ },
2439
+ "sources": [
2440
+ {
2441
+ "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2442
+ "line": 67,
2443
+ "character": 2,
2444
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L67"
2445
+ }
2446
+ ],
2447
+ "getSignature": {
2448
+ "id": 54,
2449
+ "name": "ariaDescribedBy",
2450
+ "kind": 524288,
2451
+ "kindString": "Get signature",
2452
+ "flags": {},
2453
+ "type": {
2454
+ "type": "intrinsic",
2455
+ "name": "string"
2456
+ }
2457
+ }
2458
+ },
2459
+ {
2460
+ "id": 57,
2461
+ "name": "ariaLabelledBy",
2462
+ "kind": 262144,
2463
+ "kindString": "Accessor",
2464
+ "flags": {
2465
+ "isPublic": true
2466
+ },
2467
+ "sources": [
2468
+ {
2469
+ "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2470
+ "line": 79,
2471
+ "character": 2,
2472
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L79"
2473
+ }
2474
+ ],
2475
+ "getSignature": {
2476
+ "id": 58,
2477
+ "name": "ariaLabelledBy",
2478
+ "kind": 524288,
2479
+ "kindString": "Get signature",
2480
+ "flags": {},
2481
+ "type": {
2482
+ "type": "intrinsic",
2483
+ "name": "string"
2484
+ }
2485
+ }
2486
+ },
2028
2487
  {
2029
2488
  "id": 88,
2030
2489
  "name": "closeButtonClick",
@@ -2037,7 +2496,8 @@
2037
2496
  {
2038
2497
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2039
2498
  "line": 232,
2040
- "character": 9
2499
+ "character": 9,
2500
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L232"
2041
2501
  }
2042
2502
  ],
2043
2503
  "signatures": [
@@ -2066,7 +2526,8 @@
2066
2526
  {
2067
2527
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2068
2528
  "line": 226,
2069
- "character": 9
2529
+ "character": 9,
2530
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L226"
2070
2531
  }
2071
2532
  ],
2072
2533
  "signatures": [
@@ -2095,7 +2556,8 @@
2095
2556
  {
2096
2557
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2097
2558
  "line": 198,
2098
- "character": 9
2559
+ "character": 9,
2560
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L198"
2099
2561
  }
2100
2562
  ],
2101
2563
  "signatures": [
@@ -2132,7 +2594,8 @@
2132
2594
  {
2133
2595
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2134
2596
  "line": 219,
2135
- "character": 9
2597
+ "character": 9,
2598
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L219"
2136
2599
  }
2137
2600
  ],
2138
2601
  "signatures": [
@@ -2165,26 +2628,12 @@
2165
2628
  "flags": {
2166
2629
  "isPublic": true
2167
2630
  },
2168
- "decorators": [
2169
- {
2170
- "name": "HostListener",
2171
- "type": {
2172
- "type": "reference",
2173
- "qualifiedName": "HostListenerDecorator",
2174
- "package": "@angular/core",
2175
- "name": "HostListener"
2176
- },
2177
- "arguments": {
2178
- "eventName": "'document:keydown'",
2179
- "args": "['$event']"
2180
- }
2181
- }
2182
- ],
2183
2631
  "sources": [
2184
2632
  {
2185
2633
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2186
2634
  "line": 157,
2187
- "character": 9
2635
+ "character": 9,
2636
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L157"
2188
2637
  }
2189
2638
  ],
2190
2639
  "signatures": [
@@ -2203,9 +2652,9 @@
2203
2652
  "flags": {},
2204
2653
  "type": {
2205
2654
  "type": "reference",
2655
+ "name": "KeyboardEvent",
2206
2656
  "qualifiedName": "KeyboardEvent",
2207
- "package": "typescript",
2208
- "name": "KeyboardEvent"
2657
+ "package": "typescript"
2209
2658
  }
2210
2659
  }
2211
2660
  ],
@@ -2224,26 +2673,12 @@
2224
2673
  "flags": {
2225
2674
  "isPublic": true
2226
2675
  },
2227
- "decorators": [
2228
- {
2229
- "name": "HostListener",
2230
- "type": {
2231
- "type": "reference",
2232
- "qualifiedName": "HostListenerDecorator",
2233
- "package": "@angular/core",
2234
- "name": "HostListener"
2235
- },
2236
- "arguments": {
2237
- "eventName": "'document:keyup'",
2238
- "args": "['$event']"
2239
- }
2240
- }
2241
- ],
2242
2676
  "sources": [
2243
2677
  {
2244
2678
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2245
2679
  "line": 141,
2246
- "character": 9
2680
+ "character": 9,
2681
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L141"
2247
2682
  }
2248
2683
  ],
2249
2684
  "signatures": [
@@ -2262,9 +2697,9 @@
2262
2697
  "flags": {},
2263
2698
  "type": {
2264
2699
  "type": "reference",
2700
+ "name": "KeyboardEvent",
2265
2701
  "qualifiedName": "KeyboardEvent",
2266
- "package": "typescript",
2267
- "name": "KeyboardEvent"
2702
+ "package": "typescript"
2268
2703
  }
2269
2704
  }
2270
2705
  ],
@@ -2287,7 +2722,8 @@
2287
2722
  {
2288
2723
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2289
2724
  "line": 240,
2290
- "character": 9
2725
+ "character": 9,
2726
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L240"
2291
2727
  }
2292
2728
  ],
2293
2729
  "signatures": [
@@ -2329,7 +2765,8 @@
2329
2765
  {
2330
2766
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2331
2767
  "line": 244,
2332
- "character": 9
2768
+ "character": 9,
2769
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L244"
2333
2770
  }
2334
2771
  ],
2335
2772
  "signatures": [
@@ -2358,7 +2795,8 @@
2358
2795
  {
2359
2796
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2360
2797
  "line": 236,
2361
- "character": 9
2798
+ "character": 9,
2799
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L236"
2362
2800
  }
2363
2801
  ],
2364
2802
  "signatures": [
@@ -2379,14 +2817,12 @@
2379
2817
  "groups": [
2380
2818
  {
2381
2819
  "title": "Constructors",
2382
- "kind": 512,
2383
2820
  "children": [
2384
2821
  37
2385
2822
  ]
2386
2823
  },
2387
2824
  {
2388
2825
  "title": "Properties",
2389
- "kind": 1024,
2390
2826
  "children": [
2391
2827
  51,
2392
2828
  61,
@@ -2398,9 +2834,15 @@
2398
2834
  47
2399
2835
  ]
2400
2836
  },
2837
+ {
2838
+ "title": "Accessors",
2839
+ "children": [
2840
+ 53,
2841
+ 57
2842
+ ]
2843
+ },
2401
2844
  {
2402
2845
  "title": "Methods",
2403
- "kind": 2048,
2404
2846
  "children": [
2405
2847
  88,
2406
2848
  86,
@@ -2418,21 +2860,22 @@
2418
2860
  {
2419
2861
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2420
2862
  "line": 39,
2421
- "character": 13
2863
+ "character": 13,
2864
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.component.ts#L39"
2422
2865
  }
2423
2866
  ],
2424
2867
  "implementedTypes": [
2425
2868
  {
2426
2869
  "type": "reference",
2870
+ "name": "AfterViewInit",
2427
2871
  "qualifiedName": "AfterViewInit",
2428
- "package": "@angular/core",
2429
- "name": "AfterViewInit"
2872
+ "package": "@angular/core"
2430
2873
  },
2431
2874
  {
2432
2875
  "type": "reference",
2876
+ "name": "OnDestroy",
2433
2877
  "qualifiedName": "OnDestroy",
2434
- "package": "@angular/core",
2435
- "name": "OnDestroy"
2878
+ "package": "@angular/core"
2436
2879
  }
2437
2880
  ]
2438
2881
  },
@@ -2450,13 +2893,19 @@
2450
2893
  "kindString": "Property",
2451
2894
  "flags": {},
2452
2895
  "comment": {
2453
- "shortText": "The identifier to return when users select the button to close the\ndialog. This is useful to determine which button users select."
2896
+ "summary": [
2897
+ {
2898
+ "kind": "text",
2899
+ "text": "The identifier to return when users select the button to close the\ndialog. This is useful to determine which button users select."
2900
+ }
2901
+ ]
2454
2902
  },
2455
2903
  "sources": [
2456
2904
  {
2457
2905
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
2458
2906
  "line": 6,
2459
- "character": 2
2907
+ "character": 2,
2908
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L6"
2460
2909
  }
2461
2910
  ],
2462
2911
  "type": {
@@ -2473,11 +2922,21 @@
2473
2922
  "isOptional": true
2474
2923
  },
2475
2924
  "comment": {
2476
- "shortText": "Whether to place focus on this button by default.",
2477
- "tags": [
2925
+ "summary": [
2926
+ {
2927
+ "kind": "text",
2928
+ "text": "Whether to place focus on this button by default."
2929
+ }
2930
+ ],
2931
+ "blockTags": [
2478
2932
  {
2479
- "tag": "deprecated",
2480
- "text": "The confirm component automatically focuses the first interactive\nelement of the dialog.\n"
2933
+ "tag": "@deprecated",
2934
+ "content": [
2935
+ {
2936
+ "kind": "text",
2937
+ "text": "The confirm component automatically focuses the first interactive\nelement of the dialog."
2938
+ }
2939
+ ]
2481
2940
  }
2482
2941
  ]
2483
2942
  },
@@ -2485,7 +2944,8 @@
2485
2944
  {
2486
2945
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
2487
2946
  "line": 23,
2488
- "character": 2
2947
+ "character": 2,
2948
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L23"
2489
2949
  }
2490
2950
  ],
2491
2951
  "type": {
@@ -2502,13 +2962,43 @@
2502
2962
  "isOptional": true
2503
2963
  },
2504
2964
  "comment": {
2505
- "shortText": "The style to apply to the button. The valid options are `primary` for\nthe button that triggers the recommended or most-common action, `default` for\nbuttons that trigger less-common actions, and `link` for a button that\ncloses the dialog."
2965
+ "summary": [
2966
+ {
2967
+ "kind": "text",
2968
+ "text": "The style to apply to the button. The valid options are "
2969
+ },
2970
+ {
2971
+ "kind": "code",
2972
+ "text": "`primary`"
2973
+ },
2974
+ {
2975
+ "kind": "text",
2976
+ "text": " for\nthe button that triggers the recommended or most-common action, "
2977
+ },
2978
+ {
2979
+ "kind": "code",
2980
+ "text": "`default`"
2981
+ },
2982
+ {
2983
+ "kind": "text",
2984
+ "text": " for\nbuttons that trigger less-common actions, and "
2985
+ },
2986
+ {
2987
+ "kind": "code",
2988
+ "text": "`link`"
2989
+ },
2990
+ {
2991
+ "kind": "text",
2992
+ "text": " for a button that\ncloses the dialog."
2993
+ }
2994
+ ]
2506
2995
  },
2507
2996
  "sources": [
2508
2997
  {
2509
2998
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
2510
2999
  "line": 17,
2511
- "character": 2
3000
+ "character": 2,
3001
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L17"
2512
3002
  }
2513
3003
  ],
2514
3004
  "type": {
@@ -2523,13 +3013,19 @@
2523
3013
  "kindString": "Property",
2524
3014
  "flags": {},
2525
3015
  "comment": {
2526
- "shortText": "The label for the button."
3016
+ "summary": [
3017
+ {
3018
+ "kind": "text",
3019
+ "text": "The label for the button."
3020
+ }
3021
+ ]
2527
3022
  },
2528
3023
  "sources": [
2529
3024
  {
2530
3025
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
2531
3026
  "line": 10,
2532
- "character": 2
3027
+ "character": 2,
3028
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L10"
2533
3029
  }
2534
3030
  ],
2535
3031
  "type": {
@@ -2541,7 +3037,6 @@
2541
3037
  "groups": [
2542
3038
  {
2543
3039
  "title": "Properties",
2544
- "kind": 1024,
2545
3040
  "children": [
2546
3041
  99,
2547
3042
  102,
@@ -2554,7 +3049,8 @@
2554
3049
  {
2555
3050
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
2556
3051
  "line": 1,
2557
- "character": 17
3052
+ "character": 17,
3053
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L1"
2558
3054
  }
2559
3055
  ]
2560
3056
  },
@@ -2572,13 +3068,19 @@
2572
3068
  "kindString": "Property",
2573
3069
  "flags": {},
2574
3070
  "comment": {
2575
- "shortText": "The identifier for the button that users selected to close the dialog."
3071
+ "summary": [
3072
+ {
3073
+ "kind": "text",
3074
+ "text": "The identifier for the button that users selected to close the dialog."
3075
+ }
3076
+ ]
2576
3077
  },
2577
3078
  "sources": [
2578
3079
  {
2579
3080
  "fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
2580
3081
  "line": 5,
2581
- "character": 2
3082
+ "character": 2,
3083
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L5"
2582
3084
  }
2583
3085
  ],
2584
3086
  "type": {
@@ -2590,7 +3092,6 @@
2590
3092
  "groups": [
2591
3093
  {
2592
3094
  "title": "Properties",
2593
- "kind": 1024,
2594
3095
  "children": [
2595
3096
  105
2596
3097
  ]
@@ -2600,7 +3101,8 @@
2600
3101
  {
2601
3102
  "fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
2602
3103
  "line": 1,
2603
- "character": 17
3104
+ "character": 17,
3105
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L1"
2604
3106
  }
2605
3107
  ]
2606
3108
  },
@@ -2620,13 +3122,19 @@
2620
3122
  "isOptional": true
2621
3123
  },
2622
3124
  "comment": {
2623
- "shortText": "Secondary text to display under the primary message."
3125
+ "summary": [
3126
+ {
3127
+ "kind": "text",
3128
+ "text": "Secondary text to display under the primary message."
3129
+ }
3130
+ ]
2624
3131
  },
2625
3132
  "sources": [
2626
3133
  {
2627
3134
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
2628
3135
  "line": 13,
2629
- "character": 2
3136
+ "character": 2,
3137
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L13"
2630
3138
  }
2631
3139
  ],
2632
3140
  "type": {
@@ -2643,13 +3151,35 @@
2643
3151
  "isOptional": true
2644
3152
  },
2645
3153
  "comment": {
2646
- "shortText": "The list of buttons to display when the `type` property is set to `SkyConfirmType.Custom`."
3154
+ "summary": [
3155
+ {
3156
+ "kind": "text",
3157
+ "text": "The list of buttons to display when the "
3158
+ },
3159
+ {
3160
+ "kind": "code",
3161
+ "text": "`type`"
3162
+ },
3163
+ {
3164
+ "kind": "text",
3165
+ "text": " property is set to "
3166
+ },
3167
+ {
3168
+ "kind": "code",
3169
+ "text": "`SkyConfirmType.Custom`"
3170
+ },
3171
+ {
3172
+ "kind": "text",
3173
+ "text": "."
3174
+ }
3175
+ ]
2647
3176
  },
2648
3177
  "sources": [
2649
3178
  {
2650
3179
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
2651
3180
  "line": 17,
2652
- "character": 2
3181
+ "character": 2,
3182
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L17"
2653
3183
  }
2654
3184
  ],
2655
3185
  "type": {
@@ -2668,11 +3198,16 @@
2668
3198
  "kindString": "Property",
2669
3199
  "flags": {},
2670
3200
  "comment": {
2671
- "shortText": "The message to display in bold at the top of the dialog.",
2672
- "tags": [
3201
+ "summary": [
2673
3202
  {
2674
- "tag": "required",
2675
- "text": "\n"
3203
+ "kind": "text",
3204
+ "text": "The message to display in bold at the top of the dialog."
3205
+ }
3206
+ ],
3207
+ "blockTags": [
3208
+ {
3209
+ "tag": "@required",
3210
+ "content": []
2676
3211
  }
2677
3212
  ]
2678
3213
  },
@@ -2680,7 +3215,8 @@
2680
3215
  {
2681
3216
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
2682
3217
  "line": 9,
2683
- "character": 2
3218
+ "character": 2,
3219
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L9"
2684
3220
  }
2685
3221
  ],
2686
3222
  "type": {
@@ -2697,11 +3233,21 @@
2697
3233
  "isOptional": true
2698
3234
  },
2699
3235
  "comment": {
2700
- "shortText": "Whether to preserve whitespace and new lines inside the dialog.",
2701
- "tags": [
3236
+ "summary": [
3237
+ {
3238
+ "kind": "text",
3239
+ "text": "Whether to preserve whitespace and new lines inside the dialog."
3240
+ }
3241
+ ],
3242
+ "blockTags": [
2702
3243
  {
2703
- "tag": "default",
2704
- "text": "false\n"
3244
+ "tag": "@default",
3245
+ "content": [
3246
+ {
3247
+ "kind": "text",
3248
+ "text": "false"
3249
+ }
3250
+ ]
2705
3251
  }
2706
3252
  ]
2707
3253
  },
@@ -2709,7 +3255,8 @@
2709
3255
  {
2710
3256
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
2711
3257
  "line": 22,
2712
- "character": 2
3258
+ "character": 2,
3259
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L22"
2713
3260
  }
2714
3261
  ],
2715
3262
  "type": {
@@ -2726,13 +3273,19 @@
2726
3273
  "isOptional": true
2727
3274
  },
2728
3275
  "comment": {
2729
- "shortText": "The preset button configuration for the dialog."
3276
+ "summary": [
3277
+ {
3278
+ "kind": "text",
3279
+ "text": "The preset button configuration for the dialog."
3280
+ }
3281
+ ]
2730
3282
  },
2731
3283
  "sources": [
2732
3284
  {
2733
3285
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
2734
3286
  "line": 26,
2735
- "character": 2
3287
+ "character": 2,
3288
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L26"
2736
3289
  }
2737
3290
  ],
2738
3291
  "type": {
@@ -2745,7 +3298,6 @@
2745
3298
  "groups": [
2746
3299
  {
2747
3300
  "title": "Properties",
2748
- "kind": 1024,
2749
3301
  "children": [
2750
3302
  108,
2751
3303
  109,
@@ -2759,7 +3311,8 @@
2759
3311
  {
2760
3312
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
2761
3313
  "line": 4,
2762
- "character": 17
3314
+ "character": 17,
3315
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L4"
2763
3316
  }
2764
3317
  ]
2765
3318
  },
@@ -2770,7 +3323,12 @@
2770
3323
  "kindString": "Interface",
2771
3324
  "flags": {},
2772
3325
  "comment": {
2773
- "shortText": "Specifies configuration options for creating a modal."
3326
+ "summary": [
3327
+ {
3328
+ "kind": "text",
3329
+ "text": "Specifies configuration options for creating a modal."
3330
+ }
3331
+ ]
2774
3332
  },
2775
3333
  "children": [
2776
3334
  {
@@ -2782,13 +3340,43 @@
2782
3340
  "isOptional": true
2783
3341
  },
2784
3342
  "comment": {
2785
- "shortText": "The HTML element ID of the element that describes\nthe modal. This sets the modal's `aria-describedby` attribute to provide a text equivalent for\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the modal but not on items that users interact\nwith, such as buttons and forms. If you do not specify an ID, the default description is\nthe content of the `sky-modal-content` component.\nFor more information about the `aria-describedby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
3343
+ "summary": [
3344
+ {
3345
+ "kind": "text",
3346
+ "text": "The HTML element ID of the element that describes\nthe modal. This sets the modal's "
3347
+ },
3348
+ {
3349
+ "kind": "code",
3350
+ "text": "`aria-describedby`"
3351
+ },
3352
+ {
3353
+ "kind": "text",
3354
+ "text": " attribute to provide a text equivalent for\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the modal but not on items that users interact\nwith, such as buttons and forms. If you do not specify an ID, the default description is\nthe content of the "
3355
+ },
3356
+ {
3357
+ "kind": "code",
3358
+ "text": "`sky-modal-content`"
3359
+ },
3360
+ {
3361
+ "kind": "text",
3362
+ "text": " component.\nFor more information about the "
3363
+ },
3364
+ {
3365
+ "kind": "code",
3366
+ "text": "`aria-describedby`"
3367
+ },
3368
+ {
3369
+ "kind": "text",
3370
+ "text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
3371
+ }
3372
+ ]
2786
3373
  },
2787
3374
  "sources": [
2788
3375
  {
2789
3376
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2790
3377
  "line": 38,
2791
- "character": 2
3378
+ "character": 2,
3379
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L38"
2792
3380
  }
2793
3381
  ],
2794
3382
  "type": {
@@ -2805,13 +3393,43 @@
2805
3393
  "isOptional": true
2806
3394
  },
2807
3395
  "comment": {
2808
- "shortText": "The HTML element ID of the element that labels\nthe modal. This sets the `aria-labelledby` attribute for the modal to provide a text equivalent for\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThis is typically a header element, and if you do not specify an ID, the default value\nis the content of the `sky-modal-header` component.\nFor more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
3396
+ "summary": [
3397
+ {
3398
+ "kind": "text",
3399
+ "text": "The HTML element ID of the element that labels\nthe modal. This sets the "
3400
+ },
3401
+ {
3402
+ "kind": "code",
3403
+ "text": "`aria-labelledby`"
3404
+ },
3405
+ {
3406
+ "kind": "text",
3407
+ "text": " attribute for the modal to provide a text equivalent for\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThis is typically a header element, and if you do not specify an ID, the default value\nis the content of the "
3408
+ },
3409
+ {
3410
+ "kind": "code",
3411
+ "text": "`sky-modal-header`"
3412
+ },
3413
+ {
3414
+ "kind": "text",
3415
+ "text": " component.\nFor more information about the "
3416
+ },
3417
+ {
3418
+ "kind": "code",
3419
+ "text": "`aria-labelledby`"
3420
+ },
3421
+ {
3422
+ "kind": "text",
3423
+ "text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
3424
+ }
3425
+ ]
2809
3426
  },
2810
3427
  "sources": [
2811
3428
  {
2812
3429
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2813
3430
  "line": 48,
2814
- "character": 2
3431
+ "character": 2,
3432
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L48"
2815
3433
  }
2816
3434
  ],
2817
3435
  "type": {
@@ -2828,11 +3446,29 @@
2828
3446
  "isOptional": true
2829
3447
  },
2830
3448
  "comment": {
2831
- "shortText": "The ARIA role for the modal\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the modal functions and what it controls. For information about\nhow an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](http://www.w3.org/WAI/PF/aria/#roles). By default, modals set\nthe ARIA role to `dialog`.",
2832
- "tags": [
3449
+ "summary": [
3450
+ {
3451
+ "kind": "text",
3452
+ "text": "The ARIA role for the modal\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the modal functions and what it controls. For information about\nhow an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](http://www.w3.org/WAI/PF/aria/#roles). By default, modals set\nthe ARIA role to "
3453
+ },
3454
+ {
3455
+ "kind": "code",
3456
+ "text": "`dialog`"
3457
+ },
3458
+ {
3459
+ "kind": "text",
3460
+ "text": "."
3461
+ }
3462
+ ],
3463
+ "blockTags": [
2833
3464
  {
2834
- "tag": "default",
2835
- "text": "\"dialog\"\n"
3465
+ "tag": "@default",
3466
+ "content": [
3467
+ {
3468
+ "kind": "text",
3469
+ "text": "\"dialog\""
3470
+ }
3471
+ ]
2836
3472
  }
2837
3473
  ]
2838
3474
  },
@@ -2840,7 +3476,8 @@
2840
3476
  {
2841
3477
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2842
3478
  "line": 59,
2843
- "character": 2
3479
+ "character": 2,
3480
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L59"
2844
3481
  }
2845
3482
  ],
2846
3483
  "type": {
@@ -2857,13 +3494,27 @@
2857
3494
  "isOptional": true
2858
3495
  },
2859
3496
  "comment": {
2860
- "shortText": "Whether to display the modal full screen.\nThis property defaults to `false`."
3497
+ "summary": [
3498
+ {
3499
+ "kind": "text",
3500
+ "text": "Whether to display the modal full screen.\nThis property defaults to "
3501
+ },
3502
+ {
3503
+ "kind": "code",
3504
+ "text": "`false`"
3505
+ },
3506
+ {
3507
+ "kind": "text",
3508
+ "text": "."
3509
+ }
3510
+ ]
2861
3511
  },
2862
3512
  "sources": [
2863
3513
  {
2864
3514
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2865
3515
  "line": 14,
2866
- "character": 2
3516
+ "character": 2,
3517
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L14"
2867
3518
  }
2868
3519
  ],
2869
3520
  "type": {
@@ -2880,10 +3531,64 @@
2880
3531
  "isOptional": true
2881
3532
  },
2882
3533
  "comment": {
2883
- "tags": [
3534
+ "summary": [],
3535
+ "blockTags": [
2884
3536
  {
2885
- "tag": "deprecated",
2886
- "text": "To display a help button in the modal header, include a help button element, such as `sky-help-inline`, in the `sky-modal-header` element and a `sky-control-help` CSS class on that help button element\nThe `helpKey` string. This property displays\nthe <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button in the modal header.\nWhen users click this button, the `helpOpened` event broadcasts the `helpKey` parameter.\nBlackbaud developers can use the Help Widget, which is for internal Blackbaud use only, to\n[display help content in a flyout panel](https://docs.blackbaud.com/bb-help-docs/components/modal-header).\n"
3537
+ "tag": "@deprecated",
3538
+ "content": [
3539
+ {
3540
+ "kind": "text",
3541
+ "text": "To display a help button in the modal header, include a help button element, such as "
3542
+ },
3543
+ {
3544
+ "kind": "code",
3545
+ "text": "`sky-help-inline`"
3546
+ },
3547
+ {
3548
+ "kind": "text",
3549
+ "text": ", in the "
3550
+ },
3551
+ {
3552
+ "kind": "code",
3553
+ "text": "`sky-modal-header`"
3554
+ },
3555
+ {
3556
+ "kind": "text",
3557
+ "text": " element and a "
3558
+ },
3559
+ {
3560
+ "kind": "code",
3561
+ "text": "`sky-control-help`"
3562
+ },
3563
+ {
3564
+ "kind": "text",
3565
+ "text": " CSS class on that help button element\nThe "
3566
+ },
3567
+ {
3568
+ "kind": "code",
3569
+ "text": "`helpKey`"
3570
+ },
3571
+ {
3572
+ "kind": "text",
3573
+ "text": " string. This property displays\nthe <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button in the modal header.\nWhen users click this button, the "
3574
+ },
3575
+ {
3576
+ "kind": "code",
3577
+ "text": "`helpOpened`"
3578
+ },
3579
+ {
3580
+ "kind": "text",
3581
+ "text": " event broadcasts the "
3582
+ },
3583
+ {
3584
+ "kind": "code",
3585
+ "text": "`helpKey`"
3586
+ },
3587
+ {
3588
+ "kind": "text",
3589
+ "text": " parameter.\nBlackbaud developers can use the Help Widget, which is for internal Blackbaud use only, to\n[display help content in a flyout panel](https://docs.blackbaud.com/bb-help-docs/components/modal-header)."
3590
+ }
3591
+ ]
2887
3592
  }
2888
3593
  ]
2889
3594
  },
@@ -2891,7 +3596,8 @@
2891
3596
  {
2892
3597
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2893
3598
  "line": 77,
2894
- "character": 2
3599
+ "character": 2,
3600
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L77"
2895
3601
  }
2896
3602
  ],
2897
3603
  "type": {
@@ -2908,22 +3614,36 @@
2908
3614
  "isOptional": true
2909
3615
  },
2910
3616
  "comment": {
2911
- "shortText": "An array property of `providers`.\nIn Angular, a provider is something that can create or deliver a service.\nThis property can be used to pass context values from the component that launches the modal to the modal component."
3617
+ "summary": [
3618
+ {
3619
+ "kind": "text",
3620
+ "text": "An array property of "
3621
+ },
3622
+ {
3623
+ "kind": "code",
3624
+ "text": "`providers`"
3625
+ },
3626
+ {
3627
+ "kind": "text",
3628
+ "text": ".\nIn Angular, a provider is something that can create or deliver a service.\nThis property can be used to pass context values from the component that launches the modal to the modal component."
3629
+ }
3630
+ ]
2912
3631
  },
2913
3632
  "sources": [
2914
3633
  {
2915
3634
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2916
3635
  "line": 27,
2917
- "character": 2
3636
+ "character": 2,
3637
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L27"
2918
3638
  }
2919
3639
  ],
2920
3640
  "type": {
2921
3641
  "type": "array",
2922
3642
  "elementType": {
2923
3643
  "type": "reference",
3644
+ "name": "StaticProvider",
2924
3645
  "qualifiedName": "StaticProvider",
2925
- "package": "@angular/core",
2926
- "name": "StaticProvider"
3646
+ "package": "@angular/core"
2927
3647
  }
2928
3648
  }
2929
3649
  },
@@ -2936,13 +3656,51 @@
2936
3656
  "isOptional": true
2937
3657
  },
2938
3658
  "comment": {
2939
- "shortText": "The size for the modal. The valid options are `small`, `medium`, and `large`.\nThis property defaults to `medium`."
3659
+ "summary": [
3660
+ {
3661
+ "kind": "text",
3662
+ "text": "The size for the modal. The valid options are "
3663
+ },
3664
+ {
3665
+ "kind": "code",
3666
+ "text": "`small`"
3667
+ },
3668
+ {
3669
+ "kind": "text",
3670
+ "text": ", "
3671
+ },
3672
+ {
3673
+ "kind": "code",
3674
+ "text": "`medium`"
3675
+ },
3676
+ {
3677
+ "kind": "text",
3678
+ "text": ", and "
3679
+ },
3680
+ {
3681
+ "kind": "code",
3682
+ "text": "`large`"
3683
+ },
3684
+ {
3685
+ "kind": "text",
3686
+ "text": ".\nThis property defaults to "
3687
+ },
3688
+ {
3689
+ "kind": "code",
3690
+ "text": "`medium`"
3691
+ },
3692
+ {
3693
+ "kind": "text",
3694
+ "text": "."
3695
+ }
3696
+ ]
2940
3697
  },
2941
3698
  "sources": [
2942
3699
  {
2943
3700
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2944
3701
  "line": 20,
2945
- "character": 2
3702
+ "character": 2,
3703
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L20"
2946
3704
  }
2947
3705
  ],
2948
3706
  "type": {
@@ -2959,11 +3717,45 @@
2959
3717
  "isOptional": true
2960
3718
  },
2961
3719
  "comment": {
2962
- "shortText": "Whether the modal uses tiles. When set to `true`, the modal's background switches\nto `$sky-background-color-neutral-light` and tile headings are styled as subsection headings.\nThis property defaults to `false`.",
2963
- "tags": [
3720
+ "summary": [
3721
+ {
3722
+ "kind": "text",
3723
+ "text": "Whether the modal uses tiles. When set to "
3724
+ },
3725
+ {
3726
+ "kind": "code",
3727
+ "text": "`true`"
3728
+ },
3729
+ {
3730
+ "kind": "text",
3731
+ "text": ", the modal's background switches\nto "
3732
+ },
3733
+ {
3734
+ "kind": "code",
3735
+ "text": "`$sky-background-color-neutral-light`"
3736
+ },
3737
+ {
3738
+ "kind": "text",
3739
+ "text": " and tile headings are styled as subsection headings.\nThis property defaults to "
3740
+ },
3741
+ {
3742
+ "kind": "code",
3743
+ "text": "`false`"
3744
+ },
3745
+ {
3746
+ "kind": "text",
3747
+ "text": "."
3748
+ }
3749
+ ],
3750
+ "blockTags": [
2964
3751
  {
2965
- "tag": "deprecated",
2966
- "text": "Tiles inside modals are no longer a recommended design pattern. For complex forms, use [sectioned forms](https://developer.blackbaud.com/skyux/components/sectioned-form) or [other form containers](https://developer.blackbaud.com/skyux/design/guidelines/form-design) instead.\n"
3752
+ "tag": "@deprecated",
3753
+ "content": [
3754
+ {
3755
+ "kind": "text",
3756
+ "text": "Tiles inside modals are no longer a recommended design pattern. For complex forms, use [sectioned forms](https://developer.blackbaud.com/skyux/components/sectioned-form) or [other form containers](https://developer.blackbaud.com/skyux/design/guidelines/form-design) instead."
3757
+ }
3758
+ ]
2967
3759
  }
2968
3760
  ]
2969
3761
  },
@@ -2971,7 +3763,8 @@
2971
3763
  {
2972
3764
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2973
3765
  "line": 67,
2974
- "character": 2
3766
+ "character": 2,
3767
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L67"
2975
3768
  }
2976
3769
  ],
2977
3770
  "type": {
@@ -2988,13 +3781,27 @@
2988
3781
  "isOptional": true
2989
3782
  },
2990
3783
  "comment": {
2991
- "shortText": "The CSS class to add to the modal, such as `ag-custom-component-popup` for\nusing a modal as part of a cell editor in Data Entry Grid."
3784
+ "summary": [
3785
+ {
3786
+ "kind": "text",
3787
+ "text": "The CSS class to add to the modal, such as "
3788
+ },
3789
+ {
3790
+ "kind": "code",
3791
+ "text": "`ag-custom-component-popup`"
3792
+ },
3793
+ {
3794
+ "kind": "text",
3795
+ "text": " for\nusing a modal as part of a cell editor in Data Entry Grid."
3796
+ }
3797
+ ]
2992
3798
  },
2993
3799
  "sources": [
2994
3800
  {
2995
3801
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2996
3802
  "line": 83,
2997
- "character": 2
3803
+ "character": 2,
3804
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L83"
2998
3805
  }
2999
3806
  ],
3000
3807
  "type": {
@@ -3006,7 +3813,6 @@
3006
3813
  "groups": [
3007
3814
  {
3008
3815
  "title": "Properties",
3009
- "kind": 1024,
3010
3816
  "children": [
3011
3817
  220,
3012
3818
  221,
@@ -3024,7 +3830,8 @@
3024
3830
  {
3025
3831
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3026
3832
  "line": 9,
3027
- "character": 17
3833
+ "character": 17,
3834
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L9"
3028
3835
  }
3029
3836
  ]
3030
3837
  },
@@ -3038,7 +3845,8 @@
3038
3845
  {
3039
3846
  "fileName": "projects/modals/src/modules/confirm/confirm-button-style-type.ts",
3040
3847
  "line": 1,
3041
- "character": 12
3848
+ "character": 12,
3849
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/src/lib/modules/confirm/confirm-button-style-type.ts#L1"
3042
3850
  }
3043
3851
  ],
3044
3852
  "type": {
@@ -3070,9 +3878,65 @@
3070
3878
  "kindString": "Class",
3071
3879
  "flags": {},
3072
3880
  "comment": {
3073
- "shortText": "Harness for interacting with a confirm component in tests."
3881
+ "summary": [
3882
+ {
3883
+ "kind": "text",
3884
+ "text": "Harness for interacting with a confirm component in tests."
3885
+ }
3886
+ ]
3074
3887
  },
3075
3888
  "children": [
3889
+ {
3890
+ "id": 288,
3891
+ "name": "constructor",
3892
+ "kind": 512,
3893
+ "kindString": "Constructor",
3894
+ "flags": {},
3895
+ "sources": [
3896
+ {
3897
+ "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
3898
+ "line": 38,
3899
+ "character": 4
3900
+ }
3901
+ ],
3902
+ "signatures": [
3903
+ {
3904
+ "id": 289,
3905
+ "name": "new SkyConfirmHarness",
3906
+ "kind": 16384,
3907
+ "kindString": "Constructor signature",
3908
+ "flags": {},
3909
+ "parameters": [
3910
+ {
3911
+ "id": 290,
3912
+ "name": "locatorFactory",
3913
+ "kind": 32768,
3914
+ "kindString": "Parameter",
3915
+ "flags": {},
3916
+ "type": {
3917
+ "type": "reference",
3918
+ "name": "LocatorFactory",
3919
+ "qualifiedName": "LocatorFactory",
3920
+ "package": "@angular/cdk"
3921
+ }
3922
+ }
3923
+ ],
3924
+ "type": {
3925
+ "type": "reference",
3926
+ "id": 281,
3927
+ "name": "SkyConfirmHarness"
3928
+ },
3929
+ "inheritedFrom": {
3930
+ "type": "reference",
3931
+ "name": "SkyComponentHarness.constructor"
3932
+ }
3933
+ }
3934
+ ],
3935
+ "inheritedFrom": {
3936
+ "type": "reference",
3937
+ "name": "SkyComponentHarness.constructor"
3938
+ }
3939
+ },
3076
3940
  {
3077
3941
  "id": 282,
3078
3942
  "name": "hostSelector",
@@ -3086,7 +3950,8 @@
3086
3950
  {
3087
3951
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3088
3952
  "line": 12,
3089
- "character": 16
3953
+ "character": 16,
3954
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L12"
3090
3955
  }
3091
3956
  ],
3092
3957
  "type": {
@@ -3107,7 +3972,8 @@
3107
3972
  {
3108
3973
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3109
3974
  "line": 22,
3110
- "character": 15
3975
+ "character": 15,
3976
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
3111
3977
  }
3112
3978
  ],
3113
3979
  "signatures": [
@@ -3118,7 +3984,12 @@
3118
3984
  "kindString": "Call signature",
3119
3985
  "flags": {},
3120
3986
  "comment": {
3121
- "shortText": "Clicks a confirm button."
3987
+ "summary": [
3988
+ {
3989
+ "kind": "text",
3990
+ "text": "Clicks a confirm button."
3991
+ }
3992
+ ]
3122
3993
  },
3123
3994
  "parameters": [
3124
3995
  {
@@ -3142,9 +4013,9 @@
3142
4013
  "name": "void"
3143
4014
  }
3144
4015
  ],
4016
+ "name": "Promise",
3145
4017
  "qualifiedName": "Promise",
3146
- "package": "typescript",
3147
- "name": "Promise"
4018
+ "package": "typescript"
3148
4019
  }
3149
4020
  }
3150
4021
  ]
@@ -3161,7 +4032,8 @@
3161
4032
  {
3162
4033
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3163
4034
  "line": 43,
3164
- "character": 15
4035
+ "character": 15,
4036
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
3165
4037
  }
3166
4038
  ],
3167
4039
  "signatures": [
@@ -3172,7 +4044,12 @@
3172
4044
  "kindString": "Call signature",
3173
4045
  "flags": {},
3174
4046
  "comment": {
3175
- "shortText": "Clicks a confirm button."
4047
+ "summary": [
4048
+ {
4049
+ "kind": "text",
4050
+ "text": "Clicks a confirm button."
4051
+ }
4052
+ ]
3176
4053
  },
3177
4054
  "type": {
3178
4055
  "type": "reference",
@@ -3182,9 +4059,9 @@
3182
4059
  "name": "void"
3183
4060
  }
3184
4061
  ],
4062
+ "name": "Promise",
3185
4063
  "qualifiedName": "Promise",
3186
- "package": "typescript",
3187
- "name": "Promise"
4064
+ "package": "typescript"
3188
4065
  }
3189
4066
  }
3190
4067
  ]
@@ -3201,7 +4078,8 @@
3201
4078
  {
3202
4079
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3203
4080
  "line": 56,
3204
- "character": 15
4081
+ "character": 15,
4082
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
3205
4083
  }
3206
4084
  ],
3207
4085
  "signatures": [
@@ -3212,7 +4090,12 @@
3212
4090
  "kindString": "Call signature",
3213
4091
  "flags": {},
3214
4092
  "comment": {
3215
- "shortText": "Gets the body of the confirm component."
4093
+ "summary": [
4094
+ {
4095
+ "kind": "text",
4096
+ "text": "Gets the body of the confirm component."
4097
+ }
4098
+ ]
3216
4099
  },
3217
4100
  "type": {
3218
4101
  "type": "reference",
@@ -3222,9 +4105,9 @@
3222
4105
  "name": "string"
3223
4106
  }
3224
4107
  ],
4108
+ "name": "Promise",
3225
4109
  "qualifiedName": "Promise",
3226
- "package": "typescript",
3227
- "name": "Promise"
4110
+ "package": "typescript"
3228
4111
  }
3229
4112
  }
3230
4113
  ]
@@ -3241,7 +4124,8 @@
3241
4124
  {
3242
4125
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3243
4126
  "line": 63,
3244
- "character": 15
4127
+ "character": 15,
4128
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
3245
4129
  }
3246
4130
  ],
3247
4131
  "signatures": [
@@ -3252,7 +4136,12 @@
3252
4136
  "kindString": "Call signature",
3253
4137
  "flags": {},
3254
4138
  "comment": {
3255
- "shortText": "Gets the confirm component's custom buttons."
4139
+ "summary": [
4140
+ {
4141
+ "kind": "text",
4142
+ "text": "Gets the confirm component's custom buttons."
4143
+ }
4144
+ ]
3256
4145
  },
3257
4146
  "parameters": [
3258
4147
  {
@@ -3281,9 +4170,9 @@
3281
4170
  }
3282
4171
  }
3283
4172
  ],
4173
+ "name": "Promise",
3284
4174
  "qualifiedName": "Promise",
3285
- "package": "typescript",
3286
- "name": "Promise"
4175
+ "package": "typescript"
3287
4176
  }
3288
4177
  }
3289
4178
  ]
@@ -3300,7 +4189,8 @@
3300
4189
  {
3301
4190
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3302
4191
  "line": 93,
3303
- "character": 15
4192
+ "character": 15,
4193
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L93"
3304
4194
  }
3305
4195
  ],
3306
4196
  "signatures": [
@@ -3311,7 +4201,12 @@
3311
4201
  "kindString": "Call signature",
3312
4202
  "flags": {},
3313
4203
  "comment": {
3314
- "shortText": "Gets the message of the confirm component."
4204
+ "summary": [
4205
+ {
4206
+ "kind": "text",
4207
+ "text": "Gets the message of the confirm component."
4208
+ }
4209
+ ]
3315
4210
  },
3316
4211
  "type": {
3317
4212
  "type": "reference",
@@ -3321,9 +4216,9 @@
3321
4216
  "name": "string"
3322
4217
  }
3323
4218
  ],
4219
+ "name": "Promise",
3324
4220
  "qualifiedName": "Promise",
3325
- "package": "typescript",
3326
- "name": "Promise"
4221
+ "package": "typescript"
3327
4222
  }
3328
4223
  }
3329
4224
  ]
@@ -3340,7 +4235,8 @@
3340
4235
  {
3341
4236
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3342
4237
  "line": 100,
3343
- "character": 15
4238
+ "character": 15,
4239
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L100"
3344
4240
  }
3345
4241
  ],
3346
4242
  "signatures": [
@@ -3351,7 +4247,12 @@
3351
4247
  "kindString": "Call signature",
3352
4248
  "flags": {},
3353
4249
  "comment": {
3354
- "shortText": "Gets the type of the confirm component."
4250
+ "summary": [
4251
+ {
4252
+ "kind": "text",
4253
+ "text": "Gets the type of the confirm component."
4254
+ }
4255
+ ]
3355
4256
  },
3356
4257
  "type": {
3357
4258
  "type": "reference",
@@ -3362,9 +4263,9 @@
3362
4263
  "name": "SkyConfirmType"
3363
4264
  }
3364
4265
  ],
4266
+ "name": "Promise",
3365
4267
  "qualifiedName": "Promise",
3366
- "package": "typescript",
3367
- "name": "Promise"
4268
+ "package": "typescript"
3368
4269
  }
3369
4270
  }
3370
4271
  ]
@@ -3390,21 +4291,42 @@
3390
4291
  "kindString": "Call signature",
3391
4292
  "flags": {},
3392
4293
  "comment": {
3393
- "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
4294
+ "summary": [
4295
+ {
4296
+ "kind": "text",
4297
+ "text": "Gets a "
4298
+ },
4299
+ {
4300
+ "kind": "code",
4301
+ "text": "`Promise`"
4302
+ },
4303
+ {
4304
+ "kind": "text",
4305
+ "text": " for the "
4306
+ },
4307
+ {
4308
+ "kind": "code",
4309
+ "text": "`TestElement`"
4310
+ },
4311
+ {
4312
+ "kind": "text",
4313
+ "text": " representing the host element of the component."
4314
+ }
4315
+ ]
3394
4316
  },
3395
4317
  "type": {
3396
4318
  "type": "reference",
3397
4319
  "typeArguments": [
3398
4320
  {
3399
4321
  "type": "reference",
4322
+ "name": "TestElement",
3400
4323
  "qualifiedName": "TestElement",
3401
- "package": "@angular/cdk",
3402
- "name": "TestElement"
4324
+ "package": "@angular/cdk"
3403
4325
  }
3404
4326
  ],
4327
+ "name": "Promise",
3405
4328
  "qualifiedName": "Promise",
3406
- "package": "typescript",
3407
- "name": "Promise"
4329
+ "package": "typescript"
3408
4330
  },
3409
4331
  "inheritedFrom": {
3410
4332
  "type": "reference",
@@ -3429,7 +4351,8 @@
3429
4351
  {
3430
4352
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3431
4353
  "line": 112,
3432
- "character": 15
4354
+ "character": 15,
4355
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L112"
3433
4356
  }
3434
4357
  ],
3435
4358
  "signatures": [
@@ -3440,7 +4363,12 @@
3440
4363
  "kindString": "Call signature",
3441
4364
  "flags": {},
3442
4365
  "comment": {
3443
- "shortText": "Whether the whitespace is preserved on the confirm component."
4366
+ "summary": [
4367
+ {
4368
+ "kind": "text",
4369
+ "text": "Whether the whitespace is preserved on the confirm component."
4370
+ }
4371
+ ]
3444
4372
  },
3445
4373
  "type": {
3446
4374
  "type": "reference",
@@ -3450,9 +4378,9 @@
3450
4378
  "name": "boolean"
3451
4379
  }
3452
4380
  ],
4381
+ "name": "Promise",
3453
4382
  "qualifiedName": "Promise",
3454
- "package": "typescript",
3455
- "name": "Promise"
4383
+ "package": "typescript"
3456
4384
  }
3457
4385
  }
3458
4386
  ]
@@ -3461,21 +4389,18 @@
3461
4389
  "groups": [
3462
4390
  {
3463
4391
  "title": "Constructors",
3464
- "kind": 512,
3465
4392
  "children": [
3466
4393
  288
3467
4394
  ]
3468
4395
  },
3469
4396
  {
3470
4397
  "title": "Properties",
3471
- "kind": 1024,
3472
4398
  "children": [
3473
4399
  282
3474
4400
  ]
3475
4401
  },
3476
4402
  {
3477
4403
  "title": "Methods",
3478
- "kind": 2048,
3479
4404
  "children": [
3480
4405
  295,
3481
4406
  298,
@@ -3492,7 +4417,8 @@
3492
4417
  {
3493
4418
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
3494
4419
  "line": 11,
3495
- "character": 13
4420
+ "character": 13,
4421
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-harness.ts#L11"
3496
4422
  }
3497
4423
  ],
3498
4424
  "extendedTypes": [
@@ -3509,7 +4435,12 @@
3509
4435
  "kindString": "Interface",
3510
4436
  "flags": {},
3511
4437
  "comment": {
3512
- "shortText": "A set of criteria that can be used to filter a list of SkyConfirmButtonHarness instances."
4438
+ "summary": [
4439
+ {
4440
+ "kind": "text",
4441
+ "text": "A set of criteria that can be used to filter a list of SkyConfirmButtonHarness instances."
4442
+ }
4443
+ ]
3513
4444
  },
3514
4445
  "children": [
3515
4446
  {
@@ -3521,7 +4452,12 @@
3521
4452
  "isOptional": true
3522
4453
  },
3523
4454
  "comment": {
3524
- "shortText": "Only find instances that are nested under an element with the given selector."
4455
+ "summary": [
4456
+ {
4457
+ "kind": "text",
4458
+ "text": "Only find instances that are nested under an element with the given selector."
4459
+ }
4460
+ ]
3525
4461
  },
3526
4462
  "sources": [
3527
4463
  {
@@ -3548,13 +4484,19 @@
3548
4484
  "isOptional": true
3549
4485
  },
3550
4486
  "comment": {
3551
- "shortText": "Only find instances whose style matches the given value."
4487
+ "summary": [
4488
+ {
4489
+ "kind": "text",
4490
+ "text": "Only find instances whose style matches the given value."
4491
+ }
4492
+ ]
3552
4493
  },
3553
4494
  "sources": [
3554
4495
  {
3555
4496
  "fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
3556
4497
  "line": 16,
3557
- "character": 2
4498
+ "character": 2,
4499
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L16"
3558
4500
  }
3559
4501
  ],
3560
4502
  "type": {
@@ -3571,13 +4513,19 @@
3571
4513
  "isOptional": true
3572
4514
  },
3573
4515
  "comment": {
3574
- "shortText": "Only find instances whose content matches the given value."
4516
+ "summary": [
4517
+ {
4518
+ "kind": "text",
4519
+ "text": "Only find instances whose content matches the given value."
4520
+ }
4521
+ ]
3575
4522
  },
3576
4523
  "sources": [
3577
4524
  {
3578
4525
  "fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
3579
4526
  "line": 11,
3580
- "character": 2
4527
+ "character": 2,
4528
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L11"
3581
4529
  }
3582
4530
  ],
3583
4531
  "type": {
@@ -3589,9 +4537,9 @@
3589
4537
  },
3590
4538
  {
3591
4539
  "type": "reference",
4540
+ "name": "RegExp",
3592
4541
  "qualifiedName": "RegExp",
3593
- "package": "typescript",
3594
- "name": "RegExp"
4542
+ "package": "typescript"
3595
4543
  }
3596
4544
  ]
3597
4545
  }
@@ -3600,7 +4548,6 @@
3600
4548
  "groups": [
3601
4549
  {
3602
4550
  "title": "Properties",
3603
- "kind": 1024,
3604
4551
  "children": [
3605
4552
  376,
3606
4553
  375,
@@ -3612,7 +4559,8 @@
3612
4559
  {
3613
4560
  "fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
3614
4561
  "line": 6,
3615
- "character": 17
4562
+ "character": 17,
4563
+ "url": "https://github.com/blackbaud/skyux/blob/35e0097/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L6"
3616
4564
  }
3617
4565
  ],
3618
4566
  "extendedTypes": [
@@ -3621,18 +4569,18 @@
3621
4569
  "typeArguments": [
3622
4570
  {
3623
4571
  "type": "reference",
4572
+ "name": "BaseHarnessFilters",
3624
4573
  "qualifiedName": "BaseHarnessFilters",
3625
- "package": "@angular/cdk",
3626
- "name": "BaseHarnessFilters"
4574
+ "package": "@angular/cdk"
3627
4575
  },
3628
4576
  {
3629
4577
  "type": "literal",
3630
4578
  "value": "selector"
3631
4579
  }
3632
4580
  ],
4581
+ "name": "Omit",
3633
4582
  "qualifiedName": "Omit",
3634
- "package": "typescript",
3635
- "name": "Omit"
4583
+ "package": "typescript"
3636
4584
  }
3637
4585
  ]
3638
4586
  }
@@ -3640,7 +4588,6 @@
3640
4588
  "groups": [
3641
4589
  {
3642
4590
  "title": "Modules",
3643
- "kind": 2,
3644
4591
  "children": [
3645
4592
  1,
3646
4593
  2