@fctc/sme-widget-ui 2.6.8 → 2.7.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 +6 -2
- package/dist/index.mjs +6 -2
- package/dist/widgets.js +6 -2
- package/dist/widgets.mjs +6 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10989,14 +10989,18 @@ var Row = (props) => {
|
|
|
10989
10989
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10990
10990
|
"td",
|
|
10991
10991
|
{
|
|
10992
|
-
|
|
10992
|
+
style: {
|
|
10993
|
+
width: "40px",
|
|
10994
|
+
maxWidth: "40px"
|
|
10995
|
+
},
|
|
10996
|
+
className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10993
10997
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10994
10998
|
"input",
|
|
10995
10999
|
{
|
|
10996
11000
|
type: "checkbox",
|
|
10997
11001
|
checked,
|
|
10998
11002
|
onChange: handleCheckBoxSingle,
|
|
10999
|
-
className: "
|
|
11003
|
+
className: "align-middle custom-checkbox"
|
|
11000
11004
|
}
|
|
11001
11005
|
)
|
|
11002
11006
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -10862,14 +10862,18 @@ var Row = (props) => {
|
|
|
10862
10862
|
isDisplayCheckbox && /* @__PURE__ */ jsx47(
|
|
10863
10863
|
"td",
|
|
10864
10864
|
{
|
|
10865
|
-
|
|
10865
|
+
style: {
|
|
10866
|
+
width: "40px",
|
|
10867
|
+
maxWidth: "40px"
|
|
10868
|
+
},
|
|
10869
|
+
className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10866
10870
|
children: /* @__PURE__ */ jsx47(
|
|
10867
10871
|
"input",
|
|
10868
10872
|
{
|
|
10869
10873
|
type: "checkbox",
|
|
10870
10874
|
checked,
|
|
10871
10875
|
onChange: handleCheckBoxSingle,
|
|
10872
|
-
className: "
|
|
10876
|
+
className: "align-middle custom-checkbox"
|
|
10873
10877
|
}
|
|
10874
10878
|
)
|
|
10875
10879
|
}
|
package/dist/widgets.js
CHANGED
|
@@ -9981,14 +9981,18 @@ var Row = (props) => {
|
|
|
9981
9981
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
9982
9982
|
"td",
|
|
9983
9983
|
{
|
|
9984
|
-
|
|
9984
|
+
style: {
|
|
9985
|
+
width: "40px",
|
|
9986
|
+
maxWidth: "40px"
|
|
9987
|
+
},
|
|
9988
|
+
className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
9985
9989
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
9986
9990
|
"input",
|
|
9987
9991
|
{
|
|
9988
9992
|
type: "checkbox",
|
|
9989
9993
|
checked,
|
|
9990
9994
|
onChange: handleCheckBoxSingle,
|
|
9991
|
-
className: "
|
|
9995
|
+
className: "align-middle custom-checkbox"
|
|
9992
9996
|
}
|
|
9993
9997
|
)
|
|
9994
9998
|
}
|
package/dist/widgets.mjs
CHANGED
|
@@ -9918,14 +9918,18 @@ var Row = (props) => {
|
|
|
9918
9918
|
isDisplayCheckbox && /* @__PURE__ */ jsx47(
|
|
9919
9919
|
"td",
|
|
9920
9920
|
{
|
|
9921
|
-
|
|
9921
|
+
style: {
|
|
9922
|
+
width: "40px",
|
|
9923
|
+
maxWidth: "40px"
|
|
9924
|
+
},
|
|
9925
|
+
className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
9922
9926
|
children: /* @__PURE__ */ jsx47(
|
|
9923
9927
|
"input",
|
|
9924
9928
|
{
|
|
9925
9929
|
type: "checkbox",
|
|
9926
9930
|
checked,
|
|
9927
9931
|
onChange: handleCheckBoxSingle,
|
|
9928
|
-
className: "
|
|
9932
|
+
className: "align-middle custom-checkbox"
|
|
9929
9933
|
}
|
|
9930
9934
|
)
|
|
9931
9935
|
}
|