@skyux/flyout 5.0.4 → 5.5.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -4
- package/bundles/skyux-flyout.umd.js +123 -31
- package/documentation.json +486 -162
- package/esm2015/index.js +14 -0
- package/esm2015/index.js.map +1 -0
- package/esm2015/lib/modules/flyout/flyout-adapter.service.js +64 -0
- package/esm2015/lib/modules/flyout/flyout-adapter.service.js.map +1 -0
- package/esm2015/lib/modules/flyout/flyout-instance.js +109 -0
- package/esm2015/lib/modules/flyout/flyout-instance.js.map +1 -0
- package/esm2015/lib/modules/flyout/flyout-iterator.component.js +59 -0
- package/esm2015/lib/modules/flyout/flyout-iterator.component.js.map +1 -0
- package/esm2015/lib/modules/flyout/flyout-media-query.service.js +72 -0
- package/esm2015/lib/modules/flyout/flyout-media-query.service.js.map +1 -0
- package/esm2015/lib/modules/flyout/flyout.component.js +505 -0
- package/esm2015/lib/modules/flyout/flyout.component.js.map +1 -0
- package/esm2015/lib/modules/flyout/flyout.module.js +56 -0
- package/esm2015/lib/modules/flyout/flyout.module.js.map +1 -0
- package/esm2015/lib/modules/flyout/flyout.service.js +167 -0
- package/esm2015/lib/modules/flyout/flyout.service.js.map +1 -0
- package/esm2015/lib/modules/flyout/types/flyout-action.js +2 -0
- package/esm2015/lib/modules/flyout/types/flyout-action.js.map +1 -0
- package/esm2015/lib/modules/flyout/types/flyout-before-close-handler.js +9 -0
- package/esm2015/lib/modules/flyout/types/flyout-before-close-handler.js.map +1 -0
- package/esm2015/lib/modules/flyout/types/flyout-close-args.js +2 -0
- package/esm2015/lib/modules/flyout/types/flyout-close-args.js.map +1 -0
- package/esm2015/lib/modules/flyout/types/flyout-config.js +2 -0
- package/esm2015/lib/modules/flyout/types/flyout-config.js.map +1 -0
- package/esm2015/lib/modules/flyout/types/flyout-message-type.js +13 -0
- package/esm2015/lib/modules/flyout/types/flyout-message-type.js.map +1 -0
- package/esm2015/lib/modules/flyout/types/flyout-message.js +2 -0
- package/esm2015/lib/modules/flyout/types/flyout-message.js.map +1 -0
- package/esm2015/lib/modules/flyout/types/flyout-permalink.js +2 -0
- package/esm2015/lib/modules/flyout/types/flyout-permalink.js.map +1 -0
- package/esm2015/lib/modules/shared/sky-flyout-resources.module.js +54 -0
- package/esm2015/lib/modules/shared/sky-flyout-resources.module.js.map +1 -0
- package/esm2015/skyux-flyout.js +2 -2
- package/esm2015/skyux-flyout.js.map +1 -0
- package/fesm2015/skyux-flyout.js +110 -25
- package/fesm2015/skyux-flyout.js.map +1 -1
- package/index.d.ts +11 -0
- package/{modules → lib/modules}/flyout/flyout-adapter.service.d.ts +0 -0
- package/{modules → lib/modules}/flyout/flyout-instance.d.ts +12 -2
- package/{modules → lib/modules}/flyout/flyout-iterator.component.d.ts +0 -0
- package/{modules → lib/modules}/flyout/flyout-media-query.service.d.ts +0 -0
- package/{modules → lib/modules}/flyout/flyout.component.d.ts +11 -2
- package/lib/modules/flyout/flyout.module.d.ts +17 -0
- package/{modules → lib/modules}/flyout/flyout.service.d.ts +7 -3
- package/{modules → lib/modules}/flyout/types/flyout-action.d.ts +0 -0
- package/lib/modules/flyout/types/flyout-before-close-handler.d.ts +10 -0
- package/lib/modules/flyout/types/flyout-close-args.d.ts +9 -0
- package/{modules → lib/modules}/flyout/types/flyout-config.d.ts +11 -1
- package/{modules → lib/modules}/flyout/types/flyout-message-type.d.ts +0 -0
- package/{modules → lib/modules}/flyout/types/flyout-message.d.ts +3 -0
- package/{modules → lib/modules}/flyout/types/flyout-permalink.d.ts +0 -0
- package/{modules → lib/modules}/shared/sky-flyout-resources.module.d.ts +0 -0
- package/package.json +21 -6
- package/skyux-flyout.d.ts +1 -1
- package/LICENSE +0 -21
- package/esm2015/modules/flyout/flyout-adapter.service.js +0 -64
- package/esm2015/modules/flyout/flyout-instance.js +0 -98
- package/esm2015/modules/flyout/flyout-iterator.component.js +0 -59
- package/esm2015/modules/flyout/flyout-media-query.service.js +0 -72
- package/esm2015/modules/flyout/flyout.component.js +0 -456
- package/esm2015/modules/flyout/flyout.module.js +0 -52
- package/esm2015/modules/flyout/flyout.service.js +0 -152
- package/esm2015/modules/flyout/types/flyout-action.js +0 -2
- package/esm2015/modules/flyout/types/flyout-config.js +0 -2
- package/esm2015/modules/flyout/types/flyout-message-type.js +0 -13
- package/esm2015/modules/flyout/types/flyout-message.js +0 -2
- package/esm2015/modules/flyout/types/flyout-permalink.js +0 -2
- package/esm2015/modules/shared/sky-flyout-resources.module.js +0 -54
- package/esm2015/public-api.js +0 -12
- package/modules/flyout/flyout.module.d.ts +0 -16
- package/public-api.d.ts +0 -9
package/documentation.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"anchorIds": {
|
|
3
|
+
"SkyFlyoutBeforeCloseHandler": "class-skyflyoutbeforeclosehandler",
|
|
3
4
|
"SkyFlyoutInstance": "class-skyflyoutinstance",
|
|
4
5
|
"SkyFlyoutModule": "class-skyflyoutmodule",
|
|
5
6
|
"SkyFlyoutService": "class-skyflyoutservice",
|
|
6
7
|
"SkyFlyoutAction": "interface-skyflyoutaction",
|
|
8
|
+
"SkyFlyoutCloseArgs": "interface-skyflyoutcloseargs",
|
|
7
9
|
"SkyFlyoutConfig": "interface-skyflyoutconfig",
|
|
8
10
|
"SkyFlyoutPermalink": "interface-skyflyoutpermalink"
|
|
9
11
|
},
|
|
@@ -16,7 +18,111 @@
|
|
|
16
18
|
"originalName": "",
|
|
17
19
|
"children": [
|
|
18
20
|
{
|
|
19
|
-
"id":
|
|
21
|
+
"id": 197,
|
|
22
|
+
"name": "SkyFlyoutBeforeCloseHandler",
|
|
23
|
+
"kind": 128,
|
|
24
|
+
"kindString": "Class",
|
|
25
|
+
"flags": {},
|
|
26
|
+
"comment": {
|
|
27
|
+
"shortText": "Handler for notifying the flyout when it is appropriate to close the flyout. This will be returned from the flyout instance's `beforeClose` observable."
|
|
28
|
+
},
|
|
29
|
+
"children": [
|
|
30
|
+
{
|
|
31
|
+
"id": 198,
|
|
32
|
+
"name": "constructor",
|
|
33
|
+
"kind": 512,
|
|
34
|
+
"kindString": "Constructor",
|
|
35
|
+
"flags": {},
|
|
36
|
+
"sources": [
|
|
37
|
+
{
|
|
38
|
+
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
39
|
+
"line": 10,
|
|
40
|
+
"character": 2
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"signatures": [
|
|
44
|
+
{
|
|
45
|
+
"id": 199,
|
|
46
|
+
"name": "new SkyFlyoutBeforeCloseHandler",
|
|
47
|
+
"kind": 16384,
|
|
48
|
+
"kindString": "Constructor signature",
|
|
49
|
+
"flags": {},
|
|
50
|
+
"parameters": [
|
|
51
|
+
{
|
|
52
|
+
"id": 200,
|
|
53
|
+
"name": "closeFlyoutFunction",
|
|
54
|
+
"kind": 32768,
|
|
55
|
+
"kindString": "Parameter",
|
|
56
|
+
"flags": {},
|
|
57
|
+
"type": {
|
|
58
|
+
"type": "reference",
|
|
59
|
+
"qualifiedName": "Function",
|
|
60
|
+
"package": "typescript",
|
|
61
|
+
"name": "Function"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"type": {
|
|
66
|
+
"type": "reference",
|
|
67
|
+
"id": 197,
|
|
68
|
+
"name": "SkyFlyoutBeforeCloseHandler"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": 201,
|
|
75
|
+
"name": "closeFlyout",
|
|
76
|
+
"kind": 1024,
|
|
77
|
+
"kindString": "Property",
|
|
78
|
+
"flags": {
|
|
79
|
+
"isPublic": true,
|
|
80
|
+
"isReadonly": true
|
|
81
|
+
},
|
|
82
|
+
"comment": {
|
|
83
|
+
"shortText": "Function which should be called to close the flyout. This should be called once any intervening actions have completed."
|
|
84
|
+
},
|
|
85
|
+
"sources": [
|
|
86
|
+
{
|
|
87
|
+
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
88
|
+
"line": 8,
|
|
89
|
+
"character": 18
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"type": {
|
|
93
|
+
"type": "reference",
|
|
94
|
+
"qualifiedName": "Function",
|
|
95
|
+
"package": "typescript",
|
|
96
|
+
"name": "Function"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"groups": [
|
|
101
|
+
{
|
|
102
|
+
"title": "Constructors",
|
|
103
|
+
"kind": 512,
|
|
104
|
+
"children": [
|
|
105
|
+
198
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"title": "Properties",
|
|
110
|
+
"kind": 1024,
|
|
111
|
+
"children": [
|
|
112
|
+
201
|
|
113
|
+
]
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"sources": [
|
|
117
|
+
{
|
|
118
|
+
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
119
|
+
"line": 4,
|
|
120
|
+
"character": 13
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"id": 123,
|
|
20
126
|
"name": "SkyFlyoutInstance",
|
|
21
127
|
"kind": 128,
|
|
22
128
|
"kindString": "Class",
|
|
@@ -26,7 +132,7 @@
|
|
|
26
132
|
},
|
|
27
133
|
"children": [
|
|
28
134
|
{
|
|
29
|
-
"id":
|
|
135
|
+
"id": 124,
|
|
30
136
|
"name": "constructor",
|
|
31
137
|
"kind": 512,
|
|
32
138
|
"kindString": "Constructor",
|
|
@@ -34,20 +140,20 @@
|
|
|
34
140
|
"sources": [
|
|
35
141
|
{
|
|
36
142
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
37
|
-
"line":
|
|
143
|
+
"line": 117,
|
|
38
144
|
"character": 2
|
|
39
145
|
}
|
|
40
146
|
],
|
|
41
147
|
"signatures": [
|
|
42
148
|
{
|
|
43
|
-
"id":
|
|
149
|
+
"id": 125,
|
|
44
150
|
"name": "new SkyFlyoutInstance",
|
|
45
151
|
"kind": 16384,
|
|
46
152
|
"kindString": "Constructor signature",
|
|
47
153
|
"flags": {},
|
|
48
154
|
"typeParameter": [
|
|
49
155
|
{
|
|
50
|
-
"id":
|
|
156
|
+
"id": 126,
|
|
51
157
|
"name": "T",
|
|
52
158
|
"kind": 131072,
|
|
53
159
|
"kindString": "Type parameter",
|
|
@@ -56,11 +162,11 @@
|
|
|
56
162
|
],
|
|
57
163
|
"type": {
|
|
58
164
|
"type": "reference",
|
|
59
|
-
"id":
|
|
165
|
+
"id": 123,
|
|
60
166
|
"typeArguments": [
|
|
61
167
|
{
|
|
62
168
|
"type": "reference",
|
|
63
|
-
"id":
|
|
169
|
+
"id": 126,
|
|
64
170
|
"name": "T"
|
|
65
171
|
}
|
|
66
172
|
],
|
|
@@ -70,7 +176,7 @@
|
|
|
70
176
|
]
|
|
71
177
|
},
|
|
72
178
|
{
|
|
73
|
-
"id":
|
|
179
|
+
"id": 129,
|
|
74
180
|
"name": "closed",
|
|
75
181
|
"kind": 1024,
|
|
76
182
|
"kindString": "Property",
|
|
@@ -83,7 +189,7 @@
|
|
|
83
189
|
"sources": [
|
|
84
190
|
{
|
|
85
191
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
86
|
-
"line":
|
|
192
|
+
"line": 28,
|
|
87
193
|
"character": 9
|
|
88
194
|
}
|
|
89
195
|
],
|
|
@@ -95,12 +201,14 @@
|
|
|
95
201
|
"name": "void"
|
|
96
202
|
}
|
|
97
203
|
],
|
|
204
|
+
"qualifiedName": "EventEmitter",
|
|
205
|
+
"package": "@angular/core",
|
|
98
206
|
"name": "EventEmitter"
|
|
99
207
|
},
|
|
100
208
|
"defaultValue": "..."
|
|
101
209
|
},
|
|
102
210
|
{
|
|
103
|
-
"id":
|
|
211
|
+
"id": 130,
|
|
104
212
|
"name": "componentInstance",
|
|
105
213
|
"kind": 1024,
|
|
106
214
|
"kindString": "Property",
|
|
@@ -113,18 +221,18 @@
|
|
|
113
221
|
"sources": [
|
|
114
222
|
{
|
|
115
223
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
116
|
-
"line":
|
|
224
|
+
"line": 33,
|
|
117
225
|
"character": 9
|
|
118
226
|
}
|
|
119
227
|
],
|
|
120
228
|
"type": {
|
|
121
229
|
"type": "reference",
|
|
122
|
-
"id":
|
|
230
|
+
"id": 126,
|
|
123
231
|
"name": "T"
|
|
124
232
|
}
|
|
125
233
|
},
|
|
126
234
|
{
|
|
127
|
-
"id":
|
|
235
|
+
"id": 133,
|
|
128
236
|
"name": "isOpen",
|
|
129
237
|
"kind": 1024,
|
|
130
238
|
"kindString": "Property",
|
|
@@ -143,7 +251,7 @@
|
|
|
143
251
|
"sources": [
|
|
144
252
|
{
|
|
145
253
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
146
|
-
"line":
|
|
254
|
+
"line": 47,
|
|
147
255
|
"character": 9
|
|
148
256
|
}
|
|
149
257
|
],
|
|
@@ -154,7 +262,48 @@
|
|
|
154
262
|
"defaultValue": "true"
|
|
155
263
|
},
|
|
156
264
|
{
|
|
157
|
-
"id":
|
|
265
|
+
"id": 127,
|
|
266
|
+
"name": "beforeClose",
|
|
267
|
+
"kind": 262144,
|
|
268
|
+
"kindString": "Accessor",
|
|
269
|
+
"flags": {
|
|
270
|
+
"isPublic": true
|
|
271
|
+
},
|
|
272
|
+
"sources": [
|
|
273
|
+
{
|
|
274
|
+
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
275
|
+
"line": 21,
|
|
276
|
+
"character": 13
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"getSignature": [
|
|
280
|
+
{
|
|
281
|
+
"id": 128,
|
|
282
|
+
"name": "beforeClose",
|
|
283
|
+
"kind": 524288,
|
|
284
|
+
"kindString": "Get signature",
|
|
285
|
+
"flags": {},
|
|
286
|
+
"comment": {
|
|
287
|
+
"shortText": "An event that the modal instance emits when it is about to close.\nIf a subscription exists for this event,\nthe modal does not close until the subscriber calls the handler's `closeModal` method."
|
|
288
|
+
},
|
|
289
|
+
"type": {
|
|
290
|
+
"type": "reference",
|
|
291
|
+
"typeArguments": [
|
|
292
|
+
{
|
|
293
|
+
"type": "reference",
|
|
294
|
+
"id": 197,
|
|
295
|
+
"name": "SkyFlyoutBeforeCloseHandler"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"qualifiedName": "Observable",
|
|
299
|
+
"package": "rxjs",
|
|
300
|
+
"name": "Observable"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"id": 134,
|
|
158
307
|
"name": "iteratorNextButtonClick",
|
|
159
308
|
"kind": 262144,
|
|
160
309
|
"kindString": "Accessor",
|
|
@@ -164,13 +313,13 @@
|
|
|
164
313
|
"sources": [
|
|
165
314
|
{
|
|
166
315
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
167
|
-
"line":
|
|
316
|
+
"line": 52,
|
|
168
317
|
"character": 13
|
|
169
318
|
}
|
|
170
319
|
],
|
|
171
320
|
"getSignature": [
|
|
172
321
|
{
|
|
173
|
-
"id":
|
|
322
|
+
"id": 135,
|
|
174
323
|
"name": "iteratorNextButtonClick",
|
|
175
324
|
"kind": 524288,
|
|
176
325
|
"kindString": "Get signature",
|
|
@@ -186,13 +335,15 @@
|
|
|
186
335
|
"name": "void"
|
|
187
336
|
}
|
|
188
337
|
],
|
|
338
|
+
"qualifiedName": "EventEmitter",
|
|
339
|
+
"package": "@angular/core",
|
|
189
340
|
"name": "EventEmitter"
|
|
190
341
|
}
|
|
191
342
|
}
|
|
192
343
|
]
|
|
193
344
|
},
|
|
194
345
|
{
|
|
195
|
-
"id":
|
|
346
|
+
"id": 138,
|
|
196
347
|
"name": "iteratorNextButtonDisabled",
|
|
197
348
|
"kind": 262144,
|
|
198
349
|
"kindString": "Accessor",
|
|
@@ -202,19 +353,25 @@
|
|
|
202
353
|
"sources": [
|
|
203
354
|
{
|
|
204
355
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
205
|
-
"line":
|
|
356
|
+
"line": 67,
|
|
206
357
|
"character": 13
|
|
207
358
|
}
|
|
208
359
|
],
|
|
209
360
|
"getSignature": [
|
|
210
361
|
{
|
|
211
|
-
"id":
|
|
362
|
+
"id": 139,
|
|
212
363
|
"name": "iteratorNextButtonDisabled",
|
|
213
364
|
"kind": 524288,
|
|
214
365
|
"kindString": "Get signature",
|
|
215
366
|
"flags": {},
|
|
216
367
|
"comment": {
|
|
217
|
-
"shortText": "Disables the next iterator button."
|
|
368
|
+
"shortText": "Disables the next iterator button.",
|
|
369
|
+
"tags": [
|
|
370
|
+
{
|
|
371
|
+
"tag": "default",
|
|
372
|
+
"text": "false\n"
|
|
373
|
+
}
|
|
374
|
+
]
|
|
218
375
|
},
|
|
219
376
|
"type": {
|
|
220
377
|
"type": "intrinsic",
|
|
@@ -224,7 +381,7 @@
|
|
|
224
381
|
],
|
|
225
382
|
"setSignature": [
|
|
226
383
|
{
|
|
227
|
-
"id":
|
|
384
|
+
"id": 140,
|
|
228
385
|
"name": "iteratorNextButtonDisabled",
|
|
229
386
|
"kind": 1048576,
|
|
230
387
|
"kindString": "Set signature",
|
|
@@ -240,7 +397,7 @@
|
|
|
240
397
|
},
|
|
241
398
|
"parameters": [
|
|
242
399
|
{
|
|
243
|
-
"id":
|
|
400
|
+
"id": 141,
|
|
244
401
|
"name": "newValue",
|
|
245
402
|
"kind": 32768,
|
|
246
403
|
"kindString": "Parameter",
|
|
@@ -259,7 +416,7 @@
|
|
|
259
416
|
]
|
|
260
417
|
},
|
|
261
418
|
{
|
|
262
|
-
"id":
|
|
419
|
+
"id": 136,
|
|
263
420
|
"name": "iteratorPreviousButtonClick",
|
|
264
421
|
"kind": 262144,
|
|
265
422
|
"kindString": "Accessor",
|
|
@@ -269,13 +426,13 @@
|
|
|
269
426
|
"sources": [
|
|
270
427
|
{
|
|
271
428
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
272
|
-
"line":
|
|
429
|
+
"line": 59,
|
|
273
430
|
"character": 13
|
|
274
431
|
}
|
|
275
432
|
],
|
|
276
433
|
"getSignature": [
|
|
277
434
|
{
|
|
278
|
-
"id":
|
|
435
|
+
"id": 137,
|
|
279
436
|
"name": "iteratorPreviousButtonClick",
|
|
280
437
|
"kind": 524288,
|
|
281
438
|
"kindString": "Get signature",
|
|
@@ -291,13 +448,15 @@
|
|
|
291
448
|
"name": "void"
|
|
292
449
|
}
|
|
293
450
|
],
|
|
451
|
+
"qualifiedName": "EventEmitter",
|
|
452
|
+
"package": "@angular/core",
|
|
294
453
|
"name": "EventEmitter"
|
|
295
454
|
}
|
|
296
455
|
}
|
|
297
456
|
]
|
|
298
457
|
},
|
|
299
458
|
{
|
|
300
|
-
"id":
|
|
459
|
+
"id": 142,
|
|
301
460
|
"name": "iteratorPreviousButtonDisabled",
|
|
302
461
|
"kind": 262144,
|
|
303
462
|
"kindString": "Accessor",
|
|
@@ -307,19 +466,25 @@
|
|
|
307
466
|
"sources": [
|
|
308
467
|
{
|
|
309
468
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
310
|
-
"line":
|
|
469
|
+
"line": 88,
|
|
311
470
|
"character": 13
|
|
312
471
|
}
|
|
313
472
|
],
|
|
314
473
|
"getSignature": [
|
|
315
474
|
{
|
|
316
|
-
"id":
|
|
475
|
+
"id": 143,
|
|
317
476
|
"name": "iteratorPreviousButtonDisabled",
|
|
318
477
|
"kind": 524288,
|
|
319
478
|
"kindString": "Get signature",
|
|
320
479
|
"flags": {},
|
|
321
480
|
"comment": {
|
|
322
|
-
"shortText": "Disables the previous iterator button."
|
|
481
|
+
"shortText": "Disables the previous iterator button.",
|
|
482
|
+
"tags": [
|
|
483
|
+
{
|
|
484
|
+
"tag": "default",
|
|
485
|
+
"text": "false\n"
|
|
486
|
+
}
|
|
487
|
+
]
|
|
323
488
|
},
|
|
324
489
|
"type": {
|
|
325
490
|
"type": "intrinsic",
|
|
@@ -329,7 +494,7 @@
|
|
|
329
494
|
],
|
|
330
495
|
"setSignature": [
|
|
331
496
|
{
|
|
332
|
-
"id":
|
|
497
|
+
"id": 144,
|
|
333
498
|
"name": "iteratorPreviousButtonDisabled",
|
|
334
499
|
"kind": 1048576,
|
|
335
500
|
"kindString": "Set signature",
|
|
@@ -345,7 +510,7 @@
|
|
|
345
510
|
},
|
|
346
511
|
"parameters": [
|
|
347
512
|
{
|
|
348
|
-
"id":
|
|
513
|
+
"id": 145,
|
|
349
514
|
"name": "newValue",
|
|
350
515
|
"kind": 32768,
|
|
351
516
|
"kindString": "Parameter",
|
|
@@ -364,7 +529,7 @@
|
|
|
364
529
|
]
|
|
365
530
|
},
|
|
366
531
|
{
|
|
367
|
-
"id":
|
|
532
|
+
"id": 152,
|
|
368
533
|
"name": "close",
|
|
369
534
|
"kind": 2048,
|
|
370
535
|
"kindString": "Method",
|
|
@@ -374,13 +539,13 @@
|
|
|
374
539
|
"sources": [
|
|
375
540
|
{
|
|
376
541
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
377
|
-
"line":
|
|
542
|
+
"line": 127,
|
|
378
543
|
"character": 9
|
|
379
544
|
}
|
|
380
545
|
],
|
|
381
546
|
"signatures": [
|
|
382
547
|
{
|
|
383
|
-
"id":
|
|
548
|
+
"id": 153,
|
|
384
549
|
"name": "close",
|
|
385
550
|
"kind": 4096,
|
|
386
551
|
"kindString": "Call signature",
|
|
@@ -388,6 +553,25 @@
|
|
|
388
553
|
"comment": {
|
|
389
554
|
"shortText": "Closes the flyout instance and emits its `closed` event."
|
|
390
555
|
},
|
|
556
|
+
"parameters": [
|
|
557
|
+
{
|
|
558
|
+
"id": 154,
|
|
559
|
+
"name": "args",
|
|
560
|
+
"kind": 32768,
|
|
561
|
+
"kindString": "Parameter",
|
|
562
|
+
"flags": {
|
|
563
|
+
"isOptional": true
|
|
564
|
+
},
|
|
565
|
+
"comment": {
|
|
566
|
+
"shortText": "Arguments used when closing the flyout.\n"
|
|
567
|
+
},
|
|
568
|
+
"type": {
|
|
569
|
+
"type": "reference",
|
|
570
|
+
"id": 202,
|
|
571
|
+
"name": "SkyFlyoutCloseArgs"
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
],
|
|
391
575
|
"type": {
|
|
392
576
|
"type": "intrinsic",
|
|
393
577
|
"name": "void"
|
|
@@ -401,46 +585,47 @@
|
|
|
401
585
|
"title": "Constructors",
|
|
402
586
|
"kind": 512,
|
|
403
587
|
"children": [
|
|
404
|
-
|
|
588
|
+
124
|
|
405
589
|
]
|
|
406
590
|
},
|
|
407
591
|
{
|
|
408
592
|
"title": "Properties",
|
|
409
593
|
"kind": 1024,
|
|
410
594
|
"children": [
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
595
|
+
129,
|
|
596
|
+
130,
|
|
597
|
+
133
|
|
414
598
|
]
|
|
415
599
|
},
|
|
416
600
|
{
|
|
417
601
|
"title": "Accessors",
|
|
418
602
|
"kind": 262144,
|
|
419
603
|
"children": [
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
604
|
+
127,
|
|
605
|
+
134,
|
|
606
|
+
138,
|
|
607
|
+
136,
|
|
608
|
+
142
|
|
424
609
|
]
|
|
425
610
|
},
|
|
426
611
|
{
|
|
427
612
|
"title": "Methods",
|
|
428
613
|
"kind": 2048,
|
|
429
614
|
"children": [
|
|
430
|
-
|
|
615
|
+
152
|
|
431
616
|
]
|
|
432
617
|
}
|
|
433
618
|
],
|
|
434
619
|
"sources": [
|
|
435
620
|
{
|
|
436
621
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
437
|
-
"line":
|
|
622
|
+
"line": 15,
|
|
438
623
|
"character": 13
|
|
439
624
|
}
|
|
440
625
|
],
|
|
441
626
|
"typeParameter": [
|
|
442
627
|
{
|
|
443
|
-
"id":
|
|
628
|
+
"id": 155,
|
|
444
629
|
"name": "T",
|
|
445
630
|
"kind": 131072,
|
|
446
631
|
"kindString": "Type parameter",
|
|
@@ -449,7 +634,7 @@
|
|
|
449
634
|
]
|
|
450
635
|
},
|
|
451
636
|
{
|
|
452
|
-
"id":
|
|
637
|
+
"id": 156,
|
|
453
638
|
"name": "SkyFlyoutModule",
|
|
454
639
|
"kind": 128,
|
|
455
640
|
"kindString": "Class",
|
|
@@ -459,30 +644,32 @@
|
|
|
459
644
|
"name": "NgModule",
|
|
460
645
|
"type": {
|
|
461
646
|
"type": "reference",
|
|
647
|
+
"qualifiedName": "NgModuleDecorator",
|
|
648
|
+
"package": "@angular/core",
|
|
462
649
|
"name": "NgModule"
|
|
463
650
|
},
|
|
464
651
|
"arguments": {
|
|
465
|
-
"obj": "{\n declarations: [SkyFlyoutComponent, SkyFlyoutIteratorComponent],\n imports: [\n CommonModule,\n FormsModule,\n RouterModule,\n SkyI18nModule,\n SkyIconModule,\n SkyFlyoutResourcesModule,\n SkyThemeModule,\n SkyHrefModule,\n ],\n exports: [SkyFlyoutComponent],\n entryComponents: [SkyFlyoutComponent],\n}"
|
|
652
|
+
"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 entryComponents: [SkyFlyoutComponent],\n}"
|
|
466
653
|
}
|
|
467
654
|
}
|
|
468
655
|
],
|
|
469
656
|
"children": [
|
|
470
657
|
{
|
|
471
|
-
"id":
|
|
658
|
+
"id": 157,
|
|
472
659
|
"name": "constructor",
|
|
473
660
|
"kind": 512,
|
|
474
661
|
"kindString": "Constructor",
|
|
475
662
|
"flags": {},
|
|
476
663
|
"signatures": [
|
|
477
664
|
{
|
|
478
|
-
"id":
|
|
665
|
+
"id": 158,
|
|
479
666
|
"name": "new SkyFlyoutModule",
|
|
480
667
|
"kind": 16384,
|
|
481
668
|
"kindString": "Constructor signature",
|
|
482
669
|
"flags": {},
|
|
483
670
|
"type": {
|
|
484
671
|
"type": "reference",
|
|
485
|
-
"id":
|
|
672
|
+
"id": 156,
|
|
486
673
|
"name": "SkyFlyoutModule"
|
|
487
674
|
}
|
|
488
675
|
}
|
|
@@ -494,20 +681,20 @@
|
|
|
494
681
|
"title": "Constructors",
|
|
495
682
|
"kind": 512,
|
|
496
683
|
"children": [
|
|
497
|
-
|
|
684
|
+
157
|
|
498
685
|
]
|
|
499
686
|
}
|
|
500
687
|
],
|
|
501
688
|
"sources": [
|
|
502
689
|
{
|
|
503
690
|
"fileName": "projects/flyout/src/modules/flyout/flyout.module.ts",
|
|
504
|
-
"line":
|
|
691
|
+
"line": 41,
|
|
505
692
|
"character": 13
|
|
506
693
|
}
|
|
507
694
|
]
|
|
508
695
|
},
|
|
509
696
|
{
|
|
510
|
-
"id":
|
|
697
|
+
"id": 159,
|
|
511
698
|
"name": "SkyFlyoutService",
|
|
512
699
|
"kind": 128,
|
|
513
700
|
"kindString": "Class",
|
|
@@ -520,6 +707,8 @@
|
|
|
520
707
|
"name": "Injectable",
|
|
521
708
|
"type": {
|
|
522
709
|
"type": "reference",
|
|
710
|
+
"qualifiedName": "InjectableDecorator",
|
|
711
|
+
"package": "@angular/core",
|
|
523
712
|
"name": "Injectable"
|
|
524
713
|
},
|
|
525
714
|
"arguments": {
|
|
@@ -529,7 +718,7 @@
|
|
|
529
718
|
],
|
|
530
719
|
"children": [
|
|
531
720
|
{
|
|
532
|
-
"id":
|
|
721
|
+
"id": 160,
|
|
533
722
|
"name": "constructor",
|
|
534
723
|
"kind": 512,
|
|
535
724
|
"kindString": "Constructor",
|
|
@@ -537,20 +726,20 @@
|
|
|
537
726
|
"sources": [
|
|
538
727
|
{
|
|
539
728
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
540
|
-
"line":
|
|
729
|
+
"line": 47,
|
|
541
730
|
"character": 2
|
|
542
731
|
}
|
|
543
732
|
],
|
|
544
733
|
"signatures": [
|
|
545
734
|
{
|
|
546
|
-
"id":
|
|
735
|
+
"id": 161,
|
|
547
736
|
"name": "new SkyFlyoutService",
|
|
548
737
|
"kind": 16384,
|
|
549
738
|
"kindString": "Constructor signature",
|
|
550
739
|
"flags": {},
|
|
551
740
|
"parameters": [
|
|
552
741
|
{
|
|
553
|
-
"id":
|
|
742
|
+
"id": 162,
|
|
554
743
|
"name": "coreAdapter",
|
|
555
744
|
"kind": 32768,
|
|
556
745
|
"kindString": "Parameter",
|
|
@@ -561,7 +750,7 @@
|
|
|
561
750
|
}
|
|
562
751
|
},
|
|
563
752
|
{
|
|
564
|
-
"id":
|
|
753
|
+
"id": 163,
|
|
565
754
|
"name": "windowRef",
|
|
566
755
|
"kind": 32768,
|
|
567
756
|
"kindString": "Parameter",
|
|
@@ -572,7 +761,7 @@
|
|
|
572
761
|
}
|
|
573
762
|
},
|
|
574
763
|
{
|
|
575
|
-
"id":
|
|
764
|
+
"id": 164,
|
|
576
765
|
"name": "dynamicComponentService",
|
|
577
766
|
"kind": 32768,
|
|
578
767
|
"kindString": "Parameter",
|
|
@@ -583,27 +772,55 @@
|
|
|
583
772
|
}
|
|
584
773
|
},
|
|
585
774
|
{
|
|
586
|
-
"id":
|
|
775
|
+
"id": 165,
|
|
587
776
|
"name": "router",
|
|
588
777
|
"kind": 32768,
|
|
589
778
|
"kindString": "Parameter",
|
|
590
779
|
"flags": {},
|
|
591
780
|
"type": {
|
|
592
781
|
"type": "reference",
|
|
782
|
+
"qualifiedName": "Router",
|
|
783
|
+
"package": "@angular/router",
|
|
593
784
|
"name": "Router"
|
|
594
785
|
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"id": 166,
|
|
789
|
+
"name": "_ngZone",
|
|
790
|
+
"kind": 32768,
|
|
791
|
+
"kindString": "Parameter",
|
|
792
|
+
"flags": {},
|
|
793
|
+
"type": {
|
|
794
|
+
"type": "reference",
|
|
795
|
+
"qualifiedName": "NgZone",
|
|
796
|
+
"package": "@angular/core",
|
|
797
|
+
"name": "NgZone"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"id": 167,
|
|
802
|
+
"name": "applicationRef",
|
|
803
|
+
"kind": 32768,
|
|
804
|
+
"kindString": "Parameter",
|
|
805
|
+
"flags": {},
|
|
806
|
+
"type": {
|
|
807
|
+
"type": "reference",
|
|
808
|
+
"qualifiedName": "ApplicationRef",
|
|
809
|
+
"package": "@angular/core",
|
|
810
|
+
"name": "ApplicationRef"
|
|
811
|
+
}
|
|
595
812
|
}
|
|
596
813
|
],
|
|
597
814
|
"type": {
|
|
598
815
|
"type": "reference",
|
|
599
|
-
"id":
|
|
816
|
+
"id": 159,
|
|
600
817
|
"name": "SkyFlyoutService"
|
|
601
818
|
}
|
|
602
819
|
}
|
|
603
820
|
]
|
|
604
821
|
},
|
|
605
822
|
{
|
|
606
|
-
"id":
|
|
823
|
+
"id": 174,
|
|
607
824
|
"name": "close",
|
|
608
825
|
"kind": 2048,
|
|
609
826
|
"kindString": "Method",
|
|
@@ -613,13 +830,13 @@
|
|
|
613
830
|
"sources": [
|
|
614
831
|
{
|
|
615
832
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
616
|
-
"line":
|
|
833
|
+
"line": 67,
|
|
617
834
|
"character": 9
|
|
618
835
|
}
|
|
619
836
|
],
|
|
620
837
|
"signatures": [
|
|
621
838
|
{
|
|
622
|
-
"id":
|
|
839
|
+
"id": 175,
|
|
623
840
|
"name": "close",
|
|
624
841
|
"kind": 4096,
|
|
625
842
|
"kindString": "Call signature",
|
|
@@ -627,6 +844,25 @@
|
|
|
627
844
|
"comment": {
|
|
628
845
|
"shortText": "Closes the flyout. This method also removes the flyout's HTML elements from the DOM."
|
|
629
846
|
},
|
|
847
|
+
"parameters": [
|
|
848
|
+
{
|
|
849
|
+
"id": 176,
|
|
850
|
+
"name": "args",
|
|
851
|
+
"kind": 32768,
|
|
852
|
+
"kindString": "Parameter",
|
|
853
|
+
"flags": {
|
|
854
|
+
"isOptional": true
|
|
855
|
+
},
|
|
856
|
+
"comment": {
|
|
857
|
+
"shortText": "Arguments used when closing the flyout.\n"
|
|
858
|
+
},
|
|
859
|
+
"type": {
|
|
860
|
+
"type": "reference",
|
|
861
|
+
"id": 202,
|
|
862
|
+
"name": "SkyFlyoutCloseArgs"
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
],
|
|
630
866
|
"type": {
|
|
631
867
|
"type": "intrinsic",
|
|
632
868
|
"name": "void"
|
|
@@ -635,7 +871,7 @@
|
|
|
635
871
|
]
|
|
636
872
|
},
|
|
637
873
|
{
|
|
638
|
-
"id":
|
|
874
|
+
"id": 172,
|
|
639
875
|
"name": "ngOnDestroy",
|
|
640
876
|
"kind": 2048,
|
|
641
877
|
"kindString": "Method",
|
|
@@ -645,13 +881,13 @@
|
|
|
645
881
|
"sources": [
|
|
646
882
|
{
|
|
647
883
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
648
|
-
"line":
|
|
884
|
+
"line": 56,
|
|
649
885
|
"character": 9
|
|
650
886
|
}
|
|
651
887
|
],
|
|
652
888
|
"signatures": [
|
|
653
889
|
{
|
|
654
|
-
"id":
|
|
890
|
+
"id": 173,
|
|
655
891
|
"name": "ngOnDestroy",
|
|
656
892
|
"kind": 4096,
|
|
657
893
|
"kindString": "Call signature",
|
|
@@ -672,7 +908,7 @@
|
|
|
672
908
|
}
|
|
673
909
|
},
|
|
674
910
|
{
|
|
675
|
-
"id":
|
|
911
|
+
"id": 177,
|
|
676
912
|
"name": "open",
|
|
677
913
|
"kind": 2048,
|
|
678
914
|
"kindString": "Method",
|
|
@@ -682,13 +918,13 @@
|
|
|
682
918
|
"sources": [
|
|
683
919
|
{
|
|
684
920
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
685
|
-
"line":
|
|
921
|
+
"line": 84,
|
|
686
922
|
"character": 9
|
|
687
923
|
}
|
|
688
924
|
],
|
|
689
925
|
"signatures": [
|
|
690
926
|
{
|
|
691
|
-
"id":
|
|
927
|
+
"id": 178,
|
|
692
928
|
"name": "open",
|
|
693
929
|
"kind": 4096,
|
|
694
930
|
"kindString": "Call signature",
|
|
@@ -698,7 +934,7 @@
|
|
|
698
934
|
},
|
|
699
935
|
"typeParameter": [
|
|
700
936
|
{
|
|
701
|
-
"id":
|
|
937
|
+
"id": 179,
|
|
702
938
|
"name": "T",
|
|
703
939
|
"kind": 131072,
|
|
704
940
|
"kindString": "Type parameter",
|
|
@@ -707,7 +943,7 @@
|
|
|
707
943
|
],
|
|
708
944
|
"parameters": [
|
|
709
945
|
{
|
|
710
|
-
"id":
|
|
946
|
+
"id": 180,
|
|
711
947
|
"name": "component",
|
|
712
948
|
"kind": 32768,
|
|
713
949
|
"kindString": "Parameter",
|
|
@@ -720,15 +956,17 @@
|
|
|
720
956
|
"typeArguments": [
|
|
721
957
|
{
|
|
722
958
|
"type": "reference",
|
|
723
|
-
"id":
|
|
959
|
+
"id": 179,
|
|
724
960
|
"name": "T"
|
|
725
961
|
}
|
|
726
962
|
],
|
|
963
|
+
"qualifiedName": "Type",
|
|
964
|
+
"package": "@angular/core",
|
|
727
965
|
"name": "Type"
|
|
728
966
|
}
|
|
729
967
|
},
|
|
730
968
|
{
|
|
731
|
-
"id":
|
|
969
|
+
"id": 181,
|
|
732
970
|
"name": "config",
|
|
733
971
|
"kind": 32768,
|
|
734
972
|
"kindString": "Parameter",
|
|
@@ -740,18 +978,18 @@
|
|
|
740
978
|
},
|
|
741
979
|
"type": {
|
|
742
980
|
"type": "reference",
|
|
743
|
-
"id":
|
|
981
|
+
"id": 204,
|
|
744
982
|
"name": "SkyFlyoutConfig"
|
|
745
983
|
}
|
|
746
984
|
}
|
|
747
985
|
],
|
|
748
986
|
"type": {
|
|
749
987
|
"type": "reference",
|
|
750
|
-
"id":
|
|
988
|
+
"id": 123,
|
|
751
989
|
"typeArguments": [
|
|
752
990
|
{
|
|
753
991
|
"type": "reference",
|
|
754
|
-
"id":
|
|
992
|
+
"id": 179,
|
|
755
993
|
"name": "T"
|
|
756
994
|
}
|
|
757
995
|
],
|
|
@@ -766,42 +1004,44 @@
|
|
|
766
1004
|
"title": "Constructors",
|
|
767
1005
|
"kind": 512,
|
|
768
1006
|
"children": [
|
|
769
|
-
|
|
1007
|
+
160
|
|
770
1008
|
]
|
|
771
1009
|
},
|
|
772
1010
|
{
|
|
773
1011
|
"title": "Methods",
|
|
774
1012
|
"kind": 2048,
|
|
775
1013
|
"children": [
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
1014
|
+
174,
|
|
1015
|
+
172,
|
|
1016
|
+
177
|
|
779
1017
|
]
|
|
780
1018
|
}
|
|
781
1019
|
],
|
|
782
1020
|
"sources": [
|
|
783
1021
|
{
|
|
784
1022
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
785
|
-
"line":
|
|
1023
|
+
"line": 41,
|
|
786
1024
|
"character": 13
|
|
787
1025
|
}
|
|
788
1026
|
],
|
|
789
1027
|
"implementedTypes": [
|
|
790
1028
|
{
|
|
791
1029
|
"type": "reference",
|
|
1030
|
+
"qualifiedName": "OnDestroy",
|
|
1031
|
+
"package": "@angular/core",
|
|
792
1032
|
"name": "OnDestroy"
|
|
793
1033
|
}
|
|
794
1034
|
]
|
|
795
1035
|
},
|
|
796
1036
|
{
|
|
797
|
-
"id":
|
|
1037
|
+
"id": 192,
|
|
798
1038
|
"name": "SkyFlyoutAction",
|
|
799
1039
|
"kind": 256,
|
|
800
1040
|
"kindString": "Interface",
|
|
801
1041
|
"flags": {},
|
|
802
1042
|
"children": [
|
|
803
1043
|
{
|
|
804
|
-
"id":
|
|
1044
|
+
"id": 196,
|
|
805
1045
|
"name": "closeAfterInvoking",
|
|
806
1046
|
"kind": 1024,
|
|
807
1047
|
"kindString": "Property",
|
|
@@ -824,7 +1064,7 @@
|
|
|
824
1064
|
}
|
|
825
1065
|
},
|
|
826
1066
|
{
|
|
827
|
-
"id":
|
|
1067
|
+
"id": 193,
|
|
828
1068
|
"name": "label",
|
|
829
1069
|
"kind": 1024,
|
|
830
1070
|
"kindString": "Property",
|
|
@@ -847,7 +1087,7 @@
|
|
|
847
1087
|
}
|
|
848
1088
|
},
|
|
849
1089
|
{
|
|
850
|
-
"id":
|
|
1090
|
+
"id": 194,
|
|
851
1091
|
"name": "callback",
|
|
852
1092
|
"kind": 2048,
|
|
853
1093
|
"kindString": "Method",
|
|
@@ -863,7 +1103,7 @@
|
|
|
863
1103
|
],
|
|
864
1104
|
"signatures": [
|
|
865
1105
|
{
|
|
866
|
-
"id":
|
|
1106
|
+
"id": 195,
|
|
867
1107
|
"name": "callback",
|
|
868
1108
|
"kind": 4096,
|
|
869
1109
|
"kindString": "Call signature",
|
|
@@ -884,15 +1124,15 @@
|
|
|
884
1124
|
"title": "Properties",
|
|
885
1125
|
"kind": 1024,
|
|
886
1126
|
"children": [
|
|
887
|
-
|
|
888
|
-
|
|
1127
|
+
196,
|
|
1128
|
+
193
|
|
889
1129
|
]
|
|
890
1130
|
},
|
|
891
1131
|
{
|
|
892
1132
|
"title": "Methods",
|
|
893
1133
|
"kind": 2048,
|
|
894
1134
|
"children": [
|
|
895
|
-
|
|
1135
|
+
194
|
|
896
1136
|
]
|
|
897
1137
|
}
|
|
898
1138
|
],
|
|
@@ -905,7 +1145,58 @@
|
|
|
905
1145
|
]
|
|
906
1146
|
},
|
|
907
1147
|
{
|
|
908
|
-
"id":
|
|
1148
|
+
"id": 202,
|
|
1149
|
+
"name": "SkyFlyoutCloseArgs",
|
|
1150
|
+
"kind": 256,
|
|
1151
|
+
"kindString": "Interface",
|
|
1152
|
+
"flags": {},
|
|
1153
|
+
"comment": {
|
|
1154
|
+
"shortText": "Arguments used when closing a flyout programatically."
|
|
1155
|
+
},
|
|
1156
|
+
"children": [
|
|
1157
|
+
{
|
|
1158
|
+
"id": 203,
|
|
1159
|
+
"name": "ignoreBeforeClose",
|
|
1160
|
+
"kind": 1024,
|
|
1161
|
+
"kindString": "Property",
|
|
1162
|
+
"flags": {
|
|
1163
|
+
"isOptional": true
|
|
1164
|
+
},
|
|
1165
|
+
"comment": {
|
|
1166
|
+
"shortText": "Indicates if the `SkyFlyoutBeforeCloseHandler` should be ignored when closing a flyout."
|
|
1167
|
+
},
|
|
1168
|
+
"sources": [
|
|
1169
|
+
{
|
|
1170
|
+
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1171
|
+
"line": 8,
|
|
1172
|
+
"character": 2
|
|
1173
|
+
}
|
|
1174
|
+
],
|
|
1175
|
+
"type": {
|
|
1176
|
+
"type": "intrinsic",
|
|
1177
|
+
"name": "boolean"
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
],
|
|
1181
|
+
"groups": [
|
|
1182
|
+
{
|
|
1183
|
+
"title": "Properties",
|
|
1184
|
+
"kind": 1024,
|
|
1185
|
+
"children": [
|
|
1186
|
+
203
|
|
1187
|
+
]
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"sources": [
|
|
1191
|
+
{
|
|
1192
|
+
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1193
|
+
"line": 4,
|
|
1194
|
+
"character": 17
|
|
1195
|
+
}
|
|
1196
|
+
]
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"id": 204,
|
|
909
1200
|
"name": "SkyFlyoutConfig",
|
|
910
1201
|
"kind": 256,
|
|
911
1202
|
"kindString": "Interface",
|
|
@@ -915,7 +1206,7 @@
|
|
|
915
1206
|
},
|
|
916
1207
|
"children": [
|
|
917
1208
|
{
|
|
918
|
-
"id":
|
|
1209
|
+
"id": 205,
|
|
919
1210
|
"name": "ariaDescribedBy",
|
|
920
1211
|
"kind": 1024,
|
|
921
1212
|
"kindString": "Property",
|
|
@@ -938,15 +1229,15 @@
|
|
|
938
1229
|
}
|
|
939
1230
|
},
|
|
940
1231
|
{
|
|
941
|
-
"id":
|
|
942
|
-
"name": "
|
|
1232
|
+
"id": 206,
|
|
1233
|
+
"name": "ariaLabel",
|
|
943
1234
|
"kind": 1024,
|
|
944
1235
|
"kindString": "Property",
|
|
945
1236
|
"flags": {
|
|
946
1237
|
"isOptional": true
|
|
947
1238
|
},
|
|
948
1239
|
"comment": {
|
|
949
|
-
"shortText": "Specifies
|
|
1240
|
+
"shortText": "Specifies an ARIA label for the flyout. This sets the flyouts's `aria-label` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout includes a visible label, use `ariaLabelledBy` instead."
|
|
950
1241
|
},
|
|
951
1242
|
"sources": [
|
|
952
1243
|
{
|
|
@@ -961,7 +1252,30 @@
|
|
|
961
1252
|
}
|
|
962
1253
|
},
|
|
963
1254
|
{
|
|
964
|
-
"id":
|
|
1255
|
+
"id": 207,
|
|
1256
|
+
"name": "ariaLabelledBy",
|
|
1257
|
+
"kind": 1024,
|
|
1258
|
+
"kindString": "Property",
|
|
1259
|
+
"flags": {
|
|
1260
|
+
"isOptional": true
|
|
1261
|
+
},
|
|
1262
|
+
"comment": {
|
|
1263
|
+
"shortText": "Specifies the HTML element ID (without the leading `#`) of the element that labels\nthe flyout. This sets the flyout's `aria-labelledby` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout does not include a visible label, use `ariaLabel` instead."
|
|
1264
|
+
},
|
|
1265
|
+
"sources": [
|
|
1266
|
+
{
|
|
1267
|
+
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1268
|
+
"line": 31,
|
|
1269
|
+
"character": 2
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"type": {
|
|
1273
|
+
"type": "intrinsic",
|
|
1274
|
+
"name": "string"
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"id": 208,
|
|
965
1279
|
"name": "ariaRole",
|
|
966
1280
|
"kind": 1024,
|
|
967
1281
|
"kindString": "Property",
|
|
@@ -969,12 +1283,22 @@
|
|
|
969
1283
|
"isOptional": true
|
|
970
1284
|
},
|
|
971
1285
|
"comment": {
|
|
972
|
-
"shortText": "Specifies an 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)."
|
|
1286
|
+
"shortText": "Specifies an 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).",
|
|
1287
|
+
"tags": [
|
|
1288
|
+
{
|
|
1289
|
+
"tag": "default",
|
|
1290
|
+
"text": "dialog"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"tag": "deprecated",
|
|
1294
|
+
"text": "Since version `5.1.0`. Consumers should use the default `dialog` role to ensure a\nproper accessibility implementation.\n"
|
|
1295
|
+
}
|
|
1296
|
+
]
|
|
973
1297
|
},
|
|
974
1298
|
"sources": [
|
|
975
1299
|
{
|
|
976
1300
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
977
|
-
"line":
|
|
1301
|
+
"line": 43,
|
|
978
1302
|
"character": 2
|
|
979
1303
|
}
|
|
980
1304
|
],
|
|
@@ -984,7 +1308,7 @@
|
|
|
984
1308
|
}
|
|
985
1309
|
},
|
|
986
1310
|
{
|
|
987
|
-
"id":
|
|
1311
|
+
"id": 209,
|
|
988
1312
|
"name": "defaultWidth",
|
|
989
1313
|
"kind": 1024,
|
|
990
1314
|
"kindString": "Property",
|
|
@@ -997,7 +1321,7 @@
|
|
|
997
1321
|
"sources": [
|
|
998
1322
|
{
|
|
999
1323
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1000
|
-
"line":
|
|
1324
|
+
"line": 49,
|
|
1001
1325
|
"character": 2
|
|
1002
1326
|
}
|
|
1003
1327
|
],
|
|
@@ -1007,7 +1331,7 @@
|
|
|
1007
1331
|
}
|
|
1008
1332
|
},
|
|
1009
1333
|
{
|
|
1010
|
-
"id":
|
|
1334
|
+
"id": 217,
|
|
1011
1335
|
"name": "iteratorNextButtonDisabled",
|
|
1012
1336
|
"kind": 1024,
|
|
1013
1337
|
"kindString": "Property",
|
|
@@ -1026,7 +1350,7 @@
|
|
|
1026
1350
|
"sources": [
|
|
1027
1351
|
{
|
|
1028
1352
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1029
|
-
"line":
|
|
1353
|
+
"line": 98,
|
|
1030
1354
|
"character": 2
|
|
1031
1355
|
}
|
|
1032
1356
|
],
|
|
@@ -1036,7 +1360,7 @@
|
|
|
1036
1360
|
}
|
|
1037
1361
|
},
|
|
1038
1362
|
{
|
|
1039
|
-
"id":
|
|
1363
|
+
"id": 216,
|
|
1040
1364
|
"name": "iteratorPreviousButtonDisabled",
|
|
1041
1365
|
"kind": 1024,
|
|
1042
1366
|
"kindString": "Property",
|
|
@@ -1055,7 +1379,7 @@
|
|
|
1055
1379
|
"sources": [
|
|
1056
1380
|
{
|
|
1057
1381
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1058
|
-
"line":
|
|
1382
|
+
"line": 91,
|
|
1059
1383
|
"character": 2
|
|
1060
1384
|
}
|
|
1061
1385
|
],
|
|
@@ -1065,7 +1389,7 @@
|
|
|
1065
1389
|
}
|
|
1066
1390
|
},
|
|
1067
1391
|
{
|
|
1068
|
-
"id":
|
|
1392
|
+
"id": 211,
|
|
1069
1393
|
"name": "maxWidth",
|
|
1070
1394
|
"kind": 1024,
|
|
1071
1395
|
"kindString": "Property",
|
|
@@ -1084,7 +1408,7 @@
|
|
|
1084
1408
|
"sources": [
|
|
1085
1409
|
{
|
|
1086
1410
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1087
|
-
"line":
|
|
1411
|
+
"line": 61,
|
|
1088
1412
|
"character": 2
|
|
1089
1413
|
}
|
|
1090
1414
|
],
|
|
@@ -1094,7 +1418,7 @@
|
|
|
1094
1418
|
}
|
|
1095
1419
|
},
|
|
1096
1420
|
{
|
|
1097
|
-
"id":
|
|
1421
|
+
"id": 210,
|
|
1098
1422
|
"name": "minWidth",
|
|
1099
1423
|
"kind": 1024,
|
|
1100
1424
|
"kindString": "Property",
|
|
@@ -1113,7 +1437,7 @@
|
|
|
1113
1437
|
"sources": [
|
|
1114
1438
|
{
|
|
1115
1439
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1116
|
-
"line":
|
|
1440
|
+
"line": 55,
|
|
1117
1441
|
"character": 2
|
|
1118
1442
|
}
|
|
1119
1443
|
],
|
|
@@ -1123,7 +1447,7 @@
|
|
|
1123
1447
|
}
|
|
1124
1448
|
},
|
|
1125
1449
|
{
|
|
1126
|
-
"id":
|
|
1450
|
+
"id": 212,
|
|
1127
1451
|
"name": "permalink",
|
|
1128
1452
|
"kind": 1024,
|
|
1129
1453
|
"kindString": "Property",
|
|
@@ -1136,18 +1460,18 @@
|
|
|
1136
1460
|
"sources": [
|
|
1137
1461
|
{
|
|
1138
1462
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1139
|
-
"line":
|
|
1463
|
+
"line": 67,
|
|
1140
1464
|
"character": 2
|
|
1141
1465
|
}
|
|
1142
1466
|
],
|
|
1143
1467
|
"type": {
|
|
1144
1468
|
"type": "reference",
|
|
1145
|
-
"id":
|
|
1469
|
+
"id": 231,
|
|
1146
1470
|
"name": "SkyFlyoutPermalink"
|
|
1147
1471
|
}
|
|
1148
1472
|
},
|
|
1149
1473
|
{
|
|
1150
|
-
"id":
|
|
1474
|
+
"id": 213,
|
|
1151
1475
|
"name": "primaryAction",
|
|
1152
1476
|
"kind": 1024,
|
|
1153
1477
|
"kindString": "Property",
|
|
@@ -1160,18 +1484,18 @@
|
|
|
1160
1484
|
"sources": [
|
|
1161
1485
|
{
|
|
1162
1486
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1163
|
-
"line":
|
|
1487
|
+
"line": 72,
|
|
1164
1488
|
"character": 2
|
|
1165
1489
|
}
|
|
1166
1490
|
],
|
|
1167
1491
|
"type": {
|
|
1168
1492
|
"type": "reference",
|
|
1169
|
-
"id":
|
|
1493
|
+
"id": 192,
|
|
1170
1494
|
"name": "SkyFlyoutAction"
|
|
1171
1495
|
}
|
|
1172
1496
|
},
|
|
1173
1497
|
{
|
|
1174
|
-
"id":
|
|
1498
|
+
"id": 214,
|
|
1175
1499
|
"name": "providers",
|
|
1176
1500
|
"kind": 1024,
|
|
1177
1501
|
"kindString": "Property",
|
|
@@ -1184,7 +1508,7 @@
|
|
|
1184
1508
|
"sources": [
|
|
1185
1509
|
{
|
|
1186
1510
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1187
|
-
"line":
|
|
1511
|
+
"line": 77,
|
|
1188
1512
|
"character": 2
|
|
1189
1513
|
}
|
|
1190
1514
|
],
|
|
@@ -1197,7 +1521,7 @@
|
|
|
1197
1521
|
}
|
|
1198
1522
|
},
|
|
1199
1523
|
{
|
|
1200
|
-
"id":
|
|
1524
|
+
"id": 218,
|
|
1201
1525
|
"name": "settingsKey",
|
|
1202
1526
|
"kind": 1024,
|
|
1203
1527
|
"kindString": "Property",
|
|
@@ -1205,12 +1529,12 @@
|
|
|
1205
1529
|
"isOptional": true
|
|
1206
1530
|
},
|
|
1207
1531
|
"comment": {
|
|
1208
|
-
"shortText": "Specifies a 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/
|
|
1532
|
+
"shortText": "Specifies a 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)."
|
|
1209
1533
|
},
|
|
1210
1534
|
"sources": [
|
|
1211
1535
|
{
|
|
1212
1536
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1213
|
-
"line":
|
|
1537
|
+
"line": 106,
|
|
1214
1538
|
"character": 2
|
|
1215
1539
|
}
|
|
1216
1540
|
],
|
|
@@ -1220,7 +1544,7 @@
|
|
|
1220
1544
|
}
|
|
1221
1545
|
},
|
|
1222
1546
|
{
|
|
1223
|
-
"id":
|
|
1547
|
+
"id": 215,
|
|
1224
1548
|
"name": "showIterator",
|
|
1225
1549
|
"kind": 1024,
|
|
1226
1550
|
"kindString": "Property",
|
|
@@ -1239,7 +1563,7 @@
|
|
|
1239
1563
|
"sources": [
|
|
1240
1564
|
{
|
|
1241
1565
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1242
|
-
"line":
|
|
1566
|
+
"line": 84,
|
|
1243
1567
|
"character": 2
|
|
1244
1568
|
}
|
|
1245
1569
|
],
|
|
@@ -1254,19 +1578,20 @@
|
|
|
1254
1578
|
"title": "Properties",
|
|
1255
1579
|
"kind": 1024,
|
|
1256
1580
|
"children": [
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1581
|
+
205,
|
|
1582
|
+
206,
|
|
1583
|
+
207,
|
|
1584
|
+
208,
|
|
1585
|
+
209,
|
|
1586
|
+
217,
|
|
1587
|
+
216,
|
|
1588
|
+
211,
|
|
1589
|
+
210,
|
|
1590
|
+
212,
|
|
1591
|
+
213,
|
|
1592
|
+
214,
|
|
1593
|
+
218,
|
|
1594
|
+
215
|
|
1270
1595
|
]
|
|
1271
1596
|
}
|
|
1272
1597
|
],
|
|
@@ -1279,14 +1604,14 @@
|
|
|
1279
1604
|
]
|
|
1280
1605
|
},
|
|
1281
1606
|
{
|
|
1282
|
-
"id":
|
|
1607
|
+
"id": 231,
|
|
1283
1608
|
"name": "SkyFlyoutPermalink",
|
|
1284
1609
|
"kind": 256,
|
|
1285
1610
|
"kindString": "Interface",
|
|
1286
1611
|
"flags": {},
|
|
1287
1612
|
"children": [
|
|
1288
1613
|
{
|
|
1289
|
-
"id":
|
|
1614
|
+
"id": 232,
|
|
1290
1615
|
"name": "label",
|
|
1291
1616
|
"kind": 1024,
|
|
1292
1617
|
"kindString": "Property",
|
|
@@ -1309,7 +1634,7 @@
|
|
|
1309
1634
|
}
|
|
1310
1635
|
},
|
|
1311
1636
|
{
|
|
1312
|
-
"id":
|
|
1637
|
+
"id": 233,
|
|
1313
1638
|
"name": "route",
|
|
1314
1639
|
"kind": 1024,
|
|
1315
1640
|
"kindString": "Property",
|
|
@@ -1329,21 +1654,21 @@
|
|
|
1329
1654
|
"type": {
|
|
1330
1655
|
"type": "reflection",
|
|
1331
1656
|
"declaration": {
|
|
1332
|
-
"id":
|
|
1657
|
+
"id": 234,
|
|
1333
1658
|
"name": "__type",
|
|
1334
1659
|
"kind": 65536,
|
|
1335
1660
|
"kindString": "Type literal",
|
|
1336
1661
|
"flags": {},
|
|
1337
1662
|
"children": [
|
|
1338
1663
|
{
|
|
1339
|
-
"id":
|
|
1664
|
+
"id": 235,
|
|
1340
1665
|
"name": "commands",
|
|
1341
1666
|
"kind": 1024,
|
|
1342
1667
|
"kindString": "Property",
|
|
1343
1668
|
"flags": {},
|
|
1344
1669
|
"sources": [
|
|
1345
1670
|
{
|
|
1346
|
-
"fileName": "
|
|
1671
|
+
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
1347
1672
|
"line": 16,
|
|
1348
1673
|
"character": 4
|
|
1349
1674
|
}
|
|
@@ -1357,7 +1682,7 @@
|
|
|
1357
1682
|
}
|
|
1358
1683
|
},
|
|
1359
1684
|
{
|
|
1360
|
-
"id":
|
|
1685
|
+
"id": 236,
|
|
1361
1686
|
"name": "extras",
|
|
1362
1687
|
"kind": 1024,
|
|
1363
1688
|
"kindString": "Property",
|
|
@@ -1366,13 +1691,15 @@
|
|
|
1366
1691
|
},
|
|
1367
1692
|
"sources": [
|
|
1368
1693
|
{
|
|
1369
|
-
"fileName": "
|
|
1694
|
+
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
1370
1695
|
"line": 17,
|
|
1371
1696
|
"character": 4
|
|
1372
1697
|
}
|
|
1373
1698
|
],
|
|
1374
1699
|
"type": {
|
|
1375
1700
|
"type": "reference",
|
|
1701
|
+
"qualifiedName": "NavigationExtras",
|
|
1702
|
+
"package": "@angular/router",
|
|
1376
1703
|
"name": "NavigationExtras"
|
|
1377
1704
|
}
|
|
1378
1705
|
}
|
|
@@ -1382,8 +1709,8 @@
|
|
|
1382
1709
|
"title": "Properties",
|
|
1383
1710
|
"kind": 1024,
|
|
1384
1711
|
"children": [
|
|
1385
|
-
|
|
1386
|
-
|
|
1712
|
+
235,
|
|
1713
|
+
236
|
|
1387
1714
|
]
|
|
1388
1715
|
}
|
|
1389
1716
|
]
|
|
@@ -1391,7 +1718,7 @@
|
|
|
1391
1718
|
}
|
|
1392
1719
|
},
|
|
1393
1720
|
{
|
|
1394
|
-
"id":
|
|
1721
|
+
"id": 237,
|
|
1395
1722
|
"name": "url",
|
|
1396
1723
|
"kind": 1024,
|
|
1397
1724
|
"kindString": "Property",
|
|
@@ -1419,9 +1746,9 @@
|
|
|
1419
1746
|
"title": "Properties",
|
|
1420
1747
|
"kind": 1024,
|
|
1421
1748
|
"children": [
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1749
|
+
232,
|
|
1750
|
+
233,
|
|
1751
|
+
237
|
|
1425
1752
|
]
|
|
1426
1753
|
}
|
|
1427
1754
|
],
|
|
@@ -1439,35 +1766,32 @@
|
|
|
1439
1766
|
"title": "Classes",
|
|
1440
1767
|
"kind": 128,
|
|
1441
1768
|
"children": [
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1769
|
+
197,
|
|
1770
|
+
123,
|
|
1771
|
+
156,
|
|
1772
|
+
159
|
|
1445
1773
|
]
|
|
1446
1774
|
},
|
|
1447
1775
|
{
|
|
1448
1776
|
"title": "Interfaces",
|
|
1449
1777
|
"kind": 256,
|
|
1450
1778
|
"children": [
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1779
|
+
192,
|
|
1780
|
+
202,
|
|
1781
|
+
204,
|
|
1782
|
+
231
|
|
1454
1783
|
]
|
|
1455
1784
|
}
|
|
1456
1785
|
],
|
|
1457
1786
|
"sources": [
|
|
1458
1787
|
{
|
|
1459
|
-
"fileName": "
|
|
1788
|
+
"fileName": "index.ts",
|
|
1460
1789
|
"line": 1,
|
|
1461
1790
|
"character": 0
|
|
1462
1791
|
}
|
|
1463
1792
|
]
|
|
1464
1793
|
},
|
|
1465
1794
|
"codeExamples": [
|
|
1466
|
-
{
|
|
1467
|
-
"fileName": ".eslintrc.json",
|
|
1468
|
-
"filePath": "/projects/flyout/documentation/code-examples/.eslintrc.json",
|
|
1469
|
-
"rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
|
|
1470
|
-
},
|
|
1471
1795
|
{
|
|
1472
1796
|
"fileName": "flyout-demo-flyout.component.ts",
|
|
1473
1797
|
"filePath": "/projects/flyout/documentation/code-examples/flyout/basic/flyout-demo-flyout.component.ts",
|
|
@@ -1539,4 +1863,4 @@
|
|
|
1539
1863
|
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyAvatarModule } from '@skyux/avatar';\n\nimport { SkyFlyoutModule } from '@skyux/flyout';\n\nimport { SkyKeyInfoModule, SkyLabelModule } from '@skyux/indicators';\n\nimport { SkyPageSummaryModule } from '@skyux/layout';\n\nimport { SkyListModule } from '@skyux/list-builder';\n\nimport { SkyListViewGridModule } from '@skyux/list-builder-view-grids';\n\nimport { FlyoutDemoComponent } from './flyout-demo.component';\n\nimport { FlyoutDemoFlyoutComponent } from './flyout-demo-flyout.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyAvatarModule,\n SkyFlyoutModule,\n SkyListModule,\n SkyKeyInfoModule,\n SkyLabelModule,\n SkyListViewGridModule,\n SkyPageSummaryModule,\n ],\n declarations: [FlyoutDemoComponent, FlyoutDemoFlyoutComponent],\n entryComponents: [FlyoutDemoFlyoutComponent],\n exports: [FlyoutDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
|
|
1540
1864
|
}
|
|
1541
1865
|
]
|
|
1542
|
-
}
|
|
1866
|
+
}
|