@fctc/sme-widget-ui 2.4.9 → 2.5.0
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
|
@@ -11009,7 +11009,7 @@ var Row = (props) => {
|
|
|
11009
11009
|
"td",
|
|
11010
11010
|
{
|
|
11011
11011
|
colSpan: 1,
|
|
11012
|
-
className: `${isEditTable || col?.field?.widget === "
|
|
11012
|
+
className: `${isEditTable || col?.field?.widget === "handle" ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
11013
11013
|
onClick: () => {
|
|
11014
11014
|
handleClickRow(col, row);
|
|
11015
11015
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -10882,7 +10882,7 @@ var Row = (props) => {
|
|
|
10882
10882
|
"td",
|
|
10883
10883
|
{
|
|
10884
10884
|
colSpan: 1,
|
|
10885
|
-
className: `${isEditTable || col?.field?.widget === "
|
|
10885
|
+
className: `${isEditTable || col?.field?.widget === "handle" ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10886
10886
|
onClick: () => {
|
|
10887
10887
|
handleClickRow(col, row);
|
|
10888
10888
|
},
|
package/dist/widgets.js
CHANGED
|
@@ -10001,7 +10001,7 @@ var Row = (props) => {
|
|
|
10001
10001
|
"td",
|
|
10002
10002
|
{
|
|
10003
10003
|
colSpan: 1,
|
|
10004
|
-
className: `${isEditTable || col?.field?.widget === "
|
|
10004
|
+
className: `${isEditTable || col?.field?.widget === "handle" ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10005
10005
|
onClick: () => {
|
|
10006
10006
|
handleClickRow(col, row);
|
|
10007
10007
|
},
|
package/dist/widgets.mjs
CHANGED
|
@@ -9938,7 +9938,7 @@ var Row = (props) => {
|
|
|
9938
9938
|
"td",
|
|
9939
9939
|
{
|
|
9940
9940
|
colSpan: 1,
|
|
9941
|
-
className: `${isEditTable || col?.field?.widget === "
|
|
9941
|
+
className: `${isEditTable || col?.field?.widget === "handle" ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
9942
9942
|
onClick: () => {
|
|
9943
9943
|
handleClickRow(col, row);
|
|
9944
9944
|
},
|