trithuc-mvc-react 1.0.3 → 1.0.4

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.
@@ -66,7 +66,7 @@ function DataManagement({ columns = [], title, tableName, selectedField = "Id",
66
66
  <Stack direction="row" justifyContent={"space-between"} sx={{ px: 2, pt: 2 }}>
67
67
  <Typography variant="h4">{title}</Typography>
68
68
  <Stack direction="row" spacing={1}>
69
- <Tooltip title="Làm mới">
69
+ <Tooltip title="Làm mới">
70
70
  <IconButton
71
71
  variant="outlined"
72
72
  color="primary"
@@ -1,11 +1,11 @@
1
1
  import { DateField } from "@mui/x-date-pickers";
2
2
  import { DEFAULT_DATE_FORMAT } from "../../constants";
3
- import { Popover, Popper, Stack, Typography } from "@mui/material";
3
+ import { ClickAwayListener, Popover, Popper, Stack, Typography } from "@mui/material";
4
4
  import StaticDateRangePicker from "./StaticDateRangePicker";
5
5
  import moment from "moment";
6
6
  import { memo, useEffect, useRef, useState } from "react";
7
7
  import * as dateFns from "date-fns";
8
- import ClickAwayListener from "@mui/base/ClickAwayListener";
8
+
9
9
 
10
10
  const DateRangePicker = ({ onChange = () => {}, value }) => {
11
11
  const [anchorEl, setAnchorEl] = useState(null);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"