@progress/kendo-react-dateinputs 14.4.1-develop.9 → 14.5.0-develop.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.
- package/calendar/components/Calendar.d.ts +35 -110
- package/calendar/components/Calendar.js +5 -5
- package/calendar/components/Calendar.mjs +288 -313
- package/calendar/components/CalendarCell.d.ts +1 -10
- package/calendar/components/CalendarCell.js +1 -1
- package/calendar/components/CalendarCell.mjs +68 -78
- package/calendar/components/Header.d.ts +11 -24
- package/calendar/components/Header.js +1 -1
- package/calendar/components/Header.mjs +41 -55
- package/calendar/components/HorizontalViewList.d.ts +29 -27
- package/calendar/components/HorizontalViewList.js +1 -1
- package/calendar/components/HorizontalViewList.mjs +112 -102
- package/calendar/components/MultiViewCalendar.d.ts +39 -141
- package/calendar/components/MultiViewCalendar.js +1 -1
- package/calendar/components/MultiViewCalendar.mjs +331 -373
- package/calendar/components/Navigation.d.ts +19 -39
- package/calendar/components/Navigation.js +1 -1
- package/calendar/components/Navigation.mjs +95 -107
- package/calendar/components/TodayCommand.d.ts +8 -25
- package/calendar/components/TodayCommand.js +1 -1
- package/calendar/components/TodayCommand.mjs +44 -61
- package/calendar/components/View.d.ts +12 -43
- package/calendar/components/View.js +1 -1
- package/calendar/components/View.mjs +111 -137
- package/calendar/components/ViewList.d.ts +27 -67
- package/calendar/components/ViewList.js +1 -1
- package/calendar/components/ViewList.mjs +207 -225
- 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/ScrollSyncService.d.ts +4 -4
- 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
- package/virtualization/Virtualization.d.ts +25 -63
- package/virtualization/Virtualization.js +1 -1
- package/virtualization/Virtualization.mjs +163 -168
|
@@ -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 };
|