@abi-software/map-side-bar 2.13.0-acupoint.3 → 2.13.0-acupoint.5

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.3",
3
+ "version": "2.13.0-acupoint.5",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -112,13 +112,13 @@ export default {
112
112
  },
113
113
  created: function () {
114
114
  if (this.entry["Meridian Point"]) {
115
- this.tags.push({ name: 'WHO', type: 'success' })
115
+ this.tags.push({ name: 'WHO', type: 'info' })
116
116
  }
117
117
  if (this.entry.Meridian) {
118
118
  this.tags.push({ name: this.entry.Meridian, type: 'info' })
119
119
  }
120
- if (!this.entry.onMRI) {
121
- this.tags.push({ name: 'Implied', type: 'info' })
120
+ if (this.entry.onMRI) {
121
+ this.tags.push({ name: 'Spotted', type: 'success' })
122
122
  }
123
123
  if (this.entry.userDefined) {
124
124
  this.tags.push({ name: 'User Defined', type: 'warning' })
@@ -420,6 +420,7 @@ export default {
420
420
  openSearch: function (filters, searchTerm = '') {
421
421
  this.searchInput = searchTerm
422
422
  this.filterUpdate(filters)
423
+ this.$refs.filtersRef.setCascader(this.filters)
423
424
  },
424
425
  numberPerPageUpdate: function (val) {
425
426
  this.numberPerPage = val