@semcore/date-picker
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -5,2 +5,8 @@ # Changelog | ||
## [1.1.0] - 2019-10-04 | ||
### Added | ||
- Добавлен свойство `unclearable` | ||
## [1.0.3] - 2019-09-30 | ||
@@ -7,0 +13,0 @@ |
@@ -20,4 +20,5 @@ import React from 'react'; | ||
periods?: IDateRangePickerPeriodProps['periods'] | false; | ||
unclearable?: boolean; | ||
} | ||
declare const ContextDatePicker: React.Context<IDatepickerCtx>; | ||
export default ContextDatePicker; |
@@ -105,2 +105,6 @@ import React, { PureComponent } from 'react'; | ||
/** | ||
* Убрать кнопку 'Reset' | ||
* */ | ||
unclearable?: boolean; | ||
/** | ||
* Массив заблокированных дат для выбора | ||
@@ -107,0 +111,0 @@ * */ |
{ | ||
"name": "@semcore/date-picker", | ||
"description": "SEMRush DatePicker Component", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "lib/index.es.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
5
553474
7763