@mythpe/quasar-ui-qui 0.0.74 → 0.0.75

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.0.74",
3
+ "version": "0.0.75",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -29,7 +29,7 @@ import type {
29
29
  QOptionGroupSlots,
30
30
  QPopupProxyProps,
31
31
  QRadioProps,
32
- QSelectProps,
32
+ QSelectProps, QSelectSlots,
33
33
  QTimeProps,
34
34
  QToggleProps,
35
35
  QTooltipProps,
@@ -548,7 +548,7 @@ export interface MSelectProps extends Omit<QSelectProps, 'rules' | 'name' | 'mod
548
548
  // iniData?: boolean;
549
549
  }
550
550
 
551
- export interface MSelectSlots extends QInputSlots, QFieldSlots, BaseInputsSlots {
551
+ export interface MSelectSlots extends QSelectSlots, QFieldSlots, BaseInputsSlots {
552
552
  //
553
553
  }
554
554