@theroutingcompany/components 0.0.107 → 0.0.109-alpha.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.
|
@@ -23592,7 +23592,7 @@ const Sh = F(dt)`
|
|
|
23592
23592
|
}), [P, j] = Z(-1), T = S.length > 0 && !A && _.length === 0, Q = te(
|
|
23593
23593
|
(N) => {
|
|
23594
23594
|
N && (L == null || L.getDetails(
|
|
23595
|
-
{ placeId: N.place_id ?? "" },
|
|
23595
|
+
{ placeId: N.place_id ?? "", fields: n == null ? void 0 : n.fields },
|
|
23596
23596
|
(O, V) => {
|
|
23597
23597
|
if (O && V === google.maps.places.PlacesServiceStatus.OK) {
|
|
23598
23598
|
const ee = MO(O);
|
|
@@ -23602,7 +23602,7 @@ const Sh = F(dt)`
|
|
|
23602
23602
|
}
|
|
23603
23603
|
));
|
|
23604
23604
|
},
|
|
23605
|
-
[s, $, L]
|
|
23605
|
+
[s, n == null ? void 0 : n.fields, $, L]
|
|
23606
23606
|
);
|
|
23607
23607
|
return _l(() => {
|
|
23608
23608
|
document.activeElement === E.current && $.close();
|