Commit 0381f3d
authored
feat: add support for StyleSheet annotation hotswap (#22741)
Implements hotswap for changes related to the StyleSheet annotation.
Reacts on adding, removing or updating the value of the annotation
on AppShellConfigurator and Component subclasses, by registering
or unregistering the stylesheet with the API provided by UI and
UIInternals classes
Fixes #226311 parent 843bd7f commit 0381f3d
File tree
8 files changed
+1202
-235
lines changed- flow-client/src/main/java/com/vaadin/client
- flow-server/src
- main
- java/com/vaadin/flow
- component
- dependency
- internal
- server
- resources/META-INF/services
- test/java/com/vaadin/flow/component
- dependency
- internal
- flow-test-generic/src/main/java/com/vaadin/flow/testutil
8 files changed
+1202
-235
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
284 | 289 | | |
285 | 290 | | |
286 | 291 | | |
| |||
Lines changed: 0 additions & 89 deletions
This file was deleted.
0 commit comments