@skeletonlabs/skeleton-react 4.13.0 → 4.14.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 +258 -258
- package/package.json +29 -29
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as react from "react";
|
|
1
|
+
import * as _$react from "react";
|
|
2
2
|
import { ComponentProps, JSX, PropsWithChildren, ReactNode } from "react";
|
|
3
3
|
import { Api, ItemProps, Props } from "@zag-js/accordion";
|
|
4
4
|
import { PropTypes } from "@zag-js/react";
|
|
5
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
|
+
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
6
|
import { Api as Api$1, Props as Props$1 } from "@zag-js/avatar";
|
|
7
7
|
import { Api as Api$2, IndicatorProps, ItemProps as ItemProps$1, Props as Props$2 } from "@zag-js/carousel";
|
|
8
8
|
import { Api as Api$3, Props as Props$3 } from "@zag-js/collapsible";
|
|
@@ -44,19 +44,19 @@ interface PropsWithElement<T extends keyof JSX.IntrinsicElements> {
|
|
|
44
44
|
//#endregion
|
|
45
45
|
//#region src/components/accordion/anatomy/item-content.d.ts
|
|
46
46
|
interface AccordionItemContentProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
47
|
-
declare function ItemContent(props: AccordionItemContentProps): react.JSX.Element;
|
|
47
|
+
declare function ItemContent(props: AccordionItemContentProps): _$react.JSX.Element;
|
|
48
48
|
//#endregion
|
|
49
49
|
//#region src/components/accordion/anatomy/item-indicator.d.ts
|
|
50
50
|
interface AccordionItemIndicatorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
51
|
-
declare function ItemIndicator$3(props: AccordionItemIndicatorProps): react.JSX.Element;
|
|
51
|
+
declare function ItemIndicator$3(props: AccordionItemIndicatorProps): _$react.JSX.Element;
|
|
52
52
|
//#endregion
|
|
53
53
|
//#region src/components/accordion/anatomy/item.d.ts
|
|
54
54
|
interface AccordionItemProps extends ItemProps, PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
55
|
-
declare function Item$12(props: AccordionItemProps): react_jsx_runtime0.JSX.Element;
|
|
55
|
+
declare function Item$12(props: AccordionItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
56
56
|
//#endregion
|
|
57
57
|
//#region src/components/accordion/anatomy/root.d.ts
|
|
58
58
|
interface AccordionRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
59
|
-
declare function Root$19(props: AccordionRootProps): react_jsx_runtime0.JSX.Element;
|
|
59
|
+
declare function Root$19(props: AccordionRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
60
60
|
//#endregion
|
|
61
61
|
//#region src/components/accordion/modules/provider.d.ts
|
|
62
62
|
declare function useAccordion(props?: Omit<Props, 'id'>): Api<PropTypes>;
|
|
@@ -71,11 +71,11 @@ declare function RootContext$24(props: AccordionRootContextProps): ReactNode;
|
|
|
71
71
|
interface AccordionRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
72
72
|
value: ReturnType<typeof useAccordion>;
|
|
73
73
|
}
|
|
74
|
-
declare function RootProvider$18(props: AccordionRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
74
|
+
declare function RootProvider$18(props: AccordionRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
75
75
|
//#endregion
|
|
76
76
|
//#region src/components/accordion/anatomy/item-trigger.d.ts
|
|
77
77
|
interface AccordionItemTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
78
|
-
declare function ItemTrigger(props: AccordionItemTriggerProps): react.JSX.Element;
|
|
78
|
+
declare function ItemTrigger(props: AccordionItemTriggerProps): _$react.JSX.Element;
|
|
79
79
|
//#endregion
|
|
80
80
|
//#region src/components/accordion/modules/anatomy.d.ts
|
|
81
81
|
declare const Accordion: typeof Root$19 & {
|
|
@@ -89,23 +89,23 @@ declare const Accordion: typeof Root$19 & {
|
|
|
89
89
|
//#endregion
|
|
90
90
|
//#region src/components/app-bar/anatomy/root.d.ts
|
|
91
91
|
interface AppBarRootProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
92
|
-
declare function AppBarRoot(props: AppBarRootProps): react.JSX.Element;
|
|
92
|
+
declare function AppBarRoot(props: AppBarRootProps): _$react.JSX.Element;
|
|
93
93
|
//#endregion
|
|
94
94
|
//#region src/components/app-bar/anatomy/toolbar.d.ts
|
|
95
95
|
interface AppBarToolbarProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
96
|
-
declare function AppBarToolbar(props: AppBarToolbarProps): react.JSX.Element;
|
|
96
|
+
declare function AppBarToolbar(props: AppBarToolbarProps): _$react.JSX.Element;
|
|
97
97
|
//#endregion
|
|
98
98
|
//#region src/components/app-bar/anatomy/lead.d.ts
|
|
99
99
|
interface AppBarLeadProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
100
|
-
declare function AppBarLead(props: AppBarLeadProps): react.JSX.Element;
|
|
100
|
+
declare function AppBarLead(props: AppBarLeadProps): _$react.JSX.Element;
|
|
101
101
|
//#endregion
|
|
102
102
|
//#region src/components/app-bar/anatomy/headline.d.ts
|
|
103
103
|
interface AppBarHeadlineProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
104
|
-
declare function AppBarHeadline(props: AppBarHeadlineProps): react.JSX.Element;
|
|
104
|
+
declare function AppBarHeadline(props: AppBarHeadlineProps): _$react.JSX.Element;
|
|
105
105
|
//#endregion
|
|
106
106
|
//#region src/components/app-bar/anatomy/trail.d.ts
|
|
107
107
|
interface AppBarTrailProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
108
|
-
declare function AppBarTrail(props: AppBarTrailProps): react.JSX.Element;
|
|
108
|
+
declare function AppBarTrail(props: AppBarTrailProps): _$react.JSX.Element;
|
|
109
109
|
//#endregion
|
|
110
110
|
//#region src/components/app-bar/modules/anatomy.d.ts
|
|
111
111
|
declare const AppBar: typeof AppBarRoot & {
|
|
@@ -117,15 +117,15 @@ declare const AppBar: typeof AppBarRoot & {
|
|
|
117
117
|
//#endregion
|
|
118
118
|
//#region src/components/avatar/anatomy/fallback.d.ts
|
|
119
119
|
interface AvatarFallbackProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
120
|
-
declare function Fallback(props: AvatarFallbackProps): react.JSX.Element;
|
|
120
|
+
declare function Fallback(props: AvatarFallbackProps): _$react.JSX.Element;
|
|
121
121
|
//#endregion
|
|
122
122
|
//#region src/components/avatar/anatomy/image.d.ts
|
|
123
123
|
interface AvatarImageProps extends PropsWithElement<'img'>, HTMLAttributes<'img', 'children'> {}
|
|
124
|
-
declare function Image(props: AvatarImageProps): react.JSX.Element;
|
|
124
|
+
declare function Image(props: AvatarImageProps): _$react.JSX.Element;
|
|
125
125
|
//#endregion
|
|
126
126
|
//#region src/components/avatar/anatomy/root.d.ts
|
|
127
127
|
interface AvatarRootProps extends Omit<Props$1, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
128
|
-
declare function AvatarRoot(props: AvatarRootProps): react_jsx_runtime0.JSX.Element;
|
|
128
|
+
declare function AvatarRoot(props: AvatarRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
129
129
|
//#endregion
|
|
130
130
|
//#region src/components/avatar/modules/provider.d.ts
|
|
131
131
|
declare function useAvatar(props?: Omit<Props$1, 'id'>): Api$1<PropTypes>;
|
|
@@ -140,7 +140,7 @@ declare function RootContext$23(props: AvatarRootContextProps): ReactNode;
|
|
|
140
140
|
interface AvatarRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
141
141
|
value: ReturnType<typeof useAvatar>;
|
|
142
142
|
}
|
|
143
|
-
declare function AvatarRootProvider(props: AvatarRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
143
|
+
declare function AvatarRootProvider(props: AvatarRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
144
144
|
//#endregion
|
|
145
145
|
//#region src/components/avatar/modules/anatomy.d.ts
|
|
146
146
|
declare const Avatar: typeof AvatarRoot & {
|
|
@@ -152,43 +152,43 @@ declare const Avatar: typeof AvatarRoot & {
|
|
|
152
152
|
//#endregion
|
|
153
153
|
//#region src/components/carousel/anatomy/autoplay-trigger.d.ts
|
|
154
154
|
interface CarouselAutoplayTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
155
|
-
declare function AutoplayTrigger(props: CarouselAutoplayTriggerProps): react.JSX.Element;
|
|
155
|
+
declare function AutoplayTrigger(props: CarouselAutoplayTriggerProps): _$react.JSX.Element;
|
|
156
156
|
//#endregion
|
|
157
157
|
//#region src/components/carousel/anatomy/control.d.ts
|
|
158
158
|
interface CarouselControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
159
|
-
declare function Control$8(props: CarouselControlProps): react.JSX.Element;
|
|
159
|
+
declare function Control$8(props: CarouselControlProps): _$react.JSX.Element;
|
|
160
160
|
//#endregion
|
|
161
161
|
//#region src/components/carousel/anatomy/indicator-group.d.ts
|
|
162
162
|
interface CarouselIndicatorGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
163
|
-
declare function IndicatorGroup(props: CarouselIndicatorGroupProps): react.JSX.Element;
|
|
163
|
+
declare function IndicatorGroup(props: CarouselIndicatorGroupProps): _$react.JSX.Element;
|
|
164
164
|
//#endregion
|
|
165
165
|
//#region src/components/carousel/anatomy/indicator.d.ts
|
|
166
166
|
interface CarouselIndicatorProps extends IndicatorProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
167
|
-
declare function Indicator$5(props: CarouselIndicatorProps): react.JSX.Element;
|
|
167
|
+
declare function Indicator$5(props: CarouselIndicatorProps): _$react.JSX.Element;
|
|
168
168
|
//#endregion
|
|
169
169
|
//#region src/components/carousel/anatomy/item-group.d.ts
|
|
170
170
|
interface CarouselItemGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
171
|
-
declare function ItemGroup$4(props: CarouselItemGroupProps): react.JSX.Element;
|
|
171
|
+
declare function ItemGroup$4(props: CarouselItemGroupProps): _$react.JSX.Element;
|
|
172
172
|
//#endregion
|
|
173
173
|
//#region src/components/carousel/anatomy/item.d.ts
|
|
174
174
|
interface CarouselItemProps extends ItemProps$1, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
175
|
-
declare function Item$11(props: CarouselItemProps): react.JSX.Element;
|
|
175
|
+
declare function Item$11(props: CarouselItemProps): _$react.JSX.Element;
|
|
176
176
|
//#endregion
|
|
177
177
|
//#region src/components/carousel/anatomy/next-trigger.d.ts
|
|
178
178
|
interface CarouselNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
179
|
-
declare function NextTrigger$3(props: CarouselNextTriggerProps): react.JSX.Element;
|
|
179
|
+
declare function NextTrigger$3(props: CarouselNextTriggerProps): _$react.JSX.Element;
|
|
180
180
|
//#endregion
|
|
181
181
|
//#region src/components/carousel/anatomy/prev-trigger.d.ts
|
|
182
182
|
interface CarouselPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
183
|
-
declare function PrevTrigger$3(props: CarouselPrevTriggerProps): react.JSX.Element;
|
|
183
|
+
declare function PrevTrigger$3(props: CarouselPrevTriggerProps): _$react.JSX.Element;
|
|
184
184
|
//#endregion
|
|
185
185
|
//#region src/components/carousel/anatomy/progress-text.d.ts
|
|
186
186
|
interface CarouselProgressTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
187
|
-
declare function ProgressText(props: CarouselProgressTextProps): react.JSX.Element;
|
|
187
|
+
declare function ProgressText(props: CarouselProgressTextProps): _$react.JSX.Element;
|
|
188
188
|
//#endregion
|
|
189
189
|
//#region src/components/carousel/anatomy/root.d.ts
|
|
190
190
|
interface CarouselRootProps extends Omit<Props$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
191
|
-
declare function Root$18(props: CarouselRootProps): react_jsx_runtime0.JSX.Element;
|
|
191
|
+
declare function Root$18(props: CarouselRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
192
192
|
//#endregion
|
|
193
193
|
//#region src/components/carousel/modules/provider.d.ts
|
|
194
194
|
declare function useCarousel(props: Omit<Props$2, 'id'> & {
|
|
@@ -205,7 +205,7 @@ declare function RootContext$22(props: CarouselRootContextProps): ReactNode;
|
|
|
205
205
|
interface CarouselRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
206
206
|
value: ReturnType<typeof useCarousel>;
|
|
207
207
|
}
|
|
208
|
-
declare function RootProvider$17(props: CarouselRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
208
|
+
declare function RootProvider$17(props: CarouselRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
209
209
|
//#endregion
|
|
210
210
|
//#region src/components/carousel/modules/anatomy.d.ts
|
|
211
211
|
declare const Carousel: typeof Root$18 & {
|
|
@@ -224,11 +224,11 @@ declare const Carousel: typeof Root$18 & {
|
|
|
224
224
|
//#endregion
|
|
225
225
|
//#region src/components/collapsible/anatomy/content.d.ts
|
|
226
226
|
interface CollapsibleContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
227
|
-
declare function Content$10(props: CollapsibleContentProps): react.JSX.Element;
|
|
227
|
+
declare function Content$10(props: CollapsibleContentProps): _$react.JSX.Element;
|
|
228
228
|
//#endregion
|
|
229
229
|
//#region src/components/collapsible/anatomy/root.d.ts
|
|
230
230
|
interface CollapsibleRootProps extends Omit<Props$3, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
231
|
-
declare function CollapsibleRoot(props: CollapsibleRootProps): react_jsx_runtime0.JSX.Element;
|
|
231
|
+
declare function CollapsibleRoot(props: CollapsibleRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
232
232
|
//#endregion
|
|
233
233
|
//#region src/components/collapsible/modules/provider.d.ts
|
|
234
234
|
declare function useCollapsible(props?: Omit<Props$3, 'id'>): Api$3<PropTypes>;
|
|
@@ -243,15 +243,15 @@ declare function RootContext$21(props: CollapsibleRootContextProps): ReactNode;
|
|
|
243
243
|
interface CollapsibleRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
244
244
|
value: ReturnType<typeof useCollapsible>;
|
|
245
245
|
}
|
|
246
|
-
declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
246
|
+
declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
247
247
|
//#endregion
|
|
248
248
|
//#region src/components/collapsible/anatomy/trigger.d.ts
|
|
249
249
|
interface CollapsibleTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
250
|
-
declare function Trigger$10(props: CollapsibleTriggerProps): react.JSX.Element;
|
|
250
|
+
declare function Trigger$10(props: CollapsibleTriggerProps): _$react.JSX.Element;
|
|
251
251
|
//#endregion
|
|
252
252
|
//#region src/components/collapsible/anatomy/indicator.d.ts
|
|
253
253
|
interface CollapsibleIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
254
|
-
declare function Indicator$4(props: CollapsibleIndicatorProps): react.JSX.Element;
|
|
254
|
+
declare function Indicator$4(props: CollapsibleIndicatorProps): _$react.JSX.Element;
|
|
255
255
|
//#endregion
|
|
256
256
|
//#region src/components/collapsible/modules/anatomy.d.ts
|
|
257
257
|
declare const Collapsible: typeof CollapsibleRoot & {
|
|
@@ -264,51 +264,51 @@ declare const Collapsible: typeof CollapsibleRoot & {
|
|
|
264
264
|
//#endregion
|
|
265
265
|
//#region src/components/combobox/anatomy/clear-trigger.d.ts
|
|
266
266
|
interface ComboboxClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
267
|
-
declare function ClearTrigger$2(props: ComboboxClearTriggerProps): react.JSX.Element;
|
|
267
|
+
declare function ClearTrigger$2(props: ComboboxClearTriggerProps): _$react.JSX.Element;
|
|
268
268
|
//#endregion
|
|
269
269
|
//#region src/components/combobox/anatomy/content.d.ts
|
|
270
270
|
interface ComboboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
271
|
-
declare function Content$9(props: ComboboxContentProps): react.JSX.Element;
|
|
271
|
+
declare function Content$9(props: ComboboxContentProps): _$react.JSX.Element;
|
|
272
272
|
//#endregion
|
|
273
273
|
//#region src/components/combobox/anatomy/control.d.ts
|
|
274
274
|
interface ComboboxControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
275
|
-
declare function Control$7(props: ComboboxControlProps): react.JSX.Element;
|
|
275
|
+
declare function Control$7(props: ComboboxControlProps): _$react.JSX.Element;
|
|
276
276
|
//#endregion
|
|
277
277
|
//#region src/components/combobox/anatomy/input.d.ts
|
|
278
278
|
interface ComboboxInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
279
|
-
declare function Input$3(props: ComboboxInputProps): react.JSX.Element;
|
|
279
|
+
declare function Input$3(props: ComboboxInputProps): _$react.JSX.Element;
|
|
280
280
|
//#endregion
|
|
281
281
|
//#region src/components/combobox/anatomy/item.d.ts
|
|
282
282
|
interface ComboboxItemProps extends ItemProps$2, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
283
|
-
declare function Item$10(props: ComboboxItemProps): react_jsx_runtime0.JSX.Element;
|
|
283
|
+
declare function Item$10(props: ComboboxItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
284
284
|
//#endregion
|
|
285
285
|
//#region src/components/combobox/anatomy/item-group.d.ts
|
|
286
286
|
interface ComboboxItemGroupProps extends Omit<ItemGroupProps, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id'> {}
|
|
287
|
-
declare function ItemGroup$3(props: ComboboxItemGroupProps): react_jsx_runtime0.JSX.Element;
|
|
287
|
+
declare function ItemGroup$3(props: ComboboxItemGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
288
288
|
//#endregion
|
|
289
289
|
//#region src/components/combobox/anatomy/item-group-label.d.ts
|
|
290
290
|
interface ComboboxItemGroupLabelProps extends Omit<ItemGroupLabelProps, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
291
|
-
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps): react.JSX.Element;
|
|
291
|
+
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps): _$react.JSX.Element;
|
|
292
292
|
//#endregion
|
|
293
293
|
//#region src/components/combobox/anatomy/item-indicator.d.ts
|
|
294
294
|
interface ComboboxItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
295
|
-
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps): react.JSX.Element;
|
|
295
|
+
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps): _$react.JSX.Element;
|
|
296
296
|
//#endregion
|
|
297
297
|
//#region src/components/combobox/anatomy/item-text.d.ts
|
|
298
298
|
interface ComboboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
299
|
-
declare function ItemText$4(props: ComboboxItemTextProps): react.JSX.Element;
|
|
299
|
+
declare function ItemText$4(props: ComboboxItemTextProps): _$react.JSX.Element;
|
|
300
300
|
//#endregion
|
|
301
301
|
//#region src/components/combobox/anatomy/label.d.ts
|
|
302
302
|
interface ComboboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
303
|
-
declare function Label$10(props: ComboboxLabelProps): react.JSX.Element;
|
|
303
|
+
declare function Label$10(props: ComboboxLabelProps): _$react.JSX.Element;
|
|
304
304
|
//#endregion
|
|
305
305
|
//#region src/components/combobox/anatomy/positioner.d.ts
|
|
306
306
|
interface ComboboxPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
307
|
-
declare function Positioner$6(props: ComboboxPositionerProps): react.JSX.Element;
|
|
307
|
+
declare function Positioner$6(props: ComboboxPositionerProps): _$react.JSX.Element;
|
|
308
308
|
//#endregion
|
|
309
309
|
//#region src/components/combobox/anatomy/root.d.ts
|
|
310
310
|
interface ComboboxRootProps extends Omit<Props$4, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
311
|
-
declare function Root$17(props: ComboboxRootProps): react_jsx_runtime0.JSX.Element;
|
|
311
|
+
declare function Root$17(props: ComboboxRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
312
312
|
//#endregion
|
|
313
313
|
//#region src/components/combobox/modules/provider.d.ts
|
|
314
314
|
declare function useCombobox(props?: Omit<Props$4, 'id'>): Api$4<PropTypes>;
|
|
@@ -323,11 +323,11 @@ declare function RootContext$20(props: ComboboxRootContextProps): ReactNode;
|
|
|
323
323
|
interface ComboboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
324
324
|
value: ReturnType<typeof useCombobox>;
|
|
325
325
|
}
|
|
326
|
-
declare function RootProvider$16(props: ComboboxRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
326
|
+
declare function RootProvider$16(props: ComboboxRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
327
327
|
//#endregion
|
|
328
328
|
//#region src/components/combobox/anatomy/trigger.d.ts
|
|
329
329
|
interface ComboboxTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
330
|
-
declare function Trigger$9(props: ComboboxTriggerProps): react.JSX.Element;
|
|
330
|
+
declare function Trigger$9(props: ComboboxTriggerProps): _$react.JSX.Element;
|
|
331
331
|
//#endregion
|
|
332
332
|
//#region src/components/combobox/modules/anatomy.d.ts
|
|
333
333
|
declare const Combobox: typeof Root$17 & {
|
|
@@ -349,47 +349,47 @@ declare const Combobox: typeof Root$17 & {
|
|
|
349
349
|
//#endregion
|
|
350
350
|
//#region src/components/date-picker/anatomy/content.d.ts
|
|
351
351
|
interface DatePickerContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
352
|
-
declare function Content$8(props: DatePickerContentProps): react.JSX.Element;
|
|
352
|
+
declare function Content$8(props: DatePickerContentProps): _$react.JSX.Element;
|
|
353
353
|
//#endregion
|
|
354
354
|
//#region src/components/date-picker/anatomy/control.d.ts
|
|
355
355
|
interface DatePickerControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
356
|
-
declare function Control$6(props: DatePickerControlProps): react.JSX.Element;
|
|
356
|
+
declare function Control$6(props: DatePickerControlProps): _$react.JSX.Element;
|
|
357
357
|
//#endregion
|
|
358
358
|
//#region src/components/date-picker/anatomy/input.d.ts
|
|
359
359
|
interface DatePickerInputProps extends InputProps, PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
360
|
-
declare function Input$2(props: DatePickerInputProps): react.JSX.Element;
|
|
360
|
+
declare function Input$2(props: DatePickerInputProps): _$react.JSX.Element;
|
|
361
361
|
//#endregion
|
|
362
362
|
//#region src/components/date-picker/anatomy/label.d.ts
|
|
363
363
|
interface DatePickerLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
364
|
-
declare function Label$9(props: DatePickerLabelProps): react.JSX.Element;
|
|
364
|
+
declare function Label$9(props: DatePickerLabelProps): _$react.JSX.Element;
|
|
365
365
|
//#endregion
|
|
366
366
|
//#region src/components/date-picker/anatomy/month-select.d.ts
|
|
367
367
|
interface DatePickerMonthSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
368
|
-
declare function MonthSelect(props: DatePickerMonthSelectProps): react.JSX.Element;
|
|
368
|
+
declare function MonthSelect(props: DatePickerMonthSelectProps): _$react.JSX.Element;
|
|
369
369
|
//#endregion
|
|
370
370
|
//#region src/components/date-picker/anatomy/next-trigger.d.ts
|
|
371
371
|
interface DatePickerNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
372
|
-
declare function NextTrigger$2(props: DatePickerNextTriggerProps): react.JSX.Element;
|
|
372
|
+
declare function NextTrigger$2(props: DatePickerNextTriggerProps): _$react.JSX.Element;
|
|
373
373
|
//#endregion
|
|
374
374
|
//#region src/components/date-picker/anatomy/positioner.d.ts
|
|
375
375
|
interface DatePickerPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
376
|
-
declare function Positioner$5(props: DatePickerPositionerProps): react.JSX.Element;
|
|
376
|
+
declare function Positioner$5(props: DatePickerPositionerProps): _$react.JSX.Element;
|
|
377
377
|
//#endregion
|
|
378
378
|
//#region src/components/date-picker/anatomy/preset-trigger.d.ts
|
|
379
379
|
interface DatePickerPresetTriggerProps extends PresetTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
380
|
-
declare function PresetTrigger(props: DatePickerPresetTriggerProps): react.JSX.Element;
|
|
380
|
+
declare function PresetTrigger(props: DatePickerPresetTriggerProps): _$react.JSX.Element;
|
|
381
381
|
//#endregion
|
|
382
382
|
//#region src/components/date-picker/anatomy/prev-trigger.d.ts
|
|
383
383
|
interface DatePickerPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
384
|
-
declare function PrevTrigger$2(props: DatePickerPrevTriggerProps): react.JSX.Element;
|
|
384
|
+
declare function PrevTrigger$2(props: DatePickerPrevTriggerProps): _$react.JSX.Element;
|
|
385
385
|
//#endregion
|
|
386
386
|
//#region src/components/date-picker/anatomy/range-text.d.ts
|
|
387
387
|
interface DatePickerRangeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
388
|
-
declare function RangeText(props: DatePickerRangeTextProps): react.JSX.Element;
|
|
388
|
+
declare function RangeText(props: DatePickerRangeTextProps): _$react.JSX.Element;
|
|
389
389
|
//#endregion
|
|
390
390
|
//#region src/components/date-picker/anatomy/root.d.ts
|
|
391
391
|
interface DatePickerRootProps extends Omit<Props$5, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
392
|
-
declare function Root$16(props: DatePickerRootProps): react_jsx_runtime0.JSX.Element;
|
|
392
|
+
declare function Root$16(props: DatePickerRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
393
393
|
//#endregion
|
|
394
394
|
//#region src/components/date-picker/modules/provider.d.ts
|
|
395
395
|
declare function useDatePicker(props?: Omit<Props$5, 'id'>): Api$5<PropTypes>;
|
|
@@ -404,58 +404,58 @@ declare function RootContext$19(props: DatePickerRootContextProps): ReactNode;
|
|
|
404
404
|
interface DatePickerRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
405
405
|
value: ReturnType<typeof useDatePicker>;
|
|
406
406
|
}
|
|
407
|
-
declare function RootProvider$15(props: DatePickerRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
407
|
+
declare function RootProvider$15(props: DatePickerRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
408
408
|
//#endregion
|
|
409
409
|
//#region src/components/date-picker/anatomy/table.d.ts
|
|
410
410
|
interface DatePickerTableProps extends PropsWithElement<'table'>, HTMLAttributes<'table'> {}
|
|
411
|
-
declare function Table(props: DatePickerTableProps): react.JSX.Element;
|
|
411
|
+
declare function Table(props: DatePickerTableProps): _$react.JSX.Element;
|
|
412
412
|
//#endregion
|
|
413
413
|
//#region src/components/date-picker/anatomy/table-body.d.ts
|
|
414
414
|
interface DatePickerTableBodyProps extends PropsWithElement<'tbody'>, HTMLAttributes<'tbody'> {}
|
|
415
|
-
declare function TableBody(props: DatePickerTableBodyProps): react.JSX.Element;
|
|
415
|
+
declare function TableBody(props: DatePickerTableBodyProps): _$react.JSX.Element;
|
|
416
416
|
//#endregion
|
|
417
417
|
//#region src/internal/union.d.ts
|
|
418
418
|
type Union<T, U> = { [K in keyof T]: K extends keyof U ? U[K] | T[K] : T[K] } & Omit<U, keyof T>;
|
|
419
419
|
//#endregion
|
|
420
420
|
//#region src/components/date-picker/anatomy/table-cell.d.ts
|
|
421
421
|
interface DatePickerTableCellProps extends Union<TableCellProps, DayTableCellProps>, PropsWithElement<'td'>, HTMLAttributes<'td'> {}
|
|
422
|
-
declare function TableCell(props: DatePickerTableCellProps): react_jsx_runtime0.JSX.Element;
|
|
422
|
+
declare function TableCell(props: DatePickerTableCellProps): _$react_jsx_runtime0.JSX.Element;
|
|
423
423
|
//#endregion
|
|
424
424
|
//#region src/components/date-picker/anatomy/table-cell-trigger.d.ts
|
|
425
425
|
interface DatePickerTableCellTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
426
|
-
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps): react.JSX.Element;
|
|
426
|
+
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps): _$react.JSX.Element;
|
|
427
427
|
//#endregion
|
|
428
428
|
//#region src/components/date-picker/anatomy/table-head.d.ts
|
|
429
429
|
interface DatePickerTableHeadProps extends PropsWithElement<'thead'>, HTMLAttributes<'thead'> {}
|
|
430
|
-
declare function TableHead(props: DatePickerTableHeadProps): react.JSX.Element;
|
|
430
|
+
declare function TableHead(props: DatePickerTableHeadProps): _$react.JSX.Element;
|
|
431
431
|
//#endregion
|
|
432
432
|
//#region src/components/date-picker/anatomy/table-header.d.ts
|
|
433
433
|
interface DatePickerTableHeaderProps extends PropsWithElement<'th'>, HTMLAttributes<'th'> {}
|
|
434
|
-
declare function TableHeader(props: DatePickerTableHeaderProps): react.JSX.Element;
|
|
434
|
+
declare function TableHeader(props: DatePickerTableHeaderProps): _$react.JSX.Element;
|
|
435
435
|
//#endregion
|
|
436
436
|
//#region src/components/date-picker/anatomy/table-row.d.ts
|
|
437
437
|
interface DatePickerTableRowProps extends PropsWithElement<'tr'>, HTMLAttributes<'tr'> {}
|
|
438
|
-
declare function TableRow(props: DatePickerTableRowProps): react.JSX.Element;
|
|
438
|
+
declare function TableRow(props: DatePickerTableRowProps): _$react.JSX.Element;
|
|
439
439
|
//#endregion
|
|
440
440
|
//#region src/components/date-picker/anatomy/trigger.d.ts
|
|
441
441
|
interface DatePickerTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
442
|
-
declare function Trigger$8(props: DatePickerTriggerProps): react.JSX.Element;
|
|
442
|
+
declare function Trigger$8(props: DatePickerTriggerProps): _$react.JSX.Element;
|
|
443
443
|
//#endregion
|
|
444
444
|
//#region src/components/date-picker/anatomy/view.d.ts
|
|
445
445
|
interface DatePickerViewProps extends ViewProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
446
|
-
declare function View(props: DatePickerViewProps): react_jsx_runtime0.JSX.Element;
|
|
446
|
+
declare function View(props: DatePickerViewProps): _$react_jsx_runtime0.JSX.Element;
|
|
447
447
|
//#endregion
|
|
448
448
|
//#region src/components/date-picker/anatomy/view-control.d.ts
|
|
449
449
|
interface DatePickerViewControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
450
|
-
declare function ViewControl(props: DatePickerViewControlProps): react.JSX.Element;
|
|
450
|
+
declare function ViewControl(props: DatePickerViewControlProps): _$react.JSX.Element;
|
|
451
451
|
//#endregion
|
|
452
452
|
//#region src/components/date-picker/anatomy/view-trigger.d.ts
|
|
453
453
|
interface DatePickerViewTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
454
|
-
declare function ViewTrigger(props: DatePickerViewTriggerProps): react.JSX.Element;
|
|
454
|
+
declare function ViewTrigger(props: DatePickerViewTriggerProps): _$react.JSX.Element;
|
|
455
455
|
//#endregion
|
|
456
456
|
//#region src/components/date-picker/anatomy/year-select.d.ts
|
|
457
457
|
interface DatePickerYearSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
458
|
-
declare function YearSelect(props: DatePickerYearSelectProps): react.JSX.Element;
|
|
458
|
+
declare function YearSelect(props: DatePickerYearSelectProps): _$react.JSX.Element;
|
|
459
459
|
//#endregion
|
|
460
460
|
//#region src/components/date-picker/modules/anatomy.d.ts
|
|
461
461
|
declare const DatePicker: typeof Root$16 & {
|
|
@@ -487,27 +487,27 @@ declare const DatePicker: typeof Root$16 & {
|
|
|
487
487
|
//#endregion
|
|
488
488
|
//#region src/components/dialog/anatomy/backdrop.d.ts
|
|
489
489
|
interface DialogBackdropProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
490
|
-
declare function Backdrop(props: DialogBackdropProps): react.JSX.Element;
|
|
490
|
+
declare function Backdrop(props: DialogBackdropProps): _$react.JSX.Element;
|
|
491
491
|
//#endregion
|
|
492
492
|
//#region src/components/dialog/anatomy/close-trigger.d.ts
|
|
493
493
|
interface DialogCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
494
|
-
declare function CloseTrigger$3(props: DialogCloseTriggerProps): react.JSX.Element;
|
|
494
|
+
declare function CloseTrigger$3(props: DialogCloseTriggerProps): _$react.JSX.Element;
|
|
495
495
|
//#endregion
|
|
496
496
|
//#region src/components/dialog/anatomy/content.d.ts
|
|
497
497
|
interface DialogContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
498
|
-
declare function Content$7(props: DialogContentProps): react.JSX.Element;
|
|
498
|
+
declare function Content$7(props: DialogContentProps): _$react.JSX.Element;
|
|
499
499
|
//#endregion
|
|
500
500
|
//#region src/components/dialog/anatomy/description.d.ts
|
|
501
501
|
interface DialogDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
502
|
-
declare function Description$2(props: DialogDescriptionProps): react.JSX.Element;
|
|
502
|
+
declare function Description$2(props: DialogDescriptionProps): _$react.JSX.Element;
|
|
503
503
|
//#endregion
|
|
504
504
|
//#region src/components/dialog/anatomy/positioner.d.ts
|
|
505
505
|
interface DialogPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
506
|
-
declare function Positioner$4(props: DialogPositionerProps): react.JSX.Element;
|
|
506
|
+
declare function Positioner$4(props: DialogPositionerProps): _$react.JSX.Element;
|
|
507
507
|
//#endregion
|
|
508
508
|
//#region src/components/dialog/anatomy/root.d.ts
|
|
509
509
|
interface DialogRootProps extends PropsWithChildren, Omit<Props$6, 'id'> {}
|
|
510
|
-
declare function Root$15(props: DialogRootProps): react_jsx_runtime0.JSX.Element;
|
|
510
|
+
declare function Root$15(props: DialogRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
511
511
|
//#endregion
|
|
512
512
|
//#region src/components/dialog/modules/provider.d.ts
|
|
513
513
|
declare function useDialog(props?: Omit<Props$6, 'id'>): Api$6<PropTypes>;
|
|
@@ -522,15 +522,15 @@ declare function RootContext$18(props: DialogRootContextProps): ReactNode;
|
|
|
522
522
|
interface DialogRootProviderProps extends PropsWithChildren {
|
|
523
523
|
value: ReturnType<typeof useDialog>;
|
|
524
524
|
}
|
|
525
|
-
declare function RootProvider$14(props: DialogRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
525
|
+
declare function RootProvider$14(props: DialogRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
526
526
|
//#endregion
|
|
527
527
|
//#region src/components/dialog/anatomy/title.d.ts
|
|
528
528
|
interface DialogTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
529
|
-
declare function Title$3(props: DialogTitleProps): react.JSX.Element;
|
|
529
|
+
declare function Title$3(props: DialogTitleProps): _$react.JSX.Element;
|
|
530
530
|
//#endregion
|
|
531
531
|
//#region src/components/dialog/anatomy/trigger.d.ts
|
|
532
532
|
interface DialogTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
533
|
-
declare function Trigger$7(props: DialogTriggerProps): react.JSX.Element;
|
|
533
|
+
declare function Trigger$7(props: DialogTriggerProps): _$react.JSX.Element;
|
|
534
534
|
//#endregion
|
|
535
535
|
//#region src/components/dialog/modules/anatomy.d.ts
|
|
536
536
|
declare const Dialog: typeof Root$15 & {
|
|
@@ -547,43 +547,43 @@ declare const Dialog: typeof Root$15 & {
|
|
|
547
547
|
//#endregion
|
|
548
548
|
//#region src/components/file-upload/anatomy/clear-trigger.d.ts
|
|
549
549
|
interface FileUploadClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
550
|
-
declare function ClearTrigger$1(props: FileUploadClearTriggerProps): react.JSX.Element;
|
|
550
|
+
declare function ClearTrigger$1(props: FileUploadClearTriggerProps): _$react.JSX.Element;
|
|
551
551
|
//#endregion
|
|
552
552
|
//#region src/components/file-upload/anatomy/dropzone.d.ts
|
|
553
553
|
interface FileUploadDropzoneProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
554
|
-
declare function Dropzone(props: FileUploadDropzoneProps): react.JSX.Element;
|
|
554
|
+
declare function Dropzone(props: FileUploadDropzoneProps): _$react.JSX.Element;
|
|
555
555
|
//#endregion
|
|
556
556
|
//#region src/components/file-upload/anatomy/hidden-input.d.ts
|
|
557
557
|
interface FileUploadHiddenInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
558
|
-
declare function HiddenInput$4(props: FileUploadHiddenInputProps): react.JSX.Element;
|
|
558
|
+
declare function HiddenInput$4(props: FileUploadHiddenInputProps): _$react.JSX.Element;
|
|
559
559
|
//#endregion
|
|
560
560
|
//#region src/components/file-upload/anatomy/item.d.ts
|
|
561
561
|
interface FileUploadItemProps extends ItemProps$3, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
562
|
-
declare function Item$9(props: FileUploadItemProps): react_jsx_runtime0.JSX.Element;
|
|
562
|
+
declare function Item$9(props: FileUploadItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
563
563
|
//#endregion
|
|
564
564
|
//#region src/components/file-upload/anatomy/item-delete-trigger.d.ts
|
|
565
565
|
interface FileUploadItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
566
|
-
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps): react.JSX.Element;
|
|
566
|
+
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps): _$react.JSX.Element;
|
|
567
567
|
//#endregion
|
|
568
568
|
//#region src/components/file-upload/anatomy/item-group.d.ts
|
|
569
569
|
interface FileUploadItemGroupProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
570
|
-
declare function ItemGroup$2(props: FileUploadItemGroupProps): react.JSX.Element;
|
|
570
|
+
declare function ItemGroup$2(props: FileUploadItemGroupProps): _$react.JSX.Element;
|
|
571
571
|
//#endregion
|
|
572
572
|
//#region src/components/file-upload/anatomy/item-name.d.ts
|
|
573
573
|
interface FileUploadItemNameProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
574
|
-
declare function ItemName(props: FileUploadItemNameProps): react.JSX.Element;
|
|
574
|
+
declare function ItemName(props: FileUploadItemNameProps): _$react.JSX.Element;
|
|
575
575
|
//#endregion
|
|
576
576
|
//#region src/components/file-upload/anatomy/item-size-text.d.ts
|
|
577
577
|
interface FileUploadItemSizeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
578
|
-
declare function ItemSizeText(props: FileUploadItemSizeTextProps): react.JSX.Element;
|
|
578
|
+
declare function ItemSizeText(props: FileUploadItemSizeTextProps): _$react.JSX.Element;
|
|
579
579
|
//#endregion
|
|
580
580
|
//#region src/components/file-upload/anatomy/label.d.ts
|
|
581
581
|
interface FileUploadLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
582
|
-
declare function Label$8(props: FileUploadLabelProps): react.JSX.Element;
|
|
582
|
+
declare function Label$8(props: FileUploadLabelProps): _$react.JSX.Element;
|
|
583
583
|
//#endregion
|
|
584
584
|
//#region src/components/file-upload/anatomy/root.d.ts
|
|
585
585
|
interface FileUploadRootProps extends Omit<Props$7, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {}
|
|
586
|
-
declare function Root$14(props: FileUploadRootProps): react_jsx_runtime0.JSX.Element;
|
|
586
|
+
declare function Root$14(props: FileUploadRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
587
587
|
//#endregion
|
|
588
588
|
//#region src/components/file-upload/modules/provider.d.ts
|
|
589
589
|
declare function useFileUpload(props?: Omit<Props$7, 'id'>): Api$7<PropTypes>;
|
|
@@ -598,11 +598,11 @@ declare function RootContext$17(props: FileUploadRootContextProps): ReactNode;
|
|
|
598
598
|
interface FileUploadRootProviderProps extends PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {
|
|
599
599
|
value: ReturnType<typeof useFileUpload>;
|
|
600
600
|
}
|
|
601
|
-
declare function RootProvider$13(props: FileUploadRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
601
|
+
declare function RootProvider$13(props: FileUploadRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
602
602
|
//#endregion
|
|
603
603
|
//#region src/components/file-upload/anatomy/trigger.d.ts
|
|
604
604
|
interface FileUploadTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
605
|
-
declare function Trigger$6(props: FileUploadTriggerProps): react.JSX.Element;
|
|
605
|
+
declare function Trigger$6(props: FileUploadTriggerProps): _$react.JSX.Element;
|
|
606
606
|
//#endregion
|
|
607
607
|
//#region src/components/file-upload/modules/anatomy.d.ts
|
|
608
608
|
declare const FileUpload: typeof Root$14 & {
|
|
@@ -622,39 +622,39 @@ declare const FileUpload: typeof Root$14 & {
|
|
|
622
622
|
//#endregion
|
|
623
623
|
//#region src/components/floating-panel/anatomy/body.d.ts
|
|
624
624
|
interface FloatingPanelBodyProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
625
|
-
declare function Body(props: FloatingPanelBodyProps): react.JSX.Element;
|
|
625
|
+
declare function Body(props: FloatingPanelBodyProps): _$react.JSX.Element;
|
|
626
626
|
//#endregion
|
|
627
627
|
//#region src/components/floating-panel/anatomy/close-trigger.d.ts
|
|
628
628
|
interface FloatingPanelCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
629
|
-
declare function CloseTrigger$2(props: FloatingPanelCloseTriggerProps): react.JSX.Element;
|
|
629
|
+
declare function CloseTrigger$2(props: FloatingPanelCloseTriggerProps): _$react.JSX.Element;
|
|
630
630
|
//#endregion
|
|
631
631
|
//#region src/components/floating-panel/anatomy/content.d.ts
|
|
632
632
|
interface FloatingPanelContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
633
|
-
declare function Content$6(props: FloatingPanelContentProps): react.JSX.Element;
|
|
633
|
+
declare function Content$6(props: FloatingPanelContentProps): _$react.JSX.Element;
|
|
634
634
|
//#endregion
|
|
635
635
|
//#region src/components/floating-panel/anatomy/control.d.ts
|
|
636
636
|
interface FloatingPanelControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
637
|
-
declare function Control$5(props: FloatingPanelControlProps): react.JSX.Element;
|
|
637
|
+
declare function Control$5(props: FloatingPanelControlProps): _$react.JSX.Element;
|
|
638
638
|
//#endregion
|
|
639
639
|
//#region src/components/floating-panel/anatomy/drag-trigger.d.ts
|
|
640
640
|
interface FloatingPanelDragTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
641
|
-
declare function DragTrigger(props: FloatingPanelDragTriggerProps): react.JSX.Element;
|
|
641
|
+
declare function DragTrigger(props: FloatingPanelDragTriggerProps): _$react.JSX.Element;
|
|
642
642
|
//#endregion
|
|
643
643
|
//#region src/components/floating-panel/anatomy/header.d.ts
|
|
644
644
|
interface FloatingPanelHeaderProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
645
|
-
declare function Header(props: FloatingPanelHeaderProps): react.JSX.Element;
|
|
645
|
+
declare function Header(props: FloatingPanelHeaderProps): _$react.JSX.Element;
|
|
646
646
|
//#endregion
|
|
647
647
|
//#region src/components/floating-panel/anatomy/positioner.d.ts
|
|
648
648
|
interface FloatingPanelPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
649
|
-
declare function Positioner$3(props: FloatingPanelPositionerProps): react.JSX.Element;
|
|
649
|
+
declare function Positioner$3(props: FloatingPanelPositionerProps): _$react.JSX.Element;
|
|
650
650
|
//#endregion
|
|
651
651
|
//#region src/components/floating-panel/anatomy/resize-trigger.d.ts
|
|
652
652
|
interface FloatingPanelResizeTriggerProps extends ResizeTriggerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
653
|
-
declare function ResizeTrigger(props: FloatingPanelResizeTriggerProps): react.JSX.Element;
|
|
653
|
+
declare function ResizeTrigger(props: FloatingPanelResizeTriggerProps): _$react.JSX.Element;
|
|
654
654
|
//#endregion
|
|
655
655
|
//#region src/components/floating-panel/anatomy/root.d.ts
|
|
656
656
|
interface FloatingPanelRootProps extends PropsWithChildren, Omit<Props$8, 'id'> {}
|
|
657
|
-
declare function Root$13(props: FloatingPanelRootProps): react_jsx_runtime0.JSX.Element;
|
|
657
|
+
declare function Root$13(props: FloatingPanelRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
658
658
|
//#endregion
|
|
659
659
|
//#region src/components/floating-panel/modules/provider.d.ts
|
|
660
660
|
declare function useFloatingPanel(props?: Omit<Props$8, 'id'>): Api$8<PropTypes>;
|
|
@@ -669,19 +669,19 @@ declare function RootContext$16(props: FloatingPanelRootContextProps): ReactNode
|
|
|
669
669
|
interface FloatingPanelRootProviderProps extends PropsWithChildren {
|
|
670
670
|
value: ReturnType<typeof useFloatingPanel>;
|
|
671
671
|
}
|
|
672
|
-
declare function RootProvider$12(props: FloatingPanelRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
672
|
+
declare function RootProvider$12(props: FloatingPanelRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
673
673
|
//#endregion
|
|
674
674
|
//#region src/components/floating-panel/anatomy/stage-trigger.d.ts
|
|
675
675
|
interface FloatingPanelStageTriggerProps extends StageTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
676
|
-
declare function StageTrigger(props: FloatingPanelStageTriggerProps): react.JSX.Element;
|
|
676
|
+
declare function StageTrigger(props: FloatingPanelStageTriggerProps): _$react.JSX.Element;
|
|
677
677
|
//#endregion
|
|
678
678
|
//#region src/components/floating-panel/anatomy/title.d.ts
|
|
679
679
|
interface FloatingPanelTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
680
|
-
declare function Title$2(props: FloatingPanelTitleProps): react.JSX.Element;
|
|
680
|
+
declare function Title$2(props: FloatingPanelTitleProps): _$react.JSX.Element;
|
|
681
681
|
//#endregion
|
|
682
682
|
//#region src/components/floating-panel/anatomy/trigger.d.ts
|
|
683
683
|
interface FloatingPanelTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
684
|
-
declare function Trigger$5(props: FloatingPanelTriggerProps): react.JSX.Element;
|
|
684
|
+
declare function Trigger$5(props: FloatingPanelTriggerProps): _$react.JSX.Element;
|
|
685
685
|
//#endregion
|
|
686
686
|
//#region src/components/floating-panel/modules/anatomy.d.ts
|
|
687
687
|
declare const FloatingPanel: typeof Root$13 & {
|
|
@@ -702,31 +702,31 @@ declare const FloatingPanel: typeof Root$13 & {
|
|
|
702
702
|
//#endregion
|
|
703
703
|
//#region src/components/listbox/anatomy/root.d.ts
|
|
704
704
|
interface ListboxRootProps extends Omit<Props$9, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
705
|
-
declare function Root$12(props: ListboxRootProps): react_jsx_runtime0.JSX.Element;
|
|
705
|
+
declare function Root$12(props: ListboxRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
706
706
|
//#endregion
|
|
707
707
|
//#region src/components/listbox/anatomy/item-group.d.ts
|
|
708
708
|
interface ListboxItemGroupProps extends Omit<ItemGroupProps$1, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id'> {}
|
|
709
|
-
declare function ItemGroup$1(props: ListboxItemGroupProps): react_jsx_runtime0.JSX.Element;
|
|
709
|
+
declare function ItemGroup$1(props: ListboxItemGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
710
710
|
//#endregion
|
|
711
711
|
//#region src/components/listbox/anatomy/item-group-label.d.ts
|
|
712
712
|
interface ListboxItemGroupLabelProps extends Omit<ItemGroupLabelProps$1, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
713
|
-
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps): react.JSX.Element;
|
|
713
|
+
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps): _$react.JSX.Element;
|
|
714
714
|
//#endregion
|
|
715
715
|
//#region src/components/listbox/anatomy/item.d.ts
|
|
716
716
|
interface ListboxItemProps extends ItemProps$4, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
717
|
-
declare function Item$8(props: ListboxItemProps): react_jsx_runtime0.JSX.Element;
|
|
717
|
+
declare function Item$8(props: ListboxItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
718
718
|
//#endregion
|
|
719
719
|
//#region src/components/listbox/anatomy/input.d.ts
|
|
720
720
|
interface ListboxInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
721
|
-
declare function Input$1(props: ListboxInputProps): react.JSX.Element;
|
|
721
|
+
declare function Input$1(props: ListboxInputProps): _$react.JSX.Element;
|
|
722
722
|
//#endregion
|
|
723
723
|
//#region src/components/listbox/anatomy/item-indicator.d.ts
|
|
724
724
|
interface ListboxItemIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
725
|
-
declare function ItemIndicator$1(props: ListboxItemIndicatorProps): react.JSX.Element;
|
|
725
|
+
declare function ItemIndicator$1(props: ListboxItemIndicatorProps): _$react.JSX.Element;
|
|
726
726
|
//#endregion
|
|
727
727
|
//#region src/components/listbox/anatomy/item-text.d.ts
|
|
728
728
|
interface ListboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
729
|
-
declare function ItemText$3(props: ListboxItemTextProps): react.JSX.Element;
|
|
729
|
+
declare function ItemText$3(props: ListboxItemTextProps): _$react.JSX.Element;
|
|
730
730
|
//#endregion
|
|
731
731
|
//#region src/components/listbox/modules/provider.d.ts
|
|
732
732
|
declare function useListbox(props: Omit<Props$9, 'id'>): Api$9<PropTypes>;
|
|
@@ -741,15 +741,15 @@ declare function RootContext$15(props: ListboxRootContextProps): ReactNode;
|
|
|
741
741
|
interface ListboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
742
742
|
value: ReturnType<typeof useListbox>;
|
|
743
743
|
}
|
|
744
|
-
declare function RootProvider$11(props: ListboxRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
744
|
+
declare function RootProvider$11(props: ListboxRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
745
745
|
//#endregion
|
|
746
746
|
//#region src/components/listbox/anatomy/label.d.ts
|
|
747
747
|
interface ListboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
748
|
-
declare function Label$7(props: ListboxLabelProps): react.JSX.Element;
|
|
748
|
+
declare function Label$7(props: ListboxLabelProps): _$react.JSX.Element;
|
|
749
749
|
//#endregion
|
|
750
750
|
//#region src/components/listbox/anatomy/content.d.ts
|
|
751
751
|
interface ListboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
752
|
-
declare function Content$5(props: ListboxContentProps): react.JSX.Element;
|
|
752
|
+
declare function Content$5(props: ListboxContentProps): _$react.JSX.Element;
|
|
753
753
|
//#endregion
|
|
754
754
|
//#region src/components/listbox/modules/anatomy.d.ts
|
|
755
755
|
declare const Listbox: typeof Root$12 & {
|
|
@@ -767,55 +767,55 @@ declare const Listbox: typeof Root$12 & {
|
|
|
767
767
|
//#endregion
|
|
768
768
|
//#region src/components/menu/anatomy/arrow.d.ts
|
|
769
769
|
interface MenuArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
770
|
-
declare function Arrow$2(props: MenuArrowProps): react.JSX.Element;
|
|
770
|
+
declare function Arrow$2(props: MenuArrowProps): _$react.JSX.Element;
|
|
771
771
|
//#endregion
|
|
772
772
|
//#region src/components/menu/anatomy/arrow-tip.d.ts
|
|
773
773
|
interface MenuArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
774
|
-
declare function ArrowTip$2(props: MenuArrowTipProps): react.JSX.Element;
|
|
774
|
+
declare function ArrowTip$2(props: MenuArrowTipProps): _$react.JSX.Element;
|
|
775
775
|
//#endregion
|
|
776
776
|
//#region src/components/menu/anatomy/content.d.ts
|
|
777
777
|
interface MenuContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
778
|
-
declare function Content$4(props: MenuContentProps): react.JSX.Element;
|
|
778
|
+
declare function Content$4(props: MenuContentProps): _$react.JSX.Element;
|
|
779
779
|
//#endregion
|
|
780
780
|
//#region src/components/menu/anatomy/context-trigger.d.ts
|
|
781
781
|
interface MenuContextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
782
|
-
declare function ContextTrigger(props: MenuContextTriggerProps): react.JSX.Element;
|
|
782
|
+
declare function ContextTrigger(props: MenuContextTriggerProps): _$react.JSX.Element;
|
|
783
783
|
//#endregion
|
|
784
784
|
//#region src/components/menu/anatomy/item.d.ts
|
|
785
785
|
interface MenuItemProps extends ItemProps$5, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
786
|
-
declare function Item$7(props: MenuItemProps): react_jsx_runtime0.JSX.Element;
|
|
786
|
+
declare function Item$7(props: MenuItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
787
787
|
//#endregion
|
|
788
788
|
//#region src/components/menu/anatomy/item-group.d.ts
|
|
789
789
|
interface MenuItemGroupProps extends Omit<ItemGroupProps$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
790
|
-
declare function ItemGroup(props: MenuItemGroupProps): react_jsx_runtime0.JSX.Element;
|
|
790
|
+
declare function ItemGroup(props: MenuItemGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
791
791
|
//#endregion
|
|
792
792
|
//#region src/components/menu/anatomy/item-group-label.d.ts
|
|
793
793
|
interface MenuItemGroupLabelProps extends Omit<ItemGroupLabelProps$2, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
794
|
-
declare function ItemGroupLabel(props: MenuItemGroupLabelProps): react.JSX.Element;
|
|
794
|
+
declare function ItemGroupLabel(props: MenuItemGroupLabelProps): _$react.JSX.Element;
|
|
795
795
|
//#endregion
|
|
796
796
|
//#region src/components/menu/anatomy/option-item.d.ts
|
|
797
797
|
interface MenuOptionItemProps extends OptionItemProps, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
798
|
-
declare function OptionItem(props: MenuOptionItemProps): react_jsx_runtime0.JSX.Element;
|
|
798
|
+
declare function OptionItem(props: MenuOptionItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
799
799
|
//#endregion
|
|
800
800
|
//#region src/components/menu/anatomy/item-text.d.ts
|
|
801
801
|
interface MenuItemTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
802
|
-
declare function ItemText$2(props: MenuItemTextProps): react.JSX.Element;
|
|
802
|
+
declare function ItemText$2(props: MenuItemTextProps): _$react.JSX.Element;
|
|
803
803
|
//#endregion
|
|
804
804
|
//#region src/components/menu/anatomy/item-indicator.d.ts
|
|
805
805
|
interface MenuItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
806
|
-
declare function ItemIndicator(props: MenuItemIndicatorProps): react.JSX.Element;
|
|
806
|
+
declare function ItemIndicator(props: MenuItemIndicatorProps): _$react.JSX.Element;
|
|
807
807
|
//#endregion
|
|
808
808
|
//#region src/components/menu/anatomy/indicator.d.ts
|
|
809
809
|
interface MenuIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
810
|
-
declare function Indicator$3(props: MenuIndicatorProps): react.JSX.Element;
|
|
810
|
+
declare function Indicator$3(props: MenuIndicatorProps): _$react.JSX.Element;
|
|
811
811
|
//#endregion
|
|
812
812
|
//#region src/components/menu/anatomy/positioner.d.ts
|
|
813
813
|
interface MenuPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
814
|
-
declare function Positioner$2(props: MenuPositionerProps): react.JSX.Element;
|
|
814
|
+
declare function Positioner$2(props: MenuPositionerProps): _$react.JSX.Element;
|
|
815
815
|
//#endregion
|
|
816
816
|
//#region src/components/menu/anatomy/root.d.ts
|
|
817
817
|
interface MenuRootProps extends Omit<Props$10, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div', 'id' | 'dir'>, 'onSelect' | 'aria-label'> {}
|
|
818
|
-
declare function Root$11(props: MenuRootProps): react_jsx_runtime0.JSX.Element;
|
|
818
|
+
declare function Root$11(props: MenuRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
819
819
|
//#endregion
|
|
820
820
|
//#region src/components/menu/modules/provider.d.ts
|
|
821
821
|
declare function useMenu(props?: Omit<Props$10, 'id'>): Api$10<PropTypes> & {
|
|
@@ -832,19 +832,19 @@ declare function RootContext$14(props: MenuRootContextProps): ReactNode;
|
|
|
832
832
|
interface MenuRootProviderProps extends PropsWithChildren {
|
|
833
833
|
value: ReturnType<typeof useMenu>;
|
|
834
834
|
}
|
|
835
|
-
declare function RootProvider$10(props: MenuRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
835
|
+
declare function RootProvider$10(props: MenuRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
836
836
|
//#endregion
|
|
837
837
|
//#region src/components/menu/anatomy/separator.d.ts
|
|
838
838
|
interface MenuSeparatorProps extends PropsWithElement<'hr'>, HTMLAttributes<'hr', 'id' | 'dir' | 'children'> {}
|
|
839
|
-
declare function Separator$1(props: MenuSeparatorProps): react.JSX.Element;
|
|
839
|
+
declare function Separator$1(props: MenuSeparatorProps): _$react.JSX.Element;
|
|
840
840
|
//#endregion
|
|
841
841
|
//#region src/components/menu/anatomy/trigger.d.ts
|
|
842
842
|
interface MenuTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
843
|
-
declare function Trigger$4(props: MenuTriggerProps): react.JSX.Element;
|
|
843
|
+
declare function Trigger$4(props: MenuTriggerProps): _$react.JSX.Element;
|
|
844
844
|
//#endregion
|
|
845
845
|
//#region src/components/menu/anatomy/trigger-item.d.ts
|
|
846
846
|
interface MenuTriggerItemProps extends ItemProps$5, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
847
|
-
declare function TriggerItem(props: MenuTriggerItemProps): react_jsx_runtime0.JSX.Element;
|
|
847
|
+
declare function TriggerItem(props: MenuTriggerItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
848
848
|
//#endregion
|
|
849
849
|
//#region src/components/menu/modules/anatomy.d.ts
|
|
850
850
|
declare const Menu: typeof Root$11 & {
|
|
@@ -876,43 +876,43 @@ interface NavigationRootProps extends PropsWithElement<'div'>, HTMLAttributes<'d
|
|
|
876
876
|
* */
|
|
877
877
|
layout?: 'bar' | 'rail' | 'sidebar';
|
|
878
878
|
}
|
|
879
|
-
declare function NavigationRoot(props: NavigationRootProps): react_jsx_runtime0.JSX.Element;
|
|
879
|
+
declare function NavigationRoot(props: NavigationRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
880
880
|
//#endregion
|
|
881
881
|
//#region src/components/navigation/anatomy/menu.d.ts
|
|
882
882
|
interface NavigationMenuProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
883
|
-
declare function NavigationMenu(props: NavigationMenuProps): react.JSX.Element;
|
|
883
|
+
declare function NavigationMenu(props: NavigationMenuProps): _$react.JSX.Element;
|
|
884
884
|
//#endregion
|
|
885
885
|
//#region src/components/navigation/anatomy/header.d.ts
|
|
886
886
|
interface NavigationHeaderProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
887
|
-
declare function NavigationHeader(props: NavigationHeaderProps): react.JSX.Element;
|
|
887
|
+
declare function NavigationHeader(props: NavigationHeaderProps): _$react.JSX.Element;
|
|
888
888
|
//#endregion
|
|
889
889
|
//#region src/components/navigation/anatomy/content.d.ts
|
|
890
890
|
interface NavigationContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
891
|
-
declare function NavigationContent(props: NavigationContentProps): react.JSX.Element;
|
|
891
|
+
declare function NavigationContent(props: NavigationContentProps): _$react.JSX.Element;
|
|
892
892
|
//#endregion
|
|
893
893
|
//#region src/components/navigation/anatomy/footer.d.ts
|
|
894
894
|
interface NavigationFooterProps extends PropsWithElement<'footer'>, HTMLAttributes<'footer'> {}
|
|
895
|
-
declare function NavigationFooter(props: NavigationFooterProps): react.JSX.Element;
|
|
895
|
+
declare function NavigationFooter(props: NavigationFooterProps): _$react.JSX.Element;
|
|
896
896
|
//#endregion
|
|
897
897
|
//#region src/components/navigation/anatomy/group.d.ts
|
|
898
898
|
interface NavigationGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
899
|
-
declare function NavigationGroup(props: NavigationGroupProps): react.JSX.Element;
|
|
899
|
+
declare function NavigationGroup(props: NavigationGroupProps): _$react.JSX.Element;
|
|
900
900
|
//#endregion
|
|
901
901
|
//#region src/components/navigation/anatomy/label.d.ts
|
|
902
902
|
interface NavigationLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
903
|
-
declare function NavigationLabel(props: NavigationLabelProps): react.JSX.Element;
|
|
903
|
+
declare function NavigationLabel(props: NavigationLabelProps): _$react.JSX.Element;
|
|
904
904
|
//#endregion
|
|
905
905
|
//#region src/components/navigation/anatomy/trigger.d.ts
|
|
906
906
|
interface NavigationTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
907
|
-
declare function NavigationTrigger(props: NavigationTriggerProps): react.JSX.Element;
|
|
907
|
+
declare function NavigationTrigger(props: NavigationTriggerProps): _$react.JSX.Element;
|
|
908
908
|
//#endregion
|
|
909
909
|
//#region src/components/navigation/anatomy/trigger-anchor.d.ts
|
|
910
910
|
interface NavigationTriggerAnchorProps extends PropsWithElement<'a'>, HTMLAttributes<'a'> {}
|
|
911
|
-
declare function NavigationTriggerAnchor(props: NavigationTriggerAnchorProps): react.JSX.Element;
|
|
911
|
+
declare function NavigationTriggerAnchor(props: NavigationTriggerAnchorProps): _$react.JSX.Element;
|
|
912
912
|
//#endregion
|
|
913
913
|
//#region src/components/navigation/anatomy/trigger-text.d.ts
|
|
914
914
|
interface NavigationTriggerTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
915
|
-
declare function NavigationTriggerText(props: NavigationTriggerTextProps): react.JSX.Element;
|
|
915
|
+
declare function NavigationTriggerText(props: NavigationTriggerTextProps): _$react.JSX.Element;
|
|
916
916
|
//#endregion
|
|
917
917
|
//#region src/components/navigation/modules/anatomy.d.ts
|
|
918
918
|
declare const Navigation: typeof NavigationRoot & {
|
|
@@ -929,27 +929,27 @@ declare const Navigation: typeof NavigationRoot & {
|
|
|
929
929
|
//#endregion
|
|
930
930
|
//#region src/components/pagination/anatomy/ellipsis.d.ts
|
|
931
931
|
interface PaginationEllipsisProps extends EllipsisProps, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
932
|
-
declare function Ellipsis(props: PaginationEllipsisProps): react.JSX.Element;
|
|
932
|
+
declare function Ellipsis(props: PaginationEllipsisProps): _$react.JSX.Element;
|
|
933
933
|
//#endregion
|
|
934
934
|
//#region src/components/pagination/anatomy/first-trigger.d.ts
|
|
935
935
|
interface PaginationFirstTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
936
|
-
declare function FirstTrigger(props: PaginationFirstTriggerProps): react.JSX.Element;
|
|
936
|
+
declare function FirstTrigger(props: PaginationFirstTriggerProps): _$react.JSX.Element;
|
|
937
937
|
//#endregion
|
|
938
938
|
//#region src/components/pagination/anatomy/item.d.ts
|
|
939
939
|
interface PaginationItemProps extends ItemProps$6, PropsWithElement<'a'>, HTMLAttributes<'a', 'type'> {}
|
|
940
|
-
declare function Item$6(props: PaginationItemProps): react.JSX.Element;
|
|
940
|
+
declare function Item$6(props: PaginationItemProps): _$react.JSX.Element;
|
|
941
941
|
//#endregion
|
|
942
942
|
//#region src/components/pagination/anatomy/last-trigger.d.ts
|
|
943
943
|
interface PaginationLastTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
944
|
-
declare function LastTrigger(props: PaginationLastTriggerProps): react.JSX.Element;
|
|
944
|
+
declare function LastTrigger(props: PaginationLastTriggerProps): _$react.JSX.Element;
|
|
945
945
|
//#endregion
|
|
946
946
|
//#region src/components/pagination/anatomy/next-trigger.d.ts
|
|
947
947
|
interface PaginationNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
948
|
-
declare function NextTrigger$1(props: PaginationNextTriggerProps): react.JSX.Element;
|
|
948
|
+
declare function NextTrigger$1(props: PaginationNextTriggerProps): _$react.JSX.Element;
|
|
949
949
|
//#endregion
|
|
950
950
|
//#region src/components/pagination/anatomy/prev-trigger.d.ts
|
|
951
951
|
interface PaginationPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
952
|
-
declare function PrevTrigger$1(props: PaginationPrevTriggerProps): react.JSX.Element;
|
|
952
|
+
declare function PrevTrigger$1(props: PaginationPrevTriggerProps): _$react.JSX.Element;
|
|
953
953
|
//#endregion
|
|
954
954
|
//#region src/components/pagination/modules/provider.d.ts
|
|
955
955
|
declare function usePagination(props?: Omit<Props$11, 'id'>): Api$11<PropTypes>;
|
|
@@ -964,11 +964,11 @@ declare function RootContext$13(props: PaginationRootContextProps): ReactNode;
|
|
|
964
964
|
interface PaginationRootProviderProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav', 'id' | 'dir'> {
|
|
965
965
|
value: ReturnType<typeof usePagination>;
|
|
966
966
|
}
|
|
967
|
-
declare function PaginationRootProvider(props: PaginationRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
967
|
+
declare function PaginationRootProvider(props: PaginationRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
968
968
|
//#endregion
|
|
969
969
|
//#region src/components/pagination/anatomy/root.d.ts
|
|
970
970
|
interface PaginationRootProps extends Omit<Props$11, 'id'>, PropsWithElement<'nav'>, HTMLAttributes<'nav', 'id' | 'dir'> {}
|
|
971
|
-
declare function PaginationRoot(props: PaginationRootProps): react_jsx_runtime0.JSX.Element;
|
|
971
|
+
declare function PaginationRoot(props: PaginationRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
972
972
|
//#endregion
|
|
973
973
|
//#region src/components/pagination/modules/anatomy.d.ts
|
|
974
974
|
declare const Pagination: typeof PaginationRoot & {
|
|
@@ -984,27 +984,27 @@ declare const Pagination: typeof PaginationRoot & {
|
|
|
984
984
|
//#endregion
|
|
985
985
|
//#region src/components/popover/anatomy/anchor.d.ts
|
|
986
986
|
interface PopoverAnchorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
987
|
-
declare function Anchor(props: PopoverAnchorProps): react.JSX.Element;
|
|
987
|
+
declare function Anchor(props: PopoverAnchorProps): _$react.JSX.Element;
|
|
988
988
|
//#endregion
|
|
989
989
|
//#region src/components/popover/anatomy/close-trigger.d.ts
|
|
990
990
|
interface PopoverCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
991
|
-
declare function CloseTrigger$1(props: PopoverCloseTriggerProps): react.JSX.Element;
|
|
991
|
+
declare function CloseTrigger$1(props: PopoverCloseTriggerProps): _$react.JSX.Element;
|
|
992
992
|
//#endregion
|
|
993
993
|
//#region src/components/popover/anatomy/content.d.ts
|
|
994
994
|
interface PopoverContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
995
|
-
declare function Content$3(props: PopoverContentProps): react.JSX.Element;
|
|
995
|
+
declare function Content$3(props: PopoverContentProps): _$react.JSX.Element;
|
|
996
996
|
//#endregion
|
|
997
997
|
//#region src/components/popover/anatomy/description.d.ts
|
|
998
998
|
interface PopoverDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
999
|
-
declare function Description$1(props: PopoverDescriptionProps): react.JSX.Element;
|
|
999
|
+
declare function Description$1(props: PopoverDescriptionProps): _$react.JSX.Element;
|
|
1000
1000
|
//#endregion
|
|
1001
1001
|
//#region src/components/popover/anatomy/positioner.d.ts
|
|
1002
1002
|
interface PopoverPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1003
|
-
declare function Positioner$1(props: PopoverPositionerProps): react.JSX.Element;
|
|
1003
|
+
declare function Positioner$1(props: PopoverPositionerProps): _$react.JSX.Element;
|
|
1004
1004
|
//#endregion
|
|
1005
1005
|
//#region src/components/popover/anatomy/root.d.ts
|
|
1006
1006
|
interface PopoverRootProps extends PropsWithChildren, Omit<Props$12, 'id'> {}
|
|
1007
|
-
declare function Root$10(props: PopoverRootProps): react_jsx_runtime0.JSX.Element;
|
|
1007
|
+
declare function Root$10(props: PopoverRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1008
1008
|
//#endregion
|
|
1009
1009
|
//#region src/components/popover/modules/provider.d.ts
|
|
1010
1010
|
declare function usePopover(props?: Omit<Props$12, 'id'>): Api$12<PropTypes>;
|
|
@@ -1019,23 +1019,23 @@ declare function RootContext$12(props: PopoverRootContextProps): ReactNode;
|
|
|
1019
1019
|
interface PopoverRootProviderProps extends PropsWithChildren {
|
|
1020
1020
|
value: ReturnType<typeof usePopover>;
|
|
1021
1021
|
}
|
|
1022
|
-
declare function RootProvider$9(props: PopoverRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1022
|
+
declare function RootProvider$9(props: PopoverRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1023
1023
|
//#endregion
|
|
1024
1024
|
//#region src/components/popover/anatomy/title.d.ts
|
|
1025
1025
|
interface PopoverTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1026
|
-
declare function Title$1(props: PopoverTitleProps): react.JSX.Element;
|
|
1026
|
+
declare function Title$1(props: PopoverTitleProps): _$react.JSX.Element;
|
|
1027
1027
|
//#endregion
|
|
1028
1028
|
//#region src/components/popover/anatomy/arrow.d.ts
|
|
1029
1029
|
interface PopoverArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1030
|
-
declare function Arrow$1(props: PopoverArrowProps): react.JSX.Element;
|
|
1030
|
+
declare function Arrow$1(props: PopoverArrowProps): _$react.JSX.Element;
|
|
1031
1031
|
//#endregion
|
|
1032
1032
|
//#region src/components/popover/anatomy/arrow-tip.d.ts
|
|
1033
1033
|
interface PopoverArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1034
|
-
declare function ArrowTip$1(props: PopoverArrowTipProps): react.JSX.Element;
|
|
1034
|
+
declare function ArrowTip$1(props: PopoverArrowTipProps): _$react.JSX.Element;
|
|
1035
1035
|
//#endregion
|
|
1036
1036
|
//#region src/components/popover/anatomy/trigger.d.ts
|
|
1037
1037
|
interface PopoverTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1038
|
-
declare function Trigger$3(props: PopoverTriggerProps): react.JSX.Element;
|
|
1038
|
+
declare function Trigger$3(props: PopoverTriggerProps): _$react.JSX.Element;
|
|
1039
1039
|
//#endregion
|
|
1040
1040
|
//#region src/components/popover/modules/anatomy.d.ts
|
|
1041
1041
|
declare const Popover: typeof Root$10 & {
|
|
@@ -1067,22 +1067,22 @@ interface PortalRootProps extends Required<PropsWithChildren> {
|
|
|
1067
1067
|
*/
|
|
1068
1068
|
target?: HTMLElement;
|
|
1069
1069
|
}
|
|
1070
|
-
declare function Root$9(props: PortalRootProps): react_jsx_runtime0.JSX.Element;
|
|
1070
|
+
declare function Root$9(props: PortalRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1071
1071
|
//#endregion
|
|
1072
1072
|
//#region src/components/portal/modules/anatomy.d.ts
|
|
1073
1073
|
declare const Portal: typeof Root$9;
|
|
1074
1074
|
//#endregion
|
|
1075
1075
|
//#region src/components/progress/anatomy/label.d.ts
|
|
1076
1076
|
interface ProgressLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1077
|
-
declare function Label$6(props: ProgressLabelProps): react.JSX.Element;
|
|
1077
|
+
declare function Label$6(props: ProgressLabelProps): _$react.JSX.Element;
|
|
1078
1078
|
//#endregion
|
|
1079
1079
|
//#region src/components/progress/anatomy/range.d.ts
|
|
1080
1080
|
interface ProgressRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1081
|
-
declare function Range$1(props: ProgressRangeProps): react.JSX.Element;
|
|
1081
|
+
declare function Range$1(props: ProgressRangeProps): _$react.JSX.Element;
|
|
1082
1082
|
//#endregion
|
|
1083
1083
|
//#region src/components/progress/anatomy/root.d.ts
|
|
1084
1084
|
interface ProgressRootProps extends Omit<Props$13, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1085
|
-
declare function Root$8(props: ProgressRootProps): react_jsx_runtime0.JSX.Element;
|
|
1085
|
+
declare function Root$8(props: ProgressRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1086
1086
|
//#endregion
|
|
1087
1087
|
//#region src/components/progress/modules/provider.d.ts
|
|
1088
1088
|
declare function useProgress(props?: Omit<Props$13, 'id'>): Api$13<PropTypes>;
|
|
@@ -1097,27 +1097,27 @@ declare function RootContext$11(props: ProgressRootContextProps): ReactNode;
|
|
|
1097
1097
|
interface ProgressRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1098
1098
|
value: ReturnType<typeof useProgress>;
|
|
1099
1099
|
}
|
|
1100
|
-
declare function RootProvider$8(props: ProgressRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1100
|
+
declare function RootProvider$8(props: ProgressRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1101
1101
|
//#endregion
|
|
1102
1102
|
//#region src/components/progress/anatomy/track.d.ts
|
|
1103
1103
|
interface ProgressTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1104
|
-
declare function Track$1(props: ProgressTrackProps): react.JSX.Element;
|
|
1104
|
+
declare function Track$1(props: ProgressTrackProps): _$react.JSX.Element;
|
|
1105
1105
|
//#endregion
|
|
1106
1106
|
//#region src/components/progress/anatomy/value-text.d.ts
|
|
1107
1107
|
interface ProgressValueTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1108
|
-
declare function ValueText$1(props: ProgressValueTextProps): react.JSX.Element;
|
|
1108
|
+
declare function ValueText$1(props: ProgressValueTextProps): _$react.JSX.Element;
|
|
1109
1109
|
//#endregion
|
|
1110
1110
|
//#region src/components/progress/anatomy/circle.d.ts
|
|
1111
1111
|
interface ProgressCircleProps extends PropsWithElement<'svg'>, HTMLAttributes<'svg'> {}
|
|
1112
|
-
declare function Circle(props: ProgressCircleProps): react.JSX.Element;
|
|
1112
|
+
declare function Circle(props: ProgressCircleProps): _$react.JSX.Element;
|
|
1113
1113
|
//#endregion
|
|
1114
1114
|
//#region src/components/progress/anatomy/circle-range.d.ts
|
|
1115
1115
|
interface ProgressCircleRangeProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
1116
|
-
declare function CircleRange(props: ProgressCircleRangeProps): react.JSX.Element;
|
|
1116
|
+
declare function CircleRange(props: ProgressCircleRangeProps): _$react.JSX.Element;
|
|
1117
1117
|
//#endregion
|
|
1118
1118
|
//#region src/components/progress/anatomy/circle-track.d.ts
|
|
1119
1119
|
interface ProgressCircleTrackProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
1120
|
-
declare function CircleTrack(props: ProgressCircleTrackProps): react.JSX.Element;
|
|
1120
|
+
declare function CircleTrack(props: ProgressCircleTrackProps): _$react.JSX.Element;
|
|
1121
1121
|
//#endregion
|
|
1122
1122
|
//#region src/components/progress/modules/anatomy.d.ts
|
|
1123
1123
|
declare const Progress: typeof Root$8 & {
|
|
@@ -1134,11 +1134,11 @@ declare const Progress: typeof Root$8 & {
|
|
|
1134
1134
|
//#endregion
|
|
1135
1135
|
//#region src/components/rating-group/anatomy/control.d.ts
|
|
1136
1136
|
interface RatingGroupControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1137
|
-
declare function Control$4(props: RatingGroupControlProps): react.JSX.Element;
|
|
1137
|
+
declare function Control$4(props: RatingGroupControlProps): _$react.JSX.Element;
|
|
1138
1138
|
//#endregion
|
|
1139
1139
|
//#region src/components/rating-group/anatomy/hidden-input.d.ts
|
|
1140
1140
|
interface RatingGroupHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'id' | 'dir' | 'children'> {}
|
|
1141
|
-
declare function HiddenInput$3(props: RatingGroupHiddenInputProps): react.JSX.Element;
|
|
1141
|
+
declare function HiddenInput$3(props: RatingGroupHiddenInputProps): _$react.JSX.Element;
|
|
1142
1142
|
//#endregion
|
|
1143
1143
|
//#region src/components/rating-group/anatomy/item.d.ts
|
|
1144
1144
|
interface RatingGroupItemProps extends ItemProps$7, PropsWithElement<'span'>, HTMLAttributes<'span', 'id' | 'dir'> {
|
|
@@ -1161,15 +1161,15 @@ interface RatingGroupItemProps extends ItemProps$7, PropsWithElement<'span'>, HT
|
|
|
1161
1161
|
*/
|
|
1162
1162
|
full?: ReactNode;
|
|
1163
1163
|
}
|
|
1164
|
-
declare function Item$5(props: RatingGroupItemProps): react.JSX.Element;
|
|
1164
|
+
declare function Item$5(props: RatingGroupItemProps): _$react.JSX.Element;
|
|
1165
1165
|
//#endregion
|
|
1166
1166
|
//#region src/components/rating-group/anatomy/label.d.ts
|
|
1167
1167
|
interface RatingGroupLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
1168
|
-
declare function Label$5(props: RatingGroupLabelProps): react.JSX.Element;
|
|
1168
|
+
declare function Label$5(props: RatingGroupLabelProps): _$react.JSX.Element;
|
|
1169
1169
|
//#endregion
|
|
1170
1170
|
//#region src/components/rating-group/anatomy/root.d.ts
|
|
1171
1171
|
interface RatingGroupRootProps extends Omit<Props$14, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1172
|
-
declare function Root$7(props: RatingGroupRootProps): react_jsx_runtime0.JSX.Element;
|
|
1172
|
+
declare function Root$7(props: RatingGroupRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1173
1173
|
//#endregion
|
|
1174
1174
|
//#region src/components/rating-group/modules/provider.d.ts
|
|
1175
1175
|
declare function useRatingGroup(props?: Omit<Props$14, 'id'>): Api$14<PropTypes>;
|
|
@@ -1184,7 +1184,7 @@ declare function RootContext$10(props: RatingGroupRootContextProps): ReactNode;
|
|
|
1184
1184
|
interface RatingGroupRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1185
1185
|
value: ReturnType<typeof useRatingGroup>;
|
|
1186
1186
|
}
|
|
1187
|
-
declare function RootProvider$7(props: RatingGroupRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1187
|
+
declare function RootProvider$7(props: RatingGroupRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1188
1188
|
//#endregion
|
|
1189
1189
|
//#region src/components/rating-group/modules/anatomy.d.ts
|
|
1190
1190
|
declare const RatingGroup: typeof Root$7 & {
|
|
@@ -1198,27 +1198,27 @@ declare const RatingGroup: typeof Root$7 & {
|
|
|
1198
1198
|
//#endregion
|
|
1199
1199
|
//#region src/components/segmented-control/anatomy/control.d.ts
|
|
1200
1200
|
interface SegmentedControlControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1201
|
-
declare function Control$3(props: SegmentedControlControlProps): react.JSX.Element;
|
|
1201
|
+
declare function Control$3(props: SegmentedControlControlProps): _$react.JSX.Element;
|
|
1202
1202
|
//#endregion
|
|
1203
1203
|
//#region src/components/segmented-control/anatomy/indicator.d.ts
|
|
1204
1204
|
interface SegmentedControlIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1205
|
-
declare function Indicator$2(props: SegmentedControlIndicatorProps): react.JSX.Element;
|
|
1205
|
+
declare function Indicator$2(props: SegmentedControlIndicatorProps): _$react.JSX.Element;
|
|
1206
1206
|
//#endregion
|
|
1207
1207
|
//#region src/components/segmented-control/anatomy/item-hidden-input.d.ts
|
|
1208
1208
|
interface SegmentedControlItemHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1209
|
-
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps): react.JSX.Element;
|
|
1209
|
+
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps): _$react.JSX.Element;
|
|
1210
1210
|
//#endregion
|
|
1211
1211
|
//#region src/components/segmented-control/anatomy/item-text.d.ts
|
|
1212
1212
|
interface SegmentedControlItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1213
|
-
declare function ItemText$1(props: SegmentedControlItemTextProps): react.JSX.Element;
|
|
1213
|
+
declare function ItemText$1(props: SegmentedControlItemTextProps): _$react.JSX.Element;
|
|
1214
1214
|
//#endregion
|
|
1215
1215
|
//#region src/components/segmented-control/anatomy/item.d.ts
|
|
1216
1216
|
interface SegmentedControlItemProps extends ItemProps$8, PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1217
|
-
declare function Item$4(props: SegmentedControlItemProps): react_jsx_runtime0.JSX.Element;
|
|
1217
|
+
declare function Item$4(props: SegmentedControlItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
1218
1218
|
//#endregion
|
|
1219
1219
|
//#region src/components/segmented-control/anatomy/label.d.ts
|
|
1220
1220
|
interface SegmentedControlLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1221
|
-
declare function Label$4(props: SegmentedControlLabelProps): react.JSX.Element;
|
|
1221
|
+
declare function Label$4(props: SegmentedControlLabelProps): _$react.JSX.Element;
|
|
1222
1222
|
//#endregion
|
|
1223
1223
|
//#region src/components/segmented-control/modules/provider.d.ts
|
|
1224
1224
|
declare function useSegmentedControl(props?: Omit<Props$15, 'id'>): Api$15<PropTypes>;
|
|
@@ -1233,11 +1233,11 @@ declare function RootContext$9(props: SegmentedControlRootContextProps): ReactNo
|
|
|
1233
1233
|
interface SegmentedControlRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1234
1234
|
value: ReturnType<typeof useSegmentedControl>;
|
|
1235
1235
|
}
|
|
1236
|
-
declare function RootProvider$6(props: SegmentedControlRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1236
|
+
declare function RootProvider$6(props: SegmentedControlRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1237
1237
|
//#endregion
|
|
1238
1238
|
//#region src/components/segmented-control/anatomy/root.d.ts
|
|
1239
1239
|
interface SegmentedControlRootProps extends Omit<Props$15, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1240
|
-
declare function Root$6(props: SegmentedControlRootProps): react_jsx_runtime0.JSX.Element;
|
|
1240
|
+
declare function Root$6(props: SegmentedControlRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1241
1241
|
//#endregion
|
|
1242
1242
|
//#region src/components/segmented-control/modules/anatomy.d.ts
|
|
1243
1243
|
declare const SegmentedControl: typeof Root$6 & {
|
|
@@ -1253,27 +1253,27 @@ declare const SegmentedControl: typeof Root$6 & {
|
|
|
1253
1253
|
//#endregion
|
|
1254
1254
|
//#region src/components/slider/anatomy/control.d.ts
|
|
1255
1255
|
interface SliderControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1256
|
-
declare function Control$2(props: SliderControlProps): react.JSX.Element;
|
|
1256
|
+
declare function Control$2(props: SliderControlProps): _$react.JSX.Element;
|
|
1257
1257
|
//#endregion
|
|
1258
1258
|
//#region src/components/slider/anatomy/hidden-input.d.ts
|
|
1259
1259
|
interface SliderHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1260
|
-
declare function HiddenInput$2(props: SliderHiddenInputProps): react.JSX.Element;
|
|
1260
|
+
declare function HiddenInput$2(props: SliderHiddenInputProps): _$react.JSX.Element;
|
|
1261
1261
|
//#endregion
|
|
1262
1262
|
//#region src/components/slider/anatomy/label.d.ts
|
|
1263
1263
|
interface SliderLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1264
|
-
declare function Label$3(props: SliderLabelProps): react.JSX.Element;
|
|
1264
|
+
declare function Label$3(props: SliderLabelProps): _$react.JSX.Element;
|
|
1265
1265
|
//#endregion
|
|
1266
1266
|
//#region src/components/slider/anatomy/marker-group.d.ts
|
|
1267
1267
|
interface SliderMarkerGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1268
|
-
declare function MarkerGroup(props: SliderMarkerGroupProps): react.JSX.Element;
|
|
1268
|
+
declare function MarkerGroup(props: SliderMarkerGroupProps): _$react.JSX.Element;
|
|
1269
1269
|
//#endregion
|
|
1270
1270
|
//#region src/components/slider/anatomy/marker.d.ts
|
|
1271
1271
|
interface SliderMarkerProps extends MarkerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1272
|
-
declare function Marker(props: SliderMarkerProps): react.JSX.Element;
|
|
1272
|
+
declare function Marker(props: SliderMarkerProps): _$react.JSX.Element;
|
|
1273
1273
|
//#endregion
|
|
1274
1274
|
//#region src/components/slider/anatomy/range.d.ts
|
|
1275
1275
|
interface SliderRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1276
|
-
declare function Range(props: SliderRangeProps): react.JSX.Element;
|
|
1276
|
+
declare function Range(props: SliderRangeProps): _$react.JSX.Element;
|
|
1277
1277
|
//#endregion
|
|
1278
1278
|
//#region src/components/slider/modules/provider.d.ts
|
|
1279
1279
|
declare function useSlider(props?: Omit<Props$16, 'id'>): Api$16<PropTypes>;
|
|
@@ -1288,23 +1288,23 @@ declare function RootContext$8(props: SliderRootContextProps): ReactNode;
|
|
|
1288
1288
|
interface SliderRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1289
1289
|
value: ReturnType<typeof useSlider>;
|
|
1290
1290
|
}
|
|
1291
|
-
declare function SliderRootProvider(props: SliderRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1291
|
+
declare function SliderRootProvider(props: SliderRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1292
1292
|
//#endregion
|
|
1293
1293
|
//#region src/components/slider/anatomy/root.d.ts
|
|
1294
1294
|
interface SliderRootProps extends Omit<Props$16, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'aria-label' | 'aria-labelledby'> {}
|
|
1295
|
-
declare function SliderRoot$1(props: SliderRootProps): react_jsx_runtime0.JSX.Element;
|
|
1295
|
+
declare function SliderRoot$1(props: SliderRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1296
1296
|
//#endregion
|
|
1297
1297
|
//#region src/components/slider/anatomy/thumb.d.ts
|
|
1298
1298
|
interface SliderThumbProps extends ThumbProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1299
|
-
declare function Thumb$1(props: SliderThumbProps): react_jsx_runtime0.JSX.Element;
|
|
1299
|
+
declare function Thumb$1(props: SliderThumbProps): _$react_jsx_runtime0.JSX.Element;
|
|
1300
1300
|
//#endregion
|
|
1301
1301
|
//#region src/components/slider/anatomy/track.d.ts
|
|
1302
1302
|
interface SliderTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1303
|
-
declare function Track(props: SliderTrackProps): react.JSX.Element;
|
|
1303
|
+
declare function Track(props: SliderTrackProps): _$react.JSX.Element;
|
|
1304
1304
|
//#endregion
|
|
1305
1305
|
//#region src/components/slider/anatomy/value-text.d.ts
|
|
1306
1306
|
interface SliderValueTextProps extends PropsWithElement<'output'>, HTMLAttributes<'output'> {}
|
|
1307
|
-
declare function ValueText(props: SliderValueTextProps): react.JSX.Element;
|
|
1307
|
+
declare function ValueText(props: SliderValueTextProps): _$react.JSX.Element;
|
|
1308
1308
|
//#endregion
|
|
1309
1309
|
//#region src/components/slider/modules/anatomy.d.ts
|
|
1310
1310
|
declare const Slider: typeof SliderRoot$1 & {
|
|
@@ -1323,31 +1323,31 @@ declare const Slider: typeof SliderRoot$1 & {
|
|
|
1323
1323
|
//#endregion
|
|
1324
1324
|
//#region src/components/steps/anatomy/content.d.ts
|
|
1325
1325
|
interface StepsContentProps extends ItemProps$9, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1326
|
-
declare function Content$2(props: StepsContentProps): react.JSX.Element;
|
|
1326
|
+
declare function Content$2(props: StepsContentProps): _$react.JSX.Element;
|
|
1327
1327
|
//#endregion
|
|
1328
1328
|
//#region src/components/steps/anatomy/indicator.d.ts
|
|
1329
1329
|
interface StepsIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1330
|
-
declare function Indicator$1(props: StepsIndicatorProps): react.JSX.Element;
|
|
1330
|
+
declare function Indicator$1(props: StepsIndicatorProps): _$react.JSX.Element;
|
|
1331
1331
|
//#endregion
|
|
1332
1332
|
//#region src/components/steps/anatomy/item.d.ts
|
|
1333
1333
|
interface StepsItemProps extends ItemProps$9, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1334
|
-
declare function Item$3(props: StepsItemProps): react_jsx_runtime0.JSX.Element;
|
|
1334
|
+
declare function Item$3(props: StepsItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
1335
1335
|
//#endregion
|
|
1336
1336
|
//#region src/components/steps/anatomy/list.d.ts
|
|
1337
1337
|
interface StepsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1338
|
-
declare function List$1(props: StepsListProps): react.JSX.Element;
|
|
1338
|
+
declare function List$1(props: StepsListProps): _$react.JSX.Element;
|
|
1339
1339
|
//#endregion
|
|
1340
1340
|
//#region src/components/steps/anatomy/next-trigger.d.ts
|
|
1341
1341
|
interface StepsNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1342
|
-
declare function NextTrigger(props: StepsNextTriggerProps): react.JSX.Element;
|
|
1342
|
+
declare function NextTrigger(props: StepsNextTriggerProps): _$react.JSX.Element;
|
|
1343
1343
|
//#endregion
|
|
1344
1344
|
//#region src/components/steps/anatomy/prev-trigger.d.ts
|
|
1345
1345
|
interface StepsPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1346
|
-
declare function PrevTrigger(props: StepsPrevTriggerProps): react.JSX.Element;
|
|
1346
|
+
declare function PrevTrigger(props: StepsPrevTriggerProps): _$react.JSX.Element;
|
|
1347
1347
|
//#endregion
|
|
1348
1348
|
//#region src/components/steps/anatomy/root.d.ts
|
|
1349
1349
|
interface StepsRootProps extends Omit<Props$17, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1350
|
-
declare function SliderRoot(props: StepsRootProps): react_jsx_runtime0.JSX.Element;
|
|
1350
|
+
declare function SliderRoot(props: StepsRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1351
1351
|
//#endregion
|
|
1352
1352
|
//#region src/components/steps/modules/provider.d.ts
|
|
1353
1353
|
declare function useSteps(props?: Omit<Props$17, 'id'>): Api$17<PropTypes>;
|
|
@@ -1362,15 +1362,15 @@ declare function RootContext$7(props: StepsRootContextProps): ReactNode;
|
|
|
1362
1362
|
interface StepsRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1363
1363
|
value: ReturnType<typeof useSteps>;
|
|
1364
1364
|
}
|
|
1365
|
-
declare function RootProvider$5(props: StepsRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1365
|
+
declare function RootProvider$5(props: StepsRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1366
1366
|
//#endregion
|
|
1367
1367
|
//#region src/components/steps/anatomy/separator.d.ts
|
|
1368
1368
|
interface StepsSeparatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1369
|
-
declare function Separator(props: StepsSeparatorProps): react.JSX.Element;
|
|
1369
|
+
declare function Separator(props: StepsSeparatorProps): _$react.JSX.Element;
|
|
1370
1370
|
//#endregion
|
|
1371
1371
|
//#region src/components/steps/anatomy/trigger.d.ts
|
|
1372
1372
|
interface StepsTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1373
|
-
declare function Trigger$2(props: StepsTriggerProps): react.JSX.Element;
|
|
1373
|
+
declare function Trigger$2(props: StepsTriggerProps): _$react.JSX.Element;
|
|
1374
1374
|
//#endregion
|
|
1375
1375
|
//#region src/components/steps/modules/anatomy.d.ts
|
|
1376
1376
|
declare const Steps: typeof SliderRoot & {
|
|
@@ -1388,15 +1388,15 @@ declare const Steps: typeof SliderRoot & {
|
|
|
1388
1388
|
//#endregion
|
|
1389
1389
|
//#region src/components/switch/anatomy/control.d.ts
|
|
1390
1390
|
interface SwitchControlProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1391
|
-
declare function Control$1(props: SwitchControlProps): react.JSX.Element;
|
|
1391
|
+
declare function Control$1(props: SwitchControlProps): _$react.JSX.Element;
|
|
1392
1392
|
//#endregion
|
|
1393
1393
|
//#region src/components/switch/anatomy/hidden-input.d.ts
|
|
1394
1394
|
interface SwitchHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1395
|
-
declare function HiddenInput$1(props: SwitchHiddenInputProps): react.JSX.Element;
|
|
1395
|
+
declare function HiddenInput$1(props: SwitchHiddenInputProps): _$react.JSX.Element;
|
|
1396
1396
|
//#endregion
|
|
1397
1397
|
//#region src/components/switch/anatomy/label.d.ts
|
|
1398
1398
|
interface SwitchLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1399
|
-
declare function Label$2(props: SwitchLabelProps): react.JSX.Element;
|
|
1399
|
+
declare function Label$2(props: SwitchLabelProps): _$react.JSX.Element;
|
|
1400
1400
|
//#endregion
|
|
1401
1401
|
//#region src/components/switch/modules/provider.d.ts
|
|
1402
1402
|
declare function useSwitch(props?: Omit<Props$18, 'id'>): Api$18<PropTypes>;
|
|
@@ -1411,15 +1411,15 @@ declare function RootContext$6(props: SwitchRootContextProps): ReactNode;
|
|
|
1411
1411
|
interface SwitchRootProviderProps extends PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {
|
|
1412
1412
|
value: ReturnType<typeof useSwitch>;
|
|
1413
1413
|
}
|
|
1414
|
-
declare function RootProvider$4(props: SwitchRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1414
|
+
declare function RootProvider$4(props: SwitchRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1415
1415
|
//#endregion
|
|
1416
1416
|
//#region src/components/switch/anatomy/thumb.d.ts
|
|
1417
1417
|
interface SwitchThumbProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1418
|
-
declare function Thumb(props: SwitchThumbProps): react.JSX.Element;
|
|
1418
|
+
declare function Thumb(props: SwitchThumbProps): _$react.JSX.Element;
|
|
1419
1419
|
//#endregion
|
|
1420
1420
|
//#region src/components/switch/anatomy/root.d.ts
|
|
1421
1421
|
interface SwitchRootProps extends Omit<Props$18, 'id'>, PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
1422
|
-
declare function Root$5(props: SwitchRootProps): react_jsx_runtime0.JSX.Element;
|
|
1422
|
+
declare function Root$5(props: SwitchRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1423
1423
|
//#endregion
|
|
1424
1424
|
//#region src/components/switch/modules/anatomy.d.ts
|
|
1425
1425
|
declare const Switch: typeof Root$5 & {
|
|
@@ -1433,19 +1433,19 @@ declare const Switch: typeof Root$5 & {
|
|
|
1433
1433
|
//#endregion
|
|
1434
1434
|
//#region src/components/tabs/anatomy/content.d.ts
|
|
1435
1435
|
interface TabsContentProps extends ContentProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1436
|
-
declare function Content$1(props: TabsContentProps): react.JSX.Element;
|
|
1436
|
+
declare function Content$1(props: TabsContentProps): _$react.JSX.Element;
|
|
1437
1437
|
//#endregion
|
|
1438
1438
|
//#region src/components/tabs/anatomy/indicator.d.ts
|
|
1439
1439
|
interface TabsIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1440
|
-
declare function Indicator(props: TabsIndicatorProps): react.JSX.Element;
|
|
1440
|
+
declare function Indicator(props: TabsIndicatorProps): _$react.JSX.Element;
|
|
1441
1441
|
//#endregion
|
|
1442
1442
|
//#region src/components/tabs/anatomy/list.d.ts
|
|
1443
1443
|
interface TabsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1444
|
-
declare function List(props: TabsListProps): react.JSX.Element;
|
|
1444
|
+
declare function List(props: TabsListProps): _$react.JSX.Element;
|
|
1445
1445
|
//#endregion
|
|
1446
1446
|
//#region src/components/tabs/anatomy/root.d.ts
|
|
1447
1447
|
interface TabsRootProps extends Omit<Props$19, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1448
|
-
declare function Root$4(props: TabsRootProps): react_jsx_runtime0.JSX.Element;
|
|
1448
|
+
declare function Root$4(props: TabsRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1449
1449
|
//#endregion
|
|
1450
1450
|
//#region src/components/tabs/modules/provider.d.ts
|
|
1451
1451
|
declare function useTabs(props?: Omit<Props$19, 'id'>): Api$19<PropTypes>;
|
|
@@ -1460,11 +1460,11 @@ declare function RootContext$5(props: TabsRootContextProps): ReactNode;
|
|
|
1460
1460
|
interface TabsRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1461
1461
|
value: ReturnType<typeof useTabs>;
|
|
1462
1462
|
}
|
|
1463
|
-
declare function RootProvider$3(props: TabsRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1463
|
+
declare function RootProvider$3(props: TabsRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1464
1464
|
//#endregion
|
|
1465
1465
|
//#region src/components/tabs/anatomy/trigger.d.ts
|
|
1466
1466
|
interface TabsTriggerProps extends TriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
1467
|
-
declare function Trigger$1(props: TabsTriggerProps): react.JSX.Element;
|
|
1467
|
+
declare function Trigger$1(props: TabsTriggerProps): _$react.JSX.Element;
|
|
1468
1468
|
//#endregion
|
|
1469
1469
|
//#region src/components/tabs/modules/anatomy.d.ts
|
|
1470
1470
|
declare const Tabs: typeof Root$4 & {
|
|
@@ -1478,47 +1478,47 @@ declare const Tabs: typeof Root$4 & {
|
|
|
1478
1478
|
//#endregion
|
|
1479
1479
|
//#region src/components/tags-input/anatomy/clear-trigger.d.ts
|
|
1480
1480
|
interface TagsInputClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1481
|
-
declare function ClearTrigger(props: TagsInputClearTriggerProps): react.JSX.Element;
|
|
1481
|
+
declare function ClearTrigger(props: TagsInputClearTriggerProps): _$react.JSX.Element;
|
|
1482
1482
|
//#endregion
|
|
1483
1483
|
//#region src/components/tags-input/anatomy/control.d.ts
|
|
1484
1484
|
interface TagsInputControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1485
|
-
declare function Control(props: TagsInputControlProps): react.JSX.Element;
|
|
1485
|
+
declare function Control(props: TagsInputControlProps): _$react.JSX.Element;
|
|
1486
1486
|
//#endregion
|
|
1487
1487
|
//#region src/components/tags-input/anatomy/hidden-input.d.ts
|
|
1488
1488
|
interface TagsInputHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1489
|
-
declare function HiddenInput(props: TagsInputHiddenInputProps): react.JSX.Element;
|
|
1489
|
+
declare function HiddenInput(props: TagsInputHiddenInputProps): _$react.JSX.Element;
|
|
1490
1490
|
//#endregion
|
|
1491
1491
|
//#region src/components/tags-input/anatomy/input.d.ts
|
|
1492
1492
|
interface TagsInputInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1493
|
-
declare function Input(props: TagsInputInputProps): react.JSX.Element;
|
|
1493
|
+
declare function Input(props: TagsInputInputProps): _$react.JSX.Element;
|
|
1494
1494
|
//#endregion
|
|
1495
1495
|
//#region src/components/tags-input/anatomy/item.d.ts
|
|
1496
1496
|
interface TagsInputItemProps extends ItemProps$10, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1497
|
-
declare function Item$2(props: TagsInputItemProps): react_jsx_runtime0.JSX.Element;
|
|
1497
|
+
declare function Item$2(props: TagsInputItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
1498
1498
|
//#endregion
|
|
1499
1499
|
//#region src/components/tags-input/anatomy/item-delete-trigger.d.ts
|
|
1500
1500
|
interface TagsInputItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1501
|
-
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps): react.JSX.Element;
|
|
1501
|
+
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps): _$react.JSX.Element;
|
|
1502
1502
|
//#endregion
|
|
1503
1503
|
//#region src/components/tags-input/anatomy/item-input.d.ts
|
|
1504
1504
|
interface TagsInputItemInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1505
|
-
declare function ItemInput(props: TagsInputItemInputProps): react.JSX.Element;
|
|
1505
|
+
declare function ItemInput(props: TagsInputItemInputProps): _$react.JSX.Element;
|
|
1506
1506
|
//#endregion
|
|
1507
1507
|
//#region src/components/tags-input/anatomy/item-preview.d.ts
|
|
1508
1508
|
interface TagsInputItemPreviewProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1509
|
-
declare function ItemPreview(props: TagsInputItemPreviewProps): react.JSX.Element;
|
|
1509
|
+
declare function ItemPreview(props: TagsInputItemPreviewProps): _$react.JSX.Element;
|
|
1510
1510
|
//#endregion
|
|
1511
1511
|
//#region src/components/tags-input/anatomy/item-text.d.ts
|
|
1512
1512
|
interface TagsInputItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1513
|
-
declare function ItemText(props: TagsInputItemTextProps): react.JSX.Element;
|
|
1513
|
+
declare function ItemText(props: TagsInputItemTextProps): _$react.JSX.Element;
|
|
1514
1514
|
//#endregion
|
|
1515
1515
|
//#region src/components/tags-input/anatomy/label.d.ts
|
|
1516
1516
|
interface TagsInputLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1517
|
-
declare function Label$1(props: TagsInputLabelProps): react.JSX.Element;
|
|
1517
|
+
declare function Label$1(props: TagsInputLabelProps): _$react.JSX.Element;
|
|
1518
1518
|
//#endregion
|
|
1519
1519
|
//#region src/components/tags-input/anatomy/root.d.ts
|
|
1520
1520
|
interface TagsInputRootProps extends Omit<Props$20, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1521
|
-
declare function Root$3(props: TagsInputRootProps): react_jsx_runtime0.JSX.Element;
|
|
1521
|
+
declare function Root$3(props: TagsInputRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1522
1522
|
//#endregion
|
|
1523
1523
|
//#region src/components/tags-input/modules/provider.d.ts
|
|
1524
1524
|
declare function useTagsInput(props?: Omit<Props$20, 'id'>): Api$20<PropTypes>;
|
|
@@ -1533,7 +1533,7 @@ declare function RootContext$4(props: TagsInputRootContextProps): ReactNode;
|
|
|
1533
1533
|
interface TagsInputRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1534
1534
|
value: ReturnType<typeof useTagsInput>;
|
|
1535
1535
|
}
|
|
1536
|
-
declare function RootProvider$2(props: TagsInputRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1536
|
+
declare function RootProvider$2(props: TagsInputRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1537
1537
|
//#endregion
|
|
1538
1538
|
//#region src/components/tags-input/modules/anatomy.d.ts
|
|
1539
1539
|
declare const TagsInput: typeof Root$3 & {
|
|
@@ -1553,11 +1553,11 @@ declare const TagsInput: typeof Root$3 & {
|
|
|
1553
1553
|
//#endregion
|
|
1554
1554
|
//#region src/components/toast/anatomy/close-trigger.d.ts
|
|
1555
1555
|
interface ToastCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1556
|
-
declare function CloseTrigger(props: ToastCloseTriggerProps): react.JSX.Element;
|
|
1556
|
+
declare function CloseTrigger(props: ToastCloseTriggerProps): _$react.JSX.Element;
|
|
1557
1557
|
//#endregion
|
|
1558
1558
|
//#region src/components/toast/anatomy/description.d.ts
|
|
1559
1559
|
interface ToastDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1560
|
-
declare function Description(props: ToastDescriptionProps): react.JSX.Element;
|
|
1560
|
+
declare function Description(props: ToastDescriptionProps): _$react.JSX.Element;
|
|
1561
1561
|
//#endregion
|
|
1562
1562
|
//#region src/components/toast/anatomy/root.d.ts
|
|
1563
1563
|
interface ToastOptions<T = any> extends Options<T> {
|
|
@@ -1567,7 +1567,7 @@ interface ToastRootProps extends PropsWithElement<'div'>, HTMLAttributes<'div',
|
|
|
1567
1567
|
toast: Omit<ToastOptions, 'id' | 'parent'>;
|
|
1568
1568
|
index?: number;
|
|
1569
1569
|
}
|
|
1570
|
-
declare function Root$2(props: ToastRootProps): react_jsx_runtime0.JSX.Element;
|
|
1570
|
+
declare function Root$2(props: ToastRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1571
1571
|
//#endregion
|
|
1572
1572
|
//#region src/components/toast/anatomy/group.d.ts
|
|
1573
1573
|
type ToastProps<T = any> = Props$21<T> & ToastOptions<T>;
|
|
@@ -1575,11 +1575,11 @@ interface ToastGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div',
|
|
|
1575
1575
|
toaster: Store;
|
|
1576
1576
|
children?: (toast: ToastProps) => JSX.Element | null;
|
|
1577
1577
|
}
|
|
1578
|
-
declare function Group(props: ToastGroupProps): react_jsx_runtime0.JSX.Element;
|
|
1578
|
+
declare function Group(props: ToastGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
1579
1579
|
//#endregion
|
|
1580
1580
|
//#region src/components/toast/anatomy/message.d.ts
|
|
1581
1581
|
interface ToastMessageProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1582
|
-
declare function Message(props: ToastMessageProps): react.JSX.Element;
|
|
1582
|
+
declare function Message(props: ToastMessageProps): _$react.JSX.Element;
|
|
1583
1583
|
//#endregion
|
|
1584
1584
|
//#region src/components/toast/anatomy/root-context.d.ts
|
|
1585
1585
|
interface ToastRootContextProps {
|
|
@@ -1589,11 +1589,11 @@ declare function RootContext$3(props: ToastRootContextProps): ReactNode;
|
|
|
1589
1589
|
//#endregion
|
|
1590
1590
|
//#region src/components/toast/anatomy/title.d.ts
|
|
1591
1591
|
interface ToastTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1592
|
-
declare function Title(props: ToastTitleProps): react.JSX.Element;
|
|
1592
|
+
declare function Title(props: ToastTitleProps): _$react.JSX.Element;
|
|
1593
1593
|
//#endregion
|
|
1594
1594
|
//#region src/components/toast/anatomy/action-trigger.d.ts
|
|
1595
1595
|
interface ToastActionTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1596
|
-
declare function ActionTrigger(props: ToastActionTriggerProps): react.JSX.Element;
|
|
1596
|
+
declare function ActionTrigger(props: ToastActionTriggerProps): _$react.JSX.Element;
|
|
1597
1597
|
//#endregion
|
|
1598
1598
|
//#region src/components/toast/modules/anatomy.d.ts
|
|
1599
1599
|
declare const Toast: typeof Root$2 & {
|
|
@@ -1608,11 +1608,11 @@ declare const Toast: typeof Root$2 & {
|
|
|
1608
1608
|
//#endregion
|
|
1609
1609
|
//#region src/components/toggle-group/anatomy/item.d.ts
|
|
1610
1610
|
interface ToggleGroupItemProps extends ItemProps$11, PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1611
|
-
declare function Item$1(props: ToggleGroupItemProps): react.JSX.Element;
|
|
1611
|
+
declare function Item$1(props: ToggleGroupItemProps): _$react.JSX.Element;
|
|
1612
1612
|
//#endregion
|
|
1613
1613
|
//#region src/components/toggle-group/anatomy/root.d.ts
|
|
1614
1614
|
interface ToggleGroupRootProps extends Omit<Props$22, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1615
|
-
declare function ToggleGroupRoot(props: ToggleGroupRootProps): react_jsx_runtime0.JSX.Element;
|
|
1615
|
+
declare function ToggleGroupRoot(props: ToggleGroupRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1616
1616
|
//#endregion
|
|
1617
1617
|
//#region src/components/toggle-group/modules/provider.d.ts
|
|
1618
1618
|
declare function useToggleGroup(props?: Omit<Props$22, 'id'>): Api$22<PropTypes>;
|
|
@@ -1627,7 +1627,7 @@ declare function RootContext$2(props: ToggleGroupRootContextProps): ReactNode;
|
|
|
1627
1627
|
interface ToggleGroupRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
1628
1628
|
value: ReturnType<typeof useToggleGroup>;
|
|
1629
1629
|
}
|
|
1630
|
-
declare function ToggleGroupRootProvider(props: ToggleGroupRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1630
|
+
declare function ToggleGroupRootProvider(props: ToggleGroupRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1631
1631
|
//#endregion
|
|
1632
1632
|
//#region src/components/toggle-group/modules/anatomy.d.ts
|
|
1633
1633
|
declare const ToggleGroup: typeof ToggleGroupRoot & {
|
|
@@ -1638,23 +1638,23 @@ declare const ToggleGroup: typeof ToggleGroupRoot & {
|
|
|
1638
1638
|
//#endregion
|
|
1639
1639
|
//#region src/components/tooltip/anatomy/arrow.d.ts
|
|
1640
1640
|
interface TooltipArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1641
|
-
declare function Arrow(props: TooltipArrowProps): react.JSX.Element;
|
|
1641
|
+
declare function Arrow(props: TooltipArrowProps): _$react.JSX.Element;
|
|
1642
1642
|
//#endregion
|
|
1643
1643
|
//#region src/components/tooltip/anatomy/arrow-tip.d.ts
|
|
1644
1644
|
interface TooltipArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1645
|
-
declare function ArrowTip(props: TooltipArrowTipProps): react.JSX.Element;
|
|
1645
|
+
declare function ArrowTip(props: TooltipArrowTipProps): _$react.JSX.Element;
|
|
1646
1646
|
//#endregion
|
|
1647
1647
|
//#region src/components/tooltip/anatomy/content.d.ts
|
|
1648
1648
|
interface TooltipContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1649
|
-
declare function Content(props: TooltipContentProps): react.JSX.Element;
|
|
1649
|
+
declare function Content(props: TooltipContentProps): _$react.JSX.Element;
|
|
1650
1650
|
//#endregion
|
|
1651
1651
|
//#region src/components/tooltip/anatomy/positioner.d.ts
|
|
1652
1652
|
interface TooltipPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1653
|
-
declare function Positioner(props: TooltipPositionerProps): react_jsx_runtime0.JSX.Element;
|
|
1653
|
+
declare function Positioner(props: TooltipPositionerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1654
1654
|
//#endregion
|
|
1655
1655
|
//#region src/components/tooltip/anatomy/root.d.ts
|
|
1656
1656
|
interface TooltipRootProps extends PropsWithChildren, Omit<Props$23, 'id'> {}
|
|
1657
|
-
declare function Root$1(props: TooltipRootProps): react_jsx_runtime0.JSX.Element;
|
|
1657
|
+
declare function Root$1(props: TooltipRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
1658
1658
|
//#endregion
|
|
1659
1659
|
//#region src/components/tooltip/modules/provider.d.ts
|
|
1660
1660
|
declare function useTooltip(props?: Omit<Props$23, 'id'>): Api$23<PropTypes>;
|
|
@@ -1669,11 +1669,11 @@ declare function RootContext$1(props: TooltipRootContextProps): ReactNode;
|
|
|
1669
1669
|
interface TooltipRootProviderProps extends PropsWithChildren {
|
|
1670
1670
|
value: ReturnType<typeof useTooltip>;
|
|
1671
1671
|
}
|
|
1672
|
-
declare function RootProvider$1(props: TooltipRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1672
|
+
declare function RootProvider$1(props: TooltipRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1673
1673
|
//#endregion
|
|
1674
1674
|
//#region src/components/tooltip/anatomy/trigger.d.ts
|
|
1675
1675
|
interface TooltipTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1676
|
-
declare function Trigger(props: TooltipTriggerProps): react.JSX.Element;
|
|
1676
|
+
declare function Trigger(props: TooltipTriggerProps): _$react.JSX.Element;
|
|
1677
1677
|
//#endregion
|
|
1678
1678
|
//#region src/components/tooltip/modules/anatomy.d.ts
|
|
1679
1679
|
declare const Tooltip: typeof Root$1 & {
|
|
@@ -1688,31 +1688,31 @@ declare const Tooltip: typeof Root$1 & {
|
|
|
1688
1688
|
//#endregion
|
|
1689
1689
|
//#region src/components/tree-view/anatomy/branch-content.d.ts
|
|
1690
1690
|
interface TreeViewBranchContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1691
|
-
declare function BranchContent(props: TreeViewBranchContentProps): react.JSX.Element;
|
|
1691
|
+
declare function BranchContent(props: TreeViewBranchContentProps): _$react.JSX.Element;
|
|
1692
1692
|
//#endregion
|
|
1693
1693
|
//#region src/components/tree-view/anatomy/branch-control.d.ts
|
|
1694
1694
|
interface TreeViewBranchControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1695
|
-
declare function BranchControl(props: TreeViewBranchControlProps): react.JSX.Element;
|
|
1695
|
+
declare function BranchControl(props: TreeViewBranchControlProps): _$react.JSX.Element;
|
|
1696
1696
|
//#endregion
|
|
1697
1697
|
//#region src/components/tree-view/anatomy/branch-indent-guide.d.ts
|
|
1698
1698
|
interface TreeViewBranchIndentGuideProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1699
|
-
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps): react.JSX.Element;
|
|
1699
|
+
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps): _$react.JSX.Element;
|
|
1700
1700
|
//#endregion
|
|
1701
1701
|
//#region src/components/tree-view/anatomy/branch-indicator.d.ts
|
|
1702
1702
|
interface TreeViewBranchIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1703
|
-
declare function BranchIndicator(props: TreeViewBranchIndicatorProps): react.JSX.Element;
|
|
1703
|
+
declare function BranchIndicator(props: TreeViewBranchIndicatorProps): _$react.JSX.Element;
|
|
1704
1704
|
//#endregion
|
|
1705
1705
|
//#region src/components/tree-view/anatomy/branch-text.d.ts
|
|
1706
1706
|
interface TreeViewBranchTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1707
|
-
declare function BranchText(props: TreeViewBranchTextProps): react.JSX.Element;
|
|
1707
|
+
declare function BranchText(props: TreeViewBranchTextProps): _$react.JSX.Element;
|
|
1708
1708
|
//#endregion
|
|
1709
1709
|
//#region src/components/tree-view/anatomy/branch.d.ts
|
|
1710
1710
|
interface TreeViewBranchProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1711
|
-
declare function Branch(props: TreeViewBranchProps): react.JSX.Element;
|
|
1711
|
+
declare function Branch(props: TreeViewBranchProps): _$react.JSX.Element;
|
|
1712
1712
|
//#endregion
|
|
1713
1713
|
//#region src/components/tree-view/anatomy/item.d.ts
|
|
1714
1714
|
interface TreeViewItemProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1715
|
-
declare function Item(props: TreeViewItemProps): react.JSX.Element;
|
|
1715
|
+
declare function Item(props: TreeViewItemProps): _$react.JSX.Element;
|
|
1716
1716
|
//#endregion
|
|
1717
1717
|
//#region src/components/tree-view/anatomy/label.d.ts
|
|
1718
1718
|
interface TreeViewLabelProps extends PropsWithElement<'h3'>, HTMLAttributes<'h3'> {
|
|
@@ -1735,7 +1735,7 @@ declare function NodeContext(props: TreeViewNodeContextProps): ReactNode;
|
|
|
1735
1735
|
interface TreeViewNodeProviderProps extends PropsWithChildren {
|
|
1736
1736
|
value: NodeProps;
|
|
1737
1737
|
}
|
|
1738
|
-
declare function NodeProvider(props: TreeViewNodeProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1738
|
+
declare function NodeProvider(props: TreeViewNodeProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1739
1739
|
//#endregion
|
|
1740
1740
|
//#region src/components/tree-view/modules/provider.d.ts
|
|
1741
1741
|
declare function useTreeView<T extends TreeNode = TreeNode>(props?: Omit<Props$24<T>, 'id'>): Api$24<PropTypes>;
|
|
@@ -1750,15 +1750,15 @@ declare function RootContext(props: TreeViewRootContextProps): ReactNode;
|
|
|
1750
1750
|
interface TreeViewRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
1751
1751
|
value: ReturnType<typeof useTreeView>;
|
|
1752
1752
|
}
|
|
1753
|
-
declare function RootProvider(props: TreeViewRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1753
|
+
declare function RootProvider(props: TreeViewRootProviderProps): _$react_jsx_runtime0.JSX.Element;
|
|
1754
1754
|
//#endregion
|
|
1755
1755
|
//#region src/components/tree-view/anatomy/root.d.ts
|
|
1756
1756
|
interface TreeViewRootProps<T extends TreeNode = TreeNode> extends Omit<Props$24<T>, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1757
|
-
declare function Root<T extends TreeNode = TreeNode>(props: TreeViewRootProps<T>): react_jsx_runtime0.JSX.Element;
|
|
1757
|
+
declare function Root<T extends TreeNode = TreeNode>(props: TreeViewRootProps<T>): _$react_jsx_runtime0.JSX.Element;
|
|
1758
1758
|
//#endregion
|
|
1759
1759
|
//#region src/components/tree-view/anatomy/tree.d.ts
|
|
1760
1760
|
interface TreeViewTreeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1761
|
-
declare function Tree(props: TreeViewTreeProps): react.JSX.Element;
|
|
1761
|
+
declare function Tree(props: TreeViewTreeProps): _$react.JSX.Element;
|
|
1762
1762
|
//#endregion
|
|
1763
1763
|
//#region src/components/tree-view/modules/anatomy.d.ts
|
|
1764
1764
|
declare const TreeView: typeof Root & {
|