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.
- package/lib/index.js +1 -1
- 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';
|