@skeletonlabs/skeleton-react 4.5.3 → 4.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +200 -114
- package/dist/index.mjs +619 -411
- package/package.json +3 -2
package/dist/index.d.mts
CHANGED
|
@@ -9,21 +9,22 @@ import { Api as Api$3, ItemGroupLabelProps, ItemGroupProps, ItemProps as ItemPro
|
|
|
9
9
|
import { Api as Api$4, DateValue, DayTableCellProps, InputProps, PresetTriggerProps, Props as Props$4, TableCellProps, ViewProps, parse as parseDate } from "@zag-js/date-picker";
|
|
10
10
|
import { Api as Api$5, Props as Props$5 } from "@zag-js/dialog";
|
|
11
11
|
import { Api as Api$6, ItemProps as ItemProps$2, Props as Props$6 } from "@zag-js/file-upload";
|
|
12
|
-
import { Api as Api$7,
|
|
13
|
-
import { Api as Api$8, ItemGroupLabelProps as ItemGroupLabelProps$
|
|
14
|
-
import { Api as Api$9,
|
|
15
|
-
import { Api as Api$10, Props as Props$10 } from "@zag-js/
|
|
16
|
-
import { Api as Api$11, Props as Props$11 } from "@zag-js/
|
|
17
|
-
import { Api as Api$12,
|
|
18
|
-
import { Api as Api$13, ItemProps as ItemProps$
|
|
19
|
-
import { Api as Api$14,
|
|
20
|
-
import { Api as Api$15, Props as Props$15 } from "@zag-js/
|
|
21
|
-
import { Api as Api$16,
|
|
22
|
-
import { Api as Api$17,
|
|
23
|
-
import { Api as Api$18,
|
|
24
|
-
import { Api as Api$19,
|
|
25
|
-
import { Api as Api$20, Props as Props$20 } from "@zag-js/
|
|
26
|
-
import { Api as Api$21,
|
|
12
|
+
import { Api as Api$7, Props as Props$7, ResizeTriggerProps, StageTriggerProps } from "@zag-js/floating-panel";
|
|
13
|
+
import { Api as Api$8, ItemGroupLabelProps as ItemGroupLabelProps$1, ItemGroupProps as ItemGroupProps$1, ItemProps as ItemProps$3, Props as Props$8 } from "@zag-js/listbox";
|
|
14
|
+
import { Api as Api$9, ItemGroupLabelProps as ItemGroupLabelProps$2, ItemGroupProps as ItemGroupProps$2, ItemProps as ItemProps$4, OptionItemProps, Props as Props$9, Service } from "@zag-js/menu";
|
|
15
|
+
import { Api as Api$10, EllipsisProps, ItemProps as ItemProps$5, Props as Props$10 } from "@zag-js/pagination";
|
|
16
|
+
import { Api as Api$11, Props as Props$11 } from "@zag-js/popover";
|
|
17
|
+
import { Api as Api$12, Props as Props$12 } from "@zag-js/progress";
|
|
18
|
+
import { Api as Api$13, ItemProps as ItemProps$6, Props as Props$13 } from "@zag-js/rating-group";
|
|
19
|
+
import { Api as Api$14, ItemProps as ItemProps$7, Props as Props$14 } from "@zag-js/radio-group";
|
|
20
|
+
import { Api as Api$15, MarkerProps, Props as Props$15, ThumbProps } from "@zag-js/slider";
|
|
21
|
+
import { Api as Api$16, Props as Props$16 } from "@zag-js/switch";
|
|
22
|
+
import { Api as Api$17, ContentProps, Props as Props$17, TriggerProps } from "@zag-js/tabs";
|
|
23
|
+
import { Api as Api$18, ItemProps as ItemProps$8, Props as Props$18 } from "@zag-js/tags-input";
|
|
24
|
+
import { Api as Api$19, Options, Props as Props$19, Store, createStore as createToaster } from "@zag-js/toast";
|
|
25
|
+
import { Api as Api$20, ItemProps as ItemProps$9, Props as Props$20 } from "@zag-js/toggle-group";
|
|
26
|
+
import { Api as Api$21, Props as Props$21 } from "@zag-js/tooltip";
|
|
27
|
+
import { Api as Api$22, NodeProps, Props as Props$22, TreeNode, collection as createTreeViewCollection } from "@zag-js/tree-view";
|
|
27
28
|
import { CollectionItem, CollectionOptions, ListCollection } from "@zag-js/collection";
|
|
28
29
|
|
|
29
30
|
//#region src/internal/html-attributes.d.ts
|
|
@@ -53,7 +54,7 @@ declare function Item$10(props: AccordionItemProps): react_jsx_runtime0.JSX.Elem
|
|
|
53
54
|
//#endregion
|
|
54
55
|
//#region src/components/accordion/anatomy/root.d.ts
|
|
55
56
|
interface AccordionRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
56
|
-
declare function Root$
|
|
57
|
+
declare function Root$18(props: AccordionRootProps): react_jsx_runtime0.JSX.Element;
|
|
57
58
|
//#endregion
|
|
58
59
|
//#region src/components/accordion/modules/provider.d.ts
|
|
59
60
|
declare function useAccordion(props?: Omit<Props, 'id'>): Api<PropTypes>;
|
|
@@ -62,22 +63,22 @@ declare function useAccordion(props?: Omit<Props, 'id'>): Api<PropTypes>;
|
|
|
62
63
|
interface AccordionRootContextProps {
|
|
63
64
|
children: (accordion: ReturnType<typeof useAccordion>) => ReactNode;
|
|
64
65
|
}
|
|
65
|
-
declare function RootContext$
|
|
66
|
+
declare function RootContext$22(props: AccordionRootContextProps): ReactNode;
|
|
66
67
|
//#endregion
|
|
67
68
|
//#region src/components/accordion/anatomy/root-provider.d.ts
|
|
68
69
|
interface AccordionRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
69
70
|
value: ReturnType<typeof useAccordion>;
|
|
70
71
|
}
|
|
71
|
-
declare function RootProvider$
|
|
72
|
+
declare function RootProvider$16(props: AccordionRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
72
73
|
//#endregion
|
|
73
74
|
//#region src/components/accordion/anatomy/item-trigger.d.ts
|
|
74
75
|
interface AccordionItemTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
75
76
|
declare function ItemTrigger(props: AccordionItemTriggerProps): react0.JSX.Element;
|
|
76
77
|
//#endregion
|
|
77
78
|
//#region src/components/accordion/modules/anatomy.d.ts
|
|
78
|
-
declare const Accordion: typeof Root$
|
|
79
|
-
Provider: typeof RootProvider$
|
|
80
|
-
Context: typeof RootContext$
|
|
79
|
+
declare const Accordion: typeof Root$18 & {
|
|
80
|
+
Provider: typeof RootProvider$16;
|
|
81
|
+
Context: typeof RootContext$22;
|
|
81
82
|
Item: typeof Item$10;
|
|
82
83
|
ItemTrigger: typeof ItemTrigger;
|
|
83
84
|
ItemIndicator: typeof ItemIndicator$3;
|
|
@@ -131,7 +132,7 @@ declare function useAvatar(props?: Omit<Props$1, 'id'>): Api$1<PropTypes>;
|
|
|
131
132
|
interface AvatarRootContextProps {
|
|
132
133
|
children: (avatar: ReturnType<typeof useAvatar>) => ReactNode;
|
|
133
134
|
}
|
|
134
|
-
declare function RootContext$
|
|
135
|
+
declare function RootContext$21(props: AvatarRootContextProps): ReactNode;
|
|
135
136
|
//#endregion
|
|
136
137
|
//#region src/components/avatar/anatomy/root-provider.d.ts
|
|
137
138
|
interface AvatarRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
@@ -142,14 +143,14 @@ declare function AvatarRootProvider(props: AvatarRootProviderProps): react_jsx_r
|
|
|
142
143
|
//#region src/components/avatar/modules/anatomy.d.ts
|
|
143
144
|
declare const Avatar: typeof AvatarRoot & {
|
|
144
145
|
Provider: typeof AvatarRootProvider;
|
|
145
|
-
Context: typeof RootContext$
|
|
146
|
+
Context: typeof RootContext$21;
|
|
146
147
|
Image: typeof Image;
|
|
147
148
|
Fallback: typeof Fallback;
|
|
148
149
|
};
|
|
149
150
|
//#endregion
|
|
150
151
|
//#region src/components/collapsible/anatomy/content.d.ts
|
|
151
152
|
interface CollapsibleContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
152
|
-
declare function Content$
|
|
153
|
+
declare function Content$9(props: CollapsibleContentProps): react0.JSX.Element;
|
|
153
154
|
//#endregion
|
|
154
155
|
//#region src/components/collapsible/anatomy/root.d.ts
|
|
155
156
|
interface CollapsibleRootProps extends Omit<Props$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -162,7 +163,7 @@ declare function useCollapsible(props?: Omit<Props$2, 'id'>): Api$2<PropTypes>;
|
|
|
162
163
|
interface CollapsibleRootContextProps {
|
|
163
164
|
children: (collapsible: ReturnType<typeof useCollapsible>) => ReactNode;
|
|
164
165
|
}
|
|
165
|
-
declare function RootContext$
|
|
166
|
+
declare function RootContext$20(props: CollapsibleRootContextProps): ReactNode;
|
|
166
167
|
//#endregion
|
|
167
168
|
//#region src/components/collapsible/anatomy/root-provider.d.ts
|
|
168
169
|
interface CollapsibleRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
@@ -172,7 +173,7 @@ declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps): r
|
|
|
172
173
|
//#endregion
|
|
173
174
|
//#region src/components/collapsible/anatomy/trigger.d.ts
|
|
174
175
|
interface CollapsibleTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
175
|
-
declare function Trigger$
|
|
176
|
+
declare function Trigger$9(props: CollapsibleTriggerProps): react0.JSX.Element;
|
|
176
177
|
//#endregion
|
|
177
178
|
//#region src/components/collapsible/anatomy/indicator.d.ts
|
|
178
179
|
interface CollapsibleIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -181,23 +182,23 @@ declare function Indicator$3(props: CollapsibleIndicatorProps): react0.JSX.Eleme
|
|
|
181
182
|
//#region src/components/collapsible/modules/anatomy.d.ts
|
|
182
183
|
declare const Collapsible: typeof CollapsibleRoot & {
|
|
183
184
|
Provider: typeof CollapsibleRootProvider;
|
|
184
|
-
Context: typeof RootContext$
|
|
185
|
-
Trigger: typeof Trigger$
|
|
185
|
+
Context: typeof RootContext$20;
|
|
186
|
+
Trigger: typeof Trigger$9;
|
|
186
187
|
Indicator: typeof Indicator$3;
|
|
187
|
-
Content: typeof Content$
|
|
188
|
+
Content: typeof Content$9;
|
|
188
189
|
};
|
|
189
190
|
//#endregion
|
|
190
191
|
//#region src/components/combobox/anatomy/clear-trigger.d.ts
|
|
191
192
|
interface ComboboxClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
192
|
-
declare function ClearTrigger$
|
|
193
|
+
declare function ClearTrigger$2(props: ComboboxClearTriggerProps): react0.JSX.Element;
|
|
193
194
|
//#endregion
|
|
194
195
|
//#region src/components/combobox/anatomy/content.d.ts
|
|
195
196
|
interface ComboboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
196
|
-
declare function Content$
|
|
197
|
+
declare function Content$8(props: ComboboxContentProps): react0.JSX.Element;
|
|
197
198
|
//#endregion
|
|
198
199
|
//#region src/components/combobox/anatomy/control.d.ts
|
|
199
200
|
interface ComboboxControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
200
|
-
declare function Control$
|
|
201
|
+
declare function Control$7(props: ComboboxControlProps): react0.JSX.Element;
|
|
201
202
|
//#endregion
|
|
202
203
|
//#region src/components/combobox/anatomy/input.d.ts
|
|
203
204
|
interface ComboboxInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
@@ -229,11 +230,11 @@ declare function Label$10(props: ComboboxLabelProps): react0.JSX.Element;
|
|
|
229
230
|
//#endregion
|
|
230
231
|
//#region src/components/combobox/anatomy/positioner.d.ts
|
|
231
232
|
interface ComboboxPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
232
|
-
declare function Positioner$
|
|
233
|
+
declare function Positioner$6(props: ComboboxPositionerProps): react0.JSX.Element;
|
|
233
234
|
//#endregion
|
|
234
235
|
//#region src/components/combobox/anatomy/root.d.ts
|
|
235
236
|
interface ComboboxRootProps extends Omit<Props$3, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
236
|
-
declare function Root$
|
|
237
|
+
declare function Root$17(props: ComboboxRootProps): react_jsx_runtime0.JSX.Element;
|
|
237
238
|
//#endregion
|
|
238
239
|
//#region src/components/combobox/modules/provider.d.ts
|
|
239
240
|
declare function useCombobox(props?: Omit<Props$3, 'id'>): Api$3<PropTypes>;
|
|
@@ -242,29 +243,29 @@ declare function useCombobox(props?: Omit<Props$3, 'id'>): Api$3<PropTypes>;
|
|
|
242
243
|
interface ComboboxRootContextProps {
|
|
243
244
|
children: (combobox: ReturnType<typeof useCombobox>) => ReactNode;
|
|
244
245
|
}
|
|
245
|
-
declare function RootContext$
|
|
246
|
+
declare function RootContext$19(props: ComboboxRootContextProps): ReactNode;
|
|
246
247
|
//#endregion
|
|
247
248
|
//#region src/components/combobox/anatomy/root-provider.d.ts
|
|
248
249
|
interface ComboboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
249
250
|
value: ReturnType<typeof useCombobox>;
|
|
250
251
|
}
|
|
251
|
-
declare function RootProvider$
|
|
252
|
+
declare function RootProvider$15(props: ComboboxRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
252
253
|
//#endregion
|
|
253
254
|
//#region src/components/combobox/anatomy/trigger.d.ts
|
|
254
255
|
interface ComboboxTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
255
|
-
declare function Trigger$
|
|
256
|
+
declare function Trigger$8(props: ComboboxTriggerProps): react0.JSX.Element;
|
|
256
257
|
//#endregion
|
|
257
258
|
//#region src/components/combobox/modules/anatomy.d.ts
|
|
258
|
-
declare const Combobox: typeof Root$
|
|
259
|
-
Provider: typeof RootProvider$
|
|
260
|
-
Context: typeof RootContext$
|
|
259
|
+
declare const Combobox: typeof Root$17 & {
|
|
260
|
+
Provider: typeof RootProvider$15;
|
|
261
|
+
Context: typeof RootContext$19;
|
|
261
262
|
Label: typeof Label$10;
|
|
262
|
-
Control: typeof Control$
|
|
263
|
+
Control: typeof Control$7;
|
|
263
264
|
Input: typeof Input$3;
|
|
264
|
-
Trigger: typeof Trigger$
|
|
265
|
-
ClearTrigger: typeof ClearTrigger$
|
|
266
|
-
Positioner: typeof Positioner$
|
|
267
|
-
Content: typeof Content$
|
|
265
|
+
Trigger: typeof Trigger$8;
|
|
266
|
+
ClearTrigger: typeof ClearTrigger$2;
|
|
267
|
+
Positioner: typeof Positioner$6;
|
|
268
|
+
Content: typeof Content$8;
|
|
268
269
|
ItemGroup: typeof ItemGroup$3;
|
|
269
270
|
ItemGroupLabel: typeof ItemGroupLabel$2;
|
|
270
271
|
Item: typeof Item$9;
|
|
@@ -274,11 +275,11 @@ declare const Combobox: typeof Root$16 & {
|
|
|
274
275
|
//#endregion
|
|
275
276
|
//#region src/components/date-picker/anatomy/content.d.ts
|
|
276
277
|
interface DatePickerContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
277
|
-
declare function Content$
|
|
278
|
+
declare function Content$7(props: DatePickerContentProps): react0.JSX.Element;
|
|
278
279
|
//#endregion
|
|
279
280
|
//#region src/components/date-picker/anatomy/control.d.ts
|
|
280
281
|
interface DatePickerControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
281
|
-
declare function Control$
|
|
282
|
+
declare function Control$6(props: DatePickerControlProps): react0.JSX.Element;
|
|
282
283
|
//#endregion
|
|
283
284
|
//#region src/components/date-picker/anatomy/input.d.ts
|
|
284
285
|
interface DatePickerInputProps extends InputProps, PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
@@ -298,7 +299,7 @@ declare function NextTrigger$1(props: DatePickerNextTriggerProps): react0.JSX.El
|
|
|
298
299
|
//#endregion
|
|
299
300
|
//#region src/components/date-picker/anatomy/positioner.d.ts
|
|
300
301
|
interface DatePickerPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
301
|
-
declare function Positioner$
|
|
302
|
+
declare function Positioner$5(props: DatePickerPositionerProps): react0.JSX.Element;
|
|
302
303
|
//#endregion
|
|
303
304
|
//#region src/components/date-picker/anatomy/preset-trigger.d.ts
|
|
304
305
|
interface DatePickerPresetTriggerProps extends PresetTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
@@ -314,7 +315,7 @@ declare function RangeText(props: DatePickerRangeTextProps): react0.JSX.Element;
|
|
|
314
315
|
//#endregion
|
|
315
316
|
//#region src/components/date-picker/anatomy/root.d.ts
|
|
316
317
|
interface DatePickerRootProps extends Omit<Props$4, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
317
|
-
declare function Root$
|
|
318
|
+
declare function Root$16(props: DatePickerRootProps): react_jsx_runtime0.JSX.Element;
|
|
318
319
|
//#endregion
|
|
319
320
|
//#region src/components/date-picker/modules/provider.d.ts
|
|
320
321
|
declare function useDatePicker(props?: Omit<Props$4, 'id'>): Api$4<PropTypes>;
|
|
@@ -323,13 +324,13 @@ declare function useDatePicker(props?: Omit<Props$4, 'id'>): Api$4<PropTypes>;
|
|
|
323
324
|
interface DatePickerRootContextProps {
|
|
324
325
|
children: (datePicker: ReturnType<typeof useDatePicker>) => ReactNode;
|
|
325
326
|
}
|
|
326
|
-
declare function RootContext$
|
|
327
|
+
declare function RootContext$18(props: DatePickerRootContextProps): ReactNode;
|
|
327
328
|
//#endregion
|
|
328
329
|
//#region src/components/date-picker/anatomy/root-provider.d.ts
|
|
329
330
|
interface DatePickerRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
330
331
|
value: ReturnType<typeof useDatePicker>;
|
|
331
332
|
}
|
|
332
|
-
declare function RootProvider$
|
|
333
|
+
declare function RootProvider$14(props: DatePickerRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
333
334
|
//#endregion
|
|
334
335
|
//#region src/components/date-picker/anatomy/table.d.ts
|
|
335
336
|
interface DatePickerTableProps extends PropsWithElement<'table'>, HTMLAttributes<'table'> {}
|
|
@@ -364,7 +365,7 @@ declare function TableRow(props: DatePickerTableRowProps): react0.JSX.Element;
|
|
|
364
365
|
//#endregion
|
|
365
366
|
//#region src/components/date-picker/anatomy/trigger.d.ts
|
|
366
367
|
interface DatePickerTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
367
|
-
declare function Trigger$
|
|
368
|
+
declare function Trigger$7(props: DatePickerTriggerProps): react0.JSX.Element;
|
|
368
369
|
//#endregion
|
|
369
370
|
//#region src/components/date-picker/anatomy/view.d.ts
|
|
370
371
|
interface DatePickerViewProps extends ViewProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -383,16 +384,16 @@ interface DatePickerYearSelectProps extends PropsWithElement<'select'>, HTMLAttr
|
|
|
383
384
|
declare function YearSelect(props: DatePickerYearSelectProps): react0.JSX.Element;
|
|
384
385
|
//#endregion
|
|
385
386
|
//#region src/components/date-picker/modules/anatomy.d.ts
|
|
386
|
-
declare const DatePicker: typeof Root$
|
|
387
|
-
Provider: typeof RootProvider$
|
|
388
|
-
Context: typeof RootContext$
|
|
387
|
+
declare const DatePicker: typeof Root$16 & {
|
|
388
|
+
Provider: typeof RootProvider$14;
|
|
389
|
+
Context: typeof RootContext$18;
|
|
389
390
|
Label: typeof Label$9;
|
|
390
|
-
Control: typeof Control$
|
|
391
|
+
Control: typeof Control$6;
|
|
391
392
|
PresetTrigger: typeof PresetTrigger;
|
|
392
393
|
Input: typeof Input$2;
|
|
393
|
-
Trigger: typeof Trigger$
|
|
394
|
-
Positioner: typeof Positioner$
|
|
395
|
-
Content: typeof Content$
|
|
394
|
+
Trigger: typeof Trigger$7;
|
|
395
|
+
Positioner: typeof Positioner$5;
|
|
396
|
+
Content: typeof Content$7;
|
|
396
397
|
YearSelect: typeof YearSelect;
|
|
397
398
|
MonthSelect: typeof MonthSelect;
|
|
398
399
|
View: typeof View;
|
|
@@ -416,11 +417,11 @@ declare function Backdrop(props: DialogBackdropProps): react0.JSX.Element;
|
|
|
416
417
|
//#endregion
|
|
417
418
|
//#region src/components/dialog/anatomy/close-trigger.d.ts
|
|
418
419
|
interface DialogCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
419
|
-
declare function CloseTrigger$
|
|
420
|
+
declare function CloseTrigger$3(props: DialogCloseTriggerProps): react0.JSX.Element;
|
|
420
421
|
//#endregion
|
|
421
422
|
//#region src/components/dialog/anatomy/content.d.ts
|
|
422
423
|
interface DialogContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
423
|
-
declare function Content$
|
|
424
|
+
declare function Content$6(props: DialogContentProps): react0.JSX.Element;
|
|
424
425
|
//#endregion
|
|
425
426
|
//#region src/components/dialog/anatomy/description.d.ts
|
|
426
427
|
interface DialogDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -428,11 +429,11 @@ declare function Description$2(props: DialogDescriptionProps): react0.JSX.Elemen
|
|
|
428
429
|
//#endregion
|
|
429
430
|
//#region src/components/dialog/anatomy/positioner.d.ts
|
|
430
431
|
interface DialogPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
431
|
-
declare function Positioner$
|
|
432
|
+
declare function Positioner$4(props: DialogPositionerProps): react0.JSX.Element;
|
|
432
433
|
//#endregion
|
|
433
434
|
//#region src/components/dialog/anatomy/root.d.ts
|
|
434
435
|
interface DialogRootProps extends PropsWithChildren, Omit<Props$5, 'id'> {}
|
|
435
|
-
declare function Root$
|
|
436
|
+
declare function Root$15(props: DialogRootProps): react_jsx_runtime0.JSX.Element;
|
|
436
437
|
//#endregion
|
|
437
438
|
//#region src/components/dialog/modules/provider.d.ts
|
|
438
439
|
declare function useDialog(props?: Omit<Props$5, 'id'>): Api$5<PropTypes>;
|
|
@@ -441,35 +442,39 @@ declare function useDialog(props?: Omit<Props$5, 'id'>): Api$5<PropTypes>;
|
|
|
441
442
|
interface DialogRootContextProps {
|
|
442
443
|
children: (dialog: ReturnType<typeof useDialog>) => ReactNode;
|
|
443
444
|
}
|
|
444
|
-
declare function RootContext$
|
|
445
|
+
declare function RootContext$17(props: DialogRootContextProps): ReactNode;
|
|
445
446
|
//#endregion
|
|
446
447
|
//#region src/components/dialog/anatomy/root-provider.d.ts
|
|
447
448
|
interface DialogRootProviderProps extends PropsWithChildren {
|
|
448
449
|
value: ReturnType<typeof useDialog>;
|
|
449
450
|
}
|
|
450
|
-
declare function RootProvider$
|
|
451
|
+
declare function RootProvider$13(props: DialogRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
451
452
|
//#endregion
|
|
452
453
|
//#region src/components/dialog/anatomy/title.d.ts
|
|
453
454
|
interface DialogTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
454
|
-
declare function Title$
|
|
455
|
+
declare function Title$3(props: DialogTitleProps): react0.JSX.Element;
|
|
455
456
|
//#endregion
|
|
456
457
|
//#region src/components/dialog/anatomy/trigger.d.ts
|
|
457
458
|
interface DialogTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
458
|
-
declare function Trigger$
|
|
459
|
+
declare function Trigger$6(props: DialogTriggerProps): react0.JSX.Element;
|
|
459
460
|
//#endregion
|
|
460
461
|
//#region src/components/dialog/modules/anatomy.d.ts
|
|
461
|
-
declare const Dialog: typeof Root$
|
|
462
|
-
Provider: typeof RootProvider$
|
|
463
|
-
Context: typeof RootContext$
|
|
464
|
-
Trigger: typeof Trigger$
|
|
462
|
+
declare const Dialog: typeof Root$15 & {
|
|
463
|
+
Provider: typeof RootProvider$13;
|
|
464
|
+
Context: typeof RootContext$17;
|
|
465
|
+
Trigger: typeof Trigger$6;
|
|
465
466
|
Backdrop: typeof Backdrop;
|
|
466
|
-
Positioner: typeof Positioner$
|
|
467
|
-
Content: typeof Content$
|
|
468
|
-
Title: typeof Title$
|
|
467
|
+
Positioner: typeof Positioner$4;
|
|
468
|
+
Content: typeof Content$6;
|
|
469
|
+
Title: typeof Title$3;
|
|
469
470
|
Description: typeof Description$2;
|
|
470
|
-
CloseTrigger: typeof CloseTrigger$
|
|
471
|
+
CloseTrigger: typeof CloseTrigger$3;
|
|
471
472
|
};
|
|
472
473
|
//#endregion
|
|
474
|
+
//#region src/components/file-upload/anatomy/clear-trigger.d.ts
|
|
475
|
+
interface FileUploadClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
476
|
+
declare function ClearTrigger$1(props: FileUploadClearTriggerProps): react0.JSX.Element;
|
|
477
|
+
//#endregion
|
|
473
478
|
//#region src/components/file-upload/anatomy/dropzone.d.ts
|
|
474
479
|
interface FileUploadDropzoneProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
475
480
|
declare function Dropzone(props: FileUploadDropzoneProps): react0.JSX.Element;
|
|
@@ -504,7 +509,7 @@ declare function Label$8(props: FileUploadLabelProps): react0.JSX.Element;
|
|
|
504
509
|
//#endregion
|
|
505
510
|
//#region src/components/file-upload/anatomy/root.d.ts
|
|
506
511
|
interface FileUploadRootProps extends Omit<Props$6, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {}
|
|
507
|
-
declare function Root$
|
|
512
|
+
declare function Root$14(props: FileUploadRootProps): react_jsx_runtime0.JSX.Element;
|
|
508
513
|
//#endregion
|
|
509
514
|
//#region src/components/file-upload/modules/provider.d.ts
|
|
510
515
|
declare function useFileUpload(props?: Omit<Props$6, 'id'>): Api$6<PropTypes>;
|
|
@@ -513,25 +518,26 @@ declare function useFileUpload(props?: Omit<Props$6, 'id'>): Api$6<PropTypes>;
|
|
|
513
518
|
interface FileUploadRootContextProps {
|
|
514
519
|
children: (fileUpload: ReturnType<typeof useFileUpload>) => ReactNode;
|
|
515
520
|
}
|
|
516
|
-
declare function RootContext$
|
|
521
|
+
declare function RootContext$16(props: FileUploadRootContextProps): ReactNode;
|
|
517
522
|
//#endregion
|
|
518
523
|
//#region src/components/file-upload/anatomy/root-provider.d.ts
|
|
519
524
|
interface FileUploadRootProviderProps extends PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {
|
|
520
525
|
value: ReturnType<typeof useFileUpload>;
|
|
521
526
|
}
|
|
522
|
-
declare function RootProvider$
|
|
527
|
+
declare function RootProvider$12(props: FileUploadRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
523
528
|
//#endregion
|
|
524
529
|
//#region src/components/file-upload/anatomy/trigger.d.ts
|
|
525
530
|
interface FileUploadTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
526
|
-
declare function Trigger$
|
|
531
|
+
declare function Trigger$5(props: FileUploadTriggerProps): react0.JSX.Element;
|
|
527
532
|
//#endregion
|
|
528
533
|
//#region src/components/file-upload/modules/anatomy.d.ts
|
|
529
|
-
declare const FileUpload: typeof Root$
|
|
530
|
-
Provider: typeof RootProvider$
|
|
531
|
-
Context: typeof RootContext$
|
|
534
|
+
declare const FileUpload: typeof Root$14 & {
|
|
535
|
+
Provider: typeof RootProvider$12;
|
|
536
|
+
Context: typeof RootContext$16;
|
|
532
537
|
Label: typeof Label$8;
|
|
533
538
|
Dropzone: typeof Dropzone;
|
|
534
|
-
Trigger: typeof Trigger$
|
|
539
|
+
Trigger: typeof Trigger$5;
|
|
540
|
+
ClearTrigger: typeof ClearTrigger$1;
|
|
535
541
|
HiddenInput: typeof HiddenInput$4;
|
|
536
542
|
ItemGroup: typeof ItemGroup$2;
|
|
537
543
|
Item: typeof Item$8;
|
|
@@ -540,8 +546,88 @@ declare const FileUpload: typeof Root$13 & {
|
|
|
540
546
|
ItemDeleteTrigger: typeof ItemDeleteTrigger$1;
|
|
541
547
|
};
|
|
542
548
|
//#endregion
|
|
549
|
+
//#region src/components/floating-panel/anatomy/body.d.ts
|
|
550
|
+
interface FloatingPanelBodyProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
551
|
+
declare function Body(props: FloatingPanelBodyProps): react0.JSX.Element;
|
|
552
|
+
//#endregion
|
|
553
|
+
//#region src/components/floating-panel/anatomy/close-trigger.d.ts
|
|
554
|
+
interface FloatingPanelCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
555
|
+
declare function CloseTrigger$2(props: FloatingPanelCloseTriggerProps): react0.JSX.Element;
|
|
556
|
+
//#endregion
|
|
557
|
+
//#region src/components/floating-panel/anatomy/content.d.ts
|
|
558
|
+
interface FloatingPanelContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
559
|
+
declare function Content$5(props: FloatingPanelContentProps): react0.JSX.Element;
|
|
560
|
+
//#endregion
|
|
561
|
+
//#region src/components/floating-panel/anatomy/control.d.ts
|
|
562
|
+
interface FloatingPanelControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
563
|
+
declare function Control$5(props: FloatingPanelControlProps): react0.JSX.Element;
|
|
564
|
+
//#endregion
|
|
565
|
+
//#region src/components/floating-panel/anatomy/drag-trigger.d.ts
|
|
566
|
+
interface FloatingPanelDragTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
567
|
+
declare function DragTrigger(props: FloatingPanelDragTriggerProps): react0.JSX.Element;
|
|
568
|
+
//#endregion
|
|
569
|
+
//#region src/components/floating-panel/anatomy/header.d.ts
|
|
570
|
+
interface FloatingPanelHeaderProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
571
|
+
declare function Header(props: FloatingPanelHeaderProps): react0.JSX.Element;
|
|
572
|
+
//#endregion
|
|
573
|
+
//#region src/components/floating-panel/anatomy/positioner.d.ts
|
|
574
|
+
interface FloatingPanelPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
575
|
+
declare function Positioner$3(props: FloatingPanelPositionerProps): react0.JSX.Element;
|
|
576
|
+
//#endregion
|
|
577
|
+
//#region src/components/floating-panel/anatomy/resize-trigger.d.ts
|
|
578
|
+
interface FloatingPanelResizeTriggerProps extends ResizeTriggerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
579
|
+
declare function ResizeTrigger(props: FloatingPanelResizeTriggerProps): react0.JSX.Element;
|
|
580
|
+
//#endregion
|
|
581
|
+
//#region src/components/floating-panel/anatomy/root.d.ts
|
|
582
|
+
interface FloatingPanelRootProps extends PropsWithChildren, Omit<Props$7, 'id'> {}
|
|
583
|
+
declare function Root$13(props: FloatingPanelRootProps): react_jsx_runtime0.JSX.Element;
|
|
584
|
+
//#endregion
|
|
585
|
+
//#region src/components/floating-panel/modules/provider.d.ts
|
|
586
|
+
declare function useFloatingPanel(props?: Omit<Props$7, 'id'>): Api$7<PropTypes>;
|
|
587
|
+
//#endregion
|
|
588
|
+
//#region src/components/floating-panel/anatomy/root-context.d.ts
|
|
589
|
+
interface FloatingPanelRootContextProps {
|
|
590
|
+
children: (floatingPanel: ReturnType<typeof useFloatingPanel>) => ReactNode;
|
|
591
|
+
}
|
|
592
|
+
declare function RootContext$15(props: FloatingPanelRootContextProps): ReactNode;
|
|
593
|
+
//#endregion
|
|
594
|
+
//#region src/components/floating-panel/anatomy/root-provider.d.ts
|
|
595
|
+
interface FloatingPanelRootProviderProps extends PropsWithChildren {
|
|
596
|
+
value: ReturnType<typeof useFloatingPanel>;
|
|
597
|
+
}
|
|
598
|
+
declare function RootProvider$11(props: FloatingPanelRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
599
|
+
//#endregion
|
|
600
|
+
//#region src/components/floating-panel/anatomy/stage-trigger.d.ts
|
|
601
|
+
interface FloatingPanelStageTriggerProps extends StageTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
602
|
+
declare function StageTrigger(props: FloatingPanelStageTriggerProps): react0.JSX.Element;
|
|
603
|
+
//#endregion
|
|
604
|
+
//#region src/components/floating-panel/anatomy/title.d.ts
|
|
605
|
+
interface FloatingPanelTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
606
|
+
declare function Title$2(props: FloatingPanelTitleProps): react0.JSX.Element;
|
|
607
|
+
//#endregion
|
|
608
|
+
//#region src/components/floating-panel/anatomy/trigger.d.ts
|
|
609
|
+
interface FloatingPanelTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
610
|
+
declare function Trigger$4(props: FloatingPanelTriggerProps): react0.JSX.Element;
|
|
611
|
+
//#endregion
|
|
612
|
+
//#region src/components/floating-panel/modules/anatomy.d.ts
|
|
613
|
+
declare const FloatingPanel: typeof Root$13 & {
|
|
614
|
+
Provider: typeof RootProvider$11;
|
|
615
|
+
Context: typeof RootContext$15;
|
|
616
|
+
Trigger: typeof Trigger$4;
|
|
617
|
+
Positioner: typeof Positioner$3;
|
|
618
|
+
Content: typeof Content$5;
|
|
619
|
+
DragTrigger: typeof DragTrigger;
|
|
620
|
+
Header: typeof Header;
|
|
621
|
+
Title: typeof Title$2;
|
|
622
|
+
Control: typeof Control$5;
|
|
623
|
+
StageTrigger: typeof StageTrigger;
|
|
624
|
+
CloseTrigger: typeof CloseTrigger$2;
|
|
625
|
+
Body: typeof Body;
|
|
626
|
+
ResizeTrigger: typeof ResizeTrigger;
|
|
627
|
+
};
|
|
628
|
+
//#endregion
|
|
543
629
|
//#region src/components/listbox/anatomy/root.d.ts
|
|
544
|
-
interface ListboxRootProps extends Omit<Props$
|
|
630
|
+
interface ListboxRootProps extends Omit<Props$8, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
545
631
|
declare function Root$12(props: ListboxRootProps): react_jsx_runtime0.JSX.Element;
|
|
546
632
|
//#endregion
|
|
547
633
|
//#region src/components/listbox/anatomy/item-group.d.ts
|
|
@@ -569,7 +655,7 @@ interface ListboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<
|
|
|
569
655
|
declare function ItemText$3(props: ListboxItemTextProps): react0.JSX.Element;
|
|
570
656
|
//#endregion
|
|
571
657
|
//#region src/components/listbox/modules/provider.d.ts
|
|
572
|
-
declare function useListbox(props: Omit<Props$
|
|
658
|
+
declare function useListbox(props: Omit<Props$8, 'id'>): Api$8<PropTypes>;
|
|
573
659
|
//#endregion
|
|
574
660
|
//#region src/components/listbox/anatomy/root-context.d.ts
|
|
575
661
|
interface ListboxRootContextProps {
|
|
@@ -654,11 +740,11 @@ interface MenuPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'d
|
|
|
654
740
|
declare function Positioner$2(props: MenuPositionerProps): react0.JSX.Element;
|
|
655
741
|
//#endregion
|
|
656
742
|
//#region src/components/menu/anatomy/root.d.ts
|
|
657
|
-
interface MenuRootProps extends Omit<Props$
|
|
743
|
+
interface MenuRootProps extends Omit<Props$9, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div', 'id' | 'dir'>, 'onSelect' | 'aria-label'> {}
|
|
658
744
|
declare function Root$11(props: MenuRootProps): react_jsx_runtime0.JSX.Element;
|
|
659
745
|
//#endregion
|
|
660
746
|
//#region src/components/menu/modules/provider.d.ts
|
|
661
|
-
declare function useMenu(props?: Omit<Props$
|
|
747
|
+
declare function useMenu(props?: Omit<Props$9, 'id'>): Api$9<PropTypes> & {
|
|
662
748
|
service: Service;
|
|
663
749
|
};
|
|
664
750
|
//#endregion
|
|
@@ -777,7 +863,7 @@ interface PaginationPrevTriggerProps extends PropsWithElement<'button'>, HTMLAtt
|
|
|
777
863
|
declare function PrevTrigger(props: PaginationPrevTriggerProps): react0.JSX.Element;
|
|
778
864
|
//#endregion
|
|
779
865
|
//#region src/components/pagination/modules/provider.d.ts
|
|
780
|
-
declare function usePagination(props?: Omit<Props$
|
|
866
|
+
declare function usePagination(props?: Omit<Props$10, 'id'>): Api$10<PropTypes>;
|
|
781
867
|
//#endregion
|
|
782
868
|
//#region src/components/pagination/anatomy/root-context.d.ts
|
|
783
869
|
interface PaginationRootContextProps {
|
|
@@ -792,7 +878,7 @@ interface PaginationRootProviderProps extends PropsWithElement<'nav'>, HTMLAttri
|
|
|
792
878
|
declare function PaginationRootProvider(props: PaginationRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
793
879
|
//#endregion
|
|
794
880
|
//#region src/components/pagination/anatomy/root.d.ts
|
|
795
|
-
interface PaginationRootProps extends Omit<Props$
|
|
881
|
+
interface PaginationRootProps extends Omit<Props$10, 'id'>, PropsWithElement<'nav'>, HTMLAttributes<'nav', 'id' | 'dir'> {}
|
|
796
882
|
declare function PaginationRoot(props: PaginationRootProps): react_jsx_runtime0.JSX.Element;
|
|
797
883
|
//#endregion
|
|
798
884
|
//#region src/components/pagination/modules/anatomy.d.ts
|
|
@@ -828,11 +914,11 @@ interface PopoverPositionerProps extends PropsWithElement<'div'>, HTMLAttributes
|
|
|
828
914
|
declare function Positioner$1(props: PopoverPositionerProps): react0.JSX.Element;
|
|
829
915
|
//#endregion
|
|
830
916
|
//#region src/components/popover/anatomy/root.d.ts
|
|
831
|
-
interface PopoverRootProps extends PropsWithChildren, Omit<Props$
|
|
917
|
+
interface PopoverRootProps extends PropsWithChildren, Omit<Props$11, 'id'> {}
|
|
832
918
|
declare function Root$10(props: PopoverRootProps): react_jsx_runtime0.JSX.Element;
|
|
833
919
|
//#endregion
|
|
834
920
|
//#region src/components/popover/modules/provider.d.ts
|
|
835
|
-
declare function usePopover(props?: Omit<Props$
|
|
921
|
+
declare function usePopover(props?: Omit<Props$11, 'id'>): Api$11<PropTypes>;
|
|
836
922
|
//#endregion
|
|
837
923
|
//#region src/components/popover/anatomy/root-context.d.ts
|
|
838
924
|
interface PopoverRootContextProps {
|
|
@@ -906,11 +992,11 @@ interface ProgressRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'di
|
|
|
906
992
|
declare function Range$1(props: ProgressRangeProps): react0.JSX.Element;
|
|
907
993
|
//#endregion
|
|
908
994
|
//#region src/components/progress/anatomy/root.d.ts
|
|
909
|
-
interface ProgressRootProps extends Omit<Props$
|
|
995
|
+
interface ProgressRootProps extends Omit<Props$12, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
910
996
|
declare function Root$8(props: ProgressRootProps): react_jsx_runtime0.JSX.Element;
|
|
911
997
|
//#endregion
|
|
912
998
|
//#region src/components/progress/modules/provider.d.ts
|
|
913
|
-
declare function useProgress(props?: Omit<Props$
|
|
999
|
+
declare function useProgress(props?: Omit<Props$12, 'id'>): Api$12<PropTypes>;
|
|
914
1000
|
//#endregion
|
|
915
1001
|
//#region src/components/progress/anatomy/root-context.d.ts
|
|
916
1002
|
interface ProgressRootContextProps {
|
|
@@ -993,11 +1079,11 @@ interface RatingGroupLabelProps extends PropsWithElement<'label'>, HTMLAttribute
|
|
|
993
1079
|
declare function Label$5(props: RatingGroupLabelProps): react0.JSX.Element;
|
|
994
1080
|
//#endregion
|
|
995
1081
|
//#region src/components/rating-group/anatomy/root.d.ts
|
|
996
|
-
interface RatingGroupRootProps extends Omit<Props$
|
|
1082
|
+
interface RatingGroupRootProps extends Omit<Props$13, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
997
1083
|
declare function Root$7(props: RatingGroupRootProps): react_jsx_runtime0.JSX.Element;
|
|
998
1084
|
//#endregion
|
|
999
1085
|
//#region src/components/rating-group/modules/provider.d.ts
|
|
1000
|
-
declare function useRatingGroup(props?: Omit<Props$
|
|
1086
|
+
declare function useRatingGroup(props?: Omit<Props$13, 'id'>): Api$13<PropTypes>;
|
|
1001
1087
|
//#endregion
|
|
1002
1088
|
//#region src/components/rating-group/anatomy/root-context.d.ts
|
|
1003
1089
|
interface RatingGroupRootContextProps {
|
|
@@ -1046,7 +1132,7 @@ interface SegmentedControlLabelProps extends PropsWithElement<'span'>, HTMLAttri
|
|
|
1046
1132
|
declare function Label$4(props: SegmentedControlLabelProps): react0.JSX.Element;
|
|
1047
1133
|
//#endregion
|
|
1048
1134
|
//#region src/components/segmented-control/modules/provider.d.ts
|
|
1049
|
-
declare function useSegmentedControl(props?: Omit<Props$
|
|
1135
|
+
declare function useSegmentedControl(props?: Omit<Props$14, 'id'>): Api$14<PropTypes>;
|
|
1050
1136
|
//#endregion
|
|
1051
1137
|
//#region src/components/segmented-control/anatomy/root-context.d.ts
|
|
1052
1138
|
interface SegmentedControlRootContextProps {
|
|
@@ -1061,7 +1147,7 @@ interface SegmentedControlRootProviderProps extends PropsWithElement<'div'>, HTM
|
|
|
1061
1147
|
declare function RootProvider$5(props: SegmentedControlRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1062
1148
|
//#endregion
|
|
1063
1149
|
//#region src/components/segmented-control/anatomy/root.d.ts
|
|
1064
|
-
interface SegmentedControlRootProps extends Omit<Props$
|
|
1150
|
+
interface SegmentedControlRootProps extends Omit<Props$14, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1065
1151
|
declare function Root$6(props: SegmentedControlRootProps): react_jsx_runtime0.JSX.Element;
|
|
1066
1152
|
//#endregion
|
|
1067
1153
|
//#region src/components/segmented-control/modules/anatomy.d.ts
|
|
@@ -1101,7 +1187,7 @@ interface SliderRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'
|
|
|
1101
1187
|
declare function Range(props: SliderRangeProps): react0.JSX.Element;
|
|
1102
1188
|
//#endregion
|
|
1103
1189
|
//#region src/components/slider/modules/provider.d.ts
|
|
1104
|
-
declare function useSlider(props?: Omit<Props$
|
|
1190
|
+
declare function useSlider(props?: Omit<Props$15, 'id'>): Api$15<PropTypes>;
|
|
1105
1191
|
//#endregion
|
|
1106
1192
|
//#region src/components/slider/anatomy/root-context.d.ts
|
|
1107
1193
|
interface SliderRootContextProps {
|
|
@@ -1116,7 +1202,7 @@ interface SliderRootProviderProps extends PropsWithElement<'div'>, HTMLAttribute
|
|
|
1116
1202
|
declare function SliderRootProvider(props: SliderRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1117
1203
|
//#endregion
|
|
1118
1204
|
//#region src/components/slider/anatomy/root.d.ts
|
|
1119
|
-
interface SliderRootProps extends Omit<Props$
|
|
1205
|
+
interface SliderRootProps extends Omit<Props$15, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'aria-label' | 'aria-labelledby'> {}
|
|
1120
1206
|
declare function SliderRoot(props: SliderRootProps): react_jsx_runtime0.JSX.Element;
|
|
1121
1207
|
//#endregion
|
|
1122
1208
|
//#region src/components/slider/anatomy/thumb.d.ts
|
|
@@ -1159,7 +1245,7 @@ interface SwitchLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'spa
|
|
|
1159
1245
|
declare function Label$2(props: SwitchLabelProps): react0.JSX.Element;
|
|
1160
1246
|
//#endregion
|
|
1161
1247
|
//#region src/components/switch/modules/provider.d.ts
|
|
1162
|
-
declare function useSwitch(props?: Omit<Props$
|
|
1248
|
+
declare function useSwitch(props?: Omit<Props$16, 'id'>): Api$16<PropTypes>;
|
|
1163
1249
|
//#endregion
|
|
1164
1250
|
//#region src/components/switch/anatomy/root-context.d.ts
|
|
1165
1251
|
interface SwitchRootContextProps {
|
|
@@ -1178,7 +1264,7 @@ interface SwitchThumbProps extends PropsWithElement<'span'>, HTMLAttributes<'spa
|
|
|
1178
1264
|
declare function Thumb(props: SwitchThumbProps): react0.JSX.Element;
|
|
1179
1265
|
//#endregion
|
|
1180
1266
|
//#region src/components/switch/anatomy/root.d.ts
|
|
1181
|
-
interface SwitchRootProps extends Omit<Props$
|
|
1267
|
+
interface SwitchRootProps extends Omit<Props$16, 'id'>, PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
1182
1268
|
declare function Root$5(props: SwitchRootProps): react_jsx_runtime0.JSX.Element;
|
|
1183
1269
|
//#endregion
|
|
1184
1270
|
//#region src/components/switch/modules/anatomy.d.ts
|
|
@@ -1204,11 +1290,11 @@ interface TabsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div', '
|
|
|
1204
1290
|
declare function List(props: TabsListProps): react0.JSX.Element;
|
|
1205
1291
|
//#endregion
|
|
1206
1292
|
//#region src/components/tabs/anatomy/root.d.ts
|
|
1207
|
-
interface TabsRootProps extends Omit<Props$
|
|
1293
|
+
interface TabsRootProps extends Omit<Props$17, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1208
1294
|
declare function Root$4(props: TabsRootProps): react_jsx_runtime0.JSX.Element;
|
|
1209
1295
|
//#endregion
|
|
1210
1296
|
//#region src/components/tabs/modules/provider.d.ts
|
|
1211
|
-
declare function useTabs(props?: Omit<Props$
|
|
1297
|
+
declare function useTabs(props?: Omit<Props$17, 'id'>): Api$17<PropTypes>;
|
|
1212
1298
|
//#endregion
|
|
1213
1299
|
//#region src/components/tabs/anatomy/root-context.d.ts
|
|
1214
1300
|
interface TabsRootContextProps {
|
|
@@ -1277,11 +1363,11 @@ interface TagsInputLabelProps extends PropsWithElement<'label'>, HTMLAttributes<
|
|
|
1277
1363
|
declare function Label$1(props: TagsInputLabelProps): react0.JSX.Element;
|
|
1278
1364
|
//#endregion
|
|
1279
1365
|
//#region src/components/tags-input/anatomy/root.d.ts
|
|
1280
|
-
interface TagsInputRootProps extends Omit<Props$
|
|
1366
|
+
interface TagsInputRootProps extends Omit<Props$18, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1281
1367
|
declare function Root$3(props: TagsInputRootProps): react_jsx_runtime0.JSX.Element;
|
|
1282
1368
|
//#endregion
|
|
1283
1369
|
//#region src/components/tags-input/modules/provider.d.ts
|
|
1284
|
-
declare function useTagsInput(props?: Omit<Props$
|
|
1370
|
+
declare function useTagsInput(props?: Omit<Props$18, 'id'>): Api$18<PropTypes>;
|
|
1285
1371
|
//#endregion
|
|
1286
1372
|
//#region src/components/tags-input/anatomy/root-context.d.ts
|
|
1287
1373
|
interface TagsInputRootContextProps {
|
|
@@ -1322,7 +1408,7 @@ declare function Description(props: ToastDescriptionProps): react0.JSX.Element;
|
|
|
1322
1408
|
//#region src/components/toast/anatomy/group.d.ts
|
|
1323
1409
|
interface ToastGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'children'> {
|
|
1324
1410
|
toaster: Store;
|
|
1325
|
-
children?: (toast: Props$
|
|
1411
|
+
children?: (toast: Props$19) => JSX.Element | null;
|
|
1326
1412
|
}
|
|
1327
1413
|
declare function Group(props: ToastGroupProps): react_jsx_runtime0.JSX.Element;
|
|
1328
1414
|
//#endregion
|
|
@@ -1338,7 +1424,7 @@ declare function Root$2(props: ToastRootProps): react_jsx_runtime0.JSX.Element;
|
|
|
1338
1424
|
//#endregion
|
|
1339
1425
|
//#region src/components/toast/anatomy/root-context.d.ts
|
|
1340
1426
|
interface ToastRootContextProps {
|
|
1341
|
-
children: (toast: Api$
|
|
1427
|
+
children: (toast: Api$19<PropTypes>) => ReactNode;
|
|
1342
1428
|
}
|
|
1343
1429
|
declare function RootContext$3(props: ToastRootContextProps): ReactNode;
|
|
1344
1430
|
//#endregion
|
|
@@ -1366,11 +1452,11 @@ interface ToggleGroupItemProps extends ItemProps$9, PropsWithElement<'button'>,
|
|
|
1366
1452
|
declare function Item$1(props: ToggleGroupItemProps): react0.JSX.Element;
|
|
1367
1453
|
//#endregion
|
|
1368
1454
|
//#region src/components/toggle-group/anatomy/root.d.ts
|
|
1369
|
-
interface ToggleGroupRootProps extends Omit<Props$
|
|
1455
|
+
interface ToggleGroupRootProps extends Omit<Props$20, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1370
1456
|
declare function ToggleGroupRoot(props: ToggleGroupRootProps): react_jsx_runtime0.JSX.Element;
|
|
1371
1457
|
//#endregion
|
|
1372
1458
|
//#region src/components/toggle-group/modules/provider.d.ts
|
|
1373
|
-
declare function useToggleGroup(props?: Omit<Props$
|
|
1459
|
+
declare function useToggleGroup(props?: Omit<Props$20, 'id'>): Api$20<PropTypes>;
|
|
1374
1460
|
//#endregion
|
|
1375
1461
|
//#region src/components/toggle-group/anatomy/root-context.d.ts
|
|
1376
1462
|
interface ToggleGroupRootContextProps {
|
|
@@ -1408,11 +1494,11 @@ interface TooltipPositionerProps extends PropsWithElement<'div'>, HTMLAttributes
|
|
|
1408
1494
|
declare function Positioner(props: TooltipPositionerProps): react_jsx_runtime0.JSX.Element;
|
|
1409
1495
|
//#endregion
|
|
1410
1496
|
//#region src/components/tooltip/anatomy/root.d.ts
|
|
1411
|
-
interface TooltipRootProps extends PropsWithChildren, Omit<Props$
|
|
1497
|
+
interface TooltipRootProps extends PropsWithChildren, Omit<Props$21, 'id'> {}
|
|
1412
1498
|
declare function Root$1(props: TooltipRootProps): react_jsx_runtime0.JSX.Element;
|
|
1413
1499
|
//#endregion
|
|
1414
1500
|
//#region src/components/tooltip/modules/provider.d.ts
|
|
1415
|
-
declare function useTooltip(props?: Omit<Props$
|
|
1501
|
+
declare function useTooltip(props?: Omit<Props$21, 'id'>): Api$21<PropTypes>;
|
|
1416
1502
|
//#endregion
|
|
1417
1503
|
//#region src/components/tooltip/anatomy/root-context.d.ts
|
|
1418
1504
|
interface TooltipRootContextProps {
|
|
@@ -1493,7 +1579,7 @@ interface TreeViewNodeProviderProps extends PropsWithChildren {
|
|
|
1493
1579
|
declare function NodeProvider(props: TreeViewNodeProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1494
1580
|
//#endregion
|
|
1495
1581
|
//#region src/components/tree-view/modules/provider.d.ts
|
|
1496
|
-
declare function useTreeView<T extends TreeNode = TreeNode>(props?: Omit<Props$
|
|
1582
|
+
declare function useTreeView<T extends TreeNode = TreeNode>(props?: Omit<Props$22<T>, 'id'>): Api$22<PropTypes>;
|
|
1497
1583
|
//#endregion
|
|
1498
1584
|
//#region src/components/tree-view/anatomy/root-context.d.ts
|
|
1499
1585
|
interface TreeViewRootContextProps {
|
|
@@ -1508,7 +1594,7 @@ interface TreeViewRootProviderProps extends PropsWithElement<'div'>, HTMLAttribu
|
|
|
1508
1594
|
declare function RootProvider(props: TreeViewRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1509
1595
|
//#endregion
|
|
1510
1596
|
//#region src/components/tree-view/anatomy/root.d.ts
|
|
1511
|
-
interface TreeViewRootProps<T extends TreeNode = TreeNode> extends Omit<Props$
|
|
1597
|
+
interface TreeViewRootProps<T extends TreeNode = TreeNode> extends Omit<Props$22<T>, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1512
1598
|
declare function Root<T extends TreeNode = TreeNode>(props: TreeViewRootProps<T>): react_jsx_runtime0.JSX.Element;
|
|
1513
1599
|
//#endregion
|
|
1514
1600
|
//#region src/components/tree-view/anatomy/tree.d.ts
|
|
@@ -1535,4 +1621,4 @@ declare const TreeView: typeof Root & {
|
|
|
1535
1621
|
//#region src/hooks/use-list-collection.d.ts
|
|
1536
1622
|
declare function useListCollection<T extends CollectionItem = CollectionItem>(options: CollectionOptions<T>): ListCollection<T>;
|
|
1537
1623
|
//#endregion
|
|
1538
|
-
export { Accordion, type AccordionItemContentProps, type AccordionItemIndicatorProps, type AccordionItemProps, type AccordionItemTriggerProps, type AccordionRootContextProps, type AccordionRootProps, type AccordionRootProviderProps, AppBar, type AppBarHeadlineProps, type AppBarLeadProps, type AppBarRootProps, type AppBarToolbarProps, type AppBarTrailProps, Avatar, type AvatarFallbackProps, type AvatarImageProps, type AvatarRootContextProps, type AvatarRootProps, type AvatarRootProviderProps, Collapsible, type CollapsibleContentProps, type CollapsibleIndicatorProps, type CollapsibleRootContextProps, type CollapsibleRootProps, type CollapsibleRootProviderProps, type CollapsibleTriggerProps, Combobox, type ComboboxClearTriggerProps, type ComboboxContentProps, type ComboboxControlProps, type ComboboxInputProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, type ComboboxItemTextProps, type ComboboxLabelProps, type ComboboxPositionerProps, type ComboboxRootContextProps, type ComboboxRootProps, type ComboboxRootProviderProps, type ComboboxTriggerProps, DatePicker, type DatePickerContentProps, type DatePickerControlProps, type DatePickerInputProps, type DatePickerLabelProps, type DatePickerMonthSelectProps, type DatePickerNextTriggerProps, type DatePickerPositionerProps, type DatePickerPresetTriggerProps, type DatePickerPrevTriggerProps, type DatePickerRangeTextProps, type DatePickerRootContextProps, type DatePickerRootProps, type DatePickerRootProviderProps, type DatePickerTableBodyProps, type DatePickerTableCellProps, type DatePickerTableCellTriggerProps, type DatePickerTableHeadProps, type DatePickerTableHeaderProps, type DatePickerTableProps, type DatePickerTableRowProps, type DatePickerTriggerProps, type DatePickerViewControlProps, type DatePickerViewProps, type DatePickerViewTriggerProps, type DatePickerYearSelectProps, type DateValue, Dialog, type DialogBackdropProps, type DialogCloseTriggerProps, type DialogContentProps, type DialogDescriptionProps, type DialogPositionerProps, type DialogRootContextProps, type DialogRootProps, type DialogRootProviderProps, type DialogTitleProps, type DialogTriggerProps, FileUpload, type FileUploadDropzoneProps, type FileUploadHiddenInputProps, type FileUploadItemDeleteTriggerProps, type FileUploadItemGroupProps, type FileUploadItemNameProps, type FileUploadItemProps, type FileUploadItemSizeTextProps, type FileUploadLabelProps, type FileUploadRootContextProps, type FileUploadRootProps, type FileUploadRootProviderProps, type FileUploadTriggerProps, Listbox, type ListboxContentProps, type ListboxInputProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, type ListboxItemIndicatorProps, type ListboxItemProps, type ListboxItemTextProps, type ListboxLabelProps, type ListboxRootContextProps, type ListboxRootProps, type ListboxRootProviderProps, Menu, type MenuArrowProps, type MenuArrowTipProps, type MenuContentProps, type MenuContextTriggerProps, type MenuIndicatorProps, type MenuItemGroupLabelProps, type MenuItemGroupProps, type MenuItemIndicatorProps, type MenuItemProps, type MenuItemTextProps, type MenuOptionItemProps, type MenuPositionerProps, type MenuRootContextProps, type MenuRootProps, type MenuRootProviderProps, type MenuSeparatorProps, type MenuTriggerItemProps, type MenuTriggerProps, Navigation, type NavigationContentProps, type NavigationFooterProps, type NavigationGroupProps, type NavigationHeaderProps, type NavigationLabelProps, type NavigationMenuProps, type NavigationRootProps, Pagination, type PaginationEllipsisProps, type PaginationFirstTriggerProps, type PaginationItemProps, type PaginationLastTriggerProps, type PaginationNextTriggerProps, type PaginationPrevTriggerProps, type PaginationRootContextProps, type PaginationRootProps, type PaginationRootProviderProps, Popover, type PopoverAnchorProps, type PopoverArrowProps, type PopoverArrowTipProps, type PopoverCloseTriggerProps, type PopoverContentProps, type PopoverDescriptionProps, type PopoverPositionerProps, type PopoverRootContextProps, type PopoverRootProps, type PopoverRootProviderProps, type PopoverTitleProps, type PopoverTriggerProps, Portal, type PortalRootProps, Progress, type ProgressCircleProps, type ProgressCircleRangeProps, type ProgressCircleTrackProps, type ProgressLabelProps, type ProgressRangeProps, type ProgressRootContextProps, type ProgressRootProps, type ProgressRootProviderProps, type ProgressTrackProps, type ProgressValueTextProps, RatingGroup, type RatingGroupControlProps, type RatingGroupHiddenInputProps, type RatingGroupItemProps, type RatingGroupLabelProps, type RatingGroupRootContextProps, type RatingGroupRootProps, type RatingGroupRootProviderProps, SegmentedControl, type SegmentedControlControlProps, type SegmentedControlIndicatorProps, type SegmentedControlItemHiddenInputProps, type SegmentedControlItemProps, type SegmentedControlItemTextProps, type SegmentedControlLabelProps, type SegmentedControlRootContextProps, type SegmentedControlRootProps, type SegmentedControlRootProviderProps, Slider, type SliderControlProps, type SliderHiddenInputProps, type SliderLabelProps, type SliderMarkerGroupProps, type SliderMarkerProps, type SliderRangeProps, type SliderRootContextProps, type SliderRootProps, type SliderRootProviderProps, type SliderThumbProps, type SliderTrackProps, type SliderValueTextProps, Switch, type SwitchControlProps, type SwitchHiddenInputProps, type SwitchLabelProps, type SwitchRootContextProps, type SwitchRootProps, type SwitchRootProviderProps, type SwitchThumbProps, Tabs, type TabsContentProps, type TabsIndicatorProps, type TabsListProps, type TabsRootContextProps, type TabsRootProps, type TabsRootProviderProps, type TabsTriggerProps, TagsInput, type TagsInputClearTriggerProps, type TagsInputControlProps, type TagsInputHiddenInputProps, type TagsInputInputProps, type TagsInputItemDeleteTriggerProps, type TagsInputItemInputProps, type TagsInputItemPreviewProps, type TagsInputItemProps, type TagsInputItemTextProps, type TagsInputLabelProps, type TagsInputRootContextProps, type TagsInputRootProps, type TagsInputRootProviderProps, Toast, type ToastActionTriggerProps, type ToastCloseTriggerProps, type ToastDescriptionProps, type ToastGroupProps, type ToastMessageProps, type ToastRootContextProps, type ToastRootProps, type ToastTitleProps, ToggleGroup, type ToggleGroupItemProps, type ToggleGroupRootContextProps, type ToggleGroupRootProps, type ToggleGroupRootProviderProps, Tooltip, type TooltipArrowProps, type TooltipArrowTipProps, type TooltipContentProps, type TooltipPositionerProps, type TooltipRootContextProps, type TooltipRootProps, type TooltipRootProviderProps, type TooltipTriggerProps, TreeView, type TreeViewBranchContentProps, type TreeViewBranchControlProps, type TreeViewBranchIndentGuideProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, type TreeViewBranchTextProps, type TreeViewItemProps, type TreeViewLabelProps, type TreeViewNodeContextProps, type TreeViewNodeProviderProps, type TreeViewRootContextProps, type TreeViewRootProps, type TreeViewRootProviderProps, type TreeViewTreeProps, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
|
|
1624
|
+
export { Accordion, type AccordionItemContentProps, type AccordionItemIndicatorProps, type AccordionItemProps, type AccordionItemTriggerProps, type AccordionRootContextProps, type AccordionRootProps, type AccordionRootProviderProps, AppBar, type AppBarHeadlineProps, type AppBarLeadProps, type AppBarRootProps, type AppBarToolbarProps, type AppBarTrailProps, Avatar, type AvatarFallbackProps, type AvatarImageProps, type AvatarRootContextProps, type AvatarRootProps, type AvatarRootProviderProps, Collapsible, type CollapsibleContentProps, type CollapsibleIndicatorProps, type CollapsibleRootContextProps, type CollapsibleRootProps, type CollapsibleRootProviderProps, type CollapsibleTriggerProps, Combobox, type ComboboxClearTriggerProps, type ComboboxContentProps, type ComboboxControlProps, type ComboboxInputProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, type ComboboxItemTextProps, type ComboboxLabelProps, type ComboboxPositionerProps, type ComboboxRootContextProps, type ComboboxRootProps, type ComboboxRootProviderProps, type ComboboxTriggerProps, DatePicker, type DatePickerContentProps, type DatePickerControlProps, type DatePickerInputProps, type DatePickerLabelProps, type DatePickerMonthSelectProps, type DatePickerNextTriggerProps, type DatePickerPositionerProps, type DatePickerPresetTriggerProps, type DatePickerPrevTriggerProps, type DatePickerRangeTextProps, type DatePickerRootContextProps, type DatePickerRootProps, type DatePickerRootProviderProps, type DatePickerTableBodyProps, type DatePickerTableCellProps, type DatePickerTableCellTriggerProps, type DatePickerTableHeadProps, type DatePickerTableHeaderProps, type DatePickerTableProps, type DatePickerTableRowProps, type DatePickerTriggerProps, type DatePickerViewControlProps, type DatePickerViewProps, type DatePickerViewTriggerProps, type DatePickerYearSelectProps, type DateValue, Dialog, type DialogBackdropProps, type DialogCloseTriggerProps, type DialogContentProps, type DialogDescriptionProps, type DialogPositionerProps, type DialogRootContextProps, type DialogRootProps, type DialogRootProviderProps, type DialogTitleProps, type DialogTriggerProps, FileUpload, type FileUploadClearTriggerProps, type FileUploadDropzoneProps, type FileUploadHiddenInputProps, type FileUploadItemDeleteTriggerProps, type FileUploadItemGroupProps, type FileUploadItemNameProps, type FileUploadItemProps, type FileUploadItemSizeTextProps, type FileUploadLabelProps, type FileUploadRootContextProps, type FileUploadRootProps, type FileUploadRootProviderProps, type FileUploadTriggerProps, FloatingPanel, type FloatingPanelBodyProps, type FloatingPanelCloseTriggerProps, type FloatingPanelContentProps, type FloatingPanelControlProps, type FloatingPanelDragTriggerProps, type FloatingPanelHeaderProps, type FloatingPanelPositionerProps, type FloatingPanelResizeTriggerProps, type FloatingPanelRootContextProps, type FloatingPanelRootProps, type FloatingPanelRootProviderProps, type FloatingPanelStageTriggerProps, type FloatingPanelTitleProps, type FloatingPanelTriggerProps, Listbox, type ListboxContentProps, type ListboxInputProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, type ListboxItemIndicatorProps, type ListboxItemProps, type ListboxItemTextProps, type ListboxLabelProps, type ListboxRootContextProps, type ListboxRootProps, type ListboxRootProviderProps, Menu, type MenuArrowProps, type MenuArrowTipProps, type MenuContentProps, type MenuContextTriggerProps, type MenuIndicatorProps, type MenuItemGroupLabelProps, type MenuItemGroupProps, type MenuItemIndicatorProps, type MenuItemProps, type MenuItemTextProps, type MenuOptionItemProps, type MenuPositionerProps, type MenuRootContextProps, type MenuRootProps, type MenuRootProviderProps, type MenuSeparatorProps, type MenuTriggerItemProps, type MenuTriggerProps, Navigation, type NavigationContentProps, type NavigationFooterProps, type NavigationGroupProps, type NavigationHeaderProps, type NavigationLabelProps, type NavigationMenuProps, type NavigationRootProps, Pagination, type PaginationEllipsisProps, type PaginationFirstTriggerProps, type PaginationItemProps, type PaginationLastTriggerProps, type PaginationNextTriggerProps, type PaginationPrevTriggerProps, type PaginationRootContextProps, type PaginationRootProps, type PaginationRootProviderProps, Popover, type PopoverAnchorProps, type PopoverArrowProps, type PopoverArrowTipProps, type PopoverCloseTriggerProps, type PopoverContentProps, type PopoverDescriptionProps, type PopoverPositionerProps, type PopoverRootContextProps, type PopoverRootProps, type PopoverRootProviderProps, type PopoverTitleProps, type PopoverTriggerProps, Portal, type PortalRootProps, Progress, type ProgressCircleProps, type ProgressCircleRangeProps, type ProgressCircleTrackProps, type ProgressLabelProps, type ProgressRangeProps, type ProgressRootContextProps, type ProgressRootProps, type ProgressRootProviderProps, type ProgressTrackProps, type ProgressValueTextProps, RatingGroup, type RatingGroupControlProps, type RatingGroupHiddenInputProps, type RatingGroupItemProps, type RatingGroupLabelProps, type RatingGroupRootContextProps, type RatingGroupRootProps, type RatingGroupRootProviderProps, SegmentedControl, type SegmentedControlControlProps, type SegmentedControlIndicatorProps, type SegmentedControlItemHiddenInputProps, type SegmentedControlItemProps, type SegmentedControlItemTextProps, type SegmentedControlLabelProps, type SegmentedControlRootContextProps, type SegmentedControlRootProps, type SegmentedControlRootProviderProps, Slider, type SliderControlProps, type SliderHiddenInputProps, type SliderLabelProps, type SliderMarkerGroupProps, type SliderMarkerProps, type SliderRangeProps, type SliderRootContextProps, type SliderRootProps, type SliderRootProviderProps, type SliderThumbProps, type SliderTrackProps, type SliderValueTextProps, Switch, type SwitchControlProps, type SwitchHiddenInputProps, type SwitchLabelProps, type SwitchRootContextProps, type SwitchRootProps, type SwitchRootProviderProps, type SwitchThumbProps, Tabs, type TabsContentProps, type TabsIndicatorProps, type TabsListProps, type TabsRootContextProps, type TabsRootProps, type TabsRootProviderProps, type TabsTriggerProps, TagsInput, type TagsInputClearTriggerProps, type TagsInputControlProps, type TagsInputHiddenInputProps, type TagsInputInputProps, type TagsInputItemDeleteTriggerProps, type TagsInputItemInputProps, type TagsInputItemPreviewProps, type TagsInputItemProps, type TagsInputItemTextProps, type TagsInputLabelProps, type TagsInputRootContextProps, type TagsInputRootProps, type TagsInputRootProviderProps, Toast, type ToastActionTriggerProps, type ToastCloseTriggerProps, type ToastDescriptionProps, type ToastGroupProps, type ToastMessageProps, type ToastRootContextProps, type ToastRootProps, type ToastTitleProps, ToggleGroup, type ToggleGroupItemProps, type ToggleGroupRootContextProps, type ToggleGroupRootProps, type ToggleGroupRootProviderProps, Tooltip, type TooltipArrowProps, type TooltipArrowTipProps, type TooltipContentProps, type TooltipPositionerProps, type TooltipRootContextProps, type TooltipRootProps, type TooltipRootProviderProps, type TooltipTriggerProps, TreeView, type TreeViewBranchContentProps, type TreeViewBranchControlProps, type TreeViewBranchIndentGuideProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, type TreeViewBranchTextProps, type TreeViewItemProps, type TreeViewLabelProps, type TreeViewNodeContextProps, type TreeViewNodeProviderProps, type TreeViewRootContextProps, type TreeViewRootProps, type TreeViewRootProviderProps, type TreeViewTreeProps, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useFloatingPanel, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
|