@ariakit/react-core 0.3.12 → 0.3.14
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/CHANGELOG.md +20 -0
- package/cjs/__chunks/{7HJPL3H2.cjs → I2KHXDVL.cjs} +4 -4
- package/cjs/__chunks/{VCDQISP7.cjs → N3XK7EAH.cjs} +7 -7
- package/cjs/__chunks/{KDG57VZV.cjs → OUEE5HOS.cjs} +3 -3
- package/cjs/__chunks/{EKB76T2U.cjs → ZL5DC555.cjs} +5 -5
- package/cjs/button/button.d.cts +1 -1
- package/cjs/button/button.d.ts +1 -1
- package/cjs/checkbox/checkbox-check.d.cts +17 -9
- package/cjs/checkbox/checkbox-check.d.ts +17 -9
- package/cjs/checkbox/checkbox-provider.cjs +2 -2
- package/cjs/checkbox/checkbox-provider.d.cts +4 -2
- package/cjs/checkbox/checkbox-provider.d.ts +4 -2
- package/cjs/checkbox/checkbox-store.d.cts +5 -3
- package/cjs/checkbox/checkbox-store.d.ts +5 -3
- package/cjs/checkbox/checkbox.d.cts +14 -9
- package/cjs/checkbox/checkbox.d.ts +14 -9
- package/cjs/collection/collection-item.d.cts +23 -9
- package/cjs/collection/collection-item.d.ts +23 -9
- package/cjs/collection/collection-provider.d.cts +2 -1
- package/cjs/collection/collection-provider.d.ts +2 -1
- package/cjs/collection/collection-renderer.d.cts +1 -1
- package/cjs/collection/collection-renderer.d.ts +1 -1
- package/cjs/collection/collection-store.d.cts +6 -3
- package/cjs/collection/collection-store.d.ts +6 -3
- package/cjs/collection/collection.d.cts +4 -3
- package/cjs/collection/collection.d.ts +4 -3
- package/cjs/combobox/combobox-cancel.d.cts +3 -2
- package/cjs/combobox/combobox-cancel.d.ts +3 -2
- package/cjs/combobox/combobox-disclosure.d.cts +7 -2
- package/cjs/combobox/combobox-disclosure.d.ts +7 -2
- package/cjs/combobox/combobox-group-label.d.cts +4 -4
- package/cjs/combobox/combobox-group-label.d.ts +4 -4
- package/cjs/combobox/combobox-group.d.cts +7 -3
- package/cjs/combobox/combobox-group.d.ts +7 -3
- package/cjs/combobox/combobox-item-check.d.cts +9 -16
- package/cjs/combobox/combobox-item-check.d.ts +9 -16
- package/cjs/combobox/combobox-item-value.d.cts +13 -8
- package/cjs/combobox/combobox-item-value.d.ts +13 -8
- package/cjs/combobox/combobox-item.d.cts +11 -9
- package/cjs/combobox/combobox-item.d.ts +11 -9
- package/cjs/combobox/combobox-list.d.cts +1 -4
- package/cjs/combobox/combobox-list.d.ts +1 -4
- package/cjs/combobox/combobox-popover.cjs +7 -7
- package/cjs/combobox/combobox-popover.d.cts +2 -3
- package/cjs/combobox/combobox-popover.d.ts +2 -3
- package/cjs/combobox/combobox-provider.d.cts +2 -1
- package/cjs/combobox/combobox-provider.d.ts +2 -1
- package/cjs/combobox/combobox-row.d.cts +6 -3
- package/cjs/combobox/combobox-row.d.ts +6 -3
- package/cjs/combobox/combobox-separator.d.cts +4 -3
- package/cjs/combobox/combobox-separator.d.ts +4 -3
- package/cjs/combobox/combobox-store.d.cts +11 -7
- package/cjs/combobox/combobox-store.d.ts +11 -7
- package/cjs/combobox/combobox.d.cts +45 -33
- package/cjs/combobox/combobox.d.ts +45 -33
- package/cjs/command/command.d.cts +1 -1
- package/cjs/command/command.d.ts +1 -1
- package/cjs/composite/composite-container.d.cts +18 -11
- package/cjs/composite/composite-container.d.ts +18 -11
- package/cjs/composite/composite-group-label.d.cts +18 -13
- package/cjs/composite/composite-group-label.d.ts +18 -13
- package/cjs/composite/composite-group.d.cts +20 -12
- package/cjs/composite/composite-group.d.ts +20 -12
- package/cjs/composite/composite-hover.d.cts +17 -8
- package/cjs/composite/composite-hover.d.ts +17 -8
- package/cjs/composite/composite-input.d.cts +15 -9
- package/cjs/composite/composite-input.d.ts +15 -9
- package/cjs/composite/composite-item.d.cts +49 -9
- package/cjs/composite/composite-item.d.ts +49 -9
- package/cjs/composite/composite-overflow.cjs +6 -6
- package/cjs/composite/composite-provider.d.cts +2 -1
- package/cjs/composite/composite-provider.d.ts +2 -1
- package/cjs/composite/composite-renderer.d.cts +1 -1
- package/cjs/composite/composite-renderer.d.ts +1 -1
- package/cjs/composite/composite-row.d.cts +26 -19
- package/cjs/composite/composite-row.d.ts +26 -19
- package/cjs/composite/composite-separator.d.cts +23 -10
- package/cjs/composite/composite-separator.d.ts +23 -10
- package/cjs/composite/composite-store.d.cts +3 -1
- package/cjs/composite/composite-store.d.ts +3 -1
- package/cjs/composite/composite-typeahead.d.cts +20 -8
- package/cjs/composite/composite-typeahead.d.ts +20 -8
- package/cjs/composite/composite.d.cts +65 -10
- package/cjs/composite/composite.d.ts +65 -10
- package/cjs/dialog/dialog-disclosure.d.cts +2 -1
- package/cjs/dialog/dialog-disclosure.d.ts +2 -1
- package/cjs/dialog/dialog-dismiss.d.cts +2 -1
- package/cjs/dialog/dialog-dismiss.d.ts +2 -1
- package/cjs/dialog/dialog-provider.d.cts +2 -1
- package/cjs/dialog/dialog-provider.d.ts +2 -1
- package/cjs/dialog/dialog-store.d.cts +3 -1
- package/cjs/dialog/dialog-store.d.ts +3 -1
- package/cjs/dialog/dialog.cjs +5 -5
- package/cjs/dialog/dialog.d.cts +51 -20
- package/cjs/dialog/dialog.d.ts +51 -20
- package/cjs/dialog/utils/disable-tree.cjs +3 -3
- package/cjs/dialog/utils/use-hide-on-interact-outside.cjs +1 -1
- package/cjs/disclosure/disclosure-content.d.cts +6 -5
- package/cjs/disclosure/disclosure-content.d.ts +6 -5
- package/cjs/disclosure/disclosure-provider.d.cts +2 -1
- package/cjs/disclosure/disclosure-provider.d.ts +2 -1
- package/cjs/disclosure/disclosure-store.d.cts +6 -4
- package/cjs/disclosure/disclosure-store.d.ts +6 -4
- package/cjs/disclosure/disclosure.d.cts +3 -2
- package/cjs/disclosure/disclosure.d.ts +3 -2
- package/cjs/focus-trap/focus-trap-region.d.cts +4 -2
- package/cjs/focus-trap/focus-trap-region.d.ts +4 -2
- package/cjs/focusable/focusable-container.d.cts +7 -5
- package/cjs/focusable/focusable-container.d.ts +7 -5
- package/cjs/focusable/focusable.d.cts +5 -2
- package/cjs/focusable/focusable.d.ts +5 -2
- package/cjs/form/form-checkbox.cjs +5 -5
- package/cjs/form/form-checkbox.d.cts +6 -4
- package/cjs/form/form-checkbox.d.ts +6 -4
- package/cjs/form/form-control.cjs +16 -0
- package/cjs/form/form-control.d.cts +93 -0
- package/cjs/form/form-control.d.ts +93 -0
- package/cjs/form/form-description.d.cts +14 -3
- package/cjs/form/form-description.d.ts +14 -3
- package/cjs/form/form-error.d.cts +11 -4
- package/cjs/form/form-error.d.ts +11 -4
- package/cjs/form/form-field.cjs +19 -4
- package/cjs/form/form-field.d.cts +16 -30
- package/cjs/form/form-field.d.ts +16 -30
- package/cjs/form/form-group-label.d.cts +6 -4
- package/cjs/form/form-group-label.d.ts +6 -4
- package/cjs/form/form-group.d.cts +6 -2
- package/cjs/form/form-group.d.ts +6 -2
- package/cjs/form/form-input.cjs +2 -2
- package/cjs/form/form-input.d.cts +7 -6
- package/cjs/form/form-input.d.ts +7 -6
- package/cjs/form/form-label.d.cts +18 -7
- package/cjs/form/form-label.d.ts +18 -7
- package/cjs/form/form-provider.d.cts +2 -1
- package/cjs/form/form-provider.d.ts +2 -1
- package/cjs/form/form-push.d.cts +17 -3
- package/cjs/form/form-push.d.ts +17 -3
- package/cjs/form/form-radio-group.d.cts +7 -2
- package/cjs/form/form-radio-group.d.ts +7 -2
- package/cjs/form/form-radio.cjs +2 -2
- package/cjs/form/form-radio.d.cts +8 -4
- package/cjs/form/form-radio.d.ts +8 -4
- package/cjs/form/form-remove.d.cts +17 -2
- package/cjs/form/form-remove.d.ts +17 -2
- package/cjs/form/form-reset.d.cts +5 -2
- package/cjs/form/form-reset.d.ts +5 -2
- package/cjs/form/form-store.d.cts +31 -14
- package/cjs/form/form-store.d.ts +31 -14
- package/cjs/form/form-submit.d.cts +8 -2
- package/cjs/form/form-submit.d.ts +8 -2
- package/cjs/form/form.d.cts +37 -11
- package/cjs/form/form.d.ts +37 -11
- package/cjs/group/group-label.d.cts +3 -2
- package/cjs/group/group-label.d.ts +3 -2
- package/cjs/group/group.d.cts +3 -1
- package/cjs/group/group.d.ts +3 -1
- package/cjs/heading/heading-level.d.cts +4 -2
- package/cjs/heading/heading-level.d.ts +4 -2
- package/cjs/heading/heading.d.cts +4 -3
- package/cjs/heading/heading.d.ts +4 -3
- package/cjs/hovercard/hovercard-anchor.d.cts +5 -2
- package/cjs/hovercard/hovercard-anchor.d.ts +5 -2
- package/cjs/hovercard/hovercard-arrow.d.cts +4 -2
- package/cjs/hovercard/hovercard-arrow.d.ts +4 -2
- package/cjs/hovercard/hovercard-description.d.cts +2 -2
- package/cjs/hovercard/hovercard-description.d.ts +2 -2
- package/cjs/hovercard/hovercard-disclosure.d.cts +1 -1
- package/cjs/hovercard/hovercard-disclosure.d.ts +1 -1
- package/cjs/hovercard/hovercard-dismiss.d.cts +3 -2
- package/cjs/hovercard/hovercard-dismiss.d.ts +3 -2
- package/cjs/hovercard/hovercard-heading.d.cts +2 -2
- package/cjs/hovercard/hovercard-heading.d.ts +2 -2
- package/cjs/hovercard/hovercard-provider.d.cts +2 -1
- package/cjs/hovercard/hovercard-provider.d.ts +2 -1
- package/cjs/hovercard/hovercard-store.d.cts +2 -1
- package/cjs/hovercard/hovercard-store.d.ts +2 -1
- package/cjs/hovercard/hovercard.cjs +7 -7
- package/cjs/hovercard/hovercard.d.cts +20 -8
- package/cjs/hovercard/hovercard.d.ts +20 -8
- package/cjs/menu/menu-arrow.d.cts +4 -2
- package/cjs/menu/menu-arrow.d.ts +4 -2
- package/cjs/menu/menu-bar.d.cts +1 -2
- package/cjs/menu/menu-bar.d.ts +1 -2
- package/cjs/menu/menu-button-arrow.d.cts +9 -4
- package/cjs/menu/menu-button-arrow.d.ts +9 -4
- package/cjs/menu/menu-button.d.cts +8 -7
- package/cjs/menu/menu-button.d.ts +8 -7
- package/cjs/menu/menu-description.d.cts +2 -2
- package/cjs/menu/menu-description.d.ts +2 -2
- package/cjs/menu/menu-dismiss.d.cts +3 -2
- package/cjs/menu/menu-dismiss.d.ts +3 -2
- package/cjs/menu/menu-group-label.d.cts +4 -4
- package/cjs/menu/menu-group-label.d.ts +4 -4
- package/cjs/menu/menu-group.d.cts +5 -2
- package/cjs/menu/menu-group.d.ts +5 -2
- package/cjs/menu/menu-heading.d.cts +3 -2
- package/cjs/menu/menu-heading.d.ts +3 -2
- package/cjs/menu/menu-item-check.d.cts +10 -18
- package/cjs/menu/menu-item-check.d.ts +10 -18
- package/cjs/menu/menu-item-checkbox.cjs +3 -3
- package/cjs/menu/menu-item-checkbox.d.cts +38 -6
- package/cjs/menu/menu-item-checkbox.d.ts +38 -6
- package/cjs/menu/menu-item-radio.d.cts +21 -9
- package/cjs/menu/menu-item-radio.d.ts +21 -9
- package/cjs/menu/menu-item.d.cts +10 -11
- package/cjs/menu/menu-item.d.ts +10 -11
- package/cjs/menu/menu-list.d.cts +7 -2
- package/cjs/menu/menu-list.d.ts +7 -2
- package/cjs/menu/menu-provider.d.cts +2 -1
- package/cjs/menu/menu-provider.d.ts +2 -1
- package/cjs/menu/menu-separator.d.cts +5 -2
- package/cjs/menu/menu-separator.d.ts +5 -2
- package/cjs/menu/menu-store.d.cts +18 -7
- package/cjs/menu/menu-store.d.ts +18 -7
- package/cjs/menu/menu.cjs +8 -8
- package/cjs/menu/menu.d.cts +8 -2
- package/cjs/menu/menu.d.ts +8 -2
- package/cjs/menubar/menubar-provider.d.cts +2 -1
- package/cjs/menubar/menubar-provider.d.ts +2 -1
- package/cjs/menubar/menubar-store.d.cts +3 -1
- package/cjs/menubar/menubar-store.d.ts +3 -1
- package/cjs/menubar/menubar.d.cts +3 -2
- package/cjs/menubar/menubar.d.ts +3 -2
- package/cjs/popover/popover-anchor.d.cts +4 -3
- package/cjs/popover/popover-anchor.d.ts +4 -3
- package/cjs/popover/popover-arrow.d.cts +6 -2
- package/cjs/popover/popover-arrow.d.ts +6 -2
- package/cjs/popover/popover-description.d.cts +1 -1
- package/cjs/popover/popover-description.d.ts +1 -1
- package/cjs/popover/popover-disclosure-arrow.d.cts +6 -4
- package/cjs/popover/popover-disclosure-arrow.d.ts +6 -4
- package/cjs/popover/popover-disclosure.d.cts +3 -2
- package/cjs/popover/popover-disclosure.d.ts +3 -2
- package/cjs/popover/popover-dismiss.d.cts +1 -1
- package/cjs/popover/popover-dismiss.d.ts +1 -1
- package/cjs/popover/popover-heading.d.cts +1 -1
- package/cjs/popover/popover-heading.d.ts +1 -1
- package/cjs/popover/popover-provider.d.cts +2 -1
- package/cjs/popover/popover-provider.d.ts +2 -1
- package/cjs/popover/popover-store.d.cts +2 -1
- package/cjs/popover/popover-store.d.ts +2 -1
- package/cjs/popover/popover.cjs +6 -6
- package/cjs/popover/popover.d.cts +8 -3
- package/cjs/popover/popover.d.ts +8 -3
- package/cjs/portal/portal.d.cts +18 -1
- package/cjs/portal/portal.d.ts +18 -1
- package/cjs/radio/radio-group.d.cts +8 -6
- package/cjs/radio/radio-group.d.ts +8 -6
- package/cjs/radio/radio-provider.d.cts +2 -1
- package/cjs/radio/radio-provider.d.ts +2 -1
- package/cjs/radio/radio-store.d.cts +6 -2
- package/cjs/radio/radio-store.d.ts +6 -2
- package/cjs/radio/radio.d.cts +21 -13
- package/cjs/radio/radio.d.ts +21 -13
- package/cjs/role/role.d.cts +3 -3
- package/cjs/role/role.d.ts +3 -3
- package/cjs/select/select-group-label.d.cts +2 -2
- package/cjs/select/select-group-label.d.ts +2 -2
- package/cjs/select/select-group.d.cts +4 -1
- package/cjs/select/select-group.d.ts +4 -1
- package/cjs/select/select-item-check.d.cts +9 -15
- package/cjs/select/select-item-check.d.ts +9 -15
- package/cjs/select/select-item.d.cts +1 -5
- package/cjs/select/select-item.d.ts +1 -5
- package/cjs/select/select-list.d.cts +7 -4
- package/cjs/select/select-list.d.ts +7 -4
- package/cjs/select/select-popover.cjs +7 -7
- package/cjs/select/select-provider.d.cts +2 -1
- package/cjs/select/select-provider.d.ts +2 -1
- package/cjs/select/select-renderer.d.cts +1 -1
- package/cjs/select/select-renderer.d.ts +1 -1
- package/cjs/select/select-row.d.cts +4 -1
- package/cjs/select/select-row.d.ts +4 -1
- package/cjs/select/select-separator.d.cts +2 -1
- package/cjs/select/select-separator.d.ts +2 -1
- package/cjs/select/select-store.d.cts +17 -10
- package/cjs/select/select-store.d.ts +17 -10
- package/cjs/select/select.cjs +8 -6
- package/cjs/select/select.d.cts +25 -15
- package/cjs/select/select.d.ts +25 -15
- package/cjs/tab/tab-list.d.cts +2 -1
- package/cjs/tab/tab-list.d.ts +2 -1
- package/cjs/tab/tab-panel.d.cts +19 -3
- package/cjs/tab/tab-panel.d.ts +19 -3
- package/cjs/tab/tab-provider.d.cts +1 -1
- package/cjs/tab/tab-provider.d.ts +1 -1
- package/cjs/tab/tab-store.d.cts +3 -1
- package/cjs/tab/tab-store.d.ts +3 -1
- package/cjs/tab/tab.d.cts +2 -2
- package/cjs/tab/tab.d.ts +2 -2
- package/cjs/toolbar/toolbar-container.d.cts +1 -1
- package/cjs/toolbar/toolbar-container.d.ts +1 -1
- package/cjs/toolbar/toolbar-input.d.cts +2 -1
- package/cjs/toolbar/toolbar-input.d.ts +2 -1
- package/cjs/toolbar/toolbar-item.d.cts +2 -1
- package/cjs/toolbar/toolbar-item.d.ts +2 -1
- package/cjs/toolbar/toolbar-provider.d.cts +2 -1
- package/cjs/toolbar/toolbar-provider.d.ts +2 -1
- package/cjs/toolbar/toolbar-separator.d.cts +2 -1
- package/cjs/toolbar/toolbar-separator.d.ts +2 -1
- package/cjs/toolbar/toolbar-store.d.cts +3 -1
- package/cjs/toolbar/toolbar-store.d.ts +3 -1
- package/cjs/tooltip/tooltip-anchor.d.cts +3 -3
- package/cjs/tooltip/tooltip-anchor.d.ts +3 -3
- package/cjs/tooltip/tooltip-arrow.d.cts +1 -1
- package/cjs/tooltip/tooltip-arrow.d.ts +1 -1
- package/cjs/tooltip/tooltip-provider.d.cts +2 -1
- package/cjs/tooltip/tooltip-provider.d.ts +2 -1
- package/cjs/tooltip/tooltip-store.d.cts +3 -1
- package/cjs/tooltip/tooltip-store.d.ts +3 -1
- package/cjs/tooltip/tooltip.cjs +8 -8
- package/cjs/tooltip/tooltip.d.cts +3 -1
- package/cjs/tooltip/tooltip.d.ts +3 -1
- package/esm/__chunks/{FS2EVEJO.js → 4GO43MST.js} +8 -8
- package/esm/__chunks/{A6XC27R5.js → IRX7SFUJ.js} +1 -1
- package/esm/__chunks/{PGAEII2Q.js → NERBASET.js} +4 -4
- package/esm/__chunks/{EPBRINPG.js → QWSZGSIG.js} +2 -2
- package/esm/button/button.d.ts +1 -1
- package/esm/checkbox/checkbox-check.d.ts +17 -9
- package/esm/checkbox/checkbox-provider.d.ts +4 -2
- package/esm/checkbox/checkbox-provider.js +3 -3
- package/esm/checkbox/checkbox-store.d.ts +5 -3
- package/esm/checkbox/checkbox.d.ts +14 -9
- package/esm/collection/collection-item.d.ts +23 -9
- package/esm/collection/collection-provider.d.ts +2 -1
- package/esm/collection/collection-renderer.d.ts +1 -1
- package/esm/collection/collection-store.d.ts +6 -3
- package/esm/collection/collection.d.ts +4 -3
- package/esm/combobox/combobox-cancel.d.ts +3 -2
- package/esm/combobox/combobox-disclosure.d.ts +7 -2
- package/esm/combobox/combobox-group-label.d.ts +4 -4
- package/esm/combobox/combobox-group.d.ts +7 -3
- package/esm/combobox/combobox-item-check.d.ts +9 -16
- package/esm/combobox/combobox-item-value.d.ts +13 -8
- package/esm/combobox/combobox-item.d.ts +11 -9
- package/esm/combobox/combobox-list.d.ts +1 -4
- package/esm/combobox/combobox-popover.d.ts +2 -3
- package/esm/combobox/combobox-popover.js +5 -5
- package/esm/combobox/combobox-provider.d.ts +2 -1
- package/esm/combobox/combobox-row.d.ts +6 -3
- package/esm/combobox/combobox-separator.d.ts +4 -3
- package/esm/combobox/combobox-store.d.ts +11 -7
- package/esm/combobox/combobox.d.ts +45 -33
- package/esm/command/command.d.ts +1 -1
- package/esm/composite/composite-container.d.ts +18 -11
- package/esm/composite/composite-group-label.d.ts +18 -13
- package/esm/composite/composite-group.d.ts +20 -12
- package/esm/composite/composite-hover.d.ts +17 -8
- package/esm/composite/composite-input.d.ts +15 -9
- package/esm/composite/composite-item.d.ts +49 -9
- package/esm/composite/composite-overflow.js +5 -5
- package/esm/composite/composite-provider.d.ts +2 -1
- package/esm/composite/composite-renderer.d.ts +1 -1
- package/esm/composite/composite-row.d.ts +26 -19
- package/esm/composite/composite-separator.d.ts +23 -10
- package/esm/composite/composite-store.d.ts +3 -1
- package/esm/composite/composite-typeahead.d.ts +20 -8
- package/esm/composite/composite.d.ts +65 -10
- package/esm/dialog/dialog-disclosure.d.ts +2 -1
- package/esm/dialog/dialog-dismiss.d.ts +2 -1
- package/esm/dialog/dialog-provider.d.ts +2 -1
- package/esm/dialog/dialog-store.d.ts +3 -1
- package/esm/dialog/dialog.d.ts +51 -20
- package/esm/dialog/dialog.js +4 -4
- package/esm/dialog/utils/disable-tree.js +2 -2
- package/esm/dialog/utils/use-hide-on-interact-outside.js +1 -1
- package/esm/disclosure/disclosure-content.d.ts +6 -5
- package/esm/disclosure/disclosure-provider.d.ts +2 -1
- package/esm/disclosure/disclosure-store.d.ts +6 -4
- package/esm/disclosure/disclosure.d.ts +3 -2
- package/esm/focus-trap/focus-trap-region.d.ts +4 -2
- package/esm/focusable/focusable-container.d.ts +7 -5
- package/esm/focusable/focusable.d.ts +5 -2
- package/esm/form/form-checkbox.d.ts +6 -4
- package/esm/form/form-checkbox.js +6 -6
- package/esm/form/form-control.d.ts +93 -0
- package/esm/form/form-control.js +16 -0
- package/esm/form/form-description.d.ts +14 -3
- package/esm/form/form-error.d.ts +11 -4
- package/esm/form/form-field.d.ts +16 -30
- package/esm/form/form-field.js +19 -4
- package/esm/form/form-group-label.d.ts +6 -4
- package/esm/form/form-group.d.ts +6 -2
- package/esm/form/form-input.d.ts +7 -6
- package/esm/form/form-input.js +3 -3
- package/esm/form/form-label.d.ts +18 -7
- package/esm/form/form-provider.d.ts +2 -1
- package/esm/form/form-push.d.ts +17 -3
- package/esm/form/form-radio-group.d.ts +7 -2
- package/esm/form/form-radio.d.ts +8 -4
- package/esm/form/form-radio.js +3 -3
- package/esm/form/form-remove.d.ts +17 -2
- package/esm/form/form-reset.d.ts +5 -2
- package/esm/form/form-store.d.ts +31 -14
- package/esm/form/form-submit.d.ts +8 -2
- package/esm/form/form.d.ts +37 -11
- package/esm/group/group-label.d.ts +3 -2
- package/esm/group/group.d.ts +3 -1
- package/esm/heading/heading-level.d.ts +4 -2
- package/esm/heading/heading.d.ts +4 -3
- package/esm/hovercard/hovercard-anchor.d.ts +5 -2
- package/esm/hovercard/hovercard-arrow.d.ts +4 -2
- package/esm/hovercard/hovercard-description.d.ts +2 -2
- package/esm/hovercard/hovercard-disclosure.d.ts +1 -1
- package/esm/hovercard/hovercard-dismiss.d.ts +3 -2
- package/esm/hovercard/hovercard-heading.d.ts +2 -2
- package/esm/hovercard/hovercard-provider.d.ts +2 -1
- package/esm/hovercard/hovercard-store.d.ts +2 -1
- package/esm/hovercard/hovercard.d.ts +20 -8
- package/esm/hovercard/hovercard.js +6 -6
- package/esm/menu/menu-arrow.d.ts +4 -2
- package/esm/menu/menu-bar.d.ts +1 -2
- package/esm/menu/menu-button-arrow.d.ts +9 -4
- package/esm/menu/menu-button.d.ts +8 -7
- package/esm/menu/menu-description.d.ts +2 -2
- package/esm/menu/menu-dismiss.d.ts +3 -2
- package/esm/menu/menu-group-label.d.ts +4 -4
- package/esm/menu/menu-group.d.ts +5 -2
- package/esm/menu/menu-heading.d.ts +3 -2
- package/esm/menu/menu-item-check.d.ts +10 -18
- package/esm/menu/menu-item-checkbox.d.ts +38 -6
- package/esm/menu/menu-item-checkbox.js +3 -3
- package/esm/menu/menu-item-radio.d.ts +21 -9
- package/esm/menu/menu-item.d.ts +10 -11
- package/esm/menu/menu-list.d.ts +7 -2
- package/esm/menu/menu-provider.d.ts +2 -1
- package/esm/menu/menu-separator.d.ts +5 -2
- package/esm/menu/menu-store.d.ts +18 -7
- package/esm/menu/menu.d.ts +8 -2
- package/esm/menu/menu.js +6 -6
- package/esm/menubar/menubar-provider.d.ts +2 -1
- package/esm/menubar/menubar-store.d.ts +3 -1
- package/esm/menubar/menubar.d.ts +3 -2
- package/esm/popover/popover-anchor.d.ts +4 -3
- package/esm/popover/popover-arrow.d.ts +6 -2
- package/esm/popover/popover-description.d.ts +1 -1
- package/esm/popover/popover-disclosure-arrow.d.ts +6 -4
- package/esm/popover/popover-disclosure.d.ts +3 -2
- package/esm/popover/popover-dismiss.d.ts +1 -1
- package/esm/popover/popover-heading.d.ts +1 -1
- package/esm/popover/popover-provider.d.ts +2 -1
- package/esm/popover/popover-store.d.ts +2 -1
- package/esm/popover/popover.d.ts +8 -3
- package/esm/popover/popover.js +5 -5
- package/esm/portal/portal.d.ts +18 -1
- package/esm/radio/radio-group.d.ts +8 -6
- package/esm/radio/radio-provider.d.ts +2 -1
- package/esm/radio/radio-store.d.ts +6 -2
- package/esm/radio/radio.d.ts +21 -13
- package/esm/role/role.d.ts +3 -3
- package/esm/select/select-group-label.d.ts +2 -2
- package/esm/select/select-group.d.ts +4 -1
- package/esm/select/select-item-check.d.ts +9 -15
- package/esm/select/select-item.d.ts +1 -5
- package/esm/select/select-list.d.ts +7 -4
- package/esm/select/select-popover.js +5 -5
- package/esm/select/select-provider.d.ts +2 -1
- package/esm/select/select-renderer.d.ts +1 -1
- package/esm/select/select-row.d.ts +4 -1
- package/esm/select/select-separator.d.ts +2 -1
- package/esm/select/select-store.d.ts +17 -10
- package/esm/select/select.d.ts +25 -15
- package/esm/select/select.js +8 -6
- package/esm/tab/tab-list.d.ts +2 -1
- package/esm/tab/tab-panel.d.ts +19 -3
- package/esm/tab/tab-provider.d.ts +1 -1
- package/esm/tab/tab-store.d.ts +3 -1
- package/esm/tab/tab.d.ts +2 -2
- package/esm/toolbar/toolbar-container.d.ts +1 -1
- package/esm/toolbar/toolbar-input.d.ts +2 -1
- package/esm/toolbar/toolbar-item.d.ts +2 -1
- package/esm/toolbar/toolbar-provider.d.ts +2 -1
- package/esm/toolbar/toolbar-separator.d.ts +2 -1
- package/esm/toolbar/toolbar-store.d.ts +3 -1
- package/esm/tooltip/tooltip-anchor.d.ts +3 -3
- package/esm/tooltip/tooltip-arrow.d.ts +1 -1
- package/esm/tooltip/tooltip-provider.d.ts +2 -1
- package/esm/tooltip/tooltip-store.d.ts +3 -1
- package/esm/tooltip/tooltip.d.ts +3 -1
- package/esm/tooltip/tooltip.js +6 -6
- package/form/form-control/package.json +8 -0
- package/package.json +9 -2
- package/cjs/__chunks/{NKR65BKC.cjs → KSPMHEYZ.cjs} +3 -3
- package/esm/__chunks/{CLF4PQ7T.js → TQYOGOE2.js} +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CheckboxOptions } from "../checkbox/checkbox.js";
|
|
2
2
|
import type { As, Props } from "../utils/types.js";
|
|
3
|
-
import type {
|
|
3
|
+
import type { FormControlOptions } from "./form-control.js";
|
|
4
4
|
/**
|
|
5
5
|
* Returns props to create a `FormCheckbox` component.
|
|
6
6
|
* @see https://ariakit.org/components/form
|
|
@@ -18,15 +18,17 @@ import type { FormFieldOptions } from "./form-field.js";
|
|
|
18
18
|
*/
|
|
19
19
|
export declare const useFormCheckbox: import("../utils/types.js").Hook<FormCheckboxOptions<"input">>;
|
|
20
20
|
/**
|
|
21
|
-
* Renders a checkbox as a form
|
|
21
|
+
* Renders a checkbox input as a form control, representing a boolean, string,
|
|
22
|
+
* number, or array value.
|
|
22
23
|
* @see https://ariakit.org/components/form
|
|
23
24
|
* @example
|
|
24
|
-
* ```jsx
|
|
25
|
+
* ```jsx {9}
|
|
25
26
|
* const form = useFormStore({
|
|
26
27
|
* defaultValues: {
|
|
27
28
|
* acceptTerms: false,
|
|
28
29
|
* },
|
|
29
30
|
* });
|
|
31
|
+
*
|
|
30
32
|
* <Form store={form}>
|
|
31
33
|
* <label>
|
|
32
34
|
* <FormCheckbox name={form.names.acceptTerms} />
|
|
@@ -36,6 +38,6 @@ export declare const useFormCheckbox: import("../utils/types.js").Hook<FormCheck
|
|
|
36
38
|
* ```
|
|
37
39
|
*/
|
|
38
40
|
export declare const FormCheckbox: import("../utils/types.js").Component<FormCheckboxOptions<"input">>;
|
|
39
|
-
export interface FormCheckboxOptions<T extends As = "input"> extends
|
|
41
|
+
export interface FormCheckboxOptions<T extends As = "input"> extends FormControlOptions<T>, Omit<CheckboxOptions<T>, "store" | "name"> {
|
|
40
42
|
}
|
|
41
43
|
export type FormCheckboxProps<T extends As = "input"> = Props<FormCheckboxOptions<T>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CheckboxOptions } from "../checkbox/checkbox.js";
|
|
2
2
|
import type { As, Props } from "../utils/types.js";
|
|
3
|
-
import type {
|
|
3
|
+
import type { FormControlOptions } from "./form-control.js";
|
|
4
4
|
/**
|
|
5
5
|
* Returns props to create a `FormCheckbox` component.
|
|
6
6
|
* @see https://ariakit.org/components/form
|
|
@@ -18,15 +18,17 @@ import type { FormFieldOptions } from "./form-field.js";
|
|
|
18
18
|
*/
|
|
19
19
|
export declare const useFormCheckbox: import("../utils/types.js").Hook<FormCheckboxOptions<"input">>;
|
|
20
20
|
/**
|
|
21
|
-
* Renders a checkbox as a form
|
|
21
|
+
* Renders a checkbox input as a form control, representing a boolean, string,
|
|
22
|
+
* number, or array value.
|
|
22
23
|
* @see https://ariakit.org/components/form
|
|
23
24
|
* @example
|
|
24
|
-
* ```jsx
|
|
25
|
+
* ```jsx {9}
|
|
25
26
|
* const form = useFormStore({
|
|
26
27
|
* defaultValues: {
|
|
27
28
|
* acceptTerms: false,
|
|
28
29
|
* },
|
|
29
30
|
* });
|
|
31
|
+
*
|
|
30
32
|
* <Form store={form}>
|
|
31
33
|
* <label>
|
|
32
34
|
* <FormCheckbox name={form.names.acceptTerms} />
|
|
@@ -36,6 +38,6 @@ export declare const useFormCheckbox: import("../utils/types.js").Hook<FormCheck
|
|
|
36
38
|
* ```
|
|
37
39
|
*/
|
|
38
40
|
export declare const FormCheckbox: import("../utils/types.js").Component<FormCheckboxOptions<"input">>;
|
|
39
|
-
export interface FormCheckboxOptions<T extends As = "input"> extends
|
|
41
|
+
export interface FormCheckboxOptions<T extends As = "input"> extends FormControlOptions<T>, Omit<CheckboxOptions<T>, "store" | "name"> {
|
|
40
42
|
}
|
|
41
43
|
export type FormCheckboxProps<T extends As = "input"> = Props<FormCheckboxOptions<T>>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
var _N3XK7EAHcjs = require('../__chunks/N3XK7EAH.cjs');
|
|
6
|
+
require('../__chunks/FROYTN4B.cjs');
|
|
7
|
+
require('../__chunks/R5A2WTWB.cjs');
|
|
8
|
+
require('../__chunks/BZTDJIVT.cjs');
|
|
9
|
+
require('../__chunks/RNZNGEL4.cjs');
|
|
10
|
+
require('../__chunks/EO6LS72H.cjs');
|
|
11
|
+
require('../__chunks/CJDHQUBR.cjs');
|
|
12
|
+
require('../__chunks/AV6KTKLE.cjs');
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
exports.FormControl = _N3XK7EAHcjs.FormControl; exports.useFormControl = _N3XK7EAHcjs.useFormControl;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import type { FocusEvent } from "react";
|
|
2
|
+
import type { StringLike } from "@ariakit/core/form/types";
|
|
3
|
+
import type { BooleanOrCallback } from "@ariakit/core/utils/types";
|
|
4
|
+
import type { CollectionItemOptions } from "../collection/collection-item.js";
|
|
5
|
+
import type { As, Props } from "../utils/types.js";
|
|
6
|
+
import type { FormStore } from "./form-store.js";
|
|
7
|
+
/**
|
|
8
|
+
* Returns props to create a `FormControl` component. Unlike `useFormInput`,
|
|
9
|
+
* this hook doesn't automatically returns the `value` and `onChange` props.
|
|
10
|
+
* This is so we can use it not only for native form elements but also for
|
|
11
|
+
* custom components whose value is not controlled by the native `value` and
|
|
12
|
+
* `onChange` props.
|
|
13
|
+
* @see https://ariakit.org/components/form
|
|
14
|
+
* @example
|
|
15
|
+
* ```jsx
|
|
16
|
+
* const store = useFormStore({ defaultValues: { content: "" } });
|
|
17
|
+
* const props = useFormControl({ store, name: store.names.content });
|
|
18
|
+
* const value = store.useValue(store.names.content);
|
|
19
|
+
*
|
|
20
|
+
* <Form store={store}>
|
|
21
|
+
* <FormLabel name={store.names.content}>Content</FormLabel>
|
|
22
|
+
* <Role
|
|
23
|
+
* {...props}
|
|
24
|
+
* value={value}
|
|
25
|
+
* onChange={(value) => store.setValue(store.names.content, value)}
|
|
26
|
+
* render={<Editor />}
|
|
27
|
+
* />
|
|
28
|
+
* </Form>
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare const useFormControl: import("../utils/types.js").Hook<FormControlOptions<"input">>;
|
|
32
|
+
/**
|
|
33
|
+
* Abstract component that renders a form control. Unlike
|
|
34
|
+
* [`FormInput`](https://ariakit.org/reference/form-input), this component
|
|
35
|
+
* doesn't automatically pass the `value` and `onChange` props down to the
|
|
36
|
+
* underlying element. This is so we can use it not only for native form
|
|
37
|
+
* elements but also for custom components whose value is not controlled by the
|
|
38
|
+
* native `value` and `onChange` props.
|
|
39
|
+
* @see https://ariakit.org/components/form
|
|
40
|
+
* @example
|
|
41
|
+
* ```jsx {11-19}
|
|
42
|
+
* const form = useFormStore({
|
|
43
|
+
* defaultValues: {
|
|
44
|
+
* content: "",
|
|
45
|
+
* },
|
|
46
|
+
* });
|
|
47
|
+
*
|
|
48
|
+
* const value = form.useValue(form.names.content);
|
|
49
|
+
*
|
|
50
|
+
* <Form store={form}>
|
|
51
|
+
* <FormLabel name={form.names.content}>Content</FormLabel>
|
|
52
|
+
* <FormControl
|
|
53
|
+
* name={form.names.content}
|
|
54
|
+
* render={
|
|
55
|
+
* <Editor
|
|
56
|
+
* value={value}
|
|
57
|
+
* onChange={(value) => form.setValue(form.names.content, value)}
|
|
58
|
+
* />
|
|
59
|
+
* }
|
|
60
|
+
* />
|
|
61
|
+
* </Form>
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
export declare const FormControl: import("../utils/types.js").Component<FormControlOptions<"input">>;
|
|
65
|
+
export interface FormControlOptions<T extends As = "input"> extends CollectionItemOptions<T> {
|
|
66
|
+
/**
|
|
67
|
+
* Object returned by the
|
|
68
|
+
* [`useFormStore`](https://ariakit.org/reference/use-form-store) hook. If not
|
|
69
|
+
* provided, the closest [`Form`](https://ariakit.org/reference/form) or
|
|
70
|
+
* [`FormProvider`](https://ariakit.org/reference/form-provider) components'
|
|
71
|
+
* context will be used.
|
|
72
|
+
*/
|
|
73
|
+
store?: FormStore;
|
|
74
|
+
/**
|
|
75
|
+
* Field name. This can either be a string corresponding to an existing
|
|
76
|
+
* property name in the
|
|
77
|
+
* [`values`](https://ariakit.org/reference/use-form-store#values) state of
|
|
78
|
+
* the store, or a reference to a field name from the
|
|
79
|
+
* [`names`](https://ariakit.org/reference/use-form-store#names) object in the
|
|
80
|
+
* store, ensuring type safety.
|
|
81
|
+
*
|
|
82
|
+
* Live examples:
|
|
83
|
+
* - [FormRadio](https://ariakit.org/examples/form-radio)
|
|
84
|
+
* - [Form with Select](https://ariakit.org/examples/form-select)
|
|
85
|
+
*/
|
|
86
|
+
name: StringLike;
|
|
87
|
+
/**
|
|
88
|
+
* Whether the field should be marked touched on blur.
|
|
89
|
+
* @default true
|
|
90
|
+
*/
|
|
91
|
+
touchOnBlur?: BooleanOrCallback<FocusEvent>;
|
|
92
|
+
}
|
|
93
|
+
export type FormControlProps<T extends As = "input"> = Props<FormControlOptions<T>>;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import type { FocusEvent } from "react";
|
|
2
|
+
import type { StringLike } from "@ariakit/core/form/types";
|
|
3
|
+
import type { BooleanOrCallback } from "@ariakit/core/utils/types";
|
|
4
|
+
import type { CollectionItemOptions } from "../collection/collection-item.js";
|
|
5
|
+
import type { As, Props } from "../utils/types.js";
|
|
6
|
+
import type { FormStore } from "./form-store.js";
|
|
7
|
+
/**
|
|
8
|
+
* Returns props to create a `FormControl` component. Unlike `useFormInput`,
|
|
9
|
+
* this hook doesn't automatically returns the `value` and `onChange` props.
|
|
10
|
+
* This is so we can use it not only for native form elements but also for
|
|
11
|
+
* custom components whose value is not controlled by the native `value` and
|
|
12
|
+
* `onChange` props.
|
|
13
|
+
* @see https://ariakit.org/components/form
|
|
14
|
+
* @example
|
|
15
|
+
* ```jsx
|
|
16
|
+
* const store = useFormStore({ defaultValues: { content: "" } });
|
|
17
|
+
* const props = useFormControl({ store, name: store.names.content });
|
|
18
|
+
* const value = store.useValue(store.names.content);
|
|
19
|
+
*
|
|
20
|
+
* <Form store={store}>
|
|
21
|
+
* <FormLabel name={store.names.content}>Content</FormLabel>
|
|
22
|
+
* <Role
|
|
23
|
+
* {...props}
|
|
24
|
+
* value={value}
|
|
25
|
+
* onChange={(value) => store.setValue(store.names.content, value)}
|
|
26
|
+
* render={<Editor />}
|
|
27
|
+
* />
|
|
28
|
+
* </Form>
|
|
29
|
+
* ```
|
|
30
|
+
*/
|
|
31
|
+
export declare const useFormControl: import("../utils/types.js").Hook<FormControlOptions<"input">>;
|
|
32
|
+
/**
|
|
33
|
+
* Abstract component that renders a form control. Unlike
|
|
34
|
+
* [`FormInput`](https://ariakit.org/reference/form-input), this component
|
|
35
|
+
* doesn't automatically pass the `value` and `onChange` props down to the
|
|
36
|
+
* underlying element. This is so we can use it not only for native form
|
|
37
|
+
* elements but also for custom components whose value is not controlled by the
|
|
38
|
+
* native `value` and `onChange` props.
|
|
39
|
+
* @see https://ariakit.org/components/form
|
|
40
|
+
* @example
|
|
41
|
+
* ```jsx {11-19}
|
|
42
|
+
* const form = useFormStore({
|
|
43
|
+
* defaultValues: {
|
|
44
|
+
* content: "",
|
|
45
|
+
* },
|
|
46
|
+
* });
|
|
47
|
+
*
|
|
48
|
+
* const value = form.useValue(form.names.content);
|
|
49
|
+
*
|
|
50
|
+
* <Form store={form}>
|
|
51
|
+
* <FormLabel name={form.names.content}>Content</FormLabel>
|
|
52
|
+
* <FormControl
|
|
53
|
+
* name={form.names.content}
|
|
54
|
+
* render={
|
|
55
|
+
* <Editor
|
|
56
|
+
* value={value}
|
|
57
|
+
* onChange={(value) => form.setValue(form.names.content, value)}
|
|
58
|
+
* />
|
|
59
|
+
* }
|
|
60
|
+
* />
|
|
61
|
+
* </Form>
|
|
62
|
+
* ```
|
|
63
|
+
*/
|
|
64
|
+
export declare const FormControl: import("../utils/types.js").Component<FormControlOptions<"input">>;
|
|
65
|
+
export interface FormControlOptions<T extends As = "input"> extends CollectionItemOptions<T> {
|
|
66
|
+
/**
|
|
67
|
+
* Object returned by the
|
|
68
|
+
* [`useFormStore`](https://ariakit.org/reference/use-form-store) hook. If not
|
|
69
|
+
* provided, the closest [`Form`](https://ariakit.org/reference/form) or
|
|
70
|
+
* [`FormProvider`](https://ariakit.org/reference/form-provider) components'
|
|
71
|
+
* context will be used.
|
|
72
|
+
*/
|
|
73
|
+
store?: FormStore;
|
|
74
|
+
/**
|
|
75
|
+
* Field name. This can either be a string corresponding to an existing
|
|
76
|
+
* property name in the
|
|
77
|
+
* [`values`](https://ariakit.org/reference/use-form-store#values) state of
|
|
78
|
+
* the store, or a reference to a field name from the
|
|
79
|
+
* [`names`](https://ariakit.org/reference/use-form-store#names) object in the
|
|
80
|
+
* store, ensuring type safety.
|
|
81
|
+
*
|
|
82
|
+
* Live examples:
|
|
83
|
+
* - [FormRadio](https://ariakit.org/examples/form-radio)
|
|
84
|
+
* - [Form with Select](https://ariakit.org/examples/form-select)
|
|
85
|
+
*/
|
|
86
|
+
name: StringLike;
|
|
87
|
+
/**
|
|
88
|
+
* Whether the field should be marked touched on blur.
|
|
89
|
+
* @default true
|
|
90
|
+
*/
|
|
91
|
+
touchOnBlur?: BooleanOrCallback<FocusEvent>;
|
|
92
|
+
}
|
|
93
|
+
export type FormControlProps<T extends As = "input"> = Props<FormControlOptions<T>>;
|
|
@@ -18,15 +18,17 @@ import type { FormStore } from "./form-store.js";
|
|
|
18
18
|
*/
|
|
19
19
|
export declare const useFormDescription: import("../utils/types.js").Hook<FormDescriptionOptions<"div">>;
|
|
20
20
|
/**
|
|
21
|
-
* Renders a description element for a form field
|
|
21
|
+
* Renders a description element for a form field, which will automatically
|
|
22
|
+
* receive an `aria-describedby` attribute pointing to this element.
|
|
22
23
|
* @see https://ariakit.org/components/form
|
|
23
24
|
* @example
|
|
24
|
-
* ```jsx
|
|
25
|
+
* ```jsx {10-12}
|
|
25
26
|
* const form = useFormStore({
|
|
26
27
|
* defaultValues: {
|
|
27
28
|
* password: "",
|
|
28
29
|
* },
|
|
29
30
|
* });
|
|
31
|
+
*
|
|
30
32
|
* <Form store={form}>
|
|
31
33
|
* <FormLabel name={form.names.password}>Password</FormLabel>
|
|
32
34
|
* <FormInput name={form.names.password} type="password" />
|
|
@@ -47,7 +49,16 @@ export interface FormDescriptionOptions<T extends As = "div"> extends Collection
|
|
|
47
49
|
*/
|
|
48
50
|
store?: FormStore;
|
|
49
51
|
/**
|
|
50
|
-
* Name of the field.
|
|
52
|
+
* Name of the field described by this element. This can either be a string or
|
|
53
|
+
* a reference to a field name from the
|
|
54
|
+
* [`names`](https://ariakit.org/reference/use-form-store#names) object in the
|
|
55
|
+
* store, for type safety.
|
|
56
|
+
* @example
|
|
57
|
+
* ```jsx
|
|
58
|
+
* <FormDescription name="password">
|
|
59
|
+
* Password with at least 8 characters.
|
|
60
|
+
* </FormDescription>
|
|
61
|
+
* ```
|
|
51
62
|
*/
|
|
52
63
|
name: StringLike;
|
|
53
64
|
}
|
|
@@ -18,15 +18,17 @@ import type { FormStore } from "./form-store.js";
|
|
|
18
18
|
*/
|
|
19
19
|
export declare const useFormDescription: import("../utils/types.js").Hook<FormDescriptionOptions<"div">>;
|
|
20
20
|
/**
|
|
21
|
-
* Renders a description element for a form field
|
|
21
|
+
* Renders a description element for a form field, which will automatically
|
|
22
|
+
* receive an `aria-describedby` attribute pointing to this element.
|
|
22
23
|
* @see https://ariakit.org/components/form
|
|
23
24
|
* @example
|
|
24
|
-
* ```jsx
|
|
25
|
+
* ```jsx {10-12}
|
|
25
26
|
* const form = useFormStore({
|
|
26
27
|
* defaultValues: {
|
|
27
28
|
* password: "",
|
|
28
29
|
* },
|
|
29
30
|
* });
|
|
31
|
+
*
|
|
30
32
|
* <Form store={form}>
|
|
31
33
|
* <FormLabel name={form.names.password}>Password</FormLabel>
|
|
32
34
|
* <FormInput name={form.names.password} type="password" />
|
|
@@ -47,7 +49,16 @@ export interface FormDescriptionOptions<T extends As = "div"> extends Collection
|
|
|
47
49
|
*/
|
|
48
50
|
store?: FormStore;
|
|
49
51
|
/**
|
|
50
|
-
* Name of the field.
|
|
52
|
+
* Name of the field described by this element. This can either be a string or
|
|
53
|
+
* a reference to a field name from the
|
|
54
|
+
* [`names`](https://ariakit.org/reference/use-form-store#names) object in the
|
|
55
|
+
* store, for type safety.
|
|
56
|
+
* @example
|
|
57
|
+
* ```jsx
|
|
58
|
+
* <FormDescription name="password">
|
|
59
|
+
* Password with at least 8 characters.
|
|
60
|
+
* </FormDescription>
|
|
61
|
+
* ```
|
|
51
62
|
*/
|
|
52
63
|
name: StringLike;
|
|
53
64
|
}
|
|
@@ -25,11 +25,11 @@ import type { FormStore } from "./form-store.js";
|
|
|
25
25
|
*/
|
|
26
26
|
export declare const useFormError: import("../utils/types.js").Hook<FormErrorOptions<"div">>;
|
|
27
27
|
/**
|
|
28
|
-
* Renders an element that
|
|
29
|
-
* automatically
|
|
28
|
+
* Renders an element that shows an error message. The `children` will
|
|
29
|
+
* automatically display the error message defined in the store.
|
|
30
30
|
* @see https://ariakit.org/components/form
|
|
31
31
|
* @example
|
|
32
|
-
* ```jsx
|
|
32
|
+
* ```jsx {16}
|
|
33
33
|
* const form = useFormStore({
|
|
34
34
|
* defaultValues: {
|
|
35
35
|
* email: "",
|
|
@@ -60,7 +60,14 @@ export interface FormErrorOptions<T extends As = "div"> extends CollectionItemOp
|
|
|
60
60
|
*/
|
|
61
61
|
store?: FormStore;
|
|
62
62
|
/**
|
|
63
|
-
* Name of the field.
|
|
63
|
+
* Name of the field associated with this error. This can either be a string
|
|
64
|
+
* or a reference to a field name from the
|
|
65
|
+
* [`names`](https://ariakit.org/reference/use-form-store#names) object in the
|
|
66
|
+
* store, for type safety.
|
|
67
|
+
* @example
|
|
68
|
+
* ```jsx
|
|
69
|
+
* <FormError name="password" />
|
|
70
|
+
* ```
|
|
64
71
|
*/
|
|
65
72
|
name: StringLike;
|
|
66
73
|
}
|
package/cjs/form/form-error.d.ts
CHANGED
|
@@ -25,11 +25,11 @@ import type { FormStore } from "./form-store.js";
|
|
|
25
25
|
*/
|
|
26
26
|
export declare const useFormError: import("../utils/types.js").Hook<FormErrorOptions<"div">>;
|
|
27
27
|
/**
|
|
28
|
-
* Renders an element that
|
|
29
|
-
* automatically
|
|
28
|
+
* Renders an element that shows an error message. The `children` will
|
|
29
|
+
* automatically display the error message defined in the store.
|
|
30
30
|
* @see https://ariakit.org/components/form
|
|
31
31
|
* @example
|
|
32
|
-
* ```jsx
|
|
32
|
+
* ```jsx {16}
|
|
33
33
|
* const form = useFormStore({
|
|
34
34
|
* defaultValues: {
|
|
35
35
|
* email: "",
|
|
@@ -60,7 +60,14 @@ export interface FormErrorOptions<T extends As = "div"> extends CollectionItemOp
|
|
|
60
60
|
*/
|
|
61
61
|
store?: FormStore;
|
|
62
62
|
/**
|
|
63
|
-
* Name of the field.
|
|
63
|
+
* Name of the field associated with this error. This can either be a string
|
|
64
|
+
* or a reference to a field name from the
|
|
65
|
+
* [`names`](https://ariakit.org/reference/use-form-store#names) object in the
|
|
66
|
+
* store, for type safety.
|
|
67
|
+
* @example
|
|
68
|
+
* ```jsx
|
|
69
|
+
* <FormError name="password" />
|
|
70
|
+
* ```
|
|
64
71
|
*/
|
|
65
72
|
name: StringLike;
|
|
66
73
|
}
|
package/cjs/form/form-field.cjs
CHANGED
|
@@ -1,16 +1,31 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
var _VCDQISP7cjs = require('../__chunks/VCDQISP7.cjs');
|
|
4
|
+
var _N3XK7EAHcjs = require('../__chunks/N3XK7EAH.cjs');
|
|
6
5
|
require('../__chunks/FROYTN4B.cjs');
|
|
7
6
|
require('../__chunks/R5A2WTWB.cjs');
|
|
8
7
|
require('../__chunks/BZTDJIVT.cjs');
|
|
9
|
-
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
var _RNZNGEL4cjs = require('../__chunks/RNZNGEL4.cjs');
|
|
10
13
|
require('../__chunks/EO6LS72H.cjs');
|
|
11
14
|
require('../__chunks/CJDHQUBR.cjs');
|
|
12
15
|
require('../__chunks/AV6KTKLE.cjs');
|
|
13
16
|
|
|
17
|
+
// src/form/form-field.ts
|
|
18
|
+
var useFormField = _RNZNGEL4cjs.createHook.call(void 0, (props) => {
|
|
19
|
+
return _N3XK7EAHcjs.useFormControl.call(void 0, props);
|
|
20
|
+
});
|
|
21
|
+
var FormField = _RNZNGEL4cjs.createMemoComponent.call(void 0, (props) => {
|
|
22
|
+
const htmlProps = useFormField(props);
|
|
23
|
+
return _RNZNGEL4cjs.createElement.call(void 0, "input", htmlProps);
|
|
24
|
+
});
|
|
25
|
+
if (process.env.NODE_ENV !== "production") {
|
|
26
|
+
FormField.displayName = "FormField";
|
|
27
|
+
}
|
|
28
|
+
|
|
14
29
|
|
|
15
30
|
|
|
16
|
-
exports.FormField =
|
|
31
|
+
exports.FormField = FormField; exports.useFormField = useFormField;
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import type { FocusEvent } from "react";
|
|
2
|
-
import type { StringLike } from "@ariakit/core/form/types";
|
|
3
|
-
import type { BooleanOrCallback } from "@ariakit/core/utils/types";
|
|
4
|
-
import type { CollectionItemOptions } from "../collection/collection-item.js";
|
|
5
1
|
import type { As, Props } from "../utils/types.js";
|
|
6
|
-
import type {
|
|
2
|
+
import type { FormControlOptions } from "./form-control.js";
|
|
7
3
|
/**
|
|
8
4
|
* Returns props to create a `FormField` component. Unlike `useFormInput`, this
|
|
9
5
|
* hook doesn't automatically returns the `value` and `onChange` props. This is
|
|
10
6
|
* so we can use it not only for native form elements but also for custom
|
|
11
7
|
* components whose value is not controlled by the native `value` and `onChange`
|
|
12
8
|
* props.
|
|
13
|
-
* @
|
|
9
|
+
* @deprecated Use `useFormControl` instead.
|
|
14
10
|
* @example
|
|
15
11
|
* ```jsx
|
|
16
12
|
* const store = useFormStore({ defaultValues: { content: "" } });
|
|
@@ -30,15 +26,18 @@ import type { FormStore } from "./form-store.js";
|
|
|
30
26
|
*/
|
|
31
27
|
export declare const useFormField: import("../utils/types.js").Hook<FormFieldOptions<"input">>;
|
|
32
28
|
/**
|
|
33
|
-
*
|
|
29
|
+
* Abstract component that renders a form field. Unlike
|
|
34
30
|
* [`FormInput`](https://ariakit.org/reference/form-input), this component
|
|
35
31
|
* doesn't automatically pass the `value` and `onChange` props down to the
|
|
36
32
|
* underlying element. This is so we can use it not only for native form
|
|
37
33
|
* elements but also for custom components whose value is not controlled by the
|
|
38
34
|
* native `value` and `onChange` props.
|
|
39
|
-
* @
|
|
35
|
+
* @deprecated
|
|
36
|
+
* This component has been renamed to
|
|
37
|
+
* [`FormControl`](https://ariakit.org/reference/form-control). The API remains
|
|
38
|
+
* the same.
|
|
40
39
|
* @example
|
|
41
|
-
* ```jsx
|
|
40
|
+
* ```jsx {11-19}
|
|
42
41
|
* const form = useFormStore({
|
|
43
42
|
* defaultValues: {
|
|
44
43
|
* content: "",
|
|
@@ -50,31 +49,18 @@ export declare const useFormField: import("../utils/types.js").Hook<FormFieldOpt
|
|
|
50
49
|
* <Form store={form}>
|
|
51
50
|
* <FormLabel name={form.names.content}>Content</FormLabel>
|
|
52
51
|
* <FormField
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
52
|
+
* name={form.names.content}
|
|
53
|
+
* render={
|
|
54
|
+
* <Editor
|
|
55
|
+
* value={value}
|
|
56
|
+
* onChange={(value) => form.setValue(form.names.content, value)}
|
|
57
|
+
* />
|
|
58
|
+
* }
|
|
56
59
|
* />
|
|
57
60
|
* </Form>
|
|
58
61
|
* ```
|
|
59
62
|
*/
|
|
60
63
|
export declare const FormField: import("../utils/types.js").Component<FormFieldOptions<"input">>;
|
|
61
|
-
export interface FormFieldOptions<T extends As = "input"> extends
|
|
62
|
-
/**
|
|
63
|
-
* Object returned by the
|
|
64
|
-
* [`useFormStore`](https://ariakit.org/reference/use-form-store) hook. If not
|
|
65
|
-
* provided, the closest [`Form`](https://ariakit.org/reference/form) or
|
|
66
|
-
* [`FormProvider`](https://ariakit.org/reference/form-provider) components'
|
|
67
|
-
* context will be used.
|
|
68
|
-
*/
|
|
69
|
-
store?: FormStore;
|
|
70
|
-
/**
|
|
71
|
-
* Name of the field.
|
|
72
|
-
*/
|
|
73
|
-
name: StringLike;
|
|
74
|
-
/**
|
|
75
|
-
* Whether the field should be marked touched on blur.
|
|
76
|
-
* @default true
|
|
77
|
-
*/
|
|
78
|
-
touchOnBlur?: BooleanOrCallback<FocusEvent>;
|
|
64
|
+
export interface FormFieldOptions<T extends As = "input"> extends FormControlOptions<T> {
|
|
79
65
|
}
|
|
80
66
|
export type FormFieldProps<T extends As = "input"> = Props<FormFieldOptions<T>>;
|
package/cjs/form/form-field.d.ts
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import type { FocusEvent } from "react";
|
|
2
|
-
import type { StringLike } from "@ariakit/core/form/types";
|
|
3
|
-
import type { BooleanOrCallback } from "@ariakit/core/utils/types";
|
|
4
|
-
import type { CollectionItemOptions } from "../collection/collection-item.js";
|
|
5
1
|
import type { As, Props } from "../utils/types.js";
|
|
6
|
-
import type {
|
|
2
|
+
import type { FormControlOptions } from "./form-control.js";
|
|
7
3
|
/**
|
|
8
4
|
* Returns props to create a `FormField` component. Unlike `useFormInput`, this
|
|
9
5
|
* hook doesn't automatically returns the `value` and `onChange` props. This is
|
|
10
6
|
* so we can use it not only for native form elements but also for custom
|
|
11
7
|
* components whose value is not controlled by the native `value` and `onChange`
|
|
12
8
|
* props.
|
|
13
|
-
* @
|
|
9
|
+
* @deprecated Use `useFormControl` instead.
|
|
14
10
|
* @example
|
|
15
11
|
* ```jsx
|
|
16
12
|
* const store = useFormStore({ defaultValues: { content: "" } });
|
|
@@ -30,15 +26,18 @@ import type { FormStore } from "./form-store.js";
|
|
|
30
26
|
*/
|
|
31
27
|
export declare const useFormField: import("../utils/types.js").Hook<FormFieldOptions<"input">>;
|
|
32
28
|
/**
|
|
33
|
-
*
|
|
29
|
+
* Abstract component that renders a form field. Unlike
|
|
34
30
|
* [`FormInput`](https://ariakit.org/reference/form-input), this component
|
|
35
31
|
* doesn't automatically pass the `value` and `onChange` props down to the
|
|
36
32
|
* underlying element. This is so we can use it not only for native form
|
|
37
33
|
* elements but also for custom components whose value is not controlled by the
|
|
38
34
|
* native `value` and `onChange` props.
|
|
39
|
-
* @
|
|
35
|
+
* @deprecated
|
|
36
|
+
* This component has been renamed to
|
|
37
|
+
* [`FormControl`](https://ariakit.org/reference/form-control). The API remains
|
|
38
|
+
* the same.
|
|
40
39
|
* @example
|
|
41
|
-
* ```jsx
|
|
40
|
+
* ```jsx {11-19}
|
|
42
41
|
* const form = useFormStore({
|
|
43
42
|
* defaultValues: {
|
|
44
43
|
* content: "",
|
|
@@ -50,31 +49,18 @@ export declare const useFormField: import("../utils/types.js").Hook<FormFieldOpt
|
|
|
50
49
|
* <Form store={form}>
|
|
51
50
|
* <FormLabel name={form.names.content}>Content</FormLabel>
|
|
52
51
|
* <FormField
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
52
|
+
* name={form.names.content}
|
|
53
|
+
* render={
|
|
54
|
+
* <Editor
|
|
55
|
+
* value={value}
|
|
56
|
+
* onChange={(value) => form.setValue(form.names.content, value)}
|
|
57
|
+
* />
|
|
58
|
+
* }
|
|
56
59
|
* />
|
|
57
60
|
* </Form>
|
|
58
61
|
* ```
|
|
59
62
|
*/
|
|
60
63
|
export declare const FormField: import("../utils/types.js").Component<FormFieldOptions<"input">>;
|
|
61
|
-
export interface FormFieldOptions<T extends As = "input"> extends
|
|
62
|
-
/**
|
|
63
|
-
* Object returned by the
|
|
64
|
-
* [`useFormStore`](https://ariakit.org/reference/use-form-store) hook. If not
|
|
65
|
-
* provided, the closest [`Form`](https://ariakit.org/reference/form) or
|
|
66
|
-
* [`FormProvider`](https://ariakit.org/reference/form-provider) components'
|
|
67
|
-
* context will be used.
|
|
68
|
-
*/
|
|
69
|
-
store?: FormStore;
|
|
70
|
-
/**
|
|
71
|
-
* Name of the field.
|
|
72
|
-
*/
|
|
73
|
-
name: StringLike;
|
|
74
|
-
/**
|
|
75
|
-
* Whether the field should be marked touched on blur.
|
|
76
|
-
* @default true
|
|
77
|
-
*/
|
|
78
|
-
touchOnBlur?: BooleanOrCallback<FocusEvent>;
|
|
64
|
+
export interface FormFieldOptions<T extends As = "input"> extends FormControlOptions<T> {
|
|
79
65
|
}
|
|
80
66
|
export type FormFieldProps<T extends As = "input"> = Props<FormFieldOptions<T>>;
|
|
@@ -15,18 +15,20 @@ import type { FormStore } from "./form-store.js";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare const useFormGroupLabel: import("../utils/types.js").Hook<FormGroupLabelOptions<"div">>;
|
|
17
17
|
/**
|
|
18
|
-
* Renders a label in a form group. This component must be wrapped with
|
|
19
|
-
* [`FormGroup`](https://ariakit.org/reference/form-group)
|
|
20
|
-
* `
|
|
18
|
+
* Renders a label in a form group. This component must be wrapped with the
|
|
19
|
+
* [`FormGroup`](https://ariakit.org/reference/form-group) or
|
|
20
|
+
* [`FormRadioGroup`](https://ariakit.org/reference/form-radio-group) components
|
|
21
|
+
* so the `aria-labelledby` prop is properly set on the form group element.
|
|
21
22
|
* @see https://ariakit.org/components/form
|
|
22
23
|
* @example
|
|
23
|
-
* ```jsx
|
|
24
|
+
* ```jsx {10}
|
|
24
25
|
* const form = useFormStore({
|
|
25
26
|
* defaultValues: {
|
|
26
27
|
* username: "",
|
|
27
28
|
* email: "",
|
|
28
29
|
* },
|
|
29
30
|
* });
|
|
31
|
+
*
|
|
30
32
|
* <Form store={form}>
|
|
31
33
|
* <FormGroup>
|
|
32
34
|
* <FormGroupLabel>Account</FormGroupLabel>
|
|
@@ -15,18 +15,20 @@ import type { FormStore } from "./form-store.js";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare const useFormGroupLabel: import("../utils/types.js").Hook<FormGroupLabelOptions<"div">>;
|
|
17
17
|
/**
|
|
18
|
-
* Renders a label in a form group. This component must be wrapped with
|
|
19
|
-
* [`FormGroup`](https://ariakit.org/reference/form-group)
|
|
20
|
-
* `
|
|
18
|
+
* Renders a label in a form group. This component must be wrapped with the
|
|
19
|
+
* [`FormGroup`](https://ariakit.org/reference/form-group) or
|
|
20
|
+
* [`FormRadioGroup`](https://ariakit.org/reference/form-radio-group) components
|
|
21
|
+
* so the `aria-labelledby` prop is properly set on the form group element.
|
|
21
22
|
* @see https://ariakit.org/components/form
|
|
22
23
|
* @example
|
|
23
|
-
* ```jsx
|
|
24
|
+
* ```jsx {10}
|
|
24
25
|
* const form = useFormStore({
|
|
25
26
|
* defaultValues: {
|
|
26
27
|
* username: "",
|
|
27
28
|
* email: "",
|
|
28
29
|
* },
|
|
29
30
|
* });
|
|
31
|
+
*
|
|
30
32
|
* <Form store={form}>
|
|
31
33
|
* <FormGroup>
|
|
32
34
|
* <FormGroupLabel>Account</FormGroupLabel>
|