adverich-kun-ui 0.1.161 → 0.1.162
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.
|
@@ -15,7 +15,7 @@ import Pe from "../composables/KunTableProps.js";
|
|
|
15
15
|
const Se = ["placeholder"], $e = { key: 0 }, Te = { key: 5 }, Fe = ["colspan"], Ae = { key: 6 }, Ee = {
|
|
16
16
|
key: 1,
|
|
17
17
|
class: "sticky bottom-0 z-10"
|
|
18
|
-
}, Be = "overflow-auto h-full w-full flex flex-col border border-slate-200 dark:border-slate-800 rounded", Ve = "table-auto w-full h-
|
|
18
|
+
}, Be = "overflow-auto h-full w-full flex flex-col border border-slate-200 dark:border-slate-800 rounded", Ve = "table-auto w-full h-fit text-sm text-left", Qe = {
|
|
19
19
|
__name: "KunTable",
|
|
20
20
|
props: Pe(),
|
|
21
21
|
emits: ["update:page", "update:itemsPerPage", "update:sortBy", "update:selectedItems"],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed as g, createElementBlock as d, openBlock as l, normalizeClass as p, Fragment as c, renderList as u, createVNode as E, createCommentVNode as S, mergeProps as h, createSlots as b, withCtx as C, renderSlot as f, createElementVNode as m } from "vue";
|
|
2
2
|
import B from "./KunTableRow.vue.js";
|
|
3
|
-
const A = { key: 0 }, $ = ["colspan"], k = "table-auto w-full
|
|
3
|
+
const A = { key: 0 }, $ = ["colspan"], k = "table-auto w-full text-sm text-left", K = {
|
|
4
4
|
__name: "KunTableRows",
|
|
5
5
|
props: {
|
|
6
6
|
items: Array,
|