@px-ui/core 4.1.0 → 4.3.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.ts +131 -127
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +32 -8
- 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$7({
|
|
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$6 as Trigger };
|
|
84
84
|
}
|
|
85
|
-
declare function Root$10(props: React.ComponentProps<typeof Popover.Root>):
|
|
86
|
-
declare function Trigger$6(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$6(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,9 +164,9 @@ 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
|
-
size?: "sm" | "
|
|
169
|
+
size?: "sm" | "xs" | "icon-xs" | "icon-sm" | null | undefined;
|
|
170
170
|
} & class_variance_authority_types12.ClassProp) | undefined) => string;
|
|
171
171
|
declare function Button$1({
|
|
172
172
|
className,
|
|
@@ -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$6({
|
|
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$1 extends Combobox.Trigger.Props, VariantProps<typeof triggerVariants> {}
|
|
303
303
|
declare function Trigger$5({
|
|
304
304
|
size,
|
|
@@ -306,7 +306,7 @@ declare function Trigger$5({
|
|
|
306
306
|
children,
|
|
307
307
|
className,
|
|
308
308
|
...props
|
|
309
|
-
}: TriggerProps$1):
|
|
309
|
+
}: TriggerProps$1): 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$2: React$2.ForwardRefExoticComponent<_base_ui_react0.SelectListProps & React$2.RefAttributes<HTMLDivElement>>;
|
|
369
369
|
declare function Item$5({
|
|
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 extends Select.Trigger.Props, VariantProps<typeof triggerVariants> {}
|
|
378
378
|
declare function Trigger$4({
|
|
379
379
|
size,
|
|
380
380
|
widthVariant,
|
|
381
381
|
...props
|
|
382
|
-
}: TriggerProps):
|
|
382
|
+
}: TriggerProps): 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$3({
|
|
|
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$4({
|
|
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$3 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$3({
|
|
487
487
|
children,
|
|
488
488
|
className,
|
|
@@ -491,7 +491,7 @@ declare function Item$3({
|
|
|
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$1 as List, Root$3 as Root, Trigger$2 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$1({
|
|
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$2({
|
|
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$1 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$1({
|
|
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$2 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$2({
|
|
561
561
|
className,
|
|
562
562
|
invalid,
|
|
@@ -565,23 +565,23 @@ declare function Item$2({
|
|
|
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 };
|
|
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({
|
|
|
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$1 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$1({
|
|
604
604
|
className,
|
|
605
605
|
invalid,
|
|
@@ -608,30 +608,30 @@ declare function Item$1({
|
|
|
608
608
|
}: React.PropsWithChildren<React.ComponentProps<typeof Item>> & {
|
|
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 };
|
|
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(props: React$2.ComponentProps<typeof Collapsible.Trigger>):
|
|
655
|
+
}: React$2.ComponentProps<typeof Collapsible.Root>): react_jsx_runtime0.JSX.Element;
|
|
656
|
+
declare function Trigger(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 = {
|
|
@@ -897,7 +897,8 @@ type UseFileUploadOptions = {
|
|
|
897
897
|
multiple?: boolean;
|
|
898
898
|
initialFiles?: FileMetadata[];
|
|
899
899
|
onFilesChange?: (files: FileUploadItem[]) => void;
|
|
900
|
-
|
|
900
|
+
onFileAdd?: (addedFile: FileUploadItem) => void;
|
|
901
|
+
onFileRemove?: (removedFile: FileUploadItem) => void;
|
|
901
902
|
upload?: UploadConfig;
|
|
902
903
|
};
|
|
903
904
|
type UseFileUploadReturn = {
|
|
@@ -952,7 +953,7 @@ declare function Root({
|
|
|
952
953
|
multiple,
|
|
953
954
|
disabled,
|
|
954
955
|
className
|
|
955
|
-
}: RootProps):
|
|
956
|
+
}: RootProps): react_jsx_runtime0.JSX.Element;
|
|
956
957
|
declare const dropzoneVariants: (props?: ({
|
|
957
958
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
958
959
|
isDragActive?: boolean | null | undefined;
|
|
@@ -1001,12 +1002,12 @@ declare function Dropzone({
|
|
|
1001
1002
|
browseText,
|
|
1002
1003
|
render,
|
|
1003
1004
|
...props
|
|
1004
|
-
}: DropzoneProps):
|
|
1005
|
+
}: DropzoneProps): react_jsx_runtime0.JSX.Element;
|
|
1005
1006
|
interface HiddenInputProps extends Omit<React$2.ComponentProps<"input">, "type"> {}
|
|
1006
1007
|
declare function HiddenInput({
|
|
1007
1008
|
className,
|
|
1008
1009
|
...props
|
|
1009
|
-
}: HiddenInputProps):
|
|
1010
|
+
}: HiddenInputProps): react_jsx_runtime0.JSX.Element;
|
|
1010
1011
|
interface ListProps extends Omit<React$2.ComponentProps<"div">, "children"> {
|
|
1011
1012
|
children?: React$2.ReactNode | ((files: FileUploadItem[]) => React$2.ReactNode);
|
|
1012
1013
|
}
|
|
@@ -1014,7 +1015,7 @@ declare function List({
|
|
|
1014
1015
|
className,
|
|
1015
1016
|
children,
|
|
1016
1017
|
...props
|
|
1017
|
-
}: ListProps):
|
|
1018
|
+
}: ListProps): react_jsx_runtime0.JSX.Element | null;
|
|
1018
1019
|
interface ListItemProps extends React$2.ComponentProps<"div"> {
|
|
1019
1020
|
file: FileUploadItem;
|
|
1020
1021
|
/** Show file type icon (default: true) */
|
|
@@ -1029,6 +1030,8 @@ interface ListItemProps extends React$2.ComponentProps<"div"> {
|
|
|
1029
1030
|
showRetry?: boolean;
|
|
1030
1031
|
/** Custom icon component */
|
|
1031
1032
|
icon?: React$2.ReactNode;
|
|
1033
|
+
/** Click handler for the list item */
|
|
1034
|
+
onItemClick?: (file: FileUploadItem) => void;
|
|
1032
1035
|
}
|
|
1033
1036
|
declare function ListItem({
|
|
1034
1037
|
file,
|
|
@@ -1039,13 +1042,14 @@ declare function ListItem({
|
|
|
1039
1042
|
showRemove,
|
|
1040
1043
|
showRetry,
|
|
1041
1044
|
icon,
|
|
1045
|
+
onItemClick,
|
|
1042
1046
|
...props
|
|
1043
|
-
}: ListItemProps):
|
|
1047
|
+
}: ListItemProps): react_jsx_runtime0.JSX.Element;
|
|
1044
1048
|
interface ClearAllProps extends React$2.ComponentProps<typeof Button> {}
|
|
1045
1049
|
declare function ClearAll({
|
|
1046
1050
|
children,
|
|
1047
1051
|
...props
|
|
1048
|
-
}: ClearAllProps):
|
|
1052
|
+
}: ClearAllProps): react_jsx_runtime0.JSX.Element | null;
|
|
1049
1053
|
declare const FileUpload: {
|
|
1050
1054
|
Root: typeof Root;
|
|
1051
1055
|
Dropzone: typeof Dropzone;
|
|
@@ -1081,55 +1085,55 @@ declare function OtpInput({
|
|
|
1081
1085
|
size,
|
|
1082
1086
|
"aria-invalid": ariaInvalid,
|
|
1083
1087
|
...props
|
|
1084
|
-
}: Readonly<OtpInputProps>):
|
|
1088
|
+
}: Readonly<OtpInputProps>): react_jsx_runtime0.JSX.Element;
|
|
1085
1089
|
//#endregion
|
|
1086
1090
|
//#region src/icons/file-icon.d.ts
|
|
1087
|
-
declare function FileIcon(props: React.ComponentProps<"svg">):
|
|
1091
|
+
declare function FileIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1088
1092
|
//#endregion
|
|
1089
1093
|
//#region src/icons/upload-icon.d.ts
|
|
1090
|
-
declare function UploadIcon(props: React.ComponentProps<"svg">):
|
|
1094
|
+
declare function UploadIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1091
1095
|
//#endregion
|
|
1092
1096
|
//#region src/icons/chevron-down-icon.d.ts
|
|
1093
|
-
declare function ChevronDownIcon(props: React.ComponentProps<"svg">):
|
|
1097
|
+
declare function ChevronDownIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1094
1098
|
//#endregion
|
|
1095
1099
|
//#region src/icons/send-icon.d.ts
|
|
1096
|
-
declare function SendIcon(props: React.ComponentProps<"svg">):
|
|
1100
|
+
declare function SendIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1097
1101
|
//#endregion
|
|
1098
1102
|
//#region src/icons/stop-icon.d.ts
|
|
1099
|
-
declare function StopIcon(props: React.ComponentProps<"svg">):
|
|
1103
|
+
declare function StopIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1100
1104
|
//#endregion
|
|
1101
1105
|
//#region src/icons/info-icon.d.ts
|
|
1102
|
-
declare function InfoIcon(props: React.ComponentProps<"svg">):
|
|
1106
|
+
declare function InfoIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1103
1107
|
//#endregion
|
|
1104
1108
|
//#region src/icons/pdf-icon.d.ts
|
|
1105
|
-
declare function PdfIcon(props: React.ComponentProps<"svg">):
|
|
1109
|
+
declare function PdfIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1106
1110
|
//#endregion
|
|
1107
1111
|
//#region src/icons/word-icon.d.ts
|
|
1108
|
-
declare function WordIcon(props: React.ComponentProps<"svg">):
|
|
1112
|
+
declare function WordIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1109
1113
|
//#endregion
|
|
1110
1114
|
//#region src/icons/excel-icon.d.ts
|
|
1111
|
-
declare function ExcelIcon(props: React.ComponentProps<"svg">):
|
|
1115
|
+
declare function ExcelIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1112
1116
|
//#endregion
|
|
1113
1117
|
//#region src/icons/image-file-icon.d.ts
|
|
1114
|
-
declare function ImageFileIcon(props: React.ComponentProps<"svg">):
|
|
1118
|
+
declare function ImageFileIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1115
1119
|
//#endregion
|
|
1116
1120
|
//#region src/icons/video-icon.d.ts
|
|
1117
|
-
declare function VideoIcon(props: React.ComponentProps<"svg">):
|
|
1121
|
+
declare function VideoIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1118
1122
|
//#endregion
|
|
1119
1123
|
//#region src/icons/audio-icon.d.ts
|
|
1120
|
-
declare function AudioIcon(props: React.ComponentProps<"svg">):
|
|
1124
|
+
declare function AudioIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1121
1125
|
//#endregion
|
|
1122
1126
|
//#region src/icons/archive-icon.d.ts
|
|
1123
|
-
declare function ArchiveIcon(props: React.ComponentProps<"svg">):
|
|
1127
|
+
declare function ArchiveIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1124
1128
|
//#endregion
|
|
1125
1129
|
//#region src/icons/code-file-icon.d.ts
|
|
1126
|
-
declare function CodeFileIcon(props: React.ComponentProps<"svg">):
|
|
1130
|
+
declare function CodeFileIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1127
1131
|
//#endregion
|
|
1128
1132
|
//#region src/icons/text-file-icon.d.ts
|
|
1129
|
-
declare function TextFileIcon(props: React.ComponentProps<"svg">):
|
|
1133
|
+
declare function TextFileIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1130
1134
|
//#endregion
|
|
1131
1135
|
//#region src/icons/generic-file-icon.d.ts
|
|
1132
|
-
declare function GenericFileIcon(props: React.ComponentProps<"svg">):
|
|
1136
|
+
declare function GenericFileIcon(props: React.ComponentProps<"svg">): react_jsx_runtime0.JSX.Element;
|
|
1133
1137
|
//#endregion
|
|
1134
1138
|
//#region src/icons/get-file-type-icon.d.ts
|
|
1135
1139
|
type FileInfo = {
|