@astryxdesign/core 0.1.2 → 0.1.3-canary.1e94ba0
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 +165 -0
- package/README.md +12 -12
- package/dist/Avatar/Avatar.d.ts.map +1 -1
- package/dist/Avatar/Avatar.js +11 -5
- package/dist/Breadcrumbs/BreadcrumbItem.d.ts +1 -1
- package/dist/Breadcrumbs/BreadcrumbItem.d.ts.map +1 -1
- package/dist/Breadcrumbs/BreadcrumbItem.js +24 -5
- package/dist/Button/Button.d.ts.map +1 -1
- package/dist/Button/Button.js +31 -12
- package/dist/ButtonGroup/ButtonGroup.d.ts.map +1 -1
- package/dist/ButtonGroup/ButtonGroup.js +0 -1
- package/dist/Calendar/Calendar.d.ts +5 -4
- package/dist/Calendar/Calendar.d.ts.map +1 -1
- package/dist/Calendar/Calendar.js +82 -43
- package/dist/Calendar/hooks/index.d.ts +0 -2
- package/dist/Calendar/hooks/index.d.ts.map +1 -1
- package/dist/Calendar/hooks/index.js +1 -2
- package/dist/Calendar/index.d.ts +3 -3
- package/dist/Calendar/index.d.ts.map +1 -1
- package/dist/Calendar/index.js +1 -1
- package/dist/Calendar/styles.d.ts +3 -9
- package/dist/Calendar/styles.d.ts.map +1 -1
- package/dist/Calendar/styles.js +3 -11
- package/dist/Carousel/Carousel.d.ts.map +1 -1
- package/dist/Carousel/Carousel.js +17 -3
- package/dist/Center/Center.d.ts +11 -1
- package/dist/Center/Center.d.ts.map +1 -1
- package/dist/Center/Center.js +9 -3
- package/dist/Chat/ChatComposerInput.d.ts.map +1 -1
- package/dist/Chat/ChatComposerInput.js +0 -1
- package/dist/Chat/ChatMessageList.d.ts +14 -1
- package/dist/Chat/ChatMessageList.d.ts.map +1 -1
- package/dist/Chat/ChatMessageList.js +2 -0
- package/dist/Chat/useTriggerMenu.d.ts +8 -1
- package/dist/Chat/useTriggerMenu.d.ts.map +1 -1
- package/dist/Chat/useTriggerMenu.js +15 -3
- package/dist/CheckboxInput/CheckboxInput.d.ts +23 -2
- package/dist/CheckboxInput/CheckboxInput.d.ts.map +1 -1
- package/dist/CheckboxInput/CheckboxInput.js +51 -9
- package/dist/CheckboxList/CheckboxList.d.ts +13 -1
- package/dist/CheckboxList/CheckboxList.d.ts.map +1 -1
- package/dist/CheckboxList/CheckboxList.js +39 -9
- package/dist/CheckboxList/CheckboxListContext.d.ts +7 -0
- package/dist/CheckboxList/CheckboxListContext.d.ts.map +1 -1
- package/dist/CheckboxList/CheckboxListItem.d.ts.map +1 -1
- package/dist/CheckboxList/CheckboxListItem.js +0 -1
- package/dist/Citation/Citation.d.ts.map +1 -1
- package/dist/Citation/Citation.js +9 -5
- package/dist/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/dist/CodeBlock/CodeBlock.js +51 -37
- package/dist/CommandPalette/CommandPalette.d.ts.map +1 -1
- package/dist/CommandPalette/CommandPalette.js +5 -5
- package/dist/ContextMenu/ContextMenu.d.ts +12 -5
- package/dist/ContextMenu/ContextMenu.d.ts.map +1 -1
- package/dist/ContextMenu/ContextMenu.js +96 -11
- package/dist/DateInput/DateInput.d.ts +23 -1
- package/dist/DateInput/DateInput.d.ts.map +1 -1
- package/dist/DateInput/DateInput.js +167 -99
- package/dist/DateRangeInput/DateRangeInput.d.ts +23 -1
- package/dist/DateRangeInput/DateRangeInput.d.ts.map +1 -1
- package/dist/DateRangeInput/DateRangeInput.js +42 -9
- package/dist/DateTimeInput/DateTimeInput.d.ts +35 -2
- package/dist/DateTimeInput/DateTimeInput.d.ts.map +1 -1
- package/dist/DateTimeInput/DateTimeInput.js +78 -15
- package/dist/Dialog/Dialog.d.ts.map +1 -1
- package/dist/Dialog/Dialog.js +12 -0
- package/dist/DropdownMenu/DropdownMenu.d.ts +1 -8
- package/dist/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/DropdownMenu/DropdownMenu.js +42 -14
- package/dist/Field/Field.d.ts +19 -2
- package/dist/Field/Field.d.ts.map +1 -1
- package/dist/Field/Field.js +4 -0
- package/dist/Field/FieldLabel.d.ts +21 -2
- package/dist/Field/FieldLabel.d.ts.map +1 -1
- package/dist/Field/FieldLabel.js +41 -26
- package/dist/FileInput/FileInput.d.ts +22 -1
- package/dist/FileInput/FileInput.d.ts.map +1 -1
- package/dist/FileInput/FileInput.js +56 -10
- package/dist/Grid/Grid.d.ts +11 -1
- package/dist/Grid/Grid.d.ts.map +1 -1
- package/dist/Grid/Grid.js +32 -6
- package/dist/InputGroup/InputGroup.d.ts +4 -3
- package/dist/InputGroup/InputGroup.d.ts.map +1 -1
- package/dist/InputGroup/InputGroup.js +16 -6
- package/dist/InputGroup/InputGroupContext.d.ts +4 -0
- package/dist/InputGroup/InputGroupContext.d.ts.map +1 -1
- package/dist/InputGroup/InputGroupContext.js +2 -2
- package/dist/InputGroup/groupStyles.d.ts +1 -1
- package/dist/InputGroup/groupStyles.d.ts.map +1 -1
- package/dist/InputGroup/groupStyles.js +3 -3
- package/dist/InputGroup/index.d.ts +1 -0
- package/dist/InputGroup/index.d.ts.map +1 -1
- package/dist/Kbd/Kbd.d.ts.map +1 -1
- package/dist/Kbd/Kbd.js +33 -1
- package/dist/Layer/layerAnimations.stylex.d.ts +4 -0
- package/dist/Layer/layerAnimations.stylex.d.ts.map +1 -1
- package/dist/Layer/layerAnimations.stylex.js +8 -4
- package/dist/Layer/useLayer.d.ts +10 -0
- package/dist/Layer/useLayer.d.ts.map +1 -1
- package/dist/Layer/useLayer.js +64 -9
- package/dist/Layout/Layout.d.ts +4 -11
- package/dist/Layout/Layout.d.ts.map +1 -1
- package/dist/Layout/Layout.js +10 -11
- package/dist/Layout/LayoutFooter.d.ts +2 -2
- package/dist/Layout/LayoutFooter.d.ts.map +1 -1
- package/dist/Layout/LayoutHeader.d.ts +2 -2
- package/dist/Layout/LayoutHeader.d.ts.map +1 -1
- package/dist/Layout/LayoutPanel.d.ts +2 -2
- package/dist/Layout/LayoutPanel.d.ts.map +1 -1
- package/dist/Layout/padding.stylex.d.ts +51 -0
- package/dist/Layout/padding.stylex.d.ts.map +1 -1
- package/dist/Layout/padding.stylex.js +63 -0
- package/dist/Lightbox/Lightbox.d.ts.map +1 -1
- package/dist/Lightbox/Lightbox.js +4 -2
- package/dist/Link/Link.d.ts +16 -1
- package/dist/Link/Link.d.ts.map +1 -1
- package/dist/Link/Link.js +18 -7
- package/dist/Markdown/Markdown.d.ts.map +1 -1
- package/dist/Markdown/Markdown.js +7 -0
- package/dist/MoreMenu/MoreMenu.d.ts +1 -7
- package/dist/MoreMenu/MoreMenu.d.ts.map +1 -1
- package/dist/MoreMenu/MoreMenu.js +0 -2
- package/dist/MultiSelector/MultiSelector.d.ts +27 -2
- package/dist/MultiSelector/MultiSelector.d.ts.map +1 -1
- package/dist/MultiSelector/MultiSelector.js +141 -42
- package/dist/MultiSelector/hooks.d.ts +12 -1
- package/dist/MultiSelector/hooks.d.ts.map +1 -1
- package/dist/MultiSelector/hooks.js +14 -1
- package/dist/NavMenu/NavHeadingMenu.d.ts.map +1 -1
- package/dist/NavMenu/NavHeadingMenu.js +34 -3
- package/dist/NumberInput/NumberInput.d.ts +23 -2
- package/dist/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/NumberInput/NumberInput.js +62 -12
- package/dist/Pagination/Pagination.d.ts +1 -1
- package/dist/Pagination/Pagination.d.ts.map +1 -1
- package/dist/Pagination/Pagination.js +15 -1
- package/dist/Popover/Popover.d.ts +18 -2
- package/dist/Popover/Popover.d.ts.map +1 -1
- package/dist/Popover/Popover.js +5 -2
- package/dist/Popover/usePopover.d.ts +38 -3
- package/dist/Popover/usePopover.d.ts.map +1 -1
- package/dist/Popover/usePopover.js +24 -9
- package/dist/PowerSearch/PowerSearch.d.ts +11 -1
- package/dist/PowerSearch/PowerSearch.d.ts.map +1 -1
- package/dist/PowerSearch/PowerSearch.js +6 -1
- package/dist/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/dist/ProgressBar/ProgressBar.js +3 -5
- package/dist/RadioList/RadioList.d.ts +20 -2
- package/dist/RadioList/RadioList.d.ts.map +1 -1
- package/dist/RadioList/RadioList.js +105 -9
- package/dist/RadioList/RadioListItem.d.ts.map +1 -1
- package/dist/RadioList/RadioListItem.js +13 -2
- package/dist/SegmentedControl/SegmentedControl.d.ts +13 -2
- package/dist/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/SegmentedControl/SegmentedControl.js +78 -44
- package/dist/SegmentedControl/SegmentedControlContext.d.ts +7 -0
- package/dist/SegmentedControl/SegmentedControlContext.d.ts.map +1 -1
- package/dist/SegmentedControl/SegmentedControlItem.d.ts.map +1 -1
- package/dist/SegmentedControl/SegmentedControlItem.js +13 -2
- package/dist/Selector/Selector.d.ts +24 -1
- package/dist/Selector/Selector.d.ts.map +1 -1
- package/dist/Selector/Selector.js +122 -43
- package/dist/Selector/hooks.d.ts +8 -1
- package/dist/Selector/hooks.d.ts.map +1 -1
- package/dist/Selector/hooks.js +14 -1
- package/dist/SideNav/SideNavHeading.d.ts.map +1 -1
- package/dist/SideNav/SideNavHeading.js +2 -0
- package/dist/SideNav/SideNavItem.d.ts.map +1 -1
- package/dist/SideNav/SideNavItem.js +1 -1
- package/dist/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/Skeleton/Skeleton.js +8 -2
- package/dist/Slider/Slider.d.ts +21 -0
- package/dist/Slider/Slider.d.ts.map +1 -1
- package/dist/Slider/Slider.js +36 -9
- package/dist/Spinner/Spinner.d.ts.map +1 -1
- package/dist/Spinner/Spinner.js +1 -1
- package/dist/Stack/Stack.d.ts +38 -23
- package/dist/Stack/Stack.d.ts.map +1 -1
- package/dist/Stack/Stack.js +25 -1
- package/dist/Stack/StackItem.d.ts +12 -23
- package/dist/Stack/StackItem.d.ts.map +1 -1
- package/dist/Stack/StackItem.js +8 -1
- package/dist/Switch/Switch.d.ts +23 -2
- package/dist/Switch/Switch.d.ts.map +1 -1
- package/dist/Switch/Switch.js +41 -11
- package/dist/TabList/Tab.d.ts.map +1 -1
- package/dist/TabList/Tab.js +6 -0
- package/dist/TabList/TabList.d.ts +16 -4
- package/dist/TabList/TabList.d.ts.map +1 -1
- package/dist/TabList/TabList.js +87 -10
- package/dist/TabList/TabListContext.d.ts +5 -0
- package/dist/TabList/TabListContext.d.ts.map +1 -1
- package/dist/TabList/TabListContext.js +5 -0
- package/dist/TabList/TabMenu.d.ts.map +1 -1
- package/dist/TabList/TabMenu.js +6 -1
- package/dist/Table/BaseTable.d.ts.map +1 -1
- package/dist/Table/BaseTable.js +13 -9
- package/dist/Table/Table.d.ts.map +1 -1
- package/dist/Table/Table.js +10 -1
- package/dist/Table/TableCell.d.ts +8 -1
- package/dist/Table/TableCell.d.ts.map +1 -1
- package/dist/Table/TableCell.js +79 -10
- package/dist/Table/TableHeaderCell.d.ts +8 -1
- package/dist/Table/TableHeaderCell.d.ts.map +1 -1
- package/dist/Table/TableHeaderCell.js +16 -16
- package/dist/Table/index.d.ts +4 -1
- package/dist/Table/index.d.ts.map +1 -1
- package/dist/Table/index.js +3 -2
- package/dist/Table/plugins/pagination/paginateData.d.ts +2 -1
- package/dist/Table/plugins/pagination/paginateData.d.ts.map +1 -1
- package/dist/Table/plugins/pagination/paginateData.js +8 -3
- package/dist/Table/plugins/pagination/useTablePagination.d.ts.map +1 -1
- package/dist/Table/plugins/pagination/useTablePagination.js +6 -1
- package/dist/Table/plugins/rowExpansion/index.d.ts +3 -0
- package/dist/Table/plugins/rowExpansion/index.d.ts.map +1 -0
- package/dist/Table/plugins/rowExpansion/index.js +3 -0
- package/dist/Table/plugins/rowExpansion/useTableRowExpansion.d.ts +90 -0
- package/dist/Table/plugins/rowExpansion/useTableRowExpansion.d.ts.map +1 -0
- package/dist/Table/plugins/rowExpansion/useTableRowExpansion.js +398 -0
- package/dist/Table/plugins/sortable/useTableSortable.d.ts.map +1 -1
- package/dist/Table/plugins/sortable/useTableSortable.js +59 -3
- package/dist/Table/tableContextMenu.d.ts +37 -0
- package/dist/Table/tableContextMenu.d.ts.map +1 -0
- package/dist/Table/tableContextMenu.js +140 -0
- package/dist/Table/types.d.ts +66 -0
- package/dist/Table/types.d.ts.map +1 -1
- package/dist/TextArea/TextArea.d.ts +22 -1
- package/dist/TextArea/TextArea.d.ts.map +1 -1
- package/dist/TextArea/TextArea.js +41 -9
- package/dist/TextInput/TextInput.d.ts +23 -2
- package/dist/TextInput/TextInput.d.ts.map +1 -1
- package/dist/TextInput/TextInput.js +55 -10
- package/dist/TimeInput/TimeInput.d.ts +23 -1
- package/dist/TimeInput/TimeInput.d.ts.map +1 -1
- package/dist/TimeInput/TimeInput.js +147 -76
- package/dist/Toast/Toast.d.ts.map +1 -1
- package/dist/Toast/Toast.js +14 -0
- package/dist/Toast/ToastViewport.d.ts.map +1 -1
- package/dist/Toast/ToastViewport.js +131 -3
- package/dist/Tokenizer/Tokenizer.d.ts +12 -1
- package/dist/Tokenizer/Tokenizer.d.ts.map +1 -1
- package/dist/Tokenizer/Tokenizer.js +26 -4
- package/dist/Toolbar/Toolbar.d.ts +3 -3
- package/dist/Toolbar/Toolbar.d.ts.map +1 -1
- package/dist/Toolbar/Toolbar.js +51 -7
- package/dist/Tooltip/useTooltip.d.ts.map +1 -1
- package/dist/Tooltip/useTooltip.js +56 -9
- package/dist/TopNav/TopNavHeading.d.ts +7 -1
- package/dist/TopNav/TopNavHeading.d.ts.map +1 -1
- package/dist/TopNav/TopNavHeading.js +8 -0
- package/dist/TreeList/TreeList.d.ts +1 -1
- package/dist/TreeList/TreeList.d.ts.map +1 -1
- package/dist/TreeList/TreeList.js +72 -2
- package/dist/TreeList/TreeListItem.d.ts +11 -1
- package/dist/TreeList/TreeListItem.d.ts.map +1 -1
- package/dist/TreeList/TreeListItem.js +51 -12
- package/dist/TreeList/treeListItem.markers.stylex.d.ts +16 -0
- package/dist/TreeList/treeListItem.markers.stylex.d.ts.map +1 -0
- package/dist/TreeList/treeListItem.markers.stylex.js +22 -0
- package/dist/Typeahead/BaseTypeahead.d.ts +13 -0
- package/dist/Typeahead/BaseTypeahead.d.ts.map +1 -1
- package/dist/Typeahead/BaseTypeahead.js +69 -6
- package/dist/Typeahead/Typeahead.d.ts +26 -3
- package/dist/Typeahead/Typeahead.d.ts.map +1 -1
- package/dist/Typeahead/Typeahead.js +65 -29
- package/dist/VisuallyHidden/VisuallyHidden.d.ts +61 -0
- package/dist/VisuallyHidden/VisuallyHidden.d.ts.map +1 -0
- package/dist/VisuallyHidden/VisuallyHidden.js +65 -0
- package/dist/VisuallyHidden/index.d.ts +11 -0
- package/dist/VisuallyHidden/index.d.ts.map +1 -0
- package/dist/VisuallyHidden/index.js +13 -0
- package/dist/astryx.css +22 -0
- package/dist/astryx.umd.js +54 -54
- package/dist/astryx.umd.js.map +4 -4
- package/dist/hooks/focusableSelector.d.ts +22 -0
- package/dist/hooks/focusableSelector.d.ts.map +1 -0
- package/dist/hooks/focusableSelector.js +24 -0
- package/dist/hooks/index.d.ts +12 -2
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +7 -2
- package/dist/hooks/useAnnounce.d.ts +40 -0
- package/dist/hooks/useAnnounce.d.ts.map +1 -0
- package/dist/hooks/useAnnounce.js +142 -0
- package/dist/hooks/useClickableContainer.d.ts +16 -1
- package/dist/hooks/useClickableContainer.d.ts.map +1 -1
- package/dist/hooks/useClickableContainer.js +16 -4
- package/dist/hooks/useEntryAnimation.d.ts.map +1 -1
- package/dist/hooks/useEntryAnimation.js +4 -4
- package/dist/hooks/useFocusTrap.d.ts +18 -0
- package/dist/hooks/useFocusTrap.d.ts.map +1 -1
- package/dist/hooks/useFocusTrap.js +87 -3
- package/dist/hooks/useGridFocus.d.ts +88 -1
- package/dist/hooks/useGridFocus.d.ts.map +1 -1
- package/dist/hooks/useGridFocus.js +261 -62
- package/dist/hooks/useKeyboardHint.d.ts +82 -0
- package/dist/hooks/useKeyboardHint.d.ts.map +1 -0
- package/dist/hooks/useKeyboardHint.js +220 -0
- package/dist/hooks/useListFocus.d.ts +78 -7
- package/dist/hooks/useListFocus.d.ts.map +1 -1
- package/dist/hooks/useListFocus.js +305 -52
- package/dist/hooks/useLongPress.d.ts +21 -0
- package/dist/hooks/useLongPress.d.ts.map +1 -0
- package/dist/hooks/useLongPress.js +89 -0
- package/dist/hooks/useTreeFocus.d.ts +157 -0
- package/dist/hooks/useTreeFocus.d.ts.map +1 -0
- package/dist/hooks/useTreeFocus.js +337 -0
- package/dist/hooks/useTypeahead.d.ts +63 -0
- package/dist/hooks/useTypeahead.d.ts.map +1 -0
- package/dist/hooks/useTypeahead.js +117 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/utils/dateTypes.d.ts +12 -0
- package/dist/utils/dateTypes.d.ts.map +1 -1
- package/dist/utils/dateTypes.js +41 -1
- package/dist/utils/index.d.ts +4 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +3 -1
- package/dist/utils/inputAria.d.ts +29 -0
- package/dist/utils/inputAria.d.ts.map +1 -0
- package/dist/utils/inputAria.js +30 -0
- package/dist/utils/timeParser.d.ts.map +1 -1
- package/dist/utils/timeParser.js +5 -2
- package/docs.mjs +2 -2
- package/package.json +12 -8
- package/src/Avatar/Avatar.doc.mjs +2 -2
- package/src/Avatar/Avatar.test.tsx +37 -0
- package/src/Avatar/Avatar.tsx +10 -5
- package/src/Breadcrumbs/BreadcrumbItem.tsx +25 -7
- package/src/Breadcrumbs/Breadcrumbs.test.tsx +31 -10
- package/src/Button/Button.tsx +42 -22
- package/src/ButtonGroup/ButtonGroup.test.tsx +9 -9
- package/src/ButtonGroup/ButtonGroup.tsx +0 -1
- package/src/Calendar/Calendar.doc.mjs +4 -4
- package/src/Calendar/Calendar.test.tsx +168 -30
- package/src/Calendar/Calendar.tsx +121 -66
- package/src/Calendar/hooks/index.ts +0 -6
- package/src/Calendar/index.ts +1 -3
- package/src/Calendar/styles.ts +4 -9
- package/src/Carousel/Carousel.doc.mjs +7 -1
- package/src/Carousel/Carousel.test.tsx +20 -0
- package/src/Carousel/Carousel.tsx +16 -1
- package/src/Center/Center.doc.mjs +12 -2
- package/src/Center/Center.tsx +28 -3
- package/src/Chat/ChatComposerInput.test.tsx +26 -7
- package/src/Chat/ChatComposerInput.tsx +0 -1
- package/src/Chat/ChatDictationButton.doc.mjs +1 -1
- package/src/Chat/ChatMessageList.doc.mjs +8 -0
- package/src/Chat/ChatMessageList.test.tsx +18 -0
- package/src/Chat/ChatMessageList.tsx +16 -0
- package/src/Chat/useTriggerMenu.tsx +22 -4
- package/src/CheckboxInput/CheckboxInput.doc.mjs +10 -0
- package/src/CheckboxInput/CheckboxInput.test.tsx +172 -27
- package/src/CheckboxInput/CheckboxInput.tsx +78 -6
- package/src/CheckboxList/CheckboxList.doc.mjs +9 -0
- package/src/CheckboxList/CheckboxList.test.tsx +192 -26
- package/src/CheckboxList/CheckboxList.tsx +56 -3
- package/src/CheckboxList/CheckboxListContext.tsx +7 -0
- package/src/CheckboxList/CheckboxListItem.tsx +0 -3
- package/src/Citation/Citation.doc.mjs +10 -0
- package/src/Citation/Citation.test.tsx +121 -0
- package/src/Citation/Citation.tsx +15 -3
- package/src/CodeBlock/CodeBlock.test.tsx +115 -0
- package/src/CodeBlock/CodeBlock.tsx +63 -33
- package/src/CommandPalette/CommandPalette.test.tsx +47 -1
- package/src/CommandPalette/CommandPalette.tsx +9 -21
- package/src/ContextMenu/ContextMenu.doc.mjs +4 -4
- package/src/ContextMenu/ContextMenu.test.tsx +155 -1
- package/src/ContextMenu/ContextMenu.tsx +129 -16
- package/src/DateInput/DateInput.doc.mjs +286 -56
- package/src/DateInput/DateInput.test.tsx +248 -2
- package/src/DateInput/DateInput.tsx +196 -100
- package/src/DateRangeInput/DateRangeInput.doc.mjs +251 -46
- package/src/DateRangeInput/DateRangeInput.test.tsx +182 -20
- package/src/DateRangeInput/DateRangeInput.tsx +63 -5
- package/src/DateTimeInput/DateTimeInput.doc.mjs +368 -67
- package/src/DateTimeInput/DateTimeInput.test.tsx +279 -11
- package/src/DateTimeInput/DateTimeInput.tsx +125 -17
- package/src/Dialog/Dialog.doc.mjs +2 -2
- package/src/Dialog/Dialog.tsx +12 -0
- package/src/DropdownMenu/DropdownMenu.doc.mjs +1 -8
- package/src/DropdownMenu/DropdownMenu.test.tsx +56 -42
- package/src/DropdownMenu/DropdownMenu.tsx +52 -18
- package/src/Field/Field.doc.mjs +59 -18
- package/src/Field/Field.test.tsx +32 -0
- package/src/Field/Field.tsx +23 -5
- package/src/Field/FieldLabel.tsx +55 -17
- package/src/FileInput/FileInput.doc.mjs +17 -0
- package/src/FileInput/FileInput.test.tsx +283 -49
- package/src/FileInput/FileInput.tsx +76 -4
- package/src/Grid/Grid.doc.mjs +17 -4
- package/src/Grid/Grid.test.tsx +43 -30
- package/src/Grid/Grid.tsx +38 -3
- package/src/Icon/Icon.doc.mjs +3 -3
- package/src/InputGroup/InputGroup.doc.mjs +111 -23
- package/src/InputGroup/InputGroup.test.tsx +257 -60
- package/src/InputGroup/InputGroup.tsx +23 -5
- package/src/InputGroup/InputGroupContext.ts +9 -4
- package/src/InputGroup/groupStyles.ts +7 -1
- package/src/InputGroup/index.ts +1 -0
- package/src/Kbd/Kbd.test.tsx +22 -4
- package/src/Kbd/Kbd.tsx +35 -3
- package/src/Layer/layerAnimations.stylex.ts +20 -4
- package/src/Layer/useLayer.doc.mjs +5 -0
- package/src/Layer/useLayer.test.tsx +111 -0
- package/src/Layer/useLayer.tsx +90 -9
- package/src/Layout/Layout.tsx +8 -16
- package/src/Layout/LayoutFooter.doc.mjs +4 -4
- package/src/Layout/LayoutFooter.tsx +3 -3
- package/src/Layout/LayoutHeader.doc.mjs +4 -4
- package/src/Layout/LayoutHeader.tsx +3 -3
- package/src/Layout/LayoutPanel.tsx +3 -3
- package/src/Layout/__tests__/edgeCompensation.test.tsx +72 -0
- package/src/Layout/padding.stylex.ts +52 -0
- package/src/Lightbox/Lightbox.doc.mjs +9 -0
- package/src/Lightbox/Lightbox.test.tsx +53 -5
- package/src/Lightbox/Lightbox.tsx +9 -4
- package/src/Link/Link.doc.mjs +14 -0
- package/src/Link/Link.test.tsx +50 -0
- package/src/Link/Link.tsx +39 -4
- package/src/Markdown/Markdown.test.tsx +11 -0
- package/src/Markdown/Markdown.tsx +7 -0
- package/src/MetadataList/MetadataListItem.doc.mjs +4 -0
- package/src/MoreMenu/MoreMenu.doc.mjs +2 -17
- package/src/MoreMenu/MoreMenu.tsx +0 -9
- package/src/MultiSelector/MultiSelector.doc.mjs +30 -0
- package/src/MultiSelector/MultiSelector.test.tsx +375 -8
- package/src/MultiSelector/MultiSelector.tsx +194 -48
- package/src/MultiSelector/hooks.ts +27 -0
- package/src/NavMenu/NavHeadingMenu.test.tsx +77 -1
- package/src/NavMenu/NavHeadingMenu.tsx +50 -3
- package/src/NumberInput/NumberInput.doc.mjs +17 -0
- package/src/NumberInput/NumberInput.test.tsx +242 -40
- package/src/NumberInput/NumberInput.tsx +89 -11
- package/src/Pagination/Pagination.doc.mjs +3 -3
- package/src/Pagination/Pagination.test.tsx +117 -5
- package/src/Pagination/Pagination.tsx +21 -1
- package/src/Popover/Popover.doc.mjs +26 -0
- package/src/Popover/Popover.test.tsx +121 -0
- package/src/Popover/Popover.tsx +23 -2
- package/src/Popover/usePopover.doc.mjs +9 -3
- package/src/Popover/usePopover.tsx +70 -12
- package/src/PowerSearch/PowerSearch.doc.mjs +15 -0
- package/src/PowerSearch/PowerSearch.test.tsx +97 -1
- package/src/PowerSearch/PowerSearch.tsx +16 -3
- package/src/ProgressBar/ProgressBar.test.tsx +34 -26
- package/src/ProgressBar/ProgressBar.tsx +3 -4
- package/src/RadioList/RadioList.doc.mjs +9 -0
- package/src/RadioList/RadioList.test.tsx +252 -16
- package/src/RadioList/RadioList.tsx +166 -10
- package/src/RadioList/RadioListItem.tsx +14 -2
- package/src/SegmentedControl/SegmentedControl.doc.mjs +9 -0
- package/src/SegmentedControl/SegmentedControl.test.tsx +214 -42
- package/src/SegmentedControl/SegmentedControl.tsx +102 -54
- package/src/SegmentedControl/SegmentedControlContext.ts +7 -0
- package/src/SegmentedControl/SegmentedControlItem.tsx +14 -1
- package/src/SelectableCard/SelectableCard.doc.mjs +1 -1
- package/src/Selector/Selector.doc.mjs +26 -0
- package/src/Selector/Selector.test.tsx +387 -15
- package/src/Selector/Selector.tsx +175 -67
- package/src/Selector/hooks.ts +23 -0
- package/src/SideNav/SideNav.test.tsx +48 -0
- package/src/SideNav/SideNavHeading.tsx +8 -2
- package/src/SideNav/SideNavItem.tsx +2 -4
- package/src/Skeleton/Skeleton.test.tsx +25 -0
- package/src/Skeleton/Skeleton.tsx +11 -1
- package/src/Slider/Slider.doc.mjs +15 -0
- package/src/Slider/Slider.test.tsx +155 -2
- package/src/Slider/Slider.tsx +53 -5
- package/src/Spinner/Spinner.tsx +7 -1
- package/src/Stack/Stack.doc.mjs +77 -0
- package/src/Stack/Stack.test.tsx +55 -5
- package/src/Stack/Stack.tsx +73 -24
- package/src/Stack/StackItem.test.tsx +23 -0
- package/src/Stack/StackItem.tsx +20 -23
- package/src/Switch/Switch.doc.mjs +15 -0
- package/src/Switch/Switch.test.tsx +162 -27
- package/src/Switch/Switch.tsx +61 -21
- package/src/TabList/Tab.tsx +6 -0
- package/src/TabList/TabList.doc.mjs +6 -0
- package/src/TabList/TabList.test.tsx +251 -0
- package/src/TabList/TabList.tsx +103 -12
- package/src/TabList/TabListContext.ts +7 -3
- package/src/TabList/TabMenu.tsx +6 -3
- package/src/Table/BaseTable.tsx +24 -18
- package/src/Table/Table.doc.mjs +2 -0
- package/src/Table/Table.test.tsx +10 -0
- package/src/Table/Table.tsx +8 -0
- package/src/Table/TableCell.tsx +105 -24
- package/src/Table/TableHeaderCell.tsx +28 -29
- package/src/Table/index.ts +8 -2
- package/src/Table/plugins/pagination/paginateData.ts +10 -3
- package/src/Table/plugins/pagination/useTablePagination.test.tsx +16 -0
- package/src/Table/plugins/pagination/useTablePagination.tsx +8 -1
- package/src/Table/plugins/rowExpansion/index.ts +7 -0
- package/src/Table/plugins/rowExpansion/useTableRowExpansion.test.tsx +155 -0
- package/src/Table/plugins/rowExpansion/useTableRowExpansion.tsx +590 -0
- package/src/Table/plugins/sortable/useTableSortable.test.tsx +91 -2
- package/src/Table/plugins/sortable/useTableSortable.tsx +53 -1
- package/src/Table/tableContextMenu.test.tsx +181 -0
- package/src/Table/tableContextMenu.tsx +160 -0
- package/src/Table/types.ts +74 -0
- package/src/Table/useTableColumnResize.doc.mjs +3 -3
- package/src/Table/useTablePagination.doc.mjs +4 -1
- package/src/Table/useTableRowExpansion.doc.mjs +63 -0
- package/src/Table/useTableSortable.doc.mjs +4 -1
- package/src/Table/useTableStickyColumns.doc.mjs +2 -2
- package/src/Text/Text.doc.mjs +18 -18
- package/src/TextArea/TextArea.doc.mjs +17 -0
- package/src/TextArea/TextArea.test.tsx +167 -35
- package/src/TextArea/TextArea.tsx +62 -15
- package/src/TextInput/TextInput.doc.mjs +17 -0
- package/src/TextInput/TextInput.test.tsx +168 -34
- package/src/TextInput/TextInput.tsx +77 -9
- package/src/Thumbnail/Thumbnail.doc.mjs +4 -4
- package/src/TimeInput/TimeInput.doc.mjs +345 -60
- package/src/TimeInput/TimeInput.test.tsx +255 -7
- package/src/TimeInput/TimeInput.tsx +176 -70
- package/src/Timestamp/Timestamp.doc.mjs +19 -19
- package/src/Toast/Toast.tsx +14 -0
- package/src/Toast/ToastViewport.test.tsx +214 -0
- package/src/Toast/ToastViewport.tsx +167 -21
- package/src/Tokenizer/Tokenizer.doc.mjs +29 -14
- package/src/Tokenizer/Tokenizer.test.tsx +105 -1
- package/src/Tokenizer/Tokenizer.tsx +37 -1
- package/src/Toolbar/Toolbar.test.tsx +109 -6
- package/src/Toolbar/Toolbar.tsx +59 -5
- package/src/Tooltip/Tooltip.test.tsx +68 -0
- package/src/Tooltip/useTooltip.tsx +55 -8
- package/src/TopNav/TopNav.test.tsx +50 -0
- package/src/TopNav/TopNavHeading.tsx +17 -1
- package/src/TreeList/TreeList.test.tsx +295 -6
- package/src/TreeList/TreeList.tsx +73 -1
- package/src/TreeList/TreeListItem.tsx +51 -5
- package/src/TreeList/treeListItem.markers.stylex.ts +20 -0
- package/src/Typeahead/BaseTypeahead.tsx +93 -9
- package/src/Typeahead/Typeahead.doc.mjs +141 -30
- package/src/Typeahead/Typeahead.test.tsx +331 -1
- package/src/Typeahead/Typeahead.tsx +105 -33
- package/src/VisuallyHidden/VisuallyHidden.doc.mjs +80 -0
- package/src/VisuallyHidden/VisuallyHidden.test.tsx +76 -0
- package/src/VisuallyHidden/VisuallyHidden.tsx +113 -0
- package/src/VisuallyHidden/index.ts +15 -0
- package/src/docs-script.test.mjs +50 -0
- package/src/hooks/focusableSelector.ts +25 -0
- package/src/hooks/index.ts +28 -2
- package/src/hooks/useAnnounce.test.tsx +101 -0
- package/src/hooks/useAnnounce.ts +168 -0
- package/src/hooks/useClickableContainer.ts +16 -4
- package/src/hooks/useEntryAnimation.ts +16 -4
- package/src/hooks/useFocusTrap.test.tsx +132 -0
- package/src/hooks/useFocusTrap.ts +98 -4
- package/src/hooks/useGridFocus.doc.mjs +40 -2
- package/src/hooks/useGridFocus.test.tsx +132 -0
- package/src/hooks/useGridFocus.ts +343 -67
- package/src/hooks/useKeyboardHint.doc.mjs +101 -0
- package/src/hooks/useKeyboardHint.test.tsx +70 -0
- package/src/hooks/useKeyboardHint.tsx +332 -0
- package/src/hooks/useListFocus.doc.mjs +50 -10
- package/src/hooks/useListFocus.test.tsx +375 -0
- package/src/hooks/useListFocus.ts +395 -57
- package/src/hooks/useLongPress.test.tsx +134 -0
- package/src/hooks/useLongPress.ts +119 -0
- package/src/hooks/useTreeFocus.doc.mjs +140 -0
- package/src/hooks/useTreeFocus.test.tsx +214 -0
- package/src/hooks/useTreeFocus.ts +559 -0
- package/src/hooks/useTypeahead.test.tsx +109 -0
- package/src/hooks/useTypeahead.ts +183 -0
- package/src/index.ts +1 -0
- package/src/theme/derivedVarRegistry.test.ts +10 -5
- package/src/utils/dateTypes.test.ts +40 -0
- package/src/utils/dateTypes.ts +40 -0
- package/src/utils/index.ts +9 -0
- package/src/utils/inputAria.test.ts +39 -0
- package/src/utils/inputAria.ts +58 -0
- package/src/utils/timeParser.test.ts +10 -0
- package/src/utils/timeParser.ts +5 -2
- package/dist/Calendar/hooks/useCalendarRovingTabindex.d.ts +0 -57
- package/dist/Calendar/hooks/useCalendarRovingTabindex.d.ts.map +0 -1
- package/dist/Calendar/hooks/useCalendarRovingTabindex.js +0 -96
- package/src/Calendar/hooks/useCalendarRovingTabindex.ts +0 -118
|
@@ -42,6 +42,8 @@ import {
|
|
|
42
42
|
type DropdownMenuContextValue,
|
|
43
43
|
} from '../DropdownMenu/DropdownMenuContext';
|
|
44
44
|
import {useListFocus} from '../hooks/useListFocus';
|
|
45
|
+
import {useTypeahead} from '../hooks/useTypeahead';
|
|
46
|
+
import {useLongPress} from '../hooks/useLongPress';
|
|
45
47
|
import {layerAnimations} from '../Layer/layerAnimations.stylex';
|
|
46
48
|
import {
|
|
47
49
|
colorVars,
|
|
@@ -53,6 +55,7 @@ import {
|
|
|
53
55
|
} from '../theme/tokens.stylex';
|
|
54
56
|
import {mergeProps} from '../utils';
|
|
55
57
|
import type {BaseProps} from '../BaseProps';
|
|
58
|
+
import type {StyleXStyles} from '../theme/types';
|
|
56
59
|
import {themeProps} from '../utils/themeProps';
|
|
57
60
|
import type {
|
|
58
61
|
DropdownMenuOption,
|
|
@@ -62,6 +65,11 @@ import type {
|
|
|
62
65
|
} from '../DropdownMenu/DropdownMenu';
|
|
63
66
|
|
|
64
67
|
const styles = stylex.create({
|
|
68
|
+
// Trigger wrapper: suppress the iOS long-press callout/selection so the
|
|
69
|
+
// long-press opens our context menu instead of the native text/callout UI.
|
|
70
|
+
trigger: {
|
|
71
|
+
WebkitTouchCallout: 'none',
|
|
72
|
+
},
|
|
65
73
|
menu: {
|
|
66
74
|
boxSizing: 'border-box',
|
|
67
75
|
display: 'flex',
|
|
@@ -107,6 +115,13 @@ export type ContextMenuOption = DropdownMenuOption;
|
|
|
107
115
|
interface ContextMenuBaseProps extends BaseProps {
|
|
108
116
|
/** Ref forwarded to the trigger wrapper element. */
|
|
109
117
|
ref?: React.Ref<HTMLDivElement>;
|
|
118
|
+
/**
|
|
119
|
+
* Styles applied to the trigger wrapper element (the right-click target).
|
|
120
|
+
* By default the trigger is a plain block that hugs its content — pass a
|
|
121
|
+
* fill style (e.g. `width/height: 100%`) when the whole parent area should
|
|
122
|
+
* be right-clickable (as the Table does for full-cell context menus).
|
|
123
|
+
*/
|
|
124
|
+
triggerXstyle?: StyleXStyles | StyleXStyles[];
|
|
110
125
|
/** The trigger area — right-click on this to open the menu. */
|
|
111
126
|
children: ReactNode;
|
|
112
127
|
/** Custom menu width. @default '160px' */
|
|
@@ -114,11 +129,10 @@ interface ContextMenuBaseProps extends BaseProps {
|
|
|
114
129
|
/** Size of menu items. @default 'md' */
|
|
115
130
|
size?: 'sm' | 'md' | 'lg';
|
|
116
131
|
/**
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
* @default true
|
|
132
|
+
* Accessible name for the menu surface, announced when it opens.
|
|
133
|
+
* @default 'Context menu'
|
|
120
134
|
*/
|
|
121
|
-
|
|
135
|
+
label?: string;
|
|
122
136
|
/** When true, right-click shows the native browser context menu instead. */
|
|
123
137
|
isDisabled?: boolean;
|
|
124
138
|
/** Called when the menu opens or closes. */
|
|
@@ -138,9 +152,7 @@ interface ContextMenuCompoundProps extends ContextMenuBaseProps {
|
|
|
138
152
|
menuContent: ReactNode;
|
|
139
153
|
}
|
|
140
154
|
|
|
141
|
-
export type ContextMenuProps =
|
|
142
|
-
| ContextMenuDataProps
|
|
143
|
-
| ContextMenuCompoundProps;
|
|
155
|
+
export type ContextMenuProps = ContextMenuDataProps | ContextMenuCompoundProps;
|
|
144
156
|
|
|
145
157
|
// =============================================================================
|
|
146
158
|
// ContextMenu
|
|
@@ -173,13 +185,14 @@ export function ContextMenu({
|
|
|
173
185
|
children,
|
|
174
186
|
menuWidth,
|
|
175
187
|
size = 'md',
|
|
176
|
-
|
|
188
|
+
label = 'Context menu',
|
|
177
189
|
isDisabled = false,
|
|
178
190
|
onOpenChange,
|
|
179
191
|
ref,
|
|
180
192
|
className,
|
|
181
193
|
style,
|
|
182
194
|
xstyle,
|
|
195
|
+
triggerXstyle,
|
|
183
196
|
'data-testid': testId,
|
|
184
197
|
...props
|
|
185
198
|
}: ContextMenuProps) {
|
|
@@ -188,6 +201,9 @@ export function ContextMenu({
|
|
|
188
201
|
|
|
189
202
|
const menuId = useId();
|
|
190
203
|
const positionRef = useRef({x: 0, y: 0});
|
|
204
|
+
// Element focused before the menu opened, restored when it closes so focus
|
|
205
|
+
// does not fall to <body> after Escape or outside-click dismissal.
|
|
206
|
+
const triggerFocusRef = useRef<HTMLElement | null>(null);
|
|
191
207
|
|
|
192
208
|
const [isOpen, setIsOpen] = useState(false);
|
|
193
209
|
|
|
@@ -196,6 +212,12 @@ export function ContextMenu({
|
|
|
196
212
|
onHide: useCallback(() => {
|
|
197
213
|
setIsOpen(false);
|
|
198
214
|
onOpenChange?.(false);
|
|
215
|
+
// Restore focus to the element that was focused before opening.
|
|
216
|
+
const toRestore = triggerFocusRef.current;
|
|
217
|
+
triggerFocusRef.current = null;
|
|
218
|
+
if (toRestore && document.contains(toRestore)) {
|
|
219
|
+
toRestore.focus();
|
|
220
|
+
}
|
|
199
221
|
}, [onOpenChange]),
|
|
200
222
|
onShow: useCallback(() => {
|
|
201
223
|
setIsOpen(true);
|
|
@@ -212,12 +234,35 @@ export function ContextMenu({
|
|
|
212
234
|
listRef,
|
|
213
235
|
handleKeyDown: listNavKeyDown,
|
|
214
236
|
focusFirst,
|
|
237
|
+
focusItem,
|
|
215
238
|
} = useListFocus<HTMLDivElement>({
|
|
216
239
|
itemSelector: '[role="menuitem"]:not([aria-disabled="true"])',
|
|
217
240
|
wrap: false,
|
|
218
241
|
onEscape: closeMenu,
|
|
219
242
|
});
|
|
220
243
|
|
|
244
|
+
// First-character typeahead over the enabled menu items (menus-11).
|
|
245
|
+
const getMenuItems = useCallback(
|
|
246
|
+
(): HTMLElement[] =>
|
|
247
|
+
listRef.current
|
|
248
|
+
? Array.from(
|
|
249
|
+
listRef.current.querySelectorAll<HTMLElement>(
|
|
250
|
+
'[role="menuitem"]:not([aria-disabled="true"])',
|
|
251
|
+
),
|
|
252
|
+
)
|
|
253
|
+
: [],
|
|
254
|
+
[listRef],
|
|
255
|
+
);
|
|
256
|
+
const typeahead = useTypeahead({
|
|
257
|
+
getItemLabels: () => getMenuItems().map(el => el.textContent),
|
|
258
|
+
onMatch: focusItem,
|
|
259
|
+
getCurrentIndex: () =>
|
|
260
|
+
getMenuItems().findIndex(
|
|
261
|
+
el =>
|
|
262
|
+
el === document.activeElement || el.contains(document.activeElement),
|
|
263
|
+
),
|
|
264
|
+
});
|
|
265
|
+
|
|
221
266
|
// Dismiss on any click outside the menu. We use popover="manual" (not
|
|
222
267
|
// "auto") because the native light-dismiss treats the mouseup from the
|
|
223
268
|
// opening right-click as a dismiss event. Handling it ourselves via
|
|
@@ -238,6 +283,30 @@ export function ContextMenu({
|
|
|
238
283
|
};
|
|
239
284
|
}, [isOpen, closeMenu, listRef]);
|
|
240
285
|
|
|
286
|
+
// Dismiss on Escape from anywhere while open. The menu div's own onKeyDown
|
|
287
|
+
// only fires when focus is inside the menu; a document-level listener is
|
|
288
|
+
// kept as a reliable fallback Escape path (e.g. if focus has moved out of
|
|
289
|
+
// the menu). Guards against IME composition-cancel.
|
|
290
|
+
useEffect(() => {
|
|
291
|
+
if (!isOpen) {
|
|
292
|
+
return;
|
|
293
|
+
}
|
|
294
|
+
const handleEscape = (e: KeyboardEvent) => {
|
|
295
|
+
if (e.key !== 'Escape') {
|
|
296
|
+
return;
|
|
297
|
+
}
|
|
298
|
+
if (e.isComposing || e.keyCode === 229) {
|
|
299
|
+
return;
|
|
300
|
+
}
|
|
301
|
+
e.preventDefault();
|
|
302
|
+
closeMenu();
|
|
303
|
+
};
|
|
304
|
+
document.addEventListener('keydown', handleEscape);
|
|
305
|
+
return () => {
|
|
306
|
+
document.removeEventListener('keydown', handleEscape);
|
|
307
|
+
};
|
|
308
|
+
}, [isOpen, closeMenu]);
|
|
309
|
+
|
|
241
310
|
const listKeyDown = useCallback(
|
|
242
311
|
(e: React.KeyboardEvent) => {
|
|
243
312
|
if (e.key === 'Enter' || e.key === ' ') {
|
|
@@ -248,9 +317,13 @@ export function ContextMenu({
|
|
|
248
317
|
}
|
|
249
318
|
return;
|
|
250
319
|
}
|
|
320
|
+
if (typeahead.onKeyDown(e)) {
|
|
321
|
+
e.preventDefault();
|
|
322
|
+
return;
|
|
323
|
+
}
|
|
251
324
|
listNavKeyDown(e);
|
|
252
325
|
},
|
|
253
|
-
[listNavKeyDown],
|
|
326
|
+
[listNavKeyDown, typeahead],
|
|
254
327
|
);
|
|
255
328
|
|
|
256
329
|
const handleContextMenu = useCallback(
|
|
@@ -259,15 +332,46 @@ export function ContextMenu({
|
|
|
259
332
|
return;
|
|
260
333
|
}
|
|
261
334
|
e.preventDefault();
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
335
|
+
// A keyboard-initiated contextmenu (Shift+F10 / the Menu key) fires a
|
|
336
|
+
// `contextmenu` event whose coordinates are (0, 0) in several browsers.
|
|
337
|
+
// Detect that and anchor the menu to the trigger's box instead, so the
|
|
338
|
+
// menu is reachable without a pointer (menus-8).
|
|
339
|
+
const isKeyboardInvoked =
|
|
340
|
+
e.clientX === 0 && e.clientY === 0 && e.detail === 0;
|
|
341
|
+
if (isKeyboardInvoked && e.currentTarget instanceof HTMLElement) {
|
|
342
|
+
const rect = e.currentTarget.getBoundingClientRect();
|
|
343
|
+
positionRef.current = {x: rect.left, y: rect.bottom};
|
|
344
|
+
} else {
|
|
345
|
+
positionRef.current = {x: e.clientX, y: e.clientY};
|
|
266
346
|
}
|
|
347
|
+
// Remember the element focused before opening so we can restore it on
|
|
348
|
+
// close (Escape or outside-click), instead of dropping focus to <body>.
|
|
349
|
+
triggerFocusRef.current =
|
|
350
|
+
document.activeElement instanceof HTMLElement
|
|
351
|
+
? document.activeElement
|
|
352
|
+
: (e.currentTarget as HTMLElement);
|
|
353
|
+
layer.show();
|
|
354
|
+
requestAnimationFrame(() => focusFirst());
|
|
267
355
|
},
|
|
268
|
-
[isDisabled, layer,
|
|
356
|
+
[isDisabled, layer, focusFirst],
|
|
269
357
|
);
|
|
270
358
|
|
|
359
|
+
// Touch long-press invocation (menus-8). iOS Safari never synthesizes a
|
|
360
|
+
// `contextmenu` event on long-press, so a context menu is otherwise
|
|
361
|
+
// unreachable on touch. Open the menu at the touch point once the press is
|
|
362
|
+
// held long enough (see useLongPress for timer/move-cancel/cleanup logic).
|
|
363
|
+
const longPressHandlers = useLongPress({
|
|
364
|
+
disabled: isDisabled,
|
|
365
|
+
onLongPress: useCallback(
|
|
366
|
+
(point: {x: number; y: number}) => {
|
|
367
|
+
positionRef.current = {x: point.x, y: point.y};
|
|
368
|
+
layer.show();
|
|
369
|
+
requestAnimationFrame(() => focusFirst());
|
|
370
|
+
},
|
|
371
|
+
[layer, focusFirst],
|
|
372
|
+
),
|
|
373
|
+
});
|
|
374
|
+
|
|
271
375
|
const popoverXstyle = menuWidth
|
|
272
376
|
? styles.popoverCustomWidth(menuWidth)
|
|
273
377
|
: styles.popover;
|
|
@@ -285,8 +389,16 @@ export function ContextMenu({
|
|
|
285
389
|
<div
|
|
286
390
|
ref={ref}
|
|
287
391
|
onContextMenu={handleContextMenu}
|
|
288
|
-
|
|
289
|
-
data-testid={testId}
|
|
392
|
+
{...longPressHandlers}
|
|
393
|
+
data-testid={testId}
|
|
394
|
+
{...stylex.props(
|
|
395
|
+
styles.trigger,
|
|
396
|
+
...(triggerXstyle
|
|
397
|
+
? Array.isArray(triggerXstyle)
|
|
398
|
+
? triggerXstyle
|
|
399
|
+
: [triggerXstyle]
|
|
400
|
+
: []),
|
|
401
|
+
)}>
|
|
290
402
|
{children}
|
|
291
403
|
</div>
|
|
292
404
|
|
|
@@ -295,6 +407,7 @@ export function ContextMenu({
|
|
|
295
407
|
ref={listRef}
|
|
296
408
|
id={menuId}
|
|
297
409
|
role="menu"
|
|
410
|
+
aria-label={label}
|
|
298
411
|
onKeyDown={listKeyDown}
|
|
299
412
|
{...mergeProps(
|
|
300
413
|
themeProps('context-menu'),
|
|
@@ -7,7 +7,15 @@ export const docs = {
|
|
|
7
7
|
displayName: 'Date Input',
|
|
8
8
|
group: 'DateInput',
|
|
9
9
|
category: 'Data Input',
|
|
10
|
-
keywords: [
|
|
10
|
+
keywords: [
|
|
11
|
+
'dateinput',
|
|
12
|
+
'datepicker',
|
|
13
|
+
'datefield',
|
|
14
|
+
'calendar',
|
|
15
|
+
'dateselect',
|
|
16
|
+
'dateentry',
|
|
17
|
+
'datechooser',
|
|
18
|
+
],
|
|
11
19
|
props: [
|
|
12
20
|
{
|
|
13
21
|
name: 'label',
|
|
@@ -44,6 +52,12 @@ export const docs = {
|
|
|
44
52
|
description: 'Disable the input and calendar.',
|
|
45
53
|
default: 'false',
|
|
46
54
|
},
|
|
55
|
+
{
|
|
56
|
+
name: 'disabledMessage',
|
|
57
|
+
type: 'string',
|
|
58
|
+
description:
|
|
59
|
+
'Explains why the input is disabled. With isDisabled, shows a tooltip on hover/keyboard focus and keeps the field focusable via aria-disabled (activation stays blocked). Use this instead of wrapping a disabled DateInput in Tooltip. Disabled controls swallow the hover events an external Tooltip needs.',
|
|
60
|
+
},
|
|
47
61
|
{
|
|
48
62
|
name: 'value',
|
|
49
63
|
type: 'ISODateString',
|
|
@@ -57,12 +71,14 @@ export const docs = {
|
|
|
57
71
|
{
|
|
58
72
|
name: 'changeAction',
|
|
59
73
|
type: '(value: ISODateString | undefined) => void | Promise<void>',
|
|
60
|
-
description:
|
|
74
|
+
description:
|
|
75
|
+
'Async action fired after onChange. Drives optimistic UI updates via useTransition.',
|
|
61
76
|
},
|
|
62
77
|
{
|
|
63
78
|
name: 'isLoading',
|
|
64
79
|
type: 'boolean',
|
|
65
|
-
description:
|
|
80
|
+
description:
|
|
81
|
+
'Whether the input is in a loading state. Disables interaction and shows a spinner.',
|
|
66
82
|
default: 'false',
|
|
67
83
|
},
|
|
68
84
|
{
|
|
@@ -102,7 +118,8 @@ export const docs = {
|
|
|
102
118
|
{
|
|
103
119
|
name: 'labelTooltip',
|
|
104
120
|
type: 'string',
|
|
105
|
-
description:
|
|
121
|
+
description:
|
|
122
|
+
'Tooltip text displayed via an info icon at the end of the label.',
|
|
106
123
|
},
|
|
107
124
|
{
|
|
108
125
|
name: 'hasClear',
|
|
@@ -131,23 +148,90 @@ export const docs = {
|
|
|
131
148
|
],
|
|
132
149
|
},
|
|
133
150
|
usage: {
|
|
134
|
-
description:
|
|
151
|
+
description:
|
|
152
|
+
'DateInput lets the user type or pick a date from a calendar popover. Use it for scheduling, deadlines, booking dates, or any form field that needs a specific calendar date.',
|
|
135
153
|
bestPractices: [
|
|
136
|
-
{
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
{
|
|
142
|
-
|
|
154
|
+
{
|
|
155
|
+
guidance: true,
|
|
156
|
+
description:
|
|
157
|
+
'Provide clear labels and descriptions so users understand what date is expected.',
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
guidance: true,
|
|
161
|
+
description:
|
|
162
|
+
'Use min, max, and dateConstraints to restrict selectable dates to valid ranges.',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
guidance: true,
|
|
166
|
+
description:
|
|
167
|
+
'Use hasClear when the date is optional so the user can reset it.',
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
guidance: true,
|
|
171
|
+
description:
|
|
172
|
+
'Show a loading state with changeAction when the date triggers a server-side save.',
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
guidance: true,
|
|
176
|
+
description:
|
|
177
|
+
'Use DateInput inside InputGroup when adding a short static prefix or suffix, such as a due-date hint.',
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
guidance: false,
|
|
181
|
+
description:
|
|
182
|
+
'Use a DateInput for free-form text that does not represent a calendar date.',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
guidance: false,
|
|
186
|
+
description:
|
|
187
|
+
'Hide the label without surrounding context that makes the field purpose obvious.',
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
guidance: false,
|
|
191
|
+
description:
|
|
192
|
+
'Rely on the calendar alone; the text input lets users type dates directly, which is faster for known dates.',
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
guidance: false,
|
|
196
|
+
description:
|
|
197
|
+
'Wrap a disabled DateInput in Tooltip to explain why it is disabled; disabled triggers swallow the hover events the wrapper needs. Use the disabledMessage prop instead.',
|
|
198
|
+
},
|
|
143
199
|
],
|
|
144
200
|
anatomy: [
|
|
145
|
-
{
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
{
|
|
201
|
+
{
|
|
202
|
+
name: 'Label',
|
|
203
|
+
required: true,
|
|
204
|
+
description: 'Text above the input describing what date is expected.',
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
name: 'Text input',
|
|
208
|
+
required: true,
|
|
209
|
+
description:
|
|
210
|
+
'A field where the user can type a date directly. Parses common formats like MM/DD/YYYY.',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
name: 'Calendar icon',
|
|
214
|
+
required: true,
|
|
215
|
+
description:
|
|
216
|
+
'A button that opens the calendar popover for visual date picking.',
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
name: 'Calendar popover',
|
|
220
|
+
required: false,
|
|
221
|
+
description:
|
|
222
|
+
'A month grid that appears when the icon is clicked or the input is focused.',
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
name: 'Clear button',
|
|
226
|
+
required: false,
|
|
227
|
+
description:
|
|
228
|
+
'A × button that resets the date value. Shown when hasClear is true and a date is set.',
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
name: 'Status message',
|
|
232
|
+
required: false,
|
|
233
|
+
description: 'An error, warning, or success message below the input.',
|
|
234
|
+
},
|
|
151
235
|
],
|
|
152
236
|
},
|
|
153
237
|
};
|
|
@@ -157,40 +241,153 @@ export const docsZh = {
|
|
|
157
241
|
name: 'DateInput',
|
|
158
242
|
displayName: 'Date Input',
|
|
159
243
|
usage: {
|
|
160
|
-
description:
|
|
244
|
+
description:
|
|
245
|
+
'DateInput lets the user type or pick a date from a calendar popover. Use it for scheduling, deadlines, booking dates, or any form field that needs a specific calendar date.',
|
|
161
246
|
bestPractices: [
|
|
162
|
-
{
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
{
|
|
168
|
-
|
|
247
|
+
{
|
|
248
|
+
guidance: true,
|
|
249
|
+
description:
|
|
250
|
+
'Provide clear labels and descriptions so users understand what date is expected.',
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
guidance: true,
|
|
254
|
+
description:
|
|
255
|
+
'Use min, max, and dateConstraints to restrict selectable dates to valid ranges.',
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
guidance: true,
|
|
259
|
+
description:
|
|
260
|
+
'Use hasClear when the date is optional so the user can reset it.',
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
guidance: true,
|
|
264
|
+
description:
|
|
265
|
+
'Show a loading state with changeAction when the date triggers a server-side save.',
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
guidance: false,
|
|
269
|
+
description:
|
|
270
|
+
'Use a DateInput for free-form text that does not represent a calendar date.',
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
guidance: false,
|
|
274
|
+
description:
|
|
275
|
+
'Hide the label without surrounding context that makes the field purpose obvious.',
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
guidance: false,
|
|
279
|
+
description:
|
|
280
|
+
'Rely on the calendar alone; the text input lets users type dates directly, which is faster for known dates.',
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
guidance: false,
|
|
284
|
+
description:
|
|
285
|
+
'Wrap a disabled DateInput in Tooltip to explain why it is disabled; disabled triggers swallow the hover events the wrapper needs. Use the disabledMessage prop instead.',
|
|
286
|
+
},
|
|
169
287
|
],
|
|
170
288
|
},
|
|
171
289
|
props: [
|
|
172
290
|
{name: 'label', type: 'string', description: '标签文本。', required: true},
|
|
173
|
-
{
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
{
|
|
291
|
+
{
|
|
292
|
+
name: 'isLabelHidden',
|
|
293
|
+
type: 'boolean',
|
|
294
|
+
description: '视觉隐藏标签。',
|
|
295
|
+
default: 'false',
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
name: 'description',
|
|
299
|
+
type: 'string',
|
|
300
|
+
description: '显示在标签下方的辅助文本。',
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
name: 'isOptional',
|
|
304
|
+
type: 'boolean',
|
|
305
|
+
description: '在标签旁显示"(optional)"指示器。',
|
|
306
|
+
default: 'false',
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
name: 'isRequired',
|
|
310
|
+
type: 'boolean',
|
|
311
|
+
description: '将字段标记为必填。',
|
|
312
|
+
default: 'false',
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
name: 'isDisabled',
|
|
316
|
+
type: 'boolean',
|
|
317
|
+
description: '禁用输入框和日历。',
|
|
318
|
+
default: 'false',
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
name: 'disabledMessage',
|
|
322
|
+
type: 'string',
|
|
323
|
+
description:
|
|
324
|
+
'说明输入框为何被禁用。与 isDisabled 一起使用时,在悬停/键盘聚焦时显示提示,并通过 aria-disabled 保持输入框可聚焦(仍阻止输入和激活)。请使用此属性,而不是用 Tooltip 包裹已禁用的 DateInput。',
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
name: 'value',
|
|
328
|
+
type: 'ISODateString',
|
|
329
|
+
description: '选中的日期,YYYY-MM-DD 格式。',
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
name: 'onChange',
|
|
333
|
+
type: '(value: ISODateString | undefined) => void',
|
|
334
|
+
description: '选中日期变更时调用的回调。',
|
|
335
|
+
},
|
|
180
336
|
{
|
|
181
337
|
name: 'changeAction',
|
|
182
338
|
type: '(value: ISODateString | undefined) => void | Promise<void>',
|
|
183
|
-
description:
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
{
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
{
|
|
193
|
-
|
|
339
|
+
description:
|
|
340
|
+
'在 onChange 之后触发的异步操作。通过 useTransition 驱动乐观更新。',
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
name: 'isLoading',
|
|
344
|
+
type: 'boolean',
|
|
345
|
+
description: '输入框是否处于加载状态。禁用交互并显示加载指示器。',
|
|
346
|
+
default: 'false',
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
name: 'min',
|
|
350
|
+
type: 'ISODateString',
|
|
351
|
+
description: '可选择的最早日期(YYYY-MM-DD)。',
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
name: 'max',
|
|
355
|
+
type: 'ISODateString',
|
|
356
|
+
description: '可选择的最晚日期(YYYY-MM-DD)。',
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
name: 'dateConstraints',
|
|
360
|
+
type: 'Array<(date: Date) => boolean>',
|
|
361
|
+
description: '自定义约束函数数组,用于禁用特定日期。',
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
name: 'placeholder',
|
|
365
|
+
type: 'string',
|
|
366
|
+
description: '文本输入框中显示的占位符文本。',
|
|
367
|
+
default: "'Select a date'",
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
name: 'size',
|
|
371
|
+
type: "'sm' | 'md' | 'lg'",
|
|
372
|
+
description: '输入控件的尺寸。',
|
|
373
|
+
default: "'md'",
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
name: 'status',
|
|
377
|
+
type: 'InputStatus',
|
|
378
|
+
description: '错误、警告或成功状态的状态指示对象,附带消息。',
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
name: 'labelTooltip',
|
|
382
|
+
type: 'string',
|
|
383
|
+
description: '通过标签末尾的信息图标显示的提示文本。',
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
name: 'numberOfMonths',
|
|
387
|
+
type: '1 | 2',
|
|
388
|
+
description: '日历弹出层中同时显示的月份数量。',
|
|
389
|
+
default: '1',
|
|
390
|
+
},
|
|
194
391
|
{
|
|
195
392
|
name: 'xstyle',
|
|
196
393
|
type: 'StyleXStyles',
|
|
@@ -202,10 +399,7 @@ export const docsZh = {
|
|
|
202
399
|
targets: [
|
|
203
400
|
{
|
|
204
401
|
className: 'astryx-date-input',
|
|
205
|
-
visualProps: [
|
|
206
|
-
'size',
|
|
207
|
-
'status',
|
|
208
|
-
],
|
|
402
|
+
visualProps: ['size', 'status'],
|
|
209
403
|
},
|
|
210
404
|
],
|
|
211
405
|
},
|
|
@@ -215,15 +409,49 @@ export const docsZh = {
|
|
|
215
409
|
export const docsDense = {
|
|
216
410
|
description: 'text input w/ calendar popover for picking a date',
|
|
217
411
|
usage: {
|
|
218
|
-
description:
|
|
412
|
+
description:
|
|
413
|
+
'DateInput lets the user type or pick a date from a calendar popover. Use for scheduling, deadlines, booking dates, or any form field needing a calendar date.',
|
|
219
414
|
bestPractices: [
|
|
220
|
-
{
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
{
|
|
226
|
-
|
|
415
|
+
{
|
|
416
|
+
guidance: true,
|
|
417
|
+
description:
|
|
418
|
+
'Provide clear labels + descriptions so users understand what date is expected.',
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
guidance: true,
|
|
422
|
+
description:
|
|
423
|
+
'Use min, max, and dateConstraints to restrict selectable dates to valid ranges.',
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
guidance: true,
|
|
427
|
+
description:
|
|
428
|
+
'Use hasClear when the date is optional so the user can reset it.',
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
guidance: true,
|
|
432
|
+
description:
|
|
433
|
+
'Show a loading state with changeAction when the date triggers a server-side save.',
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
guidance: false,
|
|
437
|
+
description:
|
|
438
|
+
'Use a DateInput for free-form text that does not represent a calendar date.',
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
guidance: false,
|
|
442
|
+
description:
|
|
443
|
+
'Hide the label without surrounding context that makes the field purpose obvious.',
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
guidance: false,
|
|
447
|
+
description:
|
|
448
|
+
'Rely on the calendar alone; the text input lets users type dates directly, which is faster for known dates.',
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
guidance: false,
|
|
452
|
+
description:
|
|
453
|
+
'Wrap a disabled DateInput in Tooltip to explain why it is disabled; disabled triggers swallow the hover events the wrapper needs. Use the disabledMessage prop instead.',
|
|
454
|
+
},
|
|
227
455
|
],
|
|
228
456
|
},
|
|
229
457
|
propDescriptions: {
|
|
@@ -233,6 +461,8 @@ export const docsDense = {
|
|
|
233
461
|
isOptional: 'show "(optional)" indicator',
|
|
234
462
|
isRequired: 'mark field required',
|
|
235
463
|
isDisabled: 'disable input+calendar',
|
|
464
|
+
disabledMessage:
|
|
465
|
+
'reason shown in a tooltip on hover/focus when disabled; keeps field focusable via aria-disabled',
|
|
236
466
|
value: 'selected date YYYY-MM-DD',
|
|
237
467
|
onChange: 'callback on date change',
|
|
238
468
|
changeAction: 'async action after onChange; drives optimistic UI',
|