@fctc/sme-widget-ui 1.8.4 → 1.8.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
|
@@ -11016,7 +11016,7 @@ var Row = (props) => {
|
|
|
11016
11016
|
"td",
|
|
11017
11017
|
{
|
|
11018
11018
|
colSpan: 1,
|
|
11019
|
-
className: `${isEditTable ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900
|
|
11019
|
+
className: `${isEditTable ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
11020
11020
|
onClick: () => {
|
|
11021
11021
|
handleClickRow(col, row);
|
|
11022
11022
|
},
|
package/dist/index.mjs
CHANGED
|
@@ -10894,7 +10894,7 @@ var Row = (props) => {
|
|
|
10894
10894
|
"td",
|
|
10895
10895
|
{
|
|
10896
10896
|
colSpan: 1,
|
|
10897
|
-
className: `${isEditTable ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900
|
|
10897
|
+
className: `${isEditTable ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10898
10898
|
onClick: () => {
|
|
10899
10899
|
handleClickRow(col, row);
|
|
10900
10900
|
},
|
package/dist/widgets.js
CHANGED
|
@@ -10163,7 +10163,7 @@ var Row = (props) => {
|
|
|
10163
10163
|
"td",
|
|
10164
10164
|
{
|
|
10165
10165
|
colSpan: 1,
|
|
10166
|
-
className: `${isEditTable ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900
|
|
10166
|
+
className: `${isEditTable ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10167
10167
|
onClick: () => {
|
|
10168
10168
|
handleClickRow(col, row);
|
|
10169
10169
|
},
|
package/dist/widgets.mjs
CHANGED
|
@@ -10100,7 +10100,7 @@ var Row = (props) => {
|
|
|
10100
10100
|
"td",
|
|
10101
10101
|
{
|
|
10102
10102
|
colSpan: 1,
|
|
10103
|
-
className: `${isEditTable ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900
|
|
10103
|
+
className: `${isEditTable ? "" : "p-3"} column w-max whitespace-nowrap border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10104
10104
|
onClick: () => {
|
|
10105
10105
|
handleClickRow(col, row);
|
|
10106
10106
|
},
|