@salesforcedevs/docs-components
Advanced tools
Comparing version 1.3.325-rnbtab-alpha2 to 1.3.325-rnbtab-alpha3
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
260010
6675