Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Oct 8, 2024
1 parent 0586990 commit 80b26f0
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 144 deletions.
2 changes: 2 additions & 0 deletions dist/veloxi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ declare class CoreView implements View {
private _readWithScroll;
private _externalUserStyles;
constructor(element: HTMLElement, name: string, registry: Registry, layoutId?: string);
removeListeners(): void;
destroy(): void;
get elementReader(): ElementReader;
get layoutOption(): LayoutOption;
Expand Down Expand Up @@ -321,6 +322,7 @@ declare class ElementReader {
private _pageRectReader;
private _scroll;
constructor(view: CoreView);
destroy(): void;
invalidatePageRect(): void;
update(includeScroll?: boolean): void;
get rect(): ViewRect;
Expand Down
Loading

0 comments on commit 80b26f0

Please sign in to comment.