update Vaadin to 25.2.6
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
Thomas Peetz
2026-08-25 16:06:43 +02:00
parent bda453a92a
commit 34f505b2ce
114 changed files with 8490 additions and 177 deletions
@@ -0,0 +1,7 @@
type VaadinFullscreenState = 'UNSUPPORTED' | 'NOT_FULLSCREEN' | 'FULLSCREEN';
/**
* Returns the current fullscreen state synchronously. Used by the bootstrap
* path to seed the server-side signal without waiting for a DOM event.
*/
export declare function currentFullscreenState(): VaadinFullscreenState;
export {};