@proyecto-viviana/solidaria-components 0.3.2 → 0.4.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/dist/ActionBar.js +184 -0
- package/dist/ActionBar.js.map +1 -0
- package/dist/ActionBar.jsx +128 -0
- package/dist/ActionBar.jsx.map +1 -0
- package/dist/ActionGroup.js +179 -0
- package/dist/ActionGroup.js.map +1 -0
- package/dist/ActionGroup.jsx +129 -0
- package/dist/ActionGroup.jsx.map +1 -0
- package/dist/Alert.js +111 -0
- package/dist/Alert.js.map +1 -0
- package/dist/Alert.jsx +82 -0
- package/dist/Alert.jsx.map +1 -0
- package/dist/Autocomplete.js +130 -0
- package/dist/Autocomplete.js.map +1 -0
- package/dist/Autocomplete.jsx +116 -0
- package/dist/Autocomplete.jsx.map +1 -0
- package/dist/Breadcrumbs.d.ts.map +1 -1
- package/dist/Breadcrumbs.js +334 -0
- package/dist/Breadcrumbs.js.map +1 -0
- package/dist/Breadcrumbs.jsx +266 -0
- package/dist/Breadcrumbs.jsx.map +1 -0
- package/dist/Button.d.ts.map +1 -1
- package/dist/Button.js +348 -0
- package/dist/Button.js.map +1 -0
- package/dist/Button.jsx +314 -0
- package/dist/Button.jsx.map +1 -0
- package/dist/Calendar.d.ts +4 -4
- package/dist/Calendar.d.ts.map +1 -1
- package/dist/Calendar.js +538 -0
- package/dist/Calendar.js.map +1 -0
- package/dist/Calendar.jsx +333 -0
- package/dist/Calendar.jsx.map +1 -0
- package/dist/CalendarPicker.d.ts +33 -0
- package/dist/CalendarPicker.d.ts.map +1 -0
- package/dist/CalendarPicker.js +44 -0
- package/dist/CalendarPicker.js.map +1 -0
- package/dist/CalendarPicker.jsx +44 -0
- package/dist/CalendarPicker.jsx.map +1 -0
- package/dist/Checkbox.d.ts +83 -4
- package/dist/Checkbox.d.ts.map +1 -1
- package/dist/Checkbox.js +923 -0
- package/dist/Checkbox.js.map +1 -0
- package/dist/Checkbox.jsx +707 -0
- package/dist/Checkbox.jsx.map +1 -0
- package/dist/Collection.d.ts.map +1 -1
- package/dist/Collection.js +202 -0
- package/dist/Collection.js.map +1 -0
- package/dist/Collection.jsx +152 -0
- package/dist/Collection.jsx.map +1 -0
- package/dist/Color.d.ts.map +1 -1
- package/dist/Color.js +1720 -0
- package/dist/Color.js.map +1 -0
- package/dist/Color.jsx +1344 -0
- package/dist/Color.jsx.map +1 -0
- package/dist/ColorEditor.js +208 -0
- package/dist/ColorEditor.js.map +1 -0
- package/dist/ColorEditor.jsx +120 -0
- package/dist/ColorEditor.jsx.map +1 -0
- package/dist/ComboBox.d.ts +4 -4
- package/dist/ComboBox.d.ts.map +1 -1
- package/dist/ComboBox.js +992 -0
- package/dist/ComboBox.js.map +1 -0
- package/dist/ComboBox.jsx +714 -0
- package/dist/ComboBox.jsx.map +1 -0
- package/dist/ContextualHelpTrigger.js +146 -0
- package/dist/ContextualHelpTrigger.js.map +1 -0
- package/dist/ContextualHelpTrigger.jsx +109 -0
- package/dist/ContextualHelpTrigger.jsx.map +1 -0
- package/dist/DateField.d.ts +3 -3
- package/dist/DateField.d.ts.map +1 -1
- package/dist/DateField.js +4 -0
- package/dist/DateField.jsx +4 -0
- package/dist/DateField2.js +499 -0
- package/dist/DateField2.js.map +1 -0
- package/dist/DateField2.jsx +317 -0
- package/dist/DateField2.jsx.map +1 -0
- package/dist/DatePicker.d.ts +4 -4
- package/dist/DatePicker.d.ts.map +1 -1
- package/dist/DatePicker.js +991 -0
- package/dist/DatePicker.js.map +1 -0
- package/dist/DatePicker.jsx +682 -0
- package/dist/DatePicker.jsx.map +1 -0
- package/dist/Dialog.d.ts.map +1 -1
- package/dist/Dialog.js +337 -0
- package/dist/Dialog.js.map +1 -0
- package/dist/Dialog.jsx +192 -0
- package/dist/Dialog.jsx.map +1 -0
- package/dist/Disclosure.d.ts.map +1 -1
- package/dist/Disclosure.js +328 -0
- package/dist/Disclosure.js.map +1 -0
- package/dist/Disclosure.jsx +230 -0
- package/dist/Disclosure.jsx.map +1 -0
- package/dist/DragAndDrop.d.ts.map +1 -1
- package/dist/DragAndDrop.js +176 -0
- package/dist/DragAndDrop.js.map +1 -0
- package/dist/DragAndDrop.jsx +160 -0
- package/dist/DragAndDrop.jsx.map +1 -0
- package/dist/DropZone.d.ts.map +1 -1
- package/dist/DropZone.js +189 -0
- package/dist/DropZone.js.map +1 -0
- package/dist/DropZone.jsx +144 -0
- package/dist/DropZone.jsx.map +1 -0
- package/dist/FieldError.js +66 -0
- package/dist/FieldError.js.map +1 -0
- package/dist/FieldError.jsx +47 -0
- package/dist/FieldError.jsx.map +1 -0
- package/dist/FileTrigger.js +79 -0
- package/dist/FileTrigger.js.map +1 -0
- package/dist/FileTrigger.jsx +49 -0
- package/dist/FileTrigger.jsx.map +1 -0
- package/dist/Focusable.js +70 -0
- package/dist/Focusable.js.map +1 -0
- package/dist/Focusable.jsx +69 -0
- package/dist/Focusable.jsx.map +1 -0
- package/dist/Form.js +99 -0
- package/dist/Form.js.map +1 -0
- package/dist/Form.jsx +73 -0
- package/dist/Form.jsx.map +1 -0
- package/dist/GridList.d.ts +34 -2
- package/dist/GridList.d.ts.map +1 -1
- package/dist/GridList.js +723 -0
- package/dist/GridList.js.map +1 -0
- package/dist/GridList.jsx +552 -0
- package/dist/GridList.jsx.map +1 -0
- package/dist/HiddenTimeInput.js +104 -0
- package/dist/HiddenTimeInput.js.map +1 -0
- package/dist/HiddenTimeInput.jsx +69 -0
- package/dist/HiddenTimeInput.jsx.map +1 -0
- package/dist/Icon.d.ts.map +1 -1
- package/dist/Icon.js +127 -0
- package/dist/Icon.js.map +1 -0
- package/dist/Icon.jsx +72 -0
- package/dist/Icon.jsx.map +1 -0
- package/dist/Keyboard.js +30 -0
- package/dist/Keyboard.js.map +1 -0
- package/dist/Keyboard.jsx +24 -0
- package/dist/Keyboard.jsx.map +1 -0
- package/dist/Landmark.js +134 -0
- package/dist/Landmark.js.map +1 -0
- package/dist/Landmark.jsx +118 -0
- package/dist/Landmark.jsx.map +1 -0
- package/dist/Link.d.ts.map +1 -1
- package/dist/Link.js +219 -0
- package/dist/Link.js.map +1 -0
- package/dist/Link.jsx +189 -0
- package/dist/Link.jsx.map +1 -0
- package/dist/ListBox.d.ts.map +1 -1
- package/dist/ListBox.js +670 -0
- package/dist/ListBox.js.map +1 -0
- package/dist/ListBox.jsx +508 -0
- package/dist/ListBox.jsx.map +1 -0
- package/dist/Menu.d.ts +27 -9
- package/dist/Menu.d.ts.map +1 -1
- package/dist/Menu.js +1254 -0
- package/dist/Menu.js.map +1 -0
- package/dist/Menu.jsx +1042 -0
- package/dist/Menu.jsx.map +1 -0
- package/dist/Meter.d.ts.map +1 -1
- package/dist/Meter.js +123 -0
- package/dist/Meter.js.map +1 -0
- package/dist/Meter.jsx +107 -0
- package/dist/Meter.jsx.map +1 -0
- package/dist/Modal.d.ts.map +1 -1
- package/dist/Modal.js +380 -0
- package/dist/Modal.js.map +1 -0
- package/dist/Modal.jsx +314 -0
- package/dist/Modal.jsx.map +1 -0
- package/dist/NumberField.d.ts +3 -3
- package/dist/NumberField.d.ts.map +1 -1
- package/dist/NumberField.js +573 -0
- package/dist/NumberField.js.map +1 -0
- package/dist/NumberField.jsx +443 -0
- package/dist/NumberField.jsx.map +1 -0
- package/dist/Popover.d.ts +10 -2
- package/dist/Popover.d.ts.map +1 -1
- package/dist/Popover.js +464 -0
- package/dist/Popover.js.map +1 -0
- package/dist/Popover.jsx +333 -0
- package/dist/Popover.jsx.map +1 -0
- package/dist/Pressable.js +69 -0
- package/dist/Pressable.js.map +1 -0
- package/dist/Pressable.jsx +68 -0
- package/dist/Pressable.jsx.map +1 -0
- package/dist/ProgressBar.d.ts.map +1 -1
- package/dist/ProgressBar.js +130 -0
- package/dist/ProgressBar.js.map +1 -0
- package/dist/ProgressBar.jsx +114 -0
- package/dist/ProgressBar.jsx.map +1 -0
- package/dist/RadioGroup.d.ts +82 -4
- package/dist/RadioGroup.d.ts.map +1 -1
- package/dist/RadioGroup.js +931 -0
- package/dist/RadioGroup.js.map +1 -0
- package/dist/RadioGroup.jsx +681 -0
- package/dist/RadioGroup.jsx.map +1 -0
- package/dist/RangeCalendar.d.ts.map +1 -1
- package/dist/RangeCalendar.js +410 -0
- package/dist/RangeCalendar.js.map +1 -0
- package/dist/RangeCalendar.jsx +253 -0
- package/dist/RangeCalendar.jsx.map +1 -0
- package/dist/RouterProvider.js +118 -0
- package/dist/RouterProvider.js.map +1 -0
- package/dist/RouterProvider.jsx +112 -0
- package/dist/RouterProvider.jsx.map +1 -0
- package/dist/SearchField.d.ts +2 -2
- package/dist/SearchField.d.ts.map +1 -1
- package/dist/SearchField.js +643 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/SearchField.jsx +526 -0
- package/dist/SearchField.jsx.map +1 -0
- package/dist/Select.d.ts.map +1 -1
- package/dist/Select.js +1031 -0
- package/dist/Select.js.map +1 -0
- package/dist/Select.jsx +744 -0
- package/dist/Select.jsx.map +1 -0
- package/dist/SelectionIndicator.d.ts.map +1 -1
- package/dist/SelectionIndicator.js +86 -0
- package/dist/SelectionIndicator.js.map +1 -0
- package/dist/SelectionIndicator.jsx +50 -0
- package/dist/SelectionIndicator.jsx.map +1 -0
- package/dist/Separator.js +97 -0
- package/dist/Separator.js.map +1 -0
- package/dist/Separator.jsx +85 -0
- package/dist/Separator.jsx.map +1 -0
- package/dist/SharedElementTransition.d.ts.map +1 -1
- package/dist/SharedElementTransition.js +165 -0
- package/dist/SharedElementTransition.js.map +1 -0
- package/dist/SharedElementTransition.jsx +138 -0
- package/dist/SharedElementTransition.jsx.map +1 -0
- package/dist/Slider.d.ts +33 -1
- package/dist/Slider.d.ts.map +1 -1
- package/dist/Slider.js +515 -0
- package/dist/Slider.js.map +1 -0
- package/dist/Slider.jsx +403 -0
- package/dist/Slider.jsx.map +1 -0
- package/dist/StepList.js +198 -0
- package/dist/StepList.js.map +1 -0
- package/dist/StepList.jsx +141 -0
- package/dist/StepList.jsx.map +1 -0
- package/dist/Switch.d.ts +65 -2
- package/dist/Switch.d.ts.map +1 -1
- package/dist/Switch.js +534 -0
- package/dist/Switch.js.map +1 -0
- package/dist/Switch.jsx +393 -0
- package/dist/Switch.jsx.map +1 -0
- package/dist/Table.d.ts +48 -0
- package/dist/Table.d.ts.map +1 -1
- package/dist/Table.js +1759 -0
- package/dist/Table.js.map +1 -0
- package/dist/Table.jsx +1348 -0
- package/dist/Table.jsx.map +1 -0
- package/dist/Tabs.d.ts +0 -4
- package/dist/Tabs.d.ts.map +1 -1
- package/dist/Tabs.js +595 -0
- package/dist/Tabs.js.map +1 -0
- package/dist/Tabs.jsx +367 -0
- package/dist/Tabs.jsx.map +1 -0
- package/dist/TagGroup.d.ts.map +1 -1
- package/dist/TagGroup.js +378 -0
- package/dist/TagGroup.js.map +1 -0
- package/dist/TagGroup.jsx +270 -0
- package/dist/TagGroup.jsx.map +1 -0
- package/dist/Text.d.ts +18 -6
- package/dist/Text.d.ts.map +1 -1
- package/dist/Text.js +42 -0
- package/dist/Text.js.map +1 -0
- package/dist/Text.jsx +35 -0
- package/dist/Text.jsx.map +1 -0
- package/dist/TextField.d.ts +6 -6
- package/dist/TextField.d.ts.map +1 -1
- package/dist/TextField.js +436 -0
- package/dist/TextField.js.map +1 -0
- package/dist/TextField.jsx +403 -0
- package/dist/TextField.jsx.map +1 -0
- package/dist/TimeField.d.ts +3 -3
- package/dist/TimeField.d.ts.map +1 -1
- package/dist/TimeField.js +372 -0
- package/dist/TimeField.js.map +1 -0
- package/dist/TimeField.jsx +224 -0
- package/dist/TimeField.jsx.map +1 -0
- package/dist/Toast.d.ts +14 -0
- package/dist/Toast.d.ts.map +1 -1
- package/dist/Toast.js +551 -0
- package/dist/Toast.js.map +1 -0
- package/dist/Toast.jsx +361 -0
- package/dist/Toast.jsx.map +1 -0
- package/dist/ToggleButton.d.ts.map +1 -1
- package/dist/ToggleButton.js +123 -0
- package/dist/ToggleButton.js.map +1 -0
- package/dist/ToggleButton.jsx +88 -0
- package/dist/ToggleButton.jsx.map +1 -0
- package/dist/ToggleButtonGroup.d.ts.map +1 -1
- package/dist/ToggleButtonGroup.js +114 -0
- package/dist/ToggleButtonGroup.js.map +1 -0
- package/dist/ToggleButtonGroup.jsx +85 -0
- package/dist/ToggleButtonGroup.jsx.map +1 -0
- package/dist/Toolbar.js +112 -0
- package/dist/Toolbar.js.map +1 -0
- package/dist/Toolbar.jsx +92 -0
- package/dist/Toolbar.jsx.map +1 -0
- package/dist/Tooltip.d.ts.map +1 -1
- package/dist/Tooltip.js +539 -0
- package/dist/Tooltip.js.map +1 -0
- package/dist/Tooltip.jsx +465 -0
- package/dist/Tooltip.jsx.map +1 -0
- package/dist/Tree.d.ts +14 -2
- package/dist/Tree.d.ts.map +1 -1
- package/dist/Tree.js +1424 -0
- package/dist/Tree.js.map +1 -0
- package/dist/Tree.jsx +1172 -0
- package/dist/Tree.jsx.map +1 -0
- package/dist/Virtualizer.d.ts +16 -2
- package/dist/Virtualizer.d.ts.map +1 -1
- package/dist/Virtualizer.js +2 -0
- package/dist/Virtualizer.jsx +2 -0
- package/dist/Virtualizer2.js +751 -0
- package/dist/Virtualizer2.js.map +1 -0
- package/dist/Virtualizer2.jsx +730 -0
- package/dist/Virtualizer2.jsx.map +1 -0
- package/dist/VirtualizerLayouts.d.ts +18 -0
- package/dist/VirtualizerLayouts.d.ts.map +1 -1
- package/dist/VisuallyHidden.js +42 -0
- package/dist/VisuallyHidden.js.map +1 -0
- package/dist/VisuallyHidden.jsx +35 -0
- package/dist/VisuallyHidden.jsx.map +1 -0
- package/dist/contexts.js +33 -0
- package/dist/contexts.js.map +1 -0
- package/dist/contexts.jsx +33 -0
- package/dist/contexts.jsx.map +1 -0
- package/dist/index.d.ts +7 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +70 -23932
- package/dist/index.jsx +70 -18337
- package/dist/useDragAndDrop.js +2 -0
- package/dist/useDragAndDrop.jsx +2 -0
- package/dist/useDragAndDrop2.js +395 -0
- package/dist/useDragAndDrop2.js.map +1 -0
- package/dist/useDragAndDrop2.jsx +395 -0
- package/dist/useDragAndDrop2.jsx.map +1 -0
- package/dist/utils.d.ts +83 -11
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +285 -0
- package/dist/utils.js.map +1 -0
- package/dist/utils.jsx +277 -0
- package/dist/utils.jsx.map +1 -0
- package/dist/virtualizer/Layout.js +144 -0
- package/dist/virtualizer/Layout.js.map +1 -0
- package/dist/virtualizer/Layout.jsx +144 -0
- package/dist/virtualizer/Layout.jsx.map +1 -0
- package/package.json +401 -4
- package/src/Breadcrumbs.tsx +3 -1
- package/src/Button.tsx +22 -2
- package/src/Calendar.tsx +27 -10
- package/src/CalendarPicker.tsx +73 -0
- package/src/Checkbox.tsx +539 -3
- package/src/Collection.tsx +9 -3
- package/src/Color.tsx +42 -14
- package/src/ComboBox.tsx +50 -6
- package/src/DateField.tsx +20 -2
- package/src/DatePicker.tsx +57 -5
- package/src/Dialog.tsx +13 -5
- package/src/Disclosure.tsx +3 -1
- package/src/DragAndDrop.tsx +3 -1
- package/src/DropZone.tsx +3 -1
- package/src/GridList.tsx +125 -24
- package/src/Icon.tsx +3 -1
- package/src/Link.tsx +3 -1
- package/src/ListBox.tsx +31 -4
- package/src/Menu.tsx +252 -128
- package/src/Meter.tsx +3 -1
- package/src/Modal.tsx +100 -52
- package/src/NumberField.tsx +51 -8
- package/src/Popover.tsx +40 -10
- package/src/ProgressBar.tsx +3 -1
- package/src/RadioGroup.tsx +468 -4
- package/src/RangeCalendar.tsx +3 -1
- package/src/SearchField.tsx +27 -3
- package/src/Select.tsx +22 -7
- package/src/SelectionIndicator.tsx +3 -1
- package/src/SharedElementTransition.tsx +3 -1
- package/src/Slider.tsx +159 -13
- package/src/Switch.tsx +395 -2
- package/src/Table.tsx +409 -95
- package/src/Tabs.tsx +16 -45
- package/src/TagGroup.tsx +3 -1
- package/src/Text.tsx +31 -10
- package/src/TextField.tsx +43 -5
- package/src/TimeField.tsx +20 -2
- package/src/Toast.tsx +79 -14
- package/src/ToggleButton.tsx +3 -1
- package/src/ToggleButtonGroup.tsx +3 -1
- package/src/Tooltip.tsx +3 -1
- package/src/Tree.tsx +77 -9
- package/src/Virtualizer.tsx +180 -31
- package/src/VirtualizerLayouts.ts +45 -10
- package/src/index.ts +50 -0
- package/src/utils.tsx +243 -27
- package/dist/index.js.map +0 -1
- package/dist/index.jsx.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Virtualizer2.jsx","names":[],"sources":["../src/VirtualizerLayouts.ts","../src/Virtualizer.tsx"],"sourcesContent":["/**\n * Layout primitives for solidaria-components Virtualizer.\n *\n * These are lightweight parity contracts inspired by RAC virtualizer layout APIs.\n */\n\nexport interface Point {\n x: number;\n y: number;\n}\n\nexport interface Rect {\n x: number;\n y: number;\n width: number;\n height: number;\n}\n\nexport interface Size {\n width: number;\n height: number;\n}\n\n/**\n * The primary orientation of a linear layout — the axis items stack along, which\n * is usually the direction the collection scrolls. Mirrors React Spectrum's\n * `Orientation` and `ListLayout`'s `orientation` option.\n */\nexport type Orientation = \"horizontal\" | \"vertical\";\n\nexport interface LayoutInfo {\n key: string | number;\n index: number;\n rect: Rect;\n}\n\nexport interface VirtualizerVisibleRange {\n start: number;\n end: number;\n offsetTop: number;\n offsetBottom: number;\n}\n\nexport interface VirtualizerRangeContext {\n itemCount: number;\n scrollOffset: number;\n viewportSize: number;\n overscan: number;\n viewportWidth?: number;\n}\n\nexport interface DefaultVirtualizerLayoutOptions {\n itemSize?: number;\n overscan?: number;\n viewportSize?: number;\n /**\n * The primary orientation of the items. Items offset along `x`/`width` when\n * `horizontal`, and along `y`/`height` when `vertical`.\n *\n * @default 'vertical'\n */\n orientation?: Orientation;\n}\n\nexport interface GridLayoutOptions extends DefaultVirtualizerLayoutOptions {\n rowHeight?: number;\n columnCount?: number;\n viewportWidth?: number;\n}\n\nexport interface WaterfallLayoutOptions extends GridLayoutOptions {\n minColumnWidth?: number;\n viewportWidth?: number;\n gap?: number;\n}\n\nexport interface VirtualizerLayoutInfoContext {\n viewportWidth: number;\n /**\n * The viewport height, used as the cross-axis size for a `horizontal` layout\n * (the analogue of `viewportWidth` for the `vertical` default).\n */\n viewportHeight?: number;\n}\n\nexport interface VirtualizerDropTarget {\n type: \"item\" | \"root\";\n index: number;\n position: \"before\" | \"on\" | \"after\";\n key?: string | number;\n parentKey?: string | number | null;\n level?: number;\n}\n\nfunction clampRange(\n itemCount: number,\n start: number,\n end: number,\n itemSize: number,\n): VirtualizerVisibleRange {\n const safeStart = Math.max(0, Math.min(start, itemCount));\n const safeEnd = Math.max(safeStart, Math.min(end, itemCount));\n return {\n start: safeStart,\n end: safeEnd,\n offsetTop: safeStart * itemSize,\n offsetBottom: Math.max(0, (itemCount - safeEnd) * itemSize),\n };\n}\n\nexport function calculateLinearVisibleRange(\n itemCount: number,\n scrollOffset: number,\n viewportSize: number,\n itemSize: number,\n overscan: number,\n): VirtualizerVisibleRange {\n if (itemCount <= 0) return { start: 0, end: 0, offsetTop: 0, offsetBottom: 0 };\n const safeItemSize = Math.max(1, itemSize);\n const safeViewport = Math.max(1, viewportSize);\n const safeOverscan = Math.max(0, overscan);\n const start = Math.floor(scrollOffset / safeItemSize) - safeOverscan;\n const visibleCount = Math.ceil(safeViewport / safeItemSize) + safeOverscan * 2;\n return clampRange(itemCount, start, start + visibleCount, safeItemSize);\n}\n\nexport class ListLayout {\n getVisibleRange(\n ctx: VirtualizerRangeContext,\n options?: DefaultVirtualizerLayoutOptions,\n ): VirtualizerVisibleRange {\n return calculateLinearVisibleRange(\n ctx.itemCount,\n ctx.scrollOffset,\n ctx.viewportSize,\n options?.itemSize ?? 40,\n options?.overscan ?? ctx.overscan,\n );\n }\n\n getLayoutInfo(\n index: number,\n context: VirtualizerLayoutInfoContext,\n options?: DefaultVirtualizerLayoutOptions,\n ): LayoutInfo {\n const itemSize = Math.max(1, options?.itemSize ?? 40);\n if ((options?.orientation ?? \"vertical\") === \"horizontal\") {\n // Items stack along the x axis; the cross axis (height) fills the viewport.\n return {\n key: String(index),\n index,\n rect: {\n x: index * itemSize,\n y: 0,\n width: itemSize,\n height: Math.max(0, context.viewportHeight ?? 0),\n },\n };\n }\n // Items stack along the y axis; the cross axis (width) fills the viewport.\n return {\n key: String(index),\n index,\n rect: {\n x: 0,\n y: index * itemSize,\n width: Math.max(0, context.viewportWidth),\n height: itemSize,\n },\n };\n }\n\n getDropTargetFromPoint(\n point: Point,\n itemCount: number,\n options?: DefaultVirtualizerLayoutOptions,\n ): VirtualizerDropTarget | null {\n if (itemCount <= 0) return { type: \"root\", index: -1, position: \"on\" };\n const itemSize = Math.max(1, options?.itemSize ?? 40);\n // Measure the drop point along the primary (scroll) axis.\n const offset = (options?.orientation ?? \"vertical\") === \"horizontal\" ? point.x : point.y;\n if (offset < 0) {\n return { type: \"item\", index: 0, position: \"before\" };\n }\n const totalSize = itemCount * itemSize;\n if (offset >= totalSize) {\n return { type: \"item\", index: itemCount - 1, position: \"after\" };\n }\n const rawIndex = Math.floor(offset / itemSize);\n const index = Math.max(0, Math.min(rawIndex, itemCount - 1));\n const offsetWithinItem = Math.max(0, offset - index * itemSize);\n const threshold = itemSize / 3;\n const position: VirtualizerDropTarget[\"position\"] =\n offsetWithinItem < threshold ? \"before\" : offsetWithinItem > threshold * 2 ? \"after\" : \"on\";\n return { type: \"item\", index, position };\n }\n}\n\nexport class TableLayout extends ListLayout {}\n\nexport class GridLayout {\n getVisibleRange(\n ctx: VirtualizerRangeContext,\n options?: GridLayoutOptions,\n ): VirtualizerVisibleRange {\n if (ctx.itemCount <= 0) return { start: 0, end: 0, offsetTop: 0, offsetBottom: 0 };\n const rowHeight = Math.max(1, options?.rowHeight ?? options?.itemSize ?? 40);\n const columns = Math.max(1, options?.columnCount ?? 1);\n const safeViewport = Math.max(1, ctx.viewportSize);\n const safeOverscan = Math.max(0, options?.overscan ?? ctx.overscan);\n\n const startRow = Math.max(0, Math.floor(ctx.scrollOffset / rowHeight) - safeOverscan);\n const visibleRows = Math.ceil(safeViewport / rowHeight) + safeOverscan * 2;\n const endRow = startRow + visibleRows;\n\n const start = startRow * columns;\n const end = Math.min(ctx.itemCount, endRow * columns);\n\n const totalRows = Math.ceil(ctx.itemCount / columns);\n const clampedStartRow = Math.floor(start / columns);\n const renderedRows = Math.ceil((end - start) / columns);\n const offsetTop = clampedStartRow * rowHeight;\n const offsetBottom = Math.max(0, (totalRows - clampedStartRow - renderedRows) * rowHeight);\n\n return { start, end, offsetTop, offsetBottom };\n }\n\n getLayoutInfo(\n index: number,\n context: VirtualizerLayoutInfoContext,\n options?: GridLayoutOptions,\n ): LayoutInfo {\n const rowHeight = Math.max(1, options?.rowHeight ?? options?.itemSize ?? 40);\n const columns = Math.max(1, options?.columnCount ?? 1);\n const row = Math.floor(index / columns);\n const col = index % columns;\n const width = Math.max(1, context.viewportWidth);\n const cellWidth = Math.floor(width / columns);\n return {\n key: String(index),\n index,\n rect: {\n x: col * cellWidth,\n y: row * rowHeight,\n width: cellWidth,\n height: rowHeight,\n },\n };\n }\n\n getDropTargetFromPoint(\n point: Point,\n itemCount: number,\n options?: GridLayoutOptions,\n ): VirtualizerDropTarget | null {\n if (itemCount <= 0) return { type: \"root\", index: -1, position: \"on\" };\n const rowHeight = Math.max(1, options?.rowHeight ?? options?.itemSize ?? 40);\n const columns = Math.max(1, options?.columnCount ?? 1);\n const totalRows = Math.ceil(itemCount / columns);\n const totalHeight = totalRows * rowHeight;\n if (point.y < 0) {\n return { type: \"item\", index: 0, position: \"before\" };\n }\n if (point.y >= totalHeight) {\n return { type: \"item\", index: itemCount - 1, position: \"after\" };\n }\n const width = Math.max(1, options?.viewportWidth ?? 320);\n const cellWidth = width / columns;\n const row = Math.max(0, Math.floor(point.y / rowHeight));\n const col = Math.max(0, Math.min(columns - 1, Math.floor(Math.max(0, point.x) / cellWidth)));\n const index = Math.max(0, Math.min(itemCount - 1, row * columns + col));\n const withinRow = Math.max(0, point.y - row * rowHeight);\n const threshold = rowHeight / 3;\n const position: VirtualizerDropTarget[\"position\"] =\n withinRow < threshold ? \"before\" : withinRow > threshold * 2 ? \"after\" : \"on\";\n return { type: \"item\", index, position };\n }\n}\n\nexport class WaterfallLayout extends GridLayout {\n override getVisibleRange(\n ctx: VirtualizerRangeContext,\n options?: WaterfallLayoutOptions,\n ): VirtualizerVisibleRange {\n const width = Math.max(1, options?.viewportWidth ?? 320);\n const minColumnWidth = Math.max(1, options?.minColumnWidth ?? 200);\n const gap = Math.max(0, options?.gap ?? 0);\n const columnCount = Math.max(1, Math.floor((width + gap) / (minColumnWidth + gap)));\n return super.getVisibleRange(ctx, { ...options, columnCount });\n }\n\n override getLayoutInfo(\n index: number,\n context: VirtualizerLayoutInfoContext,\n options?: WaterfallLayoutOptions,\n ): LayoutInfo {\n const width = Math.max(1, options?.viewportWidth ?? context.viewportWidth);\n const minColumnWidth = Math.max(1, options?.minColumnWidth ?? 200);\n const gap = Math.max(0, options?.gap ?? 0);\n const columnCount = Math.max(1, Math.floor((width + gap) / (minColumnWidth + gap)));\n return super.getLayoutInfo(index, context, { ...options, columnCount });\n }\n\n override getDropTargetFromPoint(\n point: Point,\n itemCount: number,\n options?: WaterfallLayoutOptions,\n ): VirtualizerDropTarget | null {\n const width = Math.max(1, options?.viewportWidth ?? 320);\n const minColumnWidth = Math.max(1, options?.minColumnWidth ?? 200);\n const gap = Math.max(0, options?.gap ?? 0);\n const columnCount = Math.max(1, Math.floor((width + gap) / (minColumnWidth + gap)));\n return super.getDropTargetFromPoint(point, itemCount, { ...options, columnCount });\n }\n}\n","/**\n * Virtualizer primitive for solidaria-components.\n *\n * Phase 1 parity: provides RAC-like API and context contract with\n * a safe non-virtualized fallback render path.\n */\n\nimport {\n type JSX,\n createContext,\n createMemo,\n createSignal,\n onCleanup,\n onMount,\n splitProps,\n useContext,\n} from \"solid-js\";\nimport type {\n DragTypes,\n DropOperation,\n DropTarget,\n ItemDropTarget,\n} from \"@proyecto-viviana/solid-stately\";\nimport { CollectionRendererContext, type CollectionRendererContextValue } from \"./Collection\";\nimport { filterDOMProps } from \"./utils\";\nimport {\n GridLayout,\n ListLayout,\n TableLayout,\n WaterfallLayout,\n calculateLinearVisibleRange,\n type DefaultVirtualizerLayoutOptions,\n type GridLayoutOptions,\n type LayoutInfo,\n type Orientation,\n type Point,\n type Rect,\n type Size,\n type VirtualizerRangeContext,\n type VirtualizerLayoutInfoContext,\n type VirtualizerDropTarget,\n type VirtualizerVisibleRange,\n type WaterfallLayoutOptions,\n} from \"./VirtualizerLayouts\";\n\nexport interface LayoutOptionsDelegate<O> {\n useLayoutOptions?(): O;\n}\n\nexport interface VirtualizerLayout<O = unknown> extends LayoutOptionsDelegate<O> {\n getVisibleRange?(context: VirtualizerRangeContext, options?: O): VirtualizerVisibleRange;\n getLayoutInfo?(index: number, context: VirtualizerLayoutInfoContext, options?: O): LayoutInfo;\n getDropTargetFromPoint?(\n point: Point,\n itemCount: number,\n options?: O,\n ): VirtualizerDropTarget | null;\n}\n\nexport interface VirtualizerLayoutClass<O> {\n new (): VirtualizerLayout<O>;\n}\n\nexport type VirtualizerKeyboardNavigationOverride = (\n target: DropTarget | null,\n direction: \"next\" | \"previous\",\n isValidDropTarget: (target: DropTarget) => boolean,\n) => DropTarget | null;\n\nexport interface VirtualizerContextValue<O = unknown> {\n layout: VirtualizerLayout<O>;\n layoutOptions?: O;\n isVirtualized: boolean;\n /**\n * The resolved primary orientation of the layout. Consumers render their\n * windowing spacers along this axis (`width` when `horizontal`, `height`\n * when `vertical`) so the spacer size matches the offsets `getVisibleRange`\n * produced.\n */\n orientation: Orientation;\n getVisibleRange: (itemCount: number) => VirtualizerVisibleRange;\n getLayoutInfo: (index: number) => LayoutInfo;\n getDropTargetFromPoint: (point: Point, itemCount: number) => VirtualizerDropTarget | null;\n setDropTargetResolver: (resolver: VirtualizerDropTargetResolver | undefined) => void;\n setDropTargetItemCountResolver: (resolver: (() => number) | undefined) => void;\n setDropTargetIndexResolver: (\n resolver: ((key: string | number) => number | null) | undefined,\n ) => void;\n setDropOperationResolver: (resolver: VirtualizerDropOperationResolver | undefined) => void;\n setKeyboardNavigationOverride: (\n override: VirtualizerKeyboardNavigationOverride | undefined,\n ) => void;\n getBaseKeyboardNavigationTarget: VirtualizerKeyboardNavigationOverride;\n}\n\nexport type VirtualizerDropTargetResolver = (\n target: VirtualizerDropTarget,\n) => VirtualizerDropTarget;\nexport type VirtualizerDropOperationResolver = (\n target: DropTarget,\n types: DragTypes,\n allowedOperations: DropOperation[],\n) => DropOperation;\n\nexport const VirtualizerContext = createContext<VirtualizerContextValue<unknown> | null>(null);\n\nexport function useVirtualizerContext<O>(): VirtualizerContextValue<O> | null {\n return useContext(VirtualizerContext) as VirtualizerContextValue<O> | null;\n}\n\nexport interface VirtualizerProps<O> extends Omit<\n JSX.HTMLAttributes<HTMLDivElement>,\n \"children\" | \"class\" | \"style\"\n> {\n /** The child collection to virtualize (e.g. ListBox, GridList, or Table). */\n children: JSX.Element;\n /** Layout object or constructor for layout behavior and options delegation. */\n layout: VirtualizerLayoutClass<O> | VirtualizerLayout<O>;\n /** Layout options consumed by the layout implementation. */\n layoutOptions?: O;\n /** Optional renderer for collection drop indicators in virtualized flows. */\n renderDropIndicator?: (\n index: number,\n position: \"before\" | \"after\" | \"on\",\n ) => JSX.Element | undefined;\n /** Optional operation resolver for collection drop target operations. */\n getDropOperation?: VirtualizerDropOperationResolver;\n /**\n * Whether the collection may scroll with the page rather than only within its\n * own scroll container. When enabled (the default, matching react-aria-components),\n * the visible rect is the intersection of the window viewport with the scroll view,\n * so a virtualizer with unbounded height still virtualizes as the page scrolls.\n */\n allowsWindowScrolling?: boolean;\n class?: string;\n style?: string | JSX.CSSProperties;\n}\n\nfunction getObjectValue<T extends object, K extends keyof T>(\n value: T | undefined,\n key: K,\n): T[K] | undefined {\n return value?.[key];\n}\n\nfunction isSameRange(a: VirtualizerVisibleRange, b: VirtualizerVisibleRange): boolean {\n return (\n a.start === b.start &&\n a.end === b.end &&\n a.offsetTop === b.offsetTop &&\n a.offsetBottom === b.offsetBottom\n );\n}\n\nfunction isSameLayoutInfo(a: LayoutInfo, b: LayoutInfo): boolean {\n return (\n a.key === b.key &&\n a.index === b.index &&\n a.rect.x === b.rect.x &&\n a.rect.y === b.rect.y &&\n a.rect.width === b.rect.width &&\n a.rect.height === b.rect.height\n );\n}\n\n/**\n * A Virtualizer renders collection content under a virtualized layout contract.\n * Current implementation supports fixed-size visible range virtualization.\n */\nexport function Virtualizer<O>(props: VirtualizerProps<O>): JSX.Element {\n const [local, domProps] = splitProps(props, [\n \"children\",\n \"layout\",\n \"layoutOptions\",\n \"renderDropIndicator\",\n \"getDropOperation\",\n \"allowsWindowScrolling\",\n \"class\",\n \"style\",\n ]);\n // The scroll view's own scroll position (its scrollTop).\n const [scrollOffset, setScrollOffset] = createSignal(0);\n // The scroll view's horizontal scroll position (its scrollLeft), used as the\n // primary scroll axis when the layout's orientation is horizontal.\n const [scrollOffsetX, setScrollOffsetX] = createSignal(0);\n // How far the scroll view's top edge is above the window viewport, due to the\n // page (or an ancestor) being scrolled. Mirrors upstream ScrollView.viewportOffset.\n const [viewportOffset, setViewportOffset] = createSignal(0);\n // The window viewport height, used as the visible height cap when window scrolling.\n const [windowViewportSize, setWindowViewportSize] = createSignal(0);\n // The scroll view's own measured size (clientHeight/clientWidth).\n const [measuredViewportSize, setMeasuredViewportSize] = createSignal(0);\n const [measuredViewportWidth, setMeasuredViewportWidth] = createSignal(0);\n const allowsWindowScrolling = createMemo(() => local.allowsWindowScrolling ?? true);\n // Whether the scroll view is actively scrolling. Mirrors upstream ScrollView's\n // `isScrolling`: while scrolling, the content gets `pointer-events: none` so pointer\n // events don't hit rows recycling under a stationary cursor (avoiding hover-state\n // flicker and needless hit-testing). It flips back 300ms after the last scroll.\n const [isScrolling, setIsScrolling] = createSignal(false);\n const [dropTargetResolver, setDropTargetResolver] = createSignal<\n VirtualizerDropTargetResolver | undefined\n >(undefined);\n const [dropTargetItemCountResolver, setDropTargetItemCountResolver] = createSignal<\n (() => number) | undefined\n >(undefined);\n const [dropTargetIndexResolver, setDropTargetIndexResolver] = createSignal<\n ((key: string | number) => number | null) | undefined\n >(undefined);\n const [dropOperationResolver, setDropOperationResolver] = createSignal<\n VirtualizerDropOperationResolver | undefined\n >(undefined);\n const [keyboardNavigationOverride, setKeyboardNavigationOverride] = createSignal<\n VirtualizerKeyboardNavigationOverride | undefined\n >(undefined);\n let containerRef: HTMLDivElement | undefined;\n const fallbackLayout = new ListLayout();\n const visibleRangeCache = new Map<number, VirtualizerVisibleRange>();\n const layoutInfoCache = new Map<number, LayoutInfo>();\n\n const layout = createMemo<VirtualizerLayout<O>>(() => {\n if (typeof local.layout === \"function\") {\n return new local.layout();\n }\n return local.layout;\n });\n const resolvedLayout = createMemo<VirtualizerLayout<O>>(() => {\n return layout() ?? (new ListLayout() as VirtualizerLayout<O>);\n });\n\n const resolvedLayoutOptions = createMemo<O | undefined>(() => {\n const fromLayout = resolvedLayout().useLayoutOptions?.();\n if (local.layoutOptions && fromLayout) {\n return { ...local.layoutOptions, ...fromLayout };\n }\n return local.layoutOptions ?? fromLayout;\n });\n\n const virtualOptions = createMemo(\n () => resolvedLayoutOptions() as DefaultVirtualizerLayoutOptions | undefined,\n );\n const layoutOptionsWithViewport = createMemo(() => {\n const options = resolvedLayoutOptions();\n if (options && typeof options === \"object\") {\n return {\n ...(options as Record<string, unknown>),\n viewportWidth: measuredViewportWidth(),\n } as O;\n }\n return { viewportWidth: measuredViewportWidth() } as O;\n });\n const itemSize = createMemo(() => getObjectValue(virtualOptions(), \"itemSize\") ?? 40);\n const overscan = createMemo(() => getObjectValue(virtualOptions(), \"overscan\") ?? 2);\n const orientation = createMemo<Orientation>(\n () => getObjectValue(virtualOptions(), \"orientation\") ?? \"vertical\",\n );\n // The effective visible height. When window scrolling, this is the scroll view's\n // size intersected with the window viewport (capped to what is actually on screen),\n // mirroring upstream ScrollView.updateVisibleRect. Otherwise it is the scroll view's\n // own clientHeight. An explicit `viewportSize` layout option still takes precedence.\n const viewportSize = createMemo(() => {\n const explicit = getObjectValue(virtualOptions(), \"viewportSize\");\n if (explicit != null) return explicit;\n const elementSize = measuredViewportSize() ?? 0;\n if (allowsWindowScrolling()) {\n return Math.max(0, Math.min(elementSize - viewportOffset(), windowViewportSize()));\n }\n return elementSize;\n });\n // The top of the visible rect in content coordinates: the scroll view's own scroll\n // position plus how far it has been pushed above the window viewport by page scroll.\n const effectiveScrollOffset = createMemo(() =>\n allowsWindowScrolling() ? scrollOffset() + viewportOffset() : scrollOffset(),\n );\n // The primary-axis scroll offset and viewport size, selected by orientation.\n // A horizontal layout scrolls along x (scrollLeft / client width); the vertical\n // default scrolls along y (with the window-scrolling adjustments above).\n const mainScrollOffset = createMemo(() =>\n orientation() === \"horizontal\" ? scrollOffsetX() : effectiveScrollOffset(),\n );\n const mainViewportSize = createMemo(() => {\n if (orientation() !== \"horizontal\") return viewportSize();\n const explicit = getObjectValue(virtualOptions(), \"viewportSize\");\n return explicit != null ? explicit : measuredViewportWidth();\n });\n\n const getVisibleRange = (itemCount: number): VirtualizerVisibleRange => {\n const ctx: VirtualizerRangeContext = {\n itemCount,\n scrollOffset: mainScrollOffset(),\n viewportSize: mainViewportSize(),\n overscan: overscan(),\n viewportWidth: measuredViewportWidth(),\n };\n const layoutResult = resolvedLayout().getVisibleRange?.(ctx, layoutOptionsWithViewport());\n const nextRange =\n layoutResult ??\n calculateLinearVisibleRange(\n itemCount,\n ctx.scrollOffset,\n ctx.viewportSize,\n itemSize(),\n ctx.overscan,\n );\n const cachedRange = visibleRangeCache.get(itemCount);\n if (cachedRange && isSameRange(cachedRange, nextRange)) {\n return cachedRange;\n }\n visibleRangeCache.set(itemCount, nextRange);\n return nextRange;\n };\n const getLayoutInfo = (index: number): LayoutInfo => {\n const ctx: VirtualizerLayoutInfoContext = {\n viewportWidth: measuredViewportWidth(),\n viewportHeight: measuredViewportSize(),\n };\n const layoutResult = resolvedLayout().getLayoutInfo?.(index, ctx, layoutOptionsWithViewport());\n const nextInfo =\n layoutResult ??\n (orientation() === \"horizontal\"\n ? {\n key: String(index),\n index,\n rect: {\n x: index * itemSize(),\n y: 0,\n width: itemSize(),\n height: Math.max(0, measuredViewportSize()),\n },\n }\n : {\n key: String(index),\n index,\n rect: {\n x: 0,\n y: index * itemSize(),\n width: Math.max(0, measuredViewportWidth()),\n height: itemSize(),\n },\n });\n const cachedInfo = layoutInfoCache.get(index);\n if (cachedInfo && isSameLayoutInfo(cachedInfo, nextInfo)) {\n return cachedInfo;\n }\n layoutInfoCache.set(index, nextInfo);\n return nextInfo;\n };\n const getDropTargetFromPoint = (\n point: Point,\n itemCount: number,\n ): VirtualizerDropTarget | null => {\n const target =\n resolvedLayout().getDropTargetFromPoint?.(point, itemCount, layoutOptionsWithViewport()) ??\n fallbackLayout.getDropTargetFromPoint(point, itemCount, virtualOptions());\n if (!target) return null;\n const resolver = dropTargetResolver();\n return resolver ? resolver(target) : target;\n };\n const assignDropTargetResolver = (resolver: VirtualizerDropTargetResolver | undefined): void => {\n setDropTargetResolver(() => resolver);\n };\n const assignDropTargetItemCountResolver = (resolver: (() => number) | undefined): void => {\n setDropTargetItemCountResolver(() => resolver);\n };\n const assignDropTargetIndexResolver = (\n resolver: ((key: string | number) => number | null) | undefined,\n ): void => {\n setDropTargetIndexResolver(() => resolver);\n };\n const assignDropOperationResolver = (\n resolver: VirtualizerDropOperationResolver | undefined,\n ): void => {\n setDropOperationResolver(() => resolver);\n };\n const assignKeyboardNavigationOverride = (\n override: VirtualizerKeyboardNavigationOverride | undefined,\n ): void => {\n setKeyboardNavigationOverride(() => override);\n };\n const toCollectionDropTarget = (target: VirtualizerDropTarget): DropTarget => {\n if (target.type === \"root\") return { type: \"root\" };\n const key = target.key ?? target.index;\n return {\n type: \"item\",\n key,\n dropPosition: target.position,\n } as ItemDropTarget;\n };\n const getCollectionDropTargetFromPoint = (\n x: number,\n y: number,\n isValidDropTarget: (target: DropTarget) => boolean,\n ): DropTarget | null => {\n const itemCount = dropTargetItemCountResolver()?.() ?? 0;\n const virtualTarget = getDropTargetFromPoint({ x, y }, itemCount);\n if (!virtualTarget) return null;\n const mappedTarget = toCollectionDropTarget(virtualTarget);\n if (isValidDropTarget(mappedTarget)) return mappedTarget;\n if (mappedTarget.type === \"item\") {\n const alternatePositions: Array<\"before\" | \"after\" | \"on\"> =\n mappedTarget.dropPosition === \"on\"\n ? [\"before\", \"after\"]\n : mappedTarget.dropPosition === \"before\"\n ? [\"on\", \"after\"]\n : [\"on\", \"before\"];\n for (const position of alternatePositions) {\n const alternateTarget: DropTarget = {\n ...mappedTarget,\n dropPosition: position,\n };\n if (isValidDropTarget(alternateTarget)) return alternateTarget;\n }\n const rootTarget: DropTarget = { type: \"root\" };\n if (isValidDropTarget(rootTarget)) return rootTarget;\n }\n return null;\n };\n const getCollectionDropOperation = (\n target: DropTarget,\n types: DragTypes,\n allowedOperations: DropOperation[],\n ): DropOperation => {\n const resolver = dropOperationResolver() ?? local.getDropOperation;\n if (resolver) return resolver(target, types, allowedOperations);\n if (allowedOperations.length === 0) return \"cancel\";\n if (target.type === \"root\") {\n if (allowedOperations.includes(\"copy\")) return \"copy\";\n if (allowedOperations.includes(\"move\")) return \"move\";\n } else if (target.dropPosition === \"on\") {\n if (allowedOperations.includes(\"copy\")) return \"copy\";\n if (allowedOperations.includes(\"move\")) return \"move\";\n } else {\n if (allowedOperations.includes(\"move\")) return \"move\";\n if (allowedOperations.includes(\"copy\")) return \"copy\";\n }\n if (allowedOperations.includes(\"link\")) return \"link\";\n return allowedOperations.find((operation) => operation !== \"cancel\") ?? \"cancel\";\n };\n const getBaseKeyboardNavigationTarget = (\n target: DropTarget | null,\n direction: \"next\" | \"previous\",\n isValidDropTarget: (target: DropTarget) => boolean,\n ): DropTarget | null => {\n const itemCount = dropTargetItemCountResolver()?.() ?? 0;\n if (itemCount <= 0) {\n const rootTarget: DropTarget = { type: \"root\" };\n return isValidDropTarget(rootTarget) ? rootTarget : null;\n }\n\n const resolveCurrentIndex = (currentTarget: DropTarget | null): number | null => {\n if (!currentTarget || currentTarget.type === \"root\") return null;\n const resolver = dropTargetIndexResolver();\n if (resolver) {\n const fromResolver = resolver(currentTarget.key);\n if (fromResolver != null && fromResolver >= 0 && fromResolver < itemCount)\n return fromResolver;\n return null;\n }\n if (\n typeof currentTarget.key === \"number\" &&\n currentTarget.key >= 0 &&\n currentTarget.key < itemCount\n ) {\n return currentTarget.key;\n }\n return null;\n };\n const getCurrentIndex = (currentTarget: DropTarget | null): number => {\n if (!currentTarget || currentTarget.type === \"root\") {\n return direction === \"next\" ? -1 : itemCount;\n }\n const resolvedIndex = resolveCurrentIndex(currentTarget);\n if (resolvedIndex != null) return resolvedIndex;\n return direction === \"next\" ? -1 : itemCount;\n };\n const tryCurrentItemTransition = (currentTarget: DropTarget | null): DropTarget | null => {\n if (!currentTarget || currentTarget.type !== \"item\") return null;\n const tryPosition = (position: \"before\" | \"on\" | \"after\"): DropTarget | null => {\n if (currentTarget.dropPosition === position) return null;\n const nextTarget: DropTarget = {\n type: \"item\",\n key: currentTarget.key,\n dropPosition: position,\n };\n return isValidDropTarget(nextTarget) ? nextTarget : null;\n };\n\n if (direction === \"next\") {\n if (currentTarget.dropPosition === \"before\") {\n return tryPosition(\"on\") ?? tryPosition(\"after\");\n }\n if (currentTarget.dropPosition === \"on\") {\n return tryPosition(\"after\");\n }\n } else {\n if (currentTarget.dropPosition === \"after\") {\n return tryPosition(\"on\") ?? tryPosition(\"before\");\n }\n if (currentTarget.dropPosition === \"on\") {\n return tryPosition(\"before\");\n }\n }\n\n return null;\n };\n const scanFromIndex = (\n startIndex: number,\n step: number,\n directionForInsertion: \"next\" | \"previous\",\n ): DropTarget | null => {\n for (let index = startIndex; index >= 0 && index < itemCount; index += step) {\n const onTarget = tryTarget(index, \"on\");\n if (onTarget) return onTarget;\n\n const insertionOrder: Array<\"before\" | \"after\"> =\n directionForInsertion === \"next\" ? [\"before\", \"after\"] : [\"after\", \"before\"];\n for (const position of insertionOrder) {\n const insertionTarget = tryTarget(index, position);\n if (insertionTarget) return insertionTarget;\n }\n }\n return null;\n };\n const findNavigationTarget = (currentIndex: number, step = 1): DropTarget | null => {\n const delta = direction === \"next\" ? 1 : -1;\n const stepSize = Math.max(1, step);\n const nextStart = currentIndex + delta * stepSize;\n const clampedStart = Math.max(0, Math.min(itemCount - 1, nextStart));\n if (nextStart < 0 || nextStart >= itemCount) {\n const rootTarget: DropTarget = { type: \"root\" };\n return isValidDropTarget(rootTarget) ? rootTarget : null;\n }\n const primaryTarget = scanFromIndex(clampedStart, delta, direction);\n if (primaryTarget) return primaryTarget;\n const oppositeDirection: \"next\" | \"previous\" = direction === \"next\" ? \"previous\" : \"next\";\n const oppositeTarget = scanFromIndex(clampedStart - delta, -delta, oppositeDirection);\n if (oppositeTarget) return oppositeTarget;\n\n const rootTarget: DropTarget = { type: \"root\" };\n return isValidDropTarget(rootTarget) ? rootTarget : null;\n };\n const tryTarget = (index: number, position: \"on\" | \"before\" | \"after\"): DropTarget | null => {\n const layoutInfo = getLayoutInfo(index);\n const virtualTarget = getDropTargetFromPoint(\n {\n x: layoutInfo.rect.x + 1,\n y: layoutInfo.rect.y + layoutInfo.rect.height / 2,\n },\n itemCount,\n );\n if (!virtualTarget || virtualTarget.type === \"root\") return null;\n const nextTarget = toCollectionDropTarget({ ...virtualTarget, position });\n return isValidDropTarget(nextTarget) ? nextTarget : null;\n };\n const tryBoundaryTarget = (boundaryDirection: \"next\" | \"previous\"): DropTarget | null => {\n const boundaryIndex = boundaryDirection === \"next\" ? 0 : itemCount - 1;\n const boundaryOrder: Array<\"before\" | \"on\" | \"after\"> =\n boundaryDirection === \"next\" ? [\"before\", \"on\", \"after\"] : [\"after\", \"on\", \"before\"];\n for (const position of boundaryOrder) {\n const candidate = tryTarget(boundaryIndex, position);\n if (candidate) return candidate;\n }\n return null;\n };\n const directTransition =\n resolveCurrentIndex(target) != null ? tryCurrentItemTransition(target) : null;\n if (directTransition) return directTransition;\n if (!target || target.type === \"root\") {\n const boundaryTarget = tryBoundaryTarget(direction);\n if (boundaryTarget) return boundaryTarget;\n const rootTarget: DropTarget = { type: \"root\" };\n return isValidDropTarget(rootTarget) ? rootTarget : null;\n }\n const currentIndex = getCurrentIndex(target);\n const nextStart = currentIndex + (direction === \"next\" ? 1 : -1);\n if (nextStart < 0 || nextStart >= itemCount) {\n const rootTarget: DropTarget = { type: \"root\" };\n if (isValidDropTarget(rootTarget)) return rootTarget;\n const wrappedBoundary = tryBoundaryTarget(direction);\n if (wrappedBoundary) return wrappedBoundary;\n return null;\n }\n return findNavigationTarget(currentIndex, 1);\n };\n const getKeyboardNavigationTarget = (\n target: DropTarget | null,\n direction: \"next\" | \"previous\",\n isValidDropTarget: (target: DropTarget) => boolean,\n ): DropTarget | null => {\n // If a collection component (e.g. Tree) has installed a keyboard navigation override,\n // delegate to it. This enables collection-aware navigation (tree branch traversal, etc.).\n const override = keyboardNavigationOverride();\n if (override) {\n return override(target, direction, isValidDropTarget);\n }\n return getBaseKeyboardNavigationTarget(target, direction, isValidDropTarget);\n };\n const getKeyboardPageNavigationTarget = (\n target: DropTarget | null,\n direction: \"next\" | \"previous\",\n isValidDropTarget: (target: DropTarget) => boolean,\n ): DropTarget | null => {\n const itemCount = dropTargetItemCountResolver()?.() ?? 0;\n if (itemCount <= 0) {\n const rootTarget: DropTarget = { type: \"root\" };\n return isValidDropTarget(rootTarget) ? rootTarget : null;\n }\n if (!target || target.type === \"root\") {\n const startIndex = direction === \"next\" ? 0 : itemCount - 1;\n const delta = direction === \"next\" ? 1 : -1;\n const boundaryOrder: Array<\"before\" | \"on\" | \"after\"> =\n direction === \"next\" ? [\"before\", \"on\", \"after\"] : [\"after\", \"on\", \"before\"];\n for (let index = startIndex; index >= 0 && index < itemCount; index += delta) {\n const layoutInfo = getLayoutInfo(index);\n const virtualTarget = getDropTargetFromPoint(\n {\n x: layoutInfo.rect.x + 1,\n y: layoutInfo.rect.y + layoutInfo.rect.height / 2,\n },\n itemCount,\n );\n if (!virtualTarget || virtualTarget.type === \"root\") continue;\n for (const position of boundaryOrder) {\n const candidate = toCollectionDropTarget({ ...virtualTarget, position });\n if (isValidDropTarget(candidate)) return candidate;\n }\n }\n const rootTarget: DropTarget = { type: \"root\" };\n return isValidDropTarget(rootTarget) ? rootTarget : null;\n }\n const resolver = dropTargetIndexResolver();\n const resolvedIndex = resolver?.(target.key);\n const currentIndex =\n resolvedIndex != null\n ? resolvedIndex\n : resolver\n ? direction === \"next\"\n ? -1\n : itemCount\n : typeof target.key === \"number\"\n ? target.key\n : direction === \"next\"\n ? -1\n : itemCount;\n const pageSize = Math.max(1, Math.floor(mainViewportSize() / Math.max(1, itemSize())));\n const delta = direction === \"next\" ? 1 : -1;\n const nextStart = currentIndex + delta * pageSize;\n const clampedStart = Math.max(0, Math.min(itemCount - 1, nextStart));\n const tryTarget = (index: number, position: \"on\" | \"before\" | \"after\"): DropTarget | null => {\n const layoutInfo = getLayoutInfo(index);\n const virtualTarget = getDropTargetFromPoint(\n {\n x: layoutInfo.rect.x + 1,\n y: layoutInfo.rect.y + layoutInfo.rect.height / 2,\n },\n itemCount,\n );\n if (!virtualTarget || virtualTarget.type === \"root\") return null;\n const nextTarget = toCollectionDropTarget({ ...virtualTarget, position });\n return isValidDropTarget(nextTarget) ? nextTarget : null;\n };\n const scanFromIndex = (startIndex: number, step: number): DropTarget | null => {\n const insertionOrder: Array<\"before\" | \"after\"> =\n step > 0 ? [\"before\", \"after\"] : [\"after\", \"before\"];\n for (let index = startIndex; index >= 0 && index < itemCount; index += step) {\n const onTarget = tryTarget(index, \"on\");\n if (onTarget) return onTarget;\n for (const position of insertionOrder) {\n const insertionTarget = tryTarget(index, position);\n if (insertionTarget) return insertionTarget;\n }\n }\n return null;\n };\n if (nextStart < 0 || nextStart >= itemCount) {\n if (direction === \"next\") {\n const endBoundaryTarget =\n tryTarget(itemCount - 1, \"after\") ??\n tryTarget(itemCount - 1, \"on\") ??\n tryTarget(itemCount - 1, \"before\");\n if (endBoundaryTarget) return endBoundaryTarget;\n const backwardFallback = scanFromIndex(itemCount - 1, -1);\n if (backwardFallback) return backwardFallback;\n } else {\n if (currentIndex <= 0) {\n const rootTarget: DropTarget = { type: \"root\" };\n if (isValidDropTarget(rootTarget)) return rootTarget;\n }\n const startBoundaryTarget =\n tryTarget(0, \"before\") ?? tryTarget(0, \"on\") ?? tryTarget(0, \"after\");\n if (startBoundaryTarget) return startBoundaryTarget;\n const forwardFallback = scanFromIndex(0, 1);\n if (forwardFallback) return forwardFallback;\n }\n\n const rootTarget: DropTarget = { type: \"root\" };\n return isValidDropTarget(rootTarget) ? rootTarget : null;\n }\n const primaryTarget = scanFromIndex(clampedStart, delta);\n if (primaryTarget) return primaryTarget;\n const oppositeTarget = scanFromIndex(clampedStart - delta, -delta);\n if (oppositeTarget) return oppositeTarget;\n\n const rootTarget: DropTarget = { type: \"root\" };\n return isValidDropTarget(rootTarget) ? rootTarget : null;\n };\n\n const contextValue = createMemo<VirtualizerContextValue<O>>(() => ({\n layout: resolvedLayout(),\n layoutOptions: resolvedLayoutOptions(),\n isVirtualized: true,\n orientation: orientation(),\n getVisibleRange,\n getLayoutInfo,\n getDropTargetFromPoint,\n setDropTargetResolver: assignDropTargetResolver,\n setDropTargetItemCountResolver: assignDropTargetItemCountResolver,\n setDropTargetIndexResolver: assignDropTargetIndexResolver,\n setDropOperationResolver: assignDropOperationResolver,\n setKeyboardNavigationOverride: assignKeyboardNavigationOverride,\n getBaseKeyboardNavigationTarget,\n }));\n const collectionRenderer = createMemo<CollectionRendererContextValue<unknown>>(() => ({\n renderItem: (item) => item as JSX.Element,\n isVirtualized: true,\n layoutDelegate: resolvedLayout(),\n dropTargetDelegate: {\n getDropTargetFromPoint: getCollectionDropTargetFromPoint,\n getDropOperation: getCollectionDropOperation,\n getKeyboardNavigationTarget,\n getKeyboardPageNavigationTarget,\n },\n renderDropIndicator: local.renderDropIndicator,\n }));\n\n const filteredDomProps = createMemo(() => filterDOMProps(domProps, { global: true }));\n\n const updateViewportSize = () => {\n if (!containerRef) return;\n const nextHeight = containerRef.clientHeight;\n const nextWidth = containerRef.clientWidth;\n if (nextHeight !== measuredViewportSize()) setMeasuredViewportSize(nextHeight);\n if (nextWidth !== measuredViewportWidth()) setMeasuredViewportWidth(nextWidth);\n };\n\n const updateWindowViewport = () => {\n if (typeof window === \"undefined\") return;\n const next = window.innerHeight;\n if (next !== windowViewportSize()) setWindowViewportSize(next);\n };\n\n // Recompute how far the scroll view's top edge sits above the window viewport.\n // A negative bounding-rect top means the scroll view has been pushed up by page\n // (or ancestor) scrolling; the offset is the amount scrolled past its top.\n const updateViewportOffset = () => {\n if (!containerRef || !allowsWindowScrolling()) return;\n const rect = containerRef.getBoundingClientRect();\n const next = rect.y < 0 ? -rect.y : 0;\n if (next !== viewportOffset()) setViewportOffset(next);\n };\n\n let scrollFrame: number | undefined;\n // Debounce handle that resets `isScrolling` after scrolling stops.\n let scrollEndTimeout: ReturnType<typeof setTimeout> | undefined;\n onCleanup(() => {\n if (scrollFrame != null) cancelAnimationFrame(scrollFrame);\n if (scrollEndTimeout != null) clearTimeout(scrollEndTimeout);\n });\n\n onMount(() => {\n updateViewportSize();\n updateWindowViewport();\n updateViewportOffset();\n\n const handleResize = () => {\n updateViewportSize();\n updateWindowViewport();\n updateViewportOffset();\n };\n window.addEventListener(\"resize\", handleResize);\n\n const resizeObserver =\n typeof ResizeObserver !== \"undefined\" ? new ResizeObserver(() => updateViewportSize()) : null;\n if (containerRef && resizeObserver) {\n resizeObserver.observe(containerRef);\n }\n\n // A capturing listener on the document sees scroll events on the scroll view\n // itself as well as on any ancestor (including the page), so a single handler\n // can update the local scroll position or the window offset as appropriate.\n const handleDocumentScroll = (e: Event) => {\n if (!containerRef) return;\n const target = e.target as Node | null;\n const isContainer = target === containerRef;\n const isAncestor =\n target === document ||\n target === (window as unknown as Node) ||\n (target instanceof Node && target.contains(containerRef));\n if (!isContainer && !isAncestor) return;\n // An ancestor/page scroll only matters when the collection scrolls with the page.\n if (!isContainer && !allowsWindowScrolling()) return;\n\n // Flag active scrolling and (re)arm the reset for 300ms after the last scroll.\n // Our handler is already rAF-throttled, so a plain clear/reset debounce matches\n // upstream's scrollEndTime bookkeeping without the extra accounting.\n if (!isScrolling()) setIsScrolling(true);\n if (scrollEndTimeout != null) clearTimeout(scrollEndTimeout);\n scrollEndTimeout = setTimeout(() => {\n scrollEndTimeout = undefined;\n setIsScrolling(false);\n }, 300);\n\n if (scrollFrame != null) cancelAnimationFrame(scrollFrame);\n scrollFrame = requestAnimationFrame(() => {\n scrollFrame = undefined;\n if (isContainer) {\n const next = Math.max(0, containerRef!.scrollTop);\n if (next !== scrollOffset()) setScrollOffset(next);\n const nextX = Math.max(0, containerRef!.scrollLeft);\n if (nextX !== scrollOffsetX()) setScrollOffsetX(nextX);\n } else {\n updateViewportOffset();\n }\n updateViewportSize();\n });\n };\n document.addEventListener(\"scroll\", handleDocumentScroll, true);\n\n onCleanup(() => {\n window.removeEventListener(\"resize\", handleResize);\n resizeObserver?.disconnect();\n document.removeEventListener(\"scroll\", handleDocumentScroll, true);\n });\n });\n\n return (\n <CollectionRendererContext.Provider value={collectionRenderer()}>\n <VirtualizerContext.Provider value={contextValue()}>\n <div\n {...filteredDomProps()}\n ref={(el) => {\n containerRef = el;\n }}\n class={local.class}\n style={local.style}\n data-virtualizer\n >\n {/*\n Content wrapper mirroring upstream ScrollView's inner content div. It\n carries the `pointer-events: none` while-scrolling optimization and is\n otherwise a layout-transparent passthrough (the outer div remains the\n scroll container we measure and read scroll offsets from).\n */}\n <div\n data-virtualizer-content\n style={{ \"pointer-events\": isScrolling() ? \"none\" : undefined }}\n >\n {local.children}\n </div>\n </div>\n </VirtualizerContext.Provider>\n </CollectionRendererContext.Provider>\n );\n}\n\nexport { ListLayout, GridLayout, WaterfallLayout, TableLayout };\n\nexport type {\n VirtualizerVisibleRange,\n VirtualizerRangeContext,\n DefaultVirtualizerLayoutOptions,\n GridLayoutOptions,\n WaterfallLayoutOptions,\n VirtualizerDropTarget,\n LayoutInfo,\n Orientation,\n Rect,\n Size,\n Point,\n};\n"],"mappings":"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"}
|
|
@@ -17,6 +17,12 @@ export interface Size {
|
|
|
17
17
|
width: number;
|
|
18
18
|
height: number;
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* The primary orientation of a linear layout — the axis items stack along, which
|
|
22
|
+
* is usually the direction the collection scrolls. Mirrors React Spectrum's
|
|
23
|
+
* `Orientation` and `ListLayout`'s `orientation` option.
|
|
24
|
+
*/
|
|
25
|
+
export type Orientation = "horizontal" | "vertical";
|
|
20
26
|
export interface LayoutInfo {
|
|
21
27
|
key: string | number;
|
|
22
28
|
index: number;
|
|
@@ -39,6 +45,13 @@ export interface DefaultVirtualizerLayoutOptions {
|
|
|
39
45
|
itemSize?: number;
|
|
40
46
|
overscan?: number;
|
|
41
47
|
viewportSize?: number;
|
|
48
|
+
/**
|
|
49
|
+
* The primary orientation of the items. Items offset along `x`/`width` when
|
|
50
|
+
* `horizontal`, and along `y`/`height` when `vertical`.
|
|
51
|
+
*
|
|
52
|
+
* @default 'vertical'
|
|
53
|
+
*/
|
|
54
|
+
orientation?: Orientation;
|
|
42
55
|
}
|
|
43
56
|
export interface GridLayoutOptions extends DefaultVirtualizerLayoutOptions {
|
|
44
57
|
rowHeight?: number;
|
|
@@ -52,6 +65,11 @@ export interface WaterfallLayoutOptions extends GridLayoutOptions {
|
|
|
52
65
|
}
|
|
53
66
|
export interface VirtualizerLayoutInfoContext {
|
|
54
67
|
viewportWidth: number;
|
|
68
|
+
/**
|
|
69
|
+
* The viewport height, used as the cross-axis size for a `horizontal` layout
|
|
70
|
+
* (the analogue of `viewportWidth` for the `vertical` default).
|
|
71
|
+
*/
|
|
72
|
+
viewportHeight?: number;
|
|
55
73
|
}
|
|
56
74
|
export interface VirtualizerDropTarget {
|
|
57
75
|
type: "item" | "root";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VirtualizerLayouts.d.ts","sourceRoot":"","sources":["../src/VirtualizerLayouts.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,MAAM,WAAW,KAAK;IACpB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;CACX;AAED,MAAM,WAAW,IAAI;IACnB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,CAAC;CACZ;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,+BAA+B;IAC9C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"VirtualizerLayouts.d.ts","sourceRoot":"","sources":["../src/VirtualizerLayouts.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { Dynamic, createComponent, getNextElement, insert, mergeProps, runHydrationEvents, spread, template } from "solid-js/web";
|
|
2
|
+
import { splitProps } from "solid-js";
|
|
3
|
+
import { createVisuallyHidden, mergeProps as mergeProps$2 } from "@proyecto-viviana/solidaria";
|
|
4
|
+
//#region src/VisuallyHidden.tsx
|
|
5
|
+
/**
|
|
6
|
+
* VisuallyHidden component for solidaria-components
|
|
7
|
+
*
|
|
8
|
+
* Hides content visually but keeps it accessible to screen readers.
|
|
9
|
+
* Port of react-aria's VisuallyHidden.
|
|
10
|
+
*/
|
|
11
|
+
var _tmpl$ = /*#__PURE__*/ template(`<span>`);
|
|
12
|
+
/**
|
|
13
|
+
* VisuallyHidden hides its children visually, while keeping content visible to screen readers.
|
|
14
|
+
*/
|
|
15
|
+
function VisuallyHidden(props) {
|
|
16
|
+
const [local, others] = splitProps(props, [
|
|
17
|
+
"elementType",
|
|
18
|
+
"isFocusable",
|
|
19
|
+
"style",
|
|
20
|
+
"children"
|
|
21
|
+
]);
|
|
22
|
+
const { visuallyHiddenProps } = createVisuallyHidden(() => ({
|
|
23
|
+
style: local.style,
|
|
24
|
+
isFocusable: local.isFocusable
|
|
25
|
+
}));
|
|
26
|
+
const mergedProps = () => mergeProps$2(others, visuallyHiddenProps());
|
|
27
|
+
const tag = local.elementType ?? "span";
|
|
28
|
+
if (tag === "span") return (() => {
|
|
29
|
+
var _el$ = getNextElement(_tmpl$);
|
|
30
|
+
spread(_el$, mergeProps(mergedProps), false, true);
|
|
31
|
+
insert(_el$, () => local.children);
|
|
32
|
+
runHydrationEvents();
|
|
33
|
+
return _el$;
|
|
34
|
+
})();
|
|
35
|
+
return createComponent(Dynamic, mergeProps({ component: tag }, mergedProps, { get children() {
|
|
36
|
+
return local.children;
|
|
37
|
+
} }));
|
|
38
|
+
}
|
|
39
|
+
//#endregion
|
|
40
|
+
export { VisuallyHidden };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=VisuallyHidden.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VisuallyHidden.js","names":["JSX","ParentProps","splitProps","Dynamic","createVisuallyHidden","mergeProps","VisuallyHiddenProps","HTMLAttributes","HTMLElement","elementType","IntrinsicElements","isFocusable","style","CSSProperties","VisuallyHidden","props","Element","local","others","visuallyHiddenProps","mergedProps","Record","tag","_el$","_$getNextElement","_tmpl$","_$spread","_$mergeProps","_$insert","children","_$runHydrationEvents","_$createComponent","component"],"sources":["../src/VisuallyHidden.tsx"],"sourcesContent":["/**\n * VisuallyHidden component for solidaria-components\n *\n * Hides content visually but keeps it accessible to screen readers.\n * Port of react-aria's VisuallyHidden.\n */\n\nimport { type JSX, type ParentProps, splitProps } from \"solid-js\";\nimport { Dynamic } from \"solid-js/web\";\nimport { createVisuallyHidden, mergeProps } from \"@proyecto-viviana/solidaria\";\n\nexport interface VisuallyHiddenProps extends ParentProps, JSX.HTMLAttributes<HTMLElement> {\n /** The element type to render. @default 'span' */\n elementType?: keyof JSX.IntrinsicElements;\n /** Whether the element should be focusable when focused. */\n isFocusable?: boolean;\n /** Inline style object merged with visually hidden styles. */\n style?: JSX.CSSProperties;\n}\n\n/**\n * VisuallyHidden hides its children visually, while keeping content visible to screen readers.\n */\nexport function VisuallyHidden(props: VisuallyHiddenProps): JSX.Element {\n // Split children so the getter is not read once through `{...mergedProps()}`\n // and again during explicit rendering. Hydration code is sensitive to that.\n const [local, others] = splitProps(props, [\"elementType\", \"isFocusable\", \"style\", \"children\"]);\n const { visuallyHiddenProps } = createVisuallyHidden(() => ({\n style: local.style,\n isFocusable: local.isFocusable,\n }));\n\n const mergedProps = () =>\n mergeProps<Record<string, unknown>>(\n others as unknown as Record<string, unknown>,\n visuallyHiddenProps() as unknown as Record<string, unknown>,\n );\n\n // elementType is read once (structural, not reactive). The default `span` is\n // rendered as a static element rather than via `<Dynamic>`: a reactive\n // `<Dynamic>` desyncs Solid's hydration markers, leaving the registry dirty so\n // a later sibling re-render throws \"template is not a function\" in prod (and a\n // hard hydration crash under solid-refresh in dev). `<Dynamic>` is reserved for\n // an explicit custom elementType.\n const tag = local.elementType ?? \"span\";\n if (tag === \"span\") {\n return <span {...mergedProps()}>{local.children}</span>;\n }\n return (\n <Dynamic component={tag} {...mergedProps()}>\n {local.children}\n </Dynamic>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;AAuBA,SAAgBc,eAAeC,OAAyC;CAGtE,MAAM,CAACE,OAAOC,UAAUhB,WAAWa,OAAO;EAAC;EAAe;EAAe;EAAS;CAAU,CAAC;CAC7F,MAAM,EAAEI,wBAAwBf,4BAA4B;EAC1DQ,OAAOK,MAAML;EACbD,aAAaM,MAAMN;CACrB,EAAE;CAEF,MAAMS,oBACJf,aACEa,QACAC,oBAAoB,CACtB;CAQF,MAAMG,MAAML,MAAMR,eAAe;CACjC,IAAIa,QAAQ,QACV,cAAA;EAAA,IAAAC,OAAAC,eAAAC,MAAA;EAAAC,OAAAH,MAAAI,WAAiBP,WAAW,GAAA,OAAA,IAAA;EAAAQ,OAAAL,YAAKN,MAAMY,QAAQ;EAAAC,mBAAA;EAAA,OAAAP;CAAA,EAAA,CAAA;CAEjD,OAAAQ,gBACG5B,SAAOwB,WAAA,EAACK,WAAWV,IAAG,GAAMF,aAAW,EAAA,IAAAS,WAAA;EAAA,OACrCZ,MAAMY;CAAQ,EAAA,CAAA,CAAA;AAGrB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { splitProps } from "solid-js";
|
|
2
|
+
import { Dynamic } from "solid-js/web";
|
|
3
|
+
import { createVisuallyHidden, mergeProps as mergeProps$1 } from "@proyecto-viviana/solidaria";
|
|
4
|
+
//#region src/VisuallyHidden.tsx
|
|
5
|
+
/**
|
|
6
|
+
* VisuallyHidden component for solidaria-components
|
|
7
|
+
*
|
|
8
|
+
* Hides content visually but keeps it accessible to screen readers.
|
|
9
|
+
* Port of react-aria's VisuallyHidden.
|
|
10
|
+
*/
|
|
11
|
+
/**
|
|
12
|
+
* VisuallyHidden hides its children visually, while keeping content visible to screen readers.
|
|
13
|
+
*/
|
|
14
|
+
function VisuallyHidden(props) {
|
|
15
|
+
const [local, others] = splitProps(props, [
|
|
16
|
+
"elementType",
|
|
17
|
+
"isFocusable",
|
|
18
|
+
"style",
|
|
19
|
+
"children"
|
|
20
|
+
]);
|
|
21
|
+
const { visuallyHiddenProps } = createVisuallyHidden(() => ({
|
|
22
|
+
style: local.style,
|
|
23
|
+
isFocusable: local.isFocusable
|
|
24
|
+
}));
|
|
25
|
+
const mergedProps = () => mergeProps$1(others, visuallyHiddenProps());
|
|
26
|
+
const tag = local.elementType ?? "span";
|
|
27
|
+
if (tag === "span") return <span {...mergedProps()}>{local.children}</span>;
|
|
28
|
+
return <Dynamic component={tag} {...mergedProps()}>
|
|
29
|
+
{local.children}
|
|
30
|
+
</Dynamic>;
|
|
31
|
+
}
|
|
32
|
+
//#endregion
|
|
33
|
+
export { VisuallyHidden };
|
|
34
|
+
|
|
35
|
+
//# sourceMappingURL=VisuallyHidden.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VisuallyHidden.jsx","names":["mergeProps"],"sources":["../src/VisuallyHidden.tsx"],"sourcesContent":["/**\n * VisuallyHidden component for solidaria-components\n *\n * Hides content visually but keeps it accessible to screen readers.\n * Port of react-aria's VisuallyHidden.\n */\n\nimport { type JSX, type ParentProps, splitProps } from \"solid-js\";\nimport { Dynamic } from \"solid-js/web\";\nimport { createVisuallyHidden, mergeProps } from \"@proyecto-viviana/solidaria\";\n\nexport interface VisuallyHiddenProps extends ParentProps, JSX.HTMLAttributes<HTMLElement> {\n /** The element type to render. @default 'span' */\n elementType?: keyof JSX.IntrinsicElements;\n /** Whether the element should be focusable when focused. */\n isFocusable?: boolean;\n /** Inline style object merged with visually hidden styles. */\n style?: JSX.CSSProperties;\n}\n\n/**\n * VisuallyHidden hides its children visually, while keeping content visible to screen readers.\n */\nexport function VisuallyHidden(props: VisuallyHiddenProps): JSX.Element {\n // Split children so the getter is not read once through `{...mergedProps()}`\n // and again during explicit rendering. Hydration code is sensitive to that.\n const [local, others] = splitProps(props, [\"elementType\", \"isFocusable\", \"style\", \"children\"]);\n const { visuallyHiddenProps } = createVisuallyHidden(() => ({\n style: local.style,\n isFocusable: local.isFocusable,\n }));\n\n const mergedProps = () =>\n mergeProps<Record<string, unknown>>(\n others as unknown as Record<string, unknown>,\n visuallyHiddenProps() as unknown as Record<string, unknown>,\n );\n\n // elementType is read once (structural, not reactive). The default `span` is\n // rendered as a static element rather than via `<Dynamic>`: a reactive\n // `<Dynamic>` desyncs Solid's hydration markers, leaving the registry dirty so\n // a later sibling re-render throws \"template is not a function\" in prod (and a\n // hard hydration crash under solid-refresh in dev). `<Dynamic>` is reserved for\n // an explicit custom elementType.\n const tag = local.elementType ?? \"span\";\n if (tag === \"span\") {\n return <span {...mergedProps()}>{local.children}</span>;\n }\n return (\n <Dynamic component={tag} {...mergedProps()}>\n {local.children}\n </Dynamic>\n );\n}\n"],"mappings":";;;;;;;;;;;;;AAuBA,SAAgB,eAAe,OAAyC;CAGtE,MAAM,CAAC,OAAO,UAAU,WAAW,OAAO;EAAC;EAAe;EAAe;EAAS;CAAU,CAAC;CAC7F,MAAM,EAAE,wBAAwB,4BAA4B;EAC1D,OAAO,MAAM;EACb,aAAa,MAAM;CACrB,EAAE;CAEF,MAAM,oBACJA,aACE,QACA,oBAAoB,CACtB;CAQF,MAAM,MAAM,MAAM,eAAe;CACjC,IAAI,QAAQ,QACV,OAAO,CAAC,SAAS,YAAY,IAAI,MAAM,SAAS,EAAE;CAEpD,OACE,CAAC,QAAQ,WAAW,SAAS,YAAY,GAAG;OACzC,MAAM,SAAS;IAClB,EAAE;AAEN"}
|
package/dist/contexts.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createContext, useContext } from "solid-js";
|
|
2
|
+
//#region src/contexts.ts
|
|
3
|
+
/**
|
|
4
|
+
* Shared contexts for overlay components.
|
|
5
|
+
*
|
|
6
|
+
* These are separated to avoid circular dependencies between
|
|
7
|
+
* Dialog, Modal, Popover, and Button components.
|
|
8
|
+
*/
|
|
9
|
+
const OverlayTriggerStateContext = createContext(null);
|
|
10
|
+
/**
|
|
11
|
+
* Hook to access the overlay trigger state from context.
|
|
12
|
+
*/
|
|
13
|
+
function useOverlayTriggerState() {
|
|
14
|
+
return useContext(OverlayTriggerStateContext);
|
|
15
|
+
}
|
|
16
|
+
const DialogTriggerContext = createContext(null);
|
|
17
|
+
/**
|
|
18
|
+
* Hook to access the dialog trigger state from context.
|
|
19
|
+
*/
|
|
20
|
+
function useDialogTrigger() {
|
|
21
|
+
return useContext(DialogTriggerContext);
|
|
22
|
+
}
|
|
23
|
+
const PopoverTriggerContext = createContext(null);
|
|
24
|
+
/**
|
|
25
|
+
* Hook to access the popover trigger state from context.
|
|
26
|
+
*/
|
|
27
|
+
function usePopoverTrigger() {
|
|
28
|
+
return useContext(PopoverTriggerContext);
|
|
29
|
+
}
|
|
30
|
+
//#endregion
|
|
31
|
+
export { useOverlayTriggerState as a, useDialogTrigger as i, OverlayTriggerStateContext as n, usePopoverTrigger as o, PopoverTriggerContext as r, DialogTriggerContext as t };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=contexts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contexts.js","names":[],"sources":["../src/contexts.ts"],"sourcesContent":["/**\n * Shared contexts for overlay components.\n *\n * These are separated to avoid circular dependencies between\n * Dialog, Modal, Popover, and Button components.\n */\n\nimport { createContext, useContext } from \"solid-js\";\nimport type { OverlayTriggerState as StatelyOverlayTriggerState } from \"@proyecto-viviana/solid-stately\";\n\nexport interface OverlayTriggerState {\n isOpen: boolean;\n open: () => void;\n close: () => void;\n toggle: () => void;\n}\n\nexport const OverlayTriggerStateContext = createContext<OverlayTriggerState | null>(null);\n\n/**\n * Hook to access the overlay trigger state from context.\n */\nexport function useOverlayTriggerState(): OverlayTriggerState | null {\n return useContext(OverlayTriggerStateContext);\n}\n\nexport interface DialogTriggerContextValue {\n state: StatelyOverlayTriggerState;\n triggerRef: () => HTMLElement | null;\n setTriggerRef: (el: HTMLElement | null) => void;\n triggerId: string;\n triggerProps?: Record<string, unknown>;\n overlayProps?: Record<string, unknown>;\n}\n\nexport const DialogTriggerContext = createContext<DialogTriggerContextValue | null>(null);\n\n/**\n * Hook to access the dialog trigger state from context.\n */\nexport function useDialogTrigger(): DialogTriggerContextValue | null {\n return useContext(DialogTriggerContext);\n}\n\nexport interface PopoverTriggerContextValue {\n state: {\n isOpen: () => boolean;\n open: () => void;\n close: () => void;\n toggle: () => void;\n };\n triggerRef: () => HTMLElement | null;\n setTriggerRef: (el: HTMLElement | null) => void;\n triggerId: string;\n triggerProps?: Record<string, unknown>;\n overlayProps?: Record<string, unknown>;\n trigger: string;\n}\n\nexport const PopoverTriggerContext = createContext<PopoverTriggerContextValue | null>(null);\n\n/**\n * Hook to access the popover trigger state from context.\n */\nexport function usePopoverTrigger(): PopoverTriggerContextValue | null {\n return useContext(PopoverTriggerContext);\n}\n"],"mappings":";;;;;;;;AAiBA,MAAa,6BAA6B,cAA0C,IAAI;;;;AAKxF,SAAgB,yBAAqD;CACnE,OAAO,WAAW,0BAA0B;AAC9C;AAWA,MAAa,uBAAuB,cAAgD,IAAI;;;;AAKxF,SAAgB,mBAAqD;CACnE,OAAO,WAAW,oBAAoB;AACxC;AAiBA,MAAa,wBAAwB,cAAiD,IAAI;;;;AAK1F,SAAgB,oBAAuD;CACrE,OAAO,WAAW,qBAAqB;AACzC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { createContext, useContext } from "solid-js";
|
|
2
|
+
//#region src/contexts.ts
|
|
3
|
+
/**
|
|
4
|
+
* Shared contexts for overlay components.
|
|
5
|
+
*
|
|
6
|
+
* These are separated to avoid circular dependencies between
|
|
7
|
+
* Dialog, Modal, Popover, and Button components.
|
|
8
|
+
*/
|
|
9
|
+
const OverlayTriggerStateContext = createContext(null);
|
|
10
|
+
/**
|
|
11
|
+
* Hook to access the overlay trigger state from context.
|
|
12
|
+
*/
|
|
13
|
+
function useOverlayTriggerState() {
|
|
14
|
+
return useContext(OverlayTriggerStateContext);
|
|
15
|
+
}
|
|
16
|
+
const DialogTriggerContext = createContext(null);
|
|
17
|
+
/**
|
|
18
|
+
* Hook to access the dialog trigger state from context.
|
|
19
|
+
*/
|
|
20
|
+
function useDialogTrigger() {
|
|
21
|
+
return useContext(DialogTriggerContext);
|
|
22
|
+
}
|
|
23
|
+
const PopoverTriggerContext = createContext(null);
|
|
24
|
+
/**
|
|
25
|
+
* Hook to access the popover trigger state from context.
|
|
26
|
+
*/
|
|
27
|
+
function usePopoverTrigger() {
|
|
28
|
+
return useContext(PopoverTriggerContext);
|
|
29
|
+
}
|
|
30
|
+
//#endregion
|
|
31
|
+
export { useOverlayTriggerState as a, useDialogTrigger as i, OverlayTriggerStateContext as n, usePopoverTrigger as o, PopoverTriggerContext as r, DialogTriggerContext as t };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=contexts.jsx.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contexts.jsx","names":[],"sources":["../src/contexts.ts"],"sourcesContent":["/**\n * Shared contexts for overlay components.\n *\n * These are separated to avoid circular dependencies between\n * Dialog, Modal, Popover, and Button components.\n */\n\nimport { createContext, useContext } from \"solid-js\";\nimport type { OverlayTriggerState as StatelyOverlayTriggerState } from \"@proyecto-viviana/solid-stately\";\n\nexport interface OverlayTriggerState {\n isOpen: boolean;\n open: () => void;\n close: () => void;\n toggle: () => void;\n}\n\nexport const OverlayTriggerStateContext = createContext<OverlayTriggerState | null>(null);\n\n/**\n * Hook to access the overlay trigger state from context.\n */\nexport function useOverlayTriggerState(): OverlayTriggerState | null {\n return useContext(OverlayTriggerStateContext);\n}\n\nexport interface DialogTriggerContextValue {\n state: StatelyOverlayTriggerState;\n triggerRef: () => HTMLElement | null;\n setTriggerRef: (el: HTMLElement | null) => void;\n triggerId: string;\n triggerProps?: Record<string, unknown>;\n overlayProps?: Record<string, unknown>;\n}\n\nexport const DialogTriggerContext = createContext<DialogTriggerContextValue | null>(null);\n\n/**\n * Hook to access the dialog trigger state from context.\n */\nexport function useDialogTrigger(): DialogTriggerContextValue | null {\n return useContext(DialogTriggerContext);\n}\n\nexport interface PopoverTriggerContextValue {\n state: {\n isOpen: () => boolean;\n open: () => void;\n close: () => void;\n toggle: () => void;\n };\n triggerRef: () => HTMLElement | null;\n setTriggerRef: (el: HTMLElement | null) => void;\n triggerId: string;\n triggerProps?: Record<string, unknown>;\n overlayProps?: Record<string, unknown>;\n trigger: string;\n}\n\nexport const PopoverTriggerContext = createContext<PopoverTriggerContextValue | null>(null);\n\n/**\n * Hook to access the popover trigger state from context.\n */\nexport function usePopoverTrigger(): PopoverTriggerContextValue | null {\n return useContext(PopoverTriggerContext);\n}\n"],"mappings":";;;;;;;;AAiBA,MAAa,6BAA6B,cAA0C,IAAI;;;;AAKxF,SAAgB,yBAAqD;CACnE,OAAO,WAAW,0BAA0B;AAC9C;AAWA,MAAa,uBAAuB,cAAgD,IAAI;;;;AAKxF,SAAgB,mBAAqD;CACnE,OAAO,WAAW,oBAAoB;AACxC;AAiBA,MAAa,wBAAwB,cAAiD,IAAI;;;;AAK1F,SAAgB,oBAAuD;CACrE,OAAO,WAAW,qBAAqB;AACzC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
* These components combine state management + accessibility hooks into
|
|
8
8
|
* ready-to-style components using the render props pattern and data attributes.
|
|
9
9
|
*/
|
|
10
|
-
export { type RenderChildren, type ClassNameOrFunction, type StyleOrFunction, type RenderPropsBase, type SlotProps, DEFAULT_SLOT, Provider, composeRenderProps, useRenderProps, useContextProps, useSlottedContext, filterDOMProps, removeDataAttributes, createDataAttributes, dataAttr, } from "./utils";
|
|
10
|
+
export { type RenderChildren, type ClassNameOrFunction, type StyleOrFunction, type RenderPropsBase, type SlotProps, type RefLike, type WithRef, type SlottedValue, type SlottedContextValue, type ContextValue, DEFAULT_SLOT, Provider, composeRenderProps, useRenderProps, useContextProps, useSlottedContext, useSlot, createSlottedContext, assignRef, mergeRefs, filterDOMProps, removeDataAttributes, createDataAttributes, dataAttr, } from "./utils";
|
|
11
11
|
export { VisuallyHidden, type VisuallyHiddenProps } from "./VisuallyHidden";
|
|
12
12
|
export { Button, ButtonContext, type ButtonProps, type ButtonRenderProps } from "./Button";
|
|
13
|
-
export { ToggleSwitch, ToggleSwitchContext, ToggleSwitch as Switch, ToggleSwitchContext as SwitchContext, type ToggleSwitchProps, type ToggleSwitchRenderProps, type ToggleSwitchProps as SwitchProps, type ToggleSwitchRenderProps as SwitchRenderProps, } from "./Switch";
|
|
13
|
+
export { ToggleSwitch, ToggleSwitchContext, ToggleSwitch as Switch, ToggleSwitchContext as SwitchContext, SwitchField, SwitchButton, SwitchFieldContext, type SwitchFieldProps, type SwitchFieldRenderProps, type SwitchButtonProps, type SwitchButtonRenderProps, type ToggleSwitchProps, type ToggleSwitchRenderProps, type ToggleSwitchProps as SwitchProps, type ToggleSwitchRenderProps as SwitchRenderProps, } from "./Switch";
|
|
14
14
|
export { ToggleButton, ToggleButtonContext, type ToggleButtonProps, type ToggleButtonRenderProps, } from "./ToggleButton";
|
|
15
15
|
export { ToggleButtonGroup, ToggleButtonGroupContext, ToggleButtonGroupStateContext, ToggleGroupStateContext, useToggleButtonGroupStateContext, type ToggleButtonGroupProps, type ToggleButtonGroupRenderProps, type ToggleButtonGroupStateContextValue, } from "./ToggleButtonGroup";
|
|
16
|
-
export { Checkbox, CheckboxGroup, CheckboxContext, CheckboxGroupContext, CheckboxGroupStateContext, type CheckboxProps, type CheckboxRenderProps, type CheckboxGroupProps, type CheckboxGroupRenderProps, } from "./Checkbox";
|
|
17
|
-
export { Radio, RadioGroup, RadioContext, RadioGroupContext, RadioGroupStateContext, type RadioProps, type RadioRenderProps, type RadioGroupProps, type RadioGroupRenderProps, type Orientation, } from "./RadioGroup";
|
|
16
|
+
export { Checkbox, CheckboxGroup, CheckboxContext, CheckboxGroupContext, CheckboxGroupStateContext, CheckboxField, CheckboxButton, CheckboxFieldContext, type CheckboxFieldProps, type CheckboxFieldRenderProps, type CheckboxButtonProps, type CheckboxButtonRenderProps, type CheckboxProps, type CheckboxRenderProps, type CheckboxGroupProps, type CheckboxGroupRenderProps, } from "./Checkbox";
|
|
17
|
+
export { Radio, RadioGroup, RadioContext, RadioGroupContext, RadioGroupStateContext, RadioField, RadioButton, RadioFieldContext, type RadioFieldProps, type RadioFieldRenderProps, type RadioButtonProps, type RadioButtonRenderProps, type RadioProps, type RadioRenderProps, type RadioGroupProps, type RadioGroupRenderProps, type Orientation, } from "./RadioGroup";
|
|
18
18
|
export { TextField, TextFieldContext, LabelContext, InputContext, TextAreaContext, FieldInputContext, Label, Input, TextArea, type TextFieldProps, type TextFieldRenderProps, type TextFieldContextValue, type LabelProps, type InputProps, type TextAreaProps, } from "./TextField";
|
|
19
19
|
export { Text, TextContext, type TextProps } from "./Text";
|
|
20
20
|
export { Link, LinkContext, type LinkProps, type LinkRenderProps } from "./Link";
|
|
@@ -41,7 +41,7 @@ export { useDragAndDrop, type DragAndDropOptions, type DragAndDropHooks } from "
|
|
|
41
41
|
export { Breadcrumbs, BreadcrumbItem, BreadcrumbItem as Breadcrumb, BreadcrumbsContext, type BreadcrumbsProps, type BreadcrumbsRenderProps, type BreadcrumbItemProps, type BreadcrumbItemRenderProps, } from "./Breadcrumbs";
|
|
42
42
|
export { NumberField, NumberFieldLabel, NumberFieldGroup, NumberFieldInput, NumberFieldIncrementButton, NumberFieldDecrementButton, NumberFieldContext, NumberFieldStateContext, type NumberFieldProps, type NumberFieldRenderProps, type NumberFieldInputProps, type NumberFieldInputRenderProps, type NumberFieldIncrementButtonProps, type NumberFieldDecrementButtonProps, type NumberFieldButtonRenderProps, } from "./NumberField";
|
|
43
43
|
export { SearchField, SearchFieldLabel, SearchFieldInput, SearchFieldClearButton, SearchFieldContext, type SearchFieldProps, type SearchFieldRenderProps, type SearchFieldInputProps, type SearchFieldInputRenderProps, type SearchFieldClearButtonProps, type SearchFieldClearButtonRenderProps, } from "./SearchField";
|
|
44
|
-
export { Slider, SliderTrack, SliderThumb, SliderOutput, SliderContext, SliderStateContext, SliderTrackContext, SliderOutputContext, type SliderProps, type SliderRenderProps, type SliderTrackProps, type SliderTrackRenderProps, type SliderThumbProps, type SliderThumbRenderProps, type SliderOutputProps, type SliderOutputRenderProps, } from "./Slider";
|
|
44
|
+
export { Slider, SliderTrack, SliderThumb, SliderFill, SliderOutput, SliderContext, SliderStateContext, SliderTrackContext, SliderFillContext, SliderOutputContext, type SliderProps, type SliderRenderProps, type SliderTrackProps, type SliderTrackRenderProps, type SliderThumbProps, type SliderThumbRenderProps, type SliderFillProps, type SliderFillRenderProps, type SliderOutputProps, type SliderOutputRenderProps, } from "./Slider";
|
|
45
45
|
export { Tooltip, TooltipTrigger, TooltipContext, TooltipTriggerStateContext, type TooltipProps, type TooltipPlacement, type TooltipRenderProps, type TooltipResolvedPlacement, type TooltipTriggerComponentProps, type TooltipTriggerState, } from "./Tooltip";
|
|
46
46
|
export { ComboBox, ComboBoxValue, ComboBoxInput, ComboBoxLabel, ComboBoxDescription, ComboBoxErrorMessage, ComboBoxButton, ComboBoxListBox, ComboBoxOption, ComboBoxTagGroup, ComboBoxTag, ComboBoxContext, ComboBoxStateContext, ComboBoxValueContext, defaultContainsFilter, type ComboBoxProps, type ComboBoxRenderProps, type ComboBoxValueProps, type ComboBoxValueRenderProps, type ComboBoxInputProps, type ComboBoxInputRenderProps, type ComboBoxLabelProps, type ComboBoxDescriptionProps, type ComboBoxErrorMessageProps, type ComboBoxButtonProps, type ComboBoxButtonRenderProps, type ComboBoxListBoxProps, type ComboBoxListBoxRenderProps, type ComboBoxOptionProps, type ComboBoxOptionRenderProps, type ComboBoxTagGroupProps, type ComboBoxTagProps, } from "./ComboBox";
|
|
47
47
|
export { Dialog, DialogTrigger, DialogContext, DialogTriggerContext, useDialogTrigger, Heading, DialogHeading, type DialogProps, type DialogRenderProps, type DialogTriggerProps, type HeadingProps, } from "./Dialog";
|
|
@@ -52,13 +52,14 @@ export { Disclosure, DisclosureGroup, DisclosureTrigger, DisclosurePanel, Disclo
|
|
|
52
52
|
export { Meter, MeterContext, type MeterProps, type MeterRenderProps } from "./Meter";
|
|
53
53
|
export { TagGroup, TagList, Tag, TagRemoveButton, TagGroupContext, TagListStateContext, TagListStateContext as TagListContext, useTagGroupContext, type TagGroupProps, type TagGroupRenderProps, type TagListProps, type TagListRenderProps, type TagProps, type TagRenderProps, type TagRemoveButtonProps, } from "./TagGroup";
|
|
54
54
|
export { Calendar, CalendarHeading, CalendarButton, CalendarGrid, CalendarGridHeader, CalendarGridBody, CalendarHeaderCell, CalendarCell, CalendarContext, CalendarContext as CalendarStateContext, useCalendarContext, type CalendarProps, type CalendarRenderProps, type CalendarHeadingProps, type CalendarButtonProps, type CalendarGridProps, type CalendarGridHeaderProps, type CalendarGridBodyProps, type CalendarGridRenderProps, type CalendarCellProps, type CalendarCellRenderProps, type CalendarHeaderCellProps, type CalendarState, type CalendarDate, type DateValue, } from "./Calendar";
|
|
55
|
+
export { CalendarMonthPicker, CalendarYearPicker, type CalendarMonthPickerProps, type CalendarMonthPickerAria, type CalendarMonthPickerItem, type CalendarYearPickerProps, type CalendarYearPickerAria, type CalendarYearPickerItem, type CalendarYearPickerFormatOptions, } from "./CalendarPicker";
|
|
55
56
|
export { RangeCalendar, RangeCalendarHeading, RangeCalendarButton, RangeCalendarGrid, RangeCalendarCell, RangeCalendarContext, RangeCalendarStateContext, useRangeCalendarContext, type RangeCalendarProps, type RangeCalendarRenderProps, type RangeCalendarHeadingProps, type RangeCalendarButtonProps, type RangeCalendarGridProps, type RangeCalendarGridRenderProps, type RangeCalendarCellProps, type RangeCalendarCellRenderProps, type RangeCalendarState, type RangeValue, } from "./RangeCalendar";
|
|
56
57
|
export { DateField, DateFieldLabel, DateFieldDescription, DateFieldErrorMessage, DateInput, DateSegment, DateFieldContext, DateFieldStateContext, useDateFieldContext, type DateFieldProps, type DateFieldRenderProps, type DateInputProps, type DateInputRenderProps, type DateSegmentProps, type DateSegmentRenderProps, type DateFieldLabelProps, type DateFieldDescriptionProps, type DateFieldErrorMessageProps, type DateFieldContextValue, type DateFieldState, type DateSegmentType, } from "./DateField";
|
|
57
58
|
export { TimeField, TimeFieldLabel, TimeFieldDescription, TimeFieldErrorMessage, TimeInput, TimeSegment, TimeFieldContext, TimeFieldStateContext, useTimeFieldContext, type TimeFieldProps, type TimeFieldRenderProps, type TimeInputProps, type TimeInputRenderProps, type TimeSegmentProps, type TimeSegmentRenderProps, type TimeFieldLabelProps, type TimeFieldDescriptionProps, type TimeFieldErrorMessageProps, type TimeFieldContextValue, type TimeFieldState, type TimeSegmentType, type TimeValue, } from "./TimeField";
|
|
58
59
|
export { HiddenTimeInput, type HiddenTimeInputProps } from "./HiddenTimeInput";
|
|
59
60
|
export { DatePicker, DateRangePicker, DatePickerLabel, DatePickerDescription, DatePickerErrorMessage, DateRangePickerLabel, DateRangePickerDescription, DateRangePickerErrorMessage, DatePickerButton, DateRangePickerButton, DatePickerContent, DateRangePickerContent, HiddenDateInput, DatePickerContext, DateRangePickerContext, DatePickerStateContext, DateRangePickerStateContext, useDatePickerContext, useDateRangePickerContext, type DatePickerProps, type DateRangePickerProps, type DatePickerRenderProps, type DateRangePickerRenderProps, type DatePickerButtonProps, type DateRangePickerButtonProps, type DatePickerButtonRenderProps, type DatePickerContentProps, type DateRangePickerContentProps, type DatePickerLabelProps, type DatePickerDescriptionProps, type DatePickerErrorMessageProps, type DateRangePickerLabelProps, type DateRangePickerDescriptionProps, type DateRangePickerErrorMessageProps, type DatePickerContextValue, type DateRangePickerContextValue, type HiddenDateInputProps, } from "./DatePicker";
|
|
60
61
|
export { Table, TableHeader, TableColumn, TableColumn as Column, ColumnResizer, TableBody, TableFooter, TableLoadMoreItem, TableRow, TableRow as Row, TableCell, TableCell as Cell, ResizableTableContainer, useTableOptions, TableSelectionCheckbox, TableSelectAllCheckbox, TableContext, TableStateContext, TableColumnResizeStateContext, TableRowContext, type TableProps, type TableRenderProps, type TableHeaderProps, type TableHeaderRenderProps, type TableColumnProps, type TableColumnRenderProps, type ColumnResizerProps, type ColumnResizerRenderProps, type TableBodyProps, type TableBodyRenderProps, type TableFooterProps, type TableFooterRenderProps, type ResizableTableContainerProps, type TableLoadMoreItemProps, type TableRowProps, type TableRowRenderProps, type TableCellProps, type TableCellRenderProps, } from "./Table";
|
|
61
|
-
export { GridList, GridListHeader, GridListItem, GridListSection, GridListSelectionCheckbox, GridListLoadMoreItem, GridListContext, GridListHeaderContext, GridListStateContext, type GridListProps, type GridListRenderProps, type GridListItemProps, type GridListItemRenderProps, type GridListHeaderProps, type GridListSectionProps, type GridListLoadMoreItemProps, } from "./GridList";
|
|
62
|
+
export { GridList, GridListHeader, GridListItem, GridListSection, GridListSelectionCheckbox, GridListLoadMoreItem, GridListContext, GridListHeaderContext, GridListHeaderInnerContext, GridListStateContext, type GridListProps, type GridListRenderProps, type GridListItemProps, type GridListItemRenderProps, type GridListHeaderProps, type GridListSectionProps, type GridListLoadMoreItemProps, } from "./GridList";
|
|
62
63
|
export { Tree, TreeItem, TreeItemContent, TreeHeader, TreeSection, TreeExpandButton, TreeSelectionCheckbox, TreeLoadMoreItem, TreeContext, TreeStateContext, TreeItemContext, type TreeProps, type TreeRenderProps, type TreeRenderItemState, type TreeItemProps, type TreeItemRenderProps, type TreeItemContentProps, type TreeItemContentRenderProps, type TreeHeaderProps, type TreeSectionProps, type TreeExpandButtonProps, type TreeLoadMoreItemProps, } from "./Tree";
|
|
63
64
|
export { ColorSlider, ColorSliderLabel, ColorSliderOutput, ColorSliderTrack, ColorSliderThumb, ColorThumb, ColorSliderContext, ColorSliderStateContext, type ColorSliderProps, type ColorSliderRenderProps, type ColorSliderLabelProps, type ColorSliderOutputProps, type ColorSliderTrackProps, type ColorSliderTrackRenderProps, type ColorSliderThumbProps, type ColorSliderThumbRenderProps, ColorArea, ColorAreaGradient, ColorAreaThumb, ColorAreaContext, ColorAreaStateContext, type ColorAreaProps, type ColorAreaRenderProps, type ColorAreaGradientProps, type ColorAreaGradientRenderProps, type ColorAreaThumbProps, type ColorAreaThumbRenderProps, ColorWheel, ColorWheelTrack, ColorWheelThumb, ColorWheelContext, ColorWheelStateContext, ColorWheelTrackContext, type ColorWheelProps, type ColorWheelRenderProps, type ColorWheelTrackProps, type ColorWheelTrackRenderProps, type ColorWheelThumbProps, type ColorWheelThumbRenderProps, ColorField, ColorFieldInput, ColorFieldContext, ColorFieldStateContext, ColorPicker, ColorPickerContext, ColorPickerStateContext, type ColorFieldProps, type ColorFieldRenderProps, type ColorFieldInputProps, type ColorFieldInputRenderProps, type ColorPickerProps, type ColorPickerRenderProps, ColorSwatch, ColorSwatchContext, ColorSwatchPicker, ColorSwatchPickerItem, ColorSwatchPickerContext, type ColorSwatchProps, type ColorSwatchRenderProps, type ColorSwatchPickerProps, type ColorSwatchPickerRenderProps, type ColorSwatchPickerItemProps, type ColorSwatchPickerItemRenderProps, } from "./Color";
|
|
64
65
|
export { ContextualHelpTrigger, type ContextualHelpTriggerProps, type ContextualHelpTriggerRenderProps, } from "./ContextualHelpTrigger";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|