adverich-kun-ui 0.1.453 → 0.1.454
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.
|
@@ -14,7 +14,7 @@ import ze from "../composables/useOptions.js";
|
|
|
14
14
|
import De from "../composables/useSelect.js";
|
|
15
15
|
import He from "../composables/useFilter.js";
|
|
16
16
|
import Ne from "../composables/KunTableProps.js";
|
|
17
|
-
const Ke = ["placeholder"], Le = { class: "flex-1 overflow-auto" }, Ue = { key: 0 }, We = { key: 5 }, Qe = {
|
|
17
|
+
const Ke = ["placeholder"], Le = { class: "flex-1 overflow-auto bg-surface" }, Ue = { key: 0 }, We = { key: 5 }, Qe = {
|
|
18
18
|
key: 1,
|
|
19
19
|
class: "h-full flex justify-center items-center"
|
|
20
20
|
}, qe = { class: "text-center text-4xl" }, Ge = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { computed as o, createElementBlock as s, openBlock as n, normalizeClass as d, createCommentVNode as u, renderSlot as g, createVNode as y, Fragment as $, renderList as B, createBlock as h, resolveDynamicComponent as T, unref as r, createTextVNode as V, toDisplayString as A } from "vue";
|
|
2
2
|
import E from "../../../KunCheckbox/src/components/KunCheckbox.vue.js";
|
|
3
3
|
import { getValue as x, formatValue as j } from "../../../../utils/tableFormatters.js";
|
|
4
|
-
const N = { key: 0 }, O = { key: 1 }, R = "px-1 py-2 whitespace-normal word-break text-sm text-black dark:text-white", D = "hover:bg-select-hover border-t border-slate-300 dark:border-slate-700", F = "bg-surface
|
|
4
|
+
const N = { key: 0 }, O = { key: 1 }, R = "px-1 py-2 whitespace-normal word-break text-sm text-black dark:text-white", D = "hover:bg-select-hover border-t border-slate-300 dark:border-slate-700", F = "bg-surface", L = {
|
|
5
5
|
__name: "KunTableRow",
|
|
6
6
|
props: {
|
|
7
7
|
item: Object,
|