@mythpe/quasar-ui-qui 0.4.95 → 0.4.96

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.95",
3
+ "version": "0.4.96",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -369,23 +369,18 @@ defineOptions({
369
369
  </template>
370
370
  <template
371
371
  v-if="multiple"
372
- #before-options="boProps"
372
+ #before-options
373
373
  >
374
- <slot
375
- name="before-options"
376
- v-bind="boProps"
377
- >
378
- <MContainer>
379
- <MRow class="full-width">
380
- <MBtn
381
- :class="{'full-width': $q.screen.lt.sm}"
382
- :label="__('labels.done')"
383
- :size="$q.screen.xs ? 'lg' : undefined"
384
- @click="onDoneOptions()"
385
- />
386
- </MRow>
387
- </MContainer>
388
- </slot>
374
+ <MContainer>
375
+ <MRow class="full-width">
376
+ <MBtn
377
+ :class="{'full-width': $q.screen.lt.sm}"
378
+ :label="__('labels.done')"
379
+ :size="$q.screen.xs ? 'lg' : undefined"
380
+ @click="onDoneOptions()"
381
+ />
382
+ </MRow>
383
+ </MContainer>
389
384
  </template>
390
385
  <template
391
386
  v-for="(_,slot) in $slots as Readonly<QSelectSlots>"