@visma-swno/vsn-navigation 1.3.0-beta.1 → 1.3.0-beta.3
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.
|
@@ -160,14 +160,14 @@ export declare class VSNNavigation extends LitElement {
|
|
|
160
160
|
private get _sideBarMenu();
|
|
161
161
|
private _onToggleSideBar;
|
|
162
162
|
/** Open the side-bar and, once rendered, focus the search field (if enabled).
|
|
163
|
-
Shared by the hamburger toggle and the
|
|
163
|
+
Shared by the hamburger toggle and the keyboard shortcut. */
|
|
164
164
|
private _openAndFocusSearch;
|
|
165
165
|
private _closeSideBar;
|
|
166
166
|
update(changed: Map<string, unknown>): void;
|
|
167
167
|
updated(changed: Map<string, unknown>): void;
|
|
168
168
|
connectedCallback(): void;
|
|
169
169
|
disconnectedCallback(): void;
|
|
170
|
-
/** CTRL+
|
|
170
|
+
/** CTRL+O (Cmd+O on Mac) opens the side-bar and focuses the search field (if enabled). */
|
|
171
171
|
private _onShortcut;
|
|
172
172
|
private _onEscape;
|
|
173
173
|
private _onTopBarClick;
|