@progress/kendo-angular-layout 24.0.0-develop.2 → 24.0.0-develop.20

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.
@@ -52,7 +52,8 @@ export declare class DrawerComponent implements OnDestroy {
52
52
  hostClasses: boolean;
53
53
  get startPositionClass(): boolean;
54
54
  get endPositionClass(): boolean;
55
- get overlayTransofrmStyles(): string;
55
+ get overlayMarginLeft(): string;
56
+ get overlayMarginRight(): string;
56
57
  get flexStyles(): number;
57
58
  /**
58
59
  * Specifies the mode in which the Drawer displays.
@@ -191,6 +192,7 @@ export declare class DrawerComponent implements OnDestroy {
191
192
  onSelect(e: DrawerListSelectEvent): void;
192
193
  private onAnimationEnd;
193
194
  private setExpanded;
195
+ private shouldApplyOverlayMargin;
194
196
  private animate;
195
197
  private createPlayer;
196
198
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerComponent, never>;
@@ -111,6 +111,7 @@ export declare class ExpansionPanelComponent implements OnInit, AfterViewInit, O
111
111
  header: ElementRef;
112
112
  hostClass: boolean;
113
113
  get expandedClass(): boolean;
114
+ get disabledClass(): boolean;
114
115
  direction: string;
115
116
  /**
116
117
  * @hidden