structra-ui 0.1.70 → 0.1.71
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
|
@@ -1506,9 +1506,9 @@ declare class FormGroupComponent implements OnChanges, OnInit, DoCheck {
|
|
|
1506
1506
|
onMoveDownClick(ev: Event): void;
|
|
1507
1507
|
private setCollapsed;
|
|
1508
1508
|
/**
|
|
1509
|
-
*
|
|
1510
|
-
*
|
|
1511
|
-
*
|
|
1509
|
+
* `block: 'start'` aproxima o grupo ao bordo superior (mais do que o `nearest`), mas o
|
|
1510
|
+
* `scroll-margin-top` no :host (CSS) cria respiro para ainda se ver o contexto de cima
|
|
1511
|
+
* (separador, outra aba) sem ir ao cimo absoluto. Dois `rAF` pós-`markForCheck` (incl. aninhados).
|
|
1512
1512
|
*/
|
|
1513
1513
|
private scheduleScrollIntoView;
|
|
1514
1514
|
private prefersReducedMotion;
|