Update Vaadin and Spring Boot version
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
Thomas Peetz
2026-08-13 14:04:30 +02:00
parent ea038ec70c
commit 7555cfd51d
257 changed files with 139796 additions and 5291 deletions
@@ -0,0 +1,7 @@
type VaadinPageVisibility = 'VISIBLE' | 'VISIBLE_NOT_FOCUSED' | 'HIDDEN';
/**
* Returns the current visibility state synchronously. Used by the bootstrap
* path to seed the server-side signal without waiting for a DOM event.
*/
export declare function currentVisibility(): VaadinPageVisibility;
export {};