@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,411 @@
|
|
|
1
|
+
import { t as createAnatomy } from "../../create-anatomy-BbDZbHpC.mjs";
|
|
2
|
+
import { vn as dataAttr } from "../../dom-query-DFCRhyj1.mjs";
|
|
3
|
+
import { ot as isNumber, u as createSplitProps } from "../../utils-BZyrxWWR.mjs";
|
|
4
|
+
import { a as createMachine, s as memo } from "../../core-DCFNMTZF.mjs";
|
|
5
|
+
import { t as createProps } from "../../create-props-BnF_vl-E.mjs";
|
|
6
|
+
|
|
7
|
+
//#region src/machines/pagination/pagination.anatomy.ts
|
|
8
|
+
const anatomy = createAnatomy("pagination").parts("root", "item", "ellipsis", "firstTrigger", "prevTrigger", "nextTrigger", "lastTrigger");
|
|
9
|
+
const parts = anatomy.build();
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/machines/pagination/pagination.dom.ts
|
|
13
|
+
const getRootId = (ctx) => ctx.ids?.root ?? `pagination:${ctx.id}`;
|
|
14
|
+
const getFirstTriggerId = (ctx) => ctx.ids?.firstTrigger ?? `pagination:${ctx.id}:first`;
|
|
15
|
+
const getPrevTriggerId = (ctx) => ctx.ids?.prevTrigger ?? `pagination:${ctx.id}:prev`;
|
|
16
|
+
const getNextTriggerId = (ctx) => ctx.ids?.nextTrigger ?? `pagination:${ctx.id}:next`;
|
|
17
|
+
const getLastTriggerId = (ctx) => ctx.ids?.lastTrigger ?? `pagination:${ctx.id}:last`;
|
|
18
|
+
const getEllipsisId = (ctx, index) => ctx.ids?.ellipsis?.(index) ?? `pagination:${ctx.id}:ellipsis:${index}`;
|
|
19
|
+
const getItemId = (ctx, page) => ctx.ids?.item?.(page) ?? `pagination:${ctx.id}:item:${page}`;
|
|
20
|
+
|
|
21
|
+
//#endregion
|
|
22
|
+
//#region src/machines/pagination/pagination.utils.ts
|
|
23
|
+
const range = (start, end) => {
|
|
24
|
+
let length = end - start + 1;
|
|
25
|
+
return Array.from({ length }, (_, idx) => idx + start);
|
|
26
|
+
};
|
|
27
|
+
const transform = (items) => {
|
|
28
|
+
return items.map((value) => {
|
|
29
|
+
if (isNumber(value)) return {
|
|
30
|
+
type: "page",
|
|
31
|
+
value
|
|
32
|
+
};
|
|
33
|
+
return { type: "ellipsis" };
|
|
34
|
+
});
|
|
35
|
+
};
|
|
36
|
+
const ELLIPSIS = "ellipsis";
|
|
37
|
+
const getRange = (ctx) => {
|
|
38
|
+
const { page, totalPages, siblingCount, boundaryCount = 1 } = ctx;
|
|
39
|
+
if (totalPages <= 0) return [];
|
|
40
|
+
if (totalPages === 1) return [1];
|
|
41
|
+
const firstPageIndex = 1;
|
|
42
|
+
const lastPageIndex = totalPages;
|
|
43
|
+
const leftSiblingIndex = Math.max(page - siblingCount, firstPageIndex);
|
|
44
|
+
const rightSiblingIndex = Math.min(page + siblingCount, lastPageIndex);
|
|
45
|
+
const totalPageNumbers = Math.min(siblingCount * 2 + 3 + boundaryCount * 2, totalPages);
|
|
46
|
+
if (totalPages <= totalPageNumbers) return range(firstPageIndex, lastPageIndex);
|
|
47
|
+
const itemCount = totalPageNumbers - 2;
|
|
48
|
+
const showLeftEllipsis = leftSiblingIndex > firstPageIndex + boundaryCount + 1 && Math.abs(leftSiblingIndex - firstPageIndex) > boundaryCount + 1;
|
|
49
|
+
const showRightEllipsis = rightSiblingIndex < lastPageIndex - boundaryCount - 1 && Math.abs(lastPageIndex - rightSiblingIndex) > boundaryCount + 1;
|
|
50
|
+
let pages = [];
|
|
51
|
+
if (!showLeftEllipsis && showRightEllipsis) {
|
|
52
|
+
const leftRange = range(1, itemCount);
|
|
53
|
+
pages.push(...leftRange, ELLIPSIS);
|
|
54
|
+
pages.push(...range(lastPageIndex - boundaryCount + 1, lastPageIndex));
|
|
55
|
+
} else if (showLeftEllipsis && !showRightEllipsis) {
|
|
56
|
+
pages.push(...range(firstPageIndex, firstPageIndex + boundaryCount - 1));
|
|
57
|
+
pages.push(ELLIPSIS);
|
|
58
|
+
const rightRange = range(lastPageIndex - itemCount + 1, lastPageIndex);
|
|
59
|
+
pages.push(...rightRange);
|
|
60
|
+
} else if (showLeftEllipsis && showRightEllipsis) {
|
|
61
|
+
pages.push(...range(firstPageIndex, firstPageIndex + boundaryCount - 1));
|
|
62
|
+
pages.push(ELLIPSIS);
|
|
63
|
+
const middleRange = range(leftSiblingIndex, rightSiblingIndex);
|
|
64
|
+
pages.push(...middleRange);
|
|
65
|
+
pages.push(ELLIPSIS);
|
|
66
|
+
pages.push(...range(lastPageIndex - boundaryCount + 1, lastPageIndex));
|
|
67
|
+
} else pages.push(...range(firstPageIndex, lastPageIndex));
|
|
68
|
+
for (let i = 0; i < pages.length; i++) if (pages[i] === ELLIPSIS) {
|
|
69
|
+
const prevPage = isNumber(pages[i - 1]) ? pages[i - 1] : 0;
|
|
70
|
+
if ((isNumber(pages[i + 1]) ? pages[i + 1] : totalPages + 1) - prevPage === 2) pages[i] = prevPage + 1;
|
|
71
|
+
}
|
|
72
|
+
return pages;
|
|
73
|
+
};
|
|
74
|
+
const getTransformedRange = (ctx) => transform(getRange(ctx));
|
|
75
|
+
|
|
76
|
+
//#endregion
|
|
77
|
+
//#region src/machines/pagination/pagination.connect.ts
|
|
78
|
+
function connect(service, normalize) {
|
|
79
|
+
const { send, scope, prop, computed, context } = service;
|
|
80
|
+
const totalPages = computed("totalPages");
|
|
81
|
+
const page = context.get("page");
|
|
82
|
+
const pageSize = context.get("pageSize");
|
|
83
|
+
const translations = prop("translations");
|
|
84
|
+
const count = prop("count");
|
|
85
|
+
const getPageUrl = prop("getPageUrl");
|
|
86
|
+
const type = prop("type");
|
|
87
|
+
const previousPage = computed("previousPage");
|
|
88
|
+
const nextPage = computed("nextPage");
|
|
89
|
+
const pageRange = computed("pageRange");
|
|
90
|
+
const isFirstPage = page === 1;
|
|
91
|
+
const isLastPage = page === totalPages;
|
|
92
|
+
return {
|
|
93
|
+
count,
|
|
94
|
+
page,
|
|
95
|
+
pageSize,
|
|
96
|
+
totalPages,
|
|
97
|
+
pages: getTransformedRange({
|
|
98
|
+
page,
|
|
99
|
+
totalPages,
|
|
100
|
+
siblingCount: prop("siblingCount"),
|
|
101
|
+
boundaryCount: prop("boundaryCount")
|
|
102
|
+
}),
|
|
103
|
+
previousPage,
|
|
104
|
+
nextPage,
|
|
105
|
+
pageRange,
|
|
106
|
+
slice(data) {
|
|
107
|
+
return data.slice(pageRange.start, pageRange.end);
|
|
108
|
+
},
|
|
109
|
+
setPageSize(size) {
|
|
110
|
+
send({
|
|
111
|
+
type: "SET_PAGE_SIZE",
|
|
112
|
+
size
|
|
113
|
+
});
|
|
114
|
+
},
|
|
115
|
+
setPage(page$1) {
|
|
116
|
+
send({
|
|
117
|
+
type: "SET_PAGE",
|
|
118
|
+
page: page$1
|
|
119
|
+
});
|
|
120
|
+
},
|
|
121
|
+
goToNextPage() {
|
|
122
|
+
send({ type: "NEXT_PAGE" });
|
|
123
|
+
},
|
|
124
|
+
goToPrevPage() {
|
|
125
|
+
send({ type: "PREVIOUS_PAGE" });
|
|
126
|
+
},
|
|
127
|
+
goToFirstPage() {
|
|
128
|
+
send({ type: "FIRST_PAGE" });
|
|
129
|
+
},
|
|
130
|
+
goToLastPage() {
|
|
131
|
+
send({ type: "LAST_PAGE" });
|
|
132
|
+
},
|
|
133
|
+
getRootProps() {
|
|
134
|
+
return normalize.element({
|
|
135
|
+
id: getRootId(scope),
|
|
136
|
+
...parts.root.attrs,
|
|
137
|
+
dir: prop("dir"),
|
|
138
|
+
"aria-label": translations.rootLabel
|
|
139
|
+
});
|
|
140
|
+
},
|
|
141
|
+
getEllipsisProps(props$1) {
|
|
142
|
+
return normalize.element({
|
|
143
|
+
id: getEllipsisId(scope, props$1.index),
|
|
144
|
+
...parts.ellipsis.attrs,
|
|
145
|
+
dir: prop("dir")
|
|
146
|
+
});
|
|
147
|
+
},
|
|
148
|
+
getItemProps(props$1) {
|
|
149
|
+
const index = props$1.value;
|
|
150
|
+
const isCurrentPage = index === page;
|
|
151
|
+
return normalize.element({
|
|
152
|
+
id: getItemId(scope, index),
|
|
153
|
+
...parts.item.attrs,
|
|
154
|
+
dir: prop("dir"),
|
|
155
|
+
"data-index": index,
|
|
156
|
+
"data-selected": dataAttr(isCurrentPage),
|
|
157
|
+
"aria-current": isCurrentPage ? "page" : void 0,
|
|
158
|
+
"aria-label": translations.itemLabel?.({
|
|
159
|
+
page: index,
|
|
160
|
+
totalPages
|
|
161
|
+
}),
|
|
162
|
+
onClick() {
|
|
163
|
+
send({
|
|
164
|
+
type: "SET_PAGE",
|
|
165
|
+
page: index
|
|
166
|
+
});
|
|
167
|
+
},
|
|
168
|
+
...type === "button" && { type: "button" },
|
|
169
|
+
...type === "link" && getPageUrl && { href: getPageUrl({
|
|
170
|
+
page: index,
|
|
171
|
+
pageSize
|
|
172
|
+
}) }
|
|
173
|
+
});
|
|
174
|
+
},
|
|
175
|
+
getPrevTriggerProps() {
|
|
176
|
+
return normalize.element({
|
|
177
|
+
id: getPrevTriggerId(scope),
|
|
178
|
+
...parts.prevTrigger.attrs,
|
|
179
|
+
dir: prop("dir"),
|
|
180
|
+
"data-disabled": dataAttr(isFirstPage),
|
|
181
|
+
"aria-label": translations.prevTriggerLabel,
|
|
182
|
+
onClick() {
|
|
183
|
+
send({ type: "PREVIOUS_PAGE" });
|
|
184
|
+
},
|
|
185
|
+
...type === "button" && {
|
|
186
|
+
disabled: isFirstPage,
|
|
187
|
+
type: "button"
|
|
188
|
+
},
|
|
189
|
+
...type === "link" && getPageUrl && previousPage && { href: getPageUrl({
|
|
190
|
+
page: previousPage,
|
|
191
|
+
pageSize
|
|
192
|
+
}) }
|
|
193
|
+
});
|
|
194
|
+
},
|
|
195
|
+
getFirstTriggerProps() {
|
|
196
|
+
return normalize.element({
|
|
197
|
+
id: getFirstTriggerId(scope),
|
|
198
|
+
...parts.firstTrigger.attrs,
|
|
199
|
+
dir: prop("dir"),
|
|
200
|
+
"data-disabled": dataAttr(isFirstPage),
|
|
201
|
+
"aria-label": translations.firstTriggerLabel,
|
|
202
|
+
onClick() {
|
|
203
|
+
send({ type: "FIRST_PAGE" });
|
|
204
|
+
},
|
|
205
|
+
...type === "button" && {
|
|
206
|
+
disabled: isFirstPage,
|
|
207
|
+
type: "button"
|
|
208
|
+
},
|
|
209
|
+
...type === "link" && getPageUrl && { href: getPageUrl({
|
|
210
|
+
page: 1,
|
|
211
|
+
pageSize
|
|
212
|
+
}) }
|
|
213
|
+
});
|
|
214
|
+
},
|
|
215
|
+
getNextTriggerProps() {
|
|
216
|
+
return normalize.element({
|
|
217
|
+
id: getNextTriggerId(scope),
|
|
218
|
+
...parts.nextTrigger.attrs,
|
|
219
|
+
dir: prop("dir"),
|
|
220
|
+
"data-disabled": dataAttr(isLastPage),
|
|
221
|
+
"aria-label": translations.nextTriggerLabel,
|
|
222
|
+
onClick() {
|
|
223
|
+
send({ type: "NEXT_PAGE" });
|
|
224
|
+
},
|
|
225
|
+
...type === "button" && {
|
|
226
|
+
disabled: isLastPage,
|
|
227
|
+
type: "button"
|
|
228
|
+
},
|
|
229
|
+
...type === "link" && getPageUrl && nextPage && { href: getPageUrl({
|
|
230
|
+
page: nextPage,
|
|
231
|
+
pageSize
|
|
232
|
+
}) }
|
|
233
|
+
});
|
|
234
|
+
},
|
|
235
|
+
getLastTriggerProps() {
|
|
236
|
+
return normalize.element({
|
|
237
|
+
id: getLastTriggerId(scope),
|
|
238
|
+
...parts.lastTrigger.attrs,
|
|
239
|
+
dir: prop("dir"),
|
|
240
|
+
"data-disabled": dataAttr(isLastPage),
|
|
241
|
+
"aria-label": translations.lastTriggerLabel,
|
|
242
|
+
onClick() {
|
|
243
|
+
send({ type: "LAST_PAGE" });
|
|
244
|
+
},
|
|
245
|
+
...type === "button" && {
|
|
246
|
+
disabled: isLastPage,
|
|
247
|
+
type: "button"
|
|
248
|
+
},
|
|
249
|
+
...type === "link" && getPageUrl && { href: getPageUrl({
|
|
250
|
+
page: totalPages,
|
|
251
|
+
pageSize
|
|
252
|
+
}) }
|
|
253
|
+
});
|
|
254
|
+
}
|
|
255
|
+
};
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
//#endregion
|
|
259
|
+
//#region src/machines/pagination/pagination.machine.ts
|
|
260
|
+
const machine = createMachine({
|
|
261
|
+
props({ props: props$1 }) {
|
|
262
|
+
return {
|
|
263
|
+
defaultPageSize: 10,
|
|
264
|
+
siblingCount: 1,
|
|
265
|
+
boundaryCount: 1,
|
|
266
|
+
defaultPage: 1,
|
|
267
|
+
type: "button",
|
|
268
|
+
count: 1,
|
|
269
|
+
...props$1,
|
|
270
|
+
translations: {
|
|
271
|
+
rootLabel: "pagination",
|
|
272
|
+
firstTriggerLabel: "first page",
|
|
273
|
+
prevTriggerLabel: "previous page",
|
|
274
|
+
nextTriggerLabel: "next page",
|
|
275
|
+
lastTriggerLabel: "last page",
|
|
276
|
+
itemLabel({ page, totalPages }) {
|
|
277
|
+
return `${totalPages > 1 && page === totalPages ? "last page, " : ""}page ${page}`;
|
|
278
|
+
},
|
|
279
|
+
...props$1.translations
|
|
280
|
+
}
|
|
281
|
+
};
|
|
282
|
+
},
|
|
283
|
+
initialState() {
|
|
284
|
+
return "idle";
|
|
285
|
+
},
|
|
286
|
+
context({ prop, bindable, getContext }) {
|
|
287
|
+
return {
|
|
288
|
+
page: bindable(() => ({
|
|
289
|
+
value: prop("page"),
|
|
290
|
+
defaultValue: prop("defaultPage"),
|
|
291
|
+
onChange(value) {
|
|
292
|
+
const context = getContext();
|
|
293
|
+
prop("onPageChange")?.({
|
|
294
|
+
page: value,
|
|
295
|
+
pageSize: context.get("pageSize")
|
|
296
|
+
});
|
|
297
|
+
}
|
|
298
|
+
})),
|
|
299
|
+
pageSize: bindable(() => ({
|
|
300
|
+
value: prop("pageSize"),
|
|
301
|
+
defaultValue: prop("defaultPageSize"),
|
|
302
|
+
onChange(value) {
|
|
303
|
+
prop("onPageSizeChange")?.({ pageSize: value });
|
|
304
|
+
}
|
|
305
|
+
}))
|
|
306
|
+
};
|
|
307
|
+
},
|
|
308
|
+
watch({ track, context, action }) {
|
|
309
|
+
track([() => context.get("pageSize")], () => {
|
|
310
|
+
action(["setPageIfNeeded"]);
|
|
311
|
+
});
|
|
312
|
+
},
|
|
313
|
+
computed: {
|
|
314
|
+
totalPages: memo(({ prop, context }) => [context.get("pageSize"), prop("count")], ([pageSize, count]) => Math.ceil(count / pageSize)),
|
|
315
|
+
pageRange: memo(({ context, prop }) => [
|
|
316
|
+
context.get("page"),
|
|
317
|
+
context.get("pageSize"),
|
|
318
|
+
prop("count")
|
|
319
|
+
], ([page, pageSize, count]) => {
|
|
320
|
+
const start = (page - 1) * pageSize;
|
|
321
|
+
return {
|
|
322
|
+
start,
|
|
323
|
+
end: Math.min(start + pageSize, count)
|
|
324
|
+
};
|
|
325
|
+
}),
|
|
326
|
+
previousPage: ({ context }) => context.get("page") === 1 ? null : context.get("page") - 1,
|
|
327
|
+
nextPage: ({ context, computed }) => context.get("page") === computed("totalPages") ? null : context.get("page") + 1,
|
|
328
|
+
isValidPage: ({ context, computed }) => context.get("page") >= 1 && context.get("page") <= computed("totalPages")
|
|
329
|
+
},
|
|
330
|
+
on: {
|
|
331
|
+
SET_PAGE: {
|
|
332
|
+
guard: "isValidPage",
|
|
333
|
+
actions: ["setPage"]
|
|
334
|
+
},
|
|
335
|
+
SET_PAGE_SIZE: { actions: ["setPageSize"] },
|
|
336
|
+
FIRST_PAGE: { actions: ["goToFirstPage"] },
|
|
337
|
+
LAST_PAGE: { actions: ["goToLastPage"] },
|
|
338
|
+
PREVIOUS_PAGE: {
|
|
339
|
+
guard: "canGoToPrevPage",
|
|
340
|
+
actions: ["goToPrevPage"]
|
|
341
|
+
},
|
|
342
|
+
NEXT_PAGE: {
|
|
343
|
+
guard: "canGoToNextPage",
|
|
344
|
+
actions: ["goToNextPage"]
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
states: { idle: {} },
|
|
348
|
+
implementations: {
|
|
349
|
+
guards: {
|
|
350
|
+
isValidPage: ({ event, computed }) => event.page >= 1 && event.page <= computed("totalPages"),
|
|
351
|
+
isValidCount: ({ context, event }) => context.get("page") > event.count,
|
|
352
|
+
canGoToNextPage: ({ context, computed }) => context.get("page") < computed("totalPages"),
|
|
353
|
+
canGoToPrevPage: ({ context }) => context.get("page") > 1
|
|
354
|
+
},
|
|
355
|
+
actions: {
|
|
356
|
+
setPage({ context, event, computed }) {
|
|
357
|
+
const page = clampPage(event.page, computed("totalPages"));
|
|
358
|
+
context.set("page", page);
|
|
359
|
+
},
|
|
360
|
+
setPageSize({ context, event }) {
|
|
361
|
+
context.set("pageSize", event.size);
|
|
362
|
+
},
|
|
363
|
+
goToFirstPage({ context }) {
|
|
364
|
+
context.set("page", 1);
|
|
365
|
+
},
|
|
366
|
+
goToLastPage({ context, computed }) {
|
|
367
|
+
context.set("page", computed("totalPages"));
|
|
368
|
+
},
|
|
369
|
+
goToPrevPage({ context, computed }) {
|
|
370
|
+
context.set("page", (prev) => clampPage(prev - 1, computed("totalPages")));
|
|
371
|
+
},
|
|
372
|
+
goToNextPage({ context, computed }) {
|
|
373
|
+
context.set("page", (prev) => clampPage(prev + 1, computed("totalPages")));
|
|
374
|
+
},
|
|
375
|
+
setPageIfNeeded({ context, computed }) {
|
|
376
|
+
if (computed("isValidPage")) return;
|
|
377
|
+
context.set("page", 1);
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
});
|
|
382
|
+
const clampPage = (page, totalPages) => Math.min(Math.max(page, 1), totalPages);
|
|
383
|
+
|
|
384
|
+
//#endregion
|
|
385
|
+
//#region src/machines/pagination/pagination.props.ts
|
|
386
|
+
const props = createProps()([
|
|
387
|
+
"boundaryCount",
|
|
388
|
+
"count",
|
|
389
|
+
"dir",
|
|
390
|
+
"getRootNode",
|
|
391
|
+
"id",
|
|
392
|
+
"ids",
|
|
393
|
+
"onPageChange",
|
|
394
|
+
"onPageSizeChange",
|
|
395
|
+
"page",
|
|
396
|
+
"defaultPage",
|
|
397
|
+
"pageSize",
|
|
398
|
+
"defaultPageSize",
|
|
399
|
+
"siblingCount",
|
|
400
|
+
"translations",
|
|
401
|
+
"type",
|
|
402
|
+
"getPageUrl"
|
|
403
|
+
]);
|
|
404
|
+
const splitProps = createSplitProps(props);
|
|
405
|
+
const itemProps = createProps()(["value", "type"]);
|
|
406
|
+
const splitItemProps = createSplitProps(itemProps);
|
|
407
|
+
const ellipsisProps = createProps()(["index"]);
|
|
408
|
+
const splitEllipsisProps = createSplitProps(ellipsisProps);
|
|
409
|
+
|
|
410
|
+
//#endregion
|
|
411
|
+
export { anatomy, connect, ellipsisProps, itemProps, machine, props, splitEllipsisProps, splitItemProps, splitProps };
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
const require_create_anatomy = require('../../create-anatomy-CDsIFUXg.cjs');
|
|
2
|
+
const require_dom_query = require('../../dom-query-CWZdWUGp.cjs');
|
|
3
|
+
const require_utils = require('../../utils-_6frwjgJ.cjs');
|
|
4
|
+
const require_core = require('../../core-CQFbMdTl.cjs');
|
|
5
|
+
const require_create_props = require('../../create-props-YKy7JIKj.cjs');
|
|
6
|
+
|
|
7
|
+
//#region src/machines/password-input/password-input.anatomy.ts
|
|
8
|
+
const anatomy = require_create_anatomy.createAnatomy("password-input").parts("root", "input", "label", "control", "indicator", "visibilityTrigger");
|
|
9
|
+
const parts = anatomy.build();
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/machines/password-input/password-input.dom.ts
|
|
13
|
+
const getInputId = (ctx) => ctx.ids?.input ?? `password-input:${ctx.id}:input`;
|
|
14
|
+
const getInputEl = (ctx) => ctx.getById(getInputId(ctx));
|
|
15
|
+
|
|
16
|
+
//#endregion
|
|
17
|
+
//#region src/machines/password-input/password-input.connect.ts
|
|
18
|
+
function connect(service, normalize) {
|
|
19
|
+
const { scope, prop, context } = service;
|
|
20
|
+
const visible = context.get("visible");
|
|
21
|
+
const disabled = !!prop("disabled");
|
|
22
|
+
const invalid = !!prop("invalid");
|
|
23
|
+
const readOnly = !!prop("readOnly");
|
|
24
|
+
const required = !!prop("required");
|
|
25
|
+
const interactive = !(readOnly || disabled);
|
|
26
|
+
const translations = prop("translations");
|
|
27
|
+
return {
|
|
28
|
+
visible,
|
|
29
|
+
disabled,
|
|
30
|
+
invalid,
|
|
31
|
+
focus() {
|
|
32
|
+
getInputEl(scope)?.focus();
|
|
33
|
+
},
|
|
34
|
+
setVisible(value) {
|
|
35
|
+
service.send({
|
|
36
|
+
type: "VISIBILITY.SET",
|
|
37
|
+
value
|
|
38
|
+
});
|
|
39
|
+
},
|
|
40
|
+
toggleVisible() {
|
|
41
|
+
service.send({
|
|
42
|
+
type: "VISIBILITY.SET",
|
|
43
|
+
value: !visible
|
|
44
|
+
});
|
|
45
|
+
},
|
|
46
|
+
getRootProps() {
|
|
47
|
+
return normalize.element({
|
|
48
|
+
...parts.root.attrs,
|
|
49
|
+
dir: prop("dir"),
|
|
50
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
51
|
+
"data-invalid": require_dom_query.dataAttr(invalid),
|
|
52
|
+
"data-readonly": require_dom_query.dataAttr(readOnly)
|
|
53
|
+
});
|
|
54
|
+
},
|
|
55
|
+
getLabelProps() {
|
|
56
|
+
return normalize.label({
|
|
57
|
+
...parts.label.attrs,
|
|
58
|
+
htmlFor: getInputId(scope),
|
|
59
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
60
|
+
"data-invalid": require_dom_query.dataAttr(invalid),
|
|
61
|
+
"data-readonly": require_dom_query.dataAttr(readOnly),
|
|
62
|
+
"data-required": require_dom_query.dataAttr(required)
|
|
63
|
+
});
|
|
64
|
+
},
|
|
65
|
+
getInputProps() {
|
|
66
|
+
return normalize.input({
|
|
67
|
+
...parts.input.attrs,
|
|
68
|
+
id: getInputId(scope),
|
|
69
|
+
autoCapitalize: "off",
|
|
70
|
+
name: prop("name"),
|
|
71
|
+
required: prop("required"),
|
|
72
|
+
autoComplete: prop("autoComplete"),
|
|
73
|
+
spellCheck: false,
|
|
74
|
+
readOnly,
|
|
75
|
+
disabled,
|
|
76
|
+
type: visible ? "text" : "password",
|
|
77
|
+
"data-state": visible ? "visible" : "hidden",
|
|
78
|
+
"aria-invalid": require_dom_query.ariaAttr(invalid),
|
|
79
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
80
|
+
"data-invalid": require_dom_query.dataAttr(invalid),
|
|
81
|
+
"data-readonly": require_dom_query.dataAttr(readOnly),
|
|
82
|
+
...prop("ignorePasswordManagers") ? passwordManagerProps : {}
|
|
83
|
+
});
|
|
84
|
+
},
|
|
85
|
+
getVisibilityTriggerProps() {
|
|
86
|
+
return normalize.button({
|
|
87
|
+
...parts.visibilityTrigger.attrs,
|
|
88
|
+
type: "button",
|
|
89
|
+
tabIndex: -1,
|
|
90
|
+
"aria-controls": getInputId(scope),
|
|
91
|
+
"aria-expanded": visible,
|
|
92
|
+
"data-readonly": require_dom_query.dataAttr(readOnly),
|
|
93
|
+
disabled,
|
|
94
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
95
|
+
"data-state": visible ? "visible" : "hidden",
|
|
96
|
+
"aria-label": translations?.visibilityTrigger?.(visible),
|
|
97
|
+
onPointerDown(event) {
|
|
98
|
+
if (!require_dom_query.isLeftClick(event)) return;
|
|
99
|
+
if (!interactive) return;
|
|
100
|
+
event.preventDefault();
|
|
101
|
+
service.send({ type: "TRIGGER.CLICK" });
|
|
102
|
+
}
|
|
103
|
+
});
|
|
104
|
+
},
|
|
105
|
+
getIndicatorProps() {
|
|
106
|
+
return normalize.element({
|
|
107
|
+
...parts.indicator.attrs,
|
|
108
|
+
"aria-hidden": true,
|
|
109
|
+
"data-state": visible ? "visible" : "hidden",
|
|
110
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
111
|
+
"data-invalid": require_dom_query.dataAttr(invalid),
|
|
112
|
+
"data-readonly": require_dom_query.dataAttr(readOnly)
|
|
113
|
+
});
|
|
114
|
+
},
|
|
115
|
+
getControlProps() {
|
|
116
|
+
return normalize.element({
|
|
117
|
+
...parts.control.attrs,
|
|
118
|
+
"data-disabled": require_dom_query.dataAttr(disabled),
|
|
119
|
+
"data-invalid": require_dom_query.dataAttr(invalid),
|
|
120
|
+
"data-readonly": require_dom_query.dataAttr(readOnly)
|
|
121
|
+
});
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
const passwordManagerProps = {
|
|
126
|
+
"data-1p-ignore": "",
|
|
127
|
+
"data-lpignore": "true",
|
|
128
|
+
"data-bwignore": "true",
|
|
129
|
+
"data-form-type": "other",
|
|
130
|
+
"data-protonpass-ignore": "true"
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
//#endregion
|
|
134
|
+
//#region src/machines/password-input/password-input.machine.ts
|
|
135
|
+
const machine = require_core.createMachine({
|
|
136
|
+
props({ props: props$1 }) {
|
|
137
|
+
return {
|
|
138
|
+
id: require_utils.uuid(),
|
|
139
|
+
defaultVisible: false,
|
|
140
|
+
autoComplete: "current-password",
|
|
141
|
+
ignorePasswordManagers: false,
|
|
142
|
+
...props$1,
|
|
143
|
+
translations: {
|
|
144
|
+
visibilityTrigger(visible) {
|
|
145
|
+
return visible ? "Hide password" : "Show password";
|
|
146
|
+
},
|
|
147
|
+
...props$1.translations
|
|
148
|
+
}
|
|
149
|
+
};
|
|
150
|
+
},
|
|
151
|
+
context({ prop, bindable }) {
|
|
152
|
+
return { visible: bindable(() => ({
|
|
153
|
+
value: prop("visible"),
|
|
154
|
+
defaultValue: prop("defaultVisible"),
|
|
155
|
+
onChange(value) {
|
|
156
|
+
prop("onVisibilityChange")?.({ visible: value });
|
|
157
|
+
}
|
|
158
|
+
})) };
|
|
159
|
+
},
|
|
160
|
+
initialState() {
|
|
161
|
+
return "idle";
|
|
162
|
+
},
|
|
163
|
+
effects: ["trackFormEvents"],
|
|
164
|
+
states: { idle: { on: {
|
|
165
|
+
"VISIBILITY.SET": { actions: ["setVisibility"] },
|
|
166
|
+
"TRIGGER.CLICK": { actions: ["toggleVisibility", "focusInputEl"] }
|
|
167
|
+
} } },
|
|
168
|
+
implementations: {
|
|
169
|
+
actions: {
|
|
170
|
+
setVisibility({ context, event }) {
|
|
171
|
+
context.set("visible", event.value);
|
|
172
|
+
},
|
|
173
|
+
toggleVisibility({ context }) {
|
|
174
|
+
context.set("visible", (c) => !c);
|
|
175
|
+
},
|
|
176
|
+
focusInputEl({ scope }) {
|
|
177
|
+
getInputEl(scope)?.focus();
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
effects: { trackFormEvents({ scope, send }) {
|
|
181
|
+
const form = getInputEl(scope)?.form;
|
|
182
|
+
if (!form) return;
|
|
183
|
+
const controller = new (scope.getWin()).AbortController();
|
|
184
|
+
form.addEventListener("reset", (event) => {
|
|
185
|
+
if (event.defaultPrevented) return;
|
|
186
|
+
send({
|
|
187
|
+
type: "VISIBILITY.SET",
|
|
188
|
+
value: false
|
|
189
|
+
});
|
|
190
|
+
}, { signal: controller.signal });
|
|
191
|
+
form.addEventListener("submit", () => {
|
|
192
|
+
send({
|
|
193
|
+
type: "VISIBILITY.SET",
|
|
194
|
+
value: false
|
|
195
|
+
});
|
|
196
|
+
}, { signal: controller.signal });
|
|
197
|
+
return () => controller.abort();
|
|
198
|
+
} }
|
|
199
|
+
}
|
|
200
|
+
});
|
|
201
|
+
|
|
202
|
+
//#endregion
|
|
203
|
+
//#region src/machines/password-input/password-input.props.ts
|
|
204
|
+
const props = require_create_props.createProps()([
|
|
205
|
+
"defaultVisible",
|
|
206
|
+
"dir",
|
|
207
|
+
"id",
|
|
208
|
+
"onVisibilityChange",
|
|
209
|
+
"visible",
|
|
210
|
+
"ids",
|
|
211
|
+
"getRootNode",
|
|
212
|
+
"disabled",
|
|
213
|
+
"invalid",
|
|
214
|
+
"required",
|
|
215
|
+
"readOnly",
|
|
216
|
+
"translations",
|
|
217
|
+
"ignorePasswordManagers",
|
|
218
|
+
"autoComplete",
|
|
219
|
+
"name"
|
|
220
|
+
]);
|
|
221
|
+
const splitProps = require_utils.createSplitProps(props);
|
|
222
|
+
|
|
223
|
+
//#endregion
|
|
224
|
+
exports.anatomy = anatomy;
|
|
225
|
+
exports.connect = connect;
|
|
226
|
+
exports.machine = machine;
|
|
227
|
+
exports.props = props;
|
|
228
|
+
exports.splitProps = splitProps;
|
|
@@ -0,0 +1,71 @@
|
|
|
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, r as DirectionProperty, t as CommonProperties, x as PropTypes } from "../../index-Bqw3r34-.cjs";
|
|
4
|
+
|
|
5
|
+
//#region src/machines/password-input/password-input.anatomy.d.ts
|
|
6
|
+
declare const anatomy: AnatomyInstance<"root" | "input" | "label" | "control" | "indicator" | "visibilityTrigger">;
|
|
7
|
+
//#endregion
|
|
8
|
+
//#region src/machines/password-input/password-input.types.d.ts
|
|
9
|
+
interface VisibilityChangeDetails {
|
|
10
|
+
visible: boolean;
|
|
11
|
+
}
|
|
12
|
+
type ElementIds = Partial<{
|
|
13
|
+
input: string;
|
|
14
|
+
visibilityTrigger: string;
|
|
15
|
+
}>;
|
|
16
|
+
type IntlTranslations = Partial<{
|
|
17
|
+
visibilityTrigger: ((visible: boolean) => string) | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
interface PasswordInputProps extends DirectionProperty, CommonProperties {
|
|
20
|
+
defaultVisible?: boolean | undefined;
|
|
21
|
+
visible?: boolean | undefined;
|
|
22
|
+
onVisibilityChange?: ((details: VisibilityChangeDetails) => void) | undefined;
|
|
23
|
+
ids?: ElementIds | undefined;
|
|
24
|
+
disabled?: boolean | undefined;
|
|
25
|
+
invalid?: boolean | undefined;
|
|
26
|
+
readOnly?: boolean | undefined;
|
|
27
|
+
required?: boolean | undefined;
|
|
28
|
+
translations?: IntlTranslations | undefined;
|
|
29
|
+
ignorePasswordManagers?: boolean | undefined;
|
|
30
|
+
autoComplete?: "current-password" | "new-password" | undefined;
|
|
31
|
+
name?: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
interface PasswordInputSchema {
|
|
34
|
+
state: "idle";
|
|
35
|
+
props: PasswordInputProps;
|
|
36
|
+
context: {
|
|
37
|
+
visible: boolean;
|
|
38
|
+
};
|
|
39
|
+
event: EventObject;
|
|
40
|
+
action: string;
|
|
41
|
+
guard: string;
|
|
42
|
+
effect: string;
|
|
43
|
+
}
|
|
44
|
+
type PasswordInputService = Service<PasswordInputSchema>;
|
|
45
|
+
type PasswordInputMachine = Machine<PasswordInputSchema>;
|
|
46
|
+
interface PasswordInputApi<T extends PropTypes = PropTypes> {
|
|
47
|
+
visible: boolean;
|
|
48
|
+
disabled: boolean;
|
|
49
|
+
invalid: boolean;
|
|
50
|
+
focus: VoidFunction;
|
|
51
|
+
setVisible: (value: boolean) => void;
|
|
52
|
+
toggleVisible: VoidFunction;
|
|
53
|
+
getRootProps: () => T["element"];
|
|
54
|
+
getLabelProps: () => T["label"];
|
|
55
|
+
getInputProps: () => T["input"];
|
|
56
|
+
getVisibilityTriggerProps: () => T["button"];
|
|
57
|
+
getIndicatorProps: () => T["element"];
|
|
58
|
+
getControlProps: () => T["element"];
|
|
59
|
+
}
|
|
60
|
+
//#endregion
|
|
61
|
+
//#region src/machines/password-input/password-input.connect.d.ts
|
|
62
|
+
declare function connect<T extends PropTypes>(service: PasswordInputService, normalize: NormalizeProps<T>): PasswordInputApi<T>;
|
|
63
|
+
//#endregion
|
|
64
|
+
//#region src/machines/password-input/password-input.machine.d.ts
|
|
65
|
+
declare const machine: Machine<PasswordInputSchema>;
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region src/machines/password-input/password-input.props.d.ts
|
|
68
|
+
declare const props: (keyof PasswordInputProps)[];
|
|
69
|
+
declare const splitProps: <Props extends Partial<PasswordInputProps>>(props: Props) => [Partial<PasswordInputProps>, Omit<Props, keyof PasswordInputProps>];
|
|
70
|
+
//#endregion
|
|
71
|
+
export { type PasswordInputApi as Api, type ElementIds, type IntlTranslations, type PasswordInputMachine as Machine, type PasswordInputProps as Props, type PasswordInputService as Service, type VisibilityChangeDetails, anatomy, connect, machine, props, splitProps };
|