@mx-cartographer/experiences 6.14.2-alpha.mega8 → 6.14.2-alpha.mega9
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.es.js +6 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5866,7 +5866,7 @@ const Bu = ({ transaction: e, onClick: n }) => {
|
|
|
5866
5866
|
sortingOrder: ["asc", "desc"]
|
|
5867
5867
|
}
|
|
5868
5868
|
];
|
|
5869
|
-
return /* @__PURE__ */ t(St, { sx: { height: e, px: 24, width: "100%", boxShadow: "none" }, children: /* @__PURE__ */ t(
|
|
5869
|
+
return console.log("rows::", JSON.parse(JSON.stringify(c))), /* @__PURE__ */ t(St, { sx: { height: e, px: 24, width: "100%", boxShadow: "none" }, children: /* @__PURE__ */ t(
|
|
5870
5870
|
Pn,
|
|
5871
5871
|
{
|
|
5872
5872
|
columns: u,
|
|
@@ -6864,11 +6864,15 @@ const Ks = ({ transaction: e }) => {
|
|
|
6864
6864
|
{
|
|
6865
6865
|
amount: d,
|
|
6866
6866
|
"aria-label": c.split_transaction_edit_split_amount,
|
|
6867
|
+
inputProps: {
|
|
6868
|
+
noValidate: !0
|
|
6869
|
+
},
|
|
6867
6870
|
name: "split-amount-input",
|
|
6868
6871
|
setAmount: C,
|
|
6869
6872
|
sx: {
|
|
6870
6873
|
".MuiOutlinedInput-input": { p: r.Spacing.Small }
|
|
6871
|
-
}
|
|
6874
|
+
},
|
|
6875
|
+
type: "number"
|
|
6872
6876
|
}
|
|
6873
6877
|
),
|
|
6874
6878
|
/* @__PURE__ */ t(
|