@omnic/widget-locations 1.1.14 → 1.1.15

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 CHANGED
@@ -158,6 +158,7 @@ Then `OMNIC_WIDGET_LOCATIONS_CONFIG` has the following structure:
158
158
  | hideDeliveryTime | boolean | Whether to hide delivery time |
159
159
  | hideCloseButtonOnLocationScreen | boolean | Whether to hide close button on location screen |
160
160
  | disableGeolocation | boolean | Whether to disable geolocation |
161
+ | skipPointInfo | boolean | if true - open parcel-locker details window immediately |
161
162
  | onPointClick | function | Callback that will be called when user clicks on a point on the map. |
162
163
  | onLocationSelect | function | Callback that will be called when user selects a location Callback will be called with `google.maps.places.PlaceResult` argument |
163
164
  | onCloseLocationSelector | function | Callback that will be called when user closes location selector |
@@ -67,6 +67,7 @@ export interface WidgetConfig {
67
67
  startScreen?: StartScreenType;
68
68
  disableDelivery?: boolean;
69
69
  hideCloseButtonOnLocationScreen?: boolean;
70
+ skipPointInfo?: boolean;
70
71
  onPointClick?: PointClickHandler;
71
72
  onLocationSelect?: LocationSelectHandler;
72
73
  onCloseLocationSelector?: CloseLocationSelectorHandler;