@theroutingcompany/components 0.0.115 → 0.0.116
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.
|
@@ -23557,7 +23557,7 @@ const Sh = M(dt)`
|
|
|
23557
23557
|
options: n = {},
|
|
23558
23558
|
libraries: r = ["places"],
|
|
23559
23559
|
googleMapsScriptBaseUrl: o,
|
|
23560
|
-
debounce: a =
|
|
23560
|
+
debounce: a = 750,
|
|
23561
23561
|
defaultValue: i,
|
|
23562
23562
|
value: l,
|
|
23563
23563
|
onChange: s,
|
|
@@ -23578,6 +23578,8 @@ const Sh = M(dt)`
|
|
|
23578
23578
|
l && D(l);
|
|
23579
23579
|
}, [l]);
|
|
23580
23580
|
const {
|
|
23581
|
+
// autocompleteSessionToken,
|
|
23582
|
+
// refreshSessionToken,
|
|
23581
23583
|
placesService: _,
|
|
23582
23584
|
placePredictions: N,
|
|
23583
23585
|
getPlacePredictions: A,
|
|
@@ -23590,7 +23592,8 @@ const Sh = M(dt)`
|
|
|
23590
23592
|
options: {
|
|
23591
23593
|
input: S,
|
|
23592
23594
|
...n
|
|
23593
|
-
}
|
|
23595
|
+
},
|
|
23596
|
+
sessionToken: !0
|
|
23594
23597
|
}), [j, P] = Q(-1), Z = re(
|
|
23595
23598
|
(ee) => {
|
|
23596
23599
|
ee && (_ == null || _.getDetails(
|