@mythpe/quasar-ui-qui 0.3.58 → 0.3.59

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.58",
3
+ "version": "0.3.59",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -42,7 +42,7 @@ interface P {
42
42
  service?: Props['service'];
43
43
  guest?: boolean;
44
44
  fullWidth?: Props['fullWidth'];
45
- fitWidth?: Props['fullWidth'];
45
+ fitWidth?: Props['fitWidth'];
46
46
  fieldOptions?: Props['fieldOptions'];
47
47
  disable?: Props['disable'];
48
48
  optionValue?: Props['optionValue'];
@@ -248,6 +248,8 @@ defineOptions({
248
248
  stackLabel: !0,
249
249
  color:!!errorMessage ? 'negative' : getProp('color'),
250
250
  disable: viewMode ? undefined : disable,
251
+ optionValue,
252
+ optionLabel,
251
253
  }"
252
254
  v-on="listeners"
253
255
  >