@proyecto-viviana/solidaria-components 0.2.4 → 0.2.9
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/LICENSE +21 -0
- package/dist/ActionBar.d.ts +71 -0
- package/dist/ActionBar.d.ts.map +1 -0
- package/dist/ActionGroup.d.ts +74 -0
- package/dist/ActionGroup.d.ts.map +1 -0
- package/dist/Alert.d.ts +70 -0
- package/dist/Alert.d.ts.map +1 -0
- package/dist/Breadcrumbs.d.ts +10 -2
- package/dist/Breadcrumbs.d.ts.map +1 -1
- package/dist/Button.d.ts +4 -0
- package/dist/Button.d.ts.map +1 -1
- package/dist/Calendar.d.ts +13 -0
- package/dist/Calendar.d.ts.map +1 -1
- package/dist/Checkbox.d.ts +2 -2
- package/dist/Checkbox.d.ts.map +1 -1
- package/dist/Collection.d.ts +125 -0
- package/dist/Collection.d.ts.map +1 -0
- package/dist/Color.d.ts +114 -2
- package/dist/Color.d.ts.map +1 -1
- package/dist/ColorEditor.d.ts +42 -0
- package/dist/ColorEditor.d.ts.map +1 -0
- package/dist/ComboBox.d.ts +64 -0
- package/dist/ComboBox.d.ts.map +1 -1
- package/dist/ContextualHelpTrigger.d.ts +40 -0
- package/dist/ContextualHelpTrigger.d.ts.map +1 -0
- package/dist/DateField.d.ts +27 -2
- package/dist/DateField.d.ts.map +1 -1
- package/dist/DatePicker.d.ts +67 -2
- package/dist/DatePicker.d.ts.map +1 -1
- package/dist/Dialog.d.ts.map +1 -1
- package/dist/Disclosure.d.ts +2 -0
- package/dist/Disclosure.d.ts.map +1 -1
- package/dist/DragAndDrop.d.ts +80 -0
- package/dist/DragAndDrop.d.ts.map +1 -0
- package/dist/DragPreview.d.ts +14 -0
- package/dist/DragPreview.d.ts.map +1 -0
- package/dist/DropZone.d.ts +27 -0
- package/dist/DropZone.d.ts.map +1 -0
- package/dist/FieldError.d.ts +23 -0
- package/dist/FieldError.d.ts.map +1 -0
- package/dist/FileTrigger.d.ts +26 -0
- package/dist/FileTrigger.d.ts.map +1 -0
- package/dist/Focusable.d.ts +27 -0
- package/dist/Focusable.d.ts.map +1 -0
- package/dist/Form.d.ts +27 -0
- package/dist/Form.d.ts.map +1 -0
- package/dist/GridList.d.ts +40 -1
- package/dist/GridList.d.ts.map +1 -1
- package/dist/Icon.d.ts +57 -0
- package/dist/Icon.d.ts.map +1 -0
- package/dist/Keyboard.d.ts +13 -0
- package/dist/Keyboard.d.ts.map +1 -0
- package/dist/Link.d.ts.map +1 -1
- package/dist/ListBox.d.ts +43 -1
- package/dist/ListBox.d.ts.map +1 -1
- package/dist/ListDropTargetDelegate.d.ts +38 -0
- package/dist/ListDropTargetDelegate.d.ts.map +1 -0
- package/dist/Menu.d.ts +20 -2
- package/dist/Menu.d.ts.map +1 -1
- package/dist/Meter.d.ts +2 -2
- package/dist/Meter.d.ts.map +1 -1
- package/dist/Modal.d.ts +2 -0
- package/dist/Modal.d.ts.map +1 -1
- package/dist/NumberField.d.ts +2 -0
- package/dist/NumberField.d.ts.map +1 -1
- package/dist/Popover.d.ts +4 -2
- package/dist/Popover.d.ts.map +1 -1
- package/dist/Pressable.d.ts +27 -0
- package/dist/Pressable.d.ts.map +1 -0
- package/dist/ProgressBar.d.ts +2 -2
- package/dist/ProgressBar.d.ts.map +1 -1
- package/dist/RadioGroup.d.ts.map +1 -1
- package/dist/RangeCalendar.d.ts +5 -0
- package/dist/RangeCalendar.d.ts.map +1 -1
- package/dist/RouterProvider.d.ts +75 -0
- package/dist/RouterProvider.d.ts.map +1 -0
- package/dist/SearchField.d.ts +2 -3
- package/dist/SearchField.d.ts.map +1 -1
- package/dist/Select.d.ts +11 -0
- package/dist/Select.d.ts.map +1 -1
- package/dist/SelectionIndicator.d.ts +30 -0
- package/dist/SelectionIndicator.d.ts.map +1 -0
- package/dist/SharedElementTransition.d.ts +39 -0
- package/dist/SharedElementTransition.d.ts.map +1 -0
- package/dist/Slider.d.ts +6 -3
- package/dist/Slider.d.ts.map +1 -1
- package/dist/Table.d.ts +39 -0
- package/dist/Table.d.ts.map +1 -1
- package/dist/Tabs.d.ts +4 -3
- package/dist/Tabs.d.ts.map +1 -1
- package/dist/TagGroup.d.ts +12 -2
- package/dist/TagGroup.d.ts.map +1 -1
- package/dist/Text.d.ts +10 -0
- package/dist/Text.d.ts.map +1 -0
- package/dist/TextField.d.ts +4 -0
- package/dist/TextField.d.ts.map +1 -1
- package/dist/TimeField.d.ts +26 -1
- package/dist/TimeField.d.ts.map +1 -1
- package/dist/Toast.d.ts.map +1 -1
- package/dist/ToggleButton.d.ts +30 -0
- package/dist/ToggleButton.d.ts.map +1 -0
- package/dist/ToggleButtonGroup.d.ts +33 -0
- package/dist/ToggleButtonGroup.d.ts.map +1 -0
- package/dist/Toolbar.d.ts.map +1 -1
- package/dist/Tooltip.d.ts +9 -0
- package/dist/Tooltip.d.ts.map +1 -1
- package/dist/Tree.d.ts +44 -2
- package/dist/Tree.d.ts.map +1 -1
- package/dist/Virtualizer.d.ts +61 -0
- package/dist/Virtualizer.d.ts.map +1 -0
- package/dist/VirtualizerLayouts.d.ts +82 -0
- package/dist/VirtualizerLayouts.d.ts.map +1 -0
- package/dist/VisuallyHidden.d.ts +3 -1
- package/dist/VisuallyHidden.d.ts.map +1 -1
- package/dist/contexts.d.ts +1 -0
- package/dist/contexts.d.ts.map +1 -1
- package/dist/index.d.ts +57 -25
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13961 -5946
- package/dist/index.js.map +1 -7
- package/dist/index.ssr.js +9612 -2401
- package/dist/index.ssr.js.map +1 -7
- package/dist/useDragAndDrop.d.ts +93 -0
- package/dist/useDragAndDrop.d.ts.map +1 -0
- package/dist/utils.d.ts +7 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/virtualizer/Layout.d.ts +79 -0
- package/dist/virtualizer/Layout.d.ts.map +1 -0
- package/package.json +8 -6
- package/src/ActionBar.tsx +248 -0
- package/src/ActionGroup.tsx +285 -0
- package/src/Alert.tsx +177 -0
- package/src/Autocomplete.tsx +1 -1
- package/src/Breadcrumbs.tsx +103 -17
- package/src/Button.tsx +65 -21
- package/src/Calendar.tsx +179 -53
- package/src/Checkbox.tsx +1 -2
- package/src/Collection.tsx +341 -0
- package/src/Color.tsx +652 -34
- package/src/ColorEditor.tsx +231 -0
- package/src/ComboBox.tsx +315 -81
- package/src/ContextualHelpTrigger.tsx +183 -0
- package/src/DateField.tsx +93 -19
- package/src/DatePicker.tsx +495 -25
- package/src/Dialog.tsx +40 -9
- package/src/Disclosure.tsx +33 -27
- package/src/DragAndDrop.tsx +334 -0
- package/src/DragPreview.tsx +45 -0
- package/src/DropZone.tsx +213 -0
- package/src/FieldError.tsx +67 -0
- package/src/FileTrigger.tsx +83 -0
- package/src/Focusable.tsx +106 -0
- package/src/Form.tsx +85 -0
- package/src/GridList.tsx +379 -41
- package/src/Icon.tsx +154 -0
- package/src/Keyboard.tsx +26 -0
- package/src/Link.tsx +14 -1
- package/src/ListBox.tsx +484 -33
- package/src/ListDropTargetDelegate.ts +282 -0
- package/src/Menu.tsx +388 -35
- package/src/Meter.tsx +7 -3
- package/src/Modal.tsx +32 -4
- package/src/NumberField.tsx +163 -43
- package/src/Popover.tsx +136 -180
- package/src/Pressable.tsx +108 -0
- package/src/ProgressBar.tsx +7 -3
- package/src/RadioGroup.tsx +35 -25
- package/src/RangeCalendar.tsx +100 -68
- package/src/RouterProvider.tsx +240 -0
- package/src/SearchField.tsx +142 -34
- package/src/Select.tsx +221 -73
- package/src/SelectionIndicator.tsx +105 -0
- package/src/SharedElementTransition.tsx +258 -0
- package/src/Slider.tsx +16 -6
- package/src/Table.tsx +417 -57
- package/src/Tabs.tsx +68 -35
- package/src/TagGroup.tsx +121 -36
- package/src/Text.tsx +18 -0
- package/src/TextField.tsx +25 -8
- package/src/TimeField.tsx +101 -151
- package/src/Toast.tsx +108 -14
- package/src/ToggleButton.tsx +159 -0
- package/src/ToggleButtonGroup.tsx +136 -0
- package/src/Toolbar.tsx +14 -8
- package/src/Tooltip.tsx +108 -19
- package/src/Tree.tsx +1143 -87
- package/src/Virtualizer.tsx +702 -0
- package/src/VirtualizerLayouts.ts +265 -0
- package/src/VisuallyHidden.tsx +15 -21
- package/src/contexts.ts +1 -0
- package/src/index.ts +1057 -620
- package/src/useDragAndDrop.ts +351 -0
- package/src/utils.tsx +37 -3
- package/src/virtualizer/Layout.ts +200 -0
package/dist/Tree.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ import { type JSX } from 'solid-js';
|
|
|
11
11
|
import { type AriaTreeProps } from '@proyecto-viviana/solidaria';
|
|
12
12
|
import { type TreeState, type TreeCollection, type TreeNode, type TreeItemData, type Key } from '@proyecto-viviana/solid-stately';
|
|
13
13
|
import { type RenderChildren, type ClassNameOrFunction, type StyleOrFunction, type SlotProps } from './utils';
|
|
14
|
+
import { type DragAndDropHooks } from './useDragAndDrop';
|
|
15
|
+
import { type CollectionEntry, type SectionProps, type HeaderProps } from './Collection';
|
|
14
16
|
export interface TreeRenderProps {
|
|
15
17
|
/** Whether the tree has focus. */
|
|
16
18
|
isFocused: boolean;
|
|
@@ -23,9 +25,13 @@ export interface TreeRenderProps {
|
|
|
23
25
|
}
|
|
24
26
|
export interface TreeProps<T extends object> extends Omit<AriaTreeProps, 'children'>, SlotProps {
|
|
25
27
|
/** The hierarchical items to render in the tree. */
|
|
26
|
-
items: TreeItemData<T
|
|
28
|
+
items: CollectionEntry<TreeItemData<T>>[];
|
|
27
29
|
/** The selection mode. */
|
|
28
30
|
selectionMode?: 'none' | 'single' | 'multiple';
|
|
31
|
+
/** The selection behavior (toggle vs replace). */
|
|
32
|
+
selectionBehavior?: 'toggle' | 'replace';
|
|
33
|
+
/** Whether disabled items can still receive focus. */
|
|
34
|
+
disabledBehavior?: 'selection' | 'all';
|
|
29
35
|
/** Keys of disabled items. */
|
|
30
36
|
disabledKeys?: Iterable<Key>;
|
|
31
37
|
/** Currently selected keys (controlled). */
|
|
@@ -48,6 +54,14 @@ export interface TreeProps<T extends object> extends Omit<AriaTreeProps, 'childr
|
|
|
48
54
|
style?: StyleOrFunction<TreeRenderProps>;
|
|
49
55
|
/** A function to render when the tree is empty. */
|
|
50
56
|
renderEmptyState?: () => JSX.Element;
|
|
57
|
+
/** Whether there are more items to load. */
|
|
58
|
+
hasMore?: boolean;
|
|
59
|
+
/** Whether additional items are currently loading. */
|
|
60
|
+
isLoading?: boolean;
|
|
61
|
+
/** Called when the load more sentinel becomes visible. */
|
|
62
|
+
onLoadMore?: () => void | Promise<void>;
|
|
63
|
+
/** Drag and drop hooks from `useDragAndDrop`. */
|
|
64
|
+
dragAndDropHooks?: DragAndDropHooks<T>;
|
|
51
65
|
}
|
|
52
66
|
export interface TreeRenderItemState {
|
|
53
67
|
/** Whether the item is expanded. */
|
|
@@ -77,7 +91,7 @@ export interface TreeItemRenderProps {
|
|
|
77
91
|
/** The nesting level (0 = root). */
|
|
78
92
|
level: number;
|
|
79
93
|
}
|
|
80
|
-
export interface TreeItemProps<T extends object> extends SlotProps {
|
|
94
|
+
export interface TreeItemProps<T extends object> extends SlotProps, Omit<JSX.HTMLAttributes<HTMLDivElement>, 'class' | 'style' | 'children' | 'id'> {
|
|
81
95
|
/** The unique key for the item. */
|
|
82
96
|
id: Key;
|
|
83
97
|
/** The item value. */
|
|
@@ -103,11 +117,29 @@ export interface TreeExpandButtonProps {
|
|
|
103
117
|
isExpanded: boolean;
|
|
104
118
|
}) => JSX.Element);
|
|
105
119
|
}
|
|
120
|
+
export interface TreeLoadMoreItemProps extends SlotProps {
|
|
121
|
+
onLoadMore: () => void | Promise<void>;
|
|
122
|
+
isLoading?: boolean;
|
|
123
|
+
children?: JSX.Element;
|
|
124
|
+
class?: ClassNameOrFunction<{
|
|
125
|
+
isLoading: boolean;
|
|
126
|
+
}>;
|
|
127
|
+
style?: StyleOrFunction<{
|
|
128
|
+
isLoading: boolean;
|
|
129
|
+
}>;
|
|
130
|
+
}
|
|
131
|
+
export interface TreeSectionProps extends SectionProps {
|
|
132
|
+
}
|
|
133
|
+
export interface TreeHeaderProps extends HeaderProps {
|
|
134
|
+
}
|
|
106
135
|
interface TreeContextValue<T extends object> {
|
|
107
136
|
state: TreeState<T, TreeCollection<T>>;
|
|
108
137
|
collection: TreeCollection<T>;
|
|
109
138
|
isDisabled: boolean;
|
|
110
139
|
renderItem: (item: TreeItemData<T>, state: TreeRenderItemState) => JSX.Element;
|
|
140
|
+
dragAndDropHooks?: DragAndDropHooks<T>;
|
|
141
|
+
dragState?: unknown;
|
|
142
|
+
dropState?: unknown;
|
|
111
143
|
}
|
|
112
144
|
interface TreeItemContextValue<T extends object> {
|
|
113
145
|
node: TreeNode<T>;
|
|
@@ -127,6 +159,9 @@ export declare namespace Tree {
|
|
|
127
159
|
var Item: typeof TreeItem;
|
|
128
160
|
var ExpandButton: typeof TreeExpandButton;
|
|
129
161
|
var SelectionCheckbox: typeof TreeSelectionCheckbox;
|
|
162
|
+
var LoadMoreItem: typeof TreeLoadMoreItem;
|
|
163
|
+
var Section: typeof TreeSection;
|
|
164
|
+
var Header: typeof TreeHeader;
|
|
130
165
|
}
|
|
131
166
|
/**
|
|
132
167
|
* An item in a tree.
|
|
@@ -142,5 +177,12 @@ export declare function TreeExpandButton(props: TreeExpandButtonProps): JSX.Elem
|
|
|
142
177
|
export declare function TreeSelectionCheckbox(props: {
|
|
143
178
|
itemKey: Key;
|
|
144
179
|
}): JSX.Element;
|
|
180
|
+
export declare function TreeLoadMoreItem(props: TreeLoadMoreItemProps): JSX.Element;
|
|
181
|
+
export interface TreeItemContentProps<T extends object> extends TreeItemProps<T> {
|
|
182
|
+
}
|
|
183
|
+
export type TreeItemContentRenderProps = TreeItemRenderProps;
|
|
184
|
+
export declare function TreeItemContent<T extends object>(props: TreeItemContentProps<T>): JSX.Element;
|
|
185
|
+
export declare function TreeSection(props: TreeSectionProps): JSX.Element;
|
|
186
|
+
export declare function TreeHeader(props: TreeHeaderProps): JSX.Element;
|
|
145
187
|
export {};
|
|
146
188
|
//# sourceMappingURL=Tree.d.ts.map
|
package/dist/Tree.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tree.d.ts","sourceRoot":"","sources":["../src/Tree.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,KAAK,GAAG,
|
|
1
|
+
{"version":3,"file":"Tree.d.ts","sourceRoot":"","sources":["../src/Tree.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EACL,KAAK,GAAG,EAUT,MAAM,UAAU,CAAC;AAClB,OAAO,EAOL,KAAK,aAAa,EACnB,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,cAAc,EACnB,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,GAAG,EAGT,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,KAAK,cAAc,EACnB,KAAK,mBAAmB,EACxB,KAAK,eAAe,EACpB,KAAK,SAAS,EAGf,MAAM,SAAS,CAAC;AAEjB,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAOzD,OAAO,EAML,KAAK,eAAe,EAEpB,KAAK,YAAY,EACjB,KAAK,WAAW,EAEjB,MAAM,cAAc,CAAC;AAOtB,MAAM,WAAW,eAAe;IAC9B,kCAAkC;IAClC,SAAS,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,cAAc,EAAE,OAAO,CAAC;IACxB,oCAAoC;IACpC,UAAU,EAAE,OAAO,CAAC;IACpB,iCAAiC;IACjC,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,MAAM,WAAW,SAAS,CAAC,CAAC,SAAS,MAAM,CAAE,SAAQ,IAAI,CAAC,aAAa,EAAE,UAAU,CAAC,EAAE,SAAS;IAC7F,oDAAoD;IACpD,KAAK,EAAE,eAAe,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAC1C,0BAA0B;IAC1B,aAAa,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;IAC/C,kDAAkD;IAClD,iBAAiB,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IACzC,sDAAsD;IACtD,gBAAgB,CAAC,EAAE,WAAW,GAAG,KAAK,CAAC;IACvC,8BAA8B;IAC9B,YAAY,CAAC,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;IAC7B,4CAA4C;IAC5C,YAAY,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;IACrC,4CAA4C;IAC5C,mBAAmB,CAAC,EAAE,KAAK,GAAG,QAAQ,CAAC,GAAG,CAAC,CAAC;IAC5C,6CAA6C;IAC7C,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,GAAG,GAAG,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC;IACrD,4CAA4C;IAC5C,YAAY,CAAC,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;IAC7B,4CAA4C;IAC5C,mBAAmB,CAAC,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC;IACpC,6CAA6C;IAC7C,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,IAAI,CAAC;IAC5C,8EAA8E;IAC9E,QAAQ,EAAE,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,mBAAmB,KAAK,GAAG,CAAC,OAAO,CAAC;IAC7E,yCAAyC;IACzC,KAAK,CAAC,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;IAC7C,wCAAwC;IACxC,KAAK,CAAC,EAAE,eAAe,CAAC,eAAe,CAAC,CAAC;IACzC,mDAAmD;IACnD,gBAAgB,CAAC,EAAE,MAAM,GAAG,CAAC,OAAO,CAAC;IACrC,4CAA4C;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,sDAAsD;IACtD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,0DAA0D;IAC1D,UAAU,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,iDAAiD;IACjD,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC;CACxC;AAED,MAAM,WAAW,mBAAmB;IAClC,oCAAoC;IACpC,UAAU,EAAE,OAAO,CAAC;IACpB,qDAAqD;IACrD,YAAY,EAAE,OAAO,CAAC;IACtB,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,mBAAmB;IAClC,oCAAoC;IACpC,UAAU,EAAE,OAAO,CAAC;IACpB,mCAAmC;IACnC,SAAS,EAAE,OAAO,CAAC;IACnB,2CAA2C;IAC3C,cAAc,EAAE,OAAO,CAAC;IACxB,mCAAmC;IACnC,SAAS,EAAE,OAAO,CAAC;IACnB,mCAAmC;IACnC,SAAS,EAAE,OAAO,CAAC;IACnB,oCAAoC;IACpC,UAAU,EAAE,OAAO,CAAC;IACpB,oCAAoC;IACpC,UAAU,EAAE,OAAO,CAAC;IACpB,qDAAqD;IACrD,YAAY,EAAE,OAAO,CAAC;IACtB,oCAAoC;IACpC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,MAAM,CAAE,SAAQ,SAAS,EAAE,IAAI,CAAC,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,UAAU,GAAG,IAAI,CAAC;IACjJ,mCAAmC;IACnC,EAAE,EAAE,GAAG,CAAC;IACR,sBAAsB;IACtB,IAAI,CAAC,EAAE,YAAY,CAAC,CAAC,CAAC,CAAC;IACvB,oFAAoF;IACpF,QAAQ,CAAC,EAAE,cAAc,CAAC,mBAAmB,CAAC,CAAC;IAC/C,yCAAyC;IACzC,KAAK,CAAC,EAAE,mBAAmB,CAAC,mBAAmB,CAAC,CAAC;IACjD,wCAAwC;IACxC,KAAK,CAAC,EAAE,eAAe,CAAC,mBAAmB,CAAC,CAAC;IAC7C,sDAAsD;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iDAAiD;IACjD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,MAAM,WAAW,qBAAqB;IACpC,qCAAqC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gCAAgC;IAChC,KAAK,CAAC,EAAE,GAAG,CAAC,aAAa,CAAC;IAC1B,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,CAAC,CAAC,KAAK,EAAE;QAAE,UAAU,EAAE,OAAO,CAAA;KAAE,KAAK,GAAG,CAAC,OAAO,CAAC,CAAC;CAC5E;AAED,MAAM,WAAW,qBAAsB,SAAQ,SAAS;IACtD,UAAU,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACvB,KAAK,CAAC,EAAE,mBAAmB,CAAC;QAAE,SAAS,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;IACpD,KAAK,CAAC,EAAE,eAAe,CAAC;QAAE,SAAS,EAAE,OAAO,CAAA;KAAE,CAAC,CAAC;CACjD;AAED,MAAM,WAAW,gBAAiB,SAAQ,YAAY;CAAG;AACzD,MAAM,WAAW,eAAgB,SAAQ,WAAW;CAAG;AAMvD,UAAU,gBAAgB,CAAC,CAAC,SAAS,MAAM;IACzC,KAAK,EAAE,SAAS,CAAC,CAAC,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IACvC,UAAU,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC;IAC9B,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,mBAAmB,KAAK,GAAG,CAAC,OAAO,CAAC;IAC/E,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC;IACvC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AA6eD,UAAU,oBAAoB,CAAC,CAAC,SAAS,MAAM;IAC7C,IAAI,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IAClB,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,WAAW,6DAAuD,CAAC;AAChF,eAAO,MAAM,gBAAgB,8EAAwE,CAAC;AACtG,eAAO,MAAM,eAAe,iEAA2D,CAAC;AAMxF;;;GAGG;AACH,wBAAgB,IAAI,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAsiBvE;yBAtiBe,IAAI;;;;;;;;AAwiBpB;;GAEG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CA6K/E;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,GAAG,GAAG,CAAC,OAAO,CAkD1E;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE;IAAE,OAAO,EAAE,GAAG,CAAA;CAAE,GAAG,GAAG,CAAC,OAAO,CAc1E;AAED,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,GAAG,GAAG,CAAC,OAAO,CAoD1E;AAED,MAAM,WAAW,oBAAoB,CAAC,CAAC,SAAS,MAAM,CAAE,SAAQ,aAAa,CAAC,CAAC,CAAC;CAAG;AACnF,MAAM,MAAM,0BAA0B,GAAG,mBAAmB,CAAC;AAE7D,wBAAgB,eAAe,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,oBAAoB,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAE7F;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,GAAG,CAAC,OAAO,CAEhE;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CAE9D"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Virtualizer primitive for solidaria-components.
|
|
3
|
+
*
|
|
4
|
+
* Phase 1 parity: provides RAC-like API and context contract with
|
|
5
|
+
* a safe non-virtualized fallback render path.
|
|
6
|
+
*/
|
|
7
|
+
import { type JSX } from 'solid-js';
|
|
8
|
+
import type { DragTypes, DropOperation, DropTarget } from '@proyecto-viviana/solid-stately';
|
|
9
|
+
import { GridLayout, ListLayout, TableLayout, WaterfallLayout, type DefaultVirtualizerLayoutOptions, type GridLayoutOptions, type LayoutInfo, type Point, type Rect, type Size, type VirtualizerRangeContext, type VirtualizerLayoutInfoContext, type VirtualizerDropTarget, type VirtualizerVisibleRange, type WaterfallLayoutOptions } from './VirtualizerLayouts';
|
|
10
|
+
export interface LayoutOptionsDelegate<O> {
|
|
11
|
+
useLayoutOptions?(): O;
|
|
12
|
+
}
|
|
13
|
+
export interface VirtualizerLayout<O = unknown> extends LayoutOptionsDelegate<O> {
|
|
14
|
+
getVisibleRange?(context: VirtualizerRangeContext, options?: O): VirtualizerVisibleRange;
|
|
15
|
+
getLayoutInfo?(index: number, context: VirtualizerLayoutInfoContext, options?: O): LayoutInfo;
|
|
16
|
+
getDropTargetFromPoint?(point: Point, itemCount: number, options?: O): VirtualizerDropTarget | null;
|
|
17
|
+
}
|
|
18
|
+
export interface VirtualizerLayoutClass<O> {
|
|
19
|
+
new (): VirtualizerLayout<O>;
|
|
20
|
+
}
|
|
21
|
+
export type VirtualizerKeyboardNavigationOverride = (target: DropTarget | null, direction: 'next' | 'previous', isValidDropTarget: (target: DropTarget) => boolean) => DropTarget | null;
|
|
22
|
+
export interface VirtualizerContextValue<O = unknown> {
|
|
23
|
+
layout: VirtualizerLayout<O>;
|
|
24
|
+
layoutOptions?: O;
|
|
25
|
+
isVirtualized: boolean;
|
|
26
|
+
getVisibleRange: (itemCount: number) => VirtualizerVisibleRange;
|
|
27
|
+
getLayoutInfo: (index: number) => LayoutInfo;
|
|
28
|
+
getDropTargetFromPoint: (point: Point, itemCount: number) => VirtualizerDropTarget | null;
|
|
29
|
+
setDropTargetResolver: ((resolver: VirtualizerDropTargetResolver | undefined) => void);
|
|
30
|
+
setDropTargetItemCountResolver: ((resolver: (() => number) | undefined) => void);
|
|
31
|
+
setDropTargetIndexResolver: ((resolver: ((key: string | number) => number | null) | undefined) => void);
|
|
32
|
+
setDropOperationResolver: ((resolver: VirtualizerDropOperationResolver | undefined) => void);
|
|
33
|
+
setKeyboardNavigationOverride: ((override: VirtualizerKeyboardNavigationOverride | undefined) => void);
|
|
34
|
+
getBaseKeyboardNavigationTarget: VirtualizerKeyboardNavigationOverride;
|
|
35
|
+
}
|
|
36
|
+
export type VirtualizerDropTargetResolver = (target: VirtualizerDropTarget) => VirtualizerDropTarget;
|
|
37
|
+
export type VirtualizerDropOperationResolver = (target: DropTarget, types: DragTypes, allowedOperations: DropOperation[]) => DropOperation;
|
|
38
|
+
export declare const VirtualizerContext: import("solid-js").Context<VirtualizerContextValue<unknown> | null>;
|
|
39
|
+
export declare function useVirtualizerContext<O>(): VirtualizerContextValue<O> | null;
|
|
40
|
+
export interface VirtualizerProps<O> extends Omit<JSX.HTMLAttributes<HTMLDivElement>, 'children' | 'class' | 'style'> {
|
|
41
|
+
/** The child collection to virtualize (e.g. ListBox, GridList, or Table). */
|
|
42
|
+
children: JSX.Element;
|
|
43
|
+
/** Layout object or constructor for layout behavior and options delegation. */
|
|
44
|
+
layout: VirtualizerLayoutClass<O> | VirtualizerLayout<O>;
|
|
45
|
+
/** Layout options consumed by the layout implementation. */
|
|
46
|
+
layoutOptions?: O;
|
|
47
|
+
/** Optional renderer for collection drop indicators in virtualized flows. */
|
|
48
|
+
renderDropIndicator?: (index: number, position: 'before' | 'after' | 'on') => JSX.Element | undefined;
|
|
49
|
+
/** Optional operation resolver for collection drop target operations. */
|
|
50
|
+
getDropOperation?: VirtualizerDropOperationResolver;
|
|
51
|
+
class?: string;
|
|
52
|
+
style?: string | JSX.CSSProperties;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* A Virtualizer renders collection content under a virtualized layout contract.
|
|
56
|
+
* Current implementation supports fixed-size visible range virtualization.
|
|
57
|
+
*/
|
|
58
|
+
export declare function Virtualizer<O>(props: VirtualizerProps<O>): JSX.Element;
|
|
59
|
+
export { ListLayout, GridLayout, WaterfallLayout, TableLayout, };
|
|
60
|
+
export type { VirtualizerVisibleRange, VirtualizerRangeContext, DefaultVirtualizerLayoutOptions, GridLayoutOptions, WaterfallLayoutOptions, VirtualizerDropTarget, LayoutInfo, Rect, Size, Point, };
|
|
61
|
+
//# sourceMappingURL=Virtualizer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Virtualizer.d.ts","sourceRoot":"","sources":["../src/Virtualizer.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Layout primitives for solidaria-components Virtualizer.
|
|
3
|
+
*
|
|
4
|
+
* These are lightweight parity contracts inspired by RAC virtualizer layout APIs.
|
|
5
|
+
*/
|
|
6
|
+
export interface Point {
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
}
|
|
10
|
+
export interface Rect {
|
|
11
|
+
x: number;
|
|
12
|
+
y: number;
|
|
13
|
+
width: number;
|
|
14
|
+
height: number;
|
|
15
|
+
}
|
|
16
|
+
export interface Size {
|
|
17
|
+
width: number;
|
|
18
|
+
height: number;
|
|
19
|
+
}
|
|
20
|
+
export interface LayoutInfo {
|
|
21
|
+
key: string | number;
|
|
22
|
+
index: number;
|
|
23
|
+
rect: Rect;
|
|
24
|
+
}
|
|
25
|
+
export interface VirtualizerVisibleRange {
|
|
26
|
+
start: number;
|
|
27
|
+
end: number;
|
|
28
|
+
offsetTop: number;
|
|
29
|
+
offsetBottom: number;
|
|
30
|
+
}
|
|
31
|
+
export interface VirtualizerRangeContext {
|
|
32
|
+
itemCount: number;
|
|
33
|
+
scrollOffset: number;
|
|
34
|
+
viewportSize: number;
|
|
35
|
+
overscan: number;
|
|
36
|
+
viewportWidth?: number;
|
|
37
|
+
}
|
|
38
|
+
export interface DefaultVirtualizerLayoutOptions {
|
|
39
|
+
itemSize?: number;
|
|
40
|
+
overscan?: number;
|
|
41
|
+
viewportSize?: number;
|
|
42
|
+
}
|
|
43
|
+
export interface GridLayoutOptions extends DefaultVirtualizerLayoutOptions {
|
|
44
|
+
rowHeight?: number;
|
|
45
|
+
columnCount?: number;
|
|
46
|
+
viewportWidth?: number;
|
|
47
|
+
}
|
|
48
|
+
export interface WaterfallLayoutOptions extends GridLayoutOptions {
|
|
49
|
+
minColumnWidth?: number;
|
|
50
|
+
viewportWidth?: number;
|
|
51
|
+
gap?: number;
|
|
52
|
+
}
|
|
53
|
+
export interface VirtualizerLayoutInfoContext {
|
|
54
|
+
viewportWidth: number;
|
|
55
|
+
}
|
|
56
|
+
export interface VirtualizerDropTarget {
|
|
57
|
+
type: 'item' | 'root';
|
|
58
|
+
index: number;
|
|
59
|
+
position: 'before' | 'on' | 'after';
|
|
60
|
+
key?: string | number;
|
|
61
|
+
parentKey?: string | number | null;
|
|
62
|
+
level?: number;
|
|
63
|
+
}
|
|
64
|
+
export declare function calculateLinearVisibleRange(itemCount: number, scrollOffset: number, viewportSize: number, itemSize: number, overscan: number): VirtualizerVisibleRange;
|
|
65
|
+
export declare class ListLayout {
|
|
66
|
+
getVisibleRange(ctx: VirtualizerRangeContext, options?: DefaultVirtualizerLayoutOptions): VirtualizerVisibleRange;
|
|
67
|
+
getLayoutInfo(index: number, context: VirtualizerLayoutInfoContext, options?: DefaultVirtualizerLayoutOptions): LayoutInfo;
|
|
68
|
+
getDropTargetFromPoint(point: Point, itemCount: number, options?: DefaultVirtualizerLayoutOptions): VirtualizerDropTarget | null;
|
|
69
|
+
}
|
|
70
|
+
export declare class TableLayout extends ListLayout {
|
|
71
|
+
}
|
|
72
|
+
export declare class GridLayout {
|
|
73
|
+
getVisibleRange(ctx: VirtualizerRangeContext, options?: GridLayoutOptions): VirtualizerVisibleRange;
|
|
74
|
+
getLayoutInfo(index: number, context: VirtualizerLayoutInfoContext, options?: GridLayoutOptions): LayoutInfo;
|
|
75
|
+
getDropTargetFromPoint(point: Point, itemCount: number, options?: GridLayoutOptions): VirtualizerDropTarget | null;
|
|
76
|
+
}
|
|
77
|
+
export declare class WaterfallLayout extends GridLayout {
|
|
78
|
+
getVisibleRange(ctx: VirtualizerRangeContext, options?: WaterfallLayoutOptions): VirtualizerVisibleRange;
|
|
79
|
+
getLayoutInfo(index: number, context: VirtualizerLayoutInfoContext, options?: WaterfallLayoutOptions): LayoutInfo;
|
|
80
|
+
getDropTargetFromPoint(point: Point, itemCount: number, options?: WaterfallLayoutOptions): VirtualizerDropTarget | null;
|
|
81
|
+
}
|
|
82
|
+
//# sourceMappingURL=VirtualizerLayouts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VirtualizerLayouts.d.ts","sourceRoot":"","sources":["../src/VirtualizerLayouts.ts"],"names":[],"mappings":"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"}
|
package/dist/VisuallyHidden.d.ts
CHANGED
|
@@ -5,11 +5,13 @@
|
|
|
5
5
|
* Port of react-aria's VisuallyHidden.
|
|
6
6
|
*/
|
|
7
7
|
import { type JSX, type ParentProps } from 'solid-js';
|
|
8
|
-
export interface VisuallyHiddenProps extends ParentProps {
|
|
8
|
+
export interface VisuallyHiddenProps extends ParentProps, JSX.HTMLAttributes<HTMLElement> {
|
|
9
9
|
/** The element type to render. @default 'span' */
|
|
10
10
|
elementType?: keyof JSX.IntrinsicElements;
|
|
11
11
|
/** Whether the element should be focusable when focused. */
|
|
12
12
|
isFocusable?: boolean;
|
|
13
|
+
/** Inline style object merged with visually hidden styles. */
|
|
14
|
+
style?: JSX.CSSProperties;
|
|
13
15
|
}
|
|
14
16
|
/**
|
|
15
17
|
* VisuallyHidden hides its children visually, while keeping content visible to screen readers.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VisuallyHidden.d.ts","sourceRoot":"","sources":["../src/VisuallyHidden.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,WAAW,EAAc,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"VisuallyHidden.d.ts","sourceRoot":"","sources":["../src/VisuallyHidden.tsx"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAE,KAAK,WAAW,EAAc,MAAM,UAAU,CAAC;AAQlE,MAAM,WAAW,mBAAoB,SAAQ,WAAW,EAAE,GAAG,CAAC,cAAc,CAAC,WAAW,CAAC;IACvF,kDAAkD;IAClD,WAAW,CAAC,EAAE,MAAM,GAAG,CAAC,iBAAiB,CAAC;IAC1C,4DAA4D;IAC5D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,8DAA8D;IAC9D,KAAK,CAAC,EAAE,GAAG,CAAC,aAAa,CAAC;CAC3B;AAMD;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CAsBtE"}
|
package/dist/contexts.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export declare function useOverlayTriggerState(): OverlayTriggerState | null;
|
|
|
19
19
|
export interface DialogTriggerContextValue {
|
|
20
20
|
state: StatelyOverlayTriggerState;
|
|
21
21
|
triggerRef: () => HTMLElement | null;
|
|
22
|
+
setTriggerRef: (el: HTMLElement | null) => void;
|
|
22
23
|
triggerId: string;
|
|
23
24
|
}
|
|
24
25
|
export declare const DialogTriggerContext: import("solid-js").Context<DialogTriggerContextValue | null>;
|
package/dist/contexts.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../src/contexts.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,mBAAmB,IAAI,0BAA0B,EAAE,MAAM,iCAAiC,CAAA;AAMxG,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,MAAM,IAAI,CAAA;IAChB,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB;AAED,eAAO,MAAM,0BAA0B,wDAAkD,CAAA;AAEzF;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,mBAAmB,GAAG,IAAI,CAEnE;AAMD,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,0BAA0B,CAAA;IACjC,UAAU,EAAE,MAAM,WAAW,GAAG,IAAI,CAAA;IACpC,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,eAAO,MAAM,oBAAoB,8DAAwD,CAAA;AAEzF;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,yBAAyB,GAAG,IAAI,CAEnE;AAMD,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE;QACL,MAAM,EAAE,MAAM,OAAO,CAAA;QACrB,IAAI,EAAE,MAAM,IAAI,CAAA;QAChB,KAAK,EAAE,MAAM,IAAI,CAAA;QACjB,MAAM,EAAE,MAAM,IAAI,CAAA;KACnB,CAAA;IACD,UAAU,EAAE,MAAM,WAAW,GAAG,IAAI,CAAA;IACpC,aAAa,EAAE,CAAC,EAAE,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAA;IAC/C,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,qBAAqB,+DAAyD,CAAA;AAE3F;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,0BAA0B,GAAG,IAAI,CAErE"}
|
|
1
|
+
{"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../src/contexts.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,KAAK,EAAE,mBAAmB,IAAI,0BAA0B,EAAE,MAAM,iCAAiC,CAAA;AAMxG,MAAM,WAAW,mBAAmB;IAClC,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,MAAM,IAAI,CAAA;IAChB,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,MAAM,EAAE,MAAM,IAAI,CAAA;CACnB;AAED,eAAO,MAAM,0BAA0B,wDAAkD,CAAA;AAEzF;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,mBAAmB,GAAG,IAAI,CAEnE;AAMD,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,0BAA0B,CAAA;IACjC,UAAU,EAAE,MAAM,WAAW,GAAG,IAAI,CAAA;IACpC,aAAa,EAAE,CAAC,EAAE,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAA;IAC/C,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,eAAO,MAAM,oBAAoB,8DAAwD,CAAA;AAEzF;;GAEG;AACH,wBAAgB,gBAAgB,IAAI,yBAAyB,GAAG,IAAI,CAEnE;AAMD,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE;QACL,MAAM,EAAE,MAAM,OAAO,CAAA;QACrB,IAAI,EAAE,MAAM,IAAI,CAAA;QAChB,KAAK,EAAE,MAAM,IAAI,CAAA;QACjB,MAAM,EAAE,MAAM,IAAI,CAAA;KACnB,CAAA;IACD,UAAU,EAAE,MAAM,WAAW,GAAG,IAAI,CAAA;IACpC,aAAa,EAAE,CAAC,EAAE,EAAE,WAAW,GAAG,IAAI,KAAK,IAAI,CAAA;IAC/C,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,MAAM,CAAA;CAChB;AAED,eAAO,MAAM,qBAAqB,+DAAyD,CAAA;AAE3F;;GAEG;AACH,wBAAgB,iBAAiB,IAAI,0BAA0B,GAAG,IAAI,CAErE"}
|
package/dist/index.d.ts
CHANGED
|
@@ -7,43 +7,75 @@
|
|
|
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, useRenderProps, filterDOMProps, removeDataAttributes, createDataAttributes, dataAttr, } from './utils';
|
|
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';
|
|
11
11
|
export { VisuallyHidden, type VisuallyHiddenProps, } from './VisuallyHidden';
|
|
12
12
|
export { Button, ButtonContext, type ButtonProps, type ButtonRenderProps, } from './Button';
|
|
13
|
-
export { ToggleSwitch, ToggleSwitchContext, type ToggleSwitchProps, type ToggleSwitchRenderProps, } from './Switch';
|
|
13
|
+
export { ToggleSwitch, ToggleSwitchContext, ToggleSwitch as Switch, ToggleSwitchContext as SwitchContext, type ToggleSwitchProps, type ToggleSwitchRenderProps, type ToggleSwitchProps as SwitchProps, type ToggleSwitchRenderProps as SwitchRenderProps, } from './Switch';
|
|
14
|
+
export { ToggleButton, ToggleButtonContext, type ToggleButtonProps, type ToggleButtonRenderProps, } from './ToggleButton';
|
|
15
|
+
export { ToggleButtonGroup, ToggleButtonGroupContext, ToggleButtonGroupStateContext, ToggleGroupStateContext, useToggleButtonGroupStateContext, type ToggleButtonGroupProps, type ToggleButtonGroupRenderProps, type ToggleButtonGroupStateContextValue, } from './ToggleButtonGroup';
|
|
14
16
|
export { Checkbox, CheckboxGroup, CheckboxContext, CheckboxGroupContext, CheckboxGroupStateContext, type CheckboxProps, type CheckboxRenderProps, type CheckboxGroupProps, type CheckboxGroupRenderProps, } from './Checkbox';
|
|
15
17
|
export { Radio, RadioGroup, RadioContext, RadioGroupContext, RadioGroupStateContext, type RadioProps, type RadioRenderProps, type RadioGroupProps, type RadioGroupRenderProps, type Orientation, } from './RadioGroup';
|
|
16
|
-
export { TextField, TextFieldContext, Label, Input, TextArea, type TextFieldProps, type TextFieldRenderProps, type TextFieldContextValue, type LabelProps, type InputProps, type TextAreaProps, } from './TextField';
|
|
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
|
+
export { Text, TextContext, type TextProps, } from './Text';
|
|
17
20
|
export { Link, LinkContext, type LinkProps, type LinkRenderProps, } from './Link';
|
|
21
|
+
export { Keyboard, KeyboardContext, type KeyboardProps, } from './Keyboard';
|
|
22
|
+
export { Form, FormContext, type FormProps, type FormRenderProps, } from './Form';
|
|
23
|
+
export { FieldError, FieldErrorContext, type FieldErrorProps, type FieldErrorRenderProps, } from './FieldError';
|
|
24
|
+
export { FileTrigger, type FileTriggerProps, } from './FileTrigger';
|
|
25
|
+
export { DropZone, DropZoneContext, type DropZoneProps, type DropZoneRenderProps, } from './DropZone';
|
|
26
|
+
export { SharedElementTransition, SharedElement, useHasSharedElementTransitionScope, type SharedElementTransitionProps, type SharedElementProps, type SharedElementPropsBase, type SharedElementRenderProps, } from './SharedElementTransition';
|
|
27
|
+
export { Layout, LayoutInfo, Rect, Size, Point, type InvalidationContext, } from './virtualizer/Layout';
|
|
28
|
+
export { Virtualizer, VirtualizerContext, useVirtualizerContext, ListLayout, GridLayout, WaterfallLayout, TableLayout, type VirtualizerProps, type VirtualizerLayout, type VirtualizerLayoutClass, type VirtualizerContextValue, type VirtualizerVisibleRange, type VirtualizerDropTarget, type VirtualizerDropOperationResolver, type VirtualizerDropTargetResolver, type VirtualizerRangeContext, type DefaultVirtualizerLayoutOptions, type GridLayoutOptions, type WaterfallLayoutOptions, } from './Virtualizer';
|
|
18
29
|
export { ProgressBar, ProgressBarContext, type ProgressBarProps, type ProgressBarRenderProps, } from './ProgressBar';
|
|
19
30
|
export { Separator, SeparatorContext, type SeparatorProps, type SeparatorRenderProps, } from './Separator';
|
|
20
31
|
export { Toolbar, ToolbarContext, type ToolbarProps, type ToolbarRenderProps, type ToolbarContextValue, } from './Toolbar';
|
|
21
32
|
export { Autocomplete, AutocompleteContext, AutocompleteStateContext, AutocompleteCollectionContext, useAutocompleteInput, useAutocompleteState, useAutocompleteCollection, type AutocompleteProps, type AutocompleteContextValue, type AutocompleteCollectionContextValue, } from './Autocomplete';
|
|
22
|
-
export { ListBox, ListBoxOption, ListBoxContext, ListBoxStateContext, type ListBoxProps, type ListBoxRenderProps, type ListBoxOptionProps, type ListBoxOptionRenderProps, } from './ListBox';
|
|
23
|
-
export { Menu, MenuItem, MenuTrigger, MenuButton, MenuContext, MenuStateContext, MenuTriggerContext, type MenuProps, type MenuRenderProps, type MenuItemProps, type MenuItemRenderProps, type MenuTriggerProps, type MenuTriggerRenderProps, type MenuButtonProps, } from './Menu';
|
|
24
|
-
export { Select, SelectTrigger, SelectValue, SelectListBox, SelectOption, SelectContext, SelectStateContext, type SelectProps, type SelectRenderProps, type SelectTriggerProps, type SelectTriggerRenderProps, type SelectValueProps, type SelectValueRenderProps, type SelectListBoxProps, type SelectListBoxRenderProps, type SelectOptionProps, type SelectOptionRenderProps, } from './Select';
|
|
25
|
-
export { Tabs, TabList, Tab, TabPanel, TabsContext, TabsStateContext, type TabsProps, type TabsRenderProps, type TabListProps, type TabListRenderProps, type TabProps, type TabRenderProps, type TabPanelProps, type TabPanelRenderProps, } from './Tabs';
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
33
|
+
export { ListBox, ListBoxOption, ListBoxOption as ListBoxItem, ListBoxSection, ListBoxLoadMoreItem, ListBoxContext, ListBoxStateContext, ListStateContext, type ListBoxProps, type ListBoxRenderProps, type ListBoxOptionProps, type ListBoxOptionRenderProps, type ListBoxOptionProps as ListBoxItemProps, type ListBoxOptionRenderProps as ListBoxItemRenderProps, type ListBoxSectionProps, type ListBoxLoadMoreItemProps, } from './ListBox';
|
|
34
|
+
export { Menu, MenuItem, MenuSection, MenuTrigger, SubmenuTrigger, MenuButton, MenuContext, MenuStateContext, MenuTriggerContext, RootMenuTriggerStateContext, type MenuProps, type MenuRenderProps, type MenuItemProps, type MenuItemRenderProps, type MenuSectionProps, type MenuTriggerProps, type SubmenuTriggerProps, type MenuTriggerRenderProps, type MenuButtonProps, } from './Menu';
|
|
35
|
+
export { Select, SelectTrigger, SelectValue, SelectListBox, SelectOption, SelectContext, SelectValueContext, SelectStateContext, type SelectProps, type SelectRenderProps, type SelectTriggerProps, type SelectTriggerRenderProps, type SelectValueProps, type SelectValueRenderProps, type SelectListBoxProps, type SelectListBoxRenderProps, type SelectOptionProps, type SelectOptionRenderProps, } from './Select';
|
|
36
|
+
export { Tabs, TabList, Tab, TabPanel as TabPanels, TabPanel, TabsContext, TabsStateContext, TabsStateContext as TabListStateContext, type TabsProps, type TabsRenderProps, type TabListProps, type TabListRenderProps, type TabProps, type TabRenderProps, type TabPanelProps, type TabPanelRenderProps, } from './Tabs';
|
|
37
|
+
export { SelectionIndicator, SelectionIndicatorContext, type SelectionIndicatorProps, type SelectionIndicatorRenderProps, } from './SelectionIndicator';
|
|
38
|
+
export { Collection, CollectionBuilder, createLeafComponent, createBranchComponent, CollectionRendererContext, SelectableCollectionContext, DefaultCollectionRenderer, GroupContext, HeaderContext, HeadingContext, Section, Header, Group, isCollectionSection, flattenCollectionEntries, type SectionProps, type HeaderProps, type GroupProps, type CollectionEntry, type CollectionSection, type CollectionDropTargetDelegate, type CollectionRenderer, type CollectionRootProps, type CollectionBranchProps, type CollectionRendererContextValue, type CollectionPrimitiveRenderProps, } from './Collection';
|
|
39
|
+
export { DragAndDropContext, DropIndicator, DropIndicatorContext, useDndPersistedKeys, useRenderDropIndicator, type DragAndDropContextValue, type DropIndicatorProps, type DropIndicatorRenderProps, type DropTargetDelegate, } from './DragAndDrop';
|
|
40
|
+
export { useDragAndDrop, type DragAndDropOptions, type DragAndDropHooks, } from './useDragAndDrop';
|
|
41
|
+
export { Breadcrumbs, BreadcrumbItem, BreadcrumbItem as Breadcrumb, BreadcrumbsContext, type BreadcrumbsProps, type BreadcrumbsRenderProps, type BreadcrumbItemProps, type BreadcrumbItemRenderProps, } from './Breadcrumbs';
|
|
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';
|
|
28
43
|
export { SearchField, SearchFieldLabel, SearchFieldInput, SearchFieldClearButton, SearchFieldContext, type SearchFieldProps, type SearchFieldRenderProps, type SearchFieldInputProps, type SearchFieldInputRenderProps, type SearchFieldClearButtonProps, type SearchFieldClearButtonRenderProps, } from './SearchField';
|
|
29
|
-
export { Slider, SliderTrack, SliderThumb, SliderOutput, SliderContext, type SliderProps, type SliderRenderProps, type SliderTrackProps, type SliderTrackRenderProps, type SliderThumbProps, type SliderThumbRenderProps, type SliderOutputProps, type SliderOutputRenderProps, } from './Slider';
|
|
30
|
-
export { Tooltip, TooltipTrigger, type TooltipProps, type TooltipRenderProps, type TooltipTriggerComponentProps, type TooltipTriggerState, } from './Tooltip';
|
|
31
|
-
export { ComboBox, ComboBoxInput, ComboBoxButton, ComboBoxListBox, ComboBoxOption, ComboBoxContext, ComboBoxStateContext, defaultContainsFilter, type ComboBoxProps, type ComboBoxRenderProps, type ComboBoxInputProps, type ComboBoxInputRenderProps, type ComboBoxButtonProps, type ComboBoxButtonRenderProps, type ComboBoxListBoxProps, type ComboBoxListBoxRenderProps, type ComboBoxOptionProps, type ComboBoxOptionRenderProps, } from './ComboBox';
|
|
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';
|
|
45
|
+
export { Tooltip, TooltipTrigger, TooltipContext, TooltipTriggerStateContext, type TooltipProps, type TooltipRenderProps, type TooltipTriggerComponentProps, type TooltipTriggerState, } from './Tooltip';
|
|
46
|
+
export { ComboBox, ComboBoxValue, ComboBoxInput, ComboBoxLabel, ComboBoxDescription, ComboBoxErrorMessage, ComboBoxButton, ComboBoxListBox, ComboBoxOption, 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, } from './ComboBox';
|
|
32
47
|
export { Dialog, DialogTrigger, DialogContext, DialogTriggerContext, useDialogTrigger, Heading, DialogHeading, type DialogProps, type DialogRenderProps, type DialogTriggerProps, type HeadingProps, } from './Dialog';
|
|
33
|
-
export { Modal, ModalOverlay, OverlayTriggerStateContext, useOverlayTriggerState, type ModalProps, type ModalOverlayProps, type ModalRenderProps, type OverlayTriggerState, } from './Modal';
|
|
48
|
+
export { Modal, ModalOverlay, ModalContext, OverlayTriggerStateContext, useOverlayTriggerState, type ModalProps, type ModalOverlayProps, type ModalRenderProps, type OverlayTriggerState, } from './Modal';
|
|
34
49
|
export { Popover, PopoverTrigger, PopoverContext, PopoverTriggerContext, usePopoverTrigger, OverlayArrow, type PopoverProps, type PopoverRenderProps, type PopoverTriggerProps, type PopoverTriggerContextValue, type OverlayArrowProps, } from './Popover';
|
|
35
|
-
export { Toast, ToastRegion, ToastProvider, ToastContext, ToastTitle, ToastDescription, ToastCloseButton, DefaultToast, useToastContext, globalToastQueue, addToast, type ToastContent, type ToastProps, type ToastRenderProps, type ToastRegionProps, type ToastRegionRenderProps, type ToastProviderProps, type ToastTitleProps, type ToastDescriptionProps, type ToastCloseButtonProps, type DefaultToastProps, } from './Toast';
|
|
36
|
-
export { Disclosure, DisclosureGroup, DisclosureTrigger, DisclosurePanel, DisclosureContext, DisclosureGroupContext, useDisclosureContext, useDisclosureGroupContext, type DisclosureProps, type DisclosureRenderProps, type DisclosureGroupProps, type DisclosureGroupRenderProps, type DisclosureTriggerProps, type DisclosurePanelProps, type DisclosureState, type DisclosureGroupState, } from './Disclosure';
|
|
50
|
+
export { Toast, Toast as UNSTABLE_Toast, ToastRegion as UNSTABLE_ToastRegion, ToastRegion as UNSTABLE_ToastList, Toast as UNSTABLE_ToastContent, ToastRegion, ToastProvider, ToastContext, ToastContext as UNSTABLE_ToastStateContext, ToastTitle, ToastDescription, ToastCloseButton, DefaultToast, useToastContext, globalToastQueue, addToast, type ToastContent, type ToastProps, type ToastRenderProps, type ToastRegionProps, type ToastRegionRenderProps, type ToastProviderProps, type ToastTitleProps, type ToastDescriptionProps, type ToastCloseButtonProps, type DefaultToastProps, } from './Toast';
|
|
51
|
+
export { Disclosure, DisclosureGroup, DisclosureTrigger, DisclosurePanel, DisclosureContext, DisclosureGroupContext, DisclosureStateContext, DisclosureGroupStateContext, useDisclosureContext, useDisclosureGroupContext, type DisclosureProps, type DisclosureRenderProps, type DisclosureGroupProps, type DisclosureGroupRenderProps, type DisclosureTriggerProps, type DisclosurePanelProps, type DisclosureState, type DisclosureGroupState, } from './Disclosure';
|
|
37
52
|
export { Meter, MeterContext, type MeterProps, type MeterRenderProps, } from './Meter';
|
|
38
|
-
export { TagGroup, TagList, Tag, TagRemoveButton, TagGroupContext, TagListStateContext, useTagGroupContext, type TagGroupProps, type TagGroupRenderProps, type TagListProps, type TagListRenderProps, type TagProps, type TagRenderProps, type TagRemoveButtonProps, } from './TagGroup';
|
|
39
|
-
export { Calendar, CalendarHeading, CalendarButton, CalendarGrid, CalendarCell, CalendarContext, useCalendarContext, type CalendarProps, type CalendarRenderProps, type CalendarHeadingProps, type CalendarButtonProps, type CalendarGridProps, type CalendarGridRenderProps, type CalendarCellProps, type CalendarCellRenderProps, type CalendarHeaderCellProps, type CalendarState, type CalendarDate, type DateValue, } from './Calendar';
|
|
40
|
-
export { RangeCalendar, RangeCalendarHeading, RangeCalendarButton, RangeCalendarGrid, RangeCalendarCell, RangeCalendarContext, useRangeCalendarContext, type RangeCalendarProps, type RangeCalendarRenderProps, type RangeCalendarHeadingProps, type RangeCalendarButtonProps, type RangeCalendarGridProps, type RangeCalendarGridRenderProps, type RangeCalendarCellProps, type RangeCalendarCellRenderProps, type RangeCalendarState, type RangeValue, } from './RangeCalendar';
|
|
41
|
-
export { DateField, DateInput, DateSegment, DateFieldContext, useDateFieldContext, type DateFieldProps, type DateFieldRenderProps, type DateInputProps, type DateInputRenderProps, type DateSegmentProps, type DateSegmentRenderProps, type DateFieldState, type DateSegmentType, } from './DateField';
|
|
42
|
-
export { TimeField, TimeInput, TimeSegment, TimeFieldContext, useTimeFieldContext, type TimeFieldProps, type TimeFieldRenderProps, type TimeInputProps, type TimeInputRenderProps, type TimeSegmentProps, type TimeSegmentRenderProps, type TimeFieldState, type TimeSegmentType, type TimeValue, } from './TimeField';
|
|
43
|
-
export { DatePicker, DatePickerButton, DatePickerContent, DatePickerContext, useDatePickerContext, type DatePickerProps, type DatePickerRenderProps, type DatePickerButtonProps, type DatePickerButtonRenderProps, type DatePickerContentProps, type DatePickerContextValue, } from './DatePicker';
|
|
44
|
-
export { Table, TableHeader, TableColumn, TableBody, TableRow, TableCell, TableSelectionCheckbox, TableSelectAllCheckbox, TableContext, TableStateContext, TableRowContext, type TableProps, type TableRenderProps, type TableHeaderProps, type TableHeaderRenderProps, type TableColumnProps, type TableColumnRenderProps, type TableBodyProps, type TableBodyRenderProps, type TableRowProps, type TableRowRenderProps, type TableCellProps, type TableCellRenderProps, } from './Table';
|
|
45
|
-
export { GridList, GridListItem, GridListSelectionCheckbox, GridListContext, GridListStateContext, type GridListProps, type GridListRenderProps, type GridListItemProps, type GridListItemRenderProps, } from './GridList';
|
|
46
|
-
export { Tree, TreeItem, TreeExpandButton, TreeSelectionCheckbox, TreeContext, TreeStateContext, TreeItemContext, type TreeProps, type TreeRenderProps, type TreeRenderItemState, type TreeItemProps, type TreeItemRenderProps, type TreeExpandButtonProps, } from './Tree';
|
|
47
|
-
export { ColorSlider, ColorSliderTrack, ColorSliderThumb, ColorSliderContext, type ColorSliderProps, type ColorSliderRenderProps, type ColorSliderTrackProps, type ColorSliderTrackRenderProps, type ColorSliderThumbProps, type ColorSliderThumbRenderProps, ColorArea, ColorAreaGradient, ColorAreaThumb, ColorAreaContext, type ColorAreaProps, type ColorAreaRenderProps, type ColorAreaGradientProps, type ColorAreaGradientRenderProps, type ColorAreaThumbProps, type ColorAreaThumbRenderProps, ColorWheel, ColorWheelTrack, ColorWheelThumb, ColorWheelContext, type ColorWheelProps, type ColorWheelRenderProps, type ColorWheelTrackProps, type ColorWheelTrackRenderProps, type ColorWheelThumbProps, type ColorWheelThumbRenderProps, ColorField, ColorFieldInput, ColorFieldContext, type ColorFieldProps, type ColorFieldRenderProps, type ColorFieldInputProps, type ColorFieldInputRenderProps, ColorSwatch, type ColorSwatchProps, type ColorSwatchRenderProps, } from './Color';
|
|
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
|
+
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 { 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
|
+
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
|
+
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
|
+
export { DatePicker, DateRangePicker, DatePickerLabel, DatePickerDescription, DatePickerErrorMessage, DateRangePickerLabel, DateRangePickerDescription, DateRangePickerErrorMessage, DatePickerButton, DateRangePickerButton, DatePickerContent, DateRangePickerContent, 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, } from './DatePicker';
|
|
59
|
+
export { Table, TableHeader, TableColumn, TableColumn as Column, ColumnResizer, TableBody, 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 TableBodyProps, type TableBodyRenderProps, type ResizableTableContainerProps, type TableLoadMoreItemProps, type TableRowProps, type TableRowRenderProps, type TableCellProps, type TableCellRenderProps, } from './Table';
|
|
60
|
+
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';
|
|
61
|
+
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';
|
|
62
|
+
export { ColorSlider, ColorSliderTrack, ColorSliderThumb, ColorThumb, ColorSliderContext, ColorSliderStateContext, type ColorSliderProps, type ColorSliderRenderProps, 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 ColorSwatchPickerItemProps, } from './Color';
|
|
63
|
+
export { ContextualHelpTrigger, type ContextualHelpTriggerProps, type ContextualHelpTriggerRenderProps, } from './ContextualHelpTrigger';
|
|
64
|
+
export { ColorEditor, type ColorEditorProps, type ColorEditorRenderProps, type ColorEditorColorSpace, } from './ColorEditor';
|
|
48
65
|
export { Landmark, LandmarkContext, useLandmarkController, type LandmarkProps, type LandmarkRenderProps, type AriaLandmarkRole, type LandmarkController, } from './Landmark';
|
|
66
|
+
export { ActionBar, ActionBarContainer, ActionBarSelectionCount, ActionBarClearButton, ActionBarContext, useActionBarContext, type ActionBarProps, type ActionBarRenderProps, type ActionBarContainerProps, type ActionBarSelectionCountProps, type ActionBarClearButtonProps, type ActionBarContextValue, } from './ActionBar';
|
|
67
|
+
export { ActionGroup, ActionGroupContext, ActionGroupStateContext, useActionGroupContext, type ActionGroupProps, type ActionGroupRenderProps, type ActionGroupItemRenderProps, type ActionGroupItem, type ActionGroupContextValue, } from './ActionGroup';
|
|
68
|
+
export { Alert, AlertContext, AlertDismissButton, type AlertProps, type AlertRenderProps, type AlertVariant, type AlertContextValue, type AlertDismissButtonProps, } from './Alert';
|
|
69
|
+
export { Icon, IconContext, type IconProps, type IconRenderProps, } from './Icon';
|
|
70
|
+
export { Focusable, type FocusableProps, } from './Focusable';
|
|
71
|
+
export { Pressable, type PressableProps, } from './Pressable';
|
|
72
|
+
export { RouterProvider, RouterContext, useRouter, type RouterProviderProps, type RouterContextValue, type RouterOptions, } from './RouterProvider';
|
|
73
|
+
export { DIRECTORY_DRAG_TYPE } from '@proyecto-viviana/solid-stately';
|
|
74
|
+
export { isDirectoryDropItem, isFileDropItem, isTextDropItem } from '@proyecto-viviana/solidaria';
|
|
75
|
+
export { createDrag as useDrag, createDrop as useDrop } from '@proyecto-viviana/solidaria';
|
|
76
|
+
export { isRTL, I18nProvider, useLocale, createFilter as useFilter } from '@proyecto-viviana/solidaria';
|
|
77
|
+
export { SSRProvider } from '@proyecto-viviana/solidaria';
|
|
78
|
+
export { parseColor, FormValidationContext } from '@proyecto-viviana/solid-stately';
|
|
79
|
+
export { ToastQueue as UNSTABLE_ToastQueue } from '@proyecto-viviana/solid-stately';
|
|
80
|
+
export { createListData, createListData as useListData, createTreeData, createTreeData as useTreeData, createAsyncList, createAsyncList as useAsyncList, getColorChannels, type ListOptions, type ListData, type TreeOptions, type TreeData, type TreeDataNode, type AsyncListOptions, type AsyncListData, type AsyncListLoadFunction, type SortDescriptor, type LoadingState, } from '@proyecto-viviana/solid-stately';
|
|
49
81
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|