@skyux/modals 10.31.1 → 10.32.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 +1231 -723
- 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 +39 -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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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/f475191/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": 205,
|
|
2413
2425
|
"character": 2,
|
|
2414
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2426
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L205"
|
|
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": 205,
|
|
2428
2440
|
"character": 2,
|
|
2429
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2441
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L205"
|
|
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": 159,
|
|
2453
2465
|
"character": 9,
|
|
2454
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2466
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L159"
|
|
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": 122,
|
|
2476
2488
|
"character": 9,
|
|
2477
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2489
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L122"
|
|
2478
2490
|
}
|
|
2479
2491
|
],
|
|
2480
2492
|
"type": {
|
|
@@ -2485,19 +2497,216 @@
|
|
|
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
|
+
"blockTags": [
|
|
2515
|
+
{
|
|
2516
|
+
"tag": "@preview",
|
|
2517
|
+
"content": []
|
|
2518
|
+
}
|
|
2519
|
+
]
|
|
2520
|
+
},
|
|
2521
|
+
"sources": [
|
|
2522
|
+
{
|
|
2523
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2524
|
+
"line": 86,
|
|
2525
|
+
"character": 9,
|
|
2526
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L86"
|
|
2527
|
+
}
|
|
2528
|
+
],
|
|
2529
|
+
"type": {
|
|
2530
|
+
"type": "intrinsic",
|
|
2531
|
+
"name": "string"
|
|
2532
|
+
},
|
|
2533
|
+
"decorators": [
|
|
2534
|
+
{
|
|
2535
|
+
"name": "Input"
|
|
2536
|
+
}
|
|
2537
|
+
]
|
|
2538
|
+
},
|
|
2539
|
+
{
|
|
2540
|
+
"id": 263,
|
|
2489
2541
|
"name": "helpKey",
|
|
2490
2542
|
"variant": "declaration",
|
|
2491
2543
|
"kind": 1024,
|
|
2492
2544
|
"flags": {
|
|
2493
2545
|
"isPublic": true
|
|
2494
2546
|
},
|
|
2547
|
+
"comment": {
|
|
2548
|
+
"summary": [
|
|
2549
|
+
{
|
|
2550
|
+
"kind": "text",
|
|
2551
|
+
"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."
|
|
2552
|
+
}
|
|
2553
|
+
],
|
|
2554
|
+
"blockTags": [
|
|
2555
|
+
{
|
|
2556
|
+
"tag": "@preview",
|
|
2557
|
+
"content": []
|
|
2558
|
+
}
|
|
2559
|
+
]
|
|
2560
|
+
},
|
|
2561
|
+
"sources": [
|
|
2562
|
+
{
|
|
2563
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2564
|
+
"line": 94,
|
|
2565
|
+
"character": 9,
|
|
2566
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L94"
|
|
2567
|
+
}
|
|
2568
|
+
],
|
|
2569
|
+
"type": {
|
|
2570
|
+
"type": "intrinsic",
|
|
2571
|
+
"name": "string"
|
|
2572
|
+
},
|
|
2573
|
+
"decorators": [
|
|
2574
|
+
{
|
|
2575
|
+
"name": "Input"
|
|
2576
|
+
}
|
|
2577
|
+
]
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"id": 264,
|
|
2581
|
+
"name": "helpPopoverContent",
|
|
2582
|
+
"variant": "declaration",
|
|
2583
|
+
"kind": 1024,
|
|
2584
|
+
"flags": {
|
|
2585
|
+
"isPublic": true
|
|
2586
|
+
},
|
|
2587
|
+
"comment": {
|
|
2588
|
+
"summary": [
|
|
2589
|
+
{
|
|
2590
|
+
"kind": "text",
|
|
2591
|
+
"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."
|
|
2592
|
+
}
|
|
2593
|
+
],
|
|
2594
|
+
"blockTags": [
|
|
2595
|
+
{
|
|
2596
|
+
"tag": "@preview",
|
|
2597
|
+
"content": []
|
|
2598
|
+
}
|
|
2599
|
+
]
|
|
2600
|
+
},
|
|
2601
|
+
"sources": [
|
|
2602
|
+
{
|
|
2603
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2604
|
+
"line": 103,
|
|
2605
|
+
"character": 9,
|
|
2606
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L103"
|
|
2607
|
+
}
|
|
2608
|
+
],
|
|
2609
|
+
"type": {
|
|
2610
|
+
"type": "union",
|
|
2611
|
+
"types": [
|
|
2612
|
+
{
|
|
2613
|
+
"type": "intrinsic",
|
|
2614
|
+
"name": "string"
|
|
2615
|
+
},
|
|
2616
|
+
{
|
|
2617
|
+
"type": "reference",
|
|
2618
|
+
"target": {
|
|
2619
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
2620
|
+
"qualifiedName": "TemplateRef"
|
|
2621
|
+
},
|
|
2622
|
+
"typeArguments": [
|
|
2623
|
+
{
|
|
2624
|
+
"type": "intrinsic",
|
|
2625
|
+
"name": "unknown"
|
|
2626
|
+
}
|
|
2627
|
+
],
|
|
2628
|
+
"name": "TemplateRef",
|
|
2629
|
+
"package": "@angular/core"
|
|
2630
|
+
}
|
|
2631
|
+
]
|
|
2632
|
+
},
|
|
2633
|
+
"decorators": [
|
|
2634
|
+
{
|
|
2635
|
+
"name": "Input"
|
|
2636
|
+
}
|
|
2637
|
+
]
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"id": 265,
|
|
2641
|
+
"name": "helpPopoverTitle",
|
|
2642
|
+
"variant": "declaration",
|
|
2643
|
+
"kind": 1024,
|
|
2644
|
+
"flags": {
|
|
2645
|
+
"isPublic": true
|
|
2646
|
+
},
|
|
2647
|
+
"comment": {
|
|
2648
|
+
"summary": [
|
|
2649
|
+
{
|
|
2650
|
+
"kind": "text",
|
|
2651
|
+
"text": "The title of the help popover. This property only applies when "
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"kind": "code",
|
|
2655
|
+
"text": "`helpPopoverContent`"
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
"kind": "text",
|
|
2659
|
+
"text": " is\nalso specified."
|
|
2660
|
+
}
|
|
2661
|
+
],
|
|
2662
|
+
"blockTags": [
|
|
2663
|
+
{
|
|
2664
|
+
"tag": "@preview",
|
|
2665
|
+
"content": []
|
|
2666
|
+
}
|
|
2667
|
+
]
|
|
2668
|
+
},
|
|
2669
|
+
"sources": [
|
|
2670
|
+
{
|
|
2671
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2672
|
+
"line": 111,
|
|
2673
|
+
"character": 9,
|
|
2674
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L111"
|
|
2675
|
+
}
|
|
2676
|
+
],
|
|
2677
|
+
"type": {
|
|
2678
|
+
"type": "intrinsic",
|
|
2679
|
+
"name": "string"
|
|
2680
|
+
},
|
|
2681
|
+
"decorators": [
|
|
2682
|
+
{
|
|
2683
|
+
"name": "Input"
|
|
2684
|
+
}
|
|
2685
|
+
]
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"id": 280,
|
|
2689
|
+
"name": "legacyHelpKey",
|
|
2690
|
+
"variant": "declaration",
|
|
2691
|
+
"kind": 1024,
|
|
2692
|
+
"flags": {
|
|
2693
|
+
"isPublic": true
|
|
2694
|
+
},
|
|
2695
|
+
"comment": {
|
|
2696
|
+
"summary": [],
|
|
2697
|
+
"blockTags": [
|
|
2698
|
+
{
|
|
2699
|
+
"tag": "@deprecated",
|
|
2700
|
+
"content": []
|
|
2701
|
+
}
|
|
2702
|
+
]
|
|
2703
|
+
},
|
|
2495
2704
|
"sources": [
|
|
2496
2705
|
{
|
|
2497
2706
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2498
|
-
"line":
|
|
2707
|
+
"line": 164,
|
|
2499
2708
|
"character": 9,
|
|
2500
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2709
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L164"
|
|
2501
2710
|
}
|
|
2502
2711
|
],
|
|
2503
2712
|
"type": {
|
|
@@ -2507,7 +2716,7 @@
|
|
|
2507
2716
|
"decorators": []
|
|
2508
2717
|
},
|
|
2509
2718
|
{
|
|
2510
|
-
"id":
|
|
2719
|
+
"id": 285,
|
|
2511
2720
|
"name": "modalContentWrapperElement",
|
|
2512
2721
|
"variant": "declaration",
|
|
2513
2722
|
"kind": 1024,
|
|
@@ -2517,9 +2726,9 @@
|
|
|
2517
2726
|
"sources": [
|
|
2518
2727
|
{
|
|
2519
2728
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2520
|
-
"line":
|
|
2729
|
+
"line": 175,
|
|
2521
2730
|
"character": 9,
|
|
2522
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2731
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L175"
|
|
2523
2732
|
}
|
|
2524
2733
|
],
|
|
2525
2734
|
"type": {
|
|
@@ -2540,7 +2749,7 @@
|
|
|
2540
2749
|
"decorators": []
|
|
2541
2750
|
},
|
|
2542
2751
|
{
|
|
2543
|
-
"id":
|
|
2752
|
+
"id": 281,
|
|
2544
2753
|
"name": "modalState",
|
|
2545
2754
|
"variant": "declaration",
|
|
2546
2755
|
"kind": 1024,
|
|
@@ -2550,9 +2759,9 @@
|
|
|
2550
2759
|
"sources": [
|
|
2551
2760
|
{
|
|
2552
2761
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2553
|
-
"line":
|
|
2762
|
+
"line": 166,
|
|
2554
2763
|
"character": 9,
|
|
2555
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2764
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L166"
|
|
2556
2765
|
}
|
|
2557
2766
|
],
|
|
2558
2767
|
"type": {
|
|
@@ -2563,7 +2772,7 @@
|
|
|
2563
2772
|
"decorators": []
|
|
2564
2773
|
},
|
|
2565
2774
|
{
|
|
2566
|
-
"id":
|
|
2775
|
+
"id": 282,
|
|
2567
2776
|
"name": "modalZIndex",
|
|
2568
2777
|
"variant": "declaration",
|
|
2569
2778
|
"kind": 1024,
|
|
@@ -2573,9 +2782,9 @@
|
|
|
2573
2782
|
"sources": [
|
|
2574
2783
|
{
|
|
2575
2784
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2576
|
-
"line":
|
|
2785
|
+
"line": 168,
|
|
2577
2786
|
"character": 9,
|
|
2578
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2787
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L168"
|
|
2579
2788
|
}
|
|
2580
2789
|
],
|
|
2581
2790
|
"type": {
|
|
@@ -2585,7 +2794,7 @@
|
|
|
2585
2794
|
"decorators": []
|
|
2586
2795
|
},
|
|
2587
2796
|
{
|
|
2588
|
-
"id":
|
|
2797
|
+
"id": 283,
|
|
2589
2798
|
"name": "scrollShadow",
|
|
2590
2799
|
"variant": "declaration",
|
|
2591
2800
|
"kind": 1024,
|
|
@@ -2595,9 +2804,9 @@
|
|
|
2595
2804
|
"sources": [
|
|
2596
2805
|
{
|
|
2597
2806
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2598
|
-
"line":
|
|
2807
|
+
"line": 170,
|
|
2599
2808
|
"character": 9,
|
|
2600
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2809
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L170"
|
|
2601
2810
|
}
|
|
2602
2811
|
],
|
|
2603
2812
|
"type": {
|
|
@@ -2612,7 +2821,7 @@
|
|
|
2612
2821
|
"decorators": []
|
|
2613
2822
|
},
|
|
2614
2823
|
{
|
|
2615
|
-
"id":
|
|
2824
|
+
"id": 284,
|
|
2616
2825
|
"name": "size",
|
|
2617
2826
|
"variant": "declaration",
|
|
2618
2827
|
"kind": 1024,
|
|
@@ -2622,9 +2831,9 @@
|
|
|
2622
2831
|
"sources": [
|
|
2623
2832
|
{
|
|
2624
2833
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2625
|
-
"line":
|
|
2834
|
+
"line": 172,
|
|
2626
2835
|
"character": 9,
|
|
2627
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2836
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L172"
|
|
2628
2837
|
}
|
|
2629
2838
|
],
|
|
2630
2839
|
"type": {
|
|
@@ -2644,9 +2853,9 @@
|
|
|
2644
2853
|
"sources": [
|
|
2645
2854
|
{
|
|
2646
2855
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2647
|
-
"line":
|
|
2856
|
+
"line": 71,
|
|
2648
2857
|
"character": 9,
|
|
2649
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2858
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L71"
|
|
2650
2859
|
}
|
|
2651
2860
|
],
|
|
2652
2861
|
"type": {
|
|
@@ -2656,7 +2865,7 @@
|
|
|
2656
2865
|
"decorators": []
|
|
2657
2866
|
},
|
|
2658
2867
|
{
|
|
2659
|
-
"id":
|
|
2868
|
+
"id": 271,
|
|
2660
2869
|
"name": "ariaDescribedBy",
|
|
2661
2870
|
"variant": "declaration",
|
|
2662
2871
|
"kind": 262144,
|
|
@@ -2666,13 +2875,13 @@
|
|
|
2666
2875
|
"sources": [
|
|
2667
2876
|
{
|
|
2668
2877
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2669
|
-
"line":
|
|
2878
|
+
"line": 141,
|
|
2670
2879
|
"character": 13,
|
|
2671
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2880
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L141"
|
|
2672
2881
|
}
|
|
2673
2882
|
],
|
|
2674
2883
|
"getSignature": {
|
|
2675
|
-
"id":
|
|
2884
|
+
"id": 272,
|
|
2676
2885
|
"name": "ariaDescribedBy",
|
|
2677
2886
|
"variant": "signature",
|
|
2678
2887
|
"kind": 524288,
|
|
@@ -2680,9 +2889,9 @@
|
|
|
2680
2889
|
"sources": [
|
|
2681
2890
|
{
|
|
2682
2891
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2683
|
-
"line":
|
|
2892
|
+
"line": 141,
|
|
2684
2893
|
"character": 13,
|
|
2685
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2894
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L141"
|
|
2686
2895
|
}
|
|
2687
2896
|
],
|
|
2688
2897
|
"type": {
|
|
@@ -2697,7 +2906,7 @@
|
|
|
2697
2906
|
]
|
|
2698
2907
|
},
|
|
2699
2908
|
{
|
|
2700
|
-
"id":
|
|
2909
|
+
"id": 275,
|
|
2701
2910
|
"name": "ariaLabelledBy",
|
|
2702
2911
|
"variant": "declaration",
|
|
2703
2912
|
"kind": 262144,
|
|
@@ -2707,13 +2916,13 @@
|
|
|
2707
2916
|
"sources": [
|
|
2708
2917
|
{
|
|
2709
2918
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2710
|
-
"line":
|
|
2919
|
+
"line": 155,
|
|
2711
2920
|
"character": 13,
|
|
2712
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2921
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L155"
|
|
2713
2922
|
}
|
|
2714
2923
|
],
|
|
2715
2924
|
"getSignature": {
|
|
2716
|
-
"id":
|
|
2925
|
+
"id": 276,
|
|
2717
2926
|
"name": "ariaLabelledBy",
|
|
2718
2927
|
"variant": "signature",
|
|
2719
2928
|
"kind": 524288,
|
|
@@ -2721,9 +2930,9 @@
|
|
|
2721
2930
|
"sources": [
|
|
2722
2931
|
{
|
|
2723
2932
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2724
|
-
"line":
|
|
2933
|
+
"line": 155,
|
|
2725
2934
|
"character": 13,
|
|
2726
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2935
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L155"
|
|
2727
2936
|
}
|
|
2728
2937
|
],
|
|
2729
2938
|
"type": {
|
|
@@ -2748,9 +2957,9 @@
|
|
|
2748
2957
|
"sources": [
|
|
2749
2958
|
{
|
|
2750
2959
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2751
|
-
"line":
|
|
2960
|
+
"line": 77,
|
|
2752
2961
|
"character": 13,
|
|
2753
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2962
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L77"
|
|
2754
2963
|
}
|
|
2755
2964
|
],
|
|
2756
2965
|
"setSignature": {
|
|
@@ -2770,9 +2979,9 @@
|
|
|
2770
2979
|
"sources": [
|
|
2771
2980
|
{
|
|
2772
2981
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2773
|
-
"line":
|
|
2982
|
+
"line": 77,
|
|
2774
2983
|
"character": 13,
|
|
2775
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2984
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L77"
|
|
2776
2985
|
}
|
|
2777
2986
|
],
|
|
2778
2987
|
"parameters": [
|
|
@@ -2805,7 +3014,7 @@
|
|
|
2805
3014
|
]
|
|
2806
3015
|
},
|
|
2807
3016
|
{
|
|
2808
|
-
"id":
|
|
3017
|
+
"id": 314,
|
|
2809
3018
|
"name": "closeButtonClick",
|
|
2810
3019
|
"variant": "declaration",
|
|
2811
3020
|
"kind": 2048,
|
|
@@ -2815,14 +3024,14 @@
|
|
|
2815
3024
|
"sources": [
|
|
2816
3025
|
{
|
|
2817
3026
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2818
|
-
"line":
|
|
3027
|
+
"line": 330,
|
|
2819
3028
|
"character": 9,
|
|
2820
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3029
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L330"
|
|
2821
3030
|
}
|
|
2822
3031
|
],
|
|
2823
3032
|
"signatures": [
|
|
2824
3033
|
{
|
|
2825
|
-
"id":
|
|
3034
|
+
"id": 315,
|
|
2826
3035
|
"name": "closeButtonClick",
|
|
2827
3036
|
"variant": "signature",
|
|
2828
3037
|
"kind": 4096,
|
|
@@ -2830,9 +3039,9 @@
|
|
|
2830
3039
|
"sources": [
|
|
2831
3040
|
{
|
|
2832
3041
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2833
|
-
"line":
|
|
3042
|
+
"line": 330,
|
|
2834
3043
|
"character": 9,
|
|
2835
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3044
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L330"
|
|
2836
3045
|
}
|
|
2837
3046
|
],
|
|
2838
3047
|
"type": {
|
|
@@ -2844,7 +3053,7 @@
|
|
|
2844
3053
|
"decorators": []
|
|
2845
3054
|
},
|
|
2846
3055
|
{
|
|
2847
|
-
"id":
|
|
3056
|
+
"id": 312,
|
|
2848
3057
|
"name": "helpButtonClick",
|
|
2849
3058
|
"variant": "declaration",
|
|
2850
3059
|
"kind": 2048,
|
|
@@ -2854,24 +3063,33 @@
|
|
|
2854
3063
|
"sources": [
|
|
2855
3064
|
{
|
|
2856
3065
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2857
|
-
"line":
|
|
3066
|
+
"line": 324,
|
|
2858
3067
|
"character": 9,
|
|
2859
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3068
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L324"
|
|
2860
3069
|
}
|
|
2861
3070
|
],
|
|
2862
3071
|
"signatures": [
|
|
2863
3072
|
{
|
|
2864
|
-
"id":
|
|
3073
|
+
"id": 313,
|
|
2865
3074
|
"name": "helpButtonClick",
|
|
2866
3075
|
"variant": "signature",
|
|
2867
3076
|
"kind": 4096,
|
|
2868
3077
|
"flags": {},
|
|
3078
|
+
"comment": {
|
|
3079
|
+
"summary": [],
|
|
3080
|
+
"blockTags": [
|
|
3081
|
+
{
|
|
3082
|
+
"tag": "@deprecated",
|
|
3083
|
+
"content": []
|
|
3084
|
+
}
|
|
3085
|
+
]
|
|
3086
|
+
},
|
|
2869
3087
|
"sources": [
|
|
2870
3088
|
{
|
|
2871
3089
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2872
|
-
"line":
|
|
3090
|
+
"line": 324,
|
|
2873
3091
|
"character": 9,
|
|
2874
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3092
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L324"
|
|
2875
3093
|
}
|
|
2876
3094
|
],
|
|
2877
3095
|
"type": {
|
|
@@ -2883,7 +3101,7 @@
|
|
|
2883
3101
|
"decorators": []
|
|
2884
3102
|
},
|
|
2885
3103
|
{
|
|
2886
|
-
"id":
|
|
3104
|
+
"id": 308,
|
|
2887
3105
|
"name": "ngAfterViewInit",
|
|
2888
3106
|
"variant": "declaration",
|
|
2889
3107
|
"kind": 2048,
|
|
@@ -2893,14 +3111,14 @@
|
|
|
2893
3111
|
"sources": [
|
|
2894
3112
|
{
|
|
2895
3113
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2896
|
-
"line":
|
|
3114
|
+
"line": 289,
|
|
2897
3115
|
"character": 9,
|
|
2898
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3116
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L289"
|
|
2899
3117
|
}
|
|
2900
3118
|
],
|
|
2901
3119
|
"signatures": [
|
|
2902
3120
|
{
|
|
2903
|
-
"id":
|
|
3121
|
+
"id": 309,
|
|
2904
3122
|
"name": "ngAfterViewInit",
|
|
2905
3123
|
"variant": "signature",
|
|
2906
3124
|
"kind": 4096,
|
|
@@ -2908,9 +3126,9 @@
|
|
|
2908
3126
|
"sources": [
|
|
2909
3127
|
{
|
|
2910
3128
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2911
|
-
"line":
|
|
3129
|
+
"line": 289,
|
|
2912
3130
|
"character": 9,
|
|
2913
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3131
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L289"
|
|
2914
3132
|
}
|
|
2915
3133
|
],
|
|
2916
3134
|
"type": {
|
|
@@ -2932,7 +3150,7 @@
|
|
|
2932
3150
|
"decorators": []
|
|
2933
3151
|
},
|
|
2934
3152
|
{
|
|
2935
|
-
"id":
|
|
3153
|
+
"id": 310,
|
|
2936
3154
|
"name": "ngOnDestroy",
|
|
2937
3155
|
"variant": "declaration",
|
|
2938
3156
|
"kind": 2048,
|
|
@@ -2942,14 +3160,14 @@
|
|
|
2942
3160
|
"sources": [
|
|
2943
3161
|
{
|
|
2944
3162
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2945
|
-
"line":
|
|
3163
|
+
"line": 312,
|
|
2946
3164
|
"character": 9,
|
|
2947
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3165
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L312"
|
|
2948
3166
|
}
|
|
2949
3167
|
],
|
|
2950
3168
|
"signatures": [
|
|
2951
3169
|
{
|
|
2952
|
-
"id":
|
|
3170
|
+
"id": 311,
|
|
2953
3171
|
"name": "ngOnDestroy",
|
|
2954
3172
|
"variant": "signature",
|
|
2955
3173
|
"kind": 4096,
|
|
@@ -2957,9 +3175,9 @@
|
|
|
2957
3175
|
"sources": [
|
|
2958
3176
|
{
|
|
2959
3177
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2960
|
-
"line":
|
|
3178
|
+
"line": 312,
|
|
2961
3179
|
"character": 9,
|
|
2962
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3180
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L312"
|
|
2963
3181
|
}
|
|
2964
3182
|
],
|
|
2965
3183
|
"type": {
|
|
@@ -2981,7 +3199,7 @@
|
|
|
2981
3199
|
"decorators": []
|
|
2982
3200
|
},
|
|
2983
3201
|
{
|
|
2984
|
-
"id":
|
|
3202
|
+
"id": 306,
|
|
2985
3203
|
"name": "ngOnInit",
|
|
2986
3204
|
"variant": "declaration",
|
|
2987
3205
|
"kind": 2048,
|
|
@@ -2991,14 +3209,14 @@
|
|
|
2991
3209
|
"sources": [
|
|
2992
3210
|
{
|
|
2993
3211
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2994
|
-
"line":
|
|
3212
|
+
"line": 278,
|
|
2995
3213
|
"character": 9,
|
|
2996
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3214
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L278"
|
|
2997
3215
|
}
|
|
2998
3216
|
],
|
|
2999
3217
|
"signatures": [
|
|
3000
3218
|
{
|
|
3001
|
-
"id":
|
|
3219
|
+
"id": 307,
|
|
3002
3220
|
"name": "ngOnInit",
|
|
3003
3221
|
"variant": "signature",
|
|
3004
3222
|
"kind": 4096,
|
|
@@ -3006,9 +3224,9 @@
|
|
|
3006
3224
|
"sources": [
|
|
3007
3225
|
{
|
|
3008
3226
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3009
|
-
"line":
|
|
3227
|
+
"line": 278,
|
|
3010
3228
|
"character": 9,
|
|
3011
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3229
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L278"
|
|
3012
3230
|
}
|
|
3013
3231
|
],
|
|
3014
3232
|
"type": {
|
|
@@ -3030,7 +3248,7 @@
|
|
|
3030
3248
|
"decorators": []
|
|
3031
3249
|
},
|
|
3032
3250
|
{
|
|
3033
|
-
"id":
|
|
3251
|
+
"id": 303,
|
|
3034
3252
|
"name": "onDocumentKeyDown",
|
|
3035
3253
|
"variant": "declaration",
|
|
3036
3254
|
"kind": 2048,
|
|
@@ -3040,14 +3258,14 @@
|
|
|
3040
3258
|
"sources": [
|
|
3041
3259
|
{
|
|
3042
3260
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3043
|
-
"line":
|
|
3261
|
+
"line": 237,
|
|
3044
3262
|
"character": 9,
|
|
3045
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3263
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L237"
|
|
3046
3264
|
}
|
|
3047
3265
|
],
|
|
3048
3266
|
"signatures": [
|
|
3049
3267
|
{
|
|
3050
|
-
"id":
|
|
3268
|
+
"id": 304,
|
|
3051
3269
|
"name": "onDocumentKeyDown",
|
|
3052
3270
|
"variant": "signature",
|
|
3053
3271
|
"kind": 4096,
|
|
@@ -3055,14 +3273,14 @@
|
|
|
3055
3273
|
"sources": [
|
|
3056
3274
|
{
|
|
3057
3275
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3058
|
-
"line":
|
|
3276
|
+
"line": 237,
|
|
3059
3277
|
"character": 9,
|
|
3060
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3278
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L237"
|
|
3061
3279
|
}
|
|
3062
3280
|
],
|
|
3063
3281
|
"parameters": [
|
|
3064
3282
|
{
|
|
3065
|
-
"id":
|
|
3283
|
+
"id": 305,
|
|
3066
3284
|
"name": "event",
|
|
3067
3285
|
"variant": "param",
|
|
3068
3286
|
"kind": 32768,
|
|
@@ -3087,7 +3305,7 @@
|
|
|
3087
3305
|
"decorators": []
|
|
3088
3306
|
},
|
|
3089
3307
|
{
|
|
3090
|
-
"id":
|
|
3308
|
+
"id": 300,
|
|
3091
3309
|
"name": "onDocumentKeyUp",
|
|
3092
3310
|
"variant": "declaration",
|
|
3093
3311
|
"kind": 2048,
|
|
@@ -3097,14 +3315,14 @@
|
|
|
3097
3315
|
"sources": [
|
|
3098
3316
|
{
|
|
3099
3317
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3100
|
-
"line":
|
|
3318
|
+
"line": 221,
|
|
3101
3319
|
"character": 9,
|
|
3102
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3320
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L221"
|
|
3103
3321
|
}
|
|
3104
3322
|
],
|
|
3105
3323
|
"signatures": [
|
|
3106
3324
|
{
|
|
3107
|
-
"id":
|
|
3325
|
+
"id": 301,
|
|
3108
3326
|
"name": "onDocumentKeyUp",
|
|
3109
3327
|
"variant": "signature",
|
|
3110
3328
|
"kind": 4096,
|
|
@@ -3112,14 +3330,14 @@
|
|
|
3112
3330
|
"sources": [
|
|
3113
3331
|
{
|
|
3114
3332
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3115
|
-
"line":
|
|
3333
|
+
"line": 221,
|
|
3116
3334
|
"character": 9,
|
|
3117
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3335
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L221"
|
|
3118
3336
|
}
|
|
3119
3337
|
],
|
|
3120
3338
|
"parameters": [
|
|
3121
3339
|
{
|
|
3122
|
-
"id":
|
|
3340
|
+
"id": 302,
|
|
3123
3341
|
"name": "event",
|
|
3124
3342
|
"variant": "param",
|
|
3125
3343
|
"kind": 32768,
|
|
@@ -3144,7 +3362,7 @@
|
|
|
3144
3362
|
"decorators": []
|
|
3145
3363
|
},
|
|
3146
3364
|
{
|
|
3147
|
-
"id":
|
|
3365
|
+
"id": 318,
|
|
3148
3366
|
"name": "scrollShadowChange",
|
|
3149
3367
|
"variant": "declaration",
|
|
3150
3368
|
"kind": 2048,
|
|
@@ -3154,14 +3372,14 @@
|
|
|
3154
3372
|
"sources": [
|
|
3155
3373
|
{
|
|
3156
3374
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3157
|
-
"line":
|
|
3375
|
+
"line": 338,
|
|
3158
3376
|
"character": 9,
|
|
3159
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3377
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L338"
|
|
3160
3378
|
}
|
|
3161
3379
|
],
|
|
3162
3380
|
"signatures": [
|
|
3163
3381
|
{
|
|
3164
|
-
"id":
|
|
3382
|
+
"id": 319,
|
|
3165
3383
|
"name": "scrollShadowChange",
|
|
3166
3384
|
"variant": "signature",
|
|
3167
3385
|
"kind": 4096,
|
|
@@ -3169,14 +3387,14 @@
|
|
|
3169
3387
|
"sources": [
|
|
3170
3388
|
{
|
|
3171
3389
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3172
|
-
"line":
|
|
3390
|
+
"line": 338,
|
|
3173
3391
|
"character": 9,
|
|
3174
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3392
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L338"
|
|
3175
3393
|
}
|
|
3176
3394
|
],
|
|
3177
3395
|
"parameters": [
|
|
3178
3396
|
{
|
|
3179
|
-
"id":
|
|
3397
|
+
"id": 320,
|
|
3180
3398
|
"name": "args",
|
|
3181
3399
|
"variant": "param",
|
|
3182
3400
|
"kind": 32768,
|
|
@@ -3201,7 +3419,7 @@
|
|
|
3201
3419
|
"decorators": []
|
|
3202
3420
|
},
|
|
3203
3421
|
{
|
|
3204
|
-
"id":
|
|
3422
|
+
"id": 321,
|
|
3205
3423
|
"name": "viewkeeperEnabled",
|
|
3206
3424
|
"variant": "declaration",
|
|
3207
3425
|
"kind": 2048,
|
|
@@ -3211,14 +3429,14 @@
|
|
|
3211
3429
|
"sources": [
|
|
3212
3430
|
{
|
|
3213
3431
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3214
|
-
"line":
|
|
3432
|
+
"line": 342,
|
|
3215
3433
|
"character": 9,
|
|
3216
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3434
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L342"
|
|
3217
3435
|
}
|
|
3218
3436
|
],
|
|
3219
3437
|
"signatures": [
|
|
3220
3438
|
{
|
|
3221
|
-
"id":
|
|
3439
|
+
"id": 322,
|
|
3222
3440
|
"name": "viewkeeperEnabled",
|
|
3223
3441
|
"variant": "signature",
|
|
3224
3442
|
"kind": 4096,
|
|
@@ -3226,9 +3444,9 @@
|
|
|
3226
3444
|
"sources": [
|
|
3227
3445
|
{
|
|
3228
3446
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3229
|
-
"line":
|
|
3447
|
+
"line": 342,
|
|
3230
3448
|
"character": 9,
|
|
3231
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3449
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L342"
|
|
3232
3450
|
}
|
|
3233
3451
|
],
|
|
3234
3452
|
"type": {
|
|
@@ -3240,7 +3458,7 @@
|
|
|
3240
3458
|
"decorators": []
|
|
3241
3459
|
},
|
|
3242
3460
|
{
|
|
3243
|
-
"id":
|
|
3461
|
+
"id": 316,
|
|
3244
3462
|
"name": "windowResize",
|
|
3245
3463
|
"variant": "declaration",
|
|
3246
3464
|
"kind": 2048,
|
|
@@ -3250,14 +3468,14 @@
|
|
|
3250
3468
|
"sources": [
|
|
3251
3469
|
{
|
|
3252
3470
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3253
|
-
"line":
|
|
3471
|
+
"line": 334,
|
|
3254
3472
|
"character": 9,
|
|
3255
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3473
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L334"
|
|
3256
3474
|
}
|
|
3257
3475
|
],
|
|
3258
3476
|
"signatures": [
|
|
3259
3477
|
{
|
|
3260
|
-
"id":
|
|
3478
|
+
"id": 317,
|
|
3261
3479
|
"name": "windowResize",
|
|
3262
3480
|
"variant": "signature",
|
|
3263
3481
|
"kind": 4096,
|
|
@@ -3265,9 +3483,9 @@
|
|
|
3265
3483
|
"sources": [
|
|
3266
3484
|
{
|
|
3267
3485
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3268
|
-
"line":
|
|
3486
|
+
"line": 334,
|
|
3269
3487
|
"character": 9,
|
|
3270
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3488
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L334"
|
|
3271
3489
|
}
|
|
3272
3490
|
],
|
|
3273
3491
|
"type": {
|
|
@@ -3289,47 +3507,51 @@
|
|
|
3289
3507
|
{
|
|
3290
3508
|
"title": "Properties",
|
|
3291
3509
|
"children": [
|
|
3292
|
-
275,
|
|
3293
|
-
265,
|
|
3294
|
-
276,
|
|
3295
|
-
281,
|
|
3296
|
-
277,
|
|
3297
|
-
278,
|
|
3298
3510
|
279,
|
|
3511
|
+
269,
|
|
3512
|
+
262,
|
|
3513
|
+
263,
|
|
3514
|
+
264,
|
|
3515
|
+
265,
|
|
3299
3516
|
280,
|
|
3517
|
+
285,
|
|
3518
|
+
281,
|
|
3519
|
+
282,
|
|
3520
|
+
283,
|
|
3521
|
+
284,
|
|
3300
3522
|
258
|
|
3301
3523
|
]
|
|
3302
3524
|
},
|
|
3303
3525
|
{
|
|
3304
3526
|
"title": "Accessors",
|
|
3305
3527
|
"children": [
|
|
3306
|
-
267,
|
|
3307
3528
|
271,
|
|
3529
|
+
275,
|
|
3308
3530
|
259
|
|
3309
3531
|
]
|
|
3310
3532
|
},
|
|
3311
3533
|
{
|
|
3312
3534
|
"title": "Methods",
|
|
3313
3535
|
"children": [
|
|
3314
|
-
|
|
3536
|
+
314,
|
|
3537
|
+
312,
|
|
3315
3538
|
308,
|
|
3316
|
-
|
|
3539
|
+
310,
|
|
3317
3540
|
306,
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
312
|
|
3541
|
+
303,
|
|
3542
|
+
300,
|
|
3543
|
+
318,
|
|
3544
|
+
321,
|
|
3545
|
+
316
|
|
3324
3546
|
]
|
|
3325
3547
|
}
|
|
3326
3548
|
],
|
|
3327
3549
|
"sources": [
|
|
3328
3550
|
{
|
|
3329
3551
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3330
|
-
"line":
|
|
3552
|
+
"line": 69,
|
|
3331
3553
|
"character": 13,
|
|
3332
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3554
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.component.ts#L69"
|
|
3333
3555
|
}
|
|
3334
3556
|
],
|
|
3335
3557
|
"implementedTypes": [
|
|
@@ -3365,7 +3587,7 @@
|
|
|
3365
3587
|
{
|
|
3366
3588
|
"name": "Component",
|
|
3367
3589
|
"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})"
|
|
3590
|
+
"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
3591
|
}
|
|
3370
3592
|
}
|
|
3371
3593
|
]
|
|
@@ -3412,7 +3634,7 @@
|
|
|
3412
3634
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3413
3635
|
"line": 40,
|
|
3414
3636
|
"character": 9,
|
|
3415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3637
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L40"
|
|
3416
3638
|
}
|
|
3417
3639
|
],
|
|
3418
3640
|
"type": {
|
|
@@ -3439,7 +3661,7 @@
|
|
|
3439
3661
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3440
3662
|
"line": 54,
|
|
3441
3663
|
"character": 9,
|
|
3442
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3664
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L54"
|
|
3443
3665
|
}
|
|
3444
3666
|
],
|
|
3445
3667
|
"signatures": [
|
|
@@ -3454,7 +3676,7 @@
|
|
|
3454
3676
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
3455
3677
|
"line": 54,
|
|
3456
3678
|
"character": 9,
|
|
3457
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3679
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L54"
|
|
3458
3680
|
}
|
|
3459
3681
|
],
|
|
3460
3682
|
"type": {
|
|
@@ -3488,7 +3710,7 @@
|
|
|
3488
3710
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3489
3711
|
"line": 48,
|
|
3490
3712
|
"character": 9,
|
|
3491
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3713
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L48"
|
|
3492
3714
|
}
|
|
3493
3715
|
],
|
|
3494
3716
|
"signatures": [
|
|
@@ -3503,7 +3725,7 @@
|
|
|
3503
3725
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
3504
3726
|
"line": 48,
|
|
3505
3727
|
"character": 9,
|
|
3506
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3728
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L48"
|
|
3507
3729
|
}
|
|
3508
3730
|
],
|
|
3509
3731
|
"type": {
|
|
@@ -3551,7 +3773,7 @@
|
|
|
3551
3773
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3552
3774
|
"line": 31,
|
|
3553
3775
|
"character": 13,
|
|
3554
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3776
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L31"
|
|
3555
3777
|
}
|
|
3556
3778
|
],
|
|
3557
3779
|
"implementedTypes": [
|
|
@@ -3609,7 +3831,7 @@
|
|
|
3609
3831
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3610
3832
|
"line": 6,
|
|
3611
3833
|
"character": 2,
|
|
3612
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3834
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L6"
|
|
3613
3835
|
}
|
|
3614
3836
|
],
|
|
3615
3837
|
"type": {
|
|
@@ -3649,7 +3871,7 @@
|
|
|
3649
3871
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3650
3872
|
"line": 23,
|
|
3651
3873
|
"character": 2,
|
|
3652
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3874
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L23"
|
|
3653
3875
|
}
|
|
3654
3876
|
],
|
|
3655
3877
|
"type": {
|
|
@@ -3702,7 +3924,7 @@
|
|
|
3702
3924
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3703
3925
|
"line": 17,
|
|
3704
3926
|
"character": 2,
|
|
3705
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3927
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L17"
|
|
3706
3928
|
}
|
|
3707
3929
|
],
|
|
3708
3930
|
"type": {
|
|
@@ -3729,7 +3951,7 @@
|
|
|
3729
3951
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3730
3952
|
"line": 10,
|
|
3731
3953
|
"character": 2,
|
|
3732
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3954
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L10"
|
|
3733
3955
|
}
|
|
3734
3956
|
],
|
|
3735
3957
|
"type": {
|
|
@@ -3754,7 +3976,7 @@
|
|
|
3754
3976
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3755
3977
|
"line": 1,
|
|
3756
3978
|
"character": 17,
|
|
3757
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3979
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L1"
|
|
3758
3980
|
}
|
|
3759
3981
|
]
|
|
3760
3982
|
},
|
|
@@ -3784,7 +4006,7 @@
|
|
|
3784
4006
|
"fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
|
|
3785
4007
|
"line": 5,
|
|
3786
4008
|
"character": 2,
|
|
3787
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4009
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L5"
|
|
3788
4010
|
}
|
|
3789
4011
|
],
|
|
3790
4012
|
"type": {
|
|
@@ -3806,7 +4028,7 @@
|
|
|
3806
4028
|
"fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
|
|
3807
4029
|
"line": 1,
|
|
3808
4030
|
"character": 17,
|
|
3809
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4031
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L1"
|
|
3810
4032
|
}
|
|
3811
4033
|
]
|
|
3812
4034
|
},
|
|
@@ -3838,7 +4060,7 @@
|
|
|
3838
4060
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3839
4061
|
"line": 13,
|
|
3840
4062
|
"character": 2,
|
|
3841
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4063
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L13"
|
|
3842
4064
|
}
|
|
3843
4065
|
],
|
|
3844
4066
|
"type": {
|
|
@@ -3883,7 +4105,7 @@
|
|
|
3883
4105
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3884
4106
|
"line": 17,
|
|
3885
4107
|
"character": 2,
|
|
3886
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4108
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L17"
|
|
3887
4109
|
}
|
|
3888
4110
|
],
|
|
3889
4111
|
"type": {
|
|
@@ -3921,7 +4143,7 @@
|
|
|
3921
4143
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3922
4144
|
"line": 9,
|
|
3923
4145
|
"character": 2,
|
|
3924
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4146
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L9"
|
|
3925
4147
|
}
|
|
3926
4148
|
],
|
|
3927
4149
|
"type": {
|
|
@@ -3961,7 +4183,7 @@
|
|
|
3961
4183
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3962
4184
|
"line": 22,
|
|
3963
4185
|
"character": 2,
|
|
3964
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4186
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L22"
|
|
3965
4187
|
}
|
|
3966
4188
|
],
|
|
3967
4189
|
"type": {
|
|
@@ -3990,7 +4212,7 @@
|
|
|
3990
4212
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
3991
4213
|
"line": 26,
|
|
3992
4214
|
"character": 2,
|
|
3993
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4215
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L26"
|
|
3994
4216
|
}
|
|
3995
4217
|
],
|
|
3996
4218
|
"type": {
|
|
@@ -4018,7 +4240,7 @@
|
|
|
4018
4240
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4019
4241
|
"line": 4,
|
|
4020
4242
|
"character": 17,
|
|
4021
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4243
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L4"
|
|
4022
4244
|
}
|
|
4023
4245
|
]
|
|
4024
4246
|
},
|
|
@@ -4075,14 +4297,33 @@
|
|
|
4075
4297
|
"kind": "text",
|
|
4076
4298
|
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
|
|
4077
4299
|
}
|
|
4300
|
+
],
|
|
4301
|
+
"blockTags": [
|
|
4302
|
+
{
|
|
4303
|
+
"tag": "@deprecated",
|
|
4304
|
+
"content": [
|
|
4305
|
+
{
|
|
4306
|
+
"kind": "text",
|
|
4307
|
+
"text": "Set "
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"kind": "code",
|
|
4311
|
+
"text": "`headingText`"
|
|
4312
|
+
},
|
|
4313
|
+
{
|
|
4314
|
+
"kind": "text",
|
|
4315
|
+
"text": " on the modal component instead."
|
|
4316
|
+
}
|
|
4317
|
+
]
|
|
4318
|
+
}
|
|
4078
4319
|
]
|
|
4079
4320
|
},
|
|
4080
4321
|
"sources": [
|
|
4081
4322
|
{
|
|
4082
4323
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4083
|
-
"line":
|
|
4324
|
+
"line": 39,
|
|
4084
4325
|
"character": 2,
|
|
4085
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4326
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L39"
|
|
4086
4327
|
}
|
|
4087
4328
|
],
|
|
4088
4329
|
"type": {
|
|
@@ -4128,14 +4369,33 @@
|
|
|
4128
4369
|
"kind": "text",
|
|
4129
4370
|
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
4130
4371
|
}
|
|
4131
|
-
]
|
|
4132
|
-
|
|
4133
|
-
|
|
4134
|
-
|
|
4372
|
+
],
|
|
4373
|
+
"blockTags": [
|
|
4374
|
+
{
|
|
4375
|
+
"tag": "@deprecated",
|
|
4376
|
+
"content": [
|
|
4377
|
+
{
|
|
4378
|
+
"kind": "text",
|
|
4379
|
+
"text": "Set "
|
|
4380
|
+
},
|
|
4381
|
+
{
|
|
4382
|
+
"kind": "code",
|
|
4383
|
+
"text": "`headingText`"
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"kind": "text",
|
|
4387
|
+
"text": " on the modal component instead."
|
|
4388
|
+
}
|
|
4389
|
+
]
|
|
4390
|
+
}
|
|
4391
|
+
]
|
|
4392
|
+
},
|
|
4393
|
+
"sources": [
|
|
4394
|
+
{
|
|
4135
4395
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4136
|
-
"line":
|
|
4396
|
+
"line": 50,
|
|
4137
4397
|
"character": 2,
|
|
4138
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4398
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L50"
|
|
4139
4399
|
}
|
|
4140
4400
|
],
|
|
4141
4401
|
"type": {
|
|
@@ -4181,9 +4441,9 @@
|
|
|
4181
4441
|
"sources": [
|
|
4182
4442
|
{
|
|
4183
4443
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4184
|
-
"line":
|
|
4444
|
+
"line": 61,
|
|
4185
4445
|
"character": 2,
|
|
4186
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4446
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L61"
|
|
4187
4447
|
}
|
|
4188
4448
|
],
|
|
4189
4449
|
"type": {
|
|
@@ -4220,7 +4480,7 @@
|
|
|
4220
4480
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4221
4481
|
"line": 14,
|
|
4222
4482
|
"character": 2,
|
|
4223
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4483
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L14"
|
|
4224
4484
|
}
|
|
4225
4485
|
],
|
|
4226
4486
|
"type": {
|
|
@@ -4237,38 +4497,43 @@
|
|
|
4237
4497
|
"isOptional": true
|
|
4238
4498
|
},
|
|
4239
4499
|
"comment": {
|
|
4240
|
-
"summary": [
|
|
4500
|
+
"summary": [
|
|
4501
|
+
{
|
|
4502
|
+
"kind": "text",
|
|
4503
|
+
"text": "The "
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"kind": "code",
|
|
4507
|
+
"text": "`helpKey`"
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"kind": "text",
|
|
4511
|
+
"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 "
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"kind": "code",
|
|
4515
|
+
"text": "`helpOpened`"
|
|
4516
|
+
},
|
|
4517
|
+
{
|
|
4518
|
+
"kind": "text",
|
|
4519
|
+
"text": " event broadcasts the "
|
|
4520
|
+
},
|
|
4521
|
+
{
|
|
4522
|
+
"kind": "code",
|
|
4523
|
+
"text": "`helpKey`"
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"kind": "text",
|
|
4527
|
+
"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
|
+
}
|
|
4529
|
+
],
|
|
4241
4530
|
"blockTags": [
|
|
4242
4531
|
{
|
|
4243
4532
|
"tag": "@deprecated",
|
|
4244
4533
|
"content": [
|
|
4245
4534
|
{
|
|
4246
4535
|
"kind": "text",
|
|
4247
|
-
"text": "To display a help button in the modal header,
|
|
4248
|
-
},
|
|
4249
|
-
{
|
|
4250
|
-
"kind": "code",
|
|
4251
|
-
"text": "`sky-help-inline`"
|
|
4252
|
-
},
|
|
4253
|
-
{
|
|
4254
|
-
"kind": "text",
|
|
4255
|
-
"text": ", in the "
|
|
4256
|
-
},
|
|
4257
|
-
{
|
|
4258
|
-
"kind": "code",
|
|
4259
|
-
"text": "`sky-modal-header`"
|
|
4260
|
-
},
|
|
4261
|
-
{
|
|
4262
|
-
"kind": "text",
|
|
4263
|
-
"text": " element and a "
|
|
4264
|
-
},
|
|
4265
|
-
{
|
|
4266
|
-
"kind": "code",
|
|
4267
|
-
"text": "`sky-control-help`"
|
|
4268
|
-
},
|
|
4269
|
-
{
|
|
4270
|
-
"kind": "text",
|
|
4271
|
-
"text": " CSS class on that help button element\nThe "
|
|
4536
|
+
"text": "To display a help button in the modal header, set either the\n"
|
|
4272
4537
|
},
|
|
4273
4538
|
{
|
|
4274
4539
|
"kind": "code",
|
|
@@ -4276,23 +4541,15 @@
|
|
|
4276
4541
|
},
|
|
4277
4542
|
{
|
|
4278
4543
|
"kind": "text",
|
|
4279
|
-
"text": "
|
|
4280
|
-
},
|
|
4281
|
-
{
|
|
4282
|
-
"kind": "code",
|
|
4283
|
-
"text": "`helpOpened`"
|
|
4284
|
-
},
|
|
4285
|
-
{
|
|
4286
|
-
"kind": "text",
|
|
4287
|
-
"text": " event broadcasts the "
|
|
4544
|
+
"text": " or "
|
|
4288
4545
|
},
|
|
4289
4546
|
{
|
|
4290
4547
|
"kind": "code",
|
|
4291
|
-
"text": "`
|
|
4548
|
+
"text": "`helpPopoverContent`"
|
|
4292
4549
|
},
|
|
4293
4550
|
{
|
|
4294
4551
|
"kind": "text",
|
|
4295
|
-
"text": "
|
|
4552
|
+
"text": " inputs on the modal component."
|
|
4296
4553
|
}
|
|
4297
4554
|
]
|
|
4298
4555
|
}
|
|
@@ -4301,9 +4558,9 @@
|
|
|
4301
4558
|
"sources": [
|
|
4302
4559
|
{
|
|
4303
4560
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4304
|
-
"line":
|
|
4561
|
+
"line": 80,
|
|
4305
4562
|
"character": 2,
|
|
4306
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4563
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L80"
|
|
4307
4564
|
}
|
|
4308
4565
|
],
|
|
4309
4566
|
"type": {
|
|
@@ -4340,7 +4597,7 @@
|
|
|
4340
4597
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4341
4598
|
"line": 27,
|
|
4342
4599
|
"character": 2,
|
|
4343
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4600
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L27"
|
|
4344
4601
|
}
|
|
4345
4602
|
],
|
|
4346
4603
|
"type": {
|
|
@@ -4409,7 +4666,7 @@
|
|
|
4409
4666
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4410
4667
|
"line": 20,
|
|
4411
4668
|
"character": 2,
|
|
4412
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4669
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L20"
|
|
4413
4670
|
}
|
|
4414
4671
|
],
|
|
4415
4672
|
"type": {
|
|
@@ -4471,9 +4728,9 @@
|
|
|
4471
4728
|
"sources": [
|
|
4472
4729
|
{
|
|
4473
4730
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4474
|
-
"line":
|
|
4731
|
+
"line": 69,
|
|
4475
4732
|
"character": 2,
|
|
4476
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4733
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L69"
|
|
4477
4734
|
}
|
|
4478
4735
|
],
|
|
4479
4736
|
"type": {
|
|
@@ -4508,9 +4765,9 @@
|
|
|
4508
4765
|
"sources": [
|
|
4509
4766
|
{
|
|
4510
4767
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4511
|
-
"line":
|
|
4768
|
+
"line": 86,
|
|
4512
4769
|
"character": 2,
|
|
4513
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4770
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L86"
|
|
4514
4771
|
}
|
|
4515
4772
|
],
|
|
4516
4773
|
"type": {
|
|
@@ -4540,7 +4797,7 @@
|
|
|
4540
4797
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4541
4798
|
"line": 9,
|
|
4542
4799
|
"character": 17,
|
|
4543
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4800
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L9"
|
|
4544
4801
|
}
|
|
4545
4802
|
]
|
|
4546
4803
|
},
|
|
@@ -4578,7 +4835,7 @@
|
|
|
4578
4835
|
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
4579
4836
|
"line": 8,
|
|
4580
4837
|
"character": 2,
|
|
4581
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4838
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal-error.ts#L8"
|
|
4582
4839
|
}
|
|
4583
4840
|
],
|
|
4584
4841
|
"type": {
|
|
@@ -4600,7 +4857,7 @@
|
|
|
4600
4857
|
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
4601
4858
|
"line": 4,
|
|
4602
4859
|
"character": 17,
|
|
4603
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4860
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/modal/modal-error.ts#L4"
|
|
4604
4861
|
}
|
|
4605
4862
|
]
|
|
4606
4863
|
},
|
|
@@ -4615,7 +4872,7 @@
|
|
|
4615
4872
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-style-type.ts",
|
|
4616
4873
|
"line": 1,
|
|
4617
4874
|
"character": 12,
|
|
4618
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4875
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/src/lib/modules/confirm/confirm-button-style-type.ts#L1"
|
|
4619
4876
|
}
|
|
4620
4877
|
],
|
|
4621
4878
|
"type": {
|
|
@@ -4641,7 +4898,7 @@
|
|
|
4641
4898
|
}
|
|
4642
4899
|
},
|
|
4643
4900
|
{
|
|
4644
|
-
"id":
|
|
4901
|
+
"id": 397,
|
|
4645
4902
|
"name": "SkyConfirmHarness",
|
|
4646
4903
|
"variant": "declaration",
|
|
4647
4904
|
"kind": 128,
|
|
@@ -4656,7 +4913,7 @@
|
|
|
4656
4913
|
},
|
|
4657
4914
|
"children": [
|
|
4658
4915
|
{
|
|
4659
|
-
"id":
|
|
4916
|
+
"id": 404,
|
|
4660
4917
|
"name": "constructor",
|
|
4661
4918
|
"variant": "declaration",
|
|
4662
4919
|
"kind": 512,
|
|
@@ -4670,7 +4927,7 @@
|
|
|
4670
4927
|
],
|
|
4671
4928
|
"signatures": [
|
|
4672
4929
|
{
|
|
4673
|
-
"id":
|
|
4930
|
+
"id": 405,
|
|
4674
4931
|
"name": "new SkyConfirmHarness",
|
|
4675
4932
|
"variant": "signature",
|
|
4676
4933
|
"kind": 16384,
|
|
@@ -4684,7 +4941,7 @@
|
|
|
4684
4941
|
],
|
|
4685
4942
|
"parameters": [
|
|
4686
4943
|
{
|
|
4687
|
-
"id":
|
|
4944
|
+
"id": 406,
|
|
4688
4945
|
"name": "locatorFactory",
|
|
4689
4946
|
"variant": "param",
|
|
4690
4947
|
"kind": 32768,
|
|
@@ -4702,7 +4959,7 @@
|
|
|
4702
4959
|
],
|
|
4703
4960
|
"type": {
|
|
4704
4961
|
"type": "reference",
|
|
4705
|
-
"target":
|
|
4962
|
+
"target": 397,
|
|
4706
4963
|
"name": "SkyConfirmHarness",
|
|
4707
4964
|
"package": "@skyux/modals"
|
|
4708
4965
|
},
|
|
@@ -4720,7 +4977,7 @@
|
|
|
4720
4977
|
}
|
|
4721
4978
|
},
|
|
4722
4979
|
{
|
|
4723
|
-
"id":
|
|
4980
|
+
"id": 398,
|
|
4724
4981
|
"name": "hostSelector",
|
|
4725
4982
|
"variant": "declaration",
|
|
4726
4983
|
"kind": 1024,
|
|
@@ -4733,7 +4990,7 @@
|
|
|
4733
4990
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4734
4991
|
"line": 12,
|
|
4735
4992
|
"character": 16,
|
|
4736
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4993
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L12"
|
|
4737
4994
|
}
|
|
4738
4995
|
],
|
|
4739
4996
|
"type": {
|
|
@@ -4744,7 +5001,7 @@
|
|
|
4744
5001
|
"decorators": []
|
|
4745
5002
|
},
|
|
4746
5003
|
{
|
|
4747
|
-
"id":
|
|
5004
|
+
"id": 411,
|
|
4748
5005
|
"name": "clickCustomButton",
|
|
4749
5006
|
"variant": "declaration",
|
|
4750
5007
|
"kind": 2048,
|
|
@@ -4756,12 +5013,12 @@
|
|
|
4756
5013
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4757
5014
|
"line": 22,
|
|
4758
5015
|
"character": 15,
|
|
4759
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5016
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
|
|
4760
5017
|
}
|
|
4761
5018
|
],
|
|
4762
5019
|
"signatures": [
|
|
4763
5020
|
{
|
|
4764
|
-
"id":
|
|
5021
|
+
"id": 412,
|
|
4765
5022
|
"name": "clickCustomButton",
|
|
4766
5023
|
"variant": "signature",
|
|
4767
5024
|
"kind": 4096,
|
|
@@ -4779,19 +5036,19 @@
|
|
|
4779
5036
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4780
5037
|
"line": 22,
|
|
4781
5038
|
"character": 15,
|
|
4782
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5039
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
|
|
4783
5040
|
}
|
|
4784
5041
|
],
|
|
4785
5042
|
"parameters": [
|
|
4786
5043
|
{
|
|
4787
|
-
"id":
|
|
5044
|
+
"id": 413,
|
|
4788
5045
|
"name": "filters",
|
|
4789
5046
|
"variant": "param",
|
|
4790
5047
|
"kind": 32768,
|
|
4791
5048
|
"flags": {},
|
|
4792
5049
|
"type": {
|
|
4793
5050
|
"type": "reference",
|
|
4794
|
-
"target":
|
|
5051
|
+
"target": 393,
|
|
4795
5052
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
4796
5053
|
"package": "@skyux/modals"
|
|
4797
5054
|
}
|
|
@@ -4817,7 +5074,7 @@
|
|
|
4817
5074
|
"decorators": []
|
|
4818
5075
|
},
|
|
4819
5076
|
{
|
|
4820
|
-
"id":
|
|
5077
|
+
"id": 414,
|
|
4821
5078
|
"name": "clickOkButton",
|
|
4822
5079
|
"variant": "declaration",
|
|
4823
5080
|
"kind": 2048,
|
|
@@ -4829,12 +5086,12 @@
|
|
|
4829
5086
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4830
5087
|
"line": 43,
|
|
4831
5088
|
"character": 15,
|
|
4832
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5089
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
|
|
4833
5090
|
}
|
|
4834
5091
|
],
|
|
4835
5092
|
"signatures": [
|
|
4836
5093
|
{
|
|
4837
|
-
"id":
|
|
5094
|
+
"id": 415,
|
|
4838
5095
|
"name": "clickOkButton",
|
|
4839
5096
|
"variant": "signature",
|
|
4840
5097
|
"kind": 4096,
|
|
@@ -4852,7 +5109,7 @@
|
|
|
4852
5109
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4853
5110
|
"line": 43,
|
|
4854
5111
|
"character": 15,
|
|
4855
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5112
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
|
|
4856
5113
|
}
|
|
4857
5114
|
],
|
|
4858
5115
|
"type": {
|
|
@@ -4875,7 +5132,7 @@
|
|
|
4875
5132
|
"decorators": []
|
|
4876
5133
|
},
|
|
4877
5134
|
{
|
|
4878
|
-
"id":
|
|
5135
|
+
"id": 416,
|
|
4879
5136
|
"name": "getBodyText",
|
|
4880
5137
|
"variant": "declaration",
|
|
4881
5138
|
"kind": 2048,
|
|
@@ -4887,12 +5144,12 @@
|
|
|
4887
5144
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4888
5145
|
"line": 56,
|
|
4889
5146
|
"character": 15,
|
|
4890
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5147
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
|
|
4891
5148
|
}
|
|
4892
5149
|
],
|
|
4893
5150
|
"signatures": [
|
|
4894
5151
|
{
|
|
4895
|
-
"id":
|
|
5152
|
+
"id": 417,
|
|
4896
5153
|
"name": "getBodyText",
|
|
4897
5154
|
"variant": "signature",
|
|
4898
5155
|
"kind": 4096,
|
|
@@ -4910,7 +5167,7 @@
|
|
|
4910
5167
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4911
5168
|
"line": 56,
|
|
4912
5169
|
"character": 15,
|
|
4913
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5170
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
|
|
4914
5171
|
}
|
|
4915
5172
|
],
|
|
4916
5173
|
"type": {
|
|
@@ -4933,7 +5190,7 @@
|
|
|
4933
5190
|
"decorators": []
|
|
4934
5191
|
},
|
|
4935
5192
|
{
|
|
4936
|
-
"id":
|
|
5193
|
+
"id": 418,
|
|
4937
5194
|
"name": "getCustomButtons",
|
|
4938
5195
|
"variant": "declaration",
|
|
4939
5196
|
"kind": 2048,
|
|
@@ -4945,12 +5202,12 @@
|
|
|
4945
5202
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4946
5203
|
"line": 63,
|
|
4947
5204
|
"character": 15,
|
|
4948
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5205
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
|
|
4949
5206
|
}
|
|
4950
5207
|
],
|
|
4951
5208
|
"signatures": [
|
|
4952
5209
|
{
|
|
4953
|
-
"id":
|
|
5210
|
+
"id": 419,
|
|
4954
5211
|
"name": "getCustomButtons",
|
|
4955
5212
|
"variant": "signature",
|
|
4956
5213
|
"kind": 4096,
|
|
@@ -4968,12 +5225,12 @@
|
|
|
4968
5225
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
4969
5226
|
"line": 63,
|
|
4970
5227
|
"character": 15,
|
|
4971
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5228
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
|
|
4972
5229
|
}
|
|
4973
5230
|
],
|
|
4974
5231
|
"parameters": [
|
|
4975
5232
|
{
|
|
4976
|
-
"id":
|
|
5233
|
+
"id": 420,
|
|
4977
5234
|
"name": "filters",
|
|
4978
5235
|
"variant": "param",
|
|
4979
5236
|
"kind": 32768,
|
|
@@ -4982,7 +5239,7 @@
|
|
|
4982
5239
|
},
|
|
4983
5240
|
"type": {
|
|
4984
5241
|
"type": "reference",
|
|
4985
|
-
"target":
|
|
5242
|
+
"target": 393,
|
|
4986
5243
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
4987
5244
|
"package": "@skyux/modals"
|
|
4988
5245
|
}
|
|
@@ -5016,7 +5273,7 @@
|
|
|
5016
5273
|
"decorators": []
|
|
5017
5274
|
},
|
|
5018
5275
|
{
|
|
5019
|
-
"id":
|
|
5276
|
+
"id": 421,
|
|
5020
5277
|
"name": "getMessageText",
|
|
5021
5278
|
"variant": "declaration",
|
|
5022
5279
|
"kind": 2048,
|
|
@@ -5028,12 +5285,12 @@
|
|
|
5028
5285
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5029
5286
|
"line": 95,
|
|
5030
5287
|
"character": 15,
|
|
5031
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5288
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L95"
|
|
5032
5289
|
}
|
|
5033
5290
|
],
|
|
5034
5291
|
"signatures": [
|
|
5035
5292
|
{
|
|
5036
|
-
"id":
|
|
5293
|
+
"id": 422,
|
|
5037
5294
|
"name": "getMessageText",
|
|
5038
5295
|
"variant": "signature",
|
|
5039
5296
|
"kind": 4096,
|
|
@@ -5051,7 +5308,7 @@
|
|
|
5051
5308
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5052
5309
|
"line": 95,
|
|
5053
5310
|
"character": 15,
|
|
5054
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5311
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L95"
|
|
5055
5312
|
}
|
|
5056
5313
|
],
|
|
5057
5314
|
"type": {
|
|
@@ -5074,7 +5331,7 @@
|
|
|
5074
5331
|
"decorators": []
|
|
5075
5332
|
},
|
|
5076
5333
|
{
|
|
5077
|
-
"id":
|
|
5334
|
+
"id": 423,
|
|
5078
5335
|
"name": "getType",
|
|
5079
5336
|
"variant": "declaration",
|
|
5080
5337
|
"kind": 2048,
|
|
@@ -5086,12 +5343,12 @@
|
|
|
5086
5343
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5087
5344
|
"line": 102,
|
|
5088
5345
|
"character": 15,
|
|
5089
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5346
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L102"
|
|
5090
5347
|
}
|
|
5091
5348
|
],
|
|
5092
5349
|
"signatures": [
|
|
5093
5350
|
{
|
|
5094
|
-
"id":
|
|
5351
|
+
"id": 424,
|
|
5095
5352
|
"name": "getType",
|
|
5096
5353
|
"variant": "signature",
|
|
5097
5354
|
"kind": 4096,
|
|
@@ -5109,7 +5366,7 @@
|
|
|
5109
5366
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5110
5367
|
"line": 102,
|
|
5111
5368
|
"character": 15,
|
|
5112
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5369
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L102"
|
|
5113
5370
|
}
|
|
5114
5371
|
],
|
|
5115
5372
|
"type": {
|
|
@@ -5134,7 +5391,7 @@
|
|
|
5134
5391
|
"decorators": []
|
|
5135
5392
|
},
|
|
5136
5393
|
{
|
|
5137
|
-
"id":
|
|
5394
|
+
"id": 434,
|
|
5138
5395
|
"name": "host",
|
|
5139
5396
|
"variant": "declaration",
|
|
5140
5397
|
"kind": 2048,
|
|
@@ -5148,7 +5405,7 @@
|
|
|
5148
5405
|
],
|
|
5149
5406
|
"signatures": [
|
|
5150
5407
|
{
|
|
5151
|
-
"id":
|
|
5408
|
+
"id": 435,
|
|
5152
5409
|
"name": "host",
|
|
5153
5410
|
"variant": "signature",
|
|
5154
5411
|
"kind": 4096,
|
|
@@ -5218,7 +5475,7 @@
|
|
|
5218
5475
|
}
|
|
5219
5476
|
},
|
|
5220
5477
|
{
|
|
5221
|
-
"id":
|
|
5478
|
+
"id": 425,
|
|
5222
5479
|
"name": "isWhiteSpacePreserved",
|
|
5223
5480
|
"variant": "declaration",
|
|
5224
5481
|
"kind": 2048,
|
|
@@ -5230,12 +5487,12 @@
|
|
|
5230
5487
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5231
5488
|
"line": 114,
|
|
5232
5489
|
"character": 15,
|
|
5233
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5490
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L114"
|
|
5234
5491
|
}
|
|
5235
5492
|
],
|
|
5236
5493
|
"signatures": [
|
|
5237
5494
|
{
|
|
5238
|
-
"id":
|
|
5495
|
+
"id": 426,
|
|
5239
5496
|
"name": "isWhiteSpacePreserved",
|
|
5240
5497
|
"variant": "signature",
|
|
5241
5498
|
"kind": 4096,
|
|
@@ -5253,7 +5510,7 @@
|
|
|
5253
5510
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5254
5511
|
"line": 114,
|
|
5255
5512
|
"character": 15,
|
|
5256
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5513
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L114"
|
|
5257
5514
|
}
|
|
5258
5515
|
],
|
|
5259
5516
|
"type": {
|
|
@@ -5280,26 +5537,26 @@
|
|
|
5280
5537
|
{
|
|
5281
5538
|
"title": "Constructors",
|
|
5282
5539
|
"children": [
|
|
5283
|
-
|
|
5540
|
+
404
|
|
5284
5541
|
]
|
|
5285
5542
|
},
|
|
5286
5543
|
{
|
|
5287
5544
|
"title": "Properties",
|
|
5288
5545
|
"children": [
|
|
5289
|
-
|
|
5546
|
+
398
|
|
5290
5547
|
]
|
|
5291
5548
|
},
|
|
5292
5549
|
{
|
|
5293
5550
|
"title": "Methods",
|
|
5294
5551
|
"children": [
|
|
5295
|
-
|
|
5296
|
-
410,
|
|
5297
|
-
412,
|
|
5552
|
+
411,
|
|
5298
5553
|
414,
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5554
|
+
416,
|
|
5555
|
+
418,
|
|
5556
|
+
421,
|
|
5557
|
+
423,
|
|
5558
|
+
434,
|
|
5559
|
+
425
|
|
5303
5560
|
]
|
|
5304
5561
|
}
|
|
5305
5562
|
],
|
|
@@ -5308,7 +5565,7 @@
|
|
|
5308
5565
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5309
5566
|
"line": 11,
|
|
5310
5567
|
"character": 13,
|
|
5311
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5568
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-harness.ts#L11"
|
|
5312
5569
|
}
|
|
5313
5570
|
],
|
|
5314
5571
|
"extendedTypes": [
|
|
@@ -5325,7 +5582,7 @@
|
|
|
5325
5582
|
"decorators": []
|
|
5326
5583
|
},
|
|
5327
5584
|
{
|
|
5328
|
-
"id":
|
|
5585
|
+
"id": 454,
|
|
5329
5586
|
"name": "SkyConfirmTestingController",
|
|
5330
5587
|
"variant": "declaration",
|
|
5331
5588
|
"kind": 128,
|
|
@@ -5342,7 +5599,7 @@
|
|
|
5342
5599
|
},
|
|
5343
5600
|
"children": [
|
|
5344
5601
|
{
|
|
5345
|
-
"id":
|
|
5602
|
+
"id": 457,
|
|
5346
5603
|
"name": "cancel",
|
|
5347
5604
|
"variant": "declaration",
|
|
5348
5605
|
"kind": 2048,
|
|
@@ -5355,12 +5612,12 @@
|
|
|
5355
5612
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5356
5613
|
"line": 12,
|
|
5357
5614
|
"character": 18,
|
|
5358
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5615
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L12"
|
|
5359
5616
|
}
|
|
5360
5617
|
],
|
|
5361
5618
|
"signatures": [
|
|
5362
5619
|
{
|
|
5363
|
-
"id":
|
|
5620
|
+
"id": 458,
|
|
5364
5621
|
"name": "cancel",
|
|
5365
5622
|
"variant": "signature",
|
|
5366
5623
|
"kind": 4096,
|
|
@@ -5378,7 +5635,7 @@
|
|
|
5378
5635
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5379
5636
|
"line": 12,
|
|
5380
5637
|
"character": 18,
|
|
5381
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5638
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L12"
|
|
5382
5639
|
}
|
|
5383
5640
|
],
|
|
5384
5641
|
"type": {
|
|
@@ -5390,7 +5647,7 @@
|
|
|
5390
5647
|
"decorators": []
|
|
5391
5648
|
},
|
|
5392
5649
|
{
|
|
5393
|
-
"id":
|
|
5650
|
+
"id": 464,
|
|
5394
5651
|
"name": "close",
|
|
5395
5652
|
"variant": "declaration",
|
|
5396
5653
|
"kind": 2048,
|
|
@@ -5403,12 +5660,12 @@
|
|
|
5403
5660
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5404
5661
|
"line": 25,
|
|
5405
5662
|
"character": 18,
|
|
5406
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5663
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L25"
|
|
5407
5664
|
}
|
|
5408
5665
|
],
|
|
5409
5666
|
"signatures": [
|
|
5410
5667
|
{
|
|
5411
|
-
"id":
|
|
5668
|
+
"id": 465,
|
|
5412
5669
|
"name": "close",
|
|
5413
5670
|
"variant": "signature",
|
|
5414
5671
|
"kind": 4096,
|
|
@@ -5426,12 +5683,12 @@
|
|
|
5426
5683
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5427
5684
|
"line": 25,
|
|
5428
5685
|
"character": 18,
|
|
5429
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5686
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L25"
|
|
5430
5687
|
}
|
|
5431
5688
|
],
|
|
5432
5689
|
"parameters": [
|
|
5433
5690
|
{
|
|
5434
|
-
"id":
|
|
5691
|
+
"id": 466,
|
|
5435
5692
|
"name": "args",
|
|
5436
5693
|
"variant": "param",
|
|
5437
5694
|
"kind": 32768,
|
|
@@ -5453,7 +5710,7 @@
|
|
|
5453
5710
|
"decorators": []
|
|
5454
5711
|
},
|
|
5455
5712
|
{
|
|
5456
|
-
"id":
|
|
5713
|
+
"id": 459,
|
|
5457
5714
|
"name": "expectNone",
|
|
5458
5715
|
"variant": "declaration",
|
|
5459
5716
|
"kind": 2048,
|
|
@@ -5466,12 +5723,12 @@
|
|
|
5466
5723
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5467
5724
|
"line": 16,
|
|
5468
5725
|
"character": 18,
|
|
5469
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5726
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L16"
|
|
5470
5727
|
}
|
|
5471
5728
|
],
|
|
5472
5729
|
"signatures": [
|
|
5473
5730
|
{
|
|
5474
|
-
"id":
|
|
5731
|
+
"id": 460,
|
|
5475
5732
|
"name": "expectNone",
|
|
5476
5733
|
"variant": "signature",
|
|
5477
5734
|
"kind": 4096,
|
|
@@ -5489,7 +5746,7 @@
|
|
|
5489
5746
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5490
5747
|
"line": 16,
|
|
5491
5748
|
"character": 18,
|
|
5492
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5749
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L16"
|
|
5493
5750
|
}
|
|
5494
5751
|
],
|
|
5495
5752
|
"type": {
|
|
@@ -5501,7 +5758,7 @@
|
|
|
5501
5758
|
"decorators": []
|
|
5502
5759
|
},
|
|
5503
5760
|
{
|
|
5504
|
-
"id":
|
|
5761
|
+
"id": 461,
|
|
5505
5762
|
"name": "expectOpen",
|
|
5506
5763
|
"variant": "declaration",
|
|
5507
5764
|
"kind": 2048,
|
|
@@ -5514,12 +5771,12 @@
|
|
|
5514
5771
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5515
5772
|
"line": 21,
|
|
5516
5773
|
"character": 18,
|
|
5517
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5774
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L21"
|
|
5518
5775
|
}
|
|
5519
5776
|
],
|
|
5520
5777
|
"signatures": [
|
|
5521
5778
|
{
|
|
5522
|
-
"id":
|
|
5779
|
+
"id": 462,
|
|
5523
5780
|
"name": "expectOpen",
|
|
5524
5781
|
"variant": "signature",
|
|
5525
5782
|
"kind": 4096,
|
|
@@ -5537,12 +5794,12 @@
|
|
|
5537
5794
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5538
5795
|
"line": 21,
|
|
5539
5796
|
"character": 18,
|
|
5540
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5797
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L21"
|
|
5541
5798
|
}
|
|
5542
5799
|
],
|
|
5543
5800
|
"parameters": [
|
|
5544
5801
|
{
|
|
5545
|
-
"id":
|
|
5802
|
+
"id": 463,
|
|
5546
5803
|
"name": "config",
|
|
5547
5804
|
"variant": "param",
|
|
5548
5805
|
"kind": 32768,
|
|
@@ -5564,7 +5821,7 @@
|
|
|
5564
5821
|
"decorators": []
|
|
5565
5822
|
},
|
|
5566
5823
|
{
|
|
5567
|
-
"id":
|
|
5824
|
+
"id": 467,
|
|
5568
5825
|
"name": "ok",
|
|
5569
5826
|
"variant": "declaration",
|
|
5570
5827
|
"kind": 2048,
|
|
@@ -5577,12 +5834,12 @@
|
|
|
5577
5834
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5578
5835
|
"line": 29,
|
|
5579
5836
|
"character": 18,
|
|
5580
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5837
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L29"
|
|
5581
5838
|
}
|
|
5582
5839
|
],
|
|
5583
5840
|
"signatures": [
|
|
5584
5841
|
{
|
|
5585
|
-
"id":
|
|
5842
|
+
"id": 468,
|
|
5586
5843
|
"name": "ok",
|
|
5587
5844
|
"variant": "signature",
|
|
5588
5845
|
"kind": 4096,
|
|
@@ -5600,7 +5857,7 @@
|
|
|
5600
5857
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5601
5858
|
"line": 29,
|
|
5602
5859
|
"character": 18,
|
|
5603
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5860
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L29"
|
|
5604
5861
|
}
|
|
5605
5862
|
],
|
|
5606
5863
|
"type": {
|
|
@@ -5616,17 +5873,17 @@
|
|
|
5616
5873
|
{
|
|
5617
5874
|
"title": "Constructors",
|
|
5618
5875
|
"children": [
|
|
5619
|
-
|
|
5876
|
+
455
|
|
5620
5877
|
]
|
|
5621
5878
|
},
|
|
5622
5879
|
{
|
|
5623
5880
|
"title": "Methods",
|
|
5624
5881
|
"children": [
|
|
5625
|
-
453,
|
|
5626
|
-
460,
|
|
5627
|
-
455,
|
|
5628
5882
|
457,
|
|
5629
|
-
|
|
5883
|
+
464,
|
|
5884
|
+
459,
|
|
5885
|
+
461,
|
|
5886
|
+
467
|
|
5630
5887
|
]
|
|
5631
5888
|
}
|
|
5632
5889
|
],
|
|
@@ -5635,13 +5892,13 @@
|
|
|
5635
5892
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5636
5893
|
"line": 8,
|
|
5637
5894
|
"character": 22,
|
|
5638
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5895
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L8"
|
|
5639
5896
|
}
|
|
5640
5897
|
],
|
|
5641
5898
|
"decorators": []
|
|
5642
5899
|
},
|
|
5643
5900
|
{
|
|
5644
|
-
"id":
|
|
5901
|
+
"id": 469,
|
|
5645
5902
|
"name": "SkyConfirmTestingModule",
|
|
5646
5903
|
"variant": "declaration",
|
|
5647
5904
|
"kind": 128,
|
|
@@ -5675,7 +5932,7 @@
|
|
|
5675
5932
|
{
|
|
5676
5933
|
"title": "Constructors",
|
|
5677
5934
|
"children": [
|
|
5678
|
-
|
|
5935
|
+
470
|
|
5679
5936
|
]
|
|
5680
5937
|
}
|
|
5681
5938
|
],
|
|
@@ -5684,7 +5941,7 @@
|
|
|
5684
5941
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.module.ts",
|
|
5685
5942
|
"line": 11,
|
|
5686
5943
|
"character": 13,
|
|
5687
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5944
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-testing.module.ts#L11"
|
|
5688
5945
|
}
|
|
5689
5946
|
],
|
|
5690
5947
|
"decorators": [
|
|
@@ -5697,7 +5954,7 @@
|
|
|
5697
5954
|
]
|
|
5698
5955
|
},
|
|
5699
5956
|
{
|
|
5700
|
-
"id":
|
|
5957
|
+
"id": 490,
|
|
5701
5958
|
"name": "SkyModalHarness",
|
|
5702
5959
|
"variant": "declaration",
|
|
5703
5960
|
"kind": 128,
|
|
@@ -5712,7 +5969,7 @@
|
|
|
5712
5969
|
},
|
|
5713
5970
|
"children": [
|
|
5714
5971
|
{
|
|
5715
|
-
"id":
|
|
5972
|
+
"id": 500,
|
|
5716
5973
|
"name": "constructor",
|
|
5717
5974
|
"variant": "declaration",
|
|
5718
5975
|
"kind": 512,
|
|
@@ -5726,7 +5983,7 @@
|
|
|
5726
5983
|
],
|
|
5727
5984
|
"signatures": [
|
|
5728
5985
|
{
|
|
5729
|
-
"id":
|
|
5986
|
+
"id": 501,
|
|
5730
5987
|
"name": "new SkyModalHarness",
|
|
5731
5988
|
"variant": "signature",
|
|
5732
5989
|
"kind": 16384,
|
|
@@ -5740,7 +5997,7 @@
|
|
|
5740
5997
|
],
|
|
5741
5998
|
"parameters": [
|
|
5742
5999
|
{
|
|
5743
|
-
"id":
|
|
6000
|
+
"id": 502,
|
|
5744
6001
|
"name": "locatorFactory",
|
|
5745
6002
|
"variant": "param",
|
|
5746
6003
|
"kind": 32768,
|
|
@@ -5758,7 +6015,7 @@
|
|
|
5758
6015
|
],
|
|
5759
6016
|
"type": {
|
|
5760
6017
|
"type": "reference",
|
|
5761
|
-
"target":
|
|
6018
|
+
"target": 490,
|
|
5762
6019
|
"name": "SkyModalHarness",
|
|
5763
6020
|
"package": "@skyux/modals"
|
|
5764
6021
|
},
|
|
@@ -5776,7 +6033,65 @@
|
|
|
5776
6033
|
}
|
|
5777
6034
|
},
|
|
5778
6035
|
{
|
|
5779
|
-
"id":
|
|
6036
|
+
"id": 506,
|
|
6037
|
+
"name": "clickHelpInline",
|
|
6038
|
+
"variant": "declaration",
|
|
6039
|
+
"kind": 2048,
|
|
6040
|
+
"flags": {
|
|
6041
|
+
"isPublic": true
|
|
6042
|
+
},
|
|
6043
|
+
"sources": [
|
|
6044
|
+
{
|
|
6045
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6046
|
+
"line": 34,
|
|
6047
|
+
"character": 15,
|
|
6048
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L34"
|
|
6049
|
+
}
|
|
6050
|
+
],
|
|
6051
|
+
"signatures": [
|
|
6052
|
+
{
|
|
6053
|
+
"id": 507,
|
|
6054
|
+
"name": "clickHelpInline",
|
|
6055
|
+
"variant": "signature",
|
|
6056
|
+
"kind": 4096,
|
|
6057
|
+
"flags": {},
|
|
6058
|
+
"comment": {
|
|
6059
|
+
"summary": [
|
|
6060
|
+
{
|
|
6061
|
+
"kind": "text",
|
|
6062
|
+
"text": "Clicks the help inline button."
|
|
6063
|
+
}
|
|
6064
|
+
]
|
|
6065
|
+
},
|
|
6066
|
+
"sources": [
|
|
6067
|
+
{
|
|
6068
|
+
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6069
|
+
"line": 34,
|
|
6070
|
+
"character": 15,
|
|
6071
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L34"
|
|
6072
|
+
}
|
|
6073
|
+
],
|
|
6074
|
+
"type": {
|
|
6075
|
+
"type": "reference",
|
|
6076
|
+
"target": {
|
|
6077
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6078
|
+
"qualifiedName": "Promise"
|
|
6079
|
+
},
|
|
6080
|
+
"typeArguments": [
|
|
6081
|
+
{
|
|
6082
|
+
"type": "intrinsic",
|
|
6083
|
+
"name": "void"
|
|
6084
|
+
}
|
|
6085
|
+
],
|
|
6086
|
+
"name": "Promise",
|
|
6087
|
+
"package": "typescript"
|
|
6088
|
+
}
|
|
6089
|
+
}
|
|
6090
|
+
],
|
|
6091
|
+
"decorators": []
|
|
6092
|
+
},
|
|
6093
|
+
{
|
|
6094
|
+
"id": 508,
|
|
5780
6095
|
"name": "getAriaDescribedBy",
|
|
5781
6096
|
"variant": "declaration",
|
|
5782
6097
|
"kind": 2048,
|
|
@@ -5786,14 +6101,14 @@
|
|
|
5786
6101
|
"sources": [
|
|
5787
6102
|
{
|
|
5788
6103
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5789
|
-
"line":
|
|
6104
|
+
"line": 42,
|
|
5790
6105
|
"character": 15,
|
|
5791
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6106
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L42"
|
|
5792
6107
|
}
|
|
5793
6108
|
],
|
|
5794
6109
|
"signatures": [
|
|
5795
6110
|
{
|
|
5796
|
-
"id":
|
|
6111
|
+
"id": 509,
|
|
5797
6112
|
"name": "getAriaDescribedBy",
|
|
5798
6113
|
"variant": "signature",
|
|
5799
6114
|
"kind": 4096,
|
|
@@ -5802,16 +6117,22 @@
|
|
|
5802
6117
|
"summary": [
|
|
5803
6118
|
{
|
|
5804
6119
|
"kind": "text",
|
|
5805
|
-
"text": "Gets the aria-describedBy property of the modal"
|
|
6120
|
+
"text": "Gets the aria-describedBy property of the modal."
|
|
6121
|
+
}
|
|
6122
|
+
],
|
|
6123
|
+
"blockTags": [
|
|
6124
|
+
{
|
|
6125
|
+
"tag": "@deprecated",
|
|
6126
|
+
"content": []
|
|
5806
6127
|
}
|
|
5807
6128
|
]
|
|
5808
6129
|
},
|
|
5809
6130
|
"sources": [
|
|
5810
6131
|
{
|
|
5811
6132
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5812
|
-
"line":
|
|
6133
|
+
"line": 42,
|
|
5813
6134
|
"character": 15,
|
|
5814
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6135
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L42"
|
|
5815
6136
|
}
|
|
5816
6137
|
],
|
|
5817
6138
|
"type": {
|
|
@@ -5834,7 +6155,7 @@
|
|
|
5834
6155
|
"decorators": []
|
|
5835
6156
|
},
|
|
5836
6157
|
{
|
|
5837
|
-
"id":
|
|
6158
|
+
"id": 510,
|
|
5838
6159
|
"name": "getAriaLabelledBy",
|
|
5839
6160
|
"variant": "declaration",
|
|
5840
6161
|
"kind": 2048,
|
|
@@ -5844,14 +6165,14 @@
|
|
|
5844
6165
|
"sources": [
|
|
5845
6166
|
{
|
|
5846
6167
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5847
|
-
"line":
|
|
6168
|
+
"line": 50,
|
|
5848
6169
|
"character": 15,
|
|
5849
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6170
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L50"
|
|
5850
6171
|
}
|
|
5851
6172
|
],
|
|
5852
6173
|
"signatures": [
|
|
5853
6174
|
{
|
|
5854
|
-
"id":
|
|
6175
|
+
"id": 511,
|
|
5855
6176
|
"name": "getAriaLabelledBy",
|
|
5856
6177
|
"variant": "signature",
|
|
5857
6178
|
"kind": 4096,
|
|
@@ -5860,16 +6181,196 @@
|
|
|
5860
6181
|
"summary": [
|
|
5861
6182
|
{
|
|
5862
6183
|
"kind": "text",
|
|
5863
|
-
"text": "Gets the aria-labelledBy property of the modal"
|
|
6184
|
+
"text": "Gets the aria-labelledBy property of the modal."
|
|
6185
|
+
}
|
|
6186
|
+
],
|
|
6187
|
+
"blockTags": [
|
|
6188
|
+
{
|
|
6189
|
+
"tag": "@deprecated",
|
|
6190
|
+
"content": []
|
|
6191
|
+
}
|
|
6192
|
+
]
|
|
6193
|
+
},
|
|
6194
|
+
"sources": [
|
|
6195
|
+
{
|
|
6196
|
+
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6197
|
+
"line": 50,
|
|
6198
|
+
"character": 15,
|
|
6199
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L50"
|
|
6200
|
+
}
|
|
6201
|
+
],
|
|
6202
|
+
"type": {
|
|
6203
|
+
"type": "reference",
|
|
6204
|
+
"target": {
|
|
6205
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6206
|
+
"qualifiedName": "Promise"
|
|
6207
|
+
},
|
|
6208
|
+
"typeArguments": [
|
|
6209
|
+
{
|
|
6210
|
+
"type": "intrinsic",
|
|
6211
|
+
"name": "string"
|
|
6212
|
+
}
|
|
6213
|
+
],
|
|
6214
|
+
"name": "Promise",
|
|
6215
|
+
"package": "typescript"
|
|
6216
|
+
}
|
|
6217
|
+
}
|
|
6218
|
+
],
|
|
6219
|
+
"decorators": []
|
|
6220
|
+
},
|
|
6221
|
+
{
|
|
6222
|
+
"id": 512,
|
|
6223
|
+
"name": "getAriaRole",
|
|
6224
|
+
"variant": "declaration",
|
|
6225
|
+
"kind": 2048,
|
|
6226
|
+
"flags": {
|
|
6227
|
+
"isPublic": true
|
|
6228
|
+
},
|
|
6229
|
+
"sources": [
|
|
6230
|
+
{
|
|
6231
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6232
|
+
"line": 57,
|
|
6233
|
+
"character": 15,
|
|
6234
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L57"
|
|
6235
|
+
}
|
|
6236
|
+
],
|
|
6237
|
+
"signatures": [
|
|
6238
|
+
{
|
|
6239
|
+
"id": 513,
|
|
6240
|
+
"name": "getAriaRole",
|
|
6241
|
+
"variant": "signature",
|
|
6242
|
+
"kind": 4096,
|
|
6243
|
+
"flags": {},
|
|
6244
|
+
"comment": {
|
|
6245
|
+
"summary": [
|
|
6246
|
+
{
|
|
6247
|
+
"kind": "text",
|
|
6248
|
+
"text": "Gets the role of the modal."
|
|
6249
|
+
}
|
|
6250
|
+
]
|
|
6251
|
+
},
|
|
6252
|
+
"sources": [
|
|
6253
|
+
{
|
|
6254
|
+
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6255
|
+
"line": 57,
|
|
6256
|
+
"character": 15,
|
|
6257
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L57"
|
|
6258
|
+
}
|
|
6259
|
+
],
|
|
6260
|
+
"type": {
|
|
6261
|
+
"type": "reference",
|
|
6262
|
+
"target": {
|
|
6263
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6264
|
+
"qualifiedName": "Promise"
|
|
6265
|
+
},
|
|
6266
|
+
"typeArguments": [
|
|
6267
|
+
{
|
|
6268
|
+
"type": "intrinsic",
|
|
6269
|
+
"name": "string"
|
|
6270
|
+
}
|
|
6271
|
+
],
|
|
6272
|
+
"name": "Promise",
|
|
6273
|
+
"package": "typescript"
|
|
6274
|
+
}
|
|
6275
|
+
}
|
|
6276
|
+
],
|
|
6277
|
+
"decorators": []
|
|
6278
|
+
},
|
|
6279
|
+
{
|
|
6280
|
+
"id": 514,
|
|
6281
|
+
"name": "getHeadingText",
|
|
6282
|
+
"variant": "declaration",
|
|
6283
|
+
"kind": 2048,
|
|
6284
|
+
"flags": {
|
|
6285
|
+
"isPublic": true
|
|
6286
|
+
},
|
|
6287
|
+
"sources": [
|
|
6288
|
+
{
|
|
6289
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6290
|
+
"line": 64,
|
|
6291
|
+
"character": 15,
|
|
6292
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L64"
|
|
6293
|
+
}
|
|
6294
|
+
],
|
|
6295
|
+
"signatures": [
|
|
6296
|
+
{
|
|
6297
|
+
"id": 515,
|
|
6298
|
+
"name": "getHeadingText",
|
|
6299
|
+
"variant": "signature",
|
|
6300
|
+
"kind": 4096,
|
|
6301
|
+
"flags": {},
|
|
6302
|
+
"comment": {
|
|
6303
|
+
"summary": [
|
|
6304
|
+
{
|
|
6305
|
+
"kind": "text",
|
|
6306
|
+
"text": "Gets the modal's heading text."
|
|
6307
|
+
}
|
|
6308
|
+
]
|
|
6309
|
+
},
|
|
6310
|
+
"sources": [
|
|
6311
|
+
{
|
|
6312
|
+
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6313
|
+
"line": 64,
|
|
6314
|
+
"character": 15,
|
|
6315
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L64"
|
|
6316
|
+
}
|
|
6317
|
+
],
|
|
6318
|
+
"type": {
|
|
6319
|
+
"type": "reference",
|
|
6320
|
+
"target": {
|
|
6321
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6322
|
+
"qualifiedName": "Promise"
|
|
6323
|
+
},
|
|
6324
|
+
"typeArguments": [
|
|
6325
|
+
{
|
|
6326
|
+
"type": "intrinsic",
|
|
6327
|
+
"name": "string"
|
|
6328
|
+
}
|
|
6329
|
+
],
|
|
6330
|
+
"name": "Promise",
|
|
6331
|
+
"package": "typescript"
|
|
6332
|
+
}
|
|
6333
|
+
}
|
|
6334
|
+
],
|
|
6335
|
+
"decorators": []
|
|
6336
|
+
},
|
|
6337
|
+
{
|
|
6338
|
+
"id": 516,
|
|
6339
|
+
"name": "getHelpPopoverContent",
|
|
6340
|
+
"variant": "declaration",
|
|
6341
|
+
"kind": 2048,
|
|
6342
|
+
"flags": {
|
|
6343
|
+
"isPublic": true
|
|
6344
|
+
},
|
|
6345
|
+
"sources": [
|
|
6346
|
+
{
|
|
6347
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6348
|
+
"line": 71,
|
|
6349
|
+
"character": 15,
|
|
6350
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L71"
|
|
6351
|
+
}
|
|
6352
|
+
],
|
|
6353
|
+
"signatures": [
|
|
6354
|
+
{
|
|
6355
|
+
"id": 517,
|
|
6356
|
+
"name": "getHelpPopoverContent",
|
|
6357
|
+
"variant": "signature",
|
|
6358
|
+
"kind": 4096,
|
|
6359
|
+
"flags": {},
|
|
6360
|
+
"comment": {
|
|
6361
|
+
"summary": [
|
|
6362
|
+
{
|
|
6363
|
+
"kind": "text",
|
|
6364
|
+
"text": "Gets the help popover content."
|
|
5864
6365
|
}
|
|
5865
6366
|
]
|
|
5866
6367
|
},
|
|
5867
6368
|
"sources": [
|
|
5868
6369
|
{
|
|
5869
6370
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5870
|
-
"line":
|
|
6371
|
+
"line": 71,
|
|
5871
6372
|
"character": 15,
|
|
5872
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6373
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L71"
|
|
5873
6374
|
}
|
|
5874
6375
|
],
|
|
5875
6376
|
"type": {
|
|
@@ -5880,8 +6381,28 @@
|
|
|
5880
6381
|
},
|
|
5881
6382
|
"typeArguments": [
|
|
5882
6383
|
{
|
|
5883
|
-
"type": "
|
|
5884
|
-
"
|
|
6384
|
+
"type": "union",
|
|
6385
|
+
"types": [
|
|
6386
|
+
{
|
|
6387
|
+
"type": "intrinsic",
|
|
6388
|
+
"name": "string"
|
|
6389
|
+
},
|
|
6390
|
+
{
|
|
6391
|
+
"type": "reference",
|
|
6392
|
+
"target": {
|
|
6393
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
6394
|
+
"qualifiedName": "TemplateRef"
|
|
6395
|
+
},
|
|
6396
|
+
"typeArguments": [
|
|
6397
|
+
{
|
|
6398
|
+
"type": "intrinsic",
|
|
6399
|
+
"name": "unknown"
|
|
6400
|
+
}
|
|
6401
|
+
],
|
|
6402
|
+
"name": "TemplateRef",
|
|
6403
|
+
"package": "@angular/core"
|
|
6404
|
+
}
|
|
6405
|
+
]
|
|
5885
6406
|
}
|
|
5886
6407
|
],
|
|
5887
6408
|
"name": "Promise",
|
|
@@ -5892,8 +6413,8 @@
|
|
|
5892
6413
|
"decorators": []
|
|
5893
6414
|
},
|
|
5894
6415
|
{
|
|
5895
|
-
"id":
|
|
5896
|
-
"name": "
|
|
6416
|
+
"id": 518,
|
|
6417
|
+
"name": "getHelpPopoverTitle",
|
|
5897
6418
|
"variant": "declaration",
|
|
5898
6419
|
"kind": 2048,
|
|
5899
6420
|
"flags": {
|
|
@@ -5902,15 +6423,15 @@
|
|
|
5902
6423
|
"sources": [
|
|
5903
6424
|
{
|
|
5904
6425
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5905
|
-
"line":
|
|
6426
|
+
"line": 80,
|
|
5906
6427
|
"character": 15,
|
|
5907
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6428
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L80"
|
|
5908
6429
|
}
|
|
5909
6430
|
],
|
|
5910
6431
|
"signatures": [
|
|
5911
6432
|
{
|
|
5912
|
-
"id":
|
|
5913
|
-
"name": "
|
|
6433
|
+
"id": 519,
|
|
6434
|
+
"name": "getHelpPopoverTitle",
|
|
5914
6435
|
"variant": "signature",
|
|
5915
6436
|
"kind": 4096,
|
|
5916
6437
|
"flags": {},
|
|
@@ -5918,16 +6439,16 @@
|
|
|
5918
6439
|
"summary": [
|
|
5919
6440
|
{
|
|
5920
6441
|
"kind": "text",
|
|
5921
|
-
"text": "Gets the
|
|
6442
|
+
"text": "Gets the help popover title."
|
|
5922
6443
|
}
|
|
5923
6444
|
]
|
|
5924
6445
|
},
|
|
5925
6446
|
"sources": [
|
|
5926
6447
|
{
|
|
5927
6448
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5928
|
-
"line":
|
|
6449
|
+
"line": 80,
|
|
5929
6450
|
"character": 15,
|
|
5930
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6451
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L80"
|
|
5931
6452
|
}
|
|
5932
6453
|
],
|
|
5933
6454
|
"type": {
|
|
@@ -5950,7 +6471,7 @@
|
|
|
5950
6471
|
"decorators": []
|
|
5951
6472
|
},
|
|
5952
6473
|
{
|
|
5953
|
-
"id":
|
|
6474
|
+
"id": 520,
|
|
5954
6475
|
"name": "getSize",
|
|
5955
6476
|
"variant": "declaration",
|
|
5956
6477
|
"kind": 2048,
|
|
@@ -5960,14 +6481,14 @@
|
|
|
5960
6481
|
"sources": [
|
|
5961
6482
|
{
|
|
5962
6483
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
5963
|
-
"line":
|
|
6484
|
+
"line": 87,
|
|
5964
6485
|
"character": 15,
|
|
5965
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6486
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L87"
|
|
5966
6487
|
}
|
|
5967
6488
|
],
|
|
5968
6489
|
"signatures": [
|
|
5969
6490
|
{
|
|
5970
|
-
"id":
|
|
6491
|
+
"id": 521,
|
|
5971
6492
|
"name": "getSize",
|
|
5972
6493
|
"variant": "signature",
|
|
5973
6494
|
"kind": 4096,
|
|
@@ -5983,9 +6504,9 @@
|
|
|
5983
6504
|
"sources": [
|
|
5984
6505
|
{
|
|
5985
6506
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
5986
|
-
"line":
|
|
6507
|
+
"line": 87,
|
|
5987
6508
|
"character": 15,
|
|
5988
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6509
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L87"
|
|
5989
6510
|
}
|
|
5990
6511
|
],
|
|
5991
6512
|
"type": {
|
|
@@ -6008,7 +6529,7 @@
|
|
|
6008
6529
|
"decorators": []
|
|
6009
6530
|
},
|
|
6010
6531
|
{
|
|
6011
|
-
"id":
|
|
6532
|
+
"id": 522,
|
|
6012
6533
|
"name": "getWrapperClass",
|
|
6013
6534
|
"variant": "declaration",
|
|
6014
6535
|
"kind": 2048,
|
|
@@ -6018,14 +6539,14 @@
|
|
|
6018
6539
|
"sources": [
|
|
6019
6540
|
{
|
|
6020
6541
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6021
|
-
"line":
|
|
6542
|
+
"line": 110,
|
|
6022
6543
|
"character": 15,
|
|
6023
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6544
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L110"
|
|
6024
6545
|
}
|
|
6025
6546
|
],
|
|
6026
6547
|
"signatures": [
|
|
6027
6548
|
{
|
|
6028
|
-
"id":
|
|
6549
|
+
"id": 523,
|
|
6029
6550
|
"name": "getWrapperClass",
|
|
6030
6551
|
"variant": "signature",
|
|
6031
6552
|
"kind": 4096,
|
|
@@ -6041,9 +6562,9 @@
|
|
|
6041
6562
|
"sources": [
|
|
6042
6563
|
{
|
|
6043
6564
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6044
|
-
"line":
|
|
6565
|
+
"line": 110,
|
|
6045
6566
|
"character": 15,
|
|
6046
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6567
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L110"
|
|
6047
6568
|
}
|
|
6048
6569
|
],
|
|
6049
6570
|
"type": {
|
|
@@ -6066,7 +6587,7 @@
|
|
|
6066
6587
|
"decorators": []
|
|
6067
6588
|
},
|
|
6068
6589
|
{
|
|
6069
|
-
"id":
|
|
6590
|
+
"id": 533,
|
|
6070
6591
|
"name": "host",
|
|
6071
6592
|
"variant": "declaration",
|
|
6072
6593
|
"kind": 2048,
|
|
@@ -6080,7 +6601,7 @@
|
|
|
6080
6601
|
],
|
|
6081
6602
|
"signatures": [
|
|
6082
6603
|
{
|
|
6083
|
-
"id":
|
|
6604
|
+
"id": 534,
|
|
6084
6605
|
"name": "host",
|
|
6085
6606
|
"variant": "signature",
|
|
6086
6607
|
"kind": 4096,
|
|
@@ -6150,7 +6671,7 @@
|
|
|
6150
6671
|
}
|
|
6151
6672
|
},
|
|
6152
6673
|
{
|
|
6153
|
-
"id":
|
|
6674
|
+
"id": 526,
|
|
6154
6675
|
"name": "isDirty",
|
|
6155
6676
|
"variant": "declaration",
|
|
6156
6677
|
"kind": 2048,
|
|
@@ -6160,14 +6681,14 @@
|
|
|
6160
6681
|
"sources": [
|
|
6161
6682
|
{
|
|
6162
6683
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6163
|
-
"line":
|
|
6684
|
+
"line": 125,
|
|
6164
6685
|
"character": 15,
|
|
6165
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6686
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L125"
|
|
6166
6687
|
}
|
|
6167
6688
|
],
|
|
6168
6689
|
"signatures": [
|
|
6169
6690
|
{
|
|
6170
|
-
"id":
|
|
6691
|
+
"id": 527,
|
|
6171
6692
|
"name": "isDirty",
|
|
6172
6693
|
"variant": "signature",
|
|
6173
6694
|
"kind": 4096,
|
|
@@ -6192,9 +6713,9 @@
|
|
|
6192
6713
|
"sources": [
|
|
6193
6714
|
{
|
|
6194
6715
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6195
|
-
"line":
|
|
6716
|
+
"line": 125,
|
|
6196
6717
|
"character": 15,
|
|
6197
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6718
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L125"
|
|
6198
6719
|
}
|
|
6199
6720
|
],
|
|
6200
6721
|
"type": {
|
|
@@ -6217,7 +6738,7 @@
|
|
|
6217
6738
|
"decorators": []
|
|
6218
6739
|
},
|
|
6219
6740
|
{
|
|
6220
|
-
"id":
|
|
6741
|
+
"id": 524,
|
|
6221
6742
|
"name": "isFullPage",
|
|
6222
6743
|
"variant": "declaration",
|
|
6223
6744
|
"kind": 2048,
|
|
@@ -6227,14 +6748,14 @@
|
|
|
6227
6748
|
"sources": [
|
|
6228
6749
|
{
|
|
6229
6750
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6230
|
-
"line":
|
|
6751
|
+
"line": 117,
|
|
6231
6752
|
"character": 15,
|
|
6232
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6753
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L117"
|
|
6233
6754
|
}
|
|
6234
6755
|
],
|
|
6235
6756
|
"signatures": [
|
|
6236
6757
|
{
|
|
6237
|
-
"id":
|
|
6758
|
+
"id": 525,
|
|
6238
6759
|
"name": "isFullPage",
|
|
6239
6760
|
"variant": "signature",
|
|
6240
6761
|
"kind": 4096,
|
|
@@ -6250,9 +6771,9 @@
|
|
|
6250
6771
|
"sources": [
|
|
6251
6772
|
{
|
|
6252
6773
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6253
|
-
"line":
|
|
6774
|
+
"line": 117,
|
|
6254
6775
|
"character": 15,
|
|
6255
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6776
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L117"
|
|
6256
6777
|
}
|
|
6257
6778
|
],
|
|
6258
6779
|
"type": {
|
|
@@ -6275,7 +6796,7 @@
|
|
|
6275
6796
|
"decorators": []
|
|
6276
6797
|
},
|
|
6277
6798
|
{
|
|
6278
|
-
"id":
|
|
6799
|
+
"id": 492,
|
|
6279
6800
|
"name": "with",
|
|
6280
6801
|
"variant": "declaration",
|
|
6281
6802
|
"kind": 2048,
|
|
@@ -6286,14 +6807,14 @@
|
|
|
6286
6807
|
"sources": [
|
|
6287
6808
|
{
|
|
6288
6809
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6289
|
-
"line":
|
|
6810
|
+
"line": 25,
|
|
6290
6811
|
"character": 16,
|
|
6291
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6812
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L25"
|
|
6292
6813
|
}
|
|
6293
6814
|
],
|
|
6294
6815
|
"signatures": [
|
|
6295
6816
|
{
|
|
6296
|
-
"id":
|
|
6817
|
+
"id": 493,
|
|
6297
6818
|
"name": "with",
|
|
6298
6819
|
"variant": "signature",
|
|
6299
6820
|
"kind": 4096,
|
|
@@ -6325,21 +6846,21 @@
|
|
|
6325
6846
|
"sources": [
|
|
6326
6847
|
{
|
|
6327
6848
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6328
|
-
"line":
|
|
6849
|
+
"line": 25,
|
|
6329
6850
|
"character": 16,
|
|
6330
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6851
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L25"
|
|
6331
6852
|
}
|
|
6332
6853
|
],
|
|
6333
6854
|
"parameters": [
|
|
6334
6855
|
{
|
|
6335
|
-
"id":
|
|
6856
|
+
"id": 494,
|
|
6336
6857
|
"name": "filters",
|
|
6337
6858
|
"variant": "param",
|
|
6338
6859
|
"kind": 32768,
|
|
6339
6860
|
"flags": {},
|
|
6340
6861
|
"type": {
|
|
6341
6862
|
"type": "reference",
|
|
6342
|
-
"target":
|
|
6863
|
+
"target": 553,
|
|
6343
6864
|
"name": "SkyModalHarnessFilters",
|
|
6344
6865
|
"package": "@skyux/modals"
|
|
6345
6866
|
}
|
|
@@ -6354,7 +6875,7 @@
|
|
|
6354
6875
|
"typeArguments": [
|
|
6355
6876
|
{
|
|
6356
6877
|
"type": "reference",
|
|
6357
|
-
"target":
|
|
6878
|
+
"target": 490,
|
|
6358
6879
|
"name": "SkyModalHarness",
|
|
6359
6880
|
"package": "@skyux/modals"
|
|
6360
6881
|
}
|
|
@@ -6371,30 +6892,34 @@
|
|
|
6371
6892
|
{
|
|
6372
6893
|
"title": "Constructors",
|
|
6373
6894
|
"children": [
|
|
6374
|
-
|
|
6895
|
+
500
|
|
6375
6896
|
]
|
|
6376
6897
|
},
|
|
6377
6898
|
{
|
|
6378
6899
|
"title": "Methods",
|
|
6379
6900
|
"children": [
|
|
6380
|
-
|
|
6381
|
-
|
|
6382
|
-
|
|
6383
|
-
|
|
6384
|
-
|
|
6901
|
+
506,
|
|
6902
|
+
508,
|
|
6903
|
+
510,
|
|
6904
|
+
512,
|
|
6905
|
+
514,
|
|
6906
|
+
516,
|
|
6385
6907
|
518,
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6908
|
+
520,
|
|
6909
|
+
522,
|
|
6910
|
+
533,
|
|
6911
|
+
526,
|
|
6912
|
+
524,
|
|
6913
|
+
492
|
|
6389
6914
|
]
|
|
6390
6915
|
}
|
|
6391
6916
|
],
|
|
6392
6917
|
"sources": [
|
|
6393
6918
|
{
|
|
6394
6919
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6395
|
-
"line":
|
|
6920
|
+
"line": 11,
|
|
6396
6921
|
"character": 13,
|
|
6397
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6922
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness.ts#L11"
|
|
6398
6923
|
}
|
|
6399
6924
|
],
|
|
6400
6925
|
"extendedTypes": [
|
|
@@ -6411,7 +6936,7 @@
|
|
|
6411
6936
|
"decorators": []
|
|
6412
6937
|
},
|
|
6413
6938
|
{
|
|
6414
|
-
"id":
|
|
6939
|
+
"id": 472,
|
|
6415
6940
|
"name": "SkyModalTestingController",
|
|
6416
6941
|
"variant": "declaration",
|
|
6417
6942
|
"kind": 128,
|
|
@@ -6436,7 +6961,7 @@
|
|
|
6436
6961
|
},
|
|
6437
6962
|
"children": [
|
|
6438
6963
|
{
|
|
6439
|
-
"id":
|
|
6964
|
+
"id": 475,
|
|
6440
6965
|
"name": "closeTopModal",
|
|
6441
6966
|
"variant": "declaration",
|
|
6442
6967
|
"kind": 2048,
|
|
@@ -6449,12 +6974,12 @@
|
|
|
6449
6974
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6450
6975
|
"line": 15,
|
|
6451
6976
|
"character": 18,
|
|
6452
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6977
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L15"
|
|
6453
6978
|
}
|
|
6454
6979
|
],
|
|
6455
6980
|
"signatures": [
|
|
6456
6981
|
{
|
|
6457
|
-
"id":
|
|
6982
|
+
"id": 476,
|
|
6458
6983
|
"name": "closeTopModal",
|
|
6459
6984
|
"variant": "signature",
|
|
6460
6985
|
"kind": 4096,
|
|
@@ -6472,12 +6997,12 @@
|
|
|
6472
6997
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6473
6998
|
"line": 15,
|
|
6474
6999
|
"character": 18,
|
|
6475
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7000
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L15"
|
|
6476
7001
|
}
|
|
6477
7002
|
],
|
|
6478
7003
|
"parameters": [
|
|
6479
7004
|
{
|
|
6480
|
-
"id":
|
|
7005
|
+
"id": 477,
|
|
6481
7006
|
"name": "args",
|
|
6482
7007
|
"variant": "param",
|
|
6483
7008
|
"kind": 32768,
|
|
@@ -6509,7 +7034,7 @@
|
|
|
6509
7034
|
"decorators": []
|
|
6510
7035
|
},
|
|
6511
7036
|
{
|
|
6512
|
-
"id":
|
|
7037
|
+
"id": 478,
|
|
6513
7038
|
"name": "expectCount",
|
|
6514
7039
|
"variant": "declaration",
|
|
6515
7040
|
"kind": 2048,
|
|
@@ -6522,12 +7047,12 @@
|
|
|
6522
7047
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6523
7048
|
"line": 20,
|
|
6524
7049
|
"character": 18,
|
|
6525
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7050
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L20"
|
|
6526
7051
|
}
|
|
6527
7052
|
],
|
|
6528
7053
|
"signatures": [
|
|
6529
7054
|
{
|
|
6530
|
-
"id":
|
|
7055
|
+
"id": 479,
|
|
6531
7056
|
"name": "expectCount",
|
|
6532
7057
|
"variant": "signature",
|
|
6533
7058
|
"kind": 4096,
|
|
@@ -6545,12 +7070,12 @@
|
|
|
6545
7070
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6546
7071
|
"line": 20,
|
|
6547
7072
|
"character": 18,
|
|
6548
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7073
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L20"
|
|
6549
7074
|
}
|
|
6550
7075
|
],
|
|
6551
7076
|
"parameters": [
|
|
6552
7077
|
{
|
|
6553
|
-
"id":
|
|
7078
|
+
"id": 480,
|
|
6554
7079
|
"name": "value",
|
|
6555
7080
|
"variant": "param",
|
|
6556
7081
|
"kind": 32768,
|
|
@@ -6570,7 +7095,7 @@
|
|
|
6570
7095
|
"decorators": []
|
|
6571
7096
|
},
|
|
6572
7097
|
{
|
|
6573
|
-
"id":
|
|
7098
|
+
"id": 481,
|
|
6574
7099
|
"name": "expectNone",
|
|
6575
7100
|
"variant": "declaration",
|
|
6576
7101
|
"kind": 2048,
|
|
@@ -6583,12 +7108,12 @@
|
|
|
6583
7108
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6584
7109
|
"line": 25,
|
|
6585
7110
|
"character": 18,
|
|
6586
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7111
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L25"
|
|
6587
7112
|
}
|
|
6588
7113
|
],
|
|
6589
7114
|
"signatures": [
|
|
6590
7115
|
{
|
|
6591
|
-
"id":
|
|
7116
|
+
"id": 482,
|
|
6592
7117
|
"name": "expectNone",
|
|
6593
7118
|
"variant": "signature",
|
|
6594
7119
|
"kind": 4096,
|
|
@@ -6606,7 +7131,7 @@
|
|
|
6606
7131
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6607
7132
|
"line": 25,
|
|
6608
7133
|
"character": 18,
|
|
6609
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7134
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L25"
|
|
6610
7135
|
}
|
|
6611
7136
|
],
|
|
6612
7137
|
"type": {
|
|
@@ -6618,7 +7143,7 @@
|
|
|
6618
7143
|
"decorators": []
|
|
6619
7144
|
},
|
|
6620
7145
|
{
|
|
6621
|
-
"id":
|
|
7146
|
+
"id": 483,
|
|
6622
7147
|
"name": "expectOpen",
|
|
6623
7148
|
"variant": "declaration",
|
|
6624
7149
|
"kind": 2048,
|
|
@@ -6631,12 +7156,12 @@
|
|
|
6631
7156
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6632
7157
|
"line": 30,
|
|
6633
7158
|
"character": 18,
|
|
6634
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7159
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L30"
|
|
6635
7160
|
}
|
|
6636
7161
|
],
|
|
6637
7162
|
"signatures": [
|
|
6638
7163
|
{
|
|
6639
|
-
"id":
|
|
7164
|
+
"id": 484,
|
|
6640
7165
|
"name": "expectOpen",
|
|
6641
7166
|
"variant": "signature",
|
|
6642
7167
|
"kind": 4096,
|
|
@@ -6654,12 +7179,12 @@
|
|
|
6654
7179
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6655
7180
|
"line": 30,
|
|
6656
7181
|
"character": 18,
|
|
6657
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7182
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L30"
|
|
6658
7183
|
}
|
|
6659
7184
|
],
|
|
6660
7185
|
"typeParameter": [
|
|
6661
7186
|
{
|
|
6662
|
-
"id":
|
|
7187
|
+
"id": 485,
|
|
6663
7188
|
"name": "TComponent",
|
|
6664
7189
|
"variant": "typeParam",
|
|
6665
7190
|
"kind": 131072,
|
|
@@ -6668,7 +7193,7 @@
|
|
|
6668
7193
|
],
|
|
6669
7194
|
"parameters": [
|
|
6670
7195
|
{
|
|
6671
|
-
"id":
|
|
7196
|
+
"id": 486,
|
|
6672
7197
|
"name": "component",
|
|
6673
7198
|
"variant": "param",
|
|
6674
7199
|
"kind": 32768,
|
|
@@ -6682,7 +7207,7 @@
|
|
|
6682
7207
|
"typeArguments": [
|
|
6683
7208
|
{
|
|
6684
7209
|
"type": "reference",
|
|
6685
|
-
"target":
|
|
7210
|
+
"target": 485,
|
|
6686
7211
|
"name": "TComponent",
|
|
6687
7212
|
"package": "@skyux/modals",
|
|
6688
7213
|
"refersToTypeParameter": true
|
|
@@ -6706,16 +7231,16 @@
|
|
|
6706
7231
|
{
|
|
6707
7232
|
"title": "Constructors",
|
|
6708
7233
|
"children": [
|
|
6709
|
-
|
|
7234
|
+
473
|
|
6710
7235
|
]
|
|
6711
7236
|
},
|
|
6712
7237
|
{
|
|
6713
7238
|
"title": "Methods",
|
|
6714
7239
|
"children": [
|
|
6715
|
-
|
|
6716
|
-
|
|
6717
|
-
|
|
6718
|
-
|
|
7240
|
+
475,
|
|
7241
|
+
478,
|
|
7242
|
+
481,
|
|
7243
|
+
483
|
|
6719
7244
|
]
|
|
6720
7245
|
}
|
|
6721
7246
|
],
|
|
@@ -6724,13 +7249,13 @@
|
|
|
6724
7249
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6725
7250
|
"line": 10,
|
|
6726
7251
|
"character": 22,
|
|
6727
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7252
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L10"
|
|
6728
7253
|
}
|
|
6729
7254
|
],
|
|
6730
7255
|
"decorators": []
|
|
6731
7256
|
},
|
|
6732
7257
|
{
|
|
6733
|
-
"id":
|
|
7258
|
+
"id": 487,
|
|
6734
7259
|
"name": "SkyModalTestingModule",
|
|
6735
7260
|
"variant": "declaration",
|
|
6736
7261
|
"kind": 128,
|
|
@@ -6764,7 +7289,7 @@
|
|
|
6764
7289
|
{
|
|
6765
7290
|
"title": "Constructors",
|
|
6766
7291
|
"children": [
|
|
6767
|
-
|
|
7292
|
+
488
|
|
6768
7293
|
]
|
|
6769
7294
|
}
|
|
6770
7295
|
],
|
|
@@ -6773,7 +7298,7 @@
|
|
|
6773
7298
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.module.ts",
|
|
6774
7299
|
"line": 11,
|
|
6775
7300
|
"character": 13,
|
|
6776
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7301
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/controller/modal-testing.module.ts#L11"
|
|
6777
7302
|
}
|
|
6778
7303
|
],
|
|
6779
7304
|
"decorators": [
|
|
@@ -6786,7 +7311,7 @@
|
|
|
6786
7311
|
]
|
|
6787
7312
|
},
|
|
6788
7313
|
{
|
|
6789
|
-
"id":
|
|
7314
|
+
"id": 393,
|
|
6790
7315
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
6791
7316
|
"variant": "declaration",
|
|
6792
7317
|
"kind": 256,
|
|
@@ -6801,7 +7326,7 @@
|
|
|
6801
7326
|
},
|
|
6802
7327
|
"children": [
|
|
6803
7328
|
{
|
|
6804
|
-
"id":
|
|
7329
|
+
"id": 396,
|
|
6805
7330
|
"name": "ancestor",
|
|
6806
7331
|
"variant": "declaration",
|
|
6807
7332
|
"kind": 1024,
|
|
@@ -6834,7 +7359,7 @@
|
|
|
6834
7359
|
}
|
|
6835
7360
|
},
|
|
6836
7361
|
{
|
|
6837
|
-
"id":
|
|
7362
|
+
"id": 395,
|
|
6838
7363
|
"name": "styleType",
|
|
6839
7364
|
"variant": "declaration",
|
|
6840
7365
|
"kind": 1024,
|
|
@@ -6854,7 +7379,7 @@
|
|
|
6854
7379
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6855
7380
|
"line": 16,
|
|
6856
7381
|
"character": 2,
|
|
6857
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7382
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L16"
|
|
6858
7383
|
}
|
|
6859
7384
|
],
|
|
6860
7385
|
"type": {
|
|
@@ -6863,7 +7388,7 @@
|
|
|
6863
7388
|
}
|
|
6864
7389
|
},
|
|
6865
7390
|
{
|
|
6866
|
-
"id":
|
|
7391
|
+
"id": 394,
|
|
6867
7392
|
"name": "text",
|
|
6868
7393
|
"variant": "declaration",
|
|
6869
7394
|
"kind": 1024,
|
|
@@ -6883,7 +7408,7 @@
|
|
|
6883
7408
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6884
7409
|
"line": 11,
|
|
6885
7410
|
"character": 2,
|
|
6886
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7411
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L11"
|
|
6887
7412
|
}
|
|
6888
7413
|
],
|
|
6889
7414
|
"type": {
|
|
@@ -6910,9 +7435,9 @@
|
|
|
6910
7435
|
{
|
|
6911
7436
|
"title": "Properties",
|
|
6912
7437
|
"children": [
|
|
6913
|
-
|
|
6914
|
-
|
|
6915
|
-
|
|
7438
|
+
396,
|
|
7439
|
+
395,
|
|
7440
|
+
394
|
|
6916
7441
|
]
|
|
6917
7442
|
}
|
|
6918
7443
|
],
|
|
@@ -6921,7 +7446,7 @@
|
|
|
6921
7446
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
6922
7447
|
"line": 6,
|
|
6923
7448
|
"character": 17,
|
|
6924
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7449
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L6"
|
|
6925
7450
|
}
|
|
6926
7451
|
],
|
|
6927
7452
|
"extendedTypes": [
|
|
@@ -6952,7 +7477,7 @@
|
|
|
6952
7477
|
]
|
|
6953
7478
|
},
|
|
6954
7479
|
{
|
|
6955
|
-
"id":
|
|
7480
|
+
"id": 553,
|
|
6956
7481
|
"name": "SkyModalHarnessFilters",
|
|
6957
7482
|
"variant": "declaration",
|
|
6958
7483
|
"kind": 256,
|
|
@@ -6967,7 +7492,7 @@
|
|
|
6967
7492
|
},
|
|
6968
7493
|
"children": [
|
|
6969
7494
|
{
|
|
6970
|
-
"id":
|
|
7495
|
+
"id": 556,
|
|
6971
7496
|
"name": "ancestor",
|
|
6972
7497
|
"variant": "declaration",
|
|
6973
7498
|
"kind": 1024,
|
|
@@ -7000,7 +7525,7 @@
|
|
|
7000
7525
|
}
|
|
7001
7526
|
},
|
|
7002
7527
|
{
|
|
7003
|
-
"id":
|
|
7528
|
+
"id": 554,
|
|
7004
7529
|
"name": "dataSkyId",
|
|
7005
7530
|
"variant": "declaration",
|
|
7006
7531
|
"kind": 1024,
|
|
@@ -7028,7 +7553,7 @@
|
|
|
7028
7553
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
7029
7554
|
"line": 11,
|
|
7030
7555
|
"character": 2,
|
|
7031
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7556
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
7032
7557
|
}
|
|
7033
7558
|
],
|
|
7034
7559
|
"type": {
|
|
@@ -7056,7 +7581,7 @@
|
|
|
7056
7581
|
}
|
|
7057
7582
|
},
|
|
7058
7583
|
{
|
|
7059
|
-
"id":
|
|
7584
|
+
"id": 555,
|
|
7060
7585
|
"name": "selector",
|
|
7061
7586
|
"variant": "declaration",
|
|
7062
7587
|
"kind": 1024,
|
|
@@ -7093,9 +7618,9 @@
|
|
|
7093
7618
|
{
|
|
7094
7619
|
"title": "Properties",
|
|
7095
7620
|
"children": [
|
|
7096
|
-
|
|
7097
|
-
|
|
7098
|
-
|
|
7621
|
+
556,
|
|
7622
|
+
554,
|
|
7623
|
+
555
|
|
7099
7624
|
]
|
|
7100
7625
|
}
|
|
7101
7626
|
],
|
|
@@ -7104,7 +7629,7 @@
|
|
|
7104
7629
|
"fileName": "projects/modals/src/testing/modal/modal-harness-filters.ts",
|
|
7105
7630
|
"line": 7,
|
|
7106
7631
|
"character": 17,
|
|
7107
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7632
|
+
"url": "https://github.com/blackbaud/skyux/blob/f475191/libs/components/modals/testing/src/modal/modal-harness-filters.ts#L7"
|
|
7108
7633
|
}
|
|
7109
7634
|
],
|
|
7110
7635
|
"extendedTypes": [
|
|
@@ -7589,471 +8114,519 @@
|
|
|
7589
8114
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7590
8115
|
"qualifiedName": "value"
|
|
7591
8116
|
},
|
|
8117
|
+
"262": {
|
|
8118
|
+
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
8119
|
+
"qualifiedName": "SkyModalComponent.headingText"
|
|
8120
|
+
},
|
|
8121
|
+
"263": {
|
|
8122
|
+
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
8123
|
+
"qualifiedName": "SkyModalComponent.helpKey"
|
|
8124
|
+
},
|
|
8125
|
+
"264": {
|
|
8126
|
+
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
8127
|
+
"qualifiedName": "SkyModalComponent.helpPopoverContent"
|
|
8128
|
+
},
|
|
7592
8129
|
"265": {
|
|
8130
|
+
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
8131
|
+
"qualifiedName": "SkyModalComponent.helpPopoverTitle"
|
|
8132
|
+
},
|
|
8133
|
+
"269": {
|
|
7593
8134
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7594
8135
|
"qualifiedName": "SkyModalComponent.ariaRoleOrDefault"
|
|
7595
8136
|
},
|
|
7596
|
-
"
|
|
8137
|
+
"271": {
|
|
7597
8138
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7598
8139
|
"qualifiedName": "SkyModalComponent.ariaDescribedBy"
|
|
7599
8140
|
},
|
|
7600
|
-
"
|
|
8141
|
+
"272": {
|
|
7601
8142
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7602
8143
|
"qualifiedName": "SkyModalComponent.ariaDescribedBy"
|
|
7603
8144
|
},
|
|
7604
|
-
"
|
|
8145
|
+
"275": {
|
|
7605
8146
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7606
8147
|
"qualifiedName": "SkyModalComponent.ariaLabelledBy"
|
|
7607
8148
|
},
|
|
7608
|
-
"
|
|
8149
|
+
"276": {
|
|
7609
8150
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7610
8151
|
"qualifiedName": "SkyModalComponent.ariaLabelledBy"
|
|
7611
8152
|
},
|
|
7612
|
-
"
|
|
8153
|
+
"279": {
|
|
7613
8154
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7614
8155
|
"qualifiedName": "SkyModalComponent.ariaOwns"
|
|
7615
8156
|
},
|
|
7616
|
-
"
|
|
8157
|
+
"280": {
|
|
7617
8158
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7618
|
-
"qualifiedName": "SkyModalComponent.
|
|
8159
|
+
"qualifiedName": "SkyModalComponent.legacyHelpKey"
|
|
7619
8160
|
},
|
|
7620
|
-
"
|
|
8161
|
+
"281": {
|
|
7621
8162
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7622
8163
|
"qualifiedName": "SkyModalComponent.modalState"
|
|
7623
8164
|
},
|
|
7624
|
-
"
|
|
8165
|
+
"282": {
|
|
7625
8166
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7626
8167
|
"qualifiedName": "SkyModalComponent.modalZIndex"
|
|
7627
8168
|
},
|
|
7628
|
-
"
|
|
8169
|
+
"283": {
|
|
7629
8170
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7630
8171
|
"qualifiedName": "SkyModalComponent.scrollShadow"
|
|
7631
8172
|
},
|
|
7632
|
-
"
|
|
8173
|
+
"284": {
|
|
7633
8174
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7634
8175
|
"qualifiedName": "SkyModalComponent.size"
|
|
7635
8176
|
},
|
|
7636
|
-
"
|
|
8177
|
+
"285": {
|
|
7637
8178
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7638
8179
|
"qualifiedName": "SkyModalComponent.modalContentWrapperElement"
|
|
7639
8180
|
},
|
|
7640
|
-
"
|
|
8181
|
+
"300": {
|
|
7641
8182
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7642
8183
|
"qualifiedName": "SkyModalComponent.onDocumentKeyUp"
|
|
7643
8184
|
},
|
|
7644
|
-
"
|
|
8185
|
+
"301": {
|
|
7645
8186
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7646
8187
|
"qualifiedName": "SkyModalComponent.onDocumentKeyUp"
|
|
7647
8188
|
},
|
|
7648
|
-
"
|
|
8189
|
+
"302": {
|
|
7649
8190
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7650
8191
|
"qualifiedName": "event"
|
|
7651
8192
|
},
|
|
7652
|
-
"
|
|
8193
|
+
"303": {
|
|
7653
8194
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7654
8195
|
"qualifiedName": "SkyModalComponent.onDocumentKeyDown"
|
|
7655
8196
|
},
|
|
7656
|
-
"
|
|
8197
|
+
"304": {
|
|
7657
8198
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7658
8199
|
"qualifiedName": "SkyModalComponent.onDocumentKeyDown"
|
|
7659
8200
|
},
|
|
7660
|
-
"
|
|
8201
|
+
"305": {
|
|
7661
8202
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7662
8203
|
"qualifiedName": "event"
|
|
7663
8204
|
},
|
|
7664
|
-
"
|
|
8205
|
+
"306": {
|
|
7665
8206
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7666
8207
|
"qualifiedName": "SkyModalComponent.ngOnInit"
|
|
7667
8208
|
},
|
|
7668
|
-
"
|
|
8209
|
+
"307": {
|
|
7669
8210
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7670
8211
|
"qualifiedName": "SkyModalComponent.ngOnInit"
|
|
7671
8212
|
},
|
|
7672
|
-
"
|
|
8213
|
+
"308": {
|
|
7673
8214
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7674
8215
|
"qualifiedName": "SkyModalComponent.ngAfterViewInit"
|
|
7675
8216
|
},
|
|
7676
|
-
"
|
|
8217
|
+
"309": {
|
|
7677
8218
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7678
8219
|
"qualifiedName": "SkyModalComponent.ngAfterViewInit"
|
|
7679
8220
|
},
|
|
7680
|
-
"
|
|
8221
|
+
"310": {
|
|
7681
8222
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7682
8223
|
"qualifiedName": "SkyModalComponent.ngOnDestroy"
|
|
7683
8224
|
},
|
|
7684
|
-
"
|
|
8225
|
+
"311": {
|
|
7685
8226
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7686
8227
|
"qualifiedName": "SkyModalComponent.ngOnDestroy"
|
|
7687
8228
|
},
|
|
7688
|
-
"
|
|
8229
|
+
"312": {
|
|
7689
8230
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7690
8231
|
"qualifiedName": "SkyModalComponent.helpButtonClick"
|
|
7691
8232
|
},
|
|
7692
|
-
"
|
|
8233
|
+
"313": {
|
|
7693
8234
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7694
8235
|
"qualifiedName": "SkyModalComponent.helpButtonClick"
|
|
7695
8236
|
},
|
|
7696
|
-
"
|
|
8237
|
+
"314": {
|
|
7697
8238
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7698
8239
|
"qualifiedName": "SkyModalComponent.closeButtonClick"
|
|
7699
8240
|
},
|
|
7700
|
-
"
|
|
8241
|
+
"315": {
|
|
7701
8242
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7702
8243
|
"qualifiedName": "SkyModalComponent.closeButtonClick"
|
|
7703
8244
|
},
|
|
7704
|
-
"
|
|
8245
|
+
"316": {
|
|
7705
8246
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7706
8247
|
"qualifiedName": "SkyModalComponent.windowResize"
|
|
7707
8248
|
},
|
|
7708
|
-
"
|
|
8249
|
+
"317": {
|
|
7709
8250
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7710
8251
|
"qualifiedName": "SkyModalComponent.windowResize"
|
|
7711
8252
|
},
|
|
7712
|
-
"
|
|
8253
|
+
"318": {
|
|
7713
8254
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7714
8255
|
"qualifiedName": "SkyModalComponent.scrollShadowChange"
|
|
7715
8256
|
},
|
|
7716
|
-
"
|
|
8257
|
+
"319": {
|
|
7717
8258
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7718
8259
|
"qualifiedName": "SkyModalComponent.scrollShadowChange"
|
|
7719
8260
|
},
|
|
7720
|
-
"
|
|
8261
|
+
"320": {
|
|
7721
8262
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7722
8263
|
"qualifiedName": "args"
|
|
7723
8264
|
},
|
|
7724
|
-
"
|
|
8265
|
+
"321": {
|
|
7725
8266
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7726
8267
|
"qualifiedName": "SkyModalComponent.viewkeeperEnabled"
|
|
7727
8268
|
},
|
|
7728
|
-
"
|
|
8269
|
+
"322": {
|
|
7729
8270
|
"sourceFileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
7730
8271
|
"qualifiedName": "SkyModalComponent.viewkeeperEnabled"
|
|
7731
8272
|
},
|
|
7732
|
-
"
|
|
8273
|
+
"393": {
|
|
7733
8274
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7734
8275
|
"qualifiedName": "SkyConfirmButtonHarnessFilters"
|
|
7735
8276
|
},
|
|
7736
|
-
"
|
|
8277
|
+
"394": {
|
|
7737
8278
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7738
8279
|
"qualifiedName": "SkyConfirmButtonHarnessFilters.text"
|
|
7739
8280
|
},
|
|
7740
|
-
"
|
|
8281
|
+
"395": {
|
|
7741
8282
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts",
|
|
7742
8283
|
"qualifiedName": "SkyConfirmButtonHarnessFilters.styleType"
|
|
7743
8284
|
},
|
|
7744
|
-
"
|
|
8285
|
+
"396": {
|
|
7745
8286
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7746
8287
|
"qualifiedName": "ancestor"
|
|
7747
8288
|
},
|
|
7748
|
-
"
|
|
8289
|
+
"397": {
|
|
7749
8290
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7750
8291
|
"qualifiedName": "SkyConfirmHarness"
|
|
7751
8292
|
},
|
|
7752
|
-
"
|
|
8293
|
+
"398": {
|
|
7753
8294
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7754
8295
|
"qualifiedName": "SkyConfirmHarness.hostSelector"
|
|
7755
8296
|
},
|
|
7756
|
-
"
|
|
8297
|
+
"404": {
|
|
7757
8298
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7758
8299
|
"qualifiedName": "ComponentHarness.__constructor"
|
|
7759
8300
|
},
|
|
7760
|
-
"
|
|
8301
|
+
"405": {
|
|
7761
8302
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7762
8303
|
"qualifiedName": "SkyConfirmHarness"
|
|
7763
8304
|
},
|
|
7764
|
-
"
|
|
8305
|
+
"406": {
|
|
7765
8306
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7766
8307
|
"qualifiedName": "locatorFactory"
|
|
7767
8308
|
},
|
|
7768
|
-
"
|
|
8309
|
+
"411": {
|
|
7769
8310
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7770
8311
|
"qualifiedName": "SkyConfirmHarness.clickCustomButton"
|
|
7771
8312
|
},
|
|
7772
|
-
"
|
|
8313
|
+
"412": {
|
|
7773
8314
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7774
8315
|
"qualifiedName": "SkyConfirmHarness.clickCustomButton"
|
|
7775
8316
|
},
|
|
7776
|
-
"
|
|
8317
|
+
"413": {
|
|
7777
8318
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7778
8319
|
"qualifiedName": "filters"
|
|
7779
8320
|
},
|
|
7780
|
-
"
|
|
8321
|
+
"414": {
|
|
7781
8322
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7782
8323
|
"qualifiedName": "SkyConfirmHarness.clickOkButton"
|
|
7783
8324
|
},
|
|
7784
|
-
"
|
|
8325
|
+
"415": {
|
|
7785
8326
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7786
8327
|
"qualifiedName": "SkyConfirmHarness.clickOkButton"
|
|
7787
8328
|
},
|
|
7788
|
-
"
|
|
8329
|
+
"416": {
|
|
7789
8330
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7790
8331
|
"qualifiedName": "SkyConfirmHarness.getBodyText"
|
|
7791
8332
|
},
|
|
7792
|
-
"
|
|
8333
|
+
"417": {
|
|
7793
8334
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7794
8335
|
"qualifiedName": "SkyConfirmHarness.getBodyText"
|
|
7795
8336
|
},
|
|
7796
|
-
"
|
|
8337
|
+
"418": {
|
|
7797
8338
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7798
8339
|
"qualifiedName": "SkyConfirmHarness.getCustomButtons"
|
|
7799
8340
|
},
|
|
7800
|
-
"
|
|
8341
|
+
"419": {
|
|
7801
8342
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7802
8343
|
"qualifiedName": "SkyConfirmHarness.getCustomButtons"
|
|
7803
8344
|
},
|
|
7804
|
-
"
|
|
8345
|
+
"420": {
|
|
7805
8346
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7806
8347
|
"qualifiedName": "filters"
|
|
7807
8348
|
},
|
|
7808
|
-
"
|
|
8349
|
+
"421": {
|
|
7809
8350
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7810
8351
|
"qualifiedName": "SkyConfirmHarness.getMessageText"
|
|
7811
8352
|
},
|
|
7812
|
-
"
|
|
8353
|
+
"422": {
|
|
7813
8354
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7814
8355
|
"qualifiedName": "SkyConfirmHarness.getMessageText"
|
|
7815
8356
|
},
|
|
7816
|
-
"
|
|
8357
|
+
"423": {
|
|
7817
8358
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7818
8359
|
"qualifiedName": "SkyConfirmHarness.getType"
|
|
7819
8360
|
},
|
|
7820
|
-
"
|
|
8361
|
+
"424": {
|
|
7821
8362
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7822
8363
|
"qualifiedName": "SkyConfirmHarness.getType"
|
|
7823
8364
|
},
|
|
7824
|
-
"
|
|
8365
|
+
"425": {
|
|
7825
8366
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7826
8367
|
"qualifiedName": "SkyConfirmHarness.isWhiteSpacePreserved"
|
|
7827
8368
|
},
|
|
7828
|
-
"
|
|
8369
|
+
"426": {
|
|
7829
8370
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
7830
8371
|
"qualifiedName": "SkyConfirmHarness.isWhiteSpacePreserved"
|
|
7831
8372
|
},
|
|
7832
|
-
"
|
|
8373
|
+
"434": {
|
|
7833
8374
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7834
8375
|
"qualifiedName": "ComponentHarness.host"
|
|
7835
8376
|
},
|
|
7836
|
-
"
|
|
8377
|
+
"435": {
|
|
7837
8378
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7838
8379
|
"qualifiedName": "ComponentHarness.host"
|
|
7839
8380
|
},
|
|
7840
|
-
"
|
|
8381
|
+
"454": {
|
|
7841
8382
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7842
8383
|
"qualifiedName": "SkyConfirmTestingController"
|
|
7843
8384
|
},
|
|
7844
|
-
"
|
|
8385
|
+
"457": {
|
|
7845
8386
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7846
8387
|
"qualifiedName": "SkyConfirmTestingController.cancel"
|
|
7847
8388
|
},
|
|
7848
|
-
"
|
|
8389
|
+
"458": {
|
|
7849
8390
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7850
8391
|
"qualifiedName": "SkyConfirmTestingController.cancel"
|
|
7851
8392
|
},
|
|
7852
|
-
"
|
|
8393
|
+
"459": {
|
|
7853
8394
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7854
8395
|
"qualifiedName": "SkyConfirmTestingController.expectNone"
|
|
7855
8396
|
},
|
|
7856
|
-
"
|
|
8397
|
+
"460": {
|
|
7857
8398
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7858
8399
|
"qualifiedName": "SkyConfirmTestingController.expectNone"
|
|
7859
8400
|
},
|
|
7860
|
-
"
|
|
8401
|
+
"461": {
|
|
7861
8402
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7862
8403
|
"qualifiedName": "SkyConfirmTestingController.expectOpen"
|
|
7863
8404
|
},
|
|
7864
|
-
"
|
|
8405
|
+
"462": {
|
|
7865
8406
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7866
8407
|
"qualifiedName": "SkyConfirmTestingController.expectOpen"
|
|
7867
8408
|
},
|
|
7868
|
-
"
|
|
8409
|
+
"463": {
|
|
7869
8410
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7870
8411
|
"qualifiedName": "config"
|
|
7871
8412
|
},
|
|
7872
|
-
"
|
|
8413
|
+
"464": {
|
|
7873
8414
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7874
8415
|
"qualifiedName": "SkyConfirmTestingController.close"
|
|
7875
8416
|
},
|
|
7876
|
-
"
|
|
8417
|
+
"465": {
|
|
7877
8418
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7878
8419
|
"qualifiedName": "SkyConfirmTestingController.close"
|
|
7879
8420
|
},
|
|
7880
|
-
"
|
|
8421
|
+
"466": {
|
|
7881
8422
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7882
8423
|
"qualifiedName": "args"
|
|
7883
8424
|
},
|
|
7884
|
-
"
|
|
8425
|
+
"467": {
|
|
7885
8426
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7886
8427
|
"qualifiedName": "SkyConfirmTestingController.ok"
|
|
7887
8428
|
},
|
|
7888
|
-
"
|
|
8429
|
+
"468": {
|
|
7889
8430
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
7890
8431
|
"qualifiedName": "SkyConfirmTestingController.ok"
|
|
7891
8432
|
},
|
|
7892
|
-
"
|
|
8433
|
+
"469": {
|
|
7893
8434
|
"sourceFileName": "libs/components/modals/testing/src/confirm/confirm-testing.module.ts",
|
|
7894
8435
|
"qualifiedName": "SkyConfirmTestingModule"
|
|
7895
8436
|
},
|
|
7896
|
-
"
|
|
8437
|
+
"472": {
|
|
7897
8438
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7898
8439
|
"qualifiedName": "SkyModalTestingController"
|
|
7899
8440
|
},
|
|
7900
|
-
"
|
|
8441
|
+
"475": {
|
|
7901
8442
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7902
8443
|
"qualifiedName": "SkyModalTestingController.closeTopModal"
|
|
7903
8444
|
},
|
|
7904
|
-
"
|
|
8445
|
+
"476": {
|
|
7905
8446
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7906
8447
|
"qualifiedName": "SkyModalTestingController.closeTopModal"
|
|
7907
8448
|
},
|
|
7908
|
-
"
|
|
8449
|
+
"477": {
|
|
7909
8450
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7910
8451
|
"qualifiedName": "args"
|
|
7911
8452
|
},
|
|
7912
|
-
"
|
|
8453
|
+
"478": {
|
|
7913
8454
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7914
8455
|
"qualifiedName": "SkyModalTestingController.expectCount"
|
|
7915
8456
|
},
|
|
7916
|
-
"
|
|
8457
|
+
"479": {
|
|
7917
8458
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7918
8459
|
"qualifiedName": "SkyModalTestingController.expectCount"
|
|
7919
8460
|
},
|
|
7920
|
-
"
|
|
8461
|
+
"480": {
|
|
7921
8462
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7922
8463
|
"qualifiedName": "value"
|
|
7923
8464
|
},
|
|
7924
|
-
"
|
|
8465
|
+
"481": {
|
|
7925
8466
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7926
8467
|
"qualifiedName": "SkyModalTestingController.expectNone"
|
|
7927
8468
|
},
|
|
7928
|
-
"
|
|
8469
|
+
"482": {
|
|
7929
8470
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7930
8471
|
"qualifiedName": "SkyModalTestingController.expectNone"
|
|
7931
8472
|
},
|
|
7932
|
-
"
|
|
8473
|
+
"483": {
|
|
7933
8474
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7934
8475
|
"qualifiedName": "SkyModalTestingController.expectOpen"
|
|
7935
8476
|
},
|
|
7936
|
-
"
|
|
8477
|
+
"484": {
|
|
7937
8478
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7938
8479
|
"qualifiedName": "SkyModalTestingController.expectOpen"
|
|
7939
8480
|
},
|
|
7940
|
-
"
|
|
8481
|
+
"485": {
|
|
7941
8482
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7942
8483
|
"qualifiedName": "TComponent"
|
|
7943
8484
|
},
|
|
7944
|
-
"
|
|
8485
|
+
"486": {
|
|
7945
8486
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7946
8487
|
"qualifiedName": "component"
|
|
7947
8488
|
},
|
|
7948
|
-
"
|
|
8489
|
+
"487": {
|
|
7949
8490
|
"sourceFileName": "libs/components/modals/testing/src/modal/controller/modal-testing.module.ts",
|
|
7950
8491
|
"qualifiedName": "SkyModalTestingModule"
|
|
7951
8492
|
},
|
|
7952
|
-
"
|
|
8493
|
+
"490": {
|
|
7953
8494
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7954
8495
|
"qualifiedName": "SkyModalHarness"
|
|
7955
8496
|
},
|
|
7956
|
-
"
|
|
8497
|
+
"492": {
|
|
7957
8498
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7958
8499
|
"qualifiedName": "SkyModalHarness.with"
|
|
7959
8500
|
},
|
|
7960
|
-
"
|
|
8501
|
+
"493": {
|
|
7961
8502
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7962
8503
|
"qualifiedName": "SkyModalHarness.with"
|
|
7963
8504
|
},
|
|
7964
|
-
"
|
|
8505
|
+
"494": {
|
|
7965
8506
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7966
8507
|
"qualifiedName": "filters"
|
|
7967
8508
|
},
|
|
7968
|
-
"
|
|
8509
|
+
"500": {
|
|
7969
8510
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7970
8511
|
"qualifiedName": "ComponentHarness.__constructor"
|
|
7971
8512
|
},
|
|
7972
|
-
"
|
|
8513
|
+
"501": {
|
|
7973
8514
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7974
8515
|
"qualifiedName": "SkyModalHarness"
|
|
7975
8516
|
},
|
|
7976
|
-
"
|
|
8517
|
+
"502": {
|
|
7977
8518
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
7978
8519
|
"qualifiedName": "locatorFactory"
|
|
7979
8520
|
},
|
|
7980
|
-
"
|
|
8521
|
+
"506": {
|
|
8522
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8523
|
+
"qualifiedName": "SkyModalHarness.clickHelpInline"
|
|
8524
|
+
},
|
|
8525
|
+
"507": {
|
|
8526
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8527
|
+
"qualifiedName": "SkyModalHarness.clickHelpInline"
|
|
8528
|
+
},
|
|
8529
|
+
"508": {
|
|
7981
8530
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7982
8531
|
"qualifiedName": "SkyModalHarness.getAriaDescribedBy"
|
|
7983
8532
|
},
|
|
7984
|
-
"
|
|
8533
|
+
"509": {
|
|
7985
8534
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7986
8535
|
"qualifiedName": "SkyModalHarness.getAriaDescribedBy"
|
|
7987
8536
|
},
|
|
7988
|
-
"
|
|
8537
|
+
"510": {
|
|
7989
8538
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7990
8539
|
"qualifiedName": "SkyModalHarness.getAriaLabelledBy"
|
|
7991
8540
|
},
|
|
7992
|
-
"
|
|
8541
|
+
"511": {
|
|
7993
8542
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7994
8543
|
"qualifiedName": "SkyModalHarness.getAriaLabelledBy"
|
|
7995
8544
|
},
|
|
7996
|
-
"
|
|
8545
|
+
"512": {
|
|
7997
8546
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
7998
8547
|
"qualifiedName": "SkyModalHarness.getAriaRole"
|
|
7999
8548
|
},
|
|
8000
|
-
"
|
|
8549
|
+
"513": {
|
|
8001
8550
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8002
8551
|
"qualifiedName": "SkyModalHarness.getAriaRole"
|
|
8003
8552
|
},
|
|
8004
|
-
"
|
|
8553
|
+
"514": {
|
|
8554
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8555
|
+
"qualifiedName": "SkyModalHarness.getHeadingText"
|
|
8556
|
+
},
|
|
8557
|
+
"515": {
|
|
8558
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8559
|
+
"qualifiedName": "SkyModalHarness.getHeadingText"
|
|
8560
|
+
},
|
|
8561
|
+
"516": {
|
|
8562
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8563
|
+
"qualifiedName": "SkyModalHarness.getHelpPopoverContent"
|
|
8564
|
+
},
|
|
8565
|
+
"517": {
|
|
8566
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8567
|
+
"qualifiedName": "SkyModalHarness.getHelpPopoverContent"
|
|
8568
|
+
},
|
|
8569
|
+
"518": {
|
|
8570
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8571
|
+
"qualifiedName": "SkyModalHarness.getHelpPopoverTitle"
|
|
8572
|
+
},
|
|
8573
|
+
"519": {
|
|
8574
|
+
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8575
|
+
"qualifiedName": "SkyModalHarness.getHelpPopoverTitle"
|
|
8576
|
+
},
|
|
8577
|
+
"520": {
|
|
8005
8578
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8006
8579
|
"qualifiedName": "SkyModalHarness.getSize"
|
|
8007
8580
|
},
|
|
8008
|
-
"
|
|
8581
|
+
"521": {
|
|
8009
8582
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8010
8583
|
"qualifiedName": "SkyModalHarness.getSize"
|
|
8011
8584
|
},
|
|
8012
|
-
"
|
|
8585
|
+
"522": {
|
|
8013
8586
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8014
8587
|
"qualifiedName": "SkyModalHarness.getWrapperClass"
|
|
8015
8588
|
},
|
|
8016
|
-
"
|
|
8589
|
+
"523": {
|
|
8017
8590
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8018
8591
|
"qualifiedName": "SkyModalHarness.getWrapperClass"
|
|
8019
8592
|
},
|
|
8020
|
-
"
|
|
8593
|
+
"524": {
|
|
8021
8594
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8022
8595
|
"qualifiedName": "SkyModalHarness.isFullPage"
|
|
8023
8596
|
},
|
|
8024
|
-
"
|
|
8597
|
+
"525": {
|
|
8025
8598
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8026
8599
|
"qualifiedName": "SkyModalHarness.isFullPage"
|
|
8027
8600
|
},
|
|
8028
|
-
"
|
|
8601
|
+
"526": {
|
|
8029
8602
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8030
8603
|
"qualifiedName": "SkyModalHarness.isDirty"
|
|
8031
8604
|
},
|
|
8032
|
-
"
|
|
8605
|
+
"527": {
|
|
8033
8606
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
8034
8607
|
"qualifiedName": "SkyModalHarness.isDirty"
|
|
8035
8608
|
},
|
|
8036
|
-
"
|
|
8609
|
+
"533": {
|
|
8037
8610
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8038
8611
|
"qualifiedName": "ComponentHarness.host"
|
|
8039
8612
|
},
|
|
8040
|
-
"
|
|
8613
|
+
"534": {
|
|
8041
8614
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8042
8615
|
"qualifiedName": "ComponentHarness.host"
|
|
8043
8616
|
},
|
|
8044
|
-
"
|
|
8617
|
+
"553": {
|
|
8045
8618
|
"sourceFileName": "libs/components/modals/testing/src/modal/modal-harness-filters.ts",
|
|
8046
8619
|
"qualifiedName": "SkyModalHarnessFilters"
|
|
8047
8620
|
},
|
|
8048
|
-
"
|
|
8621
|
+
"554": {
|
|
8049
8622
|
"sourceFileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
8050
8623
|
"qualifiedName": "SkyHarnessFilters.dataSkyId"
|
|
8051
8624
|
},
|
|
8052
|
-
"
|
|
8625
|
+
"555": {
|
|
8053
8626
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8054
8627
|
"qualifiedName": "BaseHarnessFilters.selector"
|
|
8055
8628
|
},
|
|
8056
|
-
"
|
|
8629
|
+
"556": {
|
|
8057
8630
|
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
8058
8631
|
"qualifiedName": "BaseHarnessFilters.ancestor"
|
|
8059
8632
|
}
|
|
@@ -8068,7 +8641,7 @@
|
|
|
8068
8641
|
{
|
|
8069
8642
|
"fileName": "modal.component.html",
|
|
8070
8643
|
"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-
|
|
8644
|
+
"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
8645
|
},
|
|
8073
8646
|
{
|
|
8074
8647
|
"fileName": "demo.component.ts",
|
|
@@ -8100,41 +8673,6 @@
|
|
|
8100
8673
|
"filePath": "/projects/modals/documentation/code-examples/modal/with-error/context.ts",
|
|
8101
8674
|
"rawContents": "import { ModalDemoData } from './data';\n\nexport class ModalDemoContext {\n constructor(public data: ModalDemoData) {}\n}\n"
|
|
8102
8675
|
},
|
|
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
8676
|
{
|
|
8139
8677
|
"fileName": "modal.component.ts",
|
|
8140
8678
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-harness/modal.component.ts",
|
|
@@ -8143,7 +8681,7 @@
|
|
|
8143
8681
|
{
|
|
8144
8682
|
"fileName": "modal.component.html",
|
|
8145
8683
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-harness/modal.component.html",
|
|
8146
|
-
"rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal
|
|
8684
|
+
"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
8685
|
},
|
|
8148
8686
|
{
|
|
8149
8687
|
"fileName": "demo.component.ts",
|
|
@@ -8153,7 +8691,7 @@
|
|
|
8153
8691
|
{
|
|
8154
8692
|
"fileName": "demo.component.spec.ts",
|
|
8155
8693
|
"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"
|
|
8694
|
+
"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
8695
|
},
|
|
8158
8696
|
{
|
|
8159
8697
|
"fileName": "demo.component.html",
|
|
@@ -8178,7 +8716,7 @@
|
|
|
8178
8716
|
{
|
|
8179
8717
|
"fileName": "modal.component.ts",
|
|
8180
8718
|
"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:
|
|
8719
|
+
"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
8720
|
},
|
|
8183
8721
|
{
|
|
8184
8722
|
"fileName": "modal-context.ts",
|
|
@@ -8235,52 +8773,18 @@
|
|
|
8235
8773
|
"@angular/router": "17.3.4",
|
|
8236
8774
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8237
8775
|
"@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",
|
|
8776
|
+
"@skyux-sdk/testing": "10.32.0",
|
|
8777
|
+
"@skyux/assets": "10.32.0",
|
|
8778
|
+
"@skyux/core": "10.32.0",
|
|
8779
|
+
"@skyux/forms": "10.32.0",
|
|
8780
|
+
"@skyux/help-inline": "10.32.0",
|
|
8781
|
+
"@skyux/i18n": "10.32.0",
|
|
8782
|
+
"@skyux/icon": "10.32.0",
|
|
8279
8783
|
"@skyux/icons": "7.3.0",
|
|
8280
|
-
"@skyux/indicators": "10.
|
|
8281
|
-
"@skyux/modals": "10.
|
|
8282
|
-
"@skyux/popovers": "10.
|
|
8283
|
-
"@skyux/theme": "10.
|
|
8784
|
+
"@skyux/indicators": "10.32.0",
|
|
8785
|
+
"@skyux/modals": "10.32.0",
|
|
8786
|
+
"@skyux/popovers": "10.32.0",
|
|
8787
|
+
"@skyux/theme": "10.32.0",
|
|
8284
8788
|
"axe-core": "4.9.0",
|
|
8285
8789
|
"cross-spawn": "7.0.3",
|
|
8286
8790
|
"fontfaceobserver": "2.3.0",
|
|
@@ -8303,18 +8807,18 @@
|
|
|
8303
8807
|
"@angular/router": "17.3.4",
|
|
8304
8808
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8305
8809
|
"@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.
|
|
8810
|
+
"@skyux-sdk/testing": "10.32.0",
|
|
8811
|
+
"@skyux/assets": "10.32.0",
|
|
8812
|
+
"@skyux/core": "10.32.0",
|
|
8813
|
+
"@skyux/forms": "10.32.0",
|
|
8814
|
+
"@skyux/help-inline": "10.32.0",
|
|
8815
|
+
"@skyux/i18n": "10.32.0",
|
|
8816
|
+
"@skyux/icon": "10.32.0",
|
|
8313
8817
|
"@skyux/icons": "7.3.0",
|
|
8314
|
-
"@skyux/indicators": "10.
|
|
8315
|
-
"@skyux/modals": "10.
|
|
8316
|
-
"@skyux/popovers": "10.
|
|
8317
|
-
"@skyux/theme": "10.
|
|
8818
|
+
"@skyux/indicators": "10.32.0",
|
|
8819
|
+
"@skyux/modals": "10.32.0",
|
|
8820
|
+
"@skyux/popovers": "10.32.0",
|
|
8821
|
+
"@skyux/theme": "10.32.0",
|
|
8318
8822
|
"axe-core": "4.9.0",
|
|
8319
8823
|
"cross-spawn": "7.0.3",
|
|
8320
8824
|
"fontfaceobserver": "2.3.0",
|
|
@@ -8337,18 +8841,18 @@
|
|
|
8337
8841
|
"@angular/router": "17.3.4",
|
|
8338
8842
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8339
8843
|
"@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.
|
|
8844
|
+
"@skyux-sdk/testing": "10.32.0",
|
|
8845
|
+
"@skyux/assets": "10.32.0",
|
|
8846
|
+
"@skyux/core": "10.32.0",
|
|
8847
|
+
"@skyux/forms": "10.32.0",
|
|
8848
|
+
"@skyux/help-inline": "10.32.0",
|
|
8849
|
+
"@skyux/i18n": "10.32.0",
|
|
8850
|
+
"@skyux/icon": "10.32.0",
|
|
8347
8851
|
"@skyux/icons": "7.3.0",
|
|
8348
|
-
"@skyux/indicators": "10.
|
|
8349
|
-
"@skyux/modals": "10.
|
|
8350
|
-
"@skyux/popovers": "10.
|
|
8351
|
-
"@skyux/theme": "10.
|
|
8852
|
+
"@skyux/indicators": "10.32.0",
|
|
8853
|
+
"@skyux/modals": "10.32.0",
|
|
8854
|
+
"@skyux/popovers": "10.32.0",
|
|
8855
|
+
"@skyux/theme": "10.32.0",
|
|
8352
8856
|
"axe-core": "4.9.0",
|
|
8353
8857
|
"cross-spawn": "7.0.3",
|
|
8354
8858
|
"fontfaceobserver": "2.3.0",
|
|
@@ -8371,15 +8875,17 @@
|
|
|
8371
8875
|
"@angular/router": "17.3.4",
|
|
8372
8876
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8373
8877
|
"@schematics/angular": "17.3.2",
|
|
8374
|
-
"@skyux-sdk/testing": "10.
|
|
8375
|
-
"@skyux/assets": "10.
|
|
8376
|
-
"@skyux/core": "10.
|
|
8377
|
-
"@skyux/
|
|
8378
|
-
"@skyux/
|
|
8878
|
+
"@skyux-sdk/testing": "10.32.0",
|
|
8879
|
+
"@skyux/assets": "10.32.0",
|
|
8880
|
+
"@skyux/core": "10.32.0",
|
|
8881
|
+
"@skyux/help-inline": "10.32.0",
|
|
8882
|
+
"@skyux/i18n": "10.32.0",
|
|
8883
|
+
"@skyux/icon": "10.32.0",
|
|
8379
8884
|
"@skyux/icons": "7.3.0",
|
|
8380
|
-
"@skyux/indicators": "10.
|
|
8381
|
-
"@skyux/modals": "10.
|
|
8382
|
-
"@skyux/
|
|
8885
|
+
"@skyux/indicators": "10.32.0",
|
|
8886
|
+
"@skyux/modals": "10.32.0",
|
|
8887
|
+
"@skyux/popovers": "10.32.0",
|
|
8888
|
+
"@skyux/theme": "10.32.0",
|
|
8383
8889
|
"axe-core": "4.9.0",
|
|
8384
8890
|
"cross-spawn": "7.0.3",
|
|
8385
8891
|
"fontfaceobserver": "2.3.0",
|
|
@@ -8402,15 +8908,17 @@
|
|
|
8402
8908
|
"@angular/router": "17.3.4",
|
|
8403
8909
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8404
8910
|
"@schematics/angular": "17.3.2",
|
|
8405
|
-
"@skyux-sdk/testing": "10.
|
|
8406
|
-
"@skyux/assets": "10.
|
|
8407
|
-
"@skyux/core": "10.
|
|
8408
|
-
"@skyux/
|
|
8409
|
-
"@skyux/
|
|
8911
|
+
"@skyux-sdk/testing": "10.32.0",
|
|
8912
|
+
"@skyux/assets": "10.32.0",
|
|
8913
|
+
"@skyux/core": "10.32.0",
|
|
8914
|
+
"@skyux/help-inline": "10.32.0",
|
|
8915
|
+
"@skyux/i18n": "10.32.0",
|
|
8916
|
+
"@skyux/icon": "10.32.0",
|
|
8410
8917
|
"@skyux/icons": "7.3.0",
|
|
8411
|
-
"@skyux/indicators": "10.
|
|
8412
|
-
"@skyux/modals": "10.
|
|
8413
|
-
"@skyux/
|
|
8918
|
+
"@skyux/indicators": "10.32.0",
|
|
8919
|
+
"@skyux/modals": "10.32.0",
|
|
8920
|
+
"@skyux/popovers": "10.32.0",
|
|
8921
|
+
"@skyux/theme": "10.32.0",
|
|
8414
8922
|
"axe-core": "4.9.0",
|
|
8415
8923
|
"cross-spawn": "7.0.3",
|
|
8416
8924
|
"fontfaceobserver": "2.3.0",
|