@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 +3 -0
- package/dist/file-ui.js +0 -1
- package/dist/file-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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;
|