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/fesm2022/structra-ui.mjs
CHANGED
|
@@ -930,7 +930,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
|
|
|
930
930
|
/** Lista vertical de linhas (ex.: opções de dropdown). */
|
|
931
931
|
class SkeletonListComponent {
|
|
932
932
|
constructor() {
|
|
933
|
-
|
|
933
|
+
/** Padrão 1: evita flick em dropdowns que montam só `<app-skeleton-list />`. */
|
|
934
|
+
this.rows = 1;
|
|
934
935
|
/** Mostra um “leading” à esquerda (círculo pequeno). */
|
|
935
936
|
this.leading = true;
|
|
936
937
|
this.rowGap = '0.25rem';
|