dtable-statistic 5.3.16 → 5.3.17

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.
@@ -12,7 +12,7 @@ var _reactIntlUniversal = _interopRequireDefault(require("react-intl-universal")
12
12
  var _seaChart = require("sea-chart");
13
13
  var _reactstrap = require("reactstrap");
14
14
  var _constants = require("../../constants");
15
- var _utils = require("@/utils/utils");
15
+ var _index = require("../../utils/index");
16
16
  class ChartEditDialog extends _react.Component {
17
17
  constructor(props) {
18
18
  super(props);
@@ -64,7 +64,7 @@ class ChartEditDialog extends _react.Component {
64
64
  const {
65
65
  chart
66
66
  } = this.state;
67
- const firstDayOfWeek = (0, _utils.getFirstDayOfWeek)();
67
+ const firstDayOfWeek = (0, _index.getFirstDayOfWeek)();
68
68
  return /*#__PURE__*/_react.default.createElement(_reactstrap.Modal, {
69
69
  isOpen: true,
70
70
  toggle: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-statistic",
3
- "version": "5.3.16",
3
+ "version": "5.3.17",
4
4
  "description": "statistics",
5
5
  "main": "dist/dtable-statistic.js",
6
6
  "author": "seafile",