@postxl/ui-components 1.3.4 → 1.3.6
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 +321 -129
- package/dist/index.js +313 -34
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/theme.css +2 -0
package/dist/index.d.ts
CHANGED
|
@@ -30,11 +30,11 @@ import * as React$19 from "react";
|
|
|
30
30
|
import * as React$18 from "react";
|
|
31
31
|
import * as React$17 from "react";
|
|
32
32
|
import * as React$16 from "react";
|
|
33
|
-
import * as
|
|
33
|
+
import * as react112 from "react";
|
|
34
34
|
import * as React$15 from "react";
|
|
35
35
|
import * as React$14 from "react";
|
|
36
36
|
import * as React$13 from "react";
|
|
37
|
-
import * as
|
|
37
|
+
import * as react141 from "react";
|
|
38
38
|
import * as React$12 from "react";
|
|
39
39
|
import * as React$11 from "react";
|
|
40
40
|
import * as React$10 from "react";
|
|
@@ -68,7 +68,7 @@ import * as react_jsx_runtime42 from "react/jsx-runtime";
|
|
|
68
68
|
import * as react_jsx_runtime43 from "react/jsx-runtime";
|
|
69
69
|
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
70
70
|
import * as react_jsx_runtime45 from "react/jsx-runtime";
|
|
71
|
-
import * as
|
|
71
|
+
import * as react_jsx_runtime131 from "react/jsx-runtime";
|
|
72
72
|
import * as react_jsx_runtime46 from "react/jsx-runtime";
|
|
73
73
|
import * as react_jsx_runtime47 from "react/jsx-runtime";
|
|
74
74
|
import * as react_jsx_runtime48 from "react/jsx-runtime";
|
|
@@ -82,25 +82,29 @@ import * as react_jsx_runtime55 from "react/jsx-runtime";
|
|
|
82
82
|
import * as react_jsx_runtime56 from "react/jsx-runtime";
|
|
83
83
|
import * as react_jsx_runtime59 from "react/jsx-runtime";
|
|
84
84
|
import * as react_jsx_runtime70 from "react/jsx-runtime";
|
|
85
|
-
import * as
|
|
85
|
+
import * as react_jsx_runtime110 from "react/jsx-runtime";
|
|
86
86
|
import * as react_jsx_runtime95 from "react/jsx-runtime";
|
|
87
|
+
import * as react_jsx_runtime106 from "react/jsx-runtime";
|
|
87
88
|
import * as react_jsx_runtime108 from "react/jsx-runtime";
|
|
89
|
+
import * as react_jsx_runtime109 from "react/jsx-runtime";
|
|
88
90
|
import * as react_jsx_runtime111 from "react/jsx-runtime";
|
|
89
|
-
import * as react_jsx_runtime113 from "react/jsx-runtime";
|
|
90
91
|
import * as react_jsx_runtime114 from "react/jsx-runtime";
|
|
91
|
-
import * as
|
|
92
|
-
import * as
|
|
93
|
-
import * as
|
|
92
|
+
import * as react_jsx_runtime116 from "react/jsx-runtime";
|
|
93
|
+
import * as react_jsx_runtime117 from "react/jsx-runtime";
|
|
94
|
+
import * as react_jsx_runtime126 from "react/jsx-runtime";
|
|
95
|
+
import * as react_jsx_runtime136 from "react/jsx-runtime";
|
|
94
96
|
import * as react_jsx_runtime137 from "react/jsx-runtime";
|
|
95
|
-
import * as
|
|
96
|
-
import * as
|
|
97
|
-
import * as
|
|
98
|
-
import * as
|
|
99
|
-
import * as
|
|
97
|
+
import * as react_jsx_runtime140 from "react/jsx-runtime";
|
|
98
|
+
import * as react_jsx_runtime146 from "react/jsx-runtime";
|
|
99
|
+
import * as react_jsx_runtime159 from "react/jsx-runtime";
|
|
100
|
+
import * as react_jsx_runtime161 from "react/jsx-runtime";
|
|
101
|
+
import * as react_jsx_runtime185 from "react/jsx-runtime";
|
|
100
102
|
import * as react_jsx_runtime186 from "react/jsx-runtime";
|
|
101
|
-
import * as react_jsx_runtime187 from "react/jsx-runtime";
|
|
102
103
|
import * as react_jsx_runtime189 from "react/jsx-runtime";
|
|
103
|
-
import * as
|
|
104
|
+
import * as react_jsx_runtime190 from "react/jsx-runtime";
|
|
105
|
+
import * as react_jsx_runtime192 from "react/jsx-runtime";
|
|
106
|
+
import * as react_jsx_runtime199 from "react/jsx-runtime";
|
|
107
|
+
import * as react_jsx_runtime200 from "react/jsx-runtime";
|
|
104
108
|
import * as class_variance_authority12 from "class-variance-authority";
|
|
105
109
|
import { VariantProps } from "class-variance-authority";
|
|
106
110
|
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
|
|
@@ -117,7 +121,7 @@ import { DialogProps } from "@radix-ui/react-dialog";
|
|
|
117
121
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
118
122
|
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
119
123
|
import * as _tanstack_react_table58 from "@tanstack/react-table";
|
|
120
|
-
import { Cell as Cell$1, Column, Header, Row, RowData, SortingState, Table, TableOptions, Updater } from "@tanstack/react-table";
|
|
124
|
+
import { Cell as Cell$1, Column, ColumnDef, Header, Row, RowData, SortingState, Table, TableOptions, Updater } from "@tanstack/react-table";
|
|
121
125
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
122
126
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
123
127
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
@@ -144,23 +148,35 @@ import * as class_variance_authority_types11 from "class-variance-authority/type
|
|
|
144
148
|
import * as class_variance_authority_types15 from "class-variance-authority/types";
|
|
145
149
|
import * as class_variance_authority_types26 from "class-variance-authority/types";
|
|
146
150
|
import * as class_variance_authority_types35 from "class-variance-authority/types";
|
|
147
|
-
import * as
|
|
151
|
+
import * as class_variance_authority_types133 from "class-variance-authority/types";
|
|
148
152
|
import * as class_variance_authority_types98 from "class-variance-authority/types";
|
|
149
|
-
import * as
|
|
150
|
-
import * as
|
|
151
|
-
import * as
|
|
152
|
-
import * as
|
|
153
|
-
import * as
|
|
154
|
-
import * as
|
|
155
|
-
import * as
|
|
156
|
-
import * as
|
|
157
|
-
import * as
|
|
158
|
-
import * as
|
|
159
|
-
import * as
|
|
160
|
-
import * as
|
|
153
|
+
import * as class_variance_authority_types107 from "class-variance-authority/types";
|
|
154
|
+
import * as class_variance_authority_types120 from "class-variance-authority/types";
|
|
155
|
+
import * as class_variance_authority_types138 from "class-variance-authority/types";
|
|
156
|
+
import * as class_variance_authority_types149 from "class-variance-authority/types";
|
|
157
|
+
import * as class_variance_authority_types158 from "class-variance-authority/types";
|
|
158
|
+
import * as class_variance_authority_types177 from "class-variance-authority/types";
|
|
159
|
+
import * as class_variance_authority_types187 from "class-variance-authority/types";
|
|
160
|
+
import * as class_variance_authority_types193 from "class-variance-authority/types";
|
|
161
|
+
import * as class_variance_authority_types198 from "class-variance-authority/types";
|
|
162
|
+
import * as class_variance_authority_types201 from "class-variance-authority/types";
|
|
163
|
+
import * as class_variance_authority_types203 from "class-variance-authority/types";
|
|
164
|
+
import * as _radix_ui_react_context113 from "@radix-ui/react-context";
|
|
161
165
|
|
|
162
166
|
//#region src/lib/utils.d.ts
|
|
163
167
|
declare function cn(...inputs: ClassValue[]): string;
|
|
168
|
+
/**
|
|
169
|
+
* Generates a test ID by combining a base ID with a suffix.
|
|
170
|
+
* Returns undefined if no base ID is provided.
|
|
171
|
+
*
|
|
172
|
+
* For the root element, use `data-test-id={__e2e_test_id__}` directly.
|
|
173
|
+
* Use this function only for sub-elements that need a suffix.
|
|
174
|
+
*
|
|
175
|
+
* @example
|
|
176
|
+
* <div data-test-id={__e2e_test_id__}> // root element - use directly
|
|
177
|
+
* <input data-test-id={testId(__e2e_test_id__, 'search')}> // sub-element - returns `${baseId}-search` or undefined
|
|
178
|
+
*/
|
|
179
|
+
declare function testId(baseId: string | undefined, suffix: string): string | undefined;
|
|
164
180
|
|
|
165
181
|
//#endregion
|
|
166
182
|
//#region src/accordion/accordion.d.ts
|
|
@@ -285,10 +301,12 @@ declare function Calendar({
|
|
|
285
301
|
showYearNavigation,
|
|
286
302
|
formatters,
|
|
287
303
|
components,
|
|
304
|
+
__e2e_test_id__,
|
|
288
305
|
...props
|
|
289
306
|
}: React$37.ComponentProps<typeof DayPicker> & {
|
|
290
307
|
buttonVariant?: React$37.ComponentProps<typeof Button>['variant'];
|
|
291
308
|
showYearNavigation?: boolean;
|
|
309
|
+
__e2e_test_id__?: string;
|
|
292
310
|
}): react_jsx_runtime9.JSX.Element;
|
|
293
311
|
declare function CalendarDayButton({
|
|
294
312
|
className,
|
|
@@ -629,7 +647,7 @@ type CellVariantProps<TData, TCell> = {
|
|
|
629
647
|
type GanttTimerangePickerProps = {
|
|
630
648
|
initialDateFrom?: Date;
|
|
631
649
|
initialDateTo?: Date;
|
|
632
|
-
onRangeChange
|
|
650
|
+
onRangeChange: (values: ISODateRange | undefined) => void;
|
|
633
651
|
timelineStart?: Date;
|
|
634
652
|
timelineEnd?: Date;
|
|
635
653
|
};
|
|
@@ -667,10 +685,22 @@ type CellSelectOptionsUnion = {
|
|
|
667
685
|
/** Array of options (for enums/static lists) */
|
|
668
686
|
options: CellSelectOption[];
|
|
669
687
|
optionsMap?: never;
|
|
688
|
+
optionsRenderer?: never;
|
|
670
689
|
} | {
|
|
671
690
|
options?: never;
|
|
672
691
|
/** Map-based options (for relation fields) - more efficient for large datasets */
|
|
673
692
|
optionsMap: CellSelectOptionsMap;
|
|
693
|
+
optionsRenderer?: never;
|
|
694
|
+
} | {
|
|
695
|
+
options?: never;
|
|
696
|
+
/** Map-based options with any value type (for complex objects) */
|
|
697
|
+
optionsMap: Map<string, any>;
|
|
698
|
+
/**
|
|
699
|
+
* Required renderer for displaying the map values
|
|
700
|
+
* @param value - The data from the map
|
|
701
|
+
* @param context - 'cell' when rendering the current value in the cell, 'option' when rendering in the dropdown list
|
|
702
|
+
*/
|
|
703
|
+
optionsRenderer: (value: any, context: 'cell' | 'option') => React$30.ReactNode;
|
|
674
704
|
};
|
|
675
705
|
type Cell = {
|
|
676
706
|
variant: 'short-text';
|
|
@@ -1128,23 +1158,23 @@ declare function DataGridSearchImpl({
|
|
|
1128
1158
|
//#region src/popover/popover.d.ts
|
|
1129
1159
|
declare function Popover({
|
|
1130
1160
|
...props
|
|
1131
|
-
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Root>>):
|
|
1161
|
+
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Root>>): react_jsx_runtime131.JSX.Element;
|
|
1132
1162
|
declare function PopoverTrigger({
|
|
1133
1163
|
...props
|
|
1134
|
-
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Trigger>>):
|
|
1164
|
+
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Trigger>>): react_jsx_runtime131.JSX.Element;
|
|
1135
1165
|
declare const popoverVariants: (props?: ({
|
|
1136
1166
|
variant?: "default" | "simple" | null | undefined;
|
|
1137
|
-
} &
|
|
1167
|
+
} & class_variance_authority_types133.ClassProp) | undefined) => string;
|
|
1138
1168
|
declare function PopoverContent({
|
|
1139
1169
|
className,
|
|
1140
1170
|
variant,
|
|
1141
1171
|
align,
|
|
1142
1172
|
sideOffset,
|
|
1143
1173
|
...props
|
|
1144
|
-
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Content> & VariantProps<typeof popoverVariants>>):
|
|
1174
|
+
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Content> & VariantProps<typeof popoverVariants>>): react_jsx_runtime131.JSX.Element;
|
|
1145
1175
|
declare function PopoverAnchor({
|
|
1146
1176
|
...props
|
|
1147
|
-
}: React$22.ComponentProps<typeof PopoverPrimitive.Anchor>):
|
|
1177
|
+
}: React$22.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime131.JSX.Element;
|
|
1148
1178
|
|
|
1149
1179
|
//#endregion
|
|
1150
1180
|
//#region src/data-grid/data-grid-view-menu.d.ts
|
|
@@ -1264,6 +1294,43 @@ declare function SelectCell<TData>({
|
|
|
1264
1294
|
isSelected
|
|
1265
1295
|
}: Readonly<CellVariantProps<TData, string>>): react_jsx_runtime54.JSX.Element;
|
|
1266
1296
|
|
|
1297
|
+
//#endregion
|
|
1298
|
+
//#region src/data-grid/column-presets/select-column.d.ts
|
|
1299
|
+
type RowWithId = {
|
|
1300
|
+
id: string;
|
|
1301
|
+
};
|
|
1302
|
+
type SelectColumnOptions<TData extends RowData & RowWithId> = {
|
|
1303
|
+
/**
|
|
1304
|
+
* Callback to handle removing selected rows.
|
|
1305
|
+
* Receives array of row IDs. If not provided, delete button won't show.
|
|
1306
|
+
*/
|
|
1307
|
+
onRemoveRows?: (ids: TData['id'][]) => void;
|
|
1308
|
+
/**
|
|
1309
|
+
* Column ID. Defaults to 'select'.
|
|
1310
|
+
*/
|
|
1311
|
+
id?: string;
|
|
1312
|
+
/**
|
|
1313
|
+
* Width of the column in pixels.
|
|
1314
|
+
* @default 70
|
|
1315
|
+
*/
|
|
1316
|
+
size?: number;
|
|
1317
|
+
};
|
|
1318
|
+
/**
|
|
1319
|
+
* Creates a selection column with checkboxes for row selection.
|
|
1320
|
+
* Includes a header checkbox for selecting all rows and an optional delete button.
|
|
1321
|
+
*
|
|
1322
|
+
* @example
|
|
1323
|
+
* ```tsx
|
|
1324
|
+
* const columns = [
|
|
1325
|
+
* createSelectColumn<MyDataType>({
|
|
1326
|
+
* onRemoveRows: (ids) => handleDelete(ids),
|
|
1327
|
+
* }),
|
|
1328
|
+
* // ... other columns
|
|
1329
|
+
* ]
|
|
1330
|
+
* ```
|
|
1331
|
+
*/
|
|
1332
|
+
declare function createSelectColumn<TData extends RowData & RowWithId>(options?: SelectColumnOptions<TData>): ColumnDef<TData, unknown>;
|
|
1333
|
+
|
|
1267
1334
|
//#endregion
|
|
1268
1335
|
//#region src/data-grid/cell-variants/short-text-cell.d.ts
|
|
1269
1336
|
declare function ShortTextCell<TData>({
|
|
@@ -1339,7 +1406,7 @@ declare const DrawerDescription: React$19.ForwardRefExoticComponent<Omit<_radix_
|
|
|
1339
1406
|
declare function Label({
|
|
1340
1407
|
className,
|
|
1341
1408
|
...props
|
|
1342
|
-
}: React$18.ComponentProps<typeof LabelPrimitive.Root>):
|
|
1409
|
+
}: React$18.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime110.JSX.Element;
|
|
1343
1410
|
|
|
1344
1411
|
//#endregion
|
|
1345
1412
|
//#region src/field/field.d.ts
|
|
@@ -1404,6 +1471,24 @@ declare function FieldError({
|
|
|
1404
1471
|
//#region src/hooks/use-is-mobile.d.ts
|
|
1405
1472
|
declare function useIsMobile(mobileBreakpoint?: number): boolean;
|
|
1406
1473
|
|
|
1474
|
+
//#endregion
|
|
1475
|
+
//#region src/info-card/info-card.d.ts
|
|
1476
|
+
type InfoCardVariant = 'loading' | 'error' | 'info' | 'not-found';
|
|
1477
|
+
type InfoCardProps = {
|
|
1478
|
+
variant: InfoCardVariant;
|
|
1479
|
+
title: string;
|
|
1480
|
+
message: string;
|
|
1481
|
+
showHomeButton?: boolean;
|
|
1482
|
+
children?: React.ReactNode;
|
|
1483
|
+
};
|
|
1484
|
+
declare const InfoCard: ({
|
|
1485
|
+
variant,
|
|
1486
|
+
title,
|
|
1487
|
+
message,
|
|
1488
|
+
showHomeButton,
|
|
1489
|
+
children
|
|
1490
|
+
}: InfoCardProps) => react_jsx_runtime106.JSX.Element;
|
|
1491
|
+
|
|
1407
1492
|
//#endregion
|
|
1408
1493
|
//#region src/input/input.d.ts
|
|
1409
1494
|
/**
|
|
@@ -1411,8 +1496,8 @@ declare function useIsMobile(mobileBreakpoint?: number): boolean;
|
|
|
1411
1496
|
* NOTE: When modifying variants, also update numberInputWrapperVariants in number-input.tsx
|
|
1412
1497
|
*/
|
|
1413
1498
|
declare const inputVariants: (props?: ({
|
|
1414
|
-
variant?: "default" | "simple" | null | undefined;
|
|
1415
|
-
} &
|
|
1499
|
+
variant?: "default" | "simple" | "discreet" | null | undefined;
|
|
1500
|
+
} & class_variance_authority_types107.ClassProp) | undefined) => string;
|
|
1416
1501
|
type InputProps = React$17.ComponentProps<'input'> & VariantProps<typeof inputVariants> & {
|
|
1417
1502
|
/**
|
|
1418
1503
|
* E2E test_id to identify the input.
|
|
@@ -1429,6 +1514,42 @@ type InputProps = React$17.ComponentProps<'input'> & VariantProps<typeof inputVa
|
|
|
1429
1514
|
};
|
|
1430
1515
|
declare const Input: React$17.ForwardRefExoticComponent<Omit<InputProps, "ref"> & React$17.RefAttributes<HTMLInputElement>>;
|
|
1431
1516
|
|
|
1517
|
+
//#endregion
|
|
1518
|
+
//#region src/input/deferred-input.d.ts
|
|
1519
|
+
type DeferredInputProps = Omit<InputProps, 'value' | 'onChange'> & {
|
|
1520
|
+
/**
|
|
1521
|
+
* The current value (controlled from parent)
|
|
1522
|
+
*/
|
|
1523
|
+
value: string;
|
|
1524
|
+
/**
|
|
1525
|
+
* Called when the user commits the value (on blur or Enter key)
|
|
1526
|
+
* Only fires if the value has actually changed
|
|
1527
|
+
*/
|
|
1528
|
+
onCommit: (value: string) => void;
|
|
1529
|
+
/**
|
|
1530
|
+
* Optional: also expose onChange for cases where you need to track typing
|
|
1531
|
+
*/
|
|
1532
|
+
onValueChange?: (value: string) => void;
|
|
1533
|
+
/**
|
|
1534
|
+
* If true, also commits on Enter key press (default: true)
|
|
1535
|
+
*/
|
|
1536
|
+
commitOnEnter?: boolean;
|
|
1537
|
+
};
|
|
1538
|
+
/**
|
|
1539
|
+
* An Input that buffers changes locally and only commits to the parent
|
|
1540
|
+
* on blur or Enter key press. Useful for forms where you don't want to
|
|
1541
|
+
* trigger expensive operations (like API calls) on every keystroke.
|
|
1542
|
+
*/
|
|
1543
|
+
declare function DeferredInput({
|
|
1544
|
+
value,
|
|
1545
|
+
onCommit,
|
|
1546
|
+
onValueChange,
|
|
1547
|
+
commitOnEnter,
|
|
1548
|
+
onBlur,
|
|
1549
|
+
onKeyDown,
|
|
1550
|
+
...props
|
|
1551
|
+
}: DeferredInputProps): react_jsx_runtime108.JSX.Element;
|
|
1552
|
+
|
|
1432
1553
|
//#endregion
|
|
1433
1554
|
//#region src/input/number-input.d.ts
|
|
1434
1555
|
/**
|
|
@@ -1500,26 +1621,62 @@ type NumberInputProps = Omit<React$16.ComponentProps<'input'>, 'type' | 'value'
|
|
|
1500
1621
|
};
|
|
1501
1622
|
declare const NumberInput: React$16.ForwardRefExoticComponent<Omit<NumberInputProps, "ref"> & React$16.RefAttributes<HTMLInputElement>>;
|
|
1502
1623
|
|
|
1624
|
+
//#endregion
|
|
1625
|
+
//#region src/input/deferred-number-input.d.ts
|
|
1626
|
+
type DeferredNumberInputProps = Omit<NumberInputProps, 'value' | 'onChange'> & {
|
|
1627
|
+
/**
|
|
1628
|
+
* The current value (controlled from parent)
|
|
1629
|
+
*/
|
|
1630
|
+
value: number | null;
|
|
1631
|
+
/**
|
|
1632
|
+
* Called when the user commits the value (on blur or Enter key)
|
|
1633
|
+
* Only fires if the value has actually changed
|
|
1634
|
+
*/
|
|
1635
|
+
onCommit: (value: number | null) => void;
|
|
1636
|
+
/**
|
|
1637
|
+
* Optional: also expose onChange for cases where you need to track typing
|
|
1638
|
+
*/
|
|
1639
|
+
onValueChange?: (value: number | null) => void;
|
|
1640
|
+
/**
|
|
1641
|
+
* If true, also commits on Enter key press (default: true)
|
|
1642
|
+
*/
|
|
1643
|
+
commitOnEnter?: boolean;
|
|
1644
|
+
};
|
|
1645
|
+
/**
|
|
1646
|
+
* A NumberInput that buffers changes locally and only commits to the parent
|
|
1647
|
+
* on blur or Enter key press. Useful for forms where you don't want to
|
|
1648
|
+
* trigger expensive operations (like API calls) on every keystroke.
|
|
1649
|
+
*/
|
|
1650
|
+
declare function DeferredNumberInput({
|
|
1651
|
+
value,
|
|
1652
|
+
onCommit,
|
|
1653
|
+
onValueChange,
|
|
1654
|
+
commitOnEnter,
|
|
1655
|
+
onBlur,
|
|
1656
|
+
onEnter,
|
|
1657
|
+
...props
|
|
1658
|
+
}: DeferredNumberInputProps): react_jsx_runtime109.JSX.Element;
|
|
1659
|
+
|
|
1503
1660
|
//#endregion
|
|
1504
1661
|
//#region src/mark-value-renderer/mark-value-renderer.d.ts
|
|
1505
1662
|
/**
|
|
1506
1663
|
* Adds a mark tag around all search hits in the text,
|
|
1507
1664
|
* so that the given searchValues are highlighted in the text
|
|
1508
1665
|
*/
|
|
1509
|
-
declare const MarkValueRenderer:
|
|
1666
|
+
declare const MarkValueRenderer: react112.MemoExoticComponent<({
|
|
1510
1667
|
text,
|
|
1511
1668
|
searchValues
|
|
1512
1669
|
}: {
|
|
1513
1670
|
text: string;
|
|
1514
1671
|
searchValues: string[] | undefined;
|
|
1515
|
-
}) =>
|
|
1672
|
+
}) => react_jsx_runtime111.JSX.Element>;
|
|
1516
1673
|
|
|
1517
1674
|
//#endregion
|
|
1518
1675
|
//#region src/menubar/menubar.d.ts
|
|
1519
1676
|
declare const MenubarMenu: {
|
|
1520
1677
|
(props: MenubarPrimitive.MenubarMenuProps & {
|
|
1521
|
-
__scopeMenubar?:
|
|
1522
|
-
}):
|
|
1678
|
+
__scopeMenubar?: _radix_ui_react_context113.Scope;
|
|
1679
|
+
}): react_jsx_runtime114.JSX.Element;
|
|
1523
1680
|
displayName: string;
|
|
1524
1681
|
};
|
|
1525
1682
|
declare const MenubarGroup: React$15.ForwardRefExoticComponent<MenubarPrimitive.MenubarGroupProps & React$15.RefAttributes<HTMLDivElement>>;
|
|
@@ -1546,7 +1703,7 @@ declare const MenubarShortcut: {
|
|
|
1546
1703
|
({
|
|
1547
1704
|
className,
|
|
1548
1705
|
...props
|
|
1549
|
-
}: React$15.HTMLAttributes<HTMLSpanElement>):
|
|
1706
|
+
}: React$15.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime114.JSX.Element;
|
|
1550
1707
|
displayname: string;
|
|
1551
1708
|
};
|
|
1552
1709
|
|
|
@@ -1580,7 +1737,7 @@ declare const Modal: ({
|
|
|
1580
1737
|
contentClass,
|
|
1581
1738
|
__e2e_test_id__,
|
|
1582
1739
|
onOpenAutoFocus
|
|
1583
|
-
}: PropsWithChildren<ModalProps>) =>
|
|
1740
|
+
}: PropsWithChildren<ModalProps>) => react_jsx_runtime116.JSX.Element;
|
|
1584
1741
|
|
|
1585
1742
|
//#endregion
|
|
1586
1743
|
//#region src/navigation-menu/navigation-menu.d.ts
|
|
@@ -1591,37 +1748,37 @@ declare function NavigationMenu({
|
|
|
1591
1748
|
...props
|
|
1592
1749
|
}: React.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
|
|
1593
1750
|
viewport?: boolean;
|
|
1594
|
-
}):
|
|
1751
|
+
}): react_jsx_runtime117.JSX.Element;
|
|
1595
1752
|
declare function NavigationMenuList({
|
|
1596
1753
|
className,
|
|
1597
1754
|
...props
|
|
1598
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.List>):
|
|
1755
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime117.JSX.Element;
|
|
1599
1756
|
declare function NavigationMenuItem({
|
|
1600
1757
|
className,
|
|
1601
1758
|
...props
|
|
1602
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Item>):
|
|
1603
|
-
declare const navigationMenuTriggerStyle: (props?:
|
|
1759
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime117.JSX.Element;
|
|
1760
|
+
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types120.ClassProp | undefined) => string;
|
|
1604
1761
|
declare function NavigationMenuTrigger({
|
|
1605
1762
|
className,
|
|
1606
1763
|
children,
|
|
1607
1764
|
...props
|
|
1608
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>):
|
|
1765
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime117.JSX.Element;
|
|
1609
1766
|
declare function NavigationMenuContent({
|
|
1610
1767
|
className,
|
|
1611
1768
|
...props
|
|
1612
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Content>):
|
|
1769
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime117.JSX.Element;
|
|
1613
1770
|
declare function NavigationMenuViewport({
|
|
1614
1771
|
className,
|
|
1615
1772
|
...props
|
|
1616
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>):
|
|
1773
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime117.JSX.Element;
|
|
1617
1774
|
declare function NavigationMenuLink({
|
|
1618
1775
|
className,
|
|
1619
1776
|
...props
|
|
1620
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Link>):
|
|
1777
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime117.JSX.Element;
|
|
1621
1778
|
declare function NavigationMenuIndicator({
|
|
1622
1779
|
className,
|
|
1623
1780
|
...props
|
|
1624
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>):
|
|
1781
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime117.JSX.Element;
|
|
1625
1782
|
|
|
1626
1783
|
//#endregion
|
|
1627
1784
|
//#region src/pagination/pagination.d.ts
|
|
@@ -1629,7 +1786,7 @@ declare const Pagination: {
|
|
|
1629
1786
|
({
|
|
1630
1787
|
className,
|
|
1631
1788
|
...props
|
|
1632
|
-
}: React$14.ComponentProps<"nav">):
|
|
1789
|
+
}: React$14.ComponentProps<"nav">): react_jsx_runtime126.JSX.Element;
|
|
1633
1790
|
displayName: string;
|
|
1634
1791
|
};
|
|
1635
1792
|
declare const PaginationContent: React$14.ForwardRefExoticComponent<Omit<React$14.DetailedHTMLProps<React$14.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$14.RefAttributes<HTMLUListElement>>;
|
|
@@ -1644,28 +1801,28 @@ declare const PaginationLink: {
|
|
|
1644
1801
|
size,
|
|
1645
1802
|
children,
|
|
1646
1803
|
...props
|
|
1647
|
-
}: PaginationLinkProps):
|
|
1804
|
+
}: PaginationLinkProps): react_jsx_runtime126.JSX.Element;
|
|
1648
1805
|
displayName: string;
|
|
1649
1806
|
};
|
|
1650
1807
|
declare const PaginationPrevious: {
|
|
1651
1808
|
({
|
|
1652
1809
|
className,
|
|
1653
1810
|
...props
|
|
1654
|
-
}: React$14.ComponentProps<typeof PaginationLink>):
|
|
1811
|
+
}: React$14.ComponentProps<typeof PaginationLink>): react_jsx_runtime126.JSX.Element;
|
|
1655
1812
|
displayName: string;
|
|
1656
1813
|
};
|
|
1657
1814
|
declare const PaginationNext: {
|
|
1658
1815
|
({
|
|
1659
1816
|
className,
|
|
1660
1817
|
...props
|
|
1661
|
-
}: React$14.ComponentProps<typeof PaginationLink>):
|
|
1818
|
+
}: React$14.ComponentProps<typeof PaginationLink>): react_jsx_runtime126.JSX.Element;
|
|
1662
1819
|
displayName: string;
|
|
1663
1820
|
};
|
|
1664
1821
|
declare const PaginationEllipsis: {
|
|
1665
1822
|
({
|
|
1666
1823
|
className,
|
|
1667
1824
|
...props
|
|
1668
|
-
}: React$14.ComponentProps<"span">):
|
|
1825
|
+
}: React$14.ComponentProps<"span">): react_jsx_runtime126.JSX.Element;
|
|
1669
1826
|
displayName: string;
|
|
1670
1827
|
};
|
|
1671
1828
|
|
|
@@ -1677,7 +1834,7 @@ declare const Progress: ({
|
|
|
1677
1834
|
}: {
|
|
1678
1835
|
value: number;
|
|
1679
1836
|
size?: string;
|
|
1680
|
-
}) =>
|
|
1837
|
+
}) => react_jsx_runtime136.JSX.Element;
|
|
1681
1838
|
|
|
1682
1839
|
//#endregion
|
|
1683
1840
|
//#region src/radio-group/radio-group.d.ts
|
|
@@ -1687,26 +1844,26 @@ declare function RadioGroup({
|
|
|
1687
1844
|
...props
|
|
1688
1845
|
}: React$13.ComponentProps<typeof RadioGroupPrimitive.Root> & {
|
|
1689
1846
|
__e2e_test_id__?: string;
|
|
1690
|
-
}):
|
|
1847
|
+
}): react_jsx_runtime137.JSX.Element;
|
|
1691
1848
|
declare const radioGroupVariants: (props?: ({
|
|
1692
1849
|
circleVariant?: "default" | "grayThick" | null | undefined;
|
|
1693
1850
|
size?: "default" | "sm" | null | undefined;
|
|
1694
|
-
} &
|
|
1851
|
+
} & class_variance_authority_types138.ClassProp) | undefined) => string;
|
|
1695
1852
|
type RadioGroupItemProps = React$13.ComponentProps<typeof RadioGroupPrimitive.Item> & VariantProps<typeof radioGroupVariants>;
|
|
1696
1853
|
declare function RadioGroupItem({
|
|
1697
1854
|
className,
|
|
1698
1855
|
circleVariant,
|
|
1699
1856
|
size,
|
|
1700
1857
|
...props
|
|
1701
|
-
}: RadioGroupItemProps):
|
|
1858
|
+
}: RadioGroupItemProps): react_jsx_runtime137.JSX.Element;
|
|
1702
1859
|
|
|
1703
1860
|
//#endregion
|
|
1704
1861
|
//#region src/resizable/resizeable.d.ts
|
|
1705
1862
|
declare const ResizablePanelGroup: ({
|
|
1706
1863
|
className,
|
|
1707
1864
|
...props
|
|
1708
|
-
}: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) =>
|
|
1709
|
-
declare const ResizablePanel:
|
|
1865
|
+
}: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => react_jsx_runtime140.JSX.Element;
|
|
1866
|
+
declare const ResizablePanel: react141.ForwardRefExoticComponent<Omit<react141.HTMLAttributes<HTMLButtonElement | HTMLElement | HTMLDivElement | HTMLParagraphElement | HTMLHeadingElement | HTMLSpanElement | HTMLImageElement | HTMLOListElement | HTMLLIElement | HTMLAnchorElement | HTMLInputElement | HTMLUListElement | HTMLObjectElement | HTMLAreaElement | HTMLAudioElement | HTMLBaseElement | HTMLQuoteElement | HTMLBodyElement | HTMLBRElement | HTMLCanvasElement | HTMLTableCaptionElement | HTMLTableColElement | HTMLDataElement | HTMLDataListElement | HTMLModElement | HTMLDetailsElement | HTMLDialogElement | HTMLDListElement | HTMLEmbedElement | HTMLFieldSetElement | HTMLFormElement | HTMLHeadElement | HTMLHRElement | HTMLHtmlElement | HTMLIFrameElement | HTMLLabelElement | HTMLLegendElement | HTMLLinkElement | HTMLMapElement | HTMLMenuElement | HTMLMetaElement | HTMLMeterElement | HTMLOptGroupElement | HTMLOptionElement | HTMLOutputElement | HTMLPictureElement | HTMLPreElement | HTMLProgressElement | HTMLScriptElement | HTMLSelectElement | HTMLSlotElement | HTMLSourceElement | HTMLStyleElement | HTMLTableElement | HTMLTableSectionElement | HTMLTableCellElement | HTMLTemplateElement | HTMLTextAreaElement | HTMLTimeElement | HTMLTitleElement | HTMLTableRowElement | HTMLTrackElement | HTMLVideoElement>, "id" | "onResize"> & {
|
|
1710
1867
|
className?: string;
|
|
1711
1868
|
collapsedSize?: number | undefined;
|
|
1712
1869
|
collapsible?: boolean | undefined;
|
|
@@ -1721,15 +1878,15 @@ declare const ResizablePanel: react138.ForwardRefExoticComponent<Omit<react138.H
|
|
|
1721
1878
|
style?: object;
|
|
1722
1879
|
tagName?: keyof HTMLElementTagNameMap | undefined;
|
|
1723
1880
|
} & {
|
|
1724
|
-
children?:
|
|
1725
|
-
} &
|
|
1881
|
+
children?: react141.ReactNode | undefined;
|
|
1882
|
+
} & react141.RefAttributes<ResizablePrimitive.ImperativePanelHandle>>;
|
|
1726
1883
|
declare const ResizableHandle: ({
|
|
1727
1884
|
withHandle,
|
|
1728
1885
|
className,
|
|
1729
1886
|
...props
|
|
1730
1887
|
}: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
1731
1888
|
withHandle?: boolean;
|
|
1732
|
-
}) =>
|
|
1889
|
+
}) => react_jsx_runtime140.JSX.Element;
|
|
1733
1890
|
|
|
1734
1891
|
//#endregion
|
|
1735
1892
|
//#region src/scroll-area/scroll-area.d.ts
|
|
@@ -1747,17 +1904,17 @@ type SelectProps = React$11.ComponentProps<typeof SelectPrimitive.Root> & {
|
|
|
1747
1904
|
declare function Select({
|
|
1748
1905
|
__e2e_test_id__,
|
|
1749
1906
|
...rest
|
|
1750
|
-
}: SelectProps):
|
|
1907
|
+
}: SelectProps): react_jsx_runtime146.JSX.Element;
|
|
1751
1908
|
declare function SelectGroup({
|
|
1752
1909
|
...props
|
|
1753
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Group>):
|
|
1910
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime146.JSX.Element;
|
|
1754
1911
|
declare function SelectValue({
|
|
1755
1912
|
...props
|
|
1756
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Value>):
|
|
1913
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime146.JSX.Element;
|
|
1757
1914
|
declare const selectTriggerVariants: (props?: ({
|
|
1758
1915
|
size?: "default" | "xs" | "sm" | "lg" | null | undefined;
|
|
1759
1916
|
variant?: "default" | "simple" | null | undefined;
|
|
1760
|
-
} &
|
|
1917
|
+
} & class_variance_authority_types149.ClassProp) | undefined) => string;
|
|
1761
1918
|
declare function SelectTrigger({
|
|
1762
1919
|
className,
|
|
1763
1920
|
size,
|
|
@@ -1767,40 +1924,40 @@ declare function SelectTrigger({
|
|
|
1767
1924
|
...props
|
|
1768
1925
|
}: React$11.ComponentProps<typeof SelectPrimitive.Trigger> & VariantProps<typeof selectTriggerVariants> & {
|
|
1769
1926
|
asChild?: boolean;
|
|
1770
|
-
}):
|
|
1927
|
+
}): react_jsx_runtime146.JSX.Element;
|
|
1771
1928
|
declare function SelectContent({
|
|
1772
1929
|
className,
|
|
1773
1930
|
children,
|
|
1774
1931
|
position,
|
|
1775
1932
|
...props
|
|
1776
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Content>):
|
|
1933
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime146.JSX.Element;
|
|
1777
1934
|
declare function SelectLabel({
|
|
1778
1935
|
className,
|
|
1779
1936
|
...props
|
|
1780
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Label>):
|
|
1937
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime146.JSX.Element;
|
|
1781
1938
|
declare const selectItemVariants: (props?: ({
|
|
1782
1939
|
type?: "default" | "deselect" | null | undefined;
|
|
1783
1940
|
spacing?: "sm" | "md" | "lg" | null | undefined;
|
|
1784
|
-
} &
|
|
1941
|
+
} & class_variance_authority_types149.ClassProp) | undefined) => string;
|
|
1785
1942
|
declare function SelectItem({
|
|
1786
1943
|
className,
|
|
1787
1944
|
children,
|
|
1788
1945
|
type,
|
|
1789
1946
|
spacing,
|
|
1790
1947
|
...props
|
|
1791
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Item> & VariantProps<typeof selectItemVariants>):
|
|
1948
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Item> & VariantProps<typeof selectItemVariants>): react_jsx_runtime146.JSX.Element;
|
|
1792
1949
|
declare function SelectSeparator({
|
|
1793
1950
|
className,
|
|
1794
1951
|
...props
|
|
1795
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Separator>):
|
|
1952
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime146.JSX.Element;
|
|
1796
1953
|
declare function SelectScrollUpButton({
|
|
1797
1954
|
className,
|
|
1798
1955
|
...props
|
|
1799
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.ScrollUpButton>):
|
|
1956
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime146.JSX.Element;
|
|
1800
1957
|
declare function SelectScrollDownButton({
|
|
1801
1958
|
className,
|
|
1802
1959
|
...props
|
|
1803
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.ScrollDownButton>):
|
|
1960
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime146.JSX.Element;
|
|
1804
1961
|
|
|
1805
1962
|
//#endregion
|
|
1806
1963
|
//#region src/separator/separator.d.ts
|
|
@@ -1815,19 +1972,21 @@ declare const SheetPortal: React$9.FC<SheetPrimitive.DialogPortalProps>;
|
|
|
1815
1972
|
declare const SheetOverlay: React$9.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React$9.RefAttributes<HTMLDivElement>, "ref"> & React$9.RefAttributes<HTMLDivElement>>;
|
|
1816
1973
|
declare const SheetContent: React$9.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & React$9.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
|
|
1817
1974
|
side?: "left" | "right" | "top" | "bottom" | null | undefined;
|
|
1818
|
-
} &
|
|
1975
|
+
} & class_variance_authority_types158.ClassProp) | undefined) => string> & {
|
|
1976
|
+
__e2e_test_id__?: string;
|
|
1977
|
+
} & React$9.RefAttributes<HTMLDivElement>>;
|
|
1819
1978
|
declare const SheetHeader: {
|
|
1820
1979
|
({
|
|
1821
1980
|
className,
|
|
1822
1981
|
...props
|
|
1823
|
-
}: React$9.HTMLAttributes<HTMLDivElement>):
|
|
1982
|
+
}: React$9.HTMLAttributes<HTMLDivElement>): react_jsx_runtime159.JSX.Element;
|
|
1824
1983
|
displayName: string;
|
|
1825
1984
|
};
|
|
1826
1985
|
declare const SheetFooter: {
|
|
1827
1986
|
({
|
|
1828
1987
|
className,
|
|
1829
1988
|
...props
|
|
1830
|
-
}: React$9.HTMLAttributes<HTMLDivElement>):
|
|
1989
|
+
}: React$9.HTMLAttributes<HTMLDivElement>): react_jsx_runtime159.JSX.Element;
|
|
1831
1990
|
displayName: string;
|
|
1832
1991
|
};
|
|
1833
1992
|
declare const SheetTitle: React$9.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React$9.RefAttributes<HTMLHeadingElement>, "ref"> & React$9.RefAttributes<HTMLHeadingElement>>;
|
|
@@ -1857,7 +2016,7 @@ declare function SidebarProvider({
|
|
|
1857
2016
|
defaultOpen?: boolean;
|
|
1858
2017
|
open?: boolean;
|
|
1859
2018
|
onOpenChange?: (open: boolean) => void;
|
|
1860
|
-
}):
|
|
2019
|
+
}): react_jsx_runtime161.JSX.Element;
|
|
1861
2020
|
declare function Sidebar({
|
|
1862
2021
|
side,
|
|
1863
2022
|
variant,
|
|
@@ -1869,74 +2028,74 @@ declare function Sidebar({
|
|
|
1869
2028
|
side?: 'left' | 'right';
|
|
1870
2029
|
variant?: 'sidebar' | 'floating' | 'inset';
|
|
1871
2030
|
collapsible?: 'offcanvas' | 'icon' | 'none';
|
|
1872
|
-
}):
|
|
2031
|
+
}): react_jsx_runtime161.JSX.Element;
|
|
1873
2032
|
declare function SidebarTrigger({
|
|
1874
2033
|
className,
|
|
1875
2034
|
onClick,
|
|
1876
2035
|
...props
|
|
1877
|
-
}: React$8.ComponentProps<typeof Button>):
|
|
2036
|
+
}: React$8.ComponentProps<typeof Button>): react_jsx_runtime161.JSX.Element;
|
|
1878
2037
|
declare function SidebarRail({
|
|
1879
2038
|
className,
|
|
1880
2039
|
...props
|
|
1881
|
-
}: React$8.ComponentProps<'button'>):
|
|
2040
|
+
}: React$8.ComponentProps<'button'>): react_jsx_runtime161.JSX.Element;
|
|
1882
2041
|
declare function SidebarInset({
|
|
1883
2042
|
className,
|
|
1884
2043
|
...props
|
|
1885
|
-
}: React$8.ComponentProps<'main'>):
|
|
2044
|
+
}: React$8.ComponentProps<'main'>): react_jsx_runtime161.JSX.Element;
|
|
1886
2045
|
declare function SidebarInput({
|
|
1887
2046
|
className,
|
|
1888
2047
|
...props
|
|
1889
|
-
}: React$8.ComponentProps<typeof Input>):
|
|
2048
|
+
}: React$8.ComponentProps<typeof Input>): react_jsx_runtime161.JSX.Element;
|
|
1890
2049
|
declare function SidebarHeader({
|
|
1891
2050
|
className,
|
|
1892
2051
|
...props
|
|
1893
|
-
}: React$8.ComponentProps<'div'>):
|
|
2052
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime161.JSX.Element;
|
|
1894
2053
|
declare function SidebarFooter({
|
|
1895
2054
|
className,
|
|
1896
2055
|
...props
|
|
1897
|
-
}: React$8.ComponentProps<'div'>):
|
|
2056
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime161.JSX.Element;
|
|
1898
2057
|
declare function SidebarSeparator({
|
|
1899
2058
|
className,
|
|
1900
2059
|
...props
|
|
1901
|
-
}: React$8.ComponentProps<typeof Separator>):
|
|
2060
|
+
}: React$8.ComponentProps<typeof Separator>): react_jsx_runtime161.JSX.Element;
|
|
1902
2061
|
declare function SidebarContent({
|
|
1903
2062
|
className,
|
|
1904
2063
|
...props
|
|
1905
|
-
}: React$8.ComponentProps<'div'>):
|
|
2064
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime161.JSX.Element;
|
|
1906
2065
|
declare function SidebarGroup({
|
|
1907
2066
|
className,
|
|
1908
2067
|
...props
|
|
1909
|
-
}: React$8.ComponentProps<'div'>):
|
|
2068
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime161.JSX.Element;
|
|
1910
2069
|
declare function SidebarGroupLabel({
|
|
1911
2070
|
className,
|
|
1912
2071
|
asChild,
|
|
1913
2072
|
...props
|
|
1914
2073
|
}: React$8.ComponentProps<'div'> & {
|
|
1915
2074
|
asChild?: boolean;
|
|
1916
|
-
}):
|
|
2075
|
+
}): react_jsx_runtime161.JSX.Element;
|
|
1917
2076
|
declare function SidebarGroupAction({
|
|
1918
2077
|
className,
|
|
1919
2078
|
asChild,
|
|
1920
2079
|
...props
|
|
1921
2080
|
}: React$8.ComponentProps<'button'> & {
|
|
1922
2081
|
asChild?: boolean;
|
|
1923
|
-
}):
|
|
2082
|
+
}): react_jsx_runtime161.JSX.Element;
|
|
1924
2083
|
declare function SidebarGroupContent({
|
|
1925
2084
|
className,
|
|
1926
2085
|
...props
|
|
1927
|
-
}: React$8.ComponentProps<'div'>):
|
|
2086
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime161.JSX.Element;
|
|
1928
2087
|
declare function SidebarMenu({
|
|
1929
2088
|
className,
|
|
1930
2089
|
...props
|
|
1931
|
-
}: React$8.ComponentProps<'ul'>):
|
|
2090
|
+
}: React$8.ComponentProps<'ul'>): react_jsx_runtime161.JSX.Element;
|
|
1932
2091
|
declare function SidebarMenuItem({
|
|
1933
2092
|
className,
|
|
1934
2093
|
...props
|
|
1935
|
-
}: React$8.ComponentProps<'li'>):
|
|
2094
|
+
}: React$8.ComponentProps<'li'>): react_jsx_runtime161.JSX.Element;
|
|
1936
2095
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
1937
2096
|
variant?: "default" | "outline" | null | undefined;
|
|
1938
2097
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1939
|
-
} &
|
|
2098
|
+
} & class_variance_authority_types177.ClassProp) | undefined) => string;
|
|
1940
2099
|
declare function SidebarMenuButton({
|
|
1941
2100
|
asChild,
|
|
1942
2101
|
isActive,
|
|
@@ -1949,7 +2108,7 @@ declare function SidebarMenuButton({
|
|
|
1949
2108
|
asChild?: boolean;
|
|
1950
2109
|
isActive?: boolean;
|
|
1951
2110
|
tooltip?: string | React$8.ComponentProps<typeof TooltipContent>;
|
|
1952
|
-
} & VariantProps<typeof sidebarMenuButtonVariants>):
|
|
2111
|
+
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime161.JSX.Element;
|
|
1953
2112
|
declare function SidebarMenuAction({
|
|
1954
2113
|
className,
|
|
1955
2114
|
asChild,
|
|
@@ -1958,11 +2117,11 @@ declare function SidebarMenuAction({
|
|
|
1958
2117
|
}: React$8.ComponentProps<'button'> & {
|
|
1959
2118
|
asChild?: boolean;
|
|
1960
2119
|
showOnHover?: boolean;
|
|
1961
|
-
}):
|
|
2120
|
+
}): react_jsx_runtime161.JSX.Element;
|
|
1962
2121
|
declare function SidebarMenuBadge({
|
|
1963
2122
|
className,
|
|
1964
2123
|
...props
|
|
1965
|
-
}: React$8.ComponentProps<'div'>):
|
|
2124
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime161.JSX.Element;
|
|
1966
2125
|
declare function SidebarMenuSkeleton({
|
|
1967
2126
|
className,
|
|
1968
2127
|
showIcon,
|
|
@@ -1971,15 +2130,15 @@ declare function SidebarMenuSkeleton({
|
|
|
1971
2130
|
}: React$8.ComponentProps<'div'> & {
|
|
1972
2131
|
showIcon?: boolean;
|
|
1973
2132
|
widths?: number[];
|
|
1974
|
-
}):
|
|
2133
|
+
}): react_jsx_runtime161.JSX.Element;
|
|
1975
2134
|
declare function SidebarMenuSub({
|
|
1976
2135
|
className,
|
|
1977
2136
|
...props
|
|
1978
|
-
}: React$8.ComponentProps<'ul'>):
|
|
2137
|
+
}: React$8.ComponentProps<'ul'>): react_jsx_runtime161.JSX.Element;
|
|
1979
2138
|
declare function SidebarMenuSubItem({
|
|
1980
2139
|
className,
|
|
1981
2140
|
...props
|
|
1982
|
-
}: React$8.ComponentProps<'li'>):
|
|
2141
|
+
}: React$8.ComponentProps<'li'>): react_jsx_runtime161.JSX.Element;
|
|
1983
2142
|
declare function SidebarMenuSubButton({
|
|
1984
2143
|
asChild,
|
|
1985
2144
|
size,
|
|
@@ -1990,14 +2149,14 @@ declare function SidebarMenuSubButton({
|
|
|
1990
2149
|
asChild?: boolean;
|
|
1991
2150
|
size?: 'sm' | 'md';
|
|
1992
2151
|
isActive?: boolean;
|
|
1993
|
-
}):
|
|
2152
|
+
}): react_jsx_runtime161.JSX.Element;
|
|
1994
2153
|
|
|
1995
2154
|
//#endregion
|
|
1996
2155
|
//#region src/skeleton/skeleton.d.ts
|
|
1997
2156
|
declare function Skeleton({
|
|
1998
2157
|
className,
|
|
1999
2158
|
...props
|
|
2000
|
-
}: React.HTMLAttributes<HTMLDivElement>):
|
|
2159
|
+
}: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime185.JSX.Element;
|
|
2001
2160
|
|
|
2002
2161
|
//#endregion
|
|
2003
2162
|
//#region src/slicer/slicer.d.ts
|
|
@@ -2010,7 +2169,8 @@ declare function Slicer<T extends Key>({
|
|
|
2010
2169
|
optionsHeight,
|
|
2011
2170
|
className,
|
|
2012
2171
|
defaultCollapsed,
|
|
2013
|
-
storageKey
|
|
2172
|
+
storageKey,
|
|
2173
|
+
__e2e_test_id__
|
|
2014
2174
|
}: Readonly<{
|
|
2015
2175
|
filterValues: {
|
|
2016
2176
|
value: T;
|
|
@@ -2026,16 +2186,17 @@ declare function Slicer<T extends Key>({
|
|
|
2026
2186
|
defaultCollapsed?: boolean;
|
|
2027
2187
|
/** Storage key for persisting collapsed state. Defaults to a key based on the title. Set to null to disable persistence. */
|
|
2028
2188
|
storageKey?: string | null;
|
|
2029
|
-
|
|
2189
|
+
__e2e_test_id__?: string;
|
|
2190
|
+
}>): react_jsx_runtime186.JSX.Element;
|
|
2030
2191
|
|
|
2031
2192
|
//#endregion
|
|
2032
2193
|
//#region src/slider/slider.d.ts
|
|
2033
2194
|
declare const sliderVariants: (props?: ({
|
|
2034
2195
|
sliderVariant?: "default" | "gray" | null | undefined;
|
|
2035
|
-
} &
|
|
2196
|
+
} & class_variance_authority_types187.ClassProp) | undefined) => string;
|
|
2036
2197
|
declare const knobVariants: (props?: ({
|
|
2037
2198
|
knobVariant?: "default" | "gray" | null | undefined;
|
|
2038
|
-
} &
|
|
2199
|
+
} & class_variance_authority_types187.ClassProp) | undefined) => string;
|
|
2039
2200
|
type SliderProps = React$7.ComponentProps<typeof SliderPrimitive.Root> & VariantProps<typeof sliderVariants> & VariantProps<typeof knobVariants> & {
|
|
2040
2201
|
knobSize?: number;
|
|
2041
2202
|
};
|
|
@@ -2049,7 +2210,7 @@ declare function Slider({
|
|
|
2049
2210
|
knobVariant,
|
|
2050
2211
|
knobSize,
|
|
2051
2212
|
...props
|
|
2052
|
-
}: SliderProps):
|
|
2213
|
+
}: SliderProps): react_jsx_runtime189.JSX.Element;
|
|
2053
2214
|
|
|
2054
2215
|
//#endregion
|
|
2055
2216
|
//#region src/spinner/spinner.d.ts
|
|
@@ -2057,7 +2218,7 @@ declare function Spinner({
|
|
|
2057
2218
|
classNames
|
|
2058
2219
|
}: Readonly<{
|
|
2059
2220
|
classNames?: string;
|
|
2060
|
-
}>):
|
|
2221
|
+
}>): react_jsx_runtime190.JSX.Element;
|
|
2061
2222
|
type LoaderProps = Readonly<{
|
|
2062
2223
|
label?: string;
|
|
2063
2224
|
disabled?: boolean;
|
|
@@ -2065,7 +2226,7 @@ type LoaderProps = Readonly<{
|
|
|
2065
2226
|
declare function Loader({
|
|
2066
2227
|
label,
|
|
2067
2228
|
disabled
|
|
2068
|
-
}: LoaderProps):
|
|
2229
|
+
}: LoaderProps): react_jsx_runtime190.JSX.Element | null;
|
|
2069
2230
|
|
|
2070
2231
|
//#endregion
|
|
2071
2232
|
//#region src/switch/switch.d.ts
|
|
@@ -2076,11 +2237,11 @@ declare const Switch: React$6.ForwardRefExoticComponent<Omit<SwitchPrimitives.Sw
|
|
|
2076
2237
|
declare function Tabs({
|
|
2077
2238
|
className,
|
|
2078
2239
|
...props
|
|
2079
|
-
}: ComponentProps<typeof TabsPrimitive.Root>):
|
|
2240
|
+
}: ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime192.JSX.Element;
|
|
2080
2241
|
declare const tabsListVariants: (props?: ({
|
|
2081
2242
|
variant?: "default" | "protocol" | null | undefined;
|
|
2082
2243
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2083
|
-
} &
|
|
2244
|
+
} & class_variance_authority_types193.ClassProp) | undefined) => string;
|
|
2084
2245
|
declare function TabsList({
|
|
2085
2246
|
className,
|
|
2086
2247
|
variant,
|
|
@@ -2089,10 +2250,10 @@ declare function TabsList({
|
|
|
2089
2250
|
...props
|
|
2090
2251
|
}: ComponentProps<typeof TabsPrimitive.List> & VariantProps<typeof tabsListVariants> & {
|
|
2091
2252
|
asChild?: boolean;
|
|
2092
|
-
}):
|
|
2253
|
+
}): react_jsx_runtime192.JSX.Element;
|
|
2093
2254
|
declare const tabsTriggerVariants: (props?: ({
|
|
2094
2255
|
variant?: "default" | "protocol" | null | undefined;
|
|
2095
|
-
} &
|
|
2256
|
+
} & class_variance_authority_types193.ClassProp) | undefined) => string;
|
|
2096
2257
|
declare function TabsTrigger({
|
|
2097
2258
|
className,
|
|
2098
2259
|
variant,
|
|
@@ -2100,18 +2261,18 @@ declare function TabsTrigger({
|
|
|
2100
2261
|
...props
|
|
2101
2262
|
}: ComponentProps<typeof TabsPrimitive.Trigger> & VariantProps<typeof tabsTriggerVariants> & {
|
|
2102
2263
|
asChild?: boolean;
|
|
2103
|
-
}):
|
|
2264
|
+
}): react_jsx_runtime192.JSX.Element;
|
|
2104
2265
|
declare function TabsContent({
|
|
2105
2266
|
className,
|
|
2106
2267
|
...props
|
|
2107
|
-
}: ComponentProps<typeof TabsPrimitive.Content>):
|
|
2268
|
+
}: ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime192.JSX.Element;
|
|
2108
2269
|
|
|
2109
2270
|
//#endregion
|
|
2110
2271
|
//#region src/textarea/textarea.d.ts
|
|
2111
2272
|
declare const textareaVariants: (props?: ({
|
|
2112
|
-
variant?: "default" | "simple" | null | undefined;
|
|
2113
|
-
} &
|
|
2114
|
-
type TextareaProps = React$5.ComponentProps<'textarea'> & VariantProps<typeof textareaVariants> & {
|
|
2273
|
+
variant?: "default" | "simple" | "discreet" | null | undefined;
|
|
2274
|
+
} & class_variance_authority_types198.ClassProp) | undefined) => string;
|
|
2275
|
+
type TextareaProps$1 = React$5.ComponentProps<'textarea'> & VariantProps<typeof textareaVariants> & {
|
|
2115
2276
|
/**
|
|
2116
2277
|
* E2E test_id to identify the input.
|
|
2117
2278
|
*/
|
|
@@ -2122,29 +2283,60 @@ declare function Textarea({
|
|
|
2122
2283
|
variant,
|
|
2123
2284
|
__e2e_test_id__,
|
|
2124
2285
|
...props
|
|
2125
|
-
}: TextareaProps):
|
|
2286
|
+
}: TextareaProps$1): react_jsx_runtime199.JSX.Element;
|
|
2287
|
+
|
|
2288
|
+
//#endregion
|
|
2289
|
+
//#region src/textarea/deferred-textarea.d.ts
|
|
2290
|
+
type TextareaProps = React.ComponentProps<typeof Textarea>;
|
|
2291
|
+
type DeferredTextareaProps = Omit<TextareaProps, 'value' | 'onChange'> & {
|
|
2292
|
+
/**
|
|
2293
|
+
* The current value (controlled from parent)
|
|
2294
|
+
*/
|
|
2295
|
+
value: string;
|
|
2296
|
+
/**
|
|
2297
|
+
* Called when the user commits the value (on blur)
|
|
2298
|
+
* Only fires if the value has actually changed
|
|
2299
|
+
*/
|
|
2300
|
+
onCommit: (value: string) => void;
|
|
2301
|
+
/**
|
|
2302
|
+
* Optional: also expose onChange for cases where you need to track typing
|
|
2303
|
+
*/
|
|
2304
|
+
onValueChange?: (value: string) => void;
|
|
2305
|
+
};
|
|
2306
|
+
/**
|
|
2307
|
+
* A Textarea that buffers changes locally and only commits to the parent
|
|
2308
|
+
* on blur. Useful for forms where you don't want to trigger expensive
|
|
2309
|
+
* operations (like API calls) on every keystroke.
|
|
2310
|
+
*/
|
|
2311
|
+
declare function DeferredTextarea({
|
|
2312
|
+
value,
|
|
2313
|
+
onCommit,
|
|
2314
|
+
onValueChange,
|
|
2315
|
+
onBlur,
|
|
2316
|
+
...props
|
|
2317
|
+
}: DeferredTextareaProps): react_jsx_runtime200.JSX.Element;
|
|
2126
2318
|
|
|
2127
2319
|
//#endregion
|
|
2128
2320
|
//#region src/toggle/toggle.d.ts
|
|
2129
2321
|
declare const toggleVariants: (props?: ({
|
|
2130
2322
|
variant?: "default" | "outline" | null | undefined;
|
|
2131
2323
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2132
|
-
} &
|
|
2324
|
+
} & class_variance_authority_types201.ClassProp) | undefined) => string;
|
|
2133
2325
|
declare const Toggle: React$4.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React$4.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
2134
2326
|
variant?: "default" | "outline" | null | undefined;
|
|
2135
2327
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2136
|
-
} &
|
|
2328
|
+
} & class_variance_authority_types201.ClassProp) | undefined) => string> & React$4.RefAttributes<HTMLButtonElement>>;
|
|
2137
2329
|
|
|
2138
2330
|
//#endregion
|
|
2139
2331
|
//#region src/toggle-group/toggle-group.d.ts
|
|
2140
2332
|
declare const ToggleGroup: React$3.ForwardRefExoticComponent<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React$3.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React$3.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: ({
|
|
2141
2333
|
variant?: "default" | "outline" | null | undefined;
|
|
2142
2334
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2143
|
-
} &
|
|
2335
|
+
} & class_variance_authority_types203.ClassProp) | undefined) => string>) & React$3.RefAttributes<HTMLDivElement>>;
|
|
2144
2336
|
declare const ToggleGroupItem: React$3.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React$3.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
2145
2337
|
variant?: "default" | "outline" | null | undefined;
|
|
2146
2338
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2147
|
-
} &
|
|
2339
|
+
} & class_variance_authority_types203.ClassProp) | undefined) => string> & React$3.RefAttributes<HTMLButtonElement>>;
|
|
2148
2340
|
|
|
2149
2341
|
//#endregion
|
|
2150
2342
|
//#region src/tooltip/tooltip.d.ts
|
|
@@ -2154,5 +2346,5 @@ declare const TooltipTrigger: React$2.ForwardRefExoticComponent<TooltipPrimitive
|
|
|
2154
2346
|
declare const TooltipContent: React$2.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React$2.RefAttributes<HTMLDivElement>, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
|
|
2155
2347
|
|
|
2156
2348
|
//#endregion
|
|
2157
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CarouselProps, Cell, CellPosition, CellRange, CellSelectOption, CellSelectOptionsMap, CellSelectOptionsUnion, CellVariantProps, Checkbox, CheckboxCell, Collapse, CollapseContent, CollapseTrigger, ColumnMenuRendererFunction, ComboboxDemo, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandInputProps, CommandItem, CommandList, CommandPalette, CommandPaletteDialog, CommandPaletteEmpty, CommandPaletteGroup, CommandPaletteInput, CommandPaletteItem, CommandPaletteList, CommandPaletteSeparator, CommandPaletteShortcut, CommandSeparator, CommandShortcut, ContentFrame, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuState, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataGrid, DataGridCell, DataGridCellWrapper, DataGridColumnHeader, DataGridContextMenu, DataGridRow, DataGridSearch, DataGridViewMenu, DateCell, DatePickerDemo, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ExternalToast, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, GanttCell, GanttCellProps, GanttTimeline, GanttTimerangePicker, GanttTimerangePickerProps, HeaderComponents, HoverCard, HoverCardContent, HoverCardTrigger, ISODateRange, Input, InputProps, Label, Loader, LongTextCell, MarkValueRenderer, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, Modal, MultiSelectCell, NavigationDirection, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NumberCell, NumberFormatConfig, NumberFormatter, NumberInput, NumberInputProps, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ReactNodeCell, ResizableHandle, ResizablePanel, ResizablePanelGroup, RowHeightValue, ScrollArea, ScrollBar, SearchState, Select, SelectCell, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SelectionState, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, ShortTextCell, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slicer, Slider, Spinner, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, ToasterProps, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UpdateCell, UseDataGridProps, badgeVariants, buttonVariants, checkboxVariants, cn, commandInputVariants, getCellKey, getCommonPinningStyles, getLineCount, getRowHeightValue, inputVariants, isoToLocalDate, knobVariants, navigationMenuTriggerStyle, parseCellKey, sliderVariants, toast, toggleVariants, useCallbackRef, useDataGrid, useDebouncedCallback, useIsMobile, useSidebar };
|
|
2349
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, Button, ButtonProps, Calendar, CalendarDayButton, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, CarouselProps, Cell, CellPosition, CellRange, CellSelectOption, CellSelectOptionsMap, CellSelectOptionsUnion, CellVariantProps, Checkbox, CheckboxCell, Collapse, CollapseContent, CollapseTrigger, ColumnMenuRendererFunction, ComboboxDemo, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandInputProps, CommandItem, CommandList, CommandPalette, CommandPaletteDialog, CommandPaletteEmpty, CommandPaletteGroup, CommandPaletteInput, CommandPaletteItem, CommandPaletteList, CommandPaletteSeparator, CommandPaletteShortcut, CommandSeparator, CommandShortcut, ContentFrame, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuState, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, DataGrid, DataGridCell, DataGridCellWrapper, DataGridColumnHeader, DataGridContextMenu, DataGridRow, DataGridSearch, DataGridViewMenu, DateCell, DatePickerDemo, DeferredInput, DeferredInputProps, DeferredNumberInput, DeferredNumberInputProps, DeferredTextarea, DeferredTextareaProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ExternalToast, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, GanttCell, GanttCellProps, GanttTimeline, GanttTimerangePicker, GanttTimerangePickerProps, HeaderComponents, HoverCard, HoverCardContent, HoverCardTrigger, ISODateRange, InfoCard, InfoCardVariant, Input, InputProps, Label, Loader, LongTextCell, MarkValueRenderer, Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, Modal, MultiSelectCell, NavigationDirection, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NumberCell, NumberFormatConfig, NumberFormatter, NumberInput, NumberInputProps, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, RadioGroup, RadioGroupItem, ReactNodeCell, ResizableHandle, ResizablePanel, ResizablePanelGroup, RowHeightValue, ScrollArea, ScrollBar, SearchState, Select, SelectCell, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, SelectionState, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, ShortTextCell, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slicer, Slider, Spinner, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, ToasterProps, Toggle, ToggleGroup, ToggleGroupItem, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UpdateCell, UseDataGridProps, badgeVariants, buttonVariants, checkboxVariants, cn, commandInputVariants, createSelectColumn, getCellKey, getCommonPinningStyles, getLineCount, getRowHeightValue, inputVariants, isoToLocalDate, knobVariants, navigationMenuTriggerStyle, parseCellKey, sliderVariants, testId, toast, toggleVariants, useCallbackRef, useDataGrid, useDebouncedCallback, useIsMobile, useSidebar };
|
|
2158
2350
|
//# sourceMappingURL=index.d.ts.map
|