@skyux/modals 7.0.0-beta.1 → 7.0.0-beta.11
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 +297 -219
- package/esm2020/index.mjs +1 -3
- package/esm2020/lib/modules/confirm/confirm-button.mjs +1 -1
- package/esm2020/lib/modules/confirm/confirm.component.mjs +58 -76
- package/esm2020/lib/modules/modal/modal-header.component.mjs +4 -3
- package/esm2020/lib/modules/modal/modal-host.component.mjs +10 -8
- package/esm2020/lib/modules/modal/modal-host.service.mjs +15 -12
- package/esm2020/lib/modules/modal/modal-scroll-shadow.directive.mjs +4 -4
- package/esm2020/lib/modules/modal/modal.component.mjs +3 -3
- package/esm2020/lib/modules/modal/modal.interface.mjs +1 -3
- package/esm2020/lib/modules/modal/modal.module.mjs +7 -3
- package/esm2020/lib/modules/modal/modal.service.mjs +1 -3
- package/fesm2015/skyux-modals.mjs +94 -107
- package/fesm2015/skyux-modals.mjs.map +1 -1
- package/fesm2020/skyux-modals.mjs +91 -109
- package/fesm2020/skyux-modals.mjs.map +1 -1
- package/index.d.ts +0 -1
- package/lib/modules/confirm/confirm-button.d.ts +1 -1
- package/lib/modules/confirm/confirm.component.d.ts +1 -1
- package/lib/modules/modal/modal-header.component.d.ts +1 -1
- package/lib/modules/modal/modal-host.component.d.ts +2 -2
- package/lib/modules/modal/modal-host.service.d.ts +1 -1
- package/lib/modules/modal/modal-scroll-shadow.directive.d.ts +2 -2
- package/lib/modules/modal/modal.component.d.ts +1 -1
- package/lib/modules/modal/modal.interface.d.ts +3 -1
- package/lib/modules/modal/modal.module.d.ts +2 -1
- package/lib/modules/modal/modal.service.d.ts +1 -1
- package/package.json +5 -5
package/documentation.json
CHANGED
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"originalName": "",
|
|
31
31
|
"children": [
|
|
32
32
|
{
|
|
33
|
-
"id":
|
|
33
|
+
"id": 110,
|
|
34
34
|
"name": "SkyConfirmType",
|
|
35
35
|
"kind": 8,
|
|
36
36
|
"kindString": "Enumeration",
|
|
37
37
|
"flags": {},
|
|
38
38
|
"children": [
|
|
39
39
|
{
|
|
40
|
-
"id":
|
|
40
|
+
"id": 111,
|
|
41
41
|
"name": "Custom",
|
|
42
42
|
"kind": 16,
|
|
43
|
-
"kindString": "Enumeration
|
|
43
|
+
"kindString": "Enumeration Member",
|
|
44
44
|
"flags": {},
|
|
45
45
|
"comment": {
|
|
46
46
|
"shortText": "Allows you to define your own buttons using the `buttons` property of `SkyConfirmConfig`."
|
|
@@ -52,13 +52,17 @@
|
|
|
52
52
|
"character": 2
|
|
53
53
|
}
|
|
54
54
|
],
|
|
55
|
+
"type": {
|
|
56
|
+
"type": "literal",
|
|
57
|
+
"value": 0
|
|
58
|
+
},
|
|
55
59
|
"defaultValue": "0"
|
|
56
60
|
},
|
|
57
61
|
{
|
|
58
|
-
"id":
|
|
62
|
+
"id": 112,
|
|
59
63
|
"name": "OK",
|
|
60
64
|
"kind": 16,
|
|
61
|
-
"kindString": "Enumeration
|
|
65
|
+
"kindString": "Enumeration Member",
|
|
62
66
|
"flags": {},
|
|
63
67
|
"comment": {
|
|
64
68
|
"shortText": "Displays one button with an **OK** label and an `'ok'` action."
|
|
@@ -70,13 +74,17 @@
|
|
|
70
74
|
"character": 2
|
|
71
75
|
}
|
|
72
76
|
],
|
|
77
|
+
"type": {
|
|
78
|
+
"type": "literal",
|
|
79
|
+
"value": 1
|
|
80
|
+
},
|
|
73
81
|
"defaultValue": "1"
|
|
74
82
|
},
|
|
75
83
|
{
|
|
76
|
-
"id":
|
|
84
|
+
"id": 113,
|
|
77
85
|
"name": "YesCancel",
|
|
78
86
|
"kind": 16,
|
|
79
|
-
"kindString": "Enumeration
|
|
87
|
+
"kindString": "Enumeration Member",
|
|
80
88
|
"flags": {},
|
|
81
89
|
"comment": {
|
|
82
90
|
"shortText": "Displays two buttons with **Yes** and **Cancel** labels.",
|
|
@@ -94,13 +102,17 @@
|
|
|
94
102
|
"character": 2
|
|
95
103
|
}
|
|
96
104
|
],
|
|
105
|
+
"type": {
|
|
106
|
+
"type": "literal",
|
|
107
|
+
"value": 2
|
|
108
|
+
},
|
|
97
109
|
"defaultValue": "2"
|
|
98
110
|
},
|
|
99
111
|
{
|
|
100
|
-
"id":
|
|
112
|
+
"id": 114,
|
|
101
113
|
"name": "YesNoCancel",
|
|
102
114
|
"kind": 16,
|
|
103
|
-
"kindString": "Enumeration
|
|
115
|
+
"kindString": "Enumeration Member",
|
|
104
116
|
"flags": {},
|
|
105
117
|
"comment": {
|
|
106
118
|
"shortText": "Displays three buttons with **Yes**, **No**, and **Cancel** labels.",
|
|
@@ -118,18 +130,22 @@
|
|
|
118
130
|
"character": 2
|
|
119
131
|
}
|
|
120
132
|
],
|
|
133
|
+
"type": {
|
|
134
|
+
"type": "literal",
|
|
135
|
+
"value": 3
|
|
136
|
+
},
|
|
121
137
|
"defaultValue": "3"
|
|
122
138
|
}
|
|
123
139
|
],
|
|
124
140
|
"groups": [
|
|
125
141
|
{
|
|
126
|
-
"title": "Enumeration
|
|
142
|
+
"title": "Enumeration Members",
|
|
127
143
|
"kind": 16,
|
|
128
144
|
"children": [
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
145
|
+
111,
|
|
146
|
+
112,
|
|
147
|
+
113,
|
|
148
|
+
114
|
|
133
149
|
]
|
|
134
150
|
}
|
|
135
151
|
],
|
|
@@ -142,14 +158,14 @@
|
|
|
142
158
|
]
|
|
143
159
|
},
|
|
144
160
|
{
|
|
145
|
-
"id":
|
|
161
|
+
"id": 106,
|
|
146
162
|
"name": "SkyConfirmInstance",
|
|
147
163
|
"kind": 128,
|
|
148
164
|
"kindString": "Class",
|
|
149
165
|
"flags": {},
|
|
150
166
|
"children": [
|
|
151
167
|
{
|
|
152
|
-
"id":
|
|
168
|
+
"id": 109,
|
|
153
169
|
"name": "closed",
|
|
154
170
|
"kind": 1024,
|
|
155
171
|
"kindString": "Property",
|
|
@@ -171,7 +187,7 @@
|
|
|
171
187
|
"typeArguments": [
|
|
172
188
|
{
|
|
173
189
|
"type": "reference",
|
|
174
|
-
"id":
|
|
190
|
+
"id": 98,
|
|
175
191
|
"name": "SkyConfirmCloseEventArgs"
|
|
176
192
|
}
|
|
177
193
|
],
|
|
@@ -187,14 +203,14 @@
|
|
|
187
203
|
"title": "Constructors",
|
|
188
204
|
"kind": 512,
|
|
189
205
|
"children": [
|
|
190
|
-
|
|
206
|
+
107
|
|
191
207
|
]
|
|
192
208
|
},
|
|
193
209
|
{
|
|
194
210
|
"title": "Properties",
|
|
195
211
|
"kind": 1024,
|
|
196
212
|
"children": [
|
|
197
|
-
|
|
213
|
+
109
|
|
198
214
|
]
|
|
199
215
|
}
|
|
200
216
|
],
|
|
@@ -207,7 +223,7 @@
|
|
|
207
223
|
]
|
|
208
224
|
},
|
|
209
225
|
{
|
|
210
|
-
"id":
|
|
226
|
+
"id": 115,
|
|
211
227
|
"name": "SkyConfirmModule",
|
|
212
228
|
"kind": 128,
|
|
213
229
|
"kindString": "Class",
|
|
@@ -232,7 +248,7 @@
|
|
|
232
248
|
"title": "Constructors",
|
|
233
249
|
"kind": 512,
|
|
234
250
|
"children": [
|
|
235
|
-
|
|
251
|
+
116
|
|
236
252
|
]
|
|
237
253
|
}
|
|
238
254
|
],
|
|
@@ -245,7 +261,7 @@
|
|
|
245
261
|
]
|
|
246
262
|
},
|
|
247
263
|
{
|
|
248
|
-
"id":
|
|
264
|
+
"id": 118,
|
|
249
265
|
"name": "SkyConfirmService",
|
|
250
266
|
"kind": 128,
|
|
251
267
|
"kindString": "Class",
|
|
@@ -269,7 +285,7 @@
|
|
|
269
285
|
],
|
|
270
286
|
"children": [
|
|
271
287
|
{
|
|
272
|
-
"id":
|
|
288
|
+
"id": 119,
|
|
273
289
|
"name": "constructor",
|
|
274
290
|
"kind": 512,
|
|
275
291
|
"kindString": "Constructor",
|
|
@@ -283,35 +299,35 @@
|
|
|
283
299
|
],
|
|
284
300
|
"signatures": [
|
|
285
301
|
{
|
|
286
|
-
"id":
|
|
302
|
+
"id": 120,
|
|
287
303
|
"name": "new SkyConfirmService",
|
|
288
304
|
"kind": 16384,
|
|
289
305
|
"kindString": "Constructor signature",
|
|
290
306
|
"flags": {},
|
|
291
307
|
"parameters": [
|
|
292
308
|
{
|
|
293
|
-
"id":
|
|
309
|
+
"id": 121,
|
|
294
310
|
"name": "modalService",
|
|
295
311
|
"kind": 32768,
|
|
296
312
|
"kindString": "Parameter",
|
|
297
313
|
"flags": {},
|
|
298
314
|
"type": {
|
|
299
315
|
"type": "reference",
|
|
300
|
-
"id":
|
|
316
|
+
"id": 223,
|
|
301
317
|
"name": "SkyModalService"
|
|
302
318
|
}
|
|
303
319
|
}
|
|
304
320
|
],
|
|
305
321
|
"type": {
|
|
306
322
|
"type": "reference",
|
|
307
|
-
"id":
|
|
323
|
+
"id": 118,
|
|
308
324
|
"name": "SkyConfirmService"
|
|
309
325
|
}
|
|
310
326
|
}
|
|
311
327
|
]
|
|
312
328
|
},
|
|
313
329
|
{
|
|
314
|
-
"id":
|
|
330
|
+
"id": 123,
|
|
315
331
|
"name": "open",
|
|
316
332
|
"kind": 2048,
|
|
317
333
|
"kindString": "Method",
|
|
@@ -327,7 +343,7 @@
|
|
|
327
343
|
],
|
|
328
344
|
"signatures": [
|
|
329
345
|
{
|
|
330
|
-
"id":
|
|
346
|
+
"id": 124,
|
|
331
347
|
"name": "open",
|
|
332
348
|
"kind": 4096,
|
|
333
349
|
"kindString": "Call signature",
|
|
@@ -337,7 +353,7 @@
|
|
|
337
353
|
},
|
|
338
354
|
"parameters": [
|
|
339
355
|
{
|
|
340
|
-
"id":
|
|
356
|
+
"id": 125,
|
|
341
357
|
"name": "config",
|
|
342
358
|
"kind": 32768,
|
|
343
359
|
"kindString": "Parameter",
|
|
@@ -347,14 +363,14 @@
|
|
|
347
363
|
},
|
|
348
364
|
"type": {
|
|
349
365
|
"type": "reference",
|
|
350
|
-
"id":
|
|
366
|
+
"id": 100,
|
|
351
367
|
"name": "SkyConfirmConfig"
|
|
352
368
|
}
|
|
353
369
|
}
|
|
354
370
|
],
|
|
355
371
|
"type": {
|
|
356
372
|
"type": "reference",
|
|
357
|
-
"id":
|
|
373
|
+
"id": 106,
|
|
358
374
|
"name": "SkyConfirmInstance"
|
|
359
375
|
}
|
|
360
376
|
}
|
|
@@ -366,14 +382,14 @@
|
|
|
366
382
|
"title": "Constructors",
|
|
367
383
|
"kind": 512,
|
|
368
384
|
"children": [
|
|
369
|
-
|
|
385
|
+
119
|
|
370
386
|
]
|
|
371
387
|
},
|
|
372
388
|
{
|
|
373
389
|
"title": "Methods",
|
|
374
390
|
"kind": 2048,
|
|
375
391
|
"children": [
|
|
376
|
-
|
|
392
|
+
123
|
|
377
393
|
]
|
|
378
394
|
}
|
|
379
395
|
],
|
|
@@ -386,7 +402,7 @@
|
|
|
386
402
|
]
|
|
387
403
|
},
|
|
388
404
|
{
|
|
389
|
-
"id":
|
|
405
|
+
"id": 126,
|
|
390
406
|
"name": "SkyModalBeforeCloseHandler",
|
|
391
407
|
"kind": 128,
|
|
392
408
|
"kindString": "Class",
|
|
@@ -396,7 +412,7 @@
|
|
|
396
412
|
},
|
|
397
413
|
"children": [
|
|
398
414
|
{
|
|
399
|
-
"id":
|
|
415
|
+
"id": 127,
|
|
400
416
|
"name": "constructor",
|
|
401
417
|
"kind": 512,
|
|
402
418
|
"kindString": "Constructor",
|
|
@@ -410,14 +426,14 @@
|
|
|
410
426
|
],
|
|
411
427
|
"signatures": [
|
|
412
428
|
{
|
|
413
|
-
"id":
|
|
429
|
+
"id": 128,
|
|
414
430
|
"name": "new SkyModalBeforeCloseHandler",
|
|
415
431
|
"kind": 16384,
|
|
416
432
|
"kindString": "Constructor signature",
|
|
417
433
|
"flags": {},
|
|
418
434
|
"parameters": [
|
|
419
435
|
{
|
|
420
|
-
"id":
|
|
436
|
+
"id": 129,
|
|
421
437
|
"name": "closeModal",
|
|
422
438
|
"kind": 32768,
|
|
423
439
|
"kindString": "Parameter",
|
|
@@ -430,21 +446,21 @@
|
|
|
430
446
|
}
|
|
431
447
|
},
|
|
432
448
|
{
|
|
433
|
-
"id":
|
|
449
|
+
"id": 130,
|
|
434
450
|
"name": "closeArgs",
|
|
435
451
|
"kind": 32768,
|
|
436
452
|
"kindString": "Parameter",
|
|
437
453
|
"flags": {},
|
|
438
454
|
"type": {
|
|
439
455
|
"type": "reference",
|
|
440
|
-
"id":
|
|
456
|
+
"id": 133,
|
|
441
457
|
"name": "SkyModalCloseArgs"
|
|
442
458
|
}
|
|
443
459
|
}
|
|
444
460
|
],
|
|
445
461
|
"type": {
|
|
446
462
|
"type": "reference",
|
|
447
|
-
"id":
|
|
463
|
+
"id": 126,
|
|
448
464
|
"name": "SkyModalBeforeCloseHandler"
|
|
449
465
|
}
|
|
450
466
|
}
|
|
@@ -456,15 +472,15 @@
|
|
|
456
472
|
"title": "Constructors",
|
|
457
473
|
"kind": 512,
|
|
458
474
|
"children": [
|
|
459
|
-
|
|
475
|
+
127
|
|
460
476
|
]
|
|
461
477
|
},
|
|
462
478
|
{
|
|
463
479
|
"title": "Properties",
|
|
464
480
|
"kind": 1024,
|
|
465
481
|
"children": [
|
|
466
|
-
|
|
467
|
-
|
|
482
|
+
132,
|
|
483
|
+
131
|
|
468
484
|
]
|
|
469
485
|
}
|
|
470
486
|
],
|
|
@@ -477,7 +493,7 @@
|
|
|
477
493
|
]
|
|
478
494
|
},
|
|
479
495
|
{
|
|
480
|
-
"id":
|
|
496
|
+
"id": 133,
|
|
481
497
|
"name": "SkyModalCloseArgs",
|
|
482
498
|
"kind": 128,
|
|
483
499
|
"kindString": "Class",
|
|
@@ -487,7 +503,7 @@
|
|
|
487
503
|
},
|
|
488
504
|
"children": [
|
|
489
505
|
{
|
|
490
|
-
"id":
|
|
506
|
+
"id": 137,
|
|
491
507
|
"name": "data",
|
|
492
508
|
"kind": 1024,
|
|
493
509
|
"kindString": "Property",
|
|
@@ -510,7 +526,7 @@
|
|
|
510
526
|
}
|
|
511
527
|
},
|
|
512
528
|
{
|
|
513
|
-
"id":
|
|
529
|
+
"id": 136,
|
|
514
530
|
"name": "reason",
|
|
515
531
|
"kind": 1024,
|
|
516
532
|
"kindString": "Property",
|
|
@@ -538,15 +554,15 @@
|
|
|
538
554
|
"title": "Constructors",
|
|
539
555
|
"kind": 512,
|
|
540
556
|
"children": [
|
|
541
|
-
|
|
557
|
+
134
|
|
542
558
|
]
|
|
543
559
|
},
|
|
544
560
|
{
|
|
545
561
|
"title": "Properties",
|
|
546
562
|
"kind": 1024,
|
|
547
563
|
"children": [
|
|
548
|
-
|
|
549
|
-
|
|
564
|
+
137,
|
|
565
|
+
136
|
|
550
566
|
]
|
|
551
567
|
}
|
|
552
568
|
],
|
|
@@ -559,14 +575,14 @@
|
|
|
559
575
|
]
|
|
560
576
|
},
|
|
561
577
|
{
|
|
562
|
-
"id":
|
|
578
|
+
"id": 175,
|
|
563
579
|
"name": "SkyModalInstance",
|
|
564
580
|
"kind": 128,
|
|
565
581
|
"kindString": "Class",
|
|
566
582
|
"flags": {},
|
|
567
583
|
"children": [
|
|
568
584
|
{
|
|
569
|
-
"id":
|
|
585
|
+
"id": 184,
|
|
570
586
|
"name": "componentInstance",
|
|
571
587
|
"kind": 1024,
|
|
572
588
|
"kindString": "Property",
|
|
@@ -589,7 +605,7 @@
|
|
|
589
605
|
}
|
|
590
606
|
},
|
|
591
607
|
{
|
|
592
|
-
"id":
|
|
608
|
+
"id": 178,
|
|
593
609
|
"name": "beforeClose",
|
|
594
610
|
"kind": 262144,
|
|
595
611
|
"kindString": "Accessor",
|
|
@@ -605,7 +621,7 @@
|
|
|
605
621
|
],
|
|
606
622
|
"getSignature": [
|
|
607
623
|
{
|
|
608
|
-
"id":
|
|
624
|
+
"id": 179,
|
|
609
625
|
"name": "beforeClose",
|
|
610
626
|
"kind": 524288,
|
|
611
627
|
"kindString": "Get signature",
|
|
@@ -618,7 +634,7 @@
|
|
|
618
634
|
"typeArguments": [
|
|
619
635
|
{
|
|
620
636
|
"type": "reference",
|
|
621
|
-
"id":
|
|
637
|
+
"id": 126,
|
|
622
638
|
"name": "SkyModalBeforeCloseHandler"
|
|
623
639
|
}
|
|
624
640
|
],
|
|
@@ -630,7 +646,7 @@
|
|
|
630
646
|
]
|
|
631
647
|
},
|
|
632
648
|
{
|
|
633
|
-
"id":
|
|
649
|
+
"id": 180,
|
|
634
650
|
"name": "closed",
|
|
635
651
|
"kind": 262144,
|
|
636
652
|
"kindString": "Accessor",
|
|
@@ -646,7 +662,7 @@
|
|
|
646
662
|
],
|
|
647
663
|
"getSignature": [
|
|
648
664
|
{
|
|
649
|
-
"id":
|
|
665
|
+
"id": 181,
|
|
650
666
|
"name": "closed",
|
|
651
667
|
"kind": 524288,
|
|
652
668
|
"kindString": "Get signature",
|
|
@@ -659,7 +675,7 @@
|
|
|
659
675
|
"typeArguments": [
|
|
660
676
|
{
|
|
661
677
|
"type": "reference",
|
|
662
|
-
"id":
|
|
678
|
+
"id": 133,
|
|
663
679
|
"name": "SkyModalCloseArgs"
|
|
664
680
|
}
|
|
665
681
|
],
|
|
@@ -671,7 +687,7 @@
|
|
|
671
687
|
]
|
|
672
688
|
},
|
|
673
689
|
{
|
|
674
|
-
"id":
|
|
690
|
+
"id": 182,
|
|
675
691
|
"name": "helpOpened",
|
|
676
692
|
"kind": 262144,
|
|
677
693
|
"kindString": "Accessor",
|
|
@@ -687,7 +703,7 @@
|
|
|
687
703
|
],
|
|
688
704
|
"getSignature": [
|
|
689
705
|
{
|
|
690
|
-
"id":
|
|
706
|
+
"id": 183,
|
|
691
707
|
"name": "helpOpened",
|
|
692
708
|
"kind": 524288,
|
|
693
709
|
"kindString": "Get signature",
|
|
@@ -711,7 +727,7 @@
|
|
|
711
727
|
]
|
|
712
728
|
},
|
|
713
729
|
{
|
|
714
|
-
"id":
|
|
730
|
+
"id": 193,
|
|
715
731
|
"name": "cancel",
|
|
716
732
|
"kind": 2048,
|
|
717
733
|
"kindString": "Method",
|
|
@@ -727,7 +743,7 @@
|
|
|
727
743
|
],
|
|
728
744
|
"signatures": [
|
|
729
745
|
{
|
|
730
|
-
"id":
|
|
746
|
+
"id": 194,
|
|
731
747
|
"name": "cancel",
|
|
732
748
|
"kind": 4096,
|
|
733
749
|
"kindString": "Call signature",
|
|
@@ -737,7 +753,7 @@
|
|
|
737
753
|
},
|
|
738
754
|
"parameters": [
|
|
739
755
|
{
|
|
740
|
-
"id":
|
|
756
|
+
"id": 195,
|
|
741
757
|
"name": "result",
|
|
742
758
|
"kind": 32768,
|
|
743
759
|
"kindString": "Parameter",
|
|
@@ -761,7 +777,7 @@
|
|
|
761
777
|
]
|
|
762
778
|
},
|
|
763
779
|
{
|
|
764
|
-
"id":
|
|
780
|
+
"id": 188,
|
|
765
781
|
"name": "close",
|
|
766
782
|
"kind": 2048,
|
|
767
783
|
"kindString": "Method",
|
|
@@ -777,7 +793,7 @@
|
|
|
777
793
|
],
|
|
778
794
|
"signatures": [
|
|
779
795
|
{
|
|
780
|
-
"id":
|
|
796
|
+
"id": 189,
|
|
781
797
|
"name": "close",
|
|
782
798
|
"kind": 4096,
|
|
783
799
|
"kindString": "Call signature",
|
|
@@ -787,7 +803,7 @@
|
|
|
787
803
|
},
|
|
788
804
|
"parameters": [
|
|
789
805
|
{
|
|
790
|
-
"id":
|
|
806
|
+
"id": 190,
|
|
791
807
|
"name": "result",
|
|
792
808
|
"kind": 32768,
|
|
793
809
|
"kindString": "Parameter",
|
|
@@ -803,7 +819,7 @@
|
|
|
803
819
|
}
|
|
804
820
|
},
|
|
805
821
|
{
|
|
806
|
-
"id":
|
|
822
|
+
"id": 191,
|
|
807
823
|
"name": "reason",
|
|
808
824
|
"kind": 32768,
|
|
809
825
|
"kindString": "Parameter",
|
|
@@ -819,7 +835,7 @@
|
|
|
819
835
|
}
|
|
820
836
|
},
|
|
821
837
|
{
|
|
822
|
-
"id":
|
|
838
|
+
"id": 192,
|
|
823
839
|
"name": "ignoreBeforeClose",
|
|
824
840
|
"kind": 32768,
|
|
825
841
|
"kindString": "Parameter",
|
|
@@ -843,7 +859,7 @@
|
|
|
843
859
|
]
|
|
844
860
|
},
|
|
845
861
|
{
|
|
846
|
-
"id":
|
|
862
|
+
"id": 199,
|
|
847
863
|
"name": "openHelp",
|
|
848
864
|
"kind": 2048,
|
|
849
865
|
"kindString": "Method",
|
|
@@ -859,7 +875,7 @@
|
|
|
859
875
|
],
|
|
860
876
|
"signatures": [
|
|
861
877
|
{
|
|
862
|
-
"id":
|
|
878
|
+
"id": 200,
|
|
863
879
|
"name": "openHelp",
|
|
864
880
|
"kind": 4096,
|
|
865
881
|
"kindString": "Call signature",
|
|
@@ -869,7 +885,7 @@
|
|
|
869
885
|
},
|
|
870
886
|
"parameters": [
|
|
871
887
|
{
|
|
872
|
-
"id":
|
|
888
|
+
"id": 201,
|
|
873
889
|
"name": "helpKey",
|
|
874
890
|
"kind": 32768,
|
|
875
891
|
"kindString": "Parameter",
|
|
@@ -891,7 +907,7 @@
|
|
|
891
907
|
]
|
|
892
908
|
},
|
|
893
909
|
{
|
|
894
|
-
"id":
|
|
910
|
+
"id": 196,
|
|
895
911
|
"name": "save",
|
|
896
912
|
"kind": 2048,
|
|
897
913
|
"kindString": "Method",
|
|
@@ -907,7 +923,7 @@
|
|
|
907
923
|
],
|
|
908
924
|
"signatures": [
|
|
909
925
|
{
|
|
910
|
-
"id":
|
|
926
|
+
"id": 197,
|
|
911
927
|
"name": "save",
|
|
912
928
|
"kind": 4096,
|
|
913
929
|
"kindString": "Call signature",
|
|
@@ -917,7 +933,7 @@
|
|
|
917
933
|
},
|
|
918
934
|
"parameters": [
|
|
919
935
|
{
|
|
920
|
-
"id":
|
|
936
|
+
"id": 198,
|
|
921
937
|
"name": "result",
|
|
922
938
|
"kind": 32768,
|
|
923
939
|
"kindString": "Parameter",
|
|
@@ -946,33 +962,33 @@
|
|
|
946
962
|
"title": "Constructors",
|
|
947
963
|
"kind": 512,
|
|
948
964
|
"children": [
|
|
949
|
-
|
|
965
|
+
176
|
|
950
966
|
]
|
|
951
967
|
},
|
|
952
968
|
{
|
|
953
969
|
"title": "Properties",
|
|
954
970
|
"kind": 1024,
|
|
955
971
|
"children": [
|
|
956
|
-
|
|
972
|
+
184
|
|
957
973
|
]
|
|
958
974
|
},
|
|
959
975
|
{
|
|
960
976
|
"title": "Accessors",
|
|
961
977
|
"kind": 262144,
|
|
962
978
|
"children": [
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
979
|
+
178,
|
|
980
|
+
180,
|
|
981
|
+
182
|
|
966
982
|
]
|
|
967
983
|
},
|
|
968
984
|
{
|
|
969
985
|
"title": "Methods",
|
|
970
986
|
"kind": 2048,
|
|
971
987
|
"children": [
|
|
972
|
-
198,
|
|
973
988
|
193,
|
|
974
|
-
|
|
975
|
-
|
|
989
|
+
188,
|
|
990
|
+
199,
|
|
991
|
+
196
|
|
976
992
|
]
|
|
977
993
|
}
|
|
978
994
|
],
|
|
@@ -985,7 +1001,7 @@
|
|
|
985
1001
|
]
|
|
986
1002
|
},
|
|
987
1003
|
{
|
|
988
|
-
"id":
|
|
1004
|
+
"id": 220,
|
|
989
1005
|
"name": "SkyModalModule",
|
|
990
1006
|
"kind": 128,
|
|
991
1007
|
"kindString": "Class",
|
|
@@ -1000,7 +1016,7 @@
|
|
|
1000
1016
|
"name": "NgModule"
|
|
1001
1017
|
},
|
|
1002
1018
|
"arguments": {
|
|
1003
|
-
"obj": "{\n declarations: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalHostComponent,\n SkyModalScrollShadowDirective,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyIconModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n ],\n}"
|
|
1019
|
+
"obj": "{\n declarations: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalHostComponent,\n SkyModalScrollShadowDirective,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyIconModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n ],\n}"
|
|
1004
1020
|
}
|
|
1005
1021
|
}
|
|
1006
1022
|
],
|
|
@@ -1010,20 +1026,20 @@
|
|
|
1010
1026
|
"title": "Constructors",
|
|
1011
1027
|
"kind": 512,
|
|
1012
1028
|
"children": [
|
|
1013
|
-
|
|
1029
|
+
221
|
|
1014
1030
|
]
|
|
1015
1031
|
}
|
|
1016
1032
|
],
|
|
1017
1033
|
"sources": [
|
|
1018
1034
|
{
|
|
1019
1035
|
"fileName": "projects/modals/src/modules/modal/modal.module.ts",
|
|
1020
|
-
"line":
|
|
1036
|
+
"line": 41,
|
|
1021
1037
|
"character": 13
|
|
1022
1038
|
}
|
|
1023
1039
|
]
|
|
1024
1040
|
},
|
|
1025
1041
|
{
|
|
1026
|
-
"id":
|
|
1042
|
+
"id": 223,
|
|
1027
1043
|
"name": "SkyModalService",
|
|
1028
1044
|
"kind": 128,
|
|
1029
1045
|
"kindString": "Class",
|
|
@@ -1053,7 +1069,7 @@
|
|
|
1053
1069
|
],
|
|
1054
1070
|
"children": [
|
|
1055
1071
|
{
|
|
1056
|
-
"id":
|
|
1072
|
+
"id": 225,
|
|
1057
1073
|
"name": "constructor",
|
|
1058
1074
|
"kind": 512,
|
|
1059
1075
|
"kindString": "Constructor",
|
|
@@ -1061,26 +1077,24 @@
|
|
|
1061
1077
|
"sources": [
|
|
1062
1078
|
{
|
|
1063
1079
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1064
|
-
"line":
|
|
1080
|
+
"line": 24,
|
|
1065
1081
|
"character": 2
|
|
1066
1082
|
}
|
|
1067
1083
|
],
|
|
1068
1084
|
"signatures": [
|
|
1069
1085
|
{
|
|
1070
|
-
"id":
|
|
1086
|
+
"id": 226,
|
|
1071
1087
|
"name": "new SkyModalService",
|
|
1072
1088
|
"kind": 16384,
|
|
1073
1089
|
"kindString": "Constructor signature",
|
|
1074
1090
|
"flags": {},
|
|
1075
1091
|
"parameters": [
|
|
1076
1092
|
{
|
|
1077
|
-
"id":
|
|
1093
|
+
"id": 227,
|
|
1078
1094
|
"name": "dynamicComponentService",
|
|
1079
1095
|
"kind": 32768,
|
|
1080
1096
|
"kindString": "Parameter",
|
|
1081
|
-
"flags": {
|
|
1082
|
-
"isOptional": true
|
|
1083
|
-
},
|
|
1097
|
+
"flags": {},
|
|
1084
1098
|
"type": {
|
|
1085
1099
|
"type": "reference",
|
|
1086
1100
|
"name": "SkyDynamicComponentService"
|
|
@@ -1089,14 +1103,14 @@
|
|
|
1089
1103
|
],
|
|
1090
1104
|
"type": {
|
|
1091
1105
|
"type": "reference",
|
|
1092
|
-
"id":
|
|
1106
|
+
"id": 223,
|
|
1093
1107
|
"name": "SkyModalService"
|
|
1094
1108
|
}
|
|
1095
1109
|
}
|
|
1096
1110
|
]
|
|
1097
1111
|
},
|
|
1098
1112
|
{
|
|
1099
|
-
"id":
|
|
1113
|
+
"id": 231,
|
|
1100
1114
|
"name": "open",
|
|
1101
1115
|
"kind": 2048,
|
|
1102
1116
|
"kindString": "Method",
|
|
@@ -1106,13 +1120,13 @@
|
|
|
1106
1120
|
"sources": [
|
|
1107
1121
|
{
|
|
1108
1122
|
"fileName": "projects/modals/src/modules/modal/modal.service.ts",
|
|
1109
|
-
"line":
|
|
1123
|
+
"line": 44,
|
|
1110
1124
|
"character": 9
|
|
1111
1125
|
}
|
|
1112
1126
|
],
|
|
1113
1127
|
"signatures": [
|
|
1114
1128
|
{
|
|
1115
|
-
"id":
|
|
1129
|
+
"id": 232,
|
|
1116
1130
|
"name": "open",
|
|
1117
1131
|
"kind": 4096,
|
|
1118
1132
|
"kindString": "Call signature",
|
|
@@ -1122,7 +1136,7 @@
|
|
|
1122
1136
|
},
|
|
1123
1137
|
"parameters": [
|
|
1124
1138
|
{
|
|
1125
|
-
"id":
|
|
1139
|
+
"id": 233,
|
|
1126
1140
|
"name": "component",
|
|
1127
1141
|
"kind": 32768,
|
|
1128
1142
|
"kindString": "Parameter",
|
|
@@ -1136,7 +1150,7 @@
|
|
|
1136
1150
|
}
|
|
1137
1151
|
},
|
|
1138
1152
|
{
|
|
1139
|
-
"id":
|
|
1153
|
+
"id": 234,
|
|
1140
1154
|
"name": "config",
|
|
1141
1155
|
"kind": 32768,
|
|
1142
1156
|
"kindString": "Parameter",
|
|
@@ -1158,7 +1172,7 @@
|
|
|
1158
1172
|
},
|
|
1159
1173
|
{
|
|
1160
1174
|
"type": "reference",
|
|
1161
|
-
"id":
|
|
1175
|
+
"id": 210,
|
|
1162
1176
|
"name": "SkyModalConfigurationInterface"
|
|
1163
1177
|
}
|
|
1164
1178
|
]
|
|
@@ -1167,7 +1181,7 @@
|
|
|
1167
1181
|
],
|
|
1168
1182
|
"type": {
|
|
1169
1183
|
"type": "reference",
|
|
1170
|
-
"id":
|
|
1184
|
+
"id": 175,
|
|
1171
1185
|
"name": "SkyModalInstance"
|
|
1172
1186
|
}
|
|
1173
1187
|
}
|
|
@@ -1179,14 +1193,14 @@
|
|
|
1179
1193
|
"title": "Constructors",
|
|
1180
1194
|
"kind": 512,
|
|
1181
1195
|
"children": [
|
|
1182
|
-
|
|
1196
|
+
225
|
|
1183
1197
|
]
|
|
1184
1198
|
},
|
|
1185
1199
|
{
|
|
1186
1200
|
"title": "Methods",
|
|
1187
1201
|
"kind": 2048,
|
|
1188
1202
|
"children": [
|
|
1189
|
-
|
|
1203
|
+
231
|
|
1190
1204
|
]
|
|
1191
1205
|
}
|
|
1192
1206
|
],
|
|
@@ -1228,7 +1242,7 @@
|
|
|
1228
1242
|
"sources": [
|
|
1229
1243
|
{
|
|
1230
1244
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1231
|
-
"line":
|
|
1245
|
+
"line": 32,
|
|
1232
1246
|
"character": 2
|
|
1233
1247
|
}
|
|
1234
1248
|
],
|
|
@@ -1262,7 +1276,7 @@
|
|
|
1262
1276
|
],
|
|
1263
1277
|
"type": {
|
|
1264
1278
|
"type": "reference",
|
|
1265
|
-
"id":
|
|
1279
|
+
"id": 100,
|
|
1266
1280
|
"name": "SkyConfirmConfig"
|
|
1267
1281
|
}
|
|
1268
1282
|
},
|
|
@@ -1274,7 +1288,7 @@
|
|
|
1274
1288
|
"flags": {},
|
|
1275
1289
|
"type": {
|
|
1276
1290
|
"type": "reference",
|
|
1277
|
-
"id":
|
|
1291
|
+
"id": 175,
|
|
1278
1292
|
"name": "SkyModalInstance"
|
|
1279
1293
|
}
|
|
1280
1294
|
},
|
|
@@ -1284,18 +1298,6 @@
|
|
|
1284
1298
|
"kind": 32768,
|
|
1285
1299
|
"kindString": "Parameter",
|
|
1286
1300
|
"flags": {},
|
|
1287
|
-
"decorators": [
|
|
1288
|
-
{
|
|
1289
|
-
"name": "Optional",
|
|
1290
|
-
"type": {
|
|
1291
|
-
"type": "reference",
|
|
1292
|
-
"qualifiedName": "OptionalDecorator",
|
|
1293
|
-
"package": "@angular/core",
|
|
1294
|
-
"name": "Optional"
|
|
1295
|
-
},
|
|
1296
|
-
"arguments": {}
|
|
1297
|
-
}
|
|
1298
|
-
],
|
|
1299
1301
|
"type": {
|
|
1300
1302
|
"type": "reference",
|
|
1301
1303
|
"name": "SkyLibResourcesService"
|
|
@@ -1321,7 +1323,7 @@
|
|
|
1321
1323
|
"sources": [
|
|
1322
1324
|
{
|
|
1323
1325
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1324
|
-
"line":
|
|
1326
|
+
"line": 24,
|
|
1325
1327
|
"character": 9
|
|
1326
1328
|
}
|
|
1327
1329
|
],
|
|
@@ -1341,7 +1343,7 @@
|
|
|
1341
1343
|
"sources": [
|
|
1342
1344
|
{
|
|
1343
1345
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1344
|
-
"line":
|
|
1346
|
+
"line": 22,
|
|
1345
1347
|
"character": 9
|
|
1346
1348
|
}
|
|
1347
1349
|
],
|
|
@@ -1364,7 +1366,7 @@
|
|
|
1364
1366
|
"sources": [
|
|
1365
1367
|
{
|
|
1366
1368
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1367
|
-
"line":
|
|
1369
|
+
"line": 26,
|
|
1368
1370
|
"character": 9
|
|
1369
1371
|
}
|
|
1370
1372
|
],
|
|
@@ -1385,7 +1387,7 @@
|
|
|
1385
1387
|
"sources": [
|
|
1386
1388
|
{
|
|
1387
1389
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1388
|
-
"line":
|
|
1390
|
+
"line": 23,
|
|
1389
1391
|
"character": 9
|
|
1390
1392
|
}
|
|
1391
1393
|
],
|
|
@@ -1405,7 +1407,7 @@
|
|
|
1405
1407
|
"sources": [
|
|
1406
1408
|
{
|
|
1407
1409
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1408
|
-
"line":
|
|
1410
|
+
"line": 25,
|
|
1409
1411
|
"character": 9
|
|
1410
1412
|
}
|
|
1411
1413
|
],
|
|
@@ -1426,7 +1428,7 @@
|
|
|
1426
1428
|
"sources": [
|
|
1427
1429
|
{
|
|
1428
1430
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1429
|
-
"line":
|
|
1431
|
+
"line": 62,
|
|
1430
1432
|
"character": 9
|
|
1431
1433
|
}
|
|
1432
1434
|
],
|
|
@@ -1488,7 +1490,7 @@
|
|
|
1488
1490
|
"sources": [
|
|
1489
1491
|
{
|
|
1490
1492
|
"fileName": "projects/modals/src/modules/confirm/confirm.component.ts",
|
|
1491
|
-
"line":
|
|
1493
|
+
"line": 21,
|
|
1492
1494
|
"character": 13
|
|
1493
1495
|
}
|
|
1494
1496
|
]
|
|
@@ -1894,6 +1896,49 @@
|
|
|
1894
1896
|
},
|
|
1895
1897
|
"defaultValue": "..."
|
|
1896
1898
|
},
|
|
1899
|
+
{
|
|
1900
|
+
"id": 61,
|
|
1901
|
+
"name": "modalContentWrapperElement",
|
|
1902
|
+
"kind": 1024,
|
|
1903
|
+
"kindString": "Property",
|
|
1904
|
+
"flags": {
|
|
1905
|
+
"isPublic": true
|
|
1906
|
+
},
|
|
1907
|
+
"decorators": [
|
|
1908
|
+
{
|
|
1909
|
+
"name": "ViewChild",
|
|
1910
|
+
"type": {
|
|
1911
|
+
"type": "reference",
|
|
1912
|
+
"qualifiedName": "ViewChildDecorator",
|
|
1913
|
+
"package": "@angular/core",
|
|
1914
|
+
"name": "ViewChild"
|
|
1915
|
+
},
|
|
1916
|
+
"arguments": {
|
|
1917
|
+
"selector": "'modalContentWrapper'",
|
|
1918
|
+
"opts": "{ read: ElementRef }"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1922
|
+
"sources": [
|
|
1923
|
+
{
|
|
1924
|
+
"fileName": "projects/modals/src/modules/modal/modal.component.ts",
|
|
1925
|
+
"line": 89,
|
|
1926
|
+
"character": 9
|
|
1927
|
+
}
|
|
1928
|
+
],
|
|
1929
|
+
"type": {
|
|
1930
|
+
"type": "reference",
|
|
1931
|
+
"typeArguments": [
|
|
1932
|
+
{
|
|
1933
|
+
"type": "intrinsic",
|
|
1934
|
+
"name": "any"
|
|
1935
|
+
}
|
|
1936
|
+
],
|
|
1937
|
+
"qualifiedName": "ElementRef",
|
|
1938
|
+
"package": "@angular/core",
|
|
1939
|
+
"name": "ElementRef"
|
|
1940
|
+
}
|
|
1941
|
+
},
|
|
1897
1942
|
{
|
|
1898
1943
|
"id": 57,
|
|
1899
1944
|
"name": "modalHeaderId",
|
|
@@ -2398,6 +2443,7 @@
|
|
|
2398
2443
|
50,
|
|
2399
2444
|
54,
|
|
2400
2445
|
56,
|
|
2446
|
+
61,
|
|
2401
2447
|
57,
|
|
2402
2448
|
55,
|
|
2403
2449
|
58,
|
|
@@ -2445,14 +2491,14 @@
|
|
|
2445
2491
|
]
|
|
2446
2492
|
},
|
|
2447
2493
|
{
|
|
2448
|
-
"id":
|
|
2494
|
+
"id": 92,
|
|
2449
2495
|
"name": "SkyConfirmButtonConfig",
|
|
2450
2496
|
"kind": 256,
|
|
2451
2497
|
"kindString": "Interface",
|
|
2452
2498
|
"flags": {},
|
|
2453
2499
|
"children": [
|
|
2454
2500
|
{
|
|
2455
|
-
"id":
|
|
2501
|
+
"id": 93,
|
|
2456
2502
|
"name": "action",
|
|
2457
2503
|
"kind": 1024,
|
|
2458
2504
|
"kindString": "Property",
|
|
@@ -2473,7 +2519,7 @@
|
|
|
2473
2519
|
}
|
|
2474
2520
|
},
|
|
2475
2521
|
{
|
|
2476
|
-
"id":
|
|
2522
|
+
"id": 96,
|
|
2477
2523
|
"name": "autofocus",
|
|
2478
2524
|
"kind": 1024,
|
|
2479
2525
|
"kindString": "Property",
|
|
@@ -2502,7 +2548,7 @@
|
|
|
2502
2548
|
}
|
|
2503
2549
|
},
|
|
2504
2550
|
{
|
|
2505
|
-
"id":
|
|
2551
|
+
"id": 95,
|
|
2506
2552
|
"name": "styleType",
|
|
2507
2553
|
"kind": 1024,
|
|
2508
2554
|
"kindString": "Property",
|
|
@@ -2525,7 +2571,7 @@
|
|
|
2525
2571
|
}
|
|
2526
2572
|
},
|
|
2527
2573
|
{
|
|
2528
|
-
"id":
|
|
2574
|
+
"id": 94,
|
|
2529
2575
|
"name": "text",
|
|
2530
2576
|
"kind": 1024,
|
|
2531
2577
|
"kindString": "Property",
|
|
@@ -2551,10 +2597,10 @@
|
|
|
2551
2597
|
"title": "Properties",
|
|
2552
2598
|
"kind": 1024,
|
|
2553
2599
|
"children": [
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2600
|
+
93,
|
|
2601
|
+
96,
|
|
2602
|
+
95,
|
|
2603
|
+
94
|
|
2558
2604
|
]
|
|
2559
2605
|
}
|
|
2560
2606
|
],
|
|
@@ -2567,14 +2613,14 @@
|
|
|
2567
2613
|
]
|
|
2568
2614
|
},
|
|
2569
2615
|
{
|
|
2570
|
-
"id":
|
|
2616
|
+
"id": 98,
|
|
2571
2617
|
"name": "SkyConfirmCloseEventArgs",
|
|
2572
2618
|
"kind": 256,
|
|
2573
2619
|
"kindString": "Interface",
|
|
2574
2620
|
"flags": {},
|
|
2575
2621
|
"children": [
|
|
2576
2622
|
{
|
|
2577
|
-
"id":
|
|
2623
|
+
"id": 99,
|
|
2578
2624
|
"name": "action",
|
|
2579
2625
|
"kind": 1024,
|
|
2580
2626
|
"kindString": "Property",
|
|
@@ -2600,7 +2646,7 @@
|
|
|
2600
2646
|
"title": "Properties",
|
|
2601
2647
|
"kind": 1024,
|
|
2602
2648
|
"children": [
|
|
2603
|
-
|
|
2649
|
+
99
|
|
2604
2650
|
]
|
|
2605
2651
|
}
|
|
2606
2652
|
],
|
|
@@ -2613,14 +2659,14 @@
|
|
|
2613
2659
|
]
|
|
2614
2660
|
},
|
|
2615
2661
|
{
|
|
2616
|
-
"id":
|
|
2662
|
+
"id": 100,
|
|
2617
2663
|
"name": "SkyConfirmConfig",
|
|
2618
2664
|
"kind": 256,
|
|
2619
2665
|
"kindString": "Interface",
|
|
2620
2666
|
"flags": {},
|
|
2621
2667
|
"children": [
|
|
2622
2668
|
{
|
|
2623
|
-
"id":
|
|
2669
|
+
"id": 102,
|
|
2624
2670
|
"name": "body",
|
|
2625
2671
|
"kind": 1024,
|
|
2626
2672
|
"kindString": "Property",
|
|
@@ -2643,7 +2689,7 @@
|
|
|
2643
2689
|
}
|
|
2644
2690
|
},
|
|
2645
2691
|
{
|
|
2646
|
-
"id":
|
|
2692
|
+
"id": 103,
|
|
2647
2693
|
"name": "buttons",
|
|
2648
2694
|
"kind": 1024,
|
|
2649
2695
|
"kindString": "Property",
|
|
@@ -2664,13 +2710,13 @@
|
|
|
2664
2710
|
"type": "array",
|
|
2665
2711
|
"elementType": {
|
|
2666
2712
|
"type": "reference",
|
|
2667
|
-
"id":
|
|
2713
|
+
"id": 92,
|
|
2668
2714
|
"name": "SkyConfirmButtonConfig"
|
|
2669
2715
|
}
|
|
2670
2716
|
}
|
|
2671
2717
|
},
|
|
2672
2718
|
{
|
|
2673
|
-
"id":
|
|
2719
|
+
"id": 101,
|
|
2674
2720
|
"name": "message",
|
|
2675
2721
|
"kind": 1024,
|
|
2676
2722
|
"kindString": "Property",
|
|
@@ -2697,7 +2743,7 @@
|
|
|
2697
2743
|
}
|
|
2698
2744
|
},
|
|
2699
2745
|
{
|
|
2700
|
-
"id":
|
|
2746
|
+
"id": 104,
|
|
2701
2747
|
"name": "preserveWhiteSpace",
|
|
2702
2748
|
"kind": 1024,
|
|
2703
2749
|
"kindString": "Property",
|
|
@@ -2726,7 +2772,7 @@
|
|
|
2726
2772
|
}
|
|
2727
2773
|
},
|
|
2728
2774
|
{
|
|
2729
|
-
"id":
|
|
2775
|
+
"id": 105,
|
|
2730
2776
|
"name": "type",
|
|
2731
2777
|
"kind": 1024,
|
|
2732
2778
|
"kindString": "Property",
|
|
@@ -2745,7 +2791,7 @@
|
|
|
2745
2791
|
],
|
|
2746
2792
|
"type": {
|
|
2747
2793
|
"type": "reference",
|
|
2748
|
-
"id":
|
|
2794
|
+
"id": 110,
|
|
2749
2795
|
"name": "SkyConfirmType"
|
|
2750
2796
|
}
|
|
2751
2797
|
}
|
|
@@ -2755,11 +2801,11 @@
|
|
|
2755
2801
|
"title": "Properties",
|
|
2756
2802
|
"kind": 1024,
|
|
2757
2803
|
"children": [
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2804
|
+
102,
|
|
2805
|
+
103,
|
|
2806
|
+
101,
|
|
2807
|
+
104,
|
|
2808
|
+
105
|
|
2763
2809
|
]
|
|
2764
2810
|
}
|
|
2765
2811
|
],
|
|
@@ -2772,7 +2818,7 @@
|
|
|
2772
2818
|
]
|
|
2773
2819
|
},
|
|
2774
2820
|
{
|
|
2775
|
-
"id":
|
|
2821
|
+
"id": 210,
|
|
2776
2822
|
"name": "SkyModalConfigurationInterface",
|
|
2777
2823
|
"kind": 256,
|
|
2778
2824
|
"kindString": "Interface",
|
|
@@ -2782,7 +2828,7 @@
|
|
|
2782
2828
|
},
|
|
2783
2829
|
"children": [
|
|
2784
2830
|
{
|
|
2785
|
-
"id":
|
|
2831
|
+
"id": 214,
|
|
2786
2832
|
"name": "ariaDescribedBy",
|
|
2787
2833
|
"kind": 1024,
|
|
2788
2834
|
"kindString": "Property",
|
|
@@ -2795,7 +2841,7 @@
|
|
|
2795
2841
|
"sources": [
|
|
2796
2842
|
{
|
|
2797
2843
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2798
|
-
"line":
|
|
2844
|
+
"line": 37,
|
|
2799
2845
|
"character": 2
|
|
2800
2846
|
}
|
|
2801
2847
|
],
|
|
@@ -2805,7 +2851,7 @@
|
|
|
2805
2851
|
}
|
|
2806
2852
|
},
|
|
2807
2853
|
{
|
|
2808
|
-
"id":
|
|
2854
|
+
"id": 215,
|
|
2809
2855
|
"name": "ariaLabelledBy",
|
|
2810
2856
|
"kind": 1024,
|
|
2811
2857
|
"kindString": "Property",
|
|
@@ -2818,7 +2864,7 @@
|
|
|
2818
2864
|
"sources": [
|
|
2819
2865
|
{
|
|
2820
2866
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2821
|
-
"line":
|
|
2867
|
+
"line": 46,
|
|
2822
2868
|
"character": 2
|
|
2823
2869
|
}
|
|
2824
2870
|
],
|
|
@@ -2828,7 +2874,7 @@
|
|
|
2828
2874
|
}
|
|
2829
2875
|
},
|
|
2830
2876
|
{
|
|
2831
|
-
"id":
|
|
2877
|
+
"id": 216,
|
|
2832
2878
|
"name": "ariaRole",
|
|
2833
2879
|
"kind": 1024,
|
|
2834
2880
|
"kindString": "Property",
|
|
@@ -2847,7 +2893,7 @@
|
|
|
2847
2893
|
"sources": [
|
|
2848
2894
|
{
|
|
2849
2895
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2850
|
-
"line":
|
|
2896
|
+
"line": 57,
|
|
2851
2897
|
"character": 2
|
|
2852
2898
|
}
|
|
2853
2899
|
],
|
|
@@ -2857,7 +2903,7 @@
|
|
|
2857
2903
|
}
|
|
2858
2904
|
},
|
|
2859
2905
|
{
|
|
2860
|
-
"id":
|
|
2906
|
+
"id": 211,
|
|
2861
2907
|
"name": "fullPage",
|
|
2862
2908
|
"kind": 1024,
|
|
2863
2909
|
"kindString": "Property",
|
|
@@ -2870,7 +2916,7 @@
|
|
|
2870
2916
|
"sources": [
|
|
2871
2917
|
{
|
|
2872
2918
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2873
|
-
"line":
|
|
2919
|
+
"line": 14,
|
|
2874
2920
|
"character": 2
|
|
2875
2921
|
}
|
|
2876
2922
|
],
|
|
@@ -2880,7 +2926,7 @@
|
|
|
2880
2926
|
}
|
|
2881
2927
|
},
|
|
2882
2928
|
{
|
|
2883
|
-
"id":
|
|
2929
|
+
"id": 218,
|
|
2884
2930
|
"name": "helpKey",
|
|
2885
2931
|
"kind": 1024,
|
|
2886
2932
|
"kindString": "Property",
|
|
@@ -2888,12 +2934,17 @@
|
|
|
2888
2934
|
"isOptional": true
|
|
2889
2935
|
},
|
|
2890
2936
|
"comment": {
|
|
2891
|
-
"
|
|
2937
|
+
"tags": [
|
|
2938
|
+
{
|
|
2939
|
+
"tag": "deprecated",
|
|
2940
|
+
"text": "To display a help button in the modal header, include a help button element, such as `sky-help-inline`, in the `sky-modal-header` element and a `sky-control-help` CSS class on that help button element\nSpecifies a `helpKey` string. This property displays\nthe <i class=\"fa fa-question-circle\" aria-hidden=\"true\"></i> button in the modal header.\nWhen users click this button, the `helpOpened` event broadcasts the `helpKey` parameter.\nBlackbaud developers can use the Help Widget, which is for internal Blackbaud use only, to\n[display help content in a flyout panel](https://docs.blackbaud.com/bb-help-docs/components/modal-header).\n"
|
|
2941
|
+
}
|
|
2942
|
+
]
|
|
2892
2943
|
},
|
|
2893
2944
|
"sources": [
|
|
2894
2945
|
{
|
|
2895
2946
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2896
|
-
"line":
|
|
2947
|
+
"line": 74,
|
|
2897
2948
|
"character": 2
|
|
2898
2949
|
}
|
|
2899
2950
|
],
|
|
@@ -2903,7 +2954,7 @@
|
|
|
2903
2954
|
}
|
|
2904
2955
|
},
|
|
2905
2956
|
{
|
|
2906
|
-
"id":
|
|
2957
|
+
"id": 213,
|
|
2907
2958
|
"name": "providers",
|
|
2908
2959
|
"kind": 1024,
|
|
2909
2960
|
"kindString": "Property",
|
|
@@ -2916,20 +2967,22 @@
|
|
|
2916
2967
|
"sources": [
|
|
2917
2968
|
{
|
|
2918
2969
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2919
|
-
"line":
|
|
2970
|
+
"line": 27,
|
|
2920
2971
|
"character": 2
|
|
2921
2972
|
}
|
|
2922
2973
|
],
|
|
2923
2974
|
"type": {
|
|
2924
2975
|
"type": "array",
|
|
2925
2976
|
"elementType": {
|
|
2926
|
-
"type": "
|
|
2927
|
-
"
|
|
2977
|
+
"type": "reference",
|
|
2978
|
+
"qualifiedName": "StaticProvider",
|
|
2979
|
+
"package": "@angular/core",
|
|
2980
|
+
"name": "StaticProvider"
|
|
2928
2981
|
}
|
|
2929
2982
|
}
|
|
2930
2983
|
},
|
|
2931
2984
|
{
|
|
2932
|
-
"id":
|
|
2985
|
+
"id": 212,
|
|
2933
2986
|
"name": "size",
|
|
2934
2987
|
"kind": 1024,
|
|
2935
2988
|
"kindString": "Property",
|
|
@@ -2942,7 +2995,7 @@
|
|
|
2942
2995
|
"sources": [
|
|
2943
2996
|
{
|
|
2944
2997
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2945
|
-
"line":
|
|
2998
|
+
"line": 20,
|
|
2946
2999
|
"character": 2
|
|
2947
3000
|
}
|
|
2948
3001
|
],
|
|
@@ -2952,7 +3005,7 @@
|
|
|
2952
3005
|
}
|
|
2953
3006
|
},
|
|
2954
3007
|
{
|
|
2955
|
-
"id":
|
|
3008
|
+
"id": 217,
|
|
2956
3009
|
"name": "tiledBody",
|
|
2957
3010
|
"kind": 1024,
|
|
2958
3011
|
"kindString": "Property",
|
|
@@ -2965,7 +3018,7 @@
|
|
|
2965
3018
|
"sources": [
|
|
2966
3019
|
{
|
|
2967
3020
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2968
|
-
"line":
|
|
3021
|
+
"line": 64,
|
|
2969
3022
|
"character": 2
|
|
2970
3023
|
}
|
|
2971
3024
|
],
|
|
@@ -2975,7 +3028,7 @@
|
|
|
2975
3028
|
}
|
|
2976
3029
|
},
|
|
2977
3030
|
{
|
|
2978
|
-
"id":
|
|
3031
|
+
"id": 219,
|
|
2979
3032
|
"name": "wrapperClass",
|
|
2980
3033
|
"kind": 1024,
|
|
2981
3034
|
"kindString": "Property",
|
|
@@ -2988,7 +3041,7 @@
|
|
|
2988
3041
|
"sources": [
|
|
2989
3042
|
{
|
|
2990
3043
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
2991
|
-
"line":
|
|
3044
|
+
"line": 80,
|
|
2992
3045
|
"character": 2
|
|
2993
3046
|
}
|
|
2994
3047
|
],
|
|
@@ -3003,28 +3056,28 @@
|
|
|
3003
3056
|
"title": "Properties",
|
|
3004
3057
|
"kind": 1024,
|
|
3005
3058
|
"children": [
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
221,
|
|
3059
|
+
214,
|
|
3060
|
+
215,
|
|
3009
3061
|
216,
|
|
3010
|
-
|
|
3062
|
+
211,
|
|
3011
3063
|
218,
|
|
3064
|
+
213,
|
|
3065
|
+
212,
|
|
3012
3066
|
217,
|
|
3013
|
-
|
|
3014
|
-
224
|
|
3067
|
+
219
|
|
3015
3068
|
]
|
|
3016
3069
|
}
|
|
3017
3070
|
],
|
|
3018
3071
|
"sources": [
|
|
3019
3072
|
{
|
|
3020
3073
|
"fileName": "projects/modals/src/modules/modal/modal.interface.ts",
|
|
3021
|
-
"line":
|
|
3074
|
+
"line": 9,
|
|
3022
3075
|
"character": 17
|
|
3023
3076
|
}
|
|
3024
3077
|
]
|
|
3025
3078
|
},
|
|
3026
3079
|
{
|
|
3027
|
-
"id":
|
|
3080
|
+
"id": 97,
|
|
3028
3081
|
"name": "SkyConfirmButtonStyleType",
|
|
3029
3082
|
"kind": 4194304,
|
|
3030
3083
|
"kindString": "Type alias",
|
|
@@ -3059,7 +3112,7 @@
|
|
|
3059
3112
|
}
|
|
3060
3113
|
},
|
|
3061
3114
|
{
|
|
3062
|
-
"id":
|
|
3115
|
+
"id": 275,
|
|
3063
3116
|
"name": "SkyConfirmHarness",
|
|
3064
3117
|
"kind": 128,
|
|
3065
3118
|
"kindString": "Class",
|
|
@@ -3069,7 +3122,7 @@
|
|
|
3069
3122
|
},
|
|
3070
3123
|
"children": [
|
|
3071
3124
|
{
|
|
3072
|
-
"id":
|
|
3125
|
+
"id": 276,
|
|
3073
3126
|
"name": "hostSelector",
|
|
3074
3127
|
"kind": 1024,
|
|
3075
3128
|
"kindString": "Property",
|
|
@@ -3091,7 +3144,7 @@
|
|
|
3091
3144
|
"defaultValue": "'sky-confirm'"
|
|
3092
3145
|
},
|
|
3093
3146
|
{
|
|
3094
|
-
"id":
|
|
3147
|
+
"id": 289,
|
|
3095
3148
|
"name": "clickCustomButton",
|
|
3096
3149
|
"kind": 2048,
|
|
3097
3150
|
"kindString": "Method",
|
|
@@ -3107,7 +3160,7 @@
|
|
|
3107
3160
|
],
|
|
3108
3161
|
"signatures": [
|
|
3109
3162
|
{
|
|
3110
|
-
"id":
|
|
3163
|
+
"id": 290,
|
|
3111
3164
|
"name": "clickCustomButton",
|
|
3112
3165
|
"kind": 4096,
|
|
3113
3166
|
"kindString": "Call signature",
|
|
@@ -3117,14 +3170,14 @@
|
|
|
3117
3170
|
},
|
|
3118
3171
|
"parameters": [
|
|
3119
3172
|
{
|
|
3120
|
-
"id":
|
|
3173
|
+
"id": 291,
|
|
3121
3174
|
"name": "filters",
|
|
3122
3175
|
"kind": 32768,
|
|
3123
3176
|
"kindString": "Parameter",
|
|
3124
3177
|
"flags": {},
|
|
3125
3178
|
"type": {
|
|
3126
3179
|
"type": "reference",
|
|
3127
|
-
"id":
|
|
3180
|
+
"id": 367,
|
|
3128
3181
|
"name": "SkyConfirmButtonHarnessFilters"
|
|
3129
3182
|
}
|
|
3130
3183
|
}
|
|
@@ -3145,7 +3198,7 @@
|
|
|
3145
3198
|
]
|
|
3146
3199
|
},
|
|
3147
3200
|
{
|
|
3148
|
-
"id":
|
|
3201
|
+
"id": 292,
|
|
3149
3202
|
"name": "clickOkButton",
|
|
3150
3203
|
"kind": 2048,
|
|
3151
3204
|
"kindString": "Method",
|
|
@@ -3161,7 +3214,7 @@
|
|
|
3161
3214
|
],
|
|
3162
3215
|
"signatures": [
|
|
3163
3216
|
{
|
|
3164
|
-
"id":
|
|
3217
|
+
"id": 293,
|
|
3165
3218
|
"name": "clickOkButton",
|
|
3166
3219
|
"kind": 4096,
|
|
3167
3220
|
"kindString": "Call signature",
|
|
@@ -3185,7 +3238,7 @@
|
|
|
3185
3238
|
]
|
|
3186
3239
|
},
|
|
3187
3240
|
{
|
|
3188
|
-
"id":
|
|
3241
|
+
"id": 294,
|
|
3189
3242
|
"name": "getBodyText",
|
|
3190
3243
|
"kind": 2048,
|
|
3191
3244
|
"kindString": "Method",
|
|
@@ -3201,7 +3254,7 @@
|
|
|
3201
3254
|
],
|
|
3202
3255
|
"signatures": [
|
|
3203
3256
|
{
|
|
3204
|
-
"id":
|
|
3257
|
+
"id": 295,
|
|
3205
3258
|
"name": "getBodyText",
|
|
3206
3259
|
"kind": 4096,
|
|
3207
3260
|
"kindString": "Call signature",
|
|
@@ -3225,7 +3278,7 @@
|
|
|
3225
3278
|
]
|
|
3226
3279
|
},
|
|
3227
3280
|
{
|
|
3228
|
-
"id":
|
|
3281
|
+
"id": 296,
|
|
3229
3282
|
"name": "getCustomButtons",
|
|
3230
3283
|
"kind": 2048,
|
|
3231
3284
|
"kindString": "Method",
|
|
@@ -3241,7 +3294,7 @@
|
|
|
3241
3294
|
],
|
|
3242
3295
|
"signatures": [
|
|
3243
3296
|
{
|
|
3244
|
-
"id":
|
|
3297
|
+
"id": 297,
|
|
3245
3298
|
"name": "getCustomButtons",
|
|
3246
3299
|
"kind": 4096,
|
|
3247
3300
|
"kindString": "Call signature",
|
|
@@ -3251,7 +3304,7 @@
|
|
|
3251
3304
|
},
|
|
3252
3305
|
"parameters": [
|
|
3253
3306
|
{
|
|
3254
|
-
"id":
|
|
3307
|
+
"id": 298,
|
|
3255
3308
|
"name": "filters",
|
|
3256
3309
|
"kind": 32768,
|
|
3257
3310
|
"kindString": "Parameter",
|
|
@@ -3260,7 +3313,7 @@
|
|
|
3260
3313
|
},
|
|
3261
3314
|
"type": {
|
|
3262
3315
|
"type": "reference",
|
|
3263
|
-
"id":
|
|
3316
|
+
"id": 367,
|
|
3264
3317
|
"name": "SkyConfirmButtonHarnessFilters"
|
|
3265
3318
|
}
|
|
3266
3319
|
}
|
|
@@ -3284,7 +3337,7 @@
|
|
|
3284
3337
|
]
|
|
3285
3338
|
},
|
|
3286
3339
|
{
|
|
3287
|
-
"id":
|
|
3340
|
+
"id": 299,
|
|
3288
3341
|
"name": "getMessageText",
|
|
3289
3342
|
"kind": 2048,
|
|
3290
3343
|
"kindString": "Method",
|
|
@@ -3300,7 +3353,7 @@
|
|
|
3300
3353
|
],
|
|
3301
3354
|
"signatures": [
|
|
3302
3355
|
{
|
|
3303
|
-
"id":
|
|
3356
|
+
"id": 300,
|
|
3304
3357
|
"name": "getMessageText",
|
|
3305
3358
|
"kind": 4096,
|
|
3306
3359
|
"kindString": "Call signature",
|
|
@@ -3324,7 +3377,7 @@
|
|
|
3324
3377
|
]
|
|
3325
3378
|
},
|
|
3326
3379
|
{
|
|
3327
|
-
"id":
|
|
3380
|
+
"id": 301,
|
|
3328
3381
|
"name": "getType",
|
|
3329
3382
|
"kind": 2048,
|
|
3330
3383
|
"kindString": "Method",
|
|
@@ -3340,7 +3393,7 @@
|
|
|
3340
3393
|
],
|
|
3341
3394
|
"signatures": [
|
|
3342
3395
|
{
|
|
3343
|
-
"id":
|
|
3396
|
+
"id": 302,
|
|
3344
3397
|
"name": "getType",
|
|
3345
3398
|
"kind": 4096,
|
|
3346
3399
|
"kindString": "Call signature",
|
|
@@ -3353,7 +3406,7 @@
|
|
|
3353
3406
|
"typeArguments": [
|
|
3354
3407
|
{
|
|
3355
3408
|
"type": "reference",
|
|
3356
|
-
"id":
|
|
3409
|
+
"id": 110,
|
|
3357
3410
|
"name": "SkyConfirmType"
|
|
3358
3411
|
}
|
|
3359
3412
|
],
|
|
@@ -3365,7 +3418,7 @@
|
|
|
3365
3418
|
]
|
|
3366
3419
|
},
|
|
3367
3420
|
{
|
|
3368
|
-
"id":
|
|
3421
|
+
"id": 312,
|
|
3369
3422
|
"name": "host",
|
|
3370
3423
|
"kind": 2048,
|
|
3371
3424
|
"kindString": "Method",
|
|
@@ -3379,7 +3432,7 @@
|
|
|
3379
3432
|
],
|
|
3380
3433
|
"signatures": [
|
|
3381
3434
|
{
|
|
3382
|
-
"id":
|
|
3435
|
+
"id": 313,
|
|
3383
3436
|
"name": "host",
|
|
3384
3437
|
"kind": 4096,
|
|
3385
3438
|
"kindString": "Call signature",
|
|
@@ -3413,7 +3466,7 @@
|
|
|
3413
3466
|
}
|
|
3414
3467
|
},
|
|
3415
3468
|
{
|
|
3416
|
-
"id":
|
|
3469
|
+
"id": 303,
|
|
3417
3470
|
"name": "isWhiteSpacePreserved",
|
|
3418
3471
|
"kind": 2048,
|
|
3419
3472
|
"kindString": "Method",
|
|
@@ -3429,7 +3482,7 @@
|
|
|
3429
3482
|
],
|
|
3430
3483
|
"signatures": [
|
|
3431
3484
|
{
|
|
3432
|
-
"id":
|
|
3485
|
+
"id": 304,
|
|
3433
3486
|
"name": "isWhiteSpacePreserved",
|
|
3434
3487
|
"kind": 4096,
|
|
3435
3488
|
"kindString": "Call signature",
|
|
@@ -3458,28 +3511,28 @@
|
|
|
3458
3511
|
"title": "Constructors",
|
|
3459
3512
|
"kind": 512,
|
|
3460
3513
|
"children": [
|
|
3461
|
-
|
|
3514
|
+
282
|
|
3462
3515
|
]
|
|
3463
3516
|
},
|
|
3464
3517
|
{
|
|
3465
3518
|
"title": "Properties",
|
|
3466
3519
|
"kind": 1024,
|
|
3467
3520
|
"children": [
|
|
3468
|
-
|
|
3521
|
+
276
|
|
3469
3522
|
]
|
|
3470
3523
|
},
|
|
3471
3524
|
{
|
|
3472
3525
|
"title": "Methods",
|
|
3473
3526
|
"kind": 2048,
|
|
3474
3527
|
"children": [
|
|
3528
|
+
289,
|
|
3529
|
+
292,
|
|
3475
3530
|
294,
|
|
3476
|
-
|
|
3531
|
+
296,
|
|
3477
3532
|
299,
|
|
3478
3533
|
301,
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
317,
|
|
3482
|
-
308
|
|
3534
|
+
312,
|
|
3535
|
+
303
|
|
3483
3536
|
]
|
|
3484
3537
|
}
|
|
3485
3538
|
],
|
|
@@ -3498,7 +3551,7 @@
|
|
|
3498
3551
|
]
|
|
3499
3552
|
},
|
|
3500
3553
|
{
|
|
3501
|
-
"id":
|
|
3554
|
+
"id": 367,
|
|
3502
3555
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
3503
3556
|
"kind": 256,
|
|
3504
3557
|
"kindString": "Interface",
|
|
@@ -3508,7 +3561,7 @@
|
|
|
3508
3561
|
},
|
|
3509
3562
|
"children": [
|
|
3510
3563
|
{
|
|
3511
|
-
"id":
|
|
3564
|
+
"id": 370,
|
|
3512
3565
|
"name": "ancestor",
|
|
3513
3566
|
"kind": 1024,
|
|
3514
3567
|
"kindString": "Property",
|
|
@@ -3535,7 +3588,7 @@
|
|
|
3535
3588
|
}
|
|
3536
3589
|
},
|
|
3537
3590
|
{
|
|
3538
|
-
"id":
|
|
3591
|
+
"id": 369,
|
|
3539
3592
|
"name": "styleType",
|
|
3540
3593
|
"kind": 1024,
|
|
3541
3594
|
"kindString": "Property",
|
|
@@ -3558,7 +3611,7 @@
|
|
|
3558
3611
|
}
|
|
3559
3612
|
},
|
|
3560
3613
|
{
|
|
3561
|
-
"id":
|
|
3614
|
+
"id": 368,
|
|
3562
3615
|
"name": "text",
|
|
3563
3616
|
"kind": 1024,
|
|
3564
3617
|
"kindString": "Property",
|
|
@@ -3597,9 +3650,9 @@
|
|
|
3597
3650
|
"title": "Properties",
|
|
3598
3651
|
"kind": 1024,
|
|
3599
3652
|
"children": [
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3653
|
+
370,
|
|
3654
|
+
369,
|
|
3655
|
+
368
|
|
3603
3656
|
]
|
|
3604
3657
|
}
|
|
3605
3658
|
],
|
|
@@ -3664,6 +3717,31 @@
|
|
|
3664
3717
|
"filePath": "/projects/modals/documentation/code-examples/confirm/confirm-demo.module.ts",
|
|
3665
3718
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyConfirmModule } from '@skyux/modals';\n\nimport { ConfirmDemoComponent } from './confirm-demo.component';\n\n@NgModule({\n imports: [CommonModule, FormsModule, SkyConfirmModule],\n declarations: [ConfirmDemoComponent],\n exports: [ConfirmDemoComponent],\n})\nexport class ConfirmDemoModule {}\n"
|
|
3666
3719
|
},
|
|
3720
|
+
{
|
|
3721
|
+
"fileName": "modal-demo-modal.component.html",
|
|
3722
|
+
"filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo-modal.component.html",
|
|
3723
|
+
"rawContents": "<sky-modal>\n <sky-modal-header>\n Modal title\n <sky-help-inline\n class=\"sky-control-help\"\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n </sky-modal-header>\n <sky-modal-content></sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"instance.save()\"\n >\n Save\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"instance.close()\"\n >\n Close\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
"fileName": "modal-demo-modal.component.ts",
|
|
3727
|
+
"filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo-modal.component.ts",
|
|
3728
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyModalInstance } from '@skyux/modals';\n\n@Component({\n selector: 'app-modal-demo-modal',\n templateUrl: './modal-demo-modal.component.html',\n})\nexport class ModalDemoModalComponent {\n constructor(public instance: SkyModalInstance) {}\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
|
|
3729
|
+
},
|
|
3730
|
+
{
|
|
3731
|
+
"fileName": "modal-demo.component.html",
|
|
3732
|
+
"filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo.component.html",
|
|
3733
|
+
"rawContents": "<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"onOpenModalClick()\"\n>\n Open modal with inline help\n</button>\n"
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"fileName": "modal-demo.component.ts",
|
|
3737
|
+
"filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo.component.ts",
|
|
3738
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyModalConfiguration, SkyModalService } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html',\n})\nexport class ModalDemoComponent {\n public modalSize = 'medium';\n\n #modalSvc: SkyModalService;\n\n constructor(modalSvc: SkyModalService) {\n this.#modalSvc = modalSvc;\n }\n\n public onOpenModalClick(): void {\n const options: SkyModalConfiguration = {\n size: this.modalSize,\n };\n\n this.#modalSvc.open(ModalDemoModalComponent, options);\n }\n}\n"
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"fileName": "modal-demo.module.ts",
|
|
3742
|
+
"filePath": "/projects/modals/documentation/code-examples/inline-help/modal-demo.module.ts",
|
|
3743
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyHelpInlineModule } from '@skyux/indicators';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\nimport { ModalDemoComponent } from './modal-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyModalModule,\n SkyHelpInlineModule,\n ],\n declarations: [ModalDemoComponent, ModalDemoModalComponent],\n exports: [ModalDemoComponent],\n})\nexport class ModalDemoModule {}\n"
|
|
3744
|
+
},
|
|
3667
3745
|
{
|
|
3668
3746
|
"fileName": "modal-demo-modal.component.html",
|
|
3669
3747
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.html",
|
|
@@ -3682,7 +3760,7 @@
|
|
|
3682
3760
|
{
|
|
3683
3761
|
"fileName": "modal-demo.component.ts",
|
|
3684
3762
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.component.ts",
|
|
3685
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyModalService } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html',\n})\nexport class ModalDemoComponent {\n public helpKey = 'help-demo.html';\n\n public modalSize = 'medium';\n\n #modalSvc: SkyModalService;\n\n constructor(modalSvc: SkyModalService) {\n this.#modalSvc = modalSvc;\n }\n\n public onOpenModalClick(): void {\n const
|
|
3763
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyModalConfiguration, SkyModalService } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\n\n@Component({\n selector: 'app-modal-demo',\n templateUrl: './modal-demo.component.html',\n})\nexport class ModalDemoComponent {\n public helpKey = 'help-demo.html';\n\n public modalSize = 'medium';\n\n #modalSvc: SkyModalService;\n\n constructor(modalSvc: SkyModalService) {\n this.#modalSvc = modalSvc;\n }\n\n public onOpenModalClick(): void {\n const options: SkyModalConfiguration = {\n helpKey: this.helpKey,\n size: this.modalSize,\n };\n\n this.#modalSvc.open(ModalDemoModalComponent, options);\n }\n}\n"
|
|
3686
3764
|
},
|
|
3687
3765
|
{
|
|
3688
3766
|
"fileName": "modal-demo.module.ts",
|