@skyux/lookup 6.14.0 → 6.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +398 -352
- package/esm2020/lib/modules/lookup/lookup-show-more-async-modal.component.mjs +8 -7
- package/esm2020/lib/modules/lookup/lookup-show-more-modal.component.mjs +20 -14
- package/esm2020/lib/modules/lookup/lookup.component.mjs +7 -3
- package/esm2020/testing/lookup/lookup-harness-filters.mjs +2 -0
- package/esm2020/testing/lookup/lookup-harness.mjs +81 -0
- package/esm2020/testing/lookup/lookup-selection-harness-filters.mjs +2 -0
- package/esm2020/testing/lookup/lookup-selection-harness.mjs +7 -0
- package/esm2020/testing/lookup/lookup-selections-list-harness.mjs +25 -0
- package/esm2020/testing/lookup/lookup-show-more-picker-harness-filters.mjs +2 -0
- package/esm2020/testing/lookup/lookup-show-more-picker-harness.mjs +118 -0
- package/esm2020/testing/lookup/lookup-show-more-picker-search-result-harness-filters.mjs +2 -0
- package/esm2020/testing/lookup/lookup-show-more-picker-search-result-harness.mjs +7 -0
- package/esm2020/testing/public-api.mjs +12 -1
- package/esm2020/testing/search/search-fixture.mjs +2 -1
- package/esm2020/testing/search/search-harness-filters.mjs +2 -0
- package/esm2020/testing/search/search-harness.mjs +82 -0
- package/esm2020/testing/search/search-testing.module.mjs +5 -4
- package/fesm2015/skyux-lookup-testing.mjs +385 -4
- package/fesm2015/skyux-lookup-testing.mjs.map +1 -1
- package/fesm2015/skyux-lookup.mjs +37 -27
- package/fesm2015/skyux-lookup.mjs.map +1 -1
- package/fesm2020/skyux-lookup-testing.mjs +315 -4
- package/fesm2020/skyux-lookup-testing.mjs.map +1 -1
- package/fesm2020/skyux-lookup.mjs +37 -27
- package/fesm2020/skyux-lookup.mjs.map +1 -1
- package/lib/modules/lookup/lookup-show-more-async-modal.component.d.ts +6 -2
- package/lib/modules/lookup/lookup-show-more-modal.component.d.ts +6 -1
- package/lib/modules/lookup/lookup.component.d.ts +1 -0
- package/package.json +10 -10
- package/testing/lookup/lookup-harness-filters.d.ts +6 -0
- package/testing/lookup/lookup-harness.d.ts +50 -0
- package/testing/lookup/lookup-selection-harness-filters.d.ts +6 -0
- package/testing/lookup/lookup-selection-harness.d.ts +6 -0
- package/testing/lookup/lookup-selections-list-harness.d.ts +19 -0
- package/testing/lookup/lookup-show-more-picker-harness-filters.d.ts +6 -0
- package/testing/lookup/lookup-show-more-picker-harness.d.ts +60 -0
- package/testing/lookup/lookup-show-more-picker-search-result-harness-filters.d.ts +6 -0
- package/testing/lookup/lookup-show-more-picker-search-result-harness.d.ts +6 -0
- package/testing/public-api.d.ts +11 -0
- package/testing/search/search-fixture.d.ts +1 -0
- package/testing/search/search-harness-filters.d.ts +6 -0
- package/testing/search/search-harness.d.ts +47 -0
- package/testing/search/search-testing.module.d.ts +3 -2
package/documentation.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"originalName": "",
|
|
37
37
|
"children": [
|
|
38
38
|
{
|
|
39
|
-
"id":
|
|
39
|
+
"id": 589,
|
|
40
40
|
"name": "SkyAutocompleteModule",
|
|
41
41
|
"kind": 128,
|
|
42
42
|
"kindString": "Class",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"title": "Constructors",
|
|
62
62
|
"kind": 512,
|
|
63
63
|
"children": [
|
|
64
|
-
|
|
64
|
+
590
|
|
65
65
|
]
|
|
66
66
|
}
|
|
67
67
|
],
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
]
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
|
-
"id":
|
|
77
|
+
"id": 592,
|
|
78
78
|
"name": "SkyCountryFieldModule",
|
|
79
79
|
"kind": 128,
|
|
80
80
|
"kindString": "Class",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"title": "Constructors",
|
|
100
100
|
"kind": 512,
|
|
101
101
|
"children": [
|
|
102
|
-
|
|
102
|
+
593
|
|
103
103
|
]
|
|
104
104
|
}
|
|
105
105
|
],
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
]
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
|
-
"id":
|
|
115
|
+
"id": 601,
|
|
116
116
|
"name": "SkyLookupModule",
|
|
117
117
|
"kind": 128,
|
|
118
118
|
"kindString": "Class",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"title": "Constructors",
|
|
138
138
|
"kind": 512,
|
|
139
139
|
"children": [
|
|
140
|
-
|
|
140
|
+
602
|
|
141
141
|
]
|
|
142
142
|
}
|
|
143
143
|
],
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
]
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
|
-
"id":
|
|
153
|
+
"id": 622,
|
|
154
154
|
"name": "SkyLookupShowMoreCustomPickerContext",
|
|
155
155
|
"kind": 128,
|
|
156
156
|
"kindString": "Class",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
},
|
|
161
161
|
"children": [
|
|
162
162
|
{
|
|
163
|
-
"id":
|
|
163
|
+
"id": 626,
|
|
164
164
|
"name": "initialSearch",
|
|
165
165
|
"kind": 1024,
|
|
166
166
|
"kindString": "Property",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
185
|
{
|
|
186
|
-
"id":
|
|
186
|
+
"id": 627,
|
|
187
187
|
"name": "initialValue",
|
|
188
188
|
"kind": 1024,
|
|
189
189
|
"kindString": "Property",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
|
-
"id":
|
|
209
|
+
"id": 625,
|
|
210
210
|
"name": "items",
|
|
211
211
|
"kind": 1024,
|
|
212
212
|
"kindString": "Property",
|
|
@@ -237,16 +237,16 @@
|
|
|
237
237
|
"title": "Constructors",
|
|
238
238
|
"kind": 512,
|
|
239
239
|
"children": [
|
|
240
|
-
|
|
240
|
+
623
|
|
241
241
|
]
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"title": "Properties",
|
|
245
245
|
"kind": 1024,
|
|
246
246
|
"children": [
|
|
247
|
-
625,
|
|
248
247
|
626,
|
|
249
|
-
|
|
248
|
+
627,
|
|
249
|
+
625
|
|
250
250
|
]
|
|
251
251
|
}
|
|
252
252
|
],
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
]
|
|
260
260
|
},
|
|
261
261
|
{
|
|
262
|
-
"id":
|
|
262
|
+
"id": 638,
|
|
263
263
|
"name": "SkySearchComponent",
|
|
264
264
|
"kind": 128,
|
|
265
265
|
"kindString": "Class",
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
],
|
|
281
281
|
"children": [
|
|
282
282
|
{
|
|
283
|
-
"id":
|
|
283
|
+
"id": 639,
|
|
284
284
|
"name": "constructor",
|
|
285
285
|
"kind": 512,
|
|
286
286
|
"kindString": "Constructor",
|
|
@@ -294,14 +294,14 @@
|
|
|
294
294
|
],
|
|
295
295
|
"signatures": [
|
|
296
296
|
{
|
|
297
|
-
"id":
|
|
297
|
+
"id": 640,
|
|
298
298
|
"name": "new SkySearchComponent",
|
|
299
299
|
"kind": 16384,
|
|
300
300
|
"kindString": "Constructor signature",
|
|
301
301
|
"flags": {},
|
|
302
302
|
"parameters": [
|
|
303
303
|
{
|
|
304
|
-
"id":
|
|
304
|
+
"id": 641,
|
|
305
305
|
"name": "mediaQueryService",
|
|
306
306
|
"kind": 32768,
|
|
307
307
|
"kindString": "Parameter",
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
}
|
|
313
313
|
},
|
|
314
314
|
{
|
|
315
|
-
"id":
|
|
315
|
+
"id": 642,
|
|
316
316
|
"name": "elRef",
|
|
317
317
|
"kind": 32768,
|
|
318
318
|
"kindString": "Parameter",
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
}
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
|
-
"id":
|
|
334
|
+
"id": 643,
|
|
335
335
|
"name": "searchAdapter",
|
|
336
336
|
"kind": 32768,
|
|
337
337
|
"kindString": "Parameter",
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
}
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
|
-
"id":
|
|
345
|
+
"id": 644,
|
|
346
346
|
"name": "changeRef",
|
|
347
347
|
"kind": 32768,
|
|
348
348
|
"kindString": "Parameter",
|
|
@@ -357,14 +357,14 @@
|
|
|
357
357
|
],
|
|
358
358
|
"type": {
|
|
359
359
|
"type": "reference",
|
|
360
|
-
"id":
|
|
360
|
+
"id": 638,
|
|
361
361
|
"name": "SkySearchComponent"
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
]
|
|
365
365
|
},
|
|
366
366
|
{
|
|
367
|
-
"id":
|
|
367
|
+
"id": 653,
|
|
368
368
|
"name": "breakpointSubscription",
|
|
369
369
|
"kind": 1024,
|
|
370
370
|
"kindString": "Property",
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
}
|
|
387
387
|
},
|
|
388
388
|
{
|
|
389
|
-
"id":
|
|
389
|
+
"id": 654,
|
|
390
390
|
"name": "clearButtonShown",
|
|
391
391
|
"kind": 1024,
|
|
392
392
|
"kindString": "Property",
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"defaultValue": "false"
|
|
408
408
|
},
|
|
409
409
|
{
|
|
410
|
-
"id":
|
|
410
|
+
"id": 650,
|
|
411
411
|
"name": "debounceTime",
|
|
412
412
|
"kind": 1024,
|
|
413
413
|
"kindString": "Property",
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
"defaultValue": "0"
|
|
444
444
|
},
|
|
445
445
|
{
|
|
446
|
-
"id":
|
|
446
|
+
"id": 651,
|
|
447
447
|
"name": "disabled",
|
|
448
448
|
"kind": 1024,
|
|
449
449
|
"kindString": "Property",
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"defaultValue": "false"
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
|
-
"id":
|
|
482
|
+
"id": 655,
|
|
483
483
|
"name": "dismissButtonShown",
|
|
484
484
|
"kind": 1024,
|
|
485
485
|
"kindString": "Property",
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"defaultValue": "false"
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
|
-
"id":
|
|
503
|
+
"id": 649,
|
|
504
504
|
"name": "expandMode",
|
|
505
505
|
"kind": 1024,
|
|
506
506
|
"kindString": "Property",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"defaultValue": "EXPAND_MODE_RESPONSIVE"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
545
|
-
"id":
|
|
545
|
+
"id": 656,
|
|
546
546
|
"name": "inputAnimate",
|
|
547
547
|
"kind": 1024,
|
|
548
548
|
"kindString": "Property",
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
"defaultValue": "INPUT_SHOWN_STATE"
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
|
-
"id":
|
|
566
|
+
"id": 657,
|
|
567
567
|
"name": "isCollapsible",
|
|
568
568
|
"kind": 1024,
|
|
569
569
|
"kindString": "Property",
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"defaultValue": "true"
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
|
-
"id":
|
|
587
|
+
"id": 658,
|
|
588
588
|
"name": "isFullWidth",
|
|
589
589
|
"kind": 1024,
|
|
590
590
|
"kindString": "Property",
|
|
@@ -605,7 +605,7 @@
|
|
|
605
605
|
"defaultValue": "false"
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
|
-
"id":
|
|
608
|
+
"id": 659,
|
|
609
609
|
"name": "mobileSearchShown",
|
|
610
610
|
"kind": 1024,
|
|
611
611
|
"kindString": "Property",
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
"defaultValue": "false"
|
|
627
627
|
},
|
|
628
628
|
{
|
|
629
|
-
"id":
|
|
629
|
+
"id": 652,
|
|
630
630
|
"name": "placeholderText",
|
|
631
631
|
"kind": 1024,
|
|
632
632
|
"kindString": "Property",
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
}
|
|
668
668
|
},
|
|
669
669
|
{
|
|
670
|
-
"id":
|
|
670
|
+
"id": 645,
|
|
671
671
|
"name": "searchApply",
|
|
672
672
|
"kind": 1024,
|
|
673
673
|
"kindString": "Property",
|
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
"defaultValue": "..."
|
|
712
712
|
},
|
|
713
713
|
{
|
|
714
|
-
"id":
|
|
714
|
+
"id": 660,
|
|
715
715
|
"name": "searchButtonShown",
|
|
716
716
|
"kind": 1024,
|
|
717
717
|
"kindString": "Property",
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
"defaultValue": "false"
|
|
733
733
|
},
|
|
734
734
|
{
|
|
735
|
-
"id":
|
|
735
|
+
"id": 646,
|
|
736
736
|
"name": "searchChange",
|
|
737
737
|
"kind": 1024,
|
|
738
738
|
"kindString": "Property",
|
|
@@ -776,7 +776,7 @@
|
|
|
776
776
|
"defaultValue": "..."
|
|
777
777
|
},
|
|
778
778
|
{
|
|
779
|
-
"id":
|
|
779
|
+
"id": 647,
|
|
780
780
|
"name": "searchClear",
|
|
781
781
|
"kind": 1024,
|
|
782
782
|
"kindString": "Property",
|
|
@@ -820,7 +820,7 @@
|
|
|
820
820
|
"defaultValue": "..."
|
|
821
821
|
},
|
|
822
822
|
{
|
|
823
|
-
"id":
|
|
823
|
+
"id": 648,
|
|
824
824
|
"name": "searchText",
|
|
825
825
|
"kind": 1024,
|
|
826
826
|
"kindString": "Property",
|
|
@@ -855,7 +855,7 @@
|
|
|
855
855
|
}
|
|
856
856
|
},
|
|
857
857
|
{
|
|
858
|
-
"id":
|
|
858
|
+
"id": 677,
|
|
859
859
|
"name": "applySearchText",
|
|
860
860
|
"kind": 2048,
|
|
861
861
|
"kindString": "Method",
|
|
@@ -871,14 +871,14 @@
|
|
|
871
871
|
],
|
|
872
872
|
"signatures": [
|
|
873
873
|
{
|
|
874
|
-
"id":
|
|
874
|
+
"id": 678,
|
|
875
875
|
"name": "applySearchText",
|
|
876
876
|
"kind": 4096,
|
|
877
877
|
"kindString": "Call signature",
|
|
878
878
|
"flags": {},
|
|
879
879
|
"parameters": [
|
|
880
880
|
{
|
|
881
|
-
"id":
|
|
881
|
+
"id": 679,
|
|
882
882
|
"name": "searchText",
|
|
883
883
|
"kind": 32768,
|
|
884
884
|
"kindString": "Parameter",
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
]
|
|
898
898
|
},
|
|
899
899
|
{
|
|
900
|
-
"id":
|
|
900
|
+
"id": 671,
|
|
901
901
|
"name": "clearSearchText",
|
|
902
902
|
"kind": 2048,
|
|
903
903
|
"kindString": "Method",
|
|
@@ -913,7 +913,7 @@
|
|
|
913
913
|
],
|
|
914
914
|
"signatures": [
|
|
915
915
|
{
|
|
916
|
-
"id":
|
|
916
|
+
"id": 672,
|
|
917
917
|
"name": "clearSearchText",
|
|
918
918
|
"kind": 4096,
|
|
919
919
|
"kindString": "Call signature",
|
|
@@ -926,7 +926,7 @@
|
|
|
926
926
|
]
|
|
927
927
|
},
|
|
928
928
|
{
|
|
929
|
-
"id":
|
|
929
|
+
"id": 673,
|
|
930
930
|
"name": "enterPress",
|
|
931
931
|
"kind": 2048,
|
|
932
932
|
"kindString": "Method",
|
|
@@ -942,14 +942,14 @@
|
|
|
942
942
|
],
|
|
943
943
|
"signatures": [
|
|
944
944
|
{
|
|
945
|
-
"id":
|
|
945
|
+
"id": 674,
|
|
946
946
|
"name": "enterPress",
|
|
947
947
|
"kind": 4096,
|
|
948
948
|
"kindString": "Call signature",
|
|
949
949
|
"flags": {},
|
|
950
950
|
"parameters": [
|
|
951
951
|
{
|
|
952
|
-
"id":
|
|
952
|
+
"id": 675,
|
|
953
953
|
"name": "event",
|
|
954
954
|
"kind": 32768,
|
|
955
955
|
"kindString": "Parameter",
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
964
|
{
|
|
965
|
-
"id":
|
|
965
|
+
"id": 676,
|
|
966
966
|
"name": "searchText",
|
|
967
967
|
"kind": 32768,
|
|
968
968
|
"kindString": "Parameter",
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
]
|
|
982
982
|
},
|
|
983
983
|
{
|
|
984
|
-
"id":
|
|
984
|
+
"id": 689,
|
|
985
985
|
"name": "inputAnimationEnd",
|
|
986
986
|
"kind": 2048,
|
|
987
987
|
"kindString": "Method",
|
|
@@ -997,14 +997,14 @@
|
|
|
997
997
|
],
|
|
998
998
|
"signatures": [
|
|
999
999
|
{
|
|
1000
|
-
"id":
|
|
1000
|
+
"id": 690,
|
|
1001
1001
|
"name": "inputAnimationEnd",
|
|
1002
1002
|
"kind": 4096,
|
|
1003
1003
|
"kindString": "Call signature",
|
|
1004
1004
|
"flags": {},
|
|
1005
1005
|
"parameters": [
|
|
1006
1006
|
{
|
|
1007
|
-
"id":
|
|
1007
|
+
"id": 691,
|
|
1008
1008
|
"name": "event",
|
|
1009
1009
|
"kind": 32768,
|
|
1010
1010
|
"kindString": "Parameter",
|
|
@@ -1025,7 +1025,7 @@
|
|
|
1025
1025
|
]
|
|
1026
1026
|
},
|
|
1027
1027
|
{
|
|
1028
|
-
"id":
|
|
1028
|
+
"id": 686,
|
|
1029
1029
|
"name": "inputAnimationStart",
|
|
1030
1030
|
"kind": 2048,
|
|
1031
1031
|
"kindString": "Method",
|
|
@@ -1041,14 +1041,14 @@
|
|
|
1041
1041
|
],
|
|
1042
1042
|
"signatures": [
|
|
1043
1043
|
{
|
|
1044
|
-
"id":
|
|
1044
|
+
"id": 687,
|
|
1045
1045
|
"name": "inputAnimationStart",
|
|
1046
1046
|
"kind": 4096,
|
|
1047
1047
|
"kindString": "Call signature",
|
|
1048
1048
|
"flags": {},
|
|
1049
1049
|
"parameters": [
|
|
1050
1050
|
{
|
|
1051
|
-
"id":
|
|
1051
|
+
"id": 688,
|
|
1052
1052
|
"name": "event",
|
|
1053
1053
|
"kind": 32768,
|
|
1054
1054
|
"kindString": "Parameter",
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
]
|
|
1070
1070
|
},
|
|
1071
1071
|
{
|
|
1072
|
-
"id":
|
|
1072
|
+
"id": 668,
|
|
1073
1073
|
"name": "ngOnChanges",
|
|
1074
1074
|
"kind": 2048,
|
|
1075
1075
|
"kindString": "Method",
|
|
@@ -1085,14 +1085,14 @@
|
|
|
1085
1085
|
],
|
|
1086
1086
|
"signatures": [
|
|
1087
1087
|
{
|
|
1088
|
-
"id":
|
|
1088
|
+
"id": 669,
|
|
1089
1089
|
"name": "ngOnChanges",
|
|
1090
1090
|
"kind": 4096,
|
|
1091
1091
|
"kindString": "Call signature",
|
|
1092
1092
|
"flags": {},
|
|
1093
1093
|
"parameters": [
|
|
1094
1094
|
{
|
|
1095
|
-
"id":
|
|
1095
|
+
"id": 670,
|
|
1096
1096
|
"name": "changes",
|
|
1097
1097
|
"kind": 32768,
|
|
1098
1098
|
"kindString": "Parameter",
|
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
}
|
|
1122
1122
|
},
|
|
1123
1123
|
{
|
|
1124
|
-
"id":
|
|
1124
|
+
"id": 692,
|
|
1125
1125
|
"name": "ngOnDestroy",
|
|
1126
1126
|
"kind": 2048,
|
|
1127
1127
|
"kindString": "Method",
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
],
|
|
1138
1138
|
"signatures": [
|
|
1139
1139
|
{
|
|
1140
|
-
"id":
|
|
1140
|
+
"id": 693,
|
|
1141
1141
|
"name": "ngOnDestroy",
|
|
1142
1142
|
"kind": 4096,
|
|
1143
1143
|
"kindString": "Call signature",
|
|
@@ -1158,7 +1158,7 @@
|
|
|
1158
1158
|
}
|
|
1159
1159
|
},
|
|
1160
1160
|
{
|
|
1161
|
-
"id":
|
|
1161
|
+
"id": 666,
|
|
1162
1162
|
"name": "ngOnInit",
|
|
1163
1163
|
"kind": 2048,
|
|
1164
1164
|
"kindString": "Method",
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
],
|
|
1175
1175
|
"signatures": [
|
|
1176
1176
|
{
|
|
1177
|
-
"id":
|
|
1177
|
+
"id": 667,
|
|
1178
1178
|
"name": "ngOnInit",
|
|
1179
1179
|
"kind": 4096,
|
|
1180
1180
|
"kindString": "Call signature",
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
}
|
|
1196
1196
|
},
|
|
1197
1197
|
{
|
|
1198
|
-
"id":
|
|
1198
|
+
"id": 680,
|
|
1199
1199
|
"name": "searchTextChanged",
|
|
1200
1200
|
"kind": 2048,
|
|
1201
1201
|
"kindString": "Method",
|
|
@@ -1211,14 +1211,14 @@
|
|
|
1211
1211
|
],
|
|
1212
1212
|
"signatures": [
|
|
1213
1213
|
{
|
|
1214
|
-
"id":
|
|
1214
|
+
"id": 681,
|
|
1215
1215
|
"name": "searchTextChanged",
|
|
1216
1216
|
"kind": 4096,
|
|
1217
1217
|
"kindString": "Call signature",
|
|
1218
1218
|
"flags": {},
|
|
1219
1219
|
"parameters": [
|
|
1220
1220
|
{
|
|
1221
|
-
"id":
|
|
1221
|
+
"id": 682,
|
|
1222
1222
|
"name": "searchText",
|
|
1223
1223
|
"kind": 32768,
|
|
1224
1224
|
"kindString": "Parameter",
|
|
@@ -1237,7 +1237,7 @@
|
|
|
1237
1237
|
]
|
|
1238
1238
|
},
|
|
1239
1239
|
{
|
|
1240
|
-
"id":
|
|
1240
|
+
"id": 683,
|
|
1241
1241
|
"name": "toggleSearchInput",
|
|
1242
1242
|
"kind": 2048,
|
|
1243
1243
|
"kindString": "Method",
|
|
@@ -1253,14 +1253,14 @@
|
|
|
1253
1253
|
],
|
|
1254
1254
|
"signatures": [
|
|
1255
1255
|
{
|
|
1256
|
-
"id":
|
|
1256
|
+
"id": 684,
|
|
1257
1257
|
"name": "toggleSearchInput",
|
|
1258
1258
|
"kind": 4096,
|
|
1259
1259
|
"kindString": "Call signature",
|
|
1260
1260
|
"flags": {},
|
|
1261
1261
|
"parameters": [
|
|
1262
1262
|
{
|
|
1263
|
-
"id":
|
|
1263
|
+
"id": 685,
|
|
1264
1264
|
"name": "showInput",
|
|
1265
1265
|
"kind": 32768,
|
|
1266
1266
|
"kindString": "Parameter",
|
|
@@ -1284,45 +1284,45 @@
|
|
|
1284
1284
|
"title": "Constructors",
|
|
1285
1285
|
"kind": 512,
|
|
1286
1286
|
"children": [
|
|
1287
|
-
|
|
1287
|
+
639
|
|
1288
1288
|
]
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"title": "Properties",
|
|
1292
1292
|
"kind": 1024,
|
|
1293
1293
|
"children": [
|
|
1294
|
-
652,
|
|
1295
1294
|
653,
|
|
1296
|
-
649,
|
|
1297
|
-
650,
|
|
1298
1295
|
654,
|
|
1299
|
-
|
|
1296
|
+
650,
|
|
1297
|
+
651,
|
|
1300
1298
|
655,
|
|
1299
|
+
649,
|
|
1301
1300
|
656,
|
|
1302
1301
|
657,
|
|
1303
1302
|
658,
|
|
1304
|
-
651,
|
|
1305
|
-
644,
|
|
1306
1303
|
659,
|
|
1304
|
+
652,
|
|
1307
1305
|
645,
|
|
1306
|
+
660,
|
|
1308
1307
|
646,
|
|
1309
|
-
647
|
|
1308
|
+
647,
|
|
1309
|
+
648
|
|
1310
1310
|
]
|
|
1311
1311
|
},
|
|
1312
1312
|
{
|
|
1313
1313
|
"title": "Methods",
|
|
1314
1314
|
"kind": 2048,
|
|
1315
1315
|
"children": [
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1316
|
+
677,
|
|
1317
|
+
671,
|
|
1318
|
+
673,
|
|
1319
|
+
689,
|
|
1320
|
+
686,
|
|
1321
|
+
668,
|
|
1322
|
+
692,
|
|
1323
|
+
666,
|
|
1324
|
+
680,
|
|
1325
|
+
683
|
|
1326
1326
|
]
|
|
1327
1327
|
}
|
|
1328
1328
|
],
|
|
@@ -1355,7 +1355,7 @@
|
|
|
1355
1355
|
]
|
|
1356
1356
|
},
|
|
1357
1357
|
{
|
|
1358
|
-
"id":
|
|
1358
|
+
"id": 635,
|
|
1359
1359
|
"name": "SkySearchModule",
|
|
1360
1360
|
"kind": 128,
|
|
1361
1361
|
"kindString": "Class",
|
|
@@ -1380,7 +1380,7 @@
|
|
|
1380
1380
|
"title": "Constructors",
|
|
1381
1381
|
"kind": 512,
|
|
1382
1382
|
"children": [
|
|
1383
|
-
|
|
1383
|
+
636
|
|
1384
1384
|
]
|
|
1385
1385
|
}
|
|
1386
1386
|
],
|
|
@@ -2994,7 +2994,7 @@
|
|
|
2994
2994
|
"typeArguments": [
|
|
2995
2995
|
{
|
|
2996
2996
|
"type": "reference",
|
|
2997
|
-
"id":
|
|
2997
|
+
"id": 562,
|
|
2998
2998
|
"name": "SkyAutocompleteSearchAsyncArgs"
|
|
2999
2999
|
}
|
|
3000
3000
|
],
|
|
@@ -3038,7 +3038,7 @@
|
|
|
3038
3038
|
"type": "array",
|
|
3039
3039
|
"elementType": {
|
|
3040
3040
|
"type": "reference",
|
|
3041
|
-
"id":
|
|
3041
|
+
"id": 580,
|
|
3042
3042
|
"name": "SkyAutocompleteSearchFunctionFilter"
|
|
3043
3043
|
}
|
|
3044
3044
|
}
|
|
@@ -3162,7 +3162,7 @@
|
|
|
3162
3162
|
"typeArguments": [
|
|
3163
3163
|
{
|
|
3164
3164
|
"type": "reference",
|
|
3165
|
-
"id":
|
|
3165
|
+
"id": 587,
|
|
3166
3166
|
"name": "SkyAutocompleteSelectionChange"
|
|
3167
3167
|
}
|
|
3168
3168
|
],
|
|
@@ -3612,7 +3612,7 @@
|
|
|
3612
3612
|
},
|
|
3613
3613
|
"type": {
|
|
3614
3614
|
"type": "reference",
|
|
3615
|
-
"id":
|
|
3615
|
+
"id": 574,
|
|
3616
3616
|
"name": "SkyAutocompleteSearchFunction"
|
|
3617
3617
|
}
|
|
3618
3618
|
}
|
|
@@ -3636,7 +3636,7 @@
|
|
|
3636
3636
|
"flags": {},
|
|
3637
3637
|
"type": {
|
|
3638
3638
|
"type": "reference",
|
|
3639
|
-
"id":
|
|
3639
|
+
"id": 574,
|
|
3640
3640
|
"name": "SkyAutocompleteSearchFunction"
|
|
3641
3641
|
}
|
|
3642
3642
|
}
|
|
@@ -4510,7 +4510,7 @@
|
|
|
4510
4510
|
"type": "array",
|
|
4511
4511
|
"elementType": {
|
|
4512
4512
|
"type": "reference",
|
|
4513
|
-
"id":
|
|
4513
|
+
"id": 595,
|
|
4514
4514
|
"name": "SkyCountryFieldCountry"
|
|
4515
4515
|
}
|
|
4516
4516
|
},
|
|
@@ -4727,7 +4727,7 @@
|
|
|
4727
4727
|
"typeArguments": [
|
|
4728
4728
|
{
|
|
4729
4729
|
"type": "reference",
|
|
4730
|
-
"id":
|
|
4730
|
+
"id": 595,
|
|
4731
4731
|
"name": "SkyCountryFieldCountry"
|
|
4732
4732
|
}
|
|
4733
4733
|
],
|
|
@@ -5016,7 +5016,7 @@
|
|
|
5016
5016
|
"flags": {},
|
|
5017
5017
|
"type": {
|
|
5018
5018
|
"type": "reference",
|
|
5019
|
-
"id":
|
|
5019
|
+
"id": 595,
|
|
5020
5020
|
"name": "SkyCountryFieldCountry"
|
|
5021
5021
|
}
|
|
5022
5022
|
}
|
|
@@ -5037,7 +5037,7 @@
|
|
|
5037
5037
|
"flags": {},
|
|
5038
5038
|
"type": {
|
|
5039
5039
|
"type": "reference",
|
|
5040
|
-
"id":
|
|
5040
|
+
"id": 595,
|
|
5041
5041
|
"name": "SkyCountryFieldCountry"
|
|
5042
5042
|
}
|
|
5043
5043
|
}
|
|
@@ -5196,7 +5196,7 @@
|
|
|
5196
5196
|
"flags": {},
|
|
5197
5197
|
"type": {
|
|
5198
5198
|
"type": "reference",
|
|
5199
|
-
"id":
|
|
5199
|
+
"id": 595,
|
|
5200
5200
|
"name": "SkyCountryFieldCountry"
|
|
5201
5201
|
}
|
|
5202
5202
|
}
|
|
@@ -5290,7 +5290,7 @@
|
|
|
5290
5290
|
"flags": {},
|
|
5291
5291
|
"type": {
|
|
5292
5292
|
"type": "reference",
|
|
5293
|
-
"id":
|
|
5293
|
+
"id": 595,
|
|
5294
5294
|
"name": "SkyCountryFieldCountry"
|
|
5295
5295
|
}
|
|
5296
5296
|
}
|
|
@@ -5524,7 +5524,7 @@
|
|
|
5524
5524
|
"flags": {},
|
|
5525
5525
|
"type": {
|
|
5526
5526
|
"type": "reference",
|
|
5527
|
-
"id":
|
|
5527
|
+
"id": 595,
|
|
5528
5528
|
"name": "SkyCountryFieldCountry"
|
|
5529
5529
|
}
|
|
5530
5530
|
}
|
|
@@ -5666,7 +5666,7 @@
|
|
|
5666
5666
|
"sources": [
|
|
5667
5667
|
{
|
|
5668
5668
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
5669
|
-
"line":
|
|
5669
|
+
"line": 293,
|
|
5670
5670
|
"character": 2
|
|
5671
5671
|
}
|
|
5672
5672
|
],
|
|
@@ -5893,7 +5893,7 @@
|
|
|
5893
5893
|
"typeArguments": [
|
|
5894
5894
|
{
|
|
5895
5895
|
"type": "reference",
|
|
5896
|
-
"id":
|
|
5896
|
+
"id": 607,
|
|
5897
5897
|
"name": "SkyLookupAddClickEventArgs"
|
|
5898
5898
|
}
|
|
5899
5899
|
],
|
|
@@ -6044,7 +6044,7 @@
|
|
|
6044
6044
|
"defaultValue": "..."
|
|
6045
6045
|
},
|
|
6046
6046
|
{
|
|
6047
|
-
"id":
|
|
6047
|
+
"id": 535,
|
|
6048
6048
|
"name": "debounceTime",
|
|
6049
6049
|
"kind": 1024,
|
|
6050
6050
|
"kindString": "Property",
|
|
@@ -6252,7 +6252,7 @@
|
|
|
6252
6252
|
}
|
|
6253
6253
|
},
|
|
6254
6254
|
{
|
|
6255
|
-
"id":
|
|
6255
|
+
"id": 552,
|
|
6256
6256
|
"name": "searchAsync",
|
|
6257
6257
|
"kind": 1024,
|
|
6258
6258
|
"kindString": "Property",
|
|
@@ -6286,7 +6286,7 @@
|
|
|
6286
6286
|
"typeArguments": [
|
|
6287
6287
|
{
|
|
6288
6288
|
"type": "reference",
|
|
6289
|
-
"id":
|
|
6289
|
+
"id": 562,
|
|
6290
6290
|
"name": "SkyAutocompleteSearchAsyncArgs"
|
|
6291
6291
|
}
|
|
6292
6292
|
],
|
|
@@ -6301,7 +6301,7 @@
|
|
|
6301
6301
|
}
|
|
6302
6302
|
},
|
|
6303
6303
|
{
|
|
6304
|
-
"id":
|
|
6304
|
+
"id": 550,
|
|
6305
6305
|
"name": "searchFilters",
|
|
6306
6306
|
"kind": 1024,
|
|
6307
6307
|
"kindString": "Property",
|
|
@@ -6334,7 +6334,7 @@
|
|
|
6334
6334
|
"type": "array",
|
|
6335
6335
|
"elementType": {
|
|
6336
6336
|
"type": "reference",
|
|
6337
|
-
"id":
|
|
6337
|
+
"id": 580,
|
|
6338
6338
|
"name": "SkyAutocompleteSearchFunctionFilter"
|
|
6339
6339
|
}
|
|
6340
6340
|
},
|
|
@@ -6344,7 +6344,7 @@
|
|
|
6344
6344
|
}
|
|
6345
6345
|
},
|
|
6346
6346
|
{
|
|
6347
|
-
"id":
|
|
6347
|
+
"id": 548,
|
|
6348
6348
|
"name": "searchResultTemplate",
|
|
6349
6349
|
"kind": 1024,
|
|
6350
6350
|
"kindString": "Property",
|
|
@@ -6391,7 +6391,7 @@
|
|
|
6391
6391
|
}
|
|
6392
6392
|
},
|
|
6393
6393
|
{
|
|
6394
|
-
"id":
|
|
6394
|
+
"id": 551,
|
|
6395
6395
|
"name": "searchResultsLimit",
|
|
6396
6396
|
"kind": 1024,
|
|
6397
6397
|
"kindString": "Property",
|
|
@@ -6430,7 +6430,7 @@
|
|
|
6430
6430
|
}
|
|
6431
6431
|
},
|
|
6432
6432
|
{
|
|
6433
|
-
"id":
|
|
6433
|
+
"id": 549,
|
|
6434
6434
|
"name": "searchTextMinimumCharacters",
|
|
6435
6435
|
"kind": 1024,
|
|
6436
6436
|
"kindString": "Property",
|
|
@@ -6542,13 +6542,13 @@
|
|
|
6542
6542
|
],
|
|
6543
6543
|
"type": {
|
|
6544
6544
|
"type": "reference",
|
|
6545
|
-
"id":
|
|
6545
|
+
"id": 615,
|
|
6546
6546
|
"name": "SkyLookupShowMoreConfig"
|
|
6547
6547
|
}
|
|
6548
6548
|
},
|
|
6549
6549
|
{
|
|
6550
6550
|
"id": 418,
|
|
6551
|
-
"name": "
|
|
6551
|
+
"name": "showMorePickerId",
|
|
6552
6552
|
"kind": 1024,
|
|
6553
6553
|
"kindString": "Property",
|
|
6554
6554
|
"flags": {
|
|
@@ -6561,6 +6561,26 @@
|
|
|
6561
6561
|
"character": 9
|
|
6562
6562
|
}
|
|
6563
6563
|
],
|
|
6564
|
+
"type": {
|
|
6565
|
+
"type": "intrinsic",
|
|
6566
|
+
"name": "string"
|
|
6567
|
+
}
|
|
6568
|
+
},
|
|
6569
|
+
{
|
|
6570
|
+
"id": 419,
|
|
6571
|
+
"name": "tokensController",
|
|
6572
|
+
"kind": 1024,
|
|
6573
|
+
"kindString": "Property",
|
|
6574
|
+
"flags": {
|
|
6575
|
+
"isPublic": true
|
|
6576
|
+
},
|
|
6577
|
+
"sources": [
|
|
6578
|
+
{
|
|
6579
|
+
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
6580
|
+
"line": 225,
|
|
6581
|
+
"character": 9
|
|
6582
|
+
}
|
|
6583
|
+
],
|
|
6564
6584
|
"type": {
|
|
6565
6585
|
"type": "reference",
|
|
6566
6586
|
"typeArguments": [
|
|
@@ -6667,7 +6687,7 @@
|
|
|
6667
6687
|
]
|
|
6668
6688
|
},
|
|
6669
6689
|
{
|
|
6670
|
-
"id":
|
|
6690
|
+
"id": 536,
|
|
6671
6691
|
"name": "descriptorProperty",
|
|
6672
6692
|
"kind": 262144,
|
|
6673
6693
|
"kindString": "Accessor",
|
|
@@ -6695,7 +6715,7 @@
|
|
|
6695
6715
|
],
|
|
6696
6716
|
"getSignature": [
|
|
6697
6717
|
{
|
|
6698
|
-
"id":
|
|
6718
|
+
"id": 537,
|
|
6699
6719
|
"name": "descriptorProperty",
|
|
6700
6720
|
"kind": 524288,
|
|
6701
6721
|
"kindString": "Get signature",
|
|
@@ -6721,7 +6741,7 @@
|
|
|
6721
6741
|
],
|
|
6722
6742
|
"setSignature": [
|
|
6723
6743
|
{
|
|
6724
|
-
"id":
|
|
6744
|
+
"id": 538,
|
|
6725
6745
|
"name": "descriptorProperty",
|
|
6726
6746
|
"kind": 1048576,
|
|
6727
6747
|
"kindString": "Set signature",
|
|
@@ -6737,7 +6757,7 @@
|
|
|
6737
6757
|
},
|
|
6738
6758
|
"parameters": [
|
|
6739
6759
|
{
|
|
6740
|
-
"id":
|
|
6760
|
+
"id": 539,
|
|
6741
6761
|
"name": "value",
|
|
6742
6762
|
"kind": 32768,
|
|
6743
6763
|
"kindString": "Parameter",
|
|
@@ -6764,7 +6784,7 @@
|
|
|
6764
6784
|
}
|
|
6765
6785
|
},
|
|
6766
6786
|
{
|
|
6767
|
-
"id":
|
|
6787
|
+
"id": 540,
|
|
6768
6788
|
"name": "propertiesToSearch",
|
|
6769
6789
|
"kind": 262144,
|
|
6770
6790
|
"kindString": "Accessor",
|
|
@@ -6792,7 +6812,7 @@
|
|
|
6792
6812
|
],
|
|
6793
6813
|
"getSignature": [
|
|
6794
6814
|
{
|
|
6795
|
-
"id":
|
|
6815
|
+
"id": 541,
|
|
6796
6816
|
"name": "propertiesToSearch",
|
|
6797
6817
|
"kind": 524288,
|
|
6798
6818
|
"kindString": "Get signature",
|
|
@@ -6821,7 +6841,7 @@
|
|
|
6821
6841
|
],
|
|
6822
6842
|
"setSignature": [
|
|
6823
6843
|
{
|
|
6824
|
-
"id":
|
|
6844
|
+
"id": 542,
|
|
6825
6845
|
"name": "propertiesToSearch",
|
|
6826
6846
|
"kind": 1048576,
|
|
6827
6847
|
"kindString": "Set signature",
|
|
@@ -6837,7 +6857,7 @@
|
|
|
6837
6857
|
},
|
|
6838
6858
|
"parameters": [
|
|
6839
6859
|
{
|
|
6840
|
-
"id":
|
|
6860
|
+
"id": 543,
|
|
6841
6861
|
"name": "value",
|
|
6842
6862
|
"kind": 32768,
|
|
6843
6863
|
"kindString": "Parameter",
|
|
@@ -6867,7 +6887,7 @@
|
|
|
6867
6887
|
}
|
|
6868
6888
|
},
|
|
6869
6889
|
{
|
|
6870
|
-
"id":
|
|
6890
|
+
"id": 544,
|
|
6871
6891
|
"name": "search",
|
|
6872
6892
|
"kind": 262144,
|
|
6873
6893
|
"kindString": "Accessor",
|
|
@@ -6895,7 +6915,7 @@
|
|
|
6895
6915
|
],
|
|
6896
6916
|
"getSignature": [
|
|
6897
6917
|
{
|
|
6898
|
-
"id":
|
|
6918
|
+
"id": 545,
|
|
6899
6919
|
"name": "search",
|
|
6900
6920
|
"kind": 524288,
|
|
6901
6921
|
"kindString": "Get signature",
|
|
@@ -6905,7 +6925,7 @@
|
|
|
6905
6925
|
},
|
|
6906
6926
|
"type": {
|
|
6907
6927
|
"type": "reference",
|
|
6908
|
-
"id":
|
|
6928
|
+
"id": 574,
|
|
6909
6929
|
"name": "SkyAutocompleteSearchFunction"
|
|
6910
6930
|
},
|
|
6911
6931
|
"inheritedFrom": {
|
|
@@ -6916,7 +6936,7 @@
|
|
|
6916
6936
|
],
|
|
6917
6937
|
"setSignature": [
|
|
6918
6938
|
{
|
|
6919
|
-
"id":
|
|
6939
|
+
"id": 546,
|
|
6920
6940
|
"name": "search",
|
|
6921
6941
|
"kind": 1048576,
|
|
6922
6942
|
"kindString": "Set signature",
|
|
@@ -6926,14 +6946,14 @@
|
|
|
6926
6946
|
},
|
|
6927
6947
|
"parameters": [
|
|
6928
6948
|
{
|
|
6929
|
-
"id":
|
|
6949
|
+
"id": 547,
|
|
6930
6950
|
"name": "value",
|
|
6931
6951
|
"kind": 32768,
|
|
6932
6952
|
"kindString": "Parameter",
|
|
6933
6953
|
"flags": {},
|
|
6934
6954
|
"type": {
|
|
6935
6955
|
"type": "reference",
|
|
6936
|
-
"id":
|
|
6956
|
+
"id": 574,
|
|
6937
6957
|
"name": "SkyAutocompleteSearchFunction"
|
|
6938
6958
|
}
|
|
6939
6959
|
}
|
|
@@ -6998,7 +7018,7 @@
|
|
|
6998
7018
|
},
|
|
6999
7019
|
"type": {
|
|
7000
7020
|
"type": "reference",
|
|
7001
|
-
"id":
|
|
7021
|
+
"id": 614,
|
|
7002
7022
|
"name": "SkyLookupSelectModeType"
|
|
7003
7023
|
}
|
|
7004
7024
|
}
|
|
@@ -7028,7 +7048,7 @@
|
|
|
7028
7048
|
"flags": {},
|
|
7029
7049
|
"type": {
|
|
7030
7050
|
"type": "reference",
|
|
7031
|
-
"id":
|
|
7051
|
+
"id": 614,
|
|
7032
7052
|
"name": "SkyLookupSelectModeType"
|
|
7033
7053
|
}
|
|
7034
7054
|
}
|
|
@@ -7163,7 +7183,7 @@
|
|
|
7163
7183
|
]
|
|
7164
7184
|
},
|
|
7165
7185
|
{
|
|
7166
|
-
"id":
|
|
7186
|
+
"id": 451,
|
|
7167
7187
|
"name": "addButtonClicked",
|
|
7168
7188
|
"kind": 2048,
|
|
7169
7189
|
"kindString": "Method",
|
|
@@ -7173,13 +7193,13 @@
|
|
|
7173
7193
|
"sources": [
|
|
7174
7194
|
{
|
|
7175
7195
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7176
|
-
"line":
|
|
7196
|
+
"line": 356,
|
|
7177
7197
|
"character": 9
|
|
7178
7198
|
}
|
|
7179
7199
|
],
|
|
7180
7200
|
"signatures": [
|
|
7181
7201
|
{
|
|
7182
|
-
"id":
|
|
7202
|
+
"id": 452,
|
|
7183
7203
|
"name": "addButtonClicked",
|
|
7184
7204
|
"kind": 4096,
|
|
7185
7205
|
"kindString": "Call signature",
|
|
@@ -7192,7 +7212,7 @@
|
|
|
7192
7212
|
]
|
|
7193
7213
|
},
|
|
7194
7214
|
{
|
|
7195
|
-
"id":
|
|
7215
|
+
"id": 488,
|
|
7196
7216
|
"name": "clearSearchText",
|
|
7197
7217
|
"kind": 2048,
|
|
7198
7218
|
"kindString": "Method",
|
|
@@ -7202,13 +7222,13 @@
|
|
|
7202
7222
|
"sources": [
|
|
7203
7223
|
{
|
|
7204
7224
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7205
|
-
"line":
|
|
7225
|
+
"line": 462,
|
|
7206
7226
|
"character": 9
|
|
7207
7227
|
}
|
|
7208
7228
|
],
|
|
7209
7229
|
"signatures": [
|
|
7210
7230
|
{
|
|
7211
|
-
"id":
|
|
7231
|
+
"id": 489,
|
|
7212
7232
|
"name": "clearSearchText",
|
|
7213
7233
|
"kind": 4096,
|
|
7214
7234
|
"kindString": "Call signature",
|
|
@@ -7221,7 +7241,7 @@
|
|
|
7221
7241
|
]
|
|
7222
7242
|
},
|
|
7223
7243
|
{
|
|
7224
|
-
"id":
|
|
7244
|
+
"id": 490,
|
|
7225
7245
|
"name": "inputKeydown",
|
|
7226
7246
|
"kind": 2048,
|
|
7227
7247
|
"kindString": "Method",
|
|
@@ -7231,20 +7251,20 @@
|
|
|
7231
7251
|
"sources": [
|
|
7232
7252
|
{
|
|
7233
7253
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7234
|
-
"line":
|
|
7254
|
+
"line": 471,
|
|
7235
7255
|
"character": 9
|
|
7236
7256
|
}
|
|
7237
7257
|
],
|
|
7238
7258
|
"signatures": [
|
|
7239
7259
|
{
|
|
7240
|
-
"id":
|
|
7260
|
+
"id": 491,
|
|
7241
7261
|
"name": "inputKeydown",
|
|
7242
7262
|
"kind": 4096,
|
|
7243
7263
|
"kindString": "Call signature",
|
|
7244
7264
|
"flags": {},
|
|
7245
7265
|
"parameters": [
|
|
7246
7266
|
{
|
|
7247
|
-
"id":
|
|
7267
|
+
"id": 492,
|
|
7248
7268
|
"name": "event",
|
|
7249
7269
|
"kind": 32768,
|
|
7250
7270
|
"kindString": "Parameter",
|
|
@@ -7265,7 +7285,7 @@
|
|
|
7265
7285
|
]
|
|
7266
7286
|
},
|
|
7267
7287
|
{
|
|
7268
|
-
"id":
|
|
7288
|
+
"id": 493,
|
|
7269
7289
|
"name": "inputKeyup",
|
|
7270
7290
|
"kind": 2048,
|
|
7271
7291
|
"kindString": "Method",
|
|
@@ -7275,20 +7295,20 @@
|
|
|
7275
7295
|
"sources": [
|
|
7276
7296
|
{
|
|
7277
7297
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7278
|
-
"line":
|
|
7298
|
+
"line": 495,
|
|
7279
7299
|
"character": 9
|
|
7280
7300
|
}
|
|
7281
7301
|
],
|
|
7282
7302
|
"signatures": [
|
|
7283
7303
|
{
|
|
7284
|
-
"id":
|
|
7304
|
+
"id": 494,
|
|
7285
7305
|
"name": "inputKeyup",
|
|
7286
7306
|
"kind": 4096,
|
|
7287
7307
|
"kindString": "Call signature",
|
|
7288
7308
|
"flags": {},
|
|
7289
7309
|
"parameters": [
|
|
7290
7310
|
{
|
|
7291
|
-
"id":
|
|
7311
|
+
"id": 495,
|
|
7292
7312
|
"name": "event",
|
|
7293
7313
|
"kind": 32768,
|
|
7294
7314
|
"kindString": "Parameter",
|
|
@@ -7309,7 +7329,7 @@
|
|
|
7309
7329
|
]
|
|
7310
7330
|
},
|
|
7311
7331
|
{
|
|
7312
|
-
"id":
|
|
7332
|
+
"id": 447,
|
|
7313
7333
|
"name": "ngAfterViewInit",
|
|
7314
7334
|
"kind": 2048,
|
|
7315
7335
|
"kindString": "Method",
|
|
@@ -7319,13 +7339,13 @@
|
|
|
7319
7339
|
"sources": [
|
|
7320
7340
|
{
|
|
7321
7341
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7322
|
-
"line":
|
|
7342
|
+
"line": 343,
|
|
7323
7343
|
"character": 9
|
|
7324
7344
|
}
|
|
7325
7345
|
],
|
|
7326
7346
|
"signatures": [
|
|
7327
7347
|
{
|
|
7328
|
-
"id":
|
|
7348
|
+
"id": 448,
|
|
7329
7349
|
"name": "ngAfterViewInit",
|
|
7330
7350
|
"kind": 4096,
|
|
7331
7351
|
"kindString": "Call signature",
|
|
@@ -7346,7 +7366,7 @@
|
|
|
7346
7366
|
}
|
|
7347
7367
|
},
|
|
7348
7368
|
{
|
|
7349
|
-
"id":
|
|
7369
|
+
"id": 449,
|
|
7350
7370
|
"name": "ngOnDestroy",
|
|
7351
7371
|
"kind": 2048,
|
|
7352
7372
|
"kindString": "Method",
|
|
@@ -7356,13 +7376,13 @@
|
|
|
7356
7376
|
"sources": [
|
|
7357
7377
|
{
|
|
7358
7378
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7359
|
-
"line":
|
|
7379
|
+
"line": 349,
|
|
7360
7380
|
"character": 9
|
|
7361
7381
|
}
|
|
7362
7382
|
],
|
|
7363
7383
|
"signatures": [
|
|
7364
7384
|
{
|
|
7365
|
-
"id":
|
|
7385
|
+
"id": 450,
|
|
7366
7386
|
"name": "ngOnDestroy",
|
|
7367
7387
|
"kind": 4096,
|
|
7368
7388
|
"kindString": "Call signature",
|
|
@@ -7383,7 +7403,7 @@
|
|
|
7383
7403
|
}
|
|
7384
7404
|
},
|
|
7385
7405
|
{
|
|
7386
|
-
"id":
|
|
7406
|
+
"id": 445,
|
|
7387
7407
|
"name": "ngOnInit",
|
|
7388
7408
|
"kind": 2048,
|
|
7389
7409
|
"kindString": "Method",
|
|
@@ -7393,13 +7413,13 @@
|
|
|
7393
7413
|
"sources": [
|
|
7394
7414
|
{
|
|
7395
7415
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7396
|
-
"line":
|
|
7416
|
+
"line": 318,
|
|
7397
7417
|
"character": 9
|
|
7398
7418
|
}
|
|
7399
7419
|
],
|
|
7400
7420
|
"signatures": [
|
|
7401
7421
|
{
|
|
7402
|
-
"id":
|
|
7422
|
+
"id": 446,
|
|
7403
7423
|
"name": "ngOnInit",
|
|
7404
7424
|
"kind": 4096,
|
|
7405
7425
|
"kindString": "Call signature",
|
|
@@ -7420,7 +7440,7 @@
|
|
|
7420
7440
|
}
|
|
7421
7441
|
},
|
|
7422
7442
|
{
|
|
7423
|
-
"id":
|
|
7443
|
+
"id": 456,
|
|
7424
7444
|
"name": "onAutocompleteBlur",
|
|
7425
7445
|
"kind": 2048,
|
|
7426
7446
|
"kindString": "Method",
|
|
@@ -7430,13 +7450,13 @@
|
|
|
7430
7450
|
"sources": [
|
|
7431
7451
|
{
|
|
7432
7452
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7433
|
-
"line":
|
|
7453
|
+
"line": 374,
|
|
7434
7454
|
"character": 9
|
|
7435
7455
|
}
|
|
7436
7456
|
],
|
|
7437
7457
|
"signatures": [
|
|
7438
7458
|
{
|
|
7439
|
-
"id":
|
|
7459
|
+
"id": 457,
|
|
7440
7460
|
"name": "onAutocompleteBlur",
|
|
7441
7461
|
"kind": 4096,
|
|
7442
7462
|
"kindString": "Call signature",
|
|
@@ -7449,7 +7469,7 @@
|
|
|
7449
7469
|
]
|
|
7450
7470
|
},
|
|
7451
7471
|
{
|
|
7452
|
-
"id":
|
|
7472
|
+
"id": 453,
|
|
7453
7473
|
"name": "onAutocompleteSelectionChange",
|
|
7454
7474
|
"kind": 2048,
|
|
7455
7475
|
"kindString": "Method",
|
|
@@ -7459,27 +7479,27 @@
|
|
|
7459
7479
|
"sources": [
|
|
7460
7480
|
{
|
|
7461
7481
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7462
|
-
"line":
|
|
7482
|
+
"line": 363,
|
|
7463
7483
|
"character": 9
|
|
7464
7484
|
}
|
|
7465
7485
|
],
|
|
7466
7486
|
"signatures": [
|
|
7467
7487
|
{
|
|
7468
|
-
"id":
|
|
7488
|
+
"id": 454,
|
|
7469
7489
|
"name": "onAutocompleteSelectionChange",
|
|
7470
7490
|
"kind": 4096,
|
|
7471
7491
|
"kindString": "Call signature",
|
|
7472
7492
|
"flags": {},
|
|
7473
7493
|
"parameters": [
|
|
7474
7494
|
{
|
|
7475
|
-
"id":
|
|
7495
|
+
"id": 455,
|
|
7476
7496
|
"name": "change",
|
|
7477
7497
|
"kind": 32768,
|
|
7478
7498
|
"kindString": "Parameter",
|
|
7479
7499
|
"flags": {},
|
|
7480
7500
|
"type": {
|
|
7481
7501
|
"type": "reference",
|
|
7482
|
-
"id":
|
|
7502
|
+
"id": 587,
|
|
7483
7503
|
"name": "SkyAutocompleteSelectionChange"
|
|
7484
7504
|
}
|
|
7485
7505
|
}
|
|
@@ -7492,7 +7512,7 @@
|
|
|
7492
7512
|
]
|
|
7493
7513
|
},
|
|
7494
7514
|
{
|
|
7495
|
-
"id":
|
|
7515
|
+
"id": 469,
|
|
7496
7516
|
"name": "onChange",
|
|
7497
7517
|
"kind": 2048,
|
|
7498
7518
|
"kindString": "Method",
|
|
@@ -7502,20 +7522,20 @@
|
|
|
7502
7522
|
"sources": [
|
|
7503
7523
|
{
|
|
7504
7524
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7505
|
-
"line":
|
|
7525
|
+
"line": 438,
|
|
7506
7526
|
"character": 9
|
|
7507
7527
|
}
|
|
7508
7528
|
],
|
|
7509
7529
|
"signatures": [
|
|
7510
7530
|
{
|
|
7511
|
-
"id":
|
|
7531
|
+
"id": 470,
|
|
7512
7532
|
"name": "onChange",
|
|
7513
7533
|
"kind": 4096,
|
|
7514
7534
|
"kindString": "Call signature",
|
|
7515
7535
|
"flags": {},
|
|
7516
7536
|
"parameters": [
|
|
7517
7537
|
{
|
|
7518
|
-
"id":
|
|
7538
|
+
"id": 471,
|
|
7519
7539
|
"name": "value",
|
|
7520
7540
|
"kind": 32768,
|
|
7521
7541
|
"kindString": "Parameter",
|
|
@@ -7537,7 +7557,7 @@
|
|
|
7537
7557
|
]
|
|
7538
7558
|
},
|
|
7539
7559
|
{
|
|
7540
|
-
"id":
|
|
7560
|
+
"id": 507,
|
|
7541
7561
|
"name": "onSearchAsync",
|
|
7542
7562
|
"kind": 2048,
|
|
7543
7563
|
"kindString": "Method",
|
|
@@ -7547,27 +7567,27 @@
|
|
|
7547
7567
|
"sources": [
|
|
7548
7568
|
{
|
|
7549
7569
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7550
|
-
"line":
|
|
7570
|
+
"line": 661,
|
|
7551
7571
|
"character": 9
|
|
7552
7572
|
}
|
|
7553
7573
|
],
|
|
7554
7574
|
"signatures": [
|
|
7555
7575
|
{
|
|
7556
|
-
"id":
|
|
7576
|
+
"id": 508,
|
|
7557
7577
|
"name": "onSearchAsync",
|
|
7558
7578
|
"kind": 4096,
|
|
7559
7579
|
"kindString": "Call signature",
|
|
7560
7580
|
"flags": {},
|
|
7561
7581
|
"parameters": [
|
|
7562
7582
|
{
|
|
7563
|
-
"id":
|
|
7583
|
+
"id": 509,
|
|
7564
7584
|
"name": "args",
|
|
7565
7585
|
"kind": 32768,
|
|
7566
7586
|
"kindString": "Parameter",
|
|
7567
7587
|
"flags": {},
|
|
7568
7588
|
"type": {
|
|
7569
7589
|
"type": "reference",
|
|
7570
|
-
"id":
|
|
7590
|
+
"id": 562,
|
|
7571
7591
|
"name": "SkyAutocompleteSearchAsyncArgs"
|
|
7572
7592
|
}
|
|
7573
7593
|
}
|
|
@@ -7580,7 +7600,7 @@
|
|
|
7580
7600
|
]
|
|
7581
7601
|
},
|
|
7582
7602
|
{
|
|
7583
|
-
"id":
|
|
7603
|
+
"id": 496,
|
|
7584
7604
|
"name": "onSearchButtonClick",
|
|
7585
7605
|
"kind": 2048,
|
|
7586
7606
|
"kindString": "Method",
|
|
@@ -7590,13 +7610,13 @@
|
|
|
7590
7610
|
"sources": [
|
|
7591
7611
|
{
|
|
7592
7612
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7593
|
-
"line":
|
|
7613
|
+
"line": 521,
|
|
7594
7614
|
"character": 9
|
|
7595
7615
|
}
|
|
7596
7616
|
],
|
|
7597
7617
|
"signatures": [
|
|
7598
7618
|
{
|
|
7599
|
-
"id":
|
|
7619
|
+
"id": 497,
|
|
7600
7620
|
"name": "onSearchButtonClick",
|
|
7601
7621
|
"kind": 4096,
|
|
7602
7622
|
"kindString": "Call signature",
|
|
@@ -7609,7 +7629,7 @@
|
|
|
7609
7629
|
]
|
|
7610
7630
|
},
|
|
7611
7631
|
{
|
|
7612
|
-
"id":
|
|
7632
|
+
"id": 498,
|
|
7613
7633
|
"name": "onShowMoreClick",
|
|
7614
7634
|
"kind": 2048,
|
|
7615
7635
|
"kindString": "Method",
|
|
@@ -7619,20 +7639,20 @@
|
|
|
7619
7639
|
"sources": [
|
|
7620
7640
|
{
|
|
7621
7641
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7622
|
-
"line":
|
|
7642
|
+
"line": 541,
|
|
7623
7643
|
"character": 9
|
|
7624
7644
|
}
|
|
7625
7645
|
],
|
|
7626
7646
|
"signatures": [
|
|
7627
7647
|
{
|
|
7628
|
-
"id":
|
|
7648
|
+
"id": 499,
|
|
7629
7649
|
"name": "onShowMoreClick",
|
|
7630
7650
|
"kind": 4096,
|
|
7631
7651
|
"kindString": "Call signature",
|
|
7632
7652
|
"flags": {},
|
|
7633
7653
|
"parameters": [
|
|
7634
7654
|
{
|
|
7635
|
-
"id":
|
|
7655
|
+
"id": 500,
|
|
7636
7656
|
"name": "event",
|
|
7637
7657
|
"kind": 32768,
|
|
7638
7658
|
"kindString": "Parameter",
|
|
@@ -7651,7 +7671,7 @@
|
|
|
7651
7671
|
]
|
|
7652
7672
|
},
|
|
7653
7673
|
{
|
|
7654
|
-
"id":
|
|
7674
|
+
"id": 458,
|
|
7655
7675
|
"name": "onTokensChange",
|
|
7656
7676
|
"kind": 2048,
|
|
7657
7677
|
"kindString": "Method",
|
|
@@ -7661,20 +7681,20 @@
|
|
|
7661
7681
|
"sources": [
|
|
7662
7682
|
{
|
|
7663
7683
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7664
|
-
"line":
|
|
7684
|
+
"line": 378,
|
|
7665
7685
|
"character": 9
|
|
7666
7686
|
}
|
|
7667
7687
|
],
|
|
7668
7688
|
"signatures": [
|
|
7669
7689
|
{
|
|
7670
|
-
"id":
|
|
7690
|
+
"id": 459,
|
|
7671
7691
|
"name": "onTokensChange",
|
|
7672
7692
|
"kind": 4096,
|
|
7673
7693
|
"kindString": "Call signature",
|
|
7674
7694
|
"flags": {},
|
|
7675
7695
|
"parameters": [
|
|
7676
7696
|
{
|
|
7677
|
-
"id":
|
|
7697
|
+
"id": 460,
|
|
7678
7698
|
"name": "change",
|
|
7679
7699
|
"kind": 32768,
|
|
7680
7700
|
"kindString": "Parameter",
|
|
@@ -7696,7 +7716,7 @@
|
|
|
7696
7716
|
]
|
|
7697
7717
|
},
|
|
7698
7718
|
{
|
|
7699
|
-
"id":
|
|
7719
|
+
"id": 461,
|
|
7700
7720
|
"name": "onTokensFocusIndexOverRange",
|
|
7701
7721
|
"kind": 2048,
|
|
7702
7722
|
"kindString": "Method",
|
|
@@ -7706,13 +7726,13 @@
|
|
|
7706
7726
|
"sources": [
|
|
7707
7727
|
{
|
|
7708
7728
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7709
|
-
"line":
|
|
7729
|
+
"line": 403,
|
|
7710
7730
|
"character": 9
|
|
7711
7731
|
}
|
|
7712
7732
|
],
|
|
7713
7733
|
"signatures": [
|
|
7714
7734
|
{
|
|
7715
|
-
"id":
|
|
7735
|
+
"id": 462,
|
|
7716
7736
|
"name": "onTokensFocusIndexOverRange",
|
|
7717
7737
|
"kind": 4096,
|
|
7718
7738
|
"kindString": "Call signature",
|
|
@@ -7725,7 +7745,7 @@
|
|
|
7725
7745
|
]
|
|
7726
7746
|
},
|
|
7727
7747
|
{
|
|
7728
|
-
"id":
|
|
7748
|
+
"id": 463,
|
|
7729
7749
|
"name": "onTokensKeyUp",
|
|
7730
7750
|
"kind": 2048,
|
|
7731
7751
|
"kindString": "Method",
|
|
@@ -7735,20 +7755,20 @@
|
|
|
7735
7755
|
"sources": [
|
|
7736
7756
|
{
|
|
7737
7757
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7738
|
-
"line":
|
|
7758
|
+
"line": 409,
|
|
7739
7759
|
"character": 9
|
|
7740
7760
|
}
|
|
7741
7761
|
],
|
|
7742
7762
|
"signatures": [
|
|
7743
7763
|
{
|
|
7744
|
-
"id":
|
|
7764
|
+
"id": 464,
|
|
7745
7765
|
"name": "onTokensKeyUp",
|
|
7746
7766
|
"kind": 4096,
|
|
7747
7767
|
"kindString": "Call signature",
|
|
7748
7768
|
"flags": {},
|
|
7749
7769
|
"parameters": [
|
|
7750
7770
|
{
|
|
7751
|
-
"id":
|
|
7771
|
+
"id": 465,
|
|
7752
7772
|
"name": "event",
|
|
7753
7773
|
"kind": 32768,
|
|
7754
7774
|
"kindString": "Parameter",
|
|
@@ -7769,7 +7789,7 @@
|
|
|
7769
7789
|
]
|
|
7770
7790
|
},
|
|
7771
7791
|
{
|
|
7772
|
-
"id":
|
|
7792
|
+
"id": 472,
|
|
7773
7793
|
"name": "onTouched",
|
|
7774
7794
|
"kind": 2048,
|
|
7775
7795
|
"kindString": "Method",
|
|
@@ -7779,13 +7799,13 @@
|
|
|
7779
7799
|
"sources": [
|
|
7780
7800
|
{
|
|
7781
7801
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7782
|
-
"line":
|
|
7802
|
+
"line": 440,
|
|
7783
7803
|
"character": 9
|
|
7784
7804
|
}
|
|
7785
7805
|
],
|
|
7786
7806
|
"signatures": [
|
|
7787
7807
|
{
|
|
7788
|
-
"id":
|
|
7808
|
+
"id": 473,
|
|
7789
7809
|
"name": "onTouched",
|
|
7790
7810
|
"kind": 4096,
|
|
7791
7811
|
"kindString": "Call signature",
|
|
@@ -7798,7 +7818,7 @@
|
|
|
7798
7818
|
]
|
|
7799
7819
|
},
|
|
7800
7820
|
{
|
|
7801
|
-
"id":
|
|
7821
|
+
"id": 504,
|
|
7802
7822
|
"name": "openPicker",
|
|
7803
7823
|
"kind": 2048,
|
|
7804
7824
|
"kindString": "Method",
|
|
@@ -7808,20 +7828,20 @@
|
|
|
7808
7828
|
"sources": [
|
|
7809
7829
|
{
|
|
7810
7830
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7811
|
-
"line":
|
|
7831
|
+
"line": 607,
|
|
7812
7832
|
"character": 9
|
|
7813
7833
|
}
|
|
7814
7834
|
],
|
|
7815
7835
|
"signatures": [
|
|
7816
7836
|
{
|
|
7817
|
-
"id":
|
|
7837
|
+
"id": 505,
|
|
7818
7838
|
"name": "openPicker",
|
|
7819
7839
|
"kind": 4096,
|
|
7820
7840
|
"kindString": "Call signature",
|
|
7821
7841
|
"flags": {},
|
|
7822
7842
|
"parameters": [
|
|
7823
7843
|
{
|
|
7824
|
-
"id":
|
|
7844
|
+
"id": 506,
|
|
7825
7845
|
"name": "initialSearch",
|
|
7826
7846
|
"kind": 32768,
|
|
7827
7847
|
"kindString": "Parameter",
|
|
@@ -7840,7 +7860,7 @@
|
|
|
7840
7860
|
]
|
|
7841
7861
|
},
|
|
7842
7862
|
{
|
|
7843
|
-
"id":
|
|
7863
|
+
"id": 474,
|
|
7844
7864
|
"name": "registerOnChange",
|
|
7845
7865
|
"kind": 2048,
|
|
7846
7866
|
"kindString": "Method",
|
|
@@ -7850,20 +7870,20 @@
|
|
|
7850
7870
|
"sources": [
|
|
7851
7871
|
{
|
|
7852
7872
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7853
|
-
"line":
|
|
7873
|
+
"line": 442,
|
|
7854
7874
|
"character": 9
|
|
7855
7875
|
}
|
|
7856
7876
|
],
|
|
7857
7877
|
"signatures": [
|
|
7858
7878
|
{
|
|
7859
|
-
"id":
|
|
7879
|
+
"id": 475,
|
|
7860
7880
|
"name": "registerOnChange",
|
|
7861
7881
|
"kind": 4096,
|
|
7862
7882
|
"kindString": "Call signature",
|
|
7863
7883
|
"flags": {},
|
|
7864
7884
|
"parameters": [
|
|
7865
7885
|
{
|
|
7866
|
-
"id":
|
|
7886
|
+
"id": 476,
|
|
7867
7887
|
"name": "fn",
|
|
7868
7888
|
"kind": 32768,
|
|
7869
7889
|
"kindString": "Parameter",
|
|
@@ -7871,21 +7891,21 @@
|
|
|
7871
7891
|
"type": {
|
|
7872
7892
|
"type": "reflection",
|
|
7873
7893
|
"declaration": {
|
|
7874
|
-
"id":
|
|
7894
|
+
"id": 477,
|
|
7875
7895
|
"name": "__type",
|
|
7876
7896
|
"kind": 65536,
|
|
7877
7897
|
"kindString": "Type literal",
|
|
7878
7898
|
"flags": {},
|
|
7879
7899
|
"signatures": [
|
|
7880
7900
|
{
|
|
7881
|
-
"id":
|
|
7901
|
+
"id": 478,
|
|
7882
7902
|
"name": "__type",
|
|
7883
7903
|
"kind": 4096,
|
|
7884
7904
|
"kindString": "Call signature",
|
|
7885
7905
|
"flags": {},
|
|
7886
7906
|
"parameters": [
|
|
7887
7907
|
{
|
|
7888
|
-
"id":
|
|
7908
|
+
"id": 479,
|
|
7889
7909
|
"name": "value",
|
|
7890
7910
|
"kind": 32768,
|
|
7891
7911
|
"kindString": "Parameter",
|
|
@@ -7922,7 +7942,7 @@
|
|
|
7922
7942
|
}
|
|
7923
7943
|
},
|
|
7924
7944
|
{
|
|
7925
|
-
"id":
|
|
7945
|
+
"id": 480,
|
|
7926
7946
|
"name": "registerOnTouched",
|
|
7927
7947
|
"kind": 2048,
|
|
7928
7948
|
"kindString": "Method",
|
|
@@ -7932,20 +7952,20 @@
|
|
|
7932
7952
|
"sources": [
|
|
7933
7953
|
{
|
|
7934
7954
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
7935
|
-
"line":
|
|
7955
|
+
"line": 446,
|
|
7936
7956
|
"character": 9
|
|
7937
7957
|
}
|
|
7938
7958
|
],
|
|
7939
7959
|
"signatures": [
|
|
7940
7960
|
{
|
|
7941
|
-
"id":
|
|
7961
|
+
"id": 481,
|
|
7942
7962
|
"name": "registerOnTouched",
|
|
7943
7963
|
"kind": 4096,
|
|
7944
7964
|
"kindString": "Call signature",
|
|
7945
7965
|
"flags": {},
|
|
7946
7966
|
"parameters": [
|
|
7947
7967
|
{
|
|
7948
|
-
"id":
|
|
7968
|
+
"id": 482,
|
|
7949
7969
|
"name": "fn",
|
|
7950
7970
|
"kind": 32768,
|
|
7951
7971
|
"kindString": "Parameter",
|
|
@@ -7953,14 +7973,14 @@
|
|
|
7953
7973
|
"type": {
|
|
7954
7974
|
"type": "reflection",
|
|
7955
7975
|
"declaration": {
|
|
7956
|
-
"id":
|
|
7976
|
+
"id": 483,
|
|
7957
7977
|
"name": "__type",
|
|
7958
7978
|
"kind": 65536,
|
|
7959
7979
|
"kindString": "Type literal",
|
|
7960
7980
|
"flags": {},
|
|
7961
7981
|
"signatures": [
|
|
7962
7982
|
{
|
|
7963
|
-
"id":
|
|
7983
|
+
"id": 484,
|
|
7964
7984
|
"name": "__type",
|
|
7965
7985
|
"kind": 4096,
|
|
7966
7986
|
"kindString": "Call signature",
|
|
@@ -7991,7 +8011,7 @@
|
|
|
7991
8011
|
}
|
|
7992
8012
|
},
|
|
7993
8013
|
{
|
|
7994
|
-
"id":
|
|
8014
|
+
"id": 485,
|
|
7995
8015
|
"name": "setDisabledState",
|
|
7996
8016
|
"kind": 2048,
|
|
7997
8017
|
"kindString": "Method",
|
|
@@ -8001,20 +8021,20 @@
|
|
|
8001
8021
|
"sources": [
|
|
8002
8022
|
{
|
|
8003
8023
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8004
|
-
"line":
|
|
8024
|
+
"line": 451,
|
|
8005
8025
|
"character": 9
|
|
8006
8026
|
}
|
|
8007
8027
|
],
|
|
8008
8028
|
"signatures": [
|
|
8009
8029
|
{
|
|
8010
|
-
"id":
|
|
8030
|
+
"id": 486,
|
|
8011
8031
|
"name": "setDisabledState",
|
|
8012
8032
|
"kind": 4096,
|
|
8013
8033
|
"kindString": "Call signature",
|
|
8014
8034
|
"flags": {},
|
|
8015
8035
|
"parameters": [
|
|
8016
8036
|
{
|
|
8017
|
-
"id":
|
|
8037
|
+
"id": 487,
|
|
8018
8038
|
"name": "disabled",
|
|
8019
8039
|
"kind": 32768,
|
|
8020
8040
|
"kindString": "Parameter",
|
|
@@ -8041,7 +8061,7 @@
|
|
|
8041
8061
|
}
|
|
8042
8062
|
},
|
|
8043
8063
|
{
|
|
8044
|
-
"id":
|
|
8064
|
+
"id": 466,
|
|
8045
8065
|
"name": "writeValue",
|
|
8046
8066
|
"kind": 2048,
|
|
8047
8067
|
"kindString": "Method",
|
|
@@ -8051,20 +8071,20 @@
|
|
|
8051
8071
|
"sources": [
|
|
8052
8072
|
{
|
|
8053
8073
|
"fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
|
|
8054
|
-
"line":
|
|
8074
|
+
"line": 431,
|
|
8055
8075
|
"character": 9
|
|
8056
8076
|
}
|
|
8057
8077
|
],
|
|
8058
8078
|
"signatures": [
|
|
8059
8079
|
{
|
|
8060
|
-
"id":
|
|
8080
|
+
"id": 467,
|
|
8061
8081
|
"name": "writeValue",
|
|
8062
8082
|
"kind": 4096,
|
|
8063
8083
|
"kindString": "Call signature",
|
|
8064
8084
|
"flags": {},
|
|
8065
8085
|
"parameters": [
|
|
8066
8086
|
{
|
|
8067
|
-
"id":
|
|
8087
|
+
"id": 468,
|
|
8068
8088
|
"name": "value",
|
|
8069
8089
|
"kind": 32768,
|
|
8070
8090
|
"kindString": "Parameter",
|
|
@@ -8111,22 +8131,23 @@
|
|
|
8111
8131
|
390,
|
|
8112
8132
|
391,
|
|
8113
8133
|
416,
|
|
8114
|
-
|
|
8134
|
+
535,
|
|
8115
8135
|
396,
|
|
8116
8136
|
397,
|
|
8117
8137
|
399,
|
|
8118
|
-
|
|
8138
|
+
443,
|
|
8119
8139
|
417,
|
|
8120
8140
|
398,
|
|
8121
|
-
|
|
8122
|
-
549,
|
|
8123
|
-
547,
|
|
8141
|
+
552,
|
|
8124
8142
|
550,
|
|
8125
8143
|
548,
|
|
8144
|
+
551,
|
|
8145
|
+
549,
|
|
8126
8146
|
400,
|
|
8127
8147
|
401,
|
|
8128
|
-
|
|
8129
|
-
|
|
8148
|
+
418,
|
|
8149
|
+
444,
|
|
8150
|
+
419
|
|
8130
8151
|
]
|
|
8131
8152
|
},
|
|
8132
8153
|
{
|
|
@@ -8134,9 +8155,9 @@
|
|
|
8134
8155
|
"kind": 262144,
|
|
8135
8156
|
"children": [
|
|
8136
8157
|
392,
|
|
8137
|
-
|
|
8138
|
-
|
|
8139
|
-
|
|
8158
|
+
536,
|
|
8159
|
+
540,
|
|
8160
|
+
544,
|
|
8140
8161
|
402,
|
|
8141
8162
|
408,
|
|
8142
8163
|
412
|
|
@@ -8146,28 +8167,28 @@
|
|
|
8146
8167
|
"title": "Methods",
|
|
8147
8168
|
"kind": 2048,
|
|
8148
8169
|
"children": [
|
|
8149
|
-
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
|
|
8154
|
-
|
|
8155
|
-
|
|
8156
|
-
|
|
8157
|
-
|
|
8158
|
-
|
|
8159
|
-
|
|
8160
|
-
|
|
8161
|
-
|
|
8162
|
-
|
|
8163
|
-
|
|
8164
|
-
|
|
8165
|
-
|
|
8166
|
-
|
|
8167
|
-
|
|
8168
|
-
|
|
8169
|
-
|
|
8170
|
-
|
|
8170
|
+
451,
|
|
8171
|
+
488,
|
|
8172
|
+
490,
|
|
8173
|
+
493,
|
|
8174
|
+
447,
|
|
8175
|
+
449,
|
|
8176
|
+
445,
|
|
8177
|
+
456,
|
|
8178
|
+
453,
|
|
8179
|
+
469,
|
|
8180
|
+
507,
|
|
8181
|
+
496,
|
|
8182
|
+
498,
|
|
8183
|
+
458,
|
|
8184
|
+
461,
|
|
8185
|
+
463,
|
|
8186
|
+
472,
|
|
8187
|
+
504,
|
|
8188
|
+
474,
|
|
8189
|
+
480,
|
|
8190
|
+
485,
|
|
8191
|
+
466
|
|
8171
8192
|
]
|
|
8172
8193
|
}
|
|
8173
8194
|
],
|
|
@@ -8212,7 +8233,7 @@
|
|
|
8212
8233
|
]
|
|
8213
8234
|
},
|
|
8214
8235
|
{
|
|
8215
|
-
"id":
|
|
8236
|
+
"id": 562,
|
|
8216
8237
|
"name": "SkyAutocompleteSearchAsyncArgs",
|
|
8217
8238
|
"kind": 256,
|
|
8218
8239
|
"kindString": "Interface",
|
|
@@ -8222,7 +8243,7 @@
|
|
|
8222
8243
|
},
|
|
8223
8244
|
"children": [
|
|
8224
8245
|
{
|
|
8225
|
-
"id":
|
|
8246
|
+
"id": 566,
|
|
8226
8247
|
"name": "continuationData",
|
|
8227
8248
|
"kind": 1024,
|
|
8228
8249
|
"kindString": "Property",
|
|
@@ -8245,7 +8266,7 @@
|
|
|
8245
8266
|
}
|
|
8246
8267
|
},
|
|
8247
8268
|
{
|
|
8248
|
-
"id":
|
|
8269
|
+
"id": 564,
|
|
8249
8270
|
"name": "displayType",
|
|
8250
8271
|
"kind": 1024,
|
|
8251
8272
|
"kindString": "Property",
|
|
@@ -8262,12 +8283,12 @@
|
|
|
8262
8283
|
],
|
|
8263
8284
|
"type": {
|
|
8264
8285
|
"type": "reference",
|
|
8265
|
-
"id":
|
|
8286
|
+
"id": 573,
|
|
8266
8287
|
"name": "AutocompleteSearchAsyncResultDisplayType"
|
|
8267
8288
|
}
|
|
8268
8289
|
},
|
|
8269
8290
|
{
|
|
8270
|
-
"id":
|
|
8291
|
+
"id": 565,
|
|
8271
8292
|
"name": "offset",
|
|
8272
8293
|
"kind": 1024,
|
|
8273
8294
|
"kindString": "Property",
|
|
@@ -8288,7 +8309,7 @@
|
|
|
8288
8309
|
}
|
|
8289
8310
|
},
|
|
8290
8311
|
{
|
|
8291
|
-
"id":
|
|
8312
|
+
"id": 567,
|
|
8292
8313
|
"name": "result",
|
|
8293
8314
|
"kind": 1024,
|
|
8294
8315
|
"kindString": "Property",
|
|
@@ -8310,7 +8331,7 @@
|
|
|
8310
8331
|
"typeArguments": [
|
|
8311
8332
|
{
|
|
8312
8333
|
"type": "reference",
|
|
8313
|
-
"id":
|
|
8334
|
+
"id": 568,
|
|
8314
8335
|
"name": "SkyAutocompleteSearchAsyncResult"
|
|
8315
8336
|
}
|
|
8316
8337
|
],
|
|
@@ -8320,7 +8341,7 @@
|
|
|
8320
8341
|
}
|
|
8321
8342
|
},
|
|
8322
8343
|
{
|
|
8323
|
-
"id":
|
|
8344
|
+
"id": 563,
|
|
8324
8345
|
"name": "searchText",
|
|
8325
8346
|
"kind": 1024,
|
|
8326
8347
|
"kindString": "Property",
|
|
@@ -8346,11 +8367,11 @@
|
|
|
8346
8367
|
"title": "Properties",
|
|
8347
8368
|
"kind": 1024,
|
|
8348
8369
|
"children": [
|
|
8349
|
-
565,
|
|
8350
|
-
563,
|
|
8351
|
-
564,
|
|
8352
8370
|
566,
|
|
8353
|
-
|
|
8371
|
+
564,
|
|
8372
|
+
565,
|
|
8373
|
+
567,
|
|
8374
|
+
563
|
|
8354
8375
|
]
|
|
8355
8376
|
}
|
|
8356
8377
|
],
|
|
@@ -8363,7 +8384,7 @@
|
|
|
8363
8384
|
]
|
|
8364
8385
|
},
|
|
8365
8386
|
{
|
|
8366
|
-
"id":
|
|
8387
|
+
"id": 568,
|
|
8367
8388
|
"name": "SkyAutocompleteSearchAsyncResult",
|
|
8368
8389
|
"kind": 256,
|
|
8369
8390
|
"kindString": "Interface",
|
|
@@ -8373,7 +8394,7 @@
|
|
|
8373
8394
|
},
|
|
8374
8395
|
"children": [
|
|
8375
8396
|
{
|
|
8376
|
-
"id":
|
|
8397
|
+
"id": 569,
|
|
8377
8398
|
"name": "continuationData",
|
|
8378
8399
|
"kind": 1024,
|
|
8379
8400
|
"kindString": "Property",
|
|
@@ -8396,7 +8417,7 @@
|
|
|
8396
8417
|
}
|
|
8397
8418
|
},
|
|
8398
8419
|
{
|
|
8399
|
-
"id":
|
|
8420
|
+
"id": 570,
|
|
8400
8421
|
"name": "hasMore",
|
|
8401
8422
|
"kind": 1024,
|
|
8402
8423
|
"kindString": "Property",
|
|
@@ -8419,7 +8440,7 @@
|
|
|
8419
8440
|
}
|
|
8420
8441
|
},
|
|
8421
8442
|
{
|
|
8422
|
-
"id":
|
|
8443
|
+
"id": 571,
|
|
8423
8444
|
"name": "items",
|
|
8424
8445
|
"kind": 1024,
|
|
8425
8446
|
"kindString": "Property",
|
|
@@ -8443,7 +8464,7 @@
|
|
|
8443
8464
|
}
|
|
8444
8465
|
},
|
|
8445
8466
|
{
|
|
8446
|
-
"id":
|
|
8467
|
+
"id": 572,
|
|
8447
8468
|
"name": "totalCount",
|
|
8448
8469
|
"kind": 1024,
|
|
8449
8470
|
"kindString": "Property",
|
|
@@ -8469,10 +8490,10 @@
|
|
|
8469
8490
|
"title": "Properties",
|
|
8470
8491
|
"kind": 1024,
|
|
8471
8492
|
"children": [
|
|
8472
|
-
568,
|
|
8473
8493
|
569,
|
|
8474
8494
|
570,
|
|
8475
|
-
571
|
|
8495
|
+
571,
|
|
8496
|
+
572
|
|
8476
8497
|
]
|
|
8477
8498
|
}
|
|
8478
8499
|
],
|
|
@@ -8485,14 +8506,14 @@
|
|
|
8485
8506
|
]
|
|
8486
8507
|
},
|
|
8487
8508
|
{
|
|
8488
|
-
"id":
|
|
8509
|
+
"id": 587,
|
|
8489
8510
|
"name": "SkyAutocompleteSelectionChange",
|
|
8490
8511
|
"kind": 256,
|
|
8491
8512
|
"kindString": "Interface",
|
|
8492
8513
|
"flags": {},
|
|
8493
8514
|
"children": [
|
|
8494
8515
|
{
|
|
8495
|
-
"id":
|
|
8516
|
+
"id": 588,
|
|
8496
8517
|
"name": "selectedItem",
|
|
8497
8518
|
"kind": 1024,
|
|
8498
8519
|
"kindString": "Property",
|
|
@@ -8520,7 +8541,7 @@
|
|
|
8520
8541
|
"title": "Properties",
|
|
8521
8542
|
"kind": 1024,
|
|
8522
8543
|
"children": [
|
|
8523
|
-
|
|
8544
|
+
588
|
|
8524
8545
|
]
|
|
8525
8546
|
}
|
|
8526
8547
|
],
|
|
@@ -8533,7 +8554,7 @@
|
|
|
8533
8554
|
]
|
|
8534
8555
|
},
|
|
8535
8556
|
{
|
|
8536
|
-
"id":
|
|
8557
|
+
"id": 595,
|
|
8537
8558
|
"name": "SkyCountryFieldCountry",
|
|
8538
8559
|
"kind": 256,
|
|
8539
8560
|
"kindString": "Interface",
|
|
@@ -8543,7 +8564,7 @@
|
|
|
8543
8564
|
},
|
|
8544
8565
|
"children": [
|
|
8545
8566
|
{
|
|
8546
|
-
"id":
|
|
8567
|
+
"id": 598,
|
|
8547
8568
|
"name": "dialCode",
|
|
8548
8569
|
"kind": 1024,
|
|
8549
8570
|
"kindString": "Property",
|
|
@@ -8566,7 +8587,7 @@
|
|
|
8566
8587
|
}
|
|
8567
8588
|
},
|
|
8568
8589
|
{
|
|
8569
|
-
"id":
|
|
8590
|
+
"id": 596,
|
|
8570
8591
|
"name": "iso2",
|
|
8571
8592
|
"kind": 1024,
|
|
8572
8593
|
"kindString": "Property",
|
|
@@ -8593,7 +8614,7 @@
|
|
|
8593
8614
|
}
|
|
8594
8615
|
},
|
|
8595
8616
|
{
|
|
8596
|
-
"id":
|
|
8617
|
+
"id": 597,
|
|
8597
8618
|
"name": "name",
|
|
8598
8619
|
"kind": 1024,
|
|
8599
8620
|
"kindString": "Property",
|
|
@@ -8621,9 +8642,9 @@
|
|
|
8621
8642
|
"title": "Properties",
|
|
8622
8643
|
"kind": 1024,
|
|
8623
8644
|
"children": [
|
|
8624
|
-
|
|
8625
|
-
|
|
8626
|
-
|
|
8645
|
+
598,
|
|
8646
|
+
596,
|
|
8647
|
+
597
|
|
8627
8648
|
]
|
|
8628
8649
|
}
|
|
8629
8650
|
],
|
|
@@ -8636,7 +8657,7 @@
|
|
|
8636
8657
|
]
|
|
8637
8658
|
},
|
|
8638
8659
|
{
|
|
8639
|
-
"id":
|
|
8660
|
+
"id": 604,
|
|
8640
8661
|
"name": "SkyLookupAddCallbackArgs",
|
|
8641
8662
|
"kind": 256,
|
|
8642
8663
|
"kindString": "Interface",
|
|
@@ -8646,7 +8667,7 @@
|
|
|
8646
8667
|
},
|
|
8647
8668
|
"children": [
|
|
8648
8669
|
{
|
|
8649
|
-
"id":
|
|
8670
|
+
"id": 606,
|
|
8650
8671
|
"name": "data",
|
|
8651
8672
|
"kind": 1024,
|
|
8652
8673
|
"kindString": "Property",
|
|
@@ -8672,7 +8693,7 @@
|
|
|
8672
8693
|
}
|
|
8673
8694
|
},
|
|
8674
8695
|
{
|
|
8675
|
-
"id":
|
|
8696
|
+
"id": 605,
|
|
8676
8697
|
"name": "item",
|
|
8677
8698
|
"kind": 1024,
|
|
8678
8699
|
"kindString": "Property",
|
|
@@ -8698,8 +8719,8 @@
|
|
|
8698
8719
|
"title": "Properties",
|
|
8699
8720
|
"kind": 1024,
|
|
8700
8721
|
"children": [
|
|
8701
|
-
|
|
8702
|
-
|
|
8722
|
+
606,
|
|
8723
|
+
605
|
|
8703
8724
|
]
|
|
8704
8725
|
}
|
|
8705
8726
|
],
|
|
@@ -8712,7 +8733,7 @@
|
|
|
8712
8733
|
]
|
|
8713
8734
|
},
|
|
8714
8735
|
{
|
|
8715
|
-
"id":
|
|
8736
|
+
"id": 607,
|
|
8716
8737
|
"name": "SkyLookupAddClickEventArgs",
|
|
8717
8738
|
"kind": 256,
|
|
8718
8739
|
"kindString": "Interface",
|
|
@@ -8722,7 +8743,7 @@
|
|
|
8722
8743
|
},
|
|
8723
8744
|
"children": [
|
|
8724
8745
|
{
|
|
8725
|
-
"id":
|
|
8746
|
+
"id": 608,
|
|
8726
8747
|
"name": "itemAdded",
|
|
8727
8748
|
"kind": 2048,
|
|
8728
8749
|
"kindString": "Method",
|
|
@@ -8736,7 +8757,7 @@
|
|
|
8736
8757
|
],
|
|
8737
8758
|
"signatures": [
|
|
8738
8759
|
{
|
|
8739
|
-
"id":
|
|
8760
|
+
"id": 609,
|
|
8740
8761
|
"name": "itemAdded",
|
|
8741
8762
|
"kind": 4096,
|
|
8742
8763
|
"kindString": "Call signature",
|
|
@@ -8746,7 +8767,7 @@
|
|
|
8746
8767
|
},
|
|
8747
8768
|
"parameters": [
|
|
8748
8769
|
{
|
|
8749
|
-
"id":
|
|
8770
|
+
"id": 610,
|
|
8750
8771
|
"name": "args",
|
|
8751
8772
|
"kind": 32768,
|
|
8752
8773
|
"kindString": "Parameter",
|
|
@@ -8756,7 +8777,7 @@
|
|
|
8756
8777
|
},
|
|
8757
8778
|
"type": {
|
|
8758
8779
|
"type": "reference",
|
|
8759
|
-
"id":
|
|
8780
|
+
"id": 604,
|
|
8760
8781
|
"name": "SkyLookupAddCallbackArgs"
|
|
8761
8782
|
}
|
|
8762
8783
|
}
|
|
@@ -8774,7 +8795,7 @@
|
|
|
8774
8795
|
"title": "Methods",
|
|
8775
8796
|
"kind": 2048,
|
|
8776
8797
|
"children": [
|
|
8777
|
-
|
|
8798
|
+
608
|
|
8778
8799
|
]
|
|
8779
8800
|
}
|
|
8780
8801
|
],
|
|
@@ -8787,7 +8808,7 @@
|
|
|
8787
8808
|
]
|
|
8788
8809
|
},
|
|
8789
8810
|
{
|
|
8790
|
-
"id":
|
|
8811
|
+
"id": 615,
|
|
8791
8812
|
"name": "SkyLookupShowMoreConfig",
|
|
8792
8813
|
"kind": 256,
|
|
8793
8814
|
"kindString": "Interface",
|
|
@@ -8797,7 +8818,7 @@
|
|
|
8797
8818
|
},
|
|
8798
8819
|
"children": [
|
|
8799
8820
|
{
|
|
8800
|
-
"id":
|
|
8821
|
+
"id": 616,
|
|
8801
8822
|
"name": "customPicker",
|
|
8802
8823
|
"kind": 1024,
|
|
8803
8824
|
"kindString": "Property",
|
|
@@ -8816,12 +8837,12 @@
|
|
|
8816
8837
|
],
|
|
8817
8838
|
"type": {
|
|
8818
8839
|
"type": "reference",
|
|
8819
|
-
"id":
|
|
8840
|
+
"id": 618,
|
|
8820
8841
|
"name": "SkyLookupShowMoreCustomPicker"
|
|
8821
8842
|
}
|
|
8822
8843
|
},
|
|
8823
8844
|
{
|
|
8824
|
-
"id":
|
|
8845
|
+
"id": 617,
|
|
8825
8846
|
"name": "nativePickerConfig",
|
|
8826
8847
|
"kind": 1024,
|
|
8827
8848
|
"kindString": "Property",
|
|
@@ -8840,7 +8861,7 @@
|
|
|
8840
8861
|
],
|
|
8841
8862
|
"type": {
|
|
8842
8863
|
"type": "reference",
|
|
8843
|
-
"id":
|
|
8864
|
+
"id": 628,
|
|
8844
8865
|
"name": "SkyLookupShowMoreNativePickerConfig"
|
|
8845
8866
|
}
|
|
8846
8867
|
}
|
|
@@ -8850,8 +8871,8 @@
|
|
|
8850
8871
|
"title": "Properties",
|
|
8851
8872
|
"kind": 1024,
|
|
8852
8873
|
"children": [
|
|
8853
|
-
|
|
8854
|
-
|
|
8874
|
+
616,
|
|
8875
|
+
617
|
|
8855
8876
|
]
|
|
8856
8877
|
}
|
|
8857
8878
|
],
|
|
@@ -8864,7 +8885,7 @@
|
|
|
8864
8885
|
]
|
|
8865
8886
|
},
|
|
8866
8887
|
{
|
|
8867
|
-
"id":
|
|
8888
|
+
"id": 618,
|
|
8868
8889
|
"name": "SkyLookupShowMoreCustomPicker",
|
|
8869
8890
|
"kind": 256,
|
|
8870
8891
|
"kindString": "Interface",
|
|
@@ -8874,7 +8895,7 @@
|
|
|
8874
8895
|
},
|
|
8875
8896
|
"children": [
|
|
8876
8897
|
{
|
|
8877
|
-
"id":
|
|
8898
|
+
"id": 619,
|
|
8878
8899
|
"name": "open",
|
|
8879
8900
|
"kind": 2048,
|
|
8880
8901
|
"kindString": "Method",
|
|
@@ -8888,21 +8909,21 @@
|
|
|
8888
8909
|
],
|
|
8889
8910
|
"signatures": [
|
|
8890
8911
|
{
|
|
8891
|
-
"id":
|
|
8912
|
+
"id": 620,
|
|
8892
8913
|
"name": "open",
|
|
8893
8914
|
"kind": 4096,
|
|
8894
8915
|
"kindString": "Call signature",
|
|
8895
8916
|
"flags": {},
|
|
8896
8917
|
"parameters": [
|
|
8897
8918
|
{
|
|
8898
|
-
"id":
|
|
8919
|
+
"id": 621,
|
|
8899
8920
|
"name": "pickerContext",
|
|
8900
8921
|
"kind": 32768,
|
|
8901
8922
|
"kindString": "Parameter",
|
|
8902
8923
|
"flags": {},
|
|
8903
8924
|
"type": {
|
|
8904
8925
|
"type": "reference",
|
|
8905
|
-
"id":
|
|
8926
|
+
"id": 622,
|
|
8906
8927
|
"name": "SkyLookupShowMoreCustomPickerContext"
|
|
8907
8928
|
}
|
|
8908
8929
|
}
|
|
@@ -8920,7 +8941,7 @@
|
|
|
8920
8941
|
"title": "Methods",
|
|
8921
8942
|
"kind": 2048,
|
|
8922
8943
|
"children": [
|
|
8923
|
-
|
|
8944
|
+
619
|
|
8924
8945
|
]
|
|
8925
8946
|
}
|
|
8926
8947
|
],
|
|
@@ -8933,7 +8954,7 @@
|
|
|
8933
8954
|
]
|
|
8934
8955
|
},
|
|
8935
8956
|
{
|
|
8936
|
-
"id":
|
|
8957
|
+
"id": 628,
|
|
8937
8958
|
"name": "SkyLookupShowMoreNativePickerConfig",
|
|
8938
8959
|
"kind": 256,
|
|
8939
8960
|
"kindString": "Interface",
|
|
@@ -8943,7 +8964,7 @@
|
|
|
8943
8964
|
},
|
|
8944
8965
|
"children": [
|
|
8945
8966
|
{
|
|
8946
|
-
"id":
|
|
8967
|
+
"id": 629,
|
|
8947
8968
|
"name": "itemTemplate",
|
|
8948
8969
|
"kind": 1024,
|
|
8949
8970
|
"kindString": "Property",
|
|
@@ -8974,7 +8995,7 @@
|
|
|
8974
8995
|
}
|
|
8975
8996
|
},
|
|
8976
8997
|
{
|
|
8977
|
-
"id":
|
|
8998
|
+
"id": 630,
|
|
8978
8999
|
"name": "title",
|
|
8979
9000
|
"kind": 1024,
|
|
8980
9001
|
"kindString": "Property",
|
|
@@ -9008,8 +9029,8 @@
|
|
|
9008
9029
|
"title": "Properties",
|
|
9009
9030
|
"kind": 1024,
|
|
9010
9031
|
"children": [
|
|
9011
|
-
|
|
9012
|
-
|
|
9032
|
+
629,
|
|
9033
|
+
630
|
|
9013
9034
|
]
|
|
9014
9035
|
}
|
|
9015
9036
|
],
|
|
@@ -9022,7 +9043,7 @@
|
|
|
9022
9043
|
]
|
|
9023
9044
|
},
|
|
9024
9045
|
{
|
|
9025
|
-
"id":
|
|
9046
|
+
"id": 573,
|
|
9026
9047
|
"name": "AutocompleteSearchAsyncResultDisplayType",
|
|
9027
9048
|
"kind": 4194304,
|
|
9028
9049
|
"kindString": "Type alias",
|
|
@@ -9049,7 +9070,7 @@
|
|
|
9049
9070
|
}
|
|
9050
9071
|
},
|
|
9051
9072
|
{
|
|
9052
|
-
"id":
|
|
9073
|
+
"id": 631,
|
|
9053
9074
|
"name": "SkyAutocompleteSearchArgs",
|
|
9054
9075
|
"kind": 4194304,
|
|
9055
9076
|
"kindString": "Type alias",
|
|
@@ -9064,14 +9085,14 @@
|
|
|
9064
9085
|
"type": {
|
|
9065
9086
|
"type": "reflection",
|
|
9066
9087
|
"declaration": {
|
|
9067
|
-
"id":
|
|
9088
|
+
"id": 632,
|
|
9068
9089
|
"name": "__type",
|
|
9069
9090
|
"kind": 65536,
|
|
9070
9091
|
"kindString": "Type literal",
|
|
9071
9092
|
"flags": {},
|
|
9072
9093
|
"children": [
|
|
9073
9094
|
{
|
|
9074
|
-
"id":
|
|
9095
|
+
"id": 633,
|
|
9075
9096
|
"name": "context",
|
|
9076
9097
|
"kind": 1024,
|
|
9077
9098
|
"kindString": "Property",
|
|
@@ -9087,7 +9108,7 @@
|
|
|
9087
9108
|
],
|
|
9088
9109
|
"type": {
|
|
9089
9110
|
"type": "reference",
|
|
9090
|
-
"id":
|
|
9111
|
+
"id": 634,
|
|
9091
9112
|
"name": "SkyAutocompleteSearchContext"
|
|
9092
9113
|
}
|
|
9093
9114
|
}
|
|
@@ -9097,7 +9118,7 @@
|
|
|
9097
9118
|
"title": "Properties",
|
|
9098
9119
|
"kind": 1024,
|
|
9099
9120
|
"children": [
|
|
9100
|
-
|
|
9121
|
+
633
|
|
9101
9122
|
]
|
|
9102
9123
|
}
|
|
9103
9124
|
],
|
|
@@ -9112,7 +9133,7 @@
|
|
|
9112
9133
|
}
|
|
9113
9134
|
},
|
|
9114
9135
|
{
|
|
9115
|
-
"id":
|
|
9136
|
+
"id": 634,
|
|
9116
9137
|
"name": "SkyAutocompleteSearchContext",
|
|
9117
9138
|
"kind": 4194304,
|
|
9118
9139
|
"kindString": "Type alias",
|
|
@@ -9139,7 +9160,7 @@
|
|
|
9139
9160
|
}
|
|
9140
9161
|
},
|
|
9141
9162
|
{
|
|
9142
|
-
"id":
|
|
9163
|
+
"id": 574,
|
|
9143
9164
|
"name": "SkyAutocompleteSearchFunction",
|
|
9144
9165
|
"kind": 4194304,
|
|
9145
9166
|
"kindString": "Type alias",
|
|
@@ -9154,7 +9175,7 @@
|
|
|
9154
9175
|
"type": {
|
|
9155
9176
|
"type": "reflection",
|
|
9156
9177
|
"declaration": {
|
|
9157
|
-
"id":
|
|
9178
|
+
"id": 575,
|
|
9158
9179
|
"name": "__type",
|
|
9159
9180
|
"kind": 65536,
|
|
9160
9181
|
"kindString": "Type literal",
|
|
@@ -9168,14 +9189,14 @@
|
|
|
9168
9189
|
],
|
|
9169
9190
|
"signatures": [
|
|
9170
9191
|
{
|
|
9171
|
-
"id":
|
|
9192
|
+
"id": 576,
|
|
9172
9193
|
"name": "__type",
|
|
9173
9194
|
"kind": 4096,
|
|
9174
9195
|
"kindString": "Call signature",
|
|
9175
9196
|
"flags": {},
|
|
9176
9197
|
"parameters": [
|
|
9177
9198
|
{
|
|
9178
|
-
"id":
|
|
9199
|
+
"id": 577,
|
|
9179
9200
|
"name": "searchText",
|
|
9180
9201
|
"kind": 32768,
|
|
9181
9202
|
"kindString": "Parameter",
|
|
@@ -9186,7 +9207,7 @@
|
|
|
9186
9207
|
}
|
|
9187
9208
|
},
|
|
9188
9209
|
{
|
|
9189
|
-
"id":
|
|
9210
|
+
"id": 578,
|
|
9190
9211
|
"name": "data",
|
|
9191
9212
|
"kind": 32768,
|
|
9192
9213
|
"kindString": "Parameter",
|
|
@@ -9200,7 +9221,7 @@
|
|
|
9200
9221
|
}
|
|
9201
9222
|
},
|
|
9202
9223
|
{
|
|
9203
|
-
"id":
|
|
9224
|
+
"id": 579,
|
|
9204
9225
|
"name": "args",
|
|
9205
9226
|
"kind": 32768,
|
|
9206
9227
|
"kindString": "Parameter",
|
|
@@ -9209,14 +9230,14 @@
|
|
|
9209
9230
|
},
|
|
9210
9231
|
"type": {
|
|
9211
9232
|
"type": "reference",
|
|
9212
|
-
"id":
|
|
9233
|
+
"id": 631,
|
|
9213
9234
|
"name": "SkyAutocompleteSearchArgs"
|
|
9214
9235
|
}
|
|
9215
9236
|
}
|
|
9216
9237
|
],
|
|
9217
9238
|
"type": {
|
|
9218
9239
|
"type": "reference",
|
|
9219
|
-
"id":
|
|
9240
|
+
"id": 586,
|
|
9220
9241
|
"name": "SkyAutocompleteSearchFunctionResponse"
|
|
9221
9242
|
}
|
|
9222
9243
|
}
|
|
@@ -9225,7 +9246,7 @@
|
|
|
9225
9246
|
}
|
|
9226
9247
|
},
|
|
9227
9248
|
{
|
|
9228
|
-
"id":
|
|
9249
|
+
"id": 580,
|
|
9229
9250
|
"name": "SkyAutocompleteSearchFunctionFilter",
|
|
9230
9251
|
"kind": 4194304,
|
|
9231
9252
|
"kindString": "Type alias",
|
|
@@ -9240,7 +9261,7 @@
|
|
|
9240
9261
|
"type": {
|
|
9241
9262
|
"type": "reflection",
|
|
9242
9263
|
"declaration": {
|
|
9243
|
-
"id":
|
|
9264
|
+
"id": 581,
|
|
9244
9265
|
"name": "__type",
|
|
9245
9266
|
"kind": 65536,
|
|
9246
9267
|
"kindString": "Type literal",
|
|
@@ -9254,14 +9275,14 @@
|
|
|
9254
9275
|
],
|
|
9255
9276
|
"signatures": [
|
|
9256
9277
|
{
|
|
9257
|
-
"id":
|
|
9278
|
+
"id": 582,
|
|
9258
9279
|
"name": "__type",
|
|
9259
9280
|
"kind": 4096,
|
|
9260
9281
|
"kindString": "Call signature",
|
|
9261
9282
|
"flags": {},
|
|
9262
9283
|
"parameters": [
|
|
9263
9284
|
{
|
|
9264
|
-
"id":
|
|
9285
|
+
"id": 583,
|
|
9265
9286
|
"name": "searchText",
|
|
9266
9287
|
"kind": 32768,
|
|
9267
9288
|
"kindString": "Parameter",
|
|
@@ -9272,7 +9293,7 @@
|
|
|
9272
9293
|
}
|
|
9273
9294
|
},
|
|
9274
9295
|
{
|
|
9275
|
-
"id":
|
|
9296
|
+
"id": 584,
|
|
9276
9297
|
"name": "item",
|
|
9277
9298
|
"kind": 32768,
|
|
9278
9299
|
"kindString": "Parameter",
|
|
@@ -9283,7 +9304,7 @@
|
|
|
9283
9304
|
}
|
|
9284
9305
|
},
|
|
9285
9306
|
{
|
|
9286
|
-
"id":
|
|
9307
|
+
"id": 585,
|
|
9287
9308
|
"name": "args",
|
|
9288
9309
|
"kind": 32768,
|
|
9289
9310
|
"kindString": "Parameter",
|
|
@@ -9292,7 +9313,7 @@
|
|
|
9292
9313
|
},
|
|
9293
9314
|
"type": {
|
|
9294
9315
|
"type": "reference",
|
|
9295
|
-
"id":
|
|
9316
|
+
"id": 631,
|
|
9296
9317
|
"name": "SkyAutocompleteSearchArgs"
|
|
9297
9318
|
}
|
|
9298
9319
|
}
|
|
@@ -9307,7 +9328,7 @@
|
|
|
9307
9328
|
}
|
|
9308
9329
|
},
|
|
9309
9330
|
{
|
|
9310
|
-
"id":
|
|
9331
|
+
"id": 586,
|
|
9311
9332
|
"name": "SkyAutocompleteSearchFunctionResponse",
|
|
9312
9333
|
"kind": 4194304,
|
|
9313
9334
|
"kindString": "Type alias",
|
|
@@ -9348,7 +9369,7 @@
|
|
|
9348
9369
|
}
|
|
9349
9370
|
},
|
|
9350
9371
|
{
|
|
9351
|
-
"id":
|
|
9372
|
+
"id": 614,
|
|
9352
9373
|
"name": "SkyLookupSelectModeType",
|
|
9353
9374
|
"kind": 4194304,
|
|
9354
9375
|
"kindString": "Type alias",
|
|
@@ -9380,12 +9401,12 @@
|
|
|
9380
9401
|
"title": "Classes",
|
|
9381
9402
|
"kind": 128,
|
|
9382
9403
|
"children": [
|
|
9383
|
-
|
|
9384
|
-
|
|
9385
|
-
|
|
9386
|
-
|
|
9387
|
-
|
|
9388
|
-
|
|
9404
|
+
589,
|
|
9405
|
+
592,
|
|
9406
|
+
601,
|
|
9407
|
+
622,
|
|
9408
|
+
638,
|
|
9409
|
+
635,
|
|
9389
9410
|
1,
|
|
9390
9411
|
96,
|
|
9391
9412
|
264,
|
|
@@ -9396,28 +9417,28 @@
|
|
|
9396
9417
|
"title": "Interfaces",
|
|
9397
9418
|
"kind": 256,
|
|
9398
9419
|
"children": [
|
|
9399
|
-
|
|
9400
|
-
|
|
9401
|
-
|
|
9402
|
-
|
|
9403
|
-
|
|
9404
|
-
|
|
9405
|
-
|
|
9406
|
-
|
|
9407
|
-
|
|
9420
|
+
562,
|
|
9421
|
+
568,
|
|
9422
|
+
587,
|
|
9423
|
+
595,
|
|
9424
|
+
604,
|
|
9425
|
+
607,
|
|
9426
|
+
615,
|
|
9427
|
+
618,
|
|
9428
|
+
628
|
|
9408
9429
|
]
|
|
9409
9430
|
},
|
|
9410
9431
|
{
|
|
9411
9432
|
"title": "Type aliases",
|
|
9412
9433
|
"kind": 4194304,
|
|
9413
9434
|
"children": [
|
|
9414
|
-
572,
|
|
9415
|
-
630,
|
|
9416
|
-
633,
|
|
9417
9435
|
573,
|
|
9418
|
-
|
|
9419
|
-
|
|
9420
|
-
|
|
9436
|
+
631,
|
|
9437
|
+
634,
|
|
9438
|
+
574,
|
|
9439
|
+
580,
|
|
9440
|
+
586,
|
|
9441
|
+
614
|
|
9421
9442
|
]
|
|
9422
9443
|
}
|
|
9423
9444
|
],
|
|
@@ -9508,7 +9529,7 @@
|
|
|
9508
9529
|
{
|
|
9509
9530
|
"fileName": "lookup-async-demo.component.html",
|
|
9510
9531
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/async/lookup-async-demo.component.html",
|
|
9511
|
-
"rawContents": "<form\n class=\"lookup-demo-form\"\n novalidate\n [formGroup]=\"myForm\"\n (ngSubmit)=\"onSubmit()\"\n>\n <div class=\"sky-form-group\">\n <sky-input-box>\n <label class=\"sky-control-label\" skyId #nameLabel=\"skyId\">\n Favorite name\n </label>\n <sky-lookup\n formControlName=\"name\"\n idProperty=\"name\"\n
|
|
9532
|
+
"rawContents": "<form\n class=\"lookup-demo-form\"\n novalidate\n [formGroup]=\"myForm\"\n (ngSubmit)=\"onSubmit()\"\n>\n <div class=\"sky-form-group\">\n <sky-input-box>\n <label class=\"sky-control-label\" skyId #nameLabel=\"skyId\">\n Favorite name\n </label>\n <sky-lookup\n formControlName=\"name\"\n idProperty=\"name\"\n [ariaLabelledBy]=\"nameLabel.id\"\n [enableShowMore]=\"true\"\n (searchAsync)=\"searchAsync($event)\"\n >\n </sky-lookup>\n </sky-input-box>\n </div>\n <div class=\"lookup-demo-alert\">\n <strong>Form model:</strong>\n <pre>{{ myForm.value | json }}</pre>\n </div>\n <button class=\"sky-btn sky-btn-default\" type=\"submit\">Submit</button>\n</form>\n"
|
|
9512
9533
|
},
|
|
9513
9534
|
{
|
|
9514
9535
|
"fileName": "lookup-async-demo.component.scss",
|
|
@@ -9518,13 +9539,18 @@
|
|
|
9518
9539
|
{
|
|
9519
9540
|
"fileName": "lookup-async-demo.component.ts",
|
|
9520
9541
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/async/lookup-async-demo.component.ts",
|
|
9521
|
-
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchAsyncArgs,\n SkyAutocompleteSearchAsyncResult,\n} from '@skyux/lookup';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-async-lookup-demo',\n templateUrl: './lookup-async-demo.component.html',\n styleUrls: ['./lookup-async-demo.component.scss'],\n})\nexport class LookupAsyncDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public people:
|
|
9542
|
+
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchAsyncArgs,\n SkyAutocompleteSearchAsyncResult,\n} from '@skyux/lookup';\n\nimport { Subject } from 'rxjs';\n\nimport { LookupDemoPerson } from './lookup-demo-person';\n\n@Component({\n selector: 'app-async-lookup-demo',\n templateUrl: './lookup-async-demo.component.html',\n styleUrls: ['./lookup-async-demo.component.scss'],\n})\nexport class LookupAsyncDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public people: LookupDemoPerson[] = [\n { name: 'Abed' },\n { name: 'Alex' },\n { name: 'Ben' },\n { name: 'Britta' },\n { name: 'Buzz' },\n { name: 'Craig' },\n { name: 'Elroy' },\n { name: 'Garrett' },\n { name: 'Ian' },\n { name: 'Jeff' },\n { name: 'Leonard' },\n { name: 'Neil' },\n { name: 'Pierce' },\n { name: 'Preston' },\n { name: 'Rachel' },\n { name: 'Shirley' },\n { name: 'Todd' },\n { name: 'Troy' },\n { name: 'Vaughn' },\n { name: 'Vicki' },\n ];\n\n public name: LookupDemoPerson[] = [this.people[15]];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n\n // If you need to execute some logic after the lookup values change,\n // subscribe to Angular's built-in value changes observable.\n this.myForm.valueChanges.subscribe((changes) => {\n console.log('Lookup value changes:', changes);\n });\n }\n\n public onSubmit(): void {\n alert('Form submitted with: ' + JSON.stringify(this.myForm.value));\n }\n\n public searchAsync($event: SkyAutocompleteSearchAsyncArgs) {\n const result = new Subject<SkyAutocompleteSearchAsyncResult>();\n $event.result = result;\n setTimeout(() => {\n const searchText = $event.searchText.toLowerCase();\n const items = this.people.filter((person) => {\n return person.name.toLowerCase().includes(searchText);\n });\n result.next({\n hasMore: false,\n items,\n totalCount: items.length,\n });\n }, 800);\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n name: new FormControl(this.name),\n });\n }\n}\n"
|
|
9522
9543
|
},
|
|
9523
9544
|
{
|
|
9524
9545
|
"fileName": "lookup-async-demo.module.ts",
|
|
9525
9546
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/async/lookup-async-demo.module.ts",
|
|
9526
9547
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyLookupModule } from '@skyux/lookup';\n\nimport { LookupAsyncDemoComponent } from './lookup-async-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyLookupModule,\n ],\n declarations: [LookupAsyncDemoComponent],\n exports: [LookupAsyncDemoComponent],\n})\nexport class LookupAsyncDemoModule {}\n"
|
|
9527
9548
|
},
|
|
9549
|
+
{
|
|
9550
|
+
"fileName": "lookup-demo-person.ts",
|
|
9551
|
+
"filePath": "/projects/lookup/documentation/code-examples/lookup/async/lookup-demo-person.ts",
|
|
9552
|
+
"rawContents": "export interface LookupDemoPerson {\n name: string;\n}\n"
|
|
9553
|
+
},
|
|
9528
9554
|
{
|
|
9529
9555
|
"fileName": "lookup-custom-picker-demo-modal.component.html",
|
|
9530
9556
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/custom-picker/lookup-custom-picker-demo-modal.component.html",
|
|
@@ -9548,13 +9574,23 @@
|
|
|
9548
9574
|
{
|
|
9549
9575
|
"fileName": "lookup-custom-picker-demo.component.ts",
|
|
9550
9576
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/custom-picker/lookup-custom-picker-demo.component.ts",
|
|
9551
|
-
"rawContents": "import { ChangeDetectorRef, Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchFunctionFilter,\n SkyLookupShowMoreConfig,\n SkyLookupShowMoreCustomPickerContext,\n} from '@skyux/lookup';\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { LookupCustomPickerDemoModalComponent } from './lookup-custom-picker-demo-modal.component';\n\n@Component({\n selector: 'app-lookup-demo',\n templateUrl: './lookup-custom-picker-demo.component.html',\n styleUrls: ['./lookup-custom-picker-demo.component.scss'],\n})\nexport class LookupCustomPickerDemoComponent implements OnInit {\n public showMoreConfig: SkyLookupShowMoreConfig;\n\n public myForm: FormGroup;\n\n public people:
|
|
9577
|
+
"rawContents": "import { ChangeDetectorRef, Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchFunctionFilter,\n SkyLookupShowMoreConfig,\n SkyLookupShowMoreCustomPickerContext,\n} from '@skyux/lookup';\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { LookupCustomPickerDemoModalComponent } from './lookup-custom-picker-demo-modal.component';\nimport { LookupDemoPerson } from './lookup-demo-person';\n\n@Component({\n selector: 'app-lookup-demo',\n templateUrl: './lookup-custom-picker-demo.component.html',\n styleUrls: ['./lookup-custom-picker-demo.component.scss'],\n})\nexport class LookupCustomPickerDemoComponent implements OnInit {\n public showMoreConfig: SkyLookupShowMoreConfig;\n\n public myForm: FormGroup;\n\n public people: LookupDemoPerson[] = [\n { name: 'Abed' },\n { name: 'Alex' },\n { name: 'Ben' },\n { name: 'Britta' },\n { name: 'Buzz' },\n { name: 'Craig' },\n { name: 'Elroy' },\n { name: 'Garrett' },\n { name: 'Ian' },\n { name: 'Jeff' },\n { name: 'Leonard' },\n { name: 'Neil' },\n { name: 'Pierce' },\n { name: 'Preston' },\n { name: 'Rachel' },\n { name: 'Shirley' },\n { name: 'Todd' },\n { name: 'Troy' },\n { name: 'Vaughn' },\n { name: 'Vicki' },\n ];\n\n public names: LookupDemoPerson[] = [this.people[15]];\n\n constructor(\n private changeDetector: ChangeDetectorRef,\n private formBuilder: FormBuilder,\n private modalService: SkyModalService\n ) {\n this.showMoreConfig = {\n customPicker: {\n open: (context: SkyLookupShowMoreCustomPickerContext) => {\n const instance = this.modalService.open(\n LookupCustomPickerDemoModalComponent,\n {\n providers: [\n {\n provide: SkyLookupShowMoreCustomPickerContext,\n useValue: context,\n },\n ],\n size: 'large',\n }\n );\n\n instance.closed.subscribe((closeArgs: SkyModalCloseArgs) => {\n if (closeArgs.reason === 'save') {\n if (closeArgs.data) {\n this.myForm.setValue({\n names: [this.people[this.people.length - 1]],\n });\n this.changeDetector.markForCheck();\n }\n }\n });\n },\n },\n };\n }\n\n public ngOnInit(): void {\n this.createForm();\n\n // If you need to execute some logic after the lookup values change,\n // subscribe to Angular's built-in value changes observable.\n this.myForm.valueChanges.subscribe((changes) => {\n console.log('Lookup value changes:', changes);\n });\n }\n\n // Only show people in the search results that have not been chosen already.\n public getSearchFilters(): SkyAutocompleteSearchFunctionFilter[] {\n const names: LookupDemoPerson[] = this.myForm.controls.names.value;\n return [\n (searchText: string, item: LookupDemoPerson): boolean => {\n const found = names.find((option) => option.name === item.name);\n return !found;\n },\n ];\n }\n\n public onAddButtonClicked(): void {\n alert('Add button clicked!');\n }\n\n public onSubmit(): void {\n alert('Form submitted with: ' + JSON.stringify(this.myForm.value));\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n names: new FormControl(this.names),\n });\n }\n}\n"
|
|
9552
9578
|
},
|
|
9553
9579
|
{
|
|
9554
9580
|
"fileName": "lookup-custom-picker-demo.module.ts",
|
|
9555
9581
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/custom-picker/lookup-custom-picker-demo.module.ts",
|
|
9556
9582
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule, SkyInputBoxModule } from '@skyux/forms';\nimport { SkyLookupModule } from '@skyux/lookup';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { LookupCustomPickerDemoModalComponent } from './lookup-custom-picker-demo-modal.component';\nimport { LookupCustomPickerDemoComponent } from './lookup-custom-picker-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyLookupModule,\n SkyModalModule,\n ],\n declarations: [\n LookupCustomPickerDemoComponent,\n LookupCustomPickerDemoModalComponent,\n ],\n exports: [LookupCustomPickerDemoComponent],\n})\nexport class LookupCustomPickerDemoModule {}\n"
|
|
9557
9583
|
},
|
|
9584
|
+
{
|
|
9585
|
+
"fileName": "lookup-demo-person.ts",
|
|
9586
|
+
"filePath": "/projects/lookup/documentation/code-examples/lookup/custom-picker/lookup-demo-person.ts",
|
|
9587
|
+
"rawContents": "export interface LookupDemoPerson {\n name: string;\n}\n"
|
|
9588
|
+
},
|
|
9589
|
+
{
|
|
9590
|
+
"fileName": "lookup-demo-person.ts",
|
|
9591
|
+
"filePath": "/projects/lookup/documentation/code-examples/lookup/multi-select/lookup-demo-person.ts",
|
|
9592
|
+
"rawContents": "export interface LookupDemoPerson {\n name: string;\n}\n"
|
|
9593
|
+
},
|
|
9558
9594
|
{
|
|
9559
9595
|
"fileName": "lookup-multiple-demo.component.html",
|
|
9560
9596
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/multi-select/lookup-multiple-demo.component.html",
|
|
@@ -9568,13 +9604,18 @@
|
|
|
9568
9604
|
{
|
|
9569
9605
|
"fileName": "lookup-multiple-demo.component.ts",
|
|
9570
9606
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/multi-select/lookup-multiple-demo.component.ts",
|
|
9571
|
-
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchArgs,\n SkyAutocompleteSearchFunctionFilter,\n} from '@skyux/lookup';\n\n@Component({\n selector: 'app-lookup-demo',\n templateUrl: './lookup-multiple-demo.component.html',\n styleUrls: ['./lookup-multiple-demo.component.scss'],\n})\nexport class LookupMultipleSelectDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public people:
|
|
9607
|
+
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchArgs,\n SkyAutocompleteSearchFunctionFilter,\n} from '@skyux/lookup';\n\nimport { LookupDemoPerson } from './lookup-demo-person';\n\n@Component({\n selector: 'app-lookup-demo',\n templateUrl: './lookup-multiple-demo.component.html',\n styleUrls: ['./lookup-multiple-demo.component.scss'],\n})\nexport class LookupMultipleSelectDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public people: LookupDemoPerson[] = [\n { name: 'Abed' },\n { name: 'Alex' },\n { name: 'Ben' },\n { name: 'Britta' },\n { name: 'Buzz' },\n { name: 'Craig' },\n { name: 'Elroy' },\n { name: 'Garrett' },\n { name: 'Ian' },\n { name: 'Jeff' },\n { name: 'Leonard' },\n { name: 'Neil' },\n { name: 'Pierce' },\n { name: 'Preston' },\n { name: 'Rachel' },\n { name: 'Shirley' },\n { name: 'Todd' },\n { name: 'Troy' },\n { name: 'Vaughn' },\n { name: 'Vicki' },\n ];\n\n public names: LookupDemoPerson[] = [this.people[15]];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n\n // If you need to execute some logic after the lookup values change,\n // subscribe to Angular's built-in value changes observable.\n this.myForm.valueChanges.subscribe((changes) => {\n console.log('Lookup value changes:', changes);\n });\n }\n\n /**\n * When in the modal view, show all people in the search results, regardless if they have been chosen already.\n * When in the popover view (or in any other view), show people in the search results that have not been chosen already.\n */\n public getSearchFilters(): SkyAutocompleteSearchFunctionFilter[] {\n const names: LookupDemoPerson[] = this.myForm.controls.names.value;\n return [\n (\n searchText: string,\n item: any,\n args?: SkyAutocompleteSearchArgs\n ): boolean => {\n if (args?.context === 'modal') {\n return true;\n }\n\n const found = names.find((option) => option.name === item.name);\n return !found;\n },\n ];\n }\n\n public onAddButtonClicked(): void {\n alert('Add button clicked!');\n }\n\n public onSubmit(): void {\n alert('Form submitted with: ' + JSON.stringify(this.myForm.value));\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n names: new FormControl(this.names),\n });\n }\n}\n"
|
|
9572
9608
|
},
|
|
9573
9609
|
{
|
|
9574
9610
|
"fileName": "lookup-multiple-demo.module.ts",
|
|
9575
9611
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/multi-select/lookup-multiple-demo.module.ts",
|
|
9576
9612
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyLookupModule } from '@skyux/lookup';\n\nimport { LookupMultipleSelectDemoComponent } from './lookup-multiple-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyLookupModule,\n ],\n declarations: [LookupMultipleSelectDemoComponent],\n exports: [LookupMultipleSelectDemoComponent],\n})\nexport class LookupMultipleSelectDemoModule {}\n"
|
|
9577
9613
|
},
|
|
9614
|
+
{
|
|
9615
|
+
"fileName": "lookup-demo-person.ts",
|
|
9616
|
+
"filePath": "/projects/lookup/documentation/code-examples/lookup/result-templates/lookup-demo-person.ts",
|
|
9617
|
+
"rawContents": "export interface LookupDemoPerson {\n name: string;\n formal?: string;\n}\n"
|
|
9618
|
+
},
|
|
9578
9619
|
{
|
|
9579
9620
|
"fileName": "lookup-result-templates-demo.component.html",
|
|
9580
9621
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/result-templates/lookup-result-templates-demo.component.html",
|
|
@@ -9588,13 +9629,18 @@
|
|
|
9588
9629
|
{
|
|
9589
9630
|
"fileName": "lookup-result-templates-demo.component.ts",
|
|
9590
9631
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/result-templates/lookup-result-templates-demo.component.ts",
|
|
9591
|
-
"rawContents": "import { Component, OnInit, TemplateRef, ViewChild } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchFunctionFilter,\n SkyLookupShowMoreConfig,\n} from '@skyux/lookup';\n\n@Component({\n selector: 'app-lookup-demo',\n templateUrl: './lookup-result-templates-demo.component.html',\n styleUrls: ['./lookup-result-templates-demo.component.scss'],\n})\nexport class LookupResultTemplatesDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public people:
|
|
9632
|
+
"rawContents": "import { Component, OnInit, TemplateRef, ViewChild } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchFunctionFilter,\n SkyLookupShowMoreConfig,\n} from '@skyux/lookup';\n\nimport { LookupDemoPerson } from './lookup-demo-person';\n\n@Component({\n selector: 'app-lookup-demo',\n templateUrl: './lookup-result-templates-demo.component.html',\n styleUrls: ['./lookup-result-templates-demo.component.scss'],\n})\nexport class LookupResultTemplatesDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public people: LookupDemoPerson[] = [\n {\n name: 'Abed',\n formal: 'Mr. Nadir',\n },\n {\n name: 'Alex',\n formal: 'Mr. Osbourne',\n },\n {\n name: 'Ben',\n formal: 'Mr. Chang',\n },\n {\n name: 'Britta',\n formal: 'Ms. Perry',\n },\n {\n name: 'Buzz',\n formal: 'Mr. Hickey',\n },\n {\n name: 'Craig',\n formal: 'Mr. Pelton',\n },\n {\n name: 'Elroy',\n formal: 'Mr. Patashnik',\n },\n {\n name: 'Garrett',\n formal: 'Mr. Lambert',\n },\n {\n name: 'Ian',\n formal: 'Mr. Duncan',\n },\n {\n name: 'Jeff',\n formal: 'Mr. Winger',\n },\n {\n name: 'Leonard',\n formal: 'Mr. Rodriguez',\n },\n {\n name: 'Neil',\n formal: 'Mr. Neil',\n },\n {\n name: 'Pierce',\n formal: 'Mr. Hawthorne',\n },\n {\n name: 'Preston',\n formal: 'Mr. Koogler',\n },\n {\n name: 'Rachel',\n formal: 'Ms. Rachel',\n },\n {\n name: 'Shirley',\n formal: 'Ms. Bennett',\n },\n {\n name: 'Todd',\n formal: 'Mr. Jacobson',\n },\n {\n name: 'Troy',\n formal: 'Mr. Barnes',\n },\n {\n name: 'Vaughn',\n formal: 'Mr. Miller',\n },\n {\n name: 'Vicki',\n formal: 'Ms. Jenkins',\n },\n ];\n\n public names: LookupDemoPerson[] = [this.people[15]];\n\n public showMoreConfig: SkyLookupShowMoreConfig = {\n nativePickerConfig: {},\n };\n\n @ViewChild('modalItemTemplate')\n public set modalItemTempalte(template: TemplateRef<unknown>) {\n this.showMoreConfig.nativePickerConfig.itemTemplate = template;\n }\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n\n // If you need to execute some logic after the lookup values change,\n // subscribe to Angular's built-in value changes observable.\n this.myForm.valueChanges.subscribe((changes) => {\n console.log('Lookup value changes:', changes);\n });\n }\n\n // Only show people in the search results that have not been chosen already.\n public getSearchFilters(): SkyAutocompleteSearchFunctionFilter[] {\n const names: any[] = this.myForm.controls.names.value;\n return [\n (searchText: string, item: any): boolean => {\n const found = names.find((option) => option.name === item.name);\n return !found;\n },\n ];\n }\n\n public onAddButtonClicked(): void {\n alert('Add button clicked!');\n }\n\n public onSubmit(): void {\n alert('Form submitted with: ' + JSON.stringify(this.myForm.value));\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n names: new FormControl(this.names),\n });\n }\n}\n"
|
|
9592
9633
|
},
|
|
9593
9634
|
{
|
|
9594
9635
|
"fileName": "lookup-result-templates-demo.module.ts",
|
|
9595
9636
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/result-templates/lookup-result-templates-demo.module.ts",
|
|
9596
9637
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyLookupModule } from '@skyux/lookup';\n\nimport { LookupResultTemplatesDemoComponent } from './lookup-result-templates-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyLookupModule,\n ],\n declarations: [LookupResultTemplatesDemoComponent],\n exports: [LookupResultTemplatesDemoComponent],\n})\nexport class LookupResultTemplatesDemoModule {}\n"
|
|
9597
9638
|
},
|
|
9639
|
+
{
|
|
9640
|
+
"fileName": "lookup-demo-person.ts",
|
|
9641
|
+
"filePath": "/projects/lookup/documentation/code-examples/lookup/single-select/lookup-demo-person.ts",
|
|
9642
|
+
"rawContents": "export interface LookupDemoPerson {\n name: string;\n}\n"
|
|
9643
|
+
},
|
|
9598
9644
|
{
|
|
9599
9645
|
"fileName": "lookup-single-demo.component.html",
|
|
9600
9646
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/single-select/lookup-single-demo.component.html",
|
|
@@ -9608,7 +9654,7 @@
|
|
|
9608
9654
|
{
|
|
9609
9655
|
"fileName": "lookup-single-demo.component.ts",
|
|
9610
9656
|
"filePath": "/projects/lookup/documentation/code-examples/lookup/single-select/lookup-single-demo.component.ts",
|
|
9611
|
-
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport { SkyAutocompleteSearchFunctionFilter } from '@skyux/lookup';\n\n@Component({\n selector: 'app-single-select-lookup-demo',\n templateUrl: './lookup-single-demo.component.html',\n styleUrls: ['./lookup-single-demo.component.scss'],\n})\nexport class LookupSingleSelectDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public people:
|
|
9657
|
+
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport { SkyAutocompleteSearchFunctionFilter } from '@skyux/lookup';\n\nimport { LookupDemoPerson } from './lookup-demo-person';\n\n@Component({\n selector: 'app-single-select-lookup-demo',\n templateUrl: './lookup-single-demo.component.html',\n styleUrls: ['./lookup-single-demo.component.scss'],\n})\nexport class LookupSingleSelectDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public people: LookupDemoPerson[] = [\n { name: 'Abed' },\n { name: 'Alex' },\n { name: 'Ben' },\n { name: 'Britta' },\n { name: 'Buzz' },\n { name: 'Craig' },\n { name: 'Elroy' },\n { name: 'Garrett' },\n { name: 'Ian' },\n { name: 'Jeff' },\n { name: 'Leonard' },\n { name: 'Neil' },\n { name: 'Pierce' },\n { name: 'Preston' },\n { name: 'Rachel' },\n { name: 'Shirley' },\n { name: 'Todd' },\n { name: 'Troy' },\n { name: 'Vaughn' },\n { name: 'Vicki' },\n ];\n\n public name: LookupDemoPerson[] = [this.people[15]];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n\n // If you need to execute some logic after the lookup values change,\n // subscribe to Angular's built-in value changes observable.\n this.myForm.valueChanges.subscribe((changes) => {\n console.log('Lookup value changes:', changes);\n });\n }\n\n // Only show people in the search results that have not been chosen already.\n public getSearchFilters(): SkyAutocompleteSearchFunctionFilter[] {\n const name: LookupDemoPerson[] = this.myForm.controls.name.value;\n return [\n (searchText: string, item: LookupDemoPerson): boolean => {\n const found = name.find((option) => option.name === item.name);\n return !found;\n },\n ];\n }\n\n public onAddButtonClicked(): void {\n alert('Add button clicked!');\n }\n\n public onSubmit(): void {\n alert('Form submitted with: ' + JSON.stringify(this.myForm.value));\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n name: new FormControl(this.name),\n });\n }\n}\n"
|
|
9612
9658
|
},
|
|
9613
9659
|
{
|
|
9614
9660
|
"fileName": "lookup-single-demo.module.ts",
|