@skyux/flyout 6.0.0-beta.5 → 6.0.0-beta.8
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 +109 -82
- package/esm2020/lib/modules/flyout/flyout-iterator.component.mjs +1 -1
- package/esm2020/lib/modules/flyout/flyout.component.mjs +1 -1
- package/esm2020/lib/modules/flyout/flyout.service.mjs +15 -5
- package/fesm2015/skyux-flyout.mjs +16 -4
- package/fesm2015/skyux-flyout.mjs.map +1 -1
- package/fesm2020/skyux-flyout.mjs +14 -4
- package/fesm2020/skyux-flyout.mjs.map +1 -1
- package/lib/modules/flyout/flyout.service.d.ts +4 -3
- package/package.json +6 -6
package/documentation.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"originalName": "",
|
|
19
19
|
"children": [
|
|
20
20
|
{
|
|
21
|
-
"id":
|
|
21
|
+
"id": 195,
|
|
22
22
|
"name": "SkyFlyoutBeforeCloseHandler",
|
|
23
23
|
"kind": 128,
|
|
24
24
|
"kindString": "Class",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"children": [
|
|
30
30
|
{
|
|
31
|
-
"id":
|
|
31
|
+
"id": 196,
|
|
32
32
|
"name": "constructor",
|
|
33
33
|
"kind": 512,
|
|
34
34
|
"kindString": "Constructor",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
],
|
|
43
43
|
"signatures": [
|
|
44
44
|
{
|
|
45
|
-
"id":
|
|
45
|
+
"id": 197,
|
|
46
46
|
"name": "new SkyFlyoutBeforeCloseHandler",
|
|
47
47
|
"kind": 16384,
|
|
48
48
|
"kindString": "Constructor signature",
|
|
49
49
|
"flags": {},
|
|
50
50
|
"parameters": [
|
|
51
51
|
{
|
|
52
|
-
"id":
|
|
52
|
+
"id": 198,
|
|
53
53
|
"name": "closeFlyoutFunction",
|
|
54
54
|
"kind": 32768,
|
|
55
55
|
"kindString": "Parameter",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
],
|
|
65
65
|
"type": {
|
|
66
66
|
"type": "reference",
|
|
67
|
-
"id":
|
|
67
|
+
"id": 195,
|
|
68
68
|
"name": "SkyFlyoutBeforeCloseHandler"
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"id":
|
|
74
|
+
"id": 199,
|
|
75
75
|
"name": "closeFlyout",
|
|
76
76
|
"kind": 1024,
|
|
77
77
|
"kindString": "Property",
|
|
@@ -102,14 +102,14 @@
|
|
|
102
102
|
"title": "Constructors",
|
|
103
103
|
"kind": 512,
|
|
104
104
|
"children": [
|
|
105
|
-
|
|
105
|
+
196
|
|
106
106
|
]
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
"title": "Properties",
|
|
110
110
|
"kind": 1024,
|
|
111
111
|
"children": [
|
|
112
|
-
|
|
112
|
+
199
|
|
113
113
|
]
|
|
114
114
|
}
|
|
115
115
|
],
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
"typeArguments": [
|
|
292
292
|
{
|
|
293
293
|
"type": "reference",
|
|
294
|
-
"id":
|
|
294
|
+
"id": 195,
|
|
295
295
|
"name": "SkyFlyoutBeforeCloseHandler"
|
|
296
296
|
}
|
|
297
297
|
],
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
},
|
|
568
568
|
"type": {
|
|
569
569
|
"type": "reference",
|
|
570
|
-
"id":
|
|
570
|
+
"id": 200,
|
|
571
571
|
"name": "SkyFlyoutCloseArgs"
|
|
572
572
|
}
|
|
573
573
|
}
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"sources": [
|
|
705
705
|
{
|
|
706
706
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
707
|
-
"line":
|
|
707
|
+
"line": 41,
|
|
708
708
|
"character": 2
|
|
709
709
|
}
|
|
710
710
|
],
|
|
@@ -774,6 +774,33 @@
|
|
|
774
774
|
"package": "@angular/core",
|
|
775
775
|
"name": "NgZone"
|
|
776
776
|
}
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"id": 165,
|
|
780
|
+
"name": "_applicationRef",
|
|
781
|
+
"kind": 32768,
|
|
782
|
+
"kindString": "Parameter",
|
|
783
|
+
"flags": {
|
|
784
|
+
"isOptional": true
|
|
785
|
+
},
|
|
786
|
+
"decorators": [
|
|
787
|
+
{
|
|
788
|
+
"name": "Optional",
|
|
789
|
+
"type": {
|
|
790
|
+
"type": "reference",
|
|
791
|
+
"qualifiedName": "OptionalDecorator",
|
|
792
|
+
"package": "@angular/core",
|
|
793
|
+
"name": "Optional"
|
|
794
|
+
},
|
|
795
|
+
"arguments": {}
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"type": {
|
|
799
|
+
"type": "reference",
|
|
800
|
+
"qualifiedName": "ApplicationRef",
|
|
801
|
+
"package": "@angular/core",
|
|
802
|
+
"name": "ApplicationRef"
|
|
803
|
+
}
|
|
777
804
|
}
|
|
778
805
|
],
|
|
779
806
|
"type": {
|
|
@@ -785,7 +812,7 @@
|
|
|
785
812
|
]
|
|
786
813
|
},
|
|
787
814
|
{
|
|
788
|
-
"id":
|
|
815
|
+
"id": 172,
|
|
789
816
|
"name": "close",
|
|
790
817
|
"kind": 2048,
|
|
791
818
|
"kindString": "Method",
|
|
@@ -795,13 +822,13 @@
|
|
|
795
822
|
"sources": [
|
|
796
823
|
{
|
|
797
824
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
798
|
-
"line":
|
|
825
|
+
"line": 68,
|
|
799
826
|
"character": 9
|
|
800
827
|
}
|
|
801
828
|
],
|
|
802
829
|
"signatures": [
|
|
803
830
|
{
|
|
804
|
-
"id":
|
|
831
|
+
"id": 173,
|
|
805
832
|
"name": "close",
|
|
806
833
|
"kind": 4096,
|
|
807
834
|
"kindString": "Call signature",
|
|
@@ -811,7 +838,7 @@
|
|
|
811
838
|
},
|
|
812
839
|
"parameters": [
|
|
813
840
|
{
|
|
814
|
-
"id":
|
|
841
|
+
"id": 174,
|
|
815
842
|
"name": "args",
|
|
816
843
|
"kind": 32768,
|
|
817
844
|
"kindString": "Parameter",
|
|
@@ -823,7 +850,7 @@
|
|
|
823
850
|
},
|
|
824
851
|
"type": {
|
|
825
852
|
"type": "reference",
|
|
826
|
-
"id":
|
|
853
|
+
"id": 200,
|
|
827
854
|
"name": "SkyFlyoutCloseArgs"
|
|
828
855
|
}
|
|
829
856
|
}
|
|
@@ -836,7 +863,7 @@
|
|
|
836
863
|
]
|
|
837
864
|
},
|
|
838
865
|
{
|
|
839
|
-
"id":
|
|
866
|
+
"id": 170,
|
|
840
867
|
"name": "ngOnDestroy",
|
|
841
868
|
"kind": 2048,
|
|
842
869
|
"kindString": "Method",
|
|
@@ -846,13 +873,13 @@
|
|
|
846
873
|
"sources": [
|
|
847
874
|
{
|
|
848
875
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
849
|
-
"line":
|
|
876
|
+
"line": 57,
|
|
850
877
|
"character": 9
|
|
851
878
|
}
|
|
852
879
|
],
|
|
853
880
|
"signatures": [
|
|
854
881
|
{
|
|
855
|
-
"id":
|
|
882
|
+
"id": 171,
|
|
856
883
|
"name": "ngOnDestroy",
|
|
857
884
|
"kind": 4096,
|
|
858
885
|
"kindString": "Call signature",
|
|
@@ -873,7 +900,7 @@
|
|
|
873
900
|
}
|
|
874
901
|
},
|
|
875
902
|
{
|
|
876
|
-
"id":
|
|
903
|
+
"id": 175,
|
|
877
904
|
"name": "open",
|
|
878
905
|
"kind": 2048,
|
|
879
906
|
"kindString": "Method",
|
|
@@ -883,13 +910,13 @@
|
|
|
883
910
|
"sources": [
|
|
884
911
|
{
|
|
885
912
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
886
|
-
"line":
|
|
913
|
+
"line": 84,
|
|
887
914
|
"character": 9
|
|
888
915
|
}
|
|
889
916
|
],
|
|
890
917
|
"signatures": [
|
|
891
918
|
{
|
|
892
|
-
"id":
|
|
919
|
+
"id": 176,
|
|
893
920
|
"name": "open",
|
|
894
921
|
"kind": 4096,
|
|
895
922
|
"kindString": "Call signature",
|
|
@@ -899,7 +926,7 @@
|
|
|
899
926
|
},
|
|
900
927
|
"typeParameter": [
|
|
901
928
|
{
|
|
902
|
-
"id":
|
|
929
|
+
"id": 177,
|
|
903
930
|
"name": "T",
|
|
904
931
|
"kind": 131072,
|
|
905
932
|
"kindString": "Type parameter",
|
|
@@ -908,7 +935,7 @@
|
|
|
908
935
|
],
|
|
909
936
|
"parameters": [
|
|
910
937
|
{
|
|
911
|
-
"id":
|
|
938
|
+
"id": 178,
|
|
912
939
|
"name": "component",
|
|
913
940
|
"kind": 32768,
|
|
914
941
|
"kindString": "Parameter",
|
|
@@ -921,7 +948,7 @@
|
|
|
921
948
|
"typeArguments": [
|
|
922
949
|
{
|
|
923
950
|
"type": "reference",
|
|
924
|
-
"id":
|
|
951
|
+
"id": 177,
|
|
925
952
|
"name": "T"
|
|
926
953
|
}
|
|
927
954
|
],
|
|
@@ -931,7 +958,7 @@
|
|
|
931
958
|
}
|
|
932
959
|
},
|
|
933
960
|
{
|
|
934
|
-
"id":
|
|
961
|
+
"id": 179,
|
|
935
962
|
"name": "config",
|
|
936
963
|
"kind": 32768,
|
|
937
964
|
"kindString": "Parameter",
|
|
@@ -943,7 +970,7 @@
|
|
|
943
970
|
},
|
|
944
971
|
"type": {
|
|
945
972
|
"type": "reference",
|
|
946
|
-
"id":
|
|
973
|
+
"id": 202,
|
|
947
974
|
"name": "SkyFlyoutConfig"
|
|
948
975
|
}
|
|
949
976
|
}
|
|
@@ -954,7 +981,7 @@
|
|
|
954
981
|
"typeArguments": [
|
|
955
982
|
{
|
|
956
983
|
"type": "reference",
|
|
957
|
-
"id":
|
|
984
|
+
"id": 177,
|
|
958
985
|
"name": "T"
|
|
959
986
|
}
|
|
960
987
|
],
|
|
@@ -976,16 +1003,16 @@
|
|
|
976
1003
|
"title": "Methods",
|
|
977
1004
|
"kind": 2048,
|
|
978
1005
|
"children": [
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
1006
|
+
172,
|
|
1007
|
+
170,
|
|
1008
|
+
175
|
|
982
1009
|
]
|
|
983
1010
|
}
|
|
984
1011
|
],
|
|
985
1012
|
"sources": [
|
|
986
1013
|
{
|
|
987
1014
|
"fileName": "projects/flyout/src/modules/flyout/flyout.service.ts",
|
|
988
|
-
"line":
|
|
1015
|
+
"line": 35,
|
|
989
1016
|
"character": 13
|
|
990
1017
|
}
|
|
991
1018
|
],
|
|
@@ -999,14 +1026,14 @@
|
|
|
999
1026
|
]
|
|
1000
1027
|
},
|
|
1001
1028
|
{
|
|
1002
|
-
"id":
|
|
1029
|
+
"id": 190,
|
|
1003
1030
|
"name": "SkyFlyoutAction",
|
|
1004
1031
|
"kind": 256,
|
|
1005
1032
|
"kindString": "Interface",
|
|
1006
1033
|
"flags": {},
|
|
1007
1034
|
"children": [
|
|
1008
1035
|
{
|
|
1009
|
-
"id":
|
|
1036
|
+
"id": 194,
|
|
1010
1037
|
"name": "closeAfterInvoking",
|
|
1011
1038
|
"kind": 1024,
|
|
1012
1039
|
"kindString": "Property",
|
|
@@ -1029,7 +1056,7 @@
|
|
|
1029
1056
|
}
|
|
1030
1057
|
},
|
|
1031
1058
|
{
|
|
1032
|
-
"id":
|
|
1059
|
+
"id": 191,
|
|
1033
1060
|
"name": "label",
|
|
1034
1061
|
"kind": 1024,
|
|
1035
1062
|
"kindString": "Property",
|
|
@@ -1052,7 +1079,7 @@
|
|
|
1052
1079
|
}
|
|
1053
1080
|
},
|
|
1054
1081
|
{
|
|
1055
|
-
"id":
|
|
1082
|
+
"id": 192,
|
|
1056
1083
|
"name": "callback",
|
|
1057
1084
|
"kind": 2048,
|
|
1058
1085
|
"kindString": "Method",
|
|
@@ -1068,7 +1095,7 @@
|
|
|
1068
1095
|
],
|
|
1069
1096
|
"signatures": [
|
|
1070
1097
|
{
|
|
1071
|
-
"id":
|
|
1098
|
+
"id": 193,
|
|
1072
1099
|
"name": "callback",
|
|
1073
1100
|
"kind": 4096,
|
|
1074
1101
|
"kindString": "Call signature",
|
|
@@ -1089,15 +1116,15 @@
|
|
|
1089
1116
|
"title": "Properties",
|
|
1090
1117
|
"kind": 1024,
|
|
1091
1118
|
"children": [
|
|
1092
|
-
|
|
1093
|
-
|
|
1119
|
+
194,
|
|
1120
|
+
191
|
|
1094
1121
|
]
|
|
1095
1122
|
},
|
|
1096
1123
|
{
|
|
1097
1124
|
"title": "Methods",
|
|
1098
1125
|
"kind": 2048,
|
|
1099
1126
|
"children": [
|
|
1100
|
-
|
|
1127
|
+
192
|
|
1101
1128
|
]
|
|
1102
1129
|
}
|
|
1103
1130
|
],
|
|
@@ -1110,7 +1137,7 @@
|
|
|
1110
1137
|
]
|
|
1111
1138
|
},
|
|
1112
1139
|
{
|
|
1113
|
-
"id":
|
|
1140
|
+
"id": 200,
|
|
1114
1141
|
"name": "SkyFlyoutCloseArgs",
|
|
1115
1142
|
"kind": 256,
|
|
1116
1143
|
"kindString": "Interface",
|
|
@@ -1120,7 +1147,7 @@
|
|
|
1120
1147
|
},
|
|
1121
1148
|
"children": [
|
|
1122
1149
|
{
|
|
1123
|
-
"id":
|
|
1150
|
+
"id": 201,
|
|
1124
1151
|
"name": "ignoreBeforeClose",
|
|
1125
1152
|
"kind": 1024,
|
|
1126
1153
|
"kindString": "Property",
|
|
@@ -1148,7 +1175,7 @@
|
|
|
1148
1175
|
"title": "Properties",
|
|
1149
1176
|
"kind": 1024,
|
|
1150
1177
|
"children": [
|
|
1151
|
-
|
|
1178
|
+
201
|
|
1152
1179
|
]
|
|
1153
1180
|
}
|
|
1154
1181
|
],
|
|
@@ -1161,7 +1188,7 @@
|
|
|
1161
1188
|
]
|
|
1162
1189
|
},
|
|
1163
1190
|
{
|
|
1164
|
-
"id":
|
|
1191
|
+
"id": 202,
|
|
1165
1192
|
"name": "SkyFlyoutConfig",
|
|
1166
1193
|
"kind": 256,
|
|
1167
1194
|
"kindString": "Interface",
|
|
@@ -1171,7 +1198,7 @@
|
|
|
1171
1198
|
},
|
|
1172
1199
|
"children": [
|
|
1173
1200
|
{
|
|
1174
|
-
"id":
|
|
1201
|
+
"id": 203,
|
|
1175
1202
|
"name": "ariaDescribedBy",
|
|
1176
1203
|
"kind": 1024,
|
|
1177
1204
|
"kindString": "Property",
|
|
@@ -1194,7 +1221,7 @@
|
|
|
1194
1221
|
}
|
|
1195
1222
|
},
|
|
1196
1223
|
{
|
|
1197
|
-
"id":
|
|
1224
|
+
"id": 204,
|
|
1198
1225
|
"name": "ariaLabel",
|
|
1199
1226
|
"kind": 1024,
|
|
1200
1227
|
"kindString": "Property",
|
|
@@ -1217,7 +1244,7 @@
|
|
|
1217
1244
|
}
|
|
1218
1245
|
},
|
|
1219
1246
|
{
|
|
1220
|
-
"id":
|
|
1247
|
+
"id": 205,
|
|
1221
1248
|
"name": "ariaLabelledBy",
|
|
1222
1249
|
"kind": 1024,
|
|
1223
1250
|
"kindString": "Property",
|
|
@@ -1240,7 +1267,7 @@
|
|
|
1240
1267
|
}
|
|
1241
1268
|
},
|
|
1242
1269
|
{
|
|
1243
|
-
"id":
|
|
1270
|
+
"id": 206,
|
|
1244
1271
|
"name": "ariaRole",
|
|
1245
1272
|
"kind": 1024,
|
|
1246
1273
|
"kindString": "Property",
|
|
@@ -1273,7 +1300,7 @@
|
|
|
1273
1300
|
}
|
|
1274
1301
|
},
|
|
1275
1302
|
{
|
|
1276
|
-
"id":
|
|
1303
|
+
"id": 207,
|
|
1277
1304
|
"name": "defaultWidth",
|
|
1278
1305
|
"kind": 1024,
|
|
1279
1306
|
"kindString": "Property",
|
|
@@ -1296,7 +1323,7 @@
|
|
|
1296
1323
|
}
|
|
1297
1324
|
},
|
|
1298
1325
|
{
|
|
1299
|
-
"id":
|
|
1326
|
+
"id": 215,
|
|
1300
1327
|
"name": "iteratorNextButtonDisabled",
|
|
1301
1328
|
"kind": 1024,
|
|
1302
1329
|
"kindString": "Property",
|
|
@@ -1325,7 +1352,7 @@
|
|
|
1325
1352
|
}
|
|
1326
1353
|
},
|
|
1327
1354
|
{
|
|
1328
|
-
"id":
|
|
1355
|
+
"id": 214,
|
|
1329
1356
|
"name": "iteratorPreviousButtonDisabled",
|
|
1330
1357
|
"kind": 1024,
|
|
1331
1358
|
"kindString": "Property",
|
|
@@ -1354,7 +1381,7 @@
|
|
|
1354
1381
|
}
|
|
1355
1382
|
},
|
|
1356
1383
|
{
|
|
1357
|
-
"id":
|
|
1384
|
+
"id": 209,
|
|
1358
1385
|
"name": "maxWidth",
|
|
1359
1386
|
"kind": 1024,
|
|
1360
1387
|
"kindString": "Property",
|
|
@@ -1383,7 +1410,7 @@
|
|
|
1383
1410
|
}
|
|
1384
1411
|
},
|
|
1385
1412
|
{
|
|
1386
|
-
"id":
|
|
1413
|
+
"id": 208,
|
|
1387
1414
|
"name": "minWidth",
|
|
1388
1415
|
"kind": 1024,
|
|
1389
1416
|
"kindString": "Property",
|
|
@@ -1412,7 +1439,7 @@
|
|
|
1412
1439
|
}
|
|
1413
1440
|
},
|
|
1414
1441
|
{
|
|
1415
|
-
"id":
|
|
1442
|
+
"id": 210,
|
|
1416
1443
|
"name": "permalink",
|
|
1417
1444
|
"kind": 1024,
|
|
1418
1445
|
"kindString": "Property",
|
|
@@ -1431,12 +1458,12 @@
|
|
|
1431
1458
|
],
|
|
1432
1459
|
"type": {
|
|
1433
1460
|
"type": "reference",
|
|
1434
|
-
"id":
|
|
1461
|
+
"id": 229,
|
|
1435
1462
|
"name": "SkyFlyoutPermalink"
|
|
1436
1463
|
}
|
|
1437
1464
|
},
|
|
1438
1465
|
{
|
|
1439
|
-
"id":
|
|
1466
|
+
"id": 211,
|
|
1440
1467
|
"name": "primaryAction",
|
|
1441
1468
|
"kind": 1024,
|
|
1442
1469
|
"kindString": "Property",
|
|
@@ -1455,12 +1482,12 @@
|
|
|
1455
1482
|
],
|
|
1456
1483
|
"type": {
|
|
1457
1484
|
"type": "reference",
|
|
1458
|
-
"id":
|
|
1485
|
+
"id": 190,
|
|
1459
1486
|
"name": "SkyFlyoutAction"
|
|
1460
1487
|
}
|
|
1461
1488
|
},
|
|
1462
1489
|
{
|
|
1463
|
-
"id":
|
|
1490
|
+
"id": 212,
|
|
1464
1491
|
"name": "providers",
|
|
1465
1492
|
"kind": 1024,
|
|
1466
1493
|
"kindString": "Property",
|
|
@@ -1486,7 +1513,7 @@
|
|
|
1486
1513
|
}
|
|
1487
1514
|
},
|
|
1488
1515
|
{
|
|
1489
|
-
"id":
|
|
1516
|
+
"id": 216,
|
|
1490
1517
|
"name": "settingsKey",
|
|
1491
1518
|
"kind": 1024,
|
|
1492
1519
|
"kindString": "Property",
|
|
@@ -1509,7 +1536,7 @@
|
|
|
1509
1536
|
}
|
|
1510
1537
|
},
|
|
1511
1538
|
{
|
|
1512
|
-
"id":
|
|
1539
|
+
"id": 213,
|
|
1513
1540
|
"name": "showIterator",
|
|
1514
1541
|
"kind": 1024,
|
|
1515
1542
|
"kindString": "Property",
|
|
@@ -1543,20 +1570,20 @@
|
|
|
1543
1570
|
"title": "Properties",
|
|
1544
1571
|
"kind": 1024,
|
|
1545
1572
|
"children": [
|
|
1546
|
-
202,
|
|
1547
1573
|
203,
|
|
1548
1574
|
204,
|
|
1549
1575
|
205,
|
|
1550
1576
|
206,
|
|
1551
|
-
214,
|
|
1552
|
-
213,
|
|
1553
|
-
208,
|
|
1554
1577
|
207,
|
|
1578
|
+
215,
|
|
1579
|
+
214,
|
|
1555
1580
|
209,
|
|
1581
|
+
208,
|
|
1556
1582
|
210,
|
|
1557
1583
|
211,
|
|
1558
|
-
|
|
1559
|
-
|
|
1584
|
+
212,
|
|
1585
|
+
216,
|
|
1586
|
+
213
|
|
1560
1587
|
]
|
|
1561
1588
|
}
|
|
1562
1589
|
],
|
|
@@ -1569,14 +1596,14 @@
|
|
|
1569
1596
|
]
|
|
1570
1597
|
},
|
|
1571
1598
|
{
|
|
1572
|
-
"id":
|
|
1599
|
+
"id": 229,
|
|
1573
1600
|
"name": "SkyFlyoutPermalink",
|
|
1574
1601
|
"kind": 256,
|
|
1575
1602
|
"kindString": "Interface",
|
|
1576
1603
|
"flags": {},
|
|
1577
1604
|
"children": [
|
|
1578
1605
|
{
|
|
1579
|
-
"id":
|
|
1606
|
+
"id": 230,
|
|
1580
1607
|
"name": "label",
|
|
1581
1608
|
"kind": 1024,
|
|
1582
1609
|
"kindString": "Property",
|
|
@@ -1599,7 +1626,7 @@
|
|
|
1599
1626
|
}
|
|
1600
1627
|
},
|
|
1601
1628
|
{
|
|
1602
|
-
"id":
|
|
1629
|
+
"id": 231,
|
|
1603
1630
|
"name": "route",
|
|
1604
1631
|
"kind": 1024,
|
|
1605
1632
|
"kindString": "Property",
|
|
@@ -1619,14 +1646,14 @@
|
|
|
1619
1646
|
"type": {
|
|
1620
1647
|
"type": "reflection",
|
|
1621
1648
|
"declaration": {
|
|
1622
|
-
"id":
|
|
1649
|
+
"id": 232,
|
|
1623
1650
|
"name": "__type",
|
|
1624
1651
|
"kind": 65536,
|
|
1625
1652
|
"kindString": "Type literal",
|
|
1626
1653
|
"flags": {},
|
|
1627
1654
|
"children": [
|
|
1628
1655
|
{
|
|
1629
|
-
"id":
|
|
1656
|
+
"id": 233,
|
|
1630
1657
|
"name": "commands",
|
|
1631
1658
|
"kind": 1024,
|
|
1632
1659
|
"kindString": "Property",
|
|
@@ -1647,7 +1674,7 @@
|
|
|
1647
1674
|
}
|
|
1648
1675
|
},
|
|
1649
1676
|
{
|
|
1650
|
-
"id":
|
|
1677
|
+
"id": 234,
|
|
1651
1678
|
"name": "extras",
|
|
1652
1679
|
"kind": 1024,
|
|
1653
1680
|
"kindString": "Property",
|
|
@@ -1674,8 +1701,8 @@
|
|
|
1674
1701
|
"title": "Properties",
|
|
1675
1702
|
"kind": 1024,
|
|
1676
1703
|
"children": [
|
|
1677
|
-
|
|
1678
|
-
|
|
1704
|
+
233,
|
|
1705
|
+
234
|
|
1679
1706
|
]
|
|
1680
1707
|
}
|
|
1681
1708
|
]
|
|
@@ -1683,7 +1710,7 @@
|
|
|
1683
1710
|
}
|
|
1684
1711
|
},
|
|
1685
1712
|
{
|
|
1686
|
-
"id":
|
|
1713
|
+
"id": 235,
|
|
1687
1714
|
"name": "url",
|
|
1688
1715
|
"kind": 1024,
|
|
1689
1716
|
"kindString": "Property",
|
|
@@ -1711,9 +1738,9 @@
|
|
|
1711
1738
|
"title": "Properties",
|
|
1712
1739
|
"kind": 1024,
|
|
1713
1740
|
"children": [
|
|
1714
|
-
229,
|
|
1715
1741
|
230,
|
|
1716
|
-
|
|
1742
|
+
231,
|
|
1743
|
+
235
|
|
1717
1744
|
]
|
|
1718
1745
|
}
|
|
1719
1746
|
],
|
|
@@ -1731,7 +1758,7 @@
|
|
|
1731
1758
|
"title": "Classes",
|
|
1732
1759
|
"kind": 128,
|
|
1733
1760
|
"children": [
|
|
1734
|
-
|
|
1761
|
+
195,
|
|
1735
1762
|
121,
|
|
1736
1763
|
154,
|
|
1737
1764
|
157
|
|
@@ -1741,10 +1768,10 @@
|
|
|
1741
1768
|
"title": "Interfaces",
|
|
1742
1769
|
"kind": 256,
|
|
1743
1770
|
"children": [
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1771
|
+
190,
|
|
1772
|
+
200,
|
|
1773
|
+
202,
|
|
1774
|
+
229
|
|
1748
1775
|
]
|
|
1749
1776
|
}
|
|
1750
1777
|
],
|
|
@@ -52,4 +52,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
|
|
|
52
52
|
}], nextButtonClick: [{
|
|
53
53
|
type: Output
|
|
54
54
|
}] } });
|
|
55
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
55
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmx5b3V0LWl0ZXJhdG9yLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9mbHlvdXQvc3JjL2xpYi9tb2R1bGVzL2ZseW91dC9mbHlvdXQtaXRlcmF0b3IuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2ZseW91dC9zcmMvbGliL21vZHVsZXMvZmx5b3V0L2ZseW91dC1pdGVyYXRvci5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0wsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBRUwsTUFBTSxHQUNQLE1BQU0sZUFBZSxDQUFDO0FBRXZCLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxNQUFNLENBQUM7Ozs7O0FBRS9COztHQUVHO0FBTUgsTUFBTSxPQUFPLDBCQUEwQjtJQUx2QztRQXNCVSxrQkFBYSxHQUFHLElBQUksT0FBTyxFQUFRLENBQUM7UUFFcEMscUJBQWdCLEdBQUcsSUFBSSxZQUFZLEVBQVEsQ0FBQztRQUU1Qyx5QkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBUSxDQUFDO0tBc0J6RDtJQXBDQyxJQUNXLG1CQUFtQjtRQUM1QixPQUFPLElBQUksQ0FBQyxvQkFBb0IsQ0FBQztJQUNuQyxDQUFDO0lBRUQsSUFDVyxlQUFlO1FBQ3hCLE9BQU8sSUFBSSxDQUFDLGdCQUFnQixDQUFDO0lBQy9CLENBQUM7SUFRTSxXQUFXO1FBQ2hCLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxFQUFFLENBQUM7UUFDMUIsSUFBSSxDQUFDLGFBQWEsQ0FBQyxRQUFRLEVBQUUsQ0FBQztRQUM5QixJQUFJLENBQUMsb0JBQW9CLENBQUMsUUFBUSxFQUFFLENBQUM7UUFDckMsSUFBSSxDQUFDLGdCQUFnQixDQUFDLFFBQVEsRUFBRSxDQUFDO0lBQ25DLENBQUM7SUFFTSx1QkFBdUI7UUFDNUIsMEJBQTBCO1FBQzFCLElBQUksQ0FBQyxJQUFJLENBQUMsc0JBQXNCLEVBQUU7WUFDaEMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLElBQUksRUFBRSxDQUFDO1NBQ2xDO0lBQ0gsQ0FBQztJQUVNLG1CQUFtQjtRQUN4QiwwQkFBMEI7UUFDMUIsSUFBSSxDQUFDLElBQUksQ0FBQyxrQkFBa0IsRUFBRTtZQUM1QixJQUFJLENBQUMsZ0JBQWdCLENBQUMsSUFBSSxFQUFFLENBQUM7U0FDOUI7SUFDSCxDQUFDOzt1SEExQ1UsMEJBQTBCOzJHQUExQiwwQkFBMEIsZ1FDbEJ2Qyx5dkNBMENBOzJGRHhCYSwwQkFBMEI7a0JBTHRDLFNBQVM7K0JBQ0UscUJBQXFCOzhCQU14QixrQkFBa0I7c0JBRHhCLEtBQUs7Z0JBSUMsc0JBQXNCO3NCQUQ1QixLQUFLO2dCQUlLLG1CQUFtQjtzQkFEN0IsTUFBTTtnQkFNSSxlQUFlO3NCQUR6QixNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIElucHV0LFxuICBPbkRlc3Ryb3ksXG4gIE91dHB1dCxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IFN1YmplY3QgfSBmcm9tICdyeGpzJztcblxuLyoqXG4gKiBAaW50ZXJuYWxcbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2t5LWZseW91dC1pdGVyYXRvcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9mbHlvdXQtaXRlcmF0b3IuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9mbHlvdXQtaXRlcmF0b3IuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgU2t5Rmx5b3V0SXRlcmF0b3JDb21wb25lbnQgaW1wbGVtZW50cyBPbkRlc3Ryb3kge1xuICBASW5wdXQoKVxuICBwdWJsaWMgbmV4dEJ1dHRvbkRpc2FibGVkOiBib29sZWFuO1xuXG4gIEBJbnB1dCgpXG4gIHB1YmxpYyBwcmV2aW91c0J1dHRvbkRpc2FibGVkOiBib29sZWFuO1xuXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgZ2V0IHByZXZpb3VzQnV0dG9uQ2xpY2soKTogRXZlbnRFbWl0dGVyPHZvaWQ+IHtcbiAgICByZXR1cm4gdGhpcy5fcHJldmlvdXNCdXR0b25DbGljaztcbiAgfVxuXG4gIEBPdXRwdXQoKVxuICBwdWJsaWMgZ2V0IG5leHRCdXR0b25DbGljaygpOiBFdmVudEVtaXR0ZXI8dm9pZD4ge1xuICAgIHJldHVybiB0aGlzLl9uZXh0QnV0dG9uQ2xpY2s7XG4gIH1cblxuICBwcml2YXRlIG5nVW5zdWJzY3JpYmUgPSBuZXcgU3ViamVjdDx2b2lkPigpO1xuXG4gIHByaXZhdGUgX25leHRCdXR0b25DbGljayA9IG5ldyBFdmVudEVtaXR0ZXI8dm9pZD4oKTtcblxuICBwcml2YXRlIF9wcmV2aW91c0J1dHRvbkNsaWNrID0gbmV3IEV2ZW50RW1pdHRlcjx2b2lkPigpO1xuXG4gIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICB0aGlzLm5nVW5zdWJzY3JpYmUubmV4dCgpO1xuICAgIHRoaXMubmdVbnN1YnNjcmliZS5jb21wbGV0ZSgpO1xuICAgIHRoaXMuX3ByZXZpb3VzQnV0dG9uQ2xpY2suY29tcGxldGUoKTtcbiAgICB0aGlzLl9uZXh0QnV0dG9uQ2xpY2suY29tcGxldGUoKTtcbiAgfVxuXG4gIHB1YmxpYyBvbkl0ZXJhdG9yUHJldmlvdXNDbGljaygpOiB2b2lkIHtcbiAgICAvKiBpc3RhbmJ1bCBpZ25vcmUgZWxzZSAqL1xuICAgIGlmICghdGhpcy5wcmV2aW91c0J1dHRvbkRpc2FibGVkKSB7XG4gICAgICB0aGlzLl9wcmV2aW91c0J1dHRvbkNsaWNrLmVtaXQoKTtcbiAgICB9XG4gIH1cblxuICBwdWJsaWMgb25JdGVyYXRvck5leHRDbGljaygpOiB2b2lkIHtcbiAgICAvKiBpc3RhbmJ1bCBpZ25vcmUgZWxzZSAqL1xuICAgIGlmICghdGhpcy5uZXh0QnV0dG9uRGlzYWJsZWQpIHtcbiAgICAgIHRoaXMuX25leHRCdXR0b25DbGljay5lbWl0KCk7XG4gICAgfVxuICB9XG59XG4iLCI8ZGl2IGlkPVwiaXRlcmF0b3JzXCIgY2xhc3M9XCJza3ktZmx5b3V0LWl0ZXJhdG9yc1wiPlxuICA8YnV0dG9uXG4gICAgY2xhc3M9XCJza3ktYnRuXCJcbiAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIlxuICAgICAgJ3NreXV4X2ZseW91dF9pdGVyYXRvcl9wcmV2aW91c19idXR0b24nIHwgc2t5TGliUmVzb3VyY2VzXG4gICAgXCJcbiAgICBbZGlzYWJsZWRdPVwicHJldmlvdXNCdXR0b25EaXNhYmxlZFwiXG4gICAgW3NreVRoZW1lQ2xhc3NdPVwie1xuICAgICAgJ3NreS1idG4tZGVmYXVsdCBza3ktbWFyZ2luLWlubGluZS1jb21wYWN0JzogJ2RlZmF1bHQnLFxuICAgICAgJ3NreS1idG4taWNvbi1ib3JkZXJsZXNzIHNreS1tYXJnaW4taW5saW5lLXNtJzogJ21vZGVybidcbiAgICB9XCJcbiAgICAoY2xpY2spPVwib25JdGVyYXRvclByZXZpb3VzQ2xpY2soKVwiXG4gID5cbiAgICA8c2t5LWljb24gKnNreVRoZW1lSWY9XCInZGVmYXVsdCdcIiBpY29uPVwiY2hldnJvbi11cFwiPiA8L3NreS1pY29uPlxuICAgIDxza3ktaWNvblxuICAgICAgKnNreVRoZW1lSWY9XCInbW9kZXJuJ1wiXG4gICAgICBpY29uPVwiY2hldnJvbi11cFwiXG4gICAgICBpY29uVHlwZT1cInNreXV4XCJcbiAgICAgIHNpemU9XCJsZ1wiXG4gICAgPlxuICAgIDwvc2t5LWljb24+XG4gIDwvYnV0dG9uPlxuICA8YnV0dG9uXG4gICAgY2xhc3M9XCJza3ktYnRuXCJcbiAgICBbYXR0ci5hcmlhLWxhYmVsXT1cIidza3l1eF9mbHlvdXRfaXRlcmF0b3JfbmV4dF9idXR0b24nIHwgc2t5TGliUmVzb3VyY2VzXCJcbiAgICBbZGlzYWJsZWRdPVwibmV4dEJ1dHRvbkRpc2FibGVkXCJcbiAgICBbc2t5VGhlbWVDbGFzc109XCJ7XG4gICAgICAnc2t5LWJ0bi1kZWZhdWx0IHNreS1tYXJnaW4taW5saW5lLWNvbXBhY3QnOiAnZGVmYXVsdCcsXG4gICAgICAnc2t5LWJ0bi1pY29uLWJvcmRlcmxlc3Mgc2t5LW1hcmdpbi1pbmxpbmUtc20nOiAnbW9kZXJuJ1xuICAgIH1cIlxuICAgIChjbGljayk9XCJvbkl0ZXJhdG9yTmV4dENsaWNrKClcIlxuICA+XG4gICAgPHNreS1pY29uICpza3lUaGVtZUlmPVwiJ2RlZmF1bHQnXCIgaWNvbj1cImNoZXZyb24tZG93blwiPiA8L3NreS1pY29uPlxuICAgIDxza3ktaWNvblxuICAgICAgKnNreVRoZW1lSWY9XCInbW9kZXJuJ1wiXG4gICAgICBpY29uPVwiY2hldnJvbi1kb3duXCJcbiAgICAgIGljb25UeXBlPVwic2t5dXhcIlxuICAgICAgc2l6ZT1cImxnXCJcbiAgICA+XG4gICAgPC9za3ktaWNvbj5cbiAgPC9idXR0b24+XG48L2Rpdj5cbiJdfQ==
|