@abi-software/map-side-bar 2.13.0-acupoint.6 → 2.13.0-acupoint.7

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/map-side-bar",
3
- "version": "2.13.0-acupoint.6",
3
+ "version": "2.13.0-acupoint.7",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@abi-software/gallery": "1.3.0",
47
- "@abi-software/map-utilities": "1.7.7",
47
+ "@abi-software/map-utilities": "1.7.8-beta.3",
48
48
  "@abi-software/svg-sprite": "^1.0.2",
49
49
  "@element-plus/icons-vue": "^2.3.1",
50
50
  "algoliasearch": "^4.10.5",
@@ -155,7 +155,6 @@ export default {
155
155
  "facetPropPath": "acupoints.WHO",
156
156
  "facet": "Show all",
157
157
  "term": "WHO",
158
-
159
158
  },
160
159
  {
161
160
  "facetPropPath": "acupoints.visualized",
@@ -192,16 +191,16 @@ export default {
192
191
  },
193
192
  {
194
193
  "key": "acupoints.onMRI",
195
- "label": "Spotted On MRI",
194
+ "label": "Markers",
196
195
  "children": [
197
196
  {
198
197
  "key": "acupoints.onMRI.yes",
199
- "label": "Spotted",
198
+ "label": "Marked",
200
199
  "value": "onMRI>Yes"
201
200
  },
202
201
  {
203
202
  "key": "acupoints.onMRI.no",
204
- "label": "Not spotted",
203
+ "label": "Not marked",
205
204
  "value": "onMRI>No"
206
205
  },
207
206
  ],
@@ -286,9 +285,9 @@ export default {
286
285
  }
287
286
  }
288
287
  if (filter.facetPropPath === "acupoints.onMRI") {
289
- if (filter.facet === "Spotted") {
288
+ if (filter.facet === "Marked") {
290
289
  this.currentFilters['mri'] = 'On'
291
- } else if (filter.facet === 'Not spotted') {
290
+ } else if (filter.facet === 'Unmarked') {
292
291
  this.currentFilters['mri'] = 'Off'
293
292
  } else {
294
293
  this.currentFilters['mri'] = 'Both'