@mythpe/quasar-ui-qui 0.1.11 → 0.1.12

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -1815,7 +1815,7 @@ defineOptions({
1815
1815
  <span>
1816
1816
  {{ getHeaders.find(e => e.name === filterKey)?.label || __(`attributes.${filterKey}`) }}
1817
1817
  </span>
1818
- <span v-if="typeof filterValue === 'boolean'">: {{ __(filterValue ? 'yes' : 'no') }}</span>
1818
+ <span v-if="typeof filterValue === 'boolean'">: {{ __(`labels.${filterValue ? 'yes' : 'no'}`) }}</span>
1819
1819
  <span v-else-if="typeof filterValue === 'string'">: {{ filterValue }}</span>
1820
1820
  <span
1821
1821
  v-else-if="lodash.isArray(filterValue) && !quasarHelpers.object(filterValue[0])"