szld-libs 0.3.88 → 0.3.90
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/szld-components.es.js +33 -10
- package/dist/szld-components.umd.js +32 -32
- package/es/hooks/useDetailRender.js +32 -9
- package/es/hooks/useUniversalTable.d.ts +1 -1
- package/es/hooks/useUniversalTable.js +1 -1
- package/lib/hooks/useDetailRender.js +32 -9
- package/lib/hooks/useUniversalTable.d.ts +1 -1
- package/lib/hooks/useUniversalTable.js +1 -1
- package/package.json +1 -1
|
@@ -27347,7 +27347,7 @@ function vO() {
|
|
|
27347
27347
|
okText: R || "",
|
|
27348
27348
|
cancelText: k || "",
|
|
27349
27349
|
onOk: () => new Promise(async (H, G) => {
|
|
27350
|
-
const J = await w(x, I), X = D && D(O || "", J == null ? void 0 : J["msg-code"]
|
|
27350
|
+
const J = await w(x, I), X = D && D(O || "", J == null ? void 0 : J["msg-code"]) || (J == null ? void 0 : J.msg);
|
|
27351
27351
|
(J == null ? void 0 : J.ReturnValue) === 1 ? (e.success(X), b(), H(J)) : (e.error(X || "删除失败"), G(J));
|
|
27352
27352
|
})
|
|
27353
27353
|
});
|
|
@@ -45165,18 +45165,41 @@ function dJ({
|
|
|
45165
45165
|
x == null ? void 0 : x.attrname,
|
|
45166
45166
|
":"
|
|
45167
45167
|
] }),
|
|
45168
|
-
/* @__PURE__ */ Be(
|
|
45169
|
-
|
|
45170
|
-
|
|
45171
|
-
|
|
45172
|
-
|
|
45168
|
+
/* @__PURE__ */ Be(
|
|
45169
|
+
"span",
|
|
45170
|
+
{
|
|
45171
|
+
style: {
|
|
45172
|
+
wordWrap: "break-word",
|
|
45173
|
+
wordBreak: "break-all",
|
|
45174
|
+
overflowWrap: "break-word",
|
|
45175
|
+
minWidth: 0,
|
|
45176
|
+
flex: 1
|
|
45177
|
+
},
|
|
45178
|
+
children: [
|
|
45179
|
+
T || "",
|
|
45180
|
+
" ",
|
|
45181
|
+
_o(S || [], (x == null ? void 0 : x.attrvalue) || "-")
|
|
45182
|
+
]
|
|
45183
|
+
}
|
|
45184
|
+
)
|
|
45173
45185
|
] }) }),
|
|
45174
45186
|
l === "row" && /* @__PURE__ */ Be(on, { children: [
|
|
45175
45187
|
/* @__PURE__ */ W(Ta, { span: e, children: x == null ? void 0 : x.attrname }),
|
|
45176
|
-
/* @__PURE__ */ Be(
|
|
45177
|
-
|
|
45178
|
-
|
|
45179
|
-
|
|
45188
|
+
/* @__PURE__ */ Be(
|
|
45189
|
+
Ta,
|
|
45190
|
+
{
|
|
45191
|
+
span: r,
|
|
45192
|
+
style: {
|
|
45193
|
+
wordWrap: "break-word",
|
|
45194
|
+
wordBreak: "break-all",
|
|
45195
|
+
overflowWrap: "break-word"
|
|
45196
|
+
},
|
|
45197
|
+
children: [
|
|
45198
|
+
T || "",
|
|
45199
|
+
_o(S || [], (x == null ? void 0 : x.attrvalue) || "-")
|
|
45200
|
+
]
|
|
45201
|
+
}
|
|
45202
|
+
)
|
|
45180
45203
|
] })
|
|
45181
45204
|
] }, x == null ? void 0 : x.attrid), m = ({
|
|
45182
45205
|
detailList: x = [],
|