@skyux/popovers 7.0.0-alpha.0 → 7.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +495 -887
- package/esm2020/lib/modules/dropdown/dropdown-item.component.mjs +21 -16
- package/esm2020/lib/modules/dropdown/dropdown-menu.component.mjs +138 -130
- package/esm2020/lib/modules/dropdown/dropdown.component.mjs +151 -132
- package/esm2020/lib/modules/dropdown/types/dropdown-button-type.mjs +2 -0
- package/esm2020/lib/modules/dropdown/types/dropdown-horizontal-alignment.mjs +1 -1
- package/esm2020/lib/modules/dropdown/types/dropdown-menu-change.mjs +1 -1
- package/esm2020/lib/modules/dropdown/types/dropdown-message-type.mjs +2 -1
- package/esm2020/lib/modules/dropdown/types/dropdown-message.mjs +1 -1
- package/esm2020/lib/modules/popover/popover-content.component.mjs +130 -104
- package/esm2020/lib/modules/popover/popover.component.mjs +51 -40
- package/esm2020/lib/modules/popover/popover.directive.mjs +129 -136
- package/esm2020/testing/dropdown/dropdown-fixture.mjs +45 -44
- package/esm2020/testing/popover/popover-fixture.mjs +31 -44
- package/fesm2015/skyux-popovers-testing.mjs +73 -87
- package/fesm2015/skyux-popovers-testing.mjs.map +1 -1
- package/fesm2015/skyux-popovers.mjs +631 -558
- package/fesm2015/skyux-popovers.mjs.map +1 -1
- package/fesm2020/skyux-popovers-testing.mjs +73 -86
- package/fesm2020/skyux-popovers-testing.mjs.map +1 -1
- package/fesm2020/skyux-popovers.mjs +615 -555
- package/fesm2020/skyux-popovers.mjs.map +1 -1
- package/lib/modules/dropdown/dropdown-item.component.d.ts +1 -4
- package/lib/modules/dropdown/dropdown-menu.component.d.ts +5 -16
- package/lib/modules/dropdown/dropdown.component.d.ts +14 -35
- package/lib/modules/dropdown/types/dropdown-button-type.d.ts +1 -0
- package/lib/modules/dropdown/types/dropdown-horizontal-alignment.d.ts +1 -2
- package/lib/modules/dropdown/types/dropdown-menu-change.d.ts +1 -0
- package/lib/modules/dropdown/types/dropdown-message-type.d.ts +1 -0
- package/lib/modules/dropdown/types/dropdown-message.d.ts +1 -0
- package/lib/modules/popover/popover-content.component.d.ts +9 -23
- package/lib/modules/popover/popover.component.d.ts +4 -13
- package/lib/modules/popover/popover.directive.d.ts +1 -14
- package/package.json +6 -6
- package/testing/dropdown/dropdown-fixture.d.ts +1 -7
- package/testing/popover/popover-fixture.d.ts +1 -18
package/documentation.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"anchorIds": {
|
|
3
|
-
"SkyDropdownMessageType": "enumeration-skydropdownmessagetype",
|
|
4
3
|
"SkyPopoverMessageType": "enumeration-skypopovermessagetype",
|
|
5
4
|
"SkyDropdownModule": "class-skydropdownmodule",
|
|
6
5
|
"SkyPopoverModule": "class-skypopovermodule",
|
|
@@ -10,8 +9,6 @@
|
|
|
10
9
|
"SkyDropdownMenuComponent": "class-skydropdownmenucomponent",
|
|
11
10
|
"SkyPopoverComponent": "class-skypopovercomponent",
|
|
12
11
|
"SkyPopoverDirective": "class-skypopoverdirective",
|
|
13
|
-
"SkyDropdownMenuChange": "interface-skydropdownmenuchange",
|
|
14
|
-
"SkyDropdownMessage": "interface-skydropdownmessage",
|
|
15
12
|
"SkyPopoverMessage": "interface-skypopovermessage",
|
|
16
13
|
"SkyDropdownHorizontalAlignment": "type-alias-skydropdownhorizontalalignment",
|
|
17
14
|
"SkyDropdownTriggerType": "type-alias-skydropdowntriggertype",
|
|
@@ -29,186 +26,7 @@
|
|
|
29
26
|
"originalName": "",
|
|
30
27
|
"children": [
|
|
31
28
|
{
|
|
32
|
-
"id":
|
|
33
|
-
"name": "SkyDropdownMessageType",
|
|
34
|
-
"kind": 8,
|
|
35
|
-
"kindString": "Enumeration",
|
|
36
|
-
"flags": {},
|
|
37
|
-
"comment": {
|
|
38
|
-
"shortText": "Specifies the type of message to send."
|
|
39
|
-
},
|
|
40
|
-
"children": [
|
|
41
|
-
{
|
|
42
|
-
"id": 345,
|
|
43
|
-
"name": "Close",
|
|
44
|
-
"kind": 16,
|
|
45
|
-
"kindString": "Enumeration member",
|
|
46
|
-
"flags": {},
|
|
47
|
-
"comment": {
|
|
48
|
-
"shortText": " Closes the dropdown menu."
|
|
49
|
-
},
|
|
50
|
-
"sources": [
|
|
51
|
-
{
|
|
52
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
53
|
-
"line": 13,
|
|
54
|
-
"character": 2
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"defaultValue": "1"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"id": 350,
|
|
61
|
-
"name": "FocusFirstItem",
|
|
62
|
-
"kind": 16,
|
|
63
|
-
"kindString": "Enumeration member",
|
|
64
|
-
"flags": {},
|
|
65
|
-
"comment": {
|
|
66
|
-
"shortText": "Puts focus on the first item in the dropdown menu."
|
|
67
|
-
},
|
|
68
|
-
"sources": [
|
|
69
|
-
{
|
|
70
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
71
|
-
"line": 39,
|
|
72
|
-
"character": 2
|
|
73
|
-
}
|
|
74
|
-
],
|
|
75
|
-
"defaultValue": "6"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"id": 351,
|
|
79
|
-
"name": "FocusLastItem",
|
|
80
|
-
"kind": 16,
|
|
81
|
-
"kindString": "Enumeration member",
|
|
82
|
-
"flags": {},
|
|
83
|
-
"comment": {
|
|
84
|
-
"shortText": "Puts focus on the last item in the dropdown menu."
|
|
85
|
-
},
|
|
86
|
-
"sources": [
|
|
87
|
-
{
|
|
88
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
89
|
-
"line": 44,
|
|
90
|
-
"character": 2
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"defaultValue": "7"
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"id": 347,
|
|
97
|
-
"name": "FocusNextItem",
|
|
98
|
-
"kind": 16,
|
|
99
|
-
"kindString": "Enumeration member",
|
|
100
|
-
"flags": {},
|
|
101
|
-
"comment": {
|
|
102
|
-
"shortText": "Puts focus on the next item in the dropdown menu."
|
|
103
|
-
},
|
|
104
|
-
"sources": [
|
|
105
|
-
{
|
|
106
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
107
|
-
"line": 23,
|
|
108
|
-
"character": 2
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
"defaultValue": "3"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"id": 348,
|
|
115
|
-
"name": "FocusPreviousItem",
|
|
116
|
-
"kind": 16,
|
|
117
|
-
"kindString": "Enumeration member",
|
|
118
|
-
"flags": {},
|
|
119
|
-
"comment": {
|
|
120
|
-
"shortText": "Puts focus on the previous item in the dropdown menu."
|
|
121
|
-
},
|
|
122
|
-
"sources": [
|
|
123
|
-
{
|
|
124
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
125
|
-
"line": 28,
|
|
126
|
-
"character": 2
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"defaultValue": "4"
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"id": 346,
|
|
133
|
-
"name": "FocusTriggerButton",
|
|
134
|
-
"kind": 16,
|
|
135
|
-
"kindString": "Enumeration member",
|
|
136
|
-
"flags": {},
|
|
137
|
-
"comment": {
|
|
138
|
-
"shortText": "Puts focus on the dropdown button."
|
|
139
|
-
},
|
|
140
|
-
"sources": [
|
|
141
|
-
{
|
|
142
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
143
|
-
"line": 18,
|
|
144
|
-
"character": 2
|
|
145
|
-
}
|
|
146
|
-
],
|
|
147
|
-
"defaultValue": "2"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"id": 344,
|
|
151
|
-
"name": "Open",
|
|
152
|
-
"kind": 16,
|
|
153
|
-
"kindString": "Enumeration member",
|
|
154
|
-
"flags": {},
|
|
155
|
-
"comment": {
|
|
156
|
-
"shortText": "Opens the dropdown menu."
|
|
157
|
-
},
|
|
158
|
-
"sources": [
|
|
159
|
-
{
|
|
160
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
161
|
-
"line": 8,
|
|
162
|
-
"character": 2
|
|
163
|
-
}
|
|
164
|
-
],
|
|
165
|
-
"defaultValue": "0"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"id": 349,
|
|
169
|
-
"name": "Reposition",
|
|
170
|
-
"kind": 16,
|
|
171
|
-
"kindString": "Enumeration member",
|
|
172
|
-
"flags": {},
|
|
173
|
-
"comment": {
|
|
174
|
-
"shortText": "Repositions the dropdown menu next to the dropdown button. This is useful for when the\ndropdown menu's width and height change while it is open."
|
|
175
|
-
},
|
|
176
|
-
"sources": [
|
|
177
|
-
{
|
|
178
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
179
|
-
"line": 34,
|
|
180
|
-
"character": 2
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"defaultValue": "5"
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"groups": [
|
|
187
|
-
{
|
|
188
|
-
"title": "Enumeration members",
|
|
189
|
-
"kind": 16,
|
|
190
|
-
"children": [
|
|
191
|
-
345,
|
|
192
|
-
350,
|
|
193
|
-
351,
|
|
194
|
-
347,
|
|
195
|
-
348,
|
|
196
|
-
346,
|
|
197
|
-
344,
|
|
198
|
-
349
|
|
199
|
-
]
|
|
200
|
-
}
|
|
201
|
-
],
|
|
202
|
-
"sources": [
|
|
203
|
-
{
|
|
204
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message-type.ts",
|
|
205
|
-
"line": 4,
|
|
206
|
-
"character": 12
|
|
207
|
-
}
|
|
208
|
-
]
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"id": 362,
|
|
29
|
+
"id": 387,
|
|
212
30
|
"name": "SkyPopoverMessageType",
|
|
213
31
|
"kind": 8,
|
|
214
32
|
"kindString": "Enumeration",
|
|
@@ -218,7 +36,7 @@
|
|
|
218
36
|
},
|
|
219
37
|
"children": [
|
|
220
38
|
{
|
|
221
|
-
"id":
|
|
39
|
+
"id": 389,
|
|
222
40
|
"name": "Close",
|
|
223
41
|
"kind": 16,
|
|
224
42
|
"kindString": "Enumeration member",
|
|
@@ -236,7 +54,7 @@
|
|
|
236
54
|
"defaultValue": "1"
|
|
237
55
|
},
|
|
238
56
|
{
|
|
239
|
-
"id":
|
|
57
|
+
"id": 391,
|
|
240
58
|
"name": "Focus",
|
|
241
59
|
"kind": 16,
|
|
242
60
|
"kindString": "Enumeration member",
|
|
@@ -254,7 +72,7 @@
|
|
|
254
72
|
"defaultValue": "3"
|
|
255
73
|
},
|
|
256
74
|
{
|
|
257
|
-
"id":
|
|
75
|
+
"id": 388,
|
|
258
76
|
"name": "Open",
|
|
259
77
|
"kind": 16,
|
|
260
78
|
"kindString": "Enumeration member",
|
|
@@ -272,7 +90,7 @@
|
|
|
272
90
|
"defaultValue": "0"
|
|
273
91
|
},
|
|
274
92
|
{
|
|
275
|
-
"id":
|
|
93
|
+
"id": 390,
|
|
276
94
|
"name": "Reposition",
|
|
277
95
|
"kind": 16,
|
|
278
96
|
"kindString": "Enumeration member",
|
|
@@ -295,10 +113,10 @@
|
|
|
295
113
|
"title": "Enumeration members",
|
|
296
114
|
"kind": 16,
|
|
297
115
|
"children": [
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
116
|
+
389,
|
|
117
|
+
391,
|
|
118
|
+
388,
|
|
119
|
+
390
|
|
302
120
|
]
|
|
303
121
|
}
|
|
304
122
|
],
|
|
@@ -311,7 +129,7 @@
|
|
|
311
129
|
]
|
|
312
130
|
},
|
|
313
131
|
{
|
|
314
|
-
"id":
|
|
132
|
+
"id": 378,
|
|
315
133
|
"name": "SkyDropdownModule",
|
|
316
134
|
"kind": 128,
|
|
317
135
|
"kindString": "Class",
|
|
@@ -336,7 +154,7 @@
|
|
|
336
154
|
"title": "Constructors",
|
|
337
155
|
"kind": 512,
|
|
338
156
|
"children": [
|
|
339
|
-
|
|
157
|
+
379
|
|
340
158
|
]
|
|
341
159
|
}
|
|
342
160
|
],
|
|
@@ -349,7 +167,7 @@
|
|
|
349
167
|
]
|
|
350
168
|
},
|
|
351
169
|
{
|
|
352
|
-
"id":
|
|
170
|
+
"id": 381,
|
|
353
171
|
"name": "SkyPopoverModule",
|
|
354
172
|
"kind": 128,
|
|
355
173
|
"kindString": "Class",
|
|
@@ -374,7 +192,7 @@
|
|
|
374
192
|
"title": "Constructors",
|
|
375
193
|
"kind": 512,
|
|
376
194
|
"children": [
|
|
377
|
-
|
|
195
|
+
382
|
|
378
196
|
]
|
|
379
197
|
}
|
|
380
198
|
],
|
|
@@ -421,7 +239,7 @@
|
|
|
421
239
|
"sources": [
|
|
422
240
|
{
|
|
423
241
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
424
|
-
"line":
|
|
242
|
+
"line": 49,
|
|
425
243
|
"character": 2
|
|
426
244
|
}
|
|
427
245
|
],
|
|
@@ -488,7 +306,7 @@
|
|
|
488
306
|
]
|
|
489
307
|
},
|
|
490
308
|
{
|
|
491
|
-
"id":
|
|
309
|
+
"id": 13,
|
|
492
310
|
"name": "isActive",
|
|
493
311
|
"kind": 1024,
|
|
494
312
|
"kindString": "Property",
|
|
@@ -498,7 +316,7 @@
|
|
|
498
316
|
"sources": [
|
|
499
317
|
{
|
|
500
318
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
501
|
-
"line":
|
|
319
|
+
"line": 40,
|
|
502
320
|
"character": 9
|
|
503
321
|
}
|
|
504
322
|
],
|
|
@@ -509,7 +327,7 @@
|
|
|
509
327
|
"defaultValue": "false"
|
|
510
328
|
},
|
|
511
329
|
{
|
|
512
|
-
"id":
|
|
330
|
+
"id": 14,
|
|
513
331
|
"name": "isDisabled",
|
|
514
332
|
"kind": 1024,
|
|
515
333
|
"kindString": "Property",
|
|
@@ -519,7 +337,7 @@
|
|
|
519
337
|
"sources": [
|
|
520
338
|
{
|
|
521
339
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
522
|
-
"line":
|
|
340
|
+
"line": 42,
|
|
523
341
|
"character": 9
|
|
524
342
|
}
|
|
525
343
|
],
|
|
@@ -614,37 +432,6 @@
|
|
|
614
432
|
}
|
|
615
433
|
]
|
|
616
434
|
},
|
|
617
|
-
{
|
|
618
|
-
"id": 13,
|
|
619
|
-
"name": "buttonElement",
|
|
620
|
-
"kind": 262144,
|
|
621
|
-
"kindString": "Accessor",
|
|
622
|
-
"flags": {
|
|
623
|
-
"isPublic": true
|
|
624
|
-
},
|
|
625
|
-
"sources": [
|
|
626
|
-
{
|
|
627
|
-
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
628
|
-
"line": 40,
|
|
629
|
-
"character": 13
|
|
630
|
-
}
|
|
631
|
-
],
|
|
632
|
-
"getSignature": [
|
|
633
|
-
{
|
|
634
|
-
"id": 14,
|
|
635
|
-
"name": "buttonElement",
|
|
636
|
-
"kind": 524288,
|
|
637
|
-
"kindString": "Get signature",
|
|
638
|
-
"flags": {},
|
|
639
|
-
"type": {
|
|
640
|
-
"type": "reference",
|
|
641
|
-
"qualifiedName": "HTMLButtonElement",
|
|
642
|
-
"package": "typescript",
|
|
643
|
-
"name": "HTMLButtonElement"
|
|
644
|
-
}
|
|
645
|
-
}
|
|
646
|
-
]
|
|
647
|
-
},
|
|
648
435
|
{
|
|
649
436
|
"id": 21,
|
|
650
437
|
"name": "focusElement",
|
|
@@ -656,7 +443,7 @@
|
|
|
656
443
|
"sources": [
|
|
657
444
|
{
|
|
658
445
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
659
|
-
"line":
|
|
446
|
+
"line": 71,
|
|
660
447
|
"character": 9
|
|
661
448
|
}
|
|
662
449
|
],
|
|
@@ -698,7 +485,7 @@
|
|
|
698
485
|
"sources": [
|
|
699
486
|
{
|
|
700
487
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
701
|
-
"line":
|
|
488
|
+
"line": 81,
|
|
702
489
|
"character": 9
|
|
703
490
|
}
|
|
704
491
|
],
|
|
@@ -727,7 +514,7 @@
|
|
|
727
514
|
"sources": [
|
|
728
515
|
{
|
|
729
516
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
730
|
-
"line":
|
|
517
|
+
"line": 58,
|
|
731
518
|
"character": 9
|
|
732
519
|
}
|
|
733
520
|
],
|
|
@@ -764,7 +551,7 @@
|
|
|
764
551
|
"sources": [
|
|
765
552
|
{
|
|
766
553
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
767
|
-
"line":
|
|
554
|
+
"line": 87,
|
|
768
555
|
"character": 9
|
|
769
556
|
}
|
|
770
557
|
],
|
|
@@ -796,16 +583,15 @@
|
|
|
796
583
|
"kind": 1024,
|
|
797
584
|
"children": [
|
|
798
585
|
18,
|
|
799
|
-
|
|
800
|
-
|
|
586
|
+
13,
|
|
587
|
+
14
|
|
801
588
|
]
|
|
802
589
|
},
|
|
803
590
|
{
|
|
804
591
|
"title": "Accessors",
|
|
805
592
|
"kind": 262144,
|
|
806
593
|
"children": [
|
|
807
|
-
9
|
|
808
|
-
13
|
|
594
|
+
9
|
|
809
595
|
]
|
|
810
596
|
},
|
|
811
597
|
{
|
|
@@ -836,7 +622,7 @@
|
|
|
836
622
|
]
|
|
837
623
|
},
|
|
838
624
|
{
|
|
839
|
-
"id":
|
|
625
|
+
"id": 30,
|
|
840
626
|
"name": "SkyDropdownButtonComponent",
|
|
841
627
|
"kind": 128,
|
|
842
628
|
"kindString": "Class",
|
|
@@ -864,7 +650,7 @@
|
|
|
864
650
|
"title": "Constructors",
|
|
865
651
|
"kind": 512,
|
|
866
652
|
"children": [
|
|
867
|
-
|
|
653
|
+
31
|
|
868
654
|
]
|
|
869
655
|
}
|
|
870
656
|
],
|
|
@@ -877,7 +663,7 @@
|
|
|
877
663
|
]
|
|
878
664
|
},
|
|
879
665
|
{
|
|
880
|
-
"id":
|
|
666
|
+
"id": 33,
|
|
881
667
|
"name": "SkyDropdownComponent",
|
|
882
668
|
"kind": 128,
|
|
883
669
|
"kindString": "Class",
|
|
@@ -901,7 +687,7 @@
|
|
|
901
687
|
],
|
|
902
688
|
"children": [
|
|
903
689
|
{
|
|
904
|
-
"id":
|
|
690
|
+
"id": 34,
|
|
905
691
|
"name": "constructor",
|
|
906
692
|
"kind": 512,
|
|
907
693
|
"kindString": "Constructor",
|
|
@@ -909,20 +695,20 @@
|
|
|
909
695
|
"sources": [
|
|
910
696
|
{
|
|
911
697
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
912
|
-
"line":
|
|
698
|
+
"line": 235,
|
|
913
699
|
"character": 2
|
|
914
700
|
}
|
|
915
701
|
],
|
|
916
702
|
"signatures": [
|
|
917
703
|
{
|
|
918
|
-
"id":
|
|
704
|
+
"id": 35,
|
|
919
705
|
"name": "SkyDropdownComponent",
|
|
920
706
|
"kind": 16384,
|
|
921
707
|
"kindString": "Constructor signature",
|
|
922
708
|
"flags": {},
|
|
923
709
|
"parameters": [
|
|
924
710
|
{
|
|
925
|
-
"id":
|
|
711
|
+
"id": 36,
|
|
926
712
|
"name": "changeDetector",
|
|
927
713
|
"kind": 32768,
|
|
928
714
|
"kindString": "Parameter",
|
|
@@ -935,7 +721,7 @@
|
|
|
935
721
|
}
|
|
936
722
|
},
|
|
937
723
|
{
|
|
938
|
-
"id":
|
|
724
|
+
"id": 37,
|
|
939
725
|
"name": "affixService",
|
|
940
726
|
"kind": 32768,
|
|
941
727
|
"kindString": "Parameter",
|
|
@@ -946,7 +732,7 @@
|
|
|
946
732
|
}
|
|
947
733
|
},
|
|
948
734
|
{
|
|
949
|
-
"id":
|
|
735
|
+
"id": 38,
|
|
950
736
|
"name": "overlayService",
|
|
951
737
|
"kind": 32768,
|
|
952
738
|
"kindString": "Parameter",
|
|
@@ -957,7 +743,7 @@
|
|
|
957
743
|
}
|
|
958
744
|
},
|
|
959
745
|
{
|
|
960
|
-
"id":
|
|
746
|
+
"id": 39,
|
|
961
747
|
"name": "themeSvc",
|
|
962
748
|
"kind": 32768,
|
|
963
749
|
"kindString": "Parameter",
|
|
@@ -984,14 +770,14 @@
|
|
|
984
770
|
],
|
|
985
771
|
"type": {
|
|
986
772
|
"type": "reference",
|
|
987
|
-
"id":
|
|
773
|
+
"id": 33,
|
|
988
774
|
"name": "SkyDropdownComponent"
|
|
989
775
|
}
|
|
990
776
|
}
|
|
991
777
|
]
|
|
992
778
|
},
|
|
993
779
|
{
|
|
994
|
-
"id":
|
|
780
|
+
"id": 74,
|
|
995
781
|
"name": "isMouseEnter",
|
|
996
782
|
"kind": 1024,
|
|
997
783
|
"kindString": "Property",
|
|
@@ -1001,7 +787,7 @@
|
|
|
1001
787
|
"sources": [
|
|
1002
788
|
{
|
|
1003
789
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1004
|
-
"line":
|
|
790
|
+
"line": 179,
|
|
1005
791
|
"character": 9
|
|
1006
792
|
}
|
|
1007
793
|
],
|
|
@@ -1012,7 +798,7 @@
|
|
|
1012
798
|
"defaultValue": "false"
|
|
1013
799
|
},
|
|
1014
800
|
{
|
|
1015
|
-
"id":
|
|
801
|
+
"id": 75,
|
|
1016
802
|
"name": "isVisible",
|
|
1017
803
|
"kind": 1024,
|
|
1018
804
|
"kindString": "Property",
|
|
@@ -1022,7 +808,7 @@
|
|
|
1022
808
|
"sources": [
|
|
1023
809
|
{
|
|
1024
810
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1025
|
-
"line":
|
|
811
|
+
"line": 181,
|
|
1026
812
|
"character": 9
|
|
1027
813
|
}
|
|
1028
814
|
],
|
|
@@ -1033,7 +819,7 @@
|
|
|
1033
819
|
"defaultValue": "false"
|
|
1034
820
|
},
|
|
1035
821
|
{
|
|
1036
|
-
"id":
|
|
822
|
+
"id": 56,
|
|
1037
823
|
"name": "label",
|
|
1038
824
|
"kind": 1024,
|
|
1039
825
|
"kindString": "Property",
|
|
@@ -1068,7 +854,7 @@
|
|
|
1068
854
|
}
|
|
1069
855
|
},
|
|
1070
856
|
{
|
|
1071
|
-
"id":
|
|
857
|
+
"id": 77,
|
|
1072
858
|
"name": "menuAriaRole",
|
|
1073
859
|
"kind": 1024,
|
|
1074
860
|
"kindString": "Property",
|
|
@@ -1078,7 +864,7 @@
|
|
|
1078
864
|
"sources": [
|
|
1079
865
|
{
|
|
1080
866
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1081
|
-
"line":
|
|
867
|
+
"line": 185,
|
|
1082
868
|
"character": 9
|
|
1083
869
|
}
|
|
1084
870
|
],
|
|
@@ -1088,72 +874,70 @@
|
|
|
1088
874
|
}
|
|
1089
875
|
},
|
|
1090
876
|
{
|
|
1091
|
-
"id":
|
|
1092
|
-
"name": "
|
|
877
|
+
"id": 78,
|
|
878
|
+
"name": "menuContainerTemplateRef",
|
|
1093
879
|
"kind": 1024,
|
|
1094
880
|
"kindString": "Property",
|
|
1095
881
|
"flags": {
|
|
1096
882
|
"isPublic": true
|
|
1097
883
|
},
|
|
884
|
+
"decorators": [
|
|
885
|
+
{
|
|
886
|
+
"name": "ViewChild",
|
|
887
|
+
"type": {
|
|
888
|
+
"type": "reference",
|
|
889
|
+
"qualifiedName": "ViewChildDecorator",
|
|
890
|
+
"package": "@angular/core",
|
|
891
|
+
"name": "ViewChild"
|
|
892
|
+
},
|
|
893
|
+
"arguments": {
|
|
894
|
+
"selector": "'menuContainerTemplateRef'",
|
|
895
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
896
|
+
}
|
|
897
|
+
}
|
|
898
|
+
],
|
|
1098
899
|
"sources": [
|
|
1099
900
|
{
|
|
1100
901
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1101
|
-
"line":
|
|
902
|
+
"line": 191,
|
|
1102
903
|
"character": 9
|
|
1103
904
|
}
|
|
1104
905
|
],
|
|
1105
906
|
"type": {
|
|
1106
|
-
"type": "
|
|
1107
|
-
"
|
|
907
|
+
"type": "reference",
|
|
908
|
+
"typeArguments": [
|
|
909
|
+
{
|
|
910
|
+
"type": "intrinsic",
|
|
911
|
+
"name": "unknown"
|
|
912
|
+
}
|
|
913
|
+
],
|
|
914
|
+
"qualifiedName": "TemplateRef",
|
|
915
|
+
"package": "@angular/core",
|
|
916
|
+
"name": "TemplateRef"
|
|
1108
917
|
}
|
|
1109
918
|
},
|
|
1110
919
|
{
|
|
1111
|
-
"id":
|
|
1112
|
-
"name": "
|
|
920
|
+
"id": 76,
|
|
921
|
+
"name": "menuId",
|
|
1113
922
|
"kind": 1024,
|
|
1114
923
|
"kindString": "Property",
|
|
1115
924
|
"flags": {
|
|
1116
925
|
"isPublic": true
|
|
1117
926
|
},
|
|
1118
|
-
"comment": {
|
|
1119
|
-
"shortText": "Provides an observable to send commands to the dropdown. The commands should respect\nthe [[SkyDropdownMessage]] type."
|
|
1120
|
-
},
|
|
1121
|
-
"decorators": [
|
|
1122
|
-
{
|
|
1123
|
-
"name": "Input",
|
|
1124
|
-
"type": {
|
|
1125
|
-
"type": "reference",
|
|
1126
|
-
"qualifiedName": "InputDecorator",
|
|
1127
|
-
"package": "@angular/core",
|
|
1128
|
-
"name": "Input"
|
|
1129
|
-
},
|
|
1130
|
-
"arguments": {}
|
|
1131
|
-
}
|
|
1132
|
-
],
|
|
1133
927
|
"sources": [
|
|
1134
928
|
{
|
|
1135
929
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1136
|
-
"line":
|
|
930
|
+
"line": 183,
|
|
1137
931
|
"character": 9
|
|
1138
932
|
}
|
|
1139
933
|
],
|
|
1140
934
|
"type": {
|
|
1141
|
-
"type": "
|
|
1142
|
-
"
|
|
1143
|
-
|
|
1144
|
-
"type": "reference",
|
|
1145
|
-
"id": 341,
|
|
1146
|
-
"name": "SkyDropdownMessage"
|
|
1147
|
-
}
|
|
1148
|
-
],
|
|
1149
|
-
"qualifiedName": "Subject",
|
|
1150
|
-
"package": "rxjs",
|
|
1151
|
-
"name": "Subject"
|
|
1152
|
-
},
|
|
1153
|
-
"defaultValue": "..."
|
|
935
|
+
"type": "intrinsic",
|
|
936
|
+
"name": "string"
|
|
937
|
+
}
|
|
1154
938
|
},
|
|
1155
939
|
{
|
|
1156
|
-
"id":
|
|
940
|
+
"id": 62,
|
|
1157
941
|
"name": "title",
|
|
1158
942
|
"kind": 1024,
|
|
1159
943
|
"kindString": "Property",
|
|
@@ -1178,7 +962,7 @@
|
|
|
1178
962
|
"sources": [
|
|
1179
963
|
{
|
|
1180
964
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1181
|
-
"line":
|
|
965
|
+
"line": 138,
|
|
1182
966
|
"character": 9
|
|
1183
967
|
}
|
|
1184
968
|
],
|
|
@@ -1188,7 +972,7 @@
|
|
|
1188
972
|
}
|
|
1189
973
|
},
|
|
1190
974
|
{
|
|
1191
|
-
"id":
|
|
975
|
+
"id": 40,
|
|
1192
976
|
"name": "buttonStyle",
|
|
1193
977
|
"kind": 262144,
|
|
1194
978
|
"kindString": "Accessor",
|
|
@@ -1210,13 +994,13 @@
|
|
|
1210
994
|
"sources": [
|
|
1211
995
|
{
|
|
1212
996
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1213
|
-
"line":
|
|
997
|
+
"line": 51,
|
|
1214
998
|
"character": 13
|
|
1215
999
|
}
|
|
1216
1000
|
],
|
|
1217
1001
|
"getSignature": [
|
|
1218
1002
|
{
|
|
1219
|
-
"id":
|
|
1003
|
+
"id": 41,
|
|
1220
1004
|
"name": "buttonStyle",
|
|
1221
1005
|
"kind": 524288,
|
|
1222
1006
|
"kindString": "Get signature",
|
|
@@ -1238,7 +1022,7 @@
|
|
|
1238
1022
|
],
|
|
1239
1023
|
"setSignature": [
|
|
1240
1024
|
{
|
|
1241
|
-
"id":
|
|
1025
|
+
"id": 42,
|
|
1242
1026
|
"name": "buttonStyle",
|
|
1243
1027
|
"kind": 1048576,
|
|
1244
1028
|
"kindString": "Set signature",
|
|
@@ -1254,7 +1038,7 @@
|
|
|
1254
1038
|
},
|
|
1255
1039
|
"parameters": [
|
|
1256
1040
|
{
|
|
1257
|
-
"id":
|
|
1041
|
+
"id": 43,
|
|
1258
1042
|
"name": "value",
|
|
1259
1043
|
"kind": 32768,
|
|
1260
1044
|
"kindString": "Parameter",
|
|
@@ -1273,7 +1057,7 @@
|
|
|
1273
1057
|
]
|
|
1274
1058
|
},
|
|
1275
1059
|
{
|
|
1276
|
-
"id":
|
|
1060
|
+
"id": 44,
|
|
1277
1061
|
"name": "buttonType",
|
|
1278
1062
|
"kind": 262144,
|
|
1279
1063
|
"kindString": "Accessor",
|
|
@@ -1295,19 +1079,19 @@
|
|
|
1295
1079
|
"sources": [
|
|
1296
1080
|
{
|
|
1297
1081
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1298
|
-
"line":
|
|
1082
|
+
"line": 69,
|
|
1299
1083
|
"character": 13
|
|
1300
1084
|
}
|
|
1301
1085
|
],
|
|
1302
1086
|
"getSignature": [
|
|
1303
1087
|
{
|
|
1304
|
-
"id":
|
|
1088
|
+
"id": 45,
|
|
1305
1089
|
"name": "buttonType",
|
|
1306
1090
|
"kind": 524288,
|
|
1307
1091
|
"kindString": "Get signature",
|
|
1308
1092
|
"flags": {},
|
|
1309
1093
|
"comment": {
|
|
1310
|
-
"shortText": "Specifies the type of button to render as the dropdown's trigger element. To display a button\nwith text and a caret, specify `select` and then enter the button text in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`context-menu`. And to display a button with a [Font Awesome icon](http://fontawesome.io/icons/), specify the icon's class name.\nFor example, to display the `fa-filter` icon, specify `filter`.",
|
|
1094
|
+
"shortText": "Specifies the type of button to render as the dropdown's trigger element. To display a button\nwith text and a caret, specify `'select'` and then enter the button text in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`'context-menu'`. And to display a button with a [Font Awesome icon](http://fontawesome.io/icons/), specify the icon's class name.\nFor example, to display the `'fa-filter'` icon, specify `'filter'`.",
|
|
1311
1095
|
"tags": [
|
|
1312
1096
|
{
|
|
1313
1097
|
"tag": "default",
|
|
@@ -1323,13 +1107,13 @@
|
|
|
1323
1107
|
],
|
|
1324
1108
|
"setSignature": [
|
|
1325
1109
|
{
|
|
1326
|
-
"id":
|
|
1110
|
+
"id": 46,
|
|
1327
1111
|
"name": "buttonType",
|
|
1328
1112
|
"kind": 1048576,
|
|
1329
1113
|
"kindString": "Set signature",
|
|
1330
1114
|
"flags": {},
|
|
1331
1115
|
"comment": {
|
|
1332
|
-
"shortText": "Specifies the type of button to render as the dropdown's trigger element. To display a button\nwith text and a caret, specify `select` and then enter the button text in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`context-menu`. And to display a button with a [Font Awesome icon](http://fontawesome.io/icons/), specify the icon's class name.\nFor example, to display the `fa-filter` icon, specify `filter`.",
|
|
1116
|
+
"shortText": "Specifies the type of button to render as the dropdown's trigger element. To display a button\nwith text and a caret, specify `'select'` and then enter the button text in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`'context-menu'`. And to display a button with a [Font Awesome icon](http://fontawesome.io/icons/), specify the icon's class name.\nFor example, to display the `'fa-filter'` icon, specify `'filter'`.",
|
|
1333
1117
|
"tags": [
|
|
1334
1118
|
{
|
|
1335
1119
|
"tag": "default",
|
|
@@ -1339,7 +1123,7 @@
|
|
|
1339
1123
|
},
|
|
1340
1124
|
"parameters": [
|
|
1341
1125
|
{
|
|
1342
|
-
"id":
|
|
1126
|
+
"id": 47,
|
|
1343
1127
|
"name": "value",
|
|
1344
1128
|
"kind": 32768,
|
|
1345
1129
|
"kindString": "Parameter",
|
|
@@ -1358,7 +1142,7 @@
|
|
|
1358
1142
|
]
|
|
1359
1143
|
},
|
|
1360
1144
|
{
|
|
1361
|
-
"id":
|
|
1145
|
+
"id": 48,
|
|
1362
1146
|
"name": "disabled",
|
|
1363
1147
|
"kind": 262144,
|
|
1364
1148
|
"kindString": "Accessor",
|
|
@@ -1380,13 +1164,13 @@
|
|
|
1380
1164
|
"sources": [
|
|
1381
1165
|
{
|
|
1382
1166
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1383
|
-
"line":
|
|
1167
|
+
"line": 82,
|
|
1384
1168
|
"character": 13
|
|
1385
1169
|
}
|
|
1386
1170
|
],
|
|
1387
1171
|
"getSignature": [
|
|
1388
1172
|
{
|
|
1389
|
-
"id":
|
|
1173
|
+
"id": 49,
|
|
1390
1174
|
"name": "disabled",
|
|
1391
1175
|
"kind": 524288,
|
|
1392
1176
|
"kindString": "Get signature",
|
|
@@ -1408,7 +1192,7 @@
|
|
|
1408
1192
|
],
|
|
1409
1193
|
"setSignature": [
|
|
1410
1194
|
{
|
|
1411
|
-
"id":
|
|
1195
|
+
"id": 50,
|
|
1412
1196
|
"name": "disabled",
|
|
1413
1197
|
"kind": 1048576,
|
|
1414
1198
|
"kindString": "Set signature",
|
|
@@ -1424,7 +1208,7 @@
|
|
|
1424
1208
|
},
|
|
1425
1209
|
"parameters": [
|
|
1426
1210
|
{
|
|
1427
|
-
"id":
|
|
1211
|
+
"id": 51,
|
|
1428
1212
|
"name": "value",
|
|
1429
1213
|
"kind": 32768,
|
|
1430
1214
|
"kindString": "Parameter",
|
|
@@ -1443,7 +1227,7 @@
|
|
|
1443
1227
|
]
|
|
1444
1228
|
},
|
|
1445
1229
|
{
|
|
1446
|
-
"id":
|
|
1230
|
+
"id": 52,
|
|
1447
1231
|
"name": "dismissOnBlur",
|
|
1448
1232
|
"kind": 262144,
|
|
1449
1233
|
"kindString": "Accessor",
|
|
@@ -1465,13 +1249,13 @@
|
|
|
1465
1249
|
"sources": [
|
|
1466
1250
|
{
|
|
1467
1251
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1468
|
-
"line":
|
|
1252
|
+
"line": 95,
|
|
1469
1253
|
"character": 13
|
|
1470
1254
|
}
|
|
1471
1255
|
],
|
|
1472
1256
|
"getSignature": [
|
|
1473
1257
|
{
|
|
1474
|
-
"id":
|
|
1258
|
+
"id": 53,
|
|
1475
1259
|
"name": "dismissOnBlur",
|
|
1476
1260
|
"kind": 524288,
|
|
1477
1261
|
"kindString": "Get signature",
|
|
@@ -1493,7 +1277,7 @@
|
|
|
1493
1277
|
],
|
|
1494
1278
|
"setSignature": [
|
|
1495
1279
|
{
|
|
1496
|
-
"id":
|
|
1280
|
+
"id": 54,
|
|
1497
1281
|
"name": "dismissOnBlur",
|
|
1498
1282
|
"kind": 1048576,
|
|
1499
1283
|
"kindString": "Set signature",
|
|
@@ -1509,7 +1293,7 @@
|
|
|
1509
1293
|
},
|
|
1510
1294
|
"parameters": [
|
|
1511
1295
|
{
|
|
1512
|
-
"id":
|
|
1296
|
+
"id": 55,
|
|
1513
1297
|
"name": "value",
|
|
1514
1298
|
"kind": 32768,
|
|
1515
1299
|
"kindString": "Parameter",
|
|
@@ -1528,7 +1312,7 @@
|
|
|
1528
1312
|
]
|
|
1529
1313
|
},
|
|
1530
1314
|
{
|
|
1531
|
-
"id":
|
|
1315
|
+
"id": 57,
|
|
1532
1316
|
"name": "horizontalAlignment",
|
|
1533
1317
|
"kind": 262144,
|
|
1534
1318
|
"kindString": "Accessor",
|
|
@@ -1556,7 +1340,7 @@
|
|
|
1556
1340
|
],
|
|
1557
1341
|
"getSignature": [
|
|
1558
1342
|
{
|
|
1559
|
-
"id":
|
|
1343
|
+
"id": 58,
|
|
1560
1344
|
"name": "horizontalAlignment",
|
|
1561
1345
|
"kind": 524288,
|
|
1562
1346
|
"kindString": "Get signature",
|
|
@@ -1572,13 +1356,14 @@
|
|
|
1572
1356
|
},
|
|
1573
1357
|
"type": {
|
|
1574
1358
|
"type": "reference",
|
|
1575
|
-
"
|
|
1359
|
+
"id": 361,
|
|
1360
|
+
"name": "SkyDropdownHorizontalAlignment"
|
|
1576
1361
|
}
|
|
1577
1362
|
}
|
|
1578
1363
|
],
|
|
1579
1364
|
"setSignature": [
|
|
1580
1365
|
{
|
|
1581
|
-
"id":
|
|
1366
|
+
"id": 59,
|
|
1582
1367
|
"name": "horizontalAlignment",
|
|
1583
1368
|
"kind": 1048576,
|
|
1584
1369
|
"kindString": "Set signature",
|
|
@@ -1594,14 +1379,15 @@
|
|
|
1594
1379
|
},
|
|
1595
1380
|
"parameters": [
|
|
1596
1381
|
{
|
|
1597
|
-
"id":
|
|
1382
|
+
"id": 60,
|
|
1598
1383
|
"name": "value",
|
|
1599
1384
|
"kind": 32768,
|
|
1600
1385
|
"kindString": "Parameter",
|
|
1601
1386
|
"flags": {},
|
|
1602
1387
|
"type": {
|
|
1603
1388
|
"type": "reference",
|
|
1604
|
-
"
|
|
1389
|
+
"id": 361,
|
|
1390
|
+
"name": "SkyDropdownHorizontalAlignment"
|
|
1605
1391
|
}
|
|
1606
1392
|
}
|
|
1607
1393
|
],
|
|
@@ -1613,7 +1399,7 @@
|
|
|
1613
1399
|
]
|
|
1614
1400
|
},
|
|
1615
1401
|
{
|
|
1616
|
-
"id":
|
|
1402
|
+
"id": 67,
|
|
1617
1403
|
"name": "isOpen",
|
|
1618
1404
|
"kind": 262144,
|
|
1619
1405
|
"kindString": "Accessor",
|
|
@@ -1623,13 +1409,13 @@
|
|
|
1623
1409
|
"sources": [
|
|
1624
1410
|
{
|
|
1625
1411
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1626
|
-
"line":
|
|
1412
|
+
"line": 159,
|
|
1627
1413
|
"character": 13
|
|
1628
1414
|
}
|
|
1629
1415
|
],
|
|
1630
1416
|
"getSignature": [
|
|
1631
1417
|
{
|
|
1632
|
-
"id":
|
|
1418
|
+
"id": 68,
|
|
1633
1419
|
"name": "isOpen",
|
|
1634
1420
|
"kind": 524288,
|
|
1635
1421
|
"kindString": "Get signature",
|
|
@@ -1642,14 +1428,14 @@
|
|
|
1642
1428
|
],
|
|
1643
1429
|
"setSignature": [
|
|
1644
1430
|
{
|
|
1645
|
-
"id":
|
|
1431
|
+
"id": 69,
|
|
1646
1432
|
"name": "isOpen",
|
|
1647
1433
|
"kind": 1048576,
|
|
1648
1434
|
"kindString": "Set signature",
|
|
1649
1435
|
"flags": {},
|
|
1650
1436
|
"parameters": [
|
|
1651
1437
|
{
|
|
1652
|
-
"id":
|
|
1438
|
+
"id": 70,
|
|
1653
1439
|
"name": "value",
|
|
1654
1440
|
"kind": 32768,
|
|
1655
1441
|
"kindString": "Parameter",
|
|
@@ -1668,7 +1454,7 @@
|
|
|
1668
1454
|
]
|
|
1669
1455
|
},
|
|
1670
1456
|
{
|
|
1671
|
-
"id":
|
|
1457
|
+
"id": 71,
|
|
1672
1458
|
"name": "menuContainerElementRef",
|
|
1673
1459
|
"kind": 262144,
|
|
1674
1460
|
"kindString": "Accessor",
|
|
@@ -1693,41 +1479,20 @@
|
|
|
1693
1479
|
"sources": [
|
|
1694
1480
|
{
|
|
1695
1481
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1696
|
-
"line":
|
|
1482
|
+
"line": 171,
|
|
1697
1483
|
"character": 13
|
|
1698
1484
|
}
|
|
1699
1485
|
],
|
|
1700
|
-
"getSignature": [
|
|
1701
|
-
{
|
|
1702
|
-
"id": 70,
|
|
1703
|
-
"name": "menuContainerElementRef",
|
|
1704
|
-
"kind": 524288,
|
|
1705
|
-
"kindString": "Get signature",
|
|
1706
|
-
"flags": {},
|
|
1707
|
-
"type": {
|
|
1708
|
-
"type": "reference",
|
|
1709
|
-
"typeArguments": [
|
|
1710
|
-
{
|
|
1711
|
-
"type": "intrinsic",
|
|
1712
|
-
"name": "any"
|
|
1713
|
-
}
|
|
1714
|
-
],
|
|
1715
|
-
"qualifiedName": "ElementRef",
|
|
1716
|
-
"package": "@angular/core",
|
|
1717
|
-
"name": "ElementRef"
|
|
1718
|
-
}
|
|
1719
|
-
}
|
|
1720
|
-
],
|
|
1721
1486
|
"setSignature": [
|
|
1722
1487
|
{
|
|
1723
|
-
"id":
|
|
1488
|
+
"id": 72,
|
|
1724
1489
|
"name": "menuContainerElementRef",
|
|
1725
1490
|
"kind": 1048576,
|
|
1726
1491
|
"kindString": "Set signature",
|
|
1727
1492
|
"flags": {},
|
|
1728
1493
|
"parameters": [
|
|
1729
1494
|
{
|
|
1730
|
-
"id":
|
|
1495
|
+
"id": 73,
|
|
1731
1496
|
"name": "value",
|
|
1732
1497
|
"kind": 32768,
|
|
1733
1498
|
"kindString": "Parameter",
|
|
@@ -1754,7 +1519,7 @@
|
|
|
1754
1519
|
]
|
|
1755
1520
|
},
|
|
1756
1521
|
{
|
|
1757
|
-
"id":
|
|
1522
|
+
"id": 63,
|
|
1758
1523
|
"name": "trigger",
|
|
1759
1524
|
"kind": 262144,
|
|
1760
1525
|
"kindString": "Accessor",
|
|
@@ -1776,13 +1541,13 @@
|
|
|
1776
1541
|
"sources": [
|
|
1777
1542
|
{
|
|
1778
1543
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1779
|
-
"line":
|
|
1544
|
+
"line": 151,
|
|
1780
1545
|
"character": 13
|
|
1781
1546
|
}
|
|
1782
1547
|
],
|
|
1783
1548
|
"getSignature": [
|
|
1784
1549
|
{
|
|
1785
|
-
"id":
|
|
1550
|
+
"id": 64,
|
|
1786
1551
|
"name": "trigger",
|
|
1787
1552
|
"kind": 524288,
|
|
1788
1553
|
"kindString": "Get signature",
|
|
@@ -1792,7 +1557,7 @@
|
|
|
1792
1557
|
"tags": [
|
|
1793
1558
|
{
|
|
1794
1559
|
"tag": "deprecated",
|
|
1795
|
-
"text": "We recommend against using this property. If you choose to use the deprecated\n`hover` value anyway, we recommend that you not use it in combination with the `title`\nproperty.
|
|
1560
|
+
"text": "We recommend against using this property. If you choose to use the deprecated\n`hover` value anyway, we recommend that you not use it in combination with the `title`\nproperty."
|
|
1796
1561
|
},
|
|
1797
1562
|
{
|
|
1798
1563
|
"tag": "default",
|
|
@@ -1802,14 +1567,14 @@
|
|
|
1802
1567
|
},
|
|
1803
1568
|
"type": {
|
|
1804
1569
|
"type": "reference",
|
|
1805
|
-
"id":
|
|
1570
|
+
"id": 377,
|
|
1806
1571
|
"name": "SkyDropdownTriggerType"
|
|
1807
1572
|
}
|
|
1808
1573
|
}
|
|
1809
1574
|
],
|
|
1810
1575
|
"setSignature": [
|
|
1811
1576
|
{
|
|
1812
|
-
"id":
|
|
1577
|
+
"id": 65,
|
|
1813
1578
|
"name": "trigger",
|
|
1814
1579
|
"kind": 1048576,
|
|
1815
1580
|
"kindString": "Set signature",
|
|
@@ -1819,7 +1584,7 @@
|
|
|
1819
1584
|
"tags": [
|
|
1820
1585
|
{
|
|
1821
1586
|
"tag": "deprecated",
|
|
1822
|
-
"text": "We recommend against using this property. If you choose to use the deprecated\n`hover` value anyway, we recommend that you not use it in combination with the `title`\nproperty.
|
|
1587
|
+
"text": "We recommend against using this property. If you choose to use the deprecated\n`hover` value anyway, we recommend that you not use it in combination with the `title`\nproperty."
|
|
1823
1588
|
},
|
|
1824
1589
|
{
|
|
1825
1590
|
"tag": "default",
|
|
@@ -1829,14 +1594,14 @@
|
|
|
1829
1594
|
},
|
|
1830
1595
|
"parameters": [
|
|
1831
1596
|
{
|
|
1832
|
-
"id":
|
|
1597
|
+
"id": 66,
|
|
1833
1598
|
"name": "value",
|
|
1834
1599
|
"kind": 32768,
|
|
1835
1600
|
"kindString": "Parameter",
|
|
1836
1601
|
"flags": {},
|
|
1837
1602
|
"type": {
|
|
1838
1603
|
"type": "reference",
|
|
1839
|
-
"id":
|
|
1604
|
+
"id": 377,
|
|
1840
1605
|
"name": "SkyDropdownTriggerType"
|
|
1841
1606
|
}
|
|
1842
1607
|
}
|
|
@@ -1849,7 +1614,93 @@
|
|
|
1849
1614
|
]
|
|
1850
1615
|
},
|
|
1851
1616
|
{
|
|
1852
|
-
"id":
|
|
1617
|
+
"id": 79,
|
|
1618
|
+
"name": "triggerButton",
|
|
1619
|
+
"kind": 262144,
|
|
1620
|
+
"kindString": "Accessor",
|
|
1621
|
+
"flags": {
|
|
1622
|
+
"isPublic": true
|
|
1623
|
+
},
|
|
1624
|
+
"decorators": [
|
|
1625
|
+
{
|
|
1626
|
+
"name": "ViewChild",
|
|
1627
|
+
"type": {
|
|
1628
|
+
"type": "reference",
|
|
1629
|
+
"qualifiedName": "ViewChildDecorator",
|
|
1630
|
+
"package": "@angular/core",
|
|
1631
|
+
"name": "ViewChild"
|
|
1632
|
+
},
|
|
1633
|
+
"arguments": {
|
|
1634
|
+
"selector": "'triggerButton'",
|
|
1635
|
+
"opts": "{\n read: ElementRef,\n static: true,\n }"
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
],
|
|
1639
|
+
"sources": [
|
|
1640
|
+
{
|
|
1641
|
+
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1642
|
+
"line": 197,
|
|
1643
|
+
"character": 13
|
|
1644
|
+
}
|
|
1645
|
+
],
|
|
1646
|
+
"getSignature": [
|
|
1647
|
+
{
|
|
1648
|
+
"id": 80,
|
|
1649
|
+
"name": "triggerButton",
|
|
1650
|
+
"kind": 524288,
|
|
1651
|
+
"kindString": "Get signature",
|
|
1652
|
+
"flags": {},
|
|
1653
|
+
"type": {
|
|
1654
|
+
"type": "reference",
|
|
1655
|
+
"typeArguments": [
|
|
1656
|
+
{
|
|
1657
|
+
"type": "intrinsic",
|
|
1658
|
+
"name": "any"
|
|
1659
|
+
}
|
|
1660
|
+
],
|
|
1661
|
+
"qualifiedName": "ElementRef",
|
|
1662
|
+
"package": "@angular/core",
|
|
1663
|
+
"name": "ElementRef"
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
],
|
|
1667
|
+
"setSignature": [
|
|
1668
|
+
{
|
|
1669
|
+
"id": 81,
|
|
1670
|
+
"name": "triggerButton",
|
|
1671
|
+
"kind": 1048576,
|
|
1672
|
+
"kindString": "Set signature",
|
|
1673
|
+
"flags": {},
|
|
1674
|
+
"parameters": [
|
|
1675
|
+
{
|
|
1676
|
+
"id": 82,
|
|
1677
|
+
"name": "value",
|
|
1678
|
+
"kind": 32768,
|
|
1679
|
+
"kindString": "Parameter",
|
|
1680
|
+
"flags": {},
|
|
1681
|
+
"type": {
|
|
1682
|
+
"type": "reference",
|
|
1683
|
+
"typeArguments": [
|
|
1684
|
+
{
|
|
1685
|
+
"type": "intrinsic",
|
|
1686
|
+
"name": "any"
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"qualifiedName": "ElementRef",
|
|
1690
|
+
"package": "@angular/core",
|
|
1691
|
+
"name": "ElementRef"
|
|
1692
|
+
}
|
|
1693
|
+
}
|
|
1694
|
+
],
|
|
1695
|
+
"type": {
|
|
1696
|
+
"type": "intrinsic",
|
|
1697
|
+
"name": "void"
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"id": 101,
|
|
1853
1704
|
"name": "ngOnDestroy",
|
|
1854
1705
|
"kind": 2048,
|
|
1855
1706
|
"kindString": "Method",
|
|
@@ -1859,13 +1710,13 @@
|
|
|
1859
1710
|
"sources": [
|
|
1860
1711
|
{
|
|
1861
1712
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1862
|
-
"line":
|
|
1713
|
+
"line": 262,
|
|
1863
1714
|
"character": 9
|
|
1864
1715
|
}
|
|
1865
1716
|
],
|
|
1866
1717
|
"signatures": [
|
|
1867
1718
|
{
|
|
1868
|
-
"id":
|
|
1719
|
+
"id": 102,
|
|
1869
1720
|
"name": "ngOnDestroy",
|
|
1870
1721
|
"kind": 4096,
|
|
1871
1722
|
"kindString": "Call signature",
|
|
@@ -1886,7 +1737,7 @@
|
|
|
1886
1737
|
}
|
|
1887
1738
|
},
|
|
1888
1739
|
{
|
|
1889
|
-
"id":
|
|
1740
|
+
"id": 99,
|
|
1890
1741
|
"name": "ngOnInit",
|
|
1891
1742
|
"kind": 2048,
|
|
1892
1743
|
"kindString": "Method",
|
|
@@ -1896,13 +1747,13 @@
|
|
|
1896
1747
|
"sources": [
|
|
1897
1748
|
{
|
|
1898
1749
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1899
|
-
"line":
|
|
1750
|
+
"line": 247,
|
|
1900
1751
|
"character": 9
|
|
1901
1752
|
}
|
|
1902
1753
|
],
|
|
1903
1754
|
"signatures": [
|
|
1904
1755
|
{
|
|
1905
|
-
"id":
|
|
1756
|
+
"id": 100,
|
|
1906
1757
|
"name": "ngOnInit",
|
|
1907
1758
|
"kind": 4096,
|
|
1908
1759
|
"kindString": "Call signature",
|
|
@@ -1928,49 +1779,50 @@
|
|
|
1928
1779
|
"title": "Constructors",
|
|
1929
1780
|
"kind": 512,
|
|
1930
1781
|
"children": [
|
|
1931
|
-
|
|
1782
|
+
34
|
|
1932
1783
|
]
|
|
1933
1784
|
},
|
|
1934
1785
|
{
|
|
1935
1786
|
"title": "Properties",
|
|
1936
1787
|
"kind": 1024,
|
|
1937
1788
|
"children": [
|
|
1938
|
-
73,
|
|
1939
1789
|
74,
|
|
1940
|
-
54,
|
|
1941
|
-
76,
|
|
1942
1790
|
75,
|
|
1943
|
-
|
|
1944
|
-
|
|
1791
|
+
56,
|
|
1792
|
+
77,
|
|
1793
|
+
78,
|
|
1794
|
+
76,
|
|
1795
|
+
62
|
|
1945
1796
|
]
|
|
1946
1797
|
},
|
|
1947
1798
|
{
|
|
1948
1799
|
"title": "Accessors",
|
|
1949
1800
|
"kind": 262144,
|
|
1950
1801
|
"children": [
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1802
|
+
40,
|
|
1803
|
+
44,
|
|
1804
|
+
48,
|
|
1805
|
+
52,
|
|
1806
|
+
57,
|
|
1807
|
+
67,
|
|
1808
|
+
71,
|
|
1809
|
+
63,
|
|
1810
|
+
79
|
|
1959
1811
|
]
|
|
1960
1812
|
},
|
|
1961
1813
|
{
|
|
1962
1814
|
"title": "Methods",
|
|
1963
1815
|
"kind": 2048,
|
|
1964
1816
|
"children": [
|
|
1965
|
-
|
|
1966
|
-
|
|
1817
|
+
101,
|
|
1818
|
+
99
|
|
1967
1819
|
]
|
|
1968
1820
|
}
|
|
1969
1821
|
],
|
|
1970
1822
|
"sources": [
|
|
1971
1823
|
{
|
|
1972
1824
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1973
|
-
"line":
|
|
1825
|
+
"line": 43,
|
|
1974
1826
|
"character": 13
|
|
1975
1827
|
}
|
|
1976
1828
|
],
|
|
@@ -1990,7 +1842,7 @@
|
|
|
1990
1842
|
]
|
|
1991
1843
|
},
|
|
1992
1844
|
{
|
|
1993
|
-
"id":
|
|
1845
|
+
"id": 122,
|
|
1994
1846
|
"name": "SkyDropdownMenuComponent",
|
|
1995
1847
|
"kind": 128,
|
|
1996
1848
|
"kindString": "Class",
|
|
@@ -2014,7 +1866,7 @@
|
|
|
2014
1866
|
],
|
|
2015
1867
|
"children": [
|
|
2016
1868
|
{
|
|
2017
|
-
"id":
|
|
1869
|
+
"id": 123,
|
|
2018
1870
|
"name": "constructor",
|
|
2019
1871
|
"kind": 512,
|
|
2020
1872
|
"kindString": "Constructor",
|
|
@@ -2022,20 +1874,20 @@
|
|
|
2022
1874
|
"sources": [
|
|
2023
1875
|
{
|
|
2024
1876
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2025
|
-
"line":
|
|
1877
|
+
"line": 124,
|
|
2026
1878
|
"character": 2
|
|
2027
1879
|
}
|
|
2028
1880
|
],
|
|
2029
1881
|
"signatures": [
|
|
2030
1882
|
{
|
|
2031
|
-
"id":
|
|
1883
|
+
"id": 124,
|
|
2032
1884
|
"name": "SkyDropdownMenuComponent",
|
|
2033
1885
|
"kind": 16384,
|
|
2034
1886
|
"kindString": "Constructor signature",
|
|
2035
1887
|
"flags": {},
|
|
2036
1888
|
"parameters": [
|
|
2037
1889
|
{
|
|
2038
|
-
"id":
|
|
1890
|
+
"id": 125,
|
|
2039
1891
|
"name": "changeDetector",
|
|
2040
1892
|
"kind": 32768,
|
|
2041
1893
|
"kindString": "Parameter",
|
|
@@ -2048,7 +1900,7 @@
|
|
|
2048
1900
|
}
|
|
2049
1901
|
},
|
|
2050
1902
|
{
|
|
2051
|
-
"id":
|
|
1903
|
+
"id": 126,
|
|
2052
1904
|
"name": "elementRef",
|
|
2053
1905
|
"kind": 32768,
|
|
2054
1906
|
"kindString": "Parameter",
|
|
@@ -2067,11 +1919,13 @@
|
|
|
2067
1919
|
}
|
|
2068
1920
|
},
|
|
2069
1921
|
{
|
|
2070
|
-
"id":
|
|
1922
|
+
"id": 127,
|
|
2071
1923
|
"name": "dropdownComponent",
|
|
2072
1924
|
"kind": 32768,
|
|
2073
1925
|
"kindString": "Parameter",
|
|
2074
|
-
"flags": {
|
|
1926
|
+
"flags": {
|
|
1927
|
+
"isOptional": true
|
|
1928
|
+
},
|
|
2075
1929
|
"decorators": [
|
|
2076
1930
|
{
|
|
2077
1931
|
"name": "Optional",
|
|
@@ -2086,21 +1940,21 @@
|
|
|
2086
1940
|
],
|
|
2087
1941
|
"type": {
|
|
2088
1942
|
"type": "reference",
|
|
2089
|
-
"id":
|
|
1943
|
+
"id": 33,
|
|
2090
1944
|
"name": "SkyDropdownComponent"
|
|
2091
1945
|
}
|
|
2092
1946
|
}
|
|
2093
1947
|
],
|
|
2094
1948
|
"type": {
|
|
2095
1949
|
"type": "reference",
|
|
2096
|
-
"id":
|
|
1950
|
+
"id": 122,
|
|
2097
1951
|
"name": "SkyDropdownMenuComponent"
|
|
2098
1952
|
}
|
|
2099
1953
|
}
|
|
2100
1954
|
]
|
|
2101
1955
|
},
|
|
2102
1956
|
{
|
|
2103
|
-
"id":
|
|
1957
|
+
"id": 128,
|
|
2104
1958
|
"name": "ariaLabelledBy",
|
|
2105
1959
|
"kind": 1024,
|
|
2106
1960
|
"kindString": "Property",
|
|
@@ -2108,7 +1962,7 @@
|
|
|
2108
1962
|
"isPublic": true
|
|
2109
1963
|
},
|
|
2110
1964
|
"comment": {
|
|
2111
|
-
"shortText": "Specifies the HTML element ID
|
|
1965
|
+
"shortText": "Specifies the HTML element ID of the element that labels\nthe dropdown menu. This sets the dropdown menu's `aria-labelledby` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
|
|
2112
1966
|
},
|
|
2113
1967
|
"decorators": [
|
|
2114
1968
|
{
|
|
@@ -2135,7 +1989,7 @@
|
|
|
2135
1989
|
}
|
|
2136
1990
|
},
|
|
2137
1991
|
{
|
|
2138
|
-
"id":
|
|
1992
|
+
"id": 138,
|
|
2139
1993
|
"name": "dropdownMenuId",
|
|
2140
1994
|
"kind": 1024,
|
|
2141
1995
|
"kindString": "Property",
|
|
@@ -2145,7 +1999,7 @@
|
|
|
2145
1999
|
"sources": [
|
|
2146
2000
|
{
|
|
2147
2001
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2148
|
-
"line":
|
|
2002
|
+
"line": 91,
|
|
2149
2003
|
"character": 9
|
|
2150
2004
|
}
|
|
2151
2005
|
],
|
|
@@ -2156,52 +2010,7 @@
|
|
|
2156
2010
|
"defaultValue": "..."
|
|
2157
2011
|
},
|
|
2158
2012
|
{
|
|
2159
|
-
"id":
|
|
2160
|
-
"name": "menuChanges",
|
|
2161
|
-
"kind": 1024,
|
|
2162
|
-
"kindString": "Property",
|
|
2163
|
-
"flags": {
|
|
2164
|
-
"isPublic": true
|
|
2165
|
-
},
|
|
2166
|
-
"comment": {
|
|
2167
|
-
"shortText": "Fires when the dropdown menu's active index or selected item changes. This event provides an\nobservable to emit changes, and the response is of\nthe SkyDropdownMenuChange type."
|
|
2168
|
-
},
|
|
2169
|
-
"decorators": [
|
|
2170
|
-
{
|
|
2171
|
-
"name": "Output",
|
|
2172
|
-
"type": {
|
|
2173
|
-
"type": "reference",
|
|
2174
|
-
"qualifiedName": "OutputDecorator",
|
|
2175
|
-
"package": "@angular/core",
|
|
2176
|
-
"name": "Output"
|
|
2177
|
-
},
|
|
2178
|
-
"arguments": {}
|
|
2179
|
-
}
|
|
2180
|
-
],
|
|
2181
|
-
"sources": [
|
|
2182
|
-
{
|
|
2183
|
-
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2184
|
-
"line": 91,
|
|
2185
|
-
"character": 9
|
|
2186
|
-
}
|
|
2187
|
-
],
|
|
2188
|
-
"type": {
|
|
2189
|
-
"type": "reference",
|
|
2190
|
-
"typeArguments": [
|
|
2191
|
-
{
|
|
2192
|
-
"type": "reference",
|
|
2193
|
-
"id": 337,
|
|
2194
|
-
"name": "SkyDropdownMenuChange"
|
|
2195
|
-
}
|
|
2196
|
-
],
|
|
2197
|
-
"qualifiedName": "EventEmitter",
|
|
2198
|
-
"package": "@angular/core",
|
|
2199
|
-
"name": "EventEmitter"
|
|
2200
|
-
},
|
|
2201
|
-
"defaultValue": "..."
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
"id": 137,
|
|
2013
|
+
"id": 143,
|
|
2205
2014
|
"name": "menuItems",
|
|
2206
2015
|
"kind": 1024,
|
|
2207
2016
|
"kindString": "Property",
|
|
@@ -2226,7 +2035,7 @@
|
|
|
2226
2035
|
"sources": [
|
|
2227
2036
|
{
|
|
2228
2037
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2229
|
-
"line":
|
|
2038
|
+
"line": 110,
|
|
2230
2039
|
"character": 9
|
|
2231
2040
|
}
|
|
2232
2041
|
],
|
|
@@ -2245,7 +2054,7 @@
|
|
|
2245
2054
|
}
|
|
2246
2055
|
},
|
|
2247
2056
|
{
|
|
2248
|
-
"id":
|
|
2057
|
+
"id": 129,
|
|
2249
2058
|
"name": "ariaRole",
|
|
2250
2059
|
"kind": 262144,
|
|
2251
2060
|
"kindString": "Accessor",
|
|
@@ -2263,117 +2072,62 @@
|
|
|
2263
2072
|
},
|
|
2264
2073
|
"arguments": {}
|
|
2265
2074
|
}
|
|
2266
|
-
],
|
|
2267
|
-
"sources": [
|
|
2268
|
-
{
|
|
2269
|
-
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2270
|
-
"line": 57,
|
|
2271
|
-
"character": 13
|
|
2272
|
-
}
|
|
2273
|
-
],
|
|
2274
|
-
"getSignature": [
|
|
2275
|
-
{
|
|
2276
|
-
"id": 122,
|
|
2277
|
-
"name": "ariaRole",
|
|
2278
|
-
"kind": 524288,
|
|
2279
|
-
"kindString": "Get signature",
|
|
2280
|
-
"flags": {},
|
|
2281
|
-
"comment": {
|
|
2282
|
-
"shortText": "Specifies an ARIA role for the dropdown menu\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the dropdown menu functions and what it controls. The dropdown button\ninherits this value to set its `aria-haspopup` property. For information\nabout how an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/roles).",
|
|
2283
|
-
"tags": [
|
|
2284
|
-
{
|
|
2285
|
-
"tag": "default",
|
|
2286
|
-
"text": "\"menu\"\n"
|
|
2287
|
-
}
|
|
2288
|
-
]
|
|
2289
|
-
},
|
|
2290
|
-
"type": {
|
|
2291
|
-
"type": "intrinsic",
|
|
2292
|
-
"name": "string"
|
|
2293
|
-
}
|
|
2294
|
-
}
|
|
2295
|
-
],
|
|
2296
|
-
"setSignature": [
|
|
2297
|
-
{
|
|
2298
|
-
"id": 123,
|
|
2299
|
-
"name": "ariaRole",
|
|
2300
|
-
"kind": 1048576,
|
|
2301
|
-
"kindString": "Set signature",
|
|
2302
|
-
"flags": {},
|
|
2303
|
-
"comment": {
|
|
2304
|
-
"shortText": "Specifies an ARIA role for the dropdown menu\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the dropdown menu functions and what it controls. The dropdown button\ninherits this value to set its `aria-haspopup` property. For information\nabout how an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/roles).",
|
|
2305
|
-
"tags": [
|
|
2306
|
-
{
|
|
2307
|
-
"tag": "default",
|
|
2308
|
-
"text": "\"menu\"\n"
|
|
2309
|
-
}
|
|
2310
|
-
]
|
|
2311
|
-
},
|
|
2312
|
-
"parameters": [
|
|
2313
|
-
{
|
|
2314
|
-
"id": 124,
|
|
2315
|
-
"name": "value",
|
|
2316
|
-
"kind": 32768,
|
|
2317
|
-
"kindString": "Parameter",
|
|
2318
|
-
"flags": {},
|
|
2319
|
-
"type": {
|
|
2320
|
-
"type": "intrinsic",
|
|
2321
|
-
"name": "string"
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
],
|
|
2325
|
-
"type": {
|
|
2326
|
-
"type": "intrinsic",
|
|
2327
|
-
"name": "void"
|
|
2328
|
-
}
|
|
2329
|
-
}
|
|
2330
|
-
]
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
"id": 133,
|
|
2334
|
-
"name": "menuIndex",
|
|
2335
|
-
"kind": 262144,
|
|
2336
|
-
"kindString": "Accessor",
|
|
2337
|
-
"flags": {
|
|
2338
|
-
"isPublic": true
|
|
2339
|
-
},
|
|
2075
|
+
],
|
|
2340
2076
|
"sources": [
|
|
2341
2077
|
{
|
|
2342
2078
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2343
|
-
"line":
|
|
2079
|
+
"line": 57,
|
|
2344
2080
|
"character": 13
|
|
2345
2081
|
}
|
|
2346
2082
|
],
|
|
2347
2083
|
"getSignature": [
|
|
2348
2084
|
{
|
|
2349
|
-
"id":
|
|
2350
|
-
"name": "
|
|
2085
|
+
"id": 130,
|
|
2086
|
+
"name": "ariaRole",
|
|
2351
2087
|
"kind": 524288,
|
|
2352
2088
|
"kindString": "Get signature",
|
|
2353
2089
|
"flags": {},
|
|
2090
|
+
"comment": {
|
|
2091
|
+
"shortText": "Specifies an ARIA role for the dropdown menu\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the dropdown menu functions and what it controls. The dropdown button\ninherits this value to set its `aria-haspopup` property. For information\nabout how an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/roles).",
|
|
2092
|
+
"tags": [
|
|
2093
|
+
{
|
|
2094
|
+
"tag": "default",
|
|
2095
|
+
"text": "\"menu\"\n"
|
|
2096
|
+
}
|
|
2097
|
+
]
|
|
2098
|
+
},
|
|
2354
2099
|
"type": {
|
|
2355
2100
|
"type": "intrinsic",
|
|
2356
|
-
"name": "
|
|
2101
|
+
"name": "string"
|
|
2357
2102
|
}
|
|
2358
2103
|
}
|
|
2359
2104
|
],
|
|
2360
2105
|
"setSignature": [
|
|
2361
2106
|
{
|
|
2362
|
-
"id":
|
|
2363
|
-
"name": "
|
|
2107
|
+
"id": 131,
|
|
2108
|
+
"name": "ariaRole",
|
|
2364
2109
|
"kind": 1048576,
|
|
2365
2110
|
"kindString": "Set signature",
|
|
2366
2111
|
"flags": {},
|
|
2112
|
+
"comment": {
|
|
2113
|
+
"shortText": "Specifies an ARIA role for the dropdown menu\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the dropdown menu functions and what it controls. The dropdown button\ninherits this value to set its `aria-haspopup` property. For information\nabout how an ARIA role indicates what an item represents on a web page, see the\n[WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/roles).",
|
|
2114
|
+
"tags": [
|
|
2115
|
+
{
|
|
2116
|
+
"tag": "default",
|
|
2117
|
+
"text": "\"menu\"\n"
|
|
2118
|
+
}
|
|
2119
|
+
]
|
|
2120
|
+
},
|
|
2367
2121
|
"parameters": [
|
|
2368
2122
|
{
|
|
2369
|
-
"id":
|
|
2123
|
+
"id": 132,
|
|
2370
2124
|
"name": "value",
|
|
2371
2125
|
"kind": 32768,
|
|
2372
2126
|
"kindString": "Parameter",
|
|
2373
2127
|
"flags": {},
|
|
2374
2128
|
"type": {
|
|
2375
2129
|
"type": "intrinsic",
|
|
2376
|
-
"name": "
|
|
2130
|
+
"name": "string"
|
|
2377
2131
|
}
|
|
2378
2132
|
}
|
|
2379
2133
|
],
|
|
@@ -2385,80 +2139,50 @@
|
|
|
2385
2139
|
]
|
|
2386
2140
|
},
|
|
2387
2141
|
{
|
|
2388
|
-
"id":
|
|
2389
|
-
"name": "
|
|
2142
|
+
"id": 139,
|
|
2143
|
+
"name": "menuIndex",
|
|
2390
2144
|
"kind": 262144,
|
|
2391
2145
|
"kindString": "Accessor",
|
|
2392
2146
|
"flags": {
|
|
2393
2147
|
"isPublic": true
|
|
2394
2148
|
},
|
|
2395
|
-
"decorators": [
|
|
2396
|
-
{
|
|
2397
|
-
"name": "Input",
|
|
2398
|
-
"type": {
|
|
2399
|
-
"type": "reference",
|
|
2400
|
-
"qualifiedName": "InputDecorator",
|
|
2401
|
-
"package": "@angular/core",
|
|
2402
|
-
"name": "Input"
|
|
2403
|
-
},
|
|
2404
|
-
"arguments": {}
|
|
2405
|
-
}
|
|
2406
|
-
],
|
|
2407
2149
|
"sources": [
|
|
2408
2150
|
{
|
|
2409
2151
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2410
|
-
"line":
|
|
2152
|
+
"line": 93,
|
|
2411
2153
|
"character": 13
|
|
2412
2154
|
}
|
|
2413
2155
|
],
|
|
2414
2156
|
"getSignature": [
|
|
2415
2157
|
{
|
|
2416
|
-
"id":
|
|
2417
|
-
"name": "
|
|
2158
|
+
"id": 140,
|
|
2159
|
+
"name": "menuIndex",
|
|
2418
2160
|
"kind": 524288,
|
|
2419
2161
|
"kindString": "Get signature",
|
|
2420
2162
|
"flags": {},
|
|
2421
|
-
"comment": {
|
|
2422
|
-
"shortText": "Indicates whether to use the browser's native focus function when users navigate through menu\nitems with the keyboard. To disable the native focus function, set this property to `false`.\nFor example, to let users interact with the dropdown menu but keep the keyboard focus on a\ndifferent element, set this property to `false`.",
|
|
2423
|
-
"tags": [
|
|
2424
|
-
{
|
|
2425
|
-
"tag": "default",
|
|
2426
|
-
"text": "true\n"
|
|
2427
|
-
}
|
|
2428
|
-
]
|
|
2429
|
-
},
|
|
2430
2163
|
"type": {
|
|
2431
2164
|
"type": "intrinsic",
|
|
2432
|
-
"name": "
|
|
2165
|
+
"name": "number"
|
|
2433
2166
|
}
|
|
2434
2167
|
}
|
|
2435
2168
|
],
|
|
2436
2169
|
"setSignature": [
|
|
2437
2170
|
{
|
|
2438
|
-
"id":
|
|
2439
|
-
"name": "
|
|
2171
|
+
"id": 141,
|
|
2172
|
+
"name": "menuIndex",
|
|
2440
2173
|
"kind": 1048576,
|
|
2441
2174
|
"kindString": "Set signature",
|
|
2442
2175
|
"flags": {},
|
|
2443
|
-
"comment": {
|
|
2444
|
-
"shortText": "Indicates whether to use the browser's native focus function when users navigate through menu\nitems with the keyboard. To disable the native focus function, set this property to `false`.\nFor example, to let users interact with the dropdown menu but keep the keyboard focus on a\ndifferent element, set this property to `false`.",
|
|
2445
|
-
"tags": [
|
|
2446
|
-
{
|
|
2447
|
-
"tag": "default",
|
|
2448
|
-
"text": "true\n"
|
|
2449
|
-
}
|
|
2450
|
-
]
|
|
2451
|
-
},
|
|
2452
2176
|
"parameters": [
|
|
2453
2177
|
{
|
|
2454
|
-
"id":
|
|
2178
|
+
"id": 142,
|
|
2455
2179
|
"name": "value",
|
|
2456
2180
|
"kind": 32768,
|
|
2457
2181
|
"kindString": "Parameter",
|
|
2458
2182
|
"flags": {},
|
|
2459
2183
|
"type": {
|
|
2460
2184
|
"type": "intrinsic",
|
|
2461
|
-
"name": "
|
|
2185
|
+
"name": "number"
|
|
2462
2186
|
}
|
|
2463
2187
|
}
|
|
2464
2188
|
],
|
|
@@ -2470,7 +2194,7 @@
|
|
|
2470
2194
|
]
|
|
2471
2195
|
},
|
|
2472
2196
|
{
|
|
2473
|
-
"id":
|
|
2197
|
+
"id": 155,
|
|
2474
2198
|
"name": "focusFirstItem",
|
|
2475
2199
|
"kind": 2048,
|
|
2476
2200
|
"kindString": "Method",
|
|
@@ -2480,13 +2204,13 @@
|
|
|
2480
2204
|
"sources": [
|
|
2481
2205
|
{
|
|
2482
2206
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2483
|
-
"line":
|
|
2207
|
+
"line": 201,
|
|
2484
2208
|
"character": 9
|
|
2485
2209
|
}
|
|
2486
2210
|
],
|
|
2487
2211
|
"signatures": [
|
|
2488
2212
|
{
|
|
2489
|
-
"id":
|
|
2213
|
+
"id": 156,
|
|
2490
2214
|
"name": "focusFirstItem",
|
|
2491
2215
|
"kind": 4096,
|
|
2492
2216
|
"kindString": "Call signature",
|
|
@@ -2499,7 +2223,7 @@
|
|
|
2499
2223
|
]
|
|
2500
2224
|
},
|
|
2501
2225
|
{
|
|
2502
|
-
"id":
|
|
2226
|
+
"id": 157,
|
|
2503
2227
|
"name": "focusLastItem",
|
|
2504
2228
|
"kind": 2048,
|
|
2505
2229
|
"kindString": "Method",
|
|
@@ -2509,13 +2233,13 @@
|
|
|
2509
2233
|
"sources": [
|
|
2510
2234
|
{
|
|
2511
2235
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2512
|
-
"line":
|
|
2236
|
+
"line": 216,
|
|
2513
2237
|
"character": 9
|
|
2514
2238
|
}
|
|
2515
2239
|
],
|
|
2516
2240
|
"signatures": [
|
|
2517
2241
|
{
|
|
2518
|
-
"id":
|
|
2242
|
+
"id": 158,
|
|
2519
2243
|
"name": "focusLastItem",
|
|
2520
2244
|
"kind": 4096,
|
|
2521
2245
|
"kindString": "Call signature",
|
|
@@ -2528,7 +2252,7 @@
|
|
|
2528
2252
|
]
|
|
2529
2253
|
},
|
|
2530
2254
|
{
|
|
2531
|
-
"id":
|
|
2255
|
+
"id": 161,
|
|
2532
2256
|
"name": "focusNextItem",
|
|
2533
2257
|
"kind": 2048,
|
|
2534
2258
|
"kindString": "Method",
|
|
@@ -2538,13 +2262,13 @@
|
|
|
2538
2262
|
"sources": [
|
|
2539
2263
|
{
|
|
2540
2264
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2541
|
-
"line":
|
|
2265
|
+
"line": 246,
|
|
2542
2266
|
"character": 9
|
|
2543
2267
|
}
|
|
2544
2268
|
],
|
|
2545
2269
|
"signatures": [
|
|
2546
2270
|
{
|
|
2547
|
-
"id":
|
|
2271
|
+
"id": 162,
|
|
2548
2272
|
"name": "focusNextItem",
|
|
2549
2273
|
"kind": 4096,
|
|
2550
2274
|
"kindString": "Call signature",
|
|
@@ -2557,7 +2281,7 @@
|
|
|
2557
2281
|
]
|
|
2558
2282
|
},
|
|
2559
2283
|
{
|
|
2560
|
-
"id":
|
|
2284
|
+
"id": 159,
|
|
2561
2285
|
"name": "focusPreviousItem",
|
|
2562
2286
|
"kind": 2048,
|
|
2563
2287
|
"kindString": "Method",
|
|
@@ -2567,13 +2291,13 @@
|
|
|
2567
2291
|
"sources": [
|
|
2568
2292
|
{
|
|
2569
2293
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2570
|
-
"line":
|
|
2294
|
+
"line": 231,
|
|
2571
2295
|
"character": 9
|
|
2572
2296
|
}
|
|
2573
2297
|
],
|
|
2574
2298
|
"signatures": [
|
|
2575
2299
|
{
|
|
2576
|
-
"id":
|
|
2300
|
+
"id": 160,
|
|
2577
2301
|
"name": "focusPreviousItem",
|
|
2578
2302
|
"kind": 4096,
|
|
2579
2303
|
"kindString": "Call signature",
|
|
@@ -2586,7 +2310,7 @@
|
|
|
2586
2310
|
]
|
|
2587
2311
|
},
|
|
2588
2312
|
{
|
|
2589
|
-
"id":
|
|
2313
|
+
"id": 151,
|
|
2590
2314
|
"name": "ngAfterContentInit",
|
|
2591
2315
|
"kind": 2048,
|
|
2592
2316
|
"kindString": "Method",
|
|
@@ -2596,13 +2320,13 @@
|
|
|
2596
2320
|
"sources": [
|
|
2597
2321
|
{
|
|
2598
2322
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2599
|
-
"line":
|
|
2323
|
+
"line": 134,
|
|
2600
2324
|
"character": 9
|
|
2601
2325
|
}
|
|
2602
2326
|
],
|
|
2603
2327
|
"signatures": [
|
|
2604
2328
|
{
|
|
2605
|
-
"id":
|
|
2329
|
+
"id": 152,
|
|
2606
2330
|
"name": "ngAfterContentInit",
|
|
2607
2331
|
"kind": 4096,
|
|
2608
2332
|
"kindString": "Call signature",
|
|
@@ -2623,7 +2347,7 @@
|
|
|
2623
2347
|
}
|
|
2624
2348
|
},
|
|
2625
2349
|
{
|
|
2626
|
-
"id":
|
|
2350
|
+
"id": 153,
|
|
2627
2351
|
"name": "ngOnDestroy",
|
|
2628
2352
|
"kind": 2048,
|
|
2629
2353
|
"kindString": "Method",
|
|
@@ -2633,13 +2357,13 @@
|
|
|
2633
2357
|
"sources": [
|
|
2634
2358
|
{
|
|
2635
2359
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2636
|
-
"line":
|
|
2360
|
+
"line": 196,
|
|
2637
2361
|
"character": 9
|
|
2638
2362
|
}
|
|
2639
2363
|
],
|
|
2640
2364
|
"signatures": [
|
|
2641
2365
|
{
|
|
2642
|
-
"id":
|
|
2366
|
+
"id": 154,
|
|
2643
2367
|
"name": "ngOnDestroy",
|
|
2644
2368
|
"kind": 4096,
|
|
2645
2369
|
"kindString": "Call signature",
|
|
@@ -2660,7 +2384,7 @@
|
|
|
2660
2384
|
}
|
|
2661
2385
|
},
|
|
2662
2386
|
{
|
|
2663
|
-
"id":
|
|
2387
|
+
"id": 163,
|
|
2664
2388
|
"name": "reset",
|
|
2665
2389
|
"kind": 2048,
|
|
2666
2390
|
"kindString": "Method",
|
|
@@ -2670,13 +2394,13 @@
|
|
|
2670
2394
|
"sources": [
|
|
2671
2395
|
{
|
|
2672
2396
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2673
|
-
"line":
|
|
2397
|
+
"line": 261,
|
|
2674
2398
|
"character": 9
|
|
2675
2399
|
}
|
|
2676
2400
|
],
|
|
2677
2401
|
"signatures": [
|
|
2678
2402
|
{
|
|
2679
|
-
"id":
|
|
2403
|
+
"id": 164,
|
|
2680
2404
|
"name": "reset",
|
|
2681
2405
|
"kind": 4096,
|
|
2682
2406
|
"kindString": "Call signature",
|
|
@@ -2694,39 +2418,37 @@
|
|
|
2694
2418
|
"title": "Constructors",
|
|
2695
2419
|
"kind": 512,
|
|
2696
2420
|
"children": [
|
|
2697
|
-
|
|
2421
|
+
123
|
|
2698
2422
|
]
|
|
2699
2423
|
},
|
|
2700
2424
|
{
|
|
2701
2425
|
"title": "Properties",
|
|
2702
2426
|
"kind": 1024,
|
|
2703
2427
|
"children": [
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
137
|
|
2428
|
+
128,
|
|
2429
|
+
138,
|
|
2430
|
+
143
|
|
2708
2431
|
]
|
|
2709
2432
|
},
|
|
2710
2433
|
{
|
|
2711
2434
|
"title": "Accessors",
|
|
2712
2435
|
"kind": 262144,
|
|
2713
2436
|
"children": [
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
125
|
|
2437
|
+
129,
|
|
2438
|
+
139
|
|
2717
2439
|
]
|
|
2718
2440
|
},
|
|
2719
2441
|
{
|
|
2720
2442
|
"title": "Methods",
|
|
2721
2443
|
"kind": 2048,
|
|
2722
2444
|
"children": [
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2445
|
+
155,
|
|
2446
|
+
157,
|
|
2447
|
+
161,
|
|
2448
|
+
159,
|
|
2449
|
+
151,
|
|
2450
|
+
153,
|
|
2451
|
+
163
|
|
2730
2452
|
]
|
|
2731
2453
|
}
|
|
2732
2454
|
],
|
|
@@ -2753,7 +2475,7 @@
|
|
|
2753
2475
|
]
|
|
2754
2476
|
},
|
|
2755
2477
|
{
|
|
2756
|
-
"id":
|
|
2478
|
+
"id": 264,
|
|
2757
2479
|
"name": "SkyPopoverComponent",
|
|
2758
2480
|
"kind": 128,
|
|
2759
2481
|
"kindString": "Class",
|
|
@@ -2774,7 +2496,7 @@
|
|
|
2774
2496
|
],
|
|
2775
2497
|
"children": [
|
|
2776
2498
|
{
|
|
2777
|
-
"id":
|
|
2499
|
+
"id": 265,
|
|
2778
2500
|
"name": "constructor",
|
|
2779
2501
|
"kind": 512,
|
|
2780
2502
|
"kindString": "Constructor",
|
|
@@ -2782,20 +2504,20 @@
|
|
|
2782
2504
|
"sources": [
|
|
2783
2505
|
{
|
|
2784
2506
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2785
|
-
"line":
|
|
2507
|
+
"line": 139,
|
|
2786
2508
|
"character": 2
|
|
2787
2509
|
}
|
|
2788
2510
|
],
|
|
2789
2511
|
"signatures": [
|
|
2790
2512
|
{
|
|
2791
|
-
"id":
|
|
2513
|
+
"id": 266,
|
|
2792
2514
|
"name": "SkyPopoverComponent",
|
|
2793
2515
|
"kind": 16384,
|
|
2794
2516
|
"kindString": "Constructor signature",
|
|
2795
2517
|
"flags": {},
|
|
2796
2518
|
"parameters": [
|
|
2797
2519
|
{
|
|
2798
|
-
"id":
|
|
2520
|
+
"id": 267,
|
|
2799
2521
|
"name": "overlayService",
|
|
2800
2522
|
"kind": 32768,
|
|
2801
2523
|
"kindString": "Parameter",
|
|
@@ -2808,14 +2530,14 @@
|
|
|
2808
2530
|
],
|
|
2809
2531
|
"type": {
|
|
2810
2532
|
"type": "reference",
|
|
2811
|
-
"id":
|
|
2533
|
+
"id": 264,
|
|
2812
2534
|
"name": "SkyPopoverComponent"
|
|
2813
2535
|
}
|
|
2814
2536
|
}
|
|
2815
2537
|
]
|
|
2816
2538
|
},
|
|
2817
2539
|
{
|
|
2818
|
-
"id":
|
|
2540
|
+
"id": 289,
|
|
2819
2541
|
"name": "isMouseEnter",
|
|
2820
2542
|
"kind": 1024,
|
|
2821
2543
|
"kindString": "Property",
|
|
@@ -2825,7 +2547,7 @@
|
|
|
2825
2547
|
"sources": [
|
|
2826
2548
|
{
|
|
2827
2549
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2828
|
-
"line":
|
|
2550
|
+
"line": 113,
|
|
2829
2551
|
"character": 9
|
|
2830
2552
|
}
|
|
2831
2553
|
],
|
|
@@ -2836,7 +2558,7 @@
|
|
|
2836
2558
|
"defaultValue": "false"
|
|
2837
2559
|
},
|
|
2838
2560
|
{
|
|
2839
|
-
"id":
|
|
2561
|
+
"id": 285,
|
|
2840
2562
|
"name": "popoverClosed",
|
|
2841
2563
|
"kind": 1024,
|
|
2842
2564
|
"kindString": "Property",
|
|
@@ -2861,7 +2583,7 @@
|
|
|
2861
2583
|
"sources": [
|
|
2862
2584
|
{
|
|
2863
2585
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2864
|
-
"line":
|
|
2586
|
+
"line": 92,
|
|
2865
2587
|
"character": 9
|
|
2866
2588
|
}
|
|
2867
2589
|
],
|
|
@@ -2870,7 +2592,7 @@
|
|
|
2870
2592
|
"typeArguments": [
|
|
2871
2593
|
{
|
|
2872
2594
|
"type": "reference",
|
|
2873
|
-
"id":
|
|
2595
|
+
"id": 264,
|
|
2874
2596
|
"name": "SkyPopoverComponent"
|
|
2875
2597
|
}
|
|
2876
2598
|
],
|
|
@@ -2881,7 +2603,7 @@
|
|
|
2881
2603
|
"defaultValue": "..."
|
|
2882
2604
|
},
|
|
2883
2605
|
{
|
|
2884
|
-
"id":
|
|
2606
|
+
"id": 286,
|
|
2885
2607
|
"name": "popoverOpened",
|
|
2886
2608
|
"kind": 1024,
|
|
2887
2609
|
"kindString": "Property",
|
|
@@ -2906,7 +2628,7 @@
|
|
|
2906
2628
|
"sources": [
|
|
2907
2629
|
{
|
|
2908
2630
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2909
|
-
"line":
|
|
2631
|
+
"line": 98,
|
|
2910
2632
|
"character": 9
|
|
2911
2633
|
}
|
|
2912
2634
|
],
|
|
@@ -2915,7 +2637,7 @@
|
|
|
2915
2637
|
"typeArguments": [
|
|
2916
2638
|
{
|
|
2917
2639
|
"type": "reference",
|
|
2918
|
-
"id":
|
|
2640
|
+
"id": 264,
|
|
2919
2641
|
"name": "SkyPopoverComponent"
|
|
2920
2642
|
}
|
|
2921
2643
|
],
|
|
@@ -2926,7 +2648,7 @@
|
|
|
2926
2648
|
"defaultValue": "..."
|
|
2927
2649
|
},
|
|
2928
2650
|
{
|
|
2929
|
-
"id":
|
|
2651
|
+
"id": 280,
|
|
2930
2652
|
"name": "popoverTitle",
|
|
2931
2653
|
"kind": 1024,
|
|
2932
2654
|
"kindString": "Property",
|
|
@@ -2951,7 +2673,7 @@
|
|
|
2951
2673
|
"sources": [
|
|
2952
2674
|
{
|
|
2953
2675
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2954
|
-
"line":
|
|
2676
|
+
"line": 73,
|
|
2955
2677
|
"character": 9
|
|
2956
2678
|
}
|
|
2957
2679
|
],
|
|
@@ -2961,7 +2683,50 @@
|
|
|
2961
2683
|
}
|
|
2962
2684
|
},
|
|
2963
2685
|
{
|
|
2964
|
-
"id":
|
|
2686
|
+
"id": 290,
|
|
2687
|
+
"name": "templateRef",
|
|
2688
|
+
"kind": 1024,
|
|
2689
|
+
"kindString": "Property",
|
|
2690
|
+
"flags": {
|
|
2691
|
+
"isPublic": true
|
|
2692
|
+
},
|
|
2693
|
+
"decorators": [
|
|
2694
|
+
{
|
|
2695
|
+
"name": "ViewChild",
|
|
2696
|
+
"type": {
|
|
2697
|
+
"type": "reference",
|
|
2698
|
+
"qualifiedName": "ViewChildDecorator",
|
|
2699
|
+
"package": "@angular/core",
|
|
2700
|
+
"name": "ViewChild"
|
|
2701
|
+
},
|
|
2702
|
+
"arguments": {
|
|
2703
|
+
"selector": "'templateRef'",
|
|
2704
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
2705
|
+
}
|
|
2706
|
+
}
|
|
2707
|
+
],
|
|
2708
|
+
"sources": [
|
|
2709
|
+
{
|
|
2710
|
+
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2711
|
+
"line": 119,
|
|
2712
|
+
"character": 9
|
|
2713
|
+
}
|
|
2714
|
+
],
|
|
2715
|
+
"type": {
|
|
2716
|
+
"type": "reference",
|
|
2717
|
+
"typeArguments": [
|
|
2718
|
+
{
|
|
2719
|
+
"type": "intrinsic",
|
|
2720
|
+
"name": "unknown"
|
|
2721
|
+
}
|
|
2722
|
+
],
|
|
2723
|
+
"qualifiedName": "TemplateRef",
|
|
2724
|
+
"package": "@angular/core",
|
|
2725
|
+
"name": "TemplateRef"
|
|
2726
|
+
}
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"id": 268,
|
|
2965
2730
|
"name": "alignment",
|
|
2966
2731
|
"kind": 262144,
|
|
2967
2732
|
"kindString": "Accessor",
|
|
@@ -2989,7 +2754,7 @@
|
|
|
2989
2754
|
],
|
|
2990
2755
|
"getSignature": [
|
|
2991
2756
|
{
|
|
2992
|
-
"id":
|
|
2757
|
+
"id": 269,
|
|
2993
2758
|
"name": "alignment",
|
|
2994
2759
|
"kind": 524288,
|
|
2995
2760
|
"kindString": "Get signature",
|
|
@@ -3005,14 +2770,14 @@
|
|
|
3005
2770
|
},
|
|
3006
2771
|
"type": {
|
|
3007
2772
|
"type": "reference",
|
|
3008
|
-
"id":
|
|
2773
|
+
"id": 384,
|
|
3009
2774
|
"name": "SkyPopoverAlignment"
|
|
3010
2775
|
}
|
|
3011
2776
|
}
|
|
3012
2777
|
],
|
|
3013
2778
|
"setSignature": [
|
|
3014
2779
|
{
|
|
3015
|
-
"id":
|
|
2780
|
+
"id": 270,
|
|
3016
2781
|
"name": "alignment",
|
|
3017
2782
|
"kind": 1048576,
|
|
3018
2783
|
"kindString": "Set signature",
|
|
@@ -3028,14 +2793,14 @@
|
|
|
3028
2793
|
},
|
|
3029
2794
|
"parameters": [
|
|
3030
2795
|
{
|
|
3031
|
-
"id":
|
|
2796
|
+
"id": 271,
|
|
3032
2797
|
"name": "value",
|
|
3033
2798
|
"kind": 32768,
|
|
3034
2799
|
"kindString": "Parameter",
|
|
3035
2800
|
"flags": {},
|
|
3036
2801
|
"type": {
|
|
3037
2802
|
"type": "reference",
|
|
3038
|
-
"id":
|
|
2803
|
+
"id": 384,
|
|
3039
2804
|
"name": "SkyPopoverAlignment"
|
|
3040
2805
|
}
|
|
3041
2806
|
}
|
|
@@ -3048,7 +2813,7 @@
|
|
|
3048
2813
|
]
|
|
3049
2814
|
},
|
|
3050
2815
|
{
|
|
3051
|
-
"id":
|
|
2816
|
+
"id": 272,
|
|
3052
2817
|
"name": "dismissOnBlur",
|
|
3053
2818
|
"kind": 262144,
|
|
3054
2819
|
"kindString": "Accessor",
|
|
@@ -3076,7 +2841,7 @@
|
|
|
3076
2841
|
],
|
|
3077
2842
|
"getSignature": [
|
|
3078
2843
|
{
|
|
3079
|
-
"id":
|
|
2844
|
+
"id": 273,
|
|
3080
2845
|
"name": "dismissOnBlur",
|
|
3081
2846
|
"kind": 524288,
|
|
3082
2847
|
"kindString": "Get signature",
|
|
@@ -3098,7 +2863,7 @@
|
|
|
3098
2863
|
],
|
|
3099
2864
|
"setSignature": [
|
|
3100
2865
|
{
|
|
3101
|
-
"id":
|
|
2866
|
+
"id": 274,
|
|
3102
2867
|
"name": "dismissOnBlur",
|
|
3103
2868
|
"kind": 1048576,
|
|
3104
2869
|
"kindString": "Set signature",
|
|
@@ -3114,7 +2879,7 @@
|
|
|
3114
2879
|
},
|
|
3115
2880
|
"parameters": [
|
|
3116
2881
|
{
|
|
3117
|
-
"id":
|
|
2882
|
+
"id": 275,
|
|
3118
2883
|
"name": "value",
|
|
3119
2884
|
"kind": 32768,
|
|
3120
2885
|
"kindString": "Parameter",
|
|
@@ -3133,7 +2898,7 @@
|
|
|
3133
2898
|
]
|
|
3134
2899
|
},
|
|
3135
2900
|
{
|
|
3136
|
-
"id":
|
|
2901
|
+
"id": 276,
|
|
3137
2902
|
"name": "placement",
|
|
3138
2903
|
"kind": 262144,
|
|
3139
2904
|
"kindString": "Accessor",
|
|
@@ -3155,13 +2920,13 @@
|
|
|
3155
2920
|
"sources": [
|
|
3156
2921
|
{
|
|
3157
2922
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
3158
|
-
"line":
|
|
2923
|
+
"line": 61,
|
|
3159
2924
|
"character": 13
|
|
3160
2925
|
}
|
|
3161
2926
|
],
|
|
3162
2927
|
"getSignature": [
|
|
3163
2928
|
{
|
|
3164
|
-
"id":
|
|
2929
|
+
"id": 277,
|
|
3165
2930
|
"name": "placement",
|
|
3166
2931
|
"kind": 524288,
|
|
3167
2932
|
"kindString": "Get signature",
|
|
@@ -3177,14 +2942,14 @@
|
|
|
3177
2942
|
},
|
|
3178
2943
|
"type": {
|
|
3179
2944
|
"type": "reference",
|
|
3180
|
-
"id":
|
|
2945
|
+
"id": 392,
|
|
3181
2946
|
"name": "SkyPopoverPlacement"
|
|
3182
2947
|
}
|
|
3183
2948
|
}
|
|
3184
2949
|
],
|
|
3185
2950
|
"setSignature": [
|
|
3186
2951
|
{
|
|
3187
|
-
"id":
|
|
2952
|
+
"id": 278,
|
|
3188
2953
|
"name": "placement",
|
|
3189
2954
|
"kind": 1048576,
|
|
3190
2955
|
"kindString": "Set signature",
|
|
@@ -3200,14 +2965,14 @@
|
|
|
3200
2965
|
},
|
|
3201
2966
|
"parameters": [
|
|
3202
2967
|
{
|
|
3203
|
-
"id":
|
|
2968
|
+
"id": 279,
|
|
3204
2969
|
"name": "value",
|
|
3205
2970
|
"kind": 32768,
|
|
3206
2971
|
"kindString": "Parameter",
|
|
3207
2972
|
"flags": {},
|
|
3208
2973
|
"type": {
|
|
3209
2974
|
"type": "reference",
|
|
3210
|
-
"id":
|
|
2975
|
+
"id": 392,
|
|
3211
2976
|
"name": "SkyPopoverPlacement"
|
|
3212
2977
|
}
|
|
3213
2978
|
}
|
|
@@ -3220,7 +2985,7 @@
|
|
|
3220
2985
|
]
|
|
3221
2986
|
},
|
|
3222
2987
|
{
|
|
3223
|
-
"id":
|
|
2988
|
+
"id": 281,
|
|
3224
2989
|
"name": "popoverType",
|
|
3225
2990
|
"kind": 262144,
|
|
3226
2991
|
"kindString": "Accessor",
|
|
@@ -3242,13 +3007,13 @@
|
|
|
3242
3007
|
"sources": [
|
|
3243
3008
|
{
|
|
3244
3009
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
3245
|
-
"line":
|
|
3010
|
+
"line": 80,
|
|
3246
3011
|
"character": 13
|
|
3247
3012
|
}
|
|
3248
3013
|
],
|
|
3249
3014
|
"getSignature": [
|
|
3250
3015
|
{
|
|
3251
|
-
"id":
|
|
3016
|
+
"id": 282,
|
|
3252
3017
|
"name": "popoverType",
|
|
3253
3018
|
"kind": 524288,
|
|
3254
3019
|
"kindString": "Get signature",
|
|
@@ -3264,14 +3029,14 @@
|
|
|
3264
3029
|
},
|
|
3265
3030
|
"type": {
|
|
3266
3031
|
"type": "reference",
|
|
3267
|
-
"id":
|
|
3032
|
+
"id": 401,
|
|
3268
3033
|
"name": "SkyPopoverType"
|
|
3269
3034
|
}
|
|
3270
3035
|
}
|
|
3271
3036
|
],
|
|
3272
3037
|
"setSignature": [
|
|
3273
3038
|
{
|
|
3274
|
-
"id":
|
|
3039
|
+
"id": 283,
|
|
3275
3040
|
"name": "popoverType",
|
|
3276
3041
|
"kind": 1048576,
|
|
3277
3042
|
"kindString": "Set signature",
|
|
@@ -3287,14 +3052,14 @@
|
|
|
3287
3052
|
},
|
|
3288
3053
|
"parameters": [
|
|
3289
3054
|
{
|
|
3290
|
-
"id":
|
|
3055
|
+
"id": 284,
|
|
3291
3056
|
"name": "value",
|
|
3292
3057
|
"kind": 32768,
|
|
3293
3058
|
"kindString": "Parameter",
|
|
3294
3059
|
"flags": {},
|
|
3295
3060
|
"type": {
|
|
3296
3061
|
"type": "reference",
|
|
3297
|
-
"id":
|
|
3062
|
+
"id": 401,
|
|
3298
3063
|
"name": "SkyPopoverType"
|
|
3299
3064
|
}
|
|
3300
3065
|
}
|
|
@@ -3307,7 +3072,7 @@
|
|
|
3307
3072
|
]
|
|
3308
3073
|
},
|
|
3309
3074
|
{
|
|
3310
|
-
"id":
|
|
3075
|
+
"id": 300,
|
|
3311
3076
|
"name": "ngOnDestroy",
|
|
3312
3077
|
"kind": 2048,
|
|
3313
3078
|
"kindString": "Method",
|
|
@@ -3323,7 +3088,7 @@
|
|
|
3323
3088
|
],
|
|
3324
3089
|
"signatures": [
|
|
3325
3090
|
{
|
|
3326
|
-
"id":
|
|
3091
|
+
"id": 301,
|
|
3327
3092
|
"name": "ngOnDestroy",
|
|
3328
3093
|
"kind": 4096,
|
|
3329
3094
|
"kindString": "Call signature",
|
|
@@ -3349,34 +3114,35 @@
|
|
|
3349
3114
|
"title": "Constructors",
|
|
3350
3115
|
"kind": 512,
|
|
3351
3116
|
"children": [
|
|
3352
|
-
|
|
3117
|
+
265
|
|
3353
3118
|
]
|
|
3354
3119
|
},
|
|
3355
3120
|
{
|
|
3356
3121
|
"title": "Properties",
|
|
3357
3122
|
"kind": 1024,
|
|
3358
3123
|
"children": [
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3124
|
+
289,
|
|
3125
|
+
285,
|
|
3126
|
+
286,
|
|
3127
|
+
280,
|
|
3128
|
+
290
|
|
3363
3129
|
]
|
|
3364
3130
|
},
|
|
3365
3131
|
{
|
|
3366
3132
|
"title": "Accessors",
|
|
3367
3133
|
"kind": 262144,
|
|
3368
3134
|
"children": [
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3135
|
+
268,
|
|
3136
|
+
272,
|
|
3137
|
+
276,
|
|
3138
|
+
281
|
|
3373
3139
|
]
|
|
3374
3140
|
},
|
|
3375
3141
|
{
|
|
3376
3142
|
"title": "Methods",
|
|
3377
3143
|
"kind": 2048,
|
|
3378
3144
|
"children": [
|
|
3379
|
-
|
|
3145
|
+
300
|
|
3380
3146
|
]
|
|
3381
3147
|
}
|
|
3382
3148
|
],
|
|
@@ -3397,7 +3163,7 @@
|
|
|
3397
3163
|
]
|
|
3398
3164
|
},
|
|
3399
3165
|
{
|
|
3400
|
-
"id":
|
|
3166
|
+
"id": 315,
|
|
3401
3167
|
"name": "SkyPopoverDirective",
|
|
3402
3168
|
"kind": 128,
|
|
3403
3169
|
"kindString": "Class",
|
|
@@ -3418,7 +3184,7 @@
|
|
|
3418
3184
|
],
|
|
3419
3185
|
"children": [
|
|
3420
3186
|
{
|
|
3421
|
-
"id":
|
|
3187
|
+
"id": 316,
|
|
3422
3188
|
"name": "constructor",
|
|
3423
3189
|
"kind": 512,
|
|
3424
3190
|
"kindString": "Constructor",
|
|
@@ -3426,20 +3192,20 @@
|
|
|
3426
3192
|
"sources": [
|
|
3427
3193
|
{
|
|
3428
3194
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3429
|
-
"line":
|
|
3195
|
+
"line": 73,
|
|
3430
3196
|
"character": 2
|
|
3431
3197
|
}
|
|
3432
3198
|
],
|
|
3433
3199
|
"signatures": [
|
|
3434
3200
|
{
|
|
3435
|
-
"id":
|
|
3201
|
+
"id": 317,
|
|
3436
3202
|
"name": "SkyPopoverDirective",
|
|
3437
3203
|
"kind": 16384,
|
|
3438
3204
|
"kindString": "Constructor signature",
|
|
3439
3205
|
"flags": {},
|
|
3440
3206
|
"parameters": [
|
|
3441
3207
|
{
|
|
3442
|
-
"id":
|
|
3208
|
+
"id": 318,
|
|
3443
3209
|
"name": "elementRef",
|
|
3444
3210
|
"kind": 32768,
|
|
3445
3211
|
"kindString": "Parameter",
|
|
@@ -3460,14 +3226,14 @@
|
|
|
3460
3226
|
],
|
|
3461
3227
|
"type": {
|
|
3462
3228
|
"type": "reference",
|
|
3463
|
-
"id":
|
|
3229
|
+
"id": 315,
|
|
3464
3230
|
"name": "SkyPopoverDirective"
|
|
3465
3231
|
}
|
|
3466
3232
|
}
|
|
3467
3233
|
]
|
|
3468
3234
|
},
|
|
3469
3235
|
{
|
|
3470
|
-
"id":
|
|
3236
|
+
"id": 319,
|
|
3471
3237
|
"name": "skyPopover",
|
|
3472
3238
|
"kind": 1024,
|
|
3473
3239
|
"kindString": "Property",
|
|
@@ -3504,12 +3270,12 @@
|
|
|
3504
3270
|
],
|
|
3505
3271
|
"type": {
|
|
3506
3272
|
"type": "reference",
|
|
3507
|
-
"id":
|
|
3273
|
+
"id": 264,
|
|
3508
3274
|
"name": "SkyPopoverComponent"
|
|
3509
3275
|
}
|
|
3510
3276
|
},
|
|
3511
3277
|
{
|
|
3512
|
-
"id":
|
|
3278
|
+
"id": 320,
|
|
3513
3279
|
"name": "skyPopoverAlignment",
|
|
3514
3280
|
"kind": 1024,
|
|
3515
3281
|
"kindString": "Property",
|
|
@@ -3540,12 +3306,12 @@
|
|
|
3540
3306
|
],
|
|
3541
3307
|
"type": {
|
|
3542
3308
|
"type": "reference",
|
|
3543
|
-
"id":
|
|
3309
|
+
"id": 384,
|
|
3544
3310
|
"name": "SkyPopoverAlignment"
|
|
3545
3311
|
}
|
|
3546
3312
|
},
|
|
3547
3313
|
{
|
|
3548
|
-
"id":
|
|
3314
|
+
"id": 327,
|
|
3549
3315
|
"name": "skyPopoverPlacement",
|
|
3550
3316
|
"kind": 1024,
|
|
3551
3317
|
"kindString": "Property",
|
|
@@ -3576,12 +3342,12 @@
|
|
|
3576
3342
|
],
|
|
3577
3343
|
"type": {
|
|
3578
3344
|
"type": "reference",
|
|
3579
|
-
"id":
|
|
3345
|
+
"id": 392,
|
|
3580
3346
|
"name": "SkyPopoverPlacement"
|
|
3581
3347
|
}
|
|
3582
3348
|
},
|
|
3583
3349
|
{
|
|
3584
|
-
"id":
|
|
3350
|
+
"id": 321,
|
|
3585
3351
|
"name": "skyPopoverMessageStream",
|
|
3586
3352
|
"kind": 262144,
|
|
3587
3353
|
"kindString": "Accessor",
|
|
@@ -3609,7 +3375,7 @@
|
|
|
3609
3375
|
],
|
|
3610
3376
|
"getSignature": [
|
|
3611
3377
|
{
|
|
3612
|
-
"id":
|
|
3378
|
+
"id": 322,
|
|
3613
3379
|
"name": "skyPopoverMessageStream",
|
|
3614
3380
|
"kind": 524288,
|
|
3615
3381
|
"kindString": "Get signature",
|
|
@@ -3622,7 +3388,7 @@
|
|
|
3622
3388
|
"typeArguments": [
|
|
3623
3389
|
{
|
|
3624
3390
|
"type": "reference",
|
|
3625
|
-
"id":
|
|
3391
|
+
"id": 385,
|
|
3626
3392
|
"name": "SkyPopoverMessage"
|
|
3627
3393
|
}
|
|
3628
3394
|
],
|
|
@@ -3634,7 +3400,7 @@
|
|
|
3634
3400
|
],
|
|
3635
3401
|
"setSignature": [
|
|
3636
3402
|
{
|
|
3637
|
-
"id":
|
|
3403
|
+
"id": 323,
|
|
3638
3404
|
"name": "skyPopoverMessageStream",
|
|
3639
3405
|
"kind": 1048576,
|
|
3640
3406
|
"kindString": "Set signature",
|
|
@@ -3644,7 +3410,7 @@
|
|
|
3644
3410
|
},
|
|
3645
3411
|
"parameters": [
|
|
3646
3412
|
{
|
|
3647
|
-
"id":
|
|
3413
|
+
"id": 324,
|
|
3648
3414
|
"name": "value",
|
|
3649
3415
|
"kind": 32768,
|
|
3650
3416
|
"kindString": "Parameter",
|
|
@@ -3654,7 +3420,7 @@
|
|
|
3654
3420
|
"typeArguments": [
|
|
3655
3421
|
{
|
|
3656
3422
|
"type": "reference",
|
|
3657
|
-
"id":
|
|
3423
|
+
"id": 385,
|
|
3658
3424
|
"name": "SkyPopoverMessage"
|
|
3659
3425
|
}
|
|
3660
3426
|
],
|
|
@@ -3672,7 +3438,7 @@
|
|
|
3672
3438
|
]
|
|
3673
3439
|
},
|
|
3674
3440
|
{
|
|
3675
|
-
"id":
|
|
3441
|
+
"id": 328,
|
|
3676
3442
|
"name": "skyPopoverTrigger",
|
|
3677
3443
|
"kind": 262144,
|
|
3678
3444
|
"kindString": "Accessor",
|
|
@@ -3700,7 +3466,7 @@
|
|
|
3700
3466
|
],
|
|
3701
3467
|
"getSignature": [
|
|
3702
3468
|
{
|
|
3703
|
-
"id":
|
|
3469
|
+
"id": 329,
|
|
3704
3470
|
"name": "skyPopoverTrigger",
|
|
3705
3471
|
"kind": 524288,
|
|
3706
3472
|
"kindString": "Get signature",
|
|
@@ -3710,14 +3476,14 @@
|
|
|
3710
3476
|
},
|
|
3711
3477
|
"type": {
|
|
3712
3478
|
"type": "reference",
|
|
3713
|
-
"id":
|
|
3479
|
+
"id": 400,
|
|
3714
3480
|
"name": "SkyPopoverTrigger"
|
|
3715
3481
|
}
|
|
3716
3482
|
}
|
|
3717
3483
|
],
|
|
3718
3484
|
"setSignature": [
|
|
3719
3485
|
{
|
|
3720
|
-
"id":
|
|
3486
|
+
"id": 330,
|
|
3721
3487
|
"name": "skyPopoverTrigger",
|
|
3722
3488
|
"kind": 1048576,
|
|
3723
3489
|
"kindString": "Set signature",
|
|
@@ -3727,14 +3493,14 @@
|
|
|
3727
3493
|
},
|
|
3728
3494
|
"parameters": [
|
|
3729
3495
|
{
|
|
3730
|
-
"id":
|
|
3496
|
+
"id": 331,
|
|
3731
3497
|
"name": "value",
|
|
3732
3498
|
"kind": 32768,
|
|
3733
3499
|
"kindString": "Parameter",
|
|
3734
3500
|
"flags": {},
|
|
3735
3501
|
"type": {
|
|
3736
3502
|
"type": "reference",
|
|
3737
|
-
"id":
|
|
3503
|
+
"id": 400,
|
|
3738
3504
|
"name": "SkyPopoverTrigger"
|
|
3739
3505
|
}
|
|
3740
3506
|
}
|
|
@@ -3747,7 +3513,7 @@
|
|
|
3747
3513
|
]
|
|
3748
3514
|
},
|
|
3749
3515
|
{
|
|
3750
|
-
"id":
|
|
3516
|
+
"id": 337,
|
|
3751
3517
|
"name": "ngOnDestroy",
|
|
3752
3518
|
"kind": 2048,
|
|
3753
3519
|
"kindString": "Method",
|
|
@@ -3757,13 +3523,13 @@
|
|
|
3757
3523
|
"sources": [
|
|
3758
3524
|
{
|
|
3759
3525
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3760
|
-
"line":
|
|
3526
|
+
"line": 82,
|
|
3761
3527
|
"character": 9
|
|
3762
3528
|
}
|
|
3763
3529
|
],
|
|
3764
3530
|
"signatures": [
|
|
3765
3531
|
{
|
|
3766
|
-
"id":
|
|
3532
|
+
"id": 338,
|
|
3767
3533
|
"name": "ngOnDestroy",
|
|
3768
3534
|
"kind": 4096,
|
|
3769
3535
|
"kindString": "Call signature",
|
|
@@ -3784,7 +3550,7 @@
|
|
|
3784
3550
|
}
|
|
3785
3551
|
},
|
|
3786
3552
|
{
|
|
3787
|
-
"id":
|
|
3553
|
+
"id": 335,
|
|
3788
3554
|
"name": "ngOnInit",
|
|
3789
3555
|
"kind": 2048,
|
|
3790
3556
|
"kindString": "Method",
|
|
@@ -3794,13 +3560,13 @@
|
|
|
3794
3560
|
"sources": [
|
|
3795
3561
|
{
|
|
3796
3562
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3797
|
-
"line":
|
|
3563
|
+
"line": 78,
|
|
3798
3564
|
"character": 9
|
|
3799
3565
|
}
|
|
3800
3566
|
],
|
|
3801
3567
|
"signatures": [
|
|
3802
3568
|
{
|
|
3803
|
-
"id":
|
|
3569
|
+
"id": 336,
|
|
3804
3570
|
"name": "ngOnInit",
|
|
3805
3571
|
"kind": 4096,
|
|
3806
3572
|
"kindString": "Call signature",
|
|
@@ -3821,7 +3587,7 @@
|
|
|
3821
3587
|
}
|
|
3822
3588
|
},
|
|
3823
3589
|
{
|
|
3824
|
-
"id":
|
|
3590
|
+
"id": 339,
|
|
3825
3591
|
"name": "togglePopover",
|
|
3826
3592
|
"kind": 2048,
|
|
3827
3593
|
"kindString": "Method",
|
|
@@ -3831,13 +3597,13 @@
|
|
|
3831
3597
|
"sources": [
|
|
3832
3598
|
{
|
|
3833
3599
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3834
|
-
"line":
|
|
3600
|
+
"line": 87,
|
|
3835
3601
|
"character": 9
|
|
3836
3602
|
}
|
|
3837
3603
|
],
|
|
3838
3604
|
"signatures": [
|
|
3839
3605
|
{
|
|
3840
|
-
"id":
|
|
3606
|
+
"id": 340,
|
|
3841
3607
|
"name": "togglePopover",
|
|
3842
3608
|
"kind": 4096,
|
|
3843
3609
|
"kindString": "Call signature",
|
|
@@ -3855,33 +3621,33 @@
|
|
|
3855
3621
|
"title": "Constructors",
|
|
3856
3622
|
"kind": 512,
|
|
3857
3623
|
"children": [
|
|
3858
|
-
|
|
3624
|
+
316
|
|
3859
3625
|
]
|
|
3860
3626
|
},
|
|
3861
3627
|
{
|
|
3862
3628
|
"title": "Properties",
|
|
3863
3629
|
"kind": 1024,
|
|
3864
3630
|
"children": [
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3631
|
+
319,
|
|
3632
|
+
320,
|
|
3633
|
+
327
|
|
3868
3634
|
]
|
|
3869
3635
|
},
|
|
3870
3636
|
{
|
|
3871
3637
|
"title": "Accessors",
|
|
3872
3638
|
"kind": 262144,
|
|
3873
3639
|
"children": [
|
|
3874
|
-
|
|
3875
|
-
|
|
3640
|
+
321,
|
|
3641
|
+
328
|
|
3876
3642
|
]
|
|
3877
3643
|
},
|
|
3878
3644
|
{
|
|
3879
3645
|
"title": "Methods",
|
|
3880
3646
|
"kind": 2048,
|
|
3881
3647
|
"children": [
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3648
|
+
337,
|
|
3649
|
+
335,
|
|
3650
|
+
339
|
|
3885
3651
|
]
|
|
3886
3652
|
}
|
|
3887
3653
|
],
|
|
@@ -3908,163 +3674,7 @@
|
|
|
3908
3674
|
]
|
|
3909
3675
|
},
|
|
3910
3676
|
{
|
|
3911
|
-
"id":
|
|
3912
|
-
"name": "SkyDropdownMenuChange",
|
|
3913
|
-
"kind": 256,
|
|
3914
|
-
"kindString": "Interface",
|
|
3915
|
-
"flags": {},
|
|
3916
|
-
"comment": {
|
|
3917
|
-
"shortText": "Specifies menu items, including the selected one."
|
|
3918
|
-
},
|
|
3919
|
-
"children": [
|
|
3920
|
-
{
|
|
3921
|
-
"id": 338,
|
|
3922
|
-
"name": "activeIndex",
|
|
3923
|
-
"kind": 1024,
|
|
3924
|
-
"kindString": "Property",
|
|
3925
|
-
"flags": {
|
|
3926
|
-
"isOptional": true
|
|
3927
|
-
},
|
|
3928
|
-
"comment": {
|
|
3929
|
-
"shortText": "Indicates the active menu index."
|
|
3930
|
-
},
|
|
3931
|
-
"sources": [
|
|
3932
|
-
{
|
|
3933
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-menu-change.ts",
|
|
3934
|
-
"line": 10,
|
|
3935
|
-
"character": 2
|
|
3936
|
-
}
|
|
3937
|
-
],
|
|
3938
|
-
"type": {
|
|
3939
|
-
"type": "intrinsic",
|
|
3940
|
-
"name": "number"
|
|
3941
|
-
}
|
|
3942
|
-
},
|
|
3943
|
-
{
|
|
3944
|
-
"id": 339,
|
|
3945
|
-
"name": "items",
|
|
3946
|
-
"kind": 1024,
|
|
3947
|
-
"kindString": "Property",
|
|
3948
|
-
"flags": {
|
|
3949
|
-
"isOptional": true
|
|
3950
|
-
},
|
|
3951
|
-
"comment": {
|
|
3952
|
-
"shortText": "Indicates the items in the menu."
|
|
3953
|
-
},
|
|
3954
|
-
"sources": [
|
|
3955
|
-
{
|
|
3956
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-menu-change.ts",
|
|
3957
|
-
"line": 15,
|
|
3958
|
-
"character": 2
|
|
3959
|
-
}
|
|
3960
|
-
],
|
|
3961
|
-
"type": {
|
|
3962
|
-
"type": "array",
|
|
3963
|
-
"elementType": {
|
|
3964
|
-
"type": "reference",
|
|
3965
|
-
"id": 3,
|
|
3966
|
-
"name": "SkyDropdownItemComponent"
|
|
3967
|
-
}
|
|
3968
|
-
}
|
|
3969
|
-
},
|
|
3970
|
-
{
|
|
3971
|
-
"id": 340,
|
|
3972
|
-
"name": "selectedItem",
|
|
3973
|
-
"kind": 1024,
|
|
3974
|
-
"kindString": "Property",
|
|
3975
|
-
"flags": {
|
|
3976
|
-
"isOptional": true
|
|
3977
|
-
},
|
|
3978
|
-
"comment": {
|
|
3979
|
-
"shortText": "Indicates the selected item in the menu."
|
|
3980
|
-
},
|
|
3981
|
-
"sources": [
|
|
3982
|
-
{
|
|
3983
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-menu-change.ts",
|
|
3984
|
-
"line": 20,
|
|
3985
|
-
"character": 2
|
|
3986
|
-
}
|
|
3987
|
-
],
|
|
3988
|
-
"type": {
|
|
3989
|
-
"type": "reference",
|
|
3990
|
-
"id": 3,
|
|
3991
|
-
"name": "SkyDropdownItemComponent"
|
|
3992
|
-
}
|
|
3993
|
-
}
|
|
3994
|
-
],
|
|
3995
|
-
"groups": [
|
|
3996
|
-
{
|
|
3997
|
-
"title": "Properties",
|
|
3998
|
-
"kind": 1024,
|
|
3999
|
-
"children": [
|
|
4000
|
-
338,
|
|
4001
|
-
339,
|
|
4002
|
-
340
|
|
4003
|
-
]
|
|
4004
|
-
}
|
|
4005
|
-
],
|
|
4006
|
-
"sources": [
|
|
4007
|
-
{
|
|
4008
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-menu-change.ts",
|
|
4009
|
-
"line": 6,
|
|
4010
|
-
"character": 17
|
|
4011
|
-
}
|
|
4012
|
-
]
|
|
4013
|
-
},
|
|
4014
|
-
{
|
|
4015
|
-
"id": 341,
|
|
4016
|
-
"name": "SkyDropdownMessage",
|
|
4017
|
-
"kind": 256,
|
|
4018
|
-
"kindString": "Interface",
|
|
4019
|
-
"flags": {},
|
|
4020
|
-
"comment": {
|
|
4021
|
-
"shortText": "Specifies the type of message to send to the dropdown component."
|
|
4022
|
-
},
|
|
4023
|
-
"children": [
|
|
4024
|
-
{
|
|
4025
|
-
"id": 342,
|
|
4026
|
-
"name": "type",
|
|
4027
|
-
"kind": 1024,
|
|
4028
|
-
"kindString": "Property",
|
|
4029
|
-
"flags": {
|
|
4030
|
-
"isOptional": true
|
|
4031
|
-
},
|
|
4032
|
-
"comment": {
|
|
4033
|
-
"shortText": "Indicates the type of message to send."
|
|
4034
|
-
},
|
|
4035
|
-
"sources": [
|
|
4036
|
-
{
|
|
4037
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message.ts",
|
|
4038
|
-
"line": 10,
|
|
4039
|
-
"character": 2
|
|
4040
|
-
}
|
|
4041
|
-
],
|
|
4042
|
-
"type": {
|
|
4043
|
-
"type": "reference",
|
|
4044
|
-
"id": 343,
|
|
4045
|
-
"name": "SkyDropdownMessageType"
|
|
4046
|
-
}
|
|
4047
|
-
}
|
|
4048
|
-
],
|
|
4049
|
-
"groups": [
|
|
4050
|
-
{
|
|
4051
|
-
"title": "Properties",
|
|
4052
|
-
"kind": 1024,
|
|
4053
|
-
"children": [
|
|
4054
|
-
342
|
|
4055
|
-
]
|
|
4056
|
-
}
|
|
4057
|
-
],
|
|
4058
|
-
"sources": [
|
|
4059
|
-
{
|
|
4060
|
-
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-message.ts",
|
|
4061
|
-
"line": 6,
|
|
4062
|
-
"character": 17
|
|
4063
|
-
}
|
|
4064
|
-
]
|
|
4065
|
-
},
|
|
4066
|
-
{
|
|
4067
|
-
"id": 360,
|
|
3677
|
+
"id": 385,
|
|
4068
3678
|
"name": "SkyPopoverMessage",
|
|
4069
3679
|
"kind": 256,
|
|
4070
3680
|
"kindString": "Interface",
|
|
@@ -4074,7 +3684,7 @@
|
|
|
4074
3684
|
},
|
|
4075
3685
|
"children": [
|
|
4076
3686
|
{
|
|
4077
|
-
"id":
|
|
3687
|
+
"id": 386,
|
|
4078
3688
|
"name": "type",
|
|
4079
3689
|
"kind": 1024,
|
|
4080
3690
|
"kindString": "Property",
|
|
@@ -4093,7 +3703,7 @@
|
|
|
4093
3703
|
],
|
|
4094
3704
|
"type": {
|
|
4095
3705
|
"type": "reference",
|
|
4096
|
-
"id":
|
|
3706
|
+
"id": 387,
|
|
4097
3707
|
"name": "SkyPopoverMessageType"
|
|
4098
3708
|
}
|
|
4099
3709
|
}
|
|
@@ -4103,7 +3713,7 @@
|
|
|
4103
3713
|
"title": "Properties",
|
|
4104
3714
|
"kind": 1024,
|
|
4105
3715
|
"children": [
|
|
4106
|
-
|
|
3716
|
+
386
|
|
4107
3717
|
]
|
|
4108
3718
|
}
|
|
4109
3719
|
],
|
|
@@ -4116,7 +3726,7 @@
|
|
|
4116
3726
|
]
|
|
4117
3727
|
},
|
|
4118
3728
|
{
|
|
4119
|
-
"id":
|
|
3729
|
+
"id": 361,
|
|
4120
3730
|
"name": "SkyDropdownHorizontalAlignment",
|
|
4121
3731
|
"kind": 4194304,
|
|
4122
3732
|
"kindString": "Type alias",
|
|
@@ -4127,17 +3737,30 @@
|
|
|
4127
3737
|
"sources": [
|
|
4128
3738
|
{
|
|
4129
3739
|
"fileName": "projects/popovers/src/modules/dropdown/types/dropdown-horizontal-alignment.ts",
|
|
4130
|
-
"line":
|
|
3740
|
+
"line": 4,
|
|
4131
3741
|
"character": 12
|
|
4132
3742
|
}
|
|
4133
3743
|
],
|
|
4134
3744
|
"type": {
|
|
4135
|
-
"type": "
|
|
4136
|
-
"
|
|
3745
|
+
"type": "union",
|
|
3746
|
+
"types": [
|
|
3747
|
+
{
|
|
3748
|
+
"type": "literal",
|
|
3749
|
+
"value": "left"
|
|
3750
|
+
},
|
|
3751
|
+
{
|
|
3752
|
+
"type": "literal",
|
|
3753
|
+
"value": "center"
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
"type": "literal",
|
|
3757
|
+
"value": "right"
|
|
3758
|
+
}
|
|
3759
|
+
]
|
|
4137
3760
|
}
|
|
4138
3761
|
},
|
|
4139
3762
|
{
|
|
4140
|
-
"id":
|
|
3763
|
+
"id": 377,
|
|
4141
3764
|
"name": "SkyDropdownTriggerType",
|
|
4142
3765
|
"kind": 4194304,
|
|
4143
3766
|
"kindString": "Type alias",
|
|
@@ -4167,7 +3790,7 @@
|
|
|
4167
3790
|
}
|
|
4168
3791
|
},
|
|
4169
3792
|
{
|
|
4170
|
-
"id":
|
|
3793
|
+
"id": 384,
|
|
4171
3794
|
"name": "SkyPopoverAlignment",
|
|
4172
3795
|
"kind": 4194304,
|
|
4173
3796
|
"kindString": "Type alias",
|
|
@@ -4201,7 +3824,7 @@
|
|
|
4201
3824
|
}
|
|
4202
3825
|
},
|
|
4203
3826
|
{
|
|
4204
|
-
"id":
|
|
3827
|
+
"id": 392,
|
|
4205
3828
|
"name": "SkyPopoverPlacement",
|
|
4206
3829
|
"kind": 4194304,
|
|
4207
3830
|
"kindString": "Type alias",
|
|
@@ -4239,7 +3862,7 @@
|
|
|
4239
3862
|
}
|
|
4240
3863
|
},
|
|
4241
3864
|
{
|
|
4242
|
-
"id":
|
|
3865
|
+
"id": 400,
|
|
4243
3866
|
"name": "SkyPopoverTrigger",
|
|
4244
3867
|
"kind": 4194304,
|
|
4245
3868
|
"kindString": "Type alias",
|
|
@@ -4269,7 +3892,7 @@
|
|
|
4269
3892
|
}
|
|
4270
3893
|
},
|
|
4271
3894
|
{
|
|
4272
|
-
"id":
|
|
3895
|
+
"id": 401,
|
|
4273
3896
|
"name": "SkyPopoverType",
|
|
4274
3897
|
"kind": 4194304,
|
|
4275
3898
|
"kindString": "Type alias",
|
|
@@ -4299,14 +3922,14 @@
|
|
|
4299
3922
|
}
|
|
4300
3923
|
},
|
|
4301
3924
|
{
|
|
4302
|
-
"id":
|
|
3925
|
+
"id": 454,
|
|
4303
3926
|
"name": "SkyPopoversFixtureDropdownItem",
|
|
4304
3927
|
"kind": 256,
|
|
4305
3928
|
"kindString": "Interface",
|
|
4306
3929
|
"flags": {},
|
|
4307
3930
|
"children": [
|
|
4308
3931
|
{
|
|
4309
|
-
"id":
|
|
3932
|
+
"id": 455,
|
|
4310
3933
|
"name": "ariaRole",
|
|
4311
3934
|
"kind": 1024,
|
|
4312
3935
|
"kindString": "Property",
|
|
@@ -4329,7 +3952,7 @@
|
|
|
4329
3952
|
"title": "Properties",
|
|
4330
3953
|
"kind": 1024,
|
|
4331
3954
|
"children": [
|
|
4332
|
-
|
|
3955
|
+
455
|
|
4333
3956
|
]
|
|
4334
3957
|
}
|
|
4335
3958
|
],
|
|
@@ -4369,21 +3992,6 @@
|
|
|
4369
3992
|
"filePath": "/projects/popovers/documentation/code-examples/dropdown/basic/dropdown-demo.module.ts",
|
|
4370
3993
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { DropdownDemoComponent } from './dropdown-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDropdownModule],\n exports: [DropdownDemoComponent],\n declarations: [DropdownDemoComponent],\n})\nexport class DropdownDemoModule {}\n"
|
|
4371
3994
|
},
|
|
4372
|
-
{
|
|
4373
|
-
"fileName": "dropdown-demo.component.html",
|
|
4374
|
-
"filePath": "/projects/popovers/documentation/code-examples/dropdown/remote/dropdown-demo.component.html",
|
|
4375
|
-
"rawContents": "<p>\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openDropdown()\"\n >\n Open dropdown\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"closeDropdown()\"\n >\n Close dropdown\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"focusTriggerButton()\"\n >\n Focus trigger button\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"focusNextItem()\"\n >\n Focus next item\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"focusPreviousItem()\"\n >\n Focus previous item\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"removeItem()\"\n >\n Remove last item\n </button>\n</p>\n\n<sky-dropdown\n buttonStyle=\"primary\"\n [dismissOnBlur]=\"false\"\n [messageStream]=\"dropdownController\"\n>\n <sky-dropdown-button> Open </sky-dropdown-button>\n <sky-dropdown-menu\n [useNativeFocus]=\"false\"\n (menuChanges)=\"onMenuChanges($event)\"\n >\n <sky-dropdown-item *ngFor=\"let item of items\">\n <button\n type=\"button\"\n [attr.disabled]=\"item.disabled ? '' : null\"\n (click)=\"actionClicked(item.name)\"\n >\n {{ item.name }}\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n</sky-dropdown>\n\n<p>\n This menu does not bring the active items to focus; this is useful for custom\n implementations where the focus should remain on a different control.\n</p>\n"
|
|
4376
|
-
},
|
|
4377
|
-
{
|
|
4378
|
-
"fileName": "dropdown-demo.component.ts",
|
|
4379
|
-
"filePath": "/projects/popovers/documentation/code-examples/dropdown/remote/dropdown-demo.component.ts",
|
|
4380
|
-
"rawContents": "import { ChangeDetectorRef, Component } from '@angular/core';\nimport {\n SkyDropdownMenuChange,\n SkyDropdownMessage,\n SkyDropdownMessageType,\n} from '@skyux/popovers';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-dropdown-demo',\n templateUrl: './dropdown-demo.component.html',\n})\nexport class DropdownDemoComponent {\n public dropdownController = new Subject<SkyDropdownMessage>();\n\n public items: any[] = [\n { name: 'Option 1', disabled: false },\n { name: 'Disabled option', disabled: true },\n { name: 'Option 3', disabled: false },\n { name: 'Option 4', disabled: false },\n { name: 'Option 5', disabled: false },\n ];\n\n constructor(private changeDetector: ChangeDetectorRef) {}\n\n public actionClicked(action: string): void {\n alert(`You selected ${action}.`);\n }\n\n public openDropdown(): void {\n this.sendMessage(SkyDropdownMessageType.Open);\n }\n\n public closeDropdown(): void {\n this.sendMessage(SkyDropdownMessageType.Close);\n }\n\n public focusTriggerButton(): void {\n this.sendMessage(SkyDropdownMessageType.FocusTriggerButton);\n }\n\n public focusNextItem(): void {\n this.sendMessage(SkyDropdownMessageType.FocusNextItem);\n }\n\n public focusPreviousItem(): void {\n this.sendMessage(SkyDropdownMessageType.FocusPreviousItem);\n }\n\n public removeItem(): void {\n if (this.items.length > 1) {\n this.items.pop();\n this.changeDetector.detectChanges();\n }\n }\n\n public onMenuChanges(change: SkyDropdownMenuChange): void {\n if (change.activeIndex !== undefined) {\n console.log(`The menu's active index changed to: ${change.activeIndex}.`);\n }\n }\n\n private sendMessage(type: SkyDropdownMessageType): void {\n const message: SkyDropdownMessage = { type };\n this.dropdownController.next(message);\n }\n}\n"
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"fileName": "dropdown-demo.module.ts",
|
|
4384
|
-
"filePath": "/projects/popovers/documentation/code-examples/dropdown/remote/dropdown-demo.module.ts",
|
|
4385
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { DropdownDemoComponent } from './dropdown-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDropdownModule],\n exports: [DropdownDemoComponent],\n declarations: [DropdownDemoComponent],\n})\nexport class DropdownDemoModule {}\n"
|
|
4386
|
-
},
|
|
4387
3995
|
{
|
|
4388
3996
|
"fileName": "popover-demo.component.html",
|
|
4389
3997
|
"filePath": "/projects/popovers/documentation/code-examples/popover/basic/popover-demo.component.html",
|
|
@@ -4407,7 +4015,7 @@
|
|
|
4407
4015
|
{
|
|
4408
4016
|
"fileName": "popover-demo.component.ts",
|
|
4409
4017
|
"filePath": "/projects/popovers/documentation/code-examples/popover/programmatic/popover-demo.component.ts",
|
|
4410
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyPopoverMessage, SkyPopoverMessageType } from '@skyux/popovers';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-popover-demo',\n templateUrl: './popover-demo.component.html',\n})\nexport class PopoverDemoComponent {\n public popoverController = new Subject<SkyPopoverMessage>();\n\n
|
|
4018
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyPopoverMessage, SkyPopoverMessageType } from '@skyux/popovers';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-popover-demo',\n templateUrl: './popover-demo.component.html',\n})\nexport class PopoverDemoComponent {\n public popoverController = new Subject<SkyPopoverMessage>();\n\n #popoverOpen = false;\n\n public onPopoverStateChange(isOpen: boolean): void {\n this.#popoverOpen = isOpen;\n }\n\n public openPopover(): void {\n if (!this.#popoverOpen) {\n this.#sendMessage(SkyPopoverMessageType.Open);\n }\n }\n\n #sendMessage(type: SkyPopoverMessageType): void {\n const message: SkyPopoverMessage = { type };\n this.popoverController.next(message);\n }\n}\n"
|
|
4411
4019
|
},
|
|
4412
4020
|
{
|
|
4413
4021
|
"fileName": "popover-demo.module.ts",
|