@vaadin/side-nav
Advanced tools
Comparing version 24.4.0-alpha5 to 24.4.0-alpha6
{ | ||
"name": "@vaadin/side-nav", | ||
"version": "24.4.0-alpha5", | ||
"version": "24.4.0-alpha6", | ||
"publishConfig": { | ||
@@ -38,7 +38,7 @@ "access": "public" | ||
"@open-wc/dedupe-mixin": "^1.3.0", | ||
"@vaadin/a11y-base": "24.4.0-alpha5", | ||
"@vaadin/component-base": "24.4.0-alpha5", | ||
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha5", | ||
"@vaadin/vaadin-material-styles": "24.4.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha5", | ||
"@vaadin/a11y-base": "24.4.0-alpha6", | ||
"@vaadin/component-base": "24.4.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "24.4.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "24.4.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "24.4.0-alpha6", | ||
"lit": "^3.0.0" | ||
@@ -56,3 +56,3 @@ }, | ||
], | ||
"gitHead": "05618f05f9604d328daa3e6501a5a29d522c2ec4" | ||
"gitHead": "7d555ad342715966005883fafcd20001425a6d8c" | ||
} |
@@ -103,2 +103,7 @@ /** | ||
/** | ||
* The target of the link. Works only when `path` is set. | ||
*/ | ||
target: string | null | undefined; | ||
addEventListener<K extends keyof SideNavItemEventMap>( | ||
@@ -105,0 +110,0 @@ type: K, |
@@ -130,2 +130,7 @@ /** | ||
}, | ||
/** | ||
* The target of the link. Works only when `path` is set. | ||
*/ | ||
target: String, | ||
}; | ||
@@ -205,2 +210,3 @@ } | ||
href="${ifDefined(this.disabled ? null : this.path)}" | ||
target="${ifDefined(this.target)}" | ||
part="link" | ||
@@ -207,0 +213,0 @@ aria-current="${this.current ? 'page' : 'false'}" |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/side-nav", | ||
"version": "24.4.0-alpha5", | ||
"version": "24.4.0-alpha6", | ||
"description-markup": "markdown", | ||
@@ -45,2 +45,13 @@ "contributions": { | ||
{ | ||
"name": "target", | ||
"description": "The target of the link. Works only when `path` is set.", | ||
"value": { | ||
"type": [ | ||
"string", | ||
"null", | ||
"undefined" | ||
] | ||
} | ||
}, | ||
{ | ||
"name": "theme", | ||
@@ -107,2 +118,13 @@ "description": "The theme variants to apply to the component.", | ||
} | ||
}, | ||
{ | ||
"name": "target", | ||
"description": "The target of the link. Works only when `path` is set.", | ||
"value": { | ||
"type": [ | ||
"string", | ||
"null", | ||
"undefined" | ||
] | ||
} | ||
} | ||
@@ -109,0 +131,0 @@ ], |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/side-nav", | ||
"version": "24.4.0-alpha5", | ||
"version": "24.4.0-alpha6", | ||
"description-markup": "markdown", | ||
@@ -58,2 +58,9 @@ "framework": "lit", | ||
{ | ||
"name": ".target", | ||
"description": "The target of the link. Works only when `path` is set.", | ||
"value": { | ||
"kind": "expression" | ||
} | ||
}, | ||
{ | ||
"name": "@expanded-changed", | ||
@@ -60,0 +67,0 @@ "description": "Fired when the `expanded` property changes.", |
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
71024
1683
+ Added@vaadin/a11y-base@24.4.0-alpha6(transitive)
+ Added@vaadin/component-base@24.4.0-alpha6(transitive)
+ Added@vaadin/icon@24.4.0-alpha6(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.4.0-alpha6(transitive)
+ Added@vaadin/vaadin-material-styles@24.4.0-alpha6(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.4.0-alpha6(transitive)
- Removed@vaadin/a11y-base@24.4.0-alpha5(transitive)
- Removed@vaadin/component-base@24.4.0-alpha5(transitive)
- Removed@vaadin/icon@24.4.0-alpha5(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.4.0-alpha5(transitive)
- Removed@vaadin/vaadin-material-styles@24.4.0-alpha5(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.4.0-alpha5(transitive)