@skyux/modals 10.31.1 → 10.33.0
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 +1210 -721
- package/esm2022/lib/modules/confirm/confirm.component.mjs +2 -2
- package/esm2022/lib/modules/modal/modal-configuration.mjs +1 -1
- package/esm2022/lib/modules/modal/modal-footer.component.mjs +1 -1
- package/esm2022/lib/modules/modal/modal-header.component.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-host.service.mjs +7 -1
- package/esm2022/lib/modules/modal/modal-instance.mjs +6 -1
- package/esm2022/lib/modules/modal/modal.component.mjs +31 -10
- package/esm2022/lib/modules/modal/modal.interface.mjs +1 -1
- package/esm2022/testing/modal/modal-harness.mjs +38 -3
- package/fesm2022/skyux-modals-testing.mjs +37 -2
- package/fesm2022/skyux-modals-testing.mjs.map +1 -1
- package/fesm2022/skyux-modals.mjs +58 -27
- package/fesm2022/skyux-modals.mjs.map +1 -1
- package/lib/modules/modal/modal-configuration.d.ts +12 -0
- package/lib/modules/modal/modal-host.service.d.ts +6 -0
- package/lib/modules/modal/modal-instance.d.ts +2 -0
- package/lib/modules/modal/modal.component.d.ts +35 -3
- package/lib/modules/modal/modal.interface.d.ts +4 -1
- package/package.json +7 -6
- package/testing/modal/modal-harness.d.ts +21 -2
package/documentation.json
CHANGED
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
80
80
|
"line": 5,
|
|
81
81
|
"character": 2,
|
|
82
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
82
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L5"
|
|
83
83
|
}
|
|
84
84
|
],
|
|
85
85
|
"type": {
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
115
115
|
"line": 9,
|
|
116
116
|
"character": 2,
|
|
117
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
117
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L9"
|
|
118
118
|
}
|
|
119
119
|
],
|
|
120
120
|
"type": {
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
161
161
|
"line": 15,
|
|
162
162
|
"character": 2,
|
|
163
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
163
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L15"
|
|
164
164
|
}
|
|
165
165
|
],
|
|
166
166
|
"type": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
207
207
|
"line": 21,
|
|
208
208
|
"character": 2,
|
|
209
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
209
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L21"
|
|
210
210
|
}
|
|
211
211
|
],
|
|
212
212
|
"type": {
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"fileName": "projects/modals/src/modules/confirm/confirm-type.ts",
|
|
232
232
|
"line": 1,
|
|
233
233
|
"character": 12,
|
|
234
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
234
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-type.ts#L1"
|
|
235
235
|
}
|
|
236
236
|
]
|
|
237
237
|
},
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
|
|
256
256
|
"line": 11,
|
|
257
257
|
"character": 13,
|
|
258
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
258
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L11"
|
|
259
259
|
}
|
|
260
260
|
],
|
|
261
261
|
"getSignature": {
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm-instance.ts",
|
|
294
294
|
"line": 11,
|
|
295
295
|
"character": 13,
|
|
296
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
296
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L11"
|
|
297
297
|
}
|
|
298
298
|
],
|
|
299
299
|
"type": {
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
|
|
330
330
|
"line": 23,
|
|
331
331
|
"character": 9,
|
|
332
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
332
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L23"
|
|
333
333
|
}
|
|
334
334
|
],
|
|
335
335
|
"signatures": [
|
|
@@ -352,7 +352,7 @@
|
|
|
352
352
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm-instance.ts",
|
|
353
353
|
"line": 23,
|
|
354
354
|
"character": 9,
|
|
355
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
355
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L23"
|
|
356
356
|
}
|
|
357
357
|
],
|
|
358
358
|
"parameters": [
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"fileName": "projects/modals/src/modules/confirm/confirm-instance.ts",
|
|
421
421
|
"line": 5,
|
|
422
422
|
"character": 13,
|
|
423
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
423
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-instance.ts#L5"
|
|
424
424
|
}
|
|
425
425
|
],
|
|
426
426
|
"decorators": []
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"fileName": "projects/modals/src/modules/confirm/confirm.module.ts",
|
|
468
468
|
"line": 7,
|
|
469
469
|
"character": 13,
|
|
470
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
470
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.module.ts#L7"
|
|
471
471
|
}
|
|
472
472
|
],
|
|
473
473
|
"decorators": [
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
|
|
506
506
|
"line": 20,
|
|
507
507
|
"character": 2,
|
|
508
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
508
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L20"
|
|
509
509
|
}
|
|
510
510
|
],
|
|
511
511
|
"signatures": [
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.service.ts",
|
|
521
521
|
"line": 20,
|
|
522
522
|
"character": 2,
|
|
523
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
523
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L20"
|
|
524
524
|
}
|
|
525
525
|
],
|
|
526
526
|
"parameters": [
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
"fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
|
|
561
561
|
"line": 28,
|
|
562
562
|
"character": 9,
|
|
563
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
563
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L28"
|
|
564
564
|
}
|
|
565
565
|
],
|
|
566
566
|
"signatures": [
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.service.ts",
|
|
584
584
|
"line": 28,
|
|
585
585
|
"character": 9,
|
|
586
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
586
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L28"
|
|
587
587
|
}
|
|
588
588
|
],
|
|
589
589
|
"parameters": [
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
"fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
|
|
650
650
|
"line": 17,
|
|
651
651
|
"character": 13,
|
|
652
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
652
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.service.ts#L17"
|
|
653
653
|
}
|
|
654
654
|
],
|
|
655
655
|
"implementedTypes": [
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
"fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
|
|
699
699
|
"line": 20,
|
|
700
700
|
"character": 2,
|
|
701
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
701
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L20"
|
|
702
702
|
}
|
|
703
703
|
],
|
|
704
704
|
"signatures": [
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts",
|
|
714
714
|
"line": 20,
|
|
715
715
|
"character": 2,
|
|
716
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
716
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L20"
|
|
717
717
|
}
|
|
718
718
|
],
|
|
719
719
|
"parameters": [
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
"fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
|
|
787
787
|
"line": 12,
|
|
788
788
|
"character": 18,
|
|
789
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
789
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L12"
|
|
790
790
|
}
|
|
791
791
|
],
|
|
792
792
|
"type": {
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
"fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
|
|
820
820
|
"line": 18,
|
|
821
821
|
"character": 18,
|
|
822
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
822
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L18"
|
|
823
823
|
}
|
|
824
824
|
],
|
|
825
825
|
"type": {
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
"fileName": "projects/modals/src/modules/modal/modal-before-close-handler.ts",
|
|
855
855
|
"line": 6,
|
|
856
856
|
"character": 13,
|
|
857
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
857
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L6"
|
|
858
858
|
}
|
|
859
859
|
],
|
|
860
860
|
"decorators": []
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
"fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
|
|
896
896
|
"line": 14,
|
|
897
897
|
"character": 9,
|
|
898
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
898
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L14"
|
|
899
899
|
}
|
|
900
900
|
],
|
|
901
901
|
"type": {
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
"fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
|
|
950
950
|
"line": 10,
|
|
951
951
|
"character": 9,
|
|
952
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
952
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L10"
|
|
953
953
|
}
|
|
954
954
|
],
|
|
955
955
|
"type": {
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
"fileName": "projects/modals/src/modules/modal/modal-close-args.ts",
|
|
980
980
|
"line": 5,
|
|
981
981
|
"character": 13,
|
|
982
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
982
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L5"
|
|
983
983
|
}
|
|
984
984
|
],
|
|
985
985
|
"decorators": []
|
|
@@ -1010,9 +1010,9 @@
|
|
|
1010
1010
|
"sources": [
|
|
1011
1011
|
{
|
|
1012
1012
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1013
|
-
"line":
|
|
1013
|
+
"line": 46,
|
|
1014
1014
|
"character": 9,
|
|
1015
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1015
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L46"
|
|
1016
1016
|
}
|
|
1017
1017
|
],
|
|
1018
1018
|
"type": {
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1035
1035
|
"line": 16,
|
|
1036
1036
|
"character": 13,
|
|
1037
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1037
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L16"
|
|
1038
1038
|
}
|
|
1039
1039
|
],
|
|
1040
1040
|
"getSignature": {
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1081
1081
|
"line": 16,
|
|
1082
1082
|
"character": 13,
|
|
1083
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1083
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L16"
|
|
1084
1084
|
}
|
|
1085
1085
|
],
|
|
1086
1086
|
"type": {
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1117
1117
|
"line": 28,
|
|
1118
1118
|
"character": 13,
|
|
1119
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1119
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L28"
|
|
1120
1120
|
}
|
|
1121
1121
|
],
|
|
1122
1122
|
"getSignature": {
|
|
@@ -1194,7 +1194,7 @@
|
|
|
1194
1194
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1195
1195
|
"line": 28,
|
|
1196
1196
|
"character": 13,
|
|
1197
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1197
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L28"
|
|
1198
1198
|
}
|
|
1199
1199
|
],
|
|
1200
1200
|
"type": {
|
|
@@ -1228,9 +1228,9 @@
|
|
|
1228
1228
|
"sources": [
|
|
1229
1229
|
{
|
|
1230
1230
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1231
|
-
"line":
|
|
1231
|
+
"line": 38,
|
|
1232
1232
|
"character": 13,
|
|
1233
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1233
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L38"
|
|
1234
1234
|
}
|
|
1235
1235
|
],
|
|
1236
1236
|
"getSignature": {
|
|
@@ -1269,14 +1269,20 @@
|
|
|
1269
1269
|
"kind": "text",
|
|
1270
1270
|
"text": "."
|
|
1271
1271
|
}
|
|
1272
|
+
],
|
|
1273
|
+
"blockTags": [
|
|
1274
|
+
{
|
|
1275
|
+
"tag": "@deprecated",
|
|
1276
|
+
"content": []
|
|
1277
|
+
}
|
|
1272
1278
|
]
|
|
1273
1279
|
},
|
|
1274
1280
|
"sources": [
|
|
1275
1281
|
{
|
|
1276
1282
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1277
|
-
"line":
|
|
1283
|
+
"line": 38,
|
|
1278
1284
|
"character": 13,
|
|
1279
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1285
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L38"
|
|
1280
1286
|
}
|
|
1281
1287
|
],
|
|
1282
1288
|
"type": {
|
|
@@ -1308,9 +1314,9 @@
|
|
|
1308
1314
|
"sources": [
|
|
1309
1315
|
{
|
|
1310
1316
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1311
|
-
"line":
|
|
1317
|
+
"line": 103,
|
|
1312
1318
|
"character": 9,
|
|
1313
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1319
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L103"
|
|
1314
1320
|
}
|
|
1315
1321
|
],
|
|
1316
1322
|
"signatures": [
|
|
@@ -1339,9 +1345,9 @@
|
|
|
1339
1345
|
"sources": [
|
|
1340
1346
|
{
|
|
1341
1347
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1342
|
-
"line":
|
|
1348
|
+
"line": 103,
|
|
1343
1349
|
"character": 9,
|
|
1344
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1350
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L103"
|
|
1345
1351
|
}
|
|
1346
1352
|
],
|
|
1347
1353
|
"parameters": [
|
|
@@ -1410,9 +1416,9 @@
|
|
|
1410
1416
|
"sources": [
|
|
1411
1417
|
{
|
|
1412
1418
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1413
|
-
"line":
|
|
1419
|
+
"line": 85,
|
|
1414
1420
|
"character": 9,
|
|
1415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1421
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L85"
|
|
1416
1422
|
}
|
|
1417
1423
|
],
|
|
1418
1424
|
"signatures": [
|
|
@@ -1433,9 +1439,9 @@
|
|
|
1433
1439
|
"sources": [
|
|
1434
1440
|
{
|
|
1435
1441
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1436
|
-
"line":
|
|
1442
|
+
"line": 85,
|
|
1437
1443
|
"character": 9,
|
|
1438
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1444
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L85"
|
|
1439
1445
|
}
|
|
1440
1446
|
],
|
|
1441
1447
|
"parameters": [
|
|
@@ -1570,9 +1576,9 @@
|
|
|
1570
1576
|
"sources": [
|
|
1571
1577
|
{
|
|
1572
1578
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1573
|
-
"line":
|
|
1579
|
+
"line": 134,
|
|
1574
1580
|
"character": 9,
|
|
1575
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1581
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L134"
|
|
1576
1582
|
}
|
|
1577
1583
|
],
|
|
1578
1584
|
"signatures": [
|
|
@@ -1604,14 +1610,20 @@
|
|
|
1604
1610
|
"kind": "text",
|
|
1605
1611
|
"text": " parameter to open\nwhen users click the <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button."
|
|
1606
1612
|
}
|
|
1613
|
+
],
|
|
1614
|
+
"blockTags": [
|
|
1615
|
+
{
|
|
1616
|
+
"tag": "@deprecated",
|
|
1617
|
+
"content": []
|
|
1618
|
+
}
|
|
1607
1619
|
]
|
|
1608
1620
|
},
|
|
1609
1621
|
"sources": [
|
|
1610
1622
|
{
|
|
1611
1623
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1612
|
-
"line":
|
|
1624
|
+
"line": 134,
|
|
1613
1625
|
"character": 9,
|
|
1614
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1626
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L134"
|
|
1615
1627
|
}
|
|
1616
1628
|
],
|
|
1617
1629
|
"parameters": [
|
|
@@ -1678,9 +1690,9 @@
|
|
|
1678
1690
|
"sources": [
|
|
1679
1691
|
{
|
|
1680
1692
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1681
|
-
"line":
|
|
1693
|
+
"line": 113,
|
|
1682
1694
|
"character": 9,
|
|
1683
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1695
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L113"
|
|
1684
1696
|
}
|
|
1685
1697
|
],
|
|
1686
1698
|
"signatures": [
|
|
@@ -1709,9 +1721,9 @@
|
|
|
1709
1721
|
"sources": [
|
|
1710
1722
|
{
|
|
1711
1723
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1712
|
-
"line":
|
|
1724
|
+
"line": 113,
|
|
1713
1725
|
"character": 9,
|
|
1714
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1726
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L113"
|
|
1715
1727
|
}
|
|
1716
1728
|
],
|
|
1717
1729
|
"parameters": [
|
|
@@ -1788,9 +1800,9 @@
|
|
|
1788
1800
|
"sources": [
|
|
1789
1801
|
{
|
|
1790
1802
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1791
|
-
"line":
|
|
1803
|
+
"line": 120,
|
|
1792
1804
|
"character": 9,
|
|
1793
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1805
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L120"
|
|
1794
1806
|
}
|
|
1795
1807
|
],
|
|
1796
1808
|
"signatures": [
|
|
@@ -1811,9 +1823,9 @@
|
|
|
1811
1823
|
"sources": [
|
|
1812
1824
|
{
|
|
1813
1825
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1814
|
-
"line":
|
|
1826
|
+
"line": 120,
|
|
1815
1827
|
"character": 9,
|
|
1816
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1828
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L120"
|
|
1817
1829
|
}
|
|
1818
1830
|
],
|
|
1819
1831
|
"type": {
|
|
@@ -1862,7 +1874,7 @@
|
|
|
1862
1874
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1863
1875
|
"line": 9,
|
|
1864
1876
|
"character": 13,
|
|
1865
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1877
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L9"
|
|
1866
1878
|
}
|
|
1867
1879
|
],
|
|
1868
1880
|
"decorators": []
|
|
@@ -1887,7 +1899,7 @@
|
|
|
1887
1899
|
"fileName": "projects/modals/src/modules/modal/modal.module.ts",
|
|
1888
1900
|
"line": 25,
|
|
1889
1901
|
"character": 13,
|
|
1890
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1902
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.module.ts#L25"
|
|
1891
1903
|
}
|
|
1892
1904
|
],
|
|
1893
1905
|
"decorators": [
|
|
@@ -1925,7 +1937,7 @@
|
|
|
1925
1937
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1926
1938
|
"line": 30,
|
|
1927
1939
|
"character": 2,
|
|
1928
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1940
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.service.ts#L30"
|
|
1929
1941
|
}
|
|
1930
1942
|
],
|
|
1931
1943
|
"signatures": [
|
|
@@ -1940,7 +1952,7 @@
|
|
|
1940
1952
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
1941
1953
|
"line": 30,
|
|
1942
1954
|
"character": 2,
|
|
1943
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1955
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.service.ts#L30"
|
|
1944
1956
|
}
|
|
1945
1957
|
],
|
|
1946
1958
|
"parameters": [
|
|
@@ -1983,7 +1995,7 @@
|
|
|
1983
1995
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1984
1996
|
"line": 50,
|
|
1985
1997
|
"character": 9,
|
|
1986
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1998
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.service.ts#L50"
|
|
1987
1999
|
}
|
|
1988
2000
|
],
|
|
1989
2001
|
"signatures": [
|
|
@@ -2006,7 +2018,7 @@
|
|
|
2006
2018
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
2007
2019
|
"line": 50,
|
|
2008
2020
|
"character": 9,
|
|
2009
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2021
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.service.ts#L50"
|
|
2010
2022
|
}
|
|
2011
2023
|
],
|
|
2012
2024
|
"parameters": [
|
|
@@ -2105,7 +2117,7 @@
|
|
|
2105
2117
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
2106
2118
|
"line": 24,
|
|
2107
2119
|
"character": 13,
|
|
2108
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2120
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.service.ts#L24"
|
|
2109
2121
|
}
|
|
2110
2122
|
],
|
|
2111
2123
|
"implementedTypes": [
|
|
@@ -2146,7 +2158,7 @@
|
|
|
2146
2158
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2147
2159
|
"line": 52,
|
|
2148
2160
|
"character": 2,
|
|
2149
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2161
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L52"
|
|
2150
2162
|
}
|
|
2151
2163
|
],
|
|
2152
2164
|
"signatures": [
|
|
@@ -2161,7 +2173,7 @@
|
|
|
2161
2173
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
2162
2174
|
"line": 52,
|
|
2163
2175
|
"character": 2,
|
|
2164
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2176
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L52"
|
|
2165
2177
|
}
|
|
2166
2178
|
],
|
|
2167
2179
|
"type": {
|
|
@@ -2186,7 +2198,7 @@
|
|
|
2186
2198
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2187
2199
|
"line": 96,
|
|
2188
2200
|
"character": 9,
|
|
2189
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2201
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L96"
|
|
2190
2202
|
}
|
|
2191
2203
|
],
|
|
2192
2204
|
"signatures": [
|
|
@@ -2201,7 +2213,7 @@
|
|
|
2201
2213
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
2202
2214
|
"line": 96,
|
|
2203
2215
|
"character": 9,
|
|
2204
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2216
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L96"
|
|
2205
2217
|
}
|
|
2206
2218
|
],
|
|
2207
2219
|
"type": {
|
|
@@ -2242,7 +2254,7 @@
|
|
|
2242
2254
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2243
2255
|
"line": 36,
|
|
2244
2256
|
"character": 13,
|
|
2245
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2257
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L36"
|
|
2246
2258
|
}
|
|
2247
2259
|
],
|
|
2248
2260
|
"implementedTypes": [
|
|
@@ -2293,7 +2305,7 @@
|
|
|
2293
2305
|
"fileName": "projects/modals/src/modules/modal/modal-content.component.ts",
|
|
2294
2306
|
"line": 13,
|
|
2295
2307
|
"character": 13,
|
|
2296
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2308
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-content.component.ts#L13"
|
|
2297
2309
|
}
|
|
2298
2310
|
],
|
|
2299
2311
|
"decorators": [
|
|
@@ -2333,7 +2345,7 @@
|
|
|
2333
2345
|
"fileName": "projects/modals/src/modules/modal/modal-footer.component.ts",
|
|
2334
2346
|
"line": 18,
|
|
2335
2347
|
"character": 13,
|
|
2336
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2348
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-footer.component.ts#L18"
|
|
2337
2349
|
}
|
|
2338
2350
|
],
|
|
2339
2351
|
"decorators": [
|
|
@@ -2373,7 +2385,7 @@
|
|
|
2373
2385
|
"fileName": "projects/modals/src/modules/modal/modal-header.component.ts",
|
|
2374
2386
|
"line": 15,
|
|
2375
2387
|
"character": 13,
|
|
2376
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2388
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-header.component.ts#L15"
|
|
2377
2389
|
}
|
|
2378
2390
|
],
|
|
2379
2391
|
"decorators": [
|
|
@@ -2409,9 +2421,9 @@
|
|
|
2409
2421
|
"sources": [
|
|
2410
2422
|
{
|
|
2411
2423
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2412
|
-
"line":
|
|
2424
|
+
"line": 201,
|
|
2413
2425
|
"character": 2,
|
|
2414
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2426
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L201"
|
|
2415
2427
|
}
|
|
2416
2428
|
],
|
|
2417
2429
|
"signatures": [
|
|
@@ -2424,9 +2436,9 @@
|
|
|
2424
2436
|
"sources": [
|
|
2425
2437
|
{
|
|
2426
2438
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2427
|
-
"line":
|
|
2439
|
+
"line": 201,
|
|
2428
2440
|
"character": 2,
|
|
2429
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2441
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L201"
|
|
2430
2442
|
}
|
|
2431
2443
|
],
|
|
2432
2444
|
"type": {
|
|
@@ -2439,7 +2451,7 @@
|
|
|
2439
2451
|
]
|
|
2440
2452
|
},
|
|
2441
2453
|
{
|
|
2442
|
-
"id":
|
|
2454
|
+
"id": 279,
|
|
2443
2455
|
"name": "ariaOwns",
|
|
2444
2456
|
"variant": "declaration",
|
|
2445
2457
|
"kind": 1024,
|
|
@@ -2449,9 +2461,9 @@
|
|
|
2449
2461
|
"sources": [
|
|
2450
2462
|
{
|
|
2451
2463
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2452
|
-
"line":
|
|
2464
|
+
"line": 155,
|
|
2453
2465
|
"character": 9,
|
|
2454
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2466
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L155"
|
|
2455
2467
|
}
|
|
2456
2468
|
],
|
|
2457
2469
|
"type": {
|
|
@@ -2462,7 +2474,7 @@
|
|
|
2462
2474
|
"decorators": []
|
|
2463
2475
|
},
|
|
2464
2476
|
{
|
|
2465
|
-
"id":
|
|
2477
|
+
"id": 269,
|
|
2466
2478
|
"name": "ariaRoleOrDefault",
|
|
2467
2479
|
"variant": "declaration",
|
|
2468
2480
|
"kind": 1024,
|
|
@@ -2472,9 +2484,9 @@
|
|
|
2472
2484
|
"sources": [
|
|
2473
2485
|
{
|
|
2474
2486
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2475
|
-
"line":
|
|
2487
|
+
"line": 118,
|
|
2476
2488
|
"character": 9,
|
|
2477
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2489
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L118"
|
|
2478
2490
|
}
|
|
2479
2491
|
],
|
|
2480
2492
|
"type": {
|
|
@@ -2485,19 +2497,192 @@
|
|
|
2485
2497
|
"decorators": []
|
|
2486
2498
|
},
|
|
2487
2499
|
{
|
|
2488
|
-
"id":
|
|
2500
|
+
"id": 262,
|
|
2501
|
+
"name": "headingText",
|
|
2502
|
+
"variant": "declaration",
|
|
2503
|
+
"kind": 1024,
|
|
2504
|
+
"flags": {
|
|
2505
|
+
"isPublic": true
|
|
2506
|
+
},
|
|
2507
|
+
"comment": {
|
|
2508
|
+
"summary": [
|
|
2509
|
+
{
|
|
2510
|
+
"kind": "text",
|
|
2511
|
+
"text": "The text to display as the modal's heading."
|
|
2512
|
+
}
|
|
2513
|
+
]
|
|
2514
|
+
},
|
|
2515
|
+
"sources": [
|
|
2516
|
+
{
|
|
2517
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2518
|
+
"line": 85,
|
|
2519
|
+
"character": 9,
|
|
2520
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L85"
|
|
2521
|
+
}
|
|
2522
|
+
],
|
|
2523
|
+
"type": {
|
|
2524
|
+
"type": "intrinsic",
|
|
2525
|
+
"name": "string"
|
|
2526
|
+
},
|
|
2527
|
+
"decorators": [
|
|
2528
|
+
{
|
|
2529
|
+
"name": "Input"
|
|
2530
|
+
}
|
|
2531
|
+
]
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"id": 263,
|
|
2489
2535
|
"name": "helpKey",
|
|
2490
2536
|
"variant": "declaration",
|
|
2491
2537
|
"kind": 1024,
|
|
2492
2538
|
"flags": {
|
|
2493
2539
|
"isPublic": true
|
|
2494
2540
|
},
|
|
2541
|
+
"comment": {
|
|
2542
|
+
"summary": [
|
|
2543
|
+
{
|
|
2544
|
+
"kind": "text",
|
|
2545
|
+
"text": "A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is\nadded to the modal header. Clicking the button invokes global help as configured by the application."
|
|
2546
|
+
}
|
|
2547
|
+
]
|
|
2548
|
+
},
|
|
2495
2549
|
"sources": [
|
|
2496
2550
|
{
|
|
2497
2551
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2498
|
-
"line":
|
|
2552
|
+
"line": 92,
|
|
2553
|
+
"character": 9,
|
|
2554
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L92"
|
|
2555
|
+
}
|
|
2556
|
+
],
|
|
2557
|
+
"type": {
|
|
2558
|
+
"type": "intrinsic",
|
|
2559
|
+
"name": "string"
|
|
2560
|
+
},
|
|
2561
|
+
"decorators": [
|
|
2562
|
+
{
|
|
2563
|
+
"name": "Input"
|
|
2564
|
+
}
|
|
2565
|
+
]
|
|
2566
|
+
},
|
|
2567
|
+
{
|
|
2568
|
+
"id": 264,
|
|
2569
|
+
"name": "helpPopoverContent",
|
|
2570
|
+
"variant": "declaration",
|
|
2571
|
+
"kind": 1024,
|
|
2572
|
+
"flags": {
|
|
2573
|
+
"isPublic": true
|
|
2574
|
+
},
|
|
2575
|
+
"comment": {
|
|
2576
|
+
"summary": [
|
|
2577
|
+
{
|
|
2578
|
+
"kind": "text",
|
|
2579
|
+
"text": "The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)\nbutton is added to the modal header. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)\nwhen clicked using the specified content and optional title."
|
|
2580
|
+
}
|
|
2581
|
+
]
|
|
2582
|
+
},
|
|
2583
|
+
"sources": [
|
|
2584
|
+
{
|
|
2585
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2586
|
+
"line": 100,
|
|
2587
|
+
"character": 9,
|
|
2588
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L100"
|
|
2589
|
+
}
|
|
2590
|
+
],
|
|
2591
|
+
"type": {
|
|
2592
|
+
"type": "union",
|
|
2593
|
+
"types": [
|
|
2594
|
+
{
|
|
2595
|
+
"type": "intrinsic",
|
|
2596
|
+
"name": "string"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
"type": "reference",
|
|
2600
|
+
"target": {
|
|
2601
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
2602
|
+
"qualifiedName": "TemplateRef"
|
|
2603
|
+
},
|
|
2604
|
+
"typeArguments": [
|
|
2605
|
+
{
|
|
2606
|
+
"type": "intrinsic",
|
|
2607
|
+
"name": "unknown"
|
|
2608
|
+
}
|
|
2609
|
+
],
|
|
2610
|
+
"name": "TemplateRef",
|
|
2611
|
+
"package": "@angular/core"
|
|
2612
|
+
}
|
|
2613
|
+
]
|
|
2614
|
+
},
|
|
2615
|
+
"decorators": [
|
|
2616
|
+
{
|
|
2617
|
+
"name": "Input"
|
|
2618
|
+
}
|
|
2619
|
+
]
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"id": 265,
|
|
2623
|
+
"name": "helpPopoverTitle",
|
|
2624
|
+
"variant": "declaration",
|
|
2625
|
+
"kind": 1024,
|
|
2626
|
+
"flags": {
|
|
2627
|
+
"isPublic": true
|
|
2628
|
+
},
|
|
2629
|
+
"comment": {
|
|
2630
|
+
"summary": [
|
|
2631
|
+
{
|
|
2632
|
+
"kind": "text",
|
|
2633
|
+
"text": "The title of the help popover. This property only applies when "
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
"kind": "code",
|
|
2637
|
+
"text": "`helpPopoverContent`"
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"kind": "text",
|
|
2641
|
+
"text": " is\nalso specified."
|
|
2642
|
+
}
|
|
2643
|
+
]
|
|
2644
|
+
},
|
|
2645
|
+
"sources": [
|
|
2646
|
+
{
|
|
2647
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2648
|
+
"line": 107,
|
|
2649
|
+
"character": 9,
|
|
2650
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L107"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"type": {
|
|
2654
|
+
"type": "intrinsic",
|
|
2655
|
+
"name": "string"
|
|
2656
|
+
},
|
|
2657
|
+
"decorators": [
|
|
2658
|
+
{
|
|
2659
|
+
"name": "Input"
|
|
2660
|
+
}
|
|
2661
|
+
]
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"id": 280,
|
|
2665
|
+
"name": "legacyHelpKey",
|
|
2666
|
+
"variant": "declaration",
|
|
2667
|
+
"kind": 1024,
|
|
2668
|
+
"flags": {
|
|
2669
|
+
"isPublic": true
|
|
2670
|
+
},
|
|
2671
|
+
"comment": {
|
|
2672
|
+
"summary": [],
|
|
2673
|
+
"blockTags": [
|
|
2674
|
+
{
|
|
2675
|
+
"tag": "@deprecated",
|
|
2676
|
+
"content": []
|
|
2677
|
+
}
|
|
2678
|
+
]
|
|
2679
|
+
},
|
|
2680
|
+
"sources": [
|
|
2681
|
+
{
|
|
2682
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2683
|
+
"line": 160,
|
|
2499
2684
|
"character": 9,
|
|
2500
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2685
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L160"
|
|
2501
2686
|
}
|
|
2502
2687
|
],
|
|
2503
2688
|
"type": {
|
|
@@ -2507,7 +2692,7 @@
|
|
|
2507
2692
|
"decorators": []
|
|
2508
2693
|
},
|
|
2509
2694
|
{
|
|
2510
|
-
"id":
|
|
2695
|
+
"id": 285,
|
|
2511
2696
|
"name": "modalContentWrapperElement",
|
|
2512
2697
|
"variant": "declaration",
|
|
2513
2698
|
"kind": 1024,
|
|
@@ -2517,9 +2702,9 @@
|
|
|
2517
2702
|
"sources": [
|
|
2518
2703
|
{
|
|
2519
2704
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2520
|
-
"line":
|
|
2705
|
+
"line": 171,
|
|
2521
2706
|
"character": 9,
|
|
2522
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2707
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L171"
|
|
2523
2708
|
}
|
|
2524
2709
|
],
|
|
2525
2710
|
"type": {
|
|
@@ -2540,7 +2725,7 @@
|
|
|
2540
2725
|
"decorators": []
|
|
2541
2726
|
},
|
|
2542
2727
|
{
|
|
2543
|
-
"id":
|
|
2728
|
+
"id": 281,
|
|
2544
2729
|
"name": "modalState",
|
|
2545
2730
|
"variant": "declaration",
|
|
2546
2731
|
"kind": 1024,
|
|
@@ -2550,9 +2735,9 @@
|
|
|
2550
2735
|
"sources": [
|
|
2551
2736
|
{
|
|
2552
2737
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2553
|
-
"line":
|
|
2738
|
+
"line": 162,
|
|
2554
2739
|
"character": 9,
|
|
2555
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2740
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L162"
|
|
2556
2741
|
}
|
|
2557
2742
|
],
|
|
2558
2743
|
"type": {
|
|
@@ -2563,7 +2748,7 @@
|
|
|
2563
2748
|
"decorators": []
|
|
2564
2749
|
},
|
|
2565
2750
|
{
|
|
2566
|
-
"id":
|
|
2751
|
+
"id": 282,
|
|
2567
2752
|
"name": "modalZIndex",
|
|
2568
2753
|
"variant": "declaration",
|
|
2569
2754
|
"kind": 1024,
|
|
@@ -2573,9 +2758,9 @@
|
|
|
2573
2758
|
"sources": [
|
|
2574
2759
|
{
|
|
2575
2760
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2576
|
-
"line":
|
|
2761
|
+
"line": 164,
|
|
2577
2762
|
"character": 9,
|
|
2578
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2763
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L164"
|
|
2579
2764
|
}
|
|
2580
2765
|
],
|
|
2581
2766
|
"type": {
|
|
@@ -2585,7 +2770,7 @@
|
|
|
2585
2770
|
"decorators": []
|
|
2586
2771
|
},
|
|
2587
2772
|
{
|
|
2588
|
-
"id":
|
|
2773
|
+
"id": 283,
|
|
2589
2774
|
"name": "scrollShadow",
|
|
2590
2775
|
"variant": "declaration",
|
|
2591
2776
|
"kind": 1024,
|
|
@@ -2595,9 +2780,9 @@
|
|
|
2595
2780
|
"sources": [
|
|
2596
2781
|
{
|
|
2597
2782
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2598
|
-
"line":
|
|
2783
|
+
"line": 166,
|
|
2599
2784
|
"character": 9,
|
|
2600
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2785
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L166"
|
|
2601
2786
|
}
|
|
2602
2787
|
],
|
|
2603
2788
|
"type": {
|
|
@@ -2612,7 +2797,7 @@
|
|
|
2612
2797
|
"decorators": []
|
|
2613
2798
|
},
|
|
2614
2799
|
{
|
|
2615
|
-
"id":
|
|
2800
|
+
"id": 284,
|
|
2616
2801
|
"name": "size",
|
|
2617
2802
|
"variant": "declaration",
|
|
2618
2803
|
"kind": 1024,
|
|
@@ -2622,9 +2807,9 @@
|
|
|
2622
2807
|
"sources": [
|
|
2623
2808
|
{
|
|
2624
2809
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2625
|
-
"line":
|
|
2810
|
+
"line": 168,
|
|
2626
2811
|
"character": 9,
|
|
2627
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2812
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L168"
|
|
2628
2813
|
}
|
|
2629
2814
|
],
|
|
2630
2815
|
"type": {
|
|
@@ -2644,9 +2829,9 @@
|
|
|
2644
2829
|
"sources": [
|
|
2645
2830
|
{
|
|
2646
2831
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2647
|
-
"line":
|
|
2832
|
+
"line": 71,
|
|
2648
2833
|
"character": 9,
|
|
2649
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2834
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L71"
|
|
2650
2835
|
}
|
|
2651
2836
|
],
|
|
2652
2837
|
"type": {
|
|
@@ -2656,7 +2841,7 @@
|
|
|
2656
2841
|
"decorators": []
|
|
2657
2842
|
},
|
|
2658
2843
|
{
|
|
2659
|
-
"id":
|
|
2844
|
+
"id": 271,
|
|
2660
2845
|
"name": "ariaDescribedBy",
|
|
2661
2846
|
"variant": "declaration",
|
|
2662
2847
|
"kind": 262144,
|
|
@@ -2666,13 +2851,13 @@
|
|
|
2666
2851
|
"sources": [
|
|
2667
2852
|
{
|
|
2668
2853
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2669
|
-
"line":
|
|
2854
|
+
"line": 137,
|
|
2670
2855
|
"character": 13,
|
|
2671
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2856
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L137"
|
|
2672
2857
|
}
|
|
2673
2858
|
],
|
|
2674
2859
|
"getSignature": {
|
|
2675
|
-
"id":
|
|
2860
|
+
"id": 272,
|
|
2676
2861
|
"name": "ariaDescribedBy",
|
|
2677
2862
|
"variant": "signature",
|
|
2678
2863
|
"kind": 524288,
|
|
@@ -2680,9 +2865,9 @@
|
|
|
2680
2865
|
"sources": [
|
|
2681
2866
|
{
|
|
2682
2867
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2683
|
-
"line":
|
|
2868
|
+
"line": 137,
|
|
2684
2869
|
"character": 13,
|
|
2685
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2870
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L137"
|
|
2686
2871
|
}
|
|
2687
2872
|
],
|
|
2688
2873
|
"type": {
|
|
@@ -2697,7 +2882,7 @@
|
|
|
2697
2882
|
]
|
|
2698
2883
|
},
|
|
2699
2884
|
{
|
|
2700
|
-
"id":
|
|
2885
|
+
"id": 275,
|
|
2701
2886
|
"name": "ariaLabelledBy",
|
|
2702
2887
|
"variant": "declaration",
|
|
2703
2888
|
"kind": 262144,
|
|
@@ -2707,13 +2892,13 @@
|
|
|
2707
2892
|
"sources": [
|
|
2708
2893
|
{
|
|
2709
2894
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2710
|
-
"line":
|
|
2895
|
+
"line": 151,
|
|
2711
2896
|
"character": 13,
|
|
2712
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2897
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L151"
|
|
2713
2898
|
}
|
|
2714
2899
|
],
|
|
2715
2900
|
"getSignature": {
|
|
2716
|
-
"id":
|
|
2901
|
+
"id": 276,
|
|
2717
2902
|
"name": "ariaLabelledBy",
|
|
2718
2903
|
"variant": "signature",
|
|
2719
2904
|
"kind": 524288,
|
|
@@ -2721,9 +2906,9 @@
|
|
|
2721
2906
|
"sources": [
|
|
2722
2907
|
{
|
|
2723
2908
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2724
|
-
"line":
|
|
2909
|
+
"line": 151,
|
|
2725
2910
|
"character": 13,
|
|
2726
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2911
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L151"
|
|
2727
2912
|
}
|
|
2728
2913
|
],
|
|
2729
2914
|
"type": {
|
|
@@ -2748,9 +2933,9 @@
|
|
|
2748
2933
|
"sources": [
|
|
2749
2934
|
{
|
|
2750
2935
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2751
|
-
"line":
|
|
2936
|
+
"line": 77,
|
|
2752
2937
|
"character": 13,
|
|
2753
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2938
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L77"
|
|
2754
2939
|
}
|
|
2755
2940
|
],
|
|
2756
2941
|
"setSignature": {
|
|
@@ -2770,9 +2955,9 @@
|
|
|
2770
2955
|
"sources": [
|
|
2771
2956
|
{
|
|
2772
2957
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2773
|
-
"line":
|
|
2958
|
+
"line": 77,
|
|
2774
2959
|
"character": 13,
|
|
2775
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2960
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L77"
|
|
2776
2961
|
}
|
|
2777
2962
|
],
|
|
2778
2963
|
"parameters": [
|
|
@@ -2805,7 +2990,7 @@
|
|
|
2805
2990
|
]
|
|
2806
2991
|
},
|
|
2807
2992
|
{
|
|
2808
|
-
"id":
|
|
2993
|
+
"id": 314,
|
|
2809
2994
|
"name": "closeButtonClick",
|
|
2810
2995
|
"variant": "declaration",
|
|
2811
2996
|
"kind": 2048,
|
|
@@ -2815,14 +3000,14 @@
|
|
|
2815
3000
|
"sources": [
|
|
2816
3001
|
{
|
|
2817
3002
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2818
|
-
"line":
|
|
3003
|
+
"line": 326,
|
|
2819
3004
|
"character": 9,
|
|
2820
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3005
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L326"
|
|
2821
3006
|
}
|
|
2822
3007
|
],
|
|
2823
3008
|
"signatures": [
|
|
2824
3009
|
{
|
|
2825
|
-
"id":
|
|
3010
|
+
"id": 315,
|
|
2826
3011
|
"name": "closeButtonClick",
|
|
2827
3012
|
"variant": "signature",
|
|
2828
3013
|
"kind": 4096,
|
|
@@ -2830,9 +3015,9 @@
|
|
|
2830
3015
|
"sources": [
|
|
2831
3016
|
{
|
|
2832
3017
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2833
|
-
"line":
|
|
3018
|
+
"line": 326,
|
|
2834
3019
|
"character": 9,
|
|
2835
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3020
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L326"
|
|
2836
3021
|
}
|
|
2837
3022
|
],
|
|
2838
3023
|
"type": {
|
|
@@ -2844,7 +3029,7 @@
|
|
|
2844
3029
|
"decorators": []
|
|
2845
3030
|
},
|
|
2846
3031
|
{
|
|
2847
|
-
"id":
|
|
3032
|
+
"id": 312,
|
|
2848
3033
|
"name": "helpButtonClick",
|
|
2849
3034
|
"variant": "declaration",
|
|
2850
3035
|
"kind": 2048,
|
|
@@ -2854,24 +3039,33 @@
|
|
|
2854
3039
|
"sources": [
|
|
2855
3040
|
{
|
|
2856
3041
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2857
|
-
"line":
|
|
3042
|
+
"line": 320,
|
|
2858
3043
|
"character": 9,
|
|
2859
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3044
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L320"
|
|
2860
3045
|
}
|
|
2861
3046
|
],
|
|
2862
3047
|
"signatures": [
|
|
2863
3048
|
{
|
|
2864
|
-
"id":
|
|
3049
|
+
"id": 313,
|
|
2865
3050
|
"name": "helpButtonClick",
|
|
2866
3051
|
"variant": "signature",
|
|
2867
3052
|
"kind": 4096,
|
|
2868
3053
|
"flags": {},
|
|
3054
|
+
"comment": {
|
|
3055
|
+
"summary": [],
|
|
3056
|
+
"blockTags": [
|
|
3057
|
+
{
|
|
3058
|
+
"tag": "@deprecated",
|
|
3059
|
+
"content": []
|
|
3060
|
+
}
|
|
3061
|
+
]
|
|
3062
|
+
},
|
|
2869
3063
|
"sources": [
|
|
2870
3064
|
{
|
|
2871
3065
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2872
|
-
"line":
|
|
3066
|
+
"line": 320,
|
|
2873
3067
|
"character": 9,
|
|
2874
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3068
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L320"
|
|
2875
3069
|
}
|
|
2876
3070
|
],
|
|
2877
3071
|
"type": {
|
|
@@ -2883,7 +3077,7 @@
|
|
|
2883
3077
|
"decorators": []
|
|
2884
3078
|
},
|
|
2885
3079
|
{
|
|
2886
|
-
"id":
|
|
3080
|
+
"id": 308,
|
|
2887
3081
|
"name": "ngAfterViewInit",
|
|
2888
3082
|
"variant": "declaration",
|
|
2889
3083
|
"kind": 2048,
|
|
@@ -2893,14 +3087,14 @@
|
|
|
2893
3087
|
"sources": [
|
|
2894
3088
|
{
|
|
2895
3089
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2896
|
-
"line":
|
|
3090
|
+
"line": 285,
|
|
2897
3091
|
"character": 9,
|
|
2898
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3092
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L285"
|
|
2899
3093
|
}
|
|
2900
3094
|
],
|
|
2901
3095
|
"signatures": [
|
|
2902
3096
|
{
|
|
2903
|
-
"id":
|
|
3097
|
+
"id": 309,
|
|
2904
3098
|
"name": "ngAfterViewInit",
|
|
2905
3099
|
"variant": "signature",
|
|
2906
3100
|
"kind": 4096,
|
|
@@ -2908,9 +3102,9 @@
|
|
|
2908
3102
|
"sources": [
|
|
2909
3103
|
{
|
|
2910
3104
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2911
|
-
"line":
|
|
3105
|
+
"line": 285,
|
|
2912
3106
|
"character": 9,
|
|
2913
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3107
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L285"
|
|
2914
3108
|
}
|
|
2915
3109
|
],
|
|
2916
3110
|
"type": {
|
|
@@ -2932,7 +3126,7 @@
|
|
|
2932
3126
|
"decorators": []
|
|
2933
3127
|
},
|
|
2934
3128
|
{
|
|
2935
|
-
"id":
|
|
3129
|
+
"id": 310,
|
|
2936
3130
|
"name": "ngOnDestroy",
|
|
2937
3131
|
"variant": "declaration",
|
|
2938
3132
|
"kind": 2048,
|
|
@@ -2942,14 +3136,14 @@
|
|
|
2942
3136
|
"sources": [
|
|
2943
3137
|
{
|
|
2944
3138
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2945
|
-
"line":
|
|
3139
|
+
"line": 308,
|
|
2946
3140
|
"character": 9,
|
|
2947
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3141
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L308"
|
|
2948
3142
|
}
|
|
2949
3143
|
],
|
|
2950
3144
|
"signatures": [
|
|
2951
3145
|
{
|
|
2952
|
-
"id":
|
|
3146
|
+
"id": 311,
|
|
2953
3147
|
"name": "ngOnDestroy",
|
|
2954
3148
|
"variant": "signature",
|
|
2955
3149
|
"kind": 4096,
|
|
@@ -2957,9 +3151,9 @@
|
|
|
2957
3151
|
"sources": [
|
|
2958
3152
|
{
|
|
2959
3153
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2960
|
-
"line":
|
|
3154
|
+
"line": 308,
|
|
2961
3155
|
"character": 9,
|
|
2962
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3156
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L308"
|
|
2963
3157
|
}
|
|
2964
3158
|
],
|
|
2965
3159
|
"type": {
|
|
@@ -2981,7 +3175,7 @@
|
|
|
2981
3175
|
"decorators": []
|
|
2982
3176
|
},
|
|
2983
3177
|
{
|
|
2984
|
-
"id":
|
|
3178
|
+
"id": 306,
|
|
2985
3179
|
"name": "ngOnInit",
|
|
2986
3180
|
"variant": "declaration",
|
|
2987
3181
|
"kind": 2048,
|
|
@@ -2991,14 +3185,14 @@
|
|
|
2991
3185
|
"sources": [
|
|
2992
3186
|
{
|
|
2993
3187
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2994
|
-
"line":
|
|
3188
|
+
"line": 274,
|
|
2995
3189
|
"character": 9,
|
|
2996
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3190
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L274"
|
|
2997
3191
|
}
|
|
2998
3192
|
],
|
|
2999
3193
|
"signatures": [
|
|
3000
3194
|
{
|
|
3001
|
-
"id":
|
|
3195
|
+
"id": 307,
|
|
3002
3196
|
"name": "ngOnInit",
|
|
3003
3197
|
"variant": "signature",
|
|
3004
3198
|
"kind": 4096,
|
|
@@ -3006,9 +3200,9 @@
|
|
|
3006
3200
|
"sources": [
|
|
3007
3201
|
{
|
|
3008
3202
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3009
|
-
"line":
|
|
3203
|
+
"line": 274,
|
|
3010
3204
|
"character": 9,
|
|
3011
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3205
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L274"
|
|
3012
3206
|
}
|
|
3013
3207
|
],
|
|
3014
3208
|
"type": {
|
|
@@ -3030,7 +3224,7 @@
|
|
|
3030
3224
|
"decorators": []
|
|
3031
3225
|
},
|
|
3032
3226
|
{
|
|
3033
|
-
"id":
|
|
3227
|
+
"id": 303,
|
|
3034
3228
|
"name": "onDocumentKeyDown",
|
|
3035
3229
|
"variant": "declaration",
|
|
3036
3230
|
"kind": 2048,
|
|
@@ -3040,14 +3234,14 @@
|
|
|
3040
3234
|
"sources": [
|
|
3041
3235
|
{
|
|
3042
3236
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3043
|
-
"line":
|
|
3237
|
+
"line": 233,
|
|
3044
3238
|
"character": 9,
|
|
3045
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3239
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L233"
|
|
3046
3240
|
}
|
|
3047
3241
|
],
|
|
3048
3242
|
"signatures": [
|
|
3049
3243
|
{
|
|
3050
|
-
"id":
|
|
3244
|
+
"id": 304,
|
|
3051
3245
|
"name": "onDocumentKeyDown",
|
|
3052
3246
|
"variant": "signature",
|
|
3053
3247
|
"kind": 4096,
|
|
@@ -3055,14 +3249,14 @@
|
|
|
3055
3249
|
"sources": [
|
|
3056
3250
|
{
|
|
3057
3251
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3058
|
-
"line":
|
|
3252
|
+
"line": 233,
|
|
3059
3253
|
"character": 9,
|
|
3060
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3254
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L233"
|
|
3061
3255
|
}
|
|
3062
3256
|
],
|
|
3063
3257
|
"parameters": [
|
|
3064
3258
|
{
|
|
3065
|
-
"id":
|
|
3259
|
+
"id": 305,
|
|
3066
3260
|
"name": "event",
|
|
3067
3261
|
"variant": "param",
|
|
3068
3262
|
"kind": 32768,
|
|
@@ -3087,7 +3281,7 @@
|
|
|
3087
3281
|
"decorators": []
|
|
3088
3282
|
},
|
|
3089
3283
|
{
|
|
3090
|
-
"id":
|
|
3284
|
+
"id": 300,
|
|
3091
3285
|
"name": "onDocumentKeyUp",
|
|
3092
3286
|
"variant": "declaration",
|
|
3093
3287
|
"kind": 2048,
|
|
@@ -3097,14 +3291,14 @@
|
|
|
3097
3291
|
"sources": [
|
|
3098
3292
|
{
|
|
3099
3293
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3100
|
-
"line":
|
|
3294
|
+
"line": 217,
|
|
3101
3295
|
"character": 9,
|
|
3102
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3296
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L217"
|
|
3103
3297
|
}
|
|
3104
3298
|
],
|
|
3105
3299
|
"signatures": [
|
|
3106
3300
|
{
|
|
3107
|
-
"id":
|
|
3301
|
+
"id": 301,
|
|
3108
3302
|
"name": "onDocumentKeyUp",
|
|
3109
3303
|
"variant": "signature",
|
|
3110
3304
|
"kind": 4096,
|
|
@@ -3112,14 +3306,14 @@
|
|
|
3112
3306
|
"sources": [
|
|
3113
3307
|
{
|
|
3114
3308
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3115
|
-
"line":
|
|
3309
|
+
"line": 217,
|
|
3116
3310
|
"character": 9,
|
|
3117
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3311
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L217"
|
|
3118
3312
|
}
|
|
3119
3313
|
],
|
|
3120
3314
|
"parameters": [
|
|
3121
3315
|
{
|
|
3122
|
-
"id":
|
|
3316
|
+
"id": 302,
|
|
3123
3317
|
"name": "event",
|
|
3124
3318
|
"variant": "param",
|
|
3125
3319
|
"kind": 32768,
|
|
@@ -3144,7 +3338,7 @@
|
|
|
3144
3338
|
"decorators": []
|
|
3145
3339
|
},
|
|
3146
3340
|
{
|
|
3147
|
-
"id":
|
|
3341
|
+
"id": 318,
|
|
3148
3342
|
"name": "scrollShadowChange",
|
|
3149
3343
|
"variant": "declaration",
|
|
3150
3344
|
"kind": 2048,
|
|
@@ -3154,14 +3348,14 @@
|
|
|
3154
3348
|
"sources": [
|
|
3155
3349
|
{
|
|
3156
3350
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3157
|
-
"line":
|
|
3351
|
+
"line": 334,
|
|
3158
3352
|
"character": 9,
|
|
3159
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3353
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L334"
|
|
3160
3354
|
}
|
|
3161
3355
|
],
|
|
3162
3356
|
"signatures": [
|
|
3163
3357
|
{
|
|
3164
|
-
"id":
|
|
3358
|
+
"id": 319,
|
|
3165
3359
|
"name": "scrollShadowChange",
|
|
3166
3360
|
"variant": "signature",
|
|
3167
3361
|
"kind": 4096,
|
|
@@ -3169,14 +3363,14 @@
|
|
|
3169
3363
|
"sources": [
|
|
3170
3364
|
{
|
|
3171
3365
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3172
|
-
"line":
|
|
3366
|
+
"line": 334,
|
|
3173
3367
|
"character": 9,
|
|
3174
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3368
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L334"
|
|
3175
3369
|
}
|
|
3176
3370
|
],
|
|
3177
3371
|
"parameters": [
|
|
3178
3372
|
{
|
|
3179
|
-
"id":
|
|
3373
|
+
"id": 320,
|
|
3180
3374
|
"name": "args",
|
|
3181
3375
|
"variant": "param",
|
|
3182
3376
|
"kind": 32768,
|
|
@@ -3201,7 +3395,7 @@
|
|
|
3201
3395
|
"decorators": []
|
|
3202
3396
|
},
|
|
3203
3397
|
{
|
|
3204
|
-
"id":
|
|
3398
|
+
"id": 321,
|
|
3205
3399
|
"name": "viewkeeperEnabled",
|
|
3206
3400
|
"variant": "declaration",
|
|
3207
3401
|
"kind": 2048,
|
|
@@ -3211,14 +3405,14 @@
|
|
|
3211
3405
|
"sources": [
|
|
3212
3406
|
{
|
|
3213
3407
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3214
|
-
"line":
|
|
3408
|
+
"line": 338,
|
|
3215
3409
|
"character": 9,
|
|
3216
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3410
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L338"
|
|
3217
3411
|
}
|
|
3218
3412
|
],
|
|
3219
3413
|
"signatures": [
|
|
3220
3414
|
{
|
|
3221
|
-
"id":
|
|
3415
|
+
"id": 322,
|
|
3222
3416
|
"name": "viewkeeperEnabled",
|
|
3223
3417
|
"variant": "signature",
|
|
3224
3418
|
"kind": 4096,
|
|
@@ -3226,9 +3420,9 @@
|
|
|
3226
3420
|
"sources": [
|
|
3227
3421
|
{
|
|
3228
3422
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3229
|
-
"line":
|
|
3423
|
+
"line": 338,
|
|
3230
3424
|
"character": 9,
|
|
3231
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3425
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L338"
|
|
3232
3426
|
}
|
|
3233
3427
|
],
|
|
3234
3428
|
"type": {
|
|
@@ -3240,7 +3434,7 @@
|
|
|
3240
3434
|
"decorators": []
|
|
3241
3435
|
},
|
|
3242
3436
|
{
|
|
3243
|
-
"id":
|
|
3437
|
+
"id": 316,
|
|
3244
3438
|
"name": "windowResize",
|
|
3245
3439
|
"variant": "declaration",
|
|
3246
3440
|
"kind": 2048,
|
|
@@ -3250,14 +3444,14 @@
|
|
|
3250
3444
|
"sources": [
|
|
3251
3445
|
{
|
|
3252
3446
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3253
|
-
"line":
|
|
3447
|
+
"line": 330,
|
|
3254
3448
|
"character": 9,
|
|
3255
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3449
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L330"
|
|
3256
3450
|
}
|
|
3257
3451
|
],
|
|
3258
3452
|
"signatures": [
|
|
3259
3453
|
{
|
|
3260
|
-
"id":
|
|
3454
|
+
"id": 317,
|
|
3261
3455
|
"name": "windowResize",
|
|
3262
3456
|
"variant": "signature",
|
|
3263
3457
|
"kind": 4096,
|
|
@@ -3265,9 +3459,9 @@
|
|
|
3265
3459
|
"sources": [
|
|
3266
3460
|
{
|
|
3267
3461
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3268
|
-
"line":
|
|
3462
|
+
"line": 330,
|
|
3269
3463
|
"character": 9,
|
|
3270
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3464
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L330"
|
|
3271
3465
|
}
|
|
3272
3466
|
],
|
|
3273
3467
|
"type": {
|
|
@@ -3289,47 +3483,51 @@
|
|
|
3289
3483
|
{
|
|
3290
3484
|
"title": "Properties",
|
|
3291
3485
|
"children": [
|
|
3292
|
-
275,
|
|
3293
|
-
265,
|
|
3294
|
-
276,
|
|
3295
|
-
281,
|
|
3296
|
-
277,
|
|
3297
|
-
278,
|
|
3298
3486
|
279,
|
|
3487
|
+
269,
|
|
3488
|
+
262,
|
|
3489
|
+
263,
|
|
3490
|
+
264,
|
|
3491
|
+
265,
|
|
3299
3492
|
280,
|
|
3493
|
+
285,
|
|
3494
|
+
281,
|
|
3495
|
+
282,
|
|
3496
|
+
283,
|
|
3497
|
+
284,
|
|
3300
3498
|
258
|
|
3301
3499
|
]
|
|
3302
3500
|
},
|
|
3303
3501
|
{
|
|
3304
3502
|
"title": "Accessors",
|
|
3305
3503
|
"children": [
|
|
3306
|
-
267,
|
|
3307
3504
|
271,
|
|
3505
|
+
275,
|
|
3308
3506
|
259
|
|
3309
3507
|
]
|
|
3310
3508
|
},
|
|
3311
3509
|
{
|
|
3312
3510
|
"title": "Methods",
|
|
3313
3511
|
"children": [
|
|
3314
|
-
|
|
3512
|
+
314,
|
|
3513
|
+
312,
|
|
3315
3514
|
308,
|
|
3316
|
-
|
|
3515
|
+
310,
|
|
3317
3516
|
306,
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
312
|
|
3517
|
+
303,
|
|
3518
|
+
300,
|
|
3519
|
+
318,
|
|
3520
|
+
321,
|
|
3521
|
+
316
|
|
3324
3522
|
]
|
|
3325
3523
|
}
|
|
3326
3524
|
],
|
|
3327
3525
|
"sources": [
|
|
3328
3526
|
{
|
|
3329
3527
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3330
|
-
"line":
|
|
3528
|
+
"line": 69,
|
|
3331
3529
|
"character": 13,
|
|
3332
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3530
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.component.ts#L69"
|
|
3333
3531
|
}
|
|
3334
3532
|
],
|
|
3335
3533
|
"implementedTypes": [
|
|
@@ -3365,7 +3563,7 @@
|
|
|
3365
3563
|
{
|
|
3366
3564
|
"name": "Component",
|
|
3367
3565
|
"arguments": {
|
|
3368
|
-
"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})"
|
|
3566
|
+
"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 SkyHelpInlineModule,\n SkyIconModule,\n SkyIdModule,\n SkyModalHeaderComponent,\n SkyModalScrollShadowDirective,\n SkyModalsResourcesModule,\n ],\n})"
|
|
3369
3567
|
}
|
|
3370
3568
|
}
|
|
3371
3569
|
]
|
|
@@ -3412,7 +3610,7 @@
|
|
|
3412
3610
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3413
3611
|
"line": 40,
|
|
3414
3612
|
"character": 9,
|
|
3415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3613
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L40"
|
|
3416
3614
|
}
|
|
3417
3615
|
],
|
|
3418
3616
|
"type": {
|
|
@@ -3439,7 +3637,7 @@
|
|
|
3439
3637
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3440
3638
|
"line": 54,
|
|
3441
3639
|
"character": 9,
|
|
3442
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3640
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L54"
|
|
3443
3641
|
}
|
|
3444
3642
|
],
|
|
3445
3643
|
"signatures": [
|
|
@@ -3454,7 +3652,7 @@
|
|
|
3454
3652
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
3455
3653
|
"line": 54,
|
|
3456
3654
|
"character": 9,
|
|
3457
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3655
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L54"
|
|
3458
3656
|
}
|
|
3459
3657
|
],
|
|
3460
3658
|
"type": {
|
|
@@ -3488,7 +3686,7 @@
|
|
|
3488
3686
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3489
3687
|
"line": 48,
|
|
3490
3688
|
"character": 9,
|
|
3491
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3689
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L48"
|
|
3492
3690
|
}
|
|
3493
3691
|
],
|
|
3494
3692
|
"signatures": [
|
|
@@ -3503,7 +3701,7 @@
|
|
|
3503
3701
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
3504
3702
|
"line": 48,
|
|
3505
3703
|
"character": 9,
|
|
3506
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3704
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L48"
|
|
3507
3705
|
}
|
|
3508
3706
|
],
|
|
3509
3707
|
"type": {
|
|
@@ -3551,7 +3749,7 @@
|
|
|
3551
3749
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3552
3750
|
"line": 31,
|
|
3553
3751
|
"character": 13,
|
|
3554
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3752
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L31"
|
|
3555
3753
|
}
|
|
3556
3754
|
],
|
|
3557
3755
|
"implementedTypes": [
|
|
@@ -3609,7 +3807,7 @@
|
|
|
3609
3807
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3610
3808
|
"line": 6,
|
|
3611
3809
|
"character": 2,
|
|
3612
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3810
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L6"
|
|
3613
3811
|
}
|
|
3614
3812
|
],
|
|
3615
3813
|
"type": {
|
|
@@ -3649,7 +3847,7 @@
|
|
|
3649
3847
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3650
3848
|
"line": 23,
|
|
3651
3849
|
"character": 2,
|
|
3652
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3850
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L23"
|
|
3653
3851
|
}
|
|
3654
3852
|
],
|
|
3655
3853
|
"type": {
|
|
@@ -3702,7 +3900,7 @@
|
|
|
3702
3900
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3703
3901
|
"line": 17,
|
|
3704
3902
|
"character": 2,
|
|
3705
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3903
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L17"
|
|
3706
3904
|
}
|
|
3707
3905
|
],
|
|
3708
3906
|
"type": {
|
|
@@ -3729,7 +3927,7 @@
|
|
|
3729
3927
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3730
3928
|
"line": 10,
|
|
3731
3929
|
"character": 2,
|
|
3732
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3930
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L10"
|
|
3733
3931
|
}
|
|
3734
3932
|
],
|
|
3735
3933
|
"type": {
|
|
@@ -3754,7 +3952,7 @@
|
|
|
3754
3952
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3755
3953
|
"line": 1,
|
|
3756
3954
|
"character": 17,
|
|
3757
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3955
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L1"
|
|
3758
3956
|
}
|
|
3759
3957
|
]
|
|
3760
3958
|
},
|
|
@@ -3784,7 +3982,7 @@
|
|
|
3784
3982
|
"fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
|
|
3785
3983
|
"line": 5,
|
|
3786
3984
|
"character": 2,
|
|
3787
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3985
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L5"
|
|
3788
3986
|
}
|
|
3789
3987
|
],
|
|
3790
3988
|
"type": {
|
|
@@ -3806,7 +4004,7 @@
|
|
|
3806
4004
|
"fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
|
|
3807
4005
|
"line": 1,
|
|
3808
4006
|
"character": 17,
|
|
3809
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4007
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L1"
|
|
3810
4008
|
}
|
|
3811
4009
|
]
|
|
3812
4010
|
},
|
|
@@ -3838,7 +4036,7 @@
|
|
|
3838
4036
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3839
4037
|
"line": 13,
|
|
3840
4038
|
"character": 2,
|
|
3841
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4039
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L13"
|
|
3842
4040
|
}
|
|
3843
4041
|
],
|
|
3844
4042
|
"type": {
|
|
@@ -3883,7 +4081,7 @@
|
|
|
3883
4081
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3884
4082
|
"line": 17,
|
|
3885
4083
|
"character": 2,
|
|
3886
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4084
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L17"
|
|
3887
4085
|
}
|
|
3888
4086
|
],
|
|
3889
4087
|
"type": {
|
|
@@ -3921,7 +4119,7 @@
|
|
|
3921
4119
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3922
4120
|
"line": 9,
|
|
3923
4121
|
"character": 2,
|
|
3924
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4122
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L9"
|
|
3925
4123
|
}
|
|
3926
4124
|
],
|
|
3927
4125
|
"type": {
|
|
@@ -3961,7 +4159,7 @@
|
|
|
3961
4159
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3962
4160
|
"line": 22,
|
|
3963
4161
|
"character": 2,
|
|
3964
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4162
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L22"
|
|
3965
4163
|
}
|
|
3966
4164
|
],
|
|
3967
4165
|
"type": {
|
|
@@ -3990,7 +4188,7 @@
|
|
|
3990
4188
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3991
4189
|
"line": 26,
|
|
3992
4190
|
"character": 2,
|
|
3993
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4191
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L26"
|
|
3994
4192
|
}
|
|
3995
4193
|
],
|
|
3996
4194
|
"type": {
|
|
@@ -4018,7 +4216,7 @@
|
|
|
4018
4216
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4019
4217
|
"line": 4,
|
|
4020
4218
|
"character": 17,
|
|
4021
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4219
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L4"
|
|
4022
4220
|
}
|
|
4023
4221
|
]
|
|
4024
4222
|
},
|
|
@@ -4075,14 +4273,33 @@
|
|
|
4075
4273
|
"kind": "text",
|
|
4076
4274
|
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
|
|
4077
4275
|
}
|
|
4276
|
+
],
|
|
4277
|
+
"blockTags": [
|
|
4278
|
+
{
|
|
4279
|
+
"tag": "@deprecated",
|
|
4280
|
+
"content": [
|
|
4281
|
+
{
|
|
4282
|
+
"kind": "text",
|
|
4283
|
+
"text": "Set "
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"kind": "code",
|
|
4287
|
+
"text": "`headingText`"
|
|
4288
|
+
},
|
|
4289
|
+
{
|
|
4290
|
+
"kind": "text",
|
|
4291
|
+
"text": " on the modal component instead."
|
|
4292
|
+
}
|
|
4293
|
+
]
|
|
4294
|
+
}
|
|
4078
4295
|
]
|
|
4079
4296
|
},
|
|
4080
4297
|
"sources": [
|
|
4081
4298
|
{
|
|
4082
4299
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4083
|
-
"line":
|
|
4300
|
+
"line": 39,
|
|
4084
4301
|
"character": 2,
|
|
4085
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4302
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L39"
|
|
4086
4303
|
}
|
|
4087
4304
|
],
|
|
4088
4305
|
"type": {
|
|
@@ -4128,14 +4345,33 @@
|
|
|
4128
4345
|
"kind": "text",
|
|
4129
4346
|
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
4130
4347
|
}
|
|
4348
|
+
],
|
|
4349
|
+
"blockTags": [
|
|
4350
|
+
{
|
|
4351
|
+
"tag": "@deprecated",
|
|
4352
|
+
"content": [
|
|
4353
|
+
{
|
|
4354
|
+
"kind": "text",
|
|
4355
|
+
"text": "Set "
|
|
4356
|
+
},
|
|
4357
|
+
{
|
|
4358
|
+
"kind": "code",
|
|
4359
|
+
"text": "`headingText`"
|
|
4360
|
+
},
|
|
4361
|
+
{
|
|
4362
|
+
"kind": "text",
|
|
4363
|
+
"text": " on the modal component instead."
|
|
4364
|
+
}
|
|
4365
|
+
]
|
|
4366
|
+
}
|
|
4131
4367
|
]
|
|
4132
4368
|
},
|
|
4133
4369
|
"sources": [
|
|
4134
4370
|
{
|
|
4135
4371
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4136
|
-
"line":
|
|
4372
|
+
"line": 50,
|
|
4137
4373
|
"character": 2,
|
|
4138
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4374
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L50"
|
|
4139
4375
|
}
|
|
4140
4376
|
],
|
|
4141
4377
|
"type": {
|
|
@@ -4181,9 +4417,9 @@
|
|
|
4181
4417
|
"sources": [
|
|
4182
4418
|
{
|
|
4183
4419
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4184
|
-
"line":
|
|
4420
|
+
"line": 61,
|
|
4185
4421
|
"character": 2,
|
|
4186
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4422
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L61"
|
|
4187
4423
|
}
|
|
4188
4424
|
],
|
|
4189
4425
|
"type": {
|
|
@@ -4220,7 +4456,7 @@
|
|
|
4220
4456
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4221
4457
|
"line": 14,
|
|
4222
4458
|
"character": 2,
|
|
4223
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4459
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L14"
|
|
4224
4460
|
}
|
|
4225
4461
|
],
|
|
4226
4462
|
"type": {
|
|
@@ -4237,38 +4473,43 @@
|
|
|
4237
4473
|
"isOptional": true
|
|
4238
4474
|
},
|
|
4239
4475
|
"comment": {
|
|
4240
|
-
"summary": [
|
|
4241
|
-
"blockTags": [
|
|
4476
|
+
"summary": [
|
|
4242
4477
|
{
|
|
4243
|
-
"
|
|
4244
|
-
"
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
|
|
4264
|
-
|
|
4265
|
-
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
|
|
4478
|
+
"kind": "text",
|
|
4479
|
+
"text": "The "
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"kind": "code",
|
|
4483
|
+
"text": "`helpKey`"
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "text",
|
|
4487
|
+
"text": " string. This property displays\nthe <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button in the modal header.\nWhen users click this button, the "
|
|
4488
|
+
},
|
|
4489
|
+
{
|
|
4490
|
+
"kind": "code",
|
|
4491
|
+
"text": "`helpOpened`"
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "text",
|
|
4495
|
+
"text": " event broadcasts the "
|
|
4496
|
+
},
|
|
4497
|
+
{
|
|
4498
|
+
"kind": "code",
|
|
4499
|
+
"text": "`helpKey`"
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"kind": "text",
|
|
4503
|
+
"text": " parameter.\nBlackbaud developers can use the Help Widget, which is for internal Blackbaud use only, to\n[display help content in a flyout panel](https://docs.blackbaud.com/bb-help-docs/components/modal-header)."
|
|
4504
|
+
}
|
|
4505
|
+
],
|
|
4506
|
+
"blockTags": [
|
|
4507
|
+
{
|
|
4508
|
+
"tag": "@deprecated",
|
|
4509
|
+
"content": [
|
|
4269
4510
|
{
|
|
4270
4511
|
"kind": "text",
|
|
4271
|
-
"text": "
|
|
4512
|
+
"text": "To display a help button in the modal header, set either the\n"
|
|
4272
4513
|
},
|
|
4273
4514
|
{
|
|
4274
4515
|
"kind": "code",
|
|
@@ -4276,23 +4517,15 @@
|
|
|
4276
4517
|
},
|
|
4277
4518
|
{
|
|
4278
4519
|
"kind": "text",
|
|
4279
|
-
"text": "
|
|
4520
|
+
"text": " or "
|
|
4280
4521
|
},
|
|
4281
4522
|
{
|
|
4282
4523
|
"kind": "code",
|
|
4283
|
-
"text": "`
|
|
4524
|
+
"text": "`helpPopoverContent`"
|
|
4284
4525
|
},
|
|
4285
4526
|
{
|
|
4286
4527
|
"kind": "text",
|
|
4287
|
-
"text": "
|
|
4288
|
-
},
|
|
4289
|
-
{
|
|
4290
|
-
"kind": "code",
|
|
4291
|
-
"text": "`helpKey`"
|
|
4292
|
-
},
|
|
4293
|
-
{
|
|
4294
|
-
"kind": "text",
|
|
4295
|
-
"text": " parameter.\nBlackbaud developers can use the Help Widget, which is for internal Blackbaud use only, to\n[display help content in a flyout panel](https://docs.blackbaud.com/bb-help-docs/components/modal-header)."
|
|
4528
|
+
"text": " inputs on the modal component."
|
|
4296
4529
|
}
|
|
4297
4530
|
]
|
|
4298
4531
|
}
|
|
@@ -4301,9 +4534,9 @@
|
|
|
4301
4534
|
"sources": [
|
|
4302
4535
|
{
|
|
4303
4536
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4304
|
-
"line":
|
|
4537
|
+
"line": 80,
|
|
4305
4538
|
"character": 2,
|
|
4306
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4539
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L80"
|
|
4307
4540
|
}
|
|
4308
4541
|
],
|
|
4309
4542
|
"type": {
|
|
@@ -4340,7 +4573,7 @@
|
|
|
4340
4573
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4341
4574
|
"line": 27,
|
|
4342
4575
|
"character": 2,
|
|
4343
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4576
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L27"
|
|
4344
4577
|
}
|
|
4345
4578
|
],
|
|
4346
4579
|
"type": {
|
|
@@ -4409,7 +4642,7 @@
|
|
|
4409
4642
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4410
4643
|
"line": 20,
|
|
4411
4644
|
"character": 2,
|
|
4412
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4645
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L20"
|
|
4413
4646
|
}
|
|
4414
4647
|
],
|
|
4415
4648
|
"type": {
|
|
@@ -4471,9 +4704,9 @@
|
|
|
4471
4704
|
"sources": [
|
|
4472
4705
|
{
|
|
4473
4706
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4474
|
-
"line":
|
|
4707
|
+
"line": 69,
|
|
4475
4708
|
"character": 2,
|
|
4476
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4709
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L69"
|
|
4477
4710
|
}
|
|
4478
4711
|
],
|
|
4479
4712
|
"type": {
|
|
@@ -4508,9 +4741,9 @@
|
|
|
4508
4741
|
"sources": [
|
|
4509
4742
|
{
|
|
4510
4743
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4511
|
-
"line":
|
|
4744
|
+
"line": 86,
|
|
4512
4745
|
"character": 2,
|
|
4513
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4746
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L86"
|
|
4514
4747
|
}
|
|
4515
4748
|
],
|
|
4516
4749
|
"type": {
|
|
@@ -4540,7 +4773,7 @@
|
|
|
4540
4773
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4541
4774
|
"line": 9,
|
|
4542
4775
|
"character": 17,
|
|
4543
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4776
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L9"
|
|
4544
4777
|
}
|
|
4545
4778
|
]
|
|
4546
4779
|
},
|
|
@@ -4578,7 +4811,7 @@
|
|
|
4578
4811
|
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
4579
4812
|
"line": 8,
|
|
4580
4813
|
"character": 2,
|
|
4581
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4814
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-error.ts#L8"
|
|
4582
4815
|
}
|
|
4583
4816
|
],
|
|
4584
4817
|
"type": {
|
|
@@ -4600,7 +4833,7 @@
|
|
|
4600
4833
|
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
4601
4834
|
"line": 4,
|
|
4602
4835
|
"character": 17,
|
|
4603
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4836
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/modal/modal-error.ts#L4"
|
|
4604
4837
|
}
|
|
4605
4838
|
]
|
|
4606
4839
|
},
|
|
@@ -4615,7 +4848,7 @@
|
|
|
4615
4848
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-style-type.ts",
|
|
4616
4849
|
"line": 1,
|
|
4617
4850
|
"character": 12,
|
|
4618
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4851
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/src/lib/modules/confirm/confirm-button-style-type.ts#L1"
|
|
4619
4852
|
}
|
|
4620
4853
|
],
|
|
4621
4854
|
"type": {
|
|
@@ -4641,7 +4874,7 @@
|
|
|
4641
4874
|
}
|
|
4642
4875
|
},
|
|
4643
4876
|
{
|
|
4644
|
-
"id":
|
|
4877
|
+
"id": 397,
|
|
4645
4878
|
"name": "SkyConfirmHarness",
|
|
4646
4879
|
"variant": "declaration",
|
|
4647
4880
|
"kind": 128,
|
|
@@ -4656,7 +4889,7 @@
|
|
|
4656
4889
|
},
|
|
4657
4890
|
"children": [
|
|
4658
4891
|
{
|
|
4659
|
-
"id":
|
|
4892
|
+
"id": 404,
|
|
4660
4893
|
"name": "constructor",
|
|
4661
4894
|
"variant": "declaration",
|
|
4662
4895
|
"kind": 512,
|
|
@@ -4670,7 +4903,7 @@
|
|
|
4670
4903
|
],
|
|
4671
4904
|
"signatures": [
|
|
4672
4905
|
{
|
|
4673
|
-
"id":
|
|
4906
|
+
"id": 405,
|
|
4674
4907
|
"name": "new SkyConfirmHarness",
|
|
4675
4908
|
"variant": "signature",
|
|
4676
4909
|
"kind": 16384,
|
|
@@ -4684,7 +4917,7 @@
|
|
|
4684
4917
|
],
|
|
4685
4918
|
"parameters": [
|
|
4686
4919
|
{
|
|
4687
|
-
"id":
|
|
4920
|
+
"id": 406,
|
|
4688
4921
|
"name": "locatorFactory",
|
|
4689
4922
|
"variant": "param",
|
|
4690
4923
|
"kind": 32768,
|
|
@@ -4702,7 +4935,7 @@
|
|
|
4702
4935
|
],
|
|
4703
4936
|
"type": {
|
|
4704
4937
|
"type": "reference",
|
|
4705
|
-
"target":
|
|
4938
|
+
"target": 397,
|
|
4706
4939
|
"name": "SkyConfirmHarness",
|
|
4707
4940
|
"package": "@skyux/modals"
|
|
4708
4941
|
},
|
|
@@ -4720,7 +4953,7 @@
|
|
|
4720
4953
|
}
|
|
4721
4954
|
},
|
|
4722
4955
|
{
|
|
4723
|
-
"id":
|
|
4956
|
+
"id": 398,
|
|
4724
4957
|
"name": "hostSelector",
|
|
4725
4958
|
"variant": "declaration",
|
|
4726
4959
|
"kind": 1024,
|
|
@@ -4733,7 +4966,7 @@
|
|
|
4733
4966
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4734
4967
|
"line": 12,
|
|
4735
4968
|
"character": 16,
|
|
4736
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4969
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L12"
|
|
4737
4970
|
}
|
|
4738
4971
|
],
|
|
4739
4972
|
"type": {
|
|
@@ -4744,7 +4977,7 @@
|
|
|
4744
4977
|
"decorators": []
|
|
4745
4978
|
},
|
|
4746
4979
|
{
|
|
4747
|
-
"id":
|
|
4980
|
+
"id": 411,
|
|
4748
4981
|
"name": "clickCustomButton",
|
|
4749
4982
|
"variant": "declaration",
|
|
4750
4983
|
"kind": 2048,
|
|
@@ -4756,12 +4989,12 @@
|
|
|
4756
4989
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4757
4990
|
"line": 22,
|
|
4758
4991
|
"character": 15,
|
|
4759
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4992
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
|
|
4760
4993
|
}
|
|
4761
4994
|
],
|
|
4762
4995
|
"signatures": [
|
|
4763
4996
|
{
|
|
4764
|
-
"id":
|
|
4997
|
+
"id": 412,
|
|
4765
4998
|
"name": "clickCustomButton",
|
|
4766
4999
|
"variant": "signature",
|
|
4767
5000
|
"kind": 4096,
|
|
@@ -4779,19 +5012,19 @@
|
|
|
4779
5012
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4780
5013
|
"line": 22,
|
|
4781
5014
|
"character": 15,
|
|
4782
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5015
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
|
|
4783
5016
|
}
|
|
4784
5017
|
],
|
|
4785
5018
|
"parameters": [
|
|
4786
5019
|
{
|
|
4787
|
-
"id":
|
|
5020
|
+
"id": 413,
|
|
4788
5021
|
"name": "filters",
|
|
4789
5022
|
"variant": "param",
|
|
4790
5023
|
"kind": 32768,
|
|
4791
5024
|
"flags": {},
|
|
4792
5025
|
"type": {
|
|
4793
5026
|
"type": "reference",
|
|
4794
|
-
"target":
|
|
5027
|
+
"target": 393,
|
|
4795
5028
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
4796
5029
|
"package": "@skyux/modals"
|
|
4797
5030
|
}
|
|
@@ -4817,7 +5050,7 @@
|
|
|
4817
5050
|
"decorators": []
|
|
4818
5051
|
},
|
|
4819
5052
|
{
|
|
4820
|
-
"id":
|
|
5053
|
+
"id": 414,
|
|
4821
5054
|
"name": "clickOkButton",
|
|
4822
5055
|
"variant": "declaration",
|
|
4823
5056
|
"kind": 2048,
|
|
@@ -4829,12 +5062,12 @@
|
|
|
4829
5062
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4830
5063
|
"line": 43,
|
|
4831
5064
|
"character": 15,
|
|
4832
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5065
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
|
|
4833
5066
|
}
|
|
4834
5067
|
],
|
|
4835
5068
|
"signatures": [
|
|
4836
5069
|
{
|
|
4837
|
-
"id":
|
|
5070
|
+
"id": 415,
|
|
4838
5071
|
"name": "clickOkButton",
|
|
4839
5072
|
"variant": "signature",
|
|
4840
5073
|
"kind": 4096,
|
|
@@ -4852,7 +5085,7 @@
|
|
|
4852
5085
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4853
5086
|
"line": 43,
|
|
4854
5087
|
"character": 15,
|
|
4855
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5088
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
|
|
4856
5089
|
}
|
|
4857
5090
|
],
|
|
4858
5091
|
"type": {
|
|
@@ -4875,7 +5108,7 @@
|
|
|
4875
5108
|
"decorators": []
|
|
4876
5109
|
},
|
|
4877
5110
|
{
|
|
4878
|
-
"id":
|
|
5111
|
+
"id": 416,
|
|
4879
5112
|
"name": "getBodyText",
|
|
4880
5113
|
"variant": "declaration",
|
|
4881
5114
|
"kind": 2048,
|
|
@@ -4887,12 +5120,12 @@
|
|
|
4887
5120
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4888
5121
|
"line": 56,
|
|
4889
5122
|
"character": 15,
|
|
4890
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5123
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
|
|
4891
5124
|
}
|
|
4892
5125
|
],
|
|
4893
5126
|
"signatures": [
|
|
4894
5127
|
{
|
|
4895
|
-
"id":
|
|
5128
|
+
"id": 417,
|
|
4896
5129
|
"name": "getBodyText",
|
|
4897
5130
|
"variant": "signature",
|
|
4898
5131
|
"kind": 4096,
|
|
@@ -4910,7 +5143,7 @@
|
|
|
4910
5143
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4911
5144
|
"line": 56,
|
|
4912
5145
|
"character": 15,
|
|
4913
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5146
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
|
|
4914
5147
|
}
|
|
4915
5148
|
],
|
|
4916
5149
|
"type": {
|
|
@@ -4933,7 +5166,7 @@
|
|
|
4933
5166
|
"decorators": []
|
|
4934
5167
|
},
|
|
4935
5168
|
{
|
|
4936
|
-
"id":
|
|
5169
|
+
"id": 418,
|
|
4937
5170
|
"name": "getCustomButtons",
|
|
4938
5171
|
"variant": "declaration",
|
|
4939
5172
|
"kind": 2048,
|
|
@@ -4945,12 +5178,12 @@
|
|
|
4945
5178
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4946
5179
|
"line": 63,
|
|
4947
5180
|
"character": 15,
|
|
4948
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5181
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
|
|
4949
5182
|
}
|
|
4950
5183
|
],
|
|
4951
5184
|
"signatures": [
|
|
4952
5185
|
{
|
|
4953
|
-
"id":
|
|
5186
|
+
"id": 419,
|
|
4954
5187
|
"name": "getCustomButtons",
|
|
4955
5188
|
"variant": "signature",
|
|
4956
5189
|
"kind": 4096,
|
|
@@ -4968,12 +5201,12 @@
|
|
|
4968
5201
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4969
5202
|
"line": 63,
|
|
4970
5203
|
"character": 15,
|
|
4971
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5204
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
|
|
4972
5205
|
}
|
|
4973
5206
|
],
|
|
4974
5207
|
"parameters": [
|
|
4975
5208
|
{
|
|
4976
|
-
"id":
|
|
5209
|
+
"id": 420,
|
|
4977
5210
|
"name": "filters",
|
|
4978
5211
|
"variant": "param",
|
|
4979
5212
|
"kind": 32768,
|
|
@@ -4982,7 +5215,7 @@
|
|
|
4982
5215
|
},
|
|
4983
5216
|
"type": {
|
|
4984
5217
|
"type": "reference",
|
|
4985
|
-
"target":
|
|
5218
|
+
"target": 393,
|
|
4986
5219
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
4987
5220
|
"package": "@skyux/modals"
|
|
4988
5221
|
}
|
|
@@ -5016,7 +5249,7 @@
|
|
|
5016
5249
|
"decorators": []
|
|
5017
5250
|
},
|
|
5018
5251
|
{
|
|
5019
|
-
"id":
|
|
5252
|
+
"id": 421,
|
|
5020
5253
|
"name": "getMessageText",
|
|
5021
5254
|
"variant": "declaration",
|
|
5022
5255
|
"kind": 2048,
|
|
@@ -5028,12 +5261,12 @@
|
|
|
5028
5261
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5029
5262
|
"line": 95,
|
|
5030
5263
|
"character": 15,
|
|
5031
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5264
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L95"
|
|
5032
5265
|
}
|
|
5033
5266
|
],
|
|
5034
5267
|
"signatures": [
|
|
5035
5268
|
{
|
|
5036
|
-
"id":
|
|
5269
|
+
"id": 422,
|
|
5037
5270
|
"name": "getMessageText",
|
|
5038
5271
|
"variant": "signature",
|
|
5039
5272
|
"kind": 4096,
|
|
@@ -5051,7 +5284,7 @@
|
|
|
5051
5284
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5052
5285
|
"line": 95,
|
|
5053
5286
|
"character": 15,
|
|
5054
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5287
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L95"
|
|
5055
5288
|
}
|
|
5056
5289
|
],
|
|
5057
5290
|
"type": {
|
|
@@ -5074,7 +5307,7 @@
|
|
|
5074
5307
|
"decorators": []
|
|
5075
5308
|
},
|
|
5076
5309
|
{
|
|
5077
|
-
"id":
|
|
5310
|
+
"id": 423,
|
|
5078
5311
|
"name": "getType",
|
|
5079
5312
|
"variant": "declaration",
|
|
5080
5313
|
"kind": 2048,
|
|
@@ -5086,12 +5319,12 @@
|
|
|
5086
5319
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5087
5320
|
"line": 102,
|
|
5088
5321
|
"character": 15,
|
|
5089
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5322
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L102"
|
|
5090
5323
|
}
|
|
5091
5324
|
],
|
|
5092
5325
|
"signatures": [
|
|
5093
5326
|
{
|
|
5094
|
-
"id":
|
|
5327
|
+
"id": 424,
|
|
5095
5328
|
"name": "getType",
|
|
5096
5329
|
"variant": "signature",
|
|
5097
5330
|
"kind": 4096,
|
|
@@ -5109,7 +5342,7 @@
|
|
|
5109
5342
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5110
5343
|
"line": 102,
|
|
5111
5344
|
"character": 15,
|
|
5112
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5345
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L102"
|
|
5113
5346
|
}
|
|
5114
5347
|
],
|
|
5115
5348
|
"type": {
|
|
@@ -5134,7 +5367,7 @@
|
|
|
5134
5367
|
"decorators": []
|
|
5135
5368
|
},
|
|
5136
5369
|
{
|
|
5137
|
-
"id":
|
|
5370
|
+
"id": 434,
|
|
5138
5371
|
"name": "host",
|
|
5139
5372
|
"variant": "declaration",
|
|
5140
5373
|
"kind": 2048,
|
|
@@ -5148,7 +5381,7 @@
|
|
|
5148
5381
|
],
|
|
5149
5382
|
"signatures": [
|
|
5150
5383
|
{
|
|
5151
|
-
"id":
|
|
5384
|
+
"id": 435,
|
|
5152
5385
|
"name": "host",
|
|
5153
5386
|
"variant": "signature",
|
|
5154
5387
|
"kind": 4096,
|
|
@@ -5218,7 +5451,7 @@
|
|
|
5218
5451
|
}
|
|
5219
5452
|
},
|
|
5220
5453
|
{
|
|
5221
|
-
"id":
|
|
5454
|
+
"id": 425,
|
|
5222
5455
|
"name": "isWhiteSpacePreserved",
|
|
5223
5456
|
"variant": "declaration",
|
|
5224
5457
|
"kind": 2048,
|
|
@@ -5230,12 +5463,12 @@
|
|
|
5230
5463
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5231
5464
|
"line": 114,
|
|
5232
5465
|
"character": 15,
|
|
5233
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5466
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L114"
|
|
5234
5467
|
}
|
|
5235
5468
|
],
|
|
5236
5469
|
"signatures": [
|
|
5237
5470
|
{
|
|
5238
|
-
"id":
|
|
5471
|
+
"id": 426,
|
|
5239
5472
|
"name": "isWhiteSpacePreserved",
|
|
5240
5473
|
"variant": "signature",
|
|
5241
5474
|
"kind": 4096,
|
|
@@ -5253,7 +5486,7 @@
|
|
|
5253
5486
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5254
5487
|
"line": 114,
|
|
5255
5488
|
"character": 15,
|
|
5256
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5489
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L114"
|
|
5257
5490
|
}
|
|
5258
5491
|
],
|
|
5259
5492
|
"type": {
|
|
@@ -5280,26 +5513,26 @@
|
|
|
5280
5513
|
{
|
|
5281
5514
|
"title": "Constructors",
|
|
5282
5515
|
"children": [
|
|
5283
|
-
|
|
5516
|
+
404
|
|
5284
5517
|
]
|
|
5285
5518
|
},
|
|
5286
5519
|
{
|
|
5287
5520
|
"title": "Properties",
|
|
5288
5521
|
"children": [
|
|
5289
|
-
|
|
5522
|
+
398
|
|
5290
5523
|
]
|
|
5291
5524
|
},
|
|
5292
5525
|
{
|
|
5293
5526
|
"title": "Methods",
|
|
5294
5527
|
"children": [
|
|
5295
|
-
|
|
5296
|
-
410,
|
|
5297
|
-
412,
|
|
5528
|
+
411,
|
|
5298
5529
|
414,
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5530
|
+
416,
|
|
5531
|
+
418,
|
|
5532
|
+
421,
|
|
5533
|
+
423,
|
|
5534
|
+
434,
|
|
5535
|
+
425
|
|
5303
5536
|
]
|
|
5304
5537
|
}
|
|
5305
5538
|
],
|
|
@@ -5308,7 +5541,7 @@
|
|
|
5308
5541
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5309
5542
|
"line": 11,
|
|
5310
5543
|
"character": 13,
|
|
5311
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5544
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-harness.ts#L11"
|
|
5312
5545
|
}
|
|
5313
5546
|
],
|
|
5314
5547
|
"extendedTypes": [
|
|
@@ -5325,7 +5558,7 @@
|
|
|
5325
5558
|
"decorators": []
|
|
5326
5559
|
},
|
|
5327
5560
|
{
|
|
5328
|
-
"id":
|
|
5561
|
+
"id": 454,
|
|
5329
5562
|
"name": "SkyConfirmTestingController",
|
|
5330
5563
|
"variant": "declaration",
|
|
5331
5564
|
"kind": 128,
|
|
@@ -5342,7 +5575,7 @@
|
|
|
5342
5575
|
},
|
|
5343
5576
|
"children": [
|
|
5344
5577
|
{
|
|
5345
|
-
"id":
|
|
5578
|
+
"id": 457,
|
|
5346
5579
|
"name": "cancel",
|
|
5347
5580
|
"variant": "declaration",
|
|
5348
5581
|
"kind": 2048,
|
|
@@ -5355,12 +5588,12 @@
|
|
|
5355
5588
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5356
5589
|
"line": 12,
|
|
5357
5590
|
"character": 18,
|
|
5358
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5591
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L12"
|
|
5359
5592
|
}
|
|
5360
5593
|
],
|
|
5361
5594
|
"signatures": [
|
|
5362
5595
|
{
|
|
5363
|
-
"id":
|
|
5596
|
+
"id": 458,
|
|
5364
5597
|
"name": "cancel",
|
|
5365
5598
|
"variant": "signature",
|
|
5366
5599
|
"kind": 4096,
|
|
@@ -5378,7 +5611,7 @@
|
|
|
5378
5611
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5379
5612
|
"line": 12,
|
|
5380
5613
|
"character": 18,
|
|
5381
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5614
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L12"
|
|
5382
5615
|
}
|
|
5383
5616
|
],
|
|
5384
5617
|
"type": {
|
|
@@ -5390,7 +5623,7 @@
|
|
|
5390
5623
|
"decorators": []
|
|
5391
5624
|
},
|
|
5392
5625
|
{
|
|
5393
|
-
"id":
|
|
5626
|
+
"id": 464,
|
|
5394
5627
|
"name": "close",
|
|
5395
5628
|
"variant": "declaration",
|
|
5396
5629
|
"kind": 2048,
|
|
@@ -5403,12 +5636,12 @@
|
|
|
5403
5636
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5404
5637
|
"line": 25,
|
|
5405
5638
|
"character": 18,
|
|
5406
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5639
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L25"
|
|
5407
5640
|
}
|
|
5408
5641
|
],
|
|
5409
5642
|
"signatures": [
|
|
5410
5643
|
{
|
|
5411
|
-
"id":
|
|
5644
|
+
"id": 465,
|
|
5412
5645
|
"name": "close",
|
|
5413
5646
|
"variant": "signature",
|
|
5414
5647
|
"kind": 4096,
|
|
@@ -5426,12 +5659,12 @@
|
|
|
5426
5659
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5427
5660
|
"line": 25,
|
|
5428
5661
|
"character": 18,
|
|
5429
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5662
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L25"
|
|
5430
5663
|
}
|
|
5431
5664
|
],
|
|
5432
5665
|
"parameters": [
|
|
5433
5666
|
{
|
|
5434
|
-
"id":
|
|
5667
|
+
"id": 466,
|
|
5435
5668
|
"name": "args",
|
|
5436
5669
|
"variant": "param",
|
|
5437
5670
|
"kind": 32768,
|
|
@@ -5453,7 +5686,7 @@
|
|
|
5453
5686
|
"decorators": []
|
|
5454
5687
|
},
|
|
5455
5688
|
{
|
|
5456
|
-
"id":
|
|
5689
|
+
"id": 459,
|
|
5457
5690
|
"name": "expectNone",
|
|
5458
5691
|
"variant": "declaration",
|
|
5459
5692
|
"kind": 2048,
|
|
@@ -5466,12 +5699,12 @@
|
|
|
5466
5699
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5467
5700
|
"line": 16,
|
|
5468
5701
|
"character": 18,
|
|
5469
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5702
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L16"
|
|
5470
5703
|
}
|
|
5471
5704
|
],
|
|
5472
5705
|
"signatures": [
|
|
5473
5706
|
{
|
|
5474
|
-
"id":
|
|
5707
|
+
"id": 460,
|
|
5475
5708
|
"name": "expectNone",
|
|
5476
5709
|
"variant": "signature",
|
|
5477
5710
|
"kind": 4096,
|
|
@@ -5489,7 +5722,7 @@
|
|
|
5489
5722
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5490
5723
|
"line": 16,
|
|
5491
5724
|
"character": 18,
|
|
5492
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5725
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L16"
|
|
5493
5726
|
}
|
|
5494
5727
|
],
|
|
5495
5728
|
"type": {
|
|
@@ -5501,7 +5734,7 @@
|
|
|
5501
5734
|
"decorators": []
|
|
5502
5735
|
},
|
|
5503
5736
|
{
|
|
5504
|
-
"id":
|
|
5737
|
+
"id": 461,
|
|
5505
5738
|
"name": "expectOpen",
|
|
5506
5739
|
"variant": "declaration",
|
|
5507
5740
|
"kind": 2048,
|
|
@@ -5514,12 +5747,12 @@
|
|
|
5514
5747
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5515
5748
|
"line": 21,
|
|
5516
5749
|
"character": 18,
|
|
5517
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5750
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L21"
|
|
5518
5751
|
}
|
|
5519
5752
|
],
|
|
5520
5753
|
"signatures": [
|
|
5521
5754
|
{
|
|
5522
|
-
"id":
|
|
5755
|
+
"id": 462,
|
|
5523
5756
|
"name": "expectOpen",
|
|
5524
5757
|
"variant": "signature",
|
|
5525
5758
|
"kind": 4096,
|
|
@@ -5537,12 +5770,12 @@
|
|
|
5537
5770
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5538
5771
|
"line": 21,
|
|
5539
5772
|
"character": 18,
|
|
5540
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5773
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L21"
|
|
5541
5774
|
}
|
|
5542
5775
|
],
|
|
5543
5776
|
"parameters": [
|
|
5544
5777
|
{
|
|
5545
|
-
"id":
|
|
5778
|
+
"id": 463,
|
|
5546
5779
|
"name": "config",
|
|
5547
5780
|
"variant": "param",
|
|
5548
5781
|
"kind": 32768,
|
|
@@ -5564,7 +5797,7 @@
|
|
|
5564
5797
|
"decorators": []
|
|
5565
5798
|
},
|
|
5566
5799
|
{
|
|
5567
|
-
"id":
|
|
5800
|
+
"id": 467,
|
|
5568
5801
|
"name": "ok",
|
|
5569
5802
|
"variant": "declaration",
|
|
5570
5803
|
"kind": 2048,
|
|
@@ -5577,12 +5810,12 @@
|
|
|
5577
5810
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5578
5811
|
"line": 29,
|
|
5579
5812
|
"character": 18,
|
|
5580
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5813
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L29"
|
|
5581
5814
|
}
|
|
5582
5815
|
],
|
|
5583
5816
|
"signatures": [
|
|
5584
5817
|
{
|
|
5585
|
-
"id":
|
|
5818
|
+
"id": 468,
|
|
5586
5819
|
"name": "ok",
|
|
5587
5820
|
"variant": "signature",
|
|
5588
5821
|
"kind": 4096,
|
|
@@ -5600,7 +5833,7 @@
|
|
|
5600
5833
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5601
5834
|
"line": 29,
|
|
5602
5835
|
"character": 18,
|
|
5603
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5836
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L29"
|
|
5604
5837
|
}
|
|
5605
5838
|
],
|
|
5606
5839
|
"type": {
|
|
@@ -5616,17 +5849,17 @@
|
|
|
5616
5849
|
{
|
|
5617
5850
|
"title": "Constructors",
|
|
5618
5851
|
"children": [
|
|
5619
|
-
|
|
5852
|
+
455
|
|
5620
5853
|
]
|
|
5621
5854
|
},
|
|
5622
5855
|
{
|
|
5623
5856
|
"title": "Methods",
|
|
5624
5857
|
"children": [
|
|
5625
|
-
453,
|
|
5626
|
-
460,
|
|
5627
|
-
455,
|
|
5628
5858
|
457,
|
|
5629
|
-
|
|
5859
|
+
464,
|
|
5860
|
+
459,
|
|
5861
|
+
461,
|
|
5862
|
+
467
|
|
5630
5863
|
]
|
|
5631
5864
|
}
|
|
5632
5865
|
],
|
|
@@ -5635,13 +5868,13 @@
|
|
|
5635
5868
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5636
5869
|
"line": 8,
|
|
5637
5870
|
"character": 22,
|
|
5638
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5871
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L8"
|
|
5639
5872
|
}
|
|
5640
5873
|
],
|
|
5641
5874
|
"decorators": []
|
|
5642
5875
|
},
|
|
5643
5876
|
{
|
|
5644
|
-
"id":
|
|
5877
|
+
"id": 469,
|
|
5645
5878
|
"name": "SkyConfirmTestingModule",
|
|
5646
5879
|
"variant": "declaration",
|
|
5647
5880
|
"kind": 128,
|
|
@@ -5675,7 +5908,7 @@
|
|
|
5675
5908
|
{
|
|
5676
5909
|
"title": "Constructors",
|
|
5677
5910
|
"children": [
|
|
5678
|
-
|
|
5911
|
+
470
|
|
5679
5912
|
]
|
|
5680
5913
|
}
|
|
5681
5914
|
],
|
|
@@ -5684,7 +5917,7 @@
|
|
|
5684
5917
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.module.ts",
|
|
5685
5918
|
"line": 11,
|
|
5686
5919
|
"character": 13,
|
|
5687
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5920
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-testing.module.ts#L11"
|
|
5688
5921
|
}
|
|
5689
5922
|
],
|
|
5690
5923
|
"decorators": [
|
|
@@ -5697,7 +5930,7 @@
|
|
|
5697
5930
|
]
|
|
5698
5931
|
},
|
|
5699
5932
|
{
|
|
5700
|
-
"id":
|
|
5933
|
+
"id": 490,
|
|
5701
5934
|
"name": "SkyModalHarness",
|
|
5702
5935
|
"variant": "declaration",
|
|
5703
5936
|
"kind": 128,
|
|
@@ -5712,7 +5945,7 @@
|
|
|
5712
5945
|
},
|
|
5713
5946
|
"children": [
|
|
5714
5947
|
{
|
|
5715
|
-
"id":
|
|
5948
|
+
"id": 500,
|
|
5716
5949
|
"name": "constructor",
|
|
5717
5950
|
"variant": "declaration",
|
|
5718
5951
|
"kind": 512,
|
|
@@ -5726,7 +5959,7 @@
|
|
|
5726
5959
|
],
|
|
5727
5960
|
"signatures": [
|
|
5728
5961
|
{
|
|
5729
|
-
"id":
|
|
5962
|
+
"id": 501,
|
|
5730
5963
|
"name": "new SkyModalHarness",
|
|
5731
5964
|
"variant": "signature",
|
|
5732
5965
|
"kind": 16384,
|
|
@@ -5740,7 +5973,7 @@
|
|
|
5740
5973
|
],
|
|
5741
5974
|
"parameters": [
|
|
5742
5975
|
{
|
|
5743
|
-
"id":
|
|
5976
|
+
"id": 502,
|
|
5744
5977
|
"name": "locatorFactory",
|
|
5745
5978
|
"variant": "param",
|
|
5746
5979
|
"kind": 32768,
|
|
@@ -5758,7 +5991,7 @@
|
|
|
5758
5991
|
],
|
|
5759
5992
|
"type": {
|
|
5760
5993
|
"type": "reference",
|
|
5761
|
-
"target":
|
|
5994
|
+
"target": 490,
|
|
5762
5995
|
"name": "SkyModalHarness",
|
|
5763
5996
|
"package": "@skyux/modals"
|
|
5764
5997
|
},
|
|
@@ -5776,7 +6009,65 @@
|
|
|
5776
6009
|
}
|
|
5777
6010
|
},
|
|
5778
6011
|
{
|
|
5779
|
-
"id":
|
|
6012
|
+
"id": 506,
|
|
6013
|
+
"name": "clickHelpInline",
|
|
6014
|
+
"variant": "declaration",
|
|
6015
|
+
"kind": 2048,
|
|
6016
|
+
"flags": {
|
|
6017
|
+
"isPublic": true
|
|
6018
|
+
},
|
|
6019
|
+
"sources": [
|
|
6020
|
+
{
|
|
6021
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6022
|
+
"line": 34,
|
|
6023
|
+
"character": 15,
|
|
6024
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L34"
|
|
6025
|
+
}
|
|
6026
|
+
],
|
|
6027
|
+
"signatures": [
|
|
6028
|
+
{
|
|
6029
|
+
"id": 507,
|
|
6030
|
+
"name": "clickHelpInline",
|
|
6031
|
+
"variant": "signature",
|
|
6032
|
+
"kind": 4096,
|
|
6033
|
+
"flags": {},
|
|
6034
|
+
"comment": {
|
|
6035
|
+
"summary": [
|
|
6036
|
+
{
|
|
6037
|
+
"kind": "text",
|
|
6038
|
+
"text": "Clicks the help inline button."
|
|
6039
|
+
}
|
|
6040
|
+
]
|
|
6041
|
+
},
|
|
6042
|
+
"sources": [
|
|
6043
|
+
{
|
|
6044
|
+
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6045
|
+
"line": 34,
|
|
6046
|
+
"character": 15,
|
|
6047
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L34"
|
|
6048
|
+
}
|
|
6049
|
+
],
|
|
6050
|
+
"type": {
|
|
6051
|
+
"type": "reference",
|
|
6052
|
+
"target": {
|
|
6053
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6054
|
+
"qualifiedName": "Promise"
|
|
6055
|
+
},
|
|
6056
|
+
"typeArguments": [
|
|
6057
|
+
{
|
|
6058
|
+
"type": "intrinsic",
|
|
6059
|
+
"name": "void"
|
|
6060
|
+
}
|
|
6061
|
+
],
|
|
6062
|
+
"name": "Promise",
|
|
6063
|
+
"package": "typescript"
|
|
6064
|
+
}
|
|
6065
|
+
}
|
|
6066
|
+
],
|
|
6067
|
+
"decorators": []
|
|
6068
|
+
},
|
|
6069
|
+
{
|
|
6070
|
+
"id": 508,
|
|
5780
6071
|
"name": "getAriaDescribedBy",
|
|
5781
6072
|
"variant": "declaration",
|
|
5782
6073
|
"kind": 2048,
|
|
@@ -5786,14 +6077,14 @@
|
|
|
5786
6077
|
"sources": [
|
|
5787
6078
|
{
|
|
5788
6079
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5789
|
-
"line":
|
|
6080
|
+
"line": 42,
|
|
5790
6081
|
"character": 15,
|
|
5791
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6082
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L42"
|
|
5792
6083
|
}
|
|
5793
6084
|
],
|
|
5794
6085
|
"signatures": [
|
|
5795
6086
|
{
|
|
5796
|
-
"id":
|
|
6087
|
+
"id": 509,
|
|
5797
6088
|
"name": "getAriaDescribedBy",
|
|
5798
6089
|
"variant": "signature",
|
|
5799
6090
|
"kind": 4096,
|
|
@@ -5802,16 +6093,22 @@
|
|
|
5802
6093
|
"summary": [
|
|
5803
6094
|
{
|
|
5804
6095
|
"kind": "text",
|
|
5805
|
-
"text": "Gets the aria-describedBy property of the modal"
|
|
6096
|
+
"text": "Gets the aria-describedBy property of the modal."
|
|
6097
|
+
}
|
|
6098
|
+
],
|
|
6099
|
+
"blockTags": [
|
|
6100
|
+
{
|
|
6101
|
+
"tag": "@deprecated",
|
|
6102
|
+
"content": []
|
|
5806
6103
|
}
|
|
5807
6104
|
]
|
|
5808
6105
|
},
|
|
5809
6106
|
"sources": [
|
|
5810
6107
|
{
|
|
5811
6108
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5812
|
-
"line":
|
|
6109
|
+
"line": 42,
|
|
5813
6110
|
"character": 15,
|
|
5814
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6111
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L42"
|
|
5815
6112
|
}
|
|
5816
6113
|
],
|
|
5817
6114
|
"type": {
|
|
@@ -5834,7 +6131,7 @@
|
|
|
5834
6131
|
"decorators": []
|
|
5835
6132
|
},
|
|
5836
6133
|
{
|
|
5837
|
-
"id":
|
|
6134
|
+
"id": 510,
|
|
5838
6135
|
"name": "getAriaLabelledBy",
|
|
5839
6136
|
"variant": "declaration",
|
|
5840
6137
|
"kind": 2048,
|
|
@@ -5844,14 +6141,14 @@
|
|
|
5844
6141
|
"sources": [
|
|
5845
6142
|
{
|
|
5846
6143
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5847
|
-
"line":
|
|
6144
|
+
"line": 50,
|
|
5848
6145
|
"character": 15,
|
|
5849
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6146
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L50"
|
|
5850
6147
|
}
|
|
5851
6148
|
],
|
|
5852
6149
|
"signatures": [
|
|
5853
6150
|
{
|
|
5854
|
-
"id":
|
|
6151
|
+
"id": 511,
|
|
5855
6152
|
"name": "getAriaLabelledBy",
|
|
5856
6153
|
"variant": "signature",
|
|
5857
6154
|
"kind": 4096,
|
|
@@ -5860,16 +6157,22 @@
|
|
|
5860
6157
|
"summary": [
|
|
5861
6158
|
{
|
|
5862
6159
|
"kind": "text",
|
|
5863
|
-
"text": "Gets the aria-labelledBy property of the modal"
|
|
6160
|
+
"text": "Gets the aria-labelledBy property of the modal."
|
|
6161
|
+
}
|
|
6162
|
+
],
|
|
6163
|
+
"blockTags": [
|
|
6164
|
+
{
|
|
6165
|
+
"tag": "@deprecated",
|
|
6166
|
+
"content": []
|
|
5864
6167
|
}
|
|
5865
6168
|
]
|
|
5866
6169
|
},
|
|
5867
6170
|
"sources": [
|
|
5868
6171
|
{
|
|
5869
6172
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5870
|
-
"line":
|
|
6173
|
+
"line": 50,
|
|
5871
6174
|
"character": 15,
|
|
5872
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6175
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L50"
|
|
5873
6176
|
}
|
|
5874
6177
|
],
|
|
5875
6178
|
"type": {
|
|
@@ -5892,8 +6195,202 @@
|
|
|
5892
6195
|
"decorators": []
|
|
5893
6196
|
},
|
|
5894
6197
|
{
|
|
5895
|
-
"id":
|
|
5896
|
-
"name": "getAriaRole",
|
|
6198
|
+
"id": 512,
|
|
6199
|
+
"name": "getAriaRole",
|
|
6200
|
+
"variant": "declaration",
|
|
6201
|
+
"kind": 2048,
|
|
6202
|
+
"flags": {
|
|
6203
|
+
"isPublic": true
|
|
6204
|
+
},
|
|
6205
|
+
"sources": [
|
|
6206
|
+
{
|
|
6207
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6208
|
+
"line": 57,
|
|
6209
|
+
"character": 15,
|
|
6210
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L57"
|
|
6211
|
+
}
|
|
6212
|
+
],
|
|
6213
|
+
"signatures": [
|
|
6214
|
+
{
|
|
6215
|
+
"id": 513,
|
|
6216
|
+
"name": "getAriaRole",
|
|
6217
|
+
"variant": "signature",
|
|
6218
|
+
"kind": 4096,
|
|
6219
|
+
"flags": {},
|
|
6220
|
+
"comment": {
|
|
6221
|
+
"summary": [
|
|
6222
|
+
{
|
|
6223
|
+
"kind": "text",
|
|
6224
|
+
"text": "Gets the role of the modal."
|
|
6225
|
+
}
|
|
6226
|
+
]
|
|
6227
|
+
},
|
|
6228
|
+
"sources": [
|
|
6229
|
+
{
|
|
6230
|
+
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6231
|
+
"line": 57,
|
|
6232
|
+
"character": 15,
|
|
6233
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L57"
|
|
6234
|
+
}
|
|
6235
|
+
],
|
|
6236
|
+
"type": {
|
|
6237
|
+
"type": "reference",
|
|
6238
|
+
"target": {
|
|
6239
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6240
|
+
"qualifiedName": "Promise"
|
|
6241
|
+
},
|
|
6242
|
+
"typeArguments": [
|
|
6243
|
+
{
|
|
6244
|
+
"type": "intrinsic",
|
|
6245
|
+
"name": "string"
|
|
6246
|
+
}
|
|
6247
|
+
],
|
|
6248
|
+
"name": "Promise",
|
|
6249
|
+
"package": "typescript"
|
|
6250
|
+
}
|
|
6251
|
+
}
|
|
6252
|
+
],
|
|
6253
|
+
"decorators": []
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"id": 514,
|
|
6257
|
+
"name": "getHeadingText",
|
|
6258
|
+
"variant": "declaration",
|
|
6259
|
+
"kind": 2048,
|
|
6260
|
+
"flags": {
|
|
6261
|
+
"isPublic": true
|
|
6262
|
+
},
|
|
6263
|
+
"sources": [
|
|
6264
|
+
{
|
|
6265
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6266
|
+
"line": 64,
|
|
6267
|
+
"character": 15,
|
|
6268
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L64"
|
|
6269
|
+
}
|
|
6270
|
+
],
|
|
6271
|
+
"signatures": [
|
|
6272
|
+
{
|
|
6273
|
+
"id": 515,
|
|
6274
|
+
"name": "getHeadingText",
|
|
6275
|
+
"variant": "signature",
|
|
6276
|
+
"kind": 4096,
|
|
6277
|
+
"flags": {},
|
|
6278
|
+
"comment": {
|
|
6279
|
+
"summary": [
|
|
6280
|
+
{
|
|
6281
|
+
"kind": "text",
|
|
6282
|
+
"text": "Gets the modal's heading text."
|
|
6283
|
+
}
|
|
6284
|
+
]
|
|
6285
|
+
},
|
|
6286
|
+
"sources": [
|
|
6287
|
+
{
|
|
6288
|
+
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6289
|
+
"line": 64,
|
|
6290
|
+
"character": 15,
|
|
6291
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L64"
|
|
6292
|
+
}
|
|
6293
|
+
],
|
|
6294
|
+
"type": {
|
|
6295
|
+
"type": "reference",
|
|
6296
|
+
"target": {
|
|
6297
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6298
|
+
"qualifiedName": "Promise"
|
|
6299
|
+
},
|
|
6300
|
+
"typeArguments": [
|
|
6301
|
+
{
|
|
6302
|
+
"type": "intrinsic",
|
|
6303
|
+
"name": "string"
|
|
6304
|
+
}
|
|
6305
|
+
],
|
|
6306
|
+
"name": "Promise",
|
|
6307
|
+
"package": "typescript"
|
|
6308
|
+
}
|
|
6309
|
+
}
|
|
6310
|
+
],
|
|
6311
|
+
"decorators": []
|
|
6312
|
+
},
|
|
6313
|
+
{
|
|
6314
|
+
"id": 516,
|
|
6315
|
+
"name": "getHelpPopoverContent",
|
|
6316
|
+
"variant": "declaration",
|
|
6317
|
+
"kind": 2048,
|
|
6318
|
+
"flags": {
|
|
6319
|
+
"isPublic": true
|
|
6320
|
+
},
|
|
6321
|
+
"sources": [
|
|
6322
|
+
{
|
|
6323
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6324
|
+
"line": 71,
|
|
6325
|
+
"character": 15,
|
|
6326
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L71"
|
|
6327
|
+
}
|
|
6328
|
+
],
|
|
6329
|
+
"signatures": [
|
|
6330
|
+
{
|
|
6331
|
+
"id": 517,
|
|
6332
|
+
"name": "getHelpPopoverContent",
|
|
6333
|
+
"variant": "signature",
|
|
6334
|
+
"kind": 4096,
|
|
6335
|
+
"flags": {},
|
|
6336
|
+
"comment": {
|
|
6337
|
+
"summary": [
|
|
6338
|
+
{
|
|
6339
|
+
"kind": "text",
|
|
6340
|
+
"text": "Gets the help popover content."
|
|
6341
|
+
}
|
|
6342
|
+
]
|
|
6343
|
+
},
|
|
6344
|
+
"sources": [
|
|
6345
|
+
{
|
|
6346
|
+
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6347
|
+
"line": 71,
|
|
6348
|
+
"character": 15,
|
|
6349
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L71"
|
|
6350
|
+
}
|
|
6351
|
+
],
|
|
6352
|
+
"type": {
|
|
6353
|
+
"type": "reference",
|
|
6354
|
+
"target": {
|
|
6355
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6356
|
+
"qualifiedName": "Promise"
|
|
6357
|
+
},
|
|
6358
|
+
"typeArguments": [
|
|
6359
|
+
{
|
|
6360
|
+
"type": "union",
|
|
6361
|
+
"types": [
|
|
6362
|
+
{
|
|
6363
|
+
"type": "intrinsic",
|
|
6364
|
+
"name": "string"
|
|
6365
|
+
},
|
|
6366
|
+
{
|
|
6367
|
+
"type": "reference",
|
|
6368
|
+
"target": {
|
|
6369
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
6370
|
+
"qualifiedName": "TemplateRef"
|
|
6371
|
+
},
|
|
6372
|
+
"typeArguments": [
|
|
6373
|
+
{
|
|
6374
|
+
"type": "intrinsic",
|
|
6375
|
+
"name": "unknown"
|
|
6376
|
+
}
|
|
6377
|
+
],
|
|
6378
|
+
"name": "TemplateRef",
|
|
6379
|
+
"package": "@angular/core"
|
|
6380
|
+
}
|
|
6381
|
+
]
|
|
6382
|
+
}
|
|
6383
|
+
],
|
|
6384
|
+
"name": "Promise",
|
|
6385
|
+
"package": "typescript"
|
|
6386
|
+
}
|
|
6387
|
+
}
|
|
6388
|
+
],
|
|
6389
|
+
"decorators": []
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"id": 518,
|
|
6393
|
+
"name": "getHelpPopoverTitle",
|
|
5897
6394
|
"variant": "declaration",
|
|
5898
6395
|
"kind": 2048,
|
|
5899
6396
|
"flags": {
|
|
@@ -5902,15 +6399,15 @@
|
|
|
5902
6399
|
"sources": [
|
|
5903
6400
|
{
|
|
5904
6401
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5905
|
-
"line":
|
|
6402
|
+
"line": 80,
|
|
5906
6403
|
"character": 15,
|
|
5907
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6404
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L80"
|
|
5908
6405
|
}
|
|
5909
6406
|
],
|
|
5910
6407
|
"signatures": [
|
|
5911
6408
|
{
|
|
5912
|
-
"id":
|
|
5913
|
-
"name": "
|
|
6409
|
+
"id": 519,
|
|
6410
|
+
"name": "getHelpPopoverTitle",
|
|
5914
6411
|
"variant": "signature",
|
|
5915
6412
|
"kind": 4096,
|
|
5916
6413
|
"flags": {},
|
|
@@ -5918,16 +6415,16 @@
|
|
|
5918
6415
|
"summary": [
|
|
5919
6416
|
{
|
|
5920
6417
|
"kind": "text",
|
|
5921
|
-
"text": "Gets the
|
|
6418
|
+
"text": "Gets the help popover title."
|
|
5922
6419
|
}
|
|
5923
6420
|
]
|
|
5924
6421
|
},
|
|
5925
6422
|
"sources": [
|
|
5926
6423
|
{
|
|
5927
6424
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5928
|
-
"line":
|
|
6425
|
+
"line": 80,
|
|
5929
6426
|
"character": 15,
|
|
5930
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6427
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L80"
|
|
5931
6428
|
}
|
|
5932
6429
|
],
|
|
5933
6430
|
"type": {
|
|
@@ -5950,7 +6447,7 @@
|
|
|
5950
6447
|
"decorators": []
|
|
5951
6448
|
},
|
|
5952
6449
|
{
|
|
5953
|
-
"id":
|
|
6450
|
+
"id": 520,
|
|
5954
6451
|
"name": "getSize",
|
|
5955
6452
|
"variant": "declaration",
|
|
5956
6453
|
"kind": 2048,
|
|
@@ -5960,14 +6457,14 @@
|
|
|
5960
6457
|
"sources": [
|
|
5961
6458
|
{
|
|
5962
6459
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5963
|
-
"line":
|
|
6460
|
+
"line": 87,
|
|
5964
6461
|
"character": 15,
|
|
5965
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6462
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L87"
|
|
5966
6463
|
}
|
|
5967
6464
|
],
|
|
5968
6465
|
"signatures": [
|
|
5969
6466
|
{
|
|
5970
|
-
"id":
|
|
6467
|
+
"id": 521,
|
|
5971
6468
|
"name": "getSize",
|
|
5972
6469
|
"variant": "signature",
|
|
5973
6470
|
"kind": 4096,
|
|
@@ -5983,9 +6480,9 @@
|
|
|
5983
6480
|
"sources": [
|
|
5984
6481
|
{
|
|
5985
6482
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5986
|
-
"line":
|
|
6483
|
+
"line": 87,
|
|
5987
6484
|
"character": 15,
|
|
5988
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6485
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L87"
|
|
5989
6486
|
}
|
|
5990
6487
|
],
|
|
5991
6488
|
"type": {
|
|
@@ -6008,7 +6505,7 @@
|
|
|
6008
6505
|
"decorators": []
|
|
6009
6506
|
},
|
|
6010
6507
|
{
|
|
6011
|
-
"id":
|
|
6508
|
+
"id": 522,
|
|
6012
6509
|
"name": "getWrapperClass",
|
|
6013
6510
|
"variant": "declaration",
|
|
6014
6511
|
"kind": 2048,
|
|
@@ -6018,14 +6515,14 @@
|
|
|
6018
6515
|
"sources": [
|
|
6019
6516
|
{
|
|
6020
6517
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6021
|
-
"line":
|
|
6518
|
+
"line": 110,
|
|
6022
6519
|
"character": 15,
|
|
6023
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6520
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L110"
|
|
6024
6521
|
}
|
|
6025
6522
|
],
|
|
6026
6523
|
"signatures": [
|
|
6027
6524
|
{
|
|
6028
|
-
"id":
|
|
6525
|
+
"id": 523,
|
|
6029
6526
|
"name": "getWrapperClass",
|
|
6030
6527
|
"variant": "signature",
|
|
6031
6528
|
"kind": 4096,
|
|
@@ -6041,9 +6538,9 @@
|
|
|
6041
6538
|
"sources": [
|
|
6042
6539
|
{
|
|
6043
6540
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6044
|
-
"line":
|
|
6541
|
+
"line": 110,
|
|
6045
6542
|
"character": 15,
|
|
6046
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6543
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L110"
|
|
6047
6544
|
}
|
|
6048
6545
|
],
|
|
6049
6546
|
"type": {
|
|
@@ -6066,7 +6563,7 @@
|
|
|
6066
6563
|
"decorators": []
|
|
6067
6564
|
},
|
|
6068
6565
|
{
|
|
6069
|
-
"id":
|
|
6566
|
+
"id": 533,
|
|
6070
6567
|
"name": "host",
|
|
6071
6568
|
"variant": "declaration",
|
|
6072
6569
|
"kind": 2048,
|
|
@@ -6080,7 +6577,7 @@
|
|
|
6080
6577
|
],
|
|
6081
6578
|
"signatures": [
|
|
6082
6579
|
{
|
|
6083
|
-
"id":
|
|
6580
|
+
"id": 534,
|
|
6084
6581
|
"name": "host",
|
|
6085
6582
|
"variant": "signature",
|
|
6086
6583
|
"kind": 4096,
|
|
@@ -6150,7 +6647,7 @@
|
|
|
6150
6647
|
}
|
|
6151
6648
|
},
|
|
6152
6649
|
{
|
|
6153
|
-
"id":
|
|
6650
|
+
"id": 526,
|
|
6154
6651
|
"name": "isDirty",
|
|
6155
6652
|
"variant": "declaration",
|
|
6156
6653
|
"kind": 2048,
|
|
@@ -6160,14 +6657,14 @@
|
|
|
6160
6657
|
"sources": [
|
|
6161
6658
|
{
|
|
6162
6659
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6163
|
-
"line":
|
|
6660
|
+
"line": 125,
|
|
6164
6661
|
"character": 15,
|
|
6165
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6662
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L125"
|
|
6166
6663
|
}
|
|
6167
6664
|
],
|
|
6168
6665
|
"signatures": [
|
|
6169
6666
|
{
|
|
6170
|
-
"id":
|
|
6667
|
+
"id": 527,
|
|
6171
6668
|
"name": "isDirty",
|
|
6172
6669
|
"variant": "signature",
|
|
6173
6670
|
"kind": 4096,
|
|
@@ -6192,9 +6689,9 @@
|
|
|
6192
6689
|
"sources": [
|
|
6193
6690
|
{
|
|
6194
6691
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6195
|
-
"line":
|
|
6692
|
+
"line": 125,
|
|
6196
6693
|
"character": 15,
|
|
6197
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6694
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L125"
|
|
6198
6695
|
}
|
|
6199
6696
|
],
|
|
6200
6697
|
"type": {
|
|
@@ -6217,7 +6714,7 @@
|
|
|
6217
6714
|
"decorators": []
|
|
6218
6715
|
},
|
|
6219
6716
|
{
|
|
6220
|
-
"id":
|
|
6717
|
+
"id": 524,
|
|
6221
6718
|
"name": "isFullPage",
|
|
6222
6719
|
"variant": "declaration",
|
|
6223
6720
|
"kind": 2048,
|
|
@@ -6227,14 +6724,14 @@
|
|
|
6227
6724
|
"sources": [
|
|
6228
6725
|
{
|
|
6229
6726
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6230
|
-
"line":
|
|
6727
|
+
"line": 117,
|
|
6231
6728
|
"character": 15,
|
|
6232
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6729
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L117"
|
|
6233
6730
|
}
|
|
6234
6731
|
],
|
|
6235
6732
|
"signatures": [
|
|
6236
6733
|
{
|
|
6237
|
-
"id":
|
|
6734
|
+
"id": 525,
|
|
6238
6735
|
"name": "isFullPage",
|
|
6239
6736
|
"variant": "signature",
|
|
6240
6737
|
"kind": 4096,
|
|
@@ -6250,9 +6747,9 @@
|
|
|
6250
6747
|
"sources": [
|
|
6251
6748
|
{
|
|
6252
6749
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6253
|
-
"line":
|
|
6750
|
+
"line": 117,
|
|
6254
6751
|
"character": 15,
|
|
6255
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6752
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L117"
|
|
6256
6753
|
}
|
|
6257
6754
|
],
|
|
6258
6755
|
"type": {
|
|
@@ -6275,7 +6772,7 @@
|
|
|
6275
6772
|
"decorators": []
|
|
6276
6773
|
},
|
|
6277
6774
|
{
|
|
6278
|
-
"id":
|
|
6775
|
+
"id": 492,
|
|
6279
6776
|
"name": "with",
|
|
6280
6777
|
"variant": "declaration",
|
|
6281
6778
|
"kind": 2048,
|
|
@@ -6286,14 +6783,14 @@
|
|
|
6286
6783
|
"sources": [
|
|
6287
6784
|
{
|
|
6288
6785
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6289
|
-
"line":
|
|
6786
|
+
"line": 25,
|
|
6290
6787
|
"character": 16,
|
|
6291
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6788
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L25"
|
|
6292
6789
|
}
|
|
6293
6790
|
],
|
|
6294
6791
|
"signatures": [
|
|
6295
6792
|
{
|
|
6296
|
-
"id":
|
|
6793
|
+
"id": 493,
|
|
6297
6794
|
"name": "with",
|
|
6298
6795
|
"variant": "signature",
|
|
6299
6796
|
"kind": 4096,
|
|
@@ -6325,21 +6822,21 @@
|
|
|
6325
6822
|
"sources": [
|
|
6326
6823
|
{
|
|
6327
6824
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6328
|
-
"line":
|
|
6825
|
+
"line": 25,
|
|
6329
6826
|
"character": 16,
|
|
6330
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6827
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L25"
|
|
6331
6828
|
}
|
|
6332
6829
|
],
|
|
6333
6830
|
"parameters": [
|
|
6334
6831
|
{
|
|
6335
|
-
"id":
|
|
6832
|
+
"id": 494,
|
|
6336
6833
|
"name": "filters",
|
|
6337
6834
|
"variant": "param",
|
|
6338
6835
|
"kind": 32768,
|
|
6339
6836
|
"flags": {},
|
|
6340
6837
|
"type": {
|
|
6341
6838
|
"type": "reference",
|
|
6342
|
-
"target":
|
|
6839
|
+
"target": 553,
|
|
6343
6840
|
"name": "SkyModalHarnessFilters",
|
|
6344
6841
|
"package": "@skyux/modals"
|
|
6345
6842
|
}
|
|
@@ -6354,7 +6851,7 @@
|
|
|
6354
6851
|
"typeArguments": [
|
|
6355
6852
|
{
|
|
6356
6853
|
"type": "reference",
|
|
6357
|
-
"target":
|
|
6854
|
+
"target": 490,
|
|
6358
6855
|
"name": "SkyModalHarness",
|
|
6359
6856
|
"package": "@skyux/modals"
|
|
6360
6857
|
}
|
|
@@ -6371,30 +6868,34 @@
|
|
|
6371
6868
|
{
|
|
6372
6869
|
"title": "Constructors",
|
|
6373
6870
|
"children": [
|
|
6374
|
-
|
|
6871
|
+
500
|
|
6375
6872
|
]
|
|
6376
6873
|
},
|
|
6377
6874
|
{
|
|
6378
6875
|
"title": "Methods",
|
|
6379
6876
|
"children": [
|
|
6380
|
-
|
|
6381
|
-
|
|
6382
|
-
|
|
6383
|
-
|
|
6384
|
-
|
|
6877
|
+
506,
|
|
6878
|
+
508,
|
|
6879
|
+
510,
|
|
6880
|
+
512,
|
|
6881
|
+
514,
|
|
6882
|
+
516,
|
|
6385
6883
|
518,
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6884
|
+
520,
|
|
6885
|
+
522,
|
|
6886
|
+
533,
|
|
6887
|
+
526,
|
|
6888
|
+
524,
|
|
6889
|
+
492
|
|
6389
6890
|
]
|
|
6390
6891
|
}
|
|
6391
6892
|
],
|
|
6392
6893
|
"sources": [
|
|
6393
6894
|
{
|
|
6394
6895
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6395
|
-
"line":
|
|
6896
|
+
"line": 11,
|
|
6396
6897
|
"character": 13,
|
|
6397
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6898
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness.ts#L11"
|
|
6398
6899
|
}
|
|
6399
6900
|
],
|
|
6400
6901
|
"extendedTypes": [
|
|
@@ -6411,7 +6912,7 @@
|
|
|
6411
6912
|
"decorators": []
|
|
6412
6913
|
},
|
|
6413
6914
|
{
|
|
6414
|
-
"id":
|
|
6915
|
+
"id": 472,
|
|
6415
6916
|
"name": "SkyModalTestingController",
|
|
6416
6917
|
"variant": "declaration",
|
|
6417
6918
|
"kind": 128,
|
|
@@ -6436,7 +6937,7 @@
|
|
|
6436
6937
|
},
|
|
6437
6938
|
"children": [
|
|
6438
6939
|
{
|
|
6439
|
-
"id":
|
|
6940
|
+
"id": 475,
|
|
6440
6941
|
"name": "closeTopModal",
|
|
6441
6942
|
"variant": "declaration",
|
|
6442
6943
|
"kind": 2048,
|
|
@@ -6449,12 +6950,12 @@
|
|
|
6449
6950
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6450
6951
|
"line": 15,
|
|
6451
6952
|
"character": 18,
|
|
6452
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6953
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L15"
|
|
6453
6954
|
}
|
|
6454
6955
|
],
|
|
6455
6956
|
"signatures": [
|
|
6456
6957
|
{
|
|
6457
|
-
"id":
|
|
6958
|
+
"id": 476,
|
|
6458
6959
|
"name": "closeTopModal",
|
|
6459
6960
|
"variant": "signature",
|
|
6460
6961
|
"kind": 4096,
|
|
@@ -6472,12 +6973,12 @@
|
|
|
6472
6973
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6473
6974
|
"line": 15,
|
|
6474
6975
|
"character": 18,
|
|
6475
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6976
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L15"
|
|
6476
6977
|
}
|
|
6477
6978
|
],
|
|
6478
6979
|
"parameters": [
|
|
6479
6980
|
{
|
|
6480
|
-
"id":
|
|
6981
|
+
"id": 477,
|
|
6481
6982
|
"name": "args",
|
|
6482
6983
|
"variant": "param",
|
|
6483
6984
|
"kind": 32768,
|
|
@@ -6509,7 +7010,7 @@
|
|
|
6509
7010
|
"decorators": []
|
|
6510
7011
|
},
|
|
6511
7012
|
{
|
|
6512
|
-
"id":
|
|
7013
|
+
"id": 478,
|
|
6513
7014
|
"name": "expectCount",
|
|
6514
7015
|
"variant": "declaration",
|
|
6515
7016
|
"kind": 2048,
|
|
@@ -6522,12 +7023,12 @@
|
|
|
6522
7023
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6523
7024
|
"line": 20,
|
|
6524
7025
|
"character": 18,
|
|
6525
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7026
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L20"
|
|
6526
7027
|
}
|
|
6527
7028
|
],
|
|
6528
7029
|
"signatures": [
|
|
6529
7030
|
{
|
|
6530
|
-
"id":
|
|
7031
|
+
"id": 479,
|
|
6531
7032
|
"name": "expectCount",
|
|
6532
7033
|
"variant": "signature",
|
|
6533
7034
|
"kind": 4096,
|
|
@@ -6545,12 +7046,12 @@
|
|
|
6545
7046
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6546
7047
|
"line": 20,
|
|
6547
7048
|
"character": 18,
|
|
6548
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7049
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L20"
|
|
6549
7050
|
}
|
|
6550
7051
|
],
|
|
6551
7052
|
"parameters": [
|
|
6552
7053
|
{
|
|
6553
|
-
"id":
|
|
7054
|
+
"id": 480,
|
|
6554
7055
|
"name": "value",
|
|
6555
7056
|
"variant": "param",
|
|
6556
7057
|
"kind": 32768,
|
|
@@ -6570,7 +7071,7 @@
|
|
|
6570
7071
|
"decorators": []
|
|
6571
7072
|
},
|
|
6572
7073
|
{
|
|
6573
|
-
"id":
|
|
7074
|
+
"id": 481,
|
|
6574
7075
|
"name": "expectNone",
|
|
6575
7076
|
"variant": "declaration",
|
|
6576
7077
|
"kind": 2048,
|
|
@@ -6583,12 +7084,12 @@
|
|
|
6583
7084
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6584
7085
|
"line": 25,
|
|
6585
7086
|
"character": 18,
|
|
6586
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7087
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L25"
|
|
6587
7088
|
}
|
|
6588
7089
|
],
|
|
6589
7090
|
"signatures": [
|
|
6590
7091
|
{
|
|
6591
|
-
"id":
|
|
7092
|
+
"id": 482,
|
|
6592
7093
|
"name": "expectNone",
|
|
6593
7094
|
"variant": "signature",
|
|
6594
7095
|
"kind": 4096,
|
|
@@ -6606,7 +7107,7 @@
|
|
|
6606
7107
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6607
7108
|
"line": 25,
|
|
6608
7109
|
"character": 18,
|
|
6609
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7110
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L25"
|
|
6610
7111
|
}
|
|
6611
7112
|
],
|
|
6612
7113
|
"type": {
|
|
@@ -6618,7 +7119,7 @@
|
|
|
6618
7119
|
"decorators": []
|
|
6619
7120
|
},
|
|
6620
7121
|
{
|
|
6621
|
-
"id":
|
|
7122
|
+
"id": 483,
|
|
6622
7123
|
"name": "expectOpen",
|
|
6623
7124
|
"variant": "declaration",
|
|
6624
7125
|
"kind": 2048,
|
|
@@ -6631,12 +7132,12 @@
|
|
|
6631
7132
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6632
7133
|
"line": 30,
|
|
6633
7134
|
"character": 18,
|
|
6634
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7135
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L30"
|
|
6635
7136
|
}
|
|
6636
7137
|
],
|
|
6637
7138
|
"signatures": [
|
|
6638
7139
|
{
|
|
6639
|
-
"id":
|
|
7140
|
+
"id": 484,
|
|
6640
7141
|
"name": "expectOpen",
|
|
6641
7142
|
"variant": "signature",
|
|
6642
7143
|
"kind": 4096,
|
|
@@ -6654,12 +7155,12 @@
|
|
|
6654
7155
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6655
7156
|
"line": 30,
|
|
6656
7157
|
"character": 18,
|
|
6657
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7158
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L30"
|
|
6658
7159
|
}
|
|
6659
7160
|
],
|
|
6660
7161
|
"typeParameter": [
|
|
6661
7162
|
{
|
|
6662
|
-
"id":
|
|
7163
|
+
"id": 485,
|
|
6663
7164
|
"name": "TComponent",
|
|
6664
7165
|
"variant": "typeParam",
|
|
6665
7166
|
"kind": 131072,
|
|
@@ -6668,7 +7169,7 @@
|
|
|
6668
7169
|
],
|
|
6669
7170
|
"parameters": [
|
|
6670
7171
|
{
|
|
6671
|
-
"id":
|
|
7172
|
+
"id": 486,
|
|
6672
7173
|
"name": "component",
|
|
6673
7174
|
"variant": "param",
|
|
6674
7175
|
"kind": 32768,
|
|
@@ -6682,7 +7183,7 @@
|
|
|
6682
7183
|
"typeArguments": [
|
|
6683
7184
|
{
|
|
6684
7185
|
"type": "reference",
|
|
6685
|
-
"target":
|
|
7186
|
+
"target": 485,
|
|
6686
7187
|
"name": "TComponent",
|
|
6687
7188
|
"package": "@skyux/modals",
|
|
6688
7189
|
"refersToTypeParameter": true
|
|
@@ -6706,16 +7207,16 @@
|
|
|
6706
7207
|
{
|
|
6707
7208
|
"title": "Constructors",
|
|
6708
7209
|
"children": [
|
|
6709
|
-
|
|
7210
|
+
473
|
|
6710
7211
|
]
|
|
6711
7212
|
},
|
|
6712
7213
|
{
|
|
6713
7214
|
"title": "Methods",
|
|
6714
7215
|
"children": [
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
7216
|
+
475,
|
|
7217
|
+
478,
|
|
7218
|
+
481,
|
|
7219
|
+
483
|
|
6719
7220
|
]
|
|
6720
7221
|
}
|
|
6721
7222
|
],
|
|
@@ -6724,13 +7225,13 @@
|
|
|
6724
7225
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6725
7226
|
"line": 10,
|
|
6726
7227
|
"character": 22,
|
|
6727
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7228
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L10"
|
|
6728
7229
|
}
|
|
6729
7230
|
],
|
|
6730
7231
|
"decorators": []
|
|
6731
7232
|
},
|
|
6732
7233
|
{
|
|
6733
|
-
"id":
|
|
7234
|
+
"id": 487,
|
|
6734
7235
|
"name": "SkyModalTestingModule",
|
|
6735
7236
|
"variant": "declaration",
|
|
6736
7237
|
"kind": 128,
|
|
@@ -6764,7 +7265,7 @@
|
|
|
6764
7265
|
{
|
|
6765
7266
|
"title": "Constructors",
|
|
6766
7267
|
"children": [
|
|
6767
|
-
|
|
7268
|
+
488
|
|
6768
7269
|
]
|
|
6769
7270
|
}
|
|
6770
7271
|
],
|
|
@@ -6773,7 +7274,7 @@
|
|
|
6773
7274
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.module.ts",
|
|
6774
7275
|
"line": 11,
|
|
6775
7276
|
"character": 13,
|
|
6776
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7277
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/controller/modal-testing.module.ts#L11"
|
|
6777
7278
|
}
|
|
6778
7279
|
],
|
|
6779
7280
|
"decorators": [
|
|
@@ -6786,7 +7287,7 @@
|
|
|
6786
7287
|
]
|
|
6787
7288
|
},
|
|
6788
7289
|
{
|
|
6789
|
-
"id":
|
|
7290
|
+
"id": 393,
|
|
6790
7291
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
6791
7292
|
"variant": "declaration",
|
|
6792
7293
|
"kind": 256,
|
|
@@ -6801,7 +7302,7 @@
|
|
|
6801
7302
|
},
|
|
6802
7303
|
"children": [
|
|
6803
7304
|
{
|
|
6804
|
-
"id":
|
|
7305
|
+
"id": 396,
|
|
6805
7306
|
"name": "ancestor",
|
|
6806
7307
|
"variant": "declaration",
|
|
6807
7308
|
"kind": 1024,
|
|
@@ -6834,7 +7335,7 @@
|
|
|
6834
7335
|
}
|
|
6835
7336
|
},
|
|
6836
7337
|
{
|
|
6837
|
-
"id":
|
|
7338
|
+
"id": 395,
|
|
6838
7339
|
"name": "styleType",
|
|
6839
7340
|
"variant": "declaration",
|
|
6840
7341
|
"kind": 1024,
|
|
@@ -6854,7 +7355,7 @@
|
|
|
6854
7355
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6855
7356
|
"line": 16,
|
|
6856
7357
|
"character": 2,
|
|
6857
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7358
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L16"
|
|
6858
7359
|
}
|
|
6859
7360
|
],
|
|
6860
7361
|
"type": {
|
|
@@ -6863,7 +7364,7 @@
|
|
|
6863
7364
|
}
|
|
6864
7365
|
},
|
|
6865
7366
|
{
|
|
6866
|
-
"id":
|
|
7367
|
+
"id": 394,
|
|
6867
7368
|
"name": "text",
|
|
6868
7369
|
"variant": "declaration",
|
|
6869
7370
|
"kind": 1024,
|
|
@@ -6883,7 +7384,7 @@
|
|
|
6883
7384
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6884
7385
|
"line": 11,
|
|
6885
7386
|
"character": 2,
|
|
6886
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7387
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L11"
|
|
6887
7388
|
}
|
|
6888
7389
|
],
|
|
6889
7390
|
"type": {
|
|
@@ -6910,9 +7411,9 @@
|
|
|
6910
7411
|
{
|
|
6911
7412
|
"title": "Properties",
|
|
6912
7413
|
"children": [
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
7414
|
+
396,
|
|
7415
|
+
395,
|
|
7416
|
+
394
|
|
6916
7417
|
]
|
|
6917
7418
|
}
|
|
6918
7419
|
],
|
|
@@ -6921,7 +7422,7 @@
|
|
|
6921
7422
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6922
7423
|
"line": 6,
|
|
6923
7424
|
"character": 17,
|
|
6924
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7425
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L6"
|
|
6925
7426
|
}
|
|
6926
7427
|
],
|
|
6927
7428
|
"extendedTypes": [
|
|
@@ -6952,7 +7453,7 @@
|
|
|
6952
7453
|
]
|
|
6953
7454
|
},
|
|
6954
7455
|
{
|
|
6955
|
-
"id":
|
|
7456
|
+
"id": 553,
|
|
6956
7457
|
"name": "SkyModalHarnessFilters",
|
|
6957
7458
|
"variant": "declaration",
|
|
6958
7459
|
"kind": 256,
|
|
@@ -6967,7 +7468,7 @@
|
|
|
6967
7468
|
},
|
|
6968
7469
|
"children": [
|
|
6969
7470
|
{
|
|
6970
|
-
"id":
|
|
7471
|
+
"id": 556,
|
|
6971
7472
|
"name": "ancestor",
|
|
6972
7473
|
"variant": "declaration",
|
|
6973
7474
|
"kind": 1024,
|
|
@@ -7000,7 +7501,7 @@
|
|
|
7000
7501
|
}
|
|
7001
7502
|
},
|
|
7002
7503
|
{
|
|
7003
|
-
"id":
|
|
7504
|
+
"id": 554,
|
|
7004
7505
|
"name": "dataSkyId",
|
|
7005
7506
|
"variant": "declaration",
|
|
7006
7507
|
"kind": 1024,
|
|
@@ -7028,7 +7529,7 @@
|
|
|
7028
7529
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
7029
7530
|
"line": 11,
|
|
7030
7531
|
"character": 2,
|
|
7031
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7532
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
7032
7533
|
}
|
|
7033
7534
|
],
|
|
7034
7535
|
"type": {
|
|
@@ -7056,7 +7557,7 @@
|
|
|
7056
7557
|
}
|
|
7057
7558
|
},
|
|
7058
7559
|
{
|
|
7059
|
-
"id":
|
|
7560
|
+
"id": 555,
|
|
7060
7561
|
"name": "selector",
|
|
7061
7562
|
"variant": "declaration",
|
|
7062
7563
|
"kind": 1024,
|
|
@@ -7093,9 +7594,9 @@
|
|
|
7093
7594
|
{
|
|
7094
7595
|
"title": "Properties",
|
|
7095
7596
|
"children": [
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7597
|
+
556,
|
|
7598
|
+
554,
|
|
7599
|
+
555
|
|
7099
7600
|
]
|
|
7100
7601
|
}
|
|
7101
7602
|
],
|
|
@@ -7104,7 +7605,7 @@
|
|
|
7104
7605
|
"fileName": "projects/modals/src/testing/modal/modal-harness-filters.ts",
|
|
7105
7606
|
"line": 7,
|
|
7106
7607
|
"character": 17,
|
|
7107
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7608
|
+
"url": "https://github.com/blackbaud/skyux/blob/ca60ed2/libs/components/modals/testing/src/modal/modal-harness-filters.ts#L7"
|
|
7108
7609
|
}
|
|
7109
7610
|
],
|
|
7110
7611
|
"extendedTypes": [
|
|
@@ -7589,471 +8090,519 @@
|
|
|
7589
8090
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7590
8091
|
"qualifiedName": "value"
|
|
7591
8092
|
},
|
|
8093
|
+
"262": {
|
|
8094
|
+
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
8095
|
+
"qualifiedName": "SkyModalComponent.headingText"
|
|
8096
|
+
},
|
|
8097
|
+
"263": {
|
|
8098
|
+
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
8099
|
+
"qualifiedName": "SkyModalComponent.helpKey"
|
|
8100
|
+
},
|
|
8101
|
+
"264": {
|
|
8102
|
+
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
8103
|
+
"qualifiedName": "SkyModalComponent.helpPopoverContent"
|
|
8104
|
+
},
|
|
7592
8105
|
"265": {
|
|
8106
|
+
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
8107
|
+
"qualifiedName": "SkyModalComponent.helpPopoverTitle"
|
|
8108
|
+
},
|
|
8109
|
+
"269": {
|
|
7593
8110
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7594
8111
|
"qualifiedName": "SkyModalComponent.ariaRoleOrDefault"
|
|
7595
8112
|
},
|
|
7596
|
-
"
|
|
8113
|
+
"271": {
|
|
7597
8114
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7598
8115
|
"qualifiedName": "SkyModalComponent.ariaDescribedBy"
|
|
7599
8116
|
},
|
|
7600
|
-
"
|
|
8117
|
+
"272": {
|
|
7601
8118
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7602
8119
|
"qualifiedName": "SkyModalComponent.ariaDescribedBy"
|
|
7603
8120
|
},
|
|
7604
|
-
"
|
|
8121
|
+
"275": {
|
|
7605
8122
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7606
8123
|
"qualifiedName": "SkyModalComponent.ariaLabelledBy"
|
|
7607
8124
|
},
|
|
7608
|
-
"
|
|
8125
|
+
"276": {
|
|
7609
8126
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7610
8127
|
"qualifiedName": "SkyModalComponent.ariaLabelledBy"
|
|
7611
8128
|
},
|
|
7612
|
-
"
|
|
8129
|
+
"279": {
|
|
7613
8130
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7614
8131
|
"qualifiedName": "SkyModalComponent.ariaOwns"
|
|
7615
8132
|
},
|
|
7616
|
-
"
|
|
8133
|
+
"280": {
|
|
7617
8134
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7618
|
-
"qualifiedName": "SkyModalComponent.
|
|
8135
|
+
"qualifiedName": "SkyModalComponent.legacyHelpKey"
|
|
7619
8136
|
},
|
|
7620
|
-
"
|
|
8137
|
+
"281": {
|
|
7621
8138
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7622
8139
|
"qualifiedName": "SkyModalComponent.modalState"
|
|
7623
8140
|
},
|
|
7624
|
-
"
|
|
8141
|
+
"282": {
|
|
7625
8142
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7626
8143
|
"qualifiedName": "SkyModalComponent.modalZIndex"
|
|
7627
8144
|
},
|
|
7628
|
-
"
|
|
8145
|
+
"283": {
|
|
7629
8146
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7630
8147
|
"qualifiedName": "SkyModalComponent.scrollShadow"
|
|
7631
8148
|
},
|
|
7632
|
-
"
|
|
8149
|
+
"284": {
|
|
7633
8150
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7634
8151
|
"qualifiedName": "SkyModalComponent.size"
|
|
7635
8152
|
},
|
|
7636
|
-
"
|
|
8153
|
+
"285": {
|
|
7637
8154
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7638
8155
|
"qualifiedName": "SkyModalComponent.modalContentWrapperElement"
|
|
7639
8156
|
},
|
|
7640
|
-
"
|
|
8157
|
+
"300": {
|
|
7641
8158
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7642
8159
|
"qualifiedName": "SkyModalComponent.onDocumentKeyUp"
|
|
7643
8160
|
},
|
|
7644
|
-
"
|
|
8161
|
+
"301": {
|
|
7645
8162
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7646
8163
|
"qualifiedName": "SkyModalComponent.onDocumentKeyUp"
|
|
7647
8164
|
},
|
|
7648
|
-
"
|
|
8165
|
+
"302": {
|
|
7649
8166
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7650
8167
|
"qualifiedName": "event"
|
|
7651
8168
|
},
|
|
7652
|
-
"
|
|
8169
|
+
"303": {
|
|
7653
8170
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7654
8171
|
"qualifiedName": "SkyModalComponent.onDocumentKeyDown"
|
|
7655
8172
|
},
|
|
7656
|
-
"
|
|
8173
|
+
"304": {
|
|
7657
8174
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7658
8175
|
"qualifiedName": "SkyModalComponent.onDocumentKeyDown"
|
|
7659
8176
|
},
|
|
7660
|
-
"
|
|
8177
|
+
"305": {
|
|
7661
8178
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7662
8179
|
"qualifiedName": "event"
|
|
7663
8180
|
},
|
|
7664
|
-
"
|
|
8181
|
+
"306": {
|
|
7665
8182
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7666
8183
|
"qualifiedName": "SkyModalComponent.ngOnInit"
|
|
7667
8184
|
},
|
|
7668
|
-
"
|
|
8185
|
+
"307": {
|
|
7669
8186
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7670
8187
|
"qualifiedName": "SkyModalComponent.ngOnInit"
|
|
7671
8188
|
},
|
|
7672
|
-
"
|
|
8189
|
+
"308": {
|
|
7673
8190
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7674
8191
|
"qualifiedName": "SkyModalComponent.ngAfterViewInit"
|
|
7675
8192
|
},
|
|
7676
|
-
"
|
|
8193
|
+
"309": {
|
|
7677
8194
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7678
8195
|
"qualifiedName": "SkyModalComponent.ngAfterViewInit"
|
|
7679
8196
|
},
|
|
7680
|
-
"
|
|
8197
|
+
"310": {
|
|
7681
8198
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7682
8199
|
"qualifiedName": "SkyModalComponent.ngOnDestroy"
|
|
7683
8200
|
},
|
|
7684
|
-
"
|
|
8201
|
+
"311": {
|
|
7685
8202
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7686
8203
|
"qualifiedName": "SkyModalComponent.ngOnDestroy"
|
|
7687
8204
|
},
|
|
7688
|
-
"
|
|
8205
|
+
"312": {
|
|
7689
8206
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7690
8207
|
"qualifiedName": "SkyModalComponent.helpButtonClick"
|
|
7691
8208
|
},
|
|
7692
|
-
"
|
|
8209
|
+
"313": {
|
|
7693
8210
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7694
8211
|
"qualifiedName": "SkyModalComponent.helpButtonClick"
|
|
7695
8212
|
},
|
|
7696
|
-
"
|
|
8213
|
+
"314": {
|
|
7697
8214
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7698
8215
|
"qualifiedName": "SkyModalComponent.closeButtonClick"
|
|
7699
8216
|
},
|
|
7700
|
-
"
|
|
8217
|
+
"315": {
|
|
7701
8218
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7702
8219
|
"qualifiedName": "SkyModalComponent.closeButtonClick"
|
|
7703
8220
|
},
|
|
7704
|
-
"
|
|
8221
|
+
"316": {
|
|
7705
8222
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7706
8223
|
"qualifiedName": "SkyModalComponent.windowResize"
|
|
7707
8224
|
},
|
|
7708
|
-
"
|
|
8225
|
+
"317": {
|
|
7709
8226
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7710
8227
|
"qualifiedName": "SkyModalComponent.windowResize"
|
|
7711
8228
|
},
|
|
7712
|
-
"
|
|
8229
|
+
"318": {
|
|
7713
8230
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7714
8231
|
"qualifiedName": "SkyModalComponent.scrollShadowChange"
|
|
7715
8232
|
},
|
|
7716
|
-
"
|
|
8233
|
+
"319": {
|
|
7717
8234
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7718
8235
|
"qualifiedName": "SkyModalComponent.scrollShadowChange"
|
|
7719
8236
|
},
|
|
7720
|
-
"
|
|
8237
|
+
"320": {
|
|
7721
8238
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7722
8239
|
"qualifiedName": "args"
|
|
7723
8240
|
},
|
|
7724
|
-
"
|
|
8241
|
+
"321": {
|
|
7725
8242
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7726
8243
|
"qualifiedName": "SkyModalComponent.viewkeeperEnabled"
|
|
7727
8244
|
},
|
|
7728
|
-
"
|
|
8245
|
+
"322": {
|
|
7729
8246
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7730
8247
|
"qualifiedName": "SkyModalComponent.viewkeeperEnabled"
|
|
7731
8248
|
},
|
|
7732
|
-
"
|
|
8249
|
+
"393": {
|
|
7733
8250
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7734
8251
|
"qualifiedName": "SkyConfirmButtonHarnessFilters"
|
|
7735
8252
|
},
|
|
7736
|
-
"
|
|
8253
|
+
"394": {
|
|
7737
8254
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7738
8255
|
"qualifiedName": "SkyConfirmButtonHarnessFilters.text"
|
|
7739
8256
|
},
|
|
7740
|
-
"
|
|
8257
|
+
"395": {
|
|
7741
8258
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7742
8259
|
"qualifiedName": "SkyConfirmButtonHarnessFilters.styleType"
|
|
7743
8260
|
},
|
|
7744
|
-
"
|
|
8261
|
+
"396": {
|
|
7745
8262
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7746
8263
|
"qualifiedName": "ancestor"
|
|
7747
8264
|
},
|
|
7748
|
-
"
|
|
8265
|
+
"397": {
|
|
7749
8266
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7750
8267
|
"qualifiedName": "SkyConfirmHarness"
|
|
7751
8268
|
},
|
|
7752
|
-
"
|
|
8269
|
+
"398": {
|
|
7753
8270
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7754
8271
|
"qualifiedName": "SkyConfirmHarness.hostSelector"
|
|
7755
8272
|
},
|
|
7756
|
-
"
|
|
8273
|
+
"404": {
|
|
7757
8274
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7758
8275
|
"qualifiedName": "ComponentHarness.__constructor"
|
|
7759
8276
|
},
|
|
7760
|
-
"
|
|
8277
|
+
"405": {
|
|
7761
8278
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7762
8279
|
"qualifiedName": "SkyConfirmHarness"
|
|
7763
8280
|
},
|
|
7764
|
-
"
|
|
8281
|
+
"406": {
|
|
7765
8282
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7766
8283
|
"qualifiedName": "locatorFactory"
|
|
7767
8284
|
},
|
|
7768
|
-
"
|
|
8285
|
+
"411": {
|
|
7769
8286
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7770
8287
|
"qualifiedName": "SkyConfirmHarness.clickCustomButton"
|
|
7771
8288
|
},
|
|
7772
|
-
"
|
|
8289
|
+
"412": {
|
|
7773
8290
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7774
8291
|
"qualifiedName": "SkyConfirmHarness.clickCustomButton"
|
|
7775
8292
|
},
|
|
7776
|
-
"
|
|
8293
|
+
"413": {
|
|
7777
8294
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7778
8295
|
"qualifiedName": "filters"
|
|
7779
8296
|
},
|
|
7780
|
-
"
|
|
8297
|
+
"414": {
|
|
7781
8298
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7782
8299
|
"qualifiedName": "SkyConfirmHarness.clickOkButton"
|
|
7783
8300
|
},
|
|
7784
|
-
"
|
|
8301
|
+
"415": {
|
|
7785
8302
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7786
8303
|
"qualifiedName": "SkyConfirmHarness.clickOkButton"
|
|
7787
8304
|
},
|
|
7788
|
-
"
|
|
8305
|
+
"416": {
|
|
7789
8306
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7790
8307
|
"qualifiedName": "SkyConfirmHarness.getBodyText"
|
|
7791
8308
|
},
|
|
7792
|
-
"
|
|
8309
|
+
"417": {
|
|
7793
8310
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7794
8311
|
"qualifiedName": "SkyConfirmHarness.getBodyText"
|
|
7795
8312
|
},
|
|
7796
|
-
"
|
|
8313
|
+
"418": {
|
|
7797
8314
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7798
8315
|
"qualifiedName": "SkyConfirmHarness.getCustomButtons"
|
|
7799
8316
|
},
|
|
7800
|
-
"
|
|
8317
|
+
"419": {
|
|
7801
8318
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7802
8319
|
"qualifiedName": "SkyConfirmHarness.getCustomButtons"
|
|
7803
8320
|
},
|
|
7804
|
-
"
|
|
8321
|
+
"420": {
|
|
7805
8322
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7806
8323
|
"qualifiedName": "filters"
|
|
7807
8324
|
},
|
|
7808
|
-
"
|
|
8325
|
+
"421": {
|
|
7809
8326
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7810
8327
|
"qualifiedName": "SkyConfirmHarness.getMessageText"
|
|
7811
8328
|
},
|
|
7812
|
-
"
|
|
8329
|
+
"422": {
|
|
7813
8330
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7814
8331
|
"qualifiedName": "SkyConfirmHarness.getMessageText"
|
|
7815
8332
|
},
|
|
7816
|
-
"
|
|
8333
|
+
"423": {
|
|
7817
8334
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7818
8335
|
"qualifiedName": "SkyConfirmHarness.getType"
|
|
7819
8336
|
},
|
|
7820
|
-
"
|
|
8337
|
+
"424": {
|
|
7821
8338
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7822
8339
|
"qualifiedName": "SkyConfirmHarness.getType"
|
|
7823
8340
|
},
|
|
7824
|
-
"
|
|
8341
|
+
"425": {
|
|
7825
8342
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7826
8343
|
"qualifiedName": "SkyConfirmHarness.isWhiteSpacePreserved"
|
|
7827
8344
|
},
|
|
7828
|
-
"
|
|
8345
|
+
"426": {
|
|
7829
8346
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7830
8347
|
"qualifiedName": "SkyConfirmHarness.isWhiteSpacePreserved"
|
|
7831
8348
|
},
|
|
7832
|
-
"
|
|
8349
|
+
"434": {
|
|
7833
8350
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7834
8351
|
"qualifiedName": "ComponentHarness.host"
|
|
7835
8352
|
},
|
|
7836
|
-
"
|
|
8353
|
+
"435": {
|
|
7837
8354
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7838
8355
|
"qualifiedName": "ComponentHarness.host"
|
|
7839
8356
|
},
|
|
7840
|
-
"
|
|
8357
|
+
"454": {
|
|
7841
8358
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7842
8359
|
"qualifiedName": "SkyConfirmTestingController"
|
|
7843
8360
|
},
|
|
7844
|
-
"
|
|
8361
|
+
"457": {
|
|
7845
8362
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7846
8363
|
"qualifiedName": "SkyConfirmTestingController.cancel"
|
|
7847
8364
|
},
|
|
7848
|
-
"
|
|
8365
|
+
"458": {
|
|
7849
8366
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7850
8367
|
"qualifiedName": "SkyConfirmTestingController.cancel"
|
|
7851
8368
|
},
|
|
7852
|
-
"
|
|
8369
|
+
"459": {
|
|
7853
8370
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7854
8371
|
"qualifiedName": "SkyConfirmTestingController.expectNone"
|
|
7855
8372
|
},
|
|
7856
|
-
"
|
|
8373
|
+
"460": {
|
|
7857
8374
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7858
8375
|
"qualifiedName": "SkyConfirmTestingController.expectNone"
|
|
7859
8376
|
},
|
|
7860
|
-
"
|
|
8377
|
+
"461": {
|
|
7861
8378
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7862
8379
|
"qualifiedName": "SkyConfirmTestingController.expectOpen"
|
|
7863
8380
|
},
|
|
7864
|
-
"
|
|
8381
|
+
"462": {
|
|
7865
8382
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7866
8383
|
"qualifiedName": "SkyConfirmTestingController.expectOpen"
|
|
7867
8384
|
},
|
|
7868
|
-
"
|
|
8385
|
+
"463": {
|
|
7869
8386
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7870
8387
|
"qualifiedName": "config"
|
|
7871
8388
|
},
|
|
7872
|
-
"
|
|
8389
|
+
"464": {
|
|
7873
8390
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7874
8391
|
"qualifiedName": "SkyConfirmTestingController.close"
|
|
7875
8392
|
},
|
|
7876
|
-
"
|
|
8393
|
+
"465": {
|
|
7877
8394
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7878
8395
|
"qualifiedName": "SkyConfirmTestingController.close"
|
|
7879
8396
|
},
|
|
7880
|
-
"
|
|
8397
|
+
"466": {
|
|
7881
8398
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7882
8399
|
"qualifiedName": "args"
|
|
7883
8400
|
},
|
|
7884
|
-
"
|
|
8401
|
+
"467": {
|
|
7885
8402
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7886
8403
|
"qualifiedName": "SkyConfirmTestingController.ok"
|
|
7887
8404
|
},
|
|
7888
|
-
"
|
|
8405
|
+
"468": {
|
|
7889
8406
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7890
8407
|
"qualifiedName": "SkyConfirmTestingController.ok"
|
|
7891
8408
|
},
|
|
7892
|
-
"
|
|
8409
|
+
"469": {
|
|
7893
8410
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.module.ts",
|
|
7894
8411
|
"qualifiedName": "SkyConfirmTestingModule"
|
|
7895
8412
|
},
|
|
7896
|
-
"
|
|
8413
|
+
"472": {
|
|
7897
8414
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7898
8415
|
"qualifiedName": "SkyModalTestingController"
|
|
7899
8416
|
},
|
|
7900
|
-
"
|
|
8417
|
+
"475": {
|
|
7901
8418
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7902
8419
|
"qualifiedName": "SkyModalTestingController.closeTopModal"
|
|
7903
8420
|
},
|
|
7904
|
-
"
|
|
8421
|
+
"476": {
|
|
7905
8422
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7906
8423
|
"qualifiedName": "SkyModalTestingController.closeTopModal"
|
|
7907
8424
|
},
|
|
7908
|
-
"
|
|
8425
|
+
"477": {
|
|
7909
8426
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7910
8427
|
"qualifiedName": "args"
|
|
7911
8428
|
},
|
|
7912
|
-
"
|
|
8429
|
+
"478": {
|
|
7913
8430
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7914
8431
|
"qualifiedName": "SkyModalTestingController.expectCount"
|
|
7915
8432
|
},
|
|
7916
|
-
"
|
|
8433
|
+
"479": {
|
|
7917
8434
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7918
8435
|
"qualifiedName": "SkyModalTestingController.expectCount"
|
|
7919
8436
|
},
|
|
7920
|
-
"
|
|
8437
|
+
"480": {
|
|
7921
8438
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7922
8439
|
"qualifiedName": "value"
|
|
7923
8440
|
},
|
|
7924
|
-
"
|
|
8441
|
+
"481": {
|
|
7925
8442
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7926
8443
|
"qualifiedName": "SkyModalTestingController.expectNone"
|
|
7927
8444
|
},
|
|
7928
|
-
"
|
|
8445
|
+
"482": {
|
|
7929
8446
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7930
8447
|
"qualifiedName": "SkyModalTestingController.expectNone"
|
|
7931
8448
|
},
|
|
7932
|
-
"
|
|
8449
|
+
"483": {
|
|
7933
8450
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7934
8451
|
"qualifiedName": "SkyModalTestingController.expectOpen"
|
|
7935
8452
|
},
|
|
7936
|
-
"
|
|
8453
|
+
"484": {
|
|
7937
8454
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7938
8455
|
"qualifiedName": "SkyModalTestingController.expectOpen"
|
|
7939
8456
|
},
|
|
7940
|
-
"
|
|
8457
|
+
"485": {
|
|
7941
8458
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7942
8459
|
"qualifiedName": "TComponent"
|
|
7943
8460
|
},
|
|
7944
|
-
"
|
|
8461
|
+
"486": {
|
|
7945
8462
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7946
8463
|
"qualifiedName": "component"
|
|
7947
8464
|
},
|
|
7948
|
-
"
|
|
8465
|
+
"487": {
|
|
7949
8466
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.module.ts",
|
|
7950
8467
|
"qualifiedName": "SkyModalTestingModule"
|
|
7951
8468
|
},
|
|
7952
|
-
"
|
|
8469
|
+
"490": {
|
|
7953
8470
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7954
8471
|
"qualifiedName": "SkyModalHarness"
|
|
7955
8472
|
},
|
|
7956
|
-
"
|
|
8473
|
+
"492": {
|
|
7957
8474
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7958
8475
|
"qualifiedName": "SkyModalHarness.with"
|
|
7959
8476
|
},
|
|
7960
|
-
"
|
|
8477
|
+
"493": {
|
|
7961
8478
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7962
8479
|
"qualifiedName": "SkyModalHarness.with"
|
|
7963
8480
|
},
|
|
7964
|
-
"
|
|
8481
|
+
"494": {
|
|
7965
8482
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7966
8483
|
"qualifiedName": "filters"
|
|
7967
8484
|
},
|
|
7968
|
-
"
|
|
8485
|
+
"500": {
|
|
7969
8486
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7970
8487
|
"qualifiedName": "ComponentHarness.__constructor"
|
|
7971
8488
|
},
|
|
7972
|
-
"
|
|
8489
|
+
"501": {
|
|
7973
8490
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7974
8491
|
"qualifiedName": "SkyModalHarness"
|
|
7975
8492
|
},
|
|
7976
|
-
"
|
|
8493
|
+
"502": {
|
|
7977
8494
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7978
8495
|
"qualifiedName": "locatorFactory"
|
|
7979
8496
|
},
|
|
7980
|
-
"
|
|
8497
|
+
"506": {
|
|
8498
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8499
|
+
"qualifiedName": "SkyModalHarness.clickHelpInline"
|
|
8500
|
+
},
|
|
8501
|
+
"507": {
|
|
8502
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8503
|
+
"qualifiedName": "SkyModalHarness.clickHelpInline"
|
|
8504
|
+
},
|
|
8505
|
+
"508": {
|
|
7981
8506
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7982
8507
|
"qualifiedName": "SkyModalHarness.getAriaDescribedBy"
|
|
7983
8508
|
},
|
|
7984
|
-
"
|
|
8509
|
+
"509": {
|
|
7985
8510
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7986
8511
|
"qualifiedName": "SkyModalHarness.getAriaDescribedBy"
|
|
7987
8512
|
},
|
|
7988
|
-
"
|
|
8513
|
+
"510": {
|
|
7989
8514
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7990
8515
|
"qualifiedName": "SkyModalHarness.getAriaLabelledBy"
|
|
7991
8516
|
},
|
|
7992
|
-
"
|
|
8517
|
+
"511": {
|
|
7993
8518
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7994
8519
|
"qualifiedName": "SkyModalHarness.getAriaLabelledBy"
|
|
7995
8520
|
},
|
|
7996
|
-
"
|
|
8521
|
+
"512": {
|
|
7997
8522
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7998
8523
|
"qualifiedName": "SkyModalHarness.getAriaRole"
|
|
7999
8524
|
},
|
|
8000
|
-
"
|
|
8525
|
+
"513": {
|
|
8001
8526
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8002
8527
|
"qualifiedName": "SkyModalHarness.getAriaRole"
|
|
8003
8528
|
},
|
|
8004
|
-
"
|
|
8529
|
+
"514": {
|
|
8530
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8531
|
+
"qualifiedName": "SkyModalHarness.getHeadingText"
|
|
8532
|
+
},
|
|
8533
|
+
"515": {
|
|
8534
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8535
|
+
"qualifiedName": "SkyModalHarness.getHeadingText"
|
|
8536
|
+
},
|
|
8537
|
+
"516": {
|
|
8538
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8539
|
+
"qualifiedName": "SkyModalHarness.getHelpPopoverContent"
|
|
8540
|
+
},
|
|
8541
|
+
"517": {
|
|
8542
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8543
|
+
"qualifiedName": "SkyModalHarness.getHelpPopoverContent"
|
|
8544
|
+
},
|
|
8545
|
+
"518": {
|
|
8546
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8547
|
+
"qualifiedName": "SkyModalHarness.getHelpPopoverTitle"
|
|
8548
|
+
},
|
|
8549
|
+
"519": {
|
|
8550
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8551
|
+
"qualifiedName": "SkyModalHarness.getHelpPopoverTitle"
|
|
8552
|
+
},
|
|
8553
|
+
"520": {
|
|
8005
8554
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8006
8555
|
"qualifiedName": "SkyModalHarness.getSize"
|
|
8007
8556
|
},
|
|
8008
|
-
"
|
|
8557
|
+
"521": {
|
|
8009
8558
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8010
8559
|
"qualifiedName": "SkyModalHarness.getSize"
|
|
8011
8560
|
},
|
|
8012
|
-
"
|
|
8561
|
+
"522": {
|
|
8013
8562
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8014
8563
|
"qualifiedName": "SkyModalHarness.getWrapperClass"
|
|
8015
8564
|
},
|
|
8016
|
-
"
|
|
8565
|
+
"523": {
|
|
8017
8566
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8018
8567
|
"qualifiedName": "SkyModalHarness.getWrapperClass"
|
|
8019
8568
|
},
|
|
8020
|
-
"
|
|
8569
|
+
"524": {
|
|
8021
8570
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8022
8571
|
"qualifiedName": "SkyModalHarness.isFullPage"
|
|
8023
8572
|
},
|
|
8024
|
-
"
|
|
8573
|
+
"525": {
|
|
8025
8574
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8026
8575
|
"qualifiedName": "SkyModalHarness.isFullPage"
|
|
8027
8576
|
},
|
|
8028
|
-
"
|
|
8577
|
+
"526": {
|
|
8029
8578
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8030
8579
|
"qualifiedName": "SkyModalHarness.isDirty"
|
|
8031
8580
|
},
|
|
8032
|
-
"
|
|
8581
|
+
"527": {
|
|
8033
8582
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8034
8583
|
"qualifiedName": "SkyModalHarness.isDirty"
|
|
8035
8584
|
},
|
|
8036
|
-
"
|
|
8585
|
+
"533": {
|
|
8037
8586
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8038
8587
|
"qualifiedName": "ComponentHarness.host"
|
|
8039
8588
|
},
|
|
8040
|
-
"
|
|
8589
|
+
"534": {
|
|
8041
8590
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8042
8591
|
"qualifiedName": "ComponentHarness.host"
|
|
8043
8592
|
},
|
|
8044
|
-
"
|
|
8593
|
+
"553": {
|
|
8045
8594
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness-filters.ts",
|
|
8046
8595
|
"qualifiedName": "SkyModalHarnessFilters"
|
|
8047
8596
|
},
|
|
8048
|
-
"
|
|
8597
|
+
"554": {
|
|
8049
8598
|
"sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
8050
8599
|
"qualifiedName": "SkyHarnessFilters.dataSkyId"
|
|
8051
8600
|
},
|
|
8052
|
-
"
|
|
8601
|
+
"555": {
|
|
8053
8602
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8054
8603
|
"qualifiedName": "BaseHarnessFilters.selector"
|
|
8055
8604
|
},
|
|
8056
|
-
"
|
|
8605
|
+
"556": {
|
|
8057
8606
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8058
8607
|
"qualifiedName": "BaseHarnessFilters.ancestor"
|
|
8059
8608
|
}
|
|
@@ -8068,7 +8617,7 @@
|
|
|
8068
8617
|
{
|
|
8069
8618
|
"fileName": "modal.component.html",
|
|
8070
8619
|
"filePath": "/projects/modals/documentation/code-examples/modal/with-error/modal.component.html",
|
|
8071
|
-
"rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal\n data-sky-id=\"modal-demo\"\n [isDirty]=\"demoForm.dirty\"\n [formErrors]=\"errors\"\n >\n <sky-modal-
|
|
8620
|
+
"rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal\n data-sky-id=\"modal-demo\"\n headingText=\"Modal title\"\n [isDirty]=\"demoForm.dirty\"\n [formErrors]=\"errors\"\n >\n <sky-modal-content>\n <sky-input-box labelText=\"An input inside a modal\">\n <input formControlName=\"value1\" type=\"text\" />\n </sky-input-box>\n </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-primary\" type=\"submit\">Save</button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"saveFormWithFormError()\"\n >\n Save form with an error\n </button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancelForm()\">\n Cancel\n </button>\n </sky-modal-footer>\n </sky-modal>\n</form>\n"
|
|
8072
8621
|
},
|
|
8073
8622
|
{
|
|
8074
8623
|
"fileName": "demo.component.ts",
|
|
@@ -8100,41 +8649,6 @@
|
|
|
8100
8649
|
"filePath": "/projects/modals/documentation/code-examples/modal/with-error/context.ts",
|
|
8101
8650
|
"rawContents": "import { ModalDemoData } from './data';\n\nexport class ModalDemoContext {\n constructor(public data: ModalDemoData) {}\n}\n"
|
|
8102
8651
|
},
|
|
8103
|
-
{
|
|
8104
|
-
"fileName": "modal.component.ts",
|
|
8105
|
-
"filePath": "/projects/modals/documentation/code-examples/modal/inline-help/modal.component.ts",
|
|
8106
|
-
"rawContents": "import { Component } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n ReactiveFormsModule,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyHelpInlineModule, SkyWaitService } from '@skyux/indicators';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { ModalDemoContext } from './context';\nimport { ModalDemoDataService } from './data.service';\n\n@Component({\n standalone: true,\n selector: 'app-modal',\n templateUrl: './modal.component.html',\n imports: [\n ReactiveFormsModule,\n SkyHelpInlineModule,\n SkyInputBoxModule,\n SkyModalModule,\n ],\n})\nexport class ModalComponent {\n public demoForm: FormGroup<{\n value1: FormControl<string | null | undefined>;\n }>;\n\n #dataSvc: ModalDemoDataService;\n #instance: SkyModalInstance;\n #waitSvc: SkyWaitService;\n\n constructor(\n instance: SkyModalInstance,\n waitSvc: SkyWaitService,\n dataSvc: ModalDemoDataService,\n context: ModalDemoContext,\n fb: FormBuilder,\n ) {\n this.#instance = instance;\n this.#waitSvc = waitSvc;\n this.#dataSvc = dataSvc;\n\n const value1 = fb.control(context.data.value1);\n this.demoForm = fb.group({ value1 });\n }\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n\n public saveForm(): void {\n // Use the data service to save the data.\n\n this.#waitSvc\n .blockingWrap(this.#dataSvc.save(this.demoForm.value))\n .subscribe((data) => {\n // Notify the modal instance that data was saved and return the saved data.\n this.#instance.save(data);\n });\n }\n\n public cancelForm(): void {\n this.#instance.cancel();\n }\n}\n"
|
|
8107
|
-
},
|
|
8108
|
-
{
|
|
8109
|
-
"fileName": "modal.component.html",
|
|
8110
|
-
"filePath": "/projects/modals/documentation/code-examples/modal/inline-help/modal.component.html",
|
|
8111
|
-
"rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal>\n <sky-modal-header>\n Modal title\n <sky-help-inline\n class=\"sky-control-help\"\n ariaLabel=\"Information about Modal\"\n (actionClick)=\"onActionClick()\"\n />\n </sky-modal-header>\n <sky-modal-content>\n <sky-input-box labelText=\"An input inside a modal\">\n <input formControlName=\"value1\" type=\"text\" />\n </sky-input-box>\n </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-primary\" type=\"submit\">Save</button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancelForm()\">\n Cancel\n </button>\n </sky-modal-footer>\n </sky-modal>\n</form>\n"
|
|
8112
|
-
},
|
|
8113
|
-
{
|
|
8114
|
-
"fileName": "demo.component.ts",
|
|
8115
|
-
"filePath": "/projects/modals/documentation/code-examples/modal/inline-help/demo.component.ts",
|
|
8116
|
-
"rawContents": "import { Component, OnDestroy, inject } from '@angular/core';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { Subject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\n\nimport { ModalDemoContext } from './context';\nimport { ModalDemoData } from './data';\nimport { ModalDemoDataService } from './data.service';\nimport { ModalComponent } from './modal.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n})\nexport class DemoComponent implements OnDestroy {\n protected modalSize = 'medium';\n protected demoValue: string | null | undefined;\n\n #ngUnsubscribe = new Subject<void>();\n\n readonly #dataSvc = inject(ModalDemoDataService);\n readonly #modalSvc = inject(SkyModalService);\n readonly #waitSvc = inject(SkyWaitService);\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n\n protected onOpenModalClick(): void {\n // Display a blocking wait while data is loaded from the data service.\n this.#waitSvc\n .blockingWrap(this.#dataSvc.load())\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((data) => {\n const options: SkyModalConfigurationInterface = {\n providers: [\n {\n provide: ModalDemoContext,\n useValue: new ModalDemoContext(data),\n },\n ],\n size: this.modalSize,\n };\n\n // Show the modal after data is loaded.\n const instance = this.#modalSvc.open(ModalComponent, options);\n\n instance.closed.subscribe((result) => {\n if (result.reason === 'save') {\n // Display the updated value.\n const data = result.data as ModalDemoData;\n this.demoValue = data.value1;\n }\n });\n });\n }\n}\n"
|
|
8117
|
-
},
|
|
8118
|
-
{
|
|
8119
|
-
"fileName": "demo.component.html",
|
|
8120
|
-
"filePath": "/projects/modals/documentation/code-examples/modal/inline-help/demo.component.html",
|
|
8121
|
-
"rawContents": "<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"onOpenModalClick()\"\n>\n Open modal with inline help\n</button>\n"
|
|
8122
|
-
},
|
|
8123
|
-
{
|
|
8124
|
-
"fileName": "data.ts",
|
|
8125
|
-
"filePath": "/projects/modals/documentation/code-examples/modal/inline-help/data.ts",
|
|
8126
|
-
"rawContents": "export interface ModalDemoData {\n value1?: string | null;\n}\n"
|
|
8127
|
-
},
|
|
8128
|
-
{
|
|
8129
|
-
"fileName": "data.service.ts",
|
|
8130
|
-
"filePath": "/projects/modals/documentation/code-examples/modal/inline-help/data.service.ts",
|
|
8131
|
-
"rawContents": "import { Injectable } from '@angular/core';\n\nimport { Observable, of } from 'rxjs';\nimport { delay } from 'rxjs/operators';\n\nimport { ModalDemoData } from './data';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ModalDemoDataService {\n #data: ModalDemoData = {\n value1: 'Hello world',\n };\n\n public load(): Observable<ModalDemoData> {\n // Simulate a network request to get data.\n return of(this.#data).pipe(delay(1000));\n }\n\n public save(data: ModalDemoData): Observable<ModalDemoData> {\n this.#data = data;\n\n // Simulate a network request to save data.\n return of(this.#data).pipe(delay(1000));\n }\n}\n"
|
|
8132
|
-
},
|
|
8133
|
-
{
|
|
8134
|
-
"fileName": "context.ts",
|
|
8135
|
-
"filePath": "/projects/modals/documentation/code-examples/modal/inline-help/context.ts",
|
|
8136
|
-
"rawContents": "import { ModalDemoData } from './data';\n\nexport class ModalDemoContext {\n constructor(public data: ModalDemoData) {}\n}\n"
|
|
8137
|
-
},
|
|
8138
8652
|
{
|
|
8139
8653
|
"fileName": "modal.component.ts",
|
|
8140
8654
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-harness/modal.component.ts",
|
|
@@ -8143,7 +8657,7 @@
|
|
|
8143
8657
|
{
|
|
8144
8658
|
"fileName": "modal.component.html",
|
|
8145
8659
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-harness/modal.component.html",
|
|
8146
|
-
"rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal
|
|
8660
|
+
"rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal\n data-sky-id=\"modal-demo\"\n headingText=\"Modal title\"\n helpPopoverContent=\"Use the help inline component to invoke contextual user assistance.\"\n [isDirty]=\"demoForm.dirty\"\n >\n <sky-modal-content>\n <sky-input-box labelText=\"An input inside a modal\">\n <input formControlName=\"value1\" type=\"text\" />\n </sky-input-box>\n </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-primary\" type=\"submit\">Save</button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancelForm()\">\n Cancel\n </button>\n </sky-modal-footer>\n </sky-modal>\n</form>\n"
|
|
8147
8661
|
},
|
|
8148
8662
|
{
|
|
8149
8663
|
"fileName": "demo.component.ts",
|
|
@@ -8153,7 +8667,7 @@
|
|
|
8153
8667
|
{
|
|
8154
8668
|
"fileName": "demo.component.spec.ts",
|
|
8155
8669
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-harness/demo.component.spec.ts",
|
|
8156
|
-
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalHarness } from '@skyux/modals/testing';\n\nimport { Observable, of } from 'rxjs';\n\nimport { ModalDemoDataService } from './data.service';\nimport { DemoComponent } from './demo.component';\n\nclass mockWaitSvc {\n public blockingWrap(data: unknown): Observable<unknown> {\n return of(data);\n }\n}\n\ndescribe('Basic modal', () => {\n async function setupTest(): Promise<{\n modalHarness: SkyModalHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n fixture.componentInstance.onOpenModalClick();\n fixture.detectChanges();\n\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n const modalHarness = await loader.getHarness(\n SkyModalHarness.with({\n dataSkyId: 'modal-demo',\n }),\n );\n\n return { modalHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [DemoComponent],\n providers: [\n {\n provide: SkyWaitService,\n useClass: mockWaitSvc,\n },\n ModalDemoDataService,\n ],\n });\n });\n\n it('should open the correct modal', async () => {\n const { modalHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(modalHarness.getAriaRole()).toBeResolvedTo('dialog');\n await expectAsync(modalHarness.getSize()).toBeResolvedTo('medium');\n await expectAsync(modalHarness.isFullPage()).toBeResolvedTo(false);\n });\n});\n"
|
|
8670
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalHarness } from '@skyux/modals/testing';\n\nimport { Observable, of } from 'rxjs';\n\nimport { ModalDemoDataService } from './data.service';\nimport { DemoComponent } from './demo.component';\n\nclass mockWaitSvc {\n public blockingWrap(data: unknown): Observable<unknown> {\n return of(data);\n }\n}\n\ndescribe('Basic modal', () => {\n async function setupTest(): Promise<{\n modalHarness: SkyModalHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n const fixture = TestBed.createComponent(DemoComponent);\n fixture.componentInstance.onOpenModalClick();\n fixture.detectChanges();\n\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n const modalHarness = await loader.getHarness(\n SkyModalHarness.with({\n dataSkyId: 'modal-demo',\n }),\n );\n\n return { modalHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [DemoComponent, NoopAnimationsModule],\n providers: [\n {\n provide: SkyWaitService,\n useClass: mockWaitSvc,\n },\n ModalDemoDataService,\n ],\n });\n });\n\n it('should open the correct modal', async () => {\n const { modalHarness, fixture } = await setupTest();\n\n fixture.detectChanges();\n\n await expectAsync(modalHarness.getAriaRole()).toBeResolvedTo('dialog');\n await expectAsync(modalHarness.getSize()).toBeResolvedTo('medium');\n await expectAsync(modalHarness.isFullPage()).toBeResolvedTo(false);\n await expectAsync(modalHarness.getHeadingText()).toBeResolvedTo(\n 'Modal title',\n );\n\n await modalHarness.clickHelpInline();\n\n await expectAsync(modalHarness.getHelpPopoverContent()).toBeResolvedTo(\n 'Use the help inline component to invoke contextual user assistance.',\n );\n });\n});\n"
|
|
8157
8671
|
},
|
|
8158
8672
|
{
|
|
8159
8673
|
"fileName": "demo.component.html",
|
|
@@ -8178,17 +8692,22 @@
|
|
|
8178
8692
|
{
|
|
8179
8693
|
"fileName": "modal.component.ts",
|
|
8180
8694
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-controller/modal.component.ts",
|
|
8181
|
-
"rawContents": "import { Component, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { ModalContext } from './modal-context';\n\n@Component({\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyInputBoxModule,\n SkyModalModule,\n ],\n standalone: true,\n template:
|
|
8695
|
+
"rawContents": "import { Component, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { ModalContext } from './modal-context';\n\n@Component({\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyInputBoxModule,\n SkyModalModule,\n ],\n standalone: true,\n template: `\n <form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal headingText=\"Modal title\" helpKey=\"help.html\">\n <sky-modal-content>\n <sky-input-box>\n <input formControlName=\"value1\" type=\"text\" />\n </sky-input-box>\n </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-primary\" type=\"submit\">Save</button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"cancelForm()\"\n >\n Cancel\n </button>\n </sky-modal-footer>\n </sky-modal>\n </form>\n `,\n})\nexport class ModalComponent {\n protected demoForm: FormGroup<{\n value1: FormControl<string | null | undefined>;\n }>;\n\n readonly #context = inject(ModalContext);\n readonly #instance = inject(SkyModalInstance);\n\n constructor() {\n this.demoForm = inject(FormBuilder).group({\n value1: new FormControl(this.#context.data?.value1),\n });\n }\n\n protected cancelForm(): void {\n this.#instance.cancel();\n }\n\n protected saveForm(): void {\n this.#instance.save({});\n }\n}\n"
|
|
8182
8696
|
},
|
|
8183
8697
|
{
|
|
8184
8698
|
"fileName": "modal-context.ts",
|
|
8185
8699
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-controller/modal-context.ts",
|
|
8186
8700
|
"rawContents": "import { Injectable } from '@angular/core';\n\n@Injectable()\nexport class ModalContext {\n public data:\n | {\n value1: string;\n }\n | undefined;\n}\n"
|
|
8187
8701
|
},
|
|
8702
|
+
{
|
|
8703
|
+
"fileName": "help.service.ts",
|
|
8704
|
+
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-controller/help.service.ts",
|
|
8705
|
+
"rawContents": "import { Injectable } from '@angular/core';\nimport { SkyHelpOpenArgs, SkyHelpService } from '@skyux/core';\n\n/**\n * This is a mock implementation of the help service. In a production scenario,\n * the `SkyHelpService` would be provided at the application root.\n * @see: https://developer.blackbaud.com/skyux/learn/develop/global-help\n */\n@Injectable({ providedIn: 'root' })\nexport class MyHelpService extends SkyHelpService {\n public override openHelp(args: SkyHelpOpenArgs): void {\n console.error(`Open help panel to key: ${args.helpKey}`);\n }\n}\n"
|
|
8706
|
+
},
|
|
8188
8707
|
{
|
|
8189
8708
|
"fileName": "demo.component.ts",
|
|
8190
8709
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-controller/demo.component.ts",
|
|
8191
|
-
"rawContents": "import { Component, OnDestroy, inject } from '@angular/core';\nimport {\n SkyModalError,\n SkyModalInstance,\n SkyModalService,\n} from '@skyux/modals';\n\nimport { ModalContext } from './modal-context';\nimport { ModalComponent } from './modal.component';\n\n@Component({\n imports: [],\n selector: 'app-demo',\n standalone: true,\n template: `<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"openModal()\"\n >\n Open modal\n </button>`,\n})\nexport class DemoComponent implements OnDestroy {\n public hasErrors = false;\n\n protected errors: SkyModalError[] = [];\n\n readonly #instances: SkyModalInstance[] = [];\n readonly #modalSvc = inject(SkyModalService);\n\n public ngOnDestroy(): void {\n this.#instances.forEach((i) => i.close());\n }\n\n public openModal(): void {\n const instance = this.#modalSvc.open(ModalComponent, {\n providers: [\n {\n provide: ModalContext,\n useValue: { value1: 'Hello!' },\n },\n ],\n });\n\n instance.beforeClose.subscribe((handler) => {\n if (this.hasErrors && handler.closeArgs.reason !== 'cancel') {\n this.errors = [\n {\n message: 'Something bad happened.',\n },\n ];\n } else {\n handler.closeModal();\n }\n });\n\n this.#instances.push(instance);\n }\n}\n"
|
|
8710
|
+
"rawContents": "import { Component, OnDestroy, inject } from '@angular/core';\nimport { SkyHelpService } from '@skyux/core';\nimport {\n SkyModalError,\n SkyModalInstance,\n SkyModalService,\n} from '@skyux/modals';\n\nimport { MyHelpService } from './help.service';\nimport { ModalContext } from './modal-context';\nimport { ModalComponent } from './modal.component';\n\n@Component({\n imports: [],\n selector: 'app-demo',\n standalone: true,\n template: `<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"openModal()\"\n >\n Open modal\n </button>`,\n})\nexport class DemoComponent implements OnDestroy {\n public hasErrors = false;\n\n protected errors: SkyModalError[] = [];\n\n readonly #instances: SkyModalInstance[] = [];\n readonly #modalSvc = inject(SkyModalService);\n\n public ngOnDestroy(): void {\n this.#instances.forEach((i) => i.close());\n }\n\n public openModal(): void {\n const instance = this.#modalSvc.open(ModalComponent, {\n providers: [\n {\n provide: ModalContext,\n useValue: { value1: 'Hello!' },\n },\n // NOTE: The help service is normally provided at the application root, but\n // it is added here purely for demonstration purposes.\n // See: https://developer.blackbaud.com/skyux/learn/develop/global-help\n {\n provide: SkyHelpService,\n useExisting: MyHelpService,\n },\n ],\n });\n\n instance.beforeClose.subscribe((handler) => {\n if (this.hasErrors && handler.closeArgs.reason !== 'cancel') {\n this.errors = [\n {\n message: 'Something bad happened.',\n },\n ];\n } else {\n handler.closeModal();\n }\n });\n\n this.#instances.push(instance);\n }\n}\n"
|
|
8192
8711
|
},
|
|
8193
8712
|
{
|
|
8194
8713
|
"fileName": "demo.component.spec.ts",
|
|
@@ -8235,52 +8754,18 @@
|
|
|
8235
8754
|
"@angular/router": "17.3.4",
|
|
8236
8755
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8237
8756
|
"@schematics/angular": "17.3.2",
|
|
8238
|
-
"@skyux-sdk/testing": "10.
|
|
8239
|
-
"@skyux/assets": "10.
|
|
8240
|
-
"@skyux/core": "10.
|
|
8241
|
-
"@skyux/forms": "10.
|
|
8242
|
-
"@skyux/help-inline": "10.
|
|
8243
|
-
"@skyux/i18n": "10.
|
|
8244
|
-
"@skyux/icon": "10.
|
|
8245
|
-
"@skyux/icons": "7.3.0",
|
|
8246
|
-
"@skyux/indicators": "10.31.1",
|
|
8247
|
-
"@skyux/modals": "10.31.1",
|
|
8248
|
-
"@skyux/popovers": "10.31.1",
|
|
8249
|
-
"@skyux/theme": "10.31.1",
|
|
8250
|
-
"axe-core": "4.9.0",
|
|
8251
|
-
"cross-spawn": "7.0.3",
|
|
8252
|
-
"fontfaceobserver": "2.3.0",
|
|
8253
|
-
"glob": "10.3.10",
|
|
8254
|
-
"jsonc-parser": "3.2.1",
|
|
8255
|
-
"rxjs": "7.8.1",
|
|
8256
|
-
"tslib": "2.6.2",
|
|
8257
|
-
"zone.js": "0.14.4"
|
|
8258
|
-
},
|
|
8259
|
-
"/projects/modals/documentation/code-examples/modal/inline-help": {
|
|
8260
|
-
"@angular-devkit/core": "17.3.4",
|
|
8261
|
-
"@angular-devkit/schematics": "17.3.4",
|
|
8262
|
-
"@angular/animations": "17.3.4",
|
|
8263
|
-
"@angular/cdk": "17.3.4",
|
|
8264
|
-
"@angular/cli": "17.3.4",
|
|
8265
|
-
"@angular/common": "17.3.4",
|
|
8266
|
-
"@angular/core": "17.3.4",
|
|
8267
|
-
"@angular/forms": "17.3.4",
|
|
8268
|
-
"@angular/platform-browser": "17.3.4",
|
|
8269
|
-
"@angular/router": "17.3.4",
|
|
8270
|
-
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8271
|
-
"@schematics/angular": "17.3.2",
|
|
8272
|
-
"@skyux-sdk/testing": "10.31.1",
|
|
8273
|
-
"@skyux/assets": "10.31.1",
|
|
8274
|
-
"@skyux/core": "10.31.1",
|
|
8275
|
-
"@skyux/forms": "10.31.1",
|
|
8276
|
-
"@skyux/help-inline": "10.31.1",
|
|
8277
|
-
"@skyux/i18n": "10.31.1",
|
|
8278
|
-
"@skyux/icon": "10.31.1",
|
|
8757
|
+
"@skyux-sdk/testing": "10.33.0",
|
|
8758
|
+
"@skyux/assets": "10.33.0",
|
|
8759
|
+
"@skyux/core": "10.33.0",
|
|
8760
|
+
"@skyux/forms": "10.33.0",
|
|
8761
|
+
"@skyux/help-inline": "10.33.0",
|
|
8762
|
+
"@skyux/i18n": "10.33.0",
|
|
8763
|
+
"@skyux/icon": "10.33.0",
|
|
8279
8764
|
"@skyux/icons": "7.3.0",
|
|
8280
|
-
"@skyux/indicators": "10.
|
|
8281
|
-
"@skyux/modals": "10.
|
|
8282
|
-
"@skyux/popovers": "10.
|
|
8283
|
-
"@skyux/theme": "10.
|
|
8765
|
+
"@skyux/indicators": "10.33.0",
|
|
8766
|
+
"@skyux/modals": "10.33.0",
|
|
8767
|
+
"@skyux/popovers": "10.33.0",
|
|
8768
|
+
"@skyux/theme": "10.33.0",
|
|
8284
8769
|
"axe-core": "4.9.0",
|
|
8285
8770
|
"cross-spawn": "7.0.3",
|
|
8286
8771
|
"fontfaceobserver": "2.3.0",
|
|
@@ -8303,18 +8788,18 @@
|
|
|
8303
8788
|
"@angular/router": "17.3.4",
|
|
8304
8789
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8305
8790
|
"@schematics/angular": "17.3.2",
|
|
8306
|
-
"@skyux-sdk/testing": "10.
|
|
8307
|
-
"@skyux/assets": "10.
|
|
8308
|
-
"@skyux/core": "10.
|
|
8309
|
-
"@skyux/forms": "10.
|
|
8310
|
-
"@skyux/help-inline": "10.
|
|
8311
|
-
"@skyux/i18n": "10.
|
|
8312
|
-
"@skyux/icon": "10.
|
|
8791
|
+
"@skyux-sdk/testing": "10.33.0",
|
|
8792
|
+
"@skyux/assets": "10.33.0",
|
|
8793
|
+
"@skyux/core": "10.33.0",
|
|
8794
|
+
"@skyux/forms": "10.33.0",
|
|
8795
|
+
"@skyux/help-inline": "10.33.0",
|
|
8796
|
+
"@skyux/i18n": "10.33.0",
|
|
8797
|
+
"@skyux/icon": "10.33.0",
|
|
8313
8798
|
"@skyux/icons": "7.3.0",
|
|
8314
|
-
"@skyux/indicators": "10.
|
|
8315
|
-
"@skyux/modals": "10.
|
|
8316
|
-
"@skyux/popovers": "10.
|
|
8317
|
-
"@skyux/theme": "10.
|
|
8799
|
+
"@skyux/indicators": "10.33.0",
|
|
8800
|
+
"@skyux/modals": "10.33.0",
|
|
8801
|
+
"@skyux/popovers": "10.33.0",
|
|
8802
|
+
"@skyux/theme": "10.33.0",
|
|
8318
8803
|
"axe-core": "4.9.0",
|
|
8319
8804
|
"cross-spawn": "7.0.3",
|
|
8320
8805
|
"fontfaceobserver": "2.3.0",
|
|
@@ -8337,18 +8822,18 @@
|
|
|
8337
8822
|
"@angular/router": "17.3.4",
|
|
8338
8823
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8339
8824
|
"@schematics/angular": "17.3.2",
|
|
8340
|
-
"@skyux-sdk/testing": "10.
|
|
8341
|
-
"@skyux/assets": "10.
|
|
8342
|
-
"@skyux/core": "10.
|
|
8343
|
-
"@skyux/forms": "10.
|
|
8344
|
-
"@skyux/help-inline": "10.
|
|
8345
|
-
"@skyux/i18n": "10.
|
|
8346
|
-
"@skyux/icon": "10.
|
|
8825
|
+
"@skyux-sdk/testing": "10.33.0",
|
|
8826
|
+
"@skyux/assets": "10.33.0",
|
|
8827
|
+
"@skyux/core": "10.33.0",
|
|
8828
|
+
"@skyux/forms": "10.33.0",
|
|
8829
|
+
"@skyux/help-inline": "10.33.0",
|
|
8830
|
+
"@skyux/i18n": "10.33.0",
|
|
8831
|
+
"@skyux/icon": "10.33.0",
|
|
8347
8832
|
"@skyux/icons": "7.3.0",
|
|
8348
|
-
"@skyux/indicators": "10.
|
|
8349
|
-
"@skyux/modals": "10.
|
|
8350
|
-
"@skyux/popovers": "10.
|
|
8351
|
-
"@skyux/theme": "10.
|
|
8833
|
+
"@skyux/indicators": "10.33.0",
|
|
8834
|
+
"@skyux/modals": "10.33.0",
|
|
8835
|
+
"@skyux/popovers": "10.33.0",
|
|
8836
|
+
"@skyux/theme": "10.33.0",
|
|
8352
8837
|
"axe-core": "4.9.0",
|
|
8353
8838
|
"cross-spawn": "7.0.3",
|
|
8354
8839
|
"fontfaceobserver": "2.3.0",
|
|
@@ -8371,15 +8856,17 @@
|
|
|
8371
8856
|
"@angular/router": "17.3.4",
|
|
8372
8857
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8373
8858
|
"@schematics/angular": "17.3.2",
|
|
8374
|
-
"@skyux-sdk/testing": "10.
|
|
8375
|
-
"@skyux/assets": "10.
|
|
8376
|
-
"@skyux/core": "10.
|
|
8377
|
-
"@skyux/
|
|
8378
|
-
"@skyux/
|
|
8859
|
+
"@skyux-sdk/testing": "10.33.0",
|
|
8860
|
+
"@skyux/assets": "10.33.0",
|
|
8861
|
+
"@skyux/core": "10.33.0",
|
|
8862
|
+
"@skyux/help-inline": "10.33.0",
|
|
8863
|
+
"@skyux/i18n": "10.33.0",
|
|
8864
|
+
"@skyux/icon": "10.33.0",
|
|
8379
8865
|
"@skyux/icons": "7.3.0",
|
|
8380
|
-
"@skyux/indicators": "10.
|
|
8381
|
-
"@skyux/modals": "10.
|
|
8382
|
-
"@skyux/
|
|
8866
|
+
"@skyux/indicators": "10.33.0",
|
|
8867
|
+
"@skyux/modals": "10.33.0",
|
|
8868
|
+
"@skyux/popovers": "10.33.0",
|
|
8869
|
+
"@skyux/theme": "10.33.0",
|
|
8383
8870
|
"axe-core": "4.9.0",
|
|
8384
8871
|
"cross-spawn": "7.0.3",
|
|
8385
8872
|
"fontfaceobserver": "2.3.0",
|
|
@@ -8402,15 +8889,17 @@
|
|
|
8402
8889
|
"@angular/router": "17.3.4",
|
|
8403
8890
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8404
8891
|
"@schematics/angular": "17.3.2",
|
|
8405
|
-
"@skyux-sdk/testing": "10.
|
|
8406
|
-
"@skyux/assets": "10.
|
|
8407
|
-
"@skyux/core": "10.
|
|
8408
|
-
"@skyux/
|
|
8409
|
-
"@skyux/
|
|
8892
|
+
"@skyux-sdk/testing": "10.33.0",
|
|
8893
|
+
"@skyux/assets": "10.33.0",
|
|
8894
|
+
"@skyux/core": "10.33.0",
|
|
8895
|
+
"@skyux/help-inline": "10.33.0",
|
|
8896
|
+
"@skyux/i18n": "10.33.0",
|
|
8897
|
+
"@skyux/icon": "10.33.0",
|
|
8410
8898
|
"@skyux/icons": "7.3.0",
|
|
8411
|
-
"@skyux/indicators": "10.
|
|
8412
|
-
"@skyux/modals": "10.
|
|
8413
|
-
"@skyux/
|
|
8899
|
+
"@skyux/indicators": "10.33.0",
|
|
8900
|
+
"@skyux/modals": "10.33.0",
|
|
8901
|
+
"@skyux/popovers": "10.33.0",
|
|
8902
|
+
"@skyux/theme": "10.33.0",
|
|
8414
8903
|
"axe-core": "4.9.0",
|
|
8415
8904
|
"cross-spawn": "7.0.3",
|
|
8416
8905
|
"fontfaceobserver": "2.3.0",
|