Socket
Socket
Sign inDemoInstall

rc-calendar

Package Overview
Dependencies
7
Maintainers
5
Versions
239
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.14.5 to 9.15.0

7

es/Calendar.js

@@ -75,3 +75,4 @@ import _extends from 'babel-runtime/helpers/extends';

clearIcon = props.clearIcon,
renderFooter = props.renderFooter;
renderFooter = props.renderFooter,
inputMode = props.inputMode;
var value = state.value,

@@ -118,3 +119,4 @@ selectedValue = state.selectedValue,

onSelect: this.onDateInputSelect,
clearIcon: clearIcon
clearIcon: clearIcon,
inputMode: inputMode
}) : null;

@@ -231,2 +233,3 @@

focusablePanel: PropTypes.bool,
inputMode: PropTypes.string,
onBlur: PropTypes.func

@@ -233,0 +236,0 @@ });

@@ -73,3 +73,4 @@ import _classCallCheck from 'babel-runtime/helpers/classCallCheck';

placeholder = props.placeholder,
clearIcon = props.clearIcon;
clearIcon = props.clearIcon,
inputMode = props.inputMode;

@@ -92,3 +93,4 @@ var invalidClass = invalid ? prefixCls + '-input-invalid' : '';

onFocus: this.onFocus,
onBlur: this.onBlur
onBlur: this.onBlur,
inputMode: inputMode
})

@@ -124,3 +126,4 @@ ),

selectedValue: PropTypes.object,
clearIcon: PropTypes.node
clearIcon: PropTypes.node,
inputMode: PropTypes.string
};

@@ -127,0 +130,0 @@

@@ -41,3 +41,4 @@ import _extends from 'babel-runtime/helpers/extends';

enableNext = props.enableNext,
clearIcon = props.clearIcon;
clearIcon = props.clearIcon,
inputMode = props.inputMode;

@@ -77,3 +78,4 @@ var shouldShowTimePicker = showTimePicker && timePicker;

onSelect: onInputSelect,
clearIcon: clearIcon
clearIcon: clearIcon,
inputMode: inputMode
});

@@ -146,4 +148,5 @@

enablePrev: PropTypes.any,
clearIcon: PropTypes.node
clearIcon: PropTypes.node,
inputMode: PropTypes.string
};
export default CalendarPart;
# History
----
## 9.15.0 / 2019-06-06
- Add numeric keyboard support
## 9.14.0 / 2019-05-24

@@ -5,0 +9,0 @@

@@ -38,4 +38,5 @@ // Type definitions for rc-calendar 9.6

renderSidebar?: () => React.ReactNode;
inputMode?:String
}
export default class ReactCalendar extends React.Component<Props> {}

@@ -124,3 +124,4 @@ 'use strict';

clearIcon = props.clearIcon,
renderFooter = props.renderFooter;
renderFooter = props.renderFooter,
inputMode = props.inputMode;
var value = state.value,

@@ -167,3 +168,4 @@ selectedValue = state.selectedValue,

onSelect: this.onDateInputSelect,
clearIcon: clearIcon
clearIcon: clearIcon,
inputMode: inputMode
}) : null;

@@ -280,2 +282,3 @@

focusablePanel: _propTypes2['default'].bool,
inputMode: _propTypes2['default'].string,
onBlur: _propTypes2['default'].func

@@ -282,0 +285,0 @@ });

@@ -104,3 +104,4 @@ 'use strict';

placeholder = props.placeholder,
clearIcon = props.clearIcon;
clearIcon = props.clearIcon,
inputMode = props.inputMode;

@@ -123,3 +124,4 @@ var invalidClass = invalid ? prefixCls + '-input-invalid' : '';

onFocus: this.onFocus,
onBlur: this.onBlur
onBlur: this.onBlur,
inputMode: inputMode
})

@@ -155,3 +157,4 @@ ),

selectedValue: _propTypes2['default'].object,
clearIcon: _propTypes2['default'].node
clearIcon: _propTypes2['default'].node,
inputMode: _propTypes2['default'].string
};

@@ -158,0 +161,0 @@

@@ -73,3 +73,4 @@ 'use strict';

enableNext = props.enableNext,
clearIcon = props.clearIcon;
clearIcon = props.clearIcon,
inputMode = props.inputMode;

@@ -109,3 +110,4 @@ var shouldShowTimePicker = showTimePicker && timePicker;

onSelect: onInputSelect,
clearIcon: clearIcon
clearIcon: clearIcon,
inputMode: inputMode
});

@@ -178,5 +180,6 @@

enablePrev: _propTypes2['default'].any,
clearIcon: _propTypes2['default'].node
clearIcon: _propTypes2['default'].node,
inputMode: _propTypes2['default'].string
};
exports['default'] = CalendarPart;
module.exports = exports['default'];
{
"name": "rc-calendar",
"version": "9.14.5",
"version": "9.15.0",
"description": "React Calendar",

@@ -5,0 +5,0 @@ "keywords": [

@@ -252,2 +252,8 @@ # rc-calendar

</tr>
<tr>
<td>inputMode</td>
<td>string</td>
<td>text</td>
<td>Change the keyboard in mobile device</td>
</tr>
</tbody>

@@ -254,0 +260,0 @@ </table>

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc