dtable-ui-component 0.1.77 → 0.1.78

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.
@@ -185,6 +185,8 @@ export var getDateDisplayString = function getDateDisplayString(value, format) {
185
185
  case 'YYYY-MM-DD HH:mm':
186
186
  case 'DD.MM.YYYY':
187
187
  case 'DD.MM.YYYY HH:mm':
188
+ return date.format(format);
189
+
188
190
  default:
189
191
  return date.format('YYYY-MM-DD');
190
192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "0.1.77",
3
+ "version": "0.1.78",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "0.0.9",