-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename properties of UserMenuAccount
- Loading branch information
1 parent
aa6540e
commit e0b23aa
Showing
5 changed files
with
43 additions
and
41 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -23,22 +23,21 @@ | |
<ui5-button id="btnOpenUserMenu">User menu</ui5-button> | ||
<ui5-user-menu id="userMenu" show-manage-account show-other-accounts opener="btnOpenUserMenu"> | ||
<ui5-user-menu-account slot="accounts" | ||
avatar="./img/man_avatar_1.png" | ||
text="Alain Chevalier 1" | ||
subtitle1="[email protected]" | ||
subtitle2="Delivery Manager, SAP SE" | ||
selected> | ||
avatar="./img/man_avatar_1.png" | ||
title-text="Alain Chevalier 1" | ||
additional-text="[email protected]" | ||
description="Delivery Manager, SAP SE" | ||
selected> | ||
</ui5-user-menu-account> | ||
<ui5-user-menu-account slot="accounts" | ||
initials="AC" | ||
text="Alain Chevalier 2" | ||
subtitle1="[email protected]"> | ||
initials="AC" | ||
title-text="Alain Chevalier 2" | ||
additional-text="[email protected]"> | ||
</ui5-user-menu-account> | ||
<ui5-user-menu-account slot="accounts" | ||
|
||
text="Alain Chevalier 3" | ||
subtitle1="[email protected]" | ||
subtitle2="Account Manager"> | ||
title-text="Alain Chevalier 3" | ||
additional-text="[email protected]" | ||
description="Account Manager"> | ||
</ui5-user-menu-account> | ||
<ui5-user-menu-item icon="action-settings" text="Setting" data-id="setting" additional-text="selected value"></ui5-user-menu-item> | ||
<ui5-user-menu-item icon="globe" text="Product-specific account action" data-id="account-action1"></ui5-user-menu-item> | ||
|
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 |
---|---|---|
|
@@ -29,21 +29,21 @@ | |
<ui5-button id="btnOpenUserMenu">User menu</ui5-button> | ||
<ui5-user-menu id="userMenu" show-manage-account show-other-accounts opener="btnOpenUserMenu"> | ||
<ui5-user-menu-account slot="accounts" | ||
avatar="../assets/images/avatars/Lamp_avatar_01.jpg" | ||
text="Alain Chevalier 1" | ||
subtitle1="[email protected]" | ||
subtitle2="Delivery Manager, SAP SE" | ||
selected> | ||
avatar="../assets/images/avatars/Lamp_avatar_01.jpg" | ||
title-text="Alain Chevalier 1" | ||
additional-text="[email protected]" | ||
description="Delivery Manager, SAP SE" | ||
selected> | ||
</ui5-user-menu-account> | ||
<ui5-user-menu-account slot="accounts" | ||
initials="AC" | ||
text="Alain Chevalier 2" | ||
subtitle1="[email protected]"> | ||
initials="AC" | ||
title-text="Alain Chevalier 2" | ||
additional-text="[email protected]"> | ||
</ui5-user-menu-account> | ||
<ui5-user-menu-account slot="accounts" | ||
text="Alain Chevalier 3" | ||
subtitle1="[email protected]" | ||
subtitle2="Account Manager"> | ||
title-text="Alain Chevalier 3" | ||
additional-text="[email protected]" | ||
description="Account Manager"> | ||
</ui5-user-menu-account> | ||
<ui5-user-menu-item icon="action-settings" text="Setting" data-id="setting" additional-text="selected value"></ui5-user-menu-item> | ||
<ui5-user-menu-item icon="globe" text="Product-specific account action" data-id="account-action1"></ui5-user-menu-item> | ||
|