@skeletonlabs/skeleton-react 4.7.4 → 4.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +418 -331
- package/dist/index.mjs +336 -101
- package/package.json +30 -29
package/dist/index.d.mts
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import * as react4 from "react";
|
|
2
1
|
import { ComponentProps, JSX, PropsWithChildren, ReactNode } from "react";
|
|
3
2
|
import { Api, ItemProps, Props } from "@zag-js/accordion";
|
|
4
3
|
import { PropTypes } from "@zag-js/react";
|
|
5
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime140 from "react/jsx-runtime";
|
|
6
5
|
import { Api as Api$1, Props as Props$1 } from "@zag-js/avatar";
|
|
7
|
-
import { Api as Api$2, Props as Props$2 } from "@zag-js/
|
|
8
|
-
import { Api as Api$3,
|
|
9
|
-
import { Api as Api$4,
|
|
10
|
-
import { Api as Api$5, Props as Props$5 } from "@zag-js/
|
|
11
|
-
import { Api as Api$6,
|
|
12
|
-
import { Api as Api$7, Props as Props$7
|
|
13
|
-
import { Api as Api$8,
|
|
14
|
-
import { Api as Api$9, ItemGroupLabelProps as ItemGroupLabelProps$
|
|
15
|
-
import { Api as Api$10,
|
|
16
|
-
import { Api as Api$11, Props as Props$11 } from "@zag-js/
|
|
17
|
-
import { Api as Api$12, Props as Props$12 } from "@zag-js/
|
|
18
|
-
import { Api as Api$13,
|
|
19
|
-
import { Api as Api$14, ItemProps as ItemProps$7, Props as Props$14 } from "@zag-js/
|
|
20
|
-
import { Api as Api$15,
|
|
21
|
-
import { Api as Api$16,
|
|
22
|
-
import { Api as Api$17, Props as Props$17 } from "@zag-js/
|
|
23
|
-
import { Api as Api$18,
|
|
24
|
-
import { Api as Api$19,
|
|
25
|
-
import { Api as Api$20,
|
|
26
|
-
import { Api as Api$21,
|
|
27
|
-
import { Api as Api$22, Props as Props$22 } from "@zag-js/
|
|
28
|
-
import { Api as Api$23,
|
|
6
|
+
import { Api as Api$2, IndicatorProps, ItemProps as ItemProps$1, Props as Props$2 } from "@zag-js/carousel";
|
|
7
|
+
import { Api as Api$3, Props as Props$3 } from "@zag-js/collapsible";
|
|
8
|
+
import { Api as Api$4, ItemGroupLabelProps, ItemGroupProps, ItemProps as ItemProps$2, Props as Props$4 } from "@zag-js/combobox";
|
|
9
|
+
import { Api as Api$5, DateValue, DayTableCellProps, InputProps, PresetTriggerProps, Props as Props$5, TableCellProps, ViewProps, parse as parseDate } from "@zag-js/date-picker";
|
|
10
|
+
import { Api as Api$6, Props as Props$6 } from "@zag-js/dialog";
|
|
11
|
+
import { Api as Api$7, ItemProps as ItemProps$3, Props as Props$7 } from "@zag-js/file-upload";
|
|
12
|
+
import { Api as Api$8, Props as Props$8, ResizeTriggerProps, StageTriggerProps } from "@zag-js/floating-panel";
|
|
13
|
+
import { Api as Api$9, ItemGroupLabelProps as ItemGroupLabelProps$1, ItemGroupProps as ItemGroupProps$1, ItemProps as ItemProps$4, Props as Props$9 } from "@zag-js/listbox";
|
|
14
|
+
import { Api as Api$10, ItemGroupLabelProps as ItemGroupLabelProps$2, ItemGroupProps as ItemGroupProps$2, ItemProps as ItemProps$5, OptionItemProps, Props as Props$10, Service } from "@zag-js/menu";
|
|
15
|
+
import { Api as Api$11, EllipsisProps, ItemProps as ItemProps$6, Props as Props$11 } from "@zag-js/pagination";
|
|
16
|
+
import { Api as Api$12, Props as Props$12 } from "@zag-js/popover";
|
|
17
|
+
import { Api as Api$13, Props as Props$13 } from "@zag-js/progress";
|
|
18
|
+
import { Api as Api$14, ItemProps as ItemProps$7, Props as Props$14 } from "@zag-js/rating-group";
|
|
19
|
+
import { Api as Api$15, ItemProps as ItemProps$8, Props as Props$15 } from "@zag-js/radio-group";
|
|
20
|
+
import { Api as Api$16, MarkerProps, Props as Props$16, ThumbProps } from "@zag-js/slider";
|
|
21
|
+
import { Api as Api$17, ItemProps as ItemProps$9, Props as Props$17 } from "@zag-js/steps";
|
|
22
|
+
import { Api as Api$18, Props as Props$18 } from "@zag-js/switch";
|
|
23
|
+
import { Api as Api$19, ContentProps, Props as Props$19, TriggerProps } from "@zag-js/tabs";
|
|
24
|
+
import { Api as Api$20, ItemProps as ItemProps$10, Props as Props$20 } from "@zag-js/tags-input";
|
|
25
|
+
import { Api as Api$21, Options, Props as Props$21, Store, createStore as createToaster } from "@zag-js/toast";
|
|
26
|
+
import { Api as Api$22, ItemProps as ItemProps$11, Props as Props$22 } from "@zag-js/toggle-group";
|
|
27
|
+
import { Api as Api$23, Props as Props$23 } from "@zag-js/tooltip";
|
|
28
|
+
import { Api as Api$24, NodeProps, Props as Props$24, TreeNode, collection as createTreeViewCollection } from "@zag-js/tree-view";
|
|
29
29
|
import { CollectionItem, CollectionOptions, ListCollection } from "@zag-js/collection";
|
|
30
30
|
|
|
31
31
|
//#region src/internal/html-attributes.d.ts
|
|
@@ -43,19 +43,19 @@ interface PropsWithElement<T extends keyof JSX.IntrinsicElements> {
|
|
|
43
43
|
//#endregion
|
|
44
44
|
//#region src/components/accordion/anatomy/item-content.d.ts
|
|
45
45
|
interface AccordionItemContentProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
46
|
-
declare function ItemContent(props: AccordionItemContentProps):
|
|
46
|
+
declare function ItemContent(props: AccordionItemContentProps): react_jsx_runtime140.JSX.Element;
|
|
47
47
|
//#endregion
|
|
48
48
|
//#region src/components/accordion/anatomy/item-indicator.d.ts
|
|
49
49
|
interface AccordionItemIndicatorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
50
|
-
declare function ItemIndicator$3(props: AccordionItemIndicatorProps):
|
|
50
|
+
declare function ItemIndicator$3(props: AccordionItemIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
51
51
|
//#endregion
|
|
52
52
|
//#region src/components/accordion/anatomy/item.d.ts
|
|
53
53
|
interface AccordionItemProps extends ItemProps, PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
54
|
-
declare function Item$
|
|
54
|
+
declare function Item$12(props: AccordionItemProps): react_jsx_runtime140.JSX.Element;
|
|
55
55
|
//#endregion
|
|
56
56
|
//#region src/components/accordion/anatomy/root.d.ts
|
|
57
57
|
interface AccordionRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
58
|
-
declare function Root$
|
|
58
|
+
declare function Root$19(props: AccordionRootProps): react_jsx_runtime140.JSX.Element;
|
|
59
59
|
//#endregion
|
|
60
60
|
//#region src/components/accordion/modules/provider.d.ts
|
|
61
61
|
declare function useAccordion(props?: Omit<Props, 'id'>): Api<PropTypes>;
|
|
@@ -64,23 +64,23 @@ declare function useAccordion(props?: Omit<Props, 'id'>): Api<PropTypes>;
|
|
|
64
64
|
interface AccordionRootContextProps {
|
|
65
65
|
children: (accordion: ReturnType<typeof useAccordion>) => ReactNode;
|
|
66
66
|
}
|
|
67
|
-
declare function RootContext$
|
|
67
|
+
declare function RootContext$24(props: AccordionRootContextProps): ReactNode;
|
|
68
68
|
//#endregion
|
|
69
69
|
//#region src/components/accordion/anatomy/root-provider.d.ts
|
|
70
70
|
interface AccordionRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
71
71
|
value: ReturnType<typeof useAccordion>;
|
|
72
72
|
}
|
|
73
|
-
declare function RootProvider$
|
|
73
|
+
declare function RootProvider$18(props: AccordionRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
74
74
|
//#endregion
|
|
75
75
|
//#region src/components/accordion/anatomy/item-trigger.d.ts
|
|
76
76
|
interface AccordionItemTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
77
|
-
declare function ItemTrigger(props: AccordionItemTriggerProps):
|
|
77
|
+
declare function ItemTrigger(props: AccordionItemTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
78
78
|
//#endregion
|
|
79
79
|
//#region src/components/accordion/modules/anatomy.d.ts
|
|
80
|
-
declare const Accordion: typeof Root$
|
|
81
|
-
Provider: typeof RootProvider$
|
|
82
|
-
Context: typeof RootContext$
|
|
83
|
-
Item: typeof Item$
|
|
80
|
+
declare const Accordion: typeof Root$19 & {
|
|
81
|
+
Provider: typeof RootProvider$18;
|
|
82
|
+
Context: typeof RootContext$24;
|
|
83
|
+
Item: typeof Item$12;
|
|
84
84
|
ItemTrigger: typeof ItemTrigger;
|
|
85
85
|
ItemIndicator: typeof ItemIndicator$3;
|
|
86
86
|
ItemContent: typeof ItemContent;
|
|
@@ -88,23 +88,23 @@ declare const Accordion: typeof Root$18 & {
|
|
|
88
88
|
//#endregion
|
|
89
89
|
//#region src/components/app-bar/anatomy/root.d.ts
|
|
90
90
|
interface AppBarRootProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
91
|
-
declare function AppBarRoot(props: AppBarRootProps):
|
|
91
|
+
declare function AppBarRoot(props: AppBarRootProps): react_jsx_runtime140.JSX.Element;
|
|
92
92
|
//#endregion
|
|
93
93
|
//#region src/components/app-bar/anatomy/toolbar.d.ts
|
|
94
94
|
interface AppBarToolbarProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
95
|
-
declare function AppBarToolbar(props: AppBarToolbarProps):
|
|
95
|
+
declare function AppBarToolbar(props: AppBarToolbarProps): react_jsx_runtime140.JSX.Element;
|
|
96
96
|
//#endregion
|
|
97
97
|
//#region src/components/app-bar/anatomy/lead.d.ts
|
|
98
98
|
interface AppBarLeadProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
99
|
-
declare function AppBarLead(props: AppBarLeadProps):
|
|
99
|
+
declare function AppBarLead(props: AppBarLeadProps): react_jsx_runtime140.JSX.Element;
|
|
100
100
|
//#endregion
|
|
101
101
|
//#region src/components/app-bar/anatomy/headline.d.ts
|
|
102
102
|
interface AppBarHeadlineProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
103
|
-
declare function AppBarHeadline(props: AppBarHeadlineProps):
|
|
103
|
+
declare function AppBarHeadline(props: AppBarHeadlineProps): react_jsx_runtime140.JSX.Element;
|
|
104
104
|
//#endregion
|
|
105
105
|
//#region src/components/app-bar/anatomy/trail.d.ts
|
|
106
106
|
interface AppBarTrailProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
107
|
-
declare function AppBarTrail(props: AppBarTrailProps):
|
|
107
|
+
declare function AppBarTrail(props: AppBarTrailProps): react_jsx_runtime140.JSX.Element;
|
|
108
108
|
//#endregion
|
|
109
109
|
//#region src/components/app-bar/modules/anatomy.d.ts
|
|
110
110
|
declare const AppBar: typeof AppBarRoot & {
|
|
@@ -116,15 +116,15 @@ declare const AppBar: typeof AppBarRoot & {
|
|
|
116
116
|
//#endregion
|
|
117
117
|
//#region src/components/avatar/anatomy/fallback.d.ts
|
|
118
118
|
interface AvatarFallbackProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
119
|
-
declare function Fallback(props: AvatarFallbackProps):
|
|
119
|
+
declare function Fallback(props: AvatarFallbackProps): react_jsx_runtime140.JSX.Element;
|
|
120
120
|
//#endregion
|
|
121
121
|
//#region src/components/avatar/anatomy/image.d.ts
|
|
122
122
|
interface AvatarImageProps extends PropsWithElement<'img'>, HTMLAttributes<'img', 'children'> {}
|
|
123
|
-
declare function Image(props: AvatarImageProps):
|
|
123
|
+
declare function Image(props: AvatarImageProps): react_jsx_runtime140.JSX.Element;
|
|
124
124
|
//#endregion
|
|
125
125
|
//#region src/components/avatar/anatomy/root.d.ts
|
|
126
126
|
interface AvatarRootProps extends Omit<Props$1, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
127
|
-
declare function AvatarRoot(props: AvatarRootProps):
|
|
127
|
+
declare function AvatarRoot(props: AvatarRootProps): react_jsx_runtime140.JSX.Element;
|
|
128
128
|
//#endregion
|
|
129
129
|
//#region src/components/avatar/modules/provider.d.ts
|
|
130
130
|
declare function useAvatar(props?: Omit<Props$1, 'id'>): Api$1<PropTypes>;
|
|
@@ -133,32 +133,104 @@ declare function useAvatar(props?: Omit<Props$1, 'id'>): Api$1<PropTypes>;
|
|
|
133
133
|
interface AvatarRootContextProps {
|
|
134
134
|
children: (avatar: ReturnType<typeof useAvatar>) => ReactNode;
|
|
135
135
|
}
|
|
136
|
-
declare function RootContext$
|
|
136
|
+
declare function RootContext$23(props: AvatarRootContextProps): ReactNode;
|
|
137
137
|
//#endregion
|
|
138
138
|
//#region src/components/avatar/anatomy/root-provider.d.ts
|
|
139
139
|
interface AvatarRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
140
140
|
value: ReturnType<typeof useAvatar>;
|
|
141
141
|
}
|
|
142
|
-
declare function AvatarRootProvider(props: AvatarRootProviderProps):
|
|
142
|
+
declare function AvatarRootProvider(props: AvatarRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
143
143
|
//#endregion
|
|
144
144
|
//#region src/components/avatar/modules/anatomy.d.ts
|
|
145
145
|
declare const Avatar: typeof AvatarRoot & {
|
|
146
146
|
Provider: typeof AvatarRootProvider;
|
|
147
|
-
Context: typeof RootContext$
|
|
147
|
+
Context: typeof RootContext$23;
|
|
148
148
|
Image: typeof Image;
|
|
149
149
|
Fallback: typeof Fallback;
|
|
150
150
|
};
|
|
151
151
|
//#endregion
|
|
152
|
+
//#region src/components/carousel/anatomy/autoplay-trigger.d.ts
|
|
153
|
+
interface CarouselAutoplayTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
154
|
+
declare function AutoplayTrigger(props: CarouselAutoplayTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
155
|
+
//#endregion
|
|
156
|
+
//#region src/components/carousel/anatomy/control.d.ts
|
|
157
|
+
interface CarouselControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
158
|
+
declare function Control$8(props: CarouselControlProps): react_jsx_runtime140.JSX.Element;
|
|
159
|
+
//#endregion
|
|
160
|
+
//#region src/components/carousel/anatomy/indicator-group.d.ts
|
|
161
|
+
interface CarouselIndicatorGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
162
|
+
declare function IndicatorGroup(props: CarouselIndicatorGroupProps): react_jsx_runtime140.JSX.Element;
|
|
163
|
+
//#endregion
|
|
164
|
+
//#region src/components/carousel/anatomy/indicator.d.ts
|
|
165
|
+
interface CarouselIndicatorProps extends IndicatorProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
166
|
+
declare function Indicator$5(props: CarouselIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
167
|
+
//#endregion
|
|
168
|
+
//#region src/components/carousel/anatomy/item-group.d.ts
|
|
169
|
+
interface CarouselItemGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
170
|
+
declare function ItemGroup$4(props: CarouselItemGroupProps): react_jsx_runtime140.JSX.Element;
|
|
171
|
+
//#endregion
|
|
172
|
+
//#region src/components/carousel/anatomy/item.d.ts
|
|
173
|
+
interface CarouselItemProps extends ItemProps$1, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
174
|
+
declare function Item$11(props: CarouselItemProps): react_jsx_runtime140.JSX.Element;
|
|
175
|
+
//#endregion
|
|
176
|
+
//#region src/components/carousel/anatomy/next-trigger.d.ts
|
|
177
|
+
interface CarouselNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
178
|
+
declare function NextTrigger$3(props: CarouselNextTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
179
|
+
//#endregion
|
|
180
|
+
//#region src/components/carousel/anatomy/prev-trigger.d.ts
|
|
181
|
+
interface CarouselPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
182
|
+
declare function PrevTrigger$3(props: CarouselPrevTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
183
|
+
//#endregion
|
|
184
|
+
//#region src/components/carousel/anatomy/progress-text.d.ts
|
|
185
|
+
interface CarouselProgressTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
186
|
+
declare function ProgressText(props: CarouselProgressTextProps): react_jsx_runtime140.JSX.Element;
|
|
187
|
+
//#endregion
|
|
188
|
+
//#region src/components/carousel/anatomy/root.d.ts
|
|
189
|
+
interface CarouselRootProps extends Omit<Props$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
190
|
+
declare function Root$18(props: CarouselRootProps): react_jsx_runtime140.JSX.Element;
|
|
191
|
+
//#endregion
|
|
192
|
+
//#region src/components/carousel/modules/provider.d.ts
|
|
193
|
+
declare function useCarousel(props: Omit<Props$2, 'id'> & {
|
|
194
|
+
slideCount?: number;
|
|
195
|
+
}): Api$2<PropTypes>;
|
|
196
|
+
//#endregion
|
|
197
|
+
//#region src/components/carousel/anatomy/root-context.d.ts
|
|
198
|
+
interface CarouselRootContextProps {
|
|
199
|
+
children: (carousel: ReturnType<typeof useCarousel>) => ReactNode;
|
|
200
|
+
}
|
|
201
|
+
declare function RootContext$22(props: CarouselRootContextProps): ReactNode;
|
|
202
|
+
//#endregion
|
|
203
|
+
//#region src/components/carousel/anatomy/root-provider.d.ts
|
|
204
|
+
interface CarouselRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
205
|
+
value: ReturnType<typeof useCarousel>;
|
|
206
|
+
}
|
|
207
|
+
declare function RootProvider$17(props: CarouselRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
208
|
+
//#endregion
|
|
209
|
+
//#region src/components/carousel/modules/anatomy.d.ts
|
|
210
|
+
declare const Carousel: typeof Root$18 & {
|
|
211
|
+
Provider: typeof RootProvider$17;
|
|
212
|
+
Context: typeof RootContext$22;
|
|
213
|
+
Control: typeof Control$8;
|
|
214
|
+
ItemGroup: typeof ItemGroup$4;
|
|
215
|
+
Item: typeof Item$11;
|
|
216
|
+
PrevTrigger: typeof PrevTrigger$3;
|
|
217
|
+
NextTrigger: typeof NextTrigger$3;
|
|
218
|
+
AutoplayTrigger: typeof AutoplayTrigger;
|
|
219
|
+
IndicatorGroup: typeof IndicatorGroup;
|
|
220
|
+
Indicator: typeof Indicator$5;
|
|
221
|
+
ProgressText: typeof ProgressText;
|
|
222
|
+
};
|
|
223
|
+
//#endregion
|
|
152
224
|
//#region src/components/collapsible/anatomy/content.d.ts
|
|
153
225
|
interface CollapsibleContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
154
|
-
declare function Content$10(props: CollapsibleContentProps):
|
|
226
|
+
declare function Content$10(props: CollapsibleContentProps): react_jsx_runtime140.JSX.Element;
|
|
155
227
|
//#endregion
|
|
156
228
|
//#region src/components/collapsible/anatomy/root.d.ts
|
|
157
|
-
interface CollapsibleRootProps extends Omit<Props$
|
|
158
|
-
declare function CollapsibleRoot(props: CollapsibleRootProps):
|
|
229
|
+
interface CollapsibleRootProps extends Omit<Props$3, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
230
|
+
declare function CollapsibleRoot(props: CollapsibleRootProps): react_jsx_runtime140.JSX.Element;
|
|
159
231
|
//#endregion
|
|
160
232
|
//#region src/components/collapsible/modules/provider.d.ts
|
|
161
|
-
declare function useCollapsible(props?: Omit<Props$
|
|
233
|
+
declare function useCollapsible(props?: Omit<Props$3, 'id'>): Api$3<PropTypes>;
|
|
162
234
|
//#endregion
|
|
163
235
|
//#region src/components/collapsible/anatomy/root-context.d.ts
|
|
164
236
|
interface CollapsibleRootContextProps {
|
|
@@ -170,15 +242,15 @@ declare function RootContext$21(props: CollapsibleRootContextProps): ReactNode;
|
|
|
170
242
|
interface CollapsibleRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
171
243
|
value: ReturnType<typeof useCollapsible>;
|
|
172
244
|
}
|
|
173
|
-
declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps):
|
|
245
|
+
declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
174
246
|
//#endregion
|
|
175
247
|
//#region src/components/collapsible/anatomy/trigger.d.ts
|
|
176
248
|
interface CollapsibleTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
177
|
-
declare function Trigger$10(props: CollapsibleTriggerProps):
|
|
249
|
+
declare function Trigger$10(props: CollapsibleTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
178
250
|
//#endregion
|
|
179
251
|
//#region src/components/collapsible/anatomy/indicator.d.ts
|
|
180
252
|
interface CollapsibleIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
181
|
-
declare function Indicator$4(props: CollapsibleIndicatorProps):
|
|
253
|
+
declare function Indicator$4(props: CollapsibleIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
182
254
|
//#endregion
|
|
183
255
|
//#region src/components/collapsible/modules/anatomy.d.ts
|
|
184
256
|
declare const Collapsible: typeof CollapsibleRoot & {
|
|
@@ -191,54 +263,54 @@ declare const Collapsible: typeof CollapsibleRoot & {
|
|
|
191
263
|
//#endregion
|
|
192
264
|
//#region src/components/combobox/anatomy/clear-trigger.d.ts
|
|
193
265
|
interface ComboboxClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
194
|
-
declare function ClearTrigger$2(props: ComboboxClearTriggerProps):
|
|
266
|
+
declare function ClearTrigger$2(props: ComboboxClearTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
195
267
|
//#endregion
|
|
196
268
|
//#region src/components/combobox/anatomy/content.d.ts
|
|
197
269
|
interface ComboboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
198
|
-
declare function Content$9(props: ComboboxContentProps):
|
|
270
|
+
declare function Content$9(props: ComboboxContentProps): react_jsx_runtime140.JSX.Element;
|
|
199
271
|
//#endregion
|
|
200
272
|
//#region src/components/combobox/anatomy/control.d.ts
|
|
201
273
|
interface ComboboxControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
202
|
-
declare function Control$7(props: ComboboxControlProps):
|
|
274
|
+
declare function Control$7(props: ComboboxControlProps): react_jsx_runtime140.JSX.Element;
|
|
203
275
|
//#endregion
|
|
204
276
|
//#region src/components/combobox/anatomy/input.d.ts
|
|
205
277
|
interface ComboboxInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
206
|
-
declare function Input$3(props: ComboboxInputProps):
|
|
278
|
+
declare function Input$3(props: ComboboxInputProps): react_jsx_runtime140.JSX.Element;
|
|
207
279
|
//#endregion
|
|
208
280
|
//#region src/components/combobox/anatomy/item.d.ts
|
|
209
|
-
interface ComboboxItemProps extends ItemProps$
|
|
210
|
-
declare function Item$10(props: ComboboxItemProps):
|
|
281
|
+
interface ComboboxItemProps extends ItemProps$2, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
282
|
+
declare function Item$10(props: ComboboxItemProps): react_jsx_runtime140.JSX.Element;
|
|
211
283
|
//#endregion
|
|
212
284
|
//#region src/components/combobox/anatomy/item-group.d.ts
|
|
213
285
|
interface ComboboxItemGroupProps extends Omit<ItemGroupProps, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id'> {}
|
|
214
|
-
declare function ItemGroup$3(props: ComboboxItemGroupProps):
|
|
286
|
+
declare function ItemGroup$3(props: ComboboxItemGroupProps): react_jsx_runtime140.JSX.Element;
|
|
215
287
|
//#endregion
|
|
216
288
|
//#region src/components/combobox/anatomy/item-group-label.d.ts
|
|
217
289
|
interface ComboboxItemGroupLabelProps extends Omit<ItemGroupLabelProps, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
218
|
-
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps):
|
|
290
|
+
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps): react_jsx_runtime140.JSX.Element;
|
|
219
291
|
//#endregion
|
|
220
292
|
//#region src/components/combobox/anatomy/item-indicator.d.ts
|
|
221
293
|
interface ComboboxItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
222
|
-
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps):
|
|
294
|
+
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
223
295
|
//#endregion
|
|
224
296
|
//#region src/components/combobox/anatomy/item-text.d.ts
|
|
225
297
|
interface ComboboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
226
|
-
declare function ItemText$4(props: ComboboxItemTextProps):
|
|
298
|
+
declare function ItemText$4(props: ComboboxItemTextProps): react_jsx_runtime140.JSX.Element;
|
|
227
299
|
//#endregion
|
|
228
300
|
//#region src/components/combobox/anatomy/label.d.ts
|
|
229
301
|
interface ComboboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
230
|
-
declare function Label$10(props: ComboboxLabelProps):
|
|
302
|
+
declare function Label$10(props: ComboboxLabelProps): react_jsx_runtime140.JSX.Element;
|
|
231
303
|
//#endregion
|
|
232
304
|
//#region src/components/combobox/anatomy/positioner.d.ts
|
|
233
305
|
interface ComboboxPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
234
|
-
declare function Positioner$6(props: ComboboxPositionerProps):
|
|
306
|
+
declare function Positioner$6(props: ComboboxPositionerProps): react_jsx_runtime140.JSX.Element;
|
|
235
307
|
//#endregion
|
|
236
308
|
//#region src/components/combobox/anatomy/root.d.ts
|
|
237
|
-
interface ComboboxRootProps extends Omit<Props$
|
|
238
|
-
declare function Root$17(props: ComboboxRootProps):
|
|
309
|
+
interface ComboboxRootProps extends Omit<Props$4, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
310
|
+
declare function Root$17(props: ComboboxRootProps): react_jsx_runtime140.JSX.Element;
|
|
239
311
|
//#endregion
|
|
240
312
|
//#region src/components/combobox/modules/provider.d.ts
|
|
241
|
-
declare function useCombobox(props?: Omit<Props$
|
|
313
|
+
declare function useCombobox(props?: Omit<Props$4, 'id'>): Api$4<PropTypes>;
|
|
242
314
|
//#endregion
|
|
243
315
|
//#region src/components/combobox/anatomy/root-context.d.ts
|
|
244
316
|
interface ComboboxRootContextProps {
|
|
@@ -250,11 +322,11 @@ declare function RootContext$20(props: ComboboxRootContextProps): ReactNode;
|
|
|
250
322
|
interface ComboboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
251
323
|
value: ReturnType<typeof useCombobox>;
|
|
252
324
|
}
|
|
253
|
-
declare function RootProvider$16(props: ComboboxRootProviderProps):
|
|
325
|
+
declare function RootProvider$16(props: ComboboxRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
254
326
|
//#endregion
|
|
255
327
|
//#region src/components/combobox/anatomy/trigger.d.ts
|
|
256
328
|
interface ComboboxTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
257
|
-
declare function Trigger$9(props: ComboboxTriggerProps):
|
|
329
|
+
declare function Trigger$9(props: ComboboxTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
258
330
|
//#endregion
|
|
259
331
|
//#region src/components/combobox/modules/anatomy.d.ts
|
|
260
332
|
declare const Combobox: typeof Root$17 & {
|
|
@@ -276,50 +348,50 @@ declare const Combobox: typeof Root$17 & {
|
|
|
276
348
|
//#endregion
|
|
277
349
|
//#region src/components/date-picker/anatomy/content.d.ts
|
|
278
350
|
interface DatePickerContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
279
|
-
declare function Content$8(props: DatePickerContentProps):
|
|
351
|
+
declare function Content$8(props: DatePickerContentProps): react_jsx_runtime140.JSX.Element;
|
|
280
352
|
//#endregion
|
|
281
353
|
//#region src/components/date-picker/anatomy/control.d.ts
|
|
282
354
|
interface DatePickerControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
283
|
-
declare function Control$6(props: DatePickerControlProps):
|
|
355
|
+
declare function Control$6(props: DatePickerControlProps): react_jsx_runtime140.JSX.Element;
|
|
284
356
|
//#endregion
|
|
285
357
|
//#region src/components/date-picker/anatomy/input.d.ts
|
|
286
358
|
interface DatePickerInputProps extends InputProps, PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
287
|
-
declare function Input$2(props: DatePickerInputProps):
|
|
359
|
+
declare function Input$2(props: DatePickerInputProps): react_jsx_runtime140.JSX.Element;
|
|
288
360
|
//#endregion
|
|
289
361
|
//#region src/components/date-picker/anatomy/label.d.ts
|
|
290
362
|
interface DatePickerLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
291
|
-
declare function Label$9(props: DatePickerLabelProps):
|
|
363
|
+
declare function Label$9(props: DatePickerLabelProps): react_jsx_runtime140.JSX.Element;
|
|
292
364
|
//#endregion
|
|
293
365
|
//#region src/components/date-picker/anatomy/month-select.d.ts
|
|
294
366
|
interface DatePickerMonthSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
295
|
-
declare function MonthSelect(props: DatePickerMonthSelectProps):
|
|
367
|
+
declare function MonthSelect(props: DatePickerMonthSelectProps): react_jsx_runtime140.JSX.Element;
|
|
296
368
|
//#endregion
|
|
297
369
|
//#region src/components/date-picker/anatomy/next-trigger.d.ts
|
|
298
370
|
interface DatePickerNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
299
|
-
declare function NextTrigger$2(props: DatePickerNextTriggerProps):
|
|
371
|
+
declare function NextTrigger$2(props: DatePickerNextTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
300
372
|
//#endregion
|
|
301
373
|
//#region src/components/date-picker/anatomy/positioner.d.ts
|
|
302
374
|
interface DatePickerPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
303
|
-
declare function Positioner$5(props: DatePickerPositionerProps):
|
|
375
|
+
declare function Positioner$5(props: DatePickerPositionerProps): react_jsx_runtime140.JSX.Element;
|
|
304
376
|
//#endregion
|
|
305
377
|
//#region src/components/date-picker/anatomy/preset-trigger.d.ts
|
|
306
378
|
interface DatePickerPresetTriggerProps extends PresetTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
307
|
-
declare function PresetTrigger(props: DatePickerPresetTriggerProps):
|
|
379
|
+
declare function PresetTrigger(props: DatePickerPresetTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
308
380
|
//#endregion
|
|
309
381
|
//#region src/components/date-picker/anatomy/prev-trigger.d.ts
|
|
310
382
|
interface DatePickerPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
311
|
-
declare function PrevTrigger$2(props: DatePickerPrevTriggerProps):
|
|
383
|
+
declare function PrevTrigger$2(props: DatePickerPrevTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
312
384
|
//#endregion
|
|
313
385
|
//#region src/components/date-picker/anatomy/range-text.d.ts
|
|
314
386
|
interface DatePickerRangeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
315
|
-
declare function RangeText(props: DatePickerRangeTextProps):
|
|
387
|
+
declare function RangeText(props: DatePickerRangeTextProps): react_jsx_runtime140.JSX.Element;
|
|
316
388
|
//#endregion
|
|
317
389
|
//#region src/components/date-picker/anatomy/root.d.ts
|
|
318
|
-
interface DatePickerRootProps extends Omit<Props$
|
|
319
|
-
declare function Root$16(props: DatePickerRootProps):
|
|
390
|
+
interface DatePickerRootProps extends Omit<Props$5, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
391
|
+
declare function Root$16(props: DatePickerRootProps): react_jsx_runtime140.JSX.Element;
|
|
320
392
|
//#endregion
|
|
321
393
|
//#region src/components/date-picker/modules/provider.d.ts
|
|
322
|
-
declare function useDatePicker(props?: Omit<Props$
|
|
394
|
+
declare function useDatePicker(props?: Omit<Props$5, 'id'>): Api$5<PropTypes>;
|
|
323
395
|
//#endregion
|
|
324
396
|
//#region src/components/date-picker/anatomy/root-context.d.ts
|
|
325
397
|
interface DatePickerRootContextProps {
|
|
@@ -331,58 +403,58 @@ declare function RootContext$19(props: DatePickerRootContextProps): ReactNode;
|
|
|
331
403
|
interface DatePickerRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
332
404
|
value: ReturnType<typeof useDatePicker>;
|
|
333
405
|
}
|
|
334
|
-
declare function RootProvider$15(props: DatePickerRootProviderProps):
|
|
406
|
+
declare function RootProvider$15(props: DatePickerRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
335
407
|
//#endregion
|
|
336
408
|
//#region src/components/date-picker/anatomy/table.d.ts
|
|
337
409
|
interface DatePickerTableProps extends PropsWithElement<'table'>, HTMLAttributes<'table'> {}
|
|
338
|
-
declare function Table(props: DatePickerTableProps):
|
|
410
|
+
declare function Table(props: DatePickerTableProps): react_jsx_runtime140.JSX.Element;
|
|
339
411
|
//#endregion
|
|
340
412
|
//#region src/components/date-picker/anatomy/table-body.d.ts
|
|
341
413
|
interface DatePickerTableBodyProps extends PropsWithElement<'tbody'>, HTMLAttributes<'tbody'> {}
|
|
342
|
-
declare function TableBody(props: DatePickerTableBodyProps):
|
|
414
|
+
declare function TableBody(props: DatePickerTableBodyProps): react_jsx_runtime140.JSX.Element;
|
|
343
415
|
//#endregion
|
|
344
416
|
//#region src/internal/union.d.ts
|
|
345
417
|
type Union<T, U> = { [K in keyof T]: K extends keyof U ? U[K] | T[K] : T[K] } & Omit<U, keyof T>;
|
|
346
418
|
//#endregion
|
|
347
419
|
//#region src/components/date-picker/anatomy/table-cell.d.ts
|
|
348
420
|
interface DatePickerTableCellProps extends Union<TableCellProps, DayTableCellProps>, PropsWithElement<'td'>, HTMLAttributes<'td'> {}
|
|
349
|
-
declare function TableCell(props: DatePickerTableCellProps):
|
|
421
|
+
declare function TableCell(props: DatePickerTableCellProps): react_jsx_runtime140.JSX.Element;
|
|
350
422
|
//#endregion
|
|
351
423
|
//#region src/components/date-picker/anatomy/table-cell-trigger.d.ts
|
|
352
424
|
interface DatePickerTableCellTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
353
|
-
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps):
|
|
425
|
+
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
354
426
|
//#endregion
|
|
355
427
|
//#region src/components/date-picker/anatomy/table-head.d.ts
|
|
356
428
|
interface DatePickerTableHeadProps extends PropsWithElement<'thead'>, HTMLAttributes<'thead'> {}
|
|
357
|
-
declare function TableHead(props: DatePickerTableHeadProps):
|
|
429
|
+
declare function TableHead(props: DatePickerTableHeadProps): react_jsx_runtime140.JSX.Element;
|
|
358
430
|
//#endregion
|
|
359
431
|
//#region src/components/date-picker/anatomy/table-header.d.ts
|
|
360
432
|
interface DatePickerTableHeaderProps extends PropsWithElement<'th'>, HTMLAttributes<'th'> {}
|
|
361
|
-
declare function TableHeader(props: DatePickerTableHeaderProps):
|
|
433
|
+
declare function TableHeader(props: DatePickerTableHeaderProps): react_jsx_runtime140.JSX.Element;
|
|
362
434
|
//#endregion
|
|
363
435
|
//#region src/components/date-picker/anatomy/table-row.d.ts
|
|
364
436
|
interface DatePickerTableRowProps extends PropsWithElement<'tr'>, HTMLAttributes<'tr'> {}
|
|
365
|
-
declare function TableRow(props: DatePickerTableRowProps):
|
|
437
|
+
declare function TableRow(props: DatePickerTableRowProps): react_jsx_runtime140.JSX.Element;
|
|
366
438
|
//#endregion
|
|
367
439
|
//#region src/components/date-picker/anatomy/trigger.d.ts
|
|
368
440
|
interface DatePickerTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
369
|
-
declare function Trigger$8(props: DatePickerTriggerProps):
|
|
441
|
+
declare function Trigger$8(props: DatePickerTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
370
442
|
//#endregion
|
|
371
443
|
//#region src/components/date-picker/anatomy/view.d.ts
|
|
372
444
|
interface DatePickerViewProps extends ViewProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
373
|
-
declare function View(props: DatePickerViewProps):
|
|
445
|
+
declare function View(props: DatePickerViewProps): react_jsx_runtime140.JSX.Element;
|
|
374
446
|
//#endregion
|
|
375
447
|
//#region src/components/date-picker/anatomy/view-control.d.ts
|
|
376
448
|
interface DatePickerViewControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
377
|
-
declare function ViewControl(props: DatePickerViewControlProps):
|
|
449
|
+
declare function ViewControl(props: DatePickerViewControlProps): react_jsx_runtime140.JSX.Element;
|
|
378
450
|
//#endregion
|
|
379
451
|
//#region src/components/date-picker/anatomy/view-trigger.d.ts
|
|
380
452
|
interface DatePickerViewTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
381
|
-
declare function ViewTrigger(props: DatePickerViewTriggerProps):
|
|
453
|
+
declare function ViewTrigger(props: DatePickerViewTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
382
454
|
//#endregion
|
|
383
455
|
//#region src/components/date-picker/anatomy/year-select.d.ts
|
|
384
456
|
interface DatePickerYearSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
385
|
-
declare function YearSelect(props: DatePickerYearSelectProps):
|
|
457
|
+
declare function YearSelect(props: DatePickerYearSelectProps): react_jsx_runtime140.JSX.Element;
|
|
386
458
|
//#endregion
|
|
387
459
|
//#region src/components/date-picker/modules/anatomy.d.ts
|
|
388
460
|
declare const DatePicker: typeof Root$16 & {
|
|
@@ -414,30 +486,30 @@ declare const DatePicker: typeof Root$16 & {
|
|
|
414
486
|
//#endregion
|
|
415
487
|
//#region src/components/dialog/anatomy/backdrop.d.ts
|
|
416
488
|
interface DialogBackdropProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
417
|
-
declare function Backdrop(props: DialogBackdropProps):
|
|
489
|
+
declare function Backdrop(props: DialogBackdropProps): react_jsx_runtime140.JSX.Element;
|
|
418
490
|
//#endregion
|
|
419
491
|
//#region src/components/dialog/anatomy/close-trigger.d.ts
|
|
420
492
|
interface DialogCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
421
|
-
declare function CloseTrigger$3(props: DialogCloseTriggerProps):
|
|
493
|
+
declare function CloseTrigger$3(props: DialogCloseTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
422
494
|
//#endregion
|
|
423
495
|
//#region src/components/dialog/anatomy/content.d.ts
|
|
424
496
|
interface DialogContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
425
|
-
declare function Content$7(props: DialogContentProps):
|
|
497
|
+
declare function Content$7(props: DialogContentProps): react_jsx_runtime140.JSX.Element;
|
|
426
498
|
//#endregion
|
|
427
499
|
//#region src/components/dialog/anatomy/description.d.ts
|
|
428
500
|
interface DialogDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
429
|
-
declare function Description$2(props: DialogDescriptionProps):
|
|
501
|
+
declare function Description$2(props: DialogDescriptionProps): react_jsx_runtime140.JSX.Element;
|
|
430
502
|
//#endregion
|
|
431
503
|
//#region src/components/dialog/anatomy/positioner.d.ts
|
|
432
504
|
interface DialogPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
433
|
-
declare function Positioner$4(props: DialogPositionerProps):
|
|
505
|
+
declare function Positioner$4(props: DialogPositionerProps): react_jsx_runtime140.JSX.Element;
|
|
434
506
|
//#endregion
|
|
435
507
|
//#region src/components/dialog/anatomy/root.d.ts
|
|
436
|
-
interface DialogRootProps extends PropsWithChildren, Omit<Props$
|
|
437
|
-
declare function Root$15(props: DialogRootProps):
|
|
508
|
+
interface DialogRootProps extends PropsWithChildren, Omit<Props$6, 'id'> {}
|
|
509
|
+
declare function Root$15(props: DialogRootProps): react_jsx_runtime140.JSX.Element;
|
|
438
510
|
//#endregion
|
|
439
511
|
//#region src/components/dialog/modules/provider.d.ts
|
|
440
|
-
declare function useDialog(props?: Omit<Props$
|
|
512
|
+
declare function useDialog(props?: Omit<Props$6, 'id'>): Api$6<PropTypes>;
|
|
441
513
|
//#endregion
|
|
442
514
|
//#region src/components/dialog/anatomy/root-context.d.ts
|
|
443
515
|
interface DialogRootContextProps {
|
|
@@ -449,15 +521,15 @@ declare function RootContext$18(props: DialogRootContextProps): ReactNode;
|
|
|
449
521
|
interface DialogRootProviderProps extends PropsWithChildren {
|
|
450
522
|
value: ReturnType<typeof useDialog>;
|
|
451
523
|
}
|
|
452
|
-
declare function RootProvider$14(props: DialogRootProviderProps):
|
|
524
|
+
declare function RootProvider$14(props: DialogRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
453
525
|
//#endregion
|
|
454
526
|
//#region src/components/dialog/anatomy/title.d.ts
|
|
455
527
|
interface DialogTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
456
|
-
declare function Title$3(props: DialogTitleProps):
|
|
528
|
+
declare function Title$3(props: DialogTitleProps): react_jsx_runtime140.JSX.Element;
|
|
457
529
|
//#endregion
|
|
458
530
|
//#region src/components/dialog/anatomy/trigger.d.ts
|
|
459
531
|
interface DialogTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
460
|
-
declare function Trigger$7(props: DialogTriggerProps):
|
|
532
|
+
declare function Trigger$7(props: DialogTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
461
533
|
//#endregion
|
|
462
534
|
//#region src/components/dialog/modules/anatomy.d.ts
|
|
463
535
|
declare const Dialog: typeof Root$15 & {
|
|
@@ -474,46 +546,46 @@ declare const Dialog: typeof Root$15 & {
|
|
|
474
546
|
//#endregion
|
|
475
547
|
//#region src/components/file-upload/anatomy/clear-trigger.d.ts
|
|
476
548
|
interface FileUploadClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
477
|
-
declare function ClearTrigger$1(props: FileUploadClearTriggerProps):
|
|
549
|
+
declare function ClearTrigger$1(props: FileUploadClearTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
478
550
|
//#endregion
|
|
479
551
|
//#region src/components/file-upload/anatomy/dropzone.d.ts
|
|
480
552
|
interface FileUploadDropzoneProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
481
|
-
declare function Dropzone(props: FileUploadDropzoneProps):
|
|
553
|
+
declare function Dropzone(props: FileUploadDropzoneProps): react_jsx_runtime140.JSX.Element;
|
|
482
554
|
//#endregion
|
|
483
555
|
//#region src/components/file-upload/anatomy/hidden-input.d.ts
|
|
484
556
|
interface FileUploadHiddenInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
485
|
-
declare function HiddenInput$4(props: FileUploadHiddenInputProps):
|
|
557
|
+
declare function HiddenInput$4(props: FileUploadHiddenInputProps): react_jsx_runtime140.JSX.Element;
|
|
486
558
|
//#endregion
|
|
487
559
|
//#region src/components/file-upload/anatomy/item.d.ts
|
|
488
|
-
interface FileUploadItemProps extends ItemProps$
|
|
489
|
-
declare function Item$9(props: FileUploadItemProps):
|
|
560
|
+
interface FileUploadItemProps extends ItemProps$3, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
561
|
+
declare function Item$9(props: FileUploadItemProps): react_jsx_runtime140.JSX.Element;
|
|
490
562
|
//#endregion
|
|
491
563
|
//#region src/components/file-upload/anatomy/item-delete-trigger.d.ts
|
|
492
564
|
interface FileUploadItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
493
|
-
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps):
|
|
565
|
+
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
494
566
|
//#endregion
|
|
495
567
|
//#region src/components/file-upload/anatomy/item-group.d.ts
|
|
496
568
|
interface FileUploadItemGroupProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
497
|
-
declare function ItemGroup$2(props: FileUploadItemGroupProps):
|
|
569
|
+
declare function ItemGroup$2(props: FileUploadItemGroupProps): react_jsx_runtime140.JSX.Element;
|
|
498
570
|
//#endregion
|
|
499
571
|
//#region src/components/file-upload/anatomy/item-name.d.ts
|
|
500
572
|
interface FileUploadItemNameProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
501
|
-
declare function ItemName(props: FileUploadItemNameProps):
|
|
573
|
+
declare function ItemName(props: FileUploadItemNameProps): react_jsx_runtime140.JSX.Element;
|
|
502
574
|
//#endregion
|
|
503
575
|
//#region src/components/file-upload/anatomy/item-size-text.d.ts
|
|
504
576
|
interface FileUploadItemSizeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
505
|
-
declare function ItemSizeText(props: FileUploadItemSizeTextProps):
|
|
577
|
+
declare function ItemSizeText(props: FileUploadItemSizeTextProps): react_jsx_runtime140.JSX.Element;
|
|
506
578
|
//#endregion
|
|
507
579
|
//#region src/components/file-upload/anatomy/label.d.ts
|
|
508
580
|
interface FileUploadLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
509
|
-
declare function Label$8(props: FileUploadLabelProps):
|
|
581
|
+
declare function Label$8(props: FileUploadLabelProps): react_jsx_runtime140.JSX.Element;
|
|
510
582
|
//#endregion
|
|
511
583
|
//#region src/components/file-upload/anatomy/root.d.ts
|
|
512
|
-
interface FileUploadRootProps extends Omit<Props$
|
|
513
|
-
declare function Root$14(props: FileUploadRootProps):
|
|
584
|
+
interface FileUploadRootProps extends Omit<Props$7, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {}
|
|
585
|
+
declare function Root$14(props: FileUploadRootProps): react_jsx_runtime140.JSX.Element;
|
|
514
586
|
//#endregion
|
|
515
587
|
//#region src/components/file-upload/modules/provider.d.ts
|
|
516
|
-
declare function useFileUpload(props?: Omit<Props$
|
|
588
|
+
declare function useFileUpload(props?: Omit<Props$7, 'id'>): Api$7<PropTypes>;
|
|
517
589
|
//#endregion
|
|
518
590
|
//#region src/components/file-upload/anatomy/root-context.d.ts
|
|
519
591
|
interface FileUploadRootContextProps {
|
|
@@ -525,11 +597,11 @@ declare function RootContext$17(props: FileUploadRootContextProps): ReactNode;
|
|
|
525
597
|
interface FileUploadRootProviderProps extends PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {
|
|
526
598
|
value: ReturnType<typeof useFileUpload>;
|
|
527
599
|
}
|
|
528
|
-
declare function RootProvider$13(props: FileUploadRootProviderProps):
|
|
600
|
+
declare function RootProvider$13(props: FileUploadRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
529
601
|
//#endregion
|
|
530
602
|
//#region src/components/file-upload/anatomy/trigger.d.ts
|
|
531
603
|
interface FileUploadTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
532
|
-
declare function Trigger$6(props: FileUploadTriggerProps):
|
|
604
|
+
declare function Trigger$6(props: FileUploadTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
533
605
|
//#endregion
|
|
534
606
|
//#region src/components/file-upload/modules/anatomy.d.ts
|
|
535
607
|
declare const FileUpload: typeof Root$14 & {
|
|
@@ -549,42 +621,42 @@ declare const FileUpload: typeof Root$14 & {
|
|
|
549
621
|
//#endregion
|
|
550
622
|
//#region src/components/floating-panel/anatomy/body.d.ts
|
|
551
623
|
interface FloatingPanelBodyProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
552
|
-
declare function Body(props: FloatingPanelBodyProps):
|
|
624
|
+
declare function Body(props: FloatingPanelBodyProps): react_jsx_runtime140.JSX.Element;
|
|
553
625
|
//#endregion
|
|
554
626
|
//#region src/components/floating-panel/anatomy/close-trigger.d.ts
|
|
555
627
|
interface FloatingPanelCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
556
|
-
declare function CloseTrigger$2(props: FloatingPanelCloseTriggerProps):
|
|
628
|
+
declare function CloseTrigger$2(props: FloatingPanelCloseTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
557
629
|
//#endregion
|
|
558
630
|
//#region src/components/floating-panel/anatomy/content.d.ts
|
|
559
631
|
interface FloatingPanelContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
560
|
-
declare function Content$6(props: FloatingPanelContentProps):
|
|
632
|
+
declare function Content$6(props: FloatingPanelContentProps): react_jsx_runtime140.JSX.Element;
|
|
561
633
|
//#endregion
|
|
562
634
|
//#region src/components/floating-panel/anatomy/control.d.ts
|
|
563
635
|
interface FloatingPanelControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
564
|
-
declare function Control$5(props: FloatingPanelControlProps):
|
|
636
|
+
declare function Control$5(props: FloatingPanelControlProps): react_jsx_runtime140.JSX.Element;
|
|
565
637
|
//#endregion
|
|
566
638
|
//#region src/components/floating-panel/anatomy/drag-trigger.d.ts
|
|
567
639
|
interface FloatingPanelDragTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
568
|
-
declare function DragTrigger(props: FloatingPanelDragTriggerProps):
|
|
640
|
+
declare function DragTrigger(props: FloatingPanelDragTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
569
641
|
//#endregion
|
|
570
642
|
//#region src/components/floating-panel/anatomy/header.d.ts
|
|
571
643
|
interface FloatingPanelHeaderProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
572
|
-
declare function Header(props: FloatingPanelHeaderProps):
|
|
644
|
+
declare function Header(props: FloatingPanelHeaderProps): react_jsx_runtime140.JSX.Element;
|
|
573
645
|
//#endregion
|
|
574
646
|
//#region src/components/floating-panel/anatomy/positioner.d.ts
|
|
575
647
|
interface FloatingPanelPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
576
|
-
declare function Positioner$3(props: FloatingPanelPositionerProps):
|
|
648
|
+
declare function Positioner$3(props: FloatingPanelPositionerProps): react_jsx_runtime140.JSX.Element;
|
|
577
649
|
//#endregion
|
|
578
650
|
//#region src/components/floating-panel/anatomy/resize-trigger.d.ts
|
|
579
651
|
interface FloatingPanelResizeTriggerProps extends ResizeTriggerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
580
|
-
declare function ResizeTrigger(props: FloatingPanelResizeTriggerProps):
|
|
652
|
+
declare function ResizeTrigger(props: FloatingPanelResizeTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
581
653
|
//#endregion
|
|
582
654
|
//#region src/components/floating-panel/anatomy/root.d.ts
|
|
583
|
-
interface FloatingPanelRootProps extends PropsWithChildren, Omit<Props$
|
|
584
|
-
declare function Root$13(props: FloatingPanelRootProps):
|
|
655
|
+
interface FloatingPanelRootProps extends PropsWithChildren, Omit<Props$8, 'id'> {}
|
|
656
|
+
declare function Root$13(props: FloatingPanelRootProps): react_jsx_runtime140.JSX.Element;
|
|
585
657
|
//#endregion
|
|
586
658
|
//#region src/components/floating-panel/modules/provider.d.ts
|
|
587
|
-
declare function useFloatingPanel(props?: Omit<Props$
|
|
659
|
+
declare function useFloatingPanel(props?: Omit<Props$8, 'id'>): Api$8<PropTypes>;
|
|
588
660
|
//#endregion
|
|
589
661
|
//#region src/components/floating-panel/anatomy/root-context.d.ts
|
|
590
662
|
interface FloatingPanelRootContextProps {
|
|
@@ -596,19 +668,19 @@ declare function RootContext$16(props: FloatingPanelRootContextProps): ReactNode
|
|
|
596
668
|
interface FloatingPanelRootProviderProps extends PropsWithChildren {
|
|
597
669
|
value: ReturnType<typeof useFloatingPanel>;
|
|
598
670
|
}
|
|
599
|
-
declare function RootProvider$12(props: FloatingPanelRootProviderProps):
|
|
671
|
+
declare function RootProvider$12(props: FloatingPanelRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
600
672
|
//#endregion
|
|
601
673
|
//#region src/components/floating-panel/anatomy/stage-trigger.d.ts
|
|
602
674
|
interface FloatingPanelStageTriggerProps extends StageTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
603
|
-
declare function StageTrigger(props: FloatingPanelStageTriggerProps):
|
|
675
|
+
declare function StageTrigger(props: FloatingPanelStageTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
604
676
|
//#endregion
|
|
605
677
|
//#region src/components/floating-panel/anatomy/title.d.ts
|
|
606
678
|
interface FloatingPanelTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
607
|
-
declare function Title$2(props: FloatingPanelTitleProps):
|
|
679
|
+
declare function Title$2(props: FloatingPanelTitleProps): react_jsx_runtime140.JSX.Element;
|
|
608
680
|
//#endregion
|
|
609
681
|
//#region src/components/floating-panel/anatomy/trigger.d.ts
|
|
610
682
|
interface FloatingPanelTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
611
|
-
declare function Trigger$5(props: FloatingPanelTriggerProps):
|
|
683
|
+
declare function Trigger$5(props: FloatingPanelTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
612
684
|
//#endregion
|
|
613
685
|
//#region src/components/floating-panel/modules/anatomy.d.ts
|
|
614
686
|
declare const FloatingPanel: typeof Root$13 & {
|
|
@@ -628,35 +700,35 @@ declare const FloatingPanel: typeof Root$13 & {
|
|
|
628
700
|
};
|
|
629
701
|
//#endregion
|
|
630
702
|
//#region src/components/listbox/anatomy/root.d.ts
|
|
631
|
-
interface ListboxRootProps extends Omit<Props$
|
|
632
|
-
declare function Root$12(props: ListboxRootProps):
|
|
703
|
+
interface ListboxRootProps extends Omit<Props$9, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
704
|
+
declare function Root$12(props: ListboxRootProps): react_jsx_runtime140.JSX.Element;
|
|
633
705
|
//#endregion
|
|
634
706
|
//#region src/components/listbox/anatomy/item-group.d.ts
|
|
635
707
|
interface ListboxItemGroupProps extends Omit<ItemGroupProps$1, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id'> {}
|
|
636
|
-
declare function ItemGroup$1(props: ListboxItemGroupProps):
|
|
708
|
+
declare function ItemGroup$1(props: ListboxItemGroupProps): react_jsx_runtime140.JSX.Element;
|
|
637
709
|
//#endregion
|
|
638
710
|
//#region src/components/listbox/anatomy/item-group-label.d.ts
|
|
639
711
|
interface ListboxItemGroupLabelProps extends Omit<ItemGroupLabelProps$1, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
640
|
-
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps):
|
|
712
|
+
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps): react_jsx_runtime140.JSX.Element;
|
|
641
713
|
//#endregion
|
|
642
714
|
//#region src/components/listbox/anatomy/item.d.ts
|
|
643
|
-
interface ListboxItemProps extends ItemProps$
|
|
644
|
-
declare function Item$8(props: ListboxItemProps):
|
|
715
|
+
interface ListboxItemProps extends ItemProps$4, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
716
|
+
declare function Item$8(props: ListboxItemProps): react_jsx_runtime140.JSX.Element;
|
|
645
717
|
//#endregion
|
|
646
718
|
//#region src/components/listbox/anatomy/input.d.ts
|
|
647
719
|
interface ListboxInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
648
|
-
declare function Input$1(props: ListboxInputProps):
|
|
720
|
+
declare function Input$1(props: ListboxInputProps): react_jsx_runtime140.JSX.Element;
|
|
649
721
|
//#endregion
|
|
650
722
|
//#region src/components/listbox/anatomy/item-indicator.d.ts
|
|
651
723
|
interface ListboxItemIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
652
|
-
declare function ItemIndicator$1(props: ListboxItemIndicatorProps):
|
|
724
|
+
declare function ItemIndicator$1(props: ListboxItemIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
653
725
|
//#endregion
|
|
654
726
|
//#region src/components/listbox/anatomy/item-text.d.ts
|
|
655
727
|
interface ListboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
656
|
-
declare function ItemText$3(props: ListboxItemTextProps):
|
|
728
|
+
declare function ItemText$3(props: ListboxItemTextProps): react_jsx_runtime140.JSX.Element;
|
|
657
729
|
//#endregion
|
|
658
730
|
//#region src/components/listbox/modules/provider.d.ts
|
|
659
|
-
declare function useListbox(props: Omit<Props$
|
|
731
|
+
declare function useListbox(props: Omit<Props$9, 'id'>): Api$9<PropTypes>;
|
|
660
732
|
//#endregion
|
|
661
733
|
//#region src/components/listbox/anatomy/root-context.d.ts
|
|
662
734
|
interface ListboxRootContextProps {
|
|
@@ -668,15 +740,15 @@ declare function RootContext$15(props: ListboxRootContextProps): ReactNode;
|
|
|
668
740
|
interface ListboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
669
741
|
value: ReturnType<typeof useListbox>;
|
|
670
742
|
}
|
|
671
|
-
declare function RootProvider$11(props: ListboxRootProviderProps):
|
|
743
|
+
declare function RootProvider$11(props: ListboxRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
672
744
|
//#endregion
|
|
673
745
|
//#region src/components/listbox/anatomy/label.d.ts
|
|
674
746
|
interface ListboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
675
|
-
declare function Label$7(props: ListboxLabelProps):
|
|
747
|
+
declare function Label$7(props: ListboxLabelProps): react_jsx_runtime140.JSX.Element;
|
|
676
748
|
//#endregion
|
|
677
749
|
//#region src/components/listbox/anatomy/content.d.ts
|
|
678
750
|
interface ListboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
679
|
-
declare function Content$5(props: ListboxContentProps):
|
|
751
|
+
declare function Content$5(props: ListboxContentProps): react_jsx_runtime140.JSX.Element;
|
|
680
752
|
//#endregion
|
|
681
753
|
//#region src/components/listbox/modules/anatomy.d.ts
|
|
682
754
|
declare const Listbox: typeof Root$12 & {
|
|
@@ -694,58 +766,58 @@ declare const Listbox: typeof Root$12 & {
|
|
|
694
766
|
//#endregion
|
|
695
767
|
//#region src/components/menu/anatomy/arrow.d.ts
|
|
696
768
|
interface MenuArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
697
|
-
declare function Arrow$2(props: MenuArrowProps):
|
|
769
|
+
declare function Arrow$2(props: MenuArrowProps): react_jsx_runtime140.JSX.Element;
|
|
698
770
|
//#endregion
|
|
699
771
|
//#region src/components/menu/anatomy/arrow-tip.d.ts
|
|
700
772
|
interface MenuArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
701
|
-
declare function ArrowTip$2(props: MenuArrowTipProps):
|
|
773
|
+
declare function ArrowTip$2(props: MenuArrowTipProps): react_jsx_runtime140.JSX.Element;
|
|
702
774
|
//#endregion
|
|
703
775
|
//#region src/components/menu/anatomy/content.d.ts
|
|
704
776
|
interface MenuContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
705
|
-
declare function Content$4(props: MenuContentProps):
|
|
777
|
+
declare function Content$4(props: MenuContentProps): react_jsx_runtime140.JSX.Element;
|
|
706
778
|
//#endregion
|
|
707
779
|
//#region src/components/menu/anatomy/context-trigger.d.ts
|
|
708
780
|
interface MenuContextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
709
|
-
declare function ContextTrigger(props: MenuContextTriggerProps):
|
|
781
|
+
declare function ContextTrigger(props: MenuContextTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
710
782
|
//#endregion
|
|
711
783
|
//#region src/components/menu/anatomy/item.d.ts
|
|
712
|
-
interface MenuItemProps extends ItemProps$
|
|
713
|
-
declare function Item$7(props: MenuItemProps):
|
|
784
|
+
interface MenuItemProps extends ItemProps$5, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
785
|
+
declare function Item$7(props: MenuItemProps): react_jsx_runtime140.JSX.Element;
|
|
714
786
|
//#endregion
|
|
715
787
|
//#region src/components/menu/anatomy/item-group.d.ts
|
|
716
788
|
interface MenuItemGroupProps extends Omit<ItemGroupProps$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
717
|
-
declare function ItemGroup(props: MenuItemGroupProps):
|
|
789
|
+
declare function ItemGroup(props: MenuItemGroupProps): react_jsx_runtime140.JSX.Element;
|
|
718
790
|
//#endregion
|
|
719
791
|
//#region src/components/menu/anatomy/item-group-label.d.ts
|
|
720
792
|
interface MenuItemGroupLabelProps extends Omit<ItemGroupLabelProps$2, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
721
|
-
declare function ItemGroupLabel(props: MenuItemGroupLabelProps):
|
|
793
|
+
declare function ItemGroupLabel(props: MenuItemGroupLabelProps): react_jsx_runtime140.JSX.Element;
|
|
722
794
|
//#endregion
|
|
723
795
|
//#region src/components/menu/anatomy/option-item.d.ts
|
|
724
796
|
interface MenuOptionItemProps extends OptionItemProps, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
725
|
-
declare function OptionItem(props: MenuOptionItemProps):
|
|
797
|
+
declare function OptionItem(props: MenuOptionItemProps): react_jsx_runtime140.JSX.Element;
|
|
726
798
|
//#endregion
|
|
727
799
|
//#region src/components/menu/anatomy/item-text.d.ts
|
|
728
800
|
interface MenuItemTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
729
|
-
declare function ItemText$2(props: MenuItemTextProps):
|
|
801
|
+
declare function ItemText$2(props: MenuItemTextProps): react_jsx_runtime140.JSX.Element;
|
|
730
802
|
//#endregion
|
|
731
803
|
//#region src/components/menu/anatomy/item-indicator.d.ts
|
|
732
804
|
interface MenuItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
733
|
-
declare function ItemIndicator(props: MenuItemIndicatorProps):
|
|
805
|
+
declare function ItemIndicator(props: MenuItemIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
734
806
|
//#endregion
|
|
735
807
|
//#region src/components/menu/anatomy/indicator.d.ts
|
|
736
808
|
interface MenuIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
737
|
-
declare function Indicator$3(props: MenuIndicatorProps):
|
|
809
|
+
declare function Indicator$3(props: MenuIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
738
810
|
//#endregion
|
|
739
811
|
//#region src/components/menu/anatomy/positioner.d.ts
|
|
740
812
|
interface MenuPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
741
|
-
declare function Positioner$2(props: MenuPositionerProps):
|
|
813
|
+
declare function Positioner$2(props: MenuPositionerProps): react_jsx_runtime140.JSX.Element;
|
|
742
814
|
//#endregion
|
|
743
815
|
//#region src/components/menu/anatomy/root.d.ts
|
|
744
|
-
interface MenuRootProps extends Omit<Props$
|
|
745
|
-
declare function Root$11(props: MenuRootProps):
|
|
816
|
+
interface MenuRootProps extends Omit<Props$10, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div', 'id' | 'dir'>, 'onSelect' | 'aria-label'> {}
|
|
817
|
+
declare function Root$11(props: MenuRootProps): react_jsx_runtime140.JSX.Element;
|
|
746
818
|
//#endregion
|
|
747
819
|
//#region src/components/menu/modules/provider.d.ts
|
|
748
|
-
declare function useMenu(props?: Omit<Props$
|
|
820
|
+
declare function useMenu(props?: Omit<Props$10, 'id'>): Api$10<PropTypes> & {
|
|
749
821
|
service: Service;
|
|
750
822
|
};
|
|
751
823
|
//#endregion
|
|
@@ -759,19 +831,19 @@ declare function RootContext$14(props: MenuRootContextProps): ReactNode;
|
|
|
759
831
|
interface MenuRootProviderProps extends PropsWithChildren {
|
|
760
832
|
value: ReturnType<typeof useMenu>;
|
|
761
833
|
}
|
|
762
|
-
declare function RootProvider$10(props: MenuRootProviderProps):
|
|
834
|
+
declare function RootProvider$10(props: MenuRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
763
835
|
//#endregion
|
|
764
836
|
//#region src/components/menu/anatomy/separator.d.ts
|
|
765
837
|
interface MenuSeparatorProps extends PropsWithElement<'hr'>, HTMLAttributes<'hr', 'id' | 'dir' | 'children'> {}
|
|
766
|
-
declare function Separator$1(props: MenuSeparatorProps):
|
|
838
|
+
declare function Separator$1(props: MenuSeparatorProps): react_jsx_runtime140.JSX.Element;
|
|
767
839
|
//#endregion
|
|
768
840
|
//#region src/components/menu/anatomy/trigger.d.ts
|
|
769
841
|
interface MenuTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
770
|
-
declare function Trigger$4(props: MenuTriggerProps):
|
|
842
|
+
declare function Trigger$4(props: MenuTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
771
843
|
//#endregion
|
|
772
844
|
//#region src/components/menu/anatomy/trigger-item.d.ts
|
|
773
|
-
interface MenuTriggerItemProps extends ItemProps$
|
|
774
|
-
declare function TriggerItem(props: MenuTriggerItemProps):
|
|
845
|
+
interface MenuTriggerItemProps extends ItemProps$5, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
846
|
+
declare function TriggerItem(props: MenuTriggerItemProps): react_jsx_runtime140.JSX.Element;
|
|
775
847
|
//#endregion
|
|
776
848
|
//#region src/components/menu/modules/anatomy.d.ts
|
|
777
849
|
declare const Menu: typeof Root$11 & {
|
|
@@ -803,31 +875,43 @@ interface NavigationRootProps extends PropsWithElement<'div'>, HTMLAttributes<'d
|
|
|
803
875
|
* */
|
|
804
876
|
layout?: 'bar' | 'rail' | 'sidebar';
|
|
805
877
|
}
|
|
806
|
-
declare function NavigationRoot(props: NavigationRootProps):
|
|
878
|
+
declare function NavigationRoot(props: NavigationRootProps): react_jsx_runtime140.JSX.Element;
|
|
807
879
|
//#endregion
|
|
808
880
|
//#region src/components/navigation/anatomy/menu.d.ts
|
|
809
881
|
interface NavigationMenuProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
810
|
-
declare function NavigationMenu(props: NavigationMenuProps):
|
|
882
|
+
declare function NavigationMenu(props: NavigationMenuProps): react_jsx_runtime140.JSX.Element;
|
|
811
883
|
//#endregion
|
|
812
884
|
//#region src/components/navigation/anatomy/header.d.ts
|
|
813
885
|
interface NavigationHeaderProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
814
|
-
declare function NavigationHeader(props: NavigationHeaderProps):
|
|
886
|
+
declare function NavigationHeader(props: NavigationHeaderProps): react_jsx_runtime140.JSX.Element;
|
|
815
887
|
//#endregion
|
|
816
888
|
//#region src/components/navigation/anatomy/content.d.ts
|
|
817
889
|
interface NavigationContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
818
|
-
declare function NavigationContent(props: NavigationContentProps):
|
|
890
|
+
declare function NavigationContent(props: NavigationContentProps): react_jsx_runtime140.JSX.Element;
|
|
819
891
|
//#endregion
|
|
820
892
|
//#region src/components/navigation/anatomy/footer.d.ts
|
|
821
893
|
interface NavigationFooterProps extends PropsWithElement<'footer'>, HTMLAttributes<'footer'> {}
|
|
822
|
-
declare function NavigationFooter(props: NavigationFooterProps):
|
|
894
|
+
declare function NavigationFooter(props: NavigationFooterProps): react_jsx_runtime140.JSX.Element;
|
|
823
895
|
//#endregion
|
|
824
896
|
//#region src/components/navigation/anatomy/group.d.ts
|
|
825
897
|
interface NavigationGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
826
|
-
declare function NavigationGroup(props: NavigationGroupProps):
|
|
898
|
+
declare function NavigationGroup(props: NavigationGroupProps): react_jsx_runtime140.JSX.Element;
|
|
827
899
|
//#endregion
|
|
828
900
|
//#region src/components/navigation/anatomy/label.d.ts
|
|
829
901
|
interface NavigationLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
830
|
-
declare function NavigationLabel(props: NavigationLabelProps):
|
|
902
|
+
declare function NavigationLabel(props: NavigationLabelProps): react_jsx_runtime140.JSX.Element;
|
|
903
|
+
//#endregion
|
|
904
|
+
//#region src/components/navigation/anatomy/trigger.d.ts
|
|
905
|
+
interface NavigationTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
906
|
+
declare function NavigationTrigger(props: NavigationTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
907
|
+
//#endregion
|
|
908
|
+
//#region src/components/navigation/anatomy/trigger-anchor.d.ts
|
|
909
|
+
interface NavigationTriggerAnchorProps extends PropsWithElement<'a'>, HTMLAttributes<'a'> {}
|
|
910
|
+
declare function NavigationTriggerAnchor(props: NavigationTriggerAnchorProps): react_jsx_runtime140.JSX.Element;
|
|
911
|
+
//#endregion
|
|
912
|
+
//#region src/components/navigation/anatomy/trigger-text.d.ts
|
|
913
|
+
interface NavigationTriggerTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
914
|
+
declare function NavigationTriggerText(props: NavigationTriggerTextProps): react_jsx_runtime140.JSX.Element;
|
|
831
915
|
//#endregion
|
|
832
916
|
//#region src/components/navigation/modules/anatomy.d.ts
|
|
833
917
|
declare const Navigation: typeof NavigationRoot & {
|
|
@@ -836,35 +920,38 @@ declare const Navigation: typeof NavigationRoot & {
|
|
|
836
920
|
Group: typeof NavigationGroup;
|
|
837
921
|
Label: typeof NavigationLabel;
|
|
838
922
|
Menu: typeof NavigationMenu;
|
|
923
|
+
Trigger: typeof NavigationTrigger;
|
|
924
|
+
TriggerAnchor: typeof NavigationTriggerAnchor;
|
|
925
|
+
TriggerText: typeof NavigationTriggerText;
|
|
839
926
|
Footer: typeof NavigationFooter;
|
|
840
927
|
};
|
|
841
928
|
//#endregion
|
|
842
929
|
//#region src/components/pagination/anatomy/ellipsis.d.ts
|
|
843
930
|
interface PaginationEllipsisProps extends EllipsisProps, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
844
|
-
declare function Ellipsis(props: PaginationEllipsisProps):
|
|
931
|
+
declare function Ellipsis(props: PaginationEllipsisProps): react_jsx_runtime140.JSX.Element;
|
|
845
932
|
//#endregion
|
|
846
933
|
//#region src/components/pagination/anatomy/first-trigger.d.ts
|
|
847
934
|
interface PaginationFirstTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
848
|
-
declare function FirstTrigger(props: PaginationFirstTriggerProps):
|
|
935
|
+
declare function FirstTrigger(props: PaginationFirstTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
849
936
|
//#endregion
|
|
850
937
|
//#region src/components/pagination/anatomy/item.d.ts
|
|
851
|
-
interface PaginationItemProps extends ItemProps$
|
|
852
|
-
declare function Item$6(props: PaginationItemProps):
|
|
938
|
+
interface PaginationItemProps extends ItemProps$6, PropsWithElement<'a'>, HTMLAttributes<'a', 'type'> {}
|
|
939
|
+
declare function Item$6(props: PaginationItemProps): react_jsx_runtime140.JSX.Element;
|
|
853
940
|
//#endregion
|
|
854
941
|
//#region src/components/pagination/anatomy/last-trigger.d.ts
|
|
855
942
|
interface PaginationLastTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
856
|
-
declare function LastTrigger(props: PaginationLastTriggerProps):
|
|
943
|
+
declare function LastTrigger(props: PaginationLastTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
857
944
|
//#endregion
|
|
858
945
|
//#region src/components/pagination/anatomy/next-trigger.d.ts
|
|
859
946
|
interface PaginationNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
860
|
-
declare function NextTrigger$1(props: PaginationNextTriggerProps):
|
|
947
|
+
declare function NextTrigger$1(props: PaginationNextTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
861
948
|
//#endregion
|
|
862
949
|
//#region src/components/pagination/anatomy/prev-trigger.d.ts
|
|
863
950
|
interface PaginationPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
864
|
-
declare function PrevTrigger$1(props: PaginationPrevTriggerProps):
|
|
951
|
+
declare function PrevTrigger$1(props: PaginationPrevTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
865
952
|
//#endregion
|
|
866
953
|
//#region src/components/pagination/modules/provider.d.ts
|
|
867
|
-
declare function usePagination(props?: Omit<Props$
|
|
954
|
+
declare function usePagination(props?: Omit<Props$11, 'id'>): Api$11<PropTypes>;
|
|
868
955
|
//#endregion
|
|
869
956
|
//#region src/components/pagination/anatomy/root-context.d.ts
|
|
870
957
|
interface PaginationRootContextProps {
|
|
@@ -876,11 +963,11 @@ declare function RootContext$13(props: PaginationRootContextProps): ReactNode;
|
|
|
876
963
|
interface PaginationRootProviderProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav', 'id' | 'dir'> {
|
|
877
964
|
value: ReturnType<typeof usePagination>;
|
|
878
965
|
}
|
|
879
|
-
declare function PaginationRootProvider(props: PaginationRootProviderProps):
|
|
966
|
+
declare function PaginationRootProvider(props: PaginationRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
880
967
|
//#endregion
|
|
881
968
|
//#region src/components/pagination/anatomy/root.d.ts
|
|
882
|
-
interface PaginationRootProps extends Omit<Props$
|
|
883
|
-
declare function PaginationRoot(props: PaginationRootProps):
|
|
969
|
+
interface PaginationRootProps extends Omit<Props$11, 'id'>, PropsWithElement<'nav'>, HTMLAttributes<'nav', 'id' | 'dir'> {}
|
|
970
|
+
declare function PaginationRoot(props: PaginationRootProps): react_jsx_runtime140.JSX.Element;
|
|
884
971
|
//#endregion
|
|
885
972
|
//#region src/components/pagination/modules/anatomy.d.ts
|
|
886
973
|
declare const Pagination: typeof PaginationRoot & {
|
|
@@ -896,30 +983,30 @@ declare const Pagination: typeof PaginationRoot & {
|
|
|
896
983
|
//#endregion
|
|
897
984
|
//#region src/components/popover/anatomy/anchor.d.ts
|
|
898
985
|
interface PopoverAnchorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
899
|
-
declare function Anchor(props: PopoverAnchorProps):
|
|
986
|
+
declare function Anchor(props: PopoverAnchorProps): react_jsx_runtime140.JSX.Element;
|
|
900
987
|
//#endregion
|
|
901
988
|
//#region src/components/popover/anatomy/close-trigger.d.ts
|
|
902
989
|
interface PopoverCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
903
|
-
declare function CloseTrigger$1(props: PopoverCloseTriggerProps):
|
|
990
|
+
declare function CloseTrigger$1(props: PopoverCloseTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
904
991
|
//#endregion
|
|
905
992
|
//#region src/components/popover/anatomy/content.d.ts
|
|
906
993
|
interface PopoverContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
907
|
-
declare function Content$3(props: PopoverContentProps):
|
|
994
|
+
declare function Content$3(props: PopoverContentProps): react_jsx_runtime140.JSX.Element;
|
|
908
995
|
//#endregion
|
|
909
996
|
//#region src/components/popover/anatomy/description.d.ts
|
|
910
997
|
interface PopoverDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
911
|
-
declare function Description$1(props: PopoverDescriptionProps):
|
|
998
|
+
declare function Description$1(props: PopoverDescriptionProps): react_jsx_runtime140.JSX.Element;
|
|
912
999
|
//#endregion
|
|
913
1000
|
//#region src/components/popover/anatomy/positioner.d.ts
|
|
914
1001
|
interface PopoverPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
915
|
-
declare function Positioner$1(props: PopoverPositionerProps):
|
|
1002
|
+
declare function Positioner$1(props: PopoverPositionerProps): react_jsx_runtime140.JSX.Element;
|
|
916
1003
|
//#endregion
|
|
917
1004
|
//#region src/components/popover/anatomy/root.d.ts
|
|
918
|
-
interface PopoverRootProps extends PropsWithChildren, Omit<Props$
|
|
919
|
-
declare function Root$10(props: PopoverRootProps):
|
|
1005
|
+
interface PopoverRootProps extends PropsWithChildren, Omit<Props$12, 'id'> {}
|
|
1006
|
+
declare function Root$10(props: PopoverRootProps): react_jsx_runtime140.JSX.Element;
|
|
920
1007
|
//#endregion
|
|
921
1008
|
//#region src/components/popover/modules/provider.d.ts
|
|
922
|
-
declare function usePopover(props?: Omit<Props$
|
|
1009
|
+
declare function usePopover(props?: Omit<Props$12, 'id'>): Api$12<PropTypes>;
|
|
923
1010
|
//#endregion
|
|
924
1011
|
//#region src/components/popover/anatomy/root-context.d.ts
|
|
925
1012
|
interface PopoverRootContextProps {
|
|
@@ -931,23 +1018,23 @@ declare function RootContext$12(props: PopoverRootContextProps): ReactNode;
|
|
|
931
1018
|
interface PopoverRootProviderProps extends PropsWithChildren {
|
|
932
1019
|
value: ReturnType<typeof usePopover>;
|
|
933
1020
|
}
|
|
934
|
-
declare function RootProvider$9(props: PopoverRootProviderProps):
|
|
1021
|
+
declare function RootProvider$9(props: PopoverRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
935
1022
|
//#endregion
|
|
936
1023
|
//#region src/components/popover/anatomy/title.d.ts
|
|
937
1024
|
interface PopoverTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
938
|
-
declare function Title$1(props: PopoverTitleProps):
|
|
1025
|
+
declare function Title$1(props: PopoverTitleProps): react_jsx_runtime140.JSX.Element;
|
|
939
1026
|
//#endregion
|
|
940
1027
|
//#region src/components/popover/anatomy/arrow.d.ts
|
|
941
1028
|
interface PopoverArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
942
|
-
declare function Arrow$1(props: PopoverArrowProps):
|
|
1029
|
+
declare function Arrow$1(props: PopoverArrowProps): react_jsx_runtime140.JSX.Element;
|
|
943
1030
|
//#endregion
|
|
944
1031
|
//#region src/components/popover/anatomy/arrow-tip.d.ts
|
|
945
1032
|
interface PopoverArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
946
|
-
declare function ArrowTip$1(props: PopoverArrowTipProps):
|
|
1033
|
+
declare function ArrowTip$1(props: PopoverArrowTipProps): react_jsx_runtime140.JSX.Element;
|
|
947
1034
|
//#endregion
|
|
948
1035
|
//#region src/components/popover/anatomy/trigger.d.ts
|
|
949
1036
|
interface PopoverTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
950
|
-
declare function Trigger$3(props: PopoverTriggerProps):
|
|
1037
|
+
declare function Trigger$3(props: PopoverTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
951
1038
|
//#endregion
|
|
952
1039
|
//#region src/components/popover/modules/anatomy.d.ts
|
|
953
1040
|
declare const Popover: typeof Root$10 & {
|
|
@@ -979,25 +1066,25 @@ interface PortalRootProps extends Required<PropsWithChildren> {
|
|
|
979
1066
|
*/
|
|
980
1067
|
target?: HTMLElement;
|
|
981
1068
|
}
|
|
982
|
-
declare function Root$9(props: PortalRootProps):
|
|
1069
|
+
declare function Root$9(props: PortalRootProps): react_jsx_runtime140.JSX.Element;
|
|
983
1070
|
//#endregion
|
|
984
1071
|
//#region src/components/portal/modules/anatomy.d.ts
|
|
985
1072
|
declare const Portal: typeof Root$9;
|
|
986
1073
|
//#endregion
|
|
987
1074
|
//#region src/components/progress/anatomy/label.d.ts
|
|
988
1075
|
interface ProgressLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
989
|
-
declare function Label$6(props: ProgressLabelProps):
|
|
1076
|
+
declare function Label$6(props: ProgressLabelProps): react_jsx_runtime140.JSX.Element;
|
|
990
1077
|
//#endregion
|
|
991
1078
|
//#region src/components/progress/anatomy/range.d.ts
|
|
992
1079
|
interface ProgressRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
993
|
-
declare function Range$1(props: ProgressRangeProps):
|
|
1080
|
+
declare function Range$1(props: ProgressRangeProps): react_jsx_runtime140.JSX.Element;
|
|
994
1081
|
//#endregion
|
|
995
1082
|
//#region src/components/progress/anatomy/root.d.ts
|
|
996
|
-
interface ProgressRootProps extends Omit<Props$
|
|
997
|
-
declare function Root$8(props: ProgressRootProps):
|
|
1083
|
+
interface ProgressRootProps extends Omit<Props$13, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1084
|
+
declare function Root$8(props: ProgressRootProps): react_jsx_runtime140.JSX.Element;
|
|
998
1085
|
//#endregion
|
|
999
1086
|
//#region src/components/progress/modules/provider.d.ts
|
|
1000
|
-
declare function useProgress(props?: Omit<Props$
|
|
1087
|
+
declare function useProgress(props?: Omit<Props$13, 'id'>): Api$13<PropTypes>;
|
|
1001
1088
|
//#endregion
|
|
1002
1089
|
//#region src/components/progress/anatomy/root-context.d.ts
|
|
1003
1090
|
interface ProgressRootContextProps {
|
|
@@ -1009,27 +1096,27 @@ declare function RootContext$11(props: ProgressRootContextProps): ReactNode;
|
|
|
1009
1096
|
interface ProgressRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1010
1097
|
value: ReturnType<typeof useProgress>;
|
|
1011
1098
|
}
|
|
1012
|
-
declare function RootProvider$8(props: ProgressRootProviderProps):
|
|
1099
|
+
declare function RootProvider$8(props: ProgressRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1013
1100
|
//#endregion
|
|
1014
1101
|
//#region src/components/progress/anatomy/track.d.ts
|
|
1015
1102
|
interface ProgressTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1016
|
-
declare function Track$1(props: ProgressTrackProps):
|
|
1103
|
+
declare function Track$1(props: ProgressTrackProps): react_jsx_runtime140.JSX.Element;
|
|
1017
1104
|
//#endregion
|
|
1018
1105
|
//#region src/components/progress/anatomy/value-text.d.ts
|
|
1019
1106
|
interface ProgressValueTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1020
|
-
declare function ValueText$1(props: ProgressValueTextProps):
|
|
1107
|
+
declare function ValueText$1(props: ProgressValueTextProps): react_jsx_runtime140.JSX.Element;
|
|
1021
1108
|
//#endregion
|
|
1022
1109
|
//#region src/components/progress/anatomy/circle.d.ts
|
|
1023
1110
|
interface ProgressCircleProps extends PropsWithElement<'svg'>, HTMLAttributes<'svg'> {}
|
|
1024
|
-
declare function Circle(props: ProgressCircleProps):
|
|
1111
|
+
declare function Circle(props: ProgressCircleProps): react_jsx_runtime140.JSX.Element;
|
|
1025
1112
|
//#endregion
|
|
1026
1113
|
//#region src/components/progress/anatomy/circle-range.d.ts
|
|
1027
1114
|
interface ProgressCircleRangeProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
1028
|
-
declare function CircleRange(props: ProgressCircleRangeProps):
|
|
1115
|
+
declare function CircleRange(props: ProgressCircleRangeProps): react_jsx_runtime140.JSX.Element;
|
|
1029
1116
|
//#endregion
|
|
1030
1117
|
//#region src/components/progress/anatomy/circle-track.d.ts
|
|
1031
1118
|
interface ProgressCircleTrackProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
1032
|
-
declare function CircleTrack(props: ProgressCircleTrackProps):
|
|
1119
|
+
declare function CircleTrack(props: ProgressCircleTrackProps): react_jsx_runtime140.JSX.Element;
|
|
1033
1120
|
//#endregion
|
|
1034
1121
|
//#region src/components/progress/modules/anatomy.d.ts
|
|
1035
1122
|
declare const Progress: typeof Root$8 & {
|
|
@@ -1046,14 +1133,14 @@ declare const Progress: typeof Root$8 & {
|
|
|
1046
1133
|
//#endregion
|
|
1047
1134
|
//#region src/components/rating-group/anatomy/control.d.ts
|
|
1048
1135
|
interface RatingGroupControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1049
|
-
declare function Control$4(props: RatingGroupControlProps):
|
|
1136
|
+
declare function Control$4(props: RatingGroupControlProps): react_jsx_runtime140.JSX.Element;
|
|
1050
1137
|
//#endregion
|
|
1051
1138
|
//#region src/components/rating-group/anatomy/hidden-input.d.ts
|
|
1052
1139
|
interface RatingGroupHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'id' | 'dir' | 'children'> {}
|
|
1053
|
-
declare function HiddenInput$3(props: RatingGroupHiddenInputProps):
|
|
1140
|
+
declare function HiddenInput$3(props: RatingGroupHiddenInputProps): react_jsx_runtime140.JSX.Element;
|
|
1054
1141
|
//#endregion
|
|
1055
1142
|
//#region src/components/rating-group/anatomy/item.d.ts
|
|
1056
|
-
interface RatingGroupItemProps extends ItemProps$
|
|
1143
|
+
interface RatingGroupItemProps extends ItemProps$7, PropsWithElement<'span'>, HTMLAttributes<'span', 'id' | 'dir'> {
|
|
1057
1144
|
/**
|
|
1058
1145
|
* The content to render when the item is in the empty state.
|
|
1059
1146
|
*
|
|
@@ -1073,18 +1160,18 @@ interface RatingGroupItemProps extends ItemProps$6, PropsWithElement<'span'>, HT
|
|
|
1073
1160
|
*/
|
|
1074
1161
|
full?: ReactNode;
|
|
1075
1162
|
}
|
|
1076
|
-
declare function Item$5(props: RatingGroupItemProps):
|
|
1163
|
+
declare function Item$5(props: RatingGroupItemProps): react_jsx_runtime140.JSX.Element;
|
|
1077
1164
|
//#endregion
|
|
1078
1165
|
//#region src/components/rating-group/anatomy/label.d.ts
|
|
1079
1166
|
interface RatingGroupLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
1080
|
-
declare function Label$5(props: RatingGroupLabelProps):
|
|
1167
|
+
declare function Label$5(props: RatingGroupLabelProps): react_jsx_runtime140.JSX.Element;
|
|
1081
1168
|
//#endregion
|
|
1082
1169
|
//#region src/components/rating-group/anatomy/root.d.ts
|
|
1083
|
-
interface RatingGroupRootProps extends Omit<Props$
|
|
1084
|
-
declare function Root$7(props: RatingGroupRootProps):
|
|
1170
|
+
interface RatingGroupRootProps extends Omit<Props$14, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1171
|
+
declare function Root$7(props: RatingGroupRootProps): react_jsx_runtime140.JSX.Element;
|
|
1085
1172
|
//#endregion
|
|
1086
1173
|
//#region src/components/rating-group/modules/provider.d.ts
|
|
1087
|
-
declare function useRatingGroup(props?: Omit<Props$
|
|
1174
|
+
declare function useRatingGroup(props?: Omit<Props$14, 'id'>): Api$14<PropTypes>;
|
|
1088
1175
|
//#endregion
|
|
1089
1176
|
//#region src/components/rating-group/anatomy/root-context.d.ts
|
|
1090
1177
|
interface RatingGroupRootContextProps {
|
|
@@ -1096,7 +1183,7 @@ declare function RootContext$10(props: RatingGroupRootContextProps): ReactNode;
|
|
|
1096
1183
|
interface RatingGroupRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1097
1184
|
value: ReturnType<typeof useRatingGroup>;
|
|
1098
1185
|
}
|
|
1099
|
-
declare function RootProvider$7(props: RatingGroupRootProviderProps):
|
|
1186
|
+
declare function RootProvider$7(props: RatingGroupRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1100
1187
|
//#endregion
|
|
1101
1188
|
//#region src/components/rating-group/modules/anatomy.d.ts
|
|
1102
1189
|
declare const RatingGroup: typeof Root$7 & {
|
|
@@ -1110,30 +1197,30 @@ declare const RatingGroup: typeof Root$7 & {
|
|
|
1110
1197
|
//#endregion
|
|
1111
1198
|
//#region src/components/segmented-control/anatomy/control.d.ts
|
|
1112
1199
|
interface SegmentedControlControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1113
|
-
declare function Control$3(props: SegmentedControlControlProps):
|
|
1200
|
+
declare function Control$3(props: SegmentedControlControlProps): react_jsx_runtime140.JSX.Element;
|
|
1114
1201
|
//#endregion
|
|
1115
1202
|
//#region src/components/segmented-control/anatomy/indicator.d.ts
|
|
1116
1203
|
interface SegmentedControlIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1117
|
-
declare function Indicator$2(props: SegmentedControlIndicatorProps):
|
|
1204
|
+
declare function Indicator$2(props: SegmentedControlIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
1118
1205
|
//#endregion
|
|
1119
1206
|
//#region src/components/segmented-control/anatomy/item-hidden-input.d.ts
|
|
1120
1207
|
interface SegmentedControlItemHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1121
|
-
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps):
|
|
1208
|
+
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps): react_jsx_runtime140.JSX.Element;
|
|
1122
1209
|
//#endregion
|
|
1123
1210
|
//#region src/components/segmented-control/anatomy/item-text.d.ts
|
|
1124
1211
|
interface SegmentedControlItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1125
|
-
declare function ItemText$1(props: SegmentedControlItemTextProps):
|
|
1212
|
+
declare function ItemText$1(props: SegmentedControlItemTextProps): react_jsx_runtime140.JSX.Element;
|
|
1126
1213
|
//#endregion
|
|
1127
1214
|
//#region src/components/segmented-control/anatomy/item.d.ts
|
|
1128
|
-
interface SegmentedControlItemProps extends ItemProps$
|
|
1129
|
-
declare function Item$4(props: SegmentedControlItemProps):
|
|
1215
|
+
interface SegmentedControlItemProps extends ItemProps$8, PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1216
|
+
declare function Item$4(props: SegmentedControlItemProps): react_jsx_runtime140.JSX.Element;
|
|
1130
1217
|
//#endregion
|
|
1131
1218
|
//#region src/components/segmented-control/anatomy/label.d.ts
|
|
1132
1219
|
interface SegmentedControlLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1133
|
-
declare function Label$4(props: SegmentedControlLabelProps):
|
|
1220
|
+
declare function Label$4(props: SegmentedControlLabelProps): react_jsx_runtime140.JSX.Element;
|
|
1134
1221
|
//#endregion
|
|
1135
1222
|
//#region src/components/segmented-control/modules/provider.d.ts
|
|
1136
|
-
declare function useSegmentedControl(props?: Omit<Props$
|
|
1223
|
+
declare function useSegmentedControl(props?: Omit<Props$15, 'id'>): Api$15<PropTypes>;
|
|
1137
1224
|
//#endregion
|
|
1138
1225
|
//#region src/components/segmented-control/anatomy/root-context.d.ts
|
|
1139
1226
|
interface SegmentedControlRootContextProps {
|
|
@@ -1145,11 +1232,11 @@ declare function RootContext$9(props: SegmentedControlRootContextProps): ReactNo
|
|
|
1145
1232
|
interface SegmentedControlRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1146
1233
|
value: ReturnType<typeof useSegmentedControl>;
|
|
1147
1234
|
}
|
|
1148
|
-
declare function RootProvider$6(props: SegmentedControlRootProviderProps):
|
|
1235
|
+
declare function RootProvider$6(props: SegmentedControlRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1149
1236
|
//#endregion
|
|
1150
1237
|
//#region src/components/segmented-control/anatomy/root.d.ts
|
|
1151
|
-
interface SegmentedControlRootProps extends Omit<Props$
|
|
1152
|
-
declare function Root$6(props: SegmentedControlRootProps):
|
|
1238
|
+
interface SegmentedControlRootProps extends Omit<Props$15, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1239
|
+
declare function Root$6(props: SegmentedControlRootProps): react_jsx_runtime140.JSX.Element;
|
|
1153
1240
|
//#endregion
|
|
1154
1241
|
//#region src/components/segmented-control/modules/anatomy.d.ts
|
|
1155
1242
|
declare const SegmentedControl: typeof Root$6 & {
|
|
@@ -1165,30 +1252,30 @@ declare const SegmentedControl: typeof Root$6 & {
|
|
|
1165
1252
|
//#endregion
|
|
1166
1253
|
//#region src/components/slider/anatomy/control.d.ts
|
|
1167
1254
|
interface SliderControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1168
|
-
declare function Control$2(props: SliderControlProps):
|
|
1255
|
+
declare function Control$2(props: SliderControlProps): react_jsx_runtime140.JSX.Element;
|
|
1169
1256
|
//#endregion
|
|
1170
1257
|
//#region src/components/slider/anatomy/hidden-input.d.ts
|
|
1171
1258
|
interface SliderHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1172
|
-
declare function HiddenInput$2(props: SliderHiddenInputProps):
|
|
1259
|
+
declare function HiddenInput$2(props: SliderHiddenInputProps): react_jsx_runtime140.JSX.Element;
|
|
1173
1260
|
//#endregion
|
|
1174
1261
|
//#region src/components/slider/anatomy/label.d.ts
|
|
1175
1262
|
interface SliderLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1176
|
-
declare function Label$3(props: SliderLabelProps):
|
|
1263
|
+
declare function Label$3(props: SliderLabelProps): react_jsx_runtime140.JSX.Element;
|
|
1177
1264
|
//#endregion
|
|
1178
1265
|
//#region src/components/slider/anatomy/marker-group.d.ts
|
|
1179
1266
|
interface SliderMarkerGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1180
|
-
declare function MarkerGroup(props: SliderMarkerGroupProps):
|
|
1267
|
+
declare function MarkerGroup(props: SliderMarkerGroupProps): react_jsx_runtime140.JSX.Element;
|
|
1181
1268
|
//#endregion
|
|
1182
1269
|
//#region src/components/slider/anatomy/marker.d.ts
|
|
1183
1270
|
interface SliderMarkerProps extends MarkerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1184
|
-
declare function Marker(props: SliderMarkerProps):
|
|
1271
|
+
declare function Marker(props: SliderMarkerProps): react_jsx_runtime140.JSX.Element;
|
|
1185
1272
|
//#endregion
|
|
1186
1273
|
//#region src/components/slider/anatomy/range.d.ts
|
|
1187
1274
|
interface SliderRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1188
|
-
declare function Range(props: SliderRangeProps):
|
|
1275
|
+
declare function Range(props: SliderRangeProps): react_jsx_runtime140.JSX.Element;
|
|
1189
1276
|
//#endregion
|
|
1190
1277
|
//#region src/components/slider/modules/provider.d.ts
|
|
1191
|
-
declare function useSlider(props?: Omit<Props$
|
|
1278
|
+
declare function useSlider(props?: Omit<Props$16, 'id'>): Api$16<PropTypes>;
|
|
1192
1279
|
//#endregion
|
|
1193
1280
|
//#region src/components/slider/anatomy/root-context.d.ts
|
|
1194
1281
|
interface SliderRootContextProps {
|
|
@@ -1200,23 +1287,23 @@ declare function RootContext$8(props: SliderRootContextProps): ReactNode;
|
|
|
1200
1287
|
interface SliderRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1201
1288
|
value: ReturnType<typeof useSlider>;
|
|
1202
1289
|
}
|
|
1203
|
-
declare function SliderRootProvider(props: SliderRootProviderProps):
|
|
1290
|
+
declare function SliderRootProvider(props: SliderRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1204
1291
|
//#endregion
|
|
1205
1292
|
//#region src/components/slider/anatomy/root.d.ts
|
|
1206
|
-
interface SliderRootProps extends Omit<Props$
|
|
1207
|
-
declare function SliderRoot$1(props: SliderRootProps):
|
|
1293
|
+
interface SliderRootProps extends Omit<Props$16, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'aria-label' | 'aria-labelledby'> {}
|
|
1294
|
+
declare function SliderRoot$1(props: SliderRootProps): react_jsx_runtime140.JSX.Element;
|
|
1208
1295
|
//#endregion
|
|
1209
1296
|
//#region src/components/slider/anatomy/thumb.d.ts
|
|
1210
1297
|
interface SliderThumbProps extends ThumbProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1211
|
-
declare function Thumb$1(props: SliderThumbProps):
|
|
1298
|
+
declare function Thumb$1(props: SliderThumbProps): react_jsx_runtime140.JSX.Element;
|
|
1212
1299
|
//#endregion
|
|
1213
1300
|
//#region src/components/slider/anatomy/track.d.ts
|
|
1214
1301
|
interface SliderTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1215
|
-
declare function Track(props: SliderTrackProps):
|
|
1302
|
+
declare function Track(props: SliderTrackProps): react_jsx_runtime140.JSX.Element;
|
|
1216
1303
|
//#endregion
|
|
1217
1304
|
//#region src/components/slider/anatomy/value-text.d.ts
|
|
1218
1305
|
interface SliderValueTextProps extends PropsWithElement<'output'>, HTMLAttributes<'output'> {}
|
|
1219
|
-
declare function ValueText(props: SliderValueTextProps):
|
|
1306
|
+
declare function ValueText(props: SliderValueTextProps): react_jsx_runtime140.JSX.Element;
|
|
1220
1307
|
//#endregion
|
|
1221
1308
|
//#region src/components/slider/modules/anatomy.d.ts
|
|
1222
1309
|
declare const Slider: typeof SliderRoot$1 & {
|
|
@@ -1234,35 +1321,35 @@ declare const Slider: typeof SliderRoot$1 & {
|
|
|
1234
1321
|
};
|
|
1235
1322
|
//#endregion
|
|
1236
1323
|
//#region src/components/steps/anatomy/content.d.ts
|
|
1237
|
-
interface StepsContentProps extends ItemProps$
|
|
1238
|
-
declare function Content$2(props: StepsContentProps):
|
|
1324
|
+
interface StepsContentProps extends ItemProps$9, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1325
|
+
declare function Content$2(props: StepsContentProps): react_jsx_runtime140.JSX.Element;
|
|
1239
1326
|
//#endregion
|
|
1240
1327
|
//#region src/components/steps/anatomy/indicator.d.ts
|
|
1241
1328
|
interface StepsIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1242
|
-
declare function Indicator$1(props: StepsIndicatorProps):
|
|
1329
|
+
declare function Indicator$1(props: StepsIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
1243
1330
|
//#endregion
|
|
1244
1331
|
//#region src/components/steps/anatomy/item.d.ts
|
|
1245
|
-
interface StepsItemProps extends ItemProps$
|
|
1246
|
-
declare function Item$3(props: StepsItemProps):
|
|
1332
|
+
interface StepsItemProps extends ItemProps$9, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1333
|
+
declare function Item$3(props: StepsItemProps): react_jsx_runtime140.JSX.Element;
|
|
1247
1334
|
//#endregion
|
|
1248
1335
|
//#region src/components/steps/anatomy/list.d.ts
|
|
1249
1336
|
interface StepsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1250
|
-
declare function List$1(props: StepsListProps):
|
|
1337
|
+
declare function List$1(props: StepsListProps): react_jsx_runtime140.JSX.Element;
|
|
1251
1338
|
//#endregion
|
|
1252
1339
|
//#region src/components/steps/anatomy/next-trigger.d.ts
|
|
1253
1340
|
interface StepsNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1254
|
-
declare function NextTrigger(props: StepsNextTriggerProps):
|
|
1341
|
+
declare function NextTrigger(props: StepsNextTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1255
1342
|
//#endregion
|
|
1256
1343
|
//#region src/components/steps/anatomy/prev-trigger.d.ts
|
|
1257
1344
|
interface StepsPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1258
|
-
declare function PrevTrigger(props: StepsPrevTriggerProps):
|
|
1345
|
+
declare function PrevTrigger(props: StepsPrevTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1259
1346
|
//#endregion
|
|
1260
1347
|
//#region src/components/steps/anatomy/root.d.ts
|
|
1261
|
-
interface StepsRootProps extends Omit<Props$
|
|
1262
|
-
declare function SliderRoot(props: StepsRootProps):
|
|
1348
|
+
interface StepsRootProps extends Omit<Props$17, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1349
|
+
declare function SliderRoot(props: StepsRootProps): react_jsx_runtime140.JSX.Element;
|
|
1263
1350
|
//#endregion
|
|
1264
1351
|
//#region src/components/steps/modules/provider.d.ts
|
|
1265
|
-
declare function useSteps(props?: Omit<Props$
|
|
1352
|
+
declare function useSteps(props?: Omit<Props$17, 'id'>): Api$17<PropTypes>;
|
|
1266
1353
|
//#endregion
|
|
1267
1354
|
//#region src/components/steps/anatomy/root-context.d.ts
|
|
1268
1355
|
interface StepsRootContextProps {
|
|
@@ -1274,15 +1361,15 @@ declare function RootContext$7(props: StepsRootContextProps): ReactNode;
|
|
|
1274
1361
|
interface StepsRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1275
1362
|
value: ReturnType<typeof useSteps>;
|
|
1276
1363
|
}
|
|
1277
|
-
declare function RootProvider$5(props: StepsRootProviderProps):
|
|
1364
|
+
declare function RootProvider$5(props: StepsRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1278
1365
|
//#endregion
|
|
1279
1366
|
//#region src/components/steps/anatomy/separator.d.ts
|
|
1280
1367
|
interface StepsSeparatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1281
|
-
declare function Separator(props: StepsSeparatorProps):
|
|
1368
|
+
declare function Separator(props: StepsSeparatorProps): react_jsx_runtime140.JSX.Element;
|
|
1282
1369
|
//#endregion
|
|
1283
1370
|
//#region src/components/steps/anatomy/trigger.d.ts
|
|
1284
1371
|
interface StepsTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1285
|
-
declare function Trigger$2(props: StepsTriggerProps):
|
|
1372
|
+
declare function Trigger$2(props: StepsTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1286
1373
|
//#endregion
|
|
1287
1374
|
//#region src/components/steps/modules/anatomy.d.ts
|
|
1288
1375
|
declare const Steps: typeof SliderRoot & {
|
|
@@ -1300,18 +1387,18 @@ declare const Steps: typeof SliderRoot & {
|
|
|
1300
1387
|
//#endregion
|
|
1301
1388
|
//#region src/components/switch/anatomy/control.d.ts
|
|
1302
1389
|
interface SwitchControlProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1303
|
-
declare function Control$1(props: SwitchControlProps):
|
|
1390
|
+
declare function Control$1(props: SwitchControlProps): react_jsx_runtime140.JSX.Element;
|
|
1304
1391
|
//#endregion
|
|
1305
1392
|
//#region src/components/switch/anatomy/hidden-input.d.ts
|
|
1306
1393
|
interface SwitchHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1307
|
-
declare function HiddenInput$1(props: SwitchHiddenInputProps):
|
|
1394
|
+
declare function HiddenInput$1(props: SwitchHiddenInputProps): react_jsx_runtime140.JSX.Element;
|
|
1308
1395
|
//#endregion
|
|
1309
1396
|
//#region src/components/switch/anatomy/label.d.ts
|
|
1310
1397
|
interface SwitchLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1311
|
-
declare function Label$2(props: SwitchLabelProps):
|
|
1398
|
+
declare function Label$2(props: SwitchLabelProps): react_jsx_runtime140.JSX.Element;
|
|
1312
1399
|
//#endregion
|
|
1313
1400
|
//#region src/components/switch/modules/provider.d.ts
|
|
1314
|
-
declare function useSwitch(props?: Omit<Props$
|
|
1401
|
+
declare function useSwitch(props?: Omit<Props$18, 'id'>): Api$18<PropTypes>;
|
|
1315
1402
|
//#endregion
|
|
1316
1403
|
//#region src/components/switch/anatomy/root-context.d.ts
|
|
1317
1404
|
interface SwitchRootContextProps {
|
|
@@ -1323,15 +1410,15 @@ declare function RootContext$6(props: SwitchRootContextProps): ReactNode;
|
|
|
1323
1410
|
interface SwitchRootProviderProps extends PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {
|
|
1324
1411
|
value: ReturnType<typeof useSwitch>;
|
|
1325
1412
|
}
|
|
1326
|
-
declare function RootProvider$4(props: SwitchRootProviderProps):
|
|
1413
|
+
declare function RootProvider$4(props: SwitchRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1327
1414
|
//#endregion
|
|
1328
1415
|
//#region src/components/switch/anatomy/thumb.d.ts
|
|
1329
1416
|
interface SwitchThumbProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1330
|
-
declare function Thumb(props: SwitchThumbProps):
|
|
1417
|
+
declare function Thumb(props: SwitchThumbProps): react_jsx_runtime140.JSX.Element;
|
|
1331
1418
|
//#endregion
|
|
1332
1419
|
//#region src/components/switch/anatomy/root.d.ts
|
|
1333
|
-
interface SwitchRootProps extends Omit<Props$
|
|
1334
|
-
declare function Root$5(props: SwitchRootProps):
|
|
1420
|
+
interface SwitchRootProps extends Omit<Props$18, 'id'>, PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
1421
|
+
declare function Root$5(props: SwitchRootProps): react_jsx_runtime140.JSX.Element;
|
|
1335
1422
|
//#endregion
|
|
1336
1423
|
//#region src/components/switch/modules/anatomy.d.ts
|
|
1337
1424
|
declare const Switch: typeof Root$5 & {
|
|
@@ -1345,22 +1432,22 @@ declare const Switch: typeof Root$5 & {
|
|
|
1345
1432
|
//#endregion
|
|
1346
1433
|
//#region src/components/tabs/anatomy/content.d.ts
|
|
1347
1434
|
interface TabsContentProps extends ContentProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1348
|
-
declare function Content$1(props: TabsContentProps):
|
|
1435
|
+
declare function Content$1(props: TabsContentProps): react_jsx_runtime140.JSX.Element;
|
|
1349
1436
|
//#endregion
|
|
1350
1437
|
//#region src/components/tabs/anatomy/indicator.d.ts
|
|
1351
1438
|
interface TabsIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1352
|
-
declare function Indicator(props: TabsIndicatorProps):
|
|
1439
|
+
declare function Indicator(props: TabsIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
1353
1440
|
//#endregion
|
|
1354
1441
|
//#region src/components/tabs/anatomy/list.d.ts
|
|
1355
1442
|
interface TabsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1356
|
-
declare function List(props: TabsListProps):
|
|
1443
|
+
declare function List(props: TabsListProps): react_jsx_runtime140.JSX.Element;
|
|
1357
1444
|
//#endregion
|
|
1358
1445
|
//#region src/components/tabs/anatomy/root.d.ts
|
|
1359
|
-
interface TabsRootProps extends Omit<Props$
|
|
1360
|
-
declare function Root$4(props: TabsRootProps):
|
|
1446
|
+
interface TabsRootProps extends Omit<Props$19, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1447
|
+
declare function Root$4(props: TabsRootProps): react_jsx_runtime140.JSX.Element;
|
|
1361
1448
|
//#endregion
|
|
1362
1449
|
//#region src/components/tabs/modules/provider.d.ts
|
|
1363
|
-
declare function useTabs(props?: Omit<Props$
|
|
1450
|
+
declare function useTabs(props?: Omit<Props$19, 'id'>): Api$19<PropTypes>;
|
|
1364
1451
|
//#endregion
|
|
1365
1452
|
//#region src/components/tabs/anatomy/root-context.d.ts
|
|
1366
1453
|
interface TabsRootContextProps {
|
|
@@ -1372,11 +1459,11 @@ declare function RootContext$5(props: TabsRootContextProps): ReactNode;
|
|
|
1372
1459
|
interface TabsRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1373
1460
|
value: ReturnType<typeof useTabs>;
|
|
1374
1461
|
}
|
|
1375
|
-
declare function RootProvider$3(props: TabsRootProviderProps):
|
|
1462
|
+
declare function RootProvider$3(props: TabsRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1376
1463
|
//#endregion
|
|
1377
1464
|
//#region src/components/tabs/anatomy/trigger.d.ts
|
|
1378
1465
|
interface TabsTriggerProps extends TriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
1379
|
-
declare function Trigger$1(props: TabsTriggerProps):
|
|
1466
|
+
declare function Trigger$1(props: TabsTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1380
1467
|
//#endregion
|
|
1381
1468
|
//#region src/components/tabs/modules/anatomy.d.ts
|
|
1382
1469
|
declare const Tabs: typeof Root$4 & {
|
|
@@ -1390,50 +1477,50 @@ declare const Tabs: typeof Root$4 & {
|
|
|
1390
1477
|
//#endregion
|
|
1391
1478
|
//#region src/components/tags-input/anatomy/clear-trigger.d.ts
|
|
1392
1479
|
interface TagsInputClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1393
|
-
declare function ClearTrigger(props: TagsInputClearTriggerProps):
|
|
1480
|
+
declare function ClearTrigger(props: TagsInputClearTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1394
1481
|
//#endregion
|
|
1395
1482
|
//#region src/components/tags-input/anatomy/control.d.ts
|
|
1396
1483
|
interface TagsInputControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1397
|
-
declare function Control(props: TagsInputControlProps):
|
|
1484
|
+
declare function Control(props: TagsInputControlProps): react_jsx_runtime140.JSX.Element;
|
|
1398
1485
|
//#endregion
|
|
1399
1486
|
//#region src/components/tags-input/anatomy/hidden-input.d.ts
|
|
1400
1487
|
interface TagsInputHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1401
|
-
declare function HiddenInput(props: TagsInputHiddenInputProps):
|
|
1488
|
+
declare function HiddenInput(props: TagsInputHiddenInputProps): react_jsx_runtime140.JSX.Element;
|
|
1402
1489
|
//#endregion
|
|
1403
1490
|
//#region src/components/tags-input/anatomy/input.d.ts
|
|
1404
1491
|
interface TagsInputInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1405
|
-
declare function Input(props: TagsInputInputProps):
|
|
1492
|
+
declare function Input(props: TagsInputInputProps): react_jsx_runtime140.JSX.Element;
|
|
1406
1493
|
//#endregion
|
|
1407
1494
|
//#region src/components/tags-input/anatomy/item.d.ts
|
|
1408
|
-
interface TagsInputItemProps extends ItemProps$
|
|
1409
|
-
declare function Item$2(props: TagsInputItemProps):
|
|
1495
|
+
interface TagsInputItemProps extends ItemProps$10, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1496
|
+
declare function Item$2(props: TagsInputItemProps): react_jsx_runtime140.JSX.Element;
|
|
1410
1497
|
//#endregion
|
|
1411
1498
|
//#region src/components/tags-input/anatomy/item-delete-trigger.d.ts
|
|
1412
1499
|
interface TagsInputItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1413
|
-
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps):
|
|
1500
|
+
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1414
1501
|
//#endregion
|
|
1415
1502
|
//#region src/components/tags-input/anatomy/item-input.d.ts
|
|
1416
1503
|
interface TagsInputItemInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1417
|
-
declare function ItemInput(props: TagsInputItemInputProps):
|
|
1504
|
+
declare function ItemInput(props: TagsInputItemInputProps): react_jsx_runtime140.JSX.Element;
|
|
1418
1505
|
//#endregion
|
|
1419
1506
|
//#region src/components/tags-input/anatomy/item-preview.d.ts
|
|
1420
1507
|
interface TagsInputItemPreviewProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1421
|
-
declare function ItemPreview(props: TagsInputItemPreviewProps):
|
|
1508
|
+
declare function ItemPreview(props: TagsInputItemPreviewProps): react_jsx_runtime140.JSX.Element;
|
|
1422
1509
|
//#endregion
|
|
1423
1510
|
//#region src/components/tags-input/anatomy/item-text.d.ts
|
|
1424
1511
|
interface TagsInputItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1425
|
-
declare function ItemText(props: TagsInputItemTextProps):
|
|
1512
|
+
declare function ItemText(props: TagsInputItemTextProps): react_jsx_runtime140.JSX.Element;
|
|
1426
1513
|
//#endregion
|
|
1427
1514
|
//#region src/components/tags-input/anatomy/label.d.ts
|
|
1428
1515
|
interface TagsInputLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1429
|
-
declare function Label$1(props: TagsInputLabelProps):
|
|
1516
|
+
declare function Label$1(props: TagsInputLabelProps): react_jsx_runtime140.JSX.Element;
|
|
1430
1517
|
//#endregion
|
|
1431
1518
|
//#region src/components/tags-input/anatomy/root.d.ts
|
|
1432
|
-
interface TagsInputRootProps extends Omit<Props$
|
|
1433
|
-
declare function Root$3(props: TagsInputRootProps):
|
|
1519
|
+
interface TagsInputRootProps extends Omit<Props$20, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1520
|
+
declare function Root$3(props: TagsInputRootProps): react_jsx_runtime140.JSX.Element;
|
|
1434
1521
|
//#endregion
|
|
1435
1522
|
//#region src/components/tags-input/modules/provider.d.ts
|
|
1436
|
-
declare function useTagsInput(props?: Omit<Props$
|
|
1523
|
+
declare function useTagsInput(props?: Omit<Props$20, 'id'>): Api$20<PropTypes>;
|
|
1437
1524
|
//#endregion
|
|
1438
1525
|
//#region src/components/tags-input/anatomy/root-context.d.ts
|
|
1439
1526
|
interface TagsInputRootContextProps {
|
|
@@ -1445,7 +1532,7 @@ declare function RootContext$4(props: TagsInputRootContextProps): ReactNode;
|
|
|
1445
1532
|
interface TagsInputRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1446
1533
|
value: ReturnType<typeof useTagsInput>;
|
|
1447
1534
|
}
|
|
1448
|
-
declare function RootProvider$2(props: TagsInputRootProviderProps):
|
|
1535
|
+
declare function RootProvider$2(props: TagsInputRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1449
1536
|
//#endregion
|
|
1450
1537
|
//#region src/components/tags-input/modules/anatomy.d.ts
|
|
1451
1538
|
declare const TagsInput: typeof Root$3 & {
|
|
@@ -1465,42 +1552,42 @@ declare const TagsInput: typeof Root$3 & {
|
|
|
1465
1552
|
//#endregion
|
|
1466
1553
|
//#region src/components/toast/anatomy/close-trigger.d.ts
|
|
1467
1554
|
interface ToastCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1468
|
-
declare function CloseTrigger(props: ToastCloseTriggerProps):
|
|
1555
|
+
declare function CloseTrigger(props: ToastCloseTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1469
1556
|
//#endregion
|
|
1470
1557
|
//#region src/components/toast/anatomy/description.d.ts
|
|
1471
1558
|
interface ToastDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1472
|
-
declare function Description(props: ToastDescriptionProps):
|
|
1559
|
+
declare function Description(props: ToastDescriptionProps): react_jsx_runtime140.JSX.Element;
|
|
1473
1560
|
//#endregion
|
|
1474
1561
|
//#region src/components/toast/anatomy/group.d.ts
|
|
1475
1562
|
interface ToastGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'children'> {
|
|
1476
1563
|
toaster: Store;
|
|
1477
|
-
children?: (toast: Props$
|
|
1564
|
+
children?: (toast: Props$21) => JSX.Element | null;
|
|
1478
1565
|
}
|
|
1479
|
-
declare function Group(props: ToastGroupProps):
|
|
1566
|
+
declare function Group(props: ToastGroupProps): react_jsx_runtime140.JSX.Element;
|
|
1480
1567
|
//#endregion
|
|
1481
1568
|
//#region src/components/toast/anatomy/message.d.ts
|
|
1482
1569
|
interface ToastMessageProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1483
|
-
declare function Message(props: ToastMessageProps):
|
|
1570
|
+
declare function Message(props: ToastMessageProps): react_jsx_runtime140.JSX.Element;
|
|
1484
1571
|
//#endregion
|
|
1485
1572
|
//#region src/components/toast/anatomy/root.d.ts
|
|
1486
1573
|
interface ToastRootProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1487
1574
|
toast: Omit<Options, 'id' | 'parent'>;
|
|
1488
1575
|
}
|
|
1489
|
-
declare function Root$2(props: ToastRootProps):
|
|
1576
|
+
declare function Root$2(props: ToastRootProps): react_jsx_runtime140.JSX.Element;
|
|
1490
1577
|
//#endregion
|
|
1491
1578
|
//#region src/components/toast/anatomy/root-context.d.ts
|
|
1492
1579
|
interface ToastRootContextProps {
|
|
1493
|
-
children: (toast: Api$
|
|
1580
|
+
children: (toast: Api$21<PropTypes>) => ReactNode;
|
|
1494
1581
|
}
|
|
1495
1582
|
declare function RootContext$3(props: ToastRootContextProps): ReactNode;
|
|
1496
1583
|
//#endregion
|
|
1497
1584
|
//#region src/components/toast/anatomy/title.d.ts
|
|
1498
1585
|
interface ToastTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1499
|
-
declare function Title(props: ToastTitleProps):
|
|
1586
|
+
declare function Title(props: ToastTitleProps): react_jsx_runtime140.JSX.Element;
|
|
1500
1587
|
//#endregion
|
|
1501
1588
|
//#region src/components/toast/anatomy/action-trigger.d.ts
|
|
1502
1589
|
interface ToastActionTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1503
|
-
declare function ActionTrigger(props: ToastActionTriggerProps):
|
|
1590
|
+
declare function ActionTrigger(props: ToastActionTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1504
1591
|
//#endregion
|
|
1505
1592
|
//#region src/components/toast/modules/anatomy.d.ts
|
|
1506
1593
|
declare const Toast: typeof Root$2 & {
|
|
@@ -1514,15 +1601,15 @@ declare const Toast: typeof Root$2 & {
|
|
|
1514
1601
|
};
|
|
1515
1602
|
//#endregion
|
|
1516
1603
|
//#region src/components/toggle-group/anatomy/item.d.ts
|
|
1517
|
-
interface ToggleGroupItemProps extends ItemProps$
|
|
1518
|
-
declare function Item$1(props: ToggleGroupItemProps):
|
|
1604
|
+
interface ToggleGroupItemProps extends ItemProps$11, PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1605
|
+
declare function Item$1(props: ToggleGroupItemProps): react_jsx_runtime140.JSX.Element;
|
|
1519
1606
|
//#endregion
|
|
1520
1607
|
//#region src/components/toggle-group/anatomy/root.d.ts
|
|
1521
|
-
interface ToggleGroupRootProps extends Omit<Props$
|
|
1522
|
-
declare function ToggleGroupRoot(props: ToggleGroupRootProps):
|
|
1608
|
+
interface ToggleGroupRootProps extends Omit<Props$22, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1609
|
+
declare function ToggleGroupRoot(props: ToggleGroupRootProps): react_jsx_runtime140.JSX.Element;
|
|
1523
1610
|
//#endregion
|
|
1524
1611
|
//#region src/components/toggle-group/modules/provider.d.ts
|
|
1525
|
-
declare function useToggleGroup(props?: Omit<Props$
|
|
1612
|
+
declare function useToggleGroup(props?: Omit<Props$22, 'id'>): Api$22<PropTypes>;
|
|
1526
1613
|
//#endregion
|
|
1527
1614
|
//#region src/components/toggle-group/anatomy/root-context.d.ts
|
|
1528
1615
|
interface ToggleGroupRootContextProps {
|
|
@@ -1534,7 +1621,7 @@ declare function RootContext$2(props: ToggleGroupRootContextProps): ReactNode;
|
|
|
1534
1621
|
interface ToggleGroupRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1535
1622
|
value: ReturnType<typeof useToggleGroup>;
|
|
1536
1623
|
}
|
|
1537
|
-
declare function ToggleGroupRootProvider(props: ToggleGroupRootProviderProps):
|
|
1624
|
+
declare function ToggleGroupRootProvider(props: ToggleGroupRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1538
1625
|
//#endregion
|
|
1539
1626
|
//#region src/components/toggle-group/modules/anatomy.d.ts
|
|
1540
1627
|
declare const ToggleGroup: typeof ToggleGroupRoot & {
|
|
@@ -1545,26 +1632,26 @@ declare const ToggleGroup: typeof ToggleGroupRoot & {
|
|
|
1545
1632
|
//#endregion
|
|
1546
1633
|
//#region src/components/tooltip/anatomy/arrow.d.ts
|
|
1547
1634
|
interface TooltipArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1548
|
-
declare function Arrow(props: TooltipArrowProps):
|
|
1635
|
+
declare function Arrow(props: TooltipArrowProps): react_jsx_runtime140.JSX.Element;
|
|
1549
1636
|
//#endregion
|
|
1550
1637
|
//#region src/components/tooltip/anatomy/arrow-tip.d.ts
|
|
1551
1638
|
interface TooltipArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1552
|
-
declare function ArrowTip(props: TooltipArrowTipProps):
|
|
1639
|
+
declare function ArrowTip(props: TooltipArrowTipProps): react_jsx_runtime140.JSX.Element;
|
|
1553
1640
|
//#endregion
|
|
1554
1641
|
//#region src/components/tooltip/anatomy/content.d.ts
|
|
1555
1642
|
interface TooltipContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1556
|
-
declare function Content(props: TooltipContentProps):
|
|
1643
|
+
declare function Content(props: TooltipContentProps): react_jsx_runtime140.JSX.Element;
|
|
1557
1644
|
//#endregion
|
|
1558
1645
|
//#region src/components/tooltip/anatomy/positioner.d.ts
|
|
1559
1646
|
interface TooltipPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1560
|
-
declare function Positioner(props: TooltipPositionerProps):
|
|
1647
|
+
declare function Positioner(props: TooltipPositionerProps): react_jsx_runtime140.JSX.Element;
|
|
1561
1648
|
//#endregion
|
|
1562
1649
|
//#region src/components/tooltip/anatomy/root.d.ts
|
|
1563
|
-
interface TooltipRootProps extends PropsWithChildren, Omit<Props$
|
|
1564
|
-
declare function Root$1(props: TooltipRootProps):
|
|
1650
|
+
interface TooltipRootProps extends PropsWithChildren, Omit<Props$23, 'id'> {}
|
|
1651
|
+
declare function Root$1(props: TooltipRootProps): react_jsx_runtime140.JSX.Element;
|
|
1565
1652
|
//#endregion
|
|
1566
1653
|
//#region src/components/tooltip/modules/provider.d.ts
|
|
1567
|
-
declare function useTooltip(props?: Omit<Props$
|
|
1654
|
+
declare function useTooltip(props?: Omit<Props$23, 'id'>): Api$23<PropTypes>;
|
|
1568
1655
|
//#endregion
|
|
1569
1656
|
//#region src/components/tooltip/anatomy/root-context.d.ts
|
|
1570
1657
|
interface TooltipRootContextProps {
|
|
@@ -1576,11 +1663,11 @@ declare function RootContext$1(props: TooltipRootContextProps): ReactNode;
|
|
|
1576
1663
|
interface TooltipRootProviderProps extends PropsWithChildren {
|
|
1577
1664
|
value: ReturnType<typeof useTooltip>;
|
|
1578
1665
|
}
|
|
1579
|
-
declare function RootProvider$1(props: TooltipRootProviderProps):
|
|
1666
|
+
declare function RootProvider$1(props: TooltipRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1580
1667
|
//#endregion
|
|
1581
1668
|
//#region src/components/tooltip/anatomy/trigger.d.ts
|
|
1582
1669
|
interface TooltipTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1583
|
-
declare function Trigger(props: TooltipTriggerProps):
|
|
1670
|
+
declare function Trigger(props: TooltipTriggerProps): react_jsx_runtime140.JSX.Element;
|
|
1584
1671
|
//#endregion
|
|
1585
1672
|
//#region src/components/tooltip/modules/anatomy.d.ts
|
|
1586
1673
|
declare const Tooltip: typeof Root$1 & {
|
|
@@ -1595,31 +1682,31 @@ declare const Tooltip: typeof Root$1 & {
|
|
|
1595
1682
|
//#endregion
|
|
1596
1683
|
//#region src/components/tree-view/anatomy/branch-content.d.ts
|
|
1597
1684
|
interface TreeViewBranchContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1598
|
-
declare function BranchContent(props: TreeViewBranchContentProps):
|
|
1685
|
+
declare function BranchContent(props: TreeViewBranchContentProps): react_jsx_runtime140.JSX.Element;
|
|
1599
1686
|
//#endregion
|
|
1600
1687
|
//#region src/components/tree-view/anatomy/branch-control.d.ts
|
|
1601
1688
|
interface TreeViewBranchControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1602
|
-
declare function BranchControl(props: TreeViewBranchControlProps):
|
|
1689
|
+
declare function BranchControl(props: TreeViewBranchControlProps): react_jsx_runtime140.JSX.Element;
|
|
1603
1690
|
//#endregion
|
|
1604
1691
|
//#region src/components/tree-view/anatomy/branch-indent-guide.d.ts
|
|
1605
1692
|
interface TreeViewBranchIndentGuideProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1606
|
-
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps):
|
|
1693
|
+
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps): react_jsx_runtime140.JSX.Element;
|
|
1607
1694
|
//#endregion
|
|
1608
1695
|
//#region src/components/tree-view/anatomy/branch-indicator.d.ts
|
|
1609
1696
|
interface TreeViewBranchIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1610
|
-
declare function BranchIndicator(props: TreeViewBranchIndicatorProps):
|
|
1697
|
+
declare function BranchIndicator(props: TreeViewBranchIndicatorProps): react_jsx_runtime140.JSX.Element;
|
|
1611
1698
|
//#endregion
|
|
1612
1699
|
//#region src/components/tree-view/anatomy/branch-text.d.ts
|
|
1613
1700
|
interface TreeViewBranchTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1614
|
-
declare function BranchText(props: TreeViewBranchTextProps):
|
|
1701
|
+
declare function BranchText(props: TreeViewBranchTextProps): react_jsx_runtime140.JSX.Element;
|
|
1615
1702
|
//#endregion
|
|
1616
1703
|
//#region src/components/tree-view/anatomy/branch.d.ts
|
|
1617
1704
|
interface TreeViewBranchProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1618
|
-
declare function Branch(props: TreeViewBranchProps):
|
|
1705
|
+
declare function Branch(props: TreeViewBranchProps): react_jsx_runtime140.JSX.Element;
|
|
1619
1706
|
//#endregion
|
|
1620
1707
|
//#region src/components/tree-view/anatomy/item.d.ts
|
|
1621
1708
|
interface TreeViewItemProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1622
|
-
declare function Item(props: TreeViewItemProps):
|
|
1709
|
+
declare function Item(props: TreeViewItemProps): react_jsx_runtime140.JSX.Element;
|
|
1623
1710
|
//#endregion
|
|
1624
1711
|
//#region src/components/tree-view/anatomy/label.d.ts
|
|
1625
1712
|
interface TreeViewLabelProps extends PropsWithElement<'h3'>, HTMLAttributes<'h3'> {
|
|
@@ -1630,7 +1717,7 @@ interface TreeViewLabelProps extends PropsWithElement<'h3'>, HTMLAttributes<'h3'
|
|
|
1630
1717
|
*/
|
|
1631
1718
|
level?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
1632
1719
|
}
|
|
1633
|
-
declare function Label(props: TreeViewLabelProps): JSX.Element;
|
|
1720
|
+
declare function Label(props: TreeViewLabelProps): react_jsx_runtime140.JSX.Element;
|
|
1634
1721
|
//#endregion
|
|
1635
1722
|
//#region src/components/tree-view/anatomy/node-context.d.ts
|
|
1636
1723
|
interface TreeViewNodeContextProps {
|
|
@@ -1642,10 +1729,10 @@ declare function NodeContext(props: TreeViewNodeContextProps): ReactNode;
|
|
|
1642
1729
|
interface TreeViewNodeProviderProps extends PropsWithChildren {
|
|
1643
1730
|
value: NodeProps;
|
|
1644
1731
|
}
|
|
1645
|
-
declare function NodeProvider(props: TreeViewNodeProviderProps):
|
|
1732
|
+
declare function NodeProvider(props: TreeViewNodeProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1646
1733
|
//#endregion
|
|
1647
1734
|
//#region src/components/tree-view/modules/provider.d.ts
|
|
1648
|
-
declare function useTreeView<T extends TreeNode = TreeNode>(props?: Omit<Props$
|
|
1735
|
+
declare function useTreeView<T extends TreeNode = TreeNode>(props?: Omit<Props$24<T>, 'id'>): Api$24<PropTypes>;
|
|
1649
1736
|
//#endregion
|
|
1650
1737
|
//#region src/components/tree-view/anatomy/root-context.d.ts
|
|
1651
1738
|
interface TreeViewRootContextProps {
|
|
@@ -1657,15 +1744,15 @@ declare function RootContext(props: TreeViewRootContextProps): ReactNode;
|
|
|
1657
1744
|
interface TreeViewRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1658
1745
|
value: ReturnType<typeof useTreeView>;
|
|
1659
1746
|
}
|
|
1660
|
-
declare function RootProvider(props: TreeViewRootProviderProps):
|
|
1747
|
+
declare function RootProvider(props: TreeViewRootProviderProps): react_jsx_runtime140.JSX.Element;
|
|
1661
1748
|
//#endregion
|
|
1662
1749
|
//#region src/components/tree-view/anatomy/root.d.ts
|
|
1663
|
-
interface TreeViewRootProps<T extends TreeNode = TreeNode> extends Omit<Props$
|
|
1664
|
-
declare function Root<T extends TreeNode = TreeNode>(props: TreeViewRootProps<T>):
|
|
1750
|
+
interface TreeViewRootProps<T extends TreeNode = TreeNode> extends Omit<Props$24<T>, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1751
|
+
declare function Root<T extends TreeNode = TreeNode>(props: TreeViewRootProps<T>): react_jsx_runtime140.JSX.Element;
|
|
1665
1752
|
//#endregion
|
|
1666
1753
|
//#region src/components/tree-view/anatomy/tree.d.ts
|
|
1667
1754
|
interface TreeViewTreeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1668
|
-
declare function Tree(props: TreeViewTreeProps):
|
|
1755
|
+
declare function Tree(props: TreeViewTreeProps): react_jsx_runtime140.JSX.Element;
|
|
1669
1756
|
//#endregion
|
|
1670
1757
|
//#region src/components/tree-view/modules/anatomy.d.ts
|
|
1671
1758
|
declare const TreeView: typeof Root & {
|
|
@@ -1687,4 +1774,4 @@ declare const TreeView: typeof Root & {
|
|
|
1687
1774
|
//#region src/hooks/use-list-collection.d.ts
|
|
1688
1775
|
declare function useListCollection<T extends CollectionItem = CollectionItem>(options: CollectionOptions<T>): ListCollection<T>;
|
|
1689
1776
|
//#endregion
|
|
1690
|
-
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, Steps, type StepsContentProps, type StepsIndicatorProps, type StepsItemProps, type StepsListProps, type StepsNextTriggerProps, type StepsPrevTriggerProps, type StepsRootContextProps, type StepsRootProps, type StepsRootProviderProps, type StepsSeparatorProps, type StepsTriggerProps, 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, useSteps, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
|
|
1777
|
+
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, Carousel, type CarouselAutoplayTriggerProps, type CarouselControlProps, type CarouselIndicatorGroupProps, type CarouselIndicatorProps, type CarouselItemGroupProps, type CarouselItemProps, type CarouselNextTriggerProps, type CarouselPrevTriggerProps, type CarouselProgressTextProps, type CarouselRootContextProps, type CarouselRootProps, type CarouselRootProviderProps, 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, type NavigationTriggerAnchorProps, type NavigationTriggerProps, type NavigationTriggerTextProps, 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, Steps, type StepsContentProps, type StepsIndicatorProps, type StepsItemProps, type StepsListProps, type StepsNextTriggerProps, type StepsPrevTriggerProps, type StepsRootContextProps, type StepsRootProps, type StepsRootProviderProps, type StepsSeparatorProps, type StepsTriggerProps, 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, useCarousel, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useFloatingPanel, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSteps, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
|