structra-ui 0.2.71 → 0.2.73
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
|
@@ -3462,10 +3462,12 @@ declare class DataGridComponent<T = unknown> implements OnInit, OnChanges, OnDes
|
|
|
3462
3462
|
*/
|
|
3463
3463
|
get showViewportSkeleton(): boolean;
|
|
3464
3464
|
/**
|
|
3465
|
-
*
|
|
3466
|
-
*
|
|
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. */
|