@skyux/popovers 7.0.0-beta.1 → 7.0.0-beta.10

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.
@@ -26,7 +26,7 @@
26
26
  "originalName": "",
27
27
  "children": [
28
28
  {
29
- "id": 387,
29
+ "id": 385,
30
30
  "name": "SkyPopoverMessageType",
31
31
  "kind": 8,
32
32
  "kindString": "Enumeration",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "children": [
38
38
  {
39
- "id": 389,
39
+ "id": 387,
40
40
  "name": "Close",
41
41
  "kind": 16,
42
- "kindString": "Enumeration member",
42
+ "kindString": "Enumeration Member",
43
43
  "flags": {},
44
44
  "comment": {
45
45
  "shortText": "Closes the popover."
@@ -51,13 +51,17 @@
51
51
  "character": 2
52
52
  }
53
53
  ],
54
+ "type": {
55
+ "type": "literal",
56
+ "value": 1
57
+ },
54
58
  "defaultValue": "1"
55
59
  },
56
60
  {
57
- "id": 391,
61
+ "id": 389,
58
62
  "name": "Focus",
59
63
  "kind": 16,
60
- "kindString": "Enumeration member",
64
+ "kindString": "Enumeration Member",
61
65
  "flags": {},
62
66
  "comment": {
63
67
  "shortText": "Brings focus to the popover element."
@@ -69,13 +73,17 @@
69
73
  "character": 2
70
74
  }
71
75
  ],
76
+ "type": {
77
+ "type": "literal",
78
+ "value": 3
79
+ },
72
80
  "defaultValue": "3"
73
81
  },
74
82
  {
75
- "id": 388,
83
+ "id": 386,
76
84
  "name": "Open",
77
85
  "kind": 16,
78
- "kindString": "Enumeration member",
86
+ "kindString": "Enumeration Member",
79
87
  "flags": {},
80
88
  "comment": {
81
89
  "shortText": "Opens the popover."
@@ -87,13 +95,17 @@
87
95
  "character": 2
88
96
  }
89
97
  ],
98
+ "type": {
99
+ "type": "literal",
100
+ "value": 0
101
+ },
90
102
  "defaultValue": "0"
91
103
  },
92
104
  {
93
- "id": 390,
105
+ "id": 388,
94
106
  "name": "Reposition",
95
107
  "kind": 16,
96
- "kindString": "Enumeration member",
108
+ "kindString": "Enumeration Member",
97
109
  "flags": {},
98
110
  "comment": {
99
111
  "shortText": "Repositions the popover to the appropriate position.\nThis is useful for when the popover's width and height change while it is open."
@@ -105,18 +117,22 @@
105
117
  "character": 2
106
118
  }
107
119
  ],
120
+ "type": {
121
+ "type": "literal",
122
+ "value": 2
123
+ },
108
124
  "defaultValue": "2"
109
125
  }
110
126
  ],
111
127
  "groups": [
112
128
  {
113
- "title": "Enumeration members",
129
+ "title": "Enumeration Members",
114
130
  "kind": 16,
115
131
  "children": [
132
+ 387,
116
133
  389,
117
- 391,
118
- 388,
119
- 390
134
+ 386,
135
+ 388
120
136
  ]
121
137
  }
122
138
  ],
@@ -129,7 +145,7 @@
129
145
  ]
130
146
  },
131
147
  {
132
- "id": 378,
148
+ "id": 376,
133
149
  "name": "SkyDropdownModule",
134
150
  "kind": 128,
135
151
  "kindString": "Class",
@@ -154,7 +170,7 @@
154
170
  "title": "Constructors",
155
171
  "kind": 512,
156
172
  "children": [
157
- 379
173
+ 377
158
174
  ]
159
175
  }
160
176
  ],
@@ -167,7 +183,7 @@
167
183
  ]
168
184
  },
169
185
  {
170
- "id": 381,
186
+ "id": 379,
171
187
  "name": "SkyPopoverModule",
172
188
  "kind": 128,
173
189
  "kindString": "Class",
@@ -192,7 +208,7 @@
192
208
  "title": "Constructors",
193
209
  "kind": 512,
194
210
  "children": [
195
- 382
211
+ 380
196
212
  ]
197
213
  }
198
214
  ],
@@ -695,7 +711,7 @@
695
711
  "sources": [
696
712
  {
697
713
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
698
- "line": 235,
714
+ "line": 238,
699
715
  "character": 2
700
716
  }
701
717
  ],
@@ -744,6 +760,17 @@
744
760
  },
745
761
  {
746
762
  "id": 39,
763
+ "name": "logService",
764
+ "kind": 32768,
765
+ "kindString": "Parameter",
766
+ "flags": {},
767
+ "type": {
768
+ "type": "reference",
769
+ "name": "SkyLogService"
770
+ }
771
+ },
772
+ {
773
+ "id": 40,
747
774
  "name": "themeSvc",
748
775
  "kind": 32768,
749
776
  "kindString": "Parameter",
@@ -777,7 +804,49 @@
777
804
  ]
778
805
  },
779
806
  {
780
- "id": 74,
807
+ "id": 49,
808
+ "name": "disabled",
809
+ "kind": 1024,
810
+ "kindString": "Property",
811
+ "flags": {
812
+ "isPublic": true
813
+ },
814
+ "comment": {
815
+ "shortText": "Indicates whether to disable the dropdown button.",
816
+ "tags": [
817
+ {
818
+ "tag": "default",
819
+ "text": "false\n"
820
+ }
821
+ ]
822
+ },
823
+ "decorators": [
824
+ {
825
+ "name": "Input",
826
+ "type": {
827
+ "type": "reference",
828
+ "qualifiedName": "InputDecorator",
829
+ "package": "@angular/core",
830
+ "name": "Input"
831
+ },
832
+ "arguments": {}
833
+ }
834
+ ],
835
+ "sources": [
836
+ {
837
+ "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
838
+ "line": 92,
839
+ "character": 9
840
+ }
841
+ ],
842
+ "type": {
843
+ "type": "intrinsic",
844
+ "name": "boolean"
845
+ },
846
+ "defaultValue": "false"
847
+ },
848
+ {
849
+ "id": 72,
781
850
  "name": "isMouseEnter",
782
851
  "kind": 1024,
783
852
  "kindString": "Property",
@@ -787,7 +856,7 @@
787
856
  "sources": [
788
857
  {
789
858
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
790
- "line": 179,
859
+ "line": 183,
791
860
  "character": 9
792
861
  }
793
862
  ],
@@ -798,7 +867,7 @@
798
867
  "defaultValue": "false"
799
868
  },
800
869
  {
801
- "id": 75,
870
+ "id": 73,
802
871
  "name": "isVisible",
803
872
  "kind": 1024,
804
873
  "kindString": "Property",
@@ -808,7 +877,7 @@
808
877
  "sources": [
809
878
  {
810
879
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
811
- "line": 181,
880
+ "line": 185,
812
881
  "character": 9
813
882
  }
814
883
  ],
@@ -819,7 +888,7 @@
819
888
  "defaultValue": "false"
820
889
  },
821
890
  {
822
- "id": 56,
891
+ "id": 54,
823
892
  "name": "label",
824
893
  "kind": 1024,
825
894
  "kindString": "Property",
@@ -844,7 +913,7 @@
844
913
  "sources": [
845
914
  {
846
915
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
847
- "line": 108,
916
+ "line": 112,
848
917
  "character": 9
849
918
  }
850
919
  ],
@@ -854,7 +923,7 @@
854
923
  }
855
924
  },
856
925
  {
857
- "id": 77,
926
+ "id": 75,
858
927
  "name": "menuAriaRole",
859
928
  "kind": 1024,
860
929
  "kindString": "Property",
@@ -864,7 +933,7 @@
864
933
  "sources": [
865
934
  {
866
935
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
867
- "line": 185,
936
+ "line": 189,
868
937
  "character": 9
869
938
  }
870
939
  ],
@@ -874,7 +943,7 @@
874
943
  }
875
944
  },
876
945
  {
877
- "id": 78,
946
+ "id": 76,
878
947
  "name": "menuContainerTemplateRef",
879
948
  "kind": 1024,
880
949
  "kindString": "Property",
@@ -899,7 +968,7 @@
899
968
  "sources": [
900
969
  {
901
970
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
902
- "line": 191,
971
+ "line": 195,
903
972
  "character": 9
904
973
  }
905
974
  ],
@@ -917,7 +986,7 @@
917
986
  }
918
987
  },
919
988
  {
920
- "id": 76,
989
+ "id": 74,
921
990
  "name": "menuId",
922
991
  "kind": 1024,
923
992
  "kindString": "Property",
@@ -927,7 +996,7 @@
927
996
  "sources": [
928
997
  {
929
998
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
930
- "line": 183,
999
+ "line": 187,
931
1000
  "character": 9
932
1001
  }
933
1002
  ],
@@ -937,7 +1006,7 @@
937
1006
  }
938
1007
  },
939
1008
  {
940
- "id": 62,
1009
+ "id": 60,
941
1010
  "name": "title",
942
1011
  "kind": 1024,
943
1012
  "kindString": "Property",
@@ -962,7 +1031,7 @@
962
1031
  "sources": [
963
1032
  {
964
1033
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
965
- "line": 138,
1034
+ "line": 142,
966
1035
  "character": 9
967
1036
  }
968
1037
  ],
@@ -972,7 +1041,7 @@
972
1041
  }
973
1042
  },
974
1043
  {
975
- "id": 40,
1044
+ "id": 41,
976
1045
  "name": "buttonStyle",
977
1046
  "kind": 262144,
978
1047
  "kindString": "Accessor",
@@ -994,13 +1063,13 @@
994
1063
  "sources": [
995
1064
  {
996
1065
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
997
- "line": 51,
1066
+ "line": 52,
998
1067
  "character": 13
999
1068
  }
1000
1069
  ],
1001
1070
  "getSignature": [
1002
1071
  {
1003
- "id": 41,
1072
+ "id": 42,
1004
1073
  "name": "buttonStyle",
1005
1074
  "kind": 524288,
1006
1075
  "kindString": "Get signature",
@@ -1022,7 +1091,7 @@
1022
1091
  ],
1023
1092
  "setSignature": [
1024
1093
  {
1025
- "id": 42,
1094
+ "id": 43,
1026
1095
  "name": "buttonStyle",
1027
1096
  "kind": 1048576,
1028
1097
  "kindString": "Set signature",
@@ -1038,7 +1107,7 @@
1038
1107
  },
1039
1108
  "parameters": [
1040
1109
  {
1041
- "id": 43,
1110
+ "id": 44,
1042
1111
  "name": "value",
1043
1112
  "kind": 32768,
1044
1113
  "kindString": "Parameter",
@@ -1057,7 +1126,7 @@
1057
1126
  ]
1058
1127
  },
1059
1128
  {
1060
- "id": 44,
1129
+ "id": 45,
1061
1130
  "name": "buttonType",
1062
1131
  "kind": 262144,
1063
1132
  "kindString": "Accessor",
@@ -1079,19 +1148,19 @@
1079
1148
  "sources": [
1080
1149
  {
1081
1150
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1082
- "line": 69,
1151
+ "line": 68,
1083
1152
  "character": 13
1084
1153
  }
1085
1154
  ],
1086
1155
  "getSignature": [
1087
1156
  {
1088
- "id": 45,
1157
+ "id": 46,
1089
1158
  "name": "buttonType",
1090
1159
  "kind": 524288,
1091
1160
  "kindString": "Get signature",
1092
1161
  "flags": {},
1093
1162
  "comment": {
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'`.",
1163
+ "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'`.",
1095
1164
  "tags": [
1096
1165
  {
1097
1166
  "tag": "default",
@@ -1107,13 +1176,13 @@
1107
1176
  ],
1108
1177
  "setSignature": [
1109
1178
  {
1110
- "id": 46,
1179
+ "id": 47,
1111
1180
  "name": "buttonType",
1112
1181
  "kind": 1048576,
1113
1182
  "kindString": "Set signature",
1114
1183
  "flags": {},
1115
1184
  "comment": {
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'`.",
1185
+ "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'`.",
1117
1186
  "tags": [
1118
1187
  {
1119
1188
  "tag": "default",
@@ -1123,7 +1192,7 @@
1123
1192
  },
1124
1193
  "parameters": [
1125
1194
  {
1126
- "id": 47,
1195
+ "id": 48,
1127
1196
  "name": "value",
1128
1197
  "kind": 32768,
1129
1198
  "kindString": "Parameter",
@@ -1142,92 +1211,7 @@
1142
1211
  ]
1143
1212
  },
1144
1213
  {
1145
- "id": 48,
1146
- "name": "disabled",
1147
- "kind": 262144,
1148
- "kindString": "Accessor",
1149
- "flags": {
1150
- "isPublic": true
1151
- },
1152
- "decorators": [
1153
- {
1154
- "name": "Input",
1155
- "type": {
1156
- "type": "reference",
1157
- "qualifiedName": "InputDecorator",
1158
- "package": "@angular/core",
1159
- "name": "Input"
1160
- },
1161
- "arguments": {}
1162
- }
1163
- ],
1164
- "sources": [
1165
- {
1166
- "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1167
- "line": 82,
1168
- "character": 13
1169
- }
1170
- ],
1171
- "getSignature": [
1172
- {
1173
- "id": 49,
1174
- "name": "disabled",
1175
- "kind": 524288,
1176
- "kindString": "Get signature",
1177
- "flags": {},
1178
- "comment": {
1179
- "shortText": "Indicates whether to disable the dropdown button.",
1180
- "tags": [
1181
- {
1182
- "tag": "default",
1183
- "text": "false\n"
1184
- }
1185
- ]
1186
- },
1187
- "type": {
1188
- "type": "intrinsic",
1189
- "name": "boolean"
1190
- }
1191
- }
1192
- ],
1193
- "setSignature": [
1194
- {
1195
- "id": 50,
1196
- "name": "disabled",
1197
- "kind": 1048576,
1198
- "kindString": "Set signature",
1199
- "flags": {},
1200
- "comment": {
1201
- "shortText": "Indicates whether to disable the dropdown button.",
1202
- "tags": [
1203
- {
1204
- "tag": "default",
1205
- "text": "false\n"
1206
- }
1207
- ]
1208
- },
1209
- "parameters": [
1210
- {
1211
- "id": 51,
1212
- "name": "value",
1213
- "kind": 32768,
1214
- "kindString": "Parameter",
1215
- "flags": {},
1216
- "type": {
1217
- "type": "intrinsic",
1218
- "name": "boolean"
1219
- }
1220
- }
1221
- ],
1222
- "type": {
1223
- "type": "intrinsic",
1224
- "name": "void"
1225
- }
1226
- }
1227
- ]
1228
- },
1229
- {
1230
- "id": 52,
1214
+ "id": 50,
1231
1215
  "name": "dismissOnBlur",
1232
1216
  "kind": 262144,
1233
1217
  "kindString": "Accessor",
@@ -1249,13 +1233,13 @@
1249
1233
  "sources": [
1250
1234
  {
1251
1235
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1252
- "line": 95,
1236
+ "line": 99,
1253
1237
  "character": 13
1254
1238
  }
1255
1239
  ],
1256
1240
  "getSignature": [
1257
1241
  {
1258
- "id": 53,
1242
+ "id": 51,
1259
1243
  "name": "dismissOnBlur",
1260
1244
  "kind": 524288,
1261
1245
  "kindString": "Get signature",
@@ -1277,7 +1261,7 @@
1277
1261
  ],
1278
1262
  "setSignature": [
1279
1263
  {
1280
- "id": 54,
1264
+ "id": 52,
1281
1265
  "name": "dismissOnBlur",
1282
1266
  "kind": 1048576,
1283
1267
  "kindString": "Set signature",
@@ -1293,7 +1277,7 @@
1293
1277
  },
1294
1278
  "parameters": [
1295
1279
  {
1296
- "id": 55,
1280
+ "id": 53,
1297
1281
  "name": "value",
1298
1282
  "kind": 32768,
1299
1283
  "kindString": "Parameter",
@@ -1312,7 +1296,7 @@
1312
1296
  ]
1313
1297
  },
1314
1298
  {
1315
- "id": 57,
1299
+ "id": 55,
1316
1300
  "name": "horizontalAlignment",
1317
1301
  "kind": 262144,
1318
1302
  "kindString": "Accessor",
@@ -1334,13 +1318,13 @@
1334
1318
  "sources": [
1335
1319
  {
1336
1320
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1337
- "line": 115,
1321
+ "line": 119,
1338
1322
  "character": 13
1339
1323
  }
1340
1324
  ],
1341
1325
  "getSignature": [
1342
1326
  {
1343
- "id": 58,
1327
+ "id": 56,
1344
1328
  "name": "horizontalAlignment",
1345
1329
  "kind": 524288,
1346
1330
  "kindString": "Get signature",
@@ -1356,14 +1340,14 @@
1356
1340
  },
1357
1341
  "type": {
1358
1342
  "type": "reference",
1359
- "id": 361,
1343
+ "id": 359,
1360
1344
  "name": "SkyDropdownHorizontalAlignment"
1361
1345
  }
1362
1346
  }
1363
1347
  ],
1364
1348
  "setSignature": [
1365
1349
  {
1366
- "id": 59,
1350
+ "id": 57,
1367
1351
  "name": "horizontalAlignment",
1368
1352
  "kind": 1048576,
1369
1353
  "kindString": "Set signature",
@@ -1379,14 +1363,14 @@
1379
1363
  },
1380
1364
  "parameters": [
1381
1365
  {
1382
- "id": 60,
1366
+ "id": 58,
1383
1367
  "name": "value",
1384
1368
  "kind": 32768,
1385
1369
  "kindString": "Parameter",
1386
1370
  "flags": {},
1387
1371
  "type": {
1388
1372
  "type": "reference",
1389
- "id": 361,
1373
+ "id": 359,
1390
1374
  "name": "SkyDropdownHorizontalAlignment"
1391
1375
  }
1392
1376
  }
@@ -1399,7 +1383,7 @@
1399
1383
  ]
1400
1384
  },
1401
1385
  {
1402
- "id": 67,
1386
+ "id": 65,
1403
1387
  "name": "isOpen",
1404
1388
  "kind": 262144,
1405
1389
  "kindString": "Accessor",
@@ -1409,13 +1393,13 @@
1409
1393
  "sources": [
1410
1394
  {
1411
1395
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1412
- "line": 159,
1396
+ "line": 163,
1413
1397
  "character": 13
1414
1398
  }
1415
1399
  ],
1416
1400
  "getSignature": [
1417
1401
  {
1418
- "id": 68,
1402
+ "id": 66,
1419
1403
  "name": "isOpen",
1420
1404
  "kind": 524288,
1421
1405
  "kindString": "Get signature",
@@ -1428,14 +1412,14 @@
1428
1412
  ],
1429
1413
  "setSignature": [
1430
1414
  {
1431
- "id": 69,
1415
+ "id": 67,
1432
1416
  "name": "isOpen",
1433
1417
  "kind": 1048576,
1434
1418
  "kindString": "Set signature",
1435
1419
  "flags": {},
1436
1420
  "parameters": [
1437
1421
  {
1438
- "id": 70,
1422
+ "id": 68,
1439
1423
  "name": "value",
1440
1424
  "kind": 32768,
1441
1425
  "kindString": "Parameter",
@@ -1454,7 +1438,7 @@
1454
1438
  ]
1455
1439
  },
1456
1440
  {
1457
- "id": 71,
1441
+ "id": 69,
1458
1442
  "name": "menuContainerElementRef",
1459
1443
  "kind": 262144,
1460
1444
  "kindString": "Accessor",
@@ -1479,20 +1463,20 @@
1479
1463
  "sources": [
1480
1464
  {
1481
1465
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1482
- "line": 171,
1466
+ "line": 175,
1483
1467
  "character": 13
1484
1468
  }
1485
1469
  ],
1486
1470
  "setSignature": [
1487
1471
  {
1488
- "id": 72,
1472
+ "id": 70,
1489
1473
  "name": "menuContainerElementRef",
1490
1474
  "kind": 1048576,
1491
1475
  "kindString": "Set signature",
1492
1476
  "flags": {},
1493
1477
  "parameters": [
1494
1478
  {
1495
- "id": 73,
1479
+ "id": 71,
1496
1480
  "name": "value",
1497
1481
  "kind": 32768,
1498
1482
  "kindString": "Parameter",
@@ -1519,7 +1503,7 @@
1519
1503
  ]
1520
1504
  },
1521
1505
  {
1522
- "id": 63,
1506
+ "id": 61,
1523
1507
  "name": "trigger",
1524
1508
  "kind": 262144,
1525
1509
  "kindString": "Accessor",
@@ -1541,13 +1525,13 @@
1541
1525
  "sources": [
1542
1526
  {
1543
1527
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1544
- "line": 151,
1528
+ "line": 155,
1545
1529
  "character": 13
1546
1530
  }
1547
1531
  ],
1548
1532
  "getSignature": [
1549
1533
  {
1550
- "id": 64,
1534
+ "id": 62,
1551
1535
  "name": "trigger",
1552
1536
  "kind": 524288,
1553
1537
  "kindString": "Get signature",
@@ -1567,14 +1551,14 @@
1567
1551
  },
1568
1552
  "type": {
1569
1553
  "type": "reference",
1570
- "id": 377,
1554
+ "id": 375,
1571
1555
  "name": "SkyDropdownTriggerType"
1572
1556
  }
1573
1557
  }
1574
1558
  ],
1575
1559
  "setSignature": [
1576
1560
  {
1577
- "id": 65,
1561
+ "id": 63,
1578
1562
  "name": "trigger",
1579
1563
  "kind": 1048576,
1580
1564
  "kindString": "Set signature",
@@ -1594,14 +1578,14 @@
1594
1578
  },
1595
1579
  "parameters": [
1596
1580
  {
1597
- "id": 66,
1581
+ "id": 64,
1598
1582
  "name": "value",
1599
1583
  "kind": 32768,
1600
1584
  "kindString": "Parameter",
1601
1585
  "flags": {},
1602
1586
  "type": {
1603
1587
  "type": "reference",
1604
- "id": 377,
1588
+ "id": 375,
1605
1589
  "name": "SkyDropdownTriggerType"
1606
1590
  }
1607
1591
  }
@@ -1614,7 +1598,7 @@
1614
1598
  ]
1615
1599
  },
1616
1600
  {
1617
- "id": 79,
1601
+ "id": 77,
1618
1602
  "name": "triggerButton",
1619
1603
  "kind": 262144,
1620
1604
  "kindString": "Accessor",
@@ -1639,13 +1623,13 @@
1639
1623
  "sources": [
1640
1624
  {
1641
1625
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1642
- "line": 197,
1626
+ "line": 201,
1643
1627
  "character": 13
1644
1628
  }
1645
1629
  ],
1646
1630
  "getSignature": [
1647
1631
  {
1648
- "id": 80,
1632
+ "id": 78,
1649
1633
  "name": "triggerButton",
1650
1634
  "kind": 524288,
1651
1635
  "kindString": "Get signature",
@@ -1666,14 +1650,14 @@
1666
1650
  ],
1667
1651
  "setSignature": [
1668
1652
  {
1669
- "id": 81,
1653
+ "id": 79,
1670
1654
  "name": "triggerButton",
1671
1655
  "kind": 1048576,
1672
1656
  "kindString": "Set signature",
1673
1657
  "flags": {},
1674
1658
  "parameters": [
1675
1659
  {
1676
- "id": 82,
1660
+ "id": 80,
1677
1661
  "name": "value",
1678
1662
  "kind": 32768,
1679
1663
  "kindString": "Parameter",
@@ -1700,7 +1684,7 @@
1700
1684
  ]
1701
1685
  },
1702
1686
  {
1703
- "id": 101,
1687
+ "id": 99,
1704
1688
  "name": "ngOnDestroy",
1705
1689
  "kind": 2048,
1706
1690
  "kindString": "Method",
@@ -1710,13 +1694,13 @@
1710
1694
  "sources": [
1711
1695
  {
1712
1696
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1713
- "line": 262,
1697
+ "line": 267,
1714
1698
  "character": 9
1715
1699
  }
1716
1700
  ],
1717
1701
  "signatures": [
1718
1702
  {
1719
- "id": 102,
1703
+ "id": 100,
1720
1704
  "name": "ngOnDestroy",
1721
1705
  "kind": 4096,
1722
1706
  "kindString": "Call signature",
@@ -1737,7 +1721,7 @@
1737
1721
  }
1738
1722
  },
1739
1723
  {
1740
- "id": 99,
1724
+ "id": 97,
1741
1725
  "name": "ngOnInit",
1742
1726
  "kind": 2048,
1743
1727
  "kindString": "Method",
@@ -1747,13 +1731,13 @@
1747
1731
  "sources": [
1748
1732
  {
1749
1733
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1750
- "line": 247,
1734
+ "line": 252,
1751
1735
  "character": 9
1752
1736
  }
1753
1737
  ],
1754
1738
  "signatures": [
1755
1739
  {
1756
- "id": 100,
1740
+ "id": 98,
1757
1741
  "name": "ngOnInit",
1758
1742
  "kind": 4096,
1759
1743
  "kindString": "Call signature",
@@ -1786,43 +1770,43 @@
1786
1770
  "title": "Properties",
1787
1771
  "kind": 1024,
1788
1772
  "children": [
1789
- 74,
1773
+ 49,
1774
+ 72,
1775
+ 73,
1776
+ 54,
1790
1777
  75,
1791
- 56,
1792
- 77,
1793
- 78,
1794
1778
  76,
1795
- 62
1779
+ 74,
1780
+ 60
1796
1781
  ]
1797
1782
  },
1798
1783
  {
1799
1784
  "title": "Accessors",
1800
1785
  "kind": 262144,
1801
1786
  "children": [
1802
- 40,
1803
- 44,
1804
- 48,
1805
- 52,
1806
- 57,
1807
- 67,
1808
- 71,
1809
- 63,
1810
- 79
1787
+ 41,
1788
+ 45,
1789
+ 50,
1790
+ 55,
1791
+ 65,
1792
+ 69,
1793
+ 61,
1794
+ 77
1811
1795
  ]
1812
1796
  },
1813
1797
  {
1814
1798
  "title": "Methods",
1815
1799
  "kind": 2048,
1816
1800
  "children": [
1817
- 101,
1818
- 99
1801
+ 99,
1802
+ 97
1819
1803
  ]
1820
1804
  }
1821
1805
  ],
1822
1806
  "sources": [
1823
1807
  {
1824
1808
  "fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
1825
- "line": 43,
1809
+ "line": 44,
1826
1810
  "character": 13
1827
1811
  }
1828
1812
  ],
@@ -1842,7 +1826,7 @@
1842
1826
  ]
1843
1827
  },
1844
1828
  {
1845
- "id": 122,
1829
+ "id": 120,
1846
1830
  "name": "SkyDropdownMenuComponent",
1847
1831
  "kind": 128,
1848
1832
  "kindString": "Class",
@@ -1866,7 +1850,7 @@
1866
1850
  ],
1867
1851
  "children": [
1868
1852
  {
1869
- "id": 123,
1853
+ "id": 121,
1870
1854
  "name": "constructor",
1871
1855
  "kind": 512,
1872
1856
  "kindString": "Constructor",
@@ -1880,14 +1864,14 @@
1880
1864
  ],
1881
1865
  "signatures": [
1882
1866
  {
1883
- "id": 124,
1867
+ "id": 122,
1884
1868
  "name": "SkyDropdownMenuComponent",
1885
1869
  "kind": 16384,
1886
1870
  "kindString": "Constructor signature",
1887
1871
  "flags": {},
1888
1872
  "parameters": [
1889
1873
  {
1890
- "id": 125,
1874
+ "id": 123,
1891
1875
  "name": "changeDetector",
1892
1876
  "kind": 32768,
1893
1877
  "kindString": "Parameter",
@@ -1900,7 +1884,7 @@
1900
1884
  }
1901
1885
  },
1902
1886
  {
1903
- "id": 126,
1887
+ "id": 124,
1904
1888
  "name": "elementRef",
1905
1889
  "kind": 32768,
1906
1890
  "kindString": "Parameter",
@@ -1919,7 +1903,7 @@
1919
1903
  }
1920
1904
  },
1921
1905
  {
1922
- "id": 127,
1906
+ "id": 125,
1923
1907
  "name": "dropdownComponent",
1924
1908
  "kind": 32768,
1925
1909
  "kindString": "Parameter",
@@ -1947,14 +1931,14 @@
1947
1931
  ],
1948
1932
  "type": {
1949
1933
  "type": "reference",
1950
- "id": 122,
1934
+ "id": 120,
1951
1935
  "name": "SkyDropdownMenuComponent"
1952
1936
  }
1953
1937
  }
1954
1938
  ]
1955
1939
  },
1956
1940
  {
1957
- "id": 128,
1941
+ "id": 126,
1958
1942
  "name": "ariaLabelledBy",
1959
1943
  "kind": 1024,
1960
1944
  "kindString": "Property",
@@ -1989,7 +1973,7 @@
1989
1973
  }
1990
1974
  },
1991
1975
  {
1992
- "id": 138,
1976
+ "id": 136,
1993
1977
  "name": "dropdownMenuId",
1994
1978
  "kind": 1024,
1995
1979
  "kindString": "Property",
@@ -2010,7 +1994,7 @@
2010
1994
  "defaultValue": "..."
2011
1995
  },
2012
1996
  {
2013
- "id": 143,
1997
+ "id": 141,
2014
1998
  "name": "menuItems",
2015
1999
  "kind": 1024,
2016
2000
  "kindString": "Property",
@@ -2054,7 +2038,7 @@
2054
2038
  }
2055
2039
  },
2056
2040
  {
2057
- "id": 129,
2041
+ "id": 127,
2058
2042
  "name": "ariaRole",
2059
2043
  "kind": 262144,
2060
2044
  "kindString": "Accessor",
@@ -2082,7 +2066,7 @@
2082
2066
  ],
2083
2067
  "getSignature": [
2084
2068
  {
2085
- "id": 130,
2069
+ "id": 128,
2086
2070
  "name": "ariaRole",
2087
2071
  "kind": 524288,
2088
2072
  "kindString": "Get signature",
@@ -2104,7 +2088,7 @@
2104
2088
  ],
2105
2089
  "setSignature": [
2106
2090
  {
2107
- "id": 131,
2091
+ "id": 129,
2108
2092
  "name": "ariaRole",
2109
2093
  "kind": 1048576,
2110
2094
  "kindString": "Set signature",
@@ -2120,7 +2104,7 @@
2120
2104
  },
2121
2105
  "parameters": [
2122
2106
  {
2123
- "id": 132,
2107
+ "id": 130,
2124
2108
  "name": "value",
2125
2109
  "kind": 32768,
2126
2110
  "kindString": "Parameter",
@@ -2139,7 +2123,7 @@
2139
2123
  ]
2140
2124
  },
2141
2125
  {
2142
- "id": 139,
2126
+ "id": 137,
2143
2127
  "name": "menuIndex",
2144
2128
  "kind": 262144,
2145
2129
  "kindString": "Accessor",
@@ -2155,7 +2139,7 @@
2155
2139
  ],
2156
2140
  "getSignature": [
2157
2141
  {
2158
- "id": 140,
2142
+ "id": 138,
2159
2143
  "name": "menuIndex",
2160
2144
  "kind": 524288,
2161
2145
  "kindString": "Get signature",
@@ -2168,14 +2152,14 @@
2168
2152
  ],
2169
2153
  "setSignature": [
2170
2154
  {
2171
- "id": 141,
2155
+ "id": 139,
2172
2156
  "name": "menuIndex",
2173
2157
  "kind": 1048576,
2174
2158
  "kindString": "Set signature",
2175
2159
  "flags": {},
2176
2160
  "parameters": [
2177
2161
  {
2178
- "id": 142,
2162
+ "id": 140,
2179
2163
  "name": "value",
2180
2164
  "kind": 32768,
2181
2165
  "kindString": "Parameter",
@@ -2194,7 +2178,7 @@
2194
2178
  ]
2195
2179
  },
2196
2180
  {
2197
- "id": 155,
2181
+ "id": 153,
2198
2182
  "name": "focusFirstItem",
2199
2183
  "kind": 2048,
2200
2184
  "kindString": "Method",
@@ -2210,7 +2194,7 @@
2210
2194
  ],
2211
2195
  "signatures": [
2212
2196
  {
2213
- "id": 156,
2197
+ "id": 154,
2214
2198
  "name": "focusFirstItem",
2215
2199
  "kind": 4096,
2216
2200
  "kindString": "Call signature",
@@ -2223,7 +2207,7 @@
2223
2207
  ]
2224
2208
  },
2225
2209
  {
2226
- "id": 157,
2210
+ "id": 155,
2227
2211
  "name": "focusLastItem",
2228
2212
  "kind": 2048,
2229
2213
  "kindString": "Method",
@@ -2239,7 +2223,7 @@
2239
2223
  ],
2240
2224
  "signatures": [
2241
2225
  {
2242
- "id": 158,
2226
+ "id": 156,
2243
2227
  "name": "focusLastItem",
2244
2228
  "kind": 4096,
2245
2229
  "kindString": "Call signature",
@@ -2252,7 +2236,7 @@
2252
2236
  ]
2253
2237
  },
2254
2238
  {
2255
- "id": 161,
2239
+ "id": 159,
2256
2240
  "name": "focusNextItem",
2257
2241
  "kind": 2048,
2258
2242
  "kindString": "Method",
@@ -2268,7 +2252,7 @@
2268
2252
  ],
2269
2253
  "signatures": [
2270
2254
  {
2271
- "id": 162,
2255
+ "id": 160,
2272
2256
  "name": "focusNextItem",
2273
2257
  "kind": 4096,
2274
2258
  "kindString": "Call signature",
@@ -2281,7 +2265,7 @@
2281
2265
  ]
2282
2266
  },
2283
2267
  {
2284
- "id": 159,
2268
+ "id": 157,
2285
2269
  "name": "focusPreviousItem",
2286
2270
  "kind": 2048,
2287
2271
  "kindString": "Method",
@@ -2297,7 +2281,7 @@
2297
2281
  ],
2298
2282
  "signatures": [
2299
2283
  {
2300
- "id": 160,
2284
+ "id": 158,
2301
2285
  "name": "focusPreviousItem",
2302
2286
  "kind": 4096,
2303
2287
  "kindString": "Call signature",
@@ -2310,7 +2294,7 @@
2310
2294
  ]
2311
2295
  },
2312
2296
  {
2313
- "id": 151,
2297
+ "id": 149,
2314
2298
  "name": "ngAfterContentInit",
2315
2299
  "kind": 2048,
2316
2300
  "kindString": "Method",
@@ -2326,7 +2310,7 @@
2326
2310
  ],
2327
2311
  "signatures": [
2328
2312
  {
2329
- "id": 152,
2313
+ "id": 150,
2330
2314
  "name": "ngAfterContentInit",
2331
2315
  "kind": 4096,
2332
2316
  "kindString": "Call signature",
@@ -2347,7 +2331,7 @@
2347
2331
  }
2348
2332
  },
2349
2333
  {
2350
- "id": 153,
2334
+ "id": 151,
2351
2335
  "name": "ngOnDestroy",
2352
2336
  "kind": 2048,
2353
2337
  "kindString": "Method",
@@ -2363,7 +2347,7 @@
2363
2347
  ],
2364
2348
  "signatures": [
2365
2349
  {
2366
- "id": 154,
2350
+ "id": 152,
2367
2351
  "name": "ngOnDestroy",
2368
2352
  "kind": 4096,
2369
2353
  "kindString": "Call signature",
@@ -2384,7 +2368,7 @@
2384
2368
  }
2385
2369
  },
2386
2370
  {
2387
- "id": 163,
2371
+ "id": 161,
2388
2372
  "name": "reset",
2389
2373
  "kind": 2048,
2390
2374
  "kindString": "Method",
@@ -2400,7 +2384,7 @@
2400
2384
  ],
2401
2385
  "signatures": [
2402
2386
  {
2403
- "id": 164,
2387
+ "id": 162,
2404
2388
  "name": "reset",
2405
2389
  "kind": 4096,
2406
2390
  "kindString": "Call signature",
@@ -2418,37 +2402,37 @@
2418
2402
  "title": "Constructors",
2419
2403
  "kind": 512,
2420
2404
  "children": [
2421
- 123
2405
+ 121
2422
2406
  ]
2423
2407
  },
2424
2408
  {
2425
2409
  "title": "Properties",
2426
2410
  "kind": 1024,
2427
2411
  "children": [
2428
- 128,
2429
- 138,
2430
- 143
2412
+ 126,
2413
+ 136,
2414
+ 141
2431
2415
  ]
2432
2416
  },
2433
2417
  {
2434
2418
  "title": "Accessors",
2435
2419
  "kind": 262144,
2436
2420
  "children": [
2437
- 129,
2438
- 139
2421
+ 127,
2422
+ 137
2439
2423
  ]
2440
2424
  },
2441
2425
  {
2442
2426
  "title": "Methods",
2443
2427
  "kind": 2048,
2444
2428
  "children": [
2429
+ 153,
2445
2430
  155,
2446
- 157,
2447
- 161,
2448
2431
  159,
2432
+ 157,
2433
+ 149,
2449
2434
  151,
2450
- 153,
2451
- 163
2435
+ 161
2452
2436
  ]
2453
2437
  }
2454
2438
  ],
@@ -2475,7 +2459,7 @@
2475
2459
  ]
2476
2460
  },
2477
2461
  {
2478
- "id": 264,
2462
+ "id": 262,
2479
2463
  "name": "SkyPopoverComponent",
2480
2464
  "kind": 128,
2481
2465
  "kindString": "Class",
@@ -2496,7 +2480,7 @@
2496
2480
  ],
2497
2481
  "children": [
2498
2482
  {
2499
- "id": 265,
2483
+ "id": 263,
2500
2484
  "name": "constructor",
2501
2485
  "kind": 512,
2502
2486
  "kindString": "Constructor",
@@ -2510,14 +2494,14 @@
2510
2494
  ],
2511
2495
  "signatures": [
2512
2496
  {
2513
- "id": 266,
2497
+ "id": 264,
2514
2498
  "name": "SkyPopoverComponent",
2515
2499
  "kind": 16384,
2516
2500
  "kindString": "Constructor signature",
2517
2501
  "flags": {},
2518
2502
  "parameters": [
2519
2503
  {
2520
- "id": 267,
2504
+ "id": 265,
2521
2505
  "name": "overlayService",
2522
2506
  "kind": 32768,
2523
2507
  "kindString": "Parameter",
@@ -2530,14 +2514,14 @@
2530
2514
  ],
2531
2515
  "type": {
2532
2516
  "type": "reference",
2533
- "id": 264,
2517
+ "id": 262,
2534
2518
  "name": "SkyPopoverComponent"
2535
2519
  }
2536
2520
  }
2537
2521
  ]
2538
2522
  },
2539
2523
  {
2540
- "id": 289,
2524
+ "id": 287,
2541
2525
  "name": "isMouseEnter",
2542
2526
  "kind": 1024,
2543
2527
  "kindString": "Property",
@@ -2558,7 +2542,7 @@
2558
2542
  "defaultValue": "false"
2559
2543
  },
2560
2544
  {
2561
- "id": 285,
2545
+ "id": 283,
2562
2546
  "name": "popoverClosed",
2563
2547
  "kind": 1024,
2564
2548
  "kindString": "Property",
@@ -2592,7 +2576,7 @@
2592
2576
  "typeArguments": [
2593
2577
  {
2594
2578
  "type": "reference",
2595
- "id": 264,
2579
+ "id": 262,
2596
2580
  "name": "SkyPopoverComponent"
2597
2581
  }
2598
2582
  ],
@@ -2603,7 +2587,7 @@
2603
2587
  "defaultValue": "..."
2604
2588
  },
2605
2589
  {
2606
- "id": 286,
2590
+ "id": 284,
2607
2591
  "name": "popoverOpened",
2608
2592
  "kind": 1024,
2609
2593
  "kindString": "Property",
@@ -2637,7 +2621,7 @@
2637
2621
  "typeArguments": [
2638
2622
  {
2639
2623
  "type": "reference",
2640
- "id": 264,
2624
+ "id": 262,
2641
2625
  "name": "SkyPopoverComponent"
2642
2626
  }
2643
2627
  ],
@@ -2648,7 +2632,7 @@
2648
2632
  "defaultValue": "..."
2649
2633
  },
2650
2634
  {
2651
- "id": 280,
2635
+ "id": 278,
2652
2636
  "name": "popoverTitle",
2653
2637
  "kind": 1024,
2654
2638
  "kindString": "Property",
@@ -2683,7 +2667,7 @@
2683
2667
  }
2684
2668
  },
2685
2669
  {
2686
- "id": 290,
2670
+ "id": 288,
2687
2671
  "name": "templateRef",
2688
2672
  "kind": 1024,
2689
2673
  "kindString": "Property",
@@ -2726,7 +2710,7 @@
2726
2710
  }
2727
2711
  },
2728
2712
  {
2729
- "id": 268,
2713
+ "id": 266,
2730
2714
  "name": "alignment",
2731
2715
  "kind": 262144,
2732
2716
  "kindString": "Accessor",
@@ -2754,7 +2738,7 @@
2754
2738
  ],
2755
2739
  "getSignature": [
2756
2740
  {
2757
- "id": 269,
2741
+ "id": 267,
2758
2742
  "name": "alignment",
2759
2743
  "kind": 524288,
2760
2744
  "kindString": "Get signature",
@@ -2770,14 +2754,14 @@
2770
2754
  },
2771
2755
  "type": {
2772
2756
  "type": "reference",
2773
- "id": 384,
2757
+ "id": 382,
2774
2758
  "name": "SkyPopoverAlignment"
2775
2759
  }
2776
2760
  }
2777
2761
  ],
2778
2762
  "setSignature": [
2779
2763
  {
2780
- "id": 270,
2764
+ "id": 268,
2781
2765
  "name": "alignment",
2782
2766
  "kind": 1048576,
2783
2767
  "kindString": "Set signature",
@@ -2793,14 +2777,14 @@
2793
2777
  },
2794
2778
  "parameters": [
2795
2779
  {
2796
- "id": 271,
2780
+ "id": 269,
2797
2781
  "name": "value",
2798
2782
  "kind": 32768,
2799
2783
  "kindString": "Parameter",
2800
2784
  "flags": {},
2801
2785
  "type": {
2802
2786
  "type": "reference",
2803
- "id": 384,
2787
+ "id": 382,
2804
2788
  "name": "SkyPopoverAlignment"
2805
2789
  }
2806
2790
  }
@@ -2813,7 +2797,7 @@
2813
2797
  ]
2814
2798
  },
2815
2799
  {
2816
- "id": 272,
2800
+ "id": 270,
2817
2801
  "name": "dismissOnBlur",
2818
2802
  "kind": 262144,
2819
2803
  "kindString": "Accessor",
@@ -2841,7 +2825,7 @@
2841
2825
  ],
2842
2826
  "getSignature": [
2843
2827
  {
2844
- "id": 273,
2828
+ "id": 271,
2845
2829
  "name": "dismissOnBlur",
2846
2830
  "kind": 524288,
2847
2831
  "kindString": "Get signature",
@@ -2863,7 +2847,7 @@
2863
2847
  ],
2864
2848
  "setSignature": [
2865
2849
  {
2866
- "id": 274,
2850
+ "id": 272,
2867
2851
  "name": "dismissOnBlur",
2868
2852
  "kind": 1048576,
2869
2853
  "kindString": "Set signature",
@@ -2879,7 +2863,7 @@
2879
2863
  },
2880
2864
  "parameters": [
2881
2865
  {
2882
- "id": 275,
2866
+ "id": 273,
2883
2867
  "name": "value",
2884
2868
  "kind": 32768,
2885
2869
  "kindString": "Parameter",
@@ -2898,7 +2882,7 @@
2898
2882
  ]
2899
2883
  },
2900
2884
  {
2901
- "id": 276,
2885
+ "id": 274,
2902
2886
  "name": "placement",
2903
2887
  "kind": 262144,
2904
2888
  "kindString": "Accessor",
@@ -2926,7 +2910,7 @@
2926
2910
  ],
2927
2911
  "getSignature": [
2928
2912
  {
2929
- "id": 277,
2913
+ "id": 275,
2930
2914
  "name": "placement",
2931
2915
  "kind": 524288,
2932
2916
  "kindString": "Get signature",
@@ -2942,14 +2926,14 @@
2942
2926
  },
2943
2927
  "type": {
2944
2928
  "type": "reference",
2945
- "id": 392,
2929
+ "id": 390,
2946
2930
  "name": "SkyPopoverPlacement"
2947
2931
  }
2948
2932
  }
2949
2933
  ],
2950
2934
  "setSignature": [
2951
2935
  {
2952
- "id": 278,
2936
+ "id": 276,
2953
2937
  "name": "placement",
2954
2938
  "kind": 1048576,
2955
2939
  "kindString": "Set signature",
@@ -2965,14 +2949,14 @@
2965
2949
  },
2966
2950
  "parameters": [
2967
2951
  {
2968
- "id": 279,
2952
+ "id": 277,
2969
2953
  "name": "value",
2970
2954
  "kind": 32768,
2971
2955
  "kindString": "Parameter",
2972
2956
  "flags": {},
2973
2957
  "type": {
2974
2958
  "type": "reference",
2975
- "id": 392,
2959
+ "id": 390,
2976
2960
  "name": "SkyPopoverPlacement"
2977
2961
  }
2978
2962
  }
@@ -2985,7 +2969,7 @@
2985
2969
  ]
2986
2970
  },
2987
2971
  {
2988
- "id": 281,
2972
+ "id": 279,
2989
2973
  "name": "popoverType",
2990
2974
  "kind": 262144,
2991
2975
  "kindString": "Accessor",
@@ -3013,7 +2997,7 @@
3013
2997
  ],
3014
2998
  "getSignature": [
3015
2999
  {
3016
- "id": 282,
3000
+ "id": 280,
3017
3001
  "name": "popoverType",
3018
3002
  "kind": 524288,
3019
3003
  "kindString": "Get signature",
@@ -3029,14 +3013,14 @@
3029
3013
  },
3030
3014
  "type": {
3031
3015
  "type": "reference",
3032
- "id": 401,
3016
+ "id": 399,
3033
3017
  "name": "SkyPopoverType"
3034
3018
  }
3035
3019
  }
3036
3020
  ],
3037
3021
  "setSignature": [
3038
3022
  {
3039
- "id": 283,
3023
+ "id": 281,
3040
3024
  "name": "popoverType",
3041
3025
  "kind": 1048576,
3042
3026
  "kindString": "Set signature",
@@ -3052,14 +3036,14 @@
3052
3036
  },
3053
3037
  "parameters": [
3054
3038
  {
3055
- "id": 284,
3039
+ "id": 282,
3056
3040
  "name": "value",
3057
3041
  "kind": 32768,
3058
3042
  "kindString": "Parameter",
3059
3043
  "flags": {},
3060
3044
  "type": {
3061
3045
  "type": "reference",
3062
- "id": 401,
3046
+ "id": 399,
3063
3047
  "name": "SkyPopoverType"
3064
3048
  }
3065
3049
  }
@@ -3072,7 +3056,7 @@
3072
3056
  ]
3073
3057
  },
3074
3058
  {
3075
- "id": 300,
3059
+ "id": 298,
3076
3060
  "name": "ngOnDestroy",
3077
3061
  "kind": 2048,
3078
3062
  "kindString": "Method",
@@ -3088,7 +3072,7 @@
3088
3072
  ],
3089
3073
  "signatures": [
3090
3074
  {
3091
- "id": 301,
3075
+ "id": 299,
3092
3076
  "name": "ngOnDestroy",
3093
3077
  "kind": 4096,
3094
3078
  "kindString": "Call signature",
@@ -3114,35 +3098,35 @@
3114
3098
  "title": "Constructors",
3115
3099
  "kind": 512,
3116
3100
  "children": [
3117
- 265
3101
+ 263
3118
3102
  ]
3119
3103
  },
3120
3104
  {
3121
3105
  "title": "Properties",
3122
3106
  "kind": 1024,
3123
3107
  "children": [
3124
- 289,
3125
- 285,
3126
- 286,
3127
- 280,
3128
- 290
3108
+ 287,
3109
+ 283,
3110
+ 284,
3111
+ 278,
3112
+ 288
3129
3113
  ]
3130
3114
  },
3131
3115
  {
3132
3116
  "title": "Accessors",
3133
3117
  "kind": 262144,
3134
3118
  "children": [
3135
- 268,
3136
- 272,
3137
- 276,
3138
- 281
3119
+ 266,
3120
+ 270,
3121
+ 274,
3122
+ 279
3139
3123
  ]
3140
3124
  },
3141
3125
  {
3142
3126
  "title": "Methods",
3143
3127
  "kind": 2048,
3144
3128
  "children": [
3145
- 300
3129
+ 298
3146
3130
  ]
3147
3131
  }
3148
3132
  ],
@@ -3163,7 +3147,7 @@
3163
3147
  ]
3164
3148
  },
3165
3149
  {
3166
- "id": 315,
3150
+ "id": 313,
3167
3151
  "name": "SkyPopoverDirective",
3168
3152
  "kind": 128,
3169
3153
  "kindString": "Class",
@@ -3184,7 +3168,7 @@
3184
3168
  ],
3185
3169
  "children": [
3186
3170
  {
3187
- "id": 316,
3171
+ "id": 314,
3188
3172
  "name": "constructor",
3189
3173
  "kind": 512,
3190
3174
  "kindString": "Constructor",
@@ -3198,14 +3182,14 @@
3198
3182
  ],
3199
3183
  "signatures": [
3200
3184
  {
3201
- "id": 317,
3185
+ "id": 315,
3202
3186
  "name": "SkyPopoverDirective",
3203
3187
  "kind": 16384,
3204
3188
  "kindString": "Constructor signature",
3205
3189
  "flags": {},
3206
3190
  "parameters": [
3207
3191
  {
3208
- "id": 318,
3192
+ "id": 316,
3209
3193
  "name": "elementRef",
3210
3194
  "kind": 32768,
3211
3195
  "kindString": "Parameter",
@@ -3226,14 +3210,14 @@
3226
3210
  ],
3227
3211
  "type": {
3228
3212
  "type": "reference",
3229
- "id": 315,
3213
+ "id": 313,
3230
3214
  "name": "SkyPopoverDirective"
3231
3215
  }
3232
3216
  }
3233
3217
  ]
3234
3218
  },
3235
3219
  {
3236
- "id": 319,
3220
+ "id": 317,
3237
3221
  "name": "skyPopover",
3238
3222
  "kind": 1024,
3239
3223
  "kindString": "Property",
@@ -3270,12 +3254,12 @@
3270
3254
  ],
3271
3255
  "type": {
3272
3256
  "type": "reference",
3273
- "id": 264,
3257
+ "id": 262,
3274
3258
  "name": "SkyPopoverComponent"
3275
3259
  }
3276
3260
  },
3277
3261
  {
3278
- "id": 320,
3262
+ "id": 318,
3279
3263
  "name": "skyPopoverAlignment",
3280
3264
  "kind": 1024,
3281
3265
  "kindString": "Property",
@@ -3306,12 +3290,12 @@
3306
3290
  ],
3307
3291
  "type": {
3308
3292
  "type": "reference",
3309
- "id": 384,
3293
+ "id": 382,
3310
3294
  "name": "SkyPopoverAlignment"
3311
3295
  }
3312
3296
  },
3313
3297
  {
3314
- "id": 327,
3298
+ "id": 325,
3315
3299
  "name": "skyPopoverPlacement",
3316
3300
  "kind": 1024,
3317
3301
  "kindString": "Property",
@@ -3342,12 +3326,12 @@
3342
3326
  ],
3343
3327
  "type": {
3344
3328
  "type": "reference",
3345
- "id": 392,
3329
+ "id": 390,
3346
3330
  "name": "SkyPopoverPlacement"
3347
3331
  }
3348
3332
  },
3349
3333
  {
3350
- "id": 321,
3334
+ "id": 319,
3351
3335
  "name": "skyPopoverMessageStream",
3352
3336
  "kind": 262144,
3353
3337
  "kindString": "Accessor",
@@ -3375,7 +3359,7 @@
3375
3359
  ],
3376
3360
  "getSignature": [
3377
3361
  {
3378
- "id": 322,
3362
+ "id": 320,
3379
3363
  "name": "skyPopoverMessageStream",
3380
3364
  "kind": 524288,
3381
3365
  "kindString": "Get signature",
@@ -3388,7 +3372,7 @@
3388
3372
  "typeArguments": [
3389
3373
  {
3390
3374
  "type": "reference",
3391
- "id": 385,
3375
+ "id": 383,
3392
3376
  "name": "SkyPopoverMessage"
3393
3377
  }
3394
3378
  ],
@@ -3400,7 +3384,7 @@
3400
3384
  ],
3401
3385
  "setSignature": [
3402
3386
  {
3403
- "id": 323,
3387
+ "id": 321,
3404
3388
  "name": "skyPopoverMessageStream",
3405
3389
  "kind": 1048576,
3406
3390
  "kindString": "Set signature",
@@ -3410,7 +3394,7 @@
3410
3394
  },
3411
3395
  "parameters": [
3412
3396
  {
3413
- "id": 324,
3397
+ "id": 322,
3414
3398
  "name": "value",
3415
3399
  "kind": 32768,
3416
3400
  "kindString": "Parameter",
@@ -3420,7 +3404,7 @@
3420
3404
  "typeArguments": [
3421
3405
  {
3422
3406
  "type": "reference",
3423
- "id": 385,
3407
+ "id": 383,
3424
3408
  "name": "SkyPopoverMessage"
3425
3409
  }
3426
3410
  ],
@@ -3438,7 +3422,7 @@
3438
3422
  ]
3439
3423
  },
3440
3424
  {
3441
- "id": 328,
3425
+ "id": 326,
3442
3426
  "name": "skyPopoverTrigger",
3443
3427
  "kind": 262144,
3444
3428
  "kindString": "Accessor",
@@ -3466,7 +3450,7 @@
3466
3450
  ],
3467
3451
  "getSignature": [
3468
3452
  {
3469
- "id": 329,
3453
+ "id": 327,
3470
3454
  "name": "skyPopoverTrigger",
3471
3455
  "kind": 524288,
3472
3456
  "kindString": "Get signature",
@@ -3476,14 +3460,14 @@
3476
3460
  },
3477
3461
  "type": {
3478
3462
  "type": "reference",
3479
- "id": 400,
3463
+ "id": 398,
3480
3464
  "name": "SkyPopoverTrigger"
3481
3465
  }
3482
3466
  }
3483
3467
  ],
3484
3468
  "setSignature": [
3485
3469
  {
3486
- "id": 330,
3470
+ "id": 328,
3487
3471
  "name": "skyPopoverTrigger",
3488
3472
  "kind": 1048576,
3489
3473
  "kindString": "Set signature",
@@ -3493,14 +3477,14 @@
3493
3477
  },
3494
3478
  "parameters": [
3495
3479
  {
3496
- "id": 331,
3480
+ "id": 329,
3497
3481
  "name": "value",
3498
3482
  "kind": 32768,
3499
3483
  "kindString": "Parameter",
3500
3484
  "flags": {},
3501
3485
  "type": {
3502
3486
  "type": "reference",
3503
- "id": 400,
3487
+ "id": 398,
3504
3488
  "name": "SkyPopoverTrigger"
3505
3489
  }
3506
3490
  }
@@ -3513,7 +3497,7 @@
3513
3497
  ]
3514
3498
  },
3515
3499
  {
3516
- "id": 337,
3500
+ "id": 335,
3517
3501
  "name": "ngOnDestroy",
3518
3502
  "kind": 2048,
3519
3503
  "kindString": "Method",
@@ -3529,7 +3513,7 @@
3529
3513
  ],
3530
3514
  "signatures": [
3531
3515
  {
3532
- "id": 338,
3516
+ "id": 336,
3533
3517
  "name": "ngOnDestroy",
3534
3518
  "kind": 4096,
3535
3519
  "kindString": "Call signature",
@@ -3550,7 +3534,7 @@
3550
3534
  }
3551
3535
  },
3552
3536
  {
3553
- "id": 335,
3537
+ "id": 333,
3554
3538
  "name": "ngOnInit",
3555
3539
  "kind": 2048,
3556
3540
  "kindString": "Method",
@@ -3566,7 +3550,7 @@
3566
3550
  ],
3567
3551
  "signatures": [
3568
3552
  {
3569
- "id": 336,
3553
+ "id": 334,
3570
3554
  "name": "ngOnInit",
3571
3555
  "kind": 4096,
3572
3556
  "kindString": "Call signature",
@@ -3587,7 +3571,7 @@
3587
3571
  }
3588
3572
  },
3589
3573
  {
3590
- "id": 339,
3574
+ "id": 337,
3591
3575
  "name": "togglePopover",
3592
3576
  "kind": 2048,
3593
3577
  "kindString": "Method",
@@ -3603,7 +3587,7 @@
3603
3587
  ],
3604
3588
  "signatures": [
3605
3589
  {
3606
- "id": 340,
3590
+ "id": 338,
3607
3591
  "name": "togglePopover",
3608
3592
  "kind": 4096,
3609
3593
  "kindString": "Call signature",
@@ -3621,33 +3605,33 @@
3621
3605
  "title": "Constructors",
3622
3606
  "kind": 512,
3623
3607
  "children": [
3624
- 316
3608
+ 314
3625
3609
  ]
3626
3610
  },
3627
3611
  {
3628
3612
  "title": "Properties",
3629
3613
  "kind": 1024,
3630
3614
  "children": [
3631
- 319,
3632
- 320,
3633
- 327
3615
+ 317,
3616
+ 318,
3617
+ 325
3634
3618
  ]
3635
3619
  },
3636
3620
  {
3637
3621
  "title": "Accessors",
3638
3622
  "kind": 262144,
3639
3623
  "children": [
3640
- 321,
3641
- 328
3624
+ 319,
3625
+ 326
3642
3626
  ]
3643
3627
  },
3644
3628
  {
3645
3629
  "title": "Methods",
3646
3630
  "kind": 2048,
3647
3631
  "children": [
3648
- 337,
3649
3632
  335,
3650
- 339
3633
+ 333,
3634
+ 337
3651
3635
  ]
3652
3636
  }
3653
3637
  ],
@@ -3674,7 +3658,7 @@
3674
3658
  ]
3675
3659
  },
3676
3660
  {
3677
- "id": 385,
3661
+ "id": 383,
3678
3662
  "name": "SkyPopoverMessage",
3679
3663
  "kind": 256,
3680
3664
  "kindString": "Interface",
@@ -3684,7 +3668,7 @@
3684
3668
  },
3685
3669
  "children": [
3686
3670
  {
3687
- "id": 386,
3671
+ "id": 384,
3688
3672
  "name": "type",
3689
3673
  "kind": 1024,
3690
3674
  "kindString": "Property",
@@ -3703,7 +3687,7 @@
3703
3687
  ],
3704
3688
  "type": {
3705
3689
  "type": "reference",
3706
- "id": 387,
3690
+ "id": 385,
3707
3691
  "name": "SkyPopoverMessageType"
3708
3692
  }
3709
3693
  }
@@ -3713,7 +3697,7 @@
3713
3697
  "title": "Properties",
3714
3698
  "kind": 1024,
3715
3699
  "children": [
3716
- 386
3700
+ 384
3717
3701
  ]
3718
3702
  }
3719
3703
  ],
@@ -3726,7 +3710,7 @@
3726
3710
  ]
3727
3711
  },
3728
3712
  {
3729
- "id": 361,
3713
+ "id": 359,
3730
3714
  "name": "SkyDropdownHorizontalAlignment",
3731
3715
  "kind": 4194304,
3732
3716
  "kindString": "Type alias",
@@ -3760,7 +3744,7 @@
3760
3744
  }
3761
3745
  },
3762
3746
  {
3763
- "id": 377,
3747
+ "id": 375,
3764
3748
  "name": "SkyDropdownTriggerType",
3765
3749
  "kind": 4194304,
3766
3750
  "kindString": "Type alias",
@@ -3790,7 +3774,7 @@
3790
3774
  }
3791
3775
  },
3792
3776
  {
3793
- "id": 384,
3777
+ "id": 382,
3794
3778
  "name": "SkyPopoverAlignment",
3795
3779
  "kind": 4194304,
3796
3780
  "kindString": "Type alias",
@@ -3824,7 +3808,7 @@
3824
3808
  }
3825
3809
  },
3826
3810
  {
3827
- "id": 392,
3811
+ "id": 390,
3828
3812
  "name": "SkyPopoverPlacement",
3829
3813
  "kind": 4194304,
3830
3814
  "kindString": "Type alias",
@@ -3862,7 +3846,7 @@
3862
3846
  }
3863
3847
  },
3864
3848
  {
3865
- "id": 400,
3849
+ "id": 398,
3866
3850
  "name": "SkyPopoverTrigger",
3867
3851
  "kind": 4194304,
3868
3852
  "kindString": "Type alias",
@@ -3892,7 +3876,7 @@
3892
3876
  }
3893
3877
  },
3894
3878
  {
3895
- "id": 401,
3879
+ "id": 399,
3896
3880
  "name": "SkyPopoverType",
3897
3881
  "kind": 4194304,
3898
3882
  "kindString": "Type alias",
@@ -3922,14 +3906,14 @@
3922
3906
  }
3923
3907
  },
3924
3908
  {
3925
- "id": 454,
3909
+ "id": 452,
3926
3910
  "name": "SkyPopoversFixtureDropdownItem",
3927
3911
  "kind": 256,
3928
3912
  "kindString": "Interface",
3929
3913
  "flags": {},
3930
3914
  "children": [
3931
3915
  {
3932
- "id": 455,
3916
+ "id": 453,
3933
3917
  "name": "ariaRole",
3934
3918
  "kind": 1024,
3935
3919
  "kindString": "Property",
@@ -3952,7 +3936,7 @@
3952
3936
  "title": "Properties",
3953
3937
  "kind": 1024,
3954
3938
  "children": [
3955
- 455
3939
+ 453
3956
3940
  ]
3957
3941
  }
3958
3942
  ],