Compilación de cliente
This commit is contained in:
parent
73dff582e3
commit
3c4f28b2ed
@ -52,7 +52,7 @@ export function CatalogDataTableFilter<TData>({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<TooltipProvider>
|
<TooltipProvider>
|
||||||
<div className='w-full space-y-2'>
|
<div className='w-full space-y-2' {...props}>
|
||||||
<div className='relative flex items-center flex-1 p-2 space-x-2 border rounded-md border-input'>
|
<div className='relative flex items-center flex-1 p-2 space-x-2 border rounded-md border-input'>
|
||||||
<SearchIcon className='w-4 h-4 text-gray-500' />
|
<SearchIcon className='w-4 h-4 text-gray-500' />
|
||||||
<div className='flex flex-wrap items-center flex-1 gap-2'>
|
<div className='flex flex-wrap items-center flex-1 gap-2'>
|
||||||
|
|||||||
@ -8,7 +8,7 @@ export type UseDealerListParams = {
|
|||||||
pageIndex: number;
|
pageIndex: number;
|
||||||
pageSize: number;
|
pageSize: number;
|
||||||
};
|
};
|
||||||
searchTerm?: string;
|
searchTerm?: string[];
|
||||||
enabled?: boolean;
|
enabled?: boolean;
|
||||||
queryOptions?: Record<string, unknown>;
|
queryOptions?: Record<string, unknown>;
|
||||||
};
|
};
|
||||||
|
|||||||
@ -152,7 +152,7 @@ export function useDataTable<TData, TValue>({
|
|||||||
|
|
||||||
const sortingUpdater: OnChangeFn<SortingState> = (updater) => {
|
const sortingUpdater: OnChangeFn<SortingState> = (updater) => {
|
||||||
if (typeof updater === "function") {
|
if (typeof updater === "function") {
|
||||||
const newSorting = updater(sorting);
|
//const newSorting = updater(sorting);
|
||||||
//console.log(newSorting);
|
//console.log(newSorting);
|
||||||
//setSorting(newSorting);
|
//setSorting(newSorting);
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
dist/client/index.html
vendored
5
dist/client/index.html
vendored
@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="robots" content="noindex, nofollow" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
|
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
|
||||||
<title>Uecko</title>
|
<title>Uecko</title>
|
||||||
<script type="module" crossorigin src="/assets/index-JR6IpOni.js"></script>
|
<script type="module" crossorigin src="/assets/index-DJAOJNo1.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-D-WUkXMb.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-C6azqQuI.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
2
dist/client/robots.txt
vendored
Normal file
2
dist/client/robots.txt
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
Loading…
Reference in New Issue
Block a user