Package-level declarations
The picker composables and their state holders: NepaliDatePicker, NepaliDatePickerDialog, NepaliDatePickerDocked, NepaliDatePickerFullScreenDialog, NepaliWheelDatePicker, NepaliDateRangePicker, the *WithEnglishDate variants, and the NepaliDateField / NepaliDateInput / NepaliDateRangeField text-entry surfaces.
Types
Functions
Material3-style date field - NepaliDateTextField with a trailing calendar icon that opens NepaliDatePickerDialog.
Nepali Date Picker lets user select a date and preferably should be embedded into Dialogs. See NepaliDatePickerDialog.
A dialog for displaying a NepaliDatePicker. Date pickers let people select a date.
A docked / compact Nepali date picker: a read-only text field showing the selected date, with a trailing calendar button that opens the NepaliDatePicker in a dropdown anchored to the field.
A full-screen dialog host for the Nepali date/range pickers.
Creates NepaliDatePickerState. Primarily recommended for outside composition.
NepaliDatePickerWithEnglishDate lets user select a date and preferably should be embedded into Dialogs. Check NepaliDatePickerDialog.
Material3-style range field - NepaliDateRangeTextField with a trailing calendar icon that opens NepaliDatePickerDialog hosting NepaliDateRangePicker.
Nepali Date Range Picker let people select a range of Nepali dates and can be embedded into dialogs. See NepaliDatePickerDialog
Creates a NepaliDateRangePickerState. Primarily recommended for outside composition.
NNepaliDateRangePickerWithEnglishDate let people select a range of Nepali dates and can be embedded into dialogs. See NepaliDatePickerDialog
Two stacked NepaliDateTextFields editing a Bikram Sambat date range.
Standalone outlined text field that edits a Nepali (Bikram Sambat) SimpleDate.
A wheel / scroll date picker for Bikram Sambat dates - three snapping columns (Year, Month, Day).
Creates a NepaliDatePickerState for a NepaliDatePicker that is remembered across compositions.
Creates a NepaliDateRangePickerState for a NepaliDateRangePicker that is remembered across compositions.