@mythpe/quasar-ui-qui 0.2.84 → 0.2.86

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.84",
3
+ "version": "0.2.86",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -938,7 +938,6 @@ defineExpose({
938
938
  <MBtn
939
939
  v-close-popup
940
940
  :label="__('myth.datatable.filter.cancel')"
941
- color="secondary"
942
941
  style="min-width: 100px"
943
942
  v-bind="pluginOptions.dt?.dialogButtonsProps as any"
944
943
  @click="closeFilterDialog"
@@ -353,7 +353,9 @@ defineOptions({
353
353
  <MContainer>
354
354
  <MRow class="items-center">
355
355
  <q-btn
356
+ :class="{'full-width':!$q.screen.xs}"
356
357
  :label="__('labels.done')"
358
+ :size="$q.screen.xs ? 'lg' : undefined"
357
359
  color="primary"
358
360
  @click="onDoneOptions()"
359
361
  />