fina-react-ds 1.0.20 → 1.0.22
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 +4 -1
- package/dist/index.js +171 -162
- package/dist/lib/arrays.d.ts +3 -0
- package/dist/lib/arrays.js +7 -0
- package/dist/lib/strings.d.ts +2 -0
- package/dist/lib/strings.js +6 -0
- package/dist/lib/utils.d.ts +15 -1
- package/dist/lib/utils.js +29 -9
- package/package.json +1 -1
- /package/dist/lib/{date.d.ts → dates.d.ts} +0 -0
- /package/dist/lib/{date.js → dates.js} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -41,4 +41,7 @@ export { FormTextarea } from "./components/form-textarea";
|
|
|
41
41
|
export { useFormField, Form, FormItem, FormLabel, FormControl, FormDescription, FormMessage, FormField, } from "./components/form";
|
|
42
42
|
export { ThemeProvider, useTheme } from "./providers/theme-provider";
|
|
43
43
|
export { LoaderProvider, useLoader } from "./providers/loader-provider";
|
|
44
|
-
export { formatDate } from "./lib/
|
|
44
|
+
export { formatDate } from "./lib/dates";
|
|
45
|
+
export { isNullOrEmptyString } from "./lib/strings";
|
|
46
|
+
export { orderByText, orderBy } from "./lib/arrays";
|
|
47
|
+
export { cn, apiErrorDescription, manageApiFormErrors } from "./lib/utils";
|
package/dist/index.js
CHANGED
|
@@ -1,51 +1,54 @@
|
|
|
1
|
-
import { AlertDialog as
|
|
2
|
-
import { Alert as u, AlertDescription as
|
|
1
|
+
import { AlertDialog as e, AlertDialogAction as t, AlertDialogCancel as a, AlertDialogContent as i, AlertDialogDescription as n, AlertDialogFooter as p, AlertDialogHeader as l, AlertDialogOverlay as d, AlertDialogPortal as m, AlertDialogTitle as g, AlertDialogTrigger as x } from "./components/alert-dialog.js";
|
|
2
|
+
import { Alert as u, AlertDescription as b, AlertTitle as f } from "./components/alert.js";
|
|
3
3
|
import { Badge as T } from "./components/badge.js";
|
|
4
4
|
import { Button as s, buttonVariants as F } from "./components/button.js";
|
|
5
|
-
import { Avatar as c, AvatarFallback as
|
|
5
|
+
import { Avatar as c, AvatarFallback as A, AvatarImage as P } from "./components/avatar.js";
|
|
6
6
|
import { Calendar as h } from "./components/calendar.js";
|
|
7
|
-
import { Card as I, CardAction as H, CardContent as k, CardDescription as
|
|
8
|
-
import { Checkbox as
|
|
9
|
-
import { DatePicker as
|
|
7
|
+
import { Card as I, CardAction as H, CardContent as k, CardDescription as B, CardFooter as L, CardHeader as y, CardTitle as G } from "./components/card.js";
|
|
8
|
+
import { Checkbox as E } from "./components/checkbox.js";
|
|
9
|
+
import { DatePicker as N } from "./components/date-picker.js";
|
|
10
10
|
import { Dialog as V, DialogClose as j, DialogContent as q, DialogDescription as z, DialogFooter as J, DialogHeader as K, DialogOverlay as Q, DialogPortal as W, DialogTitle as X, DialogTrigger as Y } from "./components/dialog.js";
|
|
11
11
|
import { DataLoader as _ } from "./components/data-loader.js";
|
|
12
|
-
import { DropdownMenu as
|
|
13
|
-
import { FileUploader as
|
|
14
|
-
import { HoverCard as
|
|
15
|
-
import { Input as
|
|
16
|
-
import { Label as
|
|
17
|
-
import { ModeToggle as
|
|
18
|
-
import { Pagination as
|
|
19
|
-
import { PasswordRulesChecker as
|
|
20
|
-
import { Popover as
|
|
21
|
-
import { Select as
|
|
22
|
-
import { Separator as
|
|
23
|
-
import { Sheet as
|
|
24
|
-
import { Sidebar as
|
|
25
|
-
import { SimplePagination as
|
|
26
|
-
import { SimpleTooltip as
|
|
27
|
-
import { Skeleton as
|
|
28
|
-
import { Switch as
|
|
29
|
-
import { Toaster as
|
|
30
|
-
import { Table as
|
|
31
|
-
import { Tabs as
|
|
32
|
-
import { Textarea as $
|
|
33
|
-
import { Tooltip as
|
|
34
|
-
import { FormDate as
|
|
35
|
-
import { FormColorPicker as
|
|
36
|
-
import { FormFileUploader as
|
|
37
|
-
import { FormInput as
|
|
38
|
-
import { FormSelect as
|
|
39
|
-
import { FormSwitch as
|
|
40
|
-
import { FormTextarea as
|
|
41
|
-
import { Form as
|
|
42
|
-
import { ThemeProvider as
|
|
43
|
-
import { LoaderProvider as
|
|
44
|
-
import { formatDate as
|
|
12
|
+
import { DropdownMenu as oo, DropdownMenuCheckboxItem as ro, DropdownMenuContent as eo, DropdownMenuGroup as to, DropdownMenuItem as ao, DropdownMenuLabel as io, DropdownMenuPortal as no, DropdownMenuRadioGroup as po, DropdownMenuRadioItem as lo, DropdownMenuSeparator as mo, DropdownMenuShortcut as go, DropdownMenuSub as xo, DropdownMenuSubContent as So, DropdownMenuSubTrigger as uo, DropdownMenuTrigger as bo } from "./components/dropdown-menu.js";
|
|
13
|
+
import { FileUploader as Do } from "./components/file-uploader.js";
|
|
14
|
+
import { HoverCard as Co, HoverCardContent as so, HoverCardTrigger as Fo } from "./components/hover-card.js";
|
|
15
|
+
import { Input as co } from "./components/input.js";
|
|
16
|
+
import { Label as Po } from "./components/label.js";
|
|
17
|
+
import { ModeToggle as ho } from "./components/mode-toggle.js";
|
|
18
|
+
import { Pagination as Io, PaginationContent as Ho, PaginationEllipsis as ko, PaginationItem as Bo, PaginationLink as Lo, PaginationNext as yo, PaginationPrevious as Go } from "./components/pagination.js";
|
|
19
|
+
import { PasswordRulesChecker as Eo } from "./components/password-rules-checker.js";
|
|
20
|
+
import { Popover as No, PopoverAnchor as Uo, PopoverContent as Vo, PopoverTrigger as jo } from "./components/popover.js";
|
|
21
|
+
import { Select as zo } from "./components/select.js";
|
|
22
|
+
import { Separator as Ko } from "./components/separator.js";
|
|
23
|
+
import { Sheet as Wo, SheetBody as Xo, SheetClose as Yo, SheetContent as Zo, SheetDescription as _o, SheetFooter as $o, SheetHeader as or, SheetTitle as rr, SheetTrigger as er } from "./components/sheet.js";
|
|
24
|
+
import { Sidebar as ar, SidebarContent as ir, SidebarFooter as nr, SidebarGroup as pr, SidebarGroupAction as lr, SidebarGroupContent as dr, SidebarGroupLabel as mr, SidebarHeader as gr, SidebarInput as xr, SidebarInset as Sr, SidebarMenu as ur, SidebarMenuAction as br, SidebarMenuBadge as fr, SidebarMenuButton as Dr, SidebarMenuItem as Tr, SidebarMenuSkeleton as Cr, SidebarMenuSub as sr, SidebarMenuSubButton as Fr, SidebarMenuSubItem as Mr, SidebarProvider as cr, SidebarRail as Ar, SidebarSeparator as Pr, SidebarTrigger as wr, useSidebar as hr } from "./components/sidebar.js";
|
|
25
|
+
import { SimplePagination as Ir } from "./components/simple-pagination.js";
|
|
26
|
+
import { SimpleTooltip as kr } from "./components/simple-tooltip.js";
|
|
27
|
+
import { Skeleton as Lr } from "./components/skeleton.js";
|
|
28
|
+
import { Switch as Gr } from "./components/switch.js";
|
|
29
|
+
import { Toaster as Er } from "./components/sonner.js";
|
|
30
|
+
import { Table as Nr, TableBody as Ur, TableCaption as Vr, TableCell as jr, TableFooter as qr, TableHead as zr, TableHeader as Jr, TableRow as Kr } from "./components/table.js";
|
|
31
|
+
import { Tabs as Wr, TabsContent as Xr, TabsList as Yr, TabsTrigger as Zr } from "./components/tabs.js";
|
|
32
|
+
import { Textarea as $r } from "./components/textarea.js";
|
|
33
|
+
import { Tooltip as re, TooltipContent as ee, TooltipProvider as te, TooltipTrigger as ae } from "./components/tooltip.js";
|
|
34
|
+
import { FormDate as ne } from "./components/form-date.js";
|
|
35
|
+
import { FormColorPicker as le } from "./components/form-color-picker.js";
|
|
36
|
+
import { FormFileUploader as me } from "./components/form-file-uploader.js";
|
|
37
|
+
import { FormInput as xe } from "./components/form-input.js";
|
|
38
|
+
import { FormSelect as ue } from "./components/form-select.js";
|
|
39
|
+
import { FormSwitch as fe } from "./components/form-switch.js";
|
|
40
|
+
import { FormTextarea as Te } from "./components/form-textarea.js";
|
|
41
|
+
import { Form as se, FormControl as Fe, FormDescription as Me, FormField as ce, FormItem as Ae, FormLabel as Pe, FormMessage as we, useFormField as he } from "./components/form.js";
|
|
42
|
+
import { ThemeProvider as Ie, useTheme as He } from "./providers/theme-provider.js";
|
|
43
|
+
import { LoaderProvider as Be, useLoader as Le } from "./providers/loader-provider.js";
|
|
44
|
+
import { formatDate as Ge } from "./lib/dates.js";
|
|
45
|
+
import { isNullOrEmptyString as Ee } from "./lib/strings.js";
|
|
46
|
+
import { orderBy as Ne, orderByText as Ue } from "./lib/arrays.js";
|
|
47
|
+
import { apiErrorDescription as je, cn as qe, manageApiFormErrors as ze } from "./lib/utils.js";
|
|
45
48
|
export {
|
|
46
49
|
u as Alert,
|
|
47
|
-
|
|
48
|
-
|
|
50
|
+
b as AlertDescription,
|
|
51
|
+
e as AlertDialog,
|
|
49
52
|
t as AlertDialogAction,
|
|
50
53
|
a as AlertDialogCancel,
|
|
51
54
|
i as AlertDialogContent,
|
|
@@ -55,24 +58,24 @@ export {
|
|
|
55
58
|
d as AlertDialogOverlay,
|
|
56
59
|
m as AlertDialogPortal,
|
|
57
60
|
g as AlertDialogTitle,
|
|
58
|
-
|
|
59
|
-
|
|
61
|
+
x as AlertDialogTrigger,
|
|
62
|
+
f as AlertTitle,
|
|
60
63
|
c as Avatar,
|
|
61
|
-
|
|
62
|
-
|
|
64
|
+
A as AvatarFallback,
|
|
65
|
+
P as AvatarImage,
|
|
63
66
|
T as Badge,
|
|
64
67
|
s as Button,
|
|
65
68
|
h as Calendar,
|
|
66
69
|
I as Card,
|
|
67
70
|
H as CardAction,
|
|
68
71
|
k as CardContent,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
B as CardDescription,
|
|
73
|
+
L as CardFooter,
|
|
74
|
+
y as CardHeader,
|
|
75
|
+
G as CardTitle,
|
|
76
|
+
E as Checkbox,
|
|
74
77
|
_ as DataLoader,
|
|
75
|
-
|
|
78
|
+
N as DatePicker,
|
|
76
79
|
V as Dialog,
|
|
77
80
|
j as DialogClose,
|
|
78
81
|
q as DialogContent,
|
|
@@ -83,116 +86,122 @@ export {
|
|
|
83
86
|
W as DialogPortal,
|
|
84
87
|
X as DialogTitle,
|
|
85
88
|
Y as DialogTrigger,
|
|
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
|
-
|
|
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
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
89
|
+
oo as DropdownMenu,
|
|
90
|
+
ro as DropdownMenuCheckboxItem,
|
|
91
|
+
eo as DropdownMenuContent,
|
|
92
|
+
to as DropdownMenuGroup,
|
|
93
|
+
ao as DropdownMenuItem,
|
|
94
|
+
io as DropdownMenuLabel,
|
|
95
|
+
no as DropdownMenuPortal,
|
|
96
|
+
po as DropdownMenuRadioGroup,
|
|
97
|
+
lo as DropdownMenuRadioItem,
|
|
98
|
+
mo as DropdownMenuSeparator,
|
|
99
|
+
go as DropdownMenuShortcut,
|
|
100
|
+
xo as DropdownMenuSub,
|
|
101
|
+
So as DropdownMenuSubContent,
|
|
102
|
+
uo as DropdownMenuSubTrigger,
|
|
103
|
+
bo as DropdownMenuTrigger,
|
|
104
|
+
Do as FileUploader,
|
|
105
|
+
se as Form,
|
|
106
|
+
le as FormColorPicker,
|
|
107
|
+
Fe as FormControl,
|
|
108
|
+
ne as FormDate,
|
|
109
|
+
Me as FormDescription,
|
|
110
|
+
ce as FormField,
|
|
111
|
+
me as FormFileUploader,
|
|
112
|
+
xe as FormInput,
|
|
113
|
+
Ae as FormItem,
|
|
114
|
+
Pe as FormLabel,
|
|
115
|
+
we as FormMessage,
|
|
116
|
+
ue as FormSelect,
|
|
117
|
+
fe as FormSwitch,
|
|
118
|
+
Te as FormTextarea,
|
|
119
|
+
Co as HoverCard,
|
|
120
|
+
so as HoverCardContent,
|
|
121
|
+
Fo as HoverCardTrigger,
|
|
122
|
+
co as Input,
|
|
123
|
+
Po as Label,
|
|
124
|
+
Be as LoaderProvider,
|
|
125
|
+
ho as ModeToggle,
|
|
126
|
+
Io as Pagination,
|
|
127
|
+
Ho as PaginationContent,
|
|
128
|
+
ko as PaginationEllipsis,
|
|
129
|
+
Bo as PaginationItem,
|
|
130
|
+
Lo as PaginationLink,
|
|
131
|
+
yo as PaginationNext,
|
|
132
|
+
Go as PaginationPrevious,
|
|
133
|
+
Eo as PasswordRulesChecker,
|
|
134
|
+
No as Popover,
|
|
135
|
+
Uo as PopoverAnchor,
|
|
136
|
+
Vo as PopoverContent,
|
|
137
|
+
jo as PopoverTrigger,
|
|
138
|
+
zo as Select,
|
|
139
|
+
Ko as Separator,
|
|
140
|
+
Wo as Sheet,
|
|
141
|
+
Xo as SheetBody,
|
|
142
|
+
Yo as SheetClose,
|
|
143
|
+
Zo as SheetContent,
|
|
144
|
+
_o as SheetDescription,
|
|
145
|
+
$o as SheetFooter,
|
|
146
|
+
or as SheetHeader,
|
|
147
|
+
rr as SheetTitle,
|
|
148
|
+
er as SheetTrigger,
|
|
149
|
+
ar as Sidebar,
|
|
150
|
+
ir as SidebarContent,
|
|
151
|
+
nr as SidebarFooter,
|
|
152
|
+
pr as SidebarGroup,
|
|
153
|
+
lr as SidebarGroupAction,
|
|
154
|
+
dr as SidebarGroupContent,
|
|
155
|
+
mr as SidebarGroupLabel,
|
|
156
|
+
gr as SidebarHeader,
|
|
157
|
+
xr as SidebarInput,
|
|
158
|
+
Sr as SidebarInset,
|
|
159
|
+
ur as SidebarMenu,
|
|
160
|
+
br as SidebarMenuAction,
|
|
161
|
+
fr as SidebarMenuBadge,
|
|
162
|
+
Dr as SidebarMenuButton,
|
|
163
|
+
Tr as SidebarMenuItem,
|
|
164
|
+
Cr as SidebarMenuSkeleton,
|
|
165
|
+
sr as SidebarMenuSub,
|
|
166
|
+
Fr as SidebarMenuSubButton,
|
|
167
|
+
Mr as SidebarMenuSubItem,
|
|
168
|
+
cr as SidebarProvider,
|
|
169
|
+
Ar as SidebarRail,
|
|
170
|
+
Pr as SidebarSeparator,
|
|
171
|
+
wr as SidebarTrigger,
|
|
172
|
+
Ir as SimplePagination,
|
|
173
|
+
kr as SimpleTooltip,
|
|
174
|
+
Lr as Skeleton,
|
|
175
|
+
Gr as Switch,
|
|
176
|
+
Nr as Table,
|
|
177
|
+
Ur as TableBody,
|
|
178
|
+
Vr as TableCaption,
|
|
179
|
+
jr as TableCell,
|
|
180
|
+
qr as TableFooter,
|
|
181
|
+
zr as TableHead,
|
|
182
|
+
Jr as TableHeader,
|
|
183
|
+
Kr as TableRow,
|
|
184
|
+
Wr as Tabs,
|
|
185
|
+
Xr as TabsContent,
|
|
186
|
+
Yr as TabsList,
|
|
187
|
+
Zr as TabsTrigger,
|
|
188
|
+
$r as Textarea,
|
|
189
|
+
Ie as ThemeProvider,
|
|
190
|
+
Er as Toaster,
|
|
191
|
+
re as Tooltip,
|
|
192
|
+
ee as TooltipContent,
|
|
193
|
+
te as TooltipProvider,
|
|
194
|
+
ae as TooltipTrigger,
|
|
195
|
+
je as apiErrorDescription,
|
|
192
196
|
F as buttonVariants,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
197
|
+
qe as cn,
|
|
198
|
+
Ge as formatDate,
|
|
199
|
+
Ee as isNullOrEmptyString,
|
|
200
|
+
ze as manageApiFormErrors,
|
|
201
|
+
Ne as orderBy,
|
|
202
|
+
Ue as orderByText,
|
|
203
|
+
he as useFormField,
|
|
204
|
+
Le as useLoader,
|
|
205
|
+
hr as useSidebar,
|
|
206
|
+
He as useTheme
|
|
198
207
|
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
var s = Object.defineProperty;
|
|
2
|
+
var o = (t, r) => s(t, "name", { value: r, configurable: !0 });
|
|
3
|
+
const f = /* @__PURE__ */ o((t, r) => t.sort((e, n) => e[r].toLowerCase() < n[r].toLowerCase() ? -1 : e[r].toLowerCase() > n[r].toLowerCase() ? 1 : 0), "orderByText"), i = /* @__PURE__ */ o((t, r) => t.sort((e, n) => e[r] < n[r] ? -1 : e[r] > n[r] ? 1 : 0), "orderBy");
|
|
4
|
+
export {
|
|
5
|
+
i as orderBy,
|
|
6
|
+
f as orderByText
|
|
7
|
+
};
|
package/dist/lib/utils.d.ts
CHANGED
|
@@ -1,2 +1,16 @@
|
|
|
1
1
|
import { type ClassValue } from "clsx";
|
|
2
|
-
|
|
2
|
+
import { UseFormReturn } from "react-hook-form";
|
|
3
|
+
declare const cn: (...inputs: ClassValue[]) => string;
|
|
4
|
+
declare const apiErrorDescription: (error: {
|
|
5
|
+
status: number;
|
|
6
|
+
raw?: {
|
|
7
|
+
error?: string;
|
|
8
|
+
};
|
|
9
|
+
}) => string;
|
|
10
|
+
declare const manageApiFormErrors: (error: {
|
|
11
|
+
status: number;
|
|
12
|
+
raw?: {
|
|
13
|
+
error?: string;
|
|
14
|
+
};
|
|
15
|
+
}, form: UseFormReturn) => void;
|
|
16
|
+
export { cn, apiErrorDescription, manageApiFormErrors };
|
package/dist/lib/utils.js
CHANGED
|
@@ -1,11 +1,31 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
import { clsx as
|
|
4
|
-
import { twMerge as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
var a = Object.defineProperty;
|
|
2
|
+
var t = (r, e) => a(r, "name", { value: e, configurable: !0 });
|
|
3
|
+
import { clsx as c } from "clsx";
|
|
4
|
+
import { twMerge as f } from "tailwind-merge";
|
|
5
|
+
const w = /* @__PURE__ */ t((...r) => f(c(r)), "cn"), y = /* @__PURE__ */ t((r) => {
|
|
6
|
+
let e = "Une erreur est survenue";
|
|
7
|
+
return r.status === 400 ? e = "Données invalides" : typeof r.raw == "object" && r.raw.error && (e = r.raw.error), e;
|
|
8
|
+
}, "apiErrorDescription"), E = /* @__PURE__ */ t((r, e) => {
|
|
9
|
+
if (r.status === 400 && e && typeof r.raw == "object") {
|
|
10
|
+
let i = !0;
|
|
11
|
+
Object.entries(r.raw).forEach(([n, s]) => {
|
|
12
|
+
let o = "";
|
|
13
|
+
Array.isArray(s) ? o = s.join(`
|
|
14
|
+
`) : o = s, e.setError(
|
|
15
|
+
n,
|
|
16
|
+
{
|
|
17
|
+
type: "server",
|
|
18
|
+
message: o
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
shouldFocus: i
|
|
22
|
+
}
|
|
23
|
+
), i = !1;
|
|
24
|
+
});
|
|
25
|
+
}
|
|
26
|
+
}, "manageApiFormErrors");
|
|
9
27
|
export {
|
|
10
|
-
|
|
28
|
+
y as apiErrorDescription,
|
|
29
|
+
w as cn,
|
|
30
|
+
E as manageApiFormErrors
|
|
11
31
|
};
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|