@progress/kendo-react-dateinputs 9.2.0-develop.9 → 9.3.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/index.mjs CHANGED
@@ -6,15 +6,15 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  "use client";
9
- import { Calendar as t, CalendarPropsContext as o, CalendarWithoutContext as i } from "./calendar/components/Calendar.mjs";
9
+ import { Calendar as o, CalendarPropsContext as t, CalendarWithoutContext as a } from "./calendar/components/Calendar.mjs";
10
10
  import { DateInput as m, DateInputPropsContext as p, DateInputWithoutContext as x } from "./dateinput/DateInput.mjs";
11
- import { DatePicker as f, DatePickerPropsContext as c, DatePickerWithoutContext as l } from "./datepicker/DatePicker.mjs";
12
- import { TimePicker as s, TimePickerPropsContext as d, TimePickerWithoutContext as u } from "./timepicker/TimePicker.mjs";
11
+ import { DatePicker as f, DatePickerPropsContext as c, datePickerDefaultProps as l } from "./datepicker/DatePicker.mjs";
12
+ import { TimePicker as C, TimePickerPropsContext as d, TimePickerWithoutContext as u } from "./timepicker/TimePicker.mjs";
13
13
  import { MultiViewCalendar as S, MultiViewCalendarPropsContext as T, MultiViewCalendarWithoutContext as D } from "./calendar/components/MultiViewCalendar.mjs";
14
14
  import { DateRangePicker as k, DateRangePickerPropsContext as v, DateRangePickerWithoutContext as M } from "./daterangepicker/DateRangePicker.mjs";
15
15
  import { CalendarCell as w } from "./calendar/components/CalendarCell.mjs";
16
16
  import { CalendarWeekCell as I } from "./calendar/components/CalendarWeekCell.mjs";
17
- import { CalendarHeaderTitle as h } from "./calendar/components/CalendarHeaderTitle.mjs";
17
+ import { CalendarHeaderTitle as N } from "./calendar/components/CalendarHeaderTitle.mjs";
18
18
  import { CalendarNavigationItem as y } from "./calendar/components/CalendarNavigationItem.mjs";
19
19
  import { Action as _ } from "./calendar/models/NavigationAction.mjs";
20
20
  import { CalendarViewEnum as L } from "./calendar/models/CalendarViewEnum.mjs";
@@ -26,15 +26,15 @@ import { Header as J } from "./calendar/components/Header.mjs";
26
26
  import { TimeList as Q } from "./timepicker/TimeList.mjs";
27
27
  import { TimePart as Z } from "./timepicker/TimePart.mjs";
28
28
  import { TodayCommand as ee } from "./calendar/components/TodayCommand.mjs";
29
- import { messages as te, decreaseValue as oe, end as ie, increaseValue as ae, separator as me, start as pe, swapStartEnd as xe, today as ne, toggleCalendar as fe, toggleDateTimeSelector as ce } from "./messages/index.mjs";
30
- import { ViewList as Ce } from "./calendar/components/ViewList.mjs";
29
+ import { messages as oe, decreaseValue as te, end as ae, increaseValue as ie, separator as me, start as pe, swapStartEnd as xe, today as ne, toggleCalendar as fe, toggleDateTimeSelector as ce } from "./messages/index.mjs";
30
+ import { ViewList as se } from "./calendar/components/ViewList.mjs";
31
31
  import { Virtualization as de } from "./virtualization/Virtualization.mjs";
32
32
  import { HorizontalViewList as Pe } from "./calendar/components/HorizontalViewList.mjs";
33
33
  import { TimeSelector as Te } from "./timepicker/TimeSelector.mjs";
34
34
  import { MAX_DATE as ge, MAX_TIME as ke, MIN_DATE as ve, MIN_TIME as Me, getToday as Ve } from "./utils.mjs";
35
35
  import { getNow as Ee } from "./timepicker/utils.mjs";
36
36
  import { DayPeriodService as We } from "./timepicker/services/DayPeriodService.mjs";
37
- import { HoursService as Ne } from "./timepicker/services/HoursService.mjs";
37
+ import { HoursService as he } from "./timepicker/services/HoursService.mjs";
38
38
  import { MinutesService as Ae } from "./timepicker/services/MinutesService.mjs";
39
39
  import { SecondsService as He } from "./timepicker/services/SecondsService.mjs";
40
40
  import { BusViewService as Re } from "./calendar/services/BusViewService.mjs";
@@ -49,14 +49,14 @@ import { YearViewService as $e } from "./calendar/services/YearViewService.mjs";
49
49
  export {
50
50
  _ as Action,
51
51
  Re as BusViewService,
52
- t as Calendar,
52
+ o as Calendar,
53
53
  w as CalendarCell,
54
- h as CalendarHeaderTitle,
54
+ N as CalendarHeaderTitle,
55
55
  y as CalendarNavigationItem,
56
- o as CalendarPropsContext,
56
+ t as CalendarPropsContext,
57
57
  L as CalendarViewEnum,
58
58
  I as CalendarWeekCell,
59
- i as CalendarWithoutContext,
59
+ a as CalendarWithoutContext,
60
60
  Be as CenturyViewService,
61
61
  Ge as DOMService,
62
62
  m as DateInput,
@@ -64,7 +64,6 @@ export {
64
64
  x as DateInputWithoutContext,
65
65
  f as DatePicker,
66
66
  c as DatePickerPropsContext,
67
- l as DatePickerWithoutContext,
68
67
  k as DateRangePicker,
69
68
  v as DateRangePickerPropsContext,
70
69
  M as DateRangePickerWithoutContext,
@@ -76,7 +75,7 @@ export {
76
75
  z as EMPTY_SELECTIONRANGE,
77
76
  J as Header,
78
77
  Pe as HorizontalViewList,
79
- Ne as HoursService,
78
+ he as HoursService,
80
79
  ge as MAX_DATE,
81
80
  ke as MAX_TIME,
82
81
  ve as MIN_DATE,
@@ -92,22 +91,23 @@ export {
92
91
  He as SecondsService,
93
92
  Q as TimeList,
94
93
  Z as TimePart,
95
- s as TimePicker,
94
+ C as TimePicker,
96
95
  d as TimePickerPropsContext,
97
96
  u as TimePickerWithoutContext,
98
97
  Te as TimeSelector,
99
98
  ee as TodayCommand,
100
99
  b as ToggleButton,
101
- Ce as ViewList,
100
+ se as ViewList,
102
101
  de as Virtualization,
103
102
  Ue as WeekNamesService,
104
103
  $e as YearViewService,
105
- te as dateInputsMessages,
106
- oe as decreaseValue,
107
- ie as end,
104
+ oe as dateInputsMessages,
105
+ l as datePickerDefaultProps,
106
+ te as decreaseValue,
107
+ ae as end,
108
108
  Ee as getNow,
109
109
  Ve as getToday,
110
- ae as increaseValue,
110
+ ie as increaseValue,
111
111
  me as separator,
112
112
  pe as start,
113
113
  xe as swapStartEnd,
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-dateinputs",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1737042252,
13
+ publishDate: 1737384966,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-dateinputs",
3
- "version": "9.2.0-develop.9",
3
+ "version": "9.3.0-develop.1",
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",
@@ -25,12 +25,12 @@
25
25
  "@progress/kendo-date-math": "^1.4.0",
26
26
  "@progress/kendo-licensing": "^1.3.4",
27
27
  "@progress/kendo-dateinputs-common": "^0.4.0",
28
- "@progress/kendo-react-buttons": "9.2.0-develop.9",
29
- "@progress/kendo-react-common": "9.2.0-develop.9",
30
- "@progress/kendo-react-intl": "9.2.0-develop.9",
31
- "@progress/kendo-react-labels": "9.2.0-develop.9",
32
- "@progress/kendo-react-layout": "9.2.0-develop.9",
33
- "@progress/kendo-react-popup": "9.2.0-develop.9",
28
+ "@progress/kendo-react-buttons": "9.3.0-develop.1",
29
+ "@progress/kendo-react-common": "9.3.0-develop.1",
30
+ "@progress/kendo-react-intl": "9.3.0-develop.1",
31
+ "@progress/kendo-react-labels": "9.3.0-develop.1",
32
+ "@progress/kendo-react-layout": "9.3.0-develop.1",
33
+ "@progress/kendo-react-popup": "9.3.0-develop.1",
34
34
  "@progress/kendo-svg-icons": "^4.0.0",
35
35
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
36
36
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"