@cryptlex/web-components 3.8.2 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/data-table/data-table-filter.es.js +178 -0
- package/dist/components/data-table/data-table-filter.es.js.map +1 -0
- package/dist/components/data-table/data-table.es.js +402 -153
- package/dist/components/data-table/data-table.es.js.map +1 -1
- package/dist/components/data-table/table-commons.es.js +267 -19
- package/dist/components/data-table/table-commons.es.js.map +1 -1
- package/dist/components/inputs/calendar.es.js +12 -12
- package/dist/components/inputs/calendar.es.js.map +1 -1
- package/dist/components/inputs/checkbox.es.js +13 -13
- package/dist/components/inputs/checkbox.es.js.map +1 -1
- package/dist/components/inputs/country-select.es.js +3 -3
- package/dist/components/inputs/form-field.es.js +1 -1
- package/dist/components/inputs/input-otp.es.js +2 -2
- package/dist/components/inputs/input-otp.es.js.map +1 -1
- package/dist/components/inputs/input.es.js +7 -7
- package/dist/components/inputs/input.es.js.map +1 -1
- package/dist/components/inputs/multi-select.es.js +7 -7
- package/dist/components/inputs/radio-group.es.js +1 -1
- package/dist/components/inputs/select.es.js +10 -10
- package/dist/components/inputs/select.es.js.map +1 -1
- package/dist/components/inputs/textarea.es.js +4 -4
- package/dist/components/key-value-card/key-value-card.es.js +6 -9
- package/dist/components/key-value-card/key-value-card.es.js.map +1 -1
- package/dist/components/ui/accordion.es.js +6 -6
- package/dist/components/ui/accordion.es.js.map +1 -1
- package/dist/components/ui/alert.es.js +4 -4
- package/dist/components/ui/avatar.es.js +1 -1
- package/dist/components/ui/badge.es.js +1 -1
- package/dist/components/ui/breadcrumb.es.js +2 -2
- package/dist/components/ui/breadcrumb.es.js.map +1 -1
- package/dist/components/ui/button.es.js +27 -25
- package/dist/components/ui/button.es.js.map +1 -1
- package/dist/components/ui/card.es.js +8 -8
- package/dist/components/ui/card.es.js.map +1 -1
- package/dist/components/ui/copy-button.es.js +12 -14
- package/dist/components/ui/copy-button.es.js.map +1 -1
- package/dist/components/ui/dialog.es.js +4 -4
- package/dist/components/ui/dialog.es.js.map +1 -1
- package/dist/components/ui/drawer.es.js +10 -10
- package/dist/components/ui/drawer.es.js.map +1 -1
- package/dist/components/ui/dropdown-menu.es.js +13 -13
- package/dist/components/ui/dropdown-menu.es.js.map +1 -1
- package/dist/components/ui/label.es.js +1 -1
- package/dist/components/ui/loader.es.js +3 -3
- package/dist/components/ui/pagination.es.js +2 -2
- package/dist/components/ui/pagination.es.js.map +1 -1
- package/dist/components/ui/popover.es.js +5 -5
- package/dist/components/ui/popover.es.js.map +1 -1
- package/dist/components/ui/separator.es.js +1 -1
- package/dist/components/ui/sheet.es.js +1 -1
- package/dist/components/ui/sidebar.es.js +105 -105
- package/dist/components/ui/sidebar.es.js.map +1 -1
- package/dist/components/ui/skeleton.es.js +1 -1
- package/dist/components/ui/static-data-table.es.js +1 -1
- package/dist/components/ui/table.es.js +8 -8
- package/dist/components/ui/table.es.js.map +1 -1
- package/dist/components/ui/tabs.es.js +1 -1
- package/dist/components/ui/tabs.es.js.map +1 -1
- package/dist/components/ui/timeline.es.js +3 -3
- package/dist/components/ui/timeline.es.js.map +1 -1
- package/dist/components/ui/tooltip.es.js +1 -1
- package/dist/index.es.d.ts +128 -32
- package/dist/index.es.js +237 -238
- package/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-dropdown-menu@2.1.15_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-dropdown-menu/dist/index.es.js +10 -10
- package/dist/node_modules/.pnpm/@radix-ui_react-menu@2.1.15_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-menu/dist/index.es.js +4 -4
- package/dist/utils/{index.es.js → primitives.es.js} +1 -1
- package/dist/utils/primitives.es.js.map +1 -0
- package/dist/{hooks → utils}/use-mobile.es.js.map +1 -1
- package/lib/theme.css +10 -12
- package/lib/tokens.css +3 -3
- package/lib/utilities.css +8 -8
- package/package.json +9 -11
- package/dist/components/data-table/column-picker.es.js +0 -50
- package/dist/components/data-table/column-picker.es.js.map +0 -1
- package/dist/components/data-table/page-size.es.js +0 -25
- package/dist/components/data-table/page-size.es.js.map +0 -1
- package/dist/components/data-table/paginator.es.js +0 -64
- package/dist/components/data-table/paginator.es.js.map +0 -1
- package/dist/components/data-table/table-actions.es.js +0 -26
- package/dist/components/data-table/table-actions.es.js.map +0 -1
- package/dist/components/data-table/table-content.es.js +0 -65
- package/dist/components/data-table/table-content.es.js.map +0 -1
- package/dist/components/data-table/table-utils/constants.es.js +0 -288
- package/dist/components/data-table/table-utils/constants.es.js.map +0 -1
- package/dist/components/data-table/table-utils/createTableFetchFn.es.js +0 -25
- package/dist/components/data-table/table-utils/createTableFetchFn.es.js.map +0 -1
- package/dist/components/data-table/table-utils/date.es.js +0 -12
- package/dist/components/data-table/table-utils/date.es.js.map +0 -1
- package/dist/components/data-table/table-utils/string.es.js +0 -19
- package/dist/components/data-table/table-utils/string.es.js.map +0 -1
- package/dist/components/data-table/table-utils/types.es.js +0 -5
- package/dist/components/data-table/table-utils/types.es.js.map +0 -1
- package/dist/utils/index.es.js.map +0 -1
- /package/dist/{hooks → utils}/use-mobile.es.js +0 -0
package/dist/index.es.js
CHANGED
|
@@ -1,244 +1,243 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import { Table as ot, TableBody as tt, TableCaption as at, TableCell as nt, TableFooter as it, TableHead as pt, TableHeader as lt, TableRow as Tt } from "./components/ui/table.es.js";
|
|
49
|
-
import { Tabs as dt, TabsContent as ut, TabsList as St, TabsTrigger as bt } from "./components/ui/tabs.es.js";
|
|
50
|
-
import { Timeline as ft, TimelineContent as Ct, TimelineDate as Dt, TimelineIcon as gt, TimelineItem as st, timelineIconVariants as ct } from "./components/ui/timeline.es.js";
|
|
51
|
-
import { Tooltip as Pt, TooltipContent as Mt, TooltipProvider as Et, TooltipTrigger as Ot } from "./components/ui/tooltip.es.js";
|
|
1
|
+
import { ACTIONS_COLUMN_ID as o, DataTable as t, DataTableContext as a, DataTableProvider as n, useDataTable as i, useDataTableState as p } from "./components/data-table/data-table.es.js";
|
|
2
|
+
import { COMPARISON_OPERATOR_LABELS as T, DataTableFilter as m, FILTER_COMPARISON_OPERATORS as d, replaceAt as u } from "./components/data-table/data-table-filter.es.js";
|
|
3
|
+
import { ALL_OS as b, DYNAMIC_INPUT_TARGET as C, RESOURCE_DEFINITIONS as x, RESOURCE_NAMES as f, TABLE_CHECK_BOX_COLUMN as D, TABLE_DEFAULT_DATE_COLUMNS as g, TABLE_ID_COLUMN as s, convertCamelCaseToTitleCase as c, convertToTitleCase as I, createTableFetchFn as M, formatDate as P, getLicenseStatus as O, getResourceDisplayName as A, getValidityDisplay as w, getValueFromData as L, pluralizeTimes as _, secondsToDuration as E } from "./components/data-table/table-commons.es.js";
|
|
4
|
+
import { Calendar as R } from "./components/inputs/calendar.es.js";
|
|
5
|
+
import { Checkbox as F, TfCheckbox as N } from "./components/inputs/checkbox.es.js";
|
|
6
|
+
import { CountrySelect as y, TfCountrySelect as G } from "./components/inputs/country-select.es.js";
|
|
7
|
+
import { FormField as U } from "./components/inputs/form-field.es.js";
|
|
8
|
+
import { Input as V, TfInput as K } from "./components/inputs/input.es.js";
|
|
9
|
+
import { InputOTP as z, InputOTPGroup as X, InputOTPSeparator as j, InputOTPSlot as q } from "./components/inputs/input-otp.es.js";
|
|
10
|
+
import { TfLicenseTypeSelect as Q } from "./components/inputs/license-type-select.es.js";
|
|
11
|
+
import { MultiSelect as Z, TfMultiSelect as $ } from "./components/inputs/multi-select.es.js";
|
|
12
|
+
import { PasswordInput as re } from "./components/inputs/password-input.es.js";
|
|
13
|
+
import { RadioGroup as te, RadioGroupItem as ae } from "./components/inputs/radio-group.es.js";
|
|
14
|
+
import { SearchInput as ie } from "./components/inputs/search-input.es.js";
|
|
15
|
+
import { SingleSelect as le, TfSingleSelect as Te } from "./components/inputs/select.es.js";
|
|
16
|
+
import { Textarea as de, TfTextarea as ue } from "./components/inputs/textarea.es.js";
|
|
17
|
+
import { KeyValueCard as be } from "./components/key-value-card/key-value-card.es.js";
|
|
18
|
+
import { Accordion as xe, AccordionContent as fe, AccordionItem as De, AccordionTrigger as ge } from "./components/ui/accordion.es.js";
|
|
19
|
+
import { Alert as ce, alertVariants as Ie } from "./components/ui/alert.es.js";
|
|
20
|
+
import { Avatar as Pe } from "./components/ui/avatar.es.js";
|
|
21
|
+
import { Badge as Ae } from "./components/ui/badge.es.js";
|
|
22
|
+
import { Breadcrumb as Le, BreadcrumbEllipsis as _e, BreadcrumbItem as Ee, BreadcrumbLink as Be, BreadcrumbList as Re, BreadcrumbPage as he, BreadcrumbSeparator as Fe } from "./components/ui/breadcrumb.es.js";
|
|
23
|
+
import { Button as ve, buttonVariants as ye } from "./components/ui/button.es.js";
|
|
24
|
+
import { Card as He, CardContent as Ue, CardDescription as ke, CardFooter as Ve, CardHeader as Ke, CardTitle as Ye } from "./components/ui/card.es.js";
|
|
25
|
+
import { Collapsible as Xe, CollapsibleContent as je, CollapsibleTrigger as qe } from "./components/ui/collapsible.es.js";
|
|
26
|
+
import { COPY_BUTTON_STATE_TIMEOUT as Qe, CopyButton as We } from "./components/ui/copy-button.es.js";
|
|
27
|
+
import { Dialog as $e, DialogClose as er, DialogContent as rr, DialogDescription as or, DialogFooter as tr, DialogHeader as ar, DialogOverlay as nr, DialogPortal as ir, DialogTitle as pr, DialogTrigger as lr } from "./components/ui/dialog.es.js";
|
|
28
|
+
import { Drawer as mr, DrawerClose as dr, DrawerContent as ur, DrawerDescription as Sr, DrawerFooter as br, DrawerHeader as Cr, DrawerOverlay as xr, DrawerPortal as fr, DrawerTitle as Dr, DrawerTrigger as gr } from "./components/ui/drawer.es.js";
|
|
29
|
+
import { DropdownMenu as cr, DropdownMenuCheckboxItem as Ir, DropdownMenuContent as Mr, DropdownMenuGroup as Pr, DropdownMenuItem as Or, DropdownMenuLabel as Ar, DropdownMenuPortal as wr, DropdownMenuRadioGroup as Lr, DropdownMenuRadioItem as _r, DropdownMenuSub as Er, DropdownMenuSubContent as Br, DropdownMenuSubTrigger as Rr, DropdownMenuTrigger as hr } from "./components/ui/dropdown-menu.es.js";
|
|
30
|
+
import { Label as Nr } from "./components/ui/label.es.js";
|
|
31
|
+
import { Loader as yr } from "./components/ui/loader.es.js";
|
|
32
|
+
import { Pagination as Hr, PaginationContent as Ur, PaginationEllipsis as kr, PaginationItem as Vr, PaginationLink as Kr, PaginationNext as Yr, PaginationPrevious as zr } from "./components/ui/pagination.es.js";
|
|
33
|
+
import { Popover as jr, PopoverAnchor as qr, PopoverContent as Jr, PopoverTrigger as Qr } from "./components/ui/popover.es.js";
|
|
34
|
+
import { Separator as Zr } from "./components/ui/separator.es.js";
|
|
35
|
+
import { Sheet as eo, SheetClose as ro, SheetContent as oo, SheetDescription as to, SheetFooter as ao, SheetHeader as no, SheetOverlay as io, SheetPortal as po, SheetTitle as lo, SheetTrigger as To } from "./components/ui/sheet.es.js";
|
|
36
|
+
import { Sidebar as uo, SidebarContent as So, SidebarContext as bo, SidebarFooter as Co, SidebarGroup as xo, SidebarGroupAction as fo, SidebarGroupContent as Do, SidebarGroupLabel as go, SidebarHeader as so, SidebarInset as co, SidebarMenu as Io, SidebarMenuAction as Mo, SidebarMenuBadge as Po, SidebarMenuButton as Oo, SidebarMenuItem as Ao, SidebarMenuSkeleton as wo, SidebarMenuSub as Lo, SidebarMenuSubButton as _o, SidebarMenuSubItem as Eo, SidebarProvider as Bo, SidebarRail as Ro, SidebarTrigger as ho, useSidebar as Fo } from "./components/ui/sidebar.es.js";
|
|
37
|
+
import { Skeleton as vo } from "./components/ui/skeleton.es.js";
|
|
38
|
+
import { Toaster as Go } from "./components/ui/sonner.es.js";
|
|
39
|
+
import { StaticDataTable as Uo } from "./components/ui/static-data-table.es.js";
|
|
40
|
+
import { Table as Vo, TableBody as Ko, TableCaption as Yo, TableCell as zo, TableFooter as Xo, TableHead as jo, TableHeader as qo, TableRow as Jo } from "./components/ui/table.es.js";
|
|
41
|
+
import { Tabs as Wo, TabsContent as Zo, TabsList as $o, TabsTrigger as et } from "./components/ui/tabs.es.js";
|
|
42
|
+
import { Timeline as ot, TimelineContent as tt, TimelineDate as at, TimelineIcon as nt, TimelineItem as it, timelineIconVariants as pt } from "./components/ui/timeline.es.js";
|
|
43
|
+
import { Tooltip as Tt, TooltipContent as mt, TooltipProvider as dt, TooltipTrigger as ut } from "./components/ui/tooltip.es.js";
|
|
44
|
+
import { fieldContext as bt, formContext as Ct, useFieldContext as xt } from "./utils/form-context.es.js";
|
|
45
|
+
import { useAppForm as Dt } from "./utils/form-hook.es.js";
|
|
46
|
+
import { cn as st, getThemeHue as ct, logout as It, setThemeHue as Mt } from "./utils/primitives.es.js";
|
|
47
|
+
import { useIsMobile as Ot } from "./utils/use-mobile.es.js";
|
|
52
48
|
export {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
U as
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
et as StaticDataTable,
|
|
49
|
+
o as ACTIONS_COLUMN_ID,
|
|
50
|
+
b as ALL_OS,
|
|
51
|
+
xe as Accordion,
|
|
52
|
+
fe as AccordionContent,
|
|
53
|
+
De as AccordionItem,
|
|
54
|
+
ge as AccordionTrigger,
|
|
55
|
+
ce as Alert,
|
|
56
|
+
Pe as Avatar,
|
|
57
|
+
Ae as Badge,
|
|
58
|
+
Le as Breadcrumb,
|
|
59
|
+
_e as BreadcrumbEllipsis,
|
|
60
|
+
Ee as BreadcrumbItem,
|
|
61
|
+
Be as BreadcrumbLink,
|
|
62
|
+
Re as BreadcrumbList,
|
|
63
|
+
he as BreadcrumbPage,
|
|
64
|
+
Fe as BreadcrumbSeparator,
|
|
65
|
+
ve as Button,
|
|
66
|
+
T as COMPARISON_OPERATOR_LABELS,
|
|
67
|
+
Qe as COPY_BUTTON_STATE_TIMEOUT,
|
|
68
|
+
R as Calendar,
|
|
69
|
+
He as Card,
|
|
70
|
+
Ue as CardContent,
|
|
71
|
+
ke as CardDescription,
|
|
72
|
+
Ve as CardFooter,
|
|
73
|
+
Ke as CardHeader,
|
|
74
|
+
Ye as CardTitle,
|
|
75
|
+
F as Checkbox,
|
|
76
|
+
Xe as Collapsible,
|
|
77
|
+
je as CollapsibleContent,
|
|
78
|
+
qe as CollapsibleTrigger,
|
|
79
|
+
We as CopyButton,
|
|
80
|
+
y as CountrySelect,
|
|
81
|
+
C as DYNAMIC_INPUT_TARGET,
|
|
82
|
+
t as DataTable,
|
|
83
|
+
a as DataTableContext,
|
|
84
|
+
m as DataTableFilter,
|
|
85
|
+
n as DataTableProvider,
|
|
86
|
+
$e as Dialog,
|
|
87
|
+
er as DialogClose,
|
|
88
|
+
rr as DialogContent,
|
|
89
|
+
or as DialogDescription,
|
|
90
|
+
tr as DialogFooter,
|
|
91
|
+
ar as DialogHeader,
|
|
92
|
+
nr as DialogOverlay,
|
|
93
|
+
ir as DialogPortal,
|
|
94
|
+
pr as DialogTitle,
|
|
95
|
+
lr as DialogTrigger,
|
|
96
|
+
mr as Drawer,
|
|
97
|
+
dr as DrawerClose,
|
|
98
|
+
ur as DrawerContent,
|
|
99
|
+
Sr as DrawerDescription,
|
|
100
|
+
br as DrawerFooter,
|
|
101
|
+
Cr as DrawerHeader,
|
|
102
|
+
xr as DrawerOverlay,
|
|
103
|
+
fr as DrawerPortal,
|
|
104
|
+
Dr as DrawerTitle,
|
|
105
|
+
gr as DrawerTrigger,
|
|
106
|
+
cr as DropdownMenu,
|
|
107
|
+
Ir as DropdownMenuCheckboxItem,
|
|
108
|
+
Mr as DropdownMenuContent,
|
|
109
|
+
Pr as DropdownMenuGroup,
|
|
110
|
+
Or as DropdownMenuItem,
|
|
111
|
+
Ar as DropdownMenuLabel,
|
|
112
|
+
wr as DropdownMenuPortal,
|
|
113
|
+
Lr as DropdownMenuRadioGroup,
|
|
114
|
+
_r as DropdownMenuRadioItem,
|
|
115
|
+
Er as DropdownMenuSub,
|
|
116
|
+
Br as DropdownMenuSubContent,
|
|
117
|
+
Rr as DropdownMenuSubTrigger,
|
|
118
|
+
hr as DropdownMenuTrigger,
|
|
119
|
+
d as FILTER_COMPARISON_OPERATORS,
|
|
120
|
+
U as FormField,
|
|
121
|
+
V as Input,
|
|
122
|
+
z as InputOTP,
|
|
123
|
+
X as InputOTPGroup,
|
|
124
|
+
j as InputOTPSeparator,
|
|
125
|
+
q as InputOTPSlot,
|
|
126
|
+
be as KeyValueCard,
|
|
127
|
+
Nr as Label,
|
|
128
|
+
yr as Loader,
|
|
129
|
+
Z as MultiSelect,
|
|
130
|
+
Hr as Pagination,
|
|
131
|
+
Ur as PaginationContent,
|
|
132
|
+
kr as PaginationEllipsis,
|
|
133
|
+
Vr as PaginationItem,
|
|
134
|
+
Kr as PaginationLink,
|
|
135
|
+
Yr as PaginationNext,
|
|
136
|
+
zr as PaginationPrevious,
|
|
137
|
+
re as PasswordInput,
|
|
138
|
+
jr as Popover,
|
|
139
|
+
qr as PopoverAnchor,
|
|
140
|
+
Jr as PopoverContent,
|
|
141
|
+
Qr as PopoverTrigger,
|
|
142
|
+
x as RESOURCE_DEFINITIONS,
|
|
143
|
+
f as RESOURCE_NAMES,
|
|
144
|
+
te as RadioGroup,
|
|
145
|
+
ae as RadioGroupItem,
|
|
146
|
+
ie as SearchInput,
|
|
147
|
+
Zr as Separator,
|
|
148
|
+
eo as Sheet,
|
|
149
|
+
ro as SheetClose,
|
|
150
|
+
oo as SheetContent,
|
|
151
|
+
to as SheetDescription,
|
|
152
|
+
ao as SheetFooter,
|
|
153
|
+
no as SheetHeader,
|
|
154
|
+
io as SheetOverlay,
|
|
155
|
+
po as SheetPortal,
|
|
156
|
+
lo as SheetTitle,
|
|
157
|
+
To as SheetTrigger,
|
|
158
|
+
uo as Sidebar,
|
|
159
|
+
So as SidebarContent,
|
|
160
|
+
bo as SidebarContext,
|
|
161
|
+
Co as SidebarFooter,
|
|
162
|
+
xo as SidebarGroup,
|
|
163
|
+
fo as SidebarGroupAction,
|
|
164
|
+
Do as SidebarGroupContent,
|
|
165
|
+
go as SidebarGroupLabel,
|
|
166
|
+
so as SidebarHeader,
|
|
167
|
+
co as SidebarInset,
|
|
168
|
+
Io as SidebarMenu,
|
|
169
|
+
Mo as SidebarMenuAction,
|
|
170
|
+
Po as SidebarMenuBadge,
|
|
171
|
+
Oo as SidebarMenuButton,
|
|
172
|
+
Ao as SidebarMenuItem,
|
|
173
|
+
wo as SidebarMenuSkeleton,
|
|
174
|
+
Lo as SidebarMenuSub,
|
|
175
|
+
_o as SidebarMenuSubButton,
|
|
176
|
+
Eo as SidebarMenuSubItem,
|
|
177
|
+
Bo as SidebarProvider,
|
|
178
|
+
Ro as SidebarRail,
|
|
179
|
+
ho as SidebarTrigger,
|
|
180
|
+
le as SingleSelect,
|
|
181
|
+
vo as Skeleton,
|
|
182
|
+
Uo as StaticDataTable,
|
|
188
183
|
D as TABLE_CHECK_BOX_COLUMN,
|
|
189
184
|
g as TABLE_DEFAULT_DATE_COLUMNS,
|
|
190
185
|
s as TABLE_ID_COLUMN,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
186
|
+
Vo as Table,
|
|
187
|
+
Ko as TableBody,
|
|
188
|
+
Yo as TableCaption,
|
|
189
|
+
zo as TableCell,
|
|
190
|
+
Xo as TableFooter,
|
|
191
|
+
jo as TableHead,
|
|
192
|
+
qo as TableHeader,
|
|
193
|
+
Jo as TableRow,
|
|
194
|
+
Wo as Tabs,
|
|
195
|
+
Zo as TabsContent,
|
|
196
|
+
$o as TabsList,
|
|
197
|
+
et as TabsTrigger,
|
|
198
|
+
de as Textarea,
|
|
199
|
+
N as TfCheckbox,
|
|
200
|
+
G as TfCountrySelect,
|
|
201
|
+
K as TfInput,
|
|
202
|
+
Q as TfLicenseTypeSelect,
|
|
203
|
+
$ as TfMultiSelect,
|
|
204
|
+
Te as TfSingleSelect,
|
|
205
|
+
ue as TfTextarea,
|
|
206
|
+
ot as Timeline,
|
|
207
|
+
tt as TimelineContent,
|
|
208
|
+
at as TimelineDate,
|
|
209
|
+
nt as TimelineIcon,
|
|
210
|
+
it as TimelineItem,
|
|
211
|
+
Go as Toaster,
|
|
212
|
+
Tt as Tooltip,
|
|
213
|
+
mt as TooltipContent,
|
|
214
|
+
dt as TooltipProvider,
|
|
215
|
+
ut as TooltipTrigger,
|
|
216
|
+
Ie as alertVariants,
|
|
217
|
+
ye as buttonVariants,
|
|
218
|
+
st as cn,
|
|
219
|
+
c as convertCamelCaseToTitleCase,
|
|
220
|
+
I as convertToTitleCase,
|
|
221
|
+
M as createTableFetchFn,
|
|
222
|
+
bt as fieldContext,
|
|
223
|
+
Ct as formContext,
|
|
224
|
+
P as formatDate,
|
|
225
|
+
O as getLicenseStatus,
|
|
226
|
+
A as getResourceDisplayName,
|
|
227
|
+
ct as getThemeHue,
|
|
228
|
+
w as getValidityDisplay,
|
|
229
|
+
L as getValueFromData,
|
|
230
|
+
It as logout,
|
|
231
|
+
_ as pluralizeTimes,
|
|
232
|
+
u as replaceAt,
|
|
233
|
+
E as secondsToDuration,
|
|
234
|
+
Mt as setThemeHue,
|
|
235
|
+
pt as timelineIconVariants,
|
|
236
|
+
Dt as useAppForm,
|
|
237
|
+
i as useDataTable,
|
|
238
|
+
p as useDataTableState,
|
|
239
|
+
xt as useFieldContext,
|
|
240
|
+
Ot as useIsMobile,
|
|
241
|
+
Fo as useSidebar
|
|
243
242
|
};
|
|
244
243
|
//# sourceMappingURL=index.es.js.map
|
package/dist/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -5,7 +5,7 @@ import { composeRefs as L } from "../../../../../@radix-ui_react-compose-refs@1.
|
|
|
5
5
|
import { createContextScope as K } from "../../../../../@radix-ui_react-context@1.1.2_@types_react@19.1.0_react@19.1.0/node_modules/@radix-ui/react-context/dist/index.es.js";
|
|
6
6
|
import { useControllableState as g } from "../../../../../@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.1.0_react@19.1.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js";
|
|
7
7
|
import { Primitive as U } from "../../../../../@radix-ui_react-primitive@2.1.3_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-primitive/dist/index.es.js";
|
|
8
|
-
import { createMenuScope as D, Root as B, Anchor as F, Group as H, Portal as W,
|
|
8
|
+
import { createMenuScope as D, Root as B, Anchor as F, Group as H, Portal as W, Sub as $, RadioGroup as j, SubTrigger as X, SubContent as q, Content as z, Item as J, CheckboxItem as Q, ItemIndicator as V, RadioItem as Y, Label as Z, Separator as oo, Arrow as eo } from "../../../../../@radix-ui_react-menu@2.1.15_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-menu/dist/index.es.js";
|
|
9
9
|
import { useId as v } from "../../../../../@radix-ui_react-id@1.1.1_@types_react@19.1.0_react@19.1.0/node_modules/@radix-ui/react-id/dist/index.es.js";
|
|
10
10
|
import { jsx as t } from "react/jsx-runtime";
|
|
11
11
|
var f = "DropdownMenu", [ro, xo] = K(
|
|
@@ -78,7 +78,7 @@ var S = "DropdownMenuContent", C = u.forwardRef(
|
|
|
78
78
|
(o, n) => {
|
|
79
79
|
const { __scopeDropdownMenu: r, ...e } = o, a = _(S, r), d = i(r), c = u.useRef(!1);
|
|
80
80
|
return /* @__PURE__ */ t(
|
|
81
|
-
|
|
81
|
+
z,
|
|
82
82
|
{
|
|
83
83
|
id: a.contentId,
|
|
84
84
|
"aria-labelledby": a.triggerId,
|
|
@@ -123,28 +123,28 @@ x.displayName = po;
|
|
|
123
123
|
var uo = "DropdownMenuItem", A = u.forwardRef(
|
|
124
124
|
(o, n) => {
|
|
125
125
|
const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
|
|
126
|
-
return /* @__PURE__ */ t(
|
|
126
|
+
return /* @__PURE__ */ t(J, { ...a, ...e, ref: n });
|
|
127
127
|
}
|
|
128
128
|
);
|
|
129
129
|
A.displayName = uo;
|
|
130
130
|
var io = "DropdownMenuCheckboxItem", P = u.forwardRef((o, n) => {
|
|
131
131
|
const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
|
|
132
|
-
return /* @__PURE__ */ t(
|
|
132
|
+
return /* @__PURE__ */ t(Q, { ...a, ...e, ref: n });
|
|
133
133
|
});
|
|
134
134
|
P.displayName = io;
|
|
135
135
|
var so = "DropdownMenuRadioGroup", E = u.forwardRef((o, n) => {
|
|
136
136
|
const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
|
|
137
|
-
return /* @__PURE__ */ t(
|
|
137
|
+
return /* @__PURE__ */ t(j, { ...a, ...e, ref: n });
|
|
138
138
|
});
|
|
139
139
|
E.displayName = so;
|
|
140
140
|
var co = "DropdownMenuRadioItem", O = u.forwardRef((o, n) => {
|
|
141
141
|
const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
|
|
142
|
-
return /* @__PURE__ */ t(
|
|
142
|
+
return /* @__PURE__ */ t(Y, { ...a, ...e, ref: n });
|
|
143
143
|
});
|
|
144
144
|
O.displayName = co;
|
|
145
145
|
var lo = "DropdownMenuItemIndicator", y = u.forwardRef((o, n) => {
|
|
146
146
|
const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
|
|
147
|
-
return /* @__PURE__ */ t(
|
|
147
|
+
return /* @__PURE__ */ t(V, { ...a, ...e, ref: n });
|
|
148
148
|
});
|
|
149
149
|
y.displayName = lo;
|
|
150
150
|
var wo = "DropdownMenuSeparator", mo = u.forwardRef((o, n) => {
|
|
@@ -166,16 +166,16 @@ var vo = (o) => {
|
|
|
166
166
|
onChange: a,
|
|
167
167
|
caller: "DropdownMenuSub"
|
|
168
168
|
});
|
|
169
|
-
return /* @__PURE__ */ t(
|
|
169
|
+
return /* @__PURE__ */ t($, { ...c, open: p, onOpenChange: s, children: r });
|
|
170
170
|
}, go = "DropdownMenuSubTrigger", T = u.forwardRef((o, n) => {
|
|
171
171
|
const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
|
|
172
|
-
return /* @__PURE__ */ t(
|
|
172
|
+
return /* @__PURE__ */ t(X, { ...a, ...e, ref: n });
|
|
173
173
|
});
|
|
174
174
|
T.displayName = go;
|
|
175
175
|
var Do = "DropdownMenuSubContent", G = u.forwardRef((o, n) => {
|
|
176
176
|
const { __scopeDropdownMenu: r, ...e } = o, a = i(r);
|
|
177
177
|
return /* @__PURE__ */ t(
|
|
178
|
-
|
|
178
|
+
q,
|
|
179
179
|
{
|
|
180
180
|
...a,
|
|
181
181
|
...e,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import * as r from "react";
|
|
3
3
|
import { composeEventHandlers as h } from "../../../../../@radix-ui_primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.es.js";
|
|
4
4
|
import { createCollection as $e } from "../../../../../@radix-ui_react-collection@1.1.7_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-collection/dist/index.es.js";
|
|
5
|
-
import {
|
|
5
|
+
import { composeRefs as qe, useComposedRefs as N } from "../../../../../@radix-ui_react-compose-refs@1.1.2_@types_react@19.1.0_react@19.1.0/node_modules/@radix-ui/react-compose-refs/dist/index.es.js";
|
|
6
6
|
import { createContextScope as Je } from "../../../../../@radix-ui_react-context@1.1.2_@types_react@19.1.0_react@19.1.0/node_modules/@radix-ui/react-context/dist/index.es.js";
|
|
7
7
|
import { useDirection as Qe } from "../../../../../@radix-ui_react-direction@1.1.1_@types_react@19.1.0_react@19.1.0/node_modules/@radix-ui/react-direction/dist/index.es.js";
|
|
8
8
|
import { DismissableLayer as et } from "../../../../../@radix-ui_react-dismissable-layer@1.1.10_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js";
|
|
@@ -13,7 +13,7 @@ import { createPopperScope as ve, Root as Ce, Anchor as ot, Content as rt, Arrow
|
|
|
13
13
|
import { Portal as at } from "../../../../../@radix-ui_react-portal@1.1.9_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-portal/dist/index.es.js";
|
|
14
14
|
import { Presence as W } from "../../../../../@radix-ui_react-presence@1.1.4_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-presence/dist/index.es.js";
|
|
15
15
|
import { Primitive as F, dispatchDiscreteCustomEvent as st } from "../../../../../@radix-ui_react-primitive@2.1.3_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-primitive/dist/index.es.js";
|
|
16
|
-
import { createRovingFocusGroupScope as ge,
|
|
16
|
+
import { createRovingFocusGroupScope as ge, Item as ut, Root as it } from "../../../../../@radix-ui_react-roving-focus@1.1.10_@types_react-dom@19.1.0_@types_react@19.1.0_react-dom@19.1.0_react@19.1.0/node_modules/@radix-ui/react-roving-focus/dist/index.es.js";
|
|
17
17
|
import { createSlot as lt } from "../../../../../@radix-ui_react-slot@1.2.3_@types_react@19.1.0_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.es.js";
|
|
18
18
|
import { useCallbackRef as ee } from "../../../../../@radix-ui_react-use-callback-ref@1.1.1_@types_react@19.1.0_react@19.1.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js";
|
|
19
19
|
import { hideOthers as dt } from "../../../../../aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.es.js";
|
|
@@ -194,7 +194,7 @@ var _ = "MenuContent", [St, oe] = I(_), Ie = r.forwardRef(
|
|
|
194
194
|
onInteractOutside: d,
|
|
195
195
|
onDismiss: C,
|
|
196
196
|
children: /* @__PURE__ */ u(
|
|
197
|
-
|
|
197
|
+
it,
|
|
198
198
|
{
|
|
199
199
|
asChild: !0,
|
|
200
200
|
...B,
|
|
@@ -313,7 +313,7 @@ var xe = r.forwardRef(
|
|
|
313
313
|
scope: t,
|
|
314
314
|
disabled: o,
|
|
315
315
|
textValue: s ?? d,
|
|
316
|
-
children: /* @__PURE__ */ u(
|
|
316
|
+
children: /* @__PURE__ */ u(ut, { asChild: !0, ...p, focusable: !o, children: /* @__PURE__ */ u(
|
|
317
317
|
F.div,
|
|
318
318
|
{
|
|
319
319
|
role: "menuitem",
|