@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.
- package/NOTICE.txt +2599 -172
- package/drawer/drawer.component.d.ts +3 -1
- package/expansionpanel/expansionpanel.component.d.ts +1 -0
- package/fesm2022/progress-kendo-angular-layout.mjs +121 -102
- package/package-metadata.mjs +2 -2
- package/package.json +9 -9
- package/splitter/splitter-bar.component.d.ts +1 -0
- package/tabstrip/rendering/tab.component.d.ts +1 -1
- package/tilelayout/tilelayout-item.component.d.ts +0 -2
- package/timeline/timeline-card.component.d.ts +1 -0
|
@@ -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
|
|
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>;
|