|
19 | 19 | @keydown="{{_logoKeydown}}"
|
20 | 20 | @keyup="{{_logoKeyup}}"
|
21 | 21 | tabindex="0"
|
| 22 | + data-ui5-stable="logo" |
22 | 23 | >
|
23 | 24 | <slot name="logo"></slot>
|
24 | 25 | </span>
|
|
62 | 63 | title="{{_copilotText}}"
|
63 | 64 | @keydown="{{_coPilotKeydown}}"
|
64 | 65 | @keyup="{{_coPilotKeyup}}"
|
65 |
| - ?active="{{coPilotActive}}"> |
| 66 | + ?active="{{coPilotActive}}" |
| 67 | + data-ui5-stable="copilot" |
| 68 | + > |
66 | 69 | {{> coPilot}}
|
67 | 70 | </div>
|
68 | 71 | {{else}}
|
|
107 | 110 | data-count="{{this.count}}"
|
108 | 111 | data-ui5-notification-count="{{../notificationCount}}"
|
109 | 112 | data-ui5-external-action-item-id="{{this.refItemid}}"
|
| 113 | + data-ui5-stable="{{stableDomRef}}" |
110 | 114 | @click={{this.press}}
|
111 | 115 | ></ui5-button>
|
112 | 116 | {{/each}}
|
|
123 | 127 | aria-label="{{_notificationsText}}"
|
124 | 128 | title="{{_notificationsText}}"
|
125 | 129 | ._buttonAccInfo="{{accInfo.notifications}}"
|
| 130 | + data-ui5-stable="notifications" |
126 | 131 | ></ui5-button>
|
127 | 132 | {{/if}}
|
128 | 133 |
|
|
135 | 140 | aria-label="{{_overflowText}}"
|
136 | 141 | title="{{_overflowText}}"
|
137 | 142 | ._buttonAccInfo="{{accInfo.overflow}}"
|
| 143 | + data-ui5-stable="overflow" |
138 | 144 | ></ui5-button>
|
139 | 145 |
|
140 | 146 | {{#if hasProfile}}
|
|
146 | 152 | aria-label="{{_profileText}}"
|
147 | 153 | title="{{_profileText}}"
|
148 | 154 | ._buttonAccInfo="{{accInfo.profile}}"
|
149 |
| - class="ui5-shellbar-button ui5-shellbar-image-button"> |
150 |
| - <slot |
151 |
| - name="profile" |
152 |
| - ></slot> |
| 155 | + class="ui5-shellbar-button ui5-shellbar-image-button" |
| 156 | + data-ui5-stable="profile" |
| 157 | + > |
| 158 | + <slot |
| 159 | + name="profile" |
| 160 | + ></slot> |
153 | 161 | </ui5-button>
|
154 | 162 | {{/if}}
|
155 | 163 |
|
|
164 | 172 | aria-label="{{_productsText}}"
|
165 | 173 | title="{{_productsText}}"
|
166 | 174 | ._buttonAccInfo="{{accInfo.products}}"
|
| 175 | + data-ui5-stable="product-switch" |
167 | 176 | ></ui5-button>
|
168 | 177 | {{/if}}
|
169 | 178 | </div>
|
|
0 commit comments