@progress/kendo-react-dateinputs 6.1.1 → 7.0.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/LICENSE.md +1 -1
- package/{dist/es/PopupSettings.d.ts → PopupSettings.d.ts} +4 -0
- package/{dist/npm/calendar → calendar}/components/Calendar.d.ts +6 -2
- package/{dist/es/calendar → calendar}/components/CalendarCell.d.ts +5 -1
- package/{dist/npm/calendar → calendar}/components/CalendarHeaderTitle.d.ts +5 -1
- package/{dist/npm/calendar → calendar}/components/CalendarNavigationItem.d.ts +5 -1
- package/{dist/npm/calendar → calendar}/components/CalendarWeekCell.d.ts +5 -1
- package/{dist/npm/calendar → calendar}/components/Header.d.ts +5 -1
- package/{dist/npm/calendar → calendar}/components/HorizontalViewList.d.ts +5 -1
- package/{dist/npm/calendar → calendar}/components/MultiViewCalendar.d.ts +8 -4
- package/{dist/npm/calendar → calendar}/components/Navigation.d.ts +5 -1
- package/{dist/npm/calendar → calendar}/components/TodayCommand.d.ts +5 -1
- package/{dist/es/calendar → calendar}/components/View.d.ts +6 -2
- package/{dist/npm/calendar → calendar}/components/ViewList.d.ts +7 -3
- package/calendar/models/ActiveView.d.ts +8 -0
- package/{dist/npm/calendar → calendar}/models/CalendarSettings.d.ts +4 -1
- package/calendar/models/CalendarViewEnum.d.ts +13 -0
- package/{dist/npm/calendar → calendar}/models/CellContext.d.ts +4 -0
- package/calendar/models/MultiViewCalendarMode.d.ts +13 -0
- package/{dist/es/calendar → calendar}/models/MultiViewCalendarSettings.d.ts +4 -1
- package/calendar/models/NavigationAction.d.ts +19 -0
- package/calendar/models/SelectionRange.d.ts +21 -0
- package/calendar/models/SelectionRangeEnd.d.ts +8 -0
- package/{dist/npm/calendar → calendar}/models/ViewService.d.ts +4 -0
- package/calendar/models/index.d.ts +15 -0
- package/{dist/es/calendar → calendar}/services/BusViewService.d.ts +4 -1
- package/{dist/es/calendar → calendar}/services/CenturyViewService.d.ts +4 -0
- package/{dist/npm/calendar → calendar}/services/DOMService.d.ts +4 -0
- package/{dist/npm/calendar → calendar}/services/DecadeViewService.d.ts +4 -0
- package/{dist/npm/calendar → calendar}/services/MonthViewService.d.ts +4 -0
- package/{dist/npm/calendar → calendar}/services/NavigationService.d.ts +4 -0
- package/{dist/npm/calendar → calendar}/services/ScrollSyncService.d.ts +4 -0
- package/calendar/services/WeekNamesService.d.ts +13 -0
- package/{dist/es/calendar → calendar}/services/YearViewService.d.ts +4 -0
- package/{dist/npm/calendar → calendar}/services/index.d.ts +4 -0
- package/{dist/es/common → common}/AdaptiveMode.d.ts +5 -1
- package/{dist/es/common → common}/PickerWrap.d.ts +4 -0
- package/common/constants.d.ts +8 -0
- package/{dist/es/dateinput → dateinput}/DateInput.d.ts +11 -7
- package/{dist/es/dateinput → dateinput}/models/DateInputSettings.d.ts +4 -0
- package/{dist/es/dateinput → dateinput}/models/format-placeholder.d.ts +5 -1
- package/dateinput/models/incremental-steps.d.ts +15 -0
- package/dateinput/models/index.d.ts +11 -0
- package/{dist/es/dateinput → dateinput}/models/kendo-date.d.ts +4 -0
- package/dateinput/models/mask.d.ts +11 -0
- package/dateinput/models/selection.d.ts +11 -0
- package/{dist/npm/dateinput → dateinput}/utils.d.ts +4 -0
- package/{dist/npm/datepicker → datepicker}/DatePicker.d.ts +12 -8
- package/{dist/npm/datepicker → datepicker}/ToggleButton.d.ts +4 -0
- package/{dist/npm/datepicker → datepicker}/models/DatePickerSettings.d.ts +5 -2
- package/datepicker/models/index.d.ts +6 -0
- package/{dist/es/daterangepicker → daterangepicker}/DateRangePicker.d.ts +9 -5
- package/daterangepicker/models/DateRangePickerCalendarSettings.d.ts +10 -0
- package/daterangepicker/models/DateRangePickerDateInputSettings.d.ts +10 -0
- package/daterangepicker/models/DateRangePickerPopupSettings.d.ts +10 -0
- package/{dist/npm/daterangepicker → daterangepicker}/models/DateRangePickerSettings.d.ts +4 -1
- package/{dist/es/daterangepicker → daterangepicker}/models/index.d.ts +4 -0
- package/{dist/npm/datetimepicker → datetimepicker}/DateTimePicker.d.ts +12 -8
- package/{dist/npm/datetimepicker → datetimepicker}/DateTimeSelector.d.ts +5 -1
- package/{dist/es/datetimepicker → datetimepicker}/models/DateTimePickerSettings.d.ts +5 -2
- package/datetimepicker/models/index.d.ts +6 -0
- package/dist/cdn/js/kendo-react-dateinputs.js +21 -1
- package/hooks/usePickerFloatingLabel.d.ts +24 -0
- package/index.d.ts +39 -0
- package/index.js +21 -0
- package/index.mjs +6460 -0
- package/{dist/es/messages → messages}/index.d.ts +4 -0
- package/package-metadata.d.ts +9 -0
- package/package.json +33 -51
- package/{dist/npm/timepicker → timepicker}/TimeList.d.ts +5 -1
- package/{dist/es/timepicker → timepicker}/TimePart.d.ts +5 -1
- package/{dist/es/timepicker → timepicker}/TimePicker.d.ts +12 -8
- package/{dist/es/timepicker → timepicker}/TimeSelector.d.ts +5 -1
- package/timepicker/models/IncrementalSteps.d.ts +12 -0
- package/timepicker/models/ListItem.d.ts +11 -0
- package/{dist/es/timepicker → timepicker}/models/ListService.d.ts +4 -0
- package/timepicker/models/ListServiceSettings.d.ts +16 -0
- package/timepicker/models/TimePart.d.ts +14 -0
- package/{dist/es/timepicker → timepicker}/models/TimePickerSettings.d.ts +5 -2
- package/timepicker/models/index.d.ts +11 -0
- package/timepicker/services/DOMService.d.ts +14 -0
- package/{dist/npm/timepicker → timepicker}/services/DayPeriodService.d.ts +4 -0
- package/{dist/es/timepicker → timepicker}/services/HoursService.d.ts +4 -0
- package/{dist/npm/timepicker → timepicker}/services/MinutesService.d.ts +4 -0
- package/{dist/es/timepicker → timepicker}/services/SecondsService.d.ts +4 -0
- package/timepicker/services/index.d.ts +10 -0
- package/{dist/es/timepicker → timepicker}/utils.d.ts +4 -0
- package/{dist/es/utils.d.ts → utils.d.ts} +4 -0
- package/{dist/es/virtualization → virtualization}/Virtualization.d.ts +6 -2
- package/{dist/es/virtualization → virtualization}/services/RowHeightService.d.ts +4 -0
- package/{dist/es/virtualization → virtualization}/services/ScrollerService.d.ts +6 -2
- package/virtualization/services/index.d.ts +7 -0
- package/about.md +0 -3
- package/dist/es/PopupSettings.js +0 -1
- package/dist/es/calendar/components/Calendar.d.ts +0 -187
- package/dist/es/calendar/components/Calendar.js +0 -388
- package/dist/es/calendar/components/CalendarCell.js +0 -128
- package/dist/es/calendar/components/CalendarHeaderTitle.d.ts +0 -28
- package/dist/es/calendar/components/CalendarHeaderTitle.js +0 -61
- package/dist/es/calendar/components/CalendarNavigationItem.d.ts +0 -27
- package/dist/es/calendar/components/CalendarNavigationItem.js +0 -66
- package/dist/es/calendar/components/CalendarWeekCell.d.ts +0 -25
- package/dist/es/calendar/components/CalendarWeekCell.js +0 -61
- package/dist/es/calendar/components/Header.d.ts +0 -54
- package/dist/es/calendar/components/Header.js +0 -129
- package/dist/es/calendar/components/HorizontalViewList.d.ts +0 -67
- package/dist/es/calendar/components/HorizontalViewList.js +0 -145
- package/dist/es/calendar/components/MultiViewCalendar.d.ts +0 -208
- package/dist/es/calendar/components/MultiViewCalendar.js +0 -589
- package/dist/es/calendar/components/Navigation.d.ts +0 -76
- package/dist/es/calendar/components/Navigation.js +0 -167
- package/dist/es/calendar/components/TodayCommand.d.ts +0 -31
- package/dist/es/calendar/components/TodayCommand.js +0 -93
- package/dist/es/calendar/components/View.js +0 -220
- package/dist/es/calendar/components/ViewList.d.ts +0 -111
- package/dist/es/calendar/components/ViewList.js +0 -258
- package/dist/es/calendar/models/ActiveView.d.ts +0 -4
- package/dist/es/calendar/models/ActiveView.js +0 -1
- package/dist/es/calendar/models/CalendarSettings.d.ts +0 -103
- package/dist/es/calendar/models/CalendarSettings.js +0 -1
- package/dist/es/calendar/models/CalendarViewEnum.d.ts +0 -9
- package/dist/es/calendar/models/CalendarViewEnum.js +0 -10
- package/dist/es/calendar/models/CellContext.d.ts +0 -19
- package/dist/es/calendar/models/CellContext.js +0 -1
- package/dist/es/calendar/models/MultiViewCalendarMode.d.ts +0 -9
- package/dist/es/calendar/models/MultiViewCalendarMode.js +0 -1
- package/dist/es/calendar/models/MultiViewCalendarSettings.js +0 -1
- package/dist/es/calendar/models/NavigationAction.d.ts +0 -15
- package/dist/es/calendar/models/NavigationAction.js +0 -16
- package/dist/es/calendar/models/SelectionRange.d.ts +0 -17
- package/dist/es/calendar/models/SelectionRange.js +0 -4
- package/dist/es/calendar/models/SelectionRangeEnd.d.ts +0 -4
- package/dist/es/calendar/models/SelectionRangeEnd.js +0 -1
- package/dist/es/calendar/models/ViewService.d.ts +0 -25
- package/dist/es/calendar/models/ViewService.js +0 -1
- package/dist/es/calendar/models/index.d.ts +0 -11
- package/dist/es/calendar/models/index.js +0 -4
- package/dist/es/calendar/services/BusViewService.js +0 -69
- package/dist/es/calendar/services/CenturyViewService.js +0 -154
- package/dist/es/calendar/services/DOMService.d.ts +0 -29
- package/dist/es/calendar/services/DOMService.js +0 -184
- package/dist/es/calendar/services/DecadeViewService.d.ts +0 -27
- package/dist/es/calendar/services/DecadeViewService.js +0 -153
- package/dist/es/calendar/services/MonthViewService.d.ts +0 -33
- package/dist/es/calendar/services/MonthViewService.js +0 -169
- package/dist/es/calendar/services/NavigationService.d.ts +0 -14
- package/dist/es/calendar/services/NavigationService.js +0 -41
- package/dist/es/calendar/services/ScrollSyncService.d.ts +0 -21
- package/dist/es/calendar/services/ScrollSyncService.js +0 -58
- package/dist/es/calendar/services/WeekNamesService.d.ts +0 -9
- package/dist/es/calendar/services/WeekNamesService.js +0 -16
- package/dist/es/calendar/services/YearViewService.js +0 -180
- package/dist/es/calendar/services/index.d.ts +0 -10
- package/dist/es/calendar/services/index.js +0 -10
- package/dist/es/calendar/utils/ScrollSync.d.ts +0 -13
- package/dist/es/calendar/utils/ScrollSync.js +0 -30
- package/dist/es/common/AdaptiveMode.js +0 -45
- package/dist/es/common/PickerWrap.js +0 -14
- package/dist/es/common/constants.d.ts +0 -4
- package/dist/es/common/constants.js +0 -4
- package/dist/es/dateinput/DateInput.js +0 -704
- package/dist/es/dateinput/models/DateInputSettings.js +0 -2
- package/dist/es/dateinput/models/format-placeholder.js +0 -2
- package/dist/es/dateinput/models/incremental-steps.d.ts +0 -11
- package/dist/es/dateinput/models/incremental-steps.js +0 -1
- package/dist/es/dateinput/models/index.d.ts +0 -7
- package/dist/es/dateinput/models/index.js +0 -3
- package/dist/es/dateinput/models/kendo-date.js +0 -338
- package/dist/es/dateinput/models/mask.d.ts +0 -7
- package/dist/es/dateinput/models/mask.js +0 -11
- package/dist/es/dateinput/models/selection.d.ts +0 -7
- package/dist/es/dateinput/models/selection.js +0 -1
- package/dist/es/dateinput/utils.d.ts +0 -30
- package/dist/es/dateinput/utils.js +0 -83
- package/dist/es/datepicker/DatePicker.d.ts +0 -354
- package/dist/es/datepicker/DatePicker.js +0 -636
- package/dist/es/datepicker/ToggleButton.d.ts +0 -10
- package/dist/es/datepicker/ToggleButton.js +0 -5
- package/dist/es/datepicker/models/DatePickerSettings.d.ts +0 -138
- package/dist/es/datepicker/models/DatePickerSettings.js +0 -2
- package/dist/es/datepicker/models/index.d.ts +0 -2
- package/dist/es/datepicker/models/index.js +0 -1
- package/dist/es/daterangepicker/DateRangePicker.js +0 -584
- package/dist/es/daterangepicker/models/DateRangePickerCalendarSettings.d.ts +0 -6
- package/dist/es/daterangepicker/models/DateRangePickerCalendarSettings.js +0 -1
- package/dist/es/daterangepicker/models/DateRangePickerDateInputSettings.d.ts +0 -6
- package/dist/es/daterangepicker/models/DateRangePickerDateInputSettings.js +0 -1
- package/dist/es/daterangepicker/models/DateRangePickerPopupSettings.d.ts +0 -6
- package/dist/es/daterangepicker/models/DateRangePickerPopupSettings.js +0 -1
- package/dist/es/daterangepicker/models/DateRangePickerSettings.d.ts +0 -123
- package/dist/es/daterangepicker/models/DateRangePickerSettings.js +0 -2
- package/dist/es/daterangepicker/models/index.js +0 -1
- package/dist/es/datetimepicker/DateTimePicker.d.ts +0 -338
- package/dist/es/datetimepicker/DateTimePicker.js +0 -566
- package/dist/es/datetimepicker/DateTimeSelector.d.ts +0 -97
- package/dist/es/datetimepicker/DateTimeSelector.js +0 -279
- package/dist/es/datetimepicker/models/DateTimePickerSettings.js +0 -1
- package/dist/es/datetimepicker/models/index.d.ts +0 -2
- package/dist/es/datetimepicker/models/index.js +0 -1
- package/dist/es/hooks/usePickerFloatingLabel.d.ts +0 -20
- package/dist/es/hooks/usePickerFloatingLabel.js +0 -35
- package/dist/es/main.d.ts +0 -35
- package/dist/es/main.js +0 -29
- package/dist/es/messages/index.js +0 -121
- package/dist/es/package-metadata.d.ts +0 -5
- package/dist/es/package-metadata.js +0 -11
- package/dist/es/timepicker/TimeList.d.ts +0 -87
- package/dist/es/timepicker/TimeList.js +0 -302
- package/dist/es/timepicker/TimePart.js +0 -307
- package/dist/es/timepicker/TimePicker.js +0 -618
- package/dist/es/timepicker/TimeSelector.js +0 -261
- package/dist/es/timepicker/models/IncrementalSteps.d.ts +0 -8
- package/dist/es/timepicker/models/IncrementalSteps.js +0 -1
- package/dist/es/timepicker/models/ListItem.d.ts +0 -7
- package/dist/es/timepicker/models/ListItem.js +0 -1
- package/dist/es/timepicker/models/ListService.js +0 -1
- package/dist/es/timepicker/models/ListServiceSettings.d.ts +0 -12
- package/dist/es/timepicker/models/ListServiceSettings.js +0 -1
- package/dist/es/timepicker/models/TimePart.d.ts +0 -10
- package/dist/es/timepicker/models/TimePart.js +0 -10
- package/dist/es/timepicker/models/TimePickerSettings.js +0 -2
- package/dist/es/timepicker/models/index.d.ts +0 -7
- package/dist/es/timepicker/models/index.js +0 -2
- package/dist/es/timepicker/services/DOMService.d.ts +0 -10
- package/dist/es/timepicker/services/DOMService.js +0 -46
- package/dist/es/timepicker/services/DayPeriodService.d.ts +0 -47
- package/dist/es/timepicker/services/DayPeriodService.js +0 -119
- package/dist/es/timepicker/services/HoursService.js +0 -124
- package/dist/es/timepicker/services/MinutesService.d.ts +0 -32
- package/dist/es/timepicker/services/MinutesService.js +0 -119
- package/dist/es/timepicker/services/SecondsService.js +0 -120
- package/dist/es/timepicker/services/index.d.ts +0 -6
- package/dist/es/timepicker/services/index.js +0 -6
- package/dist/es/timepicker/utils.js +0 -149
- package/dist/es/utils.js +0 -306
- package/dist/es/virtualization/Virtualization.js +0 -317
- package/dist/es/virtualization/services/RowHeightService.js +0 -68
- package/dist/es/virtualization/services/ScrollerService.js +0 -90
- package/dist/es/virtualization/services/index.d.ts +0 -3
- package/dist/es/virtualization/services/index.js +0 -3
- package/dist/npm/PopupSettings.d.ts +0 -14
- package/dist/npm/PopupSettings.js +0 -2
- package/dist/npm/calendar/components/Calendar.js +0 -391
- package/dist/npm/calendar/components/CalendarCell.d.ts +0 -35
- package/dist/npm/calendar/components/CalendarCell.js +0 -131
- package/dist/npm/calendar/components/CalendarHeaderTitle.js +0 -64
- package/dist/npm/calendar/components/CalendarNavigationItem.js +0 -69
- package/dist/npm/calendar/components/CalendarWeekCell.js +0 -64
- package/dist/npm/calendar/components/Header.js +0 -132
- package/dist/npm/calendar/components/HorizontalViewList.js +0 -148
- package/dist/npm/calendar/components/MultiViewCalendar.js +0 -592
- package/dist/npm/calendar/components/Navigation.js +0 -170
- package/dist/npm/calendar/components/TodayCommand.js +0 -96
- package/dist/npm/calendar/components/View.d.ts +0 -85
- package/dist/npm/calendar/components/View.js +0 -223
- package/dist/npm/calendar/components/ViewList.js +0 -261
- package/dist/npm/calendar/models/ActiveView.d.ts +0 -4
- package/dist/npm/calendar/models/ActiveView.js +0 -2
- package/dist/npm/calendar/models/CalendarSettings.js +0 -2
- package/dist/npm/calendar/models/CalendarViewEnum.d.ts +0 -9
- package/dist/npm/calendar/models/CalendarViewEnum.js +0 -13
- package/dist/npm/calendar/models/CellContext.js +0 -2
- package/dist/npm/calendar/models/MultiViewCalendarMode.d.ts +0 -9
- package/dist/npm/calendar/models/MultiViewCalendarMode.js +0 -2
- package/dist/npm/calendar/models/MultiViewCalendarSettings.d.ts +0 -112
- package/dist/npm/calendar/models/MultiViewCalendarSettings.js +0 -2
- package/dist/npm/calendar/models/NavigationAction.d.ts +0 -15
- package/dist/npm/calendar/models/NavigationAction.js +0 -19
- package/dist/npm/calendar/models/SelectionRange.d.ts +0 -17
- package/dist/npm/calendar/models/SelectionRange.js +0 -7
- package/dist/npm/calendar/models/SelectionRangeEnd.d.ts +0 -4
- package/dist/npm/calendar/models/SelectionRangeEnd.js +0 -2
- package/dist/npm/calendar/models/ViewService.js +0 -2
- package/dist/npm/calendar/models/index.d.ts +0 -11
- package/dist/npm/calendar/models/index.js +0 -9
- package/dist/npm/calendar/services/BusViewService.d.ts +0 -22
- package/dist/npm/calendar/services/BusViewService.js +0 -72
- package/dist/npm/calendar/services/CenturyViewService.d.ts +0 -25
- package/dist/npm/calendar/services/CenturyViewService.js +0 -157
- package/dist/npm/calendar/services/DOMService.js +0 -187
- package/dist/npm/calendar/services/DecadeViewService.js +0 -156
- package/dist/npm/calendar/services/MonthViewService.js +0 -172
- package/dist/npm/calendar/services/NavigationService.js +0 -44
- package/dist/npm/calendar/services/ScrollSyncService.js +0 -61
- package/dist/npm/calendar/services/WeekNamesService.d.ts +0 -9
- package/dist/npm/calendar/services/WeekNamesService.js +0 -19
- package/dist/npm/calendar/services/YearViewService.d.ts +0 -31
- package/dist/npm/calendar/services/YearViewService.js +0 -183
- package/dist/npm/calendar/services/index.js +0 -21
- package/dist/npm/calendar/utils/ScrollSync.d.ts +0 -13
- package/dist/npm/calendar/utils/ScrollSync.js +0 -32
- package/dist/npm/common/AdaptiveMode.d.ts +0 -21
- package/dist/npm/common/AdaptiveMode.js +0 -49
- package/dist/npm/common/PickerWrap.d.ts +0 -18
- package/dist/npm/common/PickerWrap.js +0 -17
- package/dist/npm/common/constants.d.ts +0 -4
- package/dist/npm/common/constants.js +0 -7
- package/dist/npm/dateinput/DateInput.d.ts +0 -351
- package/dist/npm/dateinput/DateInput.js +0 -707
- package/dist/npm/dateinput/models/DateInputSettings.d.ts +0 -99
- package/dist/npm/dateinput/models/DateInputSettings.js +0 -3
- package/dist/npm/dateinput/models/format-placeholder.d.ts +0 -39
- package/dist/npm/dateinput/models/format-placeholder.js +0 -3
- package/dist/npm/dateinput/models/incremental-steps.d.ts +0 -11
- package/dist/npm/dateinput/models/incremental-steps.js +0 -2
- package/dist/npm/dateinput/models/index.d.ts +0 -7
- package/dist/npm/dateinput/models/index.js +0 -7
- package/dist/npm/dateinput/models/kendo-date.d.ts +0 -53
- package/dist/npm/dateinput/models/kendo-date.js +0 -341
- package/dist/npm/dateinput/models/mask.d.ts +0 -7
- package/dist/npm/dateinput/models/mask.js +0 -14
- package/dist/npm/dateinput/models/selection.d.ts +0 -7
- package/dist/npm/dateinput/models/selection.js +0 -2
- package/dist/npm/dateinput/utils.js +0 -90
- package/dist/npm/datepicker/DatePicker.js +0 -639
- package/dist/npm/datepicker/ToggleButton.js +0 -8
- package/dist/npm/datepicker/models/DatePickerSettings.js +0 -3
- package/dist/npm/datepicker/models/index.d.ts +0 -2
- package/dist/npm/datepicker/models/index.js +0 -2
- package/dist/npm/daterangepicker/DateRangePicker.d.ts +0 -349
- package/dist/npm/daterangepicker/DateRangePicker.js +0 -587
- package/dist/npm/daterangepicker/models/DateRangePickerCalendarSettings.d.ts +0 -6
- package/dist/npm/daterangepicker/models/DateRangePickerCalendarSettings.js +0 -2
- package/dist/npm/daterangepicker/models/DateRangePickerDateInputSettings.d.ts +0 -6
- package/dist/npm/daterangepicker/models/DateRangePickerDateInputSettings.js +0 -2
- package/dist/npm/daterangepicker/models/DateRangePickerPopupSettings.d.ts +0 -6
- package/dist/npm/daterangepicker/models/DateRangePickerPopupSettings.js +0 -2
- package/dist/npm/daterangepicker/models/DateRangePickerSettings.js +0 -3
- package/dist/npm/daterangepicker/models/index.d.ts +0 -5
- package/dist/npm/daterangepicker/models/index.js +0 -2
- package/dist/npm/datetimepicker/DateTimePicker.js +0 -569
- package/dist/npm/datetimepicker/DateTimeSelector.js +0 -282
- package/dist/npm/datetimepicker/models/DateTimePickerSettings.d.ts +0 -141
- package/dist/npm/datetimepicker/models/DateTimePickerSettings.js +0 -2
- package/dist/npm/datetimepicker/models/index.d.ts +0 -2
- package/dist/npm/datetimepicker/models/index.js +0 -2
- package/dist/npm/hooks/usePickerFloatingLabel.d.ts +0 -20
- package/dist/npm/hooks/usePickerFloatingLabel.js +0 -40
- package/dist/npm/main.d.ts +0 -35
- package/dist/npm/main.js +0 -102
- package/dist/npm/messages/index.d.ts +0 -120
- package/dist/npm/messages/index.js +0 -124
- package/dist/npm/package-metadata.d.ts +0 -5
- package/dist/npm/package-metadata.js +0 -14
- package/dist/npm/timepicker/TimeList.js +0 -305
- package/dist/npm/timepicker/TimePart.d.ts +0 -136
- package/dist/npm/timepicker/TimePart.js +0 -310
- package/dist/npm/timepicker/TimePicker.d.ts +0 -351
- package/dist/npm/timepicker/TimePicker.js +0 -621
- package/dist/npm/timepicker/TimeSelector.d.ts +0 -138
- package/dist/npm/timepicker/TimeSelector.js +0 -264
- package/dist/npm/timepicker/models/IncrementalSteps.d.ts +0 -8
- package/dist/npm/timepicker/models/IncrementalSteps.js +0 -2
- package/dist/npm/timepicker/models/ListItem.d.ts +0 -7
- package/dist/npm/timepicker/models/ListItem.js +0 -2
- package/dist/npm/timepicker/models/ListService.d.ts +0 -15
- package/dist/npm/timepicker/models/ListService.js +0 -2
- package/dist/npm/timepicker/models/ListServiceSettings.d.ts +0 -12
- package/dist/npm/timepicker/models/ListServiceSettings.js +0 -2
- package/dist/npm/timepicker/models/TimePart.d.ts +0 -10
- package/dist/npm/timepicker/models/TimePart.js +0 -13
- package/dist/npm/timepicker/models/TimePickerSettings.d.ts +0 -130
- package/dist/npm/timepicker/models/TimePickerSettings.js +0 -3
- package/dist/npm/timepicker/models/index.d.ts +0 -7
- package/dist/npm/timepicker/models/index.js +0 -5
- package/dist/npm/timepicker/services/DOMService.d.ts +0 -10
- package/dist/npm/timepicker/services/DOMService.js +0 -49
- package/dist/npm/timepicker/services/DayPeriodService.js +0 -122
- package/dist/npm/timepicker/services/HoursService.d.ts +0 -33
- package/dist/npm/timepicker/services/HoursService.js +0 -127
- package/dist/npm/timepicker/services/MinutesService.js +0 -122
- package/dist/npm/timepicker/services/SecondsService.d.ts +0 -32
- package/dist/npm/timepicker/services/SecondsService.js +0 -123
- package/dist/npm/timepicker/services/index.d.ts +0 -6
- package/dist/npm/timepicker/services/index.js +0 -13
- package/dist/npm/timepicker/utils.d.ts +0 -56
- package/dist/npm/timepicker/utils.js +0 -161
- package/dist/npm/utils.d.ts +0 -96
- package/dist/npm/utils.js +0 -325
- package/dist/npm/virtualization/Virtualization.d.ts +0 -116
- package/dist/npm/virtualization/Virtualization.js +0 -320
- package/dist/npm/virtualization/services/RowHeightService.d.ts +0 -18
- package/dist/npm/virtualization/services/RowHeightService.js +0 -71
- package/dist/npm/virtualization/services/ScrollerService.d.ts +0 -49
- package/dist/npm/virtualization/services/ScrollerService.js +0 -93
- package/dist/npm/virtualization/services/index.d.ts +0 -3
- package/dist/npm/virtualization/services/index.js +0 -9
- package/dist/systemjs/kendo-react-dateinputs.js +0 -1
- package/e2e-next/calendar.basic.tests.ts +0 -24
- package/e2e-next/dateinput.basic.tests.ts +0 -24
- package/e2e-next/datepicker.basic.tests.ts +0 -24
- package/e2e-next/daterangepicker.basic.tests.ts +0 -24
- package/e2e-next/datetimepicker.basic.tests.ts +0 -24
- package/e2e-next/timepicker.basic.tests.ts +0 -24
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
if (typeof b !== "function" && b !== null)
|
|
10
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
11
|
-
extendStatics(d, b);
|
|
12
|
-
function __() { this.constructor = d; }
|
|
13
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
14
|
-
};
|
|
15
|
-
})();
|
|
16
|
-
import * as React from 'react';
|
|
17
|
-
import { View } from './View';
|
|
18
|
-
import { CalendarViewEnum } from '../models';
|
|
19
|
-
import { classNames } from '@progress/kendo-react-common';
|
|
20
|
-
import { cloneDate } from '@progress/kendo-date-math';
|
|
21
|
-
import { MAX_DATE, MIN_DATE } from '../../utils';
|
|
22
|
-
var DEFAULT_FETCH_MONTHS_COUNT = 2;
|
|
23
|
-
/**
|
|
24
|
-
* @hidden
|
|
25
|
-
*/
|
|
26
|
-
var HorizontalViewList = /** @class */ (function (_super) {
|
|
27
|
-
__extends(HorizontalViewList, _super);
|
|
28
|
-
function HorizontalViewList(props) {
|
|
29
|
-
var _this = _super.call(this, props) || this;
|
|
30
|
-
_this._element = null;
|
|
31
|
-
_this.isActive = false;
|
|
32
|
-
_this.focusActiveDate = function () {
|
|
33
|
-
if (!_this._element) {
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
var focusedCell = _this._element.querySelector('td.k-focus');
|
|
37
|
-
var nextActiveCell = _this._element.querySelector('.k-state-pending-focus');
|
|
38
|
-
if (focusedCell && focusedCell[0]) {
|
|
39
|
-
focusedCell[0].classList.remove('k-focus');
|
|
40
|
-
}
|
|
41
|
-
if (nextActiveCell) {
|
|
42
|
-
nextActiveCell.classList.add('k-focus');
|
|
43
|
-
}
|
|
44
|
-
_this.isActive = true;
|
|
45
|
-
};
|
|
46
|
-
_this.blurActiveDate = function () {
|
|
47
|
-
if (!_this._element) {
|
|
48
|
-
return;
|
|
49
|
-
}
|
|
50
|
-
var focusedCell = _this._element.querySelector('td.k-focus');
|
|
51
|
-
if (focusedCell) {
|
|
52
|
-
focusedCell.classList.remove('k-focus');
|
|
53
|
-
}
|
|
54
|
-
_this.isActive = false;
|
|
55
|
-
};
|
|
56
|
-
_this.rotateSelectionRange = function (selectionRange) {
|
|
57
|
-
if (selectionRange.start === null || selectionRange.end === null) {
|
|
58
|
-
return selectionRange;
|
|
59
|
-
}
|
|
60
|
-
var needRotate = selectionRange.end < selectionRange.start;
|
|
61
|
-
return {
|
|
62
|
-
start: needRotate ? selectionRange.end : selectionRange.start,
|
|
63
|
-
end: needRotate ? selectionRange.start : selectionRange.end
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
_this.handleDateChange = function (event, isTodayClick) {
|
|
67
|
-
if (isTodayClick === void 0) { isTodayClick = false; }
|
|
68
|
-
var onChange = _this.props.onChange;
|
|
69
|
-
if (onChange) {
|
|
70
|
-
var args = {
|
|
71
|
-
syntheticEvent: event.syntheticEvent,
|
|
72
|
-
nativeEvent: event.nativeEvent,
|
|
73
|
-
value: cloneDate(event.value),
|
|
74
|
-
target: _this,
|
|
75
|
-
isTodayClick: isTodayClick
|
|
76
|
-
};
|
|
77
|
-
onChange.call(undefined, args);
|
|
78
|
-
}
|
|
79
|
-
};
|
|
80
|
-
return _this;
|
|
81
|
-
}
|
|
82
|
-
Object.defineProperty(HorizontalViewList.prototype, "element", {
|
|
83
|
-
get: function () {
|
|
84
|
-
return this._element;
|
|
85
|
-
},
|
|
86
|
-
enumerable: false,
|
|
87
|
-
configurable: true
|
|
88
|
-
});
|
|
89
|
-
Object.defineProperty(HorizontalViewList.prototype, "weekNumber", {
|
|
90
|
-
get: function () {
|
|
91
|
-
return Boolean(this.props.showWeekNumbers && this.props.activeView === CalendarViewEnum.month);
|
|
92
|
-
},
|
|
93
|
-
enumerable: false,
|
|
94
|
-
configurable: true
|
|
95
|
-
});
|
|
96
|
-
Object.defineProperty(HorizontalViewList.prototype, "min", {
|
|
97
|
-
get: function () {
|
|
98
|
-
return this.props.min !== undefined
|
|
99
|
-
? this.props.min
|
|
100
|
-
: HorizontalViewList.defaultProps.min;
|
|
101
|
-
},
|
|
102
|
-
enumerable: false,
|
|
103
|
-
configurable: true
|
|
104
|
-
});
|
|
105
|
-
Object.defineProperty(HorizontalViewList.prototype, "max", {
|
|
106
|
-
get: function () {
|
|
107
|
-
return this.props.max !== undefined
|
|
108
|
-
? this.props.max
|
|
109
|
-
: HorizontalViewList.defaultProps.max;
|
|
110
|
-
},
|
|
111
|
-
enumerable: false,
|
|
112
|
-
configurable: true
|
|
113
|
-
});
|
|
114
|
-
HorizontalViewList.prototype.componentDidUpdate = function () {
|
|
115
|
-
if (this.isActive) {
|
|
116
|
-
this.focusActiveDate();
|
|
117
|
-
}
|
|
118
|
-
};
|
|
119
|
-
HorizontalViewList.prototype.render = function () {
|
|
120
|
-
var _this = this;
|
|
121
|
-
var selectionRange = this.props.allowReverse
|
|
122
|
-
? this.rotateSelectionRange(this.props.selectionRange)
|
|
123
|
-
: this.props.selectionRange;
|
|
124
|
-
var rootClassNames = classNames('k-calendar-view k-align-items-start k-justify-content-center', {
|
|
125
|
-
'k-vstack': this.props.verticalView,
|
|
126
|
-
'k-hstack': !this.props.verticalView,
|
|
127
|
-
'k-calendar-monthview': this.props.activeView === CalendarViewEnum.month,
|
|
128
|
-
'k-calendar-yearview': this.props.activeView === CalendarViewEnum.year,
|
|
129
|
-
'k-calendar-decadeview': this.props.activeView === CalendarViewEnum.decade,
|
|
130
|
-
'k-calendar-centuryview': this.props.activeView === CalendarViewEnum.century
|
|
131
|
-
});
|
|
132
|
-
return (React.createElement("div", { ref: function (el) { _this._element = el; }, className: rootClassNames }, this.props.dates.map(function (date) { return (React.createElement("table", { className: "k-calendar-table k-content", key: date.getTime(), role: "grid" },
|
|
133
|
-
React.createElement(View, { bus: _this.props.bus, service: _this.props.service, key: date.getTime(), direction: "horizontal", activeView: _this.props.activeView, cellUID: _this.props.cellUID, viewDate: date, min: _this.min, max: _this.max, focusedDate: _this.props.focusedDate, selectionRange: selectionRange, selectedDate: _this.props.value, showWeekNumbers: _this.weekNumber, onChange: _this.handleDateChange, onCellEnter: _this.props.onCellEnter, cell: _this.props.cell, weekCell: _this.props.weekCell }))); })));
|
|
134
|
-
};
|
|
135
|
-
HorizontalViewList.defaultProps = {
|
|
136
|
-
showWeekNumbers: false,
|
|
137
|
-
views: DEFAULT_FETCH_MONTHS_COUNT,
|
|
138
|
-
take: DEFAULT_FETCH_MONTHS_COUNT,
|
|
139
|
-
allowReverse: true,
|
|
140
|
-
min: MIN_DATE,
|
|
141
|
-
max: MAX_DATE
|
|
142
|
-
};
|
|
143
|
-
return HorizontalViewList;
|
|
144
|
-
}(React.Component));
|
|
145
|
-
export { HorizontalViewList };
|
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as PropTypes from 'prop-types';
|
|
3
|
-
import { Action, ActiveView, SelectionRange, CalendarViewEnum, SelectionRangeEnd, MultiViewCalendarSettings } from '../models';
|
|
4
|
-
/**
|
|
5
|
-
* The arguments for the `onChange` event of the MultiViewCalendar. * The generic argument sets the target type of the event. Defaults to `MultiViewCalendar`.
|
|
6
|
-
*/
|
|
7
|
-
export interface MultiViewCalendarChangeEvent<T = MultiViewCalendar> {
|
|
8
|
-
syntheticEvent: React.SyntheticEvent<any>;
|
|
9
|
-
nativeEvent?: any;
|
|
10
|
-
value: Date | Date[] | SelectionRange | null;
|
|
11
|
-
target: T;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Represents the props of the [KendoReact MultiViewCalendar component]({% slug overview_multiviewcalendar %}). The generic argument is passed to the `onChange` property and is used as a target in the [`MultiViewCalendarChangeEvent`]({% slug api_dateinputs_multiviewcalendarchangeevent %}) interface.
|
|
15
|
-
*/
|
|
16
|
-
export interface MultiViewCalendarProps<T = any> extends MultiViewCalendarSettings {
|
|
17
|
-
/** @hidden */
|
|
18
|
-
_ref?: (instance: {
|
|
19
|
-
element: HTMLDivElement | null;
|
|
20
|
-
}) => void;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the default value of the MultiViewCalendar.
|
|
23
|
-
*/
|
|
24
|
-
defaultValue?: Date | Date[] | SelectionRange | null;
|
|
25
|
-
/**
|
|
26
|
-
* An event that is called after the value of the MultiViewCalendar has changed. The new value is generated based on the current `mode` of the MultiViewCalendar.
|
|
27
|
-
*/
|
|
28
|
-
onChange?: (event: MultiViewCalendarChangeEvent<T>) => void;
|
|
29
|
-
/**
|
|
30
|
-
* Sets the value of the MultiViewCalendar. Based on the value type, the MultiViewcalendar renders a single, multiple, or range selection.
|
|
31
|
-
*/
|
|
32
|
-
value?: Date | Date[] | SelectionRange | null;
|
|
33
|
-
/** @hidden */
|
|
34
|
-
mobileMode?: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* @hidden
|
|
37
|
-
*/
|
|
38
|
-
dir?: string;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* @hidden
|
|
42
|
-
*/
|
|
43
|
-
export interface MultiViewCalendarState {
|
|
44
|
-
value: Date | Date[] | SelectionRange | null;
|
|
45
|
-
activeView: CalendarViewEnum;
|
|
46
|
-
focusedDate: Date;
|
|
47
|
-
navigateDate: Date;
|
|
48
|
-
}
|
|
49
|
-
/** @hidden */
|
|
50
|
-
export declare class MultiViewCalendarWithoutContext extends React.Component<MultiViewCalendarProps, MultiViewCalendarState> {
|
|
51
|
-
/**
|
|
52
|
-
* @hidden
|
|
53
|
-
*/
|
|
54
|
-
static displayName: string;
|
|
55
|
-
/**
|
|
56
|
-
* @hidden
|
|
57
|
-
*/
|
|
58
|
-
static propTypes: {
|
|
59
|
-
activeRangeEnd: PropTypes.Requireable<"end" | "start">;
|
|
60
|
-
allowReverse: PropTypes.Requireable<boolean>;
|
|
61
|
-
bottomView: PropTypes.Requireable<ActiveView>;
|
|
62
|
-
className: PropTypes.Requireable<string>;
|
|
63
|
-
defaultActiveView: PropTypes.Requireable<ActiveView>;
|
|
64
|
-
defaultValue: PropTypes.Requireable<any>;
|
|
65
|
-
disabled: PropTypes.Requireable<boolean>;
|
|
66
|
-
focusedDate: PropTypes.Requireable<Date>;
|
|
67
|
-
id: PropTypes.Requireable<string>;
|
|
68
|
-
ariaLabelledBy: PropTypes.Requireable<string>;
|
|
69
|
-
ariaDescribedBy: PropTypes.Requireable<string>;
|
|
70
|
-
max: PropTypes.Requireable<Date>;
|
|
71
|
-
min: PropTypes.Requireable<Date>;
|
|
72
|
-
mode: PropTypes.Requireable<"multiple" | "range" | "single">;
|
|
73
|
-
onBlur: PropTypes.Requireable<(...args: any[]) => any>;
|
|
74
|
-
onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
75
|
-
onFocus: PropTypes.Requireable<(...args: any[]) => any>;
|
|
76
|
-
tabIndex: PropTypes.Requireable<number>;
|
|
77
|
-
topView: PropTypes.Requireable<ActiveView>;
|
|
78
|
-
value: PropTypes.Requireable<any>;
|
|
79
|
-
views: (props: MultiViewCalendarProps, propName: keyof MultiViewCalendarProps<any>, componentName: string) => Error | null;
|
|
80
|
-
weekNumber: PropTypes.Requireable<boolean>;
|
|
81
|
-
dir: PropTypes.Requireable<string>;
|
|
82
|
-
};
|
|
83
|
-
/**
|
|
84
|
-
* @hidden
|
|
85
|
-
*/
|
|
86
|
-
static defaultProps: {
|
|
87
|
-
disabled: boolean;
|
|
88
|
-
min: Date;
|
|
89
|
-
max: Date;
|
|
90
|
-
navigation: boolean;
|
|
91
|
-
defaultActiveView: ActiveView;
|
|
92
|
-
defaultValue: null;
|
|
93
|
-
topView: ActiveView;
|
|
94
|
-
tabIndex: number;
|
|
95
|
-
bottomView: ActiveView;
|
|
96
|
-
views: number;
|
|
97
|
-
allowReverse: boolean;
|
|
98
|
-
};
|
|
99
|
-
protected dates: any[];
|
|
100
|
-
private lastView;
|
|
101
|
-
private lastViewsCount;
|
|
102
|
-
protected selectedDate: Date | null;
|
|
103
|
-
protected selectedMultiple: Date[] | null;
|
|
104
|
-
protected selectedRange: SelectionRange;
|
|
105
|
-
protected _focusedDate: Date;
|
|
106
|
-
protected cellUID: string;
|
|
107
|
-
private valueDuringOnChange?;
|
|
108
|
-
private activeRangeEnd;
|
|
109
|
-
private _element;
|
|
110
|
-
private bus;
|
|
111
|
-
private navigation;
|
|
112
|
-
private intl;
|
|
113
|
-
private localization;
|
|
114
|
-
private service;
|
|
115
|
-
private wrapperID;
|
|
116
|
-
private calendarViewList;
|
|
117
|
-
private isActive;
|
|
118
|
-
private calculateFocusFromValue;
|
|
119
|
-
private get isRtl();
|
|
120
|
-
/**
|
|
121
|
-
* Gets the wrapping element of the MultiViewCalendar component.
|
|
122
|
-
*/
|
|
123
|
-
get element(): HTMLDivElement | null;
|
|
124
|
-
/**
|
|
125
|
-
* Gets the value of the MultiViewCalendar.
|
|
126
|
-
*/
|
|
127
|
-
get value(): Date | Date[] | SelectionRange | null;
|
|
128
|
-
/**
|
|
129
|
-
* Gets the current focused date of the MultiViewCalendar.
|
|
130
|
-
*/
|
|
131
|
-
get focusedDate(): Date;
|
|
132
|
-
protected get min(): Date;
|
|
133
|
-
protected get max(): Date;
|
|
134
|
-
protected get bottomView(): CalendarViewEnum;
|
|
135
|
-
protected get topView(): CalendarViewEnum;
|
|
136
|
-
protected get activeRange(): SelectionRangeEnd;
|
|
137
|
-
protected get todayIsInRange(): boolean;
|
|
138
|
-
constructor(props: MultiViewCalendarProps);
|
|
139
|
-
/**
|
|
140
|
-
* @hidden
|
|
141
|
-
*/
|
|
142
|
-
componentDidMount(): void;
|
|
143
|
-
/**
|
|
144
|
-
* @hidden
|
|
145
|
-
*/
|
|
146
|
-
componentDidUpdate(): void;
|
|
147
|
-
/**
|
|
148
|
-
* @hidden
|
|
149
|
-
*/
|
|
150
|
-
focus: () => void;
|
|
151
|
-
/**
|
|
152
|
-
* @hidden
|
|
153
|
-
*/
|
|
154
|
-
render(): JSX.Element;
|
|
155
|
-
protected clampRange: (value: Date) => SelectionRange;
|
|
156
|
-
protected rangeWithFocused: (range: SelectionRange, focusedDate: Date) => SelectionRange;
|
|
157
|
-
protected generateRange: (candidate: Date, value: SelectionRange) => SelectionRange;
|
|
158
|
-
protected canNavigate: (action: Action) => boolean;
|
|
159
|
-
protected isInMonth(date: Date, month: Date): boolean;
|
|
160
|
-
protected navigate: (action: Action, date: Date) => void;
|
|
161
|
-
protected move: (action: Action, date: Date) => Date;
|
|
162
|
-
protected clampDate: (value: Date) => Date;
|
|
163
|
-
protected shouldAutoCorrect: (candidate: Date, value: SelectionRange) => boolean;
|
|
164
|
-
private handleCellEnter;
|
|
165
|
-
private handleMouseDown;
|
|
166
|
-
private handleClick;
|
|
167
|
-
private handleFocus;
|
|
168
|
-
private handleBlur;
|
|
169
|
-
private handleTodayClick;
|
|
170
|
-
private handlePrevButtonClick;
|
|
171
|
-
private handleNextButtonClick;
|
|
172
|
-
private handleKeyDown;
|
|
173
|
-
private handleViewChange;
|
|
174
|
-
private handleDateChange;
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* Represents the PropsContext of the `MultiViewCalendar` component.
|
|
178
|
-
* Used for global configuration of all `MultiViewCalendar` instances.
|
|
179
|
-
*
|
|
180
|
-
* For more information, refer to the [DateInputs Props Context]({% slug props-context_dateinputs %}) article.
|
|
181
|
-
*/
|
|
182
|
-
export declare const MultiViewCalendarPropsContext: React.Context<(p: MultiViewCalendarProps<any>) => MultiViewCalendarProps<any>>;
|
|
183
|
-
/**
|
|
184
|
-
* Represent the `ref` of the MultiViewCalendar component.
|
|
185
|
-
*/
|
|
186
|
-
export interface MultiViewCalendarHandle extends Pick<MultiViewCalendarWithoutContext, keyof MultiViewCalendarWithoutContext> {
|
|
187
|
-
/**
|
|
188
|
-
* Returns the HTML element of the MultiViewCalendar component.
|
|
189
|
-
*/
|
|
190
|
-
element: HTMLDivElement | null;
|
|
191
|
-
/**
|
|
192
|
-
* Gets the current focused date of the MultiViewCalendar.
|
|
193
|
-
*/
|
|
194
|
-
focusedDate: Date;
|
|
195
|
-
/**
|
|
196
|
-
* Gets the value of the MultiViewCalendar.
|
|
197
|
-
*/
|
|
198
|
-
value: Date | Date[] | SelectionRange | null;
|
|
199
|
-
}
|
|
200
|
-
/** @hidden */
|
|
201
|
-
export declare type MultiViewCalendar = MultiViewCalendarHandle;
|
|
202
|
-
/**
|
|
203
|
-
* Represents the KendoReact MultiViewCalendar Component.
|
|
204
|
-
*
|
|
205
|
-
* Accepts properties of type [MultiViewCalendarProps]({% slug api_dateinputs_multiviewcalendarprops %}).
|
|
206
|
-
* Obtaining the `ref` returns an object of type [MultiViewCalendarHandle]({% slug api_dateinputs_multiviewcalendarhandle %}).
|
|
207
|
-
*/
|
|
208
|
-
export declare const MultiViewCalendar: React.ForwardRefExoticComponent<MultiViewCalendarProps<any> & React.RefAttributes<any>>;
|