@dpa-id-components/dpa-shared-components 9.9.7 → 9.9.9
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.
|
@@ -5030,7 +5030,7 @@ const Xf = (e, t, a) => {
|
|
|
5030
5030
|
Ye(mt, {
|
|
5031
5031
|
size: "small",
|
|
5032
5032
|
name: a.value,
|
|
5033
|
-
class: "mr-2 fill-current text-gray-700"
|
|
5033
|
+
class: "mr-2 shrink-0 fill-current text-gray-700"
|
|
5034
5034
|
}, null, 8, ["name"]),
|
|
5035
5035
|
ie("span", Zf, [
|
|
5036
5036
|
ce(r.$slots, "description")
|
|
@@ -13562,7 +13562,7 @@ const kv = ({
|
|
|
13562
13562
|
Object.entries(Lv).forEach(([e, t]) => {
|
|
13563
13563
|
e !== "default" && (Oi[e] = t);
|
|
13564
13564
|
});
|
|
13565
|
-
const Rv = ["disabled"], Fv = { class: "w-full truncate" }, Uo = /* @__PURE__ */ Ae({
|
|
13565
|
+
const Rv = ["disabled"], Fv = { class: "w-full grow truncate" }, Uo = /* @__PURE__ */ Ae({
|
|
13566
13566
|
__name: "UiFilterButton",
|
|
13567
13567
|
props: {
|
|
13568
13568
|
title: { default: "" },
|
|
@@ -13609,7 +13609,7 @@ const Rv = ["disabled"], Fv = { class: "w-full truncate" }, Uo = /* @__PURE__ */
|
|
|
13609
13609
|
key: 0,
|
|
13610
13610
|
name: u.iconLeft,
|
|
13611
13611
|
size: u.iconSize,
|
|
13612
|
-
class: "mr-2"
|
|
13612
|
+
class: "mr-2 flex-none"
|
|
13613
13613
|
}, null, 8, ["name", "size"])) : X("", !0),
|
|
13614
13614
|
ie("span", Fv, Be(u.title), 1),
|
|
13615
13615
|
u.hasIcon ? (M(), xe(mt, {
|
|
@@ -13617,7 +13617,7 @@ const Rv = ["disabled"], Fv = { class: "w-full truncate" }, Uo = /* @__PURE__ */
|
|
|
13617
13617
|
name: u.chevronIcon,
|
|
13618
13618
|
class: de([{
|
|
13619
13619
|
"origin-center rotate-180": u.rotateIcon
|
|
13620
|
-
}, "ml-2"]),
|
|
13620
|
+
}, "ml-2 flex-none"]),
|
|
13621
13621
|
size: u.iconSize
|
|
13622
13622
|
}, null, 8, ["name", "class", "size"])) : X("", !0)
|
|
13623
13623
|
], 2)
|