@skyux/lookup 5.0.4 → 5.2.1

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 (54) hide show
  1. package/bundles/skyux-lookup-testing.umd.js +8 -8
  2. package/bundles/skyux-lookup.umd.js +1626 -1219
  3. package/documentation.json +1076 -600
  4. package/esm2015/modules/autocomplete/autocomplete-adapter.service.js +3 -3
  5. package/esm2015/modules/autocomplete/autocomplete-default-search-function.js +6 -4
  6. package/esm2015/modules/autocomplete/autocomplete-input.directive.js +3 -3
  7. package/esm2015/modules/autocomplete/autocomplete-search-async-disabled.pipe.js +19 -0
  8. package/esm2015/modules/autocomplete/autocomplete.component.js +99 -14
  9. package/esm2015/modules/autocomplete/autocomplete.module.js +22 -9
  10. package/esm2015/modules/autocomplete/types/autocomplete-message-type.js +5 -1
  11. package/esm2015/modules/autocomplete/types/autocomplete-search-async-args.js +2 -0
  12. package/esm2015/modules/autocomplete/types/autocomplete-search-async-function.js +2 -0
  13. package/esm2015/modules/autocomplete/types/autocomplete-search-async-result-display-type.js +2 -0
  14. package/esm2015/modules/autocomplete/types/autocomplete-search-async-result.js +2 -0
  15. package/esm2015/modules/country-field/country-field.component.js +3 -3
  16. package/esm2015/modules/country-field/country-field.module.js +4 -4
  17. package/esm2015/modules/lookup/lookup-adapter.service.js +3 -3
  18. package/esm2015/modules/lookup/lookup-autocomplete-adapter.js +10 -5
  19. package/esm2015/modules/lookup/lookup-item-selected.pipe.js +16 -0
  20. package/esm2015/modules/lookup/lookup-show-more-async-modal.component.js +184 -0
  21. package/esm2015/modules/lookup/lookup-show-more-modal.component.js +8 -4
  22. package/esm2015/modules/lookup/lookup.component.js +68 -36
  23. package/esm2015/modules/lookup/lookup.module.js +25 -9
  24. package/esm2015/modules/lookup/types/lookup-show-more-native-picker-async-context.js +7 -0
  25. package/esm2015/modules/search/search-adapter.service.js +3 -3
  26. package/esm2015/modules/search/search.component.js +3 -3
  27. package/esm2015/modules/search/search.module.js +4 -4
  28. package/esm2015/modules/shared/sky-lookup-resources.module.js +8 -5
  29. package/esm2015/modules/shared/sky-lookup-string-utils.js +8 -0
  30. package/esm2015/public-api.js +4 -1
  31. package/esm2015/testing/country-field/country-field-testing.module.js +4 -4
  32. package/esm2015/testing/search/search-testing.module.js +4 -4
  33. package/fesm2015/skyux-lookup-testing.js +8 -8
  34. package/fesm2015/skyux-lookup.js +473 -103
  35. package/fesm2015/skyux-lookup.js.map +1 -1
  36. package/modules/autocomplete/autocomplete-search-async-disabled.pipe.d.ts +11 -0
  37. package/modules/autocomplete/autocomplete.component.d.ts +18 -2
  38. package/modules/autocomplete/autocomplete.module.d.ts +8 -7
  39. package/modules/autocomplete/types/autocomplete-message-type.d.ts +5 -1
  40. package/modules/autocomplete/types/autocomplete-search-async-args.d.ts +35 -0
  41. package/modules/autocomplete/types/autocomplete-search-async-function.d.ts +4 -0
  42. package/modules/autocomplete/types/autocomplete-search-async-result-display-type.d.ts +1 -0
  43. package/modules/autocomplete/types/autocomplete-search-async-result.d.ts +25 -0
  44. package/modules/lookup/lookup-autocomplete-adapter.d.ts +4 -2
  45. package/modules/lookup/lookup-item-selected.pipe.d.ts +7 -0
  46. package/modules/lookup/lookup-show-more-async-modal.component.d.ts +49 -0
  47. package/modules/lookup/lookup.component.d.ts +3 -0
  48. package/modules/lookup/lookup.module.d.ts +17 -15
  49. package/modules/lookup/types/lookup-show-more-native-picker-async-context.d.ts +17 -0
  50. package/modules/shared/sky-lookup-string-utils.d.ts +5 -0
  51. package/package.json +11 -11
  52. package/public-api.d.ts +3 -0
  53. package/bundles/skyux-lookup-testing.umd.js.map +0 -1
  54. package/bundles/skyux-lookup.umd.js.map +0 -1
@@ -10,6 +10,8 @@
10
10
  "SkyAutocompleteComponent": "class-skyautocompletecomponent",
11
11
  "SkyCountryFieldComponent": "class-skycountryfieldcomponent",
12
12
  "SkyLookupComponent": "class-skylookupcomponent",
13
+ "SkyAutocompleteSearchAsyncArgs": "interface-skyautocompletesearchasyncargs",
14
+ "SkyAutocompleteSearchAsyncResult": "interface-skyautocompletesearchasyncresult",
13
15
  "SkyAutocompleteSelectionChange": "interface-skyautocompleteselectionchange",
14
16
  "SkyCountryFieldCountry": "interface-skycountryfieldcountry",
15
17
  "SkyLookupAddCallbackArgs": "interface-skylookupaddcallbackargs",
@@ -17,6 +19,7 @@
17
19
  "SkyLookupShowMoreConfig": "interface-skylookupshowmoreconfig",
18
20
  "SkyLookupShowMoreCustomPicker": "interface-skylookupshowmorecustompicker",
19
21
  "SkyLookupShowMoreNativePickerConfig": "interface-skylookupshowmorenativepickerconfig",
22
+ "AutocompleteSearchAsyncResultDisplayType": "type-alias-autocompletesearchasyncresultdisplaytype",
20
23
  "SkyAutocompleteSearchFunction": "type-alias-skyautocompletesearchfunction",
21
24
  "SkyAutocompleteSearchFunctionFilter": "type-alias-skyautocompletesearchfunctionfilter",
22
25
  "SkyAutocompleteSearchFunctionResponse": "type-alias-skyautocompletesearchfunctionresponse",
@@ -31,7 +34,7 @@
31
34
  "originalName": "",
32
35
  "children": [
33
36
  {
34
- "id": 532,
37
+ "id": 561,
35
38
  "name": "SkyAutocompleteModule",
36
39
  "kind": 128,
37
40
  "kindString": "Class",
@@ -44,27 +47,27 @@
44
47
  "name": "NgModule"
45
48
  },
46
49
  "arguments": {
47
- "obj": "{\n declarations: [SkyAutocompleteComponent, SkyAutocompleteInputDirective],\n imports: [\n CommonModule,\n FormsModule,\n SkyAffixModule,\n SkyTextHighlightModule,\n SkyIconModule,\n SkyIdModule,\n SkyLookupResourcesModule,\n SkyOverlayModule,\n SkyThemeModule,\n ],\n exports: [SkyAutocompleteComponent, SkyAutocompleteInputDirective],\n}"
50
+ "obj": "{\n declarations: [\n SkyAutocompleteComponent,\n SkyAutocompleteInputDirective,\n SkyAutcompleteSearchAsyncDisabledPipe,\n ],\n imports: [\n CommonModule,\n FormsModule,\n SkyAffixModule,\n SkyTextHighlightModule,\n SkyIconModule,\n SkyIdModule,\n SkyLookupResourcesModule,\n SkyNumericModule,\n SkyOverlayModule,\n SkyThemeModule,\n SkyWaitModule,\n ],\n exports: [SkyAutocompleteComponent, SkyAutocompleteInputDirective],\n}"
48
51
  }
49
52
  }
50
53
  ],
51
54
  "children": [
52
55
  {
53
- "id": 533,
56
+ "id": 562,
54
57
  "name": "constructor",
55
58
  "kind": 512,
56
59
  "kindString": "Constructor",
57
60
  "flags": {},
58
61
  "signatures": [
59
62
  {
60
- "id": 534,
63
+ "id": 563,
61
64
  "name": "new SkyAutocompleteModule",
62
65
  "kind": 16384,
63
66
  "kindString": "Constructor signature",
64
67
  "flags": {},
65
68
  "type": {
66
69
  "type": "reference",
67
- "id": 532,
70
+ "id": 561,
68
71
  "name": "SkyAutocompleteModule"
69
72
  }
70
73
  }
@@ -76,20 +79,20 @@
76
79
  "title": "Constructors",
77
80
  "kind": 512,
78
81
  "children": [
79
- 533
82
+ 562
80
83
  ]
81
84
  }
82
85
  ],
83
86
  "sources": [
84
87
  {
85
88
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.module.ts",
86
- "line": 34,
89
+ "line": 50,
87
90
  "character": 13
88
91
  }
89
92
  ]
90
93
  },
91
94
  {
92
- "id": 535,
95
+ "id": 564,
93
96
  "name": "SkyCountryFieldModule",
94
97
  "kind": 128,
95
98
  "kindString": "Class",
@@ -108,21 +111,21 @@
108
111
  ],
109
112
  "children": [
110
113
  {
111
- "id": 536,
114
+ "id": 565,
112
115
  "name": "constructor",
113
116
  "kind": 512,
114
117
  "kindString": "Constructor",
115
118
  "flags": {},
116
119
  "signatures": [
117
120
  {
118
- "id": 537,
121
+ "id": 566,
119
122
  "name": "new SkyCountryFieldModule",
120
123
  "kind": 16384,
121
124
  "kindString": "Constructor signature",
122
125
  "flags": {},
123
126
  "type": {
124
127
  "type": "reference",
125
- "id": 535,
128
+ "id": 564,
126
129
  "name": "SkyCountryFieldModule"
127
130
  }
128
131
  }
@@ -134,7 +137,7 @@
134
137
  "title": "Constructors",
135
138
  "kind": 512,
136
139
  "children": [
137
- 536
140
+ 565
138
141
  ]
139
142
  }
140
143
  ],
@@ -147,7 +150,7 @@
147
150
  ]
148
151
  },
149
152
  {
150
- "id": 544,
153
+ "id": 573,
151
154
  "name": "SkyLookupModule",
152
155
  "kind": 128,
153
156
  "kindString": "Class",
@@ -160,27 +163,27 @@
160
163
  "name": "NgModule"
161
164
  },
162
165
  "arguments": {
163
- "obj": "{\n declarations: [SkyLookupComponent, SkyLookupShowMoreModalComponent],\n imports: [\n CommonModule,\n FormsModule,\n SkyAutocompleteModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInfiniteScrollModule,\n SkyI18nModule,\n SkyLookupResourcesModule,\n SkyModalModule,\n SkyRepeaterModule,\n SkySearchModule,\n SkyThemeModule,\n SkyTokensModule,\n SkyToolbarModule,\n SkyViewkeeperModule,\n ],\n entryComponents: [SkyLookupShowMoreModalComponent],\n exports: [SkyLookupComponent],\n}"
166
+ "obj": "{\n declarations: [\n SkyLookupComponent,\n SkyLookupItemSelectedPipe,\n SkyLookupShowMoreAsyncModalComponent,\n SkyLookupShowMoreModalComponent,\n ],\n imports: [\n CommonModule,\n FormsModule,\n SkyAutocompleteModule,\n SkyCheckboxModule,\n SkyIconModule,\n SkyInfiniteScrollModule,\n SkyI18nModule,\n SkyLookupResourcesModule,\n SkyModalModule,\n SkyRepeaterModule,\n SkySearchModule,\n SkyThemeModule,\n SkyTokensModule,\n SkyToolbarModule,\n SkyViewkeeperModule,\n SkyWaitModule,\n ],\n entryComponents: [\n SkyLookupShowMoreAsyncModalComponent,\n SkyLookupShowMoreModalComponent,\n ],\n exports: [SkyLookupComponent],\n}"
164
167
  }
165
168
  }
166
169
  ],
167
170
  "children": [
168
171
  {
169
- "id": 545,
172
+ "id": 574,
170
173
  "name": "constructor",
171
174
  "kind": 512,
172
175
  "kindString": "Constructor",
173
176
  "flags": {},
174
177
  "signatures": [
175
178
  {
176
- "id": 546,
179
+ "id": 575,
177
180
  "name": "new SkyLookupModule",
178
181
  "kind": 16384,
179
182
  "kindString": "Constructor signature",
180
183
  "flags": {},
181
184
  "type": {
182
185
  "type": "reference",
183
- "id": 544,
186
+ "id": 573,
184
187
  "name": "SkyLookupModule"
185
188
  }
186
189
  }
@@ -192,20 +195,20 @@
192
195
  "title": "Constructors",
193
196
  "kind": 512,
194
197
  "children": [
195
- 545
198
+ 574
196
199
  ]
197
200
  }
198
201
  ],
199
202
  "sources": [
200
203
  {
201
204
  "fileName": "projects/lookup/src/modules/lookup/lookup.module.ts",
202
- "line": 55,
205
+ "line": 56,
203
206
  "character": 13
204
207
  }
205
208
  ]
206
209
  },
207
210
  {
208
- "id": 565,
211
+ "id": 594,
209
212
  "name": "SkyLookupShowMoreCustomPickerContext",
210
213
  "kind": 128,
211
214
  "kindString": "Class",
@@ -215,28 +218,28 @@
215
218
  },
216
219
  "children": [
217
220
  {
218
- "id": 566,
221
+ "id": 595,
219
222
  "name": "constructor",
220
223
  "kind": 512,
221
224
  "kindString": "Constructor",
222
225
  "flags": {},
223
226
  "signatures": [
224
227
  {
225
- "id": 567,
228
+ "id": 596,
226
229
  "name": "new SkyLookupShowMoreCustomPickerContext",
227
230
  "kind": 16384,
228
231
  "kindString": "Constructor signature",
229
232
  "flags": {},
230
233
  "type": {
231
234
  "type": "reference",
232
- "id": 565,
235
+ "id": 594,
233
236
  "name": "SkyLookupShowMoreCustomPickerContext"
234
237
  }
235
238
  }
236
239
  ]
237
240
  },
238
241
  {
239
- "id": 569,
242
+ "id": 598,
240
243
  "name": "initialSearch",
241
244
  "kind": 1024,
242
245
  "kindString": "Property",
@@ -259,7 +262,7 @@
259
262
  }
260
263
  },
261
264
  {
262
- "id": 570,
265
+ "id": 599,
263
266
  "name": "initialValue",
264
267
  "kind": 1024,
265
268
  "kindString": "Property",
@@ -282,7 +285,7 @@
282
285
  }
283
286
  },
284
287
  {
285
- "id": 568,
288
+ "id": 597,
286
289
  "name": "items",
287
290
  "kind": 1024,
288
291
  "kindString": "Property",
@@ -313,16 +316,16 @@
313
316
  "title": "Constructors",
314
317
  "kind": 512,
315
318
  "children": [
316
- 566
319
+ 595
317
320
  ]
318
321
  },
319
322
  {
320
323
  "title": "Properties",
321
324
  "kind": 1024,
322
325
  "children": [
323
- 569,
324
- 570,
325
- 568
326
+ 598,
327
+ 599,
328
+ 597
326
329
  ]
327
330
  }
328
331
  ],
@@ -335,7 +338,7 @@
335
338
  ]
336
339
  },
337
340
  {
338
- "id": 577,
341
+ "id": 606,
339
342
  "name": "SkySearchComponent",
340
343
  "kind": 128,
341
344
  "kindString": "Class",
@@ -354,7 +357,7 @@
354
357
  ],
355
358
  "children": [
356
359
  {
357
- "id": 578,
360
+ "id": 607,
358
361
  "name": "constructor",
359
362
  "kind": 512,
360
363
  "kindString": "Constructor",
@@ -368,14 +371,14 @@
368
371
  ],
369
372
  "signatures": [
370
373
  {
371
- "id": 579,
374
+ "id": 608,
372
375
  "name": "new SkySearchComponent",
373
376
  "kind": 16384,
374
377
  "kindString": "Constructor signature",
375
378
  "flags": {},
376
379
  "parameters": [
377
380
  {
378
- "id": 580,
381
+ "id": 609,
379
382
  "name": "mediaQueryService",
380
383
  "kind": 32768,
381
384
  "kindString": "Parameter",
@@ -386,7 +389,7 @@
386
389
  }
387
390
  },
388
391
  {
389
- "id": 581,
392
+ "id": 610,
390
393
  "name": "elRef",
391
394
  "kind": 32768,
392
395
  "kindString": "Parameter",
@@ -403,7 +406,7 @@
403
406
  }
404
407
  },
405
408
  {
406
- "id": 582,
409
+ "id": 611,
407
410
  "name": "searchAdapter",
408
411
  "kind": 32768,
409
412
  "kindString": "Parameter",
@@ -414,7 +417,7 @@
414
417
  }
415
418
  },
416
419
  {
417
- "id": 583,
420
+ "id": 612,
418
421
  "name": "changeRef",
419
422
  "kind": 32768,
420
423
  "kindString": "Parameter",
@@ -427,14 +430,14 @@
427
430
  ],
428
431
  "type": {
429
432
  "type": "reference",
430
- "id": 577,
433
+ "id": 606,
431
434
  "name": "SkySearchComponent"
432
435
  }
433
436
  }
434
437
  ]
435
438
  },
436
439
  {
437
- "id": 595,
440
+ "id": 624,
438
441
  "name": "breakpointSubscription",
439
442
  "kind": 1024,
440
443
  "kindString": "Property",
@@ -454,7 +457,7 @@
454
457
  }
455
458
  },
456
459
  {
457
- "id": 599,
460
+ "id": 628,
458
461
  "name": "clearButtonShown",
459
462
  "kind": 1024,
460
463
  "kindString": "Property",
@@ -475,7 +478,7 @@
475
478
  "defaultValue": "false"
476
479
  },
477
480
  {
478
- "id": 589,
481
+ "id": 618,
479
482
  "name": "debounceTime",
480
483
  "kind": 1024,
481
484
  "kindString": "Property",
@@ -515,7 +518,7 @@
515
518
  "defaultValue": "0"
516
519
  },
517
520
  {
518
- "id": 590,
521
+ "id": 619,
519
522
  "name": "disabled",
520
523
  "kind": 1024,
521
524
  "kindString": "Property",
@@ -555,7 +558,7 @@
555
558
  "defaultValue": "false"
556
559
  },
557
560
  {
558
- "id": 598,
561
+ "id": 627,
559
562
  "name": "dismissButtonShown",
560
563
  "kind": 1024,
561
564
  "kindString": "Property",
@@ -576,7 +579,7 @@
576
579
  "defaultValue": "false"
577
580
  },
578
581
  {
579
- "id": 588,
582
+ "id": 617,
580
583
  "name": "expandMode",
581
584
  "kind": 1024,
582
585
  "kindString": "Property",
@@ -616,7 +619,7 @@
616
619
  "defaultValue": "..."
617
620
  },
618
621
  {
619
- "id": 594,
622
+ "id": 623,
620
623
  "name": "inputAnimate",
621
624
  "kind": 1024,
622
625
  "kindString": "Property",
@@ -637,7 +640,7 @@
637
640
  "defaultValue": "..."
638
641
  },
639
642
  {
640
- "id": 592,
643
+ "id": 621,
641
644
  "name": "isCollapsible",
642
645
  "kind": 1024,
643
646
  "kindString": "Property",
@@ -658,7 +661,7 @@
658
661
  "defaultValue": "true"
659
662
  },
660
663
  {
661
- "id": 591,
664
+ "id": 620,
662
665
  "name": "isFullWidth",
663
666
  "kind": 1024,
664
667
  "kindString": "Property",
@@ -679,7 +682,7 @@
679
682
  "defaultValue": "false"
680
683
  },
681
684
  {
682
- "id": 597,
685
+ "id": 626,
683
686
  "name": "mobileSearchShown",
684
687
  "kind": 1024,
685
688
  "kindString": "Property",
@@ -700,7 +703,7 @@
700
703
  "defaultValue": "false"
701
704
  },
702
705
  {
703
- "id": 593,
706
+ "id": 622,
704
707
  "name": "placeholderText",
705
708
  "kind": 1024,
706
709
  "kindString": "Property",
@@ -739,7 +742,7 @@
739
742
  }
740
743
  },
741
744
  {
742
- "id": 584,
745
+ "id": 613,
743
746
  "name": "searchApply",
744
747
  "kind": 1024,
745
748
  "kindString": "Property",
@@ -779,7 +782,7 @@
779
782
  "defaultValue": "..."
780
783
  },
781
784
  {
782
- "id": 596,
785
+ "id": 625,
783
786
  "name": "searchButtonShown",
784
787
  "kind": 1024,
785
788
  "kindString": "Property",
@@ -800,7 +803,7 @@
800
803
  "defaultValue": "false"
801
804
  },
802
805
  {
803
- "id": 585,
806
+ "id": 614,
804
807
  "name": "searchChange",
805
808
  "kind": 1024,
806
809
  "kindString": "Property",
@@ -840,7 +843,7 @@
840
843
  "defaultValue": "..."
841
844
  },
842
845
  {
843
- "id": 586,
846
+ "id": 615,
844
847
  "name": "searchClear",
845
848
  "kind": 1024,
846
849
  "kindString": "Property",
@@ -880,7 +883,7 @@
880
883
  "defaultValue": "..."
881
884
  },
882
885
  {
883
- "id": 587,
886
+ "id": 616,
884
887
  "name": "searchText",
885
888
  "kind": 1024,
886
889
  "kindString": "Property",
@@ -913,7 +916,7 @@
913
916
  }
914
917
  },
915
918
  {
916
- "id": 612,
919
+ "id": 641,
917
920
  "name": "applySearchText",
918
921
  "kind": 2048,
919
922
  "kindString": "Method",
@@ -929,14 +932,14 @@
929
932
  ],
930
933
  "signatures": [
931
934
  {
932
- "id": 613,
935
+ "id": 642,
933
936
  "name": "applySearchText",
934
937
  "kind": 4096,
935
938
  "kindString": "Call signature",
936
939
  "flags": {},
937
940
  "parameters": [
938
941
  {
939
- "id": 614,
942
+ "id": 643,
940
943
  "name": "searchText",
941
944
  "kind": 32768,
942
945
  "kindString": "Parameter",
@@ -955,7 +958,7 @@
955
958
  ]
956
959
  },
957
960
  {
958
- "id": 606,
961
+ "id": 635,
959
962
  "name": "clearSearchText",
960
963
  "kind": 2048,
961
964
  "kindString": "Method",
@@ -971,7 +974,7 @@
971
974
  ],
972
975
  "signatures": [
973
976
  {
974
- "id": 607,
977
+ "id": 636,
975
978
  "name": "clearSearchText",
976
979
  "kind": 4096,
977
980
  "kindString": "Call signature",
@@ -984,7 +987,7 @@
984
987
  ]
985
988
  },
986
989
  {
987
- "id": 608,
990
+ "id": 637,
988
991
  "name": "enterPress",
989
992
  "kind": 2048,
990
993
  "kindString": "Method",
@@ -1000,14 +1003,14 @@
1000
1003
  ],
1001
1004
  "signatures": [
1002
1005
  {
1003
- "id": 609,
1006
+ "id": 638,
1004
1007
  "name": "enterPress",
1005
1008
  "kind": 4096,
1006
1009
  "kindString": "Call signature",
1007
1010
  "flags": {},
1008
1011
  "parameters": [
1009
1012
  {
1010
- "id": 610,
1013
+ "id": 639,
1011
1014
  "name": "event",
1012
1015
  "kind": 32768,
1013
1016
  "kindString": "Parameter",
@@ -1018,7 +1021,7 @@
1018
1021
  }
1019
1022
  },
1020
1023
  {
1021
- "id": 611,
1024
+ "id": 640,
1022
1025
  "name": "searchText",
1023
1026
  "kind": 32768,
1024
1027
  "kindString": "Parameter",
@@ -1037,7 +1040,7 @@
1037
1040
  ]
1038
1041
  },
1039
1042
  {
1040
- "id": 624,
1043
+ "id": 653,
1041
1044
  "name": "inputAnimationEnd",
1042
1045
  "kind": 2048,
1043
1046
  "kindString": "Method",
@@ -1053,14 +1056,14 @@
1053
1056
  ],
1054
1057
  "signatures": [
1055
1058
  {
1056
- "id": 625,
1059
+ "id": 654,
1057
1060
  "name": "inputAnimationEnd",
1058
1061
  "kind": 4096,
1059
1062
  "kindString": "Call signature",
1060
1063
  "flags": {},
1061
1064
  "parameters": [
1062
1065
  {
1063
- "id": 626,
1066
+ "id": 655,
1064
1067
  "name": "event",
1065
1068
  "kind": 32768,
1066
1069
  "kindString": "Parameter",
@@ -1079,7 +1082,7 @@
1079
1082
  ]
1080
1083
  },
1081
1084
  {
1082
- "id": 621,
1085
+ "id": 650,
1083
1086
  "name": "inputAnimationStart",
1084
1087
  "kind": 2048,
1085
1088
  "kindString": "Method",
@@ -1095,14 +1098,14 @@
1095
1098
  ],
1096
1099
  "signatures": [
1097
1100
  {
1098
- "id": 622,
1101
+ "id": 651,
1099
1102
  "name": "inputAnimationStart",
1100
1103
  "kind": 4096,
1101
1104
  "kindString": "Call signature",
1102
1105
  "flags": {},
1103
1106
  "parameters": [
1104
1107
  {
1105
- "id": 623,
1108
+ "id": 652,
1106
1109
  "name": "event",
1107
1110
  "kind": 32768,
1108
1111
  "kindString": "Parameter",
@@ -1121,7 +1124,7 @@
1121
1124
  ]
1122
1125
  },
1123
1126
  {
1124
- "id": 603,
1127
+ "id": 632,
1125
1128
  "name": "ngOnChanges",
1126
1129
  "kind": 2048,
1127
1130
  "kindString": "Method",
@@ -1137,14 +1140,14 @@
1137
1140
  ],
1138
1141
  "signatures": [
1139
1142
  {
1140
- "id": 604,
1143
+ "id": 633,
1141
1144
  "name": "ngOnChanges",
1142
1145
  "kind": 4096,
1143
1146
  "kindString": "Call signature",
1144
1147
  "flags": {},
1145
1148
  "parameters": [
1146
1149
  {
1147
- "id": 605,
1150
+ "id": 634,
1148
1151
  "name": "changes",
1149
1152
  "kind": 32768,
1150
1153
  "kindString": "Parameter",
@@ -1171,7 +1174,7 @@
1171
1174
  }
1172
1175
  },
1173
1176
  {
1174
- "id": 627,
1177
+ "id": 656,
1175
1178
  "name": "ngOnDestroy",
1176
1179
  "kind": 2048,
1177
1180
  "kindString": "Method",
@@ -1187,7 +1190,7 @@
1187
1190
  ],
1188
1191
  "signatures": [
1189
1192
  {
1190
- "id": 628,
1193
+ "id": 657,
1191
1194
  "name": "ngOnDestroy",
1192
1195
  "kind": 4096,
1193
1196
  "kindString": "Call signature",
@@ -1208,7 +1211,7 @@
1208
1211
  }
1209
1212
  },
1210
1213
  {
1211
- "id": 601,
1214
+ "id": 630,
1212
1215
  "name": "ngOnInit",
1213
1216
  "kind": 2048,
1214
1217
  "kindString": "Method",
@@ -1224,7 +1227,7 @@
1224
1227
  ],
1225
1228
  "signatures": [
1226
1229
  {
1227
- "id": 602,
1230
+ "id": 631,
1228
1231
  "name": "ngOnInit",
1229
1232
  "kind": 4096,
1230
1233
  "kindString": "Call signature",
@@ -1245,7 +1248,7 @@
1245
1248
  }
1246
1249
  },
1247
1250
  {
1248
- "id": 615,
1251
+ "id": 644,
1249
1252
  "name": "searchTextChanged",
1250
1253
  "kind": 2048,
1251
1254
  "kindString": "Method",
@@ -1261,14 +1264,14 @@
1261
1264
  ],
1262
1265
  "signatures": [
1263
1266
  {
1264
- "id": 616,
1267
+ "id": 645,
1265
1268
  "name": "searchTextChanged",
1266
1269
  "kind": 4096,
1267
1270
  "kindString": "Call signature",
1268
1271
  "flags": {},
1269
1272
  "parameters": [
1270
1273
  {
1271
- "id": 617,
1274
+ "id": 646,
1272
1275
  "name": "searchText",
1273
1276
  "kind": 32768,
1274
1277
  "kindString": "Parameter",
@@ -1287,7 +1290,7 @@
1287
1290
  ]
1288
1291
  },
1289
1292
  {
1290
- "id": 618,
1293
+ "id": 647,
1291
1294
  "name": "toggleSearchInput",
1292
1295
  "kind": 2048,
1293
1296
  "kindString": "Method",
@@ -1303,14 +1306,14 @@
1303
1306
  ],
1304
1307
  "signatures": [
1305
1308
  {
1306
- "id": 619,
1309
+ "id": 648,
1307
1310
  "name": "toggleSearchInput",
1308
1311
  "kind": 4096,
1309
1312
  "kindString": "Call signature",
1310
1313
  "flags": {},
1311
1314
  "parameters": [
1312
1315
  {
1313
- "id": 620,
1316
+ "id": 649,
1314
1317
  "name": "showInput",
1315
1318
  "kind": 32768,
1316
1319
  "kindString": "Parameter",
@@ -1334,45 +1337,45 @@
1334
1337
  "title": "Constructors",
1335
1338
  "kind": 512,
1336
1339
  "children": [
1337
- 578
1340
+ 607
1338
1341
  ]
1339
1342
  },
1340
1343
  {
1341
1344
  "title": "Properties",
1342
1345
  "kind": 1024,
1343
1346
  "children": [
1344
- 595,
1345
- 599,
1346
- 589,
1347
- 590,
1348
- 598,
1349
- 588,
1350
- 594,
1351
- 592,
1352
- 591,
1353
- 597,
1354
- 593,
1355
- 584,
1356
- 596,
1357
- 585,
1358
- 586,
1359
- 587
1347
+ 624,
1348
+ 628,
1349
+ 618,
1350
+ 619,
1351
+ 627,
1352
+ 617,
1353
+ 623,
1354
+ 621,
1355
+ 620,
1356
+ 626,
1357
+ 622,
1358
+ 613,
1359
+ 625,
1360
+ 614,
1361
+ 615,
1362
+ 616
1360
1363
  ]
1361
1364
  },
1362
1365
  {
1363
1366
  "title": "Methods",
1364
1367
  "kind": 2048,
1365
1368
  "children": [
1366
- 612,
1367
- 606,
1368
- 608,
1369
- 624,
1370
- 621,
1371
- 603,
1372
- 627,
1373
- 601,
1374
- 615,
1375
- 618
1369
+ 641,
1370
+ 635,
1371
+ 637,
1372
+ 653,
1373
+ 650,
1374
+ 632,
1375
+ 656,
1376
+ 630,
1377
+ 644,
1378
+ 647
1376
1379
  ]
1377
1380
  }
1378
1381
  ],
@@ -1399,7 +1402,7 @@
1399
1402
  ]
1400
1403
  },
1401
1404
  {
1402
- "id": 574,
1405
+ "id": 603,
1403
1406
  "name": "SkySearchModule",
1404
1407
  "kind": 128,
1405
1408
  "kindString": "Class",
@@ -1418,21 +1421,21 @@
1418
1421
  ],
1419
1422
  "children": [
1420
1423
  {
1421
- "id": 575,
1424
+ "id": 604,
1422
1425
  "name": "constructor",
1423
1426
  "kind": 512,
1424
1427
  "kindString": "Constructor",
1425
1428
  "flags": {},
1426
1429
  "signatures": [
1427
1430
  {
1428
- "id": 576,
1431
+ "id": 605,
1429
1432
  "name": "new SkySearchModule",
1430
1433
  "kind": 16384,
1431
1434
  "kindString": "Constructor signature",
1432
1435
  "flags": {},
1433
1436
  "type": {
1434
1437
  "type": "reference",
1435
- "id": 574,
1438
+ "id": 603,
1436
1439
  "name": "SkySearchModule"
1437
1440
  }
1438
1441
  }
@@ -1444,7 +1447,7 @@
1444
1447
  "title": "Constructors",
1445
1448
  "kind": 512,
1446
1449
  "children": [
1447
- 575
1450
+ 604
1448
1451
  ]
1449
1452
  }
1450
1453
  ],
@@ -2669,7 +2672,7 @@
2669
2672
  "sources": [
2670
2673
  {
2671
2674
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2672
- "line": 415,
2675
+ "line": 438,
2673
2676
  "character": 2
2674
2677
  }
2675
2678
  ],
@@ -2798,7 +2801,7 @@
2798
2801
  "sources": [
2799
2802
  {
2800
2803
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2801
- "line": 78,
2804
+ "line": 80,
2802
2805
  "character": 9
2803
2806
  }
2804
2807
  ],
@@ -2808,7 +2811,7 @@
2808
2811
  }
2809
2812
  },
2810
2813
  {
2811
- "id": 149,
2814
+ "id": 151,
2812
2815
  "name": "isOpen",
2813
2816
  "kind": 1024,
2814
2817
  "kindString": "Property",
@@ -2818,7 +2821,28 @@
2818
2821
  "sources": [
2819
2822
  {
2820
2823
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2821
- "line": 289,
2824
+ "line": 302,
2825
+ "character": 9
2826
+ }
2827
+ ],
2828
+ "type": {
2829
+ "type": "intrinsic",
2830
+ "name": "boolean"
2831
+ },
2832
+ "defaultValue": "false"
2833
+ },
2834
+ {
2835
+ "id": 157,
2836
+ "name": "isSearchingAsync",
2837
+ "kind": 1024,
2838
+ "kindString": "Property",
2839
+ "flags": {
2840
+ "isPublic": true
2841
+ },
2842
+ "sources": [
2843
+ {
2844
+ "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2845
+ "line": 314,
2822
2846
  "character": 9
2823
2847
  }
2824
2848
  ],
@@ -2858,7 +2882,7 @@
2858
2882
  "sources": [
2859
2883
  {
2860
2884
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2861
- "line": 253,
2885
+ "line": 255,
2862
2886
  "character": 9
2863
2887
  }
2864
2888
  ],
@@ -2868,7 +2892,7 @@
2868
2892
  }
2869
2893
  },
2870
2894
  {
2871
- "id": 150,
2895
+ "id": 152,
2872
2896
  "name": "resultsListId",
2873
2897
  "kind": 1024,
2874
2898
  "kindString": "Property",
@@ -2878,7 +2902,7 @@
2878
2902
  "sources": [
2879
2903
  {
2880
2904
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2881
- "line": 291,
2905
+ "line": 304,
2882
2906
  "character": 9
2883
2907
  }
2884
2908
  ],
@@ -2888,7 +2912,7 @@
2888
2912
  }
2889
2913
  },
2890
2914
  {
2891
- "id": 151,
2915
+ "id": 153,
2892
2916
  "name": "resultsWrapperId",
2893
2917
  "kind": 1024,
2894
2918
  "kindString": "Property",
@@ -2898,7 +2922,7 @@
2898
2922
  "sources": [
2899
2923
  {
2900
2924
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2901
- "line": 293,
2925
+ "line": 306,
2902
2926
  "character": 9
2903
2927
  }
2904
2928
  ],
@@ -2907,6 +2931,44 @@
2907
2931
  "name": "string"
2908
2932
  }
2909
2933
  },
2934
+ {
2935
+ "id": 146,
2936
+ "name": "searchAsync",
2937
+ "kind": 1024,
2938
+ "kindString": "Property",
2939
+ "flags": {
2940
+ "isPublic": true
2941
+ },
2942
+ "decorators": [
2943
+ {
2944
+ "name": "Output",
2945
+ "type": {
2946
+ "type": "reference",
2947
+ "name": "Output"
2948
+ },
2949
+ "arguments": {}
2950
+ }
2951
+ ],
2952
+ "sources": [
2953
+ {
2954
+ "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2955
+ "line": 288,
2956
+ "character": 9
2957
+ }
2958
+ ],
2959
+ "type": {
2960
+ "type": "reference",
2961
+ "typeArguments": [
2962
+ {
2963
+ "type": "reference",
2964
+ "id": 536,
2965
+ "name": "SkyAutocompleteSearchAsyncArgs"
2966
+ }
2967
+ ],
2968
+ "name": "EventEmitter"
2969
+ },
2970
+ "defaultValue": "..."
2971
+ },
2910
2972
  {
2911
2973
  "id": 134,
2912
2974
  "name": "searchFilters",
@@ -2931,7 +2993,7 @@
2931
2993
  "sources": [
2932
2994
  {
2933
2995
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2934
- "line": 222,
2996
+ "line": 224,
2935
2997
  "character": 9
2936
2998
  }
2937
2999
  ],
@@ -2939,13 +3001,33 @@
2939
3001
  "type": "array",
2940
3002
  "elementType": {
2941
3003
  "type": "reference",
2942
- "id": 524,
3004
+ "id": 553,
2943
3005
  "name": "SkyAutocompleteSearchFunctionFilter"
2944
3006
  }
2945
3007
  }
2946
3008
  },
2947
3009
  {
2948
- "id": 152,
3010
+ "id": 158,
3011
+ "name": "searchResultsCount",
3012
+ "kind": 1024,
3013
+ "kindString": "Property",
3014
+ "flags": {
3015
+ "isPublic": true
3016
+ },
3017
+ "sources": [
3018
+ {
3019
+ "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3020
+ "line": 316,
3021
+ "character": 9
3022
+ }
3023
+ ],
3024
+ "type": {
3025
+ "type": "intrinsic",
3026
+ "name": "number"
3027
+ }
3028
+ },
3029
+ {
3030
+ "id": 154,
2949
3031
  "name": "searchText",
2950
3032
  "kind": 1024,
2951
3033
  "kindString": "Property",
@@ -2955,7 +3037,7 @@
2955
3037
  "sources": [
2956
3038
  {
2957
3039
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2958
- "line": 295,
3040
+ "line": 308,
2959
3041
  "character": 9
2960
3042
  }
2961
3043
  ],
@@ -2985,7 +3067,7 @@
2985
3067
  "sources": [
2986
3068
  {
2987
3069
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2988
- "line": 86,
3070
+ "line": 88,
2989
3071
  "character": 13
2990
3072
  }
2991
3073
  ],
@@ -3062,7 +3144,7 @@
3062
3144
  "sources": [
3063
3145
  {
3064
3146
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3065
- "line": 100,
3147
+ "line": 102,
3066
3148
  "character": 13
3067
3149
  }
3068
3150
  ],
@@ -3139,7 +3221,7 @@
3139
3221
  "sources": [
3140
3222
  {
3141
3223
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3142
- "line": 114,
3224
+ "line": 116,
3143
3225
  "character": 13
3144
3226
  }
3145
3227
  ],
@@ -3196,7 +3278,7 @@
3196
3278
  ]
3197
3279
  },
3198
3280
  {
3199
- "id": 147,
3281
+ "id": 149,
3200
3282
  "name": "highlightText",
3201
3283
  "kind": 262144,
3202
3284
  "kindString": "Accessor",
@@ -3206,20 +3288,23 @@
3206
3288
  "sources": [
3207
3289
  {
3208
3290
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3209
- "line": 285,
3291
+ "line": 298,
3210
3292
  "character": 13
3211
3293
  }
3212
3294
  ],
3213
3295
  "getSignature": [
3214
3296
  {
3215
- "id": 148,
3297
+ "id": 150,
3216
3298
  "name": "highlightText",
3217
3299
  "kind": 524288,
3218
3300
  "kindString": "Get signature",
3219
3301
  "flags": {},
3220
3302
  "type": {
3221
- "type": "intrinsic",
3222
- "name": "string"
3303
+ "type": "array",
3304
+ "elementType": {
3305
+ "type": "intrinsic",
3306
+ "name": "string"
3307
+ }
3223
3308
  }
3224
3309
  }
3225
3310
  ]
@@ -3245,7 +3330,7 @@
3245
3330
  "sources": [
3246
3331
  {
3247
3332
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3248
- "line": 154,
3333
+ "line": 156,
3249
3334
  "character": 13
3250
3335
  }
3251
3336
  ],
@@ -3328,7 +3413,7 @@
3328
3413
  "sources": [
3329
3414
  {
3330
3415
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3331
- "line": 169,
3416
+ "line": 171,
3332
3417
  "character": 13
3333
3418
  }
3334
3419
  ],
@@ -3344,7 +3429,7 @@
3344
3429
  },
3345
3430
  "type": {
3346
3431
  "type": "reference",
3347
- "id": 519,
3432
+ "id": 548,
3348
3433
  "name": "SkyAutocompleteSearchFunction"
3349
3434
  }
3350
3435
  }
@@ -3368,7 +3453,7 @@
3368
3453
  "flags": {},
3369
3454
  "type": {
3370
3455
  "type": "reference",
3371
- "id": 519,
3456
+ "id": 548,
3372
3457
  "name": "SkyAutocompleteSearchFunction"
3373
3458
  }
3374
3459
  }
@@ -3401,7 +3486,7 @@
3401
3486
  "sources": [
3402
3487
  {
3403
3488
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3404
- "line": 189,
3489
+ "line": 191,
3405
3490
  "character": 13
3406
3491
  }
3407
3492
  ],
@@ -3464,7 +3549,7 @@
3464
3549
  ]
3465
3550
  },
3466
3551
  {
3467
- "id": 145,
3552
+ "id": 147,
3468
3553
  "name": "searchResults",
3469
3554
  "kind": 262144,
3470
3555
  "kindString": "Accessor",
@@ -3474,13 +3559,13 @@
3474
3559
  "sources": [
3475
3560
  {
3476
3561
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3477
- "line": 281,
3562
+ "line": 294,
3478
3563
  "character": 13
3479
3564
  }
3480
3565
  ],
3481
3566
  "getSignature": [
3482
3567
  {
3483
- "id": 146,
3568
+ "id": 148,
3484
3569
  "name": "searchResults",
3485
3570
  "kind": 524288,
3486
3571
  "kindString": "Get signature",
@@ -3516,7 +3601,7 @@
3516
3601
  "sources": [
3517
3602
  {
3518
3603
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3519
- "line": 229,
3604
+ "line": 231,
3520
3605
  "character": 13
3521
3606
  }
3522
3607
  ],
@@ -3587,7 +3672,7 @@
3587
3672
  "sources": [
3588
3673
  {
3589
3674
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3590
- "line": 204,
3675
+ "line": 206,
3591
3676
  "character": 13
3592
3677
  }
3593
3678
  ],
@@ -3644,7 +3729,7 @@
3644
3729
  ]
3645
3730
  },
3646
3731
  {
3647
- "id": 143,
3732
+ "id": 144,
3648
3733
  "name": "selectionChange",
3649
3734
  "kind": 262144,
3650
3735
  "kindString": "Accessor",
@@ -3664,13 +3749,13 @@
3664
3749
  "sources": [
3665
3750
  {
3666
3751
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3667
- "line": 273,
3752
+ "line": 283,
3668
3753
  "character": 13
3669
3754
  }
3670
3755
  ],
3671
3756
  "getSignature": [
3672
3757
  {
3673
- "id": 144,
3758
+ "id": 145,
3674
3759
  "name": "selectionChange",
3675
3760
  "kind": 524288,
3676
3761
  "kindString": "Get signature",
@@ -3683,7 +3768,7 @@
3683
3768
  "typeArguments": [
3684
3769
  {
3685
3770
  "type": "reference",
3686
- "id": 530,
3771
+ "id": 559,
3687
3772
  "name": "SkyAutocompleteSelectionChange"
3688
3773
  }
3689
3774
  ],
@@ -3693,7 +3778,7 @@
3693
3778
  ]
3694
3779
  },
3695
3780
  {
3696
- "id": 153,
3781
+ "id": 155,
3697
3782
  "name": "showActionsArea",
3698
3783
  "kind": 262144,
3699
3784
  "kindString": "Accessor",
@@ -3703,13 +3788,13 @@
3703
3788
  "sources": [
3704
3789
  {
3705
3790
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3706
- "line": 297,
3791
+ "line": 310,
3707
3792
  "character": 13
3708
3793
  }
3709
3794
  ],
3710
3795
  "getSignature": [
3711
3796
  {
3712
- "id": 154,
3797
+ "id": 156,
3713
3798
  "name": "showActionsArea",
3714
3799
  "kind": 524288,
3715
3800
  "kindString": "Get signature",
@@ -3722,7 +3807,7 @@
3722
3807
  ]
3723
3808
  },
3724
3809
  {
3725
- "id": 192,
3810
+ "id": 197,
3726
3811
  "name": "addButtonClicked",
3727
3812
  "kind": 2048,
3728
3813
  "kindString": "Method",
@@ -3732,13 +3817,13 @@
3732
3817
  "sources": [
3733
3818
  {
3734
3819
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3735
- "line": 453,
3820
+ "line": 477,
3736
3821
  "character": 9
3737
3822
  }
3738
3823
  ],
3739
3824
  "signatures": [
3740
3825
  {
3741
- "id": 193,
3826
+ "id": 198,
3742
3827
  "name": "addButtonClicked",
3743
3828
  "kind": 4096,
3744
3829
  "kindString": "Call signature",
@@ -3751,7 +3836,7 @@
3751
3836
  ]
3752
3837
  },
3753
3838
  {
3754
- "id": 194,
3839
+ "id": 199,
3755
3840
  "name": "handleKeydown",
3756
3841
  "kind": 2048,
3757
3842
  "kindString": "Method",
@@ -3761,20 +3846,20 @@
3761
3846
  "sources": [
3762
3847
  {
3763
3848
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3764
- "line": 459,
3849
+ "line": 483,
3765
3850
  "character": 9
3766
3851
  }
3767
3852
  ],
3768
3853
  "signatures": [
3769
3854
  {
3770
- "id": 195,
3855
+ "id": 200,
3771
3856
  "name": "handleKeydown",
3772
3857
  "kind": 4096,
3773
3858
  "kindString": "Call signature",
3774
3859
  "flags": {},
3775
3860
  "parameters": [
3776
3861
  {
3777
- "id": 196,
3862
+ "id": 201,
3778
3863
  "name": "event",
3779
3864
  "kind": 32768,
3780
3865
  "kindString": "Parameter",
@@ -3793,7 +3878,7 @@
3793
3878
  ]
3794
3879
  },
3795
3880
  {
3796
- "id": 206,
3881
+ "id": 211,
3797
3882
  "name": "isElementFocused",
3798
3883
  "kind": 2048,
3799
3884
  "kindString": "Method",
@@ -3803,20 +3888,20 @@
3803
3888
  "sources": [
3804
3889
  {
3805
3890
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3806
- "line": 568,
3891
+ "line": 592,
3807
3892
  "character": 9
3808
3893
  }
3809
3894
  ],
3810
3895
  "signatures": [
3811
3896
  {
3812
- "id": 207,
3897
+ "id": 212,
3813
3898
  "name": "isElementFocused",
3814
3899
  "kind": 4096,
3815
3900
  "kindString": "Call signature",
3816
3901
  "flags": {},
3817
3902
  "parameters": [
3818
3903
  {
3819
- "id": 208,
3904
+ "id": 213,
3820
3905
  "name": "ref",
3821
3906
  "kind": 32768,
3822
3907
  "kindString": "Parameter",
@@ -3835,7 +3920,7 @@
3835
3920
  ]
3836
3921
  },
3837
3922
  {
3838
- "id": 197,
3923
+ "id": 202,
3839
3924
  "name": "moreButtonClicked",
3840
3925
  "kind": 2048,
3841
3926
  "kindString": "Method",
@@ -3845,13 +3930,13 @@
3845
3930
  "sources": [
3846
3931
  {
3847
3932
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3848
- "line": 540,
3933
+ "line": 564,
3849
3934
  "character": 9
3850
3935
  }
3851
3936
  ],
3852
3937
  "signatures": [
3853
3938
  {
3854
- "id": 198,
3939
+ "id": 203,
3855
3940
  "name": "moreButtonClicked",
3856
3941
  "kind": 4096,
3857
3942
  "kindString": "Call signature",
@@ -3864,7 +3949,7 @@
3864
3949
  ]
3865
3950
  },
3866
3951
  {
3867
- "id": 186,
3952
+ "id": 191,
3868
3953
  "name": "ngAfterContentInit",
3869
3954
  "kind": 2048,
3870
3955
  "kindString": "Method",
@@ -3874,13 +3959,13 @@
3874
3959
  "sources": [
3875
3960
  {
3876
3961
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3877
- "line": 428,
3962
+ "line": 451,
3878
3963
  "character": 9
3879
3964
  }
3880
3965
  ],
3881
3966
  "signatures": [
3882
3967
  {
3883
- "id": 187,
3968
+ "id": 192,
3884
3969
  "name": "ngAfterContentInit",
3885
3970
  "kind": 4096,
3886
3971
  "kindString": "Call signature",
@@ -3901,7 +3986,7 @@
3901
3986
  }
3902
3987
  },
3903
3988
  {
3904
- "id": 188,
3989
+ "id": 193,
3905
3990
  "name": "ngAfterViewInit",
3906
3991
  "kind": 2048,
3907
3992
  "kindString": "Method",
@@ -3911,13 +3996,13 @@
3911
3996
  "sources": [
3912
3997
  {
3913
3998
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3914
- "line": 440,
3999
+ "line": 463,
3915
4000
  "character": 9
3916
4001
  }
3917
4002
  ],
3918
4003
  "signatures": [
3919
4004
  {
3920
- "id": 189,
4005
+ "id": 194,
3921
4006
  "name": "ngAfterViewInit",
3922
4007
  "kind": 4096,
3923
4008
  "kindString": "Call signature",
@@ -3938,7 +4023,7 @@
3938
4023
  }
3939
4024
  },
3940
4025
  {
3941
- "id": 190,
4026
+ "id": 195,
3942
4027
  "name": "ngOnDestroy",
3943
4028
  "kind": 2048,
3944
4029
  "kindString": "Method",
@@ -3948,13 +4033,13 @@
3948
4033
  "sources": [
3949
4034
  {
3950
4035
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3951
- "line": 444,
4036
+ "line": 467,
3952
4037
  "character": 9
3953
4038
  }
3954
4039
  ],
3955
4040
  "signatures": [
3956
4041
  {
3957
- "id": 191,
4042
+ "id": 196,
3958
4043
  "name": "ngOnDestroy",
3959
4044
  "kind": 4096,
3960
4045
  "kindString": "Call signature",
@@ -3975,7 +4060,7 @@
3975
4060
  }
3976
4061
  },
3977
4062
  {
3978
- "id": 199,
4063
+ "id": 204,
3979
4064
  "name": "onResultMouseDown",
3980
4065
  "kind": 2048,
3981
4066
  "kindString": "Method",
@@ -3985,20 +4070,20 @@
3985
4070
  "sources": [
3986
4071
  {
3987
4072
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3988
- "line": 546,
4073
+ "line": 570,
3989
4074
  "character": 9
3990
4075
  }
3991
4076
  ],
3992
4077
  "signatures": [
3993
4078
  {
3994
- "id": 200,
4079
+ "id": 205,
3995
4080
  "name": "onResultMouseDown",
3996
4081
  "kind": 4096,
3997
4082
  "kindString": "Call signature",
3998
4083
  "flags": {},
3999
4084
  "parameters": [
4000
4085
  {
4001
- "id": 201,
4086
+ "id": 206,
4002
4087
  "name": "id",
4003
4088
  "kind": 32768,
4004
4089
  "kindString": "Parameter",
@@ -4009,7 +4094,7 @@
4009
4094
  }
4010
4095
  },
4011
4096
  {
4012
- "id": 202,
4097
+ "id": 207,
4013
4098
  "name": "event",
4014
4099
  "kind": 32768,
4015
4100
  "kindString": "Parameter",
@@ -4028,7 +4113,7 @@
4028
4113
  ]
4029
4114
  },
4030
4115
  {
4031
- "id": 203,
4116
+ "id": 208,
4032
4117
  "name": "onResultMouseMove",
4033
4118
  "kind": 2048,
4034
4119
  "kindString": "Method",
@@ -4038,20 +4123,20 @@
4038
4123
  "sources": [
4039
4124
  {
4040
4125
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4041
- "line": 559,
4126
+ "line": 583,
4042
4127
  "character": 9
4043
4128
  }
4044
4129
  ],
4045
4130
  "signatures": [
4046
4131
  {
4047
- "id": 204,
4132
+ "id": 209,
4048
4133
  "name": "onResultMouseMove",
4049
4134
  "kind": 4096,
4050
4135
  "kindString": "Call signature",
4051
4136
  "flags": {},
4052
4137
  "parameters": [
4053
4138
  {
4054
- "id": 205,
4139
+ "id": 210,
4055
4140
  "name": "id",
4056
4141
  "kind": 32768,
4057
4142
  "kindString": "Parameter",
@@ -4083,12 +4168,15 @@
4083
4168
  "kind": 1024,
4084
4169
  "children": [
4085
4170
  99,
4086
- 149,
4087
- 140,
4088
- 150,
4089
4171
  151,
4172
+ 157,
4173
+ 140,
4174
+ 152,
4175
+ 153,
4176
+ 146,
4090
4177
  134,
4091
- 152
4178
+ 158,
4179
+ 154
4092
4180
  ]
4093
4181
  },
4094
4182
  {
@@ -4098,37 +4186,37 @@
4098
4186
  100,
4099
4187
  104,
4100
4188
  108,
4101
- 147,
4189
+ 149,
4102
4190
  118,
4103
4191
  122,
4104
4192
  126,
4105
- 145,
4193
+ 147,
4106
4194
  135,
4107
4195
  130,
4108
- 143,
4109
- 153
4196
+ 144,
4197
+ 155
4110
4198
  ]
4111
4199
  },
4112
4200
  {
4113
4201
  "title": "Methods",
4114
4202
  "kind": 2048,
4115
4203
  "children": [
4116
- 192,
4117
- 194,
4118
- 206,
4119
4204
  197,
4120
- 186,
4121
- 188,
4122
- 190,
4123
4205
  199,
4124
- 203
4206
+ 211,
4207
+ 202,
4208
+ 191,
4209
+ 193,
4210
+ 195,
4211
+ 204,
4212
+ 208
4125
4213
  ]
4126
4214
  }
4127
4215
  ],
4128
4216
  "sources": [
4129
4217
  {
4130
4218
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4131
- "line": 67,
4219
+ "line": 69,
4132
4220
  "character": 13
4133
4221
  }
4134
4222
  ],
@@ -4148,7 +4236,7 @@
4148
4236
  ]
4149
4237
  },
4150
4238
  {
4151
- "id": 245,
4239
+ "id": 255,
4152
4240
  "name": "SkyCountryFieldComponent",
4153
4241
  "kind": 128,
4154
4242
  "kindString": "Class",
@@ -4167,7 +4255,7 @@
4167
4255
  ],
4168
4256
  "children": [
4169
4257
  {
4170
- "id": 246,
4258
+ "id": 256,
4171
4259
  "name": "constructor",
4172
4260
  "kind": 512,
4173
4261
  "kindString": "Constructor",
@@ -4181,14 +4269,14 @@
4181
4269
  ],
4182
4270
  "signatures": [
4183
4271
  {
4184
- "id": 247,
4272
+ "id": 257,
4185
4273
  "name": "SkyCountryFieldComponent",
4186
4274
  "kind": 16384,
4187
4275
  "kindString": "Constructor signature",
4188
4276
  "flags": {},
4189
4277
  "parameters": [
4190
4278
  {
4191
- "id": 248,
4279
+ "id": 258,
4192
4280
  "name": "changeDetector",
4193
4281
  "kind": 32768,
4194
4282
  "kindString": "Parameter",
@@ -4199,7 +4287,7 @@
4199
4287
  }
4200
4288
  },
4201
4289
  {
4202
- "id": 249,
4290
+ "id": 259,
4203
4291
  "name": "elRef",
4204
4292
  "kind": 32768,
4205
4293
  "kindString": "Parameter",
@@ -4216,7 +4304,7 @@
4216
4304
  }
4217
4305
  },
4218
4306
  {
4219
- "id": 250,
4307
+ "id": 260,
4220
4308
  "name": "windowRef",
4221
4309
  "kind": 32768,
4222
4310
  "kindString": "Parameter",
@@ -4227,7 +4315,7 @@
4227
4315
  }
4228
4316
  },
4229
4317
  {
4230
- "id": 251,
4318
+ "id": 261,
4231
4319
  "name": "injector",
4232
4320
  "kind": 32768,
4233
4321
  "kindString": "Parameter",
@@ -4238,7 +4326,7 @@
4238
4326
  }
4239
4327
  },
4240
4328
  {
4241
- "id": 252,
4329
+ "id": 262,
4242
4330
  "name": "inputBoxHostSvc",
4243
4331
  "kind": 32768,
4244
4332
  "kindString": "Parameter",
@@ -4261,7 +4349,7 @@
4261
4349
  }
4262
4350
  },
4263
4351
  {
4264
- "id": 253,
4352
+ "id": 263,
4265
4353
  "name": "themeSvc",
4266
4354
  "kind": 32768,
4267
4355
  "kindString": "Parameter",
@@ -4286,14 +4374,14 @@
4286
4374
  ],
4287
4375
  "type": {
4288
4376
  "type": "reference",
4289
- "id": 245,
4377
+ "id": 255,
4290
4378
  "name": "SkyCountryFieldComponent"
4291
4379
  }
4292
4380
  }
4293
4381
  ]
4294
4382
  },
4295
4383
  {
4296
- "id": 254,
4384
+ "id": 264,
4297
4385
  "name": "autocompleteAttribute",
4298
4386
  "kind": 1024,
4299
4387
  "kindString": "Property",
@@ -4332,7 +4420,7 @@
4332
4420
  }
4333
4421
  },
4334
4422
  {
4335
- "id": 273,
4423
+ "id": 283,
4336
4424
  "name": "countries",
4337
4425
  "kind": 1024,
4338
4426
  "kindString": "Property",
@@ -4350,13 +4438,13 @@
4350
4438
  "type": "array",
4351
4439
  "elementType": {
4352
4440
  "type": "reference",
4353
- "id": 538,
4441
+ "id": 567,
4354
4442
  "name": "SkyCountryFieldCountry"
4355
4443
  }
4356
4444
  }
4357
4445
  },
4358
4446
  {
4359
- "id": 277,
4447
+ "id": 287,
4360
4448
  "name": "countrySearchAutocompleteDirective",
4361
4449
  "kind": 1024,
4362
4450
  "kindString": "Property",
@@ -4389,7 +4477,7 @@
4389
4477
  }
4390
4478
  },
4391
4479
  {
4392
- "id": 274,
4480
+ "id": 284,
4393
4481
  "name": "countrySearchFormControl",
4394
4482
  "kind": 1024,
4395
4483
  "kindString": "Property",
@@ -4409,7 +4497,7 @@
4409
4497
  }
4410
4498
  },
4411
4499
  {
4412
- "id": 282,
4500
+ "id": 292,
4413
4501
  "name": "currentTheme",
4414
4502
  "kind": 1024,
4415
4503
  "kindString": "Property",
@@ -4430,7 +4518,7 @@
4430
4518
  "defaultValue": "'default'"
4431
4519
  },
4432
4520
  {
4433
- "id": 263,
4521
+ "id": 273,
4434
4522
  "name": "hideSelectedCountryFlag",
4435
4523
  "kind": 1024,
4436
4524
  "kindString": "Property",
@@ -4469,7 +4557,7 @@
4469
4557
  }
4470
4558
  },
4471
4559
  {
4472
- "id": 297,
4560
+ "id": 307,
4473
4561
  "name": "inputBoxHostSvc",
4474
4562
  "kind": 1024,
4475
4563
  "kindString": "Property",
@@ -4483,7 +4571,7 @@
4483
4571
  }
4484
4572
  },
4485
4573
  {
4486
- "id": 283,
4574
+ "id": 293,
4487
4575
  "name": "inputId",
4488
4576
  "kind": 1024,
4489
4577
  "kindString": "Property",
@@ -4503,7 +4591,7 @@
4503
4591
  }
4504
4592
  },
4505
4593
  {
4506
- "id": 275,
4594
+ "id": 285,
4507
4595
  "name": "isInputFocused",
4508
4596
  "kind": 1024,
4509
4597
  "kindString": "Property",
@@ -4524,7 +4612,7 @@
4524
4612
  "defaultValue": "false"
4525
4613
  },
4526
4614
  {
4527
- "id": 309,
4615
+ "id": 319,
4528
4616
  "name": "onChange",
4529
4617
  "kind": 1024,
4530
4618
  "kindString": "Property",
@@ -4545,7 +4633,7 @@
4545
4633
  "defaultValue": "..."
4546
4634
  },
4547
4635
  {
4548
- "id": 310,
4636
+ "id": 320,
4549
4637
  "name": "onTouched",
4550
4638
  "kind": 1024,
4551
4639
  "kindString": "Property",
@@ -4566,7 +4654,7 @@
4566
4654
  "defaultValue": "..."
4567
4655
  },
4568
4656
  {
4569
- "id": 276,
4657
+ "id": 286,
4570
4658
  "name": "searchTextMinimumCharacters",
4571
4659
  "kind": 1024,
4572
4660
  "kindString": "Property",
@@ -4587,7 +4675,7 @@
4587
4675
  "defaultValue": "2"
4588
4676
  },
4589
4677
  {
4590
- "id": 272,
4678
+ "id": 282,
4591
4679
  "name": "selectedCountryChange",
4592
4680
  "kind": 1024,
4593
4681
  "kindString": "Property",
@@ -4619,7 +4707,7 @@
4619
4707
  "typeArguments": [
4620
4708
  {
4621
4709
  "type": "reference",
4622
- "id": 538,
4710
+ "id": 567,
4623
4711
  "name": "SkyCountryFieldCountry"
4624
4712
  }
4625
4713
  ],
@@ -4628,7 +4716,7 @@
4628
4716
  "defaultValue": "..."
4629
4717
  },
4630
4718
  {
4631
- "id": 255,
4719
+ "id": 265,
4632
4720
  "name": "defaultCountry",
4633
4721
  "kind": 262144,
4634
4722
  "kindString": "Accessor",
@@ -4654,7 +4742,7 @@
4654
4742
  ],
4655
4743
  "getSignature": [
4656
4744
  {
4657
- "id": 256,
4745
+ "id": 266,
4658
4746
  "name": "defaultCountry",
4659
4747
  "kind": 524288,
4660
4748
  "kindString": "Get signature",
@@ -4670,7 +4758,7 @@
4670
4758
  ],
4671
4759
  "setSignature": [
4672
4760
  {
4673
- "id": 257,
4761
+ "id": 267,
4674
4762
  "name": "defaultCountry",
4675
4763
  "kind": 1048576,
4676
4764
  "kindString": "Set signature",
@@ -4686,7 +4774,7 @@
4686
4774
  },
4687
4775
  "parameters": [
4688
4776
  {
4689
- "id": 258,
4777
+ "id": 268,
4690
4778
  "name": "value",
4691
4779
  "kind": 32768,
4692
4780
  "kindString": "Parameter",
@@ -4705,7 +4793,7 @@
4705
4793
  ]
4706
4794
  },
4707
4795
  {
4708
- "id": 259,
4796
+ "id": 269,
4709
4797
  "name": "disabled",
4710
4798
  "kind": 262144,
4711
4799
  "kindString": "Accessor",
@@ -4731,7 +4819,7 @@
4731
4819
  ],
4732
4820
  "getSignature": [
4733
4821
  {
4734
- "id": 260,
4822
+ "id": 270,
4735
4823
  "name": "disabled",
4736
4824
  "kind": 524288,
4737
4825
  "kindString": "Get signature",
@@ -4747,7 +4835,7 @@
4747
4835
  ],
4748
4836
  "setSignature": [
4749
4837
  {
4750
- "id": 261,
4838
+ "id": 271,
4751
4839
  "name": "disabled",
4752
4840
  "kind": 1048576,
4753
4841
  "kindString": "Set signature",
@@ -4757,7 +4845,7 @@
4757
4845
  },
4758
4846
  "parameters": [
4759
4847
  {
4760
- "id": 262,
4848
+ "id": 272,
4761
4849
  "name": "isDisabled",
4762
4850
  "kind": 32768,
4763
4851
  "kindString": "Parameter",
@@ -4776,7 +4864,7 @@
4776
4864
  ]
4777
4865
  },
4778
4866
  {
4779
- "id": 264,
4867
+ "id": 274,
4780
4868
  "name": "includePhoneInfo",
4781
4869
  "kind": 262144,
4782
4870
  "kindString": "Accessor",
@@ -4802,7 +4890,7 @@
4802
4890
  ],
4803
4891
  "getSignature": [
4804
4892
  {
4805
- "id": 265,
4893
+ "id": 275,
4806
4894
  "name": "includePhoneInfo",
4807
4895
  "kind": 524288,
4808
4896
  "kindString": "Get signature",
@@ -4818,7 +4906,7 @@
4818
4906
  ],
4819
4907
  "setSignature": [
4820
4908
  {
4821
- "id": 266,
4909
+ "id": 276,
4822
4910
  "name": "includePhoneInfo",
4823
4911
  "kind": 1048576,
4824
4912
  "kindString": "Set signature",
@@ -4834,7 +4922,7 @@
4834
4922
  },
4835
4923
  "parameters": [
4836
4924
  {
4837
- "id": 267,
4925
+ "id": 277,
4838
4926
  "name": "includePhoneInfo",
4839
4927
  "kind": 32768,
4840
4928
  "kindString": "Parameter",
@@ -4853,7 +4941,7 @@
4853
4941
  ]
4854
4942
  },
4855
4943
  {
4856
- "id": 278,
4944
+ "id": 288,
4857
4945
  "name": "selectedCountry",
4858
4946
  "kind": 262144,
4859
4947
  "kindString": "Accessor",
@@ -4869,35 +4957,35 @@
4869
4957
  ],
4870
4958
  "getSignature": [
4871
4959
  {
4872
- "id": 279,
4960
+ "id": 289,
4873
4961
  "name": "selectedCountry",
4874
4962
  "kind": 524288,
4875
4963
  "kindString": "Get signature",
4876
4964
  "flags": {},
4877
4965
  "type": {
4878
4966
  "type": "reference",
4879
- "id": 538,
4967
+ "id": 567,
4880
4968
  "name": "SkyCountryFieldCountry"
4881
4969
  }
4882
4970
  }
4883
4971
  ],
4884
4972
  "setSignature": [
4885
4973
  {
4886
- "id": 280,
4974
+ "id": 290,
4887
4975
  "name": "selectedCountry",
4888
4976
  "kind": 1048576,
4889
4977
  "kindString": "Set signature",
4890
4978
  "flags": {},
4891
4979
  "parameters": [
4892
4980
  {
4893
- "id": 281,
4981
+ "id": 291,
4894
4982
  "name": "newCountry",
4895
4983
  "kind": 32768,
4896
4984
  "kindString": "Parameter",
4897
4985
  "flags": {},
4898
4986
  "type": {
4899
4987
  "type": "reference",
4900
- "id": 538,
4988
+ "id": 567,
4901
4989
  "name": "SkyCountryFieldCountry"
4902
4990
  }
4903
4991
  }
@@ -4910,7 +4998,7 @@
4910
4998
  ]
4911
4999
  },
4912
5000
  {
4913
- "id": 268,
5001
+ "id": 278,
4914
5002
  "name": "supportedCountryISOs",
4915
5003
  "kind": 262144,
4916
5004
  "kindString": "Accessor",
@@ -4936,7 +5024,7 @@
4936
5024
  ],
4937
5025
  "getSignature": [
4938
5026
  {
4939
- "id": 269,
5027
+ "id": 279,
4940
5028
  "name": "supportedCountryISOs",
4941
5029
  "kind": 524288,
4942
5030
  "kindString": "Get signature",
@@ -4955,7 +5043,7 @@
4955
5043
  ],
4956
5044
  "setSignature": [
4957
5045
  {
4958
- "id": 270,
5046
+ "id": 280,
4959
5047
  "name": "supportedCountryISOs",
4960
5048
  "kind": 1048576,
4961
5049
  "kindString": "Set signature",
@@ -4965,7 +5053,7 @@
4965
5053
  },
4966
5054
  "parameters": [
4967
5055
  {
4968
- "id": 271,
5056
+ "id": 281,
4969
5057
  "name": "value",
4970
5058
  "kind": 32768,
4971
5059
  "kindString": "Parameter",
@@ -4987,7 +5075,7 @@
4987
5075
  ]
4988
5076
  },
4989
5077
  {
4990
- "id": 300,
5078
+ "id": 310,
4991
5079
  "name": "ngAfterViewInit",
4992
5080
  "kind": 2048,
4993
5081
  "kindString": "Method",
@@ -5003,7 +5091,7 @@
5003
5091
  ],
5004
5092
  "signatures": [
5005
5093
  {
5006
- "id": 301,
5094
+ "id": 311,
5007
5095
  "name": "ngAfterViewInit",
5008
5096
  "kind": 4096,
5009
5097
  "kindString": "Call signature",
@@ -5024,7 +5112,7 @@
5024
5112
  }
5025
5113
  },
5026
5114
  {
5027
- "id": 311,
5115
+ "id": 321,
5028
5116
  "name": "registerOnChange",
5029
5117
  "kind": 2048,
5030
5118
  "kindString": "Method",
@@ -5040,14 +5128,14 @@
5040
5128
  ],
5041
5129
  "signatures": [
5042
5130
  {
5043
- "id": 312,
5131
+ "id": 322,
5044
5132
  "name": "registerOnChange",
5045
5133
  "kind": 4096,
5046
5134
  "kindString": "Call signature",
5047
5135
  "flags": {},
5048
5136
  "parameters": [
5049
5137
  {
5050
- "id": 313,
5138
+ "id": 323,
5051
5139
  "name": "fn",
5052
5140
  "kind": 32768,
5053
5141
  "kindString": "Parameter",
@@ -5055,21 +5143,21 @@
5055
5143
  "type": {
5056
5144
  "type": "reflection",
5057
5145
  "declaration": {
5058
- "id": 314,
5146
+ "id": 324,
5059
5147
  "name": "__type",
5060
5148
  "kind": 65536,
5061
5149
  "kindString": "Type literal",
5062
5150
  "flags": {},
5063
5151
  "signatures": [
5064
5152
  {
5065
- "id": 315,
5153
+ "id": 325,
5066
5154
  "name": "__type",
5067
5155
  "kind": 4096,
5068
5156
  "kindString": "Call signature",
5069
5157
  "flags": {},
5070
5158
  "parameters": [
5071
5159
  {
5072
- "id": 316,
5160
+ "id": 326,
5073
5161
  "name": "value",
5074
5162
  "kind": 32768,
5075
5163
  "kindString": "Parameter",
@@ -5106,7 +5194,7 @@
5106
5194
  }
5107
5195
  },
5108
5196
  {
5109
- "id": 317,
5197
+ "id": 327,
5110
5198
  "name": "registerOnTouched",
5111
5199
  "kind": 2048,
5112
5200
  "kindString": "Method",
@@ -5122,14 +5210,14 @@
5122
5210
  ],
5123
5211
  "signatures": [
5124
5212
  {
5125
- "id": 318,
5213
+ "id": 328,
5126
5214
  "name": "registerOnTouched",
5127
5215
  "kind": 4096,
5128
5216
  "kindString": "Call signature",
5129
5217
  "flags": {},
5130
5218
  "parameters": [
5131
5219
  {
5132
- "id": 319,
5220
+ "id": 329,
5133
5221
  "name": "fn",
5134
5222
  "kind": 32768,
5135
5223
  "kindString": "Parameter",
@@ -5137,14 +5225,14 @@
5137
5225
  "type": {
5138
5226
  "type": "reflection",
5139
5227
  "declaration": {
5140
- "id": 320,
5228
+ "id": 330,
5141
5229
  "name": "__type",
5142
5230
  "kind": 65536,
5143
5231
  "kindString": "Type literal",
5144
5232
  "flags": {},
5145
5233
  "signatures": [
5146
5234
  {
5147
- "id": 321,
5235
+ "id": 331,
5148
5236
  "name": "__type",
5149
5237
  "kind": 4096,
5150
5238
  "kindString": "Call signature",
@@ -5175,7 +5263,7 @@
5175
5263
  }
5176
5264
  },
5177
5265
  {
5178
- "id": 322,
5266
+ "id": 332,
5179
5267
  "name": "setDisabledState",
5180
5268
  "kind": 2048,
5181
5269
  "kindString": "Method",
@@ -5191,14 +5279,14 @@
5191
5279
  ],
5192
5280
  "signatures": [
5193
5281
  {
5194
- "id": 323,
5282
+ "id": 333,
5195
5283
  "name": "setDisabledState",
5196
5284
  "kind": 4096,
5197
5285
  "kindString": "Call signature",
5198
5286
  "flags": {},
5199
5287
  "parameters": [
5200
5288
  {
5201
- "id": 324,
5289
+ "id": 334,
5202
5290
  "name": "disabled",
5203
5291
  "kind": 32768,
5204
5292
  "kindString": "Parameter",
@@ -5225,7 +5313,7 @@
5225
5313
  }
5226
5314
  },
5227
5315
  {
5228
- "id": 325,
5316
+ "id": 335,
5229
5317
  "name": "validate",
5230
5318
  "kind": 2048,
5231
5319
  "kindString": "Method",
@@ -5241,14 +5329,14 @@
5241
5329
  ],
5242
5330
  "signatures": [
5243
5331
  {
5244
- "id": 326,
5332
+ "id": 336,
5245
5333
  "name": "validate",
5246
5334
  "kind": 4096,
5247
5335
  "kindString": "Call signature",
5248
5336
  "flags": {},
5249
5337
  "parameters": [
5250
5338
  {
5251
- "id": 327,
5339
+ "id": 337,
5252
5340
  "name": "control",
5253
5341
  "kind": 32768,
5254
5342
  "kindString": "Parameter",
@@ -5275,7 +5363,7 @@
5275
5363
  }
5276
5364
  },
5277
5365
  {
5278
- "id": 328,
5366
+ "id": 338,
5279
5367
  "name": "writeValue",
5280
5368
  "kind": 2048,
5281
5369
  "kindString": "Method",
@@ -5291,21 +5379,21 @@
5291
5379
  ],
5292
5380
  "signatures": [
5293
5381
  {
5294
- "id": 329,
5382
+ "id": 339,
5295
5383
  "name": "writeValue",
5296
5384
  "kind": 4096,
5297
5385
  "kindString": "Call signature",
5298
5386
  "flags": {},
5299
5387
  "parameters": [
5300
5388
  {
5301
- "id": 330,
5389
+ "id": 340,
5302
5390
  "name": "value",
5303
5391
  "kind": 32768,
5304
5392
  "kindString": "Parameter",
5305
5393
  "flags": {},
5306
5394
  "type": {
5307
5395
  "type": "reference",
5308
- "id": 538,
5396
+ "id": 567,
5309
5397
  "name": "SkyCountryFieldCountry"
5310
5398
  }
5311
5399
  }
@@ -5331,49 +5419,49 @@
5331
5419
  "title": "Constructors",
5332
5420
  "kind": 512,
5333
5421
  "children": [
5334
- 246
5422
+ 256
5335
5423
  ]
5336
5424
  },
5337
5425
  {
5338
5426
  "title": "Properties",
5339
5427
  "kind": 1024,
5340
5428
  "children": [
5341
- 254,
5342
- 273,
5343
- 277,
5344
- 274,
5345
- 282,
5346
- 263,
5347
- 297,
5429
+ 264,
5348
5430
  283,
5349
- 275,
5350
- 309,
5351
- 310,
5352
- 276,
5353
- 272
5431
+ 287,
5432
+ 284,
5433
+ 292,
5434
+ 273,
5435
+ 307,
5436
+ 293,
5437
+ 285,
5438
+ 319,
5439
+ 320,
5440
+ 286,
5441
+ 282
5354
5442
  ]
5355
5443
  },
5356
5444
  {
5357
5445
  "title": "Accessors",
5358
5446
  "kind": 262144,
5359
5447
  "children": [
5360
- 255,
5361
- 259,
5362
- 264,
5363
- 278,
5364
- 268
5448
+ 265,
5449
+ 269,
5450
+ 274,
5451
+ 288,
5452
+ 278
5365
5453
  ]
5366
5454
  },
5367
5455
  {
5368
5456
  "title": "Methods",
5369
5457
  "kind": 2048,
5370
5458
  "children": [
5371
- 300,
5372
- 311,
5373
- 317,
5374
- 322,
5375
- 325,
5376
- 328
5459
+ 310,
5460
+ 321,
5461
+ 327,
5462
+ 332,
5463
+ 335,
5464
+ 338
5377
5465
  ]
5378
5466
  }
5379
5467
  ],
@@ -5408,7 +5496,7 @@
5408
5496
  ]
5409
5497
  },
5410
5498
  {
5411
- "id": 350,
5499
+ "id": 360,
5412
5500
  "name": "SkyLookupComponent",
5413
5501
  "kind": 128,
5414
5502
  "kindString": "Class",
@@ -5427,7 +5515,7 @@
5427
5515
  ],
5428
5516
  "children": [
5429
5517
  {
5430
- "id": 351,
5518
+ "id": 361,
5431
5519
  "name": "constructor",
5432
5520
  "kind": 512,
5433
5521
  "kindString": "Constructor",
@@ -5435,20 +5523,20 @@
5435
5523
  "sources": [
5436
5524
  {
5437
5525
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5438
- "line": 288,
5526
+ "line": 273,
5439
5527
  "character": 2
5440
5528
  }
5441
5529
  ],
5442
5530
  "signatures": [
5443
5531
  {
5444
- "id": 352,
5532
+ "id": 362,
5445
5533
  "name": "SkyLookupComponent",
5446
5534
  "kind": 16384,
5447
5535
  "kindString": "Constructor signature",
5448
5536
  "flags": {},
5449
5537
  "parameters": [
5450
5538
  {
5451
- "id": 353,
5539
+ "id": 363,
5452
5540
  "name": "changeDetector",
5453
5541
  "kind": 32768,
5454
5542
  "kindString": "Parameter",
@@ -5459,7 +5547,7 @@
5459
5547
  }
5460
5548
  },
5461
5549
  {
5462
- "id": 354,
5550
+ "id": 364,
5463
5551
  "name": "elementRef",
5464
5552
  "kind": 32768,
5465
5553
  "kindString": "Parameter",
@@ -5476,7 +5564,7 @@
5476
5564
  }
5477
5565
  },
5478
5566
  {
5479
- "id": 355,
5567
+ "id": 365,
5480
5568
  "name": "windowRef",
5481
5569
  "kind": 32768,
5482
5570
  "kindString": "Parameter",
@@ -5487,7 +5575,7 @@
5487
5575
  }
5488
5576
  },
5489
5577
  {
5490
- "id": 356,
5578
+ "id": 366,
5491
5579
  "name": "ngControl",
5492
5580
  "kind": 32768,
5493
5581
  "kindString": "Parameter",
@@ -5516,7 +5604,7 @@
5516
5604
  }
5517
5605
  },
5518
5606
  {
5519
- "id": 357,
5607
+ "id": 367,
5520
5608
  "name": "adapter",
5521
5609
  "kind": 32768,
5522
5610
  "kindString": "Parameter",
@@ -5527,7 +5615,7 @@
5527
5615
  }
5528
5616
  },
5529
5617
  {
5530
- "id": 358,
5618
+ "id": 368,
5531
5619
  "name": "modalService",
5532
5620
  "kind": 32768,
5533
5621
  "kindString": "Parameter",
@@ -5538,7 +5626,7 @@
5538
5626
  }
5539
5627
  },
5540
5628
  {
5541
- "id": 359,
5629
+ "id": 369,
5542
5630
  "name": "resourcesService",
5543
5631
  "kind": 32768,
5544
5632
  "kindString": "Parameter",
@@ -5549,7 +5637,7 @@
5549
5637
  }
5550
5638
  },
5551
5639
  {
5552
- "id": 360,
5640
+ "id": 370,
5553
5641
  "name": "inputBoxHostSvc",
5554
5642
  "kind": 32768,
5555
5643
  "kindString": "Parameter",
@@ -5572,7 +5660,7 @@
5572
5660
  }
5573
5661
  },
5574
5662
  {
5575
- "id": 361,
5663
+ "id": 371,
5576
5664
  "name": "themeSvc",
5577
5665
  "kind": 32768,
5578
5666
  "kindString": "Parameter",
@@ -5597,7 +5685,7 @@
5597
5685
  ],
5598
5686
  "type": {
5599
5687
  "type": "reference",
5600
- "id": 350,
5688
+ "id": 360,
5601
5689
  "name": "SkyLookupComponent"
5602
5690
  },
5603
5691
  "overwrites": {
@@ -5612,7 +5700,7 @@
5612
5700
  }
5613
5701
  },
5614
5702
  {
5615
- "id": 380,
5703
+ "id": 390,
5616
5704
  "name": "addClick",
5617
5705
  "kind": 1024,
5618
5706
  "kindString": "Property",
@@ -5635,7 +5723,7 @@
5635
5723
  "sources": [
5636
5724
  {
5637
5725
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5638
- "line": 196,
5726
+ "line": 181,
5639
5727
  "character": 9
5640
5728
  }
5641
5729
  ],
@@ -5644,7 +5732,7 @@
5644
5732
  "typeArguments": [
5645
5733
  {
5646
5734
  "type": "reference",
5647
- "id": 550,
5735
+ "id": 579,
5648
5736
  "name": "SkyLookupAddClickEventArgs"
5649
5737
  }
5650
5738
  ],
@@ -5653,7 +5741,7 @@
5653
5741
  "defaultValue": "..."
5654
5742
  },
5655
5743
  {
5656
- "id": 362,
5744
+ "id": 372,
5657
5745
  "name": "ariaLabel",
5658
5746
  "kind": 1024,
5659
5747
  "kindString": "Property",
@@ -5676,7 +5764,7 @@
5676
5764
  "sources": [
5677
5765
  {
5678
5766
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5679
- "line": 85,
5767
+ "line": 70,
5680
5768
  "character": 9
5681
5769
  }
5682
5770
  ],
@@ -5686,7 +5774,7 @@
5686
5774
  }
5687
5775
  },
5688
5776
  {
5689
- "id": 363,
5777
+ "id": 373,
5690
5778
  "name": "ariaLabelledBy",
5691
5779
  "kind": 1024,
5692
5780
  "kindString": "Property",
@@ -5709,7 +5797,7 @@
5709
5797
  "sources": [
5710
5798
  {
5711
5799
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5712
- "line": 94,
5800
+ "line": 79,
5713
5801
  "character": 9
5714
5802
  }
5715
5803
  ],
@@ -5719,7 +5807,7 @@
5719
5807
  }
5720
5808
  },
5721
5809
  {
5722
- "id": 364,
5810
+ "id": 374,
5723
5811
  "name": "autocompleteAttribute",
5724
5812
  "kind": 1024,
5725
5813
  "kindString": "Property",
@@ -5748,7 +5836,7 @@
5748
5836
  "sources": [
5749
5837
  {
5750
5838
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5751
- "line": 101,
5839
+ "line": 86,
5752
5840
  "character": 9
5753
5841
  }
5754
5842
  ],
@@ -5758,7 +5846,7 @@
5758
5846
  }
5759
5847
  },
5760
5848
  {
5761
- "id": 389,
5849
+ "id": 399,
5762
5850
  "name": "autocompleteController",
5763
5851
  "kind": 1024,
5764
5852
  "kindString": "Property",
@@ -5768,7 +5856,7 @@
5768
5856
  "sources": [
5769
5857
  {
5770
5858
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5771
- "line": 237,
5859
+ "line": 222,
5772
5860
  "character": 9
5773
5861
  }
5774
5862
  ],
@@ -5785,7 +5873,7 @@
5785
5873
  "defaultValue": "..."
5786
5874
  },
5787
5875
  {
5788
- "id": 496,
5876
+ "id": 512,
5789
5877
  "name": "debounceTime",
5790
5878
  "kind": 1024,
5791
5879
  "kindString": "Property",
@@ -5814,7 +5902,7 @@
5814
5902
  "sources": [
5815
5903
  {
5816
5904
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
5817
- "line": 20,
5905
+ "line": 27,
5818
5906
  "character": 9
5819
5907
  }
5820
5908
  ],
@@ -5828,7 +5916,7 @@
5828
5916
  }
5829
5917
  },
5830
5918
  {
5831
- "id": 369,
5919
+ "id": 379,
5832
5920
  "name": "disabled",
5833
5921
  "kind": 1024,
5834
5922
  "kindString": "Property",
@@ -5851,7 +5939,7 @@
5851
5939
  "sources": [
5852
5940
  {
5853
5941
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5854
- "line": 126,
5942
+ "line": 111,
5855
5943
  "character": 9
5856
5944
  }
5857
5945
  ],
@@ -5862,7 +5950,7 @@
5862
5950
  "defaultValue": "false"
5863
5951
  },
5864
5952
  {
5865
- "id": 370,
5953
+ "id": 380,
5866
5954
  "name": "enableShowMore",
5867
5955
  "kind": 1024,
5868
5956
  "kindString": "Property",
@@ -5885,7 +5973,7 @@
5885
5973
  "sources": [
5886
5974
  {
5887
5975
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5888
- "line": 132,
5976
+ "line": 117,
5889
5977
  "character": 9
5890
5978
  }
5891
5979
  ],
@@ -5896,7 +5984,7 @@
5896
5984
  "defaultValue": "false"
5897
5985
  },
5898
5986
  {
5899
- "id": 372,
5987
+ "id": 382,
5900
5988
  "name": "idProperty",
5901
5989
  "kind": 1024,
5902
5990
  "kindString": "Property",
@@ -5919,7 +6007,7 @@
5919
6007
  "sources": [
5920
6008
  {
5921
6009
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5922
- "line": 145,
6010
+ "line": 130,
5923
6011
  "character": 9
5924
6012
  }
5925
6013
  ],
@@ -5929,7 +6017,7 @@
5929
6017
  }
5930
6018
  },
5931
6019
  {
5932
- "id": 409,
6020
+ "id": 419,
5933
6021
  "name": "inputBoxHostSvc",
5934
6022
  "kind": 1024,
5935
6023
  "kindString": "Property",
@@ -5943,7 +6031,7 @@
5943
6031
  }
5944
6032
  },
5945
6033
  {
5946
- "id": 390,
6034
+ "id": 400,
5947
6035
  "name": "isInputFocused",
5948
6036
  "kind": 1024,
5949
6037
  "kindString": "Property",
@@ -5953,7 +6041,7 @@
5953
6041
  "sources": [
5954
6042
  {
5955
6043
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5956
- "line": 238,
6044
+ "line": 223,
5957
6045
  "character": 9
5958
6046
  }
5959
6047
  ],
@@ -5964,7 +6052,7 @@
5964
6052
  "defaultValue": "false"
5965
6053
  },
5966
6054
  {
5967
- "id": 371,
6055
+ "id": 381,
5968
6056
  "name": "placeholderText",
5969
6057
  "kind": 1024,
5970
6058
  "kindString": "Property",
@@ -5987,7 +6075,7 @@
5987
6075
  "sources": [
5988
6076
  {
5989
6077
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5990
- "line": 138,
6078
+ "line": 123,
5991
6079
  "character": 9
5992
6080
  }
5993
6081
  ],
@@ -5997,22 +6085,19 @@
5997
6085
  }
5998
6086
  },
5999
6087
  {
6000
- "id": 511,
6001
- "name": "searchFilters",
6088
+ "id": 529,
6089
+ "name": "searchAsync",
6002
6090
  "kind": 1024,
6003
6091
  "kindString": "Property",
6004
6092
  "flags": {
6005
6093
  "isPublic": true
6006
6094
  },
6007
- "comment": {
6008
- "shortText": "Specifies an array of functions to call against each search result in order\nto filter the search results when using the default search function. When\nusing a custom search function via the `search` property filters must be\napplied manually inside that function. The function must return `true` or\n`false` for each result to indicate whether to display it in the dropdown list."
6009
- },
6010
6095
  "decorators": [
6011
6096
  {
6012
- "name": "Input",
6097
+ "name": "Output",
6013
6098
  "type": {
6014
6099
  "type": "reference",
6015
- "name": "Input"
6100
+ "name": "Output"
6016
6101
  },
6017
6102
  "arguments": {}
6018
6103
  }
@@ -6020,33 +6105,37 @@
6020
6105
  "sources": [
6021
6106
  {
6022
6107
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6023
- "line": 95,
6108
+ "line": 112,
6024
6109
  "character": 9
6025
6110
  }
6026
6111
  ],
6027
6112
  "type": {
6028
- "type": "array",
6029
- "elementType": {
6030
- "type": "reference",
6031
- "id": 524,
6032
- "name": "SkyAutocompleteSearchFunctionFilter"
6033
- }
6113
+ "type": "reference",
6114
+ "typeArguments": [
6115
+ {
6116
+ "type": "reference",
6117
+ "id": 536,
6118
+ "name": "SkyAutocompleteSearchAsyncArgs"
6119
+ }
6120
+ ],
6121
+ "name": "EventEmitter"
6034
6122
  },
6123
+ "defaultValue": "...",
6035
6124
  "inheritedFrom": {
6036
6125
  "type": "reference",
6037
- "name": "SkyLookupAutocompleteAdapter.searchFilters"
6126
+ "name": "SkyLookupAutocompleteAdapter.searchAsync"
6038
6127
  }
6039
6128
  },
6040
6129
  {
6041
- "id": 509,
6042
- "name": "searchResultTemplate",
6130
+ "id": 527,
6131
+ "name": "searchFilters",
6043
6132
  "kind": 1024,
6044
6133
  "kindString": "Property",
6045
6134
  "flags": {
6046
6135
  "isPublic": true
6047
6136
  },
6048
6137
  "comment": {
6049
- "shortText": "Specifies a template to format each option in the dropdown list. The lookup component\ninjects values into the template as `item` variables that reference all the object\nproperties of the options."
6138
+ "shortText": "Specifies an array of functions to call against each search result in order\nto filter the search results when using the default search function. When\nusing a custom search function via the `search` property filters must be\napplied manually inside that function. The function must return `true` or\n`false` for each result to indicate whether to display it in the dropdown list."
6050
6139
  },
6051
6140
  "decorators": [
6052
6141
  {
@@ -6061,12 +6150,53 @@
6061
6150
  "sources": [
6062
6151
  {
6063
6152
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6064
- "line": 76,
6153
+ "line": 102,
6065
6154
  "character": 9
6066
6155
  }
6067
6156
  ],
6068
6157
  "type": {
6069
- "type": "reference",
6158
+ "type": "array",
6159
+ "elementType": {
6160
+ "type": "reference",
6161
+ "id": 553,
6162
+ "name": "SkyAutocompleteSearchFunctionFilter"
6163
+ }
6164
+ },
6165
+ "inheritedFrom": {
6166
+ "type": "reference",
6167
+ "name": "SkyLookupAutocompleteAdapter.searchFilters"
6168
+ }
6169
+ },
6170
+ {
6171
+ "id": 525,
6172
+ "name": "searchResultTemplate",
6173
+ "kind": 1024,
6174
+ "kindString": "Property",
6175
+ "flags": {
6176
+ "isPublic": true
6177
+ },
6178
+ "comment": {
6179
+ "shortText": "Specifies a template to format each option in the dropdown list. The lookup component\ninjects values into the template as `item` variables that reference all the object\nproperties of the options."
6180
+ },
6181
+ "decorators": [
6182
+ {
6183
+ "name": "Input",
6184
+ "type": {
6185
+ "type": "reference",
6186
+ "name": "Input"
6187
+ },
6188
+ "arguments": {}
6189
+ }
6190
+ ],
6191
+ "sources": [
6192
+ {
6193
+ "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6194
+ "line": 83,
6195
+ "character": 9
6196
+ }
6197
+ ],
6198
+ "type": {
6199
+ "type": "reference",
6070
6200
  "typeArguments": [
6071
6201
  {
6072
6202
  "type": "intrinsic",
@@ -6081,7 +6211,7 @@
6081
6211
  }
6082
6212
  },
6083
6213
  {
6084
- "id": 512,
6214
+ "id": 528,
6085
6215
  "name": "searchResultsLimit",
6086
6216
  "kind": 1024,
6087
6217
  "kindString": "Property",
@@ -6104,7 +6234,7 @@
6104
6234
  "sources": [
6105
6235
  {
6106
6236
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6107
- "line": 102,
6237
+ "line": 109,
6108
6238
  "character": 9
6109
6239
  }
6110
6240
  ],
@@ -6118,7 +6248,7 @@
6118
6248
  }
6119
6249
  },
6120
6250
  {
6121
- "id": 510,
6251
+ "id": 526,
6122
6252
  "name": "searchTextMinimumCharacters",
6123
6253
  "kind": 1024,
6124
6254
  "kindString": "Property",
@@ -6147,7 +6277,7 @@
6147
6277
  "sources": [
6148
6278
  {
6149
6279
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6150
- "line": 85,
6280
+ "line": 92,
6151
6281
  "character": 9
6152
6282
  }
6153
6283
  ],
@@ -6161,7 +6291,7 @@
6161
6291
  }
6162
6292
  },
6163
6293
  {
6164
- "id": 373,
6294
+ "id": 383,
6165
6295
  "name": "showAddButton",
6166
6296
  "kind": 1024,
6167
6297
  "kindString": "Property",
@@ -6184,7 +6314,7 @@
6184
6314
  "sources": [
6185
6315
  {
6186
6316
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6187
- "line": 151,
6317
+ "line": 136,
6188
6318
  "character": 9
6189
6319
  }
6190
6320
  ],
@@ -6195,7 +6325,7 @@
6195
6325
  "defaultValue": "false"
6196
6326
  },
6197
6327
  {
6198
- "id": 374,
6328
+ "id": 384,
6199
6329
  "name": "showMoreConfig",
6200
6330
  "kind": 1024,
6201
6331
  "kindString": "Property",
@@ -6218,18 +6348,18 @@
6218
6348
  "sources": [
6219
6349
  {
6220
6350
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6221
- "line": 157,
6351
+ "line": 142,
6222
6352
  "character": 9
6223
6353
  }
6224
6354
  ],
6225
6355
  "type": {
6226
6356
  "type": "reference",
6227
- "id": 558,
6357
+ "id": 587,
6228
6358
  "name": "SkyLookupShowMoreConfig"
6229
6359
  }
6230
6360
  },
6231
6361
  {
6232
- "id": 410,
6362
+ "id": 420,
6233
6363
  "name": "themeSvc",
6234
6364
  "kind": 1024,
6235
6365
  "kindString": "Property",
@@ -6243,7 +6373,7 @@
6243
6373
  }
6244
6374
  },
6245
6375
  {
6246
- "id": 391,
6376
+ "id": 401,
6247
6377
  "name": "tokensController",
6248
6378
  "kind": 1024,
6249
6379
  "kindString": "Property",
@@ -6253,7 +6383,7 @@
6253
6383
  "sources": [
6254
6384
  {
6255
6385
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6256
- "line": 239,
6386
+ "line": 224,
6257
6387
  "character": 9
6258
6388
  }
6259
6389
  ],
@@ -6270,7 +6400,7 @@
6270
6400
  "defaultValue": "..."
6271
6401
  },
6272
6402
  {
6273
- "id": 365,
6403
+ "id": 375,
6274
6404
  "name": "data",
6275
6405
  "kind": 262144,
6276
6406
  "kindString": "Accessor",
@@ -6290,13 +6420,13 @@
6290
6420
  "sources": [
6291
6421
  {
6292
6422
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6293
- "line": 110,
6423
+ "line": 95,
6294
6424
  "character": 13
6295
6425
  }
6296
6426
  ],
6297
6427
  "getSignature": [
6298
6428
  {
6299
- "id": 366,
6429
+ "id": 376,
6300
6430
  "name": "data",
6301
6431
  "kind": 524288,
6302
6432
  "kindString": "Get signature",
@@ -6315,7 +6445,7 @@
6315
6445
  ],
6316
6446
  "setSignature": [
6317
6447
  {
6318
- "id": 367,
6448
+ "id": 377,
6319
6449
  "name": "data",
6320
6450
  "kind": 1048576,
6321
6451
  "kindString": "Set signature",
@@ -6331,7 +6461,7 @@
6331
6461
  },
6332
6462
  "parameters": [
6333
6463
  {
6334
- "id": 368,
6464
+ "id": 378,
6335
6465
  "name": "value",
6336
6466
  "kind": 32768,
6337
6467
  "kindString": "Parameter",
@@ -6353,7 +6483,7 @@
6353
6483
  ]
6354
6484
  },
6355
6485
  {
6356
- "id": 497,
6486
+ "id": 513,
6357
6487
  "name": "descriptorProperty",
6358
6488
  "kind": 262144,
6359
6489
  "kindString": "Accessor",
@@ -6373,13 +6503,13 @@
6373
6503
  "sources": [
6374
6504
  {
6375
6505
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6376
- "line": 28,
6506
+ "line": 35,
6377
6507
  "character": 13
6378
6508
  }
6379
6509
  ],
6380
6510
  "getSignature": [
6381
6511
  {
6382
- "id": 498,
6512
+ "id": 514,
6383
6513
  "name": "descriptorProperty",
6384
6514
  "kind": 524288,
6385
6515
  "kindString": "Get signature",
@@ -6395,7 +6525,7 @@
6395
6525
  ],
6396
6526
  "setSignature": [
6397
6527
  {
6398
- "id": 499,
6528
+ "id": 515,
6399
6529
  "name": "descriptorProperty",
6400
6530
  "kind": 1048576,
6401
6531
  "kindString": "Set signature",
@@ -6411,7 +6541,7 @@
6411
6541
  },
6412
6542
  "parameters": [
6413
6543
  {
6414
- "id": 500,
6544
+ "id": 516,
6415
6545
  "name": "value",
6416
6546
  "kind": 32768,
6417
6547
  "kindString": "Parameter",
@@ -6430,7 +6560,7 @@
6430
6560
  ]
6431
6561
  },
6432
6562
  {
6433
- "id": 501,
6563
+ "id": 517,
6434
6564
  "name": "propertiesToSearch",
6435
6565
  "kind": 262144,
6436
6566
  "kindString": "Accessor",
@@ -6450,13 +6580,13 @@
6450
6580
  "sources": [
6451
6581
  {
6452
6582
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6453
- "line": 41,
6583
+ "line": 48,
6454
6584
  "character": 13
6455
6585
  }
6456
6586
  ],
6457
6587
  "getSignature": [
6458
6588
  {
6459
- "id": 502,
6589
+ "id": 518,
6460
6590
  "name": "propertiesToSearch",
6461
6591
  "kind": 524288,
6462
6592
  "kindString": "Get signature",
@@ -6475,7 +6605,7 @@
6475
6605
  ],
6476
6606
  "setSignature": [
6477
6607
  {
6478
- "id": 503,
6608
+ "id": 519,
6479
6609
  "name": "propertiesToSearch",
6480
6610
  "kind": 1048576,
6481
6611
  "kindString": "Set signature",
@@ -6491,7 +6621,7 @@
6491
6621
  },
6492
6622
  "parameters": [
6493
6623
  {
6494
- "id": 504,
6624
+ "id": 520,
6495
6625
  "name": "value",
6496
6626
  "kind": 32768,
6497
6627
  "kindString": "Parameter",
@@ -6513,7 +6643,7 @@
6513
6643
  ]
6514
6644
  },
6515
6645
  {
6516
- "id": 505,
6646
+ "id": 521,
6517
6647
  "name": "search",
6518
6648
  "kind": 262144,
6519
6649
  "kindString": "Accessor",
@@ -6533,13 +6663,13 @@
6533
6663
  "sources": [
6534
6664
  {
6535
6665
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6536
- "line": 56,
6666
+ "line": 63,
6537
6667
  "character": 13
6538
6668
  }
6539
6669
  ],
6540
6670
  "getSignature": [
6541
6671
  {
6542
- "id": 506,
6672
+ "id": 522,
6543
6673
  "name": "search",
6544
6674
  "kind": 524288,
6545
6675
  "kindString": "Get signature",
@@ -6549,14 +6679,14 @@
6549
6679
  },
6550
6680
  "type": {
6551
6681
  "type": "reference",
6552
- "id": 519,
6682
+ "id": 548,
6553
6683
  "name": "SkyAutocompleteSearchFunction"
6554
6684
  }
6555
6685
  }
6556
6686
  ],
6557
6687
  "setSignature": [
6558
6688
  {
6559
- "id": 507,
6689
+ "id": 523,
6560
6690
  "name": "search",
6561
6691
  "kind": 1048576,
6562
6692
  "kindString": "Set signature",
@@ -6566,14 +6696,14 @@
6566
6696
  },
6567
6697
  "parameters": [
6568
6698
  {
6569
- "id": 508,
6699
+ "id": 524,
6570
6700
  "name": "value",
6571
6701
  "kind": 32768,
6572
6702
  "kindString": "Parameter",
6573
6703
  "flags": {},
6574
6704
  "type": {
6575
6705
  "type": "reference",
6576
- "id": 519,
6706
+ "id": 548,
6577
6707
  "name": "SkyAutocompleteSearchFunction"
6578
6708
  }
6579
6709
  }
@@ -6586,7 +6716,7 @@
6586
6716
  ]
6587
6717
  },
6588
6718
  {
6589
- "id": 375,
6719
+ "id": 385,
6590
6720
  "name": "selectMode",
6591
6721
  "kind": 262144,
6592
6722
  "kindString": "Accessor",
@@ -6606,13 +6736,13 @@
6606
6736
  "sources": [
6607
6737
  {
6608
6738
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6609
- "line": 164,
6739
+ "line": 149,
6610
6740
  "character": 13
6611
6741
  }
6612
6742
  ],
6613
6743
  "getSignature": [
6614
6744
  {
6615
- "id": 376,
6745
+ "id": 386,
6616
6746
  "name": "selectMode",
6617
6747
  "kind": 524288,
6618
6748
  "kindString": "Get signature",
@@ -6622,14 +6752,14 @@
6622
6752
  },
6623
6753
  "type": {
6624
6754
  "type": "reference",
6625
- "id": 557,
6755
+ "id": 586,
6626
6756
  "name": "SkyLookupSelectModeType"
6627
6757
  }
6628
6758
  }
6629
6759
  ],
6630
6760
  "setSignature": [
6631
6761
  {
6632
- "id": 377,
6762
+ "id": 387,
6633
6763
  "name": "selectMode",
6634
6764
  "kind": 1048576,
6635
6765
  "kindString": "Set signature",
@@ -6645,14 +6775,14 @@
6645
6775
  },
6646
6776
  "parameters": [
6647
6777
  {
6648
- "id": 378,
6778
+ "id": 388,
6649
6779
  "name": "value",
6650
6780
  "kind": 32768,
6651
6781
  "kindString": "Parameter",
6652
6782
  "flags": {},
6653
6783
  "type": {
6654
6784
  "type": "reference",
6655
- "id": 557,
6785
+ "id": 586,
6656
6786
  "name": "SkyLookupSelectModeType"
6657
6787
  }
6658
6788
  }
@@ -6665,7 +6795,7 @@
6665
6795
  ]
6666
6796
  },
6667
6797
  {
6668
- "id": 381,
6798
+ "id": 391,
6669
6799
  "name": "tokens",
6670
6800
  "kind": 262144,
6671
6801
  "kindString": "Accessor",
@@ -6675,13 +6805,13 @@
6675
6805
  "sources": [
6676
6806
  {
6677
6807
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6678
- "line": 198,
6808
+ "line": 183,
6679
6809
  "character": 13
6680
6810
  }
6681
6811
  ],
6682
6812
  "getSignature": [
6683
6813
  {
6684
- "id": 382,
6814
+ "id": 392,
6685
6815
  "name": "tokens",
6686
6816
  "kind": 524288,
6687
6817
  "kindString": "Get signature",
@@ -6697,14 +6827,14 @@
6697
6827
  ],
6698
6828
  "setSignature": [
6699
6829
  {
6700
- "id": 383,
6830
+ "id": 393,
6701
6831
  "name": "tokens",
6702
6832
  "kind": 1048576,
6703
6833
  "kindString": "Set signature",
6704
6834
  "flags": {},
6705
6835
  "parameters": [
6706
6836
  {
6707
- "id": 384,
6837
+ "id": 394,
6708
6838
  "name": "value",
6709
6839
  "kind": 32768,
6710
6840
  "kindString": "Parameter",
@@ -6726,7 +6856,7 @@
6726
6856
  ]
6727
6857
  },
6728
6858
  {
6729
- "id": 385,
6859
+ "id": 395,
6730
6860
  "name": "value",
6731
6861
  "kind": 262144,
6732
6862
  "kindString": "Accessor",
@@ -6736,13 +6866,13 @@
6736
6866
  "sources": [
6737
6867
  {
6738
6868
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6739
- "line": 222,
6869
+ "line": 207,
6740
6870
  "character": 13
6741
6871
  }
6742
6872
  ],
6743
6873
  "getSignature": [
6744
6874
  {
6745
- "id": 386,
6875
+ "id": 396,
6746
6876
  "name": "value",
6747
6877
  "kind": 524288,
6748
6878
  "kindString": "Get signature",
@@ -6758,14 +6888,14 @@
6758
6888
  ],
6759
6889
  "setSignature": [
6760
6890
  {
6761
- "id": 387,
6891
+ "id": 397,
6762
6892
  "name": "value",
6763
6893
  "kind": 1048576,
6764
6894
  "kindString": "Set signature",
6765
6895
  "flags": {},
6766
6896
  "parameters": [
6767
6897
  {
6768
- "id": 388,
6898
+ "id": 398,
6769
6899
  "name": "newValue",
6770
6900
  "kind": 32768,
6771
6901
  "kindString": "Parameter",
@@ -6787,7 +6917,7 @@
6787
6917
  ]
6788
6918
  },
6789
6919
  {
6790
- "id": 417,
6920
+ "id": 427,
6791
6921
  "name": "addButtonClicked",
6792
6922
  "kind": 2048,
6793
6923
  "kindString": "Method",
@@ -6797,13 +6927,13 @@
6797
6927
  "sources": [
6798
6928
  {
6799
6929
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6800
- "line": 341,
6930
+ "line": 326,
6801
6931
  "character": 9
6802
6932
  }
6803
6933
  ],
6804
6934
  "signatures": [
6805
6935
  {
6806
- "id": 418,
6936
+ "id": 428,
6807
6937
  "name": "addButtonClicked",
6808
6938
  "kind": 4096,
6809
6939
  "kindString": "Call signature",
@@ -6816,7 +6946,7 @@
6816
6946
  ]
6817
6947
  },
6818
6948
  {
6819
- "id": 454,
6949
+ "id": 464,
6820
6950
  "name": "clearSearchText",
6821
6951
  "kind": 2048,
6822
6952
  "kindString": "Method",
@@ -6826,13 +6956,13 @@
6826
6956
  "sources": [
6827
6957
  {
6828
6958
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6829
- "line": 445,
6959
+ "line": 433,
6830
6960
  "character": 9
6831
6961
  }
6832
6962
  ],
6833
6963
  "signatures": [
6834
6964
  {
6835
- "id": 455,
6965
+ "id": 465,
6836
6966
  "name": "clearSearchText",
6837
6967
  "kind": 4096,
6838
6968
  "kindString": "Call signature",
@@ -6845,7 +6975,7 @@
6845
6975
  ]
6846
6976
  },
6847
6977
  {
6848
- "id": 456,
6978
+ "id": 466,
6849
6979
  "name": "inputKeydown",
6850
6980
  "kind": 2048,
6851
6981
  "kindString": "Method",
@@ -6855,20 +6985,20 @@
6855
6985
  "sources": [
6856
6986
  {
6857
6987
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6858
- "line": 454,
6988
+ "line": 442,
6859
6989
  "character": 9
6860
6990
  }
6861
6991
  ],
6862
6992
  "signatures": [
6863
6993
  {
6864
- "id": 457,
6994
+ "id": 467,
6865
6995
  "name": "inputKeydown",
6866
6996
  "kind": 4096,
6867
6997
  "kindString": "Call signature",
6868
6998
  "flags": {},
6869
6999
  "parameters": [
6870
7000
  {
6871
- "id": 458,
7001
+ "id": 468,
6872
7002
  "name": "event",
6873
7003
  "kind": 32768,
6874
7004
  "kindString": "Parameter",
@@ -6879,7 +7009,7 @@
6879
7009
  }
6880
7010
  },
6881
7011
  {
6882
- "id": 459,
7012
+ "id": 469,
6883
7013
  "name": "value",
6884
7014
  "kind": 32768,
6885
7015
  "kindString": "Parameter",
@@ -6898,7 +7028,7 @@
6898
7028
  ]
6899
7029
  },
6900
7030
  {
6901
- "id": 460,
7031
+ "id": 470,
6902
7032
  "name": "inputKeyup",
6903
7033
  "kind": 2048,
6904
7034
  "kindString": "Method",
@@ -6908,20 +7038,20 @@
6908
7038
  "sources": [
6909
7039
  {
6910
7040
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6911
- "line": 476,
7041
+ "line": 464,
6912
7042
  "character": 9
6913
7043
  }
6914
7044
  ],
6915
7045
  "signatures": [
6916
7046
  {
6917
- "id": 461,
7047
+ "id": 471,
6918
7048
  "name": "inputKeyup",
6919
7049
  "kind": 4096,
6920
7050
  "kindString": "Call signature",
6921
7051
  "flags": {},
6922
7052
  "parameters": [
6923
7053
  {
6924
- "id": 462,
7054
+ "id": 472,
6925
7055
  "name": "event",
6926
7056
  "kind": 32768,
6927
7057
  "kindString": "Parameter",
@@ -6940,7 +7070,7 @@
6940
7070
  ]
6941
7071
  },
6942
7072
  {
6943
- "id": 413,
7073
+ "id": 423,
6944
7074
  "name": "ngAfterViewInit",
6945
7075
  "kind": 2048,
6946
7076
  "kindString": "Method",
@@ -6950,13 +7080,13 @@
6950
7080
  "sources": [
6951
7081
  {
6952
7082
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6953
- "line": 328,
7083
+ "line": 313,
6954
7084
  "character": 9
6955
7085
  }
6956
7086
  ],
6957
7087
  "signatures": [
6958
7088
  {
6959
- "id": 414,
7089
+ "id": 424,
6960
7090
  "name": "ngAfterViewInit",
6961
7091
  "kind": 4096,
6962
7092
  "kindString": "Call signature",
@@ -6977,7 +7107,7 @@
6977
7107
  }
6978
7108
  },
6979
7109
  {
6980
- "id": 415,
7110
+ "id": 425,
6981
7111
  "name": "ngOnDestroy",
6982
7112
  "kind": 2048,
6983
7113
  "kindString": "Method",
@@ -6987,13 +7117,13 @@
6987
7117
  "sources": [
6988
7118
  {
6989
7119
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6990
- "line": 334,
7120
+ "line": 319,
6991
7121
  "character": 9
6992
7122
  }
6993
7123
  ],
6994
7124
  "signatures": [
6995
7125
  {
6996
- "id": 416,
7126
+ "id": 426,
6997
7127
  "name": "ngOnDestroy",
6998
7128
  "kind": 4096,
6999
7129
  "kindString": "Call signature",
@@ -7014,7 +7144,7 @@
7014
7144
  }
7015
7145
  },
7016
7146
  {
7017
- "id": 411,
7147
+ "id": 421,
7018
7148
  "name": "ngOnInit",
7019
7149
  "kind": 2048,
7020
7150
  "kindString": "Method",
@@ -7024,13 +7154,13 @@
7024
7154
  "sources": [
7025
7155
  {
7026
7156
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7027
- "line": 303,
7157
+ "line": 288,
7028
7158
  "character": 9
7029
7159
  }
7030
7160
  ],
7031
7161
  "signatures": [
7032
7162
  {
7033
- "id": 412,
7163
+ "id": 422,
7034
7164
  "name": "ngOnInit",
7035
7165
  "kind": 4096,
7036
7166
  "kindString": "Call signature",
@@ -7051,7 +7181,7 @@
7051
7181
  }
7052
7182
  },
7053
7183
  {
7054
- "id": 422,
7184
+ "id": 432,
7055
7185
  "name": "onAutocompleteBlur",
7056
7186
  "kind": 2048,
7057
7187
  "kindString": "Method",
@@ -7061,13 +7191,13 @@
7061
7191
  "sources": [
7062
7192
  {
7063
7193
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7064
- "line": 359,
7194
+ "line": 344,
7065
7195
  "character": 9
7066
7196
  }
7067
7197
  ],
7068
7198
  "signatures": [
7069
7199
  {
7070
- "id": 423,
7200
+ "id": 433,
7071
7201
  "name": "onAutocompleteBlur",
7072
7202
  "kind": 4096,
7073
7203
  "kindString": "Call signature",
@@ -7080,7 +7210,7 @@
7080
7210
  ]
7081
7211
  },
7082
7212
  {
7083
- "id": 419,
7213
+ "id": 429,
7084
7214
  "name": "onAutocompleteSelectionChange",
7085
7215
  "kind": 2048,
7086
7216
  "kindString": "Method",
@@ -7090,27 +7220,27 @@
7090
7220
  "sources": [
7091
7221
  {
7092
7222
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7093
- "line": 348,
7223
+ "line": 333,
7094
7224
  "character": 9
7095
7225
  }
7096
7226
  ],
7097
7227
  "signatures": [
7098
7228
  {
7099
- "id": 420,
7229
+ "id": 430,
7100
7230
  "name": "onAutocompleteSelectionChange",
7101
7231
  "kind": 4096,
7102
7232
  "kindString": "Call signature",
7103
7233
  "flags": {},
7104
7234
  "parameters": [
7105
7235
  {
7106
- "id": 421,
7236
+ "id": 431,
7107
7237
  "name": "change",
7108
7238
  "kind": 32768,
7109
7239
  "kindString": "Parameter",
7110
7240
  "flags": {},
7111
7241
  "type": {
7112
7242
  "type": "reference",
7113
- "id": 530,
7243
+ "id": 559,
7114
7244
  "name": "SkyAutocompleteSelectionChange"
7115
7245
  }
7116
7246
  }
@@ -7123,7 +7253,7 @@
7123
7253
  ]
7124
7254
  },
7125
7255
  {
7126
- "id": 435,
7256
+ "id": 445,
7127
7257
  "name": "onChange",
7128
7258
  "kind": 2048,
7129
7259
  "kindString": "Method",
@@ -7133,20 +7263,20 @@
7133
7263
  "sources": [
7134
7264
  {
7135
7265
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7136
- "line": 421,
7266
+ "line": 409,
7137
7267
  "character": 9
7138
7268
  }
7139
7269
  ],
7140
7270
  "signatures": [
7141
7271
  {
7142
- "id": 436,
7272
+ "id": 446,
7143
7273
  "name": "onChange",
7144
7274
  "kind": 4096,
7145
7275
  "kindString": "Call signature",
7146
7276
  "flags": {},
7147
7277
  "parameters": [
7148
7278
  {
7149
- "id": 437,
7279
+ "id": 447,
7150
7280
  "name": "value",
7151
7281
  "kind": 32768,
7152
7282
  "kindString": "Parameter",
@@ -7168,7 +7298,50 @@
7168
7298
  ]
7169
7299
  },
7170
7300
  {
7171
- "id": 463,
7301
+ "id": 484,
7302
+ "name": "onSearchAsync",
7303
+ "kind": 2048,
7304
+ "kindString": "Method",
7305
+ "flags": {
7306
+ "isPublic": true
7307
+ },
7308
+ "sources": [
7309
+ {
7310
+ "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7311
+ "line": 620,
7312
+ "character": 9
7313
+ }
7314
+ ],
7315
+ "signatures": [
7316
+ {
7317
+ "id": 485,
7318
+ "name": "onSearchAsync",
7319
+ "kind": 4096,
7320
+ "kindString": "Call signature",
7321
+ "flags": {},
7322
+ "parameters": [
7323
+ {
7324
+ "id": 486,
7325
+ "name": "args",
7326
+ "kind": 32768,
7327
+ "kindString": "Parameter",
7328
+ "flags": {},
7329
+ "type": {
7330
+ "type": "reference",
7331
+ "id": 536,
7332
+ "name": "SkyAutocompleteSearchAsyncArgs"
7333
+ }
7334
+ }
7335
+ ],
7336
+ "type": {
7337
+ "type": "intrinsic",
7338
+ "name": "void"
7339
+ }
7340
+ }
7341
+ ]
7342
+ },
7343
+ {
7344
+ "id": 473,
7172
7345
  "name": "onSearchButtonClick",
7173
7346
  "kind": 2048,
7174
7347
  "kindString": "Method",
@@ -7178,13 +7351,13 @@
7178
7351
  "sources": [
7179
7352
  {
7180
7353
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7181
- "line": 502,
7354
+ "line": 490,
7182
7355
  "character": 9
7183
7356
  }
7184
7357
  ],
7185
7358
  "signatures": [
7186
7359
  {
7187
- "id": 464,
7360
+ "id": 474,
7188
7361
  "name": "onSearchButtonClick",
7189
7362
  "kind": 4096,
7190
7363
  "kindString": "Call signature",
@@ -7197,7 +7370,7 @@
7197
7370
  ]
7198
7371
  },
7199
7372
  {
7200
- "id": 465,
7373
+ "id": 475,
7201
7374
  "name": "onShowMoreClick",
7202
7375
  "kind": 2048,
7203
7376
  "kindString": "Method",
@@ -7207,20 +7380,20 @@
7207
7380
  "sources": [
7208
7381
  {
7209
7382
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7210
- "line": 521,
7383
+ "line": 509,
7211
7384
  "character": 9
7212
7385
  }
7213
7386
  ],
7214
7387
  "signatures": [
7215
7388
  {
7216
- "id": 466,
7389
+ "id": 476,
7217
7390
  "name": "onShowMoreClick",
7218
7391
  "kind": 4096,
7219
7392
  "kindString": "Call signature",
7220
7393
  "flags": {},
7221
7394
  "parameters": [
7222
7395
  {
7223
- "id": 467,
7396
+ "id": 477,
7224
7397
  "name": "event",
7225
7398
  "kind": 32768,
7226
7399
  "kindString": "Parameter",
@@ -7239,7 +7412,7 @@
7239
7412
  ]
7240
7413
  },
7241
7414
  {
7242
- "id": 424,
7415
+ "id": 434,
7243
7416
  "name": "onTokensChange",
7244
7417
  "kind": 2048,
7245
7418
  "kindString": "Method",
@@ -7249,20 +7422,20 @@
7249
7422
  "sources": [
7250
7423
  {
7251
7424
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7252
- "line": 363,
7425
+ "line": 348,
7253
7426
  "character": 9
7254
7427
  }
7255
7428
  ],
7256
7429
  "signatures": [
7257
7430
  {
7258
- "id": 425,
7431
+ "id": 435,
7259
7432
  "name": "onTokensChange",
7260
7433
  "kind": 4096,
7261
7434
  "kindString": "Call signature",
7262
7435
  "flags": {},
7263
7436
  "parameters": [
7264
7437
  {
7265
- "id": 426,
7438
+ "id": 436,
7266
7439
  "name": "change",
7267
7440
  "kind": 32768,
7268
7441
  "kindString": "Parameter",
@@ -7284,7 +7457,7 @@
7284
7457
  ]
7285
7458
  },
7286
7459
  {
7287
- "id": 427,
7460
+ "id": 437,
7288
7461
  "name": "onTokensFocusIndexOverRange",
7289
7462
  "kind": 2048,
7290
7463
  "kindString": "Method",
@@ -7294,13 +7467,13 @@
7294
7467
  "sources": [
7295
7468
  {
7296
7469
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7297
- "line": 385,
7470
+ "line": 373,
7298
7471
  "character": 9
7299
7472
  }
7300
7473
  ],
7301
7474
  "signatures": [
7302
7475
  {
7303
- "id": 428,
7476
+ "id": 438,
7304
7477
  "name": "onTokensFocusIndexOverRange",
7305
7478
  "kind": 4096,
7306
7479
  "kindString": "Call signature",
@@ -7313,7 +7486,7 @@
7313
7486
  ]
7314
7487
  },
7315
7488
  {
7316
- "id": 429,
7489
+ "id": 439,
7317
7490
  "name": "onTokensKeyUp",
7318
7491
  "kind": 2048,
7319
7492
  "kindString": "Method",
@@ -7323,20 +7496,20 @@
7323
7496
  "sources": [
7324
7497
  {
7325
7498
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7326
- "line": 391,
7499
+ "line": 379,
7327
7500
  "character": 9
7328
7501
  }
7329
7502
  ],
7330
7503
  "signatures": [
7331
7504
  {
7332
- "id": 430,
7505
+ "id": 440,
7333
7506
  "name": "onTokensKeyUp",
7334
7507
  "kind": 4096,
7335
7508
  "kindString": "Call signature",
7336
7509
  "flags": {},
7337
7510
  "parameters": [
7338
7511
  {
7339
- "id": 431,
7512
+ "id": 441,
7340
7513
  "name": "event",
7341
7514
  "kind": 32768,
7342
7515
  "kindString": "Parameter",
@@ -7355,7 +7528,7 @@
7355
7528
  ]
7356
7529
  },
7357
7530
  {
7358
- "id": 438,
7531
+ "id": 448,
7359
7532
  "name": "onTouched",
7360
7533
  "kind": 2048,
7361
7534
  "kindString": "Method",
@@ -7365,13 +7538,13 @@
7365
7538
  "sources": [
7366
7539
  {
7367
7540
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7368
- "line": 423,
7541
+ "line": 411,
7369
7542
  "character": 9
7370
7543
  }
7371
7544
  ],
7372
7545
  "signatures": [
7373
7546
  {
7374
- "id": 439,
7547
+ "id": 449,
7375
7548
  "name": "onTouched",
7376
7549
  "kind": 4096,
7377
7550
  "kindString": "Call signature",
@@ -7384,7 +7557,7 @@
7384
7557
  ]
7385
7558
  },
7386
7559
  {
7387
- "id": 468,
7560
+ "id": 481,
7388
7561
  "name": "openPicker",
7389
7562
  "kind": 2048,
7390
7563
  "kindString": "Method",
@@ -7394,20 +7567,20 @@
7394
7567
  "sources": [
7395
7568
  {
7396
7569
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7397
- "line": 529,
7570
+ "line": 574,
7398
7571
  "character": 9
7399
7572
  }
7400
7573
  ],
7401
7574
  "signatures": [
7402
7575
  {
7403
- "id": 469,
7576
+ "id": 482,
7404
7577
  "name": "openPicker",
7405
7578
  "kind": 4096,
7406
7579
  "kindString": "Call signature",
7407
7580
  "flags": {},
7408
7581
  "parameters": [
7409
7582
  {
7410
- "id": 470,
7583
+ "id": 483,
7411
7584
  "name": "initialSearch",
7412
7585
  "kind": 32768,
7413
7586
  "kindString": "Parameter",
@@ -7426,7 +7599,7 @@
7426
7599
  ]
7427
7600
  },
7428
7601
  {
7429
- "id": 440,
7602
+ "id": 450,
7430
7603
  "name": "registerOnChange",
7431
7604
  "kind": 2048,
7432
7605
  "kindString": "Method",
@@ -7436,20 +7609,20 @@
7436
7609
  "sources": [
7437
7610
  {
7438
7611
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7439
- "line": 425,
7612
+ "line": 413,
7440
7613
  "character": 9
7441
7614
  }
7442
7615
  ],
7443
7616
  "signatures": [
7444
7617
  {
7445
- "id": 441,
7618
+ "id": 451,
7446
7619
  "name": "registerOnChange",
7447
7620
  "kind": 4096,
7448
7621
  "kindString": "Call signature",
7449
7622
  "flags": {},
7450
7623
  "parameters": [
7451
7624
  {
7452
- "id": 442,
7625
+ "id": 452,
7453
7626
  "name": "fn",
7454
7627
  "kind": 32768,
7455
7628
  "kindString": "Parameter",
@@ -7457,21 +7630,21 @@
7457
7630
  "type": {
7458
7631
  "type": "reflection",
7459
7632
  "declaration": {
7460
- "id": 443,
7633
+ "id": 453,
7461
7634
  "name": "__type",
7462
7635
  "kind": 65536,
7463
7636
  "kindString": "Type literal",
7464
7637
  "flags": {},
7465
7638
  "signatures": [
7466
7639
  {
7467
- "id": 444,
7640
+ "id": 454,
7468
7641
  "name": "__type",
7469
7642
  "kind": 4096,
7470
7643
  "kindString": "Call signature",
7471
7644
  "flags": {},
7472
7645
  "parameters": [
7473
7646
  {
7474
- "id": 445,
7647
+ "id": 455,
7475
7648
  "name": "value",
7476
7649
  "kind": 32768,
7477
7650
  "kindString": "Parameter",
@@ -7508,7 +7681,7 @@
7508
7681
  }
7509
7682
  },
7510
7683
  {
7511
- "id": 446,
7684
+ "id": 456,
7512
7685
  "name": "registerOnTouched",
7513
7686
  "kind": 2048,
7514
7687
  "kindString": "Method",
@@ -7518,20 +7691,20 @@
7518
7691
  "sources": [
7519
7692
  {
7520
7693
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7521
- "line": 429,
7694
+ "line": 417,
7522
7695
  "character": 9
7523
7696
  }
7524
7697
  ],
7525
7698
  "signatures": [
7526
7699
  {
7527
- "id": 447,
7700
+ "id": 457,
7528
7701
  "name": "registerOnTouched",
7529
7702
  "kind": 4096,
7530
7703
  "kindString": "Call signature",
7531
7704
  "flags": {},
7532
7705
  "parameters": [
7533
7706
  {
7534
- "id": 448,
7707
+ "id": 458,
7535
7708
  "name": "fn",
7536
7709
  "kind": 32768,
7537
7710
  "kindString": "Parameter",
@@ -7539,14 +7712,14 @@
7539
7712
  "type": {
7540
7713
  "type": "reflection",
7541
7714
  "declaration": {
7542
- "id": 449,
7715
+ "id": 459,
7543
7716
  "name": "__type",
7544
7717
  "kind": 65536,
7545
7718
  "kindString": "Type literal",
7546
7719
  "flags": {},
7547
7720
  "signatures": [
7548
7721
  {
7549
- "id": 450,
7722
+ "id": 460,
7550
7723
  "name": "__type",
7551
7724
  "kind": 4096,
7552
7725
  "kindString": "Call signature",
@@ -7577,7 +7750,7 @@
7577
7750
  }
7578
7751
  },
7579
7752
  {
7580
- "id": 451,
7753
+ "id": 461,
7581
7754
  "name": "setDisabledState",
7582
7755
  "kind": 2048,
7583
7756
  "kindString": "Method",
@@ -7587,20 +7760,20 @@
7587
7760
  "sources": [
7588
7761
  {
7589
7762
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7590
- "line": 434,
7763
+ "line": 422,
7591
7764
  "character": 9
7592
7765
  }
7593
7766
  ],
7594
7767
  "signatures": [
7595
7768
  {
7596
- "id": 452,
7769
+ "id": 462,
7597
7770
  "name": "setDisabledState",
7598
7771
  "kind": 4096,
7599
7772
  "kindString": "Call signature",
7600
7773
  "flags": {},
7601
7774
  "parameters": [
7602
7775
  {
7603
- "id": 453,
7776
+ "id": 463,
7604
7777
  "name": "disabled",
7605
7778
  "kind": 32768,
7606
7779
  "kindString": "Parameter",
@@ -7627,7 +7800,7 @@
7627
7800
  }
7628
7801
  },
7629
7802
  {
7630
- "id": 432,
7803
+ "id": 442,
7631
7804
  "name": "writeValue",
7632
7805
  "kind": 2048,
7633
7806
  "kindString": "Method",
@@ -7637,20 +7810,20 @@
7637
7810
  "sources": [
7638
7811
  {
7639
7812
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7640
- "line": 414,
7813
+ "line": 402,
7641
7814
  "character": 9
7642
7815
  }
7643
7816
  ],
7644
7817
  "signatures": [
7645
7818
  {
7646
- "id": 433,
7819
+ "id": 443,
7647
7820
  "name": "writeValue",
7648
7821
  "kind": 4096,
7649
7822
  "kindString": "Call signature",
7650
7823
  "flags": {},
7651
7824
  "parameters": [
7652
7825
  {
7653
- "id": 434,
7826
+ "id": 444,
7654
7827
  "name": "value",
7655
7828
  "kind": 32768,
7656
7829
  "kindString": "Parameter",
@@ -7685,80 +7858,82 @@
7685
7858
  "title": "Constructors",
7686
7859
  "kind": 512,
7687
7860
  "children": [
7688
- 351
7861
+ 361
7689
7862
  ]
7690
7863
  },
7691
7864
  {
7692
7865
  "title": "Properties",
7693
7866
  "kind": 1024,
7694
7867
  "children": [
7695
- 380,
7696
- 362,
7697
- 363,
7698
- 364,
7699
- 389,
7700
- 496,
7701
- 369,
7702
- 370,
7703
- 372,
7704
- 409,
7705
7868
  390,
7706
- 371,
7707
- 511,
7708
- 509,
7709
- 512,
7710
- 510,
7869
+ 372,
7711
7870
  373,
7712
7871
  374,
7713
- 410,
7714
- 391
7872
+ 399,
7873
+ 512,
7874
+ 379,
7875
+ 380,
7876
+ 382,
7877
+ 419,
7878
+ 400,
7879
+ 381,
7880
+ 529,
7881
+ 527,
7882
+ 525,
7883
+ 528,
7884
+ 526,
7885
+ 383,
7886
+ 384,
7887
+ 420,
7888
+ 401
7715
7889
  ]
7716
7890
  },
7717
7891
  {
7718
7892
  "title": "Accessors",
7719
7893
  "kind": 262144,
7720
7894
  "children": [
7721
- 365,
7722
- 497,
7723
- 501,
7724
- 505,
7725
7895
  375,
7726
- 381,
7727
- 385
7896
+ 513,
7897
+ 517,
7898
+ 521,
7899
+ 385,
7900
+ 391,
7901
+ 395
7728
7902
  ]
7729
7903
  },
7730
7904
  {
7731
7905
  "title": "Methods",
7732
7906
  "kind": 2048,
7733
7907
  "children": [
7734
- 417,
7735
- 454,
7736
- 456,
7737
- 460,
7738
- 413,
7739
- 415,
7740
- 411,
7741
- 422,
7742
- 419,
7743
- 435,
7744
- 463,
7745
- 465,
7746
- 424,
7747
7908
  427,
7909
+ 464,
7910
+ 466,
7911
+ 470,
7912
+ 423,
7913
+ 425,
7914
+ 421,
7915
+ 432,
7748
7916
  429,
7749
- 438,
7750
- 468,
7751
- 440,
7752
- 446,
7753
- 451,
7754
- 432
7917
+ 445,
7918
+ 484,
7919
+ 473,
7920
+ 475,
7921
+ 434,
7922
+ 437,
7923
+ 439,
7924
+ 448,
7925
+ 481,
7926
+ 450,
7927
+ 456,
7928
+ 461,
7929
+ 442
7755
7930
  ]
7756
7931
  }
7757
7932
  ],
7758
7933
  "sources": [
7759
7934
  {
7760
7935
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7761
- "line": 75,
7936
+ "line": 60,
7762
7937
  "character": 13
7763
7938
  }
7764
7939
  ],
@@ -7788,14 +7963,285 @@
7788
7963
  ]
7789
7964
  },
7790
7965
  {
7791
- "id": 530,
7966
+ "id": 536,
7967
+ "name": "SkyAutocompleteSearchAsyncArgs",
7968
+ "kind": 256,
7969
+ "kindString": "Interface",
7970
+ "flags": {},
7971
+ "comment": {
7972
+ "shortText": "Arguments passed when an asynchronous search is executed from the\nautocomplete or lookup component."
7973
+ },
7974
+ "children": [
7975
+ {
7976
+ "id": 540,
7977
+ "name": "continuationData",
7978
+ "kind": 1024,
7979
+ "kindString": "Property",
7980
+ "flags": {
7981
+ "isOptional": true
7982
+ },
7983
+ "comment": {
7984
+ "shortText": "A continuation token which can be set and then will be passed back with any future searches.\nThis is helpful for applications which utilize a token instead of an offset when fetching data."
7985
+ },
7986
+ "sources": [
7987
+ {
7988
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
7989
+ "line": 32,
7990
+ "character": 2
7991
+ }
7992
+ ],
7993
+ "type": {
7994
+ "type": "intrinsic",
7995
+ "name": "unknown"
7996
+ }
7997
+ },
7998
+ {
7999
+ "id": 538,
8000
+ "name": "displayType",
8001
+ "kind": 1024,
8002
+ "kindString": "Property",
8003
+ "flags": {},
8004
+ "comment": {
8005
+ "shortText": "How the search results will be displayed. Use this value to determine\nhow many results to return."
8006
+ },
8007
+ "sources": [
8008
+ {
8009
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8010
+ "line": 19,
8011
+ "character": 2
8012
+ }
8013
+ ],
8014
+ "type": {
8015
+ "type": "reference",
8016
+ "id": 547,
8017
+ "name": "AutocompleteSearchAsyncResultDisplayType"
8018
+ }
8019
+ },
8020
+ {
8021
+ "id": 539,
8022
+ "name": "offset",
8023
+ "kind": 1024,
8024
+ "kindString": "Property",
8025
+ "flags": {},
8026
+ "comment": {
8027
+ "shortText": "The offset index of the first result to return. When search is executed\nas a result of an infinite scroll event, for example, offset will be set\nto the number of items already displayed."
8028
+ },
8029
+ "sources": [
8030
+ {
8031
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8032
+ "line": 26,
8033
+ "character": 2
8034
+ }
8035
+ ],
8036
+ "type": {
8037
+ "type": "intrinsic",
8038
+ "name": "number"
8039
+ }
8040
+ },
8041
+ {
8042
+ "id": 541,
8043
+ "name": "result",
8044
+ "kind": 1024,
8045
+ "kindString": "Property",
8046
+ "flags": {
8047
+ "isOptional": true
8048
+ },
8049
+ "comment": {
8050
+ "shortText": "An Observable representing the search results. Consumers should set this\nwhen the event fires so the autocomplete or lookup component can subscribe\nto it and then display the results."
8051
+ },
8052
+ "sources": [
8053
+ {
8054
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8055
+ "line": 39,
8056
+ "character": 2
8057
+ }
8058
+ ],
8059
+ "type": {
8060
+ "type": "reference",
8061
+ "typeArguments": [
8062
+ {
8063
+ "type": "reference",
8064
+ "id": 542,
8065
+ "name": "SkyAutocompleteSearchAsyncResult"
8066
+ }
8067
+ ],
8068
+ "name": "Observable"
8069
+ }
8070
+ },
8071
+ {
8072
+ "id": 537,
8073
+ "name": "searchText",
8074
+ "kind": 1024,
8075
+ "kindString": "Property",
8076
+ "flags": {},
8077
+ "comment": {
8078
+ "shortText": "The search text entered by the user."
8079
+ },
8080
+ "sources": [
8081
+ {
8082
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8083
+ "line": 13,
8084
+ "character": 2
8085
+ }
8086
+ ],
8087
+ "type": {
8088
+ "type": "intrinsic",
8089
+ "name": "string"
8090
+ }
8091
+ }
8092
+ ],
8093
+ "groups": [
8094
+ {
8095
+ "title": "Properties",
8096
+ "kind": 1024,
8097
+ "children": [
8098
+ 540,
8099
+ 538,
8100
+ 539,
8101
+ 541,
8102
+ 537
8103
+ ]
8104
+ }
8105
+ ],
8106
+ "sources": [
8107
+ {
8108
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8109
+ "line": 9,
8110
+ "character": 17
8111
+ }
8112
+ ]
8113
+ },
8114
+ {
8115
+ "id": 542,
8116
+ "name": "SkyAutocompleteSearchAsyncResult",
8117
+ "kind": 256,
8118
+ "kindString": "Interface",
8119
+ "flags": {},
8120
+ "comment": {
8121
+ "shortText": "The result of searching for items to display in an autocomplete or lookup field."
8122
+ },
8123
+ "children": [
8124
+ {
8125
+ "id": 543,
8126
+ "name": "continuationData",
8127
+ "kind": 1024,
8128
+ "kindString": "Property",
8129
+ "flags": {
8130
+ "isOptional": true
8131
+ },
8132
+ "comment": {
8133
+ "shortText": "Data provided on \"load more\" search result requests. Use this property for\ninformation such as a continuation token for paged database queries."
8134
+ },
8135
+ "sources": [
8136
+ {
8137
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-result.ts",
8138
+ "line": 9,
8139
+ "character": 2
8140
+ }
8141
+ ],
8142
+ "type": {
8143
+ "type": "intrinsic",
8144
+ "name": "unknown"
8145
+ }
8146
+ },
8147
+ {
8148
+ "id": 544,
8149
+ "name": "hasMore",
8150
+ "kind": 1024,
8151
+ "kindString": "Property",
8152
+ "flags": {
8153
+ "isOptional": true
8154
+ },
8155
+ "comment": {
8156
+ "shortText": "Indicates whether there are more results that match the search criteria."
8157
+ },
8158
+ "sources": [
8159
+ {
8160
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-result.ts",
8161
+ "line": 13,
8162
+ "character": 2
8163
+ }
8164
+ ],
8165
+ "type": {
8166
+ "type": "intrinsic",
8167
+ "name": "boolean"
8168
+ }
8169
+ },
8170
+ {
8171
+ "id": 545,
8172
+ "name": "items",
8173
+ "kind": 1024,
8174
+ "kindString": "Property",
8175
+ "flags": {},
8176
+ "comment": {
8177
+ "shortText": "A list of items matching the search criteria. When there are more items that match\nthe search criteria, set the `hasMore` property to `true` more records can be lazy-loaded\nas the user scrolls through the search results."
8178
+ },
8179
+ "sources": [
8180
+ {
8181
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-result.ts",
8182
+ "line": 19,
8183
+ "character": 2
8184
+ }
8185
+ ],
8186
+ "type": {
8187
+ "type": "array",
8188
+ "elementType": {
8189
+ "type": "intrinsic",
8190
+ "name": "unknown"
8191
+ }
8192
+ }
8193
+ },
8194
+ {
8195
+ "id": 546,
8196
+ "name": "totalCount",
8197
+ "kind": 1024,
8198
+ "kindString": "Property",
8199
+ "flags": {},
8200
+ "comment": {
8201
+ "shortText": "The total number of records that match the search criteria, including items not returned in\nthe current list of items."
8202
+ },
8203
+ "sources": [
8204
+ {
8205
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-result.ts",
8206
+ "line": 24,
8207
+ "character": 2
8208
+ }
8209
+ ],
8210
+ "type": {
8211
+ "type": "intrinsic",
8212
+ "name": "number"
8213
+ }
8214
+ }
8215
+ ],
8216
+ "groups": [
8217
+ {
8218
+ "title": "Properties",
8219
+ "kind": 1024,
8220
+ "children": [
8221
+ 543,
8222
+ 544,
8223
+ 545,
8224
+ 546
8225
+ ]
8226
+ }
8227
+ ],
8228
+ "sources": [
8229
+ {
8230
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-result.ts",
8231
+ "line": 4,
8232
+ "character": 17
8233
+ }
8234
+ ]
8235
+ },
8236
+ {
8237
+ "id": 559,
7792
8238
  "name": "SkyAutocompleteSelectionChange",
7793
8239
  "kind": 256,
7794
8240
  "kindString": "Interface",
7795
8241
  "flags": {},
7796
8242
  "children": [
7797
8243
  {
7798
- "id": 531,
8244
+ "id": 560,
7799
8245
  "name": "selectedItem",
7800
8246
  "kind": 1024,
7801
8247
  "kindString": "Property",
@@ -7823,7 +8269,7 @@
7823
8269
  "title": "Properties",
7824
8270
  "kind": 1024,
7825
8271
  "children": [
7826
- 531
8272
+ 560
7827
8273
  ]
7828
8274
  }
7829
8275
  ],
@@ -7836,7 +8282,7 @@
7836
8282
  ]
7837
8283
  },
7838
8284
  {
7839
- "id": 538,
8285
+ "id": 567,
7840
8286
  "name": "SkyCountryFieldCountry",
7841
8287
  "kind": 256,
7842
8288
  "kindString": "Interface",
@@ -7846,7 +8292,7 @@
7846
8292
  },
7847
8293
  "children": [
7848
8294
  {
7849
- "id": 541,
8295
+ "id": 570,
7850
8296
  "name": "dialCode",
7851
8297
  "kind": 1024,
7852
8298
  "kindString": "Property",
@@ -7869,7 +8315,7 @@
7869
8315
  }
7870
8316
  },
7871
8317
  {
7872
- "id": 539,
8318
+ "id": 568,
7873
8319
  "name": "iso2",
7874
8320
  "kind": 1024,
7875
8321
  "kindString": "Property",
@@ -7896,7 +8342,7 @@
7896
8342
  }
7897
8343
  },
7898
8344
  {
7899
- "id": 540,
8345
+ "id": 569,
7900
8346
  "name": "name",
7901
8347
  "kind": 1024,
7902
8348
  "kindString": "Property",
@@ -7924,9 +8370,9 @@
7924
8370
  "title": "Properties",
7925
8371
  "kind": 1024,
7926
8372
  "children": [
7927
- 541,
7928
- 539,
7929
- 540
8373
+ 570,
8374
+ 568,
8375
+ 569
7930
8376
  ]
7931
8377
  }
7932
8378
  ],
@@ -7939,7 +8385,7 @@
7939
8385
  ]
7940
8386
  },
7941
8387
  {
7942
- "id": 547,
8388
+ "id": 576,
7943
8389
  "name": "SkyLookupAddCallbackArgs",
7944
8390
  "kind": 256,
7945
8391
  "kindString": "Interface",
@@ -7949,7 +8395,7 @@
7949
8395
  },
7950
8396
  "children": [
7951
8397
  {
7952
- "id": 549,
8398
+ "id": 578,
7953
8399
  "name": "data",
7954
8400
  "kind": 1024,
7955
8401
  "kindString": "Property",
@@ -7975,7 +8421,7 @@
7975
8421
  }
7976
8422
  },
7977
8423
  {
7978
- "id": 548,
8424
+ "id": 577,
7979
8425
  "name": "item",
7980
8426
  "kind": 1024,
7981
8427
  "kindString": "Property",
@@ -8001,8 +8447,8 @@
8001
8447
  "title": "Properties",
8002
8448
  "kind": 1024,
8003
8449
  "children": [
8004
- 549,
8005
- 548
8450
+ 578,
8451
+ 577
8006
8452
  ]
8007
8453
  }
8008
8454
  ],
@@ -8015,7 +8461,7 @@
8015
8461
  ]
8016
8462
  },
8017
8463
  {
8018
- "id": 550,
8464
+ "id": 579,
8019
8465
  "name": "SkyLookupAddClickEventArgs",
8020
8466
  "kind": 256,
8021
8467
  "kindString": "Interface",
@@ -8025,7 +8471,7 @@
8025
8471
  },
8026
8472
  "children": [
8027
8473
  {
8028
- "id": 551,
8474
+ "id": 580,
8029
8475
  "name": "itemAdded",
8030
8476
  "kind": 2048,
8031
8477
  "kindString": "Method",
@@ -8039,7 +8485,7 @@
8039
8485
  ],
8040
8486
  "signatures": [
8041
8487
  {
8042
- "id": 552,
8488
+ "id": 581,
8043
8489
  "name": "itemAdded",
8044
8490
  "kind": 4096,
8045
8491
  "kindString": "Call signature",
@@ -8049,7 +8495,7 @@
8049
8495
  },
8050
8496
  "parameters": [
8051
8497
  {
8052
- "id": 553,
8498
+ "id": 582,
8053
8499
  "name": "args",
8054
8500
  "kind": 32768,
8055
8501
  "kindString": "Parameter",
@@ -8059,7 +8505,7 @@
8059
8505
  },
8060
8506
  "type": {
8061
8507
  "type": "reference",
8062
- "id": 547,
8508
+ "id": 576,
8063
8509
  "name": "SkyLookupAddCallbackArgs"
8064
8510
  }
8065
8511
  }
@@ -8077,7 +8523,7 @@
8077
8523
  "title": "Methods",
8078
8524
  "kind": 2048,
8079
8525
  "children": [
8080
- 551
8526
+ 580
8081
8527
  ]
8082
8528
  }
8083
8529
  ],
@@ -8090,7 +8536,7 @@
8090
8536
  ]
8091
8537
  },
8092
8538
  {
8093
- "id": 558,
8539
+ "id": 587,
8094
8540
  "name": "SkyLookupShowMoreConfig",
8095
8541
  "kind": 256,
8096
8542
  "kindString": "Interface",
@@ -8100,7 +8546,7 @@
8100
8546
  },
8101
8547
  "children": [
8102
8548
  {
8103
- "id": 559,
8549
+ "id": 588,
8104
8550
  "name": "customPicker",
8105
8551
  "kind": 1024,
8106
8552
  "kindString": "Property",
@@ -8119,12 +8565,12 @@
8119
8565
  ],
8120
8566
  "type": {
8121
8567
  "type": "reference",
8122
- "id": 561,
8568
+ "id": 590,
8123
8569
  "name": "SkyLookupShowMoreCustomPicker"
8124
8570
  }
8125
8571
  },
8126
8572
  {
8127
- "id": 560,
8573
+ "id": 589,
8128
8574
  "name": "nativePickerConfig",
8129
8575
  "kind": 1024,
8130
8576
  "kindString": "Property",
@@ -8143,7 +8589,7 @@
8143
8589
  ],
8144
8590
  "type": {
8145
8591
  "type": "reference",
8146
- "id": 571,
8592
+ "id": 600,
8147
8593
  "name": "SkyLookupShowMoreNativePickerConfig"
8148
8594
  }
8149
8595
  }
@@ -8153,8 +8599,8 @@
8153
8599
  "title": "Properties",
8154
8600
  "kind": 1024,
8155
8601
  "children": [
8156
- 559,
8157
- 560
8602
+ 588,
8603
+ 589
8158
8604
  ]
8159
8605
  }
8160
8606
  ],
@@ -8167,7 +8613,7 @@
8167
8613
  ]
8168
8614
  },
8169
8615
  {
8170
- "id": 561,
8616
+ "id": 590,
8171
8617
  "name": "SkyLookupShowMoreCustomPicker",
8172
8618
  "kind": 256,
8173
8619
  "kindString": "Interface",
@@ -8177,7 +8623,7 @@
8177
8623
  },
8178
8624
  "children": [
8179
8625
  {
8180
- "id": 562,
8626
+ "id": 591,
8181
8627
  "name": "open",
8182
8628
  "kind": 2048,
8183
8629
  "kindString": "Method",
@@ -8191,21 +8637,21 @@
8191
8637
  ],
8192
8638
  "signatures": [
8193
8639
  {
8194
- "id": 563,
8640
+ "id": 592,
8195
8641
  "name": "open",
8196
8642
  "kind": 4096,
8197
8643
  "kindString": "Call signature",
8198
8644
  "flags": {},
8199
8645
  "parameters": [
8200
8646
  {
8201
- "id": 564,
8647
+ "id": 593,
8202
8648
  "name": "pickerContext",
8203
8649
  "kind": 32768,
8204
8650
  "kindString": "Parameter",
8205
8651
  "flags": {},
8206
8652
  "type": {
8207
8653
  "type": "reference",
8208
- "id": 565,
8654
+ "id": 594,
8209
8655
  "name": "SkyLookupShowMoreCustomPickerContext"
8210
8656
  }
8211
8657
  }
@@ -8223,7 +8669,7 @@
8223
8669
  "title": "Methods",
8224
8670
  "kind": 2048,
8225
8671
  "children": [
8226
- 562
8672
+ 591
8227
8673
  ]
8228
8674
  }
8229
8675
  ],
@@ -8236,7 +8682,7 @@
8236
8682
  ]
8237
8683
  },
8238
8684
  {
8239
- "id": 571,
8685
+ "id": 600,
8240
8686
  "name": "SkyLookupShowMoreNativePickerConfig",
8241
8687
  "kind": 256,
8242
8688
  "kindString": "Interface",
@@ -8246,7 +8692,7 @@
8246
8692
  },
8247
8693
  "children": [
8248
8694
  {
8249
- "id": 572,
8695
+ "id": 601,
8250
8696
  "name": "itemTemplate",
8251
8697
  "kind": 1024,
8252
8698
  "kindString": "Property",
@@ -8275,7 +8721,7 @@
8275
8721
  }
8276
8722
  },
8277
8723
  {
8278
- "id": 573,
8724
+ "id": 602,
8279
8725
  "name": "title",
8280
8726
  "kind": 1024,
8281
8727
  "kindString": "Property",
@@ -8309,8 +8755,8 @@
8309
8755
  "title": "Properties",
8310
8756
  "kind": 1024,
8311
8757
  "children": [
8312
- 572,
8313
- 573
8758
+ 601,
8759
+ 602
8314
8760
  ]
8315
8761
  }
8316
8762
  ],
@@ -8323,7 +8769,34 @@
8323
8769
  ]
8324
8770
  },
8325
8771
  {
8326
- "id": 519,
8772
+ "id": 547,
8773
+ "name": "AutocompleteSearchAsyncResultDisplayType",
8774
+ "kind": 4194304,
8775
+ "kindString": "Type alias",
8776
+ "flags": {},
8777
+ "sources": [
8778
+ {
8779
+ "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-result-display-type.ts",
8780
+ "line": 1,
8781
+ "character": 12
8782
+ }
8783
+ ],
8784
+ "type": {
8785
+ "type": "union",
8786
+ "types": [
8787
+ {
8788
+ "type": "literal",
8789
+ "value": "popover"
8790
+ },
8791
+ {
8792
+ "type": "literal",
8793
+ "value": "modal"
8794
+ }
8795
+ ]
8796
+ }
8797
+ },
8798
+ {
8799
+ "id": 548,
8327
8800
  "name": "SkyAutocompleteSearchFunction",
8328
8801
  "kind": 4194304,
8329
8802
  "kindString": "Type alias",
@@ -8338,7 +8811,7 @@
8338
8811
  "type": {
8339
8812
  "type": "reflection",
8340
8813
  "declaration": {
8341
- "id": 520,
8814
+ "id": 549,
8342
8815
  "name": "__type",
8343
8816
  "kind": 65536,
8344
8817
  "kindString": "Type literal",
@@ -8352,14 +8825,14 @@
8352
8825
  ],
8353
8826
  "signatures": [
8354
8827
  {
8355
- "id": 521,
8828
+ "id": 550,
8356
8829
  "name": "__type",
8357
8830
  "kind": 4096,
8358
8831
  "kindString": "Call signature",
8359
8832
  "flags": {},
8360
8833
  "parameters": [
8361
8834
  {
8362
- "id": 522,
8835
+ "id": 551,
8363
8836
  "name": "searchText",
8364
8837
  "kind": 32768,
8365
8838
  "kindString": "Parameter",
@@ -8370,7 +8843,7 @@
8370
8843
  }
8371
8844
  },
8372
8845
  {
8373
- "id": 523,
8846
+ "id": 552,
8374
8847
  "name": "data",
8375
8848
  "kind": 32768,
8376
8849
  "kindString": "Parameter",
@@ -8386,7 +8859,7 @@
8386
8859
  ],
8387
8860
  "type": {
8388
8861
  "type": "reference",
8389
- "id": 529,
8862
+ "id": 558,
8390
8863
  "name": "SkyAutocompleteSearchFunctionResponse"
8391
8864
  }
8392
8865
  }
@@ -8395,7 +8868,7 @@
8395
8868
  }
8396
8869
  },
8397
8870
  {
8398
- "id": 524,
8871
+ "id": 553,
8399
8872
  "name": "SkyAutocompleteSearchFunctionFilter",
8400
8873
  "kind": 4194304,
8401
8874
  "kindString": "Type alias",
@@ -8410,7 +8883,7 @@
8410
8883
  "type": {
8411
8884
  "type": "reflection",
8412
8885
  "declaration": {
8413
- "id": 525,
8886
+ "id": 554,
8414
8887
  "name": "__type",
8415
8888
  "kind": 65536,
8416
8889
  "kindString": "Type literal",
@@ -8424,14 +8897,14 @@
8424
8897
  ],
8425
8898
  "signatures": [
8426
8899
  {
8427
- "id": 526,
8900
+ "id": 555,
8428
8901
  "name": "__type",
8429
8902
  "kind": 4096,
8430
8903
  "kindString": "Call signature",
8431
8904
  "flags": {},
8432
8905
  "parameters": [
8433
8906
  {
8434
- "id": 527,
8907
+ "id": 556,
8435
8908
  "name": "searchText",
8436
8909
  "kind": 32768,
8437
8910
  "kindString": "Parameter",
@@ -8442,7 +8915,7 @@
8442
8915
  }
8443
8916
  },
8444
8917
  {
8445
- "id": 528,
8918
+ "id": 557,
8446
8919
  "name": "item",
8447
8920
  "kind": 32768,
8448
8921
  "kindString": "Parameter",
@@ -8463,7 +8936,7 @@
8463
8936
  }
8464
8937
  },
8465
8938
  {
8466
- "id": 529,
8939
+ "id": 558,
8467
8940
  "name": "SkyAutocompleteSearchFunctionResponse",
8468
8941
  "kind": 4194304,
8469
8942
  "kindString": "Type alias",
@@ -8502,7 +8975,7 @@
8502
8975
  }
8503
8976
  },
8504
8977
  {
8505
- "id": 557,
8978
+ "id": 586,
8506
8979
  "name": "SkyLookupSelectModeType",
8507
8980
  "kind": 4194304,
8508
8981
  "kindString": "Type alias",
@@ -8534,39 +9007,42 @@
8534
9007
  "title": "Classes",
8535
9008
  "kind": 128,
8536
9009
  "children": [
8537
- 532,
8538
- 535,
8539
- 544,
8540
- 565,
8541
- 577,
8542
- 574,
9010
+ 561,
9011
+ 564,
9012
+ 573,
9013
+ 594,
9014
+ 606,
9015
+ 603,
8543
9016
  1,
8544
9017
  90,
8545
- 245,
8546
- 350
9018
+ 255,
9019
+ 360
8547
9020
  ]
8548
9021
  },
8549
9022
  {
8550
9023
  "title": "Interfaces",
8551
9024
  "kind": 256,
8552
9025
  "children": [
8553
- 530,
8554
- 538,
8555
- 547,
8556
- 550,
8557
- 558,
8558
- 561,
8559
- 571
9026
+ 536,
9027
+ 542,
9028
+ 559,
9029
+ 567,
9030
+ 576,
9031
+ 579,
9032
+ 587,
9033
+ 590,
9034
+ 600
8560
9035
  ]
8561
9036
  },
8562
9037
  {
8563
9038
  "title": "Type aliases",
8564
9039
  "kind": 4194304,
8565
9040
  "children": [
8566
- 519,
8567
- 524,
8568
- 529,
8569
- 557
9041
+ 547,
9042
+ 548,
9043
+ 553,
9044
+ 558,
9045
+ 586
8570
9046
  ]
8571
9047
  }
8572
9048
  ],