@skyux/lookup 5.5.0 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/bundles/skyux-lookup.umd.js +850 -849
  2. package/documentation.json +194 -194
  3. package/esm2015/lib/modules/autocomplete/autocomplete-adapter.service.js.map +1 -1
  4. package/esm2015/lib/modules/autocomplete/autocomplete-default-search-function.js.map +1 -1
  5. package/esm2015/lib/modules/autocomplete/autocomplete-input.directive.js +2 -2
  6. package/esm2015/lib/modules/autocomplete/autocomplete-input.directive.js.map +1 -1
  7. package/esm2015/lib/modules/autocomplete/autocomplete-search-async-disabled.pipe.js.map +1 -1
  8. package/esm2015/lib/modules/autocomplete/autocomplete.component.js +3 -3
  9. package/esm2015/lib/modules/autocomplete/autocomplete.component.js.map +1 -1
  10. package/esm2015/lib/modules/autocomplete/autocomplete.module.js +1 -1
  11. package/esm2015/lib/modules/autocomplete/autocomplete.module.js.map +1 -1
  12. package/esm2015/lib/modules/autocomplete/types/autocomplete-search-async-args.js.map +1 -1
  13. package/esm2015/lib/modules/autocomplete/types/autocomplete-search-async-function.js.map +1 -1
  14. package/esm2015/lib/modules/country-field/country-field.component.js +7 -7
  15. package/esm2015/lib/modules/country-field/country-field.component.js.map +1 -1
  16. package/esm2015/lib/modules/country-field/country-field.module.js +1 -1
  17. package/esm2015/lib/modules/country-field/country-field.module.js.map +1 -1
  18. package/esm2015/lib/modules/lookup/lookup-autocomplete-adapter.js.map +1 -1
  19. package/esm2015/lib/modules/lookup/lookup-show-more-async-modal.component.js.map +1 -1
  20. package/esm2015/lib/modules/lookup/lookup-show-more-modal.component.js +6 -6
  21. package/esm2015/lib/modules/lookup/lookup-show-more-modal.component.js.map +1 -1
  22. package/esm2015/lib/modules/lookup/lookup.component.js +11 -10
  23. package/esm2015/lib/modules/lookup/lookup.component.js.map +1 -1
  24. package/esm2015/lib/modules/lookup/lookup.module.js +4 -4
  25. package/esm2015/lib/modules/lookup/lookup.module.js.map +1 -1
  26. package/esm2015/lib/modules/lookup/types/lookup-show-more-config.js.map +1 -1
  27. package/esm2015/lib/modules/lookup/types/lookup-show-more-native-picker-async-context.js.map +1 -1
  28. package/esm2015/lib/modules/lookup/types/lookup-show-more-native-picker-context.js.map +1 -1
  29. package/esm2015/lib/modules/search/search-adapter.service.js +3 -3
  30. package/esm2015/lib/modules/search/search-adapter.service.js.map +1 -1
  31. package/esm2015/lib/modules/search/search.component.js +2 -2
  32. package/esm2015/lib/modules/search/search.component.js.map +1 -1
  33. package/esm2015/lib/modules/search/search.module.js +1 -1
  34. package/esm2015/lib/modules/search/search.module.js.map +1 -1
  35. package/esm2015/lib/modules/shared/sky-lookup-resources.module.js +1 -1
  36. package/esm2015/lib/modules/shared/sky-lookup-resources.module.js.map +1 -1
  37. package/esm2015/testing/country-field/country-field-fixture.js.map +1 -1
  38. package/esm2015/testing/country-field/country-field-testing.module.js.map +1 -1
  39. package/esm2015/testing/search/search-fixture.js.map +1 -1
  40. package/esm2015/testing/search/search-testing.module.js.map +1 -1
  41. package/fesm2015/skyux-lookup-testing.js.map +1 -1
  42. package/fesm2015/skyux-lookup.js +582 -581
  43. package/fesm2015/skyux-lookup.js.map +1 -1
  44. package/lib/modules/autocomplete/autocomplete-default-search-function.d.ts +1 -1
  45. package/lib/modules/autocomplete/autocomplete.component.d.ts +2 -2
  46. package/lib/modules/autocomplete/types/autocomplete-search-async-args.d.ts +1 -1
  47. package/lib/modules/country-field/country-field.component.d.ts +2 -2
  48. package/lib/modules/lookup/lookup.component.d.ts +3 -3
  49. package/lib/modules/search/search.component.d.ts +1 -1
  50. package/package.json +9 -9
@@ -88,7 +88,7 @@
88
88
  "sources": [
89
89
  {
90
90
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.module.ts",
91
- "line": 50,
91
+ "line": 44,
92
92
  "character": 13
93
93
  }
94
94
  ]
@@ -148,7 +148,7 @@
148
148
  "sources": [
149
149
  {
150
150
  "fileName": "projects/lookup/src/modules/country-field/country-field.module.ts",
151
- "line": 33,
151
+ "line": 27,
152
152
  "character": 13
153
153
  }
154
154
  ]
@@ -208,7 +208,7 @@
208
208
  "sources": [
209
209
  {
210
210
  "fileName": "projects/lookup/src/modules/lookup/lookup.module.ts",
211
- "line": 56,
211
+ "line": 57,
212
212
  "character": 13
213
213
  }
214
214
  ]
@@ -373,7 +373,7 @@
373
373
  "sources": [
374
374
  {
375
375
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
376
- "line": 134,
376
+ "line": 131,
377
377
  "character": 2
378
378
  }
379
379
  ],
@@ -459,7 +459,7 @@
459
459
  "sources": [
460
460
  {
461
461
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
462
- "line": 126,
462
+ "line": 123,
463
463
  "character": 9
464
464
  }
465
465
  ],
@@ -481,7 +481,7 @@
481
481
  "sources": [
482
482
  {
483
483
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
484
- "line": 130,
484
+ "line": 127,
485
485
  "character": 9
486
486
  }
487
487
  ],
@@ -523,7 +523,7 @@
523
523
  "sources": [
524
524
  {
525
525
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
526
- "line": 104,
526
+ "line": 101,
527
527
  "character": 9
528
528
  }
529
529
  ],
@@ -565,7 +565,7 @@
565
565
  "sources": [
566
566
  {
567
567
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
568
- "line": 111,
568
+ "line": 108,
569
569
  "character": 9
570
570
  }
571
571
  ],
@@ -586,7 +586,7 @@
586
586
  "sources": [
587
587
  {
588
588
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
589
- "line": 129,
589
+ "line": 126,
590
590
  "character": 9
591
591
  }
592
592
  ],
@@ -628,7 +628,7 @@
628
628
  "sources": [
629
629
  {
630
630
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
631
- "line": 97,
631
+ "line": 94,
632
632
  "character": 9
633
633
  }
634
634
  ],
@@ -649,7 +649,7 @@
649
649
  "sources": [
650
650
  {
651
651
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
652
- "line": 125,
652
+ "line": 122,
653
653
  "character": 9
654
654
  }
655
655
  ],
@@ -670,7 +670,7 @@
670
670
  "sources": [
671
671
  {
672
672
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
673
- "line": 115,
673
+ "line": 112,
674
674
  "character": 9
675
675
  }
676
676
  ],
@@ -691,7 +691,7 @@
691
691
  "sources": [
692
692
  {
693
693
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
694
- "line": 113,
694
+ "line": 110,
695
695
  "character": 9
696
696
  }
697
697
  ],
@@ -712,7 +712,7 @@
712
712
  "sources": [
713
713
  {
714
714
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
715
- "line": 128,
715
+ "line": 125,
716
716
  "character": 9
717
717
  }
718
718
  ],
@@ -754,7 +754,7 @@
754
754
  "sources": [
755
755
  {
756
756
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
757
- "line": 123,
757
+ "line": 120,
758
758
  "character": 9
759
759
  }
760
760
  ],
@@ -789,7 +789,7 @@
789
789
  "sources": [
790
790
  {
791
791
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
792
- "line": 69,
792
+ "line": 66,
793
793
  "character": 9
794
794
  }
795
795
  ],
@@ -818,7 +818,7 @@
818
818
  "sources": [
819
819
  {
820
820
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
821
- "line": 127,
821
+ "line": 124,
822
822
  "character": 9
823
823
  }
824
824
  ],
@@ -854,7 +854,7 @@
854
854
  "sources": [
855
855
  {
856
856
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
857
- "line": 75,
857
+ "line": 72,
858
858
  "character": 9
859
859
  }
860
860
  ],
@@ -898,7 +898,7 @@
898
898
  "sources": [
899
899
  {
900
900
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
901
- "line": 81,
901
+ "line": 78,
902
902
  "character": 9
903
903
  }
904
904
  ],
@@ -942,7 +942,7 @@
942
942
  "sources": [
943
943
  {
944
944
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
945
- "line": 87,
945
+ "line": 84,
946
946
  "character": 9
947
947
  }
948
948
  ],
@@ -962,7 +962,7 @@
962
962
  "sources": [
963
963
  {
964
964
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
965
- "line": 204,
965
+ "line": 201,
966
966
  "character": 9
967
967
  }
968
968
  ],
@@ -1004,7 +1004,7 @@
1004
1004
  "sources": [
1005
1005
  {
1006
1006
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1007
- "line": 186,
1007
+ "line": 183,
1008
1008
  "character": 9
1009
1009
  }
1010
1010
  ],
@@ -1033,7 +1033,7 @@
1033
1033
  "sources": [
1034
1034
  {
1035
1035
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1036
- "line": 198,
1036
+ "line": 195,
1037
1037
  "character": 9
1038
1038
  }
1039
1039
  ],
@@ -1088,7 +1088,7 @@
1088
1088
  "sources": [
1089
1089
  {
1090
1090
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1091
- "line": 250,
1091
+ "line": 247,
1092
1092
  "character": 9
1093
1093
  }
1094
1094
  ],
@@ -1132,7 +1132,7 @@
1132
1132
  "sources": [
1133
1133
  {
1134
1134
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1135
- "line": 236,
1135
+ "line": 233,
1136
1136
  "character": 9
1137
1137
  }
1138
1138
  ],
@@ -1176,7 +1176,7 @@
1176
1176
  "sources": [
1177
1177
  {
1178
1178
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1179
- "line": 159,
1179
+ "line": 156,
1180
1180
  "character": 9
1181
1181
  }
1182
1182
  ],
@@ -1228,7 +1228,7 @@
1228
1228
  "sources": [
1229
1229
  {
1230
1230
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1231
- "line": 268,
1231
+ "line": 265,
1232
1232
  "character": 9
1233
1233
  }
1234
1234
  ],
@@ -1265,7 +1265,7 @@
1265
1265
  "sources": [
1266
1266
  {
1267
1267
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1268
- "line": 141,
1268
+ "line": 138,
1269
1269
  "character": 9
1270
1270
  }
1271
1271
  ],
@@ -1302,7 +1302,7 @@
1302
1302
  "sources": [
1303
1303
  {
1304
1304
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1305
- "line": 221,
1305
+ "line": 218,
1306
1306
  "character": 9
1307
1307
  }
1308
1308
  ],
@@ -1344,7 +1344,7 @@
1344
1344
  "sources": [
1345
1345
  {
1346
1346
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1347
- "line": 226,
1347
+ "line": 223,
1348
1348
  "character": 9
1349
1349
  }
1350
1350
  ],
@@ -1426,7 +1426,7 @@
1426
1426
  "sources": [
1427
1427
  {
1428
1428
  "fileName": "projects/lookup/src/modules/search/search.component.ts",
1429
- "line": 64,
1429
+ "line": 61,
1430
1430
  "character": 13
1431
1431
  }
1432
1432
  ],
@@ -1506,7 +1506,7 @@
1506
1506
  "sources": [
1507
1507
  {
1508
1508
  "fileName": "projects/lookup/src/modules/search/search.module.ts",
1509
- "line": 32,
1509
+ "line": 26,
1510
1510
  "character": 13
1511
1511
  }
1512
1512
  ]
@@ -1541,7 +1541,7 @@
1541
1541
  "sources": [
1542
1542
  {
1543
1543
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1544
- "line": 165,
1544
+ "line": 163,
1545
1545
  "character": 2
1546
1546
  }
1547
1547
  ],
@@ -1617,7 +1617,7 @@
1617
1617
  "sources": [
1618
1618
  {
1619
1619
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1620
- "line": 52,
1620
+ "line": 50,
1621
1621
  "character": 13
1622
1622
  }
1623
1623
  ],
@@ -1690,7 +1690,7 @@
1690
1690
  "sources": [
1691
1691
  {
1692
1692
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1693
- "line": 84,
1693
+ "line": 82,
1694
1694
  "character": 13
1695
1695
  }
1696
1696
  ],
@@ -1739,7 +1739,7 @@
1739
1739
  "sources": [
1740
1740
  {
1741
1741
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1742
- "line": 75,
1742
+ "line": 73,
1743
1743
  "character": 13
1744
1744
  }
1745
1745
  ],
@@ -1812,7 +1812,7 @@
1812
1812
  "sources": [
1813
1813
  {
1814
1814
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1815
- "line": 88,
1815
+ "line": 86,
1816
1816
  "character": 13
1817
1817
  }
1818
1818
  ],
@@ -1867,7 +1867,7 @@
1867
1867
  "sources": [
1868
1868
  {
1869
1869
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1870
- "line": 104,
1870
+ "line": 102,
1871
1871
  "character": 13
1872
1872
  }
1873
1873
  ],
@@ -1904,7 +1904,7 @@
1904
1904
  "sources": [
1905
1905
  {
1906
1906
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1907
- "line": 108,
1907
+ "line": 106,
1908
1908
  "character": 13
1909
1909
  }
1910
1910
  ],
@@ -1959,7 +1959,7 @@
1959
1959
  "sources": [
1960
1960
  {
1961
1961
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1962
- "line": 116,
1962
+ "line": 114,
1963
1963
  "character": 13
1964
1964
  }
1965
1965
  ],
@@ -1996,7 +1996,7 @@
1996
1996
  "sources": [
1997
1997
  {
1998
1998
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
1999
- "line": 120,
1999
+ "line": 118,
2000
2000
  "character": 13
2001
2001
  }
2002
2002
  ],
@@ -2051,7 +2051,7 @@
2051
2051
  "sources": [
2052
2052
  {
2053
2053
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2054
- "line": 212,
2054
+ "line": 210,
2055
2055
  "character": 9
2056
2056
  }
2057
2057
  ],
@@ -2088,7 +2088,7 @@
2088
2088
  "sources": [
2089
2089
  {
2090
2090
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2091
- "line": 167,
2091
+ "line": 165,
2092
2092
  "character": 9
2093
2093
  }
2094
2094
  ],
@@ -2125,7 +2125,7 @@
2125
2125
  "sources": [
2126
2126
  {
2127
2127
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2128
- "line": 279,
2128
+ "line": 277,
2129
2129
  "character": 9
2130
2130
  }
2131
2131
  ],
@@ -2167,7 +2167,7 @@
2167
2167
  "sources": [
2168
2168
  {
2169
2169
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2170
- "line": 281,
2170
+ "line": 279,
2171
2171
  "character": 9
2172
2172
  }
2173
2173
  ],
@@ -2196,7 +2196,7 @@
2196
2196
  "sources": [
2197
2197
  {
2198
2198
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2199
- "line": 283,
2199
+ "line": 281,
2200
2200
  "character": 9
2201
2201
  }
2202
2202
  ],
@@ -2225,7 +2225,7 @@
2225
2225
  "sources": [
2226
2226
  {
2227
2227
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2228
- "line": 226,
2228
+ "line": 224,
2229
2229
  "character": 9
2230
2230
  }
2231
2231
  ],
@@ -2307,7 +2307,7 @@
2307
2307
  "sources": [
2308
2308
  {
2309
2309
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2310
- "line": 230,
2310
+ "line": 228,
2311
2311
  "character": 9
2312
2312
  }
2313
2313
  ],
@@ -2376,7 +2376,7 @@
2376
2376
  "sources": [
2377
2377
  {
2378
2378
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2379
- "line": 234,
2379
+ "line": 232,
2380
2380
  "character": 9
2381
2381
  }
2382
2382
  ],
@@ -2445,7 +2445,7 @@
2445
2445
  "sources": [
2446
2446
  {
2447
2447
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2448
- "line": 238,
2448
+ "line": 236,
2449
2449
  "character": 9
2450
2450
  }
2451
2451
  ],
@@ -2474,7 +2474,7 @@
2474
2474
  "sources": [
2475
2475
  {
2476
2476
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2477
- "line": 262,
2477
+ "line": 260,
2478
2478
  "character": 9
2479
2479
  }
2480
2480
  ],
@@ -2516,7 +2516,7 @@
2516
2516
  "sources": [
2517
2517
  {
2518
2518
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2519
- "line": 250,
2519
+ "line": 248,
2520
2520
  "character": 9
2521
2521
  }
2522
2522
  ],
@@ -2566,7 +2566,7 @@
2566
2566
  "sources": [
2567
2567
  {
2568
2568
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2569
- "line": 254,
2569
+ "line": 252,
2570
2570
  "character": 9
2571
2571
  }
2572
2572
  ],
@@ -2620,7 +2620,7 @@
2620
2620
  "sources": [
2621
2621
  {
2622
2622
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2623
- "line": 222,
2623
+ "line": 220,
2624
2624
  "character": 9
2625
2625
  }
2626
2626
  ],
@@ -2705,7 +2705,7 @@
2705
2705
  "sources": [
2706
2706
  {
2707
2707
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete-input.directive.ts",
2708
- "line": 44,
2708
+ "line": 42,
2709
2709
  "character": 13
2710
2710
  }
2711
2711
  ],
@@ -2766,7 +2766,7 @@
2766
2766
  "sources": [
2767
2767
  {
2768
2768
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2769
- "line": 438,
2769
+ "line": 436,
2770
2770
  "character": 2
2771
2771
  }
2772
2772
  ],
@@ -2903,7 +2903,7 @@
2903
2903
  "sources": [
2904
2904
  {
2905
2905
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2906
- "line": 80,
2906
+ "line": 78,
2907
2907
  "character": 9
2908
2908
  }
2909
2909
  ],
@@ -2923,7 +2923,7 @@
2923
2923
  "sources": [
2924
2924
  {
2925
2925
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2926
- "line": 302,
2926
+ "line": 300,
2927
2927
  "character": 9
2928
2928
  }
2929
2929
  ],
@@ -2944,7 +2944,7 @@
2944
2944
  "sources": [
2945
2945
  {
2946
2946
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2947
- "line": 314,
2947
+ "line": 312,
2948
2948
  "character": 9
2949
2949
  }
2950
2950
  ],
@@ -2986,7 +2986,7 @@
2986
2986
  "sources": [
2987
2987
  {
2988
2988
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
2989
- "line": 255,
2989
+ "line": 253,
2990
2990
  "character": 9
2991
2991
  }
2992
2992
  ],
@@ -3006,7 +3006,7 @@
3006
3006
  "sources": [
3007
3007
  {
3008
3008
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3009
- "line": 304,
3009
+ "line": 302,
3010
3010
  "character": 9
3011
3011
  }
3012
3012
  ],
@@ -3026,7 +3026,7 @@
3026
3026
  "sources": [
3027
3027
  {
3028
3028
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3029
- "line": 306,
3029
+ "line": 304,
3030
3030
  "character": 9
3031
3031
  }
3032
3032
  ],
@@ -3058,7 +3058,7 @@
3058
3058
  "sources": [
3059
3059
  {
3060
3060
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3061
- "line": 288,
3061
+ "line": 286,
3062
3062
  "character": 9
3063
3063
  }
3064
3064
  ],
@@ -3103,7 +3103,7 @@
3103
3103
  "sources": [
3104
3104
  {
3105
3105
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3106
- "line": 224,
3106
+ "line": 222,
3107
3107
  "character": 9
3108
3108
  }
3109
3109
  ],
@@ -3127,7 +3127,7 @@
3127
3127
  "sources": [
3128
3128
  {
3129
3129
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3130
- "line": 316,
3130
+ "line": 314,
3131
3131
  "character": 9
3132
3132
  }
3133
3133
  ],
@@ -3147,7 +3147,7 @@
3147
3147
  "sources": [
3148
3148
  {
3149
3149
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3150
- "line": 308,
3150
+ "line": 306,
3151
3151
  "character": 9
3152
3152
  }
3153
3153
  ],
@@ -3179,7 +3179,7 @@
3179
3179
  "sources": [
3180
3180
  {
3181
3181
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3182
- "line": 88,
3182
+ "line": 86,
3183
3183
  "character": 13
3184
3184
  }
3185
3185
  ],
@@ -3258,7 +3258,7 @@
3258
3258
  "sources": [
3259
3259
  {
3260
3260
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3261
- "line": 102,
3261
+ "line": 100,
3262
3262
  "character": 13
3263
3263
  }
3264
3264
  ],
@@ -3343,7 +3343,7 @@
3343
3343
  "sources": [
3344
3344
  {
3345
3345
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3346
- "line": 116,
3346
+ "line": 114,
3347
3347
  "character": 13
3348
3348
  }
3349
3349
  ],
@@ -3416,7 +3416,7 @@
3416
3416
  "sources": [
3417
3417
  {
3418
3418
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3419
- "line": 298,
3419
+ "line": 296,
3420
3420
  "character": 13
3421
3421
  }
3422
3422
  ],
@@ -3460,7 +3460,7 @@
3460
3460
  "sources": [
3461
3461
  {
3462
3462
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3463
- "line": 156,
3463
+ "line": 154,
3464
3464
  "character": 13
3465
3465
  }
3466
3466
  ],
@@ -3551,7 +3551,7 @@
3551
3551
  "sources": [
3552
3552
  {
3553
3553
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3554
- "line": 171,
3554
+ "line": 169,
3555
3555
  "character": 13
3556
3556
  }
3557
3557
  ],
@@ -3626,7 +3626,7 @@
3626
3626
  "sources": [
3627
3627
  {
3628
3628
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3629
- "line": 191,
3629
+ "line": 189,
3630
3630
  "character": 13
3631
3631
  }
3632
3632
  ],
@@ -3703,7 +3703,7 @@
3703
3703
  "sources": [
3704
3704
  {
3705
3705
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3706
- "line": 294,
3706
+ "line": 292,
3707
3707
  "character": 13
3708
3708
  }
3709
3709
  ],
@@ -3747,7 +3747,7 @@
3747
3747
  "sources": [
3748
3748
  {
3749
3749
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3750
- "line": 231,
3750
+ "line": 229,
3751
3751
  "character": 13
3752
3752
  }
3753
3753
  ],
@@ -3820,7 +3820,7 @@
3820
3820
  "sources": [
3821
3821
  {
3822
3822
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3823
- "line": 206,
3823
+ "line": 204,
3824
3824
  "character": 13
3825
3825
  }
3826
3826
  ],
@@ -3905,7 +3905,7 @@
3905
3905
  "sources": [
3906
3906
  {
3907
3907
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3908
- "line": 283,
3908
+ "line": 281,
3909
3909
  "character": 13
3910
3910
  }
3911
3911
  ],
@@ -3946,7 +3946,7 @@
3946
3946
  "sources": [
3947
3947
  {
3948
3948
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3949
- "line": 310,
3949
+ "line": 308,
3950
3950
  "character": 13
3951
3951
  }
3952
3952
  ],
@@ -3975,7 +3975,7 @@
3975
3975
  "sources": [
3976
3976
  {
3977
3977
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
3978
- "line": 477,
3978
+ "line": 475,
3979
3979
  "character": 9
3980
3980
  }
3981
3981
  ],
@@ -4004,7 +4004,7 @@
4004
4004
  "sources": [
4005
4005
  {
4006
4006
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4007
- "line": 483,
4007
+ "line": 481,
4008
4008
  "character": 9
4009
4009
  }
4010
4010
  ],
@@ -4048,7 +4048,7 @@
4048
4048
  "sources": [
4049
4049
  {
4050
4050
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4051
- "line": 592,
4051
+ "line": 590,
4052
4052
  "character": 9
4053
4053
  }
4054
4054
  ],
@@ -4092,7 +4092,7 @@
4092
4092
  "sources": [
4093
4093
  {
4094
4094
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4095
- "line": 564,
4095
+ "line": 562,
4096
4096
  "character": 9
4097
4097
  }
4098
4098
  ],
@@ -4121,7 +4121,7 @@
4121
4121
  "sources": [
4122
4122
  {
4123
4123
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4124
- "line": 451,
4124
+ "line": 449,
4125
4125
  "character": 9
4126
4126
  }
4127
4127
  ],
@@ -4158,7 +4158,7 @@
4158
4158
  "sources": [
4159
4159
  {
4160
4160
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4161
- "line": 463,
4161
+ "line": 461,
4162
4162
  "character": 9
4163
4163
  }
4164
4164
  ],
@@ -4195,7 +4195,7 @@
4195
4195
  "sources": [
4196
4196
  {
4197
4197
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4198
- "line": 467,
4198
+ "line": 465,
4199
4199
  "character": 9
4200
4200
  }
4201
4201
  ],
@@ -4232,7 +4232,7 @@
4232
4232
  "sources": [
4233
4233
  {
4234
4234
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4235
- "line": 570,
4235
+ "line": 568,
4236
4236
  "character": 9
4237
4237
  }
4238
4238
  ],
@@ -4287,7 +4287,7 @@
4287
4287
  "sources": [
4288
4288
  {
4289
4289
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4290
- "line": 583,
4290
+ "line": 581,
4291
4291
  "character": 9
4292
4292
  }
4293
4293
  ],
@@ -4380,7 +4380,7 @@
4380
4380
  "sources": [
4381
4381
  {
4382
4382
  "fileName": "projects/lookup/src/modules/autocomplete/autocomplete.component.ts",
4383
- "line": 69,
4383
+ "line": 67,
4384
4384
  "character": 13
4385
4385
  }
4386
4386
  ],
@@ -4435,7 +4435,7 @@
4435
4435
  "sources": [
4436
4436
  {
4437
4437
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4438
- "line": 268,
4438
+ "line": 261,
4439
4439
  "character": 2
4440
4440
  }
4441
4441
  ],
@@ -4594,7 +4594,7 @@
4594
4594
  "sources": [
4595
4595
  {
4596
4596
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4597
- "line": 74,
4597
+ "line": 67,
4598
4598
  "character": 9
4599
4599
  }
4600
4600
  ],
@@ -4614,7 +4614,7 @@
4614
4614
  "sources": [
4615
4615
  {
4616
4616
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4617
- "line": 167,
4617
+ "line": 160,
4618
4618
  "character": 9
4619
4619
  }
4620
4620
  ],
@@ -4652,7 +4652,7 @@
4652
4652
  "sources": [
4653
4653
  {
4654
4654
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4655
- "line": 176,
4655
+ "line": 169,
4656
4656
  "character": 9
4657
4657
  }
4658
4658
  ],
@@ -4673,7 +4673,7 @@
4673
4673
  "sources": [
4674
4674
  {
4675
4675
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4676
- "line": 169,
4676
+ "line": 162,
4677
4677
  "character": 9
4678
4678
  }
4679
4679
  ],
@@ -4695,7 +4695,7 @@
4695
4695
  "sources": [
4696
4696
  {
4697
4697
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4698
- "line": 230,
4698
+ "line": 223,
4699
4699
  "character": 9
4700
4700
  }
4701
4701
  ],
@@ -4737,7 +4737,7 @@
4737
4737
  "sources": [
4738
4738
  {
4739
4739
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4740
- "line": 125,
4740
+ "line": 118,
4741
4741
  "character": 9
4742
4742
  }
4743
4743
  ],
@@ -4771,7 +4771,7 @@
4771
4771
  "sources": [
4772
4772
  {
4773
4773
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4774
- "line": 232,
4774
+ "line": 225,
4775
4775
  "character": 9
4776
4776
  }
4777
4777
  ],
@@ -4791,7 +4791,7 @@
4791
4791
  "sources": [
4792
4792
  {
4793
4793
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4794
- "line": 171,
4794
+ "line": 164,
4795
4795
  "character": 9
4796
4796
  }
4797
4797
  ],
@@ -4812,7 +4812,7 @@
4812
4812
  "sources": [
4813
4813
  {
4814
4814
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4815
- "line": 373,
4815
+ "line": 366,
4816
4816
  "character": 9
4817
4817
  }
4818
4818
  ],
@@ -4835,7 +4835,7 @@
4835
4835
  "sources": [
4836
4836
  {
4837
4837
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4838
- "line": 376,
4838
+ "line": 369,
4839
4839
  "character": 9
4840
4840
  }
4841
4841
  ],
@@ -4858,7 +4858,7 @@
4858
4858
  "sources": [
4859
4859
  {
4860
4860
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4861
- "line": 173,
4861
+ "line": 166,
4862
4862
  "character": 9
4863
4863
  }
4864
4864
  ],
@@ -4894,7 +4894,7 @@
4894
4894
  "sources": [
4895
4895
  {
4896
4896
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4897
- "line": 165,
4897
+ "line": 158,
4898
4898
  "character": 9
4899
4899
  }
4900
4900
  ],
@@ -4936,7 +4936,7 @@
4936
4936
  "sources": [
4937
4937
  {
4938
4938
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
4939
- "line": 83,
4939
+ "line": 76,
4940
4940
  "character": 13
4941
4941
  }
4942
4942
  ],
@@ -5021,7 +5021,7 @@
5021
5021
  "sources": [
5022
5022
  {
5023
5023
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5024
- "line": 104,
5024
+ "line": 97,
5025
5025
  "character": 13
5026
5026
  }
5027
5027
  ],
@@ -5106,7 +5106,7 @@
5106
5106
  "sources": [
5107
5107
  {
5108
5108
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5109
- "line": 132,
5109
+ "line": 125,
5110
5110
  "character": 13
5111
5111
  }
5112
5112
  ],
@@ -5179,7 +5179,7 @@
5179
5179
  "sources": [
5180
5180
  {
5181
5181
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5182
- "line": 178,
5182
+ "line": 171,
5183
5183
  "character": 13
5184
5184
  }
5185
5185
  ],
@@ -5248,7 +5248,7 @@
5248
5248
  "sources": [
5249
5249
  {
5250
5250
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5251
- "line": 147,
5251
+ "line": 140,
5252
5252
  "character": 13
5253
5253
  }
5254
5254
  ],
@@ -5315,7 +5315,7 @@
5315
5315
  "sources": [
5316
5316
  {
5317
5317
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5318
- "line": 323,
5318
+ "line": 316,
5319
5319
  "character": 9
5320
5320
  }
5321
5321
  ],
@@ -5352,7 +5352,7 @@
5352
5352
  "sources": [
5353
5353
  {
5354
5354
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5355
- "line": 378,
5355
+ "line": 371,
5356
5356
  "character": 9
5357
5357
  }
5358
5358
  ],
@@ -5434,7 +5434,7 @@
5434
5434
  "sources": [
5435
5435
  {
5436
5436
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5437
- "line": 382,
5437
+ "line": 375,
5438
5438
  "character": 9
5439
5439
  }
5440
5440
  ],
@@ -5503,7 +5503,7 @@
5503
5503
  "sources": [
5504
5504
  {
5505
5505
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5506
- "line": 387,
5506
+ "line": 380,
5507
5507
  "character": 9
5508
5508
  }
5509
5509
  ],
@@ -5553,7 +5553,7 @@
5553
5553
  "sources": [
5554
5554
  {
5555
5555
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5556
- "line": 391,
5556
+ "line": 384,
5557
5557
  "character": 9
5558
5558
  }
5559
5559
  ],
@@ -5607,7 +5607,7 @@
5607
5607
  "sources": [
5608
5608
  {
5609
5609
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5610
- "line": 405,
5610
+ "line": 398,
5611
5611
  "character": 9
5612
5612
  }
5613
5613
  ],
@@ -5702,7 +5702,7 @@
5702
5702
  "sources": [
5703
5703
  {
5704
5704
  "fileName": "projects/lookup/src/modules/country-field/country-field.component.ts",
5705
- "line": 66,
5705
+ "line": 59,
5706
5706
  "character": 13
5707
5707
  }
5708
5708
  ],
@@ -5769,7 +5769,7 @@
5769
5769
  "sources": [
5770
5770
  {
5771
5771
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5772
- "line": 273,
5772
+ "line": 272,
5773
5773
  "character": 2
5774
5774
  }
5775
5775
  ],
@@ -5985,7 +5985,7 @@
5985
5985
  "sources": [
5986
5986
  {
5987
5987
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
5988
- "line": 181,
5988
+ "line": 180,
5989
5989
  "character": 9
5990
5990
  }
5991
5991
  ],
@@ -6030,7 +6030,7 @@
6030
6030
  "sources": [
6031
6031
  {
6032
6032
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6033
- "line": 70,
6033
+ "line": 69,
6034
6034
  "character": 9
6035
6035
  }
6036
6036
  ],
@@ -6065,7 +6065,7 @@
6065
6065
  "sources": [
6066
6066
  {
6067
6067
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6068
- "line": 79,
6068
+ "line": 78,
6069
6069
  "character": 9
6070
6070
  }
6071
6071
  ],
@@ -6106,7 +6106,7 @@
6106
6106
  "sources": [
6107
6107
  {
6108
6108
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6109
- "line": 86,
6109
+ "line": 85,
6110
6110
  "character": 9
6111
6111
  }
6112
6112
  ],
@@ -6126,7 +6126,7 @@
6126
6126
  "sources": [
6127
6127
  {
6128
6128
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6129
- "line": 222,
6129
+ "line": 221,
6130
6130
  "character": 9
6131
6131
  }
6132
6132
  ],
@@ -6176,7 +6176,7 @@
6176
6176
  "sources": [
6177
6177
  {
6178
6178
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6179
- "line": 27,
6179
+ "line": 25,
6180
6180
  "character": 9
6181
6181
  }
6182
6182
  ],
@@ -6215,7 +6215,7 @@
6215
6215
  "sources": [
6216
6216
  {
6217
6217
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6218
- "line": 111,
6218
+ "line": 110,
6219
6219
  "character": 9
6220
6220
  }
6221
6221
  ],
@@ -6251,7 +6251,7 @@
6251
6251
  "sources": [
6252
6252
  {
6253
6253
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6254
- "line": 117,
6254
+ "line": 116,
6255
6255
  "character": 9
6256
6256
  }
6257
6257
  ],
@@ -6287,7 +6287,7 @@
6287
6287
  "sources": [
6288
6288
  {
6289
6289
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6290
- "line": 130,
6290
+ "line": 129,
6291
6291
  "character": 9
6292
6292
  }
6293
6293
  ],
@@ -6321,7 +6321,7 @@
6321
6321
  "sources": [
6322
6322
  {
6323
6323
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6324
- "line": 223,
6324
+ "line": 222,
6325
6325
  "character": 9
6326
6326
  }
6327
6327
  ],
@@ -6357,7 +6357,7 @@
6357
6357
  "sources": [
6358
6358
  {
6359
6359
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6360
- "line": 123,
6360
+ "line": 122,
6361
6361
  "character": 9
6362
6362
  }
6363
6363
  ],
@@ -6389,7 +6389,7 @@
6389
6389
  "sources": [
6390
6390
  {
6391
6391
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6392
- "line": 112,
6392
+ "line": 110,
6393
6393
  "character": 9
6394
6394
  }
6395
6395
  ],
@@ -6438,7 +6438,7 @@
6438
6438
  "sources": [
6439
6439
  {
6440
6440
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6441
- "line": 102,
6441
+ "line": 100,
6442
6442
  "character": 9
6443
6443
  }
6444
6444
  ],
@@ -6481,7 +6481,7 @@
6481
6481
  "sources": [
6482
6482
  {
6483
6483
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6484
- "line": 83,
6484
+ "line": 81,
6485
6485
  "character": 9
6486
6486
  }
6487
6487
  ],
@@ -6528,7 +6528,7 @@
6528
6528
  "sources": [
6529
6529
  {
6530
6530
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6531
- "line": 109,
6531
+ "line": 107,
6532
6532
  "character": 9
6533
6533
  }
6534
6534
  ],
@@ -6573,7 +6573,7 @@
6573
6573
  "sources": [
6574
6574
  {
6575
6575
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6576
- "line": 92,
6576
+ "line": 90,
6577
6577
  "character": 9
6578
6578
  }
6579
6579
  ],
@@ -6612,7 +6612,7 @@
6612
6612
  "sources": [
6613
6613
  {
6614
6614
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6615
- "line": 136,
6615
+ "line": 135,
6616
6616
  "character": 9
6617
6617
  }
6618
6618
  ],
@@ -6648,7 +6648,7 @@
6648
6648
  "sources": [
6649
6649
  {
6650
6650
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6651
- "line": 142,
6651
+ "line": 141,
6652
6652
  "character": 9
6653
6653
  }
6654
6654
  ],
@@ -6683,7 +6683,7 @@
6683
6683
  "sources": [
6684
6684
  {
6685
6685
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6686
- "line": 224,
6686
+ "line": 223,
6687
6687
  "character": 9
6688
6688
  }
6689
6689
  ],
@@ -6724,7 +6724,7 @@
6724
6724
  "sources": [
6725
6725
  {
6726
6726
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
6727
- "line": 95,
6727
+ "line": 94,
6728
6728
  "character": 13
6729
6729
  }
6730
6730
  ],
@@ -6815,7 +6815,7 @@
6815
6815
  "sources": [
6816
6816
  {
6817
6817
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6818
- "line": 35,
6818
+ "line": 33,
6819
6819
  "character": 13
6820
6820
  }
6821
6821
  ],
@@ -6912,7 +6912,7 @@
6912
6912
  "sources": [
6913
6913
  {
6914
6914
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
6915
- "line": 48,
6915
+ "line": 46,
6916
6916
  "character": 13
6917
6917
  }
6918
6918
  ],
@@ -7015,7 +7015,7 @@
7015
7015
  "sources": [
7016
7016
  {
7017
7017
  "fileName": "projects/lookup/src/modules/lookup/lookup-autocomplete-adapter.ts",
7018
- "line": 63,
7018
+ "line": 61,
7019
7019
  "character": 13
7020
7020
  }
7021
7021
  ],
@@ -7102,7 +7102,7 @@
7102
7102
  "sources": [
7103
7103
  {
7104
7104
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7105
- "line": 149,
7105
+ "line": 148,
7106
7106
  "character": 13
7107
7107
  }
7108
7108
  ],
@@ -7177,7 +7177,7 @@
7177
7177
  "sources": [
7178
7178
  {
7179
7179
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7180
- "line": 183,
7180
+ "line": 182,
7181
7181
  "character": 13
7182
7182
  }
7183
7183
  ],
@@ -7238,7 +7238,7 @@
7238
7238
  "sources": [
7239
7239
  {
7240
7240
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7241
- "line": 207,
7241
+ "line": 206,
7242
7242
  "character": 13
7243
7243
  }
7244
7244
  ],
@@ -7299,7 +7299,7 @@
7299
7299
  "sources": [
7300
7300
  {
7301
7301
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7302
- "line": 326,
7302
+ "line": 325,
7303
7303
  "character": 9
7304
7304
  }
7305
7305
  ],
@@ -7328,7 +7328,7 @@
7328
7328
  "sources": [
7329
7329
  {
7330
7330
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7331
- "line": 433,
7331
+ "line": 432,
7332
7332
  "character": 9
7333
7333
  }
7334
7334
  ],
@@ -7357,7 +7357,7 @@
7357
7357
  "sources": [
7358
7358
  {
7359
7359
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7360
- "line": 442,
7360
+ "line": 441,
7361
7361
  "character": 9
7362
7362
  }
7363
7363
  ],
@@ -7412,7 +7412,7 @@
7412
7412
  "sources": [
7413
7413
  {
7414
7414
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7415
- "line": 464,
7415
+ "line": 463,
7416
7416
  "character": 9
7417
7417
  }
7418
7418
  ],
@@ -7456,7 +7456,7 @@
7456
7456
  "sources": [
7457
7457
  {
7458
7458
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7459
- "line": 313,
7459
+ "line": 312,
7460
7460
  "character": 9
7461
7461
  }
7462
7462
  ],
@@ -7493,7 +7493,7 @@
7493
7493
  "sources": [
7494
7494
  {
7495
7495
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7496
- "line": 319,
7496
+ "line": 318,
7497
7497
  "character": 9
7498
7498
  }
7499
7499
  ],
@@ -7530,7 +7530,7 @@
7530
7530
  "sources": [
7531
7531
  {
7532
7532
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7533
- "line": 288,
7533
+ "line": 287,
7534
7534
  "character": 9
7535
7535
  }
7536
7536
  ],
@@ -7567,7 +7567,7 @@
7567
7567
  "sources": [
7568
7568
  {
7569
7569
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7570
- "line": 344,
7570
+ "line": 343,
7571
7571
  "character": 9
7572
7572
  }
7573
7573
  ],
@@ -7596,7 +7596,7 @@
7596
7596
  "sources": [
7597
7597
  {
7598
7598
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7599
- "line": 333,
7599
+ "line": 332,
7600
7600
  "character": 9
7601
7601
  }
7602
7602
  ],
@@ -7639,7 +7639,7 @@
7639
7639
  "sources": [
7640
7640
  {
7641
7641
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7642
- "line": 409,
7642
+ "line": 408,
7643
7643
  "character": 9
7644
7644
  }
7645
7645
  ],
@@ -7684,7 +7684,7 @@
7684
7684
  "sources": [
7685
7685
  {
7686
7686
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7687
- "line": 620,
7687
+ "line": 619,
7688
7688
  "character": 9
7689
7689
  }
7690
7690
  ],
@@ -7727,7 +7727,7 @@
7727
7727
  "sources": [
7728
7728
  {
7729
7729
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7730
- "line": 490,
7730
+ "line": 489,
7731
7731
  "character": 9
7732
7732
  }
7733
7733
  ],
@@ -7756,7 +7756,7 @@
7756
7756
  "sources": [
7757
7757
  {
7758
7758
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7759
- "line": 509,
7759
+ "line": 508,
7760
7760
  "character": 9
7761
7761
  }
7762
7762
  ],
@@ -7798,7 +7798,7 @@
7798
7798
  "sources": [
7799
7799
  {
7800
7800
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7801
- "line": 348,
7801
+ "line": 347,
7802
7802
  "character": 9
7803
7803
  }
7804
7804
  ],
@@ -7843,7 +7843,7 @@
7843
7843
  "sources": [
7844
7844
  {
7845
7845
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7846
- "line": 373,
7846
+ "line": 372,
7847
7847
  "character": 9
7848
7848
  }
7849
7849
  ],
@@ -7872,7 +7872,7 @@
7872
7872
  "sources": [
7873
7873
  {
7874
7874
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7875
- "line": 379,
7875
+ "line": 378,
7876
7876
  "character": 9
7877
7877
  }
7878
7878
  ],
@@ -7916,7 +7916,7 @@
7916
7916
  "sources": [
7917
7917
  {
7918
7918
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7919
- "line": 411,
7919
+ "line": 410,
7920
7920
  "character": 9
7921
7921
  }
7922
7922
  ],
@@ -7945,7 +7945,7 @@
7945
7945
  "sources": [
7946
7946
  {
7947
7947
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7948
- "line": 574,
7948
+ "line": 573,
7949
7949
  "character": 9
7950
7950
  }
7951
7951
  ],
@@ -7987,7 +7987,7 @@
7987
7987
  "sources": [
7988
7988
  {
7989
7989
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
7990
- "line": 413,
7990
+ "line": 412,
7991
7991
  "character": 9
7992
7992
  }
7993
7993
  ],
@@ -8069,7 +8069,7 @@
8069
8069
  "sources": [
8070
8070
  {
8071
8071
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
8072
- "line": 417,
8072
+ "line": 416,
8073
8073
  "character": 9
8074
8074
  }
8075
8075
  ],
@@ -8138,7 +8138,7 @@
8138
8138
  "sources": [
8139
8139
  {
8140
8140
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
8141
- "line": 422,
8141
+ "line": 421,
8142
8142
  "character": 9
8143
8143
  }
8144
8144
  ],
@@ -8188,7 +8188,7 @@
8188
8188
  "sources": [
8189
8189
  {
8190
8190
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
8191
- "line": 402,
8191
+ "line": 401,
8192
8192
  "character": 9
8193
8193
  }
8194
8194
  ],
@@ -8311,7 +8311,7 @@
8311
8311
  "sources": [
8312
8312
  {
8313
8313
  "fileName": "projects/lookup/src/modules/lookup/lookup.component.ts",
8314
- "line": 60,
8314
+ "line": 59,
8315
8315
  "character": 13
8316
8316
  }
8317
8317
  ],
@@ -8372,7 +8372,7 @@
8372
8372
  "sources": [
8373
8373
  {
8374
8374
  "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8375
- "line": 32,
8375
+ "line": 33,
8376
8376
  "character": 2
8377
8377
  }
8378
8378
  ],
@@ -8393,7 +8393,7 @@
8393
8393
  "sources": [
8394
8394
  {
8395
8395
  "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8396
- "line": 19,
8396
+ "line": 20,
8397
8397
  "character": 2
8398
8398
  }
8399
8399
  ],
@@ -8415,7 +8415,7 @@
8415
8415
  "sources": [
8416
8416
  {
8417
8417
  "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8418
- "line": 26,
8418
+ "line": 27,
8419
8419
  "character": 2
8420
8420
  }
8421
8421
  ],
@@ -8438,7 +8438,7 @@
8438
8438
  "sources": [
8439
8439
  {
8440
8440
  "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8441
- "line": 39,
8441
+ "line": 40,
8442
8442
  "character": 2
8443
8443
  }
8444
8444
  ],
@@ -8468,7 +8468,7 @@
8468
8468
  "sources": [
8469
8469
  {
8470
8470
  "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8471
- "line": 13,
8471
+ "line": 14,
8472
8472
  "character": 2
8473
8473
  }
8474
8474
  ],
@@ -8494,7 +8494,7 @@
8494
8494
  "sources": [
8495
8495
  {
8496
8496
  "fileName": "projects/lookup/src/modules/autocomplete/types/autocomplete-search-async-args.ts",
8497
- "line": 9,
8497
+ "line": 10,
8498
8498
  "character": 17
8499
8499
  }
8500
8500
  ]
@@ -8947,7 +8947,7 @@
8947
8947
  "sources": [
8948
8948
  {
8949
8949
  "fileName": "projects/lookup/src/modules/lookup/types/lookup-show-more-config.ts",
8950
- "line": 15,
8950
+ "line": 14,
8951
8951
  "character": 2
8952
8952
  }
8953
8953
  ],
@@ -8971,7 +8971,7 @@
8971
8971
  "sources": [
8972
8972
  {
8973
8973
  "fileName": "projects/lookup/src/modules/lookup/types/lookup-show-more-config.ts",
8974
- "line": 20,
8974
+ "line": 19,
8975
8975
  "character": 2
8976
8976
  }
8977
8977
  ],
@@ -8995,7 +8995,7 @@
8995
8995
  "sources": [
8996
8996
  {
8997
8997
  "fileName": "projects/lookup/src/modules/lookup/types/lookup-show-more-config.ts",
8998
- "line": 11,
8998
+ "line": 10,
8999
8999
  "character": 17
9000
9000
  }
9001
9001
  ]
@@ -9455,12 +9455,12 @@
9455
9455
  {
9456
9456
  "fileName": "autocomplete-demo.component.ts",
9457
9457
  "filePath": "/projects/lookup/documentation/code-examples/autocomplete/advanced/autocomplete-demo.component.ts",
9458
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\nimport {\n SkyAutocompleteSearchFunctionFilter,\n SkyAutocompleteSelectionChange,\n} from '@skyux/lookup';\n\n@Component({\n selector: 'app-autocomplete-demo',\n templateUrl: './autocomplete-demo.component.html',\n})\nexport class AutocompleteDemoComponent implements OnInit {\n public farthestPlanet: any;\n\n public myForm: FormGroup;\n\n public planets: any[] = [\n {\n name: 'Mercury',\n description: 'Mercury is a planet in our solar system.',\n },\n { name: 'Venus', description: 'Venus is a planet in our solar system.' },\n { name: 'Earth', description: 'Earth is a planet in our solar system.' },\n { name: 'Mars', description: 'Mars is a planet in our solar system.' },\n {\n name: 'Jupiter',\n description: 'Jupiter is a planet in our solar system.',\n },\n { name: 'Saturn', description: 'Saturn is a planet in our solar system.' },\n { name: 'Uranus', description: 'Uranus is a planet in our solar system.' },\n {\n name: 'Neptune',\n description: 'Neptune is a planet in our solar system.',\n },\n ];\n\n public searchFilters: SkyAutocompleteSearchFunctionFilter[] = [\n (searchText: string, item: any): boolean => {\n return item.name !== 'Red';\n },\n ];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n }\n\n public onPlanetSelection(args: SkyAutocompleteSelectionChange): void {\n alert(`You selected ${args.selectedItem.name}`);\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n farthestPlanet: {},\n });\n }\n}\n"
9458
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchFunctionFilter,\n SkyAutocompleteSelectionChange,\n} from '@skyux/lookup';\n\n@Component({\n selector: 'app-autocomplete-demo',\n templateUrl: './autocomplete-demo.component.html',\n})\nexport class AutocompleteDemoComponent implements OnInit {\n public farthestPlanet: any;\n\n public myForm: FormGroup;\n\n public planets: any[] = [\n {\n name: 'Mercury',\n description: 'Mercury is a planet in our solar system.',\n },\n { name: 'Venus', description: 'Venus is a planet in our solar system.' },\n { name: 'Earth', description: 'Earth is a planet in our solar system.' },\n { name: 'Mars', description: 'Mars is a planet in our solar system.' },\n {\n name: 'Jupiter',\n description: 'Jupiter is a planet in our solar system.',\n },\n { name: 'Saturn', description: 'Saturn is a planet in our solar system.' },\n { name: 'Uranus', description: 'Uranus is a planet in our solar system.' },\n {\n name: 'Neptune',\n description: 'Neptune is a planet in our solar system.',\n },\n ];\n\n public searchFilters: SkyAutocompleteSearchFunctionFilter[] = [\n (searchText: string, item: any): boolean => {\n return item.name !== 'Red';\n },\n ];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n }\n\n public onPlanetSelection(args: SkyAutocompleteSelectionChange): void {\n alert(`You selected ${args.selectedItem.name}`);\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n farthestPlanet: {},\n });\n }\n}\n"
9459
9459
  },
9460
9460
  {
9461
9461
  "fileName": "autocomplete-demo.module.ts",
9462
9462
  "filePath": "/projects/lookup/documentation/code-examples/autocomplete/advanced/autocomplete-demo.module.ts",
9463
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyAutocompleteModule } from '@skyux/lookup';\n\nimport { AutocompleteDemoComponent } from './autocomplete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIconModule,\n ],\n declarations: [AutocompleteDemoComponent],\n exports: [AutocompleteDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
9463
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIconModule } from '@skyux/indicators';\nimport { SkyAutocompleteModule } from '@skyux/lookup';\n\nimport { AutocompleteDemoComponent } from './autocomplete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIconModule,\n ],\n declarations: [AutocompleteDemoComponent],\n exports: [AutocompleteDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
9464
9464
  },
9465
9465
  {
9466
9466
  "fileName": "autocomplete-demo.component.html",
@@ -9470,12 +9470,12 @@
9470
9470
  {
9471
9471
  "fileName": "autocomplete-demo.component.ts",
9472
9472
  "filePath": "/projects/lookup/documentation/code-examples/autocomplete/basic/autocomplete-demo.component.ts",
9473
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\n@Component({\n selector: 'app-autocomplete-demo',\n templateUrl: './autocomplete-demo.component.html',\n})\nexport class AutocompleteDemoComponent implements OnInit {\n public colors: any[] = [\n { name: 'Red' },\n { name: 'Blue' },\n { name: 'Green' },\n { name: 'Orange' },\n { name: 'Pink' },\n { name: 'Purple' },\n { name: 'Yellow' },\n { name: 'Brown' },\n { name: 'Turquoise' },\n { name: 'White' },\n { name: 'Black' },\n ];\n\n public myForm: FormGroup;\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n favoriteColor: undefined,\n });\n }\n}\n"
9473
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\n@Component({\n selector: 'app-autocomplete-demo',\n templateUrl: './autocomplete-demo.component.html',\n})\nexport class AutocompleteDemoComponent implements OnInit {\n public colors: any[] = [\n { name: 'Red' },\n { name: 'Blue' },\n { name: 'Green' },\n { name: 'Orange' },\n { name: 'Pink' },\n { name: 'Purple' },\n { name: 'Yellow' },\n { name: 'Brown' },\n { name: 'Turquoise' },\n { name: 'White' },\n { name: 'Black' },\n ];\n\n public myForm: FormGroup;\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n favoriteColor: undefined,\n });\n }\n}\n"
9474
9474
  },
9475
9475
  {
9476
9476
  "fileName": "autocomplete-demo.module.ts",
9477
9477
  "filePath": "/projects/lookup/documentation/code-examples/autocomplete/basic/autocomplete-demo.module.ts",
9478
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyAutocompleteModule } from '@skyux/lookup';\n\nimport { AutocompleteDemoComponent } from './autocomplete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIdModule,\n ],\n declarations: [AutocompleteDemoComponent],\n exports: [AutocompleteDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
9478
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyAutocompleteModule } from '@skyux/lookup';\n\nimport { AutocompleteDemoComponent } from './autocomplete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIdModule,\n ],\n declarations: [AutocompleteDemoComponent],\n exports: [AutocompleteDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
9479
9479
  },
9480
9480
  {
9481
9481
  "fileName": "autocomplete-demo.component.html",
@@ -9485,12 +9485,12 @@
9485
9485
  {
9486
9486
  "fileName": "autocomplete-demo.component.ts",
9487
9487
  "filePath": "/projects/lookup/documentation/code-examples/autocomplete/custom-search/autocomplete-demo.component.ts",
9488
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\nimport {\n SkyAutocompleteSearchFunction,\n SkyAutocompleteSearchFunctionResponse,\n} from '@skyux/lookup';\n\n@Component({\n selector: 'app-autocomplete-demo',\n templateUrl: './autocomplete-demo.component.html',\n})\nexport class AutocompleteDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public largestOcean: any;\n\n public oceans: any[] = [\n { title: 'Arctic', id: 1 },\n { title: 'Atlantic', id: 2 },\n { title: 'Indian', id: 3 },\n { title: 'Pacific', id: 4 },\n ];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n }\n\n public getOceanSearchFunction(): SkyAutocompleteSearchFunction {\n const searchFunction = (\n searchText: string,\n oceans: any[]\n ): SkyAutocompleteSearchFunctionResponse => {\n return new Promise((resolve: Function) => {\n const searchTextLower = searchText.toLowerCase();\n\n const results = oceans.filter((ocean: any) => {\n const val = ocean.title;\n const isMatch =\n val && val.toString().toLowerCase().indexOf(searchTextLower) > -1;\n return isMatch;\n });\n\n // Simulate an async request.\n setTimeout(() => {\n resolve(results);\n }, 500);\n });\n };\n\n return searchFunction;\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n largestOcean: { title: 'Arctic', id: 1 },\n });\n }\n}\n"
9488
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchFunction,\n SkyAutocompleteSearchFunctionResponse,\n} from '@skyux/lookup';\n\n@Component({\n selector: 'app-autocomplete-demo',\n templateUrl: './autocomplete-demo.component.html',\n})\nexport class AutocompleteDemoComponent implements OnInit {\n public myForm: FormGroup;\n\n public largestOcean: any;\n\n public oceans: any[] = [\n { title: 'Arctic', id: 1 },\n { title: 'Atlantic', id: 2 },\n { title: 'Indian', id: 3 },\n { title: 'Pacific', id: 4 },\n ];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n }\n\n public getOceanSearchFunction(): SkyAutocompleteSearchFunction {\n const searchFunction = (\n searchText: string,\n oceans: any[]\n ): SkyAutocompleteSearchFunctionResponse => {\n return new Promise((resolve: Function) => {\n const searchTextLower = searchText.toLowerCase();\n\n const results = oceans.filter((ocean: any) => {\n const val = ocean.title;\n const isMatch =\n val && val.toString().toLowerCase().indexOf(searchTextLower) > -1;\n return isMatch;\n });\n\n // Simulate an async request.\n setTimeout(() => {\n resolve(results);\n }, 500);\n });\n };\n\n return searchFunction;\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n largestOcean: { title: 'Arctic', id: 1 },\n });\n }\n}\n"
9489
9489
  },
9490
9490
  {
9491
9491
  "fileName": "autocomplete-demo.module.ts",
9492
9492
  "filePath": "/projects/lookup/documentation/code-examples/autocomplete/custom-search/autocomplete-demo.module.ts",
9493
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyAutocompleteModule } from '@skyux/lookup';\n\nimport { AutocompleteDemoComponent } from './autocomplete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIconModule,\n SkyIdModule,\n ],\n declarations: [AutocompleteDemoComponent],\n exports: [AutocompleteDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
9493
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyIconModule } from '@skyux/indicators';\nimport { SkyAutocompleteModule } from '@skyux/lookup';\n\nimport { AutocompleteDemoComponent } from './autocomplete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIconModule,\n SkyIdModule,\n ],\n declarations: [AutocompleteDemoComponent],\n exports: [AutocompleteDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
9494
9494
  },
9495
9495
  {
9496
9496
  "fileName": "autocomplete-demo.component.html",
@@ -9500,12 +9500,12 @@
9500
9500
  {
9501
9501
  "fileName": "autocomplete-demo.component.ts",
9502
9502
  "filePath": "/projects/lookup/documentation/code-examples/autocomplete/search-filters/autocomplete-demo.component.ts",
9503
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormGroup } from '@angular/forms';\n\nimport { SkyAutocompleteSearchFunctionFilter } from '@skyux/lookup';\n\n@Component({\n selector: 'app-autocomplete-demo',\n templateUrl: './autocomplete-demo.component.html',\n})\nexport class AutocompleteDemoComponent implements OnInit {\n public colors: any[] = [\n { name: 'Red' },\n { name: 'Blue' },\n { name: 'Green' },\n { name: 'Orange' },\n { name: 'Pink' },\n { name: 'Purple' },\n { name: 'Yellow' },\n { name: 'Brown' },\n { name: 'Turquoise' },\n { name: 'White' },\n { name: 'Black' },\n ];\n\n public myForm: FormGroup;\n\n public searchFilters: SkyAutocompleteSearchFunctionFilter[] = [\n (searchText: string, item: any): boolean => {\n return item.name !== 'Red';\n },\n ];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n favoriteColor: undefined,\n });\n }\n}\n"
9503
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormGroup } from '@angular/forms';\nimport { SkyAutocompleteSearchFunctionFilter } from '@skyux/lookup';\n\n@Component({\n selector: 'app-autocomplete-demo',\n templateUrl: './autocomplete-demo.component.html',\n})\nexport class AutocompleteDemoComponent implements OnInit {\n public colors: any[] = [\n { name: 'Red' },\n { name: 'Blue' },\n { name: 'Green' },\n { name: 'Orange' },\n { name: 'Pink' },\n { name: 'Purple' },\n { name: 'Yellow' },\n { name: 'Brown' },\n { name: 'Turquoise' },\n { name: 'White' },\n { name: 'Black' },\n ];\n\n public myForm: FormGroup;\n\n public searchFilters: SkyAutocompleteSearchFunctionFilter[] = [\n (searchText: string, item: any): boolean => {\n return item.name !== 'Red';\n },\n ];\n\n constructor(private formBuilder: FormBuilder) {}\n\n public ngOnInit(): void {\n this.createForm();\n }\n\n private createForm(): void {\n this.myForm = this.formBuilder.group({\n favoriteColor: undefined,\n });\n }\n}\n"
9504
9504
  },
9505
9505
  {
9506
9506
  "fileName": "autocomplete-demo.module.ts",
9507
9507
  "filePath": "/projects/lookup/documentation/code-examples/autocomplete/search-filters/autocomplete-demo.module.ts",
9508
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyAutocompleteModule } from '@skyux/lookup';\n\nimport { AutocompleteDemoComponent } from './autocomplete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIdModule,\n ],\n declarations: [AutocompleteDemoComponent],\n exports: [AutocompleteDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
9508
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyAutocompleteModule } from '@skyux/lookup';\n\nimport { AutocompleteDemoComponent } from './autocomplete-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyAutocompleteModule,\n SkyIdModule,\n ],\n declarations: [AutocompleteDemoComponent],\n exports: [AutocompleteDemoComponent],\n})\nexport class AutocompleteDemoModule {}\n"
9509
9509
  },
9510
9510
  {
9511
9511
  "fileName": "country-field-demo.component.html",
@@ -9515,12 +9515,12 @@
9515
9515
  {
9516
9516
  "fileName": "country-field-demo.component.ts",
9517
9517
  "filePath": "/projects/lookup/documentation/code-examples/country-field/basic/country-field-demo.component.ts",
9518
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormControl, FormGroup, Validators } from '@angular/forms';\n\nimport { SkyCountryFieldCountry } from '@skyux/lookup';\n\n@Component({\n selector: 'app-country-field-demo',\n templateUrl: './country-field-demo.component.html',\n})\nexport class CountryFieldDemoComponent implements OnInit {\n public countryControl: FormControl;\n\n public countryData: SkyCountryFieldCountry;\n\n public countryForm: FormGroup;\n\n constructor() {}\n\n public ngOnInit(): void {\n this.countryControl = new FormControl();\n this.countryControl.setValue({\n name: 'Australia',\n iso2: 'au',\n });\n this.countryForm = new FormGroup({\n countryControl: this.countryControl,\n });\n\n this.countryControl.setValidators([Validators.required]);\n }\n}\n"
9518
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormControl, FormGroup, Validators } from '@angular/forms';\nimport { SkyCountryFieldCountry } from '@skyux/lookup';\n\n@Component({\n selector: 'app-country-field-demo',\n templateUrl: './country-field-demo.component.html',\n})\nexport class CountryFieldDemoComponent implements OnInit {\n public countryControl: FormControl;\n\n public countryData: SkyCountryFieldCountry;\n\n public countryForm: FormGroup;\n\n constructor() {}\n\n public ngOnInit(): void {\n this.countryControl = new FormControl();\n this.countryControl.setValue({\n name: 'Australia',\n iso2: 'au',\n });\n this.countryForm = new FormGroup({\n countryControl: this.countryControl,\n });\n\n this.countryControl.setValidators([Validators.required]);\n }\n}\n"
9519
9519
  },
9520
9520
  {
9521
9521
  "fileName": "country-field-demo.module.ts",
9522
9522
  "filePath": "/projects/lookup/documentation/code-examples/country-field/basic/country-field-demo.module.ts",
9523
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { SkyCountryFieldModule } from '@skyux/lookup';\n\nimport { CountryFieldDemoComponent } from './country-field-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyCountryFieldModule,\n SkyInputBoxModule,\n ],\n declarations: [CountryFieldDemoComponent],\n exports: [CountryFieldDemoComponent],\n})\nexport class CountryFieldDemoModule {}\n"
9523
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyCountryFieldModule } from '@skyux/lookup';\n\nimport { CountryFieldDemoComponent } from './country-field-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyCountryFieldModule,\n SkyInputBoxModule,\n ],\n declarations: [CountryFieldDemoComponent],\n exports: [CountryFieldDemoComponent],\n})\nexport class CountryFieldDemoModule {}\n"
9524
9524
  },
9525
9525
  {
9526
9526
  "fileName": "lookup-async-demo.component.html",
@@ -9535,12 +9535,12 @@
9535
9535
  {
9536
9536
  "fileName": "lookup-async-demo.component.ts",
9537
9537
  "filePath": "/projects/lookup/documentation/code-examples/lookup/async/lookup-async-demo.component.ts",
9538
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport { SkyAutocompleteSearchAsyncArgs } from 'lookup';\n\nimport {\n SkyAutocompleteSearchAsyncResult,\n SkyAutocompleteSearchFunctionFilter,\n} from '@skyux/lookup';\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: any[] = [\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: any[] = [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: any[] = this.myForm.controls.name.value;\n return [\n (searchText: string, item: any): boolean => {\n const found = name.find((option) => option.name === item.name);\n return !found;\n },\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"
9538
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyAutocompleteSearchAsyncResult,\n SkyAutocompleteSearchFunctionFilter,\n} from '@skyux/lookup';\n\nimport { SkyAutocompleteSearchAsyncArgs } from 'lookup';\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: any[] = [\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: any[] = [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: any[] = this.myForm.controls.name.value;\n return [\n (searchText: string, item: any): boolean => {\n const found = name.find((option) => option.name === item.name);\n return !found;\n },\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"
9539
9539
  },
9540
9540
  {
9541
9541
  "fileName": "lookup-async-demo.module.ts",
9542
9542
  "filePath": "/projects/lookup/documentation/code-examples/lookup/async/lookup-async-demo.module.ts",
9543
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyInputBoxModule } from '@skyux/forms';\n\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"
9543
+ "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"
9544
9544
  },
9545
9545
  {
9546
9546
  "fileName": "lookup-custom-picker-demo-modal.component.html",
@@ -9550,7 +9550,7 @@
9550
9550
  {
9551
9551
  "fileName": "lookup-custom-picker-demo-modal.component.ts",
9552
9552
  "filePath": "/projects/lookup/documentation/code-examples/lookup/custom-picker/lookup-custom-picker-demo-modal.component.ts",
9553
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\n\nimport { SkyLookupShowMoreCustomPickerContext } from '@skyux/lookup';\n\nimport { SkyModalInstance } from '@skyux/modals';\n\n@Component({\n selector: 'app-lookup-demo-modal',\n templateUrl: './lookup-custom-picker-demo-modal.component.html',\n})\nexport class LookupCustomPickerDemoModalComponent implements OnInit {\n public myForm: FormGroup;\n\n constructor(\n private formBuilder: FormBuilder,\n public context: SkyLookupShowMoreCustomPickerContext,\n public modalInstance: SkyModalInstance\n ) {}\n\n public ngOnInit(): void {\n this.myForm = this.formBuilder.group({\n selectLast: new FormControl(false),\n });\n }\n}\n"
9553
+ "rawContents": "import { Component, OnInit } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport { SkyLookupShowMoreCustomPickerContext } from '@skyux/lookup';\nimport { SkyModalInstance } from '@skyux/modals';\n\n@Component({\n selector: 'app-lookup-demo-modal',\n templateUrl: './lookup-custom-picker-demo-modal.component.html',\n})\nexport class LookupCustomPickerDemoModalComponent implements OnInit {\n public myForm: FormGroup;\n\n constructor(\n private formBuilder: FormBuilder,\n public context: SkyLookupShowMoreCustomPickerContext,\n public modalInstance: SkyModalInstance\n ) {}\n\n public ngOnInit(): void {\n this.myForm = this.formBuilder.group({\n selectLast: new FormControl(false),\n });\n }\n}\n"
9554
9554
  },
9555
9555
  {
9556
9556
  "fileName": "lookup-custom-picker-demo.component.html",
@@ -9565,12 +9565,12 @@
9565
9565
  {
9566
9566
  "fileName": "lookup-custom-picker-demo.component.ts",
9567
9567
  "filePath": "/projects/lookup/documentation/code-examples/lookup/custom-picker/lookup-custom-picker-demo.component.ts",
9568
- "rawContents": "import { ChangeDetectorRef, Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\n\nimport {\n SkyAutocompleteSearchFunctionFilter,\n SkyLookupShowMoreConfig,\n SkyLookupShowMoreCustomPickerContext,\n} from '@skyux/lookup';\n\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: any[] = [\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: any[] = [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 }\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: 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 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"
9568
+ "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: any[] = [\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: any[] = [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 }\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: 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 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"
9569
9569
  },
9570
9570
  {
9571
9571
  "fileName": "lookup-custom-picker-demo.module.ts",
9572
9572
  "filePath": "/projects/lookup/documentation/code-examples/lookup/custom-picker/lookup-custom-picker-demo.module.ts",
9573
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyCheckboxModule, SkyInputBoxModule } from '@skyux/forms';\n\nimport { SkyLookupModule } from '@skyux/lookup';\n\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { LookupCustomPickerDemoComponent } from './lookup-custom-picker-demo.component';\n\nimport { LookupCustomPickerDemoModalComponent } from './lookup-custom-picker-demo-modal.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 entryComponents: [LookupCustomPickerDemoModalComponent],\n})\nexport class LookupCustomPickerDemoModule {}\n"
9573
+ "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 entryComponents: [LookupCustomPickerDemoModalComponent],\n})\nexport class LookupCustomPickerDemoModule {}\n"
9574
9574
  },
9575
9575
  {
9576
9576
  "fileName": "lookup-multiple-demo.component.html",
@@ -9585,12 +9585,12 @@
9585
9585
  {
9586
9586
  "fileName": "lookup-multiple-demo.component.ts",
9587
9587
  "filePath": "/projects/lookup/documentation/code-examples/lookup/multi-select/lookup-multiple-demo.component.ts",
9588
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\n\nimport { SkyAutocompleteSearchFunctionFilter } 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: any[] = [\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: any[] = [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 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 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"
9588
+ "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-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: any[] = [\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: any[] = [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 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 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"
9589
9589
  },
9590
9590
  {
9591
9591
  "fileName": "lookup-multiple-demo.module.ts",
9592
9592
  "filePath": "/projects/lookup/documentation/code-examples/lookup/multi-select/lookup-multiple-demo.module.ts",
9593
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyInputBoxModule } from '@skyux/forms';\n\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"
9593
+ "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"
9594
9594
  },
9595
9595
  {
9596
9596
  "fileName": "lookup-result-templates-demo.component.html",
@@ -9605,12 +9605,12 @@
9605
9605
  {
9606
9606
  "fileName": "lookup-result-templates-demo.component.ts",
9607
9607
  "filePath": "/projects/lookup/documentation/code-examples/lookup/result-templates/lookup-result-templates-demo.component.ts",
9608
- "rawContents": "import { Component, OnInit, TemplateRef, ViewChild } from '@angular/core';\n\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\n\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: any[] = [\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: any[] = [this.people[15]];\n\n public showMoreConfig: SkyLookupShowMoreConfig = {\n nativePickerConfig: {},\n };\n\n @ViewChild('modalItemTemplate')\n public set modalItemTempalte(template: TemplateRef<any>) {\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 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"
9608
+ "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: any[] = [\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: any[] = [this.people[15]];\n\n public showMoreConfig: SkyLookupShowMoreConfig = {\n nativePickerConfig: {},\n };\n\n @ViewChild('modalItemTemplate')\n public set modalItemTempalte(template: TemplateRef<any>) {\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 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"
9609
9609
  },
9610
9610
  {
9611
9611
  "fileName": "lookup-result-templates-demo.module.ts",
9612
9612
  "filePath": "/projects/lookup/documentation/code-examples/lookup/result-templates/lookup-result-templates-demo.module.ts",
9613
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyInputBoxModule } from '@skyux/forms';\n\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"
9613
+ "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"
9614
9614
  },
9615
9615
  {
9616
9616
  "fileName": "lookup-single-demo.component.html",
@@ -9625,12 +9625,12 @@
9625
9625
  {
9626
9626
  "fileName": "lookup-single-demo.component.ts",
9627
9627
  "filePath": "/projects/lookup/documentation/code-examples/lookup/single-select/lookup-single-demo.component.ts",
9628
- "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\n\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: any[] = [\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: any[] = [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: any[] = this.myForm.controls.name.value;\n return [\n (searchText: string, item: any): boolean => {\n const found = name.find((option) => option.name === item.name);\n return !found;\n },\n ];\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"
9628
+ "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: any[] = [\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: any[] = [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: any[] = this.myForm.controls.name.value;\n return [\n (searchText: string, item: any): boolean => {\n const found = name.find((option) => option.name === item.name);\n return !found;\n },\n ];\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"
9629
9629
  },
9630
9630
  {
9631
9631
  "fileName": "lookup-single-demo.module.ts",
9632
9632
  "filePath": "/projects/lookup/documentation/code-examples/lookup/single-select/lookup-single-demo.module.ts",
9633
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { ReactiveFormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyInputBoxModule } from '@skyux/forms';\n\nimport { SkyLookupModule } from '@skyux/lookup';\n\nimport { LookupSingleSelectDemoComponent } from './lookup-single-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyLookupModule,\n ],\n declarations: [LookupSingleSelectDemoComponent],\n exports: [LookupSingleSelectDemoComponent],\n})\nexport class LookupSingleSelectDemoModule {}\n"
9633
+ "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 { LookupSingleSelectDemoComponent } from './lookup-single-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyLookupModule,\n ],\n declarations: [LookupSingleSelectDemoComponent],\n exports: [LookupSingleSelectDemoComponent],\n})\nexport class LookupSingleSelectDemoModule {}\n"
9634
9634
  },
9635
9635
  {
9636
9636
  "fileName": "search-demo.component.html",
@@ -9645,7 +9645,7 @@
9645
9645
  {
9646
9646
  "fileName": "search-demo.module.ts",
9647
9647
  "filePath": "/projects/lookup/documentation/code-examples/search/basic/search-demo.module.ts",
9648
- "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { SkyRepeaterModule } from '@skyux/lists';\n\nimport { SkySearchModule } from '@skyux/lookup';\n\nimport { SearchDemoComponent } from './search-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyRepeaterModule, SkySearchModule, SkyToolbarModule],\n declarations: [SearchDemoComponent],\n exports: [SearchDemoComponent],\n})\nexport class SearchDemoModule {}\n"
9648
+ "rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkySearchModule } from '@skyux/lookup';\n\nimport { SearchDemoComponent } from './search-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyRepeaterModule, SkySearchModule, SkyToolbarModule],\n declarations: [SearchDemoComponent],\n exports: [SearchDemoComponent],\n})\nexport class SearchDemoModule {}\n"
9649
9649
  }
9650
9650
  ]
9651
9651
  }