@tactics/lokaal-loket 0.0.224 → 0.0.226

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1346,13 +1346,13 @@ interface ILocationBasedMap {
1346
1346
  points?: IPoints;
1347
1347
  showLoader: boolean;
1348
1348
  loader?: React__default.ReactNode;
1349
- origin: IOrigin;
1349
+ origin?: IOrigin;
1350
1350
  legend?: React__default.ReactElement<IMapLegendItem>[];
1351
1351
  legendToggle?: React__default.ReactElement<IMapLegendLabel>;
1352
1352
  onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number, zoomLevel: number) => void;
1353
1353
  }
1354
1354
  interface IDirectionBasedMapBase {
1355
- routes: IRoutes;
1355
+ routes?: IRoutes;
1356
1356
  activeRoute: IRoute | null;
1357
1357
  points?: IPoints;
1358
1358
  showLoader: boolean;
@@ -1817,7 +1817,7 @@ interface ISearchSectionResultsWithMap {
1817
1817
  map?: React__default.ReactElement;
1818
1818
  }
1819
1819
 
1820
- declare const SearchSectionResultsWithMap: (props: ISearchSectionResultsWithMap) => react_jsx_runtime.JSX.Element;
1820
+ declare const SearchSectionResultsWithMap: React$1.ForwardRefExoticComponent<ISearchSectionResultsWithMap & React$1.RefAttributes<HTMLDivElement>>;
1821
1821
 
1822
1822
  declare enum AccordeonContext {
1823
1823
  OPEN = "OPEN",
package/build/index.d.ts CHANGED
@@ -1346,13 +1346,13 @@ interface ILocationBasedMap {
1346
1346
  points?: IPoints;
1347
1347
  showLoader: boolean;
1348
1348
  loader?: React__default.ReactNode;
1349
- origin: IOrigin;
1349
+ origin?: IOrigin;
1350
1350
  legend?: React__default.ReactElement<IMapLegendItem>[];
1351
1351
  legendToggle?: React__default.ReactElement<IMapLegendLabel>;
1352
1352
  onAreaChange?: (center: google.maps.LatLng, bounds: google.maps.LatLngBounds, radius: number, zoomLevel: number) => void;
1353
1353
  }
1354
1354
  interface IDirectionBasedMapBase {
1355
- routes: IRoutes;
1355
+ routes?: IRoutes;
1356
1356
  activeRoute: IRoute | null;
1357
1357
  points?: IPoints;
1358
1358
  showLoader: boolean;
@@ -1817,7 +1817,7 @@ interface ISearchSectionResultsWithMap {
1817
1817
  map?: React__default.ReactElement;
1818
1818
  }
1819
1819
 
1820
- declare const SearchSectionResultsWithMap: (props: ISearchSectionResultsWithMap) => react_jsx_runtime.JSX.Element;
1820
+ declare const SearchSectionResultsWithMap: React$1.ForwardRefExoticComponent<ISearchSectionResultsWithMap & React$1.RefAttributes<HTMLDivElement>>;
1821
1821
 
1822
1822
  declare enum AccordeonContext {
1823
1823
  OPEN = "OPEN",