@skyux/flyout 8.0.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +430 -846
- package/package.json +6 -6
package/documentation.json
CHANGED
|
@@ -18,30 +18,17 @@
|
|
|
18
18
|
"originalName": "",
|
|
19
19
|
"children": [
|
|
20
20
|
{
|
|
21
|
-
"id":
|
|
21
|
+
"id": 205,
|
|
22
22
|
"name": "SkyFlyoutBeforeCloseHandler",
|
|
23
23
|
"kind": 128,
|
|
24
24
|
"kindString": "Class",
|
|
25
25
|
"flags": {},
|
|
26
26
|
"comment": {
|
|
27
|
-
"
|
|
28
|
-
{
|
|
29
|
-
"kind": "text",
|
|
30
|
-
"text": "Handler for notifying the flyout when it is appropriate to close the flyout. This will be returned from the flyout instance's "
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
"kind": "code",
|
|
34
|
-
"text": "`beforeClose`"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"kind": "text",
|
|
38
|
-
"text": " observable."
|
|
39
|
-
}
|
|
40
|
-
]
|
|
27
|
+
"shortText": "Handler for notifying the flyout when it is appropriate to close the flyout. This will be returned from the flyout instance's `beforeClose` observable."
|
|
41
28
|
},
|
|
42
29
|
"children": [
|
|
43
30
|
{
|
|
44
|
-
"id":
|
|
31
|
+
"id": 206,
|
|
45
32
|
"name": "constructor",
|
|
46
33
|
"kind": 512,
|
|
47
34
|
"kindString": "Constructor",
|
|
@@ -50,42 +37,41 @@
|
|
|
50
37
|
{
|
|
51
38
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
52
39
|
"line": 10,
|
|
53
|
-
"character": 2
|
|
54
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
40
|
+
"character": 2
|
|
55
41
|
}
|
|
56
42
|
],
|
|
57
43
|
"signatures": [
|
|
58
44
|
{
|
|
59
|
-
"id":
|
|
45
|
+
"id": 207,
|
|
60
46
|
"name": "new SkyFlyoutBeforeCloseHandler",
|
|
61
47
|
"kind": 16384,
|
|
62
48
|
"kindString": "Constructor signature",
|
|
63
49
|
"flags": {},
|
|
64
50
|
"parameters": [
|
|
65
51
|
{
|
|
66
|
-
"id":
|
|
52
|
+
"id": 208,
|
|
67
53
|
"name": "closeFlyoutFunction",
|
|
68
54
|
"kind": 32768,
|
|
69
55
|
"kindString": "Parameter",
|
|
70
56
|
"flags": {},
|
|
71
57
|
"type": {
|
|
72
58
|
"type": "reference",
|
|
73
|
-
"name": "Function",
|
|
74
59
|
"qualifiedName": "Function",
|
|
75
|
-
"package": "typescript"
|
|
60
|
+
"package": "typescript",
|
|
61
|
+
"name": "Function"
|
|
76
62
|
}
|
|
77
63
|
}
|
|
78
64
|
],
|
|
79
65
|
"type": {
|
|
80
66
|
"type": "reference",
|
|
81
|
-
"id":
|
|
67
|
+
"id": 205,
|
|
82
68
|
"name": "SkyFlyoutBeforeCloseHandler"
|
|
83
69
|
}
|
|
84
70
|
}
|
|
85
71
|
]
|
|
86
72
|
},
|
|
87
73
|
{
|
|
88
|
-
"id":
|
|
74
|
+
"id": 209,
|
|
89
75
|
"name": "closeFlyout",
|
|
90
76
|
"kind": 1024,
|
|
91
77
|
"kindString": "Property",
|
|
@@ -94,40 +80,36 @@
|
|
|
94
80
|
"isReadonly": true
|
|
95
81
|
},
|
|
96
82
|
"comment": {
|
|
97
|
-
"
|
|
98
|
-
{
|
|
99
|
-
"kind": "text",
|
|
100
|
-
"text": "Function which should be called to close the flyout. This should be called once any intervening actions have completed."
|
|
101
|
-
}
|
|
102
|
-
]
|
|
83
|
+
"shortText": "Function which should be called to close the flyout. This should be called once any intervening actions have completed."
|
|
103
84
|
},
|
|
104
85
|
"sources": [
|
|
105
86
|
{
|
|
106
87
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
107
88
|
"line": 8,
|
|
108
|
-
"character": 18
|
|
109
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L8"
|
|
89
|
+
"character": 18
|
|
110
90
|
}
|
|
111
91
|
],
|
|
112
92
|
"type": {
|
|
113
93
|
"type": "reference",
|
|
114
|
-
"name": "Function",
|
|
115
94
|
"qualifiedName": "Function",
|
|
116
|
-
"package": "typescript"
|
|
95
|
+
"package": "typescript",
|
|
96
|
+
"name": "Function"
|
|
117
97
|
}
|
|
118
98
|
}
|
|
119
99
|
],
|
|
120
100
|
"groups": [
|
|
121
101
|
{
|
|
122
102
|
"title": "Constructors",
|
|
103
|
+
"kind": 512,
|
|
123
104
|
"children": [
|
|
124
|
-
|
|
105
|
+
206
|
|
125
106
|
]
|
|
126
107
|
},
|
|
127
108
|
{
|
|
128
109
|
"title": "Properties",
|
|
110
|
+
"kind": 1024,
|
|
129
111
|
"children": [
|
|
130
|
-
|
|
112
|
+
209
|
|
131
113
|
]
|
|
132
114
|
}
|
|
133
115
|
],
|
|
@@ -135,8 +117,7 @@
|
|
|
135
117
|
{
|
|
136
118
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
137
119
|
"line": 4,
|
|
138
|
-
"character": 13
|
|
139
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L4"
|
|
120
|
+
"character": 13
|
|
140
121
|
}
|
|
141
122
|
]
|
|
142
123
|
},
|
|
@@ -147,12 +128,7 @@
|
|
|
147
128
|
"kindString": "Class",
|
|
148
129
|
"flags": {},
|
|
149
130
|
"comment": {
|
|
150
|
-
"
|
|
151
|
-
{
|
|
152
|
-
"kind": "text",
|
|
153
|
-
"text": "Represents a single displayed flyout."
|
|
154
|
-
}
|
|
155
|
-
]
|
|
131
|
+
"shortText": "Represents a single displayed flyout."
|
|
156
132
|
},
|
|
157
133
|
"children": [
|
|
158
134
|
{
|
|
@@ -165,8 +141,7 @@
|
|
|
165
141
|
{
|
|
166
142
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
167
143
|
"line": 116,
|
|
168
|
-
"character": 2
|
|
169
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L116"
|
|
144
|
+
"character": 2
|
|
170
145
|
}
|
|
171
146
|
],
|
|
172
147
|
"signatures": [
|
|
@@ -225,19 +200,13 @@
|
|
|
225
200
|
"isPublic": true
|
|
226
201
|
},
|
|
227
202
|
"comment": {
|
|
228
|
-
"
|
|
229
|
-
{
|
|
230
|
-
"kind": "text",
|
|
231
|
-
"text": "An event that the flyout instance emits when it closes."
|
|
232
|
-
}
|
|
233
|
-
]
|
|
203
|
+
"shortText": "An event that the flyout instance emits when it closes."
|
|
234
204
|
},
|
|
235
205
|
"sources": [
|
|
236
206
|
{
|
|
237
207
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
238
208
|
"line": 26,
|
|
239
|
-
"character": 9
|
|
240
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L26"
|
|
209
|
+
"character": 9
|
|
241
210
|
}
|
|
242
211
|
],
|
|
243
212
|
"type": {
|
|
@@ -248,9 +217,9 @@
|
|
|
248
217
|
"name": "void"
|
|
249
218
|
}
|
|
250
219
|
],
|
|
251
|
-
"name": "EventEmitter",
|
|
252
220
|
"qualifiedName": "EventEmitter",
|
|
253
|
-
"package": "@angular/core"
|
|
221
|
+
"package": "@angular/core",
|
|
222
|
+
"name": "EventEmitter"
|
|
254
223
|
},
|
|
255
224
|
"defaultValue": "..."
|
|
256
225
|
},
|
|
@@ -263,19 +232,13 @@
|
|
|
263
232
|
"isPublic": true
|
|
264
233
|
},
|
|
265
234
|
"comment": {
|
|
266
|
-
"
|
|
267
|
-
{
|
|
268
|
-
"kind": "text",
|
|
269
|
-
"text": "The instance of the component to display in the flyout."
|
|
270
|
-
}
|
|
271
|
-
]
|
|
235
|
+
"shortText": "The instance of the component to display in the flyout."
|
|
272
236
|
},
|
|
273
237
|
"sources": [
|
|
274
238
|
{
|
|
275
239
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
276
240
|
"line": 31,
|
|
277
|
-
"character": 9
|
|
278
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L31"
|
|
241
|
+
"character": 9
|
|
279
242
|
}
|
|
280
243
|
],
|
|
281
244
|
"type": {
|
|
@@ -293,37 +256,11 @@
|
|
|
293
256
|
"isPublic": true
|
|
294
257
|
},
|
|
295
258
|
"comment": {
|
|
296
|
-
"
|
|
259
|
+
"shortText": "A `boolean` value that returns `true` if the flyout is open.",
|
|
260
|
+
"tags": [
|
|
297
261
|
{
|
|
298
|
-
"
|
|
299
|
-
"text": "
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"kind": "code",
|
|
303
|
-
"text": "`boolean`"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"kind": "text",
|
|
307
|
-
"text": " value that returns "
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
"kind": "code",
|
|
311
|
-
"text": "`true`"
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"kind": "text",
|
|
315
|
-
"text": " if the flyout is open."
|
|
316
|
-
}
|
|
317
|
-
],
|
|
318
|
-
"blockTags": [
|
|
319
|
-
{
|
|
320
|
-
"tag": "@default",
|
|
321
|
-
"content": [
|
|
322
|
-
{
|
|
323
|
-
"kind": "text",
|
|
324
|
-
"text": "true"
|
|
325
|
-
}
|
|
326
|
-
]
|
|
262
|
+
"tag": "default",
|
|
263
|
+
"text": "true\n"
|
|
327
264
|
}
|
|
328
265
|
]
|
|
329
266
|
},
|
|
@@ -331,8 +268,7 @@
|
|
|
331
268
|
{
|
|
332
269
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
333
270
|
"line": 45,
|
|
334
|
-
"character": 9
|
|
335
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L45"
|
|
271
|
+
"character": 9
|
|
336
272
|
}
|
|
337
273
|
],
|
|
338
274
|
"type": {
|
|
@@ -353,46 +289,34 @@
|
|
|
353
289
|
{
|
|
354
290
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
355
291
|
"line": 19,
|
|
356
|
-
"character": 13
|
|
357
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L19"
|
|
292
|
+
"character": 13
|
|
358
293
|
}
|
|
359
294
|
],
|
|
360
|
-
"getSignature":
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
"
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
"type": "reference",
|
|
384
|
-
"typeArguments": [
|
|
385
|
-
{
|
|
386
|
-
"type": "reference",
|
|
387
|
-
"id": 206,
|
|
388
|
-
"name": "SkyFlyoutBeforeCloseHandler"
|
|
389
|
-
}
|
|
390
|
-
],
|
|
391
|
-
"name": "Observable",
|
|
392
|
-
"qualifiedName": "Observable",
|
|
393
|
-
"package": "rxjs"
|
|
295
|
+
"getSignature": [
|
|
296
|
+
{
|
|
297
|
+
"id": 132,
|
|
298
|
+
"name": "beforeClose",
|
|
299
|
+
"kind": 524288,
|
|
300
|
+
"kindString": "Get signature",
|
|
301
|
+
"flags": {},
|
|
302
|
+
"comment": {
|
|
303
|
+
"shortText": "An event that the modal instance emits when it is about to close.\nIf a subscription exists for this event,\nthe modal does not close until the subscriber calls the handler's `closeModal` method."
|
|
304
|
+
},
|
|
305
|
+
"type": {
|
|
306
|
+
"type": "reference",
|
|
307
|
+
"typeArguments": [
|
|
308
|
+
{
|
|
309
|
+
"type": "reference",
|
|
310
|
+
"id": 205,
|
|
311
|
+
"name": "SkyFlyoutBeforeCloseHandler"
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"qualifiedName": "Observable",
|
|
315
|
+
"package": "rxjs",
|
|
316
|
+
"name": "Observable"
|
|
317
|
+
}
|
|
394
318
|
}
|
|
395
|
-
|
|
319
|
+
]
|
|
396
320
|
},
|
|
397
321
|
{
|
|
398
322
|
"id": 138,
|
|
@@ -406,37 +330,33 @@
|
|
|
406
330
|
{
|
|
407
331
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
408
332
|
"line": 50,
|
|
409
|
-
"character": 13
|
|
410
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L50"
|
|
333
|
+
"character": 13
|
|
411
334
|
}
|
|
412
335
|
],
|
|
413
|
-
"getSignature":
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
"
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
"name": "EventEmitter",
|
|
436
|
-
"qualifiedName": "EventEmitter",
|
|
437
|
-
"package": "@angular/core"
|
|
336
|
+
"getSignature": [
|
|
337
|
+
{
|
|
338
|
+
"id": 139,
|
|
339
|
+
"name": "iteratorNextButtonClick",
|
|
340
|
+
"kind": 524288,
|
|
341
|
+
"kindString": "Get signature",
|
|
342
|
+
"flags": {},
|
|
343
|
+
"comment": {
|
|
344
|
+
"shortText": "An event that the flyout instance emits when users click the next iterator button."
|
|
345
|
+
},
|
|
346
|
+
"type": {
|
|
347
|
+
"type": "reference",
|
|
348
|
+
"typeArguments": [
|
|
349
|
+
{
|
|
350
|
+
"type": "intrinsic",
|
|
351
|
+
"name": "void"
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"qualifiedName": "EventEmitter",
|
|
355
|
+
"package": "@angular/core",
|
|
356
|
+
"name": "EventEmitter"
|
|
357
|
+
}
|
|
438
358
|
}
|
|
439
|
-
|
|
359
|
+
]
|
|
440
360
|
},
|
|
441
361
|
{
|
|
442
362
|
"id": 142,
|
|
@@ -450,70 +370,66 @@
|
|
|
450
370
|
{
|
|
451
371
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
452
372
|
"line": 65,
|
|
453
|
-
"character": 13
|
|
454
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L65"
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
458
|
-
"line": 78,
|
|
459
|
-
"character": 13,
|
|
460
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L78"
|
|
373
|
+
"character": 13
|
|
461
374
|
}
|
|
462
375
|
],
|
|
463
|
-
"getSignature":
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
"
|
|
471
|
-
|
|
376
|
+
"getSignature": [
|
|
377
|
+
{
|
|
378
|
+
"id": 143,
|
|
379
|
+
"name": "iteratorNextButtonDisabled",
|
|
380
|
+
"kind": 524288,
|
|
381
|
+
"kindString": "Get signature",
|
|
382
|
+
"flags": {},
|
|
383
|
+
"comment": {
|
|
384
|
+
"shortText": "Disables the next iterator button.",
|
|
385
|
+
"tags": [
|
|
386
|
+
{
|
|
387
|
+
"tag": "default",
|
|
388
|
+
"text": "false\n"
|
|
389
|
+
}
|
|
390
|
+
]
|
|
391
|
+
},
|
|
392
|
+
"type": {
|
|
393
|
+
"type": "intrinsic",
|
|
394
|
+
"name": "boolean"
|
|
395
|
+
}
|
|
472
396
|
}
|
|
473
|
-
|
|
474
|
-
"setSignature":
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
"
|
|
397
|
+
],
|
|
398
|
+
"setSignature": [
|
|
399
|
+
{
|
|
400
|
+
"id": 144,
|
|
401
|
+
"name": "iteratorNextButtonDisabled",
|
|
402
|
+
"kind": 1048576,
|
|
403
|
+
"kindString": "Set signature",
|
|
404
|
+
"flags": {},
|
|
405
|
+
"comment": {
|
|
406
|
+
"shortText": "Disables the next iterator button.",
|
|
407
|
+
"tags": [
|
|
408
|
+
{
|
|
409
|
+
"tag": "default",
|
|
410
|
+
"text": "false\n"
|
|
411
|
+
}
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
"parameters": [
|
|
482
415
|
{
|
|
483
|
-
"
|
|
484
|
-
"
|
|
416
|
+
"id": 145,
|
|
417
|
+
"name": "newValue",
|
|
418
|
+
"kind": 32768,
|
|
419
|
+
"kindString": "Parameter",
|
|
420
|
+
"flags": {},
|
|
421
|
+
"type": {
|
|
422
|
+
"type": "intrinsic",
|
|
423
|
+
"name": "boolean"
|
|
424
|
+
}
|
|
485
425
|
}
|
|
486
426
|
],
|
|
487
|
-
"
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
"content": [
|
|
491
|
-
{
|
|
492
|
-
"kind": "text",
|
|
493
|
-
"text": "false"
|
|
494
|
-
}
|
|
495
|
-
]
|
|
496
|
-
}
|
|
497
|
-
]
|
|
498
|
-
},
|
|
499
|
-
"parameters": [
|
|
500
|
-
{
|
|
501
|
-
"id": 145,
|
|
502
|
-
"name": "newValue",
|
|
503
|
-
"kind": 32768,
|
|
504
|
-
"kindString": "Parameter",
|
|
505
|
-
"flags": {},
|
|
506
|
-
"type": {
|
|
507
|
-
"type": "intrinsic",
|
|
508
|
-
"name": "boolean"
|
|
509
|
-
}
|
|
427
|
+
"type": {
|
|
428
|
+
"type": "intrinsic",
|
|
429
|
+
"name": "void"
|
|
510
430
|
}
|
|
511
|
-
],
|
|
512
|
-
"type": {
|
|
513
|
-
"type": "intrinsic",
|
|
514
|
-
"name": "void"
|
|
515
431
|
}
|
|
516
|
-
|
|
432
|
+
]
|
|
517
433
|
},
|
|
518
434
|
{
|
|
519
435
|
"id": 140,
|
|
@@ -527,37 +443,33 @@
|
|
|
527
443
|
{
|
|
528
444
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
529
445
|
"line": 57,
|
|
530
|
-
"character": 13
|
|
531
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L57"
|
|
446
|
+
"character": 13
|
|
532
447
|
}
|
|
533
448
|
],
|
|
534
|
-
"getSignature":
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
"
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
"name": "EventEmitter",
|
|
557
|
-
"qualifiedName": "EventEmitter",
|
|
558
|
-
"package": "@angular/core"
|
|
449
|
+
"getSignature": [
|
|
450
|
+
{
|
|
451
|
+
"id": 141,
|
|
452
|
+
"name": "iteratorPreviousButtonClick",
|
|
453
|
+
"kind": 524288,
|
|
454
|
+
"kindString": "Get signature",
|
|
455
|
+
"flags": {},
|
|
456
|
+
"comment": {
|
|
457
|
+
"shortText": "An event that the flyout instance emits when users click the previous iterator button."
|
|
458
|
+
},
|
|
459
|
+
"type": {
|
|
460
|
+
"type": "reference",
|
|
461
|
+
"typeArguments": [
|
|
462
|
+
{
|
|
463
|
+
"type": "intrinsic",
|
|
464
|
+
"name": "void"
|
|
465
|
+
}
|
|
466
|
+
],
|
|
467
|
+
"qualifiedName": "EventEmitter",
|
|
468
|
+
"package": "@angular/core",
|
|
469
|
+
"name": "EventEmitter"
|
|
470
|
+
}
|
|
559
471
|
}
|
|
560
|
-
|
|
472
|
+
]
|
|
561
473
|
},
|
|
562
474
|
{
|
|
563
475
|
"id": 146,
|
|
@@ -571,70 +483,66 @@
|
|
|
571
483
|
{
|
|
572
484
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
573
485
|
"line": 86,
|
|
574
|
-
"character": 13
|
|
575
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L86"
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
579
|
-
"line": 99,
|
|
580
|
-
"character": 13,
|
|
581
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L99"
|
|
486
|
+
"character": 13
|
|
582
487
|
}
|
|
583
488
|
],
|
|
584
|
-
"getSignature":
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
"
|
|
592
|
-
|
|
489
|
+
"getSignature": [
|
|
490
|
+
{
|
|
491
|
+
"id": 147,
|
|
492
|
+
"name": "iteratorPreviousButtonDisabled",
|
|
493
|
+
"kind": 524288,
|
|
494
|
+
"kindString": "Get signature",
|
|
495
|
+
"flags": {},
|
|
496
|
+
"comment": {
|
|
497
|
+
"shortText": "Disables the previous iterator button.",
|
|
498
|
+
"tags": [
|
|
499
|
+
{
|
|
500
|
+
"tag": "default",
|
|
501
|
+
"text": "false\n"
|
|
502
|
+
}
|
|
503
|
+
]
|
|
504
|
+
},
|
|
505
|
+
"type": {
|
|
506
|
+
"type": "intrinsic",
|
|
507
|
+
"name": "boolean"
|
|
508
|
+
}
|
|
593
509
|
}
|
|
594
|
-
|
|
595
|
-
"setSignature":
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
"
|
|
510
|
+
],
|
|
511
|
+
"setSignature": [
|
|
512
|
+
{
|
|
513
|
+
"id": 148,
|
|
514
|
+
"name": "iteratorPreviousButtonDisabled",
|
|
515
|
+
"kind": 1048576,
|
|
516
|
+
"kindString": "Set signature",
|
|
517
|
+
"flags": {},
|
|
518
|
+
"comment": {
|
|
519
|
+
"shortText": "Disables the previous iterator button.",
|
|
520
|
+
"tags": [
|
|
521
|
+
{
|
|
522
|
+
"tag": "default",
|
|
523
|
+
"text": "false\n"
|
|
524
|
+
}
|
|
525
|
+
]
|
|
526
|
+
},
|
|
527
|
+
"parameters": [
|
|
603
528
|
{
|
|
604
|
-
"
|
|
605
|
-
"
|
|
529
|
+
"id": 149,
|
|
530
|
+
"name": "newValue",
|
|
531
|
+
"kind": 32768,
|
|
532
|
+
"kindString": "Parameter",
|
|
533
|
+
"flags": {},
|
|
534
|
+
"type": {
|
|
535
|
+
"type": "intrinsic",
|
|
536
|
+
"name": "boolean"
|
|
537
|
+
}
|
|
606
538
|
}
|
|
607
539
|
],
|
|
608
|
-
"
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
"content": [
|
|
612
|
-
{
|
|
613
|
-
"kind": "text",
|
|
614
|
-
"text": "false"
|
|
615
|
-
}
|
|
616
|
-
]
|
|
617
|
-
}
|
|
618
|
-
]
|
|
619
|
-
},
|
|
620
|
-
"parameters": [
|
|
621
|
-
{
|
|
622
|
-
"id": 149,
|
|
623
|
-
"name": "newValue",
|
|
624
|
-
"kind": 32768,
|
|
625
|
-
"kindString": "Parameter",
|
|
626
|
-
"flags": {},
|
|
627
|
-
"type": {
|
|
628
|
-
"type": "intrinsic",
|
|
629
|
-
"name": "boolean"
|
|
630
|
-
}
|
|
540
|
+
"type": {
|
|
541
|
+
"type": "intrinsic",
|
|
542
|
+
"name": "void"
|
|
631
543
|
}
|
|
632
|
-
],
|
|
633
|
-
"type": {
|
|
634
|
-
"type": "intrinsic",
|
|
635
|
-
"name": "void"
|
|
636
544
|
}
|
|
637
|
-
|
|
545
|
+
]
|
|
638
546
|
},
|
|
639
547
|
{
|
|
640
548
|
"id": 156,
|
|
@@ -648,8 +556,7 @@
|
|
|
648
556
|
{
|
|
649
557
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
650
558
|
"line": 135,
|
|
651
|
-
"character": 9
|
|
652
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L135"
|
|
559
|
+
"character": 9
|
|
653
560
|
}
|
|
654
561
|
],
|
|
655
562
|
"signatures": [
|
|
@@ -660,20 +567,7 @@
|
|
|
660
567
|
"kindString": "Call signature",
|
|
661
568
|
"flags": {},
|
|
662
569
|
"comment": {
|
|
663
|
-
"
|
|
664
|
-
{
|
|
665
|
-
"kind": "text",
|
|
666
|
-
"text": "Closes the flyout instance and emits its "
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"kind": "code",
|
|
670
|
-
"text": "`closed`"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"kind": "text",
|
|
674
|
-
"text": " event."
|
|
675
|
-
}
|
|
676
|
-
]
|
|
570
|
+
"shortText": "Closes the flyout instance and emits its `closed` event."
|
|
677
571
|
},
|
|
678
572
|
"parameters": [
|
|
679
573
|
{
|
|
@@ -685,16 +579,11 @@
|
|
|
685
579
|
"isOptional": true
|
|
686
580
|
},
|
|
687
581
|
"comment": {
|
|
688
|
-
"
|
|
689
|
-
{
|
|
690
|
-
"kind": "text",
|
|
691
|
-
"text": "Arguments used when closing the flyout."
|
|
692
|
-
}
|
|
693
|
-
]
|
|
582
|
+
"shortText": "Arguments used when closing the flyout.\n"
|
|
694
583
|
},
|
|
695
584
|
"type": {
|
|
696
585
|
"type": "reference",
|
|
697
|
-
"id":
|
|
586
|
+
"id": 210,
|
|
698
587
|
"name": "SkyFlyoutCloseArgs"
|
|
699
588
|
}
|
|
700
589
|
}
|
|
@@ -710,12 +599,14 @@
|
|
|
710
599
|
"groups": [
|
|
711
600
|
{
|
|
712
601
|
"title": "Constructors",
|
|
602
|
+
"kind": 512,
|
|
713
603
|
"children": [
|
|
714
604
|
127
|
|
715
605
|
]
|
|
716
606
|
},
|
|
717
607
|
{
|
|
718
608
|
"title": "Properties",
|
|
609
|
+
"kind": 1024,
|
|
719
610
|
"children": [
|
|
720
611
|
133,
|
|
721
612
|
134,
|
|
@@ -724,6 +615,7 @@
|
|
|
724
615
|
},
|
|
725
616
|
{
|
|
726
617
|
"title": "Accessors",
|
|
618
|
+
"kind": 262144,
|
|
727
619
|
"children": [
|
|
728
620
|
131,
|
|
729
621
|
138,
|
|
@@ -734,6 +626,7 @@
|
|
|
734
626
|
},
|
|
735
627
|
{
|
|
736
628
|
"title": "Methods",
|
|
629
|
+
"kind": 2048,
|
|
737
630
|
"children": [
|
|
738
631
|
156
|
|
739
632
|
]
|
|
@@ -743,11 +636,10 @@
|
|
|
743
636
|
{
|
|
744
637
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
745
638
|
"line": 13,
|
|
746
|
-
"character": 13
|
|
747
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L13"
|
|
639
|
+
"character": 13
|
|
748
640
|
}
|
|
749
641
|
],
|
|
750
|
-
"
|
|
642
|
+
"typeParameter": [
|
|
751
643
|
{
|
|
752
644
|
"id": 159,
|
|
753
645
|
"name": "T",
|
|
@@ -763,10 +655,25 @@
|
|
|
763
655
|
"kind": 128,
|
|
764
656
|
"kindString": "Class",
|
|
765
657
|
"flags": {},
|
|
658
|
+
"decorators": [
|
|
659
|
+
{
|
|
660
|
+
"name": "NgModule",
|
|
661
|
+
"type": {
|
|
662
|
+
"type": "reference",
|
|
663
|
+
"qualifiedName": "NgModuleDecorator",
|
|
664
|
+
"package": "@angular/core",
|
|
665
|
+
"name": "NgModule"
|
|
666
|
+
},
|
|
667
|
+
"arguments": {
|
|
668
|
+
"obj": "{\n declarations: [SkyFlyoutComponent, SkyFlyoutIteratorComponent],\n imports: [\n A11yModule,\n CommonModule,\n FormsModule,\n RouterModule,\n SkyI18nModule,\n SkyIconModule,\n SkyFlyoutResourcesModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n exports: [SkyFlyoutComponent],\n}"
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
],
|
|
766
672
|
"children": [],
|
|
767
673
|
"groups": [
|
|
768
674
|
{
|
|
769
675
|
"title": "Constructors",
|
|
676
|
+
"kind": 512,
|
|
770
677
|
"children": [
|
|
771
678
|
161
|
|
772
679
|
]
|
|
@@ -776,8 +683,7 @@
|
|
|
776
683
|
{
|
|
777
684
|
"fileName": "projects/flyout/src/modules/flyout/flyout.module.ts",
|
|
778
685
|
"line": 31,
|
|
779
|
-
"character": 13
|
|
780
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout.module.ts#L31"
|
|
686
|
+
"character": 13
|
|
781
687
|
}
|
|
782
688
|
]
|
|
783
689
|
},
|
|
@@ -788,29 +694,22 @@
|
|
|
788
694
|
"kindString": "Class",
|
|
789
695
|
"flags": {},
|
|
790
696
|
"comment": {
|
|
791
|
-
"
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
{
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
"kind": "text",
|
|
802
|
-
"text": " element. The "
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"kind": "code",
|
|
806
|
-
"text": "`SkyFlyoutInstance`"
|
|
697
|
+
"shortText": "Launches flyouts and provides a common look and feel.\nThis service dynamically generates the flyout component and appends it directly to the\ndocument's `body` element. The `SkyFlyoutInstance` class watches for and triggers flyout events."
|
|
698
|
+
},
|
|
699
|
+
"decorators": [
|
|
700
|
+
{
|
|
701
|
+
"name": "Injectable",
|
|
702
|
+
"type": {
|
|
703
|
+
"type": "reference",
|
|
704
|
+
"qualifiedName": "InjectableDecorator",
|
|
705
|
+
"package": "@angular/core",
|
|
706
|
+
"name": "Injectable"
|
|
807
707
|
},
|
|
808
|
-
{
|
|
809
|
-
"
|
|
810
|
-
"text": " class watches for and triggers flyout events."
|
|
708
|
+
"arguments": {
|
|
709
|
+
"options": "{\n providedIn: 'any',\n}"
|
|
811
710
|
}
|
|
812
|
-
|
|
813
|
-
|
|
711
|
+
}
|
|
712
|
+
],
|
|
814
713
|
"children": [
|
|
815
714
|
{
|
|
816
715
|
"id": 164,
|
|
@@ -822,8 +721,7 @@
|
|
|
822
721
|
{
|
|
823
722
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
824
723
|
"line": 45,
|
|
825
|
-
"character": 2
|
|
826
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L45"
|
|
724
|
+
"character": 2
|
|
827
725
|
}
|
|
828
726
|
],
|
|
829
727
|
"signatures": [
|
|
@@ -875,9 +773,9 @@
|
|
|
875
773
|
"flags": {},
|
|
876
774
|
"type": {
|
|
877
775
|
"type": "reference",
|
|
878
|
-
"name": "Router",
|
|
879
776
|
"qualifiedName": "Router",
|
|
880
|
-
"package": "@angular/router"
|
|
777
|
+
"package": "@angular/router",
|
|
778
|
+
"name": "Router"
|
|
881
779
|
}
|
|
882
780
|
},
|
|
883
781
|
{
|
|
@@ -888,9 +786,9 @@
|
|
|
888
786
|
"flags": {},
|
|
889
787
|
"type": {
|
|
890
788
|
"type": "reference",
|
|
891
|
-
"name": "NgZone",
|
|
892
789
|
"qualifiedName": "NgZone",
|
|
893
|
-
"package": "@angular/core"
|
|
790
|
+
"package": "@angular/core",
|
|
791
|
+
"name": "NgZone"
|
|
894
792
|
}
|
|
895
793
|
}
|
|
896
794
|
],
|
|
@@ -914,8 +812,7 @@
|
|
|
914
812
|
{
|
|
915
813
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
916
814
|
"line": 70,
|
|
917
|
-
"character": 9
|
|
918
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L70"
|
|
815
|
+
"character": 9
|
|
919
816
|
}
|
|
920
817
|
],
|
|
921
818
|
"signatures": [
|
|
@@ -926,12 +823,7 @@
|
|
|
926
823
|
"kindString": "Call signature",
|
|
927
824
|
"flags": {},
|
|
928
825
|
"comment": {
|
|
929
|
-
"
|
|
930
|
-
{
|
|
931
|
-
"kind": "text",
|
|
932
|
-
"text": "Closes the flyout. This method also removes the flyout's HTML elements from the DOM."
|
|
933
|
-
}
|
|
934
|
-
]
|
|
826
|
+
"shortText": "Closes the flyout. This method also removes the flyout's HTML elements from the DOM."
|
|
935
827
|
},
|
|
936
828
|
"parameters": [
|
|
937
829
|
{
|
|
@@ -943,16 +835,11 @@
|
|
|
943
835
|
"isOptional": true
|
|
944
836
|
},
|
|
945
837
|
"comment": {
|
|
946
|
-
"
|
|
947
|
-
{
|
|
948
|
-
"kind": "text",
|
|
949
|
-
"text": "Arguments used when closing the flyout."
|
|
950
|
-
}
|
|
951
|
-
]
|
|
838
|
+
"shortText": "Arguments used when closing the flyout.\n"
|
|
952
839
|
},
|
|
953
840
|
"type": {
|
|
954
841
|
"type": "reference",
|
|
955
|
-
"id":
|
|
842
|
+
"id": 210,
|
|
956
843
|
"name": "SkyFlyoutCloseArgs"
|
|
957
844
|
}
|
|
958
845
|
}
|
|
@@ -976,8 +863,7 @@
|
|
|
976
863
|
{
|
|
977
864
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
978
865
|
"line": 59,
|
|
979
|
-
"character": 9
|
|
980
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L59"
|
|
866
|
+
"character": 9
|
|
981
867
|
}
|
|
982
868
|
],
|
|
983
869
|
"signatures": [
|
|
@@ -1014,8 +900,7 @@
|
|
|
1014
900
|
{
|
|
1015
901
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1016
902
|
"line": 86,
|
|
1017
|
-
"character": 9
|
|
1018
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L86"
|
|
903
|
+
"character": 9
|
|
1019
904
|
}
|
|
1020
905
|
],
|
|
1021
906
|
"signatures": [
|
|
@@ -1026,12 +911,7 @@
|
|
|
1026
911
|
"kindString": "Call signature",
|
|
1027
912
|
"flags": {},
|
|
1028
913
|
"comment": {
|
|
1029
|
-
"
|
|
1030
|
-
{
|
|
1031
|
-
"kind": "text",
|
|
1032
|
-
"text": "Opens a flyout and displays the specified component."
|
|
1033
|
-
}
|
|
1034
|
-
]
|
|
914
|
+
"shortText": "Opens a flyout and displays the specified component."
|
|
1035
915
|
},
|
|
1036
916
|
"typeParameter": [
|
|
1037
917
|
{
|
|
@@ -1050,12 +930,7 @@
|
|
|
1050
930
|
"kindString": "Parameter",
|
|
1051
931
|
"flags": {},
|
|
1052
932
|
"comment": {
|
|
1053
|
-
"
|
|
1054
|
-
{
|
|
1055
|
-
"kind": "text",
|
|
1056
|
-
"text": "Specifies the component to render."
|
|
1057
|
-
}
|
|
1058
|
-
]
|
|
933
|
+
"shortText": "Specifies the component to render."
|
|
1059
934
|
},
|
|
1060
935
|
"type": {
|
|
1061
936
|
"type": "reference",
|
|
@@ -1066,9 +941,9 @@
|
|
|
1066
941
|
"name": "T"
|
|
1067
942
|
}
|
|
1068
943
|
],
|
|
1069
|
-
"name": "Type",
|
|
1070
944
|
"qualifiedName": "Type",
|
|
1071
|
-
"package": "@angular/core"
|
|
945
|
+
"package": "@angular/core",
|
|
946
|
+
"name": "Type"
|
|
1072
947
|
}
|
|
1073
948
|
},
|
|
1074
949
|
{
|
|
@@ -1080,16 +955,11 @@
|
|
|
1080
955
|
"isOptional": true
|
|
1081
956
|
},
|
|
1082
957
|
"comment": {
|
|
1083
|
-
"
|
|
1084
|
-
{
|
|
1085
|
-
"kind": "text",
|
|
1086
|
-
"text": "Specifies the flyout configuration passed to the specified component's constructor."
|
|
1087
|
-
}
|
|
1088
|
-
]
|
|
958
|
+
"shortText": "Specifies the flyout configuration passed to the specified component's constructor.\n"
|
|
1089
959
|
},
|
|
1090
960
|
"type": {
|
|
1091
961
|
"type": "reference",
|
|
1092
|
-
"id":
|
|
962
|
+
"id": 212,
|
|
1093
963
|
"name": "SkyFlyoutConfig"
|
|
1094
964
|
}
|
|
1095
965
|
}
|
|
@@ -1113,12 +983,14 @@
|
|
|
1113
983
|
"groups": [
|
|
1114
984
|
{
|
|
1115
985
|
"title": "Constructors",
|
|
986
|
+
"kind": 512,
|
|
1116
987
|
"children": [
|
|
1117
988
|
164
|
|
1118
989
|
]
|
|
1119
990
|
},
|
|
1120
991
|
{
|
|
1121
992
|
"title": "Methods",
|
|
993
|
+
"kind": 2048,
|
|
1122
994
|
"children": [
|
|
1123
995
|
182,
|
|
1124
996
|
180,
|
|
@@ -1130,16 +1002,15 @@
|
|
|
1130
1002
|
{
|
|
1131
1003
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1132
1004
|
"line": 33,
|
|
1133
|
-
"character": 13
|
|
1134
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L33"
|
|
1005
|
+
"character": 13
|
|
1135
1006
|
}
|
|
1136
1007
|
],
|
|
1137
1008
|
"implementedTypes": [
|
|
1138
1009
|
{
|
|
1139
1010
|
"type": "reference",
|
|
1140
|
-
"name": "OnDestroy",
|
|
1141
1011
|
"qualifiedName": "OnDestroy",
|
|
1142
|
-
"package": "@angular/core"
|
|
1012
|
+
"package": "@angular/core",
|
|
1013
|
+
"name": "OnDestroy"
|
|
1143
1014
|
}
|
|
1144
1015
|
]
|
|
1145
1016
|
},
|
|
@@ -1151,63 +1022,7 @@
|
|
|
1151
1022
|
"flags": {},
|
|
1152
1023
|
"children": [
|
|
1153
1024
|
{
|
|
1154
|
-
"id":
|
|
1155
|
-
"name": "callback",
|
|
1156
|
-
"kind": 1024,
|
|
1157
|
-
"kindString": "Property",
|
|
1158
|
-
"flags": {
|
|
1159
|
-
"isOptional": true
|
|
1160
|
-
},
|
|
1161
|
-
"sources": [
|
|
1162
|
-
{
|
|
1163
|
-
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1164
|
-
"line": 10,
|
|
1165
|
-
"character": 2,
|
|
1166
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1167
|
-
}
|
|
1168
|
-
],
|
|
1169
|
-
"type": {
|
|
1170
|
-
"type": "reflection",
|
|
1171
|
-
"declaration": {
|
|
1172
|
-
"id": 203,
|
|
1173
|
-
"name": "__type",
|
|
1174
|
-
"kind": 65536,
|
|
1175
|
-
"kindString": "Type literal",
|
|
1176
|
-
"flags": {},
|
|
1177
|
-
"sources": [
|
|
1178
|
-
{
|
|
1179
|
-
"fileName": "lib/modules/flyout/types/flyout-action.ts",
|
|
1180
|
-
"line": 10,
|
|
1181
|
-
"character": 13,
|
|
1182
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1183
|
-
}
|
|
1184
|
-
],
|
|
1185
|
-
"signatures": [
|
|
1186
|
-
{
|
|
1187
|
-
"id": 204,
|
|
1188
|
-
"name": "__type",
|
|
1189
|
-
"kind": 4096,
|
|
1190
|
-
"kindString": "Call signature",
|
|
1191
|
-
"flags": {},
|
|
1192
|
-
"comment": {
|
|
1193
|
-
"summary": [
|
|
1194
|
-
{
|
|
1195
|
-
"kind": "text",
|
|
1196
|
-
"text": "The callback function to execute when the button is clicked."
|
|
1197
|
-
}
|
|
1198
|
-
]
|
|
1199
|
-
},
|
|
1200
|
-
"type": {
|
|
1201
|
-
"type": "intrinsic",
|
|
1202
|
-
"name": "void"
|
|
1203
|
-
}
|
|
1204
|
-
}
|
|
1205
|
-
]
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
{
|
|
1210
|
-
"id": 205,
|
|
1025
|
+
"id": 204,
|
|
1211
1026
|
"name": "closeAfterInvoking",
|
|
1212
1027
|
"kind": 1024,
|
|
1213
1028
|
"kindString": "Property",
|
|
@@ -1215,19 +1030,13 @@
|
|
|
1215
1030
|
"isOptional": true
|
|
1216
1031
|
},
|
|
1217
1032
|
"comment": {
|
|
1218
|
-
"
|
|
1219
|
-
{
|
|
1220
|
-
"kind": "text",
|
|
1221
|
-
"text": "Whether to close the flyout after the button is clicked."
|
|
1222
|
-
}
|
|
1223
|
-
]
|
|
1033
|
+
"shortText": "Whether to close the flyout after the button is clicked."
|
|
1224
1034
|
},
|
|
1225
1035
|
"sources": [
|
|
1226
1036
|
{
|
|
1227
1037
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1228
1038
|
"line": 15,
|
|
1229
|
-
"character": 2
|
|
1230
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L15"
|
|
1039
|
+
"character": 2
|
|
1231
1040
|
}
|
|
1232
1041
|
],
|
|
1233
1042
|
"type": {
|
|
@@ -1244,63 +1053,90 @@
|
|
|
1244
1053
|
"isOptional": true
|
|
1245
1054
|
},
|
|
1246
1055
|
"comment": {
|
|
1247
|
-
"
|
|
1248
|
-
{
|
|
1249
|
-
"kind": "text",
|
|
1250
|
-
"text": "The button's label."
|
|
1251
|
-
}
|
|
1252
|
-
]
|
|
1056
|
+
"shortText": "The button's label."
|
|
1253
1057
|
},
|
|
1254
1058
|
"sources": [
|
|
1255
1059
|
{
|
|
1256
1060
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1257
1061
|
"line": 5,
|
|
1258
|
-
"character": 2
|
|
1259
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L5"
|
|
1062
|
+
"character": 2
|
|
1260
1063
|
}
|
|
1261
1064
|
],
|
|
1262
1065
|
"type": {
|
|
1263
1066
|
"type": "intrinsic",
|
|
1264
1067
|
"name": "string"
|
|
1265
1068
|
}
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"id": 202,
|
|
1072
|
+
"name": "callback",
|
|
1073
|
+
"kind": 2048,
|
|
1074
|
+
"kindString": "Method",
|
|
1075
|
+
"flags": {
|
|
1076
|
+
"isOptional": true
|
|
1077
|
+
},
|
|
1078
|
+
"sources": [
|
|
1079
|
+
{
|
|
1080
|
+
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1081
|
+
"line": 10,
|
|
1082
|
+
"character": 2
|
|
1083
|
+
}
|
|
1084
|
+
],
|
|
1085
|
+
"signatures": [
|
|
1086
|
+
{
|
|
1087
|
+
"id": 203,
|
|
1088
|
+
"name": "callback",
|
|
1089
|
+
"kind": 4096,
|
|
1090
|
+
"kindString": "Call signature",
|
|
1091
|
+
"flags": {},
|
|
1092
|
+
"comment": {
|
|
1093
|
+
"shortText": "The callback function to execute when the button is clicked."
|
|
1094
|
+
},
|
|
1095
|
+
"type": {
|
|
1096
|
+
"type": "intrinsic",
|
|
1097
|
+
"name": "void"
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
]
|
|
1266
1101
|
}
|
|
1267
1102
|
],
|
|
1268
1103
|
"groups": [
|
|
1269
1104
|
{
|
|
1270
1105
|
"title": "Properties",
|
|
1106
|
+
"kind": 1024,
|
|
1271
1107
|
"children": [
|
|
1272
|
-
|
|
1273
|
-
205,
|
|
1108
|
+
204,
|
|
1274
1109
|
201
|
|
1275
1110
|
]
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"title": "Methods",
|
|
1114
|
+
"kind": 2048,
|
|
1115
|
+
"children": [
|
|
1116
|
+
202
|
|
1117
|
+
]
|
|
1276
1118
|
}
|
|
1277
1119
|
],
|
|
1278
1120
|
"sources": [
|
|
1279
1121
|
{
|
|
1280
1122
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1281
1123
|
"line": 1,
|
|
1282
|
-
"character": 17
|
|
1283
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L1"
|
|
1124
|
+
"character": 17
|
|
1284
1125
|
}
|
|
1285
1126
|
]
|
|
1286
1127
|
},
|
|
1287
1128
|
{
|
|
1288
|
-
"id":
|
|
1129
|
+
"id": 210,
|
|
1289
1130
|
"name": "SkyFlyoutCloseArgs",
|
|
1290
1131
|
"kind": 256,
|
|
1291
1132
|
"kindString": "Interface",
|
|
1292
1133
|
"flags": {},
|
|
1293
1134
|
"comment": {
|
|
1294
|
-
"
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "text",
|
|
1297
|
-
"text": "Arguments used when closing a flyout programmatically."
|
|
1298
|
-
}
|
|
1299
|
-
]
|
|
1135
|
+
"shortText": "Arguments used when closing a flyout programmatically."
|
|
1300
1136
|
},
|
|
1301
1137
|
"children": [
|
|
1302
1138
|
{
|
|
1303
|
-
"id":
|
|
1139
|
+
"id": 211,
|
|
1304
1140
|
"name": "ignoreBeforeClose",
|
|
1305
1141
|
"kind": 1024,
|
|
1306
1142
|
"kindString": "Property",
|
|
@@ -1308,27 +1144,13 @@
|
|
|
1308
1144
|
"isOptional": true
|
|
1309
1145
|
},
|
|
1310
1146
|
"comment": {
|
|
1311
|
-
"
|
|
1312
|
-
{
|
|
1313
|
-
"kind": "text",
|
|
1314
|
-
"text": "Whether the "
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"kind": "code",
|
|
1318
|
-
"text": "`SkyFlyoutBeforeCloseHandler`"
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "text",
|
|
1322
|
-
"text": " is ignored when closing a flyout."
|
|
1323
|
-
}
|
|
1324
|
-
]
|
|
1147
|
+
"shortText": "Whether the `SkyFlyoutBeforeCloseHandler` is ignored when closing a flyout."
|
|
1325
1148
|
},
|
|
1326
1149
|
"sources": [
|
|
1327
1150
|
{
|
|
1328
1151
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1329
1152
|
"line": 8,
|
|
1330
|
-
"character": 2
|
|
1331
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L8"
|
|
1153
|
+
"character": 2
|
|
1332
1154
|
}
|
|
1333
1155
|
],
|
|
1334
1156
|
"type": {
|
|
@@ -1340,8 +1162,9 @@
|
|
|
1340
1162
|
"groups": [
|
|
1341
1163
|
{
|
|
1342
1164
|
"title": "Properties",
|
|
1165
|
+
"kind": 1024,
|
|
1343
1166
|
"children": [
|
|
1344
|
-
|
|
1167
|
+
211
|
|
1345
1168
|
]
|
|
1346
1169
|
}
|
|
1347
1170
|
],
|
|
@@ -1349,28 +1172,22 @@
|
|
|
1349
1172
|
{
|
|
1350
1173
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1351
1174
|
"line": 4,
|
|
1352
|
-
"character": 17
|
|
1353
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L4"
|
|
1175
|
+
"character": 17
|
|
1354
1176
|
}
|
|
1355
1177
|
]
|
|
1356
1178
|
},
|
|
1357
1179
|
{
|
|
1358
|
-
"id":
|
|
1180
|
+
"id": 212,
|
|
1359
1181
|
"name": "SkyFlyoutConfig",
|
|
1360
1182
|
"kind": 256,
|
|
1361
1183
|
"kindString": "Interface",
|
|
1362
1184
|
"flags": {},
|
|
1363
1185
|
"comment": {
|
|
1364
|
-
"
|
|
1365
|
-
{
|
|
1366
|
-
"kind": "text",
|
|
1367
|
-
"text": "Specifies the configuration options to set up a flyout."
|
|
1368
|
-
}
|
|
1369
|
-
]
|
|
1186
|
+
"shortText": "Specifies the configuration options to set up a flyout."
|
|
1370
1187
|
},
|
|
1371
1188
|
"children": [
|
|
1372
1189
|
{
|
|
1373
|
-
"id":
|
|
1190
|
+
"id": 213,
|
|
1374
1191
|
"name": "ariaDescribedBy",
|
|
1375
1192
|
"kind": 1024,
|
|
1376
1193
|
"kindString": "Property",
|
|
@@ -1378,35 +1195,13 @@
|
|
|
1378
1195
|
"isOptional": true
|
|
1379
1196
|
},
|
|
1380
1197
|
"comment": {
|
|
1381
|
-
"
|
|
1382
|
-
{
|
|
1383
|
-
"kind": "text",
|
|
1384
|
-
"text": "The HTML element ID of the element that describes\nthe flyout. This sets the flyout's "
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
"kind": "code",
|
|
1388
|
-
"text": "`aria-describedby`"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"kind": "text",
|
|
1392
|
-
"text": " attribute\nto provide a text equivalent for screen readers [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the flyout but not on items that users\ninteract with, such as buttons and forms.\nFor more information about the "
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"kind": "code",
|
|
1396
|
-
"text": "`aria-describedby`"
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"kind": "text",
|
|
1400
|
-
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
|
|
1401
|
-
}
|
|
1402
|
-
]
|
|
1198
|
+
"shortText": "The HTML element ID of the element that describes\nthe flyout. This sets the flyout's `aria-describedby` attribute\nto provide a text equivalent for screen readers [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the flyout but not on items that users\ninteract with, such as buttons and forms.\nFor more information about the `aria-describedby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
|
|
1403
1199
|
},
|
|
1404
1200
|
"sources": [
|
|
1405
1201
|
{
|
|
1406
1202
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1407
1203
|
"line": 16,
|
|
1408
|
-
"character": 2
|
|
1409
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L16"
|
|
1204
|
+
"character": 2
|
|
1410
1205
|
}
|
|
1411
1206
|
],
|
|
1412
1207
|
"type": {
|
|
@@ -1415,7 +1210,7 @@
|
|
|
1415
1210
|
}
|
|
1416
1211
|
},
|
|
1417
1212
|
{
|
|
1418
|
-
"id":
|
|
1213
|
+
"id": 214,
|
|
1419
1214
|
"name": "ariaLabel",
|
|
1420
1215
|
"kind": 1024,
|
|
1421
1216
|
"kindString": "Property",
|
|
@@ -1423,43 +1218,13 @@
|
|
|
1423
1218
|
"isOptional": true
|
|
1424
1219
|
},
|
|
1425
1220
|
"comment": {
|
|
1426
|
-
"
|
|
1427
|
-
{
|
|
1428
|
-
"kind": "text",
|
|
1429
|
-
"text": "The ARIA label for the flyout. This sets the flyouts's "
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "code",
|
|
1433
|
-
"text": "`aria-label`"
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"kind": "text",
|
|
1437
|
-
"text": " attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout includes a visible label, use "
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"kind": "code",
|
|
1441
|
-
"text": "`ariaLabelledBy`"
|
|
1442
|
-
},
|
|
1443
|
-
{
|
|
1444
|
-
"kind": "text",
|
|
1445
|
-
"text": " instead.\nFor more information about the "
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"kind": "code",
|
|
1449
|
-
"text": "`aria-label`"
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
"kind": "text",
|
|
1453
|
-
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
|
|
1454
|
-
}
|
|
1455
|
-
]
|
|
1221
|
+
"shortText": "The ARIA label for the flyout. This sets the flyouts's `aria-label` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout includes a visible label, use `ariaLabelledBy` instead.\nFor more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
|
|
1456
1222
|
},
|
|
1457
1223
|
"sources": [
|
|
1458
1224
|
{
|
|
1459
1225
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1460
1226
|
"line": 24,
|
|
1461
|
-
"character": 2
|
|
1462
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L24"
|
|
1227
|
+
"character": 2
|
|
1463
1228
|
}
|
|
1464
1229
|
],
|
|
1465
1230
|
"type": {
|
|
@@ -1468,7 +1233,7 @@
|
|
|
1468
1233
|
}
|
|
1469
1234
|
},
|
|
1470
1235
|
{
|
|
1471
|
-
"id":
|
|
1236
|
+
"id": 215,
|
|
1472
1237
|
"name": "ariaLabelledBy",
|
|
1473
1238
|
"kind": 1024,
|
|
1474
1239
|
"kindString": "Property",
|
|
@@ -1476,43 +1241,13 @@
|
|
|
1476
1241
|
"isOptional": true
|
|
1477
1242
|
},
|
|
1478
1243
|
"comment": {
|
|
1479
|
-
"
|
|
1480
|
-
{
|
|
1481
|
-
"kind": "text",
|
|
1482
|
-
"text": "The HTML element ID of the element that labels\nthe flyout. This sets the flyout's "
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"kind": "code",
|
|
1486
|
-
"text": "`aria-labelledby`"
|
|
1487
|
-
},
|
|
1488
|
-
{
|
|
1489
|
-
"kind": "text",
|
|
1490
|
-
"text": " attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout does not include a visible label, use "
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"kind": "code",
|
|
1494
|
-
"text": "`ariaLabel`"
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"kind": "text",
|
|
1498
|
-
"text": " instead.\nFor more information about the "
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"kind": "code",
|
|
1502
|
-
"text": "`aria-labelledby`"
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"kind": "text",
|
|
1506
|
-
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
1507
|
-
}
|
|
1508
|
-
]
|
|
1244
|
+
"shortText": "The HTML element ID of the element that labels\nthe flyout. This sets the flyout's `aria-labelledby` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout does not include a visible label, use `ariaLabel` instead.\nFor more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
1509
1245
|
},
|
|
1510
1246
|
"sources": [
|
|
1511
1247
|
{
|
|
1512
1248
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1513
1249
|
"line": 33,
|
|
1514
|
-
"character": 2
|
|
1515
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L33"
|
|
1250
|
+
"character": 2
|
|
1516
1251
|
}
|
|
1517
1252
|
],
|
|
1518
1253
|
"type": {
|
|
@@ -1521,7 +1256,7 @@
|
|
|
1521
1256
|
}
|
|
1522
1257
|
},
|
|
1523
1258
|
{
|
|
1524
|
-
"id":
|
|
1259
|
+
"id": 216,
|
|
1525
1260
|
"name": "ariaRole",
|
|
1526
1261
|
"kind": 1024,
|
|
1527
1262
|
"kindString": "Property",
|
|
@@ -1529,46 +1264,15 @@
|
|
|
1529
1264
|
"isOptional": true
|
|
1530
1265
|
},
|
|
1531
1266
|
"comment": {
|
|
1532
|
-
"
|
|
1267
|
+
"shortText": "The ARIA role for the flyout\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the flyout functions and what it controls. For information about how\nan ARIA role indicates what an item represents on a web page,\nsee the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).",
|
|
1268
|
+
"tags": [
|
|
1533
1269
|
{
|
|
1534
|
-
"
|
|
1535
|
-
"text": "
|
|
1536
|
-
}
|
|
1537
|
-
],
|
|
1538
|
-
"blockTags": [
|
|
1539
|
-
{
|
|
1540
|
-
"tag": "@default",
|
|
1541
|
-
"content": [
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "text",
|
|
1544
|
-
"text": "dialog"
|
|
1545
|
-
}
|
|
1546
|
-
]
|
|
1270
|
+
"tag": "default",
|
|
1271
|
+
"text": "dialog"
|
|
1547
1272
|
},
|
|
1548
1273
|
{
|
|
1549
|
-
"tag": "
|
|
1550
|
-
"
|
|
1551
|
-
{
|
|
1552
|
-
"kind": "text",
|
|
1553
|
-
"text": "Since version "
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"kind": "code",
|
|
1557
|
-
"text": "`5.1.0`"
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"kind": "text",
|
|
1561
|
-
"text": ". Consumers should use the default "
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
"kind": "code",
|
|
1565
|
-
"text": "`dialog`"
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"kind": "text",
|
|
1569
|
-
"text": " role to ensure a\nproper accessibility implementation."
|
|
1570
|
-
}
|
|
1571
|
-
]
|
|
1274
|
+
"tag": "deprecated",
|
|
1275
|
+
"text": "Since version `5.1.0`. Consumers should use the default `dialog` role to ensure a\nproper accessibility implementation.\n"
|
|
1572
1276
|
}
|
|
1573
1277
|
]
|
|
1574
1278
|
},
|
|
@@ -1576,8 +1280,7 @@
|
|
|
1576
1280
|
{
|
|
1577
1281
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1578
1282
|
"line": 45,
|
|
1579
|
-
"character": 2
|
|
1580
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L45"
|
|
1283
|
+
"character": 2
|
|
1581
1284
|
}
|
|
1582
1285
|
],
|
|
1583
1286
|
"type": {
|
|
@@ -1586,7 +1289,7 @@
|
|
|
1586
1289
|
}
|
|
1587
1290
|
},
|
|
1588
1291
|
{
|
|
1589
|
-
"id":
|
|
1292
|
+
"id": 217,
|
|
1590
1293
|
"name": "defaultWidth",
|
|
1591
1294
|
"kind": 1024,
|
|
1592
1295
|
"kindString": "Property",
|
|
@@ -1594,19 +1297,13 @@
|
|
|
1594
1297
|
"isOptional": true
|
|
1595
1298
|
},
|
|
1596
1299
|
"comment": {
|
|
1597
|
-
"
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "text",
|
|
1600
|
-
"text": "The default width of the flyout container. If you do not provide a width,\nthe flyout defaults to half the width of its container."
|
|
1601
|
-
}
|
|
1602
|
-
]
|
|
1300
|
+
"shortText": "The default width of the flyout container. If you do not provide a width,\nthe flyout defaults to half the width of its container."
|
|
1603
1301
|
},
|
|
1604
1302
|
"sources": [
|
|
1605
1303
|
{
|
|
1606
1304
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1607
1305
|
"line": 51,
|
|
1608
|
-
"character": 2
|
|
1609
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L51"
|
|
1306
|
+
"character": 2
|
|
1610
1307
|
}
|
|
1611
1308
|
],
|
|
1612
1309
|
"type": {
|
|
@@ -1615,7 +1312,7 @@
|
|
|
1615
1312
|
}
|
|
1616
1313
|
},
|
|
1617
1314
|
{
|
|
1618
|
-
"id":
|
|
1315
|
+
"id": 225,
|
|
1619
1316
|
"name": "iteratorNextButtonDisabled",
|
|
1620
1317
|
"kind": 1024,
|
|
1621
1318
|
"kindString": "Property",
|
|
@@ -1623,21 +1320,11 @@
|
|
|
1623
1320
|
"isOptional": true
|
|
1624
1321
|
},
|
|
1625
1322
|
"comment": {
|
|
1626
|
-
"
|
|
1627
|
-
|
|
1628
|
-
"kind": "text",
|
|
1629
|
-
"text": "Disables the next iterator button in the flyout header that accesses the next record\nin a record set."
|
|
1630
|
-
}
|
|
1631
|
-
],
|
|
1632
|
-
"blockTags": [
|
|
1323
|
+
"shortText": "Disables the next iterator button in the flyout header that accesses the next record\nin a record set.",
|
|
1324
|
+
"tags": [
|
|
1633
1325
|
{
|
|
1634
|
-
"tag": "
|
|
1635
|
-
"
|
|
1636
|
-
{
|
|
1637
|
-
"kind": "text",
|
|
1638
|
-
"text": "false"
|
|
1639
|
-
}
|
|
1640
|
-
]
|
|
1326
|
+
"tag": "default",
|
|
1327
|
+
"text": "false\n"
|
|
1641
1328
|
}
|
|
1642
1329
|
]
|
|
1643
1330
|
},
|
|
@@ -1645,8 +1332,7 @@
|
|
|
1645
1332
|
{
|
|
1646
1333
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1647
1334
|
"line": 100,
|
|
1648
|
-
"character": 2
|
|
1649
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L100"
|
|
1335
|
+
"character": 2
|
|
1650
1336
|
}
|
|
1651
1337
|
],
|
|
1652
1338
|
"type": {
|
|
@@ -1655,7 +1341,7 @@
|
|
|
1655
1341
|
}
|
|
1656
1342
|
},
|
|
1657
1343
|
{
|
|
1658
|
-
"id":
|
|
1344
|
+
"id": 224,
|
|
1659
1345
|
"name": "iteratorPreviousButtonDisabled",
|
|
1660
1346
|
"kind": 1024,
|
|
1661
1347
|
"kindString": "Property",
|
|
@@ -1663,21 +1349,11 @@
|
|
|
1663
1349
|
"isOptional": true
|
|
1664
1350
|
},
|
|
1665
1351
|
"comment": {
|
|
1666
|
-
"
|
|
1352
|
+
"shortText": "Disables the previous iterator button in the flyout header that accesses\nthe previous record in a record set.",
|
|
1353
|
+
"tags": [
|
|
1667
1354
|
{
|
|
1668
|
-
"
|
|
1669
|
-
"text": "
|
|
1670
|
-
}
|
|
1671
|
-
],
|
|
1672
|
-
"blockTags": [
|
|
1673
|
-
{
|
|
1674
|
-
"tag": "@default",
|
|
1675
|
-
"content": [
|
|
1676
|
-
{
|
|
1677
|
-
"kind": "text",
|
|
1678
|
-
"text": "false"
|
|
1679
|
-
}
|
|
1680
|
-
]
|
|
1355
|
+
"tag": "default",
|
|
1356
|
+
"text": "false\n"
|
|
1681
1357
|
}
|
|
1682
1358
|
]
|
|
1683
1359
|
},
|
|
@@ -1685,8 +1361,7 @@
|
|
|
1685
1361
|
{
|
|
1686
1362
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1687
1363
|
"line": 93,
|
|
1688
|
-
"character": 2
|
|
1689
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L93"
|
|
1364
|
+
"character": 2
|
|
1690
1365
|
}
|
|
1691
1366
|
],
|
|
1692
1367
|
"type": {
|
|
@@ -1695,7 +1370,7 @@
|
|
|
1695
1370
|
}
|
|
1696
1371
|
},
|
|
1697
1372
|
{
|
|
1698
|
-
"id":
|
|
1373
|
+
"id": 219,
|
|
1699
1374
|
"name": "maxWidth",
|
|
1700
1375
|
"kind": 1024,
|
|
1701
1376
|
"kindString": "Property",
|
|
@@ -1703,21 +1378,11 @@
|
|
|
1703
1378
|
"isOptional": true
|
|
1704
1379
|
},
|
|
1705
1380
|
"comment": {
|
|
1706
|
-
"
|
|
1381
|
+
"shortText": "The maximum resize width of the flyout container.",
|
|
1382
|
+
"tags": [
|
|
1707
1383
|
{
|
|
1708
|
-
"
|
|
1709
|
-
"text": "
|
|
1710
|
-
}
|
|
1711
|
-
],
|
|
1712
|
-
"blockTags": [
|
|
1713
|
-
{
|
|
1714
|
-
"tag": "@default",
|
|
1715
|
-
"content": [
|
|
1716
|
-
{
|
|
1717
|
-
"kind": "text",
|
|
1718
|
-
"text": "defaultWidth"
|
|
1719
|
-
}
|
|
1720
|
-
]
|
|
1384
|
+
"tag": "default",
|
|
1385
|
+
"text": "defaultWidth\n"
|
|
1721
1386
|
}
|
|
1722
1387
|
]
|
|
1723
1388
|
},
|
|
@@ -1725,8 +1390,7 @@
|
|
|
1725
1390
|
{
|
|
1726
1391
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1727
1392
|
"line": 63,
|
|
1728
|
-
"character": 2
|
|
1729
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L63"
|
|
1393
|
+
"character": 2
|
|
1730
1394
|
}
|
|
1731
1395
|
],
|
|
1732
1396
|
"type": {
|
|
@@ -1735,7 +1399,7 @@
|
|
|
1735
1399
|
}
|
|
1736
1400
|
},
|
|
1737
1401
|
{
|
|
1738
|
-
"id":
|
|
1402
|
+
"id": 218,
|
|
1739
1403
|
"name": "minWidth",
|
|
1740
1404
|
"kind": 1024,
|
|
1741
1405
|
"kindString": "Property",
|
|
@@ -1743,21 +1407,11 @@
|
|
|
1743
1407
|
"isOptional": true
|
|
1744
1408
|
},
|
|
1745
1409
|
"comment": {
|
|
1746
|
-
"
|
|
1410
|
+
"shortText": "The minimum resize width of the flyout container.",
|
|
1411
|
+
"tags": [
|
|
1747
1412
|
{
|
|
1748
|
-
"
|
|
1749
|
-
"text": "
|
|
1750
|
-
}
|
|
1751
|
-
],
|
|
1752
|
-
"blockTags": [
|
|
1753
|
-
{
|
|
1754
|
-
"tag": "@default",
|
|
1755
|
-
"content": [
|
|
1756
|
-
{
|
|
1757
|
-
"kind": "text",
|
|
1758
|
-
"text": "320"
|
|
1759
|
-
}
|
|
1760
|
-
]
|
|
1413
|
+
"tag": "default",
|
|
1414
|
+
"text": "320\n"
|
|
1761
1415
|
}
|
|
1762
1416
|
]
|
|
1763
1417
|
},
|
|
@@ -1765,8 +1419,7 @@
|
|
|
1765
1419
|
{
|
|
1766
1420
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1767
1421
|
"line": 57,
|
|
1768
|
-
"character": 2
|
|
1769
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L57"
|
|
1422
|
+
"character": 2
|
|
1770
1423
|
}
|
|
1771
1424
|
],
|
|
1772
1425
|
"type": {
|
|
@@ -1775,7 +1428,7 @@
|
|
|
1775
1428
|
}
|
|
1776
1429
|
},
|
|
1777
1430
|
{
|
|
1778
|
-
"id":
|
|
1431
|
+
"id": 220,
|
|
1779
1432
|
"name": "permalink",
|
|
1780
1433
|
"kind": 1024,
|
|
1781
1434
|
"kindString": "Property",
|
|
@@ -1783,29 +1436,23 @@
|
|
|
1783
1436
|
"isOptional": true
|
|
1784
1437
|
},
|
|
1785
1438
|
"comment": {
|
|
1786
|
-
"
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "text",
|
|
1789
|
-
"text": "Displays a permalink button in the flyout header that navigates users to the URL\n(or application route) representative of the flyout's contents."
|
|
1790
|
-
}
|
|
1791
|
-
]
|
|
1439
|
+
"shortText": "Displays a permalink button in the flyout header that navigates users to the URL\n(or application route) representative of the flyout's contents."
|
|
1792
1440
|
},
|
|
1793
1441
|
"sources": [
|
|
1794
1442
|
{
|
|
1795
1443
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1796
1444
|
"line": 69,
|
|
1797
|
-
"character": 2
|
|
1798
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L69"
|
|
1445
|
+
"character": 2
|
|
1799
1446
|
}
|
|
1800
1447
|
],
|
|
1801
1448
|
"type": {
|
|
1802
1449
|
"type": "reference",
|
|
1803
|
-
"id":
|
|
1450
|
+
"id": 239,
|
|
1804
1451
|
"name": "SkyFlyoutPermalink"
|
|
1805
1452
|
}
|
|
1806
1453
|
},
|
|
1807
1454
|
{
|
|
1808
|
-
"id":
|
|
1455
|
+
"id": 221,
|
|
1809
1456
|
"name": "primaryAction",
|
|
1810
1457
|
"kind": 1024,
|
|
1811
1458
|
"kindString": "Property",
|
|
@@ -1813,19 +1460,13 @@
|
|
|
1813
1460
|
"isOptional": true
|
|
1814
1461
|
},
|
|
1815
1462
|
"comment": {
|
|
1816
|
-
"
|
|
1817
|
-
{
|
|
1818
|
-
"kind": "text",
|
|
1819
|
-
"text": "Displays a configurable button in the flyout header."
|
|
1820
|
-
}
|
|
1821
|
-
]
|
|
1463
|
+
"shortText": "Displays a configurable button in the flyout header."
|
|
1822
1464
|
},
|
|
1823
1465
|
"sources": [
|
|
1824
1466
|
{
|
|
1825
1467
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1826
1468
|
"line": 74,
|
|
1827
|
-
"character": 2
|
|
1828
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L74"
|
|
1469
|
+
"character": 2
|
|
1829
1470
|
}
|
|
1830
1471
|
],
|
|
1831
1472
|
"type": {
|
|
@@ -1835,7 +1476,7 @@
|
|
|
1835
1476
|
}
|
|
1836
1477
|
},
|
|
1837
1478
|
{
|
|
1838
|
-
"id":
|
|
1479
|
+
"id": 222,
|
|
1839
1480
|
"name": "providers",
|
|
1840
1481
|
"kind": 1024,
|
|
1841
1482
|
"kindString": "Property",
|
|
@@ -1843,19 +1484,13 @@
|
|
|
1843
1484
|
"isOptional": true
|
|
1844
1485
|
},
|
|
1845
1486
|
"comment": {
|
|
1846
|
-
"
|
|
1847
|
-
{
|
|
1848
|
-
"kind": "text",
|
|
1849
|
-
"text": "The array of custom providers to pass to the component's constructor."
|
|
1850
|
-
}
|
|
1851
|
-
]
|
|
1487
|
+
"shortText": "The array of custom providers to pass to the component's constructor."
|
|
1852
1488
|
},
|
|
1853
1489
|
"sources": [
|
|
1854
1490
|
{
|
|
1855
1491
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1856
1492
|
"line": 79,
|
|
1857
|
-
"character": 2
|
|
1858
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L79"
|
|
1493
|
+
"character": 2
|
|
1859
1494
|
}
|
|
1860
1495
|
],
|
|
1861
1496
|
"type": {
|
|
@@ -1867,7 +1502,7 @@
|
|
|
1867
1502
|
}
|
|
1868
1503
|
},
|
|
1869
1504
|
{
|
|
1870
|
-
"id":
|
|
1505
|
+
"id": 226,
|
|
1871
1506
|
"name": "settingsKey",
|
|
1872
1507
|
"kind": 1024,
|
|
1873
1508
|
"kindString": "Property",
|
|
@@ -1875,19 +1510,13 @@
|
|
|
1875
1510
|
"isOptional": true
|
|
1876
1511
|
},
|
|
1877
1512
|
"comment": {
|
|
1878
|
-
"
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "text",
|
|
1881
|
-
"text": "The unique key for the UI Config Service to retrieve stored settings from a database.\nThe UI Config Service saves configuration settings for users to preserve the width of\nthe flyout. For more information about the UI Config Service,\nsee [the sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/sticky-settings)."
|
|
1882
|
-
}
|
|
1883
|
-
]
|
|
1513
|
+
"shortText": "The unique key for the UI Config Service to retrieve stored settings from a database.\nThe UI Config Service saves configuration settings for users to preserve the width of\nthe flyout. For more information about the UI Config Service,\nsee [the sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/sticky-settings)."
|
|
1884
1514
|
},
|
|
1885
1515
|
"sources": [
|
|
1886
1516
|
{
|
|
1887
1517
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1888
1518
|
"line": 108,
|
|
1889
|
-
"character": 2
|
|
1890
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L108"
|
|
1519
|
+
"character": 2
|
|
1891
1520
|
}
|
|
1892
1521
|
],
|
|
1893
1522
|
"type": {
|
|
@@ -1896,7 +1525,7 @@
|
|
|
1896
1525
|
}
|
|
1897
1526
|
},
|
|
1898
1527
|
{
|
|
1899
|
-
"id":
|
|
1528
|
+
"id": 223,
|
|
1900
1529
|
"name": "showIterator",
|
|
1901
1530
|
"kind": 1024,
|
|
1902
1531
|
"kindString": "Property",
|
|
@@ -1904,21 +1533,11 @@
|
|
|
1904
1533
|
"isOptional": true
|
|
1905
1534
|
},
|
|
1906
1535
|
"comment": {
|
|
1907
|
-
"
|
|
1536
|
+
"shortText": "Whether to display iterator buttons in the flyout header\nto access the next and previous records in a record set.",
|
|
1537
|
+
"tags": [
|
|
1908
1538
|
{
|
|
1909
|
-
"
|
|
1910
|
-
"text": "
|
|
1911
|
-
}
|
|
1912
|
-
],
|
|
1913
|
-
"blockTags": [
|
|
1914
|
-
{
|
|
1915
|
-
"tag": "@default",
|
|
1916
|
-
"content": [
|
|
1917
|
-
{
|
|
1918
|
-
"kind": "text",
|
|
1919
|
-
"text": "false"
|
|
1920
|
-
}
|
|
1921
|
-
]
|
|
1539
|
+
"tag": "default",
|
|
1540
|
+
"text": "false\n"
|
|
1922
1541
|
}
|
|
1923
1542
|
]
|
|
1924
1543
|
},
|
|
@@ -1926,8 +1545,7 @@
|
|
|
1926
1545
|
{
|
|
1927
1546
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1928
1547
|
"line": 86,
|
|
1929
|
-
"character": 2
|
|
1930
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L86"
|
|
1548
|
+
"character": 2
|
|
1931
1549
|
}
|
|
1932
1550
|
],
|
|
1933
1551
|
"type": {
|
|
@@ -1939,21 +1557,22 @@
|
|
|
1939
1557
|
"groups": [
|
|
1940
1558
|
{
|
|
1941
1559
|
"title": "Properties",
|
|
1560
|
+
"kind": 1024,
|
|
1942
1561
|
"children": [
|
|
1562
|
+
213,
|
|
1943
1563
|
214,
|
|
1944
1564
|
215,
|
|
1945
1565
|
216,
|
|
1946
1566
|
217,
|
|
1947
|
-
218,
|
|
1948
|
-
226,
|
|
1949
1567
|
225,
|
|
1950
|
-
|
|
1568
|
+
224,
|
|
1951
1569
|
219,
|
|
1570
|
+
218,
|
|
1571
|
+
220,
|
|
1952
1572
|
221,
|
|
1953
1573
|
222,
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
224
|
|
1574
|
+
226,
|
|
1575
|
+
223
|
|
1957
1576
|
]
|
|
1958
1577
|
}
|
|
1959
1578
|
],
|
|
@@ -1961,20 +1580,19 @@
|
|
|
1961
1580
|
{
|
|
1962
1581
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1963
1582
|
"line": 7,
|
|
1964
|
-
"character": 17
|
|
1965
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L7"
|
|
1583
|
+
"character": 17
|
|
1966
1584
|
}
|
|
1967
1585
|
]
|
|
1968
1586
|
},
|
|
1969
1587
|
{
|
|
1970
|
-
"id":
|
|
1588
|
+
"id": 239,
|
|
1971
1589
|
"name": "SkyFlyoutPermalink",
|
|
1972
1590
|
"kind": 256,
|
|
1973
1591
|
"kindString": "Interface",
|
|
1974
1592
|
"flags": {},
|
|
1975
1593
|
"children": [
|
|
1976
1594
|
{
|
|
1977
|
-
"id":
|
|
1595
|
+
"id": 240,
|
|
1978
1596
|
"name": "label",
|
|
1979
1597
|
"kind": 1024,
|
|
1980
1598
|
"kindString": "Property",
|
|
@@ -1982,19 +1600,13 @@
|
|
|
1982
1600
|
"isOptional": true
|
|
1983
1601
|
},
|
|
1984
1602
|
"comment": {
|
|
1985
|
-
"
|
|
1986
|
-
{
|
|
1987
|
-
"kind": "text",
|
|
1988
|
-
"text": "The text label for the permalink button."
|
|
1989
|
-
}
|
|
1990
|
-
]
|
|
1603
|
+
"shortText": "The text label for the permalink button."
|
|
1991
1604
|
},
|
|
1992
1605
|
"sources": [
|
|
1993
1606
|
{
|
|
1994
1607
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1995
1608
|
"line": 7,
|
|
1996
|
-
"character": 2
|
|
1997
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L7"
|
|
1609
|
+
"character": 2
|
|
1998
1610
|
}
|
|
1999
1611
|
],
|
|
2000
1612
|
"type": {
|
|
@@ -2003,7 +1615,7 @@
|
|
|
2003
1615
|
}
|
|
2004
1616
|
},
|
|
2005
1617
|
{
|
|
2006
|
-
"id":
|
|
1618
|
+
"id": 241,
|
|
2007
1619
|
"name": "route",
|
|
2008
1620
|
"kind": 1024,
|
|
2009
1621
|
"kindString": "Property",
|
|
@@ -2011,40 +1623,26 @@
|
|
|
2011
1623
|
"isOptional": true
|
|
2012
1624
|
},
|
|
2013
1625
|
"comment": {
|
|
2014
|
-
"
|
|
2015
|
-
{
|
|
2016
|
-
"kind": "text",
|
|
2017
|
-
"text": "The object that represents the\n[Angular application route](https://angular.io/api/router/Router#navigate).\nThe object includes two properties that are mapped to Angular's\n"
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"kind": "code",
|
|
2021
|
-
"text": "`Router.navigate(commands, extras?)`"
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"kind": "text",
|
|
2025
|
-
"text": " method."
|
|
2026
|
-
}
|
|
2027
|
-
]
|
|
1626
|
+
"shortText": "The object that represents the\n[Angular application route](https://angular.io/api/router/Router#navigate).\nThe object includes two properties that are mapped to Angular's\n`Router.navigate(commands, extras?)` method."
|
|
2028
1627
|
},
|
|
2029
1628
|
"sources": [
|
|
2030
1629
|
{
|
|
2031
1630
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2032
1631
|
"line": 15,
|
|
2033
|
-
"character": 2
|
|
2034
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
1632
|
+
"character": 2
|
|
2035
1633
|
}
|
|
2036
1634
|
],
|
|
2037
1635
|
"type": {
|
|
2038
1636
|
"type": "reflection",
|
|
2039
1637
|
"declaration": {
|
|
2040
|
-
"id":
|
|
1638
|
+
"id": 242,
|
|
2041
1639
|
"name": "__type",
|
|
2042
1640
|
"kind": 65536,
|
|
2043
1641
|
"kindString": "Type literal",
|
|
2044
1642
|
"flags": {},
|
|
2045
1643
|
"children": [
|
|
2046
1644
|
{
|
|
2047
|
-
"id":
|
|
1645
|
+
"id": 243,
|
|
2048
1646
|
"name": "commands",
|
|
2049
1647
|
"kind": 1024,
|
|
2050
1648
|
"kindString": "Property",
|
|
@@ -2053,8 +1651,7 @@
|
|
|
2053
1651
|
{
|
|
2054
1652
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2055
1653
|
"line": 16,
|
|
2056
|
-
"character": 4
|
|
2057
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L16"
|
|
1654
|
+
"character": 4
|
|
2058
1655
|
}
|
|
2059
1656
|
],
|
|
2060
1657
|
"type": {
|
|
@@ -2066,7 +1663,7 @@
|
|
|
2066
1663
|
}
|
|
2067
1664
|
},
|
|
2068
1665
|
{
|
|
2069
|
-
"id":
|
|
1666
|
+
"id": 244,
|
|
2070
1667
|
"name": "extras",
|
|
2071
1668
|
"kind": 1024,
|
|
2072
1669
|
"kindString": "Property",
|
|
@@ -2077,40 +1674,32 @@
|
|
|
2077
1674
|
{
|
|
2078
1675
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2079
1676
|
"line": 17,
|
|
2080
|
-
"character": 4
|
|
2081
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L17"
|
|
1677
|
+
"character": 4
|
|
2082
1678
|
}
|
|
2083
1679
|
],
|
|
2084
1680
|
"type": {
|
|
2085
1681
|
"type": "reference",
|
|
2086
|
-
"name": "NavigationExtras",
|
|
2087
1682
|
"qualifiedName": "NavigationExtras",
|
|
2088
|
-
"package": "@angular/router"
|
|
1683
|
+
"package": "@angular/router",
|
|
1684
|
+
"name": "NavigationExtras"
|
|
2089
1685
|
}
|
|
2090
1686
|
}
|
|
2091
1687
|
],
|
|
2092
1688
|
"groups": [
|
|
2093
1689
|
{
|
|
2094
1690
|
"title": "Properties",
|
|
1691
|
+
"kind": 1024,
|
|
2095
1692
|
"children": [
|
|
2096
|
-
|
|
2097
|
-
|
|
1693
|
+
243,
|
|
1694
|
+
244
|
|
2098
1695
|
]
|
|
2099
1696
|
}
|
|
2100
|
-
],
|
|
2101
|
-
"sources": [
|
|
2102
|
-
{
|
|
2103
|
-
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2104
|
-
"line": 15,
|
|
2105
|
-
"character": 10,
|
|
2106
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
2107
|
-
}
|
|
2108
1697
|
]
|
|
2109
1698
|
}
|
|
2110
1699
|
}
|
|
2111
1700
|
},
|
|
2112
1701
|
{
|
|
2113
|
-
"id":
|
|
1702
|
+
"id": 245,
|
|
2114
1703
|
"name": "url",
|
|
2115
1704
|
"kind": 1024,
|
|
2116
1705
|
"kindString": "Property",
|
|
@@ -2118,19 +1707,13 @@
|
|
|
2118
1707
|
"isOptional": true
|
|
2119
1708
|
},
|
|
2120
1709
|
"comment": {
|
|
2121
|
-
"
|
|
2122
|
-
{
|
|
2123
|
-
"kind": "text",
|
|
2124
|
-
"text": "The external URL for the permalink."
|
|
2125
|
-
}
|
|
2126
|
-
]
|
|
1710
|
+
"shortText": "The external URL for the permalink."
|
|
2127
1711
|
},
|
|
2128
1712
|
"sources": [
|
|
2129
1713
|
{
|
|
2130
1714
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2131
1715
|
"line": 23,
|
|
2132
|
-
"character": 2
|
|
2133
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L23"
|
|
1716
|
+
"character": 2
|
|
2134
1717
|
}
|
|
2135
1718
|
],
|
|
2136
1719
|
"type": {
|
|
@@ -2142,10 +1725,11 @@
|
|
|
2142
1725
|
"groups": [
|
|
2143
1726
|
{
|
|
2144
1727
|
"title": "Properties",
|
|
1728
|
+
"kind": 1024,
|
|
2145
1729
|
"children": [
|
|
1730
|
+
240,
|
|
2146
1731
|
241,
|
|
2147
|
-
|
|
2148
|
-
246
|
|
1732
|
+
245
|
|
2149
1733
|
]
|
|
2150
1734
|
}
|
|
2151
1735
|
],
|
|
@@ -2153,8 +1737,7 @@
|
|
|
2153
1737
|
{
|
|
2154
1738
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2155
1739
|
"line": 3,
|
|
2156
|
-
"character": 17
|
|
2157
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L3"
|
|
1740
|
+
"character": 17
|
|
2158
1741
|
}
|
|
2159
1742
|
]
|
|
2160
1743
|
}
|
|
@@ -2162,8 +1745,9 @@
|
|
|
2162
1745
|
"groups": [
|
|
2163
1746
|
{
|
|
2164
1747
|
"title": "Classes",
|
|
1748
|
+
"kind": 128,
|
|
2165
1749
|
"children": [
|
|
2166
|
-
|
|
1750
|
+
205,
|
|
2167
1751
|
126,
|
|
2168
1752
|
160,
|
|
2169
1753
|
163
|
|
@@ -2171,11 +1755,12 @@
|
|
|
2171
1755
|
},
|
|
2172
1756
|
{
|
|
2173
1757
|
"title": "Interfaces",
|
|
1758
|
+
"kind": 256,
|
|
2174
1759
|
"children": [
|
|
2175
1760
|
200,
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
1761
|
+
210,
|
|
1762
|
+
212,
|
|
1763
|
+
239
|
|
2179
1764
|
]
|
|
2180
1765
|
}
|
|
2181
1766
|
],
|
|
@@ -2183,8 +1768,7 @@
|
|
|
2183
1768
|
{
|
|
2184
1769
|
"fileName": "index.ts",
|
|
2185
1770
|
"line": 1,
|
|
2186
|
-
"character": 0
|
|
2187
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/flyout/src/index.ts#L1"
|
|
1771
|
+
"character": 0
|
|
2188
1772
|
}
|
|
2189
1773
|
]
|
|
2190
1774
|
},
|