()
| 123 | static i18nBundle: I18nBundle; |
| 124 | |
| 125 | static async onDefine() { |
| 126 | Versioning.i18nBundle = await getI18nBundle("@ui5/webcomponents-ai"); |
| 127 | } |
| 128 | |
| 129 | onAfterRendering() { |
| 130 | this._manageFocus(); |
nothing calls this directly
no test coverage detected