@skyux/modals 5.0.0 → 5.0.4

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.umd.js +181 -180
  3. package/documentation.json +417 -346
  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 -16
  29. package/esm2015/modules/shared/sky-modals-resources.module.js +25 -12
  30. package/esm2015/testing/modal-fixture.js +3 -5
  31. package/fesm2015/skyux-modals-testing.js +2 -4
  32. package/fesm2015/skyux-modals-testing.js.map +1 -1
  33. package/fesm2015/skyux-modals.js +161 -162
  34. package/fesm2015/skyux-modals.js.map +1 -1
  35. package/modules/modal/modal-before-close-handler.d.ts +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/modules/modal/modal.service.d.ts +0 -4
  40. package/package.json +8 -8
  41. package/bundles/skyux-modals-testing.umd.js.map +0 -1
  42. package/bundles/skyux-modals.umd.js.map +0 -1
@@ -31,14 +31,14 @@
31
31
  "originalName": "",
32
32
  "children": [
33
33
  {
34
- "id": 122,
34
+ "id": 124,
35
35
  "name": "SkyConfirmType",
36
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,7 +900,7 @@
900
900
  }
901
901
  },
902
902
  {
903
- "id": 188,
903
+ "id": 191,
904
904
  "name": "beforeClose",
905
905
  "kind": 262144,
906
906
  "kindString": "Accessor",
@@ -910,13 +910,13 @@
910
910
  "sources": [
911
911
  {
912
912
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
913
- "line": 28,
913
+ "line": 20,
914
914
  "character": 13
915
915
  }
916
916
  ],
917
917
  "getSignature": [
918
918
  {
919
- "id": 189,
919
+ "id": 192,
920
920
  "name": "beforeClose",
921
921
  "kind": 524288,
922
922
  "kindString": "Get signature",
@@ -929,7 +929,7 @@
929
929
  "typeArguments": [
930
930
  {
931
931
  "type": "reference",
932
- "id": 137,
932
+ "id": 139,
933
933
  "name": "SkyModalBeforeCloseHandler"
934
934
  }
935
935
  ],
@@ -939,7 +939,7 @@
939
939
  ]
940
940
  },
941
941
  {
942
- "id": 190,
942
+ "id": 193,
943
943
  "name": "closed",
944
944
  "kind": 262144,
945
945
  "kindString": "Accessor",
@@ -949,13 +949,13 @@
949
949
  "sources": [
950
950
  {
951
951
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
952
- "line": 40,
952
+ "line": 32,
953
953
  "character": 13
954
954
  }
955
955
  ],
956
956
  "getSignature": [
957
957
  {
958
- "id": 191,
958
+ "id": 194,
959
959
  "name": "closed",
960
960
  "kind": 524288,
961
961
  "kindString": "Get signature",
@@ -968,7 +968,7 @@
968
968
  "typeArguments": [
969
969
  {
970
970
  "type": "reference",
971
- "id": 144,
971
+ "id": 146,
972
972
  "name": "SkyModalCloseArgs"
973
973
  }
974
974
  ],
@@ -978,7 +978,7 @@
978
978
  ]
979
979
  },
980
980
  {
981
- "id": 192,
981
+ "id": 195,
982
982
  "name": "helpOpened",
983
983
  "kind": 262144,
984
984
  "kindString": "Accessor",
@@ -988,13 +988,13 @@
988
988
  "sources": [
989
989
  {
990
990
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
991
- "line": 49,
991
+ "line": 41,
992
992
  "character": 13
993
993
  }
994
994
  ],
995
995
  "getSignature": [
996
996
  {
997
- "id": 193,
997
+ "id": 196,
998
998
  "name": "helpOpened",
999
999
  "kind": 524288,
1000
1000
  "kindString": "Get signature",
@@ -1016,7 +1016,7 @@
1016
1016
  ]
1017
1017
  },
1018
1018
  {
1019
- "id": 203,
1019
+ "id": 206,
1020
1020
  "name": "cancel",
1021
1021
  "kind": 2048,
1022
1022
  "kindString": "Method",
@@ -1026,13 +1026,13 @@
1026
1026
  "sources": [
1027
1027
  {
1028
1028
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1029
- "line": 86,
1029
+ "line": 82,
1030
1030
  "character": 9
1031
1031
  }
1032
1032
  ],
1033
1033
  "signatures": [
1034
1034
  {
1035
- "id": 204,
1035
+ "id": 207,
1036
1036
  "name": "cancel",
1037
1037
  "kind": 4096,
1038
1038
  "kindString": "Call signature",
@@ -1042,7 +1042,7 @@
1042
1042
  },
1043
1043
  "parameters": [
1044
1044
  {
1045
- "id": 205,
1045
+ "id": 208,
1046
1046
  "name": "result",
1047
1047
  "kind": 32768,
1048
1048
  "kindString": "Parameter",
@@ -1066,7 +1066,7 @@
1066
1066
  ]
1067
1067
  },
1068
1068
  {
1069
- "id": 198,
1069
+ "id": 201,
1070
1070
  "name": "close",
1071
1071
  "kind": 2048,
1072
1072
  "kindString": "Method",
@@ -1076,13 +1076,13 @@
1076
1076
  "sources": [
1077
1077
  {
1078
1078
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1079
- "line": 72,
1079
+ "line": 64,
1080
1080
  "character": 9
1081
1081
  }
1082
1082
  ],
1083
1083
  "signatures": [
1084
1084
  {
1085
- "id": 199,
1085
+ "id": 202,
1086
1086
  "name": "close",
1087
1087
  "kind": 4096,
1088
1088
  "kindString": "Call signature",
@@ -1092,7 +1092,7 @@
1092
1092
  },
1093
1093
  "parameters": [
1094
1094
  {
1095
- "id": 200,
1095
+ "id": 203,
1096
1096
  "name": "result",
1097
1097
  "kind": 32768,
1098
1098
  "kindString": "Parameter",
@@ -1108,7 +1108,7 @@
1108
1108
  }
1109
1109
  },
1110
1110
  {
1111
- "id": 201,
1111
+ "id": 204,
1112
1112
  "name": "reason",
1113
1113
  "kind": 32768,
1114
1114
  "kindString": "Parameter",
@@ -1124,7 +1124,7 @@
1124
1124
  }
1125
1125
  },
1126
1126
  {
1127
- "id": 202,
1127
+ "id": 205,
1128
1128
  "name": "ignoreBeforeClose",
1129
1129
  "kind": 32768,
1130
1130
  "kindString": "Parameter",
@@ -1148,7 +1148,7 @@
1148
1148
  ]
1149
1149
  },
1150
1150
  {
1151
- "id": 209,
1151
+ "id": 212,
1152
1152
  "name": "openHelp",
1153
1153
  "kind": 2048,
1154
1154
  "kindString": "Method",
@@ -1158,13 +1158,13 @@
1158
1158
  "sources": [
1159
1159
  {
1160
1160
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1161
- "line": 107,
1161
+ "line": 103,
1162
1162
  "character": 9
1163
1163
  }
1164
1164
  ],
1165
1165
  "signatures": [
1166
1166
  {
1167
- "id": 210,
1167
+ "id": 213,
1168
1168
  "name": "openHelp",
1169
1169
  "kind": 4096,
1170
1170
  "kindString": "Call signature",
@@ -1174,7 +1174,7 @@
1174
1174
  },
1175
1175
  "parameters": [
1176
1176
  {
1177
- "id": 211,
1177
+ "id": 214,
1178
1178
  "name": "helpKey",
1179
1179
  "kind": 32768,
1180
1180
  "kindString": "Parameter",
@@ -1198,7 +1198,7 @@
1198
1198
  ]
1199
1199
  },
1200
1200
  {
1201
- "id": 206,
1201
+ "id": 209,
1202
1202
  "name": "save",
1203
1203
  "kind": 2048,
1204
1204
  "kindString": "Method",
@@ -1208,13 +1208,13 @@
1208
1208
  "sources": [
1209
1209
  {
1210
1210
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1211
- "line": 96,
1211
+ "line": 92,
1212
1212
  "character": 9
1213
1213
  }
1214
1214
  ],
1215
1215
  "signatures": [
1216
1216
  {
1217
- "id": 207,
1217
+ "id": 210,
1218
1218
  "name": "save",
1219
1219
  "kind": 4096,
1220
1220
  "kindString": "Call signature",
@@ -1224,7 +1224,7 @@
1224
1224
  },
1225
1225
  "parameters": [
1226
1226
  {
1227
- "id": 208,
1227
+ "id": 211,
1228
1228
  "name": "result",
1229
1229
  "kind": 32768,
1230
1230
  "kindString": "Parameter",
@@ -1253,46 +1253,46 @@
1253
1253
  "title": "Constructors",
1254
1254
  "kind": 512,
1255
1255
  "children": [
1256
- 186
1256
+ 189
1257
1257
  ]
1258
1258
  },
1259
1259
  {
1260
1260
  "title": "Properties",
1261
1261
  "kind": 1024,
1262
1262
  "children": [
1263
- 194
1263
+ 197
1264
1264
  ]
1265
1265
  },
1266
1266
  {
1267
1267
  "title": "Accessors",
1268
1268
  "kind": 262144,
1269
1269
  "children": [
1270
- 188,
1271
- 190,
1272
- 192
1270
+ 191,
1271
+ 193,
1272
+ 195
1273
1273
  ]
1274
1274
  },
1275
1275
  {
1276
1276
  "title": "Methods",
1277
1277
  "kind": 2048,
1278
1278
  "children": [
1279
- 203,
1280
- 198,
1281
- 209,
1282
- 206
1279
+ 206,
1280
+ 201,
1281
+ 212,
1282
+ 209
1283
1283
  ]
1284
1284
  }
1285
1285
  ],
1286
1286
  "sources": [
1287
1287
  {
1288
1288
  "fileName": "projects/modals/src/modules/modal/modal-instance.ts",
1289
- "line": 20,
1289
+ "line": 13,
1290
1290
  "character": 13
1291
1291
  }
1292
1292
  ]
1293
1293
  },
1294
1294
  {
1295
- "id": 229,
1295
+ "id": 233,
1296
1296
  "name": "SkyModalModule",
1297
1297
  "kind": 128,
1298
1298
  "kindString": "Class",
@@ -1305,27 +1305,27 @@
1305
1305
  "name": "NgModule"
1306
1306
  },
1307
1307
  "arguments": {
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: [\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}"
1309
1309
  }
1310
1310
  }
1311
1311
  ],
1312
1312
  "children": [
1313
1313
  {
1314
- "id": 230,
1314
+ "id": 234,
1315
1315
  "name": "constructor",
1316
1316
  "kind": 512,
1317
1317
  "kindString": "Constructor",
1318
1318
  "flags": {},
1319
1319
  "signatures": [
1320
1320
  {
1321
- "id": 231,
1321
+ "id": 235,
1322
1322
  "name": "new SkyModalModule",
1323
1323
  "kind": 16384,
1324
1324
  "kindString": "Constructor signature",
1325
1325
  "flags": {},
1326
1326
  "type": {
1327
1327
  "type": "reference",
1328
- "id": 229,
1328
+ "id": 233,
1329
1329
  "name": "SkyModalModule"
1330
1330
  }
1331
1331
  }
@@ -1337,20 +1337,20 @@
1337
1337
  "title": "Constructors",
1338
1338
  "kind": 512,
1339
1339
  "children": [
1340
- 230
1340
+ 234
1341
1341
  ]
1342
1342
  }
1343
1343
  ],
1344
1344
  "sources": [
1345
1345
  {
1346
1346
  "fileName": "projects/modals/src/modules/modal/modal.module.ts",
1347
- "line": 75,
1347
+ "line": 49,
1348
1348
  "character": 13
1349
1349
  }
1350
1350
  ]
1351
1351
  },
1352
1352
  {
1353
- "id": 232,
1353
+ "id": 236,
1354
1354
  "name": "SkyModalService",
1355
1355
  "kind": 128,
1356
1356
  "kindString": "Class",
@@ -1372,13 +1372,13 @@
1372
1372
  "name": "Injectable"
1373
1373
  },
1374
1374
  "arguments": {
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}"
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}"
1376
1376
  }
1377
1377
  }
1378
1378
  ],
1379
1379
  "children": [
1380
1380
  {
1381
- "id": 234,
1381
+ "id": 238,
1382
1382
  "name": "constructor",
1383
1383
  "kind": 512,
1384
1384
  "kindString": "Constructor",
@@ -1386,20 +1386,20 @@
1386
1386
  "sources": [
1387
1387
  {
1388
1388
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1389
- "line": 39,
1389
+ "line": 27,
1390
1390
  "character": 2
1391
1391
  }
1392
1392
  ],
1393
1393
  "signatures": [
1394
1394
  {
1395
- "id": 235,
1395
+ "id": 239,
1396
1396
  "name": "new SkyModalService",
1397
1397
  "kind": 16384,
1398
1398
  "kindString": "Constructor signature",
1399
1399
  "flags": {},
1400
1400
  "parameters": [
1401
1401
  {
1402
- "id": 236,
1402
+ "id": 240,
1403
1403
  "name": "dynamicComponentService",
1404
1404
  "kind": 32768,
1405
1405
  "kindString": "Parameter",
@@ -1414,14 +1414,14 @@
1414
1414
  ],
1415
1415
  "type": {
1416
1416
  "type": "reference",
1417
- "id": 232,
1417
+ "id": 236,
1418
1418
  "name": "SkyModalService"
1419
1419
  }
1420
1420
  }
1421
1421
  ]
1422
1422
  },
1423
1423
  {
1424
- "id": 239,
1424
+ "id": 243,
1425
1425
  "name": "open",
1426
1426
  "kind": 2048,
1427
1427
  "kindString": "Method",
@@ -1431,13 +1431,13 @@
1431
1431
  "sources": [
1432
1432
  {
1433
1433
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1434
- "line": 63,
1434
+ "line": 45,
1435
1435
  "character": 9
1436
1436
  }
1437
1437
  ],
1438
1438
  "signatures": [
1439
1439
  {
1440
- "id": 240,
1440
+ "id": 244,
1441
1441
  "name": "open",
1442
1442
  "kind": 4096,
1443
1443
  "kindString": "Call signature",
@@ -1447,13 +1447,13 @@
1447
1447
  },
1448
1448
  "parameters": [
1449
1449
  {
1450
- "id": 241,
1450
+ "id": 245,
1451
1451
  "name": "component",
1452
1452
  "kind": 32768,
1453
1453
  "kindString": "Parameter",
1454
1454
  "flags": {},
1455
1455
  "comment": {
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)."
1456
+ "shortText": "Determines the component to render."
1457
1457
  },
1458
1458
  "type": {
1459
1459
  "type": "intrinsic",
@@ -1461,7 +1461,7 @@
1461
1461
  }
1462
1462
  },
1463
1463
  {
1464
- "id": 242,
1464
+ "id": 246,
1465
1465
  "name": "config",
1466
1466
  "kind": 32768,
1467
1467
  "kindString": "Parameter",
@@ -1483,7 +1483,7 @@
1483
1483
  },
1484
1484
  {
1485
1485
  "type": "reference",
1486
- "id": 220,
1486
+ "id": 223,
1487
1487
  "name": "SkyModalConfigurationInterface"
1488
1488
  }
1489
1489
  ]
@@ -1492,7 +1492,7 @@
1492
1492
  ],
1493
1493
  "type": {
1494
1494
  "type": "reference",
1495
- "id": 185,
1495
+ "id": 188,
1496
1496
  "name": "SkyModalInstance"
1497
1497
  }
1498
1498
  }
@@ -1504,21 +1504,21 @@
1504
1504
  "title": "Constructors",
1505
1505
  "kind": 512,
1506
1506
  "children": [
1507
- 234
1507
+ 238
1508
1508
  ]
1509
1509
  },
1510
1510
  {
1511
1511
  "title": "Methods",
1512
1512
  "kind": 2048,
1513
1513
  "children": [
1514
- 239
1514
+ 243
1515
1515
  ]
1516
1516
  }
1517
1517
  ],
1518
1518
  "sources": [
1519
1519
  {
1520
1520
  "fileName": "projects/modals/src/modules/modal/modal.service.ts",
1521
- "line": 33,
1521
+ "line": 22,
1522
1522
  "character": 13
1523
1523
  }
1524
1524
  ]
@@ -1537,7 +1537,7 @@
1537
1537
  "name": "Component"
1538
1538
  },
1539
1539
  "arguments": {
1540
- "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}"
1541
1541
  }
1542
1542
  }
1543
1543
  ],
@@ -1551,7 +1551,7 @@
1551
1551
  "sources": [
1552
1552
  {
1553
1553
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1554
- "line": 52,
1554
+ "line": 30,
1555
1555
  "character": 2
1556
1556
  }
1557
1557
  ],
@@ -1571,7 +1571,7 @@
1571
1571
  "flags": {},
1572
1572
  "type": {
1573
1573
  "type": "reference",
1574
- "id": 114,
1574
+ "id": 116,
1575
1575
  "name": "SkyConfirmModalContext"
1576
1576
  }
1577
1577
  },
@@ -1583,7 +1583,7 @@
1583
1583
  "flags": {},
1584
1584
  "type": {
1585
1585
  "type": "reference",
1586
- "id": 185,
1586
+ "id": 188,
1587
1587
  "name": "SkyModalInstance"
1588
1588
  }
1589
1589
  },
@@ -1628,7 +1628,7 @@
1628
1628
  "sources": [
1629
1629
  {
1630
1630
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1631
- "line": 49,
1631
+ "line": 27,
1632
1632
  "character": 9
1633
1633
  }
1634
1634
  ],
@@ -1648,7 +1648,7 @@
1648
1648
  "sources": [
1649
1649
  {
1650
1650
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1651
- "line": 47,
1651
+ "line": 25,
1652
1652
  "character": 9
1653
1653
  }
1654
1654
  ],
@@ -1656,7 +1656,7 @@
1656
1656
  "type": "array",
1657
1657
  "elementType": {
1658
1658
  "type": "reference",
1659
- "id": 91,
1659
+ "id": 93,
1660
1660
  "name": "SkyConfirmButton"
1661
1661
  }
1662
1662
  }
@@ -1672,7 +1672,7 @@
1672
1672
  "sources": [
1673
1673
  {
1674
1674
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1675
- "line": 48,
1675
+ "line": 26,
1676
1676
  "character": 9
1677
1677
  }
1678
1678
  ],
@@ -1692,7 +1692,7 @@
1692
1692
  "sources": [
1693
1693
  {
1694
1694
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1695
- "line": 50,
1695
+ "line": 28,
1696
1696
  "character": 9
1697
1697
  }
1698
1698
  ],
@@ -1713,7 +1713,7 @@
1713
1713
  "sources": [
1714
1714
  {
1715
1715
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1716
- "line": 72,
1716
+ "line": 53,
1717
1717
  "character": 9
1718
1718
  }
1719
1719
  ],
@@ -1733,7 +1733,7 @@
1733
1733
  "flags": {},
1734
1734
  "type": {
1735
1735
  "type": "reference",
1736
- "id": 91,
1736
+ "id": 93,
1737
1737
  "name": "SkyConfirmButton"
1738
1738
  }
1739
1739
  }
@@ -1756,7 +1756,7 @@
1756
1756
  "sources": [
1757
1757
  {
1758
1758
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1759
- "line": 58,
1759
+ "line": 36,
1760
1760
  "character": 9
1761
1761
  }
1762
1762
  ],
@@ -1813,7 +1813,7 @@
1813
1813
  "sources": [
1814
1814
  {
1815
1815
  "fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
1816
- "line": 46,
1816
+ "line": 24,
1817
1817
  "character": 13
1818
1818
  }
1819
1819
  ],
@@ -1841,7 +1841,7 @@
1841
1841
  "name": "Component"
1842
1842
  },
1843
1843
  "arguments": {
1844
- "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}"
1845
1845
  }
1846
1846
  }
1847
1847
  ],
@@ -1880,7 +1880,7 @@
1880
1880
  "sources": [
1881
1881
  {
1882
1882
  "fileName": "projects/modals/src/modules/modal/modal-content.component.ts",
1883
- "line": 15,
1883
+ "line": 12,
1884
1884
  "character": 13
1885
1885
  }
1886
1886
  ]
@@ -1902,7 +1902,7 @@
1902
1902
  "name": "Component"
1903
1903
  },
1904
1904
  "arguments": {
1905
- "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}"
1906
1906
  }
1907
1907
  }
1908
1908
  ],
@@ -1941,7 +1941,7 @@
1941
1941
  "sources": [
1942
1942
  {
1943
1943
  "fileName": "projects/modals/src/modules/modal/modal-footer.component.ts",
1944
- "line": 13,
1944
+ "line": 11,
1945
1945
  "character": 13
1946
1946
  }
1947
1947
  ]
@@ -1963,7 +1963,7 @@
1963
1963
  "name": "Component"
1964
1964
  },
1965
1965
  "arguments": {
1966
- "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}"
1967
1967
  }
1968
1968
  }
1969
1969
  ],
@@ -2002,7 +2002,7 @@
2002
2002
  "sources": [
2003
2003
  {
2004
2004
  "fileName": "projects/modals/src/modules/modal/modal-header.component.ts",
2005
- "line": 15,
2005
+ "line": 11,
2006
2006
  "character": 13
2007
2007
  }
2008
2008
  ]
@@ -2024,7 +2024,7 @@
2024
2024
  "name": "Component"
2025
2025
  },
2026
2026
  "arguments": {
2027
- "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}"
2028
2028
  }
2029
2029
  }
2030
2030
  ],
@@ -2038,7 +2038,7 @@
2038
2038
  "sources": [
2039
2039
  {
2040
2040
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2041
- "line": 126,
2041
+ "line": 118,
2042
2042
  "character": 2
2043
2043
  }
2044
2044
  ],
@@ -2153,7 +2153,7 @@
2153
2153
  ]
2154
2154
  },
2155
2155
  {
2156
- "id": 66,
2156
+ "id": 68,
2157
2157
  "name": "modalContentId",
2158
2158
  "kind": 1024,
2159
2159
  "kindString": "Property",
@@ -2163,7 +2163,7 @@
2163
2163
  "sources": [
2164
2164
  {
2165
2165
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2166
- "line": 117,
2166
+ "line": 107,
2167
2167
  "character": 9
2168
2168
  }
2169
2169
  ],
@@ -2174,7 +2174,7 @@
2174
2174
  "defaultValue": "..."
2175
2175
  },
2176
2176
  {
2177
- "id": 67,
2177
+ "id": 69,
2178
2178
  "name": "modalHeaderId",
2179
2179
  "kind": 1024,
2180
2180
  "kindString": "Property",
@@ -2184,7 +2184,7 @@
2184
2184
  "sources": [
2185
2185
  {
2186
2186
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2187
- "line": 119,
2187
+ "line": 110,
2188
2188
  "character": 9
2189
2189
  }
2190
2190
  ],
@@ -2195,7 +2195,7 @@
2195
2195
  "defaultValue": "..."
2196
2196
  },
2197
2197
  {
2198
- "id": 65,
2198
+ "id": 67,
2199
2199
  "name": "modalState",
2200
2200
  "kind": 1024,
2201
2201
  "kindString": "Property",
@@ -2205,7 +2205,7 @@
2205
2205
  "sources": [
2206
2206
  {
2207
2207
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2208
- "line": 115,
2208
+ "line": 105,
2209
2209
  "character": 9
2210
2210
  }
2211
2211
  ],
@@ -2216,7 +2216,7 @@
2216
2216
  "defaultValue": "'in'"
2217
2217
  },
2218
2218
  {
2219
- "id": 68,
2219
+ "id": 70,
2220
2220
  "name": "scrollShadow",
2221
2221
  "kind": 1024,
2222
2222
  "kindString": "Property",
@@ -2226,7 +2226,7 @@
2226
2226
  "sources": [
2227
2227
  {
2228
2228
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2229
- "line": 121,
2229
+ "line": 113,
2230
2230
  "character": 9
2231
2231
  }
2232
2232
  ],
@@ -2236,7 +2236,7 @@
2236
2236
  }
2237
2237
  },
2238
2238
  {
2239
- "id": 59,
2239
+ "id": 61,
2240
2240
  "name": "ariaDescribedBy",
2241
2241
  "kind": 262144,
2242
2242
  "kindString": "Accessor",
@@ -2246,13 +2246,13 @@
2246
2246
  "sources": [
2247
2247
  {
2248
2248
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2249
- "line": 103,
2249
+ "line": 93,
2250
2250
  "character": 13
2251
2251
  }
2252
2252
  ],
2253
2253
  "getSignature": [
2254
2254
  {
2255
- "id": 60,
2255
+ "id": 62,
2256
2256
  "name": "ariaDescribedBy",
2257
2257
  "kind": 524288,
2258
2258
  "kindString": "Get signature",
@@ -2265,7 +2265,7 @@
2265
2265
  ]
2266
2266
  },
2267
2267
  {
2268
- "id": 61,
2268
+ "id": 63,
2269
2269
  "name": "ariaLabelledBy",
2270
2270
  "kind": 262144,
2271
2271
  "kindString": "Accessor",
@@ -2275,13 +2275,13 @@
2275
2275
  "sources": [
2276
2276
  {
2277
2277
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2278
- "line": 107,
2278
+ "line": 97,
2279
2279
  "character": 13
2280
2280
  }
2281
2281
  ],
2282
2282
  "getSignature": [
2283
2283
  {
2284
- "id": 62,
2284
+ "id": 64,
2285
2285
  "name": "ariaLabelledBy",
2286
2286
  "kind": 524288,
2287
2287
  "kindString": "Get signature",
@@ -2294,7 +2294,7 @@
2294
2294
  ]
2295
2295
  },
2296
2296
  {
2297
- "id": 63,
2297
+ "id": 65,
2298
2298
  "name": "helpKey",
2299
2299
  "kind": 262144,
2300
2300
  "kindString": "Accessor",
@@ -2304,13 +2304,13 @@
2304
2304
  "sources": [
2305
2305
  {
2306
2306
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2307
- "line": 111,
2307
+ "line": 101,
2308
2308
  "character": 13
2309
2309
  }
2310
2310
  ],
2311
2311
  "getSignature": [
2312
2312
  {
2313
- "id": 64,
2313
+ "id": 66,
2314
2314
  "name": "helpKey",
2315
2315
  "kind": 524288,
2316
2316
  "kindString": "Get signature",
@@ -2323,7 +2323,7 @@
2323
2323
  ]
2324
2324
  },
2325
2325
  {
2326
- "id": 55,
2326
+ "id": 57,
2327
2327
  "name": "isLargeSize",
2328
2328
  "kind": 262144,
2329
2329
  "kindString": "Accessor",
@@ -2333,13 +2333,13 @@
2333
2333
  "sources": [
2334
2334
  {
2335
2335
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2336
- "line": 95,
2336
+ "line": 85,
2337
2337
  "character": 13
2338
2338
  }
2339
2339
  ],
2340
2340
  "getSignature": [
2341
2341
  {
2342
- "id": 56,
2342
+ "id": 58,
2343
2343
  "name": "isLargeSize",
2344
2344
  "kind": 524288,
2345
2345
  "kindString": "Get signature",
@@ -2352,7 +2352,7 @@
2352
2352
  ]
2353
2353
  },
2354
2354
  {
2355
- "id": 53,
2355
+ "id": 55,
2356
2356
  "name": "isMediumSize",
2357
2357
  "kind": 262144,
2358
2358
  "kindString": "Accessor",
@@ -2362,13 +2362,13 @@
2362
2362
  "sources": [
2363
2363
  {
2364
2364
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2365
- "line": 91,
2365
+ "line": 81,
2366
2366
  "character": 13
2367
2367
  }
2368
2368
  ],
2369
2369
  "getSignature": [
2370
2370
  {
2371
- "id": 54,
2371
+ "id": 56,
2372
2372
  "name": "isMediumSize",
2373
2373
  "kind": 524288,
2374
2374
  "kindString": "Get signature",
@@ -2381,7 +2381,7 @@
2381
2381
  ]
2382
2382
  },
2383
2383
  {
2384
- "id": 51,
2384
+ "id": 53,
2385
2385
  "name": "isSmallSize",
2386
2386
  "kind": 262144,
2387
2387
  "kindString": "Accessor",
@@ -2391,13 +2391,13 @@
2391
2391
  "sources": [
2392
2392
  {
2393
2393
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2394
- "line": 87,
2394
+ "line": 77,
2395
2395
  "character": 13
2396
2396
  }
2397
2397
  ],
2398
2398
  "getSignature": [
2399
2399
  {
2400
- "id": 52,
2400
+ "id": 54,
2401
2401
  "name": "isSmallSize",
2402
2402
  "kind": 524288,
2403
2403
  "kindString": "Get signature",
@@ -2410,7 +2410,7 @@
2410
2410
  ]
2411
2411
  },
2412
2412
  {
2413
- "id": 57,
2413
+ "id": 59,
2414
2414
  "name": "isTiledBody",
2415
2415
  "kind": 262144,
2416
2416
  "kindString": "Accessor",
@@ -2420,13 +2420,13 @@
2420
2420
  "sources": [
2421
2421
  {
2422
2422
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2423
- "line": 99,
2423
+ "line": 89,
2424
2424
  "character": 13
2425
2425
  }
2426
2426
  ],
2427
2427
  "getSignature": [
2428
2428
  {
2429
- "id": 58,
2429
+ "id": 60,
2430
2430
  "name": "isTiledBody",
2431
2431
  "kind": 524288,
2432
2432
  "kindString": "Get signature",
@@ -2439,7 +2439,7 @@
2439
2439
  ]
2440
2440
  },
2441
2441
  {
2442
- "id": 49,
2442
+ "id": 51,
2443
2443
  "name": "modalFullPage",
2444
2444
  "kind": 262144,
2445
2445
  "kindString": "Accessor",
@@ -2449,13 +2449,13 @@
2449
2449
  "sources": [
2450
2450
  {
2451
2451
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2452
- "line": 83,
2452
+ "line": 73,
2453
2453
  "character": 13
2454
2454
  }
2455
2455
  ],
2456
2456
  "getSignature": [
2457
2457
  {
2458
- "id": 50,
2458
+ "id": 52,
2459
2459
  "name": "modalFullPage",
2460
2460
  "kind": 524288,
2461
2461
  "kindString": "Get signature",
@@ -2468,7 +2468,7 @@
2468
2468
  ]
2469
2469
  },
2470
2470
  {
2471
- "id": 47,
2471
+ "id": 49,
2472
2472
  "name": "modalZIndex",
2473
2473
  "kind": 262144,
2474
2474
  "kindString": "Accessor",
@@ -2478,13 +2478,13 @@
2478
2478
  "sources": [
2479
2479
  {
2480
2480
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2481
- "line": 79,
2481
+ "line": 69,
2482
2482
  "character": 13
2483
2483
  }
2484
2484
  ],
2485
2485
  "getSignature": [
2486
2486
  {
2487
- "id": 48,
2487
+ "id": 50,
2488
2488
  "name": "modalZIndex",
2489
2489
  "kind": 524288,
2490
2490
  "kindString": "Get signature",
@@ -2497,7 +2497,48 @@
2497
2497
  ]
2498
2498
  },
2499
2499
  {
2500
- "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,
2501
2542
  "name": "closeButtonClick",
2502
2543
  "kind": 2048,
2503
2544
  "kindString": "Method",
@@ -2507,13 +2548,13 @@
2507
2548
  "sources": [
2508
2549
  {
2509
2550
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2510
- "line": 204,
2551
+ "line": 207,
2511
2552
  "character": 9
2512
2553
  }
2513
2554
  ],
2514
2555
  "signatures": [
2515
2556
  {
2516
- "id": 81,
2557
+ "id": 83,
2517
2558
  "name": "closeButtonClick",
2518
2559
  "kind": 4096,
2519
2560
  "kindString": "Call signature",
@@ -2526,7 +2567,7 @@
2526
2567
  ]
2527
2568
  },
2528
2569
  {
2529
- "id": 78,
2570
+ "id": 80,
2530
2571
  "name": "helpButtonClick",
2531
2572
  "kind": 2048,
2532
2573
  "kindString": "Method",
@@ -2536,13 +2577,13 @@
2536
2577
  "sources": [
2537
2578
  {
2538
2579
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2539
- "line": 200,
2580
+ "line": 203,
2540
2581
  "character": 9
2541
2582
  }
2542
2583
  ],
2543
2584
  "signatures": [
2544
2585
  {
2545
- "id": 79,
2586
+ "id": 81,
2546
2587
  "name": "helpButtonClick",
2547
2588
  "kind": 4096,
2548
2589
  "kindString": "Call signature",
@@ -2555,7 +2596,7 @@
2555
2596
  ]
2556
2597
  },
2557
2598
  {
2558
- "id": 76,
2599
+ "id": 78,
2559
2600
  "name": "ngAfterViewInit",
2560
2601
  "kind": 2048,
2561
2602
  "kindString": "Method",
@@ -2565,13 +2606,13 @@
2565
2606
  "sources": [
2566
2607
  {
2567
2608
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2568
- "line": 183,
2609
+ "line": 186,
2569
2610
  "character": 9
2570
2611
  }
2571
2612
  ],
2572
2613
  "signatures": [
2573
2614
  {
2574
- "id": 77,
2615
+ "id": 79,
2575
2616
  "name": "ngAfterViewInit",
2576
2617
  "kind": 4096,
2577
2618
  "kindString": "Call signature",
@@ -2592,7 +2633,7 @@
2592
2633
  }
2593
2634
  },
2594
2635
  {
2595
- "id": 73,
2636
+ "id": 75,
2596
2637
  "name": "onDocumentKeyDown",
2597
2638
  "kind": 2048,
2598
2639
  "kindString": "Method",
@@ -2615,20 +2656,20 @@
2615
2656
  "sources": [
2616
2657
  {
2617
2658
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2618
- "line": 152,
2659
+ "line": 145,
2619
2660
  "character": 9
2620
2661
  }
2621
2662
  ],
2622
2663
  "signatures": [
2623
2664
  {
2624
- "id": 74,
2665
+ "id": 76,
2625
2666
  "name": "onDocumentKeyDown",
2626
2667
  "kind": 4096,
2627
2668
  "kindString": "Call signature",
2628
2669
  "flags": {},
2629
2670
  "parameters": [
2630
2671
  {
2631
- "id": 75,
2672
+ "id": 77,
2632
2673
  "name": "event",
2633
2674
  "kind": 32768,
2634
2675
  "kindString": "Parameter",
@@ -2647,7 +2688,7 @@
2647
2688
  ]
2648
2689
  },
2649
2690
  {
2650
- "id": 70,
2691
+ "id": 72,
2651
2692
  "name": "onDocumentKeyUp",
2652
2693
  "kind": 2048,
2653
2694
  "kindString": "Method",
@@ -2670,20 +2711,20 @@
2670
2711
  "sources": [
2671
2712
  {
2672
2713
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2673
- "line": 137,
2714
+ "line": 129,
2674
2715
  "character": 9
2675
2716
  }
2676
2717
  ],
2677
2718
  "signatures": [
2678
2719
  {
2679
- "id": 71,
2720
+ "id": 73,
2680
2721
  "name": "onDocumentKeyUp",
2681
2722
  "kind": 4096,
2682
2723
  "kindString": "Call signature",
2683
2724
  "flags": {},
2684
2725
  "parameters": [
2685
2726
  {
2686
- "id": 72,
2727
+ "id": 74,
2687
2728
  "name": "event",
2688
2729
  "kind": 32768,
2689
2730
  "kindString": "Parameter",
@@ -2702,7 +2743,7 @@
2702
2743
  ]
2703
2744
  },
2704
2745
  {
2705
- "id": 84,
2746
+ "id": 86,
2706
2747
  "name": "scrollShadowChange",
2707
2748
  "kind": 2048,
2708
2749
  "kindString": "Method",
@@ -2712,20 +2753,20 @@
2712
2753
  "sources": [
2713
2754
  {
2714
2755
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2715
- "line": 212,
2756
+ "line": 215,
2716
2757
  "character": 9
2717
2758
  }
2718
2759
  ],
2719
2760
  "signatures": [
2720
2761
  {
2721
- "id": 85,
2762
+ "id": 87,
2722
2763
  "name": "scrollShadowChange",
2723
2764
  "kind": 4096,
2724
2765
  "kindString": "Call signature",
2725
2766
  "flags": {},
2726
2767
  "parameters": [
2727
2768
  {
2728
- "id": 86,
2769
+ "id": 88,
2729
2770
  "name": "args",
2730
2771
  "kind": 32768,
2731
2772
  "kindString": "Parameter",
@@ -2744,7 +2785,7 @@
2744
2785
  ]
2745
2786
  },
2746
2787
  {
2747
- "id": 82,
2788
+ "id": 84,
2748
2789
  "name": "windowResize",
2749
2790
  "kind": 2048,
2750
2791
  "kindString": "Method",
@@ -2754,13 +2795,13 @@
2754
2795
  "sources": [
2755
2796
  {
2756
2797
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2757
- "line": 208,
2798
+ "line": 211,
2758
2799
  "character": 9
2759
2800
  }
2760
2801
  ],
2761
2802
  "signatures": [
2762
2803
  {
2763
- "id": 83,
2804
+ "id": 85,
2764
2805
  "name": "windowResize",
2765
2806
  "kind": 4096,
2766
2807
  "kindString": "Call signature",
@@ -2785,45 +2826,46 @@
2785
2826
  "title": "Properties",
2786
2827
  "kind": 1024,
2787
2828
  "children": [
2788
- 66,
2829
+ 68,
2830
+ 69,
2789
2831
  67,
2790
- 65,
2791
- 68
2832
+ 70
2792
2833
  ]
2793
2834
  },
2794
2835
  {
2795
2836
  "title": "Accessors",
2796
2837
  "kind": 262144,
2797
2838
  "children": [
2798
- 59,
2799
2839
  61,
2800
2840
  63,
2841
+ 65,
2842
+ 57,
2801
2843
  55,
2802
2844
  53,
2845
+ 59,
2803
2846
  51,
2804
- 57,
2805
2847
  49,
2806
- 47
2848
+ 40
2807
2849
  ]
2808
2850
  },
2809
2851
  {
2810
2852
  "title": "Methods",
2811
2853
  "kind": 2048,
2812
2854
  "children": [
2855
+ 82,
2813
2856
  80,
2814
2857
  78,
2815
- 76,
2816
- 73,
2817
- 70,
2818
- 84,
2819
- 82
2858
+ 75,
2859
+ 72,
2860
+ 86,
2861
+ 84
2820
2862
  ]
2821
2863
  }
2822
2864
  ],
2823
2865
  "sources": [
2824
2866
  {
2825
2867
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2826
- "line": 58,
2868
+ "line": 44,
2827
2869
  "character": 13
2828
2870
  }
2829
2871
  ],
@@ -2835,14 +2877,14 @@
2835
2877
  ]
2836
2878
  },
2837
2879
  {
2838
- "id": 91,
2880
+ "id": 93,
2839
2881
  "name": "SkyConfirmButton",
2840
2882
  "kind": 256,
2841
2883
  "kindString": "Interface",
2842
2884
  "flags": {},
2843
2885
  "children": [
2844
2886
  {
2845
- "id": 92,
2887
+ "id": 94,
2846
2888
  "name": "action",
2847
2889
  "kind": 1024,
2848
2890
  "kindString": "Property",
@@ -2850,18 +2892,18 @@
2850
2892
  "sources": [
2851
2893
  {
2852
2894
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2853
- "line": 6,
2895
+ "line": 4,
2854
2896
  "character": 2
2855
2897
  }
2856
2898
  ],
2857
2899
  "type": {
2858
2900
  "type": "reference",
2859
- "id": 96,
2901
+ "id": 98,
2860
2902
  "name": "SkyConfirmButtonAction"
2861
2903
  }
2862
2904
  },
2863
2905
  {
2864
- "id": 95,
2906
+ "id": 97,
2865
2907
  "name": "autofocus",
2866
2908
  "kind": 1024,
2867
2909
  "kindString": "Property",
@@ -2871,7 +2913,7 @@
2871
2913
  "sources": [
2872
2914
  {
2873
2915
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2874
- "line": 9,
2916
+ "line": 7,
2875
2917
  "character": 2
2876
2918
  }
2877
2919
  ],
@@ -2881,7 +2923,7 @@
2881
2923
  }
2882
2924
  },
2883
2925
  {
2884
- "id": 93,
2926
+ "id": 95,
2885
2927
  "name": "styleType",
2886
2928
  "kind": 1024,
2887
2929
  "kindString": "Property",
@@ -2889,7 +2931,7 @@
2889
2931
  "sources": [
2890
2932
  {
2891
2933
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2892
- "line": 7,
2934
+ "line": 5,
2893
2935
  "character": 2
2894
2936
  }
2895
2937
  ],
@@ -2899,7 +2941,7 @@
2899
2941
  }
2900
2942
  },
2901
2943
  {
2902
- "id": 94,
2944
+ "id": 96,
2903
2945
  "name": "text",
2904
2946
  "kind": 1024,
2905
2947
  "kindString": "Property",
@@ -2907,7 +2949,7 @@
2907
2949
  "sources": [
2908
2950
  {
2909
2951
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2910
- "line": 8,
2952
+ "line": 6,
2911
2953
  "character": 2
2912
2954
  }
2913
2955
  ],
@@ -2922,30 +2964,30 @@
2922
2964
  "title": "Properties",
2923
2965
  "kind": 1024,
2924
2966
  "children": [
2925
- 92,
2967
+ 94,
2968
+ 97,
2926
2969
  95,
2927
- 93,
2928
- 94
2970
+ 96
2929
2971
  ]
2930
2972
  }
2931
2973
  ],
2932
2974
  "sources": [
2933
2975
  {
2934
2976
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2935
- "line": 5,
2977
+ "line": 3,
2936
2978
  "character": 17
2937
2979
  }
2938
2980
  ]
2939
2981
  },
2940
2982
  {
2941
- "id": 97,
2983
+ "id": 99,
2942
2984
  "name": "SkyConfirmButtonConfig",
2943
2985
  "kind": 256,
2944
2986
  "kindString": "Interface",
2945
2987
  "flags": {},
2946
2988
  "children": [
2947
2989
  {
2948
- "id": 98,
2990
+ "id": 100,
2949
2991
  "name": "action",
2950
2992
  "kind": 1024,
2951
2993
  "kindString": "Property",
@@ -2966,7 +3008,7 @@
2966
3008
  }
2967
3009
  },
2968
3010
  {
2969
- "id": 101,
3011
+ "id": 103,
2970
3012
  "name": "autofocus",
2971
3013
  "kind": 1024,
2972
3014
  "kindString": "Property",
@@ -2989,7 +3031,7 @@
2989
3031
  }
2990
3032
  },
2991
3033
  {
2992
- "id": 100,
3034
+ "id": 102,
2993
3035
  "name": "styleType",
2994
3036
  "kind": 1024,
2995
3037
  "kindString": "Property",
@@ -3012,7 +3054,7 @@
3012
3054
  }
3013
3055
  },
3014
3056
  {
3015
- "id": 99,
3057
+ "id": 101,
3016
3058
  "name": "text",
3017
3059
  "kind": 1024,
3018
3060
  "kindString": "Property",
@@ -3038,10 +3080,10 @@
3038
3080
  "title": "Properties",
3039
3081
  "kind": 1024,
3040
3082
  "children": [
3041
- 98,
3042
- 101,
3043
3083
  100,
3044
- 99
3084
+ 103,
3085
+ 102,
3086
+ 101
3045
3087
  ]
3046
3088
  }
3047
3089
  ],
@@ -3054,14 +3096,14 @@
3054
3096
  ]
3055
3097
  },
3056
3098
  {
3057
- "id": 102,
3099
+ "id": 104,
3058
3100
  "name": "SkyConfirmCloseEventArgs",
3059
3101
  "kind": 256,
3060
3102
  "kindString": "Interface",
3061
3103
  "flags": {},
3062
3104
  "children": [
3063
3105
  {
3064
- "id": 103,
3106
+ "id": 105,
3065
3107
  "name": "action",
3066
3108
  "kind": 1024,
3067
3109
  "kindString": "Property",
@@ -3087,7 +3129,7 @@
3087
3129
  "title": "Properties",
3088
3130
  "kind": 1024,
3089
3131
  "children": [
3090
- 103
3132
+ 105
3091
3133
  ]
3092
3134
  }
3093
3135
  ],
@@ -3100,14 +3142,14 @@
3100
3142
  ]
3101
3143
  },
3102
3144
  {
3103
- "id": 104,
3145
+ "id": 106,
3104
3146
  "name": "SkyConfirmConfig",
3105
3147
  "kind": 256,
3106
3148
  "kindString": "Interface",
3107
3149
  "flags": {},
3108
3150
  "children": [
3109
3151
  {
3110
- "id": 106,
3152
+ "id": 108,
3111
3153
  "name": "body",
3112
3154
  "kind": 1024,
3113
3155
  "kindString": "Property",
@@ -3120,7 +3162,7 @@
3120
3162
  "sources": [
3121
3163
  {
3122
3164
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3123
- "line": 18,
3165
+ "line": 14,
3124
3166
  "character": 2
3125
3167
  }
3126
3168
  ],
@@ -3130,7 +3172,7 @@
3130
3172
  }
3131
3173
  },
3132
3174
  {
3133
- "id": 107,
3175
+ "id": 109,
3134
3176
  "name": "buttons",
3135
3177
  "kind": 1024,
3136
3178
  "kindString": "Property",
@@ -3143,7 +3185,7 @@
3143
3185
  "sources": [
3144
3186
  {
3145
3187
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3146
- "line": 24,
3188
+ "line": 20,
3147
3189
  "character": 2
3148
3190
  }
3149
3191
  ],
@@ -3151,13 +3193,13 @@
3151
3193
  "type": "array",
3152
3194
  "elementType": {
3153
3195
  "type": "reference",
3154
- "id": 97,
3196
+ "id": 99,
3155
3197
  "name": "SkyConfirmButtonConfig"
3156
3198
  }
3157
3199
  }
3158
3200
  },
3159
3201
  {
3160
- "id": 105,
3202
+ "id": 107,
3161
3203
  "name": "message",
3162
3204
  "kind": 1024,
3163
3205
  "kindString": "Property",
@@ -3174,7 +3216,7 @@
3174
3216
  "sources": [
3175
3217
  {
3176
3218
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3177
- "line": 14,
3219
+ "line": 10,
3178
3220
  "character": 2
3179
3221
  }
3180
3222
  ],
@@ -3184,7 +3226,7 @@
3184
3226
  }
3185
3227
  },
3186
3228
  {
3187
- "id": 108,
3229
+ "id": 110,
3188
3230
  "name": "preserveWhiteSpace",
3189
3231
  "kind": 1024,
3190
3232
  "kindString": "Property",
@@ -3203,7 +3245,7 @@
3203
3245
  "sources": [
3204
3246
  {
3205
3247
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3206
- "line": 29,
3248
+ "line": 25,
3207
3249
  "character": 2
3208
3250
  }
3209
3251
  ],
@@ -3213,7 +3255,7 @@
3213
3255
  }
3214
3256
  },
3215
3257
  {
3216
- "id": 109,
3258
+ "id": 111,
3217
3259
  "name": "type",
3218
3260
  "kind": 1024,
3219
3261
  "kindString": "Property",
@@ -3226,13 +3268,13 @@
3226
3268
  "sources": [
3227
3269
  {
3228
3270
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3229
- "line": 33,
3271
+ "line": 29,
3230
3272
  "character": 2
3231
3273
  }
3232
3274
  ],
3233
3275
  "type": {
3234
3276
  "type": "reference",
3235
- "id": 122,
3277
+ "id": 124,
3236
3278
  "name": "SkyConfirmType"
3237
3279
  }
3238
3280
  }
@@ -3242,31 +3284,31 @@
3242
3284
  "title": "Properties",
3243
3285
  "kind": 1024,
3244
3286
  "children": [
3245
- 106,
3246
- 107,
3247
- 105,
3248
3287
  108,
3249
- 109
3288
+ 109,
3289
+ 107,
3290
+ 110,
3291
+ 111
3250
3292
  ]
3251
3293
  }
3252
3294
  ],
3253
3295
  "sources": [
3254
3296
  {
3255
3297
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3256
- "line": 9,
3298
+ "line": 5,
3257
3299
  "character": 17
3258
3300
  }
3259
3301
  ],
3260
3302
  "implementedBy": [
3261
3303
  {
3262
3304
  "type": "reference",
3263
- "id": 114,
3305
+ "id": 116,
3264
3306
  "name": "SkyConfirmModalContext"
3265
3307
  }
3266
3308
  ]
3267
3309
  },
3268
3310
  {
3269
- "id": 220,
3311
+ "id": 223,
3270
3312
  "name": "SkyModalConfigurationInterface",
3271
3313
  "kind": 256,
3272
3314
  "kindString": "Interface",
@@ -3276,7 +3318,7 @@
3276
3318
  },
3277
3319
  "children": [
3278
3320
  {
3279
- "id": 224,
3321
+ "id": 227,
3280
3322
  "name": "ariaDescribedBy",
3281
3323
  "kind": 1024,
3282
3324
  "kindString": "Property",
@@ -3289,7 +3331,7 @@
3289
3331
  "sources": [
3290
3332
  {
3291
3333
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3292
- "line": 36,
3334
+ "line": 35,
3293
3335
  "character": 2
3294
3336
  }
3295
3337
  ],
@@ -3299,7 +3341,7 @@
3299
3341
  }
3300
3342
  },
3301
3343
  {
3302
- "id": 225,
3344
+ "id": 228,
3303
3345
  "name": "ariaLabelledBy",
3304
3346
  "kind": 1024,
3305
3347
  "kindString": "Property",
@@ -3312,7 +3354,7 @@
3312
3354
  "sources": [
3313
3355
  {
3314
3356
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3315
- "line": 45,
3357
+ "line": 44,
3316
3358
  "character": 2
3317
3359
  }
3318
3360
  ],
@@ -3322,7 +3364,7 @@
3322
3364
  }
3323
3365
  },
3324
3366
  {
3325
- "id": 226,
3367
+ "id": 229,
3326
3368
  "name": "ariaRole",
3327
3369
  "kind": 1024,
3328
3370
  "kindString": "Property",
@@ -3341,7 +3383,7 @@
3341
3383
  "sources": [
3342
3384
  {
3343
3385
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3344
- "line": 56,
3386
+ "line": 55,
3345
3387
  "character": 2
3346
3388
  }
3347
3389
  ],
@@ -3351,7 +3393,7 @@
3351
3393
  }
3352
3394
  },
3353
3395
  {
3354
- "id": 221,
3396
+ "id": 224,
3355
3397
  "name": "fullPage",
3356
3398
  "kind": 1024,
3357
3399
  "kindString": "Property",
@@ -3364,7 +3406,7 @@
3364
3406
  "sources": [
3365
3407
  {
3366
3408
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3367
- "line": 13,
3409
+ "line": 12,
3368
3410
  "character": 2
3369
3411
  }
3370
3412
  ],
@@ -3374,7 +3416,7 @@
3374
3416
  }
3375
3417
  },
3376
3418
  {
3377
- "id": 228,
3419
+ "id": 231,
3378
3420
  "name": "helpKey",
3379
3421
  "kind": 1024,
3380
3422
  "kindString": "Property",
@@ -3387,7 +3429,7 @@
3387
3429
  "sources": [
3388
3430
  {
3389
3431
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3390
- "line": 72,
3432
+ "line": 71,
3391
3433
  "character": 2
3392
3434
  }
3393
3435
  ],
@@ -3397,7 +3439,7 @@
3397
3439
  }
3398
3440
  },
3399
3441
  {
3400
- "id": 223,
3442
+ "id": 226,
3401
3443
  "name": "providers",
3402
3444
  "kind": 1024,
3403
3445
  "kindString": "Property",
@@ -3410,7 +3452,7 @@
3410
3452
  "sources": [
3411
3453
  {
3412
3454
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3413
- "line": 26,
3455
+ "line": 25,
3414
3456
  "character": 2
3415
3457
  }
3416
3458
  ],
@@ -3423,7 +3465,7 @@
3423
3465
  }
3424
3466
  },
3425
3467
  {
3426
- "id": 222,
3468
+ "id": 225,
3427
3469
  "name": "size",
3428
3470
  "kind": 1024,
3429
3471
  "kindString": "Property",
@@ -3436,7 +3478,7 @@
3436
3478
  "sources": [
3437
3479
  {
3438
3480
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3439
- "line": 19,
3481
+ "line": 18,
3440
3482
  "character": 2
3441
3483
  }
3442
3484
  ],
@@ -3446,7 +3488,7 @@
3446
3488
  }
3447
3489
  },
3448
3490
  {
3449
- "id": 227,
3491
+ "id": 230,
3450
3492
  "name": "tiledBody",
3451
3493
  "kind": 1024,
3452
3494
  "kindString": "Property",
@@ -3459,7 +3501,7 @@
3459
3501
  "sources": [
3460
3502
  {
3461
3503
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3462
- "line": 63,
3504
+ "line": 62,
3463
3505
  "character": 2
3464
3506
  }
3465
3507
  ],
@@ -3467,6 +3509,29 @@
3467
3509
  "type": "intrinsic",
3468
3510
  "name": "boolean"
3469
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
+ }
3470
3535
  }
3471
3536
  ],
3472
3537
  "groups": [
@@ -3474,14 +3539,15 @@
3474
3539
  "title": "Properties",
3475
3540
  "kind": 1024,
3476
3541
  "children": [
3542
+ 227,
3543
+ 228,
3544
+ 229,
3477
3545
  224,
3478
- 225,
3546
+ 231,
3479
3547
  226,
3480
- 221,
3481
- 228,
3482
- 223,
3483
- 222,
3484
- 227
3548
+ 225,
3549
+ 230,
3550
+ 232
3485
3551
  ]
3486
3552
  }
3487
3553
  ],
@@ -3494,7 +3560,7 @@
3494
3560
  ]
3495
3561
  },
3496
3562
  {
3497
- "id": 96,
3563
+ "id": 98,
3498
3564
  "name": "SkyConfirmButtonAction",
3499
3565
  "kind": 4194304,
3500
3566
  "kindString": "Type alias",
@@ -3534,22 +3600,22 @@
3534
3600
  "title": "Enumerations",
3535
3601
  "kind": 8,
3536
3602
  "children": [
3537
- 122
3603
+ 124
3538
3604
  ]
3539
3605
  },
3540
3606
  {
3541
3607
  "title": "Classes",
3542
3608
  "kind": 128,
3543
3609
  "children": [
3544
- 110,
3545
- 114,
3546
- 127,
3547
- 130,
3548
- 137,
3549
- 144,
3550
- 185,
3551
- 229,
3552
- 232,
3610
+ 112,
3611
+ 116,
3612
+ 129,
3613
+ 132,
3614
+ 139,
3615
+ 146,
3616
+ 188,
3617
+ 233,
3618
+ 236,
3553
3619
  1,
3554
3620
  21,
3555
3621
  24,
@@ -3561,18 +3627,18 @@
3561
3627
  "title": "Interfaces",
3562
3628
  "kind": 256,
3563
3629
  "children": [
3564
- 91,
3565
- 97,
3566
- 102,
3630
+ 93,
3631
+ 99,
3567
3632
  104,
3568
- 220
3633
+ 106,
3634
+ 223
3569
3635
  ]
3570
3636
  },
3571
3637
  {
3572
3638
  "title": "Type aliases",
3573
3639
  "kind": 4194304,
3574
3640
  "children": [
3575
- 96
3641
+ 98
3576
3642
  ]
3577
3643
  }
3578
3644
  ],
@@ -3585,30 +3651,35 @@
3585
3651
  ]
3586
3652
  },
3587
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
+ },
3588
3659
  {
3589
3660
  "fileName": "confirm-demo.component.html",
3590
3661
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.html",
3591
- "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"
3592
3663
  },
3593
3664
  {
3594
3665
  "fileName": "confirm-demo.component.ts",
3595
3666
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.ts",
3596
- "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"
3597
3668
  },
3598
3669
  {
3599
3670
  "fileName": "confirm-demo.module.ts",
3600
3671
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.module.ts",
3601
- "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"
3602
3673
  },
3603
3674
  {
3604
3675
  "fileName": "modal-demo-modal.component.html",
3605
3676
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.html",
3606
- "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"
3607
3678
  },
3608
3679
  {
3609
3680
  "fileName": "modal-demo-modal.component.ts",
3610
3681
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.ts",
3611
- "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"
3612
3683
  },
3613
3684
  {
3614
3685
  "fileName": "modal-demo.component.html",
@@ -3618,12 +3689,12 @@
3618
3689
  {
3619
3690
  "fileName": "modal-demo.component.ts",
3620
3691
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.component.ts",
3621
- "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"
3622
3693
  },
3623
3694
  {
3624
3695
  "fileName": "modal-demo.module.ts",
3625
3696
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.module.ts",
3626
- "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"
3627
3698
  }
3628
3699
  ]
3629
3700
  }