- May 17, 2022
-
-
Steinwender, Tamara authored
-
- Feb 02, 2022
-
-
Reiter, Christoph authored
-
- Dec 02, 2021
-
-
Reiter, Christoph authored
Instead of querying the slots in the shadow DOM after the first render just add all available slots to the light DOM. This fixes missing filled slots when slots where added after the first render, for example if they were used only after some property is set.
-
- Nov 24, 2021
-
-
Reiter, Christoph authored
This makes problems with the new scoped elements polyfill, which now correctly makes globally registered elements not visible in the shadow roots. Instead we have to add the tempaltes at the level of the templates so they get their global web components and only then transplant them into the light dom of the nested web components with their own registries.
-
- Jun 22, 2021
-
-
Bekerle, Patrizio authored
Allow globally overriding slots in the light dom of components and use it to override the auth-info slot in the Nextcloud file picker
-
- Jun 17, 2021
-
-
Bekerle, Patrizio authored
-
- Mar 23, 2021
-
-
Reiter, Christoph authored
-
- Jan 12, 2021
-
-
Bekerle, Patrizio authored
-
- Jul 14, 2020
-
-
Bekerle, Patrizio authored
-
- Jul 01, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We should try to avoid changing the DOM directly and these helpers go against that. They both just add two lines of code which we can just copy around if needed.
-
-
-
-