@progress/kendo-react-dateinputs 14.4.1-develop.13 → 14.4.1-develop.15
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/calendar/components/Header.d.ts +1 -1
- package/calendar/components/HorizontalViewList.d.ts +1 -1
- package/calendar/components/View.d.ts +1 -1
- package/calendar/components/ViewList.d.ts +2 -2
- package/calendar/models/CalendarSettings.d.ts +2 -2
- package/calendar/models/MultiViewCalendarSettings.d.ts +4 -4
- package/calendar/models/ViewService.d.ts +1 -1
- package/calendar/models/index.d.ts +7 -7
- package/calendar/services/BusViewService.d.ts +1 -1
- package/calendar/services/DecadeViewService.d.ts +2 -2
- package/calendar/services/MonthViewService.d.ts +2 -2
- package/calendar/services/NavigationService.d.ts +1 -1
- package/calendar/services/WeekNamesService.d.ts +1 -1
- package/calendar/services/YearViewService.d.ts +2 -2
- package/dateinput/DateInput.d.ts +1 -1
- package/dateinput/models/DateInputSettings.d.ts +2 -2
- package/dateinput/models/dateinput-options.d.ts +2 -2
- package/dateinput/models/index.d.ts +7 -7
- package/dateinput/models/kendo-date.d.ts +1 -1
- package/datepicker/models/DatePickerSettings.d.ts +2 -2
- package/datepicker/models/index.d.ts +1 -1
- package/daterangepicker/models/DateRangePickerCalendarSettings.d.ts +1 -1
- package/daterangepicker/models/DateRangePickerDateInputSettings.d.ts +1 -1
- package/daterangepicker/models/DateRangePickerSettings.d.ts +3 -3
- package/daterangepicker/models/index.d.ts +4 -4
- package/datetimepicker/DateTimePicker.d.ts +1 -1
- package/datetimepicker/models/DateTimePickerSettings.d.ts +1 -1
- package/datetimepicker/models/index.d.ts +1 -1
- package/dist/cdn/js/kendo-react-dateinputs.js +1 -1
- package/index.d.mts +1 -1
- package/index.d.ts +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +8 -8
- package/timepicker/TimePart.d.ts +1 -1
- package/timepicker/TimePicker.d.ts +1 -1
- package/timepicker/TimeSelector.d.ts +1 -1
- package/timepicker/models/ListService.d.ts +2 -2
- package/timepicker/models/TimePickerSettings.d.ts +3 -3
- package/timepicker/models/index.d.ts +5 -5
- package/timepicker/services/DayPeriodService.d.ts +3 -3
- package/timepicker/services/HoursService.d.ts +3 -3
- package/timepicker/services/MinutesService.d.ts +3 -3
- package/timepicker/services/SecondsService.d.ts +3 -3
|
@@ -10,7 +10,7 @@ import { DateInputsClassStructure } from '@progress/kendo-react-common';
|
|
|
10
10
|
import { CalendarHeaderTitleProps } from './CalendarHeaderTitle.js';
|
|
11
11
|
import { BusViewService } from '../services/index.js';
|
|
12
12
|
import { ViewService, CalendarViewEnum } from '../models/index.js';
|
|
13
|
-
import { CalendarHeaderProps } from '../models/CalendarSettings
|
|
13
|
+
import { CalendarHeaderProps } from '../models/CalendarSettings';
|
|
14
14
|
import * as React from 'react';
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
@@ -10,7 +10,7 @@ import { CalendarWeekCellProps } from './CalendarWeekCell.js';
|
|
|
10
10
|
import { CalendarHeaderTitleProps } from './CalendarHeaderTitle.js';
|
|
11
11
|
import { BusViewService } from '../services/index.js';
|
|
12
12
|
import { CalendarViewEnum, ViewService, SelectionRange } from '../models/index.js';
|
|
13
|
-
import { WeekDaysFormat } from '../models/WeekDaysFormat
|
|
13
|
+
import { WeekDaysFormat } from '../models/WeekDaysFormat';
|
|
14
14
|
import * as React from 'react';
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
@@ -10,7 +10,7 @@ import { CalendarCellProps } from './CalendarCell.js';
|
|
|
10
10
|
import { CalendarWeekCellProps } from './CalendarWeekCell.js';
|
|
11
11
|
import { CalendarViewEnum, CellContext, SelectionRange, SelectionRangeEnd, ViewService } from '../models/index.js';
|
|
12
12
|
import { BusViewService } from '../services/index.js';
|
|
13
|
-
import { WeekDaysFormat } from '../models/WeekDaysFormat
|
|
13
|
+
import { WeekDaysFormat } from '../models/WeekDaysFormat';
|
|
14
14
|
import { DateInputsClassStructure } from '@progress/kendo-react-common';
|
|
15
15
|
import * as React from 'react';
|
|
16
16
|
/**
|
|
@@ -13,8 +13,8 @@ import { CalendarCellProps } from './CalendarCell.js';
|
|
|
13
13
|
import { ViewService, CalendarViewEnum } from '../models/index.js';
|
|
14
14
|
import { CalendarWeekCellProps } from './CalendarWeekCell.js';
|
|
15
15
|
import { CalendarHeaderTitleProps } from './CalendarHeaderTitle.js';
|
|
16
|
-
import { WeekDaysFormat } from '../models/WeekDaysFormat
|
|
17
|
-
import { CalendarHeaderProps } from '../models/CalendarSettings
|
|
16
|
+
import { WeekDaysFormat } from '../models/WeekDaysFormat';
|
|
17
|
+
import { CalendarHeaderProps } from '../models/CalendarSettings';
|
|
18
18
|
import * as React from 'react';
|
|
19
19
|
/**
|
|
20
20
|
* @hidden
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { ActiveView } from './ActiveView
|
|
8
|
+
import { ActiveView } from './ActiveView';
|
|
9
9
|
import { CalendarCellProps } from '../components/CalendarCell.js';
|
|
10
10
|
import { CalendarWeekCellProps } from '../components/CalendarWeekCell.js';
|
|
11
11
|
import { CalendarHeaderTitleProps } from '../components/CalendarHeaderTitle.js';
|
|
12
12
|
import { CalendarNavigationItemProps } from '../components/CalendarNavigationItem.js';
|
|
13
|
-
import { WeekDaysFormat } from './WeekDaysFormat
|
|
13
|
+
import { WeekDaysFormat } from './WeekDaysFormat';
|
|
14
14
|
/**
|
|
15
15
|
* The props which will be received by the custom header of the Calendar and the MultiViewCalendar.
|
|
16
16
|
*/
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { ActiveView } from './ActiveView
|
|
9
|
-
import { SelectionRangeEnd } from './SelectionRangeEnd
|
|
10
|
-
import { MultiViewCalendarMode } from './MultiViewCalendarMode
|
|
8
|
+
import { ActiveView } from './ActiveView';
|
|
9
|
+
import { SelectionRangeEnd } from './SelectionRangeEnd';
|
|
10
|
+
import { MultiViewCalendarMode } from './MultiViewCalendarMode';
|
|
11
11
|
import { CalendarCellProps } from '../components/CalendarCell.js';
|
|
12
12
|
import { CalendarWeekCellProps } from '../components/CalendarWeekCell.js';
|
|
13
13
|
import { CalendarHeaderTitleProps } from '../components/CalendarHeaderTitle.js';
|
|
14
|
-
import { WeekDaysFormat } from './WeekDaysFormat
|
|
14
|
+
import { WeekDaysFormat } from './WeekDaysFormat';
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Action } from './NavigationAction.js';
|
|
9
|
-
import { CellContext } from './CellContext
|
|
9
|
+
import { CellContext } from './CellContext';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Action } from './NavigationAction.js';
|
|
9
|
-
import { ActiveView } from './ActiveView
|
|
10
|
-
import { CalendarSettings, CalendarHeaderProps } from './CalendarSettings
|
|
9
|
+
import { ActiveView } from './ActiveView';
|
|
10
|
+
import { CalendarSettings, CalendarHeaderProps } from './CalendarSettings';
|
|
11
11
|
import { CalendarViewEnum } from './CalendarViewEnum.js';
|
|
12
|
-
import { CellContext } from './CellContext
|
|
13
|
-
import { MultiViewCalendarMode } from './MultiViewCalendarMode
|
|
14
|
-
import { MultiViewCalendarSettings } from './MultiViewCalendarSettings
|
|
12
|
+
import { CellContext } from './CellContext';
|
|
13
|
+
import { MultiViewCalendarMode } from './MultiViewCalendarMode';
|
|
14
|
+
import { MultiViewCalendarSettings } from './MultiViewCalendarSettings';
|
|
15
15
|
import { SelectionRange, EMPTY_SELECTIONRANGE } from './SelectionRange.js';
|
|
16
|
-
import { SelectionRangeEnd } from './SelectionRangeEnd
|
|
17
|
-
import { ViewService } from './ViewService
|
|
16
|
+
import { SelectionRangeEnd } from './SelectionRangeEnd';
|
|
17
|
+
import { ViewService } from './ViewService';
|
|
18
18
|
export { Action, ActiveView, CalendarSettings, CalendarViewEnum, CalendarHeaderProps, CellContext, EMPTY_SELECTIONRANGE, MultiViewCalendarMode, MultiViewCalendarSettings, SelectionRange, SelectionRangeEnd, ViewService };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { ViewService } from '../models/ViewService
|
|
8
|
+
import { ViewService } from '../models/ViewService';
|
|
9
9
|
import { IntlService } from '@progress/kendo-react-intl';
|
|
10
10
|
import { CalendarViewEnum } from '../models/CalendarViewEnum.js';
|
|
11
11
|
/**
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Action } from '../models/NavigationAction.js';
|
|
9
|
-
import { CellContext } from '../models/CellContext
|
|
10
|
-
import { ViewService } from '../models/ViewService
|
|
9
|
+
import { CellContext } from '../models/CellContext';
|
|
10
|
+
import { ViewService } from '../models/ViewService';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { IntlService } from '@progress/kendo-react-intl';
|
|
9
9
|
import { Action } from '../models/NavigationAction.js';
|
|
10
|
-
import { CellContext } from '../models/CellContext
|
|
11
|
-
import { ViewService } from '../models/ViewService
|
|
10
|
+
import { CellContext } from '../models/CellContext';
|
|
11
|
+
import { ViewService } from '../models/ViewService';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import { Action } from '../models/NavigationAction.js';
|
|
9
9
|
import { CalendarViewEnum } from '../models/CalendarViewEnum.js';
|
|
10
10
|
import { BusViewService } from '../services/BusViewService.js';
|
|
11
|
-
import { ViewService } from '../models/ViewService
|
|
11
|
+
import { ViewService } from '../models/ViewService';
|
|
12
12
|
import * as React from 'react';
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { IntlService } from '@progress/kendo-react-intl';
|
|
9
|
-
import { WeekDaysFormat } from '../models/WeekDaysFormat
|
|
9
|
+
import { WeekDaysFormat } from '../models/WeekDaysFormat';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { IntlService } from '@progress/kendo-react-intl';
|
|
9
9
|
import { Action } from '../models/NavigationAction.js';
|
|
10
|
-
import { CellContext } from '../models/CellContext
|
|
11
|
-
import { ViewService } from '../models/ViewService
|
|
10
|
+
import { CellContext } from '../models/CellContext';
|
|
11
|
+
import { ViewService } from '../models/ViewService';
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
package/dateinput/DateInput.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { DateInputSettings, DateInputFormatPlaceholder, DateInputCommonPackageProps } from './models/index.js';
|
|
9
9
|
import { FormComponentProps, FormComponentValidity, DateInputsClassStructure } from '@progress/kendo-react-common';
|
|
10
|
-
import { DateInputOptions } from './models/dateinput-options
|
|
10
|
+
import { DateInputOptions } from './models/dateinput-options';
|
|
11
11
|
import * as React from 'react';
|
|
12
12
|
/**
|
|
13
13
|
* The arguments for the `change` event of the DateInput. The generic argument sets the target type of the event. Defaults to `DateInput`.
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateInputFormatPlaceholder } from './format-placeholder
|
|
9
|
-
import { DateInputIncrementalSteps } from './incremental-steps
|
|
8
|
+
import { DateInputFormatPlaceholder } from './format-placeholder';
|
|
9
|
+
import { DateInputIncrementalSteps } from './incremental-steps';
|
|
10
10
|
import { DateFormatOptions } from '@progress/kendo-react-intl';
|
|
11
11
|
import * as React from 'react';
|
|
12
12
|
/**
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { DateFormatOptions } from '@progress/kendo-intl';
|
|
9
|
-
import { DateInputIncrementalSteps } from './incremental-steps
|
|
9
|
+
import { DateInputIncrementalSteps } from './incremental-steps';
|
|
10
10
|
import { DateInputIntl } from '../dateInputIntl.js';
|
|
11
|
-
import { DateInputFormatPlaceholder } from './format-placeholder
|
|
11
|
+
import { DateInputFormatPlaceholder } from './format-placeholder';
|
|
12
12
|
/**
|
|
13
13
|
* Represents the options type of the DateInput.
|
|
14
14
|
*/
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateInputFormatPlaceholder, DateInputCustomFormatPlaceholder } from './format-placeholder
|
|
9
|
-
import { DateInputIncrementalSteps } from './incremental-steps
|
|
10
|
-
import { DateInputSettings } from './DateInputSettings
|
|
11
|
-
import { DatePart, KendoDate } from './kendo-date
|
|
12
|
-
import { Mask } from './mask
|
|
13
|
-
import { Selection } from './selection
|
|
14
|
-
import { DateInputCommonPackageProps } from './common-package-props
|
|
8
|
+
import { DateInputFormatPlaceholder, DateInputCustomFormatPlaceholder } from './format-placeholder';
|
|
9
|
+
import { DateInputIncrementalSteps } from './incremental-steps';
|
|
10
|
+
import { DateInputSettings } from './DateInputSettings';
|
|
11
|
+
import { DatePart, KendoDate } from './kendo-date';
|
|
12
|
+
import { Mask } from './mask';
|
|
13
|
+
import { Selection } from './selection';
|
|
14
|
+
import { DateInputCommonPackageProps } from './common-package-props';
|
|
15
15
|
export { DateInputFormatPlaceholder, DateInputCustomFormatPlaceholder, DateInputIncrementalSteps, DateInputSettings, DateInputCommonPackageProps, DatePart, KendoDate, Mask, Selection };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateInputFormatPlaceholder } from './format-placeholder
|
|
8
|
+
import { DateInputFormatPlaceholder } from './format-placeholder';
|
|
9
9
|
import { IntlService, DateFormatOptions } from '@progress/kendo-react-intl';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateInputFormatPlaceholder } from '../../dateinput/models/format-placeholder
|
|
9
|
-
import { DateInputsPopupSettings } from '../../PopupSettings
|
|
8
|
+
import { DateInputFormatPlaceholder } from '../../dateinput/models/format-placeholder';
|
|
9
|
+
import { DateInputsPopupSettings } from '../../PopupSettings';
|
|
10
10
|
import { CalendarProps } from '../../calendar/components/Calendar.js';
|
|
11
11
|
import { PopupProps } from '@progress/kendo-react-popup';
|
|
12
12
|
import { DateInputProps, MultiViewCalendarProps } from '../../index.js';
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DatePickerSettings } from './DatePickerSettings
|
|
8
|
+
import { DatePickerSettings } from './DatePickerSettings';
|
|
9
9
|
export { DatePickerSettings };
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { MultiViewCalendarSettings } from '../../calendar/models/MultiViewCalendarSettings
|
|
8
|
+
import { MultiViewCalendarSettings } from '../../calendar/models/MultiViewCalendarSettings';
|
|
9
9
|
/**
|
|
10
10
|
* Represents the settings that can be passed to the MultiViewCalendar inside the DateRangePicker.
|
|
11
11
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateInputSettings } from '../../dateinput/models/DateInputSettings
|
|
8
|
+
import { DateInputSettings } from '../../dateinput/models/DateInputSettings';
|
|
9
9
|
/**
|
|
10
10
|
* Represents the settings that can be passed to the DateInput inside the DateRangePicker.
|
|
11
11
|
*/
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateRangePickerCalendarSettings } from './DateRangePickerCalendarSettings
|
|
9
|
-
import { DateRangePickerDateInputSettings } from './DateRangePickerDateInputSettings
|
|
10
|
-
import { DateRangePickerPopupSettings } from './DateRangePickerPopupSettings
|
|
8
|
+
import { DateRangePickerCalendarSettings } from './DateRangePickerCalendarSettings';
|
|
9
|
+
import { DateRangePickerDateInputSettings } from './DateRangePickerDateInputSettings';
|
|
10
|
+
import { DateRangePickerPopupSettings } from './DateRangePickerPopupSettings';
|
|
11
11
|
import { DateInputProps } from '../../dateinput/DateInput.js';
|
|
12
12
|
import { MultiViewCalendarProps } from '../../calendar/components/MultiViewCalendar.js';
|
|
13
13
|
import { PopupProps } from '@progress/kendo-react-popup';
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateRangePickerCalendarSettings } from './DateRangePickerCalendarSettings
|
|
9
|
-
import { DateRangePickerDateInputSettings } from './DateRangePickerDateInputSettings
|
|
10
|
-
import { DateRangePickerSettings } from './DateRangePickerSettings
|
|
11
|
-
import { DateRangePickerPopupSettings } from './DateRangePickerPopupSettings
|
|
8
|
+
import { DateRangePickerCalendarSettings } from './DateRangePickerCalendarSettings';
|
|
9
|
+
import { DateRangePickerDateInputSettings } from './DateRangePickerDateInputSettings';
|
|
10
|
+
import { DateRangePickerSettings } from './DateRangePickerSettings';
|
|
11
|
+
import { DateRangePickerPopupSettings } from './DateRangePickerPopupSettings';
|
|
12
12
|
export { DateRangePickerCalendarSettings, DateRangePickerDateInputSettings, DateRangePickerSettings, DateRangePickerPopupSettings };
|
|
@@ -9,7 +9,7 @@ import { default as PropTypes } from 'prop-types';
|
|
|
9
9
|
import { FormComponent, FormComponentProps, FormComponentValidity, DateInputsClassStructure, AdaptiveModeContextType } from '@progress/kendo-react-common';
|
|
10
10
|
import { DateInputHandle, DateInputProps } from '../dateinput/DateInput.js';
|
|
11
11
|
import { DateTimePickerSettings } from './models/index.js';
|
|
12
|
-
import { DateInputCommonPackageProps } from '../dateinput/models/common-package-props
|
|
12
|
+
import { DateInputCommonPackageProps } from '../dateinput/models/common-package-props';
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
/**
|
|
15
15
|
* The arguments for the `onChange` event of the DateTimePicker.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateInputFormatPlaceholder } from '../../dateinput/models/format-placeholder
|
|
8
|
+
import { DateInputFormatPlaceholder } from '../../dateinput/models/format-placeholder';
|
|
9
9
|
import { DateFormatOptions } from '@progress/kendo-react-intl';
|
|
10
10
|
import { CalendarProps } from '../../calendar/components/Calendar.js';
|
|
11
11
|
import { PopupProps } from '@progress/kendo-react-popup';
|
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { DateTimePickerSettings } from './DateTimePickerSettings
|
|
8
|
+
import { DateTimePickerSettings } from './DateTimePickerSettings';
|
|
9
9
|
export { DateTimePickerSettings };
|