@skyux/modals 6.16.0 → 6.18.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 +223 -261
- package/esm2020/lib/modules/confirm/confirm.component.mjs +2 -2
- package/esm2020/lib/modules/modal/modal-adapter.service.mjs +50 -3
- package/esm2020/lib/modules/modal/modal-host.component.mjs +28 -9
- package/esm2020/lib/modules/modal/modal-host.service.mjs +7 -6
- package/esm2020/lib/modules/modal/modal-instance.mjs +1 -1
- package/esm2020/lib/modules/modal/modal.component.mjs +6 -4
- package/esm2020/testing/modal-fixture.mjs +2 -1
- package/fesm2015/skyux-modals-testing.mjs +1 -0
- package/fesm2015/skyux-modals-testing.mjs.map +1 -1
- package/fesm2015/skyux-modals.mjs +86 -18
- package/fesm2015/skyux-modals.mjs.map +1 -1
- package/fesm2020/skyux-modals-testing.mjs +1 -0
- package/fesm2020/skyux-modals-testing.mjs.map +1 -1
- package/fesm2020/skyux-modals.mjs +86 -18
- package/fesm2020/skyux-modals.mjs.map +1 -1
- package/lib/modules/modal/modal-adapter.service.d.ts +12 -0
- package/lib/modules/modal/modal-host.component.d.ts +2 -2
- package/lib/modules/modal/modal-host.service.d.ts +4 -4
- package/lib/modules/modal/modal-instance.d.ts +1 -1
- package/package.json +5 -5
- package/testing/modal-fixture.d.ts +1 -0
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
|
-
112,
|
|
128
|
-
113,
|
|
129
126
|
114,
|
|
130
|
-
115
|
|
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",
|
|
@@ -281,35 +280,35 @@
|
|
|
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",
|
|
@@ -325,7 +324,7 @@
|
|
|
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
|
-
179,
|
|
964
960
|
181,
|
|
965
|
-
183
|
|
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",
|
|
@@ -1067,14 +1064,14 @@
|
|
|
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",
|
|
@@ -1112,7 +1109,7 @@
|
|
|
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",
|
|
@@ -1234,14 +1231,14 @@
|
|
|
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",
|
|
@@ -1262,24 +1259,24 @@
|
|
|
1262
1259
|
],
|
|
1263
1260
|
"type": {
|
|
1264
1261
|
"type": "reference",
|
|
1265
|
-
"id":
|
|
1262
|
+
"id": 103,
|
|
1266
1263
|
"name": "SkyConfirmConfig"
|
|
1267
1264
|
}
|
|
1268
1265
|
},
|
|
1269
1266
|
{
|
|
1270
|
-
"id":
|
|
1267
|
+
"id": 7,
|
|
1271
1268
|
"name": "modal",
|
|
1272
1269
|
"kind": 32768,
|
|
1273
1270
|
"kindString": "Parameter",
|
|
1274
1271
|
"flags": {},
|
|
1275
1272
|
"type": {
|
|
1276
1273
|
"type": "reference",
|
|
1277
|
-
"id":
|
|
1274
|
+
"id": 178,
|
|
1278
1275
|
"name": "SkyModalInstance"
|
|
1279
1276
|
}
|
|
1280
1277
|
},
|
|
1281
1278
|
{
|
|
1282
|
-
"id":
|
|
1279
|
+
"id": 8,
|
|
1283
1280
|
"name": "resourcesService",
|
|
1284
1281
|
"kind": 32768,
|
|
1285
1282
|
"kindString": "Parameter",
|
|
@@ -1304,14 +1301,14 @@
|
|
|
1304
1301
|
],
|
|
1305
1302
|
"type": {
|
|
1306
1303
|
"type": "reference",
|
|
1307
|
-
"id":
|
|
1304
|
+
"id": 3,
|
|
1308
1305
|
"name": "SkyConfirmComponent"
|
|
1309
1306
|
}
|
|
1310
1307
|
}
|
|
1311
1308
|
]
|
|
1312
1309
|
},
|
|
1313
1310
|
{
|
|
1314
|
-
"id":
|
|
1311
|
+
"id": 11,
|
|
1315
1312
|
"name": "body",
|
|
1316
1313
|
"kind": 1024,
|
|
1317
1314
|
"kindString": "Property",
|
|
@@ -1331,7 +1328,7 @@
|
|
|
1331
1328
|
}
|
|
1332
1329
|
},
|
|
1333
1330
|
{
|
|
1334
|
-
"id":
|
|
1331
|
+
"id": 9,
|
|
1335
1332
|
"name": "buttons",
|
|
1336
1333
|
"kind": 1024,
|
|
1337
1334
|
"kindString": "Property",
|
|
@@ -1354,7 +1351,7 @@
|
|
|
1354
1351
|
}
|
|
1355
1352
|
},
|
|
1356
1353
|
{
|
|
1357
|
-
"id":
|
|
1354
|
+
"id": 10,
|
|
1358
1355
|
"name": "message",
|
|
1359
1356
|
"kind": 1024,
|
|
1360
1357
|
"kindString": "Property",
|
|
@@ -1374,7 +1371,7 @@
|
|
|
1374
1371
|
}
|
|
1375
1372
|
},
|
|
1376
1373
|
{
|
|
1377
|
-
"id":
|
|
1374
|
+
"id": 12,
|
|
1378
1375
|
"name": "preserveWhiteSpace",
|
|
1379
1376
|
"kind": 1024,
|
|
1380
1377
|
"kindString": "Property",
|
|
@@ -1395,7 +1392,7 @@
|
|
|
1395
1392
|
"defaultValue": "false"
|
|
1396
1393
|
},
|
|
1397
1394
|
{
|
|
1398
|
-
"id":
|
|
1395
|
+
"id": 16,
|
|
1399
1396
|
"name": "close",
|
|
1400
1397
|
"kind": 2048,
|
|
1401
1398
|
"kindString": "Method",
|
|
@@ -1411,14 +1408,14 @@
|
|
|
1411
1408
|
],
|
|
1412
1409
|
"signatures": [
|
|
1413
1410
|
{
|
|
1414
|
-
"id":
|
|
1411
|
+
"id": 17,
|
|
1415
1412
|
"name": "close",
|
|
1416
1413
|
"kind": 4096,
|
|
1417
1414
|
"kindString": "Call signature",
|
|
1418
1415
|
"flags": {},
|
|
1419
1416
|
"parameters": [
|
|
1420
1417
|
{
|
|
1421
|
-
"id":
|
|
1418
|
+
"id": 18,
|
|
1422
1419
|
"name": "button",
|
|
1423
1420
|
"kind": 32768,
|
|
1424
1421
|
"kindString": "Parameter",
|
|
@@ -1442,24 +1439,24 @@
|
|
|
1442
1439
|
"title": "Constructors",
|
|
1443
1440
|
"kind": 512,
|
|
1444
1441
|
"children": [
|
|
1445
|
-
|
|
1442
|
+
4
|
|
1446
1443
|
]
|
|
1447
1444
|
},
|
|
1448
1445
|
{
|
|
1449
1446
|
"title": "Properties",
|
|
1450
1447
|
"kind": 1024,
|
|
1451
1448
|
"children": [
|
|
1449
|
+
11,
|
|
1452
1450
|
9,
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
10
|
|
1451
|
+
10,
|
|
1452
|
+
12
|
|
1456
1453
|
]
|
|
1457
1454
|
},
|
|
1458
1455
|
{
|
|
1459
1456
|
"title": "Methods",
|
|
1460
1457
|
"kind": 2048,
|
|
1461
1458
|
"children": [
|
|
1462
|
-
|
|
1459
|
+
16
|
|
1463
1460
|
]
|
|
1464
1461
|
}
|
|
1465
1462
|
],
|
|
@@ -1472,7 +1469,7 @@
|
|
|
1472
1469
|
]
|
|
1473
1470
|
},
|
|
1474
1471
|
{
|
|
1475
|
-
"id":
|
|
1472
|
+
"id": 24,
|
|
1476
1473
|
"name": "SkyModalContentComponent",
|
|
1477
1474
|
"kind": 128,
|
|
1478
1475
|
"kindString": "Class",
|
|
@@ -1500,7 +1497,7 @@
|
|
|
1500
1497
|
"title": "Constructors",
|
|
1501
1498
|
"kind": 512,
|
|
1502
1499
|
"children": [
|
|
1503
|
-
|
|
1500
|
+
25
|
|
1504
1501
|
]
|
|
1505
1502
|
}
|
|
1506
1503
|
],
|
|
@@ -1513,7 +1510,7 @@
|
|
|
1513
1510
|
]
|
|
1514
1511
|
},
|
|
1515
1512
|
{
|
|
1516
|
-
"id":
|
|
1513
|
+
"id": 27,
|
|
1517
1514
|
"name": "SkyModalFooterComponent",
|
|
1518
1515
|
"kind": 128,
|
|
1519
1516
|
"kindString": "Class",
|
|
@@ -1541,7 +1538,7 @@
|
|
|
1541
1538
|
"title": "Constructors",
|
|
1542
1539
|
"kind": 512,
|
|
1543
1540
|
"children": [
|
|
1544
|
-
|
|
1541
|
+
28
|
|
1545
1542
|
]
|
|
1546
1543
|
}
|
|
1547
1544
|
],
|
|
@@ -1554,7 +1551,7 @@
|
|
|
1554
1551
|
]
|
|
1555
1552
|
},
|
|
1556
1553
|
{
|
|
1557
|
-
"id":
|
|
1554
|
+
"id": 30,
|
|
1558
1555
|
"name": "SkyModalHeaderComponent",
|
|
1559
1556
|
"kind": 128,
|
|
1560
1557
|
"kindString": "Class",
|
|
@@ -1582,7 +1579,7 @@
|
|
|
1582
1579
|
"title": "Constructors",
|
|
1583
1580
|
"kind": 512,
|
|
1584
1581
|
"children": [
|
|
1585
|
-
|
|
1582
|
+
31
|
|
1586
1583
|
]
|
|
1587
1584
|
}
|
|
1588
1585
|
],
|
|
@@ -1595,7 +1592,7 @@
|
|
|
1595
1592
|
]
|
|
1596
1593
|
},
|
|
1597
1594
|
{
|
|
1598
|
-
"id":
|
|
1595
|
+
"id": 33,
|
|
1599
1596
|
"name": "SkyModalComponent",
|
|
1600
1597
|
"kind": 128,
|
|
1601
1598
|
"kindString": "Class",
|
|
@@ -1619,7 +1616,7 @@
|
|
|
1619
1616
|
],
|
|
1620
1617
|
"children": [
|
|
1621
1618
|
{
|
|
1622
|
-
"id":
|
|
1619
|
+
"id": 34,
|
|
1623
1620
|
"name": "constructor",
|
|
1624
1621
|
"kind": 512,
|
|
1625
1622
|
"kindString": "Constructor",
|
|
@@ -1633,14 +1630,14 @@
|
|
|
1633
1630
|
],
|
|
1634
1631
|
"signatures": [
|
|
1635
1632
|
{
|
|
1636
|
-
"id":
|
|
1633
|
+
"id": 35,
|
|
1637
1634
|
"name": "SkyModalComponent",
|
|
1638
1635
|
"kind": 16384,
|
|
1639
1636
|
"kindString": "Constructor signature",
|
|
1640
1637
|
"flags": {},
|
|
1641
1638
|
"parameters": [
|
|
1642
1639
|
{
|
|
1643
|
-
"id":
|
|
1640
|
+
"id": 36,
|
|
1644
1641
|
"name": "hostService",
|
|
1645
1642
|
"kind": 32768,
|
|
1646
1643
|
"kindString": "Parameter",
|
|
@@ -1651,7 +1648,7 @@
|
|
|
1651
1648
|
}
|
|
1652
1649
|
},
|
|
1653
1650
|
{
|
|
1654
|
-
"id":
|
|
1651
|
+
"id": 37,
|
|
1655
1652
|
"name": "config",
|
|
1656
1653
|
"kind": 32768,
|
|
1657
1654
|
"kindString": "Parameter",
|
|
@@ -1662,7 +1659,7 @@
|
|
|
1662
1659
|
}
|
|
1663
1660
|
},
|
|
1664
1661
|
{
|
|
1665
|
-
"id":
|
|
1662
|
+
"id": 38,
|
|
1666
1663
|
"name": "elRef",
|
|
1667
1664
|
"kind": 32768,
|
|
1668
1665
|
"kindString": "Parameter",
|
|
@@ -1681,7 +1678,7 @@
|
|
|
1681
1678
|
}
|
|
1682
1679
|
},
|
|
1683
1680
|
{
|
|
1684
|
-
"id":
|
|
1681
|
+
"id": 39,
|
|
1685
1682
|
"name": "windowRef",
|
|
1686
1683
|
"kind": 32768,
|
|
1687
1684
|
"kindString": "Parameter",
|
|
@@ -1692,7 +1689,7 @@
|
|
|
1692
1689
|
}
|
|
1693
1690
|
},
|
|
1694
1691
|
{
|
|
1695
|
-
"id":
|
|
1692
|
+
"id": 40,
|
|
1696
1693
|
"name": "componentAdapter",
|
|
1697
1694
|
"kind": 32768,
|
|
1698
1695
|
"kindString": "Parameter",
|
|
@@ -1703,7 +1700,7 @@
|
|
|
1703
1700
|
}
|
|
1704
1701
|
},
|
|
1705
1702
|
{
|
|
1706
|
-
"id":
|
|
1703
|
+
"id": 41,
|
|
1707
1704
|
"name": "coreAdapter",
|
|
1708
1705
|
"kind": 32768,
|
|
1709
1706
|
"kindString": "Parameter",
|
|
@@ -1714,7 +1711,7 @@
|
|
|
1714
1711
|
}
|
|
1715
1712
|
},
|
|
1716
1713
|
{
|
|
1717
|
-
"id":
|
|
1714
|
+
"id": 42,
|
|
1718
1715
|
"name": "dockService",
|
|
1719
1716
|
"kind": 32768,
|
|
1720
1717
|
"kindString": "Parameter",
|
|
@@ -1737,7 +1734,7 @@
|
|
|
1737
1734
|
}
|
|
1738
1735
|
},
|
|
1739
1736
|
{
|
|
1740
|
-
"id":
|
|
1737
|
+
"id": 43,
|
|
1741
1738
|
"name": "mediaQueryService",
|
|
1742
1739
|
"kind": 32768,
|
|
1743
1740
|
"kindString": "Parameter",
|
|
@@ -1764,14 +1761,14 @@
|
|
|
1764
1761
|
],
|
|
1765
1762
|
"type": {
|
|
1766
1763
|
"type": "reference",
|
|
1767
|
-
"id":
|
|
1764
|
+
"id": 33,
|
|
1768
1765
|
"name": "SkyModalComponent"
|
|
1769
1766
|
}
|
|
1770
1767
|
}
|
|
1771
1768
|
]
|
|
1772
1769
|
},
|
|
1773
1770
|
{
|
|
1774
|
-
"id":
|
|
1771
|
+
"id": 51,
|
|
1775
1772
|
"name": "ariaDescribedBy",
|
|
1776
1773
|
"kind": 1024,
|
|
1777
1774
|
"kindString": "Property",
|
|
@@ -1791,7 +1788,7 @@
|
|
|
1791
1788
|
}
|
|
1792
1789
|
},
|
|
1793
1790
|
{
|
|
1794
|
-
"id":
|
|
1791
|
+
"id": 52,
|
|
1795
1792
|
"name": "ariaLabelledBy",
|
|
1796
1793
|
"kind": 1024,
|
|
1797
1794
|
"kindString": "Property",
|
|
@@ -1811,7 +1808,7 @@
|
|
|
1811
1808
|
}
|
|
1812
1809
|
},
|
|
1813
1810
|
{
|
|
1814
|
-
"id":
|
|
1811
|
+
"id": 49,
|
|
1815
1812
|
"name": "ariaRoleOrDefault",
|
|
1816
1813
|
"kind": 1024,
|
|
1817
1814
|
"kindString": "Property",
|
|
@@ -1832,7 +1829,7 @@
|
|
|
1832
1829
|
"defaultValue": "ARIA_ROLE_DEFAULT"
|
|
1833
1830
|
},
|
|
1834
1831
|
{
|
|
1835
|
-
"id":
|
|
1832
|
+
"id": 53,
|
|
1836
1833
|
"name": "helpKey",
|
|
1837
1834
|
"kind": 1024,
|
|
1838
1835
|
"kindString": "Property",
|
|
@@ -1852,7 +1849,7 @@
|
|
|
1852
1849
|
}
|
|
1853
1850
|
},
|
|
1854
1851
|
{
|
|
1855
|
-
"id":
|
|
1852
|
+
"id": 55,
|
|
1856
1853
|
"name": "modalContentId",
|
|
1857
1854
|
"kind": 1024,
|
|
1858
1855
|
"kindString": "Property",
|
|
@@ -1873,7 +1870,7 @@
|
|
|
1873
1870
|
"defaultValue": "..."
|
|
1874
1871
|
},
|
|
1875
1872
|
{
|
|
1876
|
-
"id":
|
|
1873
|
+
"id": 56,
|
|
1877
1874
|
"name": "modalHeaderId",
|
|
1878
1875
|
"kind": 1024,
|
|
1879
1876
|
"kindString": "Property",
|
|
@@ -1894,7 +1891,7 @@
|
|
|
1894
1891
|
"defaultValue": "..."
|
|
1895
1892
|
},
|
|
1896
1893
|
{
|
|
1897
|
-
"id":
|
|
1894
|
+
"id": 54,
|
|
1898
1895
|
"name": "modalState",
|
|
1899
1896
|
"kind": 1024,
|
|
1900
1897
|
"kindString": "Property",
|
|
@@ -1915,7 +1912,7 @@
|
|
|
1915
1912
|
"defaultValue": "'in'"
|
|
1916
1913
|
},
|
|
1917
1914
|
{
|
|
1918
|
-
"id":
|
|
1915
|
+
"id": 57,
|
|
1919
1916
|
"name": "modalZIndex",
|
|
1920
1917
|
"kind": 1024,
|
|
1921
1918
|
"kindString": "Property",
|
|
@@ -1935,7 +1932,7 @@
|
|
|
1935
1932
|
}
|
|
1936
1933
|
},
|
|
1937
1934
|
{
|
|
1938
|
-
"id":
|
|
1935
|
+
"id": 58,
|
|
1939
1936
|
"name": "scrollShadow",
|
|
1940
1937
|
"kind": 1024,
|
|
1941
1938
|
"kindString": "Property",
|
|
@@ -1955,7 +1952,7 @@
|
|
|
1955
1952
|
}
|
|
1956
1953
|
},
|
|
1957
1954
|
{
|
|
1958
|
-
"id":
|
|
1955
|
+
"id": 59,
|
|
1959
1956
|
"name": "size",
|
|
1960
1957
|
"kind": 1024,
|
|
1961
1958
|
"kindString": "Property",
|
|
@@ -1975,7 +1972,7 @@
|
|
|
1975
1972
|
}
|
|
1976
1973
|
},
|
|
1977
1974
|
{
|
|
1978
|
-
"id":
|
|
1975
|
+
"id": 44,
|
|
1979
1976
|
"name": "wrapperClass",
|
|
1980
1977
|
"kind": 1024,
|
|
1981
1978
|
"kindString": "Property",
|
|
@@ -2009,7 +2006,7 @@
|
|
|
2009
2006
|
}
|
|
2010
2007
|
},
|
|
2011
2008
|
{
|
|
2012
|
-
"id":
|
|
2009
|
+
"id": 81,
|
|
2013
2010
|
"name": "closeButtonClick",
|
|
2014
2011
|
"kind": 2048,
|
|
2015
2012
|
"kindString": "Method",
|
|
@@ -2019,13 +2016,13 @@
|
|
|
2019
2016
|
"sources": [
|
|
2020
2017
|
{
|
|
2021
2018
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2022
|
-
"line":
|
|
2019
|
+
"line": 227,
|
|
2023
2020
|
"character": 9
|
|
2024
2021
|
}
|
|
2025
2022
|
],
|
|
2026
2023
|
"signatures": [
|
|
2027
2024
|
{
|
|
2028
|
-
"id":
|
|
2025
|
+
"id": 82,
|
|
2029
2026
|
"name": "closeButtonClick",
|
|
2030
2027
|
"kind": 4096,
|
|
2031
2028
|
"kindString": "Call signature",
|
|
@@ -2038,7 +2035,7 @@
|
|
|
2038
2035
|
]
|
|
2039
2036
|
},
|
|
2040
2037
|
{
|
|
2041
|
-
"id":
|
|
2038
|
+
"id": 79,
|
|
2042
2039
|
"name": "helpButtonClick",
|
|
2043
2040
|
"kind": 2048,
|
|
2044
2041
|
"kindString": "Method",
|
|
@@ -2054,7 +2051,7 @@
|
|
|
2054
2051
|
],
|
|
2055
2052
|
"signatures": [
|
|
2056
2053
|
{
|
|
2057
|
-
"id":
|
|
2054
|
+
"id": 80,
|
|
2058
2055
|
"name": "helpButtonClick",
|
|
2059
2056
|
"kind": 4096,
|
|
2060
2057
|
"kindString": "Call signature",
|
|
@@ -2067,7 +2064,7 @@
|
|
|
2067
2064
|
]
|
|
2068
2065
|
},
|
|
2069
2066
|
{
|
|
2070
|
-
"id":
|
|
2067
|
+
"id": 75,
|
|
2071
2068
|
"name": "ngAfterViewInit",
|
|
2072
2069
|
"kind": 2048,
|
|
2073
2070
|
"kindString": "Method",
|
|
@@ -2083,7 +2080,7 @@
|
|
|
2083
2080
|
],
|
|
2084
2081
|
"signatures": [
|
|
2085
2082
|
{
|
|
2086
|
-
"id":
|
|
2083
|
+
"id": 76,
|
|
2087
2084
|
"name": "ngAfterViewInit",
|
|
2088
2085
|
"kind": 4096,
|
|
2089
2086
|
"kindString": "Call signature",
|
|
@@ -2104,7 +2101,7 @@
|
|
|
2104
2101
|
}
|
|
2105
2102
|
},
|
|
2106
2103
|
{
|
|
2107
|
-
"id":
|
|
2104
|
+
"id": 77,
|
|
2108
2105
|
"name": "ngOnDestroy",
|
|
2109
2106
|
"kind": 2048,
|
|
2110
2107
|
"kindString": "Method",
|
|
@@ -2120,7 +2117,7 @@
|
|
|
2120
2117
|
],
|
|
2121
2118
|
"signatures": [
|
|
2122
2119
|
{
|
|
2123
|
-
"id":
|
|
2120
|
+
"id": 78,
|
|
2124
2121
|
"name": "ngOnDestroy",
|
|
2125
2122
|
"kind": 4096,
|
|
2126
2123
|
"kindString": "Call signature",
|
|
@@ -2141,7 +2138,7 @@
|
|
|
2141
2138
|
}
|
|
2142
2139
|
},
|
|
2143
2140
|
{
|
|
2144
|
-
"id":
|
|
2141
|
+
"id": 72,
|
|
2145
2142
|
"name": "onDocumentKeyDown",
|
|
2146
2143
|
"kind": 2048,
|
|
2147
2144
|
"kindString": "Method",
|
|
@@ -2172,14 +2169,14 @@
|
|
|
2172
2169
|
],
|
|
2173
2170
|
"signatures": [
|
|
2174
2171
|
{
|
|
2175
|
-
"id":
|
|
2172
|
+
"id": 73,
|
|
2176
2173
|
"name": "onDocumentKeyDown",
|
|
2177
2174
|
"kind": 4096,
|
|
2178
2175
|
"kindString": "Call signature",
|
|
2179
2176
|
"flags": {},
|
|
2180
2177
|
"parameters": [
|
|
2181
2178
|
{
|
|
2182
|
-
"id":
|
|
2179
|
+
"id": 74,
|
|
2183
2180
|
"name": "event",
|
|
2184
2181
|
"kind": 32768,
|
|
2185
2182
|
"kindString": "Parameter",
|
|
@@ -2200,7 +2197,7 @@
|
|
|
2200
2197
|
]
|
|
2201
2198
|
},
|
|
2202
2199
|
{
|
|
2203
|
-
"id":
|
|
2200
|
+
"id": 69,
|
|
2204
2201
|
"name": "onDocumentKeyUp",
|
|
2205
2202
|
"kind": 2048,
|
|
2206
2203
|
"kindString": "Method",
|
|
@@ -2231,14 +2228,14 @@
|
|
|
2231
2228
|
],
|
|
2232
2229
|
"signatures": [
|
|
2233
2230
|
{
|
|
2234
|
-
"id":
|
|
2231
|
+
"id": 70,
|
|
2235
2232
|
"name": "onDocumentKeyUp",
|
|
2236
2233
|
"kind": 4096,
|
|
2237
2234
|
"kindString": "Call signature",
|
|
2238
2235
|
"flags": {},
|
|
2239
2236
|
"parameters": [
|
|
2240
2237
|
{
|
|
2241
|
-
"id":
|
|
2238
|
+
"id": 71,
|
|
2242
2239
|
"name": "event",
|
|
2243
2240
|
"kind": 32768,
|
|
2244
2241
|
"kindString": "Parameter",
|
|
@@ -2259,7 +2256,7 @@
|
|
|
2259
2256
|
]
|
|
2260
2257
|
},
|
|
2261
2258
|
{
|
|
2262
|
-
"id":
|
|
2259
|
+
"id": 85,
|
|
2263
2260
|
"name": "scrollShadowChange",
|
|
2264
2261
|
"kind": 2048,
|
|
2265
2262
|
"kindString": "Method",
|
|
@@ -2269,20 +2266,20 @@
|
|
|
2269
2266
|
"sources": [
|
|
2270
2267
|
{
|
|
2271
2268
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2272
|
-
"line":
|
|
2269
|
+
"line": 235,
|
|
2273
2270
|
"character": 9
|
|
2274
2271
|
}
|
|
2275
2272
|
],
|
|
2276
2273
|
"signatures": [
|
|
2277
2274
|
{
|
|
2278
|
-
"id":
|
|
2275
|
+
"id": 86,
|
|
2279
2276
|
"name": "scrollShadowChange",
|
|
2280
2277
|
"kind": 4096,
|
|
2281
2278
|
"kindString": "Call signature",
|
|
2282
2279
|
"flags": {},
|
|
2283
2280
|
"parameters": [
|
|
2284
2281
|
{
|
|
2285
|
-
"id":
|
|
2282
|
+
"id": 87,
|
|
2286
2283
|
"name": "args",
|
|
2287
2284
|
"kind": 32768,
|
|
2288
2285
|
"kindString": "Parameter",
|
|
@@ -2301,7 +2298,7 @@
|
|
|
2301
2298
|
]
|
|
2302
2299
|
},
|
|
2303
2300
|
{
|
|
2304
|
-
"id":
|
|
2301
|
+
"id": 88,
|
|
2305
2302
|
"name": "viewkeeperEnabled",
|
|
2306
2303
|
"kind": 2048,
|
|
2307
2304
|
"kindString": "Method",
|
|
@@ -2311,13 +2308,13 @@
|
|
|
2311
2308
|
"sources": [
|
|
2312
2309
|
{
|
|
2313
2310
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2314
|
-
"line":
|
|
2311
|
+
"line": 239,
|
|
2315
2312
|
"character": 9
|
|
2316
2313
|
}
|
|
2317
2314
|
],
|
|
2318
2315
|
"signatures": [
|
|
2319
2316
|
{
|
|
2320
|
-
"id":
|
|
2317
|
+
"id": 89,
|
|
2321
2318
|
"name": "viewkeeperEnabled",
|
|
2322
2319
|
"kind": 4096,
|
|
2323
2320
|
"kindString": "Call signature",
|
|
@@ -2330,7 +2327,7 @@
|
|
|
2330
2327
|
]
|
|
2331
2328
|
},
|
|
2332
2329
|
{
|
|
2333
|
-
"id":
|
|
2330
|
+
"id": 83,
|
|
2334
2331
|
"name": "windowResize",
|
|
2335
2332
|
"kind": 2048,
|
|
2336
2333
|
"kindString": "Method",
|
|
@@ -2340,13 +2337,13 @@
|
|
|
2340
2337
|
"sources": [
|
|
2341
2338
|
{
|
|
2342
2339
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2343
|
-
"line":
|
|
2340
|
+
"line": 231,
|
|
2344
2341
|
"character": 9
|
|
2345
2342
|
}
|
|
2346
2343
|
],
|
|
2347
2344
|
"signatures": [
|
|
2348
2345
|
{
|
|
2349
|
-
"id":
|
|
2346
|
+
"id": 84,
|
|
2350
2347
|
"name": "windowResize",
|
|
2351
2348
|
"kind": 4096,
|
|
2352
2349
|
"kindString": "Call signature",
|
|
@@ -2364,39 +2361,39 @@
|
|
|
2364
2361
|
"title": "Constructors",
|
|
2365
2362
|
"kind": 512,
|
|
2366
2363
|
"children": [
|
|
2367
|
-
|
|
2364
|
+
34
|
|
2368
2365
|
]
|
|
2369
2366
|
},
|
|
2370
2367
|
{
|
|
2371
2368
|
"title": "Properties",
|
|
2372
2369
|
"kind": 1024,
|
|
2373
2370
|
"children": [
|
|
2374
|
-
49,
|
|
2375
|
-
50,
|
|
2376
|
-
47,
|
|
2377
2371
|
51,
|
|
2378
|
-
53,
|
|
2379
|
-
54,
|
|
2380
2372
|
52,
|
|
2373
|
+
49,
|
|
2374
|
+
53,
|
|
2381
2375
|
55,
|
|
2382
2376
|
56,
|
|
2377
|
+
54,
|
|
2383
2378
|
57,
|
|
2384
|
-
|
|
2379
|
+
58,
|
|
2380
|
+
59,
|
|
2381
|
+
44
|
|
2385
2382
|
]
|
|
2386
2383
|
},
|
|
2387
2384
|
{
|
|
2388
2385
|
"title": "Methods",
|
|
2389
2386
|
"kind": 2048,
|
|
2390
2387
|
"children": [
|
|
2388
|
+
81,
|
|
2391
2389
|
79,
|
|
2392
|
-
77,
|
|
2393
|
-
73,
|
|
2394
2390
|
75,
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2391
|
+
77,
|
|
2392
|
+
72,
|
|
2393
|
+
69,
|
|
2394
|
+
85,
|
|
2395
|
+
88,
|
|
2396
|
+
83
|
|
2400
2397
|
]
|
|
2401
2398
|
}
|
|
2402
2399
|
],
|
|
@@ -2423,14 +2420,14 @@
|
|
|
2423
2420
|
]
|
|
2424
2421
|
},
|
|
2425
2422
|
{
|
|
2426
|
-
"id":
|
|
2423
|
+
"id": 96,
|
|
2427
2424
|
"name": "SkyConfirmButtonConfig",
|
|
2428
2425
|
"kind": 256,
|
|
2429
2426
|
"kindString": "Interface",
|
|
2430
2427
|
"flags": {},
|
|
2431
2428
|
"children": [
|
|
2432
2429
|
{
|
|
2433
|
-
"id":
|
|
2430
|
+
"id": 97,
|
|
2434
2431
|
"name": "action",
|
|
2435
2432
|
"kind": 1024,
|
|
2436
2433
|
"kindString": "Property",
|
|
@@ -2451,7 +2448,7 @@
|
|
|
2451
2448
|
}
|
|
2452
2449
|
},
|
|
2453
2450
|
{
|
|
2454
|
-
"id":
|
|
2451
|
+
"id": 100,
|
|
2455
2452
|
"name": "autofocus",
|
|
2456
2453
|
"kind": 1024,
|
|
2457
2454
|
"kindString": "Property",
|
|
@@ -2474,7 +2471,7 @@
|
|
|
2474
2471
|
}
|
|
2475
2472
|
},
|
|
2476
2473
|
{
|
|
2477
|
-
"id":
|
|
2474
|
+
"id": 99,
|
|
2478
2475
|
"name": "styleType",
|
|
2479
2476
|
"kind": 1024,
|
|
2480
2477
|
"kindString": "Property",
|
|
@@ -2497,7 +2494,7 @@
|
|
|
2497
2494
|
}
|
|
2498
2495
|
},
|
|
2499
2496
|
{
|
|
2500
|
-
"id":
|
|
2497
|
+
"id": 98,
|
|
2501
2498
|
"name": "text",
|
|
2502
2499
|
"kind": 1024,
|
|
2503
2500
|
"kindString": "Property",
|
|
@@ -2523,10 +2520,10 @@
|
|
|
2523
2520
|
"title": "Properties",
|
|
2524
2521
|
"kind": 1024,
|
|
2525
2522
|
"children": [
|
|
2526
|
-
95,
|
|
2527
|
-
98,
|
|
2528
2523
|
97,
|
|
2529
|
-
|
|
2524
|
+
100,
|
|
2525
|
+
99,
|
|
2526
|
+
98
|
|
2530
2527
|
]
|
|
2531
2528
|
}
|
|
2532
2529
|
],
|
|
@@ -2539,14 +2536,14 @@
|
|
|
2539
2536
|
]
|
|
2540
2537
|
},
|
|
2541
2538
|
{
|
|
2542
|
-
"id":
|
|
2539
|
+
"id": 101,
|
|
2543
2540
|
"name": "SkyConfirmCloseEventArgs",
|
|
2544
2541
|
"kind": 256,
|
|
2545
2542
|
"kindString": "Interface",
|
|
2546
2543
|
"flags": {},
|
|
2547
2544
|
"children": [
|
|
2548
2545
|
{
|
|
2549
|
-
"id":
|
|
2546
|
+
"id": 102,
|
|
2550
2547
|
"name": "action",
|
|
2551
2548
|
"kind": 1024,
|
|
2552
2549
|
"kindString": "Property",
|
|
@@ -2572,7 +2569,7 @@
|
|
|
2572
2569
|
"title": "Properties",
|
|
2573
2570
|
"kind": 1024,
|
|
2574
2571
|
"children": [
|
|
2575
|
-
|
|
2572
|
+
102
|
|
2576
2573
|
]
|
|
2577
2574
|
}
|
|
2578
2575
|
],
|
|
@@ -2585,14 +2582,14 @@
|
|
|
2585
2582
|
]
|
|
2586
2583
|
},
|
|
2587
2584
|
{
|
|
2588
|
-
"id":
|
|
2585
|
+
"id": 103,
|
|
2589
2586
|
"name": "SkyConfirmConfig",
|
|
2590
2587
|
"kind": 256,
|
|
2591
2588
|
"kindString": "Interface",
|
|
2592
2589
|
"flags": {},
|
|
2593
2590
|
"children": [
|
|
2594
2591
|
{
|
|
2595
|
-
"id":
|
|
2592
|
+
"id": 105,
|
|
2596
2593
|
"name": "body",
|
|
2597
2594
|
"kind": 1024,
|
|
2598
2595
|
"kindString": "Property",
|
|
@@ -2615,7 +2612,7 @@
|
|
|
2615
2612
|
}
|
|
2616
2613
|
},
|
|
2617
2614
|
{
|
|
2618
|
-
"id":
|
|
2615
|
+
"id": 106,
|
|
2619
2616
|
"name": "buttons",
|
|
2620
2617
|
"kind": 1024,
|
|
2621
2618
|
"kindString": "Property",
|
|
@@ -2636,13 +2633,13 @@
|
|
|
2636
2633
|
"type": "array",
|
|
2637
2634
|
"elementType": {
|
|
2638
2635
|
"type": "reference",
|
|
2639
|
-
"id":
|
|
2636
|
+
"id": 96,
|
|
2640
2637
|
"name": "SkyConfirmButtonConfig"
|
|
2641
2638
|
}
|
|
2642
2639
|
}
|
|
2643
2640
|
},
|
|
2644
2641
|
{
|
|
2645
|
-
"id":
|
|
2642
|
+
"id": 104,
|
|
2646
2643
|
"name": "message",
|
|
2647
2644
|
"kind": 1024,
|
|
2648
2645
|
"kindString": "Property",
|
|
@@ -2669,7 +2666,7 @@
|
|
|
2669
2666
|
}
|
|
2670
2667
|
},
|
|
2671
2668
|
{
|
|
2672
|
-
"id":
|
|
2669
|
+
"id": 107,
|
|
2673
2670
|
"name": "preserveWhiteSpace",
|
|
2674
2671
|
"kind": 1024,
|
|
2675
2672
|
"kindString": "Property",
|
|
@@ -2698,7 +2695,7 @@
|
|
|
2698
2695
|
}
|
|
2699
2696
|
},
|
|
2700
2697
|
{
|
|
2701
|
-
"id":
|
|
2698
|
+
"id": 108,
|
|
2702
2699
|
"name": "type",
|
|
2703
2700
|
"kind": 1024,
|
|
2704
2701
|
"kindString": "Property",
|
|
@@ -2717,7 +2714,7 @@
|
|
|
2717
2714
|
],
|
|
2718
2715
|
"type": {
|
|
2719
2716
|
"type": "reference",
|
|
2720
|
-
"id":
|
|
2717
|
+
"id": 113,
|
|
2721
2718
|
"name": "SkyConfirmType"
|
|
2722
2719
|
}
|
|
2723
2720
|
}
|
|
@@ -2727,11 +2724,11 @@
|
|
|
2727
2724
|
"title": "Properties",
|
|
2728
2725
|
"kind": 1024,
|
|
2729
2726
|
"children": [
|
|
2730
|
-
103,
|
|
2731
|
-
104,
|
|
2732
|
-
102,
|
|
2733
2727
|
105,
|
|
2734
|
-
106
|
|
2728
|
+
106,
|
|
2729
|
+
104,
|
|
2730
|
+
107,
|
|
2731
|
+
108
|
|
2735
2732
|
]
|
|
2736
2733
|
}
|
|
2737
2734
|
],
|
|
@@ -2744,7 +2741,7 @@
|
|
|
2744
2741
|
]
|
|
2745
2742
|
},
|
|
2746
2743
|
{
|
|
2747
|
-
"id":
|
|
2744
|
+
"id": 213,
|
|
2748
2745
|
"name": "SkyModalConfigurationInterface",
|
|
2749
2746
|
"kind": 256,
|
|
2750
2747
|
"kindString": "Interface",
|
|
@@ -2754,7 +2751,7 @@
|
|
|
2754
2751
|
},
|
|
2755
2752
|
"children": [
|
|
2756
2753
|
{
|
|
2757
|
-
"id":
|
|
2754
|
+
"id": 217,
|
|
2758
2755
|
"name": "ariaDescribedBy",
|
|
2759
2756
|
"kind": 1024,
|
|
2760
2757
|
"kindString": "Property",
|
|
@@ -2777,7 +2774,7 @@
|
|
|
2777
2774
|
}
|
|
2778
2775
|
},
|
|
2779
2776
|
{
|
|
2780
|
-
"id":
|
|
2777
|
+
"id": 218,
|
|
2781
2778
|
"name": "ariaLabelledBy",
|
|
2782
2779
|
"kind": 1024,
|
|
2783
2780
|
"kindString": "Property",
|
|
@@ -2800,7 +2797,7 @@
|
|
|
2800
2797
|
}
|
|
2801
2798
|
},
|
|
2802
2799
|
{
|
|
2803
|
-
"id":
|
|
2800
|
+
"id": 219,
|
|
2804
2801
|
"name": "ariaRole",
|
|
2805
2802
|
"kind": 1024,
|
|
2806
2803
|
"kindString": "Property",
|
|
@@ -2829,7 +2826,7 @@
|
|
|
2829
2826
|
}
|
|
2830
2827
|
},
|
|
2831
2828
|
{
|
|
2832
|
-
"id":
|
|
2829
|
+
"id": 214,
|
|
2833
2830
|
"name": "fullPage",
|
|
2834
2831
|
"kind": 1024,
|
|
2835
2832
|
"kindString": "Property",
|
|
@@ -2852,7 +2849,7 @@
|
|
|
2852
2849
|
}
|
|
2853
2850
|
},
|
|
2854
2851
|
{
|
|
2855
|
-
"id":
|
|
2852
|
+
"id": 221,
|
|
2856
2853
|
"name": "helpKey",
|
|
2857
2854
|
"kind": 1024,
|
|
2858
2855
|
"kindString": "Property",
|
|
@@ -2875,7 +2872,7 @@
|
|
|
2875
2872
|
}
|
|
2876
2873
|
},
|
|
2877
2874
|
{
|
|
2878
|
-
"id":
|
|
2875
|
+
"id": 216,
|
|
2879
2876
|
"name": "providers",
|
|
2880
2877
|
"kind": 1024,
|
|
2881
2878
|
"kindString": "Property",
|
|
@@ -2901,7 +2898,7 @@
|
|
|
2901
2898
|
}
|
|
2902
2899
|
},
|
|
2903
2900
|
{
|
|
2904
|
-
"id":
|
|
2901
|
+
"id": 215,
|
|
2905
2902
|
"name": "size",
|
|
2906
2903
|
"kind": 1024,
|
|
2907
2904
|
"kindString": "Property",
|
|
@@ -2924,7 +2921,7 @@
|
|
|
2924
2921
|
}
|
|
2925
2922
|
},
|
|
2926
2923
|
{
|
|
2927
|
-
"id":
|
|
2924
|
+
"id": 220,
|
|
2928
2925
|
"name": "tiledBody",
|
|
2929
2926
|
"kind": 1024,
|
|
2930
2927
|
"kindString": "Property",
|
|
@@ -2947,7 +2944,7 @@
|
|
|
2947
2944
|
}
|
|
2948
2945
|
},
|
|
2949
2946
|
{
|
|
2950
|
-
"id":
|
|
2947
|
+
"id": 222,
|
|
2951
2948
|
"name": "wrapperClass",
|
|
2952
2949
|
"kind": 1024,
|
|
2953
2950
|
"kindString": "Property",
|
|
@@ -2975,15 +2972,15 @@
|
|
|
2975
2972
|
"title": "Properties",
|
|
2976
2973
|
"kind": 1024,
|
|
2977
2974
|
"children": [
|
|
2978
|
-
215,
|
|
2979
|
-
216,
|
|
2980
2975
|
217,
|
|
2981
|
-
|
|
2976
|
+
218,
|
|
2982
2977
|
219,
|
|
2983
2978
|
214,
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2979
|
+
221,
|
|
2980
|
+
216,
|
|
2981
|
+
215,
|
|
2982
|
+
220,
|
|
2983
|
+
222
|
|
2987
2984
|
]
|
|
2988
2985
|
}
|
|
2989
2986
|
],
|
|
@@ -2998,47 +2995,12 @@
|
|
|
2998
2995
|
],
|
|
2999
2996
|
"groups": [
|
|
3000
2997
|
{
|
|
3001
|
-
"title": "
|
|
3002
|
-
"kind":
|
|
3003
|
-
"children": [
|
|
3004
|
-
111
|
|
3005
|
-
]
|
|
3006
|
-
},
|
|
3007
|
-
{
|
|
3008
|
-
"title": "Classes",
|
|
3009
|
-
"kind": 128,
|
|
2998
|
+
"title": "Modules",
|
|
2999
|
+
"kind": 2,
|
|
3010
3000
|
"children": [
|
|
3011
|
-
107,
|
|
3012
|
-
116,
|
|
3013
|
-
119,
|
|
3014
|
-
127,
|
|
3015
|
-
134,
|
|
3016
|
-
176,
|
|
3017
|
-
221,
|
|
3018
|
-
224,
|
|
3019
3001
|
1,
|
|
3020
|
-
|
|
3021
|
-
25,
|
|
3022
|
-
28,
|
|
3023
|
-
31
|
|
3002
|
+
2
|
|
3024
3003
|
]
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"title": "Interfaces",
|
|
3028
|
-
"kind": 256,
|
|
3029
|
-
"children": [
|
|
3030
|
-
94,
|
|
3031
|
-
99,
|
|
3032
|
-
101,
|
|
3033
|
-
211
|
|
3034
|
-
]
|
|
3035
|
-
}
|
|
3036
|
-
],
|
|
3037
|
-
"sources": [
|
|
3038
|
-
{
|
|
3039
|
-
"fileName": "index.ts",
|
|
3040
|
-
"line": 2,
|
|
3041
|
-
"character": 0
|
|
3042
3004
|
}
|
|
3043
3005
|
]
|
|
3044
3006
|
},
|