@px-ui/core 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +132 -123
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +40 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as _base_ui_react0 from "@base-ui/react";
|
|
|
5
5
|
import { Collapsible, Dialog, Toast } from "@base-ui/react";
|
|
6
6
|
import { ArgumentArray } from "classnames";
|
|
7
7
|
import { VariantProps } from "class-variance-authority";
|
|
8
|
-
import * as
|
|
8
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
9
9
|
import { Popover } from "@base-ui/react/popover";
|
|
10
10
|
import { Combobox } from "@base-ui/react/combobox";
|
|
11
11
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
@@ -34,70 +34,70 @@ declare namespace dialog_d_exports {
|
|
|
34
34
|
}
|
|
35
35
|
declare function Root$11({
|
|
36
36
|
...props
|
|
37
|
-
}: React$2.ComponentProps<typeof Dialog.Root>):
|
|
37
|
+
}: React$2.ComponentProps<typeof Dialog.Root>): react_jsx_runtime0.JSX.Element;
|
|
38
38
|
declare function Portal({
|
|
39
39
|
...props
|
|
40
|
-
}: React$2.ComponentProps<typeof Dialog.Portal>):
|
|
40
|
+
}: React$2.ComponentProps<typeof Dialog.Portal>): react_jsx_runtime0.JSX.Element;
|
|
41
41
|
declare function Trigger$8({
|
|
42
42
|
...props
|
|
43
|
-
}: React$2.ComponentProps<typeof Dialog.Trigger>):
|
|
43
|
+
}: React$2.ComponentProps<typeof Dialog.Trigger>): react_jsx_runtime0.JSX.Element;
|
|
44
44
|
declare function Close$1({
|
|
45
45
|
...props
|
|
46
|
-
}: React$2.ComponentProps<typeof Dialog.Close>):
|
|
46
|
+
}: React$2.ComponentProps<typeof Dialog.Close>): react_jsx_runtime0.JSX.Element;
|
|
47
47
|
declare function Overlay({
|
|
48
48
|
className,
|
|
49
49
|
...props
|
|
50
|
-
}: React$2.ComponentProps<typeof Dialog.Backdrop>):
|
|
50
|
+
}: React$2.ComponentProps<typeof Dialog.Backdrop>): react_jsx_runtime0.JSX.Element;
|
|
51
51
|
declare function Content$6({
|
|
52
52
|
className,
|
|
53
53
|
children,
|
|
54
54
|
...props
|
|
55
|
-
}: React$2.ComponentProps<typeof Dialog.Popup>):
|
|
55
|
+
}: React$2.ComponentProps<typeof Dialog.Popup>): react_jsx_runtime0.JSX.Element;
|
|
56
56
|
declare function Header$3({
|
|
57
57
|
className,
|
|
58
58
|
...props
|
|
59
|
-
}: React$2.ComponentProps<"div">):
|
|
59
|
+
}: React$2.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
60
60
|
declare function HeaderContent({
|
|
61
61
|
className,
|
|
62
62
|
children,
|
|
63
63
|
...props
|
|
64
|
-
}: React$2.ComponentProps<"div">):
|
|
64
|
+
}: React$2.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
65
65
|
declare function HeaderIcon({
|
|
66
66
|
className,
|
|
67
67
|
children,
|
|
68
68
|
...props
|
|
69
|
-
}: React$2.ComponentProps<"div">):
|
|
69
|
+
}: React$2.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
70
70
|
declare function Footer$1({
|
|
71
71
|
className,
|
|
72
72
|
...props
|
|
73
|
-
}: React$2.ComponentProps<"div">):
|
|
73
|
+
}: React$2.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
74
74
|
declare function Title$3({
|
|
75
75
|
className,
|
|
76
76
|
...props
|
|
77
|
-
}: React$2.ComponentProps<typeof Dialog.Title>):
|
|
77
|
+
}: React$2.ComponentProps<typeof Dialog.Title>): react_jsx_runtime0.JSX.Element;
|
|
78
78
|
declare function Description$3({
|
|
79
79
|
className,
|
|
80
80
|
...props
|
|
81
|
-
}: React$2.ComponentProps<typeof Dialog.Description>):
|
|
81
|
+
}: React$2.ComponentProps<typeof Dialog.Description>): react_jsx_runtime0.JSX.Element;
|
|
82
82
|
declare namespace popover_d_exports {
|
|
83
83
|
export { Close, CloseIconButton, Content$5 as Content, Description$2 as Description, Footer, Header$2 as Header, Root$10 as Root, Title$2 as Title, Trigger$7 as Trigger };
|
|
84
84
|
}
|
|
85
|
-
declare function Root$10(props: React.ComponentProps<typeof Popover.Root>):
|
|
86
|
-
declare function Trigger$7(props: React.ComponentProps<typeof Popover.Trigger>):
|
|
87
|
-
declare function Close(props: React.ComponentProps<typeof Popover.Close>):
|
|
88
|
-
declare function Positioner(props: React.ComponentProps<typeof Popover.Positioner>):
|
|
85
|
+
declare function Root$10(props: React.ComponentProps<typeof Popover.Root>): react_jsx_runtime0.JSX.Element;
|
|
86
|
+
declare function Trigger$7(props: React.ComponentProps<typeof Popover.Trigger>): react_jsx_runtime0.JSX.Element;
|
|
87
|
+
declare function Close(props: React.ComponentProps<typeof Popover.Close>): react_jsx_runtime0.JSX.Element;
|
|
88
|
+
declare function Positioner(props: React.ComponentProps<typeof Popover.Positioner>): react_jsx_runtime0.JSX.Element;
|
|
89
89
|
declare function Header$2({
|
|
90
90
|
className,
|
|
91
91
|
...props
|
|
92
|
-
}: React.ComponentProps<"div">):
|
|
92
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
93
93
|
declare function Title$2({
|
|
94
94
|
className,
|
|
95
95
|
...props
|
|
96
|
-
}: React.ComponentProps<typeof Popover.Title>):
|
|
96
|
+
}: React.ComponentProps<typeof Popover.Title>): react_jsx_runtime0.JSX.Element;
|
|
97
97
|
declare function Description$2({
|
|
98
98
|
className,
|
|
99
99
|
...props
|
|
100
|
-
}: React.ComponentProps<typeof Popover.Description>):
|
|
100
|
+
}: React.ComponentProps<typeof Popover.Description>): react_jsx_runtime0.JSX.Element;
|
|
101
101
|
declare function Content$5({
|
|
102
102
|
children,
|
|
103
103
|
className,
|
|
@@ -112,15 +112,15 @@ declare function Content$5({
|
|
|
112
112
|
children: React.ReactNode;
|
|
113
113
|
arrow?: boolean;
|
|
114
114
|
className?: string;
|
|
115
|
-
}):
|
|
115
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
116
116
|
declare function CloseIconButton({
|
|
117
117
|
className,
|
|
118
118
|
...props
|
|
119
|
-
}: React.ComponentProps<"button">):
|
|
119
|
+
}: React.ComponentProps<"button">): react_jsx_runtime0.JSX.Element;
|
|
120
120
|
declare function Footer({
|
|
121
121
|
className,
|
|
122
122
|
...props
|
|
123
|
-
}: React.ComponentProps<"div">):
|
|
123
|
+
}: React.ComponentProps<"div">): react_jsx_runtime0.JSX.Element;
|
|
124
124
|
//#endregion
|
|
125
125
|
//#region src/tw-styles/dropdown.d.ts
|
|
126
126
|
declare const triggerVariants: (props?: ({
|
|
@@ -139,7 +139,7 @@ declare function Button({
|
|
|
139
139
|
variant,
|
|
140
140
|
size,
|
|
141
141
|
...props
|
|
142
|
-
}: ButtonProps):
|
|
142
|
+
}: ButtonProps): react_jsx_runtime0.JSX.Element;
|
|
143
143
|
declare namespace input_group_d_exports {
|
|
144
144
|
export { Addon, Button$1 as Button, Input$1 as Input, Root$9 as Root, Text };
|
|
145
145
|
}
|
|
@@ -155,7 +155,7 @@ declare function Root$9({
|
|
|
155
155
|
...props
|
|
156
156
|
}: React$2.ComponentProps<"div"> & VariantProps<typeof inputGroupVariants> & {
|
|
157
157
|
disabled?: boolean;
|
|
158
|
-
}):
|
|
158
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
159
159
|
declare const inputGroupAddonVariants: (props?: ({
|
|
160
160
|
align?: "inline-start" | "inline-end" | null | undefined;
|
|
161
161
|
} & class_variance_authority_types12.ClassProp) | undefined) => string;
|
|
@@ -164,7 +164,7 @@ declare function Addon({
|
|
|
164
164
|
className,
|
|
165
165
|
align,
|
|
166
166
|
...props
|
|
167
|
-
}: AddonProps):
|
|
167
|
+
}: AddonProps): react_jsx_runtime0.JSX.Element;
|
|
168
168
|
declare const inputGroupButtonVariants: (props?: ({
|
|
169
169
|
size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
|
|
170
170
|
} & class_variance_authority_types12.ClassProp) | undefined) => string;
|
|
@@ -174,18 +174,18 @@ declare function Button$1({
|
|
|
174
174
|
variant,
|
|
175
175
|
size,
|
|
176
176
|
...props
|
|
177
|
-
}: Omit<React$2.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>):
|
|
177
|
+
}: Omit<React$2.ComponentProps<typeof Button>, "size"> & VariantProps<typeof inputGroupButtonVariants>): react_jsx_runtime0.JSX.Element;
|
|
178
178
|
declare function Text({
|
|
179
179
|
className,
|
|
180
180
|
...props
|
|
181
|
-
}: React$2.ComponentProps<"span">):
|
|
181
|
+
}: React$2.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
|
|
182
182
|
declare function Input$1({
|
|
183
183
|
className,
|
|
184
184
|
invalid,
|
|
185
185
|
...props
|
|
186
186
|
}: React$2.ComponentProps<"input"> & {
|
|
187
187
|
invalid?: boolean;
|
|
188
|
-
}):
|
|
188
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
189
189
|
//#endregion
|
|
190
190
|
//#region src/hooks/use-async-options.d.ts
|
|
191
191
|
type LoadOptionsData<TData$1> = {
|
|
@@ -265,7 +265,7 @@ declare function Root$8<ItemValue, Multiple extends boolean | undefined = false>
|
|
|
265
265
|
...props
|
|
266
266
|
}: React$2.ComponentProps<typeof Combobox.Root<ItemValue, Multiple>> & Pick<ComboboxContextValues, "isLoading" | "isLoadingMore" | "isError" | "onLoadMore" | "hasMore" | "invalid"> & {
|
|
267
267
|
loadOptions?: LoadOptionsConfig<ItemValue>;
|
|
268
|
-
}):
|
|
268
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
269
269
|
declare function Content$4({
|
|
270
270
|
empty,
|
|
271
271
|
portalProps,
|
|
@@ -279,26 +279,26 @@ declare function Content$4({
|
|
|
279
279
|
positionerProps?: React$2.ComponentProps<typeof Combobox.Positioner>;
|
|
280
280
|
popupProps?: React$2.ComponentProps<typeof Combobox.Popup>;
|
|
281
281
|
widthVariant?: "trigger" | "fit" | "enforced";
|
|
282
|
-
}>):
|
|
282
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
283
283
|
declare function Item$7({
|
|
284
284
|
className,
|
|
285
285
|
...props
|
|
286
|
-
}: React$2.ComponentProps<typeof Combobox.Item>):
|
|
286
|
+
}: React$2.ComponentProps<typeof Combobox.Item>): react_jsx_runtime0.JSX.Element;
|
|
287
287
|
declare function MultiItem$1({
|
|
288
288
|
className,
|
|
289
289
|
...props
|
|
290
|
-
}: React$2.ComponentProps<typeof Combobox.Item>):
|
|
290
|
+
}: React$2.ComponentProps<typeof Combobox.Item>): react_jsx_runtime0.JSX.Element;
|
|
291
291
|
declare function LoadingIndicator(props: {
|
|
292
292
|
className?: string;
|
|
293
|
-
}):
|
|
293
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
294
294
|
declare function SearchableTrigger(props: {
|
|
295
295
|
placeholder?: string;
|
|
296
296
|
size?: React$2.ComponentProps<typeof Root$9>["size"];
|
|
297
297
|
widthVariant?: React$2.ComponentProps<typeof Root$9>["widthVariant"];
|
|
298
298
|
className?: string;
|
|
299
299
|
addons?: React$2.ReactNode;
|
|
300
|
-
}):
|
|
301
|
-
declare function SearchableTriggerDropdownAddon():
|
|
300
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
301
|
+
declare function SearchableTriggerDropdownAddon(): react_jsx_runtime0.JSX.Element;
|
|
302
302
|
interface TriggerProps$2 extends Combobox.Trigger.Props, VariantProps<typeof triggerVariants> {}
|
|
303
303
|
declare function Trigger$6({
|
|
304
304
|
size,
|
|
@@ -306,7 +306,7 @@ declare function Trigger$6({
|
|
|
306
306
|
children,
|
|
307
307
|
className,
|
|
308
308
|
...props
|
|
309
|
-
}: TriggerProps$2):
|
|
309
|
+
}: TriggerProps$2): react_jsx_runtime0.JSX.Element;
|
|
310
310
|
/**
|
|
311
311
|
* Renders the value, if `value` is a string or an object with `label` property in it,
|
|
312
312
|
* then renders that value else you should provide a render function to render your custom value
|
|
@@ -320,7 +320,7 @@ declare function Value$2({
|
|
|
320
320
|
placeholder?: string;
|
|
321
321
|
children?: React$2.ReactNode | ((selectedValue: any) => React$2.ReactNode);
|
|
322
322
|
className?: string;
|
|
323
|
-
}):
|
|
323
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
324
324
|
declare const chipsTriggerVariants: (props?: ({
|
|
325
325
|
size?: "default" | "sm" | null | undefined;
|
|
326
326
|
widthVariant?: "enforced" | "full" | null | undefined;
|
|
@@ -333,14 +333,14 @@ declare function ChipsTrigger({
|
|
|
333
333
|
children: React$2.ReactNode | ((selectedValue: any) => React$2.ReactNode);
|
|
334
334
|
placeholder?: string;
|
|
335
335
|
className?: string;
|
|
336
|
-
} & VariantProps<typeof chipsTriggerVariants>):
|
|
336
|
+
} & VariantProps<typeof chipsTriggerVariants>): react_jsx_runtime0.JSX.Element;
|
|
337
337
|
declare function Chip(props: React$2.ComponentProps<typeof Combobox.Chip> & {
|
|
338
338
|
key: React$2.Key;
|
|
339
|
-
}):
|
|
339
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
340
340
|
declare function Search({
|
|
341
341
|
placeholder,
|
|
342
342
|
...props
|
|
343
|
-
}: React$2.ComponentProps<typeof Combobox.Input>):
|
|
343
|
+
}: React$2.ComponentProps<typeof Combobox.Input>): react_jsx_runtime0.JSX.Element;
|
|
344
344
|
declare function useComboboxContext(): ComboboxContextValues;
|
|
345
345
|
declare const BaseCombobox: typeof Combobox;
|
|
346
346
|
declare namespace select_d_exports {
|
|
@@ -352,7 +352,7 @@ declare function Root$7<Value$3 = any, Multiple extends boolean | undefined = fa
|
|
|
352
352
|
...props
|
|
353
353
|
}: React$2.ComponentPropsWithoutRef<typeof Select.Root<Value$3, Multiple>> & {
|
|
354
354
|
invalid?: boolean;
|
|
355
|
-
}):
|
|
355
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
356
356
|
declare function Content$3({
|
|
357
357
|
portalProps,
|
|
358
358
|
positionerProps,
|
|
@@ -364,29 +364,29 @@ declare function Content$3({
|
|
|
364
364
|
positionerProps?: React$2.ComponentProps<typeof Select.Positioner>;
|
|
365
365
|
popupProps?: React$2.ComponentProps<typeof Select.Popup>;
|
|
366
366
|
widthVariant?: "trigger" | "fit" | "enforced";
|
|
367
|
-
}>):
|
|
367
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
368
368
|
declare const List$1: React$2.ForwardRefExoticComponent<_base_ui_react0.SelectListProps & React$2.RefAttributes<HTMLDivElement>>;
|
|
369
369
|
declare function Item$6({
|
|
370
370
|
className,
|
|
371
371
|
...props
|
|
372
|
-
}: React$2.ComponentProps<typeof Select.Item>):
|
|
372
|
+
}: React$2.ComponentProps<typeof Select.Item>): react_jsx_runtime0.JSX.Element;
|
|
373
373
|
declare function MultiItem({
|
|
374
374
|
className,
|
|
375
375
|
...props
|
|
376
|
-
}: React$2.ComponentProps<typeof Select.Item>):
|
|
376
|
+
}: React$2.ComponentProps<typeof Select.Item>): react_jsx_runtime0.JSX.Element;
|
|
377
377
|
interface TriggerProps$1 extends Select.Trigger.Props, VariantProps<typeof triggerVariants> {}
|
|
378
378
|
declare function Trigger$5({
|
|
379
379
|
size,
|
|
380
380
|
widthVariant,
|
|
381
381
|
...props
|
|
382
|
-
}: TriggerProps$1):
|
|
382
|
+
}: TriggerProps$1): react_jsx_runtime0.JSX.Element;
|
|
383
383
|
declare function MultiSelectedValue({
|
|
384
384
|
selectedValue,
|
|
385
385
|
maxItems
|
|
386
386
|
}: {
|
|
387
387
|
selectedValue: any;
|
|
388
388
|
maxItems: number;
|
|
389
|
-
}):
|
|
389
|
+
}): react_jsx_runtime0.JSX.Element | null;
|
|
390
390
|
/**
|
|
391
391
|
* Renders the value, if `value` is a string or an object with `label` property in it,
|
|
392
392
|
* then renders that value else you should provide a render function to render your custom value
|
|
@@ -398,7 +398,7 @@ declare function Value$1({
|
|
|
398
398
|
...props
|
|
399
399
|
}: Select.Value.Props & {
|
|
400
400
|
placeholder?: string;
|
|
401
|
-
}):
|
|
401
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
402
402
|
type SelectedValue<TValue> = TValue | null | undefined;
|
|
403
403
|
declare const BaseSelect: typeof Select;
|
|
404
404
|
declare namespace menu_d_exports {
|
|
@@ -411,7 +411,7 @@ declare function Trigger$4({
|
|
|
411
411
|
size,
|
|
412
412
|
widthVariant,
|
|
413
413
|
...props
|
|
414
|
-
}: React$2.ComponentProps<typeof Menu.Trigger> & VariantProps<typeof triggerVariants>):
|
|
414
|
+
}: React$2.ComponentProps<typeof Menu.Trigger> & VariantProps<typeof triggerVariants>): react_jsx_runtime0.JSX.Element;
|
|
415
415
|
declare function Content$2({
|
|
416
416
|
portalProps,
|
|
417
417
|
positionerProps,
|
|
@@ -423,27 +423,27 @@ declare function Content$2({
|
|
|
423
423
|
positionerProps?: React$2.ComponentProps<typeof Menu.Positioner>;
|
|
424
424
|
popupProps?: React$2.ComponentProps<typeof Menu.Popup>;
|
|
425
425
|
widthVariant?: "trigger" | "fit" | "enforced";
|
|
426
|
-
}>):
|
|
427
|
-
declare function DropdownIndicator():
|
|
426
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
427
|
+
declare function DropdownIndicator(): react_jsx_runtime0.JSX.Element;
|
|
428
428
|
declare function Item$5({
|
|
429
429
|
className,
|
|
430
430
|
children,
|
|
431
431
|
...props
|
|
432
|
-
}: React$2.ComponentProps<typeof Menu.Item>):
|
|
432
|
+
}: React$2.ComponentProps<typeof Menu.Item>): react_jsx_runtime0.JSX.Element;
|
|
433
433
|
declare function Separator$1({
|
|
434
434
|
className,
|
|
435
435
|
...props
|
|
436
|
-
}: React$2.ComponentProps<typeof Menu.Separator>):
|
|
436
|
+
}: React$2.ComponentProps<typeof Menu.Separator>): react_jsx_runtime0.JSX.Element;
|
|
437
437
|
declare const Group$3: React$2.ForwardRefExoticComponent<_base_ui_react0.ContextMenuGroupProps & React$2.RefAttributes<Element>>;
|
|
438
438
|
declare function GroupLabel({
|
|
439
439
|
className,
|
|
440
440
|
...props
|
|
441
|
-
}: React$2.ComponentProps<typeof Menu.GroupLabel>):
|
|
441
|
+
}: React$2.ComponentProps<typeof Menu.GroupLabel>): react_jsx_runtime0.JSX.Element;
|
|
442
442
|
declare const RadioGroup$1: React$2.NamedExoticComponent<_base_ui_react0.ContextMenuRadioGroupProps & React$2.RefAttributes<Element>>;
|
|
443
443
|
declare function RadioItem({
|
|
444
444
|
className,
|
|
445
445
|
...props
|
|
446
|
-
}: React$2.ComponentProps<typeof Menu.RadioItem>):
|
|
446
|
+
}: React$2.ComponentProps<typeof Menu.RadioItem>): react_jsx_runtime0.JSX.Element;
|
|
447
447
|
declare const BaseTrigger: Menu.Trigger;
|
|
448
448
|
declare const BaseMenu: typeof Menu;
|
|
449
449
|
declare namespace progress_d_exports {
|
|
@@ -458,19 +458,19 @@ declare function Track({
|
|
|
458
458
|
size,
|
|
459
459
|
children,
|
|
460
460
|
...props
|
|
461
|
-
}: React$2.ComponentProps<typeof Progress.Track> & VariantProps<typeof progressTrackVariants>):
|
|
461
|
+
}: React$2.ComponentProps<typeof Progress.Track> & VariantProps<typeof progressTrackVariants>): react_jsx_runtime0.JSX.Element;
|
|
462
462
|
declare function Indicator({
|
|
463
463
|
className,
|
|
464
464
|
...props
|
|
465
|
-
}: React$2.ComponentProps<typeof Progress.Indicator>):
|
|
465
|
+
}: React$2.ComponentProps<typeof Progress.Indicator>): react_jsx_runtime0.JSX.Element;
|
|
466
466
|
declare function Label$1({
|
|
467
467
|
className,
|
|
468
468
|
...props
|
|
469
|
-
}: React$2.ComponentProps<typeof Progress.Label>):
|
|
469
|
+
}: React$2.ComponentProps<typeof Progress.Label>): react_jsx_runtime0.JSX.Element;
|
|
470
470
|
declare function Value({
|
|
471
471
|
className,
|
|
472
472
|
...props
|
|
473
|
-
}: React$2.ComponentProps<typeof Progress.Value>):
|
|
473
|
+
}: React$2.ComponentProps<typeof Progress.Value>): react_jsx_runtime0.JSX.Element;
|
|
474
474
|
declare const BaseProgress: typeof Progress;
|
|
475
475
|
declare namespace segmented_control_d_exports {
|
|
476
476
|
export { Item$4 as Item, Root$4 as Root };
|
|
@@ -482,7 +482,7 @@ declare const segmentedControlItemVariants: (props?: ({
|
|
|
482
482
|
declare function Root$4({
|
|
483
483
|
className,
|
|
484
484
|
...props
|
|
485
|
-
}: React$2.ComponentProps<typeof RadioGroup>):
|
|
485
|
+
}: React$2.ComponentProps<typeof RadioGroup>): react_jsx_runtime0.JSX.Element;
|
|
486
486
|
declare function Item$4({
|
|
487
487
|
children,
|
|
488
488
|
className,
|
|
@@ -491,7 +491,7 @@ declare function Item$4({
|
|
|
491
491
|
...props
|
|
492
492
|
}: React$2.ComponentProps<typeof Radio.Root> & VariantProps<typeof segmentedControlItemVariants> & {
|
|
493
493
|
children: React$2.ReactNode;
|
|
494
|
-
}):
|
|
494
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
495
495
|
declare namespace tabs_d_exports {
|
|
496
496
|
export { Content$1 as Content, List, Root$3 as Root, Trigger$3 as Trigger };
|
|
497
497
|
}
|
|
@@ -502,31 +502,31 @@ declare function Root$3({
|
|
|
502
502
|
...props
|
|
503
503
|
}: React$2.ComponentProps<typeof Tabs.Root> & {
|
|
504
504
|
variant?: TabsVariant;
|
|
505
|
-
}):
|
|
505
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
506
506
|
declare function List({
|
|
507
507
|
className,
|
|
508
508
|
children,
|
|
509
509
|
...props
|
|
510
|
-
}: React$2.ComponentProps<typeof Tabs.List>):
|
|
510
|
+
}: React$2.ComponentProps<typeof Tabs.List>): react_jsx_runtime0.JSX.Element;
|
|
511
511
|
declare function Trigger$3({
|
|
512
512
|
className,
|
|
513
513
|
...props
|
|
514
|
-
}: React$2.ComponentProps<typeof Tabs.Tab>):
|
|
514
|
+
}: React$2.ComponentProps<typeof Tabs.Tab>): react_jsx_runtime0.JSX.Element;
|
|
515
515
|
declare function Content$1({
|
|
516
516
|
className,
|
|
517
517
|
...props
|
|
518
|
-
}: React$2.ComponentProps<typeof Tabs.Panel>):
|
|
518
|
+
}: React$2.ComponentProps<typeof Tabs.Panel>): react_jsx_runtime0.JSX.Element;
|
|
519
519
|
declare namespace tooltip_d_exports {
|
|
520
520
|
export { BaseProvider, BaseRoot, Content, Root$2 as Root, Trigger$2 as Trigger };
|
|
521
521
|
}
|
|
522
522
|
declare function Root$2({
|
|
523
523
|
...props
|
|
524
|
-
}: React$2.ComponentProps<typeof Tooltip.Root>):
|
|
524
|
+
}: React$2.ComponentProps<typeof Tooltip.Root>): react_jsx_runtime0.JSX.Element;
|
|
525
525
|
declare const BaseRoot: typeof Tooltip.Root;
|
|
526
526
|
declare const BaseProvider: React$2.FC<_base_ui_react0.TooltipProviderProps>;
|
|
527
527
|
declare function Trigger$2({
|
|
528
528
|
...props
|
|
529
|
-
}: React$2.ComponentProps<typeof Tooltip.Trigger>):
|
|
529
|
+
}: React$2.ComponentProps<typeof Tooltip.Trigger>): react_jsx_runtime0.JSX.Element;
|
|
530
530
|
declare function Content({
|
|
531
531
|
className,
|
|
532
532
|
align,
|
|
@@ -538,7 +538,7 @@ declare function Content({
|
|
|
538
538
|
align?: Tooltip.Positioner.Props["align"];
|
|
539
539
|
side?: Tooltip.Positioner.Props["side"];
|
|
540
540
|
sideOffset?: Tooltip.Positioner.Props["sideOffset"];
|
|
541
|
-
}):
|
|
541
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
542
542
|
//#endregion
|
|
543
543
|
//#region src/components/checkbox.d.ts
|
|
544
544
|
declare const checkboxVariants: (props?: ({
|
|
@@ -549,14 +549,14 @@ interface CheckboxProps extends React.ComponentProps<typeof Checkbox$1.Root>, Va
|
|
|
549
549
|
declare function Checkbox({
|
|
550
550
|
className,
|
|
551
551
|
...props
|
|
552
|
-
}: CheckboxProps):
|
|
552
|
+
}: CheckboxProps): react_jsx_runtime0.JSX.Element;
|
|
553
553
|
declare namespace block_checkbox_group_d_exports {
|
|
554
554
|
export { Description$1 as Description, Group$2 as Group, Header$1 as Header, Item$3 as Item, Title$1 as Title };
|
|
555
555
|
}
|
|
556
556
|
declare function Group$2({
|
|
557
557
|
className,
|
|
558
558
|
...props
|
|
559
|
-
}: React.ComponentProps<typeof CheckboxGroup>):
|
|
559
|
+
}: React.ComponentProps<typeof CheckboxGroup>): react_jsx_runtime0.JSX.Element;
|
|
560
560
|
declare function Item$3({
|
|
561
561
|
className,
|
|
562
562
|
invalid,
|
|
@@ -565,23 +565,23 @@ declare function Item$3({
|
|
|
565
565
|
}: React.PropsWithChildren<React.ComponentProps<typeof Checkbox>> & {
|
|
566
566
|
className?: string;
|
|
567
567
|
invalid?: boolean;
|
|
568
|
-
}):
|
|
568
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
569
569
|
declare function Header$1(props: React.PropsWithChildren<{
|
|
570
570
|
className?: string;
|
|
571
|
-
}>):
|
|
571
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
572
572
|
declare function Title$1(props: React.PropsWithChildren<{
|
|
573
573
|
className?: string;
|
|
574
|
-
}>):
|
|
574
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
575
575
|
declare function Description$1(props: React.PropsWithChildren<{
|
|
576
576
|
className?: string;
|
|
577
|
-
}>):
|
|
577
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
578
578
|
declare namespace radio_group_d_exports {
|
|
579
579
|
export { Group$1 as Group, Item$1 as Item };
|
|
580
580
|
}
|
|
581
581
|
declare function Group$1({
|
|
582
582
|
className,
|
|
583
583
|
...props
|
|
584
|
-
}: React$2.ComponentProps<typeof RadioGroup>):
|
|
584
|
+
}: React$2.ComponentProps<typeof RadioGroup>): react_jsx_runtime0.JSX.Element;
|
|
585
585
|
declare const radioVariants: (props?: ({
|
|
586
586
|
variant?: "default" | null | undefined;
|
|
587
587
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
@@ -592,14 +592,14 @@ declare function Item$1({
|
|
|
592
592
|
variant,
|
|
593
593
|
size,
|
|
594
594
|
...props
|
|
595
|
-
}: RadioGroupItemProps):
|
|
595
|
+
}: RadioGroupItemProps): react_jsx_runtime0.JSX.Element;
|
|
596
596
|
declare namespace block_radio_group_d_exports {
|
|
597
597
|
export { Description, Group, Header, Item$2 as Item, Title };
|
|
598
598
|
}
|
|
599
599
|
declare function Group({
|
|
600
600
|
className,
|
|
601
601
|
...props
|
|
602
|
-
}: React.ComponentProps<typeof RadioGroup>):
|
|
602
|
+
}: React.ComponentProps<typeof RadioGroup>): react_jsx_runtime0.JSX.Element;
|
|
603
603
|
declare function Item$2({
|
|
604
604
|
className,
|
|
605
605
|
invalid,
|
|
@@ -608,30 +608,30 @@ declare function Item$2({
|
|
|
608
608
|
}: React.PropsWithChildren<React.ComponentProps<typeof Item$1>> & {
|
|
609
609
|
className?: string;
|
|
610
610
|
invalid?: boolean;
|
|
611
|
-
}):
|
|
611
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
612
612
|
declare function Header(props: React.PropsWithChildren<{
|
|
613
613
|
className?: string;
|
|
614
|
-
}>):
|
|
614
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
615
615
|
declare function Title(props: React.PropsWithChildren<{
|
|
616
616
|
className?: string;
|
|
617
|
-
}>):
|
|
617
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
618
618
|
declare function Description(props: React.PropsWithChildren<{
|
|
619
619
|
className?: string;
|
|
620
|
-
}>):
|
|
620
|
+
}>): react_jsx_runtime0.JSX.Element;
|
|
621
621
|
declare namespace breadcrumbs_d_exports {
|
|
622
622
|
export { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
|
623
623
|
}
|
|
624
624
|
declare function Breadcrumb({
|
|
625
625
|
...props
|
|
626
|
-
}: React$2.ComponentProps<"nav">):
|
|
626
|
+
}: React$2.ComponentProps<"nav">): react_jsx_runtime0.JSX.Element;
|
|
627
627
|
declare function BreadcrumbList({
|
|
628
628
|
className,
|
|
629
629
|
...props
|
|
630
|
-
}: React$2.ComponentProps<"ol">):
|
|
630
|
+
}: React$2.ComponentProps<"ol">): react_jsx_runtime0.JSX.Element;
|
|
631
631
|
declare function BreadcrumbItem({
|
|
632
632
|
className,
|
|
633
633
|
...props
|
|
634
|
-
}: React$2.ComponentProps<"li">):
|
|
634
|
+
}: React$2.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
|
|
635
635
|
declare function BreadcrumbLink({
|
|
636
636
|
className,
|
|
637
637
|
render,
|
|
@@ -640,25 +640,25 @@ declare function BreadcrumbLink({
|
|
|
640
640
|
declare function BreadcrumbPage({
|
|
641
641
|
className,
|
|
642
642
|
...props
|
|
643
|
-
}: React$2.ComponentProps<"span">):
|
|
643
|
+
}: React$2.ComponentProps<"span">): react_jsx_runtime0.JSX.Element;
|
|
644
644
|
declare function BreadcrumbSeparator({
|
|
645
645
|
children,
|
|
646
646
|
className,
|
|
647
647
|
...props
|
|
648
|
-
}: React$2.ComponentProps<"li">):
|
|
648
|
+
}: React$2.ComponentProps<"li">): react_jsx_runtime0.JSX.Element;
|
|
649
649
|
declare namespace collapsible_d_exports {
|
|
650
650
|
export { Panel, Root$1 as Root, ToggleIcon, Trigger$1 as Trigger };
|
|
651
651
|
}
|
|
652
652
|
declare function Root$1({
|
|
653
653
|
className,
|
|
654
654
|
...props
|
|
655
|
-
}: React$2.ComponentProps<typeof Collapsible.Root>):
|
|
656
|
-
declare function Trigger$1(props: React$2.ComponentProps<typeof Collapsible.Trigger>):
|
|
655
|
+
}: React$2.ComponentProps<typeof Collapsible.Root>): react_jsx_runtime0.JSX.Element;
|
|
656
|
+
declare function Trigger$1(props: React$2.ComponentProps<typeof Collapsible.Trigger>): react_jsx_runtime0.JSX.Element;
|
|
657
657
|
declare function Panel({
|
|
658
658
|
className,
|
|
659
659
|
...props
|
|
660
|
-
}: React$2.ComponentProps<typeof Collapsible.Panel>):
|
|
661
|
-
declare function ToggleIcon():
|
|
660
|
+
}: React$2.ComponentProps<typeof Collapsible.Panel>): react_jsx_runtime0.JSX.Element;
|
|
661
|
+
declare function ToggleIcon(): react_jsx_runtime0.JSX.Element;
|
|
662
662
|
//#endregion
|
|
663
663
|
//#region src/components/calendar.d.ts
|
|
664
664
|
declare function Calendar({
|
|
@@ -669,10 +669,10 @@ declare function Calendar({
|
|
|
669
669
|
formatters,
|
|
670
670
|
components,
|
|
671
671
|
...props
|
|
672
|
-
}: DayPickerProps):
|
|
672
|
+
}: DayPickerProps): react_jsx_runtime0.JSX.Element;
|
|
673
673
|
//#endregion
|
|
674
674
|
//#region src/providers/px-ui-provider.d.ts
|
|
675
|
-
declare function PXUIProvider(props: React.PropsWithChildren):
|
|
675
|
+
declare function PXUIProvider(props: React.PropsWithChildren): react_jsx_runtime0.JSX.Element;
|
|
676
676
|
//#endregion
|
|
677
677
|
//#region src/components/toast.d.ts
|
|
678
678
|
declare const toast: _base_ui_react0.ToastManager;
|
|
@@ -682,7 +682,7 @@ declare const anchoredToast: _base_ui_react0.ToastManager;
|
|
|
682
682
|
declare function Label({
|
|
683
683
|
className,
|
|
684
684
|
...props
|
|
685
|
-
}: React.ComponentProps<"label">):
|
|
685
|
+
}: React.ComponentProps<"label">): react_jsx_runtime0.JSX.Element;
|
|
686
686
|
//#endregion
|
|
687
687
|
//#region src/components/input.d.ts
|
|
688
688
|
declare const inputVariants: (props?: ({
|
|
@@ -698,7 +698,7 @@ declare function Input({
|
|
|
698
698
|
invalid,
|
|
699
699
|
widthVariant,
|
|
700
700
|
...props
|
|
701
|
-
}: InputProps):
|
|
701
|
+
}: InputProps): react_jsx_runtime0.JSX.Element;
|
|
702
702
|
//#endregion
|
|
703
703
|
//#region src/components/textarea.d.ts
|
|
704
704
|
declare const textareaVariants: (props?: ({
|
|
@@ -714,7 +714,7 @@ declare function Textarea({
|
|
|
714
714
|
invalid,
|
|
715
715
|
widthVariant,
|
|
716
716
|
...props
|
|
717
|
-
}: TextareaProps):
|
|
717
|
+
}: TextareaProps): react_jsx_runtime0.JSX.Element;
|
|
718
718
|
//#endregion
|
|
719
719
|
//#region src/components/avatar.d.ts
|
|
720
720
|
type AvatarVariant = "squared" | "rounded";
|
|
@@ -727,11 +727,11 @@ interface AvatarProps {
|
|
|
727
727
|
children?: React.ReactNode;
|
|
728
728
|
hideTooltip?: boolean;
|
|
729
729
|
}
|
|
730
|
-
declare function Avatar(props: AvatarProps):
|
|
730
|
+
declare function Avatar(props: AvatarProps): react_jsx_runtime0.JSX.Element;
|
|
731
731
|
type AvatarImplProps = Omit<AvatarProps, "hideTooltip"> & {
|
|
732
732
|
avatarRootProps?: React.ComponentProps<typeof Avatar$1.Root>;
|
|
733
733
|
};
|
|
734
|
-
declare function AvatarImpl(props: AvatarImplProps):
|
|
734
|
+
declare function AvatarImpl(props: AvatarImplProps): react_jsx_runtime0.JSX.Element;
|
|
735
735
|
//#endregion
|
|
736
736
|
//#region src/components/avatar-group.d.ts
|
|
737
737
|
interface AvatarGroupProps {
|
|
@@ -743,7 +743,7 @@ declare function AvatarGroup({
|
|
|
743
743
|
max,
|
|
744
744
|
avatars,
|
|
745
745
|
className
|
|
746
|
-
}: AvatarGroupProps):
|
|
746
|
+
}: AvatarGroupProps): react_jsx_runtime0.JSX.Element;
|
|
747
747
|
//#endregion
|
|
748
748
|
//#region src/components/spinner.d.ts
|
|
749
749
|
interface SpinnerProps {
|
|
@@ -753,7 +753,7 @@ interface SpinnerProps {
|
|
|
753
753
|
declare function Spinner({
|
|
754
754
|
size,
|
|
755
755
|
className
|
|
756
|
-
}: SpinnerProps):
|
|
756
|
+
}: SpinnerProps): react_jsx_runtime0.JSX.Element;
|
|
757
757
|
//#endregion
|
|
758
758
|
//#region src/components/switch.d.ts
|
|
759
759
|
declare function Switch({
|
|
@@ -762,7 +762,7 @@ declare function Switch({
|
|
|
762
762
|
...props
|
|
763
763
|
}: React$2.ComponentProps<typeof Switch$1.Root> & {
|
|
764
764
|
size?: "sm" | "lg" | "default";
|
|
765
|
-
}):
|
|
765
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
766
766
|
//#endregion
|
|
767
767
|
//#region src/components/separator.d.ts
|
|
768
768
|
declare function Separator({
|
|
@@ -773,7 +773,7 @@ declare function Separator({
|
|
|
773
773
|
}: React$2.ComponentProps<"div"> & {
|
|
774
774
|
orientation: "horizontal" | "vertical";
|
|
775
775
|
decorative?: boolean;
|
|
776
|
-
}):
|
|
776
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
777
777
|
declare namespace Separator {
|
|
778
778
|
var displayName: string;
|
|
779
779
|
}
|
|
@@ -803,7 +803,7 @@ declare function DatePicker({
|
|
|
803
803
|
popoverRootProps,
|
|
804
804
|
popoverContentProps,
|
|
805
805
|
...calendarProps
|
|
806
|
-
}: DatePickerProps):
|
|
806
|
+
}: DatePickerProps): react_jsx_runtime0.JSX.Element;
|
|
807
807
|
//#endregion
|
|
808
808
|
//#region src/hooks/use-file-upload.d.ts
|
|
809
809
|
type FileMetadata = {
|
|
@@ -995,7 +995,7 @@ declare function Root({
|
|
|
995
995
|
multiple,
|
|
996
996
|
disabled,
|
|
997
997
|
className
|
|
998
|
-
}: RootProps):
|
|
998
|
+
}: RootProps): react_jsx_runtime0.JSX.Element;
|
|
999
999
|
declare const dropzoneVariants: (props?: ({
|
|
1000
1000
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1001
1001
|
isDragActive?: boolean | null | undefined;
|
|
@@ -1017,7 +1017,7 @@ declare function Dropzone({
|
|
|
1017
1017
|
browseText,
|
|
1018
1018
|
hideDefaultContent,
|
|
1019
1019
|
...props
|
|
1020
|
-
}: DropzoneProps):
|
|
1020
|
+
}: DropzoneProps): react_jsx_runtime0.JSX.Element;
|
|
1021
1021
|
interface TriggerProps extends React$2.ComponentProps<typeof Button> {
|
|
1022
1022
|
/** Text to show while uploading */
|
|
1023
1023
|
uploadingText?: string;
|
|
@@ -1032,7 +1032,7 @@ declare function Trigger({
|
|
|
1032
1032
|
showUploadingState,
|
|
1033
1033
|
hideDefaultContent,
|
|
1034
1034
|
...props
|
|
1035
|
-
}: TriggerProps):
|
|
1035
|
+
}: TriggerProps): react_jsx_runtime0.JSX.Element;
|
|
1036
1036
|
interface ItemListProps extends Omit<React$2.ComponentProps<"div">, "children"> {
|
|
1037
1037
|
children?: React$2.ReactNode | ((files: FileUploadFile[]) => React$2.ReactNode);
|
|
1038
1038
|
}
|
|
@@ -1040,7 +1040,7 @@ declare function ItemList({
|
|
|
1040
1040
|
className,
|
|
1041
1041
|
children,
|
|
1042
1042
|
...props
|
|
1043
|
-
}: ItemListProps):
|
|
1043
|
+
}: ItemListProps): react_jsx_runtime0.JSX.Element | null;
|
|
1044
1044
|
interface ItemProps extends React$2.ComponentProps<"div"> {
|
|
1045
1045
|
file: FileUploadFile;
|
|
1046
1046
|
/** Apply error styling based on file status */
|
|
@@ -1052,7 +1052,7 @@ declare function Item({
|
|
|
1052
1052
|
children,
|
|
1053
1053
|
statusStyles,
|
|
1054
1054
|
...props
|
|
1055
|
-
}: ItemProps):
|
|
1055
|
+
}: ItemProps): react_jsx_runtime0.JSX.Element;
|
|
1056
1056
|
interface ItemPreviewProps extends React$2.ComponentProps<"div"> {
|
|
1057
1057
|
/** Fallback icon when no preview is available */
|
|
1058
1058
|
fallback?: React$2.ReactNode;
|
|
@@ -1061,28 +1061,28 @@ declare function ItemPreview({
|
|
|
1061
1061
|
className,
|
|
1062
1062
|
fallback,
|
|
1063
1063
|
...props
|
|
1064
|
-
}: ItemPreviewProps):
|
|
1064
|
+
}: ItemPreviewProps): react_jsx_runtime0.JSX.Element;
|
|
1065
1065
|
interface ItemNameProps extends React$2.ComponentProps<"span"> {}
|
|
1066
1066
|
declare function ItemName({
|
|
1067
1067
|
className,
|
|
1068
1068
|
...props
|
|
1069
|
-
}: ItemNameProps):
|
|
1069
|
+
}: ItemNameProps): react_jsx_runtime0.JSX.Element;
|
|
1070
1070
|
interface ItemSizeProps extends React$2.ComponentProps<"span"> {}
|
|
1071
1071
|
declare function ItemSize({
|
|
1072
1072
|
className,
|
|
1073
1073
|
...props
|
|
1074
|
-
}: ItemSizeProps):
|
|
1074
|
+
}: ItemSizeProps): react_jsx_runtime0.JSX.Element;
|
|
1075
1075
|
interface ItemRemoveProps extends React$2.ComponentProps<typeof Button> {}
|
|
1076
1076
|
declare function ItemRemove({
|
|
1077
1077
|
className,
|
|
1078
1078
|
children,
|
|
1079
1079
|
...props
|
|
1080
|
-
}: ItemRemoveProps):
|
|
1080
|
+
}: ItemRemoveProps): react_jsx_runtime0.JSX.Element;
|
|
1081
1081
|
interface ItemProgressProps extends React$2.ComponentProps<"div"> {}
|
|
1082
1082
|
declare function ItemProgress({
|
|
1083
1083
|
className,
|
|
1084
1084
|
...props
|
|
1085
|
-
}: ItemProgressProps):
|
|
1085
|
+
}: ItemProgressProps): react_jsx_runtime0.JSX.Element | null;
|
|
1086
1086
|
interface ItemStatusProps extends React$2.ComponentProps<"div"> {
|
|
1087
1087
|
/** Custom success icon */
|
|
1088
1088
|
successIcon?: React$2.ReactNode;
|
|
@@ -1097,23 +1097,23 @@ declare function ItemStatus({
|
|
|
1097
1097
|
uploadingContent,
|
|
1098
1098
|
errorContent,
|
|
1099
1099
|
...props
|
|
1100
|
-
}: ItemStatusProps):
|
|
1100
|
+
}: ItemStatusProps): react_jsx_runtime0.JSX.Element | null;
|
|
1101
1101
|
interface ItemErrorProps extends React$2.ComponentProps<"span"> {}
|
|
1102
1102
|
declare function ItemError({
|
|
1103
1103
|
className,
|
|
1104
1104
|
...props
|
|
1105
|
-
}: ItemErrorProps):
|
|
1105
|
+
}: ItemErrorProps): react_jsx_runtime0.JSX.Element | null;
|
|
1106
1106
|
interface ItemRetryProps extends React$2.ComponentProps<typeof Button> {}
|
|
1107
1107
|
declare function ItemRetry({
|
|
1108
1108
|
className,
|
|
1109
1109
|
children,
|
|
1110
1110
|
...props
|
|
1111
|
-
}: ItemRetryProps):
|
|
1111
|
+
}: ItemRetryProps): react_jsx_runtime0.JSX.Element | null;
|
|
1112
1112
|
interface ClearButtonProps extends React$2.ComponentProps<typeof Button> {}
|
|
1113
1113
|
declare function ClearButton({
|
|
1114
1114
|
children,
|
|
1115
1115
|
...props
|
|
1116
|
-
}: ClearButtonProps):
|
|
1116
|
+
}: ClearButtonProps): react_jsx_runtime0.JSX.Element | null;
|
|
1117
1117
|
interface ImageGridProps extends Omit<React$2.ComponentProps<"div">, "children"> {
|
|
1118
1118
|
children?: React$2.ReactNode | ((files: FileUploadFile[]) => React$2.ReactNode);
|
|
1119
1119
|
}
|
|
@@ -1121,7 +1121,7 @@ declare function ImageGrid({
|
|
|
1121
1121
|
className,
|
|
1122
1122
|
children,
|
|
1123
1123
|
...props
|
|
1124
|
-
}: ImageGridProps):
|
|
1124
|
+
}: ImageGridProps): react_jsx_runtime0.JSX.Element | null;
|
|
1125
1125
|
interface ImageGridItemProps extends React$2.ComponentProps<"div"> {
|
|
1126
1126
|
file: FileUploadFile;
|
|
1127
1127
|
/** Show status overlays (uploading/error) */
|
|
@@ -1132,7 +1132,7 @@ declare function ImageGridItem({
|
|
|
1132
1132
|
className,
|
|
1133
1133
|
showStatusOverlay,
|
|
1134
1134
|
...props
|
|
1135
|
-
}: ImageGridItemProps):
|
|
1135
|
+
}: ImageGridItemProps): react_jsx_runtime0.JSX.Element;
|
|
1136
1136
|
declare const FileUpload: {
|
|
1137
1137
|
Root: typeof Root;
|
|
1138
1138
|
Dropzone: typeof Dropzone;
|
|
@@ -1178,16 +1178,25 @@ declare function OtpInput({
|
|
|
1178
1178
|
size,
|
|
1179
1179
|
"aria-invalid": ariaInvalid,
|
|
1180
1180
|
...props
|
|
1181
|
-
}: Readonly<OtpInputProps>):
|
|
1181
|
+
}: Readonly<OtpInputProps>): react_jsx_runtime0.JSX.Element;
|
|
1182
1182
|
//#endregion
|
|
1183
1183
|
//#region src/icons/file-icon.d.ts
|
|
1184
|
-
declare function FileIcon(props: React.ComponentProps<"svg">):
|
|
1184
|
+
declare function FileIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1185
1185
|
//#endregion
|
|
1186
1186
|
//#region src/icons/upload-icon.d.ts
|
|
1187
|
-
declare function UploadIcon(props: React.ComponentProps<"svg">):
|
|
1187
|
+
declare function UploadIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1188
1188
|
//#endregion
|
|
1189
1189
|
//#region src/icons/chevron-down-icon.d.ts
|
|
1190
|
-
declare function ChevronDownIcon(props: React.ComponentProps<"svg">):
|
|
1190
|
+
declare function ChevronDownIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1191
|
+
//#endregion
|
|
1192
|
+
//#region src/icons/send-icon.d.ts
|
|
1193
|
+
declare function SendIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1194
|
+
//#endregion
|
|
1195
|
+
//#region src/icons/stop-icon.d.ts
|
|
1196
|
+
declare function StopIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1197
|
+
//#endregion
|
|
1198
|
+
//#region src/icons/info-icon.d.ts
|
|
1199
|
+
declare function InfoIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1191
1200
|
//#endregion
|
|
1192
1201
|
//#region src/hooks/use-intersection-observer.d.ts
|
|
1193
1202
|
interface UseIntersectionObserverOptions {
|
|
@@ -1212,5 +1221,5 @@ declare function useIsMobile(): boolean;
|
|
|
1212
1221
|
//#region src/utils/classnames.d.ts
|
|
1213
1222
|
declare function cn(...inputs: ArgumentArray): string;
|
|
1214
1223
|
//#endregion
|
|
1215
|
-
export { Avatar, AvatarGroup, AvatarImpl, block_checkbox_group_d_exports as BlockCheckboxGroup, block_radio_group_d_exports as BlockRadioGroup, breadcrumbs_d_exports as Breadcrumbs, Button, Calendar, Checkbox, ChevronDownIcon, ClearButtonProps, collapsible_d_exports as Collapsible, combobox_d_exports as Combobox, DatePicker, dialog_d_exports as Dialog, DropzoneProps, FileIcon, FileMetadata, FileUpload, FileUploadActions, FileUploadFile, FileUploadOptions, FileUploadState, FileUploadWithUploaderActions, FileUploadWithUploaderOptions, FileUploadWithUploaderState, FileWithPreview, FileWithUploadStatus, ImageGridItemProps, ImageGridProps, InferOption, InferOptions, Input, input_group_d_exports as InputGroup, ItemErrorProps, ItemListProps, ItemNameProps, ItemPreviewProps, ItemProgressProps, ItemProps, ItemRemoveProps, ItemRetryProps, ItemSizeProps, ItemStatusProps, Label, LoadOptionsConfig, menu_d_exports as Menu, OtpInput, PXUIProvider, popover_d_exports as Popover, PresignedUrlResponse, progress_d_exports as Progress, radio_group_d_exports as RadioGroup, RootProps, segmented_control_d_exports as SegmentedControl, select_d_exports as Select, Separator, Spinner, Switch, tabs_d_exports as Tabs, Textarea, TextareaProps, tooltip_d_exports as Tooltip, TriggerProps, UploadConfig, UploadIcon, UploadStatus, UseInfiniteScrollHookArgs, UseIntersectionObserverOptions, UseIntersectionObserverReturn, anchoredToast, buttonVariants, cn, defineLoadOptions, formatBytes, toast, useAsyncOptions, useFileUpload, useIntersectionObserver, useIsMobile };
|
|
1224
|
+
export { Avatar, AvatarGroup, AvatarImpl, block_checkbox_group_d_exports as BlockCheckboxGroup, block_radio_group_d_exports as BlockRadioGroup, breadcrumbs_d_exports as Breadcrumbs, Button, Calendar, Checkbox, ChevronDownIcon, ClearButtonProps, collapsible_d_exports as Collapsible, combobox_d_exports as Combobox, DatePicker, dialog_d_exports as Dialog, DropzoneProps, FileIcon, FileMetadata, FileUpload, FileUploadActions, FileUploadFile, FileUploadOptions, FileUploadState, FileUploadWithUploaderActions, FileUploadWithUploaderOptions, FileUploadWithUploaderState, FileWithPreview, FileWithUploadStatus, ImageGridItemProps, ImageGridProps, InferOption, InferOptions, InfoIcon, Input, input_group_d_exports as InputGroup, ItemErrorProps, ItemListProps, ItemNameProps, ItemPreviewProps, ItemProgressProps, ItemProps, ItemRemoveProps, ItemRetryProps, ItemSizeProps, ItemStatusProps, Label, LoadOptionsConfig, menu_d_exports as Menu, OtpInput, PXUIProvider, popover_d_exports as Popover, PresignedUrlResponse, progress_d_exports as Progress, radio_group_d_exports as RadioGroup, RootProps, segmented_control_d_exports as SegmentedControl, select_d_exports as Select, SendIcon, Separator, Spinner, StopIcon, Switch, tabs_d_exports as Tabs, Textarea, TextareaProps, tooltip_d_exports as Tooltip, TriggerProps, UploadConfig, UploadIcon, UploadStatus, UseInfiniteScrollHookArgs, UseIntersectionObserverOptions, UseIntersectionObserverReturn, anchoredToast, buttonVariants, cn, defineLoadOptions, formatBytes, toast, useAsyncOptions, useFileUpload, useIntersectionObserver, useIsMobile };
|
|
1216
1225
|
//# sourceMappingURL=index.d.ts.map
|