@mythpe/quasar-ui-qui 0.4.61 → 0.4.63

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.4.61",
3
+ "version": "0.4.63",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -1597,7 +1597,7 @@ defineExpose({
1597
1597
  v-model="formDialogModel"
1598
1598
  v-bind="pluginOptions.dt?.formDialogProps"
1599
1599
  >
1600
- <q-card class="q-dialog-plugin">
1600
+ <q-card class="q-dialog-plugin m-datatable__form-dialog">
1601
1601
  <MContainer
1602
1602
  dense
1603
1603
  fluid
@@ -1738,7 +1738,7 @@ defineExpose({
1738
1738
  v-bind="pluginOptions.dt?.showDialogProps"
1739
1739
  >
1740
1740
  <q-card
1741
- class="m-dialog-card q-dialog-plugin"
1741
+ class="m-dialog-card q-dialog-plugin m-datatable__show-dialog"
1742
1742
  flat
1743
1743
  >
1744
1744
  <MContainer
package/src/index.sass CHANGED
@@ -10,7 +10,7 @@
10
10
  @import './style/effect'
11
11
  @import './style/fonts'
12
12
  @import './style/m-container'
13
- @import './style/m-dt'
13
+ @import './style/m-datatable'
14
14
  @import './style/m-help-row'
15
15
  @import './style/m-input'
16
16
  @import './style/m-picker'
File without changes