-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [ANDROAPP-5683] legend description
- Loading branch information
Showing
4 changed files
with
25 additions
and
273 deletions.
There are no files selected for viewing
271 changes: 0 additions & 271 deletions
271
...a/org/dhis2/usescases/eventsWithoutRegistration/eventCapture/EventCaptureFieldProvider.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
package org.dhis2.form.model | ||
|
||
data class LegendValue(val color: Int, val label: String?) | ||
import org.hisp.dhis.mobile.ui.designsystem.component.LegendDescriptionData | ||
|
||
data class LegendValue( | ||
val color: Int, | ||
val label: String?, | ||
val legendsInfo: List<LegendDescriptionData>?, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters