@postxl/ui-components 1.3.4 → 1.3.5
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 +195 -127
- package/dist/index.js +150 -24
- 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 react110 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 react139 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_runtime129 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,26 @@ 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 react_jsx_runtime107 from "react/jsx-runtime";
|
|
86
|
-
import * as react_jsx_runtime95 from "react/jsx-runtime";
|
|
87
85
|
import * as react_jsx_runtime108 from "react/jsx-runtime";
|
|
88
|
-
import * as
|
|
89
|
-
import * as
|
|
86
|
+
import * as react_jsx_runtime95 from "react/jsx-runtime";
|
|
87
|
+
import * as react_jsx_runtime106 from "react/jsx-runtime";
|
|
88
|
+
import * as react_jsx_runtime109 from "react/jsx-runtime";
|
|
89
|
+
import * as react_jsx_runtime112 from "react/jsx-runtime";
|
|
90
90
|
import * as react_jsx_runtime114 from "react/jsx-runtime";
|
|
91
|
-
import * as
|
|
92
|
-
import * as
|
|
91
|
+
import * as react_jsx_runtime115 from "react/jsx-runtime";
|
|
92
|
+
import * as react_jsx_runtime124 from "react/jsx-runtime";
|
|
93
93
|
import * as react_jsx_runtime134 from "react/jsx-runtime";
|
|
94
|
-
import * as
|
|
95
|
-
import * as
|
|
96
|
-
import * as
|
|
97
|
-
import * as
|
|
98
|
-
import * as
|
|
94
|
+
import * as react_jsx_runtime135 from "react/jsx-runtime";
|
|
95
|
+
import * as react_jsx_runtime138 from "react/jsx-runtime";
|
|
96
|
+
import * as react_jsx_runtime144 from "react/jsx-runtime";
|
|
97
|
+
import * as react_jsx_runtime157 from "react/jsx-runtime";
|
|
98
|
+
import * as react_jsx_runtime159 from "react/jsx-runtime";
|
|
99
99
|
import * as react_jsx_runtime183 from "react/jsx-runtime";
|
|
100
|
-
import * as
|
|
100
|
+
import * as react_jsx_runtime184 from "react/jsx-runtime";
|
|
101
101
|
import * as react_jsx_runtime187 from "react/jsx-runtime";
|
|
102
|
-
import * as
|
|
103
|
-
import * as
|
|
102
|
+
import * as react_jsx_runtime188 from "react/jsx-runtime";
|
|
103
|
+
import * as react_jsx_runtime190 from "react/jsx-runtime";
|
|
104
|
+
import * as react_jsx_runtime197 from "react/jsx-runtime";
|
|
104
105
|
import * as class_variance_authority12 from "class-variance-authority";
|
|
105
106
|
import { VariantProps } from "class-variance-authority";
|
|
106
107
|
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
|
|
@@ -117,7 +118,7 @@ import { DialogProps } from "@radix-ui/react-dialog";
|
|
|
117
118
|
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
118
119
|
import * as ContextMenuPrimitive from "@radix-ui/react-context-menu";
|
|
119
120
|
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";
|
|
121
|
+
import { Cell as Cell$1, Column, ColumnDef, Header, Row, RowData, SortingState, Table, TableOptions, Updater } from "@tanstack/react-table";
|
|
121
122
|
import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
|
|
122
123
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
123
124
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
@@ -144,20 +145,20 @@ import * as class_variance_authority_types11 from "class-variance-authority/type
|
|
|
144
145
|
import * as class_variance_authority_types15 from "class-variance-authority/types";
|
|
145
146
|
import * as class_variance_authority_types26 from "class-variance-authority/types";
|
|
146
147
|
import * as class_variance_authority_types35 from "class-variance-authority/types";
|
|
147
|
-
import * as
|
|
148
|
+
import * as class_variance_authority_types131 from "class-variance-authority/types";
|
|
148
149
|
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
|
|
150
|
+
import * as class_variance_authority_types107 from "class-variance-authority/types";
|
|
151
|
+
import * as class_variance_authority_types118 from "class-variance-authority/types";
|
|
152
|
+
import * as class_variance_authority_types136 from "class-variance-authority/types";
|
|
153
|
+
import * as class_variance_authority_types147 from "class-variance-authority/types";
|
|
154
|
+
import * as class_variance_authority_types156 from "class-variance-authority/types";
|
|
155
|
+
import * as class_variance_authority_types175 from "class-variance-authority/types";
|
|
156
|
+
import * as class_variance_authority_types185 from "class-variance-authority/types";
|
|
157
|
+
import * as class_variance_authority_types191 from "class-variance-authority/types";
|
|
158
|
+
import * as class_variance_authority_types196 from "class-variance-authority/types";
|
|
159
|
+
import * as class_variance_authority_types198 from "class-variance-authority/types";
|
|
160
|
+
import * as class_variance_authority_types200 from "class-variance-authority/types";
|
|
161
|
+
import * as _radix_ui_react_context111 from "@radix-ui/react-context";
|
|
161
162
|
|
|
162
163
|
//#region src/lib/utils.d.ts
|
|
163
164
|
declare function cn(...inputs: ClassValue[]): string;
|
|
@@ -629,7 +630,7 @@ type CellVariantProps<TData, TCell> = {
|
|
|
629
630
|
type GanttTimerangePickerProps = {
|
|
630
631
|
initialDateFrom?: Date;
|
|
631
632
|
initialDateTo?: Date;
|
|
632
|
-
onRangeChange
|
|
633
|
+
onRangeChange: (values: ISODateRange | undefined) => void;
|
|
633
634
|
timelineStart?: Date;
|
|
634
635
|
timelineEnd?: Date;
|
|
635
636
|
};
|
|
@@ -667,10 +668,22 @@ type CellSelectOptionsUnion = {
|
|
|
667
668
|
/** Array of options (for enums/static lists) */
|
|
668
669
|
options: CellSelectOption[];
|
|
669
670
|
optionsMap?: never;
|
|
671
|
+
optionsRenderer?: never;
|
|
670
672
|
} | {
|
|
671
673
|
options?: never;
|
|
672
674
|
/** Map-based options (for relation fields) - more efficient for large datasets */
|
|
673
675
|
optionsMap: CellSelectOptionsMap;
|
|
676
|
+
optionsRenderer?: never;
|
|
677
|
+
} | {
|
|
678
|
+
options?: never;
|
|
679
|
+
/** Map-based options with any value type (for complex objects) */
|
|
680
|
+
optionsMap: Map<string, any>;
|
|
681
|
+
/**
|
|
682
|
+
* Required renderer for displaying the map values
|
|
683
|
+
* @param value - The data from the map
|
|
684
|
+
* @param context - 'cell' when rendering the current value in the cell, 'option' when rendering in the dropdown list
|
|
685
|
+
*/
|
|
686
|
+
optionsRenderer: (value: any, context: 'cell' | 'option') => React$30.ReactNode;
|
|
674
687
|
};
|
|
675
688
|
type Cell = {
|
|
676
689
|
variant: 'short-text';
|
|
@@ -1128,23 +1141,23 @@ declare function DataGridSearchImpl({
|
|
|
1128
1141
|
//#region src/popover/popover.d.ts
|
|
1129
1142
|
declare function Popover({
|
|
1130
1143
|
...props
|
|
1131
|
-
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Root>>):
|
|
1144
|
+
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Root>>): react_jsx_runtime129.JSX.Element;
|
|
1132
1145
|
declare function PopoverTrigger({
|
|
1133
1146
|
...props
|
|
1134
|
-
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Trigger>>):
|
|
1147
|
+
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Trigger>>): react_jsx_runtime129.JSX.Element;
|
|
1135
1148
|
declare const popoverVariants: (props?: ({
|
|
1136
1149
|
variant?: "default" | "simple" | null | undefined;
|
|
1137
|
-
} &
|
|
1150
|
+
} & class_variance_authority_types131.ClassProp) | undefined) => string;
|
|
1138
1151
|
declare function PopoverContent({
|
|
1139
1152
|
className,
|
|
1140
1153
|
variant,
|
|
1141
1154
|
align,
|
|
1142
1155
|
sideOffset,
|
|
1143
1156
|
...props
|
|
1144
|
-
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Content> & VariantProps<typeof popoverVariants>>):
|
|
1157
|
+
}: Readonly<React$22.ComponentProps<typeof PopoverPrimitive.Content> & VariantProps<typeof popoverVariants>>): react_jsx_runtime129.JSX.Element;
|
|
1145
1158
|
declare function PopoverAnchor({
|
|
1146
1159
|
...props
|
|
1147
|
-
}: React$22.ComponentProps<typeof PopoverPrimitive.Anchor>):
|
|
1160
|
+
}: React$22.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime129.JSX.Element;
|
|
1148
1161
|
|
|
1149
1162
|
//#endregion
|
|
1150
1163
|
//#region src/data-grid/data-grid-view-menu.d.ts
|
|
@@ -1264,6 +1277,43 @@ declare function SelectCell<TData>({
|
|
|
1264
1277
|
isSelected
|
|
1265
1278
|
}: Readonly<CellVariantProps<TData, string>>): react_jsx_runtime54.JSX.Element;
|
|
1266
1279
|
|
|
1280
|
+
//#endregion
|
|
1281
|
+
//#region src/data-grid/column-presets/select-column.d.ts
|
|
1282
|
+
type RowWithId = {
|
|
1283
|
+
id: string;
|
|
1284
|
+
};
|
|
1285
|
+
type SelectColumnOptions<TData extends RowData & RowWithId> = {
|
|
1286
|
+
/**
|
|
1287
|
+
* Callback to handle removing selected rows.
|
|
1288
|
+
* Receives array of row IDs. If not provided, delete button won't show.
|
|
1289
|
+
*/
|
|
1290
|
+
onRemoveRows?: (ids: TData['id'][]) => void;
|
|
1291
|
+
/**
|
|
1292
|
+
* Column ID. Defaults to 'select'.
|
|
1293
|
+
*/
|
|
1294
|
+
id?: string;
|
|
1295
|
+
/**
|
|
1296
|
+
* Width of the column in pixels.
|
|
1297
|
+
* @default 70
|
|
1298
|
+
*/
|
|
1299
|
+
size?: number;
|
|
1300
|
+
};
|
|
1301
|
+
/**
|
|
1302
|
+
* Creates a selection column with checkboxes for row selection.
|
|
1303
|
+
* Includes a header checkbox for selecting all rows and an optional delete button.
|
|
1304
|
+
*
|
|
1305
|
+
* @example
|
|
1306
|
+
* ```tsx
|
|
1307
|
+
* const columns = [
|
|
1308
|
+
* createSelectColumn<MyDataType>({
|
|
1309
|
+
* onRemoveRows: (ids) => handleDelete(ids),
|
|
1310
|
+
* }),
|
|
1311
|
+
* // ... other columns
|
|
1312
|
+
* ]
|
|
1313
|
+
* ```
|
|
1314
|
+
*/
|
|
1315
|
+
declare function createSelectColumn<TData extends RowData & RowWithId>(options?: SelectColumnOptions<TData>): ColumnDef<TData, unknown>;
|
|
1316
|
+
|
|
1267
1317
|
//#endregion
|
|
1268
1318
|
//#region src/data-grid/cell-variants/short-text-cell.d.ts
|
|
1269
1319
|
declare function ShortTextCell<TData>({
|
|
@@ -1339,7 +1389,7 @@ declare const DrawerDescription: React$19.ForwardRefExoticComponent<Omit<_radix_
|
|
|
1339
1389
|
declare function Label({
|
|
1340
1390
|
className,
|
|
1341
1391
|
...props
|
|
1342
|
-
}: React$18.ComponentProps<typeof LabelPrimitive.Root>):
|
|
1392
|
+
}: React$18.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime108.JSX.Element;
|
|
1343
1393
|
|
|
1344
1394
|
//#endregion
|
|
1345
1395
|
//#region src/field/field.d.ts
|
|
@@ -1404,6 +1454,24 @@ declare function FieldError({
|
|
|
1404
1454
|
//#region src/hooks/use-is-mobile.d.ts
|
|
1405
1455
|
declare function useIsMobile(mobileBreakpoint?: number): boolean;
|
|
1406
1456
|
|
|
1457
|
+
//#endregion
|
|
1458
|
+
//#region src/info-card/info-card.d.ts
|
|
1459
|
+
type InfoCardVariant = 'loading' | 'error' | 'info' | 'not-found';
|
|
1460
|
+
type InfoCardProps = {
|
|
1461
|
+
variant: InfoCardVariant;
|
|
1462
|
+
title: string;
|
|
1463
|
+
message: string;
|
|
1464
|
+
showHomeButton?: boolean;
|
|
1465
|
+
children?: React.ReactNode;
|
|
1466
|
+
};
|
|
1467
|
+
declare const InfoCard: ({
|
|
1468
|
+
variant,
|
|
1469
|
+
title,
|
|
1470
|
+
message,
|
|
1471
|
+
showHomeButton,
|
|
1472
|
+
children
|
|
1473
|
+
}: InfoCardProps) => react_jsx_runtime106.JSX.Element;
|
|
1474
|
+
|
|
1407
1475
|
//#endregion
|
|
1408
1476
|
//#region src/input/input.d.ts
|
|
1409
1477
|
/**
|
|
@@ -1412,7 +1480,7 @@ declare function useIsMobile(mobileBreakpoint?: number): boolean;
|
|
|
1412
1480
|
*/
|
|
1413
1481
|
declare const inputVariants: (props?: ({
|
|
1414
1482
|
variant?: "default" | "simple" | null | undefined;
|
|
1415
|
-
} &
|
|
1483
|
+
} & class_variance_authority_types107.ClassProp) | undefined) => string;
|
|
1416
1484
|
type InputProps = React$17.ComponentProps<'input'> & VariantProps<typeof inputVariants> & {
|
|
1417
1485
|
/**
|
|
1418
1486
|
* E2E test_id to identify the input.
|
|
@@ -1506,20 +1574,20 @@ declare const NumberInput: React$16.ForwardRefExoticComponent<Omit<NumberInputPr
|
|
|
1506
1574
|
* Adds a mark tag around all search hits in the text,
|
|
1507
1575
|
* so that the given searchValues are highlighted in the text
|
|
1508
1576
|
*/
|
|
1509
|
-
declare const MarkValueRenderer:
|
|
1577
|
+
declare const MarkValueRenderer: react110.MemoExoticComponent<({
|
|
1510
1578
|
text,
|
|
1511
1579
|
searchValues
|
|
1512
1580
|
}: {
|
|
1513
1581
|
text: string;
|
|
1514
1582
|
searchValues: string[] | undefined;
|
|
1515
|
-
}) =>
|
|
1583
|
+
}) => react_jsx_runtime109.JSX.Element>;
|
|
1516
1584
|
|
|
1517
1585
|
//#endregion
|
|
1518
1586
|
//#region src/menubar/menubar.d.ts
|
|
1519
1587
|
declare const MenubarMenu: {
|
|
1520
1588
|
(props: MenubarPrimitive.MenubarMenuProps & {
|
|
1521
|
-
__scopeMenubar?:
|
|
1522
|
-
}):
|
|
1589
|
+
__scopeMenubar?: _radix_ui_react_context111.Scope;
|
|
1590
|
+
}): react_jsx_runtime112.JSX.Element;
|
|
1523
1591
|
displayName: string;
|
|
1524
1592
|
};
|
|
1525
1593
|
declare const MenubarGroup: React$15.ForwardRefExoticComponent<MenubarPrimitive.MenubarGroupProps & React$15.RefAttributes<HTMLDivElement>>;
|
|
@@ -1546,7 +1614,7 @@ declare const MenubarShortcut: {
|
|
|
1546
1614
|
({
|
|
1547
1615
|
className,
|
|
1548
1616
|
...props
|
|
1549
|
-
}: React$15.HTMLAttributes<HTMLSpanElement>):
|
|
1617
|
+
}: React$15.HTMLAttributes<HTMLSpanElement>): react_jsx_runtime112.JSX.Element;
|
|
1550
1618
|
displayname: string;
|
|
1551
1619
|
};
|
|
1552
1620
|
|
|
@@ -1580,7 +1648,7 @@ declare const Modal: ({
|
|
|
1580
1648
|
contentClass,
|
|
1581
1649
|
__e2e_test_id__,
|
|
1582
1650
|
onOpenAutoFocus
|
|
1583
|
-
}: PropsWithChildren<ModalProps>) =>
|
|
1651
|
+
}: PropsWithChildren<ModalProps>) => react_jsx_runtime114.JSX.Element;
|
|
1584
1652
|
|
|
1585
1653
|
//#endregion
|
|
1586
1654
|
//#region src/navigation-menu/navigation-menu.d.ts
|
|
@@ -1591,37 +1659,37 @@ declare function NavigationMenu({
|
|
|
1591
1659
|
...props
|
|
1592
1660
|
}: React.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
|
|
1593
1661
|
viewport?: boolean;
|
|
1594
|
-
}):
|
|
1662
|
+
}): react_jsx_runtime115.JSX.Element;
|
|
1595
1663
|
declare function NavigationMenuList({
|
|
1596
1664
|
className,
|
|
1597
1665
|
...props
|
|
1598
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.List>):
|
|
1666
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime115.JSX.Element;
|
|
1599
1667
|
declare function NavigationMenuItem({
|
|
1600
1668
|
className,
|
|
1601
1669
|
...props
|
|
1602
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Item>):
|
|
1603
|
-
declare const navigationMenuTriggerStyle: (props?:
|
|
1670
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime115.JSX.Element;
|
|
1671
|
+
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types118.ClassProp | undefined) => string;
|
|
1604
1672
|
declare function NavigationMenuTrigger({
|
|
1605
1673
|
className,
|
|
1606
1674
|
children,
|
|
1607
1675
|
...props
|
|
1608
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>):
|
|
1676
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime115.JSX.Element;
|
|
1609
1677
|
declare function NavigationMenuContent({
|
|
1610
1678
|
className,
|
|
1611
1679
|
...props
|
|
1612
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Content>):
|
|
1680
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime115.JSX.Element;
|
|
1613
1681
|
declare function NavigationMenuViewport({
|
|
1614
1682
|
className,
|
|
1615
1683
|
...props
|
|
1616
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>):
|
|
1684
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime115.JSX.Element;
|
|
1617
1685
|
declare function NavigationMenuLink({
|
|
1618
1686
|
className,
|
|
1619
1687
|
...props
|
|
1620
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Link>):
|
|
1688
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime115.JSX.Element;
|
|
1621
1689
|
declare function NavigationMenuIndicator({
|
|
1622
1690
|
className,
|
|
1623
1691
|
...props
|
|
1624
|
-
}: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>):
|
|
1692
|
+
}: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime115.JSX.Element;
|
|
1625
1693
|
|
|
1626
1694
|
//#endregion
|
|
1627
1695
|
//#region src/pagination/pagination.d.ts
|
|
@@ -1629,7 +1697,7 @@ declare const Pagination: {
|
|
|
1629
1697
|
({
|
|
1630
1698
|
className,
|
|
1631
1699
|
...props
|
|
1632
|
-
}: React$14.ComponentProps<"nav">):
|
|
1700
|
+
}: React$14.ComponentProps<"nav">): react_jsx_runtime124.JSX.Element;
|
|
1633
1701
|
displayName: string;
|
|
1634
1702
|
};
|
|
1635
1703
|
declare const PaginationContent: React$14.ForwardRefExoticComponent<Omit<React$14.DetailedHTMLProps<React$14.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React$14.RefAttributes<HTMLUListElement>>;
|
|
@@ -1644,28 +1712,28 @@ declare const PaginationLink: {
|
|
|
1644
1712
|
size,
|
|
1645
1713
|
children,
|
|
1646
1714
|
...props
|
|
1647
|
-
}: PaginationLinkProps):
|
|
1715
|
+
}: PaginationLinkProps): react_jsx_runtime124.JSX.Element;
|
|
1648
1716
|
displayName: string;
|
|
1649
1717
|
};
|
|
1650
1718
|
declare const PaginationPrevious: {
|
|
1651
1719
|
({
|
|
1652
1720
|
className,
|
|
1653
1721
|
...props
|
|
1654
|
-
}: React$14.ComponentProps<typeof PaginationLink>):
|
|
1722
|
+
}: React$14.ComponentProps<typeof PaginationLink>): react_jsx_runtime124.JSX.Element;
|
|
1655
1723
|
displayName: string;
|
|
1656
1724
|
};
|
|
1657
1725
|
declare const PaginationNext: {
|
|
1658
1726
|
({
|
|
1659
1727
|
className,
|
|
1660
1728
|
...props
|
|
1661
|
-
}: React$14.ComponentProps<typeof PaginationLink>):
|
|
1729
|
+
}: React$14.ComponentProps<typeof PaginationLink>): react_jsx_runtime124.JSX.Element;
|
|
1662
1730
|
displayName: string;
|
|
1663
1731
|
};
|
|
1664
1732
|
declare const PaginationEllipsis: {
|
|
1665
1733
|
({
|
|
1666
1734
|
className,
|
|
1667
1735
|
...props
|
|
1668
|
-
}: React$14.ComponentProps<"span">):
|
|
1736
|
+
}: React$14.ComponentProps<"span">): react_jsx_runtime124.JSX.Element;
|
|
1669
1737
|
displayName: string;
|
|
1670
1738
|
};
|
|
1671
1739
|
|
|
@@ -1677,7 +1745,7 @@ declare const Progress: ({
|
|
|
1677
1745
|
}: {
|
|
1678
1746
|
value: number;
|
|
1679
1747
|
size?: string;
|
|
1680
|
-
}) =>
|
|
1748
|
+
}) => react_jsx_runtime134.JSX.Element;
|
|
1681
1749
|
|
|
1682
1750
|
//#endregion
|
|
1683
1751
|
//#region src/radio-group/radio-group.d.ts
|
|
@@ -1687,26 +1755,26 @@ declare function RadioGroup({
|
|
|
1687
1755
|
...props
|
|
1688
1756
|
}: React$13.ComponentProps<typeof RadioGroupPrimitive.Root> & {
|
|
1689
1757
|
__e2e_test_id__?: string;
|
|
1690
|
-
}):
|
|
1758
|
+
}): react_jsx_runtime135.JSX.Element;
|
|
1691
1759
|
declare const radioGroupVariants: (props?: ({
|
|
1692
1760
|
circleVariant?: "default" | "grayThick" | null | undefined;
|
|
1693
1761
|
size?: "default" | "sm" | null | undefined;
|
|
1694
|
-
} &
|
|
1762
|
+
} & class_variance_authority_types136.ClassProp) | undefined) => string;
|
|
1695
1763
|
type RadioGroupItemProps = React$13.ComponentProps<typeof RadioGroupPrimitive.Item> & VariantProps<typeof radioGroupVariants>;
|
|
1696
1764
|
declare function RadioGroupItem({
|
|
1697
1765
|
className,
|
|
1698
1766
|
circleVariant,
|
|
1699
1767
|
size,
|
|
1700
1768
|
...props
|
|
1701
|
-
}: RadioGroupItemProps):
|
|
1769
|
+
}: RadioGroupItemProps): react_jsx_runtime135.JSX.Element;
|
|
1702
1770
|
|
|
1703
1771
|
//#endregion
|
|
1704
1772
|
//#region src/resizable/resizeable.d.ts
|
|
1705
1773
|
declare const ResizablePanelGroup: ({
|
|
1706
1774
|
className,
|
|
1707
1775
|
...props
|
|
1708
|
-
}: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) =>
|
|
1709
|
-
declare const ResizablePanel:
|
|
1776
|
+
}: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) => react_jsx_runtime138.JSX.Element;
|
|
1777
|
+
declare const ResizablePanel: react139.ForwardRefExoticComponent<Omit<react139.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
1778
|
className?: string;
|
|
1711
1779
|
collapsedSize?: number | undefined;
|
|
1712
1780
|
collapsible?: boolean | undefined;
|
|
@@ -1721,15 +1789,15 @@ declare const ResizablePanel: react138.ForwardRefExoticComponent<Omit<react138.H
|
|
|
1721
1789
|
style?: object;
|
|
1722
1790
|
tagName?: keyof HTMLElementTagNameMap | undefined;
|
|
1723
1791
|
} & {
|
|
1724
|
-
children?:
|
|
1725
|
-
} &
|
|
1792
|
+
children?: react139.ReactNode | undefined;
|
|
1793
|
+
} & react139.RefAttributes<ResizablePrimitive.ImperativePanelHandle>>;
|
|
1726
1794
|
declare const ResizableHandle: ({
|
|
1727
1795
|
withHandle,
|
|
1728
1796
|
className,
|
|
1729
1797
|
...props
|
|
1730
1798
|
}: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
|
|
1731
1799
|
withHandle?: boolean;
|
|
1732
|
-
}) =>
|
|
1800
|
+
}) => react_jsx_runtime138.JSX.Element;
|
|
1733
1801
|
|
|
1734
1802
|
//#endregion
|
|
1735
1803
|
//#region src/scroll-area/scroll-area.d.ts
|
|
@@ -1747,17 +1815,17 @@ type SelectProps = React$11.ComponentProps<typeof SelectPrimitive.Root> & {
|
|
|
1747
1815
|
declare function Select({
|
|
1748
1816
|
__e2e_test_id__,
|
|
1749
1817
|
...rest
|
|
1750
|
-
}: SelectProps):
|
|
1818
|
+
}: SelectProps): react_jsx_runtime144.JSX.Element;
|
|
1751
1819
|
declare function SelectGroup({
|
|
1752
1820
|
...props
|
|
1753
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Group>):
|
|
1821
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime144.JSX.Element;
|
|
1754
1822
|
declare function SelectValue({
|
|
1755
1823
|
...props
|
|
1756
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Value>):
|
|
1824
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime144.JSX.Element;
|
|
1757
1825
|
declare const selectTriggerVariants: (props?: ({
|
|
1758
1826
|
size?: "default" | "xs" | "sm" | "lg" | null | undefined;
|
|
1759
1827
|
variant?: "default" | "simple" | null | undefined;
|
|
1760
|
-
} &
|
|
1828
|
+
} & class_variance_authority_types147.ClassProp) | undefined) => string;
|
|
1761
1829
|
declare function SelectTrigger({
|
|
1762
1830
|
className,
|
|
1763
1831
|
size,
|
|
@@ -1767,40 +1835,40 @@ declare function SelectTrigger({
|
|
|
1767
1835
|
...props
|
|
1768
1836
|
}: React$11.ComponentProps<typeof SelectPrimitive.Trigger> & VariantProps<typeof selectTriggerVariants> & {
|
|
1769
1837
|
asChild?: boolean;
|
|
1770
|
-
}):
|
|
1838
|
+
}): react_jsx_runtime144.JSX.Element;
|
|
1771
1839
|
declare function SelectContent({
|
|
1772
1840
|
className,
|
|
1773
1841
|
children,
|
|
1774
1842
|
position,
|
|
1775
1843
|
...props
|
|
1776
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Content>):
|
|
1844
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime144.JSX.Element;
|
|
1777
1845
|
declare function SelectLabel({
|
|
1778
1846
|
className,
|
|
1779
1847
|
...props
|
|
1780
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Label>):
|
|
1848
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime144.JSX.Element;
|
|
1781
1849
|
declare const selectItemVariants: (props?: ({
|
|
1782
1850
|
type?: "default" | "deselect" | null | undefined;
|
|
1783
1851
|
spacing?: "sm" | "md" | "lg" | null | undefined;
|
|
1784
|
-
} &
|
|
1852
|
+
} & class_variance_authority_types147.ClassProp) | undefined) => string;
|
|
1785
1853
|
declare function SelectItem({
|
|
1786
1854
|
className,
|
|
1787
1855
|
children,
|
|
1788
1856
|
type,
|
|
1789
1857
|
spacing,
|
|
1790
1858
|
...props
|
|
1791
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Item> & VariantProps<typeof selectItemVariants>):
|
|
1859
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Item> & VariantProps<typeof selectItemVariants>): react_jsx_runtime144.JSX.Element;
|
|
1792
1860
|
declare function SelectSeparator({
|
|
1793
1861
|
className,
|
|
1794
1862
|
...props
|
|
1795
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.Separator>):
|
|
1863
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime144.JSX.Element;
|
|
1796
1864
|
declare function SelectScrollUpButton({
|
|
1797
1865
|
className,
|
|
1798
1866
|
...props
|
|
1799
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.ScrollUpButton>):
|
|
1867
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime144.JSX.Element;
|
|
1800
1868
|
declare function SelectScrollDownButton({
|
|
1801
1869
|
className,
|
|
1802
1870
|
...props
|
|
1803
|
-
}: React$11.ComponentProps<typeof SelectPrimitive.ScrollDownButton>):
|
|
1871
|
+
}: React$11.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime144.JSX.Element;
|
|
1804
1872
|
|
|
1805
1873
|
//#endregion
|
|
1806
1874
|
//#region src/separator/separator.d.ts
|
|
@@ -1815,19 +1883,19 @@ declare const SheetPortal: React$9.FC<SheetPrimitive.DialogPortalProps>;
|
|
|
1815
1883
|
declare const SheetOverlay: React$9.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React$9.RefAttributes<HTMLDivElement>, "ref"> & React$9.RefAttributes<HTMLDivElement>>;
|
|
1816
1884
|
declare const SheetContent: React$9.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & React$9.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
|
|
1817
1885
|
side?: "left" | "right" | "top" | "bottom" | null | undefined;
|
|
1818
|
-
} &
|
|
1886
|
+
} & class_variance_authority_types156.ClassProp) | undefined) => string> & React$9.RefAttributes<HTMLDivElement>>;
|
|
1819
1887
|
declare const SheetHeader: {
|
|
1820
1888
|
({
|
|
1821
1889
|
className,
|
|
1822
1890
|
...props
|
|
1823
|
-
}: React$9.HTMLAttributes<HTMLDivElement>):
|
|
1891
|
+
}: React$9.HTMLAttributes<HTMLDivElement>): react_jsx_runtime157.JSX.Element;
|
|
1824
1892
|
displayName: string;
|
|
1825
1893
|
};
|
|
1826
1894
|
declare const SheetFooter: {
|
|
1827
1895
|
({
|
|
1828
1896
|
className,
|
|
1829
1897
|
...props
|
|
1830
|
-
}: React$9.HTMLAttributes<HTMLDivElement>):
|
|
1898
|
+
}: React$9.HTMLAttributes<HTMLDivElement>): react_jsx_runtime157.JSX.Element;
|
|
1831
1899
|
displayName: string;
|
|
1832
1900
|
};
|
|
1833
1901
|
declare const SheetTitle: React$9.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React$9.RefAttributes<HTMLHeadingElement>, "ref"> & React$9.RefAttributes<HTMLHeadingElement>>;
|
|
@@ -1857,7 +1925,7 @@ declare function SidebarProvider({
|
|
|
1857
1925
|
defaultOpen?: boolean;
|
|
1858
1926
|
open?: boolean;
|
|
1859
1927
|
onOpenChange?: (open: boolean) => void;
|
|
1860
|
-
}):
|
|
1928
|
+
}): react_jsx_runtime159.JSX.Element;
|
|
1861
1929
|
declare function Sidebar({
|
|
1862
1930
|
side,
|
|
1863
1931
|
variant,
|
|
@@ -1869,74 +1937,74 @@ declare function Sidebar({
|
|
|
1869
1937
|
side?: 'left' | 'right';
|
|
1870
1938
|
variant?: 'sidebar' | 'floating' | 'inset';
|
|
1871
1939
|
collapsible?: 'offcanvas' | 'icon' | 'none';
|
|
1872
|
-
}):
|
|
1940
|
+
}): react_jsx_runtime159.JSX.Element;
|
|
1873
1941
|
declare function SidebarTrigger({
|
|
1874
1942
|
className,
|
|
1875
1943
|
onClick,
|
|
1876
1944
|
...props
|
|
1877
|
-
}: React$8.ComponentProps<typeof Button>):
|
|
1945
|
+
}: React$8.ComponentProps<typeof Button>): react_jsx_runtime159.JSX.Element;
|
|
1878
1946
|
declare function SidebarRail({
|
|
1879
1947
|
className,
|
|
1880
1948
|
...props
|
|
1881
|
-
}: React$8.ComponentProps<'button'>):
|
|
1949
|
+
}: React$8.ComponentProps<'button'>): react_jsx_runtime159.JSX.Element;
|
|
1882
1950
|
declare function SidebarInset({
|
|
1883
1951
|
className,
|
|
1884
1952
|
...props
|
|
1885
|
-
}: React$8.ComponentProps<'main'>):
|
|
1953
|
+
}: React$8.ComponentProps<'main'>): react_jsx_runtime159.JSX.Element;
|
|
1886
1954
|
declare function SidebarInput({
|
|
1887
1955
|
className,
|
|
1888
1956
|
...props
|
|
1889
|
-
}: React$8.ComponentProps<typeof Input>):
|
|
1957
|
+
}: React$8.ComponentProps<typeof Input>): react_jsx_runtime159.JSX.Element;
|
|
1890
1958
|
declare function SidebarHeader({
|
|
1891
1959
|
className,
|
|
1892
1960
|
...props
|
|
1893
|
-
}: React$8.ComponentProps<'div'>):
|
|
1961
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime159.JSX.Element;
|
|
1894
1962
|
declare function SidebarFooter({
|
|
1895
1963
|
className,
|
|
1896
1964
|
...props
|
|
1897
|
-
}: React$8.ComponentProps<'div'>):
|
|
1965
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime159.JSX.Element;
|
|
1898
1966
|
declare function SidebarSeparator({
|
|
1899
1967
|
className,
|
|
1900
1968
|
...props
|
|
1901
|
-
}: React$8.ComponentProps<typeof Separator>):
|
|
1969
|
+
}: React$8.ComponentProps<typeof Separator>): react_jsx_runtime159.JSX.Element;
|
|
1902
1970
|
declare function SidebarContent({
|
|
1903
1971
|
className,
|
|
1904
1972
|
...props
|
|
1905
|
-
}: React$8.ComponentProps<'div'>):
|
|
1973
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime159.JSX.Element;
|
|
1906
1974
|
declare function SidebarGroup({
|
|
1907
1975
|
className,
|
|
1908
1976
|
...props
|
|
1909
|
-
}: React$8.ComponentProps<'div'>):
|
|
1977
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime159.JSX.Element;
|
|
1910
1978
|
declare function SidebarGroupLabel({
|
|
1911
1979
|
className,
|
|
1912
1980
|
asChild,
|
|
1913
1981
|
...props
|
|
1914
1982
|
}: React$8.ComponentProps<'div'> & {
|
|
1915
1983
|
asChild?: boolean;
|
|
1916
|
-
}):
|
|
1984
|
+
}): react_jsx_runtime159.JSX.Element;
|
|
1917
1985
|
declare function SidebarGroupAction({
|
|
1918
1986
|
className,
|
|
1919
1987
|
asChild,
|
|
1920
1988
|
...props
|
|
1921
1989
|
}: React$8.ComponentProps<'button'> & {
|
|
1922
1990
|
asChild?: boolean;
|
|
1923
|
-
}):
|
|
1991
|
+
}): react_jsx_runtime159.JSX.Element;
|
|
1924
1992
|
declare function SidebarGroupContent({
|
|
1925
1993
|
className,
|
|
1926
1994
|
...props
|
|
1927
|
-
}: React$8.ComponentProps<'div'>):
|
|
1995
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime159.JSX.Element;
|
|
1928
1996
|
declare function SidebarMenu({
|
|
1929
1997
|
className,
|
|
1930
1998
|
...props
|
|
1931
|
-
}: React$8.ComponentProps<'ul'>):
|
|
1999
|
+
}: React$8.ComponentProps<'ul'>): react_jsx_runtime159.JSX.Element;
|
|
1932
2000
|
declare function SidebarMenuItem({
|
|
1933
2001
|
className,
|
|
1934
2002
|
...props
|
|
1935
|
-
}: React$8.ComponentProps<'li'>):
|
|
2003
|
+
}: React$8.ComponentProps<'li'>): react_jsx_runtime159.JSX.Element;
|
|
1936
2004
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
1937
2005
|
variant?: "default" | "outline" | null | undefined;
|
|
1938
2006
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
1939
|
-
} &
|
|
2007
|
+
} & class_variance_authority_types175.ClassProp) | undefined) => string;
|
|
1940
2008
|
declare function SidebarMenuButton({
|
|
1941
2009
|
asChild,
|
|
1942
2010
|
isActive,
|
|
@@ -1949,7 +2017,7 @@ declare function SidebarMenuButton({
|
|
|
1949
2017
|
asChild?: boolean;
|
|
1950
2018
|
isActive?: boolean;
|
|
1951
2019
|
tooltip?: string | React$8.ComponentProps<typeof TooltipContent>;
|
|
1952
|
-
} & VariantProps<typeof sidebarMenuButtonVariants>):
|
|
2020
|
+
} & VariantProps<typeof sidebarMenuButtonVariants>): react_jsx_runtime159.JSX.Element;
|
|
1953
2021
|
declare function SidebarMenuAction({
|
|
1954
2022
|
className,
|
|
1955
2023
|
asChild,
|
|
@@ -1958,11 +2026,11 @@ declare function SidebarMenuAction({
|
|
|
1958
2026
|
}: React$8.ComponentProps<'button'> & {
|
|
1959
2027
|
asChild?: boolean;
|
|
1960
2028
|
showOnHover?: boolean;
|
|
1961
|
-
}):
|
|
2029
|
+
}): react_jsx_runtime159.JSX.Element;
|
|
1962
2030
|
declare function SidebarMenuBadge({
|
|
1963
2031
|
className,
|
|
1964
2032
|
...props
|
|
1965
|
-
}: React$8.ComponentProps<'div'>):
|
|
2033
|
+
}: React$8.ComponentProps<'div'>): react_jsx_runtime159.JSX.Element;
|
|
1966
2034
|
declare function SidebarMenuSkeleton({
|
|
1967
2035
|
className,
|
|
1968
2036
|
showIcon,
|
|
@@ -1971,15 +2039,15 @@ declare function SidebarMenuSkeleton({
|
|
|
1971
2039
|
}: React$8.ComponentProps<'div'> & {
|
|
1972
2040
|
showIcon?: boolean;
|
|
1973
2041
|
widths?: number[];
|
|
1974
|
-
}):
|
|
2042
|
+
}): react_jsx_runtime159.JSX.Element;
|
|
1975
2043
|
declare function SidebarMenuSub({
|
|
1976
2044
|
className,
|
|
1977
2045
|
...props
|
|
1978
|
-
}: React$8.ComponentProps<'ul'>):
|
|
2046
|
+
}: React$8.ComponentProps<'ul'>): react_jsx_runtime159.JSX.Element;
|
|
1979
2047
|
declare function SidebarMenuSubItem({
|
|
1980
2048
|
className,
|
|
1981
2049
|
...props
|
|
1982
|
-
}: React$8.ComponentProps<'li'>):
|
|
2050
|
+
}: React$8.ComponentProps<'li'>): react_jsx_runtime159.JSX.Element;
|
|
1983
2051
|
declare function SidebarMenuSubButton({
|
|
1984
2052
|
asChild,
|
|
1985
2053
|
size,
|
|
@@ -1990,14 +2058,14 @@ declare function SidebarMenuSubButton({
|
|
|
1990
2058
|
asChild?: boolean;
|
|
1991
2059
|
size?: 'sm' | 'md';
|
|
1992
2060
|
isActive?: boolean;
|
|
1993
|
-
}):
|
|
2061
|
+
}): react_jsx_runtime159.JSX.Element;
|
|
1994
2062
|
|
|
1995
2063
|
//#endregion
|
|
1996
2064
|
//#region src/skeleton/skeleton.d.ts
|
|
1997
2065
|
declare function Skeleton({
|
|
1998
2066
|
className,
|
|
1999
2067
|
...props
|
|
2000
|
-
}: React.HTMLAttributes<HTMLDivElement>):
|
|
2068
|
+
}: React.HTMLAttributes<HTMLDivElement>): react_jsx_runtime183.JSX.Element;
|
|
2001
2069
|
|
|
2002
2070
|
//#endregion
|
|
2003
2071
|
//#region src/slicer/slicer.d.ts
|
|
@@ -2026,16 +2094,16 @@ declare function Slicer<T extends Key>({
|
|
|
2026
2094
|
defaultCollapsed?: boolean;
|
|
2027
2095
|
/** Storage key for persisting collapsed state. Defaults to a key based on the title. Set to null to disable persistence. */
|
|
2028
2096
|
storageKey?: string | null;
|
|
2029
|
-
}>):
|
|
2097
|
+
}>): react_jsx_runtime184.JSX.Element;
|
|
2030
2098
|
|
|
2031
2099
|
//#endregion
|
|
2032
2100
|
//#region src/slider/slider.d.ts
|
|
2033
2101
|
declare const sliderVariants: (props?: ({
|
|
2034
2102
|
sliderVariant?: "default" | "gray" | null | undefined;
|
|
2035
|
-
} &
|
|
2103
|
+
} & class_variance_authority_types185.ClassProp) | undefined) => string;
|
|
2036
2104
|
declare const knobVariants: (props?: ({
|
|
2037
2105
|
knobVariant?: "default" | "gray" | null | undefined;
|
|
2038
|
-
} &
|
|
2106
|
+
} & class_variance_authority_types185.ClassProp) | undefined) => string;
|
|
2039
2107
|
type SliderProps = React$7.ComponentProps<typeof SliderPrimitive.Root> & VariantProps<typeof sliderVariants> & VariantProps<typeof knobVariants> & {
|
|
2040
2108
|
knobSize?: number;
|
|
2041
2109
|
};
|
|
@@ -2049,7 +2117,7 @@ declare function Slider({
|
|
|
2049
2117
|
knobVariant,
|
|
2050
2118
|
knobSize,
|
|
2051
2119
|
...props
|
|
2052
|
-
}: SliderProps):
|
|
2120
|
+
}: SliderProps): react_jsx_runtime187.JSX.Element;
|
|
2053
2121
|
|
|
2054
2122
|
//#endregion
|
|
2055
2123
|
//#region src/spinner/spinner.d.ts
|
|
@@ -2057,7 +2125,7 @@ declare function Spinner({
|
|
|
2057
2125
|
classNames
|
|
2058
2126
|
}: Readonly<{
|
|
2059
2127
|
classNames?: string;
|
|
2060
|
-
}>):
|
|
2128
|
+
}>): react_jsx_runtime188.JSX.Element;
|
|
2061
2129
|
type LoaderProps = Readonly<{
|
|
2062
2130
|
label?: string;
|
|
2063
2131
|
disabled?: boolean;
|
|
@@ -2065,7 +2133,7 @@ type LoaderProps = Readonly<{
|
|
|
2065
2133
|
declare function Loader({
|
|
2066
2134
|
label,
|
|
2067
2135
|
disabled
|
|
2068
|
-
}: LoaderProps):
|
|
2136
|
+
}: LoaderProps): react_jsx_runtime188.JSX.Element | null;
|
|
2069
2137
|
|
|
2070
2138
|
//#endregion
|
|
2071
2139
|
//#region src/switch/switch.d.ts
|
|
@@ -2076,11 +2144,11 @@ declare const Switch: React$6.ForwardRefExoticComponent<Omit<SwitchPrimitives.Sw
|
|
|
2076
2144
|
declare function Tabs({
|
|
2077
2145
|
className,
|
|
2078
2146
|
...props
|
|
2079
|
-
}: ComponentProps<typeof TabsPrimitive.Root>):
|
|
2147
|
+
}: ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime190.JSX.Element;
|
|
2080
2148
|
declare const tabsListVariants: (props?: ({
|
|
2081
2149
|
variant?: "default" | "protocol" | null | undefined;
|
|
2082
2150
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2083
|
-
} &
|
|
2151
|
+
} & class_variance_authority_types191.ClassProp) | undefined) => string;
|
|
2084
2152
|
declare function TabsList({
|
|
2085
2153
|
className,
|
|
2086
2154
|
variant,
|
|
@@ -2089,10 +2157,10 @@ declare function TabsList({
|
|
|
2089
2157
|
...props
|
|
2090
2158
|
}: ComponentProps<typeof TabsPrimitive.List> & VariantProps<typeof tabsListVariants> & {
|
|
2091
2159
|
asChild?: boolean;
|
|
2092
|
-
}):
|
|
2160
|
+
}): react_jsx_runtime190.JSX.Element;
|
|
2093
2161
|
declare const tabsTriggerVariants: (props?: ({
|
|
2094
2162
|
variant?: "default" | "protocol" | null | undefined;
|
|
2095
|
-
} &
|
|
2163
|
+
} & class_variance_authority_types191.ClassProp) | undefined) => string;
|
|
2096
2164
|
declare function TabsTrigger({
|
|
2097
2165
|
className,
|
|
2098
2166
|
variant,
|
|
@@ -2100,17 +2168,17 @@ declare function TabsTrigger({
|
|
|
2100
2168
|
...props
|
|
2101
2169
|
}: ComponentProps<typeof TabsPrimitive.Trigger> & VariantProps<typeof tabsTriggerVariants> & {
|
|
2102
2170
|
asChild?: boolean;
|
|
2103
|
-
}):
|
|
2171
|
+
}): react_jsx_runtime190.JSX.Element;
|
|
2104
2172
|
declare function TabsContent({
|
|
2105
2173
|
className,
|
|
2106
2174
|
...props
|
|
2107
|
-
}: ComponentProps<typeof TabsPrimitive.Content>):
|
|
2175
|
+
}: ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime190.JSX.Element;
|
|
2108
2176
|
|
|
2109
2177
|
//#endregion
|
|
2110
2178
|
//#region src/textarea/textarea.d.ts
|
|
2111
2179
|
declare const textareaVariants: (props?: ({
|
|
2112
2180
|
variant?: "default" | "simple" | null | undefined;
|
|
2113
|
-
} &
|
|
2181
|
+
} & class_variance_authority_types196.ClassProp) | undefined) => string;
|
|
2114
2182
|
type TextareaProps = React$5.ComponentProps<'textarea'> & VariantProps<typeof textareaVariants> & {
|
|
2115
2183
|
/**
|
|
2116
2184
|
* E2E test_id to identify the input.
|
|
@@ -2122,29 +2190,29 @@ declare function Textarea({
|
|
|
2122
2190
|
variant,
|
|
2123
2191
|
__e2e_test_id__,
|
|
2124
2192
|
...props
|
|
2125
|
-
}: TextareaProps):
|
|
2193
|
+
}: TextareaProps): react_jsx_runtime197.JSX.Element;
|
|
2126
2194
|
|
|
2127
2195
|
//#endregion
|
|
2128
2196
|
//#region src/toggle/toggle.d.ts
|
|
2129
2197
|
declare const toggleVariants: (props?: ({
|
|
2130
2198
|
variant?: "default" | "outline" | null | undefined;
|
|
2131
2199
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2132
|
-
} &
|
|
2200
|
+
} & class_variance_authority_types198.ClassProp) | undefined) => string;
|
|
2133
2201
|
declare const Toggle: React$4.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React$4.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
2134
2202
|
variant?: "default" | "outline" | null | undefined;
|
|
2135
2203
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2136
|
-
} &
|
|
2204
|
+
} & class_variance_authority_types198.ClassProp) | undefined) => string> & React$4.RefAttributes<HTMLButtonElement>>;
|
|
2137
2205
|
|
|
2138
2206
|
//#endregion
|
|
2139
2207
|
//#region src/toggle-group/toggle-group.d.ts
|
|
2140
2208
|
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
2209
|
variant?: "default" | "outline" | null | undefined;
|
|
2142
2210
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2143
|
-
} &
|
|
2211
|
+
} & class_variance_authority_types200.ClassProp) | undefined) => string>) & React$3.RefAttributes<HTMLDivElement>>;
|
|
2144
2212
|
declare const ToggleGroupItem: React$3.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React$3.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: ({
|
|
2145
2213
|
variant?: "default" | "outline" | null | undefined;
|
|
2146
2214
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2147
|
-
} &
|
|
2215
|
+
} & class_variance_authority_types200.ClassProp) | undefined) => string> & React$3.RefAttributes<HTMLButtonElement>>;
|
|
2148
2216
|
|
|
2149
2217
|
//#endregion
|
|
2150
2218
|
//#region src/tooltip/tooltip.d.ts
|
|
@@ -2154,5 +2222,5 @@ declare const TooltipTrigger: React$2.ForwardRefExoticComponent<TooltipPrimitive
|
|
|
2154
2222
|
declare const TooltipContent: React$2.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React$2.RefAttributes<HTMLDivElement>, "ref"> & React$2.RefAttributes<HTMLDivElement>>;
|
|
2155
2223
|
|
|
2156
2224
|
//#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 };
|
|
2225
|
+
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, 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, toast, toggleVariants, useCallbackRef, useDataGrid, useDebouncedCallback, useIsMobile, useSidebar };
|
|
2158
2226
|
//# sourceMappingURL=index.d.ts.map
|