@abi-software/flatmap-viewer 2.8.0 → 2.8.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/README.rst +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/README.rst
CHANGED
|
@@ -38,7 +38,7 @@ The map server endpoint is specified as ``MAP_ENDPOINT`` in ``src/main.js``. It
|
|
|
38
38
|
Package Installation
|
|
39
39
|
====================
|
|
40
40
|
|
|
41
|
-
* ``npm install @abi-software/flatmap-viewer@2.8.
|
|
41
|
+
* ``npm install @abi-software/flatmap-viewer@2.8.2``
|
|
42
42
|
|
|
43
43
|
Documentation
|
|
44
44
|
-------------
|
package/dist/index.js
CHANGED
|
@@ -46321,7 +46321,7 @@ class Yet extends NH {
|
|
|
46321
46321
|
_addControlDetails() {
|
|
46322
46322
|
let t = 0, r = 0;
|
|
46323
46323
|
for (const n of this.__taxonIds) {
|
|
46324
|
-
const i = this._addControlLine(`${this.__prefix}${n}`, n);
|
|
46324
|
+
const i = this._addControlLine(`${this.__prefix}${n}`, `xx-${n}`);
|
|
46325
46325
|
i.checked = !0, r += 1, t += 1;
|
|
46326
46326
|
}
|
|
46327
46327
|
return {
|
|
@@ -79703,7 +79703,7 @@ class E5t {
|
|
|
79703
79703
|
}
|
|
79704
79704
|
/**
|
|
79705
79705
|
* Get valid keys and their value ranges to use when filtering feature
|
|
79706
|
-
* and path
|
|
79706
|
+
* and path visibility.
|
|
79707
79707
|
*
|
|
79708
79708
|
* @return {Object} Value ranges are string arrays
|
|
79709
79709
|
*/
|
|
@@ -79722,7 +79722,7 @@ class E5t {
|
|
|
79722
79722
|
/**
|
|
79723
79723
|
* Sets a visibility filter for features and paths
|
|
79724
79724
|
*
|
|
79725
|
-
* @param {
|
|
79725
|
+
* @param {Object|boolean} [filterSpecification=true] The filter specification
|
|
79726
79726
|
*/
|
|
79727
79727
|
setVisibilityFilter(t = !0) {
|
|
79728
79728
|
this._userInteractions !== null && this._userInteractions.setVisibilityFilter(t);
|