dtable-ui-component 0.3.2-alpha1 → 0.3.2-alpha3

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.
@@ -5,8 +5,8 @@ import _createSuper from "@babel/runtime/helpers/esm/createSuper";
5
5
  import React from 'react';
6
6
  import classname from 'classnames';
7
7
  import RowExpandFileItemFormatter from '../FileItemFormatter/row-expand-file-item-formatter';
8
+ import '../FileFormatter/index.css';
8
9
  import './index.css';
9
- import './row-expand-file-formatter.css';
10
10
 
11
11
  var RowExpandFileFormatter = /*#__PURE__*/function (_React$PureComponent) {
12
12
  _inherits(RowExpandFileFormatter, _React$PureComponent);
package/lib/index.js CHANGED
@@ -36,7 +36,7 @@ export { default as FileItemFormatter } from './FileItemFormatter';
36
36
  export { default as DigitalSignFormatter } from './DigitalSignFormatter';
37
37
  export { default as SimpleLongTextFormatter } from './SimpleLongTextFormatter'; // row expand formatter
38
38
 
39
- export { default as RowExpandFileFormatter } from './FileFormatter/row-expand-file-formatter'; // editor
39
+ export { default as RowExpandFileFormatter } from './RowExpandFileFormatter'; // editor
40
40
 
41
41
  export { default as TextEditor } from './TextEditor';
42
42
  export { default as NumberEditor } from './NumberEditor';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.3.2-alpha1",
3
+ "version": "0.3.2-alpha3",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "0.0.9",