()
| 371 | } |
| 372 | |
| 373 | componentWillLoad() { |
| 374 | if (!this.htmlAttributes?.id) { |
| 375 | setOverlayId(this.el); |
| 376 | } |
| 377 | this.inputsChanged(); |
| 378 | this.buttonsChanged(); |
| 379 | } |
| 380 | |
| 381 | disconnectedCallback() { |
| 382 | this.triggerController.removeClickListener(); |
nothing calls this directly
no test coverage detected