@bagelink/vue 1.4.151 → 1.4.155

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.
@@ -297,4 +297,5 @@ export interface UploadInputProps {
297
297
  dropPlaceholder?: string
298
298
  noFilePlaceholder?: string
299
299
  btnPlaceholder?: string
300
+ showFileList?: boolean
300
301
  }
@@ -73,6 +73,7 @@ export interface TelInputOptions<T, P extends Path<T>> extends InputOptions<T, P
73
73
  pattern?: string
74
74
  autocomplete?: AutoFillField
75
75
  onlyCountries?: string[]
76
+ defaultCountry?: string
76
77
  excludeCountries?: string[]
77
78
  }
78
79