@mythpe/quasar-ui-qui 0.3.64 → 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.64",
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,
@@ -748,7 +748,7 @@ defineExpose({
748
748
  name="title"
749
749
  >
750
750
  <MCol col="12">
751
- <q-card class="q-mb-xl">
751
+ <q-card flat>
752
752
  <q-card-section>
753
753
  <MRow
754
754
  class="justify-between"
@@ -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