@mythpe/quasar-ui-qui 0.1.4 → 0.1.5

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.4",
3
+ "version": "0.1.5",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -64,9 +64,9 @@ const props = withDefaults(defineProps<P>(), {
64
64
  video: !1,
65
65
  pdf: !1,
66
66
  excel: !1,
67
- size: () => '100px',
67
+ size: '100px',
68
68
  avatarText: undefined,
69
- fit: () => 'contain',
69
+ fit: 'contain',
70
70
  clearable: undefined,
71
71
  label: undefined,
72
72
  rounded: undefined,
@@ -77,8 +77,8 @@ const props = withDefaults(defineProps<P>(), {
77
77
  captionProps: undefined,
78
78
  formErrors: () => ({}),
79
79
  help: undefined,
80
- readonly: () => !1,
81
- loading: () => !1,
80
+ readonly: !1,
81
+ loading: !1,
82
82
  required: undefined,
83
83
  rules: () => ({})
84
84
  })
@@ -215,7 +215,7 @@ defineOptions({
215
215
  >
216
216
  {{ __(label) }}
217
217
  <span
218
- v-if="!clearable"
218
+ v-if="required && !readonly"
219
219
  class="text-negative"
220
220
  >*</span>
221
221
  </div>