adverich-kun-ui 0.1.303 → 0.1.304
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.
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { useSlots as k, ref as c, computed as s, createBlock as r, openBlock as o, resolveDynamicComponent as $, mergeProps as p, withCtx as w, renderSlot as n, createCommentVNode as i, createElementVNode as
|
|
1
|
+
import { useSlots as k, ref as c, computed as s, createBlock as r, openBlock as o, resolveDynamicComponent as $, mergeProps as p, withCtx as w, renderSlot as n, createCommentVNode as i, createElementVNode as u, createElementBlock as a, normalizeClass as d, normalizeStyle as B } from "vue";
|
|
2
2
|
import f from "./KunToolbarTitle.vue.js";
|
|
3
3
|
const N = {
|
|
4
4
|
key: 0,
|
|
5
|
-
class: "pl-2 max-w-1/2"
|
|
5
|
+
class: "pl-2 max-w-1/2 truncate"
|
|
6
6
|
}, P = {
|
|
7
7
|
key: 0,
|
|
8
|
-
class: "flex-1 flex justify-center items-center max-w-1/2"
|
|
8
|
+
class: "flex-1 flex justify-center items-center max-w-1/2 truncate"
|
|
9
9
|
}, R = {
|
|
10
10
|
key: 0,
|
|
11
|
-
class: "pr-2 max-w-1/2"
|
|
11
|
+
class: "pr-2 max-w-1/2 truncate"
|
|
12
12
|
}, H = {
|
|
13
13
|
__name: "KunToolbar",
|
|
14
14
|
props: {
|
|
@@ -68,17 +68,17 @@ const N = {
|
|
|
68
68
|
}, l.$attrs), {
|
|
69
69
|
default: w(() => [
|
|
70
70
|
t.image ? n(l.$slots, "image", { key: 0 }) : i("", !0),
|
|
71
|
-
|
|
71
|
+
u("div", {
|
|
72
72
|
ref_key: "contentRef",
|
|
73
73
|
ref: g,
|
|
74
|
-
class:
|
|
74
|
+
class: d(["flex items-center w-full justify-between", [
|
|
75
75
|
y.value,
|
|
76
76
|
t.extended ? "min-h-[96px]" : "",
|
|
77
77
|
"px-4"
|
|
78
78
|
]])
|
|
79
79
|
}, [
|
|
80
|
-
|
|
81
|
-
class:
|
|
80
|
+
u("div", {
|
|
81
|
+
class: d(t.leftSectionClass)
|
|
82
82
|
}, [
|
|
83
83
|
n(l.$slots, "prepend"),
|
|
84
84
|
t.titlePosition === "left" ? (o(), a("div", N, [
|
|
@@ -99,8 +99,8 @@ const N = {
|
|
|
99
99
|
}, null, 8, ["text"])) : i("", !0)
|
|
100
100
|
])
|
|
101
101
|
])) : i("", !0),
|
|
102
|
-
|
|
103
|
-
class:
|
|
102
|
+
u("div", {
|
|
103
|
+
class: d(t.rightSectionClass)
|
|
104
104
|
}, [
|
|
105
105
|
n(l.$slots, "items"),
|
|
106
106
|
t.titlePosition === "right" ? (o(), a("div", R, [
|