@mythpe/quasar-ui-qui 0.2.69 → 0.2.70

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.2.69",
3
+ "version": "0.2.70",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -48,6 +48,7 @@ interface P {
48
48
  appendIcon?: Props['appendIcon'];
49
49
  appendIconProps?: Props['appendIconProps'];
50
50
  copy?: Props['copy'];
51
+ type?: Props['type'];
51
52
  }
52
53
 
53
54
  const props = withDefaults(defineProps<P>(), {
@@ -80,7 +81,8 @@ const props = withDefaults(defineProps<P>(), {
80
81
  prependIconProps: undefined,
81
82
  appendIcon: undefined,
82
83
  appendIconProps: undefined,
83
- copy: undefined
84
+ copy: undefined,
85
+ type: undefined
84
86
  })
85
87
  defineModel<Props['modelValue']>({ required: !1, default: undefined })
86
88
  const { __, props: pluginOptions, formatMoney, copyText } = useMyth()
@@ -184,6 +186,7 @@ defineOptions({
184
186
  label: hasTopLabel ? undefined : (getLabel || undefined),
185
187
  modelValue: value,
186
188
  placeholder: getPlaceholder,
189
+ type,
187
190
  }"
188
191
  v-on="listeners"
189
192
  >