@digitransit-component/digitransit-component-autosuggest 2.0.8 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/index.development.js +6 -6
- package/lib/index.js +5 -5
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ const getAutoSuggestIcons: {
|
|
|
60
60
|
}
|
|
61
61
|
const transportMode = undefined;
|
|
62
62
|
const placeholder = "stop-near-you";
|
|
63
|
-
const targets = ['Locations', 'Stops', 'Routes']; // Defines what you are searching. all available options are Locations, Stops, Routes, VehicleRentalStation, FutureRoutes, MapPosition and CurrentPosition. Leave empty to search all targets.
|
|
63
|
+
const targets = ['Locations', 'Stops', 'Routes']; // Defines what you are searching. all available options are Locations, Stops, Stations, Routes, VehicleRentalStation, FutureRoutes, MapPosition and CurrentPosition. Leave empty to search all targets.
|
|
64
64
|
const sources = ['Favourite', 'History', 'Datasource'] // Defines where you are searching. all available are: Favourite, History (previously searched searches) and Datasource. Leave empty to use all sources.
|
|
65
65
|
return (
|
|
66
66
|
<DTAutosuggest
|