@skyux/modals 8.2.6 → 8.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +463 -222
- package/esm2020/index.mjs +2 -1
- package/esm2020/lib/modules/modal/modal-is-dirty.directive.mjs +93 -0
- package/esm2020/lib/modules/modal/modal.module.mjs +7 -2
- package/esm2020/lib/modules/shared/sky-modals-resources.module.mjs +8 -1
- package/esm2020/testing/modal/modal-harness.mjs +9 -1
- package/fesm2015/skyux-modals-testing.mjs +10 -0
- package/fesm2015/skyux-modals-testing.mjs.map +1 -1
- package/fesm2015/skyux-modals.mjs +411 -316
- package/fesm2015/skyux-modals.mjs.map +1 -1
- package/fesm2020/skyux-modals-testing.mjs +8 -0
- package/fesm2020/skyux-modals-testing.mjs.map +1 -1
- package/fesm2020/skyux-modals.mjs +411 -316
- package/fesm2020/skyux-modals.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/modules/modal/modal-is-dirty.directive.d.ts +18 -0
- package/lib/modules/modal/modal.module.d.ts +9 -8
- package/package.json +5 -5
- package/testing/modal/modal-harness.d.ts +4 -0
package/documentation.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"SkyModalFooterComponent": "class-skymodalfootercomponent",
|
|
15
15
|
"SkyModalHeaderComponent": "class-skymodalheadercomponent",
|
|
16
16
|
"SkyModalComponent": "class-skymodalcomponent",
|
|
17
|
+
"SkyModalIsDirtyDirective": "class-skymodalisdirtydirective",
|
|
17
18
|
"SkyConfirmButtonConfig": "interface-skyconfirmbuttonconfig",
|
|
18
19
|
"SkyConfirmCloseEventArgs": "interface-skyconfirmcloseeventargs",
|
|
19
20
|
"SkyConfirmConfig": "interface-skyconfirmconfig",
|
|
@@ -32,14 +33,14 @@
|
|
|
32
33
|
"originalName": "",
|
|
33
34
|
"children": [
|
|
34
35
|
{
|
|
35
|
-
"id":
|
|
36
|
+
"id": 137,
|
|
36
37
|
"name": "SkyConfirmType",
|
|
37
38
|
"kind": 8,
|
|
38
39
|
"kindString": "Enumeration",
|
|
39
40
|
"flags": {},
|
|
40
41
|
"children": [
|
|
41
42
|
{
|
|
42
|
-
"id":
|
|
43
|
+
"id": 138,
|
|
43
44
|
"name": "Custom",
|
|
44
45
|
"kind": 16,
|
|
45
46
|
"kindString": "Enumeration member",
|
|
@@ -57,7 +58,7 @@
|
|
|
57
58
|
"defaultValue": "0"
|
|
58
59
|
},
|
|
59
60
|
{
|
|
60
|
-
"id":
|
|
61
|
+
"id": 139,
|
|
61
62
|
"name": "OK",
|
|
62
63
|
"kind": 16,
|
|
63
64
|
"kindString": "Enumeration member",
|
|
@@ -75,7 +76,7 @@
|
|
|
75
76
|
"defaultValue": "1"
|
|
76
77
|
},
|
|
77
78
|
{
|
|
78
|
-
"id":
|
|
79
|
+
"id": 140,
|
|
79
80
|
"name": "YesCancel",
|
|
80
81
|
"kind": 16,
|
|
81
82
|
"kindString": "Enumeration member",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
"defaultValue": "2"
|
|
100
101
|
},
|
|
101
102
|
{
|
|
102
|
-
"id":
|
|
103
|
+
"id": 141,
|
|
103
104
|
"name": "YesNoCancel",
|
|
104
105
|
"kind": 16,
|
|
105
106
|
"kindString": "Enumeration member",
|
|
@@ -128,10 +129,10 @@
|
|
|
128
129
|
"title": "Enumeration members",
|
|
129
130
|
"kind": 16,
|
|
130
131
|
"children": [
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
138,
|
|
133
|
+
139,
|
|
134
|
+
140,
|
|
135
|
+
141
|
|
135
136
|
]
|
|
136
137
|
}
|
|
137
138
|
],
|
|
@@ -144,14 +145,14 @@
|
|
|
144
145
|
]
|
|
145
146
|
},
|
|
146
147
|
{
|
|
147
|
-
"id":
|
|
148
|
+
"id": 133,
|
|
148
149
|
"name": "SkyConfirmInstance",
|
|
149
150
|
"kind": 128,
|
|
150
151
|
"kindString": "Class",
|
|
151
152
|
"flags": {},
|
|
152
153
|
"children": [
|
|
153
154
|
{
|
|
154
|
-
"id":
|
|
155
|
+
"id": 136,
|
|
155
156
|
"name": "closed",
|
|
156
157
|
"kind": 1024,
|
|
157
158
|
"kindString": "Property",
|
|
@@ -173,7 +174,7 @@
|
|
|
173
174
|
"typeArguments": [
|
|
174
175
|
{
|
|
175
176
|
"type": "reference",
|
|
176
|
-
"id":
|
|
177
|
+
"id": 125,
|
|
177
178
|
"name": "SkyConfirmCloseEventArgs"
|
|
178
179
|
}
|
|
179
180
|
],
|
|
@@ -189,14 +190,14 @@
|
|
|
189
190
|
"title": "Constructors",
|
|
190
191
|
"kind": 512,
|
|
191
192
|
"children": [
|
|
192
|
-
|
|
193
|
+
134
|
|
193
194
|
]
|
|
194
195
|
},
|
|
195
196
|
{
|
|
196
197
|
"title": "Properties",
|
|
197
198
|
"kind": 1024,
|
|
198
199
|
"children": [
|
|
199
|
-
|
|
200
|
+
136
|
|
200
201
|
]
|
|
201
202
|
}
|
|
202
203
|
],
|
|
@@ -209,7 +210,7 @@
|
|
|
209
210
|
]
|
|
210
211
|
},
|
|
211
212
|
{
|
|
212
|
-
"id":
|
|
213
|
+
"id": 142,
|
|
213
214
|
"name": "SkyConfirmModule",
|
|
214
215
|
"kind": 128,
|
|
215
216
|
"kindString": "Class",
|
|
@@ -234,7 +235,7 @@
|
|
|
234
235
|
"title": "Constructors",
|
|
235
236
|
"kind": 512,
|
|
236
237
|
"children": [
|
|
237
|
-
|
|
238
|
+
143
|
|
238
239
|
]
|
|
239
240
|
}
|
|
240
241
|
],
|
|
@@ -247,7 +248,7 @@
|
|
|
247
248
|
]
|
|
248
249
|
},
|
|
249
250
|
{
|
|
250
|
-
"id":
|
|
251
|
+
"id": 145,
|
|
251
252
|
"name": "SkyConfirmService",
|
|
252
253
|
"kind": 128,
|
|
253
254
|
"kindString": "Class",
|
|
@@ -271,7 +272,7 @@
|
|
|
271
272
|
],
|
|
272
273
|
"children": [
|
|
273
274
|
{
|
|
274
|
-
"id":
|
|
275
|
+
"id": 146,
|
|
275
276
|
"name": "constructor",
|
|
276
277
|
"kind": 512,
|
|
277
278
|
"kindString": "Constructor",
|
|
@@ -285,35 +286,35 @@
|
|
|
285
286
|
],
|
|
286
287
|
"signatures": [
|
|
287
288
|
{
|
|
288
|
-
"id":
|
|
289
|
+
"id": 147,
|
|
289
290
|
"name": "new SkyConfirmService",
|
|
290
291
|
"kind": 16384,
|
|
291
292
|
"kindString": "Constructor signature",
|
|
292
293
|
"flags": {},
|
|
293
294
|
"parameters": [
|
|
294
295
|
{
|
|
295
|
-
"id":
|
|
296
|
+
"id": 148,
|
|
296
297
|
"name": "modalService",
|
|
297
298
|
"kind": 32768,
|
|
298
299
|
"kindString": "Parameter",
|
|
299
300
|
"flags": {},
|
|
300
301
|
"type": {
|
|
301
302
|
"type": "reference",
|
|
302
|
-
"id":
|
|
303
|
+
"id": 250,
|
|
303
304
|
"name": "SkyModalService"
|
|
304
305
|
}
|
|
305
306
|
}
|
|
306
307
|
],
|
|
307
308
|
"type": {
|
|
308
309
|
"type": "reference",
|
|
309
|
-
"id":
|
|
310
|
+
"id": 145,
|
|
310
311
|
"name": "SkyConfirmService"
|
|
311
312
|
}
|
|
312
313
|
}
|
|
313
314
|
]
|
|
314
315
|
},
|
|
315
316
|
{
|
|
316
|
-
"id":
|
|
317
|
+
"id": 150,
|
|
317
318
|
"name": "open",
|
|
318
319
|
"kind": 2048,
|
|
319
320
|
"kindString": "Method",
|
|
@@ -329,7 +330,7 @@
|
|
|
329
330
|
],
|
|
330
331
|
"signatures": [
|
|
331
332
|
{
|
|
332
|
-
"id":
|
|
333
|
+
"id": 151,
|
|
333
334
|
"name": "open",
|
|
334
335
|
"kind": 4096,
|
|
335
336
|
"kindString": "Call signature",
|
|
@@ -339,7 +340,7 @@
|
|
|
339
340
|
},
|
|
340
341
|
"parameters": [
|
|
341
342
|
{
|
|
342
|
-
"id":
|
|
343
|
+
"id": 152,
|
|
343
344
|
"name": "config",
|
|
344
345
|
"kind": 32768,
|
|
345
346
|
"kindString": "Parameter",
|
|
@@ -349,14 +350,14 @@
|
|
|
349
350
|
},
|
|
350
351
|
"type": {
|
|
351
352
|
"type": "reference",
|
|
352
|
-
"id":
|
|
353
|
+
"id": 127,
|
|
353
354
|
"name": "SkyConfirmConfig"
|
|
354
355
|
}
|
|
355
356
|
}
|
|
356
357
|
],
|
|
357
358
|
"type": {
|
|
358
359
|
"type": "reference",
|
|
359
|
-
"id":
|
|
360
|
+
"id": 133,
|
|
360
361
|
"name": "SkyConfirmInstance"
|
|
361
362
|
}
|
|
362
363
|
}
|
|
@@ -368,14 +369,14 @@
|
|
|
368
369
|
"title": "Constructors",
|
|
369
370
|
"kind": 512,
|
|
370
371
|
"children": [
|
|
371
|
-
|
|
372
|
+
146
|
|
372
373
|
]
|
|
373
374
|
},
|
|
374
375
|
{
|
|
375
376
|
"title": "Methods",
|
|
376
377
|
"kind": 2048,
|
|
377
378
|
"children": [
|
|
378
|
-
|
|
379
|
+
150
|
|
379
380
|
]
|
|
380
381
|
}
|
|
381
382
|
],
|
|
@@ -388,7 +389,7 @@
|
|
|
388
389
|
]
|
|
389
390
|
},
|
|
390
391
|
{
|
|
391
|
-
"id":
|
|
392
|
+
"id": 153,
|
|
392
393
|
"name": "SkyModalBeforeCloseHandler",
|
|
393
394
|
"kind": 128,
|
|
394
395
|
"kindString": "Class",
|
|
@@ -398,7 +399,7 @@
|
|
|
398
399
|
},
|
|
399
400
|
"children": [
|
|
400
401
|
{
|
|
401
|
-
"id":
|
|
402
|
+
"id": 154,
|
|
402
403
|
"name": "constructor",
|
|
403
404
|
"kind": 512,
|
|
404
405
|
"kindString": "Constructor",
|
|
@@ -412,14 +413,14 @@
|
|
|
412
413
|
],
|
|
413
414
|
"signatures": [
|
|
414
415
|
{
|
|
415
|
-
"id":
|
|
416
|
+
"id": 155,
|
|
416
417
|
"name": "new SkyModalBeforeCloseHandler",
|
|
417
418
|
"kind": 16384,
|
|
418
419
|
"kindString": "Constructor signature",
|
|
419
420
|
"flags": {},
|
|
420
421
|
"parameters": [
|
|
421
422
|
{
|
|
422
|
-
"id":
|
|
423
|
+
"id": 156,
|
|
423
424
|
"name": "closeModal",
|
|
424
425
|
"kind": 32768,
|
|
425
426
|
"kindString": "Parameter",
|
|
@@ -432,28 +433,28 @@
|
|
|
432
433
|
}
|
|
433
434
|
},
|
|
434
435
|
{
|
|
435
|
-
"id":
|
|
436
|
+
"id": 157,
|
|
436
437
|
"name": "closeArgs",
|
|
437
438
|
"kind": 32768,
|
|
438
439
|
"kindString": "Parameter",
|
|
439
440
|
"flags": {},
|
|
440
441
|
"type": {
|
|
441
442
|
"type": "reference",
|
|
442
|
-
"id":
|
|
443
|
+
"id": 160,
|
|
443
444
|
"name": "SkyModalCloseArgs"
|
|
444
445
|
}
|
|
445
446
|
}
|
|
446
447
|
],
|
|
447
448
|
"type": {
|
|
448
449
|
"type": "reference",
|
|
449
|
-
"id":
|
|
450
|
+
"id": 153,
|
|
450
451
|
"name": "SkyModalBeforeCloseHandler"
|
|
451
452
|
}
|
|
452
453
|
}
|
|
453
454
|
]
|
|
454
455
|
},
|
|
455
456
|
{
|
|
456
|
-
"id":
|
|
457
|
+
"id": 158,
|
|
457
458
|
"name": "closeArgs",
|
|
458
459
|
"kind": 1024,
|
|
459
460
|
"kindString": "Property",
|
|
@@ -473,12 +474,12 @@
|
|
|
473
474
|
],
|
|
474
475
|
"type": {
|
|
475
476
|
"type": "reference",
|
|
476
|
-
"id":
|
|
477
|
+
"id": 160,
|
|
477
478
|
"name": "SkyModalCloseArgs"
|
|
478
479
|
}
|
|
479
480
|
},
|
|
480
481
|
{
|
|
481
|
-
"id":
|
|
482
|
+
"id": 159,
|
|
482
483
|
"name": "closeModal",
|
|
483
484
|
"kind": 1024,
|
|
484
485
|
"kindString": "Property",
|
|
@@ -509,15 +510,15 @@
|
|
|
509
510
|
"title": "Constructors",
|
|
510
511
|
"kind": 512,
|
|
511
512
|
"children": [
|
|
512
|
-
|
|
513
|
+
154
|
|
513
514
|
]
|
|
514
515
|
},
|
|
515
516
|
{
|
|
516
517
|
"title": "Properties",
|
|
517
518
|
"kind": 1024,
|
|
518
519
|
"children": [
|
|
519
|
-
|
|
520
|
-
|
|
520
|
+
158,
|
|
521
|
+
159
|
|
521
522
|
]
|
|
522
523
|
}
|
|
523
524
|
],
|
|
@@ -530,7 +531,7 @@
|
|
|
530
531
|
]
|
|
531
532
|
},
|
|
532
533
|
{
|
|
533
|
-
"id":
|
|
534
|
+
"id": 160,
|
|
534
535
|
"name": "SkyModalCloseArgs",
|
|
535
536
|
"kind": 128,
|
|
536
537
|
"kindString": "Class",
|
|
@@ -540,7 +541,7 @@
|
|
|
540
541
|
},
|
|
541
542
|
"children": [
|
|
542
543
|
{
|
|
543
|
-
"id":
|
|
544
|
+
"id": 164,
|
|
544
545
|
"name": "data",
|
|
545
546
|
"kind": 1024,
|
|
546
547
|
"kindString": "Property",
|
|
@@ -563,7 +564,7 @@
|
|
|
563
564
|
}
|
|
564
565
|
},
|
|
565
566
|
{
|
|
566
|
-
"id":
|
|
567
|
+
"id": 163,
|
|
567
568
|
"name": "reason",
|
|
568
569
|
"kind": 1024,
|
|
569
570
|
"kindString": "Property",
|
|
@@ -591,15 +592,15 @@
|
|
|
591
592
|
"title": "Constructors",
|
|
592
593
|
"kind": 512,
|
|
593
594
|
"children": [
|
|
594
|
-
|
|
595
|
+
161
|
|
595
596
|
]
|
|
596
597
|
},
|
|
597
598
|
{
|
|
598
599
|
"title": "Properties",
|
|
599
600
|
"kind": 1024,
|
|
600
601
|
"children": [
|
|
601
|
-
|
|
602
|
-
|
|
602
|
+
164,
|
|
603
|
+
163
|
|
603
604
|
]
|
|
604
605
|
}
|
|
605
606
|
],
|
|
@@ -612,14 +613,14 @@
|
|
|
612
613
|
]
|
|
613
614
|
},
|
|
614
615
|
{
|
|
615
|
-
"id":
|
|
616
|
+
"id": 202,
|
|
616
617
|
"name": "SkyModalInstance",
|
|
617
618
|
"kind": 128,
|
|
618
619
|
"kindString": "Class",
|
|
619
620
|
"flags": {},
|
|
620
621
|
"children": [
|
|
621
622
|
{
|
|
622
|
-
"id":
|
|
623
|
+
"id": 211,
|
|
623
624
|
"name": "componentInstance",
|
|
624
625
|
"kind": 1024,
|
|
625
626
|
"kindString": "Property",
|
|
@@ -642,7 +643,7 @@
|
|
|
642
643
|
}
|
|
643
644
|
},
|
|
644
645
|
{
|
|
645
|
-
"id":
|
|
646
|
+
"id": 205,
|
|
646
647
|
"name": "beforeClose",
|
|
647
648
|
"kind": 262144,
|
|
648
649
|
"kindString": "Accessor",
|
|
@@ -658,7 +659,7 @@
|
|
|
658
659
|
],
|
|
659
660
|
"getSignature": [
|
|
660
661
|
{
|
|
661
|
-
"id":
|
|
662
|
+
"id": 206,
|
|
662
663
|
"name": "beforeClose",
|
|
663
664
|
"kind": 524288,
|
|
664
665
|
"kindString": "Get signature",
|
|
@@ -671,7 +672,7 @@
|
|
|
671
672
|
"typeArguments": [
|
|
672
673
|
{
|
|
673
674
|
"type": "reference",
|
|
674
|
-
"id":
|
|
675
|
+
"id": 153,
|
|
675
676
|
"name": "SkyModalBeforeCloseHandler"
|
|
676
677
|
}
|
|
677
678
|
],
|
|
@@ -683,7 +684,7 @@
|
|
|
683
684
|
]
|
|
684
685
|
},
|
|
685
686
|
{
|
|
686
|
-
"id":
|
|
687
|
+
"id": 207,
|
|
687
688
|
"name": "closed",
|
|
688
689
|
"kind": 262144,
|
|
689
690
|
"kindString": "Accessor",
|
|
@@ -699,7 +700,7 @@
|
|
|
699
700
|
],
|
|
700
701
|
"getSignature": [
|
|
701
702
|
{
|
|
702
|
-
"id":
|
|
703
|
+
"id": 208,
|
|
703
704
|
"name": "closed",
|
|
704
705
|
"kind": 524288,
|
|
705
706
|
"kindString": "Get signature",
|
|
@@ -712,7 +713,7 @@
|
|
|
712
713
|
"typeArguments": [
|
|
713
714
|
{
|
|
714
715
|
"type": "reference",
|
|
715
|
-
"id":
|
|
716
|
+
"id": 160,
|
|
716
717
|
"name": "SkyModalCloseArgs"
|
|
717
718
|
}
|
|
718
719
|
],
|
|
@@ -724,7 +725,7 @@
|
|
|
724
725
|
]
|
|
725
726
|
},
|
|
726
727
|
{
|
|
727
|
-
"id":
|
|
728
|
+
"id": 209,
|
|
728
729
|
"name": "helpOpened",
|
|
729
730
|
"kind": 262144,
|
|
730
731
|
"kindString": "Accessor",
|
|
@@ -740,7 +741,7 @@
|
|
|
740
741
|
],
|
|
741
742
|
"getSignature": [
|
|
742
743
|
{
|
|
743
|
-
"id":
|
|
744
|
+
"id": 210,
|
|
744
745
|
"name": "helpOpened",
|
|
745
746
|
"kind": 524288,
|
|
746
747
|
"kindString": "Get signature",
|
|
@@ -764,7 +765,7 @@
|
|
|
764
765
|
]
|
|
765
766
|
},
|
|
766
767
|
{
|
|
767
|
-
"id":
|
|
768
|
+
"id": 220,
|
|
768
769
|
"name": "cancel",
|
|
769
770
|
"kind": 2048,
|
|
770
771
|
"kindString": "Method",
|
|
@@ -780,7 +781,7 @@
|
|
|
780
781
|
],
|
|
781
782
|
"signatures": [
|
|
782
783
|
{
|
|
783
|
-
"id":
|
|
784
|
+
"id": 221,
|
|
784
785
|
"name": "cancel",
|
|
785
786
|
"kind": 4096,
|
|
786
787
|
"kindString": "Call signature",
|
|
@@ -790,7 +791,7 @@
|
|
|
790
791
|
},
|
|
791
792
|
"parameters": [
|
|
792
793
|
{
|
|
793
|
-
"id":
|
|
794
|
+
"id": 222,
|
|
794
795
|
"name": "result",
|
|
795
796
|
"kind": 32768,
|
|
796
797
|
"kindString": "Parameter",
|
|
@@ -814,7 +815,7 @@
|
|
|
814
815
|
]
|
|
815
816
|
},
|
|
816
817
|
{
|
|
817
|
-
"id":
|
|
818
|
+
"id": 215,
|
|
818
819
|
"name": "close",
|
|
819
820
|
"kind": 2048,
|
|
820
821
|
"kindString": "Method",
|
|
@@ -830,7 +831,7 @@
|
|
|
830
831
|
],
|
|
831
832
|
"signatures": [
|
|
832
833
|
{
|
|
833
|
-
"id":
|
|
834
|
+
"id": 216,
|
|
834
835
|
"name": "close",
|
|
835
836
|
"kind": 4096,
|
|
836
837
|
"kindString": "Call signature",
|
|
@@ -840,7 +841,7 @@
|
|
|
840
841
|
},
|
|
841
842
|
"parameters": [
|
|
842
843
|
{
|
|
843
|
-
"id":
|
|
844
|
+
"id": 217,
|
|
844
845
|
"name": "result",
|
|
845
846
|
"kind": 32768,
|
|
846
847
|
"kindString": "Parameter",
|
|
@@ -856,7 +857,7 @@
|
|
|
856
857
|
}
|
|
857
858
|
},
|
|
858
859
|
{
|
|
859
|
-
"id":
|
|
860
|
+
"id": 218,
|
|
860
861
|
"name": "reason",
|
|
861
862
|
"kind": 32768,
|
|
862
863
|
"kindString": "Parameter",
|
|
@@ -872,7 +873,7 @@
|
|
|
872
873
|
}
|
|
873
874
|
},
|
|
874
875
|
{
|
|
875
|
-
"id":
|
|
876
|
+
"id": 219,
|
|
876
877
|
"name": "ignoreBeforeClose",
|
|
877
878
|
"kind": 32768,
|
|
878
879
|
"kindString": "Parameter",
|
|
@@ -896,7 +897,7 @@
|
|
|
896
897
|
]
|
|
897
898
|
},
|
|
898
899
|
{
|
|
899
|
-
"id":
|
|
900
|
+
"id": 226,
|
|
900
901
|
"name": "openHelp",
|
|
901
902
|
"kind": 2048,
|
|
902
903
|
"kindString": "Method",
|
|
@@ -912,7 +913,7 @@
|
|
|
912
913
|
],
|
|
913
914
|
"signatures": [
|
|
914
915
|
{
|
|
915
|
-
"id":
|
|
916
|
+
"id": 227,
|
|
916
917
|
"name": "openHelp",
|
|
917
918
|
"kind": 4096,
|
|
918
919
|
"kindString": "Call signature",
|
|
@@ -922,7 +923,7 @@
|
|
|
922
923
|
},
|
|
923
924
|
"parameters": [
|
|
924
925
|
{
|
|
925
|
-
"id":
|
|
926
|
+
"id": 228,
|
|
926
927
|
"name": "helpKey",
|
|
927
928
|
"kind": 32768,
|
|
928
929
|
"kindString": "Parameter",
|
|
@@ -944,7 +945,7 @@
|
|
|
944
945
|
]
|
|
945
946
|
},
|
|
946
947
|
{
|
|
947
|
-
"id":
|
|
948
|
+
"id": 223,
|
|
948
949
|
"name": "save",
|
|
949
950
|
"kind": 2048,
|
|
950
951
|
"kindString": "Method",
|
|
@@ -960,7 +961,7 @@
|
|
|
960
961
|
],
|
|
961
962
|
"signatures": [
|
|
962
963
|
{
|
|
963
|
-
"id":
|
|
964
|
+
"id": 224,
|
|
964
965
|
"name": "save",
|
|
965
966
|
"kind": 4096,
|
|
966
967
|
"kindString": "Call signature",
|
|
@@ -970,7 +971,7 @@
|
|
|
970
971
|
},
|
|
971
972
|
"parameters": [
|
|
972
973
|
{
|
|
973
|
-
"id":
|
|
974
|
+
"id": 225,
|
|
974
975
|
"name": "result",
|
|
975
976
|
"kind": 32768,
|
|
976
977
|
"kindString": "Parameter",
|
|
@@ -999,33 +1000,33 @@
|
|
|
999
1000
|
"title": "Constructors",
|
|
1000
1001
|
"kind": 512,
|
|
1001
1002
|
"children": [
|
|
1002
|
-
|
|
1003
|
+
203
|
|
1003
1004
|
]
|
|
1004
1005
|
},
|
|
1005
1006
|
{
|
|
1006
1007
|
"title": "Properties",
|
|
1007
1008
|
"kind": 1024,
|
|
1008
1009
|
"children": [
|
|
1009
|
-
|
|
1010
|
+
211
|
|
1010
1011
|
]
|
|
1011
1012
|
},
|
|
1012
1013
|
{
|
|
1013
1014
|
"title": "Accessors",
|
|
1014
1015
|
"kind": 262144,
|
|
1015
1016
|
"children": [
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1017
|
+
205,
|
|
1018
|
+
207,
|
|
1019
|
+
209
|
|
1019
1020
|
]
|
|
1020
1021
|
},
|
|
1021
1022
|
{
|
|
1022
1023
|
"title": "Methods",
|
|
1023
1024
|
"kind": 2048,
|
|
1024
1025
|
"children": [
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1026
|
+
220,
|
|
1027
|
+
215,
|
|
1028
|
+
226,
|
|
1029
|
+
223
|
|
1029
1030
|
]
|
|
1030
1031
|
}
|
|
1031
1032
|
],
|
|
@@ -1038,7 +1039,7 @@
|
|
|
1038
1039
|
]
|
|
1039
1040
|
},
|
|
1040
1041
|
{
|
|
1041
|
-
"id":
|
|
1042
|
+
"id": 247,
|
|
1042
1043
|
"name": "SkyModalModule",
|
|
1043
1044
|
"kind": 128,
|
|
1044
1045
|
"kindString": "Class",
|
|
@@ -1053,7 +1054,7 @@
|
|
|
1053
1054
|
"name": "NgModule"
|
|
1054
1055
|
},
|
|
1055
1056
|
"arguments": {
|
|
1056
|
-
"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 SkyIdModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n ],\n}"
|
|
1057
|
+
"obj": "{\n declarations: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalHostComponent,\n SkyModalIsDirtyDirective,\n SkyModalScrollShadowDirective,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyIconModule,\n SkyIdModule,\n SkyModalsResourcesModule,\n SkyThemeModule,\n SkyTrimModule,\n ],\n exports: [\n SkyModalComponent,\n SkyModalContentComponent,\n SkyModalFooterComponent,\n SkyModalHeaderComponent,\n SkyModalIsDirtyDirective,\n ],\n}"
|
|
1057
1058
|
}
|
|
1058
1059
|
}
|
|
1059
1060
|
],
|
|
@@ -1063,20 +1064,20 @@
|
|
|
1063
1064
|
"title": "Constructors",
|
|
1064
1065
|
"kind": 512,
|
|
1065
1066
|
"children": [
|
|
1066
|
-
|
|
1067
|
+
248
|
|
1067
1068
|
]
|
|
1068
1069
|
}
|
|
1069
1070
|
],
|
|
1070
1071
|
"sources": [
|
|
1071
1072
|
{
|
|
1072
1073
|
"fileName": "projects/modals/src/modules/modal/modal.module.ts",
|
|
1073
|
-
"line":
|
|
1074
|
+
"line": 45,
|
|
1074
1075
|
"character": 13
|
|
1075
1076
|
}
|
|
1076
1077
|
]
|
|
1077
1078
|
},
|
|
1078
1079
|
{
|
|
1079
|
-
"id":
|
|
1080
|
+
"id": 250,
|
|
1080
1081
|
"name": "SkyModalService",
|
|
1081
1082
|
"kind": 128,
|
|
1082
1083
|
"kindString": "Class",
|
|
@@ -1106,7 +1107,7 @@
|
|
|
1106
1107
|
],
|
|
1107
1108
|
"children": [
|
|
1108
1109
|
{
|
|
1109
|
-
"id":
|
|
1110
|
+
"id": 252,
|
|
1110
1111
|
"name": "constructor",
|
|
1111
1112
|
"kind": 512,
|
|
1112
1113
|
"kindString": "Constructor",
|
|
@@ -1120,14 +1121,14 @@
|
|
|
1120
1121
|
],
|
|
1121
1122
|
"signatures": [
|
|
1122
1123
|
{
|
|
1123
|
-
"id":
|
|
1124
|
+
"id": 253,
|
|
1124
1125
|
"name": "new SkyModalService",
|
|
1125
1126
|
"kind": 16384,
|
|
1126
1127
|
"kindString": "Constructor signature",
|
|
1127
1128
|
"flags": {},
|
|
1128
1129
|
"parameters": [
|
|
1129
1130
|
{
|
|
1130
|
-
"id":
|
|
1131
|
+
"id": 254,
|
|
1131
1132
|
"name": "dynamicComponentService",
|
|
1132
1133
|
"kind": 32768,
|
|
1133
1134
|
"kindString": "Parameter",
|
|
@@ -1140,14 +1141,14 @@
|
|
|
1140
1141
|
],
|
|
1141
1142
|
"type": {
|
|
1142
1143
|
"type": "reference",
|
|
1143
|
-
"id":
|
|
1144
|
+
"id": 250,
|
|
1144
1145
|
"name": "SkyModalService"
|
|
1145
1146
|
}
|
|
1146
1147
|
}
|
|
1147
1148
|
]
|
|
1148
1149
|
},
|
|
1149
1150
|
{
|
|
1150
|
-
"id":
|
|
1151
|
+
"id": 258,
|
|
1151
1152
|
"name": "open",
|
|
1152
1153
|
"kind": 2048,
|
|
1153
1154
|
"kindString": "Method",
|
|
@@ -1163,7 +1164,7 @@
|
|
|
1163
1164
|
],
|
|
1164
1165
|
"signatures": [
|
|
1165
1166
|
{
|
|
1166
|
-
"id":
|
|
1167
|
+
"id": 259,
|
|
1167
1168
|
"name": "open",
|
|
1168
1169
|
"kind": 4096,
|
|
1169
1170
|
"kindString": "Call signature",
|
|
@@ -1173,7 +1174,7 @@
|
|
|
1173
1174
|
},
|
|
1174
1175
|
"parameters": [
|
|
1175
1176
|
{
|
|
1176
|
-
"id":
|
|
1177
|
+
"id": 260,
|
|
1177
1178
|
"name": "component",
|
|
1178
1179
|
"kind": 32768,
|
|
1179
1180
|
"kindString": "Parameter",
|
|
@@ -1187,7 +1188,7 @@
|
|
|
1187
1188
|
}
|
|
1188
1189
|
},
|
|
1189
1190
|
{
|
|
1190
|
-
"id":
|
|
1191
|
+
"id": 261,
|
|
1191
1192
|
"name": "config",
|
|
1192
1193
|
"kind": 32768,
|
|
1193
1194
|
"kindString": "Parameter",
|
|
@@ -1209,7 +1210,7 @@
|
|
|
1209
1210
|
},
|
|
1210
1211
|
{
|
|
1211
1212
|
"type": "reference",
|
|
1212
|
-
"id":
|
|
1213
|
+
"id": 237,
|
|
1213
1214
|
"name": "SkyModalConfigurationInterface"
|
|
1214
1215
|
}
|
|
1215
1216
|
]
|
|
@@ -1218,7 +1219,7 @@
|
|
|
1218
1219
|
],
|
|
1219
1220
|
"type": {
|
|
1220
1221
|
"type": "reference",
|
|
1221
|
-
"id":
|
|
1222
|
+
"id": 202,
|
|
1222
1223
|
"name": "SkyModalInstance"
|
|
1223
1224
|
}
|
|
1224
1225
|
}
|
|
@@ -1230,14 +1231,14 @@
|
|
|
1230
1231
|
"title": "Constructors",
|
|
1231
1232
|
"kind": 512,
|
|
1232
1233
|
"children": [
|
|
1233
|
-
|
|
1234
|
+
252
|
|
1234
1235
|
]
|
|
1235
1236
|
},
|
|
1236
1237
|
{
|
|
1237
1238
|
"title": "Methods",
|
|
1238
1239
|
"kind": 2048,
|
|
1239
1240
|
"children": [
|
|
1240
|
-
|
|
1241
|
+
258
|
|
1241
1242
|
]
|
|
1242
1243
|
}
|
|
1243
1244
|
],
|
|
@@ -1313,7 +1314,7 @@
|
|
|
1313
1314
|
],
|
|
1314
1315
|
"type": {
|
|
1315
1316
|
"type": "reference",
|
|
1316
|
-
"id":
|
|
1317
|
+
"id": 127,
|
|
1317
1318
|
"name": "SkyConfirmConfig"
|
|
1318
1319
|
}
|
|
1319
1320
|
},
|
|
@@ -1325,7 +1326,7 @@
|
|
|
1325
1326
|
"flags": {},
|
|
1326
1327
|
"type": {
|
|
1327
1328
|
"type": "reference",
|
|
1328
|
-
"id":
|
|
1329
|
+
"id": 202,
|
|
1329
1330
|
"name": "SkyModalInstance"
|
|
1330
1331
|
}
|
|
1331
1332
|
},
|
|
@@ -2540,14 +2541,213 @@
|
|
|
2540
2541
|
]
|
|
2541
2542
|
},
|
|
2542
2543
|
{
|
|
2543
|
-
"id":
|
|
2544
|
+
"id": 103,
|
|
2545
|
+
"name": "SkyModalIsDirtyDirective",
|
|
2546
|
+
"kind": 128,
|
|
2547
|
+
"kindString": "Class",
|
|
2548
|
+
"flags": {},
|
|
2549
|
+
"comment": {
|
|
2550
|
+
"shortText": "Provides a way to mark a modal as \"dirty\" and displays a confirmation\nmessage when a user closes the modal without saving."
|
|
2551
|
+
},
|
|
2552
|
+
"decorators": [
|
|
2553
|
+
{
|
|
2554
|
+
"name": "Directive",
|
|
2555
|
+
"type": {
|
|
2556
|
+
"type": "reference",
|
|
2557
|
+
"qualifiedName": "DirectiveDecorator",
|
|
2558
|
+
"package": "@angular/core",
|
|
2559
|
+
"name": "Directive"
|
|
2560
|
+
},
|
|
2561
|
+
"arguments": {
|
|
2562
|
+
"obj": "{\n // Since this is limited to sky-modal, it should be safe to\n // leave off the sky prefix.\n // eslint-disable-next-line @angular-eslint/directive-selector\n selector: 'sky-modal[isDirty]',\n}"
|
|
2563
|
+
}
|
|
2564
|
+
}
|
|
2565
|
+
],
|
|
2566
|
+
"children": [
|
|
2567
|
+
{
|
|
2568
|
+
"id": 106,
|
|
2569
|
+
"name": "isDirty",
|
|
2570
|
+
"kind": 1024,
|
|
2571
|
+
"kindString": "Property",
|
|
2572
|
+
"flags": {
|
|
2573
|
+
"isPublic": true
|
|
2574
|
+
},
|
|
2575
|
+
"comment": {
|
|
2576
|
+
"shortText": "Whether the user edited an input on the modal.",
|
|
2577
|
+
"tags": [
|
|
2578
|
+
{
|
|
2579
|
+
"tag": "required",
|
|
2580
|
+
"text": "\n"
|
|
2581
|
+
}
|
|
2582
|
+
]
|
|
2583
|
+
},
|
|
2584
|
+
"decorators": [
|
|
2585
|
+
{
|
|
2586
|
+
"name": "Input",
|
|
2587
|
+
"type": {
|
|
2588
|
+
"type": "reference",
|
|
2589
|
+
"qualifiedName": "InputDecorator",
|
|
2590
|
+
"package": "@angular/core",
|
|
2591
|
+
"name": "Input"
|
|
2592
|
+
},
|
|
2593
|
+
"arguments": {}
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "HostBinding",
|
|
2597
|
+
"type": {
|
|
2598
|
+
"type": "reference",
|
|
2599
|
+
"qualifiedName": "HostBindingDecorator",
|
|
2600
|
+
"package": "@angular/core",
|
|
2601
|
+
"name": "HostBinding"
|
|
2602
|
+
},
|
|
2603
|
+
"arguments": {
|
|
2604
|
+
"hostPropertyName": "'attr.data-sky-modal-is-dirty'"
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
],
|
|
2608
|
+
"sources": [
|
|
2609
|
+
{
|
|
2610
|
+
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
2611
|
+
"line": 39,
|
|
2612
|
+
"character": 9
|
|
2613
|
+
}
|
|
2614
|
+
],
|
|
2615
|
+
"type": {
|
|
2616
|
+
"type": "intrinsic",
|
|
2617
|
+
"name": "boolean"
|
|
2618
|
+
},
|
|
2619
|
+
"defaultValue": "false"
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"id": 113,
|
|
2623
|
+
"name": "ngOnDestroy",
|
|
2624
|
+
"kind": 2048,
|
|
2625
|
+
"kindString": "Method",
|
|
2626
|
+
"flags": {
|
|
2627
|
+
"isPublic": true
|
|
2628
|
+
},
|
|
2629
|
+
"sources": [
|
|
2630
|
+
{
|
|
2631
|
+
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
2632
|
+
"line": 53,
|
|
2633
|
+
"character": 9
|
|
2634
|
+
}
|
|
2635
|
+
],
|
|
2636
|
+
"signatures": [
|
|
2637
|
+
{
|
|
2638
|
+
"id": 114,
|
|
2639
|
+
"name": "ngOnDestroy",
|
|
2640
|
+
"kind": 4096,
|
|
2641
|
+
"kindString": "Call signature",
|
|
2642
|
+
"flags": {},
|
|
2643
|
+
"type": {
|
|
2644
|
+
"type": "intrinsic",
|
|
2645
|
+
"name": "void"
|
|
2646
|
+
},
|
|
2647
|
+
"implementationOf": {
|
|
2648
|
+
"type": "reference",
|
|
2649
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2653
|
+
"implementationOf": {
|
|
2654
|
+
"type": "reference",
|
|
2655
|
+
"name": "OnDestroy.ngOnDestroy"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"id": 111,
|
|
2660
|
+
"name": "ngOnInit",
|
|
2661
|
+
"kind": 2048,
|
|
2662
|
+
"kindString": "Method",
|
|
2663
|
+
"flags": {
|
|
2664
|
+
"isPublic": true
|
|
2665
|
+
},
|
|
2666
|
+
"sources": [
|
|
2667
|
+
{
|
|
2668
|
+
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
2669
|
+
"line": 47,
|
|
2670
|
+
"character": 9
|
|
2671
|
+
}
|
|
2672
|
+
],
|
|
2673
|
+
"signatures": [
|
|
2674
|
+
{
|
|
2675
|
+
"id": 112,
|
|
2676
|
+
"name": "ngOnInit",
|
|
2677
|
+
"kind": 4096,
|
|
2678
|
+
"kindString": "Call signature",
|
|
2679
|
+
"flags": {},
|
|
2680
|
+
"type": {
|
|
2681
|
+
"type": "intrinsic",
|
|
2682
|
+
"name": "void"
|
|
2683
|
+
},
|
|
2684
|
+
"implementationOf": {
|
|
2685
|
+
"type": "reference",
|
|
2686
|
+
"name": "OnInit.ngOnInit"
|
|
2687
|
+
}
|
|
2688
|
+
}
|
|
2689
|
+
],
|
|
2690
|
+
"implementationOf": {
|
|
2691
|
+
"type": "reference",
|
|
2692
|
+
"name": "OnInit.ngOnInit"
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2695
|
+
],
|
|
2696
|
+
"groups": [
|
|
2697
|
+
{
|
|
2698
|
+
"title": "Constructors",
|
|
2699
|
+
"kind": 512,
|
|
2700
|
+
"children": [
|
|
2701
|
+
104
|
|
2702
|
+
]
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"title": "Properties",
|
|
2706
|
+
"kind": 1024,
|
|
2707
|
+
"children": [
|
|
2708
|
+
106
|
|
2709
|
+
]
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"title": "Methods",
|
|
2713
|
+
"kind": 2048,
|
|
2714
|
+
"children": [
|
|
2715
|
+
113,
|
|
2716
|
+
111
|
|
2717
|
+
]
|
|
2718
|
+
}
|
|
2719
|
+
],
|
|
2720
|
+
"sources": [
|
|
2721
|
+
{
|
|
2722
|
+
"fileName": "projects/modals/src/modules/modal/modal-is-dirty.directive.ts",
|
|
2723
|
+
"line": 30,
|
|
2724
|
+
"character": 13
|
|
2725
|
+
}
|
|
2726
|
+
],
|
|
2727
|
+
"implementedTypes": [
|
|
2728
|
+
{
|
|
2729
|
+
"type": "reference",
|
|
2730
|
+
"qualifiedName": "OnInit",
|
|
2731
|
+
"package": "@angular/core",
|
|
2732
|
+
"name": "OnInit"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
"type": "reference",
|
|
2736
|
+
"qualifiedName": "OnDestroy",
|
|
2737
|
+
"package": "@angular/core",
|
|
2738
|
+
"name": "OnDestroy"
|
|
2739
|
+
}
|
|
2740
|
+
]
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"id": 119,
|
|
2544
2744
|
"name": "SkyConfirmButtonConfig",
|
|
2545
2745
|
"kind": 256,
|
|
2546
2746
|
"kindString": "Interface",
|
|
2547
2747
|
"flags": {},
|
|
2548
2748
|
"children": [
|
|
2549
2749
|
{
|
|
2550
|
-
"id":
|
|
2750
|
+
"id": 120,
|
|
2551
2751
|
"name": "action",
|
|
2552
2752
|
"kind": 1024,
|
|
2553
2753
|
"kindString": "Property",
|
|
@@ -2568,7 +2768,7 @@
|
|
|
2568
2768
|
}
|
|
2569
2769
|
},
|
|
2570
2770
|
{
|
|
2571
|
-
"id":
|
|
2771
|
+
"id": 123,
|
|
2572
2772
|
"name": "autofocus",
|
|
2573
2773
|
"kind": 1024,
|
|
2574
2774
|
"kindString": "Property",
|
|
@@ -2597,7 +2797,7 @@
|
|
|
2597
2797
|
}
|
|
2598
2798
|
},
|
|
2599
2799
|
{
|
|
2600
|
-
"id":
|
|
2800
|
+
"id": 122,
|
|
2601
2801
|
"name": "styleType",
|
|
2602
2802
|
"kind": 1024,
|
|
2603
2803
|
"kindString": "Property",
|
|
@@ -2620,7 +2820,7 @@
|
|
|
2620
2820
|
}
|
|
2621
2821
|
},
|
|
2622
2822
|
{
|
|
2623
|
-
"id":
|
|
2823
|
+
"id": 121,
|
|
2624
2824
|
"name": "text",
|
|
2625
2825
|
"kind": 1024,
|
|
2626
2826
|
"kindString": "Property",
|
|
@@ -2646,10 +2846,10 @@
|
|
|
2646
2846
|
"title": "Properties",
|
|
2647
2847
|
"kind": 1024,
|
|
2648
2848
|
"children": [
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2849
|
+
120,
|
|
2850
|
+
123,
|
|
2851
|
+
122,
|
|
2852
|
+
121
|
|
2653
2853
|
]
|
|
2654
2854
|
}
|
|
2655
2855
|
],
|
|
@@ -2662,14 +2862,14 @@
|
|
|
2662
2862
|
]
|
|
2663
2863
|
},
|
|
2664
2864
|
{
|
|
2665
|
-
"id":
|
|
2865
|
+
"id": 125,
|
|
2666
2866
|
"name": "SkyConfirmCloseEventArgs",
|
|
2667
2867
|
"kind": 256,
|
|
2668
2868
|
"kindString": "Interface",
|
|
2669
2869
|
"flags": {},
|
|
2670
2870
|
"children": [
|
|
2671
2871
|
{
|
|
2672
|
-
"id":
|
|
2872
|
+
"id": 126,
|
|
2673
2873
|
"name": "action",
|
|
2674
2874
|
"kind": 1024,
|
|
2675
2875
|
"kindString": "Property",
|
|
@@ -2695,7 +2895,7 @@
|
|
|
2695
2895
|
"title": "Properties",
|
|
2696
2896
|
"kind": 1024,
|
|
2697
2897
|
"children": [
|
|
2698
|
-
|
|
2898
|
+
126
|
|
2699
2899
|
]
|
|
2700
2900
|
}
|
|
2701
2901
|
],
|
|
@@ -2708,14 +2908,14 @@
|
|
|
2708
2908
|
]
|
|
2709
2909
|
},
|
|
2710
2910
|
{
|
|
2711
|
-
"id":
|
|
2911
|
+
"id": 127,
|
|
2712
2912
|
"name": "SkyConfirmConfig",
|
|
2713
2913
|
"kind": 256,
|
|
2714
2914
|
"kindString": "Interface",
|
|
2715
2915
|
"flags": {},
|
|
2716
2916
|
"children": [
|
|
2717
2917
|
{
|
|
2718
|
-
"id":
|
|
2918
|
+
"id": 129,
|
|
2719
2919
|
"name": "body",
|
|
2720
2920
|
"kind": 1024,
|
|
2721
2921
|
"kindString": "Property",
|
|
@@ -2738,7 +2938,7 @@
|
|
|
2738
2938
|
}
|
|
2739
2939
|
},
|
|
2740
2940
|
{
|
|
2741
|
-
"id":
|
|
2941
|
+
"id": 130,
|
|
2742
2942
|
"name": "buttons",
|
|
2743
2943
|
"kind": 1024,
|
|
2744
2944
|
"kindString": "Property",
|
|
@@ -2759,13 +2959,13 @@
|
|
|
2759
2959
|
"type": "array",
|
|
2760
2960
|
"elementType": {
|
|
2761
2961
|
"type": "reference",
|
|
2762
|
-
"id":
|
|
2962
|
+
"id": 119,
|
|
2763
2963
|
"name": "SkyConfirmButtonConfig"
|
|
2764
2964
|
}
|
|
2765
2965
|
}
|
|
2766
2966
|
},
|
|
2767
2967
|
{
|
|
2768
|
-
"id":
|
|
2968
|
+
"id": 128,
|
|
2769
2969
|
"name": "message",
|
|
2770
2970
|
"kind": 1024,
|
|
2771
2971
|
"kindString": "Property",
|
|
@@ -2792,7 +2992,7 @@
|
|
|
2792
2992
|
}
|
|
2793
2993
|
},
|
|
2794
2994
|
{
|
|
2795
|
-
"id":
|
|
2995
|
+
"id": 131,
|
|
2796
2996
|
"name": "preserveWhiteSpace",
|
|
2797
2997
|
"kind": 1024,
|
|
2798
2998
|
"kindString": "Property",
|
|
@@ -2821,7 +3021,7 @@
|
|
|
2821
3021
|
}
|
|
2822
3022
|
},
|
|
2823
3023
|
{
|
|
2824
|
-
"id":
|
|
3024
|
+
"id": 132,
|
|
2825
3025
|
"name": "type",
|
|
2826
3026
|
"kind": 1024,
|
|
2827
3027
|
"kindString": "Property",
|
|
@@ -2840,7 +3040,7 @@
|
|
|
2840
3040
|
],
|
|
2841
3041
|
"type": {
|
|
2842
3042
|
"type": "reference",
|
|
2843
|
-
"id":
|
|
3043
|
+
"id": 137,
|
|
2844
3044
|
"name": "SkyConfirmType"
|
|
2845
3045
|
}
|
|
2846
3046
|
}
|
|
@@ -2850,11 +3050,11 @@
|
|
|
2850
3050
|
"title": "Properties",
|
|
2851
3051
|
"kind": 1024,
|
|
2852
3052
|
"children": [
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
3053
|
+
129,
|
|
3054
|
+
130,
|
|
3055
|
+
128,
|
|
3056
|
+
131,
|
|
3057
|
+
132
|
|
2858
3058
|
]
|
|
2859
3059
|
}
|
|
2860
3060
|
],
|
|
@@ -2867,7 +3067,7 @@
|
|
|
2867
3067
|
]
|
|
2868
3068
|
},
|
|
2869
3069
|
{
|
|
2870
|
-
"id":
|
|
3070
|
+
"id": 237,
|
|
2871
3071
|
"name": "SkyModalConfigurationInterface",
|
|
2872
3072
|
"kind": 256,
|
|
2873
3073
|
"kindString": "Interface",
|
|
@@ -2877,7 +3077,7 @@
|
|
|
2877
3077
|
},
|
|
2878
3078
|
"children": [
|
|
2879
3079
|
{
|
|
2880
|
-
"id":
|
|
3080
|
+
"id": 241,
|
|
2881
3081
|
"name": "ariaDescribedBy",
|
|
2882
3082
|
"kind": 1024,
|
|
2883
3083
|
"kindString": "Property",
|
|
@@ -2900,7 +3100,7 @@
|
|
|
2900
3100
|
}
|
|
2901
3101
|
},
|
|
2902
3102
|
{
|
|
2903
|
-
"id":
|
|
3103
|
+
"id": 242,
|
|
2904
3104
|
"name": "ariaLabelledBy",
|
|
2905
3105
|
"kind": 1024,
|
|
2906
3106
|
"kindString": "Property",
|
|
@@ -2923,7 +3123,7 @@
|
|
|
2923
3123
|
}
|
|
2924
3124
|
},
|
|
2925
3125
|
{
|
|
2926
|
-
"id":
|
|
3126
|
+
"id": 243,
|
|
2927
3127
|
"name": "ariaRole",
|
|
2928
3128
|
"kind": 1024,
|
|
2929
3129
|
"kindString": "Property",
|
|
@@ -2952,7 +3152,7 @@
|
|
|
2952
3152
|
}
|
|
2953
3153
|
},
|
|
2954
3154
|
{
|
|
2955
|
-
"id":
|
|
3155
|
+
"id": 238,
|
|
2956
3156
|
"name": "fullPage",
|
|
2957
3157
|
"kind": 1024,
|
|
2958
3158
|
"kindString": "Property",
|
|
@@ -2975,7 +3175,7 @@
|
|
|
2975
3175
|
}
|
|
2976
3176
|
},
|
|
2977
3177
|
{
|
|
2978
|
-
"id":
|
|
3178
|
+
"id": 245,
|
|
2979
3179
|
"name": "helpKey",
|
|
2980
3180
|
"kind": 1024,
|
|
2981
3181
|
"kindString": "Property",
|
|
@@ -3003,7 +3203,7 @@
|
|
|
3003
3203
|
}
|
|
3004
3204
|
},
|
|
3005
3205
|
{
|
|
3006
|
-
"id":
|
|
3206
|
+
"id": 240,
|
|
3007
3207
|
"name": "providers",
|
|
3008
3208
|
"kind": 1024,
|
|
3009
3209
|
"kindString": "Property",
|
|
@@ -3031,7 +3231,7 @@
|
|
|
3031
3231
|
}
|
|
3032
3232
|
},
|
|
3033
3233
|
{
|
|
3034
|
-
"id":
|
|
3234
|
+
"id": 239,
|
|
3035
3235
|
"name": "size",
|
|
3036
3236
|
"kind": 1024,
|
|
3037
3237
|
"kindString": "Property",
|
|
@@ -3054,7 +3254,7 @@
|
|
|
3054
3254
|
}
|
|
3055
3255
|
},
|
|
3056
3256
|
{
|
|
3057
|
-
"id":
|
|
3257
|
+
"id": 244,
|
|
3058
3258
|
"name": "tiledBody",
|
|
3059
3259
|
"kind": 1024,
|
|
3060
3260
|
"kindString": "Property",
|
|
@@ -3083,7 +3283,7 @@
|
|
|
3083
3283
|
}
|
|
3084
3284
|
},
|
|
3085
3285
|
{
|
|
3086
|
-
"id":
|
|
3286
|
+
"id": 246,
|
|
3087
3287
|
"name": "wrapperClass",
|
|
3088
3288
|
"kind": 1024,
|
|
3089
3289
|
"kindString": "Property",
|
|
@@ -3111,15 +3311,15 @@
|
|
|
3111
3311
|
"title": "Properties",
|
|
3112
3312
|
"kind": 1024,
|
|
3113
3313
|
"children": [
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3314
|
+
241,
|
|
3315
|
+
242,
|
|
3316
|
+
243,
|
|
3317
|
+
238,
|
|
3318
|
+
245,
|
|
3319
|
+
240,
|
|
3320
|
+
239,
|
|
3321
|
+
244,
|
|
3322
|
+
246
|
|
3123
3323
|
]
|
|
3124
3324
|
}
|
|
3125
3325
|
],
|
|
@@ -3132,7 +3332,7 @@
|
|
|
3132
3332
|
]
|
|
3133
3333
|
},
|
|
3134
3334
|
{
|
|
3135
|
-
"id":
|
|
3335
|
+
"id": 124,
|
|
3136
3336
|
"name": "SkyConfirmButtonStyleType",
|
|
3137
3337
|
"kind": 4194304,
|
|
3138
3338
|
"kindString": "Type alias",
|
|
@@ -3167,7 +3367,7 @@
|
|
|
3167
3367
|
}
|
|
3168
3368
|
},
|
|
3169
3369
|
{
|
|
3170
|
-
"id":
|
|
3370
|
+
"id": 302,
|
|
3171
3371
|
"name": "SkyConfirmHarness",
|
|
3172
3372
|
"kind": 128,
|
|
3173
3373
|
"kindString": "Class",
|
|
@@ -3177,7 +3377,7 @@
|
|
|
3177
3377
|
},
|
|
3178
3378
|
"children": [
|
|
3179
3379
|
{
|
|
3180
|
-
"id":
|
|
3380
|
+
"id": 303,
|
|
3181
3381
|
"name": "hostSelector",
|
|
3182
3382
|
"kind": 1024,
|
|
3183
3383
|
"kindString": "Property",
|
|
@@ -3199,7 +3399,7 @@
|
|
|
3199
3399
|
"defaultValue": "'sky-confirm'"
|
|
3200
3400
|
},
|
|
3201
3401
|
{
|
|
3202
|
-
"id":
|
|
3402
|
+
"id": 316,
|
|
3203
3403
|
"name": "clickCustomButton",
|
|
3204
3404
|
"kind": 2048,
|
|
3205
3405
|
"kindString": "Method",
|
|
@@ -3215,7 +3415,7 @@
|
|
|
3215
3415
|
],
|
|
3216
3416
|
"signatures": [
|
|
3217
3417
|
{
|
|
3218
|
-
"id":
|
|
3418
|
+
"id": 317,
|
|
3219
3419
|
"name": "clickCustomButton",
|
|
3220
3420
|
"kind": 4096,
|
|
3221
3421
|
"kindString": "Call signature",
|
|
@@ -3225,14 +3425,14 @@
|
|
|
3225
3425
|
},
|
|
3226
3426
|
"parameters": [
|
|
3227
3427
|
{
|
|
3228
|
-
"id":
|
|
3428
|
+
"id": 318,
|
|
3229
3429
|
"name": "filters",
|
|
3230
3430
|
"kind": 32768,
|
|
3231
3431
|
"kindString": "Parameter",
|
|
3232
3432
|
"flags": {},
|
|
3233
3433
|
"type": {
|
|
3234
3434
|
"type": "reference",
|
|
3235
|
-
"id":
|
|
3435
|
+
"id": 394,
|
|
3236
3436
|
"name": "SkyConfirmButtonHarnessFilters"
|
|
3237
3437
|
}
|
|
3238
3438
|
}
|
|
@@ -3253,7 +3453,7 @@
|
|
|
3253
3453
|
]
|
|
3254
3454
|
},
|
|
3255
3455
|
{
|
|
3256
|
-
"id":
|
|
3456
|
+
"id": 319,
|
|
3257
3457
|
"name": "clickOkButton",
|
|
3258
3458
|
"kind": 2048,
|
|
3259
3459
|
"kindString": "Method",
|
|
@@ -3269,7 +3469,7 @@
|
|
|
3269
3469
|
],
|
|
3270
3470
|
"signatures": [
|
|
3271
3471
|
{
|
|
3272
|
-
"id":
|
|
3472
|
+
"id": 320,
|
|
3273
3473
|
"name": "clickOkButton",
|
|
3274
3474
|
"kind": 4096,
|
|
3275
3475
|
"kindString": "Call signature",
|
|
@@ -3293,7 +3493,7 @@
|
|
|
3293
3493
|
]
|
|
3294
3494
|
},
|
|
3295
3495
|
{
|
|
3296
|
-
"id":
|
|
3496
|
+
"id": 321,
|
|
3297
3497
|
"name": "getBodyText",
|
|
3298
3498
|
"kind": 2048,
|
|
3299
3499
|
"kindString": "Method",
|
|
@@ -3309,7 +3509,7 @@
|
|
|
3309
3509
|
],
|
|
3310
3510
|
"signatures": [
|
|
3311
3511
|
{
|
|
3312
|
-
"id":
|
|
3512
|
+
"id": 322,
|
|
3313
3513
|
"name": "getBodyText",
|
|
3314
3514
|
"kind": 4096,
|
|
3315
3515
|
"kindString": "Call signature",
|
|
@@ -3333,7 +3533,7 @@
|
|
|
3333
3533
|
]
|
|
3334
3534
|
},
|
|
3335
3535
|
{
|
|
3336
|
-
"id":
|
|
3536
|
+
"id": 323,
|
|
3337
3537
|
"name": "getCustomButtons",
|
|
3338
3538
|
"kind": 2048,
|
|
3339
3539
|
"kindString": "Method",
|
|
@@ -3349,7 +3549,7 @@
|
|
|
3349
3549
|
],
|
|
3350
3550
|
"signatures": [
|
|
3351
3551
|
{
|
|
3352
|
-
"id":
|
|
3552
|
+
"id": 324,
|
|
3353
3553
|
"name": "getCustomButtons",
|
|
3354
3554
|
"kind": 4096,
|
|
3355
3555
|
"kindString": "Call signature",
|
|
@@ -3359,7 +3559,7 @@
|
|
|
3359
3559
|
},
|
|
3360
3560
|
"parameters": [
|
|
3361
3561
|
{
|
|
3362
|
-
"id":
|
|
3562
|
+
"id": 325,
|
|
3363
3563
|
"name": "filters",
|
|
3364
3564
|
"kind": 32768,
|
|
3365
3565
|
"kindString": "Parameter",
|
|
@@ -3368,7 +3568,7 @@
|
|
|
3368
3568
|
},
|
|
3369
3569
|
"type": {
|
|
3370
3570
|
"type": "reference",
|
|
3371
|
-
"id":
|
|
3571
|
+
"id": 394,
|
|
3372
3572
|
"name": "SkyConfirmButtonHarnessFilters"
|
|
3373
3573
|
}
|
|
3374
3574
|
}
|
|
@@ -3392,7 +3592,7 @@
|
|
|
3392
3592
|
]
|
|
3393
3593
|
},
|
|
3394
3594
|
{
|
|
3395
|
-
"id":
|
|
3595
|
+
"id": 326,
|
|
3396
3596
|
"name": "getMessageText",
|
|
3397
3597
|
"kind": 2048,
|
|
3398
3598
|
"kindString": "Method",
|
|
@@ -3408,7 +3608,7 @@
|
|
|
3408
3608
|
],
|
|
3409
3609
|
"signatures": [
|
|
3410
3610
|
{
|
|
3411
|
-
"id":
|
|
3611
|
+
"id": 327,
|
|
3412
3612
|
"name": "getMessageText",
|
|
3413
3613
|
"kind": 4096,
|
|
3414
3614
|
"kindString": "Call signature",
|
|
@@ -3432,7 +3632,7 @@
|
|
|
3432
3632
|
]
|
|
3433
3633
|
},
|
|
3434
3634
|
{
|
|
3435
|
-
"id":
|
|
3635
|
+
"id": 328,
|
|
3436
3636
|
"name": "getType",
|
|
3437
3637
|
"kind": 2048,
|
|
3438
3638
|
"kindString": "Method",
|
|
@@ -3448,7 +3648,7 @@
|
|
|
3448
3648
|
],
|
|
3449
3649
|
"signatures": [
|
|
3450
3650
|
{
|
|
3451
|
-
"id":
|
|
3651
|
+
"id": 329,
|
|
3452
3652
|
"name": "getType",
|
|
3453
3653
|
"kind": 4096,
|
|
3454
3654
|
"kindString": "Call signature",
|
|
@@ -3461,7 +3661,7 @@
|
|
|
3461
3661
|
"typeArguments": [
|
|
3462
3662
|
{
|
|
3463
3663
|
"type": "reference",
|
|
3464
|
-
"id":
|
|
3664
|
+
"id": 137,
|
|
3465
3665
|
"name": "SkyConfirmType"
|
|
3466
3666
|
}
|
|
3467
3667
|
],
|
|
@@ -3473,7 +3673,7 @@
|
|
|
3473
3673
|
]
|
|
3474
3674
|
},
|
|
3475
3675
|
{
|
|
3476
|
-
"id":
|
|
3676
|
+
"id": 339,
|
|
3477
3677
|
"name": "host",
|
|
3478
3678
|
"kind": 2048,
|
|
3479
3679
|
"kindString": "Method",
|
|
@@ -3487,7 +3687,7 @@
|
|
|
3487
3687
|
],
|
|
3488
3688
|
"signatures": [
|
|
3489
3689
|
{
|
|
3490
|
-
"id":
|
|
3690
|
+
"id": 340,
|
|
3491
3691
|
"name": "host",
|
|
3492
3692
|
"kind": 4096,
|
|
3493
3693
|
"kindString": "Call signature",
|
|
@@ -3521,7 +3721,7 @@
|
|
|
3521
3721
|
}
|
|
3522
3722
|
},
|
|
3523
3723
|
{
|
|
3524
|
-
"id":
|
|
3724
|
+
"id": 330,
|
|
3525
3725
|
"name": "isWhiteSpacePreserved",
|
|
3526
3726
|
"kind": 2048,
|
|
3527
3727
|
"kindString": "Method",
|
|
@@ -3537,7 +3737,7 @@
|
|
|
3537
3737
|
],
|
|
3538
3738
|
"signatures": [
|
|
3539
3739
|
{
|
|
3540
|
-
"id":
|
|
3740
|
+
"id": 331,
|
|
3541
3741
|
"name": "isWhiteSpacePreserved",
|
|
3542
3742
|
"kind": 4096,
|
|
3543
3743
|
"kindString": "Call signature",
|
|
@@ -3566,28 +3766,28 @@
|
|
|
3566
3766
|
"title": "Constructors",
|
|
3567
3767
|
"kind": 512,
|
|
3568
3768
|
"children": [
|
|
3569
|
-
|
|
3769
|
+
309
|
|
3570
3770
|
]
|
|
3571
3771
|
},
|
|
3572
3772
|
{
|
|
3573
3773
|
"title": "Properties",
|
|
3574
3774
|
"kind": 1024,
|
|
3575
3775
|
"children": [
|
|
3576
|
-
|
|
3776
|
+
303
|
|
3577
3777
|
]
|
|
3578
3778
|
},
|
|
3579
3779
|
{
|
|
3580
3780
|
"title": "Methods",
|
|
3581
3781
|
"kind": 2048,
|
|
3582
3782
|
"children": [
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3783
|
+
316,
|
|
3784
|
+
319,
|
|
3785
|
+
321,
|
|
3786
|
+
323,
|
|
3787
|
+
326,
|
|
3788
|
+
328,
|
|
3789
|
+
339,
|
|
3790
|
+
330
|
|
3591
3791
|
]
|
|
3592
3792
|
}
|
|
3593
3793
|
],
|
|
@@ -3606,7 +3806,7 @@
|
|
|
3606
3806
|
]
|
|
3607
3807
|
},
|
|
3608
3808
|
{
|
|
3609
|
-
"id":
|
|
3809
|
+
"id": 398,
|
|
3610
3810
|
"name": "SkyModalHarness",
|
|
3611
3811
|
"kind": 128,
|
|
3612
3812
|
"kindString": "Class",
|
|
@@ -3616,7 +3816,7 @@
|
|
|
3616
3816
|
},
|
|
3617
3817
|
"children": [
|
|
3618
3818
|
{
|
|
3619
|
-
"id":
|
|
3819
|
+
"id": 413,
|
|
3620
3820
|
"name": "getAriaDescribedBy",
|
|
3621
3821
|
"kind": 2048,
|
|
3622
3822
|
"kindString": "Method",
|
|
@@ -3632,7 +3832,7 @@
|
|
|
3632
3832
|
],
|
|
3633
3833
|
"signatures": [
|
|
3634
3834
|
{
|
|
3635
|
-
"id":
|
|
3835
|
+
"id": 414,
|
|
3636
3836
|
"name": "getAriaDescribedBy",
|
|
3637
3837
|
"kind": 4096,
|
|
3638
3838
|
"kindString": "Call signature",
|
|
@@ -3656,7 +3856,7 @@
|
|
|
3656
3856
|
]
|
|
3657
3857
|
},
|
|
3658
3858
|
{
|
|
3659
|
-
"id":
|
|
3859
|
+
"id": 415,
|
|
3660
3860
|
"name": "getAriaLabelledBy",
|
|
3661
3861
|
"kind": 2048,
|
|
3662
3862
|
"kindString": "Method",
|
|
@@ -3672,7 +3872,7 @@
|
|
|
3672
3872
|
],
|
|
3673
3873
|
"signatures": [
|
|
3674
3874
|
{
|
|
3675
|
-
"id":
|
|
3875
|
+
"id": 416,
|
|
3676
3876
|
"name": "getAriaLabelledBy",
|
|
3677
3877
|
"kind": 4096,
|
|
3678
3878
|
"kindString": "Call signature",
|
|
@@ -3696,7 +3896,7 @@
|
|
|
3696
3896
|
]
|
|
3697
3897
|
},
|
|
3698
3898
|
{
|
|
3699
|
-
"id":
|
|
3899
|
+
"id": 417,
|
|
3700
3900
|
"name": "getAriaRole",
|
|
3701
3901
|
"kind": 2048,
|
|
3702
3902
|
"kindString": "Method",
|
|
@@ -3712,7 +3912,7 @@
|
|
|
3712
3912
|
],
|
|
3713
3913
|
"signatures": [
|
|
3714
3914
|
{
|
|
3715
|
-
"id":
|
|
3915
|
+
"id": 418,
|
|
3716
3916
|
"name": "getAriaRole",
|
|
3717
3917
|
"kind": 4096,
|
|
3718
3918
|
"kindString": "Call signature",
|
|
@@ -3736,7 +3936,7 @@
|
|
|
3736
3936
|
]
|
|
3737
3937
|
},
|
|
3738
3938
|
{
|
|
3739
|
-
"id":
|
|
3939
|
+
"id": 419,
|
|
3740
3940
|
"name": "getSize",
|
|
3741
3941
|
"kind": 2048,
|
|
3742
3942
|
"kindString": "Method",
|
|
@@ -3752,7 +3952,7 @@
|
|
|
3752
3952
|
],
|
|
3753
3953
|
"signatures": [
|
|
3754
3954
|
{
|
|
3755
|
-
"id":
|
|
3955
|
+
"id": 420,
|
|
3756
3956
|
"name": "getSize",
|
|
3757
3957
|
"kind": 4096,
|
|
3758
3958
|
"kindString": "Call signature",
|
|
@@ -3776,7 +3976,7 @@
|
|
|
3776
3976
|
]
|
|
3777
3977
|
},
|
|
3778
3978
|
{
|
|
3779
|
-
"id":
|
|
3979
|
+
"id": 421,
|
|
3780
3980
|
"name": "getWrapperClass",
|
|
3781
3981
|
"kind": 2048,
|
|
3782
3982
|
"kindString": "Method",
|
|
@@ -3792,7 +3992,7 @@
|
|
|
3792
3992
|
],
|
|
3793
3993
|
"signatures": [
|
|
3794
3994
|
{
|
|
3795
|
-
"id":
|
|
3995
|
+
"id": 422,
|
|
3796
3996
|
"name": "getWrapperClass",
|
|
3797
3997
|
"kind": 4096,
|
|
3798
3998
|
"kindString": "Call signature",
|
|
@@ -3816,7 +4016,7 @@
|
|
|
3816
4016
|
]
|
|
3817
4017
|
},
|
|
3818
4018
|
{
|
|
3819
|
-
"id":
|
|
4019
|
+
"id": 430,
|
|
3820
4020
|
"name": "host",
|
|
3821
4021
|
"kind": 2048,
|
|
3822
4022
|
"kindString": "Method",
|
|
@@ -3830,7 +4030,7 @@
|
|
|
3830
4030
|
],
|
|
3831
4031
|
"signatures": [
|
|
3832
4032
|
{
|
|
3833
|
-
"id":
|
|
4033
|
+
"id": 431,
|
|
3834
4034
|
"name": "host",
|
|
3835
4035
|
"kind": 4096,
|
|
3836
4036
|
"kindString": "Call signature",
|
|
@@ -3864,7 +4064,47 @@
|
|
|
3864
4064
|
}
|
|
3865
4065
|
},
|
|
3866
4066
|
{
|
|
3867
|
-
"id":
|
|
4067
|
+
"id": 425,
|
|
4068
|
+
"name": "isDirty",
|
|
4069
|
+
"kind": 2048,
|
|
4070
|
+
"kindString": "Method",
|
|
4071
|
+
"flags": {
|
|
4072
|
+
"isPublic": true
|
|
4073
|
+
},
|
|
4074
|
+
"sources": [
|
|
4075
|
+
{
|
|
4076
|
+
"fileName": "projects/modals/src/testing/modal/modal-harness.ts",
|
|
4077
|
+
"line": 90,
|
|
4078
|
+
"character": 15
|
|
4079
|
+
}
|
|
4080
|
+
],
|
|
4081
|
+
"signatures": [
|
|
4082
|
+
{
|
|
4083
|
+
"id": 426,
|
|
4084
|
+
"name": "isDirty",
|
|
4085
|
+
"kind": 4096,
|
|
4086
|
+
"kindString": "Call signature",
|
|
4087
|
+
"flags": {},
|
|
4088
|
+
"comment": {
|
|
4089
|
+
"shortText": "Whether the modal has {@link SkyModalIsDirtyDirective.isDirty} set to dirty."
|
|
4090
|
+
},
|
|
4091
|
+
"type": {
|
|
4092
|
+
"type": "reference",
|
|
4093
|
+
"typeArguments": [
|
|
4094
|
+
{
|
|
4095
|
+
"type": "intrinsic",
|
|
4096
|
+
"name": "boolean"
|
|
4097
|
+
}
|
|
4098
|
+
],
|
|
4099
|
+
"qualifiedName": "Promise",
|
|
4100
|
+
"package": "typescript",
|
|
4101
|
+
"name": "Promise"
|
|
4102
|
+
}
|
|
4103
|
+
}
|
|
4104
|
+
]
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"id": 423,
|
|
3868
4108
|
"name": "isFullPage",
|
|
3869
4109
|
"kind": 2048,
|
|
3870
4110
|
"kindString": "Method",
|
|
@@ -3880,7 +4120,7 @@
|
|
|
3880
4120
|
],
|
|
3881
4121
|
"signatures": [
|
|
3882
4122
|
{
|
|
3883
|
-
"id":
|
|
4123
|
+
"id": 424,
|
|
3884
4124
|
"name": "isFullPage",
|
|
3885
4125
|
"kind": 4096,
|
|
3886
4126
|
"kindString": "Call signature",
|
|
@@ -3904,7 +4144,7 @@
|
|
|
3904
4144
|
]
|
|
3905
4145
|
},
|
|
3906
4146
|
{
|
|
3907
|
-
"id":
|
|
4147
|
+
"id": 400,
|
|
3908
4148
|
"name": "with",
|
|
3909
4149
|
"kind": 2048,
|
|
3910
4150
|
"kindString": "Method",
|
|
@@ -3921,7 +4161,7 @@
|
|
|
3921
4161
|
],
|
|
3922
4162
|
"signatures": [
|
|
3923
4163
|
{
|
|
3924
|
-
"id":
|
|
4164
|
+
"id": 401,
|
|
3925
4165
|
"name": "with",
|
|
3926
4166
|
"kind": 4096,
|
|
3927
4167
|
"kindString": "Call signature",
|
|
@@ -3931,14 +4171,14 @@
|
|
|
3931
4171
|
},
|
|
3932
4172
|
"parameters": [
|
|
3933
4173
|
{
|
|
3934
|
-
"id":
|
|
4174
|
+
"id": 402,
|
|
3935
4175
|
"name": "filters",
|
|
3936
4176
|
"kind": 32768,
|
|
3937
4177
|
"kindString": "Parameter",
|
|
3938
4178
|
"flags": {},
|
|
3939
4179
|
"type": {
|
|
3940
4180
|
"type": "reference",
|
|
3941
|
-
"id":
|
|
4181
|
+
"id": 450,
|
|
3942
4182
|
"name": "SkyModalHarnessFilters"
|
|
3943
4183
|
}
|
|
3944
4184
|
}
|
|
@@ -3948,7 +4188,7 @@
|
|
|
3948
4188
|
"typeArguments": [
|
|
3949
4189
|
{
|
|
3950
4190
|
"type": "reference",
|
|
3951
|
-
"id":
|
|
4191
|
+
"id": 398,
|
|
3952
4192
|
"name": "SkyModalHarness"
|
|
3953
4193
|
}
|
|
3954
4194
|
],
|
|
@@ -3965,21 +4205,22 @@
|
|
|
3965
4205
|
"title": "Constructors",
|
|
3966
4206
|
"kind": 512,
|
|
3967
4207
|
"children": [
|
|
3968
|
-
|
|
4208
|
+
408
|
|
3969
4209
|
]
|
|
3970
4210
|
},
|
|
3971
4211
|
{
|
|
3972
4212
|
"title": "Methods",
|
|
3973
4213
|
"kind": 2048,
|
|
3974
4214
|
"children": [
|
|
3975
|
-
398,
|
|
3976
|
-
400,
|
|
3977
|
-
402,
|
|
3978
|
-
404,
|
|
3979
|
-
406,
|
|
3980
4215
|
413,
|
|
3981
|
-
|
|
3982
|
-
|
|
4216
|
+
415,
|
|
4217
|
+
417,
|
|
4218
|
+
419,
|
|
4219
|
+
421,
|
|
4220
|
+
430,
|
|
4221
|
+
425,
|
|
4222
|
+
423,
|
|
4223
|
+
400
|
|
3983
4224
|
]
|
|
3984
4225
|
}
|
|
3985
4226
|
],
|
|
@@ -3998,7 +4239,7 @@
|
|
|
3998
4239
|
]
|
|
3999
4240
|
},
|
|
4000
4241
|
{
|
|
4001
|
-
"id":
|
|
4242
|
+
"id": 394,
|
|
4002
4243
|
"name": "SkyConfirmButtonHarnessFilters",
|
|
4003
4244
|
"kind": 256,
|
|
4004
4245
|
"kindString": "Interface",
|
|
@@ -4008,7 +4249,7 @@
|
|
|
4008
4249
|
},
|
|
4009
4250
|
"children": [
|
|
4010
4251
|
{
|
|
4011
|
-
"id":
|
|
4252
|
+
"id": 397,
|
|
4012
4253
|
"name": "ancestor",
|
|
4013
4254
|
"kind": 1024,
|
|
4014
4255
|
"kindString": "Property",
|
|
@@ -4035,7 +4276,7 @@
|
|
|
4035
4276
|
}
|
|
4036
4277
|
},
|
|
4037
4278
|
{
|
|
4038
|
-
"id":
|
|
4279
|
+
"id": 396,
|
|
4039
4280
|
"name": "styleType",
|
|
4040
4281
|
"kind": 1024,
|
|
4041
4282
|
"kindString": "Property",
|
|
@@ -4058,7 +4299,7 @@
|
|
|
4058
4299
|
}
|
|
4059
4300
|
},
|
|
4060
4301
|
{
|
|
4061
|
-
"id":
|
|
4302
|
+
"id": 395,
|
|
4062
4303
|
"name": "text",
|
|
4063
4304
|
"kind": 1024,
|
|
4064
4305
|
"kindString": "Property",
|
|
@@ -4097,9 +4338,9 @@
|
|
|
4097
4338
|
"title": "Properties",
|
|
4098
4339
|
"kind": 1024,
|
|
4099
4340
|
"children": [
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
4341
|
+
397,
|
|
4342
|
+
396,
|
|
4343
|
+
395
|
|
4103
4344
|
]
|
|
4104
4345
|
}
|
|
4105
4346
|
],
|
|
@@ -4132,7 +4373,7 @@
|
|
|
4132
4373
|
]
|
|
4133
4374
|
},
|
|
4134
4375
|
{
|
|
4135
|
-
"id":
|
|
4376
|
+
"id": 450,
|
|
4136
4377
|
"name": "SkyModalHarnessFilters",
|
|
4137
4378
|
"kind": 256,
|
|
4138
4379
|
"kindString": "Interface",
|
|
@@ -4142,7 +4383,7 @@
|
|
|
4142
4383
|
},
|
|
4143
4384
|
"children": [
|
|
4144
4385
|
{
|
|
4145
|
-
"id":
|
|
4386
|
+
"id": 453,
|
|
4146
4387
|
"name": "ancestor",
|
|
4147
4388
|
"kind": 1024,
|
|
4148
4389
|
"kindString": "Property",
|
|
@@ -4169,7 +4410,7 @@
|
|
|
4169
4410
|
}
|
|
4170
4411
|
},
|
|
4171
4412
|
{
|
|
4172
|
-
"id":
|
|
4413
|
+
"id": 451,
|
|
4173
4414
|
"name": "dataSkyId",
|
|
4174
4415
|
"kind": 1024,
|
|
4175
4416
|
"kindString": "Property",
|
|
@@ -4207,7 +4448,7 @@
|
|
|
4207
4448
|
}
|
|
4208
4449
|
},
|
|
4209
4450
|
{
|
|
4210
|
-
"id":
|
|
4451
|
+
"id": 452,
|
|
4211
4452
|
"name": "selector",
|
|
4212
4453
|
"kind": 1024,
|
|
4213
4454
|
"kindString": "Property",
|
|
@@ -4239,9 +4480,9 @@
|
|
|
4239
4480
|
"title": "Properties",
|
|
4240
4481
|
"kind": 1024,
|
|
4241
4482
|
"children": [
|
|
4242
|
-
|
|
4243
|
-
|
|
4244
|
-
|
|
4483
|
+
453,
|
|
4484
|
+
451,
|
|
4485
|
+
452
|
|
4245
4486
|
]
|
|
4246
4487
|
}
|
|
4247
4488
|
],
|
|
@@ -4350,12 +4591,12 @@
|
|
|
4350
4591
|
{
|
|
4351
4592
|
"fileName": "modal-demo-modal.component.html",
|
|
4352
4593
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.html",
|
|
4353
|
-
"rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal data-sky-id=\"modal-demo\">\n <sky-modal-header> Modal title </sky-modal-header>\n <sky-modal-content>\n <sky-input-box>\n <label class=\"sky-control-label\" [for]=\"myInput.id\">\n An input inside a modal\n </label>\n <input\n class=\"sky-form-control\"\n formControlName=\"value1\"\n type=\"text\"\n skyId\n #myInput=\"skyId\"\n />\n </sky-input-box>\n </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-primary\" type=\"submit\">Save</button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancelForm()\">\n Cancel\n </button>\n </sky-modal-footer>\n </sky-modal>\n</form>\n"
|
|
4594
|
+
"rawContents": "<form [formGroup]=\"demoForm\" (submit)=\"saveForm()\">\n <sky-modal data-sky-id=\"modal-demo\" [isDirty]=\"demoForm.dirty\">\n <sky-modal-header> Modal title </sky-modal-header>\n <sky-modal-content>\n <sky-input-box>\n <label class=\"sky-control-label\" [for]=\"myInput.id\">\n An input inside a modal\n </label>\n <input\n class=\"sky-form-control\"\n formControlName=\"value1\"\n type=\"text\"\n skyId\n #myInput=\"skyId\"\n />\n </sky-input-box>\n </sky-modal-content>\n <sky-modal-footer>\n <button class=\"sky-btn sky-btn-primary\" type=\"submit\">Save</button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancelForm()\">\n Cancel\n </button>\n </sky-modal-footer>\n </sky-modal>\n</form>\n"
|
|
4354
4595
|
},
|
|
4355
4596
|
{
|
|
4356
4597
|
"fileName": "modal-demo-modal.component.ts",
|
|
4357
4598
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo-modal.component.ts",
|
|
4358
|
-
"rawContents": "import { Component,
|
|
4599
|
+
"rawContents": "import { Component, inject } from '@angular/core';\nimport { 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 protected demoForm: FormGroup<{\n value1: FormControl<string | null | undefined>;\n }>;\n\n #instance = inject(SkyModalInstance);\n #waitSvc = inject(SkyWaitService);\n #context = inject(ModalDemoContext);\n #dataSvc = inject(ModalDemoDataService);\n\n constructor() {\n this.demoForm = new FormGroup({\n value1: new FormControl(this.#context.data.value1),\n });\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"
|
|
4359
4600
|
},
|
|
4360
4601
|
{
|
|
4361
4602
|
"fileName": "modal-demo.component.html",
|