@skyux/flyout 8.0.0-alpha.1 → 8.0.0-alpha.10
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 +185 -185
- package/esm2020/lib/modules/flyout/flyout-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/flyout/flyout-instance.mjs +28 -28
- package/esm2020/lib/modules/flyout/flyout-iterator.component.mjs +3 -3
- package/esm2020/lib/modules/flyout/flyout-media-query.service.mjs +3 -3
- package/esm2020/lib/modules/flyout/flyout.component.mjs +22 -12
- package/esm2020/lib/modules/flyout/flyout.module.mjs +4 -4
- package/esm2020/lib/modules/flyout/flyout.service.mjs +3 -3
- package/esm2020/lib/modules/shared/sky-flyout-resources.module.mjs +4 -4
- package/fesm2015/skyux-flyout.mjs +68 -58
- package/fesm2015/skyux-flyout.mjs.map +1 -1
- package/fesm2020/skyux-flyout.mjs +68 -58
- package/fesm2020/skyux-flyout.mjs.map +1 -1
- package/lib/modules/flyout/flyout.component.d.ts +2 -1
- package/package.json +13 -13
package/documentation.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"originalName": "",
|
|
19
19
|
"children": [
|
|
20
20
|
{
|
|
21
|
-
"id":
|
|
21
|
+
"id": 206,
|
|
22
22
|
"name": "SkyFlyoutBeforeCloseHandler",
|
|
23
23
|
"kind": 128,
|
|
24
24
|
"kindString": "Class",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"children": [
|
|
43
43
|
{
|
|
44
|
-
"id":
|
|
44
|
+
"id": 207,
|
|
45
45
|
"name": "constructor",
|
|
46
46
|
"kind": 512,
|
|
47
47
|
"kindString": "Constructor",
|
|
@@ -51,19 +51,19 @@
|
|
|
51
51
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
52
52
|
"line": 10,
|
|
53
53
|
"character": 2,
|
|
54
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
54
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
55
55
|
}
|
|
56
56
|
],
|
|
57
57
|
"signatures": [
|
|
58
58
|
{
|
|
59
|
-
"id":
|
|
59
|
+
"id": 208,
|
|
60
60
|
"name": "new SkyFlyoutBeforeCloseHandler",
|
|
61
61
|
"kind": 16384,
|
|
62
62
|
"kindString": "Constructor signature",
|
|
63
63
|
"flags": {},
|
|
64
64
|
"parameters": [
|
|
65
65
|
{
|
|
66
|
-
"id":
|
|
66
|
+
"id": 209,
|
|
67
67
|
"name": "closeFlyoutFunction",
|
|
68
68
|
"kind": 32768,
|
|
69
69
|
"kindString": "Parameter",
|
|
@@ -78,14 +78,14 @@
|
|
|
78
78
|
],
|
|
79
79
|
"type": {
|
|
80
80
|
"type": "reference",
|
|
81
|
-
"id":
|
|
81
|
+
"id": 206,
|
|
82
82
|
"name": "SkyFlyoutBeforeCloseHandler"
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
]
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
"id":
|
|
88
|
+
"id": 210,
|
|
89
89
|
"name": "closeFlyout",
|
|
90
90
|
"kind": 1024,
|
|
91
91
|
"kindString": "Property",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
107
107
|
"line": 8,
|
|
108
108
|
"character": 18,
|
|
109
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
109
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L8"
|
|
110
110
|
}
|
|
111
111
|
],
|
|
112
112
|
"type": {
|
|
@@ -121,13 +121,13 @@
|
|
|
121
121
|
{
|
|
122
122
|
"title": "Constructors",
|
|
123
123
|
"children": [
|
|
124
|
-
|
|
124
|
+
207
|
|
125
125
|
]
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
"title": "Properties",
|
|
129
129
|
"children": [
|
|
130
|
-
|
|
130
|
+
210
|
|
131
131
|
]
|
|
132
132
|
}
|
|
133
133
|
],
|
|
@@ -136,12 +136,12 @@
|
|
|
136
136
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
137
137
|
"line": 4,
|
|
138
138
|
"character": 13,
|
|
139
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
139
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L4"
|
|
140
140
|
}
|
|
141
141
|
]
|
|
142
142
|
},
|
|
143
143
|
{
|
|
144
|
-
"id":
|
|
144
|
+
"id": 126,
|
|
145
145
|
"name": "SkyFlyoutInstance",
|
|
146
146
|
"kind": 128,
|
|
147
147
|
"kindString": "Class",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
},
|
|
157
157
|
"children": [
|
|
158
158
|
{
|
|
159
|
-
"id":
|
|
159
|
+
"id": 127,
|
|
160
160
|
"name": "constructor",
|
|
161
161
|
"kind": 512,
|
|
162
162
|
"kindString": "Constructor",
|
|
@@ -166,19 +166,19 @@
|
|
|
166
166
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
167
167
|
"line": 116,
|
|
168
168
|
"character": 2,
|
|
169
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
169
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L116"
|
|
170
170
|
}
|
|
171
171
|
],
|
|
172
172
|
"signatures": [
|
|
173
173
|
{
|
|
174
|
-
"id":
|
|
174
|
+
"id": 128,
|
|
175
175
|
"name": "new SkyFlyoutInstance",
|
|
176
176
|
"kind": 16384,
|
|
177
177
|
"kindString": "Constructor signature",
|
|
178
178
|
"flags": {},
|
|
179
179
|
"typeParameter": [
|
|
180
180
|
{
|
|
181
|
-
"id":
|
|
181
|
+
"id": 129,
|
|
182
182
|
"name": "T",
|
|
183
183
|
"kind": 131072,
|
|
184
184
|
"kindString": "Type parameter",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
],
|
|
188
188
|
"parameters": [
|
|
189
189
|
{
|
|
190
|
-
"id":
|
|
190
|
+
"id": 130,
|
|
191
191
|
"name": "componentInstance",
|
|
192
192
|
"kind": 32768,
|
|
193
193
|
"kindString": "Parameter",
|
|
@@ -196,18 +196,18 @@
|
|
|
196
196
|
},
|
|
197
197
|
"type": {
|
|
198
198
|
"type": "reference",
|
|
199
|
-
"id":
|
|
199
|
+
"id": 129,
|
|
200
200
|
"name": "T"
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
],
|
|
204
204
|
"type": {
|
|
205
205
|
"type": "reference",
|
|
206
|
-
"id":
|
|
206
|
+
"id": 126,
|
|
207
207
|
"typeArguments": [
|
|
208
208
|
{
|
|
209
209
|
"type": "reference",
|
|
210
|
-
"id":
|
|
210
|
+
"id": 129,
|
|
211
211
|
"name": "T"
|
|
212
212
|
}
|
|
213
213
|
],
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
]
|
|
218
218
|
},
|
|
219
219
|
{
|
|
220
|
-
"id":
|
|
220
|
+
"id": 133,
|
|
221
221
|
"name": "closed",
|
|
222
222
|
"kind": 1024,
|
|
223
223
|
"kindString": "Property",
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
238
238
|
"line": 26,
|
|
239
239
|
"character": 9,
|
|
240
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
240
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L26"
|
|
241
241
|
}
|
|
242
242
|
],
|
|
243
243
|
"type": {
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"defaultValue": "..."
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
"id":
|
|
258
|
+
"id": 134,
|
|
259
259
|
"name": "componentInstance",
|
|
260
260
|
"kind": 1024,
|
|
261
261
|
"kindString": "Property",
|
|
@@ -275,17 +275,17 @@
|
|
|
275
275
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
276
276
|
"line": 31,
|
|
277
277
|
"character": 9,
|
|
278
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
278
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L31"
|
|
279
279
|
}
|
|
280
280
|
],
|
|
281
281
|
"type": {
|
|
282
282
|
"type": "reference",
|
|
283
|
-
"id":
|
|
283
|
+
"id": 129,
|
|
284
284
|
"name": "T"
|
|
285
285
|
}
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
|
-
"id":
|
|
288
|
+
"id": 137,
|
|
289
289
|
"name": "isOpen",
|
|
290
290
|
"kind": 1024,
|
|
291
291
|
"kindString": "Property",
|
|
@@ -332,7 +332,7 @@
|
|
|
332
332
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
333
333
|
"line": 45,
|
|
334
334
|
"character": 9,
|
|
335
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
335
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L45"
|
|
336
336
|
}
|
|
337
337
|
],
|
|
338
338
|
"type": {
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"defaultValue": "true"
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"id":
|
|
345
|
+
"id": 131,
|
|
346
346
|
"name": "beforeClose",
|
|
347
347
|
"kind": 262144,
|
|
348
348
|
"kindString": "Accessor",
|
|
@@ -354,11 +354,11 @@
|
|
|
354
354
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
355
355
|
"line": 19,
|
|
356
356
|
"character": 13,
|
|
357
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
357
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L19"
|
|
358
358
|
}
|
|
359
359
|
],
|
|
360
360
|
"getSignature": {
|
|
361
|
-
"id":
|
|
361
|
+
"id": 132,
|
|
362
362
|
"name": "beforeClose",
|
|
363
363
|
"kind": 524288,
|
|
364
364
|
"kindString": "Get signature",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"typeArguments": [
|
|
385
385
|
{
|
|
386
386
|
"type": "reference",
|
|
387
|
-
"id":
|
|
387
|
+
"id": 206,
|
|
388
388
|
"name": "SkyFlyoutBeforeCloseHandler"
|
|
389
389
|
}
|
|
390
390
|
],
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
}
|
|
396
396
|
},
|
|
397
397
|
{
|
|
398
|
-
"id":
|
|
398
|
+
"id": 138,
|
|
399
399
|
"name": "iteratorNextButtonClick",
|
|
400
400
|
"kind": 262144,
|
|
401
401
|
"kindString": "Accessor",
|
|
@@ -407,11 +407,11 @@
|
|
|
407
407
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
408
408
|
"line": 50,
|
|
409
409
|
"character": 13,
|
|
410
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
410
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L50"
|
|
411
411
|
}
|
|
412
412
|
],
|
|
413
413
|
"getSignature": {
|
|
414
|
-
"id":
|
|
414
|
+
"id": 139,
|
|
415
415
|
"name": "iteratorNextButtonClick",
|
|
416
416
|
"kind": 524288,
|
|
417
417
|
"kindString": "Get signature",
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
}
|
|
440
440
|
},
|
|
441
441
|
{
|
|
442
|
-
"id":
|
|
442
|
+
"id": 142,
|
|
443
443
|
"name": "iteratorNextButtonDisabled",
|
|
444
444
|
"kind": 262144,
|
|
445
445
|
"kindString": "Accessor",
|
|
@@ -451,17 +451,17 @@
|
|
|
451
451
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
452
452
|
"line": 65,
|
|
453
453
|
"character": 13,
|
|
454
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
454
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L65"
|
|
455
455
|
},
|
|
456
456
|
{
|
|
457
457
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
458
458
|
"line": 78,
|
|
459
459
|
"character": 13,
|
|
460
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
460
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L78"
|
|
461
461
|
}
|
|
462
462
|
],
|
|
463
463
|
"getSignature": {
|
|
464
|
-
"id":
|
|
464
|
+
"id": 143,
|
|
465
465
|
"name": "iteratorNextButtonDisabled",
|
|
466
466
|
"kind": 524288,
|
|
467
467
|
"kindString": "Get signature",
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
474
|
"setSignature": {
|
|
475
|
-
"id":
|
|
475
|
+
"id": 144,
|
|
476
476
|
"name": "iteratorNextButtonDisabled",
|
|
477
477
|
"kind": 1048576,
|
|
478
478
|
"kindString": "Set signature",
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
},
|
|
499
499
|
"parameters": [
|
|
500
500
|
{
|
|
501
|
-
"id":
|
|
501
|
+
"id": 145,
|
|
502
502
|
"name": "newValue",
|
|
503
503
|
"kind": 32768,
|
|
504
504
|
"kindString": "Parameter",
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
}
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
|
-
"id":
|
|
519
|
+
"id": 140,
|
|
520
520
|
"name": "iteratorPreviousButtonClick",
|
|
521
521
|
"kind": 262144,
|
|
522
522
|
"kindString": "Accessor",
|
|
@@ -528,11 +528,11 @@
|
|
|
528
528
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
529
529
|
"line": 57,
|
|
530
530
|
"character": 13,
|
|
531
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
531
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L57"
|
|
532
532
|
}
|
|
533
533
|
],
|
|
534
534
|
"getSignature": {
|
|
535
|
-
"id":
|
|
535
|
+
"id": 141,
|
|
536
536
|
"name": "iteratorPreviousButtonClick",
|
|
537
537
|
"kind": 524288,
|
|
538
538
|
"kindString": "Get signature",
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
}
|
|
561
561
|
},
|
|
562
562
|
{
|
|
563
|
-
"id":
|
|
563
|
+
"id": 146,
|
|
564
564
|
"name": "iteratorPreviousButtonDisabled",
|
|
565
565
|
"kind": 262144,
|
|
566
566
|
"kindString": "Accessor",
|
|
@@ -572,17 +572,17 @@
|
|
|
572
572
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
573
573
|
"line": 86,
|
|
574
574
|
"character": 13,
|
|
575
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
575
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L86"
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
578
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
579
579
|
"line": 99,
|
|
580
580
|
"character": 13,
|
|
581
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
581
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L99"
|
|
582
582
|
}
|
|
583
583
|
],
|
|
584
584
|
"getSignature": {
|
|
585
|
-
"id":
|
|
585
|
+
"id": 147,
|
|
586
586
|
"name": "iteratorPreviousButtonDisabled",
|
|
587
587
|
"kind": 524288,
|
|
588
588
|
"kindString": "Get signature",
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
}
|
|
594
594
|
},
|
|
595
595
|
"setSignature": {
|
|
596
|
-
"id":
|
|
596
|
+
"id": 148,
|
|
597
597
|
"name": "iteratorPreviousButtonDisabled",
|
|
598
598
|
"kind": 1048576,
|
|
599
599
|
"kindString": "Set signature",
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
},
|
|
620
620
|
"parameters": [
|
|
621
621
|
{
|
|
622
|
-
"id":
|
|
622
|
+
"id": 149,
|
|
623
623
|
"name": "newValue",
|
|
624
624
|
"kind": 32768,
|
|
625
625
|
"kindString": "Parameter",
|
|
@@ -637,7 +637,7 @@
|
|
|
637
637
|
}
|
|
638
638
|
},
|
|
639
639
|
{
|
|
640
|
-
"id":
|
|
640
|
+
"id": 156,
|
|
641
641
|
"name": "close",
|
|
642
642
|
"kind": 2048,
|
|
643
643
|
"kindString": "Method",
|
|
@@ -649,12 +649,12 @@
|
|
|
649
649
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
650
650
|
"line": 135,
|
|
651
651
|
"character": 9,
|
|
652
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
652
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L135"
|
|
653
653
|
}
|
|
654
654
|
],
|
|
655
655
|
"signatures": [
|
|
656
656
|
{
|
|
657
|
-
"id":
|
|
657
|
+
"id": 157,
|
|
658
658
|
"name": "close",
|
|
659
659
|
"kind": 4096,
|
|
660
660
|
"kindString": "Call signature",
|
|
@@ -677,7 +677,7 @@
|
|
|
677
677
|
},
|
|
678
678
|
"parameters": [
|
|
679
679
|
{
|
|
680
|
-
"id":
|
|
680
|
+
"id": 158,
|
|
681
681
|
"name": "args",
|
|
682
682
|
"kind": 32768,
|
|
683
683
|
"kindString": "Parameter",
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
},
|
|
695
695
|
"type": {
|
|
696
696
|
"type": "reference",
|
|
697
|
-
"id":
|
|
697
|
+
"id": 211,
|
|
698
698
|
"name": "SkyFlyoutCloseArgs"
|
|
699
699
|
}
|
|
700
700
|
}
|
|
@@ -711,31 +711,31 @@
|
|
|
711
711
|
{
|
|
712
712
|
"title": "Constructors",
|
|
713
713
|
"children": [
|
|
714
|
-
|
|
714
|
+
127
|
|
715
715
|
]
|
|
716
716
|
},
|
|
717
717
|
{
|
|
718
718
|
"title": "Properties",
|
|
719
719
|
"children": [
|
|
720
|
-
132,
|
|
721
720
|
133,
|
|
722
|
-
|
|
721
|
+
134,
|
|
722
|
+
137
|
|
723
723
|
]
|
|
724
724
|
},
|
|
725
725
|
{
|
|
726
726
|
"title": "Accessors",
|
|
727
727
|
"children": [
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
728
|
+
131,
|
|
729
|
+
138,
|
|
730
|
+
142,
|
|
731
|
+
140,
|
|
732
|
+
146
|
|
733
733
|
]
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
736
|
"title": "Methods",
|
|
737
737
|
"children": [
|
|
738
|
-
|
|
738
|
+
156
|
|
739
739
|
]
|
|
740
740
|
}
|
|
741
741
|
],
|
|
@@ -744,12 +744,12 @@
|
|
|
744
744
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
745
745
|
"line": 13,
|
|
746
746
|
"character": 13,
|
|
747
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
747
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L13"
|
|
748
748
|
}
|
|
749
749
|
],
|
|
750
750
|
"typeParameters": [
|
|
751
751
|
{
|
|
752
|
-
"id":
|
|
752
|
+
"id": 159,
|
|
753
753
|
"name": "T",
|
|
754
754
|
"kind": 131072,
|
|
755
755
|
"kindString": "Type parameter",
|
|
@@ -758,7 +758,7 @@
|
|
|
758
758
|
]
|
|
759
759
|
},
|
|
760
760
|
{
|
|
761
|
-
"id":
|
|
761
|
+
"id": 160,
|
|
762
762
|
"name": "SkyFlyoutModule",
|
|
763
763
|
"kind": 128,
|
|
764
764
|
"kindString": "Class",
|
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
{
|
|
769
769
|
"title": "Constructors",
|
|
770
770
|
"children": [
|
|
771
|
-
|
|
771
|
+
161
|
|
772
772
|
]
|
|
773
773
|
}
|
|
774
774
|
],
|
|
@@ -777,12 +777,12 @@
|
|
|
777
777
|
"fileName": "projects/flyout/src/modules/flyout/flyout.module.ts",
|
|
778
778
|
"line": 31,
|
|
779
779
|
"character": 13,
|
|
780
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
780
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout.module.ts#L31"
|
|
781
781
|
}
|
|
782
782
|
]
|
|
783
783
|
},
|
|
784
784
|
{
|
|
785
|
-
"id":
|
|
785
|
+
"id": 163,
|
|
786
786
|
"name": "SkyFlyoutService",
|
|
787
787
|
"kind": 128,
|
|
788
788
|
"kindString": "Class",
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
},
|
|
814
814
|
"children": [
|
|
815
815
|
{
|
|
816
|
-
"id":
|
|
816
|
+
"id": 164,
|
|
817
817
|
"name": "constructor",
|
|
818
818
|
"kind": 512,
|
|
819
819
|
"kindString": "Constructor",
|
|
@@ -823,19 +823,19 @@
|
|
|
823
823
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
824
824
|
"line": 45,
|
|
825
825
|
"character": 2,
|
|
826
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
826
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L45"
|
|
827
827
|
}
|
|
828
828
|
],
|
|
829
829
|
"signatures": [
|
|
830
830
|
{
|
|
831
|
-
"id":
|
|
831
|
+
"id": 165,
|
|
832
832
|
"name": "new SkyFlyoutService",
|
|
833
833
|
"kind": 16384,
|
|
834
834
|
"kindString": "Constructor signature",
|
|
835
835
|
"flags": {},
|
|
836
836
|
"parameters": [
|
|
837
837
|
{
|
|
838
|
-
"id":
|
|
838
|
+
"id": 166,
|
|
839
839
|
"name": "coreAdapter",
|
|
840
840
|
"kind": 32768,
|
|
841
841
|
"kindString": "Parameter",
|
|
@@ -846,7 +846,7 @@
|
|
|
846
846
|
}
|
|
847
847
|
},
|
|
848
848
|
{
|
|
849
|
-
"id":
|
|
849
|
+
"id": 167,
|
|
850
850
|
"name": "windowRef",
|
|
851
851
|
"kind": 32768,
|
|
852
852
|
"kindString": "Parameter",
|
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
}
|
|
858
858
|
},
|
|
859
859
|
{
|
|
860
|
-
"id":
|
|
860
|
+
"id": 168,
|
|
861
861
|
"name": "dynamicComponentService",
|
|
862
862
|
"kind": 32768,
|
|
863
863
|
"kindString": "Parameter",
|
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
}
|
|
869
869
|
},
|
|
870
870
|
{
|
|
871
|
-
"id":
|
|
871
|
+
"id": 169,
|
|
872
872
|
"name": "router",
|
|
873
873
|
"kind": 32768,
|
|
874
874
|
"kindString": "Parameter",
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
}
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
|
-
"id":
|
|
884
|
+
"id": 170,
|
|
885
885
|
"name": "ngZone",
|
|
886
886
|
"kind": 32768,
|
|
887
887
|
"kindString": "Parameter",
|
|
@@ -896,14 +896,14 @@
|
|
|
896
896
|
],
|
|
897
897
|
"type": {
|
|
898
898
|
"type": "reference",
|
|
899
|
-
"id":
|
|
899
|
+
"id": 163,
|
|
900
900
|
"name": "SkyFlyoutService"
|
|
901
901
|
}
|
|
902
902
|
}
|
|
903
903
|
]
|
|
904
904
|
},
|
|
905
905
|
{
|
|
906
|
-
"id":
|
|
906
|
+
"id": 182,
|
|
907
907
|
"name": "close",
|
|
908
908
|
"kind": 2048,
|
|
909
909
|
"kindString": "Method",
|
|
@@ -915,12 +915,12 @@
|
|
|
915
915
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
916
916
|
"line": 70,
|
|
917
917
|
"character": 9,
|
|
918
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
918
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L70"
|
|
919
919
|
}
|
|
920
920
|
],
|
|
921
921
|
"signatures": [
|
|
922
922
|
{
|
|
923
|
-
"id":
|
|
923
|
+
"id": 183,
|
|
924
924
|
"name": "close",
|
|
925
925
|
"kind": 4096,
|
|
926
926
|
"kindString": "Call signature",
|
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
},
|
|
936
936
|
"parameters": [
|
|
937
937
|
{
|
|
938
|
-
"id":
|
|
938
|
+
"id": 184,
|
|
939
939
|
"name": "args",
|
|
940
940
|
"kind": 32768,
|
|
941
941
|
"kindString": "Parameter",
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
},
|
|
953
953
|
"type": {
|
|
954
954
|
"type": "reference",
|
|
955
|
-
"id":
|
|
955
|
+
"id": 211,
|
|
956
956
|
"name": "SkyFlyoutCloseArgs"
|
|
957
957
|
}
|
|
958
958
|
}
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
]
|
|
966
966
|
},
|
|
967
967
|
{
|
|
968
|
-
"id":
|
|
968
|
+
"id": 180,
|
|
969
969
|
"name": "ngOnDestroy",
|
|
970
970
|
"kind": 2048,
|
|
971
971
|
"kindString": "Method",
|
|
@@ -977,12 +977,12 @@
|
|
|
977
977
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
978
978
|
"line": 59,
|
|
979
979
|
"character": 9,
|
|
980
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
980
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L59"
|
|
981
981
|
}
|
|
982
982
|
],
|
|
983
983
|
"signatures": [
|
|
984
984
|
{
|
|
985
|
-
"id":
|
|
985
|
+
"id": 181,
|
|
986
986
|
"name": "ngOnDestroy",
|
|
987
987
|
"kind": 4096,
|
|
988
988
|
"kindString": "Call signature",
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
}
|
|
1004
1004
|
},
|
|
1005
1005
|
{
|
|
1006
|
-
"id":
|
|
1006
|
+
"id": 185,
|
|
1007
1007
|
"name": "open",
|
|
1008
1008
|
"kind": 2048,
|
|
1009
1009
|
"kindString": "Method",
|
|
@@ -1015,12 +1015,12 @@
|
|
|
1015
1015
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1016
1016
|
"line": 86,
|
|
1017
1017
|
"character": 9,
|
|
1018
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1018
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L86"
|
|
1019
1019
|
}
|
|
1020
1020
|
],
|
|
1021
1021
|
"signatures": [
|
|
1022
1022
|
{
|
|
1023
|
-
"id":
|
|
1023
|
+
"id": 186,
|
|
1024
1024
|
"name": "open",
|
|
1025
1025
|
"kind": 4096,
|
|
1026
1026
|
"kindString": "Call signature",
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
},
|
|
1036
1036
|
"typeParameter": [
|
|
1037
1037
|
{
|
|
1038
|
-
"id":
|
|
1038
|
+
"id": 187,
|
|
1039
1039
|
"name": "T",
|
|
1040
1040
|
"kind": 131072,
|
|
1041
1041
|
"kindString": "Type parameter",
|
|
@@ -1044,7 +1044,7 @@
|
|
|
1044
1044
|
],
|
|
1045
1045
|
"parameters": [
|
|
1046
1046
|
{
|
|
1047
|
-
"id":
|
|
1047
|
+
"id": 188,
|
|
1048
1048
|
"name": "component",
|
|
1049
1049
|
"kind": 32768,
|
|
1050
1050
|
"kindString": "Parameter",
|
|
@@ -1062,7 +1062,7 @@
|
|
|
1062
1062
|
"typeArguments": [
|
|
1063
1063
|
{
|
|
1064
1064
|
"type": "reference",
|
|
1065
|
-
"id":
|
|
1065
|
+
"id": 187,
|
|
1066
1066
|
"name": "T"
|
|
1067
1067
|
}
|
|
1068
1068
|
],
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
}
|
|
1073
1073
|
},
|
|
1074
1074
|
{
|
|
1075
|
-
"id":
|
|
1075
|
+
"id": 189,
|
|
1076
1076
|
"name": "config",
|
|
1077
1077
|
"kind": 32768,
|
|
1078
1078
|
"kindString": "Parameter",
|
|
@@ -1089,18 +1089,18 @@
|
|
|
1089
1089
|
},
|
|
1090
1090
|
"type": {
|
|
1091
1091
|
"type": "reference",
|
|
1092
|
-
"id":
|
|
1092
|
+
"id": 213,
|
|
1093
1093
|
"name": "SkyFlyoutConfig"
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
1096
1096
|
],
|
|
1097
1097
|
"type": {
|
|
1098
1098
|
"type": "reference",
|
|
1099
|
-
"id":
|
|
1099
|
+
"id": 126,
|
|
1100
1100
|
"typeArguments": [
|
|
1101
1101
|
{
|
|
1102
1102
|
"type": "reference",
|
|
1103
|
-
"id":
|
|
1103
|
+
"id": 187,
|
|
1104
1104
|
"name": "T"
|
|
1105
1105
|
}
|
|
1106
1106
|
],
|
|
@@ -1114,15 +1114,15 @@
|
|
|
1114
1114
|
{
|
|
1115
1115
|
"title": "Constructors",
|
|
1116
1116
|
"children": [
|
|
1117
|
-
|
|
1117
|
+
164
|
|
1118
1118
|
]
|
|
1119
1119
|
},
|
|
1120
1120
|
{
|
|
1121
1121
|
"title": "Methods",
|
|
1122
1122
|
"children": [
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1123
|
+
182,
|
|
1124
|
+
180,
|
|
1125
|
+
185
|
|
1126
1126
|
]
|
|
1127
1127
|
}
|
|
1128
1128
|
],
|
|
@@ -1131,7 +1131,7 @@
|
|
|
1131
1131
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1132
1132
|
"line": 33,
|
|
1133
1133
|
"character": 13,
|
|
1134
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1134
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L33"
|
|
1135
1135
|
}
|
|
1136
1136
|
],
|
|
1137
1137
|
"implementedTypes": [
|
|
@@ -1144,14 +1144,14 @@
|
|
|
1144
1144
|
]
|
|
1145
1145
|
},
|
|
1146
1146
|
{
|
|
1147
|
-
"id":
|
|
1147
|
+
"id": 200,
|
|
1148
1148
|
"name": "SkyFlyoutAction",
|
|
1149
1149
|
"kind": 256,
|
|
1150
1150
|
"kindString": "Interface",
|
|
1151
1151
|
"flags": {},
|
|
1152
1152
|
"children": [
|
|
1153
1153
|
{
|
|
1154
|
-
"id":
|
|
1154
|
+
"id": 202,
|
|
1155
1155
|
"name": "callback",
|
|
1156
1156
|
"kind": 1024,
|
|
1157
1157
|
"kindString": "Property",
|
|
@@ -1163,13 +1163,13 @@
|
|
|
1163
1163
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1164
1164
|
"line": 10,
|
|
1165
1165
|
"character": 2,
|
|
1166
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1166
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1167
1167
|
}
|
|
1168
1168
|
],
|
|
1169
1169
|
"type": {
|
|
1170
1170
|
"type": "reflection",
|
|
1171
1171
|
"declaration": {
|
|
1172
|
-
"id":
|
|
1172
|
+
"id": 203,
|
|
1173
1173
|
"name": "__type",
|
|
1174
1174
|
"kind": 65536,
|
|
1175
1175
|
"kindString": "Type literal",
|
|
@@ -1179,12 +1179,12 @@
|
|
|
1179
1179
|
"fileName": "lib/modules/flyout/types/flyout-action.ts",
|
|
1180
1180
|
"line": 10,
|
|
1181
1181
|
"character": 13,
|
|
1182
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1182
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1183
1183
|
}
|
|
1184
1184
|
],
|
|
1185
1185
|
"signatures": [
|
|
1186
1186
|
{
|
|
1187
|
-
"id":
|
|
1187
|
+
"id": 204,
|
|
1188
1188
|
"name": "__type",
|
|
1189
1189
|
"kind": 4096,
|
|
1190
1190
|
"kindString": "Call signature",
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
}
|
|
1208
1208
|
},
|
|
1209
1209
|
{
|
|
1210
|
-
"id":
|
|
1210
|
+
"id": 205,
|
|
1211
1211
|
"name": "closeAfterInvoking",
|
|
1212
1212
|
"kind": 1024,
|
|
1213
1213
|
"kindString": "Property",
|
|
@@ -1227,7 +1227,7 @@
|
|
|
1227
1227
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1228
1228
|
"line": 15,
|
|
1229
1229
|
"character": 2,
|
|
1230
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1230
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L15"
|
|
1231
1231
|
}
|
|
1232
1232
|
],
|
|
1233
1233
|
"type": {
|
|
@@ -1236,7 +1236,7 @@
|
|
|
1236
1236
|
}
|
|
1237
1237
|
},
|
|
1238
1238
|
{
|
|
1239
|
-
"id":
|
|
1239
|
+
"id": 201,
|
|
1240
1240
|
"name": "label",
|
|
1241
1241
|
"kind": 1024,
|
|
1242
1242
|
"kindString": "Property",
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1257
1257
|
"line": 5,
|
|
1258
1258
|
"character": 2,
|
|
1259
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1259
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L5"
|
|
1260
1260
|
}
|
|
1261
1261
|
],
|
|
1262
1262
|
"type": {
|
|
@@ -1269,9 +1269,9 @@
|
|
|
1269
1269
|
{
|
|
1270
1270
|
"title": "Properties",
|
|
1271
1271
|
"children": [
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1272
|
+
202,
|
|
1273
|
+
205,
|
|
1274
|
+
201
|
|
1275
1275
|
]
|
|
1276
1276
|
}
|
|
1277
1277
|
],
|
|
@@ -1280,12 +1280,12 @@
|
|
|
1280
1280
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1281
1281
|
"line": 1,
|
|
1282
1282
|
"character": 17,
|
|
1283
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1283
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L1"
|
|
1284
1284
|
}
|
|
1285
1285
|
]
|
|
1286
1286
|
},
|
|
1287
1287
|
{
|
|
1288
|
-
"id":
|
|
1288
|
+
"id": 211,
|
|
1289
1289
|
"name": "SkyFlyoutCloseArgs",
|
|
1290
1290
|
"kind": 256,
|
|
1291
1291
|
"kindString": "Interface",
|
|
@@ -1300,7 +1300,7 @@
|
|
|
1300
1300
|
},
|
|
1301
1301
|
"children": [
|
|
1302
1302
|
{
|
|
1303
|
-
"id":
|
|
1303
|
+
"id": 212,
|
|
1304
1304
|
"name": "ignoreBeforeClose",
|
|
1305
1305
|
"kind": 1024,
|
|
1306
1306
|
"kindString": "Property",
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1329
1329
|
"line": 8,
|
|
1330
1330
|
"character": 2,
|
|
1331
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1331
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L8"
|
|
1332
1332
|
}
|
|
1333
1333
|
],
|
|
1334
1334
|
"type": {
|
|
@@ -1341,7 +1341,7 @@
|
|
|
1341
1341
|
{
|
|
1342
1342
|
"title": "Properties",
|
|
1343
1343
|
"children": [
|
|
1344
|
-
|
|
1344
|
+
212
|
|
1345
1345
|
]
|
|
1346
1346
|
}
|
|
1347
1347
|
],
|
|
@@ -1350,12 +1350,12 @@
|
|
|
1350
1350
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1351
1351
|
"line": 4,
|
|
1352
1352
|
"character": 17,
|
|
1353
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1353
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L4"
|
|
1354
1354
|
}
|
|
1355
1355
|
]
|
|
1356
1356
|
},
|
|
1357
1357
|
{
|
|
1358
|
-
"id":
|
|
1358
|
+
"id": 213,
|
|
1359
1359
|
"name": "SkyFlyoutConfig",
|
|
1360
1360
|
"kind": 256,
|
|
1361
1361
|
"kindString": "Interface",
|
|
@@ -1370,7 +1370,7 @@
|
|
|
1370
1370
|
},
|
|
1371
1371
|
"children": [
|
|
1372
1372
|
{
|
|
1373
|
-
"id":
|
|
1373
|
+
"id": 214,
|
|
1374
1374
|
"name": "ariaDescribedBy",
|
|
1375
1375
|
"kind": 1024,
|
|
1376
1376
|
"kindString": "Property",
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1407
1407
|
"line": 16,
|
|
1408
1408
|
"character": 2,
|
|
1409
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1409
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L16"
|
|
1410
1410
|
}
|
|
1411
1411
|
],
|
|
1412
1412
|
"type": {
|
|
@@ -1415,7 +1415,7 @@
|
|
|
1415
1415
|
}
|
|
1416
1416
|
},
|
|
1417
1417
|
{
|
|
1418
|
-
"id":
|
|
1418
|
+
"id": 215,
|
|
1419
1419
|
"name": "ariaLabel",
|
|
1420
1420
|
"kind": 1024,
|
|
1421
1421
|
"kindString": "Property",
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1460
1460
|
"line": 24,
|
|
1461
1461
|
"character": 2,
|
|
1462
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1462
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L24"
|
|
1463
1463
|
}
|
|
1464
1464
|
],
|
|
1465
1465
|
"type": {
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
}
|
|
1469
1469
|
},
|
|
1470
1470
|
{
|
|
1471
|
-
"id":
|
|
1471
|
+
"id": 216,
|
|
1472
1472
|
"name": "ariaLabelledBy",
|
|
1473
1473
|
"kind": 1024,
|
|
1474
1474
|
"kindString": "Property",
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1513
1513
|
"line": 33,
|
|
1514
1514
|
"character": 2,
|
|
1515
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1515
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L33"
|
|
1516
1516
|
}
|
|
1517
1517
|
],
|
|
1518
1518
|
"type": {
|
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
}
|
|
1522
1522
|
},
|
|
1523
1523
|
{
|
|
1524
|
-
"id":
|
|
1524
|
+
"id": 217,
|
|
1525
1525
|
"name": "ariaRole",
|
|
1526
1526
|
"kind": 1024,
|
|
1527
1527
|
"kindString": "Property",
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1578
1578
|
"line": 45,
|
|
1579
1579
|
"character": 2,
|
|
1580
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1580
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L45"
|
|
1581
1581
|
}
|
|
1582
1582
|
],
|
|
1583
1583
|
"type": {
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
}
|
|
1587
1587
|
},
|
|
1588
1588
|
{
|
|
1589
|
-
"id":
|
|
1589
|
+
"id": 218,
|
|
1590
1590
|
"name": "defaultWidth",
|
|
1591
1591
|
"kind": 1024,
|
|
1592
1592
|
"kindString": "Property",
|
|
@@ -1606,7 +1606,7 @@
|
|
|
1606
1606
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1607
1607
|
"line": 51,
|
|
1608
1608
|
"character": 2,
|
|
1609
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1609
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L51"
|
|
1610
1610
|
}
|
|
1611
1611
|
],
|
|
1612
1612
|
"type": {
|
|
@@ -1615,7 +1615,7 @@
|
|
|
1615
1615
|
}
|
|
1616
1616
|
},
|
|
1617
1617
|
{
|
|
1618
|
-
"id":
|
|
1618
|
+
"id": 226,
|
|
1619
1619
|
"name": "iteratorNextButtonDisabled",
|
|
1620
1620
|
"kind": 1024,
|
|
1621
1621
|
"kindString": "Property",
|
|
@@ -1646,7 +1646,7 @@
|
|
|
1646
1646
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1647
1647
|
"line": 100,
|
|
1648
1648
|
"character": 2,
|
|
1649
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1649
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L100"
|
|
1650
1650
|
}
|
|
1651
1651
|
],
|
|
1652
1652
|
"type": {
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
}
|
|
1656
1656
|
},
|
|
1657
1657
|
{
|
|
1658
|
-
"id":
|
|
1658
|
+
"id": 225,
|
|
1659
1659
|
"name": "iteratorPreviousButtonDisabled",
|
|
1660
1660
|
"kind": 1024,
|
|
1661
1661
|
"kindString": "Property",
|
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1687
1687
|
"line": 93,
|
|
1688
1688
|
"character": 2,
|
|
1689
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1689
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L93"
|
|
1690
1690
|
}
|
|
1691
1691
|
],
|
|
1692
1692
|
"type": {
|
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
}
|
|
1696
1696
|
},
|
|
1697
1697
|
{
|
|
1698
|
-
"id":
|
|
1698
|
+
"id": 220,
|
|
1699
1699
|
"name": "maxWidth",
|
|
1700
1700
|
"kind": 1024,
|
|
1701
1701
|
"kindString": "Property",
|
|
@@ -1726,7 +1726,7 @@
|
|
|
1726
1726
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1727
1727
|
"line": 63,
|
|
1728
1728
|
"character": 2,
|
|
1729
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1729
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L63"
|
|
1730
1730
|
}
|
|
1731
1731
|
],
|
|
1732
1732
|
"type": {
|
|
@@ -1735,7 +1735,7 @@
|
|
|
1735
1735
|
}
|
|
1736
1736
|
},
|
|
1737
1737
|
{
|
|
1738
|
-
"id":
|
|
1738
|
+
"id": 219,
|
|
1739
1739
|
"name": "minWidth",
|
|
1740
1740
|
"kind": 1024,
|
|
1741
1741
|
"kindString": "Property",
|
|
@@ -1766,7 +1766,7 @@
|
|
|
1766
1766
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1767
1767
|
"line": 57,
|
|
1768
1768
|
"character": 2,
|
|
1769
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1769
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L57"
|
|
1770
1770
|
}
|
|
1771
1771
|
],
|
|
1772
1772
|
"type": {
|
|
@@ -1775,7 +1775,7 @@
|
|
|
1775
1775
|
}
|
|
1776
1776
|
},
|
|
1777
1777
|
{
|
|
1778
|
-
"id":
|
|
1778
|
+
"id": 221,
|
|
1779
1779
|
"name": "permalink",
|
|
1780
1780
|
"kind": 1024,
|
|
1781
1781
|
"kindString": "Property",
|
|
@@ -1795,17 +1795,17 @@
|
|
|
1795
1795
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1796
1796
|
"line": 69,
|
|
1797
1797
|
"character": 2,
|
|
1798
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1798
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L69"
|
|
1799
1799
|
}
|
|
1800
1800
|
],
|
|
1801
1801
|
"type": {
|
|
1802
1802
|
"type": "reference",
|
|
1803
|
-
"id":
|
|
1803
|
+
"id": 240,
|
|
1804
1804
|
"name": "SkyFlyoutPermalink"
|
|
1805
1805
|
}
|
|
1806
1806
|
},
|
|
1807
1807
|
{
|
|
1808
|
-
"id":
|
|
1808
|
+
"id": 222,
|
|
1809
1809
|
"name": "primaryAction",
|
|
1810
1810
|
"kind": 1024,
|
|
1811
1811
|
"kindString": "Property",
|
|
@@ -1825,17 +1825,17 @@
|
|
|
1825
1825
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1826
1826
|
"line": 74,
|
|
1827
1827
|
"character": 2,
|
|
1828
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1828
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L74"
|
|
1829
1829
|
}
|
|
1830
1830
|
],
|
|
1831
1831
|
"type": {
|
|
1832
1832
|
"type": "reference",
|
|
1833
|
-
"id":
|
|
1833
|
+
"id": 200,
|
|
1834
1834
|
"name": "SkyFlyoutAction"
|
|
1835
1835
|
}
|
|
1836
1836
|
},
|
|
1837
1837
|
{
|
|
1838
|
-
"id":
|
|
1838
|
+
"id": 223,
|
|
1839
1839
|
"name": "providers",
|
|
1840
1840
|
"kind": 1024,
|
|
1841
1841
|
"kindString": "Property",
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1856
1856
|
"line": 79,
|
|
1857
1857
|
"character": 2,
|
|
1858
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1858
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L79"
|
|
1859
1859
|
}
|
|
1860
1860
|
],
|
|
1861
1861
|
"type": {
|
|
@@ -1867,7 +1867,7 @@
|
|
|
1867
1867
|
}
|
|
1868
1868
|
},
|
|
1869
1869
|
{
|
|
1870
|
-
"id":
|
|
1870
|
+
"id": 227,
|
|
1871
1871
|
"name": "settingsKey",
|
|
1872
1872
|
"kind": 1024,
|
|
1873
1873
|
"kindString": "Property",
|
|
@@ -1887,7 +1887,7 @@
|
|
|
1887
1887
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1888
1888
|
"line": 108,
|
|
1889
1889
|
"character": 2,
|
|
1890
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1890
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L108"
|
|
1891
1891
|
}
|
|
1892
1892
|
],
|
|
1893
1893
|
"type": {
|
|
@@ -1896,7 +1896,7 @@
|
|
|
1896
1896
|
}
|
|
1897
1897
|
},
|
|
1898
1898
|
{
|
|
1899
|
-
"id":
|
|
1899
|
+
"id": 224,
|
|
1900
1900
|
"name": "showIterator",
|
|
1901
1901
|
"kind": 1024,
|
|
1902
1902
|
"kindString": "Property",
|
|
@@ -1927,7 +1927,7 @@
|
|
|
1927
1927
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1928
1928
|
"line": 86,
|
|
1929
1929
|
"character": 2,
|
|
1930
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1930
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L86"
|
|
1931
1931
|
}
|
|
1932
1932
|
],
|
|
1933
1933
|
"type": {
|
|
@@ -1940,20 +1940,20 @@
|
|
|
1940
1940
|
{
|
|
1941
1941
|
"title": "Properties",
|
|
1942
1942
|
"children": [
|
|
1943
|
-
213,
|
|
1944
1943
|
214,
|
|
1945
1944
|
215,
|
|
1946
1945
|
216,
|
|
1947
1946
|
217,
|
|
1948
|
-
225,
|
|
1949
|
-
224,
|
|
1950
|
-
219,
|
|
1951
1947
|
218,
|
|
1948
|
+
226,
|
|
1949
|
+
225,
|
|
1952
1950
|
220,
|
|
1951
|
+
219,
|
|
1953
1952
|
221,
|
|
1954
1953
|
222,
|
|
1955
|
-
|
|
1956
|
-
|
|
1954
|
+
223,
|
|
1955
|
+
227,
|
|
1956
|
+
224
|
|
1957
1957
|
]
|
|
1958
1958
|
}
|
|
1959
1959
|
],
|
|
@@ -1962,19 +1962,19 @@
|
|
|
1962
1962
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1963
1963
|
"line": 7,
|
|
1964
1964
|
"character": 17,
|
|
1965
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1965
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L7"
|
|
1966
1966
|
}
|
|
1967
1967
|
]
|
|
1968
1968
|
},
|
|
1969
1969
|
{
|
|
1970
|
-
"id":
|
|
1970
|
+
"id": 240,
|
|
1971
1971
|
"name": "SkyFlyoutPermalink",
|
|
1972
1972
|
"kind": 256,
|
|
1973
1973
|
"kindString": "Interface",
|
|
1974
1974
|
"flags": {},
|
|
1975
1975
|
"children": [
|
|
1976
1976
|
{
|
|
1977
|
-
"id":
|
|
1977
|
+
"id": 241,
|
|
1978
1978
|
"name": "label",
|
|
1979
1979
|
"kind": 1024,
|
|
1980
1980
|
"kindString": "Property",
|
|
@@ -1994,7 +1994,7 @@
|
|
|
1994
1994
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1995
1995
|
"line": 7,
|
|
1996
1996
|
"character": 2,
|
|
1997
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1997
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L7"
|
|
1998
1998
|
}
|
|
1999
1999
|
],
|
|
2000
2000
|
"type": {
|
|
@@ -2003,7 +2003,7 @@
|
|
|
2003
2003
|
}
|
|
2004
2004
|
},
|
|
2005
2005
|
{
|
|
2006
|
-
"id":
|
|
2006
|
+
"id": 242,
|
|
2007
2007
|
"name": "route",
|
|
2008
2008
|
"kind": 1024,
|
|
2009
2009
|
"kindString": "Property",
|
|
@@ -2031,20 +2031,20 @@
|
|
|
2031
2031
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2032
2032
|
"line": 15,
|
|
2033
2033
|
"character": 2,
|
|
2034
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2034
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
2035
2035
|
}
|
|
2036
2036
|
],
|
|
2037
2037
|
"type": {
|
|
2038
2038
|
"type": "reflection",
|
|
2039
2039
|
"declaration": {
|
|
2040
|
-
"id":
|
|
2040
|
+
"id": 243,
|
|
2041
2041
|
"name": "__type",
|
|
2042
2042
|
"kind": 65536,
|
|
2043
2043
|
"kindString": "Type literal",
|
|
2044
2044
|
"flags": {},
|
|
2045
2045
|
"children": [
|
|
2046
2046
|
{
|
|
2047
|
-
"id":
|
|
2047
|
+
"id": 244,
|
|
2048
2048
|
"name": "commands",
|
|
2049
2049
|
"kind": 1024,
|
|
2050
2050
|
"kindString": "Property",
|
|
@@ -2054,7 +2054,7 @@
|
|
|
2054
2054
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2055
2055
|
"line": 16,
|
|
2056
2056
|
"character": 4,
|
|
2057
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2057
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L16"
|
|
2058
2058
|
}
|
|
2059
2059
|
],
|
|
2060
2060
|
"type": {
|
|
@@ -2066,7 +2066,7 @@
|
|
|
2066
2066
|
}
|
|
2067
2067
|
},
|
|
2068
2068
|
{
|
|
2069
|
-
"id":
|
|
2069
|
+
"id": 245,
|
|
2070
2070
|
"name": "extras",
|
|
2071
2071
|
"kind": 1024,
|
|
2072
2072
|
"kindString": "Property",
|
|
@@ -2078,7 +2078,7 @@
|
|
|
2078
2078
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2079
2079
|
"line": 17,
|
|
2080
2080
|
"character": 4,
|
|
2081
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2081
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L17"
|
|
2082
2082
|
}
|
|
2083
2083
|
],
|
|
2084
2084
|
"type": {
|
|
@@ -2093,8 +2093,8 @@
|
|
|
2093
2093
|
{
|
|
2094
2094
|
"title": "Properties",
|
|
2095
2095
|
"children": [
|
|
2096
|
-
|
|
2097
|
-
|
|
2096
|
+
244,
|
|
2097
|
+
245
|
|
2098
2098
|
]
|
|
2099
2099
|
}
|
|
2100
2100
|
],
|
|
@@ -2103,14 +2103,14 @@
|
|
|
2103
2103
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2104
2104
|
"line": 15,
|
|
2105
2105
|
"character": 10,
|
|
2106
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2106
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
2107
2107
|
}
|
|
2108
2108
|
]
|
|
2109
2109
|
}
|
|
2110
2110
|
}
|
|
2111
2111
|
},
|
|
2112
2112
|
{
|
|
2113
|
-
"id":
|
|
2113
|
+
"id": 246,
|
|
2114
2114
|
"name": "url",
|
|
2115
2115
|
"kind": 1024,
|
|
2116
2116
|
"kindString": "Property",
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2131
2131
|
"line": 23,
|
|
2132
2132
|
"character": 2,
|
|
2133
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2133
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L23"
|
|
2134
2134
|
}
|
|
2135
2135
|
],
|
|
2136
2136
|
"type": {
|
|
@@ -2143,9 +2143,9 @@
|
|
|
2143
2143
|
{
|
|
2144
2144
|
"title": "Properties",
|
|
2145
2145
|
"children": [
|
|
2146
|
-
240,
|
|
2147
2146
|
241,
|
|
2148
|
-
|
|
2147
|
+
242,
|
|
2148
|
+
246
|
|
2149
2149
|
]
|
|
2150
2150
|
}
|
|
2151
2151
|
],
|
|
@@ -2154,7 +2154,7 @@
|
|
|
2154
2154
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2155
2155
|
"line": 3,
|
|
2156
2156
|
"character": 17,
|
|
2157
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2157
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L3"
|
|
2158
2158
|
}
|
|
2159
2159
|
]
|
|
2160
2160
|
}
|
|
@@ -2163,19 +2163,19 @@
|
|
|
2163
2163
|
{
|
|
2164
2164
|
"title": "Classes",
|
|
2165
2165
|
"children": [
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2166
|
+
206,
|
|
2167
|
+
126,
|
|
2168
|
+
160,
|
|
2169
|
+
163
|
|
2170
2170
|
]
|
|
2171
2171
|
},
|
|
2172
2172
|
{
|
|
2173
2173
|
"title": "Interfaces",
|
|
2174
2174
|
"children": [
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2175
|
+
200,
|
|
2176
|
+
211,
|
|
2177
|
+
213,
|
|
2178
|
+
240
|
|
2179
2179
|
]
|
|
2180
2180
|
}
|
|
2181
2181
|
],
|
|
@@ -2184,7 +2184,7 @@
|
|
|
2184
2184
|
"fileName": "index.ts",
|
|
2185
2185
|
"line": 1,
|
|
2186
2186
|
"character": 0,
|
|
2187
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2187
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/flyout/src/index.ts#L1"
|
|
2188
2188
|
}
|
|
2189
2189
|
]
|
|
2190
2190
|
},
|