@skyux/flyout 9.0.0-alpha.4 → 9.0.0-alpha.6
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 +1527 -563
- package/esm2022/lib/modules/flyout/flyout.module.mjs +4 -6
- package/esm2022/lib/modules/flyout/flyout.service.mjs +8 -9
- package/fesm2022/skyux-flyout.mjs +47 -50
- package/fesm2022/skyux-flyout.mjs.map +1 -1
- package/lib/modules/flyout/flyout.module.d.ts +5 -6
- package/package.json +6 -6
package/documentation.json
CHANGED
|
@@ -12,104 +12,137 @@
|
|
|
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
|
-
"id":
|
|
20
|
+
"id": 82,
|
|
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
|
-
"id":
|
|
43
|
+
"id": 83,
|
|
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/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
41
54
|
}
|
|
42
55
|
],
|
|
43
56
|
"signatures": [
|
|
44
57
|
{
|
|
45
|
-
"id":
|
|
58
|
+
"id": 84,
|
|
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/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
50
71
|
"parameters": [
|
|
51
72
|
{
|
|
52
|
-
"id":
|
|
73
|
+
"id": 85,
|
|
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": 82,
|
|
92
|
+
"name": "SkyFlyoutBeforeCloseHandler",
|
|
93
|
+
"package": "@skyux/flyout"
|
|
69
94
|
}
|
|
70
95
|
}
|
|
71
96
|
]
|
|
72
97
|
},
|
|
73
98
|
{
|
|
74
|
-
"id":
|
|
99
|
+
"id": 86,
|
|
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/7a3cec2/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
|
+
83
|
|
106
140
|
]
|
|
107
141
|
},
|
|
108
142
|
{
|
|
109
143
|
"title": "Properties",
|
|
110
|
-
"kind": 1024,
|
|
111
144
|
"children": [
|
|
112
|
-
|
|
145
|
+
86
|
|
113
146
|
]
|
|
114
147
|
}
|
|
115
148
|
],
|
|
@@ -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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"kind": "code",
|
|
344
|
+
"text": "`true`"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"kind": "text",
|
|
348
|
+
"text": " if the flyout is open."
|
|
349
|
+
}
|
|
350
|
+
],
|
|
351
|
+
"blockTags": [
|
|
261
352
|
{
|
|
262
|
-
"tag": "default",
|
|
263
|
-
"
|
|
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/7a3cec2/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/7a3cec2/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/7a3cec2/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/internal/Observable.d.ts",
|
|
428
|
+
"qualifiedName": "Observable"
|
|
429
|
+
},
|
|
430
|
+
"typeArguments": [
|
|
431
|
+
{
|
|
432
|
+
"type": "reference",
|
|
433
|
+
"target": 82,
|
|
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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L65"
|
|
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
|
+
}
|
|
430
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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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/7a3cec2/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": 87,
|
|
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/7a3cec2/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 SkyI18nModule,\n SkyIconModule,\n SkyFlyoutResourcesModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n exports: [SkyFlyoutComponent],\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
|
]
|
|
@@ -683,164 +892,231 @@
|
|
|
683
892
|
{
|
|
684
893
|
"fileName": "projects/flyout/src/modules/flyout/flyout.module.ts",
|
|
685
894
|
"line": 31,
|
|
686
|
-
"character": 13
|
|
895
|
+
"character": 13,
|
|
896
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.module.ts#L31"
|
|
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 providers: [SkyFlyoutService],\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
|
-
"
|
|
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."
|
|
710
935
|
}
|
|
711
|
-
|
|
712
|
-
|
|
936
|
+
]
|
|
937
|
+
},
|
|
713
938
|
"children": [
|
|
714
939
|
{
|
|
715
940
|
"id": 39,
|
|
716
941
|
"name": "constructor",
|
|
942
|
+
"variant": "declaration",
|
|
717
943
|
"kind": 512,
|
|
718
|
-
"kindString": "Constructor",
|
|
719
944
|
"flags": {},
|
|
720
945
|
"sources": [
|
|
721
946
|
{
|
|
722
947
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
723
|
-
"line":
|
|
724
|
-
"character": 2
|
|
948
|
+
"line": 46,
|
|
949
|
+
"character": 2,
|
|
950
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L46"
|
|
725
951
|
}
|
|
726
952
|
],
|
|
727
953
|
"signatures": [
|
|
728
954
|
{
|
|
729
955
|
"id": 40,
|
|
730
956
|
"name": "new SkyFlyoutService",
|
|
957
|
+
"variant": "signature",
|
|
731
958
|
"kind": 16384,
|
|
732
|
-
"kindString": "Constructor signature",
|
|
733
959
|
"flags": {},
|
|
960
|
+
"sources": [
|
|
961
|
+
{
|
|
962
|
+
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
963
|
+
"line": 46,
|
|
964
|
+
"character": 2,
|
|
965
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L46"
|
|
966
|
+
}
|
|
967
|
+
],
|
|
734
968
|
"parameters": [
|
|
735
969
|
{
|
|
736
970
|
"id": 41,
|
|
737
971
|
"name": "coreAdapter",
|
|
972
|
+
"variant": "param",
|
|
738
973
|
"kind": 32768,
|
|
739
|
-
"kindString": "Parameter",
|
|
740
974
|
"flags": {},
|
|
741
975
|
"type": {
|
|
742
976
|
"type": "reference",
|
|
743
|
-
"
|
|
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"
|
|
744
983
|
}
|
|
745
984
|
},
|
|
746
985
|
{
|
|
747
986
|
"id": 42,
|
|
748
987
|
"name": "windowRef",
|
|
988
|
+
"variant": "param",
|
|
749
989
|
"kind": 32768,
|
|
750
|
-
"kindString": "Parameter",
|
|
751
990
|
"flags": {},
|
|
752
991
|
"type": {
|
|
753
992
|
"type": "reference",
|
|
754
|
-
"
|
|
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"
|
|
755
999
|
}
|
|
756
1000
|
},
|
|
757
1001
|
{
|
|
758
1002
|
"id": 43,
|
|
759
1003
|
"name": "dynamicComponentService",
|
|
1004
|
+
"variant": "param",
|
|
760
1005
|
"kind": 32768,
|
|
761
|
-
"kindString": "Parameter",
|
|
762
1006
|
"flags": {},
|
|
763
1007
|
"type": {
|
|
764
1008
|
"type": "reference",
|
|
765
|
-
"
|
|
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"
|
|
766
1015
|
}
|
|
767
1016
|
},
|
|
768
1017
|
{
|
|
769
1018
|
"id": 44,
|
|
770
1019
|
"name": "router",
|
|
1020
|
+
"variant": "param",
|
|
771
1021
|
"kind": 32768,
|
|
772
|
-
"kindString": "Parameter",
|
|
773
1022
|
"flags": {},
|
|
774
1023
|
"type": {
|
|
775
1024
|
"type": "reference",
|
|
776
|
-
"
|
|
777
|
-
|
|
778
|
-
|
|
1025
|
+
"target": {
|
|
1026
|
+
"sourceFileName": "node_modules/@angular/router/index.d.ts",
|
|
1027
|
+
"qualifiedName": "Router"
|
|
1028
|
+
},
|
|
1029
|
+
"name": "Router",
|
|
1030
|
+
"package": "@angular/router"
|
|
779
1031
|
}
|
|
780
1032
|
},
|
|
781
1033
|
{
|
|
782
1034
|
"id": 45,
|
|
783
1035
|
"name": "ngZone",
|
|
1036
|
+
"variant": "param",
|
|
784
1037
|
"kind": 32768,
|
|
785
|
-
"kindString": "Parameter",
|
|
786
1038
|
"flags": {},
|
|
787
1039
|
"type": {
|
|
788
1040
|
"type": "reference",
|
|
789
|
-
"
|
|
790
|
-
|
|
791
|
-
|
|
1041
|
+
"target": {
|
|
1042
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1043
|
+
"qualifiedName": "NgZone"
|
|
1044
|
+
},
|
|
1045
|
+
"name": "NgZone",
|
|
1046
|
+
"package": "@angular/core"
|
|
792
1047
|
}
|
|
793
1048
|
}
|
|
794
1049
|
],
|
|
795
1050
|
"type": {
|
|
796
1051
|
"type": "reference",
|
|
797
|
-
"
|
|
798
|
-
"name": "SkyFlyoutService"
|
|
1052
|
+
"target": 38,
|
|
1053
|
+
"name": "SkyFlyoutService",
|
|
1054
|
+
"package": "@skyux/flyout"
|
|
799
1055
|
}
|
|
800
1056
|
}
|
|
801
1057
|
]
|
|
802
1058
|
},
|
|
803
1059
|
{
|
|
804
|
-
"id":
|
|
1060
|
+
"id": 58,
|
|
805
1061
|
"name": "close",
|
|
1062
|
+
"variant": "declaration",
|
|
806
1063
|
"kind": 2048,
|
|
807
|
-
"kindString": "Method",
|
|
808
1064
|
"flags": {
|
|
809
1065
|
"isPublic": true
|
|
810
1066
|
},
|
|
811
1067
|
"sources": [
|
|
812
1068
|
{
|
|
813
1069
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
814
|
-
"line":
|
|
815
|
-
"character": 9
|
|
1070
|
+
"line": 71,
|
|
1071
|
+
"character": 9,
|
|
1072
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L71"
|
|
816
1073
|
}
|
|
817
1074
|
],
|
|
818
1075
|
"signatures": [
|
|
819
1076
|
{
|
|
820
|
-
"id":
|
|
1077
|
+
"id": 59,
|
|
821
1078
|
"name": "close",
|
|
1079
|
+
"variant": "signature",
|
|
822
1080
|
"kind": 4096,
|
|
823
|
-
"kindString": "Call signature",
|
|
824
1081
|
"flags": {},
|
|
825
1082
|
"comment": {
|
|
826
|
-
"
|
|
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
|
+
]
|
|
827
1089
|
},
|
|
1090
|
+
"sources": [
|
|
1091
|
+
{
|
|
1092
|
+
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1093
|
+
"line": 71,
|
|
1094
|
+
"character": 2,
|
|
1095
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L71"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
828
1098
|
"parameters": [
|
|
829
1099
|
{
|
|
830
|
-
"id":
|
|
1100
|
+
"id": 60,
|
|
831
1101
|
"name": "args",
|
|
1102
|
+
"variant": "param",
|
|
832
1103
|
"kind": 32768,
|
|
833
|
-
"kindString": "Parameter",
|
|
834
1104
|
"flags": {
|
|
835
1105
|
"isOptional": true
|
|
836
1106
|
},
|
|
837
1107
|
"comment": {
|
|
838
|
-
"
|
|
1108
|
+
"summary": [
|
|
1109
|
+
{
|
|
1110
|
+
"kind": "text",
|
|
1111
|
+
"text": "Arguments used when closing the flyout."
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
839
1114
|
},
|
|
840
1115
|
"type": {
|
|
841
1116
|
"type": "reference",
|
|
842
|
-
"
|
|
843
|
-
"name": "SkyFlyoutCloseArgs"
|
|
1117
|
+
"target": 87,
|
|
1118
|
+
"name": "SkyFlyoutCloseArgs",
|
|
1119
|
+
"package": "@skyux/flyout"
|
|
844
1120
|
}
|
|
845
1121
|
}
|
|
846
1122
|
],
|
|
@@ -849,152 +1125,195 @@
|
|
|
849
1125
|
"name": "void"
|
|
850
1126
|
}
|
|
851
1127
|
}
|
|
852
|
-
]
|
|
1128
|
+
],
|
|
1129
|
+
"decorators": []
|
|
853
1130
|
},
|
|
854
1131
|
{
|
|
855
|
-
"id":
|
|
1132
|
+
"id": 56,
|
|
856
1133
|
"name": "ngOnDestroy",
|
|
1134
|
+
"variant": "declaration",
|
|
857
1135
|
"kind": 2048,
|
|
858
|
-
"kindString": "Method",
|
|
859
1136
|
"flags": {
|
|
860
1137
|
"isPublic": true
|
|
861
1138
|
},
|
|
862
1139
|
"sources": [
|
|
863
1140
|
{
|
|
864
1141
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
865
|
-
"line":
|
|
866
|
-
"character": 9
|
|
1142
|
+
"line": 60,
|
|
1143
|
+
"character": 9,
|
|
1144
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L60"
|
|
867
1145
|
}
|
|
868
1146
|
],
|
|
869
1147
|
"signatures": [
|
|
870
1148
|
{
|
|
871
|
-
"id":
|
|
1149
|
+
"id": 57,
|
|
872
1150
|
"name": "ngOnDestroy",
|
|
1151
|
+
"variant": "signature",
|
|
873
1152
|
"kind": 4096,
|
|
874
|
-
"kindString": "Call signature",
|
|
875
1153
|
"flags": {},
|
|
1154
|
+
"sources": [
|
|
1155
|
+
{
|
|
1156
|
+
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1157
|
+
"line": 60,
|
|
1158
|
+
"character": 2,
|
|
1159
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L60"
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
876
1162
|
"type": {
|
|
877
1163
|
"type": "intrinsic",
|
|
878
1164
|
"name": "void"
|
|
879
1165
|
},
|
|
880
1166
|
"implementationOf": {
|
|
881
1167
|
"type": "reference",
|
|
1168
|
+
"target": -1,
|
|
882
1169
|
"name": "OnDestroy.ngOnDestroy"
|
|
883
1170
|
}
|
|
884
1171
|
}
|
|
885
1172
|
],
|
|
886
1173
|
"implementationOf": {
|
|
887
1174
|
"type": "reference",
|
|
1175
|
+
"target": -1,
|
|
888
1176
|
"name": "OnDestroy.ngOnDestroy"
|
|
889
|
-
}
|
|
1177
|
+
},
|
|
1178
|
+
"decorators": []
|
|
890
1179
|
},
|
|
891
1180
|
{
|
|
892
|
-
"id":
|
|
1181
|
+
"id": 61,
|
|
893
1182
|
"name": "open",
|
|
1183
|
+
"variant": "declaration",
|
|
894
1184
|
"kind": 2048,
|
|
895
|
-
"kindString": "Method",
|
|
896
1185
|
"flags": {
|
|
897
1186
|
"isPublic": true
|
|
898
1187
|
},
|
|
899
1188
|
"sources": [
|
|
900
1189
|
{
|
|
901
1190
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
902
|
-
"line":
|
|
903
|
-
"character": 9
|
|
1191
|
+
"line": 87,
|
|
1192
|
+
"character": 9,
|
|
1193
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L87"
|
|
904
1194
|
}
|
|
905
1195
|
],
|
|
906
1196
|
"signatures": [
|
|
907
1197
|
{
|
|
908
|
-
"id":
|
|
1198
|
+
"id": 62,
|
|
909
1199
|
"name": "open",
|
|
1200
|
+
"variant": "signature",
|
|
910
1201
|
"kind": 4096,
|
|
911
|
-
"kindString": "Call signature",
|
|
912
1202
|
"flags": {},
|
|
913
1203
|
"comment": {
|
|
914
|
-
"
|
|
1204
|
+
"summary": [
|
|
1205
|
+
{
|
|
1206
|
+
"kind": "text",
|
|
1207
|
+
"text": "Opens a flyout and displays the specified component."
|
|
1208
|
+
}
|
|
1209
|
+
]
|
|
915
1210
|
},
|
|
1211
|
+
"sources": [
|
|
1212
|
+
{
|
|
1213
|
+
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1214
|
+
"line": 87,
|
|
1215
|
+
"character": 2,
|
|
1216
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L87"
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
916
1219
|
"typeParameter": [
|
|
917
1220
|
{
|
|
918
|
-
"id":
|
|
1221
|
+
"id": 63,
|
|
919
1222
|
"name": "T",
|
|
1223
|
+
"variant": "typeParam",
|
|
920
1224
|
"kind": 131072,
|
|
921
|
-
"kindString": "Type parameter",
|
|
922
1225
|
"flags": {}
|
|
923
1226
|
}
|
|
924
1227
|
],
|
|
925
1228
|
"parameters": [
|
|
926
1229
|
{
|
|
927
|
-
"id":
|
|
1230
|
+
"id": 64,
|
|
928
1231
|
"name": "component",
|
|
1232
|
+
"variant": "param",
|
|
929
1233
|
"kind": 32768,
|
|
930
|
-
"kindString": "Parameter",
|
|
931
1234
|
"flags": {},
|
|
932
1235
|
"comment": {
|
|
933
|
-
"
|
|
1236
|
+
"summary": [
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "text",
|
|
1239
|
+
"text": "Specifies the component to render."
|
|
1240
|
+
}
|
|
1241
|
+
]
|
|
934
1242
|
},
|
|
935
1243
|
"type": {
|
|
936
1244
|
"type": "reference",
|
|
1245
|
+
"target": {
|
|
1246
|
+
"sourceFileName": "node_modules/@angular/core/index.d.ts",
|
|
1247
|
+
"qualifiedName": "Type"
|
|
1248
|
+
},
|
|
937
1249
|
"typeArguments": [
|
|
938
1250
|
{
|
|
939
1251
|
"type": "reference",
|
|
940
|
-
"
|
|
941
|
-
"name": "T"
|
|
1252
|
+
"target": -1,
|
|
1253
|
+
"name": "T",
|
|
1254
|
+
"refersToTypeParameter": true
|
|
942
1255
|
}
|
|
943
1256
|
],
|
|
944
|
-
"
|
|
945
|
-
"package": "@angular/core"
|
|
946
|
-
"name": "Type"
|
|
1257
|
+
"name": "Type",
|
|
1258
|
+
"package": "@angular/core"
|
|
947
1259
|
}
|
|
948
1260
|
},
|
|
949
1261
|
{
|
|
950
|
-
"id":
|
|
1262
|
+
"id": 65,
|
|
951
1263
|
"name": "config",
|
|
1264
|
+
"variant": "param",
|
|
952
1265
|
"kind": 32768,
|
|
953
|
-
"kindString": "Parameter",
|
|
954
1266
|
"flags": {
|
|
955
1267
|
"isOptional": true
|
|
956
1268
|
},
|
|
957
1269
|
"comment": {
|
|
958
|
-
"
|
|
1270
|
+
"summary": [
|
|
1271
|
+
{
|
|
1272
|
+
"kind": "text",
|
|
1273
|
+
"text": "Specifies the flyout configuration passed to the specified component's constructor."
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
959
1276
|
},
|
|
960
1277
|
"type": {
|
|
961
1278
|
"type": "reference",
|
|
962
|
-
"
|
|
963
|
-
"name": "SkyFlyoutConfig"
|
|
1279
|
+
"target": 89,
|
|
1280
|
+
"name": "SkyFlyoutConfig",
|
|
1281
|
+
"package": "@skyux/flyout"
|
|
964
1282
|
}
|
|
965
1283
|
}
|
|
966
1284
|
],
|
|
967
1285
|
"type": {
|
|
968
1286
|
"type": "reference",
|
|
969
|
-
"
|
|
1287
|
+
"target": 1,
|
|
970
1288
|
"typeArguments": [
|
|
971
1289
|
{
|
|
972
1290
|
"type": "reference",
|
|
973
|
-
"
|
|
974
|
-
"name": "T"
|
|
1291
|
+
"target": -1,
|
|
1292
|
+
"name": "T",
|
|
1293
|
+
"refersToTypeParameter": true
|
|
975
1294
|
}
|
|
976
1295
|
],
|
|
977
|
-
"name": "SkyFlyoutInstance"
|
|
1296
|
+
"name": "SkyFlyoutInstance",
|
|
1297
|
+
"package": "@skyux/flyout"
|
|
978
1298
|
}
|
|
979
1299
|
}
|
|
980
|
-
]
|
|
1300
|
+
],
|
|
1301
|
+
"decorators": []
|
|
981
1302
|
}
|
|
982
1303
|
],
|
|
983
1304
|
"groups": [
|
|
984
1305
|
{
|
|
985
1306
|
"title": "Constructors",
|
|
986
|
-
"kind": 512,
|
|
987
1307
|
"children": [
|
|
988
1308
|
39
|
|
989
1309
|
]
|
|
990
1310
|
},
|
|
991
1311
|
{
|
|
992
1312
|
"title": "Methods",
|
|
993
|
-
"kind": 2048,
|
|
994
1313
|
"children": [
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
1314
|
+
58,
|
|
1315
|
+
56,
|
|
1316
|
+
61
|
|
998
1317
|
]
|
|
999
1318
|
}
|
|
1000
1319
|
],
|
|
@@ -1002,117 +1321,166 @@
|
|
|
1002
1321
|
{
|
|
1003
1322
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1004
1323
|
"line": 33,
|
|
1005
|
-
"character": 13
|
|
1324
|
+
"character": 13,
|
|
1325
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L33"
|
|
1006
1326
|
}
|
|
1007
1327
|
],
|
|
1008
1328
|
"implementedTypes": [
|
|
1009
1329
|
{
|
|
1010
1330
|
"type": "reference",
|
|
1011
|
-
"
|
|
1012
|
-
|
|
1013
|
-
|
|
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()"
|
|
1344
|
+
}
|
|
1014
1345
|
}
|
|
1015
1346
|
]
|
|
1016
1347
|
},
|
|
1017
1348
|
{
|
|
1018
|
-
"id":
|
|
1349
|
+
"id": 76,
|
|
1019
1350
|
"name": "SkyFlyoutAction",
|
|
1351
|
+
"variant": "declaration",
|
|
1020
1352
|
"kind": 256,
|
|
1021
|
-
"kindString": "Interface",
|
|
1022
1353
|
"flags": {},
|
|
1023
1354
|
"children": [
|
|
1024
1355
|
{
|
|
1025
|
-
"id":
|
|
1026
|
-
"name": "
|
|
1356
|
+
"id": 78,
|
|
1357
|
+
"name": "callback",
|
|
1358
|
+
"variant": "declaration",
|
|
1027
1359
|
"kind": 1024,
|
|
1028
|
-
"kindString": "Property",
|
|
1029
1360
|
"flags": {
|
|
1030
1361
|
"isOptional": true
|
|
1031
1362
|
},
|
|
1032
|
-
"comment": {
|
|
1033
|
-
"shortText": "Whether to close the flyout after the button is clicked."
|
|
1034
|
-
},
|
|
1035
1363
|
"sources": [
|
|
1036
1364
|
{
|
|
1037
1365
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1038
|
-
"line":
|
|
1039
|
-
"character": 2
|
|
1366
|
+
"line": 10,
|
|
1367
|
+
"character": 2,
|
|
1368
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1040
1369
|
}
|
|
1041
1370
|
],
|
|
1042
1371
|
"type": {
|
|
1043
|
-
"type": "
|
|
1044
|
-
"
|
|
1372
|
+
"type": "reflection",
|
|
1373
|
+
"declaration": {
|
|
1374
|
+
"id": 79,
|
|
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/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1387
|
+
"signatures": [
|
|
1388
|
+
{
|
|
1389
|
+
"id": 80,
|
|
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/7a3cec2/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
|
+
}
|
|
1045
1417
|
}
|
|
1046
1418
|
},
|
|
1047
1419
|
{
|
|
1048
|
-
"id":
|
|
1049
|
-
"name": "
|
|
1420
|
+
"id": 81,
|
|
1421
|
+
"name": "closeAfterInvoking",
|
|
1422
|
+
"variant": "declaration",
|
|
1050
1423
|
"kind": 1024,
|
|
1051
|
-
"kindString": "Property",
|
|
1052
1424
|
"flags": {
|
|
1053
1425
|
"isOptional": true
|
|
1054
1426
|
},
|
|
1055
1427
|
"comment": {
|
|
1056
|
-
"
|
|
1428
|
+
"summary": [
|
|
1429
|
+
{
|
|
1430
|
+
"kind": "text",
|
|
1431
|
+
"text": "Whether to close the flyout after the button is clicked."
|
|
1432
|
+
}
|
|
1433
|
+
]
|
|
1057
1434
|
},
|
|
1058
1435
|
"sources": [
|
|
1059
1436
|
{
|
|
1060
1437
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1061
|
-
"line":
|
|
1062
|
-
"character": 2
|
|
1438
|
+
"line": 15,
|
|
1439
|
+
"character": 2,
|
|
1440
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L15"
|
|
1063
1441
|
}
|
|
1064
1442
|
],
|
|
1065
1443
|
"type": {
|
|
1066
1444
|
"type": "intrinsic",
|
|
1067
|
-
"name": "
|
|
1445
|
+
"name": "boolean"
|
|
1068
1446
|
}
|
|
1069
1447
|
},
|
|
1070
1448
|
{
|
|
1071
1449
|
"id": 77,
|
|
1072
|
-
"name": "
|
|
1073
|
-
"
|
|
1074
|
-
"
|
|
1450
|
+
"name": "label",
|
|
1451
|
+
"variant": "declaration",
|
|
1452
|
+
"kind": 1024,
|
|
1075
1453
|
"flags": {
|
|
1076
1454
|
"isOptional": true
|
|
1077
1455
|
},
|
|
1456
|
+
"comment": {
|
|
1457
|
+
"summary": [
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "text",
|
|
1460
|
+
"text": "The button's label."
|
|
1461
|
+
}
|
|
1462
|
+
]
|
|
1463
|
+
},
|
|
1078
1464
|
"sources": [
|
|
1079
1465
|
{
|
|
1080
1466
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1081
|
-
"line":
|
|
1082
|
-
"character": 2
|
|
1467
|
+
"line": 5,
|
|
1468
|
+
"character": 2,
|
|
1469
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L5"
|
|
1083
1470
|
}
|
|
1084
1471
|
],
|
|
1085
|
-
"
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
"kind": 4096,
|
|
1090
|
-
"kindString": "Call signature",
|
|
1091
|
-
"flags": {},
|
|
1092
|
-
"comment": {
|
|
1093
|
-
"shortText": "The callback function to execute when the button is clicked."
|
|
1094
|
-
},
|
|
1095
|
-
"type": {
|
|
1096
|
-
"type": "intrinsic",
|
|
1097
|
-
"name": "void"
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
]
|
|
1472
|
+
"type": {
|
|
1473
|
+
"type": "intrinsic",
|
|
1474
|
+
"name": "string"
|
|
1475
|
+
}
|
|
1101
1476
|
}
|
|
1102
1477
|
],
|
|
1103
1478
|
"groups": [
|
|
1104
1479
|
{
|
|
1105
1480
|
"title": "Properties",
|
|
1106
|
-
"kind": 1024,
|
|
1107
|
-
"children": [
|
|
1108
|
-
79,
|
|
1109
|
-
76
|
|
1110
|
-
]
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
"title": "Methods",
|
|
1114
|
-
"kind": 2048,
|
|
1115
1481
|
"children": [
|
|
1482
|
+
78,
|
|
1483
|
+
81,
|
|
1116
1484
|
77
|
|
1117
1485
|
]
|
|
1118
1486
|
}
|
|
@@ -1121,36 +1489,56 @@
|
|
|
1121
1489
|
{
|
|
1122
1490
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1123
1491
|
"line": 1,
|
|
1124
|
-
"character": 17
|
|
1492
|
+
"character": 17,
|
|
1493
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L1"
|
|
1125
1494
|
}
|
|
1126
1495
|
]
|
|
1127
1496
|
},
|
|
1128
1497
|
{
|
|
1129
|
-
"id":
|
|
1498
|
+
"id": 87,
|
|
1130
1499
|
"name": "SkyFlyoutCloseArgs",
|
|
1500
|
+
"variant": "declaration",
|
|
1131
1501
|
"kind": 256,
|
|
1132
|
-
"kindString": "Interface",
|
|
1133
1502
|
"flags": {},
|
|
1134
1503
|
"comment": {
|
|
1135
|
-
"
|
|
1504
|
+
"summary": [
|
|
1505
|
+
{
|
|
1506
|
+
"kind": "text",
|
|
1507
|
+
"text": "Arguments used when closing a flyout programmatically."
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1136
1510
|
},
|
|
1137
1511
|
"children": [
|
|
1138
1512
|
{
|
|
1139
|
-
"id":
|
|
1513
|
+
"id": 88,
|
|
1140
1514
|
"name": "ignoreBeforeClose",
|
|
1515
|
+
"variant": "declaration",
|
|
1141
1516
|
"kind": 1024,
|
|
1142
|
-
"kindString": "Property",
|
|
1143
1517
|
"flags": {
|
|
1144
1518
|
"isOptional": true
|
|
1145
1519
|
},
|
|
1146
1520
|
"comment": {
|
|
1147
|
-
"
|
|
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
|
+
]
|
|
1148
1535
|
},
|
|
1149
1536
|
"sources": [
|
|
1150
1537
|
{
|
|
1151
1538
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1152
1539
|
"line": 8,
|
|
1153
|
-
"character": 2
|
|
1540
|
+
"character": 2,
|
|
1541
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L8"
|
|
1154
1542
|
}
|
|
1155
1543
|
],
|
|
1156
1544
|
"type": {
|
|
@@ -1162,9 +1550,8 @@
|
|
|
1162
1550
|
"groups": [
|
|
1163
1551
|
{
|
|
1164
1552
|
"title": "Properties",
|
|
1165
|
-
"kind": 1024,
|
|
1166
1553
|
"children": [
|
|
1167
|
-
|
|
1554
|
+
88
|
|
1168
1555
|
]
|
|
1169
1556
|
}
|
|
1170
1557
|
],
|
|
@@ -1172,36 +1559,64 @@
|
|
|
1172
1559
|
{
|
|
1173
1560
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1174
1561
|
"line": 4,
|
|
1175
|
-
"character": 17
|
|
1562
|
+
"character": 17,
|
|
1563
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L4"
|
|
1176
1564
|
}
|
|
1177
1565
|
]
|
|
1178
1566
|
},
|
|
1179
1567
|
{
|
|
1180
|
-
"id":
|
|
1568
|
+
"id": 89,
|
|
1181
1569
|
"name": "SkyFlyoutConfig",
|
|
1570
|
+
"variant": "declaration",
|
|
1182
1571
|
"kind": 256,
|
|
1183
|
-
"kindString": "Interface",
|
|
1184
1572
|
"flags": {},
|
|
1185
1573
|
"comment": {
|
|
1186
|
-
"
|
|
1574
|
+
"summary": [
|
|
1575
|
+
{
|
|
1576
|
+
"kind": "text",
|
|
1577
|
+
"text": "Specifies the configuration options to set up a flyout."
|
|
1578
|
+
}
|
|
1579
|
+
]
|
|
1187
1580
|
},
|
|
1188
1581
|
"children": [
|
|
1189
1582
|
{
|
|
1190
|
-
"id":
|
|
1583
|
+
"id": 90,
|
|
1191
1584
|
"name": "ariaDescribedBy",
|
|
1585
|
+
"variant": "declaration",
|
|
1192
1586
|
"kind": 1024,
|
|
1193
|
-
"kindString": "Property",
|
|
1194
1587
|
"flags": {
|
|
1195
1588
|
"isOptional": true
|
|
1196
1589
|
},
|
|
1197
1590
|
"comment": {
|
|
1198
|
-
"
|
|
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
|
+
]
|
|
1199
1613
|
},
|
|
1200
1614
|
"sources": [
|
|
1201
1615
|
{
|
|
1202
1616
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1203
1617
|
"line": 16,
|
|
1204
|
-
"character": 2
|
|
1618
|
+
"character": 2,
|
|
1619
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L16"
|
|
1205
1620
|
}
|
|
1206
1621
|
],
|
|
1207
1622
|
"type": {
|
|
@@ -1210,21 +1625,51 @@
|
|
|
1210
1625
|
}
|
|
1211
1626
|
},
|
|
1212
1627
|
{
|
|
1213
|
-
"id":
|
|
1628
|
+
"id": 91,
|
|
1214
1629
|
"name": "ariaLabel",
|
|
1630
|
+
"variant": "declaration",
|
|
1215
1631
|
"kind": 1024,
|
|
1216
|
-
"kindString": "Property",
|
|
1217
1632
|
"flags": {
|
|
1218
1633
|
"isOptional": true
|
|
1219
1634
|
},
|
|
1220
1635
|
"comment": {
|
|
1221
|
-
"
|
|
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
|
+
]
|
|
1222
1666
|
},
|
|
1223
1667
|
"sources": [
|
|
1224
1668
|
{
|
|
1225
1669
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1226
1670
|
"line": 24,
|
|
1227
|
-
"character": 2
|
|
1671
|
+
"character": 2,
|
|
1672
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L24"
|
|
1228
1673
|
}
|
|
1229
1674
|
],
|
|
1230
1675
|
"type": {
|
|
@@ -1233,21 +1678,51 @@
|
|
|
1233
1678
|
}
|
|
1234
1679
|
},
|
|
1235
1680
|
{
|
|
1236
|
-
"id":
|
|
1681
|
+
"id": 92,
|
|
1237
1682
|
"name": "ariaLabelledBy",
|
|
1683
|
+
"variant": "declaration",
|
|
1238
1684
|
"kind": 1024,
|
|
1239
|
-
"kindString": "Property",
|
|
1240
1685
|
"flags": {
|
|
1241
1686
|
"isOptional": true
|
|
1242
1687
|
},
|
|
1243
1688
|
"comment": {
|
|
1244
|
-
"
|
|
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
|
+
]
|
|
1245
1719
|
},
|
|
1246
1720
|
"sources": [
|
|
1247
1721
|
{
|
|
1248
1722
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1249
1723
|
"line": 33,
|
|
1250
|
-
"character": 2
|
|
1724
|
+
"character": 2,
|
|
1725
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L33"
|
|
1251
1726
|
}
|
|
1252
1727
|
],
|
|
1253
1728
|
"type": {
|
|
@@ -1256,23 +1731,54 @@
|
|
|
1256
1731
|
}
|
|
1257
1732
|
},
|
|
1258
1733
|
{
|
|
1259
|
-
"id":
|
|
1734
|
+
"id": 93,
|
|
1260
1735
|
"name": "ariaRole",
|
|
1736
|
+
"variant": "declaration",
|
|
1261
1737
|
"kind": 1024,
|
|
1262
|
-
"kindString": "Property",
|
|
1263
1738
|
"flags": {
|
|
1264
1739
|
"isOptional": true
|
|
1265
1740
|
},
|
|
1266
1741
|
"comment": {
|
|
1267
|
-
"
|
|
1268
|
-
"tags": [
|
|
1742
|
+
"summary": [
|
|
1269
1743
|
{
|
|
1270
|
-
"
|
|
1271
|
-
"text": "
|
|
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": [
|
|
1749
|
+
{
|
|
1750
|
+
"tag": "@default",
|
|
1751
|
+
"content": [
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "code",
|
|
1754
|
+
"text": "```ts\ndialog\n```"
|
|
1755
|
+
}
|
|
1756
|
+
]
|
|
1272
1757
|
},
|
|
1273
1758
|
{
|
|
1274
|
-
"tag": "deprecated",
|
|
1275
|
-
"
|
|
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
|
+
]
|
|
1276
1782
|
}
|
|
1277
1783
|
]
|
|
1278
1784
|
},
|
|
@@ -1280,7 +1786,8 @@
|
|
|
1280
1786
|
{
|
|
1281
1787
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1282
1788
|
"line": 45,
|
|
1283
|
-
"character": 2
|
|
1789
|
+
"character": 2,
|
|
1790
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L45"
|
|
1284
1791
|
}
|
|
1285
1792
|
],
|
|
1286
1793
|
"type": {
|
|
@@ -1289,21 +1796,27 @@
|
|
|
1289
1796
|
}
|
|
1290
1797
|
},
|
|
1291
1798
|
{
|
|
1292
|
-
"id":
|
|
1799
|
+
"id": 94,
|
|
1293
1800
|
"name": "defaultWidth",
|
|
1801
|
+
"variant": "declaration",
|
|
1294
1802
|
"kind": 1024,
|
|
1295
|
-
"kindString": "Property",
|
|
1296
1803
|
"flags": {
|
|
1297
1804
|
"isOptional": true
|
|
1298
1805
|
},
|
|
1299
1806
|
"comment": {
|
|
1300
|
-
"
|
|
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
|
+
]
|
|
1301
1813
|
},
|
|
1302
1814
|
"sources": [
|
|
1303
1815
|
{
|
|
1304
1816
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1305
1817
|
"line": 51,
|
|
1306
|
-
"character": 2
|
|
1818
|
+
"character": 2,
|
|
1819
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L51"
|
|
1307
1820
|
}
|
|
1308
1821
|
],
|
|
1309
1822
|
"type": {
|
|
@@ -1312,19 +1825,29 @@
|
|
|
1312
1825
|
}
|
|
1313
1826
|
},
|
|
1314
1827
|
{
|
|
1315
|
-
"id":
|
|
1828
|
+
"id": 102,
|
|
1316
1829
|
"name": "iteratorNextButtonDisabled",
|
|
1830
|
+
"variant": "declaration",
|
|
1317
1831
|
"kind": 1024,
|
|
1318
|
-
"kindString": "Property",
|
|
1319
1832
|
"flags": {
|
|
1320
1833
|
"isOptional": true
|
|
1321
1834
|
},
|
|
1322
1835
|
"comment": {
|
|
1323
|
-
"
|
|
1324
|
-
|
|
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": [
|
|
1325
1843
|
{
|
|
1326
|
-
"tag": "default",
|
|
1327
|
-
"
|
|
1844
|
+
"tag": "@default",
|
|
1845
|
+
"content": [
|
|
1846
|
+
{
|
|
1847
|
+
"kind": "code",
|
|
1848
|
+
"text": "```ts\nfalse\n```"
|
|
1849
|
+
}
|
|
1850
|
+
]
|
|
1328
1851
|
}
|
|
1329
1852
|
]
|
|
1330
1853
|
},
|
|
@@ -1332,7 +1855,8 @@
|
|
|
1332
1855
|
{
|
|
1333
1856
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1334
1857
|
"line": 100,
|
|
1335
|
-
"character": 2
|
|
1858
|
+
"character": 2,
|
|
1859
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L100"
|
|
1336
1860
|
}
|
|
1337
1861
|
],
|
|
1338
1862
|
"type": {
|
|
@@ -1341,19 +1865,29 @@
|
|
|
1341
1865
|
}
|
|
1342
1866
|
},
|
|
1343
1867
|
{
|
|
1344
|
-
"id":
|
|
1868
|
+
"id": 101,
|
|
1345
1869
|
"name": "iteratorPreviousButtonDisabled",
|
|
1870
|
+
"variant": "declaration",
|
|
1346
1871
|
"kind": 1024,
|
|
1347
|
-
"kindString": "Property",
|
|
1348
1872
|
"flags": {
|
|
1349
1873
|
"isOptional": true
|
|
1350
1874
|
},
|
|
1351
1875
|
"comment": {
|
|
1352
|
-
"
|
|
1353
|
-
|
|
1876
|
+
"summary": [
|
|
1877
|
+
{
|
|
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": [
|
|
1354
1883
|
{
|
|
1355
|
-
"tag": "default",
|
|
1356
|
-
"
|
|
1884
|
+
"tag": "@default",
|
|
1885
|
+
"content": [
|
|
1886
|
+
{
|
|
1887
|
+
"kind": "code",
|
|
1888
|
+
"text": "```ts\nfalse\n```"
|
|
1889
|
+
}
|
|
1890
|
+
]
|
|
1357
1891
|
}
|
|
1358
1892
|
]
|
|
1359
1893
|
},
|
|
@@ -1361,7 +1895,8 @@
|
|
|
1361
1895
|
{
|
|
1362
1896
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1363
1897
|
"line": 93,
|
|
1364
|
-
"character": 2
|
|
1898
|
+
"character": 2,
|
|
1899
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L93"
|
|
1365
1900
|
}
|
|
1366
1901
|
],
|
|
1367
1902
|
"type": {
|
|
@@ -1370,19 +1905,29 @@
|
|
|
1370
1905
|
}
|
|
1371
1906
|
},
|
|
1372
1907
|
{
|
|
1373
|
-
"id":
|
|
1908
|
+
"id": 96,
|
|
1374
1909
|
"name": "maxWidth",
|
|
1910
|
+
"variant": "declaration",
|
|
1375
1911
|
"kind": 1024,
|
|
1376
|
-
"kindString": "Property",
|
|
1377
1912
|
"flags": {
|
|
1378
1913
|
"isOptional": true
|
|
1379
1914
|
},
|
|
1380
1915
|
"comment": {
|
|
1381
|
-
"
|
|
1382
|
-
|
|
1916
|
+
"summary": [
|
|
1917
|
+
{
|
|
1918
|
+
"kind": "text",
|
|
1919
|
+
"text": "The maximum resize width of the flyout container."
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1922
|
+
"blockTags": [
|
|
1383
1923
|
{
|
|
1384
|
-
"tag": "default",
|
|
1385
|
-
"
|
|
1924
|
+
"tag": "@default",
|
|
1925
|
+
"content": [
|
|
1926
|
+
{
|
|
1927
|
+
"kind": "code",
|
|
1928
|
+
"text": "```ts\ndefaultWidth\n```"
|
|
1929
|
+
}
|
|
1930
|
+
]
|
|
1386
1931
|
}
|
|
1387
1932
|
]
|
|
1388
1933
|
},
|
|
@@ -1390,7 +1935,8 @@
|
|
|
1390
1935
|
{
|
|
1391
1936
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1392
1937
|
"line": 63,
|
|
1393
|
-
"character": 2
|
|
1938
|
+
"character": 2,
|
|
1939
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L63"
|
|
1394
1940
|
}
|
|
1395
1941
|
],
|
|
1396
1942
|
"type": {
|
|
@@ -1399,19 +1945,29 @@
|
|
|
1399
1945
|
}
|
|
1400
1946
|
},
|
|
1401
1947
|
{
|
|
1402
|
-
"id":
|
|
1948
|
+
"id": 95,
|
|
1403
1949
|
"name": "minWidth",
|
|
1950
|
+
"variant": "declaration",
|
|
1404
1951
|
"kind": 1024,
|
|
1405
|
-
"kindString": "Property",
|
|
1406
1952
|
"flags": {
|
|
1407
1953
|
"isOptional": true
|
|
1408
1954
|
},
|
|
1409
1955
|
"comment": {
|
|
1410
|
-
"
|
|
1411
|
-
|
|
1956
|
+
"summary": [
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "text",
|
|
1959
|
+
"text": "The minimum resize width of the flyout container."
|
|
1960
|
+
}
|
|
1961
|
+
],
|
|
1962
|
+
"blockTags": [
|
|
1412
1963
|
{
|
|
1413
|
-
"tag": "default",
|
|
1414
|
-
"
|
|
1964
|
+
"tag": "@default",
|
|
1965
|
+
"content": [
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "code",
|
|
1968
|
+
"text": "```ts\n320\n```"
|
|
1969
|
+
}
|
|
1970
|
+
]
|
|
1415
1971
|
}
|
|
1416
1972
|
]
|
|
1417
1973
|
},
|
|
@@ -1419,7 +1975,8 @@
|
|
|
1419
1975
|
{
|
|
1420
1976
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1421
1977
|
"line": 57,
|
|
1422
|
-
"character": 2
|
|
1978
|
+
"character": 2,
|
|
1979
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L57"
|
|
1423
1980
|
}
|
|
1424
1981
|
],
|
|
1425
1982
|
"type": {
|
|
@@ -1428,69 +1985,89 @@
|
|
|
1428
1985
|
}
|
|
1429
1986
|
},
|
|
1430
1987
|
{
|
|
1431
|
-
"id":
|
|
1988
|
+
"id": 97,
|
|
1432
1989
|
"name": "permalink",
|
|
1990
|
+
"variant": "declaration",
|
|
1433
1991
|
"kind": 1024,
|
|
1434
|
-
"kindString": "Property",
|
|
1435
1992
|
"flags": {
|
|
1436
1993
|
"isOptional": true
|
|
1437
1994
|
},
|
|
1438
1995
|
"comment": {
|
|
1439
|
-
"
|
|
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
|
+
]
|
|
1440
2002
|
},
|
|
1441
2003
|
"sources": [
|
|
1442
2004
|
{
|
|
1443
2005
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1444
2006
|
"line": 69,
|
|
1445
|
-
"character": 2
|
|
2007
|
+
"character": 2,
|
|
2008
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L69"
|
|
1446
2009
|
}
|
|
1447
2010
|
],
|
|
1448
2011
|
"type": {
|
|
1449
2012
|
"type": "reference",
|
|
1450
|
-
"
|
|
1451
|
-
"name": "SkyFlyoutPermalink"
|
|
2013
|
+
"target": 116,
|
|
2014
|
+
"name": "SkyFlyoutPermalink",
|
|
2015
|
+
"package": "@skyux/flyout"
|
|
1452
2016
|
}
|
|
1453
2017
|
},
|
|
1454
2018
|
{
|
|
1455
|
-
"id":
|
|
2019
|
+
"id": 98,
|
|
1456
2020
|
"name": "primaryAction",
|
|
2021
|
+
"variant": "declaration",
|
|
1457
2022
|
"kind": 1024,
|
|
1458
|
-
"kindString": "Property",
|
|
1459
2023
|
"flags": {
|
|
1460
2024
|
"isOptional": true
|
|
1461
2025
|
},
|
|
1462
2026
|
"comment": {
|
|
1463
|
-
"
|
|
2027
|
+
"summary": [
|
|
2028
|
+
{
|
|
2029
|
+
"kind": "text",
|
|
2030
|
+
"text": "Displays a configurable button in the flyout header."
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
1464
2033
|
},
|
|
1465
2034
|
"sources": [
|
|
1466
2035
|
{
|
|
1467
2036
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1468
2037
|
"line": 74,
|
|
1469
|
-
"character": 2
|
|
2038
|
+
"character": 2,
|
|
2039
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L74"
|
|
1470
2040
|
}
|
|
1471
2041
|
],
|
|
1472
2042
|
"type": {
|
|
1473
2043
|
"type": "reference",
|
|
1474
|
-
"
|
|
1475
|
-
"name": "SkyFlyoutAction"
|
|
2044
|
+
"target": 76,
|
|
2045
|
+
"name": "SkyFlyoutAction",
|
|
2046
|
+
"package": "@skyux/flyout"
|
|
1476
2047
|
}
|
|
1477
2048
|
},
|
|
1478
2049
|
{
|
|
1479
|
-
"id":
|
|
2050
|
+
"id": 99,
|
|
1480
2051
|
"name": "providers",
|
|
2052
|
+
"variant": "declaration",
|
|
1481
2053
|
"kind": 1024,
|
|
1482
|
-
"kindString": "Property",
|
|
1483
2054
|
"flags": {
|
|
1484
2055
|
"isOptional": true
|
|
1485
2056
|
},
|
|
1486
2057
|
"comment": {
|
|
1487
|
-
"
|
|
2058
|
+
"summary": [
|
|
2059
|
+
{
|
|
2060
|
+
"kind": "text",
|
|
2061
|
+
"text": "The array of custom providers to pass to the component's constructor."
|
|
2062
|
+
}
|
|
2063
|
+
]
|
|
1488
2064
|
},
|
|
1489
2065
|
"sources": [
|
|
1490
2066
|
{
|
|
1491
2067
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1492
2068
|
"line": 79,
|
|
1493
|
-
"character": 2
|
|
2069
|
+
"character": 2,
|
|
2070
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L79"
|
|
1494
2071
|
}
|
|
1495
2072
|
],
|
|
1496
2073
|
"type": {
|
|
@@ -1502,21 +2079,27 @@
|
|
|
1502
2079
|
}
|
|
1503
2080
|
},
|
|
1504
2081
|
{
|
|
1505
|
-
"id":
|
|
2082
|
+
"id": 103,
|
|
1506
2083
|
"name": "settingsKey",
|
|
2084
|
+
"variant": "declaration",
|
|
1507
2085
|
"kind": 1024,
|
|
1508
|
-
"kindString": "Property",
|
|
1509
2086
|
"flags": {
|
|
1510
2087
|
"isOptional": true
|
|
1511
2088
|
},
|
|
1512
2089
|
"comment": {
|
|
1513
|
-
"
|
|
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
|
+
]
|
|
1514
2096
|
},
|
|
1515
2097
|
"sources": [
|
|
1516
2098
|
{
|
|
1517
2099
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1518
2100
|
"line": 108,
|
|
1519
|
-
"character": 2
|
|
2101
|
+
"character": 2,
|
|
2102
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L108"
|
|
1520
2103
|
}
|
|
1521
2104
|
],
|
|
1522
2105
|
"type": {
|
|
@@ -1525,19 +2108,29 @@
|
|
|
1525
2108
|
}
|
|
1526
2109
|
},
|
|
1527
2110
|
{
|
|
1528
|
-
"id":
|
|
2111
|
+
"id": 100,
|
|
1529
2112
|
"name": "showIterator",
|
|
2113
|
+
"variant": "declaration",
|
|
1530
2114
|
"kind": 1024,
|
|
1531
|
-
"kindString": "Property",
|
|
1532
2115
|
"flags": {
|
|
1533
2116
|
"isOptional": true
|
|
1534
2117
|
},
|
|
1535
2118
|
"comment": {
|
|
1536
|
-
"
|
|
1537
|
-
|
|
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": [
|
|
1538
2126
|
{
|
|
1539
|
-
"tag": "default",
|
|
1540
|
-
"
|
|
2127
|
+
"tag": "@default",
|
|
2128
|
+
"content": [
|
|
2129
|
+
{
|
|
2130
|
+
"kind": "code",
|
|
2131
|
+
"text": "```ts\nfalse\n```"
|
|
2132
|
+
}
|
|
2133
|
+
]
|
|
1541
2134
|
}
|
|
1542
2135
|
]
|
|
1543
2136
|
},
|
|
@@ -1545,7 +2138,8 @@
|
|
|
1545
2138
|
{
|
|
1546
2139
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1547
2140
|
"line": 86,
|
|
1548
|
-
"character": 2
|
|
2141
|
+
"character": 2,
|
|
2142
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L86"
|
|
1549
2143
|
}
|
|
1550
2144
|
],
|
|
1551
2145
|
"type": {
|
|
@@ -1557,22 +2151,21 @@
|
|
|
1557
2151
|
"groups": [
|
|
1558
2152
|
{
|
|
1559
2153
|
"title": "Properties",
|
|
1560
|
-
"kind": 1024,
|
|
1561
2154
|
"children": [
|
|
1562
|
-
88,
|
|
1563
|
-
89,
|
|
1564
2155
|
90,
|
|
1565
2156
|
91,
|
|
1566
2157
|
92,
|
|
1567
|
-
100,
|
|
1568
|
-
99,
|
|
1569
|
-
94,
|
|
1570
2158
|
93,
|
|
1571
|
-
|
|
2159
|
+
94,
|
|
2160
|
+
102,
|
|
2161
|
+
101,
|
|
1572
2162
|
96,
|
|
2163
|
+
95,
|
|
1573
2164
|
97,
|
|
1574
|
-
|
|
1575
|
-
|
|
2165
|
+
98,
|
|
2166
|
+
99,
|
|
2167
|
+
103,
|
|
2168
|
+
100
|
|
1576
2169
|
]
|
|
1577
2170
|
}
|
|
1578
2171
|
],
|
|
@@ -1580,33 +2173,40 @@
|
|
|
1580
2173
|
{
|
|
1581
2174
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1582
2175
|
"line": 7,
|
|
1583
|
-
"character": 17
|
|
2176
|
+
"character": 17,
|
|
2177
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L7"
|
|
1584
2178
|
}
|
|
1585
2179
|
]
|
|
1586
2180
|
},
|
|
1587
2181
|
{
|
|
1588
|
-
"id":
|
|
2182
|
+
"id": 116,
|
|
1589
2183
|
"name": "SkyFlyoutPermalink",
|
|
2184
|
+
"variant": "declaration",
|
|
1590
2185
|
"kind": 256,
|
|
1591
|
-
"kindString": "Interface",
|
|
1592
2186
|
"flags": {},
|
|
1593
2187
|
"children": [
|
|
1594
2188
|
{
|
|
1595
|
-
"id":
|
|
2189
|
+
"id": 117,
|
|
1596
2190
|
"name": "label",
|
|
2191
|
+
"variant": "declaration",
|
|
1597
2192
|
"kind": 1024,
|
|
1598
|
-
"kindString": "Property",
|
|
1599
2193
|
"flags": {
|
|
1600
2194
|
"isOptional": true
|
|
1601
2195
|
},
|
|
1602
2196
|
"comment": {
|
|
1603
|
-
"
|
|
2197
|
+
"summary": [
|
|
2198
|
+
{
|
|
2199
|
+
"kind": "text",
|
|
2200
|
+
"text": "The text label for the permalink button."
|
|
2201
|
+
}
|
|
2202
|
+
]
|
|
1604
2203
|
},
|
|
1605
2204
|
"sources": [
|
|
1606
2205
|
{
|
|
1607
2206
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1608
2207
|
"line": 7,
|
|
1609
|
-
"character": 2
|
|
2208
|
+
"character": 2,
|
|
2209
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L7"
|
|
1610
2210
|
}
|
|
1611
2211
|
],
|
|
1612
2212
|
"type": {
|
|
@@ -1615,43 +2215,58 @@
|
|
|
1615
2215
|
}
|
|
1616
2216
|
},
|
|
1617
2217
|
{
|
|
1618
|
-
"id":
|
|
2218
|
+
"id": 118,
|
|
1619
2219
|
"name": "route",
|
|
2220
|
+
"variant": "declaration",
|
|
1620
2221
|
"kind": 1024,
|
|
1621
|
-
"kindString": "Property",
|
|
1622
2222
|
"flags": {
|
|
1623
2223
|
"isOptional": true
|
|
1624
2224
|
},
|
|
1625
2225
|
"comment": {
|
|
1626
|
-
"
|
|
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
|
+
]
|
|
1627
2240
|
},
|
|
1628
2241
|
"sources": [
|
|
1629
2242
|
{
|
|
1630
2243
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1631
2244
|
"line": 15,
|
|
1632
|
-
"character": 2
|
|
2245
|
+
"character": 2,
|
|
2246
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
1633
2247
|
}
|
|
1634
2248
|
],
|
|
1635
2249
|
"type": {
|
|
1636
2250
|
"type": "reflection",
|
|
1637
2251
|
"declaration": {
|
|
1638
|
-
"id":
|
|
2252
|
+
"id": 119,
|
|
1639
2253
|
"name": "__type",
|
|
2254
|
+
"variant": "declaration",
|
|
1640
2255
|
"kind": 65536,
|
|
1641
|
-
"kindString": "Type literal",
|
|
1642
2256
|
"flags": {},
|
|
1643
2257
|
"children": [
|
|
1644
2258
|
{
|
|
1645
|
-
"id":
|
|
2259
|
+
"id": 120,
|
|
1646
2260
|
"name": "commands",
|
|
2261
|
+
"variant": "declaration",
|
|
1647
2262
|
"kind": 1024,
|
|
1648
|
-
"kindString": "Property",
|
|
1649
2263
|
"flags": {},
|
|
1650
2264
|
"sources": [
|
|
1651
2265
|
{
|
|
1652
2266
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
1653
2267
|
"line": 16,
|
|
1654
|
-
"character": 4
|
|
2268
|
+
"character": 4,
|
|
2269
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L16"
|
|
1655
2270
|
}
|
|
1656
2271
|
],
|
|
1657
2272
|
"type": {
|
|
@@ -1663,10 +2278,10 @@
|
|
|
1663
2278
|
}
|
|
1664
2279
|
},
|
|
1665
2280
|
{
|
|
1666
|
-
"id":
|
|
2281
|
+
"id": 121,
|
|
1667
2282
|
"name": "extras",
|
|
2283
|
+
"variant": "declaration",
|
|
1668
2284
|
"kind": 1024,
|
|
1669
|
-
"kindString": "Property",
|
|
1670
2285
|
"flags": {
|
|
1671
2286
|
"isOptional": true
|
|
1672
2287
|
},
|
|
@@ -1674,46 +2289,63 @@
|
|
|
1674
2289
|
{
|
|
1675
2290
|
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
1676
2291
|
"line": 17,
|
|
1677
|
-
"character": 4
|
|
2292
|
+
"character": 4,
|
|
2293
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L17"
|
|
1678
2294
|
}
|
|
1679
2295
|
],
|
|
1680
2296
|
"type": {
|
|
1681
2297
|
"type": "reference",
|
|
1682
|
-
"
|
|
1683
|
-
|
|
1684
|
-
|
|
2298
|
+
"target": {
|
|
2299
|
+
"sourceFileName": "node_modules/@angular/router/index.d.ts",
|
|
2300
|
+
"qualifiedName": "NavigationExtras"
|
|
2301
|
+
},
|
|
2302
|
+
"name": "NavigationExtras",
|
|
2303
|
+
"package": "@angular/router"
|
|
1685
2304
|
}
|
|
1686
2305
|
}
|
|
1687
2306
|
],
|
|
1688
2307
|
"groups": [
|
|
1689
2308
|
{
|
|
1690
2309
|
"title": "Properties",
|
|
1691
|
-
"kind": 1024,
|
|
1692
2310
|
"children": [
|
|
1693
|
-
|
|
1694
|
-
|
|
2311
|
+
120,
|
|
2312
|
+
121
|
|
1695
2313
|
]
|
|
1696
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/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
2322
|
+
}
|
|
1697
2323
|
]
|
|
1698
2324
|
}
|
|
1699
2325
|
}
|
|
1700
2326
|
},
|
|
1701
2327
|
{
|
|
1702
|
-
"id":
|
|
2328
|
+
"id": 122,
|
|
1703
2329
|
"name": "url",
|
|
2330
|
+
"variant": "declaration",
|
|
1704
2331
|
"kind": 1024,
|
|
1705
|
-
"kindString": "Property",
|
|
1706
2332
|
"flags": {
|
|
1707
2333
|
"isOptional": true
|
|
1708
2334
|
},
|
|
1709
2335
|
"comment": {
|
|
1710
|
-
"
|
|
2336
|
+
"summary": [
|
|
2337
|
+
{
|
|
2338
|
+
"kind": "text",
|
|
2339
|
+
"text": "The external URL for the permalink."
|
|
2340
|
+
}
|
|
2341
|
+
]
|
|
1711
2342
|
},
|
|
1712
2343
|
"sources": [
|
|
1713
2344
|
{
|
|
1714
2345
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1715
2346
|
"line": 23,
|
|
1716
|
-
"character": 2
|
|
2347
|
+
"character": 2,
|
|
2348
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L23"
|
|
1717
2349
|
}
|
|
1718
2350
|
],
|
|
1719
2351
|
"type": {
|
|
@@ -1725,11 +2357,10 @@
|
|
|
1725
2357
|
"groups": [
|
|
1726
2358
|
{
|
|
1727
2359
|
"title": "Properties",
|
|
1728
|
-
"kind": 1024,
|
|
1729
2360
|
"children": [
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
2361
|
+
117,
|
|
2362
|
+
118,
|
|
2363
|
+
122
|
|
1733
2364
|
]
|
|
1734
2365
|
}
|
|
1735
2366
|
],
|
|
@@ -1737,7 +2368,8 @@
|
|
|
1737
2368
|
{
|
|
1738
2369
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
1739
2370
|
"line": 3,
|
|
1740
|
-
"character": 17
|
|
2371
|
+
"character": 17,
|
|
2372
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L3"
|
|
1741
2373
|
}
|
|
1742
2374
|
]
|
|
1743
2375
|
}
|
|
@@ -1745,9 +2377,8 @@
|
|
|
1745
2377
|
"groups": [
|
|
1746
2378
|
{
|
|
1747
2379
|
"title": "Classes",
|
|
1748
|
-
"kind": 128,
|
|
1749
2380
|
"children": [
|
|
1750
|
-
|
|
2381
|
+
82,
|
|
1751
2382
|
1,
|
|
1752
2383
|
35,
|
|
1753
2384
|
38
|
|
@@ -1755,22 +2386,355 @@
|
|
|
1755
2386
|
},
|
|
1756
2387
|
{
|
|
1757
2388
|
"title": "Interfaces",
|
|
1758
|
-
"kind": 256,
|
|
1759
2389
|
"children": [
|
|
1760
|
-
|
|
1761
|
-
85,
|
|
2390
|
+
76,
|
|
1762
2391
|
87,
|
|
1763
|
-
|
|
2392
|
+
89,
|
|
2393
|
+
116
|
|
1764
2394
|
]
|
|
1765
2395
|
}
|
|
1766
2396
|
],
|
|
1767
|
-
"
|
|
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
|
+
},
|
|
1768
2407
|
{
|
|
1769
|
-
"
|
|
1770
|
-
"
|
|
1771
|
-
|
|
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
|
+
"56": {
|
|
2558
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2559
|
+
"qualifiedName": "SkyFlyoutService.ngOnDestroy"
|
|
2560
|
+
},
|
|
2561
|
+
"57": {
|
|
2562
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2563
|
+
"qualifiedName": "SkyFlyoutService.ngOnDestroy"
|
|
2564
|
+
},
|
|
2565
|
+
"58": {
|
|
2566
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2567
|
+
"qualifiedName": "SkyFlyoutService.close"
|
|
2568
|
+
},
|
|
2569
|
+
"59": {
|
|
2570
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2571
|
+
"qualifiedName": "SkyFlyoutService.close"
|
|
2572
|
+
},
|
|
2573
|
+
"60": {
|
|
2574
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2575
|
+
"qualifiedName": "args"
|
|
2576
|
+
},
|
|
2577
|
+
"61": {
|
|
2578
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2579
|
+
"qualifiedName": "SkyFlyoutService.open"
|
|
2580
|
+
},
|
|
2581
|
+
"62": {
|
|
2582
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2583
|
+
"qualifiedName": "SkyFlyoutService.open"
|
|
2584
|
+
},
|
|
2585
|
+
"63": {
|
|
2586
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2587
|
+
"qualifiedName": "T"
|
|
2588
|
+
},
|
|
2589
|
+
"64": {
|
|
2590
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2591
|
+
"qualifiedName": "component"
|
|
2592
|
+
},
|
|
2593
|
+
"65": {
|
|
2594
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2595
|
+
"qualifiedName": "config"
|
|
2596
|
+
},
|
|
2597
|
+
"76": {
|
|
2598
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2599
|
+
"qualifiedName": "SkyFlyoutAction"
|
|
2600
|
+
},
|
|
2601
|
+
"77": {
|
|
2602
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2603
|
+
"qualifiedName": "SkyFlyoutAction.label"
|
|
2604
|
+
},
|
|
2605
|
+
"78": {
|
|
2606
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2607
|
+
"qualifiedName": "SkyFlyoutAction.callback"
|
|
2608
|
+
},
|
|
2609
|
+
"79": {
|
|
2610
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2611
|
+
"qualifiedName": "__type"
|
|
2612
|
+
},
|
|
2613
|
+
"80": {
|
|
2614
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2615
|
+
"qualifiedName": "__type"
|
|
2616
|
+
},
|
|
2617
|
+
"81": {
|
|
2618
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2619
|
+
"qualifiedName": "SkyFlyoutAction.closeAfterInvoking"
|
|
2620
|
+
},
|
|
2621
|
+
"82": {
|
|
2622
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2623
|
+
"qualifiedName": "SkyFlyoutBeforeCloseHandler"
|
|
2624
|
+
},
|
|
2625
|
+
"83": {
|
|
2626
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2627
|
+
"qualifiedName": "SkyFlyoutBeforeCloseHandler.__constructor"
|
|
2628
|
+
},
|
|
2629
|
+
"84": {
|
|
2630
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2631
|
+
"qualifiedName": "SkyFlyoutBeforeCloseHandler"
|
|
2632
|
+
},
|
|
2633
|
+
"85": {
|
|
2634
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2635
|
+
"qualifiedName": "closeFlyoutFunction"
|
|
2636
|
+
},
|
|
2637
|
+
"86": {
|
|
2638
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2639
|
+
"qualifiedName": "SkyFlyoutBeforeCloseHandler.closeFlyout"
|
|
2640
|
+
},
|
|
2641
|
+
"87": {
|
|
2642
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts",
|
|
2643
|
+
"qualifiedName": "SkyFlyoutCloseArgs"
|
|
2644
|
+
},
|
|
2645
|
+
"88": {
|
|
2646
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts",
|
|
2647
|
+
"qualifiedName": "SkyFlyoutCloseArgs.ignoreBeforeClose"
|
|
2648
|
+
},
|
|
2649
|
+
"89": {
|
|
2650
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2651
|
+
"qualifiedName": "SkyFlyoutConfig"
|
|
2652
|
+
},
|
|
2653
|
+
"90": {
|
|
2654
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2655
|
+
"qualifiedName": "SkyFlyoutConfig.ariaDescribedBy"
|
|
2656
|
+
},
|
|
2657
|
+
"91": {
|
|
2658
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2659
|
+
"qualifiedName": "SkyFlyoutConfig.ariaLabel"
|
|
2660
|
+
},
|
|
2661
|
+
"92": {
|
|
2662
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2663
|
+
"qualifiedName": "SkyFlyoutConfig.ariaLabelledBy"
|
|
2664
|
+
},
|
|
2665
|
+
"93": {
|
|
2666
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2667
|
+
"qualifiedName": "SkyFlyoutConfig.ariaRole"
|
|
2668
|
+
},
|
|
2669
|
+
"94": {
|
|
2670
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2671
|
+
"qualifiedName": "SkyFlyoutConfig.defaultWidth"
|
|
2672
|
+
},
|
|
2673
|
+
"95": {
|
|
2674
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2675
|
+
"qualifiedName": "SkyFlyoutConfig.minWidth"
|
|
2676
|
+
},
|
|
2677
|
+
"96": {
|
|
2678
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2679
|
+
"qualifiedName": "SkyFlyoutConfig.maxWidth"
|
|
2680
|
+
},
|
|
2681
|
+
"97": {
|
|
2682
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2683
|
+
"qualifiedName": "SkyFlyoutConfig.permalink"
|
|
2684
|
+
},
|
|
2685
|
+
"98": {
|
|
2686
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2687
|
+
"qualifiedName": "SkyFlyoutConfig.primaryAction"
|
|
2688
|
+
},
|
|
2689
|
+
"99": {
|
|
2690
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2691
|
+
"qualifiedName": "SkyFlyoutConfig.providers"
|
|
2692
|
+
},
|
|
2693
|
+
"100": {
|
|
2694
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2695
|
+
"qualifiedName": "SkyFlyoutConfig.showIterator"
|
|
2696
|
+
},
|
|
2697
|
+
"101": {
|
|
2698
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2699
|
+
"qualifiedName": "SkyFlyoutConfig.iteratorPreviousButtonDisabled"
|
|
2700
|
+
},
|
|
2701
|
+
"102": {
|
|
2702
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2703
|
+
"qualifiedName": "SkyFlyoutConfig.iteratorNextButtonDisabled"
|
|
2704
|
+
},
|
|
2705
|
+
"103": {
|
|
2706
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2707
|
+
"qualifiedName": "SkyFlyoutConfig.settingsKey"
|
|
2708
|
+
},
|
|
2709
|
+
"116": {
|
|
2710
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2711
|
+
"qualifiedName": "SkyFlyoutPermalink"
|
|
2712
|
+
},
|
|
2713
|
+
"117": {
|
|
2714
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2715
|
+
"qualifiedName": "SkyFlyoutPermalink.label"
|
|
2716
|
+
},
|
|
2717
|
+
"118": {
|
|
2718
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2719
|
+
"qualifiedName": "SkyFlyoutPermalink.route"
|
|
2720
|
+
},
|
|
2721
|
+
"119": {
|
|
2722
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2723
|
+
"qualifiedName": "__type"
|
|
2724
|
+
},
|
|
2725
|
+
"120": {
|
|
2726
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2727
|
+
"qualifiedName": "__type.commands"
|
|
2728
|
+
},
|
|
2729
|
+
"121": {
|
|
2730
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2731
|
+
"qualifiedName": "__type.extras"
|
|
2732
|
+
},
|
|
2733
|
+
"122": {
|
|
2734
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2735
|
+
"qualifiedName": "SkyFlyoutPermalink.url"
|
|
1772
2736
|
}
|
|
1773
|
-
|
|
2737
|
+
}
|
|
1774
2738
|
},
|
|
1775
2739
|
"codeExamples": [
|
|
1776
2740
|
{
|