()
| 29 | } |
| 30 | |
| 31 | async willMount (): Promise<void> { |
| 32 | this.dataset.screen = (this.constructor as typeof ScreenComponent).tag.replace('-screen', ''); |
| 33 | } |
| 34 | |
| 35 | async onStateUpdate (property: string, oldValue: unknown, newValue: unknown): Promise<void> { |
| 36 | if (property === 'open') { |