componentes-sinco 1.1.12 → 1.1.13
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.cjs +4 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4691,7 +4691,7 @@ var SCTime = ({
|
|
|
4691
4691
|
setIsOpenPopover(false);
|
|
4692
4692
|
setAnchorEl(null);
|
|
4693
4693
|
};
|
|
4694
|
-
return /* @__PURE__ */ import_react48.default.createElement(import_LocalizationProvider3.LocalizationProvider, { dateAdapter: import_AdapterDayjs2.AdapterDayjs }, /* @__PURE__ */ import_react48.default.createElement(import_material32.Box, { sx: { position: "relative", width: width
|
|
4694
|
+
return /* @__PURE__ */ import_react48.default.createElement(import_LocalizationProvider3.LocalizationProvider, { dateAdapter: import_AdapterDayjs2.AdapterDayjs }, /* @__PURE__ */ import_react48.default.createElement(import_material32.Box, { sx: { position: "relative", width: width ? `${width}%` : "99%" } }, /* @__PURE__ */ import_react48.default.createElement(
|
|
4695
4695
|
import_TimeField.TimeField,
|
|
4696
4696
|
{
|
|
4697
4697
|
label,
|
|
@@ -4757,7 +4757,7 @@ var SCTime = ({
|
|
|
4757
4757
|
border: "1px solid #e0e0e0",
|
|
4758
4758
|
maxHeight: "300px",
|
|
4759
4759
|
overflow: "visible",
|
|
4760
|
-
width: width
|
|
4760
|
+
width: width ? `calc(${width}% - 15px)` : "97%"
|
|
4761
4761
|
}
|
|
4762
4762
|
}
|
|
4763
4763
|
}
|
|
@@ -4774,6 +4774,7 @@ var SCTime = ({
|
|
|
4774
4774
|
overflow: "auto"
|
|
4775
4775
|
},
|
|
4776
4776
|
"& .MuiMenuItem-root": {
|
|
4777
|
+
minHeight: 24,
|
|
4777
4778
|
fontSize: "0.875rem",
|
|
4778
4779
|
py: 0.5
|
|
4779
4780
|
}
|
|
@@ -4979,7 +4980,7 @@ var SCActivityCalendar = ({
|
|
|
4979
4980
|
},
|
|
4980
4981
|
onChange: (newValue) => setFecha(newValue)
|
|
4981
4982
|
}
|
|
4982
|
-
), /* @__PURE__ */ import_react50.default.createElement(import_Grid9.default, { container: true, justifyContent: "center" }, /* @__PURE__ */ import_react50.default.createElement(import_material34.IconButton, { "data-testid": "close-calendar-button", onClick: toggleCalendar(false) }, /* @__PURE__ */ import_react50.default.createElement(import_KeyboardDoubleArrowUp2.default, { color: "action" }))))), /* @__PURE__ */ import_react50.default.createElement(import_material34.IconButton, { onClick: handleClickPopoverFiltro, sx: { position: "fixed", right: "calc(100% - 96%)", top: openCalendar == false ? "
|
|
4983
|
+
), /* @__PURE__ */ import_react50.default.createElement(import_Grid9.default, { container: true, justifyContent: "center" }, /* @__PURE__ */ import_react50.default.createElement(import_material34.IconButton, { "data-testid": "close-calendar-button", onClick: toggleCalendar(false) }, /* @__PURE__ */ import_react50.default.createElement(import_KeyboardDoubleArrowUp2.default, { color: "action" }))))), /* @__PURE__ */ import_react50.default.createElement(import_material34.IconButton, { onClick: handleClickPopoverFiltro, sx: { position: "fixed", right: "calc(100% - 96%)", top: openCalendar == false ? "220px" : "380px" } }, /* @__PURE__ */ import_react50.default.createElement(import_FilterList.default, { color: "action" })), /* @__PURE__ */ import_react50.default.createElement(
|
|
4983
4984
|
import_material34.Popover,
|
|
4984
4985
|
{
|
|
4985
4986
|
open: openPopoverFiltro,
|