structra-ui 0.1.69 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "structra-ui",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "description": "Biblioteca de componentes Angular da StructraLab (UI reutilizável).",
5
5
  "homepage": "https://structralab.com/",
6
6
  "license": "MIT",
@@ -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, desloca a vista até ao grupo com scroll nativo suave, o necessário
1510
- * (`block: 'nearest'`). Executa após pintar o corpo expandido.
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).
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>;