@fctc/sme-widget-ui 2.6.7 → 2.6.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 +8 -4
- package/dist/index.mjs +8 -4
- package/dist/widgets.js +8 -4
- package/dist/widgets.mjs +8 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10989,14 +10989,14 @@ var Row = (props) => {
|
|
|
10989
10989
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10990
10990
|
"td",
|
|
10991
10991
|
{
|
|
10992
|
-
className: `td-checkbox column w-max whitespace-nowrap
|
|
10992
|
+
className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10993
10993
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
10994
10994
|
"input",
|
|
10995
10995
|
{
|
|
10996
10996
|
type: "checkbox",
|
|
10997
10997
|
checked,
|
|
10998
10998
|
onChange: handleCheckBoxSingle,
|
|
10999
|
-
className: "
|
|
10999
|
+
className: "align-middle custom-checkbox"
|
|
11000
11000
|
}
|
|
11001
11001
|
)
|
|
11002
11002
|
}
|
|
@@ -13095,14 +13095,18 @@ var TableHead = (props) => {
|
|
|
13095
13095
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
13096
13096
|
"th",
|
|
13097
13097
|
{
|
|
13098
|
-
|
|
13098
|
+
style: {
|
|
13099
|
+
width: "40px",
|
|
13100
|
+
maxWidth: "40px"
|
|
13101
|
+
},
|
|
13102
|
+
className: ` table-checkbox-row th-checkbox text-left font-medium uppercase text-gray-500 p-3`,
|
|
13099
13103
|
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
13100
13104
|
"input",
|
|
13101
13105
|
{
|
|
13102
13106
|
type: "checkbox",
|
|
13103
13107
|
checked: checkedAll,
|
|
13104
13108
|
onChange: handleCheckBoxAll,
|
|
13105
|
-
className: "
|
|
13109
|
+
className: "align-middle custom-checkbox"
|
|
13106
13110
|
}
|
|
13107
13111
|
)
|
|
13108
13112
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -10862,14 +10862,14 @@ var Row = (props) => {
|
|
|
10862
10862
|
isDisplayCheckbox && /* @__PURE__ */ jsx47(
|
|
10863
10863
|
"td",
|
|
10864
10864
|
{
|
|
10865
|
-
className: `td-checkbox column w-max whitespace-nowrap
|
|
10865
|
+
className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
10866
10866
|
children: /* @__PURE__ */ jsx47(
|
|
10867
10867
|
"input",
|
|
10868
10868
|
{
|
|
10869
10869
|
type: "checkbox",
|
|
10870
10870
|
checked,
|
|
10871
10871
|
onChange: handleCheckBoxSingle,
|
|
10872
|
-
className: "
|
|
10872
|
+
className: "align-middle custom-checkbox"
|
|
10873
10873
|
}
|
|
10874
10874
|
)
|
|
10875
10875
|
}
|
|
@@ -12968,14 +12968,18 @@ var TableHead = (props) => {
|
|
|
12968
12968
|
isDisplayCheckbox && /* @__PURE__ */ jsx51(
|
|
12969
12969
|
"th",
|
|
12970
12970
|
{
|
|
12971
|
-
|
|
12971
|
+
style: {
|
|
12972
|
+
width: "40px",
|
|
12973
|
+
maxWidth: "40px"
|
|
12974
|
+
},
|
|
12975
|
+
className: ` table-checkbox-row th-checkbox text-left font-medium uppercase text-gray-500 p-3`,
|
|
12972
12976
|
children: /* @__PURE__ */ jsx51(
|
|
12973
12977
|
"input",
|
|
12974
12978
|
{
|
|
12975
12979
|
type: "checkbox",
|
|
12976
12980
|
checked: checkedAll,
|
|
12977
12981
|
onChange: handleCheckBoxAll,
|
|
12978
|
-
className: "
|
|
12982
|
+
className: "align-middle custom-checkbox"
|
|
12979
12983
|
}
|
|
12980
12984
|
)
|
|
12981
12985
|
}
|
package/dist/widgets.js
CHANGED
|
@@ -9981,14 +9981,14 @@ var Row = (props) => {
|
|
|
9981
9981
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
9982
9982
|
"td",
|
|
9983
9983
|
{
|
|
9984
|
-
className: `td-checkbox column w-max whitespace-nowrap
|
|
9984
|
+
className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
9985
9985
|
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
9986
9986
|
"input",
|
|
9987
9987
|
{
|
|
9988
9988
|
type: "checkbox",
|
|
9989
9989
|
checked,
|
|
9990
9990
|
onChange: handleCheckBoxSingle,
|
|
9991
|
-
className: "
|
|
9991
|
+
className: "align-middle custom-checkbox"
|
|
9992
9992
|
}
|
|
9993
9993
|
)
|
|
9994
9994
|
}
|
|
@@ -12087,14 +12087,18 @@ var TableHead = (props) => {
|
|
|
12087
12087
|
isDisplayCheckbox && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
12088
12088
|
"th",
|
|
12089
12089
|
{
|
|
12090
|
-
|
|
12090
|
+
style: {
|
|
12091
|
+
width: "40px",
|
|
12092
|
+
maxWidth: "40px"
|
|
12093
|
+
},
|
|
12094
|
+
className: ` table-checkbox-row th-checkbox text-left font-medium uppercase text-gray-500 p-3`,
|
|
12091
12095
|
children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
12092
12096
|
"input",
|
|
12093
12097
|
{
|
|
12094
12098
|
type: "checkbox",
|
|
12095
12099
|
checked: checkedAll,
|
|
12096
12100
|
onChange: handleCheckBoxAll,
|
|
12097
|
-
className: "
|
|
12101
|
+
className: "align-middle custom-checkbox"
|
|
12098
12102
|
}
|
|
12099
12103
|
)
|
|
12100
12104
|
}
|
package/dist/widgets.mjs
CHANGED
|
@@ -9918,14 +9918,14 @@ var Row = (props) => {
|
|
|
9918
9918
|
isDisplayCheckbox && /* @__PURE__ */ jsx47(
|
|
9919
9919
|
"td",
|
|
9920
9920
|
{
|
|
9921
|
-
className: `td-checkbox column w-max whitespace-nowrap
|
|
9921
|
+
className: `td-checkbox column w-max whitespace-nowrap p-3 border-b border-gray-200 text-sm font-normal text-gray-900`,
|
|
9922
9922
|
children: /* @__PURE__ */ jsx47(
|
|
9923
9923
|
"input",
|
|
9924
9924
|
{
|
|
9925
9925
|
type: "checkbox",
|
|
9926
9926
|
checked,
|
|
9927
9927
|
onChange: handleCheckBoxSingle,
|
|
9928
|
-
className: "
|
|
9928
|
+
className: "align-middle custom-checkbox"
|
|
9929
9929
|
}
|
|
9930
9930
|
)
|
|
9931
9931
|
}
|
|
@@ -12024,14 +12024,18 @@ var TableHead = (props) => {
|
|
|
12024
12024
|
isDisplayCheckbox && /* @__PURE__ */ jsx51(
|
|
12025
12025
|
"th",
|
|
12026
12026
|
{
|
|
12027
|
-
|
|
12027
|
+
style: {
|
|
12028
|
+
width: "40px",
|
|
12029
|
+
maxWidth: "40px"
|
|
12030
|
+
},
|
|
12031
|
+
className: ` table-checkbox-row th-checkbox text-left font-medium uppercase text-gray-500 p-3`,
|
|
12028
12032
|
children: /* @__PURE__ */ jsx51(
|
|
12029
12033
|
"input",
|
|
12030
12034
|
{
|
|
12031
12035
|
type: "checkbox",
|
|
12032
12036
|
checked: checkedAll,
|
|
12033
12037
|
onChange: handleCheckBoxAll,
|
|
12034
|
-
className: "
|
|
12038
|
+
className: "align-middle custom-checkbox"
|
|
12035
12039
|
}
|
|
12036
12040
|
)
|
|
12037
12041
|
}
|