Conversation
PoC implementation
…d easing functions
…lity attributes, also add a timeout before calling hideWithEvent
Code restructure and internal event listeners state are now handled with AbortController
|
For all themes dark & white: Fluent: Bootstrap: Material: Indigo: |
|
* Introduces a private `_defaultAnchor` variable to store the initial anchor. This value is set via `resolveAnchor`, which is triggered by `hostConnected` or when the host's `anchor` property changes. This ensures there is a reference to the host's current anchor element. * When the tooltip is closed and the current anchor is transient, the anchor is set back to `_defaultAnchor`. * Updates the test to check for proper anchor reset
…iteui-webcomponents into rkaraivanov/tooltip
* Anchor event listeners as wrapped weak references. * `show` method now accepts an IDREF in addition to the element reference. * Some code reorganization. * Included the tooltip component inside the `defineAllComponents` collection.

Closes #1615