@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/src/index.ts
CHANGED
|
@@ -1,620 +1,1057 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* solidaria-components
|
|
3
|
-
*
|
|
4
|
-
* Pre-wired headless components for SolidJS.
|
|
5
|
-
* Port of react-aria-components.
|
|
6
|
-
*
|
|
7
|
-
* These components combine state management + accessibility hooks into
|
|
8
|
-
* ready-to-style components using the render props pattern and data attributes.
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
// Utilities
|
|
12
|
-
export {
|
|
13
|
-
type RenderChildren,
|
|
14
|
-
type ClassNameOrFunction,
|
|
15
|
-
type StyleOrFunction,
|
|
16
|
-
type RenderPropsBase,
|
|
17
|
-
type SlotProps,
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
type
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
type
|
|
84
|
-
type
|
|
85
|
-
type
|
|
86
|
-
type
|
|
87
|
-
} from './
|
|
88
|
-
|
|
89
|
-
//
|
|
90
|
-
export {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
type
|
|
118
|
-
type
|
|
119
|
-
type
|
|
120
|
-
} from './
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
type
|
|
133
|
-
type
|
|
134
|
-
} from './
|
|
135
|
-
|
|
136
|
-
//
|
|
137
|
-
export {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
type
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
type
|
|
179
|
-
type
|
|
180
|
-
type
|
|
181
|
-
type
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
type
|
|
211
|
-
type
|
|
212
|
-
type
|
|
213
|
-
type
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
type
|
|
230
|
-
type
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
type
|
|
271
|
-
type
|
|
272
|
-
type
|
|
273
|
-
type
|
|
274
|
-
} from './
|
|
275
|
-
|
|
276
|
-
//
|
|
277
|
-
export {
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
type
|
|
289
|
-
type
|
|
290
|
-
type
|
|
291
|
-
type
|
|
292
|
-
type
|
|
293
|
-
type
|
|
294
|
-
type
|
|
295
|
-
type
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
type
|
|
310
|
-
type
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
type
|
|
334
|
-
type
|
|
335
|
-
type
|
|
336
|
-
type
|
|
337
|
-
type
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
type
|
|
376
|
-
type
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
type
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
type
|
|
404
|
-
type
|
|
405
|
-
type
|
|
406
|
-
type
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
type
|
|
421
|
-
type
|
|
422
|
-
type
|
|
423
|
-
type
|
|
424
|
-
type
|
|
425
|
-
type
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
type
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
type
|
|
498
|
-
type
|
|
499
|
-
type
|
|
500
|
-
type
|
|
501
|
-
type
|
|
502
|
-
type
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
type
|
|
519
|
-
type
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
type
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
type
|
|
570
|
-
type
|
|
571
|
-
type
|
|
572
|
-
type
|
|
573
|
-
type
|
|
574
|
-
type
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
type
|
|
593
|
-
type
|
|
594
|
-
type
|
|
595
|
-
type
|
|
596
|
-
type
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
type
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
1
|
+
/**
|
|
2
|
+
* solidaria-components
|
|
3
|
+
*
|
|
4
|
+
* Pre-wired headless components for SolidJS.
|
|
5
|
+
* Port of react-aria-components.
|
|
6
|
+
*
|
|
7
|
+
* These components combine state management + accessibility hooks into
|
|
8
|
+
* ready-to-style components using the render props pattern and data attributes.
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
// Utilities
|
|
12
|
+
export {
|
|
13
|
+
type RenderChildren,
|
|
14
|
+
type ClassNameOrFunction,
|
|
15
|
+
type StyleOrFunction,
|
|
16
|
+
type RenderPropsBase,
|
|
17
|
+
type SlotProps,
|
|
18
|
+
DEFAULT_SLOT,
|
|
19
|
+
Provider,
|
|
20
|
+
composeRenderProps,
|
|
21
|
+
useRenderProps,
|
|
22
|
+
useContextProps,
|
|
23
|
+
useSlottedContext,
|
|
24
|
+
filterDOMProps,
|
|
25
|
+
removeDataAttributes,
|
|
26
|
+
createDataAttributes,
|
|
27
|
+
dataAttr,
|
|
28
|
+
} from './utils';
|
|
29
|
+
|
|
30
|
+
// VisuallyHidden
|
|
31
|
+
export {
|
|
32
|
+
VisuallyHidden,
|
|
33
|
+
type VisuallyHiddenProps,
|
|
34
|
+
} from './VisuallyHidden';
|
|
35
|
+
|
|
36
|
+
// Button
|
|
37
|
+
export {
|
|
38
|
+
Button,
|
|
39
|
+
ButtonContext,
|
|
40
|
+
type ButtonProps,
|
|
41
|
+
type ButtonRenderProps,
|
|
42
|
+
} from './Button';
|
|
43
|
+
|
|
44
|
+
// ToggleSwitch (named to avoid conflict with SolidJS's Switch)
|
|
45
|
+
export {
|
|
46
|
+
ToggleSwitch,
|
|
47
|
+
ToggleSwitchContext,
|
|
48
|
+
ToggleSwitch as Switch,
|
|
49
|
+
ToggleSwitchContext as SwitchContext,
|
|
50
|
+
type ToggleSwitchProps,
|
|
51
|
+
type ToggleSwitchRenderProps,
|
|
52
|
+
type ToggleSwitchProps as SwitchProps,
|
|
53
|
+
type ToggleSwitchRenderProps as SwitchRenderProps,
|
|
54
|
+
} from './Switch';
|
|
55
|
+
|
|
56
|
+
// ToggleButton
|
|
57
|
+
export {
|
|
58
|
+
ToggleButton,
|
|
59
|
+
ToggleButtonContext,
|
|
60
|
+
type ToggleButtonProps,
|
|
61
|
+
type ToggleButtonRenderProps,
|
|
62
|
+
} from './ToggleButton';
|
|
63
|
+
|
|
64
|
+
// ToggleButtonGroup
|
|
65
|
+
export {
|
|
66
|
+
ToggleButtonGroup,
|
|
67
|
+
ToggleButtonGroupContext,
|
|
68
|
+
ToggleButtonGroupStateContext,
|
|
69
|
+
ToggleGroupStateContext,
|
|
70
|
+
useToggleButtonGroupStateContext,
|
|
71
|
+
type ToggleButtonGroupProps,
|
|
72
|
+
type ToggleButtonGroupRenderProps,
|
|
73
|
+
type ToggleButtonGroupStateContextValue,
|
|
74
|
+
} from './ToggleButtonGroup';
|
|
75
|
+
|
|
76
|
+
// Checkbox
|
|
77
|
+
export {
|
|
78
|
+
Checkbox,
|
|
79
|
+
CheckboxGroup,
|
|
80
|
+
CheckboxContext,
|
|
81
|
+
CheckboxGroupContext,
|
|
82
|
+
CheckboxGroupStateContext,
|
|
83
|
+
type CheckboxProps,
|
|
84
|
+
type CheckboxRenderProps,
|
|
85
|
+
type CheckboxGroupProps,
|
|
86
|
+
type CheckboxGroupRenderProps,
|
|
87
|
+
} from './Checkbox';
|
|
88
|
+
|
|
89
|
+
// Radio
|
|
90
|
+
export {
|
|
91
|
+
Radio,
|
|
92
|
+
RadioGroup,
|
|
93
|
+
RadioContext,
|
|
94
|
+
RadioGroupContext,
|
|
95
|
+
RadioGroupStateContext,
|
|
96
|
+
type RadioProps,
|
|
97
|
+
type RadioRenderProps,
|
|
98
|
+
type RadioGroupProps,
|
|
99
|
+
type RadioGroupRenderProps,
|
|
100
|
+
type Orientation,
|
|
101
|
+
} from './RadioGroup';
|
|
102
|
+
|
|
103
|
+
// TextField
|
|
104
|
+
export {
|
|
105
|
+
TextField,
|
|
106
|
+
TextFieldContext,
|
|
107
|
+
LabelContext,
|
|
108
|
+
InputContext,
|
|
109
|
+
TextAreaContext,
|
|
110
|
+
FieldInputContext,
|
|
111
|
+
Label,
|
|
112
|
+
Input,
|
|
113
|
+
TextArea,
|
|
114
|
+
type TextFieldProps,
|
|
115
|
+
type TextFieldRenderProps,
|
|
116
|
+
type TextFieldContextValue,
|
|
117
|
+
type LabelProps,
|
|
118
|
+
type InputProps,
|
|
119
|
+
type TextAreaProps,
|
|
120
|
+
} from './TextField';
|
|
121
|
+
|
|
122
|
+
export {
|
|
123
|
+
Text,
|
|
124
|
+
TextContext,
|
|
125
|
+
type TextProps,
|
|
126
|
+
} from './Text';
|
|
127
|
+
|
|
128
|
+
// Link
|
|
129
|
+
export {
|
|
130
|
+
Link,
|
|
131
|
+
LinkContext,
|
|
132
|
+
type LinkProps,
|
|
133
|
+
type LinkRenderProps,
|
|
134
|
+
} from './Link';
|
|
135
|
+
|
|
136
|
+
// Keyboard
|
|
137
|
+
export {
|
|
138
|
+
Keyboard,
|
|
139
|
+
KeyboardContext,
|
|
140
|
+
type KeyboardProps,
|
|
141
|
+
} from './Keyboard';
|
|
142
|
+
|
|
143
|
+
// Form
|
|
144
|
+
export {
|
|
145
|
+
Form,
|
|
146
|
+
FormContext,
|
|
147
|
+
type FormProps,
|
|
148
|
+
type FormRenderProps,
|
|
149
|
+
} from './Form';
|
|
150
|
+
|
|
151
|
+
// FieldError
|
|
152
|
+
export {
|
|
153
|
+
FieldError,
|
|
154
|
+
FieldErrorContext,
|
|
155
|
+
type FieldErrorProps,
|
|
156
|
+
type FieldErrorRenderProps,
|
|
157
|
+
} from './FieldError';
|
|
158
|
+
|
|
159
|
+
// FileTrigger
|
|
160
|
+
export {
|
|
161
|
+
FileTrigger,
|
|
162
|
+
type FileTriggerProps,
|
|
163
|
+
} from './FileTrigger';
|
|
164
|
+
|
|
165
|
+
// DropZone
|
|
166
|
+
export {
|
|
167
|
+
DropZone,
|
|
168
|
+
DropZoneContext,
|
|
169
|
+
type DropZoneProps,
|
|
170
|
+
type DropZoneRenderProps,
|
|
171
|
+
} from './DropZone';
|
|
172
|
+
|
|
173
|
+
// SharedElementTransition
|
|
174
|
+
export {
|
|
175
|
+
SharedElementTransition,
|
|
176
|
+
SharedElement,
|
|
177
|
+
useHasSharedElementTransitionScope,
|
|
178
|
+
type SharedElementTransitionProps,
|
|
179
|
+
type SharedElementProps,
|
|
180
|
+
type SharedElementPropsBase,
|
|
181
|
+
type SharedElementRenderProps,
|
|
182
|
+
} from './SharedElementTransition';
|
|
183
|
+
|
|
184
|
+
// Layout base
|
|
185
|
+
export {
|
|
186
|
+
Layout,
|
|
187
|
+
LayoutInfo,
|
|
188
|
+
Rect,
|
|
189
|
+
Size,
|
|
190
|
+
Point,
|
|
191
|
+
type InvalidationContext,
|
|
192
|
+
} from './virtualizer/Layout';
|
|
193
|
+
|
|
194
|
+
// Virtualizer
|
|
195
|
+
export {
|
|
196
|
+
Virtualizer,
|
|
197
|
+
VirtualizerContext,
|
|
198
|
+
useVirtualizerContext,
|
|
199
|
+
ListLayout,
|
|
200
|
+
GridLayout,
|
|
201
|
+
WaterfallLayout,
|
|
202
|
+
TableLayout,
|
|
203
|
+
type VirtualizerProps,
|
|
204
|
+
type VirtualizerLayout,
|
|
205
|
+
type VirtualizerLayoutClass,
|
|
206
|
+
type VirtualizerContextValue,
|
|
207
|
+
type VirtualizerVisibleRange,
|
|
208
|
+
type VirtualizerDropTarget,
|
|
209
|
+
type VirtualizerDropOperationResolver,
|
|
210
|
+
type VirtualizerDropTargetResolver,
|
|
211
|
+
type VirtualizerRangeContext,
|
|
212
|
+
type DefaultVirtualizerLayoutOptions,
|
|
213
|
+
type GridLayoutOptions,
|
|
214
|
+
type WaterfallLayoutOptions,
|
|
215
|
+
} from './Virtualizer';
|
|
216
|
+
|
|
217
|
+
// ProgressBar
|
|
218
|
+
export {
|
|
219
|
+
ProgressBar,
|
|
220
|
+
ProgressBarContext,
|
|
221
|
+
type ProgressBarProps,
|
|
222
|
+
type ProgressBarRenderProps,
|
|
223
|
+
} from './ProgressBar';
|
|
224
|
+
|
|
225
|
+
// Separator
|
|
226
|
+
export {
|
|
227
|
+
Separator,
|
|
228
|
+
SeparatorContext,
|
|
229
|
+
type SeparatorProps,
|
|
230
|
+
type SeparatorRenderProps,
|
|
231
|
+
} from './Separator';
|
|
232
|
+
|
|
233
|
+
// Toolbar
|
|
234
|
+
export {
|
|
235
|
+
Toolbar,
|
|
236
|
+
ToolbarContext,
|
|
237
|
+
type ToolbarProps,
|
|
238
|
+
type ToolbarRenderProps,
|
|
239
|
+
type ToolbarContextValue,
|
|
240
|
+
} from './Toolbar';
|
|
241
|
+
|
|
242
|
+
// Autocomplete
|
|
243
|
+
export {
|
|
244
|
+
Autocomplete,
|
|
245
|
+
AutocompleteContext,
|
|
246
|
+
AutocompleteStateContext,
|
|
247
|
+
AutocompleteCollectionContext,
|
|
248
|
+
useAutocompleteInput,
|
|
249
|
+
useAutocompleteState,
|
|
250
|
+
useAutocompleteCollection,
|
|
251
|
+
type AutocompleteProps,
|
|
252
|
+
type AutocompleteContextValue,
|
|
253
|
+
type AutocompleteCollectionContextValue,
|
|
254
|
+
} from './Autocomplete';
|
|
255
|
+
|
|
256
|
+
// ListBox
|
|
257
|
+
export {
|
|
258
|
+
ListBox,
|
|
259
|
+
ListBoxOption,
|
|
260
|
+
ListBoxOption as ListBoxItem,
|
|
261
|
+
ListBoxSection,
|
|
262
|
+
ListBoxLoadMoreItem,
|
|
263
|
+
ListBoxContext,
|
|
264
|
+
ListBoxStateContext,
|
|
265
|
+
ListStateContext,
|
|
266
|
+
type ListBoxProps,
|
|
267
|
+
type ListBoxRenderProps,
|
|
268
|
+
type ListBoxOptionProps,
|
|
269
|
+
type ListBoxOptionRenderProps,
|
|
270
|
+
type ListBoxOptionProps as ListBoxItemProps,
|
|
271
|
+
type ListBoxOptionRenderProps as ListBoxItemRenderProps,
|
|
272
|
+
type ListBoxSectionProps,
|
|
273
|
+
type ListBoxLoadMoreItemProps,
|
|
274
|
+
} from './ListBox';
|
|
275
|
+
|
|
276
|
+
// Menu
|
|
277
|
+
export {
|
|
278
|
+
Menu,
|
|
279
|
+
MenuItem,
|
|
280
|
+
MenuSection,
|
|
281
|
+
MenuTrigger,
|
|
282
|
+
SubmenuTrigger,
|
|
283
|
+
MenuButton,
|
|
284
|
+
MenuContext,
|
|
285
|
+
MenuStateContext,
|
|
286
|
+
MenuTriggerContext,
|
|
287
|
+
RootMenuTriggerStateContext,
|
|
288
|
+
type MenuProps,
|
|
289
|
+
type MenuRenderProps,
|
|
290
|
+
type MenuItemProps,
|
|
291
|
+
type MenuItemRenderProps,
|
|
292
|
+
type MenuSectionProps,
|
|
293
|
+
type MenuTriggerProps,
|
|
294
|
+
type SubmenuTriggerProps,
|
|
295
|
+
type MenuTriggerRenderProps,
|
|
296
|
+
type MenuButtonProps,
|
|
297
|
+
} from './Menu';
|
|
298
|
+
|
|
299
|
+
// Select
|
|
300
|
+
export {
|
|
301
|
+
Select,
|
|
302
|
+
SelectTrigger,
|
|
303
|
+
SelectValue,
|
|
304
|
+
SelectListBox,
|
|
305
|
+
SelectOption,
|
|
306
|
+
SelectContext,
|
|
307
|
+
SelectValueContext,
|
|
308
|
+
SelectStateContext,
|
|
309
|
+
type SelectProps,
|
|
310
|
+
type SelectRenderProps,
|
|
311
|
+
type SelectTriggerProps,
|
|
312
|
+
type SelectTriggerRenderProps,
|
|
313
|
+
type SelectValueProps,
|
|
314
|
+
type SelectValueRenderProps,
|
|
315
|
+
type SelectListBoxProps,
|
|
316
|
+
type SelectListBoxRenderProps,
|
|
317
|
+
type SelectOptionProps,
|
|
318
|
+
type SelectOptionRenderProps,
|
|
319
|
+
} from './Select';
|
|
320
|
+
|
|
321
|
+
// Tabs
|
|
322
|
+
export {
|
|
323
|
+
Tabs,
|
|
324
|
+
TabList,
|
|
325
|
+
Tab,
|
|
326
|
+
TabPanel as TabPanels,
|
|
327
|
+
TabPanel,
|
|
328
|
+
TabsContext,
|
|
329
|
+
TabsStateContext,
|
|
330
|
+
TabsStateContext as TabListStateContext,
|
|
331
|
+
type TabsProps,
|
|
332
|
+
type TabsRenderProps,
|
|
333
|
+
type TabListProps,
|
|
334
|
+
type TabListRenderProps,
|
|
335
|
+
type TabProps,
|
|
336
|
+
type TabRenderProps,
|
|
337
|
+
type TabPanelProps,
|
|
338
|
+
type TabPanelRenderProps,
|
|
339
|
+
} from './Tabs';
|
|
340
|
+
|
|
341
|
+
// SelectionIndicator
|
|
342
|
+
export {
|
|
343
|
+
SelectionIndicator,
|
|
344
|
+
SelectionIndicatorContext,
|
|
345
|
+
type SelectionIndicatorProps,
|
|
346
|
+
type SelectionIndicatorRenderProps,
|
|
347
|
+
} from './SelectionIndicator';
|
|
348
|
+
|
|
349
|
+
// Collection primitives
|
|
350
|
+
export {
|
|
351
|
+
Collection,
|
|
352
|
+
CollectionBuilder,
|
|
353
|
+
createLeafComponent,
|
|
354
|
+
createBranchComponent,
|
|
355
|
+
CollectionRendererContext,
|
|
356
|
+
SelectableCollectionContext,
|
|
357
|
+
DefaultCollectionRenderer,
|
|
358
|
+
GroupContext,
|
|
359
|
+
HeaderContext,
|
|
360
|
+
HeadingContext,
|
|
361
|
+
Section,
|
|
362
|
+
Header,
|
|
363
|
+
Group,
|
|
364
|
+
isCollectionSection,
|
|
365
|
+
flattenCollectionEntries,
|
|
366
|
+
type SectionProps,
|
|
367
|
+
type HeaderProps,
|
|
368
|
+
type GroupProps,
|
|
369
|
+
type CollectionEntry,
|
|
370
|
+
type CollectionSection,
|
|
371
|
+
type CollectionDropTargetDelegate,
|
|
372
|
+
type CollectionRenderer,
|
|
373
|
+
type CollectionRootProps,
|
|
374
|
+
type CollectionBranchProps,
|
|
375
|
+
type CollectionRendererContextValue,
|
|
376
|
+
type CollectionPrimitiveRenderProps,
|
|
377
|
+
} from './Collection';
|
|
378
|
+
|
|
379
|
+
// Drag and Drop
|
|
380
|
+
export {
|
|
381
|
+
DragAndDropContext,
|
|
382
|
+
DropIndicator,
|
|
383
|
+
DropIndicatorContext,
|
|
384
|
+
useDndPersistedKeys,
|
|
385
|
+
useRenderDropIndicator,
|
|
386
|
+
type DragAndDropContextValue,
|
|
387
|
+
type DropIndicatorProps,
|
|
388
|
+
type DropIndicatorRenderProps,
|
|
389
|
+
type DropTargetDelegate,
|
|
390
|
+
} from './DragAndDrop';
|
|
391
|
+
export {
|
|
392
|
+
useDragAndDrop,
|
|
393
|
+
type DragAndDropOptions,
|
|
394
|
+
type DragAndDropHooks,
|
|
395
|
+
} from './useDragAndDrop';
|
|
396
|
+
|
|
397
|
+
// Breadcrumbs
|
|
398
|
+
export {
|
|
399
|
+
Breadcrumbs,
|
|
400
|
+
BreadcrumbItem,
|
|
401
|
+
BreadcrumbItem as Breadcrumb,
|
|
402
|
+
BreadcrumbsContext,
|
|
403
|
+
type BreadcrumbsProps,
|
|
404
|
+
type BreadcrumbsRenderProps,
|
|
405
|
+
type BreadcrumbItemProps,
|
|
406
|
+
type BreadcrumbItemRenderProps,
|
|
407
|
+
} from './Breadcrumbs';
|
|
408
|
+
|
|
409
|
+
// NumberField
|
|
410
|
+
export {
|
|
411
|
+
NumberField,
|
|
412
|
+
NumberFieldLabel,
|
|
413
|
+
NumberFieldGroup,
|
|
414
|
+
NumberFieldInput,
|
|
415
|
+
NumberFieldIncrementButton,
|
|
416
|
+
NumberFieldDecrementButton,
|
|
417
|
+
NumberFieldContext,
|
|
418
|
+
NumberFieldStateContext,
|
|
419
|
+
type NumberFieldProps,
|
|
420
|
+
type NumberFieldRenderProps,
|
|
421
|
+
type NumberFieldInputProps,
|
|
422
|
+
type NumberFieldInputRenderProps,
|
|
423
|
+
type NumberFieldIncrementButtonProps,
|
|
424
|
+
type NumberFieldDecrementButtonProps,
|
|
425
|
+
type NumberFieldButtonRenderProps,
|
|
426
|
+
} from './NumberField';
|
|
427
|
+
|
|
428
|
+
// SearchField
|
|
429
|
+
export {
|
|
430
|
+
SearchField,
|
|
431
|
+
SearchFieldLabel,
|
|
432
|
+
SearchFieldInput,
|
|
433
|
+
SearchFieldClearButton,
|
|
434
|
+
SearchFieldContext,
|
|
435
|
+
type SearchFieldProps,
|
|
436
|
+
type SearchFieldRenderProps,
|
|
437
|
+
type SearchFieldInputProps,
|
|
438
|
+
type SearchFieldInputRenderProps,
|
|
439
|
+
type SearchFieldClearButtonProps,
|
|
440
|
+
type SearchFieldClearButtonRenderProps,
|
|
441
|
+
} from './SearchField';
|
|
442
|
+
|
|
443
|
+
// Slider
|
|
444
|
+
export {
|
|
445
|
+
Slider,
|
|
446
|
+
SliderTrack,
|
|
447
|
+
SliderThumb,
|
|
448
|
+
SliderOutput,
|
|
449
|
+
SliderContext,
|
|
450
|
+
SliderStateContext,
|
|
451
|
+
SliderTrackContext,
|
|
452
|
+
SliderOutputContext,
|
|
453
|
+
type SliderProps,
|
|
454
|
+
type SliderRenderProps,
|
|
455
|
+
type SliderTrackProps,
|
|
456
|
+
type SliderTrackRenderProps,
|
|
457
|
+
type SliderThumbProps,
|
|
458
|
+
type SliderThumbRenderProps,
|
|
459
|
+
type SliderOutputProps,
|
|
460
|
+
type SliderOutputRenderProps,
|
|
461
|
+
} from './Slider';
|
|
462
|
+
|
|
463
|
+
// Tooltip
|
|
464
|
+
export {
|
|
465
|
+
Tooltip,
|
|
466
|
+
TooltipTrigger,
|
|
467
|
+
TooltipContext,
|
|
468
|
+
TooltipTriggerStateContext,
|
|
469
|
+
type TooltipProps,
|
|
470
|
+
type TooltipRenderProps,
|
|
471
|
+
type TooltipTriggerComponentProps,
|
|
472
|
+
type TooltipTriggerState,
|
|
473
|
+
} from './Tooltip';
|
|
474
|
+
|
|
475
|
+
// ComboBox
|
|
476
|
+
export {
|
|
477
|
+
ComboBox,
|
|
478
|
+
ComboBoxValue,
|
|
479
|
+
ComboBoxInput,
|
|
480
|
+
ComboBoxLabel,
|
|
481
|
+
ComboBoxDescription,
|
|
482
|
+
ComboBoxErrorMessage,
|
|
483
|
+
ComboBoxButton,
|
|
484
|
+
ComboBoxListBox,
|
|
485
|
+
ComboBoxOption,
|
|
486
|
+
ComboBoxContext,
|
|
487
|
+
ComboBoxStateContext,
|
|
488
|
+
ComboBoxValueContext,
|
|
489
|
+
defaultContainsFilter,
|
|
490
|
+
type ComboBoxProps,
|
|
491
|
+
type ComboBoxRenderProps,
|
|
492
|
+
type ComboBoxValueProps,
|
|
493
|
+
type ComboBoxValueRenderProps,
|
|
494
|
+
type ComboBoxInputProps,
|
|
495
|
+
type ComboBoxInputRenderProps,
|
|
496
|
+
type ComboBoxLabelProps,
|
|
497
|
+
type ComboBoxDescriptionProps,
|
|
498
|
+
type ComboBoxErrorMessageProps,
|
|
499
|
+
type ComboBoxButtonProps,
|
|
500
|
+
type ComboBoxButtonRenderProps,
|
|
501
|
+
type ComboBoxListBoxProps,
|
|
502
|
+
type ComboBoxListBoxRenderProps,
|
|
503
|
+
type ComboBoxOptionProps,
|
|
504
|
+
type ComboBoxOptionRenderProps,
|
|
505
|
+
} from './ComboBox';
|
|
506
|
+
|
|
507
|
+
// Dialog
|
|
508
|
+
export {
|
|
509
|
+
Dialog,
|
|
510
|
+
DialogTrigger,
|
|
511
|
+
DialogContext,
|
|
512
|
+
DialogTriggerContext,
|
|
513
|
+
useDialogTrigger,
|
|
514
|
+
Heading,
|
|
515
|
+
DialogHeading,
|
|
516
|
+
type DialogProps,
|
|
517
|
+
type DialogRenderProps,
|
|
518
|
+
type DialogTriggerProps,
|
|
519
|
+
type HeadingProps,
|
|
520
|
+
} from './Dialog';
|
|
521
|
+
|
|
522
|
+
// Modal
|
|
523
|
+
export {
|
|
524
|
+
Modal,
|
|
525
|
+
ModalOverlay,
|
|
526
|
+
ModalContext,
|
|
527
|
+
OverlayTriggerStateContext,
|
|
528
|
+
useOverlayTriggerState,
|
|
529
|
+
type ModalProps,
|
|
530
|
+
type ModalOverlayProps,
|
|
531
|
+
type ModalRenderProps,
|
|
532
|
+
type OverlayTriggerState,
|
|
533
|
+
} from './Modal';
|
|
534
|
+
|
|
535
|
+
// Popover
|
|
536
|
+
export {
|
|
537
|
+
Popover,
|
|
538
|
+
PopoverTrigger,
|
|
539
|
+
PopoverContext,
|
|
540
|
+
PopoverTriggerContext,
|
|
541
|
+
usePopoverTrigger,
|
|
542
|
+
OverlayArrow,
|
|
543
|
+
type PopoverProps,
|
|
544
|
+
type PopoverRenderProps,
|
|
545
|
+
type PopoverTriggerProps,
|
|
546
|
+
type PopoverTriggerContextValue,
|
|
547
|
+
type OverlayArrowProps,
|
|
548
|
+
} from './Popover';
|
|
549
|
+
|
|
550
|
+
// Toast
|
|
551
|
+
export {
|
|
552
|
+
Toast,
|
|
553
|
+
Toast as UNSTABLE_Toast,
|
|
554
|
+
ToastRegion as UNSTABLE_ToastRegion,
|
|
555
|
+
ToastRegion as UNSTABLE_ToastList,
|
|
556
|
+
Toast as UNSTABLE_ToastContent,
|
|
557
|
+
ToastRegion,
|
|
558
|
+
ToastProvider,
|
|
559
|
+
ToastContext,
|
|
560
|
+
ToastContext as UNSTABLE_ToastStateContext,
|
|
561
|
+
ToastTitle,
|
|
562
|
+
ToastDescription,
|
|
563
|
+
ToastCloseButton,
|
|
564
|
+
DefaultToast,
|
|
565
|
+
useToastContext,
|
|
566
|
+
globalToastQueue,
|
|
567
|
+
addToast,
|
|
568
|
+
type ToastContent,
|
|
569
|
+
type ToastProps,
|
|
570
|
+
type ToastRenderProps,
|
|
571
|
+
type ToastRegionProps,
|
|
572
|
+
type ToastRegionRenderProps,
|
|
573
|
+
type ToastProviderProps,
|
|
574
|
+
type ToastTitleProps,
|
|
575
|
+
type ToastDescriptionProps,
|
|
576
|
+
type ToastCloseButtonProps,
|
|
577
|
+
type DefaultToastProps,
|
|
578
|
+
} from './Toast';
|
|
579
|
+
|
|
580
|
+
// Disclosure
|
|
581
|
+
export {
|
|
582
|
+
Disclosure,
|
|
583
|
+
DisclosureGroup,
|
|
584
|
+
DisclosureTrigger,
|
|
585
|
+
DisclosurePanel,
|
|
586
|
+
DisclosureContext,
|
|
587
|
+
DisclosureGroupContext,
|
|
588
|
+
DisclosureStateContext,
|
|
589
|
+
DisclosureGroupStateContext,
|
|
590
|
+
useDisclosureContext,
|
|
591
|
+
useDisclosureGroupContext,
|
|
592
|
+
type DisclosureProps,
|
|
593
|
+
type DisclosureRenderProps,
|
|
594
|
+
type DisclosureGroupProps,
|
|
595
|
+
type DisclosureGroupRenderProps,
|
|
596
|
+
type DisclosureTriggerProps,
|
|
597
|
+
type DisclosurePanelProps,
|
|
598
|
+
type DisclosureState,
|
|
599
|
+
type DisclosureGroupState,
|
|
600
|
+
} from './Disclosure';
|
|
601
|
+
|
|
602
|
+
// Meter
|
|
603
|
+
export {
|
|
604
|
+
Meter,
|
|
605
|
+
MeterContext,
|
|
606
|
+
type MeterProps,
|
|
607
|
+
type MeterRenderProps,
|
|
608
|
+
} from './Meter';
|
|
609
|
+
|
|
610
|
+
// TagGroup
|
|
611
|
+
export {
|
|
612
|
+
TagGroup,
|
|
613
|
+
TagList,
|
|
614
|
+
Tag,
|
|
615
|
+
TagRemoveButton,
|
|
616
|
+
TagGroupContext,
|
|
617
|
+
TagListStateContext,
|
|
618
|
+
TagListStateContext as TagListContext,
|
|
619
|
+
useTagGroupContext,
|
|
620
|
+
type TagGroupProps,
|
|
621
|
+
type TagGroupRenderProps,
|
|
622
|
+
type TagListProps,
|
|
623
|
+
type TagListRenderProps,
|
|
624
|
+
type TagProps,
|
|
625
|
+
type TagRenderProps,
|
|
626
|
+
type TagRemoveButtonProps,
|
|
627
|
+
} from './TagGroup';
|
|
628
|
+
|
|
629
|
+
// Calendar
|
|
630
|
+
export {
|
|
631
|
+
Calendar,
|
|
632
|
+
CalendarHeading,
|
|
633
|
+
CalendarButton,
|
|
634
|
+
CalendarGrid,
|
|
635
|
+
CalendarGridHeader,
|
|
636
|
+
CalendarGridBody,
|
|
637
|
+
CalendarHeaderCell,
|
|
638
|
+
CalendarCell,
|
|
639
|
+
CalendarContext,
|
|
640
|
+
CalendarContext as CalendarStateContext,
|
|
641
|
+
useCalendarContext,
|
|
642
|
+
type CalendarProps,
|
|
643
|
+
type CalendarRenderProps,
|
|
644
|
+
type CalendarHeadingProps,
|
|
645
|
+
type CalendarButtonProps,
|
|
646
|
+
type CalendarGridProps,
|
|
647
|
+
type CalendarGridHeaderProps,
|
|
648
|
+
type CalendarGridBodyProps,
|
|
649
|
+
type CalendarGridRenderProps,
|
|
650
|
+
type CalendarCellProps,
|
|
651
|
+
type CalendarCellRenderProps,
|
|
652
|
+
type CalendarHeaderCellProps,
|
|
653
|
+
type CalendarState,
|
|
654
|
+
type CalendarDate,
|
|
655
|
+
type DateValue,
|
|
656
|
+
} from './Calendar';
|
|
657
|
+
|
|
658
|
+
// RangeCalendar
|
|
659
|
+
export {
|
|
660
|
+
RangeCalendar,
|
|
661
|
+
RangeCalendarHeading,
|
|
662
|
+
RangeCalendarButton,
|
|
663
|
+
RangeCalendarGrid,
|
|
664
|
+
RangeCalendarCell,
|
|
665
|
+
RangeCalendarContext,
|
|
666
|
+
RangeCalendarStateContext,
|
|
667
|
+
useRangeCalendarContext,
|
|
668
|
+
type RangeCalendarProps,
|
|
669
|
+
type RangeCalendarRenderProps,
|
|
670
|
+
type RangeCalendarHeadingProps,
|
|
671
|
+
type RangeCalendarButtonProps,
|
|
672
|
+
type RangeCalendarGridProps,
|
|
673
|
+
type RangeCalendarGridRenderProps,
|
|
674
|
+
type RangeCalendarCellProps,
|
|
675
|
+
type RangeCalendarCellRenderProps,
|
|
676
|
+
type RangeCalendarState,
|
|
677
|
+
type RangeValue,
|
|
678
|
+
} from './RangeCalendar';
|
|
679
|
+
|
|
680
|
+
// DateField
|
|
681
|
+
export {
|
|
682
|
+
DateField,
|
|
683
|
+
DateFieldLabel,
|
|
684
|
+
DateFieldDescription,
|
|
685
|
+
DateFieldErrorMessage,
|
|
686
|
+
DateInput,
|
|
687
|
+
DateSegment,
|
|
688
|
+
DateFieldContext,
|
|
689
|
+
DateFieldStateContext,
|
|
690
|
+
useDateFieldContext,
|
|
691
|
+
type DateFieldProps,
|
|
692
|
+
type DateFieldRenderProps,
|
|
693
|
+
type DateInputProps,
|
|
694
|
+
type DateInputRenderProps,
|
|
695
|
+
type DateSegmentProps,
|
|
696
|
+
type DateSegmentRenderProps,
|
|
697
|
+
type DateFieldLabelProps,
|
|
698
|
+
type DateFieldDescriptionProps,
|
|
699
|
+
type DateFieldErrorMessageProps,
|
|
700
|
+
type DateFieldContextValue,
|
|
701
|
+
type DateFieldState,
|
|
702
|
+
type DateSegmentType,
|
|
703
|
+
} from './DateField';
|
|
704
|
+
|
|
705
|
+
// TimeField
|
|
706
|
+
export {
|
|
707
|
+
TimeField,
|
|
708
|
+
TimeFieldLabel,
|
|
709
|
+
TimeFieldDescription,
|
|
710
|
+
TimeFieldErrorMessage,
|
|
711
|
+
TimeInput,
|
|
712
|
+
TimeSegment,
|
|
713
|
+
TimeFieldContext,
|
|
714
|
+
TimeFieldStateContext,
|
|
715
|
+
useTimeFieldContext,
|
|
716
|
+
type TimeFieldProps,
|
|
717
|
+
type TimeFieldRenderProps,
|
|
718
|
+
type TimeInputProps,
|
|
719
|
+
type TimeInputRenderProps,
|
|
720
|
+
type TimeSegmentProps,
|
|
721
|
+
type TimeSegmentRenderProps,
|
|
722
|
+
type TimeFieldLabelProps,
|
|
723
|
+
type TimeFieldDescriptionProps,
|
|
724
|
+
type TimeFieldErrorMessageProps,
|
|
725
|
+
type TimeFieldContextValue,
|
|
726
|
+
type TimeFieldState,
|
|
727
|
+
type TimeSegmentType,
|
|
728
|
+
type TimeValue,
|
|
729
|
+
} from './TimeField';
|
|
730
|
+
|
|
731
|
+
// DatePicker
|
|
732
|
+
export {
|
|
733
|
+
DatePicker,
|
|
734
|
+
DateRangePicker,
|
|
735
|
+
DatePickerLabel,
|
|
736
|
+
DatePickerDescription,
|
|
737
|
+
DatePickerErrorMessage,
|
|
738
|
+
DateRangePickerLabel,
|
|
739
|
+
DateRangePickerDescription,
|
|
740
|
+
DateRangePickerErrorMessage,
|
|
741
|
+
DatePickerButton,
|
|
742
|
+
DateRangePickerButton,
|
|
743
|
+
DatePickerContent,
|
|
744
|
+
DateRangePickerContent,
|
|
745
|
+
DatePickerContext,
|
|
746
|
+
DateRangePickerContext,
|
|
747
|
+
DatePickerStateContext,
|
|
748
|
+
DateRangePickerStateContext,
|
|
749
|
+
useDatePickerContext,
|
|
750
|
+
useDateRangePickerContext,
|
|
751
|
+
type DatePickerProps,
|
|
752
|
+
type DateRangePickerProps,
|
|
753
|
+
type DatePickerRenderProps,
|
|
754
|
+
type DateRangePickerRenderProps,
|
|
755
|
+
type DatePickerButtonProps,
|
|
756
|
+
type DateRangePickerButtonProps,
|
|
757
|
+
type DatePickerButtonRenderProps,
|
|
758
|
+
type DatePickerContentProps,
|
|
759
|
+
type DateRangePickerContentProps,
|
|
760
|
+
type DatePickerLabelProps,
|
|
761
|
+
type DatePickerDescriptionProps,
|
|
762
|
+
type DatePickerErrorMessageProps,
|
|
763
|
+
type DateRangePickerLabelProps,
|
|
764
|
+
type DateRangePickerDescriptionProps,
|
|
765
|
+
type DateRangePickerErrorMessageProps,
|
|
766
|
+
type DatePickerContextValue,
|
|
767
|
+
type DateRangePickerContextValue,
|
|
768
|
+
} from './DatePicker';
|
|
769
|
+
|
|
770
|
+
// Table
|
|
771
|
+
export {
|
|
772
|
+
Table,
|
|
773
|
+
TableHeader,
|
|
774
|
+
TableColumn,
|
|
775
|
+
TableColumn as Column,
|
|
776
|
+
ColumnResizer,
|
|
777
|
+
TableBody,
|
|
778
|
+
TableLoadMoreItem,
|
|
779
|
+
TableRow,
|
|
780
|
+
TableRow as Row,
|
|
781
|
+
TableCell,
|
|
782
|
+
TableCell as Cell,
|
|
783
|
+
ResizableTableContainer,
|
|
784
|
+
useTableOptions,
|
|
785
|
+
TableSelectionCheckbox,
|
|
786
|
+
TableSelectAllCheckbox,
|
|
787
|
+
TableContext,
|
|
788
|
+
TableStateContext,
|
|
789
|
+
TableColumnResizeStateContext,
|
|
790
|
+
TableRowContext,
|
|
791
|
+
type TableProps,
|
|
792
|
+
type TableRenderProps,
|
|
793
|
+
type TableHeaderProps,
|
|
794
|
+
type TableHeaderRenderProps,
|
|
795
|
+
type TableColumnProps,
|
|
796
|
+
type TableColumnRenderProps,
|
|
797
|
+
type ColumnResizerProps,
|
|
798
|
+
type TableBodyProps,
|
|
799
|
+
type TableBodyRenderProps,
|
|
800
|
+
type ResizableTableContainerProps,
|
|
801
|
+
type TableLoadMoreItemProps,
|
|
802
|
+
type TableRowProps,
|
|
803
|
+
type TableRowRenderProps,
|
|
804
|
+
type TableCellProps,
|
|
805
|
+
type TableCellRenderProps,
|
|
806
|
+
} from './Table';
|
|
807
|
+
|
|
808
|
+
// GridList
|
|
809
|
+
export {
|
|
810
|
+
GridList,
|
|
811
|
+
GridListHeader,
|
|
812
|
+
GridListItem,
|
|
813
|
+
GridListSection,
|
|
814
|
+
GridListSelectionCheckbox,
|
|
815
|
+
GridListLoadMoreItem,
|
|
816
|
+
GridListContext,
|
|
817
|
+
GridListHeaderContext,
|
|
818
|
+
GridListStateContext,
|
|
819
|
+
type GridListProps,
|
|
820
|
+
type GridListRenderProps,
|
|
821
|
+
type GridListItemProps,
|
|
822
|
+
type GridListItemRenderProps,
|
|
823
|
+
type GridListHeaderProps,
|
|
824
|
+
type GridListSectionProps,
|
|
825
|
+
type GridListLoadMoreItemProps,
|
|
826
|
+
} from './GridList';
|
|
827
|
+
|
|
828
|
+
// Tree
|
|
829
|
+
export {
|
|
830
|
+
Tree,
|
|
831
|
+
TreeItem,
|
|
832
|
+
TreeItemContent,
|
|
833
|
+
TreeHeader,
|
|
834
|
+
TreeSection,
|
|
835
|
+
TreeExpandButton,
|
|
836
|
+
TreeSelectionCheckbox,
|
|
837
|
+
TreeLoadMoreItem,
|
|
838
|
+
TreeContext,
|
|
839
|
+
TreeStateContext,
|
|
840
|
+
TreeItemContext,
|
|
841
|
+
type TreeProps,
|
|
842
|
+
type TreeRenderProps,
|
|
843
|
+
type TreeRenderItemState,
|
|
844
|
+
type TreeItemProps,
|
|
845
|
+
type TreeItemRenderProps,
|
|
846
|
+
type TreeItemContentProps,
|
|
847
|
+
type TreeItemContentRenderProps,
|
|
848
|
+
type TreeHeaderProps,
|
|
849
|
+
type TreeSectionProps,
|
|
850
|
+
type TreeExpandButtonProps,
|
|
851
|
+
type TreeLoadMoreItemProps,
|
|
852
|
+
} from './Tree';
|
|
853
|
+
|
|
854
|
+
// Color
|
|
855
|
+
export {
|
|
856
|
+
// ColorSlider
|
|
857
|
+
ColorSlider,
|
|
858
|
+
ColorSliderTrack,
|
|
859
|
+
ColorSliderThumb,
|
|
860
|
+
ColorThumb,
|
|
861
|
+
ColorSliderContext,
|
|
862
|
+
ColorSliderStateContext,
|
|
863
|
+
type ColorSliderProps,
|
|
864
|
+
type ColorSliderRenderProps,
|
|
865
|
+
type ColorSliderTrackProps,
|
|
866
|
+
type ColorSliderTrackRenderProps,
|
|
867
|
+
type ColorSliderThumbProps,
|
|
868
|
+
type ColorSliderThumbRenderProps,
|
|
869
|
+
// ColorArea
|
|
870
|
+
ColorArea,
|
|
871
|
+
ColorAreaGradient,
|
|
872
|
+
ColorAreaThumb,
|
|
873
|
+
ColorAreaContext,
|
|
874
|
+
ColorAreaStateContext,
|
|
875
|
+
type ColorAreaProps,
|
|
876
|
+
type ColorAreaRenderProps,
|
|
877
|
+
type ColorAreaGradientProps,
|
|
878
|
+
type ColorAreaGradientRenderProps,
|
|
879
|
+
type ColorAreaThumbProps,
|
|
880
|
+
type ColorAreaThumbRenderProps,
|
|
881
|
+
// ColorWheel
|
|
882
|
+
ColorWheel,
|
|
883
|
+
ColorWheelTrack,
|
|
884
|
+
ColorWheelThumb,
|
|
885
|
+
ColorWheelContext,
|
|
886
|
+
ColorWheelStateContext,
|
|
887
|
+
ColorWheelTrackContext,
|
|
888
|
+
type ColorWheelProps,
|
|
889
|
+
type ColorWheelRenderProps,
|
|
890
|
+
type ColorWheelTrackProps,
|
|
891
|
+
type ColorWheelTrackRenderProps,
|
|
892
|
+
type ColorWheelThumbProps,
|
|
893
|
+
type ColorWheelThumbRenderProps,
|
|
894
|
+
// ColorField
|
|
895
|
+
ColorField,
|
|
896
|
+
ColorFieldInput,
|
|
897
|
+
ColorFieldContext,
|
|
898
|
+
ColorFieldStateContext,
|
|
899
|
+
ColorPicker,
|
|
900
|
+
ColorPickerContext,
|
|
901
|
+
ColorPickerStateContext,
|
|
902
|
+
type ColorFieldProps,
|
|
903
|
+
type ColorFieldRenderProps,
|
|
904
|
+
type ColorFieldInputProps,
|
|
905
|
+
type ColorFieldInputRenderProps,
|
|
906
|
+
type ColorPickerProps,
|
|
907
|
+
type ColorPickerRenderProps,
|
|
908
|
+
// ColorSwatch
|
|
909
|
+
ColorSwatch,
|
|
910
|
+
ColorSwatchContext,
|
|
911
|
+
ColorSwatchPicker,
|
|
912
|
+
ColorSwatchPickerItem,
|
|
913
|
+
ColorSwatchPickerContext,
|
|
914
|
+
type ColorSwatchProps,
|
|
915
|
+
type ColorSwatchRenderProps,
|
|
916
|
+
type ColorSwatchPickerProps,
|
|
917
|
+
type ColorSwatchPickerItemProps,
|
|
918
|
+
} from './Color';
|
|
919
|
+
|
|
920
|
+
// ContextualHelpTrigger
|
|
921
|
+
export {
|
|
922
|
+
ContextualHelpTrigger,
|
|
923
|
+
type ContextualHelpTriggerProps,
|
|
924
|
+
type ContextualHelpTriggerRenderProps,
|
|
925
|
+
} from './ContextualHelpTrigger';
|
|
926
|
+
|
|
927
|
+
// ColorEditor
|
|
928
|
+
export {
|
|
929
|
+
ColorEditor,
|
|
930
|
+
type ColorEditorProps,
|
|
931
|
+
type ColorEditorRenderProps,
|
|
932
|
+
type ColorEditorColorSpace,
|
|
933
|
+
} from './ColorEditor';
|
|
934
|
+
|
|
935
|
+
// Landmark
|
|
936
|
+
export {
|
|
937
|
+
Landmark,
|
|
938
|
+
LandmarkContext,
|
|
939
|
+
useLandmarkController,
|
|
940
|
+
type LandmarkProps,
|
|
941
|
+
type LandmarkRenderProps,
|
|
942
|
+
type AriaLandmarkRole,
|
|
943
|
+
type LandmarkController,
|
|
944
|
+
} from './Landmark';
|
|
945
|
+
|
|
946
|
+
// ActionBar
|
|
947
|
+
export {
|
|
948
|
+
ActionBar,
|
|
949
|
+
ActionBarContainer,
|
|
950
|
+
ActionBarSelectionCount,
|
|
951
|
+
ActionBarClearButton,
|
|
952
|
+
ActionBarContext,
|
|
953
|
+
useActionBarContext,
|
|
954
|
+
type ActionBarProps,
|
|
955
|
+
type ActionBarRenderProps,
|
|
956
|
+
type ActionBarContainerProps,
|
|
957
|
+
type ActionBarSelectionCountProps,
|
|
958
|
+
type ActionBarClearButtonProps,
|
|
959
|
+
type ActionBarContextValue,
|
|
960
|
+
} from './ActionBar';
|
|
961
|
+
|
|
962
|
+
// ActionGroup
|
|
963
|
+
export {
|
|
964
|
+
ActionGroup,
|
|
965
|
+
ActionGroupContext,
|
|
966
|
+
ActionGroupStateContext,
|
|
967
|
+
useActionGroupContext,
|
|
968
|
+
type ActionGroupProps,
|
|
969
|
+
type ActionGroupRenderProps,
|
|
970
|
+
type ActionGroupItemRenderProps,
|
|
971
|
+
type ActionGroupItem,
|
|
972
|
+
type ActionGroupContextValue,
|
|
973
|
+
} from './ActionGroup';
|
|
974
|
+
|
|
975
|
+
// Alert
|
|
976
|
+
export {
|
|
977
|
+
Alert,
|
|
978
|
+
AlertContext,
|
|
979
|
+
AlertDismissButton,
|
|
980
|
+
type AlertProps,
|
|
981
|
+
type AlertRenderProps,
|
|
982
|
+
type AlertVariant,
|
|
983
|
+
type AlertContextValue,
|
|
984
|
+
type AlertDismissButtonProps,
|
|
985
|
+
} from './Alert';
|
|
986
|
+
|
|
987
|
+
// Icon
|
|
988
|
+
export {
|
|
989
|
+
Icon,
|
|
990
|
+
IconContext,
|
|
991
|
+
type IconProps,
|
|
992
|
+
type IconRenderProps,
|
|
993
|
+
} from './Icon';
|
|
994
|
+
|
|
995
|
+
// Focusable
|
|
996
|
+
export {
|
|
997
|
+
Focusable,
|
|
998
|
+
type FocusableProps,
|
|
999
|
+
} from './Focusable';
|
|
1000
|
+
|
|
1001
|
+
// Pressable
|
|
1002
|
+
export {
|
|
1003
|
+
Pressable,
|
|
1004
|
+
type PressableProps,
|
|
1005
|
+
} from './Pressable';
|
|
1006
|
+
|
|
1007
|
+
// RouterProvider
|
|
1008
|
+
export {
|
|
1009
|
+
RouterProvider,
|
|
1010
|
+
RouterContext,
|
|
1011
|
+
useRouter,
|
|
1012
|
+
type RouterProviderProps,
|
|
1013
|
+
type RouterContextValue,
|
|
1014
|
+
type RouterOptions,
|
|
1015
|
+
} from './RouterProvider';
|
|
1016
|
+
|
|
1017
|
+
// ============================================
|
|
1018
|
+
// RE-EXPORTS FROM LOWER LAYERS
|
|
1019
|
+
// ============================================
|
|
1020
|
+
|
|
1021
|
+
// DnD utilities
|
|
1022
|
+
export { DIRECTORY_DRAG_TYPE } from '@proyecto-viviana/solid-stately';
|
|
1023
|
+
export { isDirectoryDropItem, isFileDropItem, isTextDropItem } from '@proyecto-viviana/solidaria';
|
|
1024
|
+
export { createDrag as useDrag, createDrop as useDrop } from '@proyecto-viviana/solidaria';
|
|
1025
|
+
|
|
1026
|
+
// i18n
|
|
1027
|
+
export { isRTL, I18nProvider, useLocale, createFilter as useFilter } from '@proyecto-viviana/solidaria';
|
|
1028
|
+
|
|
1029
|
+
// SSR
|
|
1030
|
+
export { SSRProvider } from '@proyecto-viviana/solidaria';
|
|
1031
|
+
|
|
1032
|
+
// Color + Form
|
|
1033
|
+
export { parseColor, FormValidationContext } from '@proyecto-viviana/solid-stately';
|
|
1034
|
+
|
|
1035
|
+
// Toast alias
|
|
1036
|
+
export { ToastQueue as UNSTABLE_ToastQueue } from '@proyecto-viviana/solid-stately';
|
|
1037
|
+
|
|
1038
|
+
// Data hooks (aliased to match RAC's useXxx naming)
|
|
1039
|
+
export {
|
|
1040
|
+
createListData,
|
|
1041
|
+
createListData as useListData,
|
|
1042
|
+
createTreeData,
|
|
1043
|
+
createTreeData as useTreeData,
|
|
1044
|
+
createAsyncList,
|
|
1045
|
+
createAsyncList as useAsyncList,
|
|
1046
|
+
getColorChannels,
|
|
1047
|
+
type ListOptions,
|
|
1048
|
+
type ListData,
|
|
1049
|
+
type TreeOptions,
|
|
1050
|
+
type TreeData,
|
|
1051
|
+
type TreeDataNode,
|
|
1052
|
+
type AsyncListOptions,
|
|
1053
|
+
type AsyncListData,
|
|
1054
|
+
type AsyncListLoadFunction,
|
|
1055
|
+
type SortDescriptor,
|
|
1056
|
+
type LoadingState,
|
|
1057
|
+
} from '@proyecto-viviana/solid-stately';
|