@mythpe/quasar-ui-qui 0.1.37 → 0.1.38

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.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -76,7 +76,7 @@ const props = withDefaults(defineProps<P>(), {
76
76
  defineModel<Props['modelValue']>({ required: !1, default: undefined })
77
77
  const { __, props: pluginOptions } = useMyth()
78
78
  const helper = useBindInput<P>(() => props, 'file', () => ({ choose: !0 }))
79
- const { hasTopLabel, getLabel, getPlaceholder, accepts, inputRules } = helper
79
+ const { hasTopLabel, getLabel, getPlaceholder, accepts, inputRules, theme } = helper
80
80
  const inputScope = useField<Props['modelValue']>(() => props.name, inputRules, {
81
81
  syncVModel: !0,
82
82
  label: getLabel,
@@ -165,6 +165,7 @@ defineOptions({
165
165
  :model-value="value"
166
166
  v-bind="{
167
167
  ...$attrs,
168
+ ...theme,
168
169
  ...pluginOptions.file as any,
169
170
  ...( viewMode ? { stackLabel: !0 } : {} )
170
171
  }"