@progress/kendo-react-dateinputs 7.0.2 → 7.0.3-develop.10
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/LICENSE.md +1 -1
- package/NOTICE.txt +1 -1
- package/PopupSettings.d.ts +1 -1
- package/README.md +1 -1
- package/calendar/components/Calendar.d.ts +2 -2
- package/calendar/components/CalendarCell.d.ts +1 -1
- package/calendar/components/CalendarHeaderTitle.d.ts +1 -1
- package/calendar/components/CalendarNavigationItem.d.ts +1 -1
- package/calendar/components/CalendarWeekCell.d.ts +1 -1
- package/calendar/components/Header.d.ts +1 -1
- package/calendar/components/HorizontalViewList.d.ts +1 -1
- package/calendar/components/MultiViewCalendar.d.ts +1 -1
- package/calendar/components/Navigation.d.ts +1 -1
- package/calendar/components/TodayCommand.d.ts +1 -1
- package/calendar/components/View.d.ts +1 -1
- package/calendar/components/ViewList.d.ts +1 -1
- package/calendar/models/ActiveView.d.ts +1 -1
- package/calendar/models/CalendarSettings.d.ts +1 -1
- package/calendar/models/CalendarViewEnum.d.ts +1 -1
- package/calendar/models/CellContext.d.ts +1 -1
- package/calendar/models/MultiViewCalendarMode.d.ts +1 -1
- package/calendar/models/MultiViewCalendarSettings.d.ts +1 -1
- package/calendar/models/NavigationAction.d.ts +1 -1
- package/calendar/models/SelectionRange.d.ts +1 -1
- package/calendar/models/SelectionRangeEnd.d.ts +1 -1
- package/calendar/models/ViewService.d.ts +1 -1
- package/calendar/models/index.d.ts +1 -1
- package/calendar/services/BusViewService.d.ts +1 -1
- package/calendar/services/CenturyViewService.d.ts +1 -1
- package/calendar/services/DOMService.d.ts +1 -1
- package/calendar/services/DecadeViewService.d.ts +1 -1
- package/calendar/services/MonthViewService.d.ts +1 -1
- package/calendar/services/NavigationService.d.ts +1 -1
- package/calendar/services/ScrollSyncService.d.ts +1 -1
- package/calendar/services/WeekNamesService.d.ts +1 -1
- package/calendar/services/YearViewService.d.ts +1 -1
- package/calendar/services/index.d.ts +1 -1
- package/common/AdaptiveMode.d.ts +1 -1
- package/common/PickerWrap.d.ts +1 -1
- package/common/constants.d.ts +1 -1
- package/dateinput/DateInput.d.ts +1 -1
- package/dateinput/models/DateInputSettings.d.ts +1 -1
- package/dateinput/models/format-placeholder.d.ts +1 -1
- package/dateinput/models/incremental-steps.d.ts +1 -1
- package/dateinput/models/index.d.ts +1 -1
- package/dateinput/models/kendo-date.d.ts +1 -1
- package/dateinput/models/mask.d.ts +1 -1
- package/dateinput/models/selection.d.ts +1 -1
- package/dateinput/utils.d.ts +1 -1
- package/datepicker/DatePicker.d.ts +1 -1
- package/datepicker/ToggleButton.d.ts +1 -1
- package/datepicker/models/DatePickerSettings.d.ts +1 -1
- package/datepicker/models/index.d.ts +1 -1
- package/daterangepicker/DateRangePicker.d.ts +1 -1
- package/daterangepicker/models/DateRangePickerCalendarSettings.d.ts +1 -1
- package/daterangepicker/models/DateRangePickerDateInputSettings.d.ts +1 -1
- package/daterangepicker/models/DateRangePickerPopupSettings.d.ts +1 -1
- package/daterangepicker/models/DateRangePickerSettings.d.ts +1 -1
- package/daterangepicker/models/index.d.ts +1 -1
- package/datetimepicker/DateTimePicker.d.ts +1 -1
- package/datetimepicker/DateTimeSelector.d.ts +10 -5
- package/datetimepicker/models/DateTimePickerSettings.d.ts +1 -1
- package/datetimepicker/models/index.d.ts +1 -1
- package/dist/cdn/js/kendo-react-dateinputs.js +5 -5
- package/hooks/usePickerFloatingLabel.d.ts +1 -1
- package/index.d.mts +1 -1
- package/index.d.ts +1 -1
- package/index.js +5 -5
- package/index.mjs +814 -766
- package/messages/index.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +8 -8
- package/timepicker/TimeList.d.ts +1 -1
- package/timepicker/TimePart.d.ts +3 -2
- package/timepicker/TimePicker.d.ts +1 -1
- package/timepicker/TimeSelector.d.ts +3 -1
- package/timepicker/models/IncrementalSteps.d.ts +1 -1
- package/timepicker/models/ListItem.d.ts +1 -1
- package/timepicker/models/ListService.d.ts +1 -1
- package/timepicker/models/ListServiceSettings.d.ts +1 -1
- package/timepicker/models/TimePart.d.ts +1 -1
- package/timepicker/models/TimePickerSettings.d.ts +1 -1
- package/timepicker/models/index.d.ts +1 -1
- package/timepicker/services/DOMService.d.ts +1 -1
- package/timepicker/services/DayPeriodService.d.ts +1 -1
- package/timepicker/services/HoursService.d.ts +1 -1
- package/timepicker/services/MinutesService.d.ts +1 -1
- package/timepicker/services/SecondsService.d.ts +1 -1
- package/timepicker/services/index.d.ts +1 -1
- package/timepicker/utils.d.ts +1 -1
- package/utils.d.ts +1 -1
- package/virtualization/Virtualization.d.ts +1 -1
- package/virtualization/services/RowHeightService.d.ts +1 -1
- package/virtualization/services/ScrollerService.d.ts +1 -1
- package/virtualization/services/index.d.ts +1 -1
package/messages/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/package-metadata.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { PackageMetadata } from '@progress/kendo-licensing';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dateinputs",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3-develop.10",
|
|
4
4
|
"description": "React DateInput is a perfect input component for handling quick and efficient date values. KendoReact Date Inputs package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-date-math": "^1.4.0",
|
|
26
26
|
"@progress/kendo-licensing": "^1.3.4",
|
|
27
|
-
"@progress/kendo-react-buttons": "7.0.
|
|
28
|
-
"@progress/kendo-react-common": "7.0.
|
|
29
|
-
"@progress/kendo-react-intl": "7.0.
|
|
30
|
-
"@progress/kendo-react-labels": "7.0.
|
|
31
|
-
"@progress/kendo-react-layout": "7.0.
|
|
32
|
-
"@progress/kendo-react-popup": "7.0.
|
|
33
|
-
"@progress/kendo-svg-icons": "^2.
|
|
27
|
+
"@progress/kendo-react-buttons": "7.0.3-develop.10",
|
|
28
|
+
"@progress/kendo-react-common": "7.0.3-develop.10",
|
|
29
|
+
"@progress/kendo-react-intl": "7.0.3-develop.10",
|
|
30
|
+
"@progress/kendo-react-labels": "7.0.3-develop.10",
|
|
31
|
+
"@progress/kendo-react-layout": "7.0.3-develop.10",
|
|
32
|
+
"@progress/kendo-react-popup": "7.0.3-develop.10",
|
|
33
|
+
"@progress/kendo-svg-icons": "^2.1.0",
|
|
34
34
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
35
35
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|
|
36
36
|
},
|
package/timepicker/TimeList.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
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';
|
package/timepicker/TimePart.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
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';
|
|
@@ -40,6 +40,7 @@ export interface TimePartProps {
|
|
|
40
40
|
onNowClick?: any;
|
|
41
41
|
className?: string;
|
|
42
42
|
onMount?: (value: Date) => void;
|
|
43
|
+
onNowKeyDown?: (event: React.KeyboardEvent) => void;
|
|
43
44
|
show?: boolean;
|
|
44
45
|
mobileMode?: boolean;
|
|
45
46
|
}
|
|
@@ -124,7 +125,7 @@ export declare class TimePart extends React.Component<TimePartProps, TimePartSta
|
|
|
124
125
|
* @hidden
|
|
125
126
|
*/
|
|
126
127
|
render(): import("react/jsx-runtime").JSX.Element;
|
|
127
|
-
focus: (args?:
|
|
128
|
+
focus: (args?: FocusOptions, focusNowButton?: boolean) => void;
|
|
128
129
|
protected timeFormatReducer: (acc: string, current: DateFormatPart) => string;
|
|
129
130
|
protected timeFormatFilter: (part: DateFormatPart, index: number, all: DateFormatPart[]) => boolean;
|
|
130
131
|
protected nextTick(f: () => any): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
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';
|
|
@@ -135,6 +135,8 @@ export declare class TimeSelector extends React.Component<TimeSelectorProps, Tim
|
|
|
135
135
|
protected nextTick(f: () => any): void;
|
|
136
136
|
protected hasActiveButton(): boolean | null;
|
|
137
137
|
private handleKeyDown;
|
|
138
|
+
private revertToNowButton;
|
|
139
|
+
private handleNowKeyDown;
|
|
138
140
|
private handleAccept;
|
|
139
141
|
private handleReject;
|
|
140
142
|
private handleNowClick;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ListItem } from './ListItem';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DateFormatPart } from '@progress/kendo-react-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DateInputFormatPlaceholder } from '../../dateinput/models/format-placeholder';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { type TimePickerIncrementalSteps } from './IncrementalSteps';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-react-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-react-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-react-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { IntlService } from '@progress/kendo-react-intl';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { DayPeriodService } from './DayPeriodService';
|
package/timepicker/utils.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
package/utils.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { SelectionRange } from './calendar/models/SelectionRange';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { RowHeightService } from './RowHeightService';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { RowHeightService } from './RowHeightService';
|