@mythpe/quasar-ui-qui 0.2.13 → 0.2.15

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.13",
3
+ "version": "0.2.15",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -1303,8 +1303,8 @@ defineExpose({
1303
1303
  class="print-hide"
1304
1304
  >
1305
1305
  <MBtn
1306
- :label="__('myth.titles.close')"
1307
- color="negative"
1306
+ color="secondary"
1307
+ label="myth.titles.close"
1308
1308
  v-bind="pluginOptions.dt?.dialogButtonsProps"
1309
1309
  @click="closeShowDialog"
1310
1310
  />
@@ -1346,6 +1346,7 @@ defineExpose({
1346
1346
  <template v-else>
1347
1347
  <q-btn
1348
1348
  color="negative"
1349
+ fab-mini
1349
1350
  flat
1350
1351
  icon="close"
1351
1352
  @click="closeFormDialog"
@@ -1406,6 +1407,7 @@ defineExpose({
1406
1407
  <q-separator />
1407
1408
  <q-card-actions
1408
1409
  ref="formActions"
1410
+ align="between"
1409
1411
  class="m--datatable-form-actions print-hide"
1410
1412
  >
1411
1413
  <slot
@@ -1417,9 +1419,9 @@ defineExpose({
1417
1419
  >
1418
1420
  <MBtn
1419
1421
  :class="{'full-width': $q.screen.lt.sm}"
1420
- :label="__('myth.titles.' + (isUpdateMode ? 'save' : 'store'))"
1422
+ :label="__(`myth.titles.${isUpdateMode ? 'save' : 'store'}`)"
1421
1423
  :loading="loading"
1422
- color="positive"
1424
+ color="primary"
1423
1425
  no-caps
1424
1426
  type="submit"
1425
1427
  v-bind="pluginOptions.dt?.dialogButtonsProps"
@@ -1428,8 +1430,8 @@ defineExpose({
1428
1430
  <MBtn
1429
1431
  v-if="$q.screen.gt.sm"
1430
1432
  :disable="loading"
1431
- :label="__('myth.titles.close')"
1432
- color="negative"
1433
+ color="secondary"
1434
+ label="myth.titles.close"
1433
1435
  no-caps
1434
1436
  v-bind="pluginOptions.dt?.dialogButtonsProps"
1435
1437
  @click="closeFormDialog"
@@ -295,13 +295,13 @@ defineOptions({
295
295
  <div class="row items-center justify-between">
296
296
  <MBtn
297
297
  v-close-popup
298
- color="secondary"
299
- label="labels.close"
298
+ label="labels.save"
299
+ @click="saveDialog()"
300
300
  />
301
301
  <MBtn
302
302
  v-close-popup
303
- label="labels.save"
304
- @click="saveDialog()"
303
+ color="secondary"
304
+ label="labels.close"
305
305
  />
306
306
  </div>
307
307
  </template>
@@ -323,13 +323,13 @@ defineOptions({
323
323
  <div class="row items-center justify-between">
324
324
  <MBtn
325
325
  v-close-popup
326
- color="secondary"
327
- label="labels.close"
326
+ label="labels.save"
327
+ @click="saveDialog()"
328
328
  />
329
329
  <MBtn
330
330
  v-close-popup
331
- label="labels.save"
332
- @click="saveDialog()"
331
+ color="secondary"
332
+ label="labels.close"
333
333
  />
334
334
  </div>
335
335
  </q-time>