@skyux/popovers 6.0.0-beta.7 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/documentation.json +422 -334
  2. package/esm2020/index.mjs +2 -1
  3. package/esm2020/lib/modules/dropdown/dropdown-item.component.mjs +1 -1
  4. package/esm2020/lib/modules/dropdown/dropdown-menu.component.mjs +2 -5
  5. package/esm2020/lib/modules/dropdown/dropdown.component.mjs +11 -8
  6. package/esm2020/lib/modules/popover/popover-content.component.mjs +20 -40
  7. package/esm2020/lib/modules/popover/popover-context.mjs +1 -1
  8. package/esm2020/lib/modules/popover/popover.component.mjs +14 -7
  9. package/esm2020/lib/modules/popover/popover.directive.mjs +30 -11
  10. package/esm2020/lib/modules/popover/types/popover-type.mjs +2 -0
  11. package/esm2020/testing/dropdown/dropdown-fixture.mjs +8 -2
  12. package/esm2020/testing/dropdown/popovers-fixture-dropdown.mjs +1 -1
  13. package/esm2020/testing/popover/popover-fixture.mjs +9 -9
  14. package/fesm2015/skyux-popovers-testing.mjs +15 -9
  15. package/fesm2015/skyux-popovers-testing.mjs.map +1 -1
  16. package/fesm2015/skyux-popovers.mjs +71 -69
  17. package/fesm2015/skyux-popovers.mjs.map +1 -1
  18. package/fesm2020/skyux-popovers-testing.mjs +15 -9
  19. package/fesm2020/skyux-popovers-testing.mjs.map +1 -1
  20. package/fesm2020/skyux-popovers.mjs +71 -66
  21. package/fesm2020/skyux-popovers.mjs.map +1 -1
  22. package/index.d.ts +1 -0
  23. package/lib/modules/dropdown/dropdown-item.component.d.ts +1 -1
  24. package/lib/modules/dropdown/dropdown-menu.component.d.ts +3 -3
  25. package/lib/modules/dropdown/dropdown.component.d.ts +12 -12
  26. package/lib/modules/popover/popover-content.component.d.ts +13 -12
  27. package/lib/modules/popover/popover-context.d.ts +2 -2
  28. package/lib/modules/popover/popover.component.d.ts +9 -9
  29. package/lib/modules/popover/popover.directive.d.ts +10 -9
  30. package/lib/modules/popover/types/popover-type.d.ts +4 -0
  31. package/package.json +6 -6
  32. package/testing/dropdown/dropdown-fixture.d.ts +7 -7
  33. package/testing/dropdown/popovers-fixture-dropdown.d.ts +2 -2
  34. package/testing/popover/popover-fixture.d.ts +6 -6
@@ -17,7 +17,8 @@
17
17
  "SkyDropdownTriggerType": "type-alias-skydropdowntriggertype",
18
18
  "SkyPopoverAlignment": "type-alias-skypopoveralignment",
19
19
  "SkyPopoverPlacement": "type-alias-skypopoverplacement",
20
- "SkyPopoverTrigger": "type-alias-skypopovertrigger"
20
+ "SkyPopoverTrigger": "type-alias-skypopovertrigger",
21
+ "SkyPopoverType": "type-alias-skypopovertype"
21
22
  },
22
23
  "typedoc": {
23
24
  "id": 0,
@@ -28,7 +29,7 @@
28
29
  "originalName": "",
29
30
  "children": [
30
31
  {
31
- "id": 327,
32
+ "id": 341,
32
33
  "name": "SkyDropdownMessageType",
33
34
  "kind": 8,
34
35
  "kindString": "Enumeration",
@@ -38,7 +39,7 @@
38
39
  },
39
40
  "children": [
40
41
  {
41
- "id": 329,
42
+ "id": 343,
42
43
  "name": "Close",
43
44
  "kind": 16,
44
45
  "kindString": "Enumeration member",
@@ -56,7 +57,7 @@
56
57
  "defaultValue": "1"
57
58
  },
58
59
  {
59
- "id": 334,
60
+ "id": 348,
60
61
  "name": "FocusFirstItem",
61
62
  "kind": 16,
62
63
  "kindString": "Enumeration member",
@@ -74,7 +75,7 @@
74
75
  "defaultValue": "6"
75
76
  },
76
77
  {
77
- "id": 335,
78
+ "id": 349,
78
79
  "name": "FocusLastItem",
79
80
  "kind": 16,
80
81
  "kindString": "Enumeration member",
@@ -92,7 +93,7 @@
92
93
  "defaultValue": "7"
93
94
  },
94
95
  {
95
- "id": 331,
96
+ "id": 345,
96
97
  "name": "FocusNextItem",
97
98
  "kind": 16,
98
99
  "kindString": "Enumeration member",
@@ -110,7 +111,7 @@
110
111
  "defaultValue": "3"
111
112
  },
112
113
  {
113
- "id": 332,
114
+ "id": 346,
114
115
  "name": "FocusPreviousItem",
115
116
  "kind": 16,
116
117
  "kindString": "Enumeration member",
@@ -128,7 +129,7 @@
128
129
  "defaultValue": "4"
129
130
  },
130
131
  {
131
- "id": 330,
132
+ "id": 344,
132
133
  "name": "FocusTriggerButton",
133
134
  "kind": 16,
134
135
  "kindString": "Enumeration member",
@@ -146,7 +147,7 @@
146
147
  "defaultValue": "2"
147
148
  },
148
149
  {
149
- "id": 328,
150
+ "id": 342,
150
151
  "name": "Open",
151
152
  "kind": 16,
152
153
  "kindString": "Enumeration member",
@@ -164,7 +165,7 @@
164
165
  "defaultValue": "0"
165
166
  },
166
167
  {
167
- "id": 333,
168
+ "id": 347,
168
169
  "name": "Reposition",
169
170
  "kind": 16,
170
171
  "kindString": "Enumeration member",
@@ -187,14 +188,14 @@
187
188
  "title": "Enumeration members",
188
189
  "kind": 16,
189
190
  "children": [
190
- 329,
191
- 334,
192
- 335,
193
- 331,
194
- 332,
195
- 330,
196
- 328,
197
- 333
191
+ 343,
192
+ 348,
193
+ 349,
194
+ 345,
195
+ 346,
196
+ 344,
197
+ 342,
198
+ 347
198
199
  ]
199
200
  }
200
201
  ],
@@ -207,7 +208,7 @@
207
208
  ]
208
209
  },
209
210
  {
210
- "id": 346,
211
+ "id": 360,
211
212
  "name": "SkyPopoverMessageType",
212
213
  "kind": 8,
213
214
  "kindString": "Enumeration",
@@ -217,7 +218,7 @@
217
218
  },
218
219
  "children": [
219
220
  {
220
- "id": 348,
221
+ "id": 362,
221
222
  "name": "Close",
222
223
  "kind": 16,
223
224
  "kindString": "Enumeration member",
@@ -235,7 +236,7 @@
235
236
  "defaultValue": "1"
236
237
  },
237
238
  {
238
- "id": 350,
239
+ "id": 364,
239
240
  "name": "Focus",
240
241
  "kind": 16,
241
242
  "kindString": "Enumeration member",
@@ -253,7 +254,7 @@
253
254
  "defaultValue": "3"
254
255
  },
255
256
  {
256
- "id": 347,
257
+ "id": 361,
257
258
  "name": "Open",
258
259
  "kind": 16,
259
260
  "kindString": "Enumeration member",
@@ -271,7 +272,7 @@
271
272
  "defaultValue": "0"
272
273
  },
273
274
  {
274
- "id": 349,
275
+ "id": 363,
275
276
  "name": "Reposition",
276
277
  "kind": 16,
277
278
  "kindString": "Enumeration member",
@@ -294,10 +295,10 @@
294
295
  "title": "Enumeration members",
295
296
  "kind": 16,
296
297
  "children": [
297
- 348,
298
- 350,
299
- 347,
300
- 349
298
+ 362,
299
+ 364,
300
+ 361,
301
+ 363
301
302
  ]
302
303
  }
303
304
  ],
@@ -310,7 +311,7 @@
310
311
  ]
311
312
  },
312
313
  {
313
- "id": 337,
314
+ "id": 351,
314
315
  "name": "SkyDropdownModule",
315
316
  "kind": 128,
316
317
  "kindString": "Class",
@@ -335,7 +336,7 @@
335
336
  "title": "Constructors",
336
337
  "kind": 512,
337
338
  "children": [
338
- 338
339
+ 352
339
340
  ]
340
341
  }
341
342
  ],
@@ -348,7 +349,7 @@
348
349
  ]
349
350
  },
350
351
  {
351
- "id": 340,
352
+ "id": 354,
352
353
  "name": "SkyPopoverModule",
353
354
  "kind": 128,
354
355
  "kindString": "Class",
@@ -373,7 +374,7 @@
373
374
  "title": "Constructors",
374
375
  "kind": 512,
375
376
  "children": [
376
- 341
377
+ 355
377
378
  ]
378
379
  }
379
380
  ],
@@ -908,7 +909,7 @@
908
909
  "sources": [
909
910
  {
910
911
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
911
- "line": 225,
912
+ "line": 227,
912
913
  "character": 2
913
914
  }
914
915
  ],
@@ -1000,7 +1001,7 @@
1000
1001
  "sources": [
1001
1002
  {
1002
1003
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1003
- "line": 181,
1004
+ "line": 183,
1004
1005
  "character": 9
1005
1006
  }
1006
1007
  ],
@@ -1021,7 +1022,7 @@
1021
1022
  "sources": [
1022
1023
  {
1023
1024
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1024
- "line": 183,
1025
+ "line": 185,
1025
1026
  "character": 9
1026
1027
  }
1027
1028
  ],
@@ -1077,7 +1078,7 @@
1077
1078
  "sources": [
1078
1079
  {
1079
1080
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1080
- "line": 187,
1081
+ "line": 189,
1081
1082
  "character": 9
1082
1083
  }
1083
1084
  ],
@@ -1097,7 +1098,7 @@
1097
1098
  "sources": [
1098
1099
  {
1099
1100
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1100
- "line": 185,
1101
+ "line": 187,
1101
1102
  "character": 9
1102
1103
  }
1103
1104
  ],
@@ -1132,7 +1133,7 @@
1132
1133
  "sources": [
1133
1134
  {
1134
1135
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1135
- "line": 129,
1136
+ "line": 131,
1136
1137
  "character": 9
1137
1138
  }
1138
1139
  ],
@@ -1141,7 +1142,7 @@
1141
1142
  "typeArguments": [
1142
1143
  {
1143
1144
  "type": "reference",
1144
- "id": 325,
1145
+ "id": 339,
1145
1146
  "name": "SkyDropdownMessage"
1146
1147
  }
1147
1148
  ],
@@ -1177,7 +1178,7 @@
1177
1178
  "sources": [
1178
1179
  {
1179
1180
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1180
- "line": 135,
1181
+ "line": 137,
1181
1182
  "character": 9
1182
1183
  }
1183
1184
  ],
@@ -1622,7 +1623,7 @@
1622
1623
  "sources": [
1623
1624
  {
1624
1625
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1625
- "line": 156,
1626
+ "line": 158,
1626
1627
  "character": 13
1627
1628
  }
1628
1629
  ],
@@ -1692,7 +1693,7 @@
1692
1693
  "sources": [
1693
1694
  {
1694
1695
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1695
- "line": 168,
1696
+ "line": 170,
1696
1697
  "character": 13
1697
1698
  }
1698
1699
  ],
@@ -1775,7 +1776,7 @@
1775
1776
  "sources": [
1776
1777
  {
1777
1778
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1778
- "line": 148,
1779
+ "line": 150,
1779
1780
  "character": 13
1780
1781
  }
1781
1782
  ],
@@ -1801,7 +1802,7 @@
1801
1802
  },
1802
1803
  "type": {
1803
1804
  "type": "reference",
1804
- "id": 336,
1805
+ "id": 350,
1805
1806
  "name": "SkyDropdownTriggerType"
1806
1807
  }
1807
1808
  }
@@ -1835,7 +1836,7 @@
1835
1836
  "flags": {},
1836
1837
  "type": {
1837
1838
  "type": "reference",
1838
- "id": 336,
1839
+ "id": 350,
1839
1840
  "name": "SkyDropdownTriggerType"
1840
1841
  }
1841
1842
  }
@@ -1858,7 +1859,7 @@
1858
1859
  "sources": [
1859
1860
  {
1860
1861
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1861
- "line": 249,
1862
+ "line": 251,
1862
1863
  "character": 9
1863
1864
  }
1864
1865
  ],
@@ -1895,7 +1896,7 @@
1895
1896
  "sources": [
1896
1897
  {
1897
1898
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1898
- "line": 232,
1899
+ "line": 234,
1899
1900
  "character": 9
1900
1901
  }
1901
1902
  ],
@@ -1989,7 +1990,7 @@
1989
1990
  ]
1990
1991
  },
1991
1992
  {
1992
- "id": 111,
1993
+ "id": 112,
1993
1994
  "name": "SkyDropdownMenuComponent",
1994
1995
  "kind": 128,
1995
1996
  "kindString": "Class",
@@ -2013,7 +2014,7 @@
2013
2014
  ],
2014
2015
  "children": [
2015
2016
  {
2016
- "id": 112,
2017
+ "id": 113,
2017
2018
  "name": "constructor",
2018
2019
  "kind": 512,
2019
2020
  "kindString": "Constructor",
@@ -2027,14 +2028,14 @@
2027
2028
  ],
2028
2029
  "signatures": [
2029
2030
  {
2030
- "id": 113,
2031
+ "id": 114,
2031
2032
  "name": "SkyDropdownMenuComponent",
2032
2033
  "kind": 16384,
2033
2034
  "kindString": "Constructor signature",
2034
2035
  "flags": {},
2035
2036
  "parameters": [
2036
2037
  {
2037
- "id": 114,
2038
+ "id": 115,
2038
2039
  "name": "changeDetector",
2039
2040
  "kind": 32768,
2040
2041
  "kindString": "Parameter",
@@ -2047,7 +2048,7 @@
2047
2048
  }
2048
2049
  },
2049
2050
  {
2050
- "id": 115,
2051
+ "id": 116,
2051
2052
  "name": "elementRef",
2052
2053
  "kind": 32768,
2053
2054
  "kindString": "Parameter",
@@ -2066,7 +2067,7 @@
2066
2067
  }
2067
2068
  },
2068
2069
  {
2069
- "id": 116,
2070
+ "id": 117,
2070
2071
  "name": "dropdownComponent",
2071
2072
  "kind": 32768,
2072
2073
  "kindString": "Parameter",
@@ -2092,14 +2093,14 @@
2092
2093
  ],
2093
2094
  "type": {
2094
2095
  "type": "reference",
2095
- "id": 111,
2096
+ "id": 112,
2096
2097
  "name": "SkyDropdownMenuComponent"
2097
2098
  }
2098
2099
  }
2099
2100
  ]
2100
2101
  },
2101
2102
  {
2102
- "id": 117,
2103
+ "id": 118,
2103
2104
  "name": "ariaLabelledBy",
2104
2105
  "kind": 1024,
2105
2106
  "kindString": "Property",
@@ -2134,7 +2135,7 @@
2134
2135
  }
2135
2136
  },
2136
2137
  {
2137
- "id": 127,
2138
+ "id": 128,
2138
2139
  "name": "dropdownMenuId",
2139
2140
  "kind": 1024,
2140
2141
  "kindString": "Property",
@@ -2155,7 +2156,7 @@
2155
2156
  "defaultValue": "..."
2156
2157
  },
2157
2158
  {
2158
- "id": 126,
2159
+ "id": 127,
2159
2160
  "name": "menuChanges",
2160
2161
  "kind": 1024,
2161
2162
  "kindString": "Property",
@@ -2189,7 +2190,7 @@
2189
2190
  "typeArguments": [
2190
2191
  {
2191
2192
  "type": "reference",
2192
- "id": 321,
2193
+ "id": 335,
2193
2194
  "name": "SkyDropdownMenuChange"
2194
2195
  }
2195
2196
  ],
@@ -2200,7 +2201,7 @@
2200
2201
  "defaultValue": "..."
2201
2202
  },
2202
2203
  {
2203
- "id": 134,
2204
+ "id": 135,
2204
2205
  "name": "menuItems",
2205
2206
  "kind": 1024,
2206
2207
  "kindString": "Property",
@@ -2244,7 +2245,7 @@
2244
2245
  }
2245
2246
  },
2246
2247
  {
2247
- "id": 118,
2248
+ "id": 119,
2248
2249
  "name": "ariaRole",
2249
2250
  "kind": 262144,
2250
2251
  "kindString": "Accessor",
@@ -2272,7 +2273,7 @@
2272
2273
  ],
2273
2274
  "getSignature": [
2274
2275
  {
2275
- "id": 119,
2276
+ "id": 120,
2276
2277
  "name": "ariaRole",
2277
2278
  "kind": 524288,
2278
2279
  "kindString": "Get signature",
@@ -2294,7 +2295,7 @@
2294
2295
  ],
2295
2296
  "setSignature": [
2296
2297
  {
2297
- "id": 120,
2298
+ "id": 121,
2298
2299
  "name": "ariaRole",
2299
2300
  "kind": 1048576,
2300
2301
  "kindString": "Set signature",
@@ -2310,7 +2311,7 @@
2310
2311
  },
2311
2312
  "parameters": [
2312
2313
  {
2313
- "id": 121,
2314
+ "id": 122,
2314
2315
  "name": "value",
2315
2316
  "kind": 32768,
2316
2317
  "kindString": "Parameter",
@@ -2329,7 +2330,7 @@
2329
2330
  ]
2330
2331
  },
2331
2332
  {
2332
- "id": 130,
2333
+ "id": 131,
2333
2334
  "name": "menuIndex",
2334
2335
  "kind": 262144,
2335
2336
  "kindString": "Accessor",
@@ -2345,7 +2346,7 @@
2345
2346
  ],
2346
2347
  "getSignature": [
2347
2348
  {
2348
- "id": 131,
2349
+ "id": 132,
2349
2350
  "name": "menuIndex",
2350
2351
  "kind": 524288,
2351
2352
  "kindString": "Get signature",
@@ -2358,14 +2359,14 @@
2358
2359
  ],
2359
2360
  "setSignature": [
2360
2361
  {
2361
- "id": 132,
2362
+ "id": 133,
2362
2363
  "name": "menuIndex",
2363
2364
  "kind": 1048576,
2364
2365
  "kindString": "Set signature",
2365
2366
  "flags": {},
2366
2367
  "parameters": [
2367
2368
  {
2368
- "id": 133,
2369
+ "id": 134,
2369
2370
  "name": "value",
2370
2371
  "kind": 32768,
2371
2372
  "kindString": "Parameter",
@@ -2384,7 +2385,7 @@
2384
2385
  ]
2385
2386
  },
2386
2387
  {
2387
- "id": 122,
2388
+ "id": 123,
2388
2389
  "name": "useNativeFocus",
2389
2390
  "kind": 262144,
2390
2391
  "kindString": "Accessor",
@@ -2412,7 +2413,7 @@
2412
2413
  ],
2413
2414
  "getSignature": [
2414
2415
  {
2415
- "id": 123,
2416
+ "id": 124,
2416
2417
  "name": "useNativeFocus",
2417
2418
  "kind": 524288,
2418
2419
  "kindString": "Get signature",
@@ -2434,7 +2435,7 @@
2434
2435
  ],
2435
2436
  "setSignature": [
2436
2437
  {
2437
- "id": 124,
2438
+ "id": 125,
2438
2439
  "name": "useNativeFocus",
2439
2440
  "kind": 1048576,
2440
2441
  "kindString": "Set signature",
@@ -2450,7 +2451,7 @@
2450
2451
  },
2451
2452
  "parameters": [
2452
2453
  {
2453
- "id": 125,
2454
+ "id": 126,
2454
2455
  "name": "value",
2455
2456
  "kind": 32768,
2456
2457
  "kindString": "Parameter",
@@ -2469,7 +2470,7 @@
2469
2470
  ]
2470
2471
  },
2471
2472
  {
2472
- "id": 143,
2473
+ "id": 144,
2473
2474
  "name": "focusFirstItem",
2474
2475
  "kind": 2048,
2475
2476
  "kindString": "Method",
@@ -2479,13 +2480,13 @@
2479
2480
  "sources": [
2480
2481
  {
2481
2482
  "fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
2482
- "line": 201,
2483
+ "line": 200,
2483
2484
  "character": 9
2484
2485
  }
2485
2486
  ],
2486
2487
  "signatures": [
2487
2488
  {
2488
- "id": 144,
2489
+ "id": 145,
2489
2490
  "name": "focusFirstItem",
2490
2491
  "kind": 4096,
2491
2492
  "kindString": "Call signature",
@@ -2498,7 +2499,7 @@
2498
2499
  ]
2499
2500
  },
2500
2501
  {
2501
- "id": 145,
2502
+ "id": 146,
2502
2503
  "name": "focusLastItem",
2503
2504
  "kind": 2048,
2504
2505
  "kindString": "Method",
@@ -2508,13 +2509,13 @@
2508
2509
  "sources": [
2509
2510
  {
2510
2511
  "fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
2511
- "line": 216,
2512
+ "line": 215,
2512
2513
  "character": 9
2513
2514
  }
2514
2515
  ],
2515
2516
  "signatures": [
2516
2517
  {
2517
- "id": 146,
2518
+ "id": 147,
2518
2519
  "name": "focusLastItem",
2519
2520
  "kind": 4096,
2520
2521
  "kindString": "Call signature",
@@ -2527,7 +2528,7 @@
2527
2528
  ]
2528
2529
  },
2529
2530
  {
2530
- "id": 149,
2531
+ "id": 150,
2531
2532
  "name": "focusNextItem",
2532
2533
  "kind": 2048,
2533
2534
  "kindString": "Method",
@@ -2537,13 +2538,13 @@
2537
2538
  "sources": [
2538
2539
  {
2539
2540
  "fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
2540
- "line": 246,
2541
+ "line": 245,
2541
2542
  "character": 9
2542
2543
  }
2543
2544
  ],
2544
2545
  "signatures": [
2545
2546
  {
2546
- "id": 150,
2547
+ "id": 151,
2547
2548
  "name": "focusNextItem",
2548
2549
  "kind": 4096,
2549
2550
  "kindString": "Call signature",
@@ -2556,7 +2557,7 @@
2556
2557
  ]
2557
2558
  },
2558
2559
  {
2559
- "id": 147,
2560
+ "id": 148,
2560
2561
  "name": "focusPreviousItem",
2561
2562
  "kind": 2048,
2562
2563
  "kindString": "Method",
@@ -2566,13 +2567,13 @@
2566
2567
  "sources": [
2567
2568
  {
2568
2569
  "fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
2569
- "line": 231,
2570
+ "line": 230,
2570
2571
  "character": 9
2571
2572
  }
2572
2573
  ],
2573
2574
  "signatures": [
2574
2575
  {
2575
- "id": 148,
2576
+ "id": 149,
2576
2577
  "name": "focusPreviousItem",
2577
2578
  "kind": 4096,
2578
2579
  "kindString": "Call signature",
@@ -2585,7 +2586,7 @@
2585
2586
  ]
2586
2587
  },
2587
2588
  {
2588
- "id": 139,
2589
+ "id": 140,
2589
2590
  "name": "ngAfterContentInit",
2590
2591
  "kind": 2048,
2591
2592
  "kindString": "Method",
@@ -2601,7 +2602,7 @@
2601
2602
  ],
2602
2603
  "signatures": [
2603
2604
  {
2604
- "id": 140,
2605
+ "id": 141,
2605
2606
  "name": "ngAfterContentInit",
2606
2607
  "kind": 4096,
2607
2608
  "kindString": "Call signature",
@@ -2622,7 +2623,7 @@
2622
2623
  }
2623
2624
  },
2624
2625
  {
2625
- "id": 141,
2626
+ "id": 142,
2626
2627
  "name": "ngOnDestroy",
2627
2628
  "kind": 2048,
2628
2629
  "kindString": "Method",
@@ -2638,7 +2639,7 @@
2638
2639
  ],
2639
2640
  "signatures": [
2640
2641
  {
2641
- "id": 142,
2642
+ "id": 143,
2642
2643
  "name": "ngOnDestroy",
2643
2644
  "kind": 4096,
2644
2645
  "kindString": "Call signature",
@@ -2659,7 +2660,7 @@
2659
2660
  }
2660
2661
  },
2661
2662
  {
2662
- "id": 151,
2663
+ "id": 152,
2663
2664
  "name": "reset",
2664
2665
  "kind": 2048,
2665
2666
  "kindString": "Method",
@@ -2669,13 +2670,13 @@
2669
2670
  "sources": [
2670
2671
  {
2671
2672
  "fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
2672
- "line": 261,
2673
+ "line": 260,
2673
2674
  "character": 9
2674
2675
  }
2675
2676
  ],
2676
2677
  "signatures": [
2677
2678
  {
2678
- "id": 152,
2679
+ "id": 153,
2679
2680
  "name": "reset",
2680
2681
  "kind": 4096,
2681
2682
  "kindString": "Call signature",
@@ -2693,39 +2694,39 @@
2693
2694
  "title": "Constructors",
2694
2695
  "kind": 512,
2695
2696
  "children": [
2696
- 112
2697
+ 113
2697
2698
  ]
2698
2699
  },
2699
2700
  {
2700
2701
  "title": "Properties",
2701
2702
  "kind": 1024,
2702
2703
  "children": [
2703
- 117,
2704
+ 118,
2705
+ 128,
2704
2706
  127,
2705
- 126,
2706
- 134
2707
+ 135
2707
2708
  ]
2708
2709
  },
2709
2710
  {
2710
2711
  "title": "Accessors",
2711
2712
  "kind": 262144,
2712
2713
  "children": [
2713
- 118,
2714
- 130,
2715
- 122
2714
+ 119,
2715
+ 131,
2716
+ 123
2716
2717
  ]
2717
2718
  },
2718
2719
  {
2719
2720
  "title": "Methods",
2720
2721
  "kind": 2048,
2721
2722
  "children": [
2722
- 143,
2723
- 145,
2724
- 149,
2725
- 147,
2726
- 139,
2727
- 141,
2728
- 151
2723
+ 144,
2724
+ 146,
2725
+ 150,
2726
+ 148,
2727
+ 140,
2728
+ 142,
2729
+ 152
2729
2730
  ]
2730
2731
  }
2731
2732
  ],
@@ -2752,7 +2753,7 @@
2752
2753
  ]
2753
2754
  },
2754
2755
  {
2755
- "id": 238,
2756
+ "id": 239,
2756
2757
  "name": "SkyPopoverComponent",
2757
2758
  "kind": 128,
2758
2759
  "kindString": "Class",
@@ -2773,7 +2774,7 @@
2773
2774
  ],
2774
2775
  "children": [
2775
2776
  {
2776
- "id": 239,
2777
+ "id": 240,
2777
2778
  "name": "constructor",
2778
2779
  "kind": 512,
2779
2780
  "kindString": "Constructor",
@@ -2781,20 +2782,20 @@
2781
2782
  "sources": [
2782
2783
  {
2783
2784
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2784
- "line": 135,
2785
+ "line": 141,
2785
2786
  "character": 2
2786
2787
  }
2787
2788
  ],
2788
2789
  "signatures": [
2789
2790
  {
2790
- "id": 240,
2791
+ "id": 241,
2791
2792
  "name": "SkyPopoverComponent",
2792
2793
  "kind": 16384,
2793
2794
  "kindString": "Constructor signature",
2794
2795
  "flags": {},
2795
2796
  "parameters": [
2796
2797
  {
2797
- "id": 241,
2798
+ "id": 242,
2798
2799
  "name": "overlayService",
2799
2800
  "kind": 32768,
2800
2801
  "kindString": "Parameter",
@@ -2807,14 +2808,14 @@
2807
2808
  ],
2808
2809
  "type": {
2809
2810
  "type": "reference",
2810
- "id": 238,
2811
+ "id": 239,
2811
2812
  "name": "SkyPopoverComponent"
2812
2813
  }
2813
2814
  }
2814
2815
  ]
2815
2816
  },
2816
2817
  {
2817
- "id": 260,
2818
+ "id": 264,
2818
2819
  "name": "isMouseEnter",
2819
2820
  "kind": 1024,
2820
2821
  "kindString": "Property",
@@ -2824,7 +2825,7 @@
2824
2825
  "sources": [
2825
2826
  {
2826
2827
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2827
- "line": 113,
2828
+ "line": 117,
2828
2829
  "character": 9
2829
2830
  }
2830
2831
  ],
@@ -2835,7 +2836,7 @@
2835
2836
  "defaultValue": "false"
2836
2837
  },
2837
2838
  {
2838
- "id": 256,
2839
+ "id": 260,
2839
2840
  "name": "popoverClosed",
2840
2841
  "kind": 1024,
2841
2842
  "kindString": "Property",
@@ -2860,7 +2861,7 @@
2860
2861
  "sources": [
2861
2862
  {
2862
2863
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2863
- "line": 92,
2864
+ "line": 96,
2864
2865
  "character": 9
2865
2866
  }
2866
2867
  ],
@@ -2869,7 +2870,7 @@
2869
2870
  "typeArguments": [
2870
2871
  {
2871
2872
  "type": "reference",
2872
- "id": 238,
2873
+ "id": 239,
2873
2874
  "name": "SkyPopoverComponent"
2874
2875
  }
2875
2876
  ],
@@ -2880,7 +2881,7 @@
2880
2881
  "defaultValue": "..."
2881
2882
  },
2882
2883
  {
2883
- "id": 257,
2884
+ "id": 261,
2884
2885
  "name": "popoverOpened",
2885
2886
  "kind": 1024,
2886
2887
  "kindString": "Property",
@@ -2905,7 +2906,7 @@
2905
2906
  "sources": [
2906
2907
  {
2907
2908
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2908
- "line": 98,
2909
+ "line": 102,
2909
2910
  "character": 9
2910
2911
  }
2911
2912
  ],
@@ -2914,7 +2915,7 @@
2914
2915
  "typeArguments": [
2915
2916
  {
2916
2917
  "type": "reference",
2917
- "id": 238,
2918
+ "id": 239,
2918
2919
  "name": "SkyPopoverComponent"
2919
2920
  }
2920
2921
  ],
@@ -2925,7 +2926,7 @@
2925
2926
  "defaultValue": "..."
2926
2927
  },
2927
2928
  {
2928
- "id": 254,
2929
+ "id": 255,
2929
2930
  "name": "popoverTitle",
2930
2931
  "kind": 1024,
2931
2932
  "kindString": "Property",
@@ -2950,7 +2951,7 @@
2950
2951
  "sources": [
2951
2952
  {
2952
2953
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2953
- "line": 78,
2954
+ "line": 77,
2954
2955
  "character": 9
2955
2956
  }
2956
2957
  ],
@@ -2960,57 +2961,7 @@
2960
2961
  }
2961
2962
  },
2962
2963
  {
2963
- "id": 255,
2964
- "name": "popoverType",
2965
- "kind": 1024,
2966
- "kindString": "Property",
2967
- "flags": {
2968
- "isPublic": true
2969
- },
2970
- "comment": {
2971
- "shortText": "Specifies the type of popover.\nOptions include `\"info\"` and `\"danger\"`.",
2972
- "tags": [
2973
- {
2974
- "tag": "default",
2975
- "text": "\"info\"\n"
2976
- }
2977
- ]
2978
- },
2979
- "decorators": [
2980
- {
2981
- "name": "Input",
2982
- "type": {
2983
- "type": "reference",
2984
- "qualifiedName": "InputDecorator",
2985
- "package": "@angular/core",
2986
- "name": "Input"
2987
- },
2988
- "arguments": {}
2989
- }
2990
- ],
2991
- "sources": [
2992
- {
2993
- "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
2994
- "line": 86,
2995
- "character": 9
2996
- }
2997
- ],
2998
- "type": {
2999
- "type": "union",
3000
- "types": [
3001
- {
3002
- "type": "literal",
3003
- "value": "danger"
3004
- },
3005
- {
3006
- "type": "literal",
3007
- "value": "info"
3008
- }
3009
- ]
3010
- }
3011
- },
3012
- {
3013
- "id": 242,
2964
+ "id": 243,
3014
2965
  "name": "alignment",
3015
2966
  "kind": 262144,
3016
2967
  "kindString": "Accessor",
@@ -3038,13 +2989,13 @@
3038
2989
  ],
3039
2990
  "getSignature": [
3040
2991
  {
3041
- "id": 243,
2992
+ "id": 244,
3042
2993
  "name": "alignment",
3043
2994
  "kind": 524288,
3044
2995
  "kindString": "Get signature",
3045
2996
  "flags": {},
3046
2997
  "comment": {
3047
- "shortText": "Specifies the horizontal alignment of the popover in relation to the trigger element.\nThe `skyPopoverAlignment` property on the popover directive overwrites this property.\nOptions include:`\"center\"`, `\"right\"`, and `'\"left\"`.",
2998
+ "shortText": "Specifies the horizontal alignment of the popover in relation to the trigger element.\nThe `skyPopoverAlignment` property on the popover directive takes precedence over this property when specified.",
3048
2999
  "tags": [
3049
3000
  {
3050
3001
  "tag": "default",
@@ -3054,20 +3005,20 @@
3054
3005
  },
3055
3006
  "type": {
3056
3007
  "type": "reference",
3057
- "id": 343,
3008
+ "id": 357,
3058
3009
  "name": "SkyPopoverAlignment"
3059
3010
  }
3060
3011
  }
3061
3012
  ],
3062
3013
  "setSignature": [
3063
3014
  {
3064
- "id": 244,
3015
+ "id": 245,
3065
3016
  "name": "alignment",
3066
3017
  "kind": 1048576,
3067
3018
  "kindString": "Set signature",
3068
3019
  "flags": {},
3069
3020
  "comment": {
3070
- "shortText": "Specifies the horizontal alignment of the popover in relation to the trigger element.\nThe `skyPopoverAlignment` property on the popover directive overwrites this property.\nOptions include:`\"center\"`, `\"right\"`, and `'\"left\"`.",
3021
+ "shortText": "Specifies the horizontal alignment of the popover in relation to the trigger element.\nThe `skyPopoverAlignment` property on the popover directive takes precedence over this property when specified.",
3071
3022
  "tags": [
3072
3023
  {
3073
3024
  "tag": "default",
@@ -3077,14 +3028,14 @@
3077
3028
  },
3078
3029
  "parameters": [
3079
3030
  {
3080
- "id": 245,
3031
+ "id": 246,
3081
3032
  "name": "value",
3082
3033
  "kind": 32768,
3083
3034
  "kindString": "Parameter",
3084
3035
  "flags": {},
3085
3036
  "type": {
3086
3037
  "type": "reference",
3087
- "id": 343,
3038
+ "id": 357,
3088
3039
  "name": "SkyPopoverAlignment"
3089
3040
  }
3090
3041
  }
@@ -3097,7 +3048,7 @@
3097
3048
  ]
3098
3049
  },
3099
3050
  {
3100
- "id": 246,
3051
+ "id": 247,
3101
3052
  "name": "dismissOnBlur",
3102
3053
  "kind": 262144,
3103
3054
  "kindString": "Accessor",
@@ -3125,7 +3076,7 @@
3125
3076
  ],
3126
3077
  "getSignature": [
3127
3078
  {
3128
- "id": 247,
3079
+ "id": 248,
3129
3080
  "name": "dismissOnBlur",
3130
3081
  "kind": 524288,
3131
3082
  "kindString": "Get signature",
@@ -3147,7 +3098,7 @@
3147
3098
  ],
3148
3099
  "setSignature": [
3149
3100
  {
3150
- "id": 248,
3101
+ "id": 249,
3151
3102
  "name": "dismissOnBlur",
3152
3103
  "kind": 1048576,
3153
3104
  "kindString": "Set signature",
@@ -3163,7 +3114,7 @@
3163
3114
  },
3164
3115
  "parameters": [
3165
3116
  {
3166
- "id": 249,
3117
+ "id": 250,
3167
3118
  "name": "value",
3168
3119
  "kind": 32768,
3169
3120
  "kindString": "Parameter",
@@ -3182,7 +3133,7 @@
3182
3133
  ]
3183
3134
  },
3184
3135
  {
3185
- "id": 250,
3136
+ "id": 251,
3186
3137
  "name": "placement",
3187
3138
  "kind": 262144,
3188
3139
  "kindString": "Accessor",
@@ -3204,19 +3155,19 @@
3204
3155
  "sources": [
3205
3156
  {
3206
3157
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
3207
- "line": 66,
3158
+ "line": 65,
3208
3159
  "character": 13
3209
3160
  }
3210
3161
  ],
3211
3162
  "getSignature": [
3212
3163
  {
3213
- "id": 251,
3164
+ "id": 252,
3214
3165
  "name": "placement",
3215
3166
  "kind": 524288,
3216
3167
  "kindString": "Get signature",
3217
3168
  "flags": {},
3218
3169
  "comment": {
3219
- "shortText": "Specifies the placement of the popover in relation to the trigger element.\nThe `skyPopoverPlacement` property on the popover directive overwrites this property.\nOptions include:`\"above\"`, `\"below\"`, `\"right\"`, and `\"left\"`.",
3170
+ "shortText": "Specifies the placement of the popover in relation to the trigger element.\nThe `skyPopoverPlacement` property on the popover directive takes precedence over this property when specified.",
3220
3171
  "tags": [
3221
3172
  {
3222
3173
  "tag": "default",
@@ -3226,20 +3177,20 @@
3226
3177
  },
3227
3178
  "type": {
3228
3179
  "type": "reference",
3229
- "id": 351,
3180
+ "id": 365,
3230
3181
  "name": "SkyPopoverPlacement"
3231
3182
  }
3232
3183
  }
3233
3184
  ],
3234
3185
  "setSignature": [
3235
3186
  {
3236
- "id": 252,
3187
+ "id": 253,
3237
3188
  "name": "placement",
3238
3189
  "kind": 1048576,
3239
3190
  "kindString": "Set signature",
3240
3191
  "flags": {},
3241
3192
  "comment": {
3242
- "shortText": "Specifies the placement of the popover in relation to the trigger element.\nThe `skyPopoverPlacement` property on the popover directive overwrites this property.\nOptions include:`\"above\"`, `\"below\"`, `\"right\"`, and `\"left\"`.",
3193
+ "shortText": "Specifies the placement of the popover in relation to the trigger element.\nThe `skyPopoverPlacement` property on the popover directive takes precedence over this property when specified.",
3243
3194
  "tags": [
3244
3195
  {
3245
3196
  "tag": "default",
@@ -3249,14 +3200,14 @@
3249
3200
  },
3250
3201
  "parameters": [
3251
3202
  {
3252
- "id": 253,
3203
+ "id": 254,
3253
3204
  "name": "value",
3254
3205
  "kind": 32768,
3255
3206
  "kindString": "Parameter",
3256
3207
  "flags": {},
3257
3208
  "type": {
3258
3209
  "type": "reference",
3259
- "id": 351,
3210
+ "id": 365,
3260
3211
  "name": "SkyPopoverPlacement"
3261
3212
  }
3262
3213
  }
@@ -3269,7 +3220,94 @@
3269
3220
  ]
3270
3221
  },
3271
3222
  {
3272
- "id": 269,
3223
+ "id": 256,
3224
+ "name": "popoverType",
3225
+ "kind": 262144,
3226
+ "kindString": "Accessor",
3227
+ "flags": {
3228
+ "isPublic": true
3229
+ },
3230
+ "decorators": [
3231
+ {
3232
+ "name": "Input",
3233
+ "type": {
3234
+ "type": "reference",
3235
+ "qualifiedName": "InputDecorator",
3236
+ "package": "@angular/core",
3237
+ "name": "Input"
3238
+ },
3239
+ "arguments": {}
3240
+ }
3241
+ ],
3242
+ "sources": [
3243
+ {
3244
+ "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
3245
+ "line": 84,
3246
+ "character": 13
3247
+ }
3248
+ ],
3249
+ "getSignature": [
3250
+ {
3251
+ "id": 257,
3252
+ "name": "popoverType",
3253
+ "kind": 524288,
3254
+ "kindString": "Get signature",
3255
+ "flags": {},
3256
+ "comment": {
3257
+ "shortText": "Specifies the type of popover.",
3258
+ "tags": [
3259
+ {
3260
+ "tag": "default",
3261
+ "text": "\"info\"\n"
3262
+ }
3263
+ ]
3264
+ },
3265
+ "type": {
3266
+ "type": "reference",
3267
+ "id": 374,
3268
+ "name": "SkyPopoverType"
3269
+ }
3270
+ }
3271
+ ],
3272
+ "setSignature": [
3273
+ {
3274
+ "id": 258,
3275
+ "name": "popoverType",
3276
+ "kind": 1048576,
3277
+ "kindString": "Set signature",
3278
+ "flags": {},
3279
+ "comment": {
3280
+ "shortText": "Specifies the type of popover.",
3281
+ "tags": [
3282
+ {
3283
+ "tag": "default",
3284
+ "text": "\"info\"\n"
3285
+ }
3286
+ ]
3287
+ },
3288
+ "parameters": [
3289
+ {
3290
+ "id": 259,
3291
+ "name": "value",
3292
+ "kind": 32768,
3293
+ "kindString": "Parameter",
3294
+ "flags": {},
3295
+ "type": {
3296
+ "type": "reference",
3297
+ "id": 374,
3298
+ "name": "SkyPopoverType"
3299
+ }
3300
+ }
3301
+ ],
3302
+ "type": {
3303
+ "type": "intrinsic",
3304
+ "name": "void"
3305
+ }
3306
+ }
3307
+ ]
3308
+ },
3309
+ {
3310
+ "id": 274,
3273
3311
  "name": "ngOnDestroy",
3274
3312
  "kind": 2048,
3275
3313
  "kindString": "Method",
@@ -3279,13 +3317,13 @@
3279
3317
  "sources": [
3280
3318
  {
3281
3319
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
3282
- "line": 137,
3320
+ "line": 143,
3283
3321
  "character": 9
3284
3322
  }
3285
3323
  ],
3286
3324
  "signatures": [
3287
3325
  {
3288
- "id": 270,
3326
+ "id": 275,
3289
3327
  "name": "ngOnDestroy",
3290
3328
  "kind": 4096,
3291
3329
  "kindString": "Call signature",
@@ -3311,17 +3349,16 @@
3311
3349
  "title": "Constructors",
3312
3350
  "kind": 512,
3313
3351
  "children": [
3314
- 239
3352
+ 240
3315
3353
  ]
3316
3354
  },
3317
3355
  {
3318
3356
  "title": "Properties",
3319
3357
  "kind": 1024,
3320
3358
  "children": [
3359
+ 264,
3321
3360
  260,
3322
- 256,
3323
- 257,
3324
- 254,
3361
+ 261,
3325
3362
  255
3326
3363
  ]
3327
3364
  },
@@ -3329,23 +3366,24 @@
3329
3366
  "title": "Accessors",
3330
3367
  "kind": 262144,
3331
3368
  "children": [
3332
- 242,
3333
- 246,
3334
- 250
3369
+ 243,
3370
+ 247,
3371
+ 251,
3372
+ 256
3335
3373
  ]
3336
3374
  },
3337
3375
  {
3338
3376
  "title": "Methods",
3339
3377
  "kind": 2048,
3340
3378
  "children": [
3341
- 269
3379
+ 274
3342
3380
  ]
3343
3381
  }
3344
3382
  ],
3345
3383
  "sources": [
3346
3384
  {
3347
3385
  "fileName": "projects/popovers/src/modules/popover/popover.component.ts",
3348
- "line": 25,
3386
+ "line": 26,
3349
3387
  "character": 13
3350
3388
  }
3351
3389
  ],
@@ -3359,7 +3397,7 @@
3359
3397
  ]
3360
3398
  },
3361
3399
  {
3362
- "id": 284,
3400
+ "id": 289,
3363
3401
  "name": "SkyPopoverDirective",
3364
3402
  "kind": 128,
3365
3403
  "kindString": "Class",
@@ -3380,7 +3418,7 @@
3380
3418
  ],
3381
3419
  "children": [
3382
3420
  {
3383
- "id": 285,
3421
+ "id": 290,
3384
3422
  "name": "constructor",
3385
3423
  "kind": 512,
3386
3424
  "kindString": "Constructor",
@@ -3388,20 +3426,20 @@
3388
3426
  "sources": [
3389
3427
  {
3390
3428
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3391
- "line": 62,
3429
+ "line": 71,
3392
3430
  "character": 2
3393
3431
  }
3394
3432
  ],
3395
3433
  "signatures": [
3396
3434
  {
3397
- "id": 286,
3435
+ "id": 291,
3398
3436
  "name": "SkyPopoverDirective",
3399
3437
  "kind": 16384,
3400
3438
  "kindString": "Constructor signature",
3401
3439
  "flags": {},
3402
3440
  "parameters": [
3403
3441
  {
3404
- "id": 287,
3442
+ "id": 292,
3405
3443
  "name": "elementRef",
3406
3444
  "kind": 32768,
3407
3445
  "kindString": "Parameter",
@@ -3422,14 +3460,14 @@
3422
3460
  ],
3423
3461
  "type": {
3424
3462
  "type": "reference",
3425
- "id": 284,
3463
+ "id": 289,
3426
3464
  "name": "SkyPopoverDirective"
3427
3465
  }
3428
3466
  }
3429
3467
  ]
3430
3468
  },
3431
3469
  {
3432
- "id": 288,
3470
+ "id": 293,
3433
3471
  "name": "skyPopover",
3434
3472
  "kind": 1024,
3435
3473
  "kindString": "Property",
@@ -3466,12 +3504,12 @@
3466
3504
  ],
3467
3505
  "type": {
3468
3506
  "type": "reference",
3469
- "id": 238,
3507
+ "id": 239,
3470
3508
  "name": "SkyPopoverComponent"
3471
3509
  }
3472
3510
  },
3473
3511
  {
3474
- "id": 289,
3512
+ "id": 294,
3475
3513
  "name": "skyPopoverAlignment",
3476
3514
  "kind": 1024,
3477
3515
  "kindString": "Property",
@@ -3479,13 +3517,7 @@
3479
3517
  "isPublic": true
3480
3518
  },
3481
3519
  "comment": {
3482
- "shortText": "Specifies the horizontal alignment of the popover in relation to the trigger element.\nOptions include:`\"center\"`, `\"right\"`, and `\"left\"`.",
3483
- "tags": [
3484
- {
3485
- "tag": "default",
3486
- "text": "\"center\"\n"
3487
- }
3488
- ]
3520
+ "shortText": "Specifies the horizontal alignment of the popover in relation to the trigger element."
3489
3521
  },
3490
3522
  "decorators": [
3491
3523
  {
@@ -3502,26 +3534,26 @@
3502
3534
  "sources": [
3503
3535
  {
3504
3536
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3505
- "line": 30,
3537
+ "line": 28,
3506
3538
  "character": 9
3507
3539
  }
3508
3540
  ],
3509
3541
  "type": {
3510
3542
  "type": "reference",
3511
- "id": 343,
3543
+ "id": 357,
3512
3544
  "name": "SkyPopoverAlignment"
3513
3545
  }
3514
3546
  },
3515
3547
  {
3516
- "id": 290,
3517
- "name": "skyPopoverMessageStream",
3548
+ "id": 301,
3549
+ "name": "skyPopoverPlacement",
3518
3550
  "kind": 1024,
3519
3551
  "kindString": "Property",
3520
3552
  "flags": {
3521
3553
  "isPublic": true
3522
3554
  },
3523
3555
  "comment": {
3524
- "shortText": "Provides an observable to send commands to the popover that respect the `SkyPopoverMessage` type."
3556
+ "shortText": "Specifies the placement of the popover in relation to the trigger element."
3525
3557
  },
3526
3558
  "decorators": [
3527
3559
  {
@@ -3538,42 +3570,24 @@
3538
3570
  "sources": [
3539
3571
  {
3540
3572
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3541
- "line": 36,
3573
+ "line": 53,
3542
3574
  "character": 9
3543
3575
  }
3544
3576
  ],
3545
3577
  "type": {
3546
3578
  "type": "reference",
3547
- "typeArguments": [
3548
- {
3549
- "type": "reference",
3550
- "id": 344,
3551
- "name": "SkyPopoverMessage"
3552
- }
3553
- ],
3554
- "qualifiedName": "Subject",
3555
- "package": "rxjs",
3556
- "name": "Subject"
3557
- },
3558
- "defaultValue": "..."
3579
+ "id": 365,
3580
+ "name": "SkyPopoverPlacement"
3581
+ }
3559
3582
  },
3560
3583
  {
3561
- "id": 291,
3562
- "name": "skyPopoverPlacement",
3563
- "kind": 1024,
3564
- "kindString": "Property",
3584
+ "id": 295,
3585
+ "name": "skyPopoverMessageStream",
3586
+ "kind": 262144,
3587
+ "kindString": "Accessor",
3565
3588
  "flags": {
3566
3589
  "isPublic": true
3567
3590
  },
3568
- "comment": {
3569
- "shortText": "Specifies the placement of the popover in relation to the trigger element.\nOptions include:`\"above\"`, `\"below\"`, `\"right\"`, and `\"left\"`.",
3570
- "tags": [
3571
- {
3572
- "tag": "default",
3573
- "text": "\"above\"\n"
3574
- }
3575
- ]
3576
- },
3577
3591
  "decorators": [
3578
3592
  {
3579
3593
  "name": "Input",
@@ -3589,18 +3603,76 @@
3589
3603
  "sources": [
3590
3604
  {
3591
3605
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3592
- "line": 44,
3593
- "character": 9
3606
+ "line": 34,
3607
+ "character": 13
3594
3608
  }
3595
3609
  ],
3596
- "type": {
3597
- "type": "reference",
3598
- "id": 351,
3599
- "name": "SkyPopoverPlacement"
3600
- }
3610
+ "getSignature": [
3611
+ {
3612
+ "id": 296,
3613
+ "name": "skyPopoverMessageStream",
3614
+ "kind": 524288,
3615
+ "kindString": "Get signature",
3616
+ "flags": {},
3617
+ "comment": {
3618
+ "shortText": "Provides an RxJS `Subject` to send commands to the popover that respect the `SkyPopoverMessage` type."
3619
+ },
3620
+ "type": {
3621
+ "type": "reference",
3622
+ "typeArguments": [
3623
+ {
3624
+ "type": "reference",
3625
+ "id": 358,
3626
+ "name": "SkyPopoverMessage"
3627
+ }
3628
+ ],
3629
+ "qualifiedName": "Subject",
3630
+ "package": "rxjs",
3631
+ "name": "Subject"
3632
+ }
3633
+ }
3634
+ ],
3635
+ "setSignature": [
3636
+ {
3637
+ "id": 297,
3638
+ "name": "skyPopoverMessageStream",
3639
+ "kind": 1048576,
3640
+ "kindString": "Set signature",
3641
+ "flags": {},
3642
+ "comment": {
3643
+ "shortText": "Provides an RxJS `Subject` to send commands to the popover that respect the `SkyPopoverMessage` type."
3644
+ },
3645
+ "parameters": [
3646
+ {
3647
+ "id": 298,
3648
+ "name": "value",
3649
+ "kind": 32768,
3650
+ "kindString": "Parameter",
3651
+ "flags": {},
3652
+ "type": {
3653
+ "type": "reference",
3654
+ "typeArguments": [
3655
+ {
3656
+ "type": "reference",
3657
+ "id": 358,
3658
+ "name": "SkyPopoverMessage"
3659
+ }
3660
+ ],
3661
+ "qualifiedName": "Subject",
3662
+ "package": "rxjs",
3663
+ "name": "Subject"
3664
+ }
3665
+ }
3666
+ ],
3667
+ "type": {
3668
+ "type": "intrinsic",
3669
+ "name": "void"
3670
+ }
3671
+ }
3672
+ ]
3601
3673
  },
3602
3674
  {
3603
- "id": 292,
3675
+ "id": 302,
3604
3676
  "name": "skyPopoverTrigger",
3605
3677
  "kind": 262144,
3606
3678
  "kindString": "Accessor",
@@ -3622,13 +3694,13 @@
3622
3694
  "sources": [
3623
3695
  {
3624
3696
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3625
- "line": 50,
3697
+ "line": 59,
3626
3698
  "character": 13
3627
3699
  }
3628
3700
  ],
3629
3701
  "getSignature": [
3630
3702
  {
3631
- "id": 293,
3703
+ "id": 303,
3632
3704
  "name": "skyPopoverTrigger",
3633
3705
  "kind": 524288,
3634
3706
  "kindString": "Get signature",
@@ -3638,14 +3710,14 @@
3638
3710
  },
3639
3711
  "type": {
3640
3712
  "type": "reference",
3641
- "id": 359,
3713
+ "id": 373,
3642
3714
  "name": "SkyPopoverTrigger"
3643
3715
  }
3644
3716
  }
3645
3717
  ],
3646
3718
  "setSignature": [
3647
3719
  {
3648
- "id": 294,
3720
+ "id": 304,
3649
3721
  "name": "skyPopoverTrigger",
3650
3722
  "kind": 1048576,
3651
3723
  "kindString": "Set signature",
@@ -3655,14 +3727,14 @@
3655
3727
  },
3656
3728
  "parameters": [
3657
3729
  {
3658
- "id": 295,
3730
+ "id": 305,
3659
3731
  "name": "value",
3660
3732
  "kind": 32768,
3661
3733
  "kindString": "Parameter",
3662
3734
  "flags": {},
3663
3735
  "type": {
3664
3736
  "type": "reference",
3665
- "id": 359,
3737
+ "id": 373,
3666
3738
  "name": "SkyPopoverTrigger"
3667
3739
  }
3668
3740
  }
@@ -3675,7 +3747,7 @@
3675
3747
  ]
3676
3748
  },
3677
3749
  {
3678
- "id": 300,
3750
+ "id": 310,
3679
3751
  "name": "ngOnDestroy",
3680
3752
  "kind": 2048,
3681
3753
  "kindString": "Method",
@@ -3685,13 +3757,13 @@
3685
3757
  "sources": [
3686
3758
  {
3687
3759
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3688
- "line": 68,
3760
+ "line": 79,
3689
3761
  "character": 9
3690
3762
  }
3691
3763
  ],
3692
3764
  "signatures": [
3693
3765
  {
3694
- "id": 301,
3766
+ "id": 311,
3695
3767
  "name": "ngOnDestroy",
3696
3768
  "kind": 4096,
3697
3769
  "kindString": "Call signature",
@@ -3712,7 +3784,7 @@
3712
3784
  }
3713
3785
  },
3714
3786
  {
3715
- "id": 298,
3787
+ "id": 308,
3716
3788
  "name": "ngOnInit",
3717
3789
  "kind": 2048,
3718
3790
  "kindString": "Method",
@@ -3722,13 +3794,13 @@
3722
3794
  "sources": [
3723
3795
  {
3724
3796
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3725
- "line": 64,
3797
+ "line": 75,
3726
3798
  "character": 9
3727
3799
  }
3728
3800
  ],
3729
3801
  "signatures": [
3730
3802
  {
3731
- "id": 299,
3803
+ "id": 309,
3732
3804
  "name": "ngOnInit",
3733
3805
  "kind": 4096,
3734
3806
  "kindString": "Call signature",
@@ -3749,7 +3821,7 @@
3749
3821
  }
3750
3822
  },
3751
3823
  {
3752
- "id": 302,
3824
+ "id": 312,
3753
3825
  "name": "togglePopover",
3754
3826
  "kind": 2048,
3755
3827
  "kindString": "Method",
@@ -3759,13 +3831,13 @@
3759
3831
  "sources": [
3760
3832
  {
3761
3833
  "fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
3762
- "line": 72,
3834
+ "line": 84,
3763
3835
  "character": 9
3764
3836
  }
3765
3837
  ],
3766
3838
  "signatures": [
3767
3839
  {
3768
- "id": 303,
3840
+ "id": 313,
3769
3841
  "name": "togglePopover",
3770
3842
  "kind": 4096,
3771
3843
  "kindString": "Call signature",
@@ -3783,33 +3855,33 @@
3783
3855
  "title": "Constructors",
3784
3856
  "kind": 512,
3785
3857
  "children": [
3786
- 285
3858
+ 290
3787
3859
  ]
3788
3860
  },
3789
3861
  {
3790
3862
  "title": "Properties",
3791
3863
  "kind": 1024,
3792
3864
  "children": [
3793
- 288,
3794
- 289,
3795
- 290,
3796
- 291
3865
+ 293,
3866
+ 294,
3867
+ 301
3797
3868
  ]
3798
3869
  },
3799
3870
  {
3800
3871
  "title": "Accessors",
3801
3872
  "kind": 262144,
3802
3873
  "children": [
3803
- 292
3874
+ 295,
3875
+ 302
3804
3876
  ]
3805
3877
  },
3806
3878
  {
3807
3879
  "title": "Methods",
3808
3880
  "kind": 2048,
3809
3881
  "children": [
3810
- 300,
3811
- 298,
3812
- 302
3882
+ 310,
3883
+ 308,
3884
+ 312
3813
3885
  ]
3814
3886
  }
3815
3887
  ],
@@ -3836,7 +3908,7 @@
3836
3908
  ]
3837
3909
  },
3838
3910
  {
3839
- "id": 321,
3911
+ "id": 335,
3840
3912
  "name": "SkyDropdownMenuChange",
3841
3913
  "kind": 256,
3842
3914
  "kindString": "Interface",
@@ -3846,7 +3918,7 @@
3846
3918
  },
3847
3919
  "children": [
3848
3920
  {
3849
- "id": 322,
3921
+ "id": 336,
3850
3922
  "name": "activeIndex",
3851
3923
  "kind": 1024,
3852
3924
  "kindString": "Property",
@@ -3869,7 +3941,7 @@
3869
3941
  }
3870
3942
  },
3871
3943
  {
3872
- "id": 323,
3944
+ "id": 337,
3873
3945
  "name": "items",
3874
3946
  "kind": 1024,
3875
3947
  "kindString": "Property",
@@ -3896,7 +3968,7 @@
3896
3968
  }
3897
3969
  },
3898
3970
  {
3899
- "id": 324,
3971
+ "id": 338,
3900
3972
  "name": "selectedItem",
3901
3973
  "kind": 1024,
3902
3974
  "kindString": "Property",
@@ -3925,9 +3997,9 @@
3925
3997
  "title": "Properties",
3926
3998
  "kind": 1024,
3927
3999
  "children": [
3928
- 322,
3929
- 323,
3930
- 324
4000
+ 336,
4001
+ 337,
4002
+ 338
3931
4003
  ]
3932
4004
  }
3933
4005
  ],
@@ -3940,7 +4012,7 @@
3940
4012
  ]
3941
4013
  },
3942
4014
  {
3943
- "id": 325,
4015
+ "id": 339,
3944
4016
  "name": "SkyDropdownMessage",
3945
4017
  "kind": 256,
3946
4018
  "kindString": "Interface",
@@ -3950,7 +4022,7 @@
3950
4022
  },
3951
4023
  "children": [
3952
4024
  {
3953
- "id": 326,
4025
+ "id": 340,
3954
4026
  "name": "type",
3955
4027
  "kind": 1024,
3956
4028
  "kindString": "Property",
@@ -3969,7 +4041,7 @@
3969
4041
  ],
3970
4042
  "type": {
3971
4043
  "type": "reference",
3972
- "id": 327,
4044
+ "id": 341,
3973
4045
  "name": "SkyDropdownMessageType"
3974
4046
  }
3975
4047
  }
@@ -3979,7 +4051,7 @@
3979
4051
  "title": "Properties",
3980
4052
  "kind": 1024,
3981
4053
  "children": [
3982
- 326
4054
+ 340
3983
4055
  ]
3984
4056
  }
3985
4057
  ],
@@ -3992,7 +4064,7 @@
3992
4064
  ]
3993
4065
  },
3994
4066
  {
3995
- "id": 344,
4067
+ "id": 358,
3996
4068
  "name": "SkyPopoverMessage",
3997
4069
  "kind": 256,
3998
4070
  "kindString": "Interface",
@@ -4002,7 +4074,7 @@
4002
4074
  },
4003
4075
  "children": [
4004
4076
  {
4005
- "id": 345,
4077
+ "id": 359,
4006
4078
  "name": "type",
4007
4079
  "kind": 1024,
4008
4080
  "kindString": "Property",
@@ -4021,7 +4093,7 @@
4021
4093
  ],
4022
4094
  "type": {
4023
4095
  "type": "reference",
4024
- "id": 346,
4096
+ "id": 360,
4025
4097
  "name": "SkyPopoverMessageType"
4026
4098
  }
4027
4099
  }
@@ -4031,7 +4103,7 @@
4031
4103
  "title": "Properties",
4032
4104
  "kind": 1024,
4033
4105
  "children": [
4034
- 345
4106
+ 359
4035
4107
  ]
4036
4108
  }
4037
4109
  ],
@@ -4044,7 +4116,7 @@
4044
4116
  ]
4045
4117
  },
4046
4118
  {
4047
- "id": 320,
4119
+ "id": 334,
4048
4120
  "name": "SkyDropdownHorizontalAlignment",
4049
4121
  "kind": 4194304,
4050
4122
  "kindString": "Type alias",
@@ -4065,7 +4137,7 @@
4065
4137
  }
4066
4138
  },
4067
4139
  {
4068
- "id": 336,
4140
+ "id": 350,
4069
4141
  "name": "SkyDropdownTriggerType",
4070
4142
  "kind": 4194304,
4071
4143
  "kindString": "Type alias",
@@ -4095,7 +4167,7 @@
4095
4167
  }
4096
4168
  },
4097
4169
  {
4098
- "id": 343,
4170
+ "id": 357,
4099
4171
  "name": "SkyPopoverAlignment",
4100
4172
  "kind": 4194304,
4101
4173
  "kindString": "Type alias",
@@ -4129,7 +4201,7 @@
4129
4201
  }
4130
4202
  },
4131
4203
  {
4132
- "id": 351,
4204
+ "id": 365,
4133
4205
  "name": "SkyPopoverPlacement",
4134
4206
  "kind": 4194304,
4135
4207
  "kindString": "Type alias",
@@ -4167,7 +4239,7 @@
4167
4239
  }
4168
4240
  },
4169
4241
  {
4170
- "id": 359,
4242
+ "id": 373,
4171
4243
  "name": "SkyPopoverTrigger",
4172
4244
  "kind": 4194304,
4173
4245
  "kindString": "Type alias",
@@ -4195,6 +4267,36 @@
4195
4267
  }
4196
4268
  ]
4197
4269
  }
4270
+ },
4271
+ {
4272
+ "id": 374,
4273
+ "name": "SkyPopoverType",
4274
+ "kind": 4194304,
4275
+ "kindString": "Type alias",
4276
+ "flags": {},
4277
+ "comment": {
4278
+ "shortText": "The style type of the popover."
4279
+ },
4280
+ "sources": [
4281
+ {
4282
+ "fileName": "projects/popovers/src/modules/popover/types/popover-type.ts",
4283
+ "line": 4,
4284
+ "character": 12
4285
+ }
4286
+ ],
4287
+ "type": {
4288
+ "type": "union",
4289
+ "types": [
4290
+ {
4291
+ "type": "literal",
4292
+ "value": "danger"
4293
+ },
4294
+ {
4295
+ "type": "literal",
4296
+ "value": "info"
4297
+ }
4298
+ ]
4299
+ }
4198
4300
  }
4199
4301
  ],
4200
4302
  "groups": [
@@ -4202,42 +4304,43 @@
4202
4304
  "title": "Enumerations",
4203
4305
  "kind": 8,
4204
4306
  "children": [
4205
- 327,
4206
- 346
4307
+ 341,
4308
+ 360
4207
4309
  ]
4208
4310
  },
4209
4311
  {
4210
4312
  "title": "Classes",
4211
4313
  "kind": 128,
4212
4314
  "children": [
4213
- 337,
4214
- 340,
4315
+ 351,
4316
+ 354,
4215
4317
  1,
4216
4318
  26,
4217
4319
  29,
4218
- 111,
4219
- 238,
4220
- 284
4320
+ 112,
4321
+ 239,
4322
+ 289
4221
4323
  ]
4222
4324
  },
4223
4325
  {
4224
4326
  "title": "Interfaces",
4225
4327
  "kind": 256,
4226
4328
  "children": [
4227
- 321,
4228
- 325,
4229
- 344
4329
+ 335,
4330
+ 339,
4331
+ 358
4230
4332
  ]
4231
4333
  },
4232
4334
  {
4233
4335
  "title": "Type aliases",
4234
4336
  "kind": 4194304,
4235
4337
  "children": [
4236
- 320,
4237
- 336,
4238
- 343,
4239
- 351,
4240
- 359
4338
+ 334,
4339
+ 350,
4340
+ 357,
4341
+ 365,
4342
+ 373,
4343
+ 374
4241
4344
  ]
4242
4345
  }
4243
4346
  ],
@@ -4268,7 +4371,7 @@
4268
4371
  {
4269
4372
  "fileName": "dropdown-demo.component.html",
4270
4373
  "filePath": "/projects/popovers/documentation/code-examples/dropdown/remote/dropdown-demo.component.html",
4271
- "rawContents": "<p>\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\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-default\"\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-default\"\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-default\"\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-default\"\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-default\"\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"
4374
+ "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"
4272
4375
  },
4273
4376
  {
4274
4377
  "fileName": "dropdown-demo.component.ts",
@@ -4280,25 +4383,10 @@
4280
4383
  "filePath": "/projects/popovers/documentation/code-examples/dropdown/remote/dropdown-demo.module.ts",
4281
4384
  "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"
4282
4385
  },
4283
- {
4284
- "fileName": "popover-demo.component.html",
4285
- "filePath": "/projects/popovers/documentation/code-examples/popover/asynchronous/popover-demo.component.html",
4286
- "rawContents": "<button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n [skyPopover]=\"asyncPopoverRef\"\n>\n Open popover\n</button>\n\n<sky-popover #asyncPopover> My asynchronous popover. </sky-popover>\n"
4287
- },
4288
- {
4289
- "fileName": "popover-demo.component.ts",
4290
- "filePath": "/projects/popovers/documentation/code-examples/popover/asynchronous/popover-demo.component.ts",
4291
- "rawContents": "import { AfterViewInit, Component, ViewChild } from '@angular/core';\n\n@Component({\n selector: 'app-popover-demo',\n templateUrl: './popover-demo.component.html',\n})\nexport class PopoverDemoComponent implements AfterViewInit {\n public asyncPopoverRef: any;\n\n @ViewChild('asyncPopover')\n private asyncPopover: any;\n\n public ngAfterViewInit(): void {\n // Simulate asynchronous retrieval.\n setTimeout(() => {\n this.asyncPopoverRef = this.asyncPopover;\n }, 1000);\n }\n}\n"
4292
- },
4293
- {
4294
- "fileName": "popover-demo.module.ts",
4295
- "filePath": "/projects/popovers/documentation/code-examples/popover/asynchronous/popover-demo.module.ts",
4296
- "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyPopoverModule } from '@skyux/popovers';\n\nimport { PopoverDemoComponent } from './popover-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyPopoverModule],\n declarations: [PopoverDemoComponent],\n exports: [PopoverDemoComponent],\n})\nexport class PopoverDemoModule {}\n"
4297
- },
4298
4386
  {
4299
4387
  "fileName": "popover-demo.component.html",
4300
4388
  "filePath": "/projects/popovers/documentation/code-examples/popover/basic/popover-demo.component.html",
4301
- "rawContents": "<button\n class=\"sky-btn sky-margin-inline-compact\"\n type=\"button\"\n [skyPopover]=\"myPopover\"\n>\n Open popover on click\n</button>\n\n<button\n class=\"sky-btn\"\n type=\"button\"\n [skyPopover]=\"myPopover\"\n skyPopoverTrigger=\"mouseenter\"\n>\n Open popover on hover\n</button>\n\n<sky-popover popoverTitle=\"Did you know?\" #myPopover>\n This is a popover.\n</sky-popover>\n"
4389
+ "rawContents": "<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n [skyPopover]=\"myPopover\"\n>\n Open popover on click\n</button>\n\n<button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n [skyPopover]=\"myPopover\"\n skyPopoverTrigger=\"mouseenter\"\n>\n Open popover on hover\n</button>\n\n<sky-popover popoverTitle=\"Did you know?\" #myPopover>\n This is a popover.\n</sky-popover>\n"
4302
4390
  },
4303
4391
  {
4304
4392
  "fileName": "popover-demo.component.ts",
@@ -4313,7 +4401,7 @@
4313
4401
  {
4314
4402
  "fileName": "popover-demo.component.html",
4315
4403
  "filePath": "/projects/popovers/documentation/code-examples/popover/programmatic/popover-demo.component.html",
4316
- "rawContents": "<sky-help-inline\n [skyPopover]=\"myPopover\"\n [skyPopoverMessageStream]=\"popoverController\"\n></sky-help-inline>\n\n<button\n class=\"sky-btn sky-margin-inline-default\"\n type=\"button\"\n (click)=\"openPopover()\"\n>\n Open popover with message stream\n</button>\n\n<sky-popover\n #myPopover\n (popoverClosed)=\"onPopoverStateChange(false)\"\n (popoverOpened)=\"onPopoverStateChange(true)\"\n>\n This is a popover.\n</sky-popover>\n"
4404
+ "rawContents": "<sky-help-inline\n [skyPopover]=\"myPopover\"\n [skyPopoverMessageStream]=\"popoverController\"\n></sky-help-inline>\n\n<button\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n type=\"button\"\n (click)=\"openPopover()\"\n>\n Open popover with message stream\n</button>\n\n<sky-popover\n #myPopover\n (popoverClosed)=\"onPopoverStateChange(false)\"\n (popoverOpened)=\"onPopoverStateChange(true)\"\n>\n This is a popover.\n</sky-popover>\n"
4317
4405
  },
4318
4406
  {
4319
4407
  "fileName": "popover-demo.component.ts",