@sprawlify/primitives 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/anatomy.cjs +3 -0
- package/dist/anatomy.d.cts +2 -0
- package/dist/anatomy.d.mts +2 -0
- package/dist/anatomy.mjs +3 -0
- package/dist/aria-hidden-DqYx0f_y.mjs +177 -0
- package/dist/aria-hidden-DtLU6hSU.cjs +182 -0
- package/dist/aria-hidden.cjs +4 -0
- package/dist/aria-hidden.d.cts +16 -0
- package/dist/aria-hidden.d.mts +16 -0
- package/dist/aria-hidden.mjs +4 -0
- package/dist/auto-resize-D3qHtFy1.mjs +114 -0
- package/dist/auto-resize-xzlPFDyD.cjs +125 -0
- package/dist/auto-resize.cjs +5 -0
- package/dist/auto-resize.d.cts +17 -0
- package/dist/auto-resize.d.mts +17 -0
- package/dist/auto-resize.mjs +4 -0
- package/dist/chunk-CbDLau6x.cjs +34 -0
- package/dist/collection-8XqaNHs_.mjs +1279 -0
- package/dist/collection-DIoIDISa.cjs +1326 -0
- package/dist/collection.cjs +11 -0
- package/dist/collection.d.cts +5 -0
- package/dist/collection.d.mts +5 -0
- package/dist/collection.mjs +4 -0
- package/dist/color-BkAP1Tkd.d.mts +60 -0
- package/dist/color-VKewNv2e.d.cts +60 -0
- package/dist/color-utils-Cc5GVXZh.mjs +657 -0
- package/dist/color-utils-LER_6Zwu.cjs +680 -0
- package/dist/color-utils.cjs +7 -0
- package/dist/color-utils.d.cts +19 -0
- package/dist/color-utils.d.mts +19 -0
- package/dist/color-utils.mjs +4 -0
- package/dist/core-30pJjyC2.d.mts +49 -0
- package/dist/core-CQFbMdTl.cjs +176 -0
- package/dist/core-CefBjbst.d.cts +49 -0
- package/dist/core-DCFNMTZF.mjs +129 -0
- package/dist/core.cjs +12 -0
- package/dist/core.d.cts +3 -0
- package/dist/core.d.mts +3 -0
- package/dist/core.mjs +5 -0
- package/dist/create-anatomy-B3XYc-qG.d.mts +70 -0
- package/dist/create-anatomy-BGQ8pv8J.d.cts +70 -0
- package/dist/create-anatomy-BbDZbHpC.mjs +39 -0
- package/dist/create-anatomy-CDsIFUXg.cjs +45 -0
- package/dist/create-props-BnF_vl-E.mjs +5 -0
- package/dist/create-props-YKy7JIKj.cjs +11 -0
- package/dist/data-url-C3ITPVRX.d.cts +10 -0
- package/dist/data-url-DLwZ9M77.d.mts +10 -0
- package/dist/date-utils-D2xPHa_I.cjs +738 -0
- package/dist/date-utils-wEa1hhpc.mjs +474 -0
- package/dist/date-utils.cjs +46 -0
- package/dist/date-utils.d.cts +101 -0
- package/dist/date-utils.d.mts +2 -0
- package/dist/date-utils.mjs +3 -0
- package/dist/defineProperty-BoUOT9Ie.cjs +49 -0
- package/dist/defineProperty-DrXfyjd4.mjs +43 -0
- package/dist/dismissable-CTfKZ4OG.cjs +282 -0
- package/dist/dismissable-DDrx0xnH.mjs +271 -0
- package/dist/dismissable-layer-C7pZU2wi.d.cts +39 -0
- package/dist/dismissable-layer-t_b0fk-p.d.mts +39 -0
- package/dist/dismissable.cjs +7 -0
- package/dist/dismissable.d.cts +3 -0
- package/dist/dismissable.d.mts +3 -0
- package/dist/dismissable.mjs +6 -0
- package/dist/dom-query-CWZdWUGp.cjs +2141 -0
- package/dist/dom-query-DFCRhyj1.mjs +1374 -0
- package/dist/dom-query.cjs +130 -0
- package/dist/dom-query.d.cts +307 -0
- package/dist/dom-query.d.mts +307 -0
- package/dist/dom-query.mjs +3 -0
- package/dist/file-utils.cjs +220 -0
- package/dist/file-utils.d.cts +51 -0
- package/dist/file-utils.d.mts +51 -0
- package/dist/file-utils.mjs +210 -0
- package/dist/focus-trap-D-bypQEJ.mjs +485 -0
- package/dist/focus-trap-D4i52S9A.cjs +496 -0
- package/dist/focus-trap.cjs +5 -0
- package/dist/focus-trap.d.cts +88 -0
- package/dist/focus-trap.d.mts +88 -0
- package/dist/focus-trap.mjs +4 -0
- package/dist/focus-visible-DYTWdWpa.cjs +210 -0
- package/dist/focus-visible-irppYatv.mjs +175 -0
- package/dist/focus-visible.cjs +9 -0
- package/dist/focus-visible.d.cts +31 -0
- package/dist/focus-visible.d.mts +31 -0
- package/dist/focus-visible.mjs +4 -0
- package/dist/functions-BOkTDEFM.d.cts +15 -0
- package/dist/functions-IZtWcC8Q.d.mts +15 -0
- package/dist/highlight-word.cjs +100 -0
- package/dist/highlight-word.d.cts +24 -0
- package/dist/highlight-word.d.mts +24 -0
- package/dist/highlight-word.mjs +99 -0
- package/dist/hotkeys.cjs +758 -0
- package/dist/hotkeys.d.cts +130 -0
- package/dist/hotkeys.d.mts +130 -0
- package/dist/hotkeys.mjs +754 -0
- package/dist/i18n-utils.cjs +450 -0
- package/dist/i18n-utils.d.cts +61 -0
- package/dist/i18n-utils.d.mts +61 -0
- package/dist/i18n-utils.mjs +440 -0
- package/dist/index-BkzYij2j.d.mts +25 -0
- package/dist/index-Bqw3r34-.d.cts +1383 -0
- package/dist/index-C0MKXQmE.d.mts +1383 -0
- package/dist/index-C9-feK5c.d.cts +25 -0
- package/dist/index-CD5FN7kY.d.mts +114 -0
- package/dist/index-CJji6wHl.d.cts +15 -0
- package/dist/index-CNi5FkPe.d.mts +15 -0
- package/dist/index-D96rs8B0.d.mts +115 -0
- package/dist/index.cjs +0 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/interact-outside-BplxR9cR.mjs +200 -0
- package/dist/interact-outside-C8-oFBpB.cjs +205 -0
- package/dist/interact-outside.cjs +5 -0
- package/dist/interact-outside.d.cts +2 -0
- package/dist/interact-outside.d.mts +2 -0
- package/dist/interact-outside.mjs +5 -0
- package/dist/json-tree-utils.cjs +1512 -0
- package/dist/json-tree-utils.d.cts +117 -0
- package/dist/json-tree-utils.d.mts +117 -0
- package/dist/json-tree-utils.mjs +1463 -0
- package/dist/list-collection-BIMJGQjn.d.cts +61 -0
- package/dist/list-collection-Db3eixRU.d.mts +61 -0
- package/dist/live-region-CcZPGo89.cjs +52 -0
- package/dist/live-region-CnPh21WH.mjs +46 -0
- package/dist/live-region.cjs +3 -0
- package/dist/live-region.d.cts +2 -0
- package/dist/live-region.d.mts +2 -0
- package/dist/live-region.mjs +3 -0
- package/dist/machines/accordion/index.cjs +328 -0
- package/dist/machines/accordion/index.d.cts +83 -0
- package/dist/machines/accordion/index.d.mts +83 -0
- package/dist/machines/accordion/index.mjs +322 -0
- package/dist/machines/async-list/index.cjs +311 -0
- package/dist/machines/async-list/index.d.cts +89 -0
- package/dist/machines/async-list/index.d.mts +89 -0
- package/dist/machines/async-list/index.mjs +310 -0
- package/dist/machines/avatar/index.cjs +169 -0
- package/dist/machines/avatar/index.d.cts +63 -0
- package/dist/machines/avatar/index.d.mts +63 -0
- package/dist/machines/avatar/index.mjs +165 -0
- package/dist/machines/bottom-sheet/index.cjs +676 -0
- package/dist/machines/bottom-sheet/index.d.cts +239 -0
- package/dist/machines/bottom-sheet/index.d.mts +239 -0
- package/dist/machines/bottom-sheet/index.mjs +672 -0
- package/dist/machines/carousel/index.cjs +859 -0
- package/dist/machines/carousel/index.d.cts +146 -0
- package/dist/machines/carousel/index.d.mts +146 -0
- package/dist/machines/carousel/index.mjs +851 -0
- package/dist/machines/checkbox/index.cjs +316 -0
- package/dist/machines/checkbox/index.d.cts +81 -0
- package/dist/machines/checkbox/index.d.mts +81 -0
- package/dist/machines/checkbox/index.mjs +312 -0
- package/dist/machines/clipboard/index.cjs +225 -0
- package/dist/machines/clipboard/index.d.cts +68 -0
- package/dist/machines/clipboard/index.d.mts +68 -0
- package/dist/machines/clipboard/index.mjs +219 -0
- package/dist/machines/collapsible/index.cjs +362 -0
- package/dist/machines/collapsible/index.d.cts +82 -0
- package/dist/machines/collapsible/index.d.mts +82 -0
- package/dist/machines/collapsible/index.mjs +358 -0
- package/dist/machines/color-picker/index.cjs +1529 -0
- package/dist/machines/color-picker/index.d.cts +205 -0
- package/dist/machines/color-picker/index.d.mts +205 -0
- package/dist/machines/color-picker/index.mjs +1514 -0
- package/dist/machines/combobox/index.cjs +1593 -0
- package/dist/machines/combobox/index.d.cts +214 -0
- package/dist/machines/combobox/index.d.mts +214 -0
- package/dist/machines/combobox/index.mjs +1582 -0
- package/dist/machines/date-picker/index.cjs +2177 -0
- package/dist/machines/date-picker/index.d.cts +350 -0
- package/dist/machines/date-picker/index.d.mts +350 -0
- package/dist/machines/date-picker/index.mjs +2161 -0
- package/dist/machines/dialog/index.cjs +325 -0
- package/dist/machines/dialog/index.d.cts +80 -0
- package/dist/machines/dialog/index.d.mts +80 -0
- package/dist/machines/dialog/index.mjs +321 -0
- package/dist/machines/editable/index.cjs +551 -0
- package/dist/machines/editable/index.d.cts +114 -0
- package/dist/machines/editable/index.d.mts +114 -0
- package/dist/machines/editable/index.mjs +547 -0
- package/dist/machines/floating-panel/index.cjs +995 -0
- package/dist/machines/floating-panel/index.d.cts +147 -0
- package/dist/machines/floating-panel/index.d.mts +147 -0
- package/dist/machines/floating-panel/index.mjs +988 -0
- package/dist/machines/hover-card/index.cjs +383 -0
- package/dist/machines/hover-card/index.d.cts +69 -0
- package/dist/machines/hover-card/index.d.mts +69 -0
- package/dist/machines/hover-card/index.mjs +379 -0
- package/dist/machines/image-cropper/index.cjs +1995 -0
- package/dist/machines/image-cropper/index.d.cts +182 -0
- package/dist/machines/image-cropper/index.d.mts +182 -0
- package/dist/machines/image-cropper/index.mjs +1990 -0
- package/dist/machines/listbox/index.cjs +794 -0
- package/dist/machines/listbox/index.d.cts +168 -0
- package/dist/machines/listbox/index.d.mts +168 -0
- package/dist/machines/listbox/index.mjs +782 -0
- package/dist/machines/marquee/index.cjs +395 -0
- package/dist/machines/marquee/index.d.cts +102 -0
- package/dist/machines/marquee/index.d.mts +102 -0
- package/dist/machines/marquee/index.mjs +391 -0
- package/dist/machines/menu/index.cjs +1298 -0
- package/dist/machines/menu/index.d.cts +175 -0
- package/dist/machines/menu/index.d.mts +175 -0
- package/dist/machines/menu/index.mjs +1286 -0
- package/dist/machines/navigation-menu/index.cjs +861 -0
- package/dist/machines/navigation-menu/index.d.cts +127 -0
- package/dist/machines/navigation-menu/index.d.mts +127 -0
- package/dist/machines/navigation-menu/index.mjs +857 -0
- package/dist/machines/number-input/index.cjs +996 -0
- package/dist/machines/number-input/index.d.cts +134 -0
- package/dist/machines/number-input/index.d.mts +134 -0
- package/dist/machines/number-input/index.mjs +991 -0
- package/dist/machines/pagination/index.cjs +419 -0
- package/dist/machines/pagination/index.d.cts +139 -0
- package/dist/machines/pagination/index.d.mts +139 -0
- package/dist/machines/pagination/index.mjs +411 -0
- package/dist/machines/password-input/index.cjs +228 -0
- package/dist/machines/password-input/index.d.cts +71 -0
- package/dist/machines/password-input/index.d.mts +71 -0
- package/dist/machines/password-input/index.mjs +224 -0
- package/dist/machines/pin-input/index.cjs +523 -0
- package/dist/machines/pin-input/index.d.cts +105 -0
- package/dist/machines/pin-input/index.d.mts +105 -0
- package/dist/machines/pin-input/index.mjs +519 -0
- package/dist/machines/popover/index.cjs +430 -0
- package/dist/machines/popover/index.d.cts +88 -0
- package/dist/machines/popover/index.d.mts +88 -0
- package/dist/machines/popover/index.mjs +426 -0
- package/dist/machines/presence/index.cjs +192 -0
- package/dist/machines/presence/index.d.cts +44 -0
- package/dist/machines/presence/index.d.mts +44 -0
- package/dist/machines/presence/index.mjs +190 -0
- package/dist/machines/progress/index.cjs +288 -0
- package/dist/machines/progress/index.d.cts +96 -0
- package/dist/machines/progress/index.d.mts +96 -0
- package/dist/machines/progress/index.mjs +284 -0
- package/dist/machines/qr-code/index.cjs +172 -0
- package/dist/machines/qr-code/index.d.cts +70 -0
- package/dist/machines/qr-code/index.d.mts +70 -0
- package/dist/machines/qr-code/index.mjs +167 -0
- package/dist/machines/radio-group/index.cjs +436 -0
- package/dist/machines/radio-group/index.d.cts +106 -0
- package/dist/machines/radio-group/index.d.mts +106 -0
- package/dist/machines/radio-group/index.mjs +430 -0
- package/dist/machines/rating-group/index.cjs +405 -0
- package/dist/machines/rating-group/index.d.cts +101 -0
- package/dist/machines/rating-group/index.d.mts +101 -0
- package/dist/machines/rating-group/index.mjs +399 -0
- package/dist/machines/scroll-area/index.cjs +857 -0
- package/dist/machines/scroll-area/index.d.cts +159 -0
- package/dist/machines/scroll-area/index.d.mts +159 -0
- package/dist/machines/scroll-area/index.mjs +853 -0
- package/dist/machines/select/index.cjs +1165 -0
- package/dist/machines/select/index.d.cts +183 -0
- package/dist/machines/select/index.d.mts +183 -0
- package/dist/machines/select/index.mjs +1154 -0
- package/dist/machines/signature-pad/index.cjs +334 -0
- package/dist/machines/signature-pad/index.d.cts +108 -0
- package/dist/machines/signature-pad/index.d.mts +108 -0
- package/dist/machines/signature-pad/index.mjs +328 -0
- package/dist/machines/slider/index.cjs +957 -0
- package/dist/machines/slider/index.d.cts +149 -0
- package/dist/machines/slider/index.d.mts +149 -0
- package/dist/machines/slider/index.mjs +949 -0
- package/dist/machines/splitter/index.cjs +1112 -0
- package/dist/machines/splitter/index.d.cts +155 -0
- package/dist/machines/splitter/index.d.mts +155 -0
- package/dist/machines/splitter/index.mjs +1103 -0
- package/dist/machines/steps/index.cjs +289 -0
- package/dist/machines/steps/index.d.cts +97 -0
- package/dist/machines/steps/index.d.mts +97 -0
- package/dist/machines/steps/index.mjs +285 -0
- package/dist/machines/switch/index.cjs +305 -0
- package/dist/machines/switch/index.d.cts +80 -0
- package/dist/machines/switch/index.d.mts +80 -0
- package/dist/machines/switch/index.mjs +301 -0
- package/dist/machines/tabs/index.cjs +508 -0
- package/dist/machines/tabs/index.d.cts +111 -0
- package/dist/machines/tabs/index.d.mts +111 -0
- package/dist/machines/tabs/index.mjs +500 -0
- package/dist/machines/tags-input/index.cjs +1127 -0
- package/dist/machines/tags-input/index.d.cts +179 -0
- package/dist/machines/tags-input/index.d.mts +179 -0
- package/dist/machines/tags-input/index.mjs +1121 -0
- package/dist/machines/timer/index.cjs +329 -0
- package/dist/machines/timer/index.d.cts +98 -0
- package/dist/machines/timer/index.d.mts +98 -0
- package/dist/machines/timer/index.mjs +324 -0
- package/dist/machines/toast/index.cjs +1155 -0
- package/dist/machines/toast/index.d.cts +195 -0
- package/dist/machines/toast/index.d.mts +195 -0
- package/dist/machines/toast/index.mjs +1151 -0
- package/dist/machines/toggle/index.cjs +103 -0
- package/dist/machines/toggle/index.d.cts +46 -0
- package/dist/machines/toggle/index.d.mts +46 -0
- package/dist/machines/toggle/index.mjs +99 -0
- package/dist/machines/toggle-group/index.cjs +328 -0
- package/dist/machines/toggle-group/index.d.cts +81 -0
- package/dist/machines/toggle-group/index.d.mts +81 -0
- package/dist/machines/toggle-group/index.mjs +322 -0
- package/dist/machines/tooltip/index.cjs +516 -0
- package/dist/machines/tooltip/index.d.cts +71 -0
- package/dist/machines/tooltip/index.d.mts +71 -0
- package/dist/machines/tooltip/index.mjs +512 -0
- package/dist/machines/tour/index.cjs +1108 -0
- package/dist/machines/tour/index.d.cts +206 -0
- package/dist/machines/tour/index.d.mts +206 -0
- package/dist/machines/tour/index.mjs +1101 -0
- package/dist/machines/tree-view/index.cjs +1271 -0
- package/dist/machines/tree-view/index.d.cts +215 -0
- package/dist/machines/tree-view/index.d.mts +215 -0
- package/dist/machines/tree-view/index.mjs +1263 -0
- package/dist/node-BctU8GXk.d.mts +24 -0
- package/dist/node-CSsuPZVZ.d.cts +24 -0
- package/dist/popper-BPJeAtcA.mjs +349 -0
- package/dist/popper-D0FAW_p7.cjs +373 -0
- package/dist/popper.cjs +8 -0
- package/dist/popper.d.cts +74 -0
- package/dist/popper.d.mts +2 -0
- package/dist/popper.mjs +5 -0
- package/dist/raf-BnlYUlDi.d.mts +15 -0
- package/dist/raf-Cd2FGy0z.d.cts +15 -0
- package/dist/rect-utils-0ellN0a_.mjs +854 -0
- package/dist/rect-utils-DKLRhP8G.cjs +1147 -0
- package/dist/rect-utils.cjs +51 -0
- package/dist/rect-utils.d.cts +198 -0
- package/dist/rect-utils.d.mts +198 -0
- package/dist/rect-utils.mjs +3 -0
- package/dist/remove-scroll-Lrfv79X_.mjs +58 -0
- package/dist/remove-scroll-Uvzg1L9r.cjs +63 -0
- package/dist/remove-scroll.cjs +0 -0
- package/dist/remove-scroll.d.cts +1 -0
- package/dist/remove-scroll.d.mts +1 -0
- package/dist/remove-scroll.mjs +1 -0
- package/dist/scroll-snap-CrTmQRzA.mjs +152 -0
- package/dist/scroll-snap-zyiZLv7W.cjs +175 -0
- package/dist/scroll-snap.cjs +7 -0
- package/dist/scroll-snap.d.cts +14 -0
- package/dist/scroll-snap.d.mts +14 -0
- package/dist/scroll-snap.mjs +4 -0
- package/dist/selection-BIhSzkF7.d.mts +50 -0
- package/dist/selection-CS1GBp8e.d.cts +50 -0
- package/dist/store-BZcXv49B.cjs +305 -0
- package/dist/store-DEojWy9H.mjs +263 -0
- package/dist/store.cjs +9 -0
- package/dist/store.d.cts +26 -0
- package/dist/store.d.mts +26 -0
- package/dist/store.mjs +3 -0
- package/dist/stringify-state.cjs +49 -0
- package/dist/stringify-state.d.cts +8 -0
- package/dist/stringify-state.d.mts +8 -0
- package/dist/stringify-state.mjs +46 -0
- package/dist/tree-collection-BwU5WhGQ.d.mts +78 -0
- package/dist/tree-collection-DP_eznnI.d.cts +78 -0
- package/dist/typeahead-BdNwVP09.d.cts +45 -0
- package/dist/typeahead-XN6lZ7G9.d.mts +45 -0
- package/dist/types-BivBkYg9.d.cts +57 -0
- package/dist/types-Bl_6JtPQ.d.mts +57 -0
- package/dist/types-CPUMVt7c.d.mts +54 -0
- package/dist/types-CT_W6HWr.d.cts +54 -0
- package/dist/types-DDTcG99l.d.mts +201 -0
- package/dist/types-DejIu60O.d.cts +201 -0
- package/dist/types-DiIdKZ3K.d.cts +45 -0
- package/dist/types-GxLIgJib.d.cts +17 -0
- package/dist/types.cjs +15 -0
- package/dist/types.d.cts +2 -0
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +14 -0
- package/dist/utils-BZyrxWWR.mjs +525 -0
- package/dist/utils-_6frwjgJ.cjs +1040 -0
- package/dist/utils.cjs +88 -0
- package/dist/utils.d.cts +144 -0
- package/dist/utils.d.mts +144 -0
- package/dist/utils.mjs +3 -0
- package/dist/wait-for-CMjPsqWk.d.cts +10 -0
- package/dist/wait-for-D2nkdD4z.d.mts +10 -0
- package/package.json +399 -0
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
const require_create_anatomy = require('../../create-anatomy-CDsIFUXg.cjs');
|
|
2
|
+
require('../../dom-query-CWZdWUGp.cjs');
|
|
3
|
+
const require_utils = require('../../utils-_6frwjgJ.cjs');
|
|
4
|
+
const require_core = require('../../core-CQFbMdTl.cjs');
|
|
5
|
+
require('../../interact-outside-C8-oFBpB.cjs');
|
|
6
|
+
const require_dismissable = require('../../dismissable-CTfKZ4OG.cjs');
|
|
7
|
+
const require_popper = require('../../popper-D0FAW_p7.cjs');
|
|
8
|
+
const require_create_props = require('../../create-props-YKy7JIKj.cjs');
|
|
9
|
+
|
|
10
|
+
//#region src/machines/hover-card/hover-card.anatomy.ts
|
|
11
|
+
const anatomy = require_create_anatomy.createAnatomy("hoverCard").parts("arrow", "arrowTip", "trigger", "positioner", "content");
|
|
12
|
+
const parts = anatomy.build();
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
//#region src/machines/hover-card/hover-card.dom.ts
|
|
16
|
+
const getTriggerId = (ctx) => ctx.ids?.trigger ?? `hover-card:${ctx.id}:trigger`;
|
|
17
|
+
const getContentId = (ctx) => ctx.ids?.content ?? `hover-card:${ctx.id}:content`;
|
|
18
|
+
const getPositionerId = (ctx) => ctx.ids?.positioner ?? `hover-card:${ctx.id}:popper`;
|
|
19
|
+
const getArrowId = (ctx) => ctx.ids?.arrow ?? `hover-card:${ctx.id}:arrow`;
|
|
20
|
+
const getTriggerEl = (ctx) => ctx.getById(getTriggerId(ctx));
|
|
21
|
+
const getContentEl = (ctx) => ctx.getById(getContentId(ctx));
|
|
22
|
+
const getPositionerEl = (ctx) => ctx.getById(getPositionerId(ctx));
|
|
23
|
+
|
|
24
|
+
//#endregion
|
|
25
|
+
//#region src/machines/hover-card/hover-card.connect.ts
|
|
26
|
+
function connect(service, normalize) {
|
|
27
|
+
const { state, send, prop, context, scope } = service;
|
|
28
|
+
const open = state.hasTag("open");
|
|
29
|
+
const popperStyles = require_popper.getPlacementStyles({
|
|
30
|
+
...prop("positioning"),
|
|
31
|
+
placement: context.get("currentPlacement")
|
|
32
|
+
});
|
|
33
|
+
return {
|
|
34
|
+
open,
|
|
35
|
+
setOpen(nextOpen) {
|
|
36
|
+
if (state.hasTag("open") === nextOpen) return;
|
|
37
|
+
if (prop("disabled")) return;
|
|
38
|
+
send({ type: nextOpen ? "OPEN" : "CLOSE" });
|
|
39
|
+
},
|
|
40
|
+
reposition(options = {}) {
|
|
41
|
+
send({
|
|
42
|
+
type: "POSITIONING.SET",
|
|
43
|
+
options
|
|
44
|
+
});
|
|
45
|
+
},
|
|
46
|
+
getArrowProps() {
|
|
47
|
+
return normalize.element({
|
|
48
|
+
id: getArrowId(scope),
|
|
49
|
+
...parts.arrow.attrs,
|
|
50
|
+
dir: prop("dir"),
|
|
51
|
+
style: popperStyles.arrow
|
|
52
|
+
});
|
|
53
|
+
},
|
|
54
|
+
getArrowTipProps() {
|
|
55
|
+
return normalize.element({
|
|
56
|
+
...parts.arrowTip.attrs,
|
|
57
|
+
dir: prop("dir"),
|
|
58
|
+
style: popperStyles.arrowTip
|
|
59
|
+
});
|
|
60
|
+
},
|
|
61
|
+
getTriggerProps() {
|
|
62
|
+
return normalize.element({
|
|
63
|
+
...parts.trigger.attrs,
|
|
64
|
+
dir: prop("dir"),
|
|
65
|
+
"data-placement": context.get("currentPlacement"),
|
|
66
|
+
id: getTriggerId(scope),
|
|
67
|
+
"data-state": open ? "open" : "closed",
|
|
68
|
+
onPointerEnter(event) {
|
|
69
|
+
if (event.pointerType === "touch") return;
|
|
70
|
+
if (prop("disabled")) return;
|
|
71
|
+
send({
|
|
72
|
+
type: "POINTER_ENTER",
|
|
73
|
+
src: "trigger"
|
|
74
|
+
});
|
|
75
|
+
},
|
|
76
|
+
onPointerLeave(event) {
|
|
77
|
+
if (event.pointerType === "touch") return;
|
|
78
|
+
if (prop("disabled")) return;
|
|
79
|
+
send({
|
|
80
|
+
type: "POINTER_LEAVE",
|
|
81
|
+
src: "trigger"
|
|
82
|
+
});
|
|
83
|
+
},
|
|
84
|
+
onFocus() {
|
|
85
|
+
if (prop("disabled")) return;
|
|
86
|
+
send({ type: "TRIGGER_FOCUS" });
|
|
87
|
+
},
|
|
88
|
+
onBlur() {
|
|
89
|
+
if (prop("disabled")) return;
|
|
90
|
+
send({ type: "TRIGGER_BLUR" });
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
},
|
|
94
|
+
getPositionerProps() {
|
|
95
|
+
return normalize.element({
|
|
96
|
+
id: getPositionerId(scope),
|
|
97
|
+
...parts.positioner.attrs,
|
|
98
|
+
dir: prop("dir"),
|
|
99
|
+
style: popperStyles.floating
|
|
100
|
+
});
|
|
101
|
+
},
|
|
102
|
+
getContentProps() {
|
|
103
|
+
return normalize.element({
|
|
104
|
+
...parts.content.attrs,
|
|
105
|
+
dir: prop("dir"),
|
|
106
|
+
id: getContentId(scope),
|
|
107
|
+
hidden: !open,
|
|
108
|
+
tabIndex: -1,
|
|
109
|
+
"data-state": open ? "open" : "closed",
|
|
110
|
+
"data-placement": context.get("currentPlacement"),
|
|
111
|
+
onPointerEnter(event) {
|
|
112
|
+
if (event.pointerType === "touch") return;
|
|
113
|
+
if (prop("disabled")) return;
|
|
114
|
+
send({
|
|
115
|
+
type: "POINTER_ENTER",
|
|
116
|
+
src: "content"
|
|
117
|
+
});
|
|
118
|
+
},
|
|
119
|
+
onPointerLeave(event) {
|
|
120
|
+
if (event.pointerType === "touch") return;
|
|
121
|
+
if (prop("disabled")) return;
|
|
122
|
+
send({
|
|
123
|
+
type: "POINTER_LEAVE",
|
|
124
|
+
src: "content"
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
//#endregion
|
|
133
|
+
//#region src/machines/hover-card/hover-card.machine.ts
|
|
134
|
+
const { not, and } = require_core.createGuards();
|
|
135
|
+
const machine = require_core.createMachine({
|
|
136
|
+
props({ props: props$1 }) {
|
|
137
|
+
return {
|
|
138
|
+
disabled: false,
|
|
139
|
+
openDelay: 600,
|
|
140
|
+
closeDelay: 300,
|
|
141
|
+
...props$1,
|
|
142
|
+
positioning: {
|
|
143
|
+
placement: "bottom",
|
|
144
|
+
...props$1.positioning
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
},
|
|
148
|
+
initialState({ prop }) {
|
|
149
|
+
return prop("open") || prop("defaultOpen") ? "open" : "closed";
|
|
150
|
+
},
|
|
151
|
+
context({ prop, bindable }) {
|
|
152
|
+
return {
|
|
153
|
+
open: bindable(() => ({
|
|
154
|
+
defaultValue: prop("defaultOpen"),
|
|
155
|
+
value: prop("open"),
|
|
156
|
+
onChange(value) {
|
|
157
|
+
prop("onOpenChange")?.({ open: value });
|
|
158
|
+
}
|
|
159
|
+
})),
|
|
160
|
+
currentPlacement: bindable(() => ({ defaultValue: void 0 })),
|
|
161
|
+
isPointer: bindable(() => ({ defaultValue: false }))
|
|
162
|
+
};
|
|
163
|
+
},
|
|
164
|
+
watch({ track, context, action, prop, send }) {
|
|
165
|
+
track([() => prop("disabled")], () => {
|
|
166
|
+
if (prop("disabled")) send({
|
|
167
|
+
type: "CLOSE",
|
|
168
|
+
src: "disabled.change"
|
|
169
|
+
});
|
|
170
|
+
});
|
|
171
|
+
track([() => context.get("open")], () => {
|
|
172
|
+
action(["toggleVisibility"]);
|
|
173
|
+
});
|
|
174
|
+
},
|
|
175
|
+
states: {
|
|
176
|
+
closed: {
|
|
177
|
+
tags: ["closed"],
|
|
178
|
+
entry: ["clearIsPointer"],
|
|
179
|
+
on: {
|
|
180
|
+
"CONTROLLED.OPEN": { target: "open" },
|
|
181
|
+
POINTER_ENTER: {
|
|
182
|
+
target: "opening",
|
|
183
|
+
actions: ["setIsPointer"]
|
|
184
|
+
},
|
|
185
|
+
TRIGGER_FOCUS: { target: "opening" },
|
|
186
|
+
OPEN: { target: "opening" }
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
opening: {
|
|
190
|
+
tags: ["closed"],
|
|
191
|
+
effects: ["waitForOpenDelay"],
|
|
192
|
+
on: {
|
|
193
|
+
OPEN_DELAY: [{
|
|
194
|
+
guard: "isOpenControlled",
|
|
195
|
+
actions: ["invokeOnOpen"]
|
|
196
|
+
}, {
|
|
197
|
+
target: "open",
|
|
198
|
+
actions: ["invokeOnOpen"]
|
|
199
|
+
}],
|
|
200
|
+
"CONTROLLED.OPEN": { target: "open" },
|
|
201
|
+
"CONTROLLED.CLOSE": { target: "closed" },
|
|
202
|
+
POINTER_LEAVE: [{
|
|
203
|
+
guard: "isOpenControlled",
|
|
204
|
+
actions: ["invokeOnClose", "toggleVisibility"]
|
|
205
|
+
}, {
|
|
206
|
+
target: "closed",
|
|
207
|
+
actions: ["invokeOnClose"]
|
|
208
|
+
}],
|
|
209
|
+
TRIGGER_BLUR: [{
|
|
210
|
+
guard: and("isOpenControlled", not("isPointer")),
|
|
211
|
+
actions: ["invokeOnClose", "toggleVisibility"]
|
|
212
|
+
}, {
|
|
213
|
+
guard: not("isPointer"),
|
|
214
|
+
target: "closed",
|
|
215
|
+
actions: ["invokeOnClose"]
|
|
216
|
+
}],
|
|
217
|
+
CLOSE: [{
|
|
218
|
+
guard: "isOpenControlled",
|
|
219
|
+
actions: ["invokeOnClose", "toggleVisibility"]
|
|
220
|
+
}, {
|
|
221
|
+
target: "closed",
|
|
222
|
+
actions: ["invokeOnClose"]
|
|
223
|
+
}]
|
|
224
|
+
}
|
|
225
|
+
},
|
|
226
|
+
open: {
|
|
227
|
+
tags: ["open"],
|
|
228
|
+
effects: ["trackDismissableElement", "trackPositioning"],
|
|
229
|
+
on: {
|
|
230
|
+
"CONTROLLED.CLOSE": { target: "closed" },
|
|
231
|
+
POINTER_ENTER: { actions: ["setIsPointer"] },
|
|
232
|
+
POINTER_LEAVE: { target: "closing" },
|
|
233
|
+
CLOSE: [{
|
|
234
|
+
guard: "isOpenControlled",
|
|
235
|
+
actions: ["invokeOnClose"]
|
|
236
|
+
}, {
|
|
237
|
+
target: "closed",
|
|
238
|
+
actions: ["invokeOnClose"]
|
|
239
|
+
}],
|
|
240
|
+
TRIGGER_BLUR: [{
|
|
241
|
+
guard: and("isOpenControlled", not("isPointer")),
|
|
242
|
+
actions: ["invokeOnClose"]
|
|
243
|
+
}, {
|
|
244
|
+
guard: not("isPointer"),
|
|
245
|
+
target: "closed",
|
|
246
|
+
actions: ["invokeOnClose"]
|
|
247
|
+
}],
|
|
248
|
+
"POSITIONING.SET": { actions: ["reposition"] }
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
closing: {
|
|
252
|
+
tags: ["open"],
|
|
253
|
+
effects: ["trackPositioning", "waitForCloseDelay"],
|
|
254
|
+
on: {
|
|
255
|
+
CLOSE_DELAY: [{
|
|
256
|
+
guard: "isOpenControlled",
|
|
257
|
+
actions: ["invokeOnClose"]
|
|
258
|
+
}, {
|
|
259
|
+
target: "closed",
|
|
260
|
+
actions: ["invokeOnClose"]
|
|
261
|
+
}],
|
|
262
|
+
"CONTROLLED.CLOSE": { target: "closed" },
|
|
263
|
+
"CONTROLLED.OPEN": { target: "open" },
|
|
264
|
+
POINTER_ENTER: {
|
|
265
|
+
target: "open",
|
|
266
|
+
actions: ["setIsPointer"]
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
implementations: {
|
|
272
|
+
guards: {
|
|
273
|
+
isPointer: ({ context }) => !!context.get("isPointer"),
|
|
274
|
+
isOpenControlled: ({ prop }) => prop("open") != null
|
|
275
|
+
},
|
|
276
|
+
effects: {
|
|
277
|
+
waitForOpenDelay({ send, prop }) {
|
|
278
|
+
const id = setTimeout(() => {
|
|
279
|
+
send({ type: "OPEN_DELAY" });
|
|
280
|
+
}, prop("openDelay"));
|
|
281
|
+
return () => clearTimeout(id);
|
|
282
|
+
},
|
|
283
|
+
waitForCloseDelay({ send, prop }) {
|
|
284
|
+
const id = setTimeout(() => {
|
|
285
|
+
send({ type: "CLOSE_DELAY" });
|
|
286
|
+
}, prop("closeDelay"));
|
|
287
|
+
return () => clearTimeout(id);
|
|
288
|
+
},
|
|
289
|
+
trackPositioning({ context, prop, scope }) {
|
|
290
|
+
if (!context.get("currentPlacement")) context.set("currentPlacement", prop("positioning").placement);
|
|
291
|
+
const getPositionerEl$1 = () => getPositionerEl(scope);
|
|
292
|
+
return require_popper.getPlacement(getTriggerEl(scope), getPositionerEl$1, {
|
|
293
|
+
...prop("positioning"),
|
|
294
|
+
defer: true,
|
|
295
|
+
onComplete(data) {
|
|
296
|
+
context.set("currentPlacement", data.placement);
|
|
297
|
+
}
|
|
298
|
+
});
|
|
299
|
+
},
|
|
300
|
+
trackDismissableElement({ send, scope, prop }) {
|
|
301
|
+
const getContentEl$1 = () => getContentEl(scope);
|
|
302
|
+
return require_dismissable.trackDismissableElement(getContentEl$1, {
|
|
303
|
+
type: "popover",
|
|
304
|
+
defer: true,
|
|
305
|
+
exclude: [getTriggerEl(scope)],
|
|
306
|
+
onDismiss() {
|
|
307
|
+
send({
|
|
308
|
+
type: "CLOSE",
|
|
309
|
+
src: "interact-outside"
|
|
310
|
+
});
|
|
311
|
+
},
|
|
312
|
+
onInteractOutside: prop("onInteractOutside"),
|
|
313
|
+
onPointerDownOutside: prop("onPointerDownOutside"),
|
|
314
|
+
onFocusOutside(event) {
|
|
315
|
+
event.preventDefault();
|
|
316
|
+
prop("onFocusOutside")?.(event);
|
|
317
|
+
}
|
|
318
|
+
});
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
actions: {
|
|
322
|
+
invokeOnClose({ prop }) {
|
|
323
|
+
prop("onOpenChange")?.({ open: false });
|
|
324
|
+
},
|
|
325
|
+
invokeOnOpen({ prop }) {
|
|
326
|
+
prop("onOpenChange")?.({ open: true });
|
|
327
|
+
},
|
|
328
|
+
setIsPointer({ context }) {
|
|
329
|
+
context.set("isPointer", true);
|
|
330
|
+
},
|
|
331
|
+
clearIsPointer({ context }) {
|
|
332
|
+
context.set("isPointer", false);
|
|
333
|
+
},
|
|
334
|
+
reposition({ context, prop, scope, event }) {
|
|
335
|
+
const getPositionerEl$1 = () => getPositionerEl(scope);
|
|
336
|
+
require_popper.getPlacement(getTriggerEl(scope), getPositionerEl$1, {
|
|
337
|
+
...prop("positioning"),
|
|
338
|
+
...event.options,
|
|
339
|
+
defer: true,
|
|
340
|
+
listeners: false,
|
|
341
|
+
onComplete(data) {
|
|
342
|
+
context.set("currentPlacement", data.placement);
|
|
343
|
+
}
|
|
344
|
+
});
|
|
345
|
+
},
|
|
346
|
+
toggleVisibility({ prop, event, send }) {
|
|
347
|
+
queueMicrotask(() => {
|
|
348
|
+
send({
|
|
349
|
+
type: prop("open") ? "CONTROLLED.OPEN" : "CONTROLLED.CLOSE",
|
|
350
|
+
previousEvent: event
|
|
351
|
+
});
|
|
352
|
+
});
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
});
|
|
357
|
+
|
|
358
|
+
//#endregion
|
|
359
|
+
//#region src/machines/hover-card/hover-card.props.ts
|
|
360
|
+
const props = require_create_props.createProps()([
|
|
361
|
+
"closeDelay",
|
|
362
|
+
"dir",
|
|
363
|
+
"getRootNode",
|
|
364
|
+
"id",
|
|
365
|
+
"ids",
|
|
366
|
+
"disabled",
|
|
367
|
+
"onOpenChange",
|
|
368
|
+
"defaultOpen",
|
|
369
|
+
"open",
|
|
370
|
+
"openDelay",
|
|
371
|
+
"positioning",
|
|
372
|
+
"onInteractOutside",
|
|
373
|
+
"onPointerDownOutside",
|
|
374
|
+
"onFocusOutside"
|
|
375
|
+
]);
|
|
376
|
+
const splitProps = require_utils.createSplitProps(props);
|
|
377
|
+
|
|
378
|
+
//#endregion
|
|
379
|
+
exports.anatomy = anatomy;
|
|
380
|
+
exports.connect = connect;
|
|
381
|
+
exports.machine = machine;
|
|
382
|
+
exports.props = props;
|
|
383
|
+
exports.splitProps = splitProps;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { n as AnatomyInstance } from "../../create-anatomy-BGQ8pv8J.cjs";
|
|
2
|
+
import { p as Machine, u as EventObject, y as Service } from "../../types-DejIu60O.cjs";
|
|
3
|
+
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-Bqw3r34-.cjs";
|
|
4
|
+
import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-C9-feK5c.cjs";
|
|
5
|
+
import { c as Placement, d as PositioningOptions } from "../../types-DiIdKZ3K.cjs";
|
|
6
|
+
|
|
7
|
+
//#region src/machines/hover-card/hover-card.anatomy.d.ts
|
|
8
|
+
declare const anatomy: AnatomyInstance<"trigger" | "content" | "arrow" | "positioner" | "arrowTip">;
|
|
9
|
+
//#endregion
|
|
10
|
+
//#region src/machines/hover-card/hover-card.types.d.ts
|
|
11
|
+
interface OpenChangeDetails {
|
|
12
|
+
open: boolean;
|
|
13
|
+
}
|
|
14
|
+
type ElementIds = Partial<{
|
|
15
|
+
trigger: string;
|
|
16
|
+
content: string;
|
|
17
|
+
positioner: string;
|
|
18
|
+
arrow: string;
|
|
19
|
+
}>;
|
|
20
|
+
interface HoverCardProps extends DirectionProperty, CommonProperties, InteractOutsideHandlers {
|
|
21
|
+
ids?: ElementIds | undefined;
|
|
22
|
+
onOpenChange?: ((details: OpenChangeDetails) => void) | undefined;
|
|
23
|
+
openDelay?: number | undefined;
|
|
24
|
+
closeDelay?: number | undefined;
|
|
25
|
+
disabled?: boolean | undefined;
|
|
26
|
+
open?: boolean | undefined;
|
|
27
|
+
defaultOpen?: boolean | undefined;
|
|
28
|
+
positioning?: PositioningOptions | undefined;
|
|
29
|
+
}
|
|
30
|
+
type PropsWithDefault = "openDelay" | "closeDelay" | "positioning";
|
|
31
|
+
interface PrivateContext {
|
|
32
|
+
currentPlacement: Placement | undefined;
|
|
33
|
+
isPointer: boolean;
|
|
34
|
+
open: boolean;
|
|
35
|
+
}
|
|
36
|
+
interface HoverCardSchema {
|
|
37
|
+
props: RequiredBy<HoverCardProps, PropsWithDefault>;
|
|
38
|
+
context: PrivateContext;
|
|
39
|
+
state: "opening" | "open" | "closing" | "closed";
|
|
40
|
+
tag: "open" | "closed";
|
|
41
|
+
action: string;
|
|
42
|
+
event: EventObject;
|
|
43
|
+
guard: string;
|
|
44
|
+
effect: string;
|
|
45
|
+
}
|
|
46
|
+
type HoverCardService = Service<HoverCardSchema>;
|
|
47
|
+
type HoverCardMachine = Machine<HoverCardSchema>;
|
|
48
|
+
interface HoverCardApi<T extends PropTypes = PropTypes> {
|
|
49
|
+
open: boolean;
|
|
50
|
+
setOpen: (open: boolean) => void;
|
|
51
|
+
reposition: (options?: Partial<PositioningOptions>) => void;
|
|
52
|
+
getArrowProps: () => T["element"];
|
|
53
|
+
getArrowTipProps: () => T["element"];
|
|
54
|
+
getTriggerProps: () => T["element"];
|
|
55
|
+
getPositionerProps: () => T["element"];
|
|
56
|
+
getContentProps: () => T["element"];
|
|
57
|
+
}
|
|
58
|
+
//#endregion
|
|
59
|
+
//#region src/machines/hover-card/hover-card.connect.d.ts
|
|
60
|
+
declare function connect<T extends PropTypes>(service: HoverCardService, normalize: NormalizeProps<T>): HoverCardApi<T>;
|
|
61
|
+
//#endregion
|
|
62
|
+
//#region src/machines/hover-card/hover-card.machine.d.ts
|
|
63
|
+
declare const machine: Machine<HoverCardSchema>;
|
|
64
|
+
//#endregion
|
|
65
|
+
//#region src/machines/hover-card/hover-card.props.d.ts
|
|
66
|
+
declare const props: (keyof HoverCardProps)[];
|
|
67
|
+
declare const splitProps: <Props extends Partial<HoverCardProps>>(props: Props) => [Partial<HoverCardProps>, Omit<Props, keyof HoverCardProps>];
|
|
68
|
+
//#endregion
|
|
69
|
+
export { type HoverCardApi as Api, type ElementIds, type FocusOutsideEvent, type InteractOutsideEvent, type HoverCardMachine as Machine, type OpenChangeDetails, type Placement, type PointerDownOutsideEvent, type PositioningOptions, type HoverCardProps as Props, type HoverCardService as Service, anatomy, connect, machine, props, splitProps };
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { n as AnatomyInstance } from "../../create-anatomy-B3XYc-qG.mjs";
|
|
2
|
+
import { p as Machine, u as EventObject, y as Service } from "../../types-DDTcG99l.mjs";
|
|
3
|
+
import { b as NormalizeProps, g as RequiredBy, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-C0MKXQmE.mjs";
|
|
4
|
+
import { c as PointerDownOutsideEvent, i as InteractOutsideHandlers, n as FocusOutsideEvent, r as InteractOutsideEvent } from "../../index-BkzYij2j.mjs";
|
|
5
|
+
import { p as PositioningOptions, u as Placement } from "../../index-D96rs8B0.mjs";
|
|
6
|
+
|
|
7
|
+
//#region src/machines/hover-card/hover-card.anatomy.d.ts
|
|
8
|
+
declare const anatomy: AnatomyInstance<"trigger" | "content" | "arrow" | "positioner" | "arrowTip">;
|
|
9
|
+
//#endregion
|
|
10
|
+
//#region src/machines/hover-card/hover-card.types.d.ts
|
|
11
|
+
interface OpenChangeDetails {
|
|
12
|
+
open: boolean;
|
|
13
|
+
}
|
|
14
|
+
type ElementIds = Partial<{
|
|
15
|
+
trigger: string;
|
|
16
|
+
content: string;
|
|
17
|
+
positioner: string;
|
|
18
|
+
arrow: string;
|
|
19
|
+
}>;
|
|
20
|
+
interface HoverCardProps extends DirectionProperty, CommonProperties, InteractOutsideHandlers {
|
|
21
|
+
ids?: ElementIds | undefined;
|
|
22
|
+
onOpenChange?: ((details: OpenChangeDetails) => void) | undefined;
|
|
23
|
+
openDelay?: number | undefined;
|
|
24
|
+
closeDelay?: number | undefined;
|
|
25
|
+
disabled?: boolean | undefined;
|
|
26
|
+
open?: boolean | undefined;
|
|
27
|
+
defaultOpen?: boolean | undefined;
|
|
28
|
+
positioning?: PositioningOptions | undefined;
|
|
29
|
+
}
|
|
30
|
+
type PropsWithDefault = "openDelay" | "closeDelay" | "positioning";
|
|
31
|
+
interface PrivateContext {
|
|
32
|
+
currentPlacement: Placement | undefined;
|
|
33
|
+
isPointer: boolean;
|
|
34
|
+
open: boolean;
|
|
35
|
+
}
|
|
36
|
+
interface HoverCardSchema {
|
|
37
|
+
props: RequiredBy<HoverCardProps, PropsWithDefault>;
|
|
38
|
+
context: PrivateContext;
|
|
39
|
+
state: "opening" | "open" | "closing" | "closed";
|
|
40
|
+
tag: "open" | "closed";
|
|
41
|
+
action: string;
|
|
42
|
+
event: EventObject;
|
|
43
|
+
guard: string;
|
|
44
|
+
effect: string;
|
|
45
|
+
}
|
|
46
|
+
type HoverCardService = Service<HoverCardSchema>;
|
|
47
|
+
type HoverCardMachine = Machine<HoverCardSchema>;
|
|
48
|
+
interface HoverCardApi<T extends PropTypes = PropTypes> {
|
|
49
|
+
open: boolean;
|
|
50
|
+
setOpen: (open: boolean) => void;
|
|
51
|
+
reposition: (options?: Partial<PositioningOptions>) => void;
|
|
52
|
+
getArrowProps: () => T["element"];
|
|
53
|
+
getArrowTipProps: () => T["element"];
|
|
54
|
+
getTriggerProps: () => T["element"];
|
|
55
|
+
getPositionerProps: () => T["element"];
|
|
56
|
+
getContentProps: () => T["element"];
|
|
57
|
+
}
|
|
58
|
+
//#endregion
|
|
59
|
+
//#region src/machines/hover-card/hover-card.connect.d.ts
|
|
60
|
+
declare function connect<T extends PropTypes>(service: HoverCardService, normalize: NormalizeProps<T>): HoverCardApi<T>;
|
|
61
|
+
//#endregion
|
|
62
|
+
//#region src/machines/hover-card/hover-card.machine.d.ts
|
|
63
|
+
declare const machine: Machine<HoverCardSchema>;
|
|
64
|
+
//#endregion
|
|
65
|
+
//#region src/machines/hover-card/hover-card.props.d.ts
|
|
66
|
+
declare const props: (keyof HoverCardProps)[];
|
|
67
|
+
declare const splitProps: <Props extends Partial<HoverCardProps>>(props: Props) => [Partial<HoverCardProps>, Omit<Props, keyof HoverCardProps>];
|
|
68
|
+
//#endregion
|
|
69
|
+
export { type HoverCardApi as Api, type ElementIds, type FocusOutsideEvent, type InteractOutsideEvent, type HoverCardMachine as Machine, type OpenChangeDetails, type Placement, type PointerDownOutsideEvent, type PositioningOptions, type HoverCardProps as Props, type HoverCardService as Service, anatomy, connect, machine, props, splitProps };
|