@fctc/sme-widget-ui 2.9.1 → 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 +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
|
@@ -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
|
),
|
|
@@ -33723,7 +33723,7 @@ var Many2ManyField = (props) => {
|
|
|
33723
33723
|
"div",
|
|
33724
33724
|
{
|
|
33725
33725
|
style: {
|
|
33726
|
-
zIndex:
|
|
33726
|
+
zIndex: 999
|
|
33727
33727
|
},
|
|
33728
33728
|
className: "fixed bottom-0 left-0 right-0 top-0",
|
|
33729
33729
|
children: [
|
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
|
),
|
|
@@ -33596,7 +33596,7 @@ var Many2ManyField = (props) => {
|
|
|
33596
33596
|
"div",
|
|
33597
33597
|
{
|
|
33598
33598
|
style: {
|
|
33599
|
-
zIndex:
|
|
33599
|
+
zIndex: 999
|
|
33600
33600
|
},
|
|
33601
33601
|
className: "fixed bottom-0 left-0 right-0 top-0",
|
|
33602
33602
|
children: [
|
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
|
),
|
|
@@ -32972,7 +32972,7 @@ var Many2ManyField = (props) => {
|
|
|
32972
32972
|
"div",
|
|
32973
32973
|
{
|
|
32974
32974
|
style: {
|
|
32975
|
-
zIndex:
|
|
32975
|
+
zIndex: 999
|
|
32976
32976
|
},
|
|
32977
32977
|
className: "fixed bottom-0 left-0 right-0 top-0",
|
|
32978
32978
|
children: [
|
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
|
),
|
|
@@ -32909,7 +32909,7 @@ var Many2ManyField = (props) => {
|
|
|
32909
32909
|
"div",
|
|
32910
32910
|
{
|
|
32911
32911
|
style: {
|
|
32912
|
-
zIndex:
|
|
32912
|
+
zIndex: 999
|
|
32913
32913
|
},
|
|
32914
32914
|
className: "fixed bottom-0 left-0 right-0 top-0",
|
|
32915
32915
|
children: [
|