@skyux/modals 5.0.0-beta.5 → 5.0.2

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 (42) hide show
  1. package/bundles/skyux-modals-testing.umd.js +4 -6
  2. package/bundles/skyux-modals-testing.umd.js.map +1 -1
  3. package/bundles/skyux-modals.umd.js +207 -218
  4. package/bundles/skyux-modals.umd.js.map +1 -1
  5. package/documentation.json +468 -374
  6. package/esm2015/modules/confirm/confirm-button.js +1 -1
  7. package/esm2015/modules/confirm/confirm-config.js +1 -1
  8. package/esm2015/modules/confirm/confirm-instance.js +1 -1
  9. package/esm2015/modules/confirm/confirm-modal-context.js +1 -1
  10. package/esm2015/modules/confirm/confirm-type.js +1 -1
  11. package/esm2015/modules/confirm/confirm.component.js +20 -18
  12. package/esm2015/modules/confirm/confirm.module.js +10 -16
  13. package/esm2015/modules/confirm/confirm.service.js +11 -9
  14. package/esm2015/modules/modal/modal-adapter.service.js +4 -4
  15. package/esm2015/modules/modal/modal-before-close-handler.js +1 -1
  16. package/esm2015/modules/modal/modal-component-adapter.service.js +15 -43
  17. package/esm2015/modules/modal/modal-configuration.js +5 -5
  18. package/esm2015/modules/modal/modal-content.component.js +5 -5
  19. package/esm2015/modules/modal/modal-footer.component.js +5 -5
  20. package/esm2015/modules/modal/modal-header.component.js +5 -7
  21. package/esm2015/modules/modal/modal-host.component.js +11 -13
  22. package/esm2015/modules/modal/modal-host.service.js +8 -7
  23. package/esm2015/modules/modal/modal-instance.js +1 -1
  24. package/esm2015/modules/modal/modal-scroll-shadow-event-args.js +1 -1
  25. package/esm2015/modules/modal/modal-scroll-shadow.directive.js +11 -13
  26. package/esm2015/modules/modal/modal-state-animation.js +4 -9
  27. package/esm2015/modules/modal/modal.component.js +39 -23
  28. package/esm2015/modules/modal/modal.interface.js +1 -1
  29. package/esm2015/modules/modal/modal.module.js +10 -12
  30. package/esm2015/modules/modal/modal.service.js +14 -12
  31. package/esm2015/modules/shared/sky-modals-resources.module.js +25 -12
  32. package/esm2015/public-api.js +3 -1
  33. package/esm2015/testing/modal-fixture.js +3 -5
  34. package/fesm2015/skyux-modals-testing.js +2 -4
  35. package/fesm2015/skyux-modals-testing.js.map +1 -1
  36. package/fesm2015/skyux-modals.js +186 -198
  37. package/fesm2015/skyux-modals.js.map +1 -1
  38. package/modules/modal/modal-component-adapter.service.d.ts +3 -4
  39. package/modules/modal/modal-configuration.d.ts +1 -0
  40. package/modules/modal/modal.component.d.ts +8 -4
  41. package/modules/modal/modal.interface.d.ts +5 -0
  42. package/package.json +9 -9
@@ -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": 119,
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": 120,
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": 121,
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": 122,
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": 123,
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
- 120,
131
- 121,
132
- 122,
133
- 123
130
+ 125,
131
+ 126,
132
+ 127,
133
+ 128
134
134
  ]
135
135
  }
136
136
  ],
@@ -143,35 +143,35 @@
143
143
  ]
144
144
  },
145
145
  {
146
- "id": 107,
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": 108,
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": 109,
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": 107,
167
+ "id": 112,
168
168
  "name": "SkyConfirmInstance"
169
169
  }
170
170
  }
171
171
  ]
172
172
  },
173
173
  {
174
- "id": 110,
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": 99,
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
- 108
210
+ 113
211
211
  ]
212
212
  },
213
213
  {
214
214
  "title": "Properties",
215
215
  "kind": 1024,
216
216
  "children": [
217
- 110
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": 111,
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": 112,
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": 113,
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": 111,
251
+ "id": 116,
252
252
  "name": "SkyConfirmModalContext"
253
253
  }
254
254
  }
255
255
  ]
256
256
  },
257
257
  {
258
- "id": 115,
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": 103,
281
+ "id": 108,
282
282
  "name": "SkyConfirmConfig.body"
283
283
  }
284
284
  },
285
285
  {
286
- "id": 116,
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": 94,
307
+ "id": 99,
308
308
  "name": "SkyConfirmButtonConfig"
309
309
  }
310
310
  },
311
311
  "implementationOf": {
312
312
  "type": "reference",
313
- "id": 104,
313
+ "id": 109,
314
314
  "name": "SkyConfirmConfig.buttons"
315
315
  }
316
316
  },
317
317
  {
318
- "id": 114,
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": 102,
341
+ "id": 107,
342
342
  "name": "SkyConfirmConfig.message"
343
343
  }
344
344
  },
345
345
  {
346
- "id": 117,
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": 105,
369
+ "id": 110,
370
370
  "name": "SkyConfirmConfig.preserveWhiteSpace"
371
371
  }
372
372
  },
373
373
  {
374
- "id": 118,
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": 119,
393
+ "id": 124,
394
394
  "name": "SkyConfirmType"
395
395
  },
396
396
  "implementationOf": {
397
397
  "type": "reference",
398
- "id": 106,
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
- 112
408
+ 117
409
409
  ]
410
410
  },
411
411
  {
412
412
  "title": "Properties",
413
413
  "kind": 1024,
414
414
  "children": [
415
- 115,
416
- 116,
417
- 114,
418
- 117,
419
- 118
415
+ 120,
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": 101,
433
+ "id": 106,
434
434
  "name": "SkyConfirmConfig"
435
435
  }
436
436
  ]
437
437
  },
438
438
  {
439
- "id": 124,
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": 125,
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": 126,
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": 124,
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
- 125
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": 127,
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": 128,
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": 129,
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": 130,
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": 229,
547
+ "id": 236,
548
548
  "name": "SkyModalService"
549
549
  }
550
550
  }
551
551
  ],
552
552
  "type": {
553
553
  "type": "reference",
554
- "id": 127,
554
+ "id": 132,
555
555
  "name": "SkyConfirmService"
556
556
  }
557
557
  }
558
558
  ]
559
559
  },
560
560
  {
561
- "id": 131,
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": 132,
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": 133,
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": 101,
594
+ "id": 106,
595
595
  "name": "SkyConfirmConfig"
596
596
  }
597
597
  }
598
598
  ],
599
599
  "type": {
600
600
  "type": "reference",
601
- "id": 107,
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
- 128
613
+ 133
614
614
  ]
615
615
  },
616
616
  {
617
617
  "title": "Methods",
618
618
  "kind": 2048,
619
619
  "children": [
620
- 131
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": 134,
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": 135,
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": 136,
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": 137,
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": 138,
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": 141,
679
+ "id": 146,
680
680
  "name": "SkyModalCloseArgs"
681
681
  }
682
682
  }
683
683
  ],
684
684
  "type": {
685
685
  "type": "reference",
686
- "id": 134,
686
+ "id": 139,
687
687
  "name": "SkyModalBeforeCloseHandler"
688
688
  }
689
689
  }
690
690
  ]
691
691
  },
692
692
  {
693
- "id": 140,
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": 141,
703
+ "id": 146,
704
704
  "name": "SkyModalCloseArgs"
705
705
  }
706
706
  },
707
707
  {
708
- "id": 139,
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
- 135
727
+ 140
728
728
  ]
729
729
  },
730
730
  {
731
731
  "title": "Properties",
732
732
  "kind": 1024,
733
733
  "children": [
734
- 140,
735
- 139
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": 141,
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": 142,
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": 143,
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": 141,
776
+ "id": 146,
777
777
  "name": "SkyModalCloseArgs"
778
778
  }
779
779
  }
780
780
  ]
781
781
  },
782
782
  {
783
- "id": 145,
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": 144,
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
- 142
828
+ 147
829
829
  ]
830
830
  },
831
831
  {
832
832
  "title": "Properties",
833
833
  "kind": 1024,
834
834
  "children": [
835
- 145,
836
- 144
835
+ 150,
836
+ 149
837
837
  ]
838
838
  }
839
839
  ],
@@ -846,7 +846,7 @@
846
846
  ]
847
847
  },
848
848
  {
849
- "id": 182,
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": 183,
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": 184,
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": 182,
873
+ "id": 188,
874
874
  "name": "SkyModalInstance"
875
875
  }
876
876
  }
877
877
  ]
878
878
  },
879
879
  {
880
- "id": 191,
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": 185,
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": 186,
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": 134,
932
+ "id": 139,
936
933
  "name": "SkyModalBeforeCloseHandler"
937
934
  }
938
935
  ],
@@ -942,26 +939,23 @@
942
939
  ]
943
940
  },
944
941
  {
945
- "id": 187,
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": 188,
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": 141,
971
+ "id": 146,
978
972
  "name": "SkyModalCloseArgs"
979
973
  }
980
974
  ],
@@ -984,26 +978,23 @@
984
978
  ]
985
979
  },
986
980
  {
987
- "id": 189,
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": 190,
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": 200,
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": 201,
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": 202,
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": 195,
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": 196,
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": 197,
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": 198,
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": 199,
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": 206,
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": 207,
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": 208,
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": 203,
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": 204,
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": 205,
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
- 183
1256
+ 189
1266
1257
  ]
1267
1258
  },
1268
1259
  {
1269
1260
  "title": "Properties",
1270
1261
  "kind": 1024,
1271
1262
  "children": [
1272
- 191
1263
+ 197
1273
1264
  ]
1274
1265
  },
1275
1266
  {
1276
1267
  "title": "Accessors",
1277
1268
  "kind": 262144,
1278
1269
  "children": [
1279
- 185,
1280
- 187,
1281
- 189
1270
+ 191,
1271
+ 193,
1272
+ 195
1282
1273
  ]
1283
1274
  },
1284
1275
  {
1285
1276
  "title": "Methods",
1286
1277
  "kind": 2048,
1287
1278
  "children": [
1288
- 200,
1289
- 195,
1290
1279
  206,
1291
- 203
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": 226,
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": 227,
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": 228,
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": 226,
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
- 227
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": 229,
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": 231,
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": 232,
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": 233,
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": 229,
1417
+ "id": 236,
1427
1418
  "name": "SkyModalService"
1428
1419
  }
1429
1420
  }
1430
1421
  ]
1431
1422
  },
1432
1423
  {
1433
- "id": 236,
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": 237,
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": 238,
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": 239,
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": 217,
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": 182,
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
- 231
1507
+ 238
1517
1508
  ]
1518
1509
  },
1519
1510
  {
1520
1511
  "title": "Methods",
1521
1512
  "kind": 2048,
1522
1513
  "children": [
1523
- 236
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": 111,
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": 182,
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": 88,
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": 88,
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 ]\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": 117,
2041
+ "line": 118,
2051
2042
  "character": 2
2052
2043
  }
2053
2044
  ],
@@ -2119,6 +2110,38 @@
2119
2110
  "type": "reference",
2120
2111
  "name": "SkyModalComponentAdapterService"
2121
2112
  }
2113
+ },
2114
+ {
2115
+ "id": 38,
2116
+ "name": "coreAdapter",
2117
+ "kind": 32768,
2118
+ "kindString": "Parameter",
2119
+ "flags": {},
2120
+ "type": {
2121
+ "type": "reference",
2122
+ "name": "SkyCoreAdapterService"
2123
+ }
2124
+ },
2125
+ {
2126
+ "id": 39,
2127
+ "name": "dockService",
2128
+ "kind": 32768,
2129
+ "kindString": "Parameter",
2130
+ "flags": {},
2131
+ "decorators": [
2132
+ {
2133
+ "name": "Host",
2134
+ "type": {
2135
+ "type": "reference",
2136
+ "name": "Host"
2137
+ },
2138
+ "arguments": {}
2139
+ }
2140
+ ],
2141
+ "type": {
2142
+ "type": "reference",
2143
+ "name": "SkyDockService"
2144
+ }
2122
2145
  }
2123
2146
  ],
2124
2147
  "type": {
@@ -2130,7 +2153,7 @@
2130
2153
  ]
2131
2154
  },
2132
2155
  {
2133
- "id": 64,
2156
+ "id": 68,
2134
2157
  "name": "modalContentId",
2135
2158
  "kind": 1024,
2136
2159
  "kindString": "Property",
@@ -2140,7 +2163,7 @@
2140
2163
  "sources": [
2141
2164
  {
2142
2165
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2143
- "line": 111,
2166
+ "line": 107,
2144
2167
  "character": 9
2145
2168
  }
2146
2169
  ],
@@ -2151,7 +2174,7 @@
2151
2174
  "defaultValue": "..."
2152
2175
  },
2153
2176
  {
2154
- "id": 65,
2177
+ "id": 69,
2155
2178
  "name": "modalHeaderId",
2156
2179
  "kind": 1024,
2157
2180
  "kindString": "Property",
@@ -2161,7 +2184,7 @@
2161
2184
  "sources": [
2162
2185
  {
2163
2186
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2164
- "line": 113,
2187
+ "line": 110,
2165
2188
  "character": 9
2166
2189
  }
2167
2190
  ],
@@ -2172,7 +2195,7 @@
2172
2195
  "defaultValue": "..."
2173
2196
  },
2174
2197
  {
2175
- "id": 63,
2198
+ "id": 67,
2176
2199
  "name": "modalState",
2177
2200
  "kind": 1024,
2178
2201
  "kindString": "Property",
@@ -2182,7 +2205,7 @@
2182
2205
  "sources": [
2183
2206
  {
2184
2207
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2185
- "line": 109,
2208
+ "line": 105,
2186
2209
  "character": 9
2187
2210
  }
2188
2211
  ],
@@ -2193,7 +2216,7 @@
2193
2216
  "defaultValue": "'in'"
2194
2217
  },
2195
2218
  {
2196
- "id": 66,
2219
+ "id": 70,
2197
2220
  "name": "scrollShadow",
2198
2221
  "kind": 1024,
2199
2222
  "kindString": "Property",
@@ -2203,7 +2226,7 @@
2203
2226
  "sources": [
2204
2227
  {
2205
2228
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2206
- "line": 115,
2229
+ "line": 113,
2207
2230
  "character": 9
2208
2231
  }
2209
2232
  ],
@@ -2213,7 +2236,7 @@
2213
2236
  }
2214
2237
  },
2215
2238
  {
2216
- "id": 57,
2239
+ "id": 61,
2217
2240
  "name": "ariaDescribedBy",
2218
2241
  "kind": 262144,
2219
2242
  "kindString": "Accessor",
@@ -2223,13 +2246,13 @@
2223
2246
  "sources": [
2224
2247
  {
2225
2248
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2226
- "line": 97,
2249
+ "line": 93,
2227
2250
  "character": 13
2228
2251
  }
2229
2252
  ],
2230
2253
  "getSignature": [
2231
2254
  {
2232
- "id": 58,
2255
+ "id": 62,
2233
2256
  "name": "ariaDescribedBy",
2234
2257
  "kind": 524288,
2235
2258
  "kindString": "Get signature",
@@ -2242,7 +2265,7 @@
2242
2265
  ]
2243
2266
  },
2244
2267
  {
2245
- "id": 59,
2268
+ "id": 63,
2246
2269
  "name": "ariaLabelledBy",
2247
2270
  "kind": 262144,
2248
2271
  "kindString": "Accessor",
@@ -2252,13 +2275,13 @@
2252
2275
  "sources": [
2253
2276
  {
2254
2277
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2255
- "line": 101,
2278
+ "line": 97,
2256
2279
  "character": 13
2257
2280
  }
2258
2281
  ],
2259
2282
  "getSignature": [
2260
2283
  {
2261
- "id": 60,
2284
+ "id": 64,
2262
2285
  "name": "ariaLabelledBy",
2263
2286
  "kind": 524288,
2264
2287
  "kindString": "Get signature",
@@ -2271,7 +2294,7 @@
2271
2294
  ]
2272
2295
  },
2273
2296
  {
2274
- "id": 61,
2297
+ "id": 65,
2275
2298
  "name": "helpKey",
2276
2299
  "kind": 262144,
2277
2300
  "kindString": "Accessor",
@@ -2281,13 +2304,13 @@
2281
2304
  "sources": [
2282
2305
  {
2283
2306
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2284
- "line": 105,
2307
+ "line": 101,
2285
2308
  "character": 13
2286
2309
  }
2287
2310
  ],
2288
2311
  "getSignature": [
2289
2312
  {
2290
- "id": 62,
2313
+ "id": 66,
2291
2314
  "name": "helpKey",
2292
2315
  "kind": 524288,
2293
2316
  "kindString": "Get signature",
@@ -2300,7 +2323,7 @@
2300
2323
  ]
2301
2324
  },
2302
2325
  {
2303
- "id": 53,
2326
+ "id": 57,
2304
2327
  "name": "isLargeSize",
2305
2328
  "kind": 262144,
2306
2329
  "kindString": "Accessor",
@@ -2310,13 +2333,13 @@
2310
2333
  "sources": [
2311
2334
  {
2312
2335
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2313
- "line": 89,
2336
+ "line": 85,
2314
2337
  "character": 13
2315
2338
  }
2316
2339
  ],
2317
2340
  "getSignature": [
2318
2341
  {
2319
- "id": 54,
2342
+ "id": 58,
2320
2343
  "name": "isLargeSize",
2321
2344
  "kind": 524288,
2322
2345
  "kindString": "Get signature",
@@ -2329,7 +2352,7 @@
2329
2352
  ]
2330
2353
  },
2331
2354
  {
2332
- "id": 51,
2355
+ "id": 55,
2333
2356
  "name": "isMediumSize",
2334
2357
  "kind": 262144,
2335
2358
  "kindString": "Accessor",
@@ -2339,13 +2362,13 @@
2339
2362
  "sources": [
2340
2363
  {
2341
2364
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2342
- "line": 85,
2365
+ "line": 81,
2343
2366
  "character": 13
2344
2367
  }
2345
2368
  ],
2346
2369
  "getSignature": [
2347
2370
  {
2348
- "id": 52,
2371
+ "id": 56,
2349
2372
  "name": "isMediumSize",
2350
2373
  "kind": 524288,
2351
2374
  "kindString": "Get signature",
@@ -2358,7 +2381,7 @@
2358
2381
  ]
2359
2382
  },
2360
2383
  {
2361
- "id": 49,
2384
+ "id": 53,
2362
2385
  "name": "isSmallSize",
2363
2386
  "kind": 262144,
2364
2387
  "kindString": "Accessor",
@@ -2368,13 +2391,13 @@
2368
2391
  "sources": [
2369
2392
  {
2370
2393
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2371
- "line": 81,
2394
+ "line": 77,
2372
2395
  "character": 13
2373
2396
  }
2374
2397
  ],
2375
2398
  "getSignature": [
2376
2399
  {
2377
- "id": 50,
2400
+ "id": 54,
2378
2401
  "name": "isSmallSize",
2379
2402
  "kind": 524288,
2380
2403
  "kindString": "Get signature",
@@ -2387,7 +2410,7 @@
2387
2410
  ]
2388
2411
  },
2389
2412
  {
2390
- "id": 55,
2413
+ "id": 59,
2391
2414
  "name": "isTiledBody",
2392
2415
  "kind": 262144,
2393
2416
  "kindString": "Accessor",
@@ -2397,13 +2420,13 @@
2397
2420
  "sources": [
2398
2421
  {
2399
2422
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2400
- "line": 93,
2423
+ "line": 89,
2401
2424
  "character": 13
2402
2425
  }
2403
2426
  ],
2404
2427
  "getSignature": [
2405
2428
  {
2406
- "id": 56,
2429
+ "id": 60,
2407
2430
  "name": "isTiledBody",
2408
2431
  "kind": 524288,
2409
2432
  "kindString": "Get signature",
@@ -2416,7 +2439,7 @@
2416
2439
  ]
2417
2440
  },
2418
2441
  {
2419
- "id": 47,
2442
+ "id": 51,
2420
2443
  "name": "modalFullPage",
2421
2444
  "kind": 262144,
2422
2445
  "kindString": "Accessor",
@@ -2426,13 +2449,13 @@
2426
2449
  "sources": [
2427
2450
  {
2428
2451
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2429
- "line": 77,
2452
+ "line": 73,
2430
2453
  "character": 13
2431
2454
  }
2432
2455
  ],
2433
2456
  "getSignature": [
2434
2457
  {
2435
- "id": 48,
2458
+ "id": 52,
2436
2459
  "name": "modalFullPage",
2437
2460
  "kind": 524288,
2438
2461
  "kindString": "Get signature",
@@ -2445,7 +2468,7 @@
2445
2468
  ]
2446
2469
  },
2447
2470
  {
2448
- "id": 45,
2471
+ "id": 49,
2449
2472
  "name": "modalZIndex",
2450
2473
  "kind": 262144,
2451
2474
  "kindString": "Accessor",
@@ -2455,13 +2478,13 @@
2455
2478
  "sources": [
2456
2479
  {
2457
2480
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2458
- "line": 73,
2481
+ "line": 69,
2459
2482
  "character": 13
2460
2483
  }
2461
2484
  ],
2462
2485
  "getSignature": [
2463
2486
  {
2464
- "id": 46,
2487
+ "id": 50,
2465
2488
  "name": "modalZIndex",
2466
2489
  "kind": 524288,
2467
2490
  "kindString": "Get signature",
@@ -2474,7 +2497,48 @@
2474
2497
  ]
2475
2498
  },
2476
2499
  {
2477
- "id": 77,
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,
2478
2542
  "name": "closeButtonClick",
2479
2543
  "kind": 2048,
2480
2544
  "kindString": "Method",
@@ -2484,13 +2548,13 @@
2484
2548
  "sources": [
2485
2549
  {
2486
2550
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2487
- "line": 187,
2551
+ "line": 207,
2488
2552
  "character": 9
2489
2553
  }
2490
2554
  ],
2491
2555
  "signatures": [
2492
2556
  {
2493
- "id": 78,
2557
+ "id": 83,
2494
2558
  "name": "closeButtonClick",
2495
2559
  "kind": 4096,
2496
2560
  "kindString": "Call signature",
@@ -2503,7 +2567,7 @@
2503
2567
  ]
2504
2568
  },
2505
2569
  {
2506
- "id": 75,
2570
+ "id": 80,
2507
2571
  "name": "helpButtonClick",
2508
2572
  "kind": 2048,
2509
2573
  "kindString": "Method",
@@ -2513,13 +2577,13 @@
2513
2577
  "sources": [
2514
2578
  {
2515
2579
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2516
- "line": 183,
2580
+ "line": 203,
2517
2581
  "character": 9
2518
2582
  }
2519
2583
  ],
2520
2584
  "signatures": [
2521
2585
  {
2522
- "id": 76,
2586
+ "id": 81,
2523
2587
  "name": "helpButtonClick",
2524
2588
  "kind": 4096,
2525
2589
  "kindString": "Call signature",
@@ -2532,7 +2596,7 @@
2532
2596
  ]
2533
2597
  },
2534
2598
  {
2535
- "id": 73,
2599
+ "id": 78,
2536
2600
  "name": "ngAfterViewInit",
2537
2601
  "kind": 2048,
2538
2602
  "kindString": "Method",
@@ -2542,13 +2606,13 @@
2542
2606
  "sources": [
2543
2607
  {
2544
2608
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2545
- "line": 172,
2609
+ "line": 186,
2546
2610
  "character": 9
2547
2611
  }
2548
2612
  ],
2549
2613
  "signatures": [
2550
2614
  {
2551
- "id": 74,
2615
+ "id": 79,
2552
2616
  "name": "ngAfterViewInit",
2553
2617
  "kind": 4096,
2554
2618
  "kindString": "Call signature",
@@ -2569,7 +2633,7 @@
2569
2633
  }
2570
2634
  },
2571
2635
  {
2572
- "id": 70,
2636
+ "id": 75,
2573
2637
  "name": "onDocumentKeyDown",
2574
2638
  "kind": 2048,
2575
2639
  "kindString": "Method",
@@ -2592,20 +2656,20 @@
2592
2656
  "sources": [
2593
2657
  {
2594
2658
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2595
- "line": 141,
2659
+ "line": 145,
2596
2660
  "character": 9
2597
2661
  }
2598
2662
  ],
2599
2663
  "signatures": [
2600
2664
  {
2601
- "id": 71,
2665
+ "id": 76,
2602
2666
  "name": "onDocumentKeyDown",
2603
2667
  "kind": 4096,
2604
2668
  "kindString": "Call signature",
2605
2669
  "flags": {},
2606
2670
  "parameters": [
2607
2671
  {
2608
- "id": 72,
2672
+ "id": 77,
2609
2673
  "name": "event",
2610
2674
  "kind": 32768,
2611
2675
  "kindString": "Parameter",
@@ -2624,7 +2688,7 @@
2624
2688
  ]
2625
2689
  },
2626
2690
  {
2627
- "id": 67,
2691
+ "id": 72,
2628
2692
  "name": "onDocumentKeyUp",
2629
2693
  "kind": 2048,
2630
2694
  "kindString": "Method",
@@ -2647,20 +2711,20 @@
2647
2711
  "sources": [
2648
2712
  {
2649
2713
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2650
- "line": 126,
2714
+ "line": 129,
2651
2715
  "character": 9
2652
2716
  }
2653
2717
  ],
2654
2718
  "signatures": [
2655
2719
  {
2656
- "id": 68,
2720
+ "id": 73,
2657
2721
  "name": "onDocumentKeyUp",
2658
2722
  "kind": 4096,
2659
2723
  "kindString": "Call signature",
2660
2724
  "flags": {},
2661
2725
  "parameters": [
2662
2726
  {
2663
- "id": 69,
2727
+ "id": 74,
2664
2728
  "name": "event",
2665
2729
  "kind": 32768,
2666
2730
  "kindString": "Parameter",
@@ -2679,7 +2743,7 @@
2679
2743
  ]
2680
2744
  },
2681
2745
  {
2682
- "id": 81,
2746
+ "id": 86,
2683
2747
  "name": "scrollShadowChange",
2684
2748
  "kind": 2048,
2685
2749
  "kindString": "Method",
@@ -2689,20 +2753,20 @@
2689
2753
  "sources": [
2690
2754
  {
2691
2755
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2692
- "line": 195,
2756
+ "line": 215,
2693
2757
  "character": 9
2694
2758
  }
2695
2759
  ],
2696
2760
  "signatures": [
2697
2761
  {
2698
- "id": 82,
2762
+ "id": 87,
2699
2763
  "name": "scrollShadowChange",
2700
2764
  "kind": 4096,
2701
2765
  "kindString": "Call signature",
2702
2766
  "flags": {},
2703
2767
  "parameters": [
2704
2768
  {
2705
- "id": 83,
2769
+ "id": 88,
2706
2770
  "name": "args",
2707
2771
  "kind": 32768,
2708
2772
  "kindString": "Parameter",
@@ -2721,7 +2785,7 @@
2721
2785
  ]
2722
2786
  },
2723
2787
  {
2724
- "id": 79,
2788
+ "id": 84,
2725
2789
  "name": "windowResize",
2726
2790
  "kind": 2048,
2727
2791
  "kindString": "Method",
@@ -2731,13 +2795,13 @@
2731
2795
  "sources": [
2732
2796
  {
2733
2797
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2734
- "line": 191,
2798
+ "line": 211,
2735
2799
  "character": 9
2736
2800
  }
2737
2801
  ],
2738
2802
  "signatures": [
2739
2803
  {
2740
- "id": 80,
2804
+ "id": 85,
2741
2805
  "name": "windowResize",
2742
2806
  "kind": 4096,
2743
2807
  "kindString": "Call signature",
@@ -2762,45 +2826,46 @@
2762
2826
  "title": "Properties",
2763
2827
  "kind": 1024,
2764
2828
  "children": [
2765
- 64,
2766
- 65,
2767
- 63,
2768
- 66
2829
+ 68,
2830
+ 69,
2831
+ 67,
2832
+ 70
2769
2833
  ]
2770
2834
  },
2771
2835
  {
2772
2836
  "title": "Accessors",
2773
2837
  "kind": 262144,
2774
2838
  "children": [
2775
- 57,
2776
- 59,
2777
2839
  61,
2840
+ 63,
2841
+ 65,
2842
+ 57,
2843
+ 55,
2778
2844
  53,
2845
+ 59,
2779
2846
  51,
2780
2847
  49,
2781
- 55,
2782
- 47,
2783
- 45
2848
+ 40
2784
2849
  ]
2785
2850
  },
2786
2851
  {
2787
2852
  "title": "Methods",
2788
2853
  "kind": 2048,
2789
2854
  "children": [
2790
- 77,
2855
+ 82,
2856
+ 80,
2857
+ 78,
2791
2858
  75,
2792
- 73,
2793
- 70,
2794
- 67,
2795
- 81,
2796
- 79
2859
+ 72,
2860
+ 86,
2861
+ 84
2797
2862
  ]
2798
2863
  }
2799
2864
  ],
2800
2865
  "sources": [
2801
2866
  {
2802
2867
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2803
- "line": 52,
2868
+ "line": 44,
2804
2869
  "character": 13
2805
2870
  }
2806
2871
  ],
@@ -2812,14 +2877,14 @@
2812
2877
  ]
2813
2878
  },
2814
2879
  {
2815
- "id": 88,
2880
+ "id": 93,
2816
2881
  "name": "SkyConfirmButton",
2817
2882
  "kind": 256,
2818
2883
  "kindString": "Interface",
2819
2884
  "flags": {},
2820
2885
  "children": [
2821
2886
  {
2822
- "id": 89,
2887
+ "id": 94,
2823
2888
  "name": "action",
2824
2889
  "kind": 1024,
2825
2890
  "kindString": "Property",
@@ -2827,18 +2892,18 @@
2827
2892
  "sources": [
2828
2893
  {
2829
2894
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2830
- "line": 6,
2895
+ "line": 4,
2831
2896
  "character": 2
2832
2897
  }
2833
2898
  ],
2834
2899
  "type": {
2835
2900
  "type": "reference",
2836
- "id": 93,
2901
+ "id": 98,
2837
2902
  "name": "SkyConfirmButtonAction"
2838
2903
  }
2839
2904
  },
2840
2905
  {
2841
- "id": 92,
2906
+ "id": 97,
2842
2907
  "name": "autofocus",
2843
2908
  "kind": 1024,
2844
2909
  "kindString": "Property",
@@ -2848,7 +2913,7 @@
2848
2913
  "sources": [
2849
2914
  {
2850
2915
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2851
- "line": 9,
2916
+ "line": 7,
2852
2917
  "character": 2
2853
2918
  }
2854
2919
  ],
@@ -2858,7 +2923,7 @@
2858
2923
  }
2859
2924
  },
2860
2925
  {
2861
- "id": 90,
2926
+ "id": 95,
2862
2927
  "name": "styleType",
2863
2928
  "kind": 1024,
2864
2929
  "kindString": "Property",
@@ -2866,7 +2931,7 @@
2866
2931
  "sources": [
2867
2932
  {
2868
2933
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2869
- "line": 7,
2934
+ "line": 5,
2870
2935
  "character": 2
2871
2936
  }
2872
2937
  ],
@@ -2876,7 +2941,7 @@
2876
2941
  }
2877
2942
  },
2878
2943
  {
2879
- "id": 91,
2944
+ "id": 96,
2880
2945
  "name": "text",
2881
2946
  "kind": 1024,
2882
2947
  "kindString": "Property",
@@ -2884,7 +2949,7 @@
2884
2949
  "sources": [
2885
2950
  {
2886
2951
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2887
- "line": 8,
2952
+ "line": 6,
2888
2953
  "character": 2
2889
2954
  }
2890
2955
  ],
@@ -2899,30 +2964,30 @@
2899
2964
  "title": "Properties",
2900
2965
  "kind": 1024,
2901
2966
  "children": [
2902
- 89,
2903
- 92,
2904
- 90,
2905
- 91
2967
+ 94,
2968
+ 97,
2969
+ 95,
2970
+ 96
2906
2971
  ]
2907
2972
  }
2908
2973
  ],
2909
2974
  "sources": [
2910
2975
  {
2911
2976
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2912
- "line": 5,
2977
+ "line": 3,
2913
2978
  "character": 17
2914
2979
  }
2915
2980
  ]
2916
2981
  },
2917
2982
  {
2918
- "id": 94,
2983
+ "id": 99,
2919
2984
  "name": "SkyConfirmButtonConfig",
2920
2985
  "kind": 256,
2921
2986
  "kindString": "Interface",
2922
2987
  "flags": {},
2923
2988
  "children": [
2924
2989
  {
2925
- "id": 95,
2990
+ "id": 100,
2926
2991
  "name": "action",
2927
2992
  "kind": 1024,
2928
2993
  "kindString": "Property",
@@ -2943,7 +3008,7 @@
2943
3008
  }
2944
3009
  },
2945
3010
  {
2946
- "id": 98,
3011
+ "id": 103,
2947
3012
  "name": "autofocus",
2948
3013
  "kind": 1024,
2949
3014
  "kindString": "Property",
@@ -2966,7 +3031,7 @@
2966
3031
  }
2967
3032
  },
2968
3033
  {
2969
- "id": 97,
3034
+ "id": 102,
2970
3035
  "name": "styleType",
2971
3036
  "kind": 1024,
2972
3037
  "kindString": "Property",
@@ -2989,7 +3054,7 @@
2989
3054
  }
2990
3055
  },
2991
3056
  {
2992
- "id": 96,
3057
+ "id": 101,
2993
3058
  "name": "text",
2994
3059
  "kind": 1024,
2995
3060
  "kindString": "Property",
@@ -3015,10 +3080,10 @@
3015
3080
  "title": "Properties",
3016
3081
  "kind": 1024,
3017
3082
  "children": [
3018
- 95,
3019
- 98,
3020
- 97,
3021
- 96
3083
+ 100,
3084
+ 103,
3085
+ 102,
3086
+ 101
3022
3087
  ]
3023
3088
  }
3024
3089
  ],
@@ -3031,14 +3096,14 @@
3031
3096
  ]
3032
3097
  },
3033
3098
  {
3034
- "id": 99,
3099
+ "id": 104,
3035
3100
  "name": "SkyConfirmCloseEventArgs",
3036
3101
  "kind": 256,
3037
3102
  "kindString": "Interface",
3038
3103
  "flags": {},
3039
3104
  "children": [
3040
3105
  {
3041
- "id": 100,
3106
+ "id": 105,
3042
3107
  "name": "action",
3043
3108
  "kind": 1024,
3044
3109
  "kindString": "Property",
@@ -3064,7 +3129,7 @@
3064
3129
  "title": "Properties",
3065
3130
  "kind": 1024,
3066
3131
  "children": [
3067
- 100
3132
+ 105
3068
3133
  ]
3069
3134
  }
3070
3135
  ],
@@ -3077,14 +3142,14 @@
3077
3142
  ]
3078
3143
  },
3079
3144
  {
3080
- "id": 101,
3145
+ "id": 106,
3081
3146
  "name": "SkyConfirmConfig",
3082
3147
  "kind": 256,
3083
3148
  "kindString": "Interface",
3084
3149
  "flags": {},
3085
3150
  "children": [
3086
3151
  {
3087
- "id": 103,
3152
+ "id": 108,
3088
3153
  "name": "body",
3089
3154
  "kind": 1024,
3090
3155
  "kindString": "Property",
@@ -3097,7 +3162,7 @@
3097
3162
  "sources": [
3098
3163
  {
3099
3164
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3100
- "line": 18,
3165
+ "line": 14,
3101
3166
  "character": 2
3102
3167
  }
3103
3168
  ],
@@ -3107,7 +3172,7 @@
3107
3172
  }
3108
3173
  },
3109
3174
  {
3110
- "id": 104,
3175
+ "id": 109,
3111
3176
  "name": "buttons",
3112
3177
  "kind": 1024,
3113
3178
  "kindString": "Property",
@@ -3120,7 +3185,7 @@
3120
3185
  "sources": [
3121
3186
  {
3122
3187
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3123
- "line": 24,
3188
+ "line": 20,
3124
3189
  "character": 2
3125
3190
  }
3126
3191
  ],
@@ -3128,13 +3193,13 @@
3128
3193
  "type": "array",
3129
3194
  "elementType": {
3130
3195
  "type": "reference",
3131
- "id": 94,
3196
+ "id": 99,
3132
3197
  "name": "SkyConfirmButtonConfig"
3133
3198
  }
3134
3199
  }
3135
3200
  },
3136
3201
  {
3137
- "id": 102,
3202
+ "id": 107,
3138
3203
  "name": "message",
3139
3204
  "kind": 1024,
3140
3205
  "kindString": "Property",
@@ -3151,7 +3216,7 @@
3151
3216
  "sources": [
3152
3217
  {
3153
3218
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3154
- "line": 14,
3219
+ "line": 10,
3155
3220
  "character": 2
3156
3221
  }
3157
3222
  ],
@@ -3161,7 +3226,7 @@
3161
3226
  }
3162
3227
  },
3163
3228
  {
3164
- "id": 105,
3229
+ "id": 110,
3165
3230
  "name": "preserveWhiteSpace",
3166
3231
  "kind": 1024,
3167
3232
  "kindString": "Property",
@@ -3180,7 +3245,7 @@
3180
3245
  "sources": [
3181
3246
  {
3182
3247
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3183
- "line": 29,
3248
+ "line": 25,
3184
3249
  "character": 2
3185
3250
  }
3186
3251
  ],
@@ -3190,7 +3255,7 @@
3190
3255
  }
3191
3256
  },
3192
3257
  {
3193
- "id": 106,
3258
+ "id": 111,
3194
3259
  "name": "type",
3195
3260
  "kind": 1024,
3196
3261
  "kindString": "Property",
@@ -3203,13 +3268,13 @@
3203
3268
  "sources": [
3204
3269
  {
3205
3270
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3206
- "line": 33,
3271
+ "line": 29,
3207
3272
  "character": 2
3208
3273
  }
3209
3274
  ],
3210
3275
  "type": {
3211
3276
  "type": "reference",
3212
- "id": 119,
3277
+ "id": 124,
3213
3278
  "name": "SkyConfirmType"
3214
3279
  }
3215
3280
  }
@@ -3219,31 +3284,31 @@
3219
3284
  "title": "Properties",
3220
3285
  "kind": 1024,
3221
3286
  "children": [
3222
- 103,
3223
- 104,
3224
- 102,
3225
- 105,
3226
- 106
3287
+ 108,
3288
+ 109,
3289
+ 107,
3290
+ 110,
3291
+ 111
3227
3292
  ]
3228
3293
  }
3229
3294
  ],
3230
3295
  "sources": [
3231
3296
  {
3232
3297
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3233
- "line": 9,
3298
+ "line": 5,
3234
3299
  "character": 17
3235
3300
  }
3236
3301
  ],
3237
3302
  "implementedBy": [
3238
3303
  {
3239
3304
  "type": "reference",
3240
- "id": 111,
3305
+ "id": 116,
3241
3306
  "name": "SkyConfirmModalContext"
3242
3307
  }
3243
3308
  ]
3244
3309
  },
3245
3310
  {
3246
- "id": 217,
3311
+ "id": 223,
3247
3312
  "name": "SkyModalConfigurationInterface",
3248
3313
  "kind": 256,
3249
3314
  "kindString": "Interface",
@@ -3253,7 +3318,7 @@
3253
3318
  },
3254
3319
  "children": [
3255
3320
  {
3256
- "id": 221,
3321
+ "id": 227,
3257
3322
  "name": "ariaDescribedBy",
3258
3323
  "kind": 1024,
3259
3324
  "kindString": "Property",
@@ -3266,7 +3331,7 @@
3266
3331
  "sources": [
3267
3332
  {
3268
3333
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3269
- "line": 36,
3334
+ "line": 35,
3270
3335
  "character": 2
3271
3336
  }
3272
3337
  ],
@@ -3276,7 +3341,7 @@
3276
3341
  }
3277
3342
  },
3278
3343
  {
3279
- "id": 222,
3344
+ "id": 228,
3280
3345
  "name": "ariaLabelledBy",
3281
3346
  "kind": 1024,
3282
3347
  "kindString": "Property",
@@ -3289,7 +3354,7 @@
3289
3354
  "sources": [
3290
3355
  {
3291
3356
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3292
- "line": 45,
3357
+ "line": 44,
3293
3358
  "character": 2
3294
3359
  }
3295
3360
  ],
@@ -3299,7 +3364,7 @@
3299
3364
  }
3300
3365
  },
3301
3366
  {
3302
- "id": 223,
3367
+ "id": 229,
3303
3368
  "name": "ariaRole",
3304
3369
  "kind": 1024,
3305
3370
  "kindString": "Property",
@@ -3318,7 +3383,7 @@
3318
3383
  "sources": [
3319
3384
  {
3320
3385
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3321
- "line": 56,
3386
+ "line": 55,
3322
3387
  "character": 2
3323
3388
  }
3324
3389
  ],
@@ -3328,7 +3393,7 @@
3328
3393
  }
3329
3394
  },
3330
3395
  {
3331
- "id": 218,
3396
+ "id": 224,
3332
3397
  "name": "fullPage",
3333
3398
  "kind": 1024,
3334
3399
  "kindString": "Property",
@@ -3341,7 +3406,7 @@
3341
3406
  "sources": [
3342
3407
  {
3343
3408
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3344
- "line": 13,
3409
+ "line": 12,
3345
3410
  "character": 2
3346
3411
  }
3347
3412
  ],
@@ -3351,7 +3416,7 @@
3351
3416
  }
3352
3417
  },
3353
3418
  {
3354
- "id": 225,
3419
+ "id": 231,
3355
3420
  "name": "helpKey",
3356
3421
  "kind": 1024,
3357
3422
  "kindString": "Property",
@@ -3364,7 +3429,7 @@
3364
3429
  "sources": [
3365
3430
  {
3366
3431
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3367
- "line": 72,
3432
+ "line": 71,
3368
3433
  "character": 2
3369
3434
  }
3370
3435
  ],
@@ -3374,7 +3439,7 @@
3374
3439
  }
3375
3440
  },
3376
3441
  {
3377
- "id": 220,
3442
+ "id": 226,
3378
3443
  "name": "providers",
3379
3444
  "kind": 1024,
3380
3445
  "kindString": "Property",
@@ -3387,7 +3452,7 @@
3387
3452
  "sources": [
3388
3453
  {
3389
3454
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3390
- "line": 26,
3455
+ "line": 25,
3391
3456
  "character": 2
3392
3457
  }
3393
3458
  ],
@@ -3400,7 +3465,7 @@
3400
3465
  }
3401
3466
  },
3402
3467
  {
3403
- "id": 219,
3468
+ "id": 225,
3404
3469
  "name": "size",
3405
3470
  "kind": 1024,
3406
3471
  "kindString": "Property",
@@ -3413,7 +3478,7 @@
3413
3478
  "sources": [
3414
3479
  {
3415
3480
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3416
- "line": 19,
3481
+ "line": 18,
3417
3482
  "character": 2
3418
3483
  }
3419
3484
  ],
@@ -3423,7 +3488,7 @@
3423
3488
  }
3424
3489
  },
3425
3490
  {
3426
- "id": 224,
3491
+ "id": 230,
3427
3492
  "name": "tiledBody",
3428
3493
  "kind": 1024,
3429
3494
  "kindString": "Property",
@@ -3436,7 +3501,7 @@
3436
3501
  "sources": [
3437
3502
  {
3438
3503
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3439
- "line": 63,
3504
+ "line": 62,
3440
3505
  "character": 2
3441
3506
  }
3442
3507
  ],
@@ -3444,6 +3509,29 @@
3444
3509
  "type": "intrinsic",
3445
3510
  "name": "boolean"
3446
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
+ }
3447
3535
  }
3448
3536
  ],
3449
3537
  "groups": [
@@ -3451,14 +3539,15 @@
3451
3539
  "title": "Properties",
3452
3540
  "kind": 1024,
3453
3541
  "children": [
3454
- 221,
3455
- 222,
3456
- 223,
3457
- 218,
3542
+ 227,
3543
+ 228,
3544
+ 229,
3545
+ 224,
3546
+ 231,
3547
+ 226,
3458
3548
  225,
3459
- 220,
3460
- 219,
3461
- 224
3549
+ 230,
3550
+ 232
3462
3551
  ]
3463
3552
  }
3464
3553
  ],
@@ -3471,7 +3560,7 @@
3471
3560
  ]
3472
3561
  },
3473
3562
  {
3474
- "id": 93,
3563
+ "id": 98,
3475
3564
  "name": "SkyConfirmButtonAction",
3476
3565
  "kind": 4194304,
3477
3566
  "kindString": "Type alias",
@@ -3509,24 +3598,24 @@
3509
3598
  "groups": [
3510
3599
  {
3511
3600
  "title": "Enumerations",
3512
- "kind": 4,
3601
+ "kind": 8,
3513
3602
  "children": [
3514
- 119
3603
+ 124
3515
3604
  ]
3516
3605
  },
3517
3606
  {
3518
3607
  "title": "Classes",
3519
3608
  "kind": 128,
3520
3609
  "children": [
3521
- 107,
3522
- 111,
3523
- 124,
3524
- 127,
3525
- 134,
3526
- 141,
3527
- 182,
3528
- 226,
3529
- 229,
3610
+ 112,
3611
+ 116,
3612
+ 129,
3613
+ 132,
3614
+ 139,
3615
+ 146,
3616
+ 188,
3617
+ 233,
3618
+ 236,
3530
3619
  1,
3531
3620
  21,
3532
3621
  24,
@@ -3538,18 +3627,18 @@
3538
3627
  "title": "Interfaces",
3539
3628
  "kind": 256,
3540
3629
  "children": [
3541
- 88,
3542
- 94,
3630
+ 93,
3543
3631
  99,
3544
- 101,
3545
- 217
3632
+ 104,
3633
+ 106,
3634
+ 223
3546
3635
  ]
3547
3636
  },
3548
3637
  {
3549
3638
  "title": "Type aliases",
3550
3639
  "kind": 4194304,
3551
3640
  "children": [
3552
- 93
3641
+ 98
3553
3642
  ]
3554
3643
  }
3555
3644
  ],
@@ -3562,30 +3651,35 @@
3562
3651
  ]
3563
3652
  },
3564
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
+ },
3565
3659
  {
3566
3660
  "fileName": "confirm-demo.component.html",
3567
3661
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.html",
3568
- "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)=\"openYesCancelConfirmWithBody()\">\n Yes/cancel confirm with body\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"
3569
3663
  },
3570
3664
  {
3571
3665
  "fileName": "confirm-demo.component.ts",
3572
3666
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.ts",
3573
- "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 openYesCancelConfirmWithBody() {\n const dialog: SkyConfirmInstance = this.confirmService.open({\n message: 'Use the YesCancel button type to let users confirm or cancel.',\n body: 'Do not use a YesCancel button type if users could be confused about what the Yes button does. Use a Custom button type instead and provide labels that clearly indicate the action occurs when users select the button.',\n type: SkyConfirmType.YesCancel\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 }\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"
3574
3668
  },
3575
3669
  {
3576
3670
  "fileName": "confirm-demo.module.ts",
3577
3671
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.module.ts",
3578
- "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"
3579
3673
  },
3580
3674
  {
3581
3675
  "fileName": "modal-demo-modal.component.html",
3582
3676
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.html",
3583
- "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"
3584
3678
  },
3585
3679
  {
3586
3680
  "fileName": "modal-demo-modal.component.ts",
3587
3681
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.ts",
3588
- "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"
3589
3683
  },
3590
3684
  {
3591
3685
  "fileName": "modal-demo.component.html",
@@ -3595,12 +3689,12 @@
3595
3689
  {
3596
3690
  "fileName": "modal-demo.component.ts",
3597
3691
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.component.ts",
3598
- "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"
3599
3693
  },
3600
3694
  {
3601
3695
  "fileName": "modal-demo.module.ts",
3602
3696
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.module.ts",
3603
- "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"
3604
3698
  }
3605
3699
  ]
3606
3700
  }