@zimyo/manage 0.3.17 → 0.3.18
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/main.js
CHANGED
|
@@ -101682,7 +101682,7 @@ const Uzt = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], Xzt = [
|
|
|
101682
101682
|
4: "info",
|
|
101683
101683
|
5: "error",
|
|
101684
101684
|
6: "info",
|
|
101685
|
-
8: "
|
|
101685
|
+
8: "success"
|
|
101686
101686
|
}, ms = {
|
|
101687
101687
|
231: "$",
|
|
101688
101688
|
// USD
|
|
@@ -104329,11 +104329,11 @@ const DLt = {
|
|
|
104329
104329
|
accessorKey: "invoice_date",
|
|
104330
104330
|
id: "invoice_date"
|
|
104331
104331
|
},
|
|
104332
|
-
{
|
|
104333
|
-
|
|
104334
|
-
|
|
104335
|
-
|
|
104336
|
-
},
|
|
104332
|
+
// {
|
|
104333
|
+
// header: "Due Date",
|
|
104334
|
+
// accessorKey: "invoice_due_date",
|
|
104335
|
+
// id: "invoice_due_date",
|
|
104336
|
+
// },
|
|
104337
104337
|
{
|
|
104338
104338
|
header: "Amount",
|
|
104339
104339
|
accessorKey: "grand_total_amount",
|
|
@@ -104390,7 +104390,7 @@ const DLt = {
|
|
|
104390
104390
|
], [a]);
|
|
104391
104391
|
return /* @__PURE__ */ T.jsxs("div", { children: [
|
|
104392
104392
|
/* @__PURE__ */ T.jsx(Nd, { visible: c }),
|
|
104393
|
-
e === sC.LIST_VIEW ? /* @__PURE__ */ T.jsx("div", { style: { height: "
|
|
104393
|
+
e === sC.LIST_VIEW ? /* @__PURE__ */ T.jsx("div", { style: { height: "80vh", overflow: "scroll" }, children: /* @__PURE__ */ T.jsx(
|
|
104394
104394
|
gT,
|
|
104395
104395
|
{
|
|
104396
104396
|
loading: { loading: s },
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function NewLedger(): import("react/jsx-runtime").JSX.Element;
|