@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.
@@ -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
- label: t = "Display:",
133465
- withSelect: n = !0,
133466
- isSelectDisabled: r = !1,
133467
- onChange: o,
133468
- value: i,
133469
- options: s,
133470
- selectLabel: a,
133471
- withInfo: l = !1,
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 d = (h) => {
133475
- o && o(h);
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: "8px", alignItems: "center", children: [
133479
- /* @__PURE__ */ te.jsx(At, { fontSize: "14px", children: t }),
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: h.value,
133488
- onChange: h.onChange,
133486
+ checked: d.value,
133487
+ onChange: d.onChange,
133489
133488
  sx: Zb,
133490
- disabled: h.disabled
133489
+ disabled: d.disabled
133491
133490
  }
133492
133491
  ),
133493
- label: h.label
133492
+ label: d.label
133494
133493
  },
133495
- h.label
133494
+ d.label
133496
133495
  )),
133497
- l && /* @__PURE__ */ te.jsxs(Ve, { display: "flex", flexDirection: "row", gap: "4px", alignItems: "center", children: [
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: c, arrow: !0, placement: Wi.TOP, children: /* @__PURE__ */ te.jsx(Ve, { display: "flex", alignItems: "center", children: /* @__PURE__ */ te.jsx(MGe, {}) }) })
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
- n && /* @__PURE__ */ te.jsx(Ve, { maxWidth: "281px", width: "100%", children: /* @__PURE__ */ te.jsx(
133501
+ t && /* @__PURE__ */ te.jsx(Ve, { maxWidth: "281px", width: "100%", children: /* @__PURE__ */ te.jsx(
133503
133502
  vp,
133504
133503
  {
133505
- disabled: r,
133506
- label: a,
133507
- value: i,
133508
- options: s,
133509
- onChange: d
133504
+ disabled: n,
133505
+ label: s,
133506
+ value: o,
133507
+ options: i,
133508
+ onChange: c
133510
133509
  }
133511
133510
  ) })
133512
133511
  ] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.49",
3
+ "version": "0.9.50",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",