dtable-ui-component 6.0.14 → 6.0.15-beta

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.
@@ -61,16 +61,19 @@ const ImagesLazyLoad = _ref => {
61
61
  };
62
62
  (0, _react.useEffect)(() => {
63
63
  lazyLoadImages();
64
+ // eslint-disable-next-line
64
65
  }, []);
65
66
  (0, _react.useEffect)(() => {
66
67
  if (images.toString() !== currentImages.toString()) {
67
68
  setCurrentImages(images);
68
69
  }
70
+ // eslint-disable-next-line
69
71
  }, [images]);
70
72
  (0, _react.useEffect)(() => {
71
73
  if (currentImages !== images) {
72
74
  lazyLoadImages();
73
75
  }
76
+ // eslint-disable-next-line
74
77
  }, [currentImages]);
75
78
  const handleMouseDown = event => {
76
79
  event.stopPropagation();
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.14",
3
+ "version": "6.0.15beta",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
- "@seafile/react-image-lightbox": "4.0.0",
6
+ "@seafile/react-image-lightbox": "4.0.2",
7
7
  "@seafile/seafile-calendar": "0.0.24",
8
- "@seafile/seafile-editor": "2.0.3",
8
+ "@seafile/seafile-editor": "2.0.4-beta",
9
9
  "antd-mobile": "2.3.1",
10
10
  "classnames": "2.3.2",
11
11
  "dayjs": "1.10.7",