@skyux/popovers 8.0.0 → 8.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +1550 -1514
- package/package.json +6 -6
package/documentation.json
CHANGED
|
@@ -33,126 +33,86 @@
|
|
|
33
33
|
"kindString": "Enumeration",
|
|
34
34
|
"flags": {},
|
|
35
35
|
"comment": {
|
|
36
|
-
"
|
|
37
|
-
{
|
|
38
|
-
"kind": "text",
|
|
39
|
-
"text": "The type of message to send to the popover component."
|
|
40
|
-
}
|
|
41
|
-
]
|
|
36
|
+
"shortText": "The type of message to send to the popover component."
|
|
42
37
|
},
|
|
43
38
|
"children": [
|
|
44
39
|
{
|
|
45
40
|
"id": 384,
|
|
46
41
|
"name": "Close",
|
|
47
42
|
"kind": 16,
|
|
48
|
-
"kindString": "Enumeration
|
|
43
|
+
"kindString": "Enumeration member",
|
|
49
44
|
"flags": {},
|
|
50
45
|
"comment": {
|
|
51
|
-
"
|
|
52
|
-
{
|
|
53
|
-
"kind": "text",
|
|
54
|
-
"text": "Closes the popover."
|
|
55
|
-
}
|
|
56
|
-
]
|
|
46
|
+
"shortText": "Closes the popover."
|
|
57
47
|
},
|
|
58
48
|
"sources": [
|
|
59
49
|
{
|
|
60
50
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
61
51
|
"line": 13,
|
|
62
|
-
"character": 2
|
|
63
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L13"
|
|
52
|
+
"character": 2
|
|
64
53
|
}
|
|
65
54
|
],
|
|
66
|
-
"
|
|
67
|
-
"type": "literal",
|
|
68
|
-
"value": 1
|
|
69
|
-
}
|
|
55
|
+
"defaultValue": "1"
|
|
70
56
|
},
|
|
71
57
|
{
|
|
72
58
|
"id": 386,
|
|
73
59
|
"name": "Focus",
|
|
74
60
|
"kind": 16,
|
|
75
|
-
"kindString": "Enumeration
|
|
61
|
+
"kindString": "Enumeration member",
|
|
76
62
|
"flags": {},
|
|
77
63
|
"comment": {
|
|
78
|
-
"
|
|
79
|
-
{
|
|
80
|
-
"kind": "text",
|
|
81
|
-
"text": "Brings focus to the popover element."
|
|
82
|
-
}
|
|
83
|
-
]
|
|
64
|
+
"shortText": "Brings focus to the popover element."
|
|
84
65
|
},
|
|
85
66
|
"sources": [
|
|
86
67
|
{
|
|
87
68
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
88
69
|
"line": 24,
|
|
89
|
-
"character": 2
|
|
90
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L24"
|
|
70
|
+
"character": 2
|
|
91
71
|
}
|
|
92
72
|
],
|
|
93
|
-
"
|
|
94
|
-
"type": "literal",
|
|
95
|
-
"value": 3
|
|
96
|
-
}
|
|
73
|
+
"defaultValue": "3"
|
|
97
74
|
},
|
|
98
75
|
{
|
|
99
76
|
"id": 383,
|
|
100
77
|
"name": "Open",
|
|
101
78
|
"kind": 16,
|
|
102
|
-
"kindString": "Enumeration
|
|
79
|
+
"kindString": "Enumeration member",
|
|
103
80
|
"flags": {},
|
|
104
81
|
"comment": {
|
|
105
|
-
"
|
|
106
|
-
{
|
|
107
|
-
"kind": "text",
|
|
108
|
-
"text": "Opens the popover."
|
|
109
|
-
}
|
|
110
|
-
]
|
|
82
|
+
"shortText": "Opens the popover."
|
|
111
83
|
},
|
|
112
84
|
"sources": [
|
|
113
85
|
{
|
|
114
86
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
115
87
|
"line": 8,
|
|
116
|
-
"character": 2
|
|
117
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L8"
|
|
88
|
+
"character": 2
|
|
118
89
|
}
|
|
119
90
|
],
|
|
120
|
-
"
|
|
121
|
-
"type": "literal",
|
|
122
|
-
"value": 0
|
|
123
|
-
}
|
|
91
|
+
"defaultValue": "0"
|
|
124
92
|
},
|
|
125
93
|
{
|
|
126
94
|
"id": 385,
|
|
127
95
|
"name": "Reposition",
|
|
128
96
|
"kind": 16,
|
|
129
|
-
"kindString": "Enumeration
|
|
97
|
+
"kindString": "Enumeration member",
|
|
130
98
|
"flags": {},
|
|
131
99
|
"comment": {
|
|
132
|
-
"
|
|
133
|
-
{
|
|
134
|
-
"kind": "text",
|
|
135
|
-
"text": "Repositions the popover to the appropriate position.\nThis is useful for when the popover's width and height change while it is open."
|
|
136
|
-
}
|
|
137
|
-
]
|
|
100
|
+
"shortText": "Repositions the popover to the appropriate position.\nThis is useful for when the popover's width and height change while it is open."
|
|
138
101
|
},
|
|
139
102
|
"sources": [
|
|
140
103
|
{
|
|
141
104
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
142
105
|
"line": 19,
|
|
143
|
-
"character": 2
|
|
144
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L19"
|
|
106
|
+
"character": 2
|
|
145
107
|
}
|
|
146
108
|
],
|
|
147
|
-
"
|
|
148
|
-
"type": "literal",
|
|
149
|
-
"value": 2
|
|
150
|
-
}
|
|
109
|
+
"defaultValue": "2"
|
|
151
110
|
}
|
|
152
111
|
],
|
|
153
112
|
"groups": [
|
|
154
113
|
{
|
|
155
|
-
"title": "Enumeration
|
|
114
|
+
"title": "Enumeration members",
|
|
115
|
+
"kind": 16,
|
|
156
116
|
"children": [
|
|
157
117
|
384,
|
|
158
118
|
386,
|
|
@@ -165,8 +125,7 @@
|
|
|
165
125
|
{
|
|
166
126
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
167
127
|
"line": 4,
|
|
168
|
-
"character": 12
|
|
169
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L4"
|
|
128
|
+
"character": 12
|
|
170
129
|
}
|
|
171
130
|
]
|
|
172
131
|
},
|
|
@@ -176,10 +135,25 @@
|
|
|
176
135
|
"kind": 128,
|
|
177
136
|
"kindString": "Class",
|
|
178
137
|
"flags": {},
|
|
138
|
+
"decorators": [
|
|
139
|
+
{
|
|
140
|
+
"name": "NgModule",
|
|
141
|
+
"type": {
|
|
142
|
+
"type": "reference",
|
|
143
|
+
"qualifiedName": "NgModuleDecorator",
|
|
144
|
+
"package": "@angular/core",
|
|
145
|
+
"name": "NgModule"
|
|
146
|
+
},
|
|
147
|
+
"arguments": {
|
|
148
|
+
"obj": "{\n declarations: [\n SkyDropdownButtonComponent,\n SkyDropdownComponent,\n SkyDropdownItemComponent,\n SkyDropdownMenuComponent,\n ],\n imports: [\n CommonModule,\n SkyAffixModule,\n SkyIconModule,\n SkyOverlayModule,\n SkyPopoversResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkyDropdownButtonComponent,\n SkyDropdownComponent,\n SkyDropdownItemComponent,\n SkyDropdownMenuComponent,\n ],\n}"
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
],
|
|
179
152
|
"children": [],
|
|
180
153
|
"groups": [
|
|
181
154
|
{
|
|
182
155
|
"title": "Constructors",
|
|
156
|
+
"kind": 512,
|
|
183
157
|
"children": [
|
|
184
158
|
374
|
|
185
159
|
]
|
|
@@ -189,8 +163,7 @@
|
|
|
189
163
|
{
|
|
190
164
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.module.ts",
|
|
191
165
|
"line": 36,
|
|
192
|
-
"character": 13
|
|
193
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.module.ts#L36"
|
|
166
|
+
"character": 13
|
|
194
167
|
}
|
|
195
168
|
]
|
|
196
169
|
},
|
|
@@ -200,10 +173,25 @@
|
|
|
200
173
|
"kind": 128,
|
|
201
174
|
"kindString": "Class",
|
|
202
175
|
"flags": {},
|
|
176
|
+
"decorators": [
|
|
177
|
+
{
|
|
178
|
+
"name": "NgModule",
|
|
179
|
+
"type": {
|
|
180
|
+
"type": "reference",
|
|
181
|
+
"qualifiedName": "NgModuleDecorator",
|
|
182
|
+
"package": "@angular/core",
|
|
183
|
+
"name": "NgModule"
|
|
184
|
+
},
|
|
185
|
+
"arguments": {
|
|
186
|
+
"obj": "{\n declarations: [\n SkyPopoverComponent,\n SkyPopoverContentComponent,\n SkyPopoverDirective,\n ],\n imports: [\n CommonModule,\n SkyAffixModule,\n SkyIconModule,\n SkyOverlayModule,\n SkyPopoversResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkyPopoverComponent,\n SkyPopoverContentComponent,\n SkyPopoverDirective,\n ],\n}"
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
],
|
|
203
190
|
"children": [],
|
|
204
191
|
"groups": [
|
|
205
192
|
{
|
|
206
193
|
"title": "Constructors",
|
|
194
|
+
"kind": 512,
|
|
207
195
|
"children": [
|
|
208
196
|
377
|
|
209
197
|
]
|
|
@@ -213,8 +201,7 @@
|
|
|
213
201
|
{
|
|
214
202
|
"fileName": "projects/popovers/src/modules/popover/popover.module.ts",
|
|
215
203
|
"line": 33,
|
|
216
|
-
"character": 13
|
|
217
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.module.ts#L33"
|
|
204
|
+
"character": 13
|
|
218
205
|
}
|
|
219
206
|
]
|
|
220
207
|
},
|
|
@@ -225,13 +212,22 @@
|
|
|
225
212
|
"kindString": "Class",
|
|
226
213
|
"flags": {},
|
|
227
214
|
"comment": {
|
|
228
|
-
"
|
|
229
|
-
{
|
|
230
|
-
"kind": "text",
|
|
231
|
-
"text": "Specifies the items to display on the dropdown menu."
|
|
232
|
-
}
|
|
233
|
-
]
|
|
215
|
+
"shortText": "Specifies the items to display on the dropdown menu."
|
|
234
216
|
},
|
|
217
|
+
"decorators": [
|
|
218
|
+
{
|
|
219
|
+
"name": "Component",
|
|
220
|
+
"type": {
|
|
221
|
+
"type": "reference",
|
|
222
|
+
"qualifiedName": "ComponentDecorator",
|
|
223
|
+
"package": "@angular/core",
|
|
224
|
+
"name": "Component"
|
|
225
|
+
},
|
|
226
|
+
"arguments": {
|
|
227
|
+
"obj": "{\n selector: 'sky-dropdown-item',\n templateUrl: './dropdown-item.component.html',\n styleUrls: ['./dropdown-item.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n}"
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
],
|
|
235
231
|
"children": [
|
|
236
232
|
{
|
|
237
233
|
"id": 4,
|
|
@@ -243,8 +239,7 @@
|
|
|
243
239
|
{
|
|
244
240
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
245
241
|
"line": 47,
|
|
246
|
-
"character": 2
|
|
247
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L47"
|
|
242
|
+
"character": 2
|
|
248
243
|
}
|
|
249
244
|
],
|
|
250
245
|
"signatures": [
|
|
@@ -269,9 +264,9 @@
|
|
|
269
264
|
"name": "any"
|
|
270
265
|
}
|
|
271
266
|
],
|
|
272
|
-
"name": "ElementRef",
|
|
273
267
|
"qualifiedName": "ElementRef",
|
|
274
|
-
"package": "@angular/core"
|
|
268
|
+
"package": "@angular/core",
|
|
269
|
+
"name": "ElementRef"
|
|
275
270
|
}
|
|
276
271
|
},
|
|
277
272
|
{
|
|
@@ -282,9 +277,9 @@
|
|
|
282
277
|
"flags": {},
|
|
283
278
|
"type": {
|
|
284
279
|
"type": "reference",
|
|
285
|
-
"name": "ChangeDetectorRef",
|
|
286
280
|
"qualifiedName": "ChangeDetectorRef",
|
|
287
|
-
"package": "@angular/core"
|
|
281
|
+
"package": "@angular/core",
|
|
282
|
+
"name": "ChangeDetectorRef"
|
|
288
283
|
}
|
|
289
284
|
},
|
|
290
285
|
{
|
|
@@ -295,9 +290,9 @@
|
|
|
295
290
|
"flags": {},
|
|
296
291
|
"type": {
|
|
297
292
|
"type": "reference",
|
|
298
|
-
"name": "Renderer2",
|
|
299
293
|
"qualifiedName": "Renderer2",
|
|
300
|
-
"package": "@angular/core"
|
|
294
|
+
"package": "@angular/core",
|
|
295
|
+
"name": "Renderer2"
|
|
301
296
|
}
|
|
302
297
|
}
|
|
303
298
|
],
|
|
@@ -309,35 +304,6 @@
|
|
|
309
304
|
}
|
|
310
305
|
]
|
|
311
306
|
},
|
|
312
|
-
{
|
|
313
|
-
"id": 17,
|
|
314
|
-
"name": "elementRef",
|
|
315
|
-
"kind": 1024,
|
|
316
|
-
"kindString": "Property",
|
|
317
|
-
"flags": {
|
|
318
|
-
"isPublic": true
|
|
319
|
-
},
|
|
320
|
-
"sources": [
|
|
321
|
-
{
|
|
322
|
-
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
323
|
-
"line": 48,
|
|
324
|
-
"character": 11,
|
|
325
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L48"
|
|
326
|
-
}
|
|
327
|
-
],
|
|
328
|
-
"type": {
|
|
329
|
-
"type": "reference",
|
|
330
|
-
"typeArguments": [
|
|
331
|
-
{
|
|
332
|
-
"type": "intrinsic",
|
|
333
|
-
"name": "any"
|
|
334
|
-
}
|
|
335
|
-
],
|
|
336
|
-
"name": "ElementRef",
|
|
337
|
-
"qualifiedName": "ElementRef",
|
|
338
|
-
"package": "@angular/core"
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
307
|
{
|
|
342
308
|
"id": 13,
|
|
343
309
|
"name": "isActive",
|
|
@@ -350,8 +316,7 @@
|
|
|
350
316
|
{
|
|
351
317
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
352
318
|
"line": 40,
|
|
353
|
-
"character": 9
|
|
354
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L40"
|
|
319
|
+
"character": 9
|
|
355
320
|
}
|
|
356
321
|
],
|
|
357
322
|
"type": {
|
|
@@ -368,74 +333,82 @@
|
|
|
368
333
|
"flags": {
|
|
369
334
|
"isPublic": true
|
|
370
335
|
},
|
|
336
|
+
"decorators": [
|
|
337
|
+
{
|
|
338
|
+
"name": "Input",
|
|
339
|
+
"type": {
|
|
340
|
+
"type": "reference",
|
|
341
|
+
"qualifiedName": "InputDecorator",
|
|
342
|
+
"package": "@angular/core",
|
|
343
|
+
"name": "Input"
|
|
344
|
+
},
|
|
345
|
+
"arguments": {}
|
|
346
|
+
}
|
|
347
|
+
],
|
|
371
348
|
"sources": [
|
|
372
349
|
{
|
|
373
350
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
374
351
|
"line": 32,
|
|
375
|
-
"character": 13
|
|
376
|
-
|
|
377
|
-
|
|
352
|
+
"character": 13
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"getSignature": [
|
|
378
356
|
{
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
382
|
-
"
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
"
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
"
|
|
357
|
+
"id": 10,
|
|
358
|
+
"name": "ariaRole",
|
|
359
|
+
"kind": 524288,
|
|
360
|
+
"kindString": "Get signature",
|
|
361
|
+
"flags": {},
|
|
362
|
+
"comment": {
|
|
363
|
+
"shortText": "The ARIA role for the dropdown menu item\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the item functions and what it controls. For information about\nhow an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).",
|
|
364
|
+
"tags": [
|
|
365
|
+
{
|
|
366
|
+
"tag": "default",
|
|
367
|
+
"text": "\"menuitem\"\n"
|
|
368
|
+
}
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
"type": {
|
|
372
|
+
"type": "intrinsic",
|
|
373
|
+
"name": "string"
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"setSignature": [
|
|
378
|
+
{
|
|
379
|
+
"id": 11,
|
|
380
|
+
"name": "ariaRole",
|
|
381
|
+
"kind": 1048576,
|
|
382
|
+
"kindString": "Set signature",
|
|
383
|
+
"flags": {},
|
|
384
|
+
"comment": {
|
|
385
|
+
"shortText": "The ARIA role for the dropdown menu item\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the item functions and what it controls. For information about\nhow an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).",
|
|
386
|
+
"tags": [
|
|
387
|
+
{
|
|
388
|
+
"tag": "default",
|
|
389
|
+
"text": "\"menuitem\"\n"
|
|
390
|
+
}
|
|
391
|
+
]
|
|
392
|
+
},
|
|
393
|
+
"parameters": [
|
|
404
394
|
{
|
|
405
|
-
"
|
|
406
|
-
"
|
|
395
|
+
"id": 12,
|
|
396
|
+
"name": "value",
|
|
397
|
+
"kind": 32768,
|
|
398
|
+
"kindString": "Parameter",
|
|
399
|
+
"flags": {},
|
|
400
|
+
"type": {
|
|
401
|
+
"type": "intrinsic",
|
|
402
|
+
"name": "string"
|
|
403
|
+
}
|
|
407
404
|
}
|
|
408
405
|
],
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
"content": [
|
|
413
|
-
{
|
|
414
|
-
"kind": "text",
|
|
415
|
-
"text": "\"menuitem\""
|
|
416
|
-
}
|
|
417
|
-
]
|
|
418
|
-
}
|
|
419
|
-
]
|
|
420
|
-
},
|
|
421
|
-
"parameters": [
|
|
422
|
-
{
|
|
423
|
-
"id": 12,
|
|
424
|
-
"name": "value",
|
|
425
|
-
"kind": 32768,
|
|
426
|
-
"kindString": "Parameter",
|
|
427
|
-
"flags": {},
|
|
428
|
-
"type": {
|
|
429
|
-
"type": "intrinsic",
|
|
430
|
-
"name": "string"
|
|
431
|
-
}
|
|
406
|
+
"type": {
|
|
407
|
+
"type": "intrinsic",
|
|
408
|
+
"name": "void"
|
|
432
409
|
}
|
|
433
|
-
],
|
|
434
|
-
"type": {
|
|
435
|
-
"type": "intrinsic",
|
|
436
|
-
"name": "void"
|
|
437
410
|
}
|
|
438
|
-
|
|
411
|
+
]
|
|
439
412
|
},
|
|
440
413
|
{
|
|
441
414
|
"id": 20,
|
|
@@ -449,8 +422,7 @@
|
|
|
449
422
|
{
|
|
450
423
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
451
424
|
"line": 67,
|
|
452
|
-
"character": 9
|
|
453
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L67"
|
|
425
|
+
"character": 9
|
|
454
426
|
}
|
|
455
427
|
],
|
|
456
428
|
"signatures": [
|
|
@@ -492,8 +464,7 @@
|
|
|
492
464
|
{
|
|
493
465
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
494
466
|
"line": 77,
|
|
495
|
-
"character": 9
|
|
496
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L77"
|
|
467
|
+
"character": 9
|
|
497
468
|
}
|
|
498
469
|
],
|
|
499
470
|
"signatures": [
|
|
@@ -522,8 +493,7 @@
|
|
|
522
493
|
{
|
|
523
494
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
524
495
|
"line": 56,
|
|
525
|
-
"character": 9
|
|
526
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L56"
|
|
496
|
+
"character": 9
|
|
527
497
|
}
|
|
528
498
|
],
|
|
529
499
|
"signatures": [
|
|
@@ -560,8 +530,7 @@
|
|
|
560
530
|
{
|
|
561
531
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
562
532
|
"line": 83,
|
|
563
|
-
"character": 9
|
|
564
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L83"
|
|
533
|
+
"character": 9
|
|
565
534
|
}
|
|
566
535
|
],
|
|
567
536
|
"signatures": [
|
|
@@ -582,12 +551,14 @@
|
|
|
582
551
|
"groups": [
|
|
583
552
|
{
|
|
584
553
|
"title": "Constructors",
|
|
554
|
+
"kind": 512,
|
|
585
555
|
"children": [
|
|
586
556
|
4
|
|
587
557
|
]
|
|
588
558
|
},
|
|
589
559
|
{
|
|
590
560
|
"title": "Properties",
|
|
561
|
+
"kind": 1024,
|
|
591
562
|
"children": [
|
|
592
563
|
17,
|
|
593
564
|
13
|
|
@@ -595,12 +566,14 @@
|
|
|
595
566
|
},
|
|
596
567
|
{
|
|
597
568
|
"title": "Accessors",
|
|
569
|
+
"kind": 262144,
|
|
598
570
|
"children": [
|
|
599
571
|
9
|
|
600
572
|
]
|
|
601
573
|
},
|
|
602
574
|
{
|
|
603
575
|
"title": "Methods",
|
|
576
|
+
"kind": 2048,
|
|
604
577
|
"children": [
|
|
605
578
|
20,
|
|
606
579
|
23,
|
|
@@ -613,16 +586,15 @@
|
|
|
613
586
|
{
|
|
614
587
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
615
588
|
"line": 22,
|
|
616
|
-
"character": 13
|
|
617
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L22"
|
|
589
|
+
"character": 13
|
|
618
590
|
}
|
|
619
591
|
],
|
|
620
592
|
"implementedTypes": [
|
|
621
593
|
{
|
|
622
594
|
"type": "reference",
|
|
623
|
-
"name": "AfterViewInit",
|
|
624
595
|
"qualifiedName": "AfterViewInit",
|
|
625
|
-
"package": "@angular/core"
|
|
596
|
+
"package": "@angular/core",
|
|
597
|
+
"name": "AfterViewInit"
|
|
626
598
|
}
|
|
627
599
|
]
|
|
628
600
|
},
|
|
@@ -633,17 +605,27 @@
|
|
|
633
605
|
"kindString": "Class",
|
|
634
606
|
"flags": {},
|
|
635
607
|
"comment": {
|
|
636
|
-
"
|
|
637
|
-
{
|
|
638
|
-
"kind": "text",
|
|
639
|
-
"text": "Specifies the button for the dropdown menu."
|
|
640
|
-
}
|
|
641
|
-
]
|
|
608
|
+
"shortText": "Specifies the button for the dropdown menu."
|
|
642
609
|
},
|
|
610
|
+
"decorators": [
|
|
611
|
+
{
|
|
612
|
+
"name": "Component",
|
|
613
|
+
"type": {
|
|
614
|
+
"type": "reference",
|
|
615
|
+
"qualifiedName": "ComponentDecorator",
|
|
616
|
+
"package": "@angular/core",
|
|
617
|
+
"name": "Component"
|
|
618
|
+
},
|
|
619
|
+
"arguments": {
|
|
620
|
+
"obj": "{\n selector: 'sky-dropdown-button',\n templateUrl: './dropdown-button.component.html',\n}"
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
],
|
|
643
624
|
"children": [],
|
|
644
625
|
"groups": [
|
|
645
626
|
{
|
|
646
627
|
"title": "Constructors",
|
|
628
|
+
"kind": 512,
|
|
647
629
|
"children": [
|
|
648
630
|
30
|
|
649
631
|
]
|
|
@@ -653,8 +635,7 @@
|
|
|
653
635
|
{
|
|
654
636
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-button.component.ts",
|
|
655
637
|
"line": 10,
|
|
656
|
-
"character": 13
|
|
657
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-button.component.ts#L10"
|
|
638
|
+
"character": 13
|
|
658
639
|
}
|
|
659
640
|
]
|
|
660
641
|
},
|
|
@@ -665,13 +646,22 @@
|
|
|
665
646
|
"kindString": "Class",
|
|
666
647
|
"flags": {},
|
|
667
648
|
"comment": {
|
|
668
|
-
"
|
|
669
|
-
{
|
|
670
|
-
"kind": "text",
|
|
671
|
-
"text": "Creates a dropdown menu that displays menu items that users may select."
|
|
672
|
-
}
|
|
673
|
-
]
|
|
649
|
+
"shortText": "Creates a dropdown menu that displays menu items that users may select."
|
|
674
650
|
},
|
|
651
|
+
"decorators": [
|
|
652
|
+
{
|
|
653
|
+
"name": "Component",
|
|
654
|
+
"type": {
|
|
655
|
+
"type": "reference",
|
|
656
|
+
"qualifiedName": "ComponentDecorator",
|
|
657
|
+
"package": "@angular/core",
|
|
658
|
+
"name": "Component"
|
|
659
|
+
},
|
|
660
|
+
"arguments": {
|
|
661
|
+
"obj": "{\n selector: 'sky-dropdown',\n templateUrl: './dropdown.component.html',\n styleUrls: ['./dropdown.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
],
|
|
675
665
|
"children": [
|
|
676
666
|
{
|
|
677
667
|
"id": 43,
|
|
@@ -682,30 +672,31 @@
|
|
|
682
672
|
"isPublic": true
|
|
683
673
|
},
|
|
684
674
|
"comment": {
|
|
685
|
-
"
|
|
686
|
-
|
|
687
|
-
"kind": "text",
|
|
688
|
-
"text": "Whether to disable the dropdown button."
|
|
689
|
-
}
|
|
690
|
-
],
|
|
691
|
-
"blockTags": [
|
|
675
|
+
"shortText": "Whether to disable the dropdown button.",
|
|
676
|
+
"tags": [
|
|
692
677
|
{
|
|
693
|
-
"tag": "
|
|
694
|
-
"
|
|
695
|
-
{
|
|
696
|
-
"kind": "text",
|
|
697
|
-
"text": "false"
|
|
698
|
-
}
|
|
699
|
-
]
|
|
678
|
+
"tag": "default",
|
|
679
|
+
"text": "false\n"
|
|
700
680
|
}
|
|
701
681
|
]
|
|
702
682
|
},
|
|
683
|
+
"decorators": [
|
|
684
|
+
{
|
|
685
|
+
"name": "Input",
|
|
686
|
+
"type": {
|
|
687
|
+
"type": "reference",
|
|
688
|
+
"qualifiedName": "InputDecorator",
|
|
689
|
+
"package": "@angular/core",
|
|
690
|
+
"name": "Input"
|
|
691
|
+
},
|
|
692
|
+
"arguments": {}
|
|
693
|
+
}
|
|
694
|
+
],
|
|
703
695
|
"sources": [
|
|
704
696
|
{
|
|
705
697
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
706
698
|
"line": 85,
|
|
707
|
-
"character": 9
|
|
708
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L85"
|
|
699
|
+
"character": 9
|
|
709
700
|
}
|
|
710
701
|
],
|
|
711
702
|
"type": {
|
|
@@ -726,8 +717,7 @@
|
|
|
726
717
|
{
|
|
727
718
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
728
719
|
"line": 177,
|
|
729
|
-
"character": 9
|
|
730
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L177"
|
|
720
|
+
"character": 9
|
|
731
721
|
}
|
|
732
722
|
],
|
|
733
723
|
"type": {
|
|
@@ -748,8 +738,7 @@
|
|
|
748
738
|
{
|
|
749
739
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
750
740
|
"line": 179,
|
|
751
|
-
"character": 9
|
|
752
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L179"
|
|
741
|
+
"character": 9
|
|
753
742
|
}
|
|
754
743
|
],
|
|
755
744
|
"type": {
|
|
@@ -767,35 +756,25 @@
|
|
|
767
756
|
"isPublic": true
|
|
768
757
|
},
|
|
769
758
|
"comment": {
|
|
770
|
-
"
|
|
771
|
-
{
|
|
772
|
-
"kind": "text",
|
|
773
|
-
"text": "The ARIA label for the dropdown. This sets the dropdown's "
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"kind": "code",
|
|
777
|
-
"text": "`aria-label`"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"kind": "text",
|
|
781
|
-
"text": " attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nFor more information about the "
|
|
782
|
-
},
|
|
783
|
-
{
|
|
784
|
-
"kind": "code",
|
|
785
|
-
"text": "`aria-label`"
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"kind": "text",
|
|
789
|
-
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
|
|
790
|
-
}
|
|
791
|
-
]
|
|
759
|
+
"shortText": "The ARIA label for the dropdown. This sets the dropdown's `aria-label` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nFor more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
|
|
792
760
|
},
|
|
761
|
+
"decorators": [
|
|
762
|
+
{
|
|
763
|
+
"name": "Input",
|
|
764
|
+
"type": {
|
|
765
|
+
"type": "reference",
|
|
766
|
+
"qualifiedName": "InputDecorator",
|
|
767
|
+
"package": "@angular/core",
|
|
768
|
+
"name": "Input"
|
|
769
|
+
},
|
|
770
|
+
"arguments": {}
|
|
771
|
+
}
|
|
772
|
+
],
|
|
793
773
|
"sources": [
|
|
794
774
|
{
|
|
795
775
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
796
776
|
"line": 106,
|
|
797
|
-
"character": 9
|
|
798
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L106"
|
|
777
|
+
"character": 9
|
|
799
778
|
}
|
|
800
779
|
],
|
|
801
780
|
"type": {
|
|
@@ -815,8 +794,7 @@
|
|
|
815
794
|
{
|
|
816
795
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
817
796
|
"line": 183,
|
|
818
|
-
"character": 9
|
|
819
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L183"
|
|
797
|
+
"character": 9
|
|
820
798
|
}
|
|
821
799
|
],
|
|
822
800
|
"type": {
|
|
@@ -832,12 +810,26 @@
|
|
|
832
810
|
"flags": {
|
|
833
811
|
"isPublic": true
|
|
834
812
|
},
|
|
813
|
+
"decorators": [
|
|
814
|
+
{
|
|
815
|
+
"name": "ViewChild",
|
|
816
|
+
"type": {
|
|
817
|
+
"type": "reference",
|
|
818
|
+
"qualifiedName": "ViewChildDecorator",
|
|
819
|
+
"package": "@angular/core",
|
|
820
|
+
"name": "ViewChild"
|
|
821
|
+
},
|
|
822
|
+
"arguments": {
|
|
823
|
+
"selector": "'menuContainerTemplateRef'",
|
|
824
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
],
|
|
835
828
|
"sources": [
|
|
836
829
|
{
|
|
837
830
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
838
831
|
"line": 189,
|
|
839
|
-
"character": 9
|
|
840
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L189"
|
|
832
|
+
"character": 9
|
|
841
833
|
}
|
|
842
834
|
],
|
|
843
835
|
"type": {
|
|
@@ -848,9 +840,9 @@
|
|
|
848
840
|
"name": "unknown"
|
|
849
841
|
}
|
|
850
842
|
],
|
|
851
|
-
"name": "TemplateRef",
|
|
852
843
|
"qualifiedName": "TemplateRef",
|
|
853
|
-
"package": "@angular/core"
|
|
844
|
+
"package": "@angular/core",
|
|
845
|
+
"name": "TemplateRef"
|
|
854
846
|
}
|
|
855
847
|
},
|
|
856
848
|
{
|
|
@@ -865,8 +857,7 @@
|
|
|
865
857
|
{
|
|
866
858
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
867
859
|
"line": 181,
|
|
868
|
-
"character": 9
|
|
869
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L181"
|
|
860
|
+
"character": 9
|
|
870
861
|
}
|
|
871
862
|
],
|
|
872
863
|
"type": {
|
|
@@ -883,19 +874,25 @@
|
|
|
883
874
|
"isPublic": true
|
|
884
875
|
},
|
|
885
876
|
"comment": {
|
|
886
|
-
"
|
|
887
|
-
{
|
|
888
|
-
"kind": "text",
|
|
889
|
-
"text": "The title to display in a tooltip when users hover the mouse over the dropdown button."
|
|
890
|
-
}
|
|
891
|
-
]
|
|
877
|
+
"shortText": "The title to display in a tooltip when users hover the mouse over the dropdown button."
|
|
892
878
|
},
|
|
879
|
+
"decorators": [
|
|
880
|
+
{
|
|
881
|
+
"name": "Input",
|
|
882
|
+
"type": {
|
|
883
|
+
"type": "reference",
|
|
884
|
+
"qualifiedName": "InputDecorator",
|
|
885
|
+
"package": "@angular/core",
|
|
886
|
+
"name": "Input"
|
|
887
|
+
},
|
|
888
|
+
"arguments": {}
|
|
889
|
+
}
|
|
890
|
+
],
|
|
893
891
|
"sources": [
|
|
894
892
|
{
|
|
895
893
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
896
894
|
"line": 136,
|
|
897
|
-
"character": 9
|
|
898
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L136"
|
|
895
|
+
"character": 9
|
|
899
896
|
}
|
|
900
897
|
],
|
|
901
898
|
"type": {
|
|
@@ -911,98 +908,82 @@
|
|
|
911
908
|
"flags": {
|
|
912
909
|
"isPublic": true
|
|
913
910
|
},
|
|
911
|
+
"decorators": [
|
|
912
|
+
{
|
|
913
|
+
"name": "Input",
|
|
914
|
+
"type": {
|
|
915
|
+
"type": "reference",
|
|
916
|
+
"qualifiedName": "InputDecorator",
|
|
917
|
+
"package": "@angular/core",
|
|
918
|
+
"name": "Input"
|
|
919
|
+
},
|
|
920
|
+
"arguments": {}
|
|
921
|
+
}
|
|
922
|
+
],
|
|
914
923
|
"sources": [
|
|
915
924
|
{
|
|
916
925
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
917
926
|
"line": 56,
|
|
918
|
-
"character": 13
|
|
919
|
-
|
|
920
|
-
|
|
927
|
+
"character": 13
|
|
928
|
+
}
|
|
929
|
+
],
|
|
930
|
+
"getSignature": [
|
|
921
931
|
{
|
|
922
|
-
"
|
|
923
|
-
"
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
"
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
"
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
{
|
|
960
|
-
"kind": "code",
|
|
961
|
-
"text": "`primary`"
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"kind": "text",
|
|
965
|
-
"text": ", and "
|
|
966
|
-
},
|
|
967
|
-
{
|
|
968
|
-
"kind": "code",
|
|
969
|
-
"text": "`link`"
|
|
970
|
-
},
|
|
932
|
+
"id": 36,
|
|
933
|
+
"name": "buttonStyle",
|
|
934
|
+
"kind": 524288,
|
|
935
|
+
"kindString": "Get signature",
|
|
936
|
+
"flags": {},
|
|
937
|
+
"comment": {
|
|
938
|
+
"shortText": "The background color for the dropdown button. Available values are `default`,\n`primary`, and `link`. These values set the background color and hover behavior from the\n[secondary and primary button classes](https://developer.blackbaud.com/skyux/components/button) respectively.",
|
|
939
|
+
"tags": [
|
|
940
|
+
{
|
|
941
|
+
"tag": "default",
|
|
942
|
+
"text": "\"default\"\n"
|
|
943
|
+
}
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
"type": {
|
|
947
|
+
"type": "intrinsic",
|
|
948
|
+
"name": "string"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
],
|
|
952
|
+
"setSignature": [
|
|
953
|
+
{
|
|
954
|
+
"id": 37,
|
|
955
|
+
"name": "buttonStyle",
|
|
956
|
+
"kind": 1048576,
|
|
957
|
+
"kindString": "Set signature",
|
|
958
|
+
"flags": {},
|
|
959
|
+
"comment": {
|
|
960
|
+
"shortText": "The background color for the dropdown button. Available values are `default`,\n`primary`, and `link`. These values set the background color and hover behavior from the\n[secondary and primary button classes](https://developer.blackbaud.com/skyux/components/button) respectively.",
|
|
961
|
+
"tags": [
|
|
962
|
+
{
|
|
963
|
+
"tag": "default",
|
|
964
|
+
"text": "\"default\"\n"
|
|
965
|
+
}
|
|
966
|
+
]
|
|
967
|
+
},
|
|
968
|
+
"parameters": [
|
|
971
969
|
{
|
|
972
|
-
"
|
|
973
|
-
"
|
|
970
|
+
"id": 38,
|
|
971
|
+
"name": "value",
|
|
972
|
+
"kind": 32768,
|
|
973
|
+
"kindString": "Parameter",
|
|
974
|
+
"flags": {},
|
|
975
|
+
"type": {
|
|
976
|
+
"type": "intrinsic",
|
|
977
|
+
"name": "string"
|
|
978
|
+
}
|
|
974
979
|
}
|
|
975
980
|
],
|
|
976
|
-
"
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
"content": [
|
|
980
|
-
{
|
|
981
|
-
"kind": "text",
|
|
982
|
-
"text": "\"default\""
|
|
983
|
-
}
|
|
984
|
-
]
|
|
985
|
-
}
|
|
986
|
-
]
|
|
987
|
-
},
|
|
988
|
-
"parameters": [
|
|
989
|
-
{
|
|
990
|
-
"id": 38,
|
|
991
|
-
"name": "value",
|
|
992
|
-
"kind": 32768,
|
|
993
|
-
"kindString": "Parameter",
|
|
994
|
-
"flags": {},
|
|
995
|
-
"type": {
|
|
996
|
-
"type": "intrinsic",
|
|
997
|
-
"name": "string"
|
|
998
|
-
}
|
|
981
|
+
"type": {
|
|
982
|
+
"type": "intrinsic",
|
|
983
|
+
"name": "void"
|
|
999
984
|
}
|
|
1000
|
-
],
|
|
1001
|
-
"type": {
|
|
1002
|
-
"type": "intrinsic",
|
|
1003
|
-
"name": "void"
|
|
1004
985
|
}
|
|
1005
|
-
|
|
986
|
+
]
|
|
1006
987
|
},
|
|
1007
988
|
{
|
|
1008
989
|
"id": 39,
|
|
@@ -1012,100 +993,84 @@
|
|
|
1012
993
|
"flags": {
|
|
1013
994
|
"isPublic": true
|
|
1014
995
|
},
|
|
996
|
+
"decorators": [
|
|
997
|
+
{
|
|
998
|
+
"name": "Input",
|
|
999
|
+
"type": {
|
|
1000
|
+
"type": "reference",
|
|
1001
|
+
"qualifiedName": "InputDecorator",
|
|
1002
|
+
"package": "@angular/core",
|
|
1003
|
+
"name": "Input"
|
|
1004
|
+
},
|
|
1005
|
+
"arguments": {}
|
|
1006
|
+
}
|
|
1007
|
+
],
|
|
1015
1008
|
"sources": [
|
|
1016
1009
|
{
|
|
1017
1010
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1018
1011
|
"line": 72,
|
|
1019
|
-
"character": 13
|
|
1020
|
-
|
|
1021
|
-
|
|
1012
|
+
"character": 13
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"getSignature": [
|
|
1022
1016
|
{
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1025
|
-
"
|
|
1026
|
-
"
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
"
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
"
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
{
|
|
1062
|
-
"kind": "code",
|
|
1063
|
-
"text": "`sky-dropdown-button`"
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"kind": "text",
|
|
1067
|
-
"text": " element. To display a round button with an ellipsis, specify\n"
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"kind": "code",
|
|
1071
|
-
"text": "`'context-menu'`"
|
|
1072
|
-
},
|
|
1017
|
+
"id": 40,
|
|
1018
|
+
"name": "buttonType",
|
|
1019
|
+
"kind": 524288,
|
|
1020
|
+
"kindString": "Get signature",
|
|
1021
|
+
"flags": {},
|
|
1022
|
+
"comment": {
|
|
1023
|
+
"shortText": "The type of button to render as the dropdown's trigger element. To display a button\nwith a caret, specify `'select'` and render the button text or icon in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`'context-menu'`.",
|
|
1024
|
+
"tags": [
|
|
1025
|
+
{
|
|
1026
|
+
"tag": "default",
|
|
1027
|
+
"text": "\"select\"\n"
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
"type": {
|
|
1032
|
+
"type": "reference",
|
|
1033
|
+
"id": 355,
|
|
1034
|
+
"name": "SkyDropdownButtonType"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
],
|
|
1038
|
+
"setSignature": [
|
|
1039
|
+
{
|
|
1040
|
+
"id": 41,
|
|
1041
|
+
"name": "buttonType",
|
|
1042
|
+
"kind": 1048576,
|
|
1043
|
+
"kindString": "Set signature",
|
|
1044
|
+
"flags": {},
|
|
1045
|
+
"comment": {
|
|
1046
|
+
"shortText": "The type of button to render as the dropdown's trigger element. To display a button\nwith a caret, specify `'select'` and render the button text or icon in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`'context-menu'`.",
|
|
1047
|
+
"tags": [
|
|
1048
|
+
{
|
|
1049
|
+
"tag": "default",
|
|
1050
|
+
"text": "\"select\"\n"
|
|
1051
|
+
}
|
|
1052
|
+
]
|
|
1053
|
+
},
|
|
1054
|
+
"parameters": [
|
|
1073
1055
|
{
|
|
1074
|
-
"
|
|
1075
|
-
"
|
|
1056
|
+
"id": 42,
|
|
1057
|
+
"name": "value",
|
|
1058
|
+
"kind": 32768,
|
|
1059
|
+
"kindString": "Parameter",
|
|
1060
|
+
"flags": {},
|
|
1061
|
+
"type": {
|
|
1062
|
+
"type": "reference",
|
|
1063
|
+
"id": 355,
|
|
1064
|
+
"name": "SkyDropdownButtonType"
|
|
1065
|
+
}
|
|
1076
1066
|
}
|
|
1077
1067
|
],
|
|
1078
|
-
"
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
"content": [
|
|
1082
|
-
{
|
|
1083
|
-
"kind": "text",
|
|
1084
|
-
"text": "\"select\""
|
|
1085
|
-
}
|
|
1086
|
-
]
|
|
1087
|
-
}
|
|
1088
|
-
]
|
|
1089
|
-
},
|
|
1090
|
-
"parameters": [
|
|
1091
|
-
{
|
|
1092
|
-
"id": 42,
|
|
1093
|
-
"name": "value",
|
|
1094
|
-
"kind": 32768,
|
|
1095
|
-
"kindString": "Parameter",
|
|
1096
|
-
"flags": {},
|
|
1097
|
-
"type": {
|
|
1098
|
-
"type": "reference",
|
|
1099
|
-
"id": 355,
|
|
1100
|
-
"name": "SkyDropdownButtonType"
|
|
1101
|
-
}
|
|
1068
|
+
"type": {
|
|
1069
|
+
"type": "intrinsic",
|
|
1070
|
+
"name": "void"
|
|
1102
1071
|
}
|
|
1103
|
-
],
|
|
1104
|
-
"type": {
|
|
1105
|
-
"type": "intrinsic",
|
|
1106
|
-
"name": "void"
|
|
1107
1072
|
}
|
|
1108
|
-
|
|
1073
|
+
]
|
|
1109
1074
|
},
|
|
1110
1075
|
{
|
|
1111
1076
|
"id": 44,
|
|
@@ -1115,74 +1080,82 @@
|
|
|
1115
1080
|
"flags": {
|
|
1116
1081
|
"isPublic": true
|
|
1117
1082
|
},
|
|
1083
|
+
"decorators": [
|
|
1084
|
+
{
|
|
1085
|
+
"name": "Input",
|
|
1086
|
+
"type": {
|
|
1087
|
+
"type": "reference",
|
|
1088
|
+
"qualifiedName": "InputDecorator",
|
|
1089
|
+
"package": "@angular/core",
|
|
1090
|
+
"name": "Input"
|
|
1091
|
+
},
|
|
1092
|
+
"arguments": {}
|
|
1093
|
+
}
|
|
1094
|
+
],
|
|
1118
1095
|
"sources": [
|
|
1119
1096
|
{
|
|
1120
1097
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1121
1098
|
"line": 92,
|
|
1122
|
-
"character": 13
|
|
1123
|
-
|
|
1124
|
-
|
|
1099
|
+
"character": 13
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"getSignature": [
|
|
1125
1103
|
{
|
|
1126
|
-
"
|
|
1127
|
-
"
|
|
1128
|
-
"
|
|
1129
|
-
"
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
"
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
"
|
|
1104
|
+
"id": 45,
|
|
1105
|
+
"name": "dismissOnBlur",
|
|
1106
|
+
"kind": 524288,
|
|
1107
|
+
"kindString": "Get signature",
|
|
1108
|
+
"flags": {},
|
|
1109
|
+
"comment": {
|
|
1110
|
+
"shortText": "Whether to close the dropdown when users click away from the menu.",
|
|
1111
|
+
"tags": [
|
|
1112
|
+
{
|
|
1113
|
+
"tag": "default",
|
|
1114
|
+
"text": "true\n"
|
|
1115
|
+
}
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
"type": {
|
|
1119
|
+
"type": "intrinsic",
|
|
1120
|
+
"name": "boolean"
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"setSignature": [
|
|
1125
|
+
{
|
|
1126
|
+
"id": 46,
|
|
1127
|
+
"name": "dismissOnBlur",
|
|
1128
|
+
"kind": 1048576,
|
|
1129
|
+
"kindString": "Set signature",
|
|
1130
|
+
"flags": {},
|
|
1131
|
+
"comment": {
|
|
1132
|
+
"shortText": "Whether to close the dropdown when users click away from the menu.",
|
|
1133
|
+
"tags": [
|
|
1134
|
+
{
|
|
1135
|
+
"tag": "default",
|
|
1136
|
+
"text": "true\n"
|
|
1137
|
+
}
|
|
1138
|
+
]
|
|
1139
|
+
},
|
|
1140
|
+
"parameters": [
|
|
1151
1141
|
{
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1142
|
+
"id": 47,
|
|
1143
|
+
"name": "value",
|
|
1144
|
+
"kind": 32768,
|
|
1145
|
+
"kindString": "Parameter",
|
|
1146
|
+
"flags": {},
|
|
1147
|
+
"type": {
|
|
1148
|
+
"type": "intrinsic",
|
|
1149
|
+
"name": "boolean"
|
|
1150
|
+
}
|
|
1154
1151
|
}
|
|
1155
1152
|
],
|
|
1156
|
-
"
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
"content": [
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "text",
|
|
1162
|
-
"text": "true"
|
|
1163
|
-
}
|
|
1164
|
-
]
|
|
1165
|
-
}
|
|
1166
|
-
]
|
|
1167
|
-
},
|
|
1168
|
-
"parameters": [
|
|
1169
|
-
{
|
|
1170
|
-
"id": 47,
|
|
1171
|
-
"name": "value",
|
|
1172
|
-
"kind": 32768,
|
|
1173
|
-
"kindString": "Parameter",
|
|
1174
|
-
"flags": {},
|
|
1175
|
-
"type": {
|
|
1176
|
-
"type": "intrinsic",
|
|
1177
|
-
"name": "boolean"
|
|
1178
|
-
}
|
|
1153
|
+
"type": {
|
|
1154
|
+
"type": "intrinsic",
|
|
1155
|
+
"name": "void"
|
|
1179
1156
|
}
|
|
1180
|
-
],
|
|
1181
|
-
"type": {
|
|
1182
|
-
"type": "intrinsic",
|
|
1183
|
-
"name": "void"
|
|
1184
1157
|
}
|
|
1185
|
-
|
|
1158
|
+
]
|
|
1186
1159
|
},
|
|
1187
1160
|
{
|
|
1188
1161
|
"id": 49,
|
|
@@ -1192,76 +1165,84 @@
|
|
|
1192
1165
|
"flags": {
|
|
1193
1166
|
"isPublic": true
|
|
1194
1167
|
},
|
|
1168
|
+
"decorators": [
|
|
1169
|
+
{
|
|
1170
|
+
"name": "Input",
|
|
1171
|
+
"type": {
|
|
1172
|
+
"type": "reference",
|
|
1173
|
+
"qualifiedName": "InputDecorator",
|
|
1174
|
+
"package": "@angular/core",
|
|
1175
|
+
"name": "Input"
|
|
1176
|
+
},
|
|
1177
|
+
"arguments": {}
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1195
1180
|
"sources": [
|
|
1196
1181
|
{
|
|
1197
1182
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1198
1183
|
"line": 113,
|
|
1199
|
-
"character": 13
|
|
1200
|
-
|
|
1201
|
-
|
|
1184
|
+
"character": 13
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"getSignature": [
|
|
1202
1188
|
{
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
"
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
"
|
|
1189
|
+
"id": 50,
|
|
1190
|
+
"name": "horizontalAlignment",
|
|
1191
|
+
"kind": 524288,
|
|
1192
|
+
"kindString": "Get signature",
|
|
1193
|
+
"flags": {},
|
|
1194
|
+
"comment": {
|
|
1195
|
+
"shortText": "The horizontal alignment of the dropdown menu in relation to the dropdown button.",
|
|
1196
|
+
"tags": [
|
|
1197
|
+
{
|
|
1198
|
+
"tag": "default",
|
|
1199
|
+
"text": "\"left\"\n"
|
|
1200
|
+
}
|
|
1201
|
+
]
|
|
1202
|
+
},
|
|
1203
|
+
"type": {
|
|
1204
|
+
"type": "reference",
|
|
1205
|
+
"id": 356,
|
|
1206
|
+
"name": "SkyDropdownHorizontalAlignment"
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
],
|
|
1210
|
+
"setSignature": [
|
|
1211
|
+
{
|
|
1212
|
+
"id": 51,
|
|
1213
|
+
"name": "horizontalAlignment",
|
|
1214
|
+
"kind": 1048576,
|
|
1215
|
+
"kindString": "Set signature",
|
|
1216
|
+
"flags": {},
|
|
1217
|
+
"comment": {
|
|
1218
|
+
"shortText": "The horizontal alignment of the dropdown menu in relation to the dropdown button.",
|
|
1219
|
+
"tags": [
|
|
1220
|
+
{
|
|
1221
|
+
"tag": "default",
|
|
1222
|
+
"text": "\"left\"\n"
|
|
1223
|
+
}
|
|
1224
|
+
]
|
|
1225
|
+
},
|
|
1226
|
+
"parameters": [
|
|
1229
1227
|
{
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1228
|
+
"id": 52,
|
|
1229
|
+
"name": "value",
|
|
1230
|
+
"kind": 32768,
|
|
1231
|
+
"kindString": "Parameter",
|
|
1232
|
+
"flags": {},
|
|
1233
|
+
"type": {
|
|
1234
|
+
"type": "reference",
|
|
1235
|
+
"id": 356,
|
|
1236
|
+
"name": "SkyDropdownHorizontalAlignment"
|
|
1237
|
+
}
|
|
1232
1238
|
}
|
|
1233
1239
|
],
|
|
1234
|
-
"
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
"content": [
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "text",
|
|
1240
|
-
"text": "\"left\""
|
|
1241
|
-
}
|
|
1242
|
-
]
|
|
1243
|
-
}
|
|
1244
|
-
]
|
|
1245
|
-
},
|
|
1246
|
-
"parameters": [
|
|
1247
|
-
{
|
|
1248
|
-
"id": 52,
|
|
1249
|
-
"name": "value",
|
|
1250
|
-
"kind": 32768,
|
|
1251
|
-
"kindString": "Parameter",
|
|
1252
|
-
"flags": {},
|
|
1253
|
-
"type": {
|
|
1254
|
-
"type": "reference",
|
|
1255
|
-
"id": 356,
|
|
1256
|
-
"name": "SkyDropdownHorizontalAlignment"
|
|
1257
|
-
}
|
|
1240
|
+
"type": {
|
|
1241
|
+
"type": "intrinsic",
|
|
1242
|
+
"name": "void"
|
|
1258
1243
|
}
|
|
1259
|
-
],
|
|
1260
|
-
"type": {
|
|
1261
|
-
"type": "intrinsic",
|
|
1262
|
-
"name": "void"
|
|
1263
1244
|
}
|
|
1264
|
-
|
|
1245
|
+
]
|
|
1265
1246
|
},
|
|
1266
1247
|
{
|
|
1267
1248
|
"id": 59,
|
|
@@ -1275,51 +1256,48 @@
|
|
|
1275
1256
|
{
|
|
1276
1257
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1277
1258
|
"line": 157,
|
|
1278
|
-
"character": 13
|
|
1279
|
-
|
|
1280
|
-
|
|
1259
|
+
"character": 13
|
|
1260
|
+
}
|
|
1261
|
+
],
|
|
1262
|
+
"getSignature": [
|
|
1281
1263
|
{
|
|
1282
|
-
"
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
"
|
|
1296
|
-
"name": "
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
"flags": {},
|
|
1312
|
-
"type": {
|
|
1313
|
-
"type": "intrinsic",
|
|
1314
|
-
"name": "boolean"
|
|
1264
|
+
"id": 60,
|
|
1265
|
+
"name": "isOpen",
|
|
1266
|
+
"kind": 524288,
|
|
1267
|
+
"kindString": "Get signature",
|
|
1268
|
+
"flags": {},
|
|
1269
|
+
"type": {
|
|
1270
|
+
"type": "intrinsic",
|
|
1271
|
+
"name": "boolean"
|
|
1272
|
+
}
|
|
1273
|
+
}
|
|
1274
|
+
],
|
|
1275
|
+
"setSignature": [
|
|
1276
|
+
{
|
|
1277
|
+
"id": 61,
|
|
1278
|
+
"name": "isOpen",
|
|
1279
|
+
"kind": 1048576,
|
|
1280
|
+
"kindString": "Set signature",
|
|
1281
|
+
"flags": {},
|
|
1282
|
+
"parameters": [
|
|
1283
|
+
{
|
|
1284
|
+
"id": 62,
|
|
1285
|
+
"name": "value",
|
|
1286
|
+
"kind": 32768,
|
|
1287
|
+
"kindString": "Parameter",
|
|
1288
|
+
"flags": {},
|
|
1289
|
+
"type": {
|
|
1290
|
+
"type": "intrinsic",
|
|
1291
|
+
"name": "boolean"
|
|
1292
|
+
}
|
|
1315
1293
|
}
|
|
1294
|
+
],
|
|
1295
|
+
"type": {
|
|
1296
|
+
"type": "intrinsic",
|
|
1297
|
+
"name": "void"
|
|
1316
1298
|
}
|
|
1317
|
-
],
|
|
1318
|
-
"type": {
|
|
1319
|
-
"type": "intrinsic",
|
|
1320
|
-
"name": "void"
|
|
1321
1299
|
}
|
|
1322
|
-
|
|
1300
|
+
]
|
|
1323
1301
|
},
|
|
1324
1302
|
{
|
|
1325
1303
|
"id": 63,
|
|
@@ -1329,46 +1307,62 @@
|
|
|
1329
1307
|
"flags": {
|
|
1330
1308
|
"isPublic": true
|
|
1331
1309
|
},
|
|
1310
|
+
"decorators": [
|
|
1311
|
+
{
|
|
1312
|
+
"name": "ViewChild",
|
|
1313
|
+
"type": {
|
|
1314
|
+
"type": "reference",
|
|
1315
|
+
"qualifiedName": "ViewChildDecorator",
|
|
1316
|
+
"package": "@angular/core",
|
|
1317
|
+
"name": "ViewChild"
|
|
1318
|
+
},
|
|
1319
|
+
"arguments": {
|
|
1320
|
+
"selector": "'menuContainerElementRef'",
|
|
1321
|
+
"opts": "{\n read: ElementRef,\n }"
|
|
1322
|
+
}
|
|
1323
|
+
}
|
|
1324
|
+
],
|
|
1332
1325
|
"sources": [
|
|
1333
1326
|
{
|
|
1334
1327
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1335
1328
|
"line": 169,
|
|
1336
|
-
"character": 13
|
|
1337
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L169"
|
|
1329
|
+
"character": 13
|
|
1338
1330
|
}
|
|
1339
1331
|
],
|
|
1340
|
-
"setSignature":
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
"type":
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1332
|
+
"setSignature": [
|
|
1333
|
+
{
|
|
1334
|
+
"id": 64,
|
|
1335
|
+
"name": "menuContainerElementRef",
|
|
1336
|
+
"kind": 1048576,
|
|
1337
|
+
"kindString": "Set signature",
|
|
1338
|
+
"flags": {},
|
|
1339
|
+
"parameters": [
|
|
1340
|
+
{
|
|
1341
|
+
"id": 65,
|
|
1342
|
+
"name": "value",
|
|
1343
|
+
"kind": 32768,
|
|
1344
|
+
"kindString": "Parameter",
|
|
1345
|
+
"flags": {},
|
|
1346
|
+
"type": {
|
|
1347
|
+
"type": "reference",
|
|
1348
|
+
"typeArguments": [
|
|
1349
|
+
{
|
|
1350
|
+
"type": "intrinsic",
|
|
1351
|
+
"name": "any"
|
|
1352
|
+
}
|
|
1353
|
+
],
|
|
1354
|
+
"qualifiedName": "ElementRef",
|
|
1355
|
+
"package": "@angular/core",
|
|
1356
|
+
"name": "ElementRef"
|
|
1357
|
+
}
|
|
1364
1358
|
}
|
|
1359
|
+
],
|
|
1360
|
+
"type": {
|
|
1361
|
+
"type": "intrinsic",
|
|
1362
|
+
"name": "void"
|
|
1365
1363
|
}
|
|
1366
|
-
],
|
|
1367
|
-
"type": {
|
|
1368
|
-
"type": "intrinsic",
|
|
1369
|
-
"name": "void"
|
|
1370
1364
|
}
|
|
1371
|
-
|
|
1365
|
+
]
|
|
1372
1366
|
},
|
|
1373
1367
|
{
|
|
1374
1368
|
"id": 55,
|
|
@@ -1378,117 +1372,92 @@
|
|
|
1378
1372
|
"flags": {
|
|
1379
1373
|
"isPublic": true
|
|
1380
1374
|
},
|
|
1375
|
+
"decorators": [
|
|
1376
|
+
{
|
|
1377
|
+
"name": "Input",
|
|
1378
|
+
"type": {
|
|
1379
|
+
"type": "reference",
|
|
1380
|
+
"qualifiedName": "InputDecorator",
|
|
1381
|
+
"package": "@angular/core",
|
|
1382
|
+
"name": "Input"
|
|
1383
|
+
},
|
|
1384
|
+
"arguments": {}
|
|
1385
|
+
}
|
|
1386
|
+
],
|
|
1381
1387
|
"sources": [
|
|
1382
1388
|
{
|
|
1383
1389
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1384
1390
|
"line": 149,
|
|
1385
|
-
"character": 13
|
|
1386
|
-
|
|
1387
|
-
|
|
1391
|
+
"character": 13
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"getSignature": [
|
|
1388
1395
|
{
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1396
|
+
"id": 56,
|
|
1397
|
+
"name": "trigger",
|
|
1398
|
+
"kind": 524288,
|
|
1399
|
+
"kindString": "Get signature",
|
|
1400
|
+
"flags": {},
|
|
1401
|
+
"comment": {
|
|
1402
|
+
"shortText": "How users interact with the dropdown button to expose the dropdown menu.\nWe recommend the default `click` value because the `hover` value can pose\n[accessibility](https://developer.blackbaud.com/skyux/learn/accessibility) issues\nfor users on touch devices such as phones and tablets.",
|
|
1403
|
+
"tags": [
|
|
1404
|
+
{
|
|
1405
|
+
"tag": "deprecated",
|
|
1406
|
+
"text": "We recommend against using this property. If you choose to use the deprecated\n`hover` value anyway, we recommend that you not use it in combination with the `title`\nproperty."
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"tag": "default",
|
|
1410
|
+
"text": "\"click\"\n"
|
|
1411
|
+
}
|
|
1412
|
+
]
|
|
1413
|
+
},
|
|
1414
|
+
"type": {
|
|
1415
|
+
"type": "reference",
|
|
1416
|
+
"id": 372,
|
|
1417
|
+
"name": "SkyDropdownTriggerType"
|
|
1418
|
+
}
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"setSignature": [
|
|
1422
|
+
{
|
|
1423
|
+
"id": 57,
|
|
1424
|
+
"name": "trigger",
|
|
1425
|
+
"kind": 1048576,
|
|
1426
|
+
"kindString": "Set signature",
|
|
1427
|
+
"flags": {},
|
|
1428
|
+
"comment": {
|
|
1429
|
+
"shortText": "How users interact with the dropdown button to expose the dropdown menu.\nWe recommend the default `click` value because the `hover` value can pose\n[accessibility](https://developer.blackbaud.com/skyux/learn/accessibility) issues\nfor users on touch devices such as phones and tablets.",
|
|
1430
|
+
"tags": [
|
|
1431
|
+
{
|
|
1432
|
+
"tag": "deprecated",
|
|
1433
|
+
"text": "We recommend against using this property. If you choose to use the deprecated\n`hover` value anyway, we recommend that you not use it in combination with the `title`\nproperty."
|
|
1434
|
+
},
|
|
1435
|
+
{
|
|
1436
|
+
"tag": "default",
|
|
1437
|
+
"text": "\"click\"\n"
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
"parameters": [
|
|
1431
1442
|
{
|
|
1432
|
-
"
|
|
1433
|
-
"
|
|
1443
|
+
"id": 58,
|
|
1444
|
+
"name": "value",
|
|
1445
|
+
"kind": 32768,
|
|
1446
|
+
"kindString": "Parameter",
|
|
1447
|
+
"flags": {},
|
|
1448
|
+
"type": {
|
|
1449
|
+
"type": "reference",
|
|
1450
|
+
"id": 372,
|
|
1451
|
+
"name": "SkyDropdownTriggerType"
|
|
1452
|
+
}
|
|
1434
1453
|
}
|
|
1435
1454
|
],
|
|
1436
|
-
"
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
"content": [
|
|
1440
|
-
{
|
|
1441
|
-
"kind": "text",
|
|
1442
|
-
"text": "We recommend against using this property. If you choose to use the deprecated\n"
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"kind": "code",
|
|
1446
|
-
"text": "`hover`"
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "text",
|
|
1450
|
-
"text": " value anyway, we recommend that you not use it in combination with the "
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"kind": "code",
|
|
1454
|
-
"text": "`title`"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"kind": "text",
|
|
1458
|
-
"text": "\nproperty."
|
|
1459
|
-
}
|
|
1460
|
-
]
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"tag": "@default",
|
|
1464
|
-
"content": [
|
|
1465
|
-
{
|
|
1466
|
-
"kind": "text",
|
|
1467
|
-
"text": "\"click\""
|
|
1468
|
-
}
|
|
1469
|
-
]
|
|
1470
|
-
}
|
|
1471
|
-
]
|
|
1472
|
-
},
|
|
1473
|
-
"parameters": [
|
|
1474
|
-
{
|
|
1475
|
-
"id": 58,
|
|
1476
|
-
"name": "value",
|
|
1477
|
-
"kind": 32768,
|
|
1478
|
-
"kindString": "Parameter",
|
|
1479
|
-
"flags": {},
|
|
1480
|
-
"type": {
|
|
1481
|
-
"type": "reference",
|
|
1482
|
-
"id": 372,
|
|
1483
|
-
"name": "SkyDropdownTriggerType"
|
|
1484
|
-
}
|
|
1455
|
+
"type": {
|
|
1456
|
+
"type": "intrinsic",
|
|
1457
|
+
"name": "void"
|
|
1485
1458
|
}
|
|
1486
|
-
],
|
|
1487
|
-
"type": {
|
|
1488
|
-
"type": "intrinsic",
|
|
1489
|
-
"name": "void"
|
|
1490
1459
|
}
|
|
1491
|
-
|
|
1460
|
+
]
|
|
1492
1461
|
},
|
|
1493
1462
|
{
|
|
1494
1463
|
"id": 71,
|
|
@@ -1498,71 +1467,83 @@
|
|
|
1498
1467
|
"flags": {
|
|
1499
1468
|
"isPublic": true
|
|
1500
1469
|
},
|
|
1470
|
+
"decorators": [
|
|
1471
|
+
{
|
|
1472
|
+
"name": "ViewChild",
|
|
1473
|
+
"type": {
|
|
1474
|
+
"type": "reference",
|
|
1475
|
+
"qualifiedName": "ViewChildDecorator",
|
|
1476
|
+
"package": "@angular/core",
|
|
1477
|
+
"name": "ViewChild"
|
|
1478
|
+
},
|
|
1479
|
+
"arguments": {
|
|
1480
|
+
"selector": "'triggerButton'",
|
|
1481
|
+
"opts": "{\n read: ElementRef,\n static: true,\n }"
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
],
|
|
1501
1485
|
"sources": [
|
|
1502
1486
|
{
|
|
1503
1487
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1504
1488
|
"line": 195,
|
|
1505
|
-
"character": 13
|
|
1506
|
-
|
|
1507
|
-
|
|
1489
|
+
"character": 13
|
|
1490
|
+
}
|
|
1491
|
+
],
|
|
1492
|
+
"getSignature": [
|
|
1508
1493
|
{
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1494
|
+
"id": 72,
|
|
1495
|
+
"name": "triggerButton",
|
|
1496
|
+
"kind": 524288,
|
|
1497
|
+
"kindString": "Get signature",
|
|
1498
|
+
"flags": {},
|
|
1499
|
+
"type": {
|
|
1500
|
+
"type": "reference",
|
|
1501
|
+
"typeArguments": [
|
|
1502
|
+
{
|
|
1503
|
+
"type": "intrinsic",
|
|
1504
|
+
"name": "any"
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"qualifiedName": "ElementRef",
|
|
1508
|
+
"package": "@angular/core",
|
|
1509
|
+
"name": "ElementRef"
|
|
1510
|
+
}
|
|
1511
|
+
}
|
|
1512
|
+
],
|
|
1513
|
+
"setSignature": [
|
|
1514
|
+
{
|
|
1515
|
+
"id": 73,
|
|
1516
|
+
"name": "triggerButton",
|
|
1517
|
+
"kind": 1048576,
|
|
1518
|
+
"kindString": "Set signature",
|
|
1519
|
+
"flags": {},
|
|
1520
|
+
"parameters": [
|
|
1524
1521
|
{
|
|
1525
|
-
"
|
|
1526
|
-
"name": "
|
|
1522
|
+
"id": 74,
|
|
1523
|
+
"name": "value",
|
|
1524
|
+
"kind": 32768,
|
|
1525
|
+
"kindString": "Parameter",
|
|
1526
|
+
"flags": {},
|
|
1527
|
+
"type": {
|
|
1528
|
+
"type": "reference",
|
|
1529
|
+
"typeArguments": [
|
|
1530
|
+
{
|
|
1531
|
+
"type": "intrinsic",
|
|
1532
|
+
"name": "any"
|
|
1533
|
+
}
|
|
1534
|
+
],
|
|
1535
|
+
"qualifiedName": "ElementRef",
|
|
1536
|
+
"package": "@angular/core",
|
|
1537
|
+
"name": "ElementRef"
|
|
1538
|
+
}
|
|
1527
1539
|
}
|
|
1528
1540
|
],
|
|
1529
|
-
"
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
|
-
"setSignature": {
|
|
1535
|
-
"id": 73,
|
|
1536
|
-
"name": "triggerButton",
|
|
1537
|
-
"kind": 1048576,
|
|
1538
|
-
"kindString": "Set signature",
|
|
1539
|
-
"flags": {},
|
|
1540
|
-
"parameters": [
|
|
1541
|
-
{
|
|
1542
|
-
"id": 74,
|
|
1543
|
-
"name": "value",
|
|
1544
|
-
"kind": 32768,
|
|
1545
|
-
"kindString": "Parameter",
|
|
1546
|
-
"flags": {},
|
|
1547
|
-
"type": {
|
|
1548
|
-
"type": "reference",
|
|
1549
|
-
"typeArguments": [
|
|
1550
|
-
{
|
|
1551
|
-
"type": "intrinsic",
|
|
1552
|
-
"name": "any"
|
|
1553
|
-
}
|
|
1554
|
-
],
|
|
1555
|
-
"name": "ElementRef",
|
|
1556
|
-
"qualifiedName": "ElementRef",
|
|
1557
|
-
"package": "@angular/core"
|
|
1558
|
-
}
|
|
1541
|
+
"type": {
|
|
1542
|
+
"type": "intrinsic",
|
|
1543
|
+
"name": "void"
|
|
1559
1544
|
}
|
|
1560
|
-
],
|
|
1561
|
-
"type": {
|
|
1562
|
-
"type": "intrinsic",
|
|
1563
|
-
"name": "void"
|
|
1564
1545
|
}
|
|
1565
|
-
|
|
1546
|
+
]
|
|
1566
1547
|
},
|
|
1567
1548
|
{
|
|
1568
1549
|
"id": 93,
|
|
@@ -1576,8 +1557,7 @@
|
|
|
1576
1557
|
{
|
|
1577
1558
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1578
1559
|
"line": 238,
|
|
1579
|
-
"character": 9
|
|
1580
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L238"
|
|
1560
|
+
"character": 9
|
|
1581
1561
|
}
|
|
1582
1562
|
],
|
|
1583
1563
|
"signatures": [
|
|
@@ -1614,8 +1594,7 @@
|
|
|
1614
1594
|
{
|
|
1615
1595
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1616
1596
|
"line": 223,
|
|
1617
|
-
"character": 9
|
|
1618
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L223"
|
|
1597
|
+
"character": 9
|
|
1619
1598
|
}
|
|
1620
1599
|
],
|
|
1621
1600
|
"signatures": [
|
|
@@ -1644,12 +1623,14 @@
|
|
|
1644
1623
|
"groups": [
|
|
1645
1624
|
{
|
|
1646
1625
|
"title": "Constructors",
|
|
1626
|
+
"kind": 512,
|
|
1647
1627
|
"children": [
|
|
1648
1628
|
33
|
|
1649
1629
|
]
|
|
1650
1630
|
},
|
|
1651
1631
|
{
|
|
1652
1632
|
"title": "Properties",
|
|
1633
|
+
"kind": 1024,
|
|
1653
1634
|
"children": [
|
|
1654
1635
|
43,
|
|
1655
1636
|
66,
|
|
@@ -1663,6 +1644,7 @@
|
|
|
1663
1644
|
},
|
|
1664
1645
|
{
|
|
1665
1646
|
"title": "Accessors",
|
|
1647
|
+
"kind": 262144,
|
|
1666
1648
|
"children": [
|
|
1667
1649
|
35,
|
|
1668
1650
|
39,
|
|
@@ -1676,6 +1658,7 @@
|
|
|
1676
1658
|
},
|
|
1677
1659
|
{
|
|
1678
1660
|
"title": "Methods",
|
|
1661
|
+
"kind": 2048,
|
|
1679
1662
|
"children": [
|
|
1680
1663
|
93,
|
|
1681
1664
|
91
|
|
@@ -1686,22 +1669,21 @@
|
|
|
1686
1669
|
{
|
|
1687
1670
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1688
1671
|
"line": 48,
|
|
1689
|
-
"character": 13
|
|
1690
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L48"
|
|
1672
|
+
"character": 13
|
|
1691
1673
|
}
|
|
1692
1674
|
],
|
|
1693
1675
|
"implementedTypes": [
|
|
1694
1676
|
{
|
|
1695
1677
|
"type": "reference",
|
|
1696
|
-
"name": "OnInit",
|
|
1697
1678
|
"qualifiedName": "OnInit",
|
|
1698
|
-
"package": "@angular/core"
|
|
1679
|
+
"package": "@angular/core",
|
|
1680
|
+
"name": "OnInit"
|
|
1699
1681
|
},
|
|
1700
1682
|
{
|
|
1701
1683
|
"type": "reference",
|
|
1702
|
-
"name": "OnDestroy",
|
|
1703
1684
|
"qualifiedName": "OnDestroy",
|
|
1704
|
-
"package": "@angular/core"
|
|
1685
|
+
"package": "@angular/core",
|
|
1686
|
+
"name": "OnDestroy"
|
|
1705
1687
|
}
|
|
1706
1688
|
]
|
|
1707
1689
|
},
|
|
@@ -1712,13 +1694,22 @@
|
|
|
1712
1694
|
"kindString": "Class",
|
|
1713
1695
|
"flags": {},
|
|
1714
1696
|
"comment": {
|
|
1715
|
-
"
|
|
1716
|
-
{
|
|
1717
|
-
"kind": "text",
|
|
1718
|
-
"text": "Creates a menu that contains dropdown menu items."
|
|
1719
|
-
}
|
|
1720
|
-
]
|
|
1697
|
+
"shortText": "Creates a menu that contains dropdown menu items."
|
|
1721
1698
|
},
|
|
1699
|
+
"decorators": [
|
|
1700
|
+
{
|
|
1701
|
+
"name": "Component",
|
|
1702
|
+
"type": {
|
|
1703
|
+
"type": "reference",
|
|
1704
|
+
"qualifiedName": "ComponentDecorator",
|
|
1705
|
+
"package": "@angular/core",
|
|
1706
|
+
"name": "Component"
|
|
1707
|
+
},
|
|
1708
|
+
"arguments": {
|
|
1709
|
+
"obj": "{\n selector: 'sky-dropdown-menu',\n templateUrl: './dropdown-menu.component.html',\n styleUrls: ['./dropdown-menu.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n}"
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
],
|
|
1722
1713
|
"children": [
|
|
1723
1714
|
{
|
|
1724
1715
|
"id": 115,
|
|
@@ -1730,8 +1721,7 @@
|
|
|
1730
1721
|
{
|
|
1731
1722
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1732
1723
|
"line": 125,
|
|
1733
|
-
"character": 2
|
|
1734
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L125"
|
|
1724
|
+
"character": 2
|
|
1735
1725
|
}
|
|
1736
1726
|
],
|
|
1737
1727
|
"signatures": [
|
|
@@ -1750,9 +1740,9 @@
|
|
|
1750
1740
|
"flags": {},
|
|
1751
1741
|
"type": {
|
|
1752
1742
|
"type": "reference",
|
|
1753
|
-
"name": "ChangeDetectorRef",
|
|
1754
1743
|
"qualifiedName": "ChangeDetectorRef",
|
|
1755
|
-
"package": "@angular/core"
|
|
1744
|
+
"package": "@angular/core",
|
|
1745
|
+
"name": "ChangeDetectorRef"
|
|
1756
1746
|
}
|
|
1757
1747
|
},
|
|
1758
1748
|
{
|
|
@@ -1769,9 +1759,9 @@
|
|
|
1769
1759
|
"name": "any"
|
|
1770
1760
|
}
|
|
1771
1761
|
],
|
|
1772
|
-
"name": "ElementRef",
|
|
1773
1762
|
"qualifiedName": "ElementRef",
|
|
1774
|
-
"package": "@angular/core"
|
|
1763
|
+
"package": "@angular/core",
|
|
1764
|
+
"name": "ElementRef"
|
|
1775
1765
|
}
|
|
1776
1766
|
},
|
|
1777
1767
|
{
|
|
@@ -1782,6 +1772,18 @@
|
|
|
1782
1772
|
"flags": {
|
|
1783
1773
|
"isOptional": true
|
|
1784
1774
|
},
|
|
1775
|
+
"decorators": [
|
|
1776
|
+
{
|
|
1777
|
+
"name": "Optional",
|
|
1778
|
+
"type": {
|
|
1779
|
+
"type": "reference",
|
|
1780
|
+
"qualifiedName": "OptionalDecorator",
|
|
1781
|
+
"package": "@angular/core",
|
|
1782
|
+
"name": "Optional"
|
|
1783
|
+
},
|
|
1784
|
+
"arguments": {}
|
|
1785
|
+
}
|
|
1786
|
+
],
|
|
1785
1787
|
"type": {
|
|
1786
1788
|
"type": "reference",
|
|
1787
1789
|
"id": 32,
|
|
@@ -1806,35 +1808,25 @@
|
|
|
1806
1808
|
"isPublic": true
|
|
1807
1809
|
},
|
|
1808
1810
|
"comment": {
|
|
1809
|
-
"
|
|
1810
|
-
{
|
|
1811
|
-
"kind": "text",
|
|
1812
|
-
"text": "The HTML element ID of the element that labels\nthe dropdown menu. This sets the dropdown menu's "
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"kind": "code",
|
|
1816
|
-
"text": "`aria-labelledby`"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"kind": "text",
|
|
1820
|
-
"text": " attribute to provide a text equivalent for\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nFor more information about the "
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"kind": "code",
|
|
1824
|
-
"text": "`aria-labelledby`"
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"kind": "text",
|
|
1828
|
-
"text": " attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
1829
|
-
}
|
|
1830
|
-
]
|
|
1811
|
+
"shortText": "The HTML element ID of the element that labels\nthe dropdown menu. This sets the dropdown menu's `aria-labelledby` attribute to provide a text equivalent for\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nFor more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
1831
1812
|
},
|
|
1813
|
+
"decorators": [
|
|
1814
|
+
{
|
|
1815
|
+
"name": "Input",
|
|
1816
|
+
"type": {
|
|
1817
|
+
"type": "reference",
|
|
1818
|
+
"qualifiedName": "InputDecorator",
|
|
1819
|
+
"package": "@angular/core",
|
|
1820
|
+
"name": "Input"
|
|
1821
|
+
},
|
|
1822
|
+
"arguments": {}
|
|
1823
|
+
}
|
|
1824
|
+
],
|
|
1832
1825
|
"sources": [
|
|
1833
1826
|
{
|
|
1834
1827
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1835
1828
|
"line": 46,
|
|
1836
|
-
"character": 9
|
|
1837
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L46"
|
|
1829
|
+
"character": 9
|
|
1838
1830
|
}
|
|
1839
1831
|
],
|
|
1840
1832
|
"type": {
|
|
@@ -1854,8 +1846,7 @@
|
|
|
1854
1846
|
{
|
|
1855
1847
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1856
1848
|
"line": 92,
|
|
1857
|
-
"character": 9
|
|
1858
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L92"
|
|
1849
|
+
"character": 9
|
|
1859
1850
|
}
|
|
1860
1851
|
],
|
|
1861
1852
|
"type": {
|
|
@@ -1872,12 +1863,26 @@
|
|
|
1872
1863
|
"flags": {
|
|
1873
1864
|
"isPublic": true
|
|
1874
1865
|
},
|
|
1866
|
+
"decorators": [
|
|
1867
|
+
{
|
|
1868
|
+
"name": "ContentChildren",
|
|
1869
|
+
"type": {
|
|
1870
|
+
"type": "reference",
|
|
1871
|
+
"qualifiedName": "ContentChildrenDecorator",
|
|
1872
|
+
"package": "@angular/core",
|
|
1873
|
+
"name": "ContentChildren"
|
|
1874
|
+
},
|
|
1875
|
+
"arguments": {
|
|
1876
|
+
"selector": "SkyDropdownItemComponent",
|
|
1877
|
+
"opts": "{ descendants: true }"
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
],
|
|
1875
1881
|
"sources": [
|
|
1876
1882
|
{
|
|
1877
1883
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1878
1884
|
"line": 111,
|
|
1879
|
-
"character": 9
|
|
1880
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L111"
|
|
1885
|
+
"character": 9
|
|
1881
1886
|
}
|
|
1882
1887
|
],
|
|
1883
1888
|
"type": {
|
|
@@ -1889,9 +1894,9 @@
|
|
|
1889
1894
|
"name": "SkyDropdownItemComponent"
|
|
1890
1895
|
}
|
|
1891
1896
|
],
|
|
1892
|
-
"name": "QueryList",
|
|
1893
1897
|
"qualifiedName": "QueryList",
|
|
1894
|
-
"package": "@angular/core"
|
|
1898
|
+
"package": "@angular/core",
|
|
1899
|
+
"name": "QueryList"
|
|
1895
1900
|
}
|
|
1896
1901
|
},
|
|
1897
1902
|
{
|
|
@@ -1902,82 +1907,82 @@
|
|
|
1902
1907
|
"flags": {
|
|
1903
1908
|
"isPublic": true
|
|
1904
1909
|
},
|
|
1910
|
+
"decorators": [
|
|
1911
|
+
{
|
|
1912
|
+
"name": "Input",
|
|
1913
|
+
"type": {
|
|
1914
|
+
"type": "reference",
|
|
1915
|
+
"qualifiedName": "InputDecorator",
|
|
1916
|
+
"package": "@angular/core",
|
|
1917
|
+
"name": "Input"
|
|
1918
|
+
},
|
|
1919
|
+
"arguments": {}
|
|
1920
|
+
}
|
|
1921
|
+
],
|
|
1905
1922
|
"sources": [
|
|
1906
1923
|
{
|
|
1907
1924
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1908
1925
|
"line": 58,
|
|
1909
|
-
"character": 13
|
|
1910
|
-
|
|
1911
|
-
|
|
1926
|
+
"character": 13
|
|
1927
|
+
}
|
|
1928
|
+
],
|
|
1929
|
+
"getSignature": [
|
|
1912
1930
|
{
|
|
1913
|
-
"
|
|
1914
|
-
"
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
"
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
"
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1931
|
+
"id": 122,
|
|
1932
|
+
"name": "ariaRole",
|
|
1933
|
+
"kind": 524288,
|
|
1934
|
+
"kindString": "Get signature",
|
|
1935
|
+
"flags": {},
|
|
1936
|
+
"comment": {
|
|
1937
|
+
"shortText": "The ARIA role for the dropdown menu\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the dropdown menu functions and what it controls. The dropdown button\ninherits this value to set its `aria-haspopup` property. For information\nabout how an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).",
|
|
1938
|
+
"tags": [
|
|
1939
|
+
{
|
|
1940
|
+
"tag": "default",
|
|
1941
|
+
"text": "\"menu\"\n"
|
|
1942
|
+
}
|
|
1943
|
+
]
|
|
1944
|
+
},
|
|
1945
|
+
"type": {
|
|
1946
|
+
"type": "intrinsic",
|
|
1947
|
+
"name": "string"
|
|
1948
|
+
}
|
|
1949
|
+
}
|
|
1950
|
+
],
|
|
1951
|
+
"setSignature": [
|
|
1952
|
+
{
|
|
1953
|
+
"id": 123,
|
|
1954
|
+
"name": "ariaRole",
|
|
1955
|
+
"kind": 1048576,
|
|
1956
|
+
"kindString": "Set signature",
|
|
1957
|
+
"flags": {},
|
|
1958
|
+
"comment": {
|
|
1959
|
+
"shortText": "The ARIA role for the dropdown menu\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the dropdown menu functions and what it controls. The dropdown button\ninherits this value to set its `aria-haspopup` property. For information\nabout how an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).",
|
|
1960
|
+
"tags": [
|
|
1961
|
+
{
|
|
1962
|
+
"tag": "default",
|
|
1963
|
+
"text": "\"menu\"\n"
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1967
|
+
"parameters": [
|
|
1946
1968
|
{
|
|
1947
|
-
"
|
|
1948
|
-
"
|
|
1969
|
+
"id": 124,
|
|
1970
|
+
"name": "value",
|
|
1971
|
+
"kind": 32768,
|
|
1972
|
+
"kindString": "Parameter",
|
|
1973
|
+
"flags": {},
|
|
1974
|
+
"type": {
|
|
1975
|
+
"type": "intrinsic",
|
|
1976
|
+
"name": "string"
|
|
1977
|
+
}
|
|
1949
1978
|
}
|
|
1950
1979
|
],
|
|
1951
|
-
"
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
"content": [
|
|
1955
|
-
{
|
|
1956
|
-
"kind": "text",
|
|
1957
|
-
"text": "\"menu\""
|
|
1958
|
-
}
|
|
1959
|
-
]
|
|
1960
|
-
}
|
|
1961
|
-
]
|
|
1962
|
-
},
|
|
1963
|
-
"parameters": [
|
|
1964
|
-
{
|
|
1965
|
-
"id": 124,
|
|
1966
|
-
"name": "value",
|
|
1967
|
-
"kind": 32768,
|
|
1968
|
-
"kindString": "Parameter",
|
|
1969
|
-
"flags": {},
|
|
1970
|
-
"type": {
|
|
1971
|
-
"type": "intrinsic",
|
|
1972
|
-
"name": "string"
|
|
1973
|
-
}
|
|
1980
|
+
"type": {
|
|
1981
|
+
"type": "intrinsic",
|
|
1982
|
+
"name": "void"
|
|
1974
1983
|
}
|
|
1975
|
-
],
|
|
1976
|
-
"type": {
|
|
1977
|
-
"type": "intrinsic",
|
|
1978
|
-
"name": "void"
|
|
1979
1984
|
}
|
|
1980
|
-
|
|
1985
|
+
]
|
|
1981
1986
|
},
|
|
1982
1987
|
{
|
|
1983
1988
|
"id": 131,
|
|
@@ -1991,79 +1996,48 @@
|
|
|
1991
1996
|
{
|
|
1992
1997
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1993
1998
|
"line": 94,
|
|
1994
|
-
"character": 13
|
|
1995
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L94"
|
|
1996
|
-
},
|
|
1997
|
-
{
|
|
1998
|
-
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1999
|
-
"line": 106,
|
|
2000
|
-
"character": 13,
|
|
2001
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L106"
|
|
2002
|
-
}
|
|
2003
|
-
],
|
|
2004
|
-
"getSignature": {
|
|
2005
|
-
"id": 132,
|
|
2006
|
-
"name": "menuIndex",
|
|
2007
|
-
"kind": 524288,
|
|
2008
|
-
"kindString": "Get signature",
|
|
2009
|
-
"flags": {},
|
|
2010
|
-
"type": {
|
|
2011
|
-
"type": "intrinsic",
|
|
2012
|
-
"name": "number"
|
|
2013
|
-
}
|
|
2014
|
-
},
|
|
2015
|
-
"setSignature": {
|
|
2016
|
-
"id": 133,
|
|
2017
|
-
"name": "menuIndex",
|
|
2018
|
-
"kind": 1048576,
|
|
2019
|
-
"kindString": "Set signature",
|
|
2020
|
-
"flags": {},
|
|
2021
|
-
"parameters": [
|
|
2022
|
-
{
|
|
2023
|
-
"id": 134,
|
|
2024
|
-
"name": "value",
|
|
2025
|
-
"kind": 32768,
|
|
2026
|
-
"kindString": "Parameter",
|
|
2027
|
-
"flags": {},
|
|
2028
|
-
"type": {
|
|
2029
|
-
"type": "intrinsic",
|
|
2030
|
-
"name": "number"
|
|
2031
|
-
}
|
|
2032
|
-
}
|
|
2033
|
-
],
|
|
2034
|
-
"type": {
|
|
2035
|
-
"type": "intrinsic",
|
|
2036
|
-
"name": "void"
|
|
1999
|
+
"character": 13
|
|
2037
2000
|
}
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
{
|
|
2041
|
-
"id": 125,
|
|
2042
|
-
"name": "useNativeFocus",
|
|
2043
|
-
"kind": 262144,
|
|
2044
|
-
"kindString": "Accessor",
|
|
2045
|
-
"flags": {
|
|
2046
|
-
"isPublic": true
|
|
2047
|
-
},
|
|
2048
|
-
"sources": [
|
|
2001
|
+
],
|
|
2002
|
+
"getSignature": [
|
|
2049
2003
|
{
|
|
2050
|
-
"
|
|
2051
|
-
"
|
|
2052
|
-
"
|
|
2053
|
-
"
|
|
2004
|
+
"id": 132,
|
|
2005
|
+
"name": "menuIndex",
|
|
2006
|
+
"kind": 524288,
|
|
2007
|
+
"kindString": "Get signature",
|
|
2008
|
+
"flags": {},
|
|
2009
|
+
"type": {
|
|
2010
|
+
"type": "intrinsic",
|
|
2011
|
+
"name": "number"
|
|
2012
|
+
}
|
|
2054
2013
|
}
|
|
2055
2014
|
],
|
|
2056
|
-
"
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
"
|
|
2064
|
-
|
|
2015
|
+
"setSignature": [
|
|
2016
|
+
{
|
|
2017
|
+
"id": 133,
|
|
2018
|
+
"name": "menuIndex",
|
|
2019
|
+
"kind": 1048576,
|
|
2020
|
+
"kindString": "Set signature",
|
|
2021
|
+
"flags": {},
|
|
2022
|
+
"parameters": [
|
|
2023
|
+
{
|
|
2024
|
+
"id": 134,
|
|
2025
|
+
"name": "value",
|
|
2026
|
+
"kind": 32768,
|
|
2027
|
+
"kindString": "Parameter",
|
|
2028
|
+
"flags": {},
|
|
2029
|
+
"type": {
|
|
2030
|
+
"type": "intrinsic",
|
|
2031
|
+
"name": "number"
|
|
2032
|
+
}
|
|
2033
|
+
}
|
|
2034
|
+
],
|
|
2035
|
+
"type": {
|
|
2036
|
+
"type": "intrinsic",
|
|
2037
|
+
"name": "void"
|
|
2038
|
+
}
|
|
2065
2039
|
}
|
|
2066
|
-
|
|
2040
|
+
]
|
|
2067
2041
|
},
|
|
2068
2042
|
{
|
|
2069
2043
|
"id": 147,
|
|
@@ -2077,8 +2051,7 @@
|
|
|
2077
2051
|
{
|
|
2078
2052
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2079
2053
|
"line": 202,
|
|
2080
|
-
"character": 9
|
|
2081
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L202"
|
|
2054
|
+
"character": 9
|
|
2082
2055
|
}
|
|
2083
2056
|
],
|
|
2084
2057
|
"signatures": [
|
|
@@ -2107,8 +2080,7 @@
|
|
|
2107
2080
|
{
|
|
2108
2081
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2109
2082
|
"line": 217,
|
|
2110
|
-
"character": 9
|
|
2111
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L217"
|
|
2083
|
+
"character": 9
|
|
2112
2084
|
}
|
|
2113
2085
|
],
|
|
2114
2086
|
"signatures": [
|
|
@@ -2137,8 +2109,7 @@
|
|
|
2137
2109
|
{
|
|
2138
2110
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2139
2111
|
"line": 247,
|
|
2140
|
-
"character": 9
|
|
2141
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L247"
|
|
2112
|
+
"character": 9
|
|
2142
2113
|
}
|
|
2143
2114
|
],
|
|
2144
2115
|
"signatures": [
|
|
@@ -2167,8 +2138,7 @@
|
|
|
2167
2138
|
{
|
|
2168
2139
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2169
2140
|
"line": 232,
|
|
2170
|
-
"character": 9
|
|
2171
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L232"
|
|
2141
|
+
"character": 9
|
|
2172
2142
|
}
|
|
2173
2143
|
],
|
|
2174
2144
|
"signatures": [
|
|
@@ -2197,8 +2167,7 @@
|
|
|
2197
2167
|
{
|
|
2198
2168
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2199
2169
|
"line": 135,
|
|
2200
|
-
"character": 9
|
|
2201
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L135"
|
|
2170
|
+
"character": 9
|
|
2202
2171
|
}
|
|
2203
2172
|
],
|
|
2204
2173
|
"signatures": [
|
|
@@ -2235,8 +2204,7 @@
|
|
|
2235
2204
|
{
|
|
2236
2205
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2237
2206
|
"line": 197,
|
|
2238
|
-
"character": 9
|
|
2239
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L197"
|
|
2207
|
+
"character": 9
|
|
2240
2208
|
}
|
|
2241
2209
|
],
|
|
2242
2210
|
"signatures": [
|
|
@@ -2273,8 +2241,7 @@
|
|
|
2273
2241
|
{
|
|
2274
2242
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2275
2243
|
"line": 262,
|
|
2276
|
-
"character": 9
|
|
2277
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L262"
|
|
2244
|
+
"character": 9
|
|
2278
2245
|
}
|
|
2279
2246
|
],
|
|
2280
2247
|
"signatures": [
|
|
@@ -2295,12 +2262,14 @@
|
|
|
2295
2262
|
"groups": [
|
|
2296
2263
|
{
|
|
2297
2264
|
"title": "Constructors",
|
|
2265
|
+
"kind": 512,
|
|
2298
2266
|
"children": [
|
|
2299
2267
|
115
|
|
2300
2268
|
]
|
|
2301
2269
|
},
|
|
2302
2270
|
{
|
|
2303
2271
|
"title": "Properties",
|
|
2272
|
+
"kind": 1024,
|
|
2304
2273
|
"children": [
|
|
2305
2274
|
120,
|
|
2306
2275
|
130,
|
|
@@ -2309,14 +2278,15 @@
|
|
|
2309
2278
|
},
|
|
2310
2279
|
{
|
|
2311
2280
|
"title": "Accessors",
|
|
2281
|
+
"kind": 262144,
|
|
2312
2282
|
"children": [
|
|
2313
2283
|
121,
|
|
2314
|
-
131
|
|
2315
|
-
125
|
|
2284
|
+
131
|
|
2316
2285
|
]
|
|
2317
2286
|
},
|
|
2318
2287
|
{
|
|
2319
2288
|
"title": "Methods",
|
|
2289
|
+
"kind": 2048,
|
|
2320
2290
|
"children": [
|
|
2321
2291
|
147,
|
|
2322
2292
|
149,
|
|
@@ -2332,22 +2302,21 @@
|
|
|
2332
2302
|
{
|
|
2333
2303
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2334
2304
|
"line": 38,
|
|
2335
|
-
"character": 13
|
|
2336
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L38"
|
|
2305
|
+
"character": 13
|
|
2337
2306
|
}
|
|
2338
2307
|
],
|
|
2339
2308
|
"implementedTypes": [
|
|
2340
2309
|
{
|
|
2341
2310
|
"type": "reference",
|
|
2342
|
-
"name": "AfterContentInit",
|
|
2343
2311
|
"qualifiedName": "AfterContentInit",
|
|
2344
|
-
"package": "@angular/core"
|
|
2312
|
+
"package": "@angular/core",
|
|
2313
|
+
"name": "AfterContentInit"
|
|
2345
2314
|
},
|
|
2346
2315
|
{
|
|
2347
2316
|
"type": "reference",
|
|
2348
|
-
"name": "OnDestroy",
|
|
2349
2317
|
"qualifiedName": "OnDestroy",
|
|
2350
|
-
"package": "@angular/core"
|
|
2318
|
+
"package": "@angular/core",
|
|
2319
|
+
"name": "OnDestroy"
|
|
2351
2320
|
}
|
|
2352
2321
|
]
|
|
2353
2322
|
},
|
|
@@ -2357,6 +2326,20 @@
|
|
|
2357
2326
|
"kind": 128,
|
|
2358
2327
|
"kindString": "Class",
|
|
2359
2328
|
"flags": {},
|
|
2329
|
+
"decorators": [
|
|
2330
|
+
{
|
|
2331
|
+
"name": "Component",
|
|
2332
|
+
"type": {
|
|
2333
|
+
"type": "reference",
|
|
2334
|
+
"qualifiedName": "ComponentDecorator",
|
|
2335
|
+
"package": "@angular/core",
|
|
2336
|
+
"name": "Component"
|
|
2337
|
+
},
|
|
2338
|
+
"arguments": {
|
|
2339
|
+
"obj": "{\n selector: 'sky-popover',\n templateUrl: './popover.component.html',\n}"
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2360
2343
|
"children": [
|
|
2361
2344
|
{
|
|
2362
2345
|
"id": 257,
|
|
@@ -2368,8 +2351,7 @@
|
|
|
2368
2351
|
{
|
|
2369
2352
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2370
2353
|
"line": 148,
|
|
2371
|
-
"character": 2
|
|
2372
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L148"
|
|
2354
|
+
"character": 2
|
|
2373
2355
|
}
|
|
2374
2356
|
],
|
|
2375
2357
|
"signatures": [
|
|
@@ -2399,6 +2381,30 @@
|
|
|
2399
2381
|
"flags": {
|
|
2400
2382
|
"isOptional": true
|
|
2401
2383
|
},
|
|
2384
|
+
"decorators": [
|
|
2385
|
+
{
|
|
2386
|
+
"name": "Optional",
|
|
2387
|
+
"type": {
|
|
2388
|
+
"type": "reference",
|
|
2389
|
+
"qualifiedName": "OptionalDecorator",
|
|
2390
|
+
"package": "@angular/core",
|
|
2391
|
+
"name": "Optional"
|
|
2392
|
+
},
|
|
2393
|
+
"arguments": {}
|
|
2394
|
+
},
|
|
2395
|
+
{
|
|
2396
|
+
"name": "Inject",
|
|
2397
|
+
"type": {
|
|
2398
|
+
"type": "reference",
|
|
2399
|
+
"qualifiedName": "InjectDecorator",
|
|
2400
|
+
"package": "@angular/core",
|
|
2401
|
+
"name": "Inject"
|
|
2402
|
+
},
|
|
2403
|
+
"arguments": {
|
|
2404
|
+
"token": "SKY_STACKING_CONTEXT"
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2402
2408
|
"type": {
|
|
2403
2409
|
"type": "reference",
|
|
2404
2410
|
"name": "SkyStackingContext"
|
|
@@ -2425,8 +2431,7 @@
|
|
|
2425
2431
|
{
|
|
2426
2432
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2427
2433
|
"line": 120,
|
|
2428
|
-
"character": 9
|
|
2429
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L120"
|
|
2434
|
+
"character": 9
|
|
2430
2435
|
}
|
|
2431
2436
|
],
|
|
2432
2437
|
"type": {
|
|
@@ -2444,19 +2449,25 @@
|
|
|
2444
2449
|
"isPublic": true
|
|
2445
2450
|
},
|
|
2446
2451
|
"comment": {
|
|
2447
|
-
"
|
|
2448
|
-
{
|
|
2449
|
-
"kind": "text",
|
|
2450
|
-
"text": "Fires when users close the popover."
|
|
2451
|
-
}
|
|
2452
|
-
]
|
|
2452
|
+
"shortText": "Fires when users close the popover."
|
|
2453
2453
|
},
|
|
2454
|
+
"decorators": [
|
|
2455
|
+
{
|
|
2456
|
+
"name": "Output",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"type": "reference",
|
|
2459
|
+
"qualifiedName": "OutputDecorator",
|
|
2460
|
+
"package": "@angular/core",
|
|
2461
|
+
"name": "Output"
|
|
2462
|
+
},
|
|
2463
|
+
"arguments": {}
|
|
2464
|
+
}
|
|
2465
|
+
],
|
|
2454
2466
|
"sources": [
|
|
2455
2467
|
{
|
|
2456
2468
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2457
2469
|
"line": 99,
|
|
2458
|
-
"character": 9
|
|
2459
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L99"
|
|
2470
|
+
"character": 9
|
|
2460
2471
|
}
|
|
2461
2472
|
],
|
|
2462
2473
|
"type": {
|
|
@@ -2468,9 +2479,9 @@
|
|
|
2468
2479
|
"name": "SkyPopoverComponent"
|
|
2469
2480
|
}
|
|
2470
2481
|
],
|
|
2471
|
-
"name": "EventEmitter",
|
|
2472
2482
|
"qualifiedName": "EventEmitter",
|
|
2473
|
-
"package": "@angular/core"
|
|
2483
|
+
"package": "@angular/core",
|
|
2484
|
+
"name": "EventEmitter"
|
|
2474
2485
|
},
|
|
2475
2486
|
"defaultValue": "..."
|
|
2476
2487
|
},
|
|
@@ -2483,19 +2494,25 @@
|
|
|
2483
2494
|
"isPublic": true
|
|
2484
2495
|
},
|
|
2485
2496
|
"comment": {
|
|
2486
|
-
"
|
|
2487
|
-
{
|
|
2488
|
-
"kind": "text",
|
|
2489
|
-
"text": "Fires when users open the popover."
|
|
2490
|
-
}
|
|
2491
|
-
]
|
|
2497
|
+
"shortText": "Fires when users open the popover."
|
|
2492
2498
|
},
|
|
2499
|
+
"decorators": [
|
|
2500
|
+
{
|
|
2501
|
+
"name": "Output",
|
|
2502
|
+
"type": {
|
|
2503
|
+
"type": "reference",
|
|
2504
|
+
"qualifiedName": "OutputDecorator",
|
|
2505
|
+
"package": "@angular/core",
|
|
2506
|
+
"name": "Output"
|
|
2507
|
+
},
|
|
2508
|
+
"arguments": {}
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2493
2511
|
"sources": [
|
|
2494
2512
|
{
|
|
2495
2513
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2496
2514
|
"line": 105,
|
|
2497
|
-
"character": 9
|
|
2498
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L105"
|
|
2515
|
+
"character": 9
|
|
2499
2516
|
}
|
|
2500
2517
|
],
|
|
2501
2518
|
"type": {
|
|
@@ -2507,9 +2524,9 @@
|
|
|
2507
2524
|
"name": "SkyPopoverComponent"
|
|
2508
2525
|
}
|
|
2509
2526
|
],
|
|
2510
|
-
"name": "EventEmitter",
|
|
2511
2527
|
"qualifiedName": "EventEmitter",
|
|
2512
|
-
"package": "@angular/core"
|
|
2528
|
+
"package": "@angular/core",
|
|
2529
|
+
"name": "EventEmitter"
|
|
2513
2530
|
},
|
|
2514
2531
|
"defaultValue": "..."
|
|
2515
2532
|
},
|
|
@@ -2522,19 +2539,25 @@
|
|
|
2522
2539
|
"isPublic": true
|
|
2523
2540
|
},
|
|
2524
2541
|
"comment": {
|
|
2525
|
-
"
|
|
2526
|
-
{
|
|
2527
|
-
"kind": "text",
|
|
2528
|
-
"text": "The title for the popover."
|
|
2529
|
-
}
|
|
2530
|
-
]
|
|
2542
|
+
"shortText": "The title for the popover."
|
|
2531
2543
|
},
|
|
2544
|
+
"decorators": [
|
|
2545
|
+
{
|
|
2546
|
+
"name": "Input",
|
|
2547
|
+
"type": {
|
|
2548
|
+
"type": "reference",
|
|
2549
|
+
"qualifiedName": "InputDecorator",
|
|
2550
|
+
"package": "@angular/core",
|
|
2551
|
+
"name": "Input"
|
|
2552
|
+
},
|
|
2553
|
+
"arguments": {}
|
|
2554
|
+
}
|
|
2555
|
+
],
|
|
2532
2556
|
"sources": [
|
|
2533
2557
|
{
|
|
2534
2558
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2535
2559
|
"line": 80,
|
|
2536
|
-
"character": 9
|
|
2537
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L80"
|
|
2560
|
+
"character": 9
|
|
2538
2561
|
}
|
|
2539
2562
|
],
|
|
2540
2563
|
"type": {
|
|
@@ -2550,12 +2573,26 @@
|
|
|
2550
2573
|
"flags": {
|
|
2551
2574
|
"isPublic": true
|
|
2552
2575
|
},
|
|
2576
|
+
"decorators": [
|
|
2577
|
+
{
|
|
2578
|
+
"name": "ViewChild",
|
|
2579
|
+
"type": {
|
|
2580
|
+
"type": "reference",
|
|
2581
|
+
"qualifiedName": "ViewChildDecorator",
|
|
2582
|
+
"package": "@angular/core",
|
|
2583
|
+
"name": "ViewChild"
|
|
2584
|
+
},
|
|
2585
|
+
"arguments": {
|
|
2586
|
+
"selector": "'templateRef'",
|
|
2587
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
],
|
|
2553
2591
|
"sources": [
|
|
2554
2592
|
{
|
|
2555
2593
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2556
2594
|
"line": 126,
|
|
2557
|
-
"character": 9
|
|
2558
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L126"
|
|
2595
|
+
"character": 9
|
|
2559
2596
|
}
|
|
2560
2597
|
],
|
|
2561
2598
|
"type": {
|
|
@@ -2566,9 +2603,9 @@
|
|
|
2566
2603
|
"name": "unknown"
|
|
2567
2604
|
}
|
|
2568
2605
|
],
|
|
2569
|
-
"name": "TemplateRef",
|
|
2570
2606
|
"qualifiedName": "TemplateRef",
|
|
2571
|
-
"package": "@angular/core"
|
|
2607
|
+
"package": "@angular/core",
|
|
2608
|
+
"name": "TemplateRef"
|
|
2572
2609
|
}
|
|
2573
2610
|
},
|
|
2574
2611
|
{
|
|
@@ -2579,84 +2616,84 @@
|
|
|
2579
2616
|
"flags": {
|
|
2580
2617
|
"isPublic": true
|
|
2581
2618
|
},
|
|
2619
|
+
"decorators": [
|
|
2620
|
+
{
|
|
2621
|
+
"name": "Input",
|
|
2622
|
+
"type": {
|
|
2623
|
+
"type": "reference",
|
|
2624
|
+
"qualifiedName": "InputDecorator",
|
|
2625
|
+
"package": "@angular/core",
|
|
2626
|
+
"name": "Input"
|
|
2627
|
+
},
|
|
2628
|
+
"arguments": {}
|
|
2629
|
+
}
|
|
2630
|
+
],
|
|
2582
2631
|
"sources": [
|
|
2583
2632
|
{
|
|
2584
2633
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2585
2634
|
"line": 40,
|
|
2586
|
-
"character": 13
|
|
2587
|
-
|
|
2588
|
-
|
|
2635
|
+
"character": 13
|
|
2636
|
+
}
|
|
2637
|
+
],
|
|
2638
|
+
"getSignature": [
|
|
2589
2639
|
{
|
|
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
|
-
|
|
2640
|
+
"id": 262,
|
|
2641
|
+
"name": "alignment",
|
|
2642
|
+
"kind": 524288,
|
|
2643
|
+
"kindString": "Get signature",
|
|
2644
|
+
"flags": {},
|
|
2645
|
+
"comment": {
|
|
2646
|
+
"shortText": "The horizontal alignment of the popover in relation to the trigger element.\nThe `skyPopoverAlignment` property on the popover directive takes precedence over this property when specified.",
|
|
2647
|
+
"tags": [
|
|
2648
|
+
{
|
|
2649
|
+
"tag": "default",
|
|
2650
|
+
"text": "\"center\"\n"
|
|
2651
|
+
}
|
|
2652
|
+
]
|
|
2653
|
+
},
|
|
2654
|
+
"type": {
|
|
2655
|
+
"type": "reference",
|
|
2656
|
+
"id": 379,
|
|
2657
|
+
"name": "SkyPopoverAlignment"
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2660
|
+
],
|
|
2661
|
+
"setSignature": [
|
|
2662
|
+
{
|
|
2663
|
+
"id": 263,
|
|
2664
|
+
"name": "alignment",
|
|
2665
|
+
"kind": 1048576,
|
|
2666
|
+
"kindString": "Set signature",
|
|
2667
|
+
"flags": {},
|
|
2668
|
+
"comment": {
|
|
2669
|
+
"shortText": "The horizontal alignment of the popover in relation to the trigger element.\nThe `skyPopoverAlignment` property on the popover directive takes precedence over this property when specified.",
|
|
2670
|
+
"tags": [
|
|
2671
|
+
{
|
|
2672
|
+
"tag": "default",
|
|
2673
|
+
"text": "\"center\"\n"
|
|
2674
|
+
}
|
|
2675
|
+
]
|
|
2676
|
+
},
|
|
2677
|
+
"parameters": [
|
|
2624
2678
|
{
|
|
2625
|
-
"
|
|
2626
|
-
"
|
|
2679
|
+
"id": 264,
|
|
2680
|
+
"name": "value",
|
|
2681
|
+
"kind": 32768,
|
|
2682
|
+
"kindString": "Parameter",
|
|
2683
|
+
"flags": {},
|
|
2684
|
+
"type": {
|
|
2685
|
+
"type": "reference",
|
|
2686
|
+
"id": 379,
|
|
2687
|
+
"name": "SkyPopoverAlignment"
|
|
2688
|
+
}
|
|
2627
2689
|
}
|
|
2628
2690
|
],
|
|
2629
|
-
"
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
"content": [
|
|
2633
|
-
{
|
|
2634
|
-
"kind": "text",
|
|
2635
|
-
"text": "\"center\""
|
|
2636
|
-
}
|
|
2637
|
-
]
|
|
2638
|
-
}
|
|
2639
|
-
]
|
|
2640
|
-
},
|
|
2641
|
-
"parameters": [
|
|
2642
|
-
{
|
|
2643
|
-
"id": 264,
|
|
2644
|
-
"name": "value",
|
|
2645
|
-
"kind": 32768,
|
|
2646
|
-
"kindString": "Parameter",
|
|
2647
|
-
"flags": {},
|
|
2648
|
-
"type": {
|
|
2649
|
-
"type": "reference",
|
|
2650
|
-
"id": 379,
|
|
2651
|
-
"name": "SkyPopoverAlignment"
|
|
2652
|
-
}
|
|
2691
|
+
"type": {
|
|
2692
|
+
"type": "intrinsic",
|
|
2693
|
+
"name": "void"
|
|
2653
2694
|
}
|
|
2654
|
-
],
|
|
2655
|
-
"type": {
|
|
2656
|
-
"type": "intrinsic",
|
|
2657
|
-
"name": "void"
|
|
2658
2695
|
}
|
|
2659
|
-
|
|
2696
|
+
]
|
|
2660
2697
|
},
|
|
2661
2698
|
{
|
|
2662
2699
|
"id": 265,
|
|
@@ -2666,74 +2703,82 @@
|
|
|
2666
2703
|
"flags": {
|
|
2667
2704
|
"isPublic": true
|
|
2668
2705
|
},
|
|
2706
|
+
"decorators": [
|
|
2707
|
+
{
|
|
2708
|
+
"name": "Input",
|
|
2709
|
+
"type": {
|
|
2710
|
+
"type": "reference",
|
|
2711
|
+
"qualifiedName": "InputDecorator",
|
|
2712
|
+
"package": "@angular/core",
|
|
2713
|
+
"name": "Input"
|
|
2714
|
+
},
|
|
2715
|
+
"arguments": {}
|
|
2716
|
+
}
|
|
2717
|
+
],
|
|
2669
2718
|
"sources": [
|
|
2670
2719
|
{
|
|
2671
2720
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2672
2721
|
"line": 54,
|
|
2673
|
-
"character": 13
|
|
2674
|
-
|
|
2675
|
-
|
|
2722
|
+
"character": 13
|
|
2723
|
+
}
|
|
2724
|
+
],
|
|
2725
|
+
"getSignature": [
|
|
2676
2726
|
{
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
"
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
"
|
|
2727
|
+
"id": 266,
|
|
2728
|
+
"name": "dismissOnBlur",
|
|
2729
|
+
"kind": 524288,
|
|
2730
|
+
"kindString": "Get signature",
|
|
2731
|
+
"flags": {},
|
|
2732
|
+
"comment": {
|
|
2733
|
+
"shortText": "Whether to close the popover when it loses focus.\nTo require users to click a trigger button to close the popover, set this input to false.",
|
|
2734
|
+
"tags": [
|
|
2735
|
+
{
|
|
2736
|
+
"tag": "default",
|
|
2737
|
+
"text": "true\n"
|
|
2738
|
+
}
|
|
2739
|
+
]
|
|
2740
|
+
},
|
|
2741
|
+
"type": {
|
|
2742
|
+
"type": "intrinsic",
|
|
2743
|
+
"name": "boolean"
|
|
2744
|
+
}
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2747
|
+
"setSignature": [
|
|
2748
|
+
{
|
|
2749
|
+
"id": 267,
|
|
2750
|
+
"name": "dismissOnBlur",
|
|
2751
|
+
"kind": 1048576,
|
|
2752
|
+
"kindString": "Set signature",
|
|
2753
|
+
"flags": {},
|
|
2754
|
+
"comment": {
|
|
2755
|
+
"shortText": "Whether to close the popover when it loses focus.\nTo require users to click a trigger button to close the popover, set this input to false.",
|
|
2756
|
+
"tags": [
|
|
2757
|
+
{
|
|
2758
|
+
"tag": "default",
|
|
2759
|
+
"text": "true\n"
|
|
2760
|
+
}
|
|
2761
|
+
]
|
|
2762
|
+
},
|
|
2763
|
+
"parameters": [
|
|
2702
2764
|
{
|
|
2703
|
-
"
|
|
2704
|
-
"
|
|
2765
|
+
"id": 268,
|
|
2766
|
+
"name": "value",
|
|
2767
|
+
"kind": 32768,
|
|
2768
|
+
"kindString": "Parameter",
|
|
2769
|
+
"flags": {},
|
|
2770
|
+
"type": {
|
|
2771
|
+
"type": "intrinsic",
|
|
2772
|
+
"name": "boolean"
|
|
2773
|
+
}
|
|
2705
2774
|
}
|
|
2706
2775
|
],
|
|
2707
|
-
"
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
"content": [
|
|
2711
|
-
{
|
|
2712
|
-
"kind": "text",
|
|
2713
|
-
"text": "true"
|
|
2714
|
-
}
|
|
2715
|
-
]
|
|
2716
|
-
}
|
|
2717
|
-
]
|
|
2718
|
-
},
|
|
2719
|
-
"parameters": [
|
|
2720
|
-
{
|
|
2721
|
-
"id": 268,
|
|
2722
|
-
"name": "value",
|
|
2723
|
-
"kind": 32768,
|
|
2724
|
-
"kindString": "Parameter",
|
|
2725
|
-
"flags": {},
|
|
2726
|
-
"type": {
|
|
2727
|
-
"type": "intrinsic",
|
|
2728
|
-
"name": "boolean"
|
|
2729
|
-
}
|
|
2776
|
+
"type": {
|
|
2777
|
+
"type": "intrinsic",
|
|
2778
|
+
"name": "void"
|
|
2730
2779
|
}
|
|
2731
|
-
],
|
|
2732
|
-
"type": {
|
|
2733
|
-
"type": "intrinsic",
|
|
2734
|
-
"name": "void"
|
|
2735
2780
|
}
|
|
2736
|
-
|
|
2781
|
+
]
|
|
2737
2782
|
},
|
|
2738
2783
|
{
|
|
2739
2784
|
"id": 269,
|
|
@@ -2743,84 +2788,84 @@
|
|
|
2743
2788
|
"flags": {
|
|
2744
2789
|
"isPublic": true
|
|
2745
2790
|
},
|
|
2791
|
+
"decorators": [
|
|
2792
|
+
{
|
|
2793
|
+
"name": "Input",
|
|
2794
|
+
"type": {
|
|
2795
|
+
"type": "reference",
|
|
2796
|
+
"qualifiedName": "InputDecorator",
|
|
2797
|
+
"package": "@angular/core",
|
|
2798
|
+
"name": "Input"
|
|
2799
|
+
},
|
|
2800
|
+
"arguments": {}
|
|
2801
|
+
}
|
|
2802
|
+
],
|
|
2746
2803
|
"sources": [
|
|
2747
2804
|
{
|
|
2748
2805
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2749
2806
|
"line": 68,
|
|
2750
|
-
"character": 13
|
|
2751
|
-
|
|
2752
|
-
|
|
2807
|
+
"character": 13
|
|
2808
|
+
}
|
|
2809
|
+
],
|
|
2810
|
+
"getSignature": [
|
|
2753
2811
|
{
|
|
2754
|
-
"
|
|
2755
|
-
"
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
"
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
"
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2812
|
+
"id": 270,
|
|
2813
|
+
"name": "placement",
|
|
2814
|
+
"kind": 524288,
|
|
2815
|
+
"kindString": "Get signature",
|
|
2816
|
+
"flags": {},
|
|
2817
|
+
"comment": {
|
|
2818
|
+
"shortText": "The placement of the popover in relation to the trigger element.\nThe `skyPopoverPlacement` property on the popover directive takes precedence over this property when specified.",
|
|
2819
|
+
"tags": [
|
|
2820
|
+
{
|
|
2821
|
+
"tag": "default",
|
|
2822
|
+
"text": "\"above\"\n"
|
|
2823
|
+
}
|
|
2824
|
+
]
|
|
2825
|
+
},
|
|
2826
|
+
"type": {
|
|
2827
|
+
"type": "reference",
|
|
2828
|
+
"id": 387,
|
|
2829
|
+
"name": "SkyPopoverPlacement"
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
],
|
|
2833
|
+
"setSignature": [
|
|
2834
|
+
{
|
|
2835
|
+
"id": 271,
|
|
2836
|
+
"name": "placement",
|
|
2837
|
+
"kind": 1048576,
|
|
2838
|
+
"kindString": "Set signature",
|
|
2839
|
+
"flags": {},
|
|
2840
|
+
"comment": {
|
|
2841
|
+
"shortText": "The placement of the popover in relation to the trigger element.\nThe `skyPopoverPlacement` property on the popover directive takes precedence over this property when specified.",
|
|
2842
|
+
"tags": [
|
|
2843
|
+
{
|
|
2844
|
+
"tag": "default",
|
|
2845
|
+
"text": "\"above\"\n"
|
|
2846
|
+
}
|
|
2847
|
+
]
|
|
2848
|
+
},
|
|
2849
|
+
"parameters": [
|
|
2788
2850
|
{
|
|
2789
|
-
"
|
|
2790
|
-
"
|
|
2851
|
+
"id": 272,
|
|
2852
|
+
"name": "value",
|
|
2853
|
+
"kind": 32768,
|
|
2854
|
+
"kindString": "Parameter",
|
|
2855
|
+
"flags": {},
|
|
2856
|
+
"type": {
|
|
2857
|
+
"type": "reference",
|
|
2858
|
+
"id": 387,
|
|
2859
|
+
"name": "SkyPopoverPlacement"
|
|
2860
|
+
}
|
|
2791
2861
|
}
|
|
2792
2862
|
],
|
|
2793
|
-
"
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
"content": [
|
|
2797
|
-
{
|
|
2798
|
-
"kind": "text",
|
|
2799
|
-
"text": "\"above\""
|
|
2800
|
-
}
|
|
2801
|
-
]
|
|
2802
|
-
}
|
|
2803
|
-
]
|
|
2804
|
-
},
|
|
2805
|
-
"parameters": [
|
|
2806
|
-
{
|
|
2807
|
-
"id": 272,
|
|
2808
|
-
"name": "value",
|
|
2809
|
-
"kind": 32768,
|
|
2810
|
-
"kindString": "Parameter",
|
|
2811
|
-
"flags": {},
|
|
2812
|
-
"type": {
|
|
2813
|
-
"type": "reference",
|
|
2814
|
-
"id": 387,
|
|
2815
|
-
"name": "SkyPopoverPlacement"
|
|
2816
|
-
}
|
|
2863
|
+
"type": {
|
|
2864
|
+
"type": "intrinsic",
|
|
2865
|
+
"name": "void"
|
|
2817
2866
|
}
|
|
2818
|
-
],
|
|
2819
|
-
"type": {
|
|
2820
|
-
"type": "intrinsic",
|
|
2821
|
-
"name": "void"
|
|
2822
2867
|
}
|
|
2823
|
-
|
|
2868
|
+
]
|
|
2824
2869
|
},
|
|
2825
2870
|
{
|
|
2826
2871
|
"id": 274,
|
|
@@ -2830,76 +2875,84 @@
|
|
|
2830
2875
|
"flags": {
|
|
2831
2876
|
"isPublic": true
|
|
2832
2877
|
},
|
|
2878
|
+
"decorators": [
|
|
2879
|
+
{
|
|
2880
|
+
"name": "Input",
|
|
2881
|
+
"type": {
|
|
2882
|
+
"type": "reference",
|
|
2883
|
+
"qualifiedName": "InputDecorator",
|
|
2884
|
+
"package": "@angular/core",
|
|
2885
|
+
"name": "Input"
|
|
2886
|
+
},
|
|
2887
|
+
"arguments": {}
|
|
2888
|
+
}
|
|
2889
|
+
],
|
|
2833
2890
|
"sources": [
|
|
2834
2891
|
{
|
|
2835
2892
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2836
2893
|
"line": 87,
|
|
2837
|
-
"character": 13
|
|
2838
|
-
|
|
2839
|
-
|
|
2894
|
+
"character": 13
|
|
2895
|
+
}
|
|
2896
|
+
],
|
|
2897
|
+
"getSignature": [
|
|
2840
2898
|
{
|
|
2841
|
-
"
|
|
2842
|
-
"
|
|
2843
|
-
"
|
|
2844
|
-
"
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
"
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
"
|
|
2899
|
+
"id": 275,
|
|
2900
|
+
"name": "popoverType",
|
|
2901
|
+
"kind": 524288,
|
|
2902
|
+
"kindString": "Get signature",
|
|
2903
|
+
"flags": {},
|
|
2904
|
+
"comment": {
|
|
2905
|
+
"shortText": "The type of popover.",
|
|
2906
|
+
"tags": [
|
|
2907
|
+
{
|
|
2908
|
+
"tag": "default",
|
|
2909
|
+
"text": "\"info\"\n"
|
|
2910
|
+
}
|
|
2911
|
+
]
|
|
2912
|
+
},
|
|
2913
|
+
"type": {
|
|
2914
|
+
"type": "reference",
|
|
2915
|
+
"id": 396,
|
|
2916
|
+
"name": "SkyPopoverType"
|
|
2917
|
+
}
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2920
|
+
"setSignature": [
|
|
2921
|
+
{
|
|
2922
|
+
"id": 276,
|
|
2923
|
+
"name": "popoverType",
|
|
2924
|
+
"kind": 1048576,
|
|
2925
|
+
"kindString": "Set signature",
|
|
2926
|
+
"flags": {},
|
|
2927
|
+
"comment": {
|
|
2928
|
+
"shortText": "The type of popover.",
|
|
2929
|
+
"tags": [
|
|
2930
|
+
{
|
|
2931
|
+
"tag": "default",
|
|
2932
|
+
"text": "\"info\"\n"
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
},
|
|
2936
|
+
"parameters": [
|
|
2867
2937
|
{
|
|
2868
|
-
"
|
|
2869
|
-
"
|
|
2938
|
+
"id": 277,
|
|
2939
|
+
"name": "value",
|
|
2940
|
+
"kind": 32768,
|
|
2941
|
+
"kindString": "Parameter",
|
|
2942
|
+
"flags": {},
|
|
2943
|
+
"type": {
|
|
2944
|
+
"type": "reference",
|
|
2945
|
+
"id": 396,
|
|
2946
|
+
"name": "SkyPopoverType"
|
|
2947
|
+
}
|
|
2870
2948
|
}
|
|
2871
2949
|
],
|
|
2872
|
-
"
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
"content": [
|
|
2876
|
-
{
|
|
2877
|
-
"kind": "text",
|
|
2878
|
-
"text": "\"info\""
|
|
2879
|
-
}
|
|
2880
|
-
]
|
|
2881
|
-
}
|
|
2882
|
-
]
|
|
2883
|
-
},
|
|
2884
|
-
"parameters": [
|
|
2885
|
-
{
|
|
2886
|
-
"id": 277,
|
|
2887
|
-
"name": "value",
|
|
2888
|
-
"kind": 32768,
|
|
2889
|
-
"kindString": "Parameter",
|
|
2890
|
-
"flags": {},
|
|
2891
|
-
"type": {
|
|
2892
|
-
"type": "reference",
|
|
2893
|
-
"id": 396,
|
|
2894
|
-
"name": "SkyPopoverType"
|
|
2895
|
-
}
|
|
2950
|
+
"type": {
|
|
2951
|
+
"type": "intrinsic",
|
|
2952
|
+
"name": "void"
|
|
2896
2953
|
}
|
|
2897
|
-
],
|
|
2898
|
-
"type": {
|
|
2899
|
-
"type": "intrinsic",
|
|
2900
|
-
"name": "void"
|
|
2901
2954
|
}
|
|
2902
|
-
|
|
2955
|
+
]
|
|
2903
2956
|
},
|
|
2904
2957
|
{
|
|
2905
2958
|
"id": 294,
|
|
@@ -2913,8 +2966,7 @@
|
|
|
2913
2966
|
{
|
|
2914
2967
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2915
2968
|
"line": 158,
|
|
2916
|
-
"character": 9
|
|
2917
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L158"
|
|
2969
|
+
"character": 9
|
|
2918
2970
|
}
|
|
2919
2971
|
],
|
|
2920
2972
|
"signatures": [
|
|
@@ -2943,12 +2995,14 @@
|
|
|
2943
2995
|
"groups": [
|
|
2944
2996
|
{
|
|
2945
2997
|
"title": "Constructors",
|
|
2998
|
+
"kind": 512,
|
|
2946
2999
|
"children": [
|
|
2947
3000
|
257
|
|
2948
3001
|
]
|
|
2949
3002
|
},
|
|
2950
3003
|
{
|
|
2951
3004
|
"title": "Properties",
|
|
3005
|
+
"kind": 1024,
|
|
2952
3006
|
"children": [
|
|
2953
3007
|
282,
|
|
2954
3008
|
278,
|
|
@@ -2959,6 +3013,7 @@
|
|
|
2959
3013
|
},
|
|
2960
3014
|
{
|
|
2961
3015
|
"title": "Accessors",
|
|
3016
|
+
"kind": 262144,
|
|
2962
3017
|
"children": [
|
|
2963
3018
|
261,
|
|
2964
3019
|
265,
|
|
@@ -2968,6 +3023,7 @@
|
|
|
2968
3023
|
},
|
|
2969
3024
|
{
|
|
2970
3025
|
"title": "Methods",
|
|
3026
|
+
"kind": 2048,
|
|
2971
3027
|
"children": [
|
|
2972
3028
|
294
|
|
2973
3029
|
]
|
|
@@ -2977,16 +3033,15 @@
|
|
|
2977
3033
|
{
|
|
2978
3034
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2979
3035
|
"line": 33,
|
|
2980
|
-
"character": 13
|
|
2981
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L33"
|
|
3036
|
+
"character": 13
|
|
2982
3037
|
}
|
|
2983
3038
|
],
|
|
2984
3039
|
"implementedTypes": [
|
|
2985
3040
|
{
|
|
2986
3041
|
"type": "reference",
|
|
2987
|
-
"name": "OnDestroy",
|
|
2988
3042
|
"qualifiedName": "OnDestroy",
|
|
2989
|
-
"package": "@angular/core"
|
|
3043
|
+
"package": "@angular/core",
|
|
3044
|
+
"name": "OnDestroy"
|
|
2990
3045
|
}
|
|
2991
3046
|
]
|
|
2992
3047
|
},
|
|
@@ -2996,6 +3051,20 @@
|
|
|
2996
3051
|
"kind": 128,
|
|
2997
3052
|
"kindString": "Class",
|
|
2998
3053
|
"flags": {},
|
|
3054
|
+
"decorators": [
|
|
3055
|
+
{
|
|
3056
|
+
"name": "Directive",
|
|
3057
|
+
"type": {
|
|
3058
|
+
"type": "reference",
|
|
3059
|
+
"qualifiedName": "DirectiveDecorator",
|
|
3060
|
+
"package": "@angular/core",
|
|
3061
|
+
"name": "Directive"
|
|
3062
|
+
},
|
|
3063
|
+
"arguments": {
|
|
3064
|
+
"obj": "{\n selector: '[skyPopover]',\n}"
|
|
3065
|
+
}
|
|
3066
|
+
}
|
|
3067
|
+
],
|
|
2999
3068
|
"children": [
|
|
3000
3069
|
{
|
|
3001
3070
|
"id": 310,
|
|
@@ -3007,8 +3076,7 @@
|
|
|
3007
3076
|
{
|
|
3008
3077
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3009
3078
|
"line": 73,
|
|
3010
|
-
"character": 2
|
|
3011
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L73"
|
|
3079
|
+
"character": 2
|
|
3012
3080
|
}
|
|
3013
3081
|
],
|
|
3014
3082
|
"signatures": [
|
|
@@ -3033,9 +3101,9 @@
|
|
|
3033
3101
|
"name": "any"
|
|
3034
3102
|
}
|
|
3035
3103
|
],
|
|
3036
|
-
"name": "ElementRef",
|
|
3037
3104
|
"qualifiedName": "ElementRef",
|
|
3038
|
-
"package": "@angular/core"
|
|
3105
|
+
"package": "@angular/core",
|
|
3106
|
+
"name": "ElementRef"
|
|
3039
3107
|
}
|
|
3040
3108
|
}
|
|
3041
3109
|
],
|
|
@@ -3056,25 +3124,31 @@
|
|
|
3056
3124
|
"isPublic": true
|
|
3057
3125
|
},
|
|
3058
3126
|
"comment": {
|
|
3059
|
-
"
|
|
3060
|
-
|
|
3061
|
-
"kind": "text",
|
|
3062
|
-
"text": "The popover component to display. Add this directive to the trigger element that opens the popover."
|
|
3063
|
-
}
|
|
3064
|
-
],
|
|
3065
|
-
"blockTags": [
|
|
3127
|
+
"shortText": "The popover component to display. Add this directive to the trigger element that opens the popover.",
|
|
3128
|
+
"tags": [
|
|
3066
3129
|
{
|
|
3067
|
-
"tag": "
|
|
3068
|
-
"
|
|
3130
|
+
"tag": "required",
|
|
3131
|
+
"text": "\n"
|
|
3069
3132
|
}
|
|
3070
3133
|
]
|
|
3071
3134
|
},
|
|
3135
|
+
"decorators": [
|
|
3136
|
+
{
|
|
3137
|
+
"name": "Input",
|
|
3138
|
+
"type": {
|
|
3139
|
+
"type": "reference",
|
|
3140
|
+
"qualifiedName": "InputDecorator",
|
|
3141
|
+
"package": "@angular/core",
|
|
3142
|
+
"name": "Input"
|
|
3143
|
+
},
|
|
3144
|
+
"arguments": {}
|
|
3145
|
+
}
|
|
3146
|
+
],
|
|
3072
3147
|
"sources": [
|
|
3073
3148
|
{
|
|
3074
3149
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3075
3150
|
"line": 22,
|
|
3076
|
-
"character": 9
|
|
3077
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L22"
|
|
3151
|
+
"character": 9
|
|
3078
3152
|
}
|
|
3079
3153
|
],
|
|
3080
3154
|
"type": {
|
|
@@ -3092,19 +3166,25 @@
|
|
|
3092
3166
|
"isPublic": true
|
|
3093
3167
|
},
|
|
3094
3168
|
"comment": {
|
|
3095
|
-
"
|
|
3096
|
-
{
|
|
3097
|
-
"kind": "text",
|
|
3098
|
-
"text": "The horizontal alignment of the popover in relation to the trigger element."
|
|
3099
|
-
}
|
|
3100
|
-
]
|
|
3169
|
+
"shortText": "The horizontal alignment of the popover in relation to the trigger element."
|
|
3101
3170
|
},
|
|
3171
|
+
"decorators": [
|
|
3172
|
+
{
|
|
3173
|
+
"name": "Input",
|
|
3174
|
+
"type": {
|
|
3175
|
+
"type": "reference",
|
|
3176
|
+
"qualifiedName": "InputDecorator",
|
|
3177
|
+
"package": "@angular/core",
|
|
3178
|
+
"name": "Input"
|
|
3179
|
+
},
|
|
3180
|
+
"arguments": {}
|
|
3181
|
+
}
|
|
3182
|
+
],
|
|
3102
3183
|
"sources": [
|
|
3103
3184
|
{
|
|
3104
3185
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3105
3186
|
"line": 28,
|
|
3106
|
-
"character": 9
|
|
3107
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L28"
|
|
3187
|
+
"character": 9
|
|
3108
3188
|
}
|
|
3109
3189
|
],
|
|
3110
3190
|
"type": {
|
|
@@ -3122,19 +3202,25 @@
|
|
|
3122
3202
|
"isPublic": true
|
|
3123
3203
|
},
|
|
3124
3204
|
"comment": {
|
|
3125
|
-
"
|
|
3126
|
-
{
|
|
3127
|
-
"kind": "text",
|
|
3128
|
-
"text": "The placement of the popover in relation to the trigger element."
|
|
3129
|
-
}
|
|
3130
|
-
]
|
|
3205
|
+
"shortText": "The placement of the popover in relation to the trigger element."
|
|
3131
3206
|
},
|
|
3207
|
+
"decorators": [
|
|
3208
|
+
{
|
|
3209
|
+
"name": "Input",
|
|
3210
|
+
"type": {
|
|
3211
|
+
"type": "reference",
|
|
3212
|
+
"qualifiedName": "InputDecorator",
|
|
3213
|
+
"package": "@angular/core",
|
|
3214
|
+
"name": "Input"
|
|
3215
|
+
},
|
|
3216
|
+
"arguments": {}
|
|
3217
|
+
}
|
|
3218
|
+
],
|
|
3132
3219
|
"sources": [
|
|
3133
3220
|
{
|
|
3134
3221
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3135
3222
|
"line": 53,
|
|
3136
|
-
"character": 9
|
|
3137
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L53"
|
|
3223
|
+
"character": 9
|
|
3138
3224
|
}
|
|
3139
3225
|
],
|
|
3140
3226
|
"type": {
|
|
@@ -3151,97 +3237,88 @@
|
|
|
3151
3237
|
"flags": {
|
|
3152
3238
|
"isPublic": true
|
|
3153
3239
|
},
|
|
3240
|
+
"decorators": [
|
|
3241
|
+
{
|
|
3242
|
+
"name": "Input",
|
|
3243
|
+
"type": {
|
|
3244
|
+
"type": "reference",
|
|
3245
|
+
"qualifiedName": "InputDecorator",
|
|
3246
|
+
"package": "@angular/core",
|
|
3247
|
+
"name": "Input"
|
|
3248
|
+
},
|
|
3249
|
+
"arguments": {}
|
|
3250
|
+
}
|
|
3251
|
+
],
|
|
3154
3252
|
"sources": [
|
|
3155
3253
|
{
|
|
3156
3254
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3157
3255
|
"line": 34,
|
|
3158
|
-
"character": 13
|
|
3159
|
-
|
|
3160
|
-
|
|
3256
|
+
"character": 13
|
|
3257
|
+
}
|
|
3258
|
+
],
|
|
3259
|
+
"getSignature": [
|
|
3161
3260
|
{
|
|
3162
|
-
"
|
|
3163
|
-
"
|
|
3164
|
-
"
|
|
3165
|
-
"
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3261
|
+
"id": 316,
|
|
3262
|
+
"name": "skyPopoverMessageStream",
|
|
3263
|
+
"kind": 524288,
|
|
3264
|
+
"kindString": "Get signature",
|
|
3265
|
+
"flags": {},
|
|
3266
|
+
"comment": {
|
|
3267
|
+
"shortText": "The RxJS `Subject` to send commands to the popover that respect the `SkyPopoverMessage` type."
|
|
3268
|
+
},
|
|
3269
|
+
"type": {
|
|
3270
|
+
"type": "reference",
|
|
3271
|
+
"typeArguments": [
|
|
3272
|
+
{
|
|
3273
|
+
"type": "reference",
|
|
3274
|
+
"id": 380,
|
|
3275
|
+
"name": "SkyPopoverMessage"
|
|
3276
|
+
}
|
|
3277
|
+
],
|
|
3278
|
+
"qualifiedName": "Subject",
|
|
3279
|
+
"package": "rxjs",
|
|
3280
|
+
"name": "Subject"
|
|
3281
|
+
}
|
|
3282
|
+
}
|
|
3283
|
+
],
|
|
3284
|
+
"setSignature": [
|
|
3285
|
+
{
|
|
3286
|
+
"id": 317,
|
|
3287
|
+
"name": "skyPopoverMessageStream",
|
|
3288
|
+
"kind": 1048576,
|
|
3289
|
+
"kindString": "Set signature",
|
|
3290
|
+
"flags": {},
|
|
3291
|
+
"comment": {
|
|
3292
|
+
"shortText": "The RxJS `Subject` to send commands to the popover that respect the `SkyPopoverMessage` type."
|
|
3293
|
+
},
|
|
3294
|
+
"parameters": [
|
|
3177
3295
|
{
|
|
3178
|
-
"
|
|
3179
|
-
"
|
|
3180
|
-
"
|
|
3296
|
+
"id": 318,
|
|
3297
|
+
"name": "value",
|
|
3298
|
+
"kind": 32768,
|
|
3299
|
+
"kindString": "Parameter",
|
|
3300
|
+
"flags": {},
|
|
3301
|
+
"type": {
|
|
3302
|
+
"type": "reference",
|
|
3303
|
+
"typeArguments": [
|
|
3304
|
+
{
|
|
3305
|
+
"type": "reference",
|
|
3306
|
+
"id": 380,
|
|
3307
|
+
"name": "SkyPopoverMessage"
|
|
3308
|
+
}
|
|
3309
|
+
],
|
|
3310
|
+
"qualifiedName": "Subject",
|
|
3311
|
+
"package": "rxjs",
|
|
3312
|
+
"name": "Subject"
|
|
3313
|
+
}
|
|
3181
3314
|
}
|
|
3182
3315
|
],
|
|
3183
|
-
"
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
}
|
|
3187
|
-
},
|
|
3188
|
-
"setSignature": {
|
|
3189
|
-
"id": 317,
|
|
3190
|
-
"name": "skyPopoverMessageStream",
|
|
3191
|
-
"kind": 1048576,
|
|
3192
|
-
"kindString": "Set signature",
|
|
3193
|
-
"flags": {},
|
|
3194
|
-
"comment": {
|
|
3195
|
-
"summary": [
|
|
3196
|
-
{
|
|
3197
|
-
"kind": "text",
|
|
3198
|
-
"text": "The RxJS "
|
|
3199
|
-
},
|
|
3200
|
-
{
|
|
3201
|
-
"kind": "code",
|
|
3202
|
-
"text": "`Subject`"
|
|
3203
|
-
},
|
|
3204
|
-
{
|
|
3205
|
-
"kind": "text",
|
|
3206
|
-
"text": " to send commands to the popover that respect the "
|
|
3207
|
-
},
|
|
3208
|
-
{
|
|
3209
|
-
"kind": "code",
|
|
3210
|
-
"text": "`SkyPopoverMessage`"
|
|
3211
|
-
},
|
|
3212
|
-
{
|
|
3213
|
-
"kind": "text",
|
|
3214
|
-
"text": " type."
|
|
3215
|
-
}
|
|
3216
|
-
]
|
|
3217
|
-
},
|
|
3218
|
-
"parameters": [
|
|
3219
|
-
{
|
|
3220
|
-
"id": 318,
|
|
3221
|
-
"name": "value",
|
|
3222
|
-
"kind": 32768,
|
|
3223
|
-
"kindString": "Parameter",
|
|
3224
|
-
"flags": {},
|
|
3225
|
-
"type": {
|
|
3226
|
-
"type": "reference",
|
|
3227
|
-
"typeArguments": [
|
|
3228
|
-
{
|
|
3229
|
-
"type": "reference",
|
|
3230
|
-
"id": 380,
|
|
3231
|
-
"name": "SkyPopoverMessage"
|
|
3232
|
-
}
|
|
3233
|
-
],
|
|
3234
|
-
"name": "Subject",
|
|
3235
|
-
"qualifiedName": "Subject",
|
|
3236
|
-
"package": "rxjs"
|
|
3237
|
-
}
|
|
3316
|
+
"type": {
|
|
3317
|
+
"type": "intrinsic",
|
|
3318
|
+
"name": "void"
|
|
3238
3319
|
}
|
|
3239
|
-
],
|
|
3240
|
-
"type": {
|
|
3241
|
-
"type": "intrinsic",
|
|
3242
|
-
"name": "void"
|
|
3243
3320
|
}
|
|
3244
|
-
|
|
3321
|
+
]
|
|
3245
3322
|
},
|
|
3246
3323
|
{
|
|
3247
3324
|
"id": 322,
|
|
@@ -3251,65 +3328,72 @@
|
|
|
3251
3328
|
"flags": {
|
|
3252
3329
|
"isPublic": true
|
|
3253
3330
|
},
|
|
3331
|
+
"decorators": [
|
|
3332
|
+
{
|
|
3333
|
+
"name": "Input",
|
|
3334
|
+
"type": {
|
|
3335
|
+
"type": "reference",
|
|
3336
|
+
"qualifiedName": "InputDecorator",
|
|
3337
|
+
"package": "@angular/core",
|
|
3338
|
+
"name": "Input"
|
|
3339
|
+
},
|
|
3340
|
+
"arguments": {}
|
|
3341
|
+
}
|
|
3342
|
+
],
|
|
3254
3343
|
"sources": [
|
|
3255
3344
|
{
|
|
3256
3345
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3257
3346
|
"line": 59,
|
|
3258
|
-
"character": 13
|
|
3259
|
-
|
|
3260
|
-
|
|
3347
|
+
"character": 13
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
|
+
"getSignature": [
|
|
3261
3351
|
{
|
|
3262
|
-
"
|
|
3263
|
-
"
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
"
|
|
3352
|
+
"id": 323,
|
|
3353
|
+
"name": "skyPopoverTrigger",
|
|
3354
|
+
"kind": 524288,
|
|
3355
|
+
"kindString": "Get signature",
|
|
3356
|
+
"flags": {},
|
|
3357
|
+
"comment": {
|
|
3358
|
+
"shortText": "The user action that displays the popover."
|
|
3359
|
+
},
|
|
3360
|
+
"type": {
|
|
3361
|
+
"type": "reference",
|
|
3362
|
+
"id": 395,
|
|
3363
|
+
"name": "SkyPopoverTrigger"
|
|
3364
|
+
}
|
|
3365
|
+
}
|
|
3366
|
+
],
|
|
3367
|
+
"setSignature": [
|
|
3368
|
+
{
|
|
3369
|
+
"id": 324,
|
|
3370
|
+
"name": "skyPopoverTrigger",
|
|
3371
|
+
"kind": 1048576,
|
|
3372
|
+
"kindString": "Set signature",
|
|
3373
|
+
"flags": {},
|
|
3374
|
+
"comment": {
|
|
3375
|
+
"shortText": "The user action that displays the popover."
|
|
3376
|
+
},
|
|
3377
|
+
"parameters": [
|
|
3288
3378
|
{
|
|
3289
|
-
"
|
|
3290
|
-
"
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
"kindString": "Parameter",
|
|
3300
|
-
"flags": {},
|
|
3301
|
-
"type": {
|
|
3302
|
-
"type": "reference",
|
|
3303
|
-
"id": 395,
|
|
3304
|
-
"name": "SkyPopoverTrigger"
|
|
3379
|
+
"id": 325,
|
|
3380
|
+
"name": "value",
|
|
3381
|
+
"kind": 32768,
|
|
3382
|
+
"kindString": "Parameter",
|
|
3383
|
+
"flags": {},
|
|
3384
|
+
"type": {
|
|
3385
|
+
"type": "reference",
|
|
3386
|
+
"id": 395,
|
|
3387
|
+
"name": "SkyPopoverTrigger"
|
|
3388
|
+
}
|
|
3305
3389
|
}
|
|
3390
|
+
],
|
|
3391
|
+
"type": {
|
|
3392
|
+
"type": "intrinsic",
|
|
3393
|
+
"name": "void"
|
|
3306
3394
|
}
|
|
3307
|
-
],
|
|
3308
|
-
"type": {
|
|
3309
|
-
"type": "intrinsic",
|
|
3310
|
-
"name": "void"
|
|
3311
3395
|
}
|
|
3312
|
-
|
|
3396
|
+
]
|
|
3313
3397
|
},
|
|
3314
3398
|
{
|
|
3315
3399
|
"id": 331,
|
|
@@ -3323,8 +3407,7 @@
|
|
|
3323
3407
|
{
|
|
3324
3408
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3325
3409
|
"line": 82,
|
|
3326
|
-
"character": 9
|
|
3327
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L82"
|
|
3410
|
+
"character": 9
|
|
3328
3411
|
}
|
|
3329
3412
|
],
|
|
3330
3413
|
"signatures": [
|
|
@@ -3361,8 +3444,7 @@
|
|
|
3361
3444
|
{
|
|
3362
3445
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3363
3446
|
"line": 78,
|
|
3364
|
-
"character": 9
|
|
3365
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L78"
|
|
3447
|
+
"character": 9
|
|
3366
3448
|
}
|
|
3367
3449
|
],
|
|
3368
3450
|
"signatures": [
|
|
@@ -3399,8 +3481,7 @@
|
|
|
3399
3481
|
{
|
|
3400
3482
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3401
3483
|
"line": 87,
|
|
3402
|
-
"character": 9
|
|
3403
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L87"
|
|
3484
|
+
"character": 9
|
|
3404
3485
|
}
|
|
3405
3486
|
],
|
|
3406
3487
|
"signatures": [
|
|
@@ -3421,12 +3502,14 @@
|
|
|
3421
3502
|
"groups": [
|
|
3422
3503
|
{
|
|
3423
3504
|
"title": "Constructors",
|
|
3505
|
+
"kind": 512,
|
|
3424
3506
|
"children": [
|
|
3425
3507
|
310
|
|
3426
3508
|
]
|
|
3427
3509
|
},
|
|
3428
3510
|
{
|
|
3429
3511
|
"title": "Properties",
|
|
3512
|
+
"kind": 1024,
|
|
3430
3513
|
"children": [
|
|
3431
3514
|
313,
|
|
3432
3515
|
314,
|
|
@@ -3435,6 +3518,7 @@
|
|
|
3435
3518
|
},
|
|
3436
3519
|
{
|
|
3437
3520
|
"title": "Accessors",
|
|
3521
|
+
"kind": 262144,
|
|
3438
3522
|
"children": [
|
|
3439
3523
|
315,
|
|
3440
3524
|
322
|
|
@@ -3442,6 +3526,7 @@
|
|
|
3442
3526
|
},
|
|
3443
3527
|
{
|
|
3444
3528
|
"title": "Methods",
|
|
3529
|
+
"kind": 2048,
|
|
3445
3530
|
"children": [
|
|
3446
3531
|
331,
|
|
3447
3532
|
329,
|
|
@@ -3453,22 +3538,21 @@
|
|
|
3453
3538
|
{
|
|
3454
3539
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3455
3540
|
"line": 16,
|
|
3456
|
-
"character": 13
|
|
3457
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L16"
|
|
3541
|
+
"character": 13
|
|
3458
3542
|
}
|
|
3459
3543
|
],
|
|
3460
3544
|
"implementedTypes": [
|
|
3461
3545
|
{
|
|
3462
3546
|
"type": "reference",
|
|
3463
|
-
"name": "OnInit",
|
|
3464
3547
|
"qualifiedName": "OnInit",
|
|
3465
|
-
"package": "@angular/core"
|
|
3548
|
+
"package": "@angular/core",
|
|
3549
|
+
"name": "OnInit"
|
|
3466
3550
|
},
|
|
3467
3551
|
{
|
|
3468
3552
|
"type": "reference",
|
|
3469
|
-
"name": "OnDestroy",
|
|
3470
3553
|
"qualifiedName": "OnDestroy",
|
|
3471
|
-
"package": "@angular/core"
|
|
3554
|
+
"package": "@angular/core",
|
|
3555
|
+
"name": "OnDestroy"
|
|
3472
3556
|
}
|
|
3473
3557
|
]
|
|
3474
3558
|
},
|
|
@@ -3479,12 +3563,7 @@
|
|
|
3479
3563
|
"kindString": "Interface",
|
|
3480
3564
|
"flags": {},
|
|
3481
3565
|
"comment": {
|
|
3482
|
-
"
|
|
3483
|
-
{
|
|
3484
|
-
"kind": "text",
|
|
3485
|
-
"text": "Specifies messages to be sent to the popover component."
|
|
3486
|
-
}
|
|
3487
|
-
]
|
|
3566
|
+
"shortText": "Specifies messages to be sent to the popover component."
|
|
3488
3567
|
},
|
|
3489
3568
|
"children": [
|
|
3490
3569
|
{
|
|
@@ -3496,19 +3575,13 @@
|
|
|
3496
3575
|
"isOptional": true
|
|
3497
3576
|
},
|
|
3498
3577
|
"comment": {
|
|
3499
|
-
"
|
|
3500
|
-
{
|
|
3501
|
-
"kind": "text",
|
|
3502
|
-
"text": "The type of message to send."
|
|
3503
|
-
}
|
|
3504
|
-
]
|
|
3578
|
+
"shortText": "The type of message to send."
|
|
3505
3579
|
},
|
|
3506
3580
|
"sources": [
|
|
3507
3581
|
{
|
|
3508
3582
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message.ts",
|
|
3509
3583
|
"line": 10,
|
|
3510
|
-
"character": 2
|
|
3511
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-message.ts#L10"
|
|
3584
|
+
"character": 2
|
|
3512
3585
|
}
|
|
3513
3586
|
],
|
|
3514
3587
|
"type": {
|
|
@@ -3521,6 +3594,7 @@
|
|
|
3521
3594
|
"groups": [
|
|
3522
3595
|
{
|
|
3523
3596
|
"title": "Properties",
|
|
3597
|
+
"kind": 1024,
|
|
3524
3598
|
"children": [
|
|
3525
3599
|
381
|
|
3526
3600
|
]
|
|
@@ -3530,8 +3604,7 @@
|
|
|
3530
3604
|
{
|
|
3531
3605
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message.ts",
|
|
3532
3606
|
"line": 6,
|
|
3533
|
-
"character": 17
|
|
3534
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-message.ts#L6"
|
|
3607
|
+
"character": 17
|
|
3535
3608
|
}
|
|
3536
3609
|
]
|
|
3537
3610
|
},
|
|
@@ -3545,8 +3618,7 @@
|
|
|
3545
3618
|
{
|
|
3546
3619
|
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-button-type.ts",
|
|
3547
3620
|
"line": 1,
|
|
3548
|
-
"character": 12
|
|
3549
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/types/dropdown-button-type.ts#L1"
|
|
3621
|
+
"character": 12
|
|
3550
3622
|
}
|
|
3551
3623
|
],
|
|
3552
3624
|
"type": {
|
|
@@ -3574,19 +3646,13 @@
|
|
|
3574
3646
|
"kindString": "Type alias",
|
|
3575
3647
|
"flags": {},
|
|
3576
3648
|
"comment": {
|
|
3577
|
-
"
|
|
3578
|
-
{
|
|
3579
|
-
"kind": "text",
|
|
3580
|
-
"text": "The horizontal alignment for the dropdown."
|
|
3581
|
-
}
|
|
3582
|
-
]
|
|
3649
|
+
"shortText": "The horizontal alignment for the dropdown."
|
|
3583
3650
|
},
|
|
3584
3651
|
"sources": [
|
|
3585
3652
|
{
|
|
3586
3653
|
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-horizontal-alignment.ts",
|
|
3587
3654
|
"line": 4,
|
|
3588
|
-
"character": 12
|
|
3589
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/types/dropdown-horizontal-alignment.ts#L4"
|
|
3655
|
+
"character": 12
|
|
3590
3656
|
}
|
|
3591
3657
|
],
|
|
3592
3658
|
"type": {
|
|
@@ -3614,19 +3680,13 @@
|
|
|
3614
3680
|
"kindString": "Type alias",
|
|
3615
3681
|
"flags": {},
|
|
3616
3682
|
"comment": {
|
|
3617
|
-
"
|
|
3618
|
-
{
|
|
3619
|
-
"kind": "text",
|
|
3620
|
-
"text": "How users interact with the dropdown button to expose the dropdown menu."
|
|
3621
|
-
}
|
|
3622
|
-
]
|
|
3683
|
+
"shortText": "How users interact with the dropdown button to expose the dropdown menu."
|
|
3623
3684
|
},
|
|
3624
3685
|
"sources": [
|
|
3625
3686
|
{
|
|
3626
3687
|
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-trigger-type.ts",
|
|
3627
3688
|
"line": 4,
|
|
3628
|
-
"character": 12
|
|
3629
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/dropdown/types/dropdown-trigger-type.ts#L4"
|
|
3689
|
+
"character": 12
|
|
3630
3690
|
}
|
|
3631
3691
|
],
|
|
3632
3692
|
"type": {
|
|
@@ -3650,19 +3710,13 @@
|
|
|
3650
3710
|
"kindString": "Type alias",
|
|
3651
3711
|
"flags": {},
|
|
3652
3712
|
"comment": {
|
|
3653
|
-
"
|
|
3654
|
-
{
|
|
3655
|
-
"kind": "text",
|
|
3656
|
-
"text": "Represents the horizontal alignment of the popover in relation to the trigger element."
|
|
3657
|
-
}
|
|
3658
|
-
]
|
|
3713
|
+
"shortText": "Represents the horizontal alignment of the popover in relation to the trigger element."
|
|
3659
3714
|
},
|
|
3660
3715
|
"sources": [
|
|
3661
3716
|
{
|
|
3662
3717
|
"fileName": "projects/popovers/src/modules/popover/types/popover-alignment.ts",
|
|
3663
3718
|
"line": 4,
|
|
3664
|
-
"character": 12
|
|
3665
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-alignment.ts#L4"
|
|
3719
|
+
"character": 12
|
|
3666
3720
|
}
|
|
3667
3721
|
],
|
|
3668
3722
|
"type": {
|
|
@@ -3690,19 +3744,13 @@
|
|
|
3690
3744
|
"kindString": "Type alias",
|
|
3691
3745
|
"flags": {},
|
|
3692
3746
|
"comment": {
|
|
3693
|
-
"
|
|
3694
|
-
{
|
|
3695
|
-
"kind": "text",
|
|
3696
|
-
"text": "Represents the placement of the popover in relation to the trigger element."
|
|
3697
|
-
}
|
|
3698
|
-
]
|
|
3747
|
+
"shortText": "Represents the placement of the popover in relation to the trigger element."
|
|
3699
3748
|
},
|
|
3700
3749
|
"sources": [
|
|
3701
3750
|
{
|
|
3702
3751
|
"fileName": "projects/popovers/src/modules/popover/types/popover-placement.ts",
|
|
3703
3752
|
"line": 4,
|
|
3704
|
-
"character": 12
|
|
3705
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-placement.ts#L4"
|
|
3753
|
+
"character": 12
|
|
3706
3754
|
}
|
|
3707
3755
|
],
|
|
3708
3756
|
"type": {
|
|
@@ -3734,19 +3782,13 @@
|
|
|
3734
3782
|
"kindString": "Type alias",
|
|
3735
3783
|
"flags": {},
|
|
3736
3784
|
"comment": {
|
|
3737
|
-
"
|
|
3738
|
-
{
|
|
3739
|
-
"kind": "text",
|
|
3740
|
-
"text": "The user action that displays the popover."
|
|
3741
|
-
}
|
|
3742
|
-
]
|
|
3785
|
+
"shortText": "The user action that displays the popover."
|
|
3743
3786
|
},
|
|
3744
3787
|
"sources": [
|
|
3745
3788
|
{
|
|
3746
3789
|
"fileName": "projects/popovers/src/modules/popover/types/popover-trigger.ts",
|
|
3747
3790
|
"line": 4,
|
|
3748
|
-
"character": 12
|
|
3749
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-trigger.ts#L4"
|
|
3791
|
+
"character": 12
|
|
3750
3792
|
}
|
|
3751
3793
|
],
|
|
3752
3794
|
"type": {
|
|
@@ -3770,19 +3812,13 @@
|
|
|
3770
3812
|
"kindString": "Type alias",
|
|
3771
3813
|
"flags": {},
|
|
3772
3814
|
"comment": {
|
|
3773
|
-
"
|
|
3774
|
-
{
|
|
3775
|
-
"kind": "text",
|
|
3776
|
-
"text": "The style type of the popover."
|
|
3777
|
-
}
|
|
3778
|
-
]
|
|
3815
|
+
"shortText": "The style type of the popover."
|
|
3779
3816
|
},
|
|
3780
3817
|
"sources": [
|
|
3781
3818
|
{
|
|
3782
3819
|
"fileName": "projects/popovers/src/modules/popover/types/popover-type.ts",
|
|
3783
3820
|
"line": 4,
|
|
3784
|
-
"character": 12
|
|
3785
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/src/lib/modules/popover/types/popover-type.ts#L4"
|
|
3821
|
+
"character": 12
|
|
3786
3822
|
}
|
|
3787
3823
|
],
|
|
3788
3824
|
"type": {
|
|
@@ -3816,8 +3852,7 @@
|
|
|
3816
3852
|
{
|
|
3817
3853
|
"fileName": "projects/popovers/src/testing/dropdown/popovers-fixture-dropdown-item.ts",
|
|
3818
3854
|
"line": 2,
|
|
3819
|
-
"character": 2
|
|
3820
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/testing/src/dropdown/popovers-fixture-dropdown-item.ts#L2"
|
|
3855
|
+
"character": 2
|
|
3821
3856
|
}
|
|
3822
3857
|
],
|
|
3823
3858
|
"type": {
|
|
@@ -3829,6 +3864,7 @@
|
|
|
3829
3864
|
"groups": [
|
|
3830
3865
|
{
|
|
3831
3866
|
"title": "Properties",
|
|
3867
|
+
"kind": 1024,
|
|
3832
3868
|
"children": [
|
|
3833
3869
|
450
|
|
3834
3870
|
]
|
|
@@ -3838,8 +3874,7 @@
|
|
|
3838
3874
|
{
|
|
3839
3875
|
"fileName": "projects/popovers/src/testing/dropdown/popovers-fixture-dropdown-item.ts",
|
|
3840
3876
|
"line": 1,
|
|
3841
|
-
"character": 17
|
|
3842
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/popovers/testing/src/dropdown/popovers-fixture-dropdown-item.ts#L1"
|
|
3877
|
+
"character": 17
|
|
3843
3878
|
}
|
|
3844
3879
|
]
|
|
3845
3880
|
}
|
|
@@ -3847,6 +3882,7 @@
|
|
|
3847
3882
|
"groups": [
|
|
3848
3883
|
{
|
|
3849
3884
|
"title": "Modules",
|
|
3885
|
+
"kind": 2,
|
|
3850
3886
|
"children": [
|
|
3851
3887
|
1,
|
|
3852
3888
|
2
|