@abi-software/flatmapvuer 1.3.2-beta.0 → 1.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/flatmapvuer",
3
- "version": "1.3.2-beta.0",
3
+ "version": "1.3.2",
4
4
  "license": "Apache-2.0",
5
5
  "files": [
6
6
  "dist/*",
@@ -1996,7 +1996,7 @@ export default {
1996
1996
  }
1997
1997
  // If connectivityInfoSidebar is set to `true`
1998
1998
  // Connectivity info will show in sidebar
1999
- if ((this.connectivityInfoSidebar && this.isTooltipEntry()) && this.viewingMode !== 'Annotation') {
1999
+ if ((this.connectivityInfoSidebar && this.hasTooltipEntry()) && this.viewingMode !== 'Annotation') {
2000
2000
  // move the map center to highlighted area
2001
2001
  // this method is moved to sidebar connectivity info
2002
2002
  // const featureIds = [feature];
@@ -2013,7 +2013,7 @@ export default {
2013
2013
  (
2014
2014
  this.viewingMode === 'Exploration' &&
2015
2015
  !this.connectivityInfoSidebar &&
2016
- this.isTooltipEntry()
2016
+ this.hasTooltipEntry()
2017
2017
  )
2018
2018
  )
2019
2019
  ) {
@@ -2025,7 +2025,7 @@ export default {
2025
2025
 
2026
2026
  }
2027
2027
  },
2028
- isTooltipEntry: function () {
2028
+ hasTooltipEntry: function () {
2029
2029
  const {
2030
2030
  components,
2031
2031
  destinations,