@skeletonlabs/skeleton-react 4.5.2 → 4.6.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 +339 -253
- package/dist/index.mjs +411 -209
- package/package.json +3 -2
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react4 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";
|
|
@@ -9,21 +9,22 @@ import { Api as Api$3, ItemGroupLabelProps, ItemGroupProps, ItemProps as ItemPro
|
|
|
9
9
|
import { Api as Api$4, DateValue, DayTableCellProps, InputProps, PresetTriggerProps, Props as Props$4, TableCellProps, ViewProps, parse as parseDate } from "@zag-js/date-picker";
|
|
10
10
|
import { Api as Api$5, Props as Props$5 } from "@zag-js/dialog";
|
|
11
11
|
import { Api as Api$6, ItemProps as ItemProps$2, Props as Props$6 } from "@zag-js/file-upload";
|
|
12
|
-
import { Api as Api$7,
|
|
13
|
-
import { Api as Api$8, ItemGroupLabelProps as ItemGroupLabelProps$
|
|
14
|
-
import { Api as Api$9,
|
|
15
|
-
import { Api as Api$10, Props as Props$10 } from "@zag-js/
|
|
16
|
-
import { Api as Api$11, Props as Props$11 } from "@zag-js/
|
|
17
|
-
import { Api as Api$12,
|
|
18
|
-
import { Api as Api$13, ItemProps as ItemProps$
|
|
19
|
-
import { Api as Api$14,
|
|
20
|
-
import { Api as Api$15, Props as Props$15 } from "@zag-js/
|
|
21
|
-
import { Api as Api$16,
|
|
22
|
-
import { Api as Api$17,
|
|
23
|
-
import { Api as Api$18,
|
|
24
|
-
import { Api as Api$19,
|
|
25
|
-
import { Api as Api$20, Props as Props$20 } from "@zag-js/
|
|
26
|
-
import { Api as Api$21,
|
|
12
|
+
import { Api as Api$7, Props as Props$7, ResizeTriggerProps, StageTriggerProps } from "@zag-js/floating-panel";
|
|
13
|
+
import { Api as Api$8, ItemGroupLabelProps as ItemGroupLabelProps$1, ItemGroupProps as ItemGroupProps$1, ItemProps as ItemProps$3, Props as Props$8 } from "@zag-js/listbox";
|
|
14
|
+
import { Api as Api$9, ItemGroupLabelProps as ItemGroupLabelProps$2, ItemGroupProps as ItemGroupProps$2, ItemProps as ItemProps$4, OptionItemProps, Props as Props$9, Service } from "@zag-js/menu";
|
|
15
|
+
import { Api as Api$10, EllipsisProps, ItemProps as ItemProps$5, Props as Props$10 } from "@zag-js/pagination";
|
|
16
|
+
import { Api as Api$11, Props as Props$11 } from "@zag-js/popover";
|
|
17
|
+
import { Api as Api$12, Props as Props$12 } from "@zag-js/progress";
|
|
18
|
+
import { Api as Api$13, ItemProps as ItemProps$6, Props as Props$13 } from "@zag-js/rating-group";
|
|
19
|
+
import { Api as Api$14, ItemProps as ItemProps$7, Props as Props$14 } from "@zag-js/radio-group";
|
|
20
|
+
import { Api as Api$15, MarkerProps, Props as Props$15, ThumbProps } from "@zag-js/slider";
|
|
21
|
+
import { Api as Api$16, Props as Props$16 } from "@zag-js/switch";
|
|
22
|
+
import { Api as Api$17, ContentProps, Props as Props$17, TriggerProps } from "@zag-js/tabs";
|
|
23
|
+
import { Api as Api$18, ItemProps as ItemProps$8, Props as Props$18 } from "@zag-js/tags-input";
|
|
24
|
+
import { Api as Api$19, Options, Props as Props$19, Store, createStore as createToaster } from "@zag-js/toast";
|
|
25
|
+
import { Api as Api$20, ItemProps as ItemProps$9, Props as Props$20 } from "@zag-js/toggle-group";
|
|
26
|
+
import { Api as Api$21, Props as Props$21 } from "@zag-js/tooltip";
|
|
27
|
+
import { Api as Api$22, NodeProps, Props as Props$22, TreeNode, collection as createTreeViewCollection } from "@zag-js/tree-view";
|
|
27
28
|
import { CollectionItem, CollectionOptions, ListCollection } from "@zag-js/collection";
|
|
28
29
|
|
|
29
30
|
//#region src/internal/html-attributes.d.ts
|
|
@@ -41,11 +42,11 @@ interface PropsWithElement<T extends keyof JSX.IntrinsicElements> {
|
|
|
41
42
|
//#endregion
|
|
42
43
|
//#region src/components/accordion/anatomy/item-content.d.ts
|
|
43
44
|
interface AccordionItemContentProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
44
|
-
declare function ItemContent(props: AccordionItemContentProps):
|
|
45
|
+
declare function ItemContent(props: AccordionItemContentProps): react4.JSX.Element;
|
|
45
46
|
//#endregion
|
|
46
47
|
//#region src/components/accordion/anatomy/item-indicator.d.ts
|
|
47
48
|
interface AccordionItemIndicatorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
48
|
-
declare function ItemIndicator$3(props: AccordionItemIndicatorProps):
|
|
49
|
+
declare function ItemIndicator$3(props: AccordionItemIndicatorProps): react4.JSX.Element;
|
|
49
50
|
//#endregion
|
|
50
51
|
//#region src/components/accordion/anatomy/item.d.ts
|
|
51
52
|
interface AccordionItemProps extends ItemProps, PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -53,7 +54,7 @@ declare function Item$10(props: AccordionItemProps): react_jsx_runtime0.JSX.Elem
|
|
|
53
54
|
//#endregion
|
|
54
55
|
//#region src/components/accordion/anatomy/root.d.ts
|
|
55
56
|
interface AccordionRootProps extends Omit<Props, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
56
|
-
declare function Root$
|
|
57
|
+
declare function Root$18(props: AccordionRootProps): react_jsx_runtime0.JSX.Element;
|
|
57
58
|
//#endregion
|
|
58
59
|
//#region src/components/accordion/modules/provider.d.ts
|
|
59
60
|
declare function useAccordion(props?: Omit<Props, 'id'>): Api<PropTypes>;
|
|
@@ -62,22 +63,22 @@ declare function useAccordion(props?: Omit<Props, 'id'>): Api<PropTypes>;
|
|
|
62
63
|
interface AccordionRootContextProps {
|
|
63
64
|
children: (accordion: ReturnType<typeof useAccordion>) => ReactNode;
|
|
64
65
|
}
|
|
65
|
-
declare function RootContext$
|
|
66
|
+
declare function RootContext$22(props: AccordionRootContextProps): ReactNode;
|
|
66
67
|
//#endregion
|
|
67
68
|
//#region src/components/accordion/anatomy/root-provider.d.ts
|
|
68
69
|
interface AccordionRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
69
70
|
value: ReturnType<typeof useAccordion>;
|
|
70
71
|
}
|
|
71
|
-
declare function RootProvider$
|
|
72
|
+
declare function RootProvider$16(props: AccordionRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
72
73
|
//#endregion
|
|
73
74
|
//#region src/components/accordion/anatomy/item-trigger.d.ts
|
|
74
75
|
interface AccordionItemTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
75
|
-
declare function ItemTrigger(props: AccordionItemTriggerProps):
|
|
76
|
+
declare function ItemTrigger(props: AccordionItemTriggerProps): react4.JSX.Element;
|
|
76
77
|
//#endregion
|
|
77
78
|
//#region src/components/accordion/modules/anatomy.d.ts
|
|
78
|
-
declare const Accordion: typeof Root$
|
|
79
|
-
Provider: typeof RootProvider$
|
|
80
|
-
Context: typeof RootContext$
|
|
79
|
+
declare const Accordion: typeof Root$18 & {
|
|
80
|
+
Provider: typeof RootProvider$16;
|
|
81
|
+
Context: typeof RootContext$22;
|
|
81
82
|
Item: typeof Item$10;
|
|
82
83
|
ItemTrigger: typeof ItemTrigger;
|
|
83
84
|
ItemIndicator: typeof ItemIndicator$3;
|
|
@@ -86,23 +87,23 @@ declare const Accordion: typeof Root$17 & {
|
|
|
86
87
|
//#endregion
|
|
87
88
|
//#region src/components/app-bar/anatomy/root.d.ts
|
|
88
89
|
interface AppBarRootProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
89
|
-
declare function AppBarRoot(props: AppBarRootProps):
|
|
90
|
+
declare function AppBarRoot(props: AppBarRootProps): react4.JSX.Element;
|
|
90
91
|
//#endregion
|
|
91
92
|
//#region src/components/app-bar/anatomy/toolbar.d.ts
|
|
92
93
|
interface AppBarToolbarProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
93
|
-
declare function AppBarToolbar(props: AppBarToolbarProps):
|
|
94
|
+
declare function AppBarToolbar(props: AppBarToolbarProps): react4.JSX.Element;
|
|
94
95
|
//#endregion
|
|
95
96
|
//#region src/components/app-bar/anatomy/lead.d.ts
|
|
96
97
|
interface AppBarLeadProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
97
|
-
declare function AppBarLead(props: AppBarLeadProps):
|
|
98
|
+
declare function AppBarLead(props: AppBarLeadProps): react4.JSX.Element;
|
|
98
99
|
//#endregion
|
|
99
100
|
//#region src/components/app-bar/anatomy/headline.d.ts
|
|
100
101
|
interface AppBarHeadlineProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
101
|
-
declare function AppBarHeadline(props: AppBarHeadlineProps):
|
|
102
|
+
declare function AppBarHeadline(props: AppBarHeadlineProps): react4.JSX.Element;
|
|
102
103
|
//#endregion
|
|
103
104
|
//#region src/components/app-bar/anatomy/trail.d.ts
|
|
104
105
|
interface AppBarTrailProps extends PropsWithElement<'nav'>, HTMLAttributes<'nav'> {}
|
|
105
|
-
declare function AppBarTrail(props: AppBarTrailProps):
|
|
106
|
+
declare function AppBarTrail(props: AppBarTrailProps): react4.JSX.Element;
|
|
106
107
|
//#endregion
|
|
107
108
|
//#region src/components/app-bar/modules/anatomy.d.ts
|
|
108
109
|
declare const AppBar: typeof AppBarRoot & {
|
|
@@ -114,11 +115,11 @@ declare const AppBar: typeof AppBarRoot & {
|
|
|
114
115
|
//#endregion
|
|
115
116
|
//#region src/components/avatar/anatomy/fallback.d.ts
|
|
116
117
|
interface AvatarFallbackProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
117
|
-
declare function Fallback(props: AvatarFallbackProps):
|
|
118
|
+
declare function Fallback(props: AvatarFallbackProps): react4.JSX.Element;
|
|
118
119
|
//#endregion
|
|
119
120
|
//#region src/components/avatar/anatomy/image.d.ts
|
|
120
121
|
interface AvatarImageProps extends PropsWithElement<'img'>, HTMLAttributes<'img', 'children'> {}
|
|
121
|
-
declare function Image(props: AvatarImageProps):
|
|
122
|
+
declare function Image(props: AvatarImageProps): react4.JSX.Element;
|
|
122
123
|
//#endregion
|
|
123
124
|
//#region src/components/avatar/anatomy/root.d.ts
|
|
124
125
|
interface AvatarRootProps extends Omit<Props$1, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -131,7 +132,7 @@ declare function useAvatar(props?: Omit<Props$1, 'id'>): Api$1<PropTypes>;
|
|
|
131
132
|
interface AvatarRootContextProps {
|
|
132
133
|
children: (avatar: ReturnType<typeof useAvatar>) => ReactNode;
|
|
133
134
|
}
|
|
134
|
-
declare function RootContext$
|
|
135
|
+
declare function RootContext$21(props: AvatarRootContextProps): ReactNode;
|
|
135
136
|
//#endregion
|
|
136
137
|
//#region src/components/avatar/anatomy/root-provider.d.ts
|
|
137
138
|
interface AvatarRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
@@ -142,14 +143,14 @@ declare function AvatarRootProvider(props: AvatarRootProviderProps): react_jsx_r
|
|
|
142
143
|
//#region src/components/avatar/modules/anatomy.d.ts
|
|
143
144
|
declare const Avatar: typeof AvatarRoot & {
|
|
144
145
|
Provider: typeof AvatarRootProvider;
|
|
145
|
-
Context: typeof RootContext$
|
|
146
|
+
Context: typeof RootContext$21;
|
|
146
147
|
Image: typeof Image;
|
|
147
148
|
Fallback: typeof Fallback;
|
|
148
149
|
};
|
|
149
150
|
//#endregion
|
|
150
151
|
//#region src/components/collapsible/anatomy/content.d.ts
|
|
151
152
|
interface CollapsibleContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
152
|
-
declare function Content$
|
|
153
|
+
declare function Content$9(props: CollapsibleContentProps): react4.JSX.Element;
|
|
153
154
|
//#endregion
|
|
154
155
|
//#region src/components/collapsible/anatomy/root.d.ts
|
|
155
156
|
interface CollapsibleRootProps extends Omit<Props$2, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -162,7 +163,7 @@ declare function useCollapsible(props?: Omit<Props$2, 'id'>): Api$2<PropTypes>;
|
|
|
162
163
|
interface CollapsibleRootContextProps {
|
|
163
164
|
children: (collapsible: ReturnType<typeof useCollapsible>) => ReactNode;
|
|
164
165
|
}
|
|
165
|
-
declare function RootContext$
|
|
166
|
+
declare function RootContext$20(props: CollapsibleRootContextProps): ReactNode;
|
|
166
167
|
//#endregion
|
|
167
168
|
//#region src/components/collapsible/anatomy/root-provider.d.ts
|
|
168
169
|
interface CollapsibleRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
@@ -172,36 +173,36 @@ declare function CollapsibleRootProvider(props: CollapsibleRootProviderProps): r
|
|
|
172
173
|
//#endregion
|
|
173
174
|
//#region src/components/collapsible/anatomy/trigger.d.ts
|
|
174
175
|
interface CollapsibleTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
175
|
-
declare function Trigger$
|
|
176
|
+
declare function Trigger$9(props: CollapsibleTriggerProps): react4.JSX.Element;
|
|
176
177
|
//#endregion
|
|
177
178
|
//#region src/components/collapsible/anatomy/indicator.d.ts
|
|
178
179
|
interface CollapsibleIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
179
|
-
declare function Indicator$3(props: CollapsibleIndicatorProps):
|
|
180
|
+
declare function Indicator$3(props: CollapsibleIndicatorProps): react4.JSX.Element;
|
|
180
181
|
//#endregion
|
|
181
182
|
//#region src/components/collapsible/modules/anatomy.d.ts
|
|
182
183
|
declare const Collapsible: typeof CollapsibleRoot & {
|
|
183
184
|
Provider: typeof CollapsibleRootProvider;
|
|
184
|
-
Context: typeof RootContext$
|
|
185
|
-
Trigger: typeof Trigger$
|
|
185
|
+
Context: typeof RootContext$20;
|
|
186
|
+
Trigger: typeof Trigger$9;
|
|
186
187
|
Indicator: typeof Indicator$3;
|
|
187
|
-
Content: typeof Content$
|
|
188
|
+
Content: typeof Content$9;
|
|
188
189
|
};
|
|
189
190
|
//#endregion
|
|
190
191
|
//#region src/components/combobox/anatomy/clear-trigger.d.ts
|
|
191
192
|
interface ComboboxClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
192
|
-
declare function ClearTrigger$
|
|
193
|
+
declare function ClearTrigger$2(props: ComboboxClearTriggerProps): react4.JSX.Element;
|
|
193
194
|
//#endregion
|
|
194
195
|
//#region src/components/combobox/anatomy/content.d.ts
|
|
195
196
|
interface ComboboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
196
|
-
declare function Content$
|
|
197
|
+
declare function Content$8(props: ComboboxContentProps): react4.JSX.Element;
|
|
197
198
|
//#endregion
|
|
198
199
|
//#region src/components/combobox/anatomy/control.d.ts
|
|
199
200
|
interface ComboboxControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
200
|
-
declare function Control$
|
|
201
|
+
declare function Control$7(props: ComboboxControlProps): react4.JSX.Element;
|
|
201
202
|
//#endregion
|
|
202
203
|
//#region src/components/combobox/anatomy/input.d.ts
|
|
203
204
|
interface ComboboxInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
204
|
-
declare function Input$3(props: ComboboxInputProps):
|
|
205
|
+
declare function Input$3(props: ComboboxInputProps): react4.JSX.Element;
|
|
205
206
|
//#endregion
|
|
206
207
|
//#region src/components/combobox/anatomy/item.d.ts
|
|
207
208
|
interface ComboboxItemProps extends ItemProps$1, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
@@ -213,27 +214,27 @@ declare function ItemGroup$3(props: ComboboxItemGroupProps): react_jsx_runtime0.
|
|
|
213
214
|
//#endregion
|
|
214
215
|
//#region src/components/combobox/anatomy/item-group-label.d.ts
|
|
215
216
|
interface ComboboxItemGroupLabelProps extends Omit<ItemGroupLabelProps, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
216
|
-
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps):
|
|
217
|
+
declare function ItemGroupLabel$2(props: ComboboxItemGroupLabelProps): react4.JSX.Element;
|
|
217
218
|
//#endregion
|
|
218
219
|
//#region src/components/combobox/anatomy/item-indicator.d.ts
|
|
219
220
|
interface ComboboxItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
220
|
-
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps):
|
|
221
|
+
declare function ItemIndicator$2(props: ComboboxItemIndicatorProps): react4.JSX.Element;
|
|
221
222
|
//#endregion
|
|
222
223
|
//#region src/components/combobox/anatomy/item-text.d.ts
|
|
223
224
|
interface ComboboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
224
|
-
declare function ItemText$4(props: ComboboxItemTextProps):
|
|
225
|
+
declare function ItemText$4(props: ComboboxItemTextProps): react4.JSX.Element;
|
|
225
226
|
//#endregion
|
|
226
227
|
//#region src/components/combobox/anatomy/label.d.ts
|
|
227
228
|
interface ComboboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
228
|
-
declare function Label$10(props: ComboboxLabelProps):
|
|
229
|
+
declare function Label$10(props: ComboboxLabelProps): react4.JSX.Element;
|
|
229
230
|
//#endregion
|
|
230
231
|
//#region src/components/combobox/anatomy/positioner.d.ts
|
|
231
232
|
interface ComboboxPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
232
|
-
declare function Positioner$
|
|
233
|
+
declare function Positioner$6(props: ComboboxPositionerProps): react4.JSX.Element;
|
|
233
234
|
//#endregion
|
|
234
235
|
//#region src/components/combobox/anatomy/root.d.ts
|
|
235
236
|
interface ComboboxRootProps extends Omit<Props$3, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
236
|
-
declare function Root$
|
|
237
|
+
declare function Root$17(props: ComboboxRootProps): react_jsx_runtime0.JSX.Element;
|
|
237
238
|
//#endregion
|
|
238
239
|
//#region src/components/combobox/modules/provider.d.ts
|
|
239
240
|
declare function useCombobox(props?: Omit<Props$3, 'id'>): Api$3<PropTypes>;
|
|
@@ -242,29 +243,29 @@ declare function useCombobox(props?: Omit<Props$3, 'id'>): Api$3<PropTypes>;
|
|
|
242
243
|
interface ComboboxRootContextProps {
|
|
243
244
|
children: (combobox: ReturnType<typeof useCombobox>) => ReactNode;
|
|
244
245
|
}
|
|
245
|
-
declare function RootContext$
|
|
246
|
+
declare function RootContext$19(props: ComboboxRootContextProps): ReactNode;
|
|
246
247
|
//#endregion
|
|
247
248
|
//#region src/components/combobox/anatomy/root-provider.d.ts
|
|
248
249
|
interface ComboboxRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {
|
|
249
250
|
value: ReturnType<typeof useCombobox>;
|
|
250
251
|
}
|
|
251
|
-
declare function RootProvider$
|
|
252
|
+
declare function RootProvider$15(props: ComboboxRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
252
253
|
//#endregion
|
|
253
254
|
//#region src/components/combobox/anatomy/trigger.d.ts
|
|
254
255
|
interface ComboboxTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
255
|
-
declare function Trigger$
|
|
256
|
+
declare function Trigger$8(props: ComboboxTriggerProps): react4.JSX.Element;
|
|
256
257
|
//#endregion
|
|
257
258
|
//#region src/components/combobox/modules/anatomy.d.ts
|
|
258
|
-
declare const Combobox: typeof Root$
|
|
259
|
-
Provider: typeof RootProvider$
|
|
260
|
-
Context: typeof RootContext$
|
|
259
|
+
declare const Combobox: typeof Root$17 & {
|
|
260
|
+
Provider: typeof RootProvider$15;
|
|
261
|
+
Context: typeof RootContext$19;
|
|
261
262
|
Label: typeof Label$10;
|
|
262
|
-
Control: typeof Control$
|
|
263
|
+
Control: typeof Control$7;
|
|
263
264
|
Input: typeof Input$3;
|
|
264
|
-
Trigger: typeof Trigger$
|
|
265
|
-
ClearTrigger: typeof ClearTrigger$
|
|
266
|
-
Positioner: typeof Positioner$
|
|
267
|
-
Content: typeof Content$
|
|
265
|
+
Trigger: typeof Trigger$8;
|
|
266
|
+
ClearTrigger: typeof ClearTrigger$2;
|
|
267
|
+
Positioner: typeof Positioner$6;
|
|
268
|
+
Content: typeof Content$8;
|
|
268
269
|
ItemGroup: typeof ItemGroup$3;
|
|
269
270
|
ItemGroupLabel: typeof ItemGroupLabel$2;
|
|
270
271
|
Item: typeof Item$9;
|
|
@@ -274,47 +275,47 @@ declare const Combobox: typeof Root$16 & {
|
|
|
274
275
|
//#endregion
|
|
275
276
|
//#region src/components/date-picker/anatomy/content.d.ts
|
|
276
277
|
interface DatePickerContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
277
|
-
declare function Content$
|
|
278
|
+
declare function Content$7(props: DatePickerContentProps): react4.JSX.Element;
|
|
278
279
|
//#endregion
|
|
279
280
|
//#region src/components/date-picker/anatomy/control.d.ts
|
|
280
281
|
interface DatePickerControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
281
|
-
declare function Control$
|
|
282
|
+
declare function Control$6(props: DatePickerControlProps): react4.JSX.Element;
|
|
282
283
|
//#endregion
|
|
283
284
|
//#region src/components/date-picker/anatomy/input.d.ts
|
|
284
285
|
interface DatePickerInputProps extends InputProps, PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
285
|
-
declare function Input$2(props: DatePickerInputProps):
|
|
286
|
+
declare function Input$2(props: DatePickerInputProps): react4.JSX.Element;
|
|
286
287
|
//#endregion
|
|
287
288
|
//#region src/components/date-picker/anatomy/label.d.ts
|
|
288
289
|
interface DatePickerLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
289
|
-
declare function Label$9(props: DatePickerLabelProps):
|
|
290
|
+
declare function Label$9(props: DatePickerLabelProps): react4.JSX.Element;
|
|
290
291
|
//#endregion
|
|
291
292
|
//#region src/components/date-picker/anatomy/month-select.d.ts
|
|
292
293
|
interface DatePickerMonthSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
293
|
-
declare function MonthSelect(props: DatePickerMonthSelectProps):
|
|
294
|
+
declare function MonthSelect(props: DatePickerMonthSelectProps): react4.JSX.Element;
|
|
294
295
|
//#endregion
|
|
295
296
|
//#region src/components/date-picker/anatomy/next-trigger.d.ts
|
|
296
297
|
interface DatePickerNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
297
|
-
declare function NextTrigger$1(props: DatePickerNextTriggerProps):
|
|
298
|
+
declare function NextTrigger$1(props: DatePickerNextTriggerProps): react4.JSX.Element;
|
|
298
299
|
//#endregion
|
|
299
300
|
//#region src/components/date-picker/anatomy/positioner.d.ts
|
|
300
301
|
interface DatePickerPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
301
|
-
declare function Positioner$
|
|
302
|
+
declare function Positioner$5(props: DatePickerPositionerProps): react4.JSX.Element;
|
|
302
303
|
//#endregion
|
|
303
304
|
//#region src/components/date-picker/anatomy/preset-trigger.d.ts
|
|
304
305
|
interface DatePickerPresetTriggerProps extends PresetTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
305
|
-
declare function PresetTrigger(props: DatePickerPresetTriggerProps):
|
|
306
|
+
declare function PresetTrigger(props: DatePickerPresetTriggerProps): react4.JSX.Element;
|
|
306
307
|
//#endregion
|
|
307
308
|
//#region src/components/date-picker/anatomy/prev-trigger.d.ts
|
|
308
309
|
interface DatePickerPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
309
|
-
declare function PrevTrigger$1(props: DatePickerPrevTriggerProps):
|
|
310
|
+
declare function PrevTrigger$1(props: DatePickerPrevTriggerProps): react4.JSX.Element;
|
|
310
311
|
//#endregion
|
|
311
312
|
//#region src/components/date-picker/anatomy/range-text.d.ts
|
|
312
313
|
interface DatePickerRangeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
313
|
-
declare function RangeText(props: DatePickerRangeTextProps):
|
|
314
|
+
declare function RangeText(props: DatePickerRangeTextProps): react4.JSX.Element;
|
|
314
315
|
//#endregion
|
|
315
316
|
//#region src/components/date-picker/anatomy/root.d.ts
|
|
316
317
|
interface DatePickerRootProps extends Omit<Props$4, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
317
|
-
declare function Root$
|
|
318
|
+
declare function Root$16(props: DatePickerRootProps): react_jsx_runtime0.JSX.Element;
|
|
318
319
|
//#endregion
|
|
319
320
|
//#region src/components/date-picker/modules/provider.d.ts
|
|
320
321
|
declare function useDatePicker(props?: Omit<Props$4, 'id'>): Api$4<PropTypes>;
|
|
@@ -323,21 +324,21 @@ declare function useDatePicker(props?: Omit<Props$4, 'id'>): Api$4<PropTypes>;
|
|
|
323
324
|
interface DatePickerRootContextProps {
|
|
324
325
|
children: (datePicker: ReturnType<typeof useDatePicker>) => ReactNode;
|
|
325
326
|
}
|
|
326
|
-
declare function RootContext$
|
|
327
|
+
declare function RootContext$18(props: DatePickerRootContextProps): ReactNode;
|
|
327
328
|
//#endregion
|
|
328
329
|
//#region src/components/date-picker/anatomy/root-provider.d.ts
|
|
329
330
|
interface DatePickerRootProviderProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {
|
|
330
331
|
value: ReturnType<typeof useDatePicker>;
|
|
331
332
|
}
|
|
332
|
-
declare function RootProvider$
|
|
333
|
+
declare function RootProvider$14(props: DatePickerRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
333
334
|
//#endregion
|
|
334
335
|
//#region src/components/date-picker/anatomy/table.d.ts
|
|
335
336
|
interface DatePickerTableProps extends PropsWithElement<'table'>, HTMLAttributes<'table'> {}
|
|
336
|
-
declare function Table(props: DatePickerTableProps):
|
|
337
|
+
declare function Table(props: DatePickerTableProps): react4.JSX.Element;
|
|
337
338
|
//#endregion
|
|
338
339
|
//#region src/components/date-picker/anatomy/table-body.d.ts
|
|
339
340
|
interface DatePickerTableBodyProps extends PropsWithElement<'tbody'>, HTMLAttributes<'tbody'> {}
|
|
340
|
-
declare function TableBody(props: DatePickerTableBodyProps):
|
|
341
|
+
declare function TableBody(props: DatePickerTableBodyProps): react4.JSX.Element;
|
|
341
342
|
//#endregion
|
|
342
343
|
//#region src/internal/union.d.ts
|
|
343
344
|
type Union<T, U> = { [K in keyof T]: K extends keyof U ? U[K] | T[K] : T[K] } & Omit<U, keyof T>;
|
|
@@ -348,23 +349,23 @@ declare function TableCell(props: DatePickerTableCellProps): react_jsx_runtime0.
|
|
|
348
349
|
//#endregion
|
|
349
350
|
//#region src/components/date-picker/anatomy/table-cell-trigger.d.ts
|
|
350
351
|
interface DatePickerTableCellTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
351
|
-
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps):
|
|
352
|
+
declare function TableCellTrigger(props: DatePickerTableCellTriggerProps): react4.JSX.Element;
|
|
352
353
|
//#endregion
|
|
353
354
|
//#region src/components/date-picker/anatomy/table-head.d.ts
|
|
354
355
|
interface DatePickerTableHeadProps extends PropsWithElement<'thead'>, HTMLAttributes<'thead'> {}
|
|
355
|
-
declare function TableHead(props: DatePickerTableHeadProps):
|
|
356
|
+
declare function TableHead(props: DatePickerTableHeadProps): react4.JSX.Element;
|
|
356
357
|
//#endregion
|
|
357
358
|
//#region src/components/date-picker/anatomy/table-header.d.ts
|
|
358
359
|
interface DatePickerTableHeaderProps extends PropsWithElement<'th'>, HTMLAttributes<'th'> {}
|
|
359
|
-
declare function TableHeader(props: DatePickerTableHeaderProps):
|
|
360
|
+
declare function TableHeader(props: DatePickerTableHeaderProps): react4.JSX.Element;
|
|
360
361
|
//#endregion
|
|
361
362
|
//#region src/components/date-picker/anatomy/table-row.d.ts
|
|
362
363
|
interface DatePickerTableRowProps extends PropsWithElement<'tr'>, HTMLAttributes<'tr'> {}
|
|
363
|
-
declare function TableRow(props: DatePickerTableRowProps):
|
|
364
|
+
declare function TableRow(props: DatePickerTableRowProps): react4.JSX.Element;
|
|
364
365
|
//#endregion
|
|
365
366
|
//#region src/components/date-picker/anatomy/trigger.d.ts
|
|
366
367
|
interface DatePickerTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
367
|
-
declare function Trigger$
|
|
368
|
+
declare function Trigger$7(props: DatePickerTriggerProps): react4.JSX.Element;
|
|
368
369
|
//#endregion
|
|
369
370
|
//#region src/components/date-picker/anatomy/view.d.ts
|
|
370
371
|
interface DatePickerViewProps extends ViewProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
@@ -372,27 +373,27 @@ declare function View(props: DatePickerViewProps): react_jsx_runtime0.JSX.Elemen
|
|
|
372
373
|
//#endregion
|
|
373
374
|
//#region src/components/date-picker/anatomy/view-control.d.ts
|
|
374
375
|
interface DatePickerViewControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
375
|
-
declare function ViewControl(props: DatePickerViewControlProps):
|
|
376
|
+
declare function ViewControl(props: DatePickerViewControlProps): react4.JSX.Element;
|
|
376
377
|
//#endregion
|
|
377
378
|
//#region src/components/date-picker/anatomy/view-trigger.d.ts
|
|
378
379
|
interface DatePickerViewTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
379
|
-
declare function ViewTrigger(props: DatePickerViewTriggerProps):
|
|
380
|
+
declare function ViewTrigger(props: DatePickerViewTriggerProps): react4.JSX.Element;
|
|
380
381
|
//#endregion
|
|
381
382
|
//#region src/components/date-picker/anatomy/year-select.d.ts
|
|
382
383
|
interface DatePickerYearSelectProps extends PropsWithElement<'select'>, HTMLAttributes<'select', 'children'> {}
|
|
383
|
-
declare function YearSelect(props: DatePickerYearSelectProps):
|
|
384
|
+
declare function YearSelect(props: DatePickerYearSelectProps): react4.JSX.Element;
|
|
384
385
|
//#endregion
|
|
385
386
|
//#region src/components/date-picker/modules/anatomy.d.ts
|
|
386
|
-
declare const DatePicker: typeof Root$
|
|
387
|
-
Provider: typeof RootProvider$
|
|
388
|
-
Context: typeof RootContext$
|
|
387
|
+
declare const DatePicker: typeof Root$16 & {
|
|
388
|
+
Provider: typeof RootProvider$14;
|
|
389
|
+
Context: typeof RootContext$18;
|
|
389
390
|
Label: typeof Label$9;
|
|
390
|
-
Control: typeof Control$
|
|
391
|
+
Control: typeof Control$6;
|
|
391
392
|
PresetTrigger: typeof PresetTrigger;
|
|
392
393
|
Input: typeof Input$2;
|
|
393
|
-
Trigger: typeof Trigger$
|
|
394
|
-
Positioner: typeof Positioner$
|
|
395
|
-
Content: typeof Content$
|
|
394
|
+
Trigger: typeof Trigger$7;
|
|
395
|
+
Positioner: typeof Positioner$5;
|
|
396
|
+
Content: typeof Content$7;
|
|
396
397
|
YearSelect: typeof YearSelect;
|
|
397
398
|
MonthSelect: typeof MonthSelect;
|
|
398
399
|
View: typeof View;
|
|
@@ -412,27 +413,27 @@ declare const DatePicker: typeof Root$15 & {
|
|
|
412
413
|
//#endregion
|
|
413
414
|
//#region src/components/dialog/anatomy/backdrop.d.ts
|
|
414
415
|
interface DialogBackdropProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
415
|
-
declare function Backdrop(props: DialogBackdropProps):
|
|
416
|
+
declare function Backdrop(props: DialogBackdropProps): react4.JSX.Element;
|
|
416
417
|
//#endregion
|
|
417
418
|
//#region src/components/dialog/anatomy/close-trigger.d.ts
|
|
418
419
|
interface DialogCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
419
|
-
declare function CloseTrigger$
|
|
420
|
+
declare function CloseTrigger$3(props: DialogCloseTriggerProps): react4.JSX.Element;
|
|
420
421
|
//#endregion
|
|
421
422
|
//#region src/components/dialog/anatomy/content.d.ts
|
|
422
423
|
interface DialogContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
423
|
-
declare function Content$
|
|
424
|
+
declare function Content$6(props: DialogContentProps): react4.JSX.Element;
|
|
424
425
|
//#endregion
|
|
425
426
|
//#region src/components/dialog/anatomy/description.d.ts
|
|
426
427
|
interface DialogDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
427
|
-
declare function Description$2(props: DialogDescriptionProps):
|
|
428
|
+
declare function Description$2(props: DialogDescriptionProps): react4.JSX.Element;
|
|
428
429
|
//#endregion
|
|
429
430
|
//#region src/components/dialog/anatomy/positioner.d.ts
|
|
430
431
|
interface DialogPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
431
|
-
declare function Positioner$
|
|
432
|
+
declare function Positioner$4(props: DialogPositionerProps): react4.JSX.Element;
|
|
432
433
|
//#endregion
|
|
433
434
|
//#region src/components/dialog/anatomy/root.d.ts
|
|
434
435
|
interface DialogRootProps extends PropsWithChildren, Omit<Props$5, 'id'> {}
|
|
435
|
-
declare function Root$
|
|
436
|
+
declare function Root$15(props: DialogRootProps): react_jsx_runtime0.JSX.Element;
|
|
436
437
|
//#endregion
|
|
437
438
|
//#region src/components/dialog/modules/provider.d.ts
|
|
438
439
|
declare function useDialog(props?: Omit<Props$5, 'id'>): Api$5<PropTypes>;
|
|
@@ -441,42 +442,46 @@ declare function useDialog(props?: Omit<Props$5, 'id'>): Api$5<PropTypes>;
|
|
|
441
442
|
interface DialogRootContextProps {
|
|
442
443
|
children: (dialog: ReturnType<typeof useDialog>) => ReactNode;
|
|
443
444
|
}
|
|
444
|
-
declare function RootContext$
|
|
445
|
+
declare function RootContext$17(props: DialogRootContextProps): ReactNode;
|
|
445
446
|
//#endregion
|
|
446
447
|
//#region src/components/dialog/anatomy/root-provider.d.ts
|
|
447
448
|
interface DialogRootProviderProps extends PropsWithChildren {
|
|
448
449
|
value: ReturnType<typeof useDialog>;
|
|
449
450
|
}
|
|
450
|
-
declare function RootProvider$
|
|
451
|
+
declare function RootProvider$13(props: DialogRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
451
452
|
//#endregion
|
|
452
453
|
//#region src/components/dialog/anatomy/title.d.ts
|
|
453
454
|
interface DialogTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
454
|
-
declare function Title$
|
|
455
|
+
declare function Title$3(props: DialogTitleProps): react4.JSX.Element;
|
|
455
456
|
//#endregion
|
|
456
457
|
//#region src/components/dialog/anatomy/trigger.d.ts
|
|
457
458
|
interface DialogTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
458
|
-
declare function Trigger$
|
|
459
|
+
declare function Trigger$6(props: DialogTriggerProps): react4.JSX.Element;
|
|
459
460
|
//#endregion
|
|
460
461
|
//#region src/components/dialog/modules/anatomy.d.ts
|
|
461
|
-
declare const Dialog: typeof Root$
|
|
462
|
-
Provider: typeof RootProvider$
|
|
463
|
-
Context: typeof RootContext$
|
|
464
|
-
Trigger: typeof Trigger$
|
|
462
|
+
declare const Dialog: typeof Root$15 & {
|
|
463
|
+
Provider: typeof RootProvider$13;
|
|
464
|
+
Context: typeof RootContext$17;
|
|
465
|
+
Trigger: typeof Trigger$6;
|
|
465
466
|
Backdrop: typeof Backdrop;
|
|
466
|
-
Positioner: typeof Positioner$
|
|
467
|
-
Content: typeof Content$
|
|
468
|
-
Title: typeof Title$
|
|
467
|
+
Positioner: typeof Positioner$4;
|
|
468
|
+
Content: typeof Content$6;
|
|
469
|
+
Title: typeof Title$3;
|
|
469
470
|
Description: typeof Description$2;
|
|
470
|
-
CloseTrigger: typeof CloseTrigger$
|
|
471
|
+
CloseTrigger: typeof CloseTrigger$3;
|
|
471
472
|
};
|
|
472
473
|
//#endregion
|
|
474
|
+
//#region src/components/file-upload/anatomy/clear-trigger.d.ts
|
|
475
|
+
interface FileUploadClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
476
|
+
declare function ClearTrigger$1(props: FileUploadClearTriggerProps): react4.JSX.Element;
|
|
477
|
+
//#endregion
|
|
473
478
|
//#region src/components/file-upload/anatomy/dropzone.d.ts
|
|
474
479
|
interface FileUploadDropzoneProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
475
|
-
declare function Dropzone(props: FileUploadDropzoneProps):
|
|
480
|
+
declare function Dropzone(props: FileUploadDropzoneProps): react4.JSX.Element;
|
|
476
481
|
//#endregion
|
|
477
482
|
//#region src/components/file-upload/anatomy/hidden-input.d.ts
|
|
478
483
|
interface FileUploadHiddenInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
479
|
-
declare function HiddenInput$4(props: FileUploadHiddenInputProps):
|
|
484
|
+
declare function HiddenInput$4(props: FileUploadHiddenInputProps): react4.JSX.Element;
|
|
480
485
|
//#endregion
|
|
481
486
|
//#region src/components/file-upload/anatomy/item.d.ts
|
|
482
487
|
interface FileUploadItemProps extends ItemProps$2, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
@@ -484,27 +489,27 @@ declare function Item$8(props: FileUploadItemProps): react_jsx_runtime0.JSX.Elem
|
|
|
484
489
|
//#endregion
|
|
485
490
|
//#region src/components/file-upload/anatomy/item-delete-trigger.d.ts
|
|
486
491
|
interface FileUploadItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
487
|
-
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps):
|
|
492
|
+
declare function ItemDeleteTrigger$1(props: FileUploadItemDeleteTriggerProps): react4.JSX.Element;
|
|
488
493
|
//#endregion
|
|
489
494
|
//#region src/components/file-upload/anatomy/item-group.d.ts
|
|
490
495
|
interface FileUploadItemGroupProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
491
|
-
declare function ItemGroup$2(props: FileUploadItemGroupProps):
|
|
496
|
+
declare function ItemGroup$2(props: FileUploadItemGroupProps): react4.JSX.Element;
|
|
492
497
|
//#endregion
|
|
493
498
|
//#region src/components/file-upload/anatomy/item-name.d.ts
|
|
494
499
|
interface FileUploadItemNameProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
495
|
-
declare function ItemName(props: FileUploadItemNameProps):
|
|
500
|
+
declare function ItemName(props: FileUploadItemNameProps): react4.JSX.Element;
|
|
496
501
|
//#endregion
|
|
497
502
|
//#region src/components/file-upload/anatomy/item-size-text.d.ts
|
|
498
503
|
interface FileUploadItemSizeTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
499
|
-
declare function ItemSizeText(props: FileUploadItemSizeTextProps):
|
|
504
|
+
declare function ItemSizeText(props: FileUploadItemSizeTextProps): react4.JSX.Element;
|
|
500
505
|
//#endregion
|
|
501
506
|
//#region src/components/file-upload/anatomy/label.d.ts
|
|
502
507
|
interface FileUploadLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
503
|
-
declare function Label$8(props: FileUploadLabelProps):
|
|
508
|
+
declare function Label$8(props: FileUploadLabelProps): react4.JSX.Element;
|
|
504
509
|
//#endregion
|
|
505
510
|
//#region src/components/file-upload/anatomy/root.d.ts
|
|
506
511
|
interface FileUploadRootProps extends Omit<Props$6, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {}
|
|
507
|
-
declare function Root$
|
|
512
|
+
declare function Root$14(props: FileUploadRootProps): react_jsx_runtime0.JSX.Element;
|
|
508
513
|
//#endregion
|
|
509
514
|
//#region src/components/file-upload/modules/provider.d.ts
|
|
510
515
|
declare function useFileUpload(props?: Omit<Props$6, 'id'>): Api$6<PropTypes>;
|
|
@@ -513,25 +518,26 @@ declare function useFileUpload(props?: Omit<Props$6, 'id'>): Api$6<PropTypes>;
|
|
|
513
518
|
interface FileUploadRootContextProps {
|
|
514
519
|
children: (fileUpload: ReturnType<typeof useFileUpload>) => ReactNode;
|
|
515
520
|
}
|
|
516
|
-
declare function RootContext$
|
|
521
|
+
declare function RootContext$16(props: FileUploadRootContextProps): ReactNode;
|
|
517
522
|
//#endregion
|
|
518
523
|
//#region src/components/file-upload/anatomy/root-provider.d.ts
|
|
519
524
|
interface FileUploadRootProviderProps extends PropsWithElement<'div'>, Omit<HTMLAttributes<'div'>, 'id' | 'dir'> {
|
|
520
525
|
value: ReturnType<typeof useFileUpload>;
|
|
521
526
|
}
|
|
522
|
-
declare function RootProvider$
|
|
527
|
+
declare function RootProvider$12(props: FileUploadRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
523
528
|
//#endregion
|
|
524
529
|
//#region src/components/file-upload/anatomy/trigger.d.ts
|
|
525
530
|
interface FileUploadTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
526
|
-
declare function Trigger$
|
|
531
|
+
declare function Trigger$5(props: FileUploadTriggerProps): react4.JSX.Element;
|
|
527
532
|
//#endregion
|
|
528
533
|
//#region src/components/file-upload/modules/anatomy.d.ts
|
|
529
|
-
declare const FileUpload: typeof Root$
|
|
530
|
-
Provider: typeof RootProvider$
|
|
531
|
-
Context: typeof RootContext$
|
|
534
|
+
declare const FileUpload: typeof Root$14 & {
|
|
535
|
+
Provider: typeof RootProvider$12;
|
|
536
|
+
Context: typeof RootContext$16;
|
|
532
537
|
Label: typeof Label$8;
|
|
533
538
|
Dropzone: typeof Dropzone;
|
|
534
|
-
Trigger: typeof Trigger$
|
|
539
|
+
Trigger: typeof Trigger$5;
|
|
540
|
+
ClearTrigger: typeof ClearTrigger$1;
|
|
535
541
|
HiddenInput: typeof HiddenInput$4;
|
|
536
542
|
ItemGroup: typeof ItemGroup$2;
|
|
537
543
|
Item: typeof Item$8;
|
|
@@ -540,8 +546,88 @@ declare const FileUpload: typeof Root$13 & {
|
|
|
540
546
|
ItemDeleteTrigger: typeof ItemDeleteTrigger$1;
|
|
541
547
|
};
|
|
542
548
|
//#endregion
|
|
549
|
+
//#region src/components/floating-panel/anatomy/body.d.ts
|
|
550
|
+
interface FloatingPanelBodyProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
551
|
+
declare function Body(props: FloatingPanelBodyProps): react4.JSX.Element;
|
|
552
|
+
//#endregion
|
|
553
|
+
//#region src/components/floating-panel/anatomy/close-trigger.d.ts
|
|
554
|
+
interface FloatingPanelCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
555
|
+
declare function CloseTrigger$2(props: FloatingPanelCloseTriggerProps): react4.JSX.Element;
|
|
556
|
+
//#endregion
|
|
557
|
+
//#region src/components/floating-panel/anatomy/content.d.ts
|
|
558
|
+
interface FloatingPanelContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
559
|
+
declare function Content$5(props: FloatingPanelContentProps): react4.JSX.Element;
|
|
560
|
+
//#endregion
|
|
561
|
+
//#region src/components/floating-panel/anatomy/control.d.ts
|
|
562
|
+
interface FloatingPanelControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
563
|
+
declare function Control$5(props: FloatingPanelControlProps): react4.JSX.Element;
|
|
564
|
+
//#endregion
|
|
565
|
+
//#region src/components/floating-panel/anatomy/drag-trigger.d.ts
|
|
566
|
+
interface FloatingPanelDragTriggerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
567
|
+
declare function DragTrigger(props: FloatingPanelDragTriggerProps): react4.JSX.Element;
|
|
568
|
+
//#endregion
|
|
569
|
+
//#region src/components/floating-panel/anatomy/header.d.ts
|
|
570
|
+
interface FloatingPanelHeaderProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
571
|
+
declare function Header(props: FloatingPanelHeaderProps): react4.JSX.Element;
|
|
572
|
+
//#endregion
|
|
573
|
+
//#region src/components/floating-panel/anatomy/positioner.d.ts
|
|
574
|
+
interface FloatingPanelPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
575
|
+
declare function Positioner$3(props: FloatingPanelPositionerProps): react4.JSX.Element;
|
|
576
|
+
//#endregion
|
|
577
|
+
//#region src/components/floating-panel/anatomy/resize-trigger.d.ts
|
|
578
|
+
interface FloatingPanelResizeTriggerProps extends ResizeTriggerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
579
|
+
declare function ResizeTrigger(props: FloatingPanelResizeTriggerProps): react4.JSX.Element;
|
|
580
|
+
//#endregion
|
|
581
|
+
//#region src/components/floating-panel/anatomy/root.d.ts
|
|
582
|
+
interface FloatingPanelRootProps extends PropsWithChildren, Omit<Props$7, 'id'> {}
|
|
583
|
+
declare function Root$13(props: FloatingPanelRootProps): react_jsx_runtime0.JSX.Element;
|
|
584
|
+
//#endregion
|
|
585
|
+
//#region src/components/floating-panel/modules/provider.d.ts
|
|
586
|
+
declare function useFloatingPanel(props?: Omit<Props$7, 'id'>): Api$7<PropTypes>;
|
|
587
|
+
//#endregion
|
|
588
|
+
//#region src/components/floating-panel/anatomy/root-context.d.ts
|
|
589
|
+
interface FloatingPanelRootContextProps {
|
|
590
|
+
children: (floatingPanel: ReturnType<typeof useFloatingPanel>) => ReactNode;
|
|
591
|
+
}
|
|
592
|
+
declare function RootContext$15(props: FloatingPanelRootContextProps): ReactNode;
|
|
593
|
+
//#endregion
|
|
594
|
+
//#region src/components/floating-panel/anatomy/root-provider.d.ts
|
|
595
|
+
interface FloatingPanelRootProviderProps extends PropsWithChildren {
|
|
596
|
+
value: ReturnType<typeof useFloatingPanel>;
|
|
597
|
+
}
|
|
598
|
+
declare function RootProvider$11(props: FloatingPanelRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
599
|
+
//#endregion
|
|
600
|
+
//#region src/components/floating-panel/anatomy/stage-trigger.d.ts
|
|
601
|
+
interface FloatingPanelStageTriggerProps extends StageTriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
602
|
+
declare function StageTrigger(props: FloatingPanelStageTriggerProps): react4.JSX.Element;
|
|
603
|
+
//#endregion
|
|
604
|
+
//#region src/components/floating-panel/anatomy/title.d.ts
|
|
605
|
+
interface FloatingPanelTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
606
|
+
declare function Title$2(props: FloatingPanelTitleProps): react4.JSX.Element;
|
|
607
|
+
//#endregion
|
|
608
|
+
//#region src/components/floating-panel/anatomy/trigger.d.ts
|
|
609
|
+
interface FloatingPanelTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
610
|
+
declare function Trigger$4(props: FloatingPanelTriggerProps): react4.JSX.Element;
|
|
611
|
+
//#endregion
|
|
612
|
+
//#region src/components/floating-panel/modules/anatomy.d.ts
|
|
613
|
+
declare const FloatingPanel: typeof Root$13 & {
|
|
614
|
+
Provider: typeof RootProvider$11;
|
|
615
|
+
Context: typeof RootContext$15;
|
|
616
|
+
Trigger: typeof Trigger$4;
|
|
617
|
+
Positioner: typeof Positioner$3;
|
|
618
|
+
Content: typeof Content$5;
|
|
619
|
+
DragTrigger: typeof DragTrigger;
|
|
620
|
+
Header: typeof Header;
|
|
621
|
+
Title: typeof Title$2;
|
|
622
|
+
Control: typeof Control$5;
|
|
623
|
+
StageTrigger: typeof StageTrigger;
|
|
624
|
+
CloseTrigger: typeof CloseTrigger$2;
|
|
625
|
+
Body: typeof Body;
|
|
626
|
+
ResizeTrigger: typeof ResizeTrigger;
|
|
627
|
+
};
|
|
628
|
+
//#endregion
|
|
543
629
|
//#region src/components/listbox/anatomy/root.d.ts
|
|
544
|
-
interface ListboxRootProps extends Omit<Props$
|
|
630
|
+
interface ListboxRootProps extends Omit<Props$8, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'onSelect'> {}
|
|
545
631
|
declare function Root$12(props: ListboxRootProps): react_jsx_runtime0.JSX.Element;
|
|
546
632
|
//#endregion
|
|
547
633
|
//#region src/components/listbox/anatomy/item-group.d.ts
|
|
@@ -550,7 +636,7 @@ declare function ItemGroup$1(props: ListboxItemGroupProps): react_jsx_runtime0.J
|
|
|
550
636
|
//#endregion
|
|
551
637
|
//#region src/components/listbox/anatomy/item-group-label.d.ts
|
|
552
638
|
interface ListboxItemGroupLabelProps extends Omit<ItemGroupLabelProps$1, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
553
|
-
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps):
|
|
639
|
+
declare function ItemGroupLabel$1(props: ListboxItemGroupLabelProps): react4.JSX.Element;
|
|
554
640
|
//#endregion
|
|
555
641
|
//#region src/components/listbox/anatomy/item.d.ts
|
|
556
642
|
interface ListboxItemProps extends ItemProps$3, PropsWithElement<'li'>, HTMLAttributes<'li'> {}
|
|
@@ -558,18 +644,18 @@ declare function Item$7(props: ListboxItemProps): react_jsx_runtime0.JSX.Element
|
|
|
558
644
|
//#endregion
|
|
559
645
|
//#region src/components/listbox/anatomy/input.d.ts
|
|
560
646
|
interface ListboxInputProps extends PropsWithElement<'input'>, Omit<HTMLAttributes<'input'>, 'children'> {}
|
|
561
|
-
declare function Input$1(props: ListboxInputProps):
|
|
647
|
+
declare function Input$1(props: ListboxInputProps): react4.JSX.Element;
|
|
562
648
|
//#endregion
|
|
563
649
|
//#region src/components/listbox/anatomy/item-indicator.d.ts
|
|
564
650
|
interface ListboxItemIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
565
|
-
declare function ItemIndicator$1(props: ListboxItemIndicatorProps):
|
|
651
|
+
declare function ItemIndicator$1(props: ListboxItemIndicatorProps): react4.JSX.Element;
|
|
566
652
|
//#endregion
|
|
567
653
|
//#region src/components/listbox/anatomy/item-text.d.ts
|
|
568
654
|
interface ListboxItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
569
|
-
declare function ItemText$3(props: ListboxItemTextProps):
|
|
655
|
+
declare function ItemText$3(props: ListboxItemTextProps): react4.JSX.Element;
|
|
570
656
|
//#endregion
|
|
571
657
|
//#region src/components/listbox/modules/provider.d.ts
|
|
572
|
-
declare function useListbox(props: Omit<Props$
|
|
658
|
+
declare function useListbox(props: Omit<Props$8, 'id'>): Api$8<PropTypes>;
|
|
573
659
|
//#endregion
|
|
574
660
|
//#region src/components/listbox/anatomy/root-context.d.ts
|
|
575
661
|
interface ListboxRootContextProps {
|
|
@@ -585,11 +671,11 @@ declare function RootProvider$10(props: ListboxRootProviderProps): react_jsx_run
|
|
|
585
671
|
//#endregion
|
|
586
672
|
//#region src/components/listbox/anatomy/label.d.ts
|
|
587
673
|
interface ListboxLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
588
|
-
declare function Label$7(props: ListboxLabelProps):
|
|
674
|
+
declare function Label$7(props: ListboxLabelProps): react4.JSX.Element;
|
|
589
675
|
//#endregion
|
|
590
676
|
//#region src/components/listbox/anatomy/content.d.ts
|
|
591
677
|
interface ListboxContentProps extends PropsWithElement<'ul'>, HTMLAttributes<'ul'> {}
|
|
592
|
-
declare function Content$4(props: ListboxContentProps):
|
|
678
|
+
declare function Content$4(props: ListboxContentProps): react4.JSX.Element;
|
|
593
679
|
//#endregion
|
|
594
680
|
//#region src/components/listbox/modules/anatomy.d.ts
|
|
595
681
|
declare const Listbox: typeof Root$12 & {
|
|
@@ -607,19 +693,19 @@ declare const Listbox: typeof Root$12 & {
|
|
|
607
693
|
//#endregion
|
|
608
694
|
//#region src/components/menu/anatomy/arrow.d.ts
|
|
609
695
|
interface MenuArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
610
|
-
declare function Arrow$2(props: MenuArrowProps):
|
|
696
|
+
declare function Arrow$2(props: MenuArrowProps): react4.JSX.Element;
|
|
611
697
|
//#endregion
|
|
612
698
|
//#region src/components/menu/anatomy/arrow-tip.d.ts
|
|
613
699
|
interface MenuArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
614
|
-
declare function ArrowTip$2(props: MenuArrowTipProps):
|
|
700
|
+
declare function ArrowTip$2(props: MenuArrowTipProps): react4.JSX.Element;
|
|
615
701
|
//#endregion
|
|
616
702
|
//#region src/components/menu/anatomy/content.d.ts
|
|
617
703
|
interface MenuContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
618
|
-
declare function Content$3(props: MenuContentProps):
|
|
704
|
+
declare function Content$3(props: MenuContentProps): react4.JSX.Element;
|
|
619
705
|
//#endregion
|
|
620
706
|
//#region src/components/menu/anatomy/context-trigger.d.ts
|
|
621
707
|
interface MenuContextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
622
|
-
declare function ContextTrigger(props: MenuContextTriggerProps):
|
|
708
|
+
declare function ContextTrigger(props: MenuContextTriggerProps): react4.JSX.Element;
|
|
623
709
|
//#endregion
|
|
624
710
|
//#region src/components/menu/anatomy/item.d.ts
|
|
625
711
|
interface MenuItemProps extends ItemProps$4, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -631,7 +717,7 @@ declare function ItemGroup(props: MenuItemGroupProps): react_jsx_runtime0.JSX.El
|
|
|
631
717
|
//#endregion
|
|
632
718
|
//#region src/components/menu/anatomy/item-group-label.d.ts
|
|
633
719
|
interface MenuItemGroupLabelProps extends Omit<ItemGroupLabelProps$2, 'htmlFor'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
634
|
-
declare function ItemGroupLabel(props: MenuItemGroupLabelProps):
|
|
720
|
+
declare function ItemGroupLabel(props: MenuItemGroupLabelProps): react4.JSX.Element;
|
|
635
721
|
//#endregion
|
|
636
722
|
//#region src/components/menu/anatomy/option-item.d.ts
|
|
637
723
|
interface MenuOptionItemProps extends OptionItemProps, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -639,26 +725,26 @@ declare function OptionItem(props: MenuOptionItemProps): react_jsx_runtime0.JSX.
|
|
|
639
725
|
//#endregion
|
|
640
726
|
//#region src/components/menu/anatomy/item-text.d.ts
|
|
641
727
|
interface MenuItemTextProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
642
|
-
declare function ItemText$2(props: MenuItemTextProps):
|
|
728
|
+
declare function ItemText$2(props: MenuItemTextProps): react4.JSX.Element;
|
|
643
729
|
//#endregion
|
|
644
730
|
//#region src/components/menu/anatomy/item-indicator.d.ts
|
|
645
731
|
interface MenuItemIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
646
|
-
declare function ItemIndicator(props: MenuItemIndicatorProps):
|
|
732
|
+
declare function ItemIndicator(props: MenuItemIndicatorProps): react4.JSX.Element;
|
|
647
733
|
//#endregion
|
|
648
734
|
//#region src/components/menu/anatomy/indicator.d.ts
|
|
649
735
|
interface MenuIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
650
|
-
declare function Indicator$2(props: MenuIndicatorProps):
|
|
736
|
+
declare function Indicator$2(props: MenuIndicatorProps): react4.JSX.Element;
|
|
651
737
|
//#endregion
|
|
652
738
|
//#region src/components/menu/anatomy/positioner.d.ts
|
|
653
739
|
interface MenuPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
654
|
-
declare function Positioner$2(props: MenuPositionerProps):
|
|
740
|
+
declare function Positioner$2(props: MenuPositionerProps): react4.JSX.Element;
|
|
655
741
|
//#endregion
|
|
656
742
|
//#region src/components/menu/anatomy/root.d.ts
|
|
657
|
-
interface MenuRootProps extends Omit<Props$
|
|
743
|
+
interface MenuRootProps extends Omit<Props$9, 'id'>, PropsWithElement<'div'>, Omit<HTMLAttributes<'div', 'id' | 'dir'>, 'onSelect' | 'aria-label'> {}
|
|
658
744
|
declare function Root$11(props: MenuRootProps): react_jsx_runtime0.JSX.Element;
|
|
659
745
|
//#endregion
|
|
660
746
|
//#region src/components/menu/modules/provider.d.ts
|
|
661
|
-
declare function useMenu(props?: Omit<Props$
|
|
747
|
+
declare function useMenu(props?: Omit<Props$9, 'id'>): Api$9<PropTypes> & {
|
|
662
748
|
service: Service;
|
|
663
749
|
};
|
|
664
750
|
//#endregion
|
|
@@ -676,11 +762,11 @@ declare function RootProvider$9(props: MenuRootProviderProps): react_jsx_runtime
|
|
|
676
762
|
//#endregion
|
|
677
763
|
//#region src/components/menu/anatomy/separator.d.ts
|
|
678
764
|
interface MenuSeparatorProps extends PropsWithElement<'hr'>, HTMLAttributes<'hr', 'id' | 'dir' | 'children'> {}
|
|
679
|
-
declare function Separator(props: MenuSeparatorProps):
|
|
765
|
+
declare function Separator(props: MenuSeparatorProps): react4.JSX.Element;
|
|
680
766
|
//#endregion
|
|
681
767
|
//#region src/components/menu/anatomy/trigger.d.ts
|
|
682
768
|
interface MenuTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button', 'id' | 'dir'> {}
|
|
683
|
-
declare function Trigger$3(props: MenuTriggerProps):
|
|
769
|
+
declare function Trigger$3(props: MenuTriggerProps): react4.JSX.Element;
|
|
684
770
|
//#endregion
|
|
685
771
|
//#region src/components/menu/anatomy/trigger-item.d.ts
|
|
686
772
|
interface MenuTriggerItemProps extends ItemProps$4, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
@@ -720,27 +806,27 @@ declare function NavigationRoot(props: NavigationRootProps): react_jsx_runtime0.
|
|
|
720
806
|
//#endregion
|
|
721
807
|
//#region src/components/navigation/anatomy/menu.d.ts
|
|
722
808
|
interface NavigationMenuProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
723
|
-
declare function NavigationMenu(props: NavigationMenuProps):
|
|
809
|
+
declare function NavigationMenu(props: NavigationMenuProps): react4.JSX.Element;
|
|
724
810
|
//#endregion
|
|
725
811
|
//#region src/components/navigation/anatomy/header.d.ts
|
|
726
812
|
interface NavigationHeaderProps extends PropsWithElement<'header'>, HTMLAttributes<'header'> {}
|
|
727
|
-
declare function NavigationHeader(props: NavigationHeaderProps):
|
|
813
|
+
declare function NavigationHeader(props: NavigationHeaderProps): react4.JSX.Element;
|
|
728
814
|
//#endregion
|
|
729
815
|
//#region src/components/navigation/anatomy/content.d.ts
|
|
730
816
|
interface NavigationContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
731
|
-
declare function NavigationContent(props: NavigationContentProps):
|
|
817
|
+
declare function NavigationContent(props: NavigationContentProps): react4.JSX.Element;
|
|
732
818
|
//#endregion
|
|
733
819
|
//#region src/components/navigation/anatomy/footer.d.ts
|
|
734
820
|
interface NavigationFooterProps extends PropsWithElement<'footer'>, HTMLAttributes<'footer'> {}
|
|
735
|
-
declare function NavigationFooter(props: NavigationFooterProps):
|
|
821
|
+
declare function NavigationFooter(props: NavigationFooterProps): react4.JSX.Element;
|
|
736
822
|
//#endregion
|
|
737
823
|
//#region src/components/navigation/anatomy/group.d.ts
|
|
738
824
|
interface NavigationGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
739
|
-
declare function NavigationGroup(props: NavigationGroupProps):
|
|
825
|
+
declare function NavigationGroup(props: NavigationGroupProps): react4.JSX.Element;
|
|
740
826
|
//#endregion
|
|
741
827
|
//#region src/components/navigation/anatomy/label.d.ts
|
|
742
828
|
interface NavigationLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
743
|
-
declare function NavigationLabel(props: NavigationLabelProps):
|
|
829
|
+
declare function NavigationLabel(props: NavigationLabelProps): react4.JSX.Element;
|
|
744
830
|
//#endregion
|
|
745
831
|
//#region src/components/navigation/modules/anatomy.d.ts
|
|
746
832
|
declare const Navigation: typeof NavigationRoot & {
|
|
@@ -754,30 +840,30 @@ declare const Navigation: typeof NavigationRoot & {
|
|
|
754
840
|
//#endregion
|
|
755
841
|
//#region src/components/pagination/anatomy/ellipsis.d.ts
|
|
756
842
|
interface PaginationEllipsisProps extends EllipsisProps, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
757
|
-
declare function Ellipsis(props: PaginationEllipsisProps):
|
|
843
|
+
declare function Ellipsis(props: PaginationEllipsisProps): react4.JSX.Element;
|
|
758
844
|
//#endregion
|
|
759
845
|
//#region src/components/pagination/anatomy/first-trigger.d.ts
|
|
760
846
|
interface PaginationFirstTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
761
|
-
declare function FirstTrigger(props: PaginationFirstTriggerProps):
|
|
847
|
+
declare function FirstTrigger(props: PaginationFirstTriggerProps): react4.JSX.Element;
|
|
762
848
|
//#endregion
|
|
763
849
|
//#region src/components/pagination/anatomy/item.d.ts
|
|
764
850
|
interface PaginationItemProps extends ItemProps$5, PropsWithElement<'a'>, HTMLAttributes<'a', 'type'> {}
|
|
765
|
-
declare function Item$5(props: PaginationItemProps):
|
|
851
|
+
declare function Item$5(props: PaginationItemProps): react4.JSX.Element;
|
|
766
852
|
//#endregion
|
|
767
853
|
//#region src/components/pagination/anatomy/last-trigger.d.ts
|
|
768
854
|
interface PaginationLastTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
769
|
-
declare function LastTrigger(props: PaginationLastTriggerProps):
|
|
855
|
+
declare function LastTrigger(props: PaginationLastTriggerProps): react4.JSX.Element;
|
|
770
856
|
//#endregion
|
|
771
857
|
//#region src/components/pagination/anatomy/next-trigger.d.ts
|
|
772
858
|
interface PaginationNextTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
773
|
-
declare function NextTrigger(props: PaginationNextTriggerProps):
|
|
859
|
+
declare function NextTrigger(props: PaginationNextTriggerProps): react4.JSX.Element;
|
|
774
860
|
//#endregion
|
|
775
861
|
//#region src/components/pagination/anatomy/prev-trigger.d.ts
|
|
776
862
|
interface PaginationPrevTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
777
|
-
declare function PrevTrigger(props: PaginationPrevTriggerProps):
|
|
863
|
+
declare function PrevTrigger(props: PaginationPrevTriggerProps): react4.JSX.Element;
|
|
778
864
|
//#endregion
|
|
779
865
|
//#region src/components/pagination/modules/provider.d.ts
|
|
780
|
-
declare function usePagination(props?: Omit<Props$
|
|
866
|
+
declare function usePagination(props?: Omit<Props$10, 'id'>): Api$10<PropTypes>;
|
|
781
867
|
//#endregion
|
|
782
868
|
//#region src/components/pagination/anatomy/root-context.d.ts
|
|
783
869
|
interface PaginationRootContextProps {
|
|
@@ -792,7 +878,7 @@ interface PaginationRootProviderProps extends PropsWithElement<'nav'>, HTMLAttri
|
|
|
792
878
|
declare function PaginationRootProvider(props: PaginationRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
793
879
|
//#endregion
|
|
794
880
|
//#region src/components/pagination/anatomy/root.d.ts
|
|
795
|
-
interface PaginationRootProps extends Omit<Props$
|
|
881
|
+
interface PaginationRootProps extends Omit<Props$10, 'id'>, PropsWithElement<'nav'>, HTMLAttributes<'nav', 'id' | 'dir'> {}
|
|
796
882
|
declare function PaginationRoot(props: PaginationRootProps): react_jsx_runtime0.JSX.Element;
|
|
797
883
|
//#endregion
|
|
798
884
|
//#region src/components/pagination/modules/anatomy.d.ts
|
|
@@ -809,30 +895,30 @@ declare const Pagination: typeof PaginationRoot & {
|
|
|
809
895
|
//#endregion
|
|
810
896
|
//#region src/components/popover/anatomy/anchor.d.ts
|
|
811
897
|
interface PopoverAnchorProps extends PropsWithChildren, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
812
|
-
declare function Anchor(props: PopoverAnchorProps):
|
|
898
|
+
declare function Anchor(props: PopoverAnchorProps): react4.JSX.Element;
|
|
813
899
|
//#endregion
|
|
814
900
|
//#region src/components/popover/anatomy/close-trigger.d.ts
|
|
815
901
|
interface PopoverCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
816
|
-
declare function CloseTrigger$1(props: PopoverCloseTriggerProps):
|
|
902
|
+
declare function CloseTrigger$1(props: PopoverCloseTriggerProps): react4.JSX.Element;
|
|
817
903
|
//#endregion
|
|
818
904
|
//#region src/components/popover/anatomy/content.d.ts
|
|
819
905
|
interface PopoverContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
820
|
-
declare function Content$2(props: PopoverContentProps):
|
|
906
|
+
declare function Content$2(props: PopoverContentProps): react4.JSX.Element;
|
|
821
907
|
//#endregion
|
|
822
908
|
//#region src/components/popover/anatomy/description.d.ts
|
|
823
909
|
interface PopoverDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
824
|
-
declare function Description$1(props: PopoverDescriptionProps):
|
|
910
|
+
declare function Description$1(props: PopoverDescriptionProps): react4.JSX.Element;
|
|
825
911
|
//#endregion
|
|
826
912
|
//#region src/components/popover/anatomy/positioner.d.ts
|
|
827
913
|
interface PopoverPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
828
|
-
declare function Positioner$1(props: PopoverPositionerProps):
|
|
914
|
+
declare function Positioner$1(props: PopoverPositionerProps): react4.JSX.Element;
|
|
829
915
|
//#endregion
|
|
830
916
|
//#region src/components/popover/anatomy/root.d.ts
|
|
831
|
-
interface PopoverRootProps extends PropsWithChildren, Omit<Props$
|
|
917
|
+
interface PopoverRootProps extends PropsWithChildren, Omit<Props$11, 'id'> {}
|
|
832
918
|
declare function Root$10(props: PopoverRootProps): react_jsx_runtime0.JSX.Element;
|
|
833
919
|
//#endregion
|
|
834
920
|
//#region src/components/popover/modules/provider.d.ts
|
|
835
|
-
declare function usePopover(props?: Omit<Props$
|
|
921
|
+
declare function usePopover(props?: Omit<Props$11, 'id'>): Api$11<PropTypes>;
|
|
836
922
|
//#endregion
|
|
837
923
|
//#region src/components/popover/anatomy/root-context.d.ts
|
|
838
924
|
interface PopoverRootContextProps {
|
|
@@ -848,19 +934,19 @@ declare function RootProvider$8(props: PopoverRootProviderProps): react_jsx_runt
|
|
|
848
934
|
//#endregion
|
|
849
935
|
//#region src/components/popover/anatomy/title.d.ts
|
|
850
936
|
interface PopoverTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
851
|
-
declare function Title$1(props: PopoverTitleProps):
|
|
937
|
+
declare function Title$1(props: PopoverTitleProps): react4.JSX.Element;
|
|
852
938
|
//#endregion
|
|
853
939
|
//#region src/components/popover/anatomy/arrow.d.ts
|
|
854
940
|
interface PopoverArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
855
|
-
declare function Arrow$1(props: PopoverArrowProps):
|
|
941
|
+
declare function Arrow$1(props: PopoverArrowProps): react4.JSX.Element;
|
|
856
942
|
//#endregion
|
|
857
943
|
//#region src/components/popover/anatomy/arrow-tip.d.ts
|
|
858
944
|
interface PopoverArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
859
|
-
declare function ArrowTip$1(props: PopoverArrowTipProps):
|
|
945
|
+
declare function ArrowTip$1(props: PopoverArrowTipProps): react4.JSX.Element;
|
|
860
946
|
//#endregion
|
|
861
947
|
//#region src/components/popover/anatomy/trigger.d.ts
|
|
862
948
|
interface PopoverTriggerProps extends PropsWithChildren, PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
863
|
-
declare function Trigger$2(props: PopoverTriggerProps):
|
|
949
|
+
declare function Trigger$2(props: PopoverTriggerProps): react4.JSX.Element;
|
|
864
950
|
//#endregion
|
|
865
951
|
//#region src/components/popover/modules/anatomy.d.ts
|
|
866
952
|
declare const Popover: typeof Root$10 & {
|
|
@@ -899,18 +985,18 @@ declare const Portal: typeof Root$9;
|
|
|
899
985
|
//#endregion
|
|
900
986
|
//#region src/components/progress/anatomy/label.d.ts
|
|
901
987
|
interface ProgressLabelProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
902
|
-
declare function Label$6(props: ProgressLabelProps):
|
|
988
|
+
declare function Label$6(props: ProgressLabelProps): react4.JSX.Element;
|
|
903
989
|
//#endregion
|
|
904
990
|
//#region src/components/progress/anatomy/range.d.ts
|
|
905
991
|
interface ProgressRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
906
|
-
declare function Range$1(props: ProgressRangeProps):
|
|
992
|
+
declare function Range$1(props: ProgressRangeProps): react4.JSX.Element;
|
|
907
993
|
//#endregion
|
|
908
994
|
//#region src/components/progress/anatomy/root.d.ts
|
|
909
|
-
interface ProgressRootProps extends Omit<Props$
|
|
995
|
+
interface ProgressRootProps extends Omit<Props$12, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
910
996
|
declare function Root$8(props: ProgressRootProps): react_jsx_runtime0.JSX.Element;
|
|
911
997
|
//#endregion
|
|
912
998
|
//#region src/components/progress/modules/provider.d.ts
|
|
913
|
-
declare function useProgress(props?: Omit<Props$
|
|
999
|
+
declare function useProgress(props?: Omit<Props$12, 'id'>): Api$12<PropTypes>;
|
|
914
1000
|
//#endregion
|
|
915
1001
|
//#region src/components/progress/anatomy/root-context.d.ts
|
|
916
1002
|
interface ProgressRootContextProps {
|
|
@@ -926,23 +1012,23 @@ declare function RootProvider$7(props: ProgressRootProviderProps): react_jsx_run
|
|
|
926
1012
|
//#endregion
|
|
927
1013
|
//#region src/components/progress/anatomy/track.d.ts
|
|
928
1014
|
interface ProgressTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
929
|
-
declare function Track$1(props: ProgressTrackProps):
|
|
1015
|
+
declare function Track$1(props: ProgressTrackProps): react4.JSX.Element;
|
|
930
1016
|
//#endregion
|
|
931
1017
|
//#region src/components/progress/anatomy/value-text.d.ts
|
|
932
1018
|
interface ProgressValueTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
933
|
-
declare function ValueText$1(props: ProgressValueTextProps):
|
|
1019
|
+
declare function ValueText$1(props: ProgressValueTextProps): react4.JSX.Element;
|
|
934
1020
|
//#endregion
|
|
935
1021
|
//#region src/components/progress/anatomy/circle.d.ts
|
|
936
1022
|
interface ProgressCircleProps extends PropsWithElement<'svg'>, HTMLAttributes<'svg'> {}
|
|
937
|
-
declare function Circle(props: ProgressCircleProps):
|
|
1023
|
+
declare function Circle(props: ProgressCircleProps): react4.JSX.Element;
|
|
938
1024
|
//#endregion
|
|
939
1025
|
//#region src/components/progress/anatomy/circle-range.d.ts
|
|
940
1026
|
interface ProgressCircleRangeProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
941
|
-
declare function CircleRange(props: ProgressCircleRangeProps):
|
|
1027
|
+
declare function CircleRange(props: ProgressCircleRangeProps): react4.JSX.Element;
|
|
942
1028
|
//#endregion
|
|
943
1029
|
//#region src/components/progress/anatomy/circle-track.d.ts
|
|
944
1030
|
interface ProgressCircleTrackProps extends PropsWithElement<'circle'>, HTMLAttributes<'circle', 'children'> {}
|
|
945
|
-
declare function CircleTrack(props: ProgressCircleTrackProps):
|
|
1031
|
+
declare function CircleTrack(props: ProgressCircleTrackProps): react4.JSX.Element;
|
|
946
1032
|
//#endregion
|
|
947
1033
|
//#region src/components/progress/modules/anatomy.d.ts
|
|
948
1034
|
declare const Progress: typeof Root$8 & {
|
|
@@ -959,11 +1045,11 @@ declare const Progress: typeof Root$8 & {
|
|
|
959
1045
|
//#endregion
|
|
960
1046
|
//#region src/components/rating-group/anatomy/control.d.ts
|
|
961
1047
|
interface RatingGroupControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
962
|
-
declare function Control$4(props: RatingGroupControlProps):
|
|
1048
|
+
declare function Control$4(props: RatingGroupControlProps): react4.JSX.Element;
|
|
963
1049
|
//#endregion
|
|
964
1050
|
//#region src/components/rating-group/anatomy/hidden-input.d.ts
|
|
965
1051
|
interface RatingGroupHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'id' | 'dir' | 'children'> {}
|
|
966
|
-
declare function HiddenInput$3(props: RatingGroupHiddenInputProps):
|
|
1052
|
+
declare function HiddenInput$3(props: RatingGroupHiddenInputProps): react4.JSX.Element;
|
|
967
1053
|
//#endregion
|
|
968
1054
|
//#region src/components/rating-group/anatomy/item.d.ts
|
|
969
1055
|
interface RatingGroupItemProps extends ItemProps$6, PropsWithElement<'span'>, HTMLAttributes<'span', 'id' | 'dir'> {
|
|
@@ -986,18 +1072,18 @@ interface RatingGroupItemProps extends ItemProps$6, PropsWithElement<'span'>, HT
|
|
|
986
1072
|
*/
|
|
987
1073
|
full?: ReactNode;
|
|
988
1074
|
}
|
|
989
|
-
declare function Item$4(props: RatingGroupItemProps):
|
|
1075
|
+
declare function Item$4(props: RatingGroupItemProps): react4.JSX.Element;
|
|
990
1076
|
//#endregion
|
|
991
1077
|
//#region src/components/rating-group/anatomy/label.d.ts
|
|
992
1078
|
interface RatingGroupLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
993
|
-
declare function Label$5(props: RatingGroupLabelProps):
|
|
1079
|
+
declare function Label$5(props: RatingGroupLabelProps): react4.JSX.Element;
|
|
994
1080
|
//#endregion
|
|
995
1081
|
//#region src/components/rating-group/anatomy/root.d.ts
|
|
996
|
-
interface RatingGroupRootProps extends Omit<Props$
|
|
1082
|
+
interface RatingGroupRootProps extends Omit<Props$13, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
997
1083
|
declare function Root$7(props: RatingGroupRootProps): react_jsx_runtime0.JSX.Element;
|
|
998
1084
|
//#endregion
|
|
999
1085
|
//#region src/components/rating-group/modules/provider.d.ts
|
|
1000
|
-
declare function useRatingGroup(props?: Omit<Props$
|
|
1086
|
+
declare function useRatingGroup(props?: Omit<Props$13, 'id'>): Api$13<PropTypes>;
|
|
1001
1087
|
//#endregion
|
|
1002
1088
|
//#region src/components/rating-group/anatomy/root-context.d.ts
|
|
1003
1089
|
interface RatingGroupRootContextProps {
|
|
@@ -1023,19 +1109,19 @@ declare const RatingGroup: typeof Root$7 & {
|
|
|
1023
1109
|
//#endregion
|
|
1024
1110
|
//#region src/components/segmented-control/anatomy/control.d.ts
|
|
1025
1111
|
interface SegmentedControlControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1026
|
-
declare function Control$3(props: SegmentedControlControlProps):
|
|
1112
|
+
declare function Control$3(props: SegmentedControlControlProps): react4.JSX.Element;
|
|
1027
1113
|
//#endregion
|
|
1028
1114
|
//#region src/components/segmented-control/anatomy/indicator.d.ts
|
|
1029
1115
|
interface SegmentedControlIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1030
|
-
declare function Indicator$1(props: SegmentedControlIndicatorProps):
|
|
1116
|
+
declare function Indicator$1(props: SegmentedControlIndicatorProps): react4.JSX.Element;
|
|
1031
1117
|
//#endregion
|
|
1032
1118
|
//#region src/components/segmented-control/anatomy/item-hidden-input.d.ts
|
|
1033
1119
|
interface SegmentedControlItemHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1034
|
-
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps):
|
|
1120
|
+
declare function ItemHiddenInput(props: SegmentedControlItemHiddenInputProps): react4.JSX.Element;
|
|
1035
1121
|
//#endregion
|
|
1036
1122
|
//#region src/components/segmented-control/anatomy/item-text.d.ts
|
|
1037
1123
|
interface SegmentedControlItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1038
|
-
declare function ItemText$1(props: SegmentedControlItemTextProps):
|
|
1124
|
+
declare function ItemText$1(props: SegmentedControlItemTextProps): react4.JSX.Element;
|
|
1039
1125
|
//#endregion
|
|
1040
1126
|
//#region src/components/segmented-control/anatomy/item.d.ts
|
|
1041
1127
|
interface SegmentedControlItemProps extends ItemProps$7, PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
@@ -1043,10 +1129,10 @@ declare function Item$3(props: SegmentedControlItemProps): react_jsx_runtime0.JS
|
|
|
1043
1129
|
//#endregion
|
|
1044
1130
|
//#region src/components/segmented-control/anatomy/label.d.ts
|
|
1045
1131
|
interface SegmentedControlLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1046
|
-
declare function Label$4(props: SegmentedControlLabelProps):
|
|
1132
|
+
declare function Label$4(props: SegmentedControlLabelProps): react4.JSX.Element;
|
|
1047
1133
|
//#endregion
|
|
1048
1134
|
//#region src/components/segmented-control/modules/provider.d.ts
|
|
1049
|
-
declare function useSegmentedControl(props?: Omit<Props$
|
|
1135
|
+
declare function useSegmentedControl(props?: Omit<Props$14, 'id'>): Api$14<PropTypes>;
|
|
1050
1136
|
//#endregion
|
|
1051
1137
|
//#region src/components/segmented-control/anatomy/root-context.d.ts
|
|
1052
1138
|
interface SegmentedControlRootContextProps {
|
|
@@ -1061,7 +1147,7 @@ interface SegmentedControlRootProviderProps extends PropsWithElement<'div'>, HTM
|
|
|
1061
1147
|
declare function RootProvider$5(props: SegmentedControlRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1062
1148
|
//#endregion
|
|
1063
1149
|
//#region src/components/segmented-control/anatomy/root.d.ts
|
|
1064
|
-
interface SegmentedControlRootProps extends Omit<Props$
|
|
1150
|
+
interface SegmentedControlRootProps extends Omit<Props$14, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1065
1151
|
declare function Root$6(props: SegmentedControlRootProps): react_jsx_runtime0.JSX.Element;
|
|
1066
1152
|
//#endregion
|
|
1067
1153
|
//#region src/components/segmented-control/modules/anatomy.d.ts
|
|
@@ -1078,30 +1164,30 @@ declare const SegmentedControl: typeof Root$6 & {
|
|
|
1078
1164
|
//#endregion
|
|
1079
1165
|
//#region src/components/slider/anatomy/control.d.ts
|
|
1080
1166
|
interface SliderControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1081
|
-
declare function Control$2(props: SliderControlProps):
|
|
1167
|
+
declare function Control$2(props: SliderControlProps): react4.JSX.Element;
|
|
1082
1168
|
//#endregion
|
|
1083
1169
|
//#region src/components/slider/anatomy/hidden-input.d.ts
|
|
1084
1170
|
interface SliderHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1085
|
-
declare function HiddenInput$2(props: SliderHiddenInputProps):
|
|
1171
|
+
declare function HiddenInput$2(props: SliderHiddenInputProps): react4.JSX.Element;
|
|
1086
1172
|
//#endregion
|
|
1087
1173
|
//#region src/components/slider/anatomy/label.d.ts
|
|
1088
1174
|
interface SliderLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1089
|
-
declare function Label$3(props: SliderLabelProps):
|
|
1175
|
+
declare function Label$3(props: SliderLabelProps): react4.JSX.Element;
|
|
1090
1176
|
//#endregion
|
|
1091
1177
|
//#region src/components/slider/anatomy/marker-group.d.ts
|
|
1092
1178
|
interface SliderMarkerGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1093
|
-
declare function MarkerGroup(props: SliderMarkerGroupProps):
|
|
1179
|
+
declare function MarkerGroup(props: SliderMarkerGroupProps): react4.JSX.Element;
|
|
1094
1180
|
//#endregion
|
|
1095
1181
|
//#region src/components/slider/anatomy/marker.d.ts
|
|
1096
1182
|
interface SliderMarkerProps extends MarkerProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1097
|
-
declare function Marker(props: SliderMarkerProps):
|
|
1183
|
+
declare function Marker(props: SliderMarkerProps): react4.JSX.Element;
|
|
1098
1184
|
//#endregion
|
|
1099
1185
|
//#region src/components/slider/anatomy/range.d.ts
|
|
1100
1186
|
interface SliderRangeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1101
|
-
declare function Range(props: SliderRangeProps):
|
|
1187
|
+
declare function Range(props: SliderRangeProps): react4.JSX.Element;
|
|
1102
1188
|
//#endregion
|
|
1103
1189
|
//#region src/components/slider/modules/provider.d.ts
|
|
1104
|
-
declare function useSlider(props?: Omit<Props$
|
|
1190
|
+
declare function useSlider(props?: Omit<Props$15, 'id'>): Api$15<PropTypes>;
|
|
1105
1191
|
//#endregion
|
|
1106
1192
|
//#region src/components/slider/anatomy/root-context.d.ts
|
|
1107
1193
|
interface SliderRootContextProps {
|
|
@@ -1116,7 +1202,7 @@ interface SliderRootProviderProps extends PropsWithElement<'div'>, HTMLAttribute
|
|
|
1116
1202
|
declare function SliderRootProvider(props: SliderRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1117
1203
|
//#endregion
|
|
1118
1204
|
//#region src/components/slider/anatomy/root.d.ts
|
|
1119
|
-
interface SliderRootProps extends Omit<Props$
|
|
1205
|
+
interface SliderRootProps extends Omit<Props$15, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue' | 'aria-label' | 'aria-labelledby'> {}
|
|
1120
1206
|
declare function SliderRoot(props: SliderRootProps): react_jsx_runtime0.JSX.Element;
|
|
1121
1207
|
//#endregion
|
|
1122
1208
|
//#region src/components/slider/anatomy/thumb.d.ts
|
|
@@ -1125,11 +1211,11 @@ declare function Thumb$1(props: SliderThumbProps): react_jsx_runtime0.JSX.Elemen
|
|
|
1125
1211
|
//#endregion
|
|
1126
1212
|
//#region src/components/slider/anatomy/track.d.ts
|
|
1127
1213
|
interface SliderTrackProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1128
|
-
declare function Track(props: SliderTrackProps):
|
|
1214
|
+
declare function Track(props: SliderTrackProps): react4.JSX.Element;
|
|
1129
1215
|
//#endregion
|
|
1130
1216
|
//#region src/components/slider/anatomy/value-text.d.ts
|
|
1131
1217
|
interface SliderValueTextProps extends PropsWithElement<'output'>, HTMLAttributes<'output'> {}
|
|
1132
|
-
declare function ValueText(props: SliderValueTextProps):
|
|
1218
|
+
declare function ValueText(props: SliderValueTextProps): react4.JSX.Element;
|
|
1133
1219
|
//#endregion
|
|
1134
1220
|
//#region src/components/slider/modules/anatomy.d.ts
|
|
1135
1221
|
declare const Slider: typeof SliderRoot & {
|
|
@@ -1148,18 +1234,18 @@ declare const Slider: typeof SliderRoot & {
|
|
|
1148
1234
|
//#endregion
|
|
1149
1235
|
//#region src/components/switch/anatomy/control.d.ts
|
|
1150
1236
|
interface SwitchControlProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1151
|
-
declare function Control$1(props: SwitchControlProps):
|
|
1237
|
+
declare function Control$1(props: SwitchControlProps): react4.JSX.Element;
|
|
1152
1238
|
//#endregion
|
|
1153
1239
|
//#region src/components/switch/anatomy/hidden-input.d.ts
|
|
1154
1240
|
interface SwitchHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1155
|
-
declare function HiddenInput$1(props: SwitchHiddenInputProps):
|
|
1241
|
+
declare function HiddenInput$1(props: SwitchHiddenInputProps): react4.JSX.Element;
|
|
1156
1242
|
//#endregion
|
|
1157
1243
|
//#region src/components/switch/anatomy/label.d.ts
|
|
1158
1244
|
interface SwitchLabelProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1159
|
-
declare function Label$2(props: SwitchLabelProps):
|
|
1245
|
+
declare function Label$2(props: SwitchLabelProps): react4.JSX.Element;
|
|
1160
1246
|
//#endregion
|
|
1161
1247
|
//#region src/components/switch/modules/provider.d.ts
|
|
1162
|
-
declare function useSwitch(props?: Omit<Props$
|
|
1248
|
+
declare function useSwitch(props?: Omit<Props$16, 'id'>): Api$16<PropTypes>;
|
|
1163
1249
|
//#endregion
|
|
1164
1250
|
//#region src/components/switch/anatomy/root-context.d.ts
|
|
1165
1251
|
interface SwitchRootContextProps {
|
|
@@ -1175,10 +1261,10 @@ declare function RootProvider$4(props: SwitchRootProviderProps): react_jsx_runti
|
|
|
1175
1261
|
//#endregion
|
|
1176
1262
|
//#region src/components/switch/anatomy/thumb.d.ts
|
|
1177
1263
|
interface SwitchThumbProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1178
|
-
declare function Thumb(props: SwitchThumbProps):
|
|
1264
|
+
declare function Thumb(props: SwitchThumbProps): react4.JSX.Element;
|
|
1179
1265
|
//#endregion
|
|
1180
1266
|
//#region src/components/switch/anatomy/root.d.ts
|
|
1181
|
-
interface SwitchRootProps extends Omit<Props$
|
|
1267
|
+
interface SwitchRootProps extends Omit<Props$16, 'id'>, PropsWithElement<'label'>, HTMLAttributes<'label', 'id' | 'dir'> {}
|
|
1182
1268
|
declare function Root$5(props: SwitchRootProps): react_jsx_runtime0.JSX.Element;
|
|
1183
1269
|
//#endregion
|
|
1184
1270
|
//#region src/components/switch/modules/anatomy.d.ts
|
|
@@ -1193,22 +1279,22 @@ declare const Switch: typeof Root$5 & {
|
|
|
1193
1279
|
//#endregion
|
|
1194
1280
|
//#region src/components/tabs/anatomy/content.d.ts
|
|
1195
1281
|
interface TabsContentProps extends ContentProps, PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1196
|
-
declare function Content$1(props: TabsContentProps):
|
|
1282
|
+
declare function Content$1(props: TabsContentProps): react4.JSX.Element;
|
|
1197
1283
|
//#endregion
|
|
1198
1284
|
//#region src/components/tabs/anatomy/indicator.d.ts
|
|
1199
1285
|
interface TabsIndicatorProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'children'> {}
|
|
1200
|
-
declare function Indicator(props: TabsIndicatorProps):
|
|
1286
|
+
declare function Indicator(props: TabsIndicatorProps): react4.JSX.Element;
|
|
1201
1287
|
//#endregion
|
|
1202
1288
|
//#region src/components/tabs/anatomy/list.d.ts
|
|
1203
1289
|
interface TabsListProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {}
|
|
1204
|
-
declare function List(props: TabsListProps):
|
|
1290
|
+
declare function List(props: TabsListProps): react4.JSX.Element;
|
|
1205
1291
|
//#endregion
|
|
1206
1292
|
//#region src/components/tabs/anatomy/root.d.ts
|
|
1207
|
-
interface TabsRootProps extends Omit<Props$
|
|
1293
|
+
interface TabsRootProps extends Omit<Props$17, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1208
1294
|
declare function Root$4(props: TabsRootProps): react_jsx_runtime0.JSX.Element;
|
|
1209
1295
|
//#endregion
|
|
1210
1296
|
//#region src/components/tabs/modules/provider.d.ts
|
|
1211
|
-
declare function useTabs(props?: Omit<Props$
|
|
1297
|
+
declare function useTabs(props?: Omit<Props$17, 'id'>): Api$17<PropTypes>;
|
|
1212
1298
|
//#endregion
|
|
1213
1299
|
//#region src/components/tabs/anatomy/root-context.d.ts
|
|
1214
1300
|
interface TabsRootContextProps {
|
|
@@ -1224,7 +1310,7 @@ declare function RootProvider$3(props: TabsRootProviderProps): react_jsx_runtime
|
|
|
1224
1310
|
//#endregion
|
|
1225
1311
|
//#region src/components/tabs/anatomy/trigger.d.ts
|
|
1226
1312
|
interface TabsTriggerProps extends TriggerProps, PropsWithElement<'button'>, HTMLAttributes<'button', 'value'> {}
|
|
1227
|
-
declare function Trigger$1(props: TabsTriggerProps):
|
|
1313
|
+
declare function Trigger$1(props: TabsTriggerProps): react4.JSX.Element;
|
|
1228
1314
|
//#endregion
|
|
1229
1315
|
//#region src/components/tabs/modules/anatomy.d.ts
|
|
1230
1316
|
declare const Tabs: typeof Root$4 & {
|
|
@@ -1238,19 +1324,19 @@ declare const Tabs: typeof Root$4 & {
|
|
|
1238
1324
|
//#endregion
|
|
1239
1325
|
//#region src/components/tags-input/anatomy/clear-trigger.d.ts
|
|
1240
1326
|
interface TagsInputClearTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1241
|
-
declare function ClearTrigger(props: TagsInputClearTriggerProps):
|
|
1327
|
+
declare function ClearTrigger(props: TagsInputClearTriggerProps): react4.JSX.Element;
|
|
1242
1328
|
//#endregion
|
|
1243
1329
|
//#region src/components/tags-input/anatomy/control.d.ts
|
|
1244
1330
|
interface TagsInputControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1245
|
-
declare function Control(props: TagsInputControlProps):
|
|
1331
|
+
declare function Control(props: TagsInputControlProps): react4.JSX.Element;
|
|
1246
1332
|
//#endregion
|
|
1247
1333
|
//#region src/components/tags-input/anatomy/hidden-input.d.ts
|
|
1248
1334
|
interface TagsInputHiddenInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1249
|
-
declare function HiddenInput(props: TagsInputHiddenInputProps):
|
|
1335
|
+
declare function HiddenInput(props: TagsInputHiddenInputProps): react4.JSX.Element;
|
|
1250
1336
|
//#endregion
|
|
1251
1337
|
//#region src/components/tags-input/anatomy/input.d.ts
|
|
1252
1338
|
interface TagsInputInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1253
|
-
declare function Input(props: TagsInputInputProps):
|
|
1339
|
+
declare function Input(props: TagsInputInputProps): react4.JSX.Element;
|
|
1254
1340
|
//#endregion
|
|
1255
1341
|
//#region src/components/tags-input/anatomy/item.d.ts
|
|
1256
1342
|
interface TagsInputItemProps extends ItemProps$8, PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
@@ -1258,30 +1344,30 @@ declare function Item$2(props: TagsInputItemProps): react_jsx_runtime0.JSX.Eleme
|
|
|
1258
1344
|
//#endregion
|
|
1259
1345
|
//#region src/components/tags-input/anatomy/item-delete-trigger.d.ts
|
|
1260
1346
|
interface TagsInputItemDeleteTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1261
|
-
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps):
|
|
1347
|
+
declare function ItemDeleteTrigger(props: TagsInputItemDeleteTriggerProps): react4.JSX.Element;
|
|
1262
1348
|
//#endregion
|
|
1263
1349
|
//#region src/components/tags-input/anatomy/item-input.d.ts
|
|
1264
1350
|
interface TagsInputItemInputProps extends PropsWithElement<'input'>, HTMLAttributes<'input', 'children'> {}
|
|
1265
|
-
declare function ItemInput(props: TagsInputItemInputProps):
|
|
1351
|
+
declare function ItemInput(props: TagsInputItemInputProps): react4.JSX.Element;
|
|
1266
1352
|
//#endregion
|
|
1267
1353
|
//#region src/components/tags-input/anatomy/item-preview.d.ts
|
|
1268
1354
|
interface TagsInputItemPreviewProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1269
|
-
declare function ItemPreview(props: TagsInputItemPreviewProps):
|
|
1355
|
+
declare function ItemPreview(props: TagsInputItemPreviewProps): react4.JSX.Element;
|
|
1270
1356
|
//#endregion
|
|
1271
1357
|
//#region src/components/tags-input/anatomy/item-text.d.ts
|
|
1272
1358
|
interface TagsInputItemTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1273
|
-
declare function ItemText(props: TagsInputItemTextProps):
|
|
1359
|
+
declare function ItemText(props: TagsInputItemTextProps): react4.JSX.Element;
|
|
1274
1360
|
//#endregion
|
|
1275
1361
|
//#region src/components/tags-input/anatomy/label.d.ts
|
|
1276
1362
|
interface TagsInputLabelProps extends PropsWithElement<'label'>, HTMLAttributes<'label'> {}
|
|
1277
|
-
declare function Label$1(props: TagsInputLabelProps):
|
|
1363
|
+
declare function Label$1(props: TagsInputLabelProps): react4.JSX.Element;
|
|
1278
1364
|
//#endregion
|
|
1279
1365
|
//#region src/components/tags-input/anatomy/root.d.ts
|
|
1280
|
-
interface TagsInputRootProps extends Omit<Props$
|
|
1366
|
+
interface TagsInputRootProps extends Omit<Props$18, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1281
1367
|
declare function Root$3(props: TagsInputRootProps): react_jsx_runtime0.JSX.Element;
|
|
1282
1368
|
//#endregion
|
|
1283
1369
|
//#region src/components/tags-input/modules/provider.d.ts
|
|
1284
|
-
declare function useTagsInput(props?: Omit<Props$
|
|
1370
|
+
declare function useTagsInput(props?: Omit<Props$18, 'id'>): Api$18<PropTypes>;
|
|
1285
1371
|
//#endregion
|
|
1286
1372
|
//#region src/components/tags-input/anatomy/root-context.d.ts
|
|
1287
1373
|
interface TagsInputRootContextProps {
|
|
@@ -1313,22 +1399,22 @@ declare const TagsInput: typeof Root$3 & {
|
|
|
1313
1399
|
//#endregion
|
|
1314
1400
|
//#region src/components/toast/anatomy/close-trigger.d.ts
|
|
1315
1401
|
interface ToastCloseTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1316
|
-
declare function CloseTrigger(props: ToastCloseTriggerProps):
|
|
1402
|
+
declare function CloseTrigger(props: ToastCloseTriggerProps): react4.JSX.Element;
|
|
1317
1403
|
//#endregion
|
|
1318
1404
|
//#region src/components/toast/anatomy/description.d.ts
|
|
1319
1405
|
interface ToastDescriptionProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1320
|
-
declare function Description(props: ToastDescriptionProps):
|
|
1406
|
+
declare function Description(props: ToastDescriptionProps): react4.JSX.Element;
|
|
1321
1407
|
//#endregion
|
|
1322
1408
|
//#region src/components/toast/anatomy/group.d.ts
|
|
1323
1409
|
interface ToastGroupProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'children'> {
|
|
1324
1410
|
toaster: Store;
|
|
1325
|
-
children?: (toast: Props$
|
|
1411
|
+
children?: (toast: Props$19) => JSX.Element | null;
|
|
1326
1412
|
}
|
|
1327
1413
|
declare function Group(props: ToastGroupProps): react_jsx_runtime0.JSX.Element;
|
|
1328
1414
|
//#endregion
|
|
1329
1415
|
//#region src/components/toast/anatomy/message.d.ts
|
|
1330
1416
|
interface ToastMessageProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1331
|
-
declare function Message(props: ToastMessageProps):
|
|
1417
|
+
declare function Message(props: ToastMessageProps): react4.JSX.Element;
|
|
1332
1418
|
//#endregion
|
|
1333
1419
|
//#region src/components/toast/anatomy/root.d.ts
|
|
1334
1420
|
interface ToastRootProps extends PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir'> {
|
|
@@ -1338,17 +1424,17 @@ declare function Root$2(props: ToastRootProps): react_jsx_runtime0.JSX.Element;
|
|
|
1338
1424
|
//#endregion
|
|
1339
1425
|
//#region src/components/toast/anatomy/root-context.d.ts
|
|
1340
1426
|
interface ToastRootContextProps {
|
|
1341
|
-
children: (toast: Api$
|
|
1427
|
+
children: (toast: Api$19<PropTypes>) => ReactNode;
|
|
1342
1428
|
}
|
|
1343
1429
|
declare function RootContext$3(props: ToastRootContextProps): ReactNode;
|
|
1344
1430
|
//#endregion
|
|
1345
1431
|
//#region src/components/toast/anatomy/title.d.ts
|
|
1346
1432
|
interface ToastTitleProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1347
|
-
declare function Title(props: ToastTitleProps):
|
|
1433
|
+
declare function Title(props: ToastTitleProps): react4.JSX.Element;
|
|
1348
1434
|
//#endregion
|
|
1349
1435
|
//#region src/components/toast/anatomy/action-trigger.d.ts
|
|
1350
1436
|
interface ToastActionTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1351
|
-
declare function ActionTrigger(props: ToastActionTriggerProps):
|
|
1437
|
+
declare function ActionTrigger(props: ToastActionTriggerProps): react4.JSX.Element;
|
|
1352
1438
|
//#endregion
|
|
1353
1439
|
//#region src/components/toast/modules/anatomy.d.ts
|
|
1354
1440
|
declare const Toast: typeof Root$2 & {
|
|
@@ -1363,14 +1449,14 @@ declare const Toast: typeof Root$2 & {
|
|
|
1363
1449
|
//#endregion
|
|
1364
1450
|
//#region src/components/toggle-group/anatomy/item.d.ts
|
|
1365
1451
|
interface ToggleGroupItemProps extends ItemProps$9, PropsWithElement<'button'>, HTMLAttributes<'button', 'value' | 'disabled'> {}
|
|
1366
|
-
declare function Item$1(props: ToggleGroupItemProps):
|
|
1452
|
+
declare function Item$1(props: ToggleGroupItemProps): react4.JSX.Element;
|
|
1367
1453
|
//#endregion
|
|
1368
1454
|
//#region src/components/toggle-group/anatomy/root.d.ts
|
|
1369
|
-
interface ToggleGroupRootProps extends Omit<Props$
|
|
1455
|
+
interface ToggleGroupRootProps extends Omit<Props$20, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1370
1456
|
declare function ToggleGroupRoot(props: ToggleGroupRootProps): react_jsx_runtime0.JSX.Element;
|
|
1371
1457
|
//#endregion
|
|
1372
1458
|
//#region src/components/toggle-group/modules/provider.d.ts
|
|
1373
|
-
declare function useToggleGroup(props?: Omit<Props$
|
|
1459
|
+
declare function useToggleGroup(props?: Omit<Props$20, 'id'>): Api$20<PropTypes>;
|
|
1374
1460
|
//#endregion
|
|
1375
1461
|
//#region src/components/toggle-group/anatomy/root-context.d.ts
|
|
1376
1462
|
interface ToggleGroupRootContextProps {
|
|
@@ -1393,26 +1479,26 @@ declare const ToggleGroup: typeof ToggleGroupRoot & {
|
|
|
1393
1479
|
//#endregion
|
|
1394
1480
|
//#region src/components/tooltip/anatomy/arrow.d.ts
|
|
1395
1481
|
interface TooltipArrowProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1396
|
-
declare function Arrow(props: TooltipArrowProps):
|
|
1482
|
+
declare function Arrow(props: TooltipArrowProps): react4.JSX.Element;
|
|
1397
1483
|
//#endregion
|
|
1398
1484
|
//#region src/components/tooltip/anatomy/arrow-tip.d.ts
|
|
1399
1485
|
interface TooltipArrowTipProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1400
|
-
declare function ArrowTip(props: TooltipArrowTipProps):
|
|
1486
|
+
declare function ArrowTip(props: TooltipArrowTipProps): react4.JSX.Element;
|
|
1401
1487
|
//#endregion
|
|
1402
1488
|
//#region src/components/tooltip/anatomy/content.d.ts
|
|
1403
1489
|
interface TooltipContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1404
|
-
declare function Content(props: TooltipContentProps):
|
|
1490
|
+
declare function Content(props: TooltipContentProps): react4.JSX.Element;
|
|
1405
1491
|
//#endregion
|
|
1406
1492
|
//#region src/components/tooltip/anatomy/positioner.d.ts
|
|
1407
1493
|
interface TooltipPositionerProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1408
1494
|
declare function Positioner(props: TooltipPositionerProps): react_jsx_runtime0.JSX.Element;
|
|
1409
1495
|
//#endregion
|
|
1410
1496
|
//#region src/components/tooltip/anatomy/root.d.ts
|
|
1411
|
-
interface TooltipRootProps extends PropsWithChildren, Omit<Props$
|
|
1497
|
+
interface TooltipRootProps extends PropsWithChildren, Omit<Props$21, 'id'> {}
|
|
1412
1498
|
declare function Root$1(props: TooltipRootProps): react_jsx_runtime0.JSX.Element;
|
|
1413
1499
|
//#endregion
|
|
1414
1500
|
//#region src/components/tooltip/modules/provider.d.ts
|
|
1415
|
-
declare function useTooltip(props?: Omit<Props$
|
|
1501
|
+
declare function useTooltip(props?: Omit<Props$21, 'id'>): Api$21<PropTypes>;
|
|
1416
1502
|
//#endregion
|
|
1417
1503
|
//#region src/components/tooltip/anatomy/root-context.d.ts
|
|
1418
1504
|
interface TooltipRootContextProps {
|
|
@@ -1428,7 +1514,7 @@ declare function RootProvider$1(props: TooltipRootProviderProps): react_jsx_runt
|
|
|
1428
1514
|
//#endregion
|
|
1429
1515
|
//#region src/components/tooltip/anatomy/trigger.d.ts
|
|
1430
1516
|
interface TooltipTriggerProps extends PropsWithElement<'button'>, HTMLAttributes<'button'> {}
|
|
1431
|
-
declare function Trigger(props: TooltipTriggerProps):
|
|
1517
|
+
declare function Trigger(props: TooltipTriggerProps): react4.JSX.Element;
|
|
1432
1518
|
//#endregion
|
|
1433
1519
|
//#region src/components/tooltip/modules/anatomy.d.ts
|
|
1434
1520
|
declare const Tooltip: typeof Root$1 & {
|
|
@@ -1443,31 +1529,31 @@ declare const Tooltip: typeof Root$1 & {
|
|
|
1443
1529
|
//#endregion
|
|
1444
1530
|
//#region src/components/tree-view/anatomy/branch-content.d.ts
|
|
1445
1531
|
interface TreeViewBranchContentProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1446
|
-
declare function BranchContent(props: TreeViewBranchContentProps):
|
|
1532
|
+
declare function BranchContent(props: TreeViewBranchContentProps): react4.JSX.Element;
|
|
1447
1533
|
//#endregion
|
|
1448
1534
|
//#region src/components/tree-view/anatomy/branch-control.d.ts
|
|
1449
1535
|
interface TreeViewBranchControlProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1450
|
-
declare function BranchControl(props: TreeViewBranchControlProps):
|
|
1536
|
+
declare function BranchControl(props: TreeViewBranchControlProps): react4.JSX.Element;
|
|
1451
1537
|
//#endregion
|
|
1452
1538
|
//#region src/components/tree-view/anatomy/branch-indent-guide.d.ts
|
|
1453
1539
|
interface TreeViewBranchIndentGuideProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1454
|
-
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps):
|
|
1540
|
+
declare function BranchIndentGuide(props: TreeViewBranchIndentGuideProps): react4.JSX.Element;
|
|
1455
1541
|
//#endregion
|
|
1456
1542
|
//#region src/components/tree-view/anatomy/branch-indicator.d.ts
|
|
1457
1543
|
interface TreeViewBranchIndicatorProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1458
|
-
declare function BranchIndicator(props: TreeViewBranchIndicatorProps):
|
|
1544
|
+
declare function BranchIndicator(props: TreeViewBranchIndicatorProps): react4.JSX.Element;
|
|
1459
1545
|
//#endregion
|
|
1460
1546
|
//#region src/components/tree-view/anatomy/branch-text.d.ts
|
|
1461
1547
|
interface TreeViewBranchTextProps extends PropsWithElement<'span'>, HTMLAttributes<'span'> {}
|
|
1462
|
-
declare function BranchText(props: TreeViewBranchTextProps):
|
|
1548
|
+
declare function BranchText(props: TreeViewBranchTextProps): react4.JSX.Element;
|
|
1463
1549
|
//#endregion
|
|
1464
1550
|
//#region src/components/tree-view/anatomy/branch.d.ts
|
|
1465
1551
|
interface TreeViewBranchProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1466
|
-
declare function Branch(props: TreeViewBranchProps):
|
|
1552
|
+
declare function Branch(props: TreeViewBranchProps): react4.JSX.Element;
|
|
1467
1553
|
//#endregion
|
|
1468
1554
|
//#region src/components/tree-view/anatomy/item.d.ts
|
|
1469
1555
|
interface TreeViewItemProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1470
|
-
declare function Item(props: TreeViewItemProps):
|
|
1556
|
+
declare function Item(props: TreeViewItemProps): react4.JSX.Element;
|
|
1471
1557
|
//#endregion
|
|
1472
1558
|
//#region src/components/tree-view/anatomy/label.d.ts
|
|
1473
1559
|
interface TreeViewLabelProps extends PropsWithElement<'h3'>, HTMLAttributes<'h3'> {
|
|
@@ -1493,7 +1579,7 @@ interface TreeViewNodeProviderProps extends PropsWithChildren {
|
|
|
1493
1579
|
declare function NodeProvider(props: TreeViewNodeProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1494
1580
|
//#endregion
|
|
1495
1581
|
//#region src/components/tree-view/modules/provider.d.ts
|
|
1496
|
-
declare function useTreeView<T extends TreeNode = TreeNode>(props?: Omit<Props$
|
|
1582
|
+
declare function useTreeView<T extends TreeNode = TreeNode>(props?: Omit<Props$22<T>, 'id'>): Api$22<PropTypes>;
|
|
1497
1583
|
//#endregion
|
|
1498
1584
|
//#region src/components/tree-view/anatomy/root-context.d.ts
|
|
1499
1585
|
interface TreeViewRootContextProps {
|
|
@@ -1508,12 +1594,12 @@ interface TreeViewRootProviderProps extends PropsWithElement<'div'>, HTMLAttribu
|
|
|
1508
1594
|
declare function RootProvider(props: TreeViewRootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
1509
1595
|
//#endregion
|
|
1510
1596
|
//#region src/components/tree-view/anatomy/root.d.ts
|
|
1511
|
-
interface TreeViewRootProps<T extends TreeNode = TreeNode> extends Omit<Props$
|
|
1597
|
+
interface TreeViewRootProps<T extends TreeNode = TreeNode> extends Omit<Props$22<T>, 'id'>, PropsWithElement<'div'>, HTMLAttributes<'div', 'id' | 'dir' | 'defaultValue'> {}
|
|
1512
1598
|
declare function Root<T extends TreeNode = TreeNode>(props: TreeViewRootProps<T>): react_jsx_runtime0.JSX.Element;
|
|
1513
1599
|
//#endregion
|
|
1514
1600
|
//#region src/components/tree-view/anatomy/tree.d.ts
|
|
1515
1601
|
interface TreeViewTreeProps extends PropsWithElement<'div'>, HTMLAttributes<'div'> {}
|
|
1516
|
-
declare function Tree(props: TreeViewTreeProps):
|
|
1602
|
+
declare function Tree(props: TreeViewTreeProps): react4.JSX.Element;
|
|
1517
1603
|
//#endregion
|
|
1518
1604
|
//#region src/components/tree-view/modules/anatomy.d.ts
|
|
1519
1605
|
declare const TreeView: typeof Root & {
|
|
@@ -1535,4 +1621,4 @@ declare const TreeView: typeof Root & {
|
|
|
1535
1621
|
//#region src/hooks/use-list-collection.d.ts
|
|
1536
1622
|
declare function useListCollection<T extends CollectionItem = CollectionItem>(options: CollectionOptions<T>): ListCollection<T>;
|
|
1537
1623
|
//#endregion
|
|
1538
|
-
export { Accordion, type AccordionItemContentProps, type AccordionItemIndicatorProps, type AccordionItemProps, type AccordionItemTriggerProps, type AccordionRootContextProps, type AccordionRootProps, type AccordionRootProviderProps, AppBar, type AppBarHeadlineProps, type AppBarLeadProps, type AppBarRootProps, type AppBarToolbarProps, type AppBarTrailProps, Avatar, type AvatarFallbackProps, type AvatarImageProps, type AvatarRootContextProps, type AvatarRootProps, type AvatarRootProviderProps, Collapsible, type CollapsibleContentProps, type CollapsibleIndicatorProps, type CollapsibleRootContextProps, type CollapsibleRootProps, type CollapsibleRootProviderProps, type CollapsibleTriggerProps, Combobox, type ComboboxClearTriggerProps, type ComboboxContentProps, type ComboboxControlProps, type ComboboxInputProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, type ComboboxItemTextProps, type ComboboxLabelProps, type ComboboxPositionerProps, type ComboboxRootContextProps, type ComboboxRootProps, type ComboboxRootProviderProps, type ComboboxTriggerProps, DatePicker, type DatePickerContentProps, type DatePickerControlProps, type DatePickerInputProps, type DatePickerLabelProps, type DatePickerMonthSelectProps, type DatePickerNextTriggerProps, type DatePickerPositionerProps, type DatePickerPresetTriggerProps, type DatePickerPrevTriggerProps, type DatePickerRangeTextProps, type DatePickerRootContextProps, type DatePickerRootProps, type DatePickerRootProviderProps, type DatePickerTableBodyProps, type DatePickerTableCellProps, type DatePickerTableCellTriggerProps, type DatePickerTableHeadProps, type DatePickerTableHeaderProps, type DatePickerTableProps, type DatePickerTableRowProps, type DatePickerTriggerProps, type DatePickerViewControlProps, type DatePickerViewProps, type DatePickerViewTriggerProps, type DatePickerYearSelectProps, type DateValue, Dialog, type DialogBackdropProps, type DialogCloseTriggerProps, type DialogContentProps, type DialogDescriptionProps, type DialogPositionerProps, type DialogRootContextProps, type DialogRootProps, type DialogRootProviderProps, type DialogTitleProps, type DialogTriggerProps, FileUpload, type FileUploadDropzoneProps, type FileUploadHiddenInputProps, type FileUploadItemDeleteTriggerProps, type FileUploadItemGroupProps, type FileUploadItemNameProps, type FileUploadItemProps, type FileUploadItemSizeTextProps, type FileUploadLabelProps, type FileUploadRootContextProps, type FileUploadRootProps, type FileUploadRootProviderProps, type FileUploadTriggerProps, Listbox, type ListboxContentProps, type ListboxInputProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, type ListboxItemIndicatorProps, type ListboxItemProps, type ListboxItemTextProps, type ListboxLabelProps, type ListboxRootContextProps, type ListboxRootProps, type ListboxRootProviderProps, Menu, type MenuArrowProps, type MenuArrowTipProps, type MenuContentProps, type MenuContextTriggerProps, type MenuIndicatorProps, type MenuItemGroupLabelProps, type MenuItemGroupProps, type MenuItemIndicatorProps, type MenuItemProps, type MenuItemTextProps, type MenuOptionItemProps, type MenuPositionerProps, type MenuRootContextProps, type MenuRootProps, type MenuRootProviderProps, type MenuSeparatorProps, type MenuTriggerItemProps, type MenuTriggerProps, Navigation, type NavigationContentProps, type NavigationFooterProps, type NavigationGroupProps, type NavigationHeaderProps, type NavigationLabelProps, type NavigationMenuProps, type NavigationRootProps, Pagination, type PaginationEllipsisProps, type PaginationFirstTriggerProps, type PaginationItemProps, type PaginationLastTriggerProps, type PaginationNextTriggerProps, type PaginationPrevTriggerProps, type PaginationRootContextProps, type PaginationRootProps, type PaginationRootProviderProps, Popover, type PopoverAnchorProps, type PopoverArrowProps, type PopoverArrowTipProps, type PopoverCloseTriggerProps, type PopoverContentProps, type PopoverDescriptionProps, type PopoverPositionerProps, type PopoverRootContextProps, type PopoverRootProps, type PopoverRootProviderProps, type PopoverTitleProps, type PopoverTriggerProps, Portal, type PortalRootProps, Progress, type ProgressCircleProps, type ProgressCircleRangeProps, type ProgressCircleTrackProps, type ProgressLabelProps, type ProgressRangeProps, type ProgressRootContextProps, type ProgressRootProps, type ProgressRootProviderProps, type ProgressTrackProps, type ProgressValueTextProps, RatingGroup, type RatingGroupControlProps, type RatingGroupHiddenInputProps, type RatingGroupItemProps, type RatingGroupLabelProps, type RatingGroupRootContextProps, type RatingGroupRootProps, type RatingGroupRootProviderProps, SegmentedControl, type SegmentedControlControlProps, type SegmentedControlIndicatorProps, type SegmentedControlItemHiddenInputProps, type SegmentedControlItemProps, type SegmentedControlItemTextProps, type SegmentedControlLabelProps, type SegmentedControlRootContextProps, type SegmentedControlRootProps, type SegmentedControlRootProviderProps, Slider, type SliderControlProps, type SliderHiddenInputProps, type SliderLabelProps, type SliderMarkerGroupProps, type SliderMarkerProps, type SliderRangeProps, type SliderRootContextProps, type SliderRootProps, type SliderRootProviderProps, type SliderThumbProps, type SliderTrackProps, type SliderValueTextProps, Switch, type SwitchControlProps, type SwitchHiddenInputProps, type SwitchLabelProps, type SwitchRootContextProps, type SwitchRootProps, type SwitchRootProviderProps, type SwitchThumbProps, Tabs, type TabsContentProps, type TabsIndicatorProps, type TabsListProps, type TabsRootContextProps, type TabsRootProps, type TabsRootProviderProps, type TabsTriggerProps, TagsInput, type TagsInputClearTriggerProps, type TagsInputControlProps, type TagsInputHiddenInputProps, type TagsInputInputProps, type TagsInputItemDeleteTriggerProps, type TagsInputItemInputProps, type TagsInputItemPreviewProps, type TagsInputItemProps, type TagsInputItemTextProps, type TagsInputLabelProps, type TagsInputRootContextProps, type TagsInputRootProps, type TagsInputRootProviderProps, Toast, type ToastActionTriggerProps, type ToastCloseTriggerProps, type ToastDescriptionProps, type ToastGroupProps, type ToastMessageProps, type ToastRootContextProps, type ToastRootProps, type ToastTitleProps, ToggleGroup, type ToggleGroupItemProps, type ToggleGroupRootContextProps, type ToggleGroupRootProps, type ToggleGroupRootProviderProps, Tooltip, type TooltipArrowProps, type TooltipArrowTipProps, type TooltipContentProps, type TooltipPositionerProps, type TooltipRootContextProps, type TooltipRootProps, type TooltipRootProviderProps, type TooltipTriggerProps, TreeView, type TreeViewBranchContentProps, type TreeViewBranchControlProps, type TreeViewBranchIndentGuideProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, type TreeViewBranchTextProps, type TreeViewItemProps, type TreeViewLabelProps, type TreeViewNodeContextProps, type TreeViewNodeProviderProps, type TreeViewRootContextProps, type TreeViewRootProps, type TreeViewRootProviderProps, type TreeViewTreeProps, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
|
|
1624
|
+
export { Accordion, type AccordionItemContentProps, type AccordionItemIndicatorProps, type AccordionItemProps, type AccordionItemTriggerProps, type AccordionRootContextProps, type AccordionRootProps, type AccordionRootProviderProps, AppBar, type AppBarHeadlineProps, type AppBarLeadProps, type AppBarRootProps, type AppBarToolbarProps, type AppBarTrailProps, Avatar, type AvatarFallbackProps, type AvatarImageProps, type AvatarRootContextProps, type AvatarRootProps, type AvatarRootProviderProps, Collapsible, type CollapsibleContentProps, type CollapsibleIndicatorProps, type CollapsibleRootContextProps, type CollapsibleRootProps, type CollapsibleRootProviderProps, type CollapsibleTriggerProps, Combobox, type ComboboxClearTriggerProps, type ComboboxContentProps, type ComboboxControlProps, type ComboboxInputProps, type ComboboxItemGroupLabelProps, type ComboboxItemGroupProps, type ComboboxItemIndicatorProps, type ComboboxItemProps, type ComboboxItemTextProps, type ComboboxLabelProps, type ComboboxPositionerProps, type ComboboxRootContextProps, type ComboboxRootProps, type ComboboxRootProviderProps, type ComboboxTriggerProps, DatePicker, type DatePickerContentProps, type DatePickerControlProps, type DatePickerInputProps, type DatePickerLabelProps, type DatePickerMonthSelectProps, type DatePickerNextTriggerProps, type DatePickerPositionerProps, type DatePickerPresetTriggerProps, type DatePickerPrevTriggerProps, type DatePickerRangeTextProps, type DatePickerRootContextProps, type DatePickerRootProps, type DatePickerRootProviderProps, type DatePickerTableBodyProps, type DatePickerTableCellProps, type DatePickerTableCellTriggerProps, type DatePickerTableHeadProps, type DatePickerTableHeaderProps, type DatePickerTableProps, type DatePickerTableRowProps, type DatePickerTriggerProps, type DatePickerViewControlProps, type DatePickerViewProps, type DatePickerViewTriggerProps, type DatePickerYearSelectProps, type DateValue, Dialog, type DialogBackdropProps, type DialogCloseTriggerProps, type DialogContentProps, type DialogDescriptionProps, type DialogPositionerProps, type DialogRootContextProps, type DialogRootProps, type DialogRootProviderProps, type DialogTitleProps, type DialogTriggerProps, FileUpload, type FileUploadClearTriggerProps, type FileUploadDropzoneProps, type FileUploadHiddenInputProps, type FileUploadItemDeleteTriggerProps, type FileUploadItemGroupProps, type FileUploadItemNameProps, type FileUploadItemProps, type FileUploadItemSizeTextProps, type FileUploadLabelProps, type FileUploadRootContextProps, type FileUploadRootProps, type FileUploadRootProviderProps, type FileUploadTriggerProps, FloatingPanel, type FloatingPanelBodyProps, type FloatingPanelCloseTriggerProps, type FloatingPanelContentProps, type FloatingPanelControlProps, type FloatingPanelDragTriggerProps, type FloatingPanelHeaderProps, type FloatingPanelPositionerProps, type FloatingPanelResizeTriggerProps, type FloatingPanelRootContextProps, type FloatingPanelRootProps, type FloatingPanelRootProviderProps, type FloatingPanelStageTriggerProps, type FloatingPanelTitleProps, type FloatingPanelTriggerProps, Listbox, type ListboxContentProps, type ListboxInputProps, type ListboxItemGroupLabelProps, type ListboxItemGroupProps, type ListboxItemIndicatorProps, type ListboxItemProps, type ListboxItemTextProps, type ListboxLabelProps, type ListboxRootContextProps, type ListboxRootProps, type ListboxRootProviderProps, Menu, type MenuArrowProps, type MenuArrowTipProps, type MenuContentProps, type MenuContextTriggerProps, type MenuIndicatorProps, type MenuItemGroupLabelProps, type MenuItemGroupProps, type MenuItemIndicatorProps, type MenuItemProps, type MenuItemTextProps, type MenuOptionItemProps, type MenuPositionerProps, type MenuRootContextProps, type MenuRootProps, type MenuRootProviderProps, type MenuSeparatorProps, type MenuTriggerItemProps, type MenuTriggerProps, Navigation, type NavigationContentProps, type NavigationFooterProps, type NavigationGroupProps, type NavigationHeaderProps, type NavigationLabelProps, type NavigationMenuProps, type NavigationRootProps, Pagination, type PaginationEllipsisProps, type PaginationFirstTriggerProps, type PaginationItemProps, type PaginationLastTriggerProps, type PaginationNextTriggerProps, type PaginationPrevTriggerProps, type PaginationRootContextProps, type PaginationRootProps, type PaginationRootProviderProps, Popover, type PopoverAnchorProps, type PopoverArrowProps, type PopoverArrowTipProps, type PopoverCloseTriggerProps, type PopoverContentProps, type PopoverDescriptionProps, type PopoverPositionerProps, type PopoverRootContextProps, type PopoverRootProps, type PopoverRootProviderProps, type PopoverTitleProps, type PopoverTriggerProps, Portal, type PortalRootProps, Progress, type ProgressCircleProps, type ProgressCircleRangeProps, type ProgressCircleTrackProps, type ProgressLabelProps, type ProgressRangeProps, type ProgressRootContextProps, type ProgressRootProps, type ProgressRootProviderProps, type ProgressTrackProps, type ProgressValueTextProps, RatingGroup, type RatingGroupControlProps, type RatingGroupHiddenInputProps, type RatingGroupItemProps, type RatingGroupLabelProps, type RatingGroupRootContextProps, type RatingGroupRootProps, type RatingGroupRootProviderProps, SegmentedControl, type SegmentedControlControlProps, type SegmentedControlIndicatorProps, type SegmentedControlItemHiddenInputProps, type SegmentedControlItemProps, type SegmentedControlItemTextProps, type SegmentedControlLabelProps, type SegmentedControlRootContextProps, type SegmentedControlRootProps, type SegmentedControlRootProviderProps, Slider, type SliderControlProps, type SliderHiddenInputProps, type SliderLabelProps, type SliderMarkerGroupProps, type SliderMarkerProps, type SliderRangeProps, type SliderRootContextProps, type SliderRootProps, type SliderRootProviderProps, type SliderThumbProps, type SliderTrackProps, type SliderValueTextProps, Switch, type SwitchControlProps, type SwitchHiddenInputProps, type SwitchLabelProps, type SwitchRootContextProps, type SwitchRootProps, type SwitchRootProviderProps, type SwitchThumbProps, Tabs, type TabsContentProps, type TabsIndicatorProps, type TabsListProps, type TabsRootContextProps, type TabsRootProps, type TabsRootProviderProps, type TabsTriggerProps, TagsInput, type TagsInputClearTriggerProps, type TagsInputControlProps, type TagsInputHiddenInputProps, type TagsInputInputProps, type TagsInputItemDeleteTriggerProps, type TagsInputItemInputProps, type TagsInputItemPreviewProps, type TagsInputItemProps, type TagsInputItemTextProps, type TagsInputLabelProps, type TagsInputRootContextProps, type TagsInputRootProps, type TagsInputRootProviderProps, Toast, type ToastActionTriggerProps, type ToastCloseTriggerProps, type ToastDescriptionProps, type ToastGroupProps, type ToastMessageProps, type ToastRootContextProps, type ToastRootProps, type ToastTitleProps, ToggleGroup, type ToggleGroupItemProps, type ToggleGroupRootContextProps, type ToggleGroupRootProps, type ToggleGroupRootProviderProps, Tooltip, type TooltipArrowProps, type TooltipArrowTipProps, type TooltipContentProps, type TooltipPositionerProps, type TooltipRootContextProps, type TooltipRootProps, type TooltipRootProviderProps, type TooltipTriggerProps, TreeView, type TreeViewBranchContentProps, type TreeViewBranchControlProps, type TreeViewBranchIndentGuideProps, type TreeViewBranchIndicatorProps, type TreeViewBranchProps, type TreeViewBranchTextProps, type TreeViewItemProps, type TreeViewLabelProps, type TreeViewNodeContextProps, type TreeViewNodeProviderProps, type TreeViewRootContextProps, type TreeViewRootProps, type TreeViewRootProviderProps, type TreeViewTreeProps, createToaster, createTreeViewCollection, parseDate, useAccordion, useAvatar, useCollapsible, useCombobox, useDatePicker, useDialog, useFileUpload, useFloatingPanel, useListCollection, useListbox, useMenu, usePagination, usePopover, useProgress, useRatingGroup, useSegmentedControl, useSlider, useSwitch, useTabs, useTagsInput, useToggleGroup, useTooltip, useTreeView };
|