structra-ui 0.2.62 → 0.2.63
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
|
@@ -470,6 +470,7 @@ declare class SkeletonTextComponent {
|
|
|
470
470
|
|
|
471
471
|
/** Lista vertical de linhas (ex.: opções de dropdown). */
|
|
472
472
|
declare class SkeletonListComponent {
|
|
473
|
+
/** Padrão 1: evita flick em dropdowns que montam só `<app-skeleton-list />`. */
|
|
473
474
|
rows: number;
|
|
474
475
|
/** Mostra um “leading” à esquerda (círculo pequeno). */
|
|
475
476
|
leading: boolean;
|