mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-26 02:35:20 +02:00
feat: Detached pages and fix navigation actions
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
export let direction: 'vertical' | 'horizontal' | 'grid' = 'vertical';
|
||||
export let gridCols: number = 0;
|
||||
export let focusOnMount = false;
|
||||
export let trapFocus = false;
|
||||
export let debugOutline = false;
|
||||
export let revealStrategy: RevealStrategy | undefined = undefined;
|
||||
export let childrenRevealStrategy: RevealStrategy | undefined = undefined;
|
||||
@@ -21,6 +22,7 @@
|
||||
.setNavigationActions(navigationActions)
|
||||
.setRevealStrategy(revealStrategy)
|
||||
.setChildrenRevealStrategy(childrenRevealStrategy)
|
||||
.setTrapFocus(trapFocus)
|
||||
.getStores();
|
||||
export const container = rest.container;
|
||||
export const hasFocus = rest.hasFocus;
|
||||
|
||||
Reference in New Issue
Block a user