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