@skyux/popovers 8.0.0-alpha.2 → 8.0.0-alpha.21
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 +390 -460
- package/esm2020/index.mjs +2 -1
- package/esm2020/lib/modules/dropdown/dropdown-button.component.mjs +3 -3
- package/esm2020/lib/modules/dropdown/dropdown-item.component.mjs +15 -15
- package/esm2020/lib/modules/dropdown/dropdown-menu.component.mjs +25 -25
- package/esm2020/lib/modules/dropdown/dropdown.component.mjs +32 -49
- package/esm2020/lib/modules/dropdown/dropdown.module.mjs +4 -4
- package/esm2020/lib/modules/popover/popover-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/popover/popover-content.component.mjs +26 -26
- package/esm2020/lib/modules/popover/popover.component.mjs +39 -39
- package/esm2020/lib/modules/popover/popover.directive.mjs +14 -14
- package/esm2020/lib/modules/popover/popover.module.mjs +4 -4
- package/esm2020/lib/modules/shared/sky-popovers-resources.module.mjs +4 -4
- package/esm2020/testing/dropdown/dropdown-fixture.mjs +8 -8
- package/esm2020/testing/dropdown/dropdown-testing.module.mjs +4 -4
- package/esm2020/testing/popover/popover-fixture.mjs +6 -6
- package/esm2020/testing/popover/popover-testing.module.mjs +4 -4
- package/fesm2015/skyux-popovers-testing.mjs +21 -21
- package/fesm2015/skyux-popovers-testing.mjs.map +1 -1
- package/fesm2015/skyux-popovers.mjs +167 -185
- package/fesm2015/skyux-popovers.mjs.map +1 -1
- package/fesm2020/skyux-popovers-testing.mjs +21 -21
- package/fesm2020/skyux-popovers-testing.mjs.map +1 -1
- package/fesm2020/skyux-popovers.mjs +166 -183
- package/fesm2020/skyux-popovers.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/modules/dropdown/dropdown.component.d.ts +4 -7
- package/lib/modules/dropdown/types/dropdown-button-type.d.ts +1 -1
- package/lib/modules/dropdown/types/dropdown-horizontal-alignment.d.ts +1 -1
- package/lib/modules/dropdown/types/dropdown-trigger-type.d.ts +1 -1
- package/lib/modules/popover/popover-animation-state.d.ts +1 -1
- package/lib/modules/popover/types/popover-alignment.d.ts +1 -1
- package/lib/modules/popover/types/popover-placement.d.ts +1 -1
- package/lib/modules/popover/types/popover-trigger.d.ts +1 -1
- package/lib/modules/popover/types/popover-type.d.ts +1 -1
- package/package.json +11 -11
package/documentation.json
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"SkyPopoverComponent": "class-skypopovercomponent",
|
|
11
11
|
"SkyPopoverDirective": "class-skypopoverdirective",
|
|
12
12
|
"SkyPopoverMessage": "interface-skypopovermessage",
|
|
13
|
+
"SkyDropdownButtonType": "type-alias-skydropdownbuttontype",
|
|
13
14
|
"SkyDropdownHorizontalAlignment": "type-alias-skydropdownhorizontalalignment",
|
|
14
15
|
"SkyDropdownTriggerType": "type-alias-skydropdowntriggertype",
|
|
15
16
|
"SkyPopoverAlignment": "type-alias-skypopoveralignment",
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"originalName": "",
|
|
27
28
|
"children": [
|
|
28
29
|
{
|
|
29
|
-
"id":
|
|
30
|
+
"id": 383,
|
|
30
31
|
"name": "SkyPopoverMessageType",
|
|
31
32
|
"kind": 8,
|
|
32
33
|
"kindString": "Enumeration",
|
|
@@ -41,7 +42,7 @@
|
|
|
41
42
|
},
|
|
42
43
|
"children": [
|
|
43
44
|
{
|
|
44
|
-
"id":
|
|
45
|
+
"id": 385,
|
|
45
46
|
"name": "Close",
|
|
46
47
|
"kind": 16,
|
|
47
48
|
"kindString": "Enumeration Member",
|
|
@@ -59,7 +60,7 @@
|
|
|
59
60
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
60
61
|
"line": 13,
|
|
61
62
|
"character": 2,
|
|
62
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
63
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L13"
|
|
63
64
|
}
|
|
64
65
|
],
|
|
65
66
|
"type": {
|
|
@@ -68,7 +69,7 @@
|
|
|
68
69
|
}
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
|
-
"id":
|
|
72
|
+
"id": 387,
|
|
72
73
|
"name": "Focus",
|
|
73
74
|
"kind": 16,
|
|
74
75
|
"kindString": "Enumeration Member",
|
|
@@ -86,7 +87,7 @@
|
|
|
86
87
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
87
88
|
"line": 24,
|
|
88
89
|
"character": 2,
|
|
89
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
90
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L24"
|
|
90
91
|
}
|
|
91
92
|
],
|
|
92
93
|
"type": {
|
|
@@ -95,7 +96,7 @@
|
|
|
95
96
|
}
|
|
96
97
|
},
|
|
97
98
|
{
|
|
98
|
-
"id":
|
|
99
|
+
"id": 384,
|
|
99
100
|
"name": "Open",
|
|
100
101
|
"kind": 16,
|
|
101
102
|
"kindString": "Enumeration Member",
|
|
@@ -113,7 +114,7 @@
|
|
|
113
114
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
114
115
|
"line": 8,
|
|
115
116
|
"character": 2,
|
|
116
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
117
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L8"
|
|
117
118
|
}
|
|
118
119
|
],
|
|
119
120
|
"type": {
|
|
@@ -122,7 +123,7 @@
|
|
|
122
123
|
}
|
|
123
124
|
},
|
|
124
125
|
{
|
|
125
|
-
"id":
|
|
126
|
+
"id": 386,
|
|
126
127
|
"name": "Reposition",
|
|
127
128
|
"kind": 16,
|
|
128
129
|
"kindString": "Enumeration Member",
|
|
@@ -140,7 +141,7 @@
|
|
|
140
141
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
141
142
|
"line": 19,
|
|
142
143
|
"character": 2,
|
|
143
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
144
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L19"
|
|
144
145
|
}
|
|
145
146
|
],
|
|
146
147
|
"type": {
|
|
@@ -153,10 +154,10 @@
|
|
|
153
154
|
{
|
|
154
155
|
"title": "Enumeration Members",
|
|
155
156
|
"children": [
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
157
|
+
385,
|
|
158
|
+
387,
|
|
159
|
+
384,
|
|
160
|
+
386
|
|
160
161
|
]
|
|
161
162
|
}
|
|
162
163
|
],
|
|
@@ -165,12 +166,12 @@
|
|
|
165
166
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message-type.ts",
|
|
166
167
|
"line": 4,
|
|
167
168
|
"character": 12,
|
|
168
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
169
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-message-type.ts#L4"
|
|
169
170
|
}
|
|
170
171
|
]
|
|
171
172
|
},
|
|
172
173
|
{
|
|
173
|
-
"id":
|
|
174
|
+
"id": 374,
|
|
174
175
|
"name": "SkyDropdownModule",
|
|
175
176
|
"kind": 128,
|
|
176
177
|
"kindString": "Class",
|
|
@@ -180,7 +181,7 @@
|
|
|
180
181
|
{
|
|
181
182
|
"title": "Constructors",
|
|
182
183
|
"children": [
|
|
183
|
-
|
|
184
|
+
375
|
|
184
185
|
]
|
|
185
186
|
}
|
|
186
187
|
],
|
|
@@ -189,12 +190,12 @@
|
|
|
189
190
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.module.ts",
|
|
190
191
|
"line": 36,
|
|
191
192
|
"character": 13,
|
|
192
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
193
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.module.ts#L36"
|
|
193
194
|
}
|
|
194
195
|
]
|
|
195
196
|
},
|
|
196
197
|
{
|
|
197
|
-
"id":
|
|
198
|
+
"id": 377,
|
|
198
199
|
"name": "SkyPopoverModule",
|
|
199
200
|
"kind": 128,
|
|
200
201
|
"kindString": "Class",
|
|
@@ -204,7 +205,7 @@
|
|
|
204
205
|
{
|
|
205
206
|
"title": "Constructors",
|
|
206
207
|
"children": [
|
|
207
|
-
|
|
208
|
+
378
|
|
208
209
|
]
|
|
209
210
|
}
|
|
210
211
|
],
|
|
@@ -213,7 +214,7 @@
|
|
|
213
214
|
"fileName": "projects/popovers/src/modules/popover/popover.module.ts",
|
|
214
215
|
"line": 33,
|
|
215
216
|
"character": 13,
|
|
216
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
217
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.module.ts#L33"
|
|
217
218
|
}
|
|
218
219
|
]
|
|
219
220
|
},
|
|
@@ -237,15 +238,13 @@
|
|
|
237
238
|
"name": "constructor",
|
|
238
239
|
"kind": 512,
|
|
239
240
|
"kindString": "Constructor",
|
|
240
|
-
"flags": {
|
|
241
|
-
"isPublic": true
|
|
242
|
-
},
|
|
241
|
+
"flags": {},
|
|
243
242
|
"sources": [
|
|
244
243
|
{
|
|
245
244
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
246
245
|
"line": 49,
|
|
247
246
|
"character": 2,
|
|
248
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
247
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L49"
|
|
249
248
|
}
|
|
250
249
|
],
|
|
251
250
|
"signatures": [
|
|
@@ -323,7 +322,7 @@
|
|
|
323
322
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
324
323
|
"line": 50,
|
|
325
324
|
"character": 11,
|
|
326
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
325
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L50"
|
|
327
326
|
}
|
|
328
327
|
],
|
|
329
328
|
"type": {
|
|
@@ -352,7 +351,7 @@
|
|
|
352
351
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
353
352
|
"line": 40,
|
|
354
353
|
"character": 9,
|
|
355
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
354
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L40"
|
|
356
355
|
}
|
|
357
356
|
],
|
|
358
357
|
"type": {
|
|
@@ -374,7 +373,7 @@
|
|
|
374
373
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
375
374
|
"line": 42,
|
|
376
375
|
"character": 9,
|
|
377
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
376
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L42"
|
|
378
377
|
}
|
|
379
378
|
],
|
|
380
379
|
"type": {
|
|
@@ -396,13 +395,13 @@
|
|
|
396
395
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
397
396
|
"line": 32,
|
|
398
397
|
"character": 13,
|
|
399
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
398
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L32"
|
|
400
399
|
},
|
|
401
400
|
{
|
|
402
401
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
403
402
|
"line": 36,
|
|
404
403
|
"character": 13,
|
|
405
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
404
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L36"
|
|
406
405
|
}
|
|
407
406
|
],
|
|
408
407
|
"getSignature": {
|
|
@@ -473,7 +472,7 @@
|
|
|
473
472
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
474
473
|
"line": 71,
|
|
475
474
|
"character": 9,
|
|
476
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
475
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L71"
|
|
477
476
|
}
|
|
478
477
|
],
|
|
479
478
|
"signatures": [
|
|
@@ -516,7 +515,7 @@
|
|
|
516
515
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
517
516
|
"line": 81,
|
|
518
517
|
"character": 9,
|
|
519
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
518
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L81"
|
|
520
519
|
}
|
|
521
520
|
],
|
|
522
521
|
"signatures": [
|
|
@@ -546,7 +545,7 @@
|
|
|
546
545
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
547
546
|
"line": 58,
|
|
548
547
|
"character": 9,
|
|
549
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
548
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L58"
|
|
550
549
|
}
|
|
551
550
|
],
|
|
552
551
|
"signatures": [
|
|
@@ -584,7 +583,7 @@
|
|
|
584
583
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
585
584
|
"line": 87,
|
|
586
585
|
"character": 9,
|
|
587
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
586
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L87"
|
|
588
587
|
}
|
|
589
588
|
],
|
|
590
589
|
"signatures": [
|
|
@@ -638,7 +637,7 @@
|
|
|
638
637
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
639
638
|
"line": 22,
|
|
640
639
|
"character": 13,
|
|
641
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
640
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-item.component.ts#L22"
|
|
642
641
|
}
|
|
643
642
|
],
|
|
644
643
|
"implementedTypes": [
|
|
@@ -678,7 +677,7 @@
|
|
|
678
677
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-button.component.ts",
|
|
679
678
|
"line": 10,
|
|
680
679
|
"character": 13,
|
|
681
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
680
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-button.component.ts#L10"
|
|
682
681
|
}
|
|
683
682
|
]
|
|
684
683
|
},
|
|
@@ -698,110 +697,7 @@
|
|
|
698
697
|
},
|
|
699
698
|
"children": [
|
|
700
699
|
{
|
|
701
|
-
"id":
|
|
702
|
-
"name": "constructor",
|
|
703
|
-
"kind": 512,
|
|
704
|
-
"kindString": "Constructor",
|
|
705
|
-
"flags": {},
|
|
706
|
-
"sources": [
|
|
707
|
-
{
|
|
708
|
-
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
709
|
-
"line": 243,
|
|
710
|
-
"character": 2,
|
|
711
|
-
"url": "https://github.com/blackbaud/skyux/blob/091e5b9/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L243"
|
|
712
|
-
}
|
|
713
|
-
],
|
|
714
|
-
"signatures": [
|
|
715
|
-
{
|
|
716
|
-
"id": 35,
|
|
717
|
-
"name": "SkyDropdownComponent",
|
|
718
|
-
"kind": 16384,
|
|
719
|
-
"kindString": "Constructor signature",
|
|
720
|
-
"flags": {},
|
|
721
|
-
"parameters": [
|
|
722
|
-
{
|
|
723
|
-
"id": 36,
|
|
724
|
-
"name": "changeDetector",
|
|
725
|
-
"kind": 32768,
|
|
726
|
-
"kindString": "Parameter",
|
|
727
|
-
"flags": {},
|
|
728
|
-
"type": {
|
|
729
|
-
"type": "reference",
|
|
730
|
-
"name": "ChangeDetectorRef",
|
|
731
|
-
"qualifiedName": "ChangeDetectorRef",
|
|
732
|
-
"package": "@angular/core"
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"id": 37,
|
|
737
|
-
"name": "affixService",
|
|
738
|
-
"kind": 32768,
|
|
739
|
-
"kindString": "Parameter",
|
|
740
|
-
"flags": {},
|
|
741
|
-
"type": {
|
|
742
|
-
"type": "reference",
|
|
743
|
-
"name": "SkyAffixService"
|
|
744
|
-
}
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"id": 38,
|
|
748
|
-
"name": "overlayService",
|
|
749
|
-
"kind": 32768,
|
|
750
|
-
"kindString": "Parameter",
|
|
751
|
-
"flags": {},
|
|
752
|
-
"type": {
|
|
753
|
-
"type": "reference",
|
|
754
|
-
"name": "SkyOverlayService"
|
|
755
|
-
}
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"id": 39,
|
|
759
|
-
"name": "logService",
|
|
760
|
-
"kind": 32768,
|
|
761
|
-
"kindString": "Parameter",
|
|
762
|
-
"flags": {},
|
|
763
|
-
"type": {
|
|
764
|
-
"type": "reference",
|
|
765
|
-
"name": "SkyLogService"
|
|
766
|
-
}
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"id": 40,
|
|
770
|
-
"name": "themeSvc",
|
|
771
|
-
"kind": 32768,
|
|
772
|
-
"kindString": "Parameter",
|
|
773
|
-
"flags": {
|
|
774
|
-
"isOptional": true
|
|
775
|
-
},
|
|
776
|
-
"type": {
|
|
777
|
-
"type": "reference",
|
|
778
|
-
"name": "SkyThemeService"
|
|
779
|
-
}
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"id": 41,
|
|
783
|
-
"name": "stackingContext",
|
|
784
|
-
"kind": 32768,
|
|
785
|
-
"kindString": "Parameter",
|
|
786
|
-
"flags": {
|
|
787
|
-
"isOptional": true
|
|
788
|
-
},
|
|
789
|
-
"type": {
|
|
790
|
-
"type": "reference",
|
|
791
|
-
"name": "SkyStackingContext"
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
|
-
],
|
|
795
|
-
"type": {
|
|
796
|
-
"type": "reference",
|
|
797
|
-
"id": 33,
|
|
798
|
-
"name": "SkyDropdownComponent"
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
]
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"id": 50,
|
|
700
|
+
"id": 44,
|
|
805
701
|
"name": "disabled",
|
|
806
702
|
"kind": 1024,
|
|
807
703
|
"kindString": "Property",
|
|
@@ -830,9 +726,9 @@
|
|
|
830
726
|
"sources": [
|
|
831
727
|
{
|
|
832
728
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
833
|
-
"line":
|
|
729
|
+
"line": 85,
|
|
834
730
|
"character": 9,
|
|
835
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
731
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L85"
|
|
836
732
|
}
|
|
837
733
|
],
|
|
838
734
|
"type": {
|
|
@@ -842,7 +738,7 @@
|
|
|
842
738
|
"defaultValue": "false"
|
|
843
739
|
},
|
|
844
740
|
{
|
|
845
|
-
"id":
|
|
741
|
+
"id": 67,
|
|
846
742
|
"name": "isMouseEnter",
|
|
847
743
|
"kind": 1024,
|
|
848
744
|
"kindString": "Property",
|
|
@@ -852,9 +748,9 @@
|
|
|
852
748
|
"sources": [
|
|
853
749
|
{
|
|
854
750
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
855
|
-
"line":
|
|
751
|
+
"line": 177,
|
|
856
752
|
"character": 9,
|
|
857
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
753
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L177"
|
|
858
754
|
}
|
|
859
755
|
],
|
|
860
756
|
"type": {
|
|
@@ -864,7 +760,7 @@
|
|
|
864
760
|
"defaultValue": "false"
|
|
865
761
|
},
|
|
866
762
|
{
|
|
867
|
-
"id":
|
|
763
|
+
"id": 68,
|
|
868
764
|
"name": "isVisible",
|
|
869
765
|
"kind": 1024,
|
|
870
766
|
"kindString": "Property",
|
|
@@ -874,9 +770,9 @@
|
|
|
874
770
|
"sources": [
|
|
875
771
|
{
|
|
876
772
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
877
|
-
"line":
|
|
773
|
+
"line": 179,
|
|
878
774
|
"character": 9,
|
|
879
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
775
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L179"
|
|
880
776
|
}
|
|
881
777
|
],
|
|
882
778
|
"type": {
|
|
@@ -886,7 +782,7 @@
|
|
|
886
782
|
"defaultValue": "false"
|
|
887
783
|
},
|
|
888
784
|
{
|
|
889
|
-
"id":
|
|
785
|
+
"id": 49,
|
|
890
786
|
"name": "label",
|
|
891
787
|
"kind": 1024,
|
|
892
788
|
"kindString": "Property",
|
|
@@ -920,9 +816,9 @@
|
|
|
920
816
|
"sources": [
|
|
921
817
|
{
|
|
922
818
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
923
|
-
"line":
|
|
819
|
+
"line": 106,
|
|
924
820
|
"character": 9,
|
|
925
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
821
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L106"
|
|
926
822
|
}
|
|
927
823
|
],
|
|
928
824
|
"type": {
|
|
@@ -931,7 +827,7 @@
|
|
|
931
827
|
}
|
|
932
828
|
},
|
|
933
829
|
{
|
|
934
|
-
"id":
|
|
830
|
+
"id": 70,
|
|
935
831
|
"name": "menuAriaRole",
|
|
936
832
|
"kind": 1024,
|
|
937
833
|
"kindString": "Property",
|
|
@@ -941,9 +837,9 @@
|
|
|
941
837
|
"sources": [
|
|
942
838
|
{
|
|
943
839
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
944
|
-
"line":
|
|
840
|
+
"line": 183,
|
|
945
841
|
"character": 9,
|
|
946
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
842
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L183"
|
|
947
843
|
}
|
|
948
844
|
],
|
|
949
845
|
"type": {
|
|
@@ -952,7 +848,7 @@
|
|
|
952
848
|
}
|
|
953
849
|
},
|
|
954
850
|
{
|
|
955
|
-
"id":
|
|
851
|
+
"id": 71,
|
|
956
852
|
"name": "menuContainerTemplateRef",
|
|
957
853
|
"kind": 1024,
|
|
958
854
|
"kindString": "Property",
|
|
@@ -962,9 +858,9 @@
|
|
|
962
858
|
"sources": [
|
|
963
859
|
{
|
|
964
860
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
965
|
-
"line":
|
|
861
|
+
"line": 189,
|
|
966
862
|
"character": 9,
|
|
967
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
863
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L189"
|
|
968
864
|
}
|
|
969
865
|
],
|
|
970
866
|
"type": {
|
|
@@ -981,7 +877,7 @@
|
|
|
981
877
|
}
|
|
982
878
|
},
|
|
983
879
|
{
|
|
984
|
-
"id":
|
|
880
|
+
"id": 69,
|
|
985
881
|
"name": "menuId",
|
|
986
882
|
"kind": 1024,
|
|
987
883
|
"kindString": "Property",
|
|
@@ -991,9 +887,9 @@
|
|
|
991
887
|
"sources": [
|
|
992
888
|
{
|
|
993
889
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
994
|
-
"line":
|
|
890
|
+
"line": 181,
|
|
995
891
|
"character": 9,
|
|
996
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
892
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L181"
|
|
997
893
|
}
|
|
998
894
|
],
|
|
999
895
|
"type": {
|
|
@@ -1002,7 +898,7 @@
|
|
|
1002
898
|
}
|
|
1003
899
|
},
|
|
1004
900
|
{
|
|
1005
|
-
"id":
|
|
901
|
+
"id": 55,
|
|
1006
902
|
"name": "title",
|
|
1007
903
|
"kind": 1024,
|
|
1008
904
|
"kindString": "Property",
|
|
@@ -1020,9 +916,9 @@
|
|
|
1020
916
|
"sources": [
|
|
1021
917
|
{
|
|
1022
918
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1023
|
-
"line":
|
|
919
|
+
"line": 136,
|
|
1024
920
|
"character": 9,
|
|
1025
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
921
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L136"
|
|
1026
922
|
}
|
|
1027
923
|
],
|
|
1028
924
|
"type": {
|
|
@@ -1031,7 +927,7 @@
|
|
|
1031
927
|
}
|
|
1032
928
|
},
|
|
1033
929
|
{
|
|
1034
|
-
"id":
|
|
930
|
+
"id": 36,
|
|
1035
931
|
"name": "buttonStyle",
|
|
1036
932
|
"kind": 262144,
|
|
1037
933
|
"kindString": "Accessor",
|
|
@@ -1041,19 +937,19 @@
|
|
|
1041
937
|
"sources": [
|
|
1042
938
|
{
|
|
1043
939
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1044
|
-
"line":
|
|
940
|
+
"line": 56,
|
|
1045
941
|
"character": 13,
|
|
1046
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
942
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L56"
|
|
1047
943
|
},
|
|
1048
944
|
{
|
|
1049
945
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1050
|
-
"line":
|
|
946
|
+
"line": 60,
|
|
1051
947
|
"character": 13,
|
|
1052
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
948
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L60"
|
|
1053
949
|
}
|
|
1054
950
|
],
|
|
1055
951
|
"getSignature": {
|
|
1056
|
-
"id":
|
|
952
|
+
"id": 37,
|
|
1057
953
|
"name": "buttonStyle",
|
|
1058
954
|
"kind": 524288,
|
|
1059
955
|
"kindString": "Get signature",
|
|
@@ -1064,7 +960,7 @@
|
|
|
1064
960
|
}
|
|
1065
961
|
},
|
|
1066
962
|
"setSignature": {
|
|
1067
|
-
"id":
|
|
963
|
+
"id": 38,
|
|
1068
964
|
"name": "buttonStyle",
|
|
1069
965
|
"kind": 1048576,
|
|
1070
966
|
"kindString": "Set signature",
|
|
@@ -1114,7 +1010,7 @@
|
|
|
1114
1010
|
},
|
|
1115
1011
|
"parameters": [
|
|
1116
1012
|
{
|
|
1117
|
-
"id":
|
|
1013
|
+
"id": 39,
|
|
1118
1014
|
"name": "value",
|
|
1119
1015
|
"kind": 32768,
|
|
1120
1016
|
"kindString": "Parameter",
|
|
@@ -1132,7 +1028,7 @@
|
|
|
1132
1028
|
}
|
|
1133
1029
|
},
|
|
1134
1030
|
{
|
|
1135
|
-
"id":
|
|
1031
|
+
"id": 40,
|
|
1136
1032
|
"name": "buttonType",
|
|
1137
1033
|
"kind": 262144,
|
|
1138
1034
|
"kindString": "Accessor",
|
|
@@ -1142,30 +1038,31 @@
|
|
|
1142
1038
|
"sources": [
|
|
1143
1039
|
{
|
|
1144
1040
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1145
|
-
"line":
|
|
1041
|
+
"line": 72,
|
|
1146
1042
|
"character": 13,
|
|
1147
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1043
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L72"
|
|
1148
1044
|
},
|
|
1149
1045
|
{
|
|
1150
1046
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1151
|
-
"line":
|
|
1047
|
+
"line": 76,
|
|
1152
1048
|
"character": 13,
|
|
1153
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1049
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L76"
|
|
1154
1050
|
}
|
|
1155
1051
|
],
|
|
1156
1052
|
"getSignature": {
|
|
1157
|
-
"id":
|
|
1053
|
+
"id": 41,
|
|
1158
1054
|
"name": "buttonType",
|
|
1159
1055
|
"kind": 524288,
|
|
1160
1056
|
"kindString": "Get signature",
|
|
1161
1057
|
"flags": {},
|
|
1162
1058
|
"type": {
|
|
1163
|
-
"type": "
|
|
1164
|
-
"
|
|
1059
|
+
"type": "reference",
|
|
1060
|
+
"id": 356,
|
|
1061
|
+
"name": "SkyDropdownButtonType"
|
|
1165
1062
|
}
|
|
1166
1063
|
},
|
|
1167
1064
|
"setSignature": {
|
|
1168
|
-
"id":
|
|
1065
|
+
"id": 42,
|
|
1169
1066
|
"name": "buttonType",
|
|
1170
1067
|
"kind": 1048576,
|
|
1171
1068
|
"kindString": "Set signature",
|
|
@@ -1215,14 +1112,15 @@
|
|
|
1215
1112
|
},
|
|
1216
1113
|
"parameters": [
|
|
1217
1114
|
{
|
|
1218
|
-
"id":
|
|
1115
|
+
"id": 43,
|
|
1219
1116
|
"name": "value",
|
|
1220
1117
|
"kind": 32768,
|
|
1221
1118
|
"kindString": "Parameter",
|
|
1222
1119
|
"flags": {},
|
|
1223
1120
|
"type": {
|
|
1224
|
-
"type": "
|
|
1225
|
-
"
|
|
1121
|
+
"type": "reference",
|
|
1122
|
+
"id": 356,
|
|
1123
|
+
"name": "SkyDropdownButtonType"
|
|
1226
1124
|
}
|
|
1227
1125
|
}
|
|
1228
1126
|
],
|
|
@@ -1233,7 +1131,7 @@
|
|
|
1233
1131
|
}
|
|
1234
1132
|
},
|
|
1235
1133
|
{
|
|
1236
|
-
"id":
|
|
1134
|
+
"id": 45,
|
|
1237
1135
|
"name": "dismissOnBlur",
|
|
1238
1136
|
"kind": 262144,
|
|
1239
1137
|
"kindString": "Accessor",
|
|
@@ -1243,19 +1141,19 @@
|
|
|
1243
1141
|
"sources": [
|
|
1244
1142
|
{
|
|
1245
1143
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1246
|
-
"line":
|
|
1144
|
+
"line": 92,
|
|
1247
1145
|
"character": 13,
|
|
1248
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1146
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L92"
|
|
1249
1147
|
},
|
|
1250
1148
|
{
|
|
1251
1149
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1252
|
-
"line":
|
|
1150
|
+
"line": 96,
|
|
1253
1151
|
"character": 13,
|
|
1254
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1152
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L96"
|
|
1255
1153
|
}
|
|
1256
1154
|
],
|
|
1257
1155
|
"getSignature": {
|
|
1258
|
-
"id":
|
|
1156
|
+
"id": 46,
|
|
1259
1157
|
"name": "dismissOnBlur",
|
|
1260
1158
|
"kind": 524288,
|
|
1261
1159
|
"kindString": "Get signature",
|
|
@@ -1266,7 +1164,7 @@
|
|
|
1266
1164
|
}
|
|
1267
1165
|
},
|
|
1268
1166
|
"setSignature": {
|
|
1269
|
-
"id":
|
|
1167
|
+
"id": 47,
|
|
1270
1168
|
"name": "dismissOnBlur",
|
|
1271
1169
|
"kind": 1048576,
|
|
1272
1170
|
"kindString": "Set signature",
|
|
@@ -1292,7 +1190,7 @@
|
|
|
1292
1190
|
},
|
|
1293
1191
|
"parameters": [
|
|
1294
1192
|
{
|
|
1295
|
-
"id":
|
|
1193
|
+
"id": 48,
|
|
1296
1194
|
"name": "value",
|
|
1297
1195
|
"kind": 32768,
|
|
1298
1196
|
"kindString": "Parameter",
|
|
@@ -1310,7 +1208,7 @@
|
|
|
1310
1208
|
}
|
|
1311
1209
|
},
|
|
1312
1210
|
{
|
|
1313
|
-
"id":
|
|
1211
|
+
"id": 50,
|
|
1314
1212
|
"name": "horizontalAlignment",
|
|
1315
1213
|
"kind": 262144,
|
|
1316
1214
|
"kindString": "Accessor",
|
|
@@ -1320,31 +1218,31 @@
|
|
|
1320
1218
|
"sources": [
|
|
1321
1219
|
{
|
|
1322
1220
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1323
|
-
"line":
|
|
1221
|
+
"line": 113,
|
|
1324
1222
|
"character": 13,
|
|
1325
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1223
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L113"
|
|
1326
1224
|
},
|
|
1327
1225
|
{
|
|
1328
1226
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1329
|
-
"line":
|
|
1227
|
+
"line": 119,
|
|
1330
1228
|
"character": 13,
|
|
1331
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1229
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L119"
|
|
1332
1230
|
}
|
|
1333
1231
|
],
|
|
1334
1232
|
"getSignature": {
|
|
1335
|
-
"id":
|
|
1233
|
+
"id": 51,
|
|
1336
1234
|
"name": "horizontalAlignment",
|
|
1337
1235
|
"kind": 524288,
|
|
1338
1236
|
"kindString": "Get signature",
|
|
1339
1237
|
"flags": {},
|
|
1340
1238
|
"type": {
|
|
1341
1239
|
"type": "reference",
|
|
1342
|
-
"id":
|
|
1240
|
+
"id": 357,
|
|
1343
1241
|
"name": "SkyDropdownHorizontalAlignment"
|
|
1344
1242
|
}
|
|
1345
1243
|
},
|
|
1346
1244
|
"setSignature": {
|
|
1347
|
-
"id":
|
|
1245
|
+
"id": 52,
|
|
1348
1246
|
"name": "horizontalAlignment",
|
|
1349
1247
|
"kind": 1048576,
|
|
1350
1248
|
"kindString": "Set signature",
|
|
@@ -1370,14 +1268,14 @@
|
|
|
1370
1268
|
},
|
|
1371
1269
|
"parameters": [
|
|
1372
1270
|
{
|
|
1373
|
-
"id":
|
|
1271
|
+
"id": 53,
|
|
1374
1272
|
"name": "value",
|
|
1375
1273
|
"kind": 32768,
|
|
1376
1274
|
"kindString": "Parameter",
|
|
1377
1275
|
"flags": {},
|
|
1378
1276
|
"type": {
|
|
1379
1277
|
"type": "reference",
|
|
1380
|
-
"id":
|
|
1278
|
+
"id": 357,
|
|
1381
1279
|
"name": "SkyDropdownHorizontalAlignment"
|
|
1382
1280
|
}
|
|
1383
1281
|
}
|
|
@@ -1389,7 +1287,7 @@
|
|
|
1389
1287
|
}
|
|
1390
1288
|
},
|
|
1391
1289
|
{
|
|
1392
|
-
"id":
|
|
1290
|
+
"id": 60,
|
|
1393
1291
|
"name": "isOpen",
|
|
1394
1292
|
"kind": 262144,
|
|
1395
1293
|
"kindString": "Accessor",
|
|
@@ -1399,19 +1297,19 @@
|
|
|
1399
1297
|
"sources": [
|
|
1400
1298
|
{
|
|
1401
1299
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1402
|
-
"line":
|
|
1300
|
+
"line": 157,
|
|
1403
1301
|
"character": 13,
|
|
1404
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1302
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L157"
|
|
1405
1303
|
},
|
|
1406
1304
|
{
|
|
1407
1305
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1408
|
-
"line":
|
|
1306
|
+
"line": 162,
|
|
1409
1307
|
"character": 13,
|
|
1410
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1308
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L162"
|
|
1411
1309
|
}
|
|
1412
1310
|
],
|
|
1413
1311
|
"getSignature": {
|
|
1414
|
-
"id":
|
|
1312
|
+
"id": 61,
|
|
1415
1313
|
"name": "isOpen",
|
|
1416
1314
|
"kind": 524288,
|
|
1417
1315
|
"kindString": "Get signature",
|
|
@@ -1422,14 +1320,14 @@
|
|
|
1422
1320
|
}
|
|
1423
1321
|
},
|
|
1424
1322
|
"setSignature": {
|
|
1425
|
-
"id":
|
|
1323
|
+
"id": 62,
|
|
1426
1324
|
"name": "isOpen",
|
|
1427
1325
|
"kind": 1048576,
|
|
1428
1326
|
"kindString": "Set signature",
|
|
1429
1327
|
"flags": {},
|
|
1430
1328
|
"parameters": [
|
|
1431
1329
|
{
|
|
1432
|
-
"id":
|
|
1330
|
+
"id": 63,
|
|
1433
1331
|
"name": "value",
|
|
1434
1332
|
"kind": 32768,
|
|
1435
1333
|
"kindString": "Parameter",
|
|
@@ -1447,7 +1345,7 @@
|
|
|
1447
1345
|
}
|
|
1448
1346
|
},
|
|
1449
1347
|
{
|
|
1450
|
-
"id":
|
|
1348
|
+
"id": 64,
|
|
1451
1349
|
"name": "menuContainerElementRef",
|
|
1452
1350
|
"kind": 262144,
|
|
1453
1351
|
"kindString": "Accessor",
|
|
@@ -1457,20 +1355,20 @@
|
|
|
1457
1355
|
"sources": [
|
|
1458
1356
|
{
|
|
1459
1357
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1460
|
-
"line":
|
|
1358
|
+
"line": 169,
|
|
1461
1359
|
"character": 13,
|
|
1462
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1360
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L169"
|
|
1463
1361
|
}
|
|
1464
1362
|
],
|
|
1465
1363
|
"setSignature": {
|
|
1466
|
-
"id":
|
|
1364
|
+
"id": 65,
|
|
1467
1365
|
"name": "menuContainerElementRef",
|
|
1468
1366
|
"kind": 1048576,
|
|
1469
1367
|
"kindString": "Set signature",
|
|
1470
1368
|
"flags": {},
|
|
1471
1369
|
"parameters": [
|
|
1472
1370
|
{
|
|
1473
|
-
"id":
|
|
1371
|
+
"id": 66,
|
|
1474
1372
|
"name": "value",
|
|
1475
1373
|
"kind": 32768,
|
|
1476
1374
|
"kindString": "Parameter",
|
|
@@ -1496,7 +1394,7 @@
|
|
|
1496
1394
|
}
|
|
1497
1395
|
},
|
|
1498
1396
|
{
|
|
1499
|
-
"id":
|
|
1397
|
+
"id": 56,
|
|
1500
1398
|
"name": "trigger",
|
|
1501
1399
|
"kind": 262144,
|
|
1502
1400
|
"kindString": "Accessor",
|
|
@@ -1506,31 +1404,31 @@
|
|
|
1506
1404
|
"sources": [
|
|
1507
1405
|
{
|
|
1508
1406
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1509
|
-
"line":
|
|
1407
|
+
"line": 149,
|
|
1510
1408
|
"character": 13,
|
|
1511
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1409
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L149"
|
|
1512
1410
|
},
|
|
1513
1411
|
{
|
|
1514
1412
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1515
|
-
"line":
|
|
1413
|
+
"line": 153,
|
|
1516
1414
|
"character": 13,
|
|
1517
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1415
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L153"
|
|
1518
1416
|
}
|
|
1519
1417
|
],
|
|
1520
1418
|
"getSignature": {
|
|
1521
|
-
"id":
|
|
1419
|
+
"id": 57,
|
|
1522
1420
|
"name": "trigger",
|
|
1523
1421
|
"kind": 524288,
|
|
1524
1422
|
"kindString": "Get signature",
|
|
1525
1423
|
"flags": {},
|
|
1526
1424
|
"type": {
|
|
1527
1425
|
"type": "reference",
|
|
1528
|
-
"id":
|
|
1426
|
+
"id": 373,
|
|
1529
1427
|
"name": "SkyDropdownTriggerType"
|
|
1530
1428
|
}
|
|
1531
1429
|
},
|
|
1532
1430
|
"setSignature": {
|
|
1533
|
-
"id":
|
|
1431
|
+
"id": 58,
|
|
1534
1432
|
"name": "trigger",
|
|
1535
1433
|
"kind": 1048576,
|
|
1536
1434
|
"kindString": "Set signature",
|
|
@@ -1597,14 +1495,14 @@
|
|
|
1597
1495
|
},
|
|
1598
1496
|
"parameters": [
|
|
1599
1497
|
{
|
|
1600
|
-
"id":
|
|
1498
|
+
"id": 59,
|
|
1601
1499
|
"name": "value",
|
|
1602
1500
|
"kind": 32768,
|
|
1603
1501
|
"kindString": "Parameter",
|
|
1604
1502
|
"flags": {},
|
|
1605
1503
|
"type": {
|
|
1606
1504
|
"type": "reference",
|
|
1607
|
-
"id":
|
|
1505
|
+
"id": 373,
|
|
1608
1506
|
"name": "SkyDropdownTriggerType"
|
|
1609
1507
|
}
|
|
1610
1508
|
}
|
|
@@ -1616,7 +1514,7 @@
|
|
|
1616
1514
|
}
|
|
1617
1515
|
},
|
|
1618
1516
|
{
|
|
1619
|
-
"id":
|
|
1517
|
+
"id": 72,
|
|
1620
1518
|
"name": "triggerButton",
|
|
1621
1519
|
"kind": 262144,
|
|
1622
1520
|
"kindString": "Accessor",
|
|
@@ -1626,19 +1524,19 @@
|
|
|
1626
1524
|
"sources": [
|
|
1627
1525
|
{
|
|
1628
1526
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1629
|
-
"line":
|
|
1527
|
+
"line": 195,
|
|
1630
1528
|
"character": 13,
|
|
1631
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1529
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L195"
|
|
1632
1530
|
},
|
|
1633
1531
|
{
|
|
1634
1532
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1635
|
-
"line":
|
|
1533
|
+
"line": 200,
|
|
1636
1534
|
"character": 13,
|
|
1637
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1535
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L200"
|
|
1638
1536
|
}
|
|
1639
1537
|
],
|
|
1640
1538
|
"getSignature": {
|
|
1641
|
-
"id":
|
|
1539
|
+
"id": 73,
|
|
1642
1540
|
"name": "triggerButton",
|
|
1643
1541
|
"kind": 524288,
|
|
1644
1542
|
"kindString": "Get signature",
|
|
@@ -1657,14 +1555,14 @@
|
|
|
1657
1555
|
}
|
|
1658
1556
|
},
|
|
1659
1557
|
"setSignature": {
|
|
1660
|
-
"id":
|
|
1558
|
+
"id": 74,
|
|
1661
1559
|
"name": "triggerButton",
|
|
1662
1560
|
"kind": 1048576,
|
|
1663
1561
|
"kindString": "Set signature",
|
|
1664
1562
|
"flags": {},
|
|
1665
1563
|
"parameters": [
|
|
1666
1564
|
{
|
|
1667
|
-
"id":
|
|
1565
|
+
"id": 75,
|
|
1668
1566
|
"name": "value",
|
|
1669
1567
|
"kind": 32768,
|
|
1670
1568
|
"kindString": "Parameter",
|
|
@@ -1690,7 +1588,7 @@
|
|
|
1690
1588
|
}
|
|
1691
1589
|
},
|
|
1692
1590
|
{
|
|
1693
|
-
"id":
|
|
1591
|
+
"id": 94,
|
|
1694
1592
|
"name": "ngOnDestroy",
|
|
1695
1593
|
"kind": 2048,
|
|
1696
1594
|
"kindString": "Method",
|
|
@@ -1700,14 +1598,14 @@
|
|
|
1700
1598
|
"sources": [
|
|
1701
1599
|
{
|
|
1702
1600
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1703
|
-
"line":
|
|
1601
|
+
"line": 238,
|
|
1704
1602
|
"character": 9,
|
|
1705
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1603
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L238"
|
|
1706
1604
|
}
|
|
1707
1605
|
],
|
|
1708
1606
|
"signatures": [
|
|
1709
1607
|
{
|
|
1710
|
-
"id":
|
|
1608
|
+
"id": 95,
|
|
1711
1609
|
"name": "ngOnDestroy",
|
|
1712
1610
|
"kind": 4096,
|
|
1713
1611
|
"kindString": "Call signature",
|
|
@@ -1728,7 +1626,7 @@
|
|
|
1728
1626
|
}
|
|
1729
1627
|
},
|
|
1730
1628
|
{
|
|
1731
|
-
"id":
|
|
1629
|
+
"id": 92,
|
|
1732
1630
|
"name": "ngOnInit",
|
|
1733
1631
|
"kind": 2048,
|
|
1734
1632
|
"kindString": "Method",
|
|
@@ -1738,14 +1636,14 @@
|
|
|
1738
1636
|
"sources": [
|
|
1739
1637
|
{
|
|
1740
1638
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1741
|
-
"line":
|
|
1639
|
+
"line": 223,
|
|
1742
1640
|
"character": 9,
|
|
1743
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1641
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L223"
|
|
1744
1642
|
}
|
|
1745
1643
|
],
|
|
1746
1644
|
"signatures": [
|
|
1747
1645
|
{
|
|
1748
|
-
"id":
|
|
1646
|
+
"id": 93,
|
|
1749
1647
|
"name": "ngOnInit",
|
|
1750
1648
|
"kind": 4096,
|
|
1751
1649
|
"kindString": "Call signature",
|
|
@@ -1776,43 +1674,43 @@
|
|
|
1776
1674
|
{
|
|
1777
1675
|
"title": "Properties",
|
|
1778
1676
|
"children": [
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1677
|
+
44,
|
|
1678
|
+
67,
|
|
1679
|
+
68,
|
|
1680
|
+
49,
|
|
1681
|
+
70,
|
|
1682
|
+
71,
|
|
1683
|
+
69,
|
|
1684
|
+
55
|
|
1787
1685
|
]
|
|
1788
1686
|
},
|
|
1789
1687
|
{
|
|
1790
1688
|
"title": "Accessors",
|
|
1791
1689
|
"children": [
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1690
|
+
36,
|
|
1691
|
+
40,
|
|
1692
|
+
45,
|
|
1693
|
+
50,
|
|
1694
|
+
60,
|
|
1695
|
+
64,
|
|
1795
1696
|
56,
|
|
1796
|
-
|
|
1797
|
-
70,
|
|
1798
|
-
62,
|
|
1799
|
-
78
|
|
1697
|
+
72
|
|
1800
1698
|
]
|
|
1801
1699
|
},
|
|
1802
1700
|
{
|
|
1803
1701
|
"title": "Methods",
|
|
1804
1702
|
"children": [
|
|
1805
|
-
|
|
1806
|
-
|
|
1703
|
+
94,
|
|
1704
|
+
92
|
|
1807
1705
|
]
|
|
1808
1706
|
}
|
|
1809
1707
|
],
|
|
1810
1708
|
"sources": [
|
|
1811
1709
|
{
|
|
1812
1710
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1813
|
-
"line":
|
|
1711
|
+
"line": 48,
|
|
1814
1712
|
"character": 13,
|
|
1815
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1713
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown.component.ts#L48"
|
|
1816
1714
|
}
|
|
1817
1715
|
],
|
|
1818
1716
|
"implementedTypes": [
|
|
@@ -1831,7 +1729,7 @@
|
|
|
1831
1729
|
]
|
|
1832
1730
|
},
|
|
1833
1731
|
{
|
|
1834
|
-
"id":
|
|
1732
|
+
"id": 115,
|
|
1835
1733
|
"name": "SkyDropdownMenuComponent",
|
|
1836
1734
|
"kind": 128,
|
|
1837
1735
|
"kindString": "Class",
|
|
@@ -1846,7 +1744,7 @@
|
|
|
1846
1744
|
},
|
|
1847
1745
|
"children": [
|
|
1848
1746
|
{
|
|
1849
|
-
"id":
|
|
1747
|
+
"id": 116,
|
|
1850
1748
|
"name": "constructor",
|
|
1851
1749
|
"kind": 512,
|
|
1852
1750
|
"kindString": "Constructor",
|
|
@@ -1856,19 +1754,19 @@
|
|
|
1856
1754
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1857
1755
|
"line": 125,
|
|
1858
1756
|
"character": 2,
|
|
1859
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1757
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L125"
|
|
1860
1758
|
}
|
|
1861
1759
|
],
|
|
1862
1760
|
"signatures": [
|
|
1863
1761
|
{
|
|
1864
|
-
"id":
|
|
1762
|
+
"id": 117,
|
|
1865
1763
|
"name": "SkyDropdownMenuComponent",
|
|
1866
1764
|
"kind": 16384,
|
|
1867
1765
|
"kindString": "Constructor signature",
|
|
1868
1766
|
"flags": {},
|
|
1869
1767
|
"parameters": [
|
|
1870
1768
|
{
|
|
1871
|
-
"id":
|
|
1769
|
+
"id": 118,
|
|
1872
1770
|
"name": "changeDetector",
|
|
1873
1771
|
"kind": 32768,
|
|
1874
1772
|
"kindString": "Parameter",
|
|
@@ -1881,7 +1779,7 @@
|
|
|
1881
1779
|
}
|
|
1882
1780
|
},
|
|
1883
1781
|
{
|
|
1884
|
-
"id":
|
|
1782
|
+
"id": 119,
|
|
1885
1783
|
"name": "elementRef",
|
|
1886
1784
|
"kind": 32768,
|
|
1887
1785
|
"kindString": "Parameter",
|
|
@@ -1900,7 +1798,7 @@
|
|
|
1900
1798
|
}
|
|
1901
1799
|
},
|
|
1902
1800
|
{
|
|
1903
|
-
"id":
|
|
1801
|
+
"id": 120,
|
|
1904
1802
|
"name": "dropdownComponent",
|
|
1905
1803
|
"kind": 32768,
|
|
1906
1804
|
"kindString": "Parameter",
|
|
@@ -1916,14 +1814,14 @@
|
|
|
1916
1814
|
],
|
|
1917
1815
|
"type": {
|
|
1918
1816
|
"type": "reference",
|
|
1919
|
-
"id":
|
|
1817
|
+
"id": 115,
|
|
1920
1818
|
"name": "SkyDropdownMenuComponent"
|
|
1921
1819
|
}
|
|
1922
1820
|
}
|
|
1923
1821
|
]
|
|
1924
1822
|
},
|
|
1925
1823
|
{
|
|
1926
|
-
"id":
|
|
1824
|
+
"id": 121,
|
|
1927
1825
|
"name": "ariaLabelledBy",
|
|
1928
1826
|
"kind": 1024,
|
|
1929
1827
|
"kindString": "Property",
|
|
@@ -1959,7 +1857,7 @@
|
|
|
1959
1857
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1960
1858
|
"line": 46,
|
|
1961
1859
|
"character": 9,
|
|
1962
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1860
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L46"
|
|
1963
1861
|
}
|
|
1964
1862
|
],
|
|
1965
1863
|
"type": {
|
|
@@ -1968,7 +1866,7 @@
|
|
|
1968
1866
|
}
|
|
1969
1867
|
},
|
|
1970
1868
|
{
|
|
1971
|
-
"id":
|
|
1869
|
+
"id": 131,
|
|
1972
1870
|
"name": "dropdownMenuId",
|
|
1973
1871
|
"kind": 1024,
|
|
1974
1872
|
"kindString": "Property",
|
|
@@ -1980,7 +1878,7 @@
|
|
|
1980
1878
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1981
1879
|
"line": 92,
|
|
1982
1880
|
"character": 9,
|
|
1983
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1881
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L92"
|
|
1984
1882
|
}
|
|
1985
1883
|
],
|
|
1986
1884
|
"type": {
|
|
@@ -1990,7 +1888,7 @@
|
|
|
1990
1888
|
"defaultValue": "..."
|
|
1991
1889
|
},
|
|
1992
1890
|
{
|
|
1993
|
-
"id":
|
|
1891
|
+
"id": 136,
|
|
1994
1892
|
"name": "menuItems",
|
|
1995
1893
|
"kind": 1024,
|
|
1996
1894
|
"kindString": "Property",
|
|
@@ -2002,7 +1900,7 @@
|
|
|
2002
1900
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2003
1901
|
"line": 111,
|
|
2004
1902
|
"character": 9,
|
|
2005
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1903
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L111"
|
|
2006
1904
|
}
|
|
2007
1905
|
],
|
|
2008
1906
|
"type": {
|
|
@@ -2020,7 +1918,7 @@
|
|
|
2020
1918
|
}
|
|
2021
1919
|
},
|
|
2022
1920
|
{
|
|
2023
|
-
"id":
|
|
1921
|
+
"id": 122,
|
|
2024
1922
|
"name": "ariaRole",
|
|
2025
1923
|
"kind": 262144,
|
|
2026
1924
|
"kindString": "Accessor",
|
|
@@ -2032,17 +1930,17 @@
|
|
|
2032
1930
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2033
1931
|
"line": 58,
|
|
2034
1932
|
"character": 13,
|
|
2035
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1933
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L58"
|
|
2036
1934
|
},
|
|
2037
1935
|
{
|
|
2038
1936
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2039
1937
|
"line": 62,
|
|
2040
1938
|
"character": 13,
|
|
2041
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1939
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L62"
|
|
2042
1940
|
}
|
|
2043
1941
|
],
|
|
2044
1942
|
"getSignature": {
|
|
2045
|
-
"id":
|
|
1943
|
+
"id": 123,
|
|
2046
1944
|
"name": "ariaRole",
|
|
2047
1945
|
"kind": 524288,
|
|
2048
1946
|
"kindString": "Get signature",
|
|
@@ -2053,7 +1951,7 @@
|
|
|
2053
1951
|
}
|
|
2054
1952
|
},
|
|
2055
1953
|
"setSignature": {
|
|
2056
|
-
"id":
|
|
1954
|
+
"id": 124,
|
|
2057
1955
|
"name": "ariaRole",
|
|
2058
1956
|
"kind": 1048576,
|
|
2059
1957
|
"kindString": "Set signature",
|
|
@@ -2087,7 +1985,7 @@
|
|
|
2087
1985
|
},
|
|
2088
1986
|
"parameters": [
|
|
2089
1987
|
{
|
|
2090
|
-
"id":
|
|
1988
|
+
"id": 125,
|
|
2091
1989
|
"name": "value",
|
|
2092
1990
|
"kind": 32768,
|
|
2093
1991
|
"kindString": "Parameter",
|
|
@@ -2105,7 +2003,7 @@
|
|
|
2105
2003
|
}
|
|
2106
2004
|
},
|
|
2107
2005
|
{
|
|
2108
|
-
"id":
|
|
2006
|
+
"id": 132,
|
|
2109
2007
|
"name": "menuIndex",
|
|
2110
2008
|
"kind": 262144,
|
|
2111
2009
|
"kindString": "Accessor",
|
|
@@ -2117,17 +2015,17 @@
|
|
|
2117
2015
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2118
2016
|
"line": 94,
|
|
2119
2017
|
"character": 13,
|
|
2120
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2018
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L94"
|
|
2121
2019
|
},
|
|
2122
2020
|
{
|
|
2123
2021
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2124
2022
|
"line": 106,
|
|
2125
2023
|
"character": 13,
|
|
2126
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2024
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L106"
|
|
2127
2025
|
}
|
|
2128
2026
|
],
|
|
2129
2027
|
"getSignature": {
|
|
2130
|
-
"id":
|
|
2028
|
+
"id": 133,
|
|
2131
2029
|
"name": "menuIndex",
|
|
2132
2030
|
"kind": 524288,
|
|
2133
2031
|
"kindString": "Get signature",
|
|
@@ -2138,14 +2036,14 @@
|
|
|
2138
2036
|
}
|
|
2139
2037
|
},
|
|
2140
2038
|
"setSignature": {
|
|
2141
|
-
"id":
|
|
2039
|
+
"id": 134,
|
|
2142
2040
|
"name": "menuIndex",
|
|
2143
2041
|
"kind": 1048576,
|
|
2144
2042
|
"kindString": "Set signature",
|
|
2145
2043
|
"flags": {},
|
|
2146
2044
|
"parameters": [
|
|
2147
2045
|
{
|
|
2148
|
-
"id":
|
|
2046
|
+
"id": 135,
|
|
2149
2047
|
"name": "value",
|
|
2150
2048
|
"kind": 32768,
|
|
2151
2049
|
"kindString": "Parameter",
|
|
@@ -2163,7 +2061,7 @@
|
|
|
2163
2061
|
}
|
|
2164
2062
|
},
|
|
2165
2063
|
{
|
|
2166
|
-
"id":
|
|
2064
|
+
"id": 126,
|
|
2167
2065
|
"name": "useNativeFocus",
|
|
2168
2066
|
"kind": 262144,
|
|
2169
2067
|
"kindString": "Accessor",
|
|
@@ -2175,11 +2073,11 @@
|
|
|
2175
2073
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2176
2074
|
"line": 79,
|
|
2177
2075
|
"character": 2,
|
|
2178
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2076
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L79"
|
|
2179
2077
|
}
|
|
2180
2078
|
],
|
|
2181
2079
|
"getSignature": {
|
|
2182
|
-
"id":
|
|
2080
|
+
"id": 127,
|
|
2183
2081
|
"name": "useNativeFocus",
|
|
2184
2082
|
"kind": 524288,
|
|
2185
2083
|
"kindString": "Get signature",
|
|
@@ -2191,7 +2089,7 @@
|
|
|
2191
2089
|
}
|
|
2192
2090
|
},
|
|
2193
2091
|
{
|
|
2194
|
-
"id":
|
|
2092
|
+
"id": 148,
|
|
2195
2093
|
"name": "focusFirstItem",
|
|
2196
2094
|
"kind": 2048,
|
|
2197
2095
|
"kindString": "Method",
|
|
@@ -2203,12 +2101,12 @@
|
|
|
2203
2101
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2204
2102
|
"line": 202,
|
|
2205
2103
|
"character": 9,
|
|
2206
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2104
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L202"
|
|
2207
2105
|
}
|
|
2208
2106
|
],
|
|
2209
2107
|
"signatures": [
|
|
2210
2108
|
{
|
|
2211
|
-
"id":
|
|
2109
|
+
"id": 149,
|
|
2212
2110
|
"name": "focusFirstItem",
|
|
2213
2111
|
"kind": 4096,
|
|
2214
2112
|
"kindString": "Call signature",
|
|
@@ -2221,7 +2119,7 @@
|
|
|
2221
2119
|
]
|
|
2222
2120
|
},
|
|
2223
2121
|
{
|
|
2224
|
-
"id":
|
|
2122
|
+
"id": 150,
|
|
2225
2123
|
"name": "focusLastItem",
|
|
2226
2124
|
"kind": 2048,
|
|
2227
2125
|
"kindString": "Method",
|
|
@@ -2233,12 +2131,12 @@
|
|
|
2233
2131
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2234
2132
|
"line": 217,
|
|
2235
2133
|
"character": 9,
|
|
2236
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2134
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L217"
|
|
2237
2135
|
}
|
|
2238
2136
|
],
|
|
2239
2137
|
"signatures": [
|
|
2240
2138
|
{
|
|
2241
|
-
"id":
|
|
2139
|
+
"id": 151,
|
|
2242
2140
|
"name": "focusLastItem",
|
|
2243
2141
|
"kind": 4096,
|
|
2244
2142
|
"kindString": "Call signature",
|
|
@@ -2251,7 +2149,7 @@
|
|
|
2251
2149
|
]
|
|
2252
2150
|
},
|
|
2253
2151
|
{
|
|
2254
|
-
"id":
|
|
2152
|
+
"id": 154,
|
|
2255
2153
|
"name": "focusNextItem",
|
|
2256
2154
|
"kind": 2048,
|
|
2257
2155
|
"kindString": "Method",
|
|
@@ -2263,12 +2161,12 @@
|
|
|
2263
2161
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2264
2162
|
"line": 247,
|
|
2265
2163
|
"character": 9,
|
|
2266
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2164
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L247"
|
|
2267
2165
|
}
|
|
2268
2166
|
],
|
|
2269
2167
|
"signatures": [
|
|
2270
2168
|
{
|
|
2271
|
-
"id":
|
|
2169
|
+
"id": 155,
|
|
2272
2170
|
"name": "focusNextItem",
|
|
2273
2171
|
"kind": 4096,
|
|
2274
2172
|
"kindString": "Call signature",
|
|
@@ -2281,7 +2179,7 @@
|
|
|
2281
2179
|
]
|
|
2282
2180
|
},
|
|
2283
2181
|
{
|
|
2284
|
-
"id":
|
|
2182
|
+
"id": 152,
|
|
2285
2183
|
"name": "focusPreviousItem",
|
|
2286
2184
|
"kind": 2048,
|
|
2287
2185
|
"kindString": "Method",
|
|
@@ -2293,12 +2191,12 @@
|
|
|
2293
2191
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2294
2192
|
"line": 232,
|
|
2295
2193
|
"character": 9,
|
|
2296
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2194
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L232"
|
|
2297
2195
|
}
|
|
2298
2196
|
],
|
|
2299
2197
|
"signatures": [
|
|
2300
2198
|
{
|
|
2301
|
-
"id":
|
|
2199
|
+
"id": 153,
|
|
2302
2200
|
"name": "focusPreviousItem",
|
|
2303
2201
|
"kind": 4096,
|
|
2304
2202
|
"kindString": "Call signature",
|
|
@@ -2311,7 +2209,7 @@
|
|
|
2311
2209
|
]
|
|
2312
2210
|
},
|
|
2313
2211
|
{
|
|
2314
|
-
"id":
|
|
2212
|
+
"id": 144,
|
|
2315
2213
|
"name": "ngAfterContentInit",
|
|
2316
2214
|
"kind": 2048,
|
|
2317
2215
|
"kindString": "Method",
|
|
@@ -2323,12 +2221,12 @@
|
|
|
2323
2221
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2324
2222
|
"line": 135,
|
|
2325
2223
|
"character": 9,
|
|
2326
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2224
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L135"
|
|
2327
2225
|
}
|
|
2328
2226
|
],
|
|
2329
2227
|
"signatures": [
|
|
2330
2228
|
{
|
|
2331
|
-
"id":
|
|
2229
|
+
"id": 145,
|
|
2332
2230
|
"name": "ngAfterContentInit",
|
|
2333
2231
|
"kind": 4096,
|
|
2334
2232
|
"kindString": "Call signature",
|
|
@@ -2349,7 +2247,7 @@
|
|
|
2349
2247
|
}
|
|
2350
2248
|
},
|
|
2351
2249
|
{
|
|
2352
|
-
"id":
|
|
2250
|
+
"id": 146,
|
|
2353
2251
|
"name": "ngOnDestroy",
|
|
2354
2252
|
"kind": 2048,
|
|
2355
2253
|
"kindString": "Method",
|
|
@@ -2361,12 +2259,12 @@
|
|
|
2361
2259
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2362
2260
|
"line": 197,
|
|
2363
2261
|
"character": 9,
|
|
2364
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2262
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L197"
|
|
2365
2263
|
}
|
|
2366
2264
|
],
|
|
2367
2265
|
"signatures": [
|
|
2368
2266
|
{
|
|
2369
|
-
"id":
|
|
2267
|
+
"id": 147,
|
|
2370
2268
|
"name": "ngOnDestroy",
|
|
2371
2269
|
"kind": 4096,
|
|
2372
2270
|
"kindString": "Call signature",
|
|
@@ -2387,7 +2285,7 @@
|
|
|
2387
2285
|
}
|
|
2388
2286
|
},
|
|
2389
2287
|
{
|
|
2390
|
-
"id":
|
|
2288
|
+
"id": 156,
|
|
2391
2289
|
"name": "reset",
|
|
2392
2290
|
"kind": 2048,
|
|
2393
2291
|
"kindString": "Method",
|
|
@@ -2399,12 +2297,12 @@
|
|
|
2399
2297
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2400
2298
|
"line": 262,
|
|
2401
2299
|
"character": 9,
|
|
2402
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2300
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L262"
|
|
2403
2301
|
}
|
|
2404
2302
|
],
|
|
2405
2303
|
"signatures": [
|
|
2406
2304
|
{
|
|
2407
|
-
"id":
|
|
2305
|
+
"id": 157,
|
|
2408
2306
|
"name": "reset",
|
|
2409
2307
|
"kind": 4096,
|
|
2410
2308
|
"kindString": "Call signature",
|
|
@@ -2421,35 +2319,35 @@
|
|
|
2421
2319
|
{
|
|
2422
2320
|
"title": "Constructors",
|
|
2423
2321
|
"children": [
|
|
2424
|
-
|
|
2322
|
+
116
|
|
2425
2323
|
]
|
|
2426
2324
|
},
|
|
2427
2325
|
{
|
|
2428
2326
|
"title": "Properties",
|
|
2429
2327
|
"children": [
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2328
|
+
121,
|
|
2329
|
+
131,
|
|
2330
|
+
136
|
|
2433
2331
|
]
|
|
2434
2332
|
},
|
|
2435
2333
|
{
|
|
2436
2334
|
"title": "Accessors",
|
|
2437
2335
|
"children": [
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2336
|
+
122,
|
|
2337
|
+
132,
|
|
2338
|
+
126
|
|
2441
2339
|
]
|
|
2442
2340
|
},
|
|
2443
2341
|
{
|
|
2444
2342
|
"title": "Methods",
|
|
2445
2343
|
"children": [
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2344
|
+
148,
|
|
2345
|
+
150,
|
|
2346
|
+
154,
|
|
2347
|
+
152,
|
|
2348
|
+
144,
|
|
2349
|
+
146,
|
|
2350
|
+
156
|
|
2453
2351
|
]
|
|
2454
2352
|
}
|
|
2455
2353
|
],
|
|
@@ -2458,7 +2356,7 @@
|
|
|
2458
2356
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2459
2357
|
"line": 38,
|
|
2460
2358
|
"character": 13,
|
|
2461
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2359
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/dropdown-menu.component.ts#L38"
|
|
2462
2360
|
}
|
|
2463
2361
|
],
|
|
2464
2362
|
"implementedTypes": [
|
|
@@ -2477,14 +2375,14 @@
|
|
|
2477
2375
|
]
|
|
2478
2376
|
},
|
|
2479
2377
|
{
|
|
2480
|
-
"id":
|
|
2378
|
+
"id": 257,
|
|
2481
2379
|
"name": "SkyPopoverComponent",
|
|
2482
2380
|
"kind": 128,
|
|
2483
2381
|
"kindString": "Class",
|
|
2484
2382
|
"flags": {},
|
|
2485
2383
|
"children": [
|
|
2486
2384
|
{
|
|
2487
|
-
"id":
|
|
2385
|
+
"id": 258,
|
|
2488
2386
|
"name": "constructor",
|
|
2489
2387
|
"kind": 512,
|
|
2490
2388
|
"kindString": "Constructor",
|
|
@@ -2494,19 +2392,19 @@
|
|
|
2494
2392
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2495
2393
|
"line": 148,
|
|
2496
2394
|
"character": 2,
|
|
2497
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2395
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L148"
|
|
2498
2396
|
}
|
|
2499
2397
|
],
|
|
2500
2398
|
"signatures": [
|
|
2501
2399
|
{
|
|
2502
|
-
"id":
|
|
2400
|
+
"id": 259,
|
|
2503
2401
|
"name": "SkyPopoverComponent",
|
|
2504
2402
|
"kind": 16384,
|
|
2505
2403
|
"kindString": "Constructor signature",
|
|
2506
2404
|
"flags": {},
|
|
2507
2405
|
"parameters": [
|
|
2508
2406
|
{
|
|
2509
|
-
"id":
|
|
2407
|
+
"id": 260,
|
|
2510
2408
|
"name": "overlayService",
|
|
2511
2409
|
"kind": 32768,
|
|
2512
2410
|
"kindString": "Parameter",
|
|
@@ -2517,7 +2415,7 @@
|
|
|
2517
2415
|
}
|
|
2518
2416
|
},
|
|
2519
2417
|
{
|
|
2520
|
-
"id":
|
|
2418
|
+
"id": 261,
|
|
2521
2419
|
"name": "stackingContext",
|
|
2522
2420
|
"kind": 32768,
|
|
2523
2421
|
"kindString": "Parameter",
|
|
@@ -2532,14 +2430,14 @@
|
|
|
2532
2430
|
],
|
|
2533
2431
|
"type": {
|
|
2534
2432
|
"type": "reference",
|
|
2535
|
-
"id":
|
|
2433
|
+
"id": 257,
|
|
2536
2434
|
"name": "SkyPopoverComponent"
|
|
2537
2435
|
}
|
|
2538
2436
|
}
|
|
2539
2437
|
]
|
|
2540
2438
|
},
|
|
2541
2439
|
{
|
|
2542
|
-
"id":
|
|
2440
|
+
"id": 283,
|
|
2543
2441
|
"name": "isMouseEnter",
|
|
2544
2442
|
"kind": 1024,
|
|
2545
2443
|
"kindString": "Property",
|
|
@@ -2551,7 +2449,7 @@
|
|
|
2551
2449
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2552
2450
|
"line": 120,
|
|
2553
2451
|
"character": 9,
|
|
2554
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2452
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L120"
|
|
2555
2453
|
}
|
|
2556
2454
|
],
|
|
2557
2455
|
"type": {
|
|
@@ -2561,7 +2459,7 @@
|
|
|
2561
2459
|
"defaultValue": "false"
|
|
2562
2460
|
},
|
|
2563
2461
|
{
|
|
2564
|
-
"id":
|
|
2462
|
+
"id": 279,
|
|
2565
2463
|
"name": "popoverClosed",
|
|
2566
2464
|
"kind": 1024,
|
|
2567
2465
|
"kindString": "Property",
|
|
@@ -2581,7 +2479,7 @@
|
|
|
2581
2479
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2582
2480
|
"line": 99,
|
|
2583
2481
|
"character": 9,
|
|
2584
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2482
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L99"
|
|
2585
2483
|
}
|
|
2586
2484
|
],
|
|
2587
2485
|
"type": {
|
|
@@ -2589,7 +2487,7 @@
|
|
|
2589
2487
|
"typeArguments": [
|
|
2590
2488
|
{
|
|
2591
2489
|
"type": "reference",
|
|
2592
|
-
"id":
|
|
2490
|
+
"id": 257,
|
|
2593
2491
|
"name": "SkyPopoverComponent"
|
|
2594
2492
|
}
|
|
2595
2493
|
],
|
|
@@ -2600,7 +2498,7 @@
|
|
|
2600
2498
|
"defaultValue": "..."
|
|
2601
2499
|
},
|
|
2602
2500
|
{
|
|
2603
|
-
"id":
|
|
2501
|
+
"id": 280,
|
|
2604
2502
|
"name": "popoverOpened",
|
|
2605
2503
|
"kind": 1024,
|
|
2606
2504
|
"kindString": "Property",
|
|
@@ -2620,7 +2518,7 @@
|
|
|
2620
2518
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2621
2519
|
"line": 105,
|
|
2622
2520
|
"character": 9,
|
|
2623
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2521
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L105"
|
|
2624
2522
|
}
|
|
2625
2523
|
],
|
|
2626
2524
|
"type": {
|
|
@@ -2628,7 +2526,7 @@
|
|
|
2628
2526
|
"typeArguments": [
|
|
2629
2527
|
{
|
|
2630
2528
|
"type": "reference",
|
|
2631
|
-
"id":
|
|
2529
|
+
"id": 257,
|
|
2632
2530
|
"name": "SkyPopoverComponent"
|
|
2633
2531
|
}
|
|
2634
2532
|
],
|
|
@@ -2639,7 +2537,7 @@
|
|
|
2639
2537
|
"defaultValue": "..."
|
|
2640
2538
|
},
|
|
2641
2539
|
{
|
|
2642
|
-
"id":
|
|
2540
|
+
"id": 274,
|
|
2643
2541
|
"name": "popoverTitle",
|
|
2644
2542
|
"kind": 1024,
|
|
2645
2543
|
"kindString": "Property",
|
|
@@ -2659,7 +2557,7 @@
|
|
|
2659
2557
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2660
2558
|
"line": 80,
|
|
2661
2559
|
"character": 9,
|
|
2662
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2560
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L80"
|
|
2663
2561
|
}
|
|
2664
2562
|
],
|
|
2665
2563
|
"type": {
|
|
@@ -2668,7 +2566,7 @@
|
|
|
2668
2566
|
}
|
|
2669
2567
|
},
|
|
2670
2568
|
{
|
|
2671
|
-
"id":
|
|
2569
|
+
"id": 284,
|
|
2672
2570
|
"name": "templateRef",
|
|
2673
2571
|
"kind": 1024,
|
|
2674
2572
|
"kindString": "Property",
|
|
@@ -2680,7 +2578,7 @@
|
|
|
2680
2578
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2681
2579
|
"line": 126,
|
|
2682
2580
|
"character": 9,
|
|
2683
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2581
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L126"
|
|
2684
2582
|
}
|
|
2685
2583
|
],
|
|
2686
2584
|
"type": {
|
|
@@ -2697,7 +2595,7 @@
|
|
|
2697
2595
|
}
|
|
2698
2596
|
},
|
|
2699
2597
|
{
|
|
2700
|
-
"id":
|
|
2598
|
+
"id": 262,
|
|
2701
2599
|
"name": "alignment",
|
|
2702
2600
|
"kind": 262144,
|
|
2703
2601
|
"kindString": "Accessor",
|
|
@@ -2709,29 +2607,29 @@
|
|
|
2709
2607
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2710
2608
|
"line": 40,
|
|
2711
2609
|
"character": 13,
|
|
2712
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2610
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L40"
|
|
2713
2611
|
},
|
|
2714
2612
|
{
|
|
2715
2613
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2716
2614
|
"line": 44,
|
|
2717
2615
|
"character": 13,
|
|
2718
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2616
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L44"
|
|
2719
2617
|
}
|
|
2720
2618
|
],
|
|
2721
2619
|
"getSignature": {
|
|
2722
|
-
"id":
|
|
2620
|
+
"id": 263,
|
|
2723
2621
|
"name": "alignment",
|
|
2724
2622
|
"kind": 524288,
|
|
2725
2623
|
"kindString": "Get signature",
|
|
2726
2624
|
"flags": {},
|
|
2727
2625
|
"type": {
|
|
2728
2626
|
"type": "reference",
|
|
2729
|
-
"id":
|
|
2627
|
+
"id": 380,
|
|
2730
2628
|
"name": "SkyPopoverAlignment"
|
|
2731
2629
|
}
|
|
2732
2630
|
},
|
|
2733
2631
|
"setSignature": {
|
|
2734
|
-
"id":
|
|
2632
|
+
"id": 264,
|
|
2735
2633
|
"name": "alignment",
|
|
2736
2634
|
"kind": 1048576,
|
|
2737
2635
|
"kindString": "Set signature",
|
|
@@ -2765,14 +2663,14 @@
|
|
|
2765
2663
|
},
|
|
2766
2664
|
"parameters": [
|
|
2767
2665
|
{
|
|
2768
|
-
"id":
|
|
2666
|
+
"id": 265,
|
|
2769
2667
|
"name": "value",
|
|
2770
2668
|
"kind": 32768,
|
|
2771
2669
|
"kindString": "Parameter",
|
|
2772
2670
|
"flags": {},
|
|
2773
2671
|
"type": {
|
|
2774
2672
|
"type": "reference",
|
|
2775
|
-
"id":
|
|
2673
|
+
"id": 380,
|
|
2776
2674
|
"name": "SkyPopoverAlignment"
|
|
2777
2675
|
}
|
|
2778
2676
|
}
|
|
@@ -2784,7 +2682,7 @@
|
|
|
2784
2682
|
}
|
|
2785
2683
|
},
|
|
2786
2684
|
{
|
|
2787
|
-
"id":
|
|
2685
|
+
"id": 266,
|
|
2788
2686
|
"name": "dismissOnBlur",
|
|
2789
2687
|
"kind": 262144,
|
|
2790
2688
|
"kindString": "Accessor",
|
|
@@ -2796,17 +2694,17 @@
|
|
|
2796
2694
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2797
2695
|
"line": 54,
|
|
2798
2696
|
"character": 13,
|
|
2799
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2697
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L54"
|
|
2800
2698
|
},
|
|
2801
2699
|
{
|
|
2802
2700
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2803
2701
|
"line": 58,
|
|
2804
2702
|
"character": 13,
|
|
2805
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2703
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L58"
|
|
2806
2704
|
}
|
|
2807
2705
|
],
|
|
2808
2706
|
"getSignature": {
|
|
2809
|
-
"id":
|
|
2707
|
+
"id": 267,
|
|
2810
2708
|
"name": "dismissOnBlur",
|
|
2811
2709
|
"kind": 524288,
|
|
2812
2710
|
"kindString": "Get signature",
|
|
@@ -2817,7 +2715,7 @@
|
|
|
2817
2715
|
}
|
|
2818
2716
|
},
|
|
2819
2717
|
"setSignature": {
|
|
2820
|
-
"id":
|
|
2718
|
+
"id": 268,
|
|
2821
2719
|
"name": "dismissOnBlur",
|
|
2822
2720
|
"kind": 1048576,
|
|
2823
2721
|
"kindString": "Set signature",
|
|
@@ -2843,7 +2741,7 @@
|
|
|
2843
2741
|
},
|
|
2844
2742
|
"parameters": [
|
|
2845
2743
|
{
|
|
2846
|
-
"id":
|
|
2744
|
+
"id": 269,
|
|
2847
2745
|
"name": "value",
|
|
2848
2746
|
"kind": 32768,
|
|
2849
2747
|
"kindString": "Parameter",
|
|
@@ -2861,7 +2759,7 @@
|
|
|
2861
2759
|
}
|
|
2862
2760
|
},
|
|
2863
2761
|
{
|
|
2864
|
-
"id":
|
|
2762
|
+
"id": 270,
|
|
2865
2763
|
"name": "placement",
|
|
2866
2764
|
"kind": 262144,
|
|
2867
2765
|
"kindString": "Accessor",
|
|
@@ -2873,29 +2771,29 @@
|
|
|
2873
2771
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2874
2772
|
"line": 68,
|
|
2875
2773
|
"character": 13,
|
|
2876
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2774
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L68"
|
|
2877
2775
|
},
|
|
2878
2776
|
{
|
|
2879
2777
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2880
2778
|
"line": 72,
|
|
2881
2779
|
"character": 13,
|
|
2882
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2780
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L72"
|
|
2883
2781
|
}
|
|
2884
2782
|
],
|
|
2885
2783
|
"getSignature": {
|
|
2886
|
-
"id":
|
|
2784
|
+
"id": 271,
|
|
2887
2785
|
"name": "placement",
|
|
2888
2786
|
"kind": 524288,
|
|
2889
2787
|
"kindString": "Get signature",
|
|
2890
2788
|
"flags": {},
|
|
2891
2789
|
"type": {
|
|
2892
2790
|
"type": "reference",
|
|
2893
|
-
"id":
|
|
2791
|
+
"id": 388,
|
|
2894
2792
|
"name": "SkyPopoverPlacement"
|
|
2895
2793
|
}
|
|
2896
2794
|
},
|
|
2897
2795
|
"setSignature": {
|
|
2898
|
-
"id":
|
|
2796
|
+
"id": 272,
|
|
2899
2797
|
"name": "placement",
|
|
2900
2798
|
"kind": 1048576,
|
|
2901
2799
|
"kindString": "Set signature",
|
|
@@ -2929,14 +2827,14 @@
|
|
|
2929
2827
|
},
|
|
2930
2828
|
"parameters": [
|
|
2931
2829
|
{
|
|
2932
|
-
"id":
|
|
2830
|
+
"id": 273,
|
|
2933
2831
|
"name": "value",
|
|
2934
2832
|
"kind": 32768,
|
|
2935
2833
|
"kindString": "Parameter",
|
|
2936
2834
|
"flags": {},
|
|
2937
2835
|
"type": {
|
|
2938
2836
|
"type": "reference",
|
|
2939
|
-
"id":
|
|
2837
|
+
"id": 388,
|
|
2940
2838
|
"name": "SkyPopoverPlacement"
|
|
2941
2839
|
}
|
|
2942
2840
|
}
|
|
@@ -2948,7 +2846,7 @@
|
|
|
2948
2846
|
}
|
|
2949
2847
|
},
|
|
2950
2848
|
{
|
|
2951
|
-
"id":
|
|
2849
|
+
"id": 275,
|
|
2952
2850
|
"name": "popoverType",
|
|
2953
2851
|
"kind": 262144,
|
|
2954
2852
|
"kindString": "Accessor",
|
|
@@ -2960,29 +2858,29 @@
|
|
|
2960
2858
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2961
2859
|
"line": 87,
|
|
2962
2860
|
"character": 13,
|
|
2963
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2861
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L87"
|
|
2964
2862
|
},
|
|
2965
2863
|
{
|
|
2966
2864
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2967
2865
|
"line": 91,
|
|
2968
2866
|
"character": 13,
|
|
2969
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2867
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L91"
|
|
2970
2868
|
}
|
|
2971
2869
|
],
|
|
2972
2870
|
"getSignature": {
|
|
2973
|
-
"id":
|
|
2871
|
+
"id": 276,
|
|
2974
2872
|
"name": "popoverType",
|
|
2975
2873
|
"kind": 524288,
|
|
2976
2874
|
"kindString": "Get signature",
|
|
2977
2875
|
"flags": {},
|
|
2978
2876
|
"type": {
|
|
2979
2877
|
"type": "reference",
|
|
2980
|
-
"id":
|
|
2878
|
+
"id": 397,
|
|
2981
2879
|
"name": "SkyPopoverType"
|
|
2982
2880
|
}
|
|
2983
2881
|
},
|
|
2984
2882
|
"setSignature": {
|
|
2985
|
-
"id":
|
|
2883
|
+
"id": 277,
|
|
2986
2884
|
"name": "popoverType",
|
|
2987
2885
|
"kind": 1048576,
|
|
2988
2886
|
"kindString": "Set signature",
|
|
@@ -3008,14 +2906,14 @@
|
|
|
3008
2906
|
},
|
|
3009
2907
|
"parameters": [
|
|
3010
2908
|
{
|
|
3011
|
-
"id":
|
|
2909
|
+
"id": 278,
|
|
3012
2910
|
"name": "value",
|
|
3013
2911
|
"kind": 32768,
|
|
3014
2912
|
"kindString": "Parameter",
|
|
3015
2913
|
"flags": {},
|
|
3016
2914
|
"type": {
|
|
3017
2915
|
"type": "reference",
|
|
3018
|
-
"id":
|
|
2916
|
+
"id": 397,
|
|
3019
2917
|
"name": "SkyPopoverType"
|
|
3020
2918
|
}
|
|
3021
2919
|
}
|
|
@@ -3027,7 +2925,7 @@
|
|
|
3027
2925
|
}
|
|
3028
2926
|
},
|
|
3029
2927
|
{
|
|
3030
|
-
"id":
|
|
2928
|
+
"id": 295,
|
|
3031
2929
|
"name": "ngOnDestroy",
|
|
3032
2930
|
"kind": 2048,
|
|
3033
2931
|
"kindString": "Method",
|
|
@@ -3039,12 +2937,12 @@
|
|
|
3039
2937
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
3040
2938
|
"line": 158,
|
|
3041
2939
|
"character": 9,
|
|
3042
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2940
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L158"
|
|
3043
2941
|
}
|
|
3044
2942
|
],
|
|
3045
2943
|
"signatures": [
|
|
3046
2944
|
{
|
|
3047
|
-
"id":
|
|
2945
|
+
"id": 296,
|
|
3048
2946
|
"name": "ngOnDestroy",
|
|
3049
2947
|
"kind": 4096,
|
|
3050
2948
|
"kindString": "Call signature",
|
|
@@ -3069,32 +2967,32 @@
|
|
|
3069
2967
|
{
|
|
3070
2968
|
"title": "Constructors",
|
|
3071
2969
|
"children": [
|
|
3072
|
-
|
|
2970
|
+
258
|
|
3073
2971
|
]
|
|
3074
2972
|
},
|
|
3075
2973
|
{
|
|
3076
2974
|
"title": "Properties",
|
|
3077
2975
|
"children": [
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
2976
|
+
283,
|
|
2977
|
+
279,
|
|
2978
|
+
280,
|
|
2979
|
+
274,
|
|
2980
|
+
284
|
|
3083
2981
|
]
|
|
3084
2982
|
},
|
|
3085
2983
|
{
|
|
3086
2984
|
"title": "Accessors",
|
|
3087
2985
|
"children": [
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
2986
|
+
262,
|
|
2987
|
+
266,
|
|
2988
|
+
270,
|
|
2989
|
+
275
|
|
3092
2990
|
]
|
|
3093
2991
|
},
|
|
3094
2992
|
{
|
|
3095
2993
|
"title": "Methods",
|
|
3096
2994
|
"children": [
|
|
3097
|
-
|
|
2995
|
+
295
|
|
3098
2996
|
]
|
|
3099
2997
|
}
|
|
3100
2998
|
],
|
|
@@ -3103,7 +3001,7 @@
|
|
|
3103
3001
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
3104
3002
|
"line": 33,
|
|
3105
3003
|
"character": 13,
|
|
3106
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3004
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.component.ts#L33"
|
|
3107
3005
|
}
|
|
3108
3006
|
],
|
|
3109
3007
|
"implementedTypes": [
|
|
@@ -3116,14 +3014,14 @@
|
|
|
3116
3014
|
]
|
|
3117
3015
|
},
|
|
3118
3016
|
{
|
|
3119
|
-
"id":
|
|
3017
|
+
"id": 310,
|
|
3120
3018
|
"name": "SkyPopoverDirective",
|
|
3121
3019
|
"kind": 128,
|
|
3122
3020
|
"kindString": "Class",
|
|
3123
3021
|
"flags": {},
|
|
3124
3022
|
"children": [
|
|
3125
3023
|
{
|
|
3126
|
-
"id":
|
|
3024
|
+
"id": 311,
|
|
3127
3025
|
"name": "constructor",
|
|
3128
3026
|
"kind": 512,
|
|
3129
3027
|
"kindString": "Constructor",
|
|
@@ -3133,19 +3031,19 @@
|
|
|
3133
3031
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3134
3032
|
"line": 73,
|
|
3135
3033
|
"character": 2,
|
|
3136
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3034
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L73"
|
|
3137
3035
|
}
|
|
3138
3036
|
],
|
|
3139
3037
|
"signatures": [
|
|
3140
3038
|
{
|
|
3141
|
-
"id":
|
|
3039
|
+
"id": 312,
|
|
3142
3040
|
"name": "SkyPopoverDirective",
|
|
3143
3041
|
"kind": 16384,
|
|
3144
3042
|
"kindString": "Constructor signature",
|
|
3145
3043
|
"flags": {},
|
|
3146
3044
|
"parameters": [
|
|
3147
3045
|
{
|
|
3148
|
-
"id":
|
|
3046
|
+
"id": 313,
|
|
3149
3047
|
"name": "elementRef",
|
|
3150
3048
|
"kind": 32768,
|
|
3151
3049
|
"kindString": "Parameter",
|
|
@@ -3166,14 +3064,14 @@
|
|
|
3166
3064
|
],
|
|
3167
3065
|
"type": {
|
|
3168
3066
|
"type": "reference",
|
|
3169
|
-
"id":
|
|
3067
|
+
"id": 310,
|
|
3170
3068
|
"name": "SkyPopoverDirective"
|
|
3171
3069
|
}
|
|
3172
3070
|
}
|
|
3173
3071
|
]
|
|
3174
3072
|
},
|
|
3175
3073
|
{
|
|
3176
|
-
"id":
|
|
3074
|
+
"id": 314,
|
|
3177
3075
|
"name": "skyPopover",
|
|
3178
3076
|
"kind": 1024,
|
|
3179
3077
|
"kindString": "Property",
|
|
@@ -3199,17 +3097,17 @@
|
|
|
3199
3097
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3200
3098
|
"line": 22,
|
|
3201
3099
|
"character": 9,
|
|
3202
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3100
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L22"
|
|
3203
3101
|
}
|
|
3204
3102
|
],
|
|
3205
3103
|
"type": {
|
|
3206
3104
|
"type": "reference",
|
|
3207
|
-
"id":
|
|
3105
|
+
"id": 257,
|
|
3208
3106
|
"name": "SkyPopoverComponent"
|
|
3209
3107
|
}
|
|
3210
3108
|
},
|
|
3211
3109
|
{
|
|
3212
|
-
"id":
|
|
3110
|
+
"id": 315,
|
|
3213
3111
|
"name": "skyPopoverAlignment",
|
|
3214
3112
|
"kind": 1024,
|
|
3215
3113
|
"kindString": "Property",
|
|
@@ -3229,17 +3127,17 @@
|
|
|
3229
3127
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3230
3128
|
"line": 28,
|
|
3231
3129
|
"character": 9,
|
|
3232
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3130
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L28"
|
|
3233
3131
|
}
|
|
3234
3132
|
],
|
|
3235
3133
|
"type": {
|
|
3236
3134
|
"type": "reference",
|
|
3237
|
-
"id":
|
|
3135
|
+
"id": 380,
|
|
3238
3136
|
"name": "SkyPopoverAlignment"
|
|
3239
3137
|
}
|
|
3240
3138
|
},
|
|
3241
3139
|
{
|
|
3242
|
-
"id":
|
|
3140
|
+
"id": 322,
|
|
3243
3141
|
"name": "skyPopoverPlacement",
|
|
3244
3142
|
"kind": 1024,
|
|
3245
3143
|
"kindString": "Property",
|
|
@@ -3259,17 +3157,17 @@
|
|
|
3259
3157
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3260
3158
|
"line": 53,
|
|
3261
3159
|
"character": 9,
|
|
3262
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3160
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L53"
|
|
3263
3161
|
}
|
|
3264
3162
|
],
|
|
3265
3163
|
"type": {
|
|
3266
3164
|
"type": "reference",
|
|
3267
|
-
"id":
|
|
3165
|
+
"id": 388,
|
|
3268
3166
|
"name": "SkyPopoverPlacement"
|
|
3269
3167
|
}
|
|
3270
3168
|
},
|
|
3271
3169
|
{
|
|
3272
|
-
"id":
|
|
3170
|
+
"id": 316,
|
|
3273
3171
|
"name": "skyPopoverMessageStream",
|
|
3274
3172
|
"kind": 262144,
|
|
3275
3173
|
"kindString": "Accessor",
|
|
@@ -3281,17 +3179,17 @@
|
|
|
3281
3179
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3282
3180
|
"line": 34,
|
|
3283
3181
|
"character": 13,
|
|
3284
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3182
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L34"
|
|
3285
3183
|
},
|
|
3286
3184
|
{
|
|
3287
3185
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3288
3186
|
"line": 41,
|
|
3289
3187
|
"character": 13,
|
|
3290
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3188
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L41"
|
|
3291
3189
|
}
|
|
3292
3190
|
],
|
|
3293
3191
|
"getSignature": {
|
|
3294
|
-
"id":
|
|
3192
|
+
"id": 317,
|
|
3295
3193
|
"name": "skyPopoverMessageStream",
|
|
3296
3194
|
"kind": 524288,
|
|
3297
3195
|
"kindString": "Get signature",
|
|
@@ -3301,7 +3199,7 @@
|
|
|
3301
3199
|
"typeArguments": [
|
|
3302
3200
|
{
|
|
3303
3201
|
"type": "reference",
|
|
3304
|
-
"id":
|
|
3202
|
+
"id": 381,
|
|
3305
3203
|
"name": "SkyPopoverMessage"
|
|
3306
3204
|
}
|
|
3307
3205
|
],
|
|
@@ -3311,7 +3209,7 @@
|
|
|
3311
3209
|
}
|
|
3312
3210
|
},
|
|
3313
3211
|
"setSignature": {
|
|
3314
|
-
"id":
|
|
3212
|
+
"id": 318,
|
|
3315
3213
|
"name": "skyPopoverMessageStream",
|
|
3316
3214
|
"kind": 1048576,
|
|
3317
3215
|
"kindString": "Set signature",
|
|
@@ -3342,7 +3240,7 @@
|
|
|
3342
3240
|
},
|
|
3343
3241
|
"parameters": [
|
|
3344
3242
|
{
|
|
3345
|
-
"id":
|
|
3243
|
+
"id": 319,
|
|
3346
3244
|
"name": "value",
|
|
3347
3245
|
"kind": 32768,
|
|
3348
3246
|
"kindString": "Parameter",
|
|
@@ -3352,7 +3250,7 @@
|
|
|
3352
3250
|
"typeArguments": [
|
|
3353
3251
|
{
|
|
3354
3252
|
"type": "reference",
|
|
3355
|
-
"id":
|
|
3253
|
+
"id": 381,
|
|
3356
3254
|
"name": "SkyPopoverMessage"
|
|
3357
3255
|
}
|
|
3358
3256
|
],
|
|
@@ -3369,7 +3267,7 @@
|
|
|
3369
3267
|
}
|
|
3370
3268
|
},
|
|
3371
3269
|
{
|
|
3372
|
-
"id":
|
|
3270
|
+
"id": 323,
|
|
3373
3271
|
"name": "skyPopoverTrigger",
|
|
3374
3272
|
"kind": 262144,
|
|
3375
3273
|
"kindString": "Accessor",
|
|
@@ -3381,29 +3279,29 @@
|
|
|
3381
3279
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3382
3280
|
"line": 59,
|
|
3383
3281
|
"character": 13,
|
|
3384
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3282
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L59"
|
|
3385
3283
|
},
|
|
3386
3284
|
{
|
|
3387
3285
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3388
3286
|
"line": 63,
|
|
3389
3287
|
"character": 13,
|
|
3390
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3288
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L63"
|
|
3391
3289
|
}
|
|
3392
3290
|
],
|
|
3393
3291
|
"getSignature": {
|
|
3394
|
-
"id":
|
|
3292
|
+
"id": 324,
|
|
3395
3293
|
"name": "skyPopoverTrigger",
|
|
3396
3294
|
"kind": 524288,
|
|
3397
3295
|
"kindString": "Get signature",
|
|
3398
3296
|
"flags": {},
|
|
3399
3297
|
"type": {
|
|
3400
3298
|
"type": "reference",
|
|
3401
|
-
"id":
|
|
3299
|
+
"id": 396,
|
|
3402
3300
|
"name": "SkyPopoverTrigger"
|
|
3403
3301
|
}
|
|
3404
3302
|
},
|
|
3405
3303
|
"setSignature": {
|
|
3406
|
-
"id":
|
|
3304
|
+
"id": 325,
|
|
3407
3305
|
"name": "skyPopoverTrigger",
|
|
3408
3306
|
"kind": 1048576,
|
|
3409
3307
|
"kindString": "Set signature",
|
|
@@ -3418,14 +3316,14 @@
|
|
|
3418
3316
|
},
|
|
3419
3317
|
"parameters": [
|
|
3420
3318
|
{
|
|
3421
|
-
"id":
|
|
3319
|
+
"id": 326,
|
|
3422
3320
|
"name": "value",
|
|
3423
3321
|
"kind": 32768,
|
|
3424
3322
|
"kindString": "Parameter",
|
|
3425
3323
|
"flags": {},
|
|
3426
3324
|
"type": {
|
|
3427
3325
|
"type": "reference",
|
|
3428
|
-
"id":
|
|
3326
|
+
"id": 396,
|
|
3429
3327
|
"name": "SkyPopoverTrigger"
|
|
3430
3328
|
}
|
|
3431
3329
|
}
|
|
@@ -3437,7 +3335,7 @@
|
|
|
3437
3335
|
}
|
|
3438
3336
|
},
|
|
3439
3337
|
{
|
|
3440
|
-
"id":
|
|
3338
|
+
"id": 332,
|
|
3441
3339
|
"name": "ngOnDestroy",
|
|
3442
3340
|
"kind": 2048,
|
|
3443
3341
|
"kindString": "Method",
|
|
@@ -3449,12 +3347,12 @@
|
|
|
3449
3347
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3450
3348
|
"line": 82,
|
|
3451
3349
|
"character": 9,
|
|
3452
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3350
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L82"
|
|
3453
3351
|
}
|
|
3454
3352
|
],
|
|
3455
3353
|
"signatures": [
|
|
3456
3354
|
{
|
|
3457
|
-
"id":
|
|
3355
|
+
"id": 333,
|
|
3458
3356
|
"name": "ngOnDestroy",
|
|
3459
3357
|
"kind": 4096,
|
|
3460
3358
|
"kindString": "Call signature",
|
|
@@ -3475,7 +3373,7 @@
|
|
|
3475
3373
|
}
|
|
3476
3374
|
},
|
|
3477
3375
|
{
|
|
3478
|
-
"id":
|
|
3376
|
+
"id": 330,
|
|
3479
3377
|
"name": "ngOnInit",
|
|
3480
3378
|
"kind": 2048,
|
|
3481
3379
|
"kindString": "Method",
|
|
@@ -3487,12 +3385,12 @@
|
|
|
3487
3385
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3488
3386
|
"line": 78,
|
|
3489
3387
|
"character": 9,
|
|
3490
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3388
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L78"
|
|
3491
3389
|
}
|
|
3492
3390
|
],
|
|
3493
3391
|
"signatures": [
|
|
3494
3392
|
{
|
|
3495
|
-
"id":
|
|
3393
|
+
"id": 331,
|
|
3496
3394
|
"name": "ngOnInit",
|
|
3497
3395
|
"kind": 4096,
|
|
3498
3396
|
"kindString": "Call signature",
|
|
@@ -3513,7 +3411,7 @@
|
|
|
3513
3411
|
}
|
|
3514
3412
|
},
|
|
3515
3413
|
{
|
|
3516
|
-
"id":
|
|
3414
|
+
"id": 334,
|
|
3517
3415
|
"name": "togglePopover",
|
|
3518
3416
|
"kind": 2048,
|
|
3519
3417
|
"kindString": "Method",
|
|
@@ -3525,12 +3423,12 @@
|
|
|
3525
3423
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3526
3424
|
"line": 87,
|
|
3527
3425
|
"character": 9,
|
|
3528
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3426
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L87"
|
|
3529
3427
|
}
|
|
3530
3428
|
],
|
|
3531
3429
|
"signatures": [
|
|
3532
3430
|
{
|
|
3533
|
-
"id":
|
|
3431
|
+
"id": 335,
|
|
3534
3432
|
"name": "togglePopover",
|
|
3535
3433
|
"kind": 4096,
|
|
3536
3434
|
"kindString": "Call signature",
|
|
@@ -3547,30 +3445,30 @@
|
|
|
3547
3445
|
{
|
|
3548
3446
|
"title": "Constructors",
|
|
3549
3447
|
"children": [
|
|
3550
|
-
|
|
3448
|
+
311
|
|
3551
3449
|
]
|
|
3552
3450
|
},
|
|
3553
3451
|
{
|
|
3554
3452
|
"title": "Properties",
|
|
3555
3453
|
"children": [
|
|
3556
|
-
|
|
3557
|
-
|
|
3558
|
-
|
|
3454
|
+
314,
|
|
3455
|
+
315,
|
|
3456
|
+
322
|
|
3559
3457
|
]
|
|
3560
3458
|
},
|
|
3561
3459
|
{
|
|
3562
3460
|
"title": "Accessors",
|
|
3563
3461
|
"children": [
|
|
3564
|
-
|
|
3565
|
-
|
|
3462
|
+
316,
|
|
3463
|
+
323
|
|
3566
3464
|
]
|
|
3567
3465
|
},
|
|
3568
3466
|
{
|
|
3569
3467
|
"title": "Methods",
|
|
3570
3468
|
"children": [
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3469
|
+
332,
|
|
3470
|
+
330,
|
|
3471
|
+
334
|
|
3574
3472
|
]
|
|
3575
3473
|
}
|
|
3576
3474
|
],
|
|
@@ -3579,7 +3477,7 @@
|
|
|
3579
3477
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3580
3478
|
"line": 16,
|
|
3581
3479
|
"character": 13,
|
|
3582
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3480
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/popover.directive.ts#L16"
|
|
3583
3481
|
}
|
|
3584
3482
|
],
|
|
3585
3483
|
"implementedTypes": [
|
|
@@ -3598,7 +3496,7 @@
|
|
|
3598
3496
|
]
|
|
3599
3497
|
},
|
|
3600
3498
|
{
|
|
3601
|
-
"id":
|
|
3499
|
+
"id": 381,
|
|
3602
3500
|
"name": "SkyPopoverMessage",
|
|
3603
3501
|
"kind": 256,
|
|
3604
3502
|
"kindString": "Interface",
|
|
@@ -3613,7 +3511,7 @@
|
|
|
3613
3511
|
},
|
|
3614
3512
|
"children": [
|
|
3615
3513
|
{
|
|
3616
|
-
"id":
|
|
3514
|
+
"id": 382,
|
|
3617
3515
|
"name": "type",
|
|
3618
3516
|
"kind": 1024,
|
|
3619
3517
|
"kindString": "Property",
|
|
@@ -3633,12 +3531,12 @@
|
|
|
3633
3531
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message.ts",
|
|
3634
3532
|
"line": 10,
|
|
3635
3533
|
"character": 2,
|
|
3636
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3534
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-message.ts#L10"
|
|
3637
3535
|
}
|
|
3638
3536
|
],
|
|
3639
3537
|
"type": {
|
|
3640
3538
|
"type": "reference",
|
|
3641
|
-
"id":
|
|
3539
|
+
"id": 383,
|
|
3642
3540
|
"name": "SkyPopoverMessageType"
|
|
3643
3541
|
}
|
|
3644
3542
|
}
|
|
@@ -3647,7 +3545,7 @@
|
|
|
3647
3545
|
{
|
|
3648
3546
|
"title": "Properties",
|
|
3649
3547
|
"children": [
|
|
3650
|
-
|
|
3548
|
+
382
|
|
3651
3549
|
]
|
|
3652
3550
|
}
|
|
3653
3551
|
],
|
|
@@ -3656,12 +3554,44 @@
|
|
|
3656
3554
|
"fileName": "projects/popovers/src/modules/popover/types/popover-message.ts",
|
|
3657
3555
|
"line": 6,
|
|
3658
3556
|
"character": 17,
|
|
3659
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3557
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-message.ts#L6"
|
|
3660
3558
|
}
|
|
3661
3559
|
]
|
|
3662
3560
|
},
|
|
3663
3561
|
{
|
|
3664
|
-
"id":
|
|
3562
|
+
"id": 356,
|
|
3563
|
+
"name": "SkyDropdownButtonType",
|
|
3564
|
+
"kind": 4194304,
|
|
3565
|
+
"kindString": "Type alias",
|
|
3566
|
+
"flags": {},
|
|
3567
|
+
"sources": [
|
|
3568
|
+
{
|
|
3569
|
+
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-button-type.ts",
|
|
3570
|
+
"line": 1,
|
|
3571
|
+
"character": 12,
|
|
3572
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/types/dropdown-button-type.ts#L1"
|
|
3573
|
+
}
|
|
3574
|
+
],
|
|
3575
|
+
"type": {
|
|
3576
|
+
"type": "union",
|
|
3577
|
+
"types": [
|
|
3578
|
+
{
|
|
3579
|
+
"type": "literal",
|
|
3580
|
+
"value": "select"
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"type": "literal",
|
|
3584
|
+
"value": "context-menu"
|
|
3585
|
+
},
|
|
3586
|
+
{
|
|
3587
|
+
"type": "literal",
|
|
3588
|
+
"value": "tab"
|
|
3589
|
+
}
|
|
3590
|
+
]
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
{
|
|
3594
|
+
"id": 357,
|
|
3665
3595
|
"name": "SkyDropdownHorizontalAlignment",
|
|
3666
3596
|
"kind": 4194304,
|
|
3667
3597
|
"kindString": "Type alias",
|
|
@@ -3679,7 +3609,7 @@
|
|
|
3679
3609
|
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-horizontal-alignment.ts",
|
|
3680
3610
|
"line": 4,
|
|
3681
3611
|
"character": 12,
|
|
3682
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3612
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/types/dropdown-horizontal-alignment.ts#L4"
|
|
3683
3613
|
}
|
|
3684
3614
|
],
|
|
3685
3615
|
"type": {
|
|
@@ -3701,7 +3631,7 @@
|
|
|
3701
3631
|
}
|
|
3702
3632
|
},
|
|
3703
3633
|
{
|
|
3704
|
-
"id":
|
|
3634
|
+
"id": 373,
|
|
3705
3635
|
"name": "SkyDropdownTriggerType",
|
|
3706
3636
|
"kind": 4194304,
|
|
3707
3637
|
"kindString": "Type alias",
|
|
@@ -3719,7 +3649,7 @@
|
|
|
3719
3649
|
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-trigger-type.ts",
|
|
3720
3650
|
"line": 4,
|
|
3721
3651
|
"character": 12,
|
|
3722
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3652
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/dropdown/types/dropdown-trigger-type.ts#L4"
|
|
3723
3653
|
}
|
|
3724
3654
|
],
|
|
3725
3655
|
"type": {
|
|
@@ -3737,7 +3667,7 @@
|
|
|
3737
3667
|
}
|
|
3738
3668
|
},
|
|
3739
3669
|
{
|
|
3740
|
-
"id":
|
|
3670
|
+
"id": 380,
|
|
3741
3671
|
"name": "SkyPopoverAlignment",
|
|
3742
3672
|
"kind": 4194304,
|
|
3743
3673
|
"kindString": "Type alias",
|
|
@@ -3755,7 +3685,7 @@
|
|
|
3755
3685
|
"fileName": "projects/popovers/src/modules/popover/types/popover-alignment.ts",
|
|
3756
3686
|
"line": 4,
|
|
3757
3687
|
"character": 12,
|
|
3758
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3688
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-alignment.ts#L4"
|
|
3759
3689
|
}
|
|
3760
3690
|
],
|
|
3761
3691
|
"type": {
|
|
@@ -3777,7 +3707,7 @@
|
|
|
3777
3707
|
}
|
|
3778
3708
|
},
|
|
3779
3709
|
{
|
|
3780
|
-
"id":
|
|
3710
|
+
"id": 388,
|
|
3781
3711
|
"name": "SkyPopoverPlacement",
|
|
3782
3712
|
"kind": 4194304,
|
|
3783
3713
|
"kindString": "Type alias",
|
|
@@ -3795,7 +3725,7 @@
|
|
|
3795
3725
|
"fileName": "projects/popovers/src/modules/popover/types/popover-placement.ts",
|
|
3796
3726
|
"line": 4,
|
|
3797
3727
|
"character": 12,
|
|
3798
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3728
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-placement.ts#L4"
|
|
3799
3729
|
}
|
|
3800
3730
|
],
|
|
3801
3731
|
"type": {
|
|
@@ -3821,7 +3751,7 @@
|
|
|
3821
3751
|
}
|
|
3822
3752
|
},
|
|
3823
3753
|
{
|
|
3824
|
-
"id":
|
|
3754
|
+
"id": 396,
|
|
3825
3755
|
"name": "SkyPopoverTrigger",
|
|
3826
3756
|
"kind": 4194304,
|
|
3827
3757
|
"kindString": "Type alias",
|
|
@@ -3839,7 +3769,7 @@
|
|
|
3839
3769
|
"fileName": "projects/popovers/src/modules/popover/types/popover-trigger.ts",
|
|
3840
3770
|
"line": 4,
|
|
3841
3771
|
"character": 12,
|
|
3842
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3772
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-trigger.ts#L4"
|
|
3843
3773
|
}
|
|
3844
3774
|
],
|
|
3845
3775
|
"type": {
|
|
@@ -3857,7 +3787,7 @@
|
|
|
3857
3787
|
}
|
|
3858
3788
|
},
|
|
3859
3789
|
{
|
|
3860
|
-
"id":
|
|
3790
|
+
"id": 397,
|
|
3861
3791
|
"name": "SkyPopoverType",
|
|
3862
3792
|
"kind": 4194304,
|
|
3863
3793
|
"kindString": "Type alias",
|
|
@@ -3875,7 +3805,7 @@
|
|
|
3875
3805
|
"fileName": "projects/popovers/src/modules/popover/types/popover-type.ts",
|
|
3876
3806
|
"line": 4,
|
|
3877
3807
|
"character": 12,
|
|
3878
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3808
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/src/lib/modules/popover/types/popover-type.ts#L4"
|
|
3879
3809
|
}
|
|
3880
3810
|
],
|
|
3881
3811
|
"type": {
|
|
@@ -3893,14 +3823,14 @@
|
|
|
3893
3823
|
}
|
|
3894
3824
|
},
|
|
3895
3825
|
{
|
|
3896
|
-
"id":
|
|
3826
|
+
"id": 450,
|
|
3897
3827
|
"name": "SkyPopoversFixtureDropdownItem",
|
|
3898
3828
|
"kind": 256,
|
|
3899
3829
|
"kindString": "Interface",
|
|
3900
3830
|
"flags": {},
|
|
3901
3831
|
"children": [
|
|
3902
3832
|
{
|
|
3903
|
-
"id":
|
|
3833
|
+
"id": 451,
|
|
3904
3834
|
"name": "ariaRole",
|
|
3905
3835
|
"kind": 1024,
|
|
3906
3836
|
"kindString": "Property",
|
|
@@ -3910,7 +3840,7 @@
|
|
|
3910
3840
|
"fileName": "projects/popovers/src/testing/dropdown/popovers-fixture-dropdown-item.ts",
|
|
3911
3841
|
"line": 2,
|
|
3912
3842
|
"character": 2,
|
|
3913
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3843
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/testing/src/dropdown/popovers-fixture-dropdown-item.ts#L2"
|
|
3914
3844
|
}
|
|
3915
3845
|
],
|
|
3916
3846
|
"type": {
|
|
@@ -3923,7 +3853,7 @@
|
|
|
3923
3853
|
{
|
|
3924
3854
|
"title": "Properties",
|
|
3925
3855
|
"children": [
|
|
3926
|
-
|
|
3856
|
+
451
|
|
3927
3857
|
]
|
|
3928
3858
|
}
|
|
3929
3859
|
],
|
|
@@ -3932,7 +3862,7 @@
|
|
|
3932
3862
|
"fileName": "projects/popovers/src/testing/dropdown/popovers-fixture-dropdown-item.ts",
|
|
3933
3863
|
"line": 1,
|
|
3934
3864
|
"character": 17,
|
|
3935
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3865
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/popovers/testing/src/dropdown/popovers-fixture-dropdown-item.ts#L1"
|
|
3936
3866
|
}
|
|
3937
3867
|
]
|
|
3938
3868
|
}
|