@progress/kendo-react-dateinputs 14.4.1-develop.9 → 14.4.1

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.
Files changed (44) hide show
  1. package/calendar/components/Header.d.ts +1 -1
  2. package/calendar/components/HorizontalViewList.d.ts +1 -1
  3. package/calendar/components/View.d.ts +1 -1
  4. package/calendar/components/ViewList.d.ts +2 -2
  5. package/calendar/models/CalendarSettings.d.ts +2 -2
  6. package/calendar/models/MultiViewCalendarSettings.d.ts +4 -4
  7. package/calendar/models/ViewService.d.ts +1 -1
  8. package/calendar/models/index.d.ts +7 -7
  9. package/calendar/services/BusViewService.d.ts +1 -1
  10. package/calendar/services/DecadeViewService.d.ts +2 -2
  11. package/calendar/services/MonthViewService.d.ts +2 -2
  12. package/calendar/services/NavigationService.d.ts +1 -1
  13. package/calendar/services/WeekNamesService.d.ts +1 -1
  14. package/calendar/services/YearViewService.d.ts +2 -2
  15. package/dateinput/DateInput.d.ts +1 -1
  16. package/dateinput/models/DateInputSettings.d.ts +2 -2
  17. package/dateinput/models/dateinput-options.d.ts +2 -2
  18. package/dateinput/models/index.d.ts +7 -7
  19. package/dateinput/models/kendo-date.d.ts +1 -1
  20. package/datepicker/models/DatePickerSettings.d.ts +2 -2
  21. package/datepicker/models/index.d.ts +1 -1
  22. package/daterangepicker/models/DateRangePickerCalendarSettings.d.ts +1 -1
  23. package/daterangepicker/models/DateRangePickerDateInputSettings.d.ts +1 -1
  24. package/daterangepicker/models/DateRangePickerSettings.d.ts +3 -3
  25. package/daterangepicker/models/index.d.ts +4 -4
  26. package/datetimepicker/DateTimePicker.d.ts +1 -1
  27. package/datetimepicker/models/DateTimePickerSettings.d.ts +1 -1
  28. package/datetimepicker/models/index.d.ts +1 -1
  29. package/dist/cdn/js/kendo-react-dateinputs.js +1 -1
  30. package/index.d.mts +1 -1
  31. package/index.d.ts +1 -1
  32. package/package-metadata.js +1 -1
  33. package/package-metadata.mjs +2 -2
  34. package/package.json +8 -8
  35. package/timepicker/TimePart.d.ts +1 -1
  36. package/timepicker/TimePicker.d.ts +1 -1
  37. package/timepicker/TimeSelector.d.ts +1 -1
  38. package/timepicker/models/ListService.d.ts +2 -2
  39. package/timepicker/models/TimePickerSettings.d.ts +3 -3
  40. package/timepicker/models/index.d.ts +5 -5
  41. package/timepicker/services/DayPeriodService.d.ts +3 -3
  42. package/timepicker/services/HoursService.d.ts +3 -3
  43. package/timepicker/services/MinutesService.d.ts +3 -3
  44. 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.js';
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.js';
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.js';
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.js';
17
- import { CalendarHeaderProps } from '../models/CalendarSettings.js';
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.js';
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.js';
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.js';
9
- import { SelectionRangeEnd } from './SelectionRangeEnd.js';
10
- import { MultiViewCalendarMode } from './MultiViewCalendarMode.js';
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.js';
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.js';
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.js';
10
- import { CalendarSettings, CalendarHeaderProps } from './CalendarSettings.js';
9
+ import { ActiveView } from './ActiveView';
10
+ import { CalendarSettings, CalendarHeaderProps } from './CalendarSettings';
11
11
  import { CalendarViewEnum } from './CalendarViewEnum.js';
12
- import { CellContext } from './CellContext.js';
13
- import { MultiViewCalendarMode } from './MultiViewCalendarMode.js';
14
- import { MultiViewCalendarSettings } from './MultiViewCalendarSettings.js';
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.js';
17
- import { ViewService } from './ViewService.js';
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.js';
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.js';
10
- import { ViewService } from '../models/ViewService.js';
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.js';
11
- import { ViewService } from '../models/ViewService.js';
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.js';
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.js';
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.js';
11
- import { ViewService } from '../models/ViewService.js';
10
+ import { CellContext } from '../models/CellContext';
11
+ import { ViewService } from '../models/ViewService';
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -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.js';
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.js';
9
- import { DateInputIncrementalSteps } from './incremental-steps.js';
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.js';
9
+ import { DateInputIncrementalSteps } from './incremental-steps';
10
10
  import { DateInputIntl } from '../dateInputIntl.js';
11
- import { DateInputFormatPlaceholder } from './format-placeholder.js';
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.js';
9
- import { DateInputIncrementalSteps } from './incremental-steps.js';
10
- import { DateInputSettings } from './DateInputSettings.js';
11
- import { DatePart, KendoDate } from './kendo-date.js';
12
- import { Mask } from './mask.js';
13
- import { Selection } from './selection.js';
14
- import { DateInputCommonPackageProps } from './common-package-props.js';
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.js';
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.js';
9
- import { DateInputsPopupSettings } from '../../PopupSettings.js';
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.js';
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.js';
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.js';
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.js';
9
- import { DateRangePickerDateInputSettings } from './DateRangePickerDateInputSettings.js';
10
- import { DateRangePickerPopupSettings } from './DateRangePickerPopupSettings.js';
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.js';
9
- import { DateRangePickerDateInputSettings } from './DateRangePickerDateInputSettings.js';
10
- import { DateRangePickerSettings } from './DateRangePickerSettings.js';
11
- import { DateRangePickerPopupSettings } from './DateRangePickerPopupSettings.js';
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.js';
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.js';
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.js';
8
+ import { DateTimePickerSettings } from './DateTimePickerSettings';
9
9
  export { DateTimePickerSettings };