@fctc/sme-widget-ui 2.5.4 → 2.5.5
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
|
@@ -11024,7 +11024,7 @@ var Row = (props) => {
|
|
|
11024
11024
|
`${col.name}____${index4}`
|
|
11025
11025
|
);
|
|
11026
11026
|
}),
|
|
11027
|
-
typeof
|
|
11027
|
+
typeof onRemoveRow === "function" && row?.display_type !== "line_section" && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { className: "relative p-2 w-[35px]", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "h-full w-full flex items-center justify-end cursor-pointer", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
11028
11028
|
"button",
|
|
11029
11029
|
{
|
|
11030
11030
|
type: "button",
|
package/dist/index.mjs
CHANGED
|
@@ -10897,7 +10897,7 @@ var Row = (props) => {
|
|
|
10897
10897
|
`${col.name}____${index4}`
|
|
10898
10898
|
);
|
|
10899
10899
|
}),
|
|
10900
|
-
typeof
|
|
10900
|
+
typeof onRemoveRow === "function" && row?.display_type !== "line_section" && /* @__PURE__ */ jsx47("td", { className: "relative p-2 w-[35px]", children: /* @__PURE__ */ jsx47("div", { className: "h-full w-full flex items-center justify-end cursor-pointer", children: /* @__PURE__ */ jsx47(
|
|
10901
10901
|
"button",
|
|
10902
10902
|
{
|
|
10903
10903
|
type: "button",
|
package/dist/widgets.js
CHANGED
|
@@ -10016,7 +10016,7 @@ var Row = (props) => {
|
|
|
10016
10016
|
`${col.name}____${index4}`
|
|
10017
10017
|
);
|
|
10018
10018
|
}),
|
|
10019
|
-
typeof
|
|
10019
|
+
typeof onRemoveRow === "function" && row?.display_type !== "line_section" && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("td", { className: "relative p-2 w-[35px]", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "h-full w-full flex items-center justify-end cursor-pointer", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10020
10020
|
"button",
|
|
10021
10021
|
{
|
|
10022
10022
|
type: "button",
|
package/dist/widgets.mjs
CHANGED
|
@@ -9953,7 +9953,7 @@ var Row = (props) => {
|
|
|
9953
9953
|
`${col.name}____${index4}`
|
|
9954
9954
|
);
|
|
9955
9955
|
}),
|
|
9956
|
-
typeof
|
|
9956
|
+
typeof onRemoveRow === "function" && row?.display_type !== "line_section" && /* @__PURE__ */ jsx47("td", { className: "relative p-2 w-[35px]", children: /* @__PURE__ */ jsx47("div", { className: "h-full w-full flex items-center justify-end cursor-pointer", children: /* @__PURE__ */ jsx47(
|
|
9957
9957
|
"button",
|
|
9958
9958
|
{
|
|
9959
9959
|
type: "button",
|