@mythpe/quasar-ui-qui 0.2.30 → 0.2.32

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.2.30",
3
+ "version": "0.2.32",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -109,7 +109,11 @@ const sarValue = computed<string | null>(() => {
109
109
  if (value.value?.toString?.()?.length) {
110
110
  v = value.value
111
111
  }
112
- return v || null
112
+ try {
113
+ return formatMoney(v)
114
+ } catch (e) {
115
+ return '0.00'
116
+ }
113
117
  })
114
118
  defineExpose<typeof scopes & { input: typeof input }>({ input, ...scopes })
115
119
  defineOptions({
@@ -18,7 +18,7 @@ defineOptions({
18
18
 
19
19
  <template>
20
20
  <div
21
- class="self-center full-width no-outline ellipsis"
21
+ class="self-center full-width no-outline"
22
22
  tabindex="0"
23
23
  v-bind="$attrs"
24
24
  >