@mythpe/quasar-ui-qui 0.4.20 → 0.4.21

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.4.20",
3
+ "version": "0.4.21",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -33,7 +33,7 @@ defineOptions({
33
33
  <MInput
34
34
  ref="input"
35
35
  v-model="modelValue"
36
- v-bind="{...$attrs as any, type:'email',email:!0}"
36
+ v-bind="{...$attrs as any, type: 'email', email: !0, ltr: !0}"
37
37
  >
38
38
  <template
39
39
  v-for="(_,slot) in $slots as Readonly<MInputSlots>"
@@ -80,7 +80,6 @@ defineExpose<MPhoneExposed>({
80
80
  select,
81
81
  input: phoneRef
82
82
  })
83
-
84
83
  defineOptions({
85
84
  name: 'MPhone',
86
85
  inheritAttrs: !1