dtable-ui-component 6.0.39-alpha91 → 6.0.39-alpha95

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.
@@ -100,6 +100,7 @@ class FilterCalendar extends _react.Component {
100
100
  lang
101
101
  } = this.props;
102
102
  const iszhcn = lang === 'zh-cn';
103
+ console.log('12222222');
103
104
  if (iszhcn) {
104
105
  now = now.locale('zh-cn');
105
106
  } else {
@@ -128,6 +129,7 @@ class FilterCalendar extends _react.Component {
128
129
  });
129
130
  const calendarFormat = this.getCalendarFormat();
130
131
  const calendarFormat1 = ['YYYY-MM-DD'];
132
+ console.log('calendarFormat', calendarFormat);
131
133
  const clearStyle = {
132
134
  position: 'absolute',
133
135
  top: '15px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.39-alpha91",
3
+ "version": "6.0.39-alpha95",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "4.0.2",