New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ui5/webcomponents-fiori

Package Overview
Dependencies
Maintainers
2
Versions
514
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ui5/webcomponents-fiori - npm Package Compare versions

Comparing version 0.0.0-389bdbabc to 0.0.0-5f8ce9393

2

dist/generated/templates/ShellBarTemplate.lit.js

@@ -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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc