@skyux/modals 5.0.1 → 5.0.5

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 (39) hide show
  1. package/bundles/skyux-modals-testing.umd.js +2 -4
  2. package/bundles/skyux-modals.umd.js +164 -168
  3. package/documentation.json +103 -98
  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 +14 -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 +19 -24
  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 +156 -160
  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.service.d.ts +0 -4
  37. package/package.json +8 -8
  38. package/bundles/skyux-modals-testing.umd.js.map +0 -1
  39. package/bundles/skyux-modals.umd.js.map +0 -1
@@ -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
  ],
@@ -221,7 +221,7 @@
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
  ]
@@ -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
  ],
@@ -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
  ],
@@ -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
  ],
@@ -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
  ],
@@ -384,7 +384,7 @@
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
  ],
@@ -423,7 +423,7 @@
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
  ],
@@ -449,7 +449,7 @@
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
  ],
@@ -488,7 +488,7 @@
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
  ]
@@ -510,7 +510,7 @@
510
510
  "name": "Injectable"
511
511
  },
512
512
  "arguments": {
513
- "options": "{\n providedIn: 'root'\n}"
513
+ "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}"
514
514
  }
515
515
  }
516
516
  ],
@@ -524,7 +524,7 @@
524
524
  "sources": [
525
525
  {
526
526
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
527
- "line": 45,
527
+ "line": 30,
528
528
  "character": 2
529
529
  }
530
530
  ],
@@ -568,7 +568,7 @@
568
568
  "sources": [
569
569
  {
570
570
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
571
- "line": 53,
571
+ "line": 36,
572
572
  "character": 9
573
573
  }
574
574
  ],
@@ -624,7 +624,7 @@
624
624
  "sources": [
625
625
  {
626
626
  "fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
627
- "line": 44,
627
+ "line": 29,
628
628
  "character": 13
629
629
  }
630
630
  ]
@@ -645,7 +645,7 @@
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
  ],
@@ -739,7 +739,7 @@
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
  ]
@@ -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
  ],
@@ -910,7 +910,7 @@
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
  ],
@@ -949,7 +949,7 @@
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
  ],
@@ -988,7 +988,7 @@
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
  ],
@@ -1026,7 +1026,7 @@
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
  ],
@@ -1076,7 +1076,7 @@
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
  ],
@@ -1158,7 +1158,7 @@
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
  ],
@@ -1208,7 +1208,7 @@
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
  ],
@@ -1286,7 +1286,7 @@
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
  ]
@@ -1305,7 +1305,7 @@
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
  ],
@@ -1344,7 +1344,7 @@
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
  ]
@@ -1372,7 +1372,7 @@
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
  ],
@@ -1386,7 +1386,7 @@
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
  ],
@@ -1431,7 +1431,7 @@
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
  ],
@@ -1453,7 +1453,7 @@
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",
@@ -1518,7 +1518,7 @@
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
  ],
@@ -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
  ],
@@ -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
  ],
@@ -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": 131,
2041
+ "line": 118,
2042
2042
  "character": 2
2043
2043
  }
2044
2044
  ],
@@ -2163,7 +2163,7 @@
2163
2163
  "sources": [
2164
2164
  {
2165
2165
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2166
- "line": 122,
2166
+ "line": 107,
2167
2167
  "character": 9
2168
2168
  }
2169
2169
  ],
@@ -2184,7 +2184,7 @@
2184
2184
  "sources": [
2185
2185
  {
2186
2186
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2187
- "line": 124,
2187
+ "line": 110,
2188
2188
  "character": 9
2189
2189
  }
2190
2190
  ],
@@ -2205,7 +2205,7 @@
2205
2205
  "sources": [
2206
2206
  {
2207
2207
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2208
- "line": 120,
2208
+ "line": 105,
2209
2209
  "character": 9
2210
2210
  }
2211
2211
  ],
@@ -2226,7 +2226,7 @@
2226
2226
  "sources": [
2227
2227
  {
2228
2228
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2229
- "line": 126,
2229
+ "line": 113,
2230
2230
  "character": 9
2231
2231
  }
2232
2232
  ],
@@ -2246,7 +2246,7 @@
2246
2246
  "sources": [
2247
2247
  {
2248
2248
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2249
- "line": 108,
2249
+ "line": 93,
2250
2250
  "character": 13
2251
2251
  }
2252
2252
  ],
@@ -2275,7 +2275,7 @@
2275
2275
  "sources": [
2276
2276
  {
2277
2277
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2278
- "line": 112,
2278
+ "line": 97,
2279
2279
  "character": 13
2280
2280
  }
2281
2281
  ],
@@ -2304,7 +2304,7 @@
2304
2304
  "sources": [
2305
2305
  {
2306
2306
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2307
- "line": 116,
2307
+ "line": 101,
2308
2308
  "character": 13
2309
2309
  }
2310
2310
  ],
@@ -2333,7 +2333,7 @@
2333
2333
  "sources": [
2334
2334
  {
2335
2335
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2336
- "line": 100,
2336
+ "line": 85,
2337
2337
  "character": 13
2338
2338
  }
2339
2339
  ],
@@ -2362,7 +2362,7 @@
2362
2362
  "sources": [
2363
2363
  {
2364
2364
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2365
- "line": 96,
2365
+ "line": 81,
2366
2366
  "character": 13
2367
2367
  }
2368
2368
  ],
@@ -2391,7 +2391,7 @@
2391
2391
  "sources": [
2392
2392
  {
2393
2393
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2394
- "line": 92,
2394
+ "line": 77,
2395
2395
  "character": 13
2396
2396
  }
2397
2397
  ],
@@ -2420,7 +2420,7 @@
2420
2420
  "sources": [
2421
2421
  {
2422
2422
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2423
- "line": 104,
2423
+ "line": 89,
2424
2424
  "character": 13
2425
2425
  }
2426
2426
  ],
@@ -2449,7 +2449,7 @@
2449
2449
  "sources": [
2450
2450
  {
2451
2451
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2452
- "line": 88,
2452
+ "line": 73,
2453
2453
  "character": 13
2454
2454
  }
2455
2455
  ],
@@ -2478,7 +2478,7 @@
2478
2478
  "sources": [
2479
2479
  {
2480
2480
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2481
- "line": 84,
2481
+ "line": 69,
2482
2482
  "character": 13
2483
2483
  }
2484
2484
  ],
@@ -2519,7 +2519,7 @@
2519
2519
  "sources": [
2520
2520
  {
2521
2521
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2522
- "line": 61,
2522
+ "line": 46,
2523
2523
  "character": 13
2524
2524
  }
2525
2525
  ],
@@ -2548,7 +2548,7 @@
2548
2548
  "sources": [
2549
2549
  {
2550
2550
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2551
- "line": 209,
2551
+ "line": 207,
2552
2552
  "character": 9
2553
2553
  }
2554
2554
  ],
@@ -2577,7 +2577,7 @@
2577
2577
  "sources": [
2578
2578
  {
2579
2579
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2580
- "line": 205,
2580
+ "line": 203,
2581
2581
  "character": 9
2582
2582
  }
2583
2583
  ],
@@ -2606,7 +2606,7 @@
2606
2606
  "sources": [
2607
2607
  {
2608
2608
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2609
- "line": 188,
2609
+ "line": 186,
2610
2610
  "character": 9
2611
2611
  }
2612
2612
  ],
@@ -2656,7 +2656,7 @@
2656
2656
  "sources": [
2657
2657
  {
2658
2658
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2659
- "line": 157,
2659
+ "line": 145,
2660
2660
  "character": 9
2661
2661
  }
2662
2662
  ],
@@ -2711,7 +2711,7 @@
2711
2711
  "sources": [
2712
2712
  {
2713
2713
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2714
- "line": 142,
2714
+ "line": 129,
2715
2715
  "character": 9
2716
2716
  }
2717
2717
  ],
@@ -2753,7 +2753,7 @@
2753
2753
  "sources": [
2754
2754
  {
2755
2755
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2756
- "line": 217,
2756
+ "line": 215,
2757
2757
  "character": 9
2758
2758
  }
2759
2759
  ],
@@ -2795,7 +2795,7 @@
2795
2795
  "sources": [
2796
2796
  {
2797
2797
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2798
- "line": 213,
2798
+ "line": 211,
2799
2799
  "character": 9
2800
2800
  }
2801
2801
  ],
@@ -2865,7 +2865,7 @@
2865
2865
  "sources": [
2866
2866
  {
2867
2867
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2868
- "line": 59,
2868
+ "line": 44,
2869
2869
  "character": 13
2870
2870
  }
2871
2871
  ],
@@ -2892,7 +2892,7 @@
2892
2892
  "sources": [
2893
2893
  {
2894
2894
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2895
- "line": 6,
2895
+ "line": 4,
2896
2896
  "character": 2
2897
2897
  }
2898
2898
  ],
@@ -2913,7 +2913,7 @@
2913
2913
  "sources": [
2914
2914
  {
2915
2915
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2916
- "line": 9,
2916
+ "line": 7,
2917
2917
  "character": 2
2918
2918
  }
2919
2919
  ],
@@ -2931,7 +2931,7 @@
2931
2931
  "sources": [
2932
2932
  {
2933
2933
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2934
- "line": 7,
2934
+ "line": 5,
2935
2935
  "character": 2
2936
2936
  }
2937
2937
  ],
@@ -2949,7 +2949,7 @@
2949
2949
  "sources": [
2950
2950
  {
2951
2951
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2952
- "line": 8,
2952
+ "line": 6,
2953
2953
  "character": 2
2954
2954
  }
2955
2955
  ],
@@ -2974,7 +2974,7 @@
2974
2974
  "sources": [
2975
2975
  {
2976
2976
  "fileName": "projects/modals/src/modules/confirm/confirm-button.ts",
2977
- "line": 5,
2977
+ "line": 3,
2978
2978
  "character": 17
2979
2979
  }
2980
2980
  ]
@@ -3162,7 +3162,7 @@
3162
3162
  "sources": [
3163
3163
  {
3164
3164
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3165
- "line": 18,
3165
+ "line": 14,
3166
3166
  "character": 2
3167
3167
  }
3168
3168
  ],
@@ -3185,7 +3185,7 @@
3185
3185
  "sources": [
3186
3186
  {
3187
3187
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3188
- "line": 24,
3188
+ "line": 20,
3189
3189
  "character": 2
3190
3190
  }
3191
3191
  ],
@@ -3216,7 +3216,7 @@
3216
3216
  "sources": [
3217
3217
  {
3218
3218
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3219
- "line": 14,
3219
+ "line": 10,
3220
3220
  "character": 2
3221
3221
  }
3222
3222
  ],
@@ -3245,7 +3245,7 @@
3245
3245
  "sources": [
3246
3246
  {
3247
3247
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3248
- "line": 29,
3248
+ "line": 25,
3249
3249
  "character": 2
3250
3250
  }
3251
3251
  ],
@@ -3268,7 +3268,7 @@
3268
3268
  "sources": [
3269
3269
  {
3270
3270
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3271
- "line": 33,
3271
+ "line": 29,
3272
3272
  "character": 2
3273
3273
  }
3274
3274
  ],
@@ -3295,7 +3295,7 @@
3295
3295
  "sources": [
3296
3296
  {
3297
3297
  "fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
3298
- "line": 9,
3298
+ "line": 5,
3299
3299
  "character": 17
3300
3300
  }
3301
3301
  ],
@@ -3331,7 +3331,7 @@
3331
3331
  "sources": [
3332
3332
  {
3333
3333
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3334
- "line": 36,
3334
+ "line": 35,
3335
3335
  "character": 2
3336
3336
  }
3337
3337
  ],
@@ -3354,7 +3354,7 @@
3354
3354
  "sources": [
3355
3355
  {
3356
3356
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3357
- "line": 45,
3357
+ "line": 44,
3358
3358
  "character": 2
3359
3359
  }
3360
3360
  ],
@@ -3383,7 +3383,7 @@
3383
3383
  "sources": [
3384
3384
  {
3385
3385
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3386
- "line": 56,
3386
+ "line": 55,
3387
3387
  "character": 2
3388
3388
  }
3389
3389
  ],
@@ -3406,7 +3406,7 @@
3406
3406
  "sources": [
3407
3407
  {
3408
3408
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3409
- "line": 13,
3409
+ "line": 12,
3410
3410
  "character": 2
3411
3411
  }
3412
3412
  ],
@@ -3429,7 +3429,7 @@
3429
3429
  "sources": [
3430
3430
  {
3431
3431
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3432
- "line": 72,
3432
+ "line": 71,
3433
3433
  "character": 2
3434
3434
  }
3435
3435
  ],
@@ -3452,7 +3452,7 @@
3452
3452
  "sources": [
3453
3453
  {
3454
3454
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3455
- "line": 26,
3455
+ "line": 25,
3456
3456
  "character": 2
3457
3457
  }
3458
3458
  ],
@@ -3478,7 +3478,7 @@
3478
3478
  "sources": [
3479
3479
  {
3480
3480
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3481
- "line": 19,
3481
+ "line": 18,
3482
3482
  "character": 2
3483
3483
  }
3484
3484
  ],
@@ -3501,7 +3501,7 @@
3501
3501
  "sources": [
3502
3502
  {
3503
3503
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3504
- "line": 63,
3504
+ "line": 62,
3505
3505
  "character": 2
3506
3506
  }
3507
3507
  ],
@@ -3524,7 +3524,7 @@
3524
3524
  "sources": [
3525
3525
  {
3526
3526
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3527
- "line": 78,
3527
+ "line": 77,
3528
3528
  "character": 2
3529
3529
  }
3530
3530
  ],
@@ -3651,30 +3651,35 @@
3651
3651
  ]
3652
3652
  },
3653
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
+ },
3654
3659
  {
3655
3660
  "fileName": "confirm-demo.component.html",
3656
3661
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.html",
3657
- "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"
3658
3663
  },
3659
3664
  {
3660
3665
  "fileName": "confirm-demo.component.ts",
3661
3666
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.ts",
3662
- "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"
3663
3668
  },
3664
3669
  {
3665
3670
  "fileName": "confirm-demo.module.ts",
3666
3671
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.module.ts",
3667
- "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"
3668
3673
  },
3669
3674
  {
3670
3675
  "fileName": "modal-demo-modal.component.html",
3671
3676
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.html",
3672
- "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"
3673
3678
  },
3674
3679
  {
3675
3680
  "fileName": "modal-demo-modal.component.ts",
3676
3681
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.ts",
3677
- "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"
3678
3683
  },
3679
3684
  {
3680
3685
  "fileName": "modal-demo.component.html",
@@ -3684,12 +3689,12 @@
3684
3689
  {
3685
3690
  "fileName": "modal-demo.component.ts",
3686
3691
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.component.ts",
3687
- "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"
3688
3693
  },
3689
3694
  {
3690
3695
  "fileName": "modal-demo.module.ts",
3691
3696
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.module.ts",
3692
- "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"
3693
3698
  }
3694
3699
  ]
3695
3700
  }