47 Commits

Author SHA1 Message Date
Georges KABBOUCHI a4437719c7 Revert "reactive singleton"
This reverts commit 8bfb1ecfda.
2024-06-28 16:22:20 +03:00
Georges KABBOUCHI 817c192a1d Revert "wip"
This reverts commit 2bedaac54d.
2024-06-28 16:22:15 +03:00
Georges KABBOUCHI 2bedaac54d wip 2024-06-26 20:32:22 +03:00
Georges KABBOUCHI 8bfb1ecfda reactive singleton 2024-06-26 20:18:11 +03:00
Georges KABBOUCHI 1365e151fd v6.4.0 2023-12-25 15:45:27 +02:00
Konrad Kügler 44b67e46b9 Add support for <Tippy> as a child (issue #123 in 6.x)
Having <Tippy> as a child of an element to tooltip was a nice use-case
in 4.x. See https://github.com/KABBOUCHI/vue-tippy/issues/123.
We re-add this in a similar manner.

Using to="parent" (as a fixed string), one can now use either the main
<Tippy> slot ("default") or its specific "content" slot to specify
the tooltip content.
The tooltip will be triggered on the parent element without
adding a specifc Tippy node to the DOM.

This should provides a non-interfering way to specify tooltips.

Implementation:
For the to="parent" case, we need to find the parent DOM element, but in
the "worst" case <Tippy> won't render any DOM nodes at all, which could
help us to find the parent.
Instead, we initially render a hidden <span> (and the tooltip content).
Using the span as a template ref ('findParentHelper'), we can get the
parent and assign that to the actual 'elem' ref. This will trigger a
re-render, where we can drop the helper <span> again.
2023-07-31 21:28:18 +02:00
Georges KABBOUCHI 8311aa92b7 Update component.md 2023-04-30 19:53:15 +03:00
Georges KABBOUCHI 14c9647440 Update component.md 2023-04-30 19:41:03 +03:00
Andrei Hudovich dfd5aa7b52 docs: fix link to themes 2023-03-17 14:31:53 +01:00
Georges KABBOUCHI a1f20be60a add onHidden doc 2023-02-23 16:16:52 +02:00
Georges KABBOUCHI 1b68e1d937 Update installation.md 2022-12-31 18:10:50 +02:00
Georges KABBOUCHI 0c5c7536ae Update index.md 2022-11-21 01:34:17 +02:00
Georges KABBOUCHI 1d87e92da4 Update component.md 2022-11-21 01:30:37 +02:00
Georges KABBOUCHI d482416e49 Update composition-api.md 2022-11-21 01:28:20 +02:00
Georges KABBOUCHI b6684ee03b add singleton docs 2022-11-21 01:25:29 +02:00
Georges KABBOUCHI ebf6602d2c Merge pull request #248 from kalimah-apps/patch-2 2022-03-23 18:45:01 +02:00
Kalimah Apps 0e8852ed50 Fix header typo in documentation page 2022-03-24 03:42:17 +11:00
Kalimah Apps b3b67539c7 Fix syntax error 2022-03-24 02:59:40 +11:00
Georges KABBOUCHI 2456c2da4e docs 2021-12-26 21:36:57 +02:00
Georges KABBOUCHI bc2741419a closes #198 2021-12-12 13:43:41 +02:00
Georges KABBOUCHI 0b31b5640b Revert "Update algolia api key"
This reverts commit ec4514b2bf.
2021-10-15 14:01:39 +03:00
Georges KABBOUCHI ec4514b2bf Update algolia api key 2021-10-15 13:59:12 +03:00
Andersson Mesa 0e7310b33d Update installation.md
It is exemplified that global properties can be added
2021-10-14 14:06:19 -05:00
Raymond Muller 6b4e05e834 feat: string support 2021-09-29 17:29:22 +02:00
Georges KABBOUCHI f9b2c8096f Update installation.md 2021-07-11 14:29:39 +03:00
Georges KABBOUCHI a97d4114cd closes #167 2021-03-16 15:57:33 +02:00
Georges KABBOUCHI bd39c6cd54 singleton component 2021-03-09 13:12:57 +02:00
Georges KABBOUCHI 1caa09dd07 docus 2021-03-02 18:05:10 +02:00
Georges KABBOUCHI 3c33ec234a Update settings.json 2021-02-18 11:52:00 +02:00
Georges KABBOUCHI bf964afe4e Update settings.json 2021-02-17 17:35:55 +02:00
Georges KABBOUCHI 8f5ddc673a Update settings.json 2021-02-17 17:21:06 +02:00
Georges KABBOUCHI cda48cd943 docs: algolia search 2021-02-17 16:53:28 +02:00
Georges KABBOUCHI 4f67f58b4d update docus 2021-02-15 20:10:25 +02:00
Georges KABBOUCHI 881bce9dc2 update docus 2021-02-10 21:24:14 +02:00
Georges KABBOUCHI e3fe8be624 docs: change branch name 2021-02-09 23:10:57 +02:00
Georges KABBOUCHI 28a9a05d9e docs: migrate to docus 2021-02-09 23:04:36 +02:00
Georges KABBOUCHI c2d6d92870 Update basic-usage.md 2021-01-12 21:16:18 +02:00
Georges KABBOUCHI 72e05d84fa docs 2021-01-11 22:37:23 +02:00
Georges KABBOUCHI 23876cad9d docs 2021-01-11 22:01:42 +02:00
Georges KABBOUCHI 23f7a162bc remove default css 2021-01-11 21:29:16 +02:00
Georges KABBOUCHI 98303fa17f Create trigger-target.md 2021-01-03 20:13:02 +02:00
Georges KABBOUCHI 877c9e38ef update triggerTarget doc 2021-01-03 19:58:26 +02:00
Georges KABBOUCHI d8a2597c96 Create context-menu.md 2021-01-03 19:07:31 +02:00
Georges KABBOUCHI ca7b2c92ee Update icon.png 2021-01-02 23:03:33 +02:00
Georges KABBOUCHI 6a64cd616f docs 2021-01-02 22:00:55 +02:00
Georges KABBOUCHI b36dd86cf4 wip 2020-12-29 19:39:07 +02:00
Georges KABBOUCHI 3cb6402466 generate docs 2020-12-29 19:16:06 +02:00