@bagelink/vue 1.12.67 → 1.12.71

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.
@@ -282,6 +282,7 @@ export interface ValidateInputBaseT {
282
282
 
283
283
  export interface UploadInputProps {
284
284
  id?: string
285
+ name?: string
285
286
  label?: string
286
287
  multiple?: boolean
287
288
  modelValue?: string | string[]
@@ -299,4 +300,5 @@ export interface UploadInputProps {
299
300
  placeholder?: string
300
301
  noFilePlaceholder?: string
301
302
  btnPlaceholder?: string
303
+ error?: string
302
304
  }