@progress/kendo-react-dateinputs 7.0.2-develop.1 → 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.
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { CalendarViewEnum, ActiveView, CalendarSettings } from '../models';
8
8
  import { DOMService, ScrollSyncService } from '../services';
9
9
  /**
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { CalendarHeaderTitleProps } from './CalendarHeaderTitle';
8
8
  import { BusViewService } from '../services';
9
9
  import { ViewService, CalendarViewEnum } from '../models';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { Action, ActiveView, SelectionRange, CalendarViewEnum, SelectionRangeEnd, MultiViewCalendarSettings } from '../models';
8
8
  /**
9
9
  * The arguments for the `onChange` event of the MultiViewCalendar. * The generic argument sets the target type of the event. Defaults to `MultiViewCalendar`.
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { CalendarNavigationItemProps } from './CalendarNavigationItem';
8
8
  import { DOMService } from '../services';
9
9
  import { Virtualization } from '../../virtualization/Virtualization';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { HeaderEventArguments } from './Header';
8
8
  /**
9
9
  * @hidden
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { CalendarCellProps } from './CalendarCell';
8
8
  import { CalendarWeekCellProps } from './CalendarWeekCell';
9
9
  import { CalendarViewEnum, CellContext, SelectionRange, SelectionRangeEnd, ViewService } from '../models';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { Virtualization } from '../../virtualization/Virtualization';
8
8
  import { BusViewService, DOMService } from '../services';
9
9
  import { CalendarCellProps } from './CalendarCell';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { IntlService } from '@progress/kendo-react-intl';
8
8
  import { DateInputSettings, DateInputFormatPlaceholder } from './models';
9
9
  import { FormComponent, FormComponentProps, FormComponentValidity } from '@progress/kendo-react-common';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { PopupProps } from '@progress/kendo-react-popup';
8
8
  import { FormComponent, FormComponentProps, FormComponentValidity } from '@progress/kendo-react-common';
9
9
  import { DateInput, DateInputProps } from '../dateinput/DateInput';
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { DateInput } from '../dateinput/DateInput';
8
8
  import { MultiViewCalendar, MultiViewCalendarHandle } from '../calendar/components/MultiViewCalendar';
9
9
  import { SelectionRange } from '../calendar/models';
@@ -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;
@@ -3,7 +3,7 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
6
- import * as PropTypes from 'prop-types';
6
+ import PropTypes from 'prop-types';
7
7
  import { FormComponent, FormComponentProps, FormComponentValidity } from '@progress/kendo-react-common';
8
8
  import { DateInput, DateInputProps } from '../dateinput/DateInput';
9
9
  import { DateTimePickerSettings } from './models';