@fctc/sme-widget-ui 2.6.7 → 2.6.8
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
|
@@ -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
|
@@ -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
|
@@ -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
|
@@ -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
|
}
|