@fctc/sme-widget-ui 2.4.5 → 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 +1 -1
- package/dist/index.mjs +1 -1
- package/dist/widgets.js +1 -1
- package/dist/widgets.mjs +1 -1
- 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"}`,
|
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"}`,
|
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"}`,
|
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"}`,
|