@skyux/lookup 5.0.4 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/bundles/skyux-lookup-testing.umd.js +8 -8
  2. package/bundles/skyux-lookup.umd.js +1009 -958
  3. package/bundles/skyux-lookup.umd.js.map +1 -1
  4. package/documentation.json +557 -525
  5. package/esm2015/modules/autocomplete/autocomplete-adapter.service.js +3 -3
  6. package/esm2015/modules/autocomplete/autocomplete-default-search-function.js +6 -4
  7. package/esm2015/modules/autocomplete/autocomplete-input.directive.js +3 -3
  8. package/esm2015/modules/autocomplete/autocomplete.component.js +45 -7
  9. package/esm2015/modules/autocomplete/autocomplete.module.js +4 -4
  10. package/esm2015/modules/autocomplete/types/autocomplete-message-type.js +5 -1
  11. package/esm2015/modules/country-field/country-field.component.js +3 -3
  12. package/esm2015/modules/country-field/country-field.module.js +4 -4
  13. package/esm2015/modules/lookup/lookup-adapter.service.js +3 -3
  14. package/esm2015/modules/lookup/lookup-autocomplete-adapter.js +3 -3
  15. package/esm2015/modules/lookup/lookup-show-more-modal.component.js +3 -3
  16. package/esm2015/modules/lookup/lookup.component.js +5 -4
  17. package/esm2015/modules/lookup/lookup.module.js +4 -4
  18. package/esm2015/modules/search/search-adapter.service.js +3 -3
  19. package/esm2015/modules/search/search.component.js +3 -3
  20. package/esm2015/modules/search/search.module.js +4 -4
  21. package/esm2015/modules/shared/sky-lookup-resources.module.js +4 -4
  22. package/esm2015/modules/shared/sky-lookup-string-utils.js +8 -0
  23. package/esm2015/testing/country-field/country-field-testing.module.js +4 -4
  24. package/esm2015/testing/search/search-testing.module.js +4 -4
  25. package/fesm2015/skyux-lookup-testing.js +8 -8
  26. package/fesm2015/skyux-lookup.js +107 -56
  27. package/fesm2015/skyux-lookup.js.map +1 -1
  28. package/modules/autocomplete/autocomplete.component.d.ts +6 -1
  29. package/modules/autocomplete/types/autocomplete-message-type.d.ts +5 -1
  30. package/modules/shared/sky-lookup-string-utils.d.ts +5 -0
  31. package/package.json +8 -8
@@ -31,7 +31,7 @@
31
31
  "originalName": "",
32
32
  "children": [
33
33
  {
34
- "id": 532,
34
+ "id": 537,
35
35
  "name": "SkyAutocompleteModule",
36
36
  "kind": 128,
37
37
  "kindString": "Class",
@@ -50,21 +50,21 @@
50
50
  ],
51
51
  "children": [
52
52
  {
53
- "id": 533,
53
+ "id": 538,
54
54
  "name": "constructor",
55
55
  "kind": 512,
56
56
  "kindString": "Constructor",
57
57
  "flags": {},
58
58
  "signatures": [
59
59
  {
60
- "id": 534,
60
+ "id": 539,
61
61
  "name": "new SkyAutocompleteModule",
62
62
  "kind": 16384,
63
63
  "kindString": "Constructor signature",
64
64
  "flags": {},
65
65
  "type": {
66
66
  "type": "reference",
67
- "id": 532,
67
+ "id": 537,
68
68
  "name": "SkyAutocompleteModule"
69
69
  }
70
70
  }
@@ -76,7 +76,7 @@
76
76
  "title": "Constructors",
77
77
  "kind": 512,
78
78
  "children": [
79
- 533
79
+ 538
80
80
  ]
81
81
  }
82
82
  ],
@@ -89,7 +89,7 @@
89
89
  ]
90
90
  },
91
91
  {
92
- "id": 535,
92
+ "id": 540,
93
93
  "name": "SkyCountryFieldModule",
94
94
  "kind": 128,
95
95
  "kindString": "Class",
@@ -108,21 +108,21 @@
108
108
  ],
109
109
  "children": [
110
110
  {
111
- "id": 536,
111
+ "id": 541,
112
112
  "name": "constructor",
113
113
  "kind": 512,
114
114
  "kindString": "Constructor",
115
115
  "flags": {},
116
116
  "signatures": [
117
117
  {
118
- "id": 537,
118
+ "id": 542,
119
119
  "name": "new SkyCountryFieldModule",
120
120
  "kind": 16384,
121
121
  "kindString": "Constructor signature",
122
122
  "flags": {},
123
123
  "type": {
124
124
  "type": "reference",
125
- "id": 535,
125
+ "id": 540,
126
126
  "name": "SkyCountryFieldModule"
127
127
  }
128
128
  }
@@ -134,7 +134,7 @@
134
134
  "title": "Constructors",
135
135
  "kind": 512,
136
136
  "children": [
137
- 536
137
+ 541
138
138
  ]
139
139
  }
140
140
  ],
@@ -147,7 +147,7 @@
147
147
  ]
148
148
  },
149
149
  {
150
- "id": 544,
150
+ "id": 549,
151
151
  "name": "SkyLookupModule",
152
152
  "kind": 128,
153
153
  "kindString": "Class",
@@ -166,21 +166,21 @@
166
166
  ],
167
167
  "children": [
168
168
  {
169
- "id": 545,
169
+ "id": 550,
170
170
  "name": "constructor",
171
171
  "kind": 512,
172
172
  "kindString": "Constructor",
173
173
  "flags": {},
174
174
  "signatures": [
175
175
  {
176
- "id": 546,
176
+ "id": 551,
177
177
  "name": "new SkyLookupModule",
178
178
  "kind": 16384,
179
179
  "kindString": "Constructor signature",
180
180
  "flags": {},
181
181
  "type": {
182
182
  "type": "reference",
183
- "id": 544,
183
+ "id": 549,
184
184
  "name": "SkyLookupModule"
185
185
  }
186
186
  }
@@ -192,7 +192,7 @@
192
192
  "title": "Constructors",
193
193
  "kind": 512,
194
194
  "children": [
195
- 545
195
+ 550
196
196
  ]
197
197
  }
198
198
  ],
@@ -205,7 +205,7 @@
205
205
  ]
206
206
  },
207
207
  {
208
- "id": 565,
208
+ "id": 570,
209
209
  "name": "SkyLookupShowMoreCustomPickerContext",
210
210
  "kind": 128,
211
211
  "kindString": "Class",
@@ -215,28 +215,28 @@
215
215
  },
216
216
  "children": [
217
217
  {
218
- "id": 566,
218
+ "id": 571,
219
219
  "name": "constructor",
220
220
  "kind": 512,
221
221
  "kindString": "Constructor",
222
222
  "flags": {},
223
223
  "signatures": [
224
224
  {
225
- "id": 567,
225
+ "id": 572,
226
226
  "name": "new SkyLookupShowMoreCustomPickerContext",
227
227
  "kind": 16384,
228
228
  "kindString": "Constructor signature",
229
229
  "flags": {},
230
230
  "type": {
231
231
  "type": "reference",
232
- "id": 565,
232
+ "id": 570,
233
233
  "name": "SkyLookupShowMoreCustomPickerContext"
234
234
  }
235
235
  }
236
236
  ]
237
237
  },
238
238
  {
239
- "id": 569,
239
+ "id": 574,
240
240
  "name": "initialSearch",
241
241
  "kind": 1024,
242
242
  "kindString": "Property",
@@ -259,7 +259,7 @@
259
259
  }
260
260
  },
261
261
  {
262
- "id": 570,
262
+ "id": 575,
263
263
  "name": "initialValue",
264
264
  "kind": 1024,
265
265
  "kindString": "Property",
@@ -282,7 +282,7 @@
282
282
  }
283
283
  },
284
284
  {
285
- "id": 568,
285
+ "id": 573,
286
286
  "name": "items",
287
287
  "kind": 1024,
288
288
  "kindString": "Property",
@@ -313,16 +313,16 @@
313
313
  "title": "Constructors",
314
314
  "kind": 512,
315
315
  "children": [
316
- 566
316
+ 571
317
317
  ]
318
318
  },
319
319
  {
320
320
  "title": "Properties",
321
321
  "kind": 1024,
322
322
  "children": [
323
- 569,
324
- 570,
325
- 568
323
+ 574,
324
+ 575,
325
+ 573
326
326
  ]
327
327
  }
328
328
  ],
@@ -335,7 +335,7 @@
335
335
  ]
336
336
  },
337
337
  {
338
- "id": 577,
338
+ "id": 582,
339
339
  "name": "SkySearchComponent",
340
340
  "kind": 128,
341
341
  "kindString": "Class",
@@ -354,7 +354,7 @@
354
354
  ],
355
355
  "children": [
356
356
  {
357
- "id": 578,
357
+ "id": 583,
358
358
  "name": "constructor",
359
359
  "kind": 512,
360
360
  "kindString": "Constructor",
@@ -368,14 +368,14 @@
368
368
  ],
369
369
  "signatures": [
370
370
  {
371
- "id": 579,
371
+ "id": 584,
372
372
  "name": "new SkySearchComponent",
373
373
  "kind": 16384,
374
374
  "kindString": "Constructor signature",
375
375
  "flags": {},
376
376
  "parameters": [
377
377
  {
378
- "id": 580,
378
+ "id": 585,
379
379
  "name": "mediaQueryService",
380
380
  "kind": 32768,
381
381
  "kindString": "Parameter",
@@ -386,7 +386,7 @@
386
386
  }
387
387
  },
388
388
  {
389
- "id": 581,
389
+ "id": 586,
390
390
  "name": "elRef",
391
391
  "kind": 32768,
392
392
  "kindString": "Parameter",
@@ -403,7 +403,7 @@
403
403
  }
404
404
  },
405
405
  {
406
- "id": 582,
406
+ "id": 587,
407
407
  "name": "searchAdapter",
408
408
  "kind": 32768,
409
409
  "kindString": "Parameter",
@@ -414,7 +414,7 @@
414
414
  }
415
415
  },
416
416
  {
417
- "id": 583,
417
+ "id": 588,
418
418
  "name": "changeRef",
419
419
  "kind": 32768,
420
420
  "kindString": "Parameter",
@@ -427,14 +427,14 @@
427
427
  ],
428
428
  "type": {
429
429
  "type": "reference",
430
- "id": 577,
430
+ "id": 582,
431
431
  "name": "SkySearchComponent"
432
432
  }
433
433
  }
434
434
  ]
435
435
  },
436
436
  {
437
- "id": 595,
437
+ "id": 600,
438
438
  "name": "breakpointSubscription",
439
439
  "kind": 1024,
440
440
  "kindString": "Property",
@@ -454,7 +454,7 @@
454
454
  }
455
455
  },
456
456
  {
457
- "id": 599,
457
+ "id": 604,
458
458
  "name": "clearButtonShown",
459
459
  "kind": 1024,
460
460
  "kindString": "Property",
@@ -475,7 +475,7 @@
475
475
  "defaultValue": "false"
476
476
  },
477
477
  {
478
- "id": 589,
478
+ "id": 594,
479
479
  "name": "debounceTime",
480
480
  "kind": 1024,
481
481
  "kindString": "Property",
@@ -515,7 +515,7 @@
515
515
  "defaultValue": "0"
516
516
  },
517
517
  {
518
- "id": 590,
518
+ "id": 595,
519
519
  "name": "disabled",
520
520
  "kind": 1024,
521
521
  "kindString": "Property",
@@ -555,7 +555,7 @@
555
555
  "defaultValue": "false"
556
556
  },
557
557
  {
558
- "id": 598,
558
+ "id": 603,
559
559
  "name": "dismissButtonShown",
560
560
  "kind": 1024,
561
561
  "kindString": "Property",
@@ -576,7 +576,7 @@
576
576
  "defaultValue": "false"
577
577
  },
578
578
  {
579
- "id": 588,
579
+ "id": 593,
580
580
  "name": "expandMode",
581
581
  "kind": 1024,
582
582
  "kindString": "Property",
@@ -616,7 +616,7 @@
616
616
  "defaultValue": "..."
617
617
  },
618
618
  {
619
- "id": 594,
619
+ "id": 599,
620
620
  "name": "inputAnimate",
621
621
  "kind": 1024,
622
622
  "kindString": "Property",
@@ -637,7 +637,7 @@
637
637
  "defaultValue": "..."
638
638
  },
639
639
  {
640
- "id": 592,
640
+ "id": 597,
641
641
  "name": "isCollapsible",
642
642
  "kind": 1024,
643
643
  "kindString": "Property",
@@ -658,7 +658,7 @@
658
658
  "defaultValue": "true"
659
659
  },
660
660
  {
661
- "id": 591,
661
+ "id": 596,
662
662
  "name": "isFullWidth",
663
663
  "kind": 1024,
664
664
  "kindString": "Property",
@@ -679,7 +679,7 @@
679
679
  "defaultValue": "false"
680
680
  },
681
681
  {
682
- "id": 597,
682
+ "id": 602,
683
683
  "name": "mobileSearchShown",
684
684
  "kind": 1024,
685
685
  "kindString": "Property",
@@ -700,7 +700,7 @@
700
700
  "defaultValue": "false"
701
701
  },
702
702
  {
703
- "id": 593,
703
+ "id": 598,
704
704
  "name": "placeholderText",
705
705
  "kind": 1024,
706
706
  "kindString": "Property",
@@ -739,7 +739,7 @@
739
739
  }
740
740
  },
741
741
  {
742
- "id": 584,
742
+ "id": 589,
743
743
  "name": "searchApply",
744
744
  "kind": 1024,
745
745
  "kindString": "Property",
@@ -779,7 +779,7 @@
779
779
  "defaultValue": "..."
780
780
  },
781
781
  {
782
- "id": 596,
782
+ "id": 601,
783
783
  "name": "searchButtonShown",
784
784
  "kind": 1024,
785
785
  "kindString": "Property",
@@ -800,7 +800,7 @@
800
800
  "defaultValue": "false"
801
801
  },
802
802
  {
803
- "id": 585,
803
+ "id": 590,
804
804
  "name": "searchChange",
805
805
  "kind": 1024,
806
806
  "kindString": "Property",
@@ -840,7 +840,7 @@
840
840
  "defaultValue": "..."
841
841
  },
842
842
  {
843
- "id": 586,
843
+ "id": 591,
844
844
  "name": "searchClear",
845
845
  "kind": 1024,
846
846
  "kindString": "Property",
@@ -880,7 +880,7 @@
880
880
  "defaultValue": "..."
881
881
  },
882
882
  {
883
- "id": 587,
883
+ "id": 592,
884
884
  "name": "searchText",
885
885
  "kind": 1024,
886
886
  "kindString": "Property",
@@ -913,7 +913,7 @@
913
913
  }
914
914
  },
915
915
  {
916
- "id": 612,
916
+ "id": 617,
917
917
  "name": "applySearchText",
918
918
  "kind": 2048,
919
919
  "kindString": "Method",
@@ -929,14 +929,14 @@
929
929
  ],
930
930
  "signatures": [
931
931
  {
932
- "id": 613,
932
+ "id": 618,
933
933
  "name": "applySearchText",
934
934
  "kind": 4096,
935
935
  "kindString": "Call signature",
936
936
  "flags": {},
937
937
  "parameters": [
938
938
  {
939
- "id": 614,
939
+ "id": 619,
940
940
  "name": "searchText",
941
941
  "kind": 32768,
942
942
  "kindString": "Parameter",
@@ -955,7 +955,7 @@
955
955
  ]
956
956
  },
957
957
  {
958
- "id": 606,
958
+ "id": 611,
959
959
  "name": "clearSearchText",
960
960
  "kind": 2048,
961
961
  "kindString": "Method",
@@ -971,7 +971,7 @@
971
971
  ],
972
972
  "signatures": [
973
973
  {
974
- "id": 607,
974
+ "id": 612,
975
975
  "name": "clearSearchText",
976
976
  "kind": 4096,
977
977
  "kindString": "Call signature",
@@ -984,7 +984,7 @@
984
984
  ]
985
985
  },
986
986
  {
987
- "id": 608,
987
+ "id": 613,
988
988
  "name": "enterPress",
989
989
  "kind": 2048,
990
990
  "kindString": "Method",
@@ -1000,14 +1000,14 @@
1000
1000
  ],
1001
1001
  "signatures": [
1002
1002
  {
1003
- "id": 609,
1003
+ "id": 614,
1004
1004
  "name": "enterPress",
1005
1005
  "kind": 4096,
1006
1006
  "kindString": "Call signature",
1007
1007
  "flags": {},
1008
1008
  "parameters": [
1009
1009
  {
1010
- "id": 610,
1010
+ "id": 615,
1011
1011
  "name": "event",
1012
1012
  "kind": 32768,
1013
1013
  "kindString": "Parameter",
@@ -1018,7 +1018,7 @@
1018
1018
  }
1019
1019
  },
1020
1020
  {
1021
- "id": 611,
1021
+ "id": 616,
1022
1022
  "name": "searchText",
1023
1023
  "kind": 32768,
1024
1024
  "kindString": "Parameter",
@@ -1037,7 +1037,7 @@
1037
1037
  ]
1038
1038
  },
1039
1039
  {
1040
- "id": 624,
1040
+ "id": 629,
1041
1041
  "name": "inputAnimationEnd",
1042
1042
  "kind": 2048,
1043
1043
  "kindString": "Method",
@@ -1053,14 +1053,14 @@
1053
1053
  ],
1054
1054
  "signatures": [
1055
1055
  {
1056
- "id": 625,
1056
+ "id": 630,
1057
1057
  "name": "inputAnimationEnd",
1058
1058
  "kind": 4096,
1059
1059
  "kindString": "Call signature",
1060
1060
  "flags": {},
1061
1061
  "parameters": [
1062
1062
  {
1063
- "id": 626,
1063
+ "id": 631,
1064
1064
  "name": "event",
1065
1065
  "kind": 32768,
1066
1066
  "kindString": "Parameter",
@@ -1079,7 +1079,7 @@
1079
1079
  ]
1080
1080
  },
1081
1081
  {
1082
- "id": 621,
1082
+ "id": 626,
1083
1083
  "name": "inputAnimationStart",
1084
1084
  "kind": 2048,
1085
1085
  "kindString": "Method",
@@ -1095,14 +1095,14 @@
1095
1095
  ],
1096
1096
  "signatures": [
1097
1097
  {
1098
- "id": 622,
1098
+ "id": 627,
1099
1099
  "name": "inputAnimationStart",
1100
1100
  "kind": 4096,
1101
1101
  "kindString": "Call signature",
1102
1102
  "flags": {},
1103
1103
  "parameters": [
1104
1104
  {
1105
- "id": 623,
1105
+ "id": 628,
1106
1106
  "name": "event",
1107
1107
  "kind": 32768,
1108
1108
  "kindString": "Parameter",
@@ -1121,7 +1121,7 @@
1121
1121
  ]
1122
1122
  },
1123
1123
  {
1124
- "id": 603,
1124
+ "id": 608,
1125
1125
  "name": "ngOnChanges",
1126
1126
  "kind": 2048,
1127
1127
  "kindString": "Method",
@@ -1137,14 +1137,14 @@
1137
1137
  ],
1138
1138
  "signatures": [
1139
1139
  {
1140
- "id": 604,
1140
+ "id": 609,
1141
1141
  "name": "ngOnChanges",
1142
1142
  "kind": 4096,
1143
1143
  "kindString": "Call signature",
1144
1144
  "flags": {},
1145
1145
  "parameters": [
1146
1146
  {
1147
- "id": 605,
1147
+ "id": 610,
1148
1148
  "name": "changes",
1149
1149
  "kind": 32768,
1150
1150
  "kindString": "Parameter",
@@ -1171,7 +1171,7 @@
1171
1171
  }
1172
1172
  },
1173
1173
  {
1174
- "id": 627,
1174
+ "id": 632,
1175
1175
  "name": "ngOnDestroy",
1176
1176
  "kind": 2048,
1177
1177
  "kindString": "Method",
@@ -1187,7 +1187,7 @@
1187
1187
  ],
1188
1188
  "signatures": [
1189
1189
  {
1190
- "id": 628,
1190
+ "id": 633,
1191
1191
  "name": "ngOnDestroy",
1192
1192
  "kind": 4096,
1193
1193
  "kindString": "Call signature",
@@ -1208,7 +1208,7 @@
1208
1208
  }
1209
1209
  },
1210
1210
  {
1211
- "id": 601,
1211
+ "id": 606,
1212
1212
  "name": "ngOnInit",
1213
1213
  "kind": 2048,
1214
1214
  "kindString": "Method",
@@ -1224,7 +1224,7 @@
1224
1224
  ],
1225
1225
  "signatures": [
1226
1226
  {
1227
- "id": 602,
1227
+ "id": 607,
1228
1228
  "name": "ngOnInit",
1229
1229
  "kind": 4096,
1230
1230
  "kindString": "Call signature",
@@ -1245,7 +1245,7 @@
1245
1245
  }
1246
1246
  },
1247
1247
  {
1248
- "id": 615,
1248
+ "id": 620,
1249
1249
  "name": "searchTextChanged",
1250
1250
  "kind": 2048,
1251
1251
  "kindString": "Method",
@@ -1261,14 +1261,14 @@
1261
1261
  ],
1262
1262
  "signatures": [
1263
1263
  {
1264
- "id": 616,
1264
+ "id": 621,
1265
1265
  "name": "searchTextChanged",
1266
1266
  "kind": 4096,
1267
1267
  "kindString": "Call signature",
1268
1268
  "flags": {},
1269
1269
  "parameters": [
1270
1270
  {
1271
- "id": 617,
1271
+ "id": 622,
1272
1272
  "name": "searchText",
1273
1273
  "kind": 32768,
1274
1274
  "kindString": "Parameter",
@@ -1287,7 +1287,7 @@
1287
1287
  ]
1288
1288
  },
1289
1289
  {
1290
- "id": 618,
1290
+ "id": 623,
1291
1291
  "name": "toggleSearchInput",
1292
1292
  "kind": 2048,
1293
1293
  "kindString": "Method",
@@ -1303,14 +1303,14 @@
1303
1303
  ],
1304
1304
  "signatures": [
1305
1305
  {
1306
- "id": 619,
1306
+ "id": 624,
1307
1307
  "name": "toggleSearchInput",
1308
1308
  "kind": 4096,
1309
1309
  "kindString": "Call signature",
1310
1310
  "flags": {},
1311
1311
  "parameters": [
1312
1312
  {
1313
- "id": 620,
1313
+ "id": 625,
1314
1314
  "name": "showInput",
1315
1315
  "kind": 32768,
1316
1316
  "kindString": "Parameter",
@@ -1334,45 +1334,45 @@
1334
1334
  "title": "Constructors",
1335
1335
  "kind": 512,
1336
1336
  "children": [
1337
- 578
1337
+ 583
1338
1338
  ]
1339
1339
  },
1340
1340
  {
1341
1341
  "title": "Properties",
1342
1342
  "kind": 1024,
1343
1343
  "children": [
1344
+ 600,
1345
+ 604,
1346
+ 594,
1344
1347
  595,
1348
+ 603,
1349
+ 593,
1345
1350
  599,
1351
+ 597,
1352
+ 596,
1353
+ 602,
1354
+ 598,
1346
1355
  589,
1356
+ 601,
1347
1357
  590,
1348
- 598,
1349
- 588,
1350
- 594,
1351
- 592,
1352
1358
  591,
1353
- 597,
1354
- 593,
1355
- 584,
1356
- 596,
1357
- 585,
1358
- 586,
1359
- 587
1359
+ 592
1360
1360
  ]
1361
1361
  },
1362
1362
  {
1363
1363
  "title": "Methods",
1364
1364
  "kind": 2048,
1365
1365
  "children": [
1366
- 612,
1367
- 606,
1366
+ 617,
1367
+ 611,
1368
+ 613,
1369
+ 629,
1370
+ 626,
1368
1371
  608,
1369
- 624,
1370
- 621,
1371
- 603,
1372
- 627,
1373
- 601,
1374
- 615,
1375
- 618
1372
+ 632,
1373
+ 606,
1374
+ 620,
1375
+ 623
1376
1376
  ]
1377
1377
  }
1378
1378
  ],
@@ -1399,7 +1399,7 @@
1399
1399
  ]
1400
1400
  },
1401
1401
  {
1402
- "id": 574,
1402
+ "id": 579,
1403
1403
  "name": "SkySearchModule",
1404
1404
  "kind": 128,
1405
1405
  "kindString": "Class",
@@ -1418,21 +1418,21 @@
1418
1418
  ],
1419
1419
  "children": [
1420
1420
  {
1421
- "id": 575,
1421
+ "id": 580,
1422
1422
  "name": "constructor",
1423
1423
  "kind": 512,
1424
1424
  "kindString": "Constructor",
1425
1425
  "flags": {},
1426
1426
  "signatures": [
1427
1427
  {
1428
- "id": 576,
1428
+ "id": 581,
1429
1429
  "name": "new SkySearchModule",
1430
1430
  "kind": 16384,
1431
1431
  "kindString": "Constructor signature",
1432
1432
  "flags": {},
1433
1433
  "type": {
1434
1434
  "type": "reference",
1435
- "id": 574,
1435
+ "id": 579,
1436
1436
  "name": "SkySearchModule"
1437
1437
  }
1438
1438
  }
@@ -1444,7 +1444,7 @@
1444
1444
  "title": "Constructors",
1445
1445
  "kind": 512,
1446
1446
  "children": [
1447
- 575
1447
+ 580
1448
1448
  ]
1449
1449
  }
1450
1450
  ],
@@ -2669,7 +2669,7 @@
2669
2669
  "sources": [
2670
2670
  {
2671
2671
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2672
- "line": 415,
2672
+ "line": 420,
2673
2673
  "character": 2
2674
2674
  }
2675
2675
  ],
@@ -2798,7 +2798,7 @@
2798
2798
  "sources": [
2799
2799
  {
2800
2800
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2801
- "line": 78,
2801
+ "line": 79,
2802
2802
  "character": 9
2803
2803
  }
2804
2804
  ],
@@ -2808,7 +2808,7 @@
2808
2808
  }
2809
2809
  },
2810
2810
  {
2811
- "id": 149,
2811
+ "id": 151,
2812
2812
  "name": "isOpen",
2813
2813
  "kind": 1024,
2814
2814
  "kindString": "Property",
@@ -2818,7 +2818,7 @@
2818
2818
  "sources": [
2819
2819
  {
2820
2820
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2821
- "line": 289,
2821
+ "line": 294,
2822
2822
  "character": 9
2823
2823
  }
2824
2824
  ],
@@ -2858,7 +2858,7 @@
2858
2858
  "sources": [
2859
2859
  {
2860
2860
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2861
- "line": 253,
2861
+ "line": 254,
2862
2862
  "character": 9
2863
2863
  }
2864
2864
  ],
@@ -2868,7 +2868,7 @@
2868
2868
  }
2869
2869
  },
2870
2870
  {
2871
- "id": 150,
2871
+ "id": 152,
2872
2872
  "name": "resultsListId",
2873
2873
  "kind": 1024,
2874
2874
  "kindString": "Property",
@@ -2878,7 +2878,7 @@
2878
2878
  "sources": [
2879
2879
  {
2880
2880
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2881
- "line": 291,
2881
+ "line": 296,
2882
2882
  "character": 9
2883
2883
  }
2884
2884
  ],
@@ -2888,7 +2888,7 @@
2888
2888
  }
2889
2889
  },
2890
2890
  {
2891
- "id": 151,
2891
+ "id": 153,
2892
2892
  "name": "resultsWrapperId",
2893
2893
  "kind": 1024,
2894
2894
  "kindString": "Property",
@@ -2898,7 +2898,7 @@
2898
2898
  "sources": [
2899
2899
  {
2900
2900
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2901
- "line": 293,
2901
+ "line": 298,
2902
2902
  "character": 9
2903
2903
  }
2904
2904
  ],
@@ -2931,7 +2931,7 @@
2931
2931
  "sources": [
2932
2932
  {
2933
2933
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2934
- "line": 222,
2934
+ "line": 223,
2935
2935
  "character": 9
2936
2936
  }
2937
2937
  ],
@@ -2939,13 +2939,13 @@
2939
2939
  "type": "array",
2940
2940
  "elementType": {
2941
2941
  "type": "reference",
2942
- "id": 524,
2942
+ "id": 529,
2943
2943
  "name": "SkyAutocompleteSearchFunctionFilter"
2944
2944
  }
2945
2945
  }
2946
2946
  },
2947
2947
  {
2948
- "id": 152,
2948
+ "id": 154,
2949
2949
  "name": "searchText",
2950
2950
  "kind": 1024,
2951
2951
  "kindString": "Property",
@@ -2955,7 +2955,7 @@
2955
2955
  "sources": [
2956
2956
  {
2957
2957
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2958
- "line": 295,
2958
+ "line": 300,
2959
2959
  "character": 9
2960
2960
  }
2961
2961
  ],
@@ -2985,7 +2985,7 @@
2985
2985
  "sources": [
2986
2986
  {
2987
2987
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2988
- "line": 86,
2988
+ "line": 87,
2989
2989
  "character": 13
2990
2990
  }
2991
2991
  ],
@@ -3062,7 +3062,7 @@
3062
3062
  "sources": [
3063
3063
  {
3064
3064
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3065
- "line": 100,
3065
+ "line": 101,
3066
3066
  "character": 13
3067
3067
  }
3068
3068
  ],
@@ -3139,7 +3139,7 @@
3139
3139
  "sources": [
3140
3140
  {
3141
3141
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3142
- "line": 114,
3142
+ "line": 115,
3143
3143
  "character": 13
3144
3144
  }
3145
3145
  ],
@@ -3206,7 +3206,7 @@
3206
3206
  "sources": [
3207
3207
  {
3208
3208
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3209
- "line": 285,
3209
+ "line": 286,
3210
3210
  "character": 13
3211
3211
  }
3212
3212
  ],
@@ -3217,9 +3217,41 @@
3217
3217
  "kind": 524288,
3218
3218
  "kindString": "Get signature",
3219
3219
  "flags": {},
3220
+ "type": {
3221
+ "type": "array",
3222
+ "elementType": {
3223
+ "type": "intrinsic",
3224
+ "name": "string"
3225
+ }
3226
+ }
3227
+ }
3228
+ ],
3229
+ "setSignature": [
3230
+ {
3231
+ "id": 149,
3232
+ "name": "highlightText",
3233
+ "kind": 1048576,
3234
+ "kindString": "Set signature",
3235
+ "flags": {},
3236
+ "parameters": [
3237
+ {
3238
+ "id": 150,
3239
+ "name": "value",
3240
+ "kind": 32768,
3241
+ "kindString": "Parameter",
3242
+ "flags": {},
3243
+ "type": {
3244
+ "type": "array",
3245
+ "elementType": {
3246
+ "type": "intrinsic",
3247
+ "name": "string"
3248
+ }
3249
+ }
3250
+ }
3251
+ ],
3220
3252
  "type": {
3221
3253
  "type": "intrinsic",
3222
- "name": "string"
3254
+ "name": "void"
3223
3255
  }
3224
3256
  }
3225
3257
  ]
@@ -3245,7 +3277,7 @@
3245
3277
  "sources": [
3246
3278
  {
3247
3279
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3248
- "line": 154,
3280
+ "line": 155,
3249
3281
  "character": 13
3250
3282
  }
3251
3283
  ],
@@ -3328,7 +3360,7 @@
3328
3360
  "sources": [
3329
3361
  {
3330
3362
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3331
- "line": 169,
3363
+ "line": 170,
3332
3364
  "character": 13
3333
3365
  }
3334
3366
  ],
@@ -3344,7 +3376,7 @@
3344
3376
  },
3345
3377
  "type": {
3346
3378
  "type": "reference",
3347
- "id": 519,
3379
+ "id": 524,
3348
3380
  "name": "SkyAutocompleteSearchFunction"
3349
3381
  }
3350
3382
  }
@@ -3368,7 +3400,7 @@
3368
3400
  "flags": {},
3369
3401
  "type": {
3370
3402
  "type": "reference",
3371
- "id": 519,
3403
+ "id": 524,
3372
3404
  "name": "SkyAutocompleteSearchFunction"
3373
3405
  }
3374
3406
  }
@@ -3401,7 +3433,7 @@
3401
3433
  "sources": [
3402
3434
  {
3403
3435
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3404
- "line": 189,
3436
+ "line": 190,
3405
3437
  "character": 13
3406
3438
  }
3407
3439
  ],
@@ -3474,7 +3506,7 @@
3474
3506
  "sources": [
3475
3507
  {
3476
3508
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3477
- "line": 281,
3509
+ "line": 282,
3478
3510
  "character": 13
3479
3511
  }
3480
3512
  ],
@@ -3516,7 +3548,7 @@
3516
3548
  "sources": [
3517
3549
  {
3518
3550
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3519
- "line": 229,
3551
+ "line": 230,
3520
3552
  "character": 13
3521
3553
  }
3522
3554
  ],
@@ -3587,7 +3619,7 @@
3587
3619
  "sources": [
3588
3620
  {
3589
3621
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3590
- "line": 204,
3622
+ "line": 205,
3591
3623
  "character": 13
3592
3624
  }
3593
3625
  ],
@@ -3664,7 +3696,7 @@
3664
3696
  "sources": [
3665
3697
  {
3666
3698
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3667
- "line": 273,
3699
+ "line": 274,
3668
3700
  "character": 13
3669
3701
  }
3670
3702
  ],
@@ -3683,7 +3715,7 @@
3683
3715
  "typeArguments": [
3684
3716
  {
3685
3717
  "type": "reference",
3686
- "id": 530,
3718
+ "id": 535,
3687
3719
  "name": "SkyAutocompleteSelectionChange"
3688
3720
  }
3689
3721
  ],
@@ -3693,7 +3725,7 @@
3693
3725
  ]
3694
3726
  },
3695
3727
  {
3696
- "id": 153,
3728
+ "id": 155,
3697
3729
  "name": "showActionsArea",
3698
3730
  "kind": 262144,
3699
3731
  "kindString": "Accessor",
@@ -3703,13 +3735,13 @@
3703
3735
  "sources": [
3704
3736
  {
3705
3737
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3706
- "line": 297,
3738
+ "line": 302,
3707
3739
  "character": 13
3708
3740
  }
3709
3741
  ],
3710
3742
  "getSignature": [
3711
3743
  {
3712
- "id": 154,
3744
+ "id": 156,
3713
3745
  "name": "showActionsArea",
3714
3746
  "kind": 524288,
3715
3747
  "kindString": "Get signature",
@@ -3722,7 +3754,7 @@
3722
3754
  ]
3723
3755
  },
3724
3756
  {
3725
- "id": 192,
3757
+ "id": 194,
3726
3758
  "name": "addButtonClicked",
3727
3759
  "kind": 2048,
3728
3760
  "kindString": "Method",
@@ -3732,13 +3764,13 @@
3732
3764
  "sources": [
3733
3765
  {
3734
3766
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3735
- "line": 453,
3767
+ "line": 458,
3736
3768
  "character": 9
3737
3769
  }
3738
3770
  ],
3739
3771
  "signatures": [
3740
3772
  {
3741
- "id": 193,
3773
+ "id": 195,
3742
3774
  "name": "addButtonClicked",
3743
3775
  "kind": 4096,
3744
3776
  "kindString": "Call signature",
@@ -3751,7 +3783,7 @@
3751
3783
  ]
3752
3784
  },
3753
3785
  {
3754
- "id": 194,
3786
+ "id": 196,
3755
3787
  "name": "handleKeydown",
3756
3788
  "kind": 2048,
3757
3789
  "kindString": "Method",
@@ -3761,20 +3793,20 @@
3761
3793
  "sources": [
3762
3794
  {
3763
3795
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3764
- "line": 459,
3796
+ "line": 464,
3765
3797
  "character": 9
3766
3798
  }
3767
3799
  ],
3768
3800
  "signatures": [
3769
3801
  {
3770
- "id": 195,
3802
+ "id": 197,
3771
3803
  "name": "handleKeydown",
3772
3804
  "kind": 4096,
3773
3805
  "kindString": "Call signature",
3774
3806
  "flags": {},
3775
3807
  "parameters": [
3776
3808
  {
3777
- "id": 196,
3809
+ "id": 198,
3778
3810
  "name": "event",
3779
3811
  "kind": 32768,
3780
3812
  "kindString": "Parameter",
@@ -3793,7 +3825,7 @@
3793
3825
  ]
3794
3826
  },
3795
3827
  {
3796
- "id": 206,
3828
+ "id": 208,
3797
3829
  "name": "isElementFocused",
3798
3830
  "kind": 2048,
3799
3831
  "kindString": "Method",
@@ -3803,20 +3835,20 @@
3803
3835
  "sources": [
3804
3836
  {
3805
3837
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3806
- "line": 568,
3838
+ "line": 573,
3807
3839
  "character": 9
3808
3840
  }
3809
3841
  ],
3810
3842
  "signatures": [
3811
3843
  {
3812
- "id": 207,
3844
+ "id": 209,
3813
3845
  "name": "isElementFocused",
3814
3846
  "kind": 4096,
3815
3847
  "kindString": "Call signature",
3816
3848
  "flags": {},
3817
3849
  "parameters": [
3818
3850
  {
3819
- "id": 208,
3851
+ "id": 210,
3820
3852
  "name": "ref",
3821
3853
  "kind": 32768,
3822
3854
  "kindString": "Parameter",
@@ -3835,7 +3867,7 @@
3835
3867
  ]
3836
3868
  },
3837
3869
  {
3838
- "id": 197,
3870
+ "id": 199,
3839
3871
  "name": "moreButtonClicked",
3840
3872
  "kind": 2048,
3841
3873
  "kindString": "Method",
@@ -3845,13 +3877,13 @@
3845
3877
  "sources": [
3846
3878
  {
3847
3879
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3848
- "line": 540,
3880
+ "line": 545,
3849
3881
  "character": 9
3850
3882
  }
3851
3883
  ],
3852
3884
  "signatures": [
3853
3885
  {
3854
- "id": 198,
3886
+ "id": 200,
3855
3887
  "name": "moreButtonClicked",
3856
3888
  "kind": 4096,
3857
3889
  "kindString": "Call signature",
@@ -3864,7 +3896,7 @@
3864
3896
  ]
3865
3897
  },
3866
3898
  {
3867
- "id": 186,
3899
+ "id": 188,
3868
3900
  "name": "ngAfterContentInit",
3869
3901
  "kind": 2048,
3870
3902
  "kindString": "Method",
@@ -3874,13 +3906,13 @@
3874
3906
  "sources": [
3875
3907
  {
3876
3908
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3877
- "line": 428,
3909
+ "line": 433,
3878
3910
  "character": 9
3879
3911
  }
3880
3912
  ],
3881
3913
  "signatures": [
3882
3914
  {
3883
- "id": 187,
3915
+ "id": 189,
3884
3916
  "name": "ngAfterContentInit",
3885
3917
  "kind": 4096,
3886
3918
  "kindString": "Call signature",
@@ -3901,7 +3933,7 @@
3901
3933
  }
3902
3934
  },
3903
3935
  {
3904
- "id": 188,
3936
+ "id": 190,
3905
3937
  "name": "ngAfterViewInit",
3906
3938
  "kind": 2048,
3907
3939
  "kindString": "Method",
@@ -3911,13 +3943,13 @@
3911
3943
  "sources": [
3912
3944
  {
3913
3945
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3914
- "line": 440,
3946
+ "line": 445,
3915
3947
  "character": 9
3916
3948
  }
3917
3949
  ],
3918
3950
  "signatures": [
3919
3951
  {
3920
- "id": 189,
3952
+ "id": 191,
3921
3953
  "name": "ngAfterViewInit",
3922
3954
  "kind": 4096,
3923
3955
  "kindString": "Call signature",
@@ -3938,7 +3970,7 @@
3938
3970
  }
3939
3971
  },
3940
3972
  {
3941
- "id": 190,
3973
+ "id": 192,
3942
3974
  "name": "ngOnDestroy",
3943
3975
  "kind": 2048,
3944
3976
  "kindString": "Method",
@@ -3948,13 +3980,13 @@
3948
3980
  "sources": [
3949
3981
  {
3950
3982
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3951
- "line": 444,
3983
+ "line": 449,
3952
3984
  "character": 9
3953
3985
  }
3954
3986
  ],
3955
3987
  "signatures": [
3956
3988
  {
3957
- "id": 191,
3989
+ "id": 193,
3958
3990
  "name": "ngOnDestroy",
3959
3991
  "kind": 4096,
3960
3992
  "kindString": "Call signature",
@@ -3975,7 +4007,7 @@
3975
4007
  }
3976
4008
  },
3977
4009
  {
3978
- "id": 199,
4010
+ "id": 201,
3979
4011
  "name": "onResultMouseDown",
3980
4012
  "kind": 2048,
3981
4013
  "kindString": "Method",
@@ -3985,20 +4017,20 @@
3985
4017
  "sources": [
3986
4018
  {
3987
4019
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3988
- "line": 546,
4020
+ "line": 551,
3989
4021
  "character": 9
3990
4022
  }
3991
4023
  ],
3992
4024
  "signatures": [
3993
4025
  {
3994
- "id": 200,
4026
+ "id": 202,
3995
4027
  "name": "onResultMouseDown",
3996
4028
  "kind": 4096,
3997
4029
  "kindString": "Call signature",
3998
4030
  "flags": {},
3999
4031
  "parameters": [
4000
4032
  {
4001
- "id": 201,
4033
+ "id": 203,
4002
4034
  "name": "id",
4003
4035
  "kind": 32768,
4004
4036
  "kindString": "Parameter",
@@ -4009,7 +4041,7 @@
4009
4041
  }
4010
4042
  },
4011
4043
  {
4012
- "id": 202,
4044
+ "id": 204,
4013
4045
  "name": "event",
4014
4046
  "kind": 32768,
4015
4047
  "kindString": "Parameter",
@@ -4028,7 +4060,7 @@
4028
4060
  ]
4029
4061
  },
4030
4062
  {
4031
- "id": 203,
4063
+ "id": 205,
4032
4064
  "name": "onResultMouseMove",
4033
4065
  "kind": 2048,
4034
4066
  "kindString": "Method",
@@ -4038,20 +4070,20 @@
4038
4070
  "sources": [
4039
4071
  {
4040
4072
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4041
- "line": 559,
4073
+ "line": 564,
4042
4074
  "character": 9
4043
4075
  }
4044
4076
  ],
4045
4077
  "signatures": [
4046
4078
  {
4047
- "id": 204,
4079
+ "id": 206,
4048
4080
  "name": "onResultMouseMove",
4049
4081
  "kind": 4096,
4050
4082
  "kindString": "Call signature",
4051
4083
  "flags": {},
4052
4084
  "parameters": [
4053
4085
  {
4054
- "id": 205,
4086
+ "id": 207,
4055
4087
  "name": "id",
4056
4088
  "kind": 32768,
4057
4089
  "kindString": "Parameter",
@@ -4083,12 +4115,12 @@
4083
4115
  "kind": 1024,
4084
4116
  "children": [
4085
4117
  99,
4086
- 149,
4087
- 140,
4088
- 150,
4089
4118
  151,
4119
+ 140,
4120
+ 152,
4121
+ 153,
4090
4122
  134,
4091
- 152
4123
+ 154
4092
4124
  ]
4093
4125
  },
4094
4126
  {
@@ -4106,29 +4138,29 @@
4106
4138
  135,
4107
4139
  130,
4108
4140
  143,
4109
- 153
4141
+ 155
4110
4142
  ]
4111
4143
  },
4112
4144
  {
4113
4145
  "title": "Methods",
4114
4146
  "kind": 2048,
4115
4147
  "children": [
4116
- 192,
4117
4148
  194,
4118
- 206,
4119
- 197,
4120
- 186,
4149
+ 196,
4150
+ 208,
4151
+ 199,
4121
4152
  188,
4122
4153
  190,
4123
- 199,
4124
- 203
4154
+ 192,
4155
+ 201,
4156
+ 205
4125
4157
  ]
4126
4158
  }
4127
4159
  ],
4128
4160
  "sources": [
4129
4161
  {
4130
4162
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4131
- "line": 67,
4163
+ "line": 68,
4132
4164
  "character": 13
4133
4165
  }
4134
4166
  ],
@@ -4148,7 +4180,7 @@
4148
4180
  ]
4149
4181
  },
4150
4182
  {
4151
- "id": 245,
4183
+ "id": 250,
4152
4184
  "name": "SkyCountryFieldComponent",
4153
4185
  "kind": 128,
4154
4186
  "kindString": "Class",
@@ -4167,7 +4199,7 @@
4167
4199
  ],
4168
4200
  "children": [
4169
4201
  {
4170
- "id": 246,
4202
+ "id": 251,
4171
4203
  "name": "constructor",
4172
4204
  "kind": 512,
4173
4205
  "kindString": "Constructor",
@@ -4181,14 +4213,14 @@
4181
4213
  ],
4182
4214
  "signatures": [
4183
4215
  {
4184
- "id": 247,
4216
+ "id": 252,
4185
4217
  "name": "SkyCountryFieldComponent",
4186
4218
  "kind": 16384,
4187
4219
  "kindString": "Constructor signature",
4188
4220
  "flags": {},
4189
4221
  "parameters": [
4190
4222
  {
4191
- "id": 248,
4223
+ "id": 253,
4192
4224
  "name": "changeDetector",
4193
4225
  "kind": 32768,
4194
4226
  "kindString": "Parameter",
@@ -4199,7 +4231,7 @@
4199
4231
  }
4200
4232
  },
4201
4233
  {
4202
- "id": 249,
4234
+ "id": 254,
4203
4235
  "name": "elRef",
4204
4236
  "kind": 32768,
4205
4237
  "kindString": "Parameter",
@@ -4216,7 +4248,7 @@
4216
4248
  }
4217
4249
  },
4218
4250
  {
4219
- "id": 250,
4251
+ "id": 255,
4220
4252
  "name": "windowRef",
4221
4253
  "kind": 32768,
4222
4254
  "kindString": "Parameter",
@@ -4227,7 +4259,7 @@
4227
4259
  }
4228
4260
  },
4229
4261
  {
4230
- "id": 251,
4262
+ "id": 256,
4231
4263
  "name": "injector",
4232
4264
  "kind": 32768,
4233
4265
  "kindString": "Parameter",
@@ -4238,7 +4270,7 @@
4238
4270
  }
4239
4271
  },
4240
4272
  {
4241
- "id": 252,
4273
+ "id": 257,
4242
4274
  "name": "inputBoxHostSvc",
4243
4275
  "kind": 32768,
4244
4276
  "kindString": "Parameter",
@@ -4261,7 +4293,7 @@
4261
4293
  }
4262
4294
  },
4263
4295
  {
4264
- "id": 253,
4296
+ "id": 258,
4265
4297
  "name": "themeSvc",
4266
4298
  "kind": 32768,
4267
4299
  "kindString": "Parameter",
@@ -4286,14 +4318,14 @@
4286
4318
  ],
4287
4319
  "type": {
4288
4320
  "type": "reference",
4289
- "id": 245,
4321
+ "id": 250,
4290
4322
  "name": "SkyCountryFieldComponent"
4291
4323
  }
4292
4324
  }
4293
4325
  ]
4294
4326
  },
4295
4327
  {
4296
- "id": 254,
4328
+ "id": 259,
4297
4329
  "name": "autocompleteAttribute",
4298
4330
  "kind": 1024,
4299
4331
  "kindString": "Property",
@@ -4332,7 +4364,7 @@
4332
4364
  }
4333
4365
  },
4334
4366
  {
4335
- "id": 273,
4367
+ "id": 278,
4336
4368
  "name": "countries",
4337
4369
  "kind": 1024,
4338
4370
  "kindString": "Property",
@@ -4350,13 +4382,13 @@
4350
4382
  "type": "array",
4351
4383
  "elementType": {
4352
4384
  "type": "reference",
4353
- "id": 538,
4385
+ "id": 543,
4354
4386
  "name": "SkyCountryFieldCountry"
4355
4387
  }
4356
4388
  }
4357
4389
  },
4358
4390
  {
4359
- "id": 277,
4391
+ "id": 282,
4360
4392
  "name": "countrySearchAutocompleteDirective",
4361
4393
  "kind": 1024,
4362
4394
  "kindString": "Property",
@@ -4389,7 +4421,7 @@
4389
4421
  }
4390
4422
  },
4391
4423
  {
4392
- "id": 274,
4424
+ "id": 279,
4393
4425
  "name": "countrySearchFormControl",
4394
4426
  "kind": 1024,
4395
4427
  "kindString": "Property",
@@ -4409,7 +4441,7 @@
4409
4441
  }
4410
4442
  },
4411
4443
  {
4412
- "id": 282,
4444
+ "id": 287,
4413
4445
  "name": "currentTheme",
4414
4446
  "kind": 1024,
4415
4447
  "kindString": "Property",
@@ -4430,7 +4462,7 @@
4430
4462
  "defaultValue": "'default'"
4431
4463
  },
4432
4464
  {
4433
- "id": 263,
4465
+ "id": 268,
4434
4466
  "name": "hideSelectedCountryFlag",
4435
4467
  "kind": 1024,
4436
4468
  "kindString": "Property",
@@ -4469,7 +4501,7 @@
4469
4501
  }
4470
4502
  },
4471
4503
  {
4472
- "id": 297,
4504
+ "id": 302,
4473
4505
  "name": "inputBoxHostSvc",
4474
4506
  "kind": 1024,
4475
4507
  "kindString": "Property",
@@ -4483,7 +4515,7 @@
4483
4515
  }
4484
4516
  },
4485
4517
  {
4486
- "id": 283,
4518
+ "id": 288,
4487
4519
  "name": "inputId",
4488
4520
  "kind": 1024,
4489
4521
  "kindString": "Property",
@@ -4503,7 +4535,7 @@
4503
4535
  }
4504
4536
  },
4505
4537
  {
4506
- "id": 275,
4538
+ "id": 280,
4507
4539
  "name": "isInputFocused",
4508
4540
  "kind": 1024,
4509
4541
  "kindString": "Property",
@@ -4524,7 +4556,7 @@
4524
4556
  "defaultValue": "false"
4525
4557
  },
4526
4558
  {
4527
- "id": 309,
4559
+ "id": 314,
4528
4560
  "name": "onChange",
4529
4561
  "kind": 1024,
4530
4562
  "kindString": "Property",
@@ -4545,7 +4577,7 @@
4545
4577
  "defaultValue": "..."
4546
4578
  },
4547
4579
  {
4548
- "id": 310,
4580
+ "id": 315,
4549
4581
  "name": "onTouched",
4550
4582
  "kind": 1024,
4551
4583
  "kindString": "Property",
@@ -4566,7 +4598,7 @@
4566
4598
  "defaultValue": "..."
4567
4599
  },
4568
4600
  {
4569
- "id": 276,
4601
+ "id": 281,
4570
4602
  "name": "searchTextMinimumCharacters",
4571
4603
  "kind": 1024,
4572
4604
  "kindString": "Property",
@@ -4587,7 +4619,7 @@
4587
4619
  "defaultValue": "2"
4588
4620
  },
4589
4621
  {
4590
- "id": 272,
4622
+ "id": 277,
4591
4623
  "name": "selectedCountryChange",
4592
4624
  "kind": 1024,
4593
4625
  "kindString": "Property",
@@ -4619,7 +4651,7 @@
4619
4651
  "typeArguments": [
4620
4652
  {
4621
4653
  "type": "reference",
4622
- "id": 538,
4654
+ "id": 543,
4623
4655
  "name": "SkyCountryFieldCountry"
4624
4656
  }
4625
4657
  ],
@@ -4628,7 +4660,7 @@
4628
4660
  "defaultValue": "..."
4629
4661
  },
4630
4662
  {
4631
- "id": 255,
4663
+ "id": 260,
4632
4664
  "name": "defaultCountry",
4633
4665
  "kind": 262144,
4634
4666
  "kindString": "Accessor",
@@ -4654,7 +4686,7 @@
4654
4686
  ],
4655
4687
  "getSignature": [
4656
4688
  {
4657
- "id": 256,
4689
+ "id": 261,
4658
4690
  "name": "defaultCountry",
4659
4691
  "kind": 524288,
4660
4692
  "kindString": "Get signature",
@@ -4670,7 +4702,7 @@
4670
4702
  ],
4671
4703
  "setSignature": [
4672
4704
  {
4673
- "id": 257,
4705
+ "id": 262,
4674
4706
  "name": "defaultCountry",
4675
4707
  "kind": 1048576,
4676
4708
  "kindString": "Set signature",
@@ -4686,7 +4718,7 @@
4686
4718
  },
4687
4719
  "parameters": [
4688
4720
  {
4689
- "id": 258,
4721
+ "id": 263,
4690
4722
  "name": "value",
4691
4723
  "kind": 32768,
4692
4724
  "kindString": "Parameter",
@@ -4705,7 +4737,7 @@
4705
4737
  ]
4706
4738
  },
4707
4739
  {
4708
- "id": 259,
4740
+ "id": 264,
4709
4741
  "name": "disabled",
4710
4742
  "kind": 262144,
4711
4743
  "kindString": "Accessor",
@@ -4731,7 +4763,7 @@
4731
4763
  ],
4732
4764
  "getSignature": [
4733
4765
  {
4734
- "id": 260,
4766
+ "id": 265,
4735
4767
  "name": "disabled",
4736
4768
  "kind": 524288,
4737
4769
  "kindString": "Get signature",
@@ -4747,7 +4779,7 @@
4747
4779
  ],
4748
4780
  "setSignature": [
4749
4781
  {
4750
- "id": 261,
4782
+ "id": 266,
4751
4783
  "name": "disabled",
4752
4784
  "kind": 1048576,
4753
4785
  "kindString": "Set signature",
@@ -4757,7 +4789,7 @@
4757
4789
  },
4758
4790
  "parameters": [
4759
4791
  {
4760
- "id": 262,
4792
+ "id": 267,
4761
4793
  "name": "isDisabled",
4762
4794
  "kind": 32768,
4763
4795
  "kindString": "Parameter",
@@ -4776,7 +4808,7 @@
4776
4808
  ]
4777
4809
  },
4778
4810
  {
4779
- "id": 264,
4811
+ "id": 269,
4780
4812
  "name": "includePhoneInfo",
4781
4813
  "kind": 262144,
4782
4814
  "kindString": "Accessor",
@@ -4802,7 +4834,7 @@
4802
4834
  ],
4803
4835
  "getSignature": [
4804
4836
  {
4805
- "id": 265,
4837
+ "id": 270,
4806
4838
  "name": "includePhoneInfo",
4807
4839
  "kind": 524288,
4808
4840
  "kindString": "Get signature",
@@ -4818,7 +4850,7 @@
4818
4850
  ],
4819
4851
  "setSignature": [
4820
4852
  {
4821
- "id": 266,
4853
+ "id": 271,
4822
4854
  "name": "includePhoneInfo",
4823
4855
  "kind": 1048576,
4824
4856
  "kindString": "Set signature",
@@ -4834,7 +4866,7 @@
4834
4866
  },
4835
4867
  "parameters": [
4836
4868
  {
4837
- "id": 267,
4869
+ "id": 272,
4838
4870
  "name": "includePhoneInfo",
4839
4871
  "kind": 32768,
4840
4872
  "kindString": "Parameter",
@@ -4853,7 +4885,7 @@
4853
4885
  ]
4854
4886
  },
4855
4887
  {
4856
- "id": 278,
4888
+ "id": 283,
4857
4889
  "name": "selectedCountry",
4858
4890
  "kind": 262144,
4859
4891
  "kindString": "Accessor",
@@ -4869,35 +4901,35 @@
4869
4901
  ],
4870
4902
  "getSignature": [
4871
4903
  {
4872
- "id": 279,
4904
+ "id": 284,
4873
4905
  "name": "selectedCountry",
4874
4906
  "kind": 524288,
4875
4907
  "kindString": "Get signature",
4876
4908
  "flags": {},
4877
4909
  "type": {
4878
4910
  "type": "reference",
4879
- "id": 538,
4911
+ "id": 543,
4880
4912
  "name": "SkyCountryFieldCountry"
4881
4913
  }
4882
4914
  }
4883
4915
  ],
4884
4916
  "setSignature": [
4885
4917
  {
4886
- "id": 280,
4918
+ "id": 285,
4887
4919
  "name": "selectedCountry",
4888
4920
  "kind": 1048576,
4889
4921
  "kindString": "Set signature",
4890
4922
  "flags": {},
4891
4923
  "parameters": [
4892
4924
  {
4893
- "id": 281,
4925
+ "id": 286,
4894
4926
  "name": "newCountry",
4895
4927
  "kind": 32768,
4896
4928
  "kindString": "Parameter",
4897
4929
  "flags": {},
4898
4930
  "type": {
4899
4931
  "type": "reference",
4900
- "id": 538,
4932
+ "id": 543,
4901
4933
  "name": "SkyCountryFieldCountry"
4902
4934
  }
4903
4935
  }
@@ -4910,7 +4942,7 @@
4910
4942
  ]
4911
4943
  },
4912
4944
  {
4913
- "id": 268,
4945
+ "id": 273,
4914
4946
  "name": "supportedCountryISOs",
4915
4947
  "kind": 262144,
4916
4948
  "kindString": "Accessor",
@@ -4936,7 +4968,7 @@
4936
4968
  ],
4937
4969
  "getSignature": [
4938
4970
  {
4939
- "id": 269,
4971
+ "id": 274,
4940
4972
  "name": "supportedCountryISOs",
4941
4973
  "kind": 524288,
4942
4974
  "kindString": "Get signature",
@@ -4955,7 +4987,7 @@
4955
4987
  ],
4956
4988
  "setSignature": [
4957
4989
  {
4958
- "id": 270,
4990
+ "id": 275,
4959
4991
  "name": "supportedCountryISOs",
4960
4992
  "kind": 1048576,
4961
4993
  "kindString": "Set signature",
@@ -4965,7 +4997,7 @@
4965
4997
  },
4966
4998
  "parameters": [
4967
4999
  {
4968
- "id": 271,
5000
+ "id": 276,
4969
5001
  "name": "value",
4970
5002
  "kind": 32768,
4971
5003
  "kindString": "Parameter",
@@ -4987,7 +5019,7 @@
4987
5019
  ]
4988
5020
  },
4989
5021
  {
4990
- "id": 300,
5022
+ "id": 305,
4991
5023
  "name": "ngAfterViewInit",
4992
5024
  "kind": 2048,
4993
5025
  "kindString": "Method",
@@ -5003,7 +5035,7 @@
5003
5035
  ],
5004
5036
  "signatures": [
5005
5037
  {
5006
- "id": 301,
5038
+ "id": 306,
5007
5039
  "name": "ngAfterViewInit",
5008
5040
  "kind": 4096,
5009
5041
  "kindString": "Call signature",
@@ -5024,7 +5056,7 @@
5024
5056
  }
5025
5057
  },
5026
5058
  {
5027
- "id": 311,
5059
+ "id": 316,
5028
5060
  "name": "registerOnChange",
5029
5061
  "kind": 2048,
5030
5062
  "kindString": "Method",
@@ -5040,14 +5072,14 @@
5040
5072
  ],
5041
5073
  "signatures": [
5042
5074
  {
5043
- "id": 312,
5075
+ "id": 317,
5044
5076
  "name": "registerOnChange",
5045
5077
  "kind": 4096,
5046
5078
  "kindString": "Call signature",
5047
5079
  "flags": {},
5048
5080
  "parameters": [
5049
5081
  {
5050
- "id": 313,
5082
+ "id": 318,
5051
5083
  "name": "fn",
5052
5084
  "kind": 32768,
5053
5085
  "kindString": "Parameter",
@@ -5055,21 +5087,21 @@
5055
5087
  "type": {
5056
5088
  "type": "reflection",
5057
5089
  "declaration": {
5058
- "id": 314,
5090
+ "id": 319,
5059
5091
  "name": "__type",
5060
5092
  "kind": 65536,
5061
5093
  "kindString": "Type literal",
5062
5094
  "flags": {},
5063
5095
  "signatures": [
5064
5096
  {
5065
- "id": 315,
5097
+ "id": 320,
5066
5098
  "name": "__type",
5067
5099
  "kind": 4096,
5068
5100
  "kindString": "Call signature",
5069
5101
  "flags": {},
5070
5102
  "parameters": [
5071
5103
  {
5072
- "id": 316,
5104
+ "id": 321,
5073
5105
  "name": "value",
5074
5106
  "kind": 32768,
5075
5107
  "kindString": "Parameter",
@@ -5106,7 +5138,7 @@
5106
5138
  }
5107
5139
  },
5108
5140
  {
5109
- "id": 317,
5141
+ "id": 322,
5110
5142
  "name": "registerOnTouched",
5111
5143
  "kind": 2048,
5112
5144
  "kindString": "Method",
@@ -5122,14 +5154,14 @@
5122
5154
  ],
5123
5155
  "signatures": [
5124
5156
  {
5125
- "id": 318,
5157
+ "id": 323,
5126
5158
  "name": "registerOnTouched",
5127
5159
  "kind": 4096,
5128
5160
  "kindString": "Call signature",
5129
5161
  "flags": {},
5130
5162
  "parameters": [
5131
5163
  {
5132
- "id": 319,
5164
+ "id": 324,
5133
5165
  "name": "fn",
5134
5166
  "kind": 32768,
5135
5167
  "kindString": "Parameter",
@@ -5137,14 +5169,14 @@
5137
5169
  "type": {
5138
5170
  "type": "reflection",
5139
5171
  "declaration": {
5140
- "id": 320,
5172
+ "id": 325,
5141
5173
  "name": "__type",
5142
5174
  "kind": 65536,
5143
5175
  "kindString": "Type literal",
5144
5176
  "flags": {},
5145
5177
  "signatures": [
5146
5178
  {
5147
- "id": 321,
5179
+ "id": 326,
5148
5180
  "name": "__type",
5149
5181
  "kind": 4096,
5150
5182
  "kindString": "Call signature",
@@ -5175,7 +5207,7 @@
5175
5207
  }
5176
5208
  },
5177
5209
  {
5178
- "id": 322,
5210
+ "id": 327,
5179
5211
  "name": "setDisabledState",
5180
5212
  "kind": 2048,
5181
5213
  "kindString": "Method",
@@ -5191,14 +5223,14 @@
5191
5223
  ],
5192
5224
  "signatures": [
5193
5225
  {
5194
- "id": 323,
5226
+ "id": 328,
5195
5227
  "name": "setDisabledState",
5196
5228
  "kind": 4096,
5197
5229
  "kindString": "Call signature",
5198
5230
  "flags": {},
5199
5231
  "parameters": [
5200
5232
  {
5201
- "id": 324,
5233
+ "id": 329,
5202
5234
  "name": "disabled",
5203
5235
  "kind": 32768,
5204
5236
  "kindString": "Parameter",
@@ -5225,7 +5257,7 @@
5225
5257
  }
5226
5258
  },
5227
5259
  {
5228
- "id": 325,
5260
+ "id": 330,
5229
5261
  "name": "validate",
5230
5262
  "kind": 2048,
5231
5263
  "kindString": "Method",
@@ -5241,14 +5273,14 @@
5241
5273
  ],
5242
5274
  "signatures": [
5243
5275
  {
5244
- "id": 326,
5276
+ "id": 331,
5245
5277
  "name": "validate",
5246
5278
  "kind": 4096,
5247
5279
  "kindString": "Call signature",
5248
5280
  "flags": {},
5249
5281
  "parameters": [
5250
5282
  {
5251
- "id": 327,
5283
+ "id": 332,
5252
5284
  "name": "control",
5253
5285
  "kind": 32768,
5254
5286
  "kindString": "Parameter",
@@ -5275,7 +5307,7 @@
5275
5307
  }
5276
5308
  },
5277
5309
  {
5278
- "id": 328,
5310
+ "id": 333,
5279
5311
  "name": "writeValue",
5280
5312
  "kind": 2048,
5281
5313
  "kindString": "Method",
@@ -5291,21 +5323,21 @@
5291
5323
  ],
5292
5324
  "signatures": [
5293
5325
  {
5294
- "id": 329,
5326
+ "id": 334,
5295
5327
  "name": "writeValue",
5296
5328
  "kind": 4096,
5297
5329
  "kindString": "Call signature",
5298
5330
  "flags": {},
5299
5331
  "parameters": [
5300
5332
  {
5301
- "id": 330,
5333
+ "id": 335,
5302
5334
  "name": "value",
5303
5335
  "kind": 32768,
5304
5336
  "kindString": "Parameter",
5305
5337
  "flags": {},
5306
5338
  "type": {
5307
5339
  "type": "reference",
5308
- "id": 538,
5340
+ "id": 543,
5309
5341
  "name": "SkyCountryFieldCountry"
5310
5342
  }
5311
5343
  }
@@ -5331,49 +5363,49 @@
5331
5363
  "title": "Constructors",
5332
5364
  "kind": 512,
5333
5365
  "children": [
5334
- 246
5366
+ 251
5335
5367
  ]
5336
5368
  },
5337
5369
  {
5338
5370
  "title": "Properties",
5339
5371
  "kind": 1024,
5340
5372
  "children": [
5341
- 254,
5342
- 273,
5343
- 277,
5344
- 274,
5373
+ 259,
5374
+ 278,
5345
5375
  282,
5346
- 263,
5347
- 297,
5348
- 283,
5349
- 275,
5350
- 309,
5351
- 310,
5352
- 276,
5353
- 272
5376
+ 279,
5377
+ 287,
5378
+ 268,
5379
+ 302,
5380
+ 288,
5381
+ 280,
5382
+ 314,
5383
+ 315,
5384
+ 281,
5385
+ 277
5354
5386
  ]
5355
5387
  },
5356
5388
  {
5357
5389
  "title": "Accessors",
5358
5390
  "kind": 262144,
5359
5391
  "children": [
5360
- 255,
5361
- 259,
5392
+ 260,
5362
5393
  264,
5363
- 278,
5364
- 268
5394
+ 269,
5395
+ 283,
5396
+ 273
5365
5397
  ]
5366
5398
  },
5367
5399
  {
5368
5400
  "title": "Methods",
5369
5401
  "kind": 2048,
5370
5402
  "children": [
5371
- 300,
5372
- 311,
5373
- 317,
5403
+ 305,
5404
+ 316,
5374
5405
  322,
5375
- 325,
5376
- 328
5406
+ 327,
5407
+ 330,
5408
+ 333
5377
5409
  ]
5378
5410
  }
5379
5411
  ],
@@ -5408,7 +5440,7 @@
5408
5440
  ]
5409
5441
  },
5410
5442
  {
5411
- "id": 350,
5443
+ "id": 355,
5412
5444
  "name": "SkyLookupComponent",
5413
5445
  "kind": 128,
5414
5446
  "kindString": "Class",
@@ -5427,7 +5459,7 @@
5427
5459
  ],
5428
5460
  "children": [
5429
5461
  {
5430
- "id": 351,
5462
+ "id": 356,
5431
5463
  "name": "constructor",
5432
5464
  "kind": 512,
5433
5465
  "kindString": "Constructor",
@@ -5441,14 +5473,14 @@
5441
5473
  ],
5442
5474
  "signatures": [
5443
5475
  {
5444
- "id": 352,
5476
+ "id": 357,
5445
5477
  "name": "SkyLookupComponent",
5446
5478
  "kind": 16384,
5447
5479
  "kindString": "Constructor signature",
5448
5480
  "flags": {},
5449
5481
  "parameters": [
5450
5482
  {
5451
- "id": 353,
5483
+ "id": 358,
5452
5484
  "name": "changeDetector",
5453
5485
  "kind": 32768,
5454
5486
  "kindString": "Parameter",
@@ -5459,7 +5491,7 @@
5459
5491
  }
5460
5492
  },
5461
5493
  {
5462
- "id": 354,
5494
+ "id": 359,
5463
5495
  "name": "elementRef",
5464
5496
  "kind": 32768,
5465
5497
  "kindString": "Parameter",
@@ -5476,7 +5508,7 @@
5476
5508
  }
5477
5509
  },
5478
5510
  {
5479
- "id": 355,
5511
+ "id": 360,
5480
5512
  "name": "windowRef",
5481
5513
  "kind": 32768,
5482
5514
  "kindString": "Parameter",
@@ -5487,7 +5519,7 @@
5487
5519
  }
5488
5520
  },
5489
5521
  {
5490
- "id": 356,
5522
+ "id": 361,
5491
5523
  "name": "ngControl",
5492
5524
  "kind": 32768,
5493
5525
  "kindString": "Parameter",
@@ -5516,7 +5548,7 @@
5516
5548
  }
5517
5549
  },
5518
5550
  {
5519
- "id": 357,
5551
+ "id": 362,
5520
5552
  "name": "adapter",
5521
5553
  "kind": 32768,
5522
5554
  "kindString": "Parameter",
@@ -5527,7 +5559,7 @@
5527
5559
  }
5528
5560
  },
5529
5561
  {
5530
- "id": 358,
5562
+ "id": 363,
5531
5563
  "name": "modalService",
5532
5564
  "kind": 32768,
5533
5565
  "kindString": "Parameter",
@@ -5538,7 +5570,7 @@
5538
5570
  }
5539
5571
  },
5540
5572
  {
5541
- "id": 359,
5573
+ "id": 364,
5542
5574
  "name": "resourcesService",
5543
5575
  "kind": 32768,
5544
5576
  "kindString": "Parameter",
@@ -5549,7 +5581,7 @@
5549
5581
  }
5550
5582
  },
5551
5583
  {
5552
- "id": 360,
5584
+ "id": 365,
5553
5585
  "name": "inputBoxHostSvc",
5554
5586
  "kind": 32768,
5555
5587
  "kindString": "Parameter",
@@ -5572,7 +5604,7 @@
5572
5604
  }
5573
5605
  },
5574
5606
  {
5575
- "id": 361,
5607
+ "id": 366,
5576
5608
  "name": "themeSvc",
5577
5609
  "kind": 32768,
5578
5610
  "kindString": "Parameter",
@@ -5597,7 +5629,7 @@
5597
5629
  ],
5598
5630
  "type": {
5599
5631
  "type": "reference",
5600
- "id": 350,
5632
+ "id": 355,
5601
5633
  "name": "SkyLookupComponent"
5602
5634
  },
5603
5635
  "overwrites": {
@@ -5612,7 +5644,7 @@
5612
5644
  }
5613
5645
  },
5614
5646
  {
5615
- "id": 380,
5647
+ "id": 385,
5616
5648
  "name": "addClick",
5617
5649
  "kind": 1024,
5618
5650
  "kindString": "Property",
@@ -5644,7 +5676,7 @@
5644
5676
  "typeArguments": [
5645
5677
  {
5646
5678
  "type": "reference",
5647
- "id": 550,
5679
+ "id": 555,
5648
5680
  "name": "SkyLookupAddClickEventArgs"
5649
5681
  }
5650
5682
  ],
@@ -5653,7 +5685,7 @@
5653
5685
  "defaultValue": "..."
5654
5686
  },
5655
5687
  {
5656
- "id": 362,
5688
+ "id": 367,
5657
5689
  "name": "ariaLabel",
5658
5690
  "kind": 1024,
5659
5691
  "kindString": "Property",
@@ -5686,7 +5718,7 @@
5686
5718
  }
5687
5719
  },
5688
5720
  {
5689
- "id": 363,
5721
+ "id": 368,
5690
5722
  "name": "ariaLabelledBy",
5691
5723
  "kind": 1024,
5692
5724
  "kindString": "Property",
@@ -5719,7 +5751,7 @@
5719
5751
  }
5720
5752
  },
5721
5753
  {
5722
- "id": 364,
5754
+ "id": 369,
5723
5755
  "name": "autocompleteAttribute",
5724
5756
  "kind": 1024,
5725
5757
  "kindString": "Property",
@@ -5758,7 +5790,7 @@
5758
5790
  }
5759
5791
  },
5760
5792
  {
5761
- "id": 389,
5793
+ "id": 394,
5762
5794
  "name": "autocompleteController",
5763
5795
  "kind": 1024,
5764
5796
  "kindString": "Property",
@@ -5785,7 +5817,7 @@
5785
5817
  "defaultValue": "..."
5786
5818
  },
5787
5819
  {
5788
- "id": 496,
5820
+ "id": 501,
5789
5821
  "name": "debounceTime",
5790
5822
  "kind": 1024,
5791
5823
  "kindString": "Property",
@@ -5828,7 +5860,7 @@
5828
5860
  }
5829
5861
  },
5830
5862
  {
5831
- "id": 369,
5863
+ "id": 374,
5832
5864
  "name": "disabled",
5833
5865
  "kind": 1024,
5834
5866
  "kindString": "Property",
@@ -5862,7 +5894,7 @@
5862
5894
  "defaultValue": "false"
5863
5895
  },
5864
5896
  {
5865
- "id": 370,
5897
+ "id": 375,
5866
5898
  "name": "enableShowMore",
5867
5899
  "kind": 1024,
5868
5900
  "kindString": "Property",
@@ -5896,7 +5928,7 @@
5896
5928
  "defaultValue": "false"
5897
5929
  },
5898
5930
  {
5899
- "id": 372,
5931
+ "id": 377,
5900
5932
  "name": "idProperty",
5901
5933
  "kind": 1024,
5902
5934
  "kindString": "Property",
@@ -5929,7 +5961,7 @@
5929
5961
  }
5930
5962
  },
5931
5963
  {
5932
- "id": 409,
5964
+ "id": 414,
5933
5965
  "name": "inputBoxHostSvc",
5934
5966
  "kind": 1024,
5935
5967
  "kindString": "Property",
@@ -5943,7 +5975,7 @@
5943
5975
  }
5944
5976
  },
5945
5977
  {
5946
- "id": 390,
5978
+ "id": 395,
5947
5979
  "name": "isInputFocused",
5948
5980
  "kind": 1024,
5949
5981
  "kindString": "Property",
@@ -5964,7 +5996,7 @@
5964
5996
  "defaultValue": "false"
5965
5997
  },
5966
5998
  {
5967
- "id": 371,
5999
+ "id": 376,
5968
6000
  "name": "placeholderText",
5969
6001
  "kind": 1024,
5970
6002
  "kindString": "Property",
@@ -5997,7 +6029,7 @@
5997
6029
  }
5998
6030
  },
5999
6031
  {
6000
- "id": 511,
6032
+ "id": 516,
6001
6033
  "name": "searchFilters",
6002
6034
  "kind": 1024,
6003
6035
  "kindString": "Property",
@@ -6028,7 +6060,7 @@
6028
6060
  "type": "array",
6029
6061
  "elementType": {
6030
6062
  "type": "reference",
6031
- "id": 524,
6063
+ "id": 529,
6032
6064
  "name": "SkyAutocompleteSearchFunctionFilter"
6033
6065
  }
6034
6066
  },
@@ -6038,7 +6070,7 @@
6038
6070
  }
6039
6071
  },
6040
6072
  {
6041
- "id": 509,
6073
+ "id": 514,
6042
6074
  "name": "searchResultTemplate",
6043
6075
  "kind": 1024,
6044
6076
  "kindString": "Property",
@@ -6081,7 +6113,7 @@
6081
6113
  }
6082
6114
  },
6083
6115
  {
6084
- "id": 512,
6116
+ "id": 517,
6085
6117
  "name": "searchResultsLimit",
6086
6118
  "kind": 1024,
6087
6119
  "kindString": "Property",
@@ -6118,7 +6150,7 @@
6118
6150
  }
6119
6151
  },
6120
6152
  {
6121
- "id": 510,
6153
+ "id": 515,
6122
6154
  "name": "searchTextMinimumCharacters",
6123
6155
  "kind": 1024,
6124
6156
  "kindString": "Property",
@@ -6161,7 +6193,7 @@
6161
6193
  }
6162
6194
  },
6163
6195
  {
6164
- "id": 373,
6196
+ "id": 378,
6165
6197
  "name": "showAddButton",
6166
6198
  "kind": 1024,
6167
6199
  "kindString": "Property",
@@ -6195,7 +6227,7 @@
6195
6227
  "defaultValue": "false"
6196
6228
  },
6197
6229
  {
6198
- "id": 374,
6230
+ "id": 379,
6199
6231
  "name": "showMoreConfig",
6200
6232
  "kind": 1024,
6201
6233
  "kindString": "Property",
@@ -6224,12 +6256,12 @@
6224
6256
  ],
6225
6257
  "type": {
6226
6258
  "type": "reference",
6227
- "id": 558,
6259
+ "id": 563,
6228
6260
  "name": "SkyLookupShowMoreConfig"
6229
6261
  }
6230
6262
  },
6231
6263
  {
6232
- "id": 410,
6264
+ "id": 415,
6233
6265
  "name": "themeSvc",
6234
6266
  "kind": 1024,
6235
6267
  "kindString": "Property",
@@ -6243,7 +6275,7 @@
6243
6275
  }
6244
6276
  },
6245
6277
  {
6246
- "id": 391,
6278
+ "id": 396,
6247
6279
  "name": "tokensController",
6248
6280
  "kind": 1024,
6249
6281
  "kindString": "Property",
@@ -6270,7 +6302,7 @@
6270
6302
  "defaultValue": "..."
6271
6303
  },
6272
6304
  {
6273
- "id": 365,
6305
+ "id": 370,
6274
6306
  "name": "data",
6275
6307
  "kind": 262144,
6276
6308
  "kindString": "Accessor",
@@ -6296,7 +6328,7 @@
6296
6328
  ],
6297
6329
  "getSignature": [
6298
6330
  {
6299
- "id": 366,
6331
+ "id": 371,
6300
6332
  "name": "data",
6301
6333
  "kind": 524288,
6302
6334
  "kindString": "Get signature",
@@ -6315,7 +6347,7 @@
6315
6347
  ],
6316
6348
  "setSignature": [
6317
6349
  {
6318
- "id": 367,
6350
+ "id": 372,
6319
6351
  "name": "data",
6320
6352
  "kind": 1048576,
6321
6353
  "kindString": "Set signature",
@@ -6331,7 +6363,7 @@
6331
6363
  },
6332
6364
  "parameters": [
6333
6365
  {
6334
- "id": 368,
6366
+ "id": 373,
6335
6367
  "name": "value",
6336
6368
  "kind": 32768,
6337
6369
  "kindString": "Parameter",
@@ -6353,7 +6385,7 @@
6353
6385
  ]
6354
6386
  },
6355
6387
  {
6356
- "id": 497,
6388
+ "id": 502,
6357
6389
  "name": "descriptorProperty",
6358
6390
  "kind": 262144,
6359
6391
  "kindString": "Accessor",
@@ -6379,7 +6411,7 @@
6379
6411
  ],
6380
6412
  "getSignature": [
6381
6413
  {
6382
- "id": 498,
6414
+ "id": 503,
6383
6415
  "name": "descriptorProperty",
6384
6416
  "kind": 524288,
6385
6417
  "kindString": "Get signature",
@@ -6395,7 +6427,7 @@
6395
6427
  ],
6396
6428
  "setSignature": [
6397
6429
  {
6398
- "id": 499,
6430
+ "id": 504,
6399
6431
  "name": "descriptorProperty",
6400
6432
  "kind": 1048576,
6401
6433
  "kindString": "Set signature",
@@ -6411,7 +6443,7 @@
6411
6443
  },
6412
6444
  "parameters": [
6413
6445
  {
6414
- "id": 500,
6446
+ "id": 505,
6415
6447
  "name": "value",
6416
6448
  "kind": 32768,
6417
6449
  "kindString": "Parameter",
@@ -6430,7 +6462,7 @@
6430
6462
  ]
6431
6463
  },
6432
6464
  {
6433
- "id": 501,
6465
+ "id": 506,
6434
6466
  "name": "propertiesToSearch",
6435
6467
  "kind": 262144,
6436
6468
  "kindString": "Accessor",
@@ -6456,7 +6488,7 @@
6456
6488
  ],
6457
6489
  "getSignature": [
6458
6490
  {
6459
- "id": 502,
6491
+ "id": 507,
6460
6492
  "name": "propertiesToSearch",
6461
6493
  "kind": 524288,
6462
6494
  "kindString": "Get signature",
@@ -6475,7 +6507,7 @@
6475
6507
  ],
6476
6508
  "setSignature": [
6477
6509
  {
6478
- "id": 503,
6510
+ "id": 508,
6479
6511
  "name": "propertiesToSearch",
6480
6512
  "kind": 1048576,
6481
6513
  "kindString": "Set signature",
@@ -6491,7 +6523,7 @@
6491
6523
  },
6492
6524
  "parameters": [
6493
6525
  {
6494
- "id": 504,
6526
+ "id": 509,
6495
6527
  "name": "value",
6496
6528
  "kind": 32768,
6497
6529
  "kindString": "Parameter",
@@ -6513,7 +6545,7 @@
6513
6545
  ]
6514
6546
  },
6515
6547
  {
6516
- "id": 505,
6548
+ "id": 510,
6517
6549
  "name": "search",
6518
6550
  "kind": 262144,
6519
6551
  "kindString": "Accessor",
@@ -6539,7 +6571,7 @@
6539
6571
  ],
6540
6572
  "getSignature": [
6541
6573
  {
6542
- "id": 506,
6574
+ "id": 511,
6543
6575
  "name": "search",
6544
6576
  "kind": 524288,
6545
6577
  "kindString": "Get signature",
@@ -6549,14 +6581,14 @@
6549
6581
  },
6550
6582
  "type": {
6551
6583
  "type": "reference",
6552
- "id": 519,
6584
+ "id": 524,
6553
6585
  "name": "SkyAutocompleteSearchFunction"
6554
6586
  }
6555
6587
  }
6556
6588
  ],
6557
6589
  "setSignature": [
6558
6590
  {
6559
- "id": 507,
6591
+ "id": 512,
6560
6592
  "name": "search",
6561
6593
  "kind": 1048576,
6562
6594
  "kindString": "Set signature",
@@ -6566,14 +6598,14 @@
6566
6598
  },
6567
6599
  "parameters": [
6568
6600
  {
6569
- "id": 508,
6601
+ "id": 513,
6570
6602
  "name": "value",
6571
6603
  "kind": 32768,
6572
6604
  "kindString": "Parameter",
6573
6605
  "flags": {},
6574
6606
  "type": {
6575
6607
  "type": "reference",
6576
- "id": 519,
6608
+ "id": 524,
6577
6609
  "name": "SkyAutocompleteSearchFunction"
6578
6610
  }
6579
6611
  }
@@ -6586,7 +6618,7 @@
6586
6618
  ]
6587
6619
  },
6588
6620
  {
6589
- "id": 375,
6621
+ "id": 380,
6590
6622
  "name": "selectMode",
6591
6623
  "kind": 262144,
6592
6624
  "kindString": "Accessor",
@@ -6612,7 +6644,7 @@
6612
6644
  ],
6613
6645
  "getSignature": [
6614
6646
  {
6615
- "id": 376,
6647
+ "id": 381,
6616
6648
  "name": "selectMode",
6617
6649
  "kind": 524288,
6618
6650
  "kindString": "Get signature",
@@ -6622,14 +6654,14 @@
6622
6654
  },
6623
6655
  "type": {
6624
6656
  "type": "reference",
6625
- "id": 557,
6657
+ "id": 562,
6626
6658
  "name": "SkyLookupSelectModeType"
6627
6659
  }
6628
6660
  }
6629
6661
  ],
6630
6662
  "setSignature": [
6631
6663
  {
6632
- "id": 377,
6664
+ "id": 382,
6633
6665
  "name": "selectMode",
6634
6666
  "kind": 1048576,
6635
6667
  "kindString": "Set signature",
@@ -6645,14 +6677,14 @@
6645
6677
  },
6646
6678
  "parameters": [
6647
6679
  {
6648
- "id": 378,
6680
+ "id": 383,
6649
6681
  "name": "value",
6650
6682
  "kind": 32768,
6651
6683
  "kindString": "Parameter",
6652
6684
  "flags": {},
6653
6685
  "type": {
6654
6686
  "type": "reference",
6655
- "id": 557,
6687
+ "id": 562,
6656
6688
  "name": "SkyLookupSelectModeType"
6657
6689
  }
6658
6690
  }
@@ -6665,7 +6697,7 @@
6665
6697
  ]
6666
6698
  },
6667
6699
  {
6668
- "id": 381,
6700
+ "id": 386,
6669
6701
  "name": "tokens",
6670
6702
  "kind": 262144,
6671
6703
  "kindString": "Accessor",
@@ -6681,7 +6713,7 @@
6681
6713
  ],
6682
6714
  "getSignature": [
6683
6715
  {
6684
- "id": 382,
6716
+ "id": 387,
6685
6717
  "name": "tokens",
6686
6718
  "kind": 524288,
6687
6719
  "kindString": "Get signature",
@@ -6697,14 +6729,14 @@
6697
6729
  ],
6698
6730
  "setSignature": [
6699
6731
  {
6700
- "id": 383,
6732
+ "id": 388,
6701
6733
  "name": "tokens",
6702
6734
  "kind": 1048576,
6703
6735
  "kindString": "Set signature",
6704
6736
  "flags": {},
6705
6737
  "parameters": [
6706
6738
  {
6707
- "id": 384,
6739
+ "id": 389,
6708
6740
  "name": "value",
6709
6741
  "kind": 32768,
6710
6742
  "kindString": "Parameter",
@@ -6726,7 +6758,7 @@
6726
6758
  ]
6727
6759
  },
6728
6760
  {
6729
- "id": 385,
6761
+ "id": 390,
6730
6762
  "name": "value",
6731
6763
  "kind": 262144,
6732
6764
  "kindString": "Accessor",
@@ -6742,7 +6774,7 @@
6742
6774
  ],
6743
6775
  "getSignature": [
6744
6776
  {
6745
- "id": 386,
6777
+ "id": 391,
6746
6778
  "name": "value",
6747
6779
  "kind": 524288,
6748
6780
  "kindString": "Get signature",
@@ -6758,14 +6790,14 @@
6758
6790
  ],
6759
6791
  "setSignature": [
6760
6792
  {
6761
- "id": 387,
6793
+ "id": 392,
6762
6794
  "name": "value",
6763
6795
  "kind": 1048576,
6764
6796
  "kindString": "Set signature",
6765
6797
  "flags": {},
6766
6798
  "parameters": [
6767
6799
  {
6768
- "id": 388,
6800
+ "id": 393,
6769
6801
  "name": "newValue",
6770
6802
  "kind": 32768,
6771
6803
  "kindString": "Parameter",
@@ -6787,7 +6819,7 @@
6787
6819
  ]
6788
6820
  },
6789
6821
  {
6790
- "id": 417,
6822
+ "id": 422,
6791
6823
  "name": "addButtonClicked",
6792
6824
  "kind": 2048,
6793
6825
  "kindString": "Method",
@@ -6803,7 +6835,7 @@
6803
6835
  ],
6804
6836
  "signatures": [
6805
6837
  {
6806
- "id": 418,
6838
+ "id": 423,
6807
6839
  "name": "addButtonClicked",
6808
6840
  "kind": 4096,
6809
6841
  "kindString": "Call signature",
@@ -6816,7 +6848,7 @@
6816
6848
  ]
6817
6849
  },
6818
6850
  {
6819
- "id": 454,
6851
+ "id": 459,
6820
6852
  "name": "clearSearchText",
6821
6853
  "kind": 2048,
6822
6854
  "kindString": "Method",
@@ -6826,13 +6858,13 @@
6826
6858
  "sources": [
6827
6859
  {
6828
6860
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6829
- "line": 445,
6861
+ "line": 448,
6830
6862
  "character": 9
6831
6863
  }
6832
6864
  ],
6833
6865
  "signatures": [
6834
6866
  {
6835
- "id": 455,
6867
+ "id": 460,
6836
6868
  "name": "clearSearchText",
6837
6869
  "kind": 4096,
6838
6870
  "kindString": "Call signature",
@@ -6845,7 +6877,7 @@
6845
6877
  ]
6846
6878
  },
6847
6879
  {
6848
- "id": 456,
6880
+ "id": 461,
6849
6881
  "name": "inputKeydown",
6850
6882
  "kind": 2048,
6851
6883
  "kindString": "Method",
@@ -6855,20 +6887,20 @@
6855
6887
  "sources": [
6856
6888
  {
6857
6889
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6858
- "line": 454,
6890
+ "line": 457,
6859
6891
  "character": 9
6860
6892
  }
6861
6893
  ],
6862
6894
  "signatures": [
6863
6895
  {
6864
- "id": 457,
6896
+ "id": 462,
6865
6897
  "name": "inputKeydown",
6866
6898
  "kind": 4096,
6867
6899
  "kindString": "Call signature",
6868
6900
  "flags": {},
6869
6901
  "parameters": [
6870
6902
  {
6871
- "id": 458,
6903
+ "id": 463,
6872
6904
  "name": "event",
6873
6905
  "kind": 32768,
6874
6906
  "kindString": "Parameter",
@@ -6879,7 +6911,7 @@
6879
6911
  }
6880
6912
  },
6881
6913
  {
6882
- "id": 459,
6914
+ "id": 464,
6883
6915
  "name": "value",
6884
6916
  "kind": 32768,
6885
6917
  "kindString": "Parameter",
@@ -6898,7 +6930,7 @@
6898
6930
  ]
6899
6931
  },
6900
6932
  {
6901
- "id": 460,
6933
+ "id": 465,
6902
6934
  "name": "inputKeyup",
6903
6935
  "kind": 2048,
6904
6936
  "kindString": "Method",
@@ -6908,20 +6940,20 @@
6908
6940
  "sources": [
6909
6941
  {
6910
6942
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6911
- "line": 476,
6943
+ "line": 479,
6912
6944
  "character": 9
6913
6945
  }
6914
6946
  ],
6915
6947
  "signatures": [
6916
6948
  {
6917
- "id": 461,
6949
+ "id": 466,
6918
6950
  "name": "inputKeyup",
6919
6951
  "kind": 4096,
6920
6952
  "kindString": "Call signature",
6921
6953
  "flags": {},
6922
6954
  "parameters": [
6923
6955
  {
6924
- "id": 462,
6956
+ "id": 467,
6925
6957
  "name": "event",
6926
6958
  "kind": 32768,
6927
6959
  "kindString": "Parameter",
@@ -6940,7 +6972,7 @@
6940
6972
  ]
6941
6973
  },
6942
6974
  {
6943
- "id": 413,
6975
+ "id": 418,
6944
6976
  "name": "ngAfterViewInit",
6945
6977
  "kind": 2048,
6946
6978
  "kindString": "Method",
@@ -6956,7 +6988,7 @@
6956
6988
  ],
6957
6989
  "signatures": [
6958
6990
  {
6959
- "id": 414,
6991
+ "id": 419,
6960
6992
  "name": "ngAfterViewInit",
6961
6993
  "kind": 4096,
6962
6994
  "kindString": "Call signature",
@@ -6977,7 +7009,7 @@
6977
7009
  }
6978
7010
  },
6979
7011
  {
6980
- "id": 415,
7012
+ "id": 420,
6981
7013
  "name": "ngOnDestroy",
6982
7014
  "kind": 2048,
6983
7015
  "kindString": "Method",
@@ -6993,7 +7025,7 @@
6993
7025
  ],
6994
7026
  "signatures": [
6995
7027
  {
6996
- "id": 416,
7028
+ "id": 421,
6997
7029
  "name": "ngOnDestroy",
6998
7030
  "kind": 4096,
6999
7031
  "kindString": "Call signature",
@@ -7014,7 +7046,7 @@
7014
7046
  }
7015
7047
  },
7016
7048
  {
7017
- "id": 411,
7049
+ "id": 416,
7018
7050
  "name": "ngOnInit",
7019
7051
  "kind": 2048,
7020
7052
  "kindString": "Method",
@@ -7030,7 +7062,7 @@
7030
7062
  ],
7031
7063
  "signatures": [
7032
7064
  {
7033
- "id": 412,
7065
+ "id": 417,
7034
7066
  "name": "ngOnInit",
7035
7067
  "kind": 4096,
7036
7068
  "kindString": "Call signature",
@@ -7051,7 +7083,7 @@
7051
7083
  }
7052
7084
  },
7053
7085
  {
7054
- "id": 422,
7086
+ "id": 427,
7055
7087
  "name": "onAutocompleteBlur",
7056
7088
  "kind": 2048,
7057
7089
  "kindString": "Method",
@@ -7067,7 +7099,7 @@
7067
7099
  ],
7068
7100
  "signatures": [
7069
7101
  {
7070
- "id": 423,
7102
+ "id": 428,
7071
7103
  "name": "onAutocompleteBlur",
7072
7104
  "kind": 4096,
7073
7105
  "kindString": "Call signature",
@@ -7080,7 +7112,7 @@
7080
7112
  ]
7081
7113
  },
7082
7114
  {
7083
- "id": 419,
7115
+ "id": 424,
7084
7116
  "name": "onAutocompleteSelectionChange",
7085
7117
  "kind": 2048,
7086
7118
  "kindString": "Method",
@@ -7096,21 +7128,21 @@
7096
7128
  ],
7097
7129
  "signatures": [
7098
7130
  {
7099
- "id": 420,
7131
+ "id": 425,
7100
7132
  "name": "onAutocompleteSelectionChange",
7101
7133
  "kind": 4096,
7102
7134
  "kindString": "Call signature",
7103
7135
  "flags": {},
7104
7136
  "parameters": [
7105
7137
  {
7106
- "id": 421,
7138
+ "id": 426,
7107
7139
  "name": "change",
7108
7140
  "kind": 32768,
7109
7141
  "kindString": "Parameter",
7110
7142
  "flags": {},
7111
7143
  "type": {
7112
7144
  "type": "reference",
7113
- "id": 530,
7145
+ "id": 535,
7114
7146
  "name": "SkyAutocompleteSelectionChange"
7115
7147
  }
7116
7148
  }
@@ -7123,7 +7155,7 @@
7123
7155
  ]
7124
7156
  },
7125
7157
  {
7126
- "id": 435,
7158
+ "id": 440,
7127
7159
  "name": "onChange",
7128
7160
  "kind": 2048,
7129
7161
  "kindString": "Method",
@@ -7133,20 +7165,20 @@
7133
7165
  "sources": [
7134
7166
  {
7135
7167
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7136
- "line": 421,
7168
+ "line": 424,
7137
7169
  "character": 9
7138
7170
  }
7139
7171
  ],
7140
7172
  "signatures": [
7141
7173
  {
7142
- "id": 436,
7174
+ "id": 441,
7143
7175
  "name": "onChange",
7144
7176
  "kind": 4096,
7145
7177
  "kindString": "Call signature",
7146
7178
  "flags": {},
7147
7179
  "parameters": [
7148
7180
  {
7149
- "id": 437,
7181
+ "id": 442,
7150
7182
  "name": "value",
7151
7183
  "kind": 32768,
7152
7184
  "kindString": "Parameter",
@@ -7168,7 +7200,7 @@
7168
7200
  ]
7169
7201
  },
7170
7202
  {
7171
- "id": 463,
7203
+ "id": 468,
7172
7204
  "name": "onSearchButtonClick",
7173
7205
  "kind": 2048,
7174
7206
  "kindString": "Method",
@@ -7178,13 +7210,13 @@
7178
7210
  "sources": [
7179
7211
  {
7180
7212
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7181
- "line": 502,
7213
+ "line": 505,
7182
7214
  "character": 9
7183
7215
  }
7184
7216
  ],
7185
7217
  "signatures": [
7186
7218
  {
7187
- "id": 464,
7219
+ "id": 469,
7188
7220
  "name": "onSearchButtonClick",
7189
7221
  "kind": 4096,
7190
7222
  "kindString": "Call signature",
@@ -7197,7 +7229,7 @@
7197
7229
  ]
7198
7230
  },
7199
7231
  {
7200
- "id": 465,
7232
+ "id": 470,
7201
7233
  "name": "onShowMoreClick",
7202
7234
  "kind": 2048,
7203
7235
  "kindString": "Method",
@@ -7207,20 +7239,20 @@
7207
7239
  "sources": [
7208
7240
  {
7209
7241
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7210
- "line": 521,
7242
+ "line": 524,
7211
7243
  "character": 9
7212
7244
  }
7213
7245
  ],
7214
7246
  "signatures": [
7215
7247
  {
7216
- "id": 466,
7248
+ "id": 471,
7217
7249
  "name": "onShowMoreClick",
7218
7250
  "kind": 4096,
7219
7251
  "kindString": "Call signature",
7220
7252
  "flags": {},
7221
7253
  "parameters": [
7222
7254
  {
7223
- "id": 467,
7255
+ "id": 472,
7224
7256
  "name": "event",
7225
7257
  "kind": 32768,
7226
7258
  "kindString": "Parameter",
@@ -7239,7 +7271,7 @@
7239
7271
  ]
7240
7272
  },
7241
7273
  {
7242
- "id": 424,
7274
+ "id": 429,
7243
7275
  "name": "onTokensChange",
7244
7276
  "kind": 2048,
7245
7277
  "kindString": "Method",
@@ -7255,14 +7287,14 @@
7255
7287
  ],
7256
7288
  "signatures": [
7257
7289
  {
7258
- "id": 425,
7290
+ "id": 430,
7259
7291
  "name": "onTokensChange",
7260
7292
  "kind": 4096,
7261
7293
  "kindString": "Call signature",
7262
7294
  "flags": {},
7263
7295
  "parameters": [
7264
7296
  {
7265
- "id": 426,
7297
+ "id": 431,
7266
7298
  "name": "change",
7267
7299
  "kind": 32768,
7268
7300
  "kindString": "Parameter",
@@ -7284,7 +7316,7 @@
7284
7316
  ]
7285
7317
  },
7286
7318
  {
7287
- "id": 427,
7319
+ "id": 432,
7288
7320
  "name": "onTokensFocusIndexOverRange",
7289
7321
  "kind": 2048,
7290
7322
  "kindString": "Method",
@@ -7294,13 +7326,13 @@
7294
7326
  "sources": [
7295
7327
  {
7296
7328
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7297
- "line": 385,
7329
+ "line": 388,
7298
7330
  "character": 9
7299
7331
  }
7300
7332
  ],
7301
7333
  "signatures": [
7302
7334
  {
7303
- "id": 428,
7335
+ "id": 433,
7304
7336
  "name": "onTokensFocusIndexOverRange",
7305
7337
  "kind": 4096,
7306
7338
  "kindString": "Call signature",
@@ -7313,7 +7345,7 @@
7313
7345
  ]
7314
7346
  },
7315
7347
  {
7316
- "id": 429,
7348
+ "id": 434,
7317
7349
  "name": "onTokensKeyUp",
7318
7350
  "kind": 2048,
7319
7351
  "kindString": "Method",
@@ -7323,20 +7355,20 @@
7323
7355
  "sources": [
7324
7356
  {
7325
7357
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7326
- "line": 391,
7358
+ "line": 394,
7327
7359
  "character": 9
7328
7360
  }
7329
7361
  ],
7330
7362
  "signatures": [
7331
7363
  {
7332
- "id": 430,
7364
+ "id": 435,
7333
7365
  "name": "onTokensKeyUp",
7334
7366
  "kind": 4096,
7335
7367
  "kindString": "Call signature",
7336
7368
  "flags": {},
7337
7369
  "parameters": [
7338
7370
  {
7339
- "id": 431,
7371
+ "id": 436,
7340
7372
  "name": "event",
7341
7373
  "kind": 32768,
7342
7374
  "kindString": "Parameter",
@@ -7355,7 +7387,7 @@
7355
7387
  ]
7356
7388
  },
7357
7389
  {
7358
- "id": 438,
7390
+ "id": 443,
7359
7391
  "name": "onTouched",
7360
7392
  "kind": 2048,
7361
7393
  "kindString": "Method",
@@ -7365,13 +7397,13 @@
7365
7397
  "sources": [
7366
7398
  {
7367
7399
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7368
- "line": 423,
7400
+ "line": 426,
7369
7401
  "character": 9
7370
7402
  }
7371
7403
  ],
7372
7404
  "signatures": [
7373
7405
  {
7374
- "id": 439,
7406
+ "id": 444,
7375
7407
  "name": "onTouched",
7376
7408
  "kind": 4096,
7377
7409
  "kindString": "Call signature",
@@ -7384,7 +7416,7 @@
7384
7416
  ]
7385
7417
  },
7386
7418
  {
7387
- "id": 468,
7419
+ "id": 473,
7388
7420
  "name": "openPicker",
7389
7421
  "kind": 2048,
7390
7422
  "kindString": "Method",
@@ -7394,20 +7426,20 @@
7394
7426
  "sources": [
7395
7427
  {
7396
7428
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7397
- "line": 529,
7429
+ "line": 532,
7398
7430
  "character": 9
7399
7431
  }
7400
7432
  ],
7401
7433
  "signatures": [
7402
7434
  {
7403
- "id": 469,
7435
+ "id": 474,
7404
7436
  "name": "openPicker",
7405
7437
  "kind": 4096,
7406
7438
  "kindString": "Call signature",
7407
7439
  "flags": {},
7408
7440
  "parameters": [
7409
7441
  {
7410
- "id": 470,
7442
+ "id": 475,
7411
7443
  "name": "initialSearch",
7412
7444
  "kind": 32768,
7413
7445
  "kindString": "Parameter",
@@ -7426,7 +7458,7 @@
7426
7458
  ]
7427
7459
  },
7428
7460
  {
7429
- "id": 440,
7461
+ "id": 445,
7430
7462
  "name": "registerOnChange",
7431
7463
  "kind": 2048,
7432
7464
  "kindString": "Method",
@@ -7436,20 +7468,20 @@
7436
7468
  "sources": [
7437
7469
  {
7438
7470
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7439
- "line": 425,
7471
+ "line": 428,
7440
7472
  "character": 9
7441
7473
  }
7442
7474
  ],
7443
7475
  "signatures": [
7444
7476
  {
7445
- "id": 441,
7477
+ "id": 446,
7446
7478
  "name": "registerOnChange",
7447
7479
  "kind": 4096,
7448
7480
  "kindString": "Call signature",
7449
7481
  "flags": {},
7450
7482
  "parameters": [
7451
7483
  {
7452
- "id": 442,
7484
+ "id": 447,
7453
7485
  "name": "fn",
7454
7486
  "kind": 32768,
7455
7487
  "kindString": "Parameter",
@@ -7457,21 +7489,21 @@
7457
7489
  "type": {
7458
7490
  "type": "reflection",
7459
7491
  "declaration": {
7460
- "id": 443,
7492
+ "id": 448,
7461
7493
  "name": "__type",
7462
7494
  "kind": 65536,
7463
7495
  "kindString": "Type literal",
7464
7496
  "flags": {},
7465
7497
  "signatures": [
7466
7498
  {
7467
- "id": 444,
7499
+ "id": 449,
7468
7500
  "name": "__type",
7469
7501
  "kind": 4096,
7470
7502
  "kindString": "Call signature",
7471
7503
  "flags": {},
7472
7504
  "parameters": [
7473
7505
  {
7474
- "id": 445,
7506
+ "id": 450,
7475
7507
  "name": "value",
7476
7508
  "kind": 32768,
7477
7509
  "kindString": "Parameter",
@@ -7508,7 +7540,7 @@
7508
7540
  }
7509
7541
  },
7510
7542
  {
7511
- "id": 446,
7543
+ "id": 451,
7512
7544
  "name": "registerOnTouched",
7513
7545
  "kind": 2048,
7514
7546
  "kindString": "Method",
@@ -7518,20 +7550,20 @@
7518
7550
  "sources": [
7519
7551
  {
7520
7552
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7521
- "line": 429,
7553
+ "line": 432,
7522
7554
  "character": 9
7523
7555
  }
7524
7556
  ],
7525
7557
  "signatures": [
7526
7558
  {
7527
- "id": 447,
7559
+ "id": 452,
7528
7560
  "name": "registerOnTouched",
7529
7561
  "kind": 4096,
7530
7562
  "kindString": "Call signature",
7531
7563
  "flags": {},
7532
7564
  "parameters": [
7533
7565
  {
7534
- "id": 448,
7566
+ "id": 453,
7535
7567
  "name": "fn",
7536
7568
  "kind": 32768,
7537
7569
  "kindString": "Parameter",
@@ -7539,14 +7571,14 @@
7539
7571
  "type": {
7540
7572
  "type": "reflection",
7541
7573
  "declaration": {
7542
- "id": 449,
7574
+ "id": 454,
7543
7575
  "name": "__type",
7544
7576
  "kind": 65536,
7545
7577
  "kindString": "Type literal",
7546
7578
  "flags": {},
7547
7579
  "signatures": [
7548
7580
  {
7549
- "id": 450,
7581
+ "id": 455,
7550
7582
  "name": "__type",
7551
7583
  "kind": 4096,
7552
7584
  "kindString": "Call signature",
@@ -7577,7 +7609,7 @@
7577
7609
  }
7578
7610
  },
7579
7611
  {
7580
- "id": 451,
7612
+ "id": 456,
7581
7613
  "name": "setDisabledState",
7582
7614
  "kind": 2048,
7583
7615
  "kindString": "Method",
@@ -7587,20 +7619,20 @@
7587
7619
  "sources": [
7588
7620
  {
7589
7621
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7590
- "line": 434,
7622
+ "line": 437,
7591
7623
  "character": 9
7592
7624
  }
7593
7625
  ],
7594
7626
  "signatures": [
7595
7627
  {
7596
- "id": 452,
7628
+ "id": 457,
7597
7629
  "name": "setDisabledState",
7598
7630
  "kind": 4096,
7599
7631
  "kindString": "Call signature",
7600
7632
  "flags": {},
7601
7633
  "parameters": [
7602
7634
  {
7603
- "id": 453,
7635
+ "id": 458,
7604
7636
  "name": "disabled",
7605
7637
  "kind": 32768,
7606
7638
  "kindString": "Parameter",
@@ -7627,7 +7659,7 @@
7627
7659
  }
7628
7660
  },
7629
7661
  {
7630
- "id": 432,
7662
+ "id": 437,
7631
7663
  "name": "writeValue",
7632
7664
  "kind": 2048,
7633
7665
  "kindString": "Method",
@@ -7637,20 +7669,20 @@
7637
7669
  "sources": [
7638
7670
  {
7639
7671
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7640
- "line": 414,
7672
+ "line": 417,
7641
7673
  "character": 9
7642
7674
  }
7643
7675
  ],
7644
7676
  "signatures": [
7645
7677
  {
7646
- "id": 433,
7678
+ "id": 438,
7647
7679
  "name": "writeValue",
7648
7680
  "kind": 4096,
7649
7681
  "kindString": "Call signature",
7650
7682
  "flags": {},
7651
7683
  "parameters": [
7652
7684
  {
7653
- "id": 434,
7685
+ "id": 439,
7654
7686
  "name": "value",
7655
7687
  "kind": 32768,
7656
7688
  "kindString": "Parameter",
@@ -7685,73 +7717,73 @@
7685
7717
  "title": "Constructors",
7686
7718
  "kind": 512,
7687
7719
  "children": [
7688
- 351
7720
+ 356
7689
7721
  ]
7690
7722
  },
7691
7723
  {
7692
7724
  "title": "Properties",
7693
7725
  "kind": 1024,
7694
7726
  "children": [
7695
- 380,
7696
- 362,
7697
- 363,
7698
- 364,
7699
- 389,
7700
- 496,
7727
+ 385,
7728
+ 367,
7729
+ 368,
7701
7730
  369,
7702
- 370,
7703
- 372,
7704
- 409,
7705
- 390,
7706
- 371,
7707
- 511,
7708
- 509,
7709
- 512,
7710
- 510,
7711
- 373,
7731
+ 394,
7732
+ 501,
7712
7733
  374,
7713
- 410,
7714
- 391
7734
+ 375,
7735
+ 377,
7736
+ 414,
7737
+ 395,
7738
+ 376,
7739
+ 516,
7740
+ 514,
7741
+ 517,
7742
+ 515,
7743
+ 378,
7744
+ 379,
7745
+ 415,
7746
+ 396
7715
7747
  ]
7716
7748
  },
7717
7749
  {
7718
7750
  "title": "Accessors",
7719
7751
  "kind": 262144,
7720
7752
  "children": [
7721
- 365,
7722
- 497,
7723
- 501,
7724
- 505,
7725
- 375,
7726
- 381,
7727
- 385
7753
+ 370,
7754
+ 502,
7755
+ 506,
7756
+ 510,
7757
+ 380,
7758
+ 386,
7759
+ 390
7728
7760
  ]
7729
7761
  },
7730
7762
  {
7731
7763
  "title": "Methods",
7732
7764
  "kind": 2048,
7733
7765
  "children": [
7734
- 417,
7735
- 454,
7736
- 456,
7737
- 460,
7738
- 413,
7739
- 415,
7740
- 411,
7741
7766
  422,
7742
- 419,
7743
- 435,
7744
- 463,
7767
+ 459,
7768
+ 461,
7745
7769
  465,
7746
- 424,
7770
+ 418,
7771
+ 420,
7772
+ 416,
7747
7773
  427,
7748
- 429,
7749
- 438,
7750
- 468,
7774
+ 424,
7751
7775
  440,
7752
- 446,
7776
+ 468,
7777
+ 470,
7778
+ 429,
7779
+ 432,
7780
+ 434,
7781
+ 443,
7782
+ 473,
7783
+ 445,
7753
7784
  451,
7754
- 432
7785
+ 456,
7786
+ 437
7755
7787
  ]
7756
7788
  }
7757
7789
  ],
@@ -7788,14 +7820,14 @@
7788
7820
  ]
7789
7821
  },
7790
7822
  {
7791
- "id": 530,
7823
+ "id": 535,
7792
7824
  "name": "SkyAutocompleteSelectionChange",
7793
7825
  "kind": 256,
7794
7826
  "kindString": "Interface",
7795
7827
  "flags": {},
7796
7828
  "children": [
7797
7829
  {
7798
- "id": 531,
7830
+ "id": 536,
7799
7831
  "name": "selectedItem",
7800
7832
  "kind": 1024,
7801
7833
  "kindString": "Property",
@@ -7823,7 +7855,7 @@
7823
7855
  "title": "Properties",
7824
7856
  "kind": 1024,
7825
7857
  "children": [
7826
- 531
7858
+ 536
7827
7859
  ]
7828
7860
  }
7829
7861
  ],
@@ -7836,7 +7868,7 @@
7836
7868
  ]
7837
7869
  },
7838
7870
  {
7839
- "id": 538,
7871
+ "id": 543,
7840
7872
  "name": "SkyCountryFieldCountry",
7841
7873
  "kind": 256,
7842
7874
  "kindString": "Interface",
@@ -7846,7 +7878,7 @@
7846
7878
  },
7847
7879
  "children": [
7848
7880
  {
7849
- "id": 541,
7881
+ "id": 546,
7850
7882
  "name": "dialCode",
7851
7883
  "kind": 1024,
7852
7884
  "kindString": "Property",
@@ -7869,7 +7901,7 @@
7869
7901
  }
7870
7902
  },
7871
7903
  {
7872
- "id": 539,
7904
+ "id": 544,
7873
7905
  "name": "iso2",
7874
7906
  "kind": 1024,
7875
7907
  "kindString": "Property",
@@ -7896,7 +7928,7 @@
7896
7928
  }
7897
7929
  },
7898
7930
  {
7899
- "id": 540,
7931
+ "id": 545,
7900
7932
  "name": "name",
7901
7933
  "kind": 1024,
7902
7934
  "kindString": "Property",
@@ -7924,9 +7956,9 @@
7924
7956
  "title": "Properties",
7925
7957
  "kind": 1024,
7926
7958
  "children": [
7927
- 541,
7928
- 539,
7929
- 540
7959
+ 546,
7960
+ 544,
7961
+ 545
7930
7962
  ]
7931
7963
  }
7932
7964
  ],
@@ -7939,7 +7971,7 @@
7939
7971
  ]
7940
7972
  },
7941
7973
  {
7942
- "id": 547,
7974
+ "id": 552,
7943
7975
  "name": "SkyLookupAddCallbackArgs",
7944
7976
  "kind": 256,
7945
7977
  "kindString": "Interface",
@@ -7949,7 +7981,7 @@
7949
7981
  },
7950
7982
  "children": [
7951
7983
  {
7952
- "id": 549,
7984
+ "id": 554,
7953
7985
  "name": "data",
7954
7986
  "kind": 1024,
7955
7987
  "kindString": "Property",
@@ -7975,7 +8007,7 @@
7975
8007
  }
7976
8008
  },
7977
8009
  {
7978
- "id": 548,
8010
+ "id": 553,
7979
8011
  "name": "item",
7980
8012
  "kind": 1024,
7981
8013
  "kindString": "Property",
@@ -8001,8 +8033,8 @@
8001
8033
  "title": "Properties",
8002
8034
  "kind": 1024,
8003
8035
  "children": [
8004
- 549,
8005
- 548
8036
+ 554,
8037
+ 553
8006
8038
  ]
8007
8039
  }
8008
8040
  ],
@@ -8015,7 +8047,7 @@
8015
8047
  ]
8016
8048
  },
8017
8049
  {
8018
- "id": 550,
8050
+ "id": 555,
8019
8051
  "name": "SkyLookupAddClickEventArgs",
8020
8052
  "kind": 256,
8021
8053
  "kindString": "Interface",
@@ -8025,7 +8057,7 @@
8025
8057
  },
8026
8058
  "children": [
8027
8059
  {
8028
- "id": 551,
8060
+ "id": 556,
8029
8061
  "name": "itemAdded",
8030
8062
  "kind": 2048,
8031
8063
  "kindString": "Method",
@@ -8039,7 +8071,7 @@
8039
8071
  ],
8040
8072
  "signatures": [
8041
8073
  {
8042
- "id": 552,
8074
+ "id": 557,
8043
8075
  "name": "itemAdded",
8044
8076
  "kind": 4096,
8045
8077
  "kindString": "Call signature",
@@ -8049,7 +8081,7 @@
8049
8081
  },
8050
8082
  "parameters": [
8051
8083
  {
8052
- "id": 553,
8084
+ "id": 558,
8053
8085
  "name": "args",
8054
8086
  "kind": 32768,
8055
8087
  "kindString": "Parameter",
@@ -8059,7 +8091,7 @@
8059
8091
  },
8060
8092
  "type": {
8061
8093
  "type": "reference",
8062
- "id": 547,
8094
+ "id": 552,
8063
8095
  "name": "SkyLookupAddCallbackArgs"
8064
8096
  }
8065
8097
  }
@@ -8077,7 +8109,7 @@
8077
8109
  "title": "Methods",
8078
8110
  "kind": 2048,
8079
8111
  "children": [
8080
- 551
8112
+ 556
8081
8113
  ]
8082
8114
  }
8083
8115
  ],
@@ -8090,7 +8122,7 @@
8090
8122
  ]
8091
8123
  },
8092
8124
  {
8093
- "id": 558,
8125
+ "id": 563,
8094
8126
  "name": "SkyLookupShowMoreConfig",
8095
8127
  "kind": 256,
8096
8128
  "kindString": "Interface",
@@ -8100,7 +8132,7 @@
8100
8132
  },
8101
8133
  "children": [
8102
8134
  {
8103
- "id": 559,
8135
+ "id": 564,
8104
8136
  "name": "customPicker",
8105
8137
  "kind": 1024,
8106
8138
  "kindString": "Property",
@@ -8119,12 +8151,12 @@
8119
8151
  ],
8120
8152
  "type": {
8121
8153
  "type": "reference",
8122
- "id": 561,
8154
+ "id": 566,
8123
8155
  "name": "SkyLookupShowMoreCustomPicker"
8124
8156
  }
8125
8157
  },
8126
8158
  {
8127
- "id": 560,
8159
+ "id": 565,
8128
8160
  "name": "nativePickerConfig",
8129
8161
  "kind": 1024,
8130
8162
  "kindString": "Property",
@@ -8143,7 +8175,7 @@
8143
8175
  ],
8144
8176
  "type": {
8145
8177
  "type": "reference",
8146
- "id": 571,
8178
+ "id": 576,
8147
8179
  "name": "SkyLookupShowMoreNativePickerConfig"
8148
8180
  }
8149
8181
  }
@@ -8153,8 +8185,8 @@
8153
8185
  "title": "Properties",
8154
8186
  "kind": 1024,
8155
8187
  "children": [
8156
- 559,
8157
- 560
8188
+ 564,
8189
+ 565
8158
8190
  ]
8159
8191
  }
8160
8192
  ],
@@ -8167,7 +8199,7 @@
8167
8199
  ]
8168
8200
  },
8169
8201
  {
8170
- "id": 561,
8202
+ "id": 566,
8171
8203
  "name": "SkyLookupShowMoreCustomPicker",
8172
8204
  "kind": 256,
8173
8205
  "kindString": "Interface",
@@ -8177,7 +8209,7 @@
8177
8209
  },
8178
8210
  "children": [
8179
8211
  {
8180
- "id": 562,
8212
+ "id": 567,
8181
8213
  "name": "open",
8182
8214
  "kind": 2048,
8183
8215
  "kindString": "Method",
@@ -8191,21 +8223,21 @@
8191
8223
  ],
8192
8224
  "signatures": [
8193
8225
  {
8194
- "id": 563,
8226
+ "id": 568,
8195
8227
  "name": "open",
8196
8228
  "kind": 4096,
8197
8229
  "kindString": "Call signature",
8198
8230
  "flags": {},
8199
8231
  "parameters": [
8200
8232
  {
8201
- "id": 564,
8233
+ "id": 569,
8202
8234
  "name": "pickerContext",
8203
8235
  "kind": 32768,
8204
8236
  "kindString": "Parameter",
8205
8237
  "flags": {},
8206
8238
  "type": {
8207
8239
  "type": "reference",
8208
- "id": 565,
8240
+ "id": 570,
8209
8241
  "name": "SkyLookupShowMoreCustomPickerContext"
8210
8242
  }
8211
8243
  }
@@ -8223,7 +8255,7 @@
8223
8255
  "title": "Methods",
8224
8256
  "kind": 2048,
8225
8257
  "children": [
8226
- 562
8258
+ 567
8227
8259
  ]
8228
8260
  }
8229
8261
  ],
@@ -8236,7 +8268,7 @@
8236
8268
  ]
8237
8269
  },
8238
8270
  {
8239
- "id": 571,
8271
+ "id": 576,
8240
8272
  "name": "SkyLookupShowMoreNativePickerConfig",
8241
8273
  "kind": 256,
8242
8274
  "kindString": "Interface",
@@ -8246,7 +8278,7 @@
8246
8278
  },
8247
8279
  "children": [
8248
8280
  {
8249
- "id": 572,
8281
+ "id": 577,
8250
8282
  "name": "itemTemplate",
8251
8283
  "kind": 1024,
8252
8284
  "kindString": "Property",
@@ -8275,7 +8307,7 @@
8275
8307
  }
8276
8308
  },
8277
8309
  {
8278
- "id": 573,
8310
+ "id": 578,
8279
8311
  "name": "title",
8280
8312
  "kind": 1024,
8281
8313
  "kindString": "Property",
@@ -8309,8 +8341,8 @@
8309
8341
  "title": "Properties",
8310
8342
  "kind": 1024,
8311
8343
  "children": [
8312
- 572,
8313
- 573
8344
+ 577,
8345
+ 578
8314
8346
  ]
8315
8347
  }
8316
8348
  ],
@@ -8323,7 +8355,7 @@
8323
8355
  ]
8324
8356
  },
8325
8357
  {
8326
- "id": 519,
8358
+ "id": 524,
8327
8359
  "name": "SkyAutocompleteSearchFunction",
8328
8360
  "kind": 4194304,
8329
8361
  "kindString": "Type alias",
@@ -8338,7 +8370,7 @@
8338
8370
  "type": {
8339
8371
  "type": "reflection",
8340
8372
  "declaration": {
8341
- "id": 520,
8373
+ "id": 525,
8342
8374
  "name": "__type",
8343
8375
  "kind": 65536,
8344
8376
  "kindString": "Type literal",
@@ -8352,14 +8384,14 @@
8352
8384
  ],
8353
8385
  "signatures": [
8354
8386
  {
8355
- "id": 521,
8387
+ "id": 526,
8356
8388
  "name": "__type",
8357
8389
  "kind": 4096,
8358
8390
  "kindString": "Call signature",
8359
8391
  "flags": {},
8360
8392
  "parameters": [
8361
8393
  {
8362
- "id": 522,
8394
+ "id": 527,
8363
8395
  "name": "searchText",
8364
8396
  "kind": 32768,
8365
8397
  "kindString": "Parameter",
@@ -8370,7 +8402,7 @@
8370
8402
  }
8371
8403
  },
8372
8404
  {
8373
- "id": 523,
8405
+ "id": 528,
8374
8406
  "name": "data",
8375
8407
  "kind": 32768,
8376
8408
  "kindString": "Parameter",
@@ -8386,7 +8418,7 @@
8386
8418
  ],
8387
8419
  "type": {
8388
8420
  "type": "reference",
8389
- "id": 529,
8421
+ "id": 534,
8390
8422
  "name": "SkyAutocompleteSearchFunctionResponse"
8391
8423
  }
8392
8424
  }
@@ -8395,7 +8427,7 @@
8395
8427
  }
8396
8428
  },
8397
8429
  {
8398
- "id": 524,
8430
+ "id": 529,
8399
8431
  "name": "SkyAutocompleteSearchFunctionFilter",
8400
8432
  "kind": 4194304,
8401
8433
  "kindString": "Type alias",
@@ -8410,7 +8442,7 @@
8410
8442
  "type": {
8411
8443
  "type": "reflection",
8412
8444
  "declaration": {
8413
- "id": 525,
8445
+ "id": 530,
8414
8446
  "name": "__type",
8415
8447
  "kind": 65536,
8416
8448
  "kindString": "Type literal",
@@ -8424,14 +8456,14 @@
8424
8456
  ],
8425
8457
  "signatures": [
8426
8458
  {
8427
- "id": 526,
8459
+ "id": 531,
8428
8460
  "name": "__type",
8429
8461
  "kind": 4096,
8430
8462
  "kindString": "Call signature",
8431
8463
  "flags": {},
8432
8464
  "parameters": [
8433
8465
  {
8434
- "id": 527,
8466
+ "id": 532,
8435
8467
  "name": "searchText",
8436
8468
  "kind": 32768,
8437
8469
  "kindString": "Parameter",
@@ -8442,7 +8474,7 @@
8442
8474
  }
8443
8475
  },
8444
8476
  {
8445
- "id": 528,
8477
+ "id": 533,
8446
8478
  "name": "item",
8447
8479
  "kind": 32768,
8448
8480
  "kindString": "Parameter",
@@ -8463,7 +8495,7 @@
8463
8495
  }
8464
8496
  },
8465
8497
  {
8466
- "id": 529,
8498
+ "id": 534,
8467
8499
  "name": "SkyAutocompleteSearchFunctionResponse",
8468
8500
  "kind": 4194304,
8469
8501
  "kindString": "Type alias",
@@ -8502,7 +8534,7 @@
8502
8534
  }
8503
8535
  },
8504
8536
  {
8505
- "id": 557,
8537
+ "id": 562,
8506
8538
  "name": "SkyLookupSelectModeType",
8507
8539
  "kind": 4194304,
8508
8540
  "kindString": "Type alias",
@@ -8534,39 +8566,39 @@
8534
8566
  "title": "Classes",
8535
8567
  "kind": 128,
8536
8568
  "children": [
8537
- 532,
8538
- 535,
8539
- 544,
8540
- 565,
8541
- 577,
8542
- 574,
8569
+ 537,
8570
+ 540,
8571
+ 549,
8572
+ 570,
8573
+ 582,
8574
+ 579,
8543
8575
  1,
8544
8576
  90,
8545
- 245,
8546
- 350
8577
+ 250,
8578
+ 355
8547
8579
  ]
8548
8580
  },
8549
8581
  {
8550
8582
  "title": "Interfaces",
8551
8583
  "kind": 256,
8552
8584
  "children": [
8553
- 530,
8554
- 538,
8555
- 547,
8556
- 550,
8557
- 558,
8558
- 561,
8559
- 571
8585
+ 535,
8586
+ 543,
8587
+ 552,
8588
+ 555,
8589
+ 563,
8590
+ 566,
8591
+ 576
8560
8592
  ]
8561
8593
  },
8562
8594
  {
8563
8595
  "title": "Type aliases",
8564
8596
  "kind": 4194304,
8565
8597
  "children": [
8566
- 519,
8567
8598
  524,
8568
8599
  529,
8569
- 557
8600
+ 534,
8601
+ 562
8570
8602
  ]
8571
8603
  }
8572
8604
  ],