@fctc/sme-widget-ui 2.4.5 → 2.4.7
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 +4 -1
- package/dist/index.mjs +4 -1
- package/dist/widgets.js +4 -1
- package/dist/widgets.mjs +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13114,7 +13114,10 @@ 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
|
-
|
|
13117
|
+
style: {
|
|
13118
|
+
width: col?.field?.widget !== "handle" ? "50px" : "initial"
|
|
13119
|
+
},
|
|
13120
|
+
children: col?.field?.widget !== "handle" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
13118
13121
|
"div",
|
|
13119
13122
|
{
|
|
13120
13123
|
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,10 @@ 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
|
-
|
|
12990
|
+
style: {
|
|
12991
|
+
width: col?.field?.widget !== "handle" ? "50px" : "initial"
|
|
12992
|
+
},
|
|
12993
|
+
children: col?.field?.widget !== "handle" && /* @__PURE__ */ jsxs29(
|
|
12991
12994
|
"div",
|
|
12992
12995
|
{
|
|
12993
12996
|
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,10 @@ 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
|
-
|
|
12109
|
+
style: {
|
|
12110
|
+
width: col?.field?.widget !== "handle" ? "50px" : "initial"
|
|
12111
|
+
},
|
|
12112
|
+
children: col?.field?.widget !== "handle" && /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
12110
12113
|
"div",
|
|
12111
12114
|
{
|
|
12112
12115
|
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,10 @@ 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
|
-
|
|
12046
|
+
style: {
|
|
12047
|
+
width: col?.field?.widget !== "handle" ? "50px" : "initial"
|
|
12048
|
+
},
|
|
12049
|
+
children: col?.field?.widget !== "handle" && /* @__PURE__ */ jsxs29(
|
|
12047
12050
|
"div",
|
|
12048
12051
|
{
|
|
12049
12052
|
className: `cursor-pointer flex items-center gap-[4px] w-full group relative ${col?.field?.type === "monetary" && "justify-end"}`,
|