Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@salesforcedevs/docs-components

Package Overview
Dependencies
Maintainers
0
Versions
647
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforcedevs/docs-components - npm Package Compare versions

Comparing version 1.3.325-rnbtab-alpha2 to 1.3.325-rnbtab-alpha3

2

package.json
{
"name": "@salesforcedevs/docs-components",
"version": "1.3.325-rnbtab-alpha2",
"version": "1.3.325-rnbtab-alpha3",
"description": "Docs Lightning web components for DSC",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -45,3 +45,2 @@ /* eslint-disable @lwc/lwc/no-document-query */

@api bailLabel!: string;
@track initialIndex: number = 0;

@@ -448,12 +447,3 @@ // This is needed for now to prevent failing snapshot tests due to links in the footer

onSlotChange(e): void {
const slot = e.target;
const child = slot.assignedElements();
const tabComponent = child.find(
(element: any) =>
element.tagName.toLowerCase() === "dx-tab-panel-list"
);
if (tabComponent) {
tabComponent.initialIndex = this.initialIndex; // Set the index value on the child component
}
onSlotChange(): void {
this.updateRNB();

@@ -460,0 +450,0 @@ }

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