@panoramax/web-viewer 4.0.2-develop-9ec3afb6 → 4.0.2-develop-06eea2b0

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.
@@ -31,7 +31,7 @@
31
31
  * [.areAnnotationsVisible()](#Panoramax.components.ui.Photo+areAnnotationsVisible) ⇒ <code>boolean</code>
32
32
  * [.toggleAllAnnotations(visible)](#Panoramax.components.ui.Photo+toggleAllAnnotations)
33
33
  * [.focusOnAnnotation(id)](#Panoramax.components.ui.Photo+focusOnAnnotation)
34
- * [.unfocusAnnotation()](#Panoramax.components.ui.Photo+unfocusAnnotation)
34
+ * [.unfocusAnnotation([skipEvent])](#Panoramax.components.ui.Photo+unfocusAnnotation)
35
35
  * [.forceRefresh()](#Panoramax.components.ui.Photo+forceRefresh)
36
36
  * ["ready"](#Panoramax.components.ui.Photo+event_ready)
37
37
  * ["picture-loading"](#Panoramax.components.ui.Photo+event_picture-loading)
@@ -284,10 +284,15 @@ Make view centered and zoomed on given annotation.
284
284
 
285
285
  <a name="Panoramax.components.ui.Photo+unfocusAnnotation"></a>
286
286
 
287
- ### photo.unfocusAnnotation()
287
+ ### photo.unfocusAnnotation([skipEvent])
288
288
  Remove focus styling on annotations.
289
289
 
290
290
  **Kind**: instance method of [<code>Photo</code>](#Panoramax.components.ui.Photo)
291
+
292
+ | Param | Type | Default | Description |
293
+ | --- | --- | --- | --- |
294
+ | [skipEvent] | <code>boolean</code> | <code>false</code> | Set to true to avoid launching annotations-unfocused event |
295
+
291
296
  <a name="Panoramax.components.ui.Photo+forceRefresh"></a>
292
297
 
293
298
  ### photo.forceRefresh()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "4.0.2-develop-9ec3afb6",
3
+ "version": "4.0.2-develop-06eea2b0",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",