@skyux/modals 8.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/documentation.json +626 -1719
  2. package/package.json +5 -5
@@ -42,110 +42,50 @@
42
42
  "id": 123,
43
43
  "name": "Custom",
44
44
  "kind": 16,
45
- "kindString": "Enumeration Member",
45
+ "kindString": "Enumeration member",
46
46
  "flags": {},
47
47
  "comment": {
48
- "summary": [
49
- {
50
- "kind": "text",
51
- "text": "Allows you to define your own buttons using the "
52
- },
53
- {
54
- "kind": "code",
55
- "text": "`buttons`"
56
- },
57
- {
58
- "kind": "text",
59
- "text": " property of "
60
- },
61
- {
62
- "kind": "code",
63
- "text": "`SkyConfirmConfig`"
64
- },
65
- {
66
- "kind": "text",
67
- "text": "."
68
- }
69
- ]
48
+ "shortText": "Allows you to define your own buttons using the `buttons` property of `SkyConfirmConfig`."
70
49
  },
71
50
  "sources": [
72
51
  {
73
52
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
74
53
  "line": 5,
75
- "character": 2,
76
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L5"
54
+ "character": 2
77
55
  }
78
56
  ],
79
- "type": {
80
- "type": "literal",
81
- "value": 0
82
- }
57
+ "defaultValue": "0"
83
58
  },
84
59
  {
85
60
  "id": 124,
86
61
  "name": "OK",
87
62
  "kind": 16,
88
- "kindString": "Enumeration Member",
63
+ "kindString": "Enumeration member",
89
64
  "flags": {},
90
65
  "comment": {
91
- "summary": [
92
- {
93
- "kind": "text",
94
- "text": "Displays one button with an **OK** label and an "
95
- },
96
- {
97
- "kind": "code",
98
- "text": "`'ok'`"
99
- },
100
- {
101
- "kind": "text",
102
- "text": " action."
103
- }
104
- ]
66
+ "shortText": "Displays one button with an **OK** label and an `'ok'` action."
105
67
  },
106
68
  "sources": [
107
69
  {
108
70
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
109
71
  "line": 9,
110
- "character": 2,
111
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L9"
72
+ "character": 2
112
73
  }
113
74
  ],
114
- "type": {
115
- "type": "literal",
116
- "value": 1
117
- }
75
+ "defaultValue": "1"
118
76
  },
119
77
  {
120
78
  "id": 125,
121
79
  "name": "YesCancel",
122
80
  "kind": 16,
123
- "kindString": "Enumeration Member",
81
+ "kindString": "Enumeration member",
124
82
  "flags": {},
125
83
  "comment": {
126
- "summary": [
127
- {
128
- "kind": "text",
129
- "text": "Displays two buttons with **Yes** and **Cancel** labels."
130
- }
131
- ],
132
- "blockTags": [
84
+ "shortText": "Displays two buttons with **Yes** and **Cancel** labels.",
85
+ "tags": [
133
86
  {
134
- "tag": "@deprecated",
135
- "content": [
136
- {
137
- "kind": "text",
138
- "text": "Use the "
139
- },
140
- {
141
- "kind": "code",
142
- "text": "`Custom`"
143
- },
144
- {
145
- "kind": "text",
146
- "text": " type to follow the guidance that labels\nshould clearly indicate the actions that occur when users select buttons."
147
- }
148
- ]
87
+ "tag": "deprecated",
88
+ "text": "Use the `Custom` type to follow the guidance that labels\nshould clearly indicate the actions that occur when users select buttons.\n"
149
89
  }
150
90
  ]
151
91
  },
@@ -153,45 +93,23 @@
153
93
  {
154
94
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
155
95
  "line": 15,
156
- "character": 2,
157
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L15"
96
+ "character": 2
158
97
  }
159
98
  ],
160
- "type": {
161
- "type": "literal",
162
- "value": 2
163
- }
99
+ "defaultValue": "2"
164
100
  },
165
101
  {
166
102
  "id": 126,
167
103
  "name": "YesNoCancel",
168
104
  "kind": 16,
169
- "kindString": "Enumeration Member",
105
+ "kindString": "Enumeration member",
170
106
  "flags": {},
171
107
  "comment": {
172
- "summary": [
108
+ "shortText": "Displays three buttons with **Yes**, **No**, and **Cancel** labels.",
109
+ "tags": [
173
110
  {
174
- "kind": "text",
175
- "text": "Displays three buttons with **Yes**, **No**, and **Cancel** labels."
176
- }
177
- ],
178
- "blockTags": [
179
- {
180
- "tag": "@deprecated",
181
- "content": [
182
- {
183
- "kind": "text",
184
- "text": "Use the "
185
- },
186
- {
187
- "kind": "code",
188
- "text": "`Custom`"
189
- },
190
- {
191
- "kind": "text",
192
- "text": " type to follow the guidance that labels\nshould clearly indicate the actions that occur when users select buttons."
193
- }
194
- ]
111
+ "tag": "deprecated",
112
+ "text": "Use the `Custom` type to follow the guidance that labels\nshould clearly indicate the actions that occur when users select buttons.\n"
195
113
  }
196
114
  ]
197
115
  },
@@ -199,19 +117,16 @@
199
117
  {
200
118
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
201
119
  "line": 21,
202
- "character": 2,
203
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L21"
120
+ "character": 2
204
121
  }
205
122
  ],
206
- "type": {
207
- "type": "literal",
208
- "value": 3
209
- }
123
+ "defaultValue": "3"
210
124
  }
211
125
  ],
212
126
  "groups": [
213
127
  {
214
- "title": "Enumeration Members",
128
+ "title": "Enumeration members",
129
+ "kind": 16,
215
130
  "children": [
216
131
  123,
217
132
  124,
@@ -224,8 +139,7 @@
224
139
  {
225
140
  "fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
226
141
  "line": 1,
227
- "character": 12,
228
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L1"
142
+ "character": 12
229
143
  }
230
144
  ]
231
145
  },
@@ -245,35 +159,13 @@
245
159
  "isPublic": true
246
160
  },
247
161
  "comment": {
248
- "summary": [
249
- {
250
- "kind": "text",
251
- "text": "Fires when users select an action to close the dialog. This event\nreturns a "
252
- },
253
- {
254
- "kind": "code",
255
- "text": "`SkyConfirmCloseEventArgs`"
256
- },
257
- {
258
- "kind": "text",
259
- "text": " object with information about the button that\nusers select. It returns the "
260
- },
261
- {
262
- "kind": "code",
263
- "text": "`'cancel'`"
264
- },
265
- {
266
- "kind": "text",
267
- "text": " action when users press the <kbd>Escape</kbd> key."
268
- }
269
- ]
162
+ "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."
270
163
  },
271
164
  "sources": [
272
165
  {
273
166
  "fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
274
167
  "line": 11,
275
- "character": 9,
276
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L11"
168
+ "character": 9
277
169
  }
278
170
  ],
279
171
  "type": {
@@ -285,9 +177,9 @@
285
177
  "name": "SkyConfirmCloseEventArgs"
286
178
  }
287
179
  ],
288
- "name": "EventEmitter",
289
180
  "qualifiedName": "EventEmitter",
290
- "package": "@angular/core"
181
+ "package": "@angular/core",
182
+ "name": "EventEmitter"
291
183
  },
292
184
  "defaultValue": "..."
293
185
  }
@@ -295,12 +187,14 @@
295
187
  "groups": [
296
188
  {
297
189
  "title": "Constructors",
190
+ "kind": 512,
298
191
  "children": [
299
192
  119
300
193
  ]
301
194
  },
302
195
  {
303
196
  "title": "Properties",
197
+ "kind": 1024,
304
198
  "children": [
305
199
  121
306
200
  ]
@@ -310,8 +204,7 @@
310
204
  {
311
205
  "fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
312
206
  "line": 5,
313
- "character": 13,
314
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L5"
207
+ "character": 13
315
208
  }
316
209
  ]
317
210
  },
@@ -321,10 +214,25 @@
321
214
  "kind": 128,
322
215
  "kindString": "Class",
323
216
  "flags": {},
217
+ "decorators": [
218
+ {
219
+ "name": "NgModule",
220
+ "type": {
221
+ "type": "reference",
222
+ "qualifiedName": "NgModuleDecorator",
223
+ "package": "@angular/core",
224
+ "name": "NgModule"
225
+ },
226
+ "arguments": {
227
+ "obj": "{\n declarations: [SkyConfirmComponent],\n imports: [\n CommonModule,\n SkyIdModule,\n SkyModalModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyConfirmComponent],\n}"
228
+ }
229
+ }
230
+ ],
324
231
  "children": [],
325
232
  "groups": [
326
233
  {
327
234
  "title": "Constructors",
235
+ "kind": 512,
328
236
  "children": [
329
237
  128
330
238
  ]
@@ -334,8 +242,7 @@
334
242
  {
335
243
  "fileName": "projects/modals/src/modules/confirm/confirm.module.ts",
336
244
  "line": 22,
337
- "character": 13,
338
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.module.ts#L22"
245
+ "character": 13
339
246
  }
340
247
  ]
341
248
  },
@@ -346,13 +253,22 @@
346
253
  "kindString": "Class",
347
254
  "flags": {},
348
255
  "comment": {
349
- "summary": [
350
- {
351
- "kind": "text",
352
- "text": "Launches a dialog."
353
- }
354
- ]
256
+ "shortText": "Launches a dialog."
355
257
  },
258
+ "decorators": [
259
+ {
260
+ "name": "Injectable",
261
+ "type": {
262
+ "type": "reference",
263
+ "qualifiedName": "InjectableDecorator",
264
+ "package": "@angular/core",
265
+ "name": "Injectable"
266
+ },
267
+ "arguments": {
268
+ "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}"
269
+ }
270
+ }
271
+ ],
356
272
  "children": [
357
273
  {
358
274
  "id": 131,
@@ -364,8 +280,7 @@
364
280
  {
365
281
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
366
282
  "line": 25,
367
- "character": 2,
368
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L25"
283
+ "character": 2
369
284
  }
370
285
  ],
371
286
  "signatures": [
@@ -409,8 +324,7 @@
409
324
  {
410
325
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
411
326
  "line": 33,
412
- "character": 9,
413
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L33"
327
+ "character": 9
414
328
  }
415
329
  ],
416
330
  "signatures": [
@@ -421,12 +335,7 @@
421
335
  "kindString": "Call signature",
422
336
  "flags": {},
423
337
  "comment": {
424
- "summary": [
425
- {
426
- "kind": "text",
427
- "text": "Opens a dialog using the specified options."
428
- }
429
- ]
338
+ "shortText": "Opens a dialog using the specified options."
430
339
  },
431
340
  "parameters": [
432
341
  {
@@ -436,12 +345,7 @@
436
345
  "kindString": "Parameter",
437
346
  "flags": {},
438
347
  "comment": {
439
- "summary": [
440
- {
441
- "kind": "text",
442
- "text": "Specifies configuration options for the dialog."
443
- }
444
- ]
348
+ "shortText": "Specifies configuration options for the dialog.\n"
445
349
  },
446
350
  "type": {
447
351
  "type": "reference",
@@ -462,12 +366,14 @@
462
366
  "groups": [
463
367
  {
464
368
  "title": "Constructors",
369
+ "kind": 512,
465
370
  "children": [
466
371
  131
467
372
  ]
468
373
  },
469
374
  {
470
375
  "title": "Methods",
376
+ "kind": 2048,
471
377
  "children": [
472
378
  135
473
379
  ]
@@ -477,8 +383,7 @@
477
383
  {
478
384
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
479
385
  "line": 22,
480
- "character": 13,
481
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L22"
386
+ "character": 13
482
387
  }
483
388
  ]
484
389
  },
@@ -489,12 +394,7 @@
489
394
  "kindString": "Class",
490
395
  "flags": {},
491
396
  "comment": {
492
- "summary": [
493
- {
494
- "kind": "text",
495
- "text": "Properties about the modal close action and a method to close the modal."
496
- }
497
- ]
397
+ "shortText": "Properties about the modal close action and a method to close the modal."
498
398
  },
499
399
  "children": [
500
400
  {
@@ -507,8 +407,7 @@
507
407
  {
508
408
  "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
509
409
  "line": 20,
510
- "character": 2,
511
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L20"
410
+ "character": 2
512
411
  }
513
412
  ],
514
413
  "signatures": [
@@ -527,9 +426,9 @@
527
426
  "flags": {},
528
427
  "type": {
529
428
  "type": "reference",
530
- "name": "Function",
531
429
  "qualifiedName": "Function",
532
- "package": "typescript"
430
+ "package": "typescript",
431
+ "name": "Function"
533
432
  }
534
433
  },
535
434
  {
@@ -563,27 +462,13 @@
563
462
  "isReadonly": true
564
463
  },
565
464
  "comment": {
566
- "summary": [
567
- {
568
- "kind": "text",
569
- "text": "The object that would be emitted by a modal's "
570
- },
571
- {
572
- "kind": "code",
573
- "text": "`closed`"
574
- },
575
- {
576
- "kind": "text",
577
- "text": " event. This object\ncan be used to determine whether to prompt the user for confirmation, such\nas when the user closes a modal form after entering data."
578
- }
579
- ]
465
+ "shortText": "The object that would be emitted by a modal's `closed` event. This object\ncan be used to determine whether to prompt the user for confirmation, such\nas when the user closes a modal form after entering data."
580
466
  },
581
467
  "sources": [
582
468
  {
583
469
  "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
584
470
  "line": 12,
585
- "character": 18,
586
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L12"
471
+ "character": 18
587
472
  }
588
473
  ],
589
474
  "type": {
@@ -602,38 +487,34 @@
602
487
  "isReadonly": true
603
488
  },
604
489
  "comment": {
605
- "summary": [
606
- {
607
- "kind": "text",
608
- "text": "Function to call to close the modal. Neglecting to call this function\neffectively cancels the close modal action."
609
- }
610
- ]
490
+ "shortText": "Function to call to close the modal. Neglecting to call this function\neffectively cancels the close modal action."
611
491
  },
612
492
  "sources": [
613
493
  {
614
494
  "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
615
495
  "line": 18,
616
- "character": 18,
617
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L18"
496
+ "character": 18
618
497
  }
619
498
  ],
620
499
  "type": {
621
500
  "type": "reference",
622
- "name": "Function",
623
501
  "qualifiedName": "Function",
624
- "package": "typescript"
502
+ "package": "typescript",
503
+ "name": "Function"
625
504
  }
626
505
  }
627
506
  ],
628
507
  "groups": [
629
508
  {
630
509
  "title": "Constructors",
510
+ "kind": 512,
631
511
  "children": [
632
512
  139
633
513
  ]
634
514
  },
635
515
  {
636
516
  "title": "Properties",
517
+ "kind": 1024,
637
518
  "children": [
638
519
  143,
639
520
  144
@@ -644,8 +525,7 @@
644
525
  {
645
526
  "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
646
527
  "line": 6,
647
- "character": 13,
648
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L6"
528
+ "character": 13
649
529
  }
650
530
  ]
651
531
  },
@@ -656,12 +536,7 @@
656
536
  "kindString": "Class",
657
537
  "flags": {},
658
538
  "comment": {
659
- "summary": [
660
- {
661
- "kind": "text",
662
- "text": "Contains an object with the data passed from users when\na modal is closed and the reason that the modal was closed."
663
- }
664
- ]
539
+ "shortText": "Contains an object with the data passed from users when\na modal is closed and the reason that the modal was closed."
665
540
  },
666
541
  "children": [
667
542
  {
@@ -673,19 +548,13 @@
673
548
  "isPublic": true
674
549
  },
675
550
  "comment": {
676
- "summary": [
677
- {
678
- "kind": "text",
679
- "text": "The data passed from users when the modal is closed."
680
- }
681
- ]
551
+ "shortText": "The data passed from users when the modal is closed."
682
552
  },
683
553
  "sources": [
684
554
  {
685
555
  "fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
686
556
  "line": 14,
687
- "character": 9,
688
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L14"
557
+ "character": 9
689
558
  }
690
559
  ],
691
560
  "type": {
@@ -702,43 +571,13 @@
702
571
  "isPublic": true
703
572
  },
704
573
  "comment": {
705
- "summary": [
706
- {
707
- "kind": "text",
708
- "text": "The reason the modal was closed.\nOptions include "
709
- },
710
- {
711
- "kind": "code",
712
- "text": "`\"close\"`"
713
- },
714
- {
715
- "kind": "text",
716
- "text": ", "
717
- },
718
- {
719
- "kind": "code",
720
- "text": "`\"save\"`"
721
- },
722
- {
723
- "kind": "text",
724
- "text": ", and "
725
- },
726
- {
727
- "kind": "code",
728
- "text": "`\"cancel\"`"
729
- },
730
- {
731
- "kind": "text",
732
- "text": "."
733
- }
734
- ]
574
+ "shortText": "The reason the modal was closed.\nOptions include `\"close\"`, `\"save\"`, and `\"cancel\"`."
735
575
  },
736
576
  "sources": [
737
577
  {
738
578
  "fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
739
579
  "line": 10,
740
- "character": 9,
741
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L10"
580
+ "character": 9
742
581
  }
743
582
  ],
744
583
  "type": {
@@ -750,12 +589,14 @@
750
589
  "groups": [
751
590
  {
752
591
  "title": "Constructors",
592
+ "kind": 512,
753
593
  "children": [
754
594
  146
755
595
  ]
756
596
  },
757
597
  {
758
598
  "title": "Properties",
599
+ "kind": 1024,
759
600
  "children": [
760
601
  149,
761
602
  148
@@ -766,8 +607,7 @@
766
607
  {
767
608
  "fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
768
609
  "line": 5,
769
- "character": 13,
770
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L5"
610
+ "character": 13
771
611
  }
772
612
  ]
773
613
  },
@@ -787,19 +627,13 @@
787
627
  "isPublic": true
788
628
  },
789
629
  "comment": {
790
- "summary": [
791
- {
792
- "kind": "text",
793
- "text": "A direct reference to the provided component's class."
794
- }
795
- ]
630
+ "shortText": "A direct reference to the provided component's class."
796
631
  },
797
632
  "sources": [
798
633
  {
799
634
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
800
635
  "line": 41,
801
- "character": 9,
802
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L41"
636
+ "character": 9
803
637
  }
804
638
  ],
805
639
  "type": {
@@ -819,62 +653,34 @@
819
653
  {
820
654
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
821
655
  "line": 13,
822
- "character": 13,
823
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L13"
656
+ "character": 13
824
657
  }
825
658
  ],
826
- "getSignature": {
827
- "id": 191,
828
- "name": "beforeClose",
829
- "kind": 524288,
830
- "kindString": "Get signature",
831
- "flags": {},
832
- "comment": {
833
- "summary": [
834
- {
835
- "kind": "text",
836
- "text": "An event that the modal instance emits when it is about to close.\nIt emits a "
837
- },
838
- {
839
- "kind": "code",
840
- "text": "`SkyModalBeforeCloseHandler`"
841
- },
842
- {
843
- "kind": "text",
844
- "text": " object with a "
845
- },
846
- {
847
- "kind": "code",
848
- "text": "`closeModal`"
849
- },
850
- {
851
- "kind": "text",
852
- "text": " method\nthat closes the modal. If a subscription exists for this event,\nthe modal does not close until the subscriber calls the "
853
- },
854
- {
855
- "kind": "code",
856
- "text": "`closeModal`"
857
- },
858
- {
859
- "kind": "text",
860
- "text": " method."
861
- }
862
- ]
863
- },
864
- "type": {
865
- "type": "reference",
866
- "typeArguments": [
867
- {
868
- "type": "reference",
869
- "id": 138,
870
- "name": "SkyModalBeforeCloseHandler"
871
- }
872
- ],
873
- "name": "Observable",
874
- "qualifiedName": "Observable",
875
- "package": "rxjs"
659
+ "getSignature": [
660
+ {
661
+ "id": 191,
662
+ "name": "beforeClose",
663
+ "kind": 524288,
664
+ "kindString": "Get signature",
665
+ "flags": {},
666
+ "comment": {
667
+ "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."
668
+ },
669
+ "type": {
670
+ "type": "reference",
671
+ "typeArguments": [
672
+ {
673
+ "type": "reference",
674
+ "id": 138,
675
+ "name": "SkyModalBeforeCloseHandler"
676
+ }
677
+ ],
678
+ "qualifiedName": "Observable",
679
+ "package": "rxjs",
680
+ "name": "Observable"
681
+ }
876
682
  }
877
- }
683
+ ]
878
684
  },
879
685
  {
880
686
  "id": 192,
@@ -888,94 +694,34 @@
888
694
  {
889
695
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
890
696
  "line": 25,
891
- "character": 13,
892
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L25"
697
+ "character": 13
893
698
  }
894
699
  ],
895
- "getSignature": {
896
- "id": 193,
897
- "name": "closed",
898
- "kind": 524288,
899
- "kindString": "Get signature",
900
- "flags": {},
901
- "comment": {
902
- "summary": [
903
- {
904
- "kind": "text",
905
- "text": "An event that the modal instance emits when it closes.\nIt emits a "
906
- },
907
- {
908
- "kind": "code",
909
- "text": "`SkyModalCloseArgs`"
910
- },
911
- {
912
- "kind": "text",
913
- "text": " object with a "
914
- },
915
- {
916
- "kind": "code",
917
- "text": "`data`"
918
- },
919
- {
920
- "kind": "text",
921
- "text": " property that includes\ndata passed from users on close or save and a "
922
- },
923
- {
924
- "kind": "code",
925
- "text": "`reason`"
926
- },
927
- {
928
- "kind": "text",
929
- "text": " property that indicates\nwhether the modal was saved or closed without saving.\nThe "
930
- },
931
- {
932
- "kind": "code",
933
- "text": "`reason`"
934
- },
935
- {
936
- "kind": "text",
937
- "text": " property accepts any string value.\nCommon examples include "
938
- },
939
- {
940
- "kind": "code",
941
- "text": "`\"cancel\"`"
942
- },
943
- {
944
- "kind": "text",
945
- "text": ", "
946
- },
947
- {
948
- "kind": "code",
949
- "text": "`\"close\"`"
950
- },
951
- {
952
- "kind": "text",
953
- "text": ", and "
954
- },
955
- {
956
- "kind": "code",
957
- "text": "`\"save\"`"
958
- },
959
- {
960
- "kind": "text",
961
- "text": "."
962
- }
963
- ]
964
- },
965
- "type": {
966
- "type": "reference",
967
- "typeArguments": [
968
- {
969
- "type": "reference",
970
- "id": 145,
971
- "name": "SkyModalCloseArgs"
972
- }
973
- ],
974
- "name": "Observable",
975
- "qualifiedName": "Observable",
976
- "package": "rxjs"
700
+ "getSignature": [
701
+ {
702
+ "id": 193,
703
+ "name": "closed",
704
+ "kind": 524288,
705
+ "kindString": "Get signature",
706
+ "flags": {},
707
+ "comment": {
708
+ "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\"`."
709
+ },
710
+ "type": {
711
+ "type": "reference",
712
+ "typeArguments": [
713
+ {
714
+ "type": "reference",
715
+ "id": 145,
716
+ "name": "SkyModalCloseArgs"
717
+ }
718
+ ],
719
+ "qualifiedName": "Observable",
720
+ "package": "rxjs",
721
+ "name": "Observable"
722
+ }
977
723
  }
978
- }
724
+ ]
979
725
  },
980
726
  {
981
727
  "id": 194,
@@ -989,61 +735,33 @@
989
735
  {
990
736
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
991
737
  "line": 34,
992
- "character": 13,
993
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L34"
738
+ "character": 13
994
739
  }
995
740
  ],
996
- "getSignature": {
997
- "id": 195,
998
- "name": "helpOpened",
999
- "kind": 524288,
1000
- "kindString": "Get signature",
1001
- "flags": {},
1002
- "comment": {
1003
- "summary": [
1004
- {
1005
- "kind": "text",
1006
- "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 "
1007
- },
1008
- {
1009
- "kind": "code",
1010
- "text": "`helpKey`"
1011
- },
1012
- {
1013
- "kind": "text",
1014
- "text": " parameter was specified, the "
1015
- },
1016
- {
1017
- "kind": "code",
1018
- "text": "`helpOpened`"
1019
- },
1020
- {
1021
- "kind": "text",
1022
- "text": " event broadcasts the "
1023
- },
1024
- {
1025
- "kind": "code",
1026
- "text": "`helpKey`"
1027
- },
1028
- {
1029
- "kind": "text",
1030
- "text": "."
1031
- }
1032
- ]
1033
- },
1034
- "type": {
1035
- "type": "reference",
1036
- "typeArguments": [
1037
- {
1038
- "type": "intrinsic",
1039
- "name": "string"
1040
- }
1041
- ],
1042
- "name": "Observable",
1043
- "qualifiedName": "Observable",
1044
- "package": "rxjs"
741
+ "getSignature": [
742
+ {
743
+ "id": 195,
744
+ "name": "helpOpened",
745
+ "kind": 524288,
746
+ "kindString": "Get signature",
747
+ "flags": {},
748
+ "comment": {
749
+ "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`."
750
+ },
751
+ "type": {
752
+ "type": "reference",
753
+ "typeArguments": [
754
+ {
755
+ "type": "intrinsic",
756
+ "name": "string"
757
+ }
758
+ ],
759
+ "qualifiedName": "Observable",
760
+ "package": "rxjs",
761
+ "name": "Observable"
762
+ }
1045
763
  }
1046
- }
764
+ ]
1047
765
  },
1048
766
  {
1049
767
  "id": 205,
@@ -1057,8 +775,7 @@
1057
775
  {
1058
776
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1059
777
  "line": 75,
1060
- "character": 9,
1061
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L75"
778
+ "character": 9
1062
779
  }
1063
780
  ],
1064
781
  "signatures": [
@@ -1069,20 +786,7 @@
1069
786
  "kindString": "Call signature",
1070
787
  "flags": {},
1071
788
  "comment": {
1072
- "summary": [
1073
- {
1074
- "kind": "text",
1075
- "text": "Closes the modal instance with "
1076
- },
1077
- {
1078
- "kind": "code",
1079
- "text": "`reason=\"cancel\"`"
1080
- },
1081
- {
1082
- "kind": "text",
1083
- "text": "."
1084
- }
1085
- ]
789
+ "shortText": "Closes the modal instance with `reason=\"cancel\"`."
1086
790
  },
1087
791
  "parameters": [
1088
792
  {
@@ -1094,36 +798,7 @@
1094
798
  "isOptional": true
1095
799
  },
1096
800
  "comment": {
1097
- "summary": [
1098
- {
1099
- "kind": "text",
1100
- "text": "Specifies an object to emit to subscribers of the "
1101
- },
1102
- {
1103
- "kind": "code",
1104
- "text": "`closed`"
1105
- },
1106
- {
1107
- "kind": "text",
1108
- "text": " event of the modal\ninstance. The "
1109
- },
1110
- {
1111
- "kind": "code",
1112
- "text": "`SkyModalInstance`"
1113
- },
1114
- {
1115
- "kind": "text",
1116
- "text": " provider can be injected into a component's constructor so\nthat this cancel function can be called from a button in the "
1117
- },
1118
- {
1119
- "kind": "code",
1120
- "text": "`sky-modal-footer`"
1121
- },
1122
- {
1123
- "kind": "text",
1124
- "text": "."
1125
- }
1126
- ]
801
+ "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"
1127
802
  },
1128
803
  "type": {
1129
804
  "type": "intrinsic",
@@ -1150,8 +825,7 @@
1150
825
  {
1151
826
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1152
827
  "line": 57,
1153
- "character": 9,
1154
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L57"
828
+ "character": 9
1155
829
  }
1156
830
  ],
1157
831
  "signatures": [
@@ -1162,12 +836,7 @@
1162
836
  "kindString": "Call signature",
1163
837
  "flags": {},
1164
838
  "comment": {
1165
- "summary": [
1166
- {
1167
- "kind": "text",
1168
- "text": "Closes the modal instance."
1169
- }
1170
- ]
839
+ "shortText": "Closes the modal instance."
1171
840
  },
1172
841
  "parameters": [
1173
842
  {
@@ -1179,44 +848,7 @@
1179
848
  "isOptional": true
1180
849
  },
1181
850
  "comment": {
1182
- "summary": [
1183
- {
1184
- "kind": "text",
1185
- "text": "Specifies an object to emit to subscribers of the "
1186
- },
1187
- {
1188
- "kind": "code",
1189
- "text": "`closed`"
1190
- },
1191
- {
1192
- "kind": "text",
1193
- "text": " event of the\nmodal instance. The "
1194
- },
1195
- {
1196
- "kind": "code",
1197
- "text": "`SkyModalInstance`"
1198
- },
1199
- {
1200
- "kind": "text",
1201
- "text": " provider can be injected into a component's constructor\nso that this "
1202
- },
1203
- {
1204
- "kind": "code",
1205
- "text": "`close`"
1206
- },
1207
- {
1208
- "kind": "text",
1209
- "text": " function can be called from a button in the "
1210
- },
1211
- {
1212
- "kind": "code",
1213
- "text": "`sky-modal-footer`"
1214
- },
1215
- {
1216
- "kind": "text",
1217
- "text": "."
1218
- }
1219
- ]
851
+ "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`."
1220
852
  },
1221
853
  "type": {
1222
854
  "type": "intrinsic",
@@ -1232,20 +864,7 @@
1232
864
  "isOptional": true
1233
865
  },
1234
866
  "comment": {
1235
- "summary": [
1236
- {
1237
- "kind": "text",
1238
- "text": "Specifies the reason for the modal closing, with the default reason of "
1239
- },
1240
- {
1241
- "kind": "code",
1242
- "text": "`\"close\"`"
1243
- },
1244
- {
1245
- "kind": "text",
1246
- "text": "."
1247
- }
1248
- ]
867
+ "shortText": "Specifies the reason for the modal closing, with the default reason of `\"close\"`."
1249
868
  },
1250
869
  "type": {
1251
870
  "type": "intrinsic",
@@ -1261,20 +880,7 @@
1261
880
  "isOptional": true
1262
881
  },
1263
882
  "comment": {
1264
- "summary": [
1265
- {
1266
- "kind": "text",
1267
- "text": "Indicates whether to ignore the modal instance's "
1268
- },
1269
- {
1270
- "kind": "code",
1271
- "text": "`beforeClose`"
1272
- },
1273
- {
1274
- "kind": "text",
1275
- "text": " event."
1276
- }
1277
- ]
883
+ "shortText": "Indicates whether to ignore the modal instance's `beforeClose` event.\n"
1278
884
  },
1279
885
  "type": {
1280
886
  "type": "intrinsic",
@@ -1301,8 +907,7 @@
1301
907
  {
1302
908
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1303
909
  "line": 96,
1304
- "character": 9,
1305
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L96"
910
+ "character": 9
1306
911
  }
1307
912
  ],
1308
913
  "signatures": [
@@ -1313,28 +918,7 @@
1313
918
  "kindString": "Call signature",
1314
919
  "flags": {},
1315
920
  "comment": {
1316
- "summary": [
1317
- {
1318
- "kind": "text",
1319
- "text": "Triggers the "
1320
- },
1321
- {
1322
- "kind": "code",
1323
- "text": "`helpOpened`"
1324
- },
1325
- {
1326
- "kind": "text",
1327
- "text": " event that broadcasts a "
1328
- },
1329
- {
1330
- "kind": "code",
1331
- "text": "`helpKey`"
1332
- },
1333
- {
1334
- "kind": "text",
1335
- "text": " parameter to open\nwhen users click the <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button."
1336
- }
1337
- ]
921
+ "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."
1338
922
  },
1339
923
  "parameters": [
1340
924
  {
@@ -1344,36 +928,7 @@
1344
928
  "kindString": "Parameter",
1345
929
  "flags": {},
1346
930
  "comment": {
1347
- "summary": [
1348
- {
1349
- "kind": "text",
1350
- "text": "Specifies a string to emit to subscribers of\nthe modal instance's "
1351
- },
1352
- {
1353
- "kind": "code",
1354
- "text": "`helpOpened`"
1355
- },
1356
- {
1357
- "kind": "text",
1358
- "text": " event. Consumers can inject the "
1359
- },
1360
- {
1361
- "kind": "code",
1362
- "text": "`SkyModalInstance`"
1363
- },
1364
- {
1365
- "kind": "text",
1366
- "text": " provider\ninto a component's constructor to call the "
1367
- },
1368
- {
1369
- "kind": "code",
1370
- "text": "`openHelp`"
1371
- },
1372
- {
1373
- "kind": "text",
1374
- "text": " function in the modal template."
1375
- }
1376
- ]
931
+ "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"
1377
932
  },
1378
933
  "type": {
1379
934
  "type": "intrinsic",
@@ -1400,8 +955,7 @@
1400
955
  {
1401
956
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1402
957
  "line": 85,
1403
- "character": 9,
1404
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L85"
958
+ "character": 9
1405
959
  }
1406
960
  ],
1407
961
  "signatures": [
@@ -1412,20 +966,7 @@
1412
966
  "kindString": "Call signature",
1413
967
  "flags": {},
1414
968
  "comment": {
1415
- "summary": [
1416
- {
1417
- "kind": "text",
1418
- "text": "Closes the modal instance with "
1419
- },
1420
- {
1421
- "kind": "code",
1422
- "text": "`reason=\"save\"`"
1423
- },
1424
- {
1425
- "kind": "text",
1426
- "text": "."
1427
- }
1428
- ]
969
+ "shortText": "Closes the modal instance with `reason=\"save\"`."
1429
970
  },
1430
971
  "parameters": [
1431
972
  {
@@ -1437,44 +978,7 @@
1437
978
  "isOptional": true
1438
979
  },
1439
980
  "comment": {
1440
- "summary": [
1441
- {
1442
- "kind": "text",
1443
- "text": "Specifies an object to emit to subscribers of the "
1444
- },
1445
- {
1446
- "kind": "code",
1447
- "text": "`closed`"
1448
- },
1449
- {
1450
- "kind": "text",
1451
- "text": " event of the modal\ninstance. The "
1452
- },
1453
- {
1454
- "kind": "code",
1455
- "text": "`SkyModalInstance`"
1456
- },
1457
- {
1458
- "kind": "text",
1459
- "text": " provider can be injected into a component's constructor so\nthat this "
1460
- },
1461
- {
1462
- "kind": "code",
1463
- "text": "`save`"
1464
- },
1465
- {
1466
- "kind": "text",
1467
- "text": " function can be called from a button in "
1468
- },
1469
- {
1470
- "kind": "code",
1471
- "text": "`the sky-modal-footer`"
1472
- },
1473
- {
1474
- "kind": "text",
1475
- "text": "."
1476
- }
1477
- ]
981
+ "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"
1478
982
  },
1479
983
  "type": {
1480
984
  "type": "intrinsic",
@@ -1493,18 +997,21 @@
1493
997
  "groups": [
1494
998
  {
1495
999
  "title": "Constructors",
1000
+ "kind": 512,
1496
1001
  "children": [
1497
1002
  188
1498
1003
  ]
1499
1004
  },
1500
1005
  {
1501
1006
  "title": "Properties",
1007
+ "kind": 1024,
1502
1008
  "children": [
1503
1009
  196
1504
1010
  ]
1505
1011
  },
1506
1012
  {
1507
1013
  "title": "Accessors",
1014
+ "kind": 262144,
1508
1015
  "children": [
1509
1016
  190,
1510
1017
  192,
@@ -1513,6 +1020,7 @@
1513
1020
  },
1514
1021
  {
1515
1022
  "title": "Methods",
1023
+ "kind": 2048,
1516
1024
  "children": [
1517
1025
  205,
1518
1026
  200,
@@ -1525,8 +1033,7 @@
1525
1033
  {
1526
1034
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1527
1035
  "line": 6,
1528
- "character": 13,
1529
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L6"
1036
+ "character": 13
1530
1037
  }
1531
1038
  ]
1532
1039
  },
@@ -1536,10 +1043,25 @@
1536
1043
  "kind": 128,
1537
1044
  "kindString": "Class",
1538
1045
  "flags": {},
1046
+ "decorators": [
1047
+ {
1048
+ "name": "NgModule",
1049
+ "type": {
1050
+ "type": "reference",
1051
+ "qualifiedName": "NgModuleDecorator",
1052
+ "package": "@angular/core",
1053
+ "name": "NgModule"
1054
+ },
1055
+ "arguments": {
1056
+ "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}"
1057
+ }
1058
+ }
1059
+ ],
1539
1060
  "children": [],
1540
1061
  "groups": [
1541
1062
  {
1542
1063
  "title": "Constructors",
1064
+ "kind": 512,
1543
1065
  "children": [
1544
1066
  233
1545
1067
  ]
@@ -1549,8 +1071,7 @@
1549
1071
  {
1550
1072
  "fileName": "projects/modals/src/modules/modal/modal.module.ts",
1551
1073
  "line": 42,
1552
- "character": 13,
1553
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.module.ts#L42"
1074
+ "character": 13
1554
1075
  }
1555
1076
  ]
1556
1077
  },
@@ -1561,19 +1082,28 @@
1561
1082
  "kindString": "Class",
1562
1083
  "flags": {},
1563
1084
  "comment": {
1564
- "summary": [
1565
- {
1566
- "kind": "text",
1567
- "text": "A service that launches modals."
1568
- }
1569
- ],
1570
- "blockTags": [
1085
+ "shortText": "A service that launches modals.",
1086
+ "tags": [
1571
1087
  {
1572
- "tag": "@dynamic",
1573
- "content": []
1088
+ "tag": "dynamic",
1089
+ "text": "\n"
1574
1090
  }
1575
1091
  ]
1576
1092
  },
1093
+ "decorators": [
1094
+ {
1095
+ "name": "Injectable",
1096
+ "type": {
1097
+ "type": "reference",
1098
+ "qualifiedName": "InjectableDecorator",
1099
+ "package": "@angular/core",
1100
+ "name": "Injectable"
1101
+ },
1102
+ "arguments": {
1103
+ "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}"
1104
+ }
1105
+ }
1106
+ ],
1577
1107
  "children": [
1578
1108
  {
1579
1109
  "id": 237,
@@ -1585,8 +1115,7 @@
1585
1115
  {
1586
1116
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1587
1117
  "line": 24,
1588
- "character": 2,
1589
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.service.ts#L24"
1118
+ "character": 2
1590
1119
  }
1591
1120
  ],
1592
1121
  "signatures": [
@@ -1629,8 +1158,7 @@
1629
1158
  {
1630
1159
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1631
1160
  "line": 44,
1632
- "character": 9,
1633
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.service.ts#L44"
1161
+ "character": 9
1634
1162
  }
1635
1163
  ],
1636
1164
  "signatures": [
@@ -1641,12 +1169,7 @@
1641
1169
  "kindString": "Call signature",
1642
1170
  "flags": {},
1643
1171
  "comment": {
1644
- "summary": [
1645
- {
1646
- "kind": "text",
1647
- "text": "Opens a modal using the specified component."
1648
- }
1649
- ]
1172
+ "shortText": "Opens a modal using the specified component."
1650
1173
  },
1651
1174
  "parameters": [
1652
1175
  {
@@ -1656,12 +1179,7 @@
1656
1179
  "kindString": "Parameter",
1657
1180
  "flags": {},
1658
1181
  "comment": {
1659
- "summary": [
1660
- {
1661
- "kind": "text",
1662
- "text": "Determines the component to render."
1663
- }
1664
- ]
1182
+ "shortText": "Determines the component to render."
1665
1183
  },
1666
1184
  "type": {
1667
1185
  "type": "intrinsic",
@@ -1677,12 +1195,7 @@
1677
1195
  "isOptional": true
1678
1196
  },
1679
1197
  "comment": {
1680
- "summary": [
1681
- {
1682
- "kind": "text",
1683
- "text": "Specifies configuration options for the modal."
1684
- }
1685
- ]
1198
+ "shortText": "Specifies configuration options for the modal.\n"
1686
1199
  },
1687
1200
  "type": {
1688
1201
  "type": "union",
@@ -1715,12 +1228,14 @@
1715
1228
  "groups": [
1716
1229
  {
1717
1230
  "title": "Constructors",
1231
+ "kind": 512,
1718
1232
  "children": [
1719
1233
  237
1720
1234
  ]
1721
1235
  },
1722
1236
  {
1723
1237
  "title": "Methods",
1238
+ "kind": 2048,
1724
1239
  "children": [
1725
1240
  243
1726
1241
  ]
@@ -1730,8 +1245,7 @@
1730
1245
  {
1731
1246
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1732
1247
  "line": 19,
1733
- "character": 13,
1734
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.service.ts#L19"
1248
+ "character": 13
1735
1249
  }
1736
1250
  ]
1737
1251
  },
@@ -1741,6 +1255,20 @@
1741
1255
  "kind": 128,
1742
1256
  "kindString": "Class",
1743
1257
  "flags": {},
1258
+ "decorators": [
1259
+ {
1260
+ "name": "Component",
1261
+ "type": {
1262
+ "type": "reference",
1263
+ "qualifiedName": "ComponentDecorator",
1264
+ "package": "@angular/core",
1265
+ "name": "Component"
1266
+ },
1267
+ "arguments": {
1268
+ "obj": "{\n selector: 'sky-confirm',\n templateUrl: './confirm.component.html',\n styleUrls: ['./confirm.component.scss'],\n}"
1269
+ }
1270
+ }
1271
+ ],
1744
1272
  "children": [
1745
1273
  {
1746
1274
  "id": 4,
@@ -1752,8 +1280,7 @@
1752
1280
  {
1753
1281
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1754
1282
  "line": 34,
1755
- "character": 2,
1756
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L34"
1283
+ "character": 2
1757
1284
  }
1758
1285
  ],
1759
1286
  "signatures": [
@@ -1770,6 +1297,20 @@
1770
1297
  "kind": 32768,
1771
1298
  "kindString": "Parameter",
1772
1299
  "flags": {},
1300
+ "decorators": [
1301
+ {
1302
+ "name": "Inject",
1303
+ "type": {
1304
+ "type": "reference",
1305
+ "qualifiedName": "InjectDecorator",
1306
+ "package": "@angular/core",
1307
+ "name": "Inject"
1308
+ },
1309
+ "arguments": {
1310
+ "token": "SKY_CONFIRM_CONFIG"
1311
+ }
1312
+ }
1313
+ ],
1773
1314
  "type": {
1774
1315
  "type": "reference",
1775
1316
  "id": 112,
@@ -1831,8 +1372,7 @@
1831
1372
  {
1832
1373
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1833
1374
  "line": 25,
1834
- "character": 9,
1835
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L25"
1375
+ "character": 9
1836
1376
  }
1837
1377
  ],
1838
1378
  "type": {
@@ -1852,8 +1392,7 @@
1852
1392
  {
1853
1393
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1854
1394
  "line": 26,
1855
- "character": 9,
1856
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L26"
1395
+ "character": 9
1857
1396
  }
1858
1397
  ],
1859
1398
  "type": {
@@ -1873,8 +1412,7 @@
1873
1412
  {
1874
1413
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1875
1414
  "line": 23,
1876
- "character": 9,
1877
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L23"
1415
+ "character": 9
1878
1416
  }
1879
1417
  ],
1880
1418
  "type": {
@@ -1897,8 +1435,7 @@
1897
1435
  {
1898
1436
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1899
1437
  "line": 28,
1900
- "character": 9,
1901
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L28"
1438
+ "character": 9
1902
1439
  }
1903
1440
  ],
1904
1441
  "type": {
@@ -1919,8 +1456,7 @@
1919
1456
  {
1920
1457
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1921
1458
  "line": 24,
1922
- "character": 9,
1923
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L24"
1459
+ "character": 9
1924
1460
  }
1925
1461
  ],
1926
1462
  "type": {
@@ -1940,8 +1476,7 @@
1940
1476
  {
1941
1477
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1942
1478
  "line": 27,
1943
- "character": 9,
1944
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L27"
1479
+ "character": 9
1945
1480
  }
1946
1481
  ],
1947
1482
  "type": {
@@ -1962,8 +1497,7 @@
1962
1497
  {
1963
1498
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1964
1499
  "line": 67,
1965
- "character": 9,
1966
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L67"
1500
+ "character": 9
1967
1501
  }
1968
1502
  ],
1969
1503
  "signatures": [
@@ -1997,12 +1531,14 @@
1997
1531
  "groups": [
1998
1532
  {
1999
1533
  "title": "Constructors",
1534
+ "kind": 512,
2000
1535
  "children": [
2001
1536
  4
2002
1537
  ]
2003
1538
  },
2004
1539
  {
2005
1540
  "title": "Properties",
1541
+ "kind": 1024,
2006
1542
  "children": [
2007
1543
  12,
2008
1544
  13,
@@ -2014,6 +1550,7 @@
2014
1550
  },
2015
1551
  {
2016
1552
  "title": "Methods",
1553
+ "kind": 2048,
2017
1554
  "children": [
2018
1555
  19
2019
1556
  ]
@@ -2023,8 +1560,7 @@
2023
1560
  {
2024
1561
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
2025
1562
  "line": 22,
2026
- "character": 13,
2027
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L22"
1563
+ "character": 13
2028
1564
  }
2029
1565
  ]
2030
1566
  },
@@ -2035,17 +1571,27 @@
2035
1571
  "kindString": "Class",
2036
1572
  "flags": {},
2037
1573
  "comment": {
2038
- "summary": [
2039
- {
2040
- "kind": "text",
2041
- "text": "Specifies content to display in the modal's body."
2042
- }
2043
- ]
1574
+ "shortText": "Specifies content to display in the modal's body."
2044
1575
  },
1576
+ "decorators": [
1577
+ {
1578
+ "name": "Component",
1579
+ "type": {
1580
+ "type": "reference",
1581
+ "qualifiedName": "ComponentDecorator",
1582
+ "package": "@angular/core",
1583
+ "name": "Component"
1584
+ },
1585
+ "arguments": {
1586
+ "obj": "{\n selector: 'sky-modal-content',\n templateUrl: './modal-content.component.html',\n styleUrls: ['./modal-content.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
1587
+ }
1588
+ }
1589
+ ],
2045
1590
  "children": [],
2046
1591
  "groups": [
2047
1592
  {
2048
1593
  "title": "Constructors",
1594
+ "kind": 512,
2049
1595
  "children": [
2050
1596
  28
2051
1597
  ]
@@ -2055,8 +1601,7 @@
2055
1601
  {
2056
1602
  "fileName": "projects/modals/src/modules/modal/modal-content.component.ts",
2057
1603
  "line": 12,
2058
- "character": 13,
2059
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-content.component.ts#L12"
1604
+ "character": 13
2060
1605
  }
2061
1606
  ]
2062
1607
  },
@@ -2067,17 +1612,27 @@
2067
1612
  "kindString": "Class",
2068
1613
  "flags": {},
2069
1614
  "comment": {
2070
- "summary": [
2071
- {
2072
- "kind": "text",
2073
- "text": "Specifies content to display in the modal's footer."
2074
- }
2075
- ]
1615
+ "shortText": "Specifies content to display in the modal's footer."
2076
1616
  },
1617
+ "decorators": [
1618
+ {
1619
+ "name": "Component",
1620
+ "type": {
1621
+ "type": "reference",
1622
+ "qualifiedName": "ComponentDecorator",
1623
+ "package": "@angular/core",
1624
+ "name": "Component"
1625
+ },
1626
+ "arguments": {
1627
+ "obj": "{\n selector: 'sky-modal-footer',\n templateUrl: './modal-footer.component.html',\n styleUrls: ['./modal-footer.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
1628
+ }
1629
+ }
1630
+ ],
2077
1631
  "children": [],
2078
1632
  "groups": [
2079
1633
  {
2080
1634
  "title": "Constructors",
1635
+ "kind": 512,
2081
1636
  "children": [
2082
1637
  31
2083
1638
  ]
@@ -2087,8 +1642,7 @@
2087
1642
  {
2088
1643
  "fileName": "projects/modals/src/modules/modal/modal-footer.component.ts",
2089
1644
  "line": 12,
2090
- "character": 13,
2091
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-footer.component.ts#L12"
1645
+ "character": 13
2092
1646
  }
2093
1647
  ]
2094
1648
  },
@@ -2099,17 +1653,27 @@
2099
1653
  "kindString": "Class",
2100
1654
  "flags": {},
2101
1655
  "comment": {
2102
- "summary": [
2103
- {
2104
- "kind": "text",
2105
- "text": "Specifies a header for the modal."
2106
- }
2107
- ]
1656
+ "shortText": "Specifies a header for the modal."
2108
1657
  },
1658
+ "decorators": [
1659
+ {
1660
+ "name": "Component",
1661
+ "type": {
1662
+ "type": "reference",
1663
+ "qualifiedName": "ComponentDecorator",
1664
+ "package": "@angular/core",
1665
+ "name": "Component"
1666
+ },
1667
+ "arguments": {
1668
+ "obj": "{\n selector: 'sky-modal-header',\n templateUrl: './modal-header.component.html',\n styleUrls: ['./modal-header.component.scss'],\n}"
1669
+ }
1670
+ }
1671
+ ],
2109
1672
  "children": [],
2110
1673
  "groups": [
2111
1674
  {
2112
1675
  "title": "Constructors",
1676
+ "kind": 512,
2113
1677
  "children": [
2114
1678
  34
2115
1679
  ]
@@ -2119,8 +1683,7 @@
2119
1683
  {
2120
1684
  "fileName": "projects/modals/src/modules/modal/modal-header.component.ts",
2121
1685
  "line": 11,
2122
- "character": 13,
2123
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal-header.component.ts#L11"
1686
+ "character": 13
2124
1687
  }
2125
1688
  ]
2126
1689
  },
@@ -2131,13 +1694,22 @@
2131
1694
  "kindString": "Class",
2132
1695
  "flags": {},
2133
1696
  "comment": {
2134
- "summary": [
2135
- {
2136
- "kind": "text",
2137
- "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."
2138
- }
2139
- ]
1697
+ "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."
2140
1698
  },
1699
+ "decorators": [
1700
+ {
1701
+ "name": "Component",
1702
+ "type": {
1703
+ "type": "reference",
1704
+ "qualifiedName": "ComponentDecorator",
1705
+ "package": "@angular/core",
1706
+ "name": "Component"
1707
+ },
1708
+ "arguments": {
1709
+ "obj": "{\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n providers: [SkyModalComponentAdapterService, SkyDockService],\n}"
1710
+ }
1711
+ }
1712
+ ],
2141
1713
  "children": [
2142
1714
  {
2143
1715
  "id": 37,
@@ -2149,8 +1721,7 @@
2149
1721
  {
2150
1722
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2151
1723
  "line": 120,
2152
- "character": 2,
2153
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L120"
1724
+ "character": 2
2154
1725
  }
2155
1726
  ],
2156
1727
  "signatures": [
@@ -2197,9 +1768,9 @@
2197
1768
  "name": "any"
2198
1769
  }
2199
1770
  ],
2200
- "name": "ElementRef",
2201
1771
  "qualifiedName": "ElementRef",
2202
- "package": "@angular/core"
1772
+ "package": "@angular/core",
1773
+ "name": "ElementRef"
2203
1774
  }
2204
1775
  },
2205
1776
  {
@@ -2241,6 +1812,18 @@
2241
1812
  "kind": 32768,
2242
1813
  "kindString": "Parameter",
2243
1814
  "flags": {},
1815
+ "decorators": [
1816
+ {
1817
+ "name": "Host",
1818
+ "type": {
1819
+ "type": "reference",
1820
+ "qualifiedName": "HostDecorator",
1821
+ "package": "@angular/core",
1822
+ "name": "Host"
1823
+ },
1824
+ "arguments": {}
1825
+ }
1826
+ ],
2244
1827
  "type": {
2245
1828
  "type": "reference",
2246
1829
  "name": "SkyDockService"
@@ -2254,6 +1837,18 @@
2254
1837
  "flags": {
2255
1838
  "isOptional": true
2256
1839
  },
1840
+ "decorators": [
1841
+ {
1842
+ "name": "Optional",
1843
+ "type": {
1844
+ "type": "reference",
1845
+ "qualifiedName": "OptionalDecorator",
1846
+ "package": "@angular/core",
1847
+ "name": "Optional"
1848
+ },
1849
+ "arguments": {}
1850
+ }
1851
+ ],
2257
1852
  "type": {
2258
1853
  "type": "reference",
2259
1854
  "name": "SkyResizeObserverMediaQueryService"
@@ -2280,8 +1875,7 @@
2280
1875
  {
2281
1876
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2282
1877
  "line": 90,
2283
- "character": 9,
2284
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L90"
1878
+ "character": 9
2285
1879
  }
2286
1880
  ],
2287
1881
  "type": {
@@ -2302,8 +1896,7 @@
2302
1896
  {
2303
1897
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2304
1898
  "line": 58,
2305
- "character": 9,
2306
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L58"
1899
+ "character": 9
2307
1900
  }
2308
1901
  ],
2309
1902
  "type": {
@@ -2324,8 +1917,7 @@
2324
1917
  {
2325
1918
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2326
1919
  "line": 92,
2327
- "character": 9,
2328
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L92"
1920
+ "character": 9
2329
1921
  }
2330
1922
  ],
2331
1923
  "type": {
@@ -2341,12 +1933,26 @@
2341
1933
  "flags": {
2342
1934
  "isPublic": true
2343
1935
  },
1936
+ "decorators": [
1937
+ {
1938
+ "name": "ViewChild",
1939
+ "type": {
1940
+ "type": "reference",
1941
+ "qualifiedName": "ViewChildDecorator",
1942
+ "package": "@angular/core",
1943
+ "name": "ViewChild"
1944
+ },
1945
+ "arguments": {
1946
+ "selector": "'modalContentWrapper'",
1947
+ "opts": "{ read: ElementRef }"
1948
+ }
1949
+ }
1950
+ ],
2344
1951
  "sources": [
2345
1952
  {
2346
1953
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2347
1954
  "line": 103,
2348
- "character": 9,
2349
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L103"
1955
+ "character": 9
2350
1956
  }
2351
1957
  ],
2352
1958
  "type": {
@@ -2357,9 +1963,9 @@
2357
1963
  "name": "any"
2358
1964
  }
2359
1965
  ],
2360
- "name": "ElementRef",
2361
1966
  "qualifiedName": "ElementRef",
2362
- "package": "@angular/core"
1967
+ "package": "@angular/core",
1968
+ "name": "ElementRef"
2363
1969
  }
2364
1970
  },
2365
1971
  {
@@ -2374,8 +1980,7 @@
2374
1980
  {
2375
1981
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2376
1982
  "line": 94,
2377
- "character": 9,
2378
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L94"
1983
+ "character": 9
2379
1984
  }
2380
1985
  ],
2381
1986
  "type": {
@@ -2396,8 +2001,7 @@
2396
2001
  {
2397
2002
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2398
2003
  "line": 96,
2399
- "character": 9,
2400
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L96"
2004
+ "character": 9
2401
2005
  }
2402
2006
  ],
2403
2007
  "type": {
@@ -2417,8 +2021,7 @@
2417
2021
  {
2418
2022
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2419
2023
  "line": 98,
2420
- "character": 9,
2421
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L98"
2024
+ "character": 9
2422
2025
  }
2423
2026
  ],
2424
2027
  "type": {
@@ -2438,8 +2041,7 @@
2438
2041
  {
2439
2042
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2440
2043
  "line": 100,
2441
- "character": 9,
2442
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L100"
2044
+ "character": 9
2443
2045
  }
2444
2046
  ],
2445
2047
  "type": {
@@ -2455,12 +2057,25 @@
2455
2057
  "flags": {
2456
2058
  "isPublic": true
2457
2059
  },
2060
+ "decorators": [
2061
+ {
2062
+ "name": "HostBinding",
2063
+ "type": {
2064
+ "type": "reference",
2065
+ "qualifiedName": "HostBindingDecorator",
2066
+ "package": "@angular/core",
2067
+ "name": "HostBinding"
2068
+ },
2069
+ "arguments": {
2070
+ "hostPropertyName": "'class'"
2071
+ }
2072
+ }
2073
+ ],
2458
2074
  "sources": [
2459
2075
  {
2460
2076
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2461
2077
  "line": 48,
2462
- "character": 9,
2463
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L48"
2078
+ "character": 9
2464
2079
  }
2465
2080
  ],
2466
2081
  "type": {
@@ -2468,62 +2083,6 @@
2468
2083
  "name": "string"
2469
2084
  }
2470
2085
  },
2471
- {
2472
- "id": 53,
2473
- "name": "ariaDescribedBy",
2474
- "kind": 262144,
2475
- "kindString": "Accessor",
2476
- "flags": {
2477
- "isPublic": true
2478
- },
2479
- "sources": [
2480
- {
2481
- "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2482
- "line": 74,
2483
- "character": 2,
2484
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L74"
2485
- }
2486
- ],
2487
- "getSignature": {
2488
- "id": 54,
2489
- "name": "ariaDescribedBy",
2490
- "kind": 524288,
2491
- "kindString": "Get signature",
2492
- "flags": {},
2493
- "type": {
2494
- "type": "intrinsic",
2495
- "name": "string"
2496
- }
2497
- }
2498
- },
2499
- {
2500
- "id": 57,
2501
- "name": "ariaLabelledBy",
2502
- "kind": 262144,
2503
- "kindString": "Accessor",
2504
- "flags": {
2505
- "isPublic": true
2506
- },
2507
- "sources": [
2508
- {
2509
- "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2510
- "line": 86,
2511
- "character": 2,
2512
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L86"
2513
- }
2514
- ],
2515
- "getSignature": {
2516
- "id": 58,
2517
- "name": "ariaLabelledBy",
2518
- "kind": 524288,
2519
- "kindString": "Get signature",
2520
- "flags": {},
2521
- "type": {
2522
- "type": "intrinsic",
2523
- "name": "string"
2524
- }
2525
- }
2526
- },
2527
2086
  {
2528
2087
  "id": 94,
2529
2088
  "name": "closeButtonClick",
@@ -2536,8 +2095,7 @@
2536
2095
  {
2537
2096
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2538
2097
  "line": 258,
2539
- "character": 9,
2540
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L258"
2098
+ "character": 9
2541
2099
  }
2542
2100
  ],
2543
2101
  "signatures": [
@@ -2566,8 +2124,7 @@
2566
2124
  {
2567
2125
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2568
2126
  "line": 252,
2569
- "character": 9,
2570
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L252"
2127
+ "character": 9
2571
2128
  }
2572
2129
  ],
2573
2130
  "signatures": [
@@ -2596,8 +2153,7 @@
2596
2153
  {
2597
2154
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2598
2155
  "line": 222,
2599
- "character": 9,
2600
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L222"
2156
+ "character": 9
2601
2157
  }
2602
2158
  ],
2603
2159
  "signatures": [
@@ -2634,8 +2190,7 @@
2634
2190
  {
2635
2191
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2636
2192
  "line": 243,
2637
- "character": 9,
2638
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L243"
2193
+ "character": 9
2639
2194
  }
2640
2195
  ],
2641
2196
  "signatures": [
@@ -2672,8 +2227,7 @@
2672
2227
  {
2673
2228
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2674
2229
  "line": 211,
2675
- "character": 9,
2676
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L211"
2230
+ "character": 9
2677
2231
  }
2678
2232
  ],
2679
2233
  "signatures": [
@@ -2706,12 +2260,26 @@
2706
2260
  "flags": {
2707
2261
  "isPublic": true
2708
2262
  },
2263
+ "decorators": [
2264
+ {
2265
+ "name": "HostListener",
2266
+ "type": {
2267
+ "type": "reference",
2268
+ "qualifiedName": "HostListenerDecorator",
2269
+ "package": "@angular/core",
2270
+ "name": "HostListener"
2271
+ },
2272
+ "arguments": {
2273
+ "eventName": "'document:keydown'",
2274
+ "args": "['$event']"
2275
+ }
2276
+ }
2277
+ ],
2709
2278
  "sources": [
2710
2279
  {
2711
2280
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2712
2281
  "line": 170,
2713
- "character": 9,
2714
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L170"
2282
+ "character": 9
2715
2283
  }
2716
2284
  ],
2717
2285
  "signatures": [
@@ -2730,9 +2298,9 @@
2730
2298
  "flags": {},
2731
2299
  "type": {
2732
2300
  "type": "reference",
2733
- "name": "KeyboardEvent",
2734
2301
  "qualifiedName": "KeyboardEvent",
2735
- "package": "typescript"
2302
+ "package": "typescript",
2303
+ "name": "KeyboardEvent"
2736
2304
  }
2737
2305
  }
2738
2306
  ],
@@ -2751,12 +2319,26 @@
2751
2319
  "flags": {
2752
2320
  "isPublic": true
2753
2321
  },
2322
+ "decorators": [
2323
+ {
2324
+ "name": "HostListener",
2325
+ "type": {
2326
+ "type": "reference",
2327
+ "qualifiedName": "HostListenerDecorator",
2328
+ "package": "@angular/core",
2329
+ "name": "HostListener"
2330
+ },
2331
+ "arguments": {
2332
+ "eventName": "'document:keyup'",
2333
+ "args": "['$event']"
2334
+ }
2335
+ }
2336
+ ],
2754
2337
  "sources": [
2755
2338
  {
2756
2339
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2757
2340
  "line": 154,
2758
- "character": 9,
2759
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L154"
2341
+ "character": 9
2760
2342
  }
2761
2343
  ],
2762
2344
  "signatures": [
@@ -2775,9 +2357,9 @@
2775
2357
  "flags": {},
2776
2358
  "type": {
2777
2359
  "type": "reference",
2778
- "name": "KeyboardEvent",
2779
2360
  "qualifiedName": "KeyboardEvent",
2780
- "package": "typescript"
2361
+ "package": "typescript",
2362
+ "name": "KeyboardEvent"
2781
2363
  }
2782
2364
  }
2783
2365
  ],
@@ -2800,8 +2382,7 @@
2800
2382
  {
2801
2383
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2802
2384
  "line": 266,
2803
- "character": 9,
2804
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L266"
2385
+ "character": 9
2805
2386
  }
2806
2387
  ],
2807
2388
  "signatures": [
@@ -2843,8 +2424,7 @@
2843
2424
  {
2844
2425
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2845
2426
  "line": 270,
2846
- "character": 9,
2847
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L270"
2427
+ "character": 9
2848
2428
  }
2849
2429
  ],
2850
2430
  "signatures": [
@@ -2873,8 +2453,7 @@
2873
2453
  {
2874
2454
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2875
2455
  "line": 262,
2876
- "character": 9,
2877
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L262"
2456
+ "character": 9
2878
2457
  }
2879
2458
  ],
2880
2459
  "signatures": [
@@ -2895,12 +2474,14 @@
2895
2474
  "groups": [
2896
2475
  {
2897
2476
  "title": "Constructors",
2477
+ "kind": 512,
2898
2478
  "children": [
2899
2479
  37
2900
2480
  ]
2901
2481
  },
2902
2482
  {
2903
2483
  "title": "Properties",
2484
+ "kind": 1024,
2904
2485
  "children": [
2905
2486
  61,
2906
2487
  51,
@@ -2913,15 +2494,9 @@
2913
2494
  47
2914
2495
  ]
2915
2496
  },
2916
- {
2917
- "title": "Accessors",
2918
- "children": [
2919
- 53,
2920
- 57
2921
- ]
2922
- },
2923
2497
  {
2924
2498
  "title": "Methods",
2499
+ "kind": 2048,
2925
2500
  "children": [
2926
2501
  94,
2927
2502
  92,
@@ -2940,28 +2515,27 @@
2940
2515
  {
2941
2516
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2942
2517
  "line": 46,
2943
- "character": 13,
2944
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.component.ts#L46"
2518
+ "character": 13
2945
2519
  }
2946
2520
  ],
2947
2521
  "implementedTypes": [
2948
2522
  {
2949
2523
  "type": "reference",
2950
- "name": "AfterViewInit",
2951
2524
  "qualifiedName": "AfterViewInit",
2952
- "package": "@angular/core"
2525
+ "package": "@angular/core",
2526
+ "name": "AfterViewInit"
2953
2527
  },
2954
2528
  {
2955
2529
  "type": "reference",
2956
- "name": "OnDestroy",
2957
2530
  "qualifiedName": "OnDestroy",
2958
- "package": "@angular/core"
2531
+ "package": "@angular/core",
2532
+ "name": "OnDestroy"
2959
2533
  },
2960
2534
  {
2961
2535
  "type": "reference",
2962
- "name": "OnInit",
2963
2536
  "qualifiedName": "OnInit",
2964
- "package": "@angular/core"
2537
+ "package": "@angular/core",
2538
+ "name": "OnInit"
2965
2539
  }
2966
2540
  ]
2967
2541
  },
@@ -2979,19 +2553,13 @@
2979
2553
  "kindString": "Property",
2980
2554
  "flags": {},
2981
2555
  "comment": {
2982
- "summary": [
2983
- {
2984
- "kind": "text",
2985
- "text": "The identifier to return when users select the button to close the\ndialog. This is useful to determine which button users select."
2986
- }
2987
- ]
2556
+ "shortText": "The identifier to return when users select the button to close the\ndialog. This is useful to determine which button users select."
2988
2557
  },
2989
2558
  "sources": [
2990
2559
  {
2991
2560
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
2992
2561
  "line": 6,
2993
- "character": 2,
2994
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L6"
2562
+ "character": 2
2995
2563
  }
2996
2564
  ],
2997
2565
  "type": {
@@ -3008,21 +2576,11 @@
3008
2576
  "isOptional": true
3009
2577
  },
3010
2578
  "comment": {
3011
- "summary": [
3012
- {
3013
- "kind": "text",
3014
- "text": "Whether to place focus on this button by default."
3015
- }
3016
- ],
3017
- "blockTags": [
2579
+ "shortText": "Whether to place focus on this button by default.",
2580
+ "tags": [
3018
2581
  {
3019
- "tag": "@deprecated",
3020
- "content": [
3021
- {
3022
- "kind": "text",
3023
- "text": "The confirm component automatically focuses the first interactive\nelement of the dialog."
3024
- }
3025
- ]
2582
+ "tag": "deprecated",
2583
+ "text": "The confirm component automatically focuses the first interactive\nelement of the dialog.\n"
3026
2584
  }
3027
2585
  ]
3028
2586
  },
@@ -3030,8 +2588,7 @@
3030
2588
  {
3031
2589
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
3032
2590
  "line": 23,
3033
- "character": 2,
3034
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L23"
2591
+ "character": 2
3035
2592
  }
3036
2593
  ],
3037
2594
  "type": {
@@ -3048,43 +2605,13 @@
3048
2605
  "isOptional": true
3049
2606
  },
3050
2607
  "comment": {
3051
- "summary": [
3052
- {
3053
- "kind": "text",
3054
- "text": "The style to apply to the button. The valid options are "
3055
- },
3056
- {
3057
- "kind": "code",
3058
- "text": "`primary`"
3059
- },
3060
- {
3061
- "kind": "text",
3062
- "text": " for\nthe button that triggers the recommended or most-common action, "
3063
- },
3064
- {
3065
- "kind": "code",
3066
- "text": "`default`"
3067
- },
3068
- {
3069
- "kind": "text",
3070
- "text": " for\nbuttons that trigger less-common actions, and "
3071
- },
3072
- {
3073
- "kind": "code",
3074
- "text": "`link`"
3075
- },
3076
- {
3077
- "kind": "text",
3078
- "text": " for a button that\ncloses the dialog."
3079
- }
3080
- ]
2608
+ "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."
3081
2609
  },
3082
2610
  "sources": [
3083
2611
  {
3084
2612
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
3085
2613
  "line": 17,
3086
- "character": 2,
3087
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L17"
2614
+ "character": 2
3088
2615
  }
3089
2616
  ],
3090
2617
  "type": {
@@ -3099,19 +2626,13 @@
3099
2626
  "kindString": "Property",
3100
2627
  "flags": {},
3101
2628
  "comment": {
3102
- "summary": [
3103
- {
3104
- "kind": "text",
3105
- "text": "The label for the button."
3106
- }
3107
- ]
2629
+ "shortText": "The label for the button."
3108
2630
  },
3109
2631
  "sources": [
3110
2632
  {
3111
2633
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
3112
2634
  "line": 10,
3113
- "character": 2,
3114
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L10"
2635
+ "character": 2
3115
2636
  }
3116
2637
  ],
3117
2638
  "type": {
@@ -3123,6 +2644,7 @@
3123
2644
  "groups": [
3124
2645
  {
3125
2646
  "title": "Properties",
2647
+ "kind": 1024,
3126
2648
  "children": [
3127
2649
  105,
3128
2650
  108,
@@ -3135,8 +2657,7 @@
3135
2657
  {
3136
2658
  "fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
3137
2659
  "line": 1,
3138
- "character": 17,
3139
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L1"
2660
+ "character": 17
3140
2661
  }
3141
2662
  ]
3142
2663
  },
@@ -3154,19 +2675,13 @@
3154
2675
  "kindString": "Property",
3155
2676
  "flags": {},
3156
2677
  "comment": {
3157
- "summary": [
3158
- {
3159
- "kind": "text",
3160
- "text": "The identifier for the button that users selected to close the dialog."
3161
- }
3162
- ]
2678
+ "shortText": "The identifier for the button that users selected to close the dialog."
3163
2679
  },
3164
2680
  "sources": [
3165
2681
  {
3166
2682
  "fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
3167
2683
  "line": 5,
3168
- "character": 2,
3169
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L5"
2684
+ "character": 2
3170
2685
  }
3171
2686
  ],
3172
2687
  "type": {
@@ -3178,6 +2693,7 @@
3178
2693
  "groups": [
3179
2694
  {
3180
2695
  "title": "Properties",
2696
+ "kind": 1024,
3181
2697
  "children": [
3182
2698
  111
3183
2699
  ]
@@ -3187,8 +2703,7 @@
3187
2703
  {
3188
2704
  "fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
3189
2705
  "line": 1,
3190
- "character": 17,
3191
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L1"
2706
+ "character": 17
3192
2707
  }
3193
2708
  ]
3194
2709
  },
@@ -3208,19 +2723,13 @@
3208
2723
  "isOptional": true
3209
2724
  },
3210
2725
  "comment": {
3211
- "summary": [
3212
- {
3213
- "kind": "text",
3214
- "text": "Secondary text to display under the primary message."
3215
- }
3216
- ]
2726
+ "shortText": "Secondary text to display under the primary message."
3217
2727
  },
3218
2728
  "sources": [
3219
2729
  {
3220
2730
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3221
2731
  "line": 13,
3222
- "character": 2,
3223
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L13"
2732
+ "character": 2
3224
2733
  }
3225
2734
  ],
3226
2735
  "type": {
@@ -3237,35 +2746,13 @@
3237
2746
  "isOptional": true
3238
2747
  },
3239
2748
  "comment": {
3240
- "summary": [
3241
- {
3242
- "kind": "text",
3243
- "text": "The list of buttons to display when the "
3244
- },
3245
- {
3246
- "kind": "code",
3247
- "text": "`type`"
3248
- },
3249
- {
3250
- "kind": "text",
3251
- "text": " property is set to "
3252
- },
3253
- {
3254
- "kind": "code",
3255
- "text": "`SkyConfirmType.Custom`"
3256
- },
3257
- {
3258
- "kind": "text",
3259
- "text": "."
3260
- }
3261
- ]
2749
+ "shortText": "The list of buttons to display when the `type` property is set to `SkyConfirmType.Custom`."
3262
2750
  },
3263
2751
  "sources": [
3264
2752
  {
3265
2753
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3266
2754
  "line": 17,
3267
- "character": 2,
3268
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L17"
2755
+ "character": 2
3269
2756
  }
3270
2757
  ],
3271
2758
  "type": {
@@ -3284,16 +2771,11 @@
3284
2771
  "kindString": "Property",
3285
2772
  "flags": {},
3286
2773
  "comment": {
3287
- "summary": [
3288
- {
3289
- "kind": "text",
3290
- "text": "The message to display in bold at the top of the dialog."
3291
- }
3292
- ],
3293
- "blockTags": [
2774
+ "shortText": "The message to display in bold at the top of the dialog.",
2775
+ "tags": [
3294
2776
  {
3295
- "tag": "@required",
3296
- "content": []
2777
+ "tag": "required",
2778
+ "text": "\n"
3297
2779
  }
3298
2780
  ]
3299
2781
  },
@@ -3301,8 +2783,7 @@
3301
2783
  {
3302
2784
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3303
2785
  "line": 9,
3304
- "character": 2,
3305
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L9"
2786
+ "character": 2
3306
2787
  }
3307
2788
  ],
3308
2789
  "type": {
@@ -3319,21 +2800,11 @@
3319
2800
  "isOptional": true
3320
2801
  },
3321
2802
  "comment": {
3322
- "summary": [
3323
- {
3324
- "kind": "text",
3325
- "text": "Whether to preserve whitespace and new lines inside the dialog."
3326
- }
3327
- ],
3328
- "blockTags": [
2803
+ "shortText": "Whether to preserve whitespace and new lines inside the dialog.",
2804
+ "tags": [
3329
2805
  {
3330
- "tag": "@default",
3331
- "content": [
3332
- {
3333
- "kind": "text",
3334
- "text": "false"
3335
- }
3336
- ]
2806
+ "tag": "default",
2807
+ "text": "false\n"
3337
2808
  }
3338
2809
  ]
3339
2810
  },
@@ -3341,8 +2812,7 @@
3341
2812
  {
3342
2813
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3343
2814
  "line": 22,
3344
- "character": 2,
3345
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L22"
2815
+ "character": 2
3346
2816
  }
3347
2817
  ],
3348
2818
  "type": {
@@ -3359,19 +2829,13 @@
3359
2829
  "isOptional": true
3360
2830
  },
3361
2831
  "comment": {
3362
- "summary": [
3363
- {
3364
- "kind": "text",
3365
- "text": "The preset button configuration for the dialog."
3366
- }
3367
- ]
2832
+ "shortText": "The preset button configuration for the dialog."
3368
2833
  },
3369
2834
  "sources": [
3370
2835
  {
3371
2836
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3372
2837
  "line": 26,
3373
- "character": 2,
3374
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L26"
2838
+ "character": 2
3375
2839
  }
3376
2840
  ],
3377
2841
  "type": {
@@ -3384,6 +2848,7 @@
3384
2848
  "groups": [
3385
2849
  {
3386
2850
  "title": "Properties",
2851
+ "kind": 1024,
3387
2852
  "children": [
3388
2853
  114,
3389
2854
  115,
@@ -3397,8 +2862,7 @@
3397
2862
  {
3398
2863
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3399
2864
  "line": 4,
3400
- "character": 17,
3401
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L4"
2865
+ "character": 17
3402
2866
  }
3403
2867
  ]
3404
2868
  },
@@ -3409,12 +2873,7 @@
3409
2873
  "kindString": "Interface",
3410
2874
  "flags": {},
3411
2875
  "comment": {
3412
- "summary": [
3413
- {
3414
- "kind": "text",
3415
- "text": "Specifies configuration options for creating a modal."
3416
- }
3417
- ]
2876
+ "shortText": "Specifies configuration options for creating a modal."
3418
2877
  },
3419
2878
  "children": [
3420
2879
  {
@@ -3426,43 +2885,13 @@
3426
2885
  "isOptional": true
3427
2886
  },
3428
2887
  "comment": {
3429
- "summary": [
3430
- {
3431
- "kind": "text",
3432
- "text": "The HTML element ID of the element that describes\nthe modal. This sets the modal's "
3433
- },
3434
- {
3435
- "kind": "code",
3436
- "text": "`aria-describedby`"
3437
- },
3438
- {
3439
- "kind": "text",
3440
- "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 "
3441
- },
3442
- {
3443
- "kind": "code",
3444
- "text": "`sky-modal-content`"
3445
- },
3446
- {
3447
- "kind": "text",
3448
- "text": " component.\nFor more information about the "
3449
- },
3450
- {
3451
- "kind": "code",
3452
- "text": "`aria-describedby`"
3453
- },
3454
- {
3455
- "kind": "text",
3456
- "text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
3457
- }
3458
- ]
2888
+ "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)."
3459
2889
  },
3460
2890
  "sources": [
3461
2891
  {
3462
2892
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3463
2893
  "line": 38,
3464
- "character": 2,
3465
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L38"
2894
+ "character": 2
3466
2895
  }
3467
2896
  ],
3468
2897
  "type": {
@@ -3479,43 +2908,13 @@
3479
2908
  "isOptional": true
3480
2909
  },
3481
2910
  "comment": {
3482
- "summary": [
3483
- {
3484
- "kind": "text",
3485
- "text": "The HTML element ID of the element that labels\nthe modal. This sets the "
3486
- },
3487
- {
3488
- "kind": "code",
3489
- "text": "`aria-labelledby`"
3490
- },
3491
- {
3492
- "kind": "text",
3493
- "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 "
3494
- },
3495
- {
3496
- "kind": "code",
3497
- "text": "`sky-modal-header`"
3498
- },
3499
- {
3500
- "kind": "text",
3501
- "text": " component.\nFor more information about the "
3502
- },
3503
- {
3504
- "kind": "code",
3505
- "text": "`aria-labelledby`"
3506
- },
3507
- {
3508
- "kind": "text",
3509
- "text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
3510
- }
3511
- ]
2911
+ "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)."
3512
2912
  },
3513
2913
  "sources": [
3514
2914
  {
3515
2915
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3516
2916
  "line": 48,
3517
- "character": 2,
3518
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L48"
2917
+ "character": 2
3519
2918
  }
3520
2919
  ],
3521
2920
  "type": {
@@ -3532,29 +2931,11 @@
3532
2931
  "isOptional": true
3533
2932
  },
3534
2933
  "comment": {
3535
- "summary": [
3536
- {
3537
- "kind": "text",
3538
- "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 "
3539
- },
3540
- {
3541
- "kind": "code",
3542
- "text": "`dialog`"
3543
- },
2934
+ "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`.",
2935
+ "tags": [
3544
2936
  {
3545
- "kind": "text",
3546
- "text": "."
3547
- }
3548
- ],
3549
- "blockTags": [
3550
- {
3551
- "tag": "@default",
3552
- "content": [
3553
- {
3554
- "kind": "text",
3555
- "text": "\"dialog\""
3556
- }
3557
- ]
2937
+ "tag": "default",
2938
+ "text": "\"dialog\"\n"
3558
2939
  }
3559
2940
  ]
3560
2941
  },
@@ -3562,8 +2943,7 @@
3562
2943
  {
3563
2944
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3564
2945
  "line": 59,
3565
- "character": 2,
3566
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L59"
2946
+ "character": 2
3567
2947
  }
3568
2948
  ],
3569
2949
  "type": {
@@ -3576,31 +2956,17 @@
3576
2956
  "name": "fullPage",
3577
2957
  "kind": 1024,
3578
2958
  "kindString": "Property",
3579
- "flags": {
3580
- "isOptional": true
3581
- },
3582
- "comment": {
3583
- "summary": [
3584
- {
3585
- "kind": "text",
3586
- "text": "Whether to display the modal full screen.\nThis property defaults to "
3587
- },
3588
- {
3589
- "kind": "code",
3590
- "text": "`false`"
3591
- },
3592
- {
3593
- "kind": "text",
3594
- "text": "."
3595
- }
3596
- ]
2959
+ "flags": {
2960
+ "isOptional": true
2961
+ },
2962
+ "comment": {
2963
+ "shortText": "Whether to display the modal full screen.\nThis property defaults to `false`."
3597
2964
  },
3598
2965
  "sources": [
3599
2966
  {
3600
2967
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3601
2968
  "line": 14,
3602
- "character": 2,
3603
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L14"
2969
+ "character": 2
3604
2970
  }
3605
2971
  ],
3606
2972
  "type": {
@@ -3617,64 +2983,10 @@
3617
2983
  "isOptional": true
3618
2984
  },
3619
2985
  "comment": {
3620
- "summary": [],
3621
- "blockTags": [
2986
+ "tags": [
3622
2987
  {
3623
- "tag": "@deprecated",
3624
- "content": [
3625
- {
3626
- "kind": "text",
3627
- "text": "To display a help button in the modal header, include a help button element, such as "
3628
- },
3629
- {
3630
- "kind": "code",
3631
- "text": "`sky-help-inline`"
3632
- },
3633
- {
3634
- "kind": "text",
3635
- "text": ", in the "
3636
- },
3637
- {
3638
- "kind": "code",
3639
- "text": "`sky-modal-header`"
3640
- },
3641
- {
3642
- "kind": "text",
3643
- "text": " element and a "
3644
- },
3645
- {
3646
- "kind": "code",
3647
- "text": "`sky-control-help`"
3648
- },
3649
- {
3650
- "kind": "text",
3651
- "text": " CSS class on that help button element\nThe "
3652
- },
3653
- {
3654
- "kind": "code",
3655
- "text": "`helpKey`"
3656
- },
3657
- {
3658
- "kind": "text",
3659
- "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 "
3660
- },
3661
- {
3662
- "kind": "code",
3663
- "text": "`helpOpened`"
3664
- },
3665
- {
3666
- "kind": "text",
3667
- "text": " event broadcasts the "
3668
- },
3669
- {
3670
- "kind": "code",
3671
- "text": "`helpKey`"
3672
- },
3673
- {
3674
- "kind": "text",
3675
- "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)."
3676
- }
3677
- ]
2988
+ "tag": "deprecated",
2989
+ "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"
3678
2990
  }
3679
2991
  ]
3680
2992
  },
@@ -3682,8 +2994,7 @@
3682
2994
  {
3683
2995
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3684
2996
  "line": 77,
3685
- "character": 2,
3686
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L77"
2997
+ "character": 2
3687
2998
  }
3688
2999
  ],
3689
3000
  "type": {
@@ -3700,36 +3011,22 @@
3700
3011
  "isOptional": true
3701
3012
  },
3702
3013
  "comment": {
3703
- "summary": [
3704
- {
3705
- "kind": "text",
3706
- "text": "An array property of "
3707
- },
3708
- {
3709
- "kind": "code",
3710
- "text": "`providers`"
3711
- },
3712
- {
3713
- "kind": "text",
3714
- "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."
3715
- }
3716
- ]
3014
+ "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."
3717
3015
  },
3718
3016
  "sources": [
3719
3017
  {
3720
3018
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3721
3019
  "line": 27,
3722
- "character": 2,
3723
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L27"
3020
+ "character": 2
3724
3021
  }
3725
3022
  ],
3726
3023
  "type": {
3727
3024
  "type": "array",
3728
3025
  "elementType": {
3729
3026
  "type": "reference",
3730
- "name": "StaticProvider",
3731
3027
  "qualifiedName": "StaticProvider",
3732
- "package": "@angular/core"
3028
+ "package": "@angular/core",
3029
+ "name": "StaticProvider"
3733
3030
  }
3734
3031
  }
3735
3032
  },
@@ -3742,51 +3039,13 @@
3742
3039
  "isOptional": true
3743
3040
  },
3744
3041
  "comment": {
3745
- "summary": [
3746
- {
3747
- "kind": "text",
3748
- "text": "The size for the modal. The valid options are "
3749
- },
3750
- {
3751
- "kind": "code",
3752
- "text": "`small`"
3753
- },
3754
- {
3755
- "kind": "text",
3756
- "text": ", "
3757
- },
3758
- {
3759
- "kind": "code",
3760
- "text": "`medium`"
3761
- },
3762
- {
3763
- "kind": "text",
3764
- "text": ", and "
3765
- },
3766
- {
3767
- "kind": "code",
3768
- "text": "`large`"
3769
- },
3770
- {
3771
- "kind": "text",
3772
- "text": ".\nThis property defaults to "
3773
- },
3774
- {
3775
- "kind": "code",
3776
- "text": "`medium`"
3777
- },
3778
- {
3779
- "kind": "text",
3780
- "text": "."
3781
- }
3782
- ]
3042
+ "shortText": "The size for the modal. The valid options are `small`, `medium`, and `large`.\nThis property defaults to `medium`."
3783
3043
  },
3784
3044
  "sources": [
3785
3045
  {
3786
3046
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3787
3047
  "line": 20,
3788
- "character": 2,
3789
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L20"
3048
+ "character": 2
3790
3049
  }
3791
3050
  ],
3792
3051
  "type": {
@@ -3803,45 +3062,11 @@
3803
3062
  "isOptional": true
3804
3063
  },
3805
3064
  "comment": {
3806
- "summary": [
3807
- {
3808
- "kind": "text",
3809
- "text": "Whether the modal uses tiles. When set to "
3810
- },
3811
- {
3812
- "kind": "code",
3813
- "text": "`true`"
3814
- },
3815
- {
3816
- "kind": "text",
3817
- "text": ", the modal's background switches\nto "
3818
- },
3819
- {
3820
- "kind": "code",
3821
- "text": "`$sky-background-color-neutral-light`"
3822
- },
3065
+ "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`.",
3066
+ "tags": [
3823
3067
  {
3824
- "kind": "text",
3825
- "text": " and tile headings are styled as subsection headings.\nThis property defaults to "
3826
- },
3827
- {
3828
- "kind": "code",
3829
- "text": "`false`"
3830
- },
3831
- {
3832
- "kind": "text",
3833
- "text": "."
3834
- }
3835
- ],
3836
- "blockTags": [
3837
- {
3838
- "tag": "@deprecated",
3839
- "content": [
3840
- {
3841
- "kind": "text",
3842
- "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."
3843
- }
3844
- ]
3068
+ "tag": "deprecated",
3069
+ "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"
3845
3070
  }
3846
3071
  ]
3847
3072
  },
@@ -3849,8 +3074,7 @@
3849
3074
  {
3850
3075
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3851
3076
  "line": 67,
3852
- "character": 2,
3853
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L67"
3077
+ "character": 2
3854
3078
  }
3855
3079
  ],
3856
3080
  "type": {
@@ -3867,27 +3091,13 @@
3867
3091
  "isOptional": true
3868
3092
  },
3869
3093
  "comment": {
3870
- "summary": [
3871
- {
3872
- "kind": "text",
3873
- "text": "The CSS class to add to the modal, such as "
3874
- },
3875
- {
3876
- "kind": "code",
3877
- "text": "`ag-custom-component-popup`"
3878
- },
3879
- {
3880
- "kind": "text",
3881
- "text": " for\nusing a modal as part of a cell editor in Data Entry Grid."
3882
- }
3883
- ]
3094
+ "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."
3884
3095
  },
3885
3096
  "sources": [
3886
3097
  {
3887
3098
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3888
3099
  "line": 83,
3889
- "character": 2,
3890
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L83"
3100
+ "character": 2
3891
3101
  }
3892
3102
  ],
3893
3103
  "type": {
@@ -3899,6 +3109,7 @@
3899
3109
  "groups": [
3900
3110
  {
3901
3111
  "title": "Properties",
3112
+ "kind": 1024,
3902
3113
  "children": [
3903
3114
  226,
3904
3115
  227,
@@ -3916,8 +3127,7 @@
3916
3127
  {
3917
3128
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3918
3129
  "line": 9,
3919
- "character": 17,
3920
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L9"
3130
+ "character": 17
3921
3131
  }
3922
3132
  ]
3923
3133
  },
@@ -3931,8 +3141,7 @@
3931
3141
  {
3932
3142
  "fileName": "projects/modals/src/modules/confirm/confirm-button-style-type.ts",
3933
3143
  "line": 1,
3934
- "character": 12,
3935
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/src/lib/modules/confirm/confirm-button-style-type.ts#L1"
3144
+ "character": 12
3936
3145
  }
3937
3146
  ],
3938
3147
  "type": {
@@ -3964,65 +3173,9 @@
3964
3173
  "kindString": "Class",
3965
3174
  "flags": {},
3966
3175
  "comment": {
3967
- "summary": [
3968
- {
3969
- "kind": "text",
3970
- "text": "Harness for interacting with a confirm component in tests."
3971
- }
3972
- ]
3176
+ "shortText": "Harness for interacting with a confirm component in tests."
3973
3177
  },
3974
3178
  "children": [
3975
- {
3976
- "id": 294,
3977
- "name": "constructor",
3978
- "kind": 512,
3979
- "kindString": "Constructor",
3980
- "flags": {},
3981
- "sources": [
3982
- {
3983
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
3984
- "line": 38,
3985
- "character": 4
3986
- }
3987
- ],
3988
- "signatures": [
3989
- {
3990
- "id": 295,
3991
- "name": "new SkyConfirmHarness",
3992
- "kind": 16384,
3993
- "kindString": "Constructor signature",
3994
- "flags": {},
3995
- "parameters": [
3996
- {
3997
- "id": 296,
3998
- "name": "locatorFactory",
3999
- "kind": 32768,
4000
- "kindString": "Parameter",
4001
- "flags": {},
4002
- "type": {
4003
- "type": "reference",
4004
- "name": "LocatorFactory",
4005
- "qualifiedName": "LocatorFactory",
4006
- "package": "@angular/cdk"
4007
- }
4008
- }
4009
- ],
4010
- "type": {
4011
- "type": "reference",
4012
- "id": 287,
4013
- "name": "SkyConfirmHarness"
4014
- },
4015
- "inheritedFrom": {
4016
- "type": "reference",
4017
- "name": "SkyComponentHarness.constructor"
4018
- }
4019
- }
4020
- ],
4021
- "inheritedFrom": {
4022
- "type": "reference",
4023
- "name": "SkyComponentHarness.constructor"
4024
- }
4025
- },
4026
3179
  {
4027
3180
  "id": 288,
4028
3181
  "name": "hostSelector",
@@ -4036,8 +3189,7 @@
4036
3189
  {
4037
3190
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4038
3191
  "line": 12,
4039
- "character": 16,
4040
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L12"
3192
+ "character": 16
4041
3193
  }
4042
3194
  ],
4043
3195
  "type": {
@@ -4058,8 +3210,7 @@
4058
3210
  {
4059
3211
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4060
3212
  "line": 22,
4061
- "character": 15,
4062
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
3213
+ "character": 15
4063
3214
  }
4064
3215
  ],
4065
3216
  "signatures": [
@@ -4070,12 +3221,7 @@
4070
3221
  "kindString": "Call signature",
4071
3222
  "flags": {},
4072
3223
  "comment": {
4073
- "summary": [
4074
- {
4075
- "kind": "text",
4076
- "text": "Clicks a confirm button."
4077
- }
4078
- ]
3224
+ "shortText": "Clicks a confirm button."
4079
3225
  },
4080
3226
  "parameters": [
4081
3227
  {
@@ -4099,9 +3245,9 @@
4099
3245
  "name": "void"
4100
3246
  }
4101
3247
  ],
4102
- "name": "Promise",
4103
3248
  "qualifiedName": "Promise",
4104
- "package": "typescript"
3249
+ "package": "typescript",
3250
+ "name": "Promise"
4105
3251
  }
4106
3252
  }
4107
3253
  ]
@@ -4118,8 +3264,7 @@
4118
3264
  {
4119
3265
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4120
3266
  "line": 43,
4121
- "character": 15,
4122
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
3267
+ "character": 15
4123
3268
  }
4124
3269
  ],
4125
3270
  "signatures": [
@@ -4130,12 +3275,7 @@
4130
3275
  "kindString": "Call signature",
4131
3276
  "flags": {},
4132
3277
  "comment": {
4133
- "summary": [
4134
- {
4135
- "kind": "text",
4136
- "text": "Clicks a confirm button."
4137
- }
4138
- ]
3278
+ "shortText": "Clicks a confirm button."
4139
3279
  },
4140
3280
  "type": {
4141
3281
  "type": "reference",
@@ -4145,9 +3285,9 @@
4145
3285
  "name": "void"
4146
3286
  }
4147
3287
  ],
4148
- "name": "Promise",
4149
3288
  "qualifiedName": "Promise",
4150
- "package": "typescript"
3289
+ "package": "typescript",
3290
+ "name": "Promise"
4151
3291
  }
4152
3292
  }
4153
3293
  ]
@@ -4164,8 +3304,7 @@
4164
3304
  {
4165
3305
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4166
3306
  "line": 56,
4167
- "character": 15,
4168
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
3307
+ "character": 15
4169
3308
  }
4170
3309
  ],
4171
3310
  "signatures": [
@@ -4176,12 +3315,7 @@
4176
3315
  "kindString": "Call signature",
4177
3316
  "flags": {},
4178
3317
  "comment": {
4179
- "summary": [
4180
- {
4181
- "kind": "text",
4182
- "text": "Gets the body of the confirm component."
4183
- }
4184
- ]
3318
+ "shortText": "Gets the body of the confirm component."
4185
3319
  },
4186
3320
  "type": {
4187
3321
  "type": "reference",
@@ -4191,9 +3325,9 @@
4191
3325
  "name": "string"
4192
3326
  }
4193
3327
  ],
4194
- "name": "Promise",
4195
3328
  "qualifiedName": "Promise",
4196
- "package": "typescript"
3329
+ "package": "typescript",
3330
+ "name": "Promise"
4197
3331
  }
4198
3332
  }
4199
3333
  ]
@@ -4210,8 +3344,7 @@
4210
3344
  {
4211
3345
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4212
3346
  "line": 63,
4213
- "character": 15,
4214
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
3347
+ "character": 15
4215
3348
  }
4216
3349
  ],
4217
3350
  "signatures": [
@@ -4222,12 +3355,7 @@
4222
3355
  "kindString": "Call signature",
4223
3356
  "flags": {},
4224
3357
  "comment": {
4225
- "summary": [
4226
- {
4227
- "kind": "text",
4228
- "text": "Gets the confirm component's custom buttons."
4229
- }
4230
- ]
3358
+ "shortText": "Gets the confirm component's custom buttons."
4231
3359
  },
4232
3360
  "parameters": [
4233
3361
  {
@@ -4256,9 +3384,9 @@
4256
3384
  }
4257
3385
  }
4258
3386
  ],
4259
- "name": "Promise",
4260
3387
  "qualifiedName": "Promise",
4261
- "package": "typescript"
3388
+ "package": "typescript",
3389
+ "name": "Promise"
4262
3390
  }
4263
3391
  }
4264
3392
  ]
@@ -4275,8 +3403,7 @@
4275
3403
  {
4276
3404
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4277
3405
  "line": 93,
4278
- "character": 15,
4279
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L93"
3406
+ "character": 15
4280
3407
  }
4281
3408
  ],
4282
3409
  "signatures": [
@@ -4287,12 +3414,7 @@
4287
3414
  "kindString": "Call signature",
4288
3415
  "flags": {},
4289
3416
  "comment": {
4290
- "summary": [
4291
- {
4292
- "kind": "text",
4293
- "text": "Gets the message of the confirm component."
4294
- }
4295
- ]
3417
+ "shortText": "Gets the message of the confirm component."
4296
3418
  },
4297
3419
  "type": {
4298
3420
  "type": "reference",
@@ -4302,9 +3424,9 @@
4302
3424
  "name": "string"
4303
3425
  }
4304
3426
  ],
4305
- "name": "Promise",
4306
3427
  "qualifiedName": "Promise",
4307
- "package": "typescript"
3428
+ "package": "typescript",
3429
+ "name": "Promise"
4308
3430
  }
4309
3431
  }
4310
3432
  ]
@@ -4321,8 +3443,7 @@
4321
3443
  {
4322
3444
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4323
3445
  "line": 100,
4324
- "character": 15,
4325
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L100"
3446
+ "character": 15
4326
3447
  }
4327
3448
  ],
4328
3449
  "signatures": [
@@ -4333,12 +3454,7 @@
4333
3454
  "kindString": "Call signature",
4334
3455
  "flags": {},
4335
3456
  "comment": {
4336
- "summary": [
4337
- {
4338
- "kind": "text",
4339
- "text": "Gets the type of the confirm component."
4340
- }
4341
- ]
3457
+ "shortText": "Gets the type of the confirm component."
4342
3458
  },
4343
3459
  "type": {
4344
3460
  "type": "reference",
@@ -4349,9 +3465,9 @@
4349
3465
  "name": "SkyConfirmType"
4350
3466
  }
4351
3467
  ],
4352
- "name": "Promise",
4353
3468
  "qualifiedName": "Promise",
4354
- "package": "typescript"
3469
+ "package": "typescript",
3470
+ "name": "Promise"
4355
3471
  }
4356
3472
  }
4357
3473
  ]
@@ -4377,42 +3493,21 @@
4377
3493
  "kindString": "Call signature",
4378
3494
  "flags": {},
4379
3495
  "comment": {
4380
- "summary": [
4381
- {
4382
- "kind": "text",
4383
- "text": "Gets a "
4384
- },
4385
- {
4386
- "kind": "code",
4387
- "text": "`Promise`"
4388
- },
4389
- {
4390
- "kind": "text",
4391
- "text": " for the "
4392
- },
4393
- {
4394
- "kind": "code",
4395
- "text": "`TestElement`"
4396
- },
4397
- {
4398
- "kind": "text",
4399
- "text": " representing the host element of the component."
4400
- }
4401
- ]
3496
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
4402
3497
  },
4403
3498
  "type": {
4404
3499
  "type": "reference",
4405
3500
  "typeArguments": [
4406
3501
  {
4407
3502
  "type": "reference",
4408
- "name": "TestElement",
4409
3503
  "qualifiedName": "TestElement",
4410
- "package": "@angular/cdk"
3504
+ "package": "@angular/cdk",
3505
+ "name": "TestElement"
4411
3506
  }
4412
3507
  ],
4413
- "name": "Promise",
4414
3508
  "qualifiedName": "Promise",
4415
- "package": "typescript"
3509
+ "package": "typescript",
3510
+ "name": "Promise"
4416
3511
  },
4417
3512
  "inheritedFrom": {
4418
3513
  "type": "reference",
@@ -4437,8 +3532,7 @@
4437
3532
  {
4438
3533
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4439
3534
  "line": 112,
4440
- "character": 15,
4441
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L112"
3535
+ "character": 15
4442
3536
  }
4443
3537
  ],
4444
3538
  "signatures": [
@@ -4449,12 +3543,7 @@
4449
3543
  "kindString": "Call signature",
4450
3544
  "flags": {},
4451
3545
  "comment": {
4452
- "summary": [
4453
- {
4454
- "kind": "text",
4455
- "text": "Whether the whitespace is preserved on the confirm component."
4456
- }
4457
- ]
3546
+ "shortText": "Whether the whitespace is preserved on the confirm component."
4458
3547
  },
4459
3548
  "type": {
4460
3549
  "type": "reference",
@@ -4464,9 +3553,9 @@
4464
3553
  "name": "boolean"
4465
3554
  }
4466
3555
  ],
4467
- "name": "Promise",
4468
3556
  "qualifiedName": "Promise",
4469
- "package": "typescript"
3557
+ "package": "typescript",
3558
+ "name": "Promise"
4470
3559
  }
4471
3560
  }
4472
3561
  ]
@@ -4475,18 +3564,21 @@
4475
3564
  "groups": [
4476
3565
  {
4477
3566
  "title": "Constructors",
3567
+ "kind": 512,
4478
3568
  "children": [
4479
3569
  294
4480
3570
  ]
4481
3571
  },
4482
3572
  {
4483
3573
  "title": "Properties",
3574
+ "kind": 1024,
4484
3575
  "children": [
4485
3576
  288
4486
3577
  ]
4487
3578
  },
4488
3579
  {
4489
3580
  "title": "Methods",
3581
+ "kind": 2048,
4490
3582
  "children": [
4491
3583
  301,
4492
3584
  304,
@@ -4503,8 +3595,7 @@
4503
3595
  {
4504
3596
  "fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
4505
3597
  "line": 11,
4506
- "character": 13,
4507
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-harness.ts#L11"
3598
+ "character": 13
4508
3599
  }
4509
3600
  ],
4510
3601
  "extendedTypes": [
@@ -4521,65 +3612,9 @@
4521
3612
  "kindString": "Class",
4522
3613
  "flags": {},
4523
3614
  "comment": {
4524
- "summary": [
4525
- {
4526
- "kind": "text",
4527
- "text": "Harness for interacting with a modal component in tests."
4528
- }
4529
- ]
3615
+ "shortText": "Harness for interacting with a modal component in tests."
4530
3616
  },
4531
3617
  "children": [
4532
- {
4533
- "id": 393,
4534
- "name": "constructor",
4535
- "kind": 512,
4536
- "kindString": "Constructor",
4537
- "flags": {},
4538
- "sources": [
4539
- {
4540
- "fileName": "node_modules/@angular/cdk/testing/index.d.ts",
4541
- "line": 38,
4542
- "character": 4
4543
- }
4544
- ],
4545
- "signatures": [
4546
- {
4547
- "id": 394,
4548
- "name": "new SkyModalHarness",
4549
- "kind": 16384,
4550
- "kindString": "Constructor signature",
4551
- "flags": {},
4552
- "parameters": [
4553
- {
4554
- "id": 395,
4555
- "name": "locatorFactory",
4556
- "kind": 32768,
4557
- "kindString": "Parameter",
4558
- "flags": {},
4559
- "type": {
4560
- "type": "reference",
4561
- "name": "LocatorFactory",
4562
- "qualifiedName": "LocatorFactory",
4563
- "package": "@angular/cdk"
4564
- }
4565
- }
4566
- ],
4567
- "type": {
4568
- "type": "reference",
4569
- "id": 383,
4570
- "name": "SkyModalHarness"
4571
- },
4572
- "inheritedFrom": {
4573
- "type": "reference",
4574
- "name": "SkyComponentHarness.constructor"
4575
- }
4576
- }
4577
- ],
4578
- "inheritedFrom": {
4579
- "type": "reference",
4580
- "name": "SkyComponentHarness.constructor"
4581
- }
4582
- },
4583
3618
  {
4584
3619
  "id": 398,
4585
3620
  "name": "getAriaDescribedBy",
@@ -4592,8 +3627,7 @@
4592
3627
  {
4593
3628
  "fileName": "projects/modals/src/testing/modal/modal-harness.ts",
4594
3629
  "line": 31,
4595
- "character": 15,
4596
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness.ts#L31"
3630
+ "character": 15
4597
3631
  }
4598
3632
  ],
4599
3633
  "signatures": [
@@ -4604,12 +3638,7 @@
4604
3638
  "kindString": "Call signature",
4605
3639
  "flags": {},
4606
3640
  "comment": {
4607
- "summary": [
4608
- {
4609
- "kind": "text",
4610
- "text": "Gets the aria-describedBy property of the modal"
4611
- }
4612
- ]
3641
+ "shortText": "Gets the aria-describedBy property of the modal"
4613
3642
  },
4614
3643
  "type": {
4615
3644
  "type": "reference",
@@ -4619,9 +3648,9 @@
4619
3648
  "name": "string"
4620
3649
  }
4621
3650
  ],
4622
- "name": "Promise",
4623
3651
  "qualifiedName": "Promise",
4624
- "package": "typescript"
3652
+ "package": "typescript",
3653
+ "name": "Promise"
4625
3654
  }
4626
3655
  }
4627
3656
  ]
@@ -4638,8 +3667,7 @@
4638
3667
  {
4639
3668
  "fileName": "projects/modals/src/testing/modal/modal-harness.ts",
4640
3669
  "line": 38,
4641
- "character": 15,
4642
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness.ts#L38"
3670
+ "character": 15
4643
3671
  }
4644
3672
  ],
4645
3673
  "signatures": [
@@ -4650,12 +3678,7 @@
4650
3678
  "kindString": "Call signature",
4651
3679
  "flags": {},
4652
3680
  "comment": {
4653
- "summary": [
4654
- {
4655
- "kind": "text",
4656
- "text": "Gets the aria-labelledBy property of the modal"
4657
- }
4658
- ]
3681
+ "shortText": "Gets the aria-labelledBy property of the modal"
4659
3682
  },
4660
3683
  "type": {
4661
3684
  "type": "reference",
@@ -4665,9 +3688,9 @@
4665
3688
  "name": "string"
4666
3689
  }
4667
3690
  ],
4668
- "name": "Promise",
4669
3691
  "qualifiedName": "Promise",
4670
- "package": "typescript"
3692
+ "package": "typescript",
3693
+ "name": "Promise"
4671
3694
  }
4672
3695
  }
4673
3696
  ]
@@ -4684,8 +3707,7 @@
4684
3707
  {
4685
3708
  "fileName": "projects/modals/src/testing/modal/modal-harness.ts",
4686
3709
  "line": 45,
4687
- "character": 15,
4688
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness.ts#L45"
3710
+ "character": 15
4689
3711
  }
4690
3712
  ],
4691
3713
  "signatures": [
@@ -4696,12 +3718,7 @@
4696
3718
  "kindString": "Call signature",
4697
3719
  "flags": {},
4698
3720
  "comment": {
4699
- "summary": [
4700
- {
4701
- "kind": "text",
4702
- "text": "Gets the role of the modal."
4703
- }
4704
- ]
3721
+ "shortText": "Gets the role of the modal."
4705
3722
  },
4706
3723
  "type": {
4707
3724
  "type": "reference",
@@ -4711,9 +3728,9 @@
4711
3728
  "name": "string"
4712
3729
  }
4713
3730
  ],
4714
- "name": "Promise",
4715
3731
  "qualifiedName": "Promise",
4716
- "package": "typescript"
3732
+ "package": "typescript",
3733
+ "name": "Promise"
4717
3734
  }
4718
3735
  }
4719
3736
  ]
@@ -4730,8 +3747,7 @@
4730
3747
  {
4731
3748
  "fileName": "projects/modals/src/testing/modal/modal-harness.ts",
4732
3749
  "line": 52,
4733
- "character": 15,
4734
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness.ts#L52"
3750
+ "character": 15
4735
3751
  }
4736
3752
  ],
4737
3753
  "signatures": [
@@ -4742,12 +3758,7 @@
4742
3758
  "kindString": "Call signature",
4743
3759
  "flags": {},
4744
3760
  "comment": {
4745
- "summary": [
4746
- {
4747
- "kind": "text",
4748
- "text": "Gets the modal size."
4749
- }
4750
- ]
3761
+ "shortText": "Gets the modal size."
4751
3762
  },
4752
3763
  "type": {
4753
3764
  "type": "reference",
@@ -4757,9 +3768,9 @@
4757
3768
  "name": "string"
4758
3769
  }
4759
3770
  ],
4760
- "name": "Promise",
4761
3771
  "qualifiedName": "Promise",
4762
- "package": "typescript"
3772
+ "package": "typescript",
3773
+ "name": "Promise"
4763
3774
  }
4764
3775
  }
4765
3776
  ]
@@ -4776,8 +3787,7 @@
4776
3787
  {
4777
3788
  "fileName": "projects/modals/src/testing/modal/modal-harness.ts",
4778
3789
  "line": 75,
4779
- "character": 15,
4780
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness.ts#L75"
3790
+ "character": 15
4781
3791
  }
4782
3792
  ],
4783
3793
  "signatures": [
@@ -4788,12 +3798,7 @@
4788
3798
  "kindString": "Call signature",
4789
3799
  "flags": {},
4790
3800
  "comment": {
4791
- "summary": [
4792
- {
4793
- "kind": "text",
4794
- "text": "Gets the wrapper class of the modal."
4795
- }
4796
- ]
3801
+ "shortText": "Gets the wrapper class of the modal."
4797
3802
  },
4798
3803
  "type": {
4799
3804
  "type": "reference",
@@ -4803,9 +3808,9 @@
4803
3808
  "name": "string"
4804
3809
  }
4805
3810
  ],
4806
- "name": "Promise",
4807
3811
  "qualifiedName": "Promise",
4808
- "package": "typescript"
3812
+ "package": "typescript",
3813
+ "name": "Promise"
4809
3814
  }
4810
3815
  }
4811
3816
  ]
@@ -4831,42 +3836,21 @@
4831
3836
  "kindString": "Call signature",
4832
3837
  "flags": {},
4833
3838
  "comment": {
4834
- "summary": [
4835
- {
4836
- "kind": "text",
4837
- "text": "Gets a "
4838
- },
4839
- {
4840
- "kind": "code",
4841
- "text": "`Promise`"
4842
- },
4843
- {
4844
- "kind": "text",
4845
- "text": " for the "
4846
- },
4847
- {
4848
- "kind": "code",
4849
- "text": "`TestElement`"
4850
- },
4851
- {
4852
- "kind": "text",
4853
- "text": " representing the host element of the component."
4854
- }
4855
- ]
3839
+ "shortText": "Gets a `Promise` for the `TestElement` representing the host element of the component."
4856
3840
  },
4857
3841
  "type": {
4858
3842
  "type": "reference",
4859
3843
  "typeArguments": [
4860
3844
  {
4861
3845
  "type": "reference",
4862
- "name": "TestElement",
4863
3846
  "qualifiedName": "TestElement",
4864
- "package": "@angular/cdk"
3847
+ "package": "@angular/cdk",
3848
+ "name": "TestElement"
4865
3849
  }
4866
3850
  ],
4867
- "name": "Promise",
4868
3851
  "qualifiedName": "Promise",
4869
- "package": "typescript"
3852
+ "package": "typescript",
3853
+ "name": "Promise"
4870
3854
  },
4871
3855
  "inheritedFrom": {
4872
3856
  "type": "reference",
@@ -4891,8 +3875,7 @@
4891
3875
  {
4892
3876
  "fileName": "projects/modals/src/testing/modal/modal-harness.ts",
4893
3877
  "line": 82,
4894
- "character": 15,
4895
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness.ts#L82"
3878
+ "character": 15
4896
3879
  }
4897
3880
  ],
4898
3881
  "signatures": [
@@ -4903,12 +3886,7 @@
4903
3886
  "kindString": "Call signature",
4904
3887
  "flags": {},
4905
3888
  "comment": {
4906
- "summary": [
4907
- {
4908
- "kind": "text",
4909
- "text": "Whether the modal is full page."
4910
- }
4911
- ]
3889
+ "shortText": "Whether the modal is full page."
4912
3890
  },
4913
3891
  "type": {
4914
3892
  "type": "reference",
@@ -4918,9 +3896,9 @@
4918
3896
  "name": "boolean"
4919
3897
  }
4920
3898
  ],
4921
- "name": "Promise",
4922
3899
  "qualifiedName": "Promise",
4923
- "package": "typescript"
3900
+ "package": "typescript",
3901
+ "name": "Promise"
4924
3902
  }
4925
3903
  }
4926
3904
  ]
@@ -4938,8 +3916,7 @@
4938
3916
  {
4939
3917
  "fileName": "projects/modals/src/testing/modal/modal-harness.ts",
4940
3918
  "line": 22,
4941
- "character": 16,
4942
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness.ts#L22"
3919
+ "character": 16
4943
3920
  }
4944
3921
  ],
4945
3922
  "signatures": [
@@ -4950,28 +3927,7 @@
4950
3927
  "kindString": "Call signature",
4951
3928
  "flags": {},
4952
3929
  "comment": {
4953
- "summary": [
4954
- {
4955
- "kind": "text",
4956
- "text": "Gets a "
4957
- },
4958
- {
4959
- "kind": "code",
4960
- "text": "`HarnessPredicate`"
4961
- },
4962
- {
4963
- "kind": "text",
4964
- "text": " that can be used to search for a\n"
4965
- },
4966
- {
4967
- "kind": "code",
4968
- "text": "`SkyModalHarness`"
4969
- },
4970
- {
4971
- "kind": "text",
4972
- "text": " that meets certain criteria"
4973
- }
4974
- ]
3930
+ "shortText": "Gets a `HarnessPredicate` that can be used to search for a\n`SkyModalHarness` that meets certain criteria"
4975
3931
  },
4976
3932
  "parameters": [
4977
3933
  {
@@ -4996,9 +3952,9 @@
4996
3952
  "name": "SkyModalHarness"
4997
3953
  }
4998
3954
  ],
4999
- "name": "HarnessPredicate",
5000
3955
  "qualifiedName": "HarnessPredicate",
5001
- "package": "@angular/cdk"
3956
+ "package": "@angular/cdk",
3957
+ "name": "HarnessPredicate"
5002
3958
  }
5003
3959
  }
5004
3960
  ]
@@ -5007,12 +3963,14 @@
5007
3963
  "groups": [
5008
3964
  {
5009
3965
  "title": "Constructors",
3966
+ "kind": 512,
5010
3967
  "children": [
5011
3968
  393
5012
3969
  ]
5013
3970
  },
5014
3971
  {
5015
3972
  "title": "Methods",
3973
+ "kind": 2048,
5016
3974
  "children": [
5017
3975
  398,
5018
3976
  400,
@@ -5029,8 +3987,7 @@
5029
3987
  {
5030
3988
  "fileName": "projects/modals/src/testing/modal/modal-harness.ts",
5031
3989
  "line": 9,
5032
- "character": 13,
5033
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness.ts#L9"
3990
+ "character": 13
5034
3991
  }
5035
3992
  ],
5036
3993
  "extendedTypes": [
@@ -5047,12 +4004,7 @@
5047
4004
  "kindString": "Interface",
5048
4005
  "flags": {},
5049
4006
  "comment": {
5050
- "summary": [
5051
- {
5052
- "kind": "text",
5053
- "text": "A set of criteria that can be used to filter a list of SkyConfirmButtonHarness instances."
5054
- }
5055
- ]
4007
+ "shortText": "A set of criteria that can be used to filter a list of SkyConfirmButtonHarness instances."
5056
4008
  },
5057
4009
  "children": [
5058
4010
  {
@@ -5064,12 +4016,7 @@
5064
4016
  "isOptional": true
5065
4017
  },
5066
4018
  "comment": {
5067
- "summary": [
5068
- {
5069
- "kind": "text",
5070
- "text": "Only find instances that are nested under an element with the given selector."
5071
- }
5072
- ]
4019
+ "shortText": "Only find instances that are nested under an element with the given selector."
5073
4020
  },
5074
4021
  "sources": [
5075
4022
  {
@@ -5096,19 +4043,13 @@
5096
4043
  "isOptional": true
5097
4044
  },
5098
4045
  "comment": {
5099
- "summary": [
5100
- {
5101
- "kind": "text",
5102
- "text": "Only find instances whose style matches the given value."
5103
- }
5104
- ]
4046
+ "shortText": "Only find instances whose style matches the given value."
5105
4047
  },
5106
4048
  "sources": [
5107
4049
  {
5108
4050
  "fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
5109
4051
  "line": 16,
5110
- "character": 2,
5111
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L16"
4052
+ "character": 2
5112
4053
  }
5113
4054
  ],
5114
4055
  "type": {
@@ -5125,19 +4066,13 @@
5125
4066
  "isOptional": true
5126
4067
  },
5127
4068
  "comment": {
5128
- "summary": [
5129
- {
5130
- "kind": "text",
5131
- "text": "Only find instances whose content matches the given value."
5132
- }
5133
- ]
4069
+ "shortText": "Only find instances whose content matches the given value."
5134
4070
  },
5135
4071
  "sources": [
5136
4072
  {
5137
4073
  "fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
5138
4074
  "line": 11,
5139
- "character": 2,
5140
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L11"
4075
+ "character": 2
5141
4076
  }
5142
4077
  ],
5143
4078
  "type": {
@@ -5149,9 +4084,9 @@
5149
4084
  },
5150
4085
  {
5151
4086
  "type": "reference",
5152
- "name": "RegExp",
5153
4087
  "qualifiedName": "RegExp",
5154
- "package": "typescript"
4088
+ "package": "typescript",
4089
+ "name": "RegExp"
5155
4090
  }
5156
4091
  ]
5157
4092
  }
@@ -5160,6 +4095,7 @@
5160
4095
  "groups": [
5161
4096
  {
5162
4097
  "title": "Properties",
4098
+ "kind": 1024,
5163
4099
  "children": [
5164
4100
  382,
5165
4101
  381,
@@ -5171,8 +4107,7 @@
5171
4107
  {
5172
4108
  "fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
5173
4109
  "line": 6,
5174
- "character": 17,
5175
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L6"
4110
+ "character": 17
5176
4111
  }
5177
4112
  ],
5178
4113
  "extendedTypes": [
@@ -5181,18 +4116,18 @@
5181
4116
  "typeArguments": [
5182
4117
  {
5183
4118
  "type": "reference",
5184
- "name": "BaseHarnessFilters",
5185
4119
  "qualifiedName": "BaseHarnessFilters",
5186
- "package": "@angular/cdk"
4120
+ "package": "@angular/cdk",
4121
+ "name": "BaseHarnessFilters"
5187
4122
  },
5188
4123
  {
5189
4124
  "type": "literal",
5190
4125
  "value": "selector"
5191
4126
  }
5192
4127
  ],
5193
- "name": "Omit",
5194
4128
  "qualifiedName": "Omit",
5195
- "package": "typescript"
4129
+ "package": "typescript",
4130
+ "name": "Omit"
5196
4131
  }
5197
4132
  ]
5198
4133
  },
@@ -5203,12 +4138,7 @@
5203
4138
  "kindString": "Interface",
5204
4139
  "flags": {},
5205
4140
  "comment": {
5206
- "summary": [
5207
- {
5208
- "kind": "text",
5209
- "text": "A set of criteria that can be used to filter a list of SkyModalHarness instances."
5210
- }
5211
- ]
4141
+ "shortText": "A set of criteria that can be used to filter a list of SkyModalHarness instances."
5212
4142
  },
5213
4143
  "children": [
5214
4144
  {
@@ -5220,12 +4150,7 @@
5220
4150
  "isOptional": true
5221
4151
  },
5222
4152
  "comment": {
5223
- "summary": [
5224
- {
5225
- "kind": "text",
5226
- "text": "Only find instances that are nested under an element with the given selector."
5227
- }
5228
- ]
4153
+ "shortText": "Only find instances that are nested under an element with the given selector."
5229
4154
  },
5230
4155
  "sources": [
5231
4156
  {
@@ -5252,27 +4177,13 @@
5252
4177
  "isOptional": true
5253
4178
  },
5254
4179
  "comment": {
5255
- "summary": [
5256
- {
5257
- "kind": "text",
5258
- "text": "Only find instances whose "
5259
- },
5260
- {
5261
- "kind": "code",
5262
- "text": "`data-sky-id`"
5263
- },
5264
- {
5265
- "kind": "text",
5266
- "text": " attribute matches the given value."
5267
- }
5268
- ]
4180
+ "shortText": "Only find instances whose `data-sky-id` attribute matches the given value."
5269
4181
  },
5270
4182
  "sources": [
5271
4183
  {
5272
4184
  "fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
5273
4185
  "line": 11,
5274
- "character": 2,
5275
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/core/testing/src/shared/harness-filters.ts#L11"
4186
+ "character": 2
5276
4187
  }
5277
4188
  ],
5278
4189
  "type": {
@@ -5284,9 +4195,9 @@
5284
4195
  },
5285
4196
  {
5286
4197
  "type": "reference",
5287
- "name": "RegExp",
5288
4198
  "qualifiedName": "RegExp",
5289
- "package": "typescript"
4199
+ "package": "typescript",
4200
+ "name": "RegExp"
5290
4201
  }
5291
4202
  ]
5292
4203
  },
@@ -5304,12 +4215,7 @@
5304
4215
  "isOptional": true
5305
4216
  },
5306
4217
  "comment": {
5307
- "summary": [
5308
- {
5309
- "kind": "text",
5310
- "text": "Only find instances whose host element matches the given selector."
5311
- }
5312
- ]
4218
+ "shortText": "Only find instances whose host element matches the given selector."
5313
4219
  },
5314
4220
  "sources": [
5315
4221
  {
@@ -5331,6 +4237,7 @@
5331
4237
  "groups": [
5332
4238
  {
5333
4239
  "title": "Properties",
4240
+ "kind": 1024,
5334
4241
  "children": [
5335
4242
  436,
5336
4243
  434,
@@ -5342,8 +4249,7 @@
5342
4249
  {
5343
4250
  "fileName": "projects/modals/src/testing/modal/modal-harness-filters.ts",
5344
4251
  "line": 7,
5345
- "character": 17,
5346
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/modals/testing/src/modal/modal-harness-filters.ts#L7"
4252
+ "character": 17
5347
4253
  }
5348
4254
  ],
5349
4255
  "extendedTypes": [
@@ -5357,6 +4263,7 @@
5357
4263
  "groups": [
5358
4264
  {
5359
4265
  "title": "Modules",
4266
+ "kind": 2,
5360
4267
  "children": [
5361
4268
  1,
5362
4269
  2