@mythpe/quasar-ui-qui 0.3.65 → 0.3.66

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.3.65",
3
+ "version": "0.3.66",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -159,8 +159,8 @@ const props = withDefaults(defineProps<Props>(), {
159
159
  fixed: undefined,
160
160
  imageColumns: undefined,
161
161
  imageMode: 'image',
162
- imageSize: '35px',
163
- noBackBtn: !1,
162
+ imageSize: undefined,
163
+ noBackBtn: undefined,
164
164
  backIcon: undefined,
165
165
  urlColumns: undefined,
166
166
  colorColumns: undefined,
@@ -49,6 +49,7 @@ defineOptions({
49
49
  <template v-else-if="getMode === 'image'">
50
50
  <q-avatar
51
51
  :size="imageSize"
52
+ rounded
52
53
  v-bind="$attrs"
53
54
  >
54
55
  <q-img