dtable-ui-component 6.0.39-alpha99 → 6.0.39-alpha992

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.
@@ -19,7 +19,7 @@ var _constants = require("../constants");
19
19
  var _lang = require("../lang");
20
20
  require("./index.css");
21
21
  /**
22
- * filter = {
22
+ * filter222 = {
23
23
  * column_key: '',
24
24
  * filter_predicate: '',
25
25
  * filter_term: '',
@@ -127,6 +127,7 @@ class FilterCalendar extends _react.Component {
127
127
  disabled: true
128
128
  });
129
129
  const calendarFormat = this.getCalendarFormat();
130
+ const calendarFormat1 = ['YYYY-MM-DD'];
130
131
  const clearStyle = {
131
132
  position: 'absolute',
132
133
  top: '15px',
@@ -144,7 +145,7 @@ class FilterCalendar extends _react.Component {
144
145
  style: {
145
146
  zIndex: 1001
146
147
  },
147
- format: calendarFormat,
148
+ format: calendarFormat1,
148
149
  defaultValue: this.defaultCalendarValue,
149
150
  showDateInput: true,
150
151
  focusablePanel: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "6.0.39-alpha99",
3
+ "version": "6.0.39-alpha992",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "4.0.2",