@hzab/form-render-mobile 1.2.1-beta → 1.2.1-beta1

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": "@hzab/form-render-mobile",
3
- "version": "1.2.1-beta",
3
+ "version": "1.2.1-beta1",
4
4
  "description": "formily-form-render-mobile",
5
5
  "main": "src",
6
6
  "scripts": {
@@ -110,7 +110,7 @@ export function handleMaxCount(fileList, maxCount) {
110
110
  * @param {number} maxCount
111
111
  * @returns Array<fileObject>
112
112
  */
113
- export function handleInputFileList(_fileList, maxCount = 1, thumbnailParams = "") {
113
+ export function handleInputFileList(_fileList, maxCount = 1, opt) {
114
114
  const fileList = handleMaxCount(getArr(_fileList), maxCount);
115
115
  if (fileList.length === 0) {
116
116
  return fileList;