@ui5/webcomponents-fiori
Advanced tools
Comparing version 0.0.0-389bdbabc to 0.0.0-5f8ce9393
@@ -9,3 +9,3 @@ | ||
const block3 = (context) => { return html`<button tabindex="0" class="${ifDefined(classMap(context.classes.button))}" @click="${ifDefined(context._header.press)}"> ${ context.interactiveLogo ? block4(context) : undefined }${ context.primaryTitle ? block5(context) : undefined }<span class="ui5-shellbar-menu-button-arrow"></span></button> `; }; | ||
const block4 = (context) => { return html`<img class="ui5-shellbar-logo" src="${ifDefined(context.logo)}" /> `; }; | ||
const block4 = (context) => { return html`<img class="ui5-shellbar-logo" src="${ifDefined(context.logo)}" @click="${ifDefined(context._logoPress)}" /> `; }; | ||
const block5 = (context) => { return html`<h1 class="ui5-shellbar-menu-button-title"><bdi class="${ifDefined(classMap(context.classes.title))}">${ifDefined(context.primaryTitle)}</bdi></h1> `; }; | ||
@@ -12,0 +12,0 @@ const block6 = (context) => { return html`<svg @click="${ifDefined(context._coPilotPress)}" width="44" height="44" viewBox="-150 -150 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="ui5-shellbar-coPilot">${blockSVG1(context)}</svg>`; }; |
@@ -388,2 +388,3 @@ import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js"; | ||
}); | ||
this.updateStaticAreaItemContentDensity(); | ||
menuPopover.openBy(this.shadowRoot.querySelector(".ui5-shellbar-menu-button")); | ||
@@ -632,2 +633,3 @@ } | ||
const overflowButton = this.shadowRoot.querySelector(".ui5-shellbar-overflow-button"); | ||
this.updateStaticAreaItemContentDensity(); | ||
popover.openBy(overflowButton); | ||
@@ -872,3 +874,3 @@ } | ||
static async define(...params) { | ||
static async onDefine() { | ||
await Promise.all([ | ||
@@ -880,4 +882,2 @@ Icon.define(), | ||
]); | ||
super.define(...params); | ||
} | ||
@@ -884,0 +884,0 @@ } |
{ | ||
"name": "@ui5/webcomponents-fiori", | ||
"version": "0.0.0-389bdbabc", | ||
"version": "0.0.0-5f8ce9393", | ||
"description": "UI5 Web Components: webcomponents.fiori", | ||
@@ -28,10 +28,10 @@ "author": "SAP SE (https://www.sap.com)", | ||
"dependencies": { | ||
"@ui5/webcomponents": "0.0.0-389bdbabc", | ||
"@ui5/webcomponents-icons": "0.0.0-389bdbabc", | ||
"@ui5/webcomponents-theme-base": "0.0.0-389bdbabc", | ||
"@ui5/webcomponents-base": "0.0.0-389bdbabc" | ||
"@ui5/webcomponents": "0.0.0-5f8ce9393", | ||
"@ui5/webcomponents-icons": "0.0.0-5f8ce9393", | ||
"@ui5/webcomponents-theme-base": "0.0.0-5f8ce9393", | ||
"@ui5/webcomponents-base": "0.0.0-5f8ce9393" | ||
}, | ||
"devDependencies": { | ||
"@ui5/webcomponents-tools": "0.0.0-389bdbabc" | ||
"@ui5/webcomponents-tools": "0.0.0-5f8ce9393" | ||
} | ||
} |
3007223
3441
+ Added@ui5/webcomponents@0.0.0-5f8ce9393(transitive)
+ Added@ui5/webcomponents-base@0.0.0-5f8ce9393(transitive)
+ Added@ui5/webcomponents-icons@0.0.0-5f8ce9393(transitive)
+ Added@ui5/webcomponents-theme-base@0.0.0-5f8ce9393(transitive)
+ Added@ui5/webcomponents-utils@0.0.0-5f8ce9393(transitive)
- Removed@ui5/webcomponents@0.0.0-389bdbabc(transitive)
- Removed@ui5/webcomponents-base@0.0.0-389bdbabc(transitive)
- Removed@ui5/webcomponents-icons@0.0.0-389bdbabc(transitive)
- Removed@ui5/webcomponents-theme-base@0.0.0-389bdbabc(transitive)
- Removed@ui5/webcomponents-utils@0.0.0-389bdbabc(transitive)