@progress/kendo-react-dateinputs 7.0.2-develop.2 → 7.0.2-develop.3
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/daterangepicker/DateRangePicker.d.ts +1 -0
- package/dist/cdn/js/kendo-react-dateinputs.js +4 -4
- package/index.js +1 -1
- package/index.mjs +27 -24
- package/package.json +7 -7
|
@@ -300,6 +300,7 @@ export declare class DateRangePickerWithoutContext extends React.Component<DateR
|
|
|
300
300
|
private handleReverseClick;
|
|
301
301
|
private handleReverseMouseDown;
|
|
302
302
|
private handleFocus;
|
|
303
|
+
private handleClick;
|
|
303
304
|
private handleBlur;
|
|
304
305
|
private handleCancel;
|
|
305
306
|
private handleEndChange;
|