structra-ui 0.1.69 → 0.1.70
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,10 +1506,12 @@ declare class FormGroupComponent implements OnChanges, OnInit, DoCheck {
|
|
|
1506
1506
|
onMoveDownClick(ev: Event): void;
|
|
1507
1507
|
private setCollapsed;
|
|
1508
1508
|
/**
|
|
1509
|
-
* Após expandir,
|
|
1510
|
-
* (`
|
|
1509
|
+
* Após expandir, ajusta o scroll o **mínimo** necessário (`nearest`) em vez de alinhar ao topo
|
|
1510
|
+
* (`start`), para manter contexto acima (ex.: título de secção, separador, aba anterior).
|
|
1511
|
+
* Dois `rAF` garantem o corpo no DOM após o `markForCheck` (incl. aninhados).
|
|
1511
1512
|
*/
|
|
1512
1513
|
private scheduleScrollIntoView;
|
|
1514
|
+
private prefersReducedMotion;
|
|
1513
1515
|
ngDoCheck(): void;
|
|
1514
1516
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
|
|
1515
1517
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "app-form-group", never, { "titulo": { "alias": "titulo"; "required": true; }; "subtitulo": { "alias": "subtitulo"; "required": false; }; "collapsible": { "alias": "collapsible"; "required": false; }; "foldable": { "alias": "foldable"; "required": false; }; "collapsed": { "alias": "collapsed"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "dense": { "alias": "dense"; "required": false; }; "canMoveUp": { "alias": "canMoveUp"; "required": false; }; "canMoveDown": { "alias": "canMoveDown"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "showDivider": { "alias": "showDivider"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "destroyOnCollapse": { "alias": "destroyOnCollapse"; "required": false; }; "skipBodyChildStacking": { "alias": "skipBodyChildStacking"; "required": false; }; "groupInvalid": { "alias": "groupInvalid"; "required": false; }; "formGroupPath": { "alias": "formGroupPath"; "required": false; }; "uxSubmittedPass": { "alias": "uxSubmittedPass"; "required": false; }; }, { "collapsedChange": "collapsedChange"; "moveUp": "moveUp"; "moveDown": "moveDown"; }, never, ["*"], true, never>;
|