@skyux/modals 10.32.0 → 11.0.0-alpha.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 +392 -411
- package/esm2022/lib/modules/confirm/confirm.component.mjs +3 -3
- package/esm2022/lib/modules/confirm/confirm.module.mjs +4 -4
- package/esm2022/lib/modules/confirm/confirm.service.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-component-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-configuration.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-content.component.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-errors.service.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-footer.component.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-header.component.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-host-context.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-host.component.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-host.service.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-is-dirty.directive.mjs +3 -3
- package/esm2022/lib/modules/modal/modal-scroll-shadow.directive.mjs +3 -3
- package/esm2022/lib/modules/modal/modal.component.mjs +5 -5
- package/esm2022/lib/modules/modal/modal.module.mjs +4 -4
- package/esm2022/lib/modules/modal/modal.service.mjs +6 -6
- package/esm2022/lib/modules/shared/sky-modals-resources.module.mjs +4 -4
- package/esm2022/testing/confirm/confirm-testing.module.mjs +4 -4
- package/esm2022/testing/modal/controller/modal-testing.module.mjs +4 -4
- package/esm2022/testing/modal/controller/modal-testing.service.mjs +3 -3
- package/fesm2022/skyux-modals-testing.mjs +11 -11
- package/fesm2022/skyux-modals.mjs +64 -64
- package/fesm2022/skyux-modals.mjs.map +1 -1
- package/lib/modules/modal/modal.component.d.ts +0 -4
- package/package.json +12 -12
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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L20"
|
|
717
717
|
}
|
|
718
718
|
],
|
|
719
719
|
"parameters": [
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
"type": {
|
|
727
727
|
"type": "reference",
|
|
728
728
|
"target": {
|
|
729
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
729
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
730
730
|
"qualifiedName": "Function"
|
|
731
731
|
},
|
|
732
732
|
"name": "Function",
|
|
@@ -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/98f5d42/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L12"
|
|
790
790
|
}
|
|
791
791
|
],
|
|
792
792
|
"type": {
|
|
@@ -819,13 +819,13 @@
|
|
|
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/98f5d42/libs/components/modals/src/lib/modules/modal/modal-before-close-handler.ts#L18"
|
|
823
823
|
}
|
|
824
824
|
],
|
|
825
825
|
"type": {
|
|
826
826
|
"type": "reference",
|
|
827
827
|
"target": {
|
|
828
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
828
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
829
829
|
"qualifiedName": "Function"
|
|
830
830
|
},
|
|
831
831
|
"name": "Function",
|
|
@@ -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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/libs/components/modals/src/lib/modules/modal/modal-close-args.ts#L5"
|
|
983
983
|
}
|
|
984
984
|
],
|
|
985
985
|
"decorators": []
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1013
1013
|
"line": 46,
|
|
1014
1014
|
"character": 9,
|
|
1015
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1015
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/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/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L28"
|
|
1198
1198
|
}
|
|
1199
1199
|
],
|
|
1200
1200
|
"type": {
|
|
@@ -1230,7 +1230,7 @@
|
|
|
1230
1230
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1231
1231
|
"line": 38,
|
|
1232
1232
|
"character": 13,
|
|
1233
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1233
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L38"
|
|
1234
1234
|
}
|
|
1235
1235
|
],
|
|
1236
1236
|
"getSignature": {
|
|
@@ -1282,7 +1282,7 @@
|
|
|
1282
1282
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1283
1283
|
"line": 38,
|
|
1284
1284
|
"character": 13,
|
|
1285
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1285
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L38"
|
|
1286
1286
|
}
|
|
1287
1287
|
],
|
|
1288
1288
|
"type": {
|
|
@@ -1316,7 +1316,7 @@
|
|
|
1316
1316
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1317
1317
|
"line": 103,
|
|
1318
1318
|
"character": 9,
|
|
1319
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1319
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L103"
|
|
1320
1320
|
}
|
|
1321
1321
|
],
|
|
1322
1322
|
"signatures": [
|
|
@@ -1347,7 +1347,7 @@
|
|
|
1347
1347
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1348
1348
|
"line": 103,
|
|
1349
1349
|
"character": 9,
|
|
1350
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1350
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L103"
|
|
1351
1351
|
}
|
|
1352
1352
|
],
|
|
1353
1353
|
"parameters": [
|
|
@@ -1418,7 +1418,7 @@
|
|
|
1418
1418
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1419
1419
|
"line": 85,
|
|
1420
1420
|
"character": 9,
|
|
1421
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1421
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L85"
|
|
1422
1422
|
}
|
|
1423
1423
|
],
|
|
1424
1424
|
"signatures": [
|
|
@@ -1441,7 +1441,7 @@
|
|
|
1441
1441
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1442
1442
|
"line": 85,
|
|
1443
1443
|
"character": 9,
|
|
1444
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1444
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L85"
|
|
1445
1445
|
}
|
|
1446
1446
|
],
|
|
1447
1447
|
"parameters": [
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1579
1579
|
"line": 134,
|
|
1580
1580
|
"character": 9,
|
|
1581
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1581
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L134"
|
|
1582
1582
|
}
|
|
1583
1583
|
],
|
|
1584
1584
|
"signatures": [
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1624
1624
|
"line": 134,
|
|
1625
1625
|
"character": 9,
|
|
1626
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1626
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L134"
|
|
1627
1627
|
}
|
|
1628
1628
|
],
|
|
1629
1629
|
"parameters": [
|
|
@@ -1692,7 +1692,7 @@
|
|
|
1692
1692
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1693
1693
|
"line": 113,
|
|
1694
1694
|
"character": 9,
|
|
1695
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1695
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L113"
|
|
1696
1696
|
}
|
|
1697
1697
|
],
|
|
1698
1698
|
"signatures": [
|
|
@@ -1723,7 +1723,7 @@
|
|
|
1723
1723
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1724
1724
|
"line": 113,
|
|
1725
1725
|
"character": 9,
|
|
1726
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1726
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L113"
|
|
1727
1727
|
}
|
|
1728
1728
|
],
|
|
1729
1729
|
"parameters": [
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1803
1803
|
"line": 120,
|
|
1804
1804
|
"character": 9,
|
|
1805
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1805
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L120"
|
|
1806
1806
|
}
|
|
1807
1807
|
],
|
|
1808
1808
|
"signatures": [
|
|
@@ -1825,7 +1825,7 @@
|
|
|
1825
1825
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-instance.ts",
|
|
1826
1826
|
"line": 120,
|
|
1827
1827
|
"character": 9,
|
|
1828
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1828
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L120"
|
|
1829
1829
|
}
|
|
1830
1830
|
],
|
|
1831
1831
|
"type": {
|
|
@@ -1874,7 +1874,7 @@
|
|
|
1874
1874
|
"fileName": "projects/modals/src/modules/modal/modal-instance.ts",
|
|
1875
1875
|
"line": 9,
|
|
1876
1876
|
"character": 13,
|
|
1877
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1877
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-instance.ts#L9"
|
|
1878
1878
|
}
|
|
1879
1879
|
],
|
|
1880
1880
|
"decorators": []
|
|
@@ -1899,7 +1899,7 @@
|
|
|
1899
1899
|
"fileName": "projects/modals/src/modules/modal/modal.module.ts",
|
|
1900
1900
|
"line": 25,
|
|
1901
1901
|
"character": 13,
|
|
1902
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1902
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.module.ts#L25"
|
|
1903
1903
|
}
|
|
1904
1904
|
],
|
|
1905
1905
|
"decorators": [
|
|
@@ -1937,7 +1937,7 @@
|
|
|
1937
1937
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1938
1938
|
"line": 30,
|
|
1939
1939
|
"character": 2,
|
|
1940
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1940
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.service.ts#L30"
|
|
1941
1941
|
}
|
|
1942
1942
|
],
|
|
1943
1943
|
"signatures": [
|
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
1953
1953
|
"line": 30,
|
|
1954
1954
|
"character": 2,
|
|
1955
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1955
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.service.ts#L30"
|
|
1956
1956
|
}
|
|
1957
1957
|
],
|
|
1958
1958
|
"parameters": [
|
|
@@ -1995,7 +1995,7 @@
|
|
|
1995
1995
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1996
1996
|
"line": 50,
|
|
1997
1997
|
"character": 9,
|
|
1998
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1998
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.service.ts#L50"
|
|
1999
1999
|
}
|
|
2000
2000
|
],
|
|
2001
2001
|
"signatures": [
|
|
@@ -2018,7 +2018,7 @@
|
|
|
2018
2018
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.service.ts",
|
|
2019
2019
|
"line": 50,
|
|
2020
2020
|
"character": 9,
|
|
2021
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2021
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.service.ts#L50"
|
|
2022
2022
|
}
|
|
2023
2023
|
],
|
|
2024
2024
|
"parameters": [
|
|
@@ -2117,7 +2117,7 @@
|
|
|
2117
2117
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
2118
2118
|
"line": 24,
|
|
2119
2119
|
"character": 13,
|
|
2120
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2120
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.service.ts#L24"
|
|
2121
2121
|
}
|
|
2122
2122
|
],
|
|
2123
2123
|
"implementedTypes": [
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2159
2159
|
"line": 52,
|
|
2160
2160
|
"character": 2,
|
|
2161
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2161
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L52"
|
|
2162
2162
|
}
|
|
2163
2163
|
],
|
|
2164
2164
|
"signatures": [
|
|
@@ -2173,7 +2173,7 @@
|
|
|
2173
2173
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
2174
2174
|
"line": 52,
|
|
2175
2175
|
"character": 2,
|
|
2176
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2176
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L52"
|
|
2177
2177
|
}
|
|
2178
2178
|
],
|
|
2179
2179
|
"type": {
|
|
@@ -2198,7 +2198,7 @@
|
|
|
2198
2198
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2199
2199
|
"line": 96,
|
|
2200
2200
|
"character": 9,
|
|
2201
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2201
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L96"
|
|
2202
2202
|
}
|
|
2203
2203
|
],
|
|
2204
2204
|
"signatures": [
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
"fileName": "libs/components/modals/src/lib/modules/confirm/confirm.component.ts",
|
|
2214
2214
|
"line": 96,
|
|
2215
2215
|
"character": 9,
|
|
2216
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2216
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L96"
|
|
2217
2217
|
}
|
|
2218
2218
|
],
|
|
2219
2219
|
"type": {
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
2255
2255
|
"line": 36,
|
|
2256
2256
|
"character": 13,
|
|
2257
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2257
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm.component.ts#L36"
|
|
2258
2258
|
}
|
|
2259
2259
|
],
|
|
2260
2260
|
"implementedTypes": [
|
|
@@ -2305,7 +2305,7 @@
|
|
|
2305
2305
|
"fileName": "projects/modals/src/modules/modal/modal-content.component.ts",
|
|
2306
2306
|
"line": 13,
|
|
2307
2307
|
"character": 13,
|
|
2308
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2308
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-content.component.ts#L13"
|
|
2309
2309
|
}
|
|
2310
2310
|
],
|
|
2311
2311
|
"decorators": [
|
|
@@ -2345,7 +2345,7 @@
|
|
|
2345
2345
|
"fileName": "projects/modals/src/modules/modal/modal-footer.component.ts",
|
|
2346
2346
|
"line": 18,
|
|
2347
2347
|
"character": 13,
|
|
2348
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2348
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-footer.component.ts#L18"
|
|
2349
2349
|
}
|
|
2350
2350
|
],
|
|
2351
2351
|
"decorators": [
|
|
@@ -2385,7 +2385,7 @@
|
|
|
2385
2385
|
"fileName": "projects/modals/src/modules/modal/modal-header.component.ts",
|
|
2386
2386
|
"line": 15,
|
|
2387
2387
|
"character": 13,
|
|
2388
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2388
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-header.component.ts#L15"
|
|
2389
2389
|
}
|
|
2390
2390
|
],
|
|
2391
2391
|
"decorators": [
|
|
@@ -2421,9 +2421,9 @@
|
|
|
2421
2421
|
"sources": [
|
|
2422
2422
|
{
|
|
2423
2423
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2424
|
-
"line":
|
|
2424
|
+
"line": 201,
|
|
2425
2425
|
"character": 2,
|
|
2426
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2426
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L201"
|
|
2427
2427
|
}
|
|
2428
2428
|
],
|
|
2429
2429
|
"signatures": [
|
|
@@ -2436,9 +2436,9 @@
|
|
|
2436
2436
|
"sources": [
|
|
2437
2437
|
{
|
|
2438
2438
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2439
|
-
"line":
|
|
2439
|
+
"line": 201,
|
|
2440
2440
|
"character": 2,
|
|
2441
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2441
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L201"
|
|
2442
2442
|
}
|
|
2443
2443
|
],
|
|
2444
2444
|
"type": {
|
|
@@ -2461,9 +2461,9 @@
|
|
|
2461
2461
|
"sources": [
|
|
2462
2462
|
{
|
|
2463
2463
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2464
|
-
"line":
|
|
2464
|
+
"line": 155,
|
|
2465
2465
|
"character": 9,
|
|
2466
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2466
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L155"
|
|
2467
2467
|
}
|
|
2468
2468
|
],
|
|
2469
2469
|
"type": {
|
|
@@ -2484,9 +2484,9 @@
|
|
|
2484
2484
|
"sources": [
|
|
2485
2485
|
{
|
|
2486
2486
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2487
|
-
"line":
|
|
2487
|
+
"line": 118,
|
|
2488
2488
|
"character": 9,
|
|
2489
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2489
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L118"
|
|
2490
2490
|
}
|
|
2491
2491
|
],
|
|
2492
2492
|
"type": {
|
|
@@ -2510,20 +2510,14 @@
|
|
|
2510
2510
|
"kind": "text",
|
|
2511
2511
|
"text": "The text to display as the modal's heading."
|
|
2512
2512
|
}
|
|
2513
|
-
],
|
|
2514
|
-
"blockTags": [
|
|
2515
|
-
{
|
|
2516
|
-
"tag": "@preview",
|
|
2517
|
-
"content": []
|
|
2518
|
-
}
|
|
2519
2513
|
]
|
|
2520
2514
|
},
|
|
2521
2515
|
"sources": [
|
|
2522
2516
|
{
|
|
2523
2517
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2524
|
-
"line":
|
|
2518
|
+
"line": 85,
|
|
2525
2519
|
"character": 9,
|
|
2526
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2520
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L85"
|
|
2527
2521
|
}
|
|
2528
2522
|
],
|
|
2529
2523
|
"type": {
|
|
@@ -2550,20 +2544,14 @@
|
|
|
2550
2544
|
"kind": "text",
|
|
2551
2545
|
"text": "A help key that identifies the global help content to display. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline) button is\nadded to the modal header. Clicking the button invokes global help as configured by the application."
|
|
2552
2546
|
}
|
|
2553
|
-
],
|
|
2554
|
-
"blockTags": [
|
|
2555
|
-
{
|
|
2556
|
-
"tag": "@preview",
|
|
2557
|
-
"content": []
|
|
2558
|
-
}
|
|
2559
2547
|
]
|
|
2560
2548
|
},
|
|
2561
2549
|
"sources": [
|
|
2562
2550
|
{
|
|
2563
2551
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2564
|
-
"line":
|
|
2552
|
+
"line": 92,
|
|
2565
2553
|
"character": 9,
|
|
2566
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2554
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L92"
|
|
2567
2555
|
}
|
|
2568
2556
|
],
|
|
2569
2557
|
"type": {
|
|
@@ -2590,20 +2578,14 @@
|
|
|
2590
2578
|
"kind": "text",
|
|
2591
2579
|
"text": "The content of the help popover. When specified, a [help inline](https://developer.blackbaud.com/skyux/components/help-inline)\nbutton is added to the modal header. The help inline button displays a [popover](https://developer.blackbaud.com/skyux/components/popover)\nwhen clicked using the specified content and optional title."
|
|
2592
2580
|
}
|
|
2593
|
-
],
|
|
2594
|
-
"blockTags": [
|
|
2595
|
-
{
|
|
2596
|
-
"tag": "@preview",
|
|
2597
|
-
"content": []
|
|
2598
|
-
}
|
|
2599
2581
|
]
|
|
2600
2582
|
},
|
|
2601
2583
|
"sources": [
|
|
2602
2584
|
{
|
|
2603
2585
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2604
|
-
"line":
|
|
2586
|
+
"line": 100,
|
|
2605
2587
|
"character": 9,
|
|
2606
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2588
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L100"
|
|
2607
2589
|
}
|
|
2608
2590
|
],
|
|
2609
2591
|
"type": {
|
|
@@ -2658,20 +2640,14 @@
|
|
|
2658
2640
|
"kind": "text",
|
|
2659
2641
|
"text": " is\nalso specified."
|
|
2660
2642
|
}
|
|
2661
|
-
],
|
|
2662
|
-
"blockTags": [
|
|
2663
|
-
{
|
|
2664
|
-
"tag": "@preview",
|
|
2665
|
-
"content": []
|
|
2666
|
-
}
|
|
2667
2643
|
]
|
|
2668
2644
|
},
|
|
2669
2645
|
"sources": [
|
|
2670
2646
|
{
|
|
2671
2647
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2672
|
-
"line":
|
|
2648
|
+
"line": 107,
|
|
2673
2649
|
"character": 9,
|
|
2674
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2650
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L107"
|
|
2675
2651
|
}
|
|
2676
2652
|
],
|
|
2677
2653
|
"type": {
|
|
@@ -2704,9 +2680,9 @@
|
|
|
2704
2680
|
"sources": [
|
|
2705
2681
|
{
|
|
2706
2682
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2707
|
-
"line":
|
|
2683
|
+
"line": 160,
|
|
2708
2684
|
"character": 9,
|
|
2709
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2685
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L160"
|
|
2710
2686
|
}
|
|
2711
2687
|
],
|
|
2712
2688
|
"type": {
|
|
@@ -2726,9 +2702,9 @@
|
|
|
2726
2702
|
"sources": [
|
|
2727
2703
|
{
|
|
2728
2704
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2729
|
-
"line":
|
|
2705
|
+
"line": 171,
|
|
2730
2706
|
"character": 9,
|
|
2731
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2707
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L171"
|
|
2732
2708
|
}
|
|
2733
2709
|
],
|
|
2734
2710
|
"type": {
|
|
@@ -2759,9 +2735,9 @@
|
|
|
2759
2735
|
"sources": [
|
|
2760
2736
|
{
|
|
2761
2737
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2762
|
-
"line":
|
|
2738
|
+
"line": 162,
|
|
2763
2739
|
"character": 9,
|
|
2764
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2740
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L162"
|
|
2765
2741
|
}
|
|
2766
2742
|
],
|
|
2767
2743
|
"type": {
|
|
@@ -2782,9 +2758,9 @@
|
|
|
2782
2758
|
"sources": [
|
|
2783
2759
|
{
|
|
2784
2760
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2785
|
-
"line":
|
|
2761
|
+
"line": 164,
|
|
2786
2762
|
"character": 9,
|
|
2787
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2763
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L164"
|
|
2788
2764
|
}
|
|
2789
2765
|
],
|
|
2790
2766
|
"type": {
|
|
@@ -2804,9 +2780,9 @@
|
|
|
2804
2780
|
"sources": [
|
|
2805
2781
|
{
|
|
2806
2782
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2807
|
-
"line":
|
|
2783
|
+
"line": 166,
|
|
2808
2784
|
"character": 9,
|
|
2809
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2785
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L166"
|
|
2810
2786
|
}
|
|
2811
2787
|
],
|
|
2812
2788
|
"type": {
|
|
@@ -2831,9 +2807,9 @@
|
|
|
2831
2807
|
"sources": [
|
|
2832
2808
|
{
|
|
2833
2809
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2834
|
-
"line":
|
|
2810
|
+
"line": 168,
|
|
2835
2811
|
"character": 9,
|
|
2836
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2812
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L168"
|
|
2837
2813
|
}
|
|
2838
2814
|
],
|
|
2839
2815
|
"type": {
|
|
@@ -2855,7 +2831,7 @@
|
|
|
2855
2831
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2856
2832
|
"line": 71,
|
|
2857
2833
|
"character": 9,
|
|
2858
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2834
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L71"
|
|
2859
2835
|
}
|
|
2860
2836
|
],
|
|
2861
2837
|
"type": {
|
|
@@ -2875,9 +2851,9 @@
|
|
|
2875
2851
|
"sources": [
|
|
2876
2852
|
{
|
|
2877
2853
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2878
|
-
"line":
|
|
2854
|
+
"line": 137,
|
|
2879
2855
|
"character": 13,
|
|
2880
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2856
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L137"
|
|
2881
2857
|
}
|
|
2882
2858
|
],
|
|
2883
2859
|
"getSignature": {
|
|
@@ -2889,9 +2865,9 @@
|
|
|
2889
2865
|
"sources": [
|
|
2890
2866
|
{
|
|
2891
2867
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2892
|
-
"line":
|
|
2868
|
+
"line": 137,
|
|
2893
2869
|
"character": 13,
|
|
2894
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2870
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L137"
|
|
2895
2871
|
}
|
|
2896
2872
|
],
|
|
2897
2873
|
"type": {
|
|
@@ -2916,9 +2892,9 @@
|
|
|
2916
2892
|
"sources": [
|
|
2917
2893
|
{
|
|
2918
2894
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2919
|
-
"line":
|
|
2895
|
+
"line": 151,
|
|
2920
2896
|
"character": 13,
|
|
2921
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2897
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L151"
|
|
2922
2898
|
}
|
|
2923
2899
|
],
|
|
2924
2900
|
"getSignature": {
|
|
@@ -2930,9 +2906,9 @@
|
|
|
2930
2906
|
"sources": [
|
|
2931
2907
|
{
|
|
2932
2908
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2933
|
-
"line":
|
|
2909
|
+
"line": 151,
|
|
2934
2910
|
"character": 13,
|
|
2935
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2911
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L151"
|
|
2936
2912
|
}
|
|
2937
2913
|
],
|
|
2938
2914
|
"type": {
|
|
@@ -2959,7 +2935,7 @@
|
|
|
2959
2935
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2960
2936
|
"line": 77,
|
|
2961
2937
|
"character": 13,
|
|
2962
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2938
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L77"
|
|
2963
2939
|
}
|
|
2964
2940
|
],
|
|
2965
2941
|
"setSignature": {
|
|
@@ -2981,7 +2957,7 @@
|
|
|
2981
2957
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
2982
2958
|
"line": 77,
|
|
2983
2959
|
"character": 13,
|
|
2984
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2960
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L77"
|
|
2985
2961
|
}
|
|
2986
2962
|
],
|
|
2987
2963
|
"parameters": [
|
|
@@ -3024,9 +3000,9 @@
|
|
|
3024
3000
|
"sources": [
|
|
3025
3001
|
{
|
|
3026
3002
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3027
|
-
"line":
|
|
3003
|
+
"line": 326,
|
|
3028
3004
|
"character": 9,
|
|
3029
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3005
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L326"
|
|
3030
3006
|
}
|
|
3031
3007
|
],
|
|
3032
3008
|
"signatures": [
|
|
@@ -3039,9 +3015,9 @@
|
|
|
3039
3015
|
"sources": [
|
|
3040
3016
|
{
|
|
3041
3017
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3042
|
-
"line":
|
|
3018
|
+
"line": 326,
|
|
3043
3019
|
"character": 9,
|
|
3044
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3020
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L326"
|
|
3045
3021
|
}
|
|
3046
3022
|
],
|
|
3047
3023
|
"type": {
|
|
@@ -3063,9 +3039,9 @@
|
|
|
3063
3039
|
"sources": [
|
|
3064
3040
|
{
|
|
3065
3041
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3066
|
-
"line":
|
|
3042
|
+
"line": 320,
|
|
3067
3043
|
"character": 9,
|
|
3068
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3044
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L320"
|
|
3069
3045
|
}
|
|
3070
3046
|
],
|
|
3071
3047
|
"signatures": [
|
|
@@ -3087,9 +3063,9 @@
|
|
|
3087
3063
|
"sources": [
|
|
3088
3064
|
{
|
|
3089
3065
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3090
|
-
"line":
|
|
3066
|
+
"line": 320,
|
|
3091
3067
|
"character": 9,
|
|
3092
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3068
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L320"
|
|
3093
3069
|
}
|
|
3094
3070
|
],
|
|
3095
3071
|
"type": {
|
|
@@ -3111,9 +3087,9 @@
|
|
|
3111
3087
|
"sources": [
|
|
3112
3088
|
{
|
|
3113
3089
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3114
|
-
"line":
|
|
3090
|
+
"line": 285,
|
|
3115
3091
|
"character": 9,
|
|
3116
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3092
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L285"
|
|
3117
3093
|
}
|
|
3118
3094
|
],
|
|
3119
3095
|
"signatures": [
|
|
@@ -3126,9 +3102,9 @@
|
|
|
3126
3102
|
"sources": [
|
|
3127
3103
|
{
|
|
3128
3104
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3129
|
-
"line":
|
|
3105
|
+
"line": 285,
|
|
3130
3106
|
"character": 9,
|
|
3131
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3107
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L285"
|
|
3132
3108
|
}
|
|
3133
3109
|
],
|
|
3134
3110
|
"type": {
|
|
@@ -3160,9 +3136,9 @@
|
|
|
3160
3136
|
"sources": [
|
|
3161
3137
|
{
|
|
3162
3138
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3163
|
-
"line":
|
|
3139
|
+
"line": 308,
|
|
3164
3140
|
"character": 9,
|
|
3165
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3141
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L308"
|
|
3166
3142
|
}
|
|
3167
3143
|
],
|
|
3168
3144
|
"signatures": [
|
|
@@ -3175,9 +3151,9 @@
|
|
|
3175
3151
|
"sources": [
|
|
3176
3152
|
{
|
|
3177
3153
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3178
|
-
"line":
|
|
3154
|
+
"line": 308,
|
|
3179
3155
|
"character": 9,
|
|
3180
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3156
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L308"
|
|
3181
3157
|
}
|
|
3182
3158
|
],
|
|
3183
3159
|
"type": {
|
|
@@ -3209,9 +3185,9 @@
|
|
|
3209
3185
|
"sources": [
|
|
3210
3186
|
{
|
|
3211
3187
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3212
|
-
"line":
|
|
3188
|
+
"line": 274,
|
|
3213
3189
|
"character": 9,
|
|
3214
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3190
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L274"
|
|
3215
3191
|
}
|
|
3216
3192
|
],
|
|
3217
3193
|
"signatures": [
|
|
@@ -3224,9 +3200,9 @@
|
|
|
3224
3200
|
"sources": [
|
|
3225
3201
|
{
|
|
3226
3202
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3227
|
-
"line":
|
|
3203
|
+
"line": 274,
|
|
3228
3204
|
"character": 9,
|
|
3229
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3205
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L274"
|
|
3230
3206
|
}
|
|
3231
3207
|
],
|
|
3232
3208
|
"type": {
|
|
@@ -3258,9 +3234,9 @@
|
|
|
3258
3234
|
"sources": [
|
|
3259
3235
|
{
|
|
3260
3236
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3261
|
-
"line":
|
|
3237
|
+
"line": 233,
|
|
3262
3238
|
"character": 9,
|
|
3263
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3239
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L233"
|
|
3264
3240
|
}
|
|
3265
3241
|
],
|
|
3266
3242
|
"signatures": [
|
|
@@ -3273,9 +3249,9 @@
|
|
|
3273
3249
|
"sources": [
|
|
3274
3250
|
{
|
|
3275
3251
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3276
|
-
"line":
|
|
3252
|
+
"line": 233,
|
|
3277
3253
|
"character": 9,
|
|
3278
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3254
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L233"
|
|
3279
3255
|
}
|
|
3280
3256
|
],
|
|
3281
3257
|
"parameters": [
|
|
@@ -3288,7 +3264,7 @@
|
|
|
3288
3264
|
"type": {
|
|
3289
3265
|
"type": "reference",
|
|
3290
3266
|
"target": {
|
|
3291
|
-
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
|
|
3267
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.dom.d.ts",
|
|
3292
3268
|
"qualifiedName": "KeyboardEvent"
|
|
3293
3269
|
},
|
|
3294
3270
|
"name": "KeyboardEvent",
|
|
@@ -3315,9 +3291,9 @@
|
|
|
3315
3291
|
"sources": [
|
|
3316
3292
|
{
|
|
3317
3293
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3318
|
-
"line":
|
|
3294
|
+
"line": 217,
|
|
3319
3295
|
"character": 9,
|
|
3320
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3296
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L217"
|
|
3321
3297
|
}
|
|
3322
3298
|
],
|
|
3323
3299
|
"signatures": [
|
|
@@ -3330,9 +3306,9 @@
|
|
|
3330
3306
|
"sources": [
|
|
3331
3307
|
{
|
|
3332
3308
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3333
|
-
"line":
|
|
3309
|
+
"line": 217,
|
|
3334
3310
|
"character": 9,
|
|
3335
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3311
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L217"
|
|
3336
3312
|
}
|
|
3337
3313
|
],
|
|
3338
3314
|
"parameters": [
|
|
@@ -3345,7 +3321,7 @@
|
|
|
3345
3321
|
"type": {
|
|
3346
3322
|
"type": "reference",
|
|
3347
3323
|
"target": {
|
|
3348
|
-
"sourceFileName": "node_modules/typescript/lib/lib.dom.d.ts",
|
|
3324
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.dom.d.ts",
|
|
3349
3325
|
"qualifiedName": "KeyboardEvent"
|
|
3350
3326
|
},
|
|
3351
3327
|
"name": "KeyboardEvent",
|
|
@@ -3372,9 +3348,9 @@
|
|
|
3372
3348
|
"sources": [
|
|
3373
3349
|
{
|
|
3374
3350
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3375
|
-
"line":
|
|
3351
|
+
"line": 334,
|
|
3376
3352
|
"character": 9,
|
|
3377
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3353
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L334"
|
|
3378
3354
|
}
|
|
3379
3355
|
],
|
|
3380
3356
|
"signatures": [
|
|
@@ -3387,9 +3363,9 @@
|
|
|
3387
3363
|
"sources": [
|
|
3388
3364
|
{
|
|
3389
3365
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3390
|
-
"line":
|
|
3366
|
+
"line": 334,
|
|
3391
3367
|
"character": 9,
|
|
3392
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3368
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L334"
|
|
3393
3369
|
}
|
|
3394
3370
|
],
|
|
3395
3371
|
"parameters": [
|
|
@@ -3429,9 +3405,9 @@
|
|
|
3429
3405
|
"sources": [
|
|
3430
3406
|
{
|
|
3431
3407
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3432
|
-
"line":
|
|
3408
|
+
"line": 338,
|
|
3433
3409
|
"character": 9,
|
|
3434
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3410
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L338"
|
|
3435
3411
|
}
|
|
3436
3412
|
],
|
|
3437
3413
|
"signatures": [
|
|
@@ -3444,9 +3420,9 @@
|
|
|
3444
3420
|
"sources": [
|
|
3445
3421
|
{
|
|
3446
3422
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3447
|
-
"line":
|
|
3423
|
+
"line": 338,
|
|
3448
3424
|
"character": 9,
|
|
3449
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3425
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L338"
|
|
3450
3426
|
}
|
|
3451
3427
|
],
|
|
3452
3428
|
"type": {
|
|
@@ -3468,9 +3444,9 @@
|
|
|
3468
3444
|
"sources": [
|
|
3469
3445
|
{
|
|
3470
3446
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3471
|
-
"line":
|
|
3447
|
+
"line": 330,
|
|
3472
3448
|
"character": 9,
|
|
3473
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3449
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L330"
|
|
3474
3450
|
}
|
|
3475
3451
|
],
|
|
3476
3452
|
"signatures": [
|
|
@@ -3483,9 +3459,9 @@
|
|
|
3483
3459
|
"sources": [
|
|
3484
3460
|
{
|
|
3485
3461
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal.component.ts",
|
|
3486
|
-
"line":
|
|
3462
|
+
"line": 330,
|
|
3487
3463
|
"character": 9,
|
|
3488
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3464
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L330"
|
|
3489
3465
|
}
|
|
3490
3466
|
],
|
|
3491
3467
|
"type": {
|
|
@@ -3551,7 +3527,7 @@
|
|
|
3551
3527
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
3552
3528
|
"line": 69,
|
|
3553
3529
|
"character": 13,
|
|
3554
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3530
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.component.ts#L69"
|
|
3555
3531
|
}
|
|
3556
3532
|
],
|
|
3557
3533
|
"implementedTypes": [
|
|
@@ -3634,7 +3610,7 @@
|
|
|
3634
3610
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3635
3611
|
"line": 40,
|
|
3636
3612
|
"character": 9,
|
|
3637
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3613
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L40"
|
|
3638
3614
|
}
|
|
3639
3615
|
],
|
|
3640
3616
|
"type": {
|
|
@@ -3661,7 +3637,7 @@
|
|
|
3661
3637
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3662
3638
|
"line": 54,
|
|
3663
3639
|
"character": 9,
|
|
3664
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3640
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L54"
|
|
3665
3641
|
}
|
|
3666
3642
|
],
|
|
3667
3643
|
"signatures": [
|
|
@@ -3676,7 +3652,7 @@
|
|
|
3676
3652
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
3677
3653
|
"line": 54,
|
|
3678
3654
|
"character": 9,
|
|
3679
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3655
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L54"
|
|
3680
3656
|
}
|
|
3681
3657
|
],
|
|
3682
3658
|
"type": {
|
|
@@ -3710,7 +3686,7 @@
|
|
|
3710
3686
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3711
3687
|
"line": 48,
|
|
3712
3688
|
"character": 9,
|
|
3713
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3689
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L48"
|
|
3714
3690
|
}
|
|
3715
3691
|
],
|
|
3716
3692
|
"signatures": [
|
|
@@ -3725,7 +3701,7 @@
|
|
|
3725
3701
|
"fileName": "libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts",
|
|
3726
3702
|
"line": 48,
|
|
3727
3703
|
"character": 9,
|
|
3728
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3704
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L48"
|
|
3729
3705
|
}
|
|
3730
3706
|
],
|
|
3731
3707
|
"type": {
|
|
@@ -3773,7 +3749,7 @@
|
|
|
3773
3749
|
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
3774
3750
|
"line": 31,
|
|
3775
3751
|
"character": 13,
|
|
3776
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3752
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-is-dirty.directive.ts#L31"
|
|
3777
3753
|
}
|
|
3778
3754
|
],
|
|
3779
3755
|
"implementedTypes": [
|
|
@@ -3831,7 +3807,7 @@
|
|
|
3831
3807
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3832
3808
|
"line": 6,
|
|
3833
3809
|
"character": 2,
|
|
3834
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3810
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L6"
|
|
3835
3811
|
}
|
|
3836
3812
|
],
|
|
3837
3813
|
"type": {
|
|
@@ -3871,7 +3847,7 @@
|
|
|
3871
3847
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3872
3848
|
"line": 23,
|
|
3873
3849
|
"character": 2,
|
|
3874
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3850
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L23"
|
|
3875
3851
|
}
|
|
3876
3852
|
],
|
|
3877
3853
|
"type": {
|
|
@@ -3924,7 +3900,7 @@
|
|
|
3924
3900
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3925
3901
|
"line": 17,
|
|
3926
3902
|
"character": 2,
|
|
3927
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3903
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L17"
|
|
3928
3904
|
}
|
|
3929
3905
|
],
|
|
3930
3906
|
"type": {
|
|
@@ -3951,7 +3927,7 @@
|
|
|
3951
3927
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3952
3928
|
"line": 10,
|
|
3953
3929
|
"character": 2,
|
|
3954
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3930
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L10"
|
|
3955
3931
|
}
|
|
3956
3932
|
],
|
|
3957
3933
|
"type": {
|
|
@@ -3976,7 +3952,7 @@
|
|
|
3976
3952
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-config.ts",
|
|
3977
3953
|
"line": 1,
|
|
3978
3954
|
"character": 17,
|
|
3979
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3955
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-button-config.ts#L1"
|
|
3980
3956
|
}
|
|
3981
3957
|
]
|
|
3982
3958
|
},
|
|
@@ -4006,7 +3982,7 @@
|
|
|
4006
3982
|
"fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
|
|
4007
3983
|
"line": 5,
|
|
4008
3984
|
"character": 2,
|
|
4009
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3985
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L5"
|
|
4010
3986
|
}
|
|
4011
3987
|
],
|
|
4012
3988
|
"type": {
|
|
@@ -4028,7 +4004,7 @@
|
|
|
4028
4004
|
"fileName": "projects/modals/src/modules/confirm/confirm-closed-event-args.ts",
|
|
4029
4005
|
"line": 1,
|
|
4030
4006
|
"character": 17,
|
|
4031
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4007
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-closed-event-args.ts#L1"
|
|
4032
4008
|
}
|
|
4033
4009
|
]
|
|
4034
4010
|
},
|
|
@@ -4060,7 +4036,7 @@
|
|
|
4060
4036
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4061
4037
|
"line": 13,
|
|
4062
4038
|
"character": 2,
|
|
4063
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4039
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L13"
|
|
4064
4040
|
}
|
|
4065
4041
|
],
|
|
4066
4042
|
"type": {
|
|
@@ -4105,7 +4081,7 @@
|
|
|
4105
4081
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4106
4082
|
"line": 17,
|
|
4107
4083
|
"character": 2,
|
|
4108
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4084
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L17"
|
|
4109
4085
|
}
|
|
4110
4086
|
],
|
|
4111
4087
|
"type": {
|
|
@@ -4143,7 +4119,7 @@
|
|
|
4143
4119
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4144
4120
|
"line": 9,
|
|
4145
4121
|
"character": 2,
|
|
4146
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4122
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L9"
|
|
4147
4123
|
}
|
|
4148
4124
|
],
|
|
4149
4125
|
"type": {
|
|
@@ -4183,7 +4159,7 @@
|
|
|
4183
4159
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4184
4160
|
"line": 22,
|
|
4185
4161
|
"character": 2,
|
|
4186
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4162
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L22"
|
|
4187
4163
|
}
|
|
4188
4164
|
],
|
|
4189
4165
|
"type": {
|
|
@@ -4212,7 +4188,7 @@
|
|
|
4212
4188
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4213
4189
|
"line": 26,
|
|
4214
4190
|
"character": 2,
|
|
4215
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4191
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L26"
|
|
4216
4192
|
}
|
|
4217
4193
|
],
|
|
4218
4194
|
"type": {
|
|
@@ -4240,7 +4216,7 @@
|
|
|
4240
4216
|
"fileName": "projects/modals/src/modules/confirm/confirm-config.ts",
|
|
4241
4217
|
"line": 4,
|
|
4242
4218
|
"character": 17,
|
|
4243
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4219
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-config.ts#L4"
|
|
4244
4220
|
}
|
|
4245
4221
|
]
|
|
4246
4222
|
},
|
|
@@ -4323,7 +4299,7 @@
|
|
|
4323
4299
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4324
4300
|
"line": 39,
|
|
4325
4301
|
"character": 2,
|
|
4326
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4302
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L39"
|
|
4327
4303
|
}
|
|
4328
4304
|
],
|
|
4329
4305
|
"type": {
|
|
@@ -4395,7 +4371,7 @@
|
|
|
4395
4371
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4396
4372
|
"line": 50,
|
|
4397
4373
|
"character": 2,
|
|
4398
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4374
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L50"
|
|
4399
4375
|
}
|
|
4400
4376
|
],
|
|
4401
4377
|
"type": {
|
|
@@ -4443,7 +4419,7 @@
|
|
|
4443
4419
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4444
4420
|
"line": 61,
|
|
4445
4421
|
"character": 2,
|
|
4446
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4422
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L61"
|
|
4447
4423
|
}
|
|
4448
4424
|
],
|
|
4449
4425
|
"type": {
|
|
@@ -4480,7 +4456,7 @@
|
|
|
4480
4456
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4481
4457
|
"line": 14,
|
|
4482
4458
|
"character": 2,
|
|
4483
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4459
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L14"
|
|
4484
4460
|
}
|
|
4485
4461
|
],
|
|
4486
4462
|
"type": {
|
|
@@ -4560,7 +4536,7 @@
|
|
|
4560
4536
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4561
4537
|
"line": 80,
|
|
4562
4538
|
"character": 2,
|
|
4563
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4539
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L80"
|
|
4564
4540
|
}
|
|
4565
4541
|
],
|
|
4566
4542
|
"type": {
|
|
@@ -4597,7 +4573,7 @@
|
|
|
4597
4573
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4598
4574
|
"line": 27,
|
|
4599
4575
|
"character": 2,
|
|
4600
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4576
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L27"
|
|
4601
4577
|
}
|
|
4602
4578
|
],
|
|
4603
4579
|
"type": {
|
|
@@ -4666,7 +4642,7 @@
|
|
|
4666
4642
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4667
4643
|
"line": 20,
|
|
4668
4644
|
"character": 2,
|
|
4669
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4645
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L20"
|
|
4670
4646
|
}
|
|
4671
4647
|
],
|
|
4672
4648
|
"type": {
|
|
@@ -4730,7 +4706,7 @@
|
|
|
4730
4706
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4731
4707
|
"line": 69,
|
|
4732
4708
|
"character": 2,
|
|
4733
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4709
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L69"
|
|
4734
4710
|
}
|
|
4735
4711
|
],
|
|
4736
4712
|
"type": {
|
|
@@ -4767,7 +4743,7 @@
|
|
|
4767
4743
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4768
4744
|
"line": 86,
|
|
4769
4745
|
"character": 2,
|
|
4770
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4746
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L86"
|
|
4771
4747
|
}
|
|
4772
4748
|
],
|
|
4773
4749
|
"type": {
|
|
@@ -4797,7 +4773,7 @@
|
|
|
4797
4773
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
4798
4774
|
"line": 9,
|
|
4799
4775
|
"character": 17,
|
|
4800
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4776
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal.interface.ts#L9"
|
|
4801
4777
|
}
|
|
4802
4778
|
]
|
|
4803
4779
|
},
|
|
@@ -4835,7 +4811,7 @@
|
|
|
4835
4811
|
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
4836
4812
|
"line": 8,
|
|
4837
4813
|
"character": 2,
|
|
4838
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4814
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-error.ts#L8"
|
|
4839
4815
|
}
|
|
4840
4816
|
],
|
|
4841
4817
|
"type": {
|
|
@@ -4857,7 +4833,7 @@
|
|
|
4857
4833
|
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
4858
4834
|
"line": 4,
|
|
4859
4835
|
"character": 17,
|
|
4860
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4836
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/modal/modal-error.ts#L4"
|
|
4861
4837
|
}
|
|
4862
4838
|
]
|
|
4863
4839
|
},
|
|
@@ -4872,7 +4848,7 @@
|
|
|
4872
4848
|
"fileName": "projects/modals/src/modules/confirm/confirm-button-style-type.ts",
|
|
4873
4849
|
"line": 1,
|
|
4874
4850
|
"character": 12,
|
|
4875
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4851
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/src/lib/modules/confirm/confirm-button-style-type.ts#L1"
|
|
4876
4852
|
}
|
|
4877
4853
|
],
|
|
4878
4854
|
"type": {
|
|
@@ -4990,7 +4966,7 @@
|
|
|
4990
4966
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
4991
4967
|
"line": 12,
|
|
4992
4968
|
"character": 16,
|
|
4993
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4969
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L12"
|
|
4994
4970
|
}
|
|
4995
4971
|
],
|
|
4996
4972
|
"type": {
|
|
@@ -5013,7 +4989,7 @@
|
|
|
5013
4989
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5014
4990
|
"line": 22,
|
|
5015
4991
|
"character": 15,
|
|
5016
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4992
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
|
|
5017
4993
|
}
|
|
5018
4994
|
],
|
|
5019
4995
|
"signatures": [
|
|
@@ -5036,7 +5012,7 @@
|
|
|
5036
5012
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5037
5013
|
"line": 22,
|
|
5038
5014
|
"character": 15,
|
|
5039
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5015
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L22"
|
|
5040
5016
|
}
|
|
5041
5017
|
],
|
|
5042
5018
|
"parameters": [
|
|
@@ -5057,7 +5033,7 @@
|
|
|
5057
5033
|
"type": {
|
|
5058
5034
|
"type": "reference",
|
|
5059
5035
|
"target": {
|
|
5060
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
5036
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
5061
5037
|
"qualifiedName": "Promise"
|
|
5062
5038
|
},
|
|
5063
5039
|
"typeArguments": [
|
|
@@ -5086,7 +5062,7 @@
|
|
|
5086
5062
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5087
5063
|
"line": 43,
|
|
5088
5064
|
"character": 15,
|
|
5089
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5065
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
|
|
5090
5066
|
}
|
|
5091
5067
|
],
|
|
5092
5068
|
"signatures": [
|
|
@@ -5109,13 +5085,13 @@
|
|
|
5109
5085
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5110
5086
|
"line": 43,
|
|
5111
5087
|
"character": 15,
|
|
5112
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5088
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L43"
|
|
5113
5089
|
}
|
|
5114
5090
|
],
|
|
5115
5091
|
"type": {
|
|
5116
5092
|
"type": "reference",
|
|
5117
5093
|
"target": {
|
|
5118
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
5094
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
5119
5095
|
"qualifiedName": "Promise"
|
|
5120
5096
|
},
|
|
5121
5097
|
"typeArguments": [
|
|
@@ -5144,7 +5120,7 @@
|
|
|
5144
5120
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5145
5121
|
"line": 56,
|
|
5146
5122
|
"character": 15,
|
|
5147
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5123
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
|
|
5148
5124
|
}
|
|
5149
5125
|
],
|
|
5150
5126
|
"signatures": [
|
|
@@ -5167,13 +5143,13 @@
|
|
|
5167
5143
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5168
5144
|
"line": 56,
|
|
5169
5145
|
"character": 15,
|
|
5170
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5146
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L56"
|
|
5171
5147
|
}
|
|
5172
5148
|
],
|
|
5173
5149
|
"type": {
|
|
5174
5150
|
"type": "reference",
|
|
5175
5151
|
"target": {
|
|
5176
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
5152
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
5177
5153
|
"qualifiedName": "Promise"
|
|
5178
5154
|
},
|
|
5179
5155
|
"typeArguments": [
|
|
@@ -5202,7 +5178,7 @@
|
|
|
5202
5178
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5203
5179
|
"line": 63,
|
|
5204
5180
|
"character": 15,
|
|
5205
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5181
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
|
|
5206
5182
|
}
|
|
5207
5183
|
],
|
|
5208
5184
|
"signatures": [
|
|
@@ -5225,7 +5201,7 @@
|
|
|
5225
5201
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5226
5202
|
"line": 63,
|
|
5227
5203
|
"character": 15,
|
|
5228
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5204
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L63"
|
|
5229
5205
|
}
|
|
5230
5206
|
],
|
|
5231
5207
|
"parameters": [
|
|
@@ -5248,7 +5224,7 @@
|
|
|
5248
5224
|
"type": {
|
|
5249
5225
|
"type": "reference",
|
|
5250
5226
|
"target": {
|
|
5251
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
5227
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
5252
5228
|
"qualifiedName": "Promise"
|
|
5253
5229
|
},
|
|
5254
5230
|
"typeArguments": [
|
|
@@ -5285,7 +5261,7 @@
|
|
|
5285
5261
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5286
5262
|
"line": 95,
|
|
5287
5263
|
"character": 15,
|
|
5288
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5264
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L95"
|
|
5289
5265
|
}
|
|
5290
5266
|
],
|
|
5291
5267
|
"signatures": [
|
|
@@ -5308,13 +5284,13 @@
|
|
|
5308
5284
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5309
5285
|
"line": 95,
|
|
5310
5286
|
"character": 15,
|
|
5311
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5287
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L95"
|
|
5312
5288
|
}
|
|
5313
5289
|
],
|
|
5314
5290
|
"type": {
|
|
5315
5291
|
"type": "reference",
|
|
5316
5292
|
"target": {
|
|
5317
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
5293
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
5318
5294
|
"qualifiedName": "Promise"
|
|
5319
5295
|
},
|
|
5320
5296
|
"typeArguments": [
|
|
@@ -5343,7 +5319,7 @@
|
|
|
5343
5319
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5344
5320
|
"line": 102,
|
|
5345
5321
|
"character": 15,
|
|
5346
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5322
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L102"
|
|
5347
5323
|
}
|
|
5348
5324
|
],
|
|
5349
5325
|
"signatures": [
|
|
@@ -5366,13 +5342,13 @@
|
|
|
5366
5342
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5367
5343
|
"line": 102,
|
|
5368
5344
|
"character": 15,
|
|
5369
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5345
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L102"
|
|
5370
5346
|
}
|
|
5371
5347
|
],
|
|
5372
5348
|
"type": {
|
|
5373
5349
|
"type": "reference",
|
|
5374
5350
|
"target": {
|
|
5375
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
5351
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
5376
5352
|
"qualifiedName": "Promise"
|
|
5377
5353
|
},
|
|
5378
5354
|
"typeArguments": [
|
|
@@ -5444,7 +5420,7 @@
|
|
|
5444
5420
|
"type": {
|
|
5445
5421
|
"type": "reference",
|
|
5446
5422
|
"target": {
|
|
5447
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
5423
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
5448
5424
|
"qualifiedName": "Promise"
|
|
5449
5425
|
},
|
|
5450
5426
|
"typeArguments": [
|
|
@@ -5487,7 +5463,7 @@
|
|
|
5487
5463
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5488
5464
|
"line": 114,
|
|
5489
5465
|
"character": 15,
|
|
5490
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5466
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L114"
|
|
5491
5467
|
}
|
|
5492
5468
|
],
|
|
5493
5469
|
"signatures": [
|
|
@@ -5510,13 +5486,13 @@
|
|
|
5510
5486
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-harness.ts",
|
|
5511
5487
|
"line": 114,
|
|
5512
5488
|
"character": 15,
|
|
5513
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5489
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L114"
|
|
5514
5490
|
}
|
|
5515
5491
|
],
|
|
5516
5492
|
"type": {
|
|
5517
5493
|
"type": "reference",
|
|
5518
5494
|
"target": {
|
|
5519
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
5495
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
5520
5496
|
"qualifiedName": "Promise"
|
|
5521
5497
|
},
|
|
5522
5498
|
"typeArguments": [
|
|
@@ -5565,7 +5541,7 @@
|
|
|
5565
5541
|
"fileName": "projects/modals/src/testing/confirm/confirm-harness.ts",
|
|
5566
5542
|
"line": 11,
|
|
5567
5543
|
"character": 13,
|
|
5568
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5544
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-harness.ts#L11"
|
|
5569
5545
|
}
|
|
5570
5546
|
],
|
|
5571
5547
|
"extendedTypes": [
|
|
@@ -5612,7 +5588,7 @@
|
|
|
5612
5588
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5613
5589
|
"line": 12,
|
|
5614
5590
|
"character": 18,
|
|
5615
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5591
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L12"
|
|
5616
5592
|
}
|
|
5617
5593
|
],
|
|
5618
5594
|
"signatures": [
|
|
@@ -5635,7 +5611,7 @@
|
|
|
5635
5611
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5636
5612
|
"line": 12,
|
|
5637
5613
|
"character": 18,
|
|
5638
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5614
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L12"
|
|
5639
5615
|
}
|
|
5640
5616
|
],
|
|
5641
5617
|
"type": {
|
|
@@ -5660,7 +5636,7 @@
|
|
|
5660
5636
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5661
5637
|
"line": 25,
|
|
5662
5638
|
"character": 18,
|
|
5663
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5639
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L25"
|
|
5664
5640
|
}
|
|
5665
5641
|
],
|
|
5666
5642
|
"signatures": [
|
|
@@ -5683,7 +5659,7 @@
|
|
|
5683
5659
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5684
5660
|
"line": 25,
|
|
5685
5661
|
"character": 18,
|
|
5686
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5662
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L25"
|
|
5687
5663
|
}
|
|
5688
5664
|
],
|
|
5689
5665
|
"parameters": [
|
|
@@ -5723,7 +5699,7 @@
|
|
|
5723
5699
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5724
5700
|
"line": 16,
|
|
5725
5701
|
"character": 18,
|
|
5726
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5702
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L16"
|
|
5727
5703
|
}
|
|
5728
5704
|
],
|
|
5729
5705
|
"signatures": [
|
|
@@ -5746,7 +5722,7 @@
|
|
|
5746
5722
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5747
5723
|
"line": 16,
|
|
5748
5724
|
"character": 18,
|
|
5749
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5725
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L16"
|
|
5750
5726
|
}
|
|
5751
5727
|
],
|
|
5752
5728
|
"type": {
|
|
@@ -5771,7 +5747,7 @@
|
|
|
5771
5747
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5772
5748
|
"line": 21,
|
|
5773
5749
|
"character": 18,
|
|
5774
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5750
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L21"
|
|
5775
5751
|
}
|
|
5776
5752
|
],
|
|
5777
5753
|
"signatures": [
|
|
@@ -5794,7 +5770,7 @@
|
|
|
5794
5770
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5795
5771
|
"line": 21,
|
|
5796
5772
|
"character": 18,
|
|
5797
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5773
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L21"
|
|
5798
5774
|
}
|
|
5799
5775
|
],
|
|
5800
5776
|
"parameters": [
|
|
@@ -5834,7 +5810,7 @@
|
|
|
5834
5810
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5835
5811
|
"line": 29,
|
|
5836
5812
|
"character": 18,
|
|
5837
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5813
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L29"
|
|
5838
5814
|
}
|
|
5839
5815
|
],
|
|
5840
5816
|
"signatures": [
|
|
@@ -5857,7 +5833,7 @@
|
|
|
5857
5833
|
"fileName": "libs/components/modals/testing/src/confirm/confirm-testing.controller.ts",
|
|
5858
5834
|
"line": 29,
|
|
5859
5835
|
"character": 18,
|
|
5860
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5836
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L29"
|
|
5861
5837
|
}
|
|
5862
5838
|
],
|
|
5863
5839
|
"type": {
|
|
@@ -5892,7 +5868,7 @@
|
|
|
5892
5868
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.controller.ts",
|
|
5893
5869
|
"line": 8,
|
|
5894
5870
|
"character": 22,
|
|
5895
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5871
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.controller.ts#L8"
|
|
5896
5872
|
}
|
|
5897
5873
|
],
|
|
5898
5874
|
"decorators": []
|
|
@@ -5941,7 +5917,7 @@
|
|
|
5941
5917
|
"fileName": "projects/modals/src/testing/confirm/confirm-testing.module.ts",
|
|
5942
5918
|
"line": 11,
|
|
5943
5919
|
"character": 13,
|
|
5944
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5920
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-testing.module.ts#L11"
|
|
5945
5921
|
}
|
|
5946
5922
|
],
|
|
5947
5923
|
"decorators": [
|
|
@@ -6045,7 +6021,7 @@
|
|
|
6045
6021
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6046
6022
|
"line": 34,
|
|
6047
6023
|
"character": 15,
|
|
6048
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6024
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L34"
|
|
6049
6025
|
}
|
|
6050
6026
|
],
|
|
6051
6027
|
"signatures": [
|
|
@@ -6068,13 +6044,13 @@
|
|
|
6068
6044
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6069
6045
|
"line": 34,
|
|
6070
6046
|
"character": 15,
|
|
6071
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6047
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L34"
|
|
6072
6048
|
}
|
|
6073
6049
|
],
|
|
6074
6050
|
"type": {
|
|
6075
6051
|
"type": "reference",
|
|
6076
6052
|
"target": {
|
|
6077
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6053
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6078
6054
|
"qualifiedName": "Promise"
|
|
6079
6055
|
},
|
|
6080
6056
|
"typeArguments": [
|
|
@@ -6103,7 +6079,7 @@
|
|
|
6103
6079
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6104
6080
|
"line": 42,
|
|
6105
6081
|
"character": 15,
|
|
6106
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6082
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L42"
|
|
6107
6083
|
}
|
|
6108
6084
|
],
|
|
6109
6085
|
"signatures": [
|
|
@@ -6132,13 +6108,13 @@
|
|
|
6132
6108
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6133
6109
|
"line": 42,
|
|
6134
6110
|
"character": 15,
|
|
6135
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6111
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L42"
|
|
6136
6112
|
}
|
|
6137
6113
|
],
|
|
6138
6114
|
"type": {
|
|
6139
6115
|
"type": "reference",
|
|
6140
6116
|
"target": {
|
|
6141
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6117
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6142
6118
|
"qualifiedName": "Promise"
|
|
6143
6119
|
},
|
|
6144
6120
|
"typeArguments": [
|
|
@@ -6167,7 +6143,7 @@
|
|
|
6167
6143
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6168
6144
|
"line": 50,
|
|
6169
6145
|
"character": 15,
|
|
6170
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6146
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L50"
|
|
6171
6147
|
}
|
|
6172
6148
|
],
|
|
6173
6149
|
"signatures": [
|
|
@@ -6196,13 +6172,13 @@
|
|
|
6196
6172
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6197
6173
|
"line": 50,
|
|
6198
6174
|
"character": 15,
|
|
6199
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6175
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L50"
|
|
6200
6176
|
}
|
|
6201
6177
|
],
|
|
6202
6178
|
"type": {
|
|
6203
6179
|
"type": "reference",
|
|
6204
6180
|
"target": {
|
|
6205
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6181
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6206
6182
|
"qualifiedName": "Promise"
|
|
6207
6183
|
},
|
|
6208
6184
|
"typeArguments": [
|
|
@@ -6231,7 +6207,7 @@
|
|
|
6231
6207
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6232
6208
|
"line": 57,
|
|
6233
6209
|
"character": 15,
|
|
6234
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6210
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L57"
|
|
6235
6211
|
}
|
|
6236
6212
|
],
|
|
6237
6213
|
"signatures": [
|
|
@@ -6254,13 +6230,13 @@
|
|
|
6254
6230
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6255
6231
|
"line": 57,
|
|
6256
6232
|
"character": 15,
|
|
6257
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6233
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L57"
|
|
6258
6234
|
}
|
|
6259
6235
|
],
|
|
6260
6236
|
"type": {
|
|
6261
6237
|
"type": "reference",
|
|
6262
6238
|
"target": {
|
|
6263
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6239
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6264
6240
|
"qualifiedName": "Promise"
|
|
6265
6241
|
},
|
|
6266
6242
|
"typeArguments": [
|
|
@@ -6289,7 +6265,7 @@
|
|
|
6289
6265
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6290
6266
|
"line": 64,
|
|
6291
6267
|
"character": 15,
|
|
6292
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6268
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L64"
|
|
6293
6269
|
}
|
|
6294
6270
|
],
|
|
6295
6271
|
"signatures": [
|
|
@@ -6312,13 +6288,13 @@
|
|
|
6312
6288
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6313
6289
|
"line": 64,
|
|
6314
6290
|
"character": 15,
|
|
6315
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6291
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L64"
|
|
6316
6292
|
}
|
|
6317
6293
|
],
|
|
6318
6294
|
"type": {
|
|
6319
6295
|
"type": "reference",
|
|
6320
6296
|
"target": {
|
|
6321
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6297
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6322
6298
|
"qualifiedName": "Promise"
|
|
6323
6299
|
},
|
|
6324
6300
|
"typeArguments": [
|
|
@@ -6347,7 +6323,7 @@
|
|
|
6347
6323
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6348
6324
|
"line": 71,
|
|
6349
6325
|
"character": 15,
|
|
6350
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6326
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L71"
|
|
6351
6327
|
}
|
|
6352
6328
|
],
|
|
6353
6329
|
"signatures": [
|
|
@@ -6370,13 +6346,13 @@
|
|
|
6370
6346
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6371
6347
|
"line": 71,
|
|
6372
6348
|
"character": 15,
|
|
6373
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6349
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L71"
|
|
6374
6350
|
}
|
|
6375
6351
|
],
|
|
6376
6352
|
"type": {
|
|
6377
6353
|
"type": "reference",
|
|
6378
6354
|
"target": {
|
|
6379
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6355
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6380
6356
|
"qualifiedName": "Promise"
|
|
6381
6357
|
},
|
|
6382
6358
|
"typeArguments": [
|
|
@@ -6425,7 +6401,7 @@
|
|
|
6425
6401
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6426
6402
|
"line": 80,
|
|
6427
6403
|
"character": 15,
|
|
6428
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6404
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L80"
|
|
6429
6405
|
}
|
|
6430
6406
|
],
|
|
6431
6407
|
"signatures": [
|
|
@@ -6448,13 +6424,13 @@
|
|
|
6448
6424
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6449
6425
|
"line": 80,
|
|
6450
6426
|
"character": 15,
|
|
6451
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6427
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L80"
|
|
6452
6428
|
}
|
|
6453
6429
|
],
|
|
6454
6430
|
"type": {
|
|
6455
6431
|
"type": "reference",
|
|
6456
6432
|
"target": {
|
|
6457
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6433
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6458
6434
|
"qualifiedName": "Promise"
|
|
6459
6435
|
},
|
|
6460
6436
|
"typeArguments": [
|
|
@@ -6483,7 +6459,7 @@
|
|
|
6483
6459
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6484
6460
|
"line": 87,
|
|
6485
6461
|
"character": 15,
|
|
6486
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6462
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L87"
|
|
6487
6463
|
}
|
|
6488
6464
|
],
|
|
6489
6465
|
"signatures": [
|
|
@@ -6506,13 +6482,13 @@
|
|
|
6506
6482
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6507
6483
|
"line": 87,
|
|
6508
6484
|
"character": 15,
|
|
6509
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6485
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L87"
|
|
6510
6486
|
}
|
|
6511
6487
|
],
|
|
6512
6488
|
"type": {
|
|
6513
6489
|
"type": "reference",
|
|
6514
6490
|
"target": {
|
|
6515
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6491
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6516
6492
|
"qualifiedName": "Promise"
|
|
6517
6493
|
},
|
|
6518
6494
|
"typeArguments": [
|
|
@@ -6541,7 +6517,7 @@
|
|
|
6541
6517
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6542
6518
|
"line": 110,
|
|
6543
6519
|
"character": 15,
|
|
6544
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6520
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L110"
|
|
6545
6521
|
}
|
|
6546
6522
|
],
|
|
6547
6523
|
"signatures": [
|
|
@@ -6564,13 +6540,13 @@
|
|
|
6564
6540
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6565
6541
|
"line": 110,
|
|
6566
6542
|
"character": 15,
|
|
6567
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6543
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L110"
|
|
6568
6544
|
}
|
|
6569
6545
|
],
|
|
6570
6546
|
"type": {
|
|
6571
6547
|
"type": "reference",
|
|
6572
6548
|
"target": {
|
|
6573
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6549
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6574
6550
|
"qualifiedName": "Promise"
|
|
6575
6551
|
},
|
|
6576
6552
|
"typeArguments": [
|
|
@@ -6640,7 +6616,7 @@
|
|
|
6640
6616
|
"type": {
|
|
6641
6617
|
"type": "reference",
|
|
6642
6618
|
"target": {
|
|
6643
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6619
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6644
6620
|
"qualifiedName": "Promise"
|
|
6645
6621
|
},
|
|
6646
6622
|
"typeArguments": [
|
|
@@ -6683,7 +6659,7 @@
|
|
|
6683
6659
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6684
6660
|
"line": 125,
|
|
6685
6661
|
"character": 15,
|
|
6686
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6662
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L125"
|
|
6687
6663
|
}
|
|
6688
6664
|
],
|
|
6689
6665
|
"signatures": [
|
|
@@ -6715,13 +6691,13 @@
|
|
|
6715
6691
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6716
6692
|
"line": 125,
|
|
6717
6693
|
"character": 15,
|
|
6718
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6694
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L125"
|
|
6719
6695
|
}
|
|
6720
6696
|
],
|
|
6721
6697
|
"type": {
|
|
6722
6698
|
"type": "reference",
|
|
6723
6699
|
"target": {
|
|
6724
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6700
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6725
6701
|
"qualifiedName": "Promise"
|
|
6726
6702
|
},
|
|
6727
6703
|
"typeArguments": [
|
|
@@ -6750,7 +6726,7 @@
|
|
|
6750
6726
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6751
6727
|
"line": 117,
|
|
6752
6728
|
"character": 15,
|
|
6753
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6729
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L117"
|
|
6754
6730
|
}
|
|
6755
6731
|
],
|
|
6756
6732
|
"signatures": [
|
|
@@ -6773,13 +6749,13 @@
|
|
|
6773
6749
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6774
6750
|
"line": 117,
|
|
6775
6751
|
"character": 15,
|
|
6776
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6752
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L117"
|
|
6777
6753
|
}
|
|
6778
6754
|
],
|
|
6779
6755
|
"type": {
|
|
6780
6756
|
"type": "reference",
|
|
6781
6757
|
"target": {
|
|
6782
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
6758
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
6783
6759
|
"qualifiedName": "Promise"
|
|
6784
6760
|
},
|
|
6785
6761
|
"typeArguments": [
|
|
@@ -6809,7 +6785,7 @@
|
|
|
6809
6785
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6810
6786
|
"line": 25,
|
|
6811
6787
|
"character": 16,
|
|
6812
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6788
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L25"
|
|
6813
6789
|
}
|
|
6814
6790
|
],
|
|
6815
6791
|
"signatures": [
|
|
@@ -6848,7 +6824,7 @@
|
|
|
6848
6824
|
"fileName": "libs/components/modals/testing/src/modal/modal-harness.ts",
|
|
6849
6825
|
"line": 25,
|
|
6850
6826
|
"character": 16,
|
|
6851
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6827
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L25"
|
|
6852
6828
|
}
|
|
6853
6829
|
],
|
|
6854
6830
|
"parameters": [
|
|
@@ -6919,7 +6895,7 @@
|
|
|
6919
6895
|
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
6920
6896
|
"line": 11,
|
|
6921
6897
|
"character": 13,
|
|
6922
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6898
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness.ts#L11"
|
|
6923
6899
|
}
|
|
6924
6900
|
],
|
|
6925
6901
|
"extendedTypes": [
|
|
@@ -6974,7 +6950,7 @@
|
|
|
6974
6950
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
6975
6951
|
"line": 15,
|
|
6976
6952
|
"character": 18,
|
|
6977
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6953
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L15"
|
|
6978
6954
|
}
|
|
6979
6955
|
],
|
|
6980
6956
|
"signatures": [
|
|
@@ -6997,7 +6973,7 @@
|
|
|
6997
6973
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
6998
6974
|
"line": 15,
|
|
6999
6975
|
"character": 18,
|
|
7000
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6976
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L15"
|
|
7001
6977
|
}
|
|
7002
6978
|
],
|
|
7003
6979
|
"parameters": [
|
|
@@ -7047,7 +7023,7 @@
|
|
|
7047
7023
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
7048
7024
|
"line": 20,
|
|
7049
7025
|
"character": 18,
|
|
7050
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7026
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L20"
|
|
7051
7027
|
}
|
|
7052
7028
|
],
|
|
7053
7029
|
"signatures": [
|
|
@@ -7070,7 +7046,7 @@
|
|
|
7070
7046
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7071
7047
|
"line": 20,
|
|
7072
7048
|
"character": 18,
|
|
7073
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7049
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L20"
|
|
7074
7050
|
}
|
|
7075
7051
|
],
|
|
7076
7052
|
"parameters": [
|
|
@@ -7108,7 +7084,7 @@
|
|
|
7108
7084
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
7109
7085
|
"line": 25,
|
|
7110
7086
|
"character": 18,
|
|
7111
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7087
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L25"
|
|
7112
7088
|
}
|
|
7113
7089
|
],
|
|
7114
7090
|
"signatures": [
|
|
@@ -7131,7 +7107,7 @@
|
|
|
7131
7107
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7132
7108
|
"line": 25,
|
|
7133
7109
|
"character": 18,
|
|
7134
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7110
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L25"
|
|
7135
7111
|
}
|
|
7136
7112
|
],
|
|
7137
7113
|
"type": {
|
|
@@ -7156,7 +7132,7 @@
|
|
|
7156
7132
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
7157
7133
|
"line": 30,
|
|
7158
7134
|
"character": 18,
|
|
7159
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7135
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L30"
|
|
7160
7136
|
}
|
|
7161
7137
|
],
|
|
7162
7138
|
"signatures": [
|
|
@@ -7179,7 +7155,7 @@
|
|
|
7179
7155
|
"fileName": "libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts",
|
|
7180
7156
|
"line": 30,
|
|
7181
7157
|
"character": 18,
|
|
7182
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7158
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L30"
|
|
7183
7159
|
}
|
|
7184
7160
|
],
|
|
7185
7161
|
"typeParameter": [
|
|
@@ -7249,7 +7225,7 @@
|
|
|
7249
7225
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.controller.ts",
|
|
7250
7226
|
"line": 10,
|
|
7251
7227
|
"character": 22,
|
|
7252
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7228
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.controller.ts#L10"
|
|
7253
7229
|
}
|
|
7254
7230
|
],
|
|
7255
7231
|
"decorators": []
|
|
@@ -7298,7 +7274,7 @@
|
|
|
7298
7274
|
"fileName": "projects/modals/src/testing/modal/controller/modal-testing.module.ts",
|
|
7299
7275
|
"line": 11,
|
|
7300
7276
|
"character": 13,
|
|
7301
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7277
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/controller/modal-testing.module.ts#L11"
|
|
7302
7278
|
}
|
|
7303
7279
|
],
|
|
7304
7280
|
"decorators": [
|
|
@@ -7379,7 +7355,7 @@
|
|
|
7379
7355
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
7380
7356
|
"line": 16,
|
|
7381
7357
|
"character": 2,
|
|
7382
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7358
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L16"
|
|
7383
7359
|
}
|
|
7384
7360
|
],
|
|
7385
7361
|
"type": {
|
|
@@ -7408,7 +7384,7 @@
|
|
|
7408
7384
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
7409
7385
|
"line": 11,
|
|
7410
7386
|
"character": 2,
|
|
7411
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7387
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L11"
|
|
7412
7388
|
}
|
|
7413
7389
|
],
|
|
7414
7390
|
"type": {
|
|
@@ -7421,7 +7397,7 @@
|
|
|
7421
7397
|
{
|
|
7422
7398
|
"type": "reference",
|
|
7423
7399
|
"target": {
|
|
7424
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
7400
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
7425
7401
|
"qualifiedName": "RegExp"
|
|
7426
7402
|
},
|
|
7427
7403
|
"name": "RegExp",
|
|
@@ -7446,14 +7422,14 @@
|
|
|
7446
7422
|
"fileName": "projects/modals/src/testing/confirm/confirm-button-harness-filters.ts",
|
|
7447
7423
|
"line": 6,
|
|
7448
7424
|
"character": 17,
|
|
7449
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7425
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/confirm/confirm-button-harness-filters.ts#L6"
|
|
7450
7426
|
}
|
|
7451
7427
|
],
|
|
7452
7428
|
"extendedTypes": [
|
|
7453
7429
|
{
|
|
7454
7430
|
"type": "reference",
|
|
7455
7431
|
"target": {
|
|
7456
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
7432
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
7457
7433
|
"qualifiedName": "Omit"
|
|
7458
7434
|
},
|
|
7459
7435
|
"typeArguments": [
|
|
@@ -7553,7 +7529,7 @@
|
|
|
7553
7529
|
"fileName": "libs/components/core/testing/src/shared/harness-filters.ts",
|
|
7554
7530
|
"line": 11,
|
|
7555
7531
|
"character": 2,
|
|
7556
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7532
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/core/testing/src/shared/harness-filters.ts#L11"
|
|
7557
7533
|
}
|
|
7558
7534
|
],
|
|
7559
7535
|
"type": {
|
|
@@ -7566,7 +7542,7 @@
|
|
|
7566
7542
|
{
|
|
7567
7543
|
"type": "reference",
|
|
7568
7544
|
"target": {
|
|
7569
|
-
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
7545
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
7570
7546
|
"qualifiedName": "RegExp"
|
|
7571
7547
|
},
|
|
7572
7548
|
"name": "RegExp",
|
|
@@ -7629,7 +7605,7 @@
|
|
|
7629
7605
|
"fileName": "projects/modals/src/testing/modal/modal-harness-filters.ts",
|
|
7630
7606
|
"line": 7,
|
|
7631
7607
|
"character": 17,
|
|
7632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7608
|
+
"url": "https://github.com/blackbaud/skyux/blob/98f5d42/libs/components/modals/testing/src/modal/modal-harness-filters.ts#L7"
|
|
7633
7609
|
}
|
|
7634
7610
|
],
|
|
7635
7611
|
"extendedTypes": [
|
|
@@ -8723,10 +8699,15 @@
|
|
|
8723
8699
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-controller/modal-context.ts",
|
|
8724
8700
|
"rawContents": "import { Injectable } from '@angular/core';\n\n@Injectable()\nexport class ModalContext {\n public data:\n | {\n value1: string;\n }\n | undefined;\n}\n"
|
|
8725
8701
|
},
|
|
8702
|
+
{
|
|
8703
|
+
"fileName": "help.service.ts",
|
|
8704
|
+
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-controller/help.service.ts",
|
|
8705
|
+
"rawContents": "import { Injectable } from '@angular/core';\nimport { SkyHelpOpenArgs, SkyHelpService } from '@skyux/core';\n\n/**\n * This is a mock implementation of the help service. In a production scenario,\n * the `SkyHelpService` would be provided at the application root.\n * @see: https://developer.blackbaud.com/skyux/learn/develop/global-help\n */\n@Injectable({ providedIn: 'root' })\nexport class MyHelpService extends SkyHelpService {\n public override openHelp(args: SkyHelpOpenArgs): void {\n console.error(`Open help panel to key: ${args.helpKey}`);\n }\n}\n"
|
|
8706
|
+
},
|
|
8726
8707
|
{
|
|
8727
8708
|
"fileName": "demo.component.ts",
|
|
8728
8709
|
"filePath": "/projects/modals/documentation/code-examples/modal/basic-with-controller/demo.component.ts",
|
|
8729
|
-
"rawContents": "import { Component, OnDestroy, inject } from '@angular/core';\nimport {\n SkyModalError,\n SkyModalInstance,\n SkyModalService,\n} from '@skyux/modals';\n\nimport { ModalContext } from './modal-context';\nimport { ModalComponent } from './modal.component';\n\n@Component({\n imports: [],\n selector: 'app-demo',\n standalone: true,\n template: `<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"openModal()\"\n >\n Open modal\n </button>`,\n})\nexport class DemoComponent implements OnDestroy {\n public hasErrors = false;\n\n protected errors: SkyModalError[] = [];\n\n readonly #instances: SkyModalInstance[] = [];\n readonly #modalSvc = inject(SkyModalService);\n\n public ngOnDestroy(): void {\n this.#instances.forEach((i) => i.close());\n }\n\n public openModal(): void {\n const instance = this.#modalSvc.open(ModalComponent, {\n providers: [\n {\n provide: ModalContext,\n useValue: { value1: 'Hello!' },\n },\n ],\n });\n\n instance.beforeClose.subscribe((handler) => {\n if (this.hasErrors && handler.closeArgs.reason !== 'cancel') {\n this.errors = [\n {\n message: 'Something bad happened.',\n },\n ];\n } else {\n handler.closeModal();\n }\n });\n\n this.#instances.push(instance);\n }\n}\n"
|
|
8710
|
+
"rawContents": "import { Component, OnDestroy, inject } from '@angular/core';\nimport { SkyHelpService } from '@skyux/core';\nimport {\n SkyModalError,\n SkyModalInstance,\n SkyModalService,\n} from '@skyux/modals';\n\nimport { MyHelpService } from './help.service';\nimport { ModalContext } from './modal-context';\nimport { ModalComponent } from './modal.component';\n\n@Component({\n imports: [],\n selector: 'app-demo',\n standalone: true,\n template: `<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"openModal()\"\n >\n Open modal\n </button>`,\n})\nexport class DemoComponent implements OnDestroy {\n public hasErrors = false;\n\n protected errors: SkyModalError[] = [];\n\n readonly #instances: SkyModalInstance[] = [];\n readonly #modalSvc = inject(SkyModalService);\n\n public ngOnDestroy(): void {\n this.#instances.forEach((i) => i.close());\n }\n\n public openModal(): void {\n const instance = this.#modalSvc.open(ModalComponent, {\n providers: [\n {\n provide: ModalContext,\n useValue: { value1: 'Hello!' },\n },\n // NOTE: The help service is normally provided at the application root, but\n // it is added here purely for demonstration purposes.\n // See: https://developer.blackbaud.com/skyux/learn/develop/global-help\n {\n provide: SkyHelpService,\n useExisting: MyHelpService,\n },\n ],\n });\n\n instance.beforeClose.subscribe((handler) => {\n if (this.hasErrors && handler.closeArgs.reason !== 'cancel') {\n this.errors = [\n {\n message: 'Something bad happened.',\n },\n ];\n } else {\n handler.closeModal();\n }\n });\n\n this.#instances.push(instance);\n }\n}\n"
|
|
8730
8711
|
},
|
|
8731
8712
|
{
|
|
8732
8713
|
"fileName": "demo.component.spec.ts",
|
|
@@ -8761,172 +8742,172 @@
|
|
|
8761
8742
|
],
|
|
8762
8743
|
"codeExampleDependencies": {
|
|
8763
8744
|
"/projects/modals/documentation/code-examples/modal/with-error": {
|
|
8764
|
-
"@angular-devkit/core": "
|
|
8765
|
-
"@angular-devkit/schematics": "
|
|
8766
|
-
"@angular/animations": "
|
|
8767
|
-
"@angular/cdk": "
|
|
8768
|
-
"@angular/cli": "
|
|
8769
|
-
"@angular/common": "
|
|
8770
|
-
"@angular/core": "
|
|
8771
|
-
"@angular/forms": "
|
|
8772
|
-
"@angular/platform-browser": "
|
|
8773
|
-
"@angular/router": "
|
|
8745
|
+
"@angular-devkit/core": "18.0.6",
|
|
8746
|
+
"@angular-devkit/schematics": "18.0.6",
|
|
8747
|
+
"@angular/animations": "18.0.5",
|
|
8748
|
+
"@angular/cdk": "18.0.5",
|
|
8749
|
+
"@angular/cli": "18.0.6",
|
|
8750
|
+
"@angular/common": "18.0.5",
|
|
8751
|
+
"@angular/core": "18.0.5",
|
|
8752
|
+
"@angular/forms": "18.0.5",
|
|
8753
|
+
"@angular/platform-browser": "18.0.5",
|
|
8754
|
+
"@angular/router": "18.0.5",
|
|
8774
8755
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8775
|
-
"@schematics/angular": "
|
|
8776
|
-
"@skyux-sdk/testing": "
|
|
8777
|
-
"@skyux/assets": "
|
|
8778
|
-
"@skyux/core": "
|
|
8779
|
-
"@skyux/forms": "
|
|
8780
|
-
"@skyux/help-inline": "
|
|
8781
|
-
"@skyux/i18n": "
|
|
8782
|
-
"@skyux/icon": "
|
|
8756
|
+
"@schematics/angular": "18.0.6",
|
|
8757
|
+
"@skyux-sdk/testing": "11.0.0-alpha.0",
|
|
8758
|
+
"@skyux/assets": "11.0.0-alpha.0",
|
|
8759
|
+
"@skyux/core": "11.0.0-alpha.0",
|
|
8760
|
+
"@skyux/forms": "11.0.0-alpha.0",
|
|
8761
|
+
"@skyux/help-inline": "11.0.0-alpha.0",
|
|
8762
|
+
"@skyux/i18n": "11.0.0-alpha.0",
|
|
8763
|
+
"@skyux/icon": "11.0.0-alpha.0",
|
|
8783
8764
|
"@skyux/icons": "7.3.0",
|
|
8784
|
-
"@skyux/indicators": "
|
|
8785
|
-
"@skyux/modals": "
|
|
8786
|
-
"@skyux/popovers": "
|
|
8787
|
-
"@skyux/theme": "
|
|
8788
|
-
"axe-core": "4.9.
|
|
8765
|
+
"@skyux/indicators": "11.0.0-alpha.0",
|
|
8766
|
+
"@skyux/modals": "11.0.0-alpha.0",
|
|
8767
|
+
"@skyux/popovers": "11.0.0-alpha.0",
|
|
8768
|
+
"@skyux/theme": "11.0.0-alpha.0",
|
|
8769
|
+
"axe-core": "4.9.1",
|
|
8789
8770
|
"cross-spawn": "7.0.3",
|
|
8790
8771
|
"fontfaceobserver": "2.3.0",
|
|
8791
8772
|
"glob": "10.3.10",
|
|
8792
8773
|
"jsonc-parser": "3.2.1",
|
|
8793
8774
|
"rxjs": "7.8.1",
|
|
8794
|
-
"tslib": "2.6.
|
|
8795
|
-
"zone.js": "0.14.
|
|
8775
|
+
"tslib": "2.6.3",
|
|
8776
|
+
"zone.js": "0.14.7"
|
|
8796
8777
|
},
|
|
8797
8778
|
"/projects/modals/documentation/code-examples/modal/basic-with-harness": {
|
|
8798
|
-
"@angular-devkit/core": "
|
|
8799
|
-
"@angular-devkit/schematics": "
|
|
8800
|
-
"@angular/animations": "
|
|
8801
|
-
"@angular/cdk": "
|
|
8802
|
-
"@angular/cli": "
|
|
8803
|
-
"@angular/common": "
|
|
8804
|
-
"@angular/core": "
|
|
8805
|
-
"@angular/forms": "
|
|
8806
|
-
"@angular/platform-browser": "
|
|
8807
|
-
"@angular/router": "
|
|
8779
|
+
"@angular-devkit/core": "18.0.6",
|
|
8780
|
+
"@angular-devkit/schematics": "18.0.6",
|
|
8781
|
+
"@angular/animations": "18.0.5",
|
|
8782
|
+
"@angular/cdk": "18.0.5",
|
|
8783
|
+
"@angular/cli": "18.0.6",
|
|
8784
|
+
"@angular/common": "18.0.5",
|
|
8785
|
+
"@angular/core": "18.0.5",
|
|
8786
|
+
"@angular/forms": "18.0.5",
|
|
8787
|
+
"@angular/platform-browser": "18.0.5",
|
|
8788
|
+
"@angular/router": "18.0.5",
|
|
8808
8789
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8809
|
-
"@schematics/angular": "
|
|
8810
|
-
"@skyux-sdk/testing": "
|
|
8811
|
-
"@skyux/assets": "
|
|
8812
|
-
"@skyux/core": "
|
|
8813
|
-
"@skyux/forms": "
|
|
8814
|
-
"@skyux/help-inline": "
|
|
8815
|
-
"@skyux/i18n": "
|
|
8816
|
-
"@skyux/icon": "
|
|
8790
|
+
"@schematics/angular": "18.0.6",
|
|
8791
|
+
"@skyux-sdk/testing": "11.0.0-alpha.0",
|
|
8792
|
+
"@skyux/assets": "11.0.0-alpha.0",
|
|
8793
|
+
"@skyux/core": "11.0.0-alpha.0",
|
|
8794
|
+
"@skyux/forms": "11.0.0-alpha.0",
|
|
8795
|
+
"@skyux/help-inline": "11.0.0-alpha.0",
|
|
8796
|
+
"@skyux/i18n": "11.0.0-alpha.0",
|
|
8797
|
+
"@skyux/icon": "11.0.0-alpha.0",
|
|
8817
8798
|
"@skyux/icons": "7.3.0",
|
|
8818
|
-
"@skyux/indicators": "
|
|
8819
|
-
"@skyux/modals": "
|
|
8820
|
-
"@skyux/popovers": "
|
|
8821
|
-
"@skyux/theme": "
|
|
8822
|
-
"axe-core": "4.9.
|
|
8799
|
+
"@skyux/indicators": "11.0.0-alpha.0",
|
|
8800
|
+
"@skyux/modals": "11.0.0-alpha.0",
|
|
8801
|
+
"@skyux/popovers": "11.0.0-alpha.0",
|
|
8802
|
+
"@skyux/theme": "11.0.0-alpha.0",
|
|
8803
|
+
"axe-core": "4.9.1",
|
|
8823
8804
|
"cross-spawn": "7.0.3",
|
|
8824
8805
|
"fontfaceobserver": "2.3.0",
|
|
8825
8806
|
"glob": "10.3.10",
|
|
8826
8807
|
"jsonc-parser": "3.2.1",
|
|
8827
8808
|
"rxjs": "7.8.1",
|
|
8828
|
-
"tslib": "2.6.
|
|
8829
|
-
"zone.js": "0.14.
|
|
8809
|
+
"tslib": "2.6.3",
|
|
8810
|
+
"zone.js": "0.14.7"
|
|
8830
8811
|
},
|
|
8831
8812
|
"/projects/modals/documentation/code-examples/modal/basic-with-controller": {
|
|
8832
|
-
"@angular-devkit/core": "
|
|
8833
|
-
"@angular-devkit/schematics": "
|
|
8834
|
-
"@angular/animations": "
|
|
8835
|
-
"@angular/cdk": "
|
|
8836
|
-
"@angular/cli": "
|
|
8837
|
-
"@angular/common": "
|
|
8838
|
-
"@angular/core": "
|
|
8839
|
-
"@angular/forms": "
|
|
8840
|
-
"@angular/platform-browser": "
|
|
8841
|
-
"@angular/router": "
|
|
8813
|
+
"@angular-devkit/core": "18.0.6",
|
|
8814
|
+
"@angular-devkit/schematics": "18.0.6",
|
|
8815
|
+
"@angular/animations": "18.0.5",
|
|
8816
|
+
"@angular/cdk": "18.0.5",
|
|
8817
|
+
"@angular/cli": "18.0.6",
|
|
8818
|
+
"@angular/common": "18.0.5",
|
|
8819
|
+
"@angular/core": "18.0.5",
|
|
8820
|
+
"@angular/forms": "18.0.5",
|
|
8821
|
+
"@angular/platform-browser": "18.0.5",
|
|
8822
|
+
"@angular/router": "18.0.5",
|
|
8842
8823
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8843
|
-
"@schematics/angular": "
|
|
8844
|
-
"@skyux-sdk/testing": "
|
|
8845
|
-
"@skyux/assets": "
|
|
8846
|
-
"@skyux/core": "
|
|
8847
|
-
"@skyux/forms": "
|
|
8848
|
-
"@skyux/help-inline": "
|
|
8849
|
-
"@skyux/i18n": "
|
|
8850
|
-
"@skyux/icon": "
|
|
8824
|
+
"@schematics/angular": "18.0.6",
|
|
8825
|
+
"@skyux-sdk/testing": "11.0.0-alpha.0",
|
|
8826
|
+
"@skyux/assets": "11.0.0-alpha.0",
|
|
8827
|
+
"@skyux/core": "11.0.0-alpha.0",
|
|
8828
|
+
"@skyux/forms": "11.0.0-alpha.0",
|
|
8829
|
+
"@skyux/help-inline": "11.0.0-alpha.0",
|
|
8830
|
+
"@skyux/i18n": "11.0.0-alpha.0",
|
|
8831
|
+
"@skyux/icon": "11.0.0-alpha.0",
|
|
8851
8832
|
"@skyux/icons": "7.3.0",
|
|
8852
|
-
"@skyux/indicators": "
|
|
8853
|
-
"@skyux/modals": "
|
|
8854
|
-
"@skyux/popovers": "
|
|
8855
|
-
"@skyux/theme": "
|
|
8856
|
-
"axe-core": "4.9.
|
|
8833
|
+
"@skyux/indicators": "11.0.0-alpha.0",
|
|
8834
|
+
"@skyux/modals": "11.0.0-alpha.0",
|
|
8835
|
+
"@skyux/popovers": "11.0.0-alpha.0",
|
|
8836
|
+
"@skyux/theme": "11.0.0-alpha.0",
|
|
8837
|
+
"axe-core": "4.9.1",
|
|
8857
8838
|
"cross-spawn": "7.0.3",
|
|
8858
8839
|
"fontfaceobserver": "2.3.0",
|
|
8859
8840
|
"glob": "10.3.10",
|
|
8860
8841
|
"jsonc-parser": "3.2.1",
|
|
8861
8842
|
"rxjs": "7.8.1",
|
|
8862
|
-
"tslib": "2.6.
|
|
8863
|
-
"zone.js": "0.14.
|
|
8843
|
+
"tslib": "2.6.3",
|
|
8844
|
+
"zone.js": "0.14.7"
|
|
8864
8845
|
},
|
|
8865
8846
|
"/projects/modals/documentation/code-examples/confirm/basic-with-harness": {
|
|
8866
|
-
"@angular-devkit/core": "
|
|
8867
|
-
"@angular-devkit/schematics": "
|
|
8868
|
-
"@angular/animations": "
|
|
8869
|
-
"@angular/cdk": "
|
|
8870
|
-
"@angular/cli": "
|
|
8871
|
-
"@angular/common": "
|
|
8872
|
-
"@angular/core": "
|
|
8873
|
-
"@angular/forms": "
|
|
8874
|
-
"@angular/platform-browser": "
|
|
8875
|
-
"@angular/router": "
|
|
8847
|
+
"@angular-devkit/core": "18.0.6",
|
|
8848
|
+
"@angular-devkit/schematics": "18.0.6",
|
|
8849
|
+
"@angular/animations": "18.0.5",
|
|
8850
|
+
"@angular/cdk": "18.0.5",
|
|
8851
|
+
"@angular/cli": "18.0.6",
|
|
8852
|
+
"@angular/common": "18.0.5",
|
|
8853
|
+
"@angular/core": "18.0.5",
|
|
8854
|
+
"@angular/forms": "18.0.5",
|
|
8855
|
+
"@angular/platform-browser": "18.0.5",
|
|
8856
|
+
"@angular/router": "18.0.5",
|
|
8876
8857
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8877
|
-
"@schematics/angular": "
|
|
8878
|
-
"@skyux-sdk/testing": "
|
|
8879
|
-
"@skyux/assets": "
|
|
8880
|
-
"@skyux/core": "
|
|
8881
|
-
"@skyux/help-inline": "
|
|
8882
|
-
"@skyux/i18n": "
|
|
8883
|
-
"@skyux/icon": "
|
|
8858
|
+
"@schematics/angular": "18.0.6",
|
|
8859
|
+
"@skyux-sdk/testing": "11.0.0-alpha.0",
|
|
8860
|
+
"@skyux/assets": "11.0.0-alpha.0",
|
|
8861
|
+
"@skyux/core": "11.0.0-alpha.0",
|
|
8862
|
+
"@skyux/help-inline": "11.0.0-alpha.0",
|
|
8863
|
+
"@skyux/i18n": "11.0.0-alpha.0",
|
|
8864
|
+
"@skyux/icon": "11.0.0-alpha.0",
|
|
8884
8865
|
"@skyux/icons": "7.3.0",
|
|
8885
|
-
"@skyux/indicators": "
|
|
8886
|
-
"@skyux/modals": "
|
|
8887
|
-
"@skyux/popovers": "
|
|
8888
|
-
"@skyux/theme": "
|
|
8889
|
-
"axe-core": "4.9.
|
|
8866
|
+
"@skyux/indicators": "11.0.0-alpha.0",
|
|
8867
|
+
"@skyux/modals": "11.0.0-alpha.0",
|
|
8868
|
+
"@skyux/popovers": "11.0.0-alpha.0",
|
|
8869
|
+
"@skyux/theme": "11.0.0-alpha.0",
|
|
8870
|
+
"axe-core": "4.9.1",
|
|
8890
8871
|
"cross-spawn": "7.0.3",
|
|
8891
8872
|
"fontfaceobserver": "2.3.0",
|
|
8892
8873
|
"glob": "10.3.10",
|
|
8893
8874
|
"jsonc-parser": "3.2.1",
|
|
8894
8875
|
"rxjs": "7.8.1",
|
|
8895
|
-
"tslib": "2.6.
|
|
8896
|
-
"zone.js": "0.14.
|
|
8876
|
+
"tslib": "2.6.3",
|
|
8877
|
+
"zone.js": "0.14.7"
|
|
8897
8878
|
},
|
|
8898
8879
|
"/projects/modals/documentation/code-examples/confirm/basic-with-controller": {
|
|
8899
|
-
"@angular-devkit/core": "
|
|
8900
|
-
"@angular-devkit/schematics": "
|
|
8901
|
-
"@angular/animations": "
|
|
8902
|
-
"@angular/cdk": "
|
|
8903
|
-
"@angular/cli": "
|
|
8904
|
-
"@angular/common": "
|
|
8905
|
-
"@angular/core": "
|
|
8906
|
-
"@angular/forms": "
|
|
8907
|
-
"@angular/platform-browser": "
|
|
8908
|
-
"@angular/router": "
|
|
8880
|
+
"@angular-devkit/core": "18.0.6",
|
|
8881
|
+
"@angular-devkit/schematics": "18.0.6",
|
|
8882
|
+
"@angular/animations": "18.0.5",
|
|
8883
|
+
"@angular/cdk": "18.0.5",
|
|
8884
|
+
"@angular/cli": "18.0.6",
|
|
8885
|
+
"@angular/common": "18.0.5",
|
|
8886
|
+
"@angular/core": "18.0.5",
|
|
8887
|
+
"@angular/forms": "18.0.5",
|
|
8888
|
+
"@angular/platform-browser": "18.0.5",
|
|
8889
|
+
"@angular/router": "18.0.5",
|
|
8909
8890
|
"@blackbaud/skyux-design-tokens": "0.0.28",
|
|
8910
|
-
"@schematics/angular": "
|
|
8911
|
-
"@skyux-sdk/testing": "
|
|
8912
|
-
"@skyux/assets": "
|
|
8913
|
-
"@skyux/core": "
|
|
8914
|
-
"@skyux/help-inline": "
|
|
8915
|
-
"@skyux/i18n": "
|
|
8916
|
-
"@skyux/icon": "
|
|
8891
|
+
"@schematics/angular": "18.0.6",
|
|
8892
|
+
"@skyux-sdk/testing": "11.0.0-alpha.0",
|
|
8893
|
+
"@skyux/assets": "11.0.0-alpha.0",
|
|
8894
|
+
"@skyux/core": "11.0.0-alpha.0",
|
|
8895
|
+
"@skyux/help-inline": "11.0.0-alpha.0",
|
|
8896
|
+
"@skyux/i18n": "11.0.0-alpha.0",
|
|
8897
|
+
"@skyux/icon": "11.0.0-alpha.0",
|
|
8917
8898
|
"@skyux/icons": "7.3.0",
|
|
8918
|
-
"@skyux/indicators": "
|
|
8919
|
-
"@skyux/modals": "
|
|
8920
|
-
"@skyux/popovers": "
|
|
8921
|
-
"@skyux/theme": "
|
|
8922
|
-
"axe-core": "4.9.
|
|
8899
|
+
"@skyux/indicators": "11.0.0-alpha.0",
|
|
8900
|
+
"@skyux/modals": "11.0.0-alpha.0",
|
|
8901
|
+
"@skyux/popovers": "11.0.0-alpha.0",
|
|
8902
|
+
"@skyux/theme": "11.0.0-alpha.0",
|
|
8903
|
+
"axe-core": "4.9.1",
|
|
8923
8904
|
"cross-spawn": "7.0.3",
|
|
8924
8905
|
"fontfaceobserver": "2.3.0",
|
|
8925
8906
|
"glob": "10.3.10",
|
|
8926
8907
|
"jsonc-parser": "3.2.1",
|
|
8927
8908
|
"rxjs": "7.8.1",
|
|
8928
|
-
"tslib": "2.6.
|
|
8929
|
-
"zone.js": "0.14.
|
|
8909
|
+
"tslib": "2.6.3",
|
|
8910
|
+
"zone.js": "0.14.7"
|
|
8930
8911
|
}
|
|
8931
8912
|
}
|
|
8932
8913
|
}
|