|
|
|
|
@@ -1,8 +1,115 @@
|
|
|
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
|
|
|
|
|
|
exports[`Table > renders with caption correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<caption class="sr-only">Table caption</caption>
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Amount</th>
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Status</th>
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Email</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody class="divide-y divide-[var(--ui-border)]">
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">m5gr84i9</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">316</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">success</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">ken99@yahoo.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">3u1reuv4</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">242</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">success</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">Abe45@gmail.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">derv1ws0</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">837</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">processing</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">Monserrat44@gmail.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">5kma53ae</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">874</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">success</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">Silas22@gmail.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">bhqecj4p</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">721</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">failed</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">carmella@hotmail.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`Table > renders with caption slot correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Amount</th>
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Status</th>
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Email</th>
|
|
|
|
|
</tr>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody class="divide-y divide-[var(--ui-border)]">
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">m5gr84i9</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">316</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">success</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">ken99@yahoo.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">3u1reuv4</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">242</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">success</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">Abe45@gmail.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">derv1ws0</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">837</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">processing</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">Monserrat44@gmail.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">5kma53ae</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">874</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">success</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">Silas22@gmail.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<tr data-selected="false" data-expanded="false" class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">bhqecj4p</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">721</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">failed</td>
|
|
|
|
|
<td data-pinned="false" class="p-4 text-sm text-[var(--ui-text-muted)] whitespace-nowrap [&:has([role=checkbox])]:pe-0">carmella@hotmail.com</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`Table > renders with cell slot correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -55,6 +162,7 @@ exports[`Table > renders with cell slot correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with class correctly 1`] = `
|
|
|
|
|
"<div class="overflow-auto absolute">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -107,6 +215,7 @@ exports[`Table > renders with class correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with columns correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">
|
|
|
|
|
@@ -302,6 +411,7 @@ exports[`Table > renders with columns correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with data correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -354,6 +464,7 @@ exports[`Table > renders with data correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with empty slot correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -406,6 +517,7 @@ exports[`Table > renders with empty slot correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with expanded slot correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -458,6 +570,7 @@ exports[`Table > renders with expanded slot correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with header slot correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">ID Header slot</th>
|
|
|
|
|
@@ -510,6 +623,7 @@ exports[`Table > renders with header slot correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading animation carousel correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -562,6 +676,7 @@ exports[`Table > renders with loading animation carousel correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading animation carousel-inverse correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel-inverse_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -614,6 +729,7 @@ exports[`Table > renders with loading animation carousel-inverse correctly 1`] =
|
|
|
|
|
exports[`Table > renders with loading animation elastic correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[elastic_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -666,6 +782,7 @@ exports[`Table > renders with loading animation elastic correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading animation swing correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[swing_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -718,6 +835,7 @@ exports[`Table > renders with loading animation swing correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading color error correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-error)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -770,6 +888,7 @@ exports[`Table > renders with loading color error correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading color info correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-info)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -822,6 +941,7 @@ exports[`Table > renders with loading color info correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading color neutral correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-bg-inverted)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -874,6 +994,7 @@ exports[`Table > renders with loading color neutral correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading color primary correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -926,6 +1047,7 @@ exports[`Table > renders with loading color primary correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading color secondary correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-secondary)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -978,6 +1100,7 @@ exports[`Table > renders with loading color secondary correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading color success correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-success)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -1030,6 +1153,7 @@ exports[`Table > renders with loading color success correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading color warning correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-warning)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -1082,6 +1206,7 @@ exports[`Table > renders with loading color warning correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with loading correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] after:absolute after:bottom-0 after:inset-x-0 after:h-px after:bg-[var(--ui-primary)] after:animate-[carousel_2s_ease-in-out_infinite]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -1134,6 +1259,7 @@ exports[`Table > renders with loading correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with sticky correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="[&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)] sticky top-0 inset-x-0 bg-[var(--ui-bg)]/75 z-[1] backdrop-blur">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -1186,6 +1312,7 @@ exports[`Table > renders with sticky correctly 1`] = `
|
|
|
|
|
exports[`Table > renders with ui correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip table-auto">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50">
|
|
|
|
|
<th data-pinned="false" class="px-4 py-3.5 text-sm text-[var(--ui-text-highlighted)] text-left rtl:text-right font-semibold [&:has([role=checkbox])]:pe-0">Id</th>
|
|
|
|
|
@@ -1235,9 +1362,10 @@ exports[`Table > renders with ui correctly 1`] = `
|
|
|
|
|
</div>"
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
|
|
exports[`Table > renders without results correctly 1`] = `
|
|
|
|
|
exports[`Table > renders without data correctly 1`] = `
|
|
|
|
|
"<div class="relative overflow-auto">
|
|
|
|
|
<table class="min-w-full overflow-clip">
|
|
|
|
|
<!--v-if-->
|
|
|
|
|
<thead class="relative [&>tr]:after:absolute [&>tr]:after:inset-x-0 [&>tr]:after:bottom-0 [&>tr]:after:h-px [&>tr]:after:bg-[var(--ui-border-accented)]">
|
|
|
|
|
<tr class="data-[selected=true]:bg-[var(--ui-bg-elevated)]/50"></tr>
|
|
|
|
|
</thead>
|
|
|
|
|
|