@angular/material 19.0.0-rc.1 → 19.0.0-rc.3

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.
@@ -326,10 +326,13 @@ export declare class MatDrawerContainer implements AfterContentInit, DoCheck, On
326
326
  }
327
327
 
328
328
  export declare class MatDrawerContent extends CdkScrollable implements AfterContentInit {
329
+ private _platform;
329
330
  private _changeDetectorRef;
330
331
  _container: MatDrawerContainer;
331
332
  constructor(...args: unknown[]);
332
333
  ngAfterContentInit(): void;
334
+ /** Determines whether the content element should be hidden from the user. */
335
+ protected _shouldBeHidden(): boolean;
333
336
  static ɵfac: i0.ɵɵFactoryDeclaration<MatDrawerContent, never>;
334
337
  static ɵcmp: i0.ɵɵComponentDeclaration<MatDrawerContent, "mat-drawer-content", never, {}, {}, never, ["*"], true, never>;
335
338
  }