@proyecto-viviana/solidaria 0.2.8 → 0.3.0
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/README.md +31 -236
- package/dist/actiongroup/createActionGroup.d.ts +5 -5
- package/dist/actiongroup/createActionGroup.d.ts.map +1 -1
- package/dist/actiongroup/index.d.ts +1 -1
- package/dist/autocomplete/createAutocomplete.d.ts +10 -10
- package/dist/autocomplete/createAutocomplete.d.ts.map +1 -1
- package/dist/autocomplete/index.d.ts +1 -1
- package/dist/autocomplete/index.d.ts.map +1 -1
- package/dist/breadcrumbs/createBreadcrumbs.d.ts +9 -7
- package/dist/breadcrumbs/createBreadcrumbs.d.ts.map +1 -1
- package/dist/breadcrumbs/index.d.ts +1 -1
- package/dist/button/createButton.d.ts +1 -1
- package/dist/button/createButton.d.ts.map +1 -1
- package/dist/button/createToggleButton.d.ts +3 -3
- package/dist/button/createToggleButtonGroup.d.ts +7 -7
- package/dist/button/createToggleButtonGroup.d.ts.map +1 -1
- package/dist/button/index.d.ts +6 -6
- package/dist/button/index.d.ts.map +1 -1
- package/dist/button/types.d.ts +18 -12
- package/dist/button/types.d.ts.map +1 -1
- package/dist/calendar/createCalendar.d.ts +15 -5
- package/dist/calendar/createCalendar.d.ts.map +1 -1
- package/dist/calendar/createCalendarCell.d.ts +6 -2
- package/dist/calendar/createCalendarCell.d.ts.map +1 -1
- package/dist/calendar/createCalendarGrid.d.ts +4 -4
- package/dist/calendar/createCalendarGrid.d.ts.map +1 -1
- package/dist/calendar/createRangeCalendar.d.ts +15 -5
- package/dist/calendar/createRangeCalendar.d.ts.map +1 -1
- package/dist/calendar/createRangeCalendarCell.d.ts +4 -2
- package/dist/calendar/createRangeCalendarCell.d.ts.map +1 -1
- package/dist/calendar/index.d.ts +5 -5
- package/dist/calendar/index.d.ts.map +1 -1
- package/dist/calendar/intl/index.d.ts +12 -0
- package/dist/calendar/intl/index.d.ts.map +1 -0
- package/dist/calendar/utils.d.ts +12 -0
- package/dist/calendar/utils.d.ts.map +1 -0
- package/dist/checkbox/createCheckbox.d.ts +6 -6
- package/dist/checkbox/createCheckbox.d.ts.map +1 -1
- package/dist/checkbox/createCheckboxGroup.d.ts +7 -7
- package/dist/checkbox/createCheckboxGroup.d.ts.map +1 -1
- package/dist/checkbox/createCheckboxGroupItem.d.ts +4 -4
- package/dist/checkbox/createCheckboxGroupItem.d.ts.map +1 -1
- package/dist/checkbox/createCheckboxGroupState.d.ts +2 -2
- package/dist/checkbox/createCheckboxGroupState.d.ts.map +1 -1
- package/dist/checkbox/index.d.ts +8 -8
- package/dist/checkbox/index.d.ts.map +1 -1
- package/dist/collections/index.d.ts +3 -3
- package/dist/collections/index.d.ts.map +1 -1
- package/dist/color/createColorArea.d.ts +3 -3
- package/dist/color/createColorArea.d.ts.map +1 -1
- package/dist/color/createColorField.d.ts +4 -4
- package/dist/color/createColorField.d.ts.map +1 -1
- package/dist/color/createColorSlider.d.ts +4 -4
- package/dist/color/createColorSlider.d.ts.map +1 -1
- package/dist/color/createColorSwatch.d.ts +2 -2
- package/dist/color/createColorSwatch.d.ts.map +1 -1
- package/dist/color/createColorWheel.d.ts +3 -3
- package/dist/color/createColorWheel.d.ts.map +1 -1
- package/dist/color/index.d.ts +6 -6
- package/dist/color/types.d.ts +98 -16
- package/dist/color/types.d.ts.map +1 -1
- package/dist/combobox/createComboBox.d.ts +10 -7
- package/dist/combobox/createComboBox.d.ts.map +1 -1
- package/dist/combobox/index.d.ts +1 -1
- package/dist/combobox/intl/index.d.ts +1 -1
- package/dist/datepicker/createDateField.d.ts +18 -6
- package/dist/datepicker/createDateField.d.ts.map +1 -1
- package/dist/datepicker/createDatePicker.d.ts +51 -5
- package/dist/datepicker/createDatePicker.d.ts.map +1 -1
- package/dist/datepicker/createDatePickerGroup.d.ts +19 -0
- package/dist/datepicker/createDatePickerGroup.d.ts.map +1 -0
- package/dist/datepicker/createDateRangePicker.d.ts +8 -6
- package/dist/datepicker/createDateRangePicker.d.ts.map +1 -1
- package/dist/datepicker/createDateSegment.d.ts +10 -2
- package/dist/datepicker/createDateSegment.d.ts.map +1 -1
- package/dist/datepicker/createTimeField.d.ts +11 -5
- package/dist/datepicker/createTimeField.d.ts.map +1 -1
- package/dist/datepicker/createTimeSegment.d.ts +2 -2
- package/dist/datepicker/createTimeSegment.d.ts.map +1 -1
- package/dist/datepicker/index.d.ts +7 -6
- package/dist/datepicker/index.d.ts.map +1 -1
- package/dist/dialog/createDialog.d.ts +5 -5
- package/dist/dialog/createDialog.d.ts.map +1 -1
- package/dist/dialog/index.d.ts +2 -2
- package/dist/dialog/index.d.ts.map +1 -1
- package/dist/dialog/types.d.ts +4 -4
- package/dist/disclosure/createDisclosure.d.ts +5 -2
- package/dist/disclosure/createDisclosure.d.ts.map +1 -1
- package/dist/disclosure/createDisclosureGroup.d.ts +4 -4
- package/dist/disclosure/createDisclosureGroup.d.ts.map +1 -1
- package/dist/disclosure/index.d.ts +2 -2
- package/dist/dnd/createDrag.d.ts +2 -2
- package/dist/dnd/createDrag.d.ts.map +1 -1
- package/dist/dnd/createDraggableCollection.d.ts +2 -2
- package/dist/dnd/createDraggableItem.d.ts +3 -3
- package/dist/dnd/createDraggableItem.d.ts.map +1 -1
- package/dist/dnd/createDrop.d.ts +2 -2
- package/dist/dnd/createDrop.d.ts.map +1 -1
- package/dist/dnd/createDroppableCollection.d.ts +26 -6
- package/dist/dnd/createDroppableCollection.d.ts.map +1 -1
- package/dist/dnd/createDroppableItem.d.ts +3 -3
- package/dist/dnd/index.d.ts +12 -12
- package/dist/dnd/index.d.ts.map +1 -1
- package/dist/dnd/types.d.ts +2 -2
- package/dist/dnd/types.d.ts.map +1 -1
- package/dist/dnd/utils.d.ts +1 -1
- package/dist/dnd/utils.d.ts.map +1 -1
- package/dist/focus/FocusScope.d.ts +1 -1
- package/dist/focus/FocusScope.d.ts.map +1 -1
- package/dist/focus/createAutoFocus.d.ts.map +1 -1
- package/dist/focus/createFocusRestore.d.ts.map +1 -1
- package/dist/focus/createVirtualFocus.d.ts +4 -4
- package/dist/focus/createVirtualFocus.d.ts.map +1 -1
- package/dist/focus/index.d.ts +4 -4
- package/dist/focus/index.d.ts.map +1 -1
- package/dist/form/createFormReset.d.ts +1 -1
- package/dist/form/createFormValidation.d.ts +3 -3
- package/dist/form/createFormValidation.d.ts.map +1 -1
- package/dist/form/index.d.ts +2 -2
- package/dist/form/index.d.ts.map +1 -1
- package/dist/grid/GridKeyboardDelegate.d.ts +5 -5
- package/dist/grid/createGrid.d.ts +3 -3
- package/dist/grid/createGridCell.d.ts +3 -3
- package/dist/grid/createGridRow.d.ts +3 -3
- package/dist/grid/index.d.ts +5 -5
- package/dist/grid/types.d.ts +8 -8
- package/dist/gridlist/createGridList.d.ts +6 -4
- package/dist/gridlist/createGridList.d.ts.map +1 -1
- package/dist/gridlist/createGridListItem.d.ts +4 -4
- package/dist/gridlist/createGridListItem.d.ts.map +1 -1
- package/dist/gridlist/createGridListSelectionCheckbox.d.ts +3 -3
- package/dist/gridlist/createGridListSelectionCheckbox.d.ts.map +1 -1
- package/dist/gridlist/index.d.ts +4 -4
- package/dist/gridlist/types.d.ts +11 -7
- package/dist/gridlist/types.d.ts.map +1 -1
- package/dist/i18n/createCollator.d.ts.map +1 -1
- package/dist/i18n/createDateFormatter.d.ts.map +1 -1
- package/dist/i18n/createFilter.d.ts.map +1 -1
- package/dist/i18n/createNumberFormatter.d.ts +1 -1
- package/dist/i18n/createNumberFormatter.d.ts.map +1 -1
- package/dist/i18n/createStringFormatter.d.ts +2 -2
- package/dist/i18n/createStringFormatter.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +8 -8
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/i18n/locale.d.ts +2 -2
- package/dist/i18n/locale.d.ts.map +1 -1
- package/dist/i18n/utils.d.ts.map +1 -1
- package/dist/index.d.ts +52 -51
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18012 -16820
- package/dist/index.js.map +1 -1
- package/dist/index.jsx +18242 -0
- package/dist/index.jsx.map +1 -0
- package/dist/interactions/FocusableProvider.d.ts +2 -2
- package/dist/interactions/FocusableProvider.d.ts.map +1 -1
- package/dist/interactions/PressEvent.d.ts +2 -2
- package/dist/interactions/createFocus.d.ts +1 -1
- package/dist/interactions/createFocus.d.ts.map +1 -1
- package/dist/interactions/createFocusRing.d.ts +1 -1
- package/dist/interactions/createFocusRing.d.ts.map +1 -1
- package/dist/interactions/createFocusWithin.d.ts +1 -1
- package/dist/interactions/createFocusWithin.d.ts.map +1 -1
- package/dist/interactions/createFocusable.d.ts +3 -3
- package/dist/interactions/createFocusable.d.ts.map +1 -1
- package/dist/interactions/createHover.d.ts +5 -5
- package/dist/interactions/createHover.d.ts.map +1 -1
- package/dist/interactions/createInteractionModality.d.ts +3 -3
- package/dist/interactions/createInteractionModality.d.ts.map +1 -1
- package/dist/interactions/createKeyboard.d.ts +1 -1
- package/dist/interactions/createLongPress.d.ts +5 -5
- package/dist/interactions/createMove.d.ts +5 -5
- package/dist/interactions/createMove.d.ts.map +1 -1
- package/dist/interactions/createPress.d.ts +4 -4
- package/dist/interactions/createPress.d.ts.map +1 -1
- package/dist/interactions/index.d.ts +12 -12
- package/dist/interactions/index.d.ts.map +1 -1
- package/dist/label/createField.d.ts +4 -4
- package/dist/label/createField.d.ts.map +1 -1
- package/dist/label/createLabel.d.ts +7 -7
- package/dist/label/createLabel.d.ts.map +1 -1
- package/dist/label/createLabels.d.ts +1 -1
- package/dist/label/createLabels.d.ts.map +1 -1
- package/dist/label/index.d.ts +5 -5
- package/dist/landmark/createLandmark.d.ts +5 -5
- package/dist/landmark/createLandmark.d.ts.map +1 -1
- package/dist/landmark/index.d.ts +1 -1
- package/dist/link/createLink.d.ts +14 -8
- package/dist/link/createLink.d.ts.map +1 -1
- package/dist/link/index.d.ts +1 -1
- package/dist/listbox/createListBox.d.ts +11 -6
- package/dist/listbox/createListBox.d.ts.map +1 -1
- package/dist/listbox/createOption.d.ts +21 -4
- package/dist/listbox/createOption.d.ts.map +1 -1
- package/dist/listbox/index.d.ts +2 -2
- package/dist/listbox/index.d.ts.map +1 -1
- package/dist/live-announcer/announce.d.ts +2 -2
- package/dist/live-announcer/announce.d.ts.map +1 -1
- package/dist/live-announcer/index.d.ts +1 -1
- package/dist/menu/createMenu.d.ts +7 -7
- package/dist/menu/createMenu.d.ts.map +1 -1
- package/dist/menu/createMenuItem.d.ts +16 -4
- package/dist/menu/createMenuItem.d.ts.map +1 -1
- package/dist/menu/createMenuTrigger.d.ts +4 -4
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/index.d.ts.map +1 -1
- package/dist/meter/createMeter.d.ts +6 -6
- package/dist/meter/createMeter.d.ts.map +1 -1
- package/dist/meter/index.d.ts +1 -1
- package/dist/numberfield/createNumberField.d.ts +9 -8
- package/dist/numberfield/createNumberField.d.ts.map +1 -1
- package/dist/numberfield/index.d.ts +1 -1
- package/dist/overlays/ariaHideOutside.d.ts.map +1 -1
- package/dist/overlays/createModal.d.ts +3 -3
- package/dist/overlays/createModal.d.ts.map +1 -1
- package/dist/overlays/createOverlay.d.ts +1 -1
- package/dist/overlays/createOverlay.d.ts.map +1 -1
- package/dist/overlays/createOverlayTrigger.d.ts +6 -6
- package/dist/overlays/index.d.ts +6 -6
- package/dist/overlays/index.d.ts.map +1 -1
- package/dist/popover/calculatePosition.d.ts +4 -4
- package/dist/popover/calculatePosition.d.ts.map +1 -1
- package/dist/popover/createOverlayPosition.d.ts +3 -3
- package/dist/popover/createOverlayPosition.d.ts.map +1 -1
- package/dist/popover/createPopover.d.ts +4 -4
- package/dist/popover/createPopover.d.ts.map +1 -1
- package/dist/popover/index.d.ts +3 -3
- package/dist/progress/createProgressBar.d.ts +7 -5
- package/dist/progress/createProgressBar.d.ts.map +1 -1
- package/dist/progress/index.d.ts +1 -1
- package/dist/radio/createRadio.d.ts +7 -7
- package/dist/radio/createRadio.d.ts.map +1 -1
- package/dist/radio/createRadioGroup.d.ts +10 -10
- package/dist/radio/createRadioGroup.d.ts.map +1 -1
- package/dist/radio/createRadioGroupState.d.ts +3 -3
- package/dist/radio/createRadioGroupState.d.ts.map +1 -1
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/index.d.ts.map +1 -1
- package/dist/searchfield/createSearchField.d.ts +7 -7
- package/dist/searchfield/createSearchField.d.ts.map +1 -1
- package/dist/searchfield/index.d.ts +2 -2
- package/dist/select/createHiddenSelect.d.ts +4 -4
- package/dist/select/createHiddenSelect.d.ts.map +1 -1
- package/dist/select/createSelect.d.ts +14 -6
- package/dist/select/createSelect.d.ts.map +1 -1
- package/dist/select/index.d.ts +2 -2
- package/dist/select/index.d.ts.map +1 -1
- package/dist/selection/createTypeSelect.d.ts +2 -2
- package/dist/selection/index.d.ts +1 -1
- package/dist/separator/createSeparator.d.ts +9 -5
- package/dist/separator/createSeparator.d.ts.map +1 -1
- package/dist/separator/index.d.ts +1 -1
- package/dist/slider/createSlider.d.ts +11 -7
- package/dist/slider/createSlider.d.ts.map +1 -1
- package/dist/slider/index.d.ts +2 -2
- package/dist/ssr/index.d.ts +1 -1
- package/dist/ssr/index.d.ts.map +1 -1
- package/dist/steplist/createStepList.d.ts +36 -0
- package/dist/steplist/createStepList.d.ts.map +1 -0
- package/dist/steplist/index.d.ts +2 -0
- package/dist/steplist/index.d.ts.map +1 -0
- package/dist/switch/createSwitch.d.ts +6 -4
- package/dist/switch/createSwitch.d.ts.map +1 -1
- package/dist/switch/index.d.ts +1 -1
- package/dist/table/createTable.d.ts +3 -3
- package/dist/table/createTable.d.ts.map +1 -1
- package/dist/table/createTableCell.d.ts +3 -3
- package/dist/table/createTableCell.d.ts.map +1 -1
- package/dist/table/createTableColumnHeader.d.ts +3 -3
- package/dist/table/createTableColumnHeader.d.ts.map +1 -1
- package/dist/table/createTableColumnResize.d.ts +41 -0
- package/dist/table/createTableColumnResize.d.ts.map +1 -0
- package/dist/table/createTableHeaderRow.d.ts +3 -3
- package/dist/table/createTableRow.d.ts +3 -3
- package/dist/table/createTableRow.d.ts.map +1 -1
- package/dist/table/createTableRowGroup.d.ts +2 -2
- package/dist/table/createTableRowGroup.d.ts.map +1 -1
- package/dist/table/createTableSelectAllCheckbox.d.ts +3 -3
- package/dist/table/createTableSelectAllCheckbox.d.ts.map +1 -1
- package/dist/table/createTableSelectionCheckbox.d.ts +3 -3
- package/dist/table/index.d.ts +11 -9
- package/dist/table/index.d.ts.map +1 -1
- package/dist/table/types.d.ts +15 -7
- package/dist/table/types.d.ts.map +1 -1
- package/dist/tabs/createTabs.d.ts +28 -25
- package/dist/tabs/createTabs.d.ts.map +1 -1
- package/dist/tabs/index.d.ts +1 -1
- package/dist/tag/createTag.d.ts +2 -2
- package/dist/tag/createTag.d.ts.map +1 -1
- package/dist/tag/createTagGroup.d.ts +5 -5
- package/dist/tag/createTagGroup.d.ts.map +1 -1
- package/dist/tag/index.d.ts +2 -2
- package/dist/tag/index.d.ts.map +1 -1
- package/dist/textfield/createTextField.d.ts +17 -11
- package/dist/textfield/createTextField.d.ts.map +1 -1
- package/dist/textfield/index.d.ts +1 -1
- package/dist/textfield/index.d.ts.map +1 -1
- package/dist/toast/createToast.d.ts +2 -2
- package/dist/toast/createToast.d.ts.map +1 -1
- package/dist/toast/createToastRegion.d.ts +5 -3
- package/dist/toast/createToastRegion.d.ts.map +1 -1
- package/dist/toast/index.d.ts +2 -2
- package/dist/toast/index.d.ts.map +1 -1
- package/dist/toggle/createToggle.d.ts +9 -9
- package/dist/toggle/createToggle.d.ts.map +1 -1
- package/dist/toggle/createToggleState.d.ts +2 -2
- package/dist/toggle/createToggleState.d.ts.map +1 -1
- package/dist/toggle/index.d.ts +4 -4
- package/dist/toggle/index.d.ts.map +1 -1
- package/dist/toolbar/createToolbar.d.ts +9 -9
- package/dist/toolbar/createToolbar.d.ts.map +1 -1
- package/dist/toolbar/index.d.ts +1 -1
- package/dist/toolbar/index.d.ts.map +1 -1
- package/dist/tooltip/createTooltip.d.ts +5 -5
- package/dist/tooltip/createTooltip.d.ts.map +1 -1
- package/dist/tooltip/createTooltipTrigger.d.ts +10 -5
- package/dist/tooltip/createTooltipTrigger.d.ts.map +1 -1
- package/dist/tooltip/index.d.ts +2 -2
- package/dist/tree/createTree.d.ts +3 -3
- package/dist/tree/createTree.d.ts.map +1 -1
- package/dist/tree/createTreeItem.d.ts +4 -4
- package/dist/tree/createTreeItem.d.ts.map +1 -1
- package/dist/tree/createTreeSelectionCheckbox.d.ts +3 -3
- package/dist/tree/createTreeSelectionCheckbox.d.ts.map +1 -1
- package/dist/tree/index.d.ts +4 -4
- package/dist/tree/types.d.ts +10 -6
- package/dist/tree/types.d.ts.map +1 -1
- package/dist/utils/createDescription.d.ts +2 -2
- package/dist/utils/createDescription.d.ts.map +1 -1
- package/dist/utils/dom.d.ts.map +1 -1
- package/dist/utils/env.d.ts.map +1 -1
- package/dist/utils/focus.d.ts +1 -1
- package/dist/utils/focus.d.ts.map +1 -1
- package/dist/utils/geometry.d.ts.map +1 -1
- package/dist/utils/index.d.ts +12 -12
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/mergeProps.d.ts.map +1 -1
- package/dist/utils/reactivity.d.ts +1 -1
- package/dist/visually-hidden/createVisuallyHidden.d.ts +2 -2
- package/dist/visually-hidden/createVisuallyHidden.d.ts.map +1 -1
- package/dist/visually-hidden/index.d.ts +1 -1
- package/package.json +32 -32
- package/src/actiongroup/createActionGroup.ts +101 -91
- package/src/actiongroup/index.ts +1 -1
- package/src/autocomplete/createAutocomplete.ts +117 -134
- package/src/autocomplete/index.ts +1 -1
- package/src/breadcrumbs/createBreadcrumbs.ts +33 -42
- package/src/breadcrumbs/index.ts +1 -1
- package/src/button/createButton.ts +102 -73
- package/src/button/createToggleButton.ts +10 -10
- package/src/button/createToggleButtonGroup.ts +25 -32
- package/src/button/index.ts +6 -9
- package/src/button/types.ts +18 -12
- package/src/calendar/createCalendar.ts +62 -29
- package/src/calendar/createCalendarCell.ts +98 -46
- package/src/calendar/createCalendarGrid.ts +57 -35
- package/src/calendar/createRangeCalendar.ts +66 -31
- package/src/calendar/createRangeCalendarCell.ts +92 -31
- package/src/calendar/index.ts +5 -9
- package/src/calendar/intl/index.ts +210 -0
- package/src/calendar/utils.ts +227 -0
- package/src/checkbox/createCheckbox.ts +13 -21
- package/src/checkbox/createCheckboxGroup.ts +68 -44
- package/src/checkbox/createCheckboxGroupItem.ts +16 -27
- package/src/checkbox/createCheckboxGroupState.ts +3 -22
- package/src/checkbox/index.ts +8 -10
- package/src/collections/index.ts +33 -29
- package/src/color/createColorArea.ts +232 -154
- package/src/color/createColorField.ts +107 -58
- package/src/color/createColorSlider.ts +231 -73
- package/src/color/createColorSwatch.ts +38 -13
- package/src/color/createColorWheel.ts +208 -83
- package/src/color/index.ts +6 -6
- package/src/color/types.ts +98 -16
- package/src/combobox/createComboBox.ts +157 -100
- package/src/combobox/index.ts +1 -1
- package/src/combobox/intl/index.ts +5 -5
- package/src/datepicker/createDateField.ts +192 -39
- package/src/datepicker/createDatePicker.ts +260 -67
- package/src/datepicker/createDatePickerGroup.ts +149 -0
- package/src/datepicker/createDateRangePicker.ts +105 -57
- package/src/datepicker/createDateSegment.ts +183 -96
- package/src/datepicker/createTimeField.ts +38 -34
- package/src/datepicker/createTimeSegment.ts +67 -85
- package/src/datepicker/index.ts +13 -14
- package/src/dialog/createDialog.ts +45 -38
- package/src/dialog/index.ts +2 -2
- package/src/dialog/types.ts +4 -4
- package/src/disclosure/createDisclosure.ts +138 -33
- package/src/disclosure/createDisclosureGroup.ts +8 -21
- package/src/disclosure/index.ts +2 -2
- package/src/dnd/createDrag.ts +19 -25
- package/src/dnd/createDraggableCollection.ts +4 -4
- package/src/dnd/createDraggableItem.ts +20 -19
- package/src/dnd/createDrop.ts +42 -51
- package/src/dnd/createDroppableCollection.ts +290 -173
- package/src/dnd/createDroppableItem.ts +34 -34
- package/src/dnd/index.ts +23 -12
- package/src/dnd/types.ts +4 -7
- package/src/dnd/utils.ts +36 -49
- package/src/focus/FocusScope.tsx +155 -164
- package/src/focus/createAutoFocus.ts +4 -20
- package/src/focus/createFocusRestore.ts +15 -28
- package/src/focus/createVirtualFocus.ts +20 -36
- package/src/focus/index.ts +4 -8
- package/src/form/createFormReset.ts +4 -4
- package/src/form/createFormValidation.ts +20 -43
- package/src/form/index.ts +2 -5
- package/src/grid/GridKeyboardDelegate.ts +30 -30
- package/src/grid/createGrid.ts +36 -36
- package/src/grid/createGridCell.ts +18 -18
- package/src/grid/createGridRow.ts +14 -14
- package/src/grid/index.ts +5 -5
- package/src/grid/types.ts +8 -8
- package/src/gridlist/createGridList.ts +34 -29
- package/src/gridlist/createGridListItem.ts +68 -23
- package/src/gridlist/createGridListSelectionCheckbox.ts +12 -9
- package/src/gridlist/index.ts +4 -4
- package/src/gridlist/types.ts +11 -7
- package/src/i18n/createCollator.ts +5 -18
- package/src/i18n/createDateFormatter.ts +5 -13
- package/src/i18n/createFilter.ts +11 -24
- package/src/i18n/createNumberFormatter.ts +4 -6
- package/src/i18n/createStringFormatter.ts +19 -15
- package/src/i18n/index.ts +8 -11
- package/src/i18n/locale.tsx +15 -40
- package/src/i18n/utils.ts +35 -39
- package/src/index.ts +68 -169
- package/src/interactions/FocusableProvider.tsx +3 -7
- package/src/interactions/PressEvent.ts +4 -4
- package/src/interactions/createFocus.ts +12 -8
- package/src/interactions/createFocusRing.ts +21 -19
- package/src/interactions/createFocusWithin.ts +20 -13
- package/src/interactions/createFocusable.ts +15 -16
- package/src/interactions/createHover.ts +70 -55
- package/src/interactions/createInteractionModality.ts +75 -82
- package/src/interactions/createKeyboard.ts +2 -2
- package/src/interactions/createLongPress.ts +23 -23
- package/src/interactions/createMove.ts +72 -62
- package/src/interactions/createPress.ts +164 -87
- package/src/interactions/index.ts +24 -16
- package/src/label/createField.ts +18 -19
- package/src/label/createLabel.ts +18 -30
- package/src/label/createLabels.ts +8 -12
- package/src/label/index.ts +5 -5
- package/src/landmark/createLandmark.ts +30 -51
- package/src/landmark/index.ts +1 -1
- package/src/link/createLink.ts +83 -56
- package/src/link/index.ts +1 -1
- package/src/listbox/createListBox.ts +69 -58
- package/src/listbox/createOption.ts +83 -37
- package/src/listbox/index.ts +2 -6
- package/src/live-announcer/announce.ts +44 -71
- package/src/live-announcer/index.ts +1 -1
- package/src/menu/createMenu.ts +79 -50
- package/src/menu/createMenuItem.ts +79 -27
- package/src/menu/createMenuTrigger.ts +15 -15
- package/src/menu/index.ts +3 -12
- package/src/meter/createMeter.ts +7 -15
- package/src/meter/index.ts +1 -1
- package/src/numberfield/createNumberField.ts +138 -81
- package/src/numberfield/index.ts +1 -1
- package/src/overlays/ariaHideOutside.ts +14 -10
- package/src/overlays/createInteractOutside.ts +21 -18
- package/src/overlays/createModal.tsx +17 -17
- package/src/overlays/createOverlay.ts +38 -8
- package/src/overlays/createOverlayTrigger.ts +16 -16
- package/src/overlays/createPreventScroll.ts +46 -24
- package/src/overlays/index.ts +6 -17
- package/src/popover/calculatePosition.ts +115 -117
- package/src/popover/createOverlayPosition.ts +46 -40
- package/src/popover/createPopover.ts +42 -17
- package/src/popover/index.ts +3 -3
- package/src/progress/createProgressBar.ts +31 -32
- package/src/progress/index.ts +1 -1
- package/src/radio/createRadio.ts +95 -73
- package/src/radio/createRadioGroup.ts +83 -77
- package/src/radio/createRadioGroupState.ts +7 -31
- package/src/radio/index.ts +3 -8
- package/src/searchfield/createSearchField.ts +57 -29
- package/src/searchfield/index.ts +2 -2
- package/src/select/createHiddenSelect.tsx +57 -44
- package/src/select/createSelect.ts +128 -71
- package/src/select/index.ts +2 -7
- package/src/selection/createTypeSelect.ts +11 -11
- package/src/selection/index.ts +1 -1
- package/src/separator/createSeparator.ts +20 -25
- package/src/separator/index.ts +1 -1
- package/src/slider/createSlider.ts +93 -124
- package/src/slider/index.ts +2 -2
- package/src/ssr/index.tsx +8 -47
- package/src/steplist/createStepList.ts +106 -0
- package/src/steplist/index.ts +8 -0
- package/src/switch/createSwitch.ts +9 -14
- package/src/switch/index.ts +1 -1
- package/src/table/createTable.ts +152 -85
- package/src/table/createTableCell.ts +17 -16
- package/src/table/createTableColumnHeader.ts +67 -20
- package/src/table/createTableColumnResize.ts +256 -0
- package/src/table/createTableHeaderRow.ts +7 -7
- package/src/table/createTableRow.ts +149 -29
- package/src/table/createTableRowGroup.ts +5 -7
- package/src/table/createTableSelectAllCheckbox.ts +12 -11
- package/src/table/createTableSelectionCheckbox.ts +8 -8
- package/src/table/index.ts +14 -9
- package/src/table/types.ts +15 -7
- package/src/tabs/createTabs.ts +74 -92
- package/src/tabs/index.ts +1 -1
- package/src/tag/createTag.ts +52 -50
- package/src/tag/createTagGroup.ts +47 -41
- package/src/tag/index.ts +2 -6
- package/src/textfield/createTextField.ts +67 -35
- package/src/textfield/index.ts +1 -5
- package/src/toast/createToast.ts +28 -26
- package/src/toast/createToastRegion.ts +169 -26
- package/src/toast/index.ts +2 -6
- package/src/toggle/createToggle.ts +95 -53
- package/src/toggle/createToggleState.ts +2 -10
- package/src/toggle/index.ts +4 -5
- package/src/toolbar/createToolbar.ts +193 -210
- package/src/toolbar/index.ts +1 -1
- package/src/tooltip/createTooltip.ts +11 -24
- package/src/tooltip/createTooltipTrigger.ts +61 -49
- package/src/tooltip/index.ts +2 -2
- package/src/tree/createTree.ts +35 -37
- package/src/tree/createTreeItem.ts +29 -29
- package/src/tree/createTreeSelectionCheckbox.ts +11 -8
- package/src/tree/index.ts +4 -4
- package/src/tree/types.ts +10 -6
- package/src/utils/createDescription.ts +6 -23
- package/src/utils/dom.ts +61 -54
- package/src/utils/env.ts +9 -11
- package/src/utils/events.ts +7 -7
- package/src/utils/filterDOMProps.ts +49 -49
- package/src/utils/focus.ts +60 -68
- package/src/utils/geometry.ts +1 -4
- package/src/utils/globalListeners.ts +9 -9
- package/src/utils/index.ts +12 -22
- package/src/utils/mergeProps.ts +42 -15
- package/src/utils/platform.ts +2 -2
- package/src/utils/reactivity.ts +3 -3
- package/src/utils/textSelection.ts +16 -16
- package/src/visually-hidden/createVisuallyHidden.ts +16 -28
- package/src/visually-hidden/index.ts +1 -1
- package/dist/i18n/NumberFormatter.d.ts +0 -43
- package/dist/i18n/NumberFormatter.d.ts.map +0 -1
- package/dist/index.ssr.js +0 -17082
- package/dist/index.ssr.js.map +0 -1
- package/src/i18n/NumberFormatter.ts +0 -266
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* createGridCell - Provides accessibility for a grid cell.
|
|
3
3
|
* Based on @react-aria/grid/useGridCell.
|
|
4
4
|
*/
|
|
5
|
-
import { type Accessor } from
|
|
6
|
-
import type { GridState, GridCollection } from
|
|
7
|
-
import type { GridCellProps, GridCellAria } from
|
|
5
|
+
import { type Accessor } from "solid-js";
|
|
6
|
+
import type { GridState, GridCollection } from "@proyecto-viviana/solid-stately";
|
|
7
|
+
import type { GridCellProps, GridCellAria } from "./types";
|
|
8
8
|
/**
|
|
9
9
|
* Creates accessibility props for a grid cell.
|
|
10
10
|
*/
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* createGridRow - Provides accessibility for a grid row.
|
|
3
3
|
* Based on @react-aria/grid/useGridRow.
|
|
4
4
|
*/
|
|
5
|
-
import { type Accessor } from
|
|
6
|
-
import type { GridState, GridCollection } from
|
|
7
|
-
import type { GridRowProps, GridRowAria } from
|
|
5
|
+
import { type Accessor } from "solid-js";
|
|
6
|
+
import type { GridState, GridCollection } from "@proyecto-viviana/solid-stately";
|
|
7
|
+
import type { GridRowProps, GridRowAria } from "./types";
|
|
8
8
|
/**
|
|
9
9
|
* Creates accessibility props for a grid row.
|
|
10
10
|
*/
|
package/dist/grid/index.d.ts
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Grid accessibility primitives for Table and GridList components.
|
|
3
3
|
* Based on @react-aria/grid.
|
|
4
4
|
*/
|
|
5
|
-
export { createGrid, getGridData } from
|
|
6
|
-
export { createGridRow } from
|
|
7
|
-
export { createGridCell } from
|
|
8
|
-
export { GridKeyboardDelegate } from
|
|
9
|
-
export type { KeyboardDelegate, GridProps, GridAria, GridRowProps, GridRowAria, GridCellProps, GridCellAria, } from
|
|
5
|
+
export { createGrid, getGridData } from "./createGrid";
|
|
6
|
+
export { createGridRow } from "./createGridRow";
|
|
7
|
+
export { createGridCell } from "./createGridCell";
|
|
8
|
+
export { GridKeyboardDelegate } from "./GridKeyboardDelegate";
|
|
9
|
+
export type { KeyboardDelegate, GridProps, GridAria, GridRowProps, GridRowAria, GridCellProps, GridCellAria, } from "./types";
|
|
10
10
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/grid/types.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* Grid ARIA types for Table and GridList components.
|
|
3
3
|
* Based on @react-aria/grid types.
|
|
4
4
|
*/
|
|
5
|
-
import type { JSX } from
|
|
6
|
-
import type { Key } from
|
|
5
|
+
import type { JSX } from "solid-js";
|
|
6
|
+
import type { Key } from "@proyecto-viviana/solid-stately";
|
|
7
7
|
/**
|
|
8
8
|
* Keyboard delegate interface for grid navigation.
|
|
9
9
|
*/
|
|
@@ -40,21 +40,21 @@ export interface GridProps {
|
|
|
40
40
|
/** Custom keyboard delegate for navigation. */
|
|
41
41
|
keyboardDelegate?: KeyboardDelegate;
|
|
42
42
|
/** Whether focus should be on row or cell. */
|
|
43
|
-
focusMode?:
|
|
43
|
+
focusMode?: "row" | "cell";
|
|
44
44
|
/** Handler for row actions. */
|
|
45
45
|
onRowAction?: (key: Key) => void;
|
|
46
46
|
/** Handler for cell actions. */
|
|
47
47
|
onCellAction?: (key: Key) => void;
|
|
48
48
|
/** Escape key behavior. */
|
|
49
|
-
escapeKeyBehavior?:
|
|
49
|
+
escapeKeyBehavior?: "clearSelection" | "none";
|
|
50
50
|
/** Whether selection should occur on press up. */
|
|
51
51
|
shouldSelectOnPressUp?: boolean;
|
|
52
52
|
/** ARIA label for the grid. */
|
|
53
|
-
|
|
53
|
+
"aria-label"?: string;
|
|
54
54
|
/** ARIA labelledby for the grid. */
|
|
55
|
-
|
|
55
|
+
"aria-labelledby"?: string;
|
|
56
56
|
/** ARIA describedby for the grid. */
|
|
57
|
-
|
|
57
|
+
"aria-describedby"?: string;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Return value from createGrid.
|
|
@@ -104,7 +104,7 @@ export interface GridCellProps {
|
|
|
104
104
|
/** Whether the grid is virtualized. */
|
|
105
105
|
isVirtualized?: boolean;
|
|
106
106
|
/** Whether to focus cell or child element. */
|
|
107
|
-
focusMode?:
|
|
107
|
+
focusMode?: "child" | "cell";
|
|
108
108
|
/** Handler for cell action. */
|
|
109
109
|
onAction?: () => void;
|
|
110
110
|
}
|
|
@@ -2,15 +2,17 @@
|
|
|
2
2
|
* createGridList - Provides accessibility for a grid list.
|
|
3
3
|
* Based on @react-aria/gridlist/useGridList.
|
|
4
4
|
*/
|
|
5
|
-
import { type Accessor } from
|
|
6
|
-
import type { GridState, GridCollection, Key } from
|
|
7
|
-
import type { AriaGridListProps, GridListAria } from
|
|
5
|
+
import { type Accessor } from "solid-js";
|
|
6
|
+
import type { GridState, GridCollection, Key } from "@proyecto-viviana/solid-stately";
|
|
7
|
+
import type { AriaGridListProps, GridListAria } from "./types";
|
|
8
8
|
/**
|
|
9
9
|
* Metadata stored for a grid list instance.
|
|
10
10
|
*/
|
|
11
11
|
interface GridListData {
|
|
12
12
|
/** The generated ID for the grid list. */
|
|
13
13
|
gridListId: string;
|
|
14
|
+
/** How selection should behave when pressing an item. */
|
|
15
|
+
selectionBehavior: "replace" | "toggle";
|
|
14
16
|
/** Actions registered for the grid list. */
|
|
15
17
|
actions: {
|
|
16
18
|
onAction?: (key: Key) => void;
|
|
@@ -23,6 +25,6 @@ export declare function getGridListData<T extends object, C extends GridCollecti
|
|
|
23
25
|
/**
|
|
24
26
|
* Creates accessibility props for a grid list.
|
|
25
27
|
*/
|
|
26
|
-
export declare function createGridList<T extends object, C extends GridCollection<T> = GridCollection<T>>(props: Accessor<AriaGridListProps>, state: Accessor<GridState<T, C>>, _ref: Accessor<
|
|
28
|
+
export declare function createGridList<T extends object, C extends GridCollection<T> = GridCollection<T>>(props: Accessor<AriaGridListProps>, state: Accessor<GridState<T, C>>, _ref: Accessor<HTMLElement | null>): GridListAria;
|
|
27
29
|
export {};
|
|
28
30
|
//# sourceMappingURL=createGridList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createGridList.d.ts","sourceRoot":"","sources":["../../src/gridlist/createGridList.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAc,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAGrD,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,iCAAiC,CAAC;AACtF,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE/D;;GAEG;AACH,UAAU,YAAY;IACpB,0CAA0C;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,4CAA4C;IAC5C,OAAO,EAAE;QACP,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;KAC/B,CAAC;CACH;AAOD;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,EAC3E,KAAK,EAAE,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,GACrB,YAAY,GAAG,SAAS,CAE1B;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,EAC9F,KAAK,EAAE,QAAQ,CAAC,iBAAiB,CAAC,EAClC,KAAK,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAChC,IAAI,EAAE,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"createGridList.d.ts","sourceRoot":"","sources":["../../src/gridlist/createGridList.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAc,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAGrD,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,GAAG,EAAE,MAAM,iCAAiC,CAAC;AACtF,OAAO,KAAK,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE/D;;GAEG;AACH,UAAU,YAAY;IACpB,0CAA0C;IAC1C,UAAU,EAAE,MAAM,CAAC;IACnB,yDAAyD;IACzD,iBAAiB,EAAE,SAAS,GAAG,QAAQ,CAAC;IACxC,4CAA4C;IAC5C,OAAO,EAAE;QACP,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;KAC/B,CAAC;CACH;AAOD;;GAEG;AACH,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,EAC3E,KAAK,EAAE,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,GACrB,YAAY,GAAG,SAAS,CAE1B;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,EAC9F,KAAK,EAAE,QAAQ,CAAC,iBAAiB,CAAC,EAClC,KAAK,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAChC,IAAI,EAAE,QAAQ,CAAC,WAAW,GAAG,IAAI,CAAC,GACjC,YAAY,CA+Jd"}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* createGridListItem - Provides accessibility for a grid list item.
|
|
3
3
|
* Based on @react-aria/gridlist/useGridListItem.
|
|
4
4
|
*/
|
|
5
|
-
import { type Accessor } from
|
|
6
|
-
import type { GridState, GridCollection } from
|
|
7
|
-
import type { AriaGridListItemProps, GridListItemAria } from
|
|
5
|
+
import { type Accessor } from "solid-js";
|
|
6
|
+
import type { GridState, GridCollection } from "@proyecto-viviana/solid-stately";
|
|
7
|
+
import type { AriaGridListItemProps, GridListItemAria } from "./types";
|
|
8
8
|
/**
|
|
9
9
|
* Creates accessibility props for a grid list item.
|
|
10
10
|
*/
|
|
11
|
-
export declare function createGridListItem<T extends object, C extends GridCollection<T> = GridCollection<T>>(props: Accessor<AriaGridListItemProps>, state: Accessor<GridState<T, C>>, _ref: Accessor<
|
|
11
|
+
export declare function createGridListItem<T extends object, C extends GridCollection<T> = GridCollection<T>>(props: Accessor<AriaGridListItemProps>, state: Accessor<GridState<T, C>>, _ref: Accessor<HTMLElement | null>): GridListItemAria;
|
|
12
12
|
//# sourceMappingURL=createGridListItem.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createGridListItem.d.ts","sourceRoot":"","sources":["../../src/gridlist/createGridListItem.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAA4B,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEnE,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,KAAK,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAGvE;;GAEG;AACH,wBAAgB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"createGridListItem.d.ts","sourceRoot":"","sources":["../../src/gridlist/createGridListItem.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAA4B,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEnE,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,KAAK,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAGvE;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,EAE/C,KAAK,EAAE,QAAQ,CAAC,qBAAqB,CAAC,EACtC,KAAK,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAChC,IAAI,EAAE,QAAQ,CAAC,WAAW,GAAG,IAAI,CAAC,GACjC,gBAAgB,CA2MlB"}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* createGridListSelectionCheckbox - Provides accessibility for a grid list item selection checkbox.
|
|
3
3
|
* Based on @react-aria/gridlist.
|
|
4
4
|
*/
|
|
5
|
-
import { type Accessor } from
|
|
6
|
-
import type { GridState, GridCollection } from
|
|
7
|
-
import type { AriaGridListSelectionCheckboxProps, GridListSelectionCheckboxAria } from
|
|
5
|
+
import { type Accessor } from "solid-js";
|
|
6
|
+
import type { GridState, GridCollection } from "@proyecto-viviana/solid-stately";
|
|
7
|
+
import type { AriaGridListSelectionCheckboxProps, GridListSelectionCheckboxAria } from "./types";
|
|
8
8
|
/**
|
|
9
9
|
* Creates accessibility props for a grid list item selection checkbox.
|
|
10
10
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createGridListSelectionCheckbox.d.ts","sourceRoot":"","sources":["../../src/gridlist/createGridListSelectionCheckbox.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAc,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAGrD,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,KAAK,EAAE,kCAAkC,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AAEjG;;GAEG;AACH,wBAAgB,+BAA+B,
|
|
1
|
+
{"version":3,"file":"createGridListSelectionCheckbox.d.ts","sourceRoot":"","sources":["../../src/gridlist/createGridListSelectionCheckbox.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAc,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAGrD,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,KAAK,EAAE,kCAAkC,EAAE,6BAA6B,EAAE,MAAM,SAAS,CAAC;AAEjG;;GAEG;AACH,wBAAgB,+BAA+B,CAC7C,CAAC,SAAS,MAAM,EAChB,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,EAE/C,KAAK,EAAE,QAAQ,CAAC,kCAAkC,CAAC,EACnD,KAAK,EAAE,QAAQ,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAC/B,6BAA6B,CAyC/B"}
|
package/dist/gridlist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* GridList ARIA hooks for solidaria.
|
|
3
3
|
*/
|
|
4
|
-
export { createGridList, getGridListData } from
|
|
5
|
-
export { createGridListItem } from
|
|
6
|
-
export { createGridListSelectionCheckbox } from
|
|
7
|
-
export type { AriaGridListProps, GridListAria, AriaGridListItemProps, GridListItemAria, AriaGridListSelectionCheckboxProps, GridListSelectionCheckboxAria, } from
|
|
4
|
+
export { createGridList, getGridListData } from "./createGridList";
|
|
5
|
+
export { createGridListItem } from "./createGridListItem";
|
|
6
|
+
export { createGridListSelectionCheckbox } from "./createGridListSelectionCheckbox";
|
|
7
|
+
export type { AriaGridListProps, GridListAria, AriaGridListItemProps, GridListItemAria, AriaGridListSelectionCheckboxProps, GridListSelectionCheckboxAria, } from "./types";
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/gridlist/types.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* GridList ARIA types for GridList components.
|
|
3
3
|
* Based on @react-aria/gridlist types.
|
|
4
4
|
*/
|
|
5
|
-
import type { JSX } from
|
|
6
|
-
import type { Key, GridNode } from
|
|
5
|
+
import type { JSX } from "solid-js";
|
|
6
|
+
import type { Key, GridNode } from "@proyecto-viviana/solid-stately";
|
|
7
7
|
/**
|
|
8
8
|
* Props for the createGridList hook.
|
|
9
9
|
*/
|
|
@@ -11,17 +11,19 @@ export interface AriaGridListProps {
|
|
|
11
11
|
/** ID for the grid list element. */
|
|
12
12
|
id?: string;
|
|
13
13
|
/** ARIA label for the grid list. */
|
|
14
|
-
|
|
14
|
+
"aria-label"?: string;
|
|
15
15
|
/** ARIA labelledby for the grid list. */
|
|
16
|
-
|
|
16
|
+
"aria-labelledby"?: string;
|
|
17
17
|
/** ARIA describedby for the grid list. */
|
|
18
|
-
|
|
18
|
+
"aria-describedby"?: string;
|
|
19
19
|
/** Whether the grid list uses virtual scrolling. */
|
|
20
20
|
isVirtualized?: boolean;
|
|
21
21
|
/** Handler for item actions. */
|
|
22
22
|
onAction?: (key: Key) => void;
|
|
23
23
|
/** Whether selection should occur on press up. */
|
|
24
24
|
shouldSelectOnPressUp?: boolean;
|
|
25
|
+
/** How selection should behave when pressing an item. */
|
|
26
|
+
selectionBehavior?: "replace" | "toggle";
|
|
25
27
|
/** Whether the grid list is disabled. */
|
|
26
28
|
isDisabled?: boolean;
|
|
27
29
|
}
|
|
@@ -30,7 +32,7 @@ export interface AriaGridListProps {
|
|
|
30
32
|
*/
|
|
31
33
|
export interface GridListAria {
|
|
32
34
|
/** Props to spread on the grid list element. */
|
|
33
|
-
gridProps: JSX.HTMLAttributes<
|
|
35
|
+
gridProps: JSX.HTMLAttributes<HTMLElement>;
|
|
34
36
|
}
|
|
35
37
|
/**
|
|
36
38
|
* Props for the createGridListItem hook.
|
|
@@ -40,6 +42,8 @@ export interface AriaGridListItemProps {
|
|
|
40
42
|
node: GridNode<unknown>;
|
|
41
43
|
/** Whether the grid list is virtualized. */
|
|
42
44
|
isVirtualized?: boolean;
|
|
45
|
+
/** How selection should behave when pressing an item. */
|
|
46
|
+
selectionBehavior?: "replace" | "toggle";
|
|
43
47
|
/** Handler for item action. */
|
|
44
48
|
onAction?: () => void;
|
|
45
49
|
}
|
|
@@ -48,7 +52,7 @@ export interface AriaGridListItemProps {
|
|
|
48
52
|
*/
|
|
49
53
|
export interface GridListItemAria {
|
|
50
54
|
/** Props to spread on the item element. */
|
|
51
|
-
rowProps: JSX.HTMLAttributes<
|
|
55
|
+
rowProps: JSX.HTMLAttributes<HTMLElement>;
|
|
52
56
|
/** Props to spread on the grid cell wrapper. */
|
|
53
57
|
gridCellProps: JSX.HTMLAttributes<HTMLDivElement>;
|
|
54
58
|
/** Whether the item is selected. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/gridlist/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yCAAyC;IACzC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,0CAA0C;IAC1C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oDAAoD;IACpD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,kDAAkD;IAClD,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,yCAAyC;IACzC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,gDAAgD;IAChD,SAAS,EAAE,GAAG,CAAC,cAAc,CAAC,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/gridlist/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,oCAAoC;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,oCAAoC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,yCAAyC;IACzC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,0CAA0C;IAC1C,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,oDAAoD;IACpD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gCAAgC;IAChC,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,kDAAkD;IAClD,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,yDAAyD;IACzD,iBAAiB,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IACzC,yCAAyC;IACzC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,gDAAgD;IAChD,SAAS,EAAE,GAAG,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;CAC5C;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,qBAAqB;IACrB,IAAI,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IACxB,4CAA4C;IAC5C,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,yDAAyD;IACzD,iBAAiB,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IACzC,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,2CAA2C;IAC3C,QAAQ,EAAE,GAAG,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;IAC1C,gDAAgD;IAChD,aAAa,EAAE,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;IAClD,oCAAoC;IACpC,UAAU,EAAE,OAAO,CAAC;IACpB,oCAAoC;IACpC,UAAU,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,SAAS,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD,2BAA2B;IAC3B,GAAG,EAAE,GAAG,CAAC;CACV;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,qDAAqD;IACrD,aAAa,EAAE,GAAG,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;CAC1D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCollator.d.ts","sourceRoot":"","sources":["../../src/i18n/createCollator.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"createCollator.d.ts","sourceRoot":"","sources":["../../src/i18n/createCollator.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAuBH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,cAAc,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,eAAe,GAAG,MAAM,IAAI,CAAC,QAAQ,CAIlF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createDateFormatter.d.ts","sourceRoot":"","sources":["../../src/i18n/createDateFormatter.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"createDateFormatter.d.ts","sourceRoot":"","sources":["../../src/i18n/createDateFormatter.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA0BH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCG;AACH,wBAAgB,mBAAmB,CACjC,OAAO,CAAC,EAAE,IAAI,CAAC,qBAAqB,GACnC,MAAM,IAAI,CAAC,cAAc,CAI3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createFilter.d.ts","sourceRoot":"","sources":["../../src/i18n/createFilter.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;
|
|
1
|
+
{"version":3,"file":"createFilter.d.ts","sourceRoot":"","sources":["../../src/i18n/createFilter.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAKH,MAAM,WAAW,MAAM;IACrB,8DAA8D;IAC9D,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC;IACvD,4DAA4D;IAC5D,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC;IACrD,2DAA2D;IAC3D,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC;CACtD;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH,wBAAgB,YAAY,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,eAAe,GAAG,MAAM,MAAM,CAyDzE"}
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Port of @react-aria/i18n useNumberFormatter.
|
|
7
7
|
*/
|
|
8
|
-
import { NumberFormatter, type NumberFormatOptions } from
|
|
8
|
+
import { NumberFormatter, type NumberFormatOptions } from "@internationalized/number";
|
|
9
9
|
/**
|
|
10
10
|
* Provides localized number formatting for the current locale.
|
|
11
11
|
* Automatically updates when the locale changes.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createNumberFormatter.d.ts","sourceRoot":"","sources":["../../src/i18n/createNumberFormatter.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,eAAe,EAAE,KAAK,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"createNumberFormatter.d.ts","sourceRoot":"","sources":["../../src/i18n/createNumberFormatter.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAIH,OAAO,EAAE,eAAe,EAAE,KAAK,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAEtF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,GAAE,mBAAwB,GAAG,MAAM,eAAe,CAI9F"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* String formatter for localized strings with ICU MessageFormat support.
|
|
3
3
|
* Port of @react-aria/i18n useLocalizedStringFormatter.
|
|
4
4
|
*/
|
|
5
|
-
import { LocalizedString, LocalizedStringDictionary, LocalizedStringFormatter, type LocalizedStrings } from
|
|
6
|
-
import { type Accessor } from
|
|
5
|
+
import { LocalizedString, LocalizedStringDictionary, LocalizedStringFormatter, type LocalizedStrings } from "@internationalized/string";
|
|
6
|
+
import { type Accessor } from "solid-js";
|
|
7
7
|
/**
|
|
8
8
|
* Returns a cached LocalizedStringDictionary for the given strings.
|
|
9
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createStringFormatter.d.ts","sourceRoot":"","sources":["../../src/i18n/createStringFormatter.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,eAAe,EACf,yBAAyB,EACzB,wBAAwB,EACxB,KAAK,gBAAgB,EACtB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAc,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"createStringFormatter.d.ts","sourceRoot":"","sources":["../../src/i18n/createStringFormatter.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EACL,eAAe,EACf,yBAAyB,EACzB,wBAAwB,EACxB,KAAK,gBAAgB,EACtB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAc,KAAK,QAAQ,EAAE,MAAM,UAAU,CAAC;AAsBrD;;GAEG;AACH,wBAAgB,sBAAsB,CACpC,CAAC,SAAS,MAAM,GAAG,MAAM,EACzB,CAAC,SAAS,eAAe,GAAG,MAAM,EAClC,OAAO,EAAE,gBAAgB,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,yBAAyB,CAAC,CAAC,EAAE,CAAC,CAAC,CAKxF;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,wBAAgB,qBAAqB,CACnC,CAAC,SAAS,MAAM,GAAG,MAAM,EACzB,CAAC,SAAS,eAAe,GAAG,MAAM,EAClC,OAAO,EAAE,gBAAgB,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC,wBAAwB,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAKjG;AAED,YAAY,EACV,eAAe,EACf,yBAAyB,EACzB,wBAAwB,EACxB,gBAAgB,GACjB,CAAC"}
|
package/dist/i18n/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { I18nProvider, useLocale, createDefaultLocale, getDefaultLocale, type Direction, type Locale, type I18nProviderProps, } from
|
|
2
|
-
export { isRTL, createCacheKey } from
|
|
3
|
-
export { NumberFormatter, type NumberFormatOptions
|
|
4
|
-
export { createNumberFormatter } from
|
|
5
|
-
export { createDateFormatter } from
|
|
6
|
-
export { createCollator } from
|
|
7
|
-
export { createFilter, type Filter } from
|
|
8
|
-
export { createStringFormatter, createStringDictionary, type LocalizedString, type LocalizedStringDictionary, type LocalizedStringFormatter, type LocalizedStrings, } from
|
|
1
|
+
export { I18nProvider, useLocale, createDefaultLocale, getDefaultLocale, type Direction, type Locale, type I18nProviderProps, } from "./locale";
|
|
2
|
+
export { isRTL, createCacheKey } from "./utils";
|
|
3
|
+
export { NumberFormatter, type NumberFormatOptions } from "@internationalized/number";
|
|
4
|
+
export { createNumberFormatter } from "./createNumberFormatter";
|
|
5
|
+
export { createDateFormatter } from "./createDateFormatter";
|
|
6
|
+
export { createCollator } from "./createCollator";
|
|
7
|
+
export { createFilter, type Filter } from "./createFilter";
|
|
8
|
+
export { createStringFormatter, createStringDictionary, type LocalizedString, type LocalizedStringDictionary, type LocalizedStringFormatter, type LocalizedStrings, } from "./createStringFormatter";
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/i18n/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EACZ,SAAS,EACT,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,SAAS,EACd,KAAK,MAAM,EACX,KAAK,iBAAiB,GACvB,MAAM,UAAU,CAAC;AAGlB,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAGhD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EACZ,SAAS,EACT,mBAAmB,EACnB,gBAAgB,EAChB,KAAK,SAAS,EACd,KAAK,MAAM,EACX,KAAK,iBAAiB,GACvB,MAAM,UAAU,CAAC;AAGlB,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAGhD,OAAO,EAAE,eAAe,EAAE,KAAK,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAEtF,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAGhE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGlD,OAAO,EAAE,YAAY,EAAE,KAAK,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAG3D,OAAO,EACL,qBAAqB,EACrB,sBAAsB,EACtB,KAAK,eAAe,EACpB,KAAK,yBAAyB,EAC9B,KAAK,wBAAwB,EAC7B,KAAK,gBAAgB,GACtB,MAAM,yBAAyB,CAAC"}
|
package/dist/i18n/locale.d.ts
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Port of @react-aria/i18n context and useDefaultLocale.
|
|
7
7
|
*/
|
|
8
|
-
import { type Accessor, type JSX, type ParentProps } from
|
|
8
|
+
import { type Accessor, type JSX, type ParentProps } from "solid-js";
|
|
9
9
|
/** Text direction: left-to-right or right-to-left. */
|
|
10
|
-
export type Direction =
|
|
10
|
+
export type Direction = "ltr" | "rtl";
|
|
11
11
|
/** Locale information including language code and text direction. */
|
|
12
12
|
export interface Locale {
|
|
13
13
|
/** The BCP47 language code for the locale (e.g., 'en-US', 'ar-SA'). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../src/i18n/locale.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,KAAK,QAAQ,EACb,KAAK,GAAG,EACR,KAAK,WAAW,EAOjB,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../src/i18n/locale.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,KAAK,QAAQ,EACb,KAAK,GAAG,EACR,KAAK,WAAW,EAOjB,MAAM,UAAU,CAAC;AAGlB,sDAAsD;AACtD,MAAM,MAAM,SAAS,GAAG,KAAK,GAAG,KAAK,CAAC;AAEtC,qEAAqE;AACrE,MAAM,WAAW,MAAM;IACrB,uEAAuE;IACvE,MAAM,EAAE,MAAM,CAAC;IACf,4CAA4C;IAC5C,SAAS,EAAE,SAAS,CAAC;CACtB;AAED,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IACpD,kFAAkF;IAClF,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAQD;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,MAAM,CAmBzC;AAWD;;;;;;;;;GASG;AACH,wBAAgB,mBAAmB,IAAI,QAAQ,CAAC,MAAM,CAAC,CA2BtD;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,SAAS,IAAI,QAAQ,CAAC,MAAM,CAAC,CAI5C;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,CAclE"}
|
package/dist/i18n/utils.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/i18n/utils.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAsCH;;;GAGG;AACH,wBAAgB,KAAK,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/i18n/utils.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAsCH;;;GAGG;AACH,wBAAgB,KAAK,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CA+BnD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAUxF"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,52 +1,53 @@
|
|
|
1
|
-
export { createButton, createToggleButton, createToggleButtonGroup, createToggleButtonGroupItem, type AriaButtonProps, type ButtonAria, type AriaToggleButtonProps, type ToggleButtonAria, type AriaToggleButtonGroupProps, type ToggleButtonGroupAria, type AriaToggleButtonGroupItemProps, } from
|
|
2
|
-
export { createActionGroup, createActionGroupItem, type AriaActionGroupProps, type ActionGroupAria, type AriaActionGroupItemProps, type ActionGroupItemAria, } from
|
|
3
|
-
export { CollectionBuilder, Collection, createLeafComponent, createBranchComponent, createHideableComponent, useIsHidden, useCachedChildren, BaseCollection, type CollectionBuilderProps, type CollectionProps, type CachedChildrenOptions, type CollectionNode, type ItemNode, type SectionNode, type FilterableNode, type LoaderNode, type HeaderNode, } from
|
|
4
|
-
export { createCheckbox, createCheckboxGroup, createCheckboxGroupItem, createCheckboxGroupState, checkboxGroupData, type AriaCheckboxProps, type CheckboxAria, type AriaCheckboxGroupProps, type CheckboxGroupAria, type AriaCheckboxGroupItemProps, type CheckboxGroupProps, type CheckboxGroupState, } from
|
|
5
|
-
export { createRadio, createRadioGroup, createRadioGroupState, radioGroupData, type AriaRadioProps, type RadioAria, type AriaRadioGroupProps, type RadioGroupAria, type RadioGroupProps, type RadioGroupState, } from
|
|
6
|
-
export { createPress, createLongPress, createMove, createFocusable, createFocusRing, createFocusVisible, createFocusVisibleListener, addWindowFocusTracking, isFocusVisible, createHover, type CreatePressProps, type LongPressProps, type LongPressResult, type LongPressEvent, type MoveEvents, type MoveResult, type MoveStartEvent, type MoveMoveEvent, type MoveEndEvent, type PressResult, type PressEvent, type CreateFocusableProps, type FocusableResult, type FocusRingProps, type FocusRingResult, type FocusVisibleProps, type FocusVisibleResult, type FocusVisibleHandler, type CreateHoverProps, type HoverResult, type HoverEvent, type HoverEvents, } from
|
|
7
|
-
export { createLabel, createField, createLabels, type LabelAriaProps, type LabelAria, type AriaLabelingProps, type LabelableProps, type DOMProps, type AriaFieldProps, type FieldAria, type HelpTextProps, type ValidationResult, type Validation, } from
|
|
8
|
-
export { createIsSSR, createId, canUseDOM, SSRProvider, type SSRProviderProps, type SSRContextValue, createHydrationState, useIsSSR, createBrowserEffect, createBrowserValue, getWindow, getDocument, getOwnerDocument, getOwnerWindow, getPortalContainer, } from
|
|
9
|
-
export { createToggle, createToggleState, type AriaToggleProps, type ToggleAria, type ToggleStateOptions, type ToggleState, } from
|
|
10
|
-
export { createSwitch, type AriaSwitchProps, type SwitchAria
|
|
11
|
-
export { createLink, type AriaLinkProps, type LinkAria
|
|
12
|
-
export { createTextField, type AriaTextFieldProps, type TextFieldAria
|
|
13
|
-
export { createProgressBar, type AriaProgressBarProps, type ProgressBarAria
|
|
14
|
-
export { createSeparator, type AriaSeparatorProps, type SeparatorAria, type Orientation, } from
|
|
15
|
-
export { createToolbar, type AriaToolbarProps, type ToolbarAria
|
|
16
|
-
export { createAutocomplete, AUTOCOMPLETE_FOCUS_EVENT, AUTOCOMPLETE_CLEAR_FOCUS_EVENT, type AriaAutocompleteOptions, type AutocompleteAria, type AutocompleteInputProps, type CollectionOptions, } from
|
|
17
|
-
export { createPreventScroll, type PreventScrollOptions, createOverlayTrigger, onCloseMap, type OverlayTriggerProps, type OverlayTriggerAria, createOverlay, type AriaOverlayProps, type OverlayAria, createInteractOutside, type InteractOutsideProps, ariaHideOutside, keepVisible, type AriaHideOutsideOptions, ModalProvider, OverlayProvider, OverlayContainer, UNSAFE_PortalProvider, useModalProvider, useUNSAFE_PortalContext, createModal, type ModalProviderProps, type ModalProviderAria, type OverlayContainerProps, type PortalProviderProps, type PortalProviderContextValue, type AriaModalOptions, type ModalAria, } from
|
|
18
|
-
export { createListBox, createOption, getListBoxData, type AriaListBoxProps, type ListBoxAria, type AriaOptionProps, type OptionAria, } from
|
|
19
|
-
export { createMenu, createMenuItem, createMenuTrigger, getMenuData, type AriaMenuProps, type MenuAria, type AriaMenuItemProps, type MenuItemAria, type AriaMenuTriggerProps, type MenuTriggerAria, } from
|
|
20
|
-
export { createSelect, createHiddenSelect, HiddenSelect, getSelectData, type AriaSelectProps, type SelectAria, type AriaHiddenSelectProps, type HiddenSelectAria, type HiddenSelectProps, } from
|
|
21
|
-
export { createTabList, createTab, createTabPanel, type TabListState, type TabOrientation, type KeyboardActivation, type AriaTabListProps, type TabListAria, type AriaTabProps, type TabAria, type AriaTabPanelProps, type TabPanelAria, } from
|
|
22
|
-
export { createBreadcrumbs, createBreadcrumbItem, type AriaBreadcrumbsProps, type BreadcrumbsAria, type AriaBreadcrumbItemProps, type BreadcrumbItemAria, } from
|
|
23
|
-
export { createNumberField, type AriaNumberFieldProps, type NumberFieldAria
|
|
24
|
-
export { createSearchField, type AriaSearchFieldProps, type SearchFieldAria
|
|
25
|
-
export { createSlider, type AriaSliderProps, type SliderAria
|
|
26
|
-
export { createTooltip, createTooltipTrigger, type TooltipProps, type TooltipAria, type TooltipTriggerProps, type TooltipTriggerAria, } from
|
|
27
|
-
export { createComboBox, getComboBoxData, type AriaComboBoxProps, type ComboBoxAria, } from
|
|
28
|
-
export { createDialog, type AriaDialogProps, type DialogAria
|
|
29
|
-
export { createToast, createToastRegion, type AriaToastProps, type ToastAria, type AriaToastRegionProps, type ToastRegionAria, } from
|
|
30
|
-
export { createPopover, createOverlayPosition, calculatePosition, type AriaPopoverProps, type PopoverAria, type AriaPositionProps, type PositionProps, type PositionAria, type Placement, type PlacementAxis, type PositionOpts, type PositionResult, } from
|
|
31
|
-
export { FocusScope, useFocusManager, type FocusScopeProps, type FocusManager, type FocusManagerOptions, createFocusRestore, pushFocusStack, popFocusStack, getFocusStackLength, clearFocusStack, type FocusRestoreOptions, type FocusRestoreResult, createVirtualFocus, type VirtualFocusOptions, type VirtualFocusResult, createAutoFocus, clearAutoFocusQueue, getAutoFocusQueueLength, type AutoFocusOptions, type AutoFocusResult, } from
|
|
32
|
-
export { createDisclosure, createDisclosureGroup, type AriaDisclosureProps, type DisclosureAria, type AriaDisclosureGroupProps, type DisclosureGroupAria, } from
|
|
33
|
-
export { createMeter, type AriaMeterProps, type MeterAria
|
|
34
|
-
export { createTagGroup, createTag, getTagGroupData, type AriaTagGroupProps, type TagGroupAria, type AriaTagProps, type TagAria, } from
|
|
35
|
-
export { createCalendar, type AriaCalendarProps, type CalendarAria, createCalendarGrid, type AriaCalendarGridProps, type CalendarGridAria, createCalendarCell, type AriaCalendarCellProps, type CalendarCellAria, createRangeCalendar, type AriaRangeCalendarProps, type RangeCalendarAria, createRangeCalendarCell, type AriaRangeCalendarCellProps, type RangeCalendarCellAria, } from
|
|
36
|
-
export { createDateField, type AriaDateFieldProps, type DateFieldAria, createDateSegment, type AriaDateSegmentProps, type DateSegmentAria, createTimeField, type AriaTimeFieldProps, type TimeFieldAria, createTimeSegment, type AriaTimeSegmentProps, type TimeSegmentAria, createDatePicker, createDateRangePicker, type AriaDatePickerProps, type DatePickerAria, type DatePickerState, type AriaDateRangePickerProps, type DateRangePickerAria, } from
|
|
37
|
-
export { createGrid, createGridRow, createGridCell, GridKeyboardDelegate, getGridData, type KeyboardDelegate, type GridProps, type GridAria, type GridRowProps, type GridRowAria, type GridCellProps, type GridCellAria, } from
|
|
38
|
-
export { createTable, createTableHeaderRow, createTableColumnHeader, createTableRow, createTableCell, createTableRowGroup, createTableSelectionCheckbox, createTableSelectAllCheckbox, getTableData, type AriaTableProps, type TableAria, type AriaTableHeaderRowProps, type TableHeaderRowAria, type AriaTableColumnHeaderProps, type TableColumnHeaderAria, type AriaTableRowProps, type TableRowAria, type AriaTableCellProps, type TableCellAria, type AriaTableRowGroupProps, type TableRowGroupAria, type AriaTableSelectionCheckboxProps, type TableSelectionCheckboxAria, type TableSelectAllCheckboxAria, } from
|
|
39
|
-
export { createGridList, createGridListItem, createGridListSelectionCheckbox, getGridListData, type AriaGridListProps, type GridListAria, type AriaGridListItemProps, type GridListItemAria, type AriaGridListSelectionCheckboxProps, type GridListSelectionCheckboxAria, } from
|
|
40
|
-
export { createTree, createTreeItem, createTreeSelectionCheckbox, getTreeData, type AriaTreeProps, type TreeAria, type AriaTreeItemProps, type TreeItemAria, type AriaTreeSelectionCheckboxProps, type TreeSelectionCheckboxAria, } from
|
|
41
|
-
export { createColorSlider, createColorArea, createColorWheel, createColorField, createColorSwatch, type AriaColorSliderOptions, type ColorSliderAria, type AriaColorAreaOptions, type ColorAreaAria, type AriaColorWheelOptions, type ColorWheelAria, type AriaColorFieldOptions, type ColorFieldAria, type AriaColorSwatchOptions, type ColorSwatchAria, } from
|
|
42
|
-
export { createDrag, createDrop, createDraggableCollection, createDroppableCollection, createDraggableItem, createDroppableItem, setGlobalDraggingCollectionRef, getGlobalDraggingCollectionRef, setGlobalDraggingKeys, getGlobalDraggingKeys, setGlobalDraggingTypes, getGlobalDraggingTypes, setGlobalDropCollectionRef, getGlobalDropCollectionRef, type AriaDragOptions, type DragAria, type AriaDropOptions, type DropAria, type DraggableCollectionOptions, type DraggableCollectionAria, type DroppableCollectionOptions, type DroppableCollectionAria, type DropTargetDelegate, type DraggableItemOptions, type DraggableItemAria, type DroppableItemOptions, type DroppableItemAria, CUSTOM_DRAG_TYPE, NATIVE_DRAG_TYPES, GENERIC_TYPE, DROP_OPERATION, DROP_OPERATION_ALLOWED, EFFECT_ALLOWED, DROP_EFFECT_TO_DROP_OPERATION, DROP_OPERATION_TO_DROP_EFFECT, getTypes, writeToDataTransfer, readFromDataTransfer, DragTypesImpl, isTextDropItem, isFileDropItem, isDirectoryDropItem, setGlobalDropEffect, getGlobalDropEffect, setGlobalAllowedDropOperations, getGlobalAllowedDropOperations, } from
|
|
43
|
-
export { createLandmark, getLandmarkController, type AriaLandmarkRole, type AriaLandmarkProps, type LandmarkAria, type LandmarkController, } from
|
|
44
|
-
export { createVisuallyHidden, visuallyHiddenStyles, type AriaVisuallyHiddenProps, type VisuallyHiddenAria, } from
|
|
45
|
-
export { announce, clearAnnouncer, destroyAnnouncer, useAnnouncer, type Assertiveness, type Message, type UseAnnouncerResult, } from
|
|
46
|
-
export { createFormValidation, createFormReset, type FormValidationProps, type FormResetOptions, type ValidatableElement, type ValidationBehavior, } from
|
|
47
|
-
export { I18nProvider, useLocale, createDefaultLocale, getDefaultLocale, type Direction, type Locale, type I18nProviderProps, isRTL, NumberFormatter, createNumberFormatter, type NumberFormatOptions, createDateFormatter, createCollator, createFilter, type Filter, } from
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
1
|
+
export { createButton, createToggleButton, createToggleButtonGroup, createToggleButtonGroupItem, type AriaButtonProps, type ButtonAria, type AriaToggleButtonProps, type ToggleButtonAria, type AriaToggleButtonGroupProps, type ToggleButtonGroupAria, type AriaToggleButtonGroupItemProps, } from "./button";
|
|
2
|
+
export { createActionGroup, createActionGroupItem, type AriaActionGroupProps, type ActionGroupAria, type AriaActionGroupItemProps, type ActionGroupItemAria, } from "./actiongroup";
|
|
3
|
+
export { CollectionBuilder, Collection, createLeafComponent, createBranchComponent, createHideableComponent, useIsHidden, useCachedChildren, BaseCollection, type CollectionBuilderProps, type CollectionProps, type CachedChildrenOptions, type CollectionNode, type ItemNode, type SectionNode, type FilterableNode, type LoaderNode, type HeaderNode, } from "./collections";
|
|
4
|
+
export { createCheckbox, createCheckboxGroup, createCheckboxGroupItem, createCheckboxGroupState, checkboxGroupData, type AriaCheckboxProps, type CheckboxAria, type AriaCheckboxGroupProps, type CheckboxGroupAria, type AriaCheckboxGroupItemProps, type CheckboxGroupProps, type CheckboxGroupState, } from "./checkbox";
|
|
5
|
+
export { createRadio, createRadioGroup, createRadioGroupState, radioGroupData, type AriaRadioProps, type RadioAria, type AriaRadioGroupProps, type RadioGroupAria, type RadioGroupProps, type RadioGroupState, } from "./radio";
|
|
6
|
+
export { createPress, createLongPress, createMove, createFocusable, createFocusRing, createFocusVisible, createFocusVisibleListener, addWindowFocusTracking, isFocusVisible, createHover, type CreatePressProps, type LongPressProps, type LongPressResult, type LongPressEvent, type MoveEvents, type MoveResult, type MoveStartEvent, type MoveMoveEvent, type MoveEndEvent, type PressResult, type PressEvent, type CreateFocusableProps, type FocusableResult, type FocusRingProps, type FocusRingResult, type FocusVisibleProps, type FocusVisibleResult, type FocusVisibleHandler, type CreateHoverProps, type HoverResult, type HoverEvent, type HoverEvents, } from "./interactions";
|
|
7
|
+
export { createLabel, createField, createLabels, type LabelAriaProps, type LabelAria, type AriaLabelingProps, type LabelableProps, type DOMProps, type AriaFieldProps, type FieldAria, type HelpTextProps, type ValidationResult, type Validation, } from "./label";
|
|
8
|
+
export { createIsSSR, createId, canUseDOM, SSRProvider, type SSRProviderProps, type SSRContextValue, createHydrationState, useIsSSR, createBrowserEffect, createBrowserValue, getWindow, getDocument, getOwnerDocument, getOwnerWindow, getPortalContainer, } from "./ssr";
|
|
9
|
+
export { createToggle, createToggleState, type AriaToggleProps, type ToggleAria, type ToggleStateOptions, type ToggleState, } from "./toggle";
|
|
10
|
+
export { createSwitch, type AriaSwitchProps, type SwitchAria } from "./switch";
|
|
11
|
+
export { createLink, type AriaLinkProps, type LinkAria } from "./link";
|
|
12
|
+
export { createTextField, type AriaTextFieldProps, type TextFieldAria } from "./textfield";
|
|
13
|
+
export { createProgressBar, type AriaProgressBarProps, type ProgressBarAria } from "./progress";
|
|
14
|
+
export { createSeparator, type AriaSeparatorProps, type SeparatorAria, type Orientation, } from "./separator";
|
|
15
|
+
export { createToolbar, type AriaToolbarProps, type ToolbarAria } from "./toolbar";
|
|
16
|
+
export { createAutocomplete, AUTOCOMPLETE_FOCUS_EVENT, AUTOCOMPLETE_CLEAR_FOCUS_EVENT, type AriaAutocompleteOptions, type AutocompleteAria, type AutocompleteInputProps, type CollectionOptions, } from "./autocomplete";
|
|
17
|
+
export { createPreventScroll, type PreventScrollOptions, createOverlayTrigger, onCloseMap, type OverlayTriggerProps, type OverlayTriggerAria, createOverlay, type AriaOverlayProps, type OverlayAria, createInteractOutside, type InteractOutsideProps, ariaHideOutside, keepVisible, type AriaHideOutsideOptions, ModalProvider, OverlayProvider, OverlayContainer, UNSAFE_PortalProvider, useModalProvider, useUNSAFE_PortalContext, createModal, type ModalProviderProps, type ModalProviderAria, type OverlayContainerProps, type PortalProviderProps, type PortalProviderContextValue, type AriaModalOptions, type ModalAria, } from "./overlays";
|
|
18
|
+
export { createListBox, createOption, getListBoxData, type AriaListBoxProps, type ListBoxAria, type AriaOptionProps, type OptionAria, } from "./listbox";
|
|
19
|
+
export { createMenu, createMenuItem, createMenuTrigger, getMenuData, type AriaMenuProps, type MenuAria, type AriaMenuItemProps, type MenuItemAria, type AriaMenuTriggerProps, type MenuTriggerAria, } from "./menu";
|
|
20
|
+
export { createSelect, createHiddenSelect, HiddenSelect, getSelectData, type AriaSelectProps, type SelectAria, type AriaHiddenSelectProps, type HiddenSelectAria, type HiddenSelectProps, } from "./select";
|
|
21
|
+
export { createTabList, createTab, createTabPanel, type TabListState, type TabOrientation, type KeyboardActivation, type AriaTabListProps, type TabListAria, type AriaTabProps, type TabAria, type AriaTabPanelProps, type TabPanelAria, } from "./tabs";
|
|
22
|
+
export { createBreadcrumbs, createBreadcrumbItem, type AriaBreadcrumbsProps, type BreadcrumbsAria, type AriaBreadcrumbItemProps, type BreadcrumbItemAria, } from "./breadcrumbs";
|
|
23
|
+
export { createNumberField, type AriaNumberFieldProps, type NumberFieldAria } from "./numberfield";
|
|
24
|
+
export { createSearchField, type AriaSearchFieldProps, type SearchFieldAria } from "./searchfield";
|
|
25
|
+
export { createSlider, type AriaSliderProps, type SliderAria } from "./slider";
|
|
26
|
+
export { createTooltip, createTooltipTrigger, type TooltipProps, type TooltipAria, type TooltipTriggerProps, type TooltipTriggerAria, } from "./tooltip";
|
|
27
|
+
export { createComboBox, getComboBoxData, type AriaComboBoxProps, type ComboBoxAria, } from "./combobox";
|
|
28
|
+
export { createDialog, type AriaDialogProps, type DialogAria } from "./dialog";
|
|
29
|
+
export { createToast, createToastRegion, type AriaToastProps, type ToastAria, type AriaToastRegionProps, type ToastRegionAria, } from "./toast";
|
|
30
|
+
export { createPopover, createOverlayPosition, calculatePosition, type AriaPopoverProps, type PopoverAria, type AriaPositionProps, type PositionProps, type PositionAria, type Placement, type PlacementAxis, type PositionOpts, type PositionResult, } from "./popover";
|
|
31
|
+
export { FocusScope, useFocusManager, type FocusScopeProps, type FocusManager, type FocusManagerOptions, createFocusRestore, pushFocusStack, popFocusStack, getFocusStackLength, clearFocusStack, type FocusRestoreOptions, type FocusRestoreResult, createVirtualFocus, type VirtualFocusOptions, type VirtualFocusResult, createAutoFocus, clearAutoFocusQueue, getAutoFocusQueueLength, type AutoFocusOptions, type AutoFocusResult, } from "./focus";
|
|
32
|
+
export { createDisclosure, createDisclosureGroup, type AriaDisclosureProps, type DisclosureAria, type AriaDisclosureGroupProps, type DisclosureGroupAria, } from "./disclosure";
|
|
33
|
+
export { createMeter, type AriaMeterProps, type MeterAria } from "./meter";
|
|
34
|
+
export { createTagGroup, createTag, getTagGroupData, type AriaTagGroupProps, type TagGroupAria, type AriaTagProps, type TagAria, } from "./tag";
|
|
35
|
+
export { createCalendar, type AriaCalendarProps, type CalendarAria, createCalendarGrid, type AriaCalendarGridProps, type CalendarGridAria, createCalendarCell, type AriaCalendarCellProps, type CalendarCellAria, createRangeCalendar, type AriaRangeCalendarProps, type RangeCalendarAria, createRangeCalendarCell, type AriaRangeCalendarCellProps, type RangeCalendarCellAria, } from "./calendar";
|
|
36
|
+
export { createDateField, type AriaDateFieldProps, type DateFieldAria, createDateSegment, type AriaDateSegmentProps, type DateSegmentAria, createTimeField, type AriaTimeFieldProps, type TimeFieldAria, createTimeSegment, type AriaTimeSegmentProps, type TimeSegmentAria, createDatePicker, createDateRangePicker, type AriaDatePickerProps, type DatePickerAria, type DatePickerState, type AriaDateRangePickerProps, type DateRangePickerAria, } from "./datepicker";
|
|
37
|
+
export { createGrid, createGridRow, createGridCell, GridKeyboardDelegate, getGridData, type KeyboardDelegate, type GridProps, type GridAria, type GridRowProps, type GridRowAria, type GridCellProps, type GridCellAria, } from "./grid";
|
|
38
|
+
export { createTable, createTableHeaderRow, createTableColumnHeader, createTableRow, createTableCell, createTableRowGroup, createTableSelectionCheckbox, createTableSelectAllCheckbox, getTableData, createTableColumnResize, type AriaTableProps, type TableAria, type AriaTableHeaderRowProps, type TableHeaderRowAria, type AriaTableColumnHeaderProps, type TableColumnHeaderAria, type AriaTableRowProps, type TableRowAria, type AriaTableCellProps, type TableCellAria, type AriaTableRowGroupProps, type TableRowGroupAria, type AriaTableSelectionCheckboxProps, type TableSelectionCheckboxAria, type TableSelectAllCheckboxAria, type CreateTableColumnResizeProps, type TableColumnResizeResult, } from "./table";
|
|
39
|
+
export { createGridList, createGridListItem, createGridListSelectionCheckbox, getGridListData, type AriaGridListProps, type GridListAria, type AriaGridListItemProps, type GridListItemAria, type AriaGridListSelectionCheckboxProps, type GridListSelectionCheckboxAria, } from "./gridlist";
|
|
40
|
+
export { createTree, createTreeItem, createTreeSelectionCheckbox, getTreeData, type AriaTreeProps, type TreeAria, type AriaTreeItemProps, type TreeItemAria, type AriaTreeSelectionCheckboxProps, type TreeSelectionCheckboxAria, } from "./tree";
|
|
41
|
+
export { createColorSlider, createColorArea, createColorWheel, createColorField, createColorSwatch, type AriaColorSliderOptions, type ColorSliderAria, type AriaColorAreaOptions, type ColorAreaAria, type AriaColorWheelOptions, type ColorWheelAria, type AriaColorFieldOptions, type ColorFieldAria, type AriaColorSwatchOptions, type ColorSwatchAria, } from "./color";
|
|
42
|
+
export { createDrag, createDrop, createDraggableCollection, createDroppableCollection, createDraggableItem, createDroppableItem, setGlobalDraggingCollectionRef, getGlobalDraggingCollectionRef, setGlobalDraggingKeys, getGlobalDraggingKeys, setGlobalDraggingTypes, getGlobalDraggingTypes, setGlobalDropCollectionRef, getGlobalDropCollectionRef, type AriaDragOptions, type DragAria, type AriaDropOptions, type DropAria, type DraggableCollectionOptions, type DraggableCollectionAria, type DroppableCollectionOptions, type DroppableCollectionAria, type DropTargetDelegate, type DraggableItemOptions, type DraggableItemAria, type DroppableItemOptions, type DroppableItemAria, CUSTOM_DRAG_TYPE, NATIVE_DRAG_TYPES, GENERIC_TYPE, DROP_OPERATION, DROP_OPERATION_ALLOWED, EFFECT_ALLOWED, DROP_EFFECT_TO_DROP_OPERATION, DROP_OPERATION_TO_DROP_EFFECT, getTypes, writeToDataTransfer, readFromDataTransfer, DragTypesImpl, isTextDropItem, isFileDropItem, isDirectoryDropItem, setGlobalDropEffect, getGlobalDropEffect, setGlobalAllowedDropOperations, getGlobalAllowedDropOperations, } from "./dnd";
|
|
43
|
+
export { createLandmark, getLandmarkController, type AriaLandmarkRole, type AriaLandmarkProps, type LandmarkAria, type LandmarkController, } from "./landmark";
|
|
44
|
+
export { createVisuallyHidden, visuallyHiddenStyles, type AriaVisuallyHiddenProps, type VisuallyHiddenAria, } from "./visually-hidden";
|
|
45
|
+
export { announce, clearAnnouncer, destroyAnnouncer, useAnnouncer, type Assertiveness, type Message, type UseAnnouncerResult, } from "./live-announcer";
|
|
46
|
+
export { createFormValidation, createFormReset, type FormValidationProps, type FormResetOptions, type ValidatableElement, type ValidationBehavior, } from "./form";
|
|
47
|
+
export { I18nProvider, useLocale, createDefaultLocale, getDefaultLocale, type Direction, type Locale, type I18nProviderProps, isRTL, NumberFormatter, createNumberFormatter, type NumberFormatOptions, createDateFormatter, createStringFormatter, createStringDictionary, type LocalizedString, type LocalizedStringDictionary, type LocalizedStringFormatter, type LocalizedStrings, createCollator, createFilter, type Filter, } from "./i18n";
|
|
48
|
+
export { createStepList, createStep, type AriaStepListProps, type StepListAria, type AriaStepProps, type StepAria, } from "./steplist";
|
|
49
|
+
export { createTypeSelect, type TypeSelectOptions, type TypeSelectAria } from "./selection";
|
|
50
|
+
export { mergeProps, filterDOMProps, focusSafely, type FilterDOMPropsOptions } from "./utils";
|
|
51
|
+
export { access, isAccessor, type MaybeAccessor, type MaybeAccessorValue } from "./utils";
|
|
52
|
+
export { createDescription, type DescriptionProps } from "./utils";
|
|
52
53
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|