structra-ui 0.1.94 → 0.1.95

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.94",
3
+ "version": "0.1.95",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -1449,6 +1449,11 @@ declare class ImagePreviewPanelComponent implements OnChanges, OnDestroy {
1449
1449
  onTrocar(): void;
1450
1450
  onRemover(): void;
1451
1451
  get showImage(): boolean;
1452
+ /**
1453
+ * Mantém o `<img>` montado (para disparar load/error) mesmo quando remoto ainda não terminou de carregar.
1454
+ * Evita flick de ações e permite cair no fallback amarelo quando a URL falha.
1455
+ */
1456
+ get shouldRenderImage(): boolean;
1452
1457
  get showPdf(): boolean;
1453
1458
  get showPreviewFallback(): boolean;
1454
1459
  get showEmpty(): boolean;