@momo-kits/calendar 0.0.71-beta.4 → 0.0.71-beta.41

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/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import Calendar from './src/Calendar';
2
2
  import CalendarPicker from './src/calendarPicker/index';
3
3
 
4
- export { Calendar, CalendarPicker };
4
+ export {Calendar, CalendarPicker};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/calendar",
3
- "version": "0.0.71-beta.4",
3
+ "version": "0.0.71-beta.41",
4
4
  "private": false,
5
5
  "main": "index.js",
6
6
  "dependencies": {
package/src/Calendar.js CHANGED
@@ -409,6 +409,7 @@ class Calendar extends Component {
409
409
  maxDate,
410
410
  doubleDate,
411
411
  isHideHeaderPanel,
412
+ disabledWeekend,
412
413
  style,
413
414
  } = this.props;
414
415
  const {isDoubleDateMode} = this.state;
@@ -431,6 +432,7 @@ class Calendar extends Component {
431
432
  {!isHideHeaderPanel && this.renderHeaderPanel()}
432
433
  </View>
433
434
  <CalendarPro
435
+ disabledWeekend={disabledWeekend}
434
436
  priceList={priceList}
435
437
  ref={this.calendarPicker}
436
438
  startDate={doubleDate?.first}