@skyux/popovers 7.0.0-beta.2 → 7.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +247 -236
- package/esm2020/lib/modules/dropdown/dropdown.component.mjs +16 -10
- package/esm2020/lib/modules/dropdown/types/dropdown-button-type.mjs +1 -1
- package/fesm2015/skyux-popovers.mjs +14 -8
- package/fesm2015/skyux-popovers.mjs.map +1 -1
- package/fesm2020/skyux-popovers.mjs +14 -8
- package/fesm2020/skyux-popovers.mjs.map +1 -1
- package/lib/modules/dropdown/dropdown.component.d.ts +5 -6
- package/lib/modules/dropdown/types/dropdown-button-type.d.ts +1 -1
- package/package.json +6 -6
package/documentation.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"originalName": "",
|
|
27
27
|
"children": [
|
|
28
28
|
{
|
|
29
|
-
"id":
|
|
29
|
+
"id": 385,
|
|
30
30
|
"name": "SkyPopoverMessageType",
|
|
31
31
|
"kind": 8,
|
|
32
32
|
"kindString": "Enumeration",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"children": [
|
|
38
38
|
{
|
|
39
|
-
"id":
|
|
39
|
+
"id": 387,
|
|
40
40
|
"name": "Close",
|
|
41
41
|
"kind": 16,
|
|
42
42
|
"kindString": "Enumeration member",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"defaultValue": "1"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
|
-
"id":
|
|
57
|
+
"id": 389,
|
|
58
58
|
"name": "Focus",
|
|
59
59
|
"kind": 16,
|
|
60
60
|
"kindString": "Enumeration member",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"defaultValue": "3"
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
|
-
"id":
|
|
75
|
+
"id": 386,
|
|
76
76
|
"name": "Open",
|
|
77
77
|
"kind": 16,
|
|
78
78
|
"kindString": "Enumeration member",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"defaultValue": "0"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
"id":
|
|
93
|
+
"id": 388,
|
|
94
94
|
"name": "Reposition",
|
|
95
95
|
"kind": 16,
|
|
96
96
|
"kindString": "Enumeration member",
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
"title": "Enumeration members",
|
|
114
114
|
"kind": 16,
|
|
115
115
|
"children": [
|
|
116
|
-
385,
|
|
117
116
|
387,
|
|
118
|
-
|
|
119
|
-
386
|
|
117
|
+
389,
|
|
118
|
+
386,
|
|
119
|
+
388
|
|
120
120
|
]
|
|
121
121
|
}
|
|
122
122
|
],
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
]
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
|
-
"id":
|
|
132
|
+
"id": 376,
|
|
133
133
|
"name": "SkyDropdownModule",
|
|
134
134
|
"kind": 128,
|
|
135
135
|
"kindString": "Class",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"title": "Constructors",
|
|
155
155
|
"kind": 512,
|
|
156
156
|
"children": [
|
|
157
|
-
|
|
157
|
+
377
|
|
158
158
|
]
|
|
159
159
|
}
|
|
160
160
|
],
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
]
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
|
-
"id":
|
|
170
|
+
"id": 379,
|
|
171
171
|
"name": "SkyPopoverModule",
|
|
172
172
|
"kind": 128,
|
|
173
173
|
"kindString": "Class",
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"title": "Constructors",
|
|
193
193
|
"kind": 512,
|
|
194
194
|
"children": [
|
|
195
|
-
|
|
195
|
+
380
|
|
196
196
|
]
|
|
197
197
|
}
|
|
198
198
|
],
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"sources": [
|
|
696
696
|
{
|
|
697
697
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
698
|
-
"line":
|
|
698
|
+
"line": 238,
|
|
699
699
|
"character": 2
|
|
700
700
|
}
|
|
701
701
|
],
|
|
@@ -744,6 +744,17 @@
|
|
|
744
744
|
},
|
|
745
745
|
{
|
|
746
746
|
"id": 39,
|
|
747
|
+
"name": "logService",
|
|
748
|
+
"kind": 32768,
|
|
749
|
+
"kindString": "Parameter",
|
|
750
|
+
"flags": {},
|
|
751
|
+
"type": {
|
|
752
|
+
"type": "reference",
|
|
753
|
+
"name": "SkyLogService"
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"id": 40,
|
|
747
758
|
"name": "themeSvc",
|
|
748
759
|
"kind": 32768,
|
|
749
760
|
"kindString": "Parameter",
|
|
@@ -777,7 +788,7 @@
|
|
|
777
788
|
]
|
|
778
789
|
},
|
|
779
790
|
{
|
|
780
|
-
"id":
|
|
791
|
+
"id": 49,
|
|
781
792
|
"name": "disabled",
|
|
782
793
|
"kind": 1024,
|
|
783
794
|
"kindString": "Property",
|
|
@@ -808,7 +819,7 @@
|
|
|
808
819
|
"sources": [
|
|
809
820
|
{
|
|
810
821
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
811
|
-
"line":
|
|
822
|
+
"line": 92,
|
|
812
823
|
"character": 9
|
|
813
824
|
}
|
|
814
825
|
],
|
|
@@ -819,7 +830,7 @@
|
|
|
819
830
|
"defaultValue": "false"
|
|
820
831
|
},
|
|
821
832
|
{
|
|
822
|
-
"id":
|
|
833
|
+
"id": 72,
|
|
823
834
|
"name": "isMouseEnter",
|
|
824
835
|
"kind": 1024,
|
|
825
836
|
"kindString": "Property",
|
|
@@ -829,7 +840,7 @@
|
|
|
829
840
|
"sources": [
|
|
830
841
|
{
|
|
831
842
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
832
|
-
"line":
|
|
843
|
+
"line": 183,
|
|
833
844
|
"character": 9
|
|
834
845
|
}
|
|
835
846
|
],
|
|
@@ -840,7 +851,7 @@
|
|
|
840
851
|
"defaultValue": "false"
|
|
841
852
|
},
|
|
842
853
|
{
|
|
843
|
-
"id":
|
|
854
|
+
"id": 73,
|
|
844
855
|
"name": "isVisible",
|
|
845
856
|
"kind": 1024,
|
|
846
857
|
"kindString": "Property",
|
|
@@ -850,7 +861,7 @@
|
|
|
850
861
|
"sources": [
|
|
851
862
|
{
|
|
852
863
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
853
|
-
"line":
|
|
864
|
+
"line": 185,
|
|
854
865
|
"character": 9
|
|
855
866
|
}
|
|
856
867
|
],
|
|
@@ -861,7 +872,7 @@
|
|
|
861
872
|
"defaultValue": "false"
|
|
862
873
|
},
|
|
863
874
|
{
|
|
864
|
-
"id":
|
|
875
|
+
"id": 54,
|
|
865
876
|
"name": "label",
|
|
866
877
|
"kind": 1024,
|
|
867
878
|
"kindString": "Property",
|
|
@@ -886,7 +897,7 @@
|
|
|
886
897
|
"sources": [
|
|
887
898
|
{
|
|
888
899
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
889
|
-
"line":
|
|
900
|
+
"line": 112,
|
|
890
901
|
"character": 9
|
|
891
902
|
}
|
|
892
903
|
],
|
|
@@ -896,7 +907,7 @@
|
|
|
896
907
|
}
|
|
897
908
|
},
|
|
898
909
|
{
|
|
899
|
-
"id":
|
|
910
|
+
"id": 75,
|
|
900
911
|
"name": "menuAriaRole",
|
|
901
912
|
"kind": 1024,
|
|
902
913
|
"kindString": "Property",
|
|
@@ -906,7 +917,7 @@
|
|
|
906
917
|
"sources": [
|
|
907
918
|
{
|
|
908
919
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
909
|
-
"line":
|
|
920
|
+
"line": 189,
|
|
910
921
|
"character": 9
|
|
911
922
|
}
|
|
912
923
|
],
|
|
@@ -916,7 +927,7 @@
|
|
|
916
927
|
}
|
|
917
928
|
},
|
|
918
929
|
{
|
|
919
|
-
"id":
|
|
930
|
+
"id": 76,
|
|
920
931
|
"name": "menuContainerTemplateRef",
|
|
921
932
|
"kind": 1024,
|
|
922
933
|
"kindString": "Property",
|
|
@@ -941,7 +952,7 @@
|
|
|
941
952
|
"sources": [
|
|
942
953
|
{
|
|
943
954
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
944
|
-
"line":
|
|
955
|
+
"line": 195,
|
|
945
956
|
"character": 9
|
|
946
957
|
}
|
|
947
958
|
],
|
|
@@ -959,7 +970,7 @@
|
|
|
959
970
|
}
|
|
960
971
|
},
|
|
961
972
|
{
|
|
962
|
-
"id":
|
|
973
|
+
"id": 74,
|
|
963
974
|
"name": "menuId",
|
|
964
975
|
"kind": 1024,
|
|
965
976
|
"kindString": "Property",
|
|
@@ -969,7 +980,7 @@
|
|
|
969
980
|
"sources": [
|
|
970
981
|
{
|
|
971
982
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
972
|
-
"line":
|
|
983
|
+
"line": 187,
|
|
973
984
|
"character": 9
|
|
974
985
|
}
|
|
975
986
|
],
|
|
@@ -979,7 +990,7 @@
|
|
|
979
990
|
}
|
|
980
991
|
},
|
|
981
992
|
{
|
|
982
|
-
"id":
|
|
993
|
+
"id": 60,
|
|
983
994
|
"name": "title",
|
|
984
995
|
"kind": 1024,
|
|
985
996
|
"kindString": "Property",
|
|
@@ -1004,7 +1015,7 @@
|
|
|
1004
1015
|
"sources": [
|
|
1005
1016
|
{
|
|
1006
1017
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1007
|
-
"line":
|
|
1018
|
+
"line": 142,
|
|
1008
1019
|
"character": 9
|
|
1009
1020
|
}
|
|
1010
1021
|
],
|
|
@@ -1014,7 +1025,7 @@
|
|
|
1014
1025
|
}
|
|
1015
1026
|
},
|
|
1016
1027
|
{
|
|
1017
|
-
"id":
|
|
1028
|
+
"id": 41,
|
|
1018
1029
|
"name": "buttonStyle",
|
|
1019
1030
|
"kind": 262144,
|
|
1020
1031
|
"kindString": "Accessor",
|
|
@@ -1036,13 +1047,13 @@
|
|
|
1036
1047
|
"sources": [
|
|
1037
1048
|
{
|
|
1038
1049
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1039
|
-
"line":
|
|
1050
|
+
"line": 52,
|
|
1040
1051
|
"character": 13
|
|
1041
1052
|
}
|
|
1042
1053
|
],
|
|
1043
1054
|
"getSignature": [
|
|
1044
1055
|
{
|
|
1045
|
-
"id":
|
|
1056
|
+
"id": 42,
|
|
1046
1057
|
"name": "buttonStyle",
|
|
1047
1058
|
"kind": 524288,
|
|
1048
1059
|
"kindString": "Get signature",
|
|
@@ -1064,7 +1075,7 @@
|
|
|
1064
1075
|
],
|
|
1065
1076
|
"setSignature": [
|
|
1066
1077
|
{
|
|
1067
|
-
"id":
|
|
1078
|
+
"id": 43,
|
|
1068
1079
|
"name": "buttonStyle",
|
|
1069
1080
|
"kind": 1048576,
|
|
1070
1081
|
"kindString": "Set signature",
|
|
@@ -1080,7 +1091,7 @@
|
|
|
1080
1091
|
},
|
|
1081
1092
|
"parameters": [
|
|
1082
1093
|
{
|
|
1083
|
-
"id":
|
|
1094
|
+
"id": 44,
|
|
1084
1095
|
"name": "value",
|
|
1085
1096
|
"kind": 32768,
|
|
1086
1097
|
"kindString": "Parameter",
|
|
@@ -1099,7 +1110,7 @@
|
|
|
1099
1110
|
]
|
|
1100
1111
|
},
|
|
1101
1112
|
{
|
|
1102
|
-
"id":
|
|
1113
|
+
"id": 45,
|
|
1103
1114
|
"name": "buttonType",
|
|
1104
1115
|
"kind": 262144,
|
|
1105
1116
|
"kindString": "Accessor",
|
|
@@ -1121,19 +1132,19 @@
|
|
|
1121
1132
|
"sources": [
|
|
1122
1133
|
{
|
|
1123
1134
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1124
|
-
"line":
|
|
1135
|
+
"line": 68,
|
|
1125
1136
|
"character": 13
|
|
1126
1137
|
}
|
|
1127
1138
|
],
|
|
1128
1139
|
"getSignature": [
|
|
1129
1140
|
{
|
|
1130
|
-
"id":
|
|
1141
|
+
"id": 46,
|
|
1131
1142
|
"name": "buttonType",
|
|
1132
1143
|
"kind": 524288,
|
|
1133
1144
|
"kindString": "Get signature",
|
|
1134
1145
|
"flags": {},
|
|
1135
1146
|
"comment": {
|
|
1136
|
-
"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'`.
|
|
1147
|
+
"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'`.",
|
|
1137
1148
|
"tags": [
|
|
1138
1149
|
{
|
|
1139
1150
|
"tag": "default",
|
|
@@ -1149,13 +1160,13 @@
|
|
|
1149
1160
|
],
|
|
1150
1161
|
"setSignature": [
|
|
1151
1162
|
{
|
|
1152
|
-
"id":
|
|
1163
|
+
"id": 47,
|
|
1153
1164
|
"name": "buttonType",
|
|
1154
1165
|
"kind": 1048576,
|
|
1155
1166
|
"kindString": "Set signature",
|
|
1156
1167
|
"flags": {},
|
|
1157
1168
|
"comment": {
|
|
1158
|
-
"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'`.
|
|
1169
|
+
"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'`.",
|
|
1159
1170
|
"tags": [
|
|
1160
1171
|
{
|
|
1161
1172
|
"tag": "default",
|
|
@@ -1165,7 +1176,7 @@
|
|
|
1165
1176
|
},
|
|
1166
1177
|
"parameters": [
|
|
1167
1178
|
{
|
|
1168
|
-
"id":
|
|
1179
|
+
"id": 48,
|
|
1169
1180
|
"name": "value",
|
|
1170
1181
|
"kind": 32768,
|
|
1171
1182
|
"kindString": "Parameter",
|
|
@@ -1184,7 +1195,7 @@
|
|
|
1184
1195
|
]
|
|
1185
1196
|
},
|
|
1186
1197
|
{
|
|
1187
|
-
"id":
|
|
1198
|
+
"id": 50,
|
|
1188
1199
|
"name": "dismissOnBlur",
|
|
1189
1200
|
"kind": 262144,
|
|
1190
1201
|
"kindString": "Accessor",
|
|
@@ -1206,13 +1217,13 @@
|
|
|
1206
1217
|
"sources": [
|
|
1207
1218
|
{
|
|
1208
1219
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1209
|
-
"line":
|
|
1220
|
+
"line": 99,
|
|
1210
1221
|
"character": 13
|
|
1211
1222
|
}
|
|
1212
1223
|
],
|
|
1213
1224
|
"getSignature": [
|
|
1214
1225
|
{
|
|
1215
|
-
"id":
|
|
1226
|
+
"id": 51,
|
|
1216
1227
|
"name": "dismissOnBlur",
|
|
1217
1228
|
"kind": 524288,
|
|
1218
1229
|
"kindString": "Get signature",
|
|
@@ -1234,7 +1245,7 @@
|
|
|
1234
1245
|
],
|
|
1235
1246
|
"setSignature": [
|
|
1236
1247
|
{
|
|
1237
|
-
"id":
|
|
1248
|
+
"id": 52,
|
|
1238
1249
|
"name": "dismissOnBlur",
|
|
1239
1250
|
"kind": 1048576,
|
|
1240
1251
|
"kindString": "Set signature",
|
|
@@ -1250,7 +1261,7 @@
|
|
|
1250
1261
|
},
|
|
1251
1262
|
"parameters": [
|
|
1252
1263
|
{
|
|
1253
|
-
"id":
|
|
1264
|
+
"id": 53,
|
|
1254
1265
|
"name": "value",
|
|
1255
1266
|
"kind": 32768,
|
|
1256
1267
|
"kindString": "Parameter",
|
|
@@ -1269,7 +1280,7 @@
|
|
|
1269
1280
|
]
|
|
1270
1281
|
},
|
|
1271
1282
|
{
|
|
1272
|
-
"id":
|
|
1283
|
+
"id": 55,
|
|
1273
1284
|
"name": "horizontalAlignment",
|
|
1274
1285
|
"kind": 262144,
|
|
1275
1286
|
"kindString": "Accessor",
|
|
@@ -1291,13 +1302,13 @@
|
|
|
1291
1302
|
"sources": [
|
|
1292
1303
|
{
|
|
1293
1304
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1294
|
-
"line":
|
|
1305
|
+
"line": 119,
|
|
1295
1306
|
"character": 13
|
|
1296
1307
|
}
|
|
1297
1308
|
],
|
|
1298
1309
|
"getSignature": [
|
|
1299
1310
|
{
|
|
1300
|
-
"id":
|
|
1311
|
+
"id": 56,
|
|
1301
1312
|
"name": "horizontalAlignment",
|
|
1302
1313
|
"kind": 524288,
|
|
1303
1314
|
"kindString": "Get signature",
|
|
@@ -1313,14 +1324,14 @@
|
|
|
1313
1324
|
},
|
|
1314
1325
|
"type": {
|
|
1315
1326
|
"type": "reference",
|
|
1316
|
-
"id":
|
|
1327
|
+
"id": 359,
|
|
1317
1328
|
"name": "SkyDropdownHorizontalAlignment"
|
|
1318
1329
|
}
|
|
1319
1330
|
}
|
|
1320
1331
|
],
|
|
1321
1332
|
"setSignature": [
|
|
1322
1333
|
{
|
|
1323
|
-
"id":
|
|
1334
|
+
"id": 57,
|
|
1324
1335
|
"name": "horizontalAlignment",
|
|
1325
1336
|
"kind": 1048576,
|
|
1326
1337
|
"kindString": "Set signature",
|
|
@@ -1336,14 +1347,14 @@
|
|
|
1336
1347
|
},
|
|
1337
1348
|
"parameters": [
|
|
1338
1349
|
{
|
|
1339
|
-
"id":
|
|
1350
|
+
"id": 58,
|
|
1340
1351
|
"name": "value",
|
|
1341
1352
|
"kind": 32768,
|
|
1342
1353
|
"kindString": "Parameter",
|
|
1343
1354
|
"flags": {},
|
|
1344
1355
|
"type": {
|
|
1345
1356
|
"type": "reference",
|
|
1346
|
-
"id":
|
|
1357
|
+
"id": 359,
|
|
1347
1358
|
"name": "SkyDropdownHorizontalAlignment"
|
|
1348
1359
|
}
|
|
1349
1360
|
}
|
|
@@ -1356,7 +1367,7 @@
|
|
|
1356
1367
|
]
|
|
1357
1368
|
},
|
|
1358
1369
|
{
|
|
1359
|
-
"id":
|
|
1370
|
+
"id": 65,
|
|
1360
1371
|
"name": "isOpen",
|
|
1361
1372
|
"kind": 262144,
|
|
1362
1373
|
"kindString": "Accessor",
|
|
@@ -1366,13 +1377,13 @@
|
|
|
1366
1377
|
"sources": [
|
|
1367
1378
|
{
|
|
1368
1379
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1369
|
-
"line":
|
|
1380
|
+
"line": 163,
|
|
1370
1381
|
"character": 13
|
|
1371
1382
|
}
|
|
1372
1383
|
],
|
|
1373
1384
|
"getSignature": [
|
|
1374
1385
|
{
|
|
1375
|
-
"id":
|
|
1386
|
+
"id": 66,
|
|
1376
1387
|
"name": "isOpen",
|
|
1377
1388
|
"kind": 524288,
|
|
1378
1389
|
"kindString": "Get signature",
|
|
@@ -1385,14 +1396,14 @@
|
|
|
1385
1396
|
],
|
|
1386
1397
|
"setSignature": [
|
|
1387
1398
|
{
|
|
1388
|
-
"id":
|
|
1399
|
+
"id": 67,
|
|
1389
1400
|
"name": "isOpen",
|
|
1390
1401
|
"kind": 1048576,
|
|
1391
1402
|
"kindString": "Set signature",
|
|
1392
1403
|
"flags": {},
|
|
1393
1404
|
"parameters": [
|
|
1394
1405
|
{
|
|
1395
|
-
"id":
|
|
1406
|
+
"id": 68,
|
|
1396
1407
|
"name": "value",
|
|
1397
1408
|
"kind": 32768,
|
|
1398
1409
|
"kindString": "Parameter",
|
|
@@ -1411,7 +1422,7 @@
|
|
|
1411
1422
|
]
|
|
1412
1423
|
},
|
|
1413
1424
|
{
|
|
1414
|
-
"id":
|
|
1425
|
+
"id": 69,
|
|
1415
1426
|
"name": "menuContainerElementRef",
|
|
1416
1427
|
"kind": 262144,
|
|
1417
1428
|
"kindString": "Accessor",
|
|
@@ -1436,20 +1447,20 @@
|
|
|
1436
1447
|
"sources": [
|
|
1437
1448
|
{
|
|
1438
1449
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1439
|
-
"line":
|
|
1450
|
+
"line": 175,
|
|
1440
1451
|
"character": 13
|
|
1441
1452
|
}
|
|
1442
1453
|
],
|
|
1443
1454
|
"setSignature": [
|
|
1444
1455
|
{
|
|
1445
|
-
"id":
|
|
1456
|
+
"id": 70,
|
|
1446
1457
|
"name": "menuContainerElementRef",
|
|
1447
1458
|
"kind": 1048576,
|
|
1448
1459
|
"kindString": "Set signature",
|
|
1449
1460
|
"flags": {},
|
|
1450
1461
|
"parameters": [
|
|
1451
1462
|
{
|
|
1452
|
-
"id":
|
|
1463
|
+
"id": 71,
|
|
1453
1464
|
"name": "value",
|
|
1454
1465
|
"kind": 32768,
|
|
1455
1466
|
"kindString": "Parameter",
|
|
@@ -1476,7 +1487,7 @@
|
|
|
1476
1487
|
]
|
|
1477
1488
|
},
|
|
1478
1489
|
{
|
|
1479
|
-
"id":
|
|
1490
|
+
"id": 61,
|
|
1480
1491
|
"name": "trigger",
|
|
1481
1492
|
"kind": 262144,
|
|
1482
1493
|
"kindString": "Accessor",
|
|
@@ -1498,13 +1509,13 @@
|
|
|
1498
1509
|
"sources": [
|
|
1499
1510
|
{
|
|
1500
1511
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1501
|
-
"line":
|
|
1512
|
+
"line": 155,
|
|
1502
1513
|
"character": 13
|
|
1503
1514
|
}
|
|
1504
1515
|
],
|
|
1505
1516
|
"getSignature": [
|
|
1506
1517
|
{
|
|
1507
|
-
"id":
|
|
1518
|
+
"id": 62,
|
|
1508
1519
|
"name": "trigger",
|
|
1509
1520
|
"kind": 524288,
|
|
1510
1521
|
"kindString": "Get signature",
|
|
@@ -1524,14 +1535,14 @@
|
|
|
1524
1535
|
},
|
|
1525
1536
|
"type": {
|
|
1526
1537
|
"type": "reference",
|
|
1527
|
-
"id":
|
|
1538
|
+
"id": 375,
|
|
1528
1539
|
"name": "SkyDropdownTriggerType"
|
|
1529
1540
|
}
|
|
1530
1541
|
}
|
|
1531
1542
|
],
|
|
1532
1543
|
"setSignature": [
|
|
1533
1544
|
{
|
|
1534
|
-
"id":
|
|
1545
|
+
"id": 63,
|
|
1535
1546
|
"name": "trigger",
|
|
1536
1547
|
"kind": 1048576,
|
|
1537
1548
|
"kindString": "Set signature",
|
|
@@ -1551,14 +1562,14 @@
|
|
|
1551
1562
|
},
|
|
1552
1563
|
"parameters": [
|
|
1553
1564
|
{
|
|
1554
|
-
"id":
|
|
1565
|
+
"id": 64,
|
|
1555
1566
|
"name": "value",
|
|
1556
1567
|
"kind": 32768,
|
|
1557
1568
|
"kindString": "Parameter",
|
|
1558
1569
|
"flags": {},
|
|
1559
1570
|
"type": {
|
|
1560
1571
|
"type": "reference",
|
|
1561
|
-
"id":
|
|
1572
|
+
"id": 375,
|
|
1562
1573
|
"name": "SkyDropdownTriggerType"
|
|
1563
1574
|
}
|
|
1564
1575
|
}
|
|
@@ -1571,7 +1582,7 @@
|
|
|
1571
1582
|
]
|
|
1572
1583
|
},
|
|
1573
1584
|
{
|
|
1574
|
-
"id":
|
|
1585
|
+
"id": 77,
|
|
1575
1586
|
"name": "triggerButton",
|
|
1576
1587
|
"kind": 262144,
|
|
1577
1588
|
"kindString": "Accessor",
|
|
@@ -1596,13 +1607,13 @@
|
|
|
1596
1607
|
"sources": [
|
|
1597
1608
|
{
|
|
1598
1609
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1599
|
-
"line":
|
|
1610
|
+
"line": 201,
|
|
1600
1611
|
"character": 13
|
|
1601
1612
|
}
|
|
1602
1613
|
],
|
|
1603
1614
|
"getSignature": [
|
|
1604
1615
|
{
|
|
1605
|
-
"id":
|
|
1616
|
+
"id": 78,
|
|
1606
1617
|
"name": "triggerButton",
|
|
1607
1618
|
"kind": 524288,
|
|
1608
1619
|
"kindString": "Get signature",
|
|
@@ -1623,14 +1634,14 @@
|
|
|
1623
1634
|
],
|
|
1624
1635
|
"setSignature": [
|
|
1625
1636
|
{
|
|
1626
|
-
"id":
|
|
1637
|
+
"id": 79,
|
|
1627
1638
|
"name": "triggerButton",
|
|
1628
1639
|
"kind": 1048576,
|
|
1629
1640
|
"kindString": "Set signature",
|
|
1630
1641
|
"flags": {},
|
|
1631
1642
|
"parameters": [
|
|
1632
1643
|
{
|
|
1633
|
-
"id":
|
|
1644
|
+
"id": 80,
|
|
1634
1645
|
"name": "value",
|
|
1635
1646
|
"kind": 32768,
|
|
1636
1647
|
"kindString": "Parameter",
|
|
@@ -1657,7 +1668,7 @@
|
|
|
1657
1668
|
]
|
|
1658
1669
|
},
|
|
1659
1670
|
{
|
|
1660
|
-
"id":
|
|
1671
|
+
"id": 99,
|
|
1661
1672
|
"name": "ngOnDestroy",
|
|
1662
1673
|
"kind": 2048,
|
|
1663
1674
|
"kindString": "Method",
|
|
@@ -1667,13 +1678,13 @@
|
|
|
1667
1678
|
"sources": [
|
|
1668
1679
|
{
|
|
1669
1680
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1670
|
-
"line":
|
|
1681
|
+
"line": 267,
|
|
1671
1682
|
"character": 9
|
|
1672
1683
|
}
|
|
1673
1684
|
],
|
|
1674
1685
|
"signatures": [
|
|
1675
1686
|
{
|
|
1676
|
-
"id":
|
|
1687
|
+
"id": 100,
|
|
1677
1688
|
"name": "ngOnDestroy",
|
|
1678
1689
|
"kind": 4096,
|
|
1679
1690
|
"kindString": "Call signature",
|
|
@@ -1694,7 +1705,7 @@
|
|
|
1694
1705
|
}
|
|
1695
1706
|
},
|
|
1696
1707
|
{
|
|
1697
|
-
"id":
|
|
1708
|
+
"id": 97,
|
|
1698
1709
|
"name": "ngOnInit",
|
|
1699
1710
|
"kind": 2048,
|
|
1700
1711
|
"kindString": "Method",
|
|
@@ -1704,13 +1715,13 @@
|
|
|
1704
1715
|
"sources": [
|
|
1705
1716
|
{
|
|
1706
1717
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1707
|
-
"line":
|
|
1718
|
+
"line": 252,
|
|
1708
1719
|
"character": 9
|
|
1709
1720
|
}
|
|
1710
1721
|
],
|
|
1711
1722
|
"signatures": [
|
|
1712
1723
|
{
|
|
1713
|
-
"id":
|
|
1724
|
+
"id": 98,
|
|
1714
1725
|
"name": "ngOnInit",
|
|
1715
1726
|
"kind": 4096,
|
|
1716
1727
|
"kindString": "Call signature",
|
|
@@ -1743,43 +1754,43 @@
|
|
|
1743
1754
|
"title": "Properties",
|
|
1744
1755
|
"kind": 1024,
|
|
1745
1756
|
"children": [
|
|
1746
|
-
|
|
1747
|
-
71,
|
|
1757
|
+
49,
|
|
1748
1758
|
72,
|
|
1749
|
-
53,
|
|
1750
|
-
74,
|
|
1751
|
-
75,
|
|
1752
1759
|
73,
|
|
1753
|
-
|
|
1760
|
+
54,
|
|
1761
|
+
75,
|
|
1762
|
+
76,
|
|
1763
|
+
74,
|
|
1764
|
+
60
|
|
1754
1765
|
]
|
|
1755
1766
|
},
|
|
1756
1767
|
{
|
|
1757
1768
|
"title": "Accessors",
|
|
1758
1769
|
"kind": 262144,
|
|
1759
1770
|
"children": [
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1771
|
+
41,
|
|
1772
|
+
45,
|
|
1773
|
+
50,
|
|
1774
|
+
55,
|
|
1775
|
+
65,
|
|
1776
|
+
69,
|
|
1777
|
+
61,
|
|
1778
|
+
77
|
|
1768
1779
|
]
|
|
1769
1780
|
},
|
|
1770
1781
|
{
|
|
1771
1782
|
"title": "Methods",
|
|
1772
1783
|
"kind": 2048,
|
|
1773
1784
|
"children": [
|
|
1774
|
-
|
|
1775
|
-
|
|
1785
|
+
99,
|
|
1786
|
+
97
|
|
1776
1787
|
]
|
|
1777
1788
|
}
|
|
1778
1789
|
],
|
|
1779
1790
|
"sources": [
|
|
1780
1791
|
{
|
|
1781
1792
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1782
|
-
"line":
|
|
1793
|
+
"line": 44,
|
|
1783
1794
|
"character": 13
|
|
1784
1795
|
}
|
|
1785
1796
|
],
|
|
@@ -1799,7 +1810,7 @@
|
|
|
1799
1810
|
]
|
|
1800
1811
|
},
|
|
1801
1812
|
{
|
|
1802
|
-
"id":
|
|
1813
|
+
"id": 120,
|
|
1803
1814
|
"name": "SkyDropdownMenuComponent",
|
|
1804
1815
|
"kind": 128,
|
|
1805
1816
|
"kindString": "Class",
|
|
@@ -1823,7 +1834,7 @@
|
|
|
1823
1834
|
],
|
|
1824
1835
|
"children": [
|
|
1825
1836
|
{
|
|
1826
|
-
"id":
|
|
1837
|
+
"id": 121,
|
|
1827
1838
|
"name": "constructor",
|
|
1828
1839
|
"kind": 512,
|
|
1829
1840
|
"kindString": "Constructor",
|
|
@@ -1837,14 +1848,14 @@
|
|
|
1837
1848
|
],
|
|
1838
1849
|
"signatures": [
|
|
1839
1850
|
{
|
|
1840
|
-
"id":
|
|
1851
|
+
"id": 122,
|
|
1841
1852
|
"name": "SkyDropdownMenuComponent",
|
|
1842
1853
|
"kind": 16384,
|
|
1843
1854
|
"kindString": "Constructor signature",
|
|
1844
1855
|
"flags": {},
|
|
1845
1856
|
"parameters": [
|
|
1846
1857
|
{
|
|
1847
|
-
"id":
|
|
1858
|
+
"id": 123,
|
|
1848
1859
|
"name": "changeDetector",
|
|
1849
1860
|
"kind": 32768,
|
|
1850
1861
|
"kindString": "Parameter",
|
|
@@ -1857,7 +1868,7 @@
|
|
|
1857
1868
|
}
|
|
1858
1869
|
},
|
|
1859
1870
|
{
|
|
1860
|
-
"id":
|
|
1871
|
+
"id": 124,
|
|
1861
1872
|
"name": "elementRef",
|
|
1862
1873
|
"kind": 32768,
|
|
1863
1874
|
"kindString": "Parameter",
|
|
@@ -1876,7 +1887,7 @@
|
|
|
1876
1887
|
}
|
|
1877
1888
|
},
|
|
1878
1889
|
{
|
|
1879
|
-
"id":
|
|
1890
|
+
"id": 125,
|
|
1880
1891
|
"name": "dropdownComponent",
|
|
1881
1892
|
"kind": 32768,
|
|
1882
1893
|
"kindString": "Parameter",
|
|
@@ -1904,14 +1915,14 @@
|
|
|
1904
1915
|
],
|
|
1905
1916
|
"type": {
|
|
1906
1917
|
"type": "reference",
|
|
1907
|
-
"id":
|
|
1918
|
+
"id": 120,
|
|
1908
1919
|
"name": "SkyDropdownMenuComponent"
|
|
1909
1920
|
}
|
|
1910
1921
|
}
|
|
1911
1922
|
]
|
|
1912
1923
|
},
|
|
1913
1924
|
{
|
|
1914
|
-
"id":
|
|
1925
|
+
"id": 126,
|
|
1915
1926
|
"name": "ariaLabelledBy",
|
|
1916
1927
|
"kind": 1024,
|
|
1917
1928
|
"kindString": "Property",
|
|
@@ -1946,7 +1957,7 @@
|
|
|
1946
1957
|
}
|
|
1947
1958
|
},
|
|
1948
1959
|
{
|
|
1949
|
-
"id":
|
|
1960
|
+
"id": 136,
|
|
1950
1961
|
"name": "dropdownMenuId",
|
|
1951
1962
|
"kind": 1024,
|
|
1952
1963
|
"kindString": "Property",
|
|
@@ -1967,7 +1978,7 @@
|
|
|
1967
1978
|
"defaultValue": "..."
|
|
1968
1979
|
},
|
|
1969
1980
|
{
|
|
1970
|
-
"id":
|
|
1981
|
+
"id": 141,
|
|
1971
1982
|
"name": "menuItems",
|
|
1972
1983
|
"kind": 1024,
|
|
1973
1984
|
"kindString": "Property",
|
|
@@ -2011,7 +2022,7 @@
|
|
|
2011
2022
|
}
|
|
2012
2023
|
},
|
|
2013
2024
|
{
|
|
2014
|
-
"id":
|
|
2025
|
+
"id": 127,
|
|
2015
2026
|
"name": "ariaRole",
|
|
2016
2027
|
"kind": 262144,
|
|
2017
2028
|
"kindString": "Accessor",
|
|
@@ -2039,7 +2050,7 @@
|
|
|
2039
2050
|
],
|
|
2040
2051
|
"getSignature": [
|
|
2041
2052
|
{
|
|
2042
|
-
"id":
|
|
2053
|
+
"id": 128,
|
|
2043
2054
|
"name": "ariaRole",
|
|
2044
2055
|
"kind": 524288,
|
|
2045
2056
|
"kindString": "Get signature",
|
|
@@ -2061,7 +2072,7 @@
|
|
|
2061
2072
|
],
|
|
2062
2073
|
"setSignature": [
|
|
2063
2074
|
{
|
|
2064
|
-
"id":
|
|
2075
|
+
"id": 129,
|
|
2065
2076
|
"name": "ariaRole",
|
|
2066
2077
|
"kind": 1048576,
|
|
2067
2078
|
"kindString": "Set signature",
|
|
@@ -2077,7 +2088,7 @@
|
|
|
2077
2088
|
},
|
|
2078
2089
|
"parameters": [
|
|
2079
2090
|
{
|
|
2080
|
-
"id":
|
|
2091
|
+
"id": 130,
|
|
2081
2092
|
"name": "value",
|
|
2082
2093
|
"kind": 32768,
|
|
2083
2094
|
"kindString": "Parameter",
|
|
@@ -2096,7 +2107,7 @@
|
|
|
2096
2107
|
]
|
|
2097
2108
|
},
|
|
2098
2109
|
{
|
|
2099
|
-
"id":
|
|
2110
|
+
"id": 137,
|
|
2100
2111
|
"name": "menuIndex",
|
|
2101
2112
|
"kind": 262144,
|
|
2102
2113
|
"kindString": "Accessor",
|
|
@@ -2112,7 +2123,7 @@
|
|
|
2112
2123
|
],
|
|
2113
2124
|
"getSignature": [
|
|
2114
2125
|
{
|
|
2115
|
-
"id":
|
|
2126
|
+
"id": 138,
|
|
2116
2127
|
"name": "menuIndex",
|
|
2117
2128
|
"kind": 524288,
|
|
2118
2129
|
"kindString": "Get signature",
|
|
@@ -2125,14 +2136,14 @@
|
|
|
2125
2136
|
],
|
|
2126
2137
|
"setSignature": [
|
|
2127
2138
|
{
|
|
2128
|
-
"id":
|
|
2139
|
+
"id": 139,
|
|
2129
2140
|
"name": "menuIndex",
|
|
2130
2141
|
"kind": 1048576,
|
|
2131
2142
|
"kindString": "Set signature",
|
|
2132
2143
|
"flags": {},
|
|
2133
2144
|
"parameters": [
|
|
2134
2145
|
{
|
|
2135
|
-
"id":
|
|
2146
|
+
"id": 140,
|
|
2136
2147
|
"name": "value",
|
|
2137
2148
|
"kind": 32768,
|
|
2138
2149
|
"kindString": "Parameter",
|
|
@@ -2151,7 +2162,7 @@
|
|
|
2151
2162
|
]
|
|
2152
2163
|
},
|
|
2153
2164
|
{
|
|
2154
|
-
"id":
|
|
2165
|
+
"id": 153,
|
|
2155
2166
|
"name": "focusFirstItem",
|
|
2156
2167
|
"kind": 2048,
|
|
2157
2168
|
"kindString": "Method",
|
|
@@ -2167,7 +2178,7 @@
|
|
|
2167
2178
|
],
|
|
2168
2179
|
"signatures": [
|
|
2169
2180
|
{
|
|
2170
|
-
"id":
|
|
2181
|
+
"id": 154,
|
|
2171
2182
|
"name": "focusFirstItem",
|
|
2172
2183
|
"kind": 4096,
|
|
2173
2184
|
"kindString": "Call signature",
|
|
@@ -2180,7 +2191,7 @@
|
|
|
2180
2191
|
]
|
|
2181
2192
|
},
|
|
2182
2193
|
{
|
|
2183
|
-
"id":
|
|
2194
|
+
"id": 155,
|
|
2184
2195
|
"name": "focusLastItem",
|
|
2185
2196
|
"kind": 2048,
|
|
2186
2197
|
"kindString": "Method",
|
|
@@ -2196,7 +2207,7 @@
|
|
|
2196
2207
|
],
|
|
2197
2208
|
"signatures": [
|
|
2198
2209
|
{
|
|
2199
|
-
"id":
|
|
2210
|
+
"id": 156,
|
|
2200
2211
|
"name": "focusLastItem",
|
|
2201
2212
|
"kind": 4096,
|
|
2202
2213
|
"kindString": "Call signature",
|
|
@@ -2209,7 +2220,7 @@
|
|
|
2209
2220
|
]
|
|
2210
2221
|
},
|
|
2211
2222
|
{
|
|
2212
|
-
"id":
|
|
2223
|
+
"id": 159,
|
|
2213
2224
|
"name": "focusNextItem",
|
|
2214
2225
|
"kind": 2048,
|
|
2215
2226
|
"kindString": "Method",
|
|
@@ -2225,7 +2236,7 @@
|
|
|
2225
2236
|
],
|
|
2226
2237
|
"signatures": [
|
|
2227
2238
|
{
|
|
2228
|
-
"id":
|
|
2239
|
+
"id": 160,
|
|
2229
2240
|
"name": "focusNextItem",
|
|
2230
2241
|
"kind": 4096,
|
|
2231
2242
|
"kindString": "Call signature",
|
|
@@ -2238,7 +2249,7 @@
|
|
|
2238
2249
|
]
|
|
2239
2250
|
},
|
|
2240
2251
|
{
|
|
2241
|
-
"id":
|
|
2252
|
+
"id": 157,
|
|
2242
2253
|
"name": "focusPreviousItem",
|
|
2243
2254
|
"kind": 2048,
|
|
2244
2255
|
"kindString": "Method",
|
|
@@ -2254,7 +2265,7 @@
|
|
|
2254
2265
|
],
|
|
2255
2266
|
"signatures": [
|
|
2256
2267
|
{
|
|
2257
|
-
"id":
|
|
2268
|
+
"id": 158,
|
|
2258
2269
|
"name": "focusPreviousItem",
|
|
2259
2270
|
"kind": 4096,
|
|
2260
2271
|
"kindString": "Call signature",
|
|
@@ -2267,7 +2278,7 @@
|
|
|
2267
2278
|
]
|
|
2268
2279
|
},
|
|
2269
2280
|
{
|
|
2270
|
-
"id":
|
|
2281
|
+
"id": 149,
|
|
2271
2282
|
"name": "ngAfterContentInit",
|
|
2272
2283
|
"kind": 2048,
|
|
2273
2284
|
"kindString": "Method",
|
|
@@ -2283,7 +2294,7 @@
|
|
|
2283
2294
|
],
|
|
2284
2295
|
"signatures": [
|
|
2285
2296
|
{
|
|
2286
|
-
"id":
|
|
2297
|
+
"id": 150,
|
|
2287
2298
|
"name": "ngAfterContentInit",
|
|
2288
2299
|
"kind": 4096,
|
|
2289
2300
|
"kindString": "Call signature",
|
|
@@ -2304,7 +2315,7 @@
|
|
|
2304
2315
|
}
|
|
2305
2316
|
},
|
|
2306
2317
|
{
|
|
2307
|
-
"id":
|
|
2318
|
+
"id": 151,
|
|
2308
2319
|
"name": "ngOnDestroy",
|
|
2309
2320
|
"kind": 2048,
|
|
2310
2321
|
"kindString": "Method",
|
|
@@ -2320,7 +2331,7 @@
|
|
|
2320
2331
|
],
|
|
2321
2332
|
"signatures": [
|
|
2322
2333
|
{
|
|
2323
|
-
"id":
|
|
2334
|
+
"id": 152,
|
|
2324
2335
|
"name": "ngOnDestroy",
|
|
2325
2336
|
"kind": 4096,
|
|
2326
2337
|
"kindString": "Call signature",
|
|
@@ -2341,7 +2352,7 @@
|
|
|
2341
2352
|
}
|
|
2342
2353
|
},
|
|
2343
2354
|
{
|
|
2344
|
-
"id":
|
|
2355
|
+
"id": 161,
|
|
2345
2356
|
"name": "reset",
|
|
2346
2357
|
"kind": 2048,
|
|
2347
2358
|
"kindString": "Method",
|
|
@@ -2357,7 +2368,7 @@
|
|
|
2357
2368
|
],
|
|
2358
2369
|
"signatures": [
|
|
2359
2370
|
{
|
|
2360
|
-
"id":
|
|
2371
|
+
"id": 162,
|
|
2361
2372
|
"name": "reset",
|
|
2362
2373
|
"kind": 4096,
|
|
2363
2374
|
"kindString": "Call signature",
|
|
@@ -2375,37 +2386,37 @@
|
|
|
2375
2386
|
"title": "Constructors",
|
|
2376
2387
|
"kind": 512,
|
|
2377
2388
|
"children": [
|
|
2378
|
-
|
|
2389
|
+
121
|
|
2379
2390
|
]
|
|
2380
2391
|
},
|
|
2381
2392
|
{
|
|
2382
2393
|
"title": "Properties",
|
|
2383
2394
|
"kind": 1024,
|
|
2384
2395
|
"children": [
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2396
|
+
126,
|
|
2397
|
+
136,
|
|
2398
|
+
141
|
|
2388
2399
|
]
|
|
2389
2400
|
},
|
|
2390
2401
|
{
|
|
2391
2402
|
"title": "Accessors",
|
|
2392
2403
|
"kind": 262144,
|
|
2393
2404
|
"children": [
|
|
2394
|
-
|
|
2395
|
-
|
|
2405
|
+
127,
|
|
2406
|
+
137
|
|
2396
2407
|
]
|
|
2397
2408
|
},
|
|
2398
2409
|
{
|
|
2399
2410
|
"title": "Methods",
|
|
2400
2411
|
"kind": 2048,
|
|
2401
2412
|
"children": [
|
|
2402
|
-
151,
|
|
2403
2413
|
153,
|
|
2404
|
-
157,
|
|
2405
2414
|
155,
|
|
2406
|
-
|
|
2415
|
+
159,
|
|
2416
|
+
157,
|
|
2407
2417
|
149,
|
|
2408
|
-
|
|
2418
|
+
151,
|
|
2419
|
+
161
|
|
2409
2420
|
]
|
|
2410
2421
|
}
|
|
2411
2422
|
],
|
|
@@ -2432,7 +2443,7 @@
|
|
|
2432
2443
|
]
|
|
2433
2444
|
},
|
|
2434
2445
|
{
|
|
2435
|
-
"id":
|
|
2446
|
+
"id": 262,
|
|
2436
2447
|
"name": "SkyPopoverComponent",
|
|
2437
2448
|
"kind": 128,
|
|
2438
2449
|
"kindString": "Class",
|
|
@@ -2453,7 +2464,7 @@
|
|
|
2453
2464
|
],
|
|
2454
2465
|
"children": [
|
|
2455
2466
|
{
|
|
2456
|
-
"id":
|
|
2467
|
+
"id": 263,
|
|
2457
2468
|
"name": "constructor",
|
|
2458
2469
|
"kind": 512,
|
|
2459
2470
|
"kindString": "Constructor",
|
|
@@ -2467,14 +2478,14 @@
|
|
|
2467
2478
|
],
|
|
2468
2479
|
"signatures": [
|
|
2469
2480
|
{
|
|
2470
|
-
"id":
|
|
2481
|
+
"id": 264,
|
|
2471
2482
|
"name": "SkyPopoverComponent",
|
|
2472
2483
|
"kind": 16384,
|
|
2473
2484
|
"kindString": "Constructor signature",
|
|
2474
2485
|
"flags": {},
|
|
2475
2486
|
"parameters": [
|
|
2476
2487
|
{
|
|
2477
|
-
"id":
|
|
2488
|
+
"id": 265,
|
|
2478
2489
|
"name": "overlayService",
|
|
2479
2490
|
"kind": 32768,
|
|
2480
2491
|
"kindString": "Parameter",
|
|
@@ -2487,14 +2498,14 @@
|
|
|
2487
2498
|
],
|
|
2488
2499
|
"type": {
|
|
2489
2500
|
"type": "reference",
|
|
2490
|
-
"id":
|
|
2501
|
+
"id": 262,
|
|
2491
2502
|
"name": "SkyPopoverComponent"
|
|
2492
2503
|
}
|
|
2493
2504
|
}
|
|
2494
2505
|
]
|
|
2495
2506
|
},
|
|
2496
2507
|
{
|
|
2497
|
-
"id":
|
|
2508
|
+
"id": 287,
|
|
2498
2509
|
"name": "isMouseEnter",
|
|
2499
2510
|
"kind": 1024,
|
|
2500
2511
|
"kindString": "Property",
|
|
@@ -2515,7 +2526,7 @@
|
|
|
2515
2526
|
"defaultValue": "false"
|
|
2516
2527
|
},
|
|
2517
2528
|
{
|
|
2518
|
-
"id":
|
|
2529
|
+
"id": 283,
|
|
2519
2530
|
"name": "popoverClosed",
|
|
2520
2531
|
"kind": 1024,
|
|
2521
2532
|
"kindString": "Property",
|
|
@@ -2549,7 +2560,7 @@
|
|
|
2549
2560
|
"typeArguments": [
|
|
2550
2561
|
{
|
|
2551
2562
|
"type": "reference",
|
|
2552
|
-
"id":
|
|
2563
|
+
"id": 262,
|
|
2553
2564
|
"name": "SkyPopoverComponent"
|
|
2554
2565
|
}
|
|
2555
2566
|
],
|
|
@@ -2560,7 +2571,7 @@
|
|
|
2560
2571
|
"defaultValue": "..."
|
|
2561
2572
|
},
|
|
2562
2573
|
{
|
|
2563
|
-
"id":
|
|
2574
|
+
"id": 284,
|
|
2564
2575
|
"name": "popoverOpened",
|
|
2565
2576
|
"kind": 1024,
|
|
2566
2577
|
"kindString": "Property",
|
|
@@ -2594,7 +2605,7 @@
|
|
|
2594
2605
|
"typeArguments": [
|
|
2595
2606
|
{
|
|
2596
2607
|
"type": "reference",
|
|
2597
|
-
"id":
|
|
2608
|
+
"id": 262,
|
|
2598
2609
|
"name": "SkyPopoverComponent"
|
|
2599
2610
|
}
|
|
2600
2611
|
],
|
|
@@ -2605,7 +2616,7 @@
|
|
|
2605
2616
|
"defaultValue": "..."
|
|
2606
2617
|
},
|
|
2607
2618
|
{
|
|
2608
|
-
"id":
|
|
2619
|
+
"id": 278,
|
|
2609
2620
|
"name": "popoverTitle",
|
|
2610
2621
|
"kind": 1024,
|
|
2611
2622
|
"kindString": "Property",
|
|
@@ -2640,7 +2651,7 @@
|
|
|
2640
2651
|
}
|
|
2641
2652
|
},
|
|
2642
2653
|
{
|
|
2643
|
-
"id":
|
|
2654
|
+
"id": 288,
|
|
2644
2655
|
"name": "templateRef",
|
|
2645
2656
|
"kind": 1024,
|
|
2646
2657
|
"kindString": "Property",
|
|
@@ -2683,7 +2694,7 @@
|
|
|
2683
2694
|
}
|
|
2684
2695
|
},
|
|
2685
2696
|
{
|
|
2686
|
-
"id":
|
|
2697
|
+
"id": 266,
|
|
2687
2698
|
"name": "alignment",
|
|
2688
2699
|
"kind": 262144,
|
|
2689
2700
|
"kindString": "Accessor",
|
|
@@ -2711,7 +2722,7 @@
|
|
|
2711
2722
|
],
|
|
2712
2723
|
"getSignature": [
|
|
2713
2724
|
{
|
|
2714
|
-
"id":
|
|
2725
|
+
"id": 267,
|
|
2715
2726
|
"name": "alignment",
|
|
2716
2727
|
"kind": 524288,
|
|
2717
2728
|
"kindString": "Get signature",
|
|
@@ -2727,14 +2738,14 @@
|
|
|
2727
2738
|
},
|
|
2728
2739
|
"type": {
|
|
2729
2740
|
"type": "reference",
|
|
2730
|
-
"id":
|
|
2741
|
+
"id": 382,
|
|
2731
2742
|
"name": "SkyPopoverAlignment"
|
|
2732
2743
|
}
|
|
2733
2744
|
}
|
|
2734
2745
|
],
|
|
2735
2746
|
"setSignature": [
|
|
2736
2747
|
{
|
|
2737
|
-
"id":
|
|
2748
|
+
"id": 268,
|
|
2738
2749
|
"name": "alignment",
|
|
2739
2750
|
"kind": 1048576,
|
|
2740
2751
|
"kindString": "Set signature",
|
|
@@ -2750,14 +2761,14 @@
|
|
|
2750
2761
|
},
|
|
2751
2762
|
"parameters": [
|
|
2752
2763
|
{
|
|
2753
|
-
"id":
|
|
2764
|
+
"id": 269,
|
|
2754
2765
|
"name": "value",
|
|
2755
2766
|
"kind": 32768,
|
|
2756
2767
|
"kindString": "Parameter",
|
|
2757
2768
|
"flags": {},
|
|
2758
2769
|
"type": {
|
|
2759
2770
|
"type": "reference",
|
|
2760
|
-
"id":
|
|
2771
|
+
"id": 382,
|
|
2761
2772
|
"name": "SkyPopoverAlignment"
|
|
2762
2773
|
}
|
|
2763
2774
|
}
|
|
@@ -2770,7 +2781,7 @@
|
|
|
2770
2781
|
]
|
|
2771
2782
|
},
|
|
2772
2783
|
{
|
|
2773
|
-
"id":
|
|
2784
|
+
"id": 270,
|
|
2774
2785
|
"name": "dismissOnBlur",
|
|
2775
2786
|
"kind": 262144,
|
|
2776
2787
|
"kindString": "Accessor",
|
|
@@ -2798,7 +2809,7 @@
|
|
|
2798
2809
|
],
|
|
2799
2810
|
"getSignature": [
|
|
2800
2811
|
{
|
|
2801
|
-
"id":
|
|
2812
|
+
"id": 271,
|
|
2802
2813
|
"name": "dismissOnBlur",
|
|
2803
2814
|
"kind": 524288,
|
|
2804
2815
|
"kindString": "Get signature",
|
|
@@ -2820,7 +2831,7 @@
|
|
|
2820
2831
|
],
|
|
2821
2832
|
"setSignature": [
|
|
2822
2833
|
{
|
|
2823
|
-
"id":
|
|
2834
|
+
"id": 272,
|
|
2824
2835
|
"name": "dismissOnBlur",
|
|
2825
2836
|
"kind": 1048576,
|
|
2826
2837
|
"kindString": "Set signature",
|
|
@@ -2836,7 +2847,7 @@
|
|
|
2836
2847
|
},
|
|
2837
2848
|
"parameters": [
|
|
2838
2849
|
{
|
|
2839
|
-
"id":
|
|
2850
|
+
"id": 273,
|
|
2840
2851
|
"name": "value",
|
|
2841
2852
|
"kind": 32768,
|
|
2842
2853
|
"kindString": "Parameter",
|
|
@@ -2855,7 +2866,7 @@
|
|
|
2855
2866
|
]
|
|
2856
2867
|
},
|
|
2857
2868
|
{
|
|
2858
|
-
"id":
|
|
2869
|
+
"id": 274,
|
|
2859
2870
|
"name": "placement",
|
|
2860
2871
|
"kind": 262144,
|
|
2861
2872
|
"kindString": "Accessor",
|
|
@@ -2883,7 +2894,7 @@
|
|
|
2883
2894
|
],
|
|
2884
2895
|
"getSignature": [
|
|
2885
2896
|
{
|
|
2886
|
-
"id":
|
|
2897
|
+
"id": 275,
|
|
2887
2898
|
"name": "placement",
|
|
2888
2899
|
"kind": 524288,
|
|
2889
2900
|
"kindString": "Get signature",
|
|
@@ -2899,14 +2910,14 @@
|
|
|
2899
2910
|
},
|
|
2900
2911
|
"type": {
|
|
2901
2912
|
"type": "reference",
|
|
2902
|
-
"id":
|
|
2913
|
+
"id": 390,
|
|
2903
2914
|
"name": "SkyPopoverPlacement"
|
|
2904
2915
|
}
|
|
2905
2916
|
}
|
|
2906
2917
|
],
|
|
2907
2918
|
"setSignature": [
|
|
2908
2919
|
{
|
|
2909
|
-
"id":
|
|
2920
|
+
"id": 276,
|
|
2910
2921
|
"name": "placement",
|
|
2911
2922
|
"kind": 1048576,
|
|
2912
2923
|
"kindString": "Set signature",
|
|
@@ -2922,14 +2933,14 @@
|
|
|
2922
2933
|
},
|
|
2923
2934
|
"parameters": [
|
|
2924
2935
|
{
|
|
2925
|
-
"id":
|
|
2936
|
+
"id": 277,
|
|
2926
2937
|
"name": "value",
|
|
2927
2938
|
"kind": 32768,
|
|
2928
2939
|
"kindString": "Parameter",
|
|
2929
2940
|
"flags": {},
|
|
2930
2941
|
"type": {
|
|
2931
2942
|
"type": "reference",
|
|
2932
|
-
"id":
|
|
2943
|
+
"id": 390,
|
|
2933
2944
|
"name": "SkyPopoverPlacement"
|
|
2934
2945
|
}
|
|
2935
2946
|
}
|
|
@@ -2942,7 +2953,7 @@
|
|
|
2942
2953
|
]
|
|
2943
2954
|
},
|
|
2944
2955
|
{
|
|
2945
|
-
"id":
|
|
2956
|
+
"id": 279,
|
|
2946
2957
|
"name": "popoverType",
|
|
2947
2958
|
"kind": 262144,
|
|
2948
2959
|
"kindString": "Accessor",
|
|
@@ -2970,7 +2981,7 @@
|
|
|
2970
2981
|
],
|
|
2971
2982
|
"getSignature": [
|
|
2972
2983
|
{
|
|
2973
|
-
"id":
|
|
2984
|
+
"id": 280,
|
|
2974
2985
|
"name": "popoverType",
|
|
2975
2986
|
"kind": 524288,
|
|
2976
2987
|
"kindString": "Get signature",
|
|
@@ -2986,14 +2997,14 @@
|
|
|
2986
2997
|
},
|
|
2987
2998
|
"type": {
|
|
2988
2999
|
"type": "reference",
|
|
2989
|
-
"id":
|
|
3000
|
+
"id": 399,
|
|
2990
3001
|
"name": "SkyPopoverType"
|
|
2991
3002
|
}
|
|
2992
3003
|
}
|
|
2993
3004
|
],
|
|
2994
3005
|
"setSignature": [
|
|
2995
3006
|
{
|
|
2996
|
-
"id":
|
|
3007
|
+
"id": 281,
|
|
2997
3008
|
"name": "popoverType",
|
|
2998
3009
|
"kind": 1048576,
|
|
2999
3010
|
"kindString": "Set signature",
|
|
@@ -3009,14 +3020,14 @@
|
|
|
3009
3020
|
},
|
|
3010
3021
|
"parameters": [
|
|
3011
3022
|
{
|
|
3012
|
-
"id":
|
|
3023
|
+
"id": 282,
|
|
3013
3024
|
"name": "value",
|
|
3014
3025
|
"kind": 32768,
|
|
3015
3026
|
"kindString": "Parameter",
|
|
3016
3027
|
"flags": {},
|
|
3017
3028
|
"type": {
|
|
3018
3029
|
"type": "reference",
|
|
3019
|
-
"id":
|
|
3030
|
+
"id": 399,
|
|
3020
3031
|
"name": "SkyPopoverType"
|
|
3021
3032
|
}
|
|
3022
3033
|
}
|
|
@@ -3029,7 +3040,7 @@
|
|
|
3029
3040
|
]
|
|
3030
3041
|
},
|
|
3031
3042
|
{
|
|
3032
|
-
"id":
|
|
3043
|
+
"id": 298,
|
|
3033
3044
|
"name": "ngOnDestroy",
|
|
3034
3045
|
"kind": 2048,
|
|
3035
3046
|
"kindString": "Method",
|
|
@@ -3045,7 +3056,7 @@
|
|
|
3045
3056
|
],
|
|
3046
3057
|
"signatures": [
|
|
3047
3058
|
{
|
|
3048
|
-
"id":
|
|
3059
|
+
"id": 299,
|
|
3049
3060
|
"name": "ngOnDestroy",
|
|
3050
3061
|
"kind": 4096,
|
|
3051
3062
|
"kindString": "Call signature",
|
|
@@ -3071,35 +3082,35 @@
|
|
|
3071
3082
|
"title": "Constructors",
|
|
3072
3083
|
"kind": 512,
|
|
3073
3084
|
"children": [
|
|
3074
|
-
|
|
3085
|
+
263
|
|
3075
3086
|
]
|
|
3076
3087
|
},
|
|
3077
3088
|
{
|
|
3078
3089
|
"title": "Properties",
|
|
3079
3090
|
"kind": 1024,
|
|
3080
3091
|
"children": [
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3092
|
+
287,
|
|
3093
|
+
283,
|
|
3094
|
+
284,
|
|
3095
|
+
278,
|
|
3096
|
+
288
|
|
3086
3097
|
]
|
|
3087
3098
|
},
|
|
3088
3099
|
{
|
|
3089
3100
|
"title": "Accessors",
|
|
3090
3101
|
"kind": 262144,
|
|
3091
3102
|
"children": [
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3103
|
+
266,
|
|
3104
|
+
270,
|
|
3105
|
+
274,
|
|
3106
|
+
279
|
|
3096
3107
|
]
|
|
3097
3108
|
},
|
|
3098
3109
|
{
|
|
3099
3110
|
"title": "Methods",
|
|
3100
3111
|
"kind": 2048,
|
|
3101
3112
|
"children": [
|
|
3102
|
-
|
|
3113
|
+
298
|
|
3103
3114
|
]
|
|
3104
3115
|
}
|
|
3105
3116
|
],
|
|
@@ -3120,7 +3131,7 @@
|
|
|
3120
3131
|
]
|
|
3121
3132
|
},
|
|
3122
3133
|
{
|
|
3123
|
-
"id":
|
|
3134
|
+
"id": 313,
|
|
3124
3135
|
"name": "SkyPopoverDirective",
|
|
3125
3136
|
"kind": 128,
|
|
3126
3137
|
"kindString": "Class",
|
|
@@ -3141,7 +3152,7 @@
|
|
|
3141
3152
|
],
|
|
3142
3153
|
"children": [
|
|
3143
3154
|
{
|
|
3144
|
-
"id":
|
|
3155
|
+
"id": 314,
|
|
3145
3156
|
"name": "constructor",
|
|
3146
3157
|
"kind": 512,
|
|
3147
3158
|
"kindString": "Constructor",
|
|
@@ -3155,14 +3166,14 @@
|
|
|
3155
3166
|
],
|
|
3156
3167
|
"signatures": [
|
|
3157
3168
|
{
|
|
3158
|
-
"id":
|
|
3169
|
+
"id": 315,
|
|
3159
3170
|
"name": "SkyPopoverDirective",
|
|
3160
3171
|
"kind": 16384,
|
|
3161
3172
|
"kindString": "Constructor signature",
|
|
3162
3173
|
"flags": {},
|
|
3163
3174
|
"parameters": [
|
|
3164
3175
|
{
|
|
3165
|
-
"id":
|
|
3176
|
+
"id": 316,
|
|
3166
3177
|
"name": "elementRef",
|
|
3167
3178
|
"kind": 32768,
|
|
3168
3179
|
"kindString": "Parameter",
|
|
@@ -3183,14 +3194,14 @@
|
|
|
3183
3194
|
],
|
|
3184
3195
|
"type": {
|
|
3185
3196
|
"type": "reference",
|
|
3186
|
-
"id":
|
|
3197
|
+
"id": 313,
|
|
3187
3198
|
"name": "SkyPopoverDirective"
|
|
3188
3199
|
}
|
|
3189
3200
|
}
|
|
3190
3201
|
]
|
|
3191
3202
|
},
|
|
3192
3203
|
{
|
|
3193
|
-
"id":
|
|
3204
|
+
"id": 317,
|
|
3194
3205
|
"name": "skyPopover",
|
|
3195
3206
|
"kind": 1024,
|
|
3196
3207
|
"kindString": "Property",
|
|
@@ -3227,12 +3238,12 @@
|
|
|
3227
3238
|
],
|
|
3228
3239
|
"type": {
|
|
3229
3240
|
"type": "reference",
|
|
3230
|
-
"id":
|
|
3241
|
+
"id": 262,
|
|
3231
3242
|
"name": "SkyPopoverComponent"
|
|
3232
3243
|
}
|
|
3233
3244
|
},
|
|
3234
3245
|
{
|
|
3235
|
-
"id":
|
|
3246
|
+
"id": 318,
|
|
3236
3247
|
"name": "skyPopoverAlignment",
|
|
3237
3248
|
"kind": 1024,
|
|
3238
3249
|
"kindString": "Property",
|
|
@@ -3263,12 +3274,12 @@
|
|
|
3263
3274
|
],
|
|
3264
3275
|
"type": {
|
|
3265
3276
|
"type": "reference",
|
|
3266
|
-
"id":
|
|
3277
|
+
"id": 382,
|
|
3267
3278
|
"name": "SkyPopoverAlignment"
|
|
3268
3279
|
}
|
|
3269
3280
|
},
|
|
3270
3281
|
{
|
|
3271
|
-
"id":
|
|
3282
|
+
"id": 325,
|
|
3272
3283
|
"name": "skyPopoverPlacement",
|
|
3273
3284
|
"kind": 1024,
|
|
3274
3285
|
"kindString": "Property",
|
|
@@ -3299,12 +3310,12 @@
|
|
|
3299
3310
|
],
|
|
3300
3311
|
"type": {
|
|
3301
3312
|
"type": "reference",
|
|
3302
|
-
"id":
|
|
3313
|
+
"id": 390,
|
|
3303
3314
|
"name": "SkyPopoverPlacement"
|
|
3304
3315
|
}
|
|
3305
3316
|
},
|
|
3306
3317
|
{
|
|
3307
|
-
"id":
|
|
3318
|
+
"id": 319,
|
|
3308
3319
|
"name": "skyPopoverMessageStream",
|
|
3309
3320
|
"kind": 262144,
|
|
3310
3321
|
"kindString": "Accessor",
|
|
@@ -3332,7 +3343,7 @@
|
|
|
3332
3343
|
],
|
|
3333
3344
|
"getSignature": [
|
|
3334
3345
|
{
|
|
3335
|
-
"id":
|
|
3346
|
+
"id": 320,
|
|
3336
3347
|
"name": "skyPopoverMessageStream",
|
|
3337
3348
|
"kind": 524288,
|
|
3338
3349
|
"kindString": "Get signature",
|
|
@@ -3345,7 +3356,7 @@
|
|
|
3345
3356
|
"typeArguments": [
|
|
3346
3357
|
{
|
|
3347
3358
|
"type": "reference",
|
|
3348
|
-
"id":
|
|
3359
|
+
"id": 383,
|
|
3349
3360
|
"name": "SkyPopoverMessage"
|
|
3350
3361
|
}
|
|
3351
3362
|
],
|
|
@@ -3357,7 +3368,7 @@
|
|
|
3357
3368
|
],
|
|
3358
3369
|
"setSignature": [
|
|
3359
3370
|
{
|
|
3360
|
-
"id":
|
|
3371
|
+
"id": 321,
|
|
3361
3372
|
"name": "skyPopoverMessageStream",
|
|
3362
3373
|
"kind": 1048576,
|
|
3363
3374
|
"kindString": "Set signature",
|
|
@@ -3367,7 +3378,7 @@
|
|
|
3367
3378
|
},
|
|
3368
3379
|
"parameters": [
|
|
3369
3380
|
{
|
|
3370
|
-
"id":
|
|
3381
|
+
"id": 322,
|
|
3371
3382
|
"name": "value",
|
|
3372
3383
|
"kind": 32768,
|
|
3373
3384
|
"kindString": "Parameter",
|
|
@@ -3377,7 +3388,7 @@
|
|
|
3377
3388
|
"typeArguments": [
|
|
3378
3389
|
{
|
|
3379
3390
|
"type": "reference",
|
|
3380
|
-
"id":
|
|
3391
|
+
"id": 383,
|
|
3381
3392
|
"name": "SkyPopoverMessage"
|
|
3382
3393
|
}
|
|
3383
3394
|
],
|
|
@@ -3395,7 +3406,7 @@
|
|
|
3395
3406
|
]
|
|
3396
3407
|
},
|
|
3397
3408
|
{
|
|
3398
|
-
"id":
|
|
3409
|
+
"id": 326,
|
|
3399
3410
|
"name": "skyPopoverTrigger",
|
|
3400
3411
|
"kind": 262144,
|
|
3401
3412
|
"kindString": "Accessor",
|
|
@@ -3423,7 +3434,7 @@
|
|
|
3423
3434
|
],
|
|
3424
3435
|
"getSignature": [
|
|
3425
3436
|
{
|
|
3426
|
-
"id":
|
|
3437
|
+
"id": 327,
|
|
3427
3438
|
"name": "skyPopoverTrigger",
|
|
3428
3439
|
"kind": 524288,
|
|
3429
3440
|
"kindString": "Get signature",
|
|
@@ -3433,14 +3444,14 @@
|
|
|
3433
3444
|
},
|
|
3434
3445
|
"type": {
|
|
3435
3446
|
"type": "reference",
|
|
3436
|
-
"id":
|
|
3447
|
+
"id": 398,
|
|
3437
3448
|
"name": "SkyPopoverTrigger"
|
|
3438
3449
|
}
|
|
3439
3450
|
}
|
|
3440
3451
|
],
|
|
3441
3452
|
"setSignature": [
|
|
3442
3453
|
{
|
|
3443
|
-
"id":
|
|
3454
|
+
"id": 328,
|
|
3444
3455
|
"name": "skyPopoverTrigger",
|
|
3445
3456
|
"kind": 1048576,
|
|
3446
3457
|
"kindString": "Set signature",
|
|
@@ -3450,14 +3461,14 @@
|
|
|
3450
3461
|
},
|
|
3451
3462
|
"parameters": [
|
|
3452
3463
|
{
|
|
3453
|
-
"id":
|
|
3464
|
+
"id": 329,
|
|
3454
3465
|
"name": "value",
|
|
3455
3466
|
"kind": 32768,
|
|
3456
3467
|
"kindString": "Parameter",
|
|
3457
3468
|
"flags": {},
|
|
3458
3469
|
"type": {
|
|
3459
3470
|
"type": "reference",
|
|
3460
|
-
"id":
|
|
3471
|
+
"id": 398,
|
|
3461
3472
|
"name": "SkyPopoverTrigger"
|
|
3462
3473
|
}
|
|
3463
3474
|
}
|
|
@@ -3470,7 +3481,7 @@
|
|
|
3470
3481
|
]
|
|
3471
3482
|
},
|
|
3472
3483
|
{
|
|
3473
|
-
"id":
|
|
3484
|
+
"id": 335,
|
|
3474
3485
|
"name": "ngOnDestroy",
|
|
3475
3486
|
"kind": 2048,
|
|
3476
3487
|
"kindString": "Method",
|
|
@@ -3486,7 +3497,7 @@
|
|
|
3486
3497
|
],
|
|
3487
3498
|
"signatures": [
|
|
3488
3499
|
{
|
|
3489
|
-
"id":
|
|
3500
|
+
"id": 336,
|
|
3490
3501
|
"name": "ngOnDestroy",
|
|
3491
3502
|
"kind": 4096,
|
|
3492
3503
|
"kindString": "Call signature",
|
|
@@ -3507,7 +3518,7 @@
|
|
|
3507
3518
|
}
|
|
3508
3519
|
},
|
|
3509
3520
|
{
|
|
3510
|
-
"id":
|
|
3521
|
+
"id": 333,
|
|
3511
3522
|
"name": "ngOnInit",
|
|
3512
3523
|
"kind": 2048,
|
|
3513
3524
|
"kindString": "Method",
|
|
@@ -3523,7 +3534,7 @@
|
|
|
3523
3534
|
],
|
|
3524
3535
|
"signatures": [
|
|
3525
3536
|
{
|
|
3526
|
-
"id":
|
|
3537
|
+
"id": 334,
|
|
3527
3538
|
"name": "ngOnInit",
|
|
3528
3539
|
"kind": 4096,
|
|
3529
3540
|
"kindString": "Call signature",
|
|
@@ -3544,7 +3555,7 @@
|
|
|
3544
3555
|
}
|
|
3545
3556
|
},
|
|
3546
3557
|
{
|
|
3547
|
-
"id":
|
|
3558
|
+
"id": 337,
|
|
3548
3559
|
"name": "togglePopover",
|
|
3549
3560
|
"kind": 2048,
|
|
3550
3561
|
"kindString": "Method",
|
|
@@ -3560,7 +3571,7 @@
|
|
|
3560
3571
|
],
|
|
3561
3572
|
"signatures": [
|
|
3562
3573
|
{
|
|
3563
|
-
"id":
|
|
3574
|
+
"id": 338,
|
|
3564
3575
|
"name": "togglePopover",
|
|
3565
3576
|
"kind": 4096,
|
|
3566
3577
|
"kindString": "Call signature",
|
|
@@ -3578,33 +3589,33 @@
|
|
|
3578
3589
|
"title": "Constructors",
|
|
3579
3590
|
"kind": 512,
|
|
3580
3591
|
"children": [
|
|
3581
|
-
|
|
3592
|
+
314
|
|
3582
3593
|
]
|
|
3583
3594
|
},
|
|
3584
3595
|
{
|
|
3585
3596
|
"title": "Properties",
|
|
3586
3597
|
"kind": 1024,
|
|
3587
3598
|
"children": [
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3599
|
+
317,
|
|
3600
|
+
318,
|
|
3601
|
+
325
|
|
3591
3602
|
]
|
|
3592
3603
|
},
|
|
3593
3604
|
{
|
|
3594
3605
|
"title": "Accessors",
|
|
3595
3606
|
"kind": 262144,
|
|
3596
3607
|
"children": [
|
|
3597
|
-
|
|
3598
|
-
|
|
3608
|
+
319,
|
|
3609
|
+
326
|
|
3599
3610
|
]
|
|
3600
3611
|
},
|
|
3601
3612
|
{
|
|
3602
3613
|
"title": "Methods",
|
|
3603
3614
|
"kind": 2048,
|
|
3604
3615
|
"children": [
|
|
3616
|
+
335,
|
|
3605
3617
|
333,
|
|
3606
|
-
|
|
3607
|
-
335
|
|
3618
|
+
337
|
|
3608
3619
|
]
|
|
3609
3620
|
}
|
|
3610
3621
|
],
|
|
@@ -3631,7 +3642,7 @@
|
|
|
3631
3642
|
]
|
|
3632
3643
|
},
|
|
3633
3644
|
{
|
|
3634
|
-
"id":
|
|
3645
|
+
"id": 383,
|
|
3635
3646
|
"name": "SkyPopoverMessage",
|
|
3636
3647
|
"kind": 256,
|
|
3637
3648
|
"kindString": "Interface",
|
|
@@ -3641,7 +3652,7 @@
|
|
|
3641
3652
|
},
|
|
3642
3653
|
"children": [
|
|
3643
3654
|
{
|
|
3644
|
-
"id":
|
|
3655
|
+
"id": 384,
|
|
3645
3656
|
"name": "type",
|
|
3646
3657
|
"kind": 1024,
|
|
3647
3658
|
"kindString": "Property",
|
|
@@ -3660,7 +3671,7 @@
|
|
|
3660
3671
|
],
|
|
3661
3672
|
"type": {
|
|
3662
3673
|
"type": "reference",
|
|
3663
|
-
"id":
|
|
3674
|
+
"id": 385,
|
|
3664
3675
|
"name": "SkyPopoverMessageType"
|
|
3665
3676
|
}
|
|
3666
3677
|
}
|
|
@@ -3670,7 +3681,7 @@
|
|
|
3670
3681
|
"title": "Properties",
|
|
3671
3682
|
"kind": 1024,
|
|
3672
3683
|
"children": [
|
|
3673
|
-
|
|
3684
|
+
384
|
|
3674
3685
|
]
|
|
3675
3686
|
}
|
|
3676
3687
|
],
|
|
@@ -3683,7 +3694,7 @@
|
|
|
3683
3694
|
]
|
|
3684
3695
|
},
|
|
3685
3696
|
{
|
|
3686
|
-
"id":
|
|
3697
|
+
"id": 359,
|
|
3687
3698
|
"name": "SkyDropdownHorizontalAlignment",
|
|
3688
3699
|
"kind": 4194304,
|
|
3689
3700
|
"kindString": "Type alias",
|
|
@@ -3717,7 +3728,7 @@
|
|
|
3717
3728
|
}
|
|
3718
3729
|
},
|
|
3719
3730
|
{
|
|
3720
|
-
"id":
|
|
3731
|
+
"id": 375,
|
|
3721
3732
|
"name": "SkyDropdownTriggerType",
|
|
3722
3733
|
"kind": 4194304,
|
|
3723
3734
|
"kindString": "Type alias",
|
|
@@ -3747,7 +3758,7 @@
|
|
|
3747
3758
|
}
|
|
3748
3759
|
},
|
|
3749
3760
|
{
|
|
3750
|
-
"id":
|
|
3761
|
+
"id": 382,
|
|
3751
3762
|
"name": "SkyPopoverAlignment",
|
|
3752
3763
|
"kind": 4194304,
|
|
3753
3764
|
"kindString": "Type alias",
|
|
@@ -3781,7 +3792,7 @@
|
|
|
3781
3792
|
}
|
|
3782
3793
|
},
|
|
3783
3794
|
{
|
|
3784
|
-
"id":
|
|
3795
|
+
"id": 390,
|
|
3785
3796
|
"name": "SkyPopoverPlacement",
|
|
3786
3797
|
"kind": 4194304,
|
|
3787
3798
|
"kindString": "Type alias",
|
|
@@ -3819,7 +3830,7 @@
|
|
|
3819
3830
|
}
|
|
3820
3831
|
},
|
|
3821
3832
|
{
|
|
3822
|
-
"id":
|
|
3833
|
+
"id": 398,
|
|
3823
3834
|
"name": "SkyPopoverTrigger",
|
|
3824
3835
|
"kind": 4194304,
|
|
3825
3836
|
"kindString": "Type alias",
|
|
@@ -3849,7 +3860,7 @@
|
|
|
3849
3860
|
}
|
|
3850
3861
|
},
|
|
3851
3862
|
{
|
|
3852
|
-
"id":
|
|
3863
|
+
"id": 399,
|
|
3853
3864
|
"name": "SkyPopoverType",
|
|
3854
3865
|
"kind": 4194304,
|
|
3855
3866
|
"kindString": "Type alias",
|
|
@@ -3879,14 +3890,14 @@
|
|
|
3879
3890
|
}
|
|
3880
3891
|
},
|
|
3881
3892
|
{
|
|
3882
|
-
"id":
|
|
3893
|
+
"id": 452,
|
|
3883
3894
|
"name": "SkyPopoversFixtureDropdownItem",
|
|
3884
3895
|
"kind": 256,
|
|
3885
3896
|
"kindString": "Interface",
|
|
3886
3897
|
"flags": {},
|
|
3887
3898
|
"children": [
|
|
3888
3899
|
{
|
|
3889
|
-
"id":
|
|
3900
|
+
"id": 453,
|
|
3890
3901
|
"name": "ariaRole",
|
|
3891
3902
|
"kind": 1024,
|
|
3892
3903
|
"kindString": "Property",
|
|
@@ -3909,7 +3920,7 @@
|
|
|
3909
3920
|
"title": "Properties",
|
|
3910
3921
|
"kind": 1024,
|
|
3911
3922
|
"children": [
|
|
3912
|
-
|
|
3923
|
+
453
|
|
3913
3924
|
]
|
|
3914
3925
|
}
|
|
3915
3926
|
],
|