@mythpe/quasar-ui-qui 0.1.55 → 0.1.56

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.1.55",
3
+ "version": "0.1.56",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -656,10 +656,7 @@ defineExpose({
656
656
  :item="dialogItem"
657
657
  name="title"
658
658
  >
659
- <MCol
660
- v-if="!!getTableTitle"
661
- col="12"
662
- >
659
+ <MCol col="12">
663
660
  <div class="row justify-between q-col-gutter-md">
664
661
  <div
665
662
  v-if="!noBackBtn"
@@ -672,23 +669,24 @@ defineExpose({
672
669
  />
673
670
  </div>
674
671
  <div class="col">
675
- <div class="text-h5 bordered-bottom ellipsis">
672
+ <div
673
+ class="text-h5 bordered-bottom ellipsis"
674
+ v-if="!!getTableTitle"
675
+ >
676
676
  {{ getTableTitle }}
677
677
  </div>
678
678
  </div>
679
-
680
679
  <!-- Add Btn -->
681
- <template
680
+ <div
682
681
  v-if="hasAddBtn && (addTopBtn===undefined?(pluginOptions.datatable?.addTopBtn===undefined?!0:pluginOptions.datatable?.addTopBtn):addTopBtn)"
682
+ class="col-auto"
683
683
  >
684
- <div class="col-auto">
685
- <MBtn
686
- :label="getFormTitle"
687
- no-caps
688
- @click="openCreateDialog()"
689
- />
690
- </div>
691
- </template>
684
+ <MBtn
685
+ :label="getFormTitle"
686
+ no-caps
687
+ @click="openCreateDialog()"
688
+ />
689
+ </div>
692
690
  </div>
693
691
  </MCol>
694
692
  </slot>