Package-level declarations

Functions

Link copied to clipboard
fun CustomPeriodButton(viewModel: AnalysesScreenViewModel, trendPeriod: GlycemicTrendPeriod)

Button used to display the CustomPeriodPicker component to pick a custom dates range

Link copied to clipboard
fun CustomPeriodPicker(show: MutableState<Boolean>, viewModel: AnalysesScreenViewModel, trendPeriod: GlycemicTrendPeriod)

Custom picker used to select a custom range of dates to retrieve the trend data of a custom period

Link copied to clipboard
fun EmptyTrendData(viewModel: AnalysesScreenViewModel, glycemicTrendPeriod: GlycemicTrendPeriod)

The empty state component displayed when there are no trend data available

Link copied to clipboard

Dialog displayed when the user requests to create a report

Link copied to clipboard
fun GlycemicTrend(type: MeasurementType, glycemicTrendDataContainer: GlycemicTrendDataContainer, glycemicTrendData: GlycemicTrendData, glycemicTrendPeriod: GlycemicTrendPeriod, glycemicTrendGroupingDay: GlycemicTrendGroupingDay?)

Component displays the glycemic trend data of a specific measurement

Link copied to clipboard
fun GlycemicTrendPeriodSelector(viewModel: AnalysesScreenViewModel, glycemicTrendPeriod: GlycemicTrendPeriod)

Component used to select the period to use to retrieve the trend data

Link copied to clipboard
fun GroupingDayChip(viewModel: AnalysesScreenViewModel, groupingDay: GlycemicTrendGroupingDay?)

Custom FilterChip used to select the grouping day to retrieve the trend data

Link copied to clipboard
fun TrendPeriodChip(viewModel: AnalysesScreenViewModel, trendPeriod: GlycemicTrendPeriod)

Custom FilterChip used to select the period to retrieve the trend data