@newview/file-ui 1.1.21 → 1.1.22

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/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.1.22
2
+ 1. 控制 UploadFileList 附件按钮显隐
3
+
1
4
  ## 1.1.21
2
5
  1. 新增UploadFileList附件列表组件
3
6
 
package/dist/file-ui.js CHANGED
@@ -19471,7 +19471,6 @@ class UploadFileInstance2 extends BaseInstance {
19471
19471
  async loadFileList(isChange = false) {
19472
19472
  this.uploading.value = true;
19473
19473
  let splitToken = this.currentToken.split(",");
19474
- this.isShowtrash.value = splitToken.length > 1;
19475
19474
  const apiResult = await this.fileInfoApi.getEntities(QueryWrapper.create().in("Token", splitToken));
19476
19475
  this.fileList.value = this.utilities.parseApiResult(apiResult);
19477
19476
  this.uploading.value = false;