@enso-ui/filters 3.0.24 → 3.0.25
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 +1 -1
- package/src/bulma/VueFilter.vue +1 -10
package/package.json
CHANGED
package/src/bulma/VueFilter.vue
CHANGED
|
@@ -25,12 +25,7 @@
|
|
|
25
25
|
<span v-else
|
|
26
26
|
class="filter-label"
|
|
27
27
|
:class="option.class">
|
|
28
|
-
|
|
29
|
-
{{ i18n(option.label) }}
|
|
30
|
-
</template>
|
|
31
|
-
<template v-else>
|
|
32
|
-
{{ option.label }}
|
|
33
|
-
</template>
|
|
28
|
+
{{ i18n(option.label) }}
|
|
34
29
|
</span>
|
|
35
30
|
</a>
|
|
36
31
|
</li>
|
|
@@ -102,10 +97,6 @@ export default {
|
|
|
102
97
|
type: Boolean,
|
|
103
98
|
default: false,
|
|
104
99
|
},
|
|
105
|
-
translatable: {
|
|
106
|
-
type: Boolean,
|
|
107
|
-
default: false,
|
|
108
|
-
},
|
|
109
100
|
name: {
|
|
110
101
|
type: String,
|
|
111
102
|
default: null,
|