@ws-ui/roles-editor 1.14.3 → 1.14.4
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.
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +4 -4
package/dist/index.es.js
CHANGED
|
@@ -33851,7 +33851,7 @@ const Dle = ({ item: e, depth: t }) => {
|
|
|
33851
33851
|
ref: w,
|
|
33852
33852
|
children: [
|
|
33853
33853
|
/* @__PURE__ */ ue("div", { className: "flex items-center justify-between", children: [
|
|
33854
|
-
/* @__PURE__ */ ue("div", { className: "flex flex-1 items-center", children: [
|
|
33854
|
+
/* @__PURE__ */ ue("div", { className: "flex min-w-0 flex-1 items-center", children: [
|
|
33855
33855
|
/* @__PURE__ */ I("span", { className: "mr-4", children: i ? /* @__PURE__ */ I(YH, { className: "h-6 w-6" }) : /* @__PURE__ */ I(Ad, { className: "h-6 w-6" }) }),
|
|
33856
33856
|
c ? /* @__PURE__ */ ue(
|
|
33857
33857
|
It.Root,
|
|
@@ -33874,7 +33874,14 @@ const Dle = ({ item: e, depth: t }) => {
|
|
|
33874
33874
|
p && /* @__PURE__ */ I(It.Message, { children: p })
|
|
33875
33875
|
]
|
|
33876
33876
|
}
|
|
33877
|
-
) : /* @__PURE__ */ I(
|
|
33877
|
+
) : /* @__PURE__ */ I(
|
|
33878
|
+
"span",
|
|
33879
|
+
{
|
|
33880
|
+
title: u,
|
|
33881
|
+
className: "inline-block grow overflow-hidden truncate whitespace-nowrap text-xs font-bold",
|
|
33882
|
+
children: u
|
|
33883
|
+
}
|
|
33884
|
+
)
|
|
33878
33885
|
] }),
|
|
33879
33886
|
i ? /* @__PURE__ */ I("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ I(
|
|
33880
33887
|
Xr,
|
|
@@ -33884,7 +33891,7 @@ const Dle = ({ item: e, depth: t }) => {
|
|
|
33884
33891
|
usePortal: !0,
|
|
33885
33892
|
children: /* @__PURE__ */ I(mn, { className: "h-4 w-4" })
|
|
33886
33893
|
}
|
|
33887
|
-
) }) : /* @__PURE__ */ I("div", { className: "flex items-center gap-x-2", children: c ? /* @__PURE__ */ ue(Ht, { children: [
|
|
33894
|
+
) }) : /* @__PURE__ */ I("div", { className: "flex shrink-0 items-center gap-x-2", children: c ? /* @__PURE__ */ ue(Ht, { children: [
|
|
33888
33895
|
/* @__PURE__ */ I(
|
|
33889
33896
|
ar,
|
|
33890
33897
|
{
|
|
@@ -39024,7 +39031,7 @@ const Lue = ({
|
|
|
39024
39031
|
},
|
|
39025
39032
|
ref: g,
|
|
39026
39033
|
children: [
|
|
39027
|
-
/* @__PURE__ */ I("div", { className: "flex items-center justify-between", children: /* @__PURE__ */ ue("div", { className: "flex flex-1 items-center", children: [
|
|
39034
|
+
/* @__PURE__ */ I("div", { className: "flex items-center justify-between", children: /* @__PURE__ */ ue("div", { className: "flex min-w-0 flex-1 items-center", children: [
|
|
39028
39035
|
/* @__PURE__ */ I("span", { className: "mr-4", children: /* @__PURE__ */ I(Ad, { className: "h-6 w-6" }) }),
|
|
39029
39036
|
v ? /* @__PURE__ */ ue(
|
|
39030
39037
|
It.Root,
|
|
@@ -39063,7 +39070,7 @@ const Lue = ({
|
|
|
39063
39070
|
"div",
|
|
39064
39071
|
{
|
|
39065
39072
|
className: bn(
|
|
39066
|
-
"justify-between ml-auto flex w-fit items-center gap-x-2"
|
|
39073
|
+
"justify-between ml-auto flex w-fit shrink-0 items-center gap-x-2"
|
|
39067
39074
|
),
|
|
39068
39075
|
children: v ? /* @__PURE__ */ ue(Ht, { children: [
|
|
39069
39076
|
/* @__PURE__ */ I(ar, { color: "white", variant: "ghost", onClick: x, children: /* @__PURE__ */ I(JH, { className: "h-4 w-4" }) }),
|