@innertia-solutions/nuxt-theme-spark 0.1.79 → 0.1.81
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.
|
@@ -231,7 +231,7 @@ defineExpose({ getSelectedRows, reload, clearCache, exportTable, tableRef })
|
|
|
231
231
|
</Transition>
|
|
232
232
|
</div>
|
|
233
233
|
|
|
234
|
-
<slot name="
|
|
234
|
+
<slot name="toolbar" />
|
|
235
235
|
|
|
236
236
|
<button
|
|
237
237
|
type="button"
|
|
@@ -251,7 +251,7 @@ defineExpose({ getSelectedRows, reload, clearCache, exportTable, tableRef })
|
|
|
251
251
|
</div>
|
|
252
252
|
|
|
253
253
|
<!-- Contenido: tabla siempre full width + preview overlay -->
|
|
254
|
-
<div class="relative">
|
|
254
|
+
<div class="relative overflow-hidden">
|
|
255
255
|
|
|
256
256
|
<!-- Tabla -->
|
|
257
257
|
<Table
|
|
@@ -288,7 +288,7 @@ defineExpose({ getSelectedRows, reload, clearCache, exportTable, tableRef })
|
|
|
288
288
|
>
|
|
289
289
|
<div
|
|
290
290
|
v-if="previewRow && previewEnabled"
|
|
291
|
-
class="absolute top-0 right-0 z-
|
|
291
|
+
class="absolute top-0 right-0 z-30 flex bg-white dark:bg-slate-800 border-l border-slate-200 dark:border-slate-700 shadow-[-4px_0_16px_rgba(0,0,0,0.06)]"
|
|
292
292
|
:style="{ width: (100 - currentRatio) + '%', bottom: paginationHeight + 'px' }"
|
|
293
293
|
>
|
|
294
294
|
<!-- Resize handle -->
|