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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.93",
3
+ "version": "0.1.94",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -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;