@skyux/modals 9.0.0-alpha.7 → 9.0.0-alpha.9
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.
- package/documentation.json +605 -739
- package/esm2022/index.mjs +2 -2
- package/esm2022/lib/modules/confirm/confirm.component.mjs +17 -6
- package/esm2022/lib/modules/confirm/confirm.module.mjs +7 -28
- package/esm2022/lib/modules/confirm/confirm.service.mjs +3 -6
- package/esm2022/lib/modules/modal/modal-content.component.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-footer.component.mjs +5 -3
- package/esm2022/lib/modules/modal/modal-header.component.mjs +5 -3
- package/esm2022/lib/modules/modal/modal-host.component.mjs +23 -31
- package/esm2022/lib/modules/modal/modal-is-dirty.directive.mjs +3 -2
- package/esm2022/lib/modules/modal/modal-scroll-shadow.directive.mjs +16 -18
- package/esm2022/lib/modules/modal/modal.component.mjs +39 -34
- package/esm2022/lib/modules/modal/modal.module.mjs +7 -41
- package/esm2022/lib/modules/modal/modal.service.mjs +41 -20
- package/esm2022/lib/modules/shared/sky-modals-resources.module.mjs +4 -2
- package/fesm2022/skyux-modals.mjs +897 -916
- package/fesm2022/skyux-modals.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/lib/modules/confirm/confirm.component.d.ts +1 -1
- package/lib/modules/confirm/confirm.module.d.ts +4 -7
- package/lib/modules/modal/modal-content.component.d.ts +1 -1
- package/lib/modules/modal/modal-footer.component.d.ts +2 -2
- package/lib/modules/modal/modal-header.component.d.ts +1 -1
- package/lib/modules/modal/modal-host.component.d.ts +4 -14
- package/lib/modules/modal/modal-is-dirty.directive.d.ts +1 -1
- package/lib/modules/modal/modal-scroll-shadow.directive.d.ts +3 -6
- package/lib/modules/modal/modal.component.d.ts +3 -6
- package/lib/modules/modal/modal.module.d.ts +2 -10
- package/lib/modules/modal/modal.service.d.ts +11 -2
- package/package.json +5 -5
package/documentation.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
76
76
|
"line": 5,
|
|
77
77
|
"character": 2,
|
|
78
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
78
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L5"
|
|
79
79
|
}
|
|
80
80
|
],
|
|
81
81
|
"type": {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
111
111
|
"line": 9,
|
|
112
112
|
"character": 2,
|
|
113
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
113
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L9"
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
116
|
"type": {
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
157
157
|
"line": 15,
|
|
158
158
|
"character": 2,
|
|
159
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
159
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L15"
|
|
160
160
|
}
|
|
161
161
|
],
|
|
162
162
|
"type": {
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
203
203
|
"line": 21,
|
|
204
204
|
"character": 2,
|
|
205
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
205
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L21"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
208
208
|
"type": {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
228
228
|
"line": 1,
|
|
229
229
|
"character": 12,
|
|
230
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
230
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L1"
|
|
231
231
|
}
|
|
232
232
|
]
|
|
233
233
|
},
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
|
|
276
276
|
"line": 11,
|
|
277
277
|
"character": 9,
|
|
278
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
278
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L11"
|
|
279
279
|
}
|
|
280
280
|
],
|
|
281
281
|
"type": {
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
|
|
319
319
|
"line": 5,
|
|
320
320
|
"character": 13,
|
|
321
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
321
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L5"
|
|
322
322
|
}
|
|
323
323
|
],
|
|
324
324
|
"decorators": []
|
|
@@ -329,6 +329,28 @@
|
|
|
329
329
|
"variant": "declaration",
|
|
330
330
|
"kind": 128,
|
|
331
331
|
"flags": {},
|
|
332
|
+
"comment": {
|
|
333
|
+
"summary": [],
|
|
334
|
+
"blockTags": [
|
|
335
|
+
{
|
|
336
|
+
"tag": "@deprecated",
|
|
337
|
+
"content": [
|
|
338
|
+
{
|
|
339
|
+
"kind": "text",
|
|
340
|
+
"text": "The "
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"kind": "code",
|
|
344
|
+
"text": "`SkyConfirmModule`"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"kind": "text",
|
|
348
|
+
"text": " is no longer needed and can be removed from your application."
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
}
|
|
352
|
+
]
|
|
353
|
+
},
|
|
332
354
|
"children": [],
|
|
333
355
|
"groups": [
|
|
334
356
|
{
|
|
@@ -341,16 +363,16 @@
|
|
|
341
363
|
"sources": [
|
|
342
364
|
{
|
|
343
365
|
"fileName": "projects/modals/src/modules/confirm/confirm.module.ts",
|
|
344
|
-
"line":
|
|
366
|
+
"line": 7,
|
|
345
367
|
"character": 13,
|
|
346
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
368
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.module.ts#L7"
|
|
347
369
|
}
|
|
348
370
|
],
|
|
349
371
|
"decorators": [
|
|
350
372
|
{
|
|
351
373
|
"name": "NgModule",
|
|
352
374
|
"arguments": {
|
|
353
|
-
"obj": "@NgModule({
|
|
375
|
+
"obj": "@NgModule({})"
|
|
354
376
|
}
|
|
355
377
|
}
|
|
356
378
|
]
|
|
@@ -379,9 +401,9 @@
|
|
|
379
401
|
"sources": [
|
|
380
402
|
{
|
|
381
403
|
"fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
|
|
382
|
-
"line":
|
|
404
|
+
"line": 22,
|
|
383
405
|
"character": 2,
|
|
384
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
406
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L22"
|
|
385
407
|
}
|
|
386
408
|
],
|
|
387
409
|
"signatures": [
|
|
@@ -394,9 +416,9 @@
|
|
|
394
416
|
"sources": [
|
|
395
417
|
{
|
|
396
418
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.service.ts",
|
|
397
|
-
"line":
|
|
419
|
+
"line": 22,
|
|
398
420
|
"character": 2,
|
|
399
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
421
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L22"
|
|
400
422
|
}
|
|
401
423
|
],
|
|
402
424
|
"parameters": [
|
|
@@ -408,7 +430,7 @@
|
|
|
408
430
|
"flags": {},
|
|
409
431
|
"type": {
|
|
410
432
|
"type": "reference",
|
|
411
|
-
"target":
|
|
433
|
+
"target": 162,
|
|
412
434
|
"name": "SkyModalService",
|
|
413
435
|
"package": "@skyux/modals"
|
|
414
436
|
}
|
|
@@ -434,9 +456,9 @@
|
|
|
434
456
|
"sources": [
|
|
435
457
|
{
|
|
436
458
|
"fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
|
|
437
|
-
"line":
|
|
459
|
+
"line": 30,
|
|
438
460
|
"character": 9,
|
|
439
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
461
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L30"
|
|
440
462
|
}
|
|
441
463
|
],
|
|
442
464
|
"signatures": [
|
|
@@ -457,9 +479,9 @@
|
|
|
457
479
|
"sources": [
|
|
458
480
|
{
|
|
459
481
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.service.ts",
|
|
460
|
-
"line":
|
|
482
|
+
"line": 30,
|
|
461
483
|
"character": 2,
|
|
462
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
484
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L30"
|
|
463
485
|
}
|
|
464
486
|
],
|
|
465
487
|
"parameters": [
|
|
@@ -513,16 +535,16 @@
|
|
|
513
535
|
"sources": [
|
|
514
536
|
{
|
|
515
537
|
"fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
|
|
516
|
-
"line":
|
|
538
|
+
"line": 19,
|
|
517
539
|
"character": 13,
|
|
518
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
540
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L19"
|
|
519
541
|
}
|
|
520
542
|
],
|
|
521
543
|
"decorators": [
|
|
522
544
|
{
|
|
523
545
|
"name": "Injectable",
|
|
524
546
|
"arguments": {
|
|
525
|
-
"obj": "@Injectable({\n
|
|
547
|
+
"obj": "@Injectable({\n providedIn: 'root',\n})"
|
|
526
548
|
}
|
|
527
549
|
}
|
|
528
550
|
]
|
|
@@ -553,7 +575,7 @@
|
|
|
553
575
|
"fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
|
|
554
576
|
"line": 20,
|
|
555
577
|
"character": 2,
|
|
556
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
578
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L20"
|
|
557
579
|
}
|
|
558
580
|
],
|
|
559
581
|
"signatures": [
|
|
@@ -568,7 +590,7 @@
|
|
|
568
590
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts",
|
|
569
591
|
"line": 20,
|
|
570
592
|
"character": 2,
|
|
571
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
593
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L20"
|
|
572
594
|
}
|
|
573
595
|
],
|
|
574
596
|
"parameters": [
|
|
@@ -641,7 +663,7 @@
|
|
|
641
663
|
"fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
|
|
642
664
|
"line": 12,
|
|
643
665
|
"character": 18,
|
|
644
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
666
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L12"
|
|
645
667
|
}
|
|
646
668
|
],
|
|
647
669
|
"type": {
|
|
@@ -674,7 +696,7 @@
|
|
|
674
696
|
"fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
|
|
675
697
|
"line": 18,
|
|
676
698
|
"character": 18,
|
|
677
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
699
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L18"
|
|
678
700
|
}
|
|
679
701
|
],
|
|
680
702
|
"type": {
|
|
@@ -709,7 +731,7 @@
|
|
|
709
731
|
"fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
|
|
710
732
|
"line": 6,
|
|
711
733
|
"character": 13,
|
|
712
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
734
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L6"
|
|
713
735
|
}
|
|
714
736
|
],
|
|
715
737
|
"decorators": []
|
|
@@ -750,7 +772,7 @@
|
|
|
750
772
|
"fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
|
|
751
773
|
"line": 14,
|
|
752
774
|
"character": 9,
|
|
753
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
775
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L14"
|
|
754
776
|
}
|
|
755
777
|
],
|
|
756
778
|
"type": {
|
|
@@ -804,7 +826,7 @@
|
|
|
804
826
|
"fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
|
|
805
827
|
"line": 10,
|
|
806
828
|
"character": 9,
|
|
807
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
829
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L10"
|
|
808
830
|
}
|
|
809
831
|
],
|
|
810
832
|
"type": {
|
|
@@ -834,7 +856,7 @@
|
|
|
834
856
|
"fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
|
|
835
857
|
"line": 5,
|
|
836
858
|
"character": 13,
|
|
837
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
859
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L5"
|
|
838
860
|
}
|
|
839
861
|
],
|
|
840
862
|
"decorators": []
|
|
@@ -867,7 +889,7 @@
|
|
|
867
889
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
868
890
|
"line": 45,
|
|
869
891
|
"character": 9,
|
|
870
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
892
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L45"
|
|
871
893
|
}
|
|
872
894
|
],
|
|
873
895
|
"type": {
|
|
@@ -889,7 +911,7 @@
|
|
|
889
911
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
890
912
|
"line": 16,
|
|
891
913
|
"character": 13,
|
|
892
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
914
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L16"
|
|
893
915
|
}
|
|
894
916
|
],
|
|
895
917
|
"getSignature": {
|
|
@@ -935,7 +957,7 @@
|
|
|
935
957
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
936
958
|
"line": 16,
|
|
937
959
|
"character": 2,
|
|
938
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
960
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L16"
|
|
939
961
|
}
|
|
940
962
|
],
|
|
941
963
|
"type": {
|
|
@@ -971,7 +993,7 @@
|
|
|
971
993
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
972
994
|
"line": 28,
|
|
973
995
|
"character": 13,
|
|
974
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
996
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L28"
|
|
975
997
|
}
|
|
976
998
|
],
|
|
977
999
|
"getSignature": {
|
|
@@ -1049,7 +1071,7 @@
|
|
|
1049
1071
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1050
1072
|
"line": 28,
|
|
1051
1073
|
"character": 2,
|
|
1052
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1074
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L28"
|
|
1053
1075
|
}
|
|
1054
1076
|
],
|
|
1055
1077
|
"type": {
|
|
@@ -1085,7 +1107,7 @@
|
|
|
1085
1107
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1086
1108
|
"line": 37,
|
|
1087
1109
|
"character": 13,
|
|
1088
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1110
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L37"
|
|
1089
1111
|
}
|
|
1090
1112
|
],
|
|
1091
1113
|
"getSignature": {
|
|
@@ -1131,7 +1153,7 @@
|
|
|
1131
1153
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1132
1154
|
"line": 37,
|
|
1133
1155
|
"character": 2,
|
|
1134
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1156
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L37"
|
|
1135
1157
|
}
|
|
1136
1158
|
],
|
|
1137
1159
|
"type": {
|
|
@@ -1165,7 +1187,7 @@
|
|
|
1165
1187
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1166
1188
|
"line": 99,
|
|
1167
1189
|
"character": 9,
|
|
1168
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1190
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L99"
|
|
1169
1191
|
}
|
|
1170
1192
|
],
|
|
1171
1193
|
"signatures": [
|
|
@@ -1196,7 +1218,7 @@
|
|
|
1196
1218
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1197
1219
|
"line": 99,
|
|
1198
1220
|
"character": 2,
|
|
1199
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1221
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L99"
|
|
1200
1222
|
}
|
|
1201
1223
|
],
|
|
1202
1224
|
"parameters": [
|
|
@@ -1267,7 +1289,7 @@
|
|
|
1267
1289
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1268
1290
|
"line": 81,
|
|
1269
1291
|
"character": 9,
|
|
1270
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1292
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L81"
|
|
1271
1293
|
}
|
|
1272
1294
|
],
|
|
1273
1295
|
"signatures": [
|
|
@@ -1290,7 +1312,7 @@
|
|
|
1290
1312
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1291
1313
|
"line": 81,
|
|
1292
1314
|
"character": 2,
|
|
1293
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1315
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L81"
|
|
1294
1316
|
}
|
|
1295
1317
|
],
|
|
1296
1318
|
"parameters": [
|
|
@@ -1427,7 +1449,7 @@
|
|
|
1427
1449
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1428
1450
|
"line": 129,
|
|
1429
1451
|
"character": 9,
|
|
1430
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1452
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L129"
|
|
1431
1453
|
}
|
|
1432
1454
|
],
|
|
1433
1455
|
"signatures": [
|
|
@@ -1466,7 +1488,7 @@
|
|
|
1466
1488
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1467
1489
|
"line": 129,
|
|
1468
1490
|
"character": 2,
|
|
1469
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1491
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L129"
|
|
1470
1492
|
}
|
|
1471
1493
|
],
|
|
1472
1494
|
"parameters": [
|
|
@@ -1535,7 +1557,7 @@
|
|
|
1535
1557
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1536
1558
|
"line": 109,
|
|
1537
1559
|
"character": 9,
|
|
1538
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1560
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L109"
|
|
1539
1561
|
}
|
|
1540
1562
|
],
|
|
1541
1563
|
"signatures": [
|
|
@@ -1566,7 +1588,7 @@
|
|
|
1566
1588
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1567
1589
|
"line": 109,
|
|
1568
1590
|
"character": 2,
|
|
1569
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1591
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L109"
|
|
1570
1592
|
}
|
|
1571
1593
|
],
|
|
1572
1594
|
"parameters": [
|
|
@@ -1645,7 +1667,7 @@
|
|
|
1645
1667
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1646
1668
|
"line": 116,
|
|
1647
1669
|
"character": 9,
|
|
1648
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1670
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L116"
|
|
1649
1671
|
}
|
|
1650
1672
|
],
|
|
1651
1673
|
"signatures": [
|
|
@@ -1668,7 +1690,7 @@
|
|
|
1668
1690
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1669
1691
|
"line": 116,
|
|
1670
1692
|
"character": 2,
|
|
1671
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1693
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L116"
|
|
1672
1694
|
}
|
|
1673
1695
|
],
|
|
1674
1696
|
"type": {
|
|
@@ -1717,7 +1739,7 @@
|
|
|
1717
1739
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1718
1740
|
"line": 9,
|
|
1719
1741
|
"character": 13,
|
|
1720
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1742
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L9"
|
|
1721
1743
|
}
|
|
1722
1744
|
],
|
|
1723
1745
|
"decorators": []
|
|
@@ -1740,22 +1762,22 @@
|
|
|
1740
1762
|
"sources": [
|
|
1741
1763
|
{
|
|
1742
1764
|
"fileName": "projects/modals/src/modules/modal/modal.module.ts",
|
|
1743
|
-
"line":
|
|
1765
|
+
"line": 25,
|
|
1744
1766
|
"character": 13,
|
|
1745
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1767
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.module.ts#L25"
|
|
1746
1768
|
}
|
|
1747
1769
|
],
|
|
1748
1770
|
"decorators": [
|
|
1749
1771
|
{
|
|
1750
1772
|
"name": "NgModule",
|
|
1751
1773
|
"arguments": {
|
|
1752
|
-
"obj": "@NgModule({\n
|
|
1774
|
+
"obj": "@NgModule({\n imports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalIsDirtyDirective,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalIsDirtyDirective,\n ],\n})"
|
|
1753
1775
|
}
|
|
1754
1776
|
}
|
|
1755
1777
|
]
|
|
1756
1778
|
},
|
|
1757
1779
|
{
|
|
1758
|
-
"id":
|
|
1780
|
+
"id": 162,
|
|
1759
1781
|
"name": "SkyModalService",
|
|
1760
1782
|
"variant": "declaration",
|
|
1761
1783
|
"kind": 128,
|
|
@@ -1766,17 +1788,11 @@
|
|
|
1766
1788
|
"kind": "text",
|
|
1767
1789
|
"text": "A service that launches modals."
|
|
1768
1790
|
}
|
|
1769
|
-
],
|
|
1770
|
-
"blockTags": [
|
|
1771
|
-
{
|
|
1772
|
-
"tag": "@dynamic",
|
|
1773
|
-
"content": []
|
|
1774
|
-
}
|
|
1775
1791
|
]
|
|
1776
1792
|
},
|
|
1777
1793
|
"children": [
|
|
1778
1794
|
{
|
|
1779
|
-
"id":
|
|
1795
|
+
"id": 164,
|
|
1780
1796
|
"name": "constructor",
|
|
1781
1797
|
"variant": "declaration",
|
|
1782
1798
|
"kind": 512,
|
|
@@ -1784,14 +1800,14 @@
|
|
|
1784
1800
|
"sources": [
|
|
1785
1801
|
{
|
|
1786
1802
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1787
|
-
"line":
|
|
1803
|
+
"line": 29,
|
|
1788
1804
|
"character": 2,
|
|
1789
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1805
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.service.ts#L29"
|
|
1790
1806
|
}
|
|
1791
1807
|
],
|
|
1792
1808
|
"signatures": [
|
|
1793
1809
|
{
|
|
1794
|
-
"id":
|
|
1810
|
+
"id": 165,
|
|
1795
1811
|
"name": "new SkyModalService",
|
|
1796
1812
|
"variant": "signature",
|
|
1797
1813
|
"kind": 16384,
|
|
@@ -1799,14 +1815,14 @@
|
|
|
1799
1815
|
"sources": [
|
|
1800
1816
|
{
|
|
1801
1817
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
1802
|
-
"line":
|
|
1818
|
+
"line": 29,
|
|
1803
1819
|
"character": 2,
|
|
1804
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1820
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.service.ts#L29"
|
|
1805
1821
|
}
|
|
1806
1822
|
],
|
|
1807
1823
|
"parameters": [
|
|
1808
1824
|
{
|
|
1809
|
-
"id":
|
|
1825
|
+
"id": 166,
|
|
1810
1826
|
"name": "dynamicComponentService",
|
|
1811
1827
|
"variant": "param",
|
|
1812
1828
|
"kind": 32768,
|
|
@@ -1824,7 +1840,7 @@
|
|
|
1824
1840
|
],
|
|
1825
1841
|
"type": {
|
|
1826
1842
|
"type": "reference",
|
|
1827
|
-
"target":
|
|
1843
|
+
"target": 162,
|
|
1828
1844
|
"name": "SkyModalService",
|
|
1829
1845
|
"package": "@skyux/modals"
|
|
1830
1846
|
}
|
|
@@ -1832,7 +1848,7 @@
|
|
|
1832
1848
|
]
|
|
1833
1849
|
},
|
|
1834
1850
|
{
|
|
1835
|
-
"id":
|
|
1851
|
+
"id": 171,
|
|
1836
1852
|
"name": "open",
|
|
1837
1853
|
"variant": "declaration",
|
|
1838
1854
|
"kind": 2048,
|
|
@@ -1842,14 +1858,14 @@
|
|
|
1842
1858
|
"sources": [
|
|
1843
1859
|
{
|
|
1844
1860
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1845
|
-
"line":
|
|
1861
|
+
"line": 49,
|
|
1846
1862
|
"character": 9,
|
|
1847
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1863
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.service.ts#L49"
|
|
1848
1864
|
}
|
|
1849
1865
|
],
|
|
1850
1866
|
"signatures": [
|
|
1851
1867
|
{
|
|
1852
|
-
"id":
|
|
1868
|
+
"id": 172,
|
|
1853
1869
|
"name": "open",
|
|
1854
1870
|
"variant": "signature",
|
|
1855
1871
|
"kind": 4096,
|
|
@@ -1865,14 +1881,14 @@
|
|
|
1865
1881
|
"sources": [
|
|
1866
1882
|
{
|
|
1867
1883
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
1868
|
-
"line":
|
|
1884
|
+
"line": 49,
|
|
1869
1885
|
"character": 2,
|
|
1870
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1886
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.service.ts#L49"
|
|
1871
1887
|
}
|
|
1872
1888
|
],
|
|
1873
1889
|
"parameters": [
|
|
1874
1890
|
{
|
|
1875
|
-
"id":
|
|
1891
|
+
"id": 173,
|
|
1876
1892
|
"name": "component",
|
|
1877
1893
|
"variant": "param",
|
|
1878
1894
|
"kind": 32768,
|
|
@@ -1891,7 +1907,7 @@
|
|
|
1891
1907
|
}
|
|
1892
1908
|
},
|
|
1893
1909
|
{
|
|
1894
|
-
"id":
|
|
1910
|
+
"id": 174,
|
|
1895
1911
|
"name": "config",
|
|
1896
1912
|
"variant": "param",
|
|
1897
1913
|
"kind": 32768,
|
|
@@ -1941,42 +1957,42 @@
|
|
|
1941
1957
|
{
|
|
1942
1958
|
"title": "Constructors",
|
|
1943
1959
|
"children": [
|
|
1944
|
-
|
|
1960
|
+
164
|
|
1945
1961
|
]
|
|
1946
1962
|
},
|
|
1947
1963
|
{
|
|
1948
1964
|
"title": "Methods",
|
|
1949
1965
|
"children": [
|
|
1950
|
-
|
|
1966
|
+
171
|
|
1951
1967
|
]
|
|
1952
1968
|
}
|
|
1953
1969
|
],
|
|
1954
1970
|
"sources": [
|
|
1955
1971
|
{
|
|
1956
1972
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1957
|
-
"line":
|
|
1973
|
+
"line": 23,
|
|
1958
1974
|
"character": 13,
|
|
1959
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1975
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.service.ts#L23"
|
|
1960
1976
|
}
|
|
1961
1977
|
],
|
|
1962
1978
|
"decorators": [
|
|
1963
1979
|
{
|
|
1964
1980
|
"name": "Injectable",
|
|
1965
1981
|
"arguments": {
|
|
1966
|
-
"obj": "@Injectable({\n
|
|
1982
|
+
"obj": "@Injectable({\n providedIn: 'root',\n})"
|
|
1967
1983
|
}
|
|
1968
1984
|
}
|
|
1969
1985
|
]
|
|
1970
1986
|
},
|
|
1971
1987
|
{
|
|
1972
|
-
"id":
|
|
1988
|
+
"id": 190,
|
|
1973
1989
|
"name": "SkyConfirmComponent",
|
|
1974
1990
|
"variant": "declaration",
|
|
1975
1991
|
"kind": 128,
|
|
1976
1992
|
"flags": {},
|
|
1977
1993
|
"children": [
|
|
1978
1994
|
{
|
|
1979
|
-
"id":
|
|
1995
|
+
"id": 191,
|
|
1980
1996
|
"name": "constructor",
|
|
1981
1997
|
"variant": "declaration",
|
|
1982
1998
|
"kind": 512,
|
|
@@ -1984,14 +2000,14 @@
|
|
|
1984
2000
|
"sources": [
|
|
1985
2001
|
{
|
|
1986
2002
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1987
|
-
"line":
|
|
2003
|
+
"line": 48,
|
|
1988
2004
|
"character": 2,
|
|
1989
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2005
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L48"
|
|
1990
2006
|
}
|
|
1991
2007
|
],
|
|
1992
2008
|
"signatures": [
|
|
1993
2009
|
{
|
|
1994
|
-
"id":
|
|
2010
|
+
"id": 192,
|
|
1995
2011
|
"name": "SkyConfirmComponent",
|
|
1996
2012
|
"variant": "signature",
|
|
1997
2013
|
"kind": 16384,
|
|
@@ -1999,14 +2015,14 @@
|
|
|
1999
2015
|
"sources": [
|
|
2000
2016
|
{
|
|
2001
2017
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
2002
|
-
"line":
|
|
2018
|
+
"line": 48,
|
|
2003
2019
|
"character": 2,
|
|
2004
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2020
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L48"
|
|
2005
2021
|
}
|
|
2006
2022
|
],
|
|
2007
2023
|
"parameters": [
|
|
2008
2024
|
{
|
|
2009
|
-
"id":
|
|
2025
|
+
"id": 193,
|
|
2010
2026
|
"name": "config",
|
|
2011
2027
|
"variant": "param",
|
|
2012
2028
|
"kind": 32768,
|
|
@@ -2019,7 +2035,7 @@
|
|
|
2019
2035
|
}
|
|
2020
2036
|
},
|
|
2021
2037
|
{
|
|
2022
|
-
"id":
|
|
2038
|
+
"id": 194,
|
|
2023
2039
|
"name": "modal",
|
|
2024
2040
|
"variant": "param",
|
|
2025
2041
|
"kind": 32768,
|
|
@@ -2032,7 +2048,7 @@
|
|
|
2032
2048
|
}
|
|
2033
2049
|
},
|
|
2034
2050
|
{
|
|
2035
|
-
"id":
|
|
2051
|
+
"id": 195,
|
|
2036
2052
|
"name": "resourcesService",
|
|
2037
2053
|
"variant": "param",
|
|
2038
2054
|
"kind": 32768,
|
|
@@ -2048,7 +2064,7 @@
|
|
|
2048
2064
|
}
|
|
2049
2065
|
},
|
|
2050
2066
|
{
|
|
2051
|
-
"id":
|
|
2067
|
+
"id": 196,
|
|
2052
2068
|
"name": "idService",
|
|
2053
2069
|
"variant": "param",
|
|
2054
2070
|
"kind": 32768,
|
|
@@ -2066,7 +2082,7 @@
|
|
|
2066
2082
|
],
|
|
2067
2083
|
"type": {
|
|
2068
2084
|
"type": "reference",
|
|
2069
|
-
"target":
|
|
2085
|
+
"target": 190,
|
|
2070
2086
|
"name": "SkyConfirmComponent",
|
|
2071
2087
|
"package": "@skyux/modals"
|
|
2072
2088
|
}
|
|
@@ -2074,7 +2090,7 @@
|
|
|
2074
2090
|
]
|
|
2075
2091
|
},
|
|
2076
2092
|
{
|
|
2077
|
-
"id":
|
|
2093
|
+
"id": 199,
|
|
2078
2094
|
"name": "body",
|
|
2079
2095
|
"variant": "declaration",
|
|
2080
2096
|
"kind": 1024,
|
|
@@ -2084,9 +2100,9 @@
|
|
|
2084
2100
|
"sources": [
|
|
2085
2101
|
{
|
|
2086
2102
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2087
|
-
"line":
|
|
2103
|
+
"line": 39,
|
|
2088
2104
|
"character": 9,
|
|
2089
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2105
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L39"
|
|
2090
2106
|
}
|
|
2091
2107
|
],
|
|
2092
2108
|
"type": {
|
|
@@ -2096,7 +2112,7 @@
|
|
|
2096
2112
|
"decorators": []
|
|
2097
2113
|
},
|
|
2098
2114
|
{
|
|
2099
|
-
"id":
|
|
2115
|
+
"id": 200,
|
|
2100
2116
|
"name": "bodyId",
|
|
2101
2117
|
"variant": "declaration",
|
|
2102
2118
|
"kind": 1024,
|
|
@@ -2106,9 +2122,9 @@
|
|
|
2106
2122
|
"sources": [
|
|
2107
2123
|
{
|
|
2108
2124
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2109
|
-
"line":
|
|
2125
|
+
"line": 40,
|
|
2110
2126
|
"character": 9,
|
|
2111
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2127
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L40"
|
|
2112
2128
|
}
|
|
2113
2129
|
],
|
|
2114
2130
|
"type": {
|
|
@@ -2118,7 +2134,7 @@
|
|
|
2118
2134
|
"decorators": []
|
|
2119
2135
|
},
|
|
2120
2136
|
{
|
|
2121
|
-
"id":
|
|
2137
|
+
"id": 197,
|
|
2122
2138
|
"name": "buttons",
|
|
2123
2139
|
"variant": "declaration",
|
|
2124
2140
|
"kind": 1024,
|
|
@@ -2128,9 +2144,9 @@
|
|
|
2128
2144
|
"sources": [
|
|
2129
2145
|
{
|
|
2130
2146
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2131
|
-
"line":
|
|
2147
|
+
"line": 37,
|
|
2132
2148
|
"character": 9,
|
|
2133
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2149
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L37"
|
|
2134
2150
|
}
|
|
2135
2151
|
],
|
|
2136
2152
|
"type": {
|
|
@@ -2148,7 +2164,7 @@
|
|
|
2148
2164
|
"decorators": []
|
|
2149
2165
|
},
|
|
2150
2166
|
{
|
|
2151
|
-
"id":
|
|
2167
|
+
"id": 202,
|
|
2152
2168
|
"name": "isOkType",
|
|
2153
2169
|
"variant": "declaration",
|
|
2154
2170
|
"kind": 1024,
|
|
@@ -2158,9 +2174,9 @@
|
|
|
2158
2174
|
"sources": [
|
|
2159
2175
|
{
|
|
2160
2176
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2161
|
-
"line":
|
|
2177
|
+
"line": 42,
|
|
2162
2178
|
"character": 9,
|
|
2163
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2179
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L42"
|
|
2164
2180
|
}
|
|
2165
2181
|
],
|
|
2166
2182
|
"type": {
|
|
@@ -2171,7 +2187,7 @@
|
|
|
2171
2187
|
"decorators": []
|
|
2172
2188
|
},
|
|
2173
2189
|
{
|
|
2174
|
-
"id":
|
|
2190
|
+
"id": 198,
|
|
2175
2191
|
"name": "message",
|
|
2176
2192
|
"variant": "declaration",
|
|
2177
2193
|
"kind": 1024,
|
|
@@ -2181,9 +2197,9 @@
|
|
|
2181
2197
|
"sources": [
|
|
2182
2198
|
{
|
|
2183
2199
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2184
|
-
"line":
|
|
2200
|
+
"line": 38,
|
|
2185
2201
|
"character": 9,
|
|
2186
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2202
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L38"
|
|
2187
2203
|
}
|
|
2188
2204
|
],
|
|
2189
2205
|
"type": {
|
|
@@ -2193,7 +2209,7 @@
|
|
|
2193
2209
|
"decorators": []
|
|
2194
2210
|
},
|
|
2195
2211
|
{
|
|
2196
|
-
"id":
|
|
2212
|
+
"id": 201,
|
|
2197
2213
|
"name": "preserveWhiteSpace",
|
|
2198
2214
|
"variant": "declaration",
|
|
2199
2215
|
"kind": 1024,
|
|
@@ -2203,9 +2219,9 @@
|
|
|
2203
2219
|
"sources": [
|
|
2204
2220
|
{
|
|
2205
2221
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2206
|
-
"line":
|
|
2222
|
+
"line": 41,
|
|
2207
2223
|
"character": 9,
|
|
2208
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2224
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L41"
|
|
2209
2225
|
}
|
|
2210
2226
|
],
|
|
2211
2227
|
"type": {
|
|
@@ -2216,7 +2232,7 @@
|
|
|
2216
2232
|
"decorators": []
|
|
2217
2233
|
},
|
|
2218
2234
|
{
|
|
2219
|
-
"id":
|
|
2235
|
+
"id": 206,
|
|
2220
2236
|
"name": "close",
|
|
2221
2237
|
"variant": "declaration",
|
|
2222
2238
|
"kind": 2048,
|
|
@@ -2226,14 +2242,14 @@
|
|
|
2226
2242
|
"sources": [
|
|
2227
2243
|
{
|
|
2228
2244
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2229
|
-
"line":
|
|
2245
|
+
"line": 81,
|
|
2230
2246
|
"character": 9,
|
|
2231
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2247
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L81"
|
|
2232
2248
|
}
|
|
2233
2249
|
],
|
|
2234
2250
|
"signatures": [
|
|
2235
2251
|
{
|
|
2236
|
-
"id":
|
|
2252
|
+
"id": 207,
|
|
2237
2253
|
"name": "close",
|
|
2238
2254
|
"variant": "signature",
|
|
2239
2255
|
"kind": 4096,
|
|
@@ -2241,14 +2257,14 @@
|
|
|
2241
2257
|
"sources": [
|
|
2242
2258
|
{
|
|
2243
2259
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
2244
|
-
"line":
|
|
2260
|
+
"line": 81,
|
|
2245
2261
|
"character": 2,
|
|
2246
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2262
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L81"
|
|
2247
2263
|
}
|
|
2248
2264
|
],
|
|
2249
2265
|
"parameters": [
|
|
2250
2266
|
{
|
|
2251
|
-
"id":
|
|
2267
|
+
"id": 208,
|
|
2252
2268
|
"name": "button",
|
|
2253
2269
|
"variant": "param",
|
|
2254
2270
|
"kind": 32768,
|
|
@@ -2277,46 +2293,46 @@
|
|
|
2277
2293
|
{
|
|
2278
2294
|
"title": "Constructors",
|
|
2279
2295
|
"children": [
|
|
2280
|
-
|
|
2296
|
+
191
|
|
2281
2297
|
]
|
|
2282
2298
|
},
|
|
2283
2299
|
{
|
|
2284
2300
|
"title": "Properties",
|
|
2285
2301
|
"children": [
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2302
|
+
199,
|
|
2303
|
+
200,
|
|
2304
|
+
197,
|
|
2305
|
+
202,
|
|
2306
|
+
198,
|
|
2307
|
+
201
|
|
2292
2308
|
]
|
|
2293
2309
|
},
|
|
2294
2310
|
{
|
|
2295
2311
|
"title": "Methods",
|
|
2296
2312
|
"children": [
|
|
2297
|
-
|
|
2313
|
+
206
|
|
2298
2314
|
]
|
|
2299
2315
|
}
|
|
2300
2316
|
],
|
|
2301
2317
|
"sources": [
|
|
2302
2318
|
{
|
|
2303
2319
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2304
|
-
"line":
|
|
2320
|
+
"line": 36,
|
|
2305
2321
|
"character": 13,
|
|
2306
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2322
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L36"
|
|
2307
2323
|
}
|
|
2308
2324
|
],
|
|
2309
2325
|
"decorators": [
|
|
2310
2326
|
{
|
|
2311
2327
|
"name": "Component",
|
|
2312
2328
|
"arguments": {
|
|
2313
|
-
"obj": "@Component({\n selector: 'sky-confirm',\n templateUrl: './confirm.component.html',\n styleUrls: ['./confirm.component.scss'],\n})"
|
|
2329
|
+
"obj": "@Component({\n standalone: true,\n selector: 'sky-confirm',\n templateUrl: './confirm.component.html',\n styleUrls: ['./confirm.component.scss'],\n imports: [\n CommonModule,\n SkyIdModule,\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalsResourcesModule,\n SkyThemeModule,\n ],\n})"
|
|
2314
2330
|
}
|
|
2315
2331
|
}
|
|
2316
2332
|
]
|
|
2317
2333
|
},
|
|
2318
2334
|
{
|
|
2319
|
-
"id":
|
|
2335
|
+
"id": 214,
|
|
2320
2336
|
"name": "SkyModalContentComponent",
|
|
2321
2337
|
"variant": "declaration",
|
|
2322
2338
|
"kind": 128,
|
|
@@ -2334,29 +2350,29 @@
|
|
|
2334
2350
|
{
|
|
2335
2351
|
"title": "Constructors",
|
|
2336
2352
|
"children": [
|
|
2337
|
-
|
|
2353
|
+
215
|
|
2338
2354
|
]
|
|
2339
2355
|
}
|
|
2340
2356
|
],
|
|
2341
2357
|
"sources": [
|
|
2342
2358
|
{
|
|
2343
2359
|
"fileName": "projects/modals/src/modules/modal/modal-content.component.ts",
|
|
2344
|
-
"line":
|
|
2360
|
+
"line": 13,
|
|
2345
2361
|
"character": 13,
|
|
2346
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2362
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-content.component.ts#L13"
|
|
2347
2363
|
}
|
|
2348
2364
|
],
|
|
2349
2365
|
"decorators": [
|
|
2350
2366
|
{
|
|
2351
2367
|
"name": "Component",
|
|
2352
2368
|
"arguments": {
|
|
2353
|
-
"obj": "@Component({\n selector: 'sky-modal-content',\n templateUrl: './modal-content.component.html',\n styleUrls: ['./modal-content.component.scss'],\n encapsulation: ViewEncapsulation.None,\n})"
|
|
2369
|
+
"obj": "@Component({\n standalone: true,\n selector: 'sky-modal-content',\n templateUrl: './modal-content.component.html',\n styleUrls: ['./modal-content.component.scss'],\n encapsulation: ViewEncapsulation.None,\n})"
|
|
2354
2370
|
}
|
|
2355
2371
|
}
|
|
2356
2372
|
]
|
|
2357
2373
|
},
|
|
2358
2374
|
{
|
|
2359
|
-
"id":
|
|
2375
|
+
"id": 217,
|
|
2360
2376
|
"name": "SkyModalFooterComponent",
|
|
2361
2377
|
"variant": "declaration",
|
|
2362
2378
|
"kind": 128,
|
|
@@ -2374,29 +2390,29 @@
|
|
|
2374
2390
|
{
|
|
2375
2391
|
"title": "Constructors",
|
|
2376
2392
|
"children": [
|
|
2377
|
-
|
|
2393
|
+
218
|
|
2378
2394
|
]
|
|
2379
2395
|
}
|
|
2380
2396
|
],
|
|
2381
2397
|
"sources": [
|
|
2382
2398
|
{
|
|
2383
2399
|
"fileName": "projects/modals/src/modules/modal/modal-footer.component.ts",
|
|
2384
|
-
"line":
|
|
2400
|
+
"line": 18,
|
|
2385
2401
|
"character": 13,
|
|
2386
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2402
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-footer.component.ts#L18"
|
|
2387
2403
|
}
|
|
2388
2404
|
],
|
|
2389
2405
|
"decorators": [
|
|
2390
2406
|
{
|
|
2391
2407
|
"name": "Component",
|
|
2392
2408
|
"arguments": {
|
|
2393
|
-
"obj": "@Component({\n selector: 'sky-modal-footer',\n templateUrl: './modal-footer.component.html',\n styleUrls: ['./modal-footer.component.scss'],\n encapsulation: ViewEncapsulation.None,\n})"
|
|
2409
|
+
"obj": "@Component({\n standalone: true,\n selector: 'sky-modal-footer',\n templateUrl: './modal-footer.component.html',\n styleUrls: ['./modal-footer.component.scss'],\n encapsulation: ViewEncapsulation.None,\n imports: [CommonModule, SkyStatusIndicatorModule],\n})"
|
|
2394
2410
|
}
|
|
2395
2411
|
}
|
|
2396
2412
|
]
|
|
2397
2413
|
},
|
|
2398
2414
|
{
|
|
2399
|
-
"id":
|
|
2415
|
+
"id": 221,
|
|
2400
2416
|
"name": "SkyModalHeaderComponent",
|
|
2401
2417
|
"variant": "declaration",
|
|
2402
2418
|
"kind": 128,
|
|
@@ -2414,29 +2430,29 @@
|
|
|
2414
2430
|
{
|
|
2415
2431
|
"title": "Constructors",
|
|
2416
2432
|
"children": [
|
|
2417
|
-
|
|
2433
|
+
222
|
|
2418
2434
|
]
|
|
2419
2435
|
}
|
|
2420
2436
|
],
|
|
2421
2437
|
"sources": [
|
|
2422
2438
|
{
|
|
2423
2439
|
"fileName": "projects/modals/src/modules/modal/modal-header.component.ts",
|
|
2424
|
-
"line":
|
|
2440
|
+
"line": 15,
|
|
2425
2441
|
"character": 13,
|
|
2426
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2442
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-header.component.ts#L15"
|
|
2427
2443
|
}
|
|
2428
2444
|
],
|
|
2429
2445
|
"decorators": [
|
|
2430
2446
|
{
|
|
2431
2447
|
"name": "Component",
|
|
2432
2448
|
"arguments": {
|
|
2433
|
-
"obj": "@Component({\n selector: 'sky-modal-header',\n templateUrl: './modal-header.component.html',\n styleUrls: ['./modal-header.component.scss'],\n})"
|
|
2449
|
+
"obj": "@Component({\n standalone: true,\n selector: 'sky-modal-header',\n templateUrl: './modal-header.component.html',\n styleUrls: ['./modal-header.component.scss'],\n imports: [SkyThemeModule, SkyTrimModule],\n})"
|
|
2434
2450
|
}
|
|
2435
2451
|
}
|
|
2436
2452
|
]
|
|
2437
2453
|
},
|
|
2438
2454
|
{
|
|
2439
|
-
"id":
|
|
2455
|
+
"id": 224,
|
|
2440
2456
|
"name": "SkyModalComponent",
|
|
2441
2457
|
"variant": "declaration",
|
|
2442
2458
|
"kind": 128,
|
|
@@ -2451,7 +2467,7 @@
|
|
|
2451
2467
|
},
|
|
2452
2468
|
"children": [
|
|
2453
2469
|
{
|
|
2454
|
-
"id":
|
|
2470
|
+
"id": 225,
|
|
2455
2471
|
"name": "constructor",
|
|
2456
2472
|
"variant": "declaration",
|
|
2457
2473
|
"kind": 512,
|
|
@@ -2459,14 +2475,14 @@
|
|
|
2459
2475
|
"sources": [
|
|
2460
2476
|
{
|
|
2461
2477
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2462
|
-
"line":
|
|
2478
|
+
"line": 159,
|
|
2463
2479
|
"character": 2,
|
|
2464
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2480
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L159"
|
|
2465
2481
|
}
|
|
2466
2482
|
],
|
|
2467
2483
|
"signatures": [
|
|
2468
2484
|
{
|
|
2469
|
-
"id":
|
|
2485
|
+
"id": 226,
|
|
2470
2486
|
"name": "SkyModalComponent",
|
|
2471
2487
|
"variant": "signature",
|
|
2472
2488
|
"kind": 16384,
|
|
@@ -2474,136 +2490,14 @@
|
|
|
2474
2490
|
"sources": [
|
|
2475
2491
|
{
|
|
2476
2492
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2477
|
-
"line":
|
|
2493
|
+
"line": 159,
|
|
2478
2494
|
"character": 2,
|
|
2479
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2480
|
-
}
|
|
2481
|
-
],
|
|
2482
|
-
"parameters": [
|
|
2483
|
-
{
|
|
2484
|
-
"id": 209,
|
|
2485
|
-
"name": "hostService",
|
|
2486
|
-
"variant": "param",
|
|
2487
|
-
"kind": 32768,
|
|
2488
|
-
"flags": {},
|
|
2489
|
-
"type": {
|
|
2490
|
-
"type": "reference",
|
|
2491
|
-
"target": {
|
|
2492
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-host.service.ts",
|
|
2493
|
-
"qualifiedName": "SkyModalHostService"
|
|
2494
|
-
},
|
|
2495
|
-
"name": "SkyModalHostService",
|
|
2496
|
-
"package": "@skyux/modals"
|
|
2497
|
-
}
|
|
2498
|
-
},
|
|
2499
|
-
{
|
|
2500
|
-
"id": 210,
|
|
2501
|
-
"name": "elRef",
|
|
2502
|
-
"variant": "param",
|
|
2503
|
-
"kind": 32768,
|
|
2504
|
-
"flags": {},
|
|
2505
|
-
"type": {
|
|
2506
|
-
"type": "reference",
|
|
2507
|
-
"target": {
|
|
2508
|
-
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
2509
|
-
"qualifiedName": "ElementRef"
|
|
2510
|
-
},
|
|
2511
|
-
"typeArguments": [
|
|
2512
|
-
{
|
|
2513
|
-
"type": "intrinsic",
|
|
2514
|
-
"name": "any"
|
|
2515
|
-
}
|
|
2516
|
-
],
|
|
2517
|
-
"name": "ElementRef",
|
|
2518
|
-
"package": "@angular/core"
|
|
2519
|
-
}
|
|
2520
|
-
},
|
|
2521
|
-
{
|
|
2522
|
-
"id": 211,
|
|
2523
|
-
"name": "windowRef",
|
|
2524
|
-
"variant": "param",
|
|
2525
|
-
"kind": 32768,
|
|
2526
|
-
"flags": {},
|
|
2527
|
-
"type": {
|
|
2528
|
-
"type": "reference",
|
|
2529
|
-
"target": {
|
|
2530
|
-
"sourceFileName": "libs/components/core/src/lib/modules/window/window-ref.ts",
|
|
2531
|
-
"qualifiedName": "SkyAppWindowRef"
|
|
2532
|
-
},
|
|
2533
|
-
"name": "SkyAppWindowRef",
|
|
2534
|
-
"package": "@skyux/core"
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
{
|
|
2538
|
-
"id": 212,
|
|
2539
|
-
"name": "componentAdapter",
|
|
2540
|
-
"variant": "param",
|
|
2541
|
-
"kind": 32768,
|
|
2542
|
-
"flags": {},
|
|
2543
|
-
"type": {
|
|
2544
|
-
"type": "reference",
|
|
2545
|
-
"target": {
|
|
2546
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-component-adapter.service.ts",
|
|
2547
|
-
"qualifiedName": "SkyModalComponentAdapterService"
|
|
2548
|
-
},
|
|
2549
|
-
"name": "SkyModalComponentAdapterService",
|
|
2550
|
-
"package": "@skyux/modals"
|
|
2551
|
-
}
|
|
2552
|
-
},
|
|
2553
|
-
{
|
|
2554
|
-
"id": 213,
|
|
2555
|
-
"name": "coreAdapter",
|
|
2556
|
-
"variant": "param",
|
|
2557
|
-
"kind": 32768,
|
|
2558
|
-
"flags": {},
|
|
2559
|
-
"type": {
|
|
2560
|
-
"type": "reference",
|
|
2561
|
-
"target": {
|
|
2562
|
-
"sourceFileName": "libs/components/core/src/lib/modules/adapter-service/adapter.service.ts",
|
|
2563
|
-
"qualifiedName": "SkyCoreAdapterService"
|
|
2564
|
-
},
|
|
2565
|
-
"name": "SkyCoreAdapterService",
|
|
2566
|
-
"package": "@skyux/core"
|
|
2567
|
-
}
|
|
2568
|
-
},
|
|
2569
|
-
{
|
|
2570
|
-
"id": 214,
|
|
2571
|
-
"name": "dockService",
|
|
2572
|
-
"variant": "param",
|
|
2573
|
-
"kind": 32768,
|
|
2574
|
-
"flags": {},
|
|
2575
|
-
"type": {
|
|
2576
|
-
"type": "reference",
|
|
2577
|
-
"target": {
|
|
2578
|
-
"sourceFileName": "libs/components/core/src/lib/modules/dock/dock.service.ts",
|
|
2579
|
-
"qualifiedName": "SkyDockService"
|
|
2580
|
-
},
|
|
2581
|
-
"name": "SkyDockService",
|
|
2582
|
-
"package": "@skyux/core"
|
|
2583
|
-
}
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"id": 215,
|
|
2587
|
-
"name": "mediaQueryService",
|
|
2588
|
-
"variant": "param",
|
|
2589
|
-
"kind": 32768,
|
|
2590
|
-
"flags": {
|
|
2591
|
-
"isOptional": true
|
|
2592
|
-
},
|
|
2593
|
-
"type": {
|
|
2594
|
-
"type": "reference",
|
|
2595
|
-
"target": {
|
|
2596
|
-
"sourceFileName": "libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts",
|
|
2597
|
-
"qualifiedName": "SkyResizeObserverMediaQueryService"
|
|
2598
|
-
},
|
|
2599
|
-
"name": "SkyResizeObserverMediaQueryService",
|
|
2600
|
-
"package": "@skyux/core"
|
|
2601
|
-
}
|
|
2495
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L159"
|
|
2602
2496
|
}
|
|
2603
2497
|
],
|
|
2604
2498
|
"type": {
|
|
2605
2499
|
"type": "reference",
|
|
2606
|
-
"target":
|
|
2500
|
+
"target": 224,
|
|
2607
2501
|
"name": "SkyModalComponent",
|
|
2608
2502
|
"package": "@skyux/modals"
|
|
2609
2503
|
}
|
|
@@ -2611,7 +2505,7 @@
|
|
|
2611
2505
|
]
|
|
2612
2506
|
},
|
|
2613
2507
|
{
|
|
2614
|
-
"id":
|
|
2508
|
+
"id": 244,
|
|
2615
2509
|
"name": "ariaOwns",
|
|
2616
2510
|
"variant": "declaration",
|
|
2617
2511
|
"kind": 1024,
|
|
@@ -2621,9 +2515,9 @@
|
|
|
2621
2515
|
"sources": [
|
|
2622
2516
|
{
|
|
2623
2517
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2624
|
-
"line":
|
|
2518
|
+
"line": 116,
|
|
2625
2519
|
"character": 9,
|
|
2626
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2520
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L116"
|
|
2627
2521
|
}
|
|
2628
2522
|
],
|
|
2629
2523
|
"type": {
|
|
@@ -2634,7 +2528,7 @@
|
|
|
2634
2528
|
"decorators": []
|
|
2635
2529
|
},
|
|
2636
2530
|
{
|
|
2637
|
-
"id":
|
|
2531
|
+
"id": 234,
|
|
2638
2532
|
"name": "ariaRoleOrDefault",
|
|
2639
2533
|
"variant": "declaration",
|
|
2640
2534
|
"kind": 1024,
|
|
@@ -2644,9 +2538,9 @@
|
|
|
2644
2538
|
"sources": [
|
|
2645
2539
|
{
|
|
2646
2540
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2647
|
-
"line":
|
|
2541
|
+
"line": 84,
|
|
2648
2542
|
"character": 9,
|
|
2649
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2543
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L84"
|
|
2650
2544
|
}
|
|
2651
2545
|
],
|
|
2652
2546
|
"type": {
|
|
@@ -2657,7 +2551,7 @@
|
|
|
2657
2551
|
"decorators": []
|
|
2658
2552
|
},
|
|
2659
2553
|
{
|
|
2660
|
-
"id":
|
|
2554
|
+
"id": 245,
|
|
2661
2555
|
"name": "helpKey",
|
|
2662
2556
|
"variant": "declaration",
|
|
2663
2557
|
"kind": 1024,
|
|
@@ -2667,9 +2561,9 @@
|
|
|
2667
2561
|
"sources": [
|
|
2668
2562
|
{
|
|
2669
2563
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2670
|
-
"line":
|
|
2564
|
+
"line": 118,
|
|
2671
2565
|
"character": 9,
|
|
2672
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2566
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L118"
|
|
2673
2567
|
}
|
|
2674
2568
|
],
|
|
2675
2569
|
"type": {
|
|
@@ -2679,7 +2573,7 @@
|
|
|
2679
2573
|
"decorators": []
|
|
2680
2574
|
},
|
|
2681
2575
|
{
|
|
2682
|
-
"id":
|
|
2576
|
+
"id": 250,
|
|
2683
2577
|
"name": "modalContentWrapperElement",
|
|
2684
2578
|
"variant": "declaration",
|
|
2685
2579
|
"kind": 1024,
|
|
@@ -2689,9 +2583,9 @@
|
|
|
2689
2583
|
"sources": [
|
|
2690
2584
|
{
|
|
2691
2585
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2692
|
-
"line":
|
|
2586
|
+
"line": 129,
|
|
2693
2587
|
"character": 9,
|
|
2694
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2588
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L129"
|
|
2695
2589
|
}
|
|
2696
2590
|
],
|
|
2697
2591
|
"type": {
|
|
@@ -2712,7 +2606,7 @@
|
|
|
2712
2606
|
"decorators": []
|
|
2713
2607
|
},
|
|
2714
2608
|
{
|
|
2715
|
-
"id":
|
|
2609
|
+
"id": 246,
|
|
2716
2610
|
"name": "modalState",
|
|
2717
2611
|
"variant": "declaration",
|
|
2718
2612
|
"kind": 1024,
|
|
@@ -2722,9 +2616,9 @@
|
|
|
2722
2616
|
"sources": [
|
|
2723
2617
|
{
|
|
2724
2618
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2725
|
-
"line":
|
|
2619
|
+
"line": 120,
|
|
2726
2620
|
"character": 9,
|
|
2727
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2621
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L120"
|
|
2728
2622
|
}
|
|
2729
2623
|
],
|
|
2730
2624
|
"type": {
|
|
@@ -2735,7 +2629,7 @@
|
|
|
2735
2629
|
"decorators": []
|
|
2736
2630
|
},
|
|
2737
2631
|
{
|
|
2738
|
-
"id":
|
|
2632
|
+
"id": 247,
|
|
2739
2633
|
"name": "modalZIndex",
|
|
2740
2634
|
"variant": "declaration",
|
|
2741
2635
|
"kind": 1024,
|
|
@@ -2745,9 +2639,9 @@
|
|
|
2745
2639
|
"sources": [
|
|
2746
2640
|
{
|
|
2747
2641
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2748
|
-
"line":
|
|
2642
|
+
"line": 122,
|
|
2749
2643
|
"character": 9,
|
|
2750
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2644
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L122"
|
|
2751
2645
|
}
|
|
2752
2646
|
],
|
|
2753
2647
|
"type": {
|
|
@@ -2757,7 +2651,7 @@
|
|
|
2757
2651
|
"decorators": []
|
|
2758
2652
|
},
|
|
2759
2653
|
{
|
|
2760
|
-
"id":
|
|
2654
|
+
"id": 248,
|
|
2761
2655
|
"name": "scrollShadow",
|
|
2762
2656
|
"variant": "declaration",
|
|
2763
2657
|
"kind": 1024,
|
|
@@ -2767,9 +2661,9 @@
|
|
|
2767
2661
|
"sources": [
|
|
2768
2662
|
{
|
|
2769
2663
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2770
|
-
"line":
|
|
2664
|
+
"line": 124,
|
|
2771
2665
|
"character": 9,
|
|
2772
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2666
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L124"
|
|
2773
2667
|
}
|
|
2774
2668
|
],
|
|
2775
2669
|
"type": {
|
|
@@ -2784,7 +2678,7 @@
|
|
|
2784
2678
|
"decorators": []
|
|
2785
2679
|
},
|
|
2786
2680
|
{
|
|
2787
|
-
"id":
|
|
2681
|
+
"id": 249,
|
|
2788
2682
|
"name": "size",
|
|
2789
2683
|
"variant": "declaration",
|
|
2790
2684
|
"kind": 1024,
|
|
@@ -2794,9 +2688,9 @@
|
|
|
2794
2688
|
"sources": [
|
|
2795
2689
|
{
|
|
2796
2690
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2797
|
-
"line":
|
|
2691
|
+
"line": 126,
|
|
2798
2692
|
"character": 9,
|
|
2799
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2693
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L126"
|
|
2800
2694
|
}
|
|
2801
2695
|
],
|
|
2802
2696
|
"type": {
|
|
@@ -2806,7 +2700,7 @@
|
|
|
2806
2700
|
"decorators": []
|
|
2807
2701
|
},
|
|
2808
2702
|
{
|
|
2809
|
-
"id":
|
|
2703
|
+
"id": 227,
|
|
2810
2704
|
"name": "wrapperClass",
|
|
2811
2705
|
"variant": "declaration",
|
|
2812
2706
|
"kind": 1024,
|
|
@@ -2816,9 +2710,9 @@
|
|
|
2816
2710
|
"sources": [
|
|
2817
2711
|
{
|
|
2818
2712
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2819
|
-
"line":
|
|
2713
|
+
"line": 66,
|
|
2820
2714
|
"character": 9,
|
|
2821
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2715
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L66"
|
|
2822
2716
|
}
|
|
2823
2717
|
],
|
|
2824
2718
|
"type": {
|
|
@@ -2828,7 +2722,7 @@
|
|
|
2828
2722
|
"decorators": []
|
|
2829
2723
|
},
|
|
2830
2724
|
{
|
|
2831
|
-
"id":
|
|
2725
|
+
"id": 236,
|
|
2832
2726
|
"name": "ariaDescribedBy",
|
|
2833
2727
|
"variant": "declaration",
|
|
2834
2728
|
"kind": 262144,
|
|
@@ -2838,13 +2732,13 @@
|
|
|
2838
2732
|
"sources": [
|
|
2839
2733
|
{
|
|
2840
2734
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2841
|
-
"line":
|
|
2735
|
+
"line": 100,
|
|
2842
2736
|
"character": 2,
|
|
2843
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2737
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L100"
|
|
2844
2738
|
}
|
|
2845
2739
|
],
|
|
2846
2740
|
"getSignature": {
|
|
2847
|
-
"id":
|
|
2741
|
+
"id": 237,
|
|
2848
2742
|
"name": "ariaDescribedBy",
|
|
2849
2743
|
"variant": "signature",
|
|
2850
2744
|
"kind": 524288,
|
|
@@ -2852,9 +2746,9 @@
|
|
|
2852
2746
|
"sources": [
|
|
2853
2747
|
{
|
|
2854
2748
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2855
|
-
"line":
|
|
2749
|
+
"line": 100,
|
|
2856
2750
|
"character": 2,
|
|
2857
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2751
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L100"
|
|
2858
2752
|
}
|
|
2859
2753
|
],
|
|
2860
2754
|
"type": {
|
|
@@ -2869,7 +2763,7 @@
|
|
|
2869
2763
|
]
|
|
2870
2764
|
},
|
|
2871
2765
|
{
|
|
2872
|
-
"id":
|
|
2766
|
+
"id": 240,
|
|
2873
2767
|
"name": "ariaLabelledBy",
|
|
2874
2768
|
"variant": "declaration",
|
|
2875
2769
|
"kind": 262144,
|
|
@@ -2879,13 +2773,13 @@
|
|
|
2879
2773
|
"sources": [
|
|
2880
2774
|
{
|
|
2881
2775
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2882
|
-
"line":
|
|
2776
|
+
"line": 112,
|
|
2883
2777
|
"character": 2,
|
|
2884
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2778
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L112"
|
|
2885
2779
|
}
|
|
2886
2780
|
],
|
|
2887
2781
|
"getSignature": {
|
|
2888
|
-
"id":
|
|
2782
|
+
"id": 241,
|
|
2889
2783
|
"name": "ariaLabelledBy",
|
|
2890
2784
|
"variant": "signature",
|
|
2891
2785
|
"kind": 524288,
|
|
@@ -2893,9 +2787,9 @@
|
|
|
2893
2787
|
"sources": [
|
|
2894
2788
|
{
|
|
2895
2789
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2896
|
-
"line":
|
|
2790
|
+
"line": 112,
|
|
2897
2791
|
"character": 2,
|
|
2898
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2792
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L112"
|
|
2899
2793
|
}
|
|
2900
2794
|
],
|
|
2901
2795
|
"type": {
|
|
@@ -2910,7 +2804,7 @@
|
|
|
2910
2804
|
]
|
|
2911
2805
|
},
|
|
2912
2806
|
{
|
|
2913
|
-
"id":
|
|
2807
|
+
"id": 228,
|
|
2914
2808
|
"name": "formErrors",
|
|
2915
2809
|
"variant": "declaration",
|
|
2916
2810
|
"kind": 262144,
|
|
@@ -2920,13 +2814,13 @@
|
|
|
2920
2814
|
"sources": [
|
|
2921
2815
|
{
|
|
2922
2816
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2923
|
-
"line":
|
|
2817
|
+
"line": 72,
|
|
2924
2818
|
"character": 13,
|
|
2925
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2819
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L72"
|
|
2926
2820
|
}
|
|
2927
2821
|
],
|
|
2928
2822
|
"setSignature": {
|
|
2929
|
-
"id":
|
|
2823
|
+
"id": 229,
|
|
2930
2824
|
"name": "formErrors",
|
|
2931
2825
|
"variant": "signature",
|
|
2932
2826
|
"kind": 1048576,
|
|
@@ -2942,14 +2836,14 @@
|
|
|
2942
2836
|
"sources": [
|
|
2943
2837
|
{
|
|
2944
2838
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2945
|
-
"line":
|
|
2839
|
+
"line": 71,
|
|
2946
2840
|
"character": 2,
|
|
2947
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2841
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L71"
|
|
2948
2842
|
}
|
|
2949
2843
|
],
|
|
2950
2844
|
"parameters": [
|
|
2951
2845
|
{
|
|
2952
|
-
"id":
|
|
2846
|
+
"id": 230,
|
|
2953
2847
|
"name": "value",
|
|
2954
2848
|
"variant": "param",
|
|
2955
2849
|
"kind": 32768,
|
|
@@ -2958,7 +2852,7 @@
|
|
|
2958
2852
|
"type": "array",
|
|
2959
2853
|
"elementType": {
|
|
2960
2854
|
"type": "reference",
|
|
2961
|
-
"target":
|
|
2855
|
+
"target": 180,
|
|
2962
2856
|
"name": "SkyModalError",
|
|
2963
2857
|
"package": "@skyux/modals"
|
|
2964
2858
|
}
|
|
@@ -2977,7 +2871,7 @@
|
|
|
2977
2871
|
]
|
|
2978
2872
|
},
|
|
2979
2873
|
{
|
|
2980
|
-
"id":
|
|
2874
|
+
"id": 279,
|
|
2981
2875
|
"name": "closeButtonClick",
|
|
2982
2876
|
"variant": "declaration",
|
|
2983
2877
|
"kind": 2048,
|
|
@@ -2987,14 +2881,14 @@
|
|
|
2987
2881
|
"sources": [
|
|
2988
2882
|
{
|
|
2989
2883
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2990
|
-
"line":
|
|
2884
|
+
"line": 279,
|
|
2991
2885
|
"character": 9,
|
|
2992
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2886
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L279"
|
|
2993
2887
|
}
|
|
2994
2888
|
],
|
|
2995
2889
|
"signatures": [
|
|
2996
2890
|
{
|
|
2997
|
-
"id":
|
|
2891
|
+
"id": 280,
|
|
2998
2892
|
"name": "closeButtonClick",
|
|
2999
2893
|
"variant": "signature",
|
|
3000
2894
|
"kind": 4096,
|
|
@@ -3002,9 +2896,9 @@
|
|
|
3002
2896
|
"sources": [
|
|
3003
2897
|
{
|
|
3004
2898
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3005
|
-
"line":
|
|
2899
|
+
"line": 279,
|
|
3006
2900
|
"character": 2,
|
|
3007
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2901
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L279"
|
|
3008
2902
|
}
|
|
3009
2903
|
],
|
|
3010
2904
|
"type": {
|
|
@@ -3016,7 +2910,7 @@
|
|
|
3016
2910
|
"decorators": []
|
|
3017
2911
|
},
|
|
3018
2912
|
{
|
|
3019
|
-
"id":
|
|
2913
|
+
"id": 277,
|
|
3020
2914
|
"name": "helpButtonClick",
|
|
3021
2915
|
"variant": "declaration",
|
|
3022
2916
|
"kind": 2048,
|
|
@@ -3026,14 +2920,14 @@
|
|
|
3026
2920
|
"sources": [
|
|
3027
2921
|
{
|
|
3028
2922
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3029
|
-
"line":
|
|
2923
|
+
"line": 273,
|
|
3030
2924
|
"character": 9,
|
|
3031
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2925
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L273"
|
|
3032
2926
|
}
|
|
3033
2927
|
],
|
|
3034
2928
|
"signatures": [
|
|
3035
2929
|
{
|
|
3036
|
-
"id":
|
|
2930
|
+
"id": 278,
|
|
3037
2931
|
"name": "helpButtonClick",
|
|
3038
2932
|
"variant": "signature",
|
|
3039
2933
|
"kind": 4096,
|
|
@@ -3041,9 +2935,9 @@
|
|
|
3041
2935
|
"sources": [
|
|
3042
2936
|
{
|
|
3043
2937
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3044
|
-
"line":
|
|
2938
|
+
"line": 273,
|
|
3045
2939
|
"character": 2,
|
|
3046
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2940
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L273"
|
|
3047
2941
|
}
|
|
3048
2942
|
],
|
|
3049
2943
|
"type": {
|
|
@@ -3055,7 +2949,7 @@
|
|
|
3055
2949
|
"decorators": []
|
|
3056
2950
|
},
|
|
3057
2951
|
{
|
|
3058
|
-
"id":
|
|
2952
|
+
"id": 273,
|
|
3059
2953
|
"name": "ngAfterViewInit",
|
|
3060
2954
|
"variant": "declaration",
|
|
3061
2955
|
"kind": 2048,
|
|
@@ -3065,14 +2959,14 @@
|
|
|
3065
2959
|
"sources": [
|
|
3066
2960
|
{
|
|
3067
2961
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3068
|
-
"line":
|
|
2962
|
+
"line": 243,
|
|
3069
2963
|
"character": 9,
|
|
3070
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2964
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L243"
|
|
3071
2965
|
}
|
|
3072
2966
|
],
|
|
3073
2967
|
"signatures": [
|
|
3074
2968
|
{
|
|
3075
|
-
"id":
|
|
2969
|
+
"id": 274,
|
|
3076
2970
|
"name": "ngAfterViewInit",
|
|
3077
2971
|
"variant": "signature",
|
|
3078
2972
|
"kind": 4096,
|
|
@@ -3080,9 +2974,9 @@
|
|
|
3080
2974
|
"sources": [
|
|
3081
2975
|
{
|
|
3082
2976
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3083
|
-
"line":
|
|
2977
|
+
"line": 243,
|
|
3084
2978
|
"character": 2,
|
|
3085
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2979
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L243"
|
|
3086
2980
|
}
|
|
3087
2981
|
],
|
|
3088
2982
|
"type": {
|
|
@@ -3104,7 +2998,7 @@
|
|
|
3104
2998
|
"decorators": []
|
|
3105
2999
|
},
|
|
3106
3000
|
{
|
|
3107
|
-
"id":
|
|
3001
|
+
"id": 275,
|
|
3108
3002
|
"name": "ngOnDestroy",
|
|
3109
3003
|
"variant": "declaration",
|
|
3110
3004
|
"kind": 2048,
|
|
@@ -3114,14 +3008,14 @@
|
|
|
3114
3008
|
"sources": [
|
|
3115
3009
|
{
|
|
3116
3010
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3117
|
-
"line":
|
|
3011
|
+
"line": 264,
|
|
3118
3012
|
"character": 9,
|
|
3119
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3013
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L264"
|
|
3120
3014
|
}
|
|
3121
3015
|
],
|
|
3122
3016
|
"signatures": [
|
|
3123
3017
|
{
|
|
3124
|
-
"id":
|
|
3018
|
+
"id": 276,
|
|
3125
3019
|
"name": "ngOnDestroy",
|
|
3126
3020
|
"variant": "signature",
|
|
3127
3021
|
"kind": 4096,
|
|
@@ -3129,9 +3023,9 @@
|
|
|
3129
3023
|
"sources": [
|
|
3130
3024
|
{
|
|
3131
3025
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3132
|
-
"line":
|
|
3026
|
+
"line": 264,
|
|
3133
3027
|
"character": 2,
|
|
3134
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3028
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L264"
|
|
3135
3029
|
}
|
|
3136
3030
|
],
|
|
3137
3031
|
"type": {
|
|
@@ -3153,7 +3047,7 @@
|
|
|
3153
3047
|
"decorators": []
|
|
3154
3048
|
},
|
|
3155
3049
|
{
|
|
3156
|
-
"id":
|
|
3050
|
+
"id": 271,
|
|
3157
3051
|
"name": "ngOnInit",
|
|
3158
3052
|
"variant": "declaration",
|
|
3159
3053
|
"kind": 2048,
|
|
@@ -3163,14 +3057,14 @@
|
|
|
3163
3057
|
"sources": [
|
|
3164
3058
|
{
|
|
3165
3059
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3166
|
-
"line":
|
|
3060
|
+
"line": 232,
|
|
3167
3061
|
"character": 9,
|
|
3168
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3062
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L232"
|
|
3169
3063
|
}
|
|
3170
3064
|
],
|
|
3171
3065
|
"signatures": [
|
|
3172
3066
|
{
|
|
3173
|
-
"id":
|
|
3067
|
+
"id": 272,
|
|
3174
3068
|
"name": "ngOnInit",
|
|
3175
3069
|
"variant": "signature",
|
|
3176
3070
|
"kind": 4096,
|
|
@@ -3178,9 +3072,9 @@
|
|
|
3178
3072
|
"sources": [
|
|
3179
3073
|
{
|
|
3180
3074
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3181
|
-
"line":
|
|
3075
|
+
"line": 232,
|
|
3182
3076
|
"character": 2,
|
|
3183
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3077
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L232"
|
|
3184
3078
|
}
|
|
3185
3079
|
],
|
|
3186
3080
|
"type": {
|
|
@@ -3202,7 +3096,7 @@
|
|
|
3202
3096
|
"decorators": []
|
|
3203
3097
|
},
|
|
3204
3098
|
{
|
|
3205
|
-
"id":
|
|
3099
|
+
"id": 268,
|
|
3206
3100
|
"name": "onDocumentKeyDown",
|
|
3207
3101
|
"variant": "declaration",
|
|
3208
3102
|
"kind": 2048,
|
|
@@ -3212,14 +3106,14 @@
|
|
|
3212
3106
|
"sources": [
|
|
3213
3107
|
{
|
|
3214
3108
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3215
|
-
"line":
|
|
3109
|
+
"line": 191,
|
|
3216
3110
|
"character": 9,
|
|
3217
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3111
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L191"
|
|
3218
3112
|
}
|
|
3219
3113
|
],
|
|
3220
3114
|
"signatures": [
|
|
3221
3115
|
{
|
|
3222
|
-
"id":
|
|
3116
|
+
"id": 269,
|
|
3223
3117
|
"name": "onDocumentKeyDown",
|
|
3224
3118
|
"variant": "signature",
|
|
3225
3119
|
"kind": 4096,
|
|
@@ -3227,14 +3121,14 @@
|
|
|
3227
3121
|
"sources": [
|
|
3228
3122
|
{
|
|
3229
3123
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3230
|
-
"line":
|
|
3124
|
+
"line": 190,
|
|
3231
3125
|
"character": 2,
|
|
3232
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3126
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L190"
|
|
3233
3127
|
}
|
|
3234
3128
|
],
|
|
3235
3129
|
"parameters": [
|
|
3236
3130
|
{
|
|
3237
|
-
"id":
|
|
3131
|
+
"id": 270,
|
|
3238
3132
|
"name": "event",
|
|
3239
3133
|
"variant": "param",
|
|
3240
3134
|
"kind": 32768,
|
|
@@ -3259,7 +3153,7 @@
|
|
|
3259
3153
|
"decorators": []
|
|
3260
3154
|
},
|
|
3261
3155
|
{
|
|
3262
|
-
"id":
|
|
3156
|
+
"id": 265,
|
|
3263
3157
|
"name": "onDocumentKeyUp",
|
|
3264
3158
|
"variant": "declaration",
|
|
3265
3159
|
"kind": 2048,
|
|
@@ -3269,14 +3163,14 @@
|
|
|
3269
3163
|
"sources": [
|
|
3270
3164
|
{
|
|
3271
3165
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3272
|
-
"line":
|
|
3166
|
+
"line": 175,
|
|
3273
3167
|
"character": 9,
|
|
3274
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3168
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L175"
|
|
3275
3169
|
}
|
|
3276
3170
|
],
|
|
3277
3171
|
"signatures": [
|
|
3278
3172
|
{
|
|
3279
|
-
"id":
|
|
3173
|
+
"id": 266,
|
|
3280
3174
|
"name": "onDocumentKeyUp",
|
|
3281
3175
|
"variant": "signature",
|
|
3282
3176
|
"kind": 4096,
|
|
@@ -3284,14 +3178,14 @@
|
|
|
3284
3178
|
"sources": [
|
|
3285
3179
|
{
|
|
3286
3180
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3287
|
-
"line":
|
|
3181
|
+
"line": 174,
|
|
3288
3182
|
"character": 2,
|
|
3289
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3183
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L174"
|
|
3290
3184
|
}
|
|
3291
3185
|
],
|
|
3292
3186
|
"parameters": [
|
|
3293
3187
|
{
|
|
3294
|
-
"id":
|
|
3188
|
+
"id": 267,
|
|
3295
3189
|
"name": "event",
|
|
3296
3190
|
"variant": "param",
|
|
3297
3191
|
"kind": 32768,
|
|
@@ -3316,7 +3210,7 @@
|
|
|
3316
3210
|
"decorators": []
|
|
3317
3211
|
},
|
|
3318
3212
|
{
|
|
3319
|
-
"id":
|
|
3213
|
+
"id": 283,
|
|
3320
3214
|
"name": "scrollShadowChange",
|
|
3321
3215
|
"variant": "declaration",
|
|
3322
3216
|
"kind": 2048,
|
|
@@ -3326,14 +3220,14 @@
|
|
|
3326
3220
|
"sources": [
|
|
3327
3221
|
{
|
|
3328
3222
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3329
|
-
"line":
|
|
3223
|
+
"line": 287,
|
|
3330
3224
|
"character": 9,
|
|
3331
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3225
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L287"
|
|
3332
3226
|
}
|
|
3333
3227
|
],
|
|
3334
3228
|
"signatures": [
|
|
3335
3229
|
{
|
|
3336
|
-
"id":
|
|
3230
|
+
"id": 284,
|
|
3337
3231
|
"name": "scrollShadowChange",
|
|
3338
3232
|
"variant": "signature",
|
|
3339
3233
|
"kind": 4096,
|
|
@@ -3341,14 +3235,14 @@
|
|
|
3341
3235
|
"sources": [
|
|
3342
3236
|
{
|
|
3343
3237
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3344
|
-
"line":
|
|
3238
|
+
"line": 287,
|
|
3345
3239
|
"character": 2,
|
|
3346
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3240
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L287"
|
|
3347
3241
|
}
|
|
3348
3242
|
],
|
|
3349
3243
|
"parameters": [
|
|
3350
3244
|
{
|
|
3351
|
-
"id":
|
|
3245
|
+
"id": 285,
|
|
3352
3246
|
"name": "args",
|
|
3353
3247
|
"variant": "param",
|
|
3354
3248
|
"kind": 32768,
|
|
@@ -3373,7 +3267,7 @@
|
|
|
3373
3267
|
"decorators": []
|
|
3374
3268
|
},
|
|
3375
3269
|
{
|
|
3376
|
-
"id":
|
|
3270
|
+
"id": 286,
|
|
3377
3271
|
"name": "viewkeeperEnabled",
|
|
3378
3272
|
"variant": "declaration",
|
|
3379
3273
|
"kind": 2048,
|
|
@@ -3383,14 +3277,14 @@
|
|
|
3383
3277
|
"sources": [
|
|
3384
3278
|
{
|
|
3385
3279
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3386
|
-
"line":
|
|
3280
|
+
"line": 291,
|
|
3387
3281
|
"character": 9,
|
|
3388
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3282
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L291"
|
|
3389
3283
|
}
|
|
3390
3284
|
],
|
|
3391
3285
|
"signatures": [
|
|
3392
3286
|
{
|
|
3393
|
-
"id":
|
|
3287
|
+
"id": 287,
|
|
3394
3288
|
"name": "viewkeeperEnabled",
|
|
3395
3289
|
"variant": "signature",
|
|
3396
3290
|
"kind": 4096,
|
|
@@ -3398,9 +3292,9 @@
|
|
|
3398
3292
|
"sources": [
|
|
3399
3293
|
{
|
|
3400
3294
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3401
|
-
"line":
|
|
3295
|
+
"line": 291,
|
|
3402
3296
|
"character": 2,
|
|
3403
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3297
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L291"
|
|
3404
3298
|
}
|
|
3405
3299
|
],
|
|
3406
3300
|
"type": {
|
|
@@ -3412,7 +3306,7 @@
|
|
|
3412
3306
|
"decorators": []
|
|
3413
3307
|
},
|
|
3414
3308
|
{
|
|
3415
|
-
"id":
|
|
3309
|
+
"id": 281,
|
|
3416
3310
|
"name": "windowResize",
|
|
3417
3311
|
"variant": "declaration",
|
|
3418
3312
|
"kind": 2048,
|
|
@@ -3422,14 +3316,14 @@
|
|
|
3422
3316
|
"sources": [
|
|
3423
3317
|
{
|
|
3424
3318
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3425
|
-
"line":
|
|
3319
|
+
"line": 283,
|
|
3426
3320
|
"character": 9,
|
|
3427
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3321
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L283"
|
|
3428
3322
|
}
|
|
3429
3323
|
],
|
|
3430
3324
|
"signatures": [
|
|
3431
3325
|
{
|
|
3432
|
-
"id":
|
|
3326
|
+
"id": 282,
|
|
3433
3327
|
"name": "windowResize",
|
|
3434
3328
|
"variant": "signature",
|
|
3435
3329
|
"kind": 4096,
|
|
@@ -3437,9 +3331,9 @@
|
|
|
3437
3331
|
"sources": [
|
|
3438
3332
|
{
|
|
3439
3333
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3440
|
-
"line":
|
|
3334
|
+
"line": 283,
|
|
3441
3335
|
"character": 2,
|
|
3442
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3336
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L283"
|
|
3443
3337
|
}
|
|
3444
3338
|
],
|
|
3445
3339
|
"type": {
|
|
@@ -3455,53 +3349,53 @@
|
|
|
3455
3349
|
{
|
|
3456
3350
|
"title": "Constructors",
|
|
3457
3351
|
"children": [
|
|
3458
|
-
|
|
3352
|
+
225
|
|
3459
3353
|
]
|
|
3460
3354
|
},
|
|
3461
3355
|
{
|
|
3462
3356
|
"title": "Properties",
|
|
3463
3357
|
"children": [
|
|
3464
|
-
|
|
3465
|
-
223,
|
|
3358
|
+
244,
|
|
3466
3359
|
234,
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3360
|
+
245,
|
|
3361
|
+
250,
|
|
3362
|
+
246,
|
|
3363
|
+
247,
|
|
3364
|
+
248,
|
|
3365
|
+
249,
|
|
3366
|
+
227
|
|
3473
3367
|
]
|
|
3474
3368
|
},
|
|
3475
3369
|
{
|
|
3476
3370
|
"title": "Accessors",
|
|
3477
3371
|
"children": [
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3372
|
+
236,
|
|
3373
|
+
240,
|
|
3374
|
+
228
|
|
3481
3375
|
]
|
|
3482
3376
|
},
|
|
3483
3377
|
{
|
|
3484
3378
|
"title": "Methods",
|
|
3485
3379
|
"children": [
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
264,
|
|
3490
|
-
260,
|
|
3491
|
-
257,
|
|
3492
|
-
254,
|
|
3493
|
-
272,
|
|
3380
|
+
279,
|
|
3381
|
+
277,
|
|
3382
|
+
273,
|
|
3494
3383
|
275,
|
|
3495
|
-
|
|
3384
|
+
271,
|
|
3385
|
+
268,
|
|
3386
|
+
265,
|
|
3387
|
+
283,
|
|
3388
|
+
286,
|
|
3389
|
+
281
|
|
3496
3390
|
]
|
|
3497
3391
|
}
|
|
3498
3392
|
],
|
|
3499
3393
|
"sources": [
|
|
3500
3394
|
{
|
|
3501
3395
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3502
|
-
"line":
|
|
3396
|
+
"line": 64,
|
|
3503
3397
|
"character": 13,
|
|
3504
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3398
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.component.ts#L64"
|
|
3505
3399
|
}
|
|
3506
3400
|
],
|
|
3507
3401
|
"implementedTypes": [
|
|
@@ -3537,13 +3431,13 @@
|
|
|
3537
3431
|
{
|
|
3538
3432
|
"name": "Component",
|
|
3539
3433
|
"arguments": {
|
|
3540
|
-
"obj": "@Component({\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n providers: [\n SkyModalComponentAdapterService,\n SkyModalErrorsService,\n SkyDockService,\n ],\n})"
|
|
3434
|
+
"obj": "@Component({\n standalone: true,\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n providers: [\n SkyModalComponentAdapterService,\n SkyModalErrorsService,\n SkyDockService,\n ],\n imports: [\n CommonModule,\n SkyIconModule,\n SkyIdModule,\n SkyModalScrollShadowDirective,\n SkyModalsResourcesModule,\n ],\n})"
|
|
3541
3435
|
}
|
|
3542
3436
|
}
|
|
3543
3437
|
]
|
|
3544
3438
|
},
|
|
3545
3439
|
{
|
|
3546
|
-
"id":
|
|
3440
|
+
"id": 288,
|
|
3547
3441
|
"name": "SkyModalIsDirtyDirective",
|
|
3548
3442
|
"variant": "declaration",
|
|
3549
3443
|
"kind": 128,
|
|
@@ -3558,7 +3452,7 @@
|
|
|
3558
3452
|
},
|
|
3559
3453
|
"children": [
|
|
3560
3454
|
{
|
|
3561
|
-
"id":
|
|
3455
|
+
"id": 291,
|
|
3562
3456
|
"name": "isDirty",
|
|
3563
3457
|
"variant": "declaration",
|
|
3564
3458
|
"kind": 1024,
|
|
@@ -3582,9 +3476,9 @@
|
|
|
3582
3476
|
"sources": [
|
|
3583
3477
|
{
|
|
3584
3478
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3585
|
-
"line":
|
|
3479
|
+
"line": 40,
|
|
3586
3480
|
"character": 9,
|
|
3587
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3481
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L40"
|
|
3588
3482
|
}
|
|
3589
3483
|
],
|
|
3590
3484
|
"type": {
|
|
@@ -3599,7 +3493,7 @@
|
|
|
3599
3493
|
]
|
|
3600
3494
|
},
|
|
3601
3495
|
{
|
|
3602
|
-
"id":
|
|
3496
|
+
"id": 298,
|
|
3603
3497
|
"name": "ngOnDestroy",
|
|
3604
3498
|
"variant": "declaration",
|
|
3605
3499
|
"kind": 2048,
|
|
@@ -3609,14 +3503,14 @@
|
|
|
3609
3503
|
"sources": [
|
|
3610
3504
|
{
|
|
3611
3505
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3612
|
-
"line":
|
|
3506
|
+
"line": 54,
|
|
3613
3507
|
"character": 9,
|
|
3614
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3508
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L54"
|
|
3615
3509
|
}
|
|
3616
3510
|
],
|
|
3617
3511
|
"signatures": [
|
|
3618
3512
|
{
|
|
3619
|
-
"id":
|
|
3513
|
+
"id": 299,
|
|
3620
3514
|
"name": "ngOnDestroy",
|
|
3621
3515
|
"variant": "signature",
|
|
3622
3516
|
"kind": 4096,
|
|
@@ -3624,9 +3518,9 @@
|
|
|
3624
3518
|
"sources": [
|
|
3625
3519
|
{
|
|
3626
3520
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
3627
|
-
"line":
|
|
3521
|
+
"line": 54,
|
|
3628
3522
|
"character": 2,
|
|
3629
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3523
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L54"
|
|
3630
3524
|
}
|
|
3631
3525
|
],
|
|
3632
3526
|
"type": {
|
|
@@ -3648,7 +3542,7 @@
|
|
|
3648
3542
|
"decorators": []
|
|
3649
3543
|
},
|
|
3650
3544
|
{
|
|
3651
|
-
"id":
|
|
3545
|
+
"id": 296,
|
|
3652
3546
|
"name": "ngOnInit",
|
|
3653
3547
|
"variant": "declaration",
|
|
3654
3548
|
"kind": 2048,
|
|
@@ -3658,14 +3552,14 @@
|
|
|
3658
3552
|
"sources": [
|
|
3659
3553
|
{
|
|
3660
3554
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3661
|
-
"line":
|
|
3555
|
+
"line": 48,
|
|
3662
3556
|
"character": 9,
|
|
3663
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3557
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L48"
|
|
3664
3558
|
}
|
|
3665
3559
|
],
|
|
3666
3560
|
"signatures": [
|
|
3667
3561
|
{
|
|
3668
|
-
"id":
|
|
3562
|
+
"id": 297,
|
|
3669
3563
|
"name": "ngOnInit",
|
|
3670
3564
|
"variant": "signature",
|
|
3671
3565
|
"kind": 4096,
|
|
@@ -3673,9 +3567,9 @@
|
|
|
3673
3567
|
"sources": [
|
|
3674
3568
|
{
|
|
3675
3569
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
3676
|
-
"line":
|
|
3570
|
+
"line": 48,
|
|
3677
3571
|
"character": 2,
|
|
3678
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3572
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L48"
|
|
3679
3573
|
}
|
|
3680
3574
|
],
|
|
3681
3575
|
"type": {
|
|
@@ -3701,29 +3595,29 @@
|
|
|
3701
3595
|
{
|
|
3702
3596
|
"title": "Constructors",
|
|
3703
3597
|
"children": [
|
|
3704
|
-
|
|
3598
|
+
289
|
|
3705
3599
|
]
|
|
3706
3600
|
},
|
|
3707
3601
|
{
|
|
3708
3602
|
"title": "Properties",
|
|
3709
3603
|
"children": [
|
|
3710
|
-
|
|
3604
|
+
291
|
|
3711
3605
|
]
|
|
3712
3606
|
},
|
|
3713
3607
|
{
|
|
3714
3608
|
"title": "Methods",
|
|
3715
3609
|
"children": [
|
|
3716
|
-
|
|
3717
|
-
|
|
3610
|
+
298,
|
|
3611
|
+
296
|
|
3718
3612
|
]
|
|
3719
3613
|
}
|
|
3720
3614
|
],
|
|
3721
3615
|
"sources": [
|
|
3722
3616
|
{
|
|
3723
3617
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3724
|
-
"line":
|
|
3618
|
+
"line": 31,
|
|
3725
3619
|
"character": 13,
|
|
3726
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3620
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L31"
|
|
3727
3621
|
}
|
|
3728
3622
|
],
|
|
3729
3623
|
"implementedTypes": [
|
|
@@ -3750,7 +3644,7 @@
|
|
|
3750
3644
|
{
|
|
3751
3645
|
"name": "Directive",
|
|
3752
3646
|
"arguments": {
|
|
3753
|
-
"obj": "@Directive({\n // Since this is limited to sky-modal, it should be safe to\n // leave off the sky prefix.\n // eslint-disable-next-line @angular-eslint/directive-selector\n selector: 'sky-modal[isDirty]',\n})"
|
|
3647
|
+
"obj": "@Directive({\n standalone: true,\n // Since this is limited to sky-modal, it should be safe to\n // leave off the sky prefix.\n // eslint-disable-next-line @angular-eslint/directive-selector\n selector: 'sky-modal[isDirty]',\n})"
|
|
3754
3648
|
}
|
|
3755
3649
|
}
|
|
3756
3650
|
]
|
|
@@ -3781,7 +3675,7 @@
|
|
|
3781
3675
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3782
3676
|
"line": 6,
|
|
3783
3677
|
"character": 2,
|
|
3784
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3678
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L6"
|
|
3785
3679
|
}
|
|
3786
3680
|
],
|
|
3787
3681
|
"type": {
|
|
@@ -3821,7 +3715,7 @@
|
|
|
3821
3715
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3822
3716
|
"line": 23,
|
|
3823
3717
|
"character": 2,
|
|
3824
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3718
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L23"
|
|
3825
3719
|
}
|
|
3826
3720
|
],
|
|
3827
3721
|
"type": {
|
|
@@ -3874,7 +3768,7 @@
|
|
|
3874
3768
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3875
3769
|
"line": 17,
|
|
3876
3770
|
"character": 2,
|
|
3877
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3771
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L17"
|
|
3878
3772
|
}
|
|
3879
3773
|
],
|
|
3880
3774
|
"type": {
|
|
@@ -3901,7 +3795,7 @@
|
|
|
3901
3795
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3902
3796
|
"line": 10,
|
|
3903
3797
|
"character": 2,
|
|
3904
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3798
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L10"
|
|
3905
3799
|
}
|
|
3906
3800
|
],
|
|
3907
3801
|
"type": {
|
|
@@ -3926,7 +3820,7 @@
|
|
|
3926
3820
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3927
3821
|
"line": 1,
|
|
3928
3822
|
"character": 17,
|
|
3929
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3823
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L1"
|
|
3930
3824
|
}
|
|
3931
3825
|
]
|
|
3932
3826
|
},
|
|
@@ -3956,7 +3850,7 @@
|
|
|
3956
3850
|
"fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
|
|
3957
3851
|
"line": 5,
|
|
3958
3852
|
"character": 2,
|
|
3959
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3853
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L5"
|
|
3960
3854
|
}
|
|
3961
3855
|
],
|
|
3962
3856
|
"type": {
|
|
@@ -3978,7 +3872,7 @@
|
|
|
3978
3872
|
"fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
|
|
3979
3873
|
"line": 1,
|
|
3980
3874
|
"character": 17,
|
|
3981
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3875
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L1"
|
|
3982
3876
|
}
|
|
3983
3877
|
]
|
|
3984
3878
|
},
|
|
@@ -4010,7 +3904,7 @@
|
|
|
4010
3904
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4011
3905
|
"line": 13,
|
|
4012
3906
|
"character": 2,
|
|
4013
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3907
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L13"
|
|
4014
3908
|
}
|
|
4015
3909
|
],
|
|
4016
3910
|
"type": {
|
|
@@ -4055,7 +3949,7 @@
|
|
|
4055
3949
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4056
3950
|
"line": 17,
|
|
4057
3951
|
"character": 2,
|
|
4058
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3952
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L17"
|
|
4059
3953
|
}
|
|
4060
3954
|
],
|
|
4061
3955
|
"type": {
|
|
@@ -4093,7 +3987,7 @@
|
|
|
4093
3987
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4094
3988
|
"line": 9,
|
|
4095
3989
|
"character": 2,
|
|
4096
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3990
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L9"
|
|
4097
3991
|
}
|
|
4098
3992
|
],
|
|
4099
3993
|
"type": {
|
|
@@ -4133,7 +4027,7 @@
|
|
|
4133
4027
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4134
4028
|
"line": 22,
|
|
4135
4029
|
"character": 2,
|
|
4136
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4030
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L22"
|
|
4137
4031
|
}
|
|
4138
4032
|
],
|
|
4139
4033
|
"type": {
|
|
@@ -4162,7 +4056,7 @@
|
|
|
4162
4056
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4163
4057
|
"line": 26,
|
|
4164
4058
|
"character": 2,
|
|
4165
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4059
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L26"
|
|
4166
4060
|
}
|
|
4167
4061
|
],
|
|
4168
4062
|
"type": {
|
|
@@ -4190,7 +4084,7 @@
|
|
|
4190
4084
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4191
4085
|
"line": 4,
|
|
4192
4086
|
"character": 17,
|
|
4193
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4087
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L4"
|
|
4194
4088
|
}
|
|
4195
4089
|
]
|
|
4196
4090
|
},
|
|
@@ -4254,7 +4148,7 @@
|
|
|
4254
4148
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4255
4149
|
"line": 38,
|
|
4256
4150
|
"character": 2,
|
|
4257
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4151
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L38"
|
|
4258
4152
|
}
|
|
4259
4153
|
],
|
|
4260
4154
|
"type": {
|
|
@@ -4307,7 +4201,7 @@
|
|
|
4307
4201
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4308
4202
|
"line": 48,
|
|
4309
4203
|
"character": 2,
|
|
4310
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4204
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L48"
|
|
4311
4205
|
}
|
|
4312
4206
|
],
|
|
4313
4207
|
"type": {
|
|
@@ -4355,7 +4249,7 @@
|
|
|
4355
4249
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4356
4250
|
"line": 59,
|
|
4357
4251
|
"character": 2,
|
|
4358
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4252
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L59"
|
|
4359
4253
|
}
|
|
4360
4254
|
],
|
|
4361
4255
|
"type": {
|
|
@@ -4392,7 +4286,7 @@
|
|
|
4392
4286
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4393
4287
|
"line": 14,
|
|
4394
4288
|
"character": 2,
|
|
4395
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4289
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L14"
|
|
4396
4290
|
}
|
|
4397
4291
|
],
|
|
4398
4292
|
"type": {
|
|
@@ -4475,7 +4369,7 @@
|
|
|
4475
4369
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4476
4370
|
"line": 77,
|
|
4477
4371
|
"character": 2,
|
|
4478
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4372
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L77"
|
|
4479
4373
|
}
|
|
4480
4374
|
],
|
|
4481
4375
|
"type": {
|
|
@@ -4512,7 +4406,7 @@
|
|
|
4512
4406
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4513
4407
|
"line": 27,
|
|
4514
4408
|
"character": 2,
|
|
4515
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4409
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L27"
|
|
4516
4410
|
}
|
|
4517
4411
|
],
|
|
4518
4412
|
"type": {
|
|
@@ -4581,7 +4475,7 @@
|
|
|
4581
4475
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4582
4476
|
"line": 20,
|
|
4583
4477
|
"character": 2,
|
|
4584
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4478
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L20"
|
|
4585
4479
|
}
|
|
4586
4480
|
],
|
|
4587
4481
|
"type": {
|
|
@@ -4645,7 +4539,7 @@
|
|
|
4645
4539
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4646
4540
|
"line": 67,
|
|
4647
4541
|
"character": 2,
|
|
4648
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4542
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L67"
|
|
4649
4543
|
}
|
|
4650
4544
|
],
|
|
4651
4545
|
"type": {
|
|
@@ -4682,7 +4576,7 @@
|
|
|
4682
4576
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4683
4577
|
"line": 83,
|
|
4684
4578
|
"character": 2,
|
|
4685
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4579
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L83"
|
|
4686
4580
|
}
|
|
4687
4581
|
],
|
|
4688
4582
|
"type": {
|
|
@@ -4712,12 +4606,12 @@
|
|
|
4712
4606
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4713
4607
|
"line": 9,
|
|
4714
4608
|
"character": 17,
|
|
4715
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4609
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L9"
|
|
4716
4610
|
}
|
|
4717
4611
|
]
|
|
4718
4612
|
},
|
|
4719
4613
|
{
|
|
4720
|
-
"id":
|
|
4614
|
+
"id": 180,
|
|
4721
4615
|
"name": "SkyModalError",
|
|
4722
4616
|
"variant": "declaration",
|
|
4723
4617
|
"kind": 256,
|
|
@@ -4732,7 +4626,7 @@
|
|
|
4732
4626
|
},
|
|
4733
4627
|
"children": [
|
|
4734
4628
|
{
|
|
4735
|
-
"id":
|
|
4629
|
+
"id": 181,
|
|
4736
4630
|
"name": "message",
|
|
4737
4631
|
"variant": "declaration",
|
|
4738
4632
|
"kind": 1024,
|
|
@@ -4750,7 +4644,7 @@
|
|
|
4750
4644
|
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
4751
4645
|
"line": 8,
|
|
4752
4646
|
"character": 2,
|
|
4753
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4647
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-error.ts#L8"
|
|
4754
4648
|
}
|
|
4755
4649
|
],
|
|
4756
4650
|
"type": {
|
|
@@ -4763,7 +4657,7 @@
|
|
|
4763
4657
|
{
|
|
4764
4658
|
"title": "Properties",
|
|
4765
4659
|
"children": [
|
|
4766
|
-
|
|
4660
|
+
181
|
|
4767
4661
|
]
|
|
4768
4662
|
}
|
|
4769
4663
|
],
|
|
@@ -4772,7 +4666,7 @@
|
|
|
4772
4666
|
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
4773
4667
|
"line": 4,
|
|
4774
4668
|
"character": 17,
|
|
4775
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4669
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/modal/modal-error.ts#L4"
|
|
4776
4670
|
}
|
|
4777
4671
|
]
|
|
4778
4672
|
},
|
|
@@ -4787,7 +4681,7 @@
|
|
|
4787
4681
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-style-type.ts",
|
|
4788
4682
|
"line": 1,
|
|
4789
4683
|
"character": 12,
|
|
4790
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4684
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/src/lib/modules/confirm/confirm-button-style-type.ts#L1"
|
|
4791
4685
|
}
|
|
4792
4686
|
],
|
|
4793
4687
|
"type": {
|
|
@@ -4813,7 +4707,7 @@
|
|
|
4813
4707
|
}
|
|
4814
4708
|
},
|
|
4815
4709
|
{
|
|
4816
|
-
"id":
|
|
4710
|
+
"id": 338,
|
|
4817
4711
|
"name": "SkyConfirmHarness",
|
|
4818
4712
|
"variant": "declaration",
|
|
4819
4713
|
"kind": 128,
|
|
@@ -4828,7 +4722,7 @@
|
|
|
4828
4722
|
},
|
|
4829
4723
|
"children": [
|
|
4830
4724
|
{
|
|
4831
|
-
"id":
|
|
4725
|
+
"id": 345,
|
|
4832
4726
|
"name": "constructor",
|
|
4833
4727
|
"variant": "declaration",
|
|
4834
4728
|
"kind": 512,
|
|
@@ -4842,7 +4736,7 @@
|
|
|
4842
4736
|
],
|
|
4843
4737
|
"signatures": [
|
|
4844
4738
|
{
|
|
4845
|
-
"id":
|
|
4739
|
+
"id": 346,
|
|
4846
4740
|
"name": "new SkyConfirmHarness",
|
|
4847
4741
|
"variant": "signature",
|
|
4848
4742
|
"kind": 16384,
|
|
@@ -4856,7 +4750,7 @@
|
|
|
4856
4750
|
],
|
|
4857
4751
|
"parameters": [
|
|
4858
4752
|
{
|
|
4859
|
-
"id":
|
|
4753
|
+
"id": 347,
|
|
4860
4754
|
"name": "locatorFactory",
|
|
4861
4755
|
"variant": "param",
|
|
4862
4756
|
"kind": 32768,
|
|
@@ -4874,7 +4768,7 @@
|
|
|
4874
4768
|
],
|
|
4875
4769
|
"type": {
|
|
4876
4770
|
"type": "reference",
|
|
4877
|
-
"target":
|
|
4771
|
+
"target": 338,
|
|
4878
4772
|
"name": "SkyConfirmHarness",
|
|
4879
4773
|
"package": "@skyux/modals"
|
|
4880
4774
|
},
|
|
@@ -4892,7 +4786,7 @@
|
|
|
4892
4786
|
}
|
|
4893
4787
|
},
|
|
4894
4788
|
{
|
|
4895
|
-
"id":
|
|
4789
|
+
"id": 339,
|
|
4896
4790
|
"name": "hostSelector",
|
|
4897
4791
|
"variant": "declaration",
|
|
4898
4792
|
"kind": 1024,
|
|
@@ -4905,7 +4799,7 @@
|
|
|
4905
4799
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4906
4800
|
"line": 12,
|
|
4907
4801
|
"character": 16,
|
|
4908
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4802
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L12"
|
|
4909
4803
|
}
|
|
4910
4804
|
],
|
|
4911
4805
|
"type": {
|
|
@@ -4916,7 +4810,7 @@
|
|
|
4916
4810
|
"decorators": []
|
|
4917
4811
|
},
|
|
4918
4812
|
{
|
|
4919
|
-
"id":
|
|
4813
|
+
"id": 352,
|
|
4920
4814
|
"name": "clickCustomButton",
|
|
4921
4815
|
"variant": "declaration",
|
|
4922
4816
|
"kind": 2048,
|
|
@@ -4928,12 +4822,12 @@
|
|
|
4928
4822
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4929
4823
|
"line": 22,
|
|
4930
4824
|
"character": 15,
|
|
4931
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4825
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
|
|
4932
4826
|
}
|
|
4933
4827
|
],
|
|
4934
4828
|
"signatures": [
|
|
4935
4829
|
{
|
|
4936
|
-
"id":
|
|
4830
|
+
"id": 353,
|
|
4937
4831
|
"name": "clickCustomButton",
|
|
4938
4832
|
"variant": "signature",
|
|
4939
4833
|
"kind": 4096,
|
|
@@ -4951,19 +4845,19 @@
|
|
|
4951
4845
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4952
4846
|
"line": 22,
|
|
4953
4847
|
"character": 2,
|
|
4954
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4848
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
|
|
4955
4849
|
}
|
|
4956
4850
|
],
|
|
4957
4851
|
"parameters": [
|
|
4958
4852
|
{
|
|
4959
|
-
"id":
|
|
4853
|
+
"id": 354,
|
|
4960
4854
|
"name": "filters",
|
|
4961
4855
|
"variant": "param",
|
|
4962
4856
|
"kind": 32768,
|
|
4963
4857
|
"flags": {},
|
|
4964
4858
|
"type": {
|
|
4965
4859
|
"type": "reference",
|
|
4966
|
-
"target":
|
|
4860
|
+
"target": 430,
|
|
4967
4861
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
4968
4862
|
"package": "@skyux/modals"
|
|
4969
4863
|
}
|
|
@@ -4989,7 +4883,7 @@
|
|
|
4989
4883
|
"decorators": []
|
|
4990
4884
|
},
|
|
4991
4885
|
{
|
|
4992
|
-
"id":
|
|
4886
|
+
"id": 355,
|
|
4993
4887
|
"name": "clickOkButton",
|
|
4994
4888
|
"variant": "declaration",
|
|
4995
4889
|
"kind": 2048,
|
|
@@ -5001,12 +4895,12 @@
|
|
|
5001
4895
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5002
4896
|
"line": 43,
|
|
5003
4897
|
"character": 15,
|
|
5004
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4898
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
|
|
5005
4899
|
}
|
|
5006
4900
|
],
|
|
5007
4901
|
"signatures": [
|
|
5008
4902
|
{
|
|
5009
|
-
"id":
|
|
4903
|
+
"id": 356,
|
|
5010
4904
|
"name": "clickOkButton",
|
|
5011
4905
|
"variant": "signature",
|
|
5012
4906
|
"kind": 4096,
|
|
@@ -5024,7 +4918,7 @@
|
|
|
5024
4918
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5025
4919
|
"line": 43,
|
|
5026
4920
|
"character": 2,
|
|
5027
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4921
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
|
|
5028
4922
|
}
|
|
5029
4923
|
],
|
|
5030
4924
|
"type": {
|
|
@@ -5047,7 +4941,7 @@
|
|
|
5047
4941
|
"decorators": []
|
|
5048
4942
|
},
|
|
5049
4943
|
{
|
|
5050
|
-
"id":
|
|
4944
|
+
"id": 357,
|
|
5051
4945
|
"name": "getBodyText",
|
|
5052
4946
|
"variant": "declaration",
|
|
5053
4947
|
"kind": 2048,
|
|
@@ -5059,12 +4953,12 @@
|
|
|
5059
4953
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5060
4954
|
"line": 56,
|
|
5061
4955
|
"character": 15,
|
|
5062
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4956
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
|
|
5063
4957
|
}
|
|
5064
4958
|
],
|
|
5065
4959
|
"signatures": [
|
|
5066
4960
|
{
|
|
5067
|
-
"id":
|
|
4961
|
+
"id": 358,
|
|
5068
4962
|
"name": "getBodyText",
|
|
5069
4963
|
"variant": "signature",
|
|
5070
4964
|
"kind": 4096,
|
|
@@ -5082,7 +4976,7 @@
|
|
|
5082
4976
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5083
4977
|
"line": 56,
|
|
5084
4978
|
"character": 2,
|
|
5085
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4979
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
|
|
5086
4980
|
}
|
|
5087
4981
|
],
|
|
5088
4982
|
"type": {
|
|
@@ -5105,7 +4999,7 @@
|
|
|
5105
4999
|
"decorators": []
|
|
5106
5000
|
},
|
|
5107
5001
|
{
|
|
5108
|
-
"id":
|
|
5002
|
+
"id": 359,
|
|
5109
5003
|
"name": "getCustomButtons",
|
|
5110
5004
|
"variant": "declaration",
|
|
5111
5005
|
"kind": 2048,
|
|
@@ -5117,12 +5011,12 @@
|
|
|
5117
5011
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5118
5012
|
"line": 63,
|
|
5119
5013
|
"character": 15,
|
|
5120
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5014
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
|
|
5121
5015
|
}
|
|
5122
5016
|
],
|
|
5123
5017
|
"signatures": [
|
|
5124
5018
|
{
|
|
5125
|
-
"id":
|
|
5019
|
+
"id": 360,
|
|
5126
5020
|
"name": "getCustomButtons",
|
|
5127
5021
|
"variant": "signature",
|
|
5128
5022
|
"kind": 4096,
|
|
@@ -5140,12 +5034,12 @@
|
|
|
5140
5034
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5141
5035
|
"line": 63,
|
|
5142
5036
|
"character": 2,
|
|
5143
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5037
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
|
|
5144
5038
|
}
|
|
5145
5039
|
],
|
|
5146
5040
|
"parameters": [
|
|
5147
5041
|
{
|
|
5148
|
-
"id":
|
|
5042
|
+
"id": 361,
|
|
5149
5043
|
"name": "filters",
|
|
5150
5044
|
"variant": "param",
|
|
5151
5045
|
"kind": 32768,
|
|
@@ -5154,7 +5048,7 @@
|
|
|
5154
5048
|
},
|
|
5155
5049
|
"type": {
|
|
5156
5050
|
"type": "reference",
|
|
5157
|
-
"target":
|
|
5051
|
+
"target": 430,
|
|
5158
5052
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
5159
5053
|
"package": "@skyux/modals"
|
|
5160
5054
|
}
|
|
@@ -5188,7 +5082,7 @@
|
|
|
5188
5082
|
"decorators": []
|
|
5189
5083
|
},
|
|
5190
5084
|
{
|
|
5191
|
-
"id":
|
|
5085
|
+
"id": 362,
|
|
5192
5086
|
"name": "getMessageText",
|
|
5193
5087
|
"variant": "declaration",
|
|
5194
5088
|
"kind": 2048,
|
|
@@ -5200,12 +5094,12 @@
|
|
|
5200
5094
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5201
5095
|
"line": 93,
|
|
5202
5096
|
"character": 15,
|
|
5203
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5097
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L93"
|
|
5204
5098
|
}
|
|
5205
5099
|
],
|
|
5206
5100
|
"signatures": [
|
|
5207
5101
|
{
|
|
5208
|
-
"id":
|
|
5102
|
+
"id": 363,
|
|
5209
5103
|
"name": "getMessageText",
|
|
5210
5104
|
"variant": "signature",
|
|
5211
5105
|
"kind": 4096,
|
|
@@ -5223,7 +5117,7 @@
|
|
|
5223
5117
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5224
5118
|
"line": 93,
|
|
5225
5119
|
"character": 2,
|
|
5226
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5120
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L93"
|
|
5227
5121
|
}
|
|
5228
5122
|
],
|
|
5229
5123
|
"type": {
|
|
@@ -5246,7 +5140,7 @@
|
|
|
5246
5140
|
"decorators": []
|
|
5247
5141
|
},
|
|
5248
5142
|
{
|
|
5249
|
-
"id":
|
|
5143
|
+
"id": 364,
|
|
5250
5144
|
"name": "getType",
|
|
5251
5145
|
"variant": "declaration",
|
|
5252
5146
|
"kind": 2048,
|
|
@@ -5258,12 +5152,12 @@
|
|
|
5258
5152
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5259
5153
|
"line": 100,
|
|
5260
5154
|
"character": 15,
|
|
5261
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5155
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L100"
|
|
5262
5156
|
}
|
|
5263
5157
|
],
|
|
5264
5158
|
"signatures": [
|
|
5265
5159
|
{
|
|
5266
|
-
"id":
|
|
5160
|
+
"id": 365,
|
|
5267
5161
|
"name": "getType",
|
|
5268
5162
|
"variant": "signature",
|
|
5269
5163
|
"kind": 4096,
|
|
@@ -5281,7 +5175,7 @@
|
|
|
5281
5175
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5282
5176
|
"line": 100,
|
|
5283
5177
|
"character": 2,
|
|
5284
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5178
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L100"
|
|
5285
5179
|
}
|
|
5286
5180
|
],
|
|
5287
5181
|
"type": {
|
|
@@ -5306,7 +5200,7 @@
|
|
|
5306
5200
|
"decorators": []
|
|
5307
5201
|
},
|
|
5308
5202
|
{
|
|
5309
|
-
"id":
|
|
5203
|
+
"id": 375,
|
|
5310
5204
|
"name": "host",
|
|
5311
5205
|
"variant": "declaration",
|
|
5312
5206
|
"kind": 2048,
|
|
@@ -5320,7 +5214,7 @@
|
|
|
5320
5214
|
],
|
|
5321
5215
|
"signatures": [
|
|
5322
5216
|
{
|
|
5323
|
-
"id":
|
|
5217
|
+
"id": 376,
|
|
5324
5218
|
"name": "host",
|
|
5325
5219
|
"variant": "signature",
|
|
5326
5220
|
"kind": 4096,
|
|
@@ -5390,7 +5284,7 @@
|
|
|
5390
5284
|
}
|
|
5391
5285
|
},
|
|
5392
5286
|
{
|
|
5393
|
-
"id":
|
|
5287
|
+
"id": 366,
|
|
5394
5288
|
"name": "isWhiteSpacePreserved",
|
|
5395
5289
|
"variant": "declaration",
|
|
5396
5290
|
"kind": 2048,
|
|
@@ -5402,12 +5296,12 @@
|
|
|
5402
5296
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5403
5297
|
"line": 112,
|
|
5404
5298
|
"character": 15,
|
|
5405
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5299
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L112"
|
|
5406
5300
|
}
|
|
5407
5301
|
],
|
|
5408
5302
|
"signatures": [
|
|
5409
5303
|
{
|
|
5410
|
-
"id":
|
|
5304
|
+
"id": 367,
|
|
5411
5305
|
"name": "isWhiteSpacePreserved",
|
|
5412
5306
|
"variant": "signature",
|
|
5413
5307
|
"kind": 4096,
|
|
@@ -5425,7 +5319,7 @@
|
|
|
5425
5319
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5426
5320
|
"line": 112,
|
|
5427
5321
|
"character": 2,
|
|
5428
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5322
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L112"
|
|
5429
5323
|
}
|
|
5430
5324
|
],
|
|
5431
5325
|
"type": {
|
|
@@ -5452,26 +5346,26 @@
|
|
|
5452
5346
|
{
|
|
5453
5347
|
"title": "Constructors",
|
|
5454
5348
|
"children": [
|
|
5455
|
-
|
|
5349
|
+
345
|
|
5456
5350
|
]
|
|
5457
5351
|
},
|
|
5458
5352
|
{
|
|
5459
5353
|
"title": "Properties",
|
|
5460
5354
|
"children": [
|
|
5461
|
-
|
|
5355
|
+
339
|
|
5462
5356
|
]
|
|
5463
5357
|
},
|
|
5464
5358
|
{
|
|
5465
5359
|
"title": "Methods",
|
|
5466
5360
|
"children": [
|
|
5467
|
-
|
|
5468
|
-
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
353,
|
|
5361
|
+
352,
|
|
5362
|
+
355,
|
|
5363
|
+
357,
|
|
5364
|
+
359,
|
|
5365
|
+
362,
|
|
5473
5366
|
364,
|
|
5474
|
-
|
|
5367
|
+
375,
|
|
5368
|
+
366
|
|
5475
5369
|
]
|
|
5476
5370
|
}
|
|
5477
5371
|
],
|
|
@@ -5480,7 +5374,7 @@
|
|
|
5480
5374
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5481
5375
|
"line": 11,
|
|
5482
5376
|
"character": 13,
|
|
5483
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5377
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-harness.ts#L11"
|
|
5484
5378
|
}
|
|
5485
5379
|
],
|
|
5486
5380
|
"extendedTypes": [
|
|
@@ -5497,7 +5391,7 @@
|
|
|
5497
5391
|
"decorators": []
|
|
5498
5392
|
},
|
|
5499
5393
|
{
|
|
5500
|
-
"id":
|
|
5394
|
+
"id": 434,
|
|
5501
5395
|
"name": "SkyModalHarness",
|
|
5502
5396
|
"variant": "declaration",
|
|
5503
5397
|
"kind": 128,
|
|
@@ -5512,7 +5406,7 @@
|
|
|
5512
5406
|
},
|
|
5513
5407
|
"children": [
|
|
5514
5408
|
{
|
|
5515
|
-
"id":
|
|
5409
|
+
"id": 444,
|
|
5516
5410
|
"name": "constructor",
|
|
5517
5411
|
"variant": "declaration",
|
|
5518
5412
|
"kind": 512,
|
|
@@ -5526,7 +5420,7 @@
|
|
|
5526
5420
|
],
|
|
5527
5421
|
"signatures": [
|
|
5528
5422
|
{
|
|
5529
|
-
"id":
|
|
5423
|
+
"id": 445,
|
|
5530
5424
|
"name": "new SkyModalHarness",
|
|
5531
5425
|
"variant": "signature",
|
|
5532
5426
|
"kind": 16384,
|
|
@@ -5540,7 +5434,7 @@
|
|
|
5540
5434
|
],
|
|
5541
5435
|
"parameters": [
|
|
5542
5436
|
{
|
|
5543
|
-
"id":
|
|
5437
|
+
"id": 446,
|
|
5544
5438
|
"name": "locatorFactory",
|
|
5545
5439
|
"variant": "param",
|
|
5546
5440
|
"kind": 32768,
|
|
@@ -5558,7 +5452,7 @@
|
|
|
5558
5452
|
],
|
|
5559
5453
|
"type": {
|
|
5560
5454
|
"type": "reference",
|
|
5561
|
-
"target":
|
|
5455
|
+
"target": 434,
|
|
5562
5456
|
"name": "SkyModalHarness",
|
|
5563
5457
|
"package": "@skyux/modals"
|
|
5564
5458
|
},
|
|
@@ -5576,7 +5470,7 @@
|
|
|
5576
5470
|
}
|
|
5577
5471
|
},
|
|
5578
5472
|
{
|
|
5579
|
-
"id":
|
|
5473
|
+
"id": 449,
|
|
5580
5474
|
"name": "getAriaDescribedBy",
|
|
5581
5475
|
"variant": "declaration",
|
|
5582
5476
|
"kind": 2048,
|
|
@@ -5588,12 +5482,12 @@
|
|
|
5588
5482
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5589
5483
|
"line": 31,
|
|
5590
5484
|
"character": 15,
|
|
5591
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5485
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L31"
|
|
5592
5486
|
}
|
|
5593
5487
|
],
|
|
5594
5488
|
"signatures": [
|
|
5595
5489
|
{
|
|
5596
|
-
"id":
|
|
5490
|
+
"id": 450,
|
|
5597
5491
|
"name": "getAriaDescribedBy",
|
|
5598
5492
|
"variant": "signature",
|
|
5599
5493
|
"kind": 4096,
|
|
@@ -5611,7 +5505,7 @@
|
|
|
5611
5505
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5612
5506
|
"line": 31,
|
|
5613
5507
|
"character": 2,
|
|
5614
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5508
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L31"
|
|
5615
5509
|
}
|
|
5616
5510
|
],
|
|
5617
5511
|
"type": {
|
|
@@ -5634,7 +5528,7 @@
|
|
|
5634
5528
|
"decorators": []
|
|
5635
5529
|
},
|
|
5636
5530
|
{
|
|
5637
|
-
"id":
|
|
5531
|
+
"id": 451,
|
|
5638
5532
|
"name": "getAriaLabelledBy",
|
|
5639
5533
|
"variant": "declaration",
|
|
5640
5534
|
"kind": 2048,
|
|
@@ -5646,12 +5540,12 @@
|
|
|
5646
5540
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5647
5541
|
"line": 38,
|
|
5648
5542
|
"character": 15,
|
|
5649
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5543
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L38"
|
|
5650
5544
|
}
|
|
5651
5545
|
],
|
|
5652
5546
|
"signatures": [
|
|
5653
5547
|
{
|
|
5654
|
-
"id":
|
|
5548
|
+
"id": 452,
|
|
5655
5549
|
"name": "getAriaLabelledBy",
|
|
5656
5550
|
"variant": "signature",
|
|
5657
5551
|
"kind": 4096,
|
|
@@ -5669,7 +5563,7 @@
|
|
|
5669
5563
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5670
5564
|
"line": 38,
|
|
5671
5565
|
"character": 2,
|
|
5672
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5566
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L38"
|
|
5673
5567
|
}
|
|
5674
5568
|
],
|
|
5675
5569
|
"type": {
|
|
@@ -5692,7 +5586,7 @@
|
|
|
5692
5586
|
"decorators": []
|
|
5693
5587
|
},
|
|
5694
5588
|
{
|
|
5695
|
-
"id":
|
|
5589
|
+
"id": 453,
|
|
5696
5590
|
"name": "getAriaRole",
|
|
5697
5591
|
"variant": "declaration",
|
|
5698
5592
|
"kind": 2048,
|
|
@@ -5704,12 +5598,12 @@
|
|
|
5704
5598
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5705
5599
|
"line": 45,
|
|
5706
5600
|
"character": 15,
|
|
5707
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5601
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L45"
|
|
5708
5602
|
}
|
|
5709
5603
|
],
|
|
5710
5604
|
"signatures": [
|
|
5711
5605
|
{
|
|
5712
|
-
"id":
|
|
5606
|
+
"id": 454,
|
|
5713
5607
|
"name": "getAriaRole",
|
|
5714
5608
|
"variant": "signature",
|
|
5715
5609
|
"kind": 4096,
|
|
@@ -5727,7 +5621,7 @@
|
|
|
5727
5621
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5728
5622
|
"line": 45,
|
|
5729
5623
|
"character": 2,
|
|
5730
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5624
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L45"
|
|
5731
5625
|
}
|
|
5732
5626
|
],
|
|
5733
5627
|
"type": {
|
|
@@ -5750,7 +5644,7 @@
|
|
|
5750
5644
|
"decorators": []
|
|
5751
5645
|
},
|
|
5752
5646
|
{
|
|
5753
|
-
"id":
|
|
5647
|
+
"id": 455,
|
|
5754
5648
|
"name": "getSize",
|
|
5755
5649
|
"variant": "declaration",
|
|
5756
5650
|
"kind": 2048,
|
|
@@ -5762,12 +5656,12 @@
|
|
|
5762
5656
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5763
5657
|
"line": 52,
|
|
5764
5658
|
"character": 15,
|
|
5765
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5659
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L52"
|
|
5766
5660
|
}
|
|
5767
5661
|
],
|
|
5768
5662
|
"signatures": [
|
|
5769
5663
|
{
|
|
5770
|
-
"id":
|
|
5664
|
+
"id": 456,
|
|
5771
5665
|
"name": "getSize",
|
|
5772
5666
|
"variant": "signature",
|
|
5773
5667
|
"kind": 4096,
|
|
@@ -5785,7 +5679,7 @@
|
|
|
5785
5679
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5786
5680
|
"line": 52,
|
|
5787
5681
|
"character": 2,
|
|
5788
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5682
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L52"
|
|
5789
5683
|
}
|
|
5790
5684
|
],
|
|
5791
5685
|
"type": {
|
|
@@ -5808,7 +5702,7 @@
|
|
|
5808
5702
|
"decorators": []
|
|
5809
5703
|
},
|
|
5810
5704
|
{
|
|
5811
|
-
"id":
|
|
5705
|
+
"id": 457,
|
|
5812
5706
|
"name": "getWrapperClass",
|
|
5813
5707
|
"variant": "declaration",
|
|
5814
5708
|
"kind": 2048,
|
|
@@ -5820,12 +5714,12 @@
|
|
|
5820
5714
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5821
5715
|
"line": 75,
|
|
5822
5716
|
"character": 15,
|
|
5823
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5717
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L75"
|
|
5824
5718
|
}
|
|
5825
5719
|
],
|
|
5826
5720
|
"signatures": [
|
|
5827
5721
|
{
|
|
5828
|
-
"id":
|
|
5722
|
+
"id": 458,
|
|
5829
5723
|
"name": "getWrapperClass",
|
|
5830
5724
|
"variant": "signature",
|
|
5831
5725
|
"kind": 4096,
|
|
@@ -5843,7 +5737,7 @@
|
|
|
5843
5737
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5844
5738
|
"line": 75,
|
|
5845
5739
|
"character": 2,
|
|
5846
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5740
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L75"
|
|
5847
5741
|
}
|
|
5848
5742
|
],
|
|
5849
5743
|
"type": {
|
|
@@ -5866,7 +5760,7 @@
|
|
|
5866
5760
|
"decorators": []
|
|
5867
5761
|
},
|
|
5868
5762
|
{
|
|
5869
|
-
"id":
|
|
5763
|
+
"id": 466,
|
|
5870
5764
|
"name": "host",
|
|
5871
5765
|
"variant": "declaration",
|
|
5872
5766
|
"kind": 2048,
|
|
@@ -5880,7 +5774,7 @@
|
|
|
5880
5774
|
],
|
|
5881
5775
|
"signatures": [
|
|
5882
5776
|
{
|
|
5883
|
-
"id":
|
|
5777
|
+
"id": 467,
|
|
5884
5778
|
"name": "host",
|
|
5885
5779
|
"variant": "signature",
|
|
5886
5780
|
"kind": 4096,
|
|
@@ -5950,7 +5844,7 @@
|
|
|
5950
5844
|
}
|
|
5951
5845
|
},
|
|
5952
5846
|
{
|
|
5953
|
-
"id":
|
|
5847
|
+
"id": 461,
|
|
5954
5848
|
"name": "isDirty",
|
|
5955
5849
|
"variant": "declaration",
|
|
5956
5850
|
"kind": 2048,
|
|
@@ -5962,12 +5856,12 @@
|
|
|
5962
5856
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5963
5857
|
"line": 90,
|
|
5964
5858
|
"character": 15,
|
|
5965
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5859
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L90"
|
|
5966
5860
|
}
|
|
5967
5861
|
],
|
|
5968
5862
|
"signatures": [
|
|
5969
5863
|
{
|
|
5970
|
-
"id":
|
|
5864
|
+
"id": 462,
|
|
5971
5865
|
"name": "isDirty",
|
|
5972
5866
|
"variant": "signature",
|
|
5973
5867
|
"kind": 4096,
|
|
@@ -5994,7 +5888,7 @@
|
|
|
5994
5888
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5995
5889
|
"line": 90,
|
|
5996
5890
|
"character": 2,
|
|
5997
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5891
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L90"
|
|
5998
5892
|
}
|
|
5999
5893
|
],
|
|
6000
5894
|
"type": {
|
|
@@ -6017,7 +5911,7 @@
|
|
|
6017
5911
|
"decorators": []
|
|
6018
5912
|
},
|
|
6019
5913
|
{
|
|
6020
|
-
"id":
|
|
5914
|
+
"id": 459,
|
|
6021
5915
|
"name": "isFullPage",
|
|
6022
5916
|
"variant": "declaration",
|
|
6023
5917
|
"kind": 2048,
|
|
@@ -6029,12 +5923,12 @@
|
|
|
6029
5923
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6030
5924
|
"line": 82,
|
|
6031
5925
|
"character": 15,
|
|
6032
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5926
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L82"
|
|
6033
5927
|
}
|
|
6034
5928
|
],
|
|
6035
5929
|
"signatures": [
|
|
6036
5930
|
{
|
|
6037
|
-
"id":
|
|
5931
|
+
"id": 460,
|
|
6038
5932
|
"name": "isFullPage",
|
|
6039
5933
|
"variant": "signature",
|
|
6040
5934
|
"kind": 4096,
|
|
@@ -6052,7 +5946,7 @@
|
|
|
6052
5946
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6053
5947
|
"line": 82,
|
|
6054
5948
|
"character": 2,
|
|
6055
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5949
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L82"
|
|
6056
5950
|
}
|
|
6057
5951
|
],
|
|
6058
5952
|
"type": {
|
|
@@ -6075,7 +5969,7 @@
|
|
|
6075
5969
|
"decorators": []
|
|
6076
5970
|
},
|
|
6077
5971
|
{
|
|
6078
|
-
"id":
|
|
5972
|
+
"id": 436,
|
|
6079
5973
|
"name": "with",
|
|
6080
5974
|
"variant": "declaration",
|
|
6081
5975
|
"kind": 2048,
|
|
@@ -6088,12 +5982,12 @@
|
|
|
6088
5982
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6089
5983
|
"line": 22,
|
|
6090
5984
|
"character": 16,
|
|
6091
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5985
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L22"
|
|
6092
5986
|
}
|
|
6093
5987
|
],
|
|
6094
5988
|
"signatures": [
|
|
6095
5989
|
{
|
|
6096
|
-
"id":
|
|
5990
|
+
"id": 437,
|
|
6097
5991
|
"name": "with",
|
|
6098
5992
|
"variant": "signature",
|
|
6099
5993
|
"kind": 4096,
|
|
@@ -6127,19 +6021,19 @@
|
|
|
6127
6021
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6128
6022
|
"line": 22,
|
|
6129
6023
|
"character": 2,
|
|
6130
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6024
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L22"
|
|
6131
6025
|
}
|
|
6132
6026
|
],
|
|
6133
6027
|
"parameters": [
|
|
6134
6028
|
{
|
|
6135
|
-
"id":
|
|
6029
|
+
"id": 438,
|
|
6136
6030
|
"name": "filters",
|
|
6137
6031
|
"variant": "param",
|
|
6138
6032
|
"kind": 32768,
|
|
6139
6033
|
"flags": {},
|
|
6140
6034
|
"type": {
|
|
6141
6035
|
"type": "reference",
|
|
6142
|
-
"target":
|
|
6036
|
+
"target": 486,
|
|
6143
6037
|
"name": "SkyModalHarnessFilters",
|
|
6144
6038
|
"package": "@skyux/modals"
|
|
6145
6039
|
}
|
|
@@ -6154,7 +6048,7 @@
|
|
|
6154
6048
|
"typeArguments": [
|
|
6155
6049
|
{
|
|
6156
6050
|
"type": "reference",
|
|
6157
|
-
"target":
|
|
6051
|
+
"target": 434,
|
|
6158
6052
|
"name": "SkyModalHarness",
|
|
6159
6053
|
"package": "@skyux/modals"
|
|
6160
6054
|
}
|
|
@@ -6171,21 +6065,21 @@
|
|
|
6171
6065
|
{
|
|
6172
6066
|
"title": "Constructors",
|
|
6173
6067
|
"children": [
|
|
6174
|
-
|
|
6068
|
+
444
|
|
6175
6069
|
]
|
|
6176
6070
|
},
|
|
6177
6071
|
{
|
|
6178
6072
|
"title": "Methods",
|
|
6179
6073
|
"children": [
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
444,
|
|
6184
|
-
446,
|
|
6074
|
+
449,
|
|
6075
|
+
451,
|
|
6076
|
+
453,
|
|
6185
6077
|
455,
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
|
|
6078
|
+
457,
|
|
6079
|
+
466,
|
|
6080
|
+
461,
|
|
6081
|
+
459,
|
|
6082
|
+
436
|
|
6189
6083
|
]
|
|
6190
6084
|
}
|
|
6191
6085
|
],
|
|
@@ -6194,7 +6088,7 @@
|
|
|
6194
6088
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6195
6089
|
"line": 9,
|
|
6196
6090
|
"character": 13,
|
|
6197
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6091
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness.ts#L9"
|
|
6198
6092
|
}
|
|
6199
6093
|
],
|
|
6200
6094
|
"extendedTypes": [
|
|
@@ -6211,7 +6105,7 @@
|
|
|
6211
6105
|
"decorators": []
|
|
6212
6106
|
},
|
|
6213
6107
|
{
|
|
6214
|
-
"id":
|
|
6108
|
+
"id": 430,
|
|
6215
6109
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
6216
6110
|
"variant": "declaration",
|
|
6217
6111
|
"kind": 256,
|
|
@@ -6226,7 +6120,7 @@
|
|
|
6226
6120
|
},
|
|
6227
6121
|
"children": [
|
|
6228
6122
|
{
|
|
6229
|
-
"id":
|
|
6123
|
+
"id": 433,
|
|
6230
6124
|
"name": "ancestor",
|
|
6231
6125
|
"variant": "declaration",
|
|
6232
6126
|
"kind": 1024,
|
|
@@ -6259,7 +6153,7 @@
|
|
|
6259
6153
|
}
|
|
6260
6154
|
},
|
|
6261
6155
|
{
|
|
6262
|
-
"id":
|
|
6156
|
+
"id": 432,
|
|
6263
6157
|
"name": "styleType",
|
|
6264
6158
|
"variant": "declaration",
|
|
6265
6159
|
"kind": 1024,
|
|
@@ -6279,7 +6173,7 @@
|
|
|
6279
6173
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6280
6174
|
"line": 16,
|
|
6281
6175
|
"character": 2,
|
|
6282
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6176
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L16"
|
|
6283
6177
|
}
|
|
6284
6178
|
],
|
|
6285
6179
|
"type": {
|
|
@@ -6288,7 +6182,7 @@
|
|
|
6288
6182
|
}
|
|
6289
6183
|
},
|
|
6290
6184
|
{
|
|
6291
|
-
"id":
|
|
6185
|
+
"id": 431,
|
|
6292
6186
|
"name": "text",
|
|
6293
6187
|
"variant": "declaration",
|
|
6294
6188
|
"kind": 1024,
|
|
@@ -6308,7 +6202,7 @@
|
|
|
6308
6202
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6309
6203
|
"line": 11,
|
|
6310
6204
|
"character": 2,
|
|
6311
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6205
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L11"
|
|
6312
6206
|
}
|
|
6313
6207
|
],
|
|
6314
6208
|
"type": {
|
|
@@ -6335,9 +6229,9 @@
|
|
|
6335
6229
|
{
|
|
6336
6230
|
"title": "Properties",
|
|
6337
6231
|
"children": [
|
|
6338
|
-
|
|
6339
|
-
|
|
6340
|
-
|
|
6232
|
+
433,
|
|
6233
|
+
432,
|
|
6234
|
+
431
|
|
6341
6235
|
]
|
|
6342
6236
|
}
|
|
6343
6237
|
],
|
|
@@ -6346,7 +6240,7 @@
|
|
|
6346
6240
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6347
6241
|
"line": 6,
|
|
6348
6242
|
"character": 17,
|
|
6349
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6243
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L6"
|
|
6350
6244
|
}
|
|
6351
6245
|
],
|
|
6352
6246
|
"extendedTypes": [
|
|
@@ -6377,7 +6271,7 @@
|
|
|
6377
6271
|
]
|
|
6378
6272
|
},
|
|
6379
6273
|
{
|
|
6380
|
-
"id":
|
|
6274
|
+
"id": 486,
|
|
6381
6275
|
"name": "SkyModalHarnessFilters",
|
|
6382
6276
|
"variant": "declaration",
|
|
6383
6277
|
"kind": 256,
|
|
@@ -6392,7 +6286,7 @@
|
|
|
6392
6286
|
},
|
|
6393
6287
|
"children": [
|
|
6394
6288
|
{
|
|
6395
|
-
"id":
|
|
6289
|
+
"id": 489,
|
|
6396
6290
|
"name": "ancestor",
|
|
6397
6291
|
"variant": "declaration",
|
|
6398
6292
|
"kind": 1024,
|
|
@@ -6425,7 +6319,7 @@
|
|
|
6425
6319
|
}
|
|
6426
6320
|
},
|
|
6427
6321
|
{
|
|
6428
|
-
"id":
|
|
6322
|
+
"id": 487,
|
|
6429
6323
|
"name": "dataSkyId",
|
|
6430
6324
|
"variant": "declaration",
|
|
6431
6325
|
"kind": 1024,
|
|
@@ -6453,7 +6347,7 @@
|
|
|
6453
6347
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
6454
6348
|
"line": 11,
|
|
6455
6349
|
"character": 2,
|
|
6456
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6350
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
6457
6351
|
}
|
|
6458
6352
|
],
|
|
6459
6353
|
"type": {
|
|
@@ -6481,7 +6375,7 @@
|
|
|
6481
6375
|
}
|
|
6482
6376
|
},
|
|
6483
6377
|
{
|
|
6484
|
-
"id":
|
|
6378
|
+
"id": 488,
|
|
6485
6379
|
"name": "selector",
|
|
6486
6380
|
"variant": "declaration",
|
|
6487
6381
|
"kind": 1024,
|
|
@@ -6518,9 +6412,9 @@
|
|
|
6518
6412
|
{
|
|
6519
6413
|
"title": "Properties",
|
|
6520
6414
|
"children": [
|
|
6521
|
-
|
|
6522
|
-
|
|
6523
|
-
|
|
6415
|
+
489,
|
|
6416
|
+
487,
|
|
6417
|
+
488
|
|
6524
6418
|
]
|
|
6525
6419
|
}
|
|
6526
6420
|
],
|
|
@@ -6529,7 +6423,7 @@
|
|
|
6529
6423
|
"fileName": "projects/modals/src/testing/modal/modal-harness-filters.ts",
|
|
6530
6424
|
"line": 7,
|
|
6531
6425
|
"character": 17,
|
|
6532
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6426
|
+
"url": "https://github.com/blackbaud/skyux/blob/822b440/libs/components/modals/testing/src/modal/modal-harness-filters.ts#L7"
|
|
6533
6427
|
}
|
|
6534
6428
|
],
|
|
6535
6429
|
"extendedTypes": [
|
|
@@ -6874,555 +6768,527 @@
|
|
|
6874
6768
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.module.ts",
|
|
6875
6769
|
"qualifiedName": "SkyModalModule"
|
|
6876
6770
|
},
|
|
6877
|
-
"
|
|
6771
|
+
"162": {
|
|
6878
6772
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
6879
6773
|
"qualifiedName": "SkyModalService"
|
|
6880
6774
|
},
|
|
6881
|
-
"
|
|
6775
|
+
"164": {
|
|
6882
6776
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
6883
6777
|
"qualifiedName": "SkyModalService.__constructor"
|
|
6884
6778
|
},
|
|
6885
|
-
"
|
|
6779
|
+
"165": {
|
|
6886
6780
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
6887
6781
|
"qualifiedName": "SkyModalService"
|
|
6888
6782
|
},
|
|
6889
|
-
"
|
|
6783
|
+
"166": {
|
|
6890
6784
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
6891
6785
|
"qualifiedName": "dynamicComponentService"
|
|
6892
6786
|
},
|
|
6893
|
-
"
|
|
6787
|
+
"171": {
|
|
6894
6788
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
6895
6789
|
"qualifiedName": "SkyModalService.open"
|
|
6896
6790
|
},
|
|
6897
|
-
"
|
|
6791
|
+
"172": {
|
|
6898
6792
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
6899
6793
|
"qualifiedName": "SkyModalService.open"
|
|
6900
6794
|
},
|
|
6901
|
-
"
|
|
6795
|
+
"173": {
|
|
6902
6796
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
6903
6797
|
"qualifiedName": "component"
|
|
6904
6798
|
},
|
|
6905
|
-
"
|
|
6799
|
+
"174": {
|
|
6906
6800
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
6907
6801
|
"qualifiedName": "config"
|
|
6908
6802
|
},
|
|
6909
|
-
"
|
|
6803
|
+
"180": {
|
|
6910
6804
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-error.ts",
|
|
6911
6805
|
"qualifiedName": "SkyModalError"
|
|
6912
6806
|
},
|
|
6913
|
-
"
|
|
6807
|
+
"181": {
|
|
6914
6808
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-error.ts",
|
|
6915
6809
|
"qualifiedName": "SkyModalError.message"
|
|
6916
6810
|
},
|
|
6917
|
-
"
|
|
6811
|
+
"190": {
|
|
6918
6812
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6919
6813
|
"qualifiedName": "SkyConfirmComponent"
|
|
6920
6814
|
},
|
|
6921
|
-
"
|
|
6815
|
+
"191": {
|
|
6922
6816
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6923
6817
|
"qualifiedName": "SkyConfirmComponent.__constructor"
|
|
6924
6818
|
},
|
|
6925
|
-
"
|
|
6819
|
+
"192": {
|
|
6926
6820
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6927
6821
|
"qualifiedName": "SkyConfirmComponent"
|
|
6928
6822
|
},
|
|
6929
|
-
"
|
|
6823
|
+
"193": {
|
|
6930
6824
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6931
6825
|
"qualifiedName": "config"
|
|
6932
6826
|
},
|
|
6933
|
-
"
|
|
6827
|
+
"194": {
|
|
6934
6828
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6935
6829
|
"qualifiedName": "modal"
|
|
6936
6830
|
},
|
|
6937
|
-
"
|
|
6831
|
+
"195": {
|
|
6938
6832
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6939
6833
|
"qualifiedName": "resourcesService"
|
|
6940
6834
|
},
|
|
6941
|
-
"
|
|
6835
|
+
"196": {
|
|
6942
6836
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6943
6837
|
"qualifiedName": "idService"
|
|
6944
6838
|
},
|
|
6945
|
-
"
|
|
6839
|
+
"197": {
|
|
6946
6840
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6947
6841
|
"qualifiedName": "SkyConfirmComponent.buttons"
|
|
6948
6842
|
},
|
|
6949
|
-
"
|
|
6843
|
+
"198": {
|
|
6950
6844
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6951
6845
|
"qualifiedName": "SkyConfirmComponent.message"
|
|
6952
6846
|
},
|
|
6953
|
-
"
|
|
6847
|
+
"199": {
|
|
6954
6848
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6955
6849
|
"qualifiedName": "SkyConfirmComponent.body"
|
|
6956
6850
|
},
|
|
6957
|
-
"
|
|
6851
|
+
"200": {
|
|
6958
6852
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6959
6853
|
"qualifiedName": "SkyConfirmComponent.bodyId"
|
|
6960
6854
|
},
|
|
6961
|
-
"
|
|
6855
|
+
"201": {
|
|
6962
6856
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6963
6857
|
"qualifiedName": "SkyConfirmComponent.preserveWhiteSpace"
|
|
6964
6858
|
},
|
|
6965
|
-
"
|
|
6859
|
+
"202": {
|
|
6966
6860
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6967
6861
|
"qualifiedName": "SkyConfirmComponent.isOkType"
|
|
6968
6862
|
},
|
|
6969
|
-
"
|
|
6863
|
+
"206": {
|
|
6970
6864
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6971
6865
|
"qualifiedName": "SkyConfirmComponent.close"
|
|
6972
6866
|
},
|
|
6973
|
-
"
|
|
6867
|
+
"207": {
|
|
6974
6868
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6975
6869
|
"qualifiedName": "SkyConfirmComponent.close"
|
|
6976
6870
|
},
|
|
6977
|
-
"
|
|
6871
|
+
"208": {
|
|
6978
6872
|
"sourceFileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
6979
6873
|
"qualifiedName": "button"
|
|
6980
6874
|
},
|
|
6981
|
-
"
|
|
6875
|
+
"214": {
|
|
6982
6876
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-content.component.ts",
|
|
6983
6877
|
"qualifiedName": "SkyModalContentComponent"
|
|
6984
6878
|
},
|
|
6985
|
-
"
|
|
6879
|
+
"217": {
|
|
6986
6880
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-footer.component.ts",
|
|
6987
6881
|
"qualifiedName": "SkyModalFooterComponent"
|
|
6988
6882
|
},
|
|
6989
|
-
"
|
|
6883
|
+
"221": {
|
|
6990
6884
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-header.component.ts",
|
|
6991
6885
|
"qualifiedName": "SkyModalHeaderComponent"
|
|
6992
6886
|
},
|
|
6993
|
-
"
|
|
6887
|
+
"224": {
|
|
6994
6888
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
6995
6889
|
"qualifiedName": "SkyModalComponent"
|
|
6996
6890
|
},
|
|
6997
|
-
"
|
|
6891
|
+
"225": {
|
|
6998
6892
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
6999
6893
|
"qualifiedName": "SkyModalComponent.__constructor"
|
|
7000
6894
|
},
|
|
7001
|
-
"
|
|
6895
|
+
"226": {
|
|
7002
6896
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7003
6897
|
"qualifiedName": "SkyModalComponent"
|
|
7004
6898
|
},
|
|
7005
|
-
"
|
|
7006
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7007
|
-
"qualifiedName": "hostService"
|
|
7008
|
-
},
|
|
7009
|
-
"210": {
|
|
7010
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7011
|
-
"qualifiedName": "elRef"
|
|
7012
|
-
},
|
|
7013
|
-
"211": {
|
|
7014
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7015
|
-
"qualifiedName": "windowRef"
|
|
7016
|
-
},
|
|
7017
|
-
"212": {
|
|
7018
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7019
|
-
"qualifiedName": "componentAdapter"
|
|
7020
|
-
},
|
|
7021
|
-
"213": {
|
|
7022
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7023
|
-
"qualifiedName": "coreAdapter"
|
|
7024
|
-
},
|
|
7025
|
-
"214": {
|
|
7026
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7027
|
-
"qualifiedName": "dockService"
|
|
7028
|
-
},
|
|
7029
|
-
"215": {
|
|
7030
|
-
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7031
|
-
"qualifiedName": "mediaQueryService"
|
|
7032
|
-
},
|
|
7033
|
-
"216": {
|
|
6899
|
+
"227": {
|
|
7034
6900
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7035
6901
|
"qualifiedName": "SkyModalComponent.wrapperClass"
|
|
7036
6902
|
},
|
|
7037
|
-
"
|
|
6903
|
+
"228": {
|
|
7038
6904
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7039
6905
|
"qualifiedName": "SkyModalComponent.formErrors"
|
|
7040
6906
|
},
|
|
7041
|
-
"
|
|
6907
|
+
"229": {
|
|
7042
6908
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7043
6909
|
"qualifiedName": "SkyModalComponent.formErrors"
|
|
7044
6910
|
},
|
|
7045
|
-
"
|
|
6911
|
+
"230": {
|
|
7046
6912
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7047
6913
|
"qualifiedName": "value"
|
|
7048
6914
|
},
|
|
7049
|
-
"
|
|
6915
|
+
"234": {
|
|
7050
6916
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7051
6917
|
"qualifiedName": "SkyModalComponent.ariaRoleOrDefault"
|
|
7052
6918
|
},
|
|
7053
|
-
"
|
|
6919
|
+
"236": {
|
|
7054
6920
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7055
6921
|
"qualifiedName": "SkyModalComponent.ariaDescribedBy"
|
|
7056
6922
|
},
|
|
7057
|
-
"
|
|
6923
|
+
"237": {
|
|
7058
6924
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7059
6925
|
"qualifiedName": "SkyModalComponent.ariaDescribedBy"
|
|
7060
6926
|
},
|
|
7061
|
-
"
|
|
6927
|
+
"240": {
|
|
7062
6928
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7063
6929
|
"qualifiedName": "SkyModalComponent.ariaLabelledBy"
|
|
7064
6930
|
},
|
|
7065
|
-
"
|
|
6931
|
+
"241": {
|
|
7066
6932
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7067
6933
|
"qualifiedName": "SkyModalComponent.ariaLabelledBy"
|
|
7068
6934
|
},
|
|
7069
|
-
"
|
|
6935
|
+
"244": {
|
|
7070
6936
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7071
6937
|
"qualifiedName": "SkyModalComponent.ariaOwns"
|
|
7072
6938
|
},
|
|
7073
|
-
"
|
|
6939
|
+
"245": {
|
|
7074
6940
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7075
6941
|
"qualifiedName": "SkyModalComponent.helpKey"
|
|
7076
6942
|
},
|
|
7077
|
-
"
|
|
6943
|
+
"246": {
|
|
7078
6944
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7079
6945
|
"qualifiedName": "SkyModalComponent.modalState"
|
|
7080
6946
|
},
|
|
7081
|
-
"
|
|
6947
|
+
"247": {
|
|
7082
6948
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7083
6949
|
"qualifiedName": "SkyModalComponent.modalZIndex"
|
|
7084
6950
|
},
|
|
7085
|
-
"
|
|
6951
|
+
"248": {
|
|
7086
6952
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7087
6953
|
"qualifiedName": "SkyModalComponent.scrollShadow"
|
|
7088
6954
|
},
|
|
7089
|
-
"
|
|
6955
|
+
"249": {
|
|
7090
6956
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7091
6957
|
"qualifiedName": "SkyModalComponent.size"
|
|
7092
6958
|
},
|
|
7093
|
-
"
|
|
6959
|
+
"250": {
|
|
7094
6960
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7095
6961
|
"qualifiedName": "SkyModalComponent.modalContentWrapperElement"
|
|
7096
6962
|
},
|
|
7097
|
-
"
|
|
6963
|
+
"265": {
|
|
7098
6964
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7099
6965
|
"qualifiedName": "SkyModalComponent.onDocumentKeyUp"
|
|
7100
6966
|
},
|
|
7101
|
-
"
|
|
6967
|
+
"266": {
|
|
7102
6968
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7103
6969
|
"qualifiedName": "SkyModalComponent.onDocumentKeyUp"
|
|
7104
6970
|
},
|
|
7105
|
-
"
|
|
6971
|
+
"267": {
|
|
7106
6972
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7107
6973
|
"qualifiedName": "event"
|
|
7108
6974
|
},
|
|
7109
|
-
"
|
|
6975
|
+
"268": {
|
|
7110
6976
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7111
6977
|
"qualifiedName": "SkyModalComponent.onDocumentKeyDown"
|
|
7112
6978
|
},
|
|
7113
|
-
"
|
|
6979
|
+
"269": {
|
|
7114
6980
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7115
6981
|
"qualifiedName": "SkyModalComponent.onDocumentKeyDown"
|
|
7116
6982
|
},
|
|
7117
|
-
"
|
|
6983
|
+
"270": {
|
|
7118
6984
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7119
6985
|
"qualifiedName": "event"
|
|
7120
6986
|
},
|
|
7121
|
-
"
|
|
6987
|
+
"271": {
|
|
7122
6988
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7123
6989
|
"qualifiedName": "SkyModalComponent.ngOnInit"
|
|
7124
6990
|
},
|
|
7125
|
-
"
|
|
6991
|
+
"272": {
|
|
7126
6992
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7127
6993
|
"qualifiedName": "SkyModalComponent.ngOnInit"
|
|
7128
6994
|
},
|
|
7129
|
-
"
|
|
6995
|
+
"273": {
|
|
7130
6996
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7131
6997
|
"qualifiedName": "SkyModalComponent.ngAfterViewInit"
|
|
7132
6998
|
},
|
|
7133
|
-
"
|
|
6999
|
+
"274": {
|
|
7134
7000
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7135
7001
|
"qualifiedName": "SkyModalComponent.ngAfterViewInit"
|
|
7136
7002
|
},
|
|
7137
|
-
"
|
|
7003
|
+
"275": {
|
|
7138
7004
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7139
7005
|
"qualifiedName": "SkyModalComponent.ngOnDestroy"
|
|
7140
7006
|
},
|
|
7141
|
-
"
|
|
7007
|
+
"276": {
|
|
7142
7008
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7143
7009
|
"qualifiedName": "SkyModalComponent.ngOnDestroy"
|
|
7144
7010
|
},
|
|
7145
|
-
"
|
|
7011
|
+
"277": {
|
|
7146
7012
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7147
7013
|
"qualifiedName": "SkyModalComponent.helpButtonClick"
|
|
7148
7014
|
},
|
|
7149
|
-
"
|
|
7015
|
+
"278": {
|
|
7150
7016
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7151
7017
|
"qualifiedName": "SkyModalComponent.helpButtonClick"
|
|
7152
7018
|
},
|
|
7153
|
-
"
|
|
7019
|
+
"279": {
|
|
7154
7020
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7155
7021
|
"qualifiedName": "SkyModalComponent.closeButtonClick"
|
|
7156
7022
|
},
|
|
7157
|
-
"
|
|
7023
|
+
"280": {
|
|
7158
7024
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7159
7025
|
"qualifiedName": "SkyModalComponent.closeButtonClick"
|
|
7160
7026
|
},
|
|
7161
|
-
"
|
|
7027
|
+
"281": {
|
|
7162
7028
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7163
7029
|
"qualifiedName": "SkyModalComponent.windowResize"
|
|
7164
7030
|
},
|
|
7165
|
-
"
|
|
7031
|
+
"282": {
|
|
7166
7032
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7167
7033
|
"qualifiedName": "SkyModalComponent.windowResize"
|
|
7168
7034
|
},
|
|
7169
|
-
"
|
|
7035
|
+
"283": {
|
|
7170
7036
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7171
7037
|
"qualifiedName": "SkyModalComponent.scrollShadowChange"
|
|
7172
7038
|
},
|
|
7173
|
-
"
|
|
7039
|
+
"284": {
|
|
7174
7040
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7175
7041
|
"qualifiedName": "SkyModalComponent.scrollShadowChange"
|
|
7176
7042
|
},
|
|
7177
|
-
"
|
|
7043
|
+
"285": {
|
|
7178
7044
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7179
7045
|
"qualifiedName": "args"
|
|
7180
7046
|
},
|
|
7181
|
-
"
|
|
7047
|
+
"286": {
|
|
7182
7048
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7183
7049
|
"qualifiedName": "SkyModalComponent.viewkeeperEnabled"
|
|
7184
7050
|
},
|
|
7185
|
-
"
|
|
7051
|
+
"287": {
|
|
7186
7052
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7187
7053
|
"qualifiedName": "SkyModalComponent.viewkeeperEnabled"
|
|
7188
7054
|
},
|
|
7189
|
-
"
|
|
7055
|
+
"288": {
|
|
7190
7056
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
7191
7057
|
"qualifiedName": "SkyModalIsDirtyDirective"
|
|
7192
7058
|
},
|
|
7193
|
-
"
|
|
7059
|
+
"291": {
|
|
7194
7060
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
7195
7061
|
"qualifiedName": "SkyModalIsDirtyDirective.isDirty"
|
|
7196
7062
|
},
|
|
7197
|
-
"
|
|
7063
|
+
"296": {
|
|
7198
7064
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
7199
7065
|
"qualifiedName": "SkyModalIsDirtyDirective.ngOnInit"
|
|
7200
7066
|
},
|
|
7201
|
-
"
|
|
7067
|
+
"297": {
|
|
7202
7068
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
7203
7069
|
"qualifiedName": "SkyModalIsDirtyDirective.ngOnInit"
|
|
7204
7070
|
},
|
|
7205
|
-
"
|
|
7071
|
+
"298": {
|
|
7206
7072
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
7207
7073
|
"qualifiedName": "SkyModalIsDirtyDirective.ngOnDestroy"
|
|
7208
7074
|
},
|
|
7209
|
-
"
|
|
7075
|
+
"299": {
|
|
7210
7076
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
7211
7077
|
"qualifiedName": "SkyModalIsDirtyDirective.ngOnDestroy"
|
|
7212
7078
|
},
|
|
7213
|
-
"
|
|
7079
|
+
"338": {
|
|
7214
7080
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7215
7081
|
"qualifiedName": "SkyConfirmHarness"
|
|
7216
7082
|
},
|
|
7217
|
-
"
|
|
7083
|
+
"339": {
|
|
7218
7084
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7219
7085
|
"qualifiedName": "SkyConfirmHarness.hostSelector"
|
|
7220
7086
|
},
|
|
7221
|
-
"
|
|
7087
|
+
"345": {
|
|
7222
7088
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7223
7089
|
"qualifiedName": "ComponentHarness.__constructor"
|
|
7224
7090
|
},
|
|
7225
|
-
"
|
|
7091
|
+
"346": {
|
|
7226
7092
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7227
7093
|
"qualifiedName": "SkyConfirmHarness"
|
|
7228
7094
|
},
|
|
7229
|
-
"
|
|
7095
|
+
"347": {
|
|
7230
7096
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7231
7097
|
"qualifiedName": "locatorFactory"
|
|
7232
7098
|
},
|
|
7233
|
-
"
|
|
7099
|
+
"352": {
|
|
7234
7100
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7235
7101
|
"qualifiedName": "SkyConfirmHarness.clickCustomButton"
|
|
7236
7102
|
},
|
|
7237
|
-
"
|
|
7103
|
+
"353": {
|
|
7238
7104
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7239
7105
|
"qualifiedName": "SkyConfirmHarness.clickCustomButton"
|
|
7240
7106
|
},
|
|
7241
|
-
"
|
|
7107
|
+
"354": {
|
|
7242
7108
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7243
7109
|
"qualifiedName": "filters"
|
|
7244
7110
|
},
|
|
7245
|
-
"
|
|
7111
|
+
"355": {
|
|
7246
7112
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7247
7113
|
"qualifiedName": "SkyConfirmHarness.clickOkButton"
|
|
7248
7114
|
},
|
|
7249
|
-
"
|
|
7115
|
+
"356": {
|
|
7250
7116
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7251
7117
|
"qualifiedName": "SkyConfirmHarness.clickOkButton"
|
|
7252
7118
|
},
|
|
7253
|
-
"
|
|
7119
|
+
"357": {
|
|
7254
7120
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7255
7121
|
"qualifiedName": "SkyConfirmHarness.getBodyText"
|
|
7256
7122
|
},
|
|
7257
|
-
"
|
|
7123
|
+
"358": {
|
|
7258
7124
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7259
7125
|
"qualifiedName": "SkyConfirmHarness.getBodyText"
|
|
7260
7126
|
},
|
|
7261
|
-
"
|
|
7127
|
+
"359": {
|
|
7262
7128
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7263
7129
|
"qualifiedName": "SkyConfirmHarness.getCustomButtons"
|
|
7264
7130
|
},
|
|
7265
|
-
"
|
|
7131
|
+
"360": {
|
|
7266
7132
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7267
7133
|
"qualifiedName": "SkyConfirmHarness.getCustomButtons"
|
|
7268
7134
|
},
|
|
7269
|
-
"
|
|
7135
|
+
"361": {
|
|
7270
7136
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7271
7137
|
"qualifiedName": "filters"
|
|
7272
7138
|
},
|
|
7273
|
-
"
|
|
7139
|
+
"362": {
|
|
7274
7140
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7275
7141
|
"qualifiedName": "SkyConfirmHarness.getMessageText"
|
|
7276
7142
|
},
|
|
7277
|
-
"
|
|
7143
|
+
"363": {
|
|
7278
7144
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7279
7145
|
"qualifiedName": "SkyConfirmHarness.getMessageText"
|
|
7280
7146
|
},
|
|
7281
|
-
"
|
|
7147
|
+
"364": {
|
|
7282
7148
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7283
7149
|
"qualifiedName": "SkyConfirmHarness.getType"
|
|
7284
7150
|
},
|
|
7285
|
-
"
|
|
7151
|
+
"365": {
|
|
7286
7152
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7287
7153
|
"qualifiedName": "SkyConfirmHarness.getType"
|
|
7288
7154
|
},
|
|
7289
|
-
"
|
|
7155
|
+
"366": {
|
|
7290
7156
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7291
7157
|
"qualifiedName": "SkyConfirmHarness.isWhiteSpacePreserved"
|
|
7292
7158
|
},
|
|
7293
|
-
"
|
|
7159
|
+
"367": {
|
|
7294
7160
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7295
7161
|
"qualifiedName": "SkyConfirmHarness.isWhiteSpacePreserved"
|
|
7296
7162
|
},
|
|
7297
|
-
"
|
|
7163
|
+
"375": {
|
|
7298
7164
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7299
7165
|
"qualifiedName": "ComponentHarness.host"
|
|
7300
7166
|
},
|
|
7301
|
-
"
|
|
7167
|
+
"376": {
|
|
7302
7168
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7303
7169
|
"qualifiedName": "ComponentHarness.host"
|
|
7304
7170
|
},
|
|
7305
|
-
"
|
|
7171
|
+
"430": {
|
|
7306
7172
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7307
7173
|
"qualifiedName": "SkyConfirmButtonHarnessFilters"
|
|
7308
7174
|
},
|
|
7309
|
-
"
|
|
7175
|
+
"431": {
|
|
7310
7176
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7311
7177
|
"qualifiedName": "SkyConfirmButtonHarnessFilters.text"
|
|
7312
7178
|
},
|
|
7313
|
-
"
|
|
7179
|
+
"432": {
|
|
7314
7180
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7315
7181
|
"qualifiedName": "SkyConfirmButtonHarnessFilters.styleType"
|
|
7316
7182
|
},
|
|
7317
|
-
"
|
|
7183
|
+
"433": {
|
|
7318
7184
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7319
7185
|
"qualifiedName": "ancestor"
|
|
7320
7186
|
},
|
|
7321
|
-
"
|
|
7187
|
+
"434": {
|
|
7322
7188
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7323
7189
|
"qualifiedName": "SkyModalHarness"
|
|
7324
7190
|
},
|
|
7325
|
-
"
|
|
7191
|
+
"436": {
|
|
7326
7192
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7327
7193
|
"qualifiedName": "SkyModalHarness.with"
|
|
7328
7194
|
},
|
|
7329
|
-
"
|
|
7195
|
+
"437": {
|
|
7330
7196
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7331
7197
|
"qualifiedName": "SkyModalHarness.with"
|
|
7332
7198
|
},
|
|
7333
|
-
"
|
|
7199
|
+
"438": {
|
|
7334
7200
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7335
7201
|
"qualifiedName": "filters"
|
|
7336
7202
|
},
|
|
7337
|
-
"
|
|
7203
|
+
"444": {
|
|
7338
7204
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7339
7205
|
"qualifiedName": "ComponentHarness.__constructor"
|
|
7340
7206
|
},
|
|
7341
|
-
"
|
|
7207
|
+
"445": {
|
|
7342
7208
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7343
7209
|
"qualifiedName": "SkyModalHarness"
|
|
7344
7210
|
},
|
|
7345
|
-
"
|
|
7211
|
+
"446": {
|
|
7346
7212
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7347
7213
|
"qualifiedName": "locatorFactory"
|
|
7348
7214
|
},
|
|
7349
|
-
"
|
|
7215
|
+
"449": {
|
|
7350
7216
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7351
7217
|
"qualifiedName": "SkyModalHarness.getAriaDescribedBy"
|
|
7352
7218
|
},
|
|
7353
|
-
"
|
|
7219
|
+
"450": {
|
|
7354
7220
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7355
7221
|
"qualifiedName": "SkyModalHarness.getAriaDescribedBy"
|
|
7356
7222
|
},
|
|
7357
|
-
"
|
|
7223
|
+
"451": {
|
|
7358
7224
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7359
7225
|
"qualifiedName": "SkyModalHarness.getAriaLabelledBy"
|
|
7360
7226
|
},
|
|
7361
|
-
"
|
|
7227
|
+
"452": {
|
|
7362
7228
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7363
7229
|
"qualifiedName": "SkyModalHarness.getAriaLabelledBy"
|
|
7364
7230
|
},
|
|
7365
|
-
"
|
|
7231
|
+
"453": {
|
|
7366
7232
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7367
7233
|
"qualifiedName": "SkyModalHarness.getAriaRole"
|
|
7368
7234
|
},
|
|
7369
|
-
"
|
|
7235
|
+
"454": {
|
|
7370
7236
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7371
7237
|
"qualifiedName": "SkyModalHarness.getAriaRole"
|
|
7372
7238
|
},
|
|
7373
|
-
"
|
|
7239
|
+
"455": {
|
|
7374
7240
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7375
7241
|
"qualifiedName": "SkyModalHarness.getSize"
|
|
7376
7242
|
},
|
|
7377
|
-
"
|
|
7243
|
+
"456": {
|
|
7378
7244
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7379
7245
|
"qualifiedName": "SkyModalHarness.getSize"
|
|
7380
7246
|
},
|
|
7381
|
-
"
|
|
7247
|
+
"457": {
|
|
7382
7248
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7383
7249
|
"qualifiedName": "SkyModalHarness.getWrapperClass"
|
|
7384
7250
|
},
|
|
7385
|
-
"
|
|
7251
|
+
"458": {
|
|
7386
7252
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7387
7253
|
"qualifiedName": "SkyModalHarness.getWrapperClass"
|
|
7388
7254
|
},
|
|
7389
|
-
"
|
|
7255
|
+
"459": {
|
|
7390
7256
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7391
7257
|
"qualifiedName": "SkyModalHarness.isFullPage"
|
|
7392
7258
|
},
|
|
7393
|
-
"
|
|
7259
|
+
"460": {
|
|
7394
7260
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7395
7261
|
"qualifiedName": "SkyModalHarness.isFullPage"
|
|
7396
7262
|
},
|
|
7397
|
-
"
|
|
7263
|
+
"461": {
|
|
7398
7264
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7399
7265
|
"qualifiedName": "SkyModalHarness.isDirty"
|
|
7400
7266
|
},
|
|
7401
|
-
"
|
|
7267
|
+
"462": {
|
|
7402
7268
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7403
7269
|
"qualifiedName": "SkyModalHarness.isDirty"
|
|
7404
7270
|
},
|
|
7405
|
-
"
|
|
7271
|
+
"466": {
|
|
7406
7272
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7407
7273
|
"qualifiedName": "ComponentHarness.host"
|
|
7408
7274
|
},
|
|
7409
|
-
"
|
|
7275
|
+
"467": {
|
|
7410
7276
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7411
7277
|
"qualifiedName": "ComponentHarness.host"
|
|
7412
7278
|
},
|
|
7413
|
-
"
|
|
7279
|
+
"486": {
|
|
7414
7280
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness-filters.ts",
|
|
7415
7281
|
"qualifiedName": "SkyModalHarnessFilters"
|
|
7416
7282
|
},
|
|
7417
|
-
"
|
|
7283
|
+
"487": {
|
|
7418
7284
|
"sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
7419
7285
|
"qualifiedName": "SkyHarnessFilters.dataSkyId"
|
|
7420
7286
|
},
|
|
7421
|
-
"
|
|
7287
|
+
"488": {
|
|
7422
7288
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7423
7289
|
"qualifiedName": "BaseHarnessFilters.selector"
|
|
7424
7290
|
},
|
|
7425
|
-
"
|
|
7291
|
+
"489": {
|
|
7426
7292
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7427
7293
|
"qualifiedName": "BaseHarnessFilters.ancestor"
|
|
7428
7294
|
}
|