(changedProperties: PropertyValues)
| 1977 | } |
| 1978 | |
| 1979 | override firstUpdated(changedProperties: PropertyValues) { |
| 1980 | this.changedProperties = changedProperties; |
| 1981 | this.wasFirstUpdated++; |
| 1982 | } |
| 1983 | } |
| 1984 | customElements.define(generateElementName(), E); |
| 1985 | const el = new E(); |