@visma-swno/vsn-navigation 1.4.0-beta.1 → 1.4.0-beta.11
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.
|
@@ -177,10 +177,12 @@ export declare class VSNNavigation extends LitElement {
|
|
|
177
177
|
updated(changed: Map<string, unknown>): void;
|
|
178
178
|
connectedCallback(): void;
|
|
179
179
|
disconnectedCallback(): void;
|
|
180
|
-
/**
|
|
180
|
+
/** Toggles the side-bar: opens and focuses search when closed, closes when open.
|
|
181
|
+
* Shortcut: Cmd+O on Mac (Ctrl+O also accepted as a Safari fallback); Ctrl+O on all other platforms. */
|
|
181
182
|
private _onShortcut;
|
|
182
183
|
private _onEscape;
|
|
183
184
|
private _onTopBarClick;
|
|
185
|
+
private _onSlotContentClick;
|
|
184
186
|
render(): TemplateResult<1>;
|
|
185
187
|
}
|
|
186
188
|
|