@fctc/sme-widget-ui 2.9.2 → 2.9.3
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
|
@@ -13148,7 +13148,7 @@ var TableHead = (props) => {
|
|
|
13148
13148
|
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
13149
13149
|
"div",
|
|
13150
13150
|
{
|
|
13151
|
-
className: `cursor-pointer flex items-center gap-[4px] w-full max-w-
|
|
13151
|
+
className: `cursor-pointer flex items-center gap-[4px] w-full max-w-fit truncate ${(col?.field?.type === "monetary" || col?.field?.widget === "monetary") && "justify-end"}`,
|
|
13152
13152
|
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "truncate", children: col.title })
|
|
13153
13153
|
}
|
|
13154
13154
|
),
|
package/dist/index.mjs
CHANGED
|
@@ -13021,7 +13021,7 @@ var TableHead = (props) => {
|
|
|
13021
13021
|
/* @__PURE__ */ jsx51(
|
|
13022
13022
|
"div",
|
|
13023
13023
|
{
|
|
13024
|
-
className: `cursor-pointer flex items-center gap-[4px] w-full max-w-
|
|
13024
|
+
className: `cursor-pointer flex items-center gap-[4px] w-full max-w-fit truncate ${(col?.field?.type === "monetary" || col?.field?.widget === "monetary") && "justify-end"}`,
|
|
13025
13025
|
children: /* @__PURE__ */ jsx51("span", { className: "truncate", children: col.title })
|
|
13026
13026
|
}
|
|
13027
13027
|
),
|
package/dist/widgets.js
CHANGED
|
@@ -12140,7 +12140,7 @@ var TableHead = (props) => {
|
|
|
12140
12140
|
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
12141
12141
|
"div",
|
|
12142
12142
|
{
|
|
12143
|
-
className: `cursor-pointer flex items-center gap-[4px] w-full max-w-
|
|
12143
|
+
className: `cursor-pointer flex items-center gap-[4px] w-full max-w-fit truncate ${(col?.field?.type === "monetary" || col?.field?.widget === "monetary") && "justify-end"}`,
|
|
12144
12144
|
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "truncate", children: col.title })
|
|
12145
12145
|
}
|
|
12146
12146
|
),
|
package/dist/widgets.mjs
CHANGED
|
@@ -12077,7 +12077,7 @@ var TableHead = (props) => {
|
|
|
12077
12077
|
/* @__PURE__ */ jsx51(
|
|
12078
12078
|
"div",
|
|
12079
12079
|
{
|
|
12080
|
-
className: `cursor-pointer flex items-center gap-[4px] w-full max-w-
|
|
12080
|
+
className: `cursor-pointer flex items-center gap-[4px] w-full max-w-fit truncate ${(col?.field?.type === "monetary" || col?.field?.widget === "monetary") && "justify-end"}`,
|
|
12081
12081
|
children: /* @__PURE__ */ jsx51("span", { className: "truncate", children: col.title })
|
|
12082
12082
|
}
|
|
12083
12083
|
),
|