@mythpe/quasar-ui-qui 0.2.11 → 0.2.13

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.11",
3
+ "version": "0.2.13",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -292,17 +292,15 @@ defineOptions({
292
292
  @update:model-value="dateRef = $event ?? null"
293
293
  >
294
294
  <template #default>
295
- <div class="row items-center justify-end">
295
+ <div class="row items-center justify-between">
296
296
  <MBtn
297
297
  v-close-popup
298
- :label="__('labels.close')"
299
- color="negative"
300
- flat
298
+ color="secondary"
299
+ label="labels.close"
301
300
  />
302
301
  <MBtn
303
302
  v-close-popup
304
- :label="__('labels.save')"
305
- flat
303
+ label="labels.save"
306
304
  @click="saveDialog()"
307
305
  />
308
306
  </div>
@@ -322,17 +320,15 @@ defineOptions({
322
320
  }"
323
321
  @update:model-value="dateRef = $event ?? null"
324
322
  >
325
- <div class="row items-center justify-end">
323
+ <div class="row items-center justify-between">
326
324
  <MBtn
327
325
  v-close-popup
328
- :label="__('labels.close')"
329
- color="negative"
330
- flat
326
+ color="secondary"
327
+ label="labels.close"
331
328
  />
332
329
  <MBtn
333
330
  v-close-popup
334
- :label="__('labels.save')"
335
- flat
331
+ label="labels.save"
336
332
  @click="saveDialog()"
337
333
  />
338
334
  </div>