@mythpe/quasar-ui-qui 0.3.91 → 0.3.92

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.3.91",
3
+ "version": "0.3.92",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -1563,14 +1563,13 @@ defineExpose({
1563
1563
  <MDialog
1564
1564
  v-model="importDialogModel"
1565
1565
  allow-focus-outside
1566
- full-width
1567
1566
  no-backdrop-dismiss
1568
1567
  no-esc-dismiss
1569
1568
  no-shake
1570
1569
  position="top"
1571
1570
  transition-hide="slide-up"
1572
1571
  transition-show="slide-down"
1573
- v-bind="pluginOptions.dt?.formDialogProps"
1572
+ v-bind="pluginOptions.dt?.importDialogProps"
1574
1573
  >
1575
1574
  <q-card class="q-dialog-plugin">
1576
1575
  <q-card-section>
@@ -220,6 +220,7 @@ export interface MythComponentsProps {
220
220
  filterDialogProps?: Partial<QDialogProps> & Partial<QMenuProps> & Partial<QPopupProxyProps>;
221
221
  showDialogProps?: Partial<QDialogProps>;
222
222
  formDialogProps?: Partial<QDialogProps>;
223
+ importDialogProps?: Partial<QDialogProps>;
223
224
  fabBtn?: {
224
225
  pageStickyProps?: Partial<QPageStickyProps>;
225
226
  offset?: QPageStickyProps['offset'];