structra-ui 0.2.71 → 0.2.74

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.2.71",
3
+ "version": "0.2.74",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -3462,10 +3462,12 @@ declare class DataGridComponent<T = unknown> implements OnInit, OnChanges, OnDes
3462
3462
  */
3463
3463
  get showViewportSkeleton(): boolean;
3464
3464
  /**
3465
- * Bootstrap com coluna «Ações»: skeleton tabular completo (cabeçalho + linhas + paginação),
3466
- * em vez do overlay `bodyOnly` sobre o AG Grid com uma coluna real visível.
3465
+ * Lista vazia em loading: skeleton tabular completo (cabeçalhos genéricos vazios) sem montar AG Grid.
3466
+ * Evita flash de «Ações» quando colunas de metadata chegam antes dos dados da lista.
3467
3467
  */
3468
3468
  get showFullPlaceholderSkeleton(): boolean;
3469
+ /** AG Grid só após colunas de dados e fim do loading inicial (lista vazia). */
3470
+ get shouldRenderAgGrid(): boolean;
3469
3471
  /** Cabeçalhos genéricos alinhados ao {@link ConsultaPageLoadingSkeletonComponent}. */
3470
3472
  readonly placeholderSkeletonHeaders: readonly string[];
3471
3473
  /** Só esvazia `rowData` durante loading quando ainda não há linhas a mostrar. */