@hybr1d-tech/charizard 0.7.52 → 0.7.53
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/hybr1d-ui.js +29 -21
- package/dist/hybr1d-ui.umd.cjs +10 -10
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -7544,26 +7544,34 @@ function Ai({
|
|
|
7544
7544
|
/* @__PURE__ */ l.jsx("div", { className: C(N0.detailKey, "zap-subcontent-medium"), children: `${i.key}: ` }),
|
|
7545
7545
|
Array.isArray(i.value) && i.value.length > 0 ? ri(i.value) ? /* @__PURE__ */ l.jsx("div", { className: C(N0.detailValue, "zap-subcontent-medium"), children: i.value.join(", ") }) : /* @__PURE__ */ l.jsx("div", { className: N0.detailValueAttachments, children: i.value[0].file_name ? (u = i.value) == null ? void 0 : u.map((m, v) => {
|
|
7546
7546
|
var h, I;
|
|
7547
|
-
return /* @__PURE__ */ l.jsxs(
|
|
7548
|
-
|
|
7549
|
-
|
|
7550
|
-
|
|
7551
|
-
|
|
7552
|
-
|
|
7553
|
-
|
|
7554
|
-
|
|
7555
|
-
|
|
7556
|
-
|
|
7557
|
-
|
|
7558
|
-
|
|
7559
|
-
|
|
7560
|
-
|
|
7561
|
-
|
|
7562
|
-
|
|
7563
|
-
|
|
7564
|
-
|
|
7565
|
-
|
|
7566
|
-
|
|
7547
|
+
return /* @__PURE__ */ l.jsxs(
|
|
7548
|
+
"div",
|
|
7549
|
+
{
|
|
7550
|
+
className: N0.detailValueAttachment,
|
|
7551
|
+
onClick: (x) => x.stopPropagation(),
|
|
7552
|
+
children: [
|
|
7553
|
+
/* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsx(
|
|
7554
|
+
Q2,
|
|
7555
|
+
{
|
|
7556
|
+
src: b1(((h = m.details) == null ? void 0 : h.type) || ((I = m.details) == null ? void 0 : I.ext)),
|
|
7557
|
+
alt: m.file_name,
|
|
7558
|
+
className: N0.fileIcon
|
|
7559
|
+
}
|
|
7560
|
+
) }),
|
|
7561
|
+
/* @__PURE__ */ l.jsx("div", { children: /* @__PURE__ */ l.jsx(
|
|
7562
|
+
"a",
|
|
7563
|
+
{
|
|
7564
|
+
href: m.doc_link,
|
|
7565
|
+
target: "_blank",
|
|
7566
|
+
rel: "noopener noreferrer",
|
|
7567
|
+
className: N0.attachmentName,
|
|
7568
|
+
children: m.file_name
|
|
7569
|
+
}
|
|
7570
|
+
) })
|
|
7571
|
+
]
|
|
7572
|
+
},
|
|
7573
|
+
v
|
|
7574
|
+
);
|
|
7567
7575
|
}) : /* @__PURE__ */ l.jsx("div", { className: C(N0.detailValueNA, "zap-subcontent-medium"), children: "N/A" }) }) : i.value && oi(i.value) && Object.keys(i.value).length ? /* @__PURE__ */ l.jsx(
|
|
7568
7576
|
Br,
|
|
7569
7577
|
{
|
|
@@ -7574,7 +7582,7 @@ function Ai({
|
|
|
7574
7582
|
] }, o);
|
|
7575
7583
|
}) }),
|
|
7576
7584
|
/* @__PURE__ */ l.jsx("div", { className: N0.statusSection, children: /* @__PURE__ */ l.jsx(t5, { highlight: V3.DOT, status: Ni[e.status], children: hi(e.status) }) }),
|
|
7577
|
-
/* @__PURE__ */ l.jsx("div", { className: N0.actionSection, children: !!(n != null && n.length) && /* @__PURE__ */ l.jsx(
|
|
7585
|
+
/* @__PURE__ */ l.jsx("div", { className: N0.actionSection, onClick: (i) => i.stopPropagation(), children: !!(n != null && n.length) && /* @__PURE__ */ l.jsx(
|
|
7578
7586
|
V0.ActionsDropdown,
|
|
7579
7587
|
{
|
|
7580
7588
|
menuItems: n,
|