structra-ui 0.2.25 → 0.2.26

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.
@@ -3021,6 +3021,8 @@ declare class DrawerComponent implements OnChanges, OnDestroy {
3021
3021
  private readonly cdr;
3022
3022
  private readonly injector;
3023
3023
  private readonly hostEl;
3024
+ private readonly renderer;
3025
+ private readonly appTheme;
3024
3026
  open: boolean;
3025
3027
  side: DrawerSide;
3026
3028
  size: DrawerSize;
@@ -3033,6 +3035,7 @@ declare class DrawerComponent implements OnChanges, OnDestroy {
3033
3035
  readonly DrawerSize: typeof DrawerSize;
3034
3036
  readonly titleId: string;
3035
3037
  private focusPreOpen;
3038
+ constructor();
3036
3039
  /** Igual ao `app-dialog`: backdrop + painel no `body` para `backdrop-filter` correcto. */
3037
3040
  private bodyRestoreParent;
3038
3041
  private bodyRestoreNext;