@skyux/flyout 9.0.0-alpha.5 → 9.0.0-alpha.7
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 +1482 -516
- package/esm2022/lib/modules/flyout/flyout-adapter.service.mjs +3 -3
- package/esm2022/lib/modules/flyout/flyout-iterator.component.mjs +3 -3
- package/esm2022/lib/modules/flyout/flyout-media-query.service.mjs +3 -3
- package/esm2022/lib/modules/flyout/flyout.component.mjs +3 -3
- package/esm2022/lib/modules/flyout/flyout.module.mjs +5 -7
- package/esm2022/lib/modules/flyout/flyout.service.mjs +11 -10
- package/esm2022/lib/modules/shared/sky-flyout-resources.module.mjs +4 -4
- package/fesm2022/skyux-flyout.mjs +63 -63
- package/fesm2022/skyux-flyout.mjs.map +1 -1
- package/package.json +13 -13
package/documentation.json
CHANGED
|
@@ -12,60 +12,85 @@
|
|
|
12
12
|
"typedoc": {
|
|
13
13
|
"id": 0,
|
|
14
14
|
"name": "@skyux/flyout",
|
|
15
|
+
"variant": "project",
|
|
15
16
|
"kind": 1,
|
|
16
|
-
"kindString": "Project",
|
|
17
17
|
"flags": {},
|
|
18
|
-
"originalName": "",
|
|
19
18
|
"children": [
|
|
20
19
|
{
|
|
21
20
|
"id": 81,
|
|
22
21
|
"name": "SkyFlyoutBeforeCloseHandler",
|
|
22
|
+
"variant": "declaration",
|
|
23
23
|
"kind": 128,
|
|
24
|
-
"kindString": "Class",
|
|
25
24
|
"flags": {},
|
|
26
25
|
"comment": {
|
|
27
|
-
"
|
|
26
|
+
"summary": [
|
|
27
|
+
{
|
|
28
|
+
"kind": "text",
|
|
29
|
+
"text": "Handler for notifying the flyout when it is appropriate to close the flyout. This will be returned from the flyout instance's "
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"kind": "code",
|
|
33
|
+
"text": "`beforeClose`"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"kind": "text",
|
|
37
|
+
"text": " observable."
|
|
38
|
+
}
|
|
39
|
+
]
|
|
28
40
|
},
|
|
29
41
|
"children": [
|
|
30
42
|
{
|
|
31
43
|
"id": 82,
|
|
32
44
|
"name": "constructor",
|
|
45
|
+
"variant": "declaration",
|
|
33
46
|
"kind": 512,
|
|
34
|
-
"kindString": "Constructor",
|
|
35
47
|
"flags": {},
|
|
36
48
|
"sources": [
|
|
37
49
|
{
|
|
38
50
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
39
51
|
"line": 10,
|
|
40
|
-
"character": 2
|
|
52
|
+
"character": 2,
|
|
53
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
41
54
|
}
|
|
42
55
|
],
|
|
43
56
|
"signatures": [
|
|
44
57
|
{
|
|
45
58
|
"id": 83,
|
|
46
59
|
"name": "new SkyFlyoutBeforeCloseHandler",
|
|
60
|
+
"variant": "signature",
|
|
47
61
|
"kind": 16384,
|
|
48
|
-
"kindString": "Constructor signature",
|
|
49
62
|
"flags": {},
|
|
63
|
+
"sources": [
|
|
64
|
+
{
|
|
65
|
+
"fileName": "lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
66
|
+
"line": 10,
|
|
67
|
+
"character": 2,
|
|
68
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
50
71
|
"parameters": [
|
|
51
72
|
{
|
|
52
73
|
"id": 84,
|
|
53
74
|
"name": "closeFlyoutFunction",
|
|
75
|
+
"variant": "param",
|
|
54
76
|
"kind": 32768,
|
|
55
|
-
"kindString": "Parameter",
|
|
56
77
|
"flags": {},
|
|
57
78
|
"type": {
|
|
58
79
|
"type": "reference",
|
|
59
|
-
"
|
|
60
|
-
|
|
61
|
-
|
|
80
|
+
"target": {
|
|
81
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
82
|
+
"qualifiedName": "Function"
|
|
83
|
+
},
|
|
84
|
+
"name": "Function",
|
|
85
|
+
"package": "typescript"
|
|
62
86
|
}
|
|
63
87
|
}
|
|
64
88
|
],
|
|
65
89
|
"type": {
|
|
66
90
|
"type": "reference",
|
|
67
|
-
"
|
|
68
|
-
"name": "SkyFlyoutBeforeCloseHandler"
|
|
91
|
+
"target": 81,
|
|
92
|
+
"name": "SkyFlyoutBeforeCloseHandler",
|
|
93
|
+
"package": "@skyux/flyout"
|
|
69
94
|
}
|
|
70
95
|
}
|
|
71
96
|
]
|
|
@@ -73,41 +98,49 @@
|
|
|
73
98
|
{
|
|
74
99
|
"id": 85,
|
|
75
100
|
"name": "closeFlyout",
|
|
101
|
+
"variant": "declaration",
|
|
76
102
|
"kind": 1024,
|
|
77
|
-
"kindString": "Property",
|
|
78
103
|
"flags": {
|
|
79
104
|
"isPublic": true,
|
|
80
105
|
"isReadonly": true
|
|
81
106
|
},
|
|
82
107
|
"comment": {
|
|
83
|
-
"
|
|
108
|
+
"summary": [
|
|
109
|
+
{
|
|
110
|
+
"kind": "text",
|
|
111
|
+
"text": "Function which should be called to close the flyout. This should be called once any intervening actions have completed."
|
|
112
|
+
}
|
|
113
|
+
]
|
|
84
114
|
},
|
|
85
115
|
"sources": [
|
|
86
116
|
{
|
|
87
117
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
88
118
|
"line": 8,
|
|
89
|
-
"character": 18
|
|
119
|
+
"character": 18,
|
|
120
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L8"
|
|
90
121
|
}
|
|
91
122
|
],
|
|
92
123
|
"type": {
|
|
93
124
|
"type": "reference",
|
|
94
|
-
"
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
125
|
+
"target": {
|
|
126
|
+
"sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
|
|
127
|
+
"qualifiedName": "Function"
|
|
128
|
+
},
|
|
129
|
+
"name": "Function",
|
|
130
|
+
"package": "typescript"
|
|
131
|
+
},
|
|
132
|
+
"decorators": []
|
|
98
133
|
}
|
|
99
134
|
],
|
|
100
135
|
"groups": [
|
|
101
136
|
{
|
|
102
137
|
"title": "Constructors",
|
|
103
|
-
"kind": 512,
|
|
104
138
|
"children": [
|
|
105
139
|
82
|
|
106
140
|
]
|
|
107
141
|
},
|
|
108
142
|
{
|
|
109
143
|
"title": "Properties",
|
|
110
|
-
"kind": 1024,
|
|
111
144
|
"children": [
|
|
112
145
|
85
|
|
113
146
|
]
|
|
@@ -117,46 +150,62 @@
|
|
|
117
150
|
{
|
|
118
151
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
119
152
|
"line": 4,
|
|
120
|
-
"character": 13
|
|
153
|
+
"character": 13,
|
|
154
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L4"
|
|
121
155
|
}
|
|
122
|
-
]
|
|
156
|
+
],
|
|
157
|
+
"decorators": []
|
|
123
158
|
},
|
|
124
159
|
{
|
|
125
160
|
"id": 1,
|
|
126
161
|
"name": "SkyFlyoutInstance",
|
|
162
|
+
"variant": "declaration",
|
|
127
163
|
"kind": 128,
|
|
128
|
-
"kindString": "Class",
|
|
129
164
|
"flags": {},
|
|
130
165
|
"comment": {
|
|
131
|
-
"
|
|
166
|
+
"summary": [
|
|
167
|
+
{
|
|
168
|
+
"kind": "text",
|
|
169
|
+
"text": "Represents a single displayed flyout."
|
|
170
|
+
}
|
|
171
|
+
]
|
|
132
172
|
},
|
|
133
173
|
"children": [
|
|
134
174
|
{
|
|
135
175
|
"id": 2,
|
|
136
176
|
"name": "constructor",
|
|
177
|
+
"variant": "declaration",
|
|
137
178
|
"kind": 512,
|
|
138
|
-
"kindString": "Constructor",
|
|
139
179
|
"flags": {},
|
|
140
180
|
"sources": [
|
|
141
181
|
{
|
|
142
182
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
143
183
|
"line": 116,
|
|
144
|
-
"character": 2
|
|
184
|
+
"character": 2,
|
|
185
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L116"
|
|
145
186
|
}
|
|
146
187
|
],
|
|
147
188
|
"signatures": [
|
|
148
189
|
{
|
|
149
190
|
"id": 3,
|
|
150
191
|
"name": "new SkyFlyoutInstance",
|
|
192
|
+
"variant": "signature",
|
|
151
193
|
"kind": 16384,
|
|
152
|
-
"kindString": "Constructor signature",
|
|
153
194
|
"flags": {},
|
|
195
|
+
"sources": [
|
|
196
|
+
{
|
|
197
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
198
|
+
"line": 116,
|
|
199
|
+
"character": 2,
|
|
200
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L116"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
154
203
|
"typeParameter": [
|
|
155
204
|
{
|
|
156
205
|
"id": 4,
|
|
157
206
|
"name": "T",
|
|
207
|
+
"variant": "typeParam",
|
|
158
208
|
"kind": 131072,
|
|
159
|
-
"kindString": "Type parameter",
|
|
160
209
|
"flags": {}
|
|
161
210
|
}
|
|
162
211
|
],
|
|
@@ -164,29 +213,32 @@
|
|
|
164
213
|
{
|
|
165
214
|
"id": 5,
|
|
166
215
|
"name": "componentInstance",
|
|
216
|
+
"variant": "param",
|
|
167
217
|
"kind": 32768,
|
|
168
|
-
"kindString": "Parameter",
|
|
169
218
|
"flags": {
|
|
170
219
|
"isOptional": true
|
|
171
220
|
},
|
|
172
221
|
"type": {
|
|
173
222
|
"type": "reference",
|
|
174
|
-
"
|
|
175
|
-
"name": "T"
|
|
223
|
+
"target": -1,
|
|
224
|
+
"name": "T",
|
|
225
|
+
"refersToTypeParameter": true
|
|
176
226
|
}
|
|
177
227
|
}
|
|
178
228
|
],
|
|
179
229
|
"type": {
|
|
180
230
|
"type": "reference",
|
|
181
|
-
"
|
|
231
|
+
"target": 1,
|
|
182
232
|
"typeArguments": [
|
|
183
233
|
{
|
|
184
234
|
"type": "reference",
|
|
185
|
-
"
|
|
186
|
-
"name": "T"
|
|
235
|
+
"target": -1,
|
|
236
|
+
"name": "T",
|
|
237
|
+
"refersToTypeParameter": true
|
|
187
238
|
}
|
|
188
239
|
],
|
|
189
|
-
"name": "SkyFlyoutInstance"
|
|
240
|
+
"name": "SkyFlyoutInstance",
|
|
241
|
+
"package": "@skyux/flyout"
|
|
190
242
|
}
|
|
191
243
|
}
|
|
192
244
|
]
|
|
@@ -194,73 +246,117 @@
|
|
|
194
246
|
{
|
|
195
247
|
"id": 8,
|
|
196
248
|
"name": "closed",
|
|
249
|
+
"variant": "declaration",
|
|
197
250
|
"kind": 1024,
|
|
198
|
-
"kindString": "Property",
|
|
199
251
|
"flags": {
|
|
200
252
|
"isPublic": true
|
|
201
253
|
},
|
|
202
254
|
"comment": {
|
|
203
|
-
"
|
|
255
|
+
"summary": [
|
|
256
|
+
{
|
|
257
|
+
"kind": "text",
|
|
258
|
+
"text": "An event that the flyout instance emits when it closes."
|
|
259
|
+
}
|
|
260
|
+
]
|
|
204
261
|
},
|
|
205
262
|
"sources": [
|
|
206
263
|
{
|
|
207
264
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
208
265
|
"line": 26,
|
|
209
|
-
"character": 9
|
|
266
|
+
"character": 9,
|
|
267
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L26"
|
|
210
268
|
}
|
|
211
269
|
],
|
|
212
270
|
"type": {
|
|
213
271
|
"type": "reference",
|
|
272
|
+
"target": {
|
|
273
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
274
|
+
"qualifiedName": "EventEmitter"
|
|
275
|
+
},
|
|
214
276
|
"typeArguments": [
|
|
215
277
|
{
|
|
216
278
|
"type": "intrinsic",
|
|
217
279
|
"name": "void"
|
|
218
280
|
}
|
|
219
281
|
],
|
|
220
|
-
"
|
|
221
|
-
"package": "@angular/core"
|
|
222
|
-
"name": "EventEmitter"
|
|
282
|
+
"name": "EventEmitter",
|
|
283
|
+
"package": "@angular/core"
|
|
223
284
|
},
|
|
224
|
-
"defaultValue": "..."
|
|
285
|
+
"defaultValue": "...",
|
|
286
|
+
"decorators": []
|
|
225
287
|
},
|
|
226
288
|
{
|
|
227
289
|
"id": 9,
|
|
228
290
|
"name": "componentInstance",
|
|
291
|
+
"variant": "declaration",
|
|
229
292
|
"kind": 1024,
|
|
230
|
-
"kindString": "Property",
|
|
231
293
|
"flags": {
|
|
232
294
|
"isPublic": true
|
|
233
295
|
},
|
|
234
296
|
"comment": {
|
|
235
|
-
"
|
|
297
|
+
"summary": [
|
|
298
|
+
{
|
|
299
|
+
"kind": "text",
|
|
300
|
+
"text": "The instance of the component to display in the flyout."
|
|
301
|
+
}
|
|
302
|
+
]
|
|
236
303
|
},
|
|
237
304
|
"sources": [
|
|
238
305
|
{
|
|
239
306
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
240
307
|
"line": 31,
|
|
241
|
-
"character": 9
|
|
308
|
+
"character": 9,
|
|
309
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L31"
|
|
242
310
|
}
|
|
243
311
|
],
|
|
244
312
|
"type": {
|
|
245
313
|
"type": "reference",
|
|
246
|
-
"
|
|
247
|
-
"name": "T"
|
|
248
|
-
|
|
314
|
+
"target": -1,
|
|
315
|
+
"name": "T",
|
|
316
|
+
"refersToTypeParameter": true
|
|
317
|
+
},
|
|
318
|
+
"decorators": []
|
|
249
319
|
},
|
|
250
320
|
{
|
|
251
321
|
"id": 12,
|
|
252
322
|
"name": "isOpen",
|
|
323
|
+
"variant": "declaration",
|
|
253
324
|
"kind": 1024,
|
|
254
|
-
"kindString": "Property",
|
|
255
325
|
"flags": {
|
|
256
326
|
"isPublic": true
|
|
257
327
|
},
|
|
258
328
|
"comment": {
|
|
259
|
-
"
|
|
260
|
-
|
|
329
|
+
"summary": [
|
|
330
|
+
{
|
|
331
|
+
"kind": "text",
|
|
332
|
+
"text": "A "
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"kind": "code",
|
|
336
|
+
"text": "`boolean`"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "text",
|
|
340
|
+
"text": " value that returns "
|
|
341
|
+
},
|
|
261
342
|
{
|
|
262
|
-
"
|
|
263
|
-
"text": "true
|
|
343
|
+
"kind": "code",
|
|
344
|
+
"text": "`true`"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"kind": "text",
|
|
348
|
+
"text": " if the flyout is open."
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"blockTags": [
|
|
352
|
+
{
|
|
353
|
+
"tag": "@default",
|
|
354
|
+
"content": [
|
|
355
|
+
{
|
|
356
|
+
"kind": "code",
|
|
357
|
+
"text": "```ts\ntrue\n```"
|
|
358
|
+
}
|
|
359
|
+
]
|
|
264
360
|
}
|
|
265
361
|
]
|
|
266
362
|
},
|
|
@@ -268,20 +364,22 @@
|
|
|
268
364
|
{
|
|
269
365
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
270
366
|
"line": 45,
|
|
271
|
-
"character": 9
|
|
367
|
+
"character": 9,
|
|
368
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L45"
|
|
272
369
|
}
|
|
273
370
|
],
|
|
274
371
|
"type": {
|
|
275
372
|
"type": "intrinsic",
|
|
276
373
|
"name": "boolean"
|
|
277
374
|
},
|
|
278
|
-
"defaultValue": "true"
|
|
375
|
+
"defaultValue": "true",
|
|
376
|
+
"decorators": []
|
|
279
377
|
},
|
|
280
378
|
{
|
|
281
379
|
"id": 6,
|
|
282
380
|
"name": "beforeClose",
|
|
381
|
+
"variant": "declaration",
|
|
283
382
|
"kind": 262144,
|
|
284
|
-
"kindString": "Accessor",
|
|
285
383
|
"flags": {
|
|
286
384
|
"isPublic": true
|
|
287
385
|
},
|
|
@@ -289,40 +387,65 @@
|
|
|
289
387
|
{
|
|
290
388
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
291
389
|
"line": 19,
|
|
292
|
-
"character": 13
|
|
390
|
+
"character": 13,
|
|
391
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L19"
|
|
293
392
|
}
|
|
294
393
|
],
|
|
295
|
-
"getSignature":
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
"
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
394
|
+
"getSignature": {
|
|
395
|
+
"id": 7,
|
|
396
|
+
"name": "beforeClose",
|
|
397
|
+
"variant": "signature",
|
|
398
|
+
"kind": 524288,
|
|
399
|
+
"flags": {},
|
|
400
|
+
"comment": {
|
|
401
|
+
"summary": [
|
|
402
|
+
{
|
|
403
|
+
"kind": "text",
|
|
404
|
+
"text": "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 "
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"kind": "code",
|
|
408
|
+
"text": "`closeModal`"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "text",
|
|
412
|
+
"text": " method."
|
|
413
|
+
}
|
|
414
|
+
]
|
|
415
|
+
},
|
|
416
|
+
"sources": [
|
|
417
|
+
{
|
|
418
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
419
|
+
"line": 19,
|
|
420
|
+
"character": 2,
|
|
421
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L19"
|
|
317
422
|
}
|
|
423
|
+
],
|
|
424
|
+
"type": {
|
|
425
|
+
"type": "reference",
|
|
426
|
+
"target": {
|
|
427
|
+
"sourceFileName": "node_modules/rxjs/src/internal/Observable.ts",
|
|
428
|
+
"qualifiedName": "Observable"
|
|
429
|
+
},
|
|
430
|
+
"typeArguments": [
|
|
431
|
+
{
|
|
432
|
+
"type": "reference",
|
|
433
|
+
"target": 81,
|
|
434
|
+
"name": "SkyFlyoutBeforeCloseHandler",
|
|
435
|
+
"package": "@skyux/flyout"
|
|
436
|
+
}
|
|
437
|
+
],
|
|
438
|
+
"name": "Observable",
|
|
439
|
+
"package": "rxjs"
|
|
318
440
|
}
|
|
319
|
-
|
|
441
|
+
},
|
|
442
|
+
"decorators": []
|
|
320
443
|
},
|
|
321
444
|
{
|
|
322
445
|
"id": 13,
|
|
323
446
|
"name": "iteratorNextButtonClick",
|
|
447
|
+
"variant": "declaration",
|
|
324
448
|
"kind": 262144,
|
|
325
|
-
"kindString": "Accessor",
|
|
326
449
|
"flags": {
|
|
327
450
|
"isPublic": true
|
|
328
451
|
},
|
|
@@ -330,39 +453,55 @@
|
|
|
330
453
|
{
|
|
331
454
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
332
455
|
"line": 50,
|
|
333
|
-
"character": 13
|
|
456
|
+
"character": 13,
|
|
457
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L50"
|
|
334
458
|
}
|
|
335
459
|
],
|
|
336
|
-
"getSignature":
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
"
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
"
|
|
355
|
-
"
|
|
356
|
-
"name": "EventEmitter"
|
|
460
|
+
"getSignature": {
|
|
461
|
+
"id": 14,
|
|
462
|
+
"name": "iteratorNextButtonClick",
|
|
463
|
+
"variant": "signature",
|
|
464
|
+
"kind": 524288,
|
|
465
|
+
"flags": {},
|
|
466
|
+
"comment": {
|
|
467
|
+
"summary": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "text",
|
|
470
|
+
"text": "An event that the flyout instance emits when users click the next iterator button."
|
|
471
|
+
}
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"sources": [
|
|
475
|
+
{
|
|
476
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
477
|
+
"line": 50,
|
|
478
|
+
"character": 2,
|
|
479
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L50"
|
|
357
480
|
}
|
|
481
|
+
],
|
|
482
|
+
"type": {
|
|
483
|
+
"type": "reference",
|
|
484
|
+
"target": {
|
|
485
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
486
|
+
"qualifiedName": "EventEmitter"
|
|
487
|
+
},
|
|
488
|
+
"typeArguments": [
|
|
489
|
+
{
|
|
490
|
+
"type": "intrinsic",
|
|
491
|
+
"name": "void"
|
|
492
|
+
}
|
|
493
|
+
],
|
|
494
|
+
"name": "EventEmitter",
|
|
495
|
+
"package": "@angular/core"
|
|
358
496
|
}
|
|
359
|
-
|
|
497
|
+
},
|
|
498
|
+
"decorators": []
|
|
360
499
|
},
|
|
361
500
|
{
|
|
362
501
|
"id": 17,
|
|
363
502
|
"name": "iteratorNextButtonDisabled",
|
|
503
|
+
"variant": "declaration",
|
|
364
504
|
"kind": 262144,
|
|
365
|
-
"kindString": "Accessor",
|
|
366
505
|
"flags": {
|
|
367
506
|
"isPublic": true
|
|
368
507
|
},
|
|
@@ -370,72 +509,93 @@
|
|
|
370
509
|
{
|
|
371
510
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
372
511
|
"line": 65,
|
|
373
|
-
"character": 13
|
|
512
|
+
"character": 13,
|
|
513
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L65"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
517
|
+
"line": 78,
|
|
518
|
+
"character": 13,
|
|
519
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L78"
|
|
374
520
|
}
|
|
375
521
|
],
|
|
376
|
-
"getSignature":
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
"text": "false\n"
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
"type": {
|
|
393
|
-
"type": "intrinsic",
|
|
394
|
-
"name": "boolean"
|
|
522
|
+
"getSignature": {
|
|
523
|
+
"id": 18,
|
|
524
|
+
"name": "iteratorNextButtonDisabled",
|
|
525
|
+
"variant": "signature",
|
|
526
|
+
"kind": 524288,
|
|
527
|
+
"flags": {},
|
|
528
|
+
"sources": [
|
|
529
|
+
{
|
|
530
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
531
|
+
"line": 78,
|
|
532
|
+
"character": 2,
|
|
533
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L78"
|
|
395
534
|
}
|
|
535
|
+
],
|
|
536
|
+
"type": {
|
|
537
|
+
"type": "intrinsic",
|
|
538
|
+
"name": "boolean"
|
|
396
539
|
}
|
|
397
|
-
|
|
398
|
-
"setSignature":
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
"
|
|
406
|
-
"shortText": "Disables the next iterator button.",
|
|
407
|
-
"tags": [
|
|
408
|
-
{
|
|
409
|
-
"tag": "default",
|
|
410
|
-
"text": "false\n"
|
|
411
|
-
}
|
|
412
|
-
]
|
|
413
|
-
},
|
|
414
|
-
"parameters": [
|
|
540
|
+
},
|
|
541
|
+
"setSignature": {
|
|
542
|
+
"id": 19,
|
|
543
|
+
"name": "iteratorNextButtonDisabled",
|
|
544
|
+
"variant": "signature",
|
|
545
|
+
"kind": 1048576,
|
|
546
|
+
"flags": {},
|
|
547
|
+
"comment": {
|
|
548
|
+
"summary": [
|
|
415
549
|
{
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"kind": 32768,
|
|
419
|
-
"kindString": "Parameter",
|
|
420
|
-
"flags": {},
|
|
421
|
-
"type": {
|
|
422
|
-
"type": "intrinsic",
|
|
423
|
-
"name": "boolean"
|
|
424
|
-
}
|
|
550
|
+
"kind": "text",
|
|
551
|
+
"text": "Disables the next iterator button."
|
|
425
552
|
}
|
|
426
553
|
],
|
|
427
|
-
"
|
|
428
|
-
|
|
429
|
-
|
|
554
|
+
"blockTags": [
|
|
555
|
+
{
|
|
556
|
+
"tag": "@default",
|
|
557
|
+
"content": [
|
|
558
|
+
{
|
|
559
|
+
"kind": "code",
|
|
560
|
+
"text": "```ts\nfalse\n```"
|
|
561
|
+
}
|
|
562
|
+
]
|
|
563
|
+
}
|
|
564
|
+
]
|
|
565
|
+
},
|
|
566
|
+
"sources": [
|
|
567
|
+
{
|
|
568
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
569
|
+
"line": 65,
|
|
570
|
+
"character": 2,
|
|
571
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L65"
|
|
430
572
|
}
|
|
573
|
+
],
|
|
574
|
+
"parameters": [
|
|
575
|
+
{
|
|
576
|
+
"id": 20,
|
|
577
|
+
"name": "newValue",
|
|
578
|
+
"variant": "param",
|
|
579
|
+
"kind": 32768,
|
|
580
|
+
"flags": {},
|
|
581
|
+
"type": {
|
|
582
|
+
"type": "intrinsic",
|
|
583
|
+
"name": "boolean"
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
],
|
|
587
|
+
"type": {
|
|
588
|
+
"type": "intrinsic",
|
|
589
|
+
"name": "void"
|
|
431
590
|
}
|
|
432
|
-
|
|
591
|
+
},
|
|
592
|
+
"decorators": []
|
|
433
593
|
},
|
|
434
594
|
{
|
|
435
595
|
"id": 15,
|
|
436
596
|
"name": "iteratorPreviousButtonClick",
|
|
597
|
+
"variant": "declaration",
|
|
437
598
|
"kind": 262144,
|
|
438
|
-
"kindString": "Accessor",
|
|
439
599
|
"flags": {
|
|
440
600
|
"isPublic": true
|
|
441
601
|
},
|
|
@@ -443,39 +603,55 @@
|
|
|
443
603
|
{
|
|
444
604
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
445
605
|
"line": 57,
|
|
446
|
-
"character": 13
|
|
606
|
+
"character": 13,
|
|
607
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L57"
|
|
447
608
|
}
|
|
448
609
|
],
|
|
449
|
-
"getSignature":
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
"
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"name": "EventEmitter"
|
|
610
|
+
"getSignature": {
|
|
611
|
+
"id": 16,
|
|
612
|
+
"name": "iteratorPreviousButtonClick",
|
|
613
|
+
"variant": "signature",
|
|
614
|
+
"kind": 524288,
|
|
615
|
+
"flags": {},
|
|
616
|
+
"comment": {
|
|
617
|
+
"summary": [
|
|
618
|
+
{
|
|
619
|
+
"kind": "text",
|
|
620
|
+
"text": "An event that the flyout instance emits when users click the previous iterator button."
|
|
621
|
+
}
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
|
+
"sources": [
|
|
625
|
+
{
|
|
626
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
627
|
+
"line": 57,
|
|
628
|
+
"character": 2,
|
|
629
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L57"
|
|
470
630
|
}
|
|
631
|
+
],
|
|
632
|
+
"type": {
|
|
633
|
+
"type": "reference",
|
|
634
|
+
"target": {
|
|
635
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
636
|
+
"qualifiedName": "EventEmitter"
|
|
637
|
+
},
|
|
638
|
+
"typeArguments": [
|
|
639
|
+
{
|
|
640
|
+
"type": "intrinsic",
|
|
641
|
+
"name": "void"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"name": "EventEmitter",
|
|
645
|
+
"package": "@angular/core"
|
|
471
646
|
}
|
|
472
|
-
|
|
647
|
+
},
|
|
648
|
+
"decorators": []
|
|
473
649
|
},
|
|
474
650
|
{
|
|
475
651
|
"id": 21,
|
|
476
652
|
"name": "iteratorPreviousButtonDisabled",
|
|
653
|
+
"variant": "declaration",
|
|
477
654
|
"kind": 262144,
|
|
478
|
-
"kindString": "Accessor",
|
|
479
655
|
"flags": {
|
|
480
656
|
"isPublic": true
|
|
481
657
|
},
|
|
@@ -483,72 +659,93 @@
|
|
|
483
659
|
{
|
|
484
660
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
485
661
|
"line": 86,
|
|
486
|
-
"character": 13
|
|
662
|
+
"character": 13,
|
|
663
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L86"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
667
|
+
"line": 99,
|
|
668
|
+
"character": 13,
|
|
669
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L99"
|
|
487
670
|
}
|
|
488
671
|
],
|
|
489
|
-
"getSignature":
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
"text": "false\n"
|
|
502
|
-
}
|
|
503
|
-
]
|
|
504
|
-
},
|
|
505
|
-
"type": {
|
|
506
|
-
"type": "intrinsic",
|
|
507
|
-
"name": "boolean"
|
|
672
|
+
"getSignature": {
|
|
673
|
+
"id": 22,
|
|
674
|
+
"name": "iteratorPreviousButtonDisabled",
|
|
675
|
+
"variant": "signature",
|
|
676
|
+
"kind": 524288,
|
|
677
|
+
"flags": {},
|
|
678
|
+
"sources": [
|
|
679
|
+
{
|
|
680
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
681
|
+
"line": 99,
|
|
682
|
+
"character": 2,
|
|
683
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L99"
|
|
508
684
|
}
|
|
685
|
+
],
|
|
686
|
+
"type": {
|
|
687
|
+
"type": "intrinsic",
|
|
688
|
+
"name": "boolean"
|
|
509
689
|
}
|
|
510
|
-
|
|
511
|
-
"setSignature":
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
"
|
|
519
|
-
"shortText": "Disables the previous iterator button.",
|
|
520
|
-
"tags": [
|
|
521
|
-
{
|
|
522
|
-
"tag": "default",
|
|
523
|
-
"text": "false\n"
|
|
524
|
-
}
|
|
525
|
-
]
|
|
526
|
-
},
|
|
527
|
-
"parameters": [
|
|
690
|
+
},
|
|
691
|
+
"setSignature": {
|
|
692
|
+
"id": 23,
|
|
693
|
+
"name": "iteratorPreviousButtonDisabled",
|
|
694
|
+
"variant": "signature",
|
|
695
|
+
"kind": 1048576,
|
|
696
|
+
"flags": {},
|
|
697
|
+
"comment": {
|
|
698
|
+
"summary": [
|
|
528
699
|
{
|
|
529
|
-
"
|
|
530
|
-
"
|
|
531
|
-
"kind": 32768,
|
|
532
|
-
"kindString": "Parameter",
|
|
533
|
-
"flags": {},
|
|
534
|
-
"type": {
|
|
535
|
-
"type": "intrinsic",
|
|
536
|
-
"name": "boolean"
|
|
537
|
-
}
|
|
700
|
+
"kind": "text",
|
|
701
|
+
"text": "Disables the previous iterator button."
|
|
538
702
|
}
|
|
539
703
|
],
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
|
|
704
|
+
"blockTags": [
|
|
705
|
+
{
|
|
706
|
+
"tag": "@default",
|
|
707
|
+
"content": [
|
|
708
|
+
{
|
|
709
|
+
"kind": "code",
|
|
710
|
+
"text": "```ts\nfalse\n```"
|
|
711
|
+
}
|
|
712
|
+
]
|
|
713
|
+
}
|
|
714
|
+
]
|
|
715
|
+
},
|
|
716
|
+
"sources": [
|
|
717
|
+
{
|
|
718
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
719
|
+
"line": 86,
|
|
720
|
+
"character": 2,
|
|
721
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L86"
|
|
722
|
+
}
|
|
723
|
+
],
|
|
724
|
+
"parameters": [
|
|
725
|
+
{
|
|
726
|
+
"id": 24,
|
|
727
|
+
"name": "newValue",
|
|
728
|
+
"variant": "param",
|
|
729
|
+
"kind": 32768,
|
|
730
|
+
"flags": {},
|
|
731
|
+
"type": {
|
|
732
|
+
"type": "intrinsic",
|
|
733
|
+
"name": "boolean"
|
|
734
|
+
}
|
|
543
735
|
}
|
|
736
|
+
],
|
|
737
|
+
"type": {
|
|
738
|
+
"type": "intrinsic",
|
|
739
|
+
"name": "void"
|
|
544
740
|
}
|
|
545
|
-
|
|
741
|
+
},
|
|
742
|
+
"decorators": []
|
|
546
743
|
},
|
|
547
744
|
{
|
|
548
745
|
"id": 31,
|
|
549
746
|
"name": "close",
|
|
747
|
+
"variant": "declaration",
|
|
550
748
|
"kind": 2048,
|
|
551
|
-
"kindString": "Method",
|
|
552
749
|
"flags": {
|
|
553
750
|
"isPublic": true
|
|
554
751
|
},
|
|
@@ -556,35 +753,63 @@
|
|
|
556
753
|
{
|
|
557
754
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
558
755
|
"line": 135,
|
|
559
|
-
"character": 9
|
|
756
|
+
"character": 9,
|
|
757
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L135"
|
|
560
758
|
}
|
|
561
759
|
],
|
|
562
760
|
"signatures": [
|
|
563
761
|
{
|
|
564
762
|
"id": 32,
|
|
565
763
|
"name": "close",
|
|
764
|
+
"variant": "signature",
|
|
566
765
|
"kind": 4096,
|
|
567
|
-
"kindString": "Call signature",
|
|
568
766
|
"flags": {},
|
|
569
767
|
"comment": {
|
|
570
|
-
"
|
|
768
|
+
"summary": [
|
|
769
|
+
{
|
|
770
|
+
"kind": "text",
|
|
771
|
+
"text": "Closes the flyout instance and emits its "
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"kind": "code",
|
|
775
|
+
"text": "`closed`"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"kind": "text",
|
|
779
|
+
"text": " event."
|
|
780
|
+
}
|
|
781
|
+
]
|
|
571
782
|
},
|
|
783
|
+
"sources": [
|
|
784
|
+
{
|
|
785
|
+
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
786
|
+
"line": 135,
|
|
787
|
+
"character": 2,
|
|
788
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L135"
|
|
789
|
+
}
|
|
790
|
+
],
|
|
572
791
|
"parameters": [
|
|
573
792
|
{
|
|
574
793
|
"id": 33,
|
|
575
794
|
"name": "args",
|
|
795
|
+
"variant": "param",
|
|
576
796
|
"kind": 32768,
|
|
577
|
-
"kindString": "Parameter",
|
|
578
797
|
"flags": {
|
|
579
798
|
"isOptional": true
|
|
580
799
|
},
|
|
581
800
|
"comment": {
|
|
582
|
-
"
|
|
801
|
+
"summary": [
|
|
802
|
+
{
|
|
803
|
+
"kind": "text",
|
|
804
|
+
"text": "Arguments used when closing the flyout."
|
|
805
|
+
}
|
|
806
|
+
]
|
|
583
807
|
},
|
|
584
808
|
"type": {
|
|
585
809
|
"type": "reference",
|
|
586
|
-
"
|
|
587
|
-
"name": "SkyFlyoutCloseArgs"
|
|
810
|
+
"target": 86,
|
|
811
|
+
"name": "SkyFlyoutCloseArgs",
|
|
812
|
+
"package": "@skyux/flyout"
|
|
588
813
|
}
|
|
589
814
|
}
|
|
590
815
|
],
|
|
@@ -593,20 +818,19 @@
|
|
|
593
818
|
"name": "void"
|
|
594
819
|
}
|
|
595
820
|
}
|
|
596
|
-
]
|
|
821
|
+
],
|
|
822
|
+
"decorators": []
|
|
597
823
|
}
|
|
598
824
|
],
|
|
599
825
|
"groups": [
|
|
600
826
|
{
|
|
601
827
|
"title": "Constructors",
|
|
602
|
-
"kind": 512,
|
|
603
828
|
"children": [
|
|
604
829
|
2
|
|
605
830
|
]
|
|
606
831
|
},
|
|
607
832
|
{
|
|
608
833
|
"title": "Properties",
|
|
609
|
-
"kind": 1024,
|
|
610
834
|
"children": [
|
|
611
835
|
8,
|
|
612
836
|
9,
|
|
@@ -615,7 +839,6 @@
|
|
|
615
839
|
},
|
|
616
840
|
{
|
|
617
841
|
"title": "Accessors",
|
|
618
|
-
"kind": 262144,
|
|
619
842
|
"children": [
|
|
620
843
|
6,
|
|
621
844
|
13,
|
|
@@ -626,7 +849,6 @@
|
|
|
626
849
|
},
|
|
627
850
|
{
|
|
628
851
|
"title": "Methods",
|
|
629
|
-
"kind": 2048,
|
|
630
852
|
"children": [
|
|
631
853
|
31
|
|
632
854
|
]
|
|
@@ -636,44 +858,31 @@
|
|
|
636
858
|
{
|
|
637
859
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
638
860
|
"line": 13,
|
|
639
|
-
"character": 13
|
|
861
|
+
"character": 13,
|
|
862
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L13"
|
|
640
863
|
}
|
|
641
864
|
],
|
|
642
|
-
"
|
|
865
|
+
"typeParameters": [
|
|
643
866
|
{
|
|
644
867
|
"id": 34,
|
|
645
868
|
"name": "T",
|
|
869
|
+
"variant": "typeParam",
|
|
646
870
|
"kind": 131072,
|
|
647
|
-
"kindString": "Type parameter",
|
|
648
871
|
"flags": {}
|
|
649
872
|
}
|
|
650
|
-
]
|
|
873
|
+
],
|
|
874
|
+
"decorators": []
|
|
651
875
|
},
|
|
652
876
|
{
|
|
653
877
|
"id": 35,
|
|
654
878
|
"name": "SkyFlyoutModule",
|
|
879
|
+
"variant": "declaration",
|
|
655
880
|
"kind": 128,
|
|
656
|
-
"kindString": "Class",
|
|
657
881
|
"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 SkyIconModule,\n SkyFlyoutResourcesModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n exports: [SkyFlyoutComponent],\n providers: [SkyFlyoutService],\n}"
|
|
669
|
-
}
|
|
670
|
-
}
|
|
671
|
-
],
|
|
672
882
|
"children": [],
|
|
673
883
|
"groups": [
|
|
674
884
|
{
|
|
675
885
|
"title": "Constructors",
|
|
676
|
-
"kind": 512,
|
|
677
886
|
"children": [
|
|
678
887
|
36
|
|
679
888
|
]
|
|
@@ -682,163 +891,232 @@
|
|
|
682
891
|
"sources": [
|
|
683
892
|
{
|
|
684
893
|
"fileName": "projects/flyout/src/modules/flyout/flyout.module.ts",
|
|
685
|
-
"line":
|
|
686
|
-
"character": 13
|
|
894
|
+
"line": 29,
|
|
895
|
+
"character": 13,
|
|
896
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.module.ts#L29"
|
|
897
|
+
}
|
|
898
|
+
],
|
|
899
|
+
"decorators": [
|
|
900
|
+
{
|
|
901
|
+
"name": "NgModule",
|
|
902
|
+
"arguments": {
|
|
903
|
+
"obj": "@NgModule({\n declarations: [SkyFlyoutComponent, SkyFlyoutIteratorComponent],\n imports: [\n A11yModule,\n CommonModule,\n FormsModule,\n RouterModule,\n SkyIconModule,\n SkyFlyoutResourcesModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n exports: [SkyFlyoutComponent],\n})"
|
|
904
|
+
}
|
|
687
905
|
}
|
|
688
906
|
]
|
|
689
907
|
},
|
|
690
908
|
{
|
|
691
909
|
"id": 38,
|
|
692
910
|
"name": "SkyFlyoutService",
|
|
911
|
+
"variant": "declaration",
|
|
693
912
|
"kind": 128,
|
|
694
|
-
"kindString": "Class",
|
|
695
913
|
"flags": {},
|
|
696
914
|
"comment": {
|
|
697
|
-
"
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
"name": "Injectable",
|
|
702
|
-
"type": {
|
|
703
|
-
"type": "reference",
|
|
704
|
-
"qualifiedName": "InjectableDecorator",
|
|
705
|
-
"package": "@angular/core",
|
|
706
|
-
"name": "Injectable"
|
|
915
|
+
"summary": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "text",
|
|
918
|
+
"text": "Launches flyouts and provides a common look and feel.\nThis service dynamically generates the flyout component and appends it directly to the\ndocument's "
|
|
707
919
|
},
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
920
|
+
{
|
|
921
|
+
"kind": "code",
|
|
922
|
+
"text": "`body`"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"kind": "text",
|
|
926
|
+
"text": " element. The "
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"kind": "code",
|
|
930
|
+
"text": "`SkyFlyoutInstance`"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "text",
|
|
934
|
+
"text": " class watches for and triggers flyout events."
|
|
935
|
+
}
|
|
936
|
+
]
|
|
937
|
+
},
|
|
711
938
|
"children": [
|
|
712
939
|
{
|
|
713
940
|
"id": 39,
|
|
714
941
|
"name": "constructor",
|
|
942
|
+
"variant": "declaration",
|
|
715
943
|
"kind": 512,
|
|
716
|
-
"kindString": "Constructor",
|
|
717
944
|
"flags": {},
|
|
718
945
|
"sources": [
|
|
719
946
|
{
|
|
720
947
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
721
|
-
"line":
|
|
722
|
-
"character": 2
|
|
948
|
+
"line": 45,
|
|
949
|
+
"character": 2,
|
|
950
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L45"
|
|
723
951
|
}
|
|
724
952
|
],
|
|
725
953
|
"signatures": [
|
|
726
954
|
{
|
|
727
955
|
"id": 40,
|
|
728
956
|
"name": "new SkyFlyoutService",
|
|
957
|
+
"variant": "signature",
|
|
729
958
|
"kind": 16384,
|
|
730
|
-
"kindString": "Constructor signature",
|
|
731
959
|
"flags": {},
|
|
960
|
+
"sources": [
|
|
961
|
+
{
|
|
962
|
+
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
963
|
+
"line": 45,
|
|
964
|
+
"character": 2,
|
|
965
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L45"
|
|
966
|
+
}
|
|
967
|
+
],
|
|
732
968
|
"parameters": [
|
|
733
969
|
{
|
|
734
970
|
"id": 41,
|
|
735
971
|
"name": "coreAdapter",
|
|
972
|
+
"variant": "param",
|
|
736
973
|
"kind": 32768,
|
|
737
|
-
"kindString": "Parameter",
|
|
738
974
|
"flags": {},
|
|
739
975
|
"type": {
|
|
740
976
|
"type": "reference",
|
|
741
|
-
"
|
|
977
|
+
"target": {
|
|
978
|
+
"sourceFileName": "libs/components/core/src/lib/modules/adapter-service/adapter.service.ts",
|
|
979
|
+
"qualifiedName": "SkyCoreAdapterService"
|
|
980
|
+
},
|
|
981
|
+
"name": "SkyCoreAdapterService",
|
|
982
|
+
"package": "@skyux/core"
|
|
742
983
|
}
|
|
743
984
|
},
|
|
744
985
|
{
|
|
745
986
|
"id": 42,
|
|
746
987
|
"name": "windowRef",
|
|
988
|
+
"variant": "param",
|
|
747
989
|
"kind": 32768,
|
|
748
|
-
"kindString": "Parameter",
|
|
749
990
|
"flags": {},
|
|
750
991
|
"type": {
|
|
751
992
|
"type": "reference",
|
|
752
|
-
"
|
|
993
|
+
"target": {
|
|
994
|
+
"sourceFileName": "libs/components/core/src/lib/modules/window/window-ref.ts",
|
|
995
|
+
"qualifiedName": "SkyAppWindowRef"
|
|
996
|
+
},
|
|
997
|
+
"name": "SkyAppWindowRef",
|
|
998
|
+
"package": "@skyux/core"
|
|
753
999
|
}
|
|
754
1000
|
},
|
|
755
1001
|
{
|
|
756
1002
|
"id": 43,
|
|
757
1003
|
"name": "dynamicComponentService",
|
|
1004
|
+
"variant": "param",
|
|
758
1005
|
"kind": 32768,
|
|
759
|
-
"kindString": "Parameter",
|
|
760
1006
|
"flags": {},
|
|
761
1007
|
"type": {
|
|
762
1008
|
"type": "reference",
|
|
763
|
-
"
|
|
1009
|
+
"target": {
|
|
1010
|
+
"sourceFileName": "libs/components/core/src/lib/modules/dynamic-component/dynamic-component.service.ts",
|
|
1011
|
+
"qualifiedName": "SkyDynamicComponentService"
|
|
1012
|
+
},
|
|
1013
|
+
"name": "SkyDynamicComponentService",
|
|
1014
|
+
"package": "@skyux/core"
|
|
764
1015
|
}
|
|
765
1016
|
},
|
|
766
1017
|
{
|
|
767
1018
|
"id": 44,
|
|
768
1019
|
"name": "router",
|
|
1020
|
+
"variant": "param",
|
|
769
1021
|
"kind": 32768,
|
|
770
|
-
"kindString": "Parameter",
|
|
771
1022
|
"flags": {},
|
|
772
1023
|
"type": {
|
|
773
1024
|
"type": "reference",
|
|
774
|
-
"
|
|
775
|
-
|
|
776
|
-
|
|
1025
|
+
"target": {
|
|
1026
|
+
"sourceFileName": "node_modules/@angular/router/index.d.ts",
|
|
1027
|
+
"qualifiedName": "Router"
|
|
1028
|
+
},
|
|
1029
|
+
"name": "Router",
|
|
1030
|
+
"package": "@angular/router"
|
|
777
1031
|
}
|
|
778
1032
|
},
|
|
779
1033
|
{
|
|
780
1034
|
"id": 45,
|
|
781
1035
|
"name": "ngZone",
|
|
1036
|
+
"variant": "param",
|
|
782
1037
|
"kind": 32768,
|
|
783
|
-
"kindString": "Parameter",
|
|
784
1038
|
"flags": {},
|
|
785
1039
|
"type": {
|
|
786
1040
|
"type": "reference",
|
|
787
|
-
"
|
|
788
|
-
|
|
789
|
-
|
|
1041
|
+
"target": {
|
|
1042
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1043
|
+
"qualifiedName": "NgZone"
|
|
1044
|
+
},
|
|
1045
|
+
"name": "NgZone",
|
|
1046
|
+
"package": "@angular/core"
|
|
790
1047
|
}
|
|
791
1048
|
}
|
|
792
1049
|
],
|
|
793
1050
|
"type": {
|
|
794
1051
|
"type": "reference",
|
|
795
|
-
"
|
|
796
|
-
"name": "SkyFlyoutService"
|
|
1052
|
+
"target": 38,
|
|
1053
|
+
"name": "SkyFlyoutService",
|
|
1054
|
+
"package": "@skyux/flyout"
|
|
797
1055
|
}
|
|
798
1056
|
}
|
|
799
1057
|
]
|
|
800
1058
|
},
|
|
801
1059
|
{
|
|
802
|
-
"id":
|
|
1060
|
+
"id": 57,
|
|
803
1061
|
"name": "close",
|
|
1062
|
+
"variant": "declaration",
|
|
804
1063
|
"kind": 2048,
|
|
805
|
-
"kindString": "Method",
|
|
806
1064
|
"flags": {
|
|
807
1065
|
"isPublic": true
|
|
808
1066
|
},
|
|
809
1067
|
"sources": [
|
|
810
1068
|
{
|
|
811
1069
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
812
|
-
"line":
|
|
813
|
-
"character": 9
|
|
1070
|
+
"line": 70,
|
|
1071
|
+
"character": 9,
|
|
1072
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L70"
|
|
814
1073
|
}
|
|
815
1074
|
],
|
|
816
1075
|
"signatures": [
|
|
817
1076
|
{
|
|
818
|
-
"id":
|
|
1077
|
+
"id": 58,
|
|
819
1078
|
"name": "close",
|
|
1079
|
+
"variant": "signature",
|
|
820
1080
|
"kind": 4096,
|
|
821
|
-
"kindString": "Call signature",
|
|
822
1081
|
"flags": {},
|
|
823
1082
|
"comment": {
|
|
824
|
-
"
|
|
1083
|
+
"summary": [
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "text",
|
|
1086
|
+
"text": "Closes the flyout. This method also removes the flyout's HTML elements from the DOM."
|
|
1087
|
+
}
|
|
1088
|
+
]
|
|
825
1089
|
},
|
|
1090
|
+
"sources": [
|
|
1091
|
+
{
|
|
1092
|
+
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1093
|
+
"line": 70,
|
|
1094
|
+
"character": 2,
|
|
1095
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L70"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
826
1098
|
"parameters": [
|
|
827
1099
|
{
|
|
828
|
-
"id":
|
|
1100
|
+
"id": 59,
|
|
829
1101
|
"name": "args",
|
|
1102
|
+
"variant": "param",
|
|
830
1103
|
"kind": 32768,
|
|
831
|
-
"kindString": "Parameter",
|
|
832
1104
|
"flags": {
|
|
833
1105
|
"isOptional": true
|
|
834
1106
|
},
|
|
835
1107
|
"comment": {
|
|
836
|
-
"
|
|
1108
|
+
"summary": [
|
|
1109
|
+
{
|
|
1110
|
+
"kind": "text",
|
|
1111
|
+
"text": "Arguments used when closing the flyout."
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
837
1114
|
},
|
|
838
1115
|
"type": {
|
|
839
1116
|
"type": "reference",
|
|
840
|
-
"
|
|
841
|
-
"name": "SkyFlyoutCloseArgs"
|
|
1117
|
+
"target": 86,
|
|
1118
|
+
"name": "SkyFlyoutCloseArgs",
|
|
1119
|
+
"package": "@skyux/flyout"
|
|
842
1120
|
}
|
|
843
1121
|
}
|
|
844
1122
|
],
|
|
@@ -847,152 +1125,195 @@
|
|
|
847
1125
|
"name": "void"
|
|
848
1126
|
}
|
|
849
1127
|
}
|
|
850
|
-
]
|
|
1128
|
+
],
|
|
1129
|
+
"decorators": []
|
|
851
1130
|
},
|
|
852
1131
|
{
|
|
853
|
-
"id":
|
|
1132
|
+
"id": 55,
|
|
854
1133
|
"name": "ngOnDestroy",
|
|
1134
|
+
"variant": "declaration",
|
|
855
1135
|
"kind": 2048,
|
|
856
|
-
"kindString": "Method",
|
|
857
1136
|
"flags": {
|
|
858
1137
|
"isPublic": true
|
|
859
1138
|
},
|
|
860
1139
|
"sources": [
|
|
861
1140
|
{
|
|
862
1141
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
863
|
-
"line":
|
|
864
|
-
"character": 9
|
|
1142
|
+
"line": 59,
|
|
1143
|
+
"character": 9,
|
|
1144
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L59"
|
|
865
1145
|
}
|
|
866
1146
|
],
|
|
867
1147
|
"signatures": [
|
|
868
1148
|
{
|
|
869
|
-
"id":
|
|
1149
|
+
"id": 56,
|
|
870
1150
|
"name": "ngOnDestroy",
|
|
1151
|
+
"variant": "signature",
|
|
871
1152
|
"kind": 4096,
|
|
872
|
-
"kindString": "Call signature",
|
|
873
1153
|
"flags": {},
|
|
1154
|
+
"sources": [
|
|
1155
|
+
{
|
|
1156
|
+
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1157
|
+
"line": 59,
|
|
1158
|
+
"character": 2,
|
|
1159
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L59"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
874
1162
|
"type": {
|
|
875
1163
|
"type": "intrinsic",
|
|
876
1164
|
"name": "void"
|
|
877
1165
|
},
|
|
878
1166
|
"implementationOf": {
|
|
879
1167
|
"type": "reference",
|
|
1168
|
+
"target": -1,
|
|
880
1169
|
"name": "OnDestroy.ngOnDestroy"
|
|
881
1170
|
}
|
|
882
1171
|
}
|
|
883
1172
|
],
|
|
884
1173
|
"implementationOf": {
|
|
885
1174
|
"type": "reference",
|
|
1175
|
+
"target": -1,
|
|
886
1176
|
"name": "OnDestroy.ngOnDestroy"
|
|
887
|
-
}
|
|
1177
|
+
},
|
|
1178
|
+
"decorators": []
|
|
888
1179
|
},
|
|
889
1180
|
{
|
|
890
|
-
"id":
|
|
1181
|
+
"id": 60,
|
|
891
1182
|
"name": "open",
|
|
1183
|
+
"variant": "declaration",
|
|
892
1184
|
"kind": 2048,
|
|
893
|
-
"kindString": "Method",
|
|
894
1185
|
"flags": {
|
|
895
1186
|
"isPublic": true
|
|
896
1187
|
},
|
|
897
1188
|
"sources": [
|
|
898
1189
|
{
|
|
899
1190
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
900
|
-
"line":
|
|
901
|
-
"character": 9
|
|
1191
|
+
"line": 86,
|
|
1192
|
+
"character": 9,
|
|
1193
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L86"
|
|
902
1194
|
}
|
|
903
1195
|
],
|
|
904
1196
|
"signatures": [
|
|
905
1197
|
{
|
|
906
|
-
"id":
|
|
1198
|
+
"id": 61,
|
|
907
1199
|
"name": "open",
|
|
1200
|
+
"variant": "signature",
|
|
908
1201
|
"kind": 4096,
|
|
909
|
-
"kindString": "Call signature",
|
|
910
1202
|
"flags": {},
|
|
911
1203
|
"comment": {
|
|
912
|
-
"
|
|
1204
|
+
"summary": [
|
|
1205
|
+
{
|
|
1206
|
+
"kind": "text",
|
|
1207
|
+
"text": "Opens a flyout and displays the specified component."
|
|
1208
|
+
}
|
|
1209
|
+
]
|
|
913
1210
|
},
|
|
1211
|
+
"sources": [
|
|
1212
|
+
{
|
|
1213
|
+
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1214
|
+
"line": 86,
|
|
1215
|
+
"character": 2,
|
|
1216
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L86"
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
914
1219
|
"typeParameter": [
|
|
915
1220
|
{
|
|
916
|
-
"id":
|
|
1221
|
+
"id": 62,
|
|
917
1222
|
"name": "T",
|
|
1223
|
+
"variant": "typeParam",
|
|
918
1224
|
"kind": 131072,
|
|
919
|
-
"kindString": "Type parameter",
|
|
920
1225
|
"flags": {}
|
|
921
1226
|
}
|
|
922
1227
|
],
|
|
923
1228
|
"parameters": [
|
|
924
1229
|
{
|
|
925
|
-
"id":
|
|
1230
|
+
"id": 63,
|
|
926
1231
|
"name": "component",
|
|
1232
|
+
"variant": "param",
|
|
927
1233
|
"kind": 32768,
|
|
928
|
-
"kindString": "Parameter",
|
|
929
1234
|
"flags": {},
|
|
930
1235
|
"comment": {
|
|
931
|
-
"
|
|
1236
|
+
"summary": [
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "text",
|
|
1239
|
+
"text": "Specifies the component to render."
|
|
1240
|
+
}
|
|
1241
|
+
]
|
|
932
1242
|
},
|
|
933
1243
|
"type": {
|
|
934
1244
|
"type": "reference",
|
|
1245
|
+
"target": {
|
|
1246
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1247
|
+
"qualifiedName": "Type"
|
|
1248
|
+
},
|
|
935
1249
|
"typeArguments": [
|
|
936
1250
|
{
|
|
937
1251
|
"type": "reference",
|
|
938
|
-
"
|
|
939
|
-
"name": "T"
|
|
1252
|
+
"target": -1,
|
|
1253
|
+
"name": "T",
|
|
1254
|
+
"refersToTypeParameter": true
|
|
940
1255
|
}
|
|
941
1256
|
],
|
|
942
|
-
"
|
|
943
|
-
"package": "@angular/core"
|
|
944
|
-
"name": "Type"
|
|
1257
|
+
"name": "Type",
|
|
1258
|
+
"package": "@angular/core"
|
|
945
1259
|
}
|
|
946
1260
|
},
|
|
947
1261
|
{
|
|
948
|
-
"id":
|
|
1262
|
+
"id": 64,
|
|
949
1263
|
"name": "config",
|
|
1264
|
+
"variant": "param",
|
|
950
1265
|
"kind": 32768,
|
|
951
|
-
"kindString": "Parameter",
|
|
952
1266
|
"flags": {
|
|
953
1267
|
"isOptional": true
|
|
954
1268
|
},
|
|
955
1269
|
"comment": {
|
|
956
|
-
"
|
|
1270
|
+
"summary": [
|
|
1271
|
+
{
|
|
1272
|
+
"kind": "text",
|
|
1273
|
+
"text": "Specifies the flyout configuration passed to the specified component's constructor."
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
957
1276
|
},
|
|
958
1277
|
"type": {
|
|
959
1278
|
"type": "reference",
|
|
960
|
-
"
|
|
961
|
-
"name": "SkyFlyoutConfig"
|
|
1279
|
+
"target": 88,
|
|
1280
|
+
"name": "SkyFlyoutConfig",
|
|
1281
|
+
"package": "@skyux/flyout"
|
|
962
1282
|
}
|
|
963
1283
|
}
|
|
964
1284
|
],
|
|
965
1285
|
"type": {
|
|
966
1286
|
"type": "reference",
|
|
967
|
-
"
|
|
1287
|
+
"target": 1,
|
|
968
1288
|
"typeArguments": [
|
|
969
1289
|
{
|
|
970
1290
|
"type": "reference",
|
|
971
|
-
"
|
|
972
|
-
"name": "T"
|
|
1291
|
+
"target": -1,
|
|
1292
|
+
"name": "T",
|
|
1293
|
+
"refersToTypeParameter": true
|
|
973
1294
|
}
|
|
974
1295
|
],
|
|
975
|
-
"name": "SkyFlyoutInstance"
|
|
1296
|
+
"name": "SkyFlyoutInstance",
|
|
1297
|
+
"package": "@skyux/flyout"
|
|
976
1298
|
}
|
|
977
1299
|
}
|
|
978
|
-
]
|
|
1300
|
+
],
|
|
1301
|
+
"decorators": []
|
|
979
1302
|
}
|
|
980
1303
|
],
|
|
981
1304
|
"groups": [
|
|
982
1305
|
{
|
|
983
1306
|
"title": "Constructors",
|
|
984
|
-
"kind": 512,
|
|
985
1307
|
"children": [
|
|
986
1308
|
39
|
|
987
1309
|
]
|
|
988
1310
|
},
|
|
989
1311
|
{
|
|
990
1312
|
"title": "Methods",
|
|
991
|
-
"kind": 2048,
|
|
992
1313
|
"children": [
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
1314
|
+
57,
|
|
1315
|
+
55,
|
|
1316
|
+
60
|
|
996
1317
|
]
|
|
997
1318
|
}
|
|
998
1319
|
],
|
|
@@ -1000,41 +1321,123 @@
|
|
|
1000
1321
|
{
|
|
1001
1322
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1002
1323
|
"line": 33,
|
|
1003
|
-
"character": 13
|
|
1324
|
+
"character": 13,
|
|
1325
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L33"
|
|
1004
1326
|
}
|
|
1005
1327
|
],
|
|
1006
1328
|
"implementedTypes": [
|
|
1007
1329
|
{
|
|
1008
1330
|
"type": "reference",
|
|
1009
|
-
"
|
|
1010
|
-
|
|
1011
|
-
|
|
1331
|
+
"target": {
|
|
1332
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1333
|
+
"qualifiedName": "OnDestroy"
|
|
1334
|
+
},
|
|
1335
|
+
"name": "OnDestroy",
|
|
1336
|
+
"package": "@angular/core"
|
|
1337
|
+
}
|
|
1338
|
+
],
|
|
1339
|
+
"decorators": [
|
|
1340
|
+
{
|
|
1341
|
+
"name": "Injectable",
|
|
1342
|
+
"arguments": {
|
|
1343
|
+
"obj": "@Injectable({\n providedIn: 'any',\n})"
|
|
1344
|
+
}
|
|
1012
1345
|
}
|
|
1013
1346
|
]
|
|
1014
1347
|
},
|
|
1015
1348
|
{
|
|
1016
|
-
"id":
|
|
1349
|
+
"id": 75,
|
|
1017
1350
|
"name": "SkyFlyoutAction",
|
|
1351
|
+
"variant": "declaration",
|
|
1018
1352
|
"kind": 256,
|
|
1019
|
-
"kindString": "Interface",
|
|
1020
1353
|
"flags": {},
|
|
1021
1354
|
"children": [
|
|
1355
|
+
{
|
|
1356
|
+
"id": 77,
|
|
1357
|
+
"name": "callback",
|
|
1358
|
+
"variant": "declaration",
|
|
1359
|
+
"kind": 1024,
|
|
1360
|
+
"flags": {
|
|
1361
|
+
"isOptional": true
|
|
1362
|
+
},
|
|
1363
|
+
"sources": [
|
|
1364
|
+
{
|
|
1365
|
+
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1366
|
+
"line": 10,
|
|
1367
|
+
"character": 2,
|
|
1368
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1369
|
+
}
|
|
1370
|
+
],
|
|
1371
|
+
"type": {
|
|
1372
|
+
"type": "reflection",
|
|
1373
|
+
"declaration": {
|
|
1374
|
+
"id": 78,
|
|
1375
|
+
"name": "__type",
|
|
1376
|
+
"variant": "declaration",
|
|
1377
|
+
"kind": 65536,
|
|
1378
|
+
"flags": {},
|
|
1379
|
+
"sources": [
|
|
1380
|
+
{
|
|
1381
|
+
"fileName": "lib/modules/flyout/types/flyout-action.ts",
|
|
1382
|
+
"line": 10,
|
|
1383
|
+
"character": 13,
|
|
1384
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"signatures": [
|
|
1388
|
+
{
|
|
1389
|
+
"id": 79,
|
|
1390
|
+
"name": "__type",
|
|
1391
|
+
"variant": "signature",
|
|
1392
|
+
"kind": 4096,
|
|
1393
|
+
"flags": {},
|
|
1394
|
+
"comment": {
|
|
1395
|
+
"summary": [
|
|
1396
|
+
{
|
|
1397
|
+
"kind": "text",
|
|
1398
|
+
"text": "The callback function to execute when the button is clicked."
|
|
1399
|
+
}
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
"sources": [
|
|
1403
|
+
{
|
|
1404
|
+
"fileName": "lib/modules/flyout/types/flyout-action.ts",
|
|
1405
|
+
"line": 10,
|
|
1406
|
+
"character": 13,
|
|
1407
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1408
|
+
}
|
|
1409
|
+
],
|
|
1410
|
+
"type": {
|
|
1411
|
+
"type": "intrinsic",
|
|
1412
|
+
"name": "void"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1416
|
+
}
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1022
1419
|
{
|
|
1023
1420
|
"id": 80,
|
|
1024
1421
|
"name": "closeAfterInvoking",
|
|
1422
|
+
"variant": "declaration",
|
|
1025
1423
|
"kind": 1024,
|
|
1026
|
-
"kindString": "Property",
|
|
1027
1424
|
"flags": {
|
|
1028
1425
|
"isOptional": true
|
|
1029
1426
|
},
|
|
1030
1427
|
"comment": {
|
|
1031
|
-
"
|
|
1428
|
+
"summary": [
|
|
1429
|
+
{
|
|
1430
|
+
"kind": "text",
|
|
1431
|
+
"text": "Whether to close the flyout after the button is clicked."
|
|
1432
|
+
}
|
|
1433
|
+
]
|
|
1032
1434
|
},
|
|
1033
1435
|
"sources": [
|
|
1034
1436
|
{
|
|
1035
1437
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1036
1438
|
"line": 15,
|
|
1037
|
-
"character": 2
|
|
1439
|
+
"character": 2,
|
|
1440
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L15"
|
|
1038
1441
|
}
|
|
1039
1442
|
],
|
|
1040
1443
|
"type": {
|
|
@@ -1043,75 +1446,42 @@
|
|
|
1043
1446
|
}
|
|
1044
1447
|
},
|
|
1045
1448
|
{
|
|
1046
|
-
"id":
|
|
1449
|
+
"id": 76,
|
|
1047
1450
|
"name": "label",
|
|
1451
|
+
"variant": "declaration",
|
|
1048
1452
|
"kind": 1024,
|
|
1049
|
-
"kindString": "Property",
|
|
1050
1453
|
"flags": {
|
|
1051
1454
|
"isOptional": true
|
|
1052
1455
|
},
|
|
1053
1456
|
"comment": {
|
|
1054
|
-
"
|
|
1457
|
+
"summary": [
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "text",
|
|
1460
|
+
"text": "The button's label."
|
|
1461
|
+
}
|
|
1462
|
+
]
|
|
1055
1463
|
},
|
|
1056
1464
|
"sources": [
|
|
1057
1465
|
{
|
|
1058
1466
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1059
1467
|
"line": 5,
|
|
1060
|
-
"character": 2
|
|
1468
|
+
"character": 2,
|
|
1469
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L5"
|
|
1061
1470
|
}
|
|
1062
1471
|
],
|
|
1063
1472
|
"type": {
|
|
1064
1473
|
"type": "intrinsic",
|
|
1065
1474
|
"name": "string"
|
|
1066
1475
|
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"id": 78,
|
|
1070
|
-
"name": "callback",
|
|
1071
|
-
"kind": 2048,
|
|
1072
|
-
"kindString": "Method",
|
|
1073
|
-
"flags": {
|
|
1074
|
-
"isOptional": true
|
|
1075
|
-
},
|
|
1076
|
-
"sources": [
|
|
1077
|
-
{
|
|
1078
|
-
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1079
|
-
"line": 10,
|
|
1080
|
-
"character": 2
|
|
1081
|
-
}
|
|
1082
|
-
],
|
|
1083
|
-
"signatures": [
|
|
1084
|
-
{
|
|
1085
|
-
"id": 79,
|
|
1086
|
-
"name": "callback",
|
|
1087
|
-
"kind": 4096,
|
|
1088
|
-
"kindString": "Call signature",
|
|
1089
|
-
"flags": {},
|
|
1090
|
-
"comment": {
|
|
1091
|
-
"shortText": "The callback function to execute when the button is clicked."
|
|
1092
|
-
},
|
|
1093
|
-
"type": {
|
|
1094
|
-
"type": "intrinsic",
|
|
1095
|
-
"name": "void"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
]
|
|
1099
1476
|
}
|
|
1100
1477
|
],
|
|
1101
1478
|
"groups": [
|
|
1102
1479
|
{
|
|
1103
1480
|
"title": "Properties",
|
|
1104
|
-
"kind": 1024,
|
|
1105
1481
|
"children": [
|
|
1482
|
+
77,
|
|
1106
1483
|
80,
|
|
1107
|
-
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"title": "Methods",
|
|
1112
|
-
"kind": 2048,
|
|
1113
|
-
"children": [
|
|
1114
|
-
78
|
|
1484
|
+
76
|
|
1115
1485
|
]
|
|
1116
1486
|
}
|
|
1117
1487
|
],
|
|
@@ -1119,36 +1489,56 @@
|
|
|
1119
1489
|
{
|
|
1120
1490
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1121
1491
|
"line": 1,
|
|
1122
|
-
"character": 17
|
|
1492
|
+
"character": 17,
|
|
1493
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L1"
|
|
1123
1494
|
}
|
|
1124
1495
|
]
|
|
1125
1496
|
},
|
|
1126
1497
|
{
|
|
1127
1498
|
"id": 86,
|
|
1128
1499
|
"name": "SkyFlyoutCloseArgs",
|
|
1500
|
+
"variant": "declaration",
|
|
1129
1501
|
"kind": 256,
|
|
1130
|
-
"kindString": "Interface",
|
|
1131
1502
|
"flags": {},
|
|
1132
1503
|
"comment": {
|
|
1133
|
-
"
|
|
1504
|
+
"summary": [
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "text",
|
|
1507
|
+
"text": "Arguments used when closing a flyout programmatically."
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1134
1510
|
},
|
|
1135
1511
|
"children": [
|
|
1136
1512
|
{
|
|
1137
1513
|
"id": 87,
|
|
1138
1514
|
"name": "ignoreBeforeClose",
|
|
1515
|
+
"variant": "declaration",
|
|
1139
1516
|
"kind": 1024,
|
|
1140
|
-
"kindString": "Property",
|
|
1141
1517
|
"flags": {
|
|
1142
1518
|
"isOptional": true
|
|
1143
1519
|
},
|
|
1144
1520
|
"comment": {
|
|
1145
|
-
"
|
|
1521
|
+
"summary": [
|
|
1522
|
+
{
|
|
1523
|
+
"kind": "text",
|
|
1524
|
+
"text": "Whether the "
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"kind": "code",
|
|
1528
|
+
"text": "`SkyFlyoutBeforeCloseHandler`"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"kind": "text",
|
|
1532
|
+
"text": " is ignored when closing a flyout."
|
|
1533
|
+
}
|
|
1534
|
+
]
|
|
1146
1535
|
},
|
|
1147
1536
|
"sources": [
|
|
1148
1537
|
{
|
|
1149
1538
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1150
1539
|
"line": 8,
|
|
1151
|
-
"character": 2
|
|
1540
|
+
"character": 2,
|
|
1541
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L8"
|
|
1152
1542
|
}
|
|
1153
1543
|
],
|
|
1154
1544
|
"type": {
|
|
@@ -1160,7 +1550,6 @@
|
|
|
1160
1550
|
"groups": [
|
|
1161
1551
|
{
|
|
1162
1552
|
"title": "Properties",
|
|
1163
|
-
"kind": 1024,
|
|
1164
1553
|
"children": [
|
|
1165
1554
|
87
|
|
1166
1555
|
]
|
|
@@ -1170,36 +1559,64 @@
|
|
|
1170
1559
|
{
|
|
1171
1560
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1172
1561
|
"line": 4,
|
|
1173
|
-
"character": 17
|
|
1562
|
+
"character": 17,
|
|
1563
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L4"
|
|
1174
1564
|
}
|
|
1175
1565
|
]
|
|
1176
1566
|
},
|
|
1177
1567
|
{
|
|
1178
1568
|
"id": 88,
|
|
1179
1569
|
"name": "SkyFlyoutConfig",
|
|
1570
|
+
"variant": "declaration",
|
|
1180
1571
|
"kind": 256,
|
|
1181
|
-
"kindString": "Interface",
|
|
1182
1572
|
"flags": {},
|
|
1183
1573
|
"comment": {
|
|
1184
|
-
"
|
|
1574
|
+
"summary": [
|
|
1575
|
+
{
|
|
1576
|
+
"kind": "text",
|
|
1577
|
+
"text": "Specifies the configuration options to set up a flyout."
|
|
1578
|
+
}
|
|
1579
|
+
]
|
|
1185
1580
|
},
|
|
1186
1581
|
"children": [
|
|
1187
1582
|
{
|
|
1188
1583
|
"id": 89,
|
|
1189
1584
|
"name": "ariaDescribedBy",
|
|
1585
|
+
"variant": "declaration",
|
|
1190
1586
|
"kind": 1024,
|
|
1191
|
-
"kindString": "Property",
|
|
1192
1587
|
"flags": {
|
|
1193
1588
|
"isOptional": true
|
|
1194
1589
|
},
|
|
1195
1590
|
"comment": {
|
|
1196
|
-
"
|
|
1591
|
+
"summary": [
|
|
1592
|
+
{
|
|
1593
|
+
"kind": "text",
|
|
1594
|
+
"text": "The HTML element ID of the element that describes\nthe flyout. This sets the flyout's "
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "code",
|
|
1598
|
+
"text": "`aria-describedby`"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"kind": "text",
|
|
1602
|
+
"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 "
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"kind": "code",
|
|
1606
|
+
"text": "`aria-describedby`"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "text",
|
|
1610
|
+
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
|
|
1611
|
+
}
|
|
1612
|
+
]
|
|
1197
1613
|
},
|
|
1198
1614
|
"sources": [
|
|
1199
1615
|
{
|
|
1200
1616
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1201
1617
|
"line": 16,
|
|
1202
|
-
"character": 2
|
|
1618
|
+
"character": 2,
|
|
1619
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L16"
|
|
1203
1620
|
}
|
|
1204
1621
|
],
|
|
1205
1622
|
"type": {
|
|
@@ -1210,19 +1627,49 @@
|
|
|
1210
1627
|
{
|
|
1211
1628
|
"id": 90,
|
|
1212
1629
|
"name": "ariaLabel",
|
|
1630
|
+
"variant": "declaration",
|
|
1213
1631
|
"kind": 1024,
|
|
1214
|
-
"kindString": "Property",
|
|
1215
1632
|
"flags": {
|
|
1216
1633
|
"isOptional": true
|
|
1217
1634
|
},
|
|
1218
1635
|
"comment": {
|
|
1219
|
-
"
|
|
1636
|
+
"summary": [
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "text",
|
|
1639
|
+
"text": "The ARIA label for the flyout. This sets the flyouts's "
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"kind": "code",
|
|
1643
|
+
"text": "`aria-label`"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "text",
|
|
1647
|
+
"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 "
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"kind": "code",
|
|
1651
|
+
"text": "`ariaLabelledBy`"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"kind": "text",
|
|
1655
|
+
"text": " instead.\nFor more information about the "
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "code",
|
|
1659
|
+
"text": "`aria-label`"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "text",
|
|
1663
|
+
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
|
|
1664
|
+
}
|
|
1665
|
+
]
|
|
1220
1666
|
},
|
|
1221
1667
|
"sources": [
|
|
1222
1668
|
{
|
|
1223
1669
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1224
1670
|
"line": 24,
|
|
1225
|
-
"character": 2
|
|
1671
|
+
"character": 2,
|
|
1672
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L24"
|
|
1226
1673
|
}
|
|
1227
1674
|
],
|
|
1228
1675
|
"type": {
|
|
@@ -1233,19 +1680,49 @@
|
|
|
1233
1680
|
{
|
|
1234
1681
|
"id": 91,
|
|
1235
1682
|
"name": "ariaLabelledBy",
|
|
1683
|
+
"variant": "declaration",
|
|
1236
1684
|
"kind": 1024,
|
|
1237
|
-
"kindString": "Property",
|
|
1238
1685
|
"flags": {
|
|
1239
1686
|
"isOptional": true
|
|
1240
1687
|
},
|
|
1241
1688
|
"comment": {
|
|
1242
|
-
"
|
|
1689
|
+
"summary": [
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "text",
|
|
1692
|
+
"text": "The HTML element ID of the element that labels\nthe flyout. This sets the flyout's "
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"kind": "code",
|
|
1696
|
+
"text": "`aria-labelledby`"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "text",
|
|
1700
|
+
"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 "
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"kind": "code",
|
|
1704
|
+
"text": "`ariaLabel`"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"kind": "text",
|
|
1708
|
+
"text": " instead.\nFor more information about the "
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"kind": "code",
|
|
1712
|
+
"text": "`aria-labelledby`"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"kind": "text",
|
|
1716
|
+
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
1717
|
+
}
|
|
1718
|
+
]
|
|
1243
1719
|
},
|
|
1244
1720
|
"sources": [
|
|
1245
1721
|
{
|
|
1246
1722
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1247
1723
|
"line": 33,
|
|
1248
|
-
"character": 2
|
|
1724
|
+
"character": 2,
|
|
1725
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L33"
|
|
1249
1726
|
}
|
|
1250
1727
|
],
|
|
1251
1728
|
"type": {
|
|
@@ -1256,21 +1733,52 @@
|
|
|
1256
1733
|
{
|
|
1257
1734
|
"id": 92,
|
|
1258
1735
|
"name": "ariaRole",
|
|
1736
|
+
"variant": "declaration",
|
|
1259
1737
|
"kind": 1024,
|
|
1260
|
-
"kindString": "Property",
|
|
1261
1738
|
"flags": {
|
|
1262
1739
|
"isOptional": true
|
|
1263
1740
|
},
|
|
1264
1741
|
"comment": {
|
|
1265
|
-
"
|
|
1266
|
-
|
|
1742
|
+
"summary": [
|
|
1743
|
+
{
|
|
1744
|
+
"kind": "text",
|
|
1745
|
+
"text": "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)."
|
|
1746
|
+
}
|
|
1747
|
+
],
|
|
1748
|
+
"blockTags": [
|
|
1267
1749
|
{
|
|
1268
|
-
"tag": "default",
|
|
1269
|
-
"
|
|
1750
|
+
"tag": "@default",
|
|
1751
|
+
"content": [
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "code",
|
|
1754
|
+
"text": "```ts\ndialog\n```"
|
|
1755
|
+
}
|
|
1756
|
+
]
|
|
1270
1757
|
},
|
|
1271
1758
|
{
|
|
1272
|
-
"tag": "deprecated",
|
|
1273
|
-
"
|
|
1759
|
+
"tag": "@deprecated",
|
|
1760
|
+
"content": [
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "text",
|
|
1763
|
+
"text": "Since version "
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "code",
|
|
1767
|
+
"text": "`5.1.0`"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "text",
|
|
1771
|
+
"text": ". Consumers should use the default "
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"kind": "code",
|
|
1775
|
+
"text": "`dialog`"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "text",
|
|
1779
|
+
"text": " role to ensure a\nproper accessibility implementation."
|
|
1780
|
+
}
|
|
1781
|
+
]
|
|
1274
1782
|
}
|
|
1275
1783
|
]
|
|
1276
1784
|
},
|
|
@@ -1278,7 +1786,8 @@
|
|
|
1278
1786
|
{
|
|
1279
1787
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1280
1788
|
"line": 45,
|
|
1281
|
-
"character": 2
|
|
1789
|
+
"character": 2,
|
|
1790
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L45"
|
|
1282
1791
|
}
|
|
1283
1792
|
],
|
|
1284
1793
|
"type": {
|
|
@@ -1289,19 +1798,25 @@
|
|
|
1289
1798
|
{
|
|
1290
1799
|
"id": 93,
|
|
1291
1800
|
"name": "defaultWidth",
|
|
1801
|
+
"variant": "declaration",
|
|
1292
1802
|
"kind": 1024,
|
|
1293
|
-
"kindString": "Property",
|
|
1294
1803
|
"flags": {
|
|
1295
1804
|
"isOptional": true
|
|
1296
1805
|
},
|
|
1297
1806
|
"comment": {
|
|
1298
|
-
"
|
|
1807
|
+
"summary": [
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "text",
|
|
1810
|
+
"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."
|
|
1811
|
+
}
|
|
1812
|
+
]
|
|
1299
1813
|
},
|
|
1300
1814
|
"sources": [
|
|
1301
1815
|
{
|
|
1302
1816
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1303
1817
|
"line": 51,
|
|
1304
|
-
"character": 2
|
|
1818
|
+
"character": 2,
|
|
1819
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L51"
|
|
1305
1820
|
}
|
|
1306
1821
|
],
|
|
1307
1822
|
"type": {
|
|
@@ -1312,17 +1827,27 @@
|
|
|
1312
1827
|
{
|
|
1313
1828
|
"id": 101,
|
|
1314
1829
|
"name": "iteratorNextButtonDisabled",
|
|
1830
|
+
"variant": "declaration",
|
|
1315
1831
|
"kind": 1024,
|
|
1316
|
-
"kindString": "Property",
|
|
1317
1832
|
"flags": {
|
|
1318
1833
|
"isOptional": true
|
|
1319
1834
|
},
|
|
1320
1835
|
"comment": {
|
|
1321
|
-
"
|
|
1322
|
-
|
|
1836
|
+
"summary": [
|
|
1837
|
+
{
|
|
1838
|
+
"kind": "text",
|
|
1839
|
+
"text": "Disables the next iterator button in the flyout header that accesses the next record\nin a record set."
|
|
1840
|
+
}
|
|
1841
|
+
],
|
|
1842
|
+
"blockTags": [
|
|
1323
1843
|
{
|
|
1324
|
-
"tag": "default",
|
|
1325
|
-
"
|
|
1844
|
+
"tag": "@default",
|
|
1845
|
+
"content": [
|
|
1846
|
+
{
|
|
1847
|
+
"kind": "code",
|
|
1848
|
+
"text": "```ts\nfalse\n```"
|
|
1849
|
+
}
|
|
1850
|
+
]
|
|
1326
1851
|
}
|
|
1327
1852
|
]
|
|
1328
1853
|
},
|
|
@@ -1330,7 +1855,8 @@
|
|
|
1330
1855
|
{
|
|
1331
1856
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1332
1857
|
"line": 100,
|
|
1333
|
-
"character": 2
|
|
1858
|
+
"character": 2,
|
|
1859
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L100"
|
|
1334
1860
|
}
|
|
1335
1861
|
],
|
|
1336
1862
|
"type": {
|
|
@@ -1341,17 +1867,27 @@
|
|
|
1341
1867
|
{
|
|
1342
1868
|
"id": 100,
|
|
1343
1869
|
"name": "iteratorPreviousButtonDisabled",
|
|
1870
|
+
"variant": "declaration",
|
|
1344
1871
|
"kind": 1024,
|
|
1345
|
-
"kindString": "Property",
|
|
1346
1872
|
"flags": {
|
|
1347
1873
|
"isOptional": true
|
|
1348
1874
|
},
|
|
1349
1875
|
"comment": {
|
|
1350
|
-
"
|
|
1351
|
-
"tags": [
|
|
1876
|
+
"summary": [
|
|
1352
1877
|
{
|
|
1353
|
-
"
|
|
1354
|
-
"text": "
|
|
1878
|
+
"kind": "text",
|
|
1879
|
+
"text": "Disables the previous iterator button in the flyout header that accesses\nthe previous record in a record set."
|
|
1880
|
+
}
|
|
1881
|
+
],
|
|
1882
|
+
"blockTags": [
|
|
1883
|
+
{
|
|
1884
|
+
"tag": "@default",
|
|
1885
|
+
"content": [
|
|
1886
|
+
{
|
|
1887
|
+
"kind": "code",
|
|
1888
|
+
"text": "```ts\nfalse\n```"
|
|
1889
|
+
}
|
|
1890
|
+
]
|
|
1355
1891
|
}
|
|
1356
1892
|
]
|
|
1357
1893
|
},
|
|
@@ -1359,7 +1895,8 @@
|
|
|
1359
1895
|
{
|
|
1360
1896
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1361
1897
|
"line": 93,
|
|
1362
|
-
"character": 2
|
|
1898
|
+
"character": 2,
|
|
1899
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L93"
|
|
1363
1900
|
}
|
|
1364
1901
|
],
|
|
1365
1902
|
"type": {
|
|
@@ -1370,17 +1907,27 @@
|
|
|
1370
1907
|
{
|
|
1371
1908
|
"id": 95,
|
|
1372
1909
|
"name": "maxWidth",
|
|
1910
|
+
"variant": "declaration",
|
|
1373
1911
|
"kind": 1024,
|
|
1374
|
-
"kindString": "Property",
|
|
1375
1912
|
"flags": {
|
|
1376
1913
|
"isOptional": true
|
|
1377
1914
|
},
|
|
1378
1915
|
"comment": {
|
|
1379
|
-
"
|
|
1380
|
-
|
|
1916
|
+
"summary": [
|
|
1917
|
+
{
|
|
1918
|
+
"kind": "text",
|
|
1919
|
+
"text": "The maximum resize width of the flyout container."
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1922
|
+
"blockTags": [
|
|
1381
1923
|
{
|
|
1382
|
-
"tag": "default",
|
|
1383
|
-
"
|
|
1924
|
+
"tag": "@default",
|
|
1925
|
+
"content": [
|
|
1926
|
+
{
|
|
1927
|
+
"kind": "code",
|
|
1928
|
+
"text": "```ts\ndefaultWidth\n```"
|
|
1929
|
+
}
|
|
1930
|
+
]
|
|
1384
1931
|
}
|
|
1385
1932
|
]
|
|
1386
1933
|
},
|
|
@@ -1388,7 +1935,8 @@
|
|
|
1388
1935
|
{
|
|
1389
1936
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1390
1937
|
"line": 63,
|
|
1391
|
-
"character": 2
|
|
1938
|
+
"character": 2,
|
|
1939
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L63"
|
|
1392
1940
|
}
|
|
1393
1941
|
],
|
|
1394
1942
|
"type": {
|
|
@@ -1399,17 +1947,27 @@
|
|
|
1399
1947
|
{
|
|
1400
1948
|
"id": 94,
|
|
1401
1949
|
"name": "minWidth",
|
|
1950
|
+
"variant": "declaration",
|
|
1402
1951
|
"kind": 1024,
|
|
1403
|
-
"kindString": "Property",
|
|
1404
1952
|
"flags": {
|
|
1405
1953
|
"isOptional": true
|
|
1406
1954
|
},
|
|
1407
1955
|
"comment": {
|
|
1408
|
-
"
|
|
1409
|
-
"tags": [
|
|
1956
|
+
"summary": [
|
|
1410
1957
|
{
|
|
1411
|
-
"
|
|
1412
|
-
"text": "
|
|
1958
|
+
"kind": "text",
|
|
1959
|
+
"text": "The minimum resize width of the flyout container."
|
|
1960
|
+
}
|
|
1961
|
+
],
|
|
1962
|
+
"blockTags": [
|
|
1963
|
+
{
|
|
1964
|
+
"tag": "@default",
|
|
1965
|
+
"content": [
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "code",
|
|
1968
|
+
"text": "```ts\n320\n```"
|
|
1969
|
+
}
|
|
1970
|
+
]
|
|
1413
1971
|
}
|
|
1414
1972
|
]
|
|
1415
1973
|
},
|
|
@@ -1417,7 +1975,8 @@
|
|
|
1417
1975
|
{
|
|
1418
1976
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1419
1977
|
"line": 57,
|
|
1420
|
-
"character": 2
|
|
1978
|
+
"character": 2,
|
|
1979
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L57"
|
|
1421
1980
|
}
|
|
1422
1981
|
],
|
|
1423
1982
|
"type": {
|
|
@@ -1428,67 +1987,87 @@
|
|
|
1428
1987
|
{
|
|
1429
1988
|
"id": 96,
|
|
1430
1989
|
"name": "permalink",
|
|
1990
|
+
"variant": "declaration",
|
|
1431
1991
|
"kind": 1024,
|
|
1432
|
-
"kindString": "Property",
|
|
1433
1992
|
"flags": {
|
|
1434
1993
|
"isOptional": true
|
|
1435
1994
|
},
|
|
1436
1995
|
"comment": {
|
|
1437
|
-
"
|
|
1996
|
+
"summary": [
|
|
1997
|
+
{
|
|
1998
|
+
"kind": "text",
|
|
1999
|
+
"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."
|
|
2000
|
+
}
|
|
2001
|
+
]
|
|
1438
2002
|
},
|
|
1439
2003
|
"sources": [
|
|
1440
2004
|
{
|
|
1441
2005
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1442
2006
|
"line": 69,
|
|
1443
|
-
"character": 2
|
|
2007
|
+
"character": 2,
|
|
2008
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L69"
|
|
1444
2009
|
}
|
|
1445
2010
|
],
|
|
1446
2011
|
"type": {
|
|
1447
2012
|
"type": "reference",
|
|
1448
|
-
"
|
|
1449
|
-
"name": "SkyFlyoutPermalink"
|
|
2013
|
+
"target": 115,
|
|
2014
|
+
"name": "SkyFlyoutPermalink",
|
|
2015
|
+
"package": "@skyux/flyout"
|
|
1450
2016
|
}
|
|
1451
2017
|
},
|
|
1452
2018
|
{
|
|
1453
2019
|
"id": 97,
|
|
1454
2020
|
"name": "primaryAction",
|
|
2021
|
+
"variant": "declaration",
|
|
1455
2022
|
"kind": 1024,
|
|
1456
|
-
"kindString": "Property",
|
|
1457
2023
|
"flags": {
|
|
1458
2024
|
"isOptional": true
|
|
1459
2025
|
},
|
|
1460
2026
|
"comment": {
|
|
1461
|
-
"
|
|
2027
|
+
"summary": [
|
|
2028
|
+
{
|
|
2029
|
+
"kind": "text",
|
|
2030
|
+
"text": "Displays a configurable button in the flyout header."
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
1462
2033
|
},
|
|
1463
2034
|
"sources": [
|
|
1464
2035
|
{
|
|
1465
2036
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1466
2037
|
"line": 74,
|
|
1467
|
-
"character": 2
|
|
2038
|
+
"character": 2,
|
|
2039
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L74"
|
|
1468
2040
|
}
|
|
1469
2041
|
],
|
|
1470
2042
|
"type": {
|
|
1471
2043
|
"type": "reference",
|
|
1472
|
-
"
|
|
1473
|
-
"name": "SkyFlyoutAction"
|
|
2044
|
+
"target": 75,
|
|
2045
|
+
"name": "SkyFlyoutAction",
|
|
2046
|
+
"package": "@skyux/flyout"
|
|
1474
2047
|
}
|
|
1475
2048
|
},
|
|
1476
2049
|
{
|
|
1477
2050
|
"id": 98,
|
|
1478
2051
|
"name": "providers",
|
|
2052
|
+
"variant": "declaration",
|
|
1479
2053
|
"kind": 1024,
|
|
1480
|
-
"kindString": "Property",
|
|
1481
2054
|
"flags": {
|
|
1482
2055
|
"isOptional": true
|
|
1483
2056
|
},
|
|
1484
2057
|
"comment": {
|
|
1485
|
-
"
|
|
2058
|
+
"summary": [
|
|
2059
|
+
{
|
|
2060
|
+
"kind": "text",
|
|
2061
|
+
"text": "The array of custom providers to pass to the component's constructor."
|
|
2062
|
+
}
|
|
2063
|
+
]
|
|
1486
2064
|
},
|
|
1487
2065
|
"sources": [
|
|
1488
2066
|
{
|
|
1489
2067
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1490
2068
|
"line": 79,
|
|
1491
|
-
"character": 2
|
|
2069
|
+
"character": 2,
|
|
2070
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L79"
|
|
1492
2071
|
}
|
|
1493
2072
|
],
|
|
1494
2073
|
"type": {
|
|
@@ -1502,19 +2081,25 @@
|
|
|
1502
2081
|
{
|
|
1503
2082
|
"id": 102,
|
|
1504
2083
|
"name": "settingsKey",
|
|
2084
|
+
"variant": "declaration",
|
|
1505
2085
|
"kind": 1024,
|
|
1506
|
-
"kindString": "Property",
|
|
1507
2086
|
"flags": {
|
|
1508
2087
|
"isOptional": true
|
|
1509
2088
|
},
|
|
1510
2089
|
"comment": {
|
|
1511
|
-
"
|
|
2090
|
+
"summary": [
|
|
2091
|
+
{
|
|
2092
|
+
"kind": "text",
|
|
2093
|
+
"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)."
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
1512
2096
|
},
|
|
1513
2097
|
"sources": [
|
|
1514
2098
|
{
|
|
1515
2099
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1516
2100
|
"line": 108,
|
|
1517
|
-
"character": 2
|
|
2101
|
+
"character": 2,
|
|
2102
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L108"
|
|
1518
2103
|
}
|
|
1519
2104
|
],
|
|
1520
2105
|
"type": {
|
|
@@ -1525,17 +2110,27 @@
|
|
|
1525
2110
|
{
|
|
1526
2111
|
"id": 99,
|
|
1527
2112
|
"name": "showIterator",
|
|
2113
|
+
"variant": "declaration",
|
|
1528
2114
|
"kind": 1024,
|
|
1529
|
-
"kindString": "Property",
|
|
1530
2115
|
"flags": {
|
|
1531
2116
|
"isOptional": true
|
|
1532
2117
|
},
|
|
1533
2118
|
"comment": {
|
|
1534
|
-
"
|
|
1535
|
-
|
|
2119
|
+
"summary": [
|
|
2120
|
+
{
|
|
2121
|
+
"kind": "text",
|
|
2122
|
+
"text": "Whether to display iterator buttons in the flyout header\nto access the next and previous records in a record set."
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2125
|
+
"blockTags": [
|
|
1536
2126
|
{
|
|
1537
|
-
"tag": "default",
|
|
1538
|
-
"
|
|
2127
|
+
"tag": "@default",
|
|
2128
|
+
"content": [
|
|
2129
|
+
{
|
|
2130
|
+
"kind": "code",
|
|
2131
|
+
"text": "```ts\nfalse\n```"
|
|
2132
|
+
}
|
|
2133
|
+
]
|
|
1539
2134
|
}
|
|
1540
2135
|
]
|
|
1541
2136
|
},
|
|
@@ -1543,7 +2138,8 @@
|
|
|
1543
2138
|
{
|
|
1544
2139
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1545
2140
|
"line": 86,
|
|
1546
|
-
"character": 2
|
|
2141
|
+
"character": 2,
|
|
2142
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L86"
|
|
1547
2143
|
}
|
|
1548
2144
|
],
|
|
1549
2145
|
"type": {
|
|
@@ -1555,7 +2151,6 @@
|
|
|
1555
2151
|
"groups": [
|
|
1556
2152
|
{
|
|
1557
2153
|
"title": "Properties",
|
|
1558
|
-
"kind": 1024,
|
|
1559
2154
|
"children": [
|
|
1560
2155
|
89,
|
|
1561
2156
|
90,
|
|
@@ -1578,33 +2173,40 @@
|
|
|
1578
2173
|
{
|
|
1579
2174
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1580
2175
|
"line": 7,
|
|
1581
|
-
"character": 17
|
|
2176
|
+
"character": 17,
|
|
2177
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L7"
|
|
1582
2178
|
}
|
|
1583
2179
|
]
|
|
1584
2180
|
},
|
|
1585
2181
|
{
|
|
1586
2182
|
"id": 115,
|
|
1587
2183
|
"name": "SkyFlyoutPermalink",
|
|
2184
|
+
"variant": "declaration",
|
|
1588
2185
|
"kind": 256,
|
|
1589
|
-
"kindString": "Interface",
|
|
1590
2186
|
"flags": {},
|
|
1591
2187
|
"children": [
|
|
1592
2188
|
{
|
|
1593
2189
|
"id": 116,
|
|
1594
2190
|
"name": "label",
|
|
2191
|
+
"variant": "declaration",
|
|
1595
2192
|
"kind": 1024,
|
|
1596
|
-
"kindString": "Property",
|
|
1597
2193
|
"flags": {
|
|
1598
2194
|
"isOptional": true
|
|
1599
2195
|
},
|
|
1600
2196
|
"comment": {
|
|
1601
|
-
"
|
|
2197
|
+
"summary": [
|
|
2198
|
+
{
|
|
2199
|
+
"kind": "text",
|
|
2200
|
+
"text": "The text label for the permalink button."
|
|
2201
|
+
}
|
|
2202
|
+
]
|
|
1602
2203
|
},
|
|
1603
2204
|
"sources": [
|
|
1604
2205
|
{
|
|
1605
2206
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1606
2207
|
"line": 7,
|
|
1607
|
-
"character": 2
|
|
2208
|
+
"character": 2,
|
|
2209
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L7"
|
|
1608
2210
|
}
|
|
1609
2211
|
],
|
|
1610
2212
|
"type": {
|
|
@@ -1615,19 +2217,33 @@
|
|
|
1615
2217
|
{
|
|
1616
2218
|
"id": 117,
|
|
1617
2219
|
"name": "route",
|
|
2220
|
+
"variant": "declaration",
|
|
1618
2221
|
"kind": 1024,
|
|
1619
|
-
"kindString": "Property",
|
|
1620
2222
|
"flags": {
|
|
1621
2223
|
"isOptional": true
|
|
1622
2224
|
},
|
|
1623
2225
|
"comment": {
|
|
1624
|
-
"
|
|
2226
|
+
"summary": [
|
|
2227
|
+
{
|
|
2228
|
+
"kind": "text",
|
|
2229
|
+
"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"
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"kind": "code",
|
|
2233
|
+
"text": "`Router.navigate(commands, extras?)`"
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"kind": "text",
|
|
2237
|
+
"text": " method."
|
|
2238
|
+
}
|
|
2239
|
+
]
|
|
1625
2240
|
},
|
|
1626
2241
|
"sources": [
|
|
1627
2242
|
{
|
|
1628
2243
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1629
2244
|
"line": 15,
|
|
1630
|
-
"character": 2
|
|
2245
|
+
"character": 2,
|
|
2246
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
1631
2247
|
}
|
|
1632
2248
|
],
|
|
1633
2249
|
"type": {
|
|
@@ -1635,21 +2251,22 @@
|
|
|
1635
2251
|
"declaration": {
|
|
1636
2252
|
"id": 118,
|
|
1637
2253
|
"name": "__type",
|
|
2254
|
+
"variant": "declaration",
|
|
1638
2255
|
"kind": 65536,
|
|
1639
|
-
"kindString": "Type literal",
|
|
1640
2256
|
"flags": {},
|
|
1641
2257
|
"children": [
|
|
1642
2258
|
{
|
|
1643
2259
|
"id": 119,
|
|
1644
2260
|
"name": "commands",
|
|
2261
|
+
"variant": "declaration",
|
|
1645
2262
|
"kind": 1024,
|
|
1646
|
-
"kindString": "Property",
|
|
1647
2263
|
"flags": {},
|
|
1648
2264
|
"sources": [
|
|
1649
2265
|
{
|
|
1650
2266
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
1651
2267
|
"line": 16,
|
|
1652
|
-
"character": 4
|
|
2268
|
+
"character": 4,
|
|
2269
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L16"
|
|
1653
2270
|
}
|
|
1654
2271
|
],
|
|
1655
2272
|
"type": {
|
|
@@ -1663,8 +2280,8 @@
|
|
|
1663
2280
|
{
|
|
1664
2281
|
"id": 120,
|
|
1665
2282
|
"name": "extras",
|
|
2283
|
+
"variant": "declaration",
|
|
1666
2284
|
"kind": 1024,
|
|
1667
|
-
"kindString": "Property",
|
|
1668
2285
|
"flags": {
|
|
1669
2286
|
"isOptional": true
|
|
1670
2287
|
},
|
|
@@ -1672,26 +2289,37 @@
|
|
|
1672
2289
|
{
|
|
1673
2290
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
1674
2291
|
"line": 17,
|
|
1675
|
-
"character": 4
|
|
2292
|
+
"character": 4,
|
|
2293
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L17"
|
|
1676
2294
|
}
|
|
1677
2295
|
],
|
|
1678
2296
|
"type": {
|
|
1679
2297
|
"type": "reference",
|
|
1680
|
-
"
|
|
1681
|
-
|
|
1682
|
-
|
|
2298
|
+
"target": {
|
|
2299
|
+
"sourceFileName": "node_modules/@angular/router/index.d.ts",
|
|
2300
|
+
"qualifiedName": "NavigationExtras"
|
|
2301
|
+
},
|
|
2302
|
+
"name": "NavigationExtras",
|
|
2303
|
+
"package": "@angular/router"
|
|
1683
2304
|
}
|
|
1684
2305
|
}
|
|
1685
2306
|
],
|
|
1686
2307
|
"groups": [
|
|
1687
2308
|
{
|
|
1688
2309
|
"title": "Properties",
|
|
1689
|
-
"kind": 1024,
|
|
1690
2310
|
"children": [
|
|
1691
2311
|
119,
|
|
1692
2312
|
120
|
|
1693
2313
|
]
|
|
1694
2314
|
}
|
|
2315
|
+
],
|
|
2316
|
+
"sources": [
|
|
2317
|
+
{
|
|
2318
|
+
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2319
|
+
"line": 15,
|
|
2320
|
+
"character": 10,
|
|
2321
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
2322
|
+
}
|
|
1695
2323
|
]
|
|
1696
2324
|
}
|
|
1697
2325
|
}
|
|
@@ -1699,19 +2327,25 @@
|
|
|
1699
2327
|
{
|
|
1700
2328
|
"id": 121,
|
|
1701
2329
|
"name": "url",
|
|
2330
|
+
"variant": "declaration",
|
|
1702
2331
|
"kind": 1024,
|
|
1703
|
-
"kindString": "Property",
|
|
1704
2332
|
"flags": {
|
|
1705
2333
|
"isOptional": true
|
|
1706
2334
|
},
|
|
1707
2335
|
"comment": {
|
|
1708
|
-
"
|
|
2336
|
+
"summary": [
|
|
2337
|
+
{
|
|
2338
|
+
"kind": "text",
|
|
2339
|
+
"text": "The external URL for the permalink."
|
|
2340
|
+
}
|
|
2341
|
+
]
|
|
1709
2342
|
},
|
|
1710
2343
|
"sources": [
|
|
1711
2344
|
{
|
|
1712
2345
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1713
2346
|
"line": 23,
|
|
1714
|
-
"character": 2
|
|
2347
|
+
"character": 2,
|
|
2348
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L23"
|
|
1715
2349
|
}
|
|
1716
2350
|
],
|
|
1717
2351
|
"type": {
|
|
@@ -1723,7 +2357,6 @@
|
|
|
1723
2357
|
"groups": [
|
|
1724
2358
|
{
|
|
1725
2359
|
"title": "Properties",
|
|
1726
|
-
"kind": 1024,
|
|
1727
2360
|
"children": [
|
|
1728
2361
|
116,
|
|
1729
2362
|
117,
|
|
@@ -1735,7 +2368,8 @@
|
|
|
1735
2368
|
{
|
|
1736
2369
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1737
2370
|
"line": 3,
|
|
1738
|
-
"character": 17
|
|
2371
|
+
"character": 17,
|
|
2372
|
+
"url": "https://github.com/blackbaud/skyux/blob/a912af6/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L3"
|
|
1739
2373
|
}
|
|
1740
2374
|
]
|
|
1741
2375
|
}
|
|
@@ -1743,7 +2377,6 @@
|
|
|
1743
2377
|
"groups": [
|
|
1744
2378
|
{
|
|
1745
2379
|
"title": "Classes",
|
|
1746
|
-
"kind": 128,
|
|
1747
2380
|
"children": [
|
|
1748
2381
|
81,
|
|
1749
2382
|
1,
|
|
@@ -1753,22 +2386,355 @@
|
|
|
1753
2386
|
},
|
|
1754
2387
|
{
|
|
1755
2388
|
"title": "Interfaces",
|
|
1756
|
-
"kind": 256,
|
|
1757
2389
|
"children": [
|
|
1758
|
-
|
|
2390
|
+
75,
|
|
1759
2391
|
86,
|
|
1760
2392
|
88,
|
|
1761
2393
|
115
|
|
1762
2394
|
]
|
|
1763
2395
|
}
|
|
1764
2396
|
],
|
|
1765
|
-
"
|
|
2397
|
+
"packageName": "@skyux/flyout",
|
|
2398
|
+
"readme": [
|
|
2399
|
+
{
|
|
2400
|
+
"kind": "text",
|
|
2401
|
+
"text": "# flyout\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"kind": "code",
|
|
2405
|
+
"text": "`nx test flyout`"
|
|
2406
|
+
},
|
|
1766
2407
|
{
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
|
|
2408
|
+
"kind": "text",
|
|
2409
|
+
"text": " to execute the unit tests."
|
|
2410
|
+
}
|
|
2411
|
+
],
|
|
2412
|
+
"symbolIdMap": {
|
|
2413
|
+
"0": {
|
|
2414
|
+
"sourceFileName": "libs/components/flyout/src/index.ts",
|
|
2415
|
+
"qualifiedName": ""
|
|
2416
|
+
},
|
|
2417
|
+
"1": {
|
|
2418
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2419
|
+
"qualifiedName": "SkyFlyoutInstance"
|
|
2420
|
+
},
|
|
2421
|
+
"2": {
|
|
2422
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2423
|
+
"qualifiedName": "SkyFlyoutInstance.__constructor"
|
|
2424
|
+
},
|
|
2425
|
+
"3": {
|
|
2426
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2427
|
+
"qualifiedName": "SkyFlyoutInstance"
|
|
2428
|
+
},
|
|
2429
|
+
"4": {
|
|
2430
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2431
|
+
"qualifiedName": "SkyFlyoutInstance.T"
|
|
2432
|
+
},
|
|
2433
|
+
"5": {
|
|
2434
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2435
|
+
"qualifiedName": "componentInstance"
|
|
2436
|
+
},
|
|
2437
|
+
"6": {
|
|
2438
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2439
|
+
"qualifiedName": "SkyFlyoutInstance.beforeClose"
|
|
2440
|
+
},
|
|
2441
|
+
"7": {
|
|
2442
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2443
|
+
"qualifiedName": "SkyFlyoutInstance.beforeClose"
|
|
2444
|
+
},
|
|
2445
|
+
"8": {
|
|
2446
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2447
|
+
"qualifiedName": "SkyFlyoutInstance.closed"
|
|
2448
|
+
},
|
|
2449
|
+
"9": {
|
|
2450
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2451
|
+
"qualifiedName": "SkyFlyoutInstance.componentInstance"
|
|
2452
|
+
},
|
|
2453
|
+
"12": {
|
|
2454
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2455
|
+
"qualifiedName": "SkyFlyoutInstance.isOpen"
|
|
2456
|
+
},
|
|
2457
|
+
"13": {
|
|
2458
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2459
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonClick"
|
|
2460
|
+
},
|
|
2461
|
+
"14": {
|
|
2462
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2463
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonClick"
|
|
2464
|
+
},
|
|
2465
|
+
"15": {
|
|
2466
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2467
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonClick"
|
|
2468
|
+
},
|
|
2469
|
+
"16": {
|
|
2470
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2471
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonClick"
|
|
2472
|
+
},
|
|
2473
|
+
"17": {
|
|
2474
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2475
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonDisabled"
|
|
2476
|
+
},
|
|
2477
|
+
"18": {
|
|
2478
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2479
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonDisabled"
|
|
2480
|
+
},
|
|
2481
|
+
"19": {
|
|
2482
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2483
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonDisabled"
|
|
2484
|
+
},
|
|
2485
|
+
"20": {
|
|
2486
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2487
|
+
"qualifiedName": "newValue"
|
|
2488
|
+
},
|
|
2489
|
+
"21": {
|
|
2490
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2491
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonDisabled"
|
|
2492
|
+
},
|
|
2493
|
+
"22": {
|
|
2494
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2495
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonDisabled"
|
|
2496
|
+
},
|
|
2497
|
+
"23": {
|
|
2498
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2499
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonDisabled"
|
|
2500
|
+
},
|
|
2501
|
+
"24": {
|
|
2502
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2503
|
+
"qualifiedName": "newValue"
|
|
2504
|
+
},
|
|
2505
|
+
"31": {
|
|
2506
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2507
|
+
"qualifiedName": "SkyFlyoutInstance.close"
|
|
2508
|
+
},
|
|
2509
|
+
"32": {
|
|
2510
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2511
|
+
"qualifiedName": "SkyFlyoutInstance.close"
|
|
2512
|
+
},
|
|
2513
|
+
"33": {
|
|
2514
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2515
|
+
"qualifiedName": "args"
|
|
2516
|
+
},
|
|
2517
|
+
"34": {
|
|
2518
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2519
|
+
"qualifiedName": "SkyFlyoutInstance.T"
|
|
2520
|
+
},
|
|
2521
|
+
"35": {
|
|
2522
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.module.ts",
|
|
2523
|
+
"qualifiedName": "SkyFlyoutModule"
|
|
2524
|
+
},
|
|
2525
|
+
"38": {
|
|
2526
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2527
|
+
"qualifiedName": "SkyFlyoutService"
|
|
2528
|
+
},
|
|
2529
|
+
"39": {
|
|
2530
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2531
|
+
"qualifiedName": "SkyFlyoutService.__constructor"
|
|
2532
|
+
},
|
|
2533
|
+
"40": {
|
|
2534
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2535
|
+
"qualifiedName": "SkyFlyoutService"
|
|
2536
|
+
},
|
|
2537
|
+
"41": {
|
|
2538
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2539
|
+
"qualifiedName": "coreAdapter"
|
|
2540
|
+
},
|
|
2541
|
+
"42": {
|
|
2542
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2543
|
+
"qualifiedName": "windowRef"
|
|
2544
|
+
},
|
|
2545
|
+
"43": {
|
|
2546
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2547
|
+
"qualifiedName": "dynamicComponentService"
|
|
2548
|
+
},
|
|
2549
|
+
"44": {
|
|
2550
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2551
|
+
"qualifiedName": "router"
|
|
2552
|
+
},
|
|
2553
|
+
"45": {
|
|
2554
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2555
|
+
"qualifiedName": "ngZone"
|
|
2556
|
+
},
|
|
2557
|
+
"55": {
|
|
2558
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2559
|
+
"qualifiedName": "SkyFlyoutService.ngOnDestroy"
|
|
2560
|
+
},
|
|
2561
|
+
"56": {
|
|
2562
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2563
|
+
"qualifiedName": "SkyFlyoutService.ngOnDestroy"
|
|
2564
|
+
},
|
|
2565
|
+
"57": {
|
|
2566
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2567
|
+
"qualifiedName": "SkyFlyoutService.close"
|
|
2568
|
+
},
|
|
2569
|
+
"58": {
|
|
2570
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2571
|
+
"qualifiedName": "SkyFlyoutService.close"
|
|
2572
|
+
},
|
|
2573
|
+
"59": {
|
|
2574
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2575
|
+
"qualifiedName": "args"
|
|
2576
|
+
},
|
|
2577
|
+
"60": {
|
|
2578
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2579
|
+
"qualifiedName": "SkyFlyoutService.open"
|
|
2580
|
+
},
|
|
2581
|
+
"61": {
|
|
2582
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2583
|
+
"qualifiedName": "SkyFlyoutService.open"
|
|
2584
|
+
},
|
|
2585
|
+
"62": {
|
|
2586
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2587
|
+
"qualifiedName": "T"
|
|
2588
|
+
},
|
|
2589
|
+
"63": {
|
|
2590
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2591
|
+
"qualifiedName": "component"
|
|
2592
|
+
},
|
|
2593
|
+
"64": {
|
|
2594
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2595
|
+
"qualifiedName": "config"
|
|
2596
|
+
},
|
|
2597
|
+
"75": {
|
|
2598
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2599
|
+
"qualifiedName": "SkyFlyoutAction"
|
|
2600
|
+
},
|
|
2601
|
+
"76": {
|
|
2602
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2603
|
+
"qualifiedName": "SkyFlyoutAction.label"
|
|
2604
|
+
},
|
|
2605
|
+
"77": {
|
|
2606
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2607
|
+
"qualifiedName": "SkyFlyoutAction.callback"
|
|
2608
|
+
},
|
|
2609
|
+
"78": {
|
|
2610
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2611
|
+
"qualifiedName": "__type"
|
|
2612
|
+
},
|
|
2613
|
+
"79": {
|
|
2614
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2615
|
+
"qualifiedName": "__type"
|
|
2616
|
+
},
|
|
2617
|
+
"80": {
|
|
2618
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2619
|
+
"qualifiedName": "SkyFlyoutAction.closeAfterInvoking"
|
|
2620
|
+
},
|
|
2621
|
+
"81": {
|
|
2622
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2623
|
+
"qualifiedName": "SkyFlyoutBeforeCloseHandler"
|
|
2624
|
+
},
|
|
2625
|
+
"82": {
|
|
2626
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2627
|
+
"qualifiedName": "SkyFlyoutBeforeCloseHandler.__constructor"
|
|
2628
|
+
},
|
|
2629
|
+
"83": {
|
|
2630
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2631
|
+
"qualifiedName": "SkyFlyoutBeforeCloseHandler"
|
|
2632
|
+
},
|
|
2633
|
+
"84": {
|
|
2634
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2635
|
+
"qualifiedName": "closeFlyoutFunction"
|
|
2636
|
+
},
|
|
2637
|
+
"85": {
|
|
2638
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2639
|
+
"qualifiedName": "SkyFlyoutBeforeCloseHandler.closeFlyout"
|
|
2640
|
+
},
|
|
2641
|
+
"86": {
|
|
2642
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts",
|
|
2643
|
+
"qualifiedName": "SkyFlyoutCloseArgs"
|
|
2644
|
+
},
|
|
2645
|
+
"87": {
|
|
2646
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts",
|
|
2647
|
+
"qualifiedName": "SkyFlyoutCloseArgs.ignoreBeforeClose"
|
|
2648
|
+
},
|
|
2649
|
+
"88": {
|
|
2650
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2651
|
+
"qualifiedName": "SkyFlyoutConfig"
|
|
2652
|
+
},
|
|
2653
|
+
"89": {
|
|
2654
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2655
|
+
"qualifiedName": "SkyFlyoutConfig.ariaDescribedBy"
|
|
2656
|
+
},
|
|
2657
|
+
"90": {
|
|
2658
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2659
|
+
"qualifiedName": "SkyFlyoutConfig.ariaLabel"
|
|
2660
|
+
},
|
|
2661
|
+
"91": {
|
|
2662
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2663
|
+
"qualifiedName": "SkyFlyoutConfig.ariaLabelledBy"
|
|
2664
|
+
},
|
|
2665
|
+
"92": {
|
|
2666
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2667
|
+
"qualifiedName": "SkyFlyoutConfig.ariaRole"
|
|
2668
|
+
},
|
|
2669
|
+
"93": {
|
|
2670
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2671
|
+
"qualifiedName": "SkyFlyoutConfig.defaultWidth"
|
|
2672
|
+
},
|
|
2673
|
+
"94": {
|
|
2674
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2675
|
+
"qualifiedName": "SkyFlyoutConfig.minWidth"
|
|
2676
|
+
},
|
|
2677
|
+
"95": {
|
|
2678
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2679
|
+
"qualifiedName": "SkyFlyoutConfig.maxWidth"
|
|
2680
|
+
},
|
|
2681
|
+
"96": {
|
|
2682
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2683
|
+
"qualifiedName": "SkyFlyoutConfig.permalink"
|
|
2684
|
+
},
|
|
2685
|
+
"97": {
|
|
2686
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2687
|
+
"qualifiedName": "SkyFlyoutConfig.primaryAction"
|
|
2688
|
+
},
|
|
2689
|
+
"98": {
|
|
2690
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2691
|
+
"qualifiedName": "SkyFlyoutConfig.providers"
|
|
2692
|
+
},
|
|
2693
|
+
"99": {
|
|
2694
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2695
|
+
"qualifiedName": "SkyFlyoutConfig.showIterator"
|
|
2696
|
+
},
|
|
2697
|
+
"100": {
|
|
2698
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2699
|
+
"qualifiedName": "SkyFlyoutConfig.iteratorPreviousButtonDisabled"
|
|
2700
|
+
},
|
|
2701
|
+
"101": {
|
|
2702
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2703
|
+
"qualifiedName": "SkyFlyoutConfig.iteratorNextButtonDisabled"
|
|
2704
|
+
},
|
|
2705
|
+
"102": {
|
|
2706
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2707
|
+
"qualifiedName": "SkyFlyoutConfig.settingsKey"
|
|
2708
|
+
},
|
|
2709
|
+
"115": {
|
|
2710
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2711
|
+
"qualifiedName": "SkyFlyoutPermalink"
|
|
2712
|
+
},
|
|
2713
|
+
"116": {
|
|
2714
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2715
|
+
"qualifiedName": "SkyFlyoutPermalink.label"
|
|
2716
|
+
},
|
|
2717
|
+
"117": {
|
|
2718
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2719
|
+
"qualifiedName": "SkyFlyoutPermalink.route"
|
|
2720
|
+
},
|
|
2721
|
+
"118": {
|
|
2722
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2723
|
+
"qualifiedName": "__type"
|
|
2724
|
+
},
|
|
2725
|
+
"119": {
|
|
2726
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2727
|
+
"qualifiedName": "__type.commands"
|
|
2728
|
+
},
|
|
2729
|
+
"120": {
|
|
2730
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2731
|
+
"qualifiedName": "__type.extras"
|
|
2732
|
+
},
|
|
2733
|
+
"121": {
|
|
2734
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2735
|
+
"qualifiedName": "SkyFlyoutPermalink.url"
|
|
1770
2736
|
}
|
|
1771
|
-
|
|
2737
|
+
}
|
|
1772
2738
|
},
|
|
1773
2739
|
"codeExamples": [
|
|
1774
2740
|
{
|