@skyux/modals 6.14.0 → 6.15.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 +340 -529
- package/esm2020/lib/modules/confirm/confirm-config-token.mjs +6 -0
- package/esm2020/lib/modules/confirm/confirm.component.mjs +103 -97
- package/esm2020/lib/modules/confirm/confirm.service.mjs +9 -5
- package/esm2020/lib/modules/modal/modal-adapter.service.mjs +20 -15
- package/esm2020/lib/modules/modal/modal-close-args.mjs +1 -1
- package/esm2020/lib/modules/modal/modal-component-adapter.service.mjs +17 -13
- package/esm2020/lib/modules/modal/modal-host.component.mjs +26 -13
- package/esm2020/lib/modules/modal/modal-host.service.mjs +21 -15
- package/esm2020/lib/modules/modal/modal-instance.mjs +31 -29
- package/esm2020/lib/modules/modal/modal-scroll-shadow.directive.mjs +71 -65
- package/esm2020/lib/modules/modal/modal.component.mjs +59 -74
- package/esm2020/lib/modules/modal/modal.service.mjs +51 -45
- package/esm2020/testing/modal-fixture.mjs +60 -84
- package/fesm2015/skyux-modals-testing.mjs +60 -83
- package/fesm2015/skyux-modals-testing.mjs.map +1 -1
- package/fesm2015/skyux-modals.mjs +389 -366
- package/fesm2015/skyux-modals.mjs.map +1 -1
- package/fesm2020/skyux-modals-testing.mjs +60 -83
- package/fesm2020/skyux-modals-testing.mjs.map +1 -1
- package/fesm2020/skyux-modals.mjs +388 -366
- package/fesm2020/skyux-modals.mjs.map +1 -1
- package/lib/modules/confirm/confirm-config-token.d.ts +6 -0
- package/lib/modules/confirm/confirm.component.d.ts +6 -12
- package/lib/modules/confirm/confirm.service.d.ts +1 -1
- package/lib/modules/modal/modal-adapter.service.d.ts +1 -5
- package/lib/modules/modal/modal-close-args.d.ts +1 -1
- package/lib/modules/modal/modal-component-adapter.service.d.ts +1 -2
- package/lib/modules/modal/modal-host.component.d.ts +1 -6
- package/lib/modules/modal/modal-host.service.d.ts +2 -2
- package/lib/modules/modal/modal-instance.d.ts +1 -5
- package/lib/modules/modal/modal-scroll-shadow.directive.d.ts +1 -13
- package/lib/modules/modal/modal.component.d.ts +12 -23
- package/lib/modules/modal/modal.service.d.ts +1 -3
- package/package.json +5 -6
- package/testing/modal-fixture.d.ts +6 -8
- package/esm2020/lib/modules/confirm/confirm-modal-context.mjs +0 -6
- package/esm2020/lib/modules/modal/modal-state-animation.mjs +0 -8
- package/lib/modules/confirm/confirm-modal-context.d.ts +0 -13
- package/lib/modules/modal/modal-state-animation.d.ts +0 -1
package/documentation.json
CHANGED
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"originalName": "",
|
|
29
29
|
"children": [
|
|
30
30
|
{
|
|
31
|
-
"id":
|
|
31
|
+
"id": 111,
|
|
32
32
|
"name": "SkyConfirmType",
|
|
33
33
|
"kind": 8,
|
|
34
34
|
"kindString": "Enumeration",
|
|
35
35
|
"flags": {},
|
|
36
36
|
"children": [
|
|
37
37
|
{
|
|
38
|
-
"id":
|
|
38
|
+
"id": 112,
|
|
39
39
|
"name": "Custom",
|
|
40
40
|
"kind": 16,
|
|
41
41
|
"kindString": "Enumeration member",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"defaultValue": "0"
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"id":
|
|
56
|
+
"id": 113,
|
|
57
57
|
"name": "OK",
|
|
58
58
|
"kind": 16,
|
|
59
59
|
"kindString": "Enumeration member",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"defaultValue": "1"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"id":
|
|
74
|
+
"id": 114,
|
|
75
75
|
"name": "YesCancel",
|
|
76
76
|
"kind": 16,
|
|
77
77
|
"kindString": "Enumeration member",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"defaultValue": "2"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
|
-
"id":
|
|
98
|
+
"id": 115,
|
|
99
99
|
"name": "YesNoCancel",
|
|
100
100
|
"kind": 16,
|
|
101
101
|
"kindString": "Enumeration member",
|
|
@@ -124,10 +124,10 @@
|
|
|
124
124
|
"title": "Enumeration members",
|
|
125
125
|
"kind": 16,
|
|
126
126
|
"children": [
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
127
|
+
112,
|
|
128
|
+
113,
|
|
129
|
+
114,
|
|
130
|
+
115
|
|
131
131
|
]
|
|
132
132
|
}
|
|
133
133
|
],
|
|
@@ -140,14 +140,14 @@
|
|
|
140
140
|
]
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
|
-
"id":
|
|
143
|
+
"id": 107,
|
|
144
144
|
"name": "SkyConfirmInstance",
|
|
145
145
|
"kind": 128,
|
|
146
146
|
"kindString": "Class",
|
|
147
147
|
"flags": {},
|
|
148
148
|
"children": [
|
|
149
149
|
{
|
|
150
|
-
"id":
|
|
150
|
+
"id": 110,
|
|
151
151
|
"name": "closed",
|
|
152
152
|
"kind": 1024,
|
|
153
153
|
"kindString": "Property",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"typeArguments": [
|
|
170
170
|
{
|
|
171
171
|
"type": "reference",
|
|
172
|
-
"id":
|
|
172
|
+
"id": 99,
|
|
173
173
|
"name": "SkyConfirmCloseEventArgs"
|
|
174
174
|
}
|
|
175
175
|
],
|
|
@@ -185,14 +185,14 @@
|
|
|
185
185
|
"title": "Constructors",
|
|
186
186
|
"kind": 512,
|
|
187
187
|
"children": [
|
|
188
|
-
|
|
188
|
+
108
|
|
189
189
|
]
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
"title": "Properties",
|
|
193
193
|
"kind": 1024,
|
|
194
194
|
"children": [
|
|
195
|
-
|
|
195
|
+
110
|
|
196
196
|
]
|
|
197
197
|
}
|
|
198
198
|
],
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
]
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
|
-
"id":
|
|
208
|
+
"id": 116,
|
|
209
209
|
"name": "SkyConfirmModule",
|
|
210
210
|
"kind": 128,
|
|
211
211
|
"kindString": "Class",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"title": "Constructors",
|
|
231
231
|
"kind": 512,
|
|
232
232
|
"children": [
|
|
233
|
-
|
|
233
|
+
117
|
|
234
234
|
]
|
|
235
235
|
}
|
|
236
236
|
],
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
]
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
|
-
"id":
|
|
246
|
+
"id": 119,
|
|
247
247
|
"name": "SkyConfirmService",
|
|
248
248
|
"kind": 128,
|
|
249
249
|
"kindString": "Class",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
],
|
|
268
268
|
"children": [
|
|
269
269
|
{
|
|
270
|
-
"id":
|
|
270
|
+
"id": 120,
|
|
271
271
|
"name": "constructor",
|
|
272
272
|
"kind": 512,
|
|
273
273
|
"kindString": "Constructor",
|
|
@@ -275,41 +275,41 @@
|
|
|
275
275
|
"sources": [
|
|
276
276
|
{
|
|
277
277
|
"fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
|
|
278
|
-
"line":
|
|
278
|
+
"line": 25,
|
|
279
279
|
"character": 2
|
|
280
280
|
}
|
|
281
281
|
],
|
|
282
282
|
"signatures": [
|
|
283
283
|
{
|
|
284
|
-
"id":
|
|
284
|
+
"id": 121,
|
|
285
285
|
"name": "new SkyConfirmService",
|
|
286
286
|
"kind": 16384,
|
|
287
287
|
"kindString": "Constructor signature",
|
|
288
288
|
"flags": {},
|
|
289
289
|
"parameters": [
|
|
290
290
|
{
|
|
291
|
-
"id":
|
|
291
|
+
"id": 122,
|
|
292
292
|
"name": "modalService",
|
|
293
293
|
"kind": 32768,
|
|
294
294
|
"kindString": "Parameter",
|
|
295
295
|
"flags": {},
|
|
296
296
|
"type": {
|
|
297
297
|
"type": "reference",
|
|
298
|
-
"id":
|
|
298
|
+
"id": 224,
|
|
299
299
|
"name": "SkyModalService"
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
],
|
|
303
303
|
"type": {
|
|
304
304
|
"type": "reference",
|
|
305
|
-
"id":
|
|
305
|
+
"id": 119,
|
|
306
306
|
"name": "SkyConfirmService"
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
]
|
|
310
310
|
},
|
|
311
311
|
{
|
|
312
|
-
"id":
|
|
312
|
+
"id": 124,
|
|
313
313
|
"name": "open",
|
|
314
314
|
"kind": 2048,
|
|
315
315
|
"kindString": "Method",
|
|
@@ -319,13 +319,13 @@
|
|
|
319
319
|
"sources": [
|
|
320
320
|
{
|
|
321
321
|
"fileName": "projects/modals/src/modules/confirm/confirm.service.ts",
|
|
322
|
-
"line":
|
|
322
|
+
"line": 33,
|
|
323
323
|
"character": 9
|
|
324
324
|
}
|
|
325
325
|
],
|
|
326
326
|
"signatures": [
|
|
327
327
|
{
|
|
328
|
-
"id":
|
|
328
|
+
"id": 125,
|
|
329
329
|
"name": "open",
|
|
330
330
|
"kind": 4096,
|
|
331
331
|
"kindString": "Call signature",
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
},
|
|
336
336
|
"parameters": [
|
|
337
337
|
{
|
|
338
|
-
"id":
|
|
338
|
+
"id": 126,
|
|
339
339
|
"name": "config",
|
|
340
340
|
"kind": 32768,
|
|
341
341
|
"kindString": "Parameter",
|
|
@@ -345,14 +345,14 @@
|
|
|
345
345
|
},
|
|
346
346
|
"type": {
|
|
347
347
|
"type": "reference",
|
|
348
|
-
"id":
|
|
348
|
+
"id": 101,
|
|
349
349
|
"name": "SkyConfirmConfig"
|
|
350
350
|
}
|
|
351
351
|
}
|
|
352
352
|
],
|
|
353
353
|
"type": {
|
|
354
354
|
"type": "reference",
|
|
355
|
-
"id":
|
|
355
|
+
"id": 107,
|
|
356
356
|
"name": "SkyConfirmInstance"
|
|
357
357
|
}
|
|
358
358
|
}
|
|
@@ -364,14 +364,14 @@
|
|
|
364
364
|
"title": "Constructors",
|
|
365
365
|
"kind": 512,
|
|
366
366
|
"children": [
|
|
367
|
-
|
|
367
|
+
120
|
|
368
368
|
]
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"title": "Methods",
|
|
372
372
|
"kind": 2048,
|
|
373
373
|
"children": [
|
|
374
|
-
|
|
374
|
+
124
|
|
375
375
|
]
|
|
376
376
|
}
|
|
377
377
|
],
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
]
|
|
385
385
|
},
|
|
386
386
|
{
|
|
387
|
-
"id":
|
|
387
|
+
"id": 127,
|
|
388
388
|
"name": "SkyModalBeforeCloseHandler",
|
|
389
389
|
"kind": 128,
|
|
390
390
|
"kindString": "Class",
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
},
|
|
395
395
|
"children": [
|
|
396
396
|
{
|
|
397
|
-
"id":
|
|
397
|
+
"id": 128,
|
|
398
398
|
"name": "constructor",
|
|
399
399
|
"kind": 512,
|
|
400
400
|
"kindString": "Constructor",
|
|
@@ -408,14 +408,14 @@
|
|
|
408
408
|
],
|
|
409
409
|
"signatures": [
|
|
410
410
|
{
|
|
411
|
-
"id":
|
|
411
|
+
"id": 129,
|
|
412
412
|
"name": "new SkyModalBeforeCloseHandler",
|
|
413
413
|
"kind": 16384,
|
|
414
414
|
"kindString": "Constructor signature",
|
|
415
415
|
"flags": {},
|
|
416
416
|
"parameters": [
|
|
417
417
|
{
|
|
418
|
-
"id":
|
|
418
|
+
"id": 130,
|
|
419
419
|
"name": "closeModal",
|
|
420
420
|
"kind": 32768,
|
|
421
421
|
"kindString": "Parameter",
|
|
@@ -428,21 +428,21 @@
|
|
|
428
428
|
}
|
|
429
429
|
},
|
|
430
430
|
{
|
|
431
|
-
"id":
|
|
431
|
+
"id": 131,
|
|
432
432
|
"name": "closeArgs",
|
|
433
433
|
"kind": 32768,
|
|
434
434
|
"kindString": "Parameter",
|
|
435
435
|
"flags": {},
|
|
436
436
|
"type": {
|
|
437
437
|
"type": "reference",
|
|
438
|
-
"id":
|
|
438
|
+
"id": 134,
|
|
439
439
|
"name": "SkyModalCloseArgs"
|
|
440
440
|
}
|
|
441
441
|
}
|
|
442
442
|
],
|
|
443
443
|
"type": {
|
|
444
444
|
"type": "reference",
|
|
445
|
-
"id":
|
|
445
|
+
"id": 127,
|
|
446
446
|
"name": "SkyModalBeforeCloseHandler"
|
|
447
447
|
}
|
|
448
448
|
}
|
|
@@ -454,15 +454,15 @@
|
|
|
454
454
|
"title": "Constructors",
|
|
455
455
|
"kind": 512,
|
|
456
456
|
"children": [
|
|
457
|
-
|
|
457
|
+
128
|
|
458
458
|
]
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
"title": "Properties",
|
|
462
462
|
"kind": 1024,
|
|
463
463
|
"children": [
|
|
464
|
-
|
|
465
|
-
|
|
464
|
+
133,
|
|
465
|
+
132
|
|
466
466
|
]
|
|
467
467
|
}
|
|
468
468
|
],
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
]
|
|
476
476
|
},
|
|
477
477
|
{
|
|
478
|
-
"id":
|
|
478
|
+
"id": 134,
|
|
479
479
|
"name": "SkyModalCloseArgs",
|
|
480
480
|
"kind": 128,
|
|
481
481
|
"kindString": "Class",
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
},
|
|
486
486
|
"children": [
|
|
487
487
|
{
|
|
488
|
-
"id":
|
|
488
|
+
"id": 138,
|
|
489
489
|
"name": "data",
|
|
490
490
|
"kind": 1024,
|
|
491
491
|
"kindString": "Property",
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
}
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
|
-
"id":
|
|
511
|
+
"id": 137,
|
|
512
512
|
"name": "reason",
|
|
513
513
|
"kind": 1024,
|
|
514
514
|
"kindString": "Property",
|
|
@@ -536,15 +536,15 @@
|
|
|
536
536
|
"title": "Constructors",
|
|
537
537
|
"kind": 512,
|
|
538
538
|
"children": [
|
|
539
|
-
|
|
539
|
+
135
|
|
540
540
|
]
|
|
541
541
|
},
|
|
542
542
|
{
|
|
543
543
|
"title": "Properties",
|
|
544
544
|
"kind": 1024,
|
|
545
545
|
"children": [
|
|
546
|
-
|
|
547
|
-
|
|
546
|
+
138,
|
|
547
|
+
137
|
|
548
548
|
]
|
|
549
549
|
}
|
|
550
550
|
],
|
|
@@ -557,14 +557,14 @@
|
|
|
557
557
|
]
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
|
-
"id":
|
|
560
|
+
"id": 176,
|
|
561
561
|
"name": "SkyModalInstance",
|
|
562
562
|
"kind": 128,
|
|
563
563
|
"kindString": "Class",
|
|
564
564
|
"flags": {},
|
|
565
565
|
"children": [
|
|
566
566
|
{
|
|
567
|
-
"id":
|
|
567
|
+
"id": 185,
|
|
568
568
|
"name": "componentInstance",
|
|
569
569
|
"kind": 1024,
|
|
570
570
|
"kindString": "Property",
|
|
@@ -587,7 +587,7 @@
|
|
|
587
587
|
}
|
|
588
588
|
},
|
|
589
589
|
{
|
|
590
|
-
"id":
|
|
590
|
+
"id": 179,
|
|
591
591
|
"name": "beforeClose",
|
|
592
592
|
"kind": 262144,
|
|
593
593
|
"kindString": "Accessor",
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
],
|
|
604
604
|
"getSignature": [
|
|
605
605
|
{
|
|
606
|
-
"id":
|
|
606
|
+
"id": 180,
|
|
607
607
|
"name": "beforeClose",
|
|
608
608
|
"kind": 524288,
|
|
609
609
|
"kindString": "Get signature",
|
|
@@ -616,7 +616,7 @@
|
|
|
616
616
|
"typeArguments": [
|
|
617
617
|
{
|
|
618
618
|
"type": "reference",
|
|
619
|
-
"id":
|
|
619
|
+
"id": 127,
|
|
620
620
|
"name": "SkyModalBeforeCloseHandler"
|
|
621
621
|
}
|
|
622
622
|
],
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
]
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
|
-
"id":
|
|
631
|
+
"id": 181,
|
|
632
632
|
"name": "closed",
|
|
633
633
|
"kind": 262144,
|
|
634
634
|
"kindString": "Accessor",
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
],
|
|
645
645
|
"getSignature": [
|
|
646
646
|
{
|
|
647
|
-
"id":
|
|
647
|
+
"id": 182,
|
|
648
648
|
"name": "closed",
|
|
649
649
|
"kind": 524288,
|
|
650
650
|
"kindString": "Get signature",
|
|
@@ -657,7 +657,7 @@
|
|
|
657
657
|
"typeArguments": [
|
|
658
658
|
{
|
|
659
659
|
"type": "reference",
|
|
660
|
-
"id":
|
|
660
|
+
"id": 134,
|
|
661
661
|
"name": "SkyModalCloseArgs"
|
|
662
662
|
}
|
|
663
663
|
],
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
]
|
|
670
670
|
},
|
|
671
671
|
{
|
|
672
|
-
"id":
|
|
672
|
+
"id": 183,
|
|
673
673
|
"name": "helpOpened",
|
|
674
674
|
"kind": 262144,
|
|
675
675
|
"kindString": "Accessor",
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
],
|
|
686
686
|
"getSignature": [
|
|
687
687
|
{
|
|
688
|
-
"id":
|
|
688
|
+
"id": 184,
|
|
689
689
|
"name": "helpOpened",
|
|
690
690
|
"kind": 524288,
|
|
691
691
|
"kindString": "Get signature",
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
]
|
|
710
710
|
},
|
|
711
711
|
{
|
|
712
|
-
"id":
|
|
712
|
+
"id": 194,
|
|
713
713
|
"name": "cancel",
|
|
714
714
|
"kind": 2048,
|
|
715
715
|
"kindString": "Method",
|
|
@@ -725,7 +725,7 @@
|
|
|
725
725
|
],
|
|
726
726
|
"signatures": [
|
|
727
727
|
{
|
|
728
|
-
"id":
|
|
728
|
+
"id": 195,
|
|
729
729
|
"name": "cancel",
|
|
730
730
|
"kind": 4096,
|
|
731
731
|
"kindString": "Call signature",
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
},
|
|
736
736
|
"parameters": [
|
|
737
737
|
{
|
|
738
|
-
"id":
|
|
738
|
+
"id": 196,
|
|
739
739
|
"name": "result",
|
|
740
740
|
"kind": 32768,
|
|
741
741
|
"kindString": "Parameter",
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
]
|
|
760
760
|
},
|
|
761
761
|
{
|
|
762
|
-
"id":
|
|
762
|
+
"id": 189,
|
|
763
763
|
"name": "close",
|
|
764
764
|
"kind": 2048,
|
|
765
765
|
"kindString": "Method",
|
|
@@ -775,7 +775,7 @@
|
|
|
775
775
|
],
|
|
776
776
|
"signatures": [
|
|
777
777
|
{
|
|
778
|
-
"id":
|
|
778
|
+
"id": 190,
|
|
779
779
|
"name": "close",
|
|
780
780
|
"kind": 4096,
|
|
781
781
|
"kindString": "Call signature",
|
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
},
|
|
786
786
|
"parameters": [
|
|
787
787
|
{
|
|
788
|
-
"id":
|
|
788
|
+
"id": 191,
|
|
789
789
|
"name": "result",
|
|
790
790
|
"kind": 32768,
|
|
791
791
|
"kindString": "Parameter",
|
|
@@ -801,7 +801,7 @@
|
|
|
801
801
|
}
|
|
802
802
|
},
|
|
803
803
|
{
|
|
804
|
-
"id":
|
|
804
|
+
"id": 192,
|
|
805
805
|
"name": "reason",
|
|
806
806
|
"kind": 32768,
|
|
807
807
|
"kindString": "Parameter",
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
}
|
|
818
818
|
},
|
|
819
819
|
{
|
|
820
|
-
"id":
|
|
820
|
+
"id": 193,
|
|
821
821
|
"name": "ignoreBeforeClose",
|
|
822
822
|
"kind": 32768,
|
|
823
823
|
"kindString": "Parameter",
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
]
|
|
842
842
|
},
|
|
843
843
|
{
|
|
844
|
-
"id":
|
|
844
|
+
"id": 200,
|
|
845
845
|
"name": "openHelp",
|
|
846
846
|
"kind": 2048,
|
|
847
847
|
"kindString": "Method",
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
],
|
|
858
858
|
"signatures": [
|
|
859
859
|
{
|
|
860
|
-
"id":
|
|
860
|
+
"id": 201,
|
|
861
861
|
"name": "openHelp",
|
|
862
862
|
"kind": 4096,
|
|
863
863
|
"kindString": "Call signature",
|
|
@@ -867,7 +867,7 @@
|
|
|
867
867
|
},
|
|
868
868
|
"parameters": [
|
|
869
869
|
{
|
|
870
|
-
"id":
|
|
870
|
+
"id": 202,
|
|
871
871
|
"name": "helpKey",
|
|
872
872
|
"kind": 32768,
|
|
873
873
|
"kindString": "Parameter",
|
|
@@ -891,7 +891,7 @@
|
|
|
891
891
|
]
|
|
892
892
|
},
|
|
893
893
|
{
|
|
894
|
-
"id":
|
|
894
|
+
"id": 197,
|
|
895
895
|
"name": "save",
|
|
896
896
|
"kind": 2048,
|
|
897
897
|
"kindString": "Method",
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
],
|
|
908
908
|
"signatures": [
|
|
909
909
|
{
|
|
910
|
-
"id":
|
|
910
|
+
"id": 198,
|
|
911
911
|
"name": "save",
|
|
912
912
|
"kind": 4096,
|
|
913
913
|
"kindString": "Call signature",
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
},
|
|
918
918
|
"parameters": [
|
|
919
919
|
{
|
|
920
|
-
"id":
|
|
920
|
+
"id": 199,
|
|
921
921
|
"name": "result",
|
|
922
922
|
"kind": 32768,
|
|
923
923
|
"kindString": "Parameter",
|
|
@@ -946,33 +946,33 @@
|
|
|
946
946
|
"title": "Constructors",
|
|
947
947
|
"kind": 512,
|
|
948
948
|
"children": [
|
|
949
|
-
|
|
949
|
+
177
|
|
950
950
|
]
|
|
951
951
|
},
|
|
952
952
|
{
|
|
953
953
|
"title": "Properties",
|
|
954
954
|
"kind": 1024,
|
|
955
955
|
"children": [
|
|
956
|
-
|
|
956
|
+
185
|
|
957
957
|
]
|
|
958
958
|
},
|
|
959
959
|
{
|
|
960
960
|
"title": "Accessors",
|
|
961
961
|
"kind": 262144,
|
|
962
962
|
"children": [
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
963
|
+
179,
|
|
964
|
+
181,
|
|
965
|
+
183
|
|
966
966
|
]
|
|
967
967
|
},
|
|
968
968
|
{
|
|
969
969
|
"title": "Methods",
|
|
970
970
|
"kind": 2048,
|
|
971
971
|
"children": [
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
972
|
+
194,
|
|
973
|
+
189,
|
|
974
|
+
200,
|
|
975
|
+
197
|
|
976
976
|
]
|
|
977
977
|
}
|
|
978
978
|
],
|
|
@@ -985,7 +985,7 @@
|
|
|
985
985
|
]
|
|
986
986
|
},
|
|
987
987
|
{
|
|
988
|
-
"id":
|
|
988
|
+
"id": 221,
|
|
989
989
|
"name": "SkyModalModule",
|
|
990
990
|
"kind": 128,
|
|
991
991
|
"kindString": "Class",
|
|
@@ -1010,7 +1010,7 @@
|
|
|
1010
1010
|
"title": "Constructors",
|
|
1011
1011
|
"kind": 512,
|
|
1012
1012
|
"children": [
|
|
1013
|
-
|
|
1013
|
+
222
|
|
1014
1014
|
]
|
|
1015
1015
|
}
|
|
1016
1016
|
],
|
|
@@ -1023,7 +1023,7 @@
|
|
|
1023
1023
|
]
|
|
1024
1024
|
},
|
|
1025
1025
|
{
|
|
1026
|
-
"id":
|
|
1026
|
+
"id": 224,
|
|
1027
1027
|
"name": "SkyModalService",
|
|
1028
1028
|
"kind": 128,
|
|
1029
1029
|
"kindString": "Class",
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
],
|
|
1054
1054
|
"children": [
|
|
1055
1055
|
{
|
|
1056
|
-
"id":
|
|
1056
|
+
"id": 226,
|
|
1057
1057
|
"name": "constructor",
|
|
1058
1058
|
"kind": 512,
|
|
1059
1059
|
"kindString": "Constructor",
|
|
@@ -1061,20 +1061,20 @@
|
|
|
1061
1061
|
"sources": [
|
|
1062
1062
|
{
|
|
1063
1063
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1064
|
-
"line":
|
|
1064
|
+
"line": 26,
|
|
1065
1065
|
"character": 2
|
|
1066
1066
|
}
|
|
1067
1067
|
],
|
|
1068
1068
|
"signatures": [
|
|
1069
1069
|
{
|
|
1070
|
-
"id":
|
|
1070
|
+
"id": 227,
|
|
1071
1071
|
"name": "new SkyModalService",
|
|
1072
1072
|
"kind": 16384,
|
|
1073
1073
|
"kindString": "Constructor signature",
|
|
1074
1074
|
"flags": {},
|
|
1075
1075
|
"parameters": [
|
|
1076
1076
|
{
|
|
1077
|
-
"id":
|
|
1077
|
+
"id": 228,
|
|
1078
1078
|
"name": "dynamicComponentService",
|
|
1079
1079
|
"kind": 32768,
|
|
1080
1080
|
"kindString": "Parameter",
|
|
@@ -1089,14 +1089,14 @@
|
|
|
1089
1089
|
],
|
|
1090
1090
|
"type": {
|
|
1091
1091
|
"type": "reference",
|
|
1092
|
-
"id":
|
|
1092
|
+
"id": 224,
|
|
1093
1093
|
"name": "SkyModalService"
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
1096
1096
|
]
|
|
1097
1097
|
},
|
|
1098
1098
|
{
|
|
1099
|
-
"id":
|
|
1099
|
+
"id": 232,
|
|
1100
1100
|
"name": "open",
|
|
1101
1101
|
"kind": 2048,
|
|
1102
1102
|
"kindString": "Method",
|
|
@@ -1106,13 +1106,13 @@
|
|
|
1106
1106
|
"sources": [
|
|
1107
1107
|
{
|
|
1108
1108
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1109
|
-
"line":
|
|
1109
|
+
"line": 46,
|
|
1110
1110
|
"character": 9
|
|
1111
1111
|
}
|
|
1112
1112
|
],
|
|
1113
1113
|
"signatures": [
|
|
1114
1114
|
{
|
|
1115
|
-
"id":
|
|
1115
|
+
"id": 233,
|
|
1116
1116
|
"name": "open",
|
|
1117
1117
|
"kind": 4096,
|
|
1118
1118
|
"kindString": "Call signature",
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
},
|
|
1123
1123
|
"parameters": [
|
|
1124
1124
|
{
|
|
1125
|
-
"id":
|
|
1125
|
+
"id": 234,
|
|
1126
1126
|
"name": "component",
|
|
1127
1127
|
"kind": 32768,
|
|
1128
1128
|
"kindString": "Parameter",
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
}
|
|
1137
1137
|
},
|
|
1138
1138
|
{
|
|
1139
|
-
"id":
|
|
1139
|
+
"id": 235,
|
|
1140
1140
|
"name": "config",
|
|
1141
1141
|
"kind": 32768,
|
|
1142
1142
|
"kindString": "Parameter",
|
|
@@ -1158,7 +1158,7 @@
|
|
|
1158
1158
|
},
|
|
1159
1159
|
{
|
|
1160
1160
|
"type": "reference",
|
|
1161
|
-
"id":
|
|
1161
|
+
"id": 211,
|
|
1162
1162
|
"name": "SkyModalConfigurationInterface"
|
|
1163
1163
|
}
|
|
1164
1164
|
]
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
],
|
|
1168
1168
|
"type": {
|
|
1169
1169
|
"type": "reference",
|
|
1170
|
-
"id":
|
|
1170
|
+
"id": 176,
|
|
1171
1171
|
"name": "SkyModalInstance"
|
|
1172
1172
|
}
|
|
1173
1173
|
}
|
|
@@ -1179,14 +1179,14 @@
|
|
|
1179
1179
|
"title": "Constructors",
|
|
1180
1180
|
"kind": 512,
|
|
1181
1181
|
"children": [
|
|
1182
|
-
|
|
1182
|
+
226
|
|
1183
1183
|
]
|
|
1184
1184
|
},
|
|
1185
1185
|
{
|
|
1186
1186
|
"title": "Methods",
|
|
1187
1187
|
"kind": 2048,
|
|
1188
1188
|
"children": [
|
|
1189
|
-
|
|
1189
|
+
232
|
|
1190
1190
|
]
|
|
1191
1191
|
}
|
|
1192
1192
|
],
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
"sources": [
|
|
1229
1229
|
{
|
|
1230
1230
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1231
|
-
"line":
|
|
1231
|
+
"line": 30,
|
|
1232
1232
|
"character": 2
|
|
1233
1233
|
}
|
|
1234
1234
|
],
|
|
@@ -1246,9 +1246,24 @@
|
|
|
1246
1246
|
"kind": 32768,
|
|
1247
1247
|
"kindString": "Parameter",
|
|
1248
1248
|
"flags": {},
|
|
1249
|
+
"decorators": [
|
|
1250
|
+
{
|
|
1251
|
+
"name": "Inject",
|
|
1252
|
+
"type": {
|
|
1253
|
+
"type": "reference",
|
|
1254
|
+
"qualifiedName": "InjectDecorator",
|
|
1255
|
+
"package": "@angular/core",
|
|
1256
|
+
"name": "Inject"
|
|
1257
|
+
},
|
|
1258
|
+
"arguments": {
|
|
1259
|
+
"token": "SKY_CONFIRM_CONFIG"
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
],
|
|
1249
1263
|
"type": {
|
|
1250
1264
|
"type": "reference",
|
|
1251
|
-
"
|
|
1265
|
+
"id": 101,
|
|
1266
|
+
"name": "SkyConfirmConfig"
|
|
1252
1267
|
}
|
|
1253
1268
|
},
|
|
1254
1269
|
{
|
|
@@ -1259,7 +1274,7 @@
|
|
|
1259
1274
|
"flags": {},
|
|
1260
1275
|
"type": {
|
|
1261
1276
|
"type": "reference",
|
|
1262
|
-
"id":
|
|
1277
|
+
"id": 176,
|
|
1263
1278
|
"name": "SkyModalInstance"
|
|
1264
1279
|
}
|
|
1265
1280
|
},
|
|
@@ -1306,7 +1321,7 @@
|
|
|
1306
1321
|
"sources": [
|
|
1307
1322
|
{
|
|
1308
1323
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1309
|
-
"line":
|
|
1324
|
+
"line": 23,
|
|
1310
1325
|
"character": 9
|
|
1311
1326
|
}
|
|
1312
1327
|
],
|
|
@@ -1326,7 +1341,7 @@
|
|
|
1326
1341
|
"sources": [
|
|
1327
1342
|
{
|
|
1328
1343
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1329
|
-
"line":
|
|
1344
|
+
"line": 21,
|
|
1330
1345
|
"character": 9
|
|
1331
1346
|
}
|
|
1332
1347
|
],
|
|
@@ -1349,7 +1364,7 @@
|
|
|
1349
1364
|
"sources": [
|
|
1350
1365
|
{
|
|
1351
1366
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1352
|
-
"line":
|
|
1367
|
+
"line": 22,
|
|
1353
1368
|
"character": 9
|
|
1354
1369
|
}
|
|
1355
1370
|
],
|
|
@@ -1369,7 +1384,7 @@
|
|
|
1369
1384
|
"sources": [
|
|
1370
1385
|
{
|
|
1371
1386
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1372
|
-
"line":
|
|
1387
|
+
"line": 24,
|
|
1373
1388
|
"character": 9
|
|
1374
1389
|
}
|
|
1375
1390
|
],
|
|
@@ -1380,7 +1395,7 @@
|
|
|
1380
1395
|
"defaultValue": "false"
|
|
1381
1396
|
},
|
|
1382
1397
|
{
|
|
1383
|
-
"id":
|
|
1398
|
+
"id": 14,
|
|
1384
1399
|
"name": "close",
|
|
1385
1400
|
"kind": 2048,
|
|
1386
1401
|
"kindString": "Method",
|
|
@@ -1390,20 +1405,20 @@
|
|
|
1390
1405
|
"sources": [
|
|
1391
1406
|
{
|
|
1392
1407
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1393
|
-
"line":
|
|
1408
|
+
"line": 57,
|
|
1394
1409
|
"character": 9
|
|
1395
1410
|
}
|
|
1396
1411
|
],
|
|
1397
1412
|
"signatures": [
|
|
1398
1413
|
{
|
|
1399
|
-
"id":
|
|
1414
|
+
"id": 15,
|
|
1400
1415
|
"name": "close",
|
|
1401
1416
|
"kind": 4096,
|
|
1402
1417
|
"kindString": "Call signature",
|
|
1403
1418
|
"flags": {},
|
|
1404
1419
|
"parameters": [
|
|
1405
1420
|
{
|
|
1406
|
-
"id":
|
|
1421
|
+
"id": 16,
|
|
1407
1422
|
"name": "button",
|
|
1408
1423
|
"kind": 32768,
|
|
1409
1424
|
"kindString": "Parameter",
|
|
@@ -1420,43 +1435,6 @@
|
|
|
1420
1435
|
}
|
|
1421
1436
|
}
|
|
1422
1437
|
]
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
"id": 11,
|
|
1426
|
-
"name": "ngOnInit",
|
|
1427
|
-
"kind": 2048,
|
|
1428
|
-
"kindString": "Method",
|
|
1429
|
-
"flags": {
|
|
1430
|
-
"isPublic": true
|
|
1431
|
-
},
|
|
1432
|
-
"sources": [
|
|
1433
|
-
{
|
|
1434
|
-
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1435
|
-
"line": 31,
|
|
1436
|
-
"character": 9
|
|
1437
|
-
}
|
|
1438
|
-
],
|
|
1439
|
-
"signatures": [
|
|
1440
|
-
{
|
|
1441
|
-
"id": 12,
|
|
1442
|
-
"name": "ngOnInit",
|
|
1443
|
-
"kind": 4096,
|
|
1444
|
-
"kindString": "Call signature",
|
|
1445
|
-
"flags": {},
|
|
1446
|
-
"type": {
|
|
1447
|
-
"type": "intrinsic",
|
|
1448
|
-
"name": "void"
|
|
1449
|
-
},
|
|
1450
|
-
"implementationOf": {
|
|
1451
|
-
"type": "reference",
|
|
1452
|
-
"name": "OnInit.ngOnInit"
|
|
1453
|
-
}
|
|
1454
|
-
}
|
|
1455
|
-
],
|
|
1456
|
-
"implementationOf": {
|
|
1457
|
-
"type": "reference",
|
|
1458
|
-
"name": "OnInit.ngOnInit"
|
|
1459
|
-
}
|
|
1460
1438
|
}
|
|
1461
1439
|
],
|
|
1462
1440
|
"groups": [
|
|
@@ -1481,29 +1459,20 @@
|
|
|
1481
1459
|
"title": "Methods",
|
|
1482
1460
|
"kind": 2048,
|
|
1483
1461
|
"children": [
|
|
1484
|
-
|
|
1485
|
-
11
|
|
1462
|
+
14
|
|
1486
1463
|
]
|
|
1487
1464
|
}
|
|
1488
1465
|
],
|
|
1489
1466
|
"sources": [
|
|
1490
1467
|
{
|
|
1491
1468
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1492
|
-
"line":
|
|
1469
|
+
"line": 20,
|
|
1493
1470
|
"character": 13
|
|
1494
1471
|
}
|
|
1495
|
-
],
|
|
1496
|
-
"implementedTypes": [
|
|
1497
|
-
{
|
|
1498
|
-
"type": "reference",
|
|
1499
|
-
"qualifiedName": "OnInit",
|
|
1500
|
-
"package": "@angular/core",
|
|
1501
|
-
"name": "OnInit"
|
|
1502
|
-
}
|
|
1503
1472
|
]
|
|
1504
1473
|
},
|
|
1505
1474
|
{
|
|
1506
|
-
"id":
|
|
1475
|
+
"id": 22,
|
|
1507
1476
|
"name": "SkyModalContentComponent",
|
|
1508
1477
|
"kind": 128,
|
|
1509
1478
|
"kindString": "Class",
|
|
@@ -1531,7 +1500,7 @@
|
|
|
1531
1500
|
"title": "Constructors",
|
|
1532
1501
|
"kind": 512,
|
|
1533
1502
|
"children": [
|
|
1534
|
-
|
|
1503
|
+
23
|
|
1535
1504
|
]
|
|
1536
1505
|
}
|
|
1537
1506
|
],
|
|
@@ -1544,7 +1513,7 @@
|
|
|
1544
1513
|
]
|
|
1545
1514
|
},
|
|
1546
1515
|
{
|
|
1547
|
-
"id":
|
|
1516
|
+
"id": 25,
|
|
1548
1517
|
"name": "SkyModalFooterComponent",
|
|
1549
1518
|
"kind": 128,
|
|
1550
1519
|
"kindString": "Class",
|
|
@@ -1572,7 +1541,7 @@
|
|
|
1572
1541
|
"title": "Constructors",
|
|
1573
1542
|
"kind": 512,
|
|
1574
1543
|
"children": [
|
|
1575
|
-
|
|
1544
|
+
26
|
|
1576
1545
|
]
|
|
1577
1546
|
}
|
|
1578
1547
|
],
|
|
@@ -1585,7 +1554,7 @@
|
|
|
1585
1554
|
]
|
|
1586
1555
|
},
|
|
1587
1556
|
{
|
|
1588
|
-
"id":
|
|
1557
|
+
"id": 28,
|
|
1589
1558
|
"name": "SkyModalHeaderComponent",
|
|
1590
1559
|
"kind": 128,
|
|
1591
1560
|
"kindString": "Class",
|
|
@@ -1613,7 +1582,7 @@
|
|
|
1613
1582
|
"title": "Constructors",
|
|
1614
1583
|
"kind": 512,
|
|
1615
1584
|
"children": [
|
|
1616
|
-
|
|
1585
|
+
29
|
|
1617
1586
|
]
|
|
1618
1587
|
}
|
|
1619
1588
|
],
|
|
@@ -1626,7 +1595,7 @@
|
|
|
1626
1595
|
]
|
|
1627
1596
|
},
|
|
1628
1597
|
{
|
|
1629
|
-
"id":
|
|
1598
|
+
"id": 31,
|
|
1630
1599
|
"name": "SkyModalComponent",
|
|
1631
1600
|
"kind": 128,
|
|
1632
1601
|
"kindString": "Class",
|
|
@@ -1644,13 +1613,13 @@
|
|
|
1644
1613
|
"name": "Component"
|
|
1645
1614
|
},
|
|
1646
1615
|
"arguments": {
|
|
1647
|
-
"obj": "{\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n
|
|
1616
|
+
"obj": "{\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n providers: [SkyModalComponentAdapterService, SkyDockService],\n}"
|
|
1648
1617
|
}
|
|
1649
1618
|
}
|
|
1650
1619
|
],
|
|
1651
1620
|
"children": [
|
|
1652
1621
|
{
|
|
1653
|
-
"id":
|
|
1622
|
+
"id": 32,
|
|
1654
1623
|
"name": "constructor",
|
|
1655
1624
|
"kind": 512,
|
|
1656
1625
|
"kindString": "Constructor",
|
|
@@ -1658,20 +1627,20 @@
|
|
|
1658
1627
|
"sources": [
|
|
1659
1628
|
{
|
|
1660
1629
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1661
|
-
"line":
|
|
1630
|
+
"line": 101,
|
|
1662
1631
|
"character": 2
|
|
1663
1632
|
}
|
|
1664
1633
|
],
|
|
1665
1634
|
"signatures": [
|
|
1666
1635
|
{
|
|
1667
|
-
"id":
|
|
1636
|
+
"id": 33,
|
|
1668
1637
|
"name": "SkyModalComponent",
|
|
1669
1638
|
"kind": 16384,
|
|
1670
1639
|
"kindString": "Constructor signature",
|
|
1671
1640
|
"flags": {},
|
|
1672
1641
|
"parameters": [
|
|
1673
1642
|
{
|
|
1674
|
-
"id":
|
|
1643
|
+
"id": 34,
|
|
1675
1644
|
"name": "hostService",
|
|
1676
1645
|
"kind": 32768,
|
|
1677
1646
|
"kindString": "Parameter",
|
|
@@ -1682,7 +1651,7 @@
|
|
|
1682
1651
|
}
|
|
1683
1652
|
},
|
|
1684
1653
|
{
|
|
1685
|
-
"id":
|
|
1654
|
+
"id": 35,
|
|
1686
1655
|
"name": "config",
|
|
1687
1656
|
"kind": 32768,
|
|
1688
1657
|
"kindString": "Parameter",
|
|
@@ -1693,7 +1662,7 @@
|
|
|
1693
1662
|
}
|
|
1694
1663
|
},
|
|
1695
1664
|
{
|
|
1696
|
-
"id":
|
|
1665
|
+
"id": 36,
|
|
1697
1666
|
"name": "elRef",
|
|
1698
1667
|
"kind": 32768,
|
|
1699
1668
|
"kindString": "Parameter",
|
|
@@ -1712,7 +1681,7 @@
|
|
|
1712
1681
|
}
|
|
1713
1682
|
},
|
|
1714
1683
|
{
|
|
1715
|
-
"id":
|
|
1684
|
+
"id": 37,
|
|
1716
1685
|
"name": "windowRef",
|
|
1717
1686
|
"kind": 32768,
|
|
1718
1687
|
"kindString": "Parameter",
|
|
@@ -1723,7 +1692,7 @@
|
|
|
1723
1692
|
}
|
|
1724
1693
|
},
|
|
1725
1694
|
{
|
|
1726
|
-
"id":
|
|
1695
|
+
"id": 38,
|
|
1727
1696
|
"name": "componentAdapter",
|
|
1728
1697
|
"kind": 32768,
|
|
1729
1698
|
"kindString": "Parameter",
|
|
@@ -1734,7 +1703,7 @@
|
|
|
1734
1703
|
}
|
|
1735
1704
|
},
|
|
1736
1705
|
{
|
|
1737
|
-
"id":
|
|
1706
|
+
"id": 39,
|
|
1738
1707
|
"name": "coreAdapter",
|
|
1739
1708
|
"kind": 32768,
|
|
1740
1709
|
"kindString": "Parameter",
|
|
@@ -1745,7 +1714,7 @@
|
|
|
1745
1714
|
}
|
|
1746
1715
|
},
|
|
1747
1716
|
{
|
|
1748
|
-
"id":
|
|
1717
|
+
"id": 40,
|
|
1749
1718
|
"name": "dockService",
|
|
1750
1719
|
"kind": 32768,
|
|
1751
1720
|
"kindString": "Parameter",
|
|
@@ -1768,7 +1737,7 @@
|
|
|
1768
1737
|
}
|
|
1769
1738
|
},
|
|
1770
1739
|
{
|
|
1771
|
-
"id":
|
|
1740
|
+
"id": 41,
|
|
1772
1741
|
"name": "mediaQueryService",
|
|
1773
1742
|
"kind": 32768,
|
|
1774
1743
|
"kindString": "Parameter",
|
|
@@ -1795,15 +1764,15 @@
|
|
|
1795
1764
|
],
|
|
1796
1765
|
"type": {
|
|
1797
1766
|
"type": "reference",
|
|
1798
|
-
"id":
|
|
1767
|
+
"id": 31,
|
|
1799
1768
|
"name": "SkyModalComponent"
|
|
1800
1769
|
}
|
|
1801
1770
|
}
|
|
1802
1771
|
]
|
|
1803
1772
|
},
|
|
1804
1773
|
{
|
|
1805
|
-
"id":
|
|
1806
|
-
"name": "
|
|
1774
|
+
"id": 49,
|
|
1775
|
+
"name": "ariaDescribedBy",
|
|
1807
1776
|
"kind": 1024,
|
|
1808
1777
|
"kindString": "Property",
|
|
1809
1778
|
"flags": {
|
|
@@ -1812,19 +1781,18 @@
|
|
|
1812
1781
|
"sources": [
|
|
1813
1782
|
{
|
|
1814
1783
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1815
|
-
"line":
|
|
1784
|
+
"line": 68,
|
|
1816
1785
|
"character": 9
|
|
1817
1786
|
}
|
|
1818
1787
|
],
|
|
1819
1788
|
"type": {
|
|
1820
1789
|
"type": "intrinsic",
|
|
1821
1790
|
"name": "string"
|
|
1822
|
-
}
|
|
1823
|
-
"defaultValue": "..."
|
|
1791
|
+
}
|
|
1824
1792
|
},
|
|
1825
1793
|
{
|
|
1826
|
-
"id":
|
|
1827
|
-
"name": "
|
|
1794
|
+
"id": 50,
|
|
1795
|
+
"name": "ariaLabelledBy",
|
|
1828
1796
|
"kind": 1024,
|
|
1829
1797
|
"kindString": "Property",
|
|
1830
1798
|
"flags": {
|
|
@@ -1833,19 +1801,18 @@
|
|
|
1833
1801
|
"sources": [
|
|
1834
1802
|
{
|
|
1835
1803
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1836
|
-
"line":
|
|
1804
|
+
"line": 70,
|
|
1837
1805
|
"character": 9
|
|
1838
1806
|
}
|
|
1839
1807
|
],
|
|
1840
1808
|
"type": {
|
|
1841
1809
|
"type": "intrinsic",
|
|
1842
1810
|
"name": "string"
|
|
1843
|
-
}
|
|
1844
|
-
"defaultValue": "..."
|
|
1811
|
+
}
|
|
1845
1812
|
},
|
|
1846
1813
|
{
|
|
1847
|
-
"id":
|
|
1848
|
-
"name": "
|
|
1814
|
+
"id": 47,
|
|
1815
|
+
"name": "ariaRoleOrDefault",
|
|
1849
1816
|
"kind": 1024,
|
|
1850
1817
|
"kindString": "Property",
|
|
1851
1818
|
"flags": {
|
|
@@ -1854,7 +1821,7 @@
|
|
|
1854
1821
|
"sources": [
|
|
1855
1822
|
{
|
|
1856
1823
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1857
|
-
"line":
|
|
1824
|
+
"line": 60,
|
|
1858
1825
|
"character": 9
|
|
1859
1826
|
}
|
|
1860
1827
|
],
|
|
@@ -1862,11 +1829,11 @@
|
|
|
1862
1829
|
"type": "intrinsic",
|
|
1863
1830
|
"name": "string"
|
|
1864
1831
|
},
|
|
1865
|
-
"defaultValue": "
|
|
1832
|
+
"defaultValue": "ARIA_ROLE_DEFAULT"
|
|
1866
1833
|
},
|
|
1867
1834
|
{
|
|
1868
|
-
"id":
|
|
1869
|
-
"name": "
|
|
1835
|
+
"id": 51,
|
|
1836
|
+
"name": "helpKey",
|
|
1870
1837
|
"kind": 1024,
|
|
1871
1838
|
"kindString": "Property",
|
|
1872
1839
|
"flags": {
|
|
@@ -1875,165 +1842,62 @@
|
|
|
1875
1842
|
"sources": [
|
|
1876
1843
|
{
|
|
1877
1844
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1878
|
-
"line":
|
|
1845
|
+
"line": 72,
|
|
1879
1846
|
"character": 9
|
|
1880
1847
|
}
|
|
1881
1848
|
],
|
|
1882
1849
|
"type": {
|
|
1883
|
-
"type": "
|
|
1884
|
-
"name": "
|
|
1850
|
+
"type": "intrinsic",
|
|
1851
|
+
"name": "string"
|
|
1885
1852
|
}
|
|
1886
1853
|
},
|
|
1887
1854
|
{
|
|
1888
|
-
"id":
|
|
1889
|
-
"name": "
|
|
1890
|
-
"kind":
|
|
1891
|
-
"kindString": "
|
|
1892
|
-
"flags": {
|
|
1893
|
-
"isPublic": true
|
|
1894
|
-
},
|
|
1895
|
-
"sources": [
|
|
1896
|
-
{
|
|
1897
|
-
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1898
|
-
"line": 90,
|
|
1899
|
-
"character": 13
|
|
1900
|
-
}
|
|
1901
|
-
],
|
|
1902
|
-
"getSignature": [
|
|
1903
|
-
{
|
|
1904
|
-
"id": 63,
|
|
1905
|
-
"name": "ariaDescribedBy",
|
|
1906
|
-
"kind": 524288,
|
|
1907
|
-
"kindString": "Get signature",
|
|
1908
|
-
"flags": {},
|
|
1909
|
-
"type": {
|
|
1910
|
-
"type": "intrinsic",
|
|
1911
|
-
"name": "string"
|
|
1912
|
-
}
|
|
1913
|
-
}
|
|
1914
|
-
]
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"id": 64,
|
|
1918
|
-
"name": "ariaLabelledBy",
|
|
1919
|
-
"kind": 262144,
|
|
1920
|
-
"kindString": "Accessor",
|
|
1855
|
+
"id": 53,
|
|
1856
|
+
"name": "modalContentId",
|
|
1857
|
+
"kind": 1024,
|
|
1858
|
+
"kindString": "Property",
|
|
1921
1859
|
"flags": {
|
|
1922
1860
|
"isPublic": true
|
|
1923
1861
|
},
|
|
1924
1862
|
"sources": [
|
|
1925
1863
|
{
|
|
1926
1864
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1927
|
-
"line":
|
|
1928
|
-
"character":
|
|
1865
|
+
"line": 76,
|
|
1866
|
+
"character": 9
|
|
1929
1867
|
}
|
|
1930
1868
|
],
|
|
1931
|
-
"
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
"name": "ariaLabelledBy",
|
|
1935
|
-
"kind": 524288,
|
|
1936
|
-
"kindString": "Get signature",
|
|
1937
|
-
"flags": {},
|
|
1938
|
-
"type": {
|
|
1939
|
-
"type": "intrinsic",
|
|
1940
|
-
"name": "string"
|
|
1941
|
-
}
|
|
1942
|
-
}
|
|
1943
|
-
]
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"id": 66,
|
|
1947
|
-
"name": "helpKey",
|
|
1948
|
-
"kind": 262144,
|
|
1949
|
-
"kindString": "Accessor",
|
|
1950
|
-
"flags": {
|
|
1951
|
-
"isPublic": true
|
|
1869
|
+
"type": {
|
|
1870
|
+
"type": "intrinsic",
|
|
1871
|
+
"name": "string"
|
|
1952
1872
|
},
|
|
1953
|
-
"
|
|
1954
|
-
{
|
|
1955
|
-
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1956
|
-
"line": 98,
|
|
1957
|
-
"character": 13
|
|
1958
|
-
}
|
|
1959
|
-
],
|
|
1960
|
-
"getSignature": [
|
|
1961
|
-
{
|
|
1962
|
-
"id": 67,
|
|
1963
|
-
"name": "helpKey",
|
|
1964
|
-
"kind": 524288,
|
|
1965
|
-
"kindString": "Get signature",
|
|
1966
|
-
"flags": {},
|
|
1967
|
-
"type": {
|
|
1968
|
-
"type": "intrinsic",
|
|
1969
|
-
"name": "string"
|
|
1970
|
-
}
|
|
1971
|
-
}
|
|
1972
|
-
]
|
|
1873
|
+
"defaultValue": "..."
|
|
1973
1874
|
},
|
|
1974
1875
|
{
|
|
1975
|
-
"id":
|
|
1976
|
-
"name": "
|
|
1977
|
-
"kind":
|
|
1978
|
-
"kindString": "
|
|
1876
|
+
"id": 54,
|
|
1877
|
+
"name": "modalHeaderId",
|
|
1878
|
+
"kind": 1024,
|
|
1879
|
+
"kindString": "Property",
|
|
1979
1880
|
"flags": {
|
|
1980
1881
|
"isPublic": true
|
|
1981
1882
|
},
|
|
1982
1883
|
"sources": [
|
|
1983
1884
|
{
|
|
1984
1885
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1985
|
-
"line":
|
|
1986
|
-
"character":
|
|
1886
|
+
"line": 79,
|
|
1887
|
+
"character": 9
|
|
1987
1888
|
}
|
|
1988
1889
|
],
|
|
1989
|
-
"
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
"name": "isLargeSize",
|
|
1993
|
-
"kind": 524288,
|
|
1994
|
-
"kindString": "Get signature",
|
|
1995
|
-
"flags": {},
|
|
1996
|
-
"type": {
|
|
1997
|
-
"type": "intrinsic",
|
|
1998
|
-
"name": "boolean"
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
]
|
|
2002
|
-
},
|
|
2003
|
-
{
|
|
2004
|
-
"id": 56,
|
|
2005
|
-
"name": "isMediumSize",
|
|
2006
|
-
"kind": 262144,
|
|
2007
|
-
"kindString": "Accessor",
|
|
2008
|
-
"flags": {
|
|
2009
|
-
"isPublic": true
|
|
1890
|
+
"type": {
|
|
1891
|
+
"type": "intrinsic",
|
|
1892
|
+
"name": "string"
|
|
2010
1893
|
},
|
|
2011
|
-
"
|
|
2012
|
-
{
|
|
2013
|
-
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2014
|
-
"line": 78,
|
|
2015
|
-
"character": 13
|
|
2016
|
-
}
|
|
2017
|
-
],
|
|
2018
|
-
"getSignature": [
|
|
2019
|
-
{
|
|
2020
|
-
"id": 57,
|
|
2021
|
-
"name": "isMediumSize",
|
|
2022
|
-
"kind": 524288,
|
|
2023
|
-
"kindString": "Get signature",
|
|
2024
|
-
"flags": {},
|
|
2025
|
-
"type": {
|
|
2026
|
-
"type": "intrinsic",
|
|
2027
|
-
"name": "boolean"
|
|
2028
|
-
}
|
|
2029
|
-
}
|
|
2030
|
-
]
|
|
1894
|
+
"defaultValue": "..."
|
|
2031
1895
|
},
|
|
2032
1896
|
{
|
|
2033
|
-
"id":
|
|
2034
|
-
"name": "
|
|
2035
|
-
"kind":
|
|
2036
|
-
"kindString": "
|
|
1897
|
+
"id": 52,
|
|
1898
|
+
"name": "modalState",
|
|
1899
|
+
"kind": 1024,
|
|
1900
|
+
"kindString": "Property",
|
|
2037
1901
|
"flags": {
|
|
2038
1902
|
"isPublic": true
|
|
2039
1903
|
},
|
|
@@ -2041,115 +1905,80 @@
|
|
|
2041
1905
|
{
|
|
2042
1906
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2043
1907
|
"line": 74,
|
|
2044
|
-
"character":
|
|
1908
|
+
"character": 9
|
|
2045
1909
|
}
|
|
2046
1910
|
],
|
|
2047
|
-
"
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
"kindString": "Get signature",
|
|
2053
|
-
"flags": {},
|
|
2054
|
-
"type": {
|
|
2055
|
-
"type": "intrinsic",
|
|
2056
|
-
"name": "boolean"
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
]
|
|
1911
|
+
"type": {
|
|
1912
|
+
"type": "intrinsic",
|
|
1913
|
+
"name": "string"
|
|
1914
|
+
},
|
|
1915
|
+
"defaultValue": "'in'"
|
|
2060
1916
|
},
|
|
2061
1917
|
{
|
|
2062
|
-
"id":
|
|
2063
|
-
"name": "
|
|
2064
|
-
"kind":
|
|
2065
|
-
"kindString": "
|
|
1918
|
+
"id": 55,
|
|
1919
|
+
"name": "modalZIndex",
|
|
1920
|
+
"kind": 1024,
|
|
1921
|
+
"kindString": "Property",
|
|
2066
1922
|
"flags": {
|
|
2067
1923
|
"isPublic": true
|
|
2068
1924
|
},
|
|
2069
1925
|
"sources": [
|
|
2070
1926
|
{
|
|
2071
1927
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2072
|
-
"line":
|
|
2073
|
-
"character":
|
|
1928
|
+
"line": 82,
|
|
1929
|
+
"character": 9
|
|
2074
1930
|
}
|
|
2075
1931
|
],
|
|
2076
|
-
"
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
"kind": 524288,
|
|
2081
|
-
"kindString": "Get signature",
|
|
2082
|
-
"flags": {},
|
|
2083
|
-
"type": {
|
|
2084
|
-
"type": "intrinsic",
|
|
2085
|
-
"name": "boolean"
|
|
2086
|
-
}
|
|
2087
|
-
}
|
|
2088
|
-
]
|
|
1932
|
+
"type": {
|
|
1933
|
+
"type": "intrinsic",
|
|
1934
|
+
"name": "number"
|
|
1935
|
+
}
|
|
2089
1936
|
},
|
|
2090
1937
|
{
|
|
2091
|
-
"id":
|
|
2092
|
-
"name": "
|
|
2093
|
-
"kind":
|
|
2094
|
-
"kindString": "
|
|
1938
|
+
"id": 56,
|
|
1939
|
+
"name": "scrollShadow",
|
|
1940
|
+
"kind": 1024,
|
|
1941
|
+
"kindString": "Property",
|
|
2095
1942
|
"flags": {
|
|
2096
1943
|
"isPublic": true
|
|
2097
1944
|
},
|
|
2098
1945
|
"sources": [
|
|
2099
1946
|
{
|
|
2100
1947
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2101
|
-
"line":
|
|
2102
|
-
"character":
|
|
1948
|
+
"line": 84,
|
|
1949
|
+
"character": 9
|
|
2103
1950
|
}
|
|
2104
1951
|
],
|
|
2105
|
-
"
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
"kind": 524288,
|
|
2110
|
-
"kindString": "Get signature",
|
|
2111
|
-
"flags": {},
|
|
2112
|
-
"type": {
|
|
2113
|
-
"type": "intrinsic",
|
|
2114
|
-
"name": "boolean"
|
|
2115
|
-
}
|
|
2116
|
-
}
|
|
2117
|
-
]
|
|
1952
|
+
"type": {
|
|
1953
|
+
"type": "reference",
|
|
1954
|
+
"name": "SkyModalScrollShadowEventArgs"
|
|
1955
|
+
}
|
|
2118
1956
|
},
|
|
2119
1957
|
{
|
|
2120
|
-
"id":
|
|
2121
|
-
"name": "
|
|
2122
|
-
"kind":
|
|
2123
|
-
"kindString": "
|
|
1958
|
+
"id": 57,
|
|
1959
|
+
"name": "size",
|
|
1960
|
+
"kind": 1024,
|
|
1961
|
+
"kindString": "Property",
|
|
2124
1962
|
"flags": {
|
|
2125
1963
|
"isPublic": true
|
|
2126
1964
|
},
|
|
2127
1965
|
"sources": [
|
|
2128
1966
|
{
|
|
2129
1967
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2130
|
-
"line":
|
|
2131
|
-
"character":
|
|
1968
|
+
"line": 86,
|
|
1969
|
+
"character": 9
|
|
2132
1970
|
}
|
|
2133
1971
|
],
|
|
2134
|
-
"
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
"kind": 524288,
|
|
2139
|
-
"kindString": "Get signature",
|
|
2140
|
-
"flags": {},
|
|
2141
|
-
"type": {
|
|
2142
|
-
"type": "intrinsic",
|
|
2143
|
-
"name": "number"
|
|
2144
|
-
}
|
|
2145
|
-
}
|
|
2146
|
-
]
|
|
1972
|
+
"type": {
|
|
1973
|
+
"type": "intrinsic",
|
|
1974
|
+
"name": "string"
|
|
1975
|
+
}
|
|
2147
1976
|
},
|
|
2148
1977
|
{
|
|
2149
|
-
"id":
|
|
1978
|
+
"id": 42,
|
|
2150
1979
|
"name": "wrapperClass",
|
|
2151
|
-
"kind":
|
|
2152
|
-
"kindString": "
|
|
1980
|
+
"kind": 1024,
|
|
1981
|
+
"kindString": "Property",
|
|
2153
1982
|
"flags": {
|
|
2154
1983
|
"isPublic": true
|
|
2155
1984
|
},
|
|
@@ -2171,25 +2000,16 @@
|
|
|
2171
2000
|
{
|
|
2172
2001
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2173
2002
|
"line": 43,
|
|
2174
|
-
"character":
|
|
2003
|
+
"character": 9
|
|
2175
2004
|
}
|
|
2176
2005
|
],
|
|
2177
|
-
"
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
"kind": 524288,
|
|
2182
|
-
"kindString": "Get signature",
|
|
2183
|
-
"flags": {},
|
|
2184
|
-
"type": {
|
|
2185
|
-
"type": "intrinsic",
|
|
2186
|
-
"name": "string"
|
|
2187
|
-
}
|
|
2188
|
-
}
|
|
2189
|
-
]
|
|
2006
|
+
"type": {
|
|
2007
|
+
"type": "intrinsic",
|
|
2008
|
+
"name": "string"
|
|
2009
|
+
}
|
|
2190
2010
|
},
|
|
2191
2011
|
{
|
|
2192
|
-
"id":
|
|
2012
|
+
"id": 79,
|
|
2193
2013
|
"name": "closeButtonClick",
|
|
2194
2014
|
"kind": 2048,
|
|
2195
2015
|
"kindString": "Method",
|
|
@@ -2199,13 +2019,13 @@
|
|
|
2199
2019
|
"sources": [
|
|
2200
2020
|
{
|
|
2201
2021
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2202
|
-
"line":
|
|
2022
|
+
"line": 225,
|
|
2203
2023
|
"character": 9
|
|
2204
2024
|
}
|
|
2205
2025
|
],
|
|
2206
2026
|
"signatures": [
|
|
2207
2027
|
{
|
|
2208
|
-
"id":
|
|
2028
|
+
"id": 80,
|
|
2209
2029
|
"name": "closeButtonClick",
|
|
2210
2030
|
"kind": 4096,
|
|
2211
2031
|
"kindString": "Call signature",
|
|
@@ -2218,7 +2038,7 @@
|
|
|
2218
2038
|
]
|
|
2219
2039
|
},
|
|
2220
2040
|
{
|
|
2221
|
-
"id":
|
|
2041
|
+
"id": 77,
|
|
2222
2042
|
"name": "helpButtonClick",
|
|
2223
2043
|
"kind": 2048,
|
|
2224
2044
|
"kindString": "Method",
|
|
@@ -2228,13 +2048,13 @@
|
|
|
2228
2048
|
"sources": [
|
|
2229
2049
|
{
|
|
2230
2050
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2231
|
-
"line":
|
|
2051
|
+
"line": 221,
|
|
2232
2052
|
"character": 9
|
|
2233
2053
|
}
|
|
2234
2054
|
],
|
|
2235
2055
|
"signatures": [
|
|
2236
2056
|
{
|
|
2237
|
-
"id":
|
|
2057
|
+
"id": 78,
|
|
2238
2058
|
"name": "helpButtonClick",
|
|
2239
2059
|
"kind": 4096,
|
|
2240
2060
|
"kindString": "Call signature",
|
|
@@ -2247,7 +2067,7 @@
|
|
|
2247
2067
|
]
|
|
2248
2068
|
},
|
|
2249
2069
|
{
|
|
2250
|
-
"id":
|
|
2070
|
+
"id": 73,
|
|
2251
2071
|
"name": "ngAfterViewInit",
|
|
2252
2072
|
"kind": 2048,
|
|
2253
2073
|
"kindString": "Method",
|
|
@@ -2257,13 +2077,13 @@
|
|
|
2257
2077
|
"sources": [
|
|
2258
2078
|
{
|
|
2259
2079
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2260
|
-
"line":
|
|
2080
|
+
"line": 192,
|
|
2261
2081
|
"character": 9
|
|
2262
2082
|
}
|
|
2263
2083
|
],
|
|
2264
2084
|
"signatures": [
|
|
2265
2085
|
{
|
|
2266
|
-
"id":
|
|
2086
|
+
"id": 74,
|
|
2267
2087
|
"name": "ngAfterViewInit",
|
|
2268
2088
|
"kind": 4096,
|
|
2269
2089
|
"kindString": "Call signature",
|
|
@@ -2284,7 +2104,7 @@
|
|
|
2284
2104
|
}
|
|
2285
2105
|
},
|
|
2286
2106
|
{
|
|
2287
|
-
"id":
|
|
2107
|
+
"id": 75,
|
|
2288
2108
|
"name": "ngOnDestroy",
|
|
2289
2109
|
"kind": 2048,
|
|
2290
2110
|
"kindString": "Method",
|
|
@@ -2294,13 +2114,13 @@
|
|
|
2294
2114
|
"sources": [
|
|
2295
2115
|
{
|
|
2296
2116
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2297
|
-
"line":
|
|
2117
|
+
"line": 214,
|
|
2298
2118
|
"character": 9
|
|
2299
2119
|
}
|
|
2300
2120
|
],
|
|
2301
2121
|
"signatures": [
|
|
2302
2122
|
{
|
|
2303
|
-
"id":
|
|
2123
|
+
"id": 76,
|
|
2304
2124
|
"name": "ngOnDestroy",
|
|
2305
2125
|
"kind": 4096,
|
|
2306
2126
|
"kindString": "Call signature",
|
|
@@ -2321,7 +2141,7 @@
|
|
|
2321
2141
|
}
|
|
2322
2142
|
},
|
|
2323
2143
|
{
|
|
2324
|
-
"id":
|
|
2144
|
+
"id": 70,
|
|
2325
2145
|
"name": "onDocumentKeyDown",
|
|
2326
2146
|
"kind": 2048,
|
|
2327
2147
|
"kindString": "Method",
|
|
@@ -2346,20 +2166,20 @@
|
|
|
2346
2166
|
"sources": [
|
|
2347
2167
|
{
|
|
2348
2168
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2349
|
-
"line":
|
|
2169
|
+
"line": 151,
|
|
2350
2170
|
"character": 9
|
|
2351
2171
|
}
|
|
2352
2172
|
],
|
|
2353
2173
|
"signatures": [
|
|
2354
2174
|
{
|
|
2355
|
-
"id":
|
|
2175
|
+
"id": 71,
|
|
2356
2176
|
"name": "onDocumentKeyDown",
|
|
2357
2177
|
"kind": 4096,
|
|
2358
2178
|
"kindString": "Call signature",
|
|
2359
2179
|
"flags": {},
|
|
2360
2180
|
"parameters": [
|
|
2361
2181
|
{
|
|
2362
|
-
"id":
|
|
2182
|
+
"id": 72,
|
|
2363
2183
|
"name": "event",
|
|
2364
2184
|
"kind": 32768,
|
|
2365
2185
|
"kindString": "Parameter",
|
|
@@ -2380,7 +2200,7 @@
|
|
|
2380
2200
|
]
|
|
2381
2201
|
},
|
|
2382
2202
|
{
|
|
2383
|
-
"id":
|
|
2203
|
+
"id": 67,
|
|
2384
2204
|
"name": "onDocumentKeyUp",
|
|
2385
2205
|
"kind": 2048,
|
|
2386
2206
|
"kindString": "Method",
|
|
@@ -2405,20 +2225,20 @@
|
|
|
2405
2225
|
"sources": [
|
|
2406
2226
|
{
|
|
2407
2227
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2408
|
-
"line":
|
|
2228
|
+
"line": 135,
|
|
2409
2229
|
"character": 9
|
|
2410
2230
|
}
|
|
2411
2231
|
],
|
|
2412
2232
|
"signatures": [
|
|
2413
2233
|
{
|
|
2414
|
-
"id":
|
|
2234
|
+
"id": 68,
|
|
2415
2235
|
"name": "onDocumentKeyUp",
|
|
2416
2236
|
"kind": 4096,
|
|
2417
2237
|
"kindString": "Call signature",
|
|
2418
2238
|
"flags": {},
|
|
2419
2239
|
"parameters": [
|
|
2420
2240
|
{
|
|
2421
|
-
"id":
|
|
2241
|
+
"id": 69,
|
|
2422
2242
|
"name": "event",
|
|
2423
2243
|
"kind": 32768,
|
|
2424
2244
|
"kindString": "Parameter",
|
|
@@ -2439,7 +2259,7 @@
|
|
|
2439
2259
|
]
|
|
2440
2260
|
},
|
|
2441
2261
|
{
|
|
2442
|
-
"id":
|
|
2262
|
+
"id": 83,
|
|
2443
2263
|
"name": "scrollShadowChange",
|
|
2444
2264
|
"kind": 2048,
|
|
2445
2265
|
"kindString": "Method",
|
|
@@ -2449,20 +2269,20 @@
|
|
|
2449
2269
|
"sources": [
|
|
2450
2270
|
{
|
|
2451
2271
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2452
|
-
"line":
|
|
2272
|
+
"line": 233,
|
|
2453
2273
|
"character": 9
|
|
2454
2274
|
}
|
|
2455
2275
|
],
|
|
2456
2276
|
"signatures": [
|
|
2457
2277
|
{
|
|
2458
|
-
"id":
|
|
2278
|
+
"id": 84,
|
|
2459
2279
|
"name": "scrollShadowChange",
|
|
2460
2280
|
"kind": 4096,
|
|
2461
2281
|
"kindString": "Call signature",
|
|
2462
2282
|
"flags": {},
|
|
2463
2283
|
"parameters": [
|
|
2464
2284
|
{
|
|
2465
|
-
"id":
|
|
2285
|
+
"id": 85,
|
|
2466
2286
|
"name": "args",
|
|
2467
2287
|
"kind": 32768,
|
|
2468
2288
|
"kindString": "Parameter",
|
|
@@ -2481,7 +2301,7 @@
|
|
|
2481
2301
|
]
|
|
2482
2302
|
},
|
|
2483
2303
|
{
|
|
2484
|
-
"id":
|
|
2304
|
+
"id": 86,
|
|
2485
2305
|
"name": "viewkeeperEnabled",
|
|
2486
2306
|
"kind": 2048,
|
|
2487
2307
|
"kindString": "Method",
|
|
@@ -2491,13 +2311,13 @@
|
|
|
2491
2311
|
"sources": [
|
|
2492
2312
|
{
|
|
2493
2313
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2494
|
-
"line":
|
|
2314
|
+
"line": 237,
|
|
2495
2315
|
"character": 9
|
|
2496
2316
|
}
|
|
2497
2317
|
],
|
|
2498
2318
|
"signatures": [
|
|
2499
2319
|
{
|
|
2500
|
-
"id":
|
|
2320
|
+
"id": 87,
|
|
2501
2321
|
"name": "viewkeeperEnabled",
|
|
2502
2322
|
"kind": 4096,
|
|
2503
2323
|
"kindString": "Call signature",
|
|
@@ -2510,7 +2330,7 @@
|
|
|
2510
2330
|
]
|
|
2511
2331
|
},
|
|
2512
2332
|
{
|
|
2513
|
-
"id":
|
|
2333
|
+
"id": 81,
|
|
2514
2334
|
"name": "windowResize",
|
|
2515
2335
|
"kind": 2048,
|
|
2516
2336
|
"kindString": "Method",
|
|
@@ -2520,13 +2340,13 @@
|
|
|
2520
2340
|
"sources": [
|
|
2521
2341
|
{
|
|
2522
2342
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2523
|
-
"line":
|
|
2343
|
+
"line": 229,
|
|
2524
2344
|
"character": 9
|
|
2525
2345
|
}
|
|
2526
2346
|
],
|
|
2527
2347
|
"signatures": [
|
|
2528
2348
|
{
|
|
2529
|
-
"id":
|
|
2349
|
+
"id": 82,
|
|
2530
2350
|
"name": "windowResize",
|
|
2531
2351
|
"kind": 4096,
|
|
2532
2352
|
"kindString": "Call signature",
|
|
@@ -2544,48 +2364,39 @@
|
|
|
2544
2364
|
"title": "Constructors",
|
|
2545
2365
|
"kind": 512,
|
|
2546
2366
|
"children": [
|
|
2547
|
-
|
|
2367
|
+
32
|
|
2548
2368
|
]
|
|
2549
2369
|
},
|
|
2550
2370
|
{
|
|
2551
2371
|
"title": "Properties",
|
|
2552
2372
|
"kind": 1024,
|
|
2553
2373
|
"children": [
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
},
|
|
2560
|
-
{
|
|
2561
|
-
"title": "Accessors",
|
|
2562
|
-
"kind": 262144,
|
|
2563
|
-
"children": [
|
|
2564
|
-
62,
|
|
2565
|
-
64,
|
|
2566
|
-
66,
|
|
2567
|
-
58,
|
|
2568
|
-
56,
|
|
2374
|
+
49,
|
|
2375
|
+
50,
|
|
2376
|
+
47,
|
|
2377
|
+
51,
|
|
2378
|
+
53,
|
|
2569
2379
|
54,
|
|
2570
|
-
60,
|
|
2571
2380
|
52,
|
|
2572
|
-
|
|
2573
|
-
|
|
2381
|
+
55,
|
|
2382
|
+
56,
|
|
2383
|
+
57,
|
|
2384
|
+
42
|
|
2574
2385
|
]
|
|
2575
2386
|
},
|
|
2576
2387
|
{
|
|
2577
2388
|
"title": "Methods",
|
|
2578
2389
|
"kind": 2048,
|
|
2579
2390
|
"children": [
|
|
2580
|
-
85,
|
|
2581
|
-
83,
|
|
2582
2391
|
79,
|
|
2583
|
-
|
|
2584
|
-
76,
|
|
2392
|
+
77,
|
|
2585
2393
|
73,
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2394
|
+
75,
|
|
2395
|
+
70,
|
|
2396
|
+
67,
|
|
2397
|
+
83,
|
|
2398
|
+
86,
|
|
2399
|
+
81
|
|
2589
2400
|
]
|
|
2590
2401
|
}
|
|
2591
2402
|
],
|
|
@@ -2612,14 +2423,14 @@
|
|
|
2612
2423
|
]
|
|
2613
2424
|
},
|
|
2614
2425
|
{
|
|
2615
|
-
"id":
|
|
2426
|
+
"id": 94,
|
|
2616
2427
|
"name": "SkyConfirmButtonConfig",
|
|
2617
2428
|
"kind": 256,
|
|
2618
2429
|
"kindString": "Interface",
|
|
2619
2430
|
"flags": {},
|
|
2620
2431
|
"children": [
|
|
2621
2432
|
{
|
|
2622
|
-
"id":
|
|
2433
|
+
"id": 95,
|
|
2623
2434
|
"name": "action",
|
|
2624
2435
|
"kind": 1024,
|
|
2625
2436
|
"kindString": "Property",
|
|
@@ -2640,7 +2451,7 @@
|
|
|
2640
2451
|
}
|
|
2641
2452
|
},
|
|
2642
2453
|
{
|
|
2643
|
-
"id":
|
|
2454
|
+
"id": 98,
|
|
2644
2455
|
"name": "autofocus",
|
|
2645
2456
|
"kind": 1024,
|
|
2646
2457
|
"kindString": "Property",
|
|
@@ -2663,7 +2474,7 @@
|
|
|
2663
2474
|
}
|
|
2664
2475
|
},
|
|
2665
2476
|
{
|
|
2666
|
-
"id":
|
|
2477
|
+
"id": 97,
|
|
2667
2478
|
"name": "styleType",
|
|
2668
2479
|
"kind": 1024,
|
|
2669
2480
|
"kindString": "Property",
|
|
@@ -2686,7 +2497,7 @@
|
|
|
2686
2497
|
}
|
|
2687
2498
|
},
|
|
2688
2499
|
{
|
|
2689
|
-
"id":
|
|
2500
|
+
"id": 96,
|
|
2690
2501
|
"name": "text",
|
|
2691
2502
|
"kind": 1024,
|
|
2692
2503
|
"kindString": "Property",
|
|
@@ -2712,10 +2523,10 @@
|
|
|
2712
2523
|
"title": "Properties",
|
|
2713
2524
|
"kind": 1024,
|
|
2714
2525
|
"children": [
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2526
|
+
95,
|
|
2527
|
+
98,
|
|
2528
|
+
97,
|
|
2529
|
+
96
|
|
2719
2530
|
]
|
|
2720
2531
|
}
|
|
2721
2532
|
],
|
|
@@ -2728,14 +2539,14 @@
|
|
|
2728
2539
|
]
|
|
2729
2540
|
},
|
|
2730
2541
|
{
|
|
2731
|
-
"id":
|
|
2542
|
+
"id": 99,
|
|
2732
2543
|
"name": "SkyConfirmCloseEventArgs",
|
|
2733
2544
|
"kind": 256,
|
|
2734
2545
|
"kindString": "Interface",
|
|
2735
2546
|
"flags": {},
|
|
2736
2547
|
"children": [
|
|
2737
2548
|
{
|
|
2738
|
-
"id":
|
|
2549
|
+
"id": 100,
|
|
2739
2550
|
"name": "action",
|
|
2740
2551
|
"kind": 1024,
|
|
2741
2552
|
"kindString": "Property",
|
|
@@ -2761,7 +2572,7 @@
|
|
|
2761
2572
|
"title": "Properties",
|
|
2762
2573
|
"kind": 1024,
|
|
2763
2574
|
"children": [
|
|
2764
|
-
|
|
2575
|
+
100
|
|
2765
2576
|
]
|
|
2766
2577
|
}
|
|
2767
2578
|
],
|
|
@@ -2774,14 +2585,14 @@
|
|
|
2774
2585
|
]
|
|
2775
2586
|
},
|
|
2776
2587
|
{
|
|
2777
|
-
"id":
|
|
2588
|
+
"id": 101,
|
|
2778
2589
|
"name": "SkyConfirmConfig",
|
|
2779
2590
|
"kind": 256,
|
|
2780
2591
|
"kindString": "Interface",
|
|
2781
2592
|
"flags": {},
|
|
2782
2593
|
"children": [
|
|
2783
2594
|
{
|
|
2784
|
-
"id":
|
|
2595
|
+
"id": 103,
|
|
2785
2596
|
"name": "body",
|
|
2786
2597
|
"kind": 1024,
|
|
2787
2598
|
"kindString": "Property",
|
|
@@ -2804,7 +2615,7 @@
|
|
|
2804
2615
|
}
|
|
2805
2616
|
},
|
|
2806
2617
|
{
|
|
2807
|
-
"id":
|
|
2618
|
+
"id": 104,
|
|
2808
2619
|
"name": "buttons",
|
|
2809
2620
|
"kind": 1024,
|
|
2810
2621
|
"kindString": "Property",
|
|
@@ -2825,13 +2636,13 @@
|
|
|
2825
2636
|
"type": "array",
|
|
2826
2637
|
"elementType": {
|
|
2827
2638
|
"type": "reference",
|
|
2828
|
-
"id":
|
|
2639
|
+
"id": 94,
|
|
2829
2640
|
"name": "SkyConfirmButtonConfig"
|
|
2830
2641
|
}
|
|
2831
2642
|
}
|
|
2832
2643
|
},
|
|
2833
2644
|
{
|
|
2834
|
-
"id":
|
|
2645
|
+
"id": 102,
|
|
2835
2646
|
"name": "message",
|
|
2836
2647
|
"kind": 1024,
|
|
2837
2648
|
"kindString": "Property",
|
|
@@ -2858,7 +2669,7 @@
|
|
|
2858
2669
|
}
|
|
2859
2670
|
},
|
|
2860
2671
|
{
|
|
2861
|
-
"id":
|
|
2672
|
+
"id": 105,
|
|
2862
2673
|
"name": "preserveWhiteSpace",
|
|
2863
2674
|
"kind": 1024,
|
|
2864
2675
|
"kindString": "Property",
|
|
@@ -2887,7 +2698,7 @@
|
|
|
2887
2698
|
}
|
|
2888
2699
|
},
|
|
2889
2700
|
{
|
|
2890
|
-
"id":
|
|
2701
|
+
"id": 106,
|
|
2891
2702
|
"name": "type",
|
|
2892
2703
|
"kind": 1024,
|
|
2893
2704
|
"kindString": "Property",
|
|
@@ -2906,7 +2717,7 @@
|
|
|
2906
2717
|
],
|
|
2907
2718
|
"type": {
|
|
2908
2719
|
"type": "reference",
|
|
2909
|
-
"id":
|
|
2720
|
+
"id": 111,
|
|
2910
2721
|
"name": "SkyConfirmType"
|
|
2911
2722
|
}
|
|
2912
2723
|
}
|
|
@@ -2916,11 +2727,11 @@
|
|
|
2916
2727
|
"title": "Properties",
|
|
2917
2728
|
"kind": 1024,
|
|
2918
2729
|
"children": [
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2730
|
+
103,
|
|
2731
|
+
104,
|
|
2732
|
+
102,
|
|
2733
|
+
105,
|
|
2734
|
+
106
|
|
2924
2735
|
]
|
|
2925
2736
|
}
|
|
2926
2737
|
],
|
|
@@ -2933,7 +2744,7 @@
|
|
|
2933
2744
|
]
|
|
2934
2745
|
},
|
|
2935
2746
|
{
|
|
2936
|
-
"id":
|
|
2747
|
+
"id": 211,
|
|
2937
2748
|
"name": "SkyModalConfigurationInterface",
|
|
2938
2749
|
"kind": 256,
|
|
2939
2750
|
"kindString": "Interface",
|
|
@@ -2943,7 +2754,7 @@
|
|
|
2943
2754
|
},
|
|
2944
2755
|
"children": [
|
|
2945
2756
|
{
|
|
2946
|
-
"id":
|
|
2757
|
+
"id": 215,
|
|
2947
2758
|
"name": "ariaDescribedBy",
|
|
2948
2759
|
"kind": 1024,
|
|
2949
2760
|
"kindString": "Property",
|
|
@@ -2966,7 +2777,7 @@
|
|
|
2966
2777
|
}
|
|
2967
2778
|
},
|
|
2968
2779
|
{
|
|
2969
|
-
"id":
|
|
2780
|
+
"id": 216,
|
|
2970
2781
|
"name": "ariaLabelledBy",
|
|
2971
2782
|
"kind": 1024,
|
|
2972
2783
|
"kindString": "Property",
|
|
@@ -2989,7 +2800,7 @@
|
|
|
2989
2800
|
}
|
|
2990
2801
|
},
|
|
2991
2802
|
{
|
|
2992
|
-
"id":
|
|
2803
|
+
"id": 217,
|
|
2993
2804
|
"name": "ariaRole",
|
|
2994
2805
|
"kind": 1024,
|
|
2995
2806
|
"kindString": "Property",
|
|
@@ -3018,7 +2829,7 @@
|
|
|
3018
2829
|
}
|
|
3019
2830
|
},
|
|
3020
2831
|
{
|
|
3021
|
-
"id":
|
|
2832
|
+
"id": 212,
|
|
3022
2833
|
"name": "fullPage",
|
|
3023
2834
|
"kind": 1024,
|
|
3024
2835
|
"kindString": "Property",
|
|
@@ -3041,7 +2852,7 @@
|
|
|
3041
2852
|
}
|
|
3042
2853
|
},
|
|
3043
2854
|
{
|
|
3044
|
-
"id":
|
|
2855
|
+
"id": 219,
|
|
3045
2856
|
"name": "helpKey",
|
|
3046
2857
|
"kind": 1024,
|
|
3047
2858
|
"kindString": "Property",
|
|
@@ -3064,7 +2875,7 @@
|
|
|
3064
2875
|
}
|
|
3065
2876
|
},
|
|
3066
2877
|
{
|
|
3067
|
-
"id":
|
|
2878
|
+
"id": 214,
|
|
3068
2879
|
"name": "providers",
|
|
3069
2880
|
"kind": 1024,
|
|
3070
2881
|
"kindString": "Property",
|
|
@@ -3090,7 +2901,7 @@
|
|
|
3090
2901
|
}
|
|
3091
2902
|
},
|
|
3092
2903
|
{
|
|
3093
|
-
"id":
|
|
2904
|
+
"id": 213,
|
|
3094
2905
|
"name": "size",
|
|
3095
2906
|
"kind": 1024,
|
|
3096
2907
|
"kindString": "Property",
|
|
@@ -3113,7 +2924,7 @@
|
|
|
3113
2924
|
}
|
|
3114
2925
|
},
|
|
3115
2926
|
{
|
|
3116
|
-
"id":
|
|
2927
|
+
"id": 218,
|
|
3117
2928
|
"name": "tiledBody",
|
|
3118
2929
|
"kind": 1024,
|
|
3119
2930
|
"kindString": "Property",
|
|
@@ -3136,7 +2947,7 @@
|
|
|
3136
2947
|
}
|
|
3137
2948
|
},
|
|
3138
2949
|
{
|
|
3139
|
-
"id":
|
|
2950
|
+
"id": 220,
|
|
3140
2951
|
"name": "wrapperClass",
|
|
3141
2952
|
"kind": 1024,
|
|
3142
2953
|
"kindString": "Property",
|
|
@@ -3164,15 +2975,15 @@
|
|
|
3164
2975
|
"title": "Properties",
|
|
3165
2976
|
"kind": 1024,
|
|
3166
2977
|
"children": [
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
2978
|
+
215,
|
|
2979
|
+
216,
|
|
2980
|
+
217,
|
|
2981
|
+
212,
|
|
2982
|
+
219,
|
|
2983
|
+
214,
|
|
2984
|
+
213,
|
|
2985
|
+
218,
|
|
2986
|
+
220
|
|
3176
2987
|
]
|
|
3177
2988
|
}
|
|
3178
2989
|
],
|
|
@@ -3190,36 +3001,36 @@
|
|
|
3190
3001
|
"title": "Enumerations",
|
|
3191
3002
|
"kind": 8,
|
|
3192
3003
|
"children": [
|
|
3193
|
-
|
|
3004
|
+
111
|
|
3194
3005
|
]
|
|
3195
3006
|
},
|
|
3196
3007
|
{
|
|
3197
3008
|
"title": "Classes",
|
|
3198
3009
|
"kind": 128,
|
|
3199
3010
|
"children": [
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3011
|
+
107,
|
|
3012
|
+
116,
|
|
3013
|
+
119,
|
|
3014
|
+
127,
|
|
3015
|
+
134,
|
|
3016
|
+
176,
|
|
3017
|
+
221,
|
|
3018
|
+
224,
|
|
3208
3019
|
1,
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3020
|
+
22,
|
|
3021
|
+
25,
|
|
3022
|
+
28,
|
|
3023
|
+
31
|
|
3213
3024
|
]
|
|
3214
3025
|
},
|
|
3215
3026
|
{
|
|
3216
3027
|
"title": "Interfaces",
|
|
3217
3028
|
"kind": 256,
|
|
3218
3029
|
"children": [
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3030
|
+
94,
|
|
3031
|
+
99,
|
|
3032
|
+
101,
|
|
3033
|
+
211
|
|
3223
3034
|
]
|
|
3224
3035
|
}
|
|
3225
3036
|
],
|
|
@@ -3240,7 +3051,7 @@
|
|
|
3240
3051
|
{
|
|
3241
3052
|
"fileName": "confirm-demo.component.ts",
|
|
3242
3053
|
"filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.ts",
|
|
3243
|
-
"rawContents": "import { Component } from '@angular/core';\nimport {\n SkyConfirmButtonConfig,\n SkyConfirmInstance,\n SkyConfirmService,\n SkyConfirmType,\n} from '@skyux/modals';\n\n@Component({\n selector: 'app-confirm-demo',\n templateUrl: './confirm-demo.component.html',\n})\nexport class ConfirmDemoComponent {\n public selectedAction: string | undefined;\n\n public selectedText: string | undefined;\n\n constructor(
|
|
3054
|
+
"rawContents": "import { Component } from '@angular/core';\nimport {\n SkyConfirmButtonConfig,\n SkyConfirmInstance,\n SkyConfirmService,\n SkyConfirmType,\n} from '@skyux/modals';\n\n@Component({\n selector: 'app-confirm-demo',\n templateUrl: './confirm-demo.component.html',\n})\nexport class ConfirmDemoComponent {\n public selectedAction: string | undefined;\n\n public selectedText: string | undefined;\n\n #confirmSvc: SkyConfirmService;\n\n constructor(confirmSvc: SkyConfirmService) {\n this.#confirmSvc = confirmSvc;\n }\n\n public openOKConfirm(): void {\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message:\n 'Use the OK button type for information that does not require user action.',\n type: SkyConfirmType.OK,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedText = undefined;\n this.selectedAction = result.action;\n });\n }\n\n public openCustomConfirm(): void {\n const buttons: SkyConfirmButtonConfig[] = [\n { text: 'Save', action: 'save', styleType: 'primary' },\n { text: 'Delete', action: 'delete' },\n { text: 'Cancel', action: 'cancel', styleType: 'link' },\n ];\n\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message: 'Use the Custom button type to define your own buttons.',\n body: 'Labels should clearly indicate the action occurs when users select the button.',\n type: SkyConfirmType.Custom,\n buttons,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedAction = result.action;\n\n for (const button of buttons) {\n if (button.action === result.action) {\n this.selectedText = button.text;\n break;\n }\n }\n });\n }\n}\n"
|
|
3244
3055
|
},
|
|
3245
3056
|
{
|
|
3246
3057
|
"fileName": "confirm-demo.module.ts",
|
|
@@ -3265,7 +3076,7 @@
|
|
|
3265
3076
|
{
|
|
3266
3077
|
"fileName": "modal-demo.component.ts",
|
|
3267
3078
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.component.ts",
|
|
3268
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyModalService } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html',\n})\nexport class ModalDemoComponent {\n public helpKey = 'help-demo.html';\n\n public modalSize = 'medium';\n\n constructor(
|
|
3079
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyModalService } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html',\n})\nexport class ModalDemoComponent {\n public helpKey = 'help-demo.html';\n\n public modalSize = 'medium';\n\n #modalSvc: SkyModalService;\n\n constructor(modalSvc: SkyModalService) {\n this.#modalSvc = modalSvc;\n }\n\n public onOpenModalClick(): void {\n const modalInstanceType: any = ModalDemoModalComponent;\n const options: any = {\n helpKey: this.helpKey,\n size: this.modalSize,\n };\n\n this.#modalSvc.open(modalInstanceType, options);\n }\n}\n"
|
|
3269
3080
|
},
|
|
3270
3081
|
{
|
|
3271
3082
|
"fileName": "modal-demo.module.ts",
|