@skyux/modals 7.5.0 → 7.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/documentation.json +273 -296
  2. package/esm2020/lib/modules/confirm/confirm-button-config.mjs +1 -1
  3. package/esm2020/lib/modules/confirm/confirm-config.mjs +1 -1
  4. package/esm2020/lib/modules/modal/modal-adapter.service.mjs +2 -2
  5. package/esm2020/lib/modules/modal/modal-close-args.mjs +1 -1
  6. package/esm2020/lib/modules/modal/modal-host.component.mjs +2 -2
  7. package/esm2020/lib/modules/modal/modal-scroll-shadow.directive.mjs +2 -2
  8. package/esm2020/lib/modules/modal/modal.component.mjs +7 -11
  9. package/esm2020/lib/modules/modal/modal.interface.mjs +1 -1
  10. package/esm2020/lib/modules/modal/modal.module.mjs +5 -2
  11. package/esm2020/lib/modules/modal/modal.service.mjs +2 -2
  12. package/esm2020/testing/confirm/confirm-harness.mjs +2 -2
  13. package/esm2020/testing/modal-fixture.mjs +6 -6
  14. package/fesm2015/skyux-modals-testing.mjs +6 -6
  15. package/fesm2015/skyux-modals-testing.mjs.map +1 -1
  16. package/fesm2015/skyux-modals.mjs +14 -15
  17. package/fesm2015/skyux-modals.mjs.map +1 -1
  18. package/fesm2020/skyux-modals-testing.mjs +6 -6
  19. package/fesm2020/skyux-modals-testing.mjs.map +1 -1
  20. package/fesm2020/skyux-modals.mjs +14 -15
  21. package/fesm2020/skyux-modals.mjs.map +1 -1
  22. package/lib/modules/confirm/confirm-button-config.d.ts +4 -4
  23. package/lib/modules/confirm/confirm-config.d.ts +5 -5
  24. package/lib/modules/modal/modal-adapter.service.d.ts +1 -1
  25. package/lib/modules/modal/modal-close-args.d.ts +1 -1
  26. package/lib/modules/modal/modal.component.d.ts +2 -4
  27. package/lib/modules/modal/modal.interface.d.ts +9 -8
  28. package/lib/modules/modal/modal.module.d.ts +4 -4
  29. package/package.json +5 -5
  30. package/testing/confirm/confirm-harness.d.ts +1 -1
@@ -30,14 +30,14 @@
30
30
  "originalName": "",
31
31
  "children": [
32
32
  {
33
- "id": 118,
33
+ "id": 116,
34
34
  "name": "SkyConfirmType",
35
35
  "kind": 8,
36
36
  "kindString": "Enumeration",
37
37
  "flags": {},
38
38
  "children": [
39
39
  {
40
- "id": 119,
40
+ "id": 117,
41
41
  "name": "Custom",
42
42
  "kind": 16,
43
43
  "kindString": "Enumeration Member",
@@ -59,7 +59,7 @@
59
59
  "defaultValue": "0"
60
60
  },
61
61
  {
62
- "id": 120,
62
+ "id": 118,
63
63
  "name": "OK",
64
64
  "kind": 16,
65
65
  "kindString": "Enumeration Member",
@@ -81,7 +81,7 @@
81
81
  "defaultValue": "1"
82
82
  },
83
83
  {
84
- "id": 121,
84
+ "id": 119,
85
85
  "name": "YesCancel",
86
86
  "kind": 16,
87
87
  "kindString": "Enumeration Member",
@@ -109,7 +109,7 @@
109
109
  "defaultValue": "2"
110
110
  },
111
111
  {
112
- "id": 122,
112
+ "id": 120,
113
113
  "name": "YesNoCancel",
114
114
  "kind": 16,
115
115
  "kindString": "Enumeration Member",
@@ -142,10 +142,10 @@
142
142
  "title": "Enumeration Members",
143
143
  "kind": 16,
144
144
  "children": [
145
+ 117,
146
+ 118,
145
147
  119,
146
- 120,
147
- 121,
148
- 122
148
+ 120
149
149
  ]
150
150
  }
151
151
  ],
@@ -158,14 +158,14 @@
158
158
  ]
159
159
  },
160
160
  {
161
- "id": 114,
161
+ "id": 112,
162
162
  "name": "SkyConfirmInstance",
163
163
  "kind": 128,
164
164
  "kindString": "Class",
165
165
  "flags": {},
166
166
  "children": [
167
167
  {
168
- "id": 117,
168
+ "id": 115,
169
169
  "name": "closed",
170
170
  "kind": 1024,
171
171
  "kindString": "Property",
@@ -187,7 +187,7 @@
187
187
  "typeArguments": [
188
188
  {
189
189
  "type": "reference",
190
- "id": 106,
190
+ "id": 104,
191
191
  "name": "SkyConfirmCloseEventArgs"
192
192
  }
193
193
  ],
@@ -203,14 +203,14 @@
203
203
  "title": "Constructors",
204
204
  "kind": 512,
205
205
  "children": [
206
- 115
206
+ 113
207
207
  ]
208
208
  },
209
209
  {
210
210
  "title": "Properties",
211
211
  "kind": 1024,
212
212
  "children": [
213
- 117
213
+ 115
214
214
  ]
215
215
  }
216
216
  ],
@@ -223,7 +223,7 @@
223
223
  ]
224
224
  },
225
225
  {
226
- "id": 123,
226
+ "id": 121,
227
227
  "name": "SkyConfirmModule",
228
228
  "kind": 128,
229
229
  "kindString": "Class",
@@ -248,7 +248,7 @@
248
248
  "title": "Constructors",
249
249
  "kind": 512,
250
250
  "children": [
251
- 124
251
+ 122
252
252
  ]
253
253
  }
254
254
  ],
@@ -261,7 +261,7 @@
261
261
  ]
262
262
  },
263
263
  {
264
- "id": 126,
264
+ "id": 124,
265
265
  "name": "SkyConfirmService",
266
266
  "kind": 128,
267
267
  "kindString": "Class",
@@ -285,7 +285,7 @@
285
285
  ],
286
286
  "children": [
287
287
  {
288
- "id": 127,
288
+ "id": 125,
289
289
  "name": "constructor",
290
290
  "kind": 512,
291
291
  "kindString": "Constructor",
@@ -299,35 +299,35 @@
299
299
  ],
300
300
  "signatures": [
301
301
  {
302
- "id": 128,
302
+ "id": 126,
303
303
  "name": "new SkyConfirmService",
304
304
  "kind": 16384,
305
305
  "kindString": "Constructor signature",
306
306
  "flags": {},
307
307
  "parameters": [
308
308
  {
309
- "id": 129,
309
+ "id": 127,
310
310
  "name": "modalService",
311
311
  "kind": 32768,
312
312
  "kindString": "Parameter",
313
313
  "flags": {},
314
314
  "type": {
315
315
  "type": "reference",
316
- "id": 231,
316
+ "id": 229,
317
317
  "name": "SkyModalService"
318
318
  }
319
319
  }
320
320
  ],
321
321
  "type": {
322
322
  "type": "reference",
323
- "id": 126,
323
+ "id": 124,
324
324
  "name": "SkyConfirmService"
325
325
  }
326
326
  }
327
327
  ]
328
328
  },
329
329
  {
330
- "id": 131,
330
+ "id": 129,
331
331
  "name": "open",
332
332
  "kind": 2048,
333
333
  "kindString": "Method",
@@ -343,7 +343,7 @@
343
343
  ],
344
344
  "signatures": [
345
345
  {
346
- "id": 132,
346
+ "id": 130,
347
347
  "name": "open",
348
348
  "kind": 4096,
349
349
  "kindString": "Call signature",
@@ -353,7 +353,7 @@
353
353
  },
354
354
  "parameters": [
355
355
  {
356
- "id": 133,
356
+ "id": 131,
357
357
  "name": "config",
358
358
  "kind": 32768,
359
359
  "kindString": "Parameter",
@@ -363,14 +363,14 @@
363
363
  },
364
364
  "type": {
365
365
  "type": "reference",
366
- "id": 108,
366
+ "id": 106,
367
367
  "name": "SkyConfirmConfig"
368
368
  }
369
369
  }
370
370
  ],
371
371
  "type": {
372
372
  "type": "reference",
373
- "id": 114,
373
+ "id": 112,
374
374
  "name": "SkyConfirmInstance"
375
375
  }
376
376
  }
@@ -382,14 +382,14 @@
382
382
  "title": "Constructors",
383
383
  "kind": 512,
384
384
  "children": [
385
- 127
385
+ 125
386
386
  ]
387
387
  },
388
388
  {
389
389
  "title": "Methods",
390
390
  "kind": 2048,
391
391
  "children": [
392
- 131
392
+ 129
393
393
  ]
394
394
  }
395
395
  ],
@@ -402,7 +402,7 @@
402
402
  ]
403
403
  },
404
404
  {
405
- "id": 134,
405
+ "id": 132,
406
406
  "name": "SkyModalBeforeCloseHandler",
407
407
  "kind": 128,
408
408
  "kindString": "Class",
@@ -412,7 +412,7 @@
412
412
  },
413
413
  "children": [
414
414
  {
415
- "id": 135,
415
+ "id": 133,
416
416
  "name": "constructor",
417
417
  "kind": 512,
418
418
  "kindString": "Constructor",
@@ -426,14 +426,14 @@
426
426
  ],
427
427
  "signatures": [
428
428
  {
429
- "id": 136,
429
+ "id": 134,
430
430
  "name": "new SkyModalBeforeCloseHandler",
431
431
  "kind": 16384,
432
432
  "kindString": "Constructor signature",
433
433
  "flags": {},
434
434
  "parameters": [
435
435
  {
436
- "id": 137,
436
+ "id": 135,
437
437
  "name": "closeModal",
438
438
  "kind": 32768,
439
439
  "kindString": "Parameter",
@@ -446,21 +446,21 @@
446
446
  }
447
447
  },
448
448
  {
449
- "id": 138,
449
+ "id": 136,
450
450
  "name": "closeArgs",
451
451
  "kind": 32768,
452
452
  "kindString": "Parameter",
453
453
  "flags": {},
454
454
  "type": {
455
455
  "type": "reference",
456
- "id": 141,
456
+ "id": 139,
457
457
  "name": "SkyModalCloseArgs"
458
458
  }
459
459
  }
460
460
  ],
461
461
  "type": {
462
462
  "type": "reference",
463
- "id": 134,
463
+ "id": 132,
464
464
  "name": "SkyModalBeforeCloseHandler"
465
465
  }
466
466
  }
@@ -472,15 +472,15 @@
472
472
  "title": "Constructors",
473
473
  "kind": 512,
474
474
  "children": [
475
- 135
475
+ 133
476
476
  ]
477
477
  },
478
478
  {
479
479
  "title": "Properties",
480
480
  "kind": 1024,
481
481
  "children": [
482
- 140,
483
- 139
482
+ 138,
483
+ 137
484
484
  ]
485
485
  }
486
486
  ],
@@ -493,7 +493,7 @@
493
493
  ]
494
494
  },
495
495
  {
496
- "id": 141,
496
+ "id": 139,
497
497
  "name": "SkyModalCloseArgs",
498
498
  "kind": 128,
499
499
  "kindString": "Class",
@@ -503,7 +503,7 @@
503
503
  },
504
504
  "children": [
505
505
  {
506
- "id": 145,
506
+ "id": 143,
507
507
  "name": "data",
508
508
  "kind": 1024,
509
509
  "kindString": "Property",
@@ -526,7 +526,7 @@
526
526
  }
527
527
  },
528
528
  {
529
- "id": 144,
529
+ "id": 142,
530
530
  "name": "reason",
531
531
  "kind": 1024,
532
532
  "kindString": "Property",
@@ -534,7 +534,7 @@
534
534
  "isPublic": true
535
535
  },
536
536
  "comment": {
537
- "shortText": "Indicates the reason the modal was closed.\nOptions include `\"close\"`, `\"save\"`, and `\"cancel\"`."
537
+ "shortText": "The reason the modal was closed.\nOptions include `\"close\"`, `\"save\"`, and `\"cancel\"`."
538
538
  },
539
539
  "sources": [
540
540
  {
@@ -554,15 +554,15 @@
554
554
  "title": "Constructors",
555
555
  "kind": 512,
556
556
  "children": [
557
- 142
557
+ 140
558
558
  ]
559
559
  },
560
560
  {
561
561
  "title": "Properties",
562
562
  "kind": 1024,
563
563
  "children": [
564
- 145,
565
- 144
564
+ 143,
565
+ 142
566
566
  ]
567
567
  }
568
568
  ],
@@ -575,14 +575,14 @@
575
575
  ]
576
576
  },
577
577
  {
578
- "id": 183,
578
+ "id": 181,
579
579
  "name": "SkyModalInstance",
580
580
  "kind": 128,
581
581
  "kindString": "Class",
582
582
  "flags": {},
583
583
  "children": [
584
584
  {
585
- "id": 192,
585
+ "id": 190,
586
586
  "name": "componentInstance",
587
587
  "kind": 1024,
588
588
  "kindString": "Property",
@@ -605,7 +605,7 @@
605
605
  }
606
606
  },
607
607
  {
608
- "id": 186,
608
+ "id": 184,
609
609
  "name": "beforeClose",
610
610
  "kind": 262144,
611
611
  "kindString": "Accessor",
@@ -621,7 +621,7 @@
621
621
  ],
622
622
  "getSignature": [
623
623
  {
624
- "id": 187,
624
+ "id": 185,
625
625
  "name": "beforeClose",
626
626
  "kind": 524288,
627
627
  "kindString": "Get signature",
@@ -634,7 +634,7 @@
634
634
  "typeArguments": [
635
635
  {
636
636
  "type": "reference",
637
- "id": 134,
637
+ "id": 132,
638
638
  "name": "SkyModalBeforeCloseHandler"
639
639
  }
640
640
  ],
@@ -646,7 +646,7 @@
646
646
  ]
647
647
  },
648
648
  {
649
- "id": 188,
649
+ "id": 186,
650
650
  "name": "closed",
651
651
  "kind": 262144,
652
652
  "kindString": "Accessor",
@@ -662,7 +662,7 @@
662
662
  ],
663
663
  "getSignature": [
664
664
  {
665
- "id": 189,
665
+ "id": 187,
666
666
  "name": "closed",
667
667
  "kind": 524288,
668
668
  "kindString": "Get signature",
@@ -675,7 +675,7 @@
675
675
  "typeArguments": [
676
676
  {
677
677
  "type": "reference",
678
- "id": 141,
678
+ "id": 139,
679
679
  "name": "SkyModalCloseArgs"
680
680
  }
681
681
  ],
@@ -687,7 +687,7 @@
687
687
  ]
688
688
  },
689
689
  {
690
- "id": 190,
690
+ "id": 188,
691
691
  "name": "helpOpened",
692
692
  "kind": 262144,
693
693
  "kindString": "Accessor",
@@ -703,7 +703,7 @@
703
703
  ],
704
704
  "getSignature": [
705
705
  {
706
- "id": 191,
706
+ "id": 189,
707
707
  "name": "helpOpened",
708
708
  "kind": 524288,
709
709
  "kindString": "Get signature",
@@ -727,7 +727,7 @@
727
727
  ]
728
728
  },
729
729
  {
730
- "id": 201,
730
+ "id": 199,
731
731
  "name": "cancel",
732
732
  "kind": 2048,
733
733
  "kindString": "Method",
@@ -743,7 +743,7 @@
743
743
  ],
744
744
  "signatures": [
745
745
  {
746
- "id": 202,
746
+ "id": 200,
747
747
  "name": "cancel",
748
748
  "kind": 4096,
749
749
  "kindString": "Call signature",
@@ -753,7 +753,7 @@
753
753
  },
754
754
  "parameters": [
755
755
  {
756
- "id": 203,
756
+ "id": 201,
757
757
  "name": "result",
758
758
  "kind": 32768,
759
759
  "kindString": "Parameter",
@@ -777,7 +777,7 @@
777
777
  ]
778
778
  },
779
779
  {
780
- "id": 196,
780
+ "id": 194,
781
781
  "name": "close",
782
782
  "kind": 2048,
783
783
  "kindString": "Method",
@@ -793,7 +793,7 @@
793
793
  ],
794
794
  "signatures": [
795
795
  {
796
- "id": 197,
796
+ "id": 195,
797
797
  "name": "close",
798
798
  "kind": 4096,
799
799
  "kindString": "Call signature",
@@ -803,7 +803,7 @@
803
803
  },
804
804
  "parameters": [
805
805
  {
806
- "id": 198,
806
+ "id": 196,
807
807
  "name": "result",
808
808
  "kind": 32768,
809
809
  "kindString": "Parameter",
@@ -819,7 +819,7 @@
819
819
  }
820
820
  },
821
821
  {
822
- "id": 199,
822
+ "id": 197,
823
823
  "name": "reason",
824
824
  "kind": 32768,
825
825
  "kindString": "Parameter",
@@ -835,7 +835,7 @@
835
835
  }
836
836
  },
837
837
  {
838
- "id": 200,
838
+ "id": 198,
839
839
  "name": "ignoreBeforeClose",
840
840
  "kind": 32768,
841
841
  "kindString": "Parameter",
@@ -859,7 +859,7 @@
859
859
  ]
860
860
  },
861
861
  {
862
- "id": 207,
862
+ "id": 205,
863
863
  "name": "openHelp",
864
864
  "kind": 2048,
865
865
  "kindString": "Method",
@@ -875,7 +875,7 @@
875
875
  ],
876
876
  "signatures": [
877
877
  {
878
- "id": 208,
878
+ "id": 206,
879
879
  "name": "openHelp",
880
880
  "kind": 4096,
881
881
  "kindString": "Call signature",
@@ -885,7 +885,7 @@
885
885
  },
886
886
  "parameters": [
887
887
  {
888
- "id": 209,
888
+ "id": 207,
889
889
  "name": "helpKey",
890
890
  "kind": 32768,
891
891
  "kindString": "Parameter",
@@ -907,7 +907,7 @@
907
907
  ]
908
908
  },
909
909
  {
910
- "id": 204,
910
+ "id": 202,
911
911
  "name": "save",
912
912
  "kind": 2048,
913
913
  "kindString": "Method",
@@ -923,7 +923,7 @@
923
923
  ],
924
924
  "signatures": [
925
925
  {
926
- "id": 205,
926
+ "id": 203,
927
927
  "name": "save",
928
928
  "kind": 4096,
929
929
  "kindString": "Call signature",
@@ -933,7 +933,7 @@
933
933
  },
934
934
  "parameters": [
935
935
  {
936
- "id": 206,
936
+ "id": 204,
937
937
  "name": "result",
938
938
  "kind": 32768,
939
939
  "kindString": "Parameter",
@@ -962,33 +962,33 @@
962
962
  "title": "Constructors",
963
963
  "kind": 512,
964
964
  "children": [
965
- 184
965
+ 182
966
966
  ]
967
967
  },
968
968
  {
969
969
  "title": "Properties",
970
970
  "kind": 1024,
971
971
  "children": [
972
- 192
972
+ 190
973
973
  ]
974
974
  },
975
975
  {
976
976
  "title": "Accessors",
977
977
  "kind": 262144,
978
978
  "children": [
979
+ 184,
979
980
  186,
980
- 188,
981
- 190
981
+ 188
982
982
  ]
983
983
  },
984
984
  {
985
985
  "title": "Methods",
986
986
  "kind": 2048,
987
987
  "children": [
988
- 201,
989
- 196,
990
- 207,
991
- 204
988
+ 199,
989
+ 194,
990
+ 205,
991
+ 202
992
992
  ]
993
993
  }
994
994
  ],
@@ -1001,7 +1001,7 @@
1001
1001
  ]
1002
1002
  },
1003
1003
  {
1004
- "id": 228,
1004
+ "id": 226,
1005
1005
  "name": "SkyModalModule",
1006
1006
  "kind": 128,
1007
1007
  "kindString": "Class",
@@ -1016,7 +1016,7 @@
1016
1016
  "name": "NgModule"
1017
1017
  },
1018
1018
  "arguments": {
1019
- "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 SkyTrimModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n ],\n}"
1019
+ "obj": "{\n declarations: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalHostComponent,\n SkyModalScrollShadowDirective,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyIconModule,\n SkyIdModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n ],\n}"
1020
1020
  }
1021
1021
  }
1022
1022
  ],
@@ -1026,20 +1026,20 @@
1026
1026
  "title": "Constructors",
1027
1027
  "kind": 512,
1028
1028
  "children": [
1029
- 229
1029
+ 227
1030
1030
  ]
1031
1031
  }
1032
1032
  ],
1033
1033
  "sources": [
1034
1034
  {
1035
1035
  "fileName": "projects/modals/src/modules/modal/modal.module.ts",
1036
- "line": 41,
1036
+ "line": 42,
1037
1037
  "character": 13
1038
1038
  }
1039
1039
  ]
1040
1040
  },
1041
1041
  {
1042
- "id": 231,
1042
+ "id": 229,
1043
1043
  "name": "SkyModalService",
1044
1044
  "kind": 128,
1045
1045
  "kindString": "Class",
@@ -1069,7 +1069,7 @@
1069
1069
  ],
1070
1070
  "children": [
1071
1071
  {
1072
- "id": 233,
1072
+ "id": 231,
1073
1073
  "name": "constructor",
1074
1074
  "kind": 512,
1075
1075
  "kindString": "Constructor",
@@ -1083,14 +1083,14 @@
1083
1083
  ],
1084
1084
  "signatures": [
1085
1085
  {
1086
- "id": 234,
1086
+ "id": 232,
1087
1087
  "name": "new SkyModalService",
1088
1088
  "kind": 16384,
1089
1089
  "kindString": "Constructor signature",
1090
1090
  "flags": {},
1091
1091
  "parameters": [
1092
1092
  {
1093
- "id": 235,
1093
+ "id": 233,
1094
1094
  "name": "dynamicComponentService",
1095
1095
  "kind": 32768,
1096
1096
  "kindString": "Parameter",
@@ -1103,14 +1103,14 @@
1103
1103
  ],
1104
1104
  "type": {
1105
1105
  "type": "reference",
1106
- "id": 231,
1106
+ "id": 229,
1107
1107
  "name": "SkyModalService"
1108
1108
  }
1109
1109
  }
1110
1110
  ]
1111
1111
  },
1112
1112
  {
1113
- "id": 239,
1113
+ "id": 237,
1114
1114
  "name": "open",
1115
1115
  "kind": 2048,
1116
1116
  "kindString": "Method",
@@ -1126,7 +1126,7 @@
1126
1126
  ],
1127
1127
  "signatures": [
1128
1128
  {
1129
- "id": 240,
1129
+ "id": 238,
1130
1130
  "name": "open",
1131
1131
  "kind": 4096,
1132
1132
  "kindString": "Call signature",
@@ -1136,7 +1136,7 @@
1136
1136
  },
1137
1137
  "parameters": [
1138
1138
  {
1139
- "id": 241,
1139
+ "id": 239,
1140
1140
  "name": "component",
1141
1141
  "kind": 32768,
1142
1142
  "kindString": "Parameter",
@@ -1150,7 +1150,7 @@
1150
1150
  }
1151
1151
  },
1152
1152
  {
1153
- "id": 242,
1153
+ "id": 240,
1154
1154
  "name": "config",
1155
1155
  "kind": 32768,
1156
1156
  "kindString": "Parameter",
@@ -1172,7 +1172,7 @@
1172
1172
  },
1173
1173
  {
1174
1174
  "type": "reference",
1175
- "id": 218,
1175
+ "id": 216,
1176
1176
  "name": "SkyModalConfigurationInterface"
1177
1177
  }
1178
1178
  ]
@@ -1181,7 +1181,7 @@
1181
1181
  ],
1182
1182
  "type": {
1183
1183
  "type": "reference",
1184
- "id": 183,
1184
+ "id": 181,
1185
1185
  "name": "SkyModalInstance"
1186
1186
  }
1187
1187
  }
@@ -1193,14 +1193,14 @@
1193
1193
  "title": "Constructors",
1194
1194
  "kind": 512,
1195
1195
  "children": [
1196
- 233
1196
+ 231
1197
1197
  ]
1198
1198
  },
1199
1199
  {
1200
1200
  "title": "Methods",
1201
1201
  "kind": 2048,
1202
1202
  "children": [
1203
- 239
1203
+ 237
1204
1204
  ]
1205
1205
  }
1206
1206
  ],
@@ -1276,7 +1276,7 @@
1276
1276
  ],
1277
1277
  "type": {
1278
1278
  "type": "reference",
1279
- "id": 108,
1279
+ "id": 106,
1280
1280
  "name": "SkyConfirmConfig"
1281
1281
  }
1282
1282
  },
@@ -1288,7 +1288,7 @@
1288
1288
  "flags": {},
1289
1289
  "type": {
1290
1290
  "type": "reference",
1291
- "id": 183,
1291
+ "id": 181,
1292
1292
  "name": "SkyModalInstance"
1293
1293
  }
1294
1294
  },
@@ -1683,7 +1683,7 @@
1683
1683
  "sources": [
1684
1684
  {
1685
1685
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1686
- "line": 115,
1686
+ "line": 107,
1687
1687
  "character": 2
1688
1688
  }
1689
1689
  ],
@@ -1837,7 +1837,7 @@
1837
1837
  "sources": [
1838
1838
  {
1839
1839
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1840
- "line": 53,
1840
+ "line": 51,
1841
1841
  "character": 9
1842
1842
  }
1843
1843
  ],
@@ -1858,7 +1858,7 @@
1858
1858
  "sources": [
1859
1859
  {
1860
1860
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1861
- "line": 85,
1861
+ "line": 83,
1862
1862
  "character": 9
1863
1863
  }
1864
1864
  ],
@@ -1868,28 +1868,7 @@
1868
1868
  }
1869
1869
  },
1870
1870
  {
1871
- "id": 63,
1872
- "name": "modalContentId",
1873
- "kind": 1024,
1874
- "kindString": "Property",
1875
- "flags": {
1876
- "isPublic": true
1877
- },
1878
- "sources": [
1879
- {
1880
- "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1881
- "line": 89,
1882
- "character": 9
1883
- }
1884
- ],
1885
- "type": {
1886
- "type": "intrinsic",
1887
- "name": "string"
1888
- },
1889
- "defaultValue": "..."
1890
- },
1891
- {
1892
- "id": 68,
1871
+ "id": 66,
1893
1872
  "name": "modalContentWrapperElement",
1894
1873
  "kind": 1024,
1895
1874
  "kindString": "Property",
@@ -1914,7 +1893,7 @@
1914
1893
  "sources": [
1915
1894
  {
1916
1895
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1917
- "line": 102,
1896
+ "line": 94,
1918
1897
  "character": 9
1919
1898
  }
1920
1899
  ],
@@ -1931,27 +1910,6 @@
1931
1910
  "name": "ElementRef"
1932
1911
  }
1933
1912
  },
1934
- {
1935
- "id": 64,
1936
- "name": "modalHeaderId",
1937
- "kind": 1024,
1938
- "kindString": "Property",
1939
- "flags": {
1940
- "isPublic": true
1941
- },
1942
- "sources": [
1943
- {
1944
- "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1945
- "line": 92,
1946
- "character": 9
1947
- }
1948
- ],
1949
- "type": {
1950
- "type": "intrinsic",
1951
- "name": "string"
1952
- },
1953
- "defaultValue": "..."
1954
- },
1955
1913
  {
1956
1914
  "id": 62,
1957
1915
  "name": "modalState",
@@ -1963,7 +1921,7 @@
1963
1921
  "sources": [
1964
1922
  {
1965
1923
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1966
- "line": 87,
1924
+ "line": 85,
1967
1925
  "character": 9
1968
1926
  }
1969
1927
  ],
@@ -1974,7 +1932,7 @@
1974
1932
  "defaultValue": "'in'"
1975
1933
  },
1976
1934
  {
1977
- "id": 65,
1935
+ "id": 63,
1978
1936
  "name": "modalZIndex",
1979
1937
  "kind": 1024,
1980
1938
  "kindString": "Property",
@@ -1984,7 +1942,7 @@
1984
1942
  "sources": [
1985
1943
  {
1986
1944
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
1987
- "line": 95,
1945
+ "line": 87,
1988
1946
  "character": 9
1989
1947
  }
1990
1948
  ],
@@ -1994,7 +1952,7 @@
1994
1952
  }
1995
1953
  },
1996
1954
  {
1997
- "id": 66,
1955
+ "id": 64,
1998
1956
  "name": "scrollShadow",
1999
1957
  "kind": 1024,
2000
1958
  "kindString": "Property",
@@ -2004,7 +1962,7 @@
2004
1962
  "sources": [
2005
1963
  {
2006
1964
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2007
- "line": 97,
1965
+ "line": 89,
2008
1966
  "character": 9
2009
1967
  }
2010
1968
  ],
@@ -2014,7 +1972,7 @@
2014
1972
  }
2015
1973
  },
2016
1974
  {
2017
- "id": 67,
1975
+ "id": 65,
2018
1976
  "name": "size",
2019
1977
  "kind": 1024,
2020
1978
  "kindString": "Property",
@@ -2024,7 +1982,7 @@
2024
1982
  "sources": [
2025
1983
  {
2026
1984
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2027
- "line": 99,
1985
+ "line": 91,
2028
1986
  "character": 9
2029
1987
  }
2030
1988
  ],
@@ -2058,7 +2016,7 @@
2058
2016
  "sources": [
2059
2017
  {
2060
2018
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2061
- "line": 43,
2019
+ "line": 41,
2062
2020
  "character": 9
2063
2021
  }
2064
2022
  ],
@@ -2068,7 +2026,7 @@
2068
2026
  }
2069
2027
  },
2070
2028
  {
2071
- "id": 90,
2029
+ "id": 88,
2072
2030
  "name": "closeButtonClick",
2073
2031
  "kind": 2048,
2074
2032
  "kindString": "Method",
@@ -2078,13 +2036,13 @@
2078
2036
  "sources": [
2079
2037
  {
2080
2038
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2081
- "line": 241,
2039
+ "line": 232,
2082
2040
  "character": 9
2083
2041
  }
2084
2042
  ],
2085
2043
  "signatures": [
2086
2044
  {
2087
- "id": 91,
2045
+ "id": 89,
2088
2046
  "name": "closeButtonClick",
2089
2047
  "kind": 4096,
2090
2048
  "kindString": "Call signature",
@@ -2097,7 +2055,7 @@
2097
2055
  ]
2098
2056
  },
2099
2057
  {
2100
- "id": 88,
2058
+ "id": 86,
2101
2059
  "name": "helpButtonClick",
2102
2060
  "kind": 2048,
2103
2061
  "kindString": "Method",
@@ -2107,13 +2065,13 @@
2107
2065
  "sources": [
2108
2066
  {
2109
2067
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2110
- "line": 235,
2068
+ "line": 226,
2111
2069
  "character": 9
2112
2070
  }
2113
2071
  ],
2114
2072
  "signatures": [
2115
2073
  {
2116
- "id": 89,
2074
+ "id": 87,
2117
2075
  "name": "helpButtonClick",
2118
2076
  "kind": 4096,
2119
2077
  "kindString": "Call signature",
@@ -2126,7 +2084,7 @@
2126
2084
  ]
2127
2085
  },
2128
2086
  {
2129
- "id": 84,
2087
+ "id": 82,
2130
2088
  "name": "ngAfterViewInit",
2131
2089
  "kind": 2048,
2132
2090
  "kindString": "Method",
@@ -2136,13 +2094,13 @@
2136
2094
  "sources": [
2137
2095
  {
2138
2096
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2139
- "line": 206,
2097
+ "line": 198,
2140
2098
  "character": 9
2141
2099
  }
2142
2100
  ],
2143
2101
  "signatures": [
2144
2102
  {
2145
- "id": 85,
2103
+ "id": 83,
2146
2104
  "name": "ngAfterViewInit",
2147
2105
  "kind": 4096,
2148
2106
  "kindString": "Call signature",
@@ -2163,7 +2121,7 @@
2163
2121
  }
2164
2122
  },
2165
2123
  {
2166
- "id": 86,
2124
+ "id": 84,
2167
2125
  "name": "ngOnDestroy",
2168
2126
  "kind": 2048,
2169
2127
  "kindString": "Method",
@@ -2173,13 +2131,13 @@
2173
2131
  "sources": [
2174
2132
  {
2175
2133
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2176
- "line": 228,
2134
+ "line": 219,
2177
2135
  "character": 9
2178
2136
  }
2179
2137
  ],
2180
2138
  "signatures": [
2181
2139
  {
2182
- "id": 87,
2140
+ "id": 85,
2183
2141
  "name": "ngOnDestroy",
2184
2142
  "kind": 4096,
2185
2143
  "kindString": "Call signature",
@@ -2200,7 +2158,7 @@
2200
2158
  }
2201
2159
  },
2202
2160
  {
2203
- "id": 81,
2161
+ "id": 79,
2204
2162
  "name": "onDocumentKeyDown",
2205
2163
  "kind": 2048,
2206
2164
  "kindString": "Method",
@@ -2225,20 +2183,20 @@
2225
2183
  "sources": [
2226
2184
  {
2227
2185
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2228
- "line": 165,
2186
+ "line": 157,
2229
2187
  "character": 9
2230
2188
  }
2231
2189
  ],
2232
2190
  "signatures": [
2233
2191
  {
2234
- "id": 82,
2192
+ "id": 80,
2235
2193
  "name": "onDocumentKeyDown",
2236
2194
  "kind": 4096,
2237
2195
  "kindString": "Call signature",
2238
2196
  "flags": {},
2239
2197
  "parameters": [
2240
2198
  {
2241
- "id": 83,
2199
+ "id": 81,
2242
2200
  "name": "event",
2243
2201
  "kind": 32768,
2244
2202
  "kindString": "Parameter",
@@ -2259,7 +2217,7 @@
2259
2217
  ]
2260
2218
  },
2261
2219
  {
2262
- "id": 78,
2220
+ "id": 76,
2263
2221
  "name": "onDocumentKeyUp",
2264
2222
  "kind": 2048,
2265
2223
  "kindString": "Method",
@@ -2284,20 +2242,20 @@
2284
2242
  "sources": [
2285
2243
  {
2286
2244
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2287
- "line": 149,
2245
+ "line": 141,
2288
2246
  "character": 9
2289
2247
  }
2290
2248
  ],
2291
2249
  "signatures": [
2292
2250
  {
2293
- "id": 79,
2251
+ "id": 77,
2294
2252
  "name": "onDocumentKeyUp",
2295
2253
  "kind": 4096,
2296
2254
  "kindString": "Call signature",
2297
2255
  "flags": {},
2298
2256
  "parameters": [
2299
2257
  {
2300
- "id": 80,
2258
+ "id": 78,
2301
2259
  "name": "event",
2302
2260
  "kind": 32768,
2303
2261
  "kindString": "Parameter",
@@ -2318,7 +2276,7 @@
2318
2276
  ]
2319
2277
  },
2320
2278
  {
2321
- "id": 94,
2279
+ "id": 92,
2322
2280
  "name": "scrollShadowChange",
2323
2281
  "kind": 2048,
2324
2282
  "kindString": "Method",
@@ -2328,20 +2286,20 @@
2328
2286
  "sources": [
2329
2287
  {
2330
2288
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2331
- "line": 249,
2289
+ "line": 240,
2332
2290
  "character": 9
2333
2291
  }
2334
2292
  ],
2335
2293
  "signatures": [
2336
2294
  {
2337
- "id": 95,
2295
+ "id": 93,
2338
2296
  "name": "scrollShadowChange",
2339
2297
  "kind": 4096,
2340
2298
  "kindString": "Call signature",
2341
2299
  "flags": {},
2342
2300
  "parameters": [
2343
2301
  {
2344
- "id": 96,
2302
+ "id": 94,
2345
2303
  "name": "args",
2346
2304
  "kind": 32768,
2347
2305
  "kindString": "Parameter",
@@ -2360,7 +2318,7 @@
2360
2318
  ]
2361
2319
  },
2362
2320
  {
2363
- "id": 97,
2321
+ "id": 95,
2364
2322
  "name": "viewkeeperEnabled",
2365
2323
  "kind": 2048,
2366
2324
  "kindString": "Method",
@@ -2370,13 +2328,13 @@
2370
2328
  "sources": [
2371
2329
  {
2372
2330
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2373
- "line": 253,
2331
+ "line": 244,
2374
2332
  "character": 9
2375
2333
  }
2376
2334
  ],
2377
2335
  "signatures": [
2378
2336
  {
2379
- "id": 98,
2337
+ "id": 96,
2380
2338
  "name": "viewkeeperEnabled",
2381
2339
  "kind": 4096,
2382
2340
  "kindString": "Call signature",
@@ -2389,7 +2347,7 @@
2389
2347
  ]
2390
2348
  },
2391
2349
  {
2392
- "id": 92,
2350
+ "id": 90,
2393
2351
  "name": "windowResize",
2394
2352
  "kind": 2048,
2395
2353
  "kindString": "Method",
@@ -2399,13 +2357,13 @@
2399
2357
  "sources": [
2400
2358
  {
2401
2359
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2402
- "line": 245,
2360
+ "line": 236,
2403
2361
  "character": 9
2404
2362
  }
2405
2363
  ],
2406
2364
  "signatures": [
2407
2365
  {
2408
- "id": 93,
2366
+ "id": 91,
2409
2367
  "name": "windowResize",
2410
2368
  "kind": 4096,
2411
2369
  "kindString": "Call signature",
@@ -2432,13 +2390,11 @@
2432
2390
  "children": [
2433
2391
  51,
2434
2392
  61,
2393
+ 66,
2394
+ 62,
2435
2395
  63,
2436
- 68,
2437
2396
  64,
2438
- 62,
2439
2397
  65,
2440
- 66,
2441
- 67,
2442
2398
  47
2443
2399
  ]
2444
2400
  },
@@ -2446,22 +2402,22 @@
2446
2402
  "title": "Methods",
2447
2403
  "kind": 2048,
2448
2404
  "children": [
2449
- 90,
2450
2405
  88,
2451
- 84,
2452
2406
  86,
2453
- 81,
2454
- 78,
2455
- 94,
2456
- 97,
2457
- 92
2407
+ 82,
2408
+ 84,
2409
+ 79,
2410
+ 76,
2411
+ 92,
2412
+ 95,
2413
+ 90
2458
2414
  ]
2459
2415
  }
2460
2416
  ],
2461
2417
  "sources": [
2462
2418
  {
2463
2419
  "fileName": "projects/modals/src/modules/modal/modal.component.ts",
2464
- "line": 41,
2420
+ "line": 39,
2465
2421
  "character": 13
2466
2422
  }
2467
2423
  ],
@@ -2481,20 +2437,20 @@
2481
2437
  ]
2482
2438
  },
2483
2439
  {
2484
- "id": 100,
2440
+ "id": 98,
2485
2441
  "name": "SkyConfirmButtonConfig",
2486
2442
  "kind": 256,
2487
2443
  "kindString": "Interface",
2488
2444
  "flags": {},
2489
2445
  "children": [
2490
2446
  {
2491
- "id": 101,
2447
+ "id": 99,
2492
2448
  "name": "action",
2493
2449
  "kind": 1024,
2494
2450
  "kindString": "Property",
2495
2451
  "flags": {},
2496
2452
  "comment": {
2497
- "shortText": "Specifies an identifier to return when users select the button to close the\ndialog. This is useful to determine which button users select."
2453
+ "shortText": "The identifier to return when users select the button to close the\ndialog. This is useful to determine which button users select."
2498
2454
  },
2499
2455
  "sources": [
2500
2456
  {
@@ -2509,7 +2465,7 @@
2509
2465
  }
2510
2466
  },
2511
2467
  {
2512
- "id": 104,
2468
+ "id": 102,
2513
2469
  "name": "autofocus",
2514
2470
  "kind": 1024,
2515
2471
  "kindString": "Property",
@@ -2517,7 +2473,7 @@
2517
2473
  "isOptional": true
2518
2474
  },
2519
2475
  "comment": {
2520
- "shortText": "Indicates whether to place focus on this button by default.",
2476
+ "shortText": "Whether to place focus on this button by default.",
2521
2477
  "tags": [
2522
2478
  {
2523
2479
  "tag": "deprecated",
@@ -2538,7 +2494,7 @@
2538
2494
  }
2539
2495
  },
2540
2496
  {
2541
- "id": 103,
2497
+ "id": 101,
2542
2498
  "name": "styleType",
2543
2499
  "kind": 1024,
2544
2500
  "kindString": "Property",
@@ -2546,7 +2502,7 @@
2546
2502
  "isOptional": true
2547
2503
  },
2548
2504
  "comment": {
2549
- "shortText": "Specifies a style to apply to the button. The valid options are `primary` for\nthe button that triggers the recommended or most-common action, `default` for\nbuttons that trigger less-common actions, and `link` for a button that\ncloses the dialog."
2505
+ "shortText": "The style to apply to the button. The valid options are `primary` for\nthe button that triggers the recommended or most-common action, `default` for\nbuttons that trigger less-common actions, and `link` for a button that\ncloses the dialog."
2550
2506
  },
2551
2507
  "sources": [
2552
2508
  {
@@ -2561,13 +2517,13 @@
2561
2517
  }
2562
2518
  },
2563
2519
  {
2564
- "id": 102,
2520
+ "id": 100,
2565
2521
  "name": "text",
2566
2522
  "kind": 1024,
2567
2523
  "kindString": "Property",
2568
2524
  "flags": {},
2569
2525
  "comment": {
2570
- "shortText": "Specifies the label for the button."
2526
+ "shortText": "The label for the button."
2571
2527
  },
2572
2528
  "sources": [
2573
2529
  {
@@ -2587,10 +2543,10 @@
2587
2543
  "title": "Properties",
2588
2544
  "kind": 1024,
2589
2545
  "children": [
2546
+ 99,
2547
+ 102,
2590
2548
  101,
2591
- 104,
2592
- 103,
2593
- 102
2549
+ 100
2594
2550
  ]
2595
2551
  }
2596
2552
  ],
@@ -2603,14 +2559,14 @@
2603
2559
  ]
2604
2560
  },
2605
2561
  {
2606
- "id": 106,
2562
+ "id": 104,
2607
2563
  "name": "SkyConfirmCloseEventArgs",
2608
2564
  "kind": 256,
2609
2565
  "kindString": "Interface",
2610
2566
  "flags": {},
2611
2567
  "children": [
2612
2568
  {
2613
- "id": 107,
2569
+ "id": 105,
2614
2570
  "name": "action",
2615
2571
  "kind": 1024,
2616
2572
  "kindString": "Property",
@@ -2636,7 +2592,7 @@
2636
2592
  "title": "Properties",
2637
2593
  "kind": 1024,
2638
2594
  "children": [
2639
- 107
2595
+ 105
2640
2596
  ]
2641
2597
  }
2642
2598
  ],
@@ -2649,14 +2605,14 @@
2649
2605
  ]
2650
2606
  },
2651
2607
  {
2652
- "id": 108,
2608
+ "id": 106,
2653
2609
  "name": "SkyConfirmConfig",
2654
2610
  "kind": 256,
2655
2611
  "kindString": "Interface",
2656
2612
  "flags": {},
2657
2613
  "children": [
2658
2614
  {
2659
- "id": 110,
2615
+ "id": 108,
2660
2616
  "name": "body",
2661
2617
  "kind": 1024,
2662
2618
  "kindString": "Property",
@@ -2664,7 +2620,7 @@
2664
2620
  "isOptional": true
2665
2621
  },
2666
2622
  "comment": {
2667
- "shortText": "Specifies secondary text to display under the primary message."
2623
+ "shortText": "Secondary text to display under the primary message."
2668
2624
  },
2669
2625
  "sources": [
2670
2626
  {
@@ -2679,7 +2635,7 @@
2679
2635
  }
2680
2636
  },
2681
2637
  {
2682
- "id": 111,
2638
+ "id": 109,
2683
2639
  "name": "buttons",
2684
2640
  "kind": 1024,
2685
2641
  "kindString": "Property",
@@ -2687,7 +2643,7 @@
2687
2643
  "isOptional": true
2688
2644
  },
2689
2645
  "comment": {
2690
- "shortText": "Specifies a list of buttons to display when the `type` property is set to `SkyConfirmType.Custom`."
2646
+ "shortText": "The list of buttons to display when the `type` property is set to `SkyConfirmType.Custom`."
2691
2647
  },
2692
2648
  "sources": [
2693
2649
  {
@@ -2700,19 +2656,19 @@
2700
2656
  "type": "array",
2701
2657
  "elementType": {
2702
2658
  "type": "reference",
2703
- "id": 100,
2659
+ "id": 98,
2704
2660
  "name": "SkyConfirmButtonConfig"
2705
2661
  }
2706
2662
  }
2707
2663
  },
2708
2664
  {
2709
- "id": 109,
2665
+ "id": 107,
2710
2666
  "name": "message",
2711
2667
  "kind": 1024,
2712
2668
  "kindString": "Property",
2713
2669
  "flags": {},
2714
2670
  "comment": {
2715
- "shortText": "Specifies the message to display in bold at the top of the dialog.",
2671
+ "shortText": "The message to display in bold at the top of the dialog.",
2716
2672
  "tags": [
2717
2673
  {
2718
2674
  "tag": "required",
@@ -2733,7 +2689,7 @@
2733
2689
  }
2734
2690
  },
2735
2691
  {
2736
- "id": 112,
2692
+ "id": 110,
2737
2693
  "name": "preserveWhiteSpace",
2738
2694
  "kind": 1024,
2739
2695
  "kindString": "Property",
@@ -2741,7 +2697,7 @@
2741
2697
  "isOptional": true
2742
2698
  },
2743
2699
  "comment": {
2744
- "shortText": "Indicates whether to preserve whitespace and new lines inside the dialog.",
2700
+ "shortText": "Whether to preserve whitespace and new lines inside the dialog.",
2745
2701
  "tags": [
2746
2702
  {
2747
2703
  "tag": "default",
@@ -2762,7 +2718,7 @@
2762
2718
  }
2763
2719
  },
2764
2720
  {
2765
- "id": 113,
2721
+ "id": 111,
2766
2722
  "name": "type",
2767
2723
  "kind": 1024,
2768
2724
  "kindString": "Property",
@@ -2770,7 +2726,7 @@
2770
2726
  "isOptional": true
2771
2727
  },
2772
2728
  "comment": {
2773
- "shortText": "Specifies a preset button configuration for the dialog."
2729
+ "shortText": "The preset button configuration for the dialog."
2774
2730
  },
2775
2731
  "sources": [
2776
2732
  {
@@ -2781,7 +2737,7 @@
2781
2737
  ],
2782
2738
  "type": {
2783
2739
  "type": "reference",
2784
- "id": 118,
2740
+ "id": 116,
2785
2741
  "name": "SkyConfirmType"
2786
2742
  }
2787
2743
  }
@@ -2791,11 +2747,11 @@
2791
2747
  "title": "Properties",
2792
2748
  "kind": 1024,
2793
2749
  "children": [
2794
- 110,
2795
- 111,
2750
+ 108,
2796
2751
  109,
2797
- 112,
2798
- 113
2752
+ 107,
2753
+ 110,
2754
+ 111
2799
2755
  ]
2800
2756
  }
2801
2757
  ],
@@ -2808,7 +2764,7 @@
2808
2764
  ]
2809
2765
  },
2810
2766
  {
2811
- "id": 218,
2767
+ "id": 216,
2812
2768
  "name": "SkyModalConfigurationInterface",
2813
2769
  "kind": 256,
2814
2770
  "kindString": "Interface",
@@ -2818,7 +2774,7 @@
2818
2774
  },
2819
2775
  "children": [
2820
2776
  {
2821
- "id": 222,
2777
+ "id": 220,
2822
2778
  "name": "ariaDescribedBy",
2823
2779
  "kind": 1024,
2824
2780
  "kindString": "Property",
@@ -2826,7 +2782,7 @@
2826
2782
  "isOptional": true
2827
2783
  },
2828
2784
  "comment": {
2829
- "shortText": "Specifies the HTML element ID (without the leading `#`) of the element that describes\nthe modal. This sets the modal's `aria-describedby` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the modal but not on items that users interact\nwith, such as buttons and forms. If you do not specify an ID, the default description is\nthe content of the `sky-modal-content` component."
2785
+ "shortText": "The HTML element ID (without the leading `#`) of the element that describes\nthe modal. This sets the modal's `aria-describedby` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the modal but not on items that users interact\nwith, such as buttons and forms. If you do not specify an ID, the default description is\nthe content of the `sky-modal-content` component."
2830
2786
  },
2831
2787
  "sources": [
2832
2788
  {
@@ -2841,7 +2797,7 @@
2841
2797
  }
2842
2798
  },
2843
2799
  {
2844
- "id": 223,
2800
+ "id": 221,
2845
2801
  "name": "ariaLabelledBy",
2846
2802
  "kind": 1024,
2847
2803
  "kindString": "Property",
@@ -2849,7 +2805,7 @@
2849
2805
  "isOptional": true
2850
2806
  },
2851
2807
  "comment": {
2852
- "shortText": "Specifies the HTML element ID (without the leading `#`) of the element that labels\nthe modal. This sets the `aria-labelledby` attribute for the modal\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThis is typically a header element, and if you do not specify an ID, the default value\nis the content of the `sky-modal-header` component."
2808
+ "shortText": "The HTML element ID (without the leading `#`) of the element that labels\nthe modal. This sets the `aria-labelledby` attribute for the modal\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThis is typically a header element, and if you do not specify an ID, the default value\nis the content of the `sky-modal-header` component."
2853
2809
  },
2854
2810
  "sources": [
2855
2811
  {
@@ -2864,7 +2820,7 @@
2864
2820
  }
2865
2821
  },
2866
2822
  {
2867
- "id": 224,
2823
+ "id": 222,
2868
2824
  "name": "ariaRole",
2869
2825
  "kind": 1024,
2870
2826
  "kindString": "Property",
@@ -2872,7 +2828,7 @@
2872
2828
  "isOptional": true
2873
2829
  },
2874
2830
  "comment": {
2875
- "shortText": "Specifies an ARIA role for the modal\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the modal functions and what it controls. For information about\nhow an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](http://www.w3.org/WAI/PF/aria/roles). By default, modals set\nthe ARIA role to `dialog`.",
2831
+ "shortText": "The ARIA role for the modal\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the modal functions and what it controls. For information about\nhow an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](http://www.w3.org/WAI/PF/aria/roles). By default, modals set\nthe ARIA role to `dialog`.",
2876
2832
  "tags": [
2877
2833
  {
2878
2834
  "tag": "default",
@@ -2893,7 +2849,7 @@
2893
2849
  }
2894
2850
  },
2895
2851
  {
2896
- "id": 219,
2852
+ "id": 217,
2897
2853
  "name": "fullPage",
2898
2854
  "kind": 1024,
2899
2855
  "kindString": "Property",
@@ -2901,7 +2857,7 @@
2901
2857
  "isOptional": true
2902
2858
  },
2903
2859
  "comment": {
2904
- "shortText": "Indicates whether to display the modal full screen.\nThis property defaults to `false`."
2860
+ "shortText": "Whether to display the modal full screen.\nThis property defaults to `false`."
2905
2861
  },
2906
2862
  "sources": [
2907
2863
  {
@@ -2916,7 +2872,7 @@
2916
2872
  }
2917
2873
  },
2918
2874
  {
2919
- "id": 226,
2875
+ "id": 224,
2920
2876
  "name": "helpKey",
2921
2877
  "kind": 1024,
2922
2878
  "kindString": "Property",
@@ -2927,14 +2883,14 @@
2927
2883
  "tags": [
2928
2884
  {
2929
2885
  "tag": "deprecated",
2930
- "text": "To display a help button in the modal header, include a help button element, such as `sky-help-inline`, in the `sky-modal-header` element and a `sky-control-help` CSS class on that help button element\nSpecifies a `helpKey` string. This property displays\nthe <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button in the modal header.\nWhen users click this button, the `helpOpened` event broadcasts the `helpKey` parameter.\nBlackbaud developers can use the Help Widget, which is for internal Blackbaud use only, to\n[display help content in a flyout panel](https://docs.blackbaud.com/bb-help-docs/components/modal-header).\n"
2886
+ "text": "To display a help button in the modal header, include a help button element, such as `sky-help-inline`, in the `sky-modal-header` element and a `sky-control-help` CSS class on that help button element\nThe `helpKey` string. This property displays\nthe <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button in the modal header.\nWhen users click this button, the `helpOpened` event broadcasts the `helpKey` parameter.\nBlackbaud developers can use the Help Widget, which is for internal Blackbaud use only, to\n[display help content in a flyout panel](https://docs.blackbaud.com/bb-help-docs/components/modal-header).\n"
2931
2887
  }
2932
2888
  ]
2933
2889
  },
2934
2890
  "sources": [
2935
2891
  {
2936
2892
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
2937
- "line": 74,
2893
+ "line": 75,
2938
2894
  "character": 2
2939
2895
  }
2940
2896
  ],
@@ -2944,7 +2900,7 @@
2944
2900
  }
2945
2901
  },
2946
2902
  {
2947
- "id": 221,
2903
+ "id": 219,
2948
2904
  "name": "providers",
2949
2905
  "kind": 1024,
2950
2906
  "kindString": "Property",
@@ -2972,7 +2928,7 @@
2972
2928
  }
2973
2929
  },
2974
2930
  {
2975
- "id": 220,
2931
+ "id": 218,
2976
2932
  "name": "size",
2977
2933
  "kind": 1024,
2978
2934
  "kindString": "Property",
@@ -2980,7 +2936,7 @@
2980
2936
  "isOptional": true
2981
2937
  },
2982
2938
  "comment": {
2983
- "shortText": "Specifies a size for the modal. The valid options are `small`, `medium`, and `large`.\nThis property defaults to `medium`."
2939
+ "shortText": "The size for the modal. The valid options are `small`, `medium`, and `large`.\nThis property defaults to `medium`."
2984
2940
  },
2985
2941
  "sources": [
2986
2942
  {
@@ -2995,7 +2951,7 @@
2995
2951
  }
2996
2952
  },
2997
2953
  {
2998
- "id": 225,
2954
+ "id": 223,
2999
2955
  "name": "tiledBody",
3000
2956
  "kind": 1024,
3001
2957
  "kindString": "Property",
@@ -3003,12 +2959,18 @@
3003
2959
  "isOptional": true
3004
2960
  },
3005
2961
  "comment": {
3006
- "shortText": "Indicates whether the modal uses tiles. When set to `true`, the modal's background switches\nto `$sky-background-color-neutral-light` and tile headings are styled as subsection headings.\nThis property defaults to `false`."
2962
+ "shortText": "Whether the modal uses tiles. When set to `true`, the modal's background switches\nto `$sky-background-color-neutral-light` and tile headings are styled as subsection headings.\nThis property defaults to `false`.",
2963
+ "tags": [
2964
+ {
2965
+ "tag": "deprecated",
2966
+ "text": "Tiles inside modals are no longer a recommended design pattern. For complex forms, use [sectioned forms](https://developer.blackbaud.com/skyux/components/sectioned-form) or [other form containers](https://developer.blackbaud.com/skyux/design/guidelines/form-design) instead.\n"
2967
+ }
2968
+ ]
3007
2969
  },
3008
2970
  "sources": [
3009
2971
  {
3010
2972
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3011
- "line": 64,
2973
+ "line": 65,
3012
2974
  "character": 2
3013
2975
  }
3014
2976
  ],
@@ -3018,7 +2980,7 @@
3018
2980
  }
3019
2981
  },
3020
2982
  {
3021
- "id": 227,
2983
+ "id": 225,
3022
2984
  "name": "wrapperClass",
3023
2985
  "kind": 1024,
3024
2986
  "kindString": "Property",
@@ -3026,12 +2988,12 @@
3026
2988
  "isOptional": true
3027
2989
  },
3028
2990
  "comment": {
3029
- "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."
2991
+ "shortText": "The CSS class to add to the modal, such as `ag-custom-component-popup` for\nusing a modal as part of a cell editor in Data Entry Grid."
3030
2992
  },
3031
2993
  "sources": [
3032
2994
  {
3033
2995
  "fileName": "projects/modals/src/modules/modal/modal.interface.ts",
3034
- "line": 80,
2996
+ "line": 81,
3035
2997
  "character": 2
3036
2998
  }
3037
2999
  ],
@@ -3046,15 +3008,15 @@
3046
3008
  "title": "Properties",
3047
3009
  "kind": 1024,
3048
3010
  "children": [
3011
+ 220,
3012
+ 221,
3049
3013
  222,
3050
- 223,
3014
+ 217,
3051
3015
  224,
3052
3016
  219,
3053
- 226,
3054
- 221,
3055
- 220,
3056
- 225,
3057
- 227
3017
+ 218,
3018
+ 223,
3019
+ 225
3058
3020
  ]
3059
3021
  }
3060
3022
  ],
@@ -3067,7 +3029,7 @@
3067
3029
  ]
3068
3030
  },
3069
3031
  {
3070
- "id": 105,
3032
+ "id": 103,
3071
3033
  "name": "SkyConfirmButtonStyleType",
3072
3034
  "kind": 4194304,
3073
3035
  "kindString": "Type alias",
@@ -3102,7 +3064,7 @@
3102
3064
  }
3103
3065
  },
3104
3066
  {
3105
- "id": 283,
3067
+ "id": 281,
3106
3068
  "name": "SkyConfirmHarness",
3107
3069
  "kind": 128,
3108
3070
  "kindString": "Class",
@@ -3112,7 +3074,7 @@
3112
3074
  },
3113
3075
  "children": [
3114
3076
  {
3115
- "id": 284,
3077
+ "id": 282,
3116
3078
  "name": "hostSelector",
3117
3079
  "kind": 1024,
3118
3080
  "kindString": "Property",
@@ -3134,7 +3096,7 @@
3134
3096
  "defaultValue": "'sky-confirm'"
3135
3097
  },
3136
3098
  {
3137
- "id": 297,
3099
+ "id": 295,
3138
3100
  "name": "clickCustomButton",
3139
3101
  "kind": 2048,
3140
3102
  "kindString": "Method",
@@ -3150,7 +3112,7 @@
3150
3112
  ],
3151
3113
  "signatures": [
3152
3114
  {
3153
- "id": 298,
3115
+ "id": 296,
3154
3116
  "name": "clickCustomButton",
3155
3117
  "kind": 4096,
3156
3118
  "kindString": "Call signature",
@@ -3160,14 +3122,14 @@
3160
3122
  },
3161
3123
  "parameters": [
3162
3124
  {
3163
- "id": 299,
3125
+ "id": 297,
3164
3126
  "name": "filters",
3165
3127
  "kind": 32768,
3166
3128
  "kindString": "Parameter",
3167
3129
  "flags": {},
3168
3130
  "type": {
3169
3131
  "type": "reference",
3170
- "id": 375,
3132
+ "id": 373,
3171
3133
  "name": "SkyConfirmButtonHarnessFilters"
3172
3134
  }
3173
3135
  }
@@ -3188,7 +3150,7 @@
3188
3150
  ]
3189
3151
  },
3190
3152
  {
3191
- "id": 300,
3153
+ "id": 298,
3192
3154
  "name": "clickOkButton",
3193
3155
  "kind": 2048,
3194
3156
  "kindString": "Method",
@@ -3204,7 +3166,7 @@
3204
3166
  ],
3205
3167
  "signatures": [
3206
3168
  {
3207
- "id": 301,
3169
+ "id": 299,
3208
3170
  "name": "clickOkButton",
3209
3171
  "kind": 4096,
3210
3172
  "kindString": "Call signature",
@@ -3228,7 +3190,7 @@
3228
3190
  ]
3229
3191
  },
3230
3192
  {
3231
- "id": 302,
3193
+ "id": 300,
3232
3194
  "name": "getBodyText",
3233
3195
  "kind": 2048,
3234
3196
  "kindString": "Method",
@@ -3244,7 +3206,7 @@
3244
3206
  ],
3245
3207
  "signatures": [
3246
3208
  {
3247
- "id": 303,
3209
+ "id": 301,
3248
3210
  "name": "getBodyText",
3249
3211
  "kind": 4096,
3250
3212
  "kindString": "Call signature",
@@ -3268,7 +3230,7 @@
3268
3230
  ]
3269
3231
  },
3270
3232
  {
3271
- "id": 304,
3233
+ "id": 302,
3272
3234
  "name": "getCustomButtons",
3273
3235
  "kind": 2048,
3274
3236
  "kindString": "Method",
@@ -3284,7 +3246,7 @@
3284
3246
  ],
3285
3247
  "signatures": [
3286
3248
  {
3287
- "id": 305,
3249
+ "id": 303,
3288
3250
  "name": "getCustomButtons",
3289
3251
  "kind": 4096,
3290
3252
  "kindString": "Call signature",
@@ -3294,7 +3256,7 @@
3294
3256
  },
3295
3257
  "parameters": [
3296
3258
  {
3297
- "id": 306,
3259
+ "id": 304,
3298
3260
  "name": "filters",
3299
3261
  "kind": 32768,
3300
3262
  "kindString": "Parameter",
@@ -3303,7 +3265,7 @@
3303
3265
  },
3304
3266
  "type": {
3305
3267
  "type": "reference",
3306
- "id": 375,
3268
+ "id": 373,
3307
3269
  "name": "SkyConfirmButtonHarnessFilters"
3308
3270
  }
3309
3271
  }
@@ -3327,7 +3289,7 @@
3327
3289
  ]
3328
3290
  },
3329
3291
  {
3330
- "id": 307,
3292
+ "id": 305,
3331
3293
  "name": "getMessageText",
3332
3294
  "kind": 2048,
3333
3295
  "kindString": "Method",
@@ -3343,7 +3305,7 @@
3343
3305
  ],
3344
3306
  "signatures": [
3345
3307
  {
3346
- "id": 308,
3308
+ "id": 306,
3347
3309
  "name": "getMessageText",
3348
3310
  "kind": 4096,
3349
3311
  "kindString": "Call signature",
@@ -3367,7 +3329,7 @@
3367
3329
  ]
3368
3330
  },
3369
3331
  {
3370
- "id": 309,
3332
+ "id": 307,
3371
3333
  "name": "getType",
3372
3334
  "kind": 2048,
3373
3335
  "kindString": "Method",
@@ -3383,7 +3345,7 @@
3383
3345
  ],
3384
3346
  "signatures": [
3385
3347
  {
3386
- "id": 310,
3348
+ "id": 308,
3387
3349
  "name": "getType",
3388
3350
  "kind": 4096,
3389
3351
  "kindString": "Call signature",
@@ -3396,7 +3358,7 @@
3396
3358
  "typeArguments": [
3397
3359
  {
3398
3360
  "type": "reference",
3399
- "id": 118,
3361
+ "id": 116,
3400
3362
  "name": "SkyConfirmType"
3401
3363
  }
3402
3364
  ],
@@ -3408,7 +3370,7 @@
3408
3370
  ]
3409
3371
  },
3410
3372
  {
3411
- "id": 320,
3373
+ "id": 318,
3412
3374
  "name": "host",
3413
3375
  "kind": 2048,
3414
3376
  "kindString": "Method",
@@ -3422,7 +3384,7 @@
3422
3384
  ],
3423
3385
  "signatures": [
3424
3386
  {
3425
- "id": 321,
3387
+ "id": 319,
3426
3388
  "name": "host",
3427
3389
  "kind": 4096,
3428
3390
  "kindString": "Call signature",
@@ -3456,7 +3418,7 @@
3456
3418
  }
3457
3419
  },
3458
3420
  {
3459
- "id": 311,
3421
+ "id": 309,
3460
3422
  "name": "isWhiteSpacePreserved",
3461
3423
  "kind": 2048,
3462
3424
  "kindString": "Method",
@@ -3472,13 +3434,13 @@
3472
3434
  ],
3473
3435
  "signatures": [
3474
3436
  {
3475
- "id": 312,
3437
+ "id": 310,
3476
3438
  "name": "isWhiteSpacePreserved",
3477
3439
  "kind": 4096,
3478
3440
  "kindString": "Call signature",
3479
3441
  "flags": {},
3480
3442
  "comment": {
3481
- "shortText": "Indicates if the whitespace is preserved on the confirom component."
3443
+ "shortText": "Whether the whitespace is preserved on the confirm component."
3482
3444
  },
3483
3445
  "type": {
3484
3446
  "type": "reference",
@@ -3501,28 +3463,28 @@
3501
3463
  "title": "Constructors",
3502
3464
  "kind": 512,
3503
3465
  "children": [
3504
- 290
3466
+ 288
3505
3467
  ]
3506
3468
  },
3507
3469
  {
3508
3470
  "title": "Properties",
3509
3471
  "kind": 1024,
3510
3472
  "children": [
3511
- 284
3473
+ 282
3512
3474
  ]
3513
3475
  },
3514
3476
  {
3515
3477
  "title": "Methods",
3516
3478
  "kind": 2048,
3517
3479
  "children": [
3518
- 297,
3480
+ 295,
3481
+ 298,
3519
3482
  300,
3520
3483
  302,
3521
- 304,
3484
+ 305,
3522
3485
  307,
3523
- 309,
3524
- 320,
3525
- 311
3486
+ 318,
3487
+ 309
3526
3488
  ]
3527
3489
  }
3528
3490
  ],
@@ -3541,7 +3503,7 @@
3541
3503
  ]
3542
3504
  },
3543
3505
  {
3544
- "id": 375,
3506
+ "id": 373,
3545
3507
  "name": "SkyConfirmButtonHarnessFilters",
3546
3508
  "kind": 256,
3547
3509
  "kindString": "Interface",
@@ -3551,7 +3513,7 @@
3551
3513
  },
3552
3514
  "children": [
3553
3515
  {
3554
- "id": 378,
3516
+ "id": 376,
3555
3517
  "name": "ancestor",
3556
3518
  "kind": 1024,
3557
3519
  "kindString": "Property",
@@ -3578,7 +3540,7 @@
3578
3540
  }
3579
3541
  },
3580
3542
  {
3581
- "id": 377,
3543
+ "id": 375,
3582
3544
  "name": "styleType",
3583
3545
  "kind": 1024,
3584
3546
  "kindString": "Property",
@@ -3601,7 +3563,7 @@
3601
3563
  }
3602
3564
  },
3603
3565
  {
3604
- "id": 376,
3566
+ "id": 374,
3605
3567
  "name": "text",
3606
3568
  "kind": 1024,
3607
3569
  "kindString": "Property",
@@ -3640,9 +3602,9 @@
3640
3602
  "title": "Properties",
3641
3603
  "kind": 1024,
3642
3604
  "children": [
3643
- 378,
3644
- 377,
3645
- 376
3605
+ 376,
3606
+ 375,
3607
+ 374
3646
3608
  ]
3647
3609
  }
3648
3610
  ],
@@ -3707,15 +3669,30 @@
3707
3669
  "filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.module.ts",
3708
3670
  "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\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"
3709
3671
  },
3672
+ {
3673
+ "fileName": "modal-demo-context.ts",
3674
+ "filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo-context.ts",
3675
+ "rawContents": "import { ModalDemoData } from './modal-demo-data';\n\nexport class ModalDemoContext {\n constructor(public data: ModalDemoData) {}\n}\n"
3676
+ },
3677
+ {
3678
+ "fileName": "modal-demo-data.service.ts",
3679
+ "filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo-data.service.ts",
3680
+ "rawContents": "import { Injectable } from '@angular/core';\n\nimport { Observable, of } from 'rxjs';\nimport { delay } from 'rxjs/operators';\n\nimport { ModalDemoData } from './modal-demo-data';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ModalDemoDataService {\n #data: ModalDemoData = {\n value1: 'Hello world',\n };\n\n public load(): Observable<ModalDemoData> {\n // Simulate a network request to get data.\n return of(this.#data).pipe(delay(1000));\n }\n\n public save(data: ModalDemoData): Observable<ModalDemoData> {\n this.#data = data;\n\n // Simulate a network request to save data.\n return of(this.#data).pipe(delay(1000));\n }\n}\n"
3681
+ },
3682
+ {
3683
+ "fileName": "modal-demo-data.ts",
3684
+ "filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo-data.ts",
3685
+ "rawContents": "export interface ModalDemoData {\n value1?: string | null;\n}\n"
3686
+ },
3710
3687
  {
3711
3688
  "fileName": "modal-demo-modal.component.html",
3712
3689
  "filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo-modal.component.html",
3713
- "rawContents": "<sky-modal>\n <sky-modal-header>\n Modal title\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n </sky-modal-header>\n <sky-modal-content></sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary sky-margin-inline-sm\"\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"
3690
+ "rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal>\n <sky-modal-header>\n Modal title\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n </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\n class=\"sky-form-control\"\n formControlName=\"value1\"\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-sm\"\n type=\"submit\"\n >\n Save\n </button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancelForm()\">\n Cancel\n </button>\n </sky-modal-footer>\n </sky-modal>\n</form>\n"
3714
3691
  },
3715
3692
  {
3716
3693
  "fileName": "modal-demo-modal.component.ts",
3717
3694
  "filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo-modal.component.ts",
3718
- "rawContents": "import { Component } from '@angular/core';\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 public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
3695
+ "rawContents": "import { Component } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { ModalDemoContext } from './modal-demo-context';\nimport { ModalDemoDataService } from './modal-demo-data.service';\n\n@Component({\n selector: 'app-modal-demo-modal',\n templateUrl: './modal-demo-modal.component.html',\n})\nexport class ModalDemoModalComponent {\n public demoForm: FormGroup<{\n value1: FormControl<string | null | undefined>;\n }>;\n\n #dataSvc: ModalDemoDataService;\n #instance: SkyModalInstance;\n #waitSvc: SkyWaitService;\n\n constructor(\n instance: SkyModalInstance,\n waitSvc: SkyWaitService,\n dataSvc: ModalDemoDataService,\n context: ModalDemoContext,\n fb: FormBuilder\n ) {\n this.#instance = instance;\n this.#waitSvc = waitSvc;\n this.#dataSvc = dataSvc;\n\n const value1 = fb.control(context.data.value1);\n this.demoForm = fb.group({ value1 });\n }\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n\n public saveForm(): void {\n // Use the data service to save the data.\n\n this.#waitSvc\n .blockingWrap(this.#dataSvc.save(this.demoForm.value))\n .subscribe((data) => {\n // Notify the modal instance that data was saved and return the saved data.\n this.#instance.save(data);\n });\n }\n\n public cancelForm(): void {\n this.#instance.cancel();\n }\n}\n"
3719
3696
  },
3720
3697
  {
3721
3698
  "fileName": "modal-demo.component.html",
@@ -3725,12 +3702,12 @@
3725
3702
  {
3726
3703
  "fileName": "modal-demo.component.ts",
3727
3704
  "filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo.component.ts",
3728
- "rawContents": "import { Component } from '@angular/core';\nimport { SkyModalConfigurationInterface, 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 modalSize = 'medium';\n\n #modalSvc: SkyModalService;\n\n constructor(modalSvc: SkyModalService) {\n this.#modalSvc = modalSvc;\n }\n\n public onOpenModalClick(): void {\n const options: SkyModalConfigurationInterface = {\n size: this.modalSize,\n };\n\n this.#modalSvc.open(ModalDemoModalComponent, options);\n }\n}\n"
3705
+ "rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { Subject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\n\nimport { ModalDemoContext } from '../inline-help/modal-demo-context';\n\nimport { ModalDemoData } from './modal-demo-data';\nimport { ModalDemoDataService } from './modal-demo-data.service';\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 implements OnDestroy {\n public modalSize = 'medium';\n\n public demoValue: string | null | undefined;\n\n #ngUnsubscribe = new Subject<void>();\n\n #modalSvc: SkyModalService;\n #waitSvc: SkyWaitService;\n #dataSvc: ModalDemoDataService;\n\n constructor(\n modalSvc: SkyModalService,\n waitSvc: SkyWaitService,\n dataSvc: ModalDemoDataService\n ) {\n this.#modalSvc = modalSvc;\n this.#waitSvc = waitSvc;\n this.#dataSvc = dataSvc;\n }\n\n public onOpenModalClick(): void {\n // Display a blocking wait while data is loaded from the data service.\n this.#waitSvc\n .blockingWrap(this.#dataSvc.load())\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((data) => {\n const options: SkyModalConfigurationInterface = {\n providers: [\n {\n provide: ModalDemoContext,\n useValue: new ModalDemoContext(data),\n },\n ],\n size: this.modalSize,\n };\n\n // Show the modal after data is loaded.\n const instance = this.#modalSvc.open(ModalDemoModalComponent, options);\n\n instance.closed.subscribe((result) => {\n if (result.reason === 'save') {\n // Display the updated value.\n const data = result.data as ModalDemoData;\n this.demoValue = data.value1;\n }\n });\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
3729
3706
  },
3730
3707
  {
3731
3708
  "fileName": "modal-demo.module.ts",
3732
3709
  "filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo.module.ts",
3733
- "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyHelpInlineModule } from '@skyux/indicators';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\nimport { ModalDemoComponent } from './modal-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyModalModule,\n SkyHelpInlineModule,\n ],\n declarations: [ModalDemoComponent, ModalDemoModalComponent],\n exports: [ModalDemoComponent],\n})\nexport class ModalDemoModule {}\n"
3710
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyHelpInlineModule } from '@skyux/indicators';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\nimport { ModalDemoComponent } from './modal-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n ReactiveFormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyModalModule,\n SkyHelpInlineModule,\n ],\n declarations: [ModalDemoComponent, ModalDemoModalComponent],\n exports: [ModalDemoComponent],\n})\nexport class ModalDemoModule {}\n"
3734
3711
  },
3735
3712
  {
3736
3713
  "fileName": "modal-demo-context.ts",
@@ -3765,7 +3742,7 @@
3765
3742
  {
3766
3743
  "fileName": "modal-demo.component.ts",
3767
3744
  "filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.component.ts",
3768
- "rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { Subject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\n\nimport { ModalDemoContext } from './modal-demo-context';\nimport { ModalDemoData } from './modal-demo-data';\nimport { ModalDemoDataService } from './modal-demo-data.service';\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 implements OnDestroy {\n public helpKey = 'help-demo.html';\n\n public modalSize = 'medium';\n\n public demoValue: string | null | undefined;\n\n #ngUnsubscribe = new Subject<void>();\n\n #modalSvc: SkyModalService;\n #waitSvc: SkyWaitService;\n #dataSvc: ModalDemoDataService;\n\n constructor(\n modalSvc: SkyModalService,\n waitSvc: SkyWaitService,\n dataSvc: ModalDemoDataService\n ) {\n this.#modalSvc = modalSvc;\n this.#waitSvc = waitSvc;\n this.#dataSvc = dataSvc;\n }\n\n public onOpenModalClick(): void {\n // Display a blocking wait while data is loaded from the data service.\n this.#waitSvc\n .blockingWrap(this.#dataSvc.load())\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((data) => {\n const options: SkyModalConfigurationInterface = {\n helpKey: this.helpKey,\n providers: [\n {\n provide: ModalDemoContext,\n useValue: new ModalDemoContext(data),\n },\n ],\n size: this.modalSize,\n };\n\n // Show the modal after data is loaded.\n const instance = this.#modalSvc.open(ModalDemoModalComponent, options);\n\n instance.closed.subscribe((result) => {\n if (result.reason === 'save') {\n // Display the updated value.\n const data = result.data as ModalDemoData;\n this.demoValue = data.value1;\n }\n });\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
3745
+ "rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { Subject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\n\nimport { ModalDemoContext } from './modal-demo-context';\nimport { ModalDemoData } from './modal-demo-data';\nimport { ModalDemoDataService } from './modal-demo-data.service';\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 implements OnDestroy {\n public modalSize = 'medium';\n\n public demoValue: string | null | undefined;\n\n #ngUnsubscribe = new Subject<void>();\n\n #modalSvc: SkyModalService;\n #waitSvc: SkyWaitService;\n #dataSvc: ModalDemoDataService;\n\n constructor(\n modalSvc: SkyModalService,\n waitSvc: SkyWaitService,\n dataSvc: ModalDemoDataService\n ) {\n this.#modalSvc = modalSvc;\n this.#waitSvc = waitSvc;\n this.#dataSvc = dataSvc;\n }\n\n public onOpenModalClick(): void {\n // Display a blocking wait while data is loaded from the data service.\n this.#waitSvc\n .blockingWrap(this.#dataSvc.load())\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((data) => {\n const options: SkyModalConfigurationInterface = {\n providers: [\n {\n provide: ModalDemoContext,\n useValue: new ModalDemoContext(data),\n },\n ],\n size: this.modalSize,\n };\n\n // Show the modal after data is loaded.\n const instance = this.#modalSvc.open(ModalDemoModalComponent, options);\n\n instance.closed.subscribe((result) => {\n if (result.reason === 'save') {\n // Display the updated value.\n const data = result.data as ModalDemoData;\n this.demoValue = data.value1;\n }\n });\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
3769
3746
  },
3770
3747
  {
3771
3748
  "fileName": "modal-demo.module.ts",