@proyecto-viviana/solidaria-components 0.2.9 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +39 -272
- package/dist/ActionBar.d.ts +21 -13
- package/dist/ActionBar.d.ts.map +1 -1
- package/dist/ActionGroup.d.ts +8 -8
- package/dist/ActionGroup.d.ts.map +1 -1
- package/dist/Alert.d.ts +5 -5
- package/dist/Alert.d.ts.map +1 -1
- package/dist/Autocomplete.d.ts +5 -5
- package/dist/Autocomplete.d.ts.map +1 -1
- package/dist/Breadcrumbs.d.ts +18 -7
- package/dist/Breadcrumbs.d.ts.map +1 -1
- package/dist/Button.d.ts +24 -5
- package/dist/Button.d.ts.map +1 -1
- package/dist/Calendar.d.ts +38 -7
- package/dist/Calendar.d.ts.map +1 -1
- package/dist/Checkbox.d.ts +32 -7
- package/dist/Checkbox.d.ts.map +1 -1
- package/dist/Collection.d.ts +19 -14
- package/dist/Collection.d.ts.map +1 -1
- package/dist/Color.d.ts +103 -14
- package/dist/Color.d.ts.map +1 -1
- package/dist/ColorEditor.d.ts +6 -6
- package/dist/ColorEditor.d.ts.map +1 -1
- package/dist/ComboBox.d.ts +85 -19
- package/dist/ComboBox.d.ts.map +1 -1
- package/dist/ContextualHelpTrigger.d.ts +2 -2
- package/dist/ContextualHelpTrigger.d.ts.map +1 -1
- package/dist/DateField.d.ts +8 -6
- package/dist/DateField.d.ts.map +1 -1
- package/dist/DatePicker.d.ts +53 -22
- package/dist/DatePicker.d.ts.map +1 -1
- package/dist/DateRangePickerContext.d.ts +30 -0
- package/dist/DateRangePickerContext.d.ts.map +1 -0
- package/dist/Dialog.d.ts +5 -5
- package/dist/Dialog.d.ts.map +1 -1
- package/dist/Disclosure.d.ts +23 -5
- package/dist/Disclosure.d.ts.map +1 -1
- package/dist/DragAndDrop.d.ts +6 -6
- package/dist/DragAndDrop.d.ts.map +1 -1
- package/dist/DragPreview.d.ts +2 -2
- package/dist/DragPreview.d.ts.map +1 -1
- package/dist/DropZone.d.ts +4 -4
- package/dist/DropZone.d.ts.map +1 -1
- package/dist/FieldError.d.ts +9 -5
- package/dist/FieldError.d.ts.map +1 -1
- package/dist/FileTrigger.d.ts +3 -3
- package/dist/FileTrigger.d.ts.map +1 -1
- package/dist/Focusable.d.ts +2 -2
- package/dist/Focusable.d.ts.map +1 -1
- package/dist/Form.d.ts +18 -4
- package/dist/Form.d.ts.map +1 -1
- package/dist/GridList.d.ts +32 -12
- package/dist/GridList.d.ts.map +1 -1
- package/dist/HiddenDateInput.d.ts +26 -0
- package/dist/HiddenDateInput.d.ts.map +1 -0
- package/dist/HiddenTimeInput.d.ts +25 -0
- package/dist/HiddenTimeInput.d.ts.map +1 -0
- package/dist/Icon.d.ts +5 -5
- package/dist/Icon.d.ts.map +1 -1
- package/dist/Keyboard.d.ts +1 -1
- package/dist/Landmark.d.ts +3 -3
- package/dist/Landmark.d.ts.map +1 -1
- package/dist/Link.d.ts +10 -4
- package/dist/Link.d.ts.map +1 -1
- package/dist/ListBox.d.ts +32 -12
- package/dist/ListBox.d.ts.map +1 -1
- package/dist/ListDropTargetDelegate.d.ts +6 -6
- package/dist/ListDropTargetDelegate.d.ts.map +1 -1
- package/dist/Menu.d.ts +65 -14
- package/dist/Menu.d.ts.map +1 -1
- package/dist/Meter.d.ts +3 -3
- package/dist/Meter.d.ts.map +1 -1
- package/dist/Modal.d.ts +5 -5
- package/dist/Modal.d.ts.map +1 -1
- package/dist/NumberField.d.ts +8 -12
- package/dist/NumberField.d.ts.map +1 -1
- package/dist/Popover.d.ts +28 -5
- package/dist/Popover.d.ts.map +1 -1
- package/dist/Pressable.d.ts +2 -2
- package/dist/Pressable.d.ts.map +1 -1
- package/dist/ProgressBar.d.ts +5 -3
- package/dist/ProgressBar.d.ts.map +1 -1
- package/dist/RadioGroup.d.ts +43 -9
- package/dist/RadioGroup.d.ts.map +1 -1
- package/dist/RangeCalendar.d.ts +34 -7
- package/dist/RangeCalendar.d.ts.map +1 -1
- package/dist/RouterProvider.d.ts +2 -2
- package/dist/RouterProvider.d.ts.map +1 -1
- package/dist/SearchField.d.ts +23 -20
- package/dist/SearchField.d.ts.map +1 -1
- package/dist/Select.d.ts +41 -11
- package/dist/Select.d.ts.map +1 -1
- package/dist/SelectionIndicator.d.ts +3 -3
- package/dist/SelectionIndicator.d.ts.map +1 -1
- package/dist/Separator.d.ts +9 -3
- package/dist/Separator.d.ts.map +1 -1
- package/dist/SharedElementTransition.d.ts +6 -4
- package/dist/SharedElementTransition.d.ts.map +1 -1
- package/dist/Slider.d.ts +12 -8
- package/dist/Slider.d.ts.map +1 -1
- package/dist/StepList.d.ts +90 -0
- package/dist/StepList.d.ts.map +1 -0
- package/dist/Switch.d.ts +11 -5
- package/dist/Switch.d.ts.map +1 -1
- package/dist/Table.d.ts +187 -23
- package/dist/Table.d.ts.map +1 -1
- package/dist/Tabs.d.ts +45 -9
- package/dist/Tabs.d.ts.map +1 -1
- package/dist/TagGroup.d.ts +12 -10
- package/dist/TagGroup.d.ts.map +1 -1
- package/dist/Text.d.ts +2 -2
- package/dist/TextField.d.ts +15 -11
- package/dist/TextField.d.ts.map +1 -1
- package/dist/TimeField.d.ts +6 -6
- package/dist/TimeField.d.ts.map +1 -1
- package/dist/Toast.d.ts +29 -14
- package/dist/Toast.d.ts.map +1 -1
- package/dist/ToggleButton.d.ts +11 -5
- package/dist/ToggleButton.d.ts.map +1 -1
- package/dist/ToggleButtonGroup.d.ts +7 -7
- package/dist/ToggleButtonGroup.d.ts.map +1 -1
- package/dist/Toolbar.d.ts +7 -3
- package/dist/Toolbar.d.ts.map +1 -1
- package/dist/Tooltip.d.ts +50 -8
- package/dist/Tooltip.d.ts.map +1 -1
- package/dist/Tree.d.ts +66 -17
- package/dist/Tree.d.ts.map +1 -1
- package/dist/Virtualizer.d.ts +12 -12
- package/dist/Virtualizer.d.ts.map +1 -1
- package/dist/VirtualizerLayouts.d.ts +2 -2
- package/dist/VirtualizerLayouts.d.ts.map +1 -1
- package/dist/VisuallyHidden.d.ts +1 -1
- package/dist/VisuallyHidden.d.ts.map +1 -1
- package/dist/contexts.d.ts +5 -1
- package/dist/contexts.d.ts.map +1 -1
- package/dist/index.d.ts +73 -71
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23247 -18564
- package/dist/index.js.map +1 -1
- package/dist/index.jsx +18110 -0
- package/dist/index.jsx.map +1 -0
- package/dist/useDragAndDrop.d.ts +13 -13
- package/dist/useDragAndDrop.d.ts.map +1 -1
- package/dist/utils.d.ts +2 -2
- package/dist/utils.d.ts.map +1 -1
- package/dist/virtualizer/Layout.d.ts +1 -1
- package/dist/virtualizer/Layout.d.ts.map +1 -1
- package/package.json +31 -32
- package/src/ActionBar.tsx +75 -72
- package/src/ActionGroup.tsx +53 -61
- package/src/Alert.tsx +17 -42
- package/src/Autocomplete.tsx +39 -44
- package/src/Breadcrumbs.tsx +149 -80
- package/src/Button.tsx +267 -70
- package/src/Calendar.tsx +218 -138
- package/src/Checkbox.tsx +413 -121
- package/src/Collection.tsx +67 -58
- package/src/Color.tsx +803 -380
- package/src/ColorEditor.tsx +131 -149
- package/src/ComboBox.tsx +414 -249
- package/src/ContextualHelpTrigger.tsx +86 -74
- package/src/DateField.tsx +185 -91
- package/src/DatePicker.tsx +524 -213
- package/src/DateRangePickerContext.tsx +44 -0
- package/src/Dialog.tsx +156 -118
- package/src/Disclosure.tsx +127 -80
- package/src/DragAndDrop.tsx +60 -54
- package/src/DragPreview.tsx +13 -11
- package/src/DropZone.tsx +42 -22
- package/src/FieldError.tsx +45 -23
- package/src/FileTrigger.tsx +19 -19
- package/src/Focusable.tsx +21 -24
- package/src/Form.tsx +71 -16
- package/src/GridList.tsx +273 -197
- package/src/HiddenDateInput.tsx +153 -0
- package/src/HiddenTimeInput.tsx +133 -0
- package/src/Icon.tsx +22 -43
- package/src/Keyboard.tsx +3 -3
- package/src/Landmark.tsx +37 -63
- package/src/Link.tsx +125 -75
- package/src/ListBox.tsx +332 -233
- package/src/ListDropTargetDelegate.ts +81 -80
- package/src/Menu.tsx +1023 -274
- package/src/Meter.tsx +38 -56
- package/src/Modal.tsx +243 -175
- package/src/NumberField.tsx +139 -143
- package/src/Popover.tsx +386 -233
- package/src/Pressable.tsx +21 -21
- package/src/ProgressBar.tsx +48 -57
- package/src/RadioGroup.tsx +524 -122
- package/src/RangeCalendar.tsx +157 -90
- package/src/RouterProvider.tsx +30 -47
- package/src/SearchField.tsx +362 -143
- package/src/Select.tsx +656 -233
- package/src/SelectionIndicator.tsx +18 -15
- package/src/Separator.tsx +47 -49
- package/src/SharedElementTransition.tsx +103 -97
- package/src/Slider.tsx +138 -98
- package/src/StepList.tsx +272 -0
- package/src/Switch.tsx +93 -46
- package/src/Table.tsx +1308 -342
- package/src/Tabs.tsx +324 -103
- package/src/TagGroup.tsx +139 -126
- package/src/Text.tsx +3 -3
- package/src/TextField.tsx +389 -79
- package/src/TimeField.tsx +136 -76
- package/src/Toast.tsx +209 -157
- package/src/ToggleButton.tsx +47 -37
- package/src/ToggleButtonGroup.tsx +39 -34
- package/src/Toolbar.tsx +54 -69
- package/src/Tooltip.tsx +387 -119
- package/src/Tree.tsx +651 -368
- package/src/Virtualizer.tsx +208 -180
- package/src/VirtualizerLayouts.ts +45 -30
- package/src/VisuallyHidden.tsx +19 -19
- package/src/contexts.ts +29 -37
- package/src/index.ts +110 -195
- package/src/useDragAndDrop.ts +87 -71
- package/src/utils.tsx +40 -55
- package/src/virtualizer/Layout.ts +14 -22
- package/dist/index.ssr.js +0 -16996
- package/dist/index.ssr.js.map +0 -1
package/src/index.ts
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
* ready-to-style components using the render props pattern and data attributes.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
// Utilities
|
|
12
11
|
export {
|
|
13
12
|
type RenderChildren,
|
|
14
13
|
type ClassNameOrFunction,
|
|
@@ -25,21 +24,11 @@ export {
|
|
|
25
24
|
removeDataAttributes,
|
|
26
25
|
createDataAttributes,
|
|
27
26
|
dataAttr,
|
|
28
|
-
} from
|
|
27
|
+
} from "./utils";
|
|
29
28
|
|
|
30
|
-
|
|
31
|
-
export {
|
|
32
|
-
VisuallyHidden,
|
|
33
|
-
type VisuallyHiddenProps,
|
|
34
|
-
} from './VisuallyHidden';
|
|
29
|
+
export { VisuallyHidden, type VisuallyHiddenProps } from "./VisuallyHidden";
|
|
35
30
|
|
|
36
|
-
|
|
37
|
-
export {
|
|
38
|
-
Button,
|
|
39
|
-
ButtonContext,
|
|
40
|
-
type ButtonProps,
|
|
41
|
-
type ButtonRenderProps,
|
|
42
|
-
} from './Button';
|
|
31
|
+
export { Button, ButtonContext, type ButtonProps, type ButtonRenderProps } from "./Button";
|
|
43
32
|
|
|
44
33
|
// ToggleSwitch (named to avoid conflict with SolidJS's Switch)
|
|
45
34
|
export {
|
|
@@ -51,17 +40,15 @@ export {
|
|
|
51
40
|
type ToggleSwitchRenderProps,
|
|
52
41
|
type ToggleSwitchProps as SwitchProps,
|
|
53
42
|
type ToggleSwitchRenderProps as SwitchRenderProps,
|
|
54
|
-
} from
|
|
43
|
+
} from "./Switch";
|
|
55
44
|
|
|
56
|
-
// ToggleButton
|
|
57
45
|
export {
|
|
58
46
|
ToggleButton,
|
|
59
47
|
ToggleButtonContext,
|
|
60
48
|
type ToggleButtonProps,
|
|
61
49
|
type ToggleButtonRenderProps,
|
|
62
|
-
} from
|
|
50
|
+
} from "./ToggleButton";
|
|
63
51
|
|
|
64
|
-
// ToggleButtonGroup
|
|
65
52
|
export {
|
|
66
53
|
ToggleButtonGroup,
|
|
67
54
|
ToggleButtonGroupContext,
|
|
@@ -71,9 +58,8 @@ export {
|
|
|
71
58
|
type ToggleButtonGroupProps,
|
|
72
59
|
type ToggleButtonGroupRenderProps,
|
|
73
60
|
type ToggleButtonGroupStateContextValue,
|
|
74
|
-
} from
|
|
61
|
+
} from "./ToggleButtonGroup";
|
|
75
62
|
|
|
76
|
-
// Checkbox
|
|
77
63
|
export {
|
|
78
64
|
Checkbox,
|
|
79
65
|
CheckboxGroup,
|
|
@@ -84,9 +70,8 @@ export {
|
|
|
84
70
|
type CheckboxRenderProps,
|
|
85
71
|
type CheckboxGroupProps,
|
|
86
72
|
type CheckboxGroupRenderProps,
|
|
87
|
-
} from
|
|
73
|
+
} from "./Checkbox";
|
|
88
74
|
|
|
89
|
-
// Radio
|
|
90
75
|
export {
|
|
91
76
|
Radio,
|
|
92
77
|
RadioGroup,
|
|
@@ -98,9 +83,8 @@ export {
|
|
|
98
83
|
type RadioGroupProps,
|
|
99
84
|
type RadioGroupRenderProps,
|
|
100
85
|
type Orientation,
|
|
101
|
-
} from
|
|
86
|
+
} from "./RadioGroup";
|
|
102
87
|
|
|
103
|
-
// TextField
|
|
104
88
|
export {
|
|
105
89
|
TextField,
|
|
106
90
|
TextFieldContext,
|
|
@@ -117,60 +101,32 @@ export {
|
|
|
117
101
|
type LabelProps,
|
|
118
102
|
type InputProps,
|
|
119
103
|
type TextAreaProps,
|
|
120
|
-
} from
|
|
104
|
+
} from "./TextField";
|
|
121
105
|
|
|
122
|
-
export {
|
|
123
|
-
Text,
|
|
124
|
-
TextContext,
|
|
125
|
-
type TextProps,
|
|
126
|
-
} from './Text';
|
|
106
|
+
export { Text, TextContext, type TextProps } from "./Text";
|
|
127
107
|
|
|
128
|
-
|
|
129
|
-
export {
|
|
130
|
-
Link,
|
|
131
|
-
LinkContext,
|
|
132
|
-
type LinkProps,
|
|
133
|
-
type LinkRenderProps,
|
|
134
|
-
} from './Link';
|
|
108
|
+
export { Link, LinkContext, type LinkProps, type LinkRenderProps } from "./Link";
|
|
135
109
|
|
|
136
|
-
|
|
137
|
-
export {
|
|
138
|
-
Keyboard,
|
|
139
|
-
KeyboardContext,
|
|
140
|
-
type KeyboardProps,
|
|
141
|
-
} from './Keyboard';
|
|
110
|
+
export { Keyboard, KeyboardContext, type KeyboardProps } from "./Keyboard";
|
|
142
111
|
|
|
143
|
-
|
|
144
|
-
export {
|
|
145
|
-
Form,
|
|
146
|
-
FormContext,
|
|
147
|
-
type FormProps,
|
|
148
|
-
type FormRenderProps,
|
|
149
|
-
} from './Form';
|
|
112
|
+
export { Form, FormContext, type FormProps, type FormRenderProps } from "./Form";
|
|
150
113
|
|
|
151
|
-
// FieldError
|
|
152
114
|
export {
|
|
153
115
|
FieldError,
|
|
154
116
|
FieldErrorContext,
|
|
155
117
|
type FieldErrorProps,
|
|
156
118
|
type FieldErrorRenderProps,
|
|
157
|
-
} from
|
|
119
|
+
} from "./FieldError";
|
|
158
120
|
|
|
159
|
-
|
|
160
|
-
export {
|
|
161
|
-
FileTrigger,
|
|
162
|
-
type FileTriggerProps,
|
|
163
|
-
} from './FileTrigger';
|
|
121
|
+
export { FileTrigger, type FileTriggerProps } from "./FileTrigger";
|
|
164
122
|
|
|
165
|
-
// DropZone
|
|
166
123
|
export {
|
|
167
124
|
DropZone,
|
|
168
125
|
DropZoneContext,
|
|
169
126
|
type DropZoneProps,
|
|
170
127
|
type DropZoneRenderProps,
|
|
171
|
-
} from
|
|
128
|
+
} from "./DropZone";
|
|
172
129
|
|
|
173
|
-
// SharedElementTransition
|
|
174
130
|
export {
|
|
175
131
|
SharedElementTransition,
|
|
176
132
|
SharedElement,
|
|
@@ -179,9 +135,8 @@ export {
|
|
|
179
135
|
type SharedElementProps,
|
|
180
136
|
type SharedElementPropsBase,
|
|
181
137
|
type SharedElementRenderProps,
|
|
182
|
-
} from
|
|
138
|
+
} from "./SharedElementTransition";
|
|
183
139
|
|
|
184
|
-
// Layout base
|
|
185
140
|
export {
|
|
186
141
|
Layout,
|
|
187
142
|
LayoutInfo,
|
|
@@ -189,9 +144,8 @@ export {
|
|
|
189
144
|
Size,
|
|
190
145
|
Point,
|
|
191
146
|
type InvalidationContext,
|
|
192
|
-
} from
|
|
147
|
+
} from "./virtualizer/Layout";
|
|
193
148
|
|
|
194
|
-
// Virtualizer
|
|
195
149
|
export {
|
|
196
150
|
Virtualizer,
|
|
197
151
|
VirtualizerContext,
|
|
@@ -212,34 +166,30 @@ export {
|
|
|
212
166
|
type DefaultVirtualizerLayoutOptions,
|
|
213
167
|
type GridLayoutOptions,
|
|
214
168
|
type WaterfallLayoutOptions,
|
|
215
|
-
} from
|
|
169
|
+
} from "./Virtualizer";
|
|
216
170
|
|
|
217
|
-
// ProgressBar
|
|
218
171
|
export {
|
|
219
172
|
ProgressBar,
|
|
220
173
|
ProgressBarContext,
|
|
221
174
|
type ProgressBarProps,
|
|
222
175
|
type ProgressBarRenderProps,
|
|
223
|
-
} from
|
|
176
|
+
} from "./ProgressBar";
|
|
224
177
|
|
|
225
|
-
// Separator
|
|
226
178
|
export {
|
|
227
179
|
Separator,
|
|
228
180
|
SeparatorContext,
|
|
229
181
|
type SeparatorProps,
|
|
230
182
|
type SeparatorRenderProps,
|
|
231
|
-
} from
|
|
183
|
+
} from "./Separator";
|
|
232
184
|
|
|
233
|
-
// Toolbar
|
|
234
185
|
export {
|
|
235
186
|
Toolbar,
|
|
236
187
|
ToolbarContext,
|
|
237
188
|
type ToolbarProps,
|
|
238
189
|
type ToolbarRenderProps,
|
|
239
190
|
type ToolbarContextValue,
|
|
240
|
-
} from
|
|
191
|
+
} from "./Toolbar";
|
|
241
192
|
|
|
242
|
-
// Autocomplete
|
|
243
193
|
export {
|
|
244
194
|
Autocomplete,
|
|
245
195
|
AutocompleteContext,
|
|
@@ -251,9 +201,8 @@ export {
|
|
|
251
201
|
type AutocompleteProps,
|
|
252
202
|
type AutocompleteContextValue,
|
|
253
203
|
type AutocompleteCollectionContextValue,
|
|
254
|
-
} from
|
|
204
|
+
} from "./Autocomplete";
|
|
255
205
|
|
|
256
|
-
// ListBox
|
|
257
206
|
export {
|
|
258
207
|
ListBox,
|
|
259
208
|
ListBoxOption,
|
|
@@ -271,9 +220,8 @@ export {
|
|
|
271
220
|
type ListBoxOptionRenderProps as ListBoxItemRenderProps,
|
|
272
221
|
type ListBoxSectionProps,
|
|
273
222
|
type ListBoxLoadMoreItemProps,
|
|
274
|
-
} from
|
|
223
|
+
} from "./ListBox";
|
|
275
224
|
|
|
276
|
-
// Menu
|
|
277
225
|
export {
|
|
278
226
|
Menu,
|
|
279
227
|
MenuItem,
|
|
@@ -294,9 +242,8 @@ export {
|
|
|
294
242
|
type SubmenuTriggerProps,
|
|
295
243
|
type MenuTriggerRenderProps,
|
|
296
244
|
type MenuButtonProps,
|
|
297
|
-
} from
|
|
245
|
+
} from "./Menu";
|
|
298
246
|
|
|
299
|
-
// Select
|
|
300
247
|
export {
|
|
301
248
|
Select,
|
|
302
249
|
SelectTrigger,
|
|
@@ -316,14 +263,13 @@ export {
|
|
|
316
263
|
type SelectListBoxRenderProps,
|
|
317
264
|
type SelectOptionProps,
|
|
318
265
|
type SelectOptionRenderProps,
|
|
319
|
-
} from
|
|
266
|
+
} from "./Select";
|
|
320
267
|
|
|
321
|
-
// Tabs
|
|
322
268
|
export {
|
|
323
269
|
Tabs,
|
|
324
270
|
TabList,
|
|
325
271
|
Tab,
|
|
326
|
-
|
|
272
|
+
TabPanels,
|
|
327
273
|
TabPanel,
|
|
328
274
|
TabsContext,
|
|
329
275
|
TabsStateContext,
|
|
@@ -334,19 +280,18 @@ export {
|
|
|
334
280
|
type TabListRenderProps,
|
|
335
281
|
type TabProps,
|
|
336
282
|
type TabRenderProps,
|
|
283
|
+
type TabPanelsProps,
|
|
337
284
|
type TabPanelProps,
|
|
338
285
|
type TabPanelRenderProps,
|
|
339
|
-
} from
|
|
286
|
+
} from "./Tabs";
|
|
340
287
|
|
|
341
|
-
// SelectionIndicator
|
|
342
288
|
export {
|
|
343
289
|
SelectionIndicator,
|
|
344
290
|
SelectionIndicatorContext,
|
|
345
291
|
type SelectionIndicatorProps,
|
|
346
292
|
type SelectionIndicatorRenderProps,
|
|
347
|
-
} from
|
|
293
|
+
} from "./SelectionIndicator";
|
|
348
294
|
|
|
349
|
-
// Collection primitives
|
|
350
295
|
export {
|
|
351
296
|
Collection,
|
|
352
297
|
CollectionBuilder,
|
|
@@ -374,9 +319,8 @@ export {
|
|
|
374
319
|
type CollectionBranchProps,
|
|
375
320
|
type CollectionRendererContextValue,
|
|
376
321
|
type CollectionPrimitiveRenderProps,
|
|
377
|
-
} from
|
|
322
|
+
} from "./Collection";
|
|
378
323
|
|
|
379
|
-
// Drag and Drop
|
|
380
324
|
export {
|
|
381
325
|
DragAndDropContext,
|
|
382
326
|
DropIndicator,
|
|
@@ -387,14 +331,9 @@ export {
|
|
|
387
331
|
type DropIndicatorProps,
|
|
388
332
|
type DropIndicatorRenderProps,
|
|
389
333
|
type DropTargetDelegate,
|
|
390
|
-
} from
|
|
391
|
-
export {
|
|
392
|
-
useDragAndDrop,
|
|
393
|
-
type DragAndDropOptions,
|
|
394
|
-
type DragAndDropHooks,
|
|
395
|
-
} from './useDragAndDrop';
|
|
334
|
+
} from "./DragAndDrop";
|
|
335
|
+
export { useDragAndDrop, type DragAndDropOptions, type DragAndDropHooks } from "./useDragAndDrop";
|
|
396
336
|
|
|
397
|
-
// Breadcrumbs
|
|
398
337
|
export {
|
|
399
338
|
Breadcrumbs,
|
|
400
339
|
BreadcrumbItem,
|
|
@@ -404,9 +343,8 @@ export {
|
|
|
404
343
|
type BreadcrumbsRenderProps,
|
|
405
344
|
type BreadcrumbItemProps,
|
|
406
345
|
type BreadcrumbItemRenderProps,
|
|
407
|
-
} from
|
|
346
|
+
} from "./Breadcrumbs";
|
|
408
347
|
|
|
409
|
-
// NumberField
|
|
410
348
|
export {
|
|
411
349
|
NumberField,
|
|
412
350
|
NumberFieldLabel,
|
|
@@ -423,9 +361,8 @@ export {
|
|
|
423
361
|
type NumberFieldIncrementButtonProps,
|
|
424
362
|
type NumberFieldDecrementButtonProps,
|
|
425
363
|
type NumberFieldButtonRenderProps,
|
|
426
|
-
} from
|
|
364
|
+
} from "./NumberField";
|
|
427
365
|
|
|
428
|
-
// SearchField
|
|
429
366
|
export {
|
|
430
367
|
SearchField,
|
|
431
368
|
SearchFieldLabel,
|
|
@@ -438,9 +375,8 @@ export {
|
|
|
438
375
|
type SearchFieldInputRenderProps,
|
|
439
376
|
type SearchFieldClearButtonProps,
|
|
440
377
|
type SearchFieldClearButtonRenderProps,
|
|
441
|
-
} from
|
|
378
|
+
} from "./SearchField";
|
|
442
379
|
|
|
443
|
-
// Slider
|
|
444
380
|
export {
|
|
445
381
|
Slider,
|
|
446
382
|
SliderTrack,
|
|
@@ -458,21 +394,21 @@ export {
|
|
|
458
394
|
type SliderThumbRenderProps,
|
|
459
395
|
type SliderOutputProps,
|
|
460
396
|
type SliderOutputRenderProps,
|
|
461
|
-
} from
|
|
397
|
+
} from "./Slider";
|
|
462
398
|
|
|
463
|
-
// Tooltip
|
|
464
399
|
export {
|
|
465
400
|
Tooltip,
|
|
466
401
|
TooltipTrigger,
|
|
467
402
|
TooltipContext,
|
|
468
403
|
TooltipTriggerStateContext,
|
|
469
404
|
type TooltipProps,
|
|
405
|
+
type TooltipPlacement,
|
|
470
406
|
type TooltipRenderProps,
|
|
407
|
+
type TooltipResolvedPlacement,
|
|
471
408
|
type TooltipTriggerComponentProps,
|
|
472
409
|
type TooltipTriggerState,
|
|
473
|
-
} from
|
|
410
|
+
} from "./Tooltip";
|
|
474
411
|
|
|
475
|
-
// ComboBox
|
|
476
412
|
export {
|
|
477
413
|
ComboBox,
|
|
478
414
|
ComboBoxValue,
|
|
@@ -483,6 +419,8 @@ export {
|
|
|
483
419
|
ComboBoxButton,
|
|
484
420
|
ComboBoxListBox,
|
|
485
421
|
ComboBoxOption,
|
|
422
|
+
ComboBoxTagGroup,
|
|
423
|
+
ComboBoxTag,
|
|
486
424
|
ComboBoxContext,
|
|
487
425
|
ComboBoxStateContext,
|
|
488
426
|
ComboBoxValueContext,
|
|
@@ -502,9 +440,10 @@ export {
|
|
|
502
440
|
type ComboBoxListBoxRenderProps,
|
|
503
441
|
type ComboBoxOptionProps,
|
|
504
442
|
type ComboBoxOptionRenderProps,
|
|
505
|
-
|
|
443
|
+
type ComboBoxTagGroupProps,
|
|
444
|
+
type ComboBoxTagProps,
|
|
445
|
+
} from "./ComboBox";
|
|
506
446
|
|
|
507
|
-
// Dialog
|
|
508
447
|
export {
|
|
509
448
|
Dialog,
|
|
510
449
|
DialogTrigger,
|
|
@@ -517,9 +456,8 @@ export {
|
|
|
517
456
|
type DialogRenderProps,
|
|
518
457
|
type DialogTriggerProps,
|
|
519
458
|
type HeadingProps,
|
|
520
|
-
} from
|
|
459
|
+
} from "./Dialog";
|
|
521
460
|
|
|
522
|
-
// Modal
|
|
523
461
|
export {
|
|
524
462
|
Modal,
|
|
525
463
|
ModalOverlay,
|
|
@@ -530,9 +468,8 @@ export {
|
|
|
530
468
|
type ModalOverlayProps,
|
|
531
469
|
type ModalRenderProps,
|
|
532
470
|
type OverlayTriggerState,
|
|
533
|
-
} from
|
|
471
|
+
} from "./Modal";
|
|
534
472
|
|
|
535
|
-
// Popover
|
|
536
473
|
export {
|
|
537
474
|
Popover,
|
|
538
475
|
PopoverTrigger,
|
|
@@ -545,9 +482,8 @@ export {
|
|
|
545
482
|
type PopoverTriggerProps,
|
|
546
483
|
type PopoverTriggerContextValue,
|
|
547
484
|
type OverlayArrowProps,
|
|
548
|
-
} from
|
|
485
|
+
} from "./Popover";
|
|
549
486
|
|
|
550
|
-
// Toast
|
|
551
487
|
export {
|
|
552
488
|
Toast,
|
|
553
489
|
Toast as UNSTABLE_Toast,
|
|
@@ -575,9 +511,8 @@ export {
|
|
|
575
511
|
type ToastDescriptionProps,
|
|
576
512
|
type ToastCloseButtonProps,
|
|
577
513
|
type DefaultToastProps,
|
|
578
|
-
} from
|
|
514
|
+
} from "./Toast";
|
|
579
515
|
|
|
580
|
-
// Disclosure
|
|
581
516
|
export {
|
|
582
517
|
Disclosure,
|
|
583
518
|
DisclosureGroup,
|
|
@@ -597,17 +532,10 @@ export {
|
|
|
597
532
|
type DisclosurePanelProps,
|
|
598
533
|
type DisclosureState,
|
|
599
534
|
type DisclosureGroupState,
|
|
600
|
-
} from
|
|
535
|
+
} from "./Disclosure";
|
|
601
536
|
|
|
602
|
-
|
|
603
|
-
export {
|
|
604
|
-
Meter,
|
|
605
|
-
MeterContext,
|
|
606
|
-
type MeterProps,
|
|
607
|
-
type MeterRenderProps,
|
|
608
|
-
} from './Meter';
|
|
537
|
+
export { Meter, MeterContext, type MeterProps, type MeterRenderProps } from "./Meter";
|
|
609
538
|
|
|
610
|
-
// TagGroup
|
|
611
539
|
export {
|
|
612
540
|
TagGroup,
|
|
613
541
|
TagList,
|
|
@@ -624,9 +552,8 @@ export {
|
|
|
624
552
|
type TagProps,
|
|
625
553
|
type TagRenderProps,
|
|
626
554
|
type TagRemoveButtonProps,
|
|
627
|
-
} from
|
|
555
|
+
} from "./TagGroup";
|
|
628
556
|
|
|
629
|
-
// Calendar
|
|
630
557
|
export {
|
|
631
558
|
Calendar,
|
|
632
559
|
CalendarHeading,
|
|
@@ -653,9 +580,8 @@ export {
|
|
|
653
580
|
type CalendarState,
|
|
654
581
|
type CalendarDate,
|
|
655
582
|
type DateValue,
|
|
656
|
-
} from
|
|
583
|
+
} from "./Calendar";
|
|
657
584
|
|
|
658
|
-
// RangeCalendar
|
|
659
585
|
export {
|
|
660
586
|
RangeCalendar,
|
|
661
587
|
RangeCalendarHeading,
|
|
@@ -675,9 +601,8 @@ export {
|
|
|
675
601
|
type RangeCalendarCellRenderProps,
|
|
676
602
|
type RangeCalendarState,
|
|
677
603
|
type RangeValue,
|
|
678
|
-
} from
|
|
604
|
+
} from "./RangeCalendar";
|
|
679
605
|
|
|
680
|
-
// DateField
|
|
681
606
|
export {
|
|
682
607
|
DateField,
|
|
683
608
|
DateFieldLabel,
|
|
@@ -700,9 +625,8 @@ export {
|
|
|
700
625
|
type DateFieldContextValue,
|
|
701
626
|
type DateFieldState,
|
|
702
627
|
type DateSegmentType,
|
|
703
|
-
} from
|
|
628
|
+
} from "./DateField";
|
|
704
629
|
|
|
705
|
-
// TimeField
|
|
706
630
|
export {
|
|
707
631
|
TimeField,
|
|
708
632
|
TimeFieldLabel,
|
|
@@ -726,9 +650,10 @@ export {
|
|
|
726
650
|
type TimeFieldState,
|
|
727
651
|
type TimeSegmentType,
|
|
728
652
|
type TimeValue,
|
|
729
|
-
} from
|
|
653
|
+
} from "./TimeField";
|
|
654
|
+
|
|
655
|
+
export { HiddenTimeInput, type HiddenTimeInputProps } from "./HiddenTimeInput";
|
|
730
656
|
|
|
731
|
-
// DatePicker
|
|
732
657
|
export {
|
|
733
658
|
DatePicker,
|
|
734
659
|
DateRangePicker,
|
|
@@ -742,6 +667,7 @@ export {
|
|
|
742
667
|
DateRangePickerButton,
|
|
743
668
|
DatePickerContent,
|
|
744
669
|
DateRangePickerContent,
|
|
670
|
+
HiddenDateInput,
|
|
745
671
|
DatePickerContext,
|
|
746
672
|
DateRangePickerContext,
|
|
747
673
|
DatePickerStateContext,
|
|
@@ -765,9 +691,9 @@ export {
|
|
|
765
691
|
type DateRangePickerErrorMessageProps,
|
|
766
692
|
type DatePickerContextValue,
|
|
767
693
|
type DateRangePickerContextValue,
|
|
768
|
-
|
|
694
|
+
type HiddenDateInputProps,
|
|
695
|
+
} from "./DatePicker";
|
|
769
696
|
|
|
770
|
-
// Table
|
|
771
697
|
export {
|
|
772
698
|
Table,
|
|
773
699
|
TableHeader,
|
|
@@ -775,6 +701,7 @@ export {
|
|
|
775
701
|
TableColumn as Column,
|
|
776
702
|
ColumnResizer,
|
|
777
703
|
TableBody,
|
|
704
|
+
TableFooter,
|
|
778
705
|
TableLoadMoreItem,
|
|
779
706
|
TableRow,
|
|
780
707
|
TableRow as Row,
|
|
@@ -795,17 +722,19 @@ export {
|
|
|
795
722
|
type TableColumnProps,
|
|
796
723
|
type TableColumnRenderProps,
|
|
797
724
|
type ColumnResizerProps,
|
|
725
|
+
type ColumnResizerRenderProps,
|
|
798
726
|
type TableBodyProps,
|
|
799
727
|
type TableBodyRenderProps,
|
|
728
|
+
type TableFooterProps,
|
|
729
|
+
type TableFooterRenderProps,
|
|
800
730
|
type ResizableTableContainerProps,
|
|
801
731
|
type TableLoadMoreItemProps,
|
|
802
732
|
type TableRowProps,
|
|
803
733
|
type TableRowRenderProps,
|
|
804
734
|
type TableCellProps,
|
|
805
735
|
type TableCellRenderProps,
|
|
806
|
-
} from
|
|
736
|
+
} from "./Table";
|
|
807
737
|
|
|
808
|
-
// GridList
|
|
809
738
|
export {
|
|
810
739
|
GridList,
|
|
811
740
|
GridListHeader,
|
|
@@ -823,9 +752,8 @@ export {
|
|
|
823
752
|
type GridListHeaderProps,
|
|
824
753
|
type GridListSectionProps,
|
|
825
754
|
type GridListLoadMoreItemProps,
|
|
826
|
-
} from
|
|
755
|
+
} from "./GridList";
|
|
827
756
|
|
|
828
|
-
// Tree
|
|
829
757
|
export {
|
|
830
758
|
Tree,
|
|
831
759
|
TreeItem,
|
|
@@ -849,12 +777,12 @@ export {
|
|
|
849
777
|
type TreeSectionProps,
|
|
850
778
|
type TreeExpandButtonProps,
|
|
851
779
|
type TreeLoadMoreItemProps,
|
|
852
|
-
} from
|
|
780
|
+
} from "./Tree";
|
|
853
781
|
|
|
854
|
-
// Color
|
|
855
782
|
export {
|
|
856
|
-
// ColorSlider
|
|
857
783
|
ColorSlider,
|
|
784
|
+
ColorSliderLabel,
|
|
785
|
+
ColorSliderOutput,
|
|
858
786
|
ColorSliderTrack,
|
|
859
787
|
ColorSliderThumb,
|
|
860
788
|
ColorThumb,
|
|
@@ -862,11 +790,12 @@ export {
|
|
|
862
790
|
ColorSliderStateContext,
|
|
863
791
|
type ColorSliderProps,
|
|
864
792
|
type ColorSliderRenderProps,
|
|
793
|
+
type ColorSliderLabelProps,
|
|
794
|
+
type ColorSliderOutputProps,
|
|
865
795
|
type ColorSliderTrackProps,
|
|
866
796
|
type ColorSliderTrackRenderProps,
|
|
867
797
|
type ColorSliderThumbProps,
|
|
868
798
|
type ColorSliderThumbRenderProps,
|
|
869
|
-
// ColorArea
|
|
870
799
|
ColorArea,
|
|
871
800
|
ColorAreaGradient,
|
|
872
801
|
ColorAreaThumb,
|
|
@@ -878,7 +807,6 @@ export {
|
|
|
878
807
|
type ColorAreaGradientRenderProps,
|
|
879
808
|
type ColorAreaThumbProps,
|
|
880
809
|
type ColorAreaThumbRenderProps,
|
|
881
|
-
// ColorWheel
|
|
882
810
|
ColorWheel,
|
|
883
811
|
ColorWheelTrack,
|
|
884
812
|
ColorWheelThumb,
|
|
@@ -891,7 +819,6 @@ export {
|
|
|
891
819
|
type ColorWheelTrackRenderProps,
|
|
892
820
|
type ColorWheelThumbProps,
|
|
893
821
|
type ColorWheelThumbRenderProps,
|
|
894
|
-
// ColorField
|
|
895
822
|
ColorField,
|
|
896
823
|
ColorFieldInput,
|
|
897
824
|
ColorFieldContext,
|
|
@@ -905,7 +832,6 @@ export {
|
|
|
905
832
|
type ColorFieldInputRenderProps,
|
|
906
833
|
type ColorPickerProps,
|
|
907
834
|
type ColorPickerRenderProps,
|
|
908
|
-
// ColorSwatch
|
|
909
835
|
ColorSwatch,
|
|
910
836
|
ColorSwatchContext,
|
|
911
837
|
ColorSwatchPicker,
|
|
@@ -914,25 +840,36 @@ export {
|
|
|
914
840
|
type ColorSwatchProps,
|
|
915
841
|
type ColorSwatchRenderProps,
|
|
916
842
|
type ColorSwatchPickerProps,
|
|
843
|
+
type ColorSwatchPickerRenderProps,
|
|
917
844
|
type ColorSwatchPickerItemProps,
|
|
918
|
-
|
|
845
|
+
type ColorSwatchPickerItemRenderProps,
|
|
846
|
+
} from "./Color";
|
|
919
847
|
|
|
920
|
-
// ContextualHelpTrigger
|
|
921
848
|
export {
|
|
922
849
|
ContextualHelpTrigger,
|
|
923
850
|
type ContextualHelpTriggerProps,
|
|
924
851
|
type ContextualHelpTriggerRenderProps,
|
|
925
|
-
} from
|
|
852
|
+
} from "./ContextualHelpTrigger";
|
|
926
853
|
|
|
927
|
-
// ColorEditor
|
|
928
854
|
export {
|
|
929
855
|
ColorEditor,
|
|
930
856
|
type ColorEditorProps,
|
|
931
857
|
type ColorEditorRenderProps,
|
|
932
858
|
type ColorEditorColorSpace,
|
|
933
|
-
} from
|
|
859
|
+
} from "./ColorEditor";
|
|
860
|
+
|
|
861
|
+
export {
|
|
862
|
+
StepList,
|
|
863
|
+
Step,
|
|
864
|
+
StepListStateContext,
|
|
865
|
+
StepListContext,
|
|
866
|
+
useStepListState,
|
|
867
|
+
type StepListProps,
|
|
868
|
+
type StepListRenderProps,
|
|
869
|
+
type StepListItemRenderProps,
|
|
870
|
+
type StepProps,
|
|
871
|
+
} from "./StepList";
|
|
934
872
|
|
|
935
|
-
// Landmark
|
|
936
873
|
export {
|
|
937
874
|
Landmark,
|
|
938
875
|
LandmarkContext,
|
|
@@ -941,9 +878,8 @@ export {
|
|
|
941
878
|
type LandmarkRenderProps,
|
|
942
879
|
type AriaLandmarkRole,
|
|
943
880
|
type LandmarkController,
|
|
944
|
-
} from
|
|
881
|
+
} from "./Landmark";
|
|
945
882
|
|
|
946
|
-
// ActionBar
|
|
947
883
|
export {
|
|
948
884
|
ActionBar,
|
|
949
885
|
ActionBarContainer,
|
|
@@ -957,9 +893,8 @@ export {
|
|
|
957
893
|
type ActionBarSelectionCountProps,
|
|
958
894
|
type ActionBarClearButtonProps,
|
|
959
895
|
type ActionBarContextValue,
|
|
960
|
-
} from
|
|
896
|
+
} from "./ActionBar";
|
|
961
897
|
|
|
962
|
-
// ActionGroup
|
|
963
898
|
export {
|
|
964
899
|
ActionGroup,
|
|
965
900
|
ActionGroupContext,
|
|
@@ -970,9 +905,8 @@ export {
|
|
|
970
905
|
type ActionGroupItemRenderProps,
|
|
971
906
|
type ActionGroupItem,
|
|
972
907
|
type ActionGroupContextValue,
|
|
973
|
-
} from
|
|
908
|
+
} from "./ActionGroup";
|
|
974
909
|
|
|
975
|
-
// Alert
|
|
976
910
|
export {
|
|
977
911
|
Alert,
|
|
978
912
|
AlertContext,
|
|
@@ -982,29 +916,14 @@ export {
|
|
|
982
916
|
type AlertVariant,
|
|
983
917
|
type AlertContextValue,
|
|
984
918
|
type AlertDismissButtonProps,
|
|
985
|
-
} from
|
|
919
|
+
} from "./Alert";
|
|
986
920
|
|
|
987
|
-
|
|
988
|
-
export {
|
|
989
|
-
Icon,
|
|
990
|
-
IconContext,
|
|
991
|
-
type IconProps,
|
|
992
|
-
type IconRenderProps,
|
|
993
|
-
} from './Icon';
|
|
921
|
+
export { Icon, IconContext, type IconProps, type IconRenderProps } from "./Icon";
|
|
994
922
|
|
|
995
|
-
|
|
996
|
-
export {
|
|
997
|
-
Focusable,
|
|
998
|
-
type FocusableProps,
|
|
999
|
-
} from './Focusable';
|
|
923
|
+
export { Focusable, type FocusableProps } from "./Focusable";
|
|
1000
924
|
|
|
1001
|
-
|
|
1002
|
-
export {
|
|
1003
|
-
Pressable,
|
|
1004
|
-
type PressableProps,
|
|
1005
|
-
} from './Pressable';
|
|
925
|
+
export { Pressable, type PressableProps } from "./Pressable";
|
|
1006
926
|
|
|
1007
|
-
// RouterProvider
|
|
1008
927
|
export {
|
|
1009
928
|
RouterProvider,
|
|
1010
929
|
RouterContext,
|
|
@@ -1012,28 +931,24 @@ export {
|
|
|
1012
931
|
type RouterProviderProps,
|
|
1013
932
|
type RouterContextValue,
|
|
1014
933
|
type RouterOptions,
|
|
1015
|
-
} from
|
|
934
|
+
} from "./RouterProvider";
|
|
1016
935
|
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
936
|
+
export { DIRECTORY_DRAG_TYPE } from "@proyecto-viviana/solid-stately";
|
|
937
|
+
export { isDirectoryDropItem, isFileDropItem, isTextDropItem } from "@proyecto-viviana/solidaria";
|
|
938
|
+
export { createDrag as useDrag, createDrop as useDrop } from "@proyecto-viviana/solidaria";
|
|
1020
939
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
export { isRTL, I18nProvider, useLocale, createFilter as useFilter } from '@proyecto-viviana/solidaria';
|
|
940
|
+
export {
|
|
941
|
+
isRTL,
|
|
942
|
+
I18nProvider,
|
|
943
|
+
useLocale,
|
|
944
|
+
createFilter as useFilter,
|
|
945
|
+
} from "@proyecto-viviana/solidaria";
|
|
1028
946
|
|
|
1029
|
-
|
|
1030
|
-
export { SSRProvider } from '@proyecto-viviana/solidaria';
|
|
947
|
+
export { SSRProvider } from "@proyecto-viviana/solidaria";
|
|
1031
948
|
|
|
1032
|
-
|
|
1033
|
-
export { parseColor, FormValidationContext } from '@proyecto-viviana/solid-stately';
|
|
949
|
+
export { parseColor, FormValidationContext } from "@proyecto-viviana/solid-stately";
|
|
1034
950
|
|
|
1035
|
-
|
|
1036
|
-
export { ToastQueue as UNSTABLE_ToastQueue } from '@proyecto-viviana/solid-stately';
|
|
951
|
+
export { ToastQueue as UNSTABLE_ToastQueue } from "@proyecto-viviana/solid-stately";
|
|
1037
952
|
|
|
1038
953
|
// Data hooks (aliased to match RAC's useXxx naming)
|
|
1039
954
|
export {
|
|
@@ -1054,4 +969,4 @@ export {
|
|
|
1054
969
|
type AsyncListLoadFunction,
|
|
1055
970
|
type SortDescriptor,
|
|
1056
971
|
type LoadingState,
|
|
1057
|
-
} from
|
|
972
|
+
} from "@proyecto-viviana/solid-stately";
|