| AddToTabGroup.kt |
Prompt for the user to choose whether to add to a new or an existing tab group.
@param tabGroups List of existing Tab Groups.
@param onAddToNewTabGroup Invoked when user clicks to add to a new tab group.
@param onAddToExistingTabGroup Invoked when user clicks to add to an existing tab group.
|
9412 |
- |
| CloseLastTabAndDeleteTabGroupConfirmationDialog.kt |
This dialog is used to prompt the user to confirm if they want to close the current tab and delete the associated tab
group.
@param onConfirmDelete Callback invoked when the user confirms closing the tab and deleting the group.
@param onCancel Callback invoked when the user cancels the action.
|
3391 |
- |
| DeleteTabGroupConfirmationDialog.kt |
This dialog is used to prompt the user to confirm if they want to delete their selected tab group. It provides
options to confirm or cancel the deletion.
@param onConfirmDelete Callback invoked when the user confirms the deletion.
@param onCancel Callback invoked when the user cancels the deletion.
|
3073 |
- |
| EditTabGroup.kt |
Prompt to edit a tab group.
@param formState The current snapshot of [TabGroupFormState].
@param onTabGroupNameChange Invoked when the tab group's name updates.
@param onTabGroupThemeChange Invoked when the tab group's theme updates.
@param onConfirmSave Invoked when the clicks to save the tab group.
|
17681 |
- |
| ExpandedTabGroup.kt |
Renders an expanded view of a user's tab group.
@param group [TabsTrayItem.TabGroup] item rendered by the card.
@param actions [ExpandedTabGroupActions] invoked in response to user interactions.
@param displayTabsInGrid Whether the group's tabs are displayed in a grid (vs a list).
@param tabInteractionHandler Handler for tab interactions.
|
13082 |
- |
| fakes |
|
|
- |
| storage |
|
|
- |
| TabGroupCard.kt |
|
24020 |
- |
| TabGroupRow.kt |
A Tab Group presented as a clickable item in a row or list.
@param tabGroup The tab group to display.
@param onClick The action to be performed when the tab group item is clicked.
@param modifier The Modifier
@param selectionState: The tab selection state.
@param trailingContent Optional trailing content.
@param trailingContentColor Optional content color for trailing content.
@param shouldClickListen Whether the [TabGroupRow] should respond to click events.
|
7733 |
- |
| TabGroupsTestTag.kt |
|
1137 |
- |
| TabGroupThemeDot.kt |
A dot that represents a Tab Group theme.
@param theme The theme of the tab group to display.
|
1126 |
- |
| UngroupTabGroupConfirmationDialog.kt |
This dialog is used to prompt the user to confirm if they want to ungroup a tab group. It includes an option to
suppress this warning in the future.
@param onConfirmUngroup Callback invoked when the user confirms ungrouping. Passes a boolean indicating whether
"Don't ask again" was checked.
@param onCancel Callback invoked when the user cancels the action.
|
4717 |
- |