warqadui 0.0.286 → 0.0.288
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.js +3 -4
- package/dist/index.mjs +3 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48452,7 +48452,7 @@ var Expenses3Reports = () => {
|
|
|
48452
48452
|
render: (row) => {
|
|
48453
48453
|
return /* @__PURE__ */ (0, import_jsx_runtime265.jsxs)("div", { className: "", children: [
|
|
48454
48454
|
/* @__PURE__ */ (0, import_jsx_runtime265.jsx)("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
|
|
48455
|
-
row.note && /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("p", { className: "font-medium italic text-
|
|
48455
|
+
row.note && /* @__PURE__ */ (0, import_jsx_runtime265.jsx)("p", { className: "font-medium italic text-[8px] capitalize text-gray-500 dark:text-white ", children: row.note })
|
|
48456
48456
|
] });
|
|
48457
48457
|
}
|
|
48458
48458
|
},
|
|
@@ -48588,7 +48588,7 @@ var Expenses3Reports2 = () => {
|
|
|
48588
48588
|
render: (row) => {
|
|
48589
48589
|
return /* @__PURE__ */ (0, import_jsx_runtime266.jsxs)("div", { className: "", children: [
|
|
48590
48590
|
/* @__PURE__ */ (0, import_jsx_runtime266.jsx)("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
|
|
48591
|
-
row.note && /* @__PURE__ */ (0, import_jsx_runtime266.jsx)("p", { className: "font-medium italic text-
|
|
48591
|
+
row.note && /* @__PURE__ */ (0, import_jsx_runtime266.jsx)("p", { className: "font-medium italic text-[8px] capitalize text-gray-500 dark:text-white ", children: row.note })
|
|
48592
48592
|
] });
|
|
48593
48593
|
}
|
|
48594
48594
|
},
|
|
@@ -50866,7 +50866,7 @@ var ProductList2 = ({ value = false }) => {
|
|
|
50866
50866
|
key: "name",
|
|
50867
50867
|
className: "text-xs whitespace-nowrap",
|
|
50868
50868
|
render: (row) => {
|
|
50869
|
-
return /* @__PURE__ */ (0, import_jsx_runtime277.jsx)("div", { className: "", children: /* @__PURE__ */ (0, import_jsx_runtime277.jsx)("p", { className: "font-bold text-black dark:text-white print:text-black", children: row.name }) });
|
|
50869
|
+
return /* @__PURE__ */ (0, import_jsx_runtime277.jsx)("div", { className: "", children: /* @__PURE__ */ (0, import_jsx_runtime277.jsx)("p", { className: "font-bold uppercase text-black dark:text-white print:text-black", children: row.name }) });
|
|
50870
50870
|
}
|
|
50871
50871
|
},
|
|
50872
50872
|
...value ? [
|
|
@@ -50891,7 +50891,6 @@ var ProductList2 = ({ value = false }) => {
|
|
|
50891
50891
|
subtitle: branchId ? currentBranch?.name : "All Branches",
|
|
50892
50892
|
tableTitle: "Stock List",
|
|
50893
50893
|
fixed: false,
|
|
50894
|
-
startPage: 1e10,
|
|
50895
50894
|
headers: /* @__PURE__ */ (0, import_jsx_runtime277.jsx)(
|
|
50896
50895
|
Select,
|
|
50897
50896
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -48664,7 +48664,7 @@ var Expenses3Reports = () => {
|
|
|
48664
48664
|
render: (row) => {
|
|
48665
48665
|
return /* @__PURE__ */ jsxs234("div", { className: "", children: [
|
|
48666
48666
|
/* @__PURE__ */ jsx265("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
|
|
48667
|
-
row.note && /* @__PURE__ */ jsx265("p", { className: "font-medium italic text-
|
|
48667
|
+
row.note && /* @__PURE__ */ jsx265("p", { className: "font-medium italic text-[8px] capitalize text-gray-500 dark:text-white ", children: row.note })
|
|
48668
48668
|
] });
|
|
48669
48669
|
}
|
|
48670
48670
|
},
|
|
@@ -48800,7 +48800,7 @@ var Expenses3Reports2 = () => {
|
|
|
48800
48800
|
render: (row) => {
|
|
48801
48801
|
return /* @__PURE__ */ jsxs235("div", { className: "", children: [
|
|
48802
48802
|
/* @__PURE__ */ jsx266("p", { className: "font-bold capitalize text-black dark:text-white print:text-black", children: row.description }),
|
|
48803
|
-
row.note && /* @__PURE__ */ jsx266("p", { className: "font-medium italic text-
|
|
48803
|
+
row.note && /* @__PURE__ */ jsx266("p", { className: "font-medium italic text-[8px] capitalize text-gray-500 dark:text-white ", children: row.note })
|
|
48804
48804
|
] });
|
|
48805
48805
|
}
|
|
48806
48806
|
},
|
|
@@ -51083,7 +51083,7 @@ var ProductList2 = ({ value = false }) => {
|
|
|
51083
51083
|
key: "name",
|
|
51084
51084
|
className: "text-xs whitespace-nowrap",
|
|
51085
51085
|
render: (row) => {
|
|
51086
|
-
return /* @__PURE__ */ jsx277("div", { className: "", children: /* @__PURE__ */ jsx277("p", { className: "font-bold text-black dark:text-white print:text-black", children: row.name }) });
|
|
51086
|
+
return /* @__PURE__ */ jsx277("div", { className: "", children: /* @__PURE__ */ jsx277("p", { className: "font-bold uppercase text-black dark:text-white print:text-black", children: row.name }) });
|
|
51087
51087
|
}
|
|
51088
51088
|
},
|
|
51089
51089
|
...value ? [
|
|
@@ -51108,7 +51108,6 @@ var ProductList2 = ({ value = false }) => {
|
|
|
51108
51108
|
subtitle: branchId ? currentBranch?.name : "All Branches",
|
|
51109
51109
|
tableTitle: "Stock List",
|
|
51110
51110
|
fixed: false,
|
|
51111
|
-
startPage: 1e10,
|
|
51112
51111
|
headers: /* @__PURE__ */ jsx277(
|
|
51113
51112
|
Select,
|
|
51114
51113
|
{
|