@skeletonlabs/skeleton-react 4.15.2 → 5.0.0-next.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 +187 -188
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as _$react from "react";
|
|
2
1
|
import { ComponentProps, JSX, PropsWithChildren, ReactNode } from "react";
|
|
3
2
|
import { Api, ItemProps, Props } from "@zag-js/accordion";
|
|
4
3
|
import { PropTypes } from "@zag-js/react";
|
|
@@ -44,11 +43,11 @@ interface PropsWithElement<T extends keyof JSX.IntrinsicElements> {
|
|
|
44
43
|
//#endregion
|
|
45
44
|
//#region src/components/accordion/anatomy/item-content.d.ts
|
|
46
45
|
interface AccordionItemContentProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
47
|
-
declare function ItemContent(props: AccordionItemContentProps): _$
|
|
46
|
+
declare function ItemContent(props: AccordionItemContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
48
47
|
//#endregion
|
|
49
48
|
//#region src/components/accordion/anatomy/item-indicator.d.ts
|
|
50
49
|
interface AccordionItemIndicatorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
51
|
-
declare function ItemIndicator$3(props: AccordionItemIndicatorProps): _$
|
|
50
|
+
declare function ItemIndicator$3(props: AccordionItemIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
52
51
|
//#endregion
|
|
53
52
|
//#region src/components/accordion/anatomy/item.d.ts
|
|
54
53
|
interface AccordionItemProps extends ItemProps, PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -75,7 +74,7 @@ declare function RootProvider$18(props: AccordionRootProviderProps): _$react_jsx
|
|
|
75
74
|
//#endregion
|
|
76
75
|
//#region src/components/accordion/anatomy/item-trigger.d.ts
|
|
77
76
|
interface AccordionItemTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
78
|
-
declare function ItemTrigger(props: AccordionItemTriggerProps): _$
|
|
77
|
+
declare function ItemTrigger(props: AccordionItemTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
79
78
|
//#endregion
|
|
80
79
|
//#region src/components/accordion/modules/anatomy.d.ts
|
|
81
80
|
declare const Accordion: typeof Root$19 & {
|
|
@@ -89,23 +88,23 @@ declare const Accordion: typeof Root$19 & {
|
|
|
89
88
|
//#endregion
|
|
90
89
|
//#region src/components/app-bar/anatomy/root.d.ts
|
|
91
90
|
interface AppBarRootProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
92
|
-
declare function AppBarRoot(props: AppBarRootProps): _$
|
|
91
|
+
declare function AppBarRoot(props: AppBarRootProps): _$react_jsx_runtime0.JSX.Element;
|
|
93
92
|
//#endregion
|
|
94
93
|
//#region src/components/app-bar/anatomy/toolbar.d.ts
|
|
95
94
|
interface AppBarToolbarProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
96
|
-
declare function AppBarToolbar(props: AppBarToolbarProps): _$
|
|
95
|
+
declare function AppBarToolbar(props: AppBarToolbarProps): _$react_jsx_runtime0.JSX.Element;
|
|
97
96
|
//#endregion
|
|
98
97
|
//#region src/components/app-bar/anatomy/lead.d.ts
|
|
99
98
|
interface AppBarLeadProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
100
|
-
declare function AppBarLead(props: AppBarLeadProps): _$
|
|
99
|
+
declare function AppBarLead(props: AppBarLeadProps): _$react_jsx_runtime0.JSX.Element;
|
|
101
100
|
//#endregion
|
|
102
101
|
//#region src/components/app-bar/anatomy/headline.d.ts
|
|
103
102
|
interface AppBarHeadlineProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
104
|
-
declare function AppBarHeadline(props: AppBarHeadlineProps): _$
|
|
103
|
+
declare function AppBarHeadline(props: AppBarHeadlineProps): _$react_jsx_runtime0.JSX.Element;
|
|
105
104
|
//#endregion
|
|
106
105
|
//#region src/components/app-bar/anatomy/trail.d.ts
|
|
107
106
|
interface AppBarTrailProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
108
|
-
declare function AppBarTrail(props: AppBarTrailProps): _$
|
|
107
|
+
declare function AppBarTrail(props: AppBarTrailProps): _$react_jsx_runtime0.JSX.Element;
|
|
109
108
|
//#endregion
|
|
110
109
|
//#region src/components/app-bar/modules/anatomy.d.ts
|
|
111
110
|
declare const AppBar: typeof AppBarRoot & {
|
|
@@ -117,11 +116,11 @@ declare const AppBar: typeof AppBarRoot & {
|
|
|
117
116
|
//#endregion
|
|
118
117
|
//#region src/components/avatar/anatomy/fallback.d.ts
|
|
119
118
|
interface AvatarFallbackProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
120
|
-
declare function Fallback(props: AvatarFallbackProps): _$
|
|
119
|
+
declare function Fallback(props: AvatarFallbackProps): _$react_jsx_runtime0.JSX.Element;
|
|
121
120
|
//#endregion
|
|
122
121
|
//#region src/components/avatar/anatomy/image.d.ts
|
|
123
122
|
interface AvatarImageProps extends PropsWithElement<'img'>, HTMLAttributes<'img', 'children'> {}
|
|
124
|
-
declare function Image(props: AvatarImageProps): _$
|
|
123
|
+
declare function Image(props: AvatarImageProps): _$react_jsx_runtime0.JSX.Element;
|
|
125
124
|
//#endregion
|
|
126
125
|
//#region src/components/avatar/anatomy/root.d.ts
|
|
127
126
|
interface AvatarRootProps extends Omit<Props$1, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -152,39 +151,39 @@ declare const Avatar: typeof AvatarRoot & {
|
|
|
152
151
|
//#endregion
|
|
153
152
|
//#region src/components/carousel/anatomy/autoplay-trigger.d.ts
|
|
154
153
|
interface CarouselAutoplayTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
155
|
-
declare function AutoplayTrigger(props: CarouselAutoplayTriggerProps): _$
|
|
154
|
+
declare function AutoplayTrigger(props: CarouselAutoplayTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
156
155
|
//#endregion
|
|
157
156
|
//#region src/components/carousel/anatomy/control.d.ts
|
|
158
157
|
interface CarouselControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
159
|
-
declare function Control$8(props: CarouselControlProps): _$
|
|
158
|
+
declare function Control$8(props: CarouselControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
160
159
|
//#endregion
|
|
161
160
|
//#region src/components/carousel/anatomy/indicator-group.d.ts
|
|
162
161
|
interface CarouselIndicatorGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
163
|
-
declare function IndicatorGroup(props: CarouselIndicatorGroupProps): _$
|
|
162
|
+
declare function IndicatorGroup(props: CarouselIndicatorGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
164
163
|
//#endregion
|
|
165
164
|
//#region src/components/carousel/anatomy/indicator.d.ts
|
|
166
165
|
interface CarouselIndicatorProps extends IndicatorProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
167
|
-
declare function Indicator$5(props: CarouselIndicatorProps): _$
|
|
166
|
+
declare function Indicator$5(props: CarouselIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
168
167
|
//#endregion
|
|
169
168
|
//#region src/components/carousel/anatomy/item-group.d.ts
|
|
170
169
|
interface CarouselItemGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
171
|
-
declare function ItemGroup$4(props: CarouselItemGroupProps): _$
|
|
170
|
+
declare function ItemGroup$4(props: CarouselItemGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
172
171
|
//#endregion
|
|
173
172
|
//#region src/components/carousel/anatomy/item.d.ts
|
|
174
173
|
interface CarouselItemProps extends ItemProps$1, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
175
|
-
declare function Item$11(props: CarouselItemProps): _$
|
|
174
|
+
declare function Item$11(props: CarouselItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
176
175
|
//#endregion
|
|
177
176
|
//#region src/components/carousel/anatomy/next-trigger.d.ts
|
|
178
177
|
interface CarouselNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
179
|
-
declare function NextTrigger$3(props: CarouselNextTriggerProps): _$
|
|
178
|
+
declare function NextTrigger$3(props: CarouselNextTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
180
179
|
//#endregion
|
|
181
180
|
//#region src/components/carousel/anatomy/prev-trigger.d.ts
|
|
182
181
|
interface CarouselPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
183
|
-
declare function PrevTrigger$3(props: CarouselPrevTriggerProps): _$
|
|
182
|
+
declare function PrevTrigger$3(props: CarouselPrevTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
184
183
|
//#endregion
|
|
185
184
|
//#region src/components/carousel/anatomy/progress-text.d.ts
|
|
186
185
|
interface CarouselProgressTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
187
|
-
declare function ProgressText(props: CarouselProgressTextProps): _$
|
|
186
|
+
declare function ProgressText(props: CarouselProgressTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
188
187
|
//#endregion
|
|
189
188
|
//#region src/components/carousel/anatomy/root.d.ts
|
|
190
189
|
interface CarouselRootProps extends Omit<Props$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -224,7 +223,7 @@ declare const Carousel: typeof Root$18 & {
|
|
|
224
223
|
//#endregion
|
|
225
224
|
//#region src/components/collapsible/anatomy/content.d.ts
|
|
226
225
|
interface CollapsibleContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
227
|
-
declare function Content$10(props: CollapsibleContentProps): _$
|
|
226
|
+
declare function Content$10(props: CollapsibleContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
228
227
|
//#endregion
|
|
229
228
|
//#region src/components/collapsible/anatomy/root.d.ts
|
|
230
229
|
interface CollapsibleRootProps extends Omit<Props$3, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -247,11 +246,11 @@ declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps): _
|
|
|
247
246
|
//#endregion
|
|
248
247
|
//#region src/components/collapsible/anatomy/trigger.d.ts
|
|
249
248
|
interface CollapsibleTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
250
|
-
declare function Trigger$10(props: CollapsibleTriggerProps): _$
|
|
249
|
+
declare function Trigger$10(props: CollapsibleTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
251
250
|
//#endregion
|
|
252
251
|
//#region src/components/collapsible/anatomy/indicator.d.ts
|
|
253
252
|
interface CollapsibleIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
254
|
-
declare function Indicator$4(props: CollapsibleIndicatorProps): _$
|
|
253
|
+
declare function Indicator$4(props: CollapsibleIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
255
254
|
//#endregion
|
|
256
255
|
//#region src/components/collapsible/modules/anatomy.d.ts
|
|
257
256
|
declare const Collapsible: typeof CollapsibleRoot & {
|
|
@@ -264,19 +263,19 @@ declare const Collapsible: typeof CollapsibleRoot & {
|
|
|
264
263
|
//#endregion
|
|
265
264
|
//#region src/components/combobox/anatomy/clear-trigger.d.ts
|
|
266
265
|
interface ComboboxClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
267
|
-
declare function ClearTrigger$2(props: ComboboxClearTriggerProps): _$
|
|
266
|
+
declare function ClearTrigger$2(props: ComboboxClearTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
268
267
|
//#endregion
|
|
269
268
|
//#region src/components/combobox/anatomy/content.d.ts
|
|
270
269
|
interface ComboboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
271
|
-
declare function Content$9(props: ComboboxContentProps): _$
|
|
270
|
+
declare function Content$9(props: ComboboxContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
272
271
|
//#endregion
|
|
273
272
|
//#region src/components/combobox/anatomy/control.d.ts
|
|
274
273
|
interface ComboboxControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
275
|
-
declare function Control$7(props: ComboboxControlProps): _$
|
|
274
|
+
declare function Control$7(props: ComboboxControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
276
275
|
//#endregion
|
|
277
276
|
//#region src/components/combobox/anatomy/input.d.ts
|
|
278
277
|
interface ComboboxInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
279
|
-
declare function Input$3(props: ComboboxInputProps): _$
|
|
278
|
+
declare function Input$3(props: ComboboxInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
280
279
|
//#endregion
|
|
281
280
|
//#region src/components/combobox/anatomy/item.d.ts
|
|
282
281
|
interface ComboboxItemProps extends ItemProps$2, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
@@ -288,23 +287,23 @@ declare function ItemGroup$3(props: ComboboxItemGroupProps): _$react_jsx_runtime
|
|
|
288
287
|
//#endregion
|
|
289
288
|
//#region src/components/combobox/anatomy/item-group-label.d.ts
|
|
290
289
|
interface ComboboxItemGroupLabelProps extends Omit<ItemGroupLabelProps, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
291
|
-
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps): _$
|
|
290
|
+
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
292
291
|
//#endregion
|
|
293
292
|
//#region src/components/combobox/anatomy/item-indicator.d.ts
|
|
294
293
|
interface ComboboxItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
295
|
-
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps): _$
|
|
294
|
+
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
296
295
|
//#endregion
|
|
297
296
|
//#region src/components/combobox/anatomy/item-text.d.ts
|
|
298
297
|
interface ComboboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
299
|
-
declare function ItemText$4(props: ComboboxItemTextProps): _$
|
|
298
|
+
declare function ItemText$4(props: ComboboxItemTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
300
299
|
//#endregion
|
|
301
300
|
//#region src/components/combobox/anatomy/label.d.ts
|
|
302
301
|
interface ComboboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
303
|
-
declare function Label$10(props: ComboboxLabelProps): _$
|
|
302
|
+
declare function Label$10(props: ComboboxLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
304
303
|
//#endregion
|
|
305
304
|
//#region src/components/combobox/anatomy/positioner.d.ts
|
|
306
305
|
interface ComboboxPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
307
|
-
declare function Positioner$6(props: ComboboxPositionerProps): _$
|
|
306
|
+
declare function Positioner$6(props: ComboboxPositionerProps): _$react_jsx_runtime0.JSX.Element;
|
|
308
307
|
//#endregion
|
|
309
308
|
//#region src/components/combobox/anatomy/root.d.ts
|
|
310
309
|
interface ComboboxRootProps extends Omit<Props$4, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
@@ -327,7 +326,7 @@ declare function RootProvider$16(props: ComboboxRootProviderProps): _$react_jsx_
|
|
|
327
326
|
//#endregion
|
|
328
327
|
//#region src/components/combobox/anatomy/trigger.d.ts
|
|
329
328
|
interface ComboboxTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
330
|
-
declare function Trigger$9(props: ComboboxTriggerProps): _$
|
|
329
|
+
declare function Trigger$9(props: ComboboxTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
331
330
|
//#endregion
|
|
332
331
|
//#region src/components/combobox/modules/anatomy.d.ts
|
|
333
332
|
declare const Combobox: typeof Root$17 & {
|
|
@@ -349,43 +348,43 @@ declare const Combobox: typeof Root$17 & {
|
|
|
349
348
|
//#endregion
|
|
350
349
|
//#region src/components/date-picker/anatomy/content.d.ts
|
|
351
350
|
interface DatePickerContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
352
|
-
declare function Content$8(props: DatePickerContentProps): _$
|
|
351
|
+
declare function Content$8(props: DatePickerContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
353
352
|
//#endregion
|
|
354
353
|
//#region src/components/date-picker/anatomy/control.d.ts
|
|
355
354
|
interface DatePickerControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
356
|
-
declare function Control$6(props: DatePickerControlProps): _$
|
|
355
|
+
declare function Control$6(props: DatePickerControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
357
356
|
//#endregion
|
|
358
357
|
//#region src/components/date-picker/anatomy/input.d.ts
|
|
359
358
|
interface DatePickerInputProps extends InputProps, PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
360
|
-
declare function Input$2(props: DatePickerInputProps): _$
|
|
359
|
+
declare function Input$2(props: DatePickerInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
361
360
|
//#endregion
|
|
362
361
|
//#region src/components/date-picker/anatomy/label.d.ts
|
|
363
362
|
interface DatePickerLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
364
|
-
declare function Label$9(props: DatePickerLabelProps): _$
|
|
363
|
+
declare function Label$9(props: DatePickerLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
365
364
|
//#endregion
|
|
366
365
|
//#region src/components/date-picker/anatomy/month-select.d.ts
|
|
367
366
|
interface DatePickerMonthSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
368
|
-
declare function MonthSelect(props: DatePickerMonthSelectProps): _$
|
|
367
|
+
declare function MonthSelect(props: DatePickerMonthSelectProps): _$react_jsx_runtime0.JSX.Element;
|
|
369
368
|
//#endregion
|
|
370
369
|
//#region src/components/date-picker/anatomy/next-trigger.d.ts
|
|
371
370
|
interface DatePickerNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
372
|
-
declare function NextTrigger$2(props: DatePickerNextTriggerProps): _$
|
|
371
|
+
declare function NextTrigger$2(props: DatePickerNextTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
373
372
|
//#endregion
|
|
374
373
|
//#region src/components/date-picker/anatomy/positioner.d.ts
|
|
375
374
|
interface DatePickerPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
376
|
-
declare function Positioner$5(props: DatePickerPositionerProps): _$
|
|
375
|
+
declare function Positioner$5(props: DatePickerPositionerProps): _$react_jsx_runtime0.JSX.Element;
|
|
377
376
|
//#endregion
|
|
378
377
|
//#region src/components/date-picker/anatomy/preset-trigger.d.ts
|
|
379
378
|
interface DatePickerPresetTriggerProps extends PresetTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
380
|
-
declare function PresetTrigger(props: DatePickerPresetTriggerProps): _$
|
|
379
|
+
declare function PresetTrigger(props: DatePickerPresetTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
381
380
|
//#endregion
|
|
382
381
|
//#region src/components/date-picker/anatomy/prev-trigger.d.ts
|
|
383
382
|
interface DatePickerPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
384
|
-
declare function PrevTrigger$2(props: DatePickerPrevTriggerProps): _$
|
|
383
|
+
declare function PrevTrigger$2(props: DatePickerPrevTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
385
384
|
//#endregion
|
|
386
385
|
//#region src/components/date-picker/anatomy/range-text.d.ts
|
|
387
386
|
interface DatePickerRangeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
388
|
-
declare function RangeText(props: DatePickerRangeTextProps): _$
|
|
387
|
+
declare function RangeText(props: DatePickerRangeTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
389
388
|
//#endregion
|
|
390
389
|
//#region src/components/date-picker/anatomy/root.d.ts
|
|
391
390
|
interface DatePickerRootProps extends Omit<Props$5, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
@@ -408,11 +407,11 @@ declare function RootProvider$15(props: DatePickerRootProviderProps): _$react_js
|
|
|
408
407
|
//#endregion
|
|
409
408
|
//#region src/components/date-picker/anatomy/table.d.ts
|
|
410
409
|
interface DatePickerTableProps extends PropsWithElement<'table'>, HTMLAttributes<'table'> {}
|
|
411
|
-
declare function Table(props: DatePickerTableProps): _$
|
|
410
|
+
declare function Table(props: DatePickerTableProps): _$react_jsx_runtime0.JSX.Element;
|
|
412
411
|
//#endregion
|
|
413
412
|
//#region src/components/date-picker/anatomy/table-body.d.ts
|
|
414
413
|
interface DatePickerTableBodyProps extends PropsWithElement<'tbody'>, HTMLAttributes<'tbody'> {}
|
|
415
|
-
declare function TableBody(props: DatePickerTableBodyProps): _$
|
|
414
|
+
declare function TableBody(props: DatePickerTableBodyProps): _$react_jsx_runtime0.JSX.Element;
|
|
416
415
|
//#endregion
|
|
417
416
|
//#region src/internal/union.d.ts
|
|
418
417
|
type Union<T, U> = { [K in keyof T]: K extends keyof U ? U[K] | T[K] : T[K] } & Omit<U, keyof T>;
|
|
@@ -423,23 +422,23 @@ declare function TableCell(props: DatePickerTableCellProps): _$react_jsx_runtime
|
|
|
423
422
|
//#endregion
|
|
424
423
|
//#region src/components/date-picker/anatomy/table-cell-trigger.d.ts
|
|
425
424
|
interface DatePickerTableCellTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
426
|
-
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps): _$
|
|
425
|
+
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
427
426
|
//#endregion
|
|
428
427
|
//#region src/components/date-picker/anatomy/table-head.d.ts
|
|
429
428
|
interface DatePickerTableHeadProps extends PropsWithElement<'thead'>, HTMLAttributes<'thead'> {}
|
|
430
|
-
declare function TableHead(props: DatePickerTableHeadProps): _$
|
|
429
|
+
declare function TableHead(props: DatePickerTableHeadProps): _$react_jsx_runtime0.JSX.Element;
|
|
431
430
|
//#endregion
|
|
432
431
|
//#region src/components/date-picker/anatomy/table-header.d.ts
|
|
433
432
|
interface DatePickerTableHeaderProps extends PropsWithElement<'th'>, HTMLAttributes<'th'> {}
|
|
434
|
-
declare function TableHeader(props: DatePickerTableHeaderProps): _$
|
|
433
|
+
declare function TableHeader(props: DatePickerTableHeaderProps): _$react_jsx_runtime0.JSX.Element;
|
|
435
434
|
//#endregion
|
|
436
435
|
//#region src/components/date-picker/anatomy/table-row.d.ts
|
|
437
436
|
interface DatePickerTableRowProps extends PropsWithElement<'tr'>, HTMLAttributes<'tr'> {}
|
|
438
|
-
declare function TableRow(props: DatePickerTableRowProps): _$
|
|
437
|
+
declare function TableRow(props: DatePickerTableRowProps): _$react_jsx_runtime0.JSX.Element;
|
|
439
438
|
//#endregion
|
|
440
439
|
//#region src/components/date-picker/anatomy/trigger.d.ts
|
|
441
440
|
interface DatePickerTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
442
|
-
declare function Trigger$8(props: DatePickerTriggerProps): _$
|
|
441
|
+
declare function Trigger$8(props: DatePickerTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
443
442
|
//#endregion
|
|
444
443
|
//#region src/components/date-picker/anatomy/view.d.ts
|
|
445
444
|
interface DatePickerViewProps extends ViewProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -447,15 +446,15 @@ declare function View(props: DatePickerViewProps): _$react_jsx_runtime0.JSX.Elem
|
|
|
447
446
|
//#endregion
|
|
448
447
|
//#region src/components/date-picker/anatomy/view-control.d.ts
|
|
449
448
|
interface DatePickerViewControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
450
|
-
declare function ViewControl(props: DatePickerViewControlProps): _$
|
|
449
|
+
declare function ViewControl(props: DatePickerViewControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
451
450
|
//#endregion
|
|
452
451
|
//#region src/components/date-picker/anatomy/view-trigger.d.ts
|
|
453
452
|
interface DatePickerViewTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
454
|
-
declare function ViewTrigger(props: DatePickerViewTriggerProps): _$
|
|
453
|
+
declare function ViewTrigger(props: DatePickerViewTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
455
454
|
//#endregion
|
|
456
455
|
//#region src/components/date-picker/anatomy/year-select.d.ts
|
|
457
456
|
interface DatePickerYearSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
458
|
-
declare function YearSelect(props: DatePickerYearSelectProps): _$
|
|
457
|
+
declare function YearSelect(props: DatePickerYearSelectProps): _$react_jsx_runtime0.JSX.Element;
|
|
459
458
|
//#endregion
|
|
460
459
|
//#region src/components/date-picker/modules/anatomy.d.ts
|
|
461
460
|
declare const DatePicker: typeof Root$16 & {
|
|
@@ -487,23 +486,23 @@ declare const DatePicker: typeof Root$16 & {
|
|
|
487
486
|
//#endregion
|
|
488
487
|
//#region src/components/dialog/anatomy/backdrop.d.ts
|
|
489
488
|
interface DialogBackdropProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
490
|
-
declare function Backdrop(props: DialogBackdropProps): _$
|
|
489
|
+
declare function Backdrop(props: DialogBackdropProps): _$react_jsx_runtime0.JSX.Element;
|
|
491
490
|
//#endregion
|
|
492
491
|
//#region src/components/dialog/anatomy/close-trigger.d.ts
|
|
493
492
|
interface DialogCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
494
|
-
declare function CloseTrigger$3(props: DialogCloseTriggerProps): _$
|
|
493
|
+
declare function CloseTrigger$3(props: DialogCloseTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
495
494
|
//#endregion
|
|
496
495
|
//#region src/components/dialog/anatomy/content.d.ts
|
|
497
496
|
interface DialogContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
498
|
-
declare function Content$7(props: DialogContentProps): _$
|
|
497
|
+
declare function Content$7(props: DialogContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
499
498
|
//#endregion
|
|
500
499
|
//#region src/components/dialog/anatomy/description.d.ts
|
|
501
500
|
interface DialogDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
502
|
-
declare function Description$2(props: DialogDescriptionProps): _$
|
|
501
|
+
declare function Description$2(props: DialogDescriptionProps): _$react_jsx_runtime0.JSX.Element;
|
|
503
502
|
//#endregion
|
|
504
503
|
//#region src/components/dialog/anatomy/positioner.d.ts
|
|
505
504
|
interface DialogPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
506
|
-
declare function Positioner$4(props: DialogPositionerProps): _$
|
|
505
|
+
declare function Positioner$4(props: DialogPositionerProps): _$react_jsx_runtime0.JSX.Element;
|
|
507
506
|
//#endregion
|
|
508
507
|
//#region src/components/dialog/anatomy/root.d.ts
|
|
509
508
|
interface DialogRootProps extends PropsWithChildren, Omit<Props$6, 'id'> {}
|
|
@@ -526,11 +525,11 @@ declare function RootProvider$14(props: DialogRootProviderProps): _$react_jsx_ru
|
|
|
526
525
|
//#endregion
|
|
527
526
|
//#region src/components/dialog/anatomy/title.d.ts
|
|
528
527
|
interface DialogTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
529
|
-
declare function Title$3(props: DialogTitleProps): _$
|
|
528
|
+
declare function Title$3(props: DialogTitleProps): _$react_jsx_runtime0.JSX.Element;
|
|
530
529
|
//#endregion
|
|
531
530
|
//#region src/components/dialog/anatomy/trigger.d.ts
|
|
532
531
|
interface DialogTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
533
|
-
declare function Trigger$7(props: DialogTriggerProps): _$
|
|
532
|
+
declare function Trigger$7(props: DialogTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
534
533
|
//#endregion
|
|
535
534
|
//#region src/components/dialog/modules/anatomy.d.ts
|
|
536
535
|
declare const Dialog: typeof Root$15 & {
|
|
@@ -547,15 +546,15 @@ declare const Dialog: typeof Root$15 & {
|
|
|
547
546
|
//#endregion
|
|
548
547
|
//#region src/components/file-upload/anatomy/clear-trigger.d.ts
|
|
549
548
|
interface FileUploadClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
550
|
-
declare function ClearTrigger$1(props: FileUploadClearTriggerProps): _$
|
|
549
|
+
declare function ClearTrigger$1(props: FileUploadClearTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
551
550
|
//#endregion
|
|
552
551
|
//#region src/components/file-upload/anatomy/dropzone.d.ts
|
|
553
552
|
interface FileUploadDropzoneProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
554
|
-
declare function Dropzone(props: FileUploadDropzoneProps): _$
|
|
553
|
+
declare function Dropzone(props: FileUploadDropzoneProps): _$react_jsx_runtime0.JSX.Element;
|
|
555
554
|
//#endregion
|
|
556
555
|
//#region src/components/file-upload/anatomy/hidden-input.d.ts
|
|
557
556
|
interface FileUploadHiddenInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
558
|
-
declare function HiddenInput$4(props: FileUploadHiddenInputProps): _$
|
|
557
|
+
declare function HiddenInput$4(props: FileUploadHiddenInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
559
558
|
//#endregion
|
|
560
559
|
//#region src/components/file-upload/anatomy/item.d.ts
|
|
561
560
|
interface FileUploadItemProps extends ItemProps$3, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
@@ -563,23 +562,23 @@ declare function Item$9(props: FileUploadItemProps): _$react_jsx_runtime0.JSX.El
|
|
|
563
562
|
//#endregion
|
|
564
563
|
//#region src/components/file-upload/anatomy/item-delete-trigger.d.ts
|
|
565
564
|
interface FileUploadItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
566
|
-
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps): _$
|
|
565
|
+
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
567
566
|
//#endregion
|
|
568
567
|
//#region src/components/file-upload/anatomy/item-group.d.ts
|
|
569
568
|
interface FileUploadItemGroupProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
570
|
-
declare function ItemGroup$2(props: FileUploadItemGroupProps): _$
|
|
569
|
+
declare function ItemGroup$2(props: FileUploadItemGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
571
570
|
//#endregion
|
|
572
571
|
//#region src/components/file-upload/anatomy/item-name.d.ts
|
|
573
572
|
interface FileUploadItemNameProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
574
|
-
declare function ItemName(props: FileUploadItemNameProps): _$
|
|
573
|
+
declare function ItemName(props: FileUploadItemNameProps): _$react_jsx_runtime0.JSX.Element;
|
|
575
574
|
//#endregion
|
|
576
575
|
//#region src/components/file-upload/anatomy/item-size-text.d.ts
|
|
577
576
|
interface FileUploadItemSizeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
578
|
-
declare function ItemSizeText(props: FileUploadItemSizeTextProps): _$
|
|
577
|
+
declare function ItemSizeText(props: FileUploadItemSizeTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
579
578
|
//#endregion
|
|
580
579
|
//#region src/components/file-upload/anatomy/label.d.ts
|
|
581
580
|
interface FileUploadLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
582
|
-
declare function Label$8(props: FileUploadLabelProps): _$
|
|
581
|
+
declare function Label$8(props: FileUploadLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
583
582
|
//#endregion
|
|
584
583
|
//#region src/components/file-upload/anatomy/root.d.ts
|
|
585
584
|
interface FileUploadRootProps extends Omit<Props$7, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {}
|
|
@@ -602,7 +601,7 @@ declare function RootProvider$13(props: FileUploadRootProviderProps): _$react_js
|
|
|
602
601
|
//#endregion
|
|
603
602
|
//#region src/components/file-upload/anatomy/trigger.d.ts
|
|
604
603
|
interface FileUploadTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
605
|
-
declare function Trigger$6(props: FileUploadTriggerProps): _$
|
|
604
|
+
declare function Trigger$6(props: FileUploadTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
606
605
|
//#endregion
|
|
607
606
|
//#region src/components/file-upload/modules/anatomy.d.ts
|
|
608
607
|
declare const FileUpload: typeof Root$14 & {
|
|
@@ -622,35 +621,35 @@ declare const FileUpload: typeof Root$14 & {
|
|
|
622
621
|
//#endregion
|
|
623
622
|
//#region src/components/floating-panel/anatomy/body.d.ts
|
|
624
623
|
interface FloatingPanelBodyProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
625
|
-
declare function Body(props: FloatingPanelBodyProps): _$
|
|
624
|
+
declare function Body(props: FloatingPanelBodyProps): _$react_jsx_runtime0.JSX.Element;
|
|
626
625
|
//#endregion
|
|
627
626
|
//#region src/components/floating-panel/anatomy/close-trigger.d.ts
|
|
628
627
|
interface FloatingPanelCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
629
|
-
declare function CloseTrigger$2(props: FloatingPanelCloseTriggerProps): _$
|
|
628
|
+
declare function CloseTrigger$2(props: FloatingPanelCloseTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
630
629
|
//#endregion
|
|
631
630
|
//#region src/components/floating-panel/anatomy/content.d.ts
|
|
632
631
|
interface FloatingPanelContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
633
|
-
declare function Content$6(props: FloatingPanelContentProps): _$
|
|
632
|
+
declare function Content$6(props: FloatingPanelContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
634
633
|
//#endregion
|
|
635
634
|
//#region src/components/floating-panel/anatomy/control.d.ts
|
|
636
635
|
interface FloatingPanelControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
637
|
-
declare function Control$5(props: FloatingPanelControlProps): _$
|
|
636
|
+
declare function Control$5(props: FloatingPanelControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
638
637
|
//#endregion
|
|
639
638
|
//#region src/components/floating-panel/anatomy/drag-trigger.d.ts
|
|
640
639
|
interface FloatingPanelDragTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
641
|
-
declare function DragTrigger(props: FloatingPanelDragTriggerProps): _$
|
|
640
|
+
declare function DragTrigger(props: FloatingPanelDragTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
642
641
|
//#endregion
|
|
643
642
|
//#region src/components/floating-panel/anatomy/header.d.ts
|
|
644
643
|
interface FloatingPanelHeaderProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
645
|
-
declare function Header(props: FloatingPanelHeaderProps): _$
|
|
644
|
+
declare function Header(props: FloatingPanelHeaderProps): _$react_jsx_runtime0.JSX.Element;
|
|
646
645
|
//#endregion
|
|
647
646
|
//#region src/components/floating-panel/anatomy/positioner.d.ts
|
|
648
647
|
interface FloatingPanelPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
649
|
-
declare function Positioner$3(props: FloatingPanelPositionerProps): _$
|
|
648
|
+
declare function Positioner$3(props: FloatingPanelPositionerProps): _$react_jsx_runtime0.JSX.Element;
|
|
650
649
|
//#endregion
|
|
651
650
|
//#region src/components/floating-panel/anatomy/resize-trigger.d.ts
|
|
652
651
|
interface FloatingPanelResizeTriggerProps extends ResizeTriggerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
653
|
-
declare function ResizeTrigger(props: FloatingPanelResizeTriggerProps): _$
|
|
652
|
+
declare function ResizeTrigger(props: FloatingPanelResizeTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
654
653
|
//#endregion
|
|
655
654
|
//#region src/components/floating-panel/anatomy/root.d.ts
|
|
656
655
|
interface FloatingPanelRootProps extends PropsWithChildren, Omit<Props$8, 'id'> {}
|
|
@@ -673,15 +672,15 @@ declare function RootProvider$12(props: FloatingPanelRootProviderProps): _$react
|
|
|
673
672
|
//#endregion
|
|
674
673
|
//#region src/components/floating-panel/anatomy/stage-trigger.d.ts
|
|
675
674
|
interface FloatingPanelStageTriggerProps extends StageTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
676
|
-
declare function StageTrigger(props: FloatingPanelStageTriggerProps): _$
|
|
675
|
+
declare function StageTrigger(props: FloatingPanelStageTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
677
676
|
//#endregion
|
|
678
677
|
//#region src/components/floating-panel/anatomy/title.d.ts
|
|
679
678
|
interface FloatingPanelTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
680
|
-
declare function Title$2(props: FloatingPanelTitleProps): _$
|
|
679
|
+
declare function Title$2(props: FloatingPanelTitleProps): _$react_jsx_runtime0.JSX.Element;
|
|
681
680
|
//#endregion
|
|
682
681
|
//#region src/components/floating-panel/anatomy/trigger.d.ts
|
|
683
682
|
interface FloatingPanelTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
684
|
-
declare function Trigger$5(props: FloatingPanelTriggerProps): _$
|
|
683
|
+
declare function Trigger$5(props: FloatingPanelTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
685
684
|
//#endregion
|
|
686
685
|
//#region src/components/floating-panel/modules/anatomy.d.ts
|
|
687
686
|
declare const FloatingPanel: typeof Root$13 & {
|
|
@@ -710,7 +709,7 @@ declare function ItemGroup$1(props: ListboxItemGroupProps): _$react_jsx_runtime0
|
|
|
710
709
|
//#endregion
|
|
711
710
|
//#region src/components/listbox/anatomy/item-group-label.d.ts
|
|
712
711
|
interface ListboxItemGroupLabelProps extends Omit<ItemGroupLabelProps$1, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
713
|
-
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps): _$
|
|
712
|
+
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
714
713
|
//#endregion
|
|
715
714
|
//#region src/components/listbox/anatomy/item.d.ts
|
|
716
715
|
interface ListboxItemProps extends ItemProps$4, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
@@ -718,15 +717,15 @@ declare function Item$8(props: ListboxItemProps): _$react_jsx_runtime0.JSX.Eleme
|
|
|
718
717
|
//#endregion
|
|
719
718
|
//#region src/components/listbox/anatomy/input.d.ts
|
|
720
719
|
interface ListboxInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
721
|
-
declare function Input$1(props: ListboxInputProps): _$
|
|
720
|
+
declare function Input$1(props: ListboxInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
722
721
|
//#endregion
|
|
723
722
|
//#region src/components/listbox/anatomy/item-indicator.d.ts
|
|
724
723
|
interface ListboxItemIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
725
|
-
declare function ItemIndicator$1(props: ListboxItemIndicatorProps): _$
|
|
724
|
+
declare function ItemIndicator$1(props: ListboxItemIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
726
725
|
//#endregion
|
|
727
726
|
//#region src/components/listbox/anatomy/item-text.d.ts
|
|
728
727
|
interface ListboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
729
|
-
declare function ItemText$3(props: ListboxItemTextProps): _$
|
|
728
|
+
declare function ItemText$3(props: ListboxItemTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
730
729
|
//#endregion
|
|
731
730
|
//#region src/components/listbox/modules/provider.d.ts
|
|
732
731
|
declare function useListbox(props: Omit<Props$9, 'id'>): Api$9<PropTypes>;
|
|
@@ -745,11 +744,11 @@ declare function RootProvider$11(props: ListboxRootProviderProps): _$react_jsx_r
|
|
|
745
744
|
//#endregion
|
|
746
745
|
//#region src/components/listbox/anatomy/label.d.ts
|
|
747
746
|
interface ListboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
748
|
-
declare function Label$7(props: ListboxLabelProps): _$
|
|
747
|
+
declare function Label$7(props: ListboxLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
749
748
|
//#endregion
|
|
750
749
|
//#region src/components/listbox/anatomy/content.d.ts
|
|
751
750
|
interface ListboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
752
|
-
declare function Content$5(props: ListboxContentProps): _$
|
|
751
|
+
declare function Content$5(props: ListboxContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
753
752
|
//#endregion
|
|
754
753
|
//#region src/components/listbox/modules/anatomy.d.ts
|
|
755
754
|
declare const Listbox: typeof Root$12 & {
|
|
@@ -767,19 +766,19 @@ declare const Listbox: typeof Root$12 & {
|
|
|
767
766
|
//#endregion
|
|
768
767
|
//#region src/components/menu/anatomy/arrow.d.ts
|
|
769
768
|
interface MenuArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
770
|
-
declare function Arrow$2(props: MenuArrowProps): _$
|
|
769
|
+
declare function Arrow$2(props: MenuArrowProps): _$react_jsx_runtime0.JSX.Element;
|
|
771
770
|
//#endregion
|
|
772
771
|
//#region src/components/menu/anatomy/arrow-tip.d.ts
|
|
773
772
|
interface MenuArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
774
|
-
declare function ArrowTip$2(props: MenuArrowTipProps): _$
|
|
773
|
+
declare function ArrowTip$2(props: MenuArrowTipProps): _$react_jsx_runtime0.JSX.Element;
|
|
775
774
|
//#endregion
|
|
776
775
|
//#region src/components/menu/anatomy/content.d.ts
|
|
777
776
|
interface MenuContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
778
|
-
declare function Content$4(props: MenuContentProps): _$
|
|
777
|
+
declare function Content$4(props: MenuContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
779
778
|
//#endregion
|
|
780
779
|
//#region src/components/menu/anatomy/context-trigger.d.ts
|
|
781
780
|
interface MenuContextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
782
|
-
declare function ContextTrigger(props: MenuContextTriggerProps): _$
|
|
781
|
+
declare function ContextTrigger(props: MenuContextTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
783
782
|
//#endregion
|
|
784
783
|
//#region src/components/menu/anatomy/item.d.ts
|
|
785
784
|
interface MenuItemProps extends ItemProps$5, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -791,7 +790,7 @@ declare function ItemGroup(props: MenuItemGroupProps): _$react_jsx_runtime0.JSX.
|
|
|
791
790
|
//#endregion
|
|
792
791
|
//#region src/components/menu/anatomy/item-group-label.d.ts
|
|
793
792
|
interface MenuItemGroupLabelProps extends Omit<ItemGroupLabelProps$2, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
794
|
-
declare function ItemGroupLabel(props: MenuItemGroupLabelProps): _$
|
|
793
|
+
declare function ItemGroupLabel(props: MenuItemGroupLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
795
794
|
//#endregion
|
|
796
795
|
//#region src/components/menu/anatomy/option-item.d.ts
|
|
797
796
|
interface MenuOptionItemProps extends OptionItemProps, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -799,19 +798,19 @@ declare function OptionItem(props: MenuOptionItemProps): _$react_jsx_runtime0.JS
|
|
|
799
798
|
//#endregion
|
|
800
799
|
//#region src/components/menu/anatomy/item-text.d.ts
|
|
801
800
|
interface MenuItemTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
802
|
-
declare function ItemText$2(props: MenuItemTextProps): _$
|
|
801
|
+
declare function ItemText$2(props: MenuItemTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
803
802
|
//#endregion
|
|
804
803
|
//#region src/components/menu/anatomy/item-indicator.d.ts
|
|
805
804
|
interface MenuItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
806
|
-
declare function ItemIndicator(props: MenuItemIndicatorProps): _$
|
|
805
|
+
declare function ItemIndicator(props: MenuItemIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
807
806
|
//#endregion
|
|
808
807
|
//#region src/components/menu/anatomy/indicator.d.ts
|
|
809
808
|
interface MenuIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
810
|
-
declare function Indicator$3(props: MenuIndicatorProps): _$
|
|
809
|
+
declare function Indicator$3(props: MenuIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
811
810
|
//#endregion
|
|
812
811
|
//#region src/components/menu/anatomy/positioner.d.ts
|
|
813
812
|
interface MenuPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
814
|
-
declare function Positioner$2(props: MenuPositionerProps): _$
|
|
813
|
+
declare function Positioner$2(props: MenuPositionerProps): _$react_jsx_runtime0.JSX.Element;
|
|
815
814
|
//#endregion
|
|
816
815
|
//#region src/components/menu/anatomy/root.d.ts
|
|
817
816
|
interface MenuRootProps extends Omit<Props$10, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div', 'id' | 'dir'>, 'onSelect' | 'aria-label'> {}
|
|
@@ -836,11 +835,11 @@ declare function RootProvider$10(props: MenuRootProviderProps): _$react_jsx_runt
|
|
|
836
835
|
//#endregion
|
|
837
836
|
//#region src/components/menu/anatomy/separator.d.ts
|
|
838
837
|
interface MenuSeparatorProps extends PropsWithElement<'hr'>, HTMLAttributes<'hr', 'id' | 'dir' | 'children'> {}
|
|
839
|
-
declare function Separator$1(props: MenuSeparatorProps): _$
|
|
838
|
+
declare function Separator$1(props: MenuSeparatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
840
839
|
//#endregion
|
|
841
840
|
//#region src/components/menu/anatomy/trigger.d.ts
|
|
842
841
|
interface MenuTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
843
|
-
declare function Trigger$4(props: MenuTriggerProps): _$
|
|
842
|
+
declare function Trigger$4(props: MenuTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
844
843
|
//#endregion
|
|
845
844
|
//#region src/components/menu/anatomy/trigger-item.d.ts
|
|
846
845
|
interface MenuTriggerItemProps extends ItemProps$5, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -880,39 +879,39 @@ declare function NavigationRoot(props: NavigationRootProps): _$react_jsx_runtime
|
|
|
880
879
|
//#endregion
|
|
881
880
|
//#region src/components/navigation/anatomy/menu.d.ts
|
|
882
881
|
interface NavigationMenuProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
883
|
-
declare function NavigationMenu(props: NavigationMenuProps): _$
|
|
882
|
+
declare function NavigationMenu(props: NavigationMenuProps): _$react_jsx_runtime0.JSX.Element;
|
|
884
883
|
//#endregion
|
|
885
884
|
//#region src/components/navigation/anatomy/header.d.ts
|
|
886
885
|
interface NavigationHeaderProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
887
|
-
declare function NavigationHeader(props: NavigationHeaderProps): _$
|
|
886
|
+
declare function NavigationHeader(props: NavigationHeaderProps): _$react_jsx_runtime0.JSX.Element;
|
|
888
887
|
//#endregion
|
|
889
888
|
//#region src/components/navigation/anatomy/content.d.ts
|
|
890
889
|
interface NavigationContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
891
|
-
declare function NavigationContent(props: NavigationContentProps): _$
|
|
890
|
+
declare function NavigationContent(props: NavigationContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
892
891
|
//#endregion
|
|
893
892
|
//#region src/components/navigation/anatomy/footer.d.ts
|
|
894
893
|
interface NavigationFooterProps extends PropsWithElement<'footer'>, HTMLAttributes<'footer'> {}
|
|
895
|
-
declare function NavigationFooter(props: NavigationFooterProps): _$
|
|
894
|
+
declare function NavigationFooter(props: NavigationFooterProps): _$react_jsx_runtime0.JSX.Element;
|
|
896
895
|
//#endregion
|
|
897
896
|
//#region src/components/navigation/anatomy/group.d.ts
|
|
898
897
|
interface NavigationGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
899
|
-
declare function NavigationGroup(props: NavigationGroupProps): _$
|
|
898
|
+
declare function NavigationGroup(props: NavigationGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
900
899
|
//#endregion
|
|
901
900
|
//#region src/components/navigation/anatomy/label.d.ts
|
|
902
901
|
interface NavigationLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
903
|
-
declare function NavigationLabel(props: NavigationLabelProps): _$
|
|
902
|
+
declare function NavigationLabel(props: NavigationLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
904
903
|
//#endregion
|
|
905
904
|
//#region src/components/navigation/anatomy/trigger.d.ts
|
|
906
905
|
interface NavigationTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
907
|
-
declare function NavigationTrigger(props: NavigationTriggerProps): _$
|
|
906
|
+
declare function NavigationTrigger(props: NavigationTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
908
907
|
//#endregion
|
|
909
908
|
//#region src/components/navigation/anatomy/trigger-anchor.d.ts
|
|
910
909
|
interface NavigationTriggerAnchorProps extends PropsWithElement<'a'>, HTMLAttributes<'a'> {}
|
|
911
|
-
declare function NavigationTriggerAnchor(props: NavigationTriggerAnchorProps): _$
|
|
910
|
+
declare function NavigationTriggerAnchor(props: NavigationTriggerAnchorProps): _$react_jsx_runtime0.JSX.Element;
|
|
912
911
|
//#endregion
|
|
913
912
|
//#region src/components/navigation/anatomy/trigger-text.d.ts
|
|
914
913
|
interface NavigationTriggerTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
915
|
-
declare function NavigationTriggerText(props: NavigationTriggerTextProps): _$
|
|
914
|
+
declare function NavigationTriggerText(props: NavigationTriggerTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
916
915
|
//#endregion
|
|
917
916
|
//#region src/components/navigation/modules/anatomy.d.ts
|
|
918
917
|
declare const Navigation: typeof NavigationRoot & {
|
|
@@ -929,27 +928,27 @@ declare const Navigation: typeof NavigationRoot & {
|
|
|
929
928
|
//#endregion
|
|
930
929
|
//#region src/components/pagination/anatomy/ellipsis.d.ts
|
|
931
930
|
interface PaginationEllipsisProps extends EllipsisProps, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
932
|
-
declare function Ellipsis(props: PaginationEllipsisProps): _$
|
|
931
|
+
declare function Ellipsis(props: PaginationEllipsisProps): _$react_jsx_runtime0.JSX.Element;
|
|
933
932
|
//#endregion
|
|
934
933
|
//#region src/components/pagination/anatomy/first-trigger.d.ts
|
|
935
934
|
interface PaginationFirstTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
936
|
-
declare function FirstTrigger(props: PaginationFirstTriggerProps): _$
|
|
935
|
+
declare function FirstTrigger(props: PaginationFirstTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
937
936
|
//#endregion
|
|
938
937
|
//#region src/components/pagination/anatomy/item.d.ts
|
|
939
938
|
interface PaginationItemProps extends ItemProps$6, PropsWithElement<'a'>, HTMLAttributes<'a', 'type'> {}
|
|
940
|
-
declare function Item$6(props: PaginationItemProps): _$
|
|
939
|
+
declare function Item$6(props: PaginationItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
941
940
|
//#endregion
|
|
942
941
|
//#region src/components/pagination/anatomy/last-trigger.d.ts
|
|
943
942
|
interface PaginationLastTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
944
|
-
declare function LastTrigger(props: PaginationLastTriggerProps): _$
|
|
943
|
+
declare function LastTrigger(props: PaginationLastTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
945
944
|
//#endregion
|
|
946
945
|
//#region src/components/pagination/anatomy/next-trigger.d.ts
|
|
947
946
|
interface PaginationNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
948
|
-
declare function NextTrigger$1(props: PaginationNextTriggerProps): _$
|
|
947
|
+
declare function NextTrigger$1(props: PaginationNextTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
949
948
|
//#endregion
|
|
950
949
|
//#region src/components/pagination/anatomy/prev-trigger.d.ts
|
|
951
950
|
interface PaginationPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
952
|
-
declare function PrevTrigger$1(props: PaginationPrevTriggerProps): _$
|
|
951
|
+
declare function PrevTrigger$1(props: PaginationPrevTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
953
952
|
//#endregion
|
|
954
953
|
//#region src/components/pagination/modules/provider.d.ts
|
|
955
954
|
declare function usePagination(props?: Omit<Props$11, 'id'>): Api$11<PropTypes>;
|
|
@@ -984,23 +983,23 @@ declare const Pagination: typeof PaginationRoot & {
|
|
|
984
983
|
//#endregion
|
|
985
984
|
//#region src/components/popover/anatomy/anchor.d.ts
|
|
986
985
|
interface PopoverAnchorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
987
|
-
declare function Anchor(props: PopoverAnchorProps): _$
|
|
986
|
+
declare function Anchor(props: PopoverAnchorProps): _$react_jsx_runtime0.JSX.Element;
|
|
988
987
|
//#endregion
|
|
989
988
|
//#region src/components/popover/anatomy/close-trigger.d.ts
|
|
990
989
|
interface PopoverCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
991
|
-
declare function CloseTrigger$1(props: PopoverCloseTriggerProps): _$
|
|
990
|
+
declare function CloseTrigger$1(props: PopoverCloseTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
992
991
|
//#endregion
|
|
993
992
|
//#region src/components/popover/anatomy/content.d.ts
|
|
994
993
|
interface PopoverContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
995
|
-
declare function Content$3(props: PopoverContentProps): _$
|
|
994
|
+
declare function Content$3(props: PopoverContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
996
995
|
//#endregion
|
|
997
996
|
//#region src/components/popover/anatomy/description.d.ts
|
|
998
997
|
interface PopoverDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
999
|
-
declare function Description$1(props: PopoverDescriptionProps): _$
|
|
998
|
+
declare function Description$1(props: PopoverDescriptionProps): _$react_jsx_runtime0.JSX.Element;
|
|
1000
999
|
//#endregion
|
|
1001
1000
|
//#region src/components/popover/anatomy/positioner.d.ts
|
|
1002
1001
|
interface PopoverPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1003
|
-
declare function Positioner$1(props: PopoverPositionerProps): _$
|
|
1002
|
+
declare function Positioner$1(props: PopoverPositionerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1004
1003
|
//#endregion
|
|
1005
1004
|
//#region src/components/popover/anatomy/root.d.ts
|
|
1006
1005
|
interface PopoverRootProps extends PropsWithChildren, Omit<Props$12, 'id'> {}
|
|
@@ -1023,19 +1022,19 @@ declare function RootProvider$9(props: PopoverRootProviderProps): _$react_jsx_ru
|
|
|
1023
1022
|
//#endregion
|
|
1024
1023
|
//#region src/components/popover/anatomy/title.d.ts
|
|
1025
1024
|
interface PopoverTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1026
|
-
declare function Title$1(props: PopoverTitleProps): _$
|
|
1025
|
+
declare function Title$1(props: PopoverTitleProps): _$react_jsx_runtime0.JSX.Element;
|
|
1027
1026
|
//#endregion
|
|
1028
1027
|
//#region src/components/popover/anatomy/arrow.d.ts
|
|
1029
1028
|
interface PopoverArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1030
|
-
declare function Arrow$1(props: PopoverArrowProps): _$
|
|
1029
|
+
declare function Arrow$1(props: PopoverArrowProps): _$react_jsx_runtime0.JSX.Element;
|
|
1031
1030
|
//#endregion
|
|
1032
1031
|
//#region src/components/popover/anatomy/arrow-tip.d.ts
|
|
1033
1032
|
interface PopoverArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1034
|
-
declare function ArrowTip$1(props: PopoverArrowTipProps): _$
|
|
1033
|
+
declare function ArrowTip$1(props: PopoverArrowTipProps): _$react_jsx_runtime0.JSX.Element;
|
|
1035
1034
|
//#endregion
|
|
1036
1035
|
//#region src/components/popover/anatomy/trigger.d.ts
|
|
1037
1036
|
interface PopoverTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1038
|
-
declare function Trigger$3(props: PopoverTriggerProps): _$
|
|
1037
|
+
declare function Trigger$3(props: PopoverTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1039
1038
|
//#endregion
|
|
1040
1039
|
//#region src/components/popover/modules/anatomy.d.ts
|
|
1041
1040
|
declare const Popover: typeof Root$10 & {
|
|
@@ -1074,11 +1073,11 @@ declare const Portal: typeof Root$9;
|
|
|
1074
1073
|
//#endregion
|
|
1075
1074
|
//#region src/components/progress/anatomy/label.d.ts
|
|
1076
1075
|
interface ProgressLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1077
|
-
declare function Label$6(props: ProgressLabelProps): _$
|
|
1076
|
+
declare function Label$6(props: ProgressLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
1078
1077
|
//#endregion
|
|
1079
1078
|
//#region src/components/progress/anatomy/range.d.ts
|
|
1080
1079
|
interface ProgressRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1081
|
-
declare function Range$1(props: ProgressRangeProps): _$
|
|
1080
|
+
declare function Range$1(props: ProgressRangeProps): _$react_jsx_runtime0.JSX.Element;
|
|
1082
1081
|
//#endregion
|
|
1083
1082
|
//#region src/components/progress/anatomy/root.d.ts
|
|
1084
1083
|
interface ProgressRootProps extends Omit<Props$13, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
@@ -1101,23 +1100,23 @@ declare function RootProvider$8(props: ProgressRootProviderProps): _$react_jsx_r
|
|
|
1101
1100
|
//#endregion
|
|
1102
1101
|
//#region src/components/progress/anatomy/track.d.ts
|
|
1103
1102
|
interface ProgressTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1104
|
-
declare function Track$1(props: ProgressTrackProps): _$
|
|
1103
|
+
declare function Track$1(props: ProgressTrackProps): _$react_jsx_runtime0.JSX.Element;
|
|
1105
1104
|
//#endregion
|
|
1106
1105
|
//#region src/components/progress/anatomy/value-text.d.ts
|
|
1107
1106
|
interface ProgressValueTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1108
|
-
declare function ValueText$1(props: ProgressValueTextProps): _$
|
|
1107
|
+
declare function ValueText$1(props: ProgressValueTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
1109
1108
|
//#endregion
|
|
1110
1109
|
//#region src/components/progress/anatomy/circle.d.ts
|
|
1111
1110
|
interface ProgressCircleProps extends PropsWithElement<'svg'>, HTMLAttributes<'svg'> {}
|
|
1112
|
-
declare function Circle(props: ProgressCircleProps): _$
|
|
1111
|
+
declare function Circle(props: ProgressCircleProps): _$react_jsx_runtime0.JSX.Element;
|
|
1113
1112
|
//#endregion
|
|
1114
1113
|
//#region src/components/progress/anatomy/circle-range.d.ts
|
|
1115
1114
|
interface ProgressCircleRangeProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
1116
|
-
declare function CircleRange(props: ProgressCircleRangeProps): _$
|
|
1115
|
+
declare function CircleRange(props: ProgressCircleRangeProps): _$react_jsx_runtime0.JSX.Element;
|
|
1117
1116
|
//#endregion
|
|
1118
1117
|
//#region src/components/progress/anatomy/circle-track.d.ts
|
|
1119
1118
|
interface ProgressCircleTrackProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
1120
|
-
declare function CircleTrack(props: ProgressCircleTrackProps): _$
|
|
1119
|
+
declare function CircleTrack(props: ProgressCircleTrackProps): _$react_jsx_runtime0.JSX.Element;
|
|
1121
1120
|
//#endregion
|
|
1122
1121
|
//#region src/components/progress/modules/anatomy.d.ts
|
|
1123
1122
|
declare const Progress: typeof Root$8 & {
|
|
@@ -1134,11 +1133,11 @@ declare const Progress: typeof Root$8 & {
|
|
|
1134
1133
|
//#endregion
|
|
1135
1134
|
//#region src/components/rating-group/anatomy/control.d.ts
|
|
1136
1135
|
interface RatingGroupControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1137
|
-
declare function Control$4(props: RatingGroupControlProps): _$
|
|
1136
|
+
declare function Control$4(props: RatingGroupControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
1138
1137
|
//#endregion
|
|
1139
1138
|
//#region src/components/rating-group/anatomy/hidden-input.d.ts
|
|
1140
1139
|
interface RatingGroupHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'id' | 'dir' | 'children'> {}
|
|
1141
|
-
declare function HiddenInput$3(props: RatingGroupHiddenInputProps): _$
|
|
1140
|
+
declare function HiddenInput$3(props: RatingGroupHiddenInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
1142
1141
|
//#endregion
|
|
1143
1142
|
//#region src/components/rating-group/anatomy/item.d.ts
|
|
1144
1143
|
interface RatingGroupItemProps extends ItemProps$7, PropsWithElement<'span'>, HTMLAttributes<'span', 'id' | 'dir'> {
|
|
@@ -1161,11 +1160,11 @@ interface RatingGroupItemProps extends ItemProps$7, PropsWithElement<'span'>, HT
|
|
|
1161
1160
|
*/
|
|
1162
1161
|
full?: ReactNode;
|
|
1163
1162
|
}
|
|
1164
|
-
declare function Item$5(props: RatingGroupItemProps): _$
|
|
1163
|
+
declare function Item$5(props: RatingGroupItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
1165
1164
|
//#endregion
|
|
1166
1165
|
//#region src/components/rating-group/anatomy/label.d.ts
|
|
1167
1166
|
interface RatingGroupLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
1168
|
-
declare function Label$5(props: RatingGroupLabelProps): _$
|
|
1167
|
+
declare function Label$5(props: RatingGroupLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
1169
1168
|
//#endregion
|
|
1170
1169
|
//#region src/components/rating-group/anatomy/root.d.ts
|
|
1171
1170
|
interface RatingGroupRootProps extends Omit<Props$14, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
@@ -1198,19 +1197,19 @@ declare const RatingGroup: typeof Root$7 & {
|
|
|
1198
1197
|
//#endregion
|
|
1199
1198
|
//#region src/components/segmented-control/anatomy/control.d.ts
|
|
1200
1199
|
interface SegmentedControlControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1201
|
-
declare function Control$3(props: SegmentedControlControlProps): _$
|
|
1200
|
+
declare function Control$3(props: SegmentedControlControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
1202
1201
|
//#endregion
|
|
1203
1202
|
//#region src/components/segmented-control/anatomy/indicator.d.ts
|
|
1204
1203
|
interface SegmentedControlIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1205
|
-
declare function Indicator$2(props: SegmentedControlIndicatorProps): _$
|
|
1204
|
+
declare function Indicator$2(props: SegmentedControlIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
1206
1205
|
//#endregion
|
|
1207
1206
|
//#region src/components/segmented-control/anatomy/item-hidden-input.d.ts
|
|
1208
1207
|
interface SegmentedControlItemHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1209
|
-
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps): _$
|
|
1208
|
+
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
1210
1209
|
//#endregion
|
|
1211
1210
|
//#region src/components/segmented-control/anatomy/item-text.d.ts
|
|
1212
1211
|
interface SegmentedControlItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1213
|
-
declare function ItemText$1(props: SegmentedControlItemTextProps): _$
|
|
1212
|
+
declare function ItemText$1(props: SegmentedControlItemTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
1214
1213
|
//#endregion
|
|
1215
1214
|
//#region src/components/segmented-control/anatomy/item.d.ts
|
|
1216
1215
|
interface SegmentedControlItemProps extends ItemProps$8, PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
@@ -1218,7 +1217,7 @@ declare function Item$4(props: SegmentedControlItemProps): _$react_jsx_runtime0.
|
|
|
1218
1217
|
//#endregion
|
|
1219
1218
|
//#region src/components/segmented-control/anatomy/label.d.ts
|
|
1220
1219
|
interface SegmentedControlLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1221
|
-
declare function Label$4(props: SegmentedControlLabelProps): _$
|
|
1220
|
+
declare function Label$4(props: SegmentedControlLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
1222
1221
|
//#endregion
|
|
1223
1222
|
//#region src/components/segmented-control/modules/provider.d.ts
|
|
1224
1223
|
declare function useSegmentedControl(props?: Omit<Props$15, 'id'>): Api$15<PropTypes>;
|
|
@@ -1253,27 +1252,27 @@ declare const SegmentedControl: typeof Root$6 & {
|
|
|
1253
1252
|
//#endregion
|
|
1254
1253
|
//#region src/components/slider/anatomy/control.d.ts
|
|
1255
1254
|
interface SliderControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1256
|
-
declare function Control$2(props: SliderControlProps): _$
|
|
1255
|
+
declare function Control$2(props: SliderControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
1257
1256
|
//#endregion
|
|
1258
1257
|
//#region src/components/slider/anatomy/hidden-input.d.ts
|
|
1259
1258
|
interface SliderHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1260
|
-
declare function HiddenInput$2(props: SliderHiddenInputProps): _$
|
|
1259
|
+
declare function HiddenInput$2(props: SliderHiddenInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
1261
1260
|
//#endregion
|
|
1262
1261
|
//#region src/components/slider/anatomy/label.d.ts
|
|
1263
1262
|
interface SliderLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1264
|
-
declare function Label$3(props: SliderLabelProps): _$
|
|
1263
|
+
declare function Label$3(props: SliderLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
1265
1264
|
//#endregion
|
|
1266
1265
|
//#region src/components/slider/anatomy/marker-group.d.ts
|
|
1267
1266
|
interface SliderMarkerGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1268
|
-
declare function MarkerGroup(props: SliderMarkerGroupProps): _$
|
|
1267
|
+
declare function MarkerGroup(props: SliderMarkerGroupProps): _$react_jsx_runtime0.JSX.Element;
|
|
1269
1268
|
//#endregion
|
|
1270
1269
|
//#region src/components/slider/anatomy/marker.d.ts
|
|
1271
1270
|
interface SliderMarkerProps extends MarkerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1272
|
-
declare function Marker(props: SliderMarkerProps): _$
|
|
1271
|
+
declare function Marker(props: SliderMarkerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1273
1272
|
//#endregion
|
|
1274
1273
|
//#region src/components/slider/anatomy/range.d.ts
|
|
1275
1274
|
interface SliderRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1276
|
-
declare function Range(props: SliderRangeProps): _$
|
|
1275
|
+
declare function Range(props: SliderRangeProps): _$react_jsx_runtime0.JSX.Element;
|
|
1277
1276
|
//#endregion
|
|
1278
1277
|
//#region src/components/slider/modules/provider.d.ts
|
|
1279
1278
|
declare function useSlider(props?: Omit<Props$16, 'id'>): Api$16<PropTypes>;
|
|
@@ -1300,11 +1299,11 @@ declare function Thumb$1(props: SliderThumbProps): _$react_jsx_runtime0.JSX.Elem
|
|
|
1300
1299
|
//#endregion
|
|
1301
1300
|
//#region src/components/slider/anatomy/track.d.ts
|
|
1302
1301
|
interface SliderTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1303
|
-
declare function Track(props: SliderTrackProps): _$
|
|
1302
|
+
declare function Track(props: SliderTrackProps): _$react_jsx_runtime0.JSX.Element;
|
|
1304
1303
|
//#endregion
|
|
1305
1304
|
//#region src/components/slider/anatomy/value-text.d.ts
|
|
1306
1305
|
interface SliderValueTextProps extends PropsWithElement<'output'>, HTMLAttributes<'output'> {}
|
|
1307
|
-
declare function ValueText(props: SliderValueTextProps): _$
|
|
1306
|
+
declare function ValueText(props: SliderValueTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
1308
1307
|
//#endregion
|
|
1309
1308
|
//#region src/components/slider/modules/anatomy.d.ts
|
|
1310
1309
|
declare const Slider: typeof SliderRoot$1 & {
|
|
@@ -1323,11 +1322,11 @@ declare const Slider: typeof SliderRoot$1 & {
|
|
|
1323
1322
|
//#endregion
|
|
1324
1323
|
//#region src/components/steps/anatomy/content.d.ts
|
|
1325
1324
|
interface StepsContentProps extends ItemProps$9, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1326
|
-
declare function Content$2(props: StepsContentProps): _$
|
|
1325
|
+
declare function Content$2(props: StepsContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
1327
1326
|
//#endregion
|
|
1328
1327
|
//#region src/components/steps/anatomy/indicator.d.ts
|
|
1329
1328
|
interface StepsIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1330
|
-
declare function Indicator$1(props: StepsIndicatorProps): _$
|
|
1329
|
+
declare function Indicator$1(props: StepsIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
1331
1330
|
//#endregion
|
|
1332
1331
|
//#region src/components/steps/anatomy/item.d.ts
|
|
1333
1332
|
interface StepsItemProps extends ItemProps$9, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -1335,15 +1334,15 @@ declare function Item$3(props: StepsItemProps): _$react_jsx_runtime0.JSX.Element
|
|
|
1335
1334
|
//#endregion
|
|
1336
1335
|
//#region src/components/steps/anatomy/list.d.ts
|
|
1337
1336
|
interface StepsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1338
|
-
declare function List$1(props: StepsListProps): _$
|
|
1337
|
+
declare function List$1(props: StepsListProps): _$react_jsx_runtime0.JSX.Element;
|
|
1339
1338
|
//#endregion
|
|
1340
1339
|
//#region src/components/steps/anatomy/next-trigger.d.ts
|
|
1341
1340
|
interface StepsNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1342
|
-
declare function NextTrigger(props: StepsNextTriggerProps): _$
|
|
1341
|
+
declare function NextTrigger(props: StepsNextTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1343
1342
|
//#endregion
|
|
1344
1343
|
//#region src/components/steps/anatomy/prev-trigger.d.ts
|
|
1345
1344
|
interface StepsPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1346
|
-
declare function PrevTrigger(props: StepsPrevTriggerProps): _$
|
|
1345
|
+
declare function PrevTrigger(props: StepsPrevTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1347
1346
|
//#endregion
|
|
1348
1347
|
//#region src/components/steps/anatomy/root.d.ts
|
|
1349
1348
|
interface StepsRootProps extends Omit<Props$17, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -1366,11 +1365,11 @@ declare function RootProvider$5(props: StepsRootProviderProps): _$react_jsx_runt
|
|
|
1366
1365
|
//#endregion
|
|
1367
1366
|
//#region src/components/steps/anatomy/separator.d.ts
|
|
1368
1367
|
interface StepsSeparatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1369
|
-
declare function Separator(props: StepsSeparatorProps): _$
|
|
1368
|
+
declare function Separator(props: StepsSeparatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
1370
1369
|
//#endregion
|
|
1371
1370
|
//#region src/components/steps/anatomy/trigger.d.ts
|
|
1372
1371
|
interface StepsTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1373
|
-
declare function Trigger$2(props: StepsTriggerProps): _$
|
|
1372
|
+
declare function Trigger$2(props: StepsTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1374
1373
|
//#endregion
|
|
1375
1374
|
//#region src/components/steps/modules/anatomy.d.ts
|
|
1376
1375
|
declare const Steps: typeof SliderRoot & {
|
|
@@ -1388,15 +1387,15 @@ declare const Steps: typeof SliderRoot & {
|
|
|
1388
1387
|
//#endregion
|
|
1389
1388
|
//#region src/components/switch/anatomy/control.d.ts
|
|
1390
1389
|
interface SwitchControlProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1391
|
-
declare function Control$1(props: SwitchControlProps): _$
|
|
1390
|
+
declare function Control$1(props: SwitchControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
1392
1391
|
//#endregion
|
|
1393
1392
|
//#region src/components/switch/anatomy/hidden-input.d.ts
|
|
1394
1393
|
interface SwitchHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1395
|
-
declare function HiddenInput$1(props: SwitchHiddenInputProps): _$
|
|
1394
|
+
declare function HiddenInput$1(props: SwitchHiddenInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
1396
1395
|
//#endregion
|
|
1397
1396
|
//#region src/components/switch/anatomy/label.d.ts
|
|
1398
1397
|
interface SwitchLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1399
|
-
declare function Label$2(props: SwitchLabelProps): _$
|
|
1398
|
+
declare function Label$2(props: SwitchLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
1400
1399
|
//#endregion
|
|
1401
1400
|
//#region src/components/switch/modules/provider.d.ts
|
|
1402
1401
|
declare function useSwitch(props?: Omit<Props$18, 'id'>): Api$18<PropTypes>;
|
|
@@ -1415,7 +1414,7 @@ declare function RootProvider$4(props: SwitchRootProviderProps): _$react_jsx_run
|
|
|
1415
1414
|
//#endregion
|
|
1416
1415
|
//#region src/components/switch/anatomy/thumb.d.ts
|
|
1417
1416
|
interface SwitchThumbProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1418
|
-
declare function Thumb(props: SwitchThumbProps): _$
|
|
1417
|
+
declare function Thumb(props: SwitchThumbProps): _$react_jsx_runtime0.JSX.Element;
|
|
1419
1418
|
//#endregion
|
|
1420
1419
|
//#region src/components/switch/anatomy/root.d.ts
|
|
1421
1420
|
interface SwitchRootProps extends Omit<Props$18, 'id'>, PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
@@ -1433,15 +1432,15 @@ declare const Switch: typeof Root$5 & {
|
|
|
1433
1432
|
//#endregion
|
|
1434
1433
|
//#region src/components/tabs/anatomy/content.d.ts
|
|
1435
1434
|
interface TabsContentProps extends ContentProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1436
|
-
declare function Content$1(props: TabsContentProps): _$
|
|
1435
|
+
declare function Content$1(props: TabsContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
1437
1436
|
//#endregion
|
|
1438
1437
|
//#region src/components/tabs/anatomy/indicator.d.ts
|
|
1439
1438
|
interface TabsIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1440
|
-
declare function Indicator(props: TabsIndicatorProps): _$
|
|
1439
|
+
declare function Indicator(props: TabsIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
1441
1440
|
//#endregion
|
|
1442
1441
|
//#region src/components/tabs/anatomy/list.d.ts
|
|
1443
1442
|
interface TabsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1444
|
-
declare function List(props: TabsListProps): _$
|
|
1443
|
+
declare function List(props: TabsListProps): _$react_jsx_runtime0.JSX.Element;
|
|
1445
1444
|
//#endregion
|
|
1446
1445
|
//#region src/components/tabs/anatomy/root.d.ts
|
|
1447
1446
|
interface TabsRootProps extends Omit<Props$19, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
@@ -1464,7 +1463,7 @@ declare function RootProvider$3(props: TabsRootProviderProps): _$react_jsx_runti
|
|
|
1464
1463
|
//#endregion
|
|
1465
1464
|
//#region src/components/tabs/anatomy/trigger.d.ts
|
|
1466
1465
|
interface TabsTriggerProps extends TriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
1467
|
-
declare function Trigger$1(props: TabsTriggerProps): _$
|
|
1466
|
+
declare function Trigger$1(props: TabsTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1468
1467
|
//#endregion
|
|
1469
1468
|
//#region src/components/tabs/modules/anatomy.d.ts
|
|
1470
1469
|
declare const Tabs: typeof Root$4 & {
|
|
@@ -1478,19 +1477,19 @@ declare const Tabs: typeof Root$4 & {
|
|
|
1478
1477
|
//#endregion
|
|
1479
1478
|
//#region src/components/tags-input/anatomy/clear-trigger.d.ts
|
|
1480
1479
|
interface TagsInputClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1481
|
-
declare function ClearTrigger(props: TagsInputClearTriggerProps): _$
|
|
1480
|
+
declare function ClearTrigger(props: TagsInputClearTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1482
1481
|
//#endregion
|
|
1483
1482
|
//#region src/components/tags-input/anatomy/control.d.ts
|
|
1484
1483
|
interface TagsInputControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1485
|
-
declare function Control(props: TagsInputControlProps): _$
|
|
1484
|
+
declare function Control(props: TagsInputControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
1486
1485
|
//#endregion
|
|
1487
1486
|
//#region src/components/tags-input/anatomy/hidden-input.d.ts
|
|
1488
1487
|
interface TagsInputHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1489
|
-
declare function HiddenInput(props: TagsInputHiddenInputProps): _$
|
|
1488
|
+
declare function HiddenInput(props: TagsInputHiddenInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
1490
1489
|
//#endregion
|
|
1491
1490
|
//#region src/components/tags-input/anatomy/input.d.ts
|
|
1492
1491
|
interface TagsInputInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1493
|
-
declare function Input(props: TagsInputInputProps): _$
|
|
1492
|
+
declare function Input(props: TagsInputInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
1494
1493
|
//#endregion
|
|
1495
1494
|
//#region src/components/tags-input/anatomy/item.d.ts
|
|
1496
1495
|
interface TagsInputItemProps extends ItemProps$10, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
@@ -1498,23 +1497,23 @@ declare function Item$2(props: TagsInputItemProps): _$react_jsx_runtime0.JSX.Ele
|
|
|
1498
1497
|
//#endregion
|
|
1499
1498
|
//#region src/components/tags-input/anatomy/item-delete-trigger.d.ts
|
|
1500
1499
|
interface TagsInputItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1501
|
-
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps): _$
|
|
1500
|
+
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1502
1501
|
//#endregion
|
|
1503
1502
|
//#region src/components/tags-input/anatomy/item-input.d.ts
|
|
1504
1503
|
interface TagsInputItemInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1505
|
-
declare function ItemInput(props: TagsInputItemInputProps): _$
|
|
1504
|
+
declare function ItemInput(props: TagsInputItemInputProps): _$react_jsx_runtime0.JSX.Element;
|
|
1506
1505
|
//#endregion
|
|
1507
1506
|
//#region src/components/tags-input/anatomy/item-preview.d.ts
|
|
1508
1507
|
interface TagsInputItemPreviewProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1509
|
-
declare function ItemPreview(props: TagsInputItemPreviewProps): _$
|
|
1508
|
+
declare function ItemPreview(props: TagsInputItemPreviewProps): _$react_jsx_runtime0.JSX.Element;
|
|
1510
1509
|
//#endregion
|
|
1511
1510
|
//#region src/components/tags-input/anatomy/item-text.d.ts
|
|
1512
1511
|
interface TagsInputItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1513
|
-
declare function ItemText(props: TagsInputItemTextProps): _$
|
|
1512
|
+
declare function ItemText(props: TagsInputItemTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
1514
1513
|
//#endregion
|
|
1515
1514
|
//#region src/components/tags-input/anatomy/label.d.ts
|
|
1516
1515
|
interface TagsInputLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1517
|
-
declare function Label$1(props: TagsInputLabelProps): _$
|
|
1516
|
+
declare function Label$1(props: TagsInputLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
1518
1517
|
//#endregion
|
|
1519
1518
|
//#region src/components/tags-input/anatomy/root.d.ts
|
|
1520
1519
|
interface TagsInputRootProps extends Omit<Props$20, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
@@ -1553,11 +1552,11 @@ declare const TagsInput: typeof Root$3 & {
|
|
|
1553
1552
|
//#endregion
|
|
1554
1553
|
//#region src/components/toast/anatomy/close-trigger.d.ts
|
|
1555
1554
|
interface ToastCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1556
|
-
declare function CloseTrigger(props: ToastCloseTriggerProps): _$
|
|
1555
|
+
declare function CloseTrigger(props: ToastCloseTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1557
1556
|
//#endregion
|
|
1558
1557
|
//#region src/components/toast/anatomy/description.d.ts
|
|
1559
1558
|
interface ToastDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1560
|
-
declare function Description(props: ToastDescriptionProps): _$
|
|
1559
|
+
declare function Description(props: ToastDescriptionProps): _$react_jsx_runtime0.JSX.Element;
|
|
1561
1560
|
//#endregion
|
|
1562
1561
|
//#region src/components/toast/anatomy/root.d.ts
|
|
1563
1562
|
interface ToastOptions<T = any> extends Options<T> {
|
|
@@ -1579,7 +1578,7 @@ declare function Group(props: ToastGroupProps): _$react_jsx_runtime0.JSX.Element
|
|
|
1579
1578
|
//#endregion
|
|
1580
1579
|
//#region src/components/toast/anatomy/message.d.ts
|
|
1581
1580
|
interface ToastMessageProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1582
|
-
declare function Message(props: ToastMessageProps): _$
|
|
1581
|
+
declare function Message(props: ToastMessageProps): _$react_jsx_runtime0.JSX.Element;
|
|
1583
1582
|
//#endregion
|
|
1584
1583
|
//#region src/components/toast/anatomy/root-context.d.ts
|
|
1585
1584
|
interface ToastRootContextProps {
|
|
@@ -1589,11 +1588,11 @@ declare function RootContext$3(props: ToastRootContextProps): ReactNode;
|
|
|
1589
1588
|
//#endregion
|
|
1590
1589
|
//#region src/components/toast/anatomy/title.d.ts
|
|
1591
1590
|
interface ToastTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1592
|
-
declare function Title(props: ToastTitleProps): _$
|
|
1591
|
+
declare function Title(props: ToastTitleProps): _$react_jsx_runtime0.JSX.Element;
|
|
1593
1592
|
//#endregion
|
|
1594
1593
|
//#region src/components/toast/anatomy/action-trigger.d.ts
|
|
1595
1594
|
interface ToastActionTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1596
|
-
declare function ActionTrigger(props: ToastActionTriggerProps): _$
|
|
1595
|
+
declare function ActionTrigger(props: ToastActionTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1597
1596
|
//#endregion
|
|
1598
1597
|
//#region src/components/toast/modules/anatomy.d.ts
|
|
1599
1598
|
declare const Toast: typeof Root$2 & {
|
|
@@ -1608,7 +1607,7 @@ declare const Toast: typeof Root$2 & {
|
|
|
1608
1607
|
//#endregion
|
|
1609
1608
|
//#region src/components/toggle-group/anatomy/item.d.ts
|
|
1610
1609
|
interface ToggleGroupItemProps extends ItemProps$11, PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1611
|
-
declare function Item$1(props: ToggleGroupItemProps): _$
|
|
1610
|
+
declare function Item$1(props: ToggleGroupItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
1612
1611
|
//#endregion
|
|
1613
1612
|
//#region src/components/toggle-group/anatomy/root.d.ts
|
|
1614
1613
|
interface ToggleGroupRootProps extends Omit<Props$22, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
@@ -1638,15 +1637,15 @@ declare const ToggleGroup: typeof ToggleGroupRoot & {
|
|
|
1638
1637
|
//#endregion
|
|
1639
1638
|
//#region src/components/tooltip/anatomy/arrow.d.ts
|
|
1640
1639
|
interface TooltipArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1641
|
-
declare function Arrow(props: TooltipArrowProps): _$
|
|
1640
|
+
declare function Arrow(props: TooltipArrowProps): _$react_jsx_runtime0.JSX.Element;
|
|
1642
1641
|
//#endregion
|
|
1643
1642
|
//#region src/components/tooltip/anatomy/arrow-tip.d.ts
|
|
1644
1643
|
interface TooltipArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1645
|
-
declare function ArrowTip(props: TooltipArrowTipProps): _$
|
|
1644
|
+
declare function ArrowTip(props: TooltipArrowTipProps): _$react_jsx_runtime0.JSX.Element;
|
|
1646
1645
|
//#endregion
|
|
1647
1646
|
//#region src/components/tooltip/anatomy/content.d.ts
|
|
1648
1647
|
interface TooltipContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1649
|
-
declare function Content(props: TooltipContentProps): _$
|
|
1648
|
+
declare function Content(props: TooltipContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
1650
1649
|
//#endregion
|
|
1651
1650
|
//#region src/components/tooltip/anatomy/positioner.d.ts
|
|
1652
1651
|
interface TooltipPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -1673,7 +1672,7 @@ declare function RootProvider$1(props: TooltipRootProviderProps): _$react_jsx_ru
|
|
|
1673
1672
|
//#endregion
|
|
1674
1673
|
//#region src/components/tooltip/anatomy/trigger.d.ts
|
|
1675
1674
|
interface TooltipTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1676
|
-
declare function Trigger(props: TooltipTriggerProps): _$
|
|
1675
|
+
declare function Trigger(props: TooltipTriggerProps): _$react_jsx_runtime0.JSX.Element;
|
|
1677
1676
|
//#endregion
|
|
1678
1677
|
//#region src/components/tooltip/modules/anatomy.d.ts
|
|
1679
1678
|
declare const Tooltip: typeof Root$1 & {
|
|
@@ -1688,31 +1687,31 @@ declare const Tooltip: typeof Root$1 & {
|
|
|
1688
1687
|
//#endregion
|
|
1689
1688
|
//#region src/components/tree-view/anatomy/branch-content.d.ts
|
|
1690
1689
|
interface TreeViewBranchContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1691
|
-
declare function BranchContent(props: TreeViewBranchContentProps): _$
|
|
1690
|
+
declare function BranchContent(props: TreeViewBranchContentProps): _$react_jsx_runtime0.JSX.Element;
|
|
1692
1691
|
//#endregion
|
|
1693
1692
|
//#region src/components/tree-view/anatomy/branch-control.d.ts
|
|
1694
1693
|
interface TreeViewBranchControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1695
|
-
declare function BranchControl(props: TreeViewBranchControlProps): _$
|
|
1694
|
+
declare function BranchControl(props: TreeViewBranchControlProps): _$react_jsx_runtime0.JSX.Element;
|
|
1696
1695
|
//#endregion
|
|
1697
1696
|
//#region src/components/tree-view/anatomy/branch-indent-guide.d.ts
|
|
1698
1697
|
interface TreeViewBranchIndentGuideProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1699
|
-
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps): _$
|
|
1698
|
+
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps): _$react_jsx_runtime0.JSX.Element;
|
|
1700
1699
|
//#endregion
|
|
1701
1700
|
//#region src/components/tree-view/anatomy/branch-indicator.d.ts
|
|
1702
1701
|
interface TreeViewBranchIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1703
|
-
declare function BranchIndicator(props: TreeViewBranchIndicatorProps): _$
|
|
1702
|
+
declare function BranchIndicator(props: TreeViewBranchIndicatorProps): _$react_jsx_runtime0.JSX.Element;
|
|
1704
1703
|
//#endregion
|
|
1705
1704
|
//#region src/components/tree-view/anatomy/branch-text.d.ts
|
|
1706
1705
|
interface TreeViewBranchTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1707
|
-
declare function BranchText(props: TreeViewBranchTextProps): _$
|
|
1706
|
+
declare function BranchText(props: TreeViewBranchTextProps): _$react_jsx_runtime0.JSX.Element;
|
|
1708
1707
|
//#endregion
|
|
1709
1708
|
//#region src/components/tree-view/anatomy/branch.d.ts
|
|
1710
1709
|
interface TreeViewBranchProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1711
|
-
declare function Branch(props: TreeViewBranchProps): _$
|
|
1710
|
+
declare function Branch(props: TreeViewBranchProps): _$react_jsx_runtime0.JSX.Element;
|
|
1712
1711
|
//#endregion
|
|
1713
1712
|
//#region src/components/tree-view/anatomy/item.d.ts
|
|
1714
1713
|
interface TreeViewItemProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1715
|
-
declare function Item(props: TreeViewItemProps): _$
|
|
1714
|
+
declare function Item(props: TreeViewItemProps): _$react_jsx_runtime0.JSX.Element;
|
|
1716
1715
|
//#endregion
|
|
1717
1716
|
//#region src/components/tree-view/anatomy/label.d.ts
|
|
1718
1717
|
interface TreeViewLabelProps extends PropsWithElement<'h3'>, HTMLAttributes<'h3'> {
|
|
@@ -1723,7 +1722,7 @@ interface TreeViewLabelProps extends PropsWithElement<'h3'>, HTMLAttributes<'h3'
|
|
|
1723
1722
|
*/
|
|
1724
1723
|
level?: 1 | 2 | 3 | 4 | 5 | 6;
|
|
1725
1724
|
}
|
|
1726
|
-
declare function Label(props: TreeViewLabelProps): JSX.Element;
|
|
1725
|
+
declare function Label(props: TreeViewLabelProps): _$react_jsx_runtime0.JSX.Element;
|
|
1727
1726
|
//#endregion
|
|
1728
1727
|
//#region src/components/tree-view/anatomy/node-context.d.ts
|
|
1729
1728
|
interface TreeViewNodeContextProps {
|
|
@@ -1758,7 +1757,7 @@ declare function Root<T extends TreeNode = TreeNode>(props: TreeViewRootProps<T>
|
|
|
1758
1757
|
//#endregion
|
|
1759
1758
|
//#region src/components/tree-view/anatomy/tree.d.ts
|
|
1760
1759
|
interface TreeViewTreeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1761
|
-
declare function Tree(props: TreeViewTreeProps): _$
|
|
1760
|
+
declare function Tree(props: TreeViewTreeProps): _$react_jsx_runtime0.JSX.Element;
|
|
1762
1761
|
//#endregion
|
|
1763
1762
|
//#region src/components/tree-view/modules/anatomy.d.ts
|
|
1764
1763
|
declare const TreeView: typeof Root & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skeletonlabs/skeleton-react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-next.0",
|
|
4
4
|
"description": "The React package for Skeleton.",
|
|
5
5
|
"author": "endigo9740 <chris@skeletonlabs.dev>",
|
|
6
6
|
"repository": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@zag-js/toggle-group": "1.39.1",
|
|
49
49
|
"@zag-js/tooltip": "1.39.1",
|
|
50
50
|
"@zag-js/tree-view": "1.39.1",
|
|
51
|
-
"@skeletonlabs/skeleton-common": "
|
|
51
|
+
"@skeletonlabs/skeleton-common": "5.0.0-next.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": "^18.0.0 || ^19.0.0",
|