@fctc/sme-widget-ui 2.2.8 → 2.2.9
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
|
@@ -11016,7 +11016,7 @@ var Row = (props) => {
|
|
|
11016
11016
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DeleteIcon, {})
|
|
11017
11017
|
}
|
|
11018
11018
|
) }) }),
|
|
11019
|
-
columns && Array.isArray(columns) && columns?.some((column2) => column2?.optional) && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
11019
|
+
(!onAddRow || typeof onAddRow !== "function") && columns && Array.isArray(columns) && columns?.some((column2) => column2?.optional) && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
11020
11020
|
"td",
|
|
11021
11021
|
{
|
|
11022
11022
|
style: {
|
package/dist/index.mjs
CHANGED
|
@@ -10890,7 +10890,7 @@ var Row = (props) => {
|
|
|
10890
10890
|
children: /* @__PURE__ */ jsx47(DeleteIcon, {})
|
|
10891
10891
|
}
|
|
10892
10892
|
) }) }),
|
|
10893
|
-
columns && Array.isArray(columns) && columns?.some((column2) => column2?.optional) && /* @__PURE__ */ jsx47(
|
|
10893
|
+
(!onAddRow || typeof onAddRow !== "function") && columns && Array.isArray(columns) && columns?.some((column2) => column2?.optional) && /* @__PURE__ */ jsx47(
|
|
10894
10894
|
"td",
|
|
10895
10895
|
{
|
|
10896
10896
|
style: {
|
package/dist/widgets.js
CHANGED
|
@@ -10008,7 +10008,7 @@ var Row = (props) => {
|
|
|
10008
10008
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(DeleteIcon, {})
|
|
10009
10009
|
}
|
|
10010
10010
|
) }) }),
|
|
10011
|
-
columns && Array.isArray(columns) && columns?.some((column2) => column2?.optional) && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10011
|
+
(!onAddRow || typeof onAddRow !== "function") && columns && Array.isArray(columns) && columns?.some((column2) => column2?.optional) && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10012
10012
|
"td",
|
|
10013
10013
|
{
|
|
10014
10014
|
style: {
|
package/dist/widgets.mjs
CHANGED
|
@@ -9946,7 +9946,7 @@ var Row = (props) => {
|
|
|
9946
9946
|
children: /* @__PURE__ */ jsx47(DeleteIcon, {})
|
|
9947
9947
|
}
|
|
9948
9948
|
) }) }),
|
|
9949
|
-
columns && Array.isArray(columns) && columns?.some((column2) => column2?.optional) && /* @__PURE__ */ jsx47(
|
|
9949
|
+
(!onAddRow || typeof onAddRow !== "function") && columns && Array.isArray(columns) && columns?.some((column2) => column2?.optional) && /* @__PURE__ */ jsx47(
|
|
9950
9950
|
"td",
|
|
9951
9951
|
{
|
|
9952
9952
|
style: {
|