@fctc/sme-widget-ui 2.4.4 → 2.4.6
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 +2 -2
- package/dist/index.mjs +2 -2
- package/dist/widgets.js +2 -2
- package/dist/widgets.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13114,7 +13114,7 @@ var TableHead = (props) => {
|
|
|
13114
13114
|
"data-type-co": col?.field?.type_co,
|
|
13115
13115
|
"data-rtc-resizable": col?.name,
|
|
13116
13116
|
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
|
|
13117
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
13117
|
+
children: col?.field?.widget !== "handle" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
13118
13118
|
"div",
|
|
13119
13119
|
{
|
|
13120
13120
|
className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${col?.field?.type === "monetary" && "justify-end"}`,
|
|
@@ -32037,7 +32037,7 @@ var FeeField = (props) => {
|
|
|
32037
32037
|
] }),
|
|
32038
32038
|
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "text-xl leading-[21px] font-bold text-[rgb(73,80,87)] text-right ", children: totalAmount })
|
|
32039
32039
|
] }),
|
|
32040
|
-
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto
|
|
32040
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto pt-4 border-t border-[#c4c4c4ee]", children: [
|
|
32041
32041
|
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "text-[14px] leading-[21px] text-right", children: [
|
|
32042
32042
|
t3("paid_amount"),
|
|
32043
32043
|
":"
|
package/dist/index.mjs
CHANGED
|
@@ -12987,7 +12987,7 @@ var TableHead = (props) => {
|
|
|
12987
12987
|
"data-type-co": col?.field?.type_co,
|
|
12988
12988
|
"data-rtc-resizable": col?.name,
|
|
12989
12989
|
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
|
|
12990
|
-
children: /* @__PURE__ */ jsxs29(
|
|
12990
|
+
children: col?.field?.widget !== "handle" && /* @__PURE__ */ jsxs29(
|
|
12991
12991
|
"div",
|
|
12992
12992
|
{
|
|
12993
12993
|
className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${col?.field?.type === "monetary" && "justify-end"}`,
|
|
@@ -31910,7 +31910,7 @@ var FeeField = (props) => {
|
|
|
31910
31910
|
] }),
|
|
31911
31911
|
/* @__PURE__ */ jsx92("div", { className: "text-xl leading-[21px] font-bold text-[rgb(73,80,87)] text-right ", children: totalAmount })
|
|
31912
31912
|
] }),
|
|
31913
|
-
/* @__PURE__ */ jsxs60("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto
|
|
31913
|
+
/* @__PURE__ */ jsxs60("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto pt-4 border-t border-[#c4c4c4ee]", children: [
|
|
31914
31914
|
/* @__PURE__ */ jsxs60("div", { className: "text-[14px] leading-[21px] text-right", children: [
|
|
31915
31915
|
t3("paid_amount"),
|
|
31916
31916
|
":"
|
package/dist/widgets.js
CHANGED
|
@@ -12106,7 +12106,7 @@ var TableHead = (props) => {
|
|
|
12106
12106
|
"data-type-co": col?.field?.type_co,
|
|
12107
12107
|
"data-rtc-resizable": col?.name,
|
|
12108
12108
|
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
|
|
12109
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
12109
|
+
children: col?.field?.widget !== "handle" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
12110
12110
|
"div",
|
|
12111
12111
|
{
|
|
12112
12112
|
className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${col?.field?.type === "monetary" && "justify-end"}`,
|
|
@@ -31286,7 +31286,7 @@ var FeeField = (props) => {
|
|
|
31286
31286
|
] }),
|
|
31287
31287
|
/* @__PURE__ */ (0, import_jsx_runtime90.jsx)("div", { className: "text-xl leading-[21px] font-bold text-[rgb(73,80,87)] text-right ", children: totalAmount })
|
|
31288
31288
|
] }),
|
|
31289
|
-
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto
|
|
31289
|
+
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto pt-4 border-t border-[#c4c4c4ee]", children: [
|
|
31290
31290
|
/* @__PURE__ */ (0, import_jsx_runtime90.jsxs)("div", { className: "text-[14px] leading-[21px] text-right", children: [
|
|
31291
31291
|
t3("paid_amount"),
|
|
31292
31292
|
":"
|
package/dist/widgets.mjs
CHANGED
|
@@ -12043,7 +12043,7 @@ var TableHead = (props) => {
|
|
|
12043
12043
|
"data-type-co": col?.field?.type_co,
|
|
12044
12044
|
"data-rtc-resizable": col?.name,
|
|
12045
12045
|
className: `column whitespace-nowrap text-left p-3 text-sm font-semibold capitalize text-[#060606]`,
|
|
12046
|
-
children: /* @__PURE__ */ jsxs29(
|
|
12046
|
+
children: col?.field?.widget !== "handle" && /* @__PURE__ */ jsxs29(
|
|
12047
12047
|
"div",
|
|
12048
12048
|
{
|
|
12049
12049
|
className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${col?.field?.type === "monetary" && "justify-end"}`,
|
|
@@ -31223,7 +31223,7 @@ var FeeField = (props) => {
|
|
|
31223
31223
|
] }),
|
|
31224
31224
|
/* @__PURE__ */ jsx92("div", { className: "text-xl leading-[21px] font-bold text-[rgb(73,80,87)] text-right ", children: totalAmount })
|
|
31225
31225
|
] }),
|
|
31226
|
-
/* @__PURE__ */ jsxs60("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto
|
|
31226
|
+
/* @__PURE__ */ jsxs60("div", { className: "grid grid-cols-2 gap-x-4 gap-y-2 min-w-[300px] max-w-fit ml-auto pt-4 border-t border-[#c4c4c4ee]", children: [
|
|
31227
31227
|
/* @__PURE__ */ jsxs60("div", { className: "text-[14px] leading-[21px] text-right", children: [
|
|
31228
31228
|
t3("paid_amount"),
|
|
31229
31229
|
":"
|