-
Similar to how dom.d.ts uses an interface to map stringly typed names to actual elements:
(warning, large file) https://github.com/Microsoft/TypeScript/blob/b830ef8/src/lib/dom.generated.d.ts#L4247
…
Dykam updated
5 years ago
-
# 🐞 bug report
### Affected Package
The issue is caused by package @angular/elements
### Is this a regression?
Dunno
### Description
Wrong OnInit hooks call order when custom element…
-
I got this error when I try to publish my packge:
@node-projects/web-component-designer@0.1.180
Publish failed
graphError: failed to build module graph: Module not found "fi…
-
## Suggestion
It seems likely the compiler logic used for globalThis could be reused to support automated global types for custom elements , which is especially annoying and difficult to deal with …
-
> ⚠️ Currently, there is no backward compatibility with `nuxt@2` oder `bridge` when updating.
Nuxt 3 version is available 🎉
## Install
```
npm i nuxt-custom-elements@beta
```
## Todos
…
-
I have a custom element `my-text-input` whose important properties and events mirror that of an ``, e.g. It has a `value` property and dispatches `input` and `change` events.
Many of the existing t…
-
## Goal
Determine if Angular Elements is a reasonable approach to allow this library to support multiple JS frameworks.
### Tasks
- [ ] Convert `TsIconComponent` to a custom web component
- …
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
Opening this issue to document opportunities for components to react to state changes, building on the rxjs decision:
https://github.com/pod-os/PodOS/blob/7d2693a3b47cc3bc837060bc761d5aabf42c2b27/d…
-
**Describe the bug**
Using `@storybook/web-components` with `setCustomElements` from a schema created by something like `web-component-analyzer` with the Lit library, if you have a **property** and a…