@skyux/modals 5.0.0-beta.6 → 5.0.3

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 (41) hide show
  1. package/bundles/skyux-modals-testing.umd.js +4 -6
  2. package/bundles/skyux-modals.umd.js +181 -176
  3. package/documentation.json +427 -365
  4. package/esm2015/modules/confirm/confirm-button.js +1 -1
  5. package/esm2015/modules/confirm/confirm-config.js +1 -1
  6. package/esm2015/modules/confirm/confirm-instance.js +1 -1
  7. package/esm2015/modules/confirm/confirm-modal-context.js +1 -1
  8. package/esm2015/modules/confirm/confirm-type.js +1 -1
  9. package/esm2015/modules/confirm/confirm.component.js +20 -18
  10. package/esm2015/modules/confirm/confirm.module.js +10 -16
  11. package/esm2015/modules/confirm/confirm.service.js +11 -9
  12. package/esm2015/modules/modal/modal-adapter.service.js +4 -4
  13. package/esm2015/modules/modal/modal-before-close-handler.js +1 -1
  14. package/esm2015/modules/modal/modal-component-adapter.service.js +9 -8
  15. package/esm2015/modules/modal/modal-configuration.js +5 -5
  16. package/esm2015/modules/modal/modal-content.component.js +5 -5
  17. package/esm2015/modules/modal/modal-footer.component.js +5 -5
  18. package/esm2015/modules/modal/modal-header.component.js +5 -7
  19. package/esm2015/modules/modal/modal-host.component.js +11 -13
  20. package/esm2015/modules/modal/modal-host.service.js +8 -7
  21. package/esm2015/modules/modal/modal-instance.js +1 -1
  22. package/esm2015/modules/modal/modal-scroll-shadow-event-args.js +1 -1
  23. package/esm2015/modules/modal/modal-scroll-shadow.directive.js +11 -13
  24. package/esm2015/modules/modal/modal-state-animation.js +4 -9
  25. package/esm2015/modules/modal/modal.component.js +26 -25
  26. package/esm2015/modules/modal/modal.interface.js +1 -1
  27. package/esm2015/modules/modal/modal.module.js +10 -12
  28. package/esm2015/modules/modal/modal.service.js +14 -12
  29. package/esm2015/modules/shared/sky-modals-resources.module.js +25 -12
  30. package/esm2015/public-api.js +3 -1
  31. package/esm2015/testing/modal-fixture.js +3 -5
  32. package/fesm2015/skyux-modals-testing.js +2 -4
  33. package/fesm2015/skyux-modals-testing.js.map +1 -1
  34. package/fesm2015/skyux-modals.js +161 -158
  35. package/fesm2015/skyux-modals.js.map +1 -1
  36. package/modules/modal/modal-configuration.d.ts +1 -0
  37. package/modules/modal/modal.component.d.ts +1 -0
  38. package/modules/modal/modal.interface.d.ts +5 -0
  39. package/package.json +9 -9
  40. package/bundles/skyux-modals-testing.umd.js.map +0 -1
  41. package/bundles/skyux-modals.umd.js.map +0 -1
@@ -25,20 +25,20 @@
25
25
  "typedoc": {
26
26
  "id": 0,
27
27
  "name": "@skyux/modals",
28
- "kind": 0,
28
+ "kind": 1,
29
29
  "kindString": "Project",
30
30
  "flags": {},
31
31
  "originalName": "",
32
32
  "children": [
33
33
  {
34
- "id": 122,
34
+ "id": 124,
35
35
  "name": "SkyConfirmType",
36
- "kind": 4,
36
+ "kind": 8,
37
37
  "kindString": "Enumeration",
38
38
  "flags": {},
39
39
  "children": [
40
40
  {
41
- "id": 123,
41
+ "id": 125,
42
42
  "name": "Custom",
43
43
  "kind": 16,
44
44
  "kindString": "Enumeration member",
@@ -56,7 +56,7 @@
56
56
  "defaultValue": "0"
57
57
  },
58
58
  {
59
- "id": 124,
59
+ "id": 126,
60
60
  "name": "OK",
61
61
  "kind": 16,
62
62
  "kindString": "Enumeration member",
@@ -74,7 +74,7 @@
74
74
  "defaultValue": "1"
75
75
  },
76
76
  {
77
- "id": 125,
77
+ "id": 127,
78
78
  "name": "YesCancel",
79
79
  "kind": 16,
80
80
  "kindString": "Enumeration member",
@@ -98,7 +98,7 @@
98
98
  "defaultValue": "2"
99
99
  },
100
100
  {
101
- "id": 126,
101
+ "id": 128,
102
102
  "name": "YesNoCancel",
103
103
  "kind": 16,
104
104
  "kindString": "Enumeration member",
@@ -127,10 +127,10 @@
127
127
  "title": "Enumeration members",
128
128
  "kind": 16,
129
129
  "children": [
130
- 123,
131
- 124,
132
130
  125,
133
- 126
131
+ 126,
132
+ 127,
133
+ 128
134
134
  ]
135
135
  }
136
136
  ],
@@ -143,35 +143,35 @@
143
143
  ]
144
144
  },
145
145
  {
146
- "id": 110,
146
+ "id": 112,
147
147
  "name": "SkyConfirmInstance",
148
148
  "kind": 128,
149
149
  "kindString": "Class",
150
150
  "flags": {},
151
151
  "children": [
152
152
  {
153
- "id": 111,
153
+ "id": 113,
154
154
  "name": "constructor",
155
155
  "kind": 512,
156
156
  "kindString": "Constructor",
157
157
  "flags": {},
158
158
  "signatures": [
159
159
  {
160
- "id": 112,
160
+ "id": 114,
161
161
  "name": "new SkyConfirmInstance",
162
162
  "kind": 16384,
163
163
  "kindString": "Constructor signature",
164
164
  "flags": {},
165
165
  "type": {
166
166
  "type": "reference",
167
- "id": 110,
167
+ "id": 112,
168
168
  "name": "SkyConfirmInstance"
169
169
  }
170
170
  }
171
171
  ]
172
172
  },
173
173
  {
174
- "id": 113,
174
+ "id": 115,
175
175
  "name": "closed",
176
176
  "kind": 1024,
177
177
  "kindString": "Property",
@@ -184,7 +184,7 @@
184
184
  "sources": [
185
185
  {
186
186
  "fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
187
- "line": 15,
187
+ "line": 11,
188
188
  "character": 9
189
189
  }
190
190
  ],
@@ -193,7 +193,7 @@
193
193
  "typeArguments": [
194
194
  {
195
195
  "type": "reference",
196
- "id": 102,
196
+ "id": 104,
197
197
  "name": "SkyConfirmCloseEventArgs"
198
198
  }
199
199
  ],
@@ -207,55 +207,55 @@
207
207
  "title": "Constructors",
208
208
  "kind": 512,
209
209
  "children": [
210
- 111
210
+ 113
211
211
  ]
212
212
  },
213
213
  {
214
214
  "title": "Properties",
215
215
  "kind": 1024,
216
216
  "children": [
217
- 113
217
+ 115
218
218
  ]
219
219
  }
220
220
  ],
221
221
  "sources": [
222
222
  {
223
223
  "fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
224
- "line": 9,
224
+ "line": 5,
225
225
  "character": 13
226
226
  }
227
227
  ]
228
228
  },
229
229
  {
230
- "id": 114,
230
+ "id": 116,
231
231
  "name": "SkyConfirmModalContext",
232
232
  "kind": 128,
233
233
  "kindString": "Class",
234
234
  "flags": {},
235
235
  "children": [
236
236
  {
237
- "id": 115,
237
+ "id": 117,
238
238
  "name": "constructor",
239
239
  "kind": 512,
240
240
  "kindString": "Constructor",
241
241
  "flags": {},
242
242
  "signatures": [
243
243
  {
244
- "id": 116,
244
+ "id": 118,
245
245
  "name": "new SkyConfirmModalContext",
246
246
  "kind": 16384,
247
247
  "kindString": "Constructor signature",
248
248
  "flags": {},
249
249
  "type": {
250
250
  "type": "reference",
251
- "id": 114,
251
+ "id": 116,
252
252
  "name": "SkyConfirmModalContext"
253
253
  }
254
254
  }
255
255
  ]
256
256
  },
257
257
  {
258
- "id": 118,
258
+ "id": 120,
259
259
  "name": "body",
260
260
  "kind": 1024,
261
261
  "kindString": "Property",
@@ -268,7 +268,7 @@
268
268
  "sources": [
269
269
  {
270
270
  "fileName": "projects/modals/src/modules/confirm/confirm-modal-context.ts",
271
- "line": 16,
271
+ "line": 10,
272
272
  "character": 9
273
273
  }
274
274
  ],
@@ -278,12 +278,12 @@
278
278
  },
279
279
  "implementationOf": {
280
280
  "type": "reference",
281
- "id": 106,
281
+ "id": 108,
282
282
  "name": "SkyConfirmConfig.body"
283
283
  }
284
284
  },
285
285
  {
286
- "id": 119,
286
+ "id": 121,
287
287
  "name": "buttons",
288
288
  "kind": 1024,
289
289
  "kindString": "Property",
@@ -296,7 +296,7 @@
296
296
  "sources": [
297
297
  {
298
298
  "fileName": "projects/modals/src/modules/confirm/confirm-modal-context.ts",
299
- "line": 17,
299
+ "line": 11,
300
300
  "character": 9
301
301
  }
302
302
  ],
@@ -304,18 +304,18 @@
304
304
  "type": "array",
305
305
  "elementType": {
306
306
  "type": "reference",
307
- "id": 97,
307
+ "id": 99,
308
308
  "name": "SkyConfirmButtonConfig"
309
309
  }
310
310
  },
311
311
  "implementationOf": {
312
312
  "type": "reference",
313
- "id": 107,
313
+ "id": 109,
314
314
  "name": "SkyConfirmConfig.buttons"
315
315
  }
316
316
  },
317
317
  {
318
- "id": 117,
318
+ "id": 119,
319
319
  "name": "message",
320
320
  "kind": 1024,
321
321
  "kindString": "Property",
@@ -328,7 +328,7 @@
328
328
  "sources": [
329
329
  {
330
330
  "fileName": "projects/modals/src/modules/confirm/confirm-modal-context.ts",
331
- "line": 15,
331
+ "line": 9,
332
332
  "character": 9
333
333
  }
334
334
  ],
@@ -338,12 +338,12 @@
338
338
  },
339
339
  "implementationOf": {
340
340
  "type": "reference",
341
- "id": 105,
341
+ "id": 107,
342
342
  "name": "SkyConfirmConfig.message"
343
343
  }
344
344
  },
345
345
  {
346
- "id": 120,
346
+ "id": 122,
347
347
  "name": "preserveWhiteSpace",
348
348
  "kind": 1024,
349
349
  "kindString": "Property",
@@ -356,7 +356,7 @@
356
356
  "sources": [
357
357
  {
358
358
  "fileName": "projects/modals/src/modules/confirm/confirm-modal-context.ts",
359
- "line": 18,
359
+ "line": 12,
360
360
  "character": 9
361
361
  }
362
362
  ],
@@ -366,12 +366,12 @@
366
366
  },
367
367
  "implementationOf": {
368
368
  "type": "reference",
369
- "id": 108,
369
+ "id": 110,
370
370
  "name": "SkyConfirmConfig.preserveWhiteSpace"
371
371
  }
372
372
  },
373
373
  {
374
- "id": 121,
374
+ "id": 123,
375
375
  "name": "type",
376
376
  "kind": 1024,
377
377
  "kindString": "Property",
@@ -384,18 +384,18 @@
384
384
  "sources": [
385
385
  {
386
386
  "fileName": "projects/modals/src/modules/confirm/confirm-modal-context.ts",
387
- "line": 19,
387
+ "line": 13,
388
388
  "character": 9
389
389
  }
390
390
  ],
391
391
  "type": {
392
392
  "type": "reference",
393
- "id": 122,
393
+ "id": 124,
394
394
  "name": "SkyConfirmType"
395
395
  },
396
396
  "implementationOf": {
397
397
  "type": "reference",
398
- "id": 109,
398
+ "id": 111,
399
399
  "name": "SkyConfirmConfig.type"
400
400
  }
401
401
  }
@@ -405,38 +405,38 @@
405
405
  "title": "Constructors",
406
406
  "kind": 512,
407
407
  "children": [
408
- 115
408
+ 117
409
409
  ]
410
410
  },
411
411
  {
412
412
  "title": "Properties",
413
413
  "kind": 1024,
414
414
  "children": [
415
- 118,
416
- 119,
417
- 117,
418
415
  120,
419
- 121
416
+ 121,
417
+ 119,
418
+ 122,
419
+ 123
420
420
  ]
421
421
  }
422
422
  ],
423
423
  "sources": [
424
424
  {
425
425
  "fileName": "projects/modals/src/modules/confirm/confirm-modal-context.ts",
426
- "line": 14,
426
+ "line": 8,
427
427
  "character": 13
428
428
  }
429
429
  ],
430
430
  "implementedTypes": [
431
431
  {
432
432
  "type": "reference",
433
- "id": 104,
433
+ "id": 106,
434
434
  "name": "SkyConfirmConfig"
435
435
  }
436
436
  ]
437
437
  },
438
438
  {
439
- "id": 127,
439
+ "id": 129,
440
440
  "name": "SkyConfirmModule",
441
441
  "kind": 128,
442
442
  "kindString": "Class",
@@ -449,27 +449,27 @@
449
449
  "name": "NgModule"
450
450
  },
451
451
  "arguments": {
452
- "obj": "{\n declarations: [\n SkyConfirmComponent\n ],\n imports: [\n CommonModule,\n SkyModalModule,\n SkyModalsResourcesModule,\n SkyThemeModule\n ],\n exports: [\n SkyConfirmComponent\n ],\n entryComponents: [\n SkyConfirmComponent\n ]\n}"
452
+ "obj": "{\n declarations: [SkyConfirmComponent],\n imports: [\n CommonModule,\n SkyModalModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyConfirmComponent],\n entryComponents: [SkyConfirmComponent],\n}"
453
453
  }
454
454
  }
455
455
  ],
456
456
  "children": [
457
457
  {
458
- "id": 128,
458
+ "id": 130,
459
459
  "name": "constructor",
460
460
  "kind": 512,
461
461
  "kindString": "Constructor",
462
462
  "flags": {},
463
463
  "signatures": [
464
464
  {
465
- "id": 129,
465
+ "id": 131,
466
466
  "name": "new SkyConfirmModule",
467
467
  "kind": 16384,
468
468
  "kindString": "Constructor signature",
469
469
  "flags": {},
470
470
  "type": {
471
471
  "type": "reference",
472
- "id": 127,
472
+ "id": 129,
473
473
  "name": "SkyConfirmModule"
474
474
  }
475
475
  }
@@ -481,20 +481,20 @@
481
481
  "title": "Constructors",
482
482
  "kind": 512,
483
483
  "children": [
484
- 128
484
+ 130
485
485
  ]
486
486
  }
487
487
  ],
488
488
  "sources": [
489
489
  {
490
490
  "fileName": "projects/modals/src/modules/confirm/confirm.module.ts",
491
- "line": 42,
491
+ "line": 24,
492
492
  "character": 13
493
493
  }
494
494
  ]
495
495
  },
496
496
  {
497
- "id": 130,
497
+ "id": 132,
498
498
  "name": "SkyConfirmService",
499
499
  "kind": 128,
500
500
  "kindString": "Class",
@@ -510,13 +510,13 @@
510
510
  "name": "Injectable"
511
511
  },
512
512
  "arguments": {
513
- "options": "{\n providedIn: 'root'\n}"
513
+ "options": "{\n providedIn: 'root',\n}"
514
514
  }
515
515
  }
516
516
  ],
517
517
  "children": [
518
518
  {
519
- "id": 131,
519
+ "id": 133,
520
520
  "name": "constructor",
521
521
  "kind": 512,
522
522
  "kindString": "Constructor",
@@ -524,41 +524,41 @@
524
524
  "sources": [
525
525
  {
526
526
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
527
- "line": 45,
527
+ "line": 27,
528
528
  "character": 2
529
529
  }
530
530
  ],
531
531
  "signatures": [
532
532
  {
533
- "id": 132,
533
+ "id": 134,
534
534
  "name": "new SkyConfirmService",
535
535
  "kind": 16384,
536
536
  "kindString": "Constructor signature",
537
537
  "flags": {},
538
538
  "parameters": [
539
539
  {
540
- "id": 133,
540
+ "id": 135,
541
541
  "name": "modalService",
542
542
  "kind": 32768,
543
543
  "kindString": "Parameter",
544
544
  "flags": {},
545
545
  "type": {
546
546
  "type": "reference",
547
- "id": 232,
547
+ "id": 236,
548
548
  "name": "SkyModalService"
549
549
  }
550
550
  }
551
551
  ],
552
552
  "type": {
553
553
  "type": "reference",
554
- "id": 130,
554
+ "id": 132,
555
555
  "name": "SkyConfirmService"
556
556
  }
557
557
  }
558
558
  ]
559
559
  },
560
560
  {
561
- "id": 134,
561
+ "id": 136,
562
562
  "name": "open",
563
563
  "kind": 2048,
564
564
  "kindString": "Method",
@@ -568,13 +568,13 @@
568
568
  "sources": [
569
569
  {
570
570
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
571
- "line": 53,
571
+ "line": 33,
572
572
  "character": 9
573
573
  }
574
574
  ],
575
575
  "signatures": [
576
576
  {
577
- "id": 135,
577
+ "id": 137,
578
578
  "name": "open",
579
579
  "kind": 4096,
580
580
  "kindString": "Call signature",
@@ -584,21 +584,21 @@
584
584
  },
585
585
  "parameters": [
586
586
  {
587
- "id": 136,
587
+ "id": 138,
588
588
  "name": "config",
589
589
  "kind": 32768,
590
590
  "kindString": "Parameter",
591
591
  "flags": {},
592
592
  "type": {
593
593
  "type": "reference",
594
- "id": 104,
594
+ "id": 106,
595
595
  "name": "SkyConfirmConfig"
596
596
  }
597
597
  }
598
598
  ],
599
599
  "type": {
600
600
  "type": "reference",
601
- "id": 110,
601
+ "id": 112,
602
602
  "name": "SkyConfirmInstance"
603
603
  }
604
604
  }
@@ -610,34 +610,34 @@
610
610
  "title": "Constructors",
611
611
  "kind": 512,
612
612
  "children": [
613
- 131
613
+ 133
614
614
  ]
615
615
  },
616
616
  {
617
617
  "title": "Methods",
618
618
  "kind": 2048,
619
619
  "children": [
620
- 134
620
+ 136
621
621
  ]
622
622
  }
623
623
  ],
624
624
  "sources": [
625
625
  {
626
626
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
627
- "line": 44,
627
+ "line": 26,
628
628
  "character": 13
629
629
  }
630
630
  ]
631
631
  },
632
632
  {
633
- "id": 137,
633
+ "id": 139,
634
634
  "name": "SkyModalBeforeCloseHandler",
635
635
  "kind": 128,
636
636
  "kindString": "Class",
637
637
  "flags": {},
638
638
  "children": [
639
639
  {
640
- "id": 138,
640
+ "id": 140,
641
641
  "name": "constructor",
642
642
  "kind": 512,
643
643
  "kindString": "Constructor",
@@ -645,20 +645,20 @@
645
645
  "sources": [
646
646
  {
647
647
  "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
648
- "line": 6,
648
+ "line": 4,
649
649
  "character": 2
650
650
  }
651
651
  ],
652
652
  "signatures": [
653
653
  {
654
- "id": 139,
654
+ "id": 141,
655
655
  "name": "new SkyModalBeforeCloseHandler",
656
656
  "kind": 16384,
657
657
  "kindString": "Constructor signature",
658
658
  "flags": {},
659
659
  "parameters": [
660
660
  {
661
- "id": 140,
661
+ "id": 142,
662
662
  "name": "closeModal",
663
663
  "kind": 32768,
664
664
  "kindString": "Parameter",
@@ -669,28 +669,28 @@
669
669
  }
670
670
  },
671
671
  {
672
- "id": 141,
672
+ "id": 143,
673
673
  "name": "closeArgs",
674
674
  "kind": 32768,
675
675
  "kindString": "Parameter",
676
676
  "flags": {},
677
677
  "type": {
678
678
  "type": "reference",
679
- "id": 144,
679
+ "id": 146,
680
680
  "name": "SkyModalCloseArgs"
681
681
  }
682
682
  }
683
683
  ],
684
684
  "type": {
685
685
  "type": "reference",
686
- "id": 137,
686
+ "id": 139,
687
687
  "name": "SkyModalBeforeCloseHandler"
688
688
  }
689
689
  }
690
690
  ]
691
691
  },
692
692
  {
693
- "id": 143,
693
+ "id": 145,
694
694
  "name": "closeArgs",
695
695
  "kind": 1024,
696
696
  "kindString": "Property",
@@ -700,12 +700,12 @@
700
700
  },
701
701
  "type": {
702
702
  "type": "reference",
703
- "id": 144,
703
+ "id": 146,
704
704
  "name": "SkyModalCloseArgs"
705
705
  }
706
706
  },
707
707
  {
708
- "id": 142,
708
+ "id": 144,
709
709
  "name": "closeModal",
710
710
  "kind": 1024,
711
711
  "kindString": "Property",
@@ -724,35 +724,35 @@
724
724
  "title": "Constructors",
725
725
  "kind": 512,
726
726
  "children": [
727
- 138
727
+ 140
728
728
  ]
729
729
  },
730
730
  {
731
731
  "title": "Properties",
732
732
  "kind": 1024,
733
733
  "children": [
734
- 143,
735
- 142
734
+ 145,
735
+ 144
736
736
  ]
737
737
  }
738
738
  ],
739
739
  "sources": [
740
740
  {
741
741
  "fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
742
- "line": 5,
742
+ "line": 3,
743
743
  "character": 13
744
744
  }
745
745
  ]
746
746
  },
747
747
  {
748
- "id": 144,
748
+ "id": 146,
749
749
  "name": "SkyModalCloseArgs",
750
750
  "kind": 128,
751
751
  "kindString": "Class",
752
752
  "flags": {},
753
753
  "children": [
754
754
  {
755
- "id": 145,
755
+ "id": 147,
756
756
  "name": "constructor",
757
757
  "kind": 512,
758
758
  "kindString": "Constructor",
@@ -766,21 +766,21 @@
766
766
  ],
767
767
  "signatures": [
768
768
  {
769
- "id": 146,
769
+ "id": 148,
770
770
  "name": "new SkyModalCloseArgs",
771
771
  "kind": 16384,
772
772
  "kindString": "Constructor signature",
773
773
  "flags": {},
774
774
  "type": {
775
775
  "type": "reference",
776
- "id": 144,
776
+ "id": 146,
777
777
  "name": "SkyModalCloseArgs"
778
778
  }
779
779
  }
780
780
  ]
781
781
  },
782
782
  {
783
- "id": 148,
783
+ "id": 150,
784
784
  "name": "data",
785
785
  "kind": 1024,
786
786
  "kindString": "Property",
@@ -800,7 +800,7 @@
800
800
  }
801
801
  },
802
802
  {
803
- "id": 147,
803
+ "id": 149,
804
804
  "name": "reason",
805
805
  "kind": 1024,
806
806
  "kindString": "Property",
@@ -825,15 +825,15 @@
825
825
  "title": "Constructors",
826
826
  "kind": 512,
827
827
  "children": [
828
- 145
828
+ 147
829
829
  ]
830
830
  },
831
831
  {
832
832
  "title": "Properties",
833
833
  "kind": 1024,
834
834
  "children": [
835
- 148,
836
- 147
835
+ 150,
836
+ 149
837
837
  ]
838
838
  }
839
839
  ],
@@ -846,7 +846,7 @@
846
846
  ]
847
847
  },
848
848
  {
849
- "id": 185,
849
+ "id": 188,
850
850
  "name": "SkyModalInstance",
851
851
  "kind": 128,
852
852
  "kindString": "Class",
@@ -856,28 +856,28 @@
856
856
  },
857
857
  "children": [
858
858
  {
859
- "id": 186,
859
+ "id": 189,
860
860
  "name": "constructor",
861
861
  "kind": 512,
862
862
  "kindString": "Constructor",
863
863
  "flags": {},
864
864
  "signatures": [
865
865
  {
866
- "id": 187,
866
+ "id": 190,
867
867
  "name": "new SkyModalInstance",
868
868
  "kind": 16384,
869
869
  "kindString": "Constructor signature",
870
870
  "flags": {},
871
871
  "type": {
872
872
  "type": "reference",
873
- "id": 185,
873
+ "id": 188,
874
874
  "name": "SkyModalInstance"
875
875
  }
876
876
  }
877
877
  ]
878
878
  },
879
879
  {
880
- "id": 194,
880
+ "id": 197,
881
881
  "name": "componentInstance",
882
882
  "kind": 1024,
883
883
  "kindString": "Property",
@@ -890,7 +890,7 @@
890
890
  "sources": [
891
891
  {
892
892
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
893
- "line": 56,
893
+ "line": 48,
894
894
  "character": 9
895
895
  }
896
896
  ],
@@ -900,26 +900,23 @@
900
900
  }
901
901
  },
902
902
  {
903
- "id": 188,
903
+ "id": 191,
904
904
  "name": "beforeClose",
905
905
  "kind": 262144,
906
906
  "kindString": "Accessor",
907
907
  "flags": {
908
908
  "isPublic": true
909
909
  },
910
- "comment": {
911
- "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."
912
- },
913
910
  "sources": [
914
911
  {
915
912
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
916
- "line": 28,
913
+ "line": 20,
917
914
  "character": 13
918
915
  }
919
916
  ],
920
917
  "getSignature": [
921
918
  {
922
- "id": 189,
919
+ "id": 192,
923
920
  "name": "beforeClose",
924
921
  "kind": 524288,
925
922
  "kindString": "Get signature",
@@ -932,7 +929,7 @@
932
929
  "typeArguments": [
933
930
  {
934
931
  "type": "reference",
935
- "id": 137,
932
+ "id": 139,
936
933
  "name": "SkyModalBeforeCloseHandler"
937
934
  }
938
935
  ],
@@ -942,26 +939,23 @@
942
939
  ]
943
940
  },
944
941
  {
945
- "id": 190,
942
+ "id": 193,
946
943
  "name": "closed",
947
944
  "kind": 262144,
948
945
  "kindString": "Accessor",
949
946
  "flags": {
950
947
  "isPublic": true
951
948
  },
952
- "comment": {
953
- "shortText": "An event that the modal instance emits when it closes.\nIt emits a `SkyCloseModalArgs` 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`."
954
- },
955
949
  "sources": [
956
950
  {
957
951
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
958
- "line": 40,
952
+ "line": 32,
959
953
  "character": 13
960
954
  }
961
955
  ],
962
956
  "getSignature": [
963
957
  {
964
- "id": 191,
958
+ "id": 194,
965
959
  "name": "closed",
966
960
  "kind": 524288,
967
961
  "kindString": "Get signature",
@@ -974,7 +968,7 @@
974
968
  "typeArguments": [
975
969
  {
976
970
  "type": "reference",
977
- "id": 144,
971
+ "id": 146,
978
972
  "name": "SkyModalCloseArgs"
979
973
  }
980
974
  ],
@@ -984,26 +978,23 @@
984
978
  ]
985
979
  },
986
980
  {
987
- "id": 192,
981
+ "id": 195,
988
982
  "name": "helpOpened",
989
983
  "kind": 262144,
990
984
  "kindString": "Accessor",
991
985
  "flags": {
992
986
  "isPublic": true
993
987
  },
994
- "comment": {
995
- "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`."
996
- },
997
988
  "sources": [
998
989
  {
999
990
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1000
- "line": 49,
991
+ "line": 41,
1001
992
  "character": 13
1002
993
  }
1003
994
  ],
1004
995
  "getSignature": [
1005
996
  {
1006
- "id": 193,
997
+ "id": 196,
1007
998
  "name": "helpOpened",
1008
999
  "kind": 524288,
1009
1000
  "kindString": "Get signature",
@@ -1025,7 +1016,7 @@
1025
1016
  ]
1026
1017
  },
1027
1018
  {
1028
- "id": 203,
1019
+ "id": 206,
1029
1020
  "name": "cancel",
1030
1021
  "kind": 2048,
1031
1022
  "kindString": "Method",
@@ -1035,13 +1026,13 @@
1035
1026
  "sources": [
1036
1027
  {
1037
1028
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1038
- "line": 86,
1029
+ "line": 82,
1039
1030
  "character": 9
1040
1031
  }
1041
1032
  ],
1042
1033
  "signatures": [
1043
1034
  {
1044
- "id": 204,
1035
+ "id": 207,
1045
1036
  "name": "cancel",
1046
1037
  "kind": 4096,
1047
1038
  "kindString": "Call signature",
@@ -1051,7 +1042,7 @@
1051
1042
  },
1052
1043
  "parameters": [
1053
1044
  {
1054
- "id": 205,
1045
+ "id": 208,
1055
1046
  "name": "result",
1056
1047
  "kind": 32768,
1057
1048
  "kindString": "Parameter",
@@ -1059,7 +1050,7 @@
1059
1050
  "isOptional": true
1060
1051
  },
1061
1052
  "comment": {
1062
- "text": "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"
1053
+ "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"
1063
1054
  },
1064
1055
  "type": {
1065
1056
  "type": "intrinsic",
@@ -1075,7 +1066,7 @@
1075
1066
  ]
1076
1067
  },
1077
1068
  {
1078
- "id": 198,
1069
+ "id": 201,
1079
1070
  "name": "close",
1080
1071
  "kind": 2048,
1081
1072
  "kindString": "Method",
@@ -1085,13 +1076,13 @@
1085
1076
  "sources": [
1086
1077
  {
1087
1078
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1088
- "line": 72,
1079
+ "line": 64,
1089
1080
  "character": 9
1090
1081
  }
1091
1082
  ],
1092
1083
  "signatures": [
1093
1084
  {
1094
- "id": 199,
1085
+ "id": 202,
1095
1086
  "name": "close",
1096
1087
  "kind": 4096,
1097
1088
  "kindString": "Call signature",
@@ -1101,7 +1092,7 @@
1101
1092
  },
1102
1093
  "parameters": [
1103
1094
  {
1104
- "id": 200,
1095
+ "id": 203,
1105
1096
  "name": "result",
1106
1097
  "kind": 32768,
1107
1098
  "kindString": "Parameter",
@@ -1109,7 +1100,7 @@
1109
1100
  "isOptional": true
1110
1101
  },
1111
1102
  "comment": {
1112
- "text": "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`."
1103
+ "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`."
1113
1104
  },
1114
1105
  "type": {
1115
1106
  "type": "intrinsic",
@@ -1117,7 +1108,7 @@
1117
1108
  }
1118
1109
  },
1119
1110
  {
1120
- "id": 201,
1111
+ "id": 204,
1121
1112
  "name": "reason",
1122
1113
  "kind": 32768,
1123
1114
  "kindString": "Parameter",
@@ -1125,7 +1116,7 @@
1125
1116
  "isOptional": true
1126
1117
  },
1127
1118
  "comment": {
1128
- "text": "Specifies the reason for the modal closing, with the default reason of `close`."
1119
+ "shortText": "Specifies the reason for the modal closing, with the default reason of `close`."
1129
1120
  },
1130
1121
  "type": {
1131
1122
  "type": "intrinsic",
@@ -1133,7 +1124,7 @@
1133
1124
  }
1134
1125
  },
1135
1126
  {
1136
- "id": 202,
1127
+ "id": 205,
1137
1128
  "name": "ignoreBeforeClose",
1138
1129
  "kind": 32768,
1139
1130
  "kindString": "Parameter",
@@ -1141,7 +1132,7 @@
1141
1132
  "isOptional": true
1142
1133
  },
1143
1134
  "comment": {
1144
- "text": "Indicates whether to ignore the modal instance's `beforeClose` event.\n"
1135
+ "shortText": "Indicates whether to ignore the modal instance's `beforeClose` event.\n"
1145
1136
  },
1146
1137
  "type": {
1147
1138
  "type": "intrinsic",
@@ -1157,7 +1148,7 @@
1157
1148
  ]
1158
1149
  },
1159
1150
  {
1160
- "id": 209,
1151
+ "id": 212,
1161
1152
  "name": "openHelp",
1162
1153
  "kind": 2048,
1163
1154
  "kindString": "Method",
@@ -1167,13 +1158,13 @@
1167
1158
  "sources": [
1168
1159
  {
1169
1160
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1170
- "line": 107,
1161
+ "line": 103,
1171
1162
  "character": 9
1172
1163
  }
1173
1164
  ],
1174
1165
  "signatures": [
1175
1166
  {
1176
- "id": 210,
1167
+ "id": 213,
1177
1168
  "name": "openHelp",
1178
1169
  "kind": 4096,
1179
1170
  "kindString": "Call signature",
@@ -1183,7 +1174,7 @@
1183
1174
  },
1184
1175
  "parameters": [
1185
1176
  {
1186
- "id": 211,
1177
+ "id": 214,
1187
1178
  "name": "helpKey",
1188
1179
  "kind": 32768,
1189
1180
  "kindString": "Parameter",
@@ -1191,7 +1182,7 @@
1191
1182
  "isOptional": true
1192
1183
  },
1193
1184
  "comment": {
1194
- "text": "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"
1185
+ "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"
1195
1186
  },
1196
1187
  "type": {
1197
1188
  "type": "intrinsic",
@@ -1207,7 +1198,7 @@
1207
1198
  ]
1208
1199
  },
1209
1200
  {
1210
- "id": 206,
1201
+ "id": 209,
1211
1202
  "name": "save",
1212
1203
  "kind": 2048,
1213
1204
  "kindString": "Method",
@@ -1217,13 +1208,13 @@
1217
1208
  "sources": [
1218
1209
  {
1219
1210
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1220
- "line": 96,
1211
+ "line": 92,
1221
1212
  "character": 9
1222
1213
  }
1223
1214
  ],
1224
1215
  "signatures": [
1225
1216
  {
1226
- "id": 207,
1217
+ "id": 210,
1227
1218
  "name": "save",
1228
1219
  "kind": 4096,
1229
1220
  "kindString": "Call signature",
@@ -1233,7 +1224,7 @@
1233
1224
  },
1234
1225
  "parameters": [
1235
1226
  {
1236
- "id": 208,
1227
+ "id": 211,
1237
1228
  "name": "result",
1238
1229
  "kind": 32768,
1239
1230
  "kindString": "Parameter",
@@ -1241,7 +1232,7 @@
1241
1232
  "isOptional": true
1242
1233
  },
1243
1234
  "comment": {
1244
- "text": "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"
1235
+ "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"
1245
1236
  },
1246
1237
  "type": {
1247
1238
  "type": "intrinsic",
@@ -1262,46 +1253,46 @@
1262
1253
  "title": "Constructors",
1263
1254
  "kind": 512,
1264
1255
  "children": [
1265
- 186
1256
+ 189
1266
1257
  ]
1267
1258
  },
1268
1259
  {
1269
1260
  "title": "Properties",
1270
1261
  "kind": 1024,
1271
1262
  "children": [
1272
- 194
1263
+ 197
1273
1264
  ]
1274
1265
  },
1275
1266
  {
1276
1267
  "title": "Accessors",
1277
1268
  "kind": 262144,
1278
1269
  "children": [
1279
- 188,
1280
- 190,
1281
- 192
1270
+ 191,
1271
+ 193,
1272
+ 195
1282
1273
  ]
1283
1274
  },
1284
1275
  {
1285
1276
  "title": "Methods",
1286
1277
  "kind": 2048,
1287
1278
  "children": [
1288
- 203,
1289
- 198,
1290
- 209,
1291
- 206
1279
+ 206,
1280
+ 201,
1281
+ 212,
1282
+ 209
1292
1283
  ]
1293
1284
  }
1294
1285
  ],
1295
1286
  "sources": [
1296
1287
  {
1297
1288
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1298
- "line": 20,
1289
+ "line": 13,
1299
1290
  "character": 13
1300
1291
  }
1301
1292
  ]
1302
1293
  },
1303
1294
  {
1304
- "id": 229,
1295
+ "id": 233,
1305
1296
  "name": "SkyModalModule",
1306
1297
  "kind": 128,
1307
1298
  "kindString": "Class",
@@ -1314,27 +1305,27 @@
1314
1305
  "name": "NgModule"
1315
1306
  },
1316
1307
  "arguments": {
1317
- "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 SkyModalsResourcesModule,\n SkyThemeModule\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent\n ],\n entryComponents: [\n SkyModalHostComponent\n ]\n}"
1308
+ "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 SkyModalsResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n ],\n entryComponents: [SkyModalHostComponent],\n}"
1318
1309
  }
1319
1310
  }
1320
1311
  ],
1321
1312
  "children": [
1322
1313
  {
1323
- "id": 230,
1314
+ "id": 234,
1324
1315
  "name": "constructor",
1325
1316
  "kind": 512,
1326
1317
  "kindString": "Constructor",
1327
1318
  "flags": {},
1328
1319
  "signatures": [
1329
1320
  {
1330
- "id": 231,
1321
+ "id": 235,
1331
1322
  "name": "new SkyModalModule",
1332
1323
  "kind": 16384,
1333
1324
  "kindString": "Constructor signature",
1334
1325
  "flags": {},
1335
1326
  "type": {
1336
1327
  "type": "reference",
1337
- "id": 229,
1328
+ "id": 233,
1338
1329
  "name": "SkyModalModule"
1339
1330
  }
1340
1331
  }
@@ -1346,20 +1337,20 @@
1346
1337
  "title": "Constructors",
1347
1338
  "kind": 512,
1348
1339
  "children": [
1349
- 230
1340
+ 234
1350
1341
  ]
1351
1342
  }
1352
1343
  ],
1353
1344
  "sources": [
1354
1345
  {
1355
1346
  "fileName": "projects/modals/src/modules/modal/modal.module.ts",
1356
- "line": 75,
1347
+ "line": 49,
1357
1348
  "character": 13
1358
1349
  }
1359
1350
  ]
1360
1351
  },
1361
1352
  {
1362
- "id": 232,
1353
+ "id": 236,
1363
1354
  "name": "SkyModalService",
1364
1355
  "kind": 128,
1365
1356
  "kindString": "Class",
@@ -1381,13 +1372,13 @@
1381
1372
  "name": "Injectable"
1382
1373
  },
1383
1374
  "arguments": {
1384
- "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}"
1375
+ "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}"
1385
1376
  }
1386
1377
  }
1387
1378
  ],
1388
1379
  "children": [
1389
1380
  {
1390
- "id": 234,
1381
+ "id": 238,
1391
1382
  "name": "constructor",
1392
1383
  "kind": 512,
1393
1384
  "kindString": "Constructor",
@@ -1395,20 +1386,20 @@
1395
1386
  "sources": [
1396
1387
  {
1397
1388
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1398
- "line": 39,
1389
+ "line": 27,
1399
1390
  "character": 2
1400
1391
  }
1401
1392
  ],
1402
1393
  "signatures": [
1403
1394
  {
1404
- "id": 235,
1395
+ "id": 239,
1405
1396
  "name": "new SkyModalService",
1406
1397
  "kind": 16384,
1407
1398
  "kindString": "Constructor signature",
1408
1399
  "flags": {},
1409
1400
  "parameters": [
1410
1401
  {
1411
- "id": 236,
1402
+ "id": 240,
1412
1403
  "name": "dynamicComponentService",
1413
1404
  "kind": 32768,
1414
1405
  "kindString": "Parameter",
@@ -1423,14 +1414,14 @@
1423
1414
  ],
1424
1415
  "type": {
1425
1416
  "type": "reference",
1426
- "id": 232,
1417
+ "id": 236,
1427
1418
  "name": "SkyModalService"
1428
1419
  }
1429
1420
  }
1430
1421
  ]
1431
1422
  },
1432
1423
  {
1433
- "id": 239,
1424
+ "id": 243,
1434
1425
  "name": "open",
1435
1426
  "kind": 2048,
1436
1427
  "kindString": "Method",
@@ -1440,13 +1431,13 @@
1440
1431
  "sources": [
1441
1432
  {
1442
1433
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1443
- "line": 63,
1434
+ "line": 49,
1444
1435
  "character": 9
1445
1436
  }
1446
1437
  ],
1447
1438
  "signatures": [
1448
1439
  {
1449
- "id": 240,
1440
+ "id": 244,
1450
1441
  "name": "open",
1451
1442
  "kind": 4096,
1452
1443
  "kindString": "Call signature",
@@ -1456,13 +1447,13 @@
1456
1447
  },
1457
1448
  "parameters": [
1458
1449
  {
1459
- "id": 241,
1450
+ "id": 245,
1460
1451
  "name": "component",
1461
1452
  "kind": 32768,
1462
1453
  "kindString": "Parameter",
1463
1454
  "flags": {},
1464
1455
  "comment": {
1465
- "text": "Determines the component to render.\nSince the component generates dynamically instead of with HTML selectors, consumers must\nregister it with the `entryComponents` property in the `app-extras.module.ts` file.\nFor more information, see the\n[entry components tutorial](https://developer.blackbaud.com/skyux/learn/get-started/advanced/entry-components)."
1456
+ "shortText": "Determines the component to render.\nSince the component generates dynamically instead of with HTML selectors, consumers must\nregister it with the `entryComponents` property in the `app-extras.module.ts` file.\nFor more information, see the\n[entry components tutorial](https://developer.blackbaud.com/skyux/learn/get-started/advanced/entry-components)."
1466
1457
  },
1467
1458
  "type": {
1468
1459
  "type": "intrinsic",
@@ -1470,7 +1461,7 @@
1470
1461
  }
1471
1462
  },
1472
1463
  {
1473
- "id": 242,
1464
+ "id": 246,
1474
1465
  "name": "config",
1475
1466
  "kind": 32768,
1476
1467
  "kindString": "Parameter",
@@ -1478,7 +1469,7 @@
1478
1469
  "isOptional": true
1479
1470
  },
1480
1471
  "comment": {
1481
- "text": "Populates the modal based on the `SkyModalConfigurationInterface` object.\n"
1472
+ "shortText": "Populates the modal based on the `SkyModalConfigurationInterface` object.\n"
1482
1473
  },
1483
1474
  "type": {
1484
1475
  "type": "union",
@@ -1492,7 +1483,7 @@
1492
1483
  },
1493
1484
  {
1494
1485
  "type": "reference",
1495
- "id": 220,
1486
+ "id": 223,
1496
1487
  "name": "SkyModalConfigurationInterface"
1497
1488
  }
1498
1489
  ]
@@ -1501,7 +1492,7 @@
1501
1492
  ],
1502
1493
  "type": {
1503
1494
  "type": "reference",
1504
- "id": 185,
1495
+ "id": 188,
1505
1496
  "name": "SkyModalInstance"
1506
1497
  }
1507
1498
  }
@@ -1513,21 +1504,21 @@
1513
1504
  "title": "Constructors",
1514
1505
  "kind": 512,
1515
1506
  "children": [
1516
- 234
1507
+ 238
1517
1508
  ]
1518
1509
  },
1519
1510
  {
1520
1511
  "title": "Methods",
1521
1512
  "kind": 2048,
1522
1513
  "children": [
1523
- 239
1514
+ 243
1524
1515
  ]
1525
1516
  }
1526
1517
  ],
1527
1518
  "sources": [
1528
1519
  {
1529
1520
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1530
- "line": 33,
1521
+ "line": 22,
1531
1522
  "character": 13
1532
1523
  }
1533
1524
  ]
@@ -1546,7 +1537,7 @@
1546
1537
  "name": "Component"
1547
1538
  },
1548
1539
  "arguments": {
1549
- "obj": "{\n selector: 'sky-confirm',\n templateUrl: './confirm.component.html',\n styleUrls: ['./confirm.component.scss']\n}"
1540
+ "obj": "{\n selector: 'sky-confirm',\n templateUrl: './confirm.component.html',\n styleUrls: ['./confirm.component.scss'],\n}"
1550
1541
  }
1551
1542
  }
1552
1543
  ],
@@ -1560,7 +1551,7 @@
1560
1551
  "sources": [
1561
1552
  {
1562
1553
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1563
- "line": 52,
1554
+ "line": 30,
1564
1555
  "character": 2
1565
1556
  }
1566
1557
  ],
@@ -1580,7 +1571,7 @@
1580
1571
  "flags": {},
1581
1572
  "type": {
1582
1573
  "type": "reference",
1583
- "id": 114,
1574
+ "id": 116,
1584
1575
  "name": "SkyConfirmModalContext"
1585
1576
  }
1586
1577
  },
@@ -1592,7 +1583,7 @@
1592
1583
  "flags": {},
1593
1584
  "type": {
1594
1585
  "type": "reference",
1595
- "id": 185,
1586
+ "id": 188,
1596
1587
  "name": "SkyModalInstance"
1597
1588
  }
1598
1589
  },
@@ -1637,7 +1628,7 @@
1637
1628
  "sources": [
1638
1629
  {
1639
1630
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1640
- "line": 49,
1631
+ "line": 27,
1641
1632
  "character": 9
1642
1633
  }
1643
1634
  ],
@@ -1657,7 +1648,7 @@
1657
1648
  "sources": [
1658
1649
  {
1659
1650
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1660
- "line": 47,
1651
+ "line": 25,
1661
1652
  "character": 9
1662
1653
  }
1663
1654
  ],
@@ -1665,7 +1656,7 @@
1665
1656
  "type": "array",
1666
1657
  "elementType": {
1667
1658
  "type": "reference",
1668
- "id": 91,
1659
+ "id": 93,
1669
1660
  "name": "SkyConfirmButton"
1670
1661
  }
1671
1662
  }
@@ -1681,7 +1672,7 @@
1681
1672
  "sources": [
1682
1673
  {
1683
1674
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1684
- "line": 48,
1675
+ "line": 26,
1685
1676
  "character": 9
1686
1677
  }
1687
1678
  ],
@@ -1701,7 +1692,7 @@
1701
1692
  "sources": [
1702
1693
  {
1703
1694
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1704
- "line": 50,
1695
+ "line": 28,
1705
1696
  "character": 9
1706
1697
  }
1707
1698
  ],
@@ -1722,7 +1713,7 @@
1722
1713
  "sources": [
1723
1714
  {
1724
1715
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1725
- "line": 72,
1716
+ "line": 53,
1726
1717
  "character": 9
1727
1718
  }
1728
1719
  ],
@@ -1742,7 +1733,7 @@
1742
1733
  "flags": {},
1743
1734
  "type": {
1744
1735
  "type": "reference",
1745
- "id": 91,
1736
+ "id": 93,
1746
1737
  "name": "SkyConfirmButton"
1747
1738
  }
1748
1739
  }
@@ -1765,7 +1756,7 @@
1765
1756
  "sources": [
1766
1757
  {
1767
1758
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1768
- "line": 58,
1759
+ "line": 36,
1769
1760
  "character": 9
1770
1761
  }
1771
1762
  ],
@@ -1822,7 +1813,7 @@
1822
1813
  "sources": [
1823
1814
  {
1824
1815
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1825
- "line": 46,
1816
+ "line": 24,
1826
1817
  "character": 13
1827
1818
  }
1828
1819
  ],
@@ -1850,7 +1841,7 @@
1850
1841
  "name": "Component"
1851
1842
  },
1852
1843
  "arguments": {
1853
- "obj": "{\n selector: 'sky-modal-content',\n templateUrl: './modal-content.component.html',\n styleUrls: ['./modal-content.component.scss'],\n encapsulation: ViewEncapsulation.None\n}"
1844
+ "obj": "{\n selector: 'sky-modal-content',\n templateUrl: './modal-content.component.html',\n styleUrls: ['./modal-content.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
1854
1845
  }
1855
1846
  }
1856
1847
  ],
@@ -1889,7 +1880,7 @@
1889
1880
  "sources": [
1890
1881
  {
1891
1882
  "fileName": "projects/modals/src/modules/modal/modal-content.component.ts",
1892
- "line": 15,
1883
+ "line": 12,
1893
1884
  "character": 13
1894
1885
  }
1895
1886
  ]
@@ -1911,7 +1902,7 @@
1911
1902
  "name": "Component"
1912
1903
  },
1913
1904
  "arguments": {
1914
- "obj": "{\n selector: 'sky-modal-footer',\n templateUrl: './modal-footer.component.html',\n styleUrls: ['./modal-footer.component.scss']\n}"
1905
+ "obj": "{\n selector: 'sky-modal-footer',\n templateUrl: './modal-footer.component.html',\n styleUrls: ['./modal-footer.component.scss'],\n}"
1915
1906
  }
1916
1907
  }
1917
1908
  ],
@@ -1950,7 +1941,7 @@
1950
1941
  "sources": [
1951
1942
  {
1952
1943
  "fileName": "projects/modals/src/modules/modal/modal-footer.component.ts",
1953
- "line": 13,
1944
+ "line": 11,
1954
1945
  "character": 13
1955
1946
  }
1956
1947
  ]
@@ -1972,7 +1963,7 @@
1972
1963
  "name": "Component"
1973
1964
  },
1974
1965
  "arguments": {
1975
- "obj": "{\n selector: 'sky-modal-header',\n templateUrl: './modal-header.component.html',\n styleUrls: [\n './modal-header.component.scss'\n ]\n}"
1966
+ "obj": "{\n selector: 'sky-modal-header',\n templateUrl: './modal-header.component.html',\n styleUrls: ['./modal-header.component.scss'],\n}"
1976
1967
  }
1977
1968
  }
1978
1969
  ],
@@ -2011,7 +2002,7 @@
2011
2002
  "sources": [
2012
2003
  {
2013
2004
  "fileName": "projects/modals/src/modules/modal/modal-header.component.ts",
2014
- "line": 15,
2005
+ "line": 11,
2015
2006
  "character": 13
2016
2007
  }
2017
2008
  ]
@@ -2033,7 +2024,7 @@
2033
2024
  "name": "Component"
2034
2025
  },
2035
2026
  "arguments": {
2036
- "obj": "{\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n animations: [\n skyAnimationModalState\n ],\n providers: [\n SkyModalComponentAdapterService,\n SkyDockService\n ]\n}"
2027
+ "obj": "{\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n animations: [skyAnimationModalState],\n providers: [SkyModalComponentAdapterService, SkyDockService],\n}"
2037
2028
  }
2038
2029
  }
2039
2030
  ],
@@ -2047,7 +2038,7 @@
2047
2038
  "sources": [
2048
2039
  {
2049
2040
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2050
- "line": 126,
2041
+ "line": 118,
2051
2042
  "character": 2
2052
2043
  }
2053
2044
  ],
@@ -2162,7 +2153,7 @@
2162
2153
  ]
2163
2154
  },
2164
2155
  {
2165
- "id": 66,
2156
+ "id": 68,
2166
2157
  "name": "modalContentId",
2167
2158
  "kind": 1024,
2168
2159
  "kindString": "Property",
@@ -2172,7 +2163,7 @@
2172
2163
  "sources": [
2173
2164
  {
2174
2165
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2175
- "line": 117,
2166
+ "line": 107,
2176
2167
  "character": 9
2177
2168
  }
2178
2169
  ],
@@ -2183,7 +2174,7 @@
2183
2174
  "defaultValue": "..."
2184
2175
  },
2185
2176
  {
2186
- "id": 67,
2177
+ "id": 69,
2187
2178
  "name": "modalHeaderId",
2188
2179
  "kind": 1024,
2189
2180
  "kindString": "Property",
@@ -2193,7 +2184,7 @@
2193
2184
  "sources": [
2194
2185
  {
2195
2186
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2196
- "line": 119,
2187
+ "line": 110,
2197
2188
  "character": 9
2198
2189
  }
2199
2190
  ],
@@ -2204,7 +2195,7 @@
2204
2195
  "defaultValue": "..."
2205
2196
  },
2206
2197
  {
2207
- "id": 65,
2198
+ "id": 67,
2208
2199
  "name": "modalState",
2209
2200
  "kind": 1024,
2210
2201
  "kindString": "Property",
@@ -2214,7 +2205,7 @@
2214
2205
  "sources": [
2215
2206
  {
2216
2207
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2217
- "line": 115,
2208
+ "line": 105,
2218
2209
  "character": 9
2219
2210
  }
2220
2211
  ],
@@ -2225,7 +2216,7 @@
2225
2216
  "defaultValue": "'in'"
2226
2217
  },
2227
2218
  {
2228
- "id": 68,
2219
+ "id": 70,
2229
2220
  "name": "scrollShadow",
2230
2221
  "kind": 1024,
2231
2222
  "kindString": "Property",
@@ -2235,7 +2226,7 @@
2235
2226
  "sources": [
2236
2227
  {
2237
2228
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2238
- "line": 121,
2229
+ "line": 113,
2239
2230
  "character": 9
2240
2231
  }
2241
2232
  ],
@@ -2245,7 +2236,7 @@
2245
2236
  }
2246
2237
  },
2247
2238
  {
2248
- "id": 59,
2239
+ "id": 61,
2249
2240
  "name": "ariaDescribedBy",
2250
2241
  "kind": 262144,
2251
2242
  "kindString": "Accessor",
@@ -2255,13 +2246,13 @@
2255
2246
  "sources": [
2256
2247
  {
2257
2248
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2258
- "line": 103,
2249
+ "line": 93,
2259
2250
  "character": 13
2260
2251
  }
2261
2252
  ],
2262
2253
  "getSignature": [
2263
2254
  {
2264
- "id": 60,
2255
+ "id": 62,
2265
2256
  "name": "ariaDescribedBy",
2266
2257
  "kind": 524288,
2267
2258
  "kindString": "Get signature",
@@ -2274,7 +2265,7 @@
2274
2265
  ]
2275
2266
  },
2276
2267
  {
2277
- "id": 61,
2268
+ "id": 63,
2278
2269
  "name": "ariaLabelledBy",
2279
2270
  "kind": 262144,
2280
2271
  "kindString": "Accessor",
@@ -2284,13 +2275,13 @@
2284
2275
  "sources": [
2285
2276
  {
2286
2277
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2287
- "line": 107,
2278
+ "line": 97,
2288
2279
  "character": 13
2289
2280
  }
2290
2281
  ],
2291
2282
  "getSignature": [
2292
2283
  {
2293
- "id": 62,
2284
+ "id": 64,
2294
2285
  "name": "ariaLabelledBy",
2295
2286
  "kind": 524288,
2296
2287
  "kindString": "Get signature",
@@ -2303,7 +2294,7 @@
2303
2294
  ]
2304
2295
  },
2305
2296
  {
2306
- "id": 63,
2297
+ "id": 65,
2307
2298
  "name": "helpKey",
2308
2299
  "kind": 262144,
2309
2300
  "kindString": "Accessor",
@@ -2313,13 +2304,13 @@
2313
2304
  "sources": [
2314
2305
  {
2315
2306
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2316
- "line": 111,
2307
+ "line": 101,
2317
2308
  "character": 13
2318
2309
  }
2319
2310
  ],
2320
2311
  "getSignature": [
2321
2312
  {
2322
- "id": 64,
2313
+ "id": 66,
2323
2314
  "name": "helpKey",
2324
2315
  "kind": 524288,
2325
2316
  "kindString": "Get signature",
@@ -2332,7 +2323,7 @@
2332
2323
  ]
2333
2324
  },
2334
2325
  {
2335
- "id": 55,
2326
+ "id": 57,
2336
2327
  "name": "isLargeSize",
2337
2328
  "kind": 262144,
2338
2329
  "kindString": "Accessor",
@@ -2342,13 +2333,13 @@
2342
2333
  "sources": [
2343
2334
  {
2344
2335
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2345
- "line": 95,
2336
+ "line": 85,
2346
2337
  "character": 13
2347
2338
  }
2348
2339
  ],
2349
2340
  "getSignature": [
2350
2341
  {
2351
- "id": 56,
2342
+ "id": 58,
2352
2343
  "name": "isLargeSize",
2353
2344
  "kind": 524288,
2354
2345
  "kindString": "Get signature",
@@ -2361,7 +2352,7 @@
2361
2352
  ]
2362
2353
  },
2363
2354
  {
2364
- "id": 53,
2355
+ "id": 55,
2365
2356
  "name": "isMediumSize",
2366
2357
  "kind": 262144,
2367
2358
  "kindString": "Accessor",
@@ -2371,13 +2362,13 @@
2371
2362
  "sources": [
2372
2363
  {
2373
2364
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2374
- "line": 91,
2365
+ "line": 81,
2375
2366
  "character": 13
2376
2367
  }
2377
2368
  ],
2378
2369
  "getSignature": [
2379
2370
  {
2380
- "id": 54,
2371
+ "id": 56,
2381
2372
  "name": "isMediumSize",
2382
2373
  "kind": 524288,
2383
2374
  "kindString": "Get signature",
@@ -2390,7 +2381,7 @@
2390
2381
  ]
2391
2382
  },
2392
2383
  {
2393
- "id": 51,
2384
+ "id": 53,
2394
2385
  "name": "isSmallSize",
2395
2386
  "kind": 262144,
2396
2387
  "kindString": "Accessor",
@@ -2400,13 +2391,13 @@
2400
2391
  "sources": [
2401
2392
  {
2402
2393
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2403
- "line": 87,
2394
+ "line": 77,
2404
2395
  "character": 13
2405
2396
  }
2406
2397
  ],
2407
2398
  "getSignature": [
2408
2399
  {
2409
- "id": 52,
2400
+ "id": 54,
2410
2401
  "name": "isSmallSize",
2411
2402
  "kind": 524288,
2412
2403
  "kindString": "Get signature",
@@ -2419,7 +2410,7 @@
2419
2410
  ]
2420
2411
  },
2421
2412
  {
2422
- "id": 57,
2413
+ "id": 59,
2423
2414
  "name": "isTiledBody",
2424
2415
  "kind": 262144,
2425
2416
  "kindString": "Accessor",
@@ -2429,13 +2420,13 @@
2429
2420
  "sources": [
2430
2421
  {
2431
2422
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2432
- "line": 99,
2423
+ "line": 89,
2433
2424
  "character": 13
2434
2425
  }
2435
2426
  ],
2436
2427
  "getSignature": [
2437
2428
  {
2438
- "id": 58,
2429
+ "id": 60,
2439
2430
  "name": "isTiledBody",
2440
2431
  "kind": 524288,
2441
2432
  "kindString": "Get signature",
@@ -2448,7 +2439,7 @@
2448
2439
  ]
2449
2440
  },
2450
2441
  {
2451
- "id": 49,
2442
+ "id": 51,
2452
2443
  "name": "modalFullPage",
2453
2444
  "kind": 262144,
2454
2445
  "kindString": "Accessor",
@@ -2458,13 +2449,13 @@
2458
2449
  "sources": [
2459
2450
  {
2460
2451
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2461
- "line": 83,
2452
+ "line": 73,
2462
2453
  "character": 13
2463
2454
  }
2464
2455
  ],
2465
2456
  "getSignature": [
2466
2457
  {
2467
- "id": 50,
2458
+ "id": 52,
2468
2459
  "name": "modalFullPage",
2469
2460
  "kind": 524288,
2470
2461
  "kindString": "Get signature",
@@ -2477,7 +2468,7 @@
2477
2468
  ]
2478
2469
  },
2479
2470
  {
2480
- "id": 47,
2471
+ "id": 49,
2481
2472
  "name": "modalZIndex",
2482
2473
  "kind": 262144,
2483
2474
  "kindString": "Accessor",
@@ -2487,13 +2478,13 @@
2487
2478
  "sources": [
2488
2479
  {
2489
2480
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2490
- "line": 79,
2481
+ "line": 69,
2491
2482
  "character": 13
2492
2483
  }
2493
2484
  ],
2494
2485
  "getSignature": [
2495
2486
  {
2496
- "id": 48,
2487
+ "id": 50,
2497
2488
  "name": "modalZIndex",
2498
2489
  "kind": 524288,
2499
2490
  "kindString": "Get signature",
@@ -2506,7 +2497,48 @@
2506
2497
  ]
2507
2498
  },
2508
2499
  {
2509
- "id": 80,
2500
+ "id": 40,
2501
+ "name": "wrapperClass",
2502
+ "kind": 262144,
2503
+ "kindString": "Accessor",
2504
+ "flags": {
2505
+ "isPublic": true
2506
+ },
2507
+ "decorators": [
2508
+ {
2509
+ "name": "HostBinding",
2510
+ "type": {
2511
+ "type": "reference",
2512
+ "name": "HostBinding"
2513
+ },
2514
+ "arguments": {
2515
+ "hostPropertyName": "'class'"
2516
+ }
2517
+ }
2518
+ ],
2519
+ "sources": [
2520
+ {
2521
+ "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2522
+ "line": 46,
2523
+ "character": 13
2524
+ }
2525
+ ],
2526
+ "getSignature": [
2527
+ {
2528
+ "id": 41,
2529
+ "name": "wrapperClass",
2530
+ "kind": 524288,
2531
+ "kindString": "Get signature",
2532
+ "flags": {},
2533
+ "type": {
2534
+ "type": "intrinsic",
2535
+ "name": "string"
2536
+ }
2537
+ }
2538
+ ]
2539
+ },
2540
+ {
2541
+ "id": 82,
2510
2542
  "name": "closeButtonClick",
2511
2543
  "kind": 2048,
2512
2544
  "kindString": "Method",
@@ -2516,13 +2548,13 @@
2516
2548
  "sources": [
2517
2549
  {
2518
2550
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2519
- "line": 204,
2551
+ "line": 207,
2520
2552
  "character": 9
2521
2553
  }
2522
2554
  ],
2523
2555
  "signatures": [
2524
2556
  {
2525
- "id": 81,
2557
+ "id": 83,
2526
2558
  "name": "closeButtonClick",
2527
2559
  "kind": 4096,
2528
2560
  "kindString": "Call signature",
@@ -2535,7 +2567,7 @@
2535
2567
  ]
2536
2568
  },
2537
2569
  {
2538
- "id": 78,
2570
+ "id": 80,
2539
2571
  "name": "helpButtonClick",
2540
2572
  "kind": 2048,
2541
2573
  "kindString": "Method",
@@ -2545,13 +2577,13 @@
2545
2577
  "sources": [
2546
2578
  {
2547
2579
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2548
- "line": 200,
2580
+ "line": 203,
2549
2581
  "character": 9
2550
2582
  }
2551
2583
  ],
2552
2584
  "signatures": [
2553
2585
  {
2554
- "id": 79,
2586
+ "id": 81,
2555
2587
  "name": "helpButtonClick",
2556
2588
  "kind": 4096,
2557
2589
  "kindString": "Call signature",
@@ -2564,7 +2596,7 @@
2564
2596
  ]
2565
2597
  },
2566
2598
  {
2567
- "id": 76,
2599
+ "id": 78,
2568
2600
  "name": "ngAfterViewInit",
2569
2601
  "kind": 2048,
2570
2602
  "kindString": "Method",
@@ -2574,13 +2606,13 @@
2574
2606
  "sources": [
2575
2607
  {
2576
2608
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2577
- "line": 183,
2609
+ "line": 186,
2578
2610
  "character": 9
2579
2611
  }
2580
2612
  ],
2581
2613
  "signatures": [
2582
2614
  {
2583
- "id": 77,
2615
+ "id": 79,
2584
2616
  "name": "ngAfterViewInit",
2585
2617
  "kind": 4096,
2586
2618
  "kindString": "Call signature",
@@ -2601,7 +2633,7 @@
2601
2633
  }
2602
2634
  },
2603
2635
  {
2604
- "id": 73,
2636
+ "id": 75,
2605
2637
  "name": "onDocumentKeyDown",
2606
2638
  "kind": 2048,
2607
2639
  "kindString": "Method",
@@ -2624,20 +2656,20 @@
2624
2656
  "sources": [
2625
2657
  {
2626
2658
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2627
- "line": 152,
2659
+ "line": 145,
2628
2660
  "character": 9
2629
2661
  }
2630
2662
  ],
2631
2663
  "signatures": [
2632
2664
  {
2633
- "id": 74,
2665
+ "id": 76,
2634
2666
  "name": "onDocumentKeyDown",
2635
2667
  "kind": 4096,
2636
2668
  "kindString": "Call signature",
2637
2669
  "flags": {},
2638
2670
  "parameters": [
2639
2671
  {
2640
- "id": 75,
2672
+ "id": 77,
2641
2673
  "name": "event",
2642
2674
  "kind": 32768,
2643
2675
  "kindString": "Parameter",
@@ -2656,7 +2688,7 @@
2656
2688
  ]
2657
2689
  },
2658
2690
  {
2659
- "id": 70,
2691
+ "id": 72,
2660
2692
  "name": "onDocumentKeyUp",
2661
2693
  "kind": 2048,
2662
2694
  "kindString": "Method",
@@ -2679,20 +2711,20 @@
2679
2711
  "sources": [
2680
2712
  {
2681
2713
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2682
- "line": 137,
2714
+ "line": 129,
2683
2715
  "character": 9
2684
2716
  }
2685
2717
  ],
2686
2718
  "signatures": [
2687
2719
  {
2688
- "id": 71,
2720
+ "id": 73,
2689
2721
  "name": "onDocumentKeyUp",
2690
2722
  "kind": 4096,
2691
2723
  "kindString": "Call signature",
2692
2724
  "flags": {},
2693
2725
  "parameters": [
2694
2726
  {
2695
- "id": 72,
2727
+ "id": 74,
2696
2728
  "name": "event",
2697
2729
  "kind": 32768,
2698
2730
  "kindString": "Parameter",
@@ -2711,7 +2743,7 @@
2711
2743
  ]
2712
2744
  },
2713
2745
  {
2714
- "id": 84,
2746
+ "id": 86,
2715
2747
  "name": "scrollShadowChange",
2716
2748
  "kind": 2048,
2717
2749
  "kindString": "Method",
@@ -2721,20 +2753,20 @@
2721
2753
  "sources": [
2722
2754
  {
2723
2755
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2724
- "line": 212,
2756
+ "line": 215,
2725
2757
  "character": 9
2726
2758
  }
2727
2759
  ],
2728
2760
  "signatures": [
2729
2761
  {
2730
- "id": 85,
2762
+ "id": 87,
2731
2763
  "name": "scrollShadowChange",
2732
2764
  "kind": 4096,
2733
2765
  "kindString": "Call signature",
2734
2766
  "flags": {},
2735
2767
  "parameters": [
2736
2768
  {
2737
- "id": 86,
2769
+ "id": 88,
2738
2770
  "name": "args",
2739
2771
  "kind": 32768,
2740
2772
  "kindString": "Parameter",
@@ -2753,7 +2785,7 @@
2753
2785
  ]
2754
2786
  },
2755
2787
  {
2756
- "id": 82,
2788
+ "id": 84,
2757
2789
  "name": "windowResize",
2758
2790
  "kind": 2048,
2759
2791
  "kindString": "Method",
@@ -2763,13 +2795,13 @@
2763
2795
  "sources": [
2764
2796
  {
2765
2797
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2766
- "line": 208,
2798
+ "line": 211,
2767
2799
  "character": 9
2768
2800
  }
2769
2801
  ],
2770
2802
  "signatures": [
2771
2803
  {
2772
- "id": 83,
2804
+ "id": 85,
2773
2805
  "name": "windowResize",
2774
2806
  "kind": 4096,
2775
2807
  "kindString": "Call signature",
@@ -2794,45 +2826,46 @@
2794
2826
  "title": "Properties",
2795
2827
  "kind": 1024,
2796
2828
  "children": [
2797
- 66,
2829
+ 68,
2830
+ 69,
2798
2831
  67,
2799
- 65,
2800
- 68
2832
+ 70
2801
2833
  ]
2802
2834
  },
2803
2835
  {
2804
2836
  "title": "Accessors",
2805
2837
  "kind": 262144,
2806
2838
  "children": [
2807
- 59,
2808
2839
  61,
2809
2840
  63,
2841
+ 65,
2842
+ 57,
2810
2843
  55,
2811
2844
  53,
2845
+ 59,
2812
2846
  51,
2813
- 57,
2814
2847
  49,
2815
- 47
2848
+ 40
2816
2849
  ]
2817
2850
  },
2818
2851
  {
2819
2852
  "title": "Methods",
2820
2853
  "kind": 2048,
2821
2854
  "children": [
2855
+ 82,
2822
2856
  80,
2823
2857
  78,
2824
- 76,
2825
- 73,
2826
- 70,
2827
- 84,
2828
- 82
2858
+ 75,
2859
+ 72,
2860
+ 86,
2861
+ 84
2829
2862
  ]
2830
2863
  }
2831
2864
  ],
2832
2865
  "sources": [
2833
2866
  {
2834
2867
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2835
- "line": 58,
2868
+ "line": 44,
2836
2869
  "character": 13
2837
2870
  }
2838
2871
  ],
@@ -2844,14 +2877,14 @@
2844
2877
  ]
2845
2878
  },
2846
2879
  {
2847
- "id": 91,
2880
+ "id": 93,
2848
2881
  "name": "SkyConfirmButton",
2849
2882
  "kind": 256,
2850
2883
  "kindString": "Interface",
2851
2884
  "flags": {},
2852
2885
  "children": [
2853
2886
  {
2854
- "id": 92,
2887
+ "id": 94,
2855
2888
  "name": "action",
2856
2889
  "kind": 1024,
2857
2890
  "kindString": "Property",
@@ -2859,18 +2892,18 @@
2859
2892
  "sources": [
2860
2893
  {
2861
2894
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2862
- "line": 6,
2895
+ "line": 4,
2863
2896
  "character": 2
2864
2897
  }
2865
2898
  ],
2866
2899
  "type": {
2867
2900
  "type": "reference",
2868
- "id": 96,
2901
+ "id": 98,
2869
2902
  "name": "SkyConfirmButtonAction"
2870
2903
  }
2871
2904
  },
2872
2905
  {
2873
- "id": 95,
2906
+ "id": 97,
2874
2907
  "name": "autofocus",
2875
2908
  "kind": 1024,
2876
2909
  "kindString": "Property",
@@ -2880,7 +2913,7 @@
2880
2913
  "sources": [
2881
2914
  {
2882
2915
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2883
- "line": 9,
2916
+ "line": 7,
2884
2917
  "character": 2
2885
2918
  }
2886
2919
  ],
@@ -2890,7 +2923,7 @@
2890
2923
  }
2891
2924
  },
2892
2925
  {
2893
- "id": 93,
2926
+ "id": 95,
2894
2927
  "name": "styleType",
2895
2928
  "kind": 1024,
2896
2929
  "kindString": "Property",
@@ -2898,7 +2931,7 @@
2898
2931
  "sources": [
2899
2932
  {
2900
2933
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2901
- "line": 7,
2934
+ "line": 5,
2902
2935
  "character": 2
2903
2936
  }
2904
2937
  ],
@@ -2908,7 +2941,7 @@
2908
2941
  }
2909
2942
  },
2910
2943
  {
2911
- "id": 94,
2944
+ "id": 96,
2912
2945
  "name": "text",
2913
2946
  "kind": 1024,
2914
2947
  "kindString": "Property",
@@ -2916,7 +2949,7 @@
2916
2949
  "sources": [
2917
2950
  {
2918
2951
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2919
- "line": 8,
2952
+ "line": 6,
2920
2953
  "character": 2
2921
2954
  }
2922
2955
  ],
@@ -2931,30 +2964,30 @@
2931
2964
  "title": "Properties",
2932
2965
  "kind": 1024,
2933
2966
  "children": [
2934
- 92,
2967
+ 94,
2968
+ 97,
2935
2969
  95,
2936
- 93,
2937
- 94
2970
+ 96
2938
2971
  ]
2939
2972
  }
2940
2973
  ],
2941
2974
  "sources": [
2942
2975
  {
2943
2976
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2944
- "line": 5,
2977
+ "line": 3,
2945
2978
  "character": 17
2946
2979
  }
2947
2980
  ]
2948
2981
  },
2949
2982
  {
2950
- "id": 97,
2983
+ "id": 99,
2951
2984
  "name": "SkyConfirmButtonConfig",
2952
2985
  "kind": 256,
2953
2986
  "kindString": "Interface",
2954
2987
  "flags": {},
2955
2988
  "children": [
2956
2989
  {
2957
- "id": 98,
2990
+ "id": 100,
2958
2991
  "name": "action",
2959
2992
  "kind": 1024,
2960
2993
  "kindString": "Property",
@@ -2975,7 +3008,7 @@
2975
3008
  }
2976
3009
  },
2977
3010
  {
2978
- "id": 101,
3011
+ "id": 103,
2979
3012
  "name": "autofocus",
2980
3013
  "kind": 1024,
2981
3014
  "kindString": "Property",
@@ -2998,7 +3031,7 @@
2998
3031
  }
2999
3032
  },
3000
3033
  {
3001
- "id": 100,
3034
+ "id": 102,
3002
3035
  "name": "styleType",
3003
3036
  "kind": 1024,
3004
3037
  "kindString": "Property",
@@ -3021,7 +3054,7 @@
3021
3054
  }
3022
3055
  },
3023
3056
  {
3024
- "id": 99,
3057
+ "id": 101,
3025
3058
  "name": "text",
3026
3059
  "kind": 1024,
3027
3060
  "kindString": "Property",
@@ -3047,10 +3080,10 @@
3047
3080
  "title": "Properties",
3048
3081
  "kind": 1024,
3049
3082
  "children": [
3050
- 98,
3051
- 101,
3052
3083
  100,
3053
- 99
3084
+ 103,
3085
+ 102,
3086
+ 101
3054
3087
  ]
3055
3088
  }
3056
3089
  ],
@@ -3063,14 +3096,14 @@
3063
3096
  ]
3064
3097
  },
3065
3098
  {
3066
- "id": 102,
3099
+ "id": 104,
3067
3100
  "name": "SkyConfirmCloseEventArgs",
3068
3101
  "kind": 256,
3069
3102
  "kindString": "Interface",
3070
3103
  "flags": {},
3071
3104
  "children": [
3072
3105
  {
3073
- "id": 103,
3106
+ "id": 105,
3074
3107
  "name": "action",
3075
3108
  "kind": 1024,
3076
3109
  "kindString": "Property",
@@ -3096,7 +3129,7 @@
3096
3129
  "title": "Properties",
3097
3130
  "kind": 1024,
3098
3131
  "children": [
3099
- 103
3132
+ 105
3100
3133
  ]
3101
3134
  }
3102
3135
  ],
@@ -3109,14 +3142,14 @@
3109
3142
  ]
3110
3143
  },
3111
3144
  {
3112
- "id": 104,
3145
+ "id": 106,
3113
3146
  "name": "SkyConfirmConfig",
3114
3147
  "kind": 256,
3115
3148
  "kindString": "Interface",
3116
3149
  "flags": {},
3117
3150
  "children": [
3118
3151
  {
3119
- "id": 106,
3152
+ "id": 108,
3120
3153
  "name": "body",
3121
3154
  "kind": 1024,
3122
3155
  "kindString": "Property",
@@ -3129,7 +3162,7 @@
3129
3162
  "sources": [
3130
3163
  {
3131
3164
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3132
- "line": 18,
3165
+ "line": 14,
3133
3166
  "character": 2
3134
3167
  }
3135
3168
  ],
@@ -3139,7 +3172,7 @@
3139
3172
  }
3140
3173
  },
3141
3174
  {
3142
- "id": 107,
3175
+ "id": 109,
3143
3176
  "name": "buttons",
3144
3177
  "kind": 1024,
3145
3178
  "kindString": "Property",
@@ -3152,7 +3185,7 @@
3152
3185
  "sources": [
3153
3186
  {
3154
3187
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3155
- "line": 24,
3188
+ "line": 20,
3156
3189
  "character": 2
3157
3190
  }
3158
3191
  ],
@@ -3160,13 +3193,13 @@
3160
3193
  "type": "array",
3161
3194
  "elementType": {
3162
3195
  "type": "reference",
3163
- "id": 97,
3196
+ "id": 99,
3164
3197
  "name": "SkyConfirmButtonConfig"
3165
3198
  }
3166
3199
  }
3167
3200
  },
3168
3201
  {
3169
- "id": 105,
3202
+ "id": 107,
3170
3203
  "name": "message",
3171
3204
  "kind": 1024,
3172
3205
  "kindString": "Property",
@@ -3183,7 +3216,7 @@
3183
3216
  "sources": [
3184
3217
  {
3185
3218
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3186
- "line": 14,
3219
+ "line": 10,
3187
3220
  "character": 2
3188
3221
  }
3189
3222
  ],
@@ -3193,7 +3226,7 @@
3193
3226
  }
3194
3227
  },
3195
3228
  {
3196
- "id": 108,
3229
+ "id": 110,
3197
3230
  "name": "preserveWhiteSpace",
3198
3231
  "kind": 1024,
3199
3232
  "kindString": "Property",
@@ -3212,7 +3245,7 @@
3212
3245
  "sources": [
3213
3246
  {
3214
3247
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3215
- "line": 29,
3248
+ "line": 25,
3216
3249
  "character": 2
3217
3250
  }
3218
3251
  ],
@@ -3222,7 +3255,7 @@
3222
3255
  }
3223
3256
  },
3224
3257
  {
3225
- "id": 109,
3258
+ "id": 111,
3226
3259
  "name": "type",
3227
3260
  "kind": 1024,
3228
3261
  "kindString": "Property",
@@ -3235,13 +3268,13 @@
3235
3268
  "sources": [
3236
3269
  {
3237
3270
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3238
- "line": 33,
3271
+ "line": 29,
3239
3272
  "character": 2
3240
3273
  }
3241
3274
  ],
3242
3275
  "type": {
3243
3276
  "type": "reference",
3244
- "id": 122,
3277
+ "id": 124,
3245
3278
  "name": "SkyConfirmType"
3246
3279
  }
3247
3280
  }
@@ -3251,31 +3284,31 @@
3251
3284
  "title": "Properties",
3252
3285
  "kind": 1024,
3253
3286
  "children": [
3254
- 106,
3255
- 107,
3256
- 105,
3257
3287
  108,
3258
- 109
3288
+ 109,
3289
+ 107,
3290
+ 110,
3291
+ 111
3259
3292
  ]
3260
3293
  }
3261
3294
  ],
3262
3295
  "sources": [
3263
3296
  {
3264
3297
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3265
- "line": 9,
3298
+ "line": 5,
3266
3299
  "character": 17
3267
3300
  }
3268
3301
  ],
3269
3302
  "implementedBy": [
3270
3303
  {
3271
3304
  "type": "reference",
3272
- "id": 114,
3305
+ "id": 116,
3273
3306
  "name": "SkyConfirmModalContext"
3274
3307
  }
3275
3308
  ]
3276
3309
  },
3277
3310
  {
3278
- "id": 220,
3311
+ "id": 223,
3279
3312
  "name": "SkyModalConfigurationInterface",
3280
3313
  "kind": 256,
3281
3314
  "kindString": "Interface",
@@ -3285,7 +3318,7 @@
3285
3318
  },
3286
3319
  "children": [
3287
3320
  {
3288
- "id": 224,
3321
+ "id": 227,
3289
3322
  "name": "ariaDescribedBy",
3290
3323
  "kind": 1024,
3291
3324
  "kindString": "Property",
@@ -3298,7 +3331,7 @@
3298
3331
  "sources": [
3299
3332
  {
3300
3333
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3301
- "line": 36,
3334
+ "line": 35,
3302
3335
  "character": 2
3303
3336
  }
3304
3337
  ],
@@ -3308,7 +3341,7 @@
3308
3341
  }
3309
3342
  },
3310
3343
  {
3311
- "id": 225,
3344
+ "id": 228,
3312
3345
  "name": "ariaLabelledBy",
3313
3346
  "kind": 1024,
3314
3347
  "kindString": "Property",
@@ -3321,7 +3354,7 @@
3321
3354
  "sources": [
3322
3355
  {
3323
3356
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3324
- "line": 45,
3357
+ "line": 44,
3325
3358
  "character": 2
3326
3359
  }
3327
3360
  ],
@@ -3331,7 +3364,7 @@
3331
3364
  }
3332
3365
  },
3333
3366
  {
3334
- "id": 226,
3367
+ "id": 229,
3335
3368
  "name": "ariaRole",
3336
3369
  "kind": 1024,
3337
3370
  "kindString": "Property",
@@ -3350,7 +3383,7 @@
3350
3383
  "sources": [
3351
3384
  {
3352
3385
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3353
- "line": 56,
3386
+ "line": 55,
3354
3387
  "character": 2
3355
3388
  }
3356
3389
  ],
@@ -3360,7 +3393,7 @@
3360
3393
  }
3361
3394
  },
3362
3395
  {
3363
- "id": 221,
3396
+ "id": 224,
3364
3397
  "name": "fullPage",
3365
3398
  "kind": 1024,
3366
3399
  "kindString": "Property",
@@ -3373,7 +3406,7 @@
3373
3406
  "sources": [
3374
3407
  {
3375
3408
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3376
- "line": 13,
3409
+ "line": 12,
3377
3410
  "character": 2
3378
3411
  }
3379
3412
  ],
@@ -3383,7 +3416,7 @@
3383
3416
  }
3384
3417
  },
3385
3418
  {
3386
- "id": 228,
3419
+ "id": 231,
3387
3420
  "name": "helpKey",
3388
3421
  "kind": 1024,
3389
3422
  "kindString": "Property",
@@ -3396,7 +3429,7 @@
3396
3429
  "sources": [
3397
3430
  {
3398
3431
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3399
- "line": 72,
3432
+ "line": 71,
3400
3433
  "character": 2
3401
3434
  }
3402
3435
  ],
@@ -3406,7 +3439,7 @@
3406
3439
  }
3407
3440
  },
3408
3441
  {
3409
- "id": 223,
3442
+ "id": 226,
3410
3443
  "name": "providers",
3411
3444
  "kind": 1024,
3412
3445
  "kindString": "Property",
@@ -3419,7 +3452,7 @@
3419
3452
  "sources": [
3420
3453
  {
3421
3454
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3422
- "line": 26,
3455
+ "line": 25,
3423
3456
  "character": 2
3424
3457
  }
3425
3458
  ],
@@ -3432,7 +3465,7 @@
3432
3465
  }
3433
3466
  },
3434
3467
  {
3435
- "id": 222,
3468
+ "id": 225,
3436
3469
  "name": "size",
3437
3470
  "kind": 1024,
3438
3471
  "kindString": "Property",
@@ -3445,7 +3478,7 @@
3445
3478
  "sources": [
3446
3479
  {
3447
3480
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3448
- "line": 19,
3481
+ "line": 18,
3449
3482
  "character": 2
3450
3483
  }
3451
3484
  ],
@@ -3455,7 +3488,7 @@
3455
3488
  }
3456
3489
  },
3457
3490
  {
3458
- "id": 227,
3491
+ "id": 230,
3459
3492
  "name": "tiledBody",
3460
3493
  "kind": 1024,
3461
3494
  "kindString": "Property",
@@ -3468,7 +3501,7 @@
3468
3501
  "sources": [
3469
3502
  {
3470
3503
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3471
- "line": 63,
3504
+ "line": 62,
3472
3505
  "character": 2
3473
3506
  }
3474
3507
  ],
@@ -3476,6 +3509,29 @@
3476
3509
  "type": "intrinsic",
3477
3510
  "name": "boolean"
3478
3511
  }
3512
+ },
3513
+ {
3514
+ "id": 232,
3515
+ "name": "wrapperClass",
3516
+ "kind": 1024,
3517
+ "kindString": "Property",
3518
+ "flags": {
3519
+ "isOptional": true
3520
+ },
3521
+ "comment": {
3522
+ "shortText": "Specifies a 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."
3523
+ },
3524
+ "sources": [
3525
+ {
3526
+ "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3527
+ "line": 77,
3528
+ "character": 2
3529
+ }
3530
+ ],
3531
+ "type": {
3532
+ "type": "intrinsic",
3533
+ "name": "string"
3534
+ }
3479
3535
  }
3480
3536
  ],
3481
3537
  "groups": [
@@ -3483,14 +3539,15 @@
3483
3539
  "title": "Properties",
3484
3540
  "kind": 1024,
3485
3541
  "children": [
3542
+ 227,
3543
+ 228,
3544
+ 229,
3486
3545
  224,
3487
- 225,
3546
+ 231,
3488
3547
  226,
3489
- 221,
3490
- 228,
3491
- 223,
3492
- 222,
3493
- 227
3548
+ 225,
3549
+ 230,
3550
+ 232
3494
3551
  ]
3495
3552
  }
3496
3553
  ],
@@ -3503,7 +3560,7 @@
3503
3560
  ]
3504
3561
  },
3505
3562
  {
3506
- "id": 96,
3563
+ "id": 98,
3507
3564
  "name": "SkyConfirmButtonAction",
3508
3565
  "kind": 4194304,
3509
3566
  "kindString": "Type alias",
@@ -3541,24 +3598,24 @@
3541
3598
  "groups": [
3542
3599
  {
3543
3600
  "title": "Enumerations",
3544
- "kind": 4,
3601
+ "kind": 8,
3545
3602
  "children": [
3546
- 122
3603
+ 124
3547
3604
  ]
3548
3605
  },
3549
3606
  {
3550
3607
  "title": "Classes",
3551
3608
  "kind": 128,
3552
3609
  "children": [
3553
- 110,
3554
- 114,
3555
- 127,
3556
- 130,
3557
- 137,
3558
- 144,
3559
- 185,
3560
- 229,
3561
- 232,
3610
+ 112,
3611
+ 116,
3612
+ 129,
3613
+ 132,
3614
+ 139,
3615
+ 146,
3616
+ 188,
3617
+ 233,
3618
+ 236,
3562
3619
  1,
3563
3620
  21,
3564
3621
  24,
@@ -3570,18 +3627,18 @@
3570
3627
  "title": "Interfaces",
3571
3628
  "kind": 256,
3572
3629
  "children": [
3573
- 91,
3574
- 97,
3575
- 102,
3630
+ 93,
3631
+ 99,
3576
3632
  104,
3577
- 220
3633
+ 106,
3634
+ 223
3578
3635
  ]
3579
3636
  },
3580
3637
  {
3581
3638
  "title": "Type aliases",
3582
3639
  "kind": 4194304,
3583
3640
  "children": [
3584
- 96
3641
+ 98
3585
3642
  ]
3586
3643
  }
3587
3644
  ],
@@ -3594,30 +3651,35 @@
3594
3651
  ]
3595
3652
  },
3596
3653
  "codeExamples": [
3654
+ {
3655
+ "fileName": ".eslintrc.json",
3656
+ "filePath": "/projects/modals/documentation/code-examples/.eslintrc.json",
3657
+ "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
3658
+ },
3597
3659
  {
3598
3660
  "fileName": "confirm-demo.component.html",
3599
3661
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.html",
3600
- "rawContents": "<div\n class=\"sky-margin-stacked-default\"\n>\n <button\n aria-haspopup=\"dialog\"\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"openOKConfirm()\">\n OK confirm\n </button>\n\n <button\n aria-haspopup=\"dialog\"\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"openCustomConfirm()\">\n Custom confirm\n </button>\n</div>\n\n<p *ngIf=\"selectedAction && selectedText\">\n You selected the \"{{ selectedText }}\" button, which has an action of \"{{ selectedAction }}.\"\n</p>\n<p *ngIf=\"selectedAction && !selectedText\">\n You selected the \"{{ selectedAction }}\" action.\n</p>\n"
3662
+ "rawContents": "<div class=\"sky-margin-stacked-default\">\n <button\n aria-haspopup=\"dialog\"\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"openOKConfirm()\"\n >\n OK confirm\n </button>\n\n <button\n aria-haspopup=\"dialog\"\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"openCustomConfirm()\"\n >\n Custom confirm\n </button>\n</div>\n\n<p *ngIf=\"selectedAction && selectedText\">\n You selected the \"{{ selectedText }}\" button, which has an action of \"{{\n selectedAction\n }}.\"\n</p>\n<p *ngIf=\"selectedAction && !selectedText\">\n You selected the \"{{ selectedAction }}\" action.\n</p>\n"
3601
3663
  },
3602
3664
  {
3603
3665
  "fileName": "confirm-demo.component.ts",
3604
3666
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.ts",
3605
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n SkyConfirmButtonAction,\n SkyConfirmInstance,\n SkyConfirmService,\n SkyConfirmType\n} from '@skyux/modals';\n\n@Component({\n selector: 'app-confirm-demo',\n templateUrl: './confirm-demo.component.html'\n})\nexport class ConfirmDemoComponent {\n\n public selectedAction: SkyConfirmButtonAction;\n\n public selectedText: string;\n\n constructor(\n private confirmService: SkyConfirmService\n ) { }\n\n public openOKConfirm() {\n const dialog: SkyConfirmInstance = this.confirmService.open({\n message: 'Use the OK button type for information that does not require user action.',\n type: SkyConfirmType.OK\n });\n\n dialog.closed.subscribe((result: any) => {\n this.selectedText = undefined;\n this.selectedAction = result.action;\n });\n }\n\n public openCustomConfirm() {\n const buttons = [\n { text: 'Save', action: 'save', styleType: 'primary' },\n { text: 'Delete', action: 'delete' },\n { text: 'Cancel', action: 'cancel', autofocus: true, styleType: 'link' }\n ];\n\n const dialog: SkyConfirmInstance = this.confirmService.open({\n message: 'Use the Custom button type to define your own buttons.',\n body: 'Labels should clearly indicate the action occurs when users select the button.',\n type: SkyConfirmType.Custom,\n buttons\n });\n\n dialog.closed.subscribe((result: any) => {\n this.selectedAction = result.action;\n\n buttons.some((button: any) => {\n if (button.action === result.action) {\n this.selectedText = button.text;\n return true;\n }\n });\n });\n }\n}\n"
3667
+ "rawContents": "import { Component } from '@angular/core';\n\nimport {\n SkyConfirmButtonAction,\n SkyConfirmInstance,\n SkyConfirmService,\n SkyConfirmType,\n} from '@skyux/modals';\n\n@Component({\n selector: 'app-confirm-demo',\n templateUrl: './confirm-demo.component.html',\n})\nexport class ConfirmDemoComponent {\n public selectedAction: SkyConfirmButtonAction;\n\n public selectedText: string;\n\n constructor(private confirmService: SkyConfirmService) {}\n\n public openOKConfirm() {\n const dialog: SkyConfirmInstance = this.confirmService.open({\n message:\n 'Use the OK button type for information that does not require user action.',\n type: SkyConfirmType.OK,\n });\n\n dialog.closed.subscribe((result: any) => {\n this.selectedText = undefined;\n this.selectedAction = result.action;\n });\n }\n\n public openCustomConfirm() {\n const buttons = [\n { text: 'Save', action: 'save', styleType: 'primary' },\n { text: 'Delete', action: 'delete' },\n { text: 'Cancel', action: 'cancel', autofocus: true, styleType: 'link' },\n ];\n\n const dialog: SkyConfirmInstance = this.confirmService.open({\n message: 'Use the Custom button type to define your own buttons.',\n body: 'Labels should clearly indicate the action occurs when users select the button.',\n type: SkyConfirmType.Custom,\n buttons,\n });\n\n dialog.closed.subscribe((result: any) => {\n this.selectedAction = result.action;\n\n buttons.some((button: any) => {\n if (button.action === result.action) {\n this.selectedText = button.text;\n return true;\n }\n });\n });\n }\n}\n"
3606
3668
  },
3607
3669
  {
3608
3670
  "fileName": "confirm-demo.module.ts",
3609
3671
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.module.ts",
3610
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n FormsModule\n} from '@angular/forms';\n\nimport {\n SkyConfirmModule\n} from '@skyux/modals';\n\nimport {\n ConfirmDemoComponent\n} from './confirm-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyConfirmModule\n ],\n declarations: [\n ConfirmDemoComponent\n ],\n exports: [\n ConfirmDemoComponent\n ]\n})\n\nexport class ConfirmDemoModule {\n}\n"
3672
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyConfirmModule } from '@skyux/modals';\n\nimport { ConfirmDemoComponent } from './confirm-demo.component';\n\n@NgModule({\n imports: [CommonModule, FormsModule, SkyConfirmModule],\n declarations: [ConfirmDemoComponent],\n exports: [ConfirmDemoComponent],\n})\nexport class ConfirmDemoModule {}\n"
3611
3673
  },
3612
3674
  {
3613
3675
  "fileName": "modal-demo-modal.component.html",
3614
3676
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.html",
3615
- "rawContents": "<sky-modal>\n <sky-modal-header>\n Modal title\n </sky-modal-header>\n <sky-modal-content>\n <sky-input-box>\n <label\n class=\"sky-control-label\"\n [for]=\"myInput.id\"\n >\n An input inside a modal\n </label>\n <input\n class=\"sky-form-control\"\n type=\"text\"\n skyId\n #myInput=\"skyId\"\n >\n </sky-input-box>\n </sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary sky-margin-inline-compact\"\n type=\"button\"\n (click)=\"instance.save()\"\n >\n Save\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"instance.close()\"\n >\n Close\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
3677
+ "rawContents": "<sky-modal>\n <sky-modal-header> Modal title </sky-modal-header>\n <sky-modal-content>\n <sky-input-box>\n <label class=\"sky-control-label\" [for]=\"myInput.id\">\n An input inside a modal\n </label>\n <input class=\"sky-form-control\" type=\"text\" skyId #myInput=\"skyId\" />\n </sky-input-box>\n </sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary sky-margin-inline-compact\"\n type=\"button\"\n (click)=\"instance.save()\"\n >\n Save\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"instance.close()\"\n >\n Close\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
3616
3678
  },
3617
3679
  {
3618
3680
  "fileName": "modal-demo-modal.component.ts",
3619
3681
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.ts",
3620
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n SkyModalInstance\n} from '@skyux/modals';\n\n@Component({\n selector: 'app-modal-demo-modal',\n templateUrl: './modal-demo-modal.component.html'\n})\nexport class ModalDemoModalComponent {\n\n constructor(\n public instance: SkyModalInstance\n ) { }\n\n}\n"
3682
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\n@Component({\n selector: 'app-modal-demo-modal',\n templateUrl: './modal-demo-modal.component.html',\n})\nexport class ModalDemoModalComponent {\n constructor(public instance: SkyModalInstance) {}\n}\n"
3621
3683
  },
3622
3684
  {
3623
3685
  "fileName": "modal-demo.component.html",
@@ -3627,12 +3689,12 @@
3627
3689
  {
3628
3690
  "fileName": "modal-demo.component.ts",
3629
3691
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.component.ts",
3630
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n SkyModalService\n} from '@skyux/modals';\n\nimport {\n ModalDemoModalComponent\n} from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html'\n})\nexport class ModalDemoComponent {\n\n public helpKey: string = 'help-demo.html';\n\n public modalSize: string = 'medium';\n\n constructor(\n private modal: SkyModalService\n ) { }\n\n public onOpenModalClick(): void {\n const modalInstanceType: any = ModalDemoModalComponent;\n const options: any = {\n helpKey: this.helpKey,\n size: this.modalSize\n };\n\n this.modal.open(modalInstanceType, options);\n }\n\n}\n"
3692
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyModalService } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html',\n})\nexport class ModalDemoComponent {\n public helpKey: string = 'help-demo.html';\n\n public modalSize: string = 'medium';\n\n constructor(private modal: SkyModalService) {}\n\n public onOpenModalClick(): void {\n const modalInstanceType: any = ModalDemoModalComponent;\n const options: any = {\n helpKey: this.helpKey,\n size: this.modalSize,\n };\n\n this.modal.open(modalInstanceType, options);\n }\n}\n"
3631
3693
  },
3632
3694
  {
3633
3695
  "fileName": "modal-demo.module.ts",
3634
3696
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.module.ts",
3635
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n FormsModule\n} from '@angular/forms';\n\nimport {\n SkyIdModule\n} from '@skyux/core';\n\nimport {\n SkyInputBoxModule\n} from '@skyux/forms';\n\nimport {\n SkyModalModule\n} from '@skyux/modals';\n\nimport {\n ModalDemoComponent\n} from './modal-demo.component';\n\nimport {\n ModalDemoModalComponent\n} from './modal-demo-modal.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyModalModule\n ],\n declarations: [\n ModalDemoComponent,\n ModalDemoModalComponent\n ],\n exports: [\n ModalDemoComponent\n ],\n entryComponents: [\n ModalDemoModalComponent\n ]\n})\n\nexport class ModalDemoModule {\n}\n"
3697
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { ModalDemoComponent } from './modal-demo.component';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyModalModule,\n ],\n declarations: [ModalDemoComponent, ModalDemoModalComponent],\n exports: [ModalDemoComponent],\n entryComponents: [ModalDemoModalComponent],\n})\nexport class ModalDemoModule {}\n"
3636
3698
  }
3637
3699
  ]
3638
3700
  }