()
| 72 | } |
| 73 | |
| 74 | firstUpdated() { |
| 75 | // Signals to CSS that the inner <button> is now in the DOM, so the |
| 76 | // host can collapse from "pre-upgrade styled" to transparent wrapper. |
| 77 | this.setAttribute('hydrated', ''); |
| 78 | } |
| 79 | |
| 80 | render() { |
| 81 | // The label and spinner are both always in the DOM so we can crossfade |
nothing calls this directly
no outgoing calls
no test coverage detected