@oarepo/invenio-api-vue-composition
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -448,3 +448,3 @@ import { unref, ref, computed, watch, defineComponent } from '@vue/composition-api'; | ||
ret.buckets = ret.buckets.map(function (x) { | ||
x.key_as_string = ret.facet.values[x.key] || x.key_as_string || x.key; | ||
x.key_as_string = ret.facet.values[x.key] || ret.facet.values[x.key_as_string] || x.key_as_string || x.key; | ||
return x; | ||
@@ -451,0 +451,0 @@ }); |
{ | ||
"name": "@oarepo/invenio-api-vue-composition", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "oarepo-invenio-api-vue-composition.esm.js", | ||
@@ -5,0 +5,0 @@ "private": false, |
55188