structra-ui 0.1.93 → 0.1.94
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
package/types/structra-ui.d.ts
CHANGED
|
@@ -1434,6 +1434,8 @@ declare class ImagePreviewPanelComponent implements OnChanges, OnDestroy {
|
|
|
1434
1434
|
/** Só `image` local ou `imageUrl` remota. */
|
|
1435
1435
|
displaySrc: string | null;
|
|
1436
1436
|
imageLoadError: boolean;
|
|
1437
|
+
/** Remote URL só entra como "imagem visível" após evento de load. */
|
|
1438
|
+
imageLoaded: boolean;
|
|
1437
1439
|
/** PDF a partir de `File` (URL sanitizada). */
|
|
1438
1440
|
safePdfUrl: SafeResourceUrl | null;
|
|
1439
1441
|
pdfLoadError: boolean;
|