Package-level declarations
Types
Data class to use to animate a UI layout
Properties
BLUE_PERCEPTION
the ratio of the blue perception from the color spectrum
currentActiveWritingMode
the current active writing mode state in use, it allows to manage in automatically the disableWritingMode and the enableWritingMode mechanisms by the disableWritingModeOnTap or the disableWritingModeOnFocusGain methods
Default onValueChange
to use in the EquinoxInputs
components
GREEN_PERCEPTION
the ratio of the green perception from the color spectrum
RED_PERCEPTION
the ratio of the red perception from the color spectrum
Functions
Custom divider to center the text message between two lines
Tile component useful to execute action when clicked
Custom implementation of a EquinoxOutlinedTextField with the debounce feature
Custom implementation of a EquinoxTextField component with the debounce feature
Method used to disable the currentActiveWritingMode
Extension Modifier function to apply to the components which have to manage the currentActiveWritingMode, this method allows to disable the writing mode when the component where this method is applied gains focus
Extension Modifier function to apply to the components which have to manage the currentActiveWritingMode, this method allows to disable the writing mode tapping any part of the component where this method is applied
Method used to display a layout when a list of values is empty
Method used to display the content of the EmptyListUI
Container component useful to display a custom empty state graphics
Content of the EmptyState component
Method used to enable the currentActiveWritingMode
Method used to display a custom AlertDialog
Simply Dialog wrapper to attach the EquinoxViewModel's logic
Custom implementation of a OutlinedTextField
Custom implementation of a TextField component
Method used to display the layout when an error occurred
Method used to display a layout when an error occurred
Method used to display the content of the ErrorUI layout
Component to dynamically display a long text initially collapsed
Method used to get the color to use on a specified backgroundColor based on its luminance
Method used to display a layout when a list of values is empty
Method used to display the content of the EmptyListUI
Component to divide sections by a representative text
Tile component useful to execute action when clicked
This component allows to display a text or writing a new one clicking on it or using the enableWritingMode method programmatically