@conboai/app.db.query 0.9.49 → 0.9.50
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/app.db.query.js +26 -27
- package/package.json +1 -1
package/dist/app.db.query.js
CHANGED
|
@@ -133422,6 +133422,7 @@ const mGe = ({ gridProps: e }) => {
|
|
|
133422
133422
|
disabled: !1
|
|
133423
133423
|
}
|
|
133424
133424
|
], Zb = {
|
|
133425
|
+
paddingRight: "2px",
|
|
133425
133426
|
"& .MuiCheckbox-root": {
|
|
133426
133427
|
width: "15px",
|
|
133427
133428
|
height: "15px"
|
|
@@ -133461,52 +133462,50 @@ const mGe = ({ gridProps: e }) => {
|
|
|
133461
133462
|
}
|
|
133462
133463
|
), tte = ({
|
|
133463
133464
|
checkboxes: e,
|
|
133464
|
-
|
|
133465
|
-
|
|
133466
|
-
|
|
133467
|
-
|
|
133468
|
-
|
|
133469
|
-
|
|
133470
|
-
|
|
133471
|
-
|
|
133472
|
-
infoTooltipText: c
|
|
133465
|
+
withSelect: t = !0,
|
|
133466
|
+
isSelectDisabled: n = !1,
|
|
133467
|
+
onChange: r,
|
|
133468
|
+
value: o,
|
|
133469
|
+
options: i,
|
|
133470
|
+
selectLabel: s,
|
|
133471
|
+
withInfo: a = !1,
|
|
133472
|
+
infoTooltipText: l
|
|
133473
133473
|
}) => {
|
|
133474
|
-
const
|
|
133475
|
-
|
|
133474
|
+
const c = (d) => {
|
|
133475
|
+
r && r(d);
|
|
133476
133476
|
};
|
|
133477
133477
|
return /* @__PURE__ */ te.jsxs(Ve, { display: "flex", justifyContent: "space-between", mb: "12px", children: [
|
|
133478
|
-
/* @__PURE__ */ te.jsxs(Ve, { display: "flex", gap: "
|
|
133479
|
-
/* @__PURE__ */ te.jsx(
|
|
133480
|
-
e.map((h) => /* @__PURE__ */ te.jsx(
|
|
133478
|
+
/* @__PURE__ */ te.jsxs(Ve, { display: "flex", gap: "24px", alignItems: "center", children: [
|
|
133479
|
+
e.map((d) => /* @__PURE__ */ te.jsx(
|
|
133481
133480
|
bT,
|
|
133482
133481
|
{
|
|
133483
133482
|
sx: qL,
|
|
133484
133483
|
control: /* @__PURE__ */ te.jsx(
|
|
133485
133484
|
Ip,
|
|
133486
133485
|
{
|
|
133487
|
-
checked:
|
|
133488
|
-
onChange:
|
|
133486
|
+
checked: d.value,
|
|
133487
|
+
onChange: d.onChange,
|
|
133489
133488
|
sx: Zb,
|
|
133490
|
-
disabled:
|
|
133489
|
+
disabled: d.disabled
|
|
133491
133490
|
}
|
|
133492
133491
|
),
|
|
133493
|
-
label:
|
|
133492
|
+
label: d.label
|
|
133494
133493
|
},
|
|
133495
|
-
|
|
133494
|
+
d.label
|
|
133496
133495
|
)),
|
|
133497
|
-
|
|
133496
|
+
a && /* @__PURE__ */ te.jsxs(Ve, { display: "flex", flexDirection: "row", gap: "4px", alignItems: "center", children: [
|
|
133498
133497
|
/* @__PURE__ */ te.jsx(At, { fontSize: "14px", fontWeight: "500", children: "Points:" }),
|
|
133499
|
-
/* @__PURE__ */ te.jsx(la, { title:
|
|
133498
|
+
/* @__PURE__ */ te.jsx(la, { title: l, arrow: !0, placement: Wi.TOP, children: /* @__PURE__ */ te.jsx(Ve, { display: "flex", alignItems: "center", children: /* @__PURE__ */ te.jsx(MGe, {}) }) })
|
|
133500
133499
|
] })
|
|
133501
133500
|
] }),
|
|
133502
|
-
|
|
133501
|
+
t && /* @__PURE__ */ te.jsx(Ve, { maxWidth: "281px", width: "100%", children: /* @__PURE__ */ te.jsx(
|
|
133503
133502
|
vp,
|
|
133504
133503
|
{
|
|
133505
|
-
disabled:
|
|
133506
|
-
label:
|
|
133507
|
-
value:
|
|
133508
|
-
options:
|
|
133509
|
-
onChange:
|
|
133504
|
+
disabled: n,
|
|
133505
|
+
label: s,
|
|
133506
|
+
value: o,
|
|
133507
|
+
options: i,
|
|
133508
|
+
onChange: c
|
|
133510
133509
|
}
|
|
133511
133510
|
) })
|
|
133512
133511
|
] });
|