(property: string, _oldValue: unknown, newValue: unknown)
| 42 | } |
| 43 | |
| 44 | override async onPropsUpdate (property: string, _oldValue: unknown, newValue: unknown) { |
| 45 | if (property === 'max') { |
| 46 | this.content('progress').attribute('max', newValue as number); |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | override render (): string { |
| 51 | return ` |