ui-core-abv 0.6.56 → 0.6.58
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/fesm2022/ui-core-abv.mjs
CHANGED
|
@@ -1582,7 +1582,9 @@ class UicFileInputComponent extends base$a {
|
|
|
1582
1582
|
normalizedExtensionMatches);
|
|
1583
1583
|
}
|
|
1584
1584
|
downloadFile(item) {
|
|
1585
|
-
|
|
1585
|
+
// Allow downloads in read-only/disabled mode.
|
|
1586
|
+
// Mutating actions are already blocked in the other handlers.
|
|
1587
|
+
if (this.loading) {
|
|
1586
1588
|
return;
|
|
1587
1589
|
}
|
|
1588
1590
|
// Priority: blob > path > fileUid
|