Skip to content

Commit

Permalink
Keyboard issues fix + currentBreak() method fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-rr committed Jan 25, 2021
1 parent 96eff90 commit d18fb57
Show file tree
Hide file tree
Showing 10 changed files with 386 additions and 507 deletions.
21 changes: 6 additions & 15 deletions dist/cupertino-pane.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export declare class CupertinoPane {
overflowEl: HTMLElement;
el: HTMLElement;
contentEl: HTMLElement;
private parentEl;
parentEl: HTMLElement;
backdropEl: HTMLDivElement;
private draggableEl;
private moveEl;
private backdropEl;
private destroyButtonEl;
private followerEl;
private pushElement;
Expand All @@ -31,20 +31,17 @@ export declare class CupertinoPane {
animate: boolean;
}): Promise<void>;
getPaneHeight(): number;
/**
* Private Utils methods
*/
private attachAllEvents;
private detachAllEvents;
private resetEvents;
updateScreenHeights(): void;
scrollElementInit(): void;
setOverflowHeight(offset?: number): void;
private getTimingFunction;
checkOpacityAttr(val: any): void;
checkOverflowAttr(val: any): void;
isPanePresented(): boolean;
swipeNextPoint: (diff: any, maxDiff: any, closest: any) => any;
/**
* Private Utils methods
*/
private getTimingFunction;
private isBackdropPresented;
private renderBackdrop;
/**
Expand All @@ -58,12 +55,6 @@ export declare class CupertinoPane {
backdrop(conf?: {
show: boolean;
}): any;
/************************************
* Events
*/
private touchEvents;
private attachEvents;
private detachEvents;
getPanelTransformY(): number;
/************************************
* Public user methods
Expand Down
276 changes: 119 additions & 157 deletions dist/cupertino-pane.esm.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cupertino-pane.esm.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d18fb57

Please sign in to comment.