@skyux/modals 8.4.0 → 8.6.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 +435 -317
- package/esm2020/index.mjs +3 -1
- package/esm2020/lib/modules/confirm/confirm.component.mjs +1 -1
- package/esm2020/lib/modules/modal/modal-error.mjs +2 -0
- package/esm2020/lib/modules/modal/modal-errors.service.mjs +24 -0
- package/esm2020/lib/modules/modal/modal-footer.component.mjs +10 -4
- package/esm2020/lib/modules/modal/modal.component.mjs +23 -5
- package/esm2020/lib/modules/modal/modal.module.mjs +5 -2
- package/fesm2015/skyux-modals.mjs +65 -22
- package/fesm2015/skyux-modals.mjs.map +1 -1
- package/fesm2020/skyux-modals.mjs +65 -22
- package/fesm2020/skyux-modals.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/modules/modal/modal-error.d.ts +9 -0
- package/lib/modules/modal/modal-errors.service.d.ts +14 -0
- package/lib/modules/modal/modal-footer.component.d.ts +2 -0
- package/lib/modules/modal/modal.component.d.ts +6 -1
- package/lib/modules/modal/modal.module.d.ts +1 -1
- package/package.json +5 -5
package/documentation.json
CHANGED
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
"SkyConfirmCloseEventArgs": "interface-skyconfirmcloseeventargs",
|
|
20
20
|
"SkyConfirmConfig": "interface-skyconfirmconfig",
|
|
21
21
|
"SkyModalConfigurationInterface": "interface-skymodalconfigurationinterface",
|
|
22
|
+
"SkyModalError": "interface-skymodalerror",
|
|
22
23
|
"SkyConfirmButtonStyleType": "type-alias-skyconfirmbuttonstyletype",
|
|
23
24
|
"SkyConfirmHarness": "class-skyconfirmharness",
|
|
24
25
|
"SkyModalHarness": "class-skymodalharness",
|
|
@@ -33,14 +34,14 @@
|
|
|
33
34
|
"originalName": "",
|
|
34
35
|
"children": [
|
|
35
36
|
{
|
|
36
|
-
"id":
|
|
37
|
+
"id": 142,
|
|
37
38
|
"name": "SkyConfirmType",
|
|
38
39
|
"kind": 8,
|
|
39
40
|
"kindString": "Enumeration",
|
|
40
41
|
"flags": {},
|
|
41
42
|
"children": [
|
|
42
43
|
{
|
|
43
|
-
"id":
|
|
44
|
+
"id": 143,
|
|
44
45
|
"name": "Custom",
|
|
45
46
|
"kind": 16,
|
|
46
47
|
"kindString": "Enumeration member",
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
"defaultValue": "0"
|
|
59
60
|
},
|
|
60
61
|
{
|
|
61
|
-
"id":
|
|
62
|
+
"id": 144,
|
|
62
63
|
"name": "OK",
|
|
63
64
|
"kind": 16,
|
|
64
65
|
"kindString": "Enumeration member",
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
"defaultValue": "1"
|
|
77
78
|
},
|
|
78
79
|
{
|
|
79
|
-
"id":
|
|
80
|
+
"id": 145,
|
|
80
81
|
"name": "YesCancel",
|
|
81
82
|
"kind": 16,
|
|
82
83
|
"kindString": "Enumeration member",
|
|
@@ -100,7 +101,7 @@
|
|
|
100
101
|
"defaultValue": "2"
|
|
101
102
|
},
|
|
102
103
|
{
|
|
103
|
-
"id":
|
|
104
|
+
"id": 146,
|
|
104
105
|
"name": "YesNoCancel",
|
|
105
106
|
"kind": 16,
|
|
106
107
|
"kindString": "Enumeration member",
|
|
@@ -129,10 +130,10 @@
|
|
|
129
130
|
"title": "Enumeration members",
|
|
130
131
|
"kind": 16,
|
|
131
132
|
"children": [
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
133
|
+
143,
|
|
134
|
+
144,
|
|
135
|
+
145,
|
|
136
|
+
146
|
|
136
137
|
]
|
|
137
138
|
}
|
|
138
139
|
],
|
|
@@ -145,14 +146,14 @@
|
|
|
145
146
|
]
|
|
146
147
|
},
|
|
147
148
|
{
|
|
148
|
-
"id":
|
|
149
|
+
"id": 138,
|
|
149
150
|
"name": "SkyConfirmInstance",
|
|
150
151
|
"kind": 128,
|
|
151
152
|
"kindString": "Class",
|
|
152
153
|
"flags": {},
|
|
153
154
|
"children": [
|
|
154
155
|
{
|
|
155
|
-
"id":
|
|
156
|
+
"id": 141,
|
|
156
157
|
"name": "closed",
|
|
157
158
|
"kind": 1024,
|
|
158
159
|
"kindString": "Property",
|
|
@@ -174,7 +175,7 @@
|
|
|
174
175
|
"typeArguments": [
|
|
175
176
|
{
|
|
176
177
|
"type": "reference",
|
|
177
|
-
"id":
|
|
178
|
+
"id": 130,
|
|
178
179
|
"name": "SkyConfirmCloseEventArgs"
|
|
179
180
|
}
|
|
180
181
|
],
|
|
@@ -190,14 +191,14 @@
|
|
|
190
191
|
"title": "Constructors",
|
|
191
192
|
"kind": 512,
|
|
192
193
|
"children": [
|
|
193
|
-
|
|
194
|
+
139
|
|
194
195
|
]
|
|
195
196
|
},
|
|
196
197
|
{
|
|
197
198
|
"title": "Properties",
|
|
198
199
|
"kind": 1024,
|
|
199
200
|
"children": [
|
|
200
|
-
|
|
201
|
+
141
|
|
201
202
|
]
|
|
202
203
|
}
|
|
203
204
|
],
|
|
@@ -210,7 +211,7 @@
|
|
|
210
211
|
]
|
|
211
212
|
},
|
|
212
213
|
{
|
|
213
|
-
"id":
|
|
214
|
+
"id": 147,
|
|
214
215
|
"name": "SkyConfirmModule",
|
|
215
216
|
"kind": 128,
|
|
216
217
|
"kindString": "Class",
|
|
@@ -235,7 +236,7 @@
|
|
|
235
236
|
"title": "Constructors",
|
|
236
237
|
"kind": 512,
|
|
237
238
|
"children": [
|
|
238
|
-
|
|
239
|
+
148
|
|
239
240
|
]
|
|
240
241
|
}
|
|
241
242
|
],
|
|
@@ -248,7 +249,7 @@
|
|
|
248
249
|
]
|
|
249
250
|
},
|
|
250
251
|
{
|
|
251
|
-
"id":
|
|
252
|
+
"id": 150,
|
|
252
253
|
"name": "SkyConfirmService",
|
|
253
254
|
"kind": 128,
|
|
254
255
|
"kindString": "Class",
|
|
@@ -272,7 +273,7 @@
|
|
|
272
273
|
],
|
|
273
274
|
"children": [
|
|
274
275
|
{
|
|
275
|
-
"id":
|
|
276
|
+
"id": 151,
|
|
276
277
|
"name": "constructor",
|
|
277
278
|
"kind": 512,
|
|
278
279
|
"kindString": "Constructor",
|
|
@@ -286,35 +287,35 @@
|
|
|
286
287
|
],
|
|
287
288
|
"signatures": [
|
|
288
289
|
{
|
|
289
|
-
"id":
|
|
290
|
+
"id": 152,
|
|
290
291
|
"name": "new SkyConfirmService",
|
|
291
292
|
"kind": 16384,
|
|
292
293
|
"kindString": "Constructor signature",
|
|
293
294
|
"flags": {},
|
|
294
295
|
"parameters": [
|
|
295
296
|
{
|
|
296
|
-
"id":
|
|
297
|
+
"id": 153,
|
|
297
298
|
"name": "modalService",
|
|
298
299
|
"kind": 32768,
|
|
299
300
|
"kindString": "Parameter",
|
|
300
301
|
"flags": {},
|
|
301
302
|
"type": {
|
|
302
303
|
"type": "reference",
|
|
303
|
-
"id":
|
|
304
|
+
"id": 265,
|
|
304
305
|
"name": "SkyModalService"
|
|
305
306
|
}
|
|
306
307
|
}
|
|
307
308
|
],
|
|
308
309
|
"type": {
|
|
309
310
|
"type": "reference",
|
|
310
|
-
"id":
|
|
311
|
+
"id": 150,
|
|
311
312
|
"name": "SkyConfirmService"
|
|
312
313
|
}
|
|
313
314
|
}
|
|
314
315
|
]
|
|
315
316
|
},
|
|
316
317
|
{
|
|
317
|
-
"id":
|
|
318
|
+
"id": 155,
|
|
318
319
|
"name": "open",
|
|
319
320
|
"kind": 2048,
|
|
320
321
|
"kindString": "Method",
|
|
@@ -330,7 +331,7 @@
|
|
|
330
331
|
],
|
|
331
332
|
"signatures": [
|
|
332
333
|
{
|
|
333
|
-
"id":
|
|
334
|
+
"id": 156,
|
|
334
335
|
"name": "open",
|
|
335
336
|
"kind": 4096,
|
|
336
337
|
"kindString": "Call signature",
|
|
@@ -340,7 +341,7 @@
|
|
|
340
341
|
},
|
|
341
342
|
"parameters": [
|
|
342
343
|
{
|
|
343
|
-
"id":
|
|
344
|
+
"id": 157,
|
|
344
345
|
"name": "config",
|
|
345
346
|
"kind": 32768,
|
|
346
347
|
"kindString": "Parameter",
|
|
@@ -350,14 +351,14 @@
|
|
|
350
351
|
},
|
|
351
352
|
"type": {
|
|
352
353
|
"type": "reference",
|
|
353
|
-
"id":
|
|
354
|
+
"id": 132,
|
|
354
355
|
"name": "SkyConfirmConfig"
|
|
355
356
|
}
|
|
356
357
|
}
|
|
357
358
|
],
|
|
358
359
|
"type": {
|
|
359
360
|
"type": "reference",
|
|
360
|
-
"id":
|
|
361
|
+
"id": 138,
|
|
361
362
|
"name": "SkyConfirmInstance"
|
|
362
363
|
}
|
|
363
364
|
}
|
|
@@ -369,14 +370,14 @@
|
|
|
369
370
|
"title": "Constructors",
|
|
370
371
|
"kind": 512,
|
|
371
372
|
"children": [
|
|
372
|
-
|
|
373
|
+
151
|
|
373
374
|
]
|
|
374
375
|
},
|
|
375
376
|
{
|
|
376
377
|
"title": "Methods",
|
|
377
378
|
"kind": 2048,
|
|
378
379
|
"children": [
|
|
379
|
-
|
|
380
|
+
155
|
|
380
381
|
]
|
|
381
382
|
}
|
|
382
383
|
],
|
|
@@ -389,7 +390,7 @@
|
|
|
389
390
|
]
|
|
390
391
|
},
|
|
391
392
|
{
|
|
392
|
-
"id":
|
|
393
|
+
"id": 158,
|
|
393
394
|
"name": "SkyModalBeforeCloseHandler",
|
|
394
395
|
"kind": 128,
|
|
395
396
|
"kindString": "Class",
|
|
@@ -399,7 +400,7 @@
|
|
|
399
400
|
},
|
|
400
401
|
"children": [
|
|
401
402
|
{
|
|
402
|
-
"id":
|
|
403
|
+
"id": 159,
|
|
403
404
|
"name": "constructor",
|
|
404
405
|
"kind": 512,
|
|
405
406
|
"kindString": "Constructor",
|
|
@@ -413,14 +414,14 @@
|
|
|
413
414
|
],
|
|
414
415
|
"signatures": [
|
|
415
416
|
{
|
|
416
|
-
"id":
|
|
417
|
+
"id": 160,
|
|
417
418
|
"name": "new SkyModalBeforeCloseHandler",
|
|
418
419
|
"kind": 16384,
|
|
419
420
|
"kindString": "Constructor signature",
|
|
420
421
|
"flags": {},
|
|
421
422
|
"parameters": [
|
|
422
423
|
{
|
|
423
|
-
"id":
|
|
424
|
+
"id": 161,
|
|
424
425
|
"name": "closeModal",
|
|
425
426
|
"kind": 32768,
|
|
426
427
|
"kindString": "Parameter",
|
|
@@ -433,28 +434,28 @@
|
|
|
433
434
|
}
|
|
434
435
|
},
|
|
435
436
|
{
|
|
436
|
-
"id":
|
|
437
|
+
"id": 162,
|
|
437
438
|
"name": "closeArgs",
|
|
438
439
|
"kind": 32768,
|
|
439
440
|
"kindString": "Parameter",
|
|
440
441
|
"flags": {},
|
|
441
442
|
"type": {
|
|
442
443
|
"type": "reference",
|
|
443
|
-
"id":
|
|
444
|
+
"id": 165,
|
|
444
445
|
"name": "SkyModalCloseArgs"
|
|
445
446
|
}
|
|
446
447
|
}
|
|
447
448
|
],
|
|
448
449
|
"type": {
|
|
449
450
|
"type": "reference",
|
|
450
|
-
"id":
|
|
451
|
+
"id": 158,
|
|
451
452
|
"name": "SkyModalBeforeCloseHandler"
|
|
452
453
|
}
|
|
453
454
|
}
|
|
454
455
|
]
|
|
455
456
|
},
|
|
456
457
|
{
|
|
457
|
-
"id":
|
|
458
|
+
"id": 163,
|
|
458
459
|
"name": "closeArgs",
|
|
459
460
|
"kind": 1024,
|
|
460
461
|
"kindString": "Property",
|
|
@@ -474,12 +475,12 @@
|
|
|
474
475
|
],
|
|
475
476
|
"type": {
|
|
476
477
|
"type": "reference",
|
|
477
|
-
"id":
|
|
478
|
+
"id": 165,
|
|
478
479
|
"name": "SkyModalCloseArgs"
|
|
479
480
|
}
|
|
480
481
|
},
|
|
481
482
|
{
|
|
482
|
-
"id":
|
|
483
|
+
"id": 164,
|
|
483
484
|
"name": "closeModal",
|
|
484
485
|
"kind": 1024,
|
|
485
486
|
"kindString": "Property",
|
|
@@ -510,15 +511,15 @@
|
|
|
510
511
|
"title": "Constructors",
|
|
511
512
|
"kind": 512,
|
|
512
513
|
"children": [
|
|
513
|
-
|
|
514
|
+
159
|
|
514
515
|
]
|
|
515
516
|
},
|
|
516
517
|
{
|
|
517
518
|
"title": "Properties",
|
|
518
519
|
"kind": 1024,
|
|
519
520
|
"children": [
|
|
520
|
-
|
|
521
|
-
|
|
521
|
+
163,
|
|
522
|
+
164
|
|
522
523
|
]
|
|
523
524
|
}
|
|
524
525
|
],
|
|
@@ -531,7 +532,7 @@
|
|
|
531
532
|
]
|
|
532
533
|
},
|
|
533
534
|
{
|
|
534
|
-
"id":
|
|
535
|
+
"id": 165,
|
|
535
536
|
"name": "SkyModalCloseArgs",
|
|
536
537
|
"kind": 128,
|
|
537
538
|
"kindString": "Class",
|
|
@@ -541,7 +542,7 @@
|
|
|
541
542
|
},
|
|
542
543
|
"children": [
|
|
543
544
|
{
|
|
544
|
-
"id":
|
|
545
|
+
"id": 169,
|
|
545
546
|
"name": "data",
|
|
546
547
|
"kind": 1024,
|
|
547
548
|
"kindString": "Property",
|
|
@@ -564,7 +565,7 @@
|
|
|
564
565
|
}
|
|
565
566
|
},
|
|
566
567
|
{
|
|
567
|
-
"id":
|
|
568
|
+
"id": 168,
|
|
568
569
|
"name": "reason",
|
|
569
570
|
"kind": 1024,
|
|
570
571
|
"kindString": "Property",
|
|
@@ -592,15 +593,15 @@
|
|
|
592
593
|
"title": "Constructors",
|
|
593
594
|
"kind": 512,
|
|
594
595
|
"children": [
|
|
595
|
-
|
|
596
|
+
166
|
|
596
597
|
]
|
|
597
598
|
},
|
|
598
599
|
{
|
|
599
600
|
"title": "Properties",
|
|
600
601
|
"kind": 1024,
|
|
601
602
|
"children": [
|
|
602
|
-
|
|
603
|
-
|
|
603
|
+
169,
|
|
604
|
+
168
|
|
604
605
|
]
|
|
605
606
|
}
|
|
606
607
|
],
|
|
@@ -613,14 +614,14 @@
|
|
|
613
614
|
]
|
|
614
615
|
},
|
|
615
616
|
{
|
|
616
|
-
"id":
|
|
617
|
+
"id": 207,
|
|
617
618
|
"name": "SkyModalInstance",
|
|
618
619
|
"kind": 128,
|
|
619
620
|
"kindString": "Class",
|
|
620
621
|
"flags": {},
|
|
621
622
|
"children": [
|
|
622
623
|
{
|
|
623
|
-
"id":
|
|
624
|
+
"id": 216,
|
|
624
625
|
"name": "componentInstance",
|
|
625
626
|
"kind": 1024,
|
|
626
627
|
"kindString": "Property",
|
|
@@ -643,7 +644,7 @@
|
|
|
643
644
|
}
|
|
644
645
|
},
|
|
645
646
|
{
|
|
646
|
-
"id":
|
|
647
|
+
"id": 210,
|
|
647
648
|
"name": "beforeClose",
|
|
648
649
|
"kind": 262144,
|
|
649
650
|
"kindString": "Accessor",
|
|
@@ -659,7 +660,7 @@
|
|
|
659
660
|
],
|
|
660
661
|
"getSignature": [
|
|
661
662
|
{
|
|
662
|
-
"id":
|
|
663
|
+
"id": 211,
|
|
663
664
|
"name": "beforeClose",
|
|
664
665
|
"kind": 524288,
|
|
665
666
|
"kindString": "Get signature",
|
|
@@ -672,7 +673,7 @@
|
|
|
672
673
|
"typeArguments": [
|
|
673
674
|
{
|
|
674
675
|
"type": "reference",
|
|
675
|
-
"id":
|
|
676
|
+
"id": 158,
|
|
676
677
|
"name": "SkyModalBeforeCloseHandler"
|
|
677
678
|
}
|
|
678
679
|
],
|
|
@@ -684,7 +685,7 @@
|
|
|
684
685
|
]
|
|
685
686
|
},
|
|
686
687
|
{
|
|
687
|
-
"id":
|
|
688
|
+
"id": 212,
|
|
688
689
|
"name": "closed",
|
|
689
690
|
"kind": 262144,
|
|
690
691
|
"kindString": "Accessor",
|
|
@@ -700,7 +701,7 @@
|
|
|
700
701
|
],
|
|
701
702
|
"getSignature": [
|
|
702
703
|
{
|
|
703
|
-
"id":
|
|
704
|
+
"id": 213,
|
|
704
705
|
"name": "closed",
|
|
705
706
|
"kind": 524288,
|
|
706
707
|
"kindString": "Get signature",
|
|
@@ -713,7 +714,7 @@
|
|
|
713
714
|
"typeArguments": [
|
|
714
715
|
{
|
|
715
716
|
"type": "reference",
|
|
716
|
-
"id":
|
|
717
|
+
"id": 165,
|
|
717
718
|
"name": "SkyModalCloseArgs"
|
|
718
719
|
}
|
|
719
720
|
],
|
|
@@ -725,7 +726,7 @@
|
|
|
725
726
|
]
|
|
726
727
|
},
|
|
727
728
|
{
|
|
728
|
-
"id":
|
|
729
|
+
"id": 214,
|
|
729
730
|
"name": "helpOpened",
|
|
730
731
|
"kind": 262144,
|
|
731
732
|
"kindString": "Accessor",
|
|
@@ -741,7 +742,7 @@
|
|
|
741
742
|
],
|
|
742
743
|
"getSignature": [
|
|
743
744
|
{
|
|
744
|
-
"id":
|
|
745
|
+
"id": 215,
|
|
745
746
|
"name": "helpOpened",
|
|
746
747
|
"kind": 524288,
|
|
747
748
|
"kindString": "Get signature",
|
|
@@ -765,7 +766,7 @@
|
|
|
765
766
|
]
|
|
766
767
|
},
|
|
767
768
|
{
|
|
768
|
-
"id":
|
|
769
|
+
"id": 233,
|
|
769
770
|
"name": "cancel",
|
|
770
771
|
"kind": 2048,
|
|
771
772
|
"kindString": "Method",
|
|
@@ -781,7 +782,7 @@
|
|
|
781
782
|
],
|
|
782
783
|
"signatures": [
|
|
783
784
|
{
|
|
784
|
-
"id":
|
|
785
|
+
"id": 234,
|
|
785
786
|
"name": "cancel",
|
|
786
787
|
"kind": 4096,
|
|
787
788
|
"kindString": "Call signature",
|
|
@@ -791,7 +792,7 @@
|
|
|
791
792
|
},
|
|
792
793
|
"parameters": [
|
|
793
794
|
{
|
|
794
|
-
"id":
|
|
795
|
+
"id": 235,
|
|
795
796
|
"name": "result",
|
|
796
797
|
"kind": 32768,
|
|
797
798
|
"kindString": "Parameter",
|
|
@@ -815,7 +816,7 @@
|
|
|
815
816
|
]
|
|
816
817
|
},
|
|
817
818
|
{
|
|
818
|
-
"id":
|
|
819
|
+
"id": 228,
|
|
819
820
|
"name": "close",
|
|
820
821
|
"kind": 2048,
|
|
821
822
|
"kindString": "Method",
|
|
@@ -831,7 +832,7 @@
|
|
|
831
832
|
],
|
|
832
833
|
"signatures": [
|
|
833
834
|
{
|
|
834
|
-
"id":
|
|
835
|
+
"id": 229,
|
|
835
836
|
"name": "close",
|
|
836
837
|
"kind": 4096,
|
|
837
838
|
"kindString": "Call signature",
|
|
@@ -841,7 +842,7 @@
|
|
|
841
842
|
},
|
|
842
843
|
"parameters": [
|
|
843
844
|
{
|
|
844
|
-
"id":
|
|
845
|
+
"id": 230,
|
|
845
846
|
"name": "result",
|
|
846
847
|
"kind": 32768,
|
|
847
848
|
"kindString": "Parameter",
|
|
@@ -857,7 +858,7 @@
|
|
|
857
858
|
}
|
|
858
859
|
},
|
|
859
860
|
{
|
|
860
|
-
"id":
|
|
861
|
+
"id": 231,
|
|
861
862
|
"name": "reason",
|
|
862
863
|
"kind": 32768,
|
|
863
864
|
"kindString": "Parameter",
|
|
@@ -873,7 +874,7 @@
|
|
|
873
874
|
}
|
|
874
875
|
},
|
|
875
876
|
{
|
|
876
|
-
"id":
|
|
877
|
+
"id": 232,
|
|
877
878
|
"name": "ignoreBeforeClose",
|
|
878
879
|
"kind": 32768,
|
|
879
880
|
"kindString": "Parameter",
|
|
@@ -897,7 +898,7 @@
|
|
|
897
898
|
]
|
|
898
899
|
},
|
|
899
900
|
{
|
|
900
|
-
"id":
|
|
901
|
+
"id": 241,
|
|
901
902
|
"name": "openHelp",
|
|
902
903
|
"kind": 2048,
|
|
903
904
|
"kindString": "Method",
|
|
@@ -913,7 +914,7 @@
|
|
|
913
914
|
],
|
|
914
915
|
"signatures": [
|
|
915
916
|
{
|
|
916
|
-
"id":
|
|
917
|
+
"id": 242,
|
|
917
918
|
"name": "openHelp",
|
|
918
919
|
"kind": 4096,
|
|
919
920
|
"kindString": "Call signature",
|
|
@@ -923,7 +924,7 @@
|
|
|
923
924
|
},
|
|
924
925
|
"parameters": [
|
|
925
926
|
{
|
|
926
|
-
"id":
|
|
927
|
+
"id": 243,
|
|
927
928
|
"name": "helpKey",
|
|
928
929
|
"kind": 32768,
|
|
929
930
|
"kindString": "Parameter",
|
|
@@ -945,7 +946,7 @@
|
|
|
945
946
|
]
|
|
946
947
|
},
|
|
947
948
|
{
|
|
948
|
-
"id":
|
|
949
|
+
"id": 236,
|
|
949
950
|
"name": "save",
|
|
950
951
|
"kind": 2048,
|
|
951
952
|
"kindString": "Method",
|
|
@@ -961,7 +962,7 @@
|
|
|
961
962
|
],
|
|
962
963
|
"signatures": [
|
|
963
964
|
{
|
|
964
|
-
"id":
|
|
965
|
+
"id": 237,
|
|
965
966
|
"name": "save",
|
|
966
967
|
"kind": 4096,
|
|
967
968
|
"kindString": "Call signature",
|
|
@@ -971,7 +972,7 @@
|
|
|
971
972
|
},
|
|
972
973
|
"parameters": [
|
|
973
974
|
{
|
|
974
|
-
"id":
|
|
975
|
+
"id": 238,
|
|
975
976
|
"name": "result",
|
|
976
977
|
"kind": 32768,
|
|
977
978
|
"kindString": "Parameter",
|
|
@@ -995,7 +996,7 @@
|
|
|
995
996
|
]
|
|
996
997
|
},
|
|
997
998
|
{
|
|
998
|
-
"id":
|
|
999
|
+
"id": 239,
|
|
999
1000
|
"name": "scrollContentToTop",
|
|
1000
1001
|
"kind": 2048,
|
|
1001
1002
|
"kindString": "Method",
|
|
@@ -1011,7 +1012,7 @@
|
|
|
1011
1012
|
],
|
|
1012
1013
|
"signatures": [
|
|
1013
1014
|
{
|
|
1014
|
-
"id":
|
|
1015
|
+
"id": 240,
|
|
1015
1016
|
"name": "scrollContentToTop",
|
|
1016
1017
|
"kind": 4096,
|
|
1017
1018
|
"kindString": "Call signature",
|
|
@@ -1032,34 +1033,34 @@
|
|
|
1032
1033
|
"title": "Constructors",
|
|
1033
1034
|
"kind": 512,
|
|
1034
1035
|
"children": [
|
|
1035
|
-
|
|
1036
|
+
208
|
|
1036
1037
|
]
|
|
1037
1038
|
},
|
|
1038
1039
|
{
|
|
1039
1040
|
"title": "Properties",
|
|
1040
1041
|
"kind": 1024,
|
|
1041
1042
|
"children": [
|
|
1042
|
-
|
|
1043
|
+
216
|
|
1043
1044
|
]
|
|
1044
1045
|
},
|
|
1045
1046
|
{
|
|
1046
1047
|
"title": "Accessors",
|
|
1047
1048
|
"kind": 262144,
|
|
1048
1049
|
"children": [
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1050
|
+
210,
|
|
1051
|
+
212,
|
|
1052
|
+
214
|
|
1052
1053
|
]
|
|
1053
1054
|
},
|
|
1054
1055
|
{
|
|
1055
1056
|
"title": "Methods",
|
|
1056
1057
|
"kind": 2048,
|
|
1057
1058
|
"children": [
|
|
1059
|
+
233,
|
|
1058
1060
|
228,
|
|
1059
|
-
|
|
1061
|
+
241,
|
|
1060
1062
|
236,
|
|
1061
|
-
|
|
1062
|
-
234
|
|
1063
|
+
239
|
|
1063
1064
|
]
|
|
1064
1065
|
}
|
|
1065
1066
|
],
|
|
@@ -1072,7 +1073,7 @@
|
|
|
1072
1073
|
]
|
|
1073
1074
|
},
|
|
1074
1075
|
{
|
|
1075
|
-
"id":
|
|
1076
|
+
"id": 262,
|
|
1076
1077
|
"name": "SkyModalModule",
|
|
1077
1078
|
"kind": 128,
|
|
1078
1079
|
"kindString": "Class",
|
|
@@ -1087,7 +1088,7 @@
|
|
|
1087
1088
|
"name": "NgModule"
|
|
1088
1089
|
},
|
|
1089
1090
|
"arguments": {
|
|
1090
|
-
"obj": "{\n declarations: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalHostComponent,\n SkyModalIsDirtyDirective,\n SkyModalScrollShadowDirective,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyIconModule,\n SkyIdModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalIsDirtyDirective,\n ],\n}"
|
|
1091
|
+
"obj": "{\n declarations: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalHostComponent,\n SkyModalIsDirtyDirective,\n SkyModalScrollShadowDirective,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyIconModule,\n SkyIdModule,\n SkyModalsResourcesModule,\n SkyStatusIndicatorModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalIsDirtyDirective,\n ],\n}"
|
|
1091
1092
|
}
|
|
1092
1093
|
}
|
|
1093
1094
|
],
|
|
@@ -1097,20 +1098,20 @@
|
|
|
1097
1098
|
"title": "Constructors",
|
|
1098
1099
|
"kind": 512,
|
|
1099
1100
|
"children": [
|
|
1100
|
-
|
|
1101
|
+
263
|
|
1101
1102
|
]
|
|
1102
1103
|
}
|
|
1103
1104
|
],
|
|
1104
1105
|
"sources": [
|
|
1105
1106
|
{
|
|
1106
1107
|
"fileName": "projects/modals/src/modules/modal/modal.module.ts",
|
|
1107
|
-
"line":
|
|
1108
|
+
"line": 46,
|
|
1108
1109
|
"character": 13
|
|
1109
1110
|
}
|
|
1110
1111
|
]
|
|
1111
1112
|
},
|
|
1112
1113
|
{
|
|
1113
|
-
"id":
|
|
1114
|
+
"id": 265,
|
|
1114
1115
|
"name": "SkyModalService",
|
|
1115
1116
|
"kind": 128,
|
|
1116
1117
|
"kindString": "Class",
|
|
@@ -1140,7 +1141,7 @@
|
|
|
1140
1141
|
],
|
|
1141
1142
|
"children": [
|
|
1142
1143
|
{
|
|
1143
|
-
"id":
|
|
1144
|
+
"id": 267,
|
|
1144
1145
|
"name": "constructor",
|
|
1145
1146
|
"kind": 512,
|
|
1146
1147
|
"kindString": "Constructor",
|
|
@@ -1154,14 +1155,14 @@
|
|
|
1154
1155
|
],
|
|
1155
1156
|
"signatures": [
|
|
1156
1157
|
{
|
|
1157
|
-
"id":
|
|
1158
|
+
"id": 268,
|
|
1158
1159
|
"name": "new SkyModalService",
|
|
1159
1160
|
"kind": 16384,
|
|
1160
1161
|
"kindString": "Constructor signature",
|
|
1161
1162
|
"flags": {},
|
|
1162
1163
|
"parameters": [
|
|
1163
1164
|
{
|
|
1164
|
-
"id":
|
|
1165
|
+
"id": 269,
|
|
1165
1166
|
"name": "dynamicComponentService",
|
|
1166
1167
|
"kind": 32768,
|
|
1167
1168
|
"kindString": "Parameter",
|
|
@@ -1174,14 +1175,14 @@
|
|
|
1174
1175
|
],
|
|
1175
1176
|
"type": {
|
|
1176
1177
|
"type": "reference",
|
|
1177
|
-
"id":
|
|
1178
|
+
"id": 265,
|
|
1178
1179
|
"name": "SkyModalService"
|
|
1179
1180
|
}
|
|
1180
1181
|
}
|
|
1181
1182
|
]
|
|
1182
1183
|
},
|
|
1183
1184
|
{
|
|
1184
|
-
"id":
|
|
1185
|
+
"id": 273,
|
|
1185
1186
|
"name": "open",
|
|
1186
1187
|
"kind": 2048,
|
|
1187
1188
|
"kindString": "Method",
|
|
@@ -1197,7 +1198,7 @@
|
|
|
1197
1198
|
],
|
|
1198
1199
|
"signatures": [
|
|
1199
1200
|
{
|
|
1200
|
-
"id":
|
|
1201
|
+
"id": 274,
|
|
1201
1202
|
"name": "open",
|
|
1202
1203
|
"kind": 4096,
|
|
1203
1204
|
"kindString": "Call signature",
|
|
@@ -1207,7 +1208,7 @@
|
|
|
1207
1208
|
},
|
|
1208
1209
|
"parameters": [
|
|
1209
1210
|
{
|
|
1210
|
-
"id":
|
|
1211
|
+
"id": 275,
|
|
1211
1212
|
"name": "component",
|
|
1212
1213
|
"kind": 32768,
|
|
1213
1214
|
"kindString": "Parameter",
|
|
@@ -1221,7 +1222,7 @@
|
|
|
1221
1222
|
}
|
|
1222
1223
|
},
|
|
1223
1224
|
{
|
|
1224
|
-
"id":
|
|
1225
|
+
"id": 276,
|
|
1225
1226
|
"name": "config",
|
|
1226
1227
|
"kind": 32768,
|
|
1227
1228
|
"kindString": "Parameter",
|
|
@@ -1243,7 +1244,7 @@
|
|
|
1243
1244
|
},
|
|
1244
1245
|
{
|
|
1245
1246
|
"type": "reference",
|
|
1246
|
-
"id":
|
|
1247
|
+
"id": 252,
|
|
1247
1248
|
"name": "SkyModalConfigurationInterface"
|
|
1248
1249
|
}
|
|
1249
1250
|
]
|
|
@@ -1252,7 +1253,7 @@
|
|
|
1252
1253
|
],
|
|
1253
1254
|
"type": {
|
|
1254
1255
|
"type": "reference",
|
|
1255
|
-
"id":
|
|
1256
|
+
"id": 207,
|
|
1256
1257
|
"name": "SkyModalInstance"
|
|
1257
1258
|
}
|
|
1258
1259
|
}
|
|
@@ -1264,14 +1265,14 @@
|
|
|
1264
1265
|
"title": "Constructors",
|
|
1265
1266
|
"kind": 512,
|
|
1266
1267
|
"children": [
|
|
1267
|
-
|
|
1268
|
+
267
|
|
1268
1269
|
]
|
|
1269
1270
|
},
|
|
1270
1271
|
{
|
|
1271
1272
|
"title": "Methods",
|
|
1272
1273
|
"kind": 2048,
|
|
1273
1274
|
"children": [
|
|
1274
|
-
|
|
1275
|
+
273
|
|
1275
1276
|
]
|
|
1276
1277
|
}
|
|
1277
1278
|
],
|
|
@@ -1347,7 +1348,7 @@
|
|
|
1347
1348
|
],
|
|
1348
1349
|
"type": {
|
|
1349
1350
|
"type": "reference",
|
|
1350
|
-
"id":
|
|
1351
|
+
"id": 132,
|
|
1351
1352
|
"name": "SkyConfirmConfig"
|
|
1352
1353
|
}
|
|
1353
1354
|
},
|
|
@@ -1359,7 +1360,7 @@
|
|
|
1359
1360
|
"flags": {},
|
|
1360
1361
|
"type": {
|
|
1361
1362
|
"type": "reference",
|
|
1362
|
-
"id":
|
|
1363
|
+
"id": 207,
|
|
1363
1364
|
"name": "SkyModalInstance"
|
|
1364
1365
|
}
|
|
1365
1366
|
},
|
|
@@ -1675,13 +1676,13 @@
|
|
|
1675
1676
|
"sources": [
|
|
1676
1677
|
{
|
|
1677
1678
|
"fileName": "projects/modals/src/modules/modal/modal-footer.component.ts",
|
|
1678
|
-
"line":
|
|
1679
|
+
"line": 14,
|
|
1679
1680
|
"character": 13
|
|
1680
1681
|
}
|
|
1681
1682
|
]
|
|
1682
1683
|
},
|
|
1683
1684
|
{
|
|
1684
|
-
"id":
|
|
1685
|
+
"id": 34,
|
|
1685
1686
|
"name": "SkyModalHeaderComponent",
|
|
1686
1687
|
"kind": 128,
|
|
1687
1688
|
"kindString": "Class",
|
|
@@ -1709,7 +1710,7 @@
|
|
|
1709
1710
|
"title": "Constructors",
|
|
1710
1711
|
"kind": 512,
|
|
1711
1712
|
"children": [
|
|
1712
|
-
|
|
1713
|
+
35
|
|
1713
1714
|
]
|
|
1714
1715
|
}
|
|
1715
1716
|
],
|
|
@@ -1722,7 +1723,7 @@
|
|
|
1722
1723
|
]
|
|
1723
1724
|
},
|
|
1724
1725
|
{
|
|
1725
|
-
"id":
|
|
1726
|
+
"id": 37,
|
|
1726
1727
|
"name": "SkyModalComponent",
|
|
1727
1728
|
"kind": 128,
|
|
1728
1729
|
"kindString": "Class",
|
|
@@ -1740,13 +1741,13 @@
|
|
|
1740
1741
|
"name": "Component"
|
|
1741
1742
|
},
|
|
1742
1743
|
"arguments": {
|
|
1743
|
-
"obj": "{\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n providers: [SkyModalComponentAdapterService
|
|
1744
|
+
"obj": "{\n selector: 'sky-modal',\n templateUrl: './modal.component.html',\n styleUrls: ['./modal.component.scss'],\n providers: [\n SkyModalComponentAdapterService,\n SkyModalErrorsService,\n SkyDockService,\n ],\n}"
|
|
1744
1745
|
}
|
|
1745
1746
|
}
|
|
1746
1747
|
],
|
|
1747
1748
|
"children": [
|
|
1748
1749
|
{
|
|
1749
|
-
"id":
|
|
1750
|
+
"id": 38,
|
|
1750
1751
|
"name": "constructor",
|
|
1751
1752
|
"kind": 512,
|
|
1752
1753
|
"kindString": "Constructor",
|
|
@@ -1754,20 +1755,20 @@
|
|
|
1754
1755
|
"sources": [
|
|
1755
1756
|
{
|
|
1756
1757
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1757
|
-
"line":
|
|
1758
|
+
"line": 135,
|
|
1758
1759
|
"character": 2
|
|
1759
1760
|
}
|
|
1760
1761
|
],
|
|
1761
1762
|
"signatures": [
|
|
1762
1763
|
{
|
|
1763
|
-
"id":
|
|
1764
|
+
"id": 39,
|
|
1764
1765
|
"name": "SkyModalComponent",
|
|
1765
1766
|
"kind": 16384,
|
|
1766
1767
|
"kindString": "Constructor signature",
|
|
1767
1768
|
"flags": {},
|
|
1768
1769
|
"parameters": [
|
|
1769
1770
|
{
|
|
1770
|
-
"id":
|
|
1771
|
+
"id": 40,
|
|
1771
1772
|
"name": "hostService",
|
|
1772
1773
|
"kind": 32768,
|
|
1773
1774
|
"kindString": "Parameter",
|
|
@@ -1778,7 +1779,7 @@
|
|
|
1778
1779
|
}
|
|
1779
1780
|
},
|
|
1780
1781
|
{
|
|
1781
|
-
"id":
|
|
1782
|
+
"id": 41,
|
|
1782
1783
|
"name": "config",
|
|
1783
1784
|
"kind": 32768,
|
|
1784
1785
|
"kindString": "Parameter",
|
|
@@ -1789,7 +1790,7 @@
|
|
|
1789
1790
|
}
|
|
1790
1791
|
},
|
|
1791
1792
|
{
|
|
1792
|
-
"id":
|
|
1793
|
+
"id": 42,
|
|
1793
1794
|
"name": "elRef",
|
|
1794
1795
|
"kind": 32768,
|
|
1795
1796
|
"kindString": "Parameter",
|
|
@@ -1808,7 +1809,7 @@
|
|
|
1808
1809
|
}
|
|
1809
1810
|
},
|
|
1810
1811
|
{
|
|
1811
|
-
"id":
|
|
1812
|
+
"id": 43,
|
|
1812
1813
|
"name": "windowRef",
|
|
1813
1814
|
"kind": 32768,
|
|
1814
1815
|
"kindString": "Parameter",
|
|
@@ -1819,7 +1820,7 @@
|
|
|
1819
1820
|
}
|
|
1820
1821
|
},
|
|
1821
1822
|
{
|
|
1822
|
-
"id":
|
|
1823
|
+
"id": 44,
|
|
1823
1824
|
"name": "componentAdapter",
|
|
1824
1825
|
"kind": 32768,
|
|
1825
1826
|
"kindString": "Parameter",
|
|
@@ -1830,7 +1831,7 @@
|
|
|
1830
1831
|
}
|
|
1831
1832
|
},
|
|
1832
1833
|
{
|
|
1833
|
-
"id":
|
|
1834
|
+
"id": 45,
|
|
1834
1835
|
"name": "coreAdapter",
|
|
1835
1836
|
"kind": 32768,
|
|
1836
1837
|
"kindString": "Parameter",
|
|
@@ -1841,7 +1842,7 @@
|
|
|
1841
1842
|
}
|
|
1842
1843
|
},
|
|
1843
1844
|
{
|
|
1844
|
-
"id":
|
|
1845
|
+
"id": 46,
|
|
1845
1846
|
"name": "dockService",
|
|
1846
1847
|
"kind": 32768,
|
|
1847
1848
|
"kindString": "Parameter",
|
|
@@ -1864,7 +1865,7 @@
|
|
|
1864
1865
|
}
|
|
1865
1866
|
},
|
|
1866
1867
|
{
|
|
1867
|
-
"id":
|
|
1868
|
+
"id": 47,
|
|
1868
1869
|
"name": "mediaQueryService",
|
|
1869
1870
|
"kind": 32768,
|
|
1870
1871
|
"kindString": "Parameter",
|
|
@@ -1891,14 +1892,14 @@
|
|
|
1891
1892
|
],
|
|
1892
1893
|
"type": {
|
|
1893
1894
|
"type": "reference",
|
|
1894
|
-
"id":
|
|
1895
|
+
"id": 37,
|
|
1895
1896
|
"name": "SkyModalComponent"
|
|
1896
1897
|
}
|
|
1897
1898
|
}
|
|
1898
1899
|
]
|
|
1899
1900
|
},
|
|
1900
1901
|
{
|
|
1901
|
-
"id":
|
|
1902
|
+
"id": 65,
|
|
1902
1903
|
"name": "ariaOwns",
|
|
1903
1904
|
"kind": 1024,
|
|
1904
1905
|
"kindString": "Property",
|
|
@@ -1908,7 +1909,7 @@
|
|
|
1908
1909
|
"sources": [
|
|
1909
1910
|
{
|
|
1910
1911
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1911
|
-
"line":
|
|
1912
|
+
"line": 104,
|
|
1912
1913
|
"character": 9
|
|
1913
1914
|
}
|
|
1914
1915
|
],
|
|
@@ -1919,7 +1920,7 @@
|
|
|
1919
1920
|
"defaultValue": "null"
|
|
1920
1921
|
},
|
|
1921
1922
|
{
|
|
1922
|
-
"id":
|
|
1923
|
+
"id": 55,
|
|
1923
1924
|
"name": "ariaRoleOrDefault",
|
|
1924
1925
|
"kind": 1024,
|
|
1925
1926
|
"kindString": "Property",
|
|
@@ -1929,7 +1930,7 @@
|
|
|
1929
1930
|
"sources": [
|
|
1930
1931
|
{
|
|
1931
1932
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1932
|
-
"line":
|
|
1933
|
+
"line": 72,
|
|
1933
1934
|
"character": 9
|
|
1934
1935
|
}
|
|
1935
1936
|
],
|
|
@@ -1940,7 +1941,7 @@
|
|
|
1940
1941
|
"defaultValue": "ARIA_ROLE_DEFAULT"
|
|
1941
1942
|
},
|
|
1942
1943
|
{
|
|
1943
|
-
"id":
|
|
1944
|
+
"id": 66,
|
|
1944
1945
|
"name": "helpKey",
|
|
1945
1946
|
"kind": 1024,
|
|
1946
1947
|
"kindString": "Property",
|
|
@@ -1950,7 +1951,7 @@
|
|
|
1950
1951
|
"sources": [
|
|
1951
1952
|
{
|
|
1952
1953
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1953
|
-
"line":
|
|
1954
|
+
"line": 106,
|
|
1954
1955
|
"character": 9
|
|
1955
1956
|
}
|
|
1956
1957
|
],
|
|
@@ -1960,7 +1961,7 @@
|
|
|
1960
1961
|
}
|
|
1961
1962
|
},
|
|
1962
1963
|
{
|
|
1963
|
-
"id":
|
|
1964
|
+
"id": 71,
|
|
1964
1965
|
"name": "modalContentWrapperElement",
|
|
1965
1966
|
"kind": 1024,
|
|
1966
1967
|
"kindString": "Property",
|
|
@@ -1985,7 +1986,7 @@
|
|
|
1985
1986
|
"sources": [
|
|
1986
1987
|
{
|
|
1987
1988
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1988
|
-
"line":
|
|
1989
|
+
"line": 117,
|
|
1989
1990
|
"character": 9
|
|
1990
1991
|
}
|
|
1991
1992
|
],
|
|
@@ -2003,7 +2004,7 @@
|
|
|
2003
2004
|
}
|
|
2004
2005
|
},
|
|
2005
2006
|
{
|
|
2006
|
-
"id":
|
|
2007
|
+
"id": 67,
|
|
2007
2008
|
"name": "modalState",
|
|
2008
2009
|
"kind": 1024,
|
|
2009
2010
|
"kindString": "Property",
|
|
@@ -2013,7 +2014,7 @@
|
|
|
2013
2014
|
"sources": [
|
|
2014
2015
|
{
|
|
2015
2016
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2016
|
-
"line":
|
|
2017
|
+
"line": 108,
|
|
2017
2018
|
"character": 9
|
|
2018
2019
|
}
|
|
2019
2020
|
],
|
|
@@ -2024,7 +2025,7 @@
|
|
|
2024
2025
|
"defaultValue": "'in'"
|
|
2025
2026
|
},
|
|
2026
2027
|
{
|
|
2027
|
-
"id":
|
|
2028
|
+
"id": 68,
|
|
2028
2029
|
"name": "modalZIndex",
|
|
2029
2030
|
"kind": 1024,
|
|
2030
2031
|
"kindString": "Property",
|
|
@@ -2034,7 +2035,7 @@
|
|
|
2034
2035
|
"sources": [
|
|
2035
2036
|
{
|
|
2036
2037
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2037
|
-
"line":
|
|
2038
|
+
"line": 110,
|
|
2038
2039
|
"character": 9
|
|
2039
2040
|
}
|
|
2040
2041
|
],
|
|
@@ -2044,7 +2045,7 @@
|
|
|
2044
2045
|
}
|
|
2045
2046
|
},
|
|
2046
2047
|
{
|
|
2047
|
-
"id":
|
|
2048
|
+
"id": 69,
|
|
2048
2049
|
"name": "scrollShadow",
|
|
2049
2050
|
"kind": 1024,
|
|
2050
2051
|
"kindString": "Property",
|
|
@@ -2054,7 +2055,7 @@
|
|
|
2054
2055
|
"sources": [
|
|
2055
2056
|
{
|
|
2056
2057
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2057
|
-
"line":
|
|
2058
|
+
"line": 112,
|
|
2058
2059
|
"character": 9
|
|
2059
2060
|
}
|
|
2060
2061
|
],
|
|
@@ -2064,7 +2065,7 @@
|
|
|
2064
2065
|
}
|
|
2065
2066
|
},
|
|
2066
2067
|
{
|
|
2067
|
-
"id":
|
|
2068
|
+
"id": 70,
|
|
2068
2069
|
"name": "size",
|
|
2069
2070
|
"kind": 1024,
|
|
2070
2071
|
"kindString": "Property",
|
|
@@ -2074,7 +2075,7 @@
|
|
|
2074
2075
|
"sources": [
|
|
2075
2076
|
{
|
|
2076
2077
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2077
|
-
"line":
|
|
2078
|
+
"line": 114,
|
|
2078
2079
|
"character": 9
|
|
2079
2080
|
}
|
|
2080
2081
|
],
|
|
@@ -2084,7 +2085,7 @@
|
|
|
2084
2085
|
}
|
|
2085
2086
|
},
|
|
2086
2087
|
{
|
|
2087
|
-
"id":
|
|
2088
|
+
"id": 48,
|
|
2088
2089
|
"name": "wrapperClass",
|
|
2089
2090
|
"kind": 1024,
|
|
2090
2091
|
"kindString": "Property",
|
|
@@ -2108,7 +2109,7 @@
|
|
|
2108
2109
|
"sources": [
|
|
2109
2110
|
{
|
|
2110
2111
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2111
|
-
"line":
|
|
2112
|
+
"line": 54,
|
|
2112
2113
|
"character": 9
|
|
2113
2114
|
}
|
|
2114
2115
|
],
|
|
@@ -2118,7 +2119,68 @@
|
|
|
2118
2119
|
}
|
|
2119
2120
|
},
|
|
2120
2121
|
{
|
|
2121
|
-
"id":
|
|
2122
|
+
"id": 49,
|
|
2123
|
+
"name": "formErrors",
|
|
2124
|
+
"kind": 262144,
|
|
2125
|
+
"kindString": "Accessor",
|
|
2126
|
+
"flags": {
|
|
2127
|
+
"isPublic": true
|
|
2128
|
+
},
|
|
2129
|
+
"decorators": [
|
|
2130
|
+
{
|
|
2131
|
+
"name": "Input",
|
|
2132
|
+
"type": {
|
|
2133
|
+
"type": "reference",
|
|
2134
|
+
"qualifiedName": "InputDecorator",
|
|
2135
|
+
"package": "@angular/core",
|
|
2136
|
+
"name": "Input"
|
|
2137
|
+
},
|
|
2138
|
+
"arguments": {}
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"sources": [
|
|
2142
|
+
{
|
|
2143
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2144
|
+
"line": 60,
|
|
2145
|
+
"character": 13
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
2148
|
+
"setSignature": [
|
|
2149
|
+
{
|
|
2150
|
+
"id": 50,
|
|
2151
|
+
"name": "formErrors",
|
|
2152
|
+
"kind": 1048576,
|
|
2153
|
+
"kindString": "Set signature",
|
|
2154
|
+
"flags": {},
|
|
2155
|
+
"comment": {
|
|
2156
|
+
"shortText": "A list of form-level errors to display to the user."
|
|
2157
|
+
},
|
|
2158
|
+
"parameters": [
|
|
2159
|
+
{
|
|
2160
|
+
"id": 51,
|
|
2161
|
+
"name": "value",
|
|
2162
|
+
"kind": 32768,
|
|
2163
|
+
"kindString": "Parameter",
|
|
2164
|
+
"flags": {},
|
|
2165
|
+
"type": {
|
|
2166
|
+
"type": "array",
|
|
2167
|
+
"elementType": {
|
|
2168
|
+
"type": "reference",
|
|
2169
|
+
"id": 282,
|
|
2170
|
+
"name": "SkyModalError"
|
|
2171
|
+
}
|
|
2172
|
+
}
|
|
2173
|
+
}
|
|
2174
|
+
],
|
|
2175
|
+
"type": {
|
|
2176
|
+
"type": "intrinsic",
|
|
2177
|
+
"name": "void"
|
|
2178
|
+
}
|
|
2179
|
+
}
|
|
2180
|
+
]
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"id": 99,
|
|
2122
2184
|
"name": "closeButtonClick",
|
|
2123
2185
|
"kind": 2048,
|
|
2124
2186
|
"kindString": "Method",
|
|
@@ -2128,13 +2190,13 @@
|
|
|
2128
2190
|
"sources": [
|
|
2129
2191
|
{
|
|
2130
2192
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2131
|
-
"line":
|
|
2193
|
+
"line": 273,
|
|
2132
2194
|
"character": 9
|
|
2133
2195
|
}
|
|
2134
2196
|
],
|
|
2135
2197
|
"signatures": [
|
|
2136
2198
|
{
|
|
2137
|
-
"id":
|
|
2199
|
+
"id": 100,
|
|
2138
2200
|
"name": "closeButtonClick",
|
|
2139
2201
|
"kind": 4096,
|
|
2140
2202
|
"kindString": "Call signature",
|
|
@@ -2147,7 +2209,7 @@
|
|
|
2147
2209
|
]
|
|
2148
2210
|
},
|
|
2149
2211
|
{
|
|
2150
|
-
"id":
|
|
2212
|
+
"id": 97,
|
|
2151
2213
|
"name": "helpButtonClick",
|
|
2152
2214
|
"kind": 2048,
|
|
2153
2215
|
"kindString": "Method",
|
|
@@ -2157,13 +2219,13 @@
|
|
|
2157
2219
|
"sources": [
|
|
2158
2220
|
{
|
|
2159
2221
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2160
|
-
"line":
|
|
2222
|
+
"line": 267,
|
|
2161
2223
|
"character": 9
|
|
2162
2224
|
}
|
|
2163
2225
|
],
|
|
2164
2226
|
"signatures": [
|
|
2165
2227
|
{
|
|
2166
|
-
"id":
|
|
2228
|
+
"id": 98,
|
|
2167
2229
|
"name": "helpButtonClick",
|
|
2168
2230
|
"kind": 4096,
|
|
2169
2231
|
"kindString": "Call signature",
|
|
@@ -2176,7 +2238,7 @@
|
|
|
2176
2238
|
]
|
|
2177
2239
|
},
|
|
2178
2240
|
{
|
|
2179
|
-
"id":
|
|
2241
|
+
"id": 93,
|
|
2180
2242
|
"name": "ngAfterViewInit",
|
|
2181
2243
|
"kind": 2048,
|
|
2182
2244
|
"kindString": "Method",
|
|
@@ -2186,13 +2248,13 @@
|
|
|
2186
2248
|
"sources": [
|
|
2187
2249
|
{
|
|
2188
2250
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2189
|
-
"line":
|
|
2251
|
+
"line": 237,
|
|
2190
2252
|
"character": 9
|
|
2191
2253
|
}
|
|
2192
2254
|
],
|
|
2193
2255
|
"signatures": [
|
|
2194
2256
|
{
|
|
2195
|
-
"id":
|
|
2257
|
+
"id": 94,
|
|
2196
2258
|
"name": "ngAfterViewInit",
|
|
2197
2259
|
"kind": 4096,
|
|
2198
2260
|
"kindString": "Call signature",
|
|
@@ -2213,7 +2275,7 @@
|
|
|
2213
2275
|
}
|
|
2214
2276
|
},
|
|
2215
2277
|
{
|
|
2216
|
-
"id":
|
|
2278
|
+
"id": 95,
|
|
2217
2279
|
"name": "ngOnDestroy",
|
|
2218
2280
|
"kind": 2048,
|
|
2219
2281
|
"kindString": "Method",
|
|
@@ -2223,13 +2285,13 @@
|
|
|
2223
2285
|
"sources": [
|
|
2224
2286
|
{
|
|
2225
2287
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2226
|
-
"line":
|
|
2288
|
+
"line": 258,
|
|
2227
2289
|
"character": 9
|
|
2228
2290
|
}
|
|
2229
2291
|
],
|
|
2230
2292
|
"signatures": [
|
|
2231
2293
|
{
|
|
2232
|
-
"id":
|
|
2294
|
+
"id": 96,
|
|
2233
2295
|
"name": "ngOnDestroy",
|
|
2234
2296
|
"kind": 4096,
|
|
2235
2297
|
"kindString": "Call signature",
|
|
@@ -2250,7 +2312,7 @@
|
|
|
2250
2312
|
}
|
|
2251
2313
|
},
|
|
2252
2314
|
{
|
|
2253
|
-
"id":
|
|
2315
|
+
"id": 91,
|
|
2254
2316
|
"name": "ngOnInit",
|
|
2255
2317
|
"kind": 2048,
|
|
2256
2318
|
"kindString": "Method",
|
|
@@ -2260,13 +2322,13 @@
|
|
|
2260
2322
|
"sources": [
|
|
2261
2323
|
{
|
|
2262
2324
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2263
|
-
"line":
|
|
2325
|
+
"line": 226,
|
|
2264
2326
|
"character": 9
|
|
2265
2327
|
}
|
|
2266
2328
|
],
|
|
2267
2329
|
"signatures": [
|
|
2268
2330
|
{
|
|
2269
|
-
"id":
|
|
2331
|
+
"id": 92,
|
|
2270
2332
|
"name": "ngOnInit",
|
|
2271
2333
|
"kind": 4096,
|
|
2272
2334
|
"kindString": "Call signature",
|
|
@@ -2287,7 +2349,7 @@
|
|
|
2287
2349
|
}
|
|
2288
2350
|
},
|
|
2289
2351
|
{
|
|
2290
|
-
"id":
|
|
2352
|
+
"id": 88,
|
|
2291
2353
|
"name": "onDocumentKeyDown",
|
|
2292
2354
|
"kind": 2048,
|
|
2293
2355
|
"kindString": "Method",
|
|
@@ -2312,20 +2374,20 @@
|
|
|
2312
2374
|
"sources": [
|
|
2313
2375
|
{
|
|
2314
2376
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2315
|
-
"line":
|
|
2377
|
+
"line": 185,
|
|
2316
2378
|
"character": 9
|
|
2317
2379
|
}
|
|
2318
2380
|
],
|
|
2319
2381
|
"signatures": [
|
|
2320
2382
|
{
|
|
2321
|
-
"id":
|
|
2383
|
+
"id": 89,
|
|
2322
2384
|
"name": "onDocumentKeyDown",
|
|
2323
2385
|
"kind": 4096,
|
|
2324
2386
|
"kindString": "Call signature",
|
|
2325
2387
|
"flags": {},
|
|
2326
2388
|
"parameters": [
|
|
2327
2389
|
{
|
|
2328
|
-
"id":
|
|
2390
|
+
"id": 90,
|
|
2329
2391
|
"name": "event",
|
|
2330
2392
|
"kind": 32768,
|
|
2331
2393
|
"kindString": "Parameter",
|
|
@@ -2346,7 +2408,7 @@
|
|
|
2346
2408
|
]
|
|
2347
2409
|
},
|
|
2348
2410
|
{
|
|
2349
|
-
"id":
|
|
2411
|
+
"id": 85,
|
|
2350
2412
|
"name": "onDocumentKeyUp",
|
|
2351
2413
|
"kind": 2048,
|
|
2352
2414
|
"kindString": "Method",
|
|
@@ -2371,20 +2433,20 @@
|
|
|
2371
2433
|
"sources": [
|
|
2372
2434
|
{
|
|
2373
2435
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2374
|
-
"line":
|
|
2436
|
+
"line": 169,
|
|
2375
2437
|
"character": 9
|
|
2376
2438
|
}
|
|
2377
2439
|
],
|
|
2378
2440
|
"signatures": [
|
|
2379
2441
|
{
|
|
2380
|
-
"id":
|
|
2442
|
+
"id": 86,
|
|
2381
2443
|
"name": "onDocumentKeyUp",
|
|
2382
2444
|
"kind": 4096,
|
|
2383
2445
|
"kindString": "Call signature",
|
|
2384
2446
|
"flags": {},
|
|
2385
2447
|
"parameters": [
|
|
2386
2448
|
{
|
|
2387
|
-
"id":
|
|
2449
|
+
"id": 87,
|
|
2388
2450
|
"name": "event",
|
|
2389
2451
|
"kind": 32768,
|
|
2390
2452
|
"kindString": "Parameter",
|
|
@@ -2405,7 +2467,7 @@
|
|
|
2405
2467
|
]
|
|
2406
2468
|
},
|
|
2407
2469
|
{
|
|
2408
|
-
"id":
|
|
2470
|
+
"id": 103,
|
|
2409
2471
|
"name": "scrollShadowChange",
|
|
2410
2472
|
"kind": 2048,
|
|
2411
2473
|
"kindString": "Method",
|
|
@@ -2415,20 +2477,20 @@
|
|
|
2415
2477
|
"sources": [
|
|
2416
2478
|
{
|
|
2417
2479
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2418
|
-
"line":
|
|
2480
|
+
"line": 281,
|
|
2419
2481
|
"character": 9
|
|
2420
2482
|
}
|
|
2421
2483
|
],
|
|
2422
2484
|
"signatures": [
|
|
2423
2485
|
{
|
|
2424
|
-
"id":
|
|
2486
|
+
"id": 104,
|
|
2425
2487
|
"name": "scrollShadowChange",
|
|
2426
2488
|
"kind": 4096,
|
|
2427
2489
|
"kindString": "Call signature",
|
|
2428
2490
|
"flags": {},
|
|
2429
2491
|
"parameters": [
|
|
2430
2492
|
{
|
|
2431
|
-
"id":
|
|
2493
|
+
"id": 105,
|
|
2432
2494
|
"name": "args",
|
|
2433
2495
|
"kind": 32768,
|
|
2434
2496
|
"kindString": "Parameter",
|
|
@@ -2447,7 +2509,7 @@
|
|
|
2447
2509
|
]
|
|
2448
2510
|
},
|
|
2449
2511
|
{
|
|
2450
|
-
"id":
|
|
2512
|
+
"id": 106,
|
|
2451
2513
|
"name": "viewkeeperEnabled",
|
|
2452
2514
|
"kind": 2048,
|
|
2453
2515
|
"kindString": "Method",
|
|
@@ -2457,13 +2519,13 @@
|
|
|
2457
2519
|
"sources": [
|
|
2458
2520
|
{
|
|
2459
2521
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2460
|
-
"line":
|
|
2522
|
+
"line": 285,
|
|
2461
2523
|
"character": 9
|
|
2462
2524
|
}
|
|
2463
2525
|
],
|
|
2464
2526
|
"signatures": [
|
|
2465
2527
|
{
|
|
2466
|
-
"id":
|
|
2528
|
+
"id": 107,
|
|
2467
2529
|
"name": "viewkeeperEnabled",
|
|
2468
2530
|
"kind": 4096,
|
|
2469
2531
|
"kindString": "Call signature",
|
|
@@ -2476,7 +2538,7 @@
|
|
|
2476
2538
|
]
|
|
2477
2539
|
},
|
|
2478
2540
|
{
|
|
2479
|
-
"id":
|
|
2541
|
+
"id": 101,
|
|
2480
2542
|
"name": "windowResize",
|
|
2481
2543
|
"kind": 2048,
|
|
2482
2544
|
"kindString": "Method",
|
|
@@ -2486,13 +2548,13 @@
|
|
|
2486
2548
|
"sources": [
|
|
2487
2549
|
{
|
|
2488
2550
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2489
|
-
"line":
|
|
2551
|
+
"line": 277,
|
|
2490
2552
|
"character": 9
|
|
2491
2553
|
}
|
|
2492
2554
|
],
|
|
2493
2555
|
"signatures": [
|
|
2494
2556
|
{
|
|
2495
|
-
"id":
|
|
2557
|
+
"id": 102,
|
|
2496
2558
|
"name": "windowResize",
|
|
2497
2559
|
"kind": 4096,
|
|
2498
2560
|
"kindString": "Call signature",
|
|
@@ -2510,45 +2572,52 @@
|
|
|
2510
2572
|
"title": "Constructors",
|
|
2511
2573
|
"kind": 512,
|
|
2512
2574
|
"children": [
|
|
2513
|
-
|
|
2575
|
+
38
|
|
2514
2576
|
]
|
|
2515
2577
|
},
|
|
2516
2578
|
{
|
|
2517
2579
|
"title": "Properties",
|
|
2518
2580
|
"kind": 1024,
|
|
2519
2581
|
"children": [
|
|
2520
|
-
61,
|
|
2521
|
-
51,
|
|
2522
|
-
62,
|
|
2523
|
-
67,
|
|
2524
|
-
63,
|
|
2525
|
-
64,
|
|
2526
2582
|
65,
|
|
2583
|
+
55,
|
|
2527
2584
|
66,
|
|
2528
|
-
|
|
2585
|
+
71,
|
|
2586
|
+
67,
|
|
2587
|
+
68,
|
|
2588
|
+
69,
|
|
2589
|
+
70,
|
|
2590
|
+
48
|
|
2591
|
+
]
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"title": "Accessors",
|
|
2595
|
+
"kind": 262144,
|
|
2596
|
+
"children": [
|
|
2597
|
+
49
|
|
2529
2598
|
]
|
|
2530
2599
|
},
|
|
2531
2600
|
{
|
|
2532
2601
|
"title": "Methods",
|
|
2533
2602
|
"kind": 2048,
|
|
2534
2603
|
"children": [
|
|
2535
|
-
|
|
2536
|
-
|
|
2604
|
+
99,
|
|
2605
|
+
97,
|
|
2606
|
+
93,
|
|
2607
|
+
95,
|
|
2608
|
+
91,
|
|
2537
2609
|
88,
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
98,
|
|
2543
|
-
101,
|
|
2544
|
-
96
|
|
2610
|
+
85,
|
|
2611
|
+
103,
|
|
2612
|
+
106,
|
|
2613
|
+
101
|
|
2545
2614
|
]
|
|
2546
2615
|
}
|
|
2547
2616
|
],
|
|
2548
2617
|
"sources": [
|
|
2549
2618
|
{
|
|
2550
2619
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2551
|
-
"line":
|
|
2620
|
+
"line": 52,
|
|
2552
2621
|
"character": 13
|
|
2553
2622
|
}
|
|
2554
2623
|
],
|
|
@@ -2574,7 +2643,7 @@
|
|
|
2574
2643
|
]
|
|
2575
2644
|
},
|
|
2576
2645
|
{
|
|
2577
|
-
"id":
|
|
2646
|
+
"id": 108,
|
|
2578
2647
|
"name": "SkyModalIsDirtyDirective",
|
|
2579
2648
|
"kind": 128,
|
|
2580
2649
|
"kindString": "Class",
|
|
@@ -2598,7 +2667,7 @@
|
|
|
2598
2667
|
],
|
|
2599
2668
|
"children": [
|
|
2600
2669
|
{
|
|
2601
|
-
"id":
|
|
2670
|
+
"id": 111,
|
|
2602
2671
|
"name": "isDirty",
|
|
2603
2672
|
"kind": 1024,
|
|
2604
2673
|
"kindString": "Property",
|
|
@@ -2652,7 +2721,7 @@
|
|
|
2652
2721
|
"defaultValue": "false"
|
|
2653
2722
|
},
|
|
2654
2723
|
{
|
|
2655
|
-
"id":
|
|
2724
|
+
"id": 118,
|
|
2656
2725
|
"name": "ngOnDestroy",
|
|
2657
2726
|
"kind": 2048,
|
|
2658
2727
|
"kindString": "Method",
|
|
@@ -2668,7 +2737,7 @@
|
|
|
2668
2737
|
],
|
|
2669
2738
|
"signatures": [
|
|
2670
2739
|
{
|
|
2671
|
-
"id":
|
|
2740
|
+
"id": 119,
|
|
2672
2741
|
"name": "ngOnDestroy",
|
|
2673
2742
|
"kind": 4096,
|
|
2674
2743
|
"kindString": "Call signature",
|
|
@@ -2689,7 +2758,7 @@
|
|
|
2689
2758
|
}
|
|
2690
2759
|
},
|
|
2691
2760
|
{
|
|
2692
|
-
"id":
|
|
2761
|
+
"id": 116,
|
|
2693
2762
|
"name": "ngOnInit",
|
|
2694
2763
|
"kind": 2048,
|
|
2695
2764
|
"kindString": "Method",
|
|
@@ -2705,7 +2774,7 @@
|
|
|
2705
2774
|
],
|
|
2706
2775
|
"signatures": [
|
|
2707
2776
|
{
|
|
2708
|
-
"id":
|
|
2777
|
+
"id": 117,
|
|
2709
2778
|
"name": "ngOnInit",
|
|
2710
2779
|
"kind": 4096,
|
|
2711
2780
|
"kindString": "Call signature",
|
|
@@ -2731,22 +2800,22 @@
|
|
|
2731
2800
|
"title": "Constructors",
|
|
2732
2801
|
"kind": 512,
|
|
2733
2802
|
"children": [
|
|
2734
|
-
|
|
2803
|
+
109
|
|
2735
2804
|
]
|
|
2736
2805
|
},
|
|
2737
2806
|
{
|
|
2738
2807
|
"title": "Properties",
|
|
2739
2808
|
"kind": 1024,
|
|
2740
2809
|
"children": [
|
|
2741
|
-
|
|
2810
|
+
111
|
|
2742
2811
|
]
|
|
2743
2812
|
},
|
|
2744
2813
|
{
|
|
2745
2814
|
"title": "Methods",
|
|
2746
2815
|
"kind": 2048,
|
|
2747
2816
|
"children": [
|
|
2748
|
-
|
|
2749
|
-
|
|
2817
|
+
118,
|
|
2818
|
+
116
|
|
2750
2819
|
]
|
|
2751
2820
|
}
|
|
2752
2821
|
],
|
|
@@ -2773,14 +2842,14 @@
|
|
|
2773
2842
|
]
|
|
2774
2843
|
},
|
|
2775
2844
|
{
|
|
2776
|
-
"id":
|
|
2845
|
+
"id": 124,
|
|
2777
2846
|
"name": "SkyConfirmButtonConfig",
|
|
2778
2847
|
"kind": 256,
|
|
2779
2848
|
"kindString": "Interface",
|
|
2780
2849
|
"flags": {},
|
|
2781
2850
|
"children": [
|
|
2782
2851
|
{
|
|
2783
|
-
"id":
|
|
2852
|
+
"id": 125,
|
|
2784
2853
|
"name": "action",
|
|
2785
2854
|
"kind": 1024,
|
|
2786
2855
|
"kindString": "Property",
|
|
@@ -2801,7 +2870,7 @@
|
|
|
2801
2870
|
}
|
|
2802
2871
|
},
|
|
2803
2872
|
{
|
|
2804
|
-
"id":
|
|
2873
|
+
"id": 128,
|
|
2805
2874
|
"name": "autofocus",
|
|
2806
2875
|
"kind": 1024,
|
|
2807
2876
|
"kindString": "Property",
|
|
@@ -2830,7 +2899,7 @@
|
|
|
2830
2899
|
}
|
|
2831
2900
|
},
|
|
2832
2901
|
{
|
|
2833
|
-
"id":
|
|
2902
|
+
"id": 127,
|
|
2834
2903
|
"name": "styleType",
|
|
2835
2904
|
"kind": 1024,
|
|
2836
2905
|
"kindString": "Property",
|
|
@@ -2853,7 +2922,7 @@
|
|
|
2853
2922
|
}
|
|
2854
2923
|
},
|
|
2855
2924
|
{
|
|
2856
|
-
"id":
|
|
2925
|
+
"id": 126,
|
|
2857
2926
|
"name": "text",
|
|
2858
2927
|
"kind": 1024,
|
|
2859
2928
|
"kindString": "Property",
|
|
@@ -2879,10 +2948,10 @@
|
|
|
2879
2948
|
"title": "Properties",
|
|
2880
2949
|
"kind": 1024,
|
|
2881
2950
|
"children": [
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2951
|
+
125,
|
|
2952
|
+
128,
|
|
2953
|
+
127,
|
|
2954
|
+
126
|
|
2886
2955
|
]
|
|
2887
2956
|
}
|
|
2888
2957
|
],
|
|
@@ -2895,14 +2964,14 @@
|
|
|
2895
2964
|
]
|
|
2896
2965
|
},
|
|
2897
2966
|
{
|
|
2898
|
-
"id":
|
|
2967
|
+
"id": 130,
|
|
2899
2968
|
"name": "SkyConfirmCloseEventArgs",
|
|
2900
2969
|
"kind": 256,
|
|
2901
2970
|
"kindString": "Interface",
|
|
2902
2971
|
"flags": {},
|
|
2903
2972
|
"children": [
|
|
2904
2973
|
{
|
|
2905
|
-
"id":
|
|
2974
|
+
"id": 131,
|
|
2906
2975
|
"name": "action",
|
|
2907
2976
|
"kind": 1024,
|
|
2908
2977
|
"kindString": "Property",
|
|
@@ -2928,7 +2997,7 @@
|
|
|
2928
2997
|
"title": "Properties",
|
|
2929
2998
|
"kind": 1024,
|
|
2930
2999
|
"children": [
|
|
2931
|
-
|
|
3000
|
+
131
|
|
2932
3001
|
]
|
|
2933
3002
|
}
|
|
2934
3003
|
],
|
|
@@ -2941,14 +3010,14 @@
|
|
|
2941
3010
|
]
|
|
2942
3011
|
},
|
|
2943
3012
|
{
|
|
2944
|
-
"id":
|
|
3013
|
+
"id": 132,
|
|
2945
3014
|
"name": "SkyConfirmConfig",
|
|
2946
3015
|
"kind": 256,
|
|
2947
3016
|
"kindString": "Interface",
|
|
2948
3017
|
"flags": {},
|
|
2949
3018
|
"children": [
|
|
2950
3019
|
{
|
|
2951
|
-
"id":
|
|
3020
|
+
"id": 134,
|
|
2952
3021
|
"name": "body",
|
|
2953
3022
|
"kind": 1024,
|
|
2954
3023
|
"kindString": "Property",
|
|
@@ -2971,7 +3040,7 @@
|
|
|
2971
3040
|
}
|
|
2972
3041
|
},
|
|
2973
3042
|
{
|
|
2974
|
-
"id":
|
|
3043
|
+
"id": 135,
|
|
2975
3044
|
"name": "buttons",
|
|
2976
3045
|
"kind": 1024,
|
|
2977
3046
|
"kindString": "Property",
|
|
@@ -2992,13 +3061,13 @@
|
|
|
2992
3061
|
"type": "array",
|
|
2993
3062
|
"elementType": {
|
|
2994
3063
|
"type": "reference",
|
|
2995
|
-
"id":
|
|
3064
|
+
"id": 124,
|
|
2996
3065
|
"name": "SkyConfirmButtonConfig"
|
|
2997
3066
|
}
|
|
2998
3067
|
}
|
|
2999
3068
|
},
|
|
3000
3069
|
{
|
|
3001
|
-
"id":
|
|
3070
|
+
"id": 133,
|
|
3002
3071
|
"name": "message",
|
|
3003
3072
|
"kind": 1024,
|
|
3004
3073
|
"kindString": "Property",
|
|
@@ -3025,7 +3094,7 @@
|
|
|
3025
3094
|
}
|
|
3026
3095
|
},
|
|
3027
3096
|
{
|
|
3028
|
-
"id":
|
|
3097
|
+
"id": 136,
|
|
3029
3098
|
"name": "preserveWhiteSpace",
|
|
3030
3099
|
"kind": 1024,
|
|
3031
3100
|
"kindString": "Property",
|
|
@@ -3054,7 +3123,7 @@
|
|
|
3054
3123
|
}
|
|
3055
3124
|
},
|
|
3056
3125
|
{
|
|
3057
|
-
"id":
|
|
3126
|
+
"id": 137,
|
|
3058
3127
|
"name": "type",
|
|
3059
3128
|
"kind": 1024,
|
|
3060
3129
|
"kindString": "Property",
|
|
@@ -3073,7 +3142,7 @@
|
|
|
3073
3142
|
],
|
|
3074
3143
|
"type": {
|
|
3075
3144
|
"type": "reference",
|
|
3076
|
-
"id":
|
|
3145
|
+
"id": 142,
|
|
3077
3146
|
"name": "SkyConfirmType"
|
|
3078
3147
|
}
|
|
3079
3148
|
}
|
|
@@ -3083,11 +3152,11 @@
|
|
|
3083
3152
|
"title": "Properties",
|
|
3084
3153
|
"kind": 1024,
|
|
3085
3154
|
"children": [
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3155
|
+
134,
|
|
3156
|
+
135,
|
|
3157
|
+
133,
|
|
3158
|
+
136,
|
|
3159
|
+
137
|
|
3091
3160
|
]
|
|
3092
3161
|
}
|
|
3093
3162
|
],
|
|
@@ -3100,7 +3169,7 @@
|
|
|
3100
3169
|
]
|
|
3101
3170
|
},
|
|
3102
3171
|
{
|
|
3103
|
-
"id":
|
|
3172
|
+
"id": 252,
|
|
3104
3173
|
"name": "SkyModalConfigurationInterface",
|
|
3105
3174
|
"kind": 256,
|
|
3106
3175
|
"kindString": "Interface",
|
|
@@ -3110,7 +3179,7 @@
|
|
|
3110
3179
|
},
|
|
3111
3180
|
"children": [
|
|
3112
3181
|
{
|
|
3113
|
-
"id":
|
|
3182
|
+
"id": 256,
|
|
3114
3183
|
"name": "ariaDescribedBy",
|
|
3115
3184
|
"kind": 1024,
|
|
3116
3185
|
"kindString": "Property",
|
|
@@ -3133,7 +3202,7 @@
|
|
|
3133
3202
|
}
|
|
3134
3203
|
},
|
|
3135
3204
|
{
|
|
3136
|
-
"id":
|
|
3205
|
+
"id": 257,
|
|
3137
3206
|
"name": "ariaLabelledBy",
|
|
3138
3207
|
"kind": 1024,
|
|
3139
3208
|
"kindString": "Property",
|
|
@@ -3156,7 +3225,7 @@
|
|
|
3156
3225
|
}
|
|
3157
3226
|
},
|
|
3158
3227
|
{
|
|
3159
|
-
"id":
|
|
3228
|
+
"id": 258,
|
|
3160
3229
|
"name": "ariaRole",
|
|
3161
3230
|
"kind": 1024,
|
|
3162
3231
|
"kindString": "Property",
|
|
@@ -3185,7 +3254,7 @@
|
|
|
3185
3254
|
}
|
|
3186
3255
|
},
|
|
3187
3256
|
{
|
|
3188
|
-
"id":
|
|
3257
|
+
"id": 253,
|
|
3189
3258
|
"name": "fullPage",
|
|
3190
3259
|
"kind": 1024,
|
|
3191
3260
|
"kindString": "Property",
|
|
@@ -3208,7 +3277,7 @@
|
|
|
3208
3277
|
}
|
|
3209
3278
|
},
|
|
3210
3279
|
{
|
|
3211
|
-
"id":
|
|
3280
|
+
"id": 260,
|
|
3212
3281
|
"name": "helpKey",
|
|
3213
3282
|
"kind": 1024,
|
|
3214
3283
|
"kindString": "Property",
|
|
@@ -3236,7 +3305,7 @@
|
|
|
3236
3305
|
}
|
|
3237
3306
|
},
|
|
3238
3307
|
{
|
|
3239
|
-
"id":
|
|
3308
|
+
"id": 255,
|
|
3240
3309
|
"name": "providers",
|
|
3241
3310
|
"kind": 1024,
|
|
3242
3311
|
"kindString": "Property",
|
|
@@ -3264,7 +3333,7 @@
|
|
|
3264
3333
|
}
|
|
3265
3334
|
},
|
|
3266
3335
|
{
|
|
3267
|
-
"id":
|
|
3336
|
+
"id": 254,
|
|
3268
3337
|
"name": "size",
|
|
3269
3338
|
"kind": 1024,
|
|
3270
3339
|
"kindString": "Property",
|
|
@@ -3287,7 +3356,7 @@
|
|
|
3287
3356
|
}
|
|
3288
3357
|
},
|
|
3289
3358
|
{
|
|
3290
|
-
"id":
|
|
3359
|
+
"id": 259,
|
|
3291
3360
|
"name": "tiledBody",
|
|
3292
3361
|
"kind": 1024,
|
|
3293
3362
|
"kindString": "Property",
|
|
@@ -3316,7 +3385,7 @@
|
|
|
3316
3385
|
}
|
|
3317
3386
|
},
|
|
3318
3387
|
{
|
|
3319
|
-
"id":
|
|
3388
|
+
"id": 261,
|
|
3320
3389
|
"name": "wrapperClass",
|
|
3321
3390
|
"kind": 1024,
|
|
3322
3391
|
"kindString": "Property",
|
|
@@ -3344,15 +3413,15 @@
|
|
|
3344
3413
|
"title": "Properties",
|
|
3345
3414
|
"kind": 1024,
|
|
3346
3415
|
"children": [
|
|
3347
|
-
|
|
3348
|
-
|
|
3416
|
+
256,
|
|
3417
|
+
257,
|
|
3418
|
+
258,
|
|
3349
3419
|
253,
|
|
3350
|
-
|
|
3420
|
+
260,
|
|
3351
3421
|
255,
|
|
3352
|
-
250,
|
|
3353
|
-
249,
|
|
3354
3422
|
254,
|
|
3355
|
-
|
|
3423
|
+
259,
|
|
3424
|
+
261
|
|
3356
3425
|
]
|
|
3357
3426
|
}
|
|
3358
3427
|
],
|
|
@@ -3365,7 +3434,56 @@
|
|
|
3365
3434
|
]
|
|
3366
3435
|
},
|
|
3367
3436
|
{
|
|
3368
|
-
"id":
|
|
3437
|
+
"id": 282,
|
|
3438
|
+
"name": "SkyModalError",
|
|
3439
|
+
"kind": 256,
|
|
3440
|
+
"kindString": "Interface",
|
|
3441
|
+
"flags": {},
|
|
3442
|
+
"comment": {
|
|
3443
|
+
"shortText": "Contains an object with properties for displaying form-level errors in the modal."
|
|
3444
|
+
},
|
|
3445
|
+
"children": [
|
|
3446
|
+
{
|
|
3447
|
+
"id": 283,
|
|
3448
|
+
"name": "message",
|
|
3449
|
+
"kind": 1024,
|
|
3450
|
+
"kindString": "Property",
|
|
3451
|
+
"flags": {},
|
|
3452
|
+
"comment": {
|
|
3453
|
+
"shortText": "The error message to display."
|
|
3454
|
+
},
|
|
3455
|
+
"sources": [
|
|
3456
|
+
{
|
|
3457
|
+
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
3458
|
+
"line": 8,
|
|
3459
|
+
"character": 2
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"type": {
|
|
3463
|
+
"type": "intrinsic",
|
|
3464
|
+
"name": "string"
|
|
3465
|
+
}
|
|
3466
|
+
}
|
|
3467
|
+
],
|
|
3468
|
+
"groups": [
|
|
3469
|
+
{
|
|
3470
|
+
"title": "Properties",
|
|
3471
|
+
"kind": 1024,
|
|
3472
|
+
"children": [
|
|
3473
|
+
283
|
|
3474
|
+
]
|
|
3475
|
+
}
|
|
3476
|
+
],
|
|
3477
|
+
"sources": [
|
|
3478
|
+
{
|
|
3479
|
+
"fileName": "projects/modals/src/modules/modal/modal-error.ts",
|
|
3480
|
+
"line": 4,
|
|
3481
|
+
"character": 17
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"id": 129,
|
|
3369
3487
|
"name": "SkyConfirmButtonStyleType",
|
|
3370
3488
|
"kind": 4194304,
|
|
3371
3489
|
"kindString": "Type alias",
|
|
@@ -3400,7 +3518,7 @@
|
|
|
3400
3518
|
}
|
|
3401
3519
|
},
|
|
3402
3520
|
{
|
|
3403
|
-
"id":
|
|
3521
|
+
"id": 327,
|
|
3404
3522
|
"name": "SkyConfirmHarness",
|
|
3405
3523
|
"kind": 128,
|
|
3406
3524
|
"kindString": "Class",
|
|
@@ -3410,7 +3528,7 @@
|
|
|
3410
3528
|
},
|
|
3411
3529
|
"children": [
|
|
3412
3530
|
{
|
|
3413
|
-
"id":
|
|
3531
|
+
"id": 328,
|
|
3414
3532
|
"name": "hostSelector",
|
|
3415
3533
|
"kind": 1024,
|
|
3416
3534
|
"kindString": "Property",
|
|
@@ -3432,7 +3550,7 @@
|
|
|
3432
3550
|
"defaultValue": "'sky-confirm'"
|
|
3433
3551
|
},
|
|
3434
3552
|
{
|
|
3435
|
-
"id":
|
|
3553
|
+
"id": 341,
|
|
3436
3554
|
"name": "clickCustomButton",
|
|
3437
3555
|
"kind": 2048,
|
|
3438
3556
|
"kindString": "Method",
|
|
@@ -3448,7 +3566,7 @@
|
|
|
3448
3566
|
],
|
|
3449
3567
|
"signatures": [
|
|
3450
3568
|
{
|
|
3451
|
-
"id":
|
|
3569
|
+
"id": 342,
|
|
3452
3570
|
"name": "clickCustomButton",
|
|
3453
3571
|
"kind": 4096,
|
|
3454
3572
|
"kindString": "Call signature",
|
|
@@ -3458,14 +3576,14 @@
|
|
|
3458
3576
|
},
|
|
3459
3577
|
"parameters": [
|
|
3460
3578
|
{
|
|
3461
|
-
"id":
|
|
3579
|
+
"id": 343,
|
|
3462
3580
|
"name": "filters",
|
|
3463
3581
|
"kind": 32768,
|
|
3464
3582
|
"kindString": "Parameter",
|
|
3465
3583
|
"flags": {},
|
|
3466
3584
|
"type": {
|
|
3467
3585
|
"type": "reference",
|
|
3468
|
-
"id":
|
|
3586
|
+
"id": 419,
|
|
3469
3587
|
"name": "SkyConfirmButtonHarnessFilters"
|
|
3470
3588
|
}
|
|
3471
3589
|
}
|
|
@@ -3486,7 +3604,7 @@
|
|
|
3486
3604
|
]
|
|
3487
3605
|
},
|
|
3488
3606
|
{
|
|
3489
|
-
"id":
|
|
3607
|
+
"id": 344,
|
|
3490
3608
|
"name": "clickOkButton",
|
|
3491
3609
|
"kind": 2048,
|
|
3492
3610
|
"kindString": "Method",
|
|
@@ -3502,7 +3620,7 @@
|
|
|
3502
3620
|
],
|
|
3503
3621
|
"signatures": [
|
|
3504
3622
|
{
|
|
3505
|
-
"id":
|
|
3623
|
+
"id": 345,
|
|
3506
3624
|
"name": "clickOkButton",
|
|
3507
3625
|
"kind": 4096,
|
|
3508
3626
|
"kindString": "Call signature",
|
|
@@ -3526,7 +3644,7 @@
|
|
|
3526
3644
|
]
|
|
3527
3645
|
},
|
|
3528
3646
|
{
|
|
3529
|
-
"id":
|
|
3647
|
+
"id": 346,
|
|
3530
3648
|
"name": "getBodyText",
|
|
3531
3649
|
"kind": 2048,
|
|
3532
3650
|
"kindString": "Method",
|
|
@@ -3542,7 +3660,7 @@
|
|
|
3542
3660
|
],
|
|
3543
3661
|
"signatures": [
|
|
3544
3662
|
{
|
|
3545
|
-
"id":
|
|
3663
|
+
"id": 347,
|
|
3546
3664
|
"name": "getBodyText",
|
|
3547
3665
|
"kind": 4096,
|
|
3548
3666
|
"kindString": "Call signature",
|
|
@@ -3566,7 +3684,7 @@
|
|
|
3566
3684
|
]
|
|
3567
3685
|
},
|
|
3568
3686
|
{
|
|
3569
|
-
"id":
|
|
3687
|
+
"id": 348,
|
|
3570
3688
|
"name": "getCustomButtons",
|
|
3571
3689
|
"kind": 2048,
|
|
3572
3690
|
"kindString": "Method",
|
|
@@ -3582,7 +3700,7 @@
|
|
|
3582
3700
|
],
|
|
3583
3701
|
"signatures": [
|
|
3584
3702
|
{
|
|
3585
|
-
"id":
|
|
3703
|
+
"id": 349,
|
|
3586
3704
|
"name": "getCustomButtons",
|
|
3587
3705
|
"kind": 4096,
|
|
3588
3706
|
"kindString": "Call signature",
|
|
@@ -3592,7 +3710,7 @@
|
|
|
3592
3710
|
},
|
|
3593
3711
|
"parameters": [
|
|
3594
3712
|
{
|
|
3595
|
-
"id":
|
|
3713
|
+
"id": 350,
|
|
3596
3714
|
"name": "filters",
|
|
3597
3715
|
"kind": 32768,
|
|
3598
3716
|
"kindString": "Parameter",
|
|
@@ -3601,7 +3719,7 @@
|
|
|
3601
3719
|
},
|
|
3602
3720
|
"type": {
|
|
3603
3721
|
"type": "reference",
|
|
3604
|
-
"id":
|
|
3722
|
+
"id": 419,
|
|
3605
3723
|
"name": "SkyConfirmButtonHarnessFilters"
|
|
3606
3724
|
}
|
|
3607
3725
|
}
|
|
@@ -3625,7 +3743,7 @@
|
|
|
3625
3743
|
]
|
|
3626
3744
|
},
|
|
3627
3745
|
{
|
|
3628
|
-
"id":
|
|
3746
|
+
"id": 351,
|
|
3629
3747
|
"name": "getMessageText",
|
|
3630
3748
|
"kind": 2048,
|
|
3631
3749
|
"kindString": "Method",
|
|
@@ -3641,7 +3759,7 @@
|
|
|
3641
3759
|
],
|
|
3642
3760
|
"signatures": [
|
|
3643
3761
|
{
|
|
3644
|
-
"id":
|
|
3762
|
+
"id": 352,
|
|
3645
3763
|
"name": "getMessageText",
|
|
3646
3764
|
"kind": 4096,
|
|
3647
3765
|
"kindString": "Call signature",
|
|
@@ -3665,7 +3783,7 @@
|
|
|
3665
3783
|
]
|
|
3666
3784
|
},
|
|
3667
3785
|
{
|
|
3668
|
-
"id":
|
|
3786
|
+
"id": 353,
|
|
3669
3787
|
"name": "getType",
|
|
3670
3788
|
"kind": 2048,
|
|
3671
3789
|
"kindString": "Method",
|
|
@@ -3681,7 +3799,7 @@
|
|
|
3681
3799
|
],
|
|
3682
3800
|
"signatures": [
|
|
3683
3801
|
{
|
|
3684
|
-
"id":
|
|
3802
|
+
"id": 354,
|
|
3685
3803
|
"name": "getType",
|
|
3686
3804
|
"kind": 4096,
|
|
3687
3805
|
"kindString": "Call signature",
|
|
@@ -3694,7 +3812,7 @@
|
|
|
3694
3812
|
"typeArguments": [
|
|
3695
3813
|
{
|
|
3696
3814
|
"type": "reference",
|
|
3697
|
-
"id":
|
|
3815
|
+
"id": 142,
|
|
3698
3816
|
"name": "SkyConfirmType"
|
|
3699
3817
|
}
|
|
3700
3818
|
],
|
|
@@ -3706,7 +3824,7 @@
|
|
|
3706
3824
|
]
|
|
3707
3825
|
},
|
|
3708
3826
|
{
|
|
3709
|
-
"id":
|
|
3827
|
+
"id": 364,
|
|
3710
3828
|
"name": "host",
|
|
3711
3829
|
"kind": 2048,
|
|
3712
3830
|
"kindString": "Method",
|
|
@@ -3720,7 +3838,7 @@
|
|
|
3720
3838
|
],
|
|
3721
3839
|
"signatures": [
|
|
3722
3840
|
{
|
|
3723
|
-
"id":
|
|
3841
|
+
"id": 365,
|
|
3724
3842
|
"name": "host",
|
|
3725
3843
|
"kind": 4096,
|
|
3726
3844
|
"kindString": "Call signature",
|
|
@@ -3754,7 +3872,7 @@
|
|
|
3754
3872
|
}
|
|
3755
3873
|
},
|
|
3756
3874
|
{
|
|
3757
|
-
"id":
|
|
3875
|
+
"id": 355,
|
|
3758
3876
|
"name": "isWhiteSpacePreserved",
|
|
3759
3877
|
"kind": 2048,
|
|
3760
3878
|
"kindString": "Method",
|
|
@@ -3770,7 +3888,7 @@
|
|
|
3770
3888
|
],
|
|
3771
3889
|
"signatures": [
|
|
3772
3890
|
{
|
|
3773
|
-
"id":
|
|
3891
|
+
"id": 356,
|
|
3774
3892
|
"name": "isWhiteSpacePreserved",
|
|
3775
3893
|
"kind": 4096,
|
|
3776
3894
|
"kindString": "Call signature",
|
|
@@ -3799,28 +3917,28 @@
|
|
|
3799
3917
|
"title": "Constructors",
|
|
3800
3918
|
"kind": 512,
|
|
3801
3919
|
"children": [
|
|
3802
|
-
|
|
3920
|
+
334
|
|
3803
3921
|
]
|
|
3804
3922
|
},
|
|
3805
3923
|
{
|
|
3806
3924
|
"title": "Properties",
|
|
3807
3925
|
"kind": 1024,
|
|
3808
3926
|
"children": [
|
|
3809
|
-
|
|
3927
|
+
328
|
|
3810
3928
|
]
|
|
3811
3929
|
},
|
|
3812
3930
|
{
|
|
3813
3931
|
"title": "Methods",
|
|
3814
3932
|
"kind": 2048,
|
|
3815
3933
|
"children": [
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3934
|
+
341,
|
|
3935
|
+
344,
|
|
3936
|
+
346,
|
|
3937
|
+
348,
|
|
3938
|
+
351,
|
|
3939
|
+
353,
|
|
3940
|
+
364,
|
|
3941
|
+
355
|
|
3824
3942
|
]
|
|
3825
3943
|
}
|
|
3826
3944
|
],
|
|
@@ -3839,7 +3957,7 @@
|
|
|
3839
3957
|
]
|
|
3840
3958
|
},
|
|
3841
3959
|
{
|
|
3842
|
-
"id":
|
|
3960
|
+
"id": 423,
|
|
3843
3961
|
"name": "SkyModalHarness",
|
|
3844
3962
|
"kind": 128,
|
|
3845
3963
|
"kindString": "Class",
|
|
@@ -3849,7 +3967,7 @@
|
|
|
3849
3967
|
},
|
|
3850
3968
|
"children": [
|
|
3851
3969
|
{
|
|
3852
|
-
"id":
|
|
3970
|
+
"id": 438,
|
|
3853
3971
|
"name": "getAriaDescribedBy",
|
|
3854
3972
|
"kind": 2048,
|
|
3855
3973
|
"kindString": "Method",
|
|
@@ -3865,7 +3983,7 @@
|
|
|
3865
3983
|
],
|
|
3866
3984
|
"signatures": [
|
|
3867
3985
|
{
|
|
3868
|
-
"id":
|
|
3986
|
+
"id": 439,
|
|
3869
3987
|
"name": "getAriaDescribedBy",
|
|
3870
3988
|
"kind": 4096,
|
|
3871
3989
|
"kindString": "Call signature",
|
|
@@ -3889,7 +4007,7 @@
|
|
|
3889
4007
|
]
|
|
3890
4008
|
},
|
|
3891
4009
|
{
|
|
3892
|
-
"id":
|
|
4010
|
+
"id": 440,
|
|
3893
4011
|
"name": "getAriaLabelledBy",
|
|
3894
4012
|
"kind": 2048,
|
|
3895
4013
|
"kindString": "Method",
|
|
@@ -3905,7 +4023,7 @@
|
|
|
3905
4023
|
],
|
|
3906
4024
|
"signatures": [
|
|
3907
4025
|
{
|
|
3908
|
-
"id":
|
|
4026
|
+
"id": 441,
|
|
3909
4027
|
"name": "getAriaLabelledBy",
|
|
3910
4028
|
"kind": 4096,
|
|
3911
4029
|
"kindString": "Call signature",
|
|
@@ -3929,7 +4047,7 @@
|
|
|
3929
4047
|
]
|
|
3930
4048
|
},
|
|
3931
4049
|
{
|
|
3932
|
-
"id":
|
|
4050
|
+
"id": 442,
|
|
3933
4051
|
"name": "getAriaRole",
|
|
3934
4052
|
"kind": 2048,
|
|
3935
4053
|
"kindString": "Method",
|
|
@@ -3945,7 +4063,7 @@
|
|
|
3945
4063
|
],
|
|
3946
4064
|
"signatures": [
|
|
3947
4065
|
{
|
|
3948
|
-
"id":
|
|
4066
|
+
"id": 443,
|
|
3949
4067
|
"name": "getAriaRole",
|
|
3950
4068
|
"kind": 4096,
|
|
3951
4069
|
"kindString": "Call signature",
|
|
@@ -3969,7 +4087,7 @@
|
|
|
3969
4087
|
]
|
|
3970
4088
|
},
|
|
3971
4089
|
{
|
|
3972
|
-
"id":
|
|
4090
|
+
"id": 444,
|
|
3973
4091
|
"name": "getSize",
|
|
3974
4092
|
"kind": 2048,
|
|
3975
4093
|
"kindString": "Method",
|
|
@@ -3985,7 +4103,7 @@
|
|
|
3985
4103
|
],
|
|
3986
4104
|
"signatures": [
|
|
3987
4105
|
{
|
|
3988
|
-
"id":
|
|
4106
|
+
"id": 445,
|
|
3989
4107
|
"name": "getSize",
|
|
3990
4108
|
"kind": 4096,
|
|
3991
4109
|
"kindString": "Call signature",
|
|
@@ -4009,7 +4127,7 @@
|
|
|
4009
4127
|
]
|
|
4010
4128
|
},
|
|
4011
4129
|
{
|
|
4012
|
-
"id":
|
|
4130
|
+
"id": 446,
|
|
4013
4131
|
"name": "getWrapperClass",
|
|
4014
4132
|
"kind": 2048,
|
|
4015
4133
|
"kindString": "Method",
|
|
@@ -4025,7 +4143,7 @@
|
|
|
4025
4143
|
],
|
|
4026
4144
|
"signatures": [
|
|
4027
4145
|
{
|
|
4028
|
-
"id":
|
|
4146
|
+
"id": 447,
|
|
4029
4147
|
"name": "getWrapperClass",
|
|
4030
4148
|
"kind": 4096,
|
|
4031
4149
|
"kindString": "Call signature",
|
|
@@ -4049,7 +4167,7 @@
|
|
|
4049
4167
|
]
|
|
4050
4168
|
},
|
|
4051
4169
|
{
|
|
4052
|
-
"id":
|
|
4170
|
+
"id": 455,
|
|
4053
4171
|
"name": "host",
|
|
4054
4172
|
"kind": 2048,
|
|
4055
4173
|
"kindString": "Method",
|
|
@@ -4063,7 +4181,7 @@
|
|
|
4063
4181
|
],
|
|
4064
4182
|
"signatures": [
|
|
4065
4183
|
{
|
|
4066
|
-
"id":
|
|
4184
|
+
"id": 456,
|
|
4067
4185
|
"name": "host",
|
|
4068
4186
|
"kind": 4096,
|
|
4069
4187
|
"kindString": "Call signature",
|
|
@@ -4097,7 +4215,7 @@
|
|
|
4097
4215
|
}
|
|
4098
4216
|
},
|
|
4099
4217
|
{
|
|
4100
|
-
"id":
|
|
4218
|
+
"id": 450,
|
|
4101
4219
|
"name": "isDirty",
|
|
4102
4220
|
"kind": 2048,
|
|
4103
4221
|
"kindString": "Method",
|
|
@@ -4113,7 +4231,7 @@
|
|
|
4113
4231
|
],
|
|
4114
4232
|
"signatures": [
|
|
4115
4233
|
{
|
|
4116
|
-
"id":
|
|
4234
|
+
"id": 451,
|
|
4117
4235
|
"name": "isDirty",
|
|
4118
4236
|
"kind": 4096,
|
|
4119
4237
|
"kindString": "Call signature",
|
|
@@ -4137,7 +4255,7 @@
|
|
|
4137
4255
|
]
|
|
4138
4256
|
},
|
|
4139
4257
|
{
|
|
4140
|
-
"id":
|
|
4258
|
+
"id": 448,
|
|
4141
4259
|
"name": "isFullPage",
|
|
4142
4260
|
"kind": 2048,
|
|
4143
4261
|
"kindString": "Method",
|
|
@@ -4153,7 +4271,7 @@
|
|
|
4153
4271
|
],
|
|
4154
4272
|
"signatures": [
|
|
4155
4273
|
{
|
|
4156
|
-
"id":
|
|
4274
|
+
"id": 449,
|
|
4157
4275
|
"name": "isFullPage",
|
|
4158
4276
|
"kind": 4096,
|
|
4159
4277
|
"kindString": "Call signature",
|
|
@@ -4177,7 +4295,7 @@
|
|
|
4177
4295
|
]
|
|
4178
4296
|
},
|
|
4179
4297
|
{
|
|
4180
|
-
"id":
|
|
4298
|
+
"id": 425,
|
|
4181
4299
|
"name": "with",
|
|
4182
4300
|
"kind": 2048,
|
|
4183
4301
|
"kindString": "Method",
|
|
@@ -4194,7 +4312,7 @@
|
|
|
4194
4312
|
],
|
|
4195
4313
|
"signatures": [
|
|
4196
4314
|
{
|
|
4197
|
-
"id":
|
|
4315
|
+
"id": 426,
|
|
4198
4316
|
"name": "with",
|
|
4199
4317
|
"kind": 4096,
|
|
4200
4318
|
"kindString": "Call signature",
|
|
@@ -4204,14 +4322,14 @@
|
|
|
4204
4322
|
},
|
|
4205
4323
|
"parameters": [
|
|
4206
4324
|
{
|
|
4207
|
-
"id":
|
|
4325
|
+
"id": 427,
|
|
4208
4326
|
"name": "filters",
|
|
4209
4327
|
"kind": 32768,
|
|
4210
4328
|
"kindString": "Parameter",
|
|
4211
4329
|
"flags": {},
|
|
4212
4330
|
"type": {
|
|
4213
4331
|
"type": "reference",
|
|
4214
|
-
"id":
|
|
4332
|
+
"id": 475,
|
|
4215
4333
|
"name": "SkyModalHarnessFilters"
|
|
4216
4334
|
}
|
|
4217
4335
|
}
|
|
@@ -4221,7 +4339,7 @@
|
|
|
4221
4339
|
"typeArguments": [
|
|
4222
4340
|
{
|
|
4223
4341
|
"type": "reference",
|
|
4224
|
-
"id":
|
|
4342
|
+
"id": 423,
|
|
4225
4343
|
"name": "SkyModalHarness"
|
|
4226
4344
|
}
|
|
4227
4345
|
],
|
|
@@ -4238,22 +4356,22 @@
|
|
|
4238
4356
|
"title": "Constructors",
|
|
4239
4357
|
"kind": 512,
|
|
4240
4358
|
"children": [
|
|
4241
|
-
|
|
4359
|
+
433
|
|
4242
4360
|
]
|
|
4243
4361
|
},
|
|
4244
4362
|
{
|
|
4245
4363
|
"title": "Methods",
|
|
4246
4364
|
"kind": 2048,
|
|
4247
4365
|
"children": [
|
|
4248
|
-
|
|
4249
|
-
425,
|
|
4250
|
-
427,
|
|
4251
|
-
429,
|
|
4252
|
-
431,
|
|
4366
|
+
438,
|
|
4253
4367
|
440,
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4368
|
+
442,
|
|
4369
|
+
444,
|
|
4370
|
+
446,
|
|
4371
|
+
455,
|
|
4372
|
+
450,
|
|
4373
|
+
448,
|
|
4374
|
+
425
|
|
4257
4375
|
]
|
|
4258
4376
|
}
|
|
4259
4377
|
],
|
|
@@ -4272,7 +4390,7 @@
|
|
|
4272
4390
|
]
|
|
4273
4391
|
},
|
|
4274
4392
|
{
|
|
4275
|
-
"id":
|
|
4393
|
+
"id": 419,
|
|
4276
4394
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
4277
4395
|
"kind": 256,
|
|
4278
4396
|
"kindString": "Interface",
|
|
@@ -4282,7 +4400,7 @@
|
|
|
4282
4400
|
},
|
|
4283
4401
|
"children": [
|
|
4284
4402
|
{
|
|
4285
|
-
"id":
|
|
4403
|
+
"id": 422,
|
|
4286
4404
|
"name": "ancestor",
|
|
4287
4405
|
"kind": 1024,
|
|
4288
4406
|
"kindString": "Property",
|
|
@@ -4309,7 +4427,7 @@
|
|
|
4309
4427
|
}
|
|
4310
4428
|
},
|
|
4311
4429
|
{
|
|
4312
|
-
"id":
|
|
4430
|
+
"id": 421,
|
|
4313
4431
|
"name": "styleType",
|
|
4314
4432
|
"kind": 1024,
|
|
4315
4433
|
"kindString": "Property",
|
|
@@ -4332,7 +4450,7 @@
|
|
|
4332
4450
|
}
|
|
4333
4451
|
},
|
|
4334
4452
|
{
|
|
4335
|
-
"id":
|
|
4453
|
+
"id": 420,
|
|
4336
4454
|
"name": "text",
|
|
4337
4455
|
"kind": 1024,
|
|
4338
4456
|
"kindString": "Property",
|
|
@@ -4371,9 +4489,9 @@
|
|
|
4371
4489
|
"title": "Properties",
|
|
4372
4490
|
"kind": 1024,
|
|
4373
4491
|
"children": [
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4492
|
+
422,
|
|
4493
|
+
421,
|
|
4494
|
+
420
|
|
4377
4495
|
]
|
|
4378
4496
|
}
|
|
4379
4497
|
],
|
|
@@ -4406,7 +4524,7 @@
|
|
|
4406
4524
|
]
|
|
4407
4525
|
},
|
|
4408
4526
|
{
|
|
4409
|
-
"id":
|
|
4527
|
+
"id": 475,
|
|
4410
4528
|
"name": "SkyModalHarnessFilters",
|
|
4411
4529
|
"kind": 256,
|
|
4412
4530
|
"kindString": "Interface",
|
|
@@ -4416,7 +4534,7 @@
|
|
|
4416
4534
|
},
|
|
4417
4535
|
"children": [
|
|
4418
4536
|
{
|
|
4419
|
-
"id":
|
|
4537
|
+
"id": 478,
|
|
4420
4538
|
"name": "ancestor",
|
|
4421
4539
|
"kind": 1024,
|
|
4422
4540
|
"kindString": "Property",
|
|
@@ -4443,7 +4561,7 @@
|
|
|
4443
4561
|
}
|
|
4444
4562
|
},
|
|
4445
4563
|
{
|
|
4446
|
-
"id":
|
|
4564
|
+
"id": 476,
|
|
4447
4565
|
"name": "dataSkyId",
|
|
4448
4566
|
"kind": 1024,
|
|
4449
4567
|
"kindString": "Property",
|
|
@@ -4481,7 +4599,7 @@
|
|
|
4481
4599
|
}
|
|
4482
4600
|
},
|
|
4483
4601
|
{
|
|
4484
|
-
"id":
|
|
4602
|
+
"id": 477,
|
|
4485
4603
|
"name": "selector",
|
|
4486
4604
|
"kind": 1024,
|
|
4487
4605
|
"kindString": "Property",
|
|
@@ -4513,9 +4631,9 @@
|
|
|
4513
4631
|
"title": "Properties",
|
|
4514
4632
|
"kind": 1024,
|
|
4515
4633
|
"children": [
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4634
|
+
478,
|
|
4635
|
+
476,
|
|
4636
|
+
477
|
|
4519
4637
|
]
|
|
4520
4638
|
}
|
|
4521
4639
|
],
|