dtable-ui-component 0.3.2-alpha1 → 0.3.2-alpha2

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
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 './FileFormatter/row-expand-file-formatter.js'; // 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-alpha2",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "0.0.9",