@mui/x-date-pickers 7.14.0 → 7.16.0

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 (542) hide show
  1. package/AdapterDateFns/AdapterDateFns.js +1 -1
  2. package/AdapterDateFns/index.js +1 -1
  3. package/AdapterDateFnsBase/index.js +1 -1
  4. package/AdapterDateFnsJalali/AdapterDateFnsJalali.js +1 -1
  5. package/AdapterDateFnsJalali/index.js +1 -1
  6. package/AdapterDateFnsJalaliV3/AdapterDateFnsJalaliV3.js +1 -1
  7. package/AdapterDateFnsJalaliV3/index.js +1 -1
  8. package/AdapterDateFnsV3/AdapterDateFnsV3.js +1 -1
  9. package/AdapterDateFnsV3/index.js +1 -1
  10. package/AdapterDayjs/AdapterDayjs.js +5 -6
  11. package/AdapterDayjs/index.js +1 -1
  12. package/AdapterLuxon/AdapterLuxon.js +4 -5
  13. package/AdapterLuxon/index.js +1 -1
  14. package/AdapterMoment/AdapterMoment.js +4 -5
  15. package/AdapterMoment/index.js +1 -1
  16. package/AdapterMomentHijri/AdapterMomentHijri.js +1 -1
  17. package/AdapterMomentHijri/index.js +1 -1
  18. package/AdapterMomentJalaali/AdapterMomentJalaali.js +1 -1
  19. package/AdapterMomentJalaali/index.js +1 -1
  20. package/CHANGELOG.md +167 -1
  21. package/DateCalendar/DateCalendar.js +16 -16
  22. package/DateCalendar/DayCalendar.js +9 -10
  23. package/DateCalendar/PickersFadeTransitionGroup.js +1 -1
  24. package/DateCalendar/PickersSlideTransition.js +1 -1
  25. package/DateCalendar/index.js +5 -5
  26. package/DateCalendar/useCalendarState.js +4 -4
  27. package/DateCalendar/useIsDateDisabled.js +2 -2
  28. package/DateField/DateField.js +13 -11
  29. package/DateField/index.js +2 -2
  30. package/DateField/useDateField.js +5 -5
  31. package/DatePicker/DatePicker.js +14 -14
  32. package/DatePicker/DatePickerToolbar.js +5 -5
  33. package/DatePicker/index.js +3 -3
  34. package/DatePicker/shared.js +4 -4
  35. package/DateTimeField/DateTimeField.js +13 -11
  36. package/DateTimeField/index.js +2 -2
  37. package/DateTimeField/useDateTimeField.js +5 -5
  38. package/DateTimePicker/DateTimePicker.js +14 -14
  39. package/DateTimePicker/DateTimePickerTabs.js +4 -4
  40. package/DateTimePicker/DateTimePickerToolbar.js +11 -11
  41. package/DateTimePicker/index.js +5 -5
  42. package/DateTimePicker/shared.js +5 -5
  43. package/DayCalendarSkeleton/DayCalendarSkeleton.js +2 -2
  44. package/DayCalendarSkeleton/index.js +2 -2
  45. package/DesktopDatePicker/DesktopDatePicker.js +22 -22
  46. package/DesktopDatePicker/index.js +1 -1
  47. package/DesktopDateTimePicker/DesktopDateTimePicker.js +29 -29
  48. package/DesktopDateTimePicker/DesktopDateTimePickerLayout.js +1 -1
  49. package/DesktopDateTimePicker/index.js +2 -2
  50. package/DesktopTimePicker/DesktopTimePicker.js +23 -23
  51. package/DesktopTimePicker/index.js +1 -1
  52. package/DigitalClock/DigitalClock.js +11 -11
  53. package/DigitalClock/index.js +2 -2
  54. package/LocalizationProvider/index.js +1 -1
  55. package/MobileDatePicker/MobileDatePicker.js +21 -21
  56. package/MobileDatePicker/index.js +1 -1
  57. package/MobileDateTimePicker/MobileDateTimePicker.js +22 -22
  58. package/MobileDateTimePicker/index.js +1 -1
  59. package/MobileTimePicker/MobileTimePicker.js +21 -21
  60. package/MobileTimePicker/index.js +1 -1
  61. package/MonthCalendar/MonthCalendar.js +8 -8
  62. package/MonthCalendar/PickersMonth.js +1 -1
  63. package/MonthCalendar/index.js +3 -3
  64. package/MultiSectionDigitalClock/MultiSectionDigitalClock.js +17 -17
  65. package/MultiSectionDigitalClock/MultiSectionDigitalClockSection.js +2 -2
  66. package/MultiSectionDigitalClock/index.js +3 -3
  67. package/PickersActionBar/PickersActionBar.js +1 -1
  68. package/PickersActionBar/index.js +1 -1
  69. package/PickersCalendarHeader/PickersCalendarHeader.js +7 -7
  70. package/PickersCalendarHeader/index.js +2 -2
  71. package/PickersDay/PickersDay.js +3 -3
  72. package/PickersDay/index.js +2 -2
  73. package/PickersLayout/PickersLayout.js +2 -2
  74. package/PickersLayout/index.js +3 -3
  75. package/PickersLayout/usePickerLayout.js +3 -3
  76. package/PickersSectionList/PickersSectionList.js +1 -1
  77. package/PickersSectionList/index.js +2 -2
  78. package/PickersShortcuts/PickersShortcuts.js +1 -1
  79. package/PickersShortcuts/index.js +1 -1
  80. package/PickersTextField/PickersFilledInput/PickersFilledInput.js +3 -3
  81. package/PickersTextField/PickersFilledInput/index.js +2 -2
  82. package/PickersTextField/PickersFilledInput/pickersFilledInputClasses.js +1 -1
  83. package/PickersTextField/PickersInput/PickersInput.js +3 -3
  84. package/PickersTextField/PickersInput/index.js +2 -2
  85. package/PickersTextField/PickersInput/pickersInputClasses.js +1 -1
  86. package/PickersTextField/PickersInputBase/PickersInputBase.js +2 -2
  87. package/PickersTextField/PickersInputBase/index.js +2 -2
  88. package/PickersTextField/PickersOutlinedInput/PickersOutlinedInput.js +4 -4
  89. package/PickersTextField/PickersOutlinedInput/index.js +2 -2
  90. package/PickersTextField/PickersOutlinedInput/pickersOutlinedInputClasses.js +1 -1
  91. package/PickersTextField/PickersTextField.js +4 -4
  92. package/PickersTextField/index.js +6 -6
  93. package/StaticDatePicker/StaticDatePicker.js +16 -16
  94. package/StaticDatePicker/index.js +1 -1
  95. package/StaticDateTimePicker/StaticDateTimePicker.js +17 -17
  96. package/StaticDateTimePicker/index.js +1 -1
  97. package/StaticTimePicker/StaticTimePicker.js +16 -16
  98. package/StaticTimePicker/index.js +1 -1
  99. package/TimeClock/Clock.js +9 -8
  100. package/TimeClock/ClockNumber.js +2 -2
  101. package/TimeClock/ClockNumbers.js +2 -2
  102. package/TimeClock/ClockPointer.js +2 -2
  103. package/TimeClock/TimeClock.js +14 -14
  104. package/TimeClock/index.js +5 -5
  105. package/TimeField/TimeField.js +13 -11
  106. package/TimeField/index.js +2 -2
  107. package/TimeField/useTimeField.js +5 -5
  108. package/TimePicker/TimePicker.js +14 -14
  109. package/TimePicker/TimePickerToolbar.js +9 -9
  110. package/TimePicker/index.js +3 -3
  111. package/TimePicker/shared.js +3 -3
  112. package/YearCalendar/PickersYear.js +1 -1
  113. package/YearCalendar/YearCalendar.js +8 -8
  114. package/YearCalendar/index.js +3 -3
  115. package/dateViewRenderers/dateViewRenderers.js +2 -2
  116. package/dateViewRenderers/index.js +1 -1
  117. package/hooks/index.js +2 -2
  118. package/hooks/useClearableField.js +2 -2
  119. package/hooks/usePickersTranslations.js +1 -1
  120. package/icons/index.js +8 -8
  121. package/index.js +38 -38
  122. package/internals/components/PickerViewRoot/PickerViewRoot.js +1 -1
  123. package/internals/components/PickerViewRoot/index.js +1 -1
  124. package/internals/components/PickersArrowSwitcher/PickersArrowSwitcher.js +2 -2
  125. package/internals/components/PickersArrowSwitcher/index.js +2 -2
  126. package/internals/components/PickersModalDialog.js +1 -1
  127. package/internals/components/PickersPopper.js +3 -3
  128. package/internals/components/PickersToolbar.js +1 -1
  129. package/internals/components/PickersToolbarButton.js +2 -2
  130. package/internals/components/PickersToolbarText.js +1 -1
  131. package/internals/demo/DemoContainer.js +3 -3
  132. package/internals/demo/index.js +1 -1
  133. package/internals/hooks/date-helpers-hooks.js +2 -2
  134. package/internals/hooks/defaultizedFieldProps.js +2 -2
  135. package/internals/hooks/useClockReferenceDate.js +3 -3
  136. package/internals/hooks/useDesktopPicker/index.js +1 -1
  137. package/internals/hooks/useDesktopPicker/useDesktopPicker.js +16 -6
  138. package/internals/hooks/useDesktopPicker/useDesktopPicker.types.d.ts +4 -1
  139. package/internals/hooks/useField/buildSectionsFromFormat.js +1 -1
  140. package/internals/hooks/useField/index.js +2 -2
  141. package/internals/hooks/useField/useField.js +7 -7
  142. package/internals/hooks/useField/useField.types.d.ts +9 -7
  143. package/internals/hooks/useField/useField.utils.js +1 -1
  144. package/internals/hooks/useField/useFieldCharacterEditing.js +2 -2
  145. package/internals/hooks/useField/useFieldState.js +6 -6
  146. package/internals/hooks/useField/useFieldV6TextField.js +2 -2
  147. package/internals/hooks/useField/useFieldV7TextField.js +4 -4
  148. package/internals/hooks/useIsLandscape.js +1 -1
  149. package/internals/hooks/useMobilePicker/index.js +1 -1
  150. package/internals/hooks/useMobilePicker/useMobilePicker.js +6 -6
  151. package/internals/hooks/usePicker/index.js +1 -1
  152. package/internals/hooks/usePicker/usePicker.js +4 -4
  153. package/internals/hooks/usePicker/usePickerLayoutProps.js +1 -1
  154. package/internals/hooks/usePicker/usePickerValue.js +4 -4
  155. package/internals/hooks/usePicker/usePickerValue.types.d.ts +11 -11
  156. package/internals/hooks/usePicker/usePickerViews.js +2 -2
  157. package/internals/hooks/useStaticPicker/index.js +1 -1
  158. package/internals/hooks/useStaticPicker/useStaticPicker.js +4 -4
  159. package/internals/hooks/useUtils.js +2 -2
  160. package/internals/hooks/useValidation.d.ts +8 -8
  161. package/internals/hooks/useValidation.js +1 -1
  162. package/internals/hooks/useValueWithTimezone.js +1 -1
  163. package/internals/hooks/useViews.d.ts +1 -1
  164. package/internals/index.js +36 -36
  165. package/internals/models/index.js +2 -2
  166. package/internals/utils/date-time-utils.d.ts +1 -1
  167. package/internals/utils/date-time-utils.js +5 -5
  168. package/internals/utils/date-utils.js +1 -1
  169. package/internals/utils/fields.js +1 -1
  170. package/internals/utils/getDefaultReferenceDate.js +2 -2
  171. package/internals/utils/time-utils.js +1 -1
  172. package/internals/utils/validation/validateDate.js +1 -1
  173. package/internals/utils/validation/validateDateTime.js +2 -2
  174. package/internals/utils/validation/validateTime.js +1 -1
  175. package/internals/utils/valueManagers.js +3 -3
  176. package/locales/beBY.js +1 -1
  177. package/locales/caES.js +1 -1
  178. package/locales/csCZ.js +1 -1
  179. package/locales/daDK.js +1 -1
  180. package/locales/deDE.js +1 -1
  181. package/locales/elGR.js +1 -1
  182. package/locales/enUS.js +1 -1
  183. package/locales/esES.js +1 -1
  184. package/locales/eu.js +1 -1
  185. package/locales/faIR.js +1 -1
  186. package/locales/fiFI.js +1 -1
  187. package/locales/frFR.js +1 -1
  188. package/locales/heIL.js +1 -1
  189. package/locales/huHU.js +1 -1
  190. package/locales/index.js +36 -36
  191. package/locales/isIS.js +1 -1
  192. package/locales/itIT.js +1 -1
  193. package/locales/jaJP.js +1 -1
  194. package/locales/koKR.js +1 -1
  195. package/locales/kzKZ.js +1 -1
  196. package/locales/mk.js +1 -1
  197. package/locales/nbNO.js +1 -1
  198. package/locales/nlNL.js +1 -1
  199. package/locales/nnNO.js +1 -1
  200. package/locales/plPL.js +1 -1
  201. package/locales/ptBR.js +1 -1
  202. package/locales/roRO.js +1 -1
  203. package/locales/ruRU.js +1 -1
  204. package/locales/skSK.js +1 -1
  205. package/locales/svSE.js +1 -1
  206. package/locales/trTR.js +1 -1
  207. package/locales/ukUA.js +1 -1
  208. package/locales/urPK.js +1 -1
  209. package/locales/viVN.js +1 -1
  210. package/locales/zhCN.js +1 -1
  211. package/locales/zhHK.js +1 -1
  212. package/models/index.d.ts +1 -0
  213. package/models/index.js +10 -7
  214. package/modern/AdapterDateFns/AdapterDateFns.js +1 -1
  215. package/modern/AdapterDateFns/index.js +1 -1
  216. package/modern/AdapterDateFnsBase/index.js +1 -1
  217. package/modern/AdapterDateFnsJalali/AdapterDateFnsJalali.js +1 -1
  218. package/modern/AdapterDateFnsJalali/index.js +1 -1
  219. package/modern/AdapterDateFnsJalaliV3/AdapterDateFnsJalaliV3.js +1 -1
  220. package/modern/AdapterDateFnsJalaliV3/index.js +1 -1
  221. package/modern/AdapterDateFnsV3/AdapterDateFnsV3.js +1 -1
  222. package/modern/AdapterDateFnsV3/index.js +1 -1
  223. package/modern/AdapterDayjs/AdapterDayjs.js +5 -6
  224. package/modern/AdapterDayjs/index.js +1 -1
  225. package/modern/AdapterLuxon/AdapterLuxon.js +4 -5
  226. package/modern/AdapterLuxon/index.js +1 -1
  227. package/modern/AdapterMoment/AdapterMoment.js +4 -5
  228. package/modern/AdapterMoment/index.js +1 -1
  229. package/modern/AdapterMomentHijri/AdapterMomentHijri.js +1 -1
  230. package/modern/AdapterMomentHijri/index.js +1 -1
  231. package/modern/AdapterMomentJalaali/AdapterMomentJalaali.js +1 -1
  232. package/modern/AdapterMomentJalaali/index.js +1 -1
  233. package/modern/DateCalendar/DateCalendar.js +16 -16
  234. package/modern/DateCalendar/DayCalendar.js +9 -10
  235. package/modern/DateCalendar/PickersFadeTransitionGroup.js +1 -1
  236. package/modern/DateCalendar/PickersSlideTransition.js +1 -1
  237. package/modern/DateCalendar/index.js +5 -5
  238. package/modern/DateCalendar/useCalendarState.js +4 -4
  239. package/modern/DateCalendar/useIsDateDisabled.js +2 -2
  240. package/modern/DateField/DateField.js +13 -11
  241. package/modern/DateField/index.js +2 -2
  242. package/modern/DateField/useDateField.js +5 -5
  243. package/modern/DatePicker/DatePicker.js +14 -14
  244. package/modern/DatePicker/DatePickerToolbar.js +5 -5
  245. package/modern/DatePicker/index.js +3 -3
  246. package/modern/DatePicker/shared.js +4 -4
  247. package/modern/DateTimeField/DateTimeField.js +13 -11
  248. package/modern/DateTimeField/index.js +2 -2
  249. package/modern/DateTimeField/useDateTimeField.js +5 -5
  250. package/modern/DateTimePicker/DateTimePicker.js +14 -14
  251. package/modern/DateTimePicker/DateTimePickerTabs.js +4 -4
  252. package/modern/DateTimePicker/DateTimePickerToolbar.js +11 -11
  253. package/modern/DateTimePicker/index.js +5 -5
  254. package/modern/DateTimePicker/shared.js +5 -5
  255. package/modern/DayCalendarSkeleton/DayCalendarSkeleton.js +2 -2
  256. package/modern/DayCalendarSkeleton/index.js +2 -2
  257. package/modern/DesktopDatePicker/DesktopDatePicker.js +22 -22
  258. package/modern/DesktopDatePicker/index.js +1 -1
  259. package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +29 -29
  260. package/modern/DesktopDateTimePicker/DesktopDateTimePickerLayout.js +1 -1
  261. package/modern/DesktopDateTimePicker/index.js +2 -2
  262. package/modern/DesktopTimePicker/DesktopTimePicker.js +23 -23
  263. package/modern/DesktopTimePicker/index.js +1 -1
  264. package/modern/DigitalClock/DigitalClock.js +11 -11
  265. package/modern/DigitalClock/index.js +2 -2
  266. package/modern/LocalizationProvider/index.js +1 -1
  267. package/modern/MobileDatePicker/MobileDatePicker.js +21 -21
  268. package/modern/MobileDatePicker/index.js +1 -1
  269. package/modern/MobileDateTimePicker/MobileDateTimePicker.js +22 -22
  270. package/modern/MobileDateTimePicker/index.js +1 -1
  271. package/modern/MobileTimePicker/MobileTimePicker.js +21 -21
  272. package/modern/MobileTimePicker/index.js +1 -1
  273. package/modern/MonthCalendar/MonthCalendar.js +8 -8
  274. package/modern/MonthCalendar/PickersMonth.js +1 -1
  275. package/modern/MonthCalendar/index.js +3 -3
  276. package/modern/MultiSectionDigitalClock/MultiSectionDigitalClock.js +17 -17
  277. package/modern/MultiSectionDigitalClock/MultiSectionDigitalClockSection.js +2 -2
  278. package/modern/MultiSectionDigitalClock/index.js +3 -3
  279. package/modern/PickersActionBar/PickersActionBar.js +1 -1
  280. package/modern/PickersActionBar/index.js +1 -1
  281. package/modern/PickersCalendarHeader/PickersCalendarHeader.js +7 -7
  282. package/modern/PickersCalendarHeader/index.js +2 -2
  283. package/modern/PickersDay/PickersDay.js +3 -3
  284. package/modern/PickersDay/index.js +2 -2
  285. package/modern/PickersLayout/PickersLayout.js +2 -2
  286. package/modern/PickersLayout/index.js +3 -3
  287. package/modern/PickersLayout/usePickerLayout.js +3 -3
  288. package/modern/PickersSectionList/PickersSectionList.js +1 -1
  289. package/modern/PickersSectionList/index.js +2 -2
  290. package/modern/PickersShortcuts/PickersShortcuts.js +1 -1
  291. package/modern/PickersShortcuts/index.js +1 -1
  292. package/modern/PickersTextField/PickersFilledInput/PickersFilledInput.js +3 -3
  293. package/modern/PickersTextField/PickersFilledInput/index.js +2 -2
  294. package/modern/PickersTextField/PickersFilledInput/pickersFilledInputClasses.js +1 -1
  295. package/modern/PickersTextField/PickersInput/PickersInput.js +3 -3
  296. package/modern/PickersTextField/PickersInput/index.js +2 -2
  297. package/modern/PickersTextField/PickersInput/pickersInputClasses.js +1 -1
  298. package/modern/PickersTextField/PickersInputBase/PickersInputBase.js +2 -2
  299. package/modern/PickersTextField/PickersInputBase/index.js +2 -2
  300. package/modern/PickersTextField/PickersOutlinedInput/PickersOutlinedInput.js +4 -4
  301. package/modern/PickersTextField/PickersOutlinedInput/index.js +2 -2
  302. package/modern/PickersTextField/PickersOutlinedInput/pickersOutlinedInputClasses.js +1 -1
  303. package/modern/PickersTextField/PickersTextField.js +4 -4
  304. package/modern/PickersTextField/index.js +6 -6
  305. package/modern/StaticDatePicker/StaticDatePicker.js +16 -16
  306. package/modern/StaticDatePicker/index.js +1 -1
  307. package/modern/StaticDateTimePicker/StaticDateTimePicker.js +17 -17
  308. package/modern/StaticDateTimePicker/index.js +1 -1
  309. package/modern/StaticTimePicker/StaticTimePicker.js +16 -16
  310. package/modern/StaticTimePicker/index.js +1 -1
  311. package/modern/TimeClock/Clock.js +9 -8
  312. package/modern/TimeClock/ClockNumber.js +2 -2
  313. package/modern/TimeClock/ClockNumbers.js +2 -2
  314. package/modern/TimeClock/ClockPointer.js +2 -2
  315. package/modern/TimeClock/TimeClock.js +14 -14
  316. package/modern/TimeClock/index.js +5 -5
  317. package/modern/TimeField/TimeField.js +13 -11
  318. package/modern/TimeField/index.js +2 -2
  319. package/modern/TimeField/useTimeField.js +5 -5
  320. package/modern/TimePicker/TimePicker.js +14 -14
  321. package/modern/TimePicker/TimePickerToolbar.js +9 -9
  322. package/modern/TimePicker/index.js +3 -3
  323. package/modern/TimePicker/shared.js +3 -3
  324. package/modern/YearCalendar/PickersYear.js +1 -1
  325. package/modern/YearCalendar/YearCalendar.js +8 -8
  326. package/modern/YearCalendar/index.js +3 -3
  327. package/modern/dateViewRenderers/dateViewRenderers.js +2 -2
  328. package/modern/dateViewRenderers/index.js +1 -1
  329. package/modern/hooks/index.js +2 -2
  330. package/modern/hooks/useClearableField.js +2 -2
  331. package/modern/hooks/usePickersTranslations.js +1 -1
  332. package/modern/icons/index.js +8 -8
  333. package/modern/index.js +38 -38
  334. package/modern/internals/components/PickerViewRoot/PickerViewRoot.js +1 -1
  335. package/modern/internals/components/PickerViewRoot/index.js +1 -1
  336. package/modern/internals/components/PickersArrowSwitcher/PickersArrowSwitcher.js +2 -2
  337. package/modern/internals/components/PickersArrowSwitcher/index.js +2 -2
  338. package/modern/internals/components/PickersModalDialog.js +1 -1
  339. package/modern/internals/components/PickersPopper.js +3 -3
  340. package/modern/internals/components/PickersToolbar.js +1 -1
  341. package/modern/internals/components/PickersToolbarButton.js +2 -2
  342. package/modern/internals/components/PickersToolbarText.js +1 -1
  343. package/modern/internals/demo/DemoContainer.js +3 -3
  344. package/modern/internals/demo/index.js +1 -1
  345. package/modern/internals/hooks/date-helpers-hooks.js +2 -2
  346. package/modern/internals/hooks/defaultizedFieldProps.js +2 -2
  347. package/modern/internals/hooks/useClockReferenceDate.js +3 -3
  348. package/modern/internals/hooks/useDesktopPicker/index.js +1 -1
  349. package/modern/internals/hooks/useDesktopPicker/useDesktopPicker.js +16 -6
  350. package/modern/internals/hooks/useField/buildSectionsFromFormat.js +1 -1
  351. package/modern/internals/hooks/useField/index.js +2 -2
  352. package/modern/internals/hooks/useField/useField.js +7 -7
  353. package/modern/internals/hooks/useField/useField.utils.js +1 -1
  354. package/modern/internals/hooks/useField/useFieldCharacterEditing.js +2 -2
  355. package/modern/internals/hooks/useField/useFieldState.js +6 -6
  356. package/modern/internals/hooks/useField/useFieldV6TextField.js +2 -2
  357. package/modern/internals/hooks/useField/useFieldV7TextField.js +4 -4
  358. package/modern/internals/hooks/useIsLandscape.js +1 -1
  359. package/modern/internals/hooks/useMobilePicker/index.js +1 -1
  360. package/modern/internals/hooks/useMobilePicker/useMobilePicker.js +6 -6
  361. package/modern/internals/hooks/usePicker/index.js +1 -1
  362. package/modern/internals/hooks/usePicker/usePicker.js +4 -4
  363. package/modern/internals/hooks/usePicker/usePickerLayoutProps.js +1 -1
  364. package/modern/internals/hooks/usePicker/usePickerValue.js +4 -4
  365. package/modern/internals/hooks/usePicker/usePickerViews.js +2 -2
  366. package/modern/internals/hooks/useStaticPicker/index.js +1 -1
  367. package/modern/internals/hooks/useStaticPicker/useStaticPicker.js +4 -4
  368. package/modern/internals/hooks/useUtils.js +2 -2
  369. package/modern/internals/hooks/useValidation.js +1 -1
  370. package/modern/internals/hooks/useValueWithTimezone.js +1 -1
  371. package/modern/internals/index.js +36 -36
  372. package/modern/internals/models/index.js +2 -2
  373. package/modern/internals/utils/date-time-utils.js +5 -5
  374. package/modern/internals/utils/date-utils.js +1 -1
  375. package/modern/internals/utils/fields.js +1 -1
  376. package/modern/internals/utils/getDefaultReferenceDate.js +2 -2
  377. package/modern/internals/utils/time-utils.js +1 -1
  378. package/modern/internals/utils/validation/validateDate.js +1 -1
  379. package/modern/internals/utils/validation/validateDateTime.js +2 -2
  380. package/modern/internals/utils/validation/validateTime.js +1 -1
  381. package/modern/internals/utils/valueManagers.js +3 -3
  382. package/modern/locales/beBY.js +1 -1
  383. package/modern/locales/caES.js +1 -1
  384. package/modern/locales/csCZ.js +1 -1
  385. package/modern/locales/daDK.js +1 -1
  386. package/modern/locales/deDE.js +1 -1
  387. package/modern/locales/elGR.js +1 -1
  388. package/modern/locales/enUS.js +1 -1
  389. package/modern/locales/esES.js +1 -1
  390. package/modern/locales/eu.js +1 -1
  391. package/modern/locales/faIR.js +1 -1
  392. package/modern/locales/fiFI.js +1 -1
  393. package/modern/locales/frFR.js +1 -1
  394. package/modern/locales/heIL.js +1 -1
  395. package/modern/locales/huHU.js +1 -1
  396. package/modern/locales/index.js +36 -36
  397. package/modern/locales/isIS.js +1 -1
  398. package/modern/locales/itIT.js +1 -1
  399. package/modern/locales/jaJP.js +1 -1
  400. package/modern/locales/koKR.js +1 -1
  401. package/modern/locales/kzKZ.js +1 -1
  402. package/modern/locales/mk.js +1 -1
  403. package/modern/locales/nbNO.js +1 -1
  404. package/modern/locales/nlNL.js +1 -1
  405. package/modern/locales/nnNO.js +1 -1
  406. package/modern/locales/plPL.js +1 -1
  407. package/modern/locales/ptBR.js +1 -1
  408. package/modern/locales/roRO.js +1 -1
  409. package/modern/locales/ruRU.js +1 -1
  410. package/modern/locales/skSK.js +1 -1
  411. package/modern/locales/svSE.js +1 -1
  412. package/modern/locales/trTR.js +1 -1
  413. package/modern/locales/ukUA.js +1 -1
  414. package/modern/locales/urPK.js +1 -1
  415. package/modern/locales/viVN.js +1 -1
  416. package/modern/locales/zhCN.js +1 -1
  417. package/modern/locales/zhHK.js +1 -1
  418. package/modern/models/index.js +10 -7
  419. package/modern/themeAugmentation/index.js +0 -3
  420. package/modern/timeViewRenderers/index.js +1 -1
  421. package/modern/timeViewRenderers/timeViewRenderers.js +4 -4
  422. package/node/AdapterDateFns/AdapterDateFns.js +1 -1
  423. package/node/AdapterDateFnsBase/AdapterDateFnsBase.js +1 -1
  424. package/node/AdapterDateFnsJalali/AdapterDateFnsJalali.js +1 -1
  425. package/node/AdapterDateFnsJalaliV3/AdapterDateFnsJalaliV3.js +1 -1
  426. package/node/AdapterDayjs/AdapterDayjs.js +5 -6
  427. package/node/AdapterLuxon/AdapterLuxon.js +5 -6
  428. package/node/AdapterMoment/AdapterMoment.js +5 -6
  429. package/node/AdapterMomentHijri/AdapterMomentHijri.js +1 -1
  430. package/node/AdapterMomentJalaali/AdapterMomentJalaali.js +1 -1
  431. package/node/DateCalendar/DateCalendar.js +3 -4
  432. package/node/DateCalendar/DayCalendar.js +3 -5
  433. package/node/DateCalendar/PickersFadeTransitionGroup.js +2 -3
  434. package/node/DateCalendar/PickersSlideTransition.js +2 -3
  435. package/node/DateCalendar/useCalendarState.js +2 -3
  436. package/node/DateCalendar/useIsDateDisabled.js +1 -2
  437. package/node/DateField/DateField.js +11 -10
  438. package/node/DatePicker/DatePicker.js +13 -14
  439. package/node/DatePicker/DatePickerToolbar.js +2 -3
  440. package/node/DatePicker/shared.js +2 -3
  441. package/node/DateTimeField/DateTimeField.js +11 -10
  442. package/node/DateTimePicker/DateTimePicker.js +13 -14
  443. package/node/DateTimePicker/DateTimePickerTabs.js +2 -3
  444. package/node/DateTimePicker/DateTimePickerToolbar.js +2 -3
  445. package/node/DateTimePicker/shared.js +2 -3
  446. package/node/DayCalendarSkeleton/DayCalendarSkeleton.js +2 -3
  447. package/node/DesktopDatePicker/DesktopDatePicker.js +13 -14
  448. package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +13 -14
  449. package/node/DesktopDateTimePicker/DesktopDateTimePickerLayout.js +2 -3
  450. package/node/DesktopTimePicker/DesktopTimePicker.js +13 -14
  451. package/node/DigitalClock/DigitalClock.js +3 -4
  452. package/node/DigitalClock/digitalClockClasses.js +1 -1
  453. package/node/LocalizationProvider/LocalizationProvider.js +2 -3
  454. package/node/MobileDatePicker/MobileDatePicker.js +13 -14
  455. package/node/MobileDateTimePicker/MobileDateTimePicker.js +13 -14
  456. package/node/MobileTimePicker/MobileTimePicker.js +13 -14
  457. package/node/MonthCalendar/MonthCalendar.js +2 -3
  458. package/node/MonthCalendar/PickersMonth.js +2 -3
  459. package/node/MultiSectionDigitalClock/MultiSectionDigitalClock.js +6 -7
  460. package/node/MultiSectionDigitalClock/MultiSectionDigitalClockSection.js +2 -3
  461. package/node/MultiSectionDigitalClock/multiSectionDigitalClockClasses.js +1 -1
  462. package/node/MultiSectionDigitalClock/multiSectionDigitalClockSectionClasses.js +1 -1
  463. package/node/PickersActionBar/PickersActionBar.js +2 -3
  464. package/node/PickersCalendarHeader/PickersCalendarHeader.js +2 -3
  465. package/node/PickersDay/PickersDay.js +2 -3
  466. package/node/PickersLayout/PickersLayout.js +2 -3
  467. package/node/PickersLayout/index.js +1 -1
  468. package/node/PickersLayout/pickersLayoutClasses.js +1 -1
  469. package/node/PickersLayout/usePickerLayout.js +2 -3
  470. package/node/PickersSectionList/PickersSectionList.js +2 -3
  471. package/node/PickersSectionList/pickersSectionListClasses.js +1 -1
  472. package/node/PickersShortcuts/PickersShortcuts.js +2 -3
  473. package/node/PickersTextField/PickersFilledInput/PickersFilledInput.js +2 -3
  474. package/node/PickersTextField/PickersFilledInput/pickersFilledInputClasses.js +1 -1
  475. package/node/PickersTextField/PickersInput/PickersInput.js +2 -3
  476. package/node/PickersTextField/PickersInput/pickersInputClasses.js +1 -1
  477. package/node/PickersTextField/PickersInputBase/PickersInputBase.js +2 -3
  478. package/node/PickersTextField/PickersInputBase/pickersInputBaseClasses.js +1 -1
  479. package/node/PickersTextField/PickersOutlinedInput/Outline.js +2 -3
  480. package/node/PickersTextField/PickersOutlinedInput/PickersOutlinedInput.js +2 -3
  481. package/node/PickersTextField/PickersOutlinedInput/pickersOutlinedInputClasses.js +1 -1
  482. package/node/PickersTextField/PickersTextField.js +2 -3
  483. package/node/PickersTextField/pickersTextFieldClasses.js +1 -1
  484. package/node/StaticDatePicker/StaticDatePicker.js +13 -14
  485. package/node/StaticDateTimePicker/StaticDateTimePicker.js +13 -14
  486. package/node/StaticTimePicker/StaticTimePicker.js +13 -14
  487. package/node/TimeClock/Clock.js +5 -5
  488. package/node/TimeClock/ClockNumber.js +2 -3
  489. package/node/TimeClock/ClockNumbers.js +2 -3
  490. package/node/TimeClock/ClockPointer.js +2 -3
  491. package/node/TimeClock/TimeClock.js +3 -4
  492. package/node/TimeField/TimeField.js +11 -10
  493. package/node/TimePicker/TimePicker.js +13 -14
  494. package/node/TimePicker/TimePickerToolbar.js +2 -3
  495. package/node/TimePicker/shared.js +2 -3
  496. package/node/YearCalendar/PickersYear.js +2 -3
  497. package/node/YearCalendar/YearCalendar.js +2 -3
  498. package/node/dateViewRenderers/dateViewRenderers.js +1 -2
  499. package/node/hooks/useClearableField.js +2 -3
  500. package/node/icons/index.js +9 -10
  501. package/node/index.js +1 -1
  502. package/node/internals/components/PickersArrowSwitcher/PickersArrowSwitcher.js +2 -3
  503. package/node/internals/components/PickersModalDialog.js +2 -3
  504. package/node/internals/components/PickersPopper.js +2 -3
  505. package/node/internals/components/PickersToolbar.js +2 -3
  506. package/node/internals/components/PickersToolbarButton.js +2 -3
  507. package/node/internals/components/PickersToolbarText.js +2 -3
  508. package/node/internals/demo/DemoContainer.js +4 -5
  509. package/node/internals/hooks/date-helpers-hooks.js +1 -2
  510. package/node/internals/hooks/defaultizedFieldProps.js +1 -1
  511. package/node/internals/hooks/useClockReferenceDate.js +1 -2
  512. package/node/internals/hooks/useDefaultReduceAnimations.js +1 -1
  513. package/node/internals/hooks/useDesktopPicker/useDesktopPicker.js +13 -4
  514. package/node/internals/hooks/useField/buildSectionsFromFormat.js +1 -1
  515. package/node/internals/hooks/useField/useField.js +2 -3
  516. package/node/internals/hooks/useField/useFieldCharacterEditing.js +2 -3
  517. package/node/internals/hooks/useField/useFieldState.js +2 -3
  518. package/node/internals/hooks/useField/useFieldV6TextField.js +2 -3
  519. package/node/internals/hooks/useField/useFieldV7TextField.js +2 -3
  520. package/node/internals/hooks/useIsLandscape.js +1 -2
  521. package/node/internals/hooks/useMobilePicker/useMobilePicker.js +2 -3
  522. package/node/internals/hooks/useOpenState.js +1 -2
  523. package/node/internals/hooks/usePicker/usePickerLayoutProps.js +1 -1
  524. package/node/internals/hooks/usePicker/usePickerValue.js +2 -3
  525. package/node/internals/hooks/usePicker/usePickerViews.js +2 -3
  526. package/node/internals/hooks/useStaticPicker/useStaticPicker.js +2 -3
  527. package/node/internals/hooks/useUtils.js +2 -3
  528. package/node/internals/hooks/useValidation.js +1 -2
  529. package/node/internals/hooks/useValueWithTimezone.js +2 -3
  530. package/node/internals/hooks/useViews.js +2 -3
  531. package/node/internals/utils/convertFieldResponseIntoMuiTextFieldProps.js +1 -1
  532. package/node/internals/utils/date-time-utils.js +4 -4
  533. package/node/internals/utils/fields.js +1 -1
  534. package/node/internals/utils/valueManagers.js +1 -1
  535. package/node/locales/utils/getPickersLocalization.js +1 -1
  536. package/node/themeAugmentation/index.js +1 -38
  537. package/node/timeViewRenderers/timeViewRenderers.js +1 -2
  538. package/package.json +6 -5
  539. package/themeAugmentation/index.d.ts +3 -3
  540. package/themeAugmentation/index.js +0 -3
  541. package/timeViewRenderers/index.js +1 -1
  542. package/timeViewRenderers/timeViewRenderers.js +4 -4
@@ -1,2 +1,2 @@
1
- export { PickersSectionList as Unstable_PickersSectionList, PickersSectionListRoot as Unstable_PickersSectionListRoot, PickersSectionListSection as Unstable_PickersSectionListSection, PickersSectionListSectionSeparator as Unstable_PickersSectionListSectionSeparator, PickersSectionListSectionContent as Unstable_PickersSectionListSectionContent } from './PickersSectionList';
2
- export { getPickersSectionListUtilityClass, pickersSectionListClasses } from './pickersSectionListClasses';
1
+ export { PickersSectionList as Unstable_PickersSectionList, PickersSectionListRoot as Unstable_PickersSectionListRoot, PickersSectionListSection as Unstable_PickersSectionListSection, PickersSectionListSectionSeparator as Unstable_PickersSectionListSectionSeparator, PickersSectionListSectionContent as Unstable_PickersSectionListSectionContent } from "./PickersSectionList.js";
2
+ export { getPickersSectionListUtilityClass, pickersSectionListClasses } from "./pickersSectionListClasses.js";
@@ -7,7 +7,7 @@ import PropTypes from 'prop-types';
7
7
  import List from '@mui/material/List';
8
8
  import ListItem from '@mui/material/ListItem';
9
9
  import Chip from '@mui/material/Chip';
10
- import { VIEW_HEIGHT } from '../internals/constants/dimensions';
10
+ import { VIEW_HEIGHT } from "../internals/constants/dimensions.js";
11
11
  import { jsx as _jsx } from "react/jsx-runtime";
12
12
  /**
13
13
  * Demos:
@@ -1 +1 @@
1
- export { PickersShortcuts } from './PickersShortcuts';
1
+ export { PickersShortcuts } from "./PickersShortcuts.js";
@@ -8,9 +8,9 @@ import { styled, useThemeProps } from '@mui/material/styles';
8
8
  import { shouldForwardProp } from '@mui/system';
9
9
  import { refType } from '@mui/utils';
10
10
  import composeClasses from '@mui/utils/composeClasses';
11
- import { pickersFilledInputClasses, getPickersFilledInputUtilityClass } from './pickersFilledInputClasses';
12
- import { PickersInputBase } from '../PickersInputBase';
13
- import { PickersInputBaseRoot, PickersInputBaseSectionsContainer } from '../PickersInputBase/PickersInputBase';
11
+ import { pickersFilledInputClasses, getPickersFilledInputUtilityClass } from "./pickersFilledInputClasses.js";
12
+ import { PickersInputBase } from "../PickersInputBase/index.js";
13
+ import { PickersInputBaseRoot, PickersInputBaseSectionsContainer } from "../PickersInputBase/PickersInputBase.js";
14
14
  import { jsx as _jsx } from "react/jsx-runtime";
15
15
  const PickersFilledInputRoot = styled(PickersInputBaseRoot, {
16
16
  name: 'MuiPickersFilledInput',
@@ -1,2 +1,2 @@
1
- export { PickersFilledInput } from './PickersFilledInput';
2
- export { getPickersFilledInputUtilityClass, pickersFilledInputClasses } from './pickersFilledInputClasses';
1
+ export { PickersFilledInput } from "./PickersFilledInput.js";
2
+ export { getPickersFilledInputUtilityClass, pickersFilledInputClasses } from "./pickersFilledInputClasses.js";
@@ -1,7 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
3
3
  import generateUtilityClass from '@mui/utils/generateUtilityClass';
4
- import { pickersInputBaseClasses } from '../PickersInputBase';
4
+ import { pickersInputBaseClasses } from "../PickersInputBase/index.js";
5
5
  export function getPickersFilledInputUtilityClass(slot) {
6
6
  return generateUtilityClass('MuiPickersFilledInput', slot);
7
7
  }
@@ -7,9 +7,9 @@ import { useFormControl } from '@mui/material/FormControl';
7
7
  import { styled, useThemeProps } from '@mui/material/styles';
8
8
  import { refType } from '@mui/utils';
9
9
  import composeClasses from '@mui/utils/composeClasses';
10
- import { pickersInputClasses, getPickersInputUtilityClass } from './pickersInputClasses';
11
- import { PickersInputBase } from '../PickersInputBase';
12
- import { PickersInputBaseRoot } from '../PickersInputBase/PickersInputBase';
10
+ import { pickersInputClasses, getPickersInputUtilityClass } from "./pickersInputClasses.js";
11
+ import { PickersInputBase } from "../PickersInputBase/index.js";
12
+ import { PickersInputBaseRoot } from "../PickersInputBase/PickersInputBase.js";
13
13
  import { jsx as _jsx } from "react/jsx-runtime";
14
14
  const PickersInputRoot = styled(PickersInputBaseRoot, {
15
15
  name: 'MuiPickersInput',
@@ -1,2 +1,2 @@
1
- export { PickersInput } from './PickersInput';
2
- export { getPickersInputUtilityClass, pickersInputClasses } from './pickersInputClasses';
1
+ export { PickersInput } from "./PickersInput.js";
2
+ export { getPickersInputUtilityClass, pickersInputClasses } from "./pickersInputClasses.js";
@@ -1,7 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
3
3
  import generateUtilityClass from '@mui/utils/generateUtilityClass';
4
- import { pickersInputBaseClasses } from '../PickersInputBase';
4
+ import { pickersInputBaseClasses } from "../PickersInputBase/index.js";
5
5
  export function getPickersInputUtilityClass(slot) {
6
6
  return generateUtilityClass('MuiPickersFilledInput', slot);
7
7
  }
@@ -12,8 +12,8 @@ import capitalize from '@mui/utils/capitalize';
12
12
  import useSlotProps from '@mui/utils/useSlotProps';
13
13
  import visuallyHidden from '@mui/utils/visuallyHidden';
14
14
  import { useRtl } from '@mui/system/RtlProvider';
15
- import { pickersInputBaseClasses, getPickersInputBaseUtilityClass } from './pickersInputBaseClasses';
16
- import { Unstable_PickersSectionList as PickersSectionList, Unstable_PickersSectionListRoot as PickersSectionListRoot, Unstable_PickersSectionListSection as PickersSectionListSection, Unstable_PickersSectionListSectionSeparator as PickersSectionListSectionSeparator, Unstable_PickersSectionListSectionContent as PickersSectionListSectionContent } from '../../PickersSectionList';
15
+ import { pickersInputBaseClasses, getPickersInputBaseUtilityClass } from "./pickersInputBaseClasses.js";
16
+ import { Unstable_PickersSectionList as PickersSectionList, Unstable_PickersSectionListRoot as PickersSectionListRoot, Unstable_PickersSectionListSection as PickersSectionListSection, Unstable_PickersSectionListSectionSeparator as PickersSectionListSectionSeparator, Unstable_PickersSectionListSectionContent as PickersSectionListSectionContent } from "../../PickersSectionList/index.js";
17
17
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
18
18
  const round = value => Math.round(value * 1e5) / 1e5;
19
19
  export const PickersInputBaseRoot = styled('div', {
@@ -1,2 +1,2 @@
1
- export { PickersInputBase } from './PickersInputBase';
2
- export { pickersInputBaseClasses, getPickersInputBaseUtilityClass } from './pickersInputBaseClasses';
1
+ export { PickersInputBase } from "./PickersInputBase.js";
2
+ export { pickersInputBaseClasses, getPickersInputBaseUtilityClass } from "./pickersInputBaseClasses.js";
@@ -7,10 +7,10 @@ import { useFormControl } from '@mui/material/FormControl';
7
7
  import { styled, useThemeProps } from '@mui/material/styles';
8
8
  import { refType } from '@mui/utils';
9
9
  import composeClasses from '@mui/utils/composeClasses';
10
- import { pickersOutlinedInputClasses, getPickersOutlinedInputUtilityClass } from './pickersOutlinedInputClasses';
11
- import Outline from './Outline';
12
- import { PickersInputBase } from '../PickersInputBase';
13
- import { PickersInputBaseRoot, PickersInputBaseSectionsContainer } from '../PickersInputBase/PickersInputBase';
10
+ import { pickersOutlinedInputClasses, getPickersOutlinedInputUtilityClass } from "./pickersOutlinedInputClasses.js";
11
+ import Outline from "./Outline.js";
12
+ import { PickersInputBase } from "../PickersInputBase/index.js";
13
+ import { PickersInputBaseRoot, PickersInputBaseSectionsContainer } from "../PickersInputBase/PickersInputBase.js";
14
14
  import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
15
15
  const PickersOutlinedInputRoot = styled(PickersInputBaseRoot, {
16
16
  name: 'MuiPickersOutlinedInput',
@@ -1,2 +1,2 @@
1
- export { PickersOutlinedInput } from './PickersOutlinedInput';
2
- export { getPickersOutlinedInputUtilityClass, pickersOutlinedInputClasses } from './pickersOutlinedInputClasses';
1
+ export { PickersOutlinedInput } from "./PickersOutlinedInput.js";
2
+ export { getPickersOutlinedInputUtilityClass, pickersOutlinedInputClasses } from "./pickersOutlinedInputClasses.js";
@@ -1,7 +1,7 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
3
3
  import generateUtilityClass from '@mui/utils/generateUtilityClass';
4
- import { pickersInputBaseClasses } from '../PickersInputBase';
4
+ import { pickersInputBaseClasses } from "../PickersInputBase/index.js";
5
5
  export function getPickersOutlinedInputUtilityClass(slot) {
6
6
  return generateUtilityClass('MuiPickersOutlinedInput', slot);
7
7
  }
@@ -12,10 +12,10 @@ import useId from '@mui/utils/useId';
12
12
  import InputLabel from '@mui/material/InputLabel';
13
13
  import FormHelperText from '@mui/material/FormHelperText';
14
14
  import FormControl from '@mui/material/FormControl';
15
- import { getPickersTextFieldUtilityClass } from './pickersTextFieldClasses';
16
- import { PickersOutlinedInput } from './PickersOutlinedInput';
17
- import { PickersFilledInput } from './PickersFilledInput';
18
- import { PickersInput } from './PickersInput';
15
+ import { getPickersTextFieldUtilityClass } from "./pickersTextFieldClasses.js";
16
+ import { PickersOutlinedInput } from "./PickersOutlinedInput/index.js";
17
+ import { PickersFilledInput } from "./PickersFilledInput/index.js";
18
+ import { PickersInput } from "./PickersInput/index.js";
19
19
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
20
20
  const VARIANT_COMPONENT = {
21
21
  standard: PickersInput,
@@ -1,6 +1,6 @@
1
- export { PickersTextField } from './PickersTextField';
2
- export { pickersTextFieldClasses, getPickersTextFieldUtilityClass } from './pickersTextFieldClasses';
3
- export * from './PickersInput';
4
- export * from './PickersFilledInput';
5
- export * from './PickersOutlinedInput';
6
- export * from './PickersInputBase';
1
+ export { PickersTextField } from "./PickersTextField.js";
2
+ export { pickersTextFieldClasses, getPickersTextFieldUtilityClass } from "./pickersTextFieldClasses.js";
3
+ export * from "./PickersInput/index.js";
4
+ export * from "./PickersFilledInput/index.js";
5
+ export * from "./PickersOutlinedInput/index.js";
6
+ export * from "./PickersInputBase/index.js";
@@ -1,11 +1,11 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import * as React from 'react';
3
3
  import PropTypes from 'prop-types';
4
- import { useDatePickerDefaultizedProps } from '../DatePicker/shared';
5
- import { renderDateViewCalendar } from '../dateViewRenderers';
6
- import { useStaticPicker } from '../internals/hooks/useStaticPicker';
7
- import { validateDate } from '../internals/utils/validation/validateDate';
8
- import { singleItemValueManager } from '../internals/utils/valueManagers';
4
+ import { useDatePickerDefaultizedProps } from "../DatePicker/shared.js";
5
+ import { renderDateViewCalendar } from "../dateViewRenderers/index.js";
6
+ import { useStaticPicker } from "../internals/hooks/useStaticPicker/index.js";
7
+ import { validateDate } from "../internals/utils/validation/validateDate.js";
8
+ import { singleItemValueManager } from "../internals/utils/valueManagers.js";
9
9
  /**
10
10
  * Demos:
11
11
  *
@@ -134,16 +134,16 @@ StaticDatePicker.propTypes = {
134
134
  monthsPerRow: PropTypes.oneOf([3, 4]),
135
135
  /**
136
136
  * Callback fired when the value is accepted.
137
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
138
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
137
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
138
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
139
139
  * @param {TValue} value The value that was just accepted.
140
140
  * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
141
141
  */
142
142
  onAccept: PropTypes.func,
143
143
  /**
144
144
  * Callback fired when the value changes.
145
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
146
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
145
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
146
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
147
147
  * @param {TValue} value The new value.
148
148
  * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
149
149
  */
@@ -155,13 +155,13 @@ StaticDatePicker.propTypes = {
155
155
  */
156
156
  onClose: PropTypes.func,
157
157
  /**
158
- * Callback fired when the error associated to the current value changes.
159
- * If the error has a non-null value, then the `TextField` will be rendered in `error` state.
160
- *
161
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
162
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
163
- * @param {TError} error The new error describing why the current value is not valid.
164
- * @param {TValue} value The value associated to the error.
158
+ * Callback fired when the error associated with the current value changes.
159
+ * When a validation error is detected, the `error` parameter contains a non-null value.
160
+ * This can be used to render an appropriate form error.
161
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
162
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
163
+ * @param {TError} error The reason why the current value is not valid.
164
+ * @param {TValue} value The value associated with the error.
165
165
  */
166
166
  onError: PropTypes.func,
167
167
  /**
@@ -1 +1 @@
1
- export { StaticDatePicker } from './StaticDatePicker';
1
+ export { StaticDatePicker } from "./StaticDatePicker.js";
@@ -1,12 +1,12 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import * as React from 'react';
3
3
  import PropTypes from 'prop-types';
4
- import { useDateTimePickerDefaultizedProps } from '../DateTimePicker/shared';
5
- import { renderTimeViewClock } from '../timeViewRenderers';
6
- import { renderDateViewCalendar } from '../dateViewRenderers';
7
- import { singleItemValueManager } from '../internals/utils/valueManagers';
8
- import { useStaticPicker } from '../internals/hooks/useStaticPicker';
9
- import { validateDateTime } from '../internals/utils/validation/validateDateTime';
4
+ import { useDateTimePickerDefaultizedProps } from "../DateTimePicker/shared.js";
5
+ import { renderTimeViewClock } from "../timeViewRenderers/index.js";
6
+ import { renderDateViewCalendar } from "../dateViewRenderers/index.js";
7
+ import { singleItemValueManager } from "../internals/utils/valueManagers.js";
8
+ import { useStaticPicker } from "../internals/hooks/useStaticPicker/index.js";
9
+ import { validateDateTime } from "../internals/utils/validation/validateDateTime.js";
10
10
  /**
11
11
  * Demos:
12
12
  *
@@ -182,16 +182,16 @@ StaticDateTimePicker.propTypes = {
182
182
  monthsPerRow: PropTypes.oneOf([3, 4]),
183
183
  /**
184
184
  * Callback fired when the value is accepted.
185
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
186
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
185
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
186
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
187
187
  * @param {TValue} value The value that was just accepted.
188
188
  * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
189
189
  */
190
190
  onAccept: PropTypes.func,
191
191
  /**
192
192
  * Callback fired when the value changes.
193
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
194
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
193
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
194
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
195
195
  * @param {TValue} value The new value.
196
196
  * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
197
197
  */
@@ -203,13 +203,13 @@ StaticDateTimePicker.propTypes = {
203
203
  */
204
204
  onClose: PropTypes.func,
205
205
  /**
206
- * Callback fired when the error associated to the current value changes.
207
- * If the error has a non-null value, then the `TextField` will be rendered in `error` state.
208
- *
209
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
210
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
211
- * @param {TError} error The new error describing why the current value is not valid.
212
- * @param {TValue} value The value associated to the error.
206
+ * Callback fired when the error associated with the current value changes.
207
+ * When a validation error is detected, the `error` parameter contains a non-null value.
208
+ * This can be used to render an appropriate form error.
209
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
210
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
211
+ * @param {TError} error The reason why the current value is not valid.
212
+ * @param {TValue} value The value associated with the error.
213
213
  */
214
214
  onError: PropTypes.func,
215
215
  /**
@@ -1 +1 @@
1
- export { StaticDateTimePicker } from './StaticDateTimePicker';
1
+ export { StaticDateTimePicker } from "./StaticDateTimePicker.js";
@@ -1,11 +1,11 @@
1
1
  import _extends from "@babel/runtime/helpers/esm/extends";
2
2
  import * as React from 'react';
3
3
  import PropTypes from 'prop-types';
4
- import { useTimePickerDefaultizedProps } from '../TimePicker/shared';
5
- import { renderTimeViewClock } from '../timeViewRenderers';
6
- import { singleItemValueManager } from '../internals/utils/valueManagers';
7
- import { useStaticPicker } from '../internals/hooks/useStaticPicker';
8
- import { validateTime } from '../internals/utils/validation/validateTime';
4
+ import { useTimePickerDefaultizedProps } from "../TimePicker/shared.js";
5
+ import { renderTimeViewClock } from "../timeViewRenderers/index.js";
6
+ import { singleItemValueManager } from "../internals/utils/valueManagers.js";
7
+ import { useStaticPicker } from "../internals/hooks/useStaticPicker/index.js";
8
+ import { validateTime } from "../internals/utils/validation/validateTime.js";
9
9
  /**
10
10
  * Demos:
11
11
  *
@@ -124,16 +124,16 @@ StaticTimePicker.propTypes = {
124
124
  minutesStep: PropTypes.number,
125
125
  /**
126
126
  * Callback fired when the value is accepted.
127
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
128
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
127
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
128
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
129
129
  * @param {TValue} value The value that was just accepted.
130
130
  * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
131
131
  */
132
132
  onAccept: PropTypes.func,
133
133
  /**
134
134
  * Callback fired when the value changes.
135
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
136
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
135
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
136
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
137
137
  * @param {TValue} value The new value.
138
138
  * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
139
139
  */
@@ -145,13 +145,13 @@ StaticTimePicker.propTypes = {
145
145
  */
146
146
  onClose: PropTypes.func,
147
147
  /**
148
- * Callback fired when the error associated to the current value changes.
149
- * If the error has a non-null value, then the `TextField` will be rendered in `error` state.
150
- *
151
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
152
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
153
- * @param {TError} error The new error describing why the current value is not valid.
154
- * @param {TValue} value The value associated to the error.
148
+ * Callback fired when the error associated with the current value changes.
149
+ * When a validation error is detected, the `error` parameter contains a non-null value.
150
+ * This can be used to render an appropriate form error.
151
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
152
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
153
+ * @param {TError} error The reason why the current value is not valid.
154
+ * @param {TValue} value The value associated with the error.
155
155
  */
156
156
  onError: PropTypes.func,
157
157
  /**
@@ -1 +1 @@
1
- export { StaticTimePicker } from './StaticTimePicker';
1
+ export { StaticTimePicker } from "./StaticTimePicker.js";
@@ -5,12 +5,12 @@ import IconButton from '@mui/material/IconButton';
5
5
  import Typography from '@mui/material/Typography';
6
6
  import { styled, useThemeProps } from '@mui/material/styles';
7
7
  import { unstable_useEnhancedEffect as useEnhancedEffect, unstable_composeClasses as composeClasses } from '@mui/utils';
8
- import { ClockPointer } from './ClockPointer';
9
- import { usePickersTranslations } from '../hooks/usePickersTranslations';
10
- import { useUtils } from '../internals/hooks/useUtils';
11
- import { CLOCK_HOUR_WIDTH, getHours, getMinutes } from './shared';
12
- import { getClockUtilityClass } from './clockClasses';
13
- import { formatMeridiem } from '../internals/utils/date-utils';
8
+ import { ClockPointer } from "./ClockPointer.js";
9
+ import { usePickersTranslations } from "../hooks/usePickersTranslations.js";
10
+ import { useUtils } from "../internals/hooks/useUtils.js";
11
+ import { CLOCK_HOUR_WIDTH, getHours, getMinutes } from "./shared.js";
12
+ import { getClockUtilityClass } from "./clockClasses.js";
13
+ import { formatMeridiem } from "../internals/utils/date-utils.js";
14
14
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
15
15
  const useUtilityClasses = ownerState => {
16
16
  const {
@@ -213,7 +213,7 @@ export function Clock(inProps) {
213
213
  const newSelectedValue = type === 'seconds' || type === 'minutes' ? getMinutes(offsetX, offsetY, minutesStep) : getHours(offsetX, offsetY, Boolean(ampm));
214
214
  handleValueChange(newSelectedValue, isFinish);
215
215
  };
216
- const handleTouchMove = event => {
216
+ const handleTouchSelection = event => {
217
217
  isMoving.current = true;
218
218
  setTime(event, 'shallow');
219
219
  };
@@ -288,7 +288,8 @@ export function Clock(inProps) {
288
288
  children: [/*#__PURE__*/_jsxs(ClockClock, {
289
289
  className: classes.clock,
290
290
  children: [/*#__PURE__*/_jsx(ClockSquareMask, {
291
- onTouchMove: handleTouchMove,
291
+ onTouchMove: handleTouchSelection,
292
+ onTouchStart: handleTouchSelection,
292
293
  onTouchEnd: handleTouchEnd,
293
294
  onMouseUp: handleMouseUp,
294
295
  onMouseMove: handleMouseMove,
@@ -5,8 +5,8 @@ import * as React from 'react';
5
5
  import clsx from 'clsx';
6
6
  import { styled, useThemeProps } from '@mui/material/styles';
7
7
  import composeClasses from '@mui/utils/composeClasses';
8
- import { CLOCK_WIDTH, CLOCK_HOUR_WIDTH } from './shared';
9
- import { getClockNumberUtilityClass, clockNumberClasses } from './clockNumberClasses';
8
+ import { CLOCK_WIDTH, CLOCK_HOUR_WIDTH } from "./shared.js";
9
+ import { getClockNumberUtilityClass, clockNumberClasses } from "./clockNumberClasses.js";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  const useUtilityClasses = ownerState => {
12
12
  const {
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { ClockNumber } from './ClockNumber';
2
+ import { ClockNumber } from "./ClockNumber.js";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  /**
5
5
  * @ignore - internal component.
@@ -36,7 +36,7 @@ export const getHourNumbers = ({
36
36
  const inner = !ampm && (hour === 0 || hour > 12);
37
37
  label = utils.formatNumber(label);
38
38
  const selected = isSelected(hour);
39
- hourNumbers.push( /*#__PURE__*/_jsx(ClockNumber, {
39
+ hourNumbers.push(/*#__PURE__*/_jsx(ClockNumber, {
40
40
  id: selected ? selectedId : undefined,
41
41
  index: hour,
42
42
  inner: inner,
@@ -5,8 +5,8 @@ import * as React from 'react';
5
5
  import clsx from 'clsx';
6
6
  import { styled, useThemeProps } from '@mui/material/styles';
7
7
  import composeClasses from '@mui/utils/composeClasses';
8
- import { CLOCK_WIDTH, CLOCK_HOUR_WIDTH } from './shared';
9
- import { getClockPointerUtilityClass } from './clockPointerClasses';
8
+ import { CLOCK_WIDTH, CLOCK_HOUR_WIDTH } from "./shared.js";
9
+ import { getClockPointerUtilityClass } from "./clockPointerClasses.js";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  const useUtilityClasses = ownerState => {
12
12
  const {
@@ -6,19 +6,19 @@ import clsx from 'clsx';
6
6
  import PropTypes from 'prop-types';
7
7
  import { styled, useThemeProps } from '@mui/material/styles';
8
8
  import { unstable_composeClasses as composeClasses, unstable_useId as useId } from '@mui/utils';
9
- import { usePickersTranslations } from '../hooks/usePickersTranslations';
10
- import { useUtils, useNow } from '../internals/hooks/useUtils';
11
- import { PickersArrowSwitcher } from '../internals/components/PickersArrowSwitcher';
12
- import { convertValueToMeridiem, createIsAfterIgnoreDatePart } from '../internals/utils/time-utils';
13
- import { useViews } from '../internals/hooks/useViews';
14
- import { useMeridiemMode } from '../internals/hooks/date-helpers-hooks';
15
- import { PickerViewRoot } from '../internals/components/PickerViewRoot';
16
- import { getTimeClockUtilityClass } from './timeClockClasses';
17
- import { Clock } from './Clock';
18
- import { getHourNumbers, getMinutesNumbers } from './ClockNumbers';
19
- import { useControlledValueWithTimezone } from '../internals/hooks/useValueWithTimezone';
20
- import { singleItemValueManager } from '../internals/utils/valueManagers';
21
- import { useClockReferenceDate } from '../internals/hooks/useClockReferenceDate';
9
+ import { usePickersTranslations } from "../hooks/usePickersTranslations.js";
10
+ import { useUtils, useNow } from "../internals/hooks/useUtils.js";
11
+ import { PickersArrowSwitcher } from "../internals/components/PickersArrowSwitcher/index.js";
12
+ import { convertValueToMeridiem, createIsAfterIgnoreDatePart } from "../internals/utils/time-utils.js";
13
+ import { useViews } from "../internals/hooks/useViews.js";
14
+ import { useMeridiemMode } from "../internals/hooks/date-helpers-hooks.js";
15
+ import { PickerViewRoot } from "../internals/components/PickerViewRoot/index.js";
16
+ import { getTimeClockUtilityClass } from "./timeClockClasses.js";
17
+ import { Clock } from "./Clock.js";
18
+ import { getHourNumbers, getMinutesNumbers } from "./ClockNumbers.js";
19
+ import { useControlledValueWithTimezone } from "../internals/hooks/useValueWithTimezone.js";
20
+ import { singleItemValueManager } from "../internals/utils/valueManagers.js";
21
+ import { useClockReferenceDate } from "../internals/hooks/useClockReferenceDate.js";
22
22
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
23
23
  const useUtilityClasses = ownerState => {
24
24
  const {
@@ -383,7 +383,7 @@ process.env.NODE_ENV !== "production" ? TimeClock.propTypes = {
383
383
  minutesStep: PropTypes.number,
384
384
  /**
385
385
  * Callback fired when the value changes.
386
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
386
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
387
387
  * @template TView The view type. Will be one of date or time views.
388
388
  * @param {TValue} value The new value.
389
389
  * @param {PickerSelectionState | undefined} selectionState Indicates if the date selection is complete.
@@ -1,5 +1,5 @@
1
- export { TimeClock } from './TimeClock';
2
- export { clockClasses } from './clockClasses';
3
- export { clockNumberClasses } from './clockNumberClasses';
4
- export { timeClockClasses, getTimeClockUtilityClass } from './timeClockClasses';
5
- export { clockPointerClasses } from './clockPointerClasses';
1
+ export { TimeClock } from "./TimeClock.js";
2
+ export { clockClasses } from "./clockClasses.js";
3
+ export { clockNumberClasses } from "./clockNumberClasses.js";
4
+ export { timeClockClasses, getTimeClockUtilityClass } from "./timeClockClasses.js";
5
+ export { clockPointerClasses } from "./clockPointerClasses.js";
@@ -7,10 +7,10 @@ import MuiTextField from '@mui/material/TextField';
7
7
  import { useThemeProps } from '@mui/material/styles';
8
8
  import useSlotProps from '@mui/utils/useSlotProps';
9
9
  import { refType } from '@mui/utils';
10
- import { useTimeField } from './useTimeField';
11
- import { useClearableField } from '../hooks';
12
- import { PickersTextField } from '../PickersTextField';
13
- import { convertFieldResponseIntoMuiTextFieldProps } from '../internals/utils/convertFieldResponseIntoMuiTextFieldProps';
10
+ import { useTimeField } from "./useTimeField.js";
11
+ import { useClearableField } from "../hooks/index.js";
12
+ import { PickersTextField } from "../PickersTextField/index.js";
13
+ import { convertFieldResponseIntoMuiTextFieldProps } from "../internals/utils/convertFieldResponseIntoMuiTextFieldProps.js";
14
14
  import { jsx as _jsx } from "react/jsx-runtime";
15
15
  /**
16
16
  * Demos:
@@ -204,8 +204,8 @@ process.env.NODE_ENV !== "production" ? TimeField.propTypes = {
204
204
  onBlur: PropTypes.func,
205
205
  /**
206
206
  * Callback fired when the value changes.
207
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
208
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
207
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
208
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
209
209
  * @param {TValue} value The new value.
210
210
  * @param {FieldChangeHandlerContext<TError>} context The context containing the validation result of the current value.
211
211
  */
@@ -215,11 +215,13 @@ process.env.NODE_ENV !== "production" ? TimeField.propTypes = {
215
215
  */
216
216
  onClear: PropTypes.func,
217
217
  /**
218
- * Callback fired when the error associated to the current value changes.
219
- * @template TValue The value type. Will be either the same type as `value` or `null`. Can be in `[start, end]` format in case of range value.
220
- * @template TError The validation error type. Will be either `string` or a `null`. Can be in `[start, end]` format in case of range value.
221
- * @param {TError} error The new error.
222
- * @param {TValue} value The value associated to the error.
218
+ * Callback fired when the error associated with the current value changes.
219
+ * When a validation error is detected, the `error` parameter contains a non-null value.
220
+ * This can be used to render an appropriate form error.
221
+ * @template TError The validation error type. It will be either `string` or a `null`. It can be in `[start, end]` format in case of range value.
222
+ * @template TValue The value type. It will be the same type as `value` or `null`. It can be in `[start, end]` format in case of range value.
223
+ * @param {TError} error The reason why the current value is not valid.
224
+ * @param {TValue} value The value associated with the error.
223
225
  */
224
226
  onError: PropTypes.func,
225
227
  onFocus: PropTypes.func,
@@ -1,2 +1,2 @@
1
- export { TimeField } from './TimeField';
2
- export { useTimeField as unstable_useTimeField } from './useTimeField';
1
+ export { TimeField } from "./TimeField.js";
2
+ export { useTimeField as unstable_useTimeField } from "./useTimeField.js";
@@ -1,8 +1,8 @@
1
- import { singleItemFieldValueManager, singleItemValueManager } from '../internals/utils/valueManagers';
2
- import { useField } from '../internals/hooks/useField';
3
- import { validateTime } from '../internals/utils/validation/validateTime';
4
- import { splitFieldInternalAndForwardedProps } from '../internals/utils/fields';
5
- import { useDefaultizedTimeField } from '../internals/hooks/defaultizedFieldProps';
1
+ import { singleItemFieldValueManager, singleItemValueManager } from "../internals/utils/valueManagers.js";
2
+ import { useField } from "../internals/hooks/useField/index.js";
3
+ import { validateTime } from "../internals/utils/validation/validateTime.js";
4
+ import { splitFieldInternalAndForwardedProps } from "../internals/utils/fields.js";
5
+ import { useDefaultizedTimeField } from "../internals/hooks/defaultizedFieldProps.js";
6
6
  export const useTimeField = inProps => {
7
7
  const props = useDefaultizedTimeField(inProps);
8
8
  const {