@skyux/flyout 11.42.1 → 11.43.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +2340 -479
- package/esm2022/lib/modules/flyout/flyout-iterator.component.mjs +3 -3
- package/esm2022/lib/modules/shared/sky-flyout-resources.module.mjs +11 -1
- package/esm2022/testing/modules/flyout/flyout-harness.mjs +131 -0
- package/esm2022/testing/modules/flyout/flyout-iterator-harness.mjs +38 -0
- package/esm2022/testing/public-api.mjs +2 -0
- package/esm2022/testing/skyux-flyout-testing.mjs +5 -0
- package/fesm2022/skyux-flyout-testing.mjs +175 -0
- package/fesm2022/skyux-flyout-testing.mjs.map +1 -0
- package/fesm2022/skyux-flyout.mjs +12 -2
- package/fesm2022/skyux-flyout.mjs.map +1 -1
- package/package.json +12 -6
- package/testing/index.d.ts +5 -0
- package/testing/modules/flyout/flyout-harness.d.ts +67 -0
- package/testing/modules/flyout/flyout-iterator-harness.d.ts +20 -0
- package/testing/public-api.d.ts +1 -0
package/documentation.json
CHANGED
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
"SkyFlyoutAction": "interface-skyflyoutaction",
|
|
8
8
|
"SkyFlyoutCloseArgs": "interface-skyflyoutcloseargs",
|
|
9
9
|
"SkyFlyoutConfig": "interface-skyflyoutconfig",
|
|
10
|
-
"SkyFlyoutPermalink": "interface-skyflyoutpermalink"
|
|
10
|
+
"SkyFlyoutPermalink": "interface-skyflyoutpermalink",
|
|
11
|
+
"SkyFlyoutHarness": "class-skyflyoutharness"
|
|
11
12
|
},
|
|
12
13
|
"typedoc": {
|
|
13
14
|
"id": 0,
|
|
@@ -17,7 +18,7 @@
|
|
|
17
18
|
"flags": {},
|
|
18
19
|
"children": [
|
|
19
20
|
{
|
|
20
|
-
"id":
|
|
21
|
+
"id": 121,
|
|
21
22
|
"name": "SkyFlyoutBeforeCloseHandler",
|
|
22
23
|
"variant": "declaration",
|
|
23
24
|
"kind": 128,
|
|
@@ -40,7 +41,7 @@
|
|
|
40
41
|
},
|
|
41
42
|
"children": [
|
|
42
43
|
{
|
|
43
|
-
"id":
|
|
44
|
+
"id": 122,
|
|
44
45
|
"name": "constructor",
|
|
45
46
|
"variant": "declaration",
|
|
46
47
|
"kind": 512,
|
|
@@ -50,27 +51,27 @@
|
|
|
50
51
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
51
52
|
"line": 10,
|
|
52
53
|
"character": 2,
|
|
53
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
54
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
54
55
|
}
|
|
55
56
|
],
|
|
56
57
|
"signatures": [
|
|
57
58
|
{
|
|
58
|
-
"id":
|
|
59
|
+
"id": 123,
|
|
59
60
|
"name": "new SkyFlyoutBeforeCloseHandler",
|
|
60
61
|
"variant": "signature",
|
|
61
62
|
"kind": 16384,
|
|
62
63
|
"flags": {},
|
|
63
64
|
"sources": [
|
|
64
65
|
{
|
|
65
|
-
"fileName": "lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
66
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
66
67
|
"line": 10,
|
|
67
68
|
"character": 2,
|
|
68
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
69
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
69
70
|
}
|
|
70
71
|
],
|
|
71
72
|
"parameters": [
|
|
72
73
|
{
|
|
73
|
-
"id":
|
|
74
|
+
"id": 124,
|
|
74
75
|
"name": "closeFlyoutFunction",
|
|
75
76
|
"variant": "param",
|
|
76
77
|
"kind": 32768,
|
|
@@ -78,32 +79,32 @@
|
|
|
78
79
|
"type": {
|
|
79
80
|
"type": "reflection",
|
|
80
81
|
"declaration": {
|
|
81
|
-
"id":
|
|
82
|
+
"id": 125,
|
|
82
83
|
"name": "__type",
|
|
83
84
|
"variant": "declaration",
|
|
84
85
|
"kind": 65536,
|
|
85
86
|
"flags": {},
|
|
86
87
|
"sources": [
|
|
87
88
|
{
|
|
88
|
-
"fileName": "lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
89
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
89
90
|
"line": 10,
|
|
90
91
|
"character": 35,
|
|
91
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
92
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
92
93
|
}
|
|
93
94
|
],
|
|
94
95
|
"signatures": [
|
|
95
96
|
{
|
|
96
|
-
"id":
|
|
97
|
+
"id": 126,
|
|
97
98
|
"name": "__type",
|
|
98
99
|
"variant": "signature",
|
|
99
100
|
"kind": 4096,
|
|
100
101
|
"flags": {},
|
|
101
102
|
"sources": [
|
|
102
103
|
{
|
|
103
|
-
"fileName": "lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
104
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
104
105
|
"line": 10,
|
|
105
106
|
"character": 35,
|
|
106
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
107
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L10"
|
|
107
108
|
}
|
|
108
109
|
],
|
|
109
110
|
"type": {
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
],
|
|
119
120
|
"type": {
|
|
120
121
|
"type": "reference",
|
|
121
|
-
"target":
|
|
122
|
+
"target": 121,
|
|
122
123
|
"name": "SkyFlyoutBeforeCloseHandler",
|
|
123
124
|
"package": "@skyux/flyout"
|
|
124
125
|
}
|
|
@@ -126,7 +127,7 @@
|
|
|
126
127
|
]
|
|
127
128
|
},
|
|
128
129
|
{
|
|
129
|
-
"id":
|
|
130
|
+
"id": 127,
|
|
130
131
|
"name": "closeFlyout",
|
|
131
132
|
"variant": "declaration",
|
|
132
133
|
"kind": 1024,
|
|
@@ -139,28 +140,28 @@
|
|
|
139
140
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
140
141
|
"line": 8,
|
|
141
142
|
"character": 18,
|
|
142
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
143
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L8"
|
|
143
144
|
}
|
|
144
145
|
],
|
|
145
146
|
"type": {
|
|
146
147
|
"type": "reflection",
|
|
147
148
|
"declaration": {
|
|
148
|
-
"id":
|
|
149
|
+
"id": 128,
|
|
149
150
|
"name": "__type",
|
|
150
151
|
"variant": "declaration",
|
|
151
152
|
"kind": 65536,
|
|
152
153
|
"flags": {},
|
|
153
154
|
"sources": [
|
|
154
155
|
{
|
|
155
|
-
"fileName": "lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
156
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
156
157
|
"line": 8,
|
|
157
158
|
"character": 31,
|
|
158
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
159
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L8"
|
|
159
160
|
}
|
|
160
161
|
],
|
|
161
162
|
"signatures": [
|
|
162
163
|
{
|
|
163
|
-
"id":
|
|
164
|
+
"id": 129,
|
|
164
165
|
"name": "__type",
|
|
165
166
|
"variant": "signature",
|
|
166
167
|
"kind": 4096,
|
|
@@ -175,10 +176,10 @@
|
|
|
175
176
|
},
|
|
176
177
|
"sources": [
|
|
177
178
|
{
|
|
178
|
-
"fileName": "lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
179
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
179
180
|
"line": 8,
|
|
180
181
|
"character": 31,
|
|
181
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
182
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L8"
|
|
182
183
|
}
|
|
183
184
|
],
|
|
184
185
|
"type": {
|
|
@@ -196,13 +197,13 @@
|
|
|
196
197
|
{
|
|
197
198
|
"title": "Constructors",
|
|
198
199
|
"children": [
|
|
199
|
-
|
|
200
|
+
122
|
|
200
201
|
]
|
|
201
202
|
},
|
|
202
203
|
{
|
|
203
204
|
"title": "Properties",
|
|
204
205
|
"children": [
|
|
205
|
-
|
|
206
|
+
127
|
|
206
207
|
]
|
|
207
208
|
}
|
|
208
209
|
],
|
|
@@ -211,13 +212,13 @@
|
|
|
211
212
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-before-close-handler.ts",
|
|
212
213
|
"line": 4,
|
|
213
214
|
"character": 13,
|
|
214
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
215
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts#L4"
|
|
215
216
|
}
|
|
216
217
|
],
|
|
217
218
|
"decorators": []
|
|
218
219
|
},
|
|
219
220
|
{
|
|
220
|
-
"id":
|
|
221
|
+
"id": 3,
|
|
221
222
|
"name": "SkyFlyoutInstance",
|
|
222
223
|
"variant": "declaration",
|
|
223
224
|
"kind": 128,
|
|
@@ -232,7 +233,7 @@
|
|
|
232
233
|
},
|
|
233
234
|
"children": [
|
|
234
235
|
{
|
|
235
|
-
"id":
|
|
236
|
+
"id": 4,
|
|
236
237
|
"name": "constructor",
|
|
237
238
|
"variant": "declaration",
|
|
238
239
|
"kind": 512,
|
|
@@ -242,27 +243,27 @@
|
|
|
242
243
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
243
244
|
"line": 116,
|
|
244
245
|
"character": 2,
|
|
245
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
246
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L116"
|
|
246
247
|
}
|
|
247
248
|
],
|
|
248
249
|
"signatures": [
|
|
249
250
|
{
|
|
250
|
-
"id":
|
|
251
|
+
"id": 5,
|
|
251
252
|
"name": "new SkyFlyoutInstance",
|
|
252
253
|
"variant": "signature",
|
|
253
254
|
"kind": 16384,
|
|
254
255
|
"flags": {},
|
|
255
256
|
"sources": [
|
|
256
257
|
{
|
|
257
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
258
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
258
259
|
"line": 116,
|
|
259
260
|
"character": 2,
|
|
260
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
261
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L116"
|
|
261
262
|
}
|
|
262
263
|
],
|
|
263
264
|
"typeParameter": [
|
|
264
265
|
{
|
|
265
|
-
"id":
|
|
266
|
+
"id": 6,
|
|
266
267
|
"name": "T",
|
|
267
268
|
"variant": "typeParam",
|
|
268
269
|
"kind": 131072,
|
|
@@ -271,7 +272,7 @@
|
|
|
271
272
|
],
|
|
272
273
|
"parameters": [
|
|
273
274
|
{
|
|
274
|
-
"id":
|
|
275
|
+
"id": 7,
|
|
275
276
|
"name": "componentInstance",
|
|
276
277
|
"variant": "param",
|
|
277
278
|
"kind": 32768,
|
|
@@ -288,7 +289,7 @@
|
|
|
288
289
|
],
|
|
289
290
|
"type": {
|
|
290
291
|
"type": "reference",
|
|
291
|
-
"target":
|
|
292
|
+
"target": 3,
|
|
292
293
|
"typeArguments": [
|
|
293
294
|
{
|
|
294
295
|
"type": "reference",
|
|
@@ -304,7 +305,7 @@
|
|
|
304
305
|
]
|
|
305
306
|
},
|
|
306
307
|
{
|
|
307
|
-
"id":
|
|
308
|
+
"id": 10,
|
|
308
309
|
"name": "closed",
|
|
309
310
|
"variant": "declaration",
|
|
310
311
|
"kind": 1024,
|
|
@@ -324,7 +325,7 @@
|
|
|
324
325
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
325
326
|
"line": 26,
|
|
326
327
|
"character": 9,
|
|
327
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
328
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L26"
|
|
328
329
|
}
|
|
329
330
|
],
|
|
330
331
|
"type": {
|
|
@@ -346,7 +347,7 @@
|
|
|
346
347
|
"decorators": []
|
|
347
348
|
},
|
|
348
349
|
{
|
|
349
|
-
"id":
|
|
350
|
+
"id": 11,
|
|
350
351
|
"name": "componentInstance",
|
|
351
352
|
"variant": "declaration",
|
|
352
353
|
"kind": 1024,
|
|
@@ -366,7 +367,7 @@
|
|
|
366
367
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
367
368
|
"line": 31,
|
|
368
369
|
"character": 9,
|
|
369
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
370
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L31"
|
|
370
371
|
}
|
|
371
372
|
],
|
|
372
373
|
"type": {
|
|
@@ -378,7 +379,7 @@
|
|
|
378
379
|
"decorators": []
|
|
379
380
|
},
|
|
380
381
|
{
|
|
381
|
-
"id":
|
|
382
|
+
"id": 14,
|
|
382
383
|
"name": "isOpen",
|
|
383
384
|
"variant": "declaration",
|
|
384
385
|
"kind": 1024,
|
|
@@ -425,7 +426,7 @@
|
|
|
425
426
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
426
427
|
"line": 45,
|
|
427
428
|
"character": 9,
|
|
428
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
429
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L45"
|
|
429
430
|
}
|
|
430
431
|
],
|
|
431
432
|
"type": {
|
|
@@ -436,7 +437,7 @@
|
|
|
436
437
|
"decorators": []
|
|
437
438
|
},
|
|
438
439
|
{
|
|
439
|
-
"id":
|
|
440
|
+
"id": 8,
|
|
440
441
|
"name": "beforeClose",
|
|
441
442
|
"variant": "declaration",
|
|
442
443
|
"kind": 262144,
|
|
@@ -448,11 +449,11 @@
|
|
|
448
449
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
449
450
|
"line": 19,
|
|
450
451
|
"character": 13,
|
|
451
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
452
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L19"
|
|
452
453
|
}
|
|
453
454
|
],
|
|
454
455
|
"getSignature": {
|
|
455
|
-
"id":
|
|
456
|
+
"id": 9,
|
|
456
457
|
"name": "beforeClose",
|
|
457
458
|
"variant": "signature",
|
|
458
459
|
"kind": 524288,
|
|
@@ -475,10 +476,10 @@
|
|
|
475
476
|
},
|
|
476
477
|
"sources": [
|
|
477
478
|
{
|
|
478
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
479
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
479
480
|
"line": 19,
|
|
480
481
|
"character": 2,
|
|
481
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
482
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L19"
|
|
482
483
|
}
|
|
483
484
|
],
|
|
484
485
|
"type": {
|
|
@@ -490,7 +491,7 @@
|
|
|
490
491
|
"typeArguments": [
|
|
491
492
|
{
|
|
492
493
|
"type": "reference",
|
|
493
|
-
"target":
|
|
494
|
+
"target": 121,
|
|
494
495
|
"name": "SkyFlyoutBeforeCloseHandler",
|
|
495
496
|
"package": "@skyux/flyout"
|
|
496
497
|
}
|
|
@@ -502,7 +503,7 @@
|
|
|
502
503
|
"decorators": []
|
|
503
504
|
},
|
|
504
505
|
{
|
|
505
|
-
"id":
|
|
506
|
+
"id": 15,
|
|
506
507
|
"name": "iteratorNextButtonClick",
|
|
507
508
|
"variant": "declaration",
|
|
508
509
|
"kind": 262144,
|
|
@@ -514,11 +515,11 @@
|
|
|
514
515
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
515
516
|
"line": 50,
|
|
516
517
|
"character": 13,
|
|
517
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
518
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L50"
|
|
518
519
|
}
|
|
519
520
|
],
|
|
520
521
|
"getSignature": {
|
|
521
|
-
"id":
|
|
522
|
+
"id": 16,
|
|
522
523
|
"name": "iteratorNextButtonClick",
|
|
523
524
|
"variant": "signature",
|
|
524
525
|
"kind": 524288,
|
|
@@ -533,10 +534,10 @@
|
|
|
533
534
|
},
|
|
534
535
|
"sources": [
|
|
535
536
|
{
|
|
536
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
537
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
537
538
|
"line": 50,
|
|
538
539
|
"character": 2,
|
|
539
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
540
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L50"
|
|
540
541
|
}
|
|
541
542
|
],
|
|
542
543
|
"type": {
|
|
@@ -558,7 +559,7 @@
|
|
|
558
559
|
"decorators": []
|
|
559
560
|
},
|
|
560
561
|
{
|
|
561
|
-
"id":
|
|
562
|
+
"id": 19,
|
|
562
563
|
"name": "iteratorNextButtonDisabled",
|
|
563
564
|
"variant": "declaration",
|
|
564
565
|
"kind": 262144,
|
|
@@ -570,27 +571,27 @@
|
|
|
570
571
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
571
572
|
"line": 65,
|
|
572
573
|
"character": 13,
|
|
573
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
574
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L65"
|
|
574
575
|
},
|
|
575
576
|
{
|
|
576
577
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
577
578
|
"line": 78,
|
|
578
579
|
"character": 13,
|
|
579
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
580
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L78"
|
|
580
581
|
}
|
|
581
582
|
],
|
|
582
583
|
"getSignature": {
|
|
583
|
-
"id":
|
|
584
|
+
"id": 20,
|
|
584
585
|
"name": "iteratorNextButtonDisabled",
|
|
585
586
|
"variant": "signature",
|
|
586
587
|
"kind": 524288,
|
|
587
588
|
"flags": {},
|
|
588
589
|
"sources": [
|
|
589
590
|
{
|
|
590
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
591
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
591
592
|
"line": 78,
|
|
592
593
|
"character": 2,
|
|
593
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
594
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L78"
|
|
594
595
|
}
|
|
595
596
|
],
|
|
596
597
|
"type": {
|
|
@@ -599,7 +600,7 @@
|
|
|
599
600
|
}
|
|
600
601
|
},
|
|
601
602
|
"setSignature": {
|
|
602
|
-
"id":
|
|
603
|
+
"id": 21,
|
|
603
604
|
"name": "iteratorNextButtonDisabled",
|
|
604
605
|
"variant": "signature",
|
|
605
606
|
"kind": 1048576,
|
|
@@ -625,15 +626,15 @@
|
|
|
625
626
|
},
|
|
626
627
|
"sources": [
|
|
627
628
|
{
|
|
628
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
629
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
629
630
|
"line": 65,
|
|
630
631
|
"character": 2,
|
|
631
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
632
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L65"
|
|
632
633
|
}
|
|
633
634
|
],
|
|
634
635
|
"parameters": [
|
|
635
636
|
{
|
|
636
|
-
"id":
|
|
637
|
+
"id": 22,
|
|
637
638
|
"name": "newValue",
|
|
638
639
|
"variant": "param",
|
|
639
640
|
"kind": 32768,
|
|
@@ -652,7 +653,7 @@
|
|
|
652
653
|
"decorators": []
|
|
653
654
|
},
|
|
654
655
|
{
|
|
655
|
-
"id":
|
|
656
|
+
"id": 17,
|
|
656
657
|
"name": "iteratorPreviousButtonClick",
|
|
657
658
|
"variant": "declaration",
|
|
658
659
|
"kind": 262144,
|
|
@@ -664,11 +665,11 @@
|
|
|
664
665
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
665
666
|
"line": 57,
|
|
666
667
|
"character": 13,
|
|
667
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
668
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L57"
|
|
668
669
|
}
|
|
669
670
|
],
|
|
670
671
|
"getSignature": {
|
|
671
|
-
"id":
|
|
672
|
+
"id": 18,
|
|
672
673
|
"name": "iteratorPreviousButtonClick",
|
|
673
674
|
"variant": "signature",
|
|
674
675
|
"kind": 524288,
|
|
@@ -683,10 +684,10 @@
|
|
|
683
684
|
},
|
|
684
685
|
"sources": [
|
|
685
686
|
{
|
|
686
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
687
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
687
688
|
"line": 57,
|
|
688
689
|
"character": 2,
|
|
689
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
690
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L57"
|
|
690
691
|
}
|
|
691
692
|
],
|
|
692
693
|
"type": {
|
|
@@ -708,7 +709,7 @@
|
|
|
708
709
|
"decorators": []
|
|
709
710
|
},
|
|
710
711
|
{
|
|
711
|
-
"id":
|
|
712
|
+
"id": 23,
|
|
712
713
|
"name": "iteratorPreviousButtonDisabled",
|
|
713
714
|
"variant": "declaration",
|
|
714
715
|
"kind": 262144,
|
|
@@ -720,27 +721,27 @@
|
|
|
720
721
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
721
722
|
"line": 86,
|
|
722
723
|
"character": 13,
|
|
723
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
724
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L86"
|
|
724
725
|
},
|
|
725
726
|
{
|
|
726
727
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
727
728
|
"line": 99,
|
|
728
729
|
"character": 13,
|
|
729
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
730
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L99"
|
|
730
731
|
}
|
|
731
732
|
],
|
|
732
733
|
"getSignature": {
|
|
733
|
-
"id":
|
|
734
|
+
"id": 24,
|
|
734
735
|
"name": "iteratorPreviousButtonDisabled",
|
|
735
736
|
"variant": "signature",
|
|
736
737
|
"kind": 524288,
|
|
737
738
|
"flags": {},
|
|
738
739
|
"sources": [
|
|
739
740
|
{
|
|
740
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
741
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
741
742
|
"line": 99,
|
|
742
743
|
"character": 2,
|
|
743
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
744
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L99"
|
|
744
745
|
}
|
|
745
746
|
],
|
|
746
747
|
"type": {
|
|
@@ -749,7 +750,7 @@
|
|
|
749
750
|
}
|
|
750
751
|
},
|
|
751
752
|
"setSignature": {
|
|
752
|
-
"id":
|
|
753
|
+
"id": 25,
|
|
753
754
|
"name": "iteratorPreviousButtonDisabled",
|
|
754
755
|
"variant": "signature",
|
|
755
756
|
"kind": 1048576,
|
|
@@ -775,15 +776,15 @@
|
|
|
775
776
|
},
|
|
776
777
|
"sources": [
|
|
777
778
|
{
|
|
778
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
779
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
779
780
|
"line": 86,
|
|
780
781
|
"character": 2,
|
|
781
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
782
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L86"
|
|
782
783
|
}
|
|
783
784
|
],
|
|
784
785
|
"parameters": [
|
|
785
786
|
{
|
|
786
|
-
"id":
|
|
787
|
+
"id": 26,
|
|
787
788
|
"name": "newValue",
|
|
788
789
|
"variant": "param",
|
|
789
790
|
"kind": 32768,
|
|
@@ -802,7 +803,7 @@
|
|
|
802
803
|
"decorators": []
|
|
803
804
|
},
|
|
804
805
|
{
|
|
805
|
-
"id":
|
|
806
|
+
"id": 33,
|
|
806
807
|
"name": "close",
|
|
807
808
|
"variant": "declaration",
|
|
808
809
|
"kind": 2048,
|
|
@@ -814,12 +815,12 @@
|
|
|
814
815
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
815
816
|
"line": 135,
|
|
816
817
|
"character": 9,
|
|
817
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
818
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L135"
|
|
818
819
|
}
|
|
819
820
|
],
|
|
820
821
|
"signatures": [
|
|
821
822
|
{
|
|
822
|
-
"id":
|
|
823
|
+
"id": 34,
|
|
823
824
|
"name": "close",
|
|
824
825
|
"variant": "signature",
|
|
825
826
|
"kind": 4096,
|
|
@@ -842,15 +843,15 @@
|
|
|
842
843
|
},
|
|
843
844
|
"sources": [
|
|
844
845
|
{
|
|
845
|
-
"fileName": "lib/modules/flyout/flyout-instance.ts",
|
|
846
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
846
847
|
"line": 135,
|
|
847
848
|
"character": 2,
|
|
848
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
849
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L135"
|
|
849
850
|
}
|
|
850
851
|
],
|
|
851
852
|
"parameters": [
|
|
852
853
|
{
|
|
853
|
-
"id":
|
|
854
|
+
"id": 35,
|
|
854
855
|
"name": "args",
|
|
855
856
|
"variant": "param",
|
|
856
857
|
"kind": 32768,
|
|
@@ -867,7 +868,7 @@
|
|
|
867
868
|
},
|
|
868
869
|
"type": {
|
|
869
870
|
"type": "reference",
|
|
870
|
-
"target":
|
|
871
|
+
"target": 130,
|
|
871
872
|
"name": "SkyFlyoutCloseArgs",
|
|
872
873
|
"package": "@skyux/flyout"
|
|
873
874
|
}
|
|
@@ -886,31 +887,31 @@
|
|
|
886
887
|
{
|
|
887
888
|
"title": "Constructors",
|
|
888
889
|
"children": [
|
|
889
|
-
|
|
890
|
+
4
|
|
890
891
|
]
|
|
891
892
|
},
|
|
892
893
|
{
|
|
893
894
|
"title": "Properties",
|
|
894
895
|
"children": [
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
896
|
+
10,
|
|
897
|
+
11,
|
|
898
|
+
14
|
|
898
899
|
]
|
|
899
900
|
},
|
|
900
901
|
{
|
|
901
902
|
"title": "Accessors",
|
|
902
903
|
"children": [
|
|
903
|
-
|
|
904
|
-
13,
|
|
905
|
-
17,
|
|
904
|
+
8,
|
|
906
905
|
15,
|
|
907
|
-
|
|
906
|
+
19,
|
|
907
|
+
17,
|
|
908
|
+
23
|
|
908
909
|
]
|
|
909
910
|
},
|
|
910
911
|
{
|
|
911
912
|
"title": "Methods",
|
|
912
913
|
"children": [
|
|
913
|
-
|
|
914
|
+
33
|
|
914
915
|
]
|
|
915
916
|
}
|
|
916
917
|
],
|
|
@@ -919,12 +920,12 @@
|
|
|
919
920
|
"fileName": "projects/flyout/src/modules/flyout/flyout-instance.ts",
|
|
920
921
|
"line": 13,
|
|
921
922
|
"character": 13,
|
|
922
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
923
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts#L13"
|
|
923
924
|
}
|
|
924
925
|
],
|
|
925
926
|
"typeParameters": [
|
|
926
927
|
{
|
|
927
|
-
"id":
|
|
928
|
+
"id": 36,
|
|
928
929
|
"name": "T",
|
|
929
930
|
"variant": "typeParam",
|
|
930
931
|
"kind": 131072,
|
|
@@ -934,7 +935,7 @@
|
|
|
934
935
|
"decorators": []
|
|
935
936
|
},
|
|
936
937
|
{
|
|
937
|
-
"id":
|
|
938
|
+
"id": 37,
|
|
938
939
|
"name": "SkyFlyoutModule",
|
|
939
940
|
"variant": "declaration",
|
|
940
941
|
"kind": 128,
|
|
@@ -944,7 +945,7 @@
|
|
|
944
945
|
{
|
|
945
946
|
"title": "Constructors",
|
|
946
947
|
"children": [
|
|
947
|
-
|
|
948
|
+
38
|
|
948
949
|
]
|
|
949
950
|
}
|
|
950
951
|
],
|
|
@@ -953,7 +954,7 @@
|
|
|
953
954
|
"fileName": "projects/flyout/src/modules/flyout/flyout.module.ts",
|
|
954
955
|
"line": 9,
|
|
955
956
|
"character": 13,
|
|
956
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
957
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.module.ts#L9"
|
|
957
958
|
}
|
|
958
959
|
],
|
|
959
960
|
"decorators": [
|
|
@@ -966,7 +967,7 @@
|
|
|
966
967
|
]
|
|
967
968
|
},
|
|
968
969
|
{
|
|
969
|
-
"id":
|
|
970
|
+
"id": 77,
|
|
970
971
|
"name": "SkyFlyoutService",
|
|
971
972
|
"variant": "declaration",
|
|
972
973
|
"kind": 128,
|
|
@@ -997,7 +998,7 @@
|
|
|
997
998
|
},
|
|
998
999
|
"children": [
|
|
999
1000
|
{
|
|
1000
|
-
"id":
|
|
1001
|
+
"id": 79,
|
|
1001
1002
|
"name": "constructor",
|
|
1002
1003
|
"variant": "declaration",
|
|
1003
1004
|
"kind": 512,
|
|
@@ -1007,27 +1008,27 @@
|
|
|
1007
1008
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1008
1009
|
"line": 50,
|
|
1009
1010
|
"character": 2,
|
|
1010
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1011
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L50"
|
|
1011
1012
|
}
|
|
1012
1013
|
],
|
|
1013
1014
|
"signatures": [
|
|
1014
1015
|
{
|
|
1015
|
-
"id":
|
|
1016
|
+
"id": 80,
|
|
1016
1017
|
"name": "new SkyFlyoutService",
|
|
1017
1018
|
"variant": "signature",
|
|
1018
1019
|
"kind": 16384,
|
|
1019
1020
|
"flags": {},
|
|
1020
1021
|
"sources": [
|
|
1021
1022
|
{
|
|
1022
|
-
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1023
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
1023
1024
|
"line": 50,
|
|
1024
1025
|
"character": 2,
|
|
1025
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1026
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L50"
|
|
1026
1027
|
}
|
|
1027
1028
|
],
|
|
1028
1029
|
"parameters": [
|
|
1029
1030
|
{
|
|
1030
|
-
"id":
|
|
1031
|
+
"id": 81,
|
|
1031
1032
|
"name": "coreAdapter",
|
|
1032
1033
|
"variant": "param",
|
|
1033
1034
|
"kind": 32768,
|
|
@@ -1043,7 +1044,7 @@
|
|
|
1043
1044
|
}
|
|
1044
1045
|
},
|
|
1045
1046
|
{
|
|
1046
|
-
"id":
|
|
1047
|
+
"id": 82,
|
|
1047
1048
|
"name": "windowRef",
|
|
1048
1049
|
"variant": "param",
|
|
1049
1050
|
"kind": 32768,
|
|
@@ -1059,7 +1060,7 @@
|
|
|
1059
1060
|
}
|
|
1060
1061
|
},
|
|
1061
1062
|
{
|
|
1062
|
-
"id":
|
|
1063
|
+
"id": 83,
|
|
1063
1064
|
"name": "dynamicComponentService",
|
|
1064
1065
|
"variant": "param",
|
|
1065
1066
|
"kind": 32768,
|
|
@@ -1075,7 +1076,7 @@
|
|
|
1075
1076
|
}
|
|
1076
1077
|
},
|
|
1077
1078
|
{
|
|
1078
|
-
"id":
|
|
1079
|
+
"id": 84,
|
|
1079
1080
|
"name": "router",
|
|
1080
1081
|
"variant": "param",
|
|
1081
1082
|
"kind": 32768,
|
|
@@ -1091,7 +1092,7 @@
|
|
|
1091
1092
|
}
|
|
1092
1093
|
},
|
|
1093
1094
|
{
|
|
1094
|
-
"id":
|
|
1095
|
+
"id": 85,
|
|
1095
1096
|
"name": "ngZone",
|
|
1096
1097
|
"variant": "param",
|
|
1097
1098
|
"kind": 32768,
|
|
@@ -1109,7 +1110,7 @@
|
|
|
1109
1110
|
],
|
|
1110
1111
|
"type": {
|
|
1111
1112
|
"type": "reference",
|
|
1112
|
-
"target":
|
|
1113
|
+
"target": 77,
|
|
1113
1114
|
"name": "SkyFlyoutService",
|
|
1114
1115
|
"package": "@skyux/flyout"
|
|
1115
1116
|
}
|
|
@@ -1117,7 +1118,7 @@
|
|
|
1117
1118
|
]
|
|
1118
1119
|
},
|
|
1119
1120
|
{
|
|
1120
|
-
"id":
|
|
1121
|
+
"id": 97,
|
|
1121
1122
|
"name": "close",
|
|
1122
1123
|
"variant": "declaration",
|
|
1123
1124
|
"kind": 2048,
|
|
@@ -1129,12 +1130,12 @@
|
|
|
1129
1130
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1130
1131
|
"line": 75,
|
|
1131
1132
|
"character": 9,
|
|
1132
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1133
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L75"
|
|
1133
1134
|
}
|
|
1134
1135
|
],
|
|
1135
1136
|
"signatures": [
|
|
1136
1137
|
{
|
|
1137
|
-
"id":
|
|
1138
|
+
"id": 98,
|
|
1138
1139
|
"name": "close",
|
|
1139
1140
|
"variant": "signature",
|
|
1140
1141
|
"kind": 4096,
|
|
@@ -1149,15 +1150,15 @@
|
|
|
1149
1150
|
},
|
|
1150
1151
|
"sources": [
|
|
1151
1152
|
{
|
|
1152
|
-
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1153
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
1153
1154
|
"line": 75,
|
|
1154
1155
|
"character": 2,
|
|
1155
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1156
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L75"
|
|
1156
1157
|
}
|
|
1157
1158
|
],
|
|
1158
1159
|
"parameters": [
|
|
1159
1160
|
{
|
|
1160
|
-
"id":
|
|
1161
|
+
"id": 99,
|
|
1161
1162
|
"name": "args",
|
|
1162
1163
|
"variant": "param",
|
|
1163
1164
|
"kind": 32768,
|
|
@@ -1174,7 +1175,7 @@
|
|
|
1174
1175
|
},
|
|
1175
1176
|
"type": {
|
|
1176
1177
|
"type": "reference",
|
|
1177
|
-
"target":
|
|
1178
|
+
"target": 130,
|
|
1178
1179
|
"name": "SkyFlyoutCloseArgs",
|
|
1179
1180
|
"package": "@skyux/flyout"
|
|
1180
1181
|
}
|
|
@@ -1189,7 +1190,7 @@
|
|
|
1189
1190
|
"decorators": []
|
|
1190
1191
|
},
|
|
1191
1192
|
{
|
|
1192
|
-
"id":
|
|
1193
|
+
"id": 95,
|
|
1193
1194
|
"name": "ngOnDestroy",
|
|
1194
1195
|
"variant": "declaration",
|
|
1195
1196
|
"kind": 2048,
|
|
@@ -1201,22 +1202,22 @@
|
|
|
1201
1202
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1202
1203
|
"line": 64,
|
|
1203
1204
|
"character": 9,
|
|
1204
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1205
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L64"
|
|
1205
1206
|
}
|
|
1206
1207
|
],
|
|
1207
1208
|
"signatures": [
|
|
1208
1209
|
{
|
|
1209
|
-
"id":
|
|
1210
|
+
"id": 96,
|
|
1210
1211
|
"name": "ngOnDestroy",
|
|
1211
1212
|
"variant": "signature",
|
|
1212
1213
|
"kind": 4096,
|
|
1213
1214
|
"flags": {},
|
|
1214
1215
|
"sources": [
|
|
1215
1216
|
{
|
|
1216
|
-
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1217
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
1217
1218
|
"line": 64,
|
|
1218
1219
|
"character": 2,
|
|
1219
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1220
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L64"
|
|
1220
1221
|
}
|
|
1221
1222
|
],
|
|
1222
1223
|
"type": {
|
|
@@ -1238,7 +1239,7 @@
|
|
|
1238
1239
|
"decorators": []
|
|
1239
1240
|
},
|
|
1240
1241
|
{
|
|
1241
|
-
"id":
|
|
1242
|
+
"id": 100,
|
|
1242
1243
|
"name": "open",
|
|
1243
1244
|
"variant": "declaration",
|
|
1244
1245
|
"kind": 2048,
|
|
@@ -1250,12 +1251,12 @@
|
|
|
1250
1251
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1251
1252
|
"line": 91,
|
|
1252
1253
|
"character": 9,
|
|
1253
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1254
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L91"
|
|
1254
1255
|
}
|
|
1255
1256
|
],
|
|
1256
1257
|
"signatures": [
|
|
1257
1258
|
{
|
|
1258
|
-
"id":
|
|
1259
|
+
"id": 101,
|
|
1259
1260
|
"name": "open",
|
|
1260
1261
|
"variant": "signature",
|
|
1261
1262
|
"kind": 4096,
|
|
@@ -1270,15 +1271,15 @@
|
|
|
1270
1271
|
},
|
|
1271
1272
|
"sources": [
|
|
1272
1273
|
{
|
|
1273
|
-
"fileName": "lib/modules/flyout/flyout.service.ts",
|
|
1274
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
1274
1275
|
"line": 91,
|
|
1275
1276
|
"character": 2,
|
|
1276
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1277
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L91"
|
|
1277
1278
|
}
|
|
1278
1279
|
],
|
|
1279
1280
|
"typeParameter": [
|
|
1280
1281
|
{
|
|
1281
|
-
"id":
|
|
1282
|
+
"id": 102,
|
|
1282
1283
|
"name": "T",
|
|
1283
1284
|
"variant": "typeParam",
|
|
1284
1285
|
"kind": 131072,
|
|
@@ -1287,7 +1288,7 @@
|
|
|
1287
1288
|
],
|
|
1288
1289
|
"parameters": [
|
|
1289
1290
|
{
|
|
1290
|
-
"id":
|
|
1291
|
+
"id": 103,
|
|
1291
1292
|
"name": "component",
|
|
1292
1293
|
"variant": "param",
|
|
1293
1294
|
"kind": 32768,
|
|
@@ -1319,7 +1320,7 @@
|
|
|
1319
1320
|
}
|
|
1320
1321
|
},
|
|
1321
1322
|
{
|
|
1322
|
-
"id":
|
|
1323
|
+
"id": 104,
|
|
1323
1324
|
"name": "config",
|
|
1324
1325
|
"variant": "param",
|
|
1325
1326
|
"kind": 32768,
|
|
@@ -1336,7 +1337,7 @@
|
|
|
1336
1337
|
},
|
|
1337
1338
|
"type": {
|
|
1338
1339
|
"type": "reference",
|
|
1339
|
-
"target":
|
|
1340
|
+
"target": 132,
|
|
1340
1341
|
"name": "SkyFlyoutConfig",
|
|
1341
1342
|
"package": "@skyux/flyout"
|
|
1342
1343
|
}
|
|
@@ -1344,7 +1345,7 @@
|
|
|
1344
1345
|
],
|
|
1345
1346
|
"type": {
|
|
1346
1347
|
"type": "reference",
|
|
1347
|
-
"target":
|
|
1348
|
+
"target": 3,
|
|
1348
1349
|
"typeArguments": [
|
|
1349
1350
|
{
|
|
1350
1351
|
"type": "reference",
|
|
@@ -1365,15 +1366,15 @@
|
|
|
1365
1366
|
{
|
|
1366
1367
|
"title": "Constructors",
|
|
1367
1368
|
"children": [
|
|
1368
|
-
|
|
1369
|
+
79
|
|
1369
1370
|
]
|
|
1370
1371
|
},
|
|
1371
1372
|
{
|
|
1372
1373
|
"title": "Methods",
|
|
1373
1374
|
"children": [
|
|
1375
|
+
97,
|
|
1374
1376
|
95,
|
|
1375
|
-
|
|
1376
|
-
98
|
|
1377
|
+
100
|
|
1377
1378
|
]
|
|
1378
1379
|
}
|
|
1379
1380
|
],
|
|
@@ -1382,7 +1383,7 @@
|
|
|
1382
1383
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
1383
1384
|
"line": 36,
|
|
1384
1385
|
"character": 13,
|
|
1385
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1386
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/flyout.service.ts#L36"
|
|
1386
1387
|
}
|
|
1387
1388
|
],
|
|
1388
1389
|
"implementedTypes": [
|
|
@@ -1406,14 +1407,14 @@
|
|
|
1406
1407
|
]
|
|
1407
1408
|
},
|
|
1408
1409
|
{
|
|
1409
|
-
"id":
|
|
1410
|
+
"id": 115,
|
|
1410
1411
|
"name": "SkyFlyoutAction",
|
|
1411
1412
|
"variant": "declaration",
|
|
1412
1413
|
"kind": 256,
|
|
1413
1414
|
"flags": {},
|
|
1414
1415
|
"children": [
|
|
1415
1416
|
{
|
|
1416
|
-
"id":
|
|
1417
|
+
"id": 117,
|
|
1417
1418
|
"name": "callback",
|
|
1418
1419
|
"variant": "declaration",
|
|
1419
1420
|
"kind": 1024,
|
|
@@ -1425,28 +1426,28 @@
|
|
|
1425
1426
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1426
1427
|
"line": 10,
|
|
1427
1428
|
"character": 2,
|
|
1428
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1429
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1429
1430
|
}
|
|
1430
1431
|
],
|
|
1431
1432
|
"type": {
|
|
1432
1433
|
"type": "reflection",
|
|
1433
1434
|
"declaration": {
|
|
1434
|
-
"id":
|
|
1435
|
+
"id": 118,
|
|
1435
1436
|
"name": "__type",
|
|
1436
1437
|
"variant": "declaration",
|
|
1437
1438
|
"kind": 65536,
|
|
1438
1439
|
"flags": {},
|
|
1439
1440
|
"sources": [
|
|
1440
1441
|
{
|
|
1441
|
-
"fileName": "lib/modules/flyout/types/flyout-action.ts",
|
|
1442
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
1442
1443
|
"line": 10,
|
|
1443
1444
|
"character": 13,
|
|
1444
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1445
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1445
1446
|
}
|
|
1446
1447
|
],
|
|
1447
1448
|
"signatures": [
|
|
1448
1449
|
{
|
|
1449
|
-
"id":
|
|
1450
|
+
"id": 119,
|
|
1450
1451
|
"name": "__type",
|
|
1451
1452
|
"variant": "signature",
|
|
1452
1453
|
"kind": 4096,
|
|
@@ -1461,10 +1462,10 @@
|
|
|
1461
1462
|
},
|
|
1462
1463
|
"sources": [
|
|
1463
1464
|
{
|
|
1464
|
-
"fileName": "lib/modules/flyout/types/flyout-action.ts",
|
|
1465
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
1465
1466
|
"line": 10,
|
|
1466
1467
|
"character": 13,
|
|
1467
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1468
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L10"
|
|
1468
1469
|
}
|
|
1469
1470
|
],
|
|
1470
1471
|
"type": {
|
|
@@ -1477,7 +1478,7 @@
|
|
|
1477
1478
|
}
|
|
1478
1479
|
},
|
|
1479
1480
|
{
|
|
1480
|
-
"id":
|
|
1481
|
+
"id": 120,
|
|
1481
1482
|
"name": "closeAfterInvoking",
|
|
1482
1483
|
"variant": "declaration",
|
|
1483
1484
|
"kind": 1024,
|
|
@@ -1497,7 +1498,7 @@
|
|
|
1497
1498
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1498
1499
|
"line": 15,
|
|
1499
1500
|
"character": 2,
|
|
1500
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1501
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L15"
|
|
1501
1502
|
}
|
|
1502
1503
|
],
|
|
1503
1504
|
"type": {
|
|
@@ -1506,7 +1507,7 @@
|
|
|
1506
1507
|
}
|
|
1507
1508
|
},
|
|
1508
1509
|
{
|
|
1509
|
-
"id":
|
|
1510
|
+
"id": 116,
|
|
1510
1511
|
"name": "label",
|
|
1511
1512
|
"variant": "declaration",
|
|
1512
1513
|
"kind": 1024,
|
|
@@ -1526,7 +1527,7 @@
|
|
|
1526
1527
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1527
1528
|
"line": 5,
|
|
1528
1529
|
"character": 2,
|
|
1529
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1530
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L5"
|
|
1530
1531
|
}
|
|
1531
1532
|
],
|
|
1532
1533
|
"type": {
|
|
@@ -1539,9 +1540,9 @@
|
|
|
1539
1540
|
{
|
|
1540
1541
|
"title": "Properties",
|
|
1541
1542
|
"children": [
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1543
|
+
117,
|
|
1544
|
+
120,
|
|
1545
|
+
116
|
|
1545
1546
|
]
|
|
1546
1547
|
}
|
|
1547
1548
|
],
|
|
@@ -1550,12 +1551,12 @@
|
|
|
1550
1551
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-action.ts",
|
|
1551
1552
|
"line": 1,
|
|
1552
1553
|
"character": 17,
|
|
1553
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1554
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts#L1"
|
|
1554
1555
|
}
|
|
1555
1556
|
]
|
|
1556
1557
|
},
|
|
1557
1558
|
{
|
|
1558
|
-
"id":
|
|
1559
|
+
"id": 130,
|
|
1559
1560
|
"name": "SkyFlyoutCloseArgs",
|
|
1560
1561
|
"variant": "declaration",
|
|
1561
1562
|
"kind": 256,
|
|
@@ -1570,7 +1571,7 @@
|
|
|
1570
1571
|
},
|
|
1571
1572
|
"children": [
|
|
1572
1573
|
{
|
|
1573
|
-
"id":
|
|
1574
|
+
"id": 131,
|
|
1574
1575
|
"name": "ignoreBeforeClose",
|
|
1575
1576
|
"variant": "declaration",
|
|
1576
1577
|
"kind": 1024,
|
|
@@ -1598,7 +1599,7 @@
|
|
|
1598
1599
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1599
1600
|
"line": 8,
|
|
1600
1601
|
"character": 2,
|
|
1601
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1602
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L8"
|
|
1602
1603
|
}
|
|
1603
1604
|
],
|
|
1604
1605
|
"type": {
|
|
@@ -1611,7 +1612,7 @@
|
|
|
1611
1612
|
{
|
|
1612
1613
|
"title": "Properties",
|
|
1613
1614
|
"children": [
|
|
1614
|
-
|
|
1615
|
+
131
|
|
1615
1616
|
]
|
|
1616
1617
|
}
|
|
1617
1618
|
],
|
|
@@ -1620,12 +1621,12 @@
|
|
|
1620
1621
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-close-args.ts",
|
|
1621
1622
|
"line": 4,
|
|
1622
1623
|
"character": 17,
|
|
1623
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1624
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts#L4"
|
|
1624
1625
|
}
|
|
1625
1626
|
]
|
|
1626
1627
|
},
|
|
1627
1628
|
{
|
|
1628
|
-
"id":
|
|
1629
|
+
"id": 132,
|
|
1629
1630
|
"name": "SkyFlyoutConfig",
|
|
1630
1631
|
"variant": "declaration",
|
|
1631
1632
|
"kind": 256,
|
|
@@ -1640,7 +1641,7 @@
|
|
|
1640
1641
|
},
|
|
1641
1642
|
"children": [
|
|
1642
1643
|
{
|
|
1643
|
-
"id":
|
|
1644
|
+
"id": 133,
|
|
1644
1645
|
"name": "ariaDescribedBy",
|
|
1645
1646
|
"variant": "declaration",
|
|
1646
1647
|
"kind": 1024,
|
|
@@ -1676,7 +1677,7 @@
|
|
|
1676
1677
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1677
1678
|
"line": 16,
|
|
1678
1679
|
"character": 2,
|
|
1679
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1680
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L16"
|
|
1680
1681
|
}
|
|
1681
1682
|
],
|
|
1682
1683
|
"type": {
|
|
@@ -1685,7 +1686,7 @@
|
|
|
1685
1686
|
}
|
|
1686
1687
|
},
|
|
1687
1688
|
{
|
|
1688
|
-
"id":
|
|
1689
|
+
"id": 134,
|
|
1689
1690
|
"name": "ariaLabel",
|
|
1690
1691
|
"variant": "declaration",
|
|
1691
1692
|
"kind": 1024,
|
|
@@ -1729,7 +1730,7 @@
|
|
|
1729
1730
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1730
1731
|
"line": 24,
|
|
1731
1732
|
"character": 2,
|
|
1732
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1733
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L24"
|
|
1733
1734
|
}
|
|
1734
1735
|
],
|
|
1735
1736
|
"type": {
|
|
@@ -1738,7 +1739,7 @@
|
|
|
1738
1739
|
}
|
|
1739
1740
|
},
|
|
1740
1741
|
{
|
|
1741
|
-
"id":
|
|
1742
|
+
"id": 135,
|
|
1742
1743
|
"name": "ariaLabelledBy",
|
|
1743
1744
|
"variant": "declaration",
|
|
1744
1745
|
"kind": 1024,
|
|
@@ -1782,7 +1783,7 @@
|
|
|
1782
1783
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1783
1784
|
"line": 33,
|
|
1784
1785
|
"character": 2,
|
|
1785
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1786
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L33"
|
|
1786
1787
|
}
|
|
1787
1788
|
],
|
|
1788
1789
|
"type": {
|
|
@@ -1791,7 +1792,7 @@
|
|
|
1791
1792
|
}
|
|
1792
1793
|
},
|
|
1793
1794
|
{
|
|
1794
|
-
"id":
|
|
1795
|
+
"id": 136,
|
|
1795
1796
|
"name": "ariaRole",
|
|
1796
1797
|
"variant": "declaration",
|
|
1797
1798
|
"kind": 1024,
|
|
@@ -1847,7 +1848,7 @@
|
|
|
1847
1848
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1848
1849
|
"line": 45,
|
|
1849
1850
|
"character": 2,
|
|
1850
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1851
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L45"
|
|
1851
1852
|
}
|
|
1852
1853
|
],
|
|
1853
1854
|
"type": {
|
|
@@ -1856,7 +1857,7 @@
|
|
|
1856
1857
|
}
|
|
1857
1858
|
},
|
|
1858
1859
|
{
|
|
1859
|
-
"id":
|
|
1860
|
+
"id": 137,
|
|
1860
1861
|
"name": "defaultWidth",
|
|
1861
1862
|
"variant": "declaration",
|
|
1862
1863
|
"kind": 1024,
|
|
@@ -1876,7 +1877,7 @@
|
|
|
1876
1877
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1877
1878
|
"line": 51,
|
|
1878
1879
|
"character": 2,
|
|
1879
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1880
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L51"
|
|
1880
1881
|
}
|
|
1881
1882
|
],
|
|
1882
1883
|
"type": {
|
|
@@ -1885,7 +1886,7 @@
|
|
|
1885
1886
|
}
|
|
1886
1887
|
},
|
|
1887
1888
|
{
|
|
1888
|
-
"id":
|
|
1889
|
+
"id": 145,
|
|
1889
1890
|
"name": "iteratorNextButtonDisabled",
|
|
1890
1891
|
"variant": "declaration",
|
|
1891
1892
|
"kind": 1024,
|
|
@@ -1916,7 +1917,7 @@
|
|
|
1916
1917
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1917
1918
|
"line": 100,
|
|
1918
1919
|
"character": 2,
|
|
1919
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1920
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L100"
|
|
1920
1921
|
}
|
|
1921
1922
|
],
|
|
1922
1923
|
"type": {
|
|
@@ -1925,7 +1926,7 @@
|
|
|
1925
1926
|
}
|
|
1926
1927
|
},
|
|
1927
1928
|
{
|
|
1928
|
-
"id":
|
|
1929
|
+
"id": 144,
|
|
1929
1930
|
"name": "iteratorPreviousButtonDisabled",
|
|
1930
1931
|
"variant": "declaration",
|
|
1931
1932
|
"kind": 1024,
|
|
@@ -1956,7 +1957,7 @@
|
|
|
1956
1957
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1957
1958
|
"line": 93,
|
|
1958
1959
|
"character": 2,
|
|
1959
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1960
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L93"
|
|
1960
1961
|
}
|
|
1961
1962
|
],
|
|
1962
1963
|
"type": {
|
|
@@ -1965,7 +1966,7 @@
|
|
|
1965
1966
|
}
|
|
1966
1967
|
},
|
|
1967
1968
|
{
|
|
1968
|
-
"id":
|
|
1969
|
+
"id": 139,
|
|
1969
1970
|
"name": "maxWidth",
|
|
1970
1971
|
"variant": "declaration",
|
|
1971
1972
|
"kind": 1024,
|
|
@@ -1996,7 +1997,7 @@
|
|
|
1996
1997
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1997
1998
|
"line": 63,
|
|
1998
1999
|
"character": 2,
|
|
1999
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2000
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L63"
|
|
2000
2001
|
}
|
|
2001
2002
|
],
|
|
2002
2003
|
"type": {
|
|
@@ -2005,7 +2006,7 @@
|
|
|
2005
2006
|
}
|
|
2006
2007
|
},
|
|
2007
2008
|
{
|
|
2008
|
-
"id":
|
|
2009
|
+
"id": 138,
|
|
2009
2010
|
"name": "minWidth",
|
|
2010
2011
|
"variant": "declaration",
|
|
2011
2012
|
"kind": 1024,
|
|
@@ -2036,7 +2037,7 @@
|
|
|
2036
2037
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
2037
2038
|
"line": 57,
|
|
2038
2039
|
"character": 2,
|
|
2039
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2040
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L57"
|
|
2040
2041
|
}
|
|
2041
2042
|
],
|
|
2042
2043
|
"type": {
|
|
@@ -2045,7 +2046,7 @@
|
|
|
2045
2046
|
}
|
|
2046
2047
|
},
|
|
2047
2048
|
{
|
|
2048
|
-
"id":
|
|
2049
|
+
"id": 140,
|
|
2049
2050
|
"name": "permalink",
|
|
2050
2051
|
"variant": "declaration",
|
|
2051
2052
|
"kind": 1024,
|
|
@@ -2065,18 +2066,18 @@
|
|
|
2065
2066
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
2066
2067
|
"line": 69,
|
|
2067
2068
|
"character": 2,
|
|
2068
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2069
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L69"
|
|
2069
2070
|
}
|
|
2070
2071
|
],
|
|
2071
2072
|
"type": {
|
|
2072
2073
|
"type": "reference",
|
|
2073
|
-
"target":
|
|
2074
|
+
"target": 159,
|
|
2074
2075
|
"name": "SkyFlyoutPermalink",
|
|
2075
2076
|
"package": "@skyux/flyout"
|
|
2076
2077
|
}
|
|
2077
2078
|
},
|
|
2078
2079
|
{
|
|
2079
|
-
"id":
|
|
2080
|
+
"id": 141,
|
|
2080
2081
|
"name": "primaryAction",
|
|
2081
2082
|
"variant": "declaration",
|
|
2082
2083
|
"kind": 1024,
|
|
@@ -2096,18 +2097,18 @@
|
|
|
2096
2097
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
2097
2098
|
"line": 74,
|
|
2098
2099
|
"character": 2,
|
|
2099
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2100
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L74"
|
|
2100
2101
|
}
|
|
2101
2102
|
],
|
|
2102
2103
|
"type": {
|
|
2103
2104
|
"type": "reference",
|
|
2104
|
-
"target":
|
|
2105
|
+
"target": 115,
|
|
2105
2106
|
"name": "SkyFlyoutAction",
|
|
2106
2107
|
"package": "@skyux/flyout"
|
|
2107
2108
|
}
|
|
2108
2109
|
},
|
|
2109
2110
|
{
|
|
2110
|
-
"id":
|
|
2111
|
+
"id": 142,
|
|
2111
2112
|
"name": "providers",
|
|
2112
2113
|
"variant": "declaration",
|
|
2113
2114
|
"kind": 1024,
|
|
@@ -2127,7 +2128,7 @@
|
|
|
2127
2128
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
2128
2129
|
"line": 79,
|
|
2129
2130
|
"character": 2,
|
|
2130
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2131
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L79"
|
|
2131
2132
|
}
|
|
2132
2133
|
],
|
|
2133
2134
|
"type": {
|
|
@@ -2139,7 +2140,7 @@
|
|
|
2139
2140
|
}
|
|
2140
2141
|
},
|
|
2141
2142
|
{
|
|
2142
|
-
"id":
|
|
2143
|
+
"id": 146,
|
|
2143
2144
|
"name": "settingsKey",
|
|
2144
2145
|
"variant": "declaration",
|
|
2145
2146
|
"kind": 1024,
|
|
@@ -2159,7 +2160,7 @@
|
|
|
2159
2160
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
2160
2161
|
"line": 108,
|
|
2161
2162
|
"character": 2,
|
|
2162
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2163
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L108"
|
|
2163
2164
|
}
|
|
2164
2165
|
],
|
|
2165
2166
|
"type": {
|
|
@@ -2168,7 +2169,7 @@
|
|
|
2168
2169
|
}
|
|
2169
2170
|
},
|
|
2170
2171
|
{
|
|
2171
|
-
"id":
|
|
2172
|
+
"id": 143,
|
|
2172
2173
|
"name": "showIterator",
|
|
2173
2174
|
"variant": "declaration",
|
|
2174
2175
|
"kind": 1024,
|
|
@@ -2199,7 +2200,7 @@
|
|
|
2199
2200
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
2200
2201
|
"line": 86,
|
|
2201
2202
|
"character": 2,
|
|
2202
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2203
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L86"
|
|
2203
2204
|
}
|
|
2204
2205
|
],
|
|
2205
2206
|
"type": {
|
|
@@ -2212,20 +2213,20 @@
|
|
|
2212
2213
|
{
|
|
2213
2214
|
"title": "Properties",
|
|
2214
2215
|
"children": [
|
|
2215
|
-
131,
|
|
2216
|
-
132,
|
|
2217
2216
|
133,
|
|
2218
2217
|
134,
|
|
2219
2218
|
135,
|
|
2220
|
-
143,
|
|
2221
|
-
142,
|
|
2222
|
-
137,
|
|
2223
2219
|
136,
|
|
2224
|
-
|
|
2220
|
+
137,
|
|
2221
|
+
145,
|
|
2222
|
+
144,
|
|
2225
2223
|
139,
|
|
2224
|
+
138,
|
|
2226
2225
|
140,
|
|
2227
|
-
|
|
2228
|
-
|
|
2226
|
+
141,
|
|
2227
|
+
142,
|
|
2228
|
+
146,
|
|
2229
|
+
143
|
|
2229
2230
|
]
|
|
2230
2231
|
}
|
|
2231
2232
|
],
|
|
@@ -2234,19 +2235,19 @@
|
|
|
2234
2235
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
2235
2236
|
"line": 7,
|
|
2236
2237
|
"character": 17,
|
|
2237
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2238
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts#L7"
|
|
2238
2239
|
}
|
|
2239
2240
|
]
|
|
2240
2241
|
},
|
|
2241
2242
|
{
|
|
2242
|
-
"id":
|
|
2243
|
+
"id": 159,
|
|
2243
2244
|
"name": "SkyFlyoutPermalink",
|
|
2244
2245
|
"variant": "declaration",
|
|
2245
2246
|
"kind": 256,
|
|
2246
2247
|
"flags": {},
|
|
2247
2248
|
"children": [
|
|
2248
2249
|
{
|
|
2249
|
-
"id":
|
|
2250
|
+
"id": 160,
|
|
2250
2251
|
"name": "label",
|
|
2251
2252
|
"variant": "declaration",
|
|
2252
2253
|
"kind": 1024,
|
|
@@ -2266,7 +2267,7 @@
|
|
|
2266
2267
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2267
2268
|
"line": 7,
|
|
2268
2269
|
"character": 2,
|
|
2269
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2270
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L7"
|
|
2270
2271
|
}
|
|
2271
2272
|
],
|
|
2272
2273
|
"type": {
|
|
@@ -2275,7 +2276,7 @@
|
|
|
2275
2276
|
}
|
|
2276
2277
|
},
|
|
2277
2278
|
{
|
|
2278
|
-
"id":
|
|
2279
|
+
"id": 161,
|
|
2279
2280
|
"name": "route",
|
|
2280
2281
|
"variant": "declaration",
|
|
2281
2282
|
"kind": 1024,
|
|
@@ -2303,30 +2304,30 @@
|
|
|
2303
2304
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2304
2305
|
"line": 15,
|
|
2305
2306
|
"character": 2,
|
|
2306
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2307
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
2307
2308
|
}
|
|
2308
2309
|
],
|
|
2309
2310
|
"type": {
|
|
2310
2311
|
"type": "reflection",
|
|
2311
2312
|
"declaration": {
|
|
2312
|
-
"id":
|
|
2313
|
+
"id": 162,
|
|
2313
2314
|
"name": "__type",
|
|
2314
2315
|
"variant": "declaration",
|
|
2315
2316
|
"kind": 65536,
|
|
2316
2317
|
"flags": {},
|
|
2317
2318
|
"children": [
|
|
2318
2319
|
{
|
|
2319
|
-
"id":
|
|
2320
|
+
"id": 163,
|
|
2320
2321
|
"name": "commands",
|
|
2321
2322
|
"variant": "declaration",
|
|
2322
2323
|
"kind": 1024,
|
|
2323
2324
|
"flags": {},
|
|
2324
2325
|
"sources": [
|
|
2325
2326
|
{
|
|
2326
|
-
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2327
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2327
2328
|
"line": 16,
|
|
2328
2329
|
"character": 4,
|
|
2329
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2330
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L16"
|
|
2330
2331
|
}
|
|
2331
2332
|
],
|
|
2332
2333
|
"type": {
|
|
@@ -2338,7 +2339,7 @@
|
|
|
2338
2339
|
}
|
|
2339
2340
|
},
|
|
2340
2341
|
{
|
|
2341
|
-
"id":
|
|
2342
|
+
"id": 164,
|
|
2342
2343
|
"name": "extras",
|
|
2343
2344
|
"variant": "declaration",
|
|
2344
2345
|
"kind": 1024,
|
|
@@ -2347,10 +2348,10 @@
|
|
|
2347
2348
|
},
|
|
2348
2349
|
"sources": [
|
|
2349
2350
|
{
|
|
2350
|
-
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2351
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2351
2352
|
"line": 17,
|
|
2352
2353
|
"character": 4,
|
|
2353
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2354
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L17"
|
|
2354
2355
|
}
|
|
2355
2356
|
],
|
|
2356
2357
|
"type": {
|
|
@@ -2368,24 +2369,24 @@
|
|
|
2368
2369
|
{
|
|
2369
2370
|
"title": "Properties",
|
|
2370
2371
|
"children": [
|
|
2371
|
-
|
|
2372
|
-
|
|
2372
|
+
163,
|
|
2373
|
+
164
|
|
2373
2374
|
]
|
|
2374
2375
|
}
|
|
2375
2376
|
],
|
|
2376
2377
|
"sources": [
|
|
2377
2378
|
{
|
|
2378
|
-
"fileName": "lib/modules/flyout/types/flyout-permalink.ts",
|
|
2379
|
+
"fileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2379
2380
|
"line": 15,
|
|
2380
2381
|
"character": 10,
|
|
2381
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2382
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L15"
|
|
2382
2383
|
}
|
|
2383
2384
|
]
|
|
2384
2385
|
}
|
|
2385
2386
|
}
|
|
2386
2387
|
},
|
|
2387
2388
|
{
|
|
2388
|
-
"id":
|
|
2389
|
+
"id": 165,
|
|
2389
2390
|
"name": "url",
|
|
2390
2391
|
"variant": "declaration",
|
|
2391
2392
|
"kind": 1024,
|
|
@@ -2405,7 +2406,7 @@
|
|
|
2405
2406
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2406
2407
|
"line": 23,
|
|
2407
2408
|
"character": 2,
|
|
2408
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2409
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L23"
|
|
2409
2410
|
}
|
|
2410
2411
|
],
|
|
2411
2412
|
"type": {
|
|
@@ -2418,9 +2419,9 @@
|
|
|
2418
2419
|
{
|
|
2419
2420
|
"title": "Properties",
|
|
2420
2421
|
"children": [
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2422
|
+
160,
|
|
2423
|
+
161,
|
|
2424
|
+
165
|
|
2424
2425
|
]
|
|
2425
2426
|
}
|
|
2426
2427
|
],
|
|
@@ -2429,386 +2430,2236 @@
|
|
|
2429
2430
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-permalink.ts",
|
|
2430
2431
|
"line": 3,
|
|
2431
2432
|
"character": 17,
|
|
2432
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2433
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts#L3"
|
|
2433
2434
|
}
|
|
2434
2435
|
]
|
|
2435
|
-
}
|
|
2436
|
-
],
|
|
2437
|
-
"groups": [
|
|
2438
|
-
{
|
|
2439
|
-
"title": "Classes",
|
|
2440
|
-
"children": [
|
|
2441
|
-
119,
|
|
2442
|
-
1,
|
|
2443
|
-
35,
|
|
2444
|
-
75
|
|
2445
|
-
]
|
|
2446
2436
|
},
|
|
2447
2437
|
{
|
|
2448
|
-
"
|
|
2438
|
+
"id": 277,
|
|
2439
|
+
"name": "SkyFlyoutHarness",
|
|
2440
|
+
"variant": "declaration",
|
|
2441
|
+
"kind": 128,
|
|
2442
|
+
"flags": {},
|
|
2443
|
+
"comment": {
|
|
2444
|
+
"summary": [
|
|
2445
|
+
{
|
|
2446
|
+
"kind": "text",
|
|
2447
|
+
"text": "Harness for interacting with a flyout component in tests."
|
|
2448
|
+
}
|
|
2449
|
+
]
|
|
2450
|
+
},
|
|
2449
2451
|
"children": [
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2452
|
+
{
|
|
2453
|
+
"id": 284,
|
|
2454
|
+
"name": "constructor",
|
|
2455
|
+
"variant": "declaration",
|
|
2456
|
+
"kind": 512,
|
|
2457
|
+
"flags": {},
|
|
2458
|
+
"sources": [
|
|
2459
|
+
{
|
|
2460
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2461
|
+
"line": 38,
|
|
2462
|
+
"character": 4
|
|
2463
|
+
}
|
|
2464
|
+
],
|
|
2465
|
+
"signatures": [
|
|
2466
|
+
{
|
|
2467
|
+
"id": 285,
|
|
2468
|
+
"name": "new SkyFlyoutHarness",
|
|
2469
|
+
"variant": "signature",
|
|
2470
|
+
"kind": 16384,
|
|
2471
|
+
"flags": {},
|
|
2472
|
+
"sources": [
|
|
2473
|
+
{
|
|
2474
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2475
|
+
"line": 38,
|
|
2476
|
+
"character": 4
|
|
2477
|
+
}
|
|
2478
|
+
],
|
|
2479
|
+
"parameters": [
|
|
2480
|
+
{
|
|
2481
|
+
"id": 286,
|
|
2482
|
+
"name": "locatorFactory",
|
|
2483
|
+
"variant": "param",
|
|
2484
|
+
"kind": 32768,
|
|
2485
|
+
"flags": {},
|
|
2486
|
+
"type": {
|
|
2487
|
+
"type": "reference",
|
|
2488
|
+
"target": {
|
|
2489
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
2490
|
+
"qualifiedName": "LocatorFactory"
|
|
2491
|
+
},
|
|
2492
|
+
"name": "LocatorFactory",
|
|
2493
|
+
"package": "@angular/cdk"
|
|
2494
|
+
}
|
|
2495
|
+
}
|
|
2496
|
+
],
|
|
2497
|
+
"type": {
|
|
2498
|
+
"type": "reference",
|
|
2499
|
+
"target": 277,
|
|
2500
|
+
"name": "SkyFlyoutHarness",
|
|
2501
|
+
"package": "@skyux/flyout"
|
|
2502
|
+
},
|
|
2503
|
+
"inheritedFrom": {
|
|
2504
|
+
"type": "reference",
|
|
2505
|
+
"target": -1,
|
|
2506
|
+
"name": "SkyQueryableComponentHarness.constructor"
|
|
2507
|
+
}
|
|
2508
|
+
}
|
|
2509
|
+
],
|
|
2510
|
+
"inheritedFrom": {
|
|
2511
|
+
"type": "reference",
|
|
2512
|
+
"target": -1,
|
|
2513
|
+
"name": "SkyQueryableComponentHarness.constructor"
|
|
2514
|
+
}
|
|
2515
|
+
},
|
|
2516
|
+
{
|
|
2517
|
+
"id": 288,
|
|
2518
|
+
"name": "clickNextIteratorButton",
|
|
2519
|
+
"variant": "declaration",
|
|
2520
|
+
"kind": 2048,
|
|
2521
|
+
"flags": {
|
|
2522
|
+
"isPublic": true
|
|
2523
|
+
},
|
|
2524
|
+
"sources": [
|
|
2525
|
+
{
|
|
2526
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2527
|
+
"line": 20,
|
|
2528
|
+
"character": 15,
|
|
2529
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L20"
|
|
2530
|
+
}
|
|
2531
|
+
],
|
|
2532
|
+
"signatures": [
|
|
2533
|
+
{
|
|
2534
|
+
"id": 289,
|
|
2535
|
+
"name": "clickNextIteratorButton",
|
|
2536
|
+
"variant": "signature",
|
|
2537
|
+
"kind": 4096,
|
|
2538
|
+
"flags": {},
|
|
2539
|
+
"comment": {
|
|
2540
|
+
"summary": [
|
|
2541
|
+
{
|
|
2542
|
+
"kind": "text",
|
|
2543
|
+
"text": "Clicks the flyout's next iterator button."
|
|
2544
|
+
}
|
|
2545
|
+
]
|
|
2546
|
+
},
|
|
2547
|
+
"sources": [
|
|
2548
|
+
{
|
|
2549
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
2550
|
+
"line": 20,
|
|
2551
|
+
"character": 2,
|
|
2552
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L20"
|
|
2553
|
+
}
|
|
2554
|
+
],
|
|
2555
|
+
"type": {
|
|
2556
|
+
"type": "reference",
|
|
2557
|
+
"target": {
|
|
2558
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2559
|
+
"qualifiedName": "Promise"
|
|
2560
|
+
},
|
|
2561
|
+
"typeArguments": [
|
|
2562
|
+
{
|
|
2563
|
+
"type": "intrinsic",
|
|
2564
|
+
"name": "void"
|
|
2565
|
+
}
|
|
2566
|
+
],
|
|
2567
|
+
"name": "Promise",
|
|
2568
|
+
"package": "typescript"
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"decorators": []
|
|
2573
|
+
},
|
|
2574
|
+
{
|
|
2575
|
+
"id": 290,
|
|
2576
|
+
"name": "clickPreviousIteratorButton",
|
|
2577
|
+
"variant": "declaration",
|
|
2578
|
+
"kind": 2048,
|
|
2579
|
+
"flags": {
|
|
2580
|
+
"isPublic": true
|
|
2581
|
+
},
|
|
2582
|
+
"sources": [
|
|
2583
|
+
{
|
|
2584
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2585
|
+
"line": 29,
|
|
2586
|
+
"character": 15,
|
|
2587
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L29"
|
|
2588
|
+
}
|
|
2589
|
+
],
|
|
2590
|
+
"signatures": [
|
|
2591
|
+
{
|
|
2592
|
+
"id": 291,
|
|
2593
|
+
"name": "clickPreviousIteratorButton",
|
|
2594
|
+
"variant": "signature",
|
|
2595
|
+
"kind": 4096,
|
|
2596
|
+
"flags": {},
|
|
2597
|
+
"comment": {
|
|
2598
|
+
"summary": [
|
|
2599
|
+
{
|
|
2600
|
+
"kind": "text",
|
|
2601
|
+
"text": "Clicks the flyout's previous iterator button."
|
|
2602
|
+
}
|
|
2603
|
+
]
|
|
2604
|
+
},
|
|
2605
|
+
"sources": [
|
|
2606
|
+
{
|
|
2607
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
2608
|
+
"line": 29,
|
|
2609
|
+
"character": 2,
|
|
2610
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L29"
|
|
2611
|
+
}
|
|
2612
|
+
],
|
|
2613
|
+
"type": {
|
|
2614
|
+
"type": "reference",
|
|
2615
|
+
"target": {
|
|
2616
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2617
|
+
"qualifiedName": "Promise"
|
|
2618
|
+
},
|
|
2619
|
+
"typeArguments": [
|
|
2620
|
+
{
|
|
2621
|
+
"type": "intrinsic",
|
|
2622
|
+
"name": "void"
|
|
2623
|
+
}
|
|
2624
|
+
],
|
|
2625
|
+
"name": "Promise",
|
|
2626
|
+
"package": "typescript"
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"decorators": []
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"id": 292,
|
|
2634
|
+
"name": "clickPrimaryActionButton",
|
|
2635
|
+
"variant": "declaration",
|
|
2636
|
+
"kind": 2048,
|
|
2637
|
+
"flags": {
|
|
2638
|
+
"isPublic": true
|
|
2639
|
+
},
|
|
2640
|
+
"sources": [
|
|
2641
|
+
{
|
|
2642
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2643
|
+
"line": 38,
|
|
2644
|
+
"character": 15,
|
|
2645
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L38"
|
|
2646
|
+
}
|
|
2647
|
+
],
|
|
2648
|
+
"signatures": [
|
|
2649
|
+
{
|
|
2650
|
+
"id": 293,
|
|
2651
|
+
"name": "clickPrimaryActionButton",
|
|
2652
|
+
"variant": "signature",
|
|
2653
|
+
"kind": 4096,
|
|
2654
|
+
"flags": {},
|
|
2655
|
+
"comment": {
|
|
2656
|
+
"summary": [
|
|
2657
|
+
{
|
|
2658
|
+
"kind": "text",
|
|
2659
|
+
"text": "Clicks the flyout's primary action button."
|
|
2660
|
+
}
|
|
2661
|
+
]
|
|
2662
|
+
},
|
|
2663
|
+
"sources": [
|
|
2664
|
+
{
|
|
2665
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
2666
|
+
"line": 38,
|
|
2667
|
+
"character": 2,
|
|
2668
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L38"
|
|
2669
|
+
}
|
|
2670
|
+
],
|
|
2671
|
+
"type": {
|
|
2672
|
+
"type": "reference",
|
|
2673
|
+
"target": {
|
|
2674
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2675
|
+
"qualifiedName": "Promise"
|
|
2676
|
+
},
|
|
2677
|
+
"typeArguments": [
|
|
2678
|
+
{
|
|
2679
|
+
"type": "intrinsic",
|
|
2680
|
+
"name": "void"
|
|
2681
|
+
}
|
|
2682
|
+
],
|
|
2683
|
+
"name": "Promise",
|
|
2684
|
+
"package": "typescript"
|
|
2685
|
+
}
|
|
2686
|
+
}
|
|
2687
|
+
],
|
|
2688
|
+
"decorators": []
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"id": 294,
|
|
2692
|
+
"name": "closeFlyout",
|
|
2693
|
+
"variant": "declaration",
|
|
2694
|
+
"kind": 2048,
|
|
2695
|
+
"flags": {
|
|
2696
|
+
"isPublic": true
|
|
2697
|
+
},
|
|
2698
|
+
"sources": [
|
|
2699
|
+
{
|
|
2700
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2701
|
+
"line": 47,
|
|
2702
|
+
"character": 15,
|
|
2703
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L47"
|
|
2704
|
+
}
|
|
2705
|
+
],
|
|
2706
|
+
"signatures": [
|
|
2707
|
+
{
|
|
2708
|
+
"id": 295,
|
|
2709
|
+
"name": "closeFlyout",
|
|
2710
|
+
"variant": "signature",
|
|
2711
|
+
"kind": 4096,
|
|
2712
|
+
"flags": {},
|
|
2713
|
+
"comment": {
|
|
2714
|
+
"summary": [
|
|
2715
|
+
{
|
|
2716
|
+
"kind": "text",
|
|
2717
|
+
"text": "Clicks the flyout's close button."
|
|
2718
|
+
}
|
|
2719
|
+
]
|
|
2720
|
+
},
|
|
2721
|
+
"sources": [
|
|
2722
|
+
{
|
|
2723
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
2724
|
+
"line": 47,
|
|
2725
|
+
"character": 2,
|
|
2726
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L47"
|
|
2727
|
+
}
|
|
2728
|
+
],
|
|
2729
|
+
"type": {
|
|
2730
|
+
"type": "reference",
|
|
2731
|
+
"target": {
|
|
2732
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2733
|
+
"qualifiedName": "Promise"
|
|
2734
|
+
},
|
|
2735
|
+
"typeArguments": [
|
|
2736
|
+
{
|
|
2737
|
+
"type": "intrinsic",
|
|
2738
|
+
"name": "void"
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2741
|
+
"name": "Promise",
|
|
2742
|
+
"package": "typescript"
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
],
|
|
2746
|
+
"decorators": []
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"id": 296,
|
|
2750
|
+
"name": "getAriaDescribedBy",
|
|
2751
|
+
"variant": "declaration",
|
|
2752
|
+
"kind": 2048,
|
|
2753
|
+
"flags": {
|
|
2754
|
+
"isPublic": true
|
|
2755
|
+
},
|
|
2756
|
+
"sources": [
|
|
2757
|
+
{
|
|
2758
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2759
|
+
"line": 55,
|
|
2760
|
+
"character": 15,
|
|
2761
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L55"
|
|
2762
|
+
}
|
|
2763
|
+
],
|
|
2764
|
+
"signatures": [
|
|
2765
|
+
{
|
|
2766
|
+
"id": 297,
|
|
2767
|
+
"name": "getAriaDescribedBy",
|
|
2768
|
+
"variant": "signature",
|
|
2769
|
+
"kind": 4096,
|
|
2770
|
+
"flags": {},
|
|
2771
|
+
"comment": {
|
|
2772
|
+
"summary": [
|
|
2773
|
+
{
|
|
2774
|
+
"kind": "text",
|
|
2775
|
+
"text": "Gets the flyout's aria-describedby attribute."
|
|
2776
|
+
}
|
|
2777
|
+
]
|
|
2778
|
+
},
|
|
2779
|
+
"sources": [
|
|
2780
|
+
{
|
|
2781
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
2782
|
+
"line": 55,
|
|
2783
|
+
"character": 2,
|
|
2784
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L55"
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2787
|
+
"type": {
|
|
2788
|
+
"type": "reference",
|
|
2789
|
+
"target": {
|
|
2790
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2791
|
+
"qualifiedName": "Promise"
|
|
2792
|
+
},
|
|
2793
|
+
"typeArguments": [
|
|
2794
|
+
{
|
|
2795
|
+
"type": "intrinsic",
|
|
2796
|
+
"name": "string"
|
|
2797
|
+
}
|
|
2798
|
+
],
|
|
2799
|
+
"name": "Promise",
|
|
2800
|
+
"package": "typescript"
|
|
2801
|
+
}
|
|
2802
|
+
}
|
|
2803
|
+
],
|
|
2804
|
+
"decorators": []
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"id": 298,
|
|
2808
|
+
"name": "getAriaLabel",
|
|
2809
|
+
"variant": "declaration",
|
|
2810
|
+
"kind": 2048,
|
|
2811
|
+
"flags": {
|
|
2812
|
+
"isPublic": true
|
|
2813
|
+
},
|
|
2814
|
+
"sources": [
|
|
2815
|
+
{
|
|
2816
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2817
|
+
"line": 62,
|
|
2818
|
+
"character": 15,
|
|
2819
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L62"
|
|
2820
|
+
}
|
|
2821
|
+
],
|
|
2822
|
+
"signatures": [
|
|
2823
|
+
{
|
|
2824
|
+
"id": 299,
|
|
2825
|
+
"name": "getAriaLabel",
|
|
2826
|
+
"variant": "signature",
|
|
2827
|
+
"kind": 4096,
|
|
2828
|
+
"flags": {},
|
|
2829
|
+
"comment": {
|
|
2830
|
+
"summary": [
|
|
2831
|
+
{
|
|
2832
|
+
"kind": "text",
|
|
2833
|
+
"text": "Gets the flyout's aria-label attribute."
|
|
2834
|
+
}
|
|
2835
|
+
]
|
|
2836
|
+
},
|
|
2837
|
+
"sources": [
|
|
2838
|
+
{
|
|
2839
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
2840
|
+
"line": 62,
|
|
2841
|
+
"character": 2,
|
|
2842
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L62"
|
|
2843
|
+
}
|
|
2844
|
+
],
|
|
2845
|
+
"type": {
|
|
2846
|
+
"type": "reference",
|
|
2847
|
+
"target": {
|
|
2848
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2849
|
+
"qualifiedName": "Promise"
|
|
2850
|
+
},
|
|
2851
|
+
"typeArguments": [
|
|
2852
|
+
{
|
|
2853
|
+
"type": "intrinsic",
|
|
2854
|
+
"name": "string"
|
|
2855
|
+
}
|
|
2856
|
+
],
|
|
2857
|
+
"name": "Promise",
|
|
2858
|
+
"package": "typescript"
|
|
2859
|
+
}
|
|
2860
|
+
}
|
|
2861
|
+
],
|
|
2862
|
+
"decorators": []
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"id": 300,
|
|
2866
|
+
"name": "getAriaLabelledBy",
|
|
2867
|
+
"variant": "declaration",
|
|
2868
|
+
"kind": 2048,
|
|
2869
|
+
"flags": {
|
|
2870
|
+
"isPublic": true
|
|
2871
|
+
},
|
|
2872
|
+
"sources": [
|
|
2873
|
+
{
|
|
2874
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2875
|
+
"line": 69,
|
|
2876
|
+
"character": 15,
|
|
2877
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L69"
|
|
2878
|
+
}
|
|
2879
|
+
],
|
|
2880
|
+
"signatures": [
|
|
2881
|
+
{
|
|
2882
|
+
"id": 301,
|
|
2883
|
+
"name": "getAriaLabelledBy",
|
|
2884
|
+
"variant": "signature",
|
|
2885
|
+
"kind": 4096,
|
|
2886
|
+
"flags": {},
|
|
2887
|
+
"comment": {
|
|
2888
|
+
"summary": [
|
|
2889
|
+
{
|
|
2890
|
+
"kind": "text",
|
|
2891
|
+
"text": "Gets the flyout's aria-labelledby attribute."
|
|
2892
|
+
}
|
|
2893
|
+
]
|
|
2894
|
+
},
|
|
2895
|
+
"sources": [
|
|
2896
|
+
{
|
|
2897
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
2898
|
+
"line": 69,
|
|
2899
|
+
"character": 2,
|
|
2900
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L69"
|
|
2901
|
+
}
|
|
2902
|
+
],
|
|
2903
|
+
"type": {
|
|
2904
|
+
"type": "reference",
|
|
2905
|
+
"target": {
|
|
2906
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2907
|
+
"qualifiedName": "Promise"
|
|
2908
|
+
},
|
|
2909
|
+
"typeArguments": [
|
|
2910
|
+
{
|
|
2911
|
+
"type": "intrinsic",
|
|
2912
|
+
"name": "string"
|
|
2913
|
+
}
|
|
2914
|
+
],
|
|
2915
|
+
"name": "Promise",
|
|
2916
|
+
"package": "typescript"
|
|
2917
|
+
}
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2920
|
+
"decorators": []
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"id": 302,
|
|
2924
|
+
"name": "getAriaRole",
|
|
2925
|
+
"variant": "declaration",
|
|
2926
|
+
"kind": 2048,
|
|
2927
|
+
"flags": {
|
|
2928
|
+
"isPublic": true
|
|
2929
|
+
},
|
|
2930
|
+
"sources": [
|
|
2931
|
+
{
|
|
2932
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2933
|
+
"line": 76,
|
|
2934
|
+
"character": 15,
|
|
2935
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L76"
|
|
2936
|
+
}
|
|
2937
|
+
],
|
|
2938
|
+
"signatures": [
|
|
2939
|
+
{
|
|
2940
|
+
"id": 303,
|
|
2941
|
+
"name": "getAriaRole",
|
|
2942
|
+
"variant": "signature",
|
|
2943
|
+
"kind": 4096,
|
|
2944
|
+
"flags": {},
|
|
2945
|
+
"comment": {
|
|
2946
|
+
"summary": [
|
|
2947
|
+
{
|
|
2948
|
+
"kind": "text",
|
|
2949
|
+
"text": "Gets the flyout's ARIA role."
|
|
2950
|
+
}
|
|
2951
|
+
]
|
|
2952
|
+
},
|
|
2953
|
+
"sources": [
|
|
2954
|
+
{
|
|
2955
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
2956
|
+
"line": 76,
|
|
2957
|
+
"character": 2,
|
|
2958
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L76"
|
|
2959
|
+
}
|
|
2960
|
+
],
|
|
2961
|
+
"type": {
|
|
2962
|
+
"type": "reference",
|
|
2963
|
+
"target": {
|
|
2964
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
2965
|
+
"qualifiedName": "Promise"
|
|
2966
|
+
},
|
|
2967
|
+
"typeArguments": [
|
|
2968
|
+
{
|
|
2969
|
+
"type": "intrinsic",
|
|
2970
|
+
"name": "string"
|
|
2971
|
+
}
|
|
2972
|
+
],
|
|
2973
|
+
"name": "Promise",
|
|
2974
|
+
"package": "typescript"
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"decorators": []
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"id": 304,
|
|
2982
|
+
"name": "getFlyoutMaxWidth",
|
|
2983
|
+
"variant": "declaration",
|
|
2984
|
+
"kind": 2048,
|
|
2985
|
+
"flags": {
|
|
2986
|
+
"isPublic": true
|
|
2987
|
+
},
|
|
2988
|
+
"sources": [
|
|
2989
|
+
{
|
|
2990
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
2991
|
+
"line": 83,
|
|
2992
|
+
"character": 15,
|
|
2993
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L83"
|
|
2994
|
+
}
|
|
2995
|
+
],
|
|
2996
|
+
"signatures": [
|
|
2997
|
+
{
|
|
2998
|
+
"id": 305,
|
|
2999
|
+
"name": "getFlyoutMaxWidth",
|
|
3000
|
+
"variant": "signature",
|
|
3001
|
+
"kind": 4096,
|
|
3002
|
+
"flags": {},
|
|
3003
|
+
"comment": {
|
|
3004
|
+
"summary": [
|
|
3005
|
+
{
|
|
3006
|
+
"kind": "text",
|
|
3007
|
+
"text": "Gets the flyout's maximum width."
|
|
3008
|
+
}
|
|
3009
|
+
]
|
|
3010
|
+
},
|
|
3011
|
+
"sources": [
|
|
3012
|
+
{
|
|
3013
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
3014
|
+
"line": 83,
|
|
3015
|
+
"character": 2,
|
|
3016
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L83"
|
|
3017
|
+
}
|
|
3018
|
+
],
|
|
3019
|
+
"type": {
|
|
3020
|
+
"type": "reference",
|
|
3021
|
+
"target": {
|
|
3022
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3023
|
+
"qualifiedName": "Promise"
|
|
3024
|
+
},
|
|
3025
|
+
"typeArguments": [
|
|
3026
|
+
{
|
|
3027
|
+
"type": "intrinsic",
|
|
3028
|
+
"name": "number"
|
|
3029
|
+
}
|
|
3030
|
+
],
|
|
3031
|
+
"name": "Promise",
|
|
3032
|
+
"package": "typescript"
|
|
3033
|
+
}
|
|
3034
|
+
}
|
|
3035
|
+
],
|
|
3036
|
+
"decorators": []
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"id": 306,
|
|
3040
|
+
"name": "getFlyoutMinWidth",
|
|
3041
|
+
"variant": "declaration",
|
|
3042
|
+
"kind": 2048,
|
|
3043
|
+
"flags": {
|
|
3044
|
+
"isPublic": true
|
|
3045
|
+
},
|
|
3046
|
+
"sources": [
|
|
3047
|
+
{
|
|
3048
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
3049
|
+
"line": 94,
|
|
3050
|
+
"character": 15,
|
|
3051
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L94"
|
|
3052
|
+
}
|
|
3053
|
+
],
|
|
3054
|
+
"signatures": [
|
|
3055
|
+
{
|
|
3056
|
+
"id": 307,
|
|
3057
|
+
"name": "getFlyoutMinWidth",
|
|
3058
|
+
"variant": "signature",
|
|
3059
|
+
"kind": 4096,
|
|
3060
|
+
"flags": {},
|
|
3061
|
+
"comment": {
|
|
3062
|
+
"summary": [
|
|
3063
|
+
{
|
|
3064
|
+
"kind": "text",
|
|
3065
|
+
"text": "Gets the flyout's minimum width."
|
|
3066
|
+
}
|
|
3067
|
+
]
|
|
3068
|
+
},
|
|
3069
|
+
"sources": [
|
|
3070
|
+
{
|
|
3071
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
3072
|
+
"line": 94,
|
|
3073
|
+
"character": 2,
|
|
3074
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L94"
|
|
3075
|
+
}
|
|
3076
|
+
],
|
|
3077
|
+
"type": {
|
|
3078
|
+
"type": "reference",
|
|
3079
|
+
"target": {
|
|
3080
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3081
|
+
"qualifiedName": "Promise"
|
|
3082
|
+
},
|
|
3083
|
+
"typeArguments": [
|
|
3084
|
+
{
|
|
3085
|
+
"type": "intrinsic",
|
|
3086
|
+
"name": "number"
|
|
3087
|
+
}
|
|
3088
|
+
],
|
|
3089
|
+
"name": "Promise",
|
|
3090
|
+
"package": "typescript"
|
|
3091
|
+
}
|
|
3092
|
+
}
|
|
3093
|
+
],
|
|
3094
|
+
"decorators": []
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"id": 308,
|
|
3098
|
+
"name": "getFlyoutWidth",
|
|
3099
|
+
"variant": "declaration",
|
|
3100
|
+
"kind": 2048,
|
|
3101
|
+
"flags": {
|
|
3102
|
+
"isPublic": true
|
|
3103
|
+
},
|
|
3104
|
+
"sources": [
|
|
3105
|
+
{
|
|
3106
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
3107
|
+
"line": 105,
|
|
3108
|
+
"character": 15,
|
|
3109
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L105"
|
|
3110
|
+
}
|
|
3111
|
+
],
|
|
3112
|
+
"signatures": [
|
|
3113
|
+
{
|
|
3114
|
+
"id": 309,
|
|
3115
|
+
"name": "getFlyoutWidth",
|
|
3116
|
+
"variant": "signature",
|
|
3117
|
+
"kind": 4096,
|
|
3118
|
+
"flags": {},
|
|
3119
|
+
"comment": {
|
|
3120
|
+
"summary": [
|
|
3121
|
+
{
|
|
3122
|
+
"kind": "text",
|
|
3123
|
+
"text": "Gets the flyout's current width."
|
|
3124
|
+
}
|
|
3125
|
+
]
|
|
3126
|
+
},
|
|
3127
|
+
"sources": [
|
|
3128
|
+
{
|
|
3129
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
3130
|
+
"line": 105,
|
|
3131
|
+
"character": 2,
|
|
3132
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L105"
|
|
3133
|
+
}
|
|
3134
|
+
],
|
|
3135
|
+
"type": {
|
|
3136
|
+
"type": "reference",
|
|
3137
|
+
"target": {
|
|
3138
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3139
|
+
"qualifiedName": "Promise"
|
|
3140
|
+
},
|
|
3141
|
+
"typeArguments": [
|
|
3142
|
+
{
|
|
3143
|
+
"type": "intrinsic",
|
|
3144
|
+
"name": "number"
|
|
3145
|
+
}
|
|
3146
|
+
],
|
|
3147
|
+
"name": "Promise",
|
|
3148
|
+
"package": "typescript"
|
|
3149
|
+
}
|
|
3150
|
+
}
|
|
3151
|
+
],
|
|
3152
|
+
"decorators": []
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"id": 310,
|
|
3156
|
+
"name": "getPermalinkButtonLabel",
|
|
3157
|
+
"variant": "declaration",
|
|
3158
|
+
"kind": 2048,
|
|
3159
|
+
"flags": {
|
|
3160
|
+
"isPublic": true
|
|
3161
|
+
},
|
|
3162
|
+
"sources": [
|
|
3163
|
+
{
|
|
3164
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
3165
|
+
"line": 116,
|
|
3166
|
+
"character": 15,
|
|
3167
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L116"
|
|
3168
|
+
}
|
|
3169
|
+
],
|
|
3170
|
+
"signatures": [
|
|
3171
|
+
{
|
|
3172
|
+
"id": 311,
|
|
3173
|
+
"name": "getPermalinkButtonLabel",
|
|
3174
|
+
"variant": "signature",
|
|
3175
|
+
"kind": 4096,
|
|
3176
|
+
"flags": {},
|
|
3177
|
+
"comment": {
|
|
3178
|
+
"summary": [
|
|
3179
|
+
{
|
|
3180
|
+
"kind": "text",
|
|
3181
|
+
"text": "Gets the label for the flyout's permalink button."
|
|
3182
|
+
}
|
|
3183
|
+
]
|
|
3184
|
+
},
|
|
3185
|
+
"sources": [
|
|
3186
|
+
{
|
|
3187
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
3188
|
+
"line": 116,
|
|
3189
|
+
"character": 2,
|
|
3190
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L116"
|
|
3191
|
+
}
|
|
3192
|
+
],
|
|
3193
|
+
"type": {
|
|
3194
|
+
"type": "reference",
|
|
3195
|
+
"target": {
|
|
3196
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3197
|
+
"qualifiedName": "Promise"
|
|
3198
|
+
},
|
|
3199
|
+
"typeArguments": [
|
|
3200
|
+
{
|
|
3201
|
+
"type": "intrinsic",
|
|
3202
|
+
"name": "string"
|
|
3203
|
+
}
|
|
3204
|
+
],
|
|
3205
|
+
"name": "Promise",
|
|
3206
|
+
"package": "typescript"
|
|
3207
|
+
}
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
"decorators": []
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"id": 312,
|
|
3214
|
+
"name": "getPermalinkButtonRoute",
|
|
3215
|
+
"variant": "declaration",
|
|
3216
|
+
"kind": 2048,
|
|
3217
|
+
"flags": {
|
|
3218
|
+
"isPublic": true
|
|
3219
|
+
},
|
|
3220
|
+
"sources": [
|
|
3221
|
+
{
|
|
3222
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
3223
|
+
"line": 125,
|
|
3224
|
+
"character": 15,
|
|
3225
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L125"
|
|
3226
|
+
}
|
|
3227
|
+
],
|
|
3228
|
+
"signatures": [
|
|
3229
|
+
{
|
|
3230
|
+
"id": 313,
|
|
3231
|
+
"name": "getPermalinkButtonRoute",
|
|
3232
|
+
"variant": "signature",
|
|
3233
|
+
"kind": 4096,
|
|
3234
|
+
"flags": {},
|
|
3235
|
+
"comment": {
|
|
3236
|
+
"summary": [
|
|
3237
|
+
{
|
|
3238
|
+
"kind": "text",
|
|
3239
|
+
"text": "Gets the route for the flyout's permalink button."
|
|
3240
|
+
}
|
|
3241
|
+
]
|
|
3242
|
+
},
|
|
3243
|
+
"sources": [
|
|
3244
|
+
{
|
|
3245
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
3246
|
+
"line": 125,
|
|
3247
|
+
"character": 2,
|
|
3248
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L125"
|
|
3249
|
+
}
|
|
3250
|
+
],
|
|
3251
|
+
"type": {
|
|
3252
|
+
"type": "reference",
|
|
3253
|
+
"target": {
|
|
3254
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3255
|
+
"qualifiedName": "Promise"
|
|
3256
|
+
},
|
|
3257
|
+
"typeArguments": [
|
|
3258
|
+
{
|
|
3259
|
+
"type": "intrinsic",
|
|
3260
|
+
"name": "string"
|
|
3261
|
+
}
|
|
3262
|
+
],
|
|
3263
|
+
"name": "Promise",
|
|
3264
|
+
"package": "typescript"
|
|
3265
|
+
}
|
|
3266
|
+
}
|
|
3267
|
+
],
|
|
3268
|
+
"decorators": []
|
|
3269
|
+
},
|
|
3270
|
+
{
|
|
3271
|
+
"id": 314,
|
|
3272
|
+
"name": "getPrimaryActionButtonLabel",
|
|
3273
|
+
"variant": "declaration",
|
|
3274
|
+
"kind": 2048,
|
|
3275
|
+
"flags": {
|
|
3276
|
+
"isPublic": true
|
|
3277
|
+
},
|
|
3278
|
+
"sources": [
|
|
3279
|
+
{
|
|
3280
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
3281
|
+
"line": 134,
|
|
3282
|
+
"character": 15,
|
|
3283
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L134"
|
|
3284
|
+
}
|
|
3285
|
+
],
|
|
3286
|
+
"signatures": [
|
|
3287
|
+
{
|
|
3288
|
+
"id": 315,
|
|
3289
|
+
"name": "getPrimaryActionButtonLabel",
|
|
3290
|
+
"variant": "signature",
|
|
3291
|
+
"kind": 4096,
|
|
3292
|
+
"flags": {},
|
|
3293
|
+
"comment": {
|
|
3294
|
+
"summary": [
|
|
3295
|
+
{
|
|
3296
|
+
"kind": "text",
|
|
3297
|
+
"text": "Gets the label for the flyout's primary action button."
|
|
3298
|
+
}
|
|
3299
|
+
]
|
|
3300
|
+
},
|
|
3301
|
+
"sources": [
|
|
3302
|
+
{
|
|
3303
|
+
"fileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
3304
|
+
"line": 134,
|
|
3305
|
+
"character": 2,
|
|
3306
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L134"
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3309
|
+
"type": {
|
|
3310
|
+
"type": "reference",
|
|
3311
|
+
"target": {
|
|
3312
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3313
|
+
"qualifiedName": "Promise"
|
|
3314
|
+
},
|
|
3315
|
+
"typeArguments": [
|
|
3316
|
+
{
|
|
3317
|
+
"type": "intrinsic",
|
|
3318
|
+
"name": "string"
|
|
3319
|
+
}
|
|
3320
|
+
],
|
|
3321
|
+
"name": "Promise",
|
|
3322
|
+
"package": "typescript"
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
],
|
|
3326
|
+
"decorators": []
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"id": 346,
|
|
3330
|
+
"name": "host",
|
|
3331
|
+
"variant": "declaration",
|
|
3332
|
+
"kind": 2048,
|
|
3333
|
+
"flags": {},
|
|
3334
|
+
"sources": [
|
|
3335
|
+
{
|
|
3336
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3337
|
+
"line": 40,
|
|
3338
|
+
"character": 4
|
|
3339
|
+
}
|
|
3340
|
+
],
|
|
3341
|
+
"signatures": [
|
|
3342
|
+
{
|
|
3343
|
+
"id": 347,
|
|
3344
|
+
"name": "host",
|
|
3345
|
+
"variant": "signature",
|
|
3346
|
+
"kind": 4096,
|
|
3347
|
+
"flags": {},
|
|
3348
|
+
"comment": {
|
|
3349
|
+
"summary": [
|
|
3350
|
+
{
|
|
3351
|
+
"kind": "text",
|
|
3352
|
+
"text": "Gets a "
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"kind": "code",
|
|
3356
|
+
"text": "`Promise`"
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"kind": "text",
|
|
3360
|
+
"text": " for the "
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"kind": "code",
|
|
3364
|
+
"text": "`TestElement`"
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"kind": "text",
|
|
3368
|
+
"text": " representing the host element of the component."
|
|
3369
|
+
}
|
|
3370
|
+
]
|
|
3371
|
+
},
|
|
3372
|
+
"sources": [
|
|
3373
|
+
{
|
|
3374
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3375
|
+
"line": 40,
|
|
3376
|
+
"character": 4
|
|
3377
|
+
}
|
|
3378
|
+
],
|
|
3379
|
+
"type": {
|
|
3380
|
+
"type": "reference",
|
|
3381
|
+
"target": {
|
|
3382
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3383
|
+
"qualifiedName": "Promise"
|
|
3384
|
+
},
|
|
3385
|
+
"typeArguments": [
|
|
3386
|
+
{
|
|
3387
|
+
"type": "reference",
|
|
3388
|
+
"target": {
|
|
3389
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3390
|
+
"qualifiedName": "TestElement"
|
|
3391
|
+
},
|
|
3392
|
+
"name": "TestElement",
|
|
3393
|
+
"package": "@angular/cdk"
|
|
3394
|
+
}
|
|
3395
|
+
],
|
|
3396
|
+
"name": "Promise",
|
|
3397
|
+
"package": "typescript"
|
|
3398
|
+
},
|
|
3399
|
+
"inheritedFrom": {
|
|
3400
|
+
"type": "reference",
|
|
3401
|
+
"target": -1,
|
|
3402
|
+
"name": "SkyQueryableComponentHarness.host"
|
|
3403
|
+
}
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"inheritedFrom": {
|
|
3407
|
+
"type": "reference",
|
|
3408
|
+
"target": -1,
|
|
3409
|
+
"name": "SkyQueryableComponentHarness.host"
|
|
3410
|
+
}
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"id": 322,
|
|
3414
|
+
"name": "queryHarness",
|
|
3415
|
+
"variant": "declaration",
|
|
3416
|
+
"kind": 2048,
|
|
3417
|
+
"flags": {
|
|
3418
|
+
"isPublic": true
|
|
3419
|
+
},
|
|
3420
|
+
"sources": [
|
|
3421
|
+
{
|
|
3422
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3423
|
+
"line": 16,
|
|
3424
|
+
"character": 15,
|
|
3425
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L16"
|
|
3426
|
+
}
|
|
3427
|
+
],
|
|
3428
|
+
"signatures": [
|
|
3429
|
+
{
|
|
3430
|
+
"id": 323,
|
|
3431
|
+
"name": "queryHarness",
|
|
3432
|
+
"variant": "signature",
|
|
3433
|
+
"kind": 4096,
|
|
3434
|
+
"flags": {},
|
|
3435
|
+
"comment": {
|
|
3436
|
+
"summary": [
|
|
3437
|
+
{
|
|
3438
|
+
"kind": "text",
|
|
3439
|
+
"text": "Returns a child harness or throws an error if not found."
|
|
3440
|
+
}
|
|
3441
|
+
]
|
|
3442
|
+
},
|
|
3443
|
+
"sources": [
|
|
3444
|
+
{
|
|
3445
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3446
|
+
"line": 16,
|
|
3447
|
+
"character": 2,
|
|
3448
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L16"
|
|
3449
|
+
}
|
|
3450
|
+
],
|
|
3451
|
+
"typeParameter": [
|
|
3452
|
+
{
|
|
3453
|
+
"id": 324,
|
|
3454
|
+
"name": "T",
|
|
3455
|
+
"variant": "typeParam",
|
|
3456
|
+
"kind": 131072,
|
|
3457
|
+
"flags": {},
|
|
3458
|
+
"type": {
|
|
3459
|
+
"type": "reference",
|
|
3460
|
+
"target": {
|
|
3461
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3462
|
+
"qualifiedName": "ComponentHarness"
|
|
3463
|
+
},
|
|
3464
|
+
"name": "ComponentHarness",
|
|
3465
|
+
"package": "@angular/cdk"
|
|
3466
|
+
}
|
|
3467
|
+
}
|
|
3468
|
+
],
|
|
3469
|
+
"parameters": [
|
|
3470
|
+
{
|
|
3471
|
+
"id": 325,
|
|
3472
|
+
"name": "query",
|
|
3473
|
+
"variant": "param",
|
|
3474
|
+
"kind": 32768,
|
|
3475
|
+
"flags": {},
|
|
3476
|
+
"type": {
|
|
3477
|
+
"type": "reference",
|
|
3478
|
+
"target": {
|
|
3479
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3480
|
+
"qualifiedName": "HarnessQuery"
|
|
3481
|
+
},
|
|
3482
|
+
"typeArguments": [
|
|
3483
|
+
{
|
|
3484
|
+
"type": "reference",
|
|
3485
|
+
"target": -1,
|
|
3486
|
+
"name": "T",
|
|
3487
|
+
"refersToTypeParameter": true
|
|
3488
|
+
}
|
|
3489
|
+
],
|
|
3490
|
+
"name": "HarnessQuery",
|
|
3491
|
+
"package": "@angular/cdk"
|
|
3492
|
+
}
|
|
3493
|
+
}
|
|
3494
|
+
],
|
|
3495
|
+
"type": {
|
|
3496
|
+
"type": "reference",
|
|
3497
|
+
"target": {
|
|
3498
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3499
|
+
"qualifiedName": "Promise"
|
|
3500
|
+
},
|
|
3501
|
+
"typeArguments": [
|
|
3502
|
+
{
|
|
3503
|
+
"type": "reference",
|
|
3504
|
+
"target": -1,
|
|
3505
|
+
"name": "T",
|
|
3506
|
+
"refersToTypeParameter": true
|
|
3507
|
+
}
|
|
3508
|
+
],
|
|
3509
|
+
"name": "Promise",
|
|
3510
|
+
"package": "typescript"
|
|
3511
|
+
},
|
|
3512
|
+
"inheritedFrom": {
|
|
3513
|
+
"type": "reference",
|
|
3514
|
+
"target": -1,
|
|
3515
|
+
"name": "SkyQueryableComponentHarness.queryHarness"
|
|
3516
|
+
}
|
|
3517
|
+
}
|
|
3518
|
+
],
|
|
3519
|
+
"inheritedFrom": {
|
|
3520
|
+
"type": "reference",
|
|
3521
|
+
"target": -1,
|
|
3522
|
+
"name": "SkyQueryableComponentHarness.queryHarness"
|
|
3523
|
+
},
|
|
3524
|
+
"decorators": []
|
|
3525
|
+
},
|
|
3526
|
+
{
|
|
3527
|
+
"id": 326,
|
|
3528
|
+
"name": "queryHarnessOrNull",
|
|
3529
|
+
"variant": "declaration",
|
|
3530
|
+
"kind": 2048,
|
|
3531
|
+
"flags": {
|
|
3532
|
+
"isPublic": true
|
|
3533
|
+
},
|
|
3534
|
+
"sources": [
|
|
3535
|
+
{
|
|
3536
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3537
|
+
"line": 25,
|
|
3538
|
+
"character": 15,
|
|
3539
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L25"
|
|
3540
|
+
}
|
|
3541
|
+
],
|
|
3542
|
+
"signatures": [
|
|
3543
|
+
{
|
|
3544
|
+
"id": 327,
|
|
3545
|
+
"name": "queryHarnessOrNull",
|
|
3546
|
+
"variant": "signature",
|
|
3547
|
+
"kind": 4096,
|
|
3548
|
+
"flags": {},
|
|
3549
|
+
"comment": {
|
|
3550
|
+
"summary": [
|
|
3551
|
+
{
|
|
3552
|
+
"kind": "text",
|
|
3553
|
+
"text": "Returns a child harness or null if not found."
|
|
3554
|
+
}
|
|
3555
|
+
]
|
|
3556
|
+
},
|
|
3557
|
+
"sources": [
|
|
3558
|
+
{
|
|
3559
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3560
|
+
"line": 25,
|
|
3561
|
+
"character": 2,
|
|
3562
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L25"
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"typeParameter": [
|
|
3566
|
+
{
|
|
3567
|
+
"id": 328,
|
|
3568
|
+
"name": "T",
|
|
3569
|
+
"variant": "typeParam",
|
|
3570
|
+
"kind": 131072,
|
|
3571
|
+
"flags": {},
|
|
3572
|
+
"type": {
|
|
3573
|
+
"type": "reference",
|
|
3574
|
+
"target": {
|
|
3575
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3576
|
+
"qualifiedName": "ComponentHarness"
|
|
3577
|
+
},
|
|
3578
|
+
"name": "ComponentHarness",
|
|
3579
|
+
"package": "@angular/cdk"
|
|
3580
|
+
}
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3583
|
+
"parameters": [
|
|
3584
|
+
{
|
|
3585
|
+
"id": 329,
|
|
3586
|
+
"name": "query",
|
|
3587
|
+
"variant": "param",
|
|
3588
|
+
"kind": 32768,
|
|
3589
|
+
"flags": {},
|
|
3590
|
+
"type": {
|
|
3591
|
+
"type": "reference",
|
|
3592
|
+
"target": {
|
|
3593
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3594
|
+
"qualifiedName": "HarnessQuery"
|
|
3595
|
+
},
|
|
3596
|
+
"typeArguments": [
|
|
3597
|
+
{
|
|
3598
|
+
"type": "reference",
|
|
3599
|
+
"target": -1,
|
|
3600
|
+
"name": "T",
|
|
3601
|
+
"refersToTypeParameter": true
|
|
3602
|
+
}
|
|
3603
|
+
],
|
|
3604
|
+
"name": "HarnessQuery",
|
|
3605
|
+
"package": "@angular/cdk"
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3608
|
+
],
|
|
3609
|
+
"type": {
|
|
3610
|
+
"type": "reference",
|
|
3611
|
+
"target": {
|
|
3612
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3613
|
+
"qualifiedName": "Promise"
|
|
3614
|
+
},
|
|
3615
|
+
"typeArguments": [
|
|
3616
|
+
{
|
|
3617
|
+
"type": "reference",
|
|
3618
|
+
"target": -1,
|
|
3619
|
+
"name": "T",
|
|
3620
|
+
"refersToTypeParameter": true
|
|
3621
|
+
}
|
|
3622
|
+
],
|
|
3623
|
+
"name": "Promise",
|
|
3624
|
+
"package": "typescript"
|
|
3625
|
+
},
|
|
3626
|
+
"inheritedFrom": {
|
|
3627
|
+
"type": "reference",
|
|
3628
|
+
"target": -1,
|
|
3629
|
+
"name": "SkyQueryableComponentHarness.queryHarnessOrNull"
|
|
3630
|
+
}
|
|
3631
|
+
}
|
|
3632
|
+
],
|
|
3633
|
+
"inheritedFrom": {
|
|
3634
|
+
"type": "reference",
|
|
3635
|
+
"target": -1,
|
|
3636
|
+
"name": "SkyQueryableComponentHarness.queryHarnessOrNull"
|
|
3637
|
+
},
|
|
3638
|
+
"decorators": []
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"id": 330,
|
|
3642
|
+
"name": "queryHarnesses",
|
|
3643
|
+
"variant": "declaration",
|
|
3644
|
+
"kind": 2048,
|
|
3645
|
+
"flags": {
|
|
3646
|
+
"isPublic": true
|
|
3647
|
+
},
|
|
3648
|
+
"sources": [
|
|
3649
|
+
{
|
|
3650
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3651
|
+
"line": 34,
|
|
3652
|
+
"character": 15,
|
|
3653
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L34"
|
|
3654
|
+
}
|
|
3655
|
+
],
|
|
3656
|
+
"signatures": [
|
|
3657
|
+
{
|
|
3658
|
+
"id": 331,
|
|
3659
|
+
"name": "queryHarnesses",
|
|
3660
|
+
"variant": "signature",
|
|
3661
|
+
"kind": 4096,
|
|
3662
|
+
"flags": {},
|
|
3663
|
+
"comment": {
|
|
3664
|
+
"summary": [
|
|
3665
|
+
{
|
|
3666
|
+
"kind": "text",
|
|
3667
|
+
"text": "Returns child harnesses."
|
|
3668
|
+
}
|
|
3669
|
+
]
|
|
3670
|
+
},
|
|
3671
|
+
"sources": [
|
|
3672
|
+
{
|
|
3673
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3674
|
+
"line": 34,
|
|
3675
|
+
"character": 2,
|
|
3676
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L34"
|
|
3677
|
+
}
|
|
3678
|
+
],
|
|
3679
|
+
"typeParameter": [
|
|
3680
|
+
{
|
|
3681
|
+
"id": 332,
|
|
3682
|
+
"name": "T",
|
|
3683
|
+
"variant": "typeParam",
|
|
3684
|
+
"kind": 131072,
|
|
3685
|
+
"flags": {},
|
|
3686
|
+
"type": {
|
|
3687
|
+
"type": "reference",
|
|
3688
|
+
"target": {
|
|
3689
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3690
|
+
"qualifiedName": "ComponentHarness"
|
|
3691
|
+
},
|
|
3692
|
+
"name": "ComponentHarness",
|
|
3693
|
+
"package": "@angular/cdk"
|
|
3694
|
+
}
|
|
3695
|
+
}
|
|
3696
|
+
],
|
|
3697
|
+
"parameters": [
|
|
3698
|
+
{
|
|
3699
|
+
"id": 333,
|
|
3700
|
+
"name": "harness",
|
|
3701
|
+
"variant": "param",
|
|
3702
|
+
"kind": 32768,
|
|
3703
|
+
"flags": {},
|
|
3704
|
+
"type": {
|
|
3705
|
+
"type": "reference",
|
|
3706
|
+
"target": {
|
|
3707
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3708
|
+
"qualifiedName": "HarnessQuery"
|
|
3709
|
+
},
|
|
3710
|
+
"typeArguments": [
|
|
3711
|
+
{
|
|
3712
|
+
"type": "reference",
|
|
3713
|
+
"target": -1,
|
|
3714
|
+
"name": "T",
|
|
3715
|
+
"refersToTypeParameter": true
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"name": "HarnessQuery",
|
|
3719
|
+
"package": "@angular/cdk"
|
|
3720
|
+
}
|
|
3721
|
+
}
|
|
3722
|
+
],
|
|
3723
|
+
"type": {
|
|
3724
|
+
"type": "reference",
|
|
3725
|
+
"target": {
|
|
3726
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3727
|
+
"qualifiedName": "Promise"
|
|
3728
|
+
},
|
|
3729
|
+
"typeArguments": [
|
|
3730
|
+
{
|
|
3731
|
+
"type": "array",
|
|
3732
|
+
"elementType": {
|
|
3733
|
+
"type": "reference",
|
|
3734
|
+
"target": -1,
|
|
3735
|
+
"name": "T",
|
|
3736
|
+
"refersToTypeParameter": true
|
|
3737
|
+
}
|
|
3738
|
+
}
|
|
3739
|
+
],
|
|
3740
|
+
"name": "Promise",
|
|
3741
|
+
"package": "typescript"
|
|
3742
|
+
},
|
|
3743
|
+
"inheritedFrom": {
|
|
3744
|
+
"type": "reference",
|
|
3745
|
+
"target": -1,
|
|
3746
|
+
"name": "SkyQueryableComponentHarness.queryHarnesses"
|
|
3747
|
+
}
|
|
3748
|
+
}
|
|
3749
|
+
],
|
|
3750
|
+
"inheritedFrom": {
|
|
3751
|
+
"type": "reference",
|
|
3752
|
+
"target": -1,
|
|
3753
|
+
"name": "SkyQueryableComponentHarness.queryHarnesses"
|
|
3754
|
+
},
|
|
3755
|
+
"decorators": []
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"id": 334,
|
|
3759
|
+
"name": "querySelector",
|
|
3760
|
+
"variant": "declaration",
|
|
3761
|
+
"kind": 2048,
|
|
3762
|
+
"flags": {
|
|
3763
|
+
"isPublic": true
|
|
3764
|
+
},
|
|
3765
|
+
"sources": [
|
|
3766
|
+
{
|
|
3767
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3768
|
+
"line": 43,
|
|
3769
|
+
"character": 15,
|
|
3770
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L43"
|
|
3771
|
+
}
|
|
3772
|
+
],
|
|
3773
|
+
"signatures": [
|
|
3774
|
+
{
|
|
3775
|
+
"id": 335,
|
|
3776
|
+
"name": "querySelector",
|
|
3777
|
+
"variant": "signature",
|
|
3778
|
+
"kind": 4096,
|
|
3779
|
+
"flags": {},
|
|
3780
|
+
"comment": {
|
|
3781
|
+
"summary": [
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "text",
|
|
3784
|
+
"text": "Returns a child test element or throws an error if not found."
|
|
3785
|
+
}
|
|
3786
|
+
]
|
|
3787
|
+
},
|
|
3788
|
+
"sources": [
|
|
3789
|
+
{
|
|
3790
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3791
|
+
"line": 43,
|
|
3792
|
+
"character": 2,
|
|
3793
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L43"
|
|
3794
|
+
}
|
|
3795
|
+
],
|
|
3796
|
+
"parameters": [
|
|
3797
|
+
{
|
|
3798
|
+
"id": 336,
|
|
3799
|
+
"name": "selector",
|
|
3800
|
+
"variant": "param",
|
|
3801
|
+
"kind": 32768,
|
|
3802
|
+
"flags": {},
|
|
3803
|
+
"type": {
|
|
3804
|
+
"type": "intrinsic",
|
|
3805
|
+
"name": "string"
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
],
|
|
3809
|
+
"type": {
|
|
3810
|
+
"type": "reference",
|
|
3811
|
+
"target": {
|
|
3812
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3813
|
+
"qualifiedName": "Promise"
|
|
3814
|
+
},
|
|
3815
|
+
"typeArguments": [
|
|
3816
|
+
{
|
|
3817
|
+
"type": "reference",
|
|
3818
|
+
"target": {
|
|
3819
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3820
|
+
"qualifiedName": "TestElement"
|
|
3821
|
+
},
|
|
3822
|
+
"name": "TestElement",
|
|
3823
|
+
"package": "@angular/cdk"
|
|
3824
|
+
}
|
|
3825
|
+
],
|
|
3826
|
+
"name": "Promise",
|
|
3827
|
+
"package": "typescript"
|
|
3828
|
+
},
|
|
3829
|
+
"inheritedFrom": {
|
|
3830
|
+
"type": "reference",
|
|
3831
|
+
"target": -1,
|
|
3832
|
+
"name": "SkyQueryableComponentHarness.querySelector"
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
],
|
|
3836
|
+
"inheritedFrom": {
|
|
3837
|
+
"type": "reference",
|
|
3838
|
+
"target": -1,
|
|
3839
|
+
"name": "SkyQueryableComponentHarness.querySelector"
|
|
3840
|
+
},
|
|
3841
|
+
"decorators": []
|
|
3842
|
+
},
|
|
3843
|
+
{
|
|
3844
|
+
"id": 340,
|
|
3845
|
+
"name": "querySelectorAll",
|
|
3846
|
+
"variant": "declaration",
|
|
3847
|
+
"kind": 2048,
|
|
3848
|
+
"flags": {
|
|
3849
|
+
"isPublic": true
|
|
3850
|
+
},
|
|
3851
|
+
"sources": [
|
|
3852
|
+
{
|
|
3853
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3854
|
+
"line": 59,
|
|
3855
|
+
"character": 15,
|
|
3856
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L59"
|
|
3857
|
+
}
|
|
3858
|
+
],
|
|
3859
|
+
"signatures": [
|
|
3860
|
+
{
|
|
3861
|
+
"id": 341,
|
|
3862
|
+
"name": "querySelectorAll",
|
|
3863
|
+
"variant": "signature",
|
|
3864
|
+
"kind": 4096,
|
|
3865
|
+
"flags": {},
|
|
3866
|
+
"comment": {
|
|
3867
|
+
"summary": [
|
|
3868
|
+
{
|
|
3869
|
+
"kind": "text",
|
|
3870
|
+
"text": "Returns child test elements."
|
|
3871
|
+
}
|
|
3872
|
+
]
|
|
3873
|
+
},
|
|
3874
|
+
"sources": [
|
|
3875
|
+
{
|
|
3876
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3877
|
+
"line": 59,
|
|
3878
|
+
"character": 2,
|
|
3879
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L59"
|
|
3880
|
+
}
|
|
3881
|
+
],
|
|
3882
|
+
"parameters": [
|
|
3883
|
+
{
|
|
3884
|
+
"id": 342,
|
|
3885
|
+
"name": "selector",
|
|
3886
|
+
"variant": "param",
|
|
3887
|
+
"kind": 32768,
|
|
3888
|
+
"flags": {},
|
|
3889
|
+
"type": {
|
|
3890
|
+
"type": "intrinsic",
|
|
3891
|
+
"name": "string"
|
|
3892
|
+
}
|
|
3893
|
+
}
|
|
3894
|
+
],
|
|
3895
|
+
"type": {
|
|
3896
|
+
"type": "reference",
|
|
3897
|
+
"target": {
|
|
3898
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3899
|
+
"qualifiedName": "Promise"
|
|
3900
|
+
},
|
|
3901
|
+
"typeArguments": [
|
|
3902
|
+
{
|
|
3903
|
+
"type": "array",
|
|
3904
|
+
"elementType": {
|
|
3905
|
+
"type": "reference",
|
|
3906
|
+
"target": {
|
|
3907
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3908
|
+
"qualifiedName": "TestElement"
|
|
3909
|
+
},
|
|
3910
|
+
"name": "TestElement",
|
|
3911
|
+
"package": "@angular/cdk"
|
|
3912
|
+
}
|
|
3913
|
+
}
|
|
3914
|
+
],
|
|
3915
|
+
"name": "Promise",
|
|
3916
|
+
"package": "typescript"
|
|
3917
|
+
},
|
|
3918
|
+
"inheritedFrom": {
|
|
3919
|
+
"type": "reference",
|
|
3920
|
+
"target": -1,
|
|
3921
|
+
"name": "SkyQueryableComponentHarness.querySelectorAll"
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
],
|
|
3925
|
+
"inheritedFrom": {
|
|
3926
|
+
"type": "reference",
|
|
3927
|
+
"target": -1,
|
|
3928
|
+
"name": "SkyQueryableComponentHarness.querySelectorAll"
|
|
3929
|
+
},
|
|
3930
|
+
"decorators": []
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"id": 337,
|
|
3934
|
+
"name": "querySelectorOrNull",
|
|
3935
|
+
"variant": "declaration",
|
|
3936
|
+
"kind": 2048,
|
|
3937
|
+
"flags": {
|
|
3938
|
+
"isPublic": true
|
|
3939
|
+
},
|
|
3940
|
+
"sources": [
|
|
3941
|
+
{
|
|
3942
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3943
|
+
"line": 50,
|
|
3944
|
+
"character": 15,
|
|
3945
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L50"
|
|
3946
|
+
}
|
|
3947
|
+
],
|
|
3948
|
+
"signatures": [
|
|
3949
|
+
{
|
|
3950
|
+
"id": 338,
|
|
3951
|
+
"name": "querySelectorOrNull",
|
|
3952
|
+
"variant": "signature",
|
|
3953
|
+
"kind": 4096,
|
|
3954
|
+
"flags": {},
|
|
3955
|
+
"comment": {
|
|
3956
|
+
"summary": [
|
|
3957
|
+
{
|
|
3958
|
+
"kind": "text",
|
|
3959
|
+
"text": "Returns a child test element or null if not found."
|
|
3960
|
+
}
|
|
3961
|
+
]
|
|
3962
|
+
},
|
|
3963
|
+
"sources": [
|
|
3964
|
+
{
|
|
3965
|
+
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
3966
|
+
"line": 50,
|
|
3967
|
+
"character": 2,
|
|
3968
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/core/testing/src/shared/queryable-component-harness.ts#L50"
|
|
3969
|
+
}
|
|
3970
|
+
],
|
|
3971
|
+
"parameters": [
|
|
3972
|
+
{
|
|
3973
|
+
"id": 339,
|
|
3974
|
+
"name": "selector",
|
|
3975
|
+
"variant": "param",
|
|
3976
|
+
"kind": 32768,
|
|
3977
|
+
"flags": {},
|
|
3978
|
+
"type": {
|
|
3979
|
+
"type": "intrinsic",
|
|
3980
|
+
"name": "string"
|
|
3981
|
+
}
|
|
3982
|
+
}
|
|
3983
|
+
],
|
|
3984
|
+
"type": {
|
|
3985
|
+
"type": "reference",
|
|
3986
|
+
"target": {
|
|
3987
|
+
"sourceFileName": "node_modules/@skyux/dev-infra-private/node_modules/typescript/lib/lib.es5.d.ts",
|
|
3988
|
+
"qualifiedName": "Promise"
|
|
3989
|
+
},
|
|
3990
|
+
"typeArguments": [
|
|
3991
|
+
{
|
|
3992
|
+
"type": "reference",
|
|
3993
|
+
"target": {
|
|
3994
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
3995
|
+
"qualifiedName": "TestElement"
|
|
3996
|
+
},
|
|
3997
|
+
"name": "TestElement",
|
|
3998
|
+
"package": "@angular/cdk"
|
|
3999
|
+
}
|
|
4000
|
+
],
|
|
4001
|
+
"name": "Promise",
|
|
4002
|
+
"package": "typescript"
|
|
4003
|
+
},
|
|
4004
|
+
"inheritedFrom": {
|
|
4005
|
+
"type": "reference",
|
|
4006
|
+
"target": -1,
|
|
4007
|
+
"name": "SkyQueryableComponentHarness.querySelectorOrNull"
|
|
4008
|
+
}
|
|
4009
|
+
}
|
|
4010
|
+
],
|
|
4011
|
+
"inheritedFrom": {
|
|
4012
|
+
"type": "reference",
|
|
4013
|
+
"target": -1,
|
|
4014
|
+
"name": "SkyQueryableComponentHarness.querySelectorOrNull"
|
|
4015
|
+
},
|
|
4016
|
+
"decorators": []
|
|
4017
|
+
}
|
|
4018
|
+
],
|
|
4019
|
+
"groups": [
|
|
4020
|
+
{
|
|
4021
|
+
"title": "Constructors",
|
|
4022
|
+
"children": [
|
|
4023
|
+
284
|
|
4024
|
+
]
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"title": "Methods",
|
|
4028
|
+
"children": [
|
|
4029
|
+
288,
|
|
4030
|
+
290,
|
|
4031
|
+
292,
|
|
4032
|
+
294,
|
|
4033
|
+
296,
|
|
4034
|
+
298,
|
|
4035
|
+
300,
|
|
4036
|
+
302,
|
|
4037
|
+
304,
|
|
4038
|
+
306,
|
|
4039
|
+
308,
|
|
4040
|
+
310,
|
|
4041
|
+
312,
|
|
4042
|
+
314,
|
|
4043
|
+
346,
|
|
4044
|
+
322,
|
|
4045
|
+
326,
|
|
4046
|
+
330,
|
|
4047
|
+
334,
|
|
4048
|
+
340,
|
|
4049
|
+
337
|
|
4050
|
+
]
|
|
4051
|
+
}
|
|
4052
|
+
],
|
|
4053
|
+
"sources": [
|
|
4054
|
+
{
|
|
4055
|
+
"fileName": "projects/flyout/src/testing/modules/flyout/flyout-harness.ts",
|
|
4056
|
+
"line": 9,
|
|
4057
|
+
"character": 13,
|
|
4058
|
+
"url": "https://github.com/blackbaud/skyux/blob/83f4128/libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts#L9"
|
|
4059
|
+
}
|
|
4060
|
+
],
|
|
4061
|
+
"extendedTypes": [
|
|
4062
|
+
{
|
|
4063
|
+
"type": "reference",
|
|
4064
|
+
"target": {
|
|
4065
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4066
|
+
"qualifiedName": "SkyQueryableComponentHarness"
|
|
4067
|
+
},
|
|
4068
|
+
"name": "SkyQueryableComponentHarness",
|
|
4069
|
+
"package": "@skyux/core"
|
|
4070
|
+
}
|
|
4071
|
+
],
|
|
4072
|
+
"decorators": []
|
|
4073
|
+
}
|
|
4074
|
+
],
|
|
4075
|
+
"groups": [
|
|
4076
|
+
{
|
|
4077
|
+
"title": "Modules",
|
|
4078
|
+
"children": [
|
|
4079
|
+
1,
|
|
4080
|
+
2
|
|
4081
|
+
]
|
|
4082
|
+
}
|
|
4083
|
+
],
|
|
4084
|
+
"packageName": "@skyux/flyout",
|
|
4085
|
+
"readme": [
|
|
4086
|
+
{
|
|
4087
|
+
"kind": "text",
|
|
4088
|
+
"text": "# flyout\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"kind": "code",
|
|
4092
|
+
"text": "`nx test flyout`"
|
|
4093
|
+
},
|
|
4094
|
+
{
|
|
4095
|
+
"kind": "text",
|
|
4096
|
+
"text": " to execute the unit tests."
|
|
4097
|
+
}
|
|
4098
|
+
],
|
|
4099
|
+
"symbolIdMap": {
|
|
4100
|
+
"1": {
|
|
4101
|
+
"sourceFileName": "libs/components/flyout/src/index.ts",
|
|
4102
|
+
"qualifiedName": ""
|
|
4103
|
+
},
|
|
4104
|
+
"2": {
|
|
4105
|
+
"sourceFileName": "libs/components/flyout/testing/src/public-api.ts",
|
|
4106
|
+
"qualifiedName": ""
|
|
4107
|
+
},
|
|
4108
|
+
"3": {
|
|
4109
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4110
|
+
"qualifiedName": "SkyFlyoutInstance"
|
|
4111
|
+
},
|
|
4112
|
+
"4": {
|
|
4113
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4114
|
+
"qualifiedName": "SkyFlyoutInstance.__constructor"
|
|
4115
|
+
},
|
|
4116
|
+
"5": {
|
|
4117
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4118
|
+
"qualifiedName": "SkyFlyoutInstance"
|
|
4119
|
+
},
|
|
4120
|
+
"6": {
|
|
4121
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4122
|
+
"qualifiedName": "SkyFlyoutInstance.T"
|
|
4123
|
+
},
|
|
4124
|
+
"7": {
|
|
4125
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4126
|
+
"qualifiedName": "componentInstance"
|
|
4127
|
+
},
|
|
4128
|
+
"8": {
|
|
4129
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4130
|
+
"qualifiedName": "SkyFlyoutInstance.beforeClose"
|
|
4131
|
+
},
|
|
4132
|
+
"9": {
|
|
4133
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4134
|
+
"qualifiedName": "SkyFlyoutInstance.beforeClose"
|
|
4135
|
+
},
|
|
4136
|
+
"10": {
|
|
4137
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4138
|
+
"qualifiedName": "SkyFlyoutInstance.closed"
|
|
4139
|
+
},
|
|
4140
|
+
"11": {
|
|
4141
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4142
|
+
"qualifiedName": "SkyFlyoutInstance.componentInstance"
|
|
4143
|
+
},
|
|
4144
|
+
"14": {
|
|
4145
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4146
|
+
"qualifiedName": "SkyFlyoutInstance.isOpen"
|
|
4147
|
+
},
|
|
4148
|
+
"15": {
|
|
4149
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4150
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonClick"
|
|
4151
|
+
},
|
|
4152
|
+
"16": {
|
|
4153
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4154
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonClick"
|
|
4155
|
+
},
|
|
4156
|
+
"17": {
|
|
4157
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4158
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonClick"
|
|
4159
|
+
},
|
|
4160
|
+
"18": {
|
|
4161
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4162
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonClick"
|
|
4163
|
+
},
|
|
4164
|
+
"19": {
|
|
4165
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4166
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonDisabled"
|
|
4167
|
+
},
|
|
4168
|
+
"20": {
|
|
4169
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4170
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonDisabled"
|
|
4171
|
+
},
|
|
4172
|
+
"21": {
|
|
4173
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4174
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorNextButtonDisabled"
|
|
4175
|
+
},
|
|
4176
|
+
"22": {
|
|
4177
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4178
|
+
"qualifiedName": "newValue"
|
|
4179
|
+
},
|
|
4180
|
+
"23": {
|
|
4181
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4182
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonDisabled"
|
|
4183
|
+
},
|
|
4184
|
+
"24": {
|
|
4185
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4186
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonDisabled"
|
|
4187
|
+
},
|
|
4188
|
+
"25": {
|
|
4189
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4190
|
+
"qualifiedName": "SkyFlyoutInstance.iteratorPreviousButtonDisabled"
|
|
4191
|
+
},
|
|
4192
|
+
"26": {
|
|
4193
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4194
|
+
"qualifiedName": "newValue"
|
|
4195
|
+
},
|
|
4196
|
+
"33": {
|
|
4197
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4198
|
+
"qualifiedName": "SkyFlyoutInstance.close"
|
|
4199
|
+
},
|
|
4200
|
+
"34": {
|
|
4201
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4202
|
+
"qualifiedName": "SkyFlyoutInstance.close"
|
|
4203
|
+
},
|
|
4204
|
+
"35": {
|
|
4205
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
2635
4206
|
"qualifiedName": "args"
|
|
2636
4207
|
},
|
|
4208
|
+
"36": {
|
|
4209
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout-instance.ts",
|
|
4210
|
+
"qualifiedName": "SkyFlyoutInstance.T"
|
|
4211
|
+
},
|
|
4212
|
+
"37": {
|
|
4213
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.module.ts",
|
|
4214
|
+
"qualifiedName": "SkyFlyoutModule"
|
|
4215
|
+
},
|
|
4216
|
+
"77": {
|
|
4217
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4218
|
+
"qualifiedName": "SkyFlyoutService"
|
|
4219
|
+
},
|
|
4220
|
+
"79": {
|
|
4221
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4222
|
+
"qualifiedName": "SkyFlyoutService.__constructor"
|
|
4223
|
+
},
|
|
4224
|
+
"80": {
|
|
4225
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4226
|
+
"qualifiedName": "SkyFlyoutService"
|
|
4227
|
+
},
|
|
4228
|
+
"81": {
|
|
4229
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4230
|
+
"qualifiedName": "coreAdapter"
|
|
4231
|
+
},
|
|
4232
|
+
"82": {
|
|
4233
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4234
|
+
"qualifiedName": "windowRef"
|
|
4235
|
+
},
|
|
4236
|
+
"83": {
|
|
4237
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4238
|
+
"qualifiedName": "dynamicComponentService"
|
|
4239
|
+
},
|
|
4240
|
+
"84": {
|
|
4241
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4242
|
+
"qualifiedName": "router"
|
|
4243
|
+
},
|
|
4244
|
+
"85": {
|
|
4245
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4246
|
+
"qualifiedName": "ngZone"
|
|
4247
|
+
},
|
|
4248
|
+
"95": {
|
|
4249
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4250
|
+
"qualifiedName": "SkyFlyoutService.ngOnDestroy"
|
|
4251
|
+
},
|
|
4252
|
+
"96": {
|
|
4253
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4254
|
+
"qualifiedName": "SkyFlyoutService.ngOnDestroy"
|
|
4255
|
+
},
|
|
4256
|
+
"97": {
|
|
4257
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4258
|
+
"qualifiedName": "SkyFlyoutService.close"
|
|
4259
|
+
},
|
|
2637
4260
|
"98": {
|
|
2638
4261
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2639
|
-
"qualifiedName": "SkyFlyoutService.
|
|
4262
|
+
"qualifiedName": "SkyFlyoutService.close"
|
|
2640
4263
|
},
|
|
2641
4264
|
"99": {
|
|
2642
4265
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2643
|
-
"qualifiedName": "
|
|
4266
|
+
"qualifiedName": "args"
|
|
2644
4267
|
},
|
|
2645
4268
|
"100": {
|
|
2646
4269
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2647
|
-
"qualifiedName": "
|
|
4270
|
+
"qualifiedName": "SkyFlyoutService.open"
|
|
2648
4271
|
},
|
|
2649
4272
|
"101": {
|
|
2650
4273
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2651
|
-
"qualifiedName": "
|
|
4274
|
+
"qualifiedName": "SkyFlyoutService.open"
|
|
2652
4275
|
},
|
|
2653
4276
|
"102": {
|
|
4277
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4278
|
+
"qualifiedName": "T"
|
|
4279
|
+
},
|
|
4280
|
+
"103": {
|
|
4281
|
+
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
4282
|
+
"qualifiedName": "component"
|
|
4283
|
+
},
|
|
4284
|
+
"104": {
|
|
2654
4285
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/flyout.service.ts",
|
|
2655
4286
|
"qualifiedName": "config"
|
|
2656
4287
|
},
|
|
2657
|
-
"
|
|
4288
|
+
"115": {
|
|
2658
4289
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2659
4290
|
"qualifiedName": "SkyFlyoutAction"
|
|
2660
4291
|
},
|
|
2661
|
-
"
|
|
4292
|
+
"116": {
|
|
2662
4293
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2663
4294
|
"qualifiedName": "SkyFlyoutAction.label"
|
|
2664
4295
|
},
|
|
2665
|
-
"
|
|
4296
|
+
"117": {
|
|
2666
4297
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2667
4298
|
"qualifiedName": "SkyFlyoutAction.callback"
|
|
2668
4299
|
},
|
|
2669
|
-
"
|
|
4300
|
+
"118": {
|
|
2670
4301
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2671
4302
|
"qualifiedName": "__type"
|
|
2672
4303
|
},
|
|
2673
|
-
"
|
|
4304
|
+
"119": {
|
|
2674
4305
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2675
4306
|
"qualifiedName": "__type"
|
|
2676
4307
|
},
|
|
2677
|
-
"
|
|
4308
|
+
"120": {
|
|
2678
4309
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-action.ts",
|
|
2679
4310
|
"qualifiedName": "SkyFlyoutAction.closeAfterInvoking"
|
|
2680
4311
|
},
|
|
2681
|
-
"
|
|
4312
|
+
"121": {
|
|
2682
4313
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2683
4314
|
"qualifiedName": "SkyFlyoutBeforeCloseHandler"
|
|
2684
4315
|
},
|
|
2685
|
-
"
|
|
4316
|
+
"122": {
|
|
2686
4317
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2687
4318
|
"qualifiedName": "SkyFlyoutBeforeCloseHandler.__constructor"
|
|
2688
4319
|
},
|
|
2689
|
-
"
|
|
4320
|
+
"123": {
|
|
2690
4321
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2691
4322
|
"qualifiedName": "SkyFlyoutBeforeCloseHandler"
|
|
2692
4323
|
},
|
|
2693
|
-
"
|
|
4324
|
+
"124": {
|
|
2694
4325
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2695
4326
|
"qualifiedName": "closeFlyoutFunction"
|
|
2696
4327
|
},
|
|
2697
|
-
"
|
|
4328
|
+
"125": {
|
|
2698
4329
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2699
4330
|
"qualifiedName": "__type"
|
|
2700
4331
|
},
|
|
2701
|
-
"
|
|
4332
|
+
"126": {
|
|
2702
4333
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2703
4334
|
"qualifiedName": "__type"
|
|
2704
4335
|
},
|
|
2705
|
-
"
|
|
4336
|
+
"127": {
|
|
2706
4337
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2707
4338
|
"qualifiedName": "SkyFlyoutBeforeCloseHandler.closeFlyout"
|
|
2708
4339
|
},
|
|
2709
|
-
"
|
|
4340
|
+
"128": {
|
|
2710
4341
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2711
4342
|
"qualifiedName": "__type"
|
|
2712
4343
|
},
|
|
2713
|
-
"
|
|
4344
|
+
"129": {
|
|
2714
4345
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-before-close-handler.ts",
|
|
2715
4346
|
"qualifiedName": "__type"
|
|
2716
4347
|
},
|
|
2717
|
-
"
|
|
4348
|
+
"130": {
|
|
2718
4349
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts",
|
|
2719
4350
|
"qualifiedName": "SkyFlyoutCloseArgs"
|
|
2720
4351
|
},
|
|
2721
|
-
"
|
|
4352
|
+
"131": {
|
|
2722
4353
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-close-args.ts",
|
|
2723
4354
|
"qualifiedName": "SkyFlyoutCloseArgs.ignoreBeforeClose"
|
|
2724
4355
|
},
|
|
2725
|
-
"
|
|
4356
|
+
"132": {
|
|
2726
4357
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2727
4358
|
"qualifiedName": "SkyFlyoutConfig"
|
|
2728
4359
|
},
|
|
2729
|
-
"
|
|
4360
|
+
"133": {
|
|
2730
4361
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2731
4362
|
"qualifiedName": "SkyFlyoutConfig.ariaDescribedBy"
|
|
2732
4363
|
},
|
|
2733
|
-
"
|
|
4364
|
+
"134": {
|
|
2734
4365
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2735
4366
|
"qualifiedName": "SkyFlyoutConfig.ariaLabel"
|
|
2736
4367
|
},
|
|
2737
|
-
"
|
|
4368
|
+
"135": {
|
|
2738
4369
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2739
4370
|
"qualifiedName": "SkyFlyoutConfig.ariaLabelledBy"
|
|
2740
4371
|
},
|
|
2741
|
-
"
|
|
4372
|
+
"136": {
|
|
2742
4373
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2743
4374
|
"qualifiedName": "SkyFlyoutConfig.ariaRole"
|
|
2744
4375
|
},
|
|
2745
|
-
"
|
|
4376
|
+
"137": {
|
|
2746
4377
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2747
4378
|
"qualifiedName": "SkyFlyoutConfig.defaultWidth"
|
|
2748
4379
|
},
|
|
2749
|
-
"
|
|
4380
|
+
"138": {
|
|
2750
4381
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2751
4382
|
"qualifiedName": "SkyFlyoutConfig.minWidth"
|
|
2752
4383
|
},
|
|
2753
|
-
"
|
|
4384
|
+
"139": {
|
|
2754
4385
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2755
4386
|
"qualifiedName": "SkyFlyoutConfig.maxWidth"
|
|
2756
4387
|
},
|
|
2757
|
-
"
|
|
4388
|
+
"140": {
|
|
2758
4389
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2759
4390
|
"qualifiedName": "SkyFlyoutConfig.permalink"
|
|
2760
4391
|
},
|
|
2761
|
-
"
|
|
4392
|
+
"141": {
|
|
2762
4393
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2763
4394
|
"qualifiedName": "SkyFlyoutConfig.primaryAction"
|
|
2764
4395
|
},
|
|
2765
|
-
"
|
|
4396
|
+
"142": {
|
|
2766
4397
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2767
4398
|
"qualifiedName": "SkyFlyoutConfig.providers"
|
|
2768
4399
|
},
|
|
2769
|
-
"
|
|
4400
|
+
"143": {
|
|
2770
4401
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2771
4402
|
"qualifiedName": "SkyFlyoutConfig.showIterator"
|
|
2772
4403
|
},
|
|
2773
|
-
"
|
|
4404
|
+
"144": {
|
|
2774
4405
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2775
4406
|
"qualifiedName": "SkyFlyoutConfig.iteratorPreviousButtonDisabled"
|
|
2776
4407
|
},
|
|
2777
|
-
"
|
|
4408
|
+
"145": {
|
|
2778
4409
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2779
4410
|
"qualifiedName": "SkyFlyoutConfig.iteratorNextButtonDisabled"
|
|
2780
4411
|
},
|
|
2781
|
-
"
|
|
4412
|
+
"146": {
|
|
2782
4413
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-config.ts",
|
|
2783
4414
|
"qualifiedName": "SkyFlyoutConfig.settingsKey"
|
|
2784
4415
|
},
|
|
2785
|
-
"
|
|
4416
|
+
"159": {
|
|
2786
4417
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2787
4418
|
"qualifiedName": "SkyFlyoutPermalink"
|
|
2788
4419
|
},
|
|
2789
|
-
"
|
|
4420
|
+
"160": {
|
|
2790
4421
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2791
4422
|
"qualifiedName": "SkyFlyoutPermalink.label"
|
|
2792
4423
|
},
|
|
2793
|
-
"
|
|
4424
|
+
"161": {
|
|
2794
4425
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2795
4426
|
"qualifiedName": "SkyFlyoutPermalink.route"
|
|
2796
4427
|
},
|
|
2797
|
-
"
|
|
4428
|
+
"162": {
|
|
2798
4429
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2799
4430
|
"qualifiedName": "__type"
|
|
2800
4431
|
},
|
|
2801
|
-
"
|
|
4432
|
+
"163": {
|
|
2802
4433
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2803
4434
|
"qualifiedName": "__type.commands"
|
|
2804
4435
|
},
|
|
2805
|
-
"
|
|
4436
|
+
"164": {
|
|
2806
4437
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2807
4438
|
"qualifiedName": "__type.extras"
|
|
2808
4439
|
},
|
|
2809
|
-
"
|
|
4440
|
+
"165": {
|
|
2810
4441
|
"sourceFileName": "libs/components/flyout/src/lib/modules/flyout/types/flyout-permalink.ts",
|
|
2811
4442
|
"qualifiedName": "SkyFlyoutPermalink.url"
|
|
4443
|
+
},
|
|
4444
|
+
"277": {
|
|
4445
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4446
|
+
"qualifiedName": "SkyFlyoutHarness"
|
|
4447
|
+
},
|
|
4448
|
+
"284": {
|
|
4449
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4450
|
+
"qualifiedName": "ComponentHarness.__constructor"
|
|
4451
|
+
},
|
|
4452
|
+
"285": {
|
|
4453
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4454
|
+
"qualifiedName": "SkyFlyoutHarness"
|
|
4455
|
+
},
|
|
4456
|
+
"286": {
|
|
4457
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4458
|
+
"qualifiedName": "locatorFactory"
|
|
4459
|
+
},
|
|
4460
|
+
"288": {
|
|
4461
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4462
|
+
"qualifiedName": "SkyFlyoutHarness.clickNextIteratorButton"
|
|
4463
|
+
},
|
|
4464
|
+
"289": {
|
|
4465
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4466
|
+
"qualifiedName": "SkyFlyoutHarness.clickNextIteratorButton"
|
|
4467
|
+
},
|
|
4468
|
+
"290": {
|
|
4469
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4470
|
+
"qualifiedName": "SkyFlyoutHarness.clickPreviousIteratorButton"
|
|
4471
|
+
},
|
|
4472
|
+
"291": {
|
|
4473
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4474
|
+
"qualifiedName": "SkyFlyoutHarness.clickPreviousIteratorButton"
|
|
4475
|
+
},
|
|
4476
|
+
"292": {
|
|
4477
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4478
|
+
"qualifiedName": "SkyFlyoutHarness.clickPrimaryActionButton"
|
|
4479
|
+
},
|
|
4480
|
+
"293": {
|
|
4481
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4482
|
+
"qualifiedName": "SkyFlyoutHarness.clickPrimaryActionButton"
|
|
4483
|
+
},
|
|
4484
|
+
"294": {
|
|
4485
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4486
|
+
"qualifiedName": "SkyFlyoutHarness.closeFlyout"
|
|
4487
|
+
},
|
|
4488
|
+
"295": {
|
|
4489
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4490
|
+
"qualifiedName": "SkyFlyoutHarness.closeFlyout"
|
|
4491
|
+
},
|
|
4492
|
+
"296": {
|
|
4493
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4494
|
+
"qualifiedName": "SkyFlyoutHarness.getAriaDescribedBy"
|
|
4495
|
+
},
|
|
4496
|
+
"297": {
|
|
4497
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4498
|
+
"qualifiedName": "SkyFlyoutHarness.getAriaDescribedBy"
|
|
4499
|
+
},
|
|
4500
|
+
"298": {
|
|
4501
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4502
|
+
"qualifiedName": "SkyFlyoutHarness.getAriaLabel"
|
|
4503
|
+
},
|
|
4504
|
+
"299": {
|
|
4505
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4506
|
+
"qualifiedName": "SkyFlyoutHarness.getAriaLabel"
|
|
4507
|
+
},
|
|
4508
|
+
"300": {
|
|
4509
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4510
|
+
"qualifiedName": "SkyFlyoutHarness.getAriaLabelledBy"
|
|
4511
|
+
},
|
|
4512
|
+
"301": {
|
|
4513
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4514
|
+
"qualifiedName": "SkyFlyoutHarness.getAriaLabelledBy"
|
|
4515
|
+
},
|
|
4516
|
+
"302": {
|
|
4517
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4518
|
+
"qualifiedName": "SkyFlyoutHarness.getAriaRole"
|
|
4519
|
+
},
|
|
4520
|
+
"303": {
|
|
4521
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4522
|
+
"qualifiedName": "SkyFlyoutHarness.getAriaRole"
|
|
4523
|
+
},
|
|
4524
|
+
"304": {
|
|
4525
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4526
|
+
"qualifiedName": "SkyFlyoutHarness.getFlyoutMaxWidth"
|
|
4527
|
+
},
|
|
4528
|
+
"305": {
|
|
4529
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4530
|
+
"qualifiedName": "SkyFlyoutHarness.getFlyoutMaxWidth"
|
|
4531
|
+
},
|
|
4532
|
+
"306": {
|
|
4533
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4534
|
+
"qualifiedName": "SkyFlyoutHarness.getFlyoutMinWidth"
|
|
4535
|
+
},
|
|
4536
|
+
"307": {
|
|
4537
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4538
|
+
"qualifiedName": "SkyFlyoutHarness.getFlyoutMinWidth"
|
|
4539
|
+
},
|
|
4540
|
+
"308": {
|
|
4541
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4542
|
+
"qualifiedName": "SkyFlyoutHarness.getFlyoutWidth"
|
|
4543
|
+
},
|
|
4544
|
+
"309": {
|
|
4545
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4546
|
+
"qualifiedName": "SkyFlyoutHarness.getFlyoutWidth"
|
|
4547
|
+
},
|
|
4548
|
+
"310": {
|
|
4549
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4550
|
+
"qualifiedName": "SkyFlyoutHarness.getPermalinkButtonLabel"
|
|
4551
|
+
},
|
|
4552
|
+
"311": {
|
|
4553
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4554
|
+
"qualifiedName": "SkyFlyoutHarness.getPermalinkButtonLabel"
|
|
4555
|
+
},
|
|
4556
|
+
"312": {
|
|
4557
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4558
|
+
"qualifiedName": "SkyFlyoutHarness.getPermalinkButtonRoute"
|
|
4559
|
+
},
|
|
4560
|
+
"313": {
|
|
4561
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4562
|
+
"qualifiedName": "SkyFlyoutHarness.getPermalinkButtonRoute"
|
|
4563
|
+
},
|
|
4564
|
+
"314": {
|
|
4565
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4566
|
+
"qualifiedName": "SkyFlyoutHarness.getPrimaryActionButtonLabel"
|
|
4567
|
+
},
|
|
4568
|
+
"315": {
|
|
4569
|
+
"sourceFileName": "libs/components/flyout/testing/src/modules/flyout/flyout-harness.ts",
|
|
4570
|
+
"qualifiedName": "SkyFlyoutHarness.getPrimaryActionButtonLabel"
|
|
4571
|
+
},
|
|
4572
|
+
"322": {
|
|
4573
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4574
|
+
"qualifiedName": "SkyQueryableComponentHarness.queryHarness"
|
|
4575
|
+
},
|
|
4576
|
+
"323": {
|
|
4577
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4578
|
+
"qualifiedName": "SkyQueryableComponentHarness.queryHarness"
|
|
4579
|
+
},
|
|
4580
|
+
"324": {
|
|
4581
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4582
|
+
"qualifiedName": "T"
|
|
4583
|
+
},
|
|
4584
|
+
"325": {
|
|
4585
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4586
|
+
"qualifiedName": "query"
|
|
4587
|
+
},
|
|
4588
|
+
"326": {
|
|
4589
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4590
|
+
"qualifiedName": "SkyQueryableComponentHarness.queryHarnessOrNull"
|
|
4591
|
+
},
|
|
4592
|
+
"327": {
|
|
4593
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4594
|
+
"qualifiedName": "SkyQueryableComponentHarness.queryHarnessOrNull"
|
|
4595
|
+
},
|
|
4596
|
+
"328": {
|
|
4597
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4598
|
+
"qualifiedName": "T"
|
|
4599
|
+
},
|
|
4600
|
+
"329": {
|
|
4601
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4602
|
+
"qualifiedName": "query"
|
|
4603
|
+
},
|
|
4604
|
+
"330": {
|
|
4605
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4606
|
+
"qualifiedName": "SkyQueryableComponentHarness.queryHarnesses"
|
|
4607
|
+
},
|
|
4608
|
+
"331": {
|
|
4609
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4610
|
+
"qualifiedName": "SkyQueryableComponentHarness.queryHarnesses"
|
|
4611
|
+
},
|
|
4612
|
+
"332": {
|
|
4613
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4614
|
+
"qualifiedName": "T"
|
|
4615
|
+
},
|
|
4616
|
+
"333": {
|
|
4617
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4618
|
+
"qualifiedName": "harness"
|
|
4619
|
+
},
|
|
4620
|
+
"334": {
|
|
4621
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4622
|
+
"qualifiedName": "SkyQueryableComponentHarness.querySelector"
|
|
4623
|
+
},
|
|
4624
|
+
"335": {
|
|
4625
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4626
|
+
"qualifiedName": "SkyQueryableComponentHarness.querySelector"
|
|
4627
|
+
},
|
|
4628
|
+
"336": {
|
|
4629
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4630
|
+
"qualifiedName": "selector"
|
|
4631
|
+
},
|
|
4632
|
+
"337": {
|
|
4633
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4634
|
+
"qualifiedName": "SkyQueryableComponentHarness.querySelectorOrNull"
|
|
4635
|
+
},
|
|
4636
|
+
"338": {
|
|
4637
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4638
|
+
"qualifiedName": "SkyQueryableComponentHarness.querySelectorOrNull"
|
|
4639
|
+
},
|
|
4640
|
+
"339": {
|
|
4641
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4642
|
+
"qualifiedName": "selector"
|
|
4643
|
+
},
|
|
4644
|
+
"340": {
|
|
4645
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4646
|
+
"qualifiedName": "SkyQueryableComponentHarness.querySelectorAll"
|
|
4647
|
+
},
|
|
4648
|
+
"341": {
|
|
4649
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4650
|
+
"qualifiedName": "SkyQueryableComponentHarness.querySelectorAll"
|
|
4651
|
+
},
|
|
4652
|
+
"342": {
|
|
4653
|
+
"sourceFileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
4654
|
+
"qualifiedName": "selector"
|
|
4655
|
+
},
|
|
4656
|
+
"346": {
|
|
4657
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4658
|
+
"qualifiedName": "ComponentHarness.host"
|
|
4659
|
+
},
|
|
4660
|
+
"347": {
|
|
4661
|
+
"sourceFileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
4662
|
+
"qualifiedName": "ComponentHarness.host"
|
|
2812
4663
|
}
|
|
2813
4664
|
}
|
|
2814
4665
|
},
|
|
@@ -2821,12 +4672,17 @@
|
|
|
2821
4672
|
{
|
|
2822
4673
|
"fileName": "demo.component.ts",
|
|
2823
4674
|
"filePath": "/projects/flyout/documentation/code-examples/flyout/custom-headers/demo.component.ts",
|
|
2824
|
-
"rawContents": "import { Component, inject } from '@angular/core';\nimport { SkyFlyoutInstance, SkyFlyoutService } from '@skyux/flyout';\n\nimport { FlyoutComponent } from './flyout.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n})\nexport class DemoComponent {\n #flyout: SkyFlyoutInstance<FlyoutComponent> | undefined;\n\n readonly #flyoutSvc = inject(SkyFlyoutService);\n\n
|
|
4675
|
+
"rawContents": "import { Component, inject } from '@angular/core';\nimport { SkyFlyoutInstance, SkyFlyoutService } from '@skyux/flyout';\n\nimport { FlyoutComponent } from './flyout.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n})\nexport class DemoComponent {\n public recordNumber = 0;\n public primaryActionCallback(): void {\n alert('Primary action clicked!');\n }\n\n #flyout: SkyFlyoutInstance<FlyoutComponent> | undefined;\n\n readonly #flyoutSvc = inject(SkyFlyoutService);\n\n public openFlyoutWithIterators(): void {\n this.#flyout = this.#flyoutSvc.open(FlyoutComponent, {\n ariaLabelledBy: 'flyout-title',\n ariaRole: 'dialog',\n showIterator: true,\n iteratorNextButtonDisabled: this.#nextButtonDisabled(),\n iteratorPreviousButtonDisabled: this.#previousButtonDisabled(),\n });\n\n this.#flyout.iteratorNextButtonClick.subscribe(() => {\n alert('Next iterator button clicked!');\n this.recordNumber += 1;\n this.#flyout!.iteratorNextButtonDisabled = this.#nextButtonDisabled();\n this.#flyout!.iteratorPreviousButtonDisabled =\n this.#previousButtonDisabled();\n });\n\n this.#flyout.iteratorPreviousButtonClick.subscribe(() => {\n alert('Previous iterator button clicked!');\n this.recordNumber -= 1;\n this.#flyout!.iteratorNextButtonDisabled = this.#nextButtonDisabled();\n this.#flyout!.iteratorPreviousButtonDisabled =\n this.#previousButtonDisabled();\n });\n\n this.#flyout.closed.subscribe(() => {\n this.#flyout = undefined;\n });\n }\n\n public openFlyoutWithPrimaryAction(): void {\n this.#flyout = this.#flyoutSvc.open(FlyoutComponent, {\n ariaLabelledBy: 'flyout-title',\n ariaRole: 'dialog',\n primaryAction: {\n label: 'Save',\n callback: () => {\n this.primaryActionCallback();\n },\n },\n });\n }\n\n public openFlyoutWithRoutePermalink(): void {\n this.#flyout = this.#flyoutSvc.open(FlyoutComponent, {\n ariaLabelledBy: 'flyout-title',\n ariaRole: 'dialog',\n permalink: {\n label: 'Go to Components page',\n route: {\n commands: ['/components'],\n extras: {\n fragment: 'helloWorld',\n queryParams: {\n foo: 'bar',\n },\n },\n },\n },\n });\n\n this.#flyout.closed.subscribe(() => {\n this.#flyout = undefined;\n });\n }\n\n public openFlyoutWithUrlPermalink(): void {\n this.#flyout = this.#flyoutSvc.open(FlyoutComponent, {\n ariaLabelledBy: 'flyout-title',\n ariaRole: 'dialog',\n permalink: {\n label: `Visit blackbaud.com`,\n url: 'http://www.blackbaud.com',\n },\n });\n\n this.#flyout.closed.subscribe(() => {\n this.#flyout = undefined;\n });\n }\n\n #nextButtonDisabled(): boolean {\n return this.recordNumber >= 3;\n }\n\n #previousButtonDisabled(): boolean {\n return this.recordNumber <= 0;\n }\n}\n"
|
|
4676
|
+
},
|
|
4677
|
+
{
|
|
4678
|
+
"fileName": "demo.component.spec.ts",
|
|
4679
|
+
"filePath": "/projects/flyout/documentation/code-examples/flyout/custom-headers/demo.component.spec.ts",
|
|
4680
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyFlyoutHarness } from '@skyux/flyout/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Flyout harness', () => {\n async function setupTest(option?: string): Promise<{\n flyoutHarness: SkyFlyoutHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n await TestBed.configureTestingModule({\n imports: [DemoComponent, NoopAnimationsModule],\n }).compileComponents();\n\n const fixture = TestBed.createComponent(DemoComponent);\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n\n switch (option) {\n case 'url':\n fixture.componentInstance.openFlyoutWithUrlPermalink();\n break;\n case 'action':\n fixture.componentInstance.openFlyoutWithPrimaryAction();\n break;\n default:\n fixture.componentInstance.openFlyoutWithIterators();\n break;\n }\n\n const flyoutHarness: SkyFlyoutHarness =\n await loader.getHarness(SkyFlyoutHarness);\n\n return { flyoutHarness, fixture };\n }\n\n it('should set up the flyout with iterators', async () => {\n const { flyoutHarness, fixture } = await setupTest();\n\n await expectAsync(flyoutHarness.getAriaLabelledBy()).toBeResolvedTo(\n 'flyout-title',\n );\n await expectAsync(flyoutHarness.getAriaRole()).toBeResolvedTo('dialog');\n\n expect(fixture.componentInstance.recordNumber).toBe(0);\n await flyoutHarness.clickNextIteratorButton();\n expect(fixture.componentInstance.recordNumber).toBe(1);\n await flyoutHarness.clickPreviousIteratorButton();\n expect(fixture.componentInstance.recordNumber).toBe(0);\n // previous button is disabled\n await expectAsync(\n flyoutHarness.clickPreviousIteratorButton(),\n ).toBeRejectedWithError(\n 'Could not click the previous iterator because it is disabled.',\n );\n });\n\n it('should set up the flyout with permalink', async () => {\n const { flyoutHarness } = await setupTest('url');\n\n await expectAsync(flyoutHarness.getPermalinkButtonLabel()).toBeResolvedTo(\n 'Visit blackbaud.com',\n );\n await expectAsync(flyoutHarness.getPermalinkButtonRoute()).toBeResolvedTo(\n 'http://www.blackbaud.com',\n );\n });\n\n it('should set up the flyout with primary action', async () => {\n const { flyoutHarness, fixture } = await setupTest('action');\n\n await expectAsync(\n flyoutHarness.getPrimaryActionButtonLabel(),\n ).toBeResolvedTo('Save');\n\n const actionSpy = spyOn(fixture.componentInstance, 'primaryActionCallback');\n await flyoutHarness.clickPrimaryActionButton();\n expect(actionSpy).toHaveBeenCalledTimes(1);\n });\n});\n"
|
|
2825
4681
|
},
|
|
2826
4682
|
{
|
|
2827
4683
|
"fileName": "demo.component.html",
|
|
2828
4684
|
"filePath": "/projects/flyout/documentation/code-examples/flyout/custom-headers/demo.component.html",
|
|
2829
|
-
"rawContents": "<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openFlyoutWithUrlPermalink()\"\n>\n Open flyout with a URL permalink\n</button>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openFlyoutWithRoutePermalink()\"\n>\n Open flyout with an Angular routing permalink\n</button>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openFlyoutWithIterators()\"\n>\n Open flyout with iterators\n</button>\n"
|
|
4685
|
+
"rawContents": "<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openFlyoutWithUrlPermalink()\"\n>\n Open flyout with a URL permalink\n</button>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openFlyoutWithRoutePermalink()\"\n>\n Open flyout with an Angular routing permalink\n</button>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openFlyoutWithIterators()\"\n>\n Open flyout with iterators\n</button>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openFlyoutWithPrimaryAction()\"\n>\n Open flyout with primary action\n</button>\n"
|
|
2830
4686
|
},
|
|
2831
4687
|
{
|
|
2832
4688
|
"fileName": "flyout.component.ts",
|
|
@@ -2836,7 +4692,12 @@
|
|
|
2836
4692
|
{
|
|
2837
4693
|
"fileName": "demo.component.ts",
|
|
2838
4694
|
"filePath": "/projects/flyout/documentation/code-examples/flyout/basic/demo.component.ts",
|
|
2839
|
-
"rawContents": "import { Component, inject } from '@angular/core';\nimport { SkyFlyoutInstance, SkyFlyoutService } from '@skyux/flyout';\n\nimport { FlyoutComponent } from './flyout.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n})\nexport class DemoComponent {\n #flyout: SkyFlyoutInstance<FlyoutComponent> | undefined;\n\n readonly #flyoutSvc = inject(SkyFlyoutService);\n\n protected closeAndRemoveFlyout(): void {\n if (this.#flyout?.isOpen) {\n this.#flyoutSvc.close();\n }\n\n this.#flyout = undefined;\n }\n\n
|
|
4695
|
+
"rawContents": "import { Component, inject } from '@angular/core';\nimport { SkyFlyoutInstance, SkyFlyoutService } from '@skyux/flyout';\n\nimport { FlyoutComponent } from './flyout.component';\n\n@Component({\n standalone: true,\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n})\nexport class DemoComponent {\n #flyout: SkyFlyoutInstance<FlyoutComponent> | undefined;\n\n readonly #flyoutSvc = inject(SkyFlyoutService);\n\n protected closeAndRemoveFlyout(): void {\n if (this.#flyout?.isOpen) {\n this.#flyoutSvc.close();\n }\n\n this.#flyout = undefined;\n }\n\n public openFlyoutWithCustomWidth(): void {\n this.#flyout = this.#flyoutSvc.open(FlyoutComponent, {\n ariaLabelledBy: 'flyout-title',\n ariaRole: 'dialog',\n defaultWidth: 350,\n maxWidth: 500,\n minWidth: 200,\n });\n\n this.#flyout.closed.subscribe(() => {\n this.#flyout = undefined;\n });\n }\n\n protected openSimpleFlyout(): void {\n this.#flyout = this.#flyoutSvc.open(FlyoutComponent, {\n ariaLabelledBy: 'flyout-title',\n ariaRole: 'dialog',\n });\n\n this.#flyout.closed.subscribe(() => {\n this.#flyout = undefined;\n });\n }\n}\n"
|
|
4696
|
+
},
|
|
4697
|
+
{
|
|
4698
|
+
"fileName": "demo.component.spec.ts",
|
|
4699
|
+
"filePath": "/projects/flyout/documentation/code-examples/flyout/basic/demo.component.spec.ts",
|
|
4700
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport { SkyFlyoutHarness } from '@skyux/flyout/testing';\n\nimport { DemoComponent } from './demo.component';\n\ndescribe('Flyout harness', () => {\n async function setupTest(): Promise<{\n flyoutHarness: SkyFlyoutHarness;\n fixture: ComponentFixture<DemoComponent>;\n }> {\n await TestBed.configureTestingModule({\n imports: [DemoComponent, NoopAnimationsModule],\n }).compileComponents();\n\n const fixture = TestBed.createComponent(DemoComponent);\n const loader = TestbedHarnessEnvironment.documentRootLoader(fixture);\n\n fixture.componentInstance.openFlyoutWithCustomWidth();\n\n const flyoutHarness: SkyFlyoutHarness =\n await loader.getHarness(SkyFlyoutHarness);\n\n return { flyoutHarness, fixture };\n }\n\n it('should set up the flyout', async () => {\n const { flyoutHarness } = await setupTest();\n\n await expectAsync(flyoutHarness.getAriaLabelledBy()).toBeResolvedTo(\n 'flyout-title',\n );\n await expectAsync(flyoutHarness.getAriaRole()).toBeResolvedTo('dialog');\n await expectAsync(flyoutHarness.getFlyoutWidth()).toBeResolvedTo(350);\n await expectAsync(flyoutHarness.getFlyoutMinWidth()).toBeResolvedTo(200);\n await expectAsync(flyoutHarness.getFlyoutMaxWidth()).toBeResolvedTo(500);\n\n await flyoutHarness.closeFlyout();\n });\n});\n"
|
|
2840
4701
|
},
|
|
2841
4702
|
{
|
|
2842
4703
|
"fileName": "demo.component.html",
|
|
@@ -2857,15 +4718,15 @@
|
|
|
2857
4718
|
"@angular/router": "18.2.13",
|
|
2858
4719
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
2859
4720
|
"@schematics/angular": "18.2.12",
|
|
2860
|
-
"@skyux/assets": "11.
|
|
2861
|
-
"@skyux/config": "11.
|
|
2862
|
-
"@skyux/core": "11.
|
|
2863
|
-
"@skyux/flyout": "11.
|
|
2864
|
-
"@skyux/i18n": "11.
|
|
2865
|
-
"@skyux/icon": "11.
|
|
4721
|
+
"@skyux/assets": "11.43.1",
|
|
4722
|
+
"@skyux/config": "11.43.1",
|
|
4723
|
+
"@skyux/core": "11.43.1",
|
|
4724
|
+
"@skyux/flyout": "11.43.1",
|
|
4725
|
+
"@skyux/i18n": "11.43.1",
|
|
4726
|
+
"@skyux/icon": "11.43.1",
|
|
2866
4727
|
"@skyux/icons": "7.10.0",
|
|
2867
|
-
"@skyux/router": "11.
|
|
2868
|
-
"@skyux/theme": "11.
|
|
4728
|
+
"@skyux/router": "11.43.1",
|
|
4729
|
+
"@skyux/theme": "11.43.1",
|
|
2869
4730
|
"@types/node": "20.14.12",
|
|
2870
4731
|
"cross-spawn": "7.0.6",
|
|
2871
4732
|
"fontfaceobserver": "2.3.0",
|
|
@@ -2887,15 +4748,15 @@
|
|
|
2887
4748
|
"@angular/router": "18.2.13",
|
|
2888
4749
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
2889
4750
|
"@schematics/angular": "18.2.12",
|
|
2890
|
-
"@skyux/assets": "11.
|
|
2891
|
-
"@skyux/config": "11.
|
|
2892
|
-
"@skyux/core": "11.
|
|
2893
|
-
"@skyux/flyout": "11.
|
|
2894
|
-
"@skyux/i18n": "11.
|
|
2895
|
-
"@skyux/icon": "11.
|
|
4751
|
+
"@skyux/assets": "11.43.1",
|
|
4752
|
+
"@skyux/config": "11.43.1",
|
|
4753
|
+
"@skyux/core": "11.43.1",
|
|
4754
|
+
"@skyux/flyout": "11.43.1",
|
|
4755
|
+
"@skyux/i18n": "11.43.1",
|
|
4756
|
+
"@skyux/icon": "11.43.1",
|
|
2896
4757
|
"@skyux/icons": "7.10.0",
|
|
2897
|
-
"@skyux/router": "11.
|
|
2898
|
-
"@skyux/theme": "11.
|
|
4758
|
+
"@skyux/router": "11.43.1",
|
|
4759
|
+
"@skyux/theme": "11.43.1",
|
|
2899
4760
|
"@types/node": "20.14.12",
|
|
2900
4761
|
"cross-spawn": "7.0.6",
|
|
2901
4762
|
"fontfaceobserver": "2.3.0",
|