@skyux/modals 7.0.0 → 7.1.1
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 +322 -311
- package/esm2020/lib/modules/confirm/confirm.component.mjs +13 -10
- package/esm2020/lib/modules/confirm/confirm.module.mjs +5 -1
- package/esm2020/lib/modules/modal/modal.component.mjs +29 -7
- package/fesm2015/skyux-modals.mjs +42 -15
- package/fesm2015/skyux-modals.mjs.map +1 -1
- package/fesm2020/skyux-modals.mjs +42 -15
- package/fesm2020/skyux-modals.mjs.map +1 -1
- package/lib/modules/confirm/confirm.component.d.ts +3 -1
- package/lib/modules/confirm/confirm.module.d.ts +5 -4
- package/lib/modules/modal/modal.component.d.ts +8 -3
- package/package.json +5 -5
package/documentation.json
CHANGED
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"originalName": "",
|
|
31
31
|
"children": [
|
|
32
32
|
{
|
|
33
|
-
"id":
|
|
33
|
+
"id": 118,
|
|
34
34
|
"name": "SkyConfirmType",
|
|
35
35
|
"kind": 8,
|
|
36
36
|
"kindString": "Enumeration",
|
|
37
37
|
"flags": {},
|
|
38
38
|
"children": [
|
|
39
39
|
{
|
|
40
|
-
"id":
|
|
40
|
+
"id": 119,
|
|
41
41
|
"name": "Custom",
|
|
42
42
|
"kind": 16,
|
|
43
43
|
"kindString": "Enumeration Member",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"defaultValue": "0"
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
|
-
"id":
|
|
62
|
+
"id": 120,
|
|
63
63
|
"name": "OK",
|
|
64
64
|
"kind": 16,
|
|
65
65
|
"kindString": "Enumeration Member",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"defaultValue": "1"
|
|
82
82
|
},
|
|
83
83
|
{
|
|
84
|
-
"id":
|
|
84
|
+
"id": 121,
|
|
85
85
|
"name": "YesCancel",
|
|
86
86
|
"kind": 16,
|
|
87
87
|
"kindString": "Enumeration Member",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"defaultValue": "2"
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"id":
|
|
112
|
+
"id": 122,
|
|
113
113
|
"name": "YesNoCancel",
|
|
114
114
|
"kind": 16,
|
|
115
115
|
"kindString": "Enumeration Member",
|
|
@@ -142,10 +142,10 @@
|
|
|
142
142
|
"title": "Enumeration Members",
|
|
143
143
|
"kind": 16,
|
|
144
144
|
"children": [
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
145
|
+
119,
|
|
146
|
+
120,
|
|
147
|
+
121,
|
|
148
|
+
122
|
|
149
149
|
]
|
|
150
150
|
}
|
|
151
151
|
],
|
|
@@ -158,14 +158,14 @@
|
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
|
-
"id":
|
|
161
|
+
"id": 114,
|
|
162
162
|
"name": "SkyConfirmInstance",
|
|
163
163
|
"kind": 128,
|
|
164
164
|
"kindString": "Class",
|
|
165
165
|
"flags": {},
|
|
166
166
|
"children": [
|
|
167
167
|
{
|
|
168
|
-
"id":
|
|
168
|
+
"id": 117,
|
|
169
169
|
"name": "closed",
|
|
170
170
|
"kind": 1024,
|
|
171
171
|
"kindString": "Property",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"typeArguments": [
|
|
188
188
|
{
|
|
189
189
|
"type": "reference",
|
|
190
|
-
"id":
|
|
190
|
+
"id": 106,
|
|
191
191
|
"name": "SkyConfirmCloseEventArgs"
|
|
192
192
|
}
|
|
193
193
|
],
|
|
@@ -203,14 +203,14 @@
|
|
|
203
203
|
"title": "Constructors",
|
|
204
204
|
"kind": 512,
|
|
205
205
|
"children": [
|
|
206
|
-
|
|
206
|
+
115
|
|
207
207
|
]
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
210
|
"title": "Properties",
|
|
211
211
|
"kind": 1024,
|
|
212
212
|
"children": [
|
|
213
|
-
|
|
213
|
+
117
|
|
214
214
|
]
|
|
215
215
|
}
|
|
216
216
|
],
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
]
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
|
-
"id":
|
|
226
|
+
"id": 123,
|
|
227
227
|
"name": "SkyConfirmModule",
|
|
228
228
|
"kind": 128,
|
|
229
229
|
"kindString": "Class",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"name": "NgModule"
|
|
239
239
|
},
|
|
240
240
|
"arguments": {
|
|
241
|
-
"obj": "{\n declarations: [SkyConfirmComponent],\n imports: [\n CommonModule,\n SkyModalModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyConfirmComponent],\n}"
|
|
241
|
+
"obj": "{\n declarations: [SkyConfirmComponent],\n imports: [\n CommonModule,\n SkyIdModule,\n SkyModalModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyConfirmComponent],\n}"
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
],
|
|
@@ -248,20 +248,20 @@
|
|
|
248
248
|
"title": "Constructors",
|
|
249
249
|
"kind": 512,
|
|
250
250
|
"children": [
|
|
251
|
-
|
|
251
|
+
124
|
|
252
252
|
]
|
|
253
253
|
}
|
|
254
254
|
],
|
|
255
255
|
"sources": [
|
|
256
256
|
{
|
|
257
257
|
"fileName": "projects/modals/src/modules/confirm/confirm.module.ts",
|
|
258
|
-
"line":
|
|
258
|
+
"line": 22,
|
|
259
259
|
"character": 13
|
|
260
260
|
}
|
|
261
261
|
]
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
|
-
"id":
|
|
264
|
+
"id": 126,
|
|
265
265
|
"name": "SkyConfirmService",
|
|
266
266
|
"kind": 128,
|
|
267
267
|
"kindString": "Class",
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
],
|
|
286
286
|
"children": [
|
|
287
287
|
{
|
|
288
|
-
"id":
|
|
288
|
+
"id": 127,
|
|
289
289
|
"name": "constructor",
|
|
290
290
|
"kind": 512,
|
|
291
291
|
"kindString": "Constructor",
|
|
@@ -299,35 +299,35 @@
|
|
|
299
299
|
],
|
|
300
300
|
"signatures": [
|
|
301
301
|
{
|
|
302
|
-
"id":
|
|
302
|
+
"id": 128,
|
|
303
303
|
"name": "new SkyConfirmService",
|
|
304
304
|
"kind": 16384,
|
|
305
305
|
"kindString": "Constructor signature",
|
|
306
306
|
"flags": {},
|
|
307
307
|
"parameters": [
|
|
308
308
|
{
|
|
309
|
-
"id":
|
|
309
|
+
"id": 129,
|
|
310
310
|
"name": "modalService",
|
|
311
311
|
"kind": 32768,
|
|
312
312
|
"kindString": "Parameter",
|
|
313
313
|
"flags": {},
|
|
314
314
|
"type": {
|
|
315
315
|
"type": "reference",
|
|
316
|
-
"id":
|
|
316
|
+
"id": 231,
|
|
317
317
|
"name": "SkyModalService"
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
],
|
|
321
321
|
"type": {
|
|
322
322
|
"type": "reference",
|
|
323
|
-
"id":
|
|
323
|
+
"id": 126,
|
|
324
324
|
"name": "SkyConfirmService"
|
|
325
325
|
}
|
|
326
326
|
}
|
|
327
327
|
]
|
|
328
328
|
},
|
|
329
329
|
{
|
|
330
|
-
"id":
|
|
330
|
+
"id": 131,
|
|
331
331
|
"name": "open",
|
|
332
332
|
"kind": 2048,
|
|
333
333
|
"kindString": "Method",
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
],
|
|
344
344
|
"signatures": [
|
|
345
345
|
{
|
|
346
|
-
"id":
|
|
346
|
+
"id": 132,
|
|
347
347
|
"name": "open",
|
|
348
348
|
"kind": 4096,
|
|
349
349
|
"kindString": "Call signature",
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
},
|
|
354
354
|
"parameters": [
|
|
355
355
|
{
|
|
356
|
-
"id":
|
|
356
|
+
"id": 133,
|
|
357
357
|
"name": "config",
|
|
358
358
|
"kind": 32768,
|
|
359
359
|
"kindString": "Parameter",
|
|
@@ -363,14 +363,14 @@
|
|
|
363
363
|
},
|
|
364
364
|
"type": {
|
|
365
365
|
"type": "reference",
|
|
366
|
-
"id":
|
|
366
|
+
"id": 108,
|
|
367
367
|
"name": "SkyConfirmConfig"
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
370
|
],
|
|
371
371
|
"type": {
|
|
372
372
|
"type": "reference",
|
|
373
|
-
"id":
|
|
373
|
+
"id": 114,
|
|
374
374
|
"name": "SkyConfirmInstance"
|
|
375
375
|
}
|
|
376
376
|
}
|
|
@@ -382,14 +382,14 @@
|
|
|
382
382
|
"title": "Constructors",
|
|
383
383
|
"kind": 512,
|
|
384
384
|
"children": [
|
|
385
|
-
|
|
385
|
+
127
|
|
386
386
|
]
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
389
|
"title": "Methods",
|
|
390
390
|
"kind": 2048,
|
|
391
391
|
"children": [
|
|
392
|
-
|
|
392
|
+
131
|
|
393
393
|
]
|
|
394
394
|
}
|
|
395
395
|
],
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
]
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
|
-
"id":
|
|
405
|
+
"id": 134,
|
|
406
406
|
"name": "SkyModalBeforeCloseHandler",
|
|
407
407
|
"kind": 128,
|
|
408
408
|
"kindString": "Class",
|
|
@@ -412,7 +412,7 @@
|
|
|
412
412
|
},
|
|
413
413
|
"children": [
|
|
414
414
|
{
|
|
415
|
-
"id":
|
|
415
|
+
"id": 135,
|
|
416
416
|
"name": "constructor",
|
|
417
417
|
"kind": 512,
|
|
418
418
|
"kindString": "Constructor",
|
|
@@ -426,14 +426,14 @@
|
|
|
426
426
|
],
|
|
427
427
|
"signatures": [
|
|
428
428
|
{
|
|
429
|
-
"id":
|
|
429
|
+
"id": 136,
|
|
430
430
|
"name": "new SkyModalBeforeCloseHandler",
|
|
431
431
|
"kind": 16384,
|
|
432
432
|
"kindString": "Constructor signature",
|
|
433
433
|
"flags": {},
|
|
434
434
|
"parameters": [
|
|
435
435
|
{
|
|
436
|
-
"id":
|
|
436
|
+
"id": 137,
|
|
437
437
|
"name": "closeModal",
|
|
438
438
|
"kind": 32768,
|
|
439
439
|
"kindString": "Parameter",
|
|
@@ -446,21 +446,21 @@
|
|
|
446
446
|
}
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
|
-
"id":
|
|
449
|
+
"id": 138,
|
|
450
450
|
"name": "closeArgs",
|
|
451
451
|
"kind": 32768,
|
|
452
452
|
"kindString": "Parameter",
|
|
453
453
|
"flags": {},
|
|
454
454
|
"type": {
|
|
455
455
|
"type": "reference",
|
|
456
|
-
"id":
|
|
456
|
+
"id": 141,
|
|
457
457
|
"name": "SkyModalCloseArgs"
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
],
|
|
461
461
|
"type": {
|
|
462
462
|
"type": "reference",
|
|
463
|
-
"id":
|
|
463
|
+
"id": 134,
|
|
464
464
|
"name": "SkyModalBeforeCloseHandler"
|
|
465
465
|
}
|
|
466
466
|
}
|
|
@@ -472,15 +472,15 @@
|
|
|
472
472
|
"title": "Constructors",
|
|
473
473
|
"kind": 512,
|
|
474
474
|
"children": [
|
|
475
|
-
|
|
475
|
+
135
|
|
476
476
|
]
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
479
|
"title": "Properties",
|
|
480
480
|
"kind": 1024,
|
|
481
481
|
"children": [
|
|
482
|
-
|
|
483
|
-
|
|
482
|
+
140,
|
|
483
|
+
139
|
|
484
484
|
]
|
|
485
485
|
}
|
|
486
486
|
],
|
|
@@ -493,7 +493,7 @@
|
|
|
493
493
|
]
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
|
-
"id":
|
|
496
|
+
"id": 141,
|
|
497
497
|
"name": "SkyModalCloseArgs",
|
|
498
498
|
"kind": 128,
|
|
499
499
|
"kindString": "Class",
|
|
@@ -503,7 +503,7 @@
|
|
|
503
503
|
},
|
|
504
504
|
"children": [
|
|
505
505
|
{
|
|
506
|
-
"id":
|
|
506
|
+
"id": 145,
|
|
507
507
|
"name": "data",
|
|
508
508
|
"kind": 1024,
|
|
509
509
|
"kindString": "Property",
|
|
@@ -526,7 +526,7 @@
|
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
|
-
"id":
|
|
529
|
+
"id": 144,
|
|
530
530
|
"name": "reason",
|
|
531
531
|
"kind": 1024,
|
|
532
532
|
"kindString": "Property",
|
|
@@ -554,15 +554,15 @@
|
|
|
554
554
|
"title": "Constructors",
|
|
555
555
|
"kind": 512,
|
|
556
556
|
"children": [
|
|
557
|
-
|
|
557
|
+
142
|
|
558
558
|
]
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
561
|
"title": "Properties",
|
|
562
562
|
"kind": 1024,
|
|
563
563
|
"children": [
|
|
564
|
-
|
|
565
|
-
|
|
564
|
+
145,
|
|
565
|
+
144
|
|
566
566
|
]
|
|
567
567
|
}
|
|
568
568
|
],
|
|
@@ -575,14 +575,14 @@
|
|
|
575
575
|
]
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
|
-
"id":
|
|
578
|
+
"id": 183,
|
|
579
579
|
"name": "SkyModalInstance",
|
|
580
580
|
"kind": 128,
|
|
581
581
|
"kindString": "Class",
|
|
582
582
|
"flags": {},
|
|
583
583
|
"children": [
|
|
584
584
|
{
|
|
585
|
-
"id":
|
|
585
|
+
"id": 192,
|
|
586
586
|
"name": "componentInstance",
|
|
587
587
|
"kind": 1024,
|
|
588
588
|
"kindString": "Property",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
}
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
|
-
"id":
|
|
608
|
+
"id": 186,
|
|
609
609
|
"name": "beforeClose",
|
|
610
610
|
"kind": 262144,
|
|
611
611
|
"kindString": "Accessor",
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
],
|
|
622
622
|
"getSignature": [
|
|
623
623
|
{
|
|
624
|
-
"id":
|
|
624
|
+
"id": 187,
|
|
625
625
|
"name": "beforeClose",
|
|
626
626
|
"kind": 524288,
|
|
627
627
|
"kindString": "Get signature",
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"typeArguments": [
|
|
635
635
|
{
|
|
636
636
|
"type": "reference",
|
|
637
|
-
"id":
|
|
637
|
+
"id": 134,
|
|
638
638
|
"name": "SkyModalBeforeCloseHandler"
|
|
639
639
|
}
|
|
640
640
|
],
|
|
@@ -646,7 +646,7 @@
|
|
|
646
646
|
]
|
|
647
647
|
},
|
|
648
648
|
{
|
|
649
|
-
"id":
|
|
649
|
+
"id": 188,
|
|
650
650
|
"name": "closed",
|
|
651
651
|
"kind": 262144,
|
|
652
652
|
"kindString": "Accessor",
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
],
|
|
663
663
|
"getSignature": [
|
|
664
664
|
{
|
|
665
|
-
"id":
|
|
665
|
+
"id": 189,
|
|
666
666
|
"name": "closed",
|
|
667
667
|
"kind": 524288,
|
|
668
668
|
"kindString": "Get signature",
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"typeArguments": [
|
|
676
676
|
{
|
|
677
677
|
"type": "reference",
|
|
678
|
-
"id":
|
|
678
|
+
"id": 141,
|
|
679
679
|
"name": "SkyModalCloseArgs"
|
|
680
680
|
}
|
|
681
681
|
],
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
]
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
|
-
"id":
|
|
690
|
+
"id": 190,
|
|
691
691
|
"name": "helpOpened",
|
|
692
692
|
"kind": 262144,
|
|
693
693
|
"kindString": "Accessor",
|
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
],
|
|
704
704
|
"getSignature": [
|
|
705
705
|
{
|
|
706
|
-
"id":
|
|
706
|
+
"id": 191,
|
|
707
707
|
"name": "helpOpened",
|
|
708
708
|
"kind": 524288,
|
|
709
709
|
"kindString": "Get signature",
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
]
|
|
728
728
|
},
|
|
729
729
|
{
|
|
730
|
-
"id":
|
|
730
|
+
"id": 201,
|
|
731
731
|
"name": "cancel",
|
|
732
732
|
"kind": 2048,
|
|
733
733
|
"kindString": "Method",
|
|
@@ -743,7 +743,7 @@
|
|
|
743
743
|
],
|
|
744
744
|
"signatures": [
|
|
745
745
|
{
|
|
746
|
-
"id":
|
|
746
|
+
"id": 202,
|
|
747
747
|
"name": "cancel",
|
|
748
748
|
"kind": 4096,
|
|
749
749
|
"kindString": "Call signature",
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
},
|
|
754
754
|
"parameters": [
|
|
755
755
|
{
|
|
756
|
-
"id":
|
|
756
|
+
"id": 203,
|
|
757
757
|
"name": "result",
|
|
758
758
|
"kind": 32768,
|
|
759
759
|
"kindString": "Parameter",
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
]
|
|
778
778
|
},
|
|
779
779
|
{
|
|
780
|
-
"id":
|
|
780
|
+
"id": 196,
|
|
781
781
|
"name": "close",
|
|
782
782
|
"kind": 2048,
|
|
783
783
|
"kindString": "Method",
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
],
|
|
794
794
|
"signatures": [
|
|
795
795
|
{
|
|
796
|
-
"id":
|
|
796
|
+
"id": 197,
|
|
797
797
|
"name": "close",
|
|
798
798
|
"kind": 4096,
|
|
799
799
|
"kindString": "Call signature",
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
},
|
|
804
804
|
"parameters": [
|
|
805
805
|
{
|
|
806
|
-
"id":
|
|
806
|
+
"id": 198,
|
|
807
807
|
"name": "result",
|
|
808
808
|
"kind": 32768,
|
|
809
809
|
"kindString": "Parameter",
|
|
@@ -819,7 +819,7 @@
|
|
|
819
819
|
}
|
|
820
820
|
},
|
|
821
821
|
{
|
|
822
|
-
"id":
|
|
822
|
+
"id": 199,
|
|
823
823
|
"name": "reason",
|
|
824
824
|
"kind": 32768,
|
|
825
825
|
"kindString": "Parameter",
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
}
|
|
836
836
|
},
|
|
837
837
|
{
|
|
838
|
-
"id":
|
|
838
|
+
"id": 200,
|
|
839
839
|
"name": "ignoreBeforeClose",
|
|
840
840
|
"kind": 32768,
|
|
841
841
|
"kindString": "Parameter",
|
|
@@ -859,7 +859,7 @@
|
|
|
859
859
|
]
|
|
860
860
|
},
|
|
861
861
|
{
|
|
862
|
-
"id":
|
|
862
|
+
"id": 207,
|
|
863
863
|
"name": "openHelp",
|
|
864
864
|
"kind": 2048,
|
|
865
865
|
"kindString": "Method",
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
],
|
|
876
876
|
"signatures": [
|
|
877
877
|
{
|
|
878
|
-
"id":
|
|
878
|
+
"id": 208,
|
|
879
879
|
"name": "openHelp",
|
|
880
880
|
"kind": 4096,
|
|
881
881
|
"kindString": "Call signature",
|
|
@@ -885,7 +885,7 @@
|
|
|
885
885
|
},
|
|
886
886
|
"parameters": [
|
|
887
887
|
{
|
|
888
|
-
"id":
|
|
888
|
+
"id": 209,
|
|
889
889
|
"name": "helpKey",
|
|
890
890
|
"kind": 32768,
|
|
891
891
|
"kindString": "Parameter",
|
|
@@ -907,7 +907,7 @@
|
|
|
907
907
|
]
|
|
908
908
|
},
|
|
909
909
|
{
|
|
910
|
-
"id":
|
|
910
|
+
"id": 204,
|
|
911
911
|
"name": "save",
|
|
912
912
|
"kind": 2048,
|
|
913
913
|
"kindString": "Method",
|
|
@@ -923,7 +923,7 @@
|
|
|
923
923
|
],
|
|
924
924
|
"signatures": [
|
|
925
925
|
{
|
|
926
|
-
"id":
|
|
926
|
+
"id": 205,
|
|
927
927
|
"name": "save",
|
|
928
928
|
"kind": 4096,
|
|
929
929
|
"kindString": "Call signature",
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
},
|
|
934
934
|
"parameters": [
|
|
935
935
|
{
|
|
936
|
-
"id":
|
|
936
|
+
"id": 206,
|
|
937
937
|
"name": "result",
|
|
938
938
|
"kind": 32768,
|
|
939
939
|
"kindString": "Parameter",
|
|
@@ -962,33 +962,33 @@
|
|
|
962
962
|
"title": "Constructors",
|
|
963
963
|
"kind": 512,
|
|
964
964
|
"children": [
|
|
965
|
-
|
|
965
|
+
184
|
|
966
966
|
]
|
|
967
967
|
},
|
|
968
968
|
{
|
|
969
969
|
"title": "Properties",
|
|
970
970
|
"kind": 1024,
|
|
971
971
|
"children": [
|
|
972
|
-
|
|
972
|
+
192
|
|
973
973
|
]
|
|
974
974
|
},
|
|
975
975
|
{
|
|
976
976
|
"title": "Accessors",
|
|
977
977
|
"kind": 262144,
|
|
978
978
|
"children": [
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
979
|
+
186,
|
|
980
|
+
188,
|
|
981
|
+
190
|
|
982
982
|
]
|
|
983
983
|
},
|
|
984
984
|
{
|
|
985
985
|
"title": "Methods",
|
|
986
986
|
"kind": 2048,
|
|
987
987
|
"children": [
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
988
|
+
201,
|
|
989
|
+
196,
|
|
990
|
+
207,
|
|
991
|
+
204
|
|
992
992
|
]
|
|
993
993
|
}
|
|
994
994
|
],
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
]
|
|
1002
1002
|
},
|
|
1003
1003
|
{
|
|
1004
|
-
"id":
|
|
1004
|
+
"id": 228,
|
|
1005
1005
|
"name": "SkyModalModule",
|
|
1006
1006
|
"kind": 128,
|
|
1007
1007
|
"kindString": "Class",
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"title": "Constructors",
|
|
1027
1027
|
"kind": 512,
|
|
1028
1028
|
"children": [
|
|
1029
|
-
|
|
1029
|
+
229
|
|
1030
1030
|
]
|
|
1031
1031
|
}
|
|
1032
1032
|
],
|
|
@@ -1039,7 +1039,7 @@
|
|
|
1039
1039
|
]
|
|
1040
1040
|
},
|
|
1041
1041
|
{
|
|
1042
|
-
"id":
|
|
1042
|
+
"id": 231,
|
|
1043
1043
|
"name": "SkyModalService",
|
|
1044
1044
|
"kind": 128,
|
|
1045
1045
|
"kindString": "Class",
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
],
|
|
1070
1070
|
"children": [
|
|
1071
1071
|
{
|
|
1072
|
-
"id":
|
|
1072
|
+
"id": 233,
|
|
1073
1073
|
"name": "constructor",
|
|
1074
1074
|
"kind": 512,
|
|
1075
1075
|
"kindString": "Constructor",
|
|
@@ -1083,14 +1083,14 @@
|
|
|
1083
1083
|
],
|
|
1084
1084
|
"signatures": [
|
|
1085
1085
|
{
|
|
1086
|
-
"id":
|
|
1086
|
+
"id": 234,
|
|
1087
1087
|
"name": "new SkyModalService",
|
|
1088
1088
|
"kind": 16384,
|
|
1089
1089
|
"kindString": "Constructor signature",
|
|
1090
1090
|
"flags": {},
|
|
1091
1091
|
"parameters": [
|
|
1092
1092
|
{
|
|
1093
|
-
"id":
|
|
1093
|
+
"id": 235,
|
|
1094
1094
|
"name": "dynamicComponentService",
|
|
1095
1095
|
"kind": 32768,
|
|
1096
1096
|
"kindString": "Parameter",
|
|
@@ -1103,14 +1103,14 @@
|
|
|
1103
1103
|
],
|
|
1104
1104
|
"type": {
|
|
1105
1105
|
"type": "reference",
|
|
1106
|
-
"id":
|
|
1106
|
+
"id": 231,
|
|
1107
1107
|
"name": "SkyModalService"
|
|
1108
1108
|
}
|
|
1109
1109
|
}
|
|
1110
1110
|
]
|
|
1111
1111
|
},
|
|
1112
1112
|
{
|
|
1113
|
-
"id":
|
|
1113
|
+
"id": 239,
|
|
1114
1114
|
"name": "open",
|
|
1115
1115
|
"kind": 2048,
|
|
1116
1116
|
"kindString": "Method",
|
|
@@ -1126,7 +1126,7 @@
|
|
|
1126
1126
|
],
|
|
1127
1127
|
"signatures": [
|
|
1128
1128
|
{
|
|
1129
|
-
"id":
|
|
1129
|
+
"id": 240,
|
|
1130
1130
|
"name": "open",
|
|
1131
1131
|
"kind": 4096,
|
|
1132
1132
|
"kindString": "Call signature",
|
|
@@ -1136,7 +1136,7 @@
|
|
|
1136
1136
|
},
|
|
1137
1137
|
"parameters": [
|
|
1138
1138
|
{
|
|
1139
|
-
"id":
|
|
1139
|
+
"id": 241,
|
|
1140
1140
|
"name": "component",
|
|
1141
1141
|
"kind": 32768,
|
|
1142
1142
|
"kindString": "Parameter",
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
}
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
-
"id":
|
|
1153
|
+
"id": 242,
|
|
1154
1154
|
"name": "config",
|
|
1155
1155
|
"kind": 32768,
|
|
1156
1156
|
"kindString": "Parameter",
|
|
@@ -1172,7 +1172,7 @@
|
|
|
1172
1172
|
},
|
|
1173
1173
|
{
|
|
1174
1174
|
"type": "reference",
|
|
1175
|
-
"id":
|
|
1175
|
+
"id": 218,
|
|
1176
1176
|
"name": "SkyModalConfigurationInterface"
|
|
1177
1177
|
}
|
|
1178
1178
|
]
|
|
@@ -1181,7 +1181,7 @@
|
|
|
1181
1181
|
],
|
|
1182
1182
|
"type": {
|
|
1183
1183
|
"type": "reference",
|
|
1184
|
-
"id":
|
|
1184
|
+
"id": 183,
|
|
1185
1185
|
"name": "SkyModalInstance"
|
|
1186
1186
|
}
|
|
1187
1187
|
}
|
|
@@ -1193,14 +1193,14 @@
|
|
|
1193
1193
|
"title": "Constructors",
|
|
1194
1194
|
"kind": 512,
|
|
1195
1195
|
"children": [
|
|
1196
|
-
|
|
1196
|
+
233
|
|
1197
1197
|
]
|
|
1198
1198
|
},
|
|
1199
1199
|
{
|
|
1200
1200
|
"title": "Methods",
|
|
1201
1201
|
"kind": 2048,
|
|
1202
1202
|
"children": [
|
|
1203
|
-
|
|
1203
|
+
239
|
|
1204
1204
|
]
|
|
1205
1205
|
}
|
|
1206
1206
|
],
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
"sources": [
|
|
1243
1243
|
{
|
|
1244
1244
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1245
|
-
"line":
|
|
1245
|
+
"line": 34,
|
|
1246
1246
|
"character": 2
|
|
1247
1247
|
}
|
|
1248
1248
|
],
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
],
|
|
1277
1277
|
"type": {
|
|
1278
1278
|
"type": "reference",
|
|
1279
|
-
"id":
|
|
1279
|
+
"id": 108,
|
|
1280
1280
|
"name": "SkyConfirmConfig"
|
|
1281
1281
|
}
|
|
1282
1282
|
},
|
|
@@ -1288,7 +1288,7 @@
|
|
|
1288
1288
|
"flags": {},
|
|
1289
1289
|
"type": {
|
|
1290
1290
|
"type": "reference",
|
|
1291
|
-
"id":
|
|
1291
|
+
"id": 183,
|
|
1292
1292
|
"name": "SkyModalInstance"
|
|
1293
1293
|
}
|
|
1294
1294
|
},
|
|
@@ -1302,6 +1302,17 @@
|
|
|
1302
1302
|
"type": "reference",
|
|
1303
1303
|
"name": "SkyLibResourcesService"
|
|
1304
1304
|
}
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"id": 9,
|
|
1308
|
+
"name": "idService",
|
|
1309
|
+
"kind": 32768,
|
|
1310
|
+
"kindString": "Parameter",
|
|
1311
|
+
"flags": {},
|
|
1312
|
+
"type": {
|
|
1313
|
+
"type": "reference",
|
|
1314
|
+
"name": "SkyIdService"
|
|
1315
|
+
}
|
|
1305
1316
|
}
|
|
1306
1317
|
],
|
|
1307
1318
|
"type": {
|
|
@@ -1313,7 +1324,7 @@
|
|
|
1313
1324
|
]
|
|
1314
1325
|
},
|
|
1315
1326
|
{
|
|
1316
|
-
"id":
|
|
1327
|
+
"id": 12,
|
|
1317
1328
|
"name": "body",
|
|
1318
1329
|
"kind": 1024,
|
|
1319
1330
|
"kindString": "Property",
|
|
@@ -1323,7 +1334,27 @@
|
|
|
1323
1334
|
"sources": [
|
|
1324
1335
|
{
|
|
1325
1336
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1326
|
-
"line":
|
|
1337
|
+
"line": 25,
|
|
1338
|
+
"character": 9
|
|
1339
|
+
}
|
|
1340
|
+
],
|
|
1341
|
+
"type": {
|
|
1342
|
+
"type": "intrinsic",
|
|
1343
|
+
"name": "string"
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"id": 13,
|
|
1348
|
+
"name": "bodyId",
|
|
1349
|
+
"kind": 1024,
|
|
1350
|
+
"kindString": "Property",
|
|
1351
|
+
"flags": {
|
|
1352
|
+
"isPublic": true
|
|
1353
|
+
},
|
|
1354
|
+
"sources": [
|
|
1355
|
+
{
|
|
1356
|
+
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1357
|
+
"line": 26,
|
|
1327
1358
|
"character": 9
|
|
1328
1359
|
}
|
|
1329
1360
|
],
|
|
@@ -1333,7 +1364,7 @@
|
|
|
1333
1364
|
}
|
|
1334
1365
|
},
|
|
1335
1366
|
{
|
|
1336
|
-
"id":
|
|
1367
|
+
"id": 10,
|
|
1337
1368
|
"name": "buttons",
|
|
1338
1369
|
"kind": 1024,
|
|
1339
1370
|
"kindString": "Property",
|
|
@@ -1343,7 +1374,7 @@
|
|
|
1343
1374
|
"sources": [
|
|
1344
1375
|
{
|
|
1345
1376
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1346
|
-
"line":
|
|
1377
|
+
"line": 23,
|
|
1347
1378
|
"character": 9
|
|
1348
1379
|
}
|
|
1349
1380
|
],
|
|
@@ -1356,7 +1387,7 @@
|
|
|
1356
1387
|
}
|
|
1357
1388
|
},
|
|
1358
1389
|
{
|
|
1359
|
-
"id":
|
|
1390
|
+
"id": 15,
|
|
1360
1391
|
"name": "isOkType",
|
|
1361
1392
|
"kind": 1024,
|
|
1362
1393
|
"kindString": "Property",
|
|
@@ -1366,7 +1397,7 @@
|
|
|
1366
1397
|
"sources": [
|
|
1367
1398
|
{
|
|
1368
1399
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1369
|
-
"line":
|
|
1400
|
+
"line": 28,
|
|
1370
1401
|
"character": 9
|
|
1371
1402
|
}
|
|
1372
1403
|
],
|
|
@@ -1377,7 +1408,7 @@
|
|
|
1377
1408
|
"defaultValue": "false"
|
|
1378
1409
|
},
|
|
1379
1410
|
{
|
|
1380
|
-
"id":
|
|
1411
|
+
"id": 11,
|
|
1381
1412
|
"name": "message",
|
|
1382
1413
|
"kind": 1024,
|
|
1383
1414
|
"kindString": "Property",
|
|
@@ -1387,7 +1418,7 @@
|
|
|
1387
1418
|
"sources": [
|
|
1388
1419
|
{
|
|
1389
1420
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1390
|
-
"line":
|
|
1421
|
+
"line": 24,
|
|
1391
1422
|
"character": 9
|
|
1392
1423
|
}
|
|
1393
1424
|
],
|
|
@@ -1397,7 +1428,7 @@
|
|
|
1397
1428
|
}
|
|
1398
1429
|
},
|
|
1399
1430
|
{
|
|
1400
|
-
"id":
|
|
1431
|
+
"id": 14,
|
|
1401
1432
|
"name": "preserveWhiteSpace",
|
|
1402
1433
|
"kind": 1024,
|
|
1403
1434
|
"kindString": "Property",
|
|
@@ -1407,7 +1438,7 @@
|
|
|
1407
1438
|
"sources": [
|
|
1408
1439
|
{
|
|
1409
1440
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1410
|
-
"line":
|
|
1441
|
+
"line": 27,
|
|
1411
1442
|
"character": 9
|
|
1412
1443
|
}
|
|
1413
1444
|
],
|
|
@@ -1418,7 +1449,7 @@
|
|
|
1418
1449
|
"defaultValue": "false"
|
|
1419
1450
|
},
|
|
1420
1451
|
{
|
|
1421
|
-
"id":
|
|
1452
|
+
"id": 19,
|
|
1422
1453
|
"name": "close",
|
|
1423
1454
|
"kind": 2048,
|
|
1424
1455
|
"kindString": "Method",
|
|
@@ -1428,20 +1459,20 @@
|
|
|
1428
1459
|
"sources": [
|
|
1429
1460
|
{
|
|
1430
1461
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1431
|
-
"line":
|
|
1462
|
+
"line": 67,
|
|
1432
1463
|
"character": 9
|
|
1433
1464
|
}
|
|
1434
1465
|
],
|
|
1435
1466
|
"signatures": [
|
|
1436
1467
|
{
|
|
1437
|
-
"id":
|
|
1468
|
+
"id": 20,
|
|
1438
1469
|
"name": "close",
|
|
1439
1470
|
"kind": 4096,
|
|
1440
1471
|
"kindString": "Call signature",
|
|
1441
1472
|
"flags": {},
|
|
1442
1473
|
"parameters": [
|
|
1443
1474
|
{
|
|
1444
|
-
"id":
|
|
1475
|
+
"id": 21,
|
|
1445
1476
|
"name": "button",
|
|
1446
1477
|
"kind": 32768,
|
|
1447
1478
|
"kindString": "Parameter",
|
|
@@ -1472,31 +1503,32 @@
|
|
|
1472
1503
|
"title": "Properties",
|
|
1473
1504
|
"kind": 1024,
|
|
1474
1505
|
"children": [
|
|
1475
|
-
|
|
1476
|
-
9,
|
|
1506
|
+
12,
|
|
1477
1507
|
13,
|
|
1478
1508
|
10,
|
|
1479
|
-
|
|
1509
|
+
15,
|
|
1510
|
+
11,
|
|
1511
|
+
14
|
|
1480
1512
|
]
|
|
1481
1513
|
},
|
|
1482
1514
|
{
|
|
1483
1515
|
"title": "Methods",
|
|
1484
1516
|
"kind": 2048,
|
|
1485
1517
|
"children": [
|
|
1486
|
-
|
|
1518
|
+
19
|
|
1487
1519
|
]
|
|
1488
1520
|
}
|
|
1489
1521
|
],
|
|
1490
1522
|
"sources": [
|
|
1491
1523
|
{
|
|
1492
1524
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1493
|
-
"line":
|
|
1525
|
+
"line": 22,
|
|
1494
1526
|
"character": 13
|
|
1495
1527
|
}
|
|
1496
1528
|
]
|
|
1497
1529
|
},
|
|
1498
1530
|
{
|
|
1499
|
-
"id":
|
|
1531
|
+
"id": 27,
|
|
1500
1532
|
"name": "SkyModalContentComponent",
|
|
1501
1533
|
"kind": 128,
|
|
1502
1534
|
"kindString": "Class",
|
|
@@ -1524,7 +1556,7 @@
|
|
|
1524
1556
|
"title": "Constructors",
|
|
1525
1557
|
"kind": 512,
|
|
1526
1558
|
"children": [
|
|
1527
|
-
|
|
1559
|
+
28
|
|
1528
1560
|
]
|
|
1529
1561
|
}
|
|
1530
1562
|
],
|
|
@@ -1537,7 +1569,7 @@
|
|
|
1537
1569
|
]
|
|
1538
1570
|
},
|
|
1539
1571
|
{
|
|
1540
|
-
"id":
|
|
1572
|
+
"id": 30,
|
|
1541
1573
|
"name": "SkyModalFooterComponent",
|
|
1542
1574
|
"kind": 128,
|
|
1543
1575
|
"kindString": "Class",
|
|
@@ -1565,7 +1597,7 @@
|
|
|
1565
1597
|
"title": "Constructors",
|
|
1566
1598
|
"kind": 512,
|
|
1567
1599
|
"children": [
|
|
1568
|
-
|
|
1600
|
+
31
|
|
1569
1601
|
]
|
|
1570
1602
|
}
|
|
1571
1603
|
],
|
|
@@ -1578,7 +1610,7 @@
|
|
|
1578
1610
|
]
|
|
1579
1611
|
},
|
|
1580
1612
|
{
|
|
1581
|
-
"id":
|
|
1613
|
+
"id": 33,
|
|
1582
1614
|
"name": "SkyModalHeaderComponent",
|
|
1583
1615
|
"kind": 128,
|
|
1584
1616
|
"kindString": "Class",
|
|
@@ -1606,7 +1638,7 @@
|
|
|
1606
1638
|
"title": "Constructors",
|
|
1607
1639
|
"kind": 512,
|
|
1608
1640
|
"children": [
|
|
1609
|
-
|
|
1641
|
+
34
|
|
1610
1642
|
]
|
|
1611
1643
|
}
|
|
1612
1644
|
],
|
|
@@ -1619,7 +1651,7 @@
|
|
|
1619
1651
|
]
|
|
1620
1652
|
},
|
|
1621
1653
|
{
|
|
1622
|
-
"id":
|
|
1654
|
+
"id": 36,
|
|
1623
1655
|
"name": "SkyModalComponent",
|
|
1624
1656
|
"kind": 128,
|
|
1625
1657
|
"kindString": "Class",
|
|
@@ -1643,7 +1675,7 @@
|
|
|
1643
1675
|
],
|
|
1644
1676
|
"children": [
|
|
1645
1677
|
{
|
|
1646
|
-
"id":
|
|
1678
|
+
"id": 37,
|
|
1647
1679
|
"name": "constructor",
|
|
1648
1680
|
"kind": 512,
|
|
1649
1681
|
"kindString": "Constructor",
|
|
@@ -1651,20 +1683,20 @@
|
|
|
1651
1683
|
"sources": [
|
|
1652
1684
|
{
|
|
1653
1685
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1654
|
-
"line":
|
|
1686
|
+
"line": 115,
|
|
1655
1687
|
"character": 2
|
|
1656
1688
|
}
|
|
1657
1689
|
],
|
|
1658
1690
|
"signatures": [
|
|
1659
1691
|
{
|
|
1660
|
-
"id":
|
|
1692
|
+
"id": 38,
|
|
1661
1693
|
"name": "SkyModalComponent",
|
|
1662
1694
|
"kind": 16384,
|
|
1663
1695
|
"kindString": "Constructor signature",
|
|
1664
1696
|
"flags": {},
|
|
1665
1697
|
"parameters": [
|
|
1666
1698
|
{
|
|
1667
|
-
"id":
|
|
1699
|
+
"id": 39,
|
|
1668
1700
|
"name": "hostService",
|
|
1669
1701
|
"kind": 32768,
|
|
1670
1702
|
"kindString": "Parameter",
|
|
@@ -1675,7 +1707,7 @@
|
|
|
1675
1707
|
}
|
|
1676
1708
|
},
|
|
1677
1709
|
{
|
|
1678
|
-
"id":
|
|
1710
|
+
"id": 40,
|
|
1679
1711
|
"name": "config",
|
|
1680
1712
|
"kind": 32768,
|
|
1681
1713
|
"kindString": "Parameter",
|
|
@@ -1686,7 +1718,7 @@
|
|
|
1686
1718
|
}
|
|
1687
1719
|
},
|
|
1688
1720
|
{
|
|
1689
|
-
"id":
|
|
1721
|
+
"id": 41,
|
|
1690
1722
|
"name": "elRef",
|
|
1691
1723
|
"kind": 32768,
|
|
1692
1724
|
"kindString": "Parameter",
|
|
@@ -1705,7 +1737,7 @@
|
|
|
1705
1737
|
}
|
|
1706
1738
|
},
|
|
1707
1739
|
{
|
|
1708
|
-
"id":
|
|
1740
|
+
"id": 42,
|
|
1709
1741
|
"name": "windowRef",
|
|
1710
1742
|
"kind": 32768,
|
|
1711
1743
|
"kindString": "Parameter",
|
|
@@ -1716,7 +1748,7 @@
|
|
|
1716
1748
|
}
|
|
1717
1749
|
},
|
|
1718
1750
|
{
|
|
1719
|
-
"id":
|
|
1751
|
+
"id": 43,
|
|
1720
1752
|
"name": "componentAdapter",
|
|
1721
1753
|
"kind": 32768,
|
|
1722
1754
|
"kindString": "Parameter",
|
|
@@ -1727,7 +1759,7 @@
|
|
|
1727
1759
|
}
|
|
1728
1760
|
},
|
|
1729
1761
|
{
|
|
1730
|
-
"id":
|
|
1762
|
+
"id": 44,
|
|
1731
1763
|
"name": "coreAdapter",
|
|
1732
1764
|
"kind": 32768,
|
|
1733
1765
|
"kindString": "Parameter",
|
|
@@ -1738,7 +1770,7 @@
|
|
|
1738
1770
|
}
|
|
1739
1771
|
},
|
|
1740
1772
|
{
|
|
1741
|
-
"id":
|
|
1773
|
+
"id": 45,
|
|
1742
1774
|
"name": "dockService",
|
|
1743
1775
|
"kind": 32768,
|
|
1744
1776
|
"kindString": "Parameter",
|
|
@@ -1761,7 +1793,7 @@
|
|
|
1761
1793
|
}
|
|
1762
1794
|
},
|
|
1763
1795
|
{
|
|
1764
|
-
"id":
|
|
1796
|
+
"id": 46,
|
|
1765
1797
|
"name": "mediaQueryService",
|
|
1766
1798
|
"kind": 32768,
|
|
1767
1799
|
"kindString": "Parameter",
|
|
@@ -1788,7 +1820,7 @@
|
|
|
1788
1820
|
],
|
|
1789
1821
|
"type": {
|
|
1790
1822
|
"type": "reference",
|
|
1791
|
-
"id":
|
|
1823
|
+
"id": 36,
|
|
1792
1824
|
"name": "SkyModalComponent"
|
|
1793
1825
|
}
|
|
1794
1826
|
}
|
|
@@ -1796,26 +1828,6 @@
|
|
|
1796
1828
|
},
|
|
1797
1829
|
{
|
|
1798
1830
|
"id": 51,
|
|
1799
|
-
"name": "ariaDescribedBy",
|
|
1800
|
-
"kind": 1024,
|
|
1801
|
-
"kindString": "Property",
|
|
1802
|
-
"flags": {
|
|
1803
|
-
"isPublic": true
|
|
1804
|
-
},
|
|
1805
|
-
"sources": [
|
|
1806
|
-
{
|
|
1807
|
-
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1808
|
-
"line": 61,
|
|
1809
|
-
"character": 9
|
|
1810
|
-
}
|
|
1811
|
-
],
|
|
1812
|
-
"type": {
|
|
1813
|
-
"type": "intrinsic",
|
|
1814
|
-
"name": "string"
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"id": 49,
|
|
1819
1831
|
"name": "ariaRoleOrDefault",
|
|
1820
1832
|
"kind": 1024,
|
|
1821
1833
|
"kindString": "Property",
|
|
@@ -1836,7 +1848,7 @@
|
|
|
1836
1848
|
"defaultValue": "ARIA_ROLE_DEFAULT"
|
|
1837
1849
|
},
|
|
1838
1850
|
{
|
|
1839
|
-
"id":
|
|
1851
|
+
"id": 61,
|
|
1840
1852
|
"name": "helpKey",
|
|
1841
1853
|
"kind": 1024,
|
|
1842
1854
|
"kindString": "Property",
|
|
@@ -1846,7 +1858,7 @@
|
|
|
1846
1858
|
"sources": [
|
|
1847
1859
|
{
|
|
1848
1860
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1849
|
-
"line":
|
|
1861
|
+
"line": 85,
|
|
1850
1862
|
"character": 9
|
|
1851
1863
|
}
|
|
1852
1864
|
],
|
|
@@ -1856,7 +1868,7 @@
|
|
|
1856
1868
|
}
|
|
1857
1869
|
},
|
|
1858
1870
|
{
|
|
1859
|
-
"id":
|
|
1871
|
+
"id": 63,
|
|
1860
1872
|
"name": "modalContentId",
|
|
1861
1873
|
"kind": 1024,
|
|
1862
1874
|
"kindString": "Property",
|
|
@@ -1866,7 +1878,7 @@
|
|
|
1866
1878
|
"sources": [
|
|
1867
1879
|
{
|
|
1868
1880
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1869
|
-
"line":
|
|
1881
|
+
"line": 89,
|
|
1870
1882
|
"character": 9
|
|
1871
1883
|
}
|
|
1872
1884
|
],
|
|
@@ -1877,7 +1889,7 @@
|
|
|
1877
1889
|
"defaultValue": "..."
|
|
1878
1890
|
},
|
|
1879
1891
|
{
|
|
1880
|
-
"id":
|
|
1892
|
+
"id": 68,
|
|
1881
1893
|
"name": "modalContentWrapperElement",
|
|
1882
1894
|
"kind": 1024,
|
|
1883
1895
|
"kindString": "Property",
|
|
@@ -1902,7 +1914,7 @@
|
|
|
1902
1914
|
"sources": [
|
|
1903
1915
|
{
|
|
1904
1916
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1905
|
-
"line":
|
|
1917
|
+
"line": 102,
|
|
1906
1918
|
"character": 9
|
|
1907
1919
|
}
|
|
1908
1920
|
],
|
|
@@ -1920,7 +1932,7 @@
|
|
|
1920
1932
|
}
|
|
1921
1933
|
},
|
|
1922
1934
|
{
|
|
1923
|
-
"id":
|
|
1935
|
+
"id": 64,
|
|
1924
1936
|
"name": "modalHeaderId",
|
|
1925
1937
|
"kind": 1024,
|
|
1926
1938
|
"kindString": "Property",
|
|
@@ -1930,7 +1942,7 @@
|
|
|
1930
1942
|
"sources": [
|
|
1931
1943
|
{
|
|
1932
1944
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1933
|
-
"line":
|
|
1945
|
+
"line": 92,
|
|
1934
1946
|
"character": 9
|
|
1935
1947
|
}
|
|
1936
1948
|
],
|
|
@@ -1941,7 +1953,7 @@
|
|
|
1941
1953
|
"defaultValue": "..."
|
|
1942
1954
|
},
|
|
1943
1955
|
{
|
|
1944
|
-
"id":
|
|
1956
|
+
"id": 62,
|
|
1945
1957
|
"name": "modalState",
|
|
1946
1958
|
"kind": 1024,
|
|
1947
1959
|
"kindString": "Property",
|
|
@@ -1951,7 +1963,7 @@
|
|
|
1951
1963
|
"sources": [
|
|
1952
1964
|
{
|
|
1953
1965
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1954
|
-
"line":
|
|
1966
|
+
"line": 87,
|
|
1955
1967
|
"character": 9
|
|
1956
1968
|
}
|
|
1957
1969
|
],
|
|
@@ -1962,7 +1974,7 @@
|
|
|
1962
1974
|
"defaultValue": "'in'"
|
|
1963
1975
|
},
|
|
1964
1976
|
{
|
|
1965
|
-
"id":
|
|
1977
|
+
"id": 65,
|
|
1966
1978
|
"name": "modalZIndex",
|
|
1967
1979
|
"kind": 1024,
|
|
1968
1980
|
"kindString": "Property",
|
|
@@ -1972,7 +1984,7 @@
|
|
|
1972
1984
|
"sources": [
|
|
1973
1985
|
{
|
|
1974
1986
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1975
|
-
"line":
|
|
1987
|
+
"line": 95,
|
|
1976
1988
|
"character": 9
|
|
1977
1989
|
}
|
|
1978
1990
|
],
|
|
@@ -1982,7 +1994,7 @@
|
|
|
1982
1994
|
}
|
|
1983
1995
|
},
|
|
1984
1996
|
{
|
|
1985
|
-
"id":
|
|
1997
|
+
"id": 66,
|
|
1986
1998
|
"name": "scrollShadow",
|
|
1987
1999
|
"kind": 1024,
|
|
1988
2000
|
"kindString": "Property",
|
|
@@ -1992,7 +2004,7 @@
|
|
|
1992
2004
|
"sources": [
|
|
1993
2005
|
{
|
|
1994
2006
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1995
|
-
"line":
|
|
2007
|
+
"line": 97,
|
|
1996
2008
|
"character": 9
|
|
1997
2009
|
}
|
|
1998
2010
|
],
|
|
@@ -2002,7 +2014,7 @@
|
|
|
2002
2014
|
}
|
|
2003
2015
|
},
|
|
2004
2016
|
{
|
|
2005
|
-
"id":
|
|
2017
|
+
"id": 67,
|
|
2006
2018
|
"name": "size",
|
|
2007
2019
|
"kind": 1024,
|
|
2008
2020
|
"kindString": "Property",
|
|
@@ -2012,7 +2024,7 @@
|
|
|
2012
2024
|
"sources": [
|
|
2013
2025
|
{
|
|
2014
2026
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2015
|
-
"line":
|
|
2027
|
+
"line": 99,
|
|
2016
2028
|
"character": 9
|
|
2017
2029
|
}
|
|
2018
2030
|
],
|
|
@@ -2022,7 +2034,7 @@
|
|
|
2022
2034
|
}
|
|
2023
2035
|
},
|
|
2024
2036
|
{
|
|
2025
|
-
"id":
|
|
2037
|
+
"id": 47,
|
|
2026
2038
|
"name": "wrapperClass",
|
|
2027
2039
|
"kind": 1024,
|
|
2028
2040
|
"kindString": "Property",
|
|
@@ -2056,7 +2068,7 @@
|
|
|
2056
2068
|
}
|
|
2057
2069
|
},
|
|
2058
2070
|
{
|
|
2059
|
-
"id":
|
|
2071
|
+
"id": 90,
|
|
2060
2072
|
"name": "closeButtonClick",
|
|
2061
2073
|
"kind": 2048,
|
|
2062
2074
|
"kindString": "Method",
|
|
@@ -2066,13 +2078,13 @@
|
|
|
2066
2078
|
"sources": [
|
|
2067
2079
|
{
|
|
2068
2080
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2069
|
-
"line":
|
|
2081
|
+
"line": 241,
|
|
2070
2082
|
"character": 9
|
|
2071
2083
|
}
|
|
2072
2084
|
],
|
|
2073
2085
|
"signatures": [
|
|
2074
2086
|
{
|
|
2075
|
-
"id":
|
|
2087
|
+
"id": 91,
|
|
2076
2088
|
"name": "closeButtonClick",
|
|
2077
2089
|
"kind": 4096,
|
|
2078
2090
|
"kindString": "Call signature",
|
|
@@ -2085,7 +2097,7 @@
|
|
|
2085
2097
|
]
|
|
2086
2098
|
},
|
|
2087
2099
|
{
|
|
2088
|
-
"id":
|
|
2100
|
+
"id": 88,
|
|
2089
2101
|
"name": "helpButtonClick",
|
|
2090
2102
|
"kind": 2048,
|
|
2091
2103
|
"kindString": "Method",
|
|
@@ -2095,13 +2107,13 @@
|
|
|
2095
2107
|
"sources": [
|
|
2096
2108
|
{
|
|
2097
2109
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2098
|
-
"line":
|
|
2110
|
+
"line": 235,
|
|
2099
2111
|
"character": 9
|
|
2100
2112
|
}
|
|
2101
2113
|
],
|
|
2102
2114
|
"signatures": [
|
|
2103
2115
|
{
|
|
2104
|
-
"id":
|
|
2116
|
+
"id": 89,
|
|
2105
2117
|
"name": "helpButtonClick",
|
|
2106
2118
|
"kind": 4096,
|
|
2107
2119
|
"kindString": "Call signature",
|
|
@@ -2114,7 +2126,7 @@
|
|
|
2114
2126
|
]
|
|
2115
2127
|
},
|
|
2116
2128
|
{
|
|
2117
|
-
"id":
|
|
2129
|
+
"id": 84,
|
|
2118
2130
|
"name": "ngAfterViewInit",
|
|
2119
2131
|
"kind": 2048,
|
|
2120
2132
|
"kindString": "Method",
|
|
@@ -2124,13 +2136,13 @@
|
|
|
2124
2136
|
"sources": [
|
|
2125
2137
|
{
|
|
2126
2138
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2127
|
-
"line":
|
|
2139
|
+
"line": 206,
|
|
2128
2140
|
"character": 9
|
|
2129
2141
|
}
|
|
2130
2142
|
],
|
|
2131
2143
|
"signatures": [
|
|
2132
2144
|
{
|
|
2133
|
-
"id":
|
|
2145
|
+
"id": 85,
|
|
2134
2146
|
"name": "ngAfterViewInit",
|
|
2135
2147
|
"kind": 4096,
|
|
2136
2148
|
"kindString": "Call signature",
|
|
@@ -2151,7 +2163,7 @@
|
|
|
2151
2163
|
}
|
|
2152
2164
|
},
|
|
2153
2165
|
{
|
|
2154
|
-
"id":
|
|
2166
|
+
"id": 86,
|
|
2155
2167
|
"name": "ngOnDestroy",
|
|
2156
2168
|
"kind": 2048,
|
|
2157
2169
|
"kindString": "Method",
|
|
@@ -2161,13 +2173,13 @@
|
|
|
2161
2173
|
"sources": [
|
|
2162
2174
|
{
|
|
2163
2175
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2164
|
-
"line":
|
|
2176
|
+
"line": 228,
|
|
2165
2177
|
"character": 9
|
|
2166
2178
|
}
|
|
2167
2179
|
],
|
|
2168
2180
|
"signatures": [
|
|
2169
2181
|
{
|
|
2170
|
-
"id":
|
|
2182
|
+
"id": 87,
|
|
2171
2183
|
"name": "ngOnDestroy",
|
|
2172
2184
|
"kind": 4096,
|
|
2173
2185
|
"kindString": "Call signature",
|
|
@@ -2188,7 +2200,7 @@
|
|
|
2188
2200
|
}
|
|
2189
2201
|
},
|
|
2190
2202
|
{
|
|
2191
|
-
"id":
|
|
2203
|
+
"id": 81,
|
|
2192
2204
|
"name": "onDocumentKeyDown",
|
|
2193
2205
|
"kind": 2048,
|
|
2194
2206
|
"kindString": "Method",
|
|
@@ -2213,20 +2225,20 @@
|
|
|
2213
2225
|
"sources": [
|
|
2214
2226
|
{
|
|
2215
2227
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2216
|
-
"line":
|
|
2228
|
+
"line": 165,
|
|
2217
2229
|
"character": 9
|
|
2218
2230
|
}
|
|
2219
2231
|
],
|
|
2220
2232
|
"signatures": [
|
|
2221
2233
|
{
|
|
2222
|
-
"id":
|
|
2234
|
+
"id": 82,
|
|
2223
2235
|
"name": "onDocumentKeyDown",
|
|
2224
2236
|
"kind": 4096,
|
|
2225
2237
|
"kindString": "Call signature",
|
|
2226
2238
|
"flags": {},
|
|
2227
2239
|
"parameters": [
|
|
2228
2240
|
{
|
|
2229
|
-
"id":
|
|
2241
|
+
"id": 83,
|
|
2230
2242
|
"name": "event",
|
|
2231
2243
|
"kind": 32768,
|
|
2232
2244
|
"kindString": "Parameter",
|
|
@@ -2247,7 +2259,7 @@
|
|
|
2247
2259
|
]
|
|
2248
2260
|
},
|
|
2249
2261
|
{
|
|
2250
|
-
"id":
|
|
2262
|
+
"id": 78,
|
|
2251
2263
|
"name": "onDocumentKeyUp",
|
|
2252
2264
|
"kind": 2048,
|
|
2253
2265
|
"kindString": "Method",
|
|
@@ -2272,20 +2284,20 @@
|
|
|
2272
2284
|
"sources": [
|
|
2273
2285
|
{
|
|
2274
2286
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2275
|
-
"line":
|
|
2287
|
+
"line": 149,
|
|
2276
2288
|
"character": 9
|
|
2277
2289
|
}
|
|
2278
2290
|
],
|
|
2279
2291
|
"signatures": [
|
|
2280
2292
|
{
|
|
2281
|
-
"id":
|
|
2293
|
+
"id": 79,
|
|
2282
2294
|
"name": "onDocumentKeyUp",
|
|
2283
2295
|
"kind": 4096,
|
|
2284
2296
|
"kindString": "Call signature",
|
|
2285
2297
|
"flags": {},
|
|
2286
2298
|
"parameters": [
|
|
2287
2299
|
{
|
|
2288
|
-
"id":
|
|
2300
|
+
"id": 80,
|
|
2289
2301
|
"name": "event",
|
|
2290
2302
|
"kind": 32768,
|
|
2291
2303
|
"kindString": "Parameter",
|
|
@@ -2306,7 +2318,7 @@
|
|
|
2306
2318
|
]
|
|
2307
2319
|
},
|
|
2308
2320
|
{
|
|
2309
|
-
"id":
|
|
2321
|
+
"id": 94,
|
|
2310
2322
|
"name": "scrollShadowChange",
|
|
2311
2323
|
"kind": 2048,
|
|
2312
2324
|
"kindString": "Method",
|
|
@@ -2316,20 +2328,20 @@
|
|
|
2316
2328
|
"sources": [
|
|
2317
2329
|
{
|
|
2318
2330
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2319
|
-
"line":
|
|
2331
|
+
"line": 249,
|
|
2320
2332
|
"character": 9
|
|
2321
2333
|
}
|
|
2322
2334
|
],
|
|
2323
2335
|
"signatures": [
|
|
2324
2336
|
{
|
|
2325
|
-
"id":
|
|
2337
|
+
"id": 95,
|
|
2326
2338
|
"name": "scrollShadowChange",
|
|
2327
2339
|
"kind": 4096,
|
|
2328
2340
|
"kindString": "Call signature",
|
|
2329
2341
|
"flags": {},
|
|
2330
2342
|
"parameters": [
|
|
2331
2343
|
{
|
|
2332
|
-
"id":
|
|
2344
|
+
"id": 96,
|
|
2333
2345
|
"name": "args",
|
|
2334
2346
|
"kind": 32768,
|
|
2335
2347
|
"kindString": "Parameter",
|
|
@@ -2348,7 +2360,7 @@
|
|
|
2348
2360
|
]
|
|
2349
2361
|
},
|
|
2350
2362
|
{
|
|
2351
|
-
"id":
|
|
2363
|
+
"id": 97,
|
|
2352
2364
|
"name": "viewkeeperEnabled",
|
|
2353
2365
|
"kind": 2048,
|
|
2354
2366
|
"kindString": "Method",
|
|
@@ -2358,13 +2370,13 @@
|
|
|
2358
2370
|
"sources": [
|
|
2359
2371
|
{
|
|
2360
2372
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2361
|
-
"line":
|
|
2373
|
+
"line": 253,
|
|
2362
2374
|
"character": 9
|
|
2363
2375
|
}
|
|
2364
2376
|
],
|
|
2365
2377
|
"signatures": [
|
|
2366
2378
|
{
|
|
2367
|
-
"id":
|
|
2379
|
+
"id": 98,
|
|
2368
2380
|
"name": "viewkeeperEnabled",
|
|
2369
2381
|
"kind": 4096,
|
|
2370
2382
|
"kindString": "Call signature",
|
|
@@ -2377,7 +2389,7 @@
|
|
|
2377
2389
|
]
|
|
2378
2390
|
},
|
|
2379
2391
|
{
|
|
2380
|
-
"id":
|
|
2392
|
+
"id": 92,
|
|
2381
2393
|
"name": "windowResize",
|
|
2382
2394
|
"kind": 2048,
|
|
2383
2395
|
"kindString": "Method",
|
|
@@ -2387,13 +2399,13 @@
|
|
|
2387
2399
|
"sources": [
|
|
2388
2400
|
{
|
|
2389
2401
|
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
2390
|
-
"line":
|
|
2402
|
+
"line": 245,
|
|
2391
2403
|
"character": 9
|
|
2392
2404
|
}
|
|
2393
2405
|
],
|
|
2394
2406
|
"signatures": [
|
|
2395
2407
|
{
|
|
2396
|
-
"id":
|
|
2408
|
+
"id": 93,
|
|
2397
2409
|
"name": "windowResize",
|
|
2398
2410
|
"kind": 4096,
|
|
2399
2411
|
"kindString": "Call signature",
|
|
@@ -2411,7 +2423,7 @@
|
|
|
2411
2423
|
"title": "Constructors",
|
|
2412
2424
|
"kind": 512,
|
|
2413
2425
|
"children": [
|
|
2414
|
-
|
|
2426
|
+
37
|
|
2415
2427
|
]
|
|
2416
2428
|
},
|
|
2417
2429
|
{
|
|
@@ -2419,31 +2431,30 @@
|
|
|
2419
2431
|
"kind": 1024,
|
|
2420
2432
|
"children": [
|
|
2421
2433
|
51,
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
45
|
|
2434
|
+
61,
|
|
2435
|
+
63,
|
|
2436
|
+
68,
|
|
2437
|
+
64,
|
|
2438
|
+
62,
|
|
2439
|
+
65,
|
|
2440
|
+
66,
|
|
2441
|
+
67,
|
|
2442
|
+
47
|
|
2432
2443
|
]
|
|
2433
2444
|
},
|
|
2434
2445
|
{
|
|
2435
2446
|
"title": "Methods",
|
|
2436
2447
|
"kind": 2048,
|
|
2437
2448
|
"children": [
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
74,
|
|
2441
|
-
76,
|
|
2442
|
-
71,
|
|
2443
|
-
68,
|
|
2449
|
+
90,
|
|
2450
|
+
88,
|
|
2444
2451
|
84,
|
|
2445
|
-
|
|
2446
|
-
|
|
2452
|
+
86,
|
|
2453
|
+
81,
|
|
2454
|
+
78,
|
|
2455
|
+
94,
|
|
2456
|
+
97,
|
|
2457
|
+
92
|
|
2447
2458
|
]
|
|
2448
2459
|
}
|
|
2449
2460
|
],
|
|
@@ -2470,14 +2481,14 @@
|
|
|
2470
2481
|
]
|
|
2471
2482
|
},
|
|
2472
2483
|
{
|
|
2473
|
-
"id":
|
|
2484
|
+
"id": 100,
|
|
2474
2485
|
"name": "SkyConfirmButtonConfig",
|
|
2475
2486
|
"kind": 256,
|
|
2476
2487
|
"kindString": "Interface",
|
|
2477
2488
|
"flags": {},
|
|
2478
2489
|
"children": [
|
|
2479
2490
|
{
|
|
2480
|
-
"id":
|
|
2491
|
+
"id": 101,
|
|
2481
2492
|
"name": "action",
|
|
2482
2493
|
"kind": 1024,
|
|
2483
2494
|
"kindString": "Property",
|
|
@@ -2498,7 +2509,7 @@
|
|
|
2498
2509
|
}
|
|
2499
2510
|
},
|
|
2500
2511
|
{
|
|
2501
|
-
"id":
|
|
2512
|
+
"id": 104,
|
|
2502
2513
|
"name": "autofocus",
|
|
2503
2514
|
"kind": 1024,
|
|
2504
2515
|
"kindString": "Property",
|
|
@@ -2527,7 +2538,7 @@
|
|
|
2527
2538
|
}
|
|
2528
2539
|
},
|
|
2529
2540
|
{
|
|
2530
|
-
"id":
|
|
2541
|
+
"id": 103,
|
|
2531
2542
|
"name": "styleType",
|
|
2532
2543
|
"kind": 1024,
|
|
2533
2544
|
"kindString": "Property",
|
|
@@ -2550,7 +2561,7 @@
|
|
|
2550
2561
|
}
|
|
2551
2562
|
},
|
|
2552
2563
|
{
|
|
2553
|
-
"id":
|
|
2564
|
+
"id": 102,
|
|
2554
2565
|
"name": "text",
|
|
2555
2566
|
"kind": 1024,
|
|
2556
2567
|
"kindString": "Property",
|
|
@@ -2576,10 +2587,10 @@
|
|
|
2576
2587
|
"title": "Properties",
|
|
2577
2588
|
"kind": 1024,
|
|
2578
2589
|
"children": [
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2590
|
+
101,
|
|
2591
|
+
104,
|
|
2592
|
+
103,
|
|
2593
|
+
102
|
|
2583
2594
|
]
|
|
2584
2595
|
}
|
|
2585
2596
|
],
|
|
@@ -2592,14 +2603,14 @@
|
|
|
2592
2603
|
]
|
|
2593
2604
|
},
|
|
2594
2605
|
{
|
|
2595
|
-
"id":
|
|
2606
|
+
"id": 106,
|
|
2596
2607
|
"name": "SkyConfirmCloseEventArgs",
|
|
2597
2608
|
"kind": 256,
|
|
2598
2609
|
"kindString": "Interface",
|
|
2599
2610
|
"flags": {},
|
|
2600
2611
|
"children": [
|
|
2601
2612
|
{
|
|
2602
|
-
"id":
|
|
2613
|
+
"id": 107,
|
|
2603
2614
|
"name": "action",
|
|
2604
2615
|
"kind": 1024,
|
|
2605
2616
|
"kindString": "Property",
|
|
@@ -2625,7 +2636,7 @@
|
|
|
2625
2636
|
"title": "Properties",
|
|
2626
2637
|
"kind": 1024,
|
|
2627
2638
|
"children": [
|
|
2628
|
-
|
|
2639
|
+
107
|
|
2629
2640
|
]
|
|
2630
2641
|
}
|
|
2631
2642
|
],
|
|
@@ -2638,14 +2649,14 @@
|
|
|
2638
2649
|
]
|
|
2639
2650
|
},
|
|
2640
2651
|
{
|
|
2641
|
-
"id":
|
|
2652
|
+
"id": 108,
|
|
2642
2653
|
"name": "SkyConfirmConfig",
|
|
2643
2654
|
"kind": 256,
|
|
2644
2655
|
"kindString": "Interface",
|
|
2645
2656
|
"flags": {},
|
|
2646
2657
|
"children": [
|
|
2647
2658
|
{
|
|
2648
|
-
"id":
|
|
2659
|
+
"id": 110,
|
|
2649
2660
|
"name": "body",
|
|
2650
2661
|
"kind": 1024,
|
|
2651
2662
|
"kindString": "Property",
|
|
@@ -2668,7 +2679,7 @@
|
|
|
2668
2679
|
}
|
|
2669
2680
|
},
|
|
2670
2681
|
{
|
|
2671
|
-
"id":
|
|
2682
|
+
"id": 111,
|
|
2672
2683
|
"name": "buttons",
|
|
2673
2684
|
"kind": 1024,
|
|
2674
2685
|
"kindString": "Property",
|
|
@@ -2689,13 +2700,13 @@
|
|
|
2689
2700
|
"type": "array",
|
|
2690
2701
|
"elementType": {
|
|
2691
2702
|
"type": "reference",
|
|
2692
|
-
"id":
|
|
2703
|
+
"id": 100,
|
|
2693
2704
|
"name": "SkyConfirmButtonConfig"
|
|
2694
2705
|
}
|
|
2695
2706
|
}
|
|
2696
2707
|
},
|
|
2697
2708
|
{
|
|
2698
|
-
"id":
|
|
2709
|
+
"id": 109,
|
|
2699
2710
|
"name": "message",
|
|
2700
2711
|
"kind": 1024,
|
|
2701
2712
|
"kindString": "Property",
|
|
@@ -2722,7 +2733,7 @@
|
|
|
2722
2733
|
}
|
|
2723
2734
|
},
|
|
2724
2735
|
{
|
|
2725
|
-
"id":
|
|
2736
|
+
"id": 112,
|
|
2726
2737
|
"name": "preserveWhiteSpace",
|
|
2727
2738
|
"kind": 1024,
|
|
2728
2739
|
"kindString": "Property",
|
|
@@ -2751,7 +2762,7 @@
|
|
|
2751
2762
|
}
|
|
2752
2763
|
},
|
|
2753
2764
|
{
|
|
2754
|
-
"id":
|
|
2765
|
+
"id": 113,
|
|
2755
2766
|
"name": "type",
|
|
2756
2767
|
"kind": 1024,
|
|
2757
2768
|
"kindString": "Property",
|
|
@@ -2770,7 +2781,7 @@
|
|
|
2770
2781
|
],
|
|
2771
2782
|
"type": {
|
|
2772
2783
|
"type": "reference",
|
|
2773
|
-
"id":
|
|
2784
|
+
"id": 118,
|
|
2774
2785
|
"name": "SkyConfirmType"
|
|
2775
2786
|
}
|
|
2776
2787
|
}
|
|
@@ -2780,11 +2791,11 @@
|
|
|
2780
2791
|
"title": "Properties",
|
|
2781
2792
|
"kind": 1024,
|
|
2782
2793
|
"children": [
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2794
|
+
110,
|
|
2795
|
+
111,
|
|
2796
|
+
109,
|
|
2797
|
+
112,
|
|
2798
|
+
113
|
|
2788
2799
|
]
|
|
2789
2800
|
}
|
|
2790
2801
|
],
|
|
@@ -2797,7 +2808,7 @@
|
|
|
2797
2808
|
]
|
|
2798
2809
|
},
|
|
2799
2810
|
{
|
|
2800
|
-
"id":
|
|
2811
|
+
"id": 218,
|
|
2801
2812
|
"name": "SkyModalConfigurationInterface",
|
|
2802
2813
|
"kind": 256,
|
|
2803
2814
|
"kindString": "Interface",
|
|
@@ -2807,7 +2818,7 @@
|
|
|
2807
2818
|
},
|
|
2808
2819
|
"children": [
|
|
2809
2820
|
{
|
|
2810
|
-
"id":
|
|
2821
|
+
"id": 222,
|
|
2811
2822
|
"name": "ariaDescribedBy",
|
|
2812
2823
|
"kind": 1024,
|
|
2813
2824
|
"kindString": "Property",
|
|
@@ -2830,7 +2841,7 @@
|
|
|
2830
2841
|
}
|
|
2831
2842
|
},
|
|
2832
2843
|
{
|
|
2833
|
-
"id":
|
|
2844
|
+
"id": 223,
|
|
2834
2845
|
"name": "ariaLabelledBy",
|
|
2835
2846
|
"kind": 1024,
|
|
2836
2847
|
"kindString": "Property",
|
|
@@ -2853,7 +2864,7 @@
|
|
|
2853
2864
|
}
|
|
2854
2865
|
},
|
|
2855
2866
|
{
|
|
2856
|
-
"id":
|
|
2867
|
+
"id": 224,
|
|
2857
2868
|
"name": "ariaRole",
|
|
2858
2869
|
"kind": 1024,
|
|
2859
2870
|
"kindString": "Property",
|
|
@@ -2882,7 +2893,7 @@
|
|
|
2882
2893
|
}
|
|
2883
2894
|
},
|
|
2884
2895
|
{
|
|
2885
|
-
"id":
|
|
2896
|
+
"id": 219,
|
|
2886
2897
|
"name": "fullPage",
|
|
2887
2898
|
"kind": 1024,
|
|
2888
2899
|
"kindString": "Property",
|
|
@@ -2905,7 +2916,7 @@
|
|
|
2905
2916
|
}
|
|
2906
2917
|
},
|
|
2907
2918
|
{
|
|
2908
|
-
"id":
|
|
2919
|
+
"id": 226,
|
|
2909
2920
|
"name": "helpKey",
|
|
2910
2921
|
"kind": 1024,
|
|
2911
2922
|
"kindString": "Property",
|
|
@@ -2933,7 +2944,7 @@
|
|
|
2933
2944
|
}
|
|
2934
2945
|
},
|
|
2935
2946
|
{
|
|
2936
|
-
"id":
|
|
2947
|
+
"id": 221,
|
|
2937
2948
|
"name": "providers",
|
|
2938
2949
|
"kind": 1024,
|
|
2939
2950
|
"kindString": "Property",
|
|
@@ -2961,7 +2972,7 @@
|
|
|
2961
2972
|
}
|
|
2962
2973
|
},
|
|
2963
2974
|
{
|
|
2964
|
-
"id":
|
|
2975
|
+
"id": 220,
|
|
2965
2976
|
"name": "size",
|
|
2966
2977
|
"kind": 1024,
|
|
2967
2978
|
"kindString": "Property",
|
|
@@ -2984,7 +2995,7 @@
|
|
|
2984
2995
|
}
|
|
2985
2996
|
},
|
|
2986
2997
|
{
|
|
2987
|
-
"id":
|
|
2998
|
+
"id": 225,
|
|
2988
2999
|
"name": "tiledBody",
|
|
2989
3000
|
"kind": 1024,
|
|
2990
3001
|
"kindString": "Property",
|
|
@@ -3007,7 +3018,7 @@
|
|
|
3007
3018
|
}
|
|
3008
3019
|
},
|
|
3009
3020
|
{
|
|
3010
|
-
"id":
|
|
3021
|
+
"id": 227,
|
|
3011
3022
|
"name": "wrapperClass",
|
|
3012
3023
|
"kind": 1024,
|
|
3013
3024
|
"kindString": "Property",
|
|
@@ -3035,15 +3046,15 @@
|
|
|
3035
3046
|
"title": "Properties",
|
|
3036
3047
|
"kind": 1024,
|
|
3037
3048
|
"children": [
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3049
|
+
222,
|
|
3050
|
+
223,
|
|
3051
|
+
224,
|
|
3052
|
+
219,
|
|
3053
|
+
226,
|
|
3054
|
+
221,
|
|
3055
|
+
220,
|
|
3056
|
+
225,
|
|
3057
|
+
227
|
|
3047
3058
|
]
|
|
3048
3059
|
}
|
|
3049
3060
|
],
|
|
@@ -3056,7 +3067,7 @@
|
|
|
3056
3067
|
]
|
|
3057
3068
|
},
|
|
3058
3069
|
{
|
|
3059
|
-
"id":
|
|
3070
|
+
"id": 105,
|
|
3060
3071
|
"name": "SkyConfirmButtonStyleType",
|
|
3061
3072
|
"kind": 4194304,
|
|
3062
3073
|
"kindString": "Type alias",
|
|
@@ -3091,7 +3102,7 @@
|
|
|
3091
3102
|
}
|
|
3092
3103
|
},
|
|
3093
3104
|
{
|
|
3094
|
-
"id":
|
|
3105
|
+
"id": 283,
|
|
3095
3106
|
"name": "SkyConfirmHarness",
|
|
3096
3107
|
"kind": 128,
|
|
3097
3108
|
"kindString": "Class",
|
|
@@ -3101,7 +3112,7 @@
|
|
|
3101
3112
|
},
|
|
3102
3113
|
"children": [
|
|
3103
3114
|
{
|
|
3104
|
-
"id":
|
|
3115
|
+
"id": 284,
|
|
3105
3116
|
"name": "hostSelector",
|
|
3106
3117
|
"kind": 1024,
|
|
3107
3118
|
"kindString": "Property",
|
|
@@ -3123,7 +3134,7 @@
|
|
|
3123
3134
|
"defaultValue": "'sky-confirm'"
|
|
3124
3135
|
},
|
|
3125
3136
|
{
|
|
3126
|
-
"id":
|
|
3137
|
+
"id": 297,
|
|
3127
3138
|
"name": "clickCustomButton",
|
|
3128
3139
|
"kind": 2048,
|
|
3129
3140
|
"kindString": "Method",
|
|
@@ -3139,7 +3150,7 @@
|
|
|
3139
3150
|
],
|
|
3140
3151
|
"signatures": [
|
|
3141
3152
|
{
|
|
3142
|
-
"id":
|
|
3153
|
+
"id": 298,
|
|
3143
3154
|
"name": "clickCustomButton",
|
|
3144
3155
|
"kind": 4096,
|
|
3145
3156
|
"kindString": "Call signature",
|
|
@@ -3149,14 +3160,14 @@
|
|
|
3149
3160
|
},
|
|
3150
3161
|
"parameters": [
|
|
3151
3162
|
{
|
|
3152
|
-
"id":
|
|
3163
|
+
"id": 299,
|
|
3153
3164
|
"name": "filters",
|
|
3154
3165
|
"kind": 32768,
|
|
3155
3166
|
"kindString": "Parameter",
|
|
3156
3167
|
"flags": {},
|
|
3157
3168
|
"type": {
|
|
3158
3169
|
"type": "reference",
|
|
3159
|
-
"id":
|
|
3170
|
+
"id": 375,
|
|
3160
3171
|
"name": "SkyConfirmButtonHarnessFilters"
|
|
3161
3172
|
}
|
|
3162
3173
|
}
|
|
@@ -3177,7 +3188,7 @@
|
|
|
3177
3188
|
]
|
|
3178
3189
|
},
|
|
3179
3190
|
{
|
|
3180
|
-
"id":
|
|
3191
|
+
"id": 300,
|
|
3181
3192
|
"name": "clickOkButton",
|
|
3182
3193
|
"kind": 2048,
|
|
3183
3194
|
"kindString": "Method",
|
|
@@ -3193,7 +3204,7 @@
|
|
|
3193
3204
|
],
|
|
3194
3205
|
"signatures": [
|
|
3195
3206
|
{
|
|
3196
|
-
"id":
|
|
3207
|
+
"id": 301,
|
|
3197
3208
|
"name": "clickOkButton",
|
|
3198
3209
|
"kind": 4096,
|
|
3199
3210
|
"kindString": "Call signature",
|
|
@@ -3217,7 +3228,7 @@
|
|
|
3217
3228
|
]
|
|
3218
3229
|
},
|
|
3219
3230
|
{
|
|
3220
|
-
"id":
|
|
3231
|
+
"id": 302,
|
|
3221
3232
|
"name": "getBodyText",
|
|
3222
3233
|
"kind": 2048,
|
|
3223
3234
|
"kindString": "Method",
|
|
@@ -3233,7 +3244,7 @@
|
|
|
3233
3244
|
],
|
|
3234
3245
|
"signatures": [
|
|
3235
3246
|
{
|
|
3236
|
-
"id":
|
|
3247
|
+
"id": 303,
|
|
3237
3248
|
"name": "getBodyText",
|
|
3238
3249
|
"kind": 4096,
|
|
3239
3250
|
"kindString": "Call signature",
|
|
@@ -3257,7 +3268,7 @@
|
|
|
3257
3268
|
]
|
|
3258
3269
|
},
|
|
3259
3270
|
{
|
|
3260
|
-
"id":
|
|
3271
|
+
"id": 304,
|
|
3261
3272
|
"name": "getCustomButtons",
|
|
3262
3273
|
"kind": 2048,
|
|
3263
3274
|
"kindString": "Method",
|
|
@@ -3273,7 +3284,7 @@
|
|
|
3273
3284
|
],
|
|
3274
3285
|
"signatures": [
|
|
3275
3286
|
{
|
|
3276
|
-
"id":
|
|
3287
|
+
"id": 305,
|
|
3277
3288
|
"name": "getCustomButtons",
|
|
3278
3289
|
"kind": 4096,
|
|
3279
3290
|
"kindString": "Call signature",
|
|
@@ -3283,7 +3294,7 @@
|
|
|
3283
3294
|
},
|
|
3284
3295
|
"parameters": [
|
|
3285
3296
|
{
|
|
3286
|
-
"id":
|
|
3297
|
+
"id": 306,
|
|
3287
3298
|
"name": "filters",
|
|
3288
3299
|
"kind": 32768,
|
|
3289
3300
|
"kindString": "Parameter",
|
|
@@ -3292,7 +3303,7 @@
|
|
|
3292
3303
|
},
|
|
3293
3304
|
"type": {
|
|
3294
3305
|
"type": "reference",
|
|
3295
|
-
"id":
|
|
3306
|
+
"id": 375,
|
|
3296
3307
|
"name": "SkyConfirmButtonHarnessFilters"
|
|
3297
3308
|
}
|
|
3298
3309
|
}
|
|
@@ -3316,7 +3327,7 @@
|
|
|
3316
3327
|
]
|
|
3317
3328
|
},
|
|
3318
3329
|
{
|
|
3319
|
-
"id":
|
|
3330
|
+
"id": 307,
|
|
3320
3331
|
"name": "getMessageText",
|
|
3321
3332
|
"kind": 2048,
|
|
3322
3333
|
"kindString": "Method",
|
|
@@ -3332,7 +3343,7 @@
|
|
|
3332
3343
|
],
|
|
3333
3344
|
"signatures": [
|
|
3334
3345
|
{
|
|
3335
|
-
"id":
|
|
3346
|
+
"id": 308,
|
|
3336
3347
|
"name": "getMessageText",
|
|
3337
3348
|
"kind": 4096,
|
|
3338
3349
|
"kindString": "Call signature",
|
|
@@ -3356,7 +3367,7 @@
|
|
|
3356
3367
|
]
|
|
3357
3368
|
},
|
|
3358
3369
|
{
|
|
3359
|
-
"id":
|
|
3370
|
+
"id": 309,
|
|
3360
3371
|
"name": "getType",
|
|
3361
3372
|
"kind": 2048,
|
|
3362
3373
|
"kindString": "Method",
|
|
@@ -3372,7 +3383,7 @@
|
|
|
3372
3383
|
],
|
|
3373
3384
|
"signatures": [
|
|
3374
3385
|
{
|
|
3375
|
-
"id":
|
|
3386
|
+
"id": 310,
|
|
3376
3387
|
"name": "getType",
|
|
3377
3388
|
"kind": 4096,
|
|
3378
3389
|
"kindString": "Call signature",
|
|
@@ -3385,7 +3396,7 @@
|
|
|
3385
3396
|
"typeArguments": [
|
|
3386
3397
|
{
|
|
3387
3398
|
"type": "reference",
|
|
3388
|
-
"id":
|
|
3399
|
+
"id": 118,
|
|
3389
3400
|
"name": "SkyConfirmType"
|
|
3390
3401
|
}
|
|
3391
3402
|
],
|
|
@@ -3397,7 +3408,7 @@
|
|
|
3397
3408
|
]
|
|
3398
3409
|
},
|
|
3399
3410
|
{
|
|
3400
|
-
"id":
|
|
3411
|
+
"id": 320,
|
|
3401
3412
|
"name": "host",
|
|
3402
3413
|
"kind": 2048,
|
|
3403
3414
|
"kindString": "Method",
|
|
@@ -3411,7 +3422,7 @@
|
|
|
3411
3422
|
],
|
|
3412
3423
|
"signatures": [
|
|
3413
3424
|
{
|
|
3414
|
-
"id":
|
|
3425
|
+
"id": 321,
|
|
3415
3426
|
"name": "host",
|
|
3416
3427
|
"kind": 4096,
|
|
3417
3428
|
"kindString": "Call signature",
|
|
@@ -3445,7 +3456,7 @@
|
|
|
3445
3456
|
}
|
|
3446
3457
|
},
|
|
3447
3458
|
{
|
|
3448
|
-
"id":
|
|
3459
|
+
"id": 311,
|
|
3449
3460
|
"name": "isWhiteSpacePreserved",
|
|
3450
3461
|
"kind": 2048,
|
|
3451
3462
|
"kindString": "Method",
|
|
@@ -3461,7 +3472,7 @@
|
|
|
3461
3472
|
],
|
|
3462
3473
|
"signatures": [
|
|
3463
3474
|
{
|
|
3464
|
-
"id":
|
|
3475
|
+
"id": 312,
|
|
3465
3476
|
"name": "isWhiteSpacePreserved",
|
|
3466
3477
|
"kind": 4096,
|
|
3467
3478
|
"kindString": "Call signature",
|
|
@@ -3490,28 +3501,28 @@
|
|
|
3490
3501
|
"title": "Constructors",
|
|
3491
3502
|
"kind": 512,
|
|
3492
3503
|
"children": [
|
|
3493
|
-
|
|
3504
|
+
290
|
|
3494
3505
|
]
|
|
3495
3506
|
},
|
|
3496
3507
|
{
|
|
3497
3508
|
"title": "Properties",
|
|
3498
3509
|
"kind": 1024,
|
|
3499
3510
|
"children": [
|
|
3500
|
-
|
|
3511
|
+
284
|
|
3501
3512
|
]
|
|
3502
3513
|
},
|
|
3503
3514
|
{
|
|
3504
3515
|
"title": "Methods",
|
|
3505
3516
|
"kind": 2048,
|
|
3506
3517
|
"children": [
|
|
3507
|
-
287,
|
|
3508
|
-
290,
|
|
3509
|
-
292,
|
|
3510
|
-
294,
|
|
3511
3518
|
297,
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3519
|
+
300,
|
|
3520
|
+
302,
|
|
3521
|
+
304,
|
|
3522
|
+
307,
|
|
3523
|
+
309,
|
|
3524
|
+
320,
|
|
3525
|
+
311
|
|
3515
3526
|
]
|
|
3516
3527
|
}
|
|
3517
3528
|
],
|
|
@@ -3530,7 +3541,7 @@
|
|
|
3530
3541
|
]
|
|
3531
3542
|
},
|
|
3532
3543
|
{
|
|
3533
|
-
"id":
|
|
3544
|
+
"id": 375,
|
|
3534
3545
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
3535
3546
|
"kind": 256,
|
|
3536
3547
|
"kindString": "Interface",
|
|
@@ -3540,7 +3551,7 @@
|
|
|
3540
3551
|
},
|
|
3541
3552
|
"children": [
|
|
3542
3553
|
{
|
|
3543
|
-
"id":
|
|
3554
|
+
"id": 378,
|
|
3544
3555
|
"name": "ancestor",
|
|
3545
3556
|
"kind": 1024,
|
|
3546
3557
|
"kindString": "Property",
|
|
@@ -3567,7 +3578,7 @@
|
|
|
3567
3578
|
}
|
|
3568
3579
|
},
|
|
3569
3580
|
{
|
|
3570
|
-
"id":
|
|
3581
|
+
"id": 377,
|
|
3571
3582
|
"name": "styleType",
|
|
3572
3583
|
"kind": 1024,
|
|
3573
3584
|
"kindString": "Property",
|
|
@@ -3590,7 +3601,7 @@
|
|
|
3590
3601
|
}
|
|
3591
3602
|
},
|
|
3592
3603
|
{
|
|
3593
|
-
"id":
|
|
3604
|
+
"id": 376,
|
|
3594
3605
|
"name": "text",
|
|
3595
3606
|
"kind": 1024,
|
|
3596
3607
|
"kindString": "Property",
|
|
@@ -3629,9 +3640,9 @@
|
|
|
3629
3640
|
"title": "Properties",
|
|
3630
3641
|
"kind": 1024,
|
|
3631
3642
|
"children": [
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3643
|
+
378,
|
|
3644
|
+
377,
|
|
3645
|
+
376
|
|
3635
3646
|
]
|
|
3636
3647
|
}
|
|
3637
3648
|
],
|
|
@@ -3684,12 +3695,12 @@
|
|
|
3684
3695
|
{
|
|
3685
3696
|
"fileName": "confirm-demo.component.spec.ts",
|
|
3686
3697
|
"filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.spec.ts",
|
|
3687
|
-
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { TestBed } from '@angular/core/testing';\nimport { RouterTestingModule } from '@angular/router/testing';\nimport { SkyConfirmHarness } from '@skyux/modals/testing';\n\nimport { ConfirmDemoComponent } from './confirm-demo.component';\nimport { ConfirmDemoModule } from './confirm-demo.module';\n\ndescribe('Confirm demo', () => {\n async function setupTest(confirmBtnClass: string) {\n const fixture = TestBed.createComponent(ConfirmDemoComponent);\n const openBtn = fixture.nativeElement.querySelector(confirmBtnClass);\n\n openBtn.click();\n\n const rootLoader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n\n const confirmHarness = await rootLoader.getHarness(SkyConfirmHarness);\n return { confirmHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [ConfirmDemoModule, RouterTestingModule],\n });\n });\n\n it('should show the correct text when OK is clicked on an OK confirm', async () => {\n const { confirmHarness, fixture } = await setupTest('.ok-confirm-btn');\n\n await confirmHarness.clickOkButton();\n\n const displayedTextEl: HTMLElement =\n fixture.nativeElement.querySelector('.displayed-text');\n\n expect(displayedTextEl.innerText).toEqual('You selected the \"ok\" action.');\n await expectAsync(confirmHarness.getMessageText()).toBeResolvedTo(\n 'Cannot delete invoice because it has vendor, credit memo, or purchase order activity.'\n );\n });\n\n it('should show the correct text when \"Finalize\" is clicked on a custom confirm', async () => {\n const { confirmHarness, fixture } = await setupTest(\n '.two-action-confirm-btn'\n );\n\n await confirmHarness.clickCustomButton({ text: 'Finalize' });\n\n const displayedTextEl: HTMLElement =\n fixture.nativeElement.querySelector('.displayed-text');\n\n expect(displayedTextEl.innerText).toEqual(\n 'You selected the \"Finalize\" button, which has an action of \"save.\"'\n );\n await expectAsync(confirmHarness.getMessageText()).toBeResolvedTo(\n 'Finalize report cards?'\n );\n await expectAsync(confirmHarness.getBodyText()).toBeResolvedTo(\n 'Grades cannot be changed once the report cards are finalized.'\n );\n });\n});\n"
|
|
3698
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { RouterTestingModule } from '@angular/router/testing';\nimport { SkyConfirmHarness } from '@skyux/modals/testing';\n\nimport { ConfirmDemoComponent } from './confirm-demo.component';\nimport { ConfirmDemoModule } from './confirm-demo.module';\n\ndescribe('Confirm demo', () => {\n async function setupTest(confirmBtnClass: string): Promise<{\n confirmHarness: SkyConfirmHarness;\n fixture: ComponentFixture<ConfirmDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(ConfirmDemoComponent);\n const openBtn = fixture.nativeElement.querySelector(confirmBtnClass);\n\n openBtn.click();\n\n const rootLoader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n\n const confirmHarness = await rootLoader.getHarness(SkyConfirmHarness);\n return { confirmHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [ConfirmDemoModule, RouterTestingModule],\n });\n });\n\n it('should show the correct text when OK is clicked on an OK confirm', async () => {\n const { confirmHarness, fixture } = await setupTest('.ok-confirm-btn');\n\n await confirmHarness.clickOkButton();\n\n const displayedTextEl: HTMLElement =\n fixture.nativeElement.querySelector('.displayed-text');\n\n expect(displayedTextEl.innerText).toEqual('You selected the \"ok\" action.');\n await expectAsync(confirmHarness.getMessageText()).toBeResolvedTo(\n 'Cannot delete invoice because it has vendor, credit memo, or purchase order activity.'\n );\n });\n\n it('should show the correct text when \"Finalize\" is clicked on a custom confirm', async () => {\n const { confirmHarness, fixture } = await setupTest(\n '.two-action-confirm-btn'\n );\n\n await confirmHarness.clickCustomButton({ text: 'Finalize' });\n\n const displayedTextEl: HTMLElement =\n fixture.nativeElement.querySelector('.displayed-text');\n\n expect(displayedTextEl.innerText).toEqual(\n 'You selected the \"Finalize\" button, which has an action of \"save.\"'\n );\n await expectAsync(confirmHarness.getMessageText()).toBeResolvedTo(\n 'Finalize report cards?'\n );\n await expectAsync(confirmHarness.getBodyText()).toBeResolvedTo(\n 'Grades cannot be changed once the report cards are finalized.'\n );\n });\n});\n"
|
|
3688
3699
|
},
|
|
3689
3700
|
{
|
|
3690
3701
|
"fileName": "confirm-demo.component.ts",
|
|
3691
3702
|
"filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.component.ts",
|
|
3692
|
-
"rawContents": "import { Component } from '@angular/core';\nimport {\n SkyConfirmButtonConfig,\n SkyConfirmInstance,\n SkyConfirmService,\n SkyConfirmType,\n} from '@skyux/modals';\n\n@Component({\n selector: 'app-confirm-demo',\n templateUrl: './confirm-demo.component.html',\n})\nexport class ConfirmDemoComponent {\n public selectedAction: string | undefined;\n\n public selectedText: string | undefined;\n\n #confirmSvc: SkyConfirmService;\n\n constructor(confirmSvc: SkyConfirmService) {\n this.#confirmSvc = confirmSvc;\n }\n\n public openOKConfirm(): void {\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message:\n 'Cannot delete invoice because it has vendor, credit memo, or purchase order activity.',\n type: SkyConfirmType.OK,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedText = undefined;\n this.selectedAction = result.action;\n });\n }\n\n public openTwoActionConfirm() {\n const buttons: SkyConfirmButtonConfig[] = [\n { text: 'Finalize', action: 'save', styleType: 'primary' },\n { text: 'Cancel', action: 'cancel', styleType: 'link' },\n ];\n\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message: 'Finalize report cards?',\n body: 'Grades cannot be changed once the report cards are finalized.',\n type: SkyConfirmType.Custom,\n buttons,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedAction = result.action;\n\n for (const button of buttons) {\n if (button.action === result.action) {\n this.selectedText = button.text;\n break;\n }\n }\n });\n }\n\n public openThreeActionConfirm() {\n const buttons: SkyConfirmButtonConfig[] = [\n { text: 'Save', action: 'save', styleType: 'primary' },\n { text: 'Delete', action: 'delete' },\n { text: 'Keep working', action: 'cancel', styleType: 'link' },\n ];\n\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message: 'Save your changes before leaving?',\n type: SkyConfirmType.Custom,\n buttons,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedAction = result.action;\n\n for (const button of buttons) {\n if (button.action === result.action) {\n this.selectedText = button.text;\n break;\n }\n }\n });\n }\n\n public openDeleteConfirm() {\n const buttons: SkyConfirmButtonConfig[] = [\n { text: 'Delete', action: 'delete', styleType: 'danger' },\n { text: 'Cancel', action: 'cancel', styleType: 'link' },\n ];\n\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message: 'Delete this account?',\n body: 'Deleting this account may affect processes that are currently running.',\n type: SkyConfirmType.Custom,\n buttons,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedAction = result.action;\n\n for (const button of buttons) {\n if (button.action === result.action) {\n this.selectedText = button.text;\n break;\n }\n }\n });\n }\n}\n"
|
|
3703
|
+
"rawContents": "import { Component } from '@angular/core';\nimport {\n SkyConfirmButtonConfig,\n SkyConfirmInstance,\n SkyConfirmService,\n SkyConfirmType,\n} from '@skyux/modals';\n\n@Component({\n selector: 'app-confirm-demo',\n templateUrl: './confirm-demo.component.html',\n})\nexport class ConfirmDemoComponent {\n public selectedAction: string | undefined;\n\n public selectedText: string | undefined;\n\n #confirmSvc: SkyConfirmService;\n\n constructor(confirmSvc: SkyConfirmService) {\n this.#confirmSvc = confirmSvc;\n }\n\n public openOKConfirm(): void {\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message:\n 'Cannot delete invoice because it has vendor, credit memo, or purchase order activity.',\n type: SkyConfirmType.OK,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedText = undefined;\n this.selectedAction = result.action;\n });\n }\n\n public openTwoActionConfirm(): void {\n const buttons: SkyConfirmButtonConfig[] = [\n { text: 'Finalize', action: 'save', styleType: 'primary' },\n { text: 'Cancel', action: 'cancel', styleType: 'link' },\n ];\n\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message: 'Finalize report cards?',\n body: 'Grades cannot be changed once the report cards are finalized.',\n type: SkyConfirmType.Custom,\n buttons,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedAction = result.action;\n\n for (const button of buttons) {\n if (button.action === result.action) {\n this.selectedText = button.text;\n break;\n }\n }\n });\n }\n\n public openThreeActionConfirm(): void {\n const buttons: SkyConfirmButtonConfig[] = [\n { text: 'Save', action: 'save', styleType: 'primary' },\n { text: 'Delete', action: 'delete' },\n { text: 'Keep working', action: 'cancel', styleType: 'link' },\n ];\n\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message: 'Save your changes before leaving?',\n type: SkyConfirmType.Custom,\n buttons,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedAction = result.action;\n\n for (const button of buttons) {\n if (button.action === result.action) {\n this.selectedText = button.text;\n break;\n }\n }\n });\n }\n\n public openDeleteConfirm(): void {\n const buttons: SkyConfirmButtonConfig[] = [\n { text: 'Delete', action: 'delete', styleType: 'danger' },\n { text: 'Cancel', action: 'cancel', styleType: 'link' },\n ];\n\n const dialog: SkyConfirmInstance = this.#confirmSvc.open({\n message: 'Delete this account?',\n body: 'Deleting this account may affect processes that are currently running.',\n type: SkyConfirmType.Custom,\n buttons,\n });\n\n dialog.closed.subscribe((result) => {\n this.selectedAction = result.action;\n\n for (const button of buttons) {\n if (button.action === result.action) {\n this.selectedText = button.text;\n break;\n }\n }\n });\n }\n}\n"
|
|
3693
3704
|
},
|
|
3694
3705
|
{
|
|
3695
3706
|
"fileName": "confirm-demo.module.ts",
|
|
@@ -3734,7 +3745,7 @@
|
|
|
3734
3745
|
{
|
|
3735
3746
|
"fileName": "modal-demo-data.ts",
|
|
3736
3747
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-data.ts",
|
|
3737
|
-
"rawContents": "export interface ModalDemoData {\n value1?: string;\n}\n"
|
|
3748
|
+
"rawContents": "export interface ModalDemoData {\n value1?: string | null;\n}\n"
|
|
3738
3749
|
},
|
|
3739
3750
|
{
|
|
3740
3751
|
"fileName": "modal-demo-modal.component.html",
|
|
@@ -3744,7 +3755,7 @@
|
|
|
3744
3755
|
{
|
|
3745
3756
|
"fileName": "modal-demo-modal.component.ts",
|
|
3746
3757
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.ts",
|
|
3747
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { ModalDemoContext } from './modal-demo-context';\nimport { ModalDemoDataService } from './modal-demo-data.service';\n\n@Component({\n selector: 'app-modal-demo-modal',\n templateUrl: './modal-demo-modal.component.html',\n})\nexport class ModalDemoModalComponent {\n public demoForm: FormGroup<{\n value1
|
|
3758
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalInstance } from '@skyux/modals';\n\nimport { ModalDemoContext } from './modal-demo-context';\nimport { ModalDemoDataService } from './modal-demo-data.service';\n\n@Component({\n selector: 'app-modal-demo-modal',\n templateUrl: './modal-demo-modal.component.html',\n})\nexport class ModalDemoModalComponent {\n public demoForm: FormGroup<{\n value1: FormControl<string | null | undefined>;\n }>;\n\n #dataSvc: ModalDemoDataService;\n #instance: SkyModalInstance;\n #waitSvc: SkyWaitService;\n\n constructor(\n instance: SkyModalInstance,\n waitSvc: SkyWaitService,\n dataSvc: ModalDemoDataService,\n context: ModalDemoContext,\n fb: FormBuilder\n ) {\n this.#instance = instance;\n this.#waitSvc = waitSvc;\n this.#dataSvc = dataSvc;\n\n const value1 = fb.control(context.data.value1);\n this.demoForm = fb.group({ value1 });\n }\n\n public saveForm(): void {\n // Use the data service to save the data.\n\n this.#waitSvc\n .blockingWrap(this.#dataSvc.save(this.demoForm.value))\n .subscribe((data) => {\n // Notify the modal instance that data was saved and return the saved data.\n this.#instance.save(data);\n });\n }\n\n public cancelForm(): void {\n this.#instance.cancel();\n }\n}\n"
|
|
3748
3759
|
},
|
|
3749
3760
|
{
|
|
3750
3761
|
"fileName": "modal-demo.component.html",
|
|
@@ -3754,7 +3765,7 @@
|
|
|
3754
3765
|
{
|
|
3755
3766
|
"fileName": "modal-demo.component.ts",
|
|
3756
3767
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.component.ts",
|
|
3757
|
-
"rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { Subject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\n\nimport { ModalDemoContext } from './modal-demo-context';\nimport { ModalDemoData } from './modal-demo-data';\nimport { ModalDemoDataService } from './modal-demo-data.service';\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html',\n})\nexport class ModalDemoComponent implements OnDestroy {\n public helpKey = 'help-demo.html';\n\n public modalSize = 'medium';\n\n public demoValue: string | undefined;\n\n #ngUnsubscribe = new Subject<void>();\n\n #modalSvc: SkyModalService;\n #waitSvc: SkyWaitService;\n #dataSvc: ModalDemoDataService;\n\n constructor(\n modalSvc: SkyModalService,\n waitSvc: SkyWaitService,\n dataSvc: ModalDemoDataService\n ) {\n this.#modalSvc = modalSvc;\n this.#waitSvc = waitSvc;\n this.#dataSvc = dataSvc;\n }\n\n public onOpenModalClick(): void {\n // Display a blocking wait while data is loaded from the data service.\n this.#waitSvc\n .blockingWrap(this.#dataSvc.load())\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((data) => {\n const options: SkyModalConfigurationInterface = {\n helpKey: this.helpKey,\n providers: [\n {\n provide: ModalDemoContext,\n useValue: new ModalDemoContext(data),\n },\n ],\n size: this.modalSize,\n };\n\n // Show the modal after data is loaded.\n const instance = this.#modalSvc.open(ModalDemoModalComponent, options);\n\n instance.closed.subscribe((result) => {\n if (result.reason === 'save') {\n // Display the updated value.\n const data = result.data as ModalDemoData;\n this.demoValue = data.value1;\n }\n });\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
|
|
3768
|
+
"rawContents": "import { Component, OnDestroy } from '@angular/core';\nimport { SkyWaitService } from '@skyux/indicators';\nimport { SkyModalConfigurationInterface, SkyModalService } from '@skyux/modals';\n\nimport { Subject } from 'rxjs';\nimport { takeUntil } from 'rxjs/operators';\n\nimport { ModalDemoContext } from './modal-demo-context';\nimport { ModalDemoData } from './modal-demo-data';\nimport { ModalDemoDataService } from './modal-demo-data.service';\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html',\n})\nexport class ModalDemoComponent implements OnDestroy {\n public helpKey = 'help-demo.html';\n\n public modalSize = 'medium';\n\n public demoValue: string | null | undefined;\n\n #ngUnsubscribe = new Subject<void>();\n\n #modalSvc: SkyModalService;\n #waitSvc: SkyWaitService;\n #dataSvc: ModalDemoDataService;\n\n constructor(\n modalSvc: SkyModalService,\n waitSvc: SkyWaitService,\n dataSvc: ModalDemoDataService\n ) {\n this.#modalSvc = modalSvc;\n this.#waitSvc = waitSvc;\n this.#dataSvc = dataSvc;\n }\n\n public onOpenModalClick(): void {\n // Display a blocking wait while data is loaded from the data service.\n this.#waitSvc\n .blockingWrap(this.#dataSvc.load())\n .pipe(takeUntil(this.#ngUnsubscribe))\n .subscribe((data) => {\n const options: SkyModalConfigurationInterface = {\n helpKey: this.helpKey,\n providers: [\n {\n provide: ModalDemoContext,\n useValue: new ModalDemoContext(data),\n },\n ],\n size: this.modalSize,\n };\n\n // Show the modal after data is loaded.\n const instance = this.#modalSvc.open(ModalDemoModalComponent, options);\n\n instance.closed.subscribe((result) => {\n if (result.reason === 'save') {\n // Display the updated value.\n const data = result.data as ModalDemoData;\n this.demoValue = data.value1;\n }\n });\n });\n }\n\n public ngOnDestroy(): void {\n this.#ngUnsubscribe.next();\n this.#ngUnsubscribe.complete();\n }\n}\n"
|
|
3758
3769
|
},
|
|
3759
3770
|
{
|
|
3760
3771
|
"fileName": "modal-demo.module.ts",
|